@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600&display=swap";.kitchen-view-shell{width:100vw;min-height:100vh;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;background:radial-gradient(circle at top left,rgba(255,255,255,.8),transparent 30%),#eef2f7}.kitchen-view-container{min-height:100vh;padding:18px;box-sizing:border-box;color:#17212b}.kitchen-loading-state{display:flex;align-items:center;justify-content:center}.kitchen-topbar{position:sticky;top:0;z-index:8;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px;padding:16px;border:1px solid rgba(15,23,42,.08);border-radius:20px;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 28px #0f172a12}.kitchen-title-block{min-width:240px;flex:1}.kitchen-eyebrow{display:inline-block;margin-bottom:8px;color:#5b6470;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.kitchen-title-block h1{margin:0;font-size:clamp(1.55rem,2vw,2.15rem);line-height:1.1}.kitchen-title-block p{margin:8px 0 0;color:#5b6470;font-size:.98rem}.kitchen-topbar-side{display:flex;flex-direction:column;align-items:flex-end;gap:12px;width:min(100%,460px)}.kitchen-language-switcher{display:inline-flex;align-items:center;gap:8px;padding:6px;border:1px solid rgba(15,23,42,.08);border-radius:999px;background:#f8fafc}.kitchen-language-switcher button{min-width:56px;border:none;border-radius:999px;padding:8px 12px;background:transparent;color:#334155;font-weight:800;cursor:pointer;transition:background .18s ease,color .18s ease,opacity .18s ease}.kitchen-language-switcher button:disabled{background:#1d4ed8;color:#fff;cursor:default}.kitchen-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(130px,1fr));gap:12px;width:min(100%,460px)}.kitchen-summary-card{border:1px solid transparent;border-radius:18px;padding:14px 16px;text-align:left;background:#f8fafc;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.kitchen-summary-card:hover{transform:translateY(-1px);box-shadow:0 8px 20px #0f172a14}.kitchen-summary-card.is-active{border-color:#1d4ed8;box-shadow:0 0 0 3px #1d4ed81f}.kitchen-summary-card.tone-new{background:#eefcf3}.kitchen-summary-card.tone-in-progress{background:#fff8e6}.kitchen-summary-card.tone-ready{background:#eef6ff}.kitchen-summary-card__label{display:block;color:#5b6470;font-size:.85rem;font-weight:700}.kitchen-summary-card__count{display:block;margin-top:8px;font-size:1.8rem;line-height:1}.kitchen-notification-banner{margin-bottom:16px;padding:14px 16px;border:1px solid #ffe2a8;border-radius:14px;background:#fff4d4;color:#8b5e00;font-weight:700;box-shadow:0 8px 18px #8b5e0014}.kitchen-mobile-status-tabs{display:none;gap:10px;margin-bottom:14px;overflow-x:auto;padding-bottom:4px}.kitchen-mobile-status-tab{flex:0 0 auto;border:1px solid #d7dce3;border-radius:999px;padding:10px 14px;background:#fff;color:#334155;font-weight:700}.kitchen-mobile-status-tab.is-active{border-color:#1d4ed8;background:#eaf1ff;color:#1d4ed8}.kitchen-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:start}.kitchen-column{display:flex;flex-direction:column;gap:12px;min-height:260px;padding:14px;border-radius:22px;border:1px solid rgba(15,23,42,.08);background:#fffc;box-shadow:inset 0 1px #ffffffb3}.kitchen-column.tone-new{background:linear-gradient(180deg,#eefcf3f2,#ffffffe6)}.kitchen-column.tone-in-progress{background:linear-gradient(180deg,#fff8e6f5,#ffffffe6)}.kitchen-column.tone-ready{background:linear-gradient(180deg,#eef6fff5,#ffffffe6)}.kitchen-column__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.kitchen-column__header h2{margin:0;font-size:1.12rem}.kitchen-column__header p{margin:5px 0 0;color:#5b6470;font-size:.9rem}.kitchen-column-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;align-content:start}.order-card{display:flex;flex-direction:column;gap:10px;min-height:220px;padding:14px;border:1px solid #e4e8ef;border-left:6px solid transparent;border-radius:18px;background:#fff;box-shadow:0 8px 18px #0f172a0f;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.order-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0f172a1a}.order-card:focus-visible{outline:3px solid rgba(37,99,235,.28);outline-offset:2px}.order-card.is-selected{border-color:#2563eb59;box-shadow:0 0 0 3px #2563eb1f,0 12px 28px #0f172a1a}.order-card.status-Nouvelle{border-left-color:#1f9d55}.order-card.status-En-préparation{border-left-color:#d4a414}.order-card.status-Prête{border-left-color:#2f6feb}.order-card.urgency-overdue{background:linear-gradient(180deg,#fff2f2,#fff 45%)}.order-card.urgency-soon{background:linear-gradient(180deg,#fff8ea,#fff 48%)}.order-card.urgency-scheduled{background:linear-gradient(180deg,#f7fbff,#fff 48%)}.order-card__top-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.order-room-number{margin:0;font-size:1.28rem;font-weight:800}.order-meta-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.order-id-chip,.order-time-chip,.order-urgency-chip,.kitchen-detail-status{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:4px 10px;border-radius:999px;font-size:.82rem;font-weight:700}.order-id-chip,.order-time-chip{background:#eff3f8;color:#475569}.order-urgency-chip.urgency-overdue{background:#ffe0e0;color:#a11b1b}.order-urgency-chip.urgency-soon{background:#ffefc9;color:#9a6700}.order-urgency-chip.urgency-scheduled,.order-urgency-chip.urgency-neutral{background:#e8f1ff;color:#2157c8}.order-stats{display:flex;justify-content:space-between;gap:10px;color:#556070;font-size:.9rem;font-weight:700}.order-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:7px;flex:1}.order-items li{display:flex;justify-content:space-between;align-items:center;gap:10px;padding-bottom:7px;border-bottom:1px dashed #e6ebf2;font-size:.95rem}.item-name{font-weight:700;color:#17212b}.item-qty{color:#5b6470;font-weight:800;white-space:nowrap}.order-items__more{justify-content:flex-start;border-bottom:none;color:#1d4ed8;font-weight:700}.order-card__footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}.order-card__detail-hint{color:#6b7280;font-size:.82rem;font-weight:700}.status-button{border:none;border-radius:12px;padding:11px 14px;color:#fff;font-size:.92rem;font-weight:800;cursor:pointer;transition:transform .18s ease,filter .18s ease}.status-button:hover{transform:translateY(-1px);filter:brightness(.98)}.status-Nouvelle .status-button,.detail-primary-action.status-Nouvelle{background:#1f9d55}.status-En-préparation .status-button,.detail-primary-action.status-En-préparation{background:#d4a414;color:#2b2200}.status-Prête .status-button,.detail-primary-action.status-Prête{background:#2f6feb}.kitchen-column-empty,.kitchen-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:160px;padding:18px;border:1px dashed #d8dde6;border-radius:18px;background:#ffffffc7;text-align:center;color:#667181}.kitchen-empty-state h2{margin:0 0 8px}.kitchen-empty-state p{margin:0}.kitchen-detail-backdrop{position:fixed;inset:0;z-index:22;border:none;background:#0f172a52;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.kitchen-detail-panel{position:fixed;top:0;right:0;z-index:23;display:flex;flex-direction:column;width:min(460px,100vw);height:100vh;background:#fff;box-shadow:-20px 0 40px #0f172a29}.kitchen-detail-panel__header,.kitchen-detail-panel__footer{padding:18px;border-bottom:1px solid #edf1f6}.kitchen-detail-panel__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.kitchen-detail-status{margin-bottom:10px}.kitchen-detail-status.status-Nouvelle{background:#e9f9ef;color:#1f7f47}.kitchen-detail-status.status-En-préparation{background:#fff5d9;color:#9a6700}.kitchen-detail-status.status-Prête{background:#e7f0ff;color:#245fcb}.kitchen-detail-panel__header h2{margin:0;font-size:1.55rem}.kitchen-detail-panel__header p{margin:8px 0 0;color:#5b6470}.kitchen-detail-close{flex:0 0 auto;width:42px;height:42px;border:none;border-radius:50%;background:#eef2f7;color:#334155;font-size:1.5rem;cursor:pointer}.kitchen-detail-panel__body{flex:1;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:18px}.kitchen-detail-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.kitchen-detail-metric-card{border:1px solid #e8edf4;border-radius:16px;padding:14px;background:#f8fafc}.kitchen-detail-metric-card span{display:block;color:#64748b;font-size:.82rem;font-weight:700}.kitchen-detail-metric-card strong{display:block;margin-top:6px;font-size:1.12rem}.kitchen-detail-section{display:flex;flex-direction:column;gap:10px}.kitchen-detail-section h3{margin:0;font-size:1rem}.kitchen-detail-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.kitchen-detail-items li{display:flex;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid #e8edf4;border-radius:14px;background:#fff}.kitchen-detail-items li span{white-space:nowrap;font-weight:800;color:#475569}.kitchen-detail-note{padding:14px;border-radius:14px;background:#fff8e6;color:#7b5b00;font-weight:700;line-height:1.45}.kitchen-detail-panel__footer{display:flex;justify-content:space-between;gap:12px;border-top:1px solid #edf1f6;border-bottom:none}.kitchen-detail-secondary-button{border:1px solid #d6dde6;border-radius:12px;padding:11px 16px;background:#fff;color:#334155;font-weight:800;cursor:pointer}.detail-primary-action{flex:1}@media(max-width:1180px){.kitchen-board{grid-template-columns:1fr}.kitchen-column-grid{grid-template-columns:repeat(auto-fill,minmax(205px,1fr))}}@media(max-width:820px){.kitchen-view-container{padding:12px}.kitchen-topbar{position:static;padding:14px}.kitchen-topbar-side{align-items:stretch;width:100%}.kitchen-language-switcher{align-self:flex-start}.kitchen-summary-grid{grid-template-columns:repeat(3,minmax(96px,1fr));width:100%}.kitchen-mobile-status-tabs{display:flex}.kitchen-column.is-hidden-on-mobile{display:none}.kitchen-column-grid{grid-template-columns:1fr}.order-card{min-height:unset}.order-card__footer{flex-direction:column;align-items:stretch}.kitchen-detail-panel{width:100vw}.kitchen-detail-panel__footer{flex-direction:column-reverse}.kitchen-detail-metrics{grid-template-columns:1fr 1fr}}@media(max-width:520px){.kitchen-language-switcher{width:100%;justify-content:space-between}.kitchen-language-switcher button{flex:1}.kitchen-summary-grid{grid-template-columns:1fr}.kitchen-column,.order-card{padding:12px}.order-card__top-row{flex-direction:column}.kitchen-detail-metrics{grid-template-columns:1fr}.kitchen-detail-panel__header,.kitchen-detail-panel__body,.kitchen-detail-panel__footer{padding:14px}}.card{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-width:500px;margin:2rem auto;color:#333}.menu-list{list-style-type:none;padding:0;margin-top:1.5rem}.menu-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #f0f0f0}.menu-item:last-child{border-bottom:none}.item-details{display:flex;flex-direction:column}.item-name{font-weight:600}.item-price{color:#555;font-size:.9rem}.quantity-controls{display:flex;align-items:center;gap:.75rem}.quantity-controls span{font-size:1.1rem;font-weight:700;min-width:20px;text-align:center}.quantity-controls button{width:30px;height:30px;border-radius:50%;border:1px solid #ccc;background-color:#f7f7f7;font-size:1.2rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333}.quantity-controls button:hover{background-color:#e9e9e9}.order-actions{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #f0f0f0;display:flex;flex-direction:column;gap:1.5rem}.time-selector{display:flex;justify-content:space-between;align-items:center}.time-selector label{font-weight:600}.time-selector select{padding:.5rem;border-radius:4px;border:1px solid #ccc;font-size:1rem}.submit-button{width:100%;padding:1rem;font-size:1.1rem;font-weight:700;color:#fff;background-color:#007bff;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s;box-sizing:border-box}.submit-button:hover{background-color:#0056b3}.login-form{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600}.form-group input{padding:.75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}.error-message{color:#d8000c;background-color:#ffd2d2;border:1px solid #D8000C;padding:.75rem;border-radius:4px;text-align:center}.dashboard-card{max-width:800px}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.logout-button{padding:.5rem 1rem;font-size:.9rem;font-weight:700;color:#007bff;background-color:#fff;border:1px solid #007bff;border-radius:8px;cursor:pointer}.logout-button:hover{background-color:#f0f2f5}.orders-table{width:100%;border-collapse:collapse;margin-top:1rem}.orders-table th,.orders-table td{border:1px solid #ddd;padding:.75rem;text-align:left}.orders-table th{background-color:#f7f7f7;font-weight:600}.orders-table ul{padding-left:20px;margin:0}.qr-code-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:2rem;margin-top:2rem;text-align:center}.qr-code-item img{width:100%;height:auto}.sort-selector{display:flex;justify-content:flex-end;align-items:center;gap:.5rem;margin-bottom:1rem}.sort-selector select{padding:.5rem;border-radius:4px;border:1px solid #ccc;font-size:1rem}.success-message{color:#270;background-color:#dff2bf;border:1px solid #4F8A10;padding:.75rem;border-radius:4px;text-align:center}.language-switcher{position:absolute;top:1rem;right:1rem;display:flex;gap:.5rem}.language-switcher button{padding:.5rem;border:1px solid #ccc;background-color:#f7f7f7;cursor:pointer}.language-switcher button:disabled{background-color:#ddd;cursor:not-allowed}.password-strength-bar-container{height:5px;width:100%;background-color:#eee;border-radius:5px;margin-top:5px}.password-strength-bar{height:100%;border-radius:5px;transition:width .3s ease,background-color .3s ease}.password-criteria-list{list-style-type:none;padding:0;margin:5px 0 0;font-size:.8rem}.password-criteria-list li{color:#dc3545;transition:color .3s ease}.password-criteria-list li.valid{color:#28a745;text-decoration:line-through}.pricing-plan ul{list-style-type:none;padding:0;margin:1.5rem 0}.form-group-checkbox{display:flex;align-items:center;gap:.5rem;margin:1rem 0}.form-group-checkbox label{font-size:.9rem}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;width:90%;max-width:800px;max-height:80vh;border-radius:8px;display:flex;flex-direction:column}.modal-body{padding:2rem;overflow-y:auto;flex-grow:1}.modal-footer{padding:1rem;border-top:1px solid #eee;text-align:right}.modal-footer button:disabled{background-color:#ccc;cursor:not-allowed}.link-style{color:#007bff;text-decoration:underline;cursor:pointer}.home-page-card{display:flex;flex-direction:column;align-items:center;text-align:center}.home-subtitle{margin:1.5rem 0 2rem;max-width:400px;line-height:1.5}.home-buttons{display:flex;gap:1rem}.submit-button.secondary{background-color:#fff;color:#007bff;border:1px solid #007bff}.submit-button.secondary:hover{background-color:#f8f9fa}.tax-disclaimer{font-size:.8rem;color:#888;text-align:center;margin-top:1rem}.form-group-toggle{display:flex;justify-content:space-between;align-items:center;margin:1rem 0;font-weight:600}.toggle-switch{position:relative;display:inline-block;width:60px;height:34px}.toggle-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#dc3545;transition:.4s;border-radius:34px}.slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:#28a745}input:checked+.slider:before{transform:translate(26px)}.cookie-banner{position:fixed;bottom:0;left:0;width:100%;background-color:#333;color:#fff;padding:1rem;display:flex;justify-content:center;align-items:center;gap:1.5rem;z-index:1000;font-size:.9rem}.cookie-banner p{margin:0}.cookie-banner button{background-color:#fff;color:#333;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-weight:700}.component-footer{margin-top:2rem;padding-top:1rem;border-top:1px solid #eee;width:100%;text-align:center;font-size:.8rem}.component-footer a,.component-footer .link-style{color:#555;text-decoration:none;margin:0 .5rem}.component-footer a:hover,.component-footer .link-style:hover{text-decoration:underline}.social-proof-section{width:100%;max-width:800px;margin:3rem auto;padding:0 1rem;text-align:center}.social-proof-section h2{color:#555;font-weight:600;margin-bottom:2rem}.logos{display:flex;justify-content:space-around;align-items:center;gap:1rem;filter:grayscale(1);opacity:.6}.logo-placeholder{font-size:1.2rem;font-weight:700;color:#888}.period-selector{display:flex;gap:.5rem;margin:1.5rem 0;border-bottom:1px solid #eee;padding-bottom:1.5rem}.period-selector button{border:1px solid #ccc;background-color:#f7f7f7;padding:.5rem 1rem;border-radius:20px;cursor:pointer}.period-selector button.active{background-color:#007bff;color:#fff;border-color:#007bff}.kpi-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin:2rem 0}.kpi-card{background-color:#f8f9fa;border:1px solid #eee;border-radius:8px;padding:1.5rem;text-align:center}.kpi-card h2{margin:0 0 .5rem;font-size:2rem}.kpi-card p{margin:0;color:#555;font-weight:600}.charts-container{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-top:2rem}.orders-container{max-height:60vh;overflow-y:auto;border:1px solid #e0e0e0;border-radius:5px;margin-bottom:1.5rem}.orders-table thead{position:sticky;top:0;background-color:#fff;z-index:1}.report-section{width:100%;margin-top:1.5rem;margin-bottom:2rem;padding:1.25rem;box-sizing:border-box;background:#fafafa;border:1px solid #eef0f2;border-radius:8px}.report-section h2{margin-top:0;margin-bottom:1.5rem;font-size:1.25rem}.report-controls{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}.report-controls .form-group{flex-grow:1;flex-basis:200px;margin-bottom:0}.report-controls .submit-button{flex-grow:0;flex-basis:150px}.report-controls input[type=date]{width:100%;box-sizing:border-box}.dashboard-nav-links{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.dashboard-nav-links .submit-button{margin:0;flex-grow:1;flex-basis:180px}.gm-page{min-height:100vh;background-color:#f2f2f7;display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem 4rem;box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.gm-card{width:100%;max-width:480px;background:#fff;border-radius:20px;box-shadow:0 2px 8px #0000000f,0 8px 32px #00000014;overflow:hidden}.gm-header{padding:1.75rem 1.75rem 1.5rem;border-bottom:1px solid #F2F2F7}.gm-header-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.gm-hotel-name{font-size:1.35rem;font-weight:700;color:#1c1c1e;letter-spacing:-.03em;margin:0;line-height:1.2;flex:1}.gm-lang-switcher{display:flex;align-items:center;background:#f2f2f7;border-radius:8px;padding:3px;gap:2px;flex-shrink:0}.gm-lang-btn{border:none;background:transparent;border-radius:6px;padding:4px 10px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;color:#8e8e93;cursor:pointer;transition:background .15s,color .15s;letter-spacing:.03em}.gm-lang-btn:hover:not(:disabled){color:#1c1c1e}.gm-lang-btn:disabled{background:#fff;color:#1c1c1e;font-weight:600;cursor:default;box-shadow:0 1px 3px #0000001a}.gm-room-badge{display:inline-flex;align-items:center;gap:.35rem;background:#fff8e6;color:#92720a;border:1px solid #F0E4B0;border-radius:20px;padding:.3rem .75rem;font-size:.8rem;font-weight:600;letter-spacing:.02em}.gm-room-badge-dot{width:6px;height:6px;border-radius:50%;background-color:#c9a227;flex-shrink:0}.gm-menu{padding:0 1.75rem}.gm-category-label{font-size:.68rem;font-weight:600;color:#8e8e93;text-transform:uppercase;letter-spacing:.1em;padding:1.25rem 0 .5rem;margin:0}.gm-item{display:flex;align-items:center;justify-content:space-between;padding:.85rem 0;border-bottom:1px solid #F2F2F7;gap:1rem}.gm-item:last-child{border-bottom:none}.gm-item-info{flex:1;min-width:0}.gm-item-name{font-size:.95rem;font-weight:500;color:#1c1c1e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gm-item-price{font-size:.82rem;color:#8e8e93;margin-top:.15rem;font-weight:400}.gm-qty{display:flex;align-items:center;gap:0;background:#f2f2f7;border-radius:12px;padding:2px;flex-shrink:0}.gm-qty-btn{width:30px;height:30px;border:none;background:transparent;border-radius:10px;font-size:1.1rem;font-weight:400;color:#1c1c1e;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;line-height:1}.gm-qty-btn:hover:not(:disabled){background:#e5e5ea}.gm-qty-btn:disabled{color:#c7c7cc;cursor:default}.gm-qty-count{min-width:28px;text-align:center;font-size:.9rem;font-weight:600;color:#1c1c1e}.gm-qty-count.gm-qty-active{color:#c9a227}.gm-order-section{margin:1rem 1.75rem 0;background:#f9f9fb;border:1px solid #EBEBF0;border-radius:14px;padding:1.25rem}.gm-order-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.85rem}.gm-order-row:last-of-type{margin-bottom:0}.gm-order-label{font-size:.82rem;font-weight:500;color:#3c3c43;white-space:nowrap}.gm-order-input{flex:1;padding:.5rem .75rem;border:1px solid #E5E5EA;border-radius:9px;background:#fff;font-family:Inter,sans-serif;font-size:.88rem;color:#1c1c1e;text-align:right;max-width:160px;box-sizing:border-box;transition:border-color .15s}.gm-order-input:focus{outline:none;border-color:#c9a227;box-shadow:0 0 0 3px #c9a2271f}.gm-disclaimer{font-size:.75rem;color:#aeaeb2;text-align:center;margin:1rem 1.75rem 0;line-height:1.5}.gm-confirm-btn{display:block;width:calc(100% - 3.5rem);margin:1rem 1.75rem 1.75rem;padding:1rem;background:#18181b;color:#fff;border:none;border-radius:14px;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:opacity .2s,transform .15s}.gm-confirm-btn:hover:not(:disabled){opacity:.88;transform:translateY(-1px)}.gm-confirm-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.gm-confirmation{padding:2rem 1.75rem;text-align:center}.gm-confirmation h1{font-size:1.25rem;font-weight:700;color:#1c1c1e;letter-spacing:-.02em;margin:.75rem 0 .4rem}.gm-confirmation>p{font-size:.88rem;color:#8e8e93;margin:0 0 1.5rem}.gm-recap{background:#f9f9fb;border:1px solid #EBEBF0;border-radius:14px;padding:1.25rem;text-align:left}.gm-recap-title{font-size:.7rem;font-weight:600;color:#8e8e93;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .85rem}.gm-recap-row{display:flex;justify-content:space-between;font-size:.88rem;color:#1c1c1e;margin-bottom:.5rem}.gm-recap-row span:first-child{color:#8e8e93;font-weight:400}.gm-recap-row span:last-child{font-weight:500}.gm-recap-divider{border:none;border-top:1px solid #EBEBF0;margin:.85rem 0}.gm-recap-item{display:flex;justify-content:space-between;font-size:.85rem;color:#3c3c43;padding:.2rem 0}.gm-cancellation{font-size:.78rem;color:#aeaeb2;text-align:center;margin-top:1.25rem;line-height:1.5}.gm-status-screen{padding:3rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.gm-status-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.gm-status-icon.blue{background:#ebf4ff}.gm-status-icon.red{background:#ffebeb}.gm-status-icon.amber{background:#fff8e6}.gm-status-title{font-size:1.05rem;font-weight:600;color:#1c1c1e;margin:0;letter-spacing:-.02em}.gm-status-message{font-size:.88rem;color:#8e8e93;margin:0;line-height:1.55;max-width:300px}.gm-closed{padding:3rem 2rem;text-align:center}.gm-closed h1{font-size:1.1rem;font-weight:600;color:#1c1c1e;letter-spacing:-.02em;margin:0 0 .5rem}.gm-closed p{font-size:.88rem;color:#8e8e93;margin:0}.gm-error,.gm-loading{padding:3rem 2rem;text-align:center;font-size:.9rem;color:#8e8e93}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}body.premium-bg{background-color:#23262c}body.premium-bg #root{align-items:flex-start;padding:2rem 1rem;box-sizing:border-box}.premium-scope{--ps-bg-page: #23262C;--ps-bg-card: #2C3038;--ps-bg-elevated: #343840;--ps-bg-row-alt: #282B31;--ps-border: #3E424E;--ps-border-soft: #353840;--ps-accent: #F0F4F8;--ps-accent-dim: rgba(240, 244, 248, .07);--ps-accent-dim2: rgba(240, 244, 248, .13);--ps-text: #E4E9F0;--ps-text-muted: #a5aab3;--ps-text-dim: #a3a7ad;--ps-red-bg: rgba(239, 68, 68, .08);--ps-red-border: rgba(239, 68, 68, .22);--ps-red-text: #F87171;--ps-green-bg: rgba(34, 197, 94, .08);--ps-green-border: rgba(34, 197, 94, .22);--ps-green-text: #4ADE80}.premium-scope.card,.premium-scope .card{background-color:var(--ps-bg-card);color:var(--ps-text);border:1px solid var(--ps-border);border-top:1px solid rgba(255,255,255,.09);box-shadow:0 1px #ffffff0a inset,0 16px 48px #00000059,0 4px 12px #0003;border-radius:12px}.premium-scope h1{font-family:IBM Plex Sans,sans-serif;font-weight:600;font-size:1.35rem;color:var(--ps-text);letter-spacing:-.02em;margin:0}.premium-scope h2{font-family:IBM Plex Sans,sans-serif;font-weight:500;font-size:1.05rem;color:var(--ps-text);letter-spacing:-.01em}.premium-scope h3{font-family:IBM Plex Sans,sans-serif;font-weight:500;font-size:.72rem;color:var(--ps-text-muted);text-transform:uppercase;letter-spacing:.1em}.premium-scope p,.premium-scope li,.premium-scope td,.premium-scope th,.premium-scope label,.premium-scope span,.premium-scope select,.premium-scope input,.premium-scope button{font-family:IBM Plex Sans,sans-serif}.premium-scope p{color:var(--ps-text-muted);font-size:.9rem;line-height:1.6}.premium-scope .dashboard-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.25rem;margin-bottom:1.5rem;border-bottom:1px solid var(--ps-border-soft)}.premium-scope .logout-button{font-family:IBM Plex Sans,sans-serif;font-size:.8rem;font-weight:500;color:var(--ps-text);background:transparent;border:1px solid var(--ps-border);border-radius:7px;padding:.42rem .9rem;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.premium-scope .logout-button:hover{border-color:var(--ps-accent);color:var(--ps-accent);background:var(--ps-accent-dim)}.premium-scope .dashboard-nav-links .submit-button{background:var(--ps-bg-elevated);border:1px solid var(--ps-border);color:var(--ps-text);font-family:IBM Plex Sans,sans-serif;font-size:.86rem;font-weight:400;border-radius:8px;text-decoration:none;text-align:center;transition:border-color .15s,color .15s,background .15s}.premium-scope .dashboard-nav-links .submit-button:hover{border-color:var(--ps-accent);color:var(--ps-accent);background:var(--ps-accent-dim)}.premium-scope .submit-button{font-family:IBM Plex Sans,sans-serif;font-weight:500;font-size:.9rem;letter-spacing:.01em;background-color:var(--ps-accent);color:#1a1d23;border:none;border-radius:8px;cursor:pointer;transition:opacity .15s,transform .1s}.premium-scope .submit-button:hover:not(:disabled){opacity:.88;transform:translateY(-1px)}.premium-scope .submit-button:disabled{opacity:.3;cursor:not-allowed;transform:none}.premium-scope .sort-selector label{color:var(--ps-text-muted);font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.premium-scope .sort-selector select,.premium-scope select{background:var(--ps-bg-elevated);border:1px solid var(--ps-border);color:var(--ps-text);border-radius:7px;padding:.38rem .65rem;font-size:.86rem;font-family:IBM Plex Sans,sans-serif;cursor:pointer;transition:border-color .15s}.premium-scope .sort-selector select:focus,.premium-scope select:focus{border-color:#ffffff59;outline:none;box-shadow:0 0 0 3px var(--ps-accent-dim2)}.premium-scope .orders-container{border:1px solid var(--ps-border-soft);border-radius:9px;background:var(--ps-bg-page);overflow-x:hidden;overflow-y:auto;max-height:60vh;margin-bottom:1.5rem}.premium-scope .orders-table{border-collapse:collapse}.premium-scope .orders-table th{position:sticky;top:0;z-index:10;background-color:#343840!important;box-shadow:0 1px #3e424e;color:#9aa3b0;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;border-color:var(--ps-border);padding:.8rem .75rem}.premium-scope .orders-table td{border-color:var(--ps-border-soft);color:var(--ps-text);font-size:.88rem;padding:.78rem .75rem}.premium-scope .orders-table tbody td:first-child{color:var(--ps-accent);font-weight:500;font-variant-numeric:tabular-nums}.premium-scope .orders-table tbody tr{background-color:var(--ps-bg-page);transition:background-color .1s}.premium-scope .orders-table tbody tr:nth-child(2n){background-color:var(--ps-bg-row-alt)}.premium-scope .orders-table tbody tr:hover{background-color:var(--ps-accent-dim)}.premium-scope .orders-table thead{position:sticky;top:0;z-index:10}.premium-scope .orders-table td[colspan]{text-align:center;color:var(--ps-text-dim);padding:2.5rem;font-size:.88rem}.premium-scope .form-group label{color:var(--ps-text-muted);font-size:.75rem;font-weight:500;letter-spacing:.07em;text-transform:uppercase;margin-bottom:.3rem}.premium-scope .form-group input,.premium-scope .form-group select,.premium-scope input[type=text],.premium-scope input[type=email],.premium-scope input[type=number],.premium-scope input[type=time],.premium-scope input[type=date],.premium-scope input[type=password]{background:var(--ps-bg-elevated);border:1px solid var(--ps-border);color:var(--ps-text);border-radius:7px;font-family:IBM Plex Sans,sans-serif;font-size:.9rem;padding:.65rem .8rem;width:100%;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.premium-scope .form-group input:focus,.premium-scope input[type=text]:focus,.premium-scope input[type=email]:focus,.premium-scope input[type=number]:focus,.premium-scope input[type=time]:focus,.premium-scope input[type=date]:focus,.premium-scope input[type=password]:focus{border-color:#ffffff59;outline:none;box-shadow:0 0 0 3px var(--ps-accent-dim2)}.premium-scope input[readonly]{color:var(--ps-text-muted);cursor:default}.premium-scope a:not(.submit-button){color:var(--ps-text-muted);text-decoration:none;font-family:IBM Plex Sans,sans-serif;font-size:.86rem;transition:color .15s}.premium-scope a:not(.submit-button):hover{color:var(--ps-accent)}.premium-scope .error-message{background:var(--ps-red-bg);border:1px solid var(--ps-red-border);color:var(--ps-red-text);border-radius:7px;font-size:.88rem}.premium-scope .success-message{background:var(--ps-green-bg);border:1px solid var(--ps-green-border);color:var(--ps-green-text);border-radius:7px;font-size:.88rem}.premium-scope hr{border:none;border-top:1px solid var(--ps-border-soft)}.premium-scope .form-group-toggle{color:var(--ps-text);font-size:.9rem}.premium-scope .settings-section{margin-top:1.8rem;padding-top:1.5rem;border-top:1px solid var(--ps-border-soft)}.premium-scope .settings-section h3{margin-bottom:.4rem}.premium-scope .settings-section p{font-size:.83rem;margin-bottom:1rem}.premium-scope .report-section{background:var(--ps-bg-elevated);border:1px solid var(--ps-border-soft);border-radius:9px}.premium-scope .qr-code-item img{border:1px solid var(--ps-border);border-radius:9px;padding:10px;background:#fff}.premium-scope .qr-code-item p{color:var(--ps-text-muted);font-size:.8rem;margin-top:.4rem}.premium-scope .pricing-plan{background:var(--ps-bg-elevated);border:1px solid var(--ps-border);border-radius:10px;padding:1.75rem;margin-top:1rem;text-align:left}.premium-scope .pricing-plan h2{color:var(--ps-accent);margin-top:0}.premium-scope .pricing-plan h3{color:var(--ps-text);font-size:1.3rem;text-transform:none;letter-spacing:-.01em;font-weight:600}.premium-scope .pricing-plan ul li{color:var(--ps-text-muted);padding:.2rem 0;font-size:.9rem}.premium-scope .pricing-plan ul li:before{content:"— ";color:var(--ps-text-dim)}.premium-scope .orders-table td button{background:transparent;border:1px solid var(--ps-border);color:var(--ps-text-muted);border-radius:6px;padding:.28rem .6rem;font-size:.78rem;cursor:pointer;margin-right:.35rem;transition:border-color .15s,color .15s}.premium-scope .orders-table td button:hover{border-color:var(--ps-accent);color:var(--ps-accent)}.premium-scope .cancel-button{background:transparent!important;border:1px solid var(--ps-border)!important;color:var(--ps-text-muted)!important;border-radius:8px;font-size:.9rem;cursor:pointer}.premium-scope .period-selector{border-bottom-color:var(--ps-border-soft)}.premium-scope .period-selector button{background:var(--ps-bg-elevated);border:1px solid var(--ps-border);color:var(--ps-text-muted);font-size:.84rem;transition:border-color .15s,color .15s}.premium-scope .period-selector button:hover{border-color:var(--ps-accent);color:var(--ps-accent)}.premium-scope .period-selector button.active{background:var(--ps-accent);border-color:var(--ps-accent);color:#1a1d23;font-weight:600}.premium-scope .orders-container::-webkit-scrollbar{width:5px}.premium-scope .orders-container::-webkit-scrollbar-track{background:var(--ps-bg-page)}.premium-scope .orders-container::-webkit-scrollbar-thumb{background:var(--ps-border);border-radius:3px}.premium-scope .orders-container::-webkit-scrollbar-thumb:hover{background:var(--ps-text-dim)}body{margin:0;font-family:system-ui,sans-serif;background-color:#f0f2f5}#root{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center}
