.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100vw;background-color:#f5f5f5;padding:20px;position:fixed;top:0;left:0;right:0;bottom:0}.login-card{background:#fff;padding:3rem 4rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;width:100%;max-width:500px;text-align:center;margin:auto}.login-card h2{color:#000;margin-bottom:2rem;font-size:2.2rem;font-weight:600}.form-group{margin-bottom:2rem;text-align:left}.form-group label{display:block;margin-bottom:.75rem;color:#000;font-weight:500;font-size:1.1rem}.form-group input{width:100%;padding:1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1.1rem;color:#000;background-color:#fff;transition:border-color .2s ease}.form-group input::placeholder{color:#666;opacity:.8}.form-group input:focus{outline:none;border-color:#0b6f33;box-shadow:0 0 0 3px #0b6f331a;background-color:#fff}button{width:100%;padding:1rem;background-color:#0b6f33;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:1rem}button:hover{background-color:#095028;transform:translateY(-1px);box-shadow:0 4px 12px #0b6f3333}button:active{transform:translateY(0);box-shadow:none}button:disabled{background-color:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.alert-error{background-color:#fee;color:#c00;padding:1rem;border-radius:8px;margin-bottom:2rem;text-align:left;border:1px solid #fcc;font-size:1rem}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;overflow-x:hidden}.logo-container{margin-bottom:2rem}.logo{max-width:200px;height:auto}.timeframe-select{padding:.5rem;border-radius:4px;border:1px solid #ddd;font-size:1rem}.stats-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-box{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-align:center}.stat-box h3{margin:0;color:#666;font-size:1rem;margin-bottom:.5rem}.stat-box p{margin:0;font-size:1.5rem;font-weight:700;color:#0b6f33}.chart-container{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;height:400px;margin-bottom:2rem}@media (max-width: 768px){.page-container{padding:1rem;height:auto;overflow:visible}.orders-grid{grid-template-columns:1fr;height:auto;overflow:visible}.table-container{margin-top:1rem;height:auto;max-height:calc(100vh - 200px)}.orders-table{font-size:.85rem}.orders-table th,.orders-table td{padding:.5rem}.filters{flex-direction:column;gap:.5rem;width:100%}.filter-select{width:100%}.orders-summary{grid-template-columns:1fr;gap:1rem}.details-view{padding:1rem}.details-header{flex-direction:column;gap:1rem;padding:1rem}.status-update-container{flex-direction:column;width:100%;gap:.5rem}.status-select,.update-status-button{width:100%}.photos-grid{grid-template-columns:1fr}.action-buttons{flex-direction:column}.status-button{width:100%}}.status-select{height:38px;padding:0 2rem 0 .75rem;border:1px solid #e0e0e0;border-radius:4px;font-size:.9rem;width:250px;background:#fff;outline:none;box-sizing:border-box;margin:0;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .5rem center;background-size:1em}.page-container{padding:2rem;height:calc(100vh + -0px);overflow:hidden;width:100%}.details-view{background:#fff;height:100vh;position:fixed;top:0;left:250px;width:calc(100% - 250px);z-index:1000;overflow-y:auto;overflow-x:hidden;padding:0 20px;box-sizing:border-box}.order-details{padding:2rem;max-width:1200px;margin:0 auto}.details-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem;background:#f8f9fa;padding:1.5rem;border-radius:8px}.status-update-container{display:inline-flex;align-items:center;gap:1rem;height:38px}.status-select{height:38px;padding:0 2rem 0 .75rem;border:1px solid #e0e0e0;border-radius:4px;font-size:.9rem;width:250px;background:#fff;outline:none;box-sizing:border-box;margin:0;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .5rem center;background-size:1em}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;padding:20px 0}.service-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;cursor:pointer;transition:transform .2s;overflow:hidden}.service-card:hover{transform:translateY(-2px)}.service-header{padding:16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee}.service-header h3{margin:0;font-size:18px}.pending-badge{background:#fff3cd;color:#856404;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:700}.service-image{width:100%;height:200px;object-fit:cover}.service-info{padding:16px}.service-info p{margin:8px 0}.service-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;width:90%;max-width:1200px;max-height:90vh;overflow-y:auto;position:relative;padding:24px}.close-button{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;cursor:pointer;color:#666}.preview-container{display:grid;grid-template-columns:1fr 2fr;gap:24px;margin-top:20px}.images-carousel{display:flex;flex-direction:column;gap:16px}.images-carousel img{width:100%;border-radius:8px;object-fit:cover}.service-details{padding:20px}.provider-name{color:#666;margin-bottom:20px}.detail-section{margin-bottom:24px}.price-tier{background:#f8f9fa;padding:16px;border-radius:8px;margin-bottom:16px}.price-tier h5{margin:0 0 8px}.price{font-size:18px;font-weight:700;color:#0b6f33}.approval-actions{margin-top:24px;padding-top:24px;border-top:1px solid #eee;display:flex;justify-content:flex-end;gap:16px}.approve-button,.reject-button{padding:12px 24px;border-radius:4px;border:none;cursor:pointer;font-weight:700;transition:background-color .2s}.approve-button{background-color:#0b6f33;color:#fff}.approve-button:hover{background-color:#095828}.reject-button{background-color:#dc3545;color:#fff}.reject-button:hover{background-color:#c82333}.loading{text-align:center;padding:40px;font-size:18px;color:#666}.header-section{margin-bottom:24px}.tab-buttons{margin-top:16px;display:flex;gap:12px}.tab-button{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:14px;background:#f0f0f0;color:#666;transition:all .2s}.tab-button.active{background:#0b6f33;color:#fff}.status-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:700}.status-badge.approved{background:#d4edda;color:#0b6f33}.disable-button{padding:12px 24px;border-radius:4px;border:none;cursor:pointer;font-weight:700;background-color:#6c757d;color:#fff;transition:background-color .2s}.disable-button:hover{background-color:#5a6268}.page-container{padding:20px}.orders-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;padding:1rem;overflow-y:auto;height:calc(100vh - 120px)}.order-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;cursor:pointer;transition:all .2s ease}.order-card:hover{border-color:#0b6f33;transform:translateY(-2px);box-shadow:0 2px 8px #0b6f331a}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.order-header h3{margin:0;color:#0b6f33;font-size:1.5rem}.service-name{font-weight:500;margin:.5rem 0}.order-date{color:#666;font-size:.9rem;margin:0}.status-badge{padding:.25rem .75rem;border-radius:999px;font-size:.85rem;font-weight:500;display:inline-block}.status-badge.pending{background-color:#fff3cd;color:#664d03}.status-badge.in_progress{background-color:#cfe2ff;color:#084298}.status-badge.completed{background-color:#d1e7dd;color:#0f5132}.status-badge.cancelled{background-color:#f8d7da;color:#842029}.back-button{margin:1rem;padding:.5rem 1rem;background:transparent;border:none;border-radius:4px;color:#333;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background-color .2s ease}.back-button:hover{background-color:#0000000d}.details-view{position:absolute;top:0;left:250px;right:0;bottom:0;overflow-y:auto;background:#fff;z-index:1000;padding:0;margin:0}.details-header{max-width:1200px;margin:0 auto;padding:1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;background:#fff;position:sticky;top:0;z-index:2}.order-details{max-width:1200px;margin:0 auto;padding:2rem}.order-details h2{margin-bottom:2rem;color:#333}.details-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem;background:#f8f9fa;padding:1.5rem;border-radius:8px;width:100%;box-sizing:border-box}.detail-item{display:flex;flex-direction:column;gap:.5rem}.detail-item.full-width{grid-column:1 / -1}.detail-item label{font-weight:500;color:#666;font-size:.9rem}.detail-item span{color:#333;font-size:1rem;padding:.5rem;background:#fff;border-radius:4px;border:1px solid #e0e0e0}.photos-section{margin-top:2rem}.photos-section h3{margin-bottom:1rem;color:#333}.photos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.completion-photo{width:100%;height:200px;object-fit:cover;border-radius:8px;cursor:pointer;transition:transform .2s ease}.completion-photo:hover{transform:scale(1.05)}.chat-section{margin-top:2rem;background:#f8f9fa;border-radius:8px;padding:1.5rem}.chat-section h3{margin-bottom:1rem;color:#333}.chat-messages{display:flex;flex-direction:column;gap:1rem;max-height:400px;overflow-y:auto}.message{max-width:70%;padding:1rem;border-radius:8px;position:relative}.message.provider{align-self:flex-end;background-color:#0b6f33;color:#fff}.message.customer{align-self:flex-start;background-color:#e9ecef;color:#212529}.message-text{margin:0}.message-time{font-size:.8rem;opacity:.8;margin-top:.5rem;display:block}.action-buttons{display:flex;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #e0e0e0}.status-button{flex:1;padding:1rem;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .2s ease}.status-button:hover{opacity:.9}.status-button.in-progress{background-color:#0d6efd;color:#fff}.status-button.completed{background-color:#198754;color:#fff}.status-button.cancelled{background-color:#dc3545;color:#fff}@media (max-width: 768px){.details-view{left:0;width:100%}.details-header{flex-direction:column;gap:1rem;align-items:flex-start}.status-update-container{display:inline-flex;width:auto}.status-select,.update-status-button{width:auto}.details-grid{grid-template-columns:1fr}.order-details{padding:1rem}}.sales-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.filters{display:flex;gap:1rem;align-items:center}.filter-select{padding:.5rem;border:1px solid #e0e0e0;border-radius:4px;font-size:.9rem;min-width:150px;background:#fff}.orders-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.summary-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-align:center}.summary-card h3{margin:0;color:#666;font-size:1rem;margin-bottom:.5rem}.summary-card p{margin:0;color:#0b6f33;font-size:1.8rem;font-weight:600}.no-results{grid-column:1 / -1;text-align:center;padding:3rem;background:#fff;border-radius:8px;color:#666}@media (max-width: 768px){.sales-header{flex-direction:column;gap:1rem}.filters{width:100%;flex-direction:column}.filter-select{width:100%}}.table-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:auto;margin-top:2rem;height:calc(100vh - 300px);width:100%;overflow-x:auto}.orders-table{width:100%;border-collapse:collapse;white-space:nowrap}.orders-table th{background:#f8f9fa;padding:1rem;text-align:left;font-weight:600;color:#333;position:sticky;top:0;z-index:1;border-bottom:2px solid #e0e0e0}.orders-table td{padding:1rem;border-bottom:1px solid #e0e0e0;color:#666}.order-row{transition:background-color .2s ease}.order-row:hover{background-color:#f8f9fa}.view-button{padding:.5rem 1rem;background:#0b6f33;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s ease}.view-button:hover{background:#095028}@media (max-width: 1024px){.table-container{margin-top:1rem;height:calc(100vh - 350px)}.orders-table{font-size:.9rem}.orders-table td,.orders-table th{padding:.75rem}}.status-update-container{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:nowrap}.status-select{height:38px;padding:0 2rem 0 .75rem;border:1px solid #e0e0e0;border-radius:4px;font-size:.9rem;width:250px;background:#fff;outline:none;box-sizing:border-box;margin:0;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .5rem center;background-size:1em}.update-status-button{height:38px;width:100px;padding:0 1rem;background:#0b6f33;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s ease;box-sizing:border-box;margin:0;display:flex;align-items:center;justify-content:center}.update-status-button:hover{background:#095028}.update-status-button:disabled{background:#ccc;cursor:not-allowed}.transaction-details{display:flex;gap:.5rem;margin:0 1rem}.transaction-input{height:38px;padding:0 .75rem;border:1px solid #e0e0e0;border-radius:4px;font-size:.9rem;width:150px;background:#fff;outline:none;box-sizing:border-box}.transaction-input[type=number]{-moz-appearance:textfield}.transaction-input[type=number]::-webkit-outer-spin-button,.transaction-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.activity-timeline{width:100%;box-sizing:border-box;margin-top:2rem}.activity-timeline+.activity-timeline{margin-top:1rem}.activity-timeline h3{margin-bottom:1.5rem;color:#333}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:7px;top:0;bottom:0;width:2px;background:#e0e0e0}.timeline-item{position:relative;margin-bottom:1.5rem}.timeline-item:last-child{margin-bottom:0}.timeline-icon{position:absolute;left:-2rem;width:16px;height:16px;border-radius:50%;background:#e0e0e0;border:2px solid;margin-top:4px}.timeline-icon.completed{border-color:#0b6f33;background:#0b6f33}.timeline-icon.created{border-color:#2196f3;background:#2196f3}.timeline-content{background:#fff;padding:1rem;border-radius:4px;border:1px solid #e0e0e0;box-shadow:0 1px 3px #0000001a;word-break:break-word}.timeline-content h4{margin:0 0 .5rem;color:#333;font-size:1rem}.timeline-content p{margin:0 0 .5rem;color:#666;line-height:1.4}.timeline-date{font-size:.85rem;color:#888}.reports-filters{margin-bottom:20px;display:flex;gap:16px}.type-select,.status-select{padding:8px 16px;border-radius:4px;border:1px solid #ddd;font-size:14px;min-width:150px;background-color:#fff;color:#333;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right 12px center;background-size:8px auto}.type-select:hover,.status-select:hover{border-color:#bbb}.type-select:focus,.status-select:focus{outline:none;border-color:#0b6f33;box-shadow:0 0 0 2px #0b6f331a}.reports-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;padding:20px 0}.report-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;cursor:pointer;transition:transform .2s}.report-card:hover{transform:translateY(-2px)}.report-header{padding:12px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.status-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:700;text-transform:uppercase}.status-badge.resolved{background:#d4edda;color:#155724}.report-type{font-size:12px;color:#666}.report-content{padding:16px}.report-content h3{margin:0 0 12px;color:#333}.report-note{margin:12px 0;color:#666;font-style:italic}.report-date{font-size:12px;color:#999;margin-top:12px}.report-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:24px;border-radius:8px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;position:relative}.close-button{position:absolute;top:12px;right:12px;background:none;border:none;font-size:24px;cursor:pointer;color:#666}.modal-grid{margin-top:20px}.detail-row{display:grid;grid-template-columns:120px 1fr;gap:16px;padding:8px 0;border-bottom:1px solid #eee}.detail-row span:first-child{font-weight:700;color:#666}.modal-actions{margin-top:20px;padding-top:20px;border-top:1px solid #eee;display:flex;justify-content:flex-end}.resolve-button{background-color:#0b6f33;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-weight:700;transition:background-color .2s}.resolve-button:hover{background-color:#095828}.status-badge.resolved{background:#d4edda;color:#0b6f33}.status-badge.pending{background:#fff3cd;color:#856404}.sidebar{width:250px;height:100vh;background-color:#fff;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;position:fixed;left:0;top:0;z-index:1000}.sidebar-header{padding:2rem 1.5rem;border-bottom:1px solid #e0e0e0}.sidebar-header h3{color:#000;margin-bottom:.5rem}.sidebar-header p{color:#666;font-size:.9rem}.sidebar-nav{flex:1;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.nav-button{width:100%;padding:.75rem 1rem;text-align:left;background:none;border:none;border-radius:6px;color:#333;font-size:1rem;cursor:pointer;transition:all .2s ease}.nav-button:hover{background-color:#0b6f331a;color:#0b6f33}.nav-button.active{background-color:#0b6f33;color:#fff}.logout-button{padding:.75rem 1rem;margin:0 1.5rem 1.5rem;background-color:#f44336;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease;width:calc(100% - 3rem)}.logout-button:hover{background-color:#d32f2f}.menu-button{display:none;position:fixed;top:1rem;left:1rem;z-index:1001;padding:.5rem;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer}@media (max-width: 768px){.sidebar{transform:translate(-100%);transition:transform .3s ease;width:100%;max-width:300px;box-shadow:2px 0 8px #0000001a}.sidebar.open{transform:translate(0)}.menu-button{display:block;position:fixed;top:1rem;left:1rem;z-index:1001;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:.75rem}.sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999}.sidebar-overlay.visible{display:block}}#root{width:100%;margin:0 auto}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.app-layout{display:flex;min-height:100vh;width:100%}.main-content{flex:1;margin-left:250px;background-color:#f5f5f5;width:calc(100% - 250px);padding:0;min-height:100vh;overflow-x:hidden}.page-container{background-color:#fff;width:100%;height:100%;border-radius:0;box-shadow:none}.page-container h1{margin-bottom:1rem;color:#333}.details-view{position:absolute;top:0;left:0;right:0;bottom:0;overflow-y:auto;background:#fff;z-index:1000}@media (max-width: 768px){.main-content{margin-left:0;width:100%;padding:1rem}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
