h3,h2{color:#ff4500}html,body{margin:0;padding:0;width:100%;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f4f6f8;color:#2d3436}#root{width:100%;display:block}*{box-sizing:border-box}.hero-section{position:relative;width:100%;height:35vh;min-height:250px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}.hero-overlay{background:#0006;width:100%;height:100%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hero-content{text-align:center;color:#fff;padding:20px;animation:fadeIn .8s ease-out;width:100%}.hero-content h1{margin:0 0 10px;font-size:2.5rem;text-shadow:0 2px 10px rgba(0,0,0,.5);color:#fff}.hero-content p{margin:0;font-size:1.1rem;opacity:.95;font-weight:500}.sticky-ribbon{position:fixed;top:0;left:0;width:100%;height:60px;background:#fff;box-shadow:0 2px 10px #0000001a;z-index:900;display:flex;align-items:center;justify-content:center;transform:translateY(-100%);transition:transform .3s ease-in-out}.sticky-ribbon.visible{transform:translateY(0)}.sticky-ribbon h2{margin:0;font-size:1.2rem;color:#2d3436}.staff-status-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;margin-top:20px;animation:fadeIn .5s ease-in-out}.active-table-badge{display:flex;align-items:center;padding:8px 16px;background-color:#0009;border:1px solid rgba(255,255,255,.3);border-left:5px solid #e67e22;border-radius:4px;color:#fff;font-size:1rem;font-weight:600;letter-spacing:.5px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 4px 6px #0003}.staff-controls{display:flex;align-items:center;gap:10px;background-color:#0009;padding:5px 10px;border-radius:4px;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 4px 6px #0003}.staff-name{color:#bdc3c7;font-size:.9rem;font-weight:500;margin-right:5px;text-transform:uppercase;letter-spacing:.5px}.staff-btn{border:none;border-radius:4px;padding:6px 12px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;color:#fff;display:flex;align-items:center;justify-content:center}.staff-btn.switch{background-color:#3498db}.staff-btn.switch:hover{background-color:#2980b9}.staff-btn.logout{background-color:#e74c3c;font-size:1rem;padding:6px 10px}.staff-btn.logout:hover{background-color:#c0392b}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.main-wrapper{width:100%;display:flex;flex-direction:column}.app-container{display:flex;width:100%;max-width:1200px;margin:0 auto;padding-top:20px;position:relative}.sidebar{width:250px;flex-shrink:0;position:-webkit-sticky;position:sticky;top:80px;max-height:calc(100vh - 100px);overflow-y:auto;align-self:flex-start;padding:15px;background:#fff;border-radius:12px;margin-right:30px;margin-left:10px;box-shadow:0 4px 12px #0000000d;scrollbar-width:none;-ms-overflow-style:none}.sidebar::-webkit-scrollbar{display:none}.sidebar h3{margin-top:0;font-size:1.1rem;border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:10px}.sidebar ul{list-style:none;padding:0;margin:0}.sidebar li{margin-bottom:5px;cursor:pointer;color:#636e72;padding:10px;border-radius:8px;transition:all .2s;font-size:.95rem;font-weight:500}.sidebar li:hover{background:#f1f2f6;color:#d35400}.admin-wrapper{background-color:#f0f2f5;min-height:100vh}.admin-header{background:#2c3e50;color:#fff;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px #0000001a}.admin-header h1{margin:0;font-size:1.5rem}.outlet-badge{background:#e67e22;padding:2px 8px;border-radius:4px;font-size:.8rem;margin-left:10px;font-weight:700}.admin-content{padding:20px;max-width:800px;margin:0 auto}.admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px}.admin-tile{background:#fff;padding:30px 20px;border-radius:12px;text-align:center;box-shadow:0 4px 6px #0000000d;cursor:pointer;transition:transform .2s,box-shadow .2s;border:1px solid #eee}.admin-tile:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0000001a;border-color:#3498db}.admin-tile h3{margin:0 0 10px;color:#2c3e50}.admin-tile p{margin:0;color:#7f8c8d;font-size:.9rem}.admin-list-container{background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 6px #0000000d}.list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:2px solid #f0f2f5;padding-bottom:10px}.admin-list{list-style:none;padding:0;margin:0}.admin-list li{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #eee}.list-info strong{display:block;color:#2d3436}.list-info span{font-size:.85rem;color:#95a5a6}.list-actions button{margin-left:8px;padding:6px 12px;font-size:.85rem;background:#3498db;color:#fff;border:none;border-radius:4px}.list-actions .delete-btn{background:#e74c3c}.add-btn{background:#27ae60;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-weight:700}.back-link{background:none;border:none;color:#3498db;font-weight:700;cursor:pointer;margin:15px 20px 0;font-size:.9rem}.admin-page-container{padding:10px;animation:fadeIn .3s ease-out}.admin-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;background:#fff;padding:15px;border-radius:12px;box-shadow:0 2px 5px #0000000d;flex-wrap:wrap;gap:10px}.search-box{display:flex;align-items:center;background:#f1f2f6;padding:8px 12px;border-radius:8px;flex:1;max-width:300px}.search-box input{border:none;background:transparent;margin-left:8px;outline:none;width:100%;font-size:1rem}.primary-btn{background:#2ecc71;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:transform .1s}.primary-btn:active{transform:scale(.98)}.admin-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.admin-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;border:1px solid #e0e0e0;overflow:hidden;transition:transform .2s,box-shadow .2s}.admin-card:hover{transform:translateY(-3px);box-shadow:0 8px 15px #0000001a}.card-header{background:#f8f9fa;padding:15px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.card-header h3{margin:0;font-size:1.1rem;color:#2c3e50}.status-badge{font-size:.75rem;padding:4px 8px;border-radius:12px;text-transform:uppercase;font-weight:700}.status-badge.active{background:#d4edda;color:#155724}.status-badge.inactive{background:#f8d7da;color:#721c24}.card-body{padding:15px}.info-row{display:flex;justify-content:space-between;margin-bottom:8px;font-size:.95rem}.info-row .label{color:#7f8c8d}.info-row .value{font-weight:600;color:#2d3436}.info-row .code{letter-spacing:1px;font-family:monospace;background:#eee;padding:2px 6px;border-radius:4px}.card-actions{padding:10px 15px;border-top:1px solid #eee;display:flex;justify-content:flex-end;gap:10px}.icon-btn{background:none;border:none;cursor:pointer;font-size:.9rem;color:#3498db;padding:5px 10px;border-radius:4px;transition:background .1s}.icon-btn:hover{background:#f0f8ff}.icon-btn.delete{color:#e74c3c}.icon-btn.delete:hover{background:#fff0f0}.admin-modal{max-width:500px;width:90%;padding:0}.admin-modal .modal-header{padding:20px;background:#f8f9fa;border-bottom:1px solid #eee}.admin-form{padding:20px;display:flex;flex-direction:column;gap:15px}.form-group{display:flex;flex-direction:column;gap:6px;text-align:left}.form-group label{font-weight:600;color:#2d3436;font-size:.9rem}.form-group input{padding:10px;border:1px solid #ddd;border-radius:6px;font-size:1rem;outline:none}.form-group input:focus{border-color:#3498db;box-shadow:0 0 0 2px #3498db33}.form-actions{margin-top:10px;display:flex;justify-content:flex-end;gap:10px}.save-btn{background:#3498db;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-weight:700;cursor:pointer}.cancel-btn{background:#95a5a6;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-weight:700;cursor:pointer}.feed{flex:1;padding-bottom:100px;padding-right:10px;min-width:0}.menu-group{margin-bottom:35px;scroll-margin-top:130px}.menu-group h2{background:#fff;padding:15px 20px;margin:0 0 15px;border-radius:12px;display:flex;justify-content:space-between;cursor:pointer;font-size:1.2rem;box-shadow:0 2px 5px #00000008;position:sticky;top:80px;z-index:9}.item-card{background:#fff;padding:15px;margin-bottom:15px;border-radius:12px;display:flex;justify-content:space-between;align-items:center;border:1px solid #eee;cursor:pointer;transition:transform .2s,box-shadow .2s;min-height:120px}.item-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000014;border-color:#d35400}.item-info{flex:1;padding-right:15px;display:flex;flex-direction:column;justify-content:center;min-width:0}.item-info b{font-size:1.05rem;margin-bottom:5px}.item-desc-text{font-size:.85rem;color:#888;margin-bottom:8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.item-price{color:#2d3436;font-size:1rem;font-weight:700}.item-image-container{width:110px;height:110px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f9f9f9}.item-thumb{width:100%;height:100%;object-fit:cover}.item-placeholder{width:100%;height:100%;background-color:#eee}.modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:2000;padding:20px}.modal-content{background:#fff;width:500px;max-width:100%;max-height:90vh;border-radius:16px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 15px 40px #0000004d}.modal-hero-container{position:relative;width:100%;height:200px;flex-shrink:0}.modal-hero-img{width:100%;height:100%;object-fit:cover}.modal-placeholder-hero{width:100%;height:100%;background:#eee}.close-btn-float{position:absolute;top:15px;right:15px;background:#fff;border:none;width:32px;height:32px;border-radius:50%;font-weight:700;cursor:pointer;box-shadow:0 2px 8px #0003;z-index:10}.modal-header-text{padding:20px;border-bottom:1px solid #eee}.modal-header-text h2{margin:0 0 5px}.modal-scroll-area{padding:20px;overflow-y:auto;flex:1}.addon-group{margin-bottom:30px}.addon-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:5px;border-bottom:1px solid #f0f0f0}.badge{font-size:.75rem;padding:4px 8px;border-radius:4px;font-weight:600;text-transform:uppercase;margin-left:5px}.badge.required{background:#ffeaa7;color:#d35400}.badge.limit{background:#dfe6e9;color:#636e72}.addon-row{display:flex;justify-content:space-between;padding:12px 10px;margin-bottom:5px;border-radius:6px;cursor:pointer;border:1px solid transparent}.addon-row:hover{background:#f9f9f9;border-color:#eee}.addon-row.disabled{opacity:.5;cursor:not-allowed}.addon-input-wrapper input{transform:scale(1.2);margin-right:12px;accent-color:#27ae60}.opt-price-tag{font-size:.9rem;color:#d35400;background:#fff5eb;padding:2px 6px;border-radius:4px}.modal-footer{padding:20px;border-top:1px solid #eee;background:#fff;display:flex;gap:15px}.qty-selector{display:flex;align-items:center;background:#f1f2f6;border-radius:8px;padding:5px}.qty-selector button{width:35px;height:35px;border:none;background:#fff;border-radius:6px;cursor:pointer;font-weight:700}.qty-selector span{width:30px;text-align:center;font-weight:700}.add-cart-btn{flex:1;background:#27ae60;color:#fff;border:none;padding:15px;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600}.cart-modal-content{background:#fff;width:100%;max-width:500px;height:90vh;border-radius:16px 16px 0 0;display:flex;flex-direction:column;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-header{padding:20px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.close-btn{background:none;border:none;font-size:2rem;color:#aaa;cursor:pointer;line-height:1}.check-number-badge{background-color:#e1f5fe;color:#0288d1;padding:4px 8px;border-radius:6px;font-size:.9rem;font-weight:700;border:1px solid #b3e5fc}.cart-items-container{flex:1;overflow-y:auto;padding:20px;background:#f8f9fa}.sent-items-section{background:#f8f9fa;border-radius:12px;padding:15px;margin-bottom:25px;border:1px solid #eee}.sent-item{background:transparent!important;box-shadow:none!important;border-bottom:1px solid #eee;margin-bottom:0!important;border-radius:0!important;padding:10px 0!important}.sent-item:last-child{border-bottom:none}.cart-item-qty-badge{background:#dfe6e9;color:#636e72;font-weight:700;padding:4px 10px;border-radius:12px;font-size:.9rem}.subtotal-line{text-align:right;color:#636e72;font-size:.95rem;font-weight:600;margin-top:10px;padding-top:10px;border-top:2px dashed #e0e0e0}.cart-item{background:#fff;padding:15px;border-radius:10px;margin-bottom:15px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 5px #0000000d}.cart-item-details h4{margin:0 0 5px;font-size:1rem;color:#333}.cart-item-option{display:block;font-size:.85rem;color:#7f8c8d}.item-price{font-weight:700;color:#d35400}.cart-item-actions{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e0e0e0;padding:4px 6px;border-radius:50px;box-shadow:0 2px 6px #0000000a}.cart-item-actions button{width:30px;height:30px;border-radius:50%;border:1px solid transparent;background:#f8f9fa;color:#2d3436;font-size:1.2rem;font-weight:500;line-height:1;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.cart-item-actions button:hover{background:#e1e1e1;transform:scale(1.05)}.cart-item-actions span{font-weight:600;font-size:1rem;min-width:20px;text-align:center;-webkit-user-select:none;user-select:none}.cart-item-actions .btn-delete{background:#fff5f5;color:#e74c3c;border-color:#ffe0e0}.cart-item-actions .btn-delete:hover{background:#e74c3c;color:#fff;border-color:#e74c3c;transform:scale(1.05)}.empty-cart-message{text-align:center;font-style:italic;color:#aaa;margin-top:30px}.cart-footer{padding:20px;background:#fff;border-top:1px solid #eee;box-shadow:0 -2px 10px #0000000d;flex-shrink:0}.cart-total{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:700;margin-bottom:15px;color:#2c3e50}.cart-actions{display:flex;gap:10px}.submit-btn{width:100%;padding:15px;background:#d35400;color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .2s}.submit-btn:hover{background:#e67e22}.cart-bar{position:fixed;bottom:20px;left:50%;transform:translate(-50%);width:90%;max-width:400px;background:#2c3e50;color:#fff;padding:15px 25px;border-radius:50px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 10px 30px #0000004d;z-index:1000;cursor:pointer}.count-bubble{background:#e74c3c;padding:2px 8px;border-radius:10px;margin-right:10px;font-weight:700}@media(max-width:768px){.hero-section{height:30vh}.hero-content h1{font-size:1.8rem}.app-container{flex-direction:column;padding-top:0;width:100%}.sidebar{width:100%;max-width:100vw;margin:0;border-radius:0;padding:12px 15px;top:60px;z-index:800;border-bottom:1px solid #eee;position:-webkit-sticky;position:sticky;background:#fff;display:flex;flex-direction:row;align-items:center;white-space:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.sidebar::-webkit-scrollbar{display:none}.sidebar h3{display:none}.sidebar ul{display:flex;flex-direction:row;gap:10px;margin:0}.sidebar li{margin:0;background:#f1f2f6;padding:8px 16px;border-radius:20px;font-size:14px;flex-shrink:0}.feed{width:100%;padding:15px 15px 80px}.item-card{flex-direction:row;align-items:flex-start}.item-image-container{width:90px;height:90px}.menu-group h2{top:115px;z-index:8}}@media(min-width:768px){.modal-overlay{align-items:center}.cart-modal-content{height:80vh;border-radius:16px}}.payment-modal-content{max-width:400px;text-align:center;padding:0;overflow:hidden}.payment-status-body{padding:40px 30px;display:flex;flex-direction:column;align-items:center;justify-content:center}.payment-status-body h3{margin:20px 0 10px;font-size:1.4rem;color:#2d3436}.payment-status-body p{color:#636e72;margin:0}.spinner{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid #d35400;border-radius:50%;animation:spin 1s linear infinite}.spinner-pulse{width:50px;height:50px;background-color:#d35400;border-radius:50%;animation:pulse 1.2s infinite ease-in-out}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%{transform:scale(0);opacity:0}50%{opacity:1}to{transform:scale(1);opacity:0}}.status-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:30px;color:#fff;font-weight:700}.success-icon{background-color:#27ae60}.error-icon{background-color:#e74c3c}.retry-btn{background-color:#d35400;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-weight:700;margin-left:10px}.cancel-btn{background-color:transparent;color:#636e72;border:1px solid #b2bec3;padding:10px 20px;border-radius:6px;cursor:pointer}.tip-section{margin:10px 0;padding:10px;background:#f8f9fa;border-radius:10px;border:1px solid #eee}.tip-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:.9rem;font-weight:700;color:#2d3436}.tip-options{display:flex;gap:8px;flex-wrap:wrap}.tip-btn{flex:1;padding:6px 0;border:1px solid #e0e0e0;background:#fff;border-radius:20px;font-weight:600;color:#636e72;cursor:pointer;transition:all .2s;font-size:.85rem;min-width:50px}.tip-btn:hover{background:#f1f2f6;border-color:#bdc3c7}.tip-btn.active{background:#e1f5fe;color:#0288d1;border-color:#0288d1;box-shadow:0 2px 4px #0288d126}.custom-tip-container{display:flex;align-items:center;gap:5px;flex:1;min-width:80px}.custom-tip-input{width:100%;padding:6px 10px;border:1px solid #0288d1;border-radius:20px;text-align:center;font-weight:700;color:#0288d1;outline:none;font-size:.9rem}.custom-tip-input:focus{box-shadow:0 0 0 2px #0288d133}.numpad-modal{width:100%;max-width:380px;background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;gap:20px}.numpad-header{text-align:center}.numpad-header h2{margin:0 0 5px;font-size:1.5rem;color:#2c3e50}.numpad-header p{margin:0;color:#7f8c8d;font-size:.95rem}.numpad-display{background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;height:70px;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#333;letter-spacing:2px}.numpad-placeholder{color:#bdc3c7;font-size:1.2rem;font-weight:400;letter-spacing:normal}.numpad-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.numpad-btn{background:#fff;border:1px solid #dcdcdc;border-radius:8px;height:60px;font-size:1.6rem;font-weight:600;color:#2c3e50;cursor:pointer;transition:background .1s,transform .1s;display:flex;align-items:center;justify-content:center;padding:0}.numpad-btn:active{background-color:#ecf0f1;transform:scale(.98)}.numpad-btn.control{background-color:#f1f2f6;color:#555;font-size:1.1rem}.numpad-btn.control:active{background-color:#dfe4ea}.numpad-action-btn{width:100%;background-color:#e67e22;color:#fff;border:none;border-radius:8px;height:55px;font-size:1.1rem;font-weight:700;cursor:pointer;text-transform:uppercase;letter-spacing:1px;transition:background .2s;margin-top:5px}.numpad-action-btn:disabled{background-color:#f5c6cb;cursor:not-allowed;opacity:.7}.numpad-action-btn:active:not(:disabled){background-color:#d35400}.lang-toggle-btn{background:#fff3;border:1px solid rgba(255,255,255,.4);color:#fff;padding:6px 12px;border-radius:20px;font-size:.85rem;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);margin-bottom:10px;display:inline-block;transition:background .2s}.lang-toggle-btn:hover{background:#ffffff4d}[dir=rtl]{text-align:right;font-family:Tahoma,Segoe UI,sans-serif}[dir=rtl] .app-container{flex-direction:row-reverse}[dir=rtl] .sidebar{border-right:none;border-left:1px solid #eee}[dir=rtl] .item-card{flex-direction:row-reverse}[dir=rtl] .item-info{padding-right:15px;padding-left:15px;text-align:right}[dir=rtl] .cart-bar,[dir=rtl] .cart-info{flex-direction:row-reverse}[dir=rtl] .count-bubble{margin-right:0;margin-left:10px}[dir=rtl] .modal-close{right:auto;left:15px}[dir=rtl] .modal-header h2{text-align:right}[dir=rtl] .qty-control{flex-direction:row-reverse}[dir=rtl] .modifier-group h3{text-align:right}[dir=rtl] .modifier-option{flex-direction:row-reverse}[dir=rtl] .modifier-option span{text-align:right;margin-right:10px;margin-left:0}[dir=rtl] .cart-item{flex-direction:row-reverse}[dir=rtl] .cart-item-details{text-align:right;padding-right:15px;padding-left:0}[dir=rtl] .cart-item-price{text-align:left}[dir=rtl] input{text-align:right}[dir=rtl] .staff-status-bar{flex-direction:row-reverse}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;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;display:flex;place-items:center;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}}
