.restaurant-app{--orange:#f97316;--dark:#17130f;--cream:#f7f4ef;background:var(--cream);color:#28221d;grid-template-columns:220px 1fr;min-height:100vh;font-family:Arial,sans-serif;display:grid}.restaurant-side{background:var(--dark);color:#fff;flex-direction:column;height:100vh;padding:24px 16px;display:flex;position:sticky;top:0}.restaurant-brand{color:#fff;align-items:center;gap:10px;padding:0 8px 26px;text-decoration:none;display:flex}.restaurant-brand>span{background:var(--orange);border-radius:11px;place-items:center;width:38px;height:38px;font-size:21px;display:grid}.restaurant-brand div{display:grid}.restaurant-brand b{font-size:17px}.restaurant-brand small{color:#9f958b;font-size:9px}.restaurant-side nav{gap:7px;display:grid}.restaurant-side nav button{color:#aaa096;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:10px;padding:12px;font-weight:700;display:flex}.restaurant-side nav button svg{font-size:19px}.restaurant-side nav button.active{color:#fff;background:#30271f}.restaurant-side nav button.active svg{color:var(--orange)}.restaurant-side nav i{background:var(--orange);color:#fff;border-radius:10px;margin-left:auto;padding:2px 6px;font-size:9px;font-style:normal}.restaurant-user{border-top:1px solid #302a24;align-items:center;gap:9px;margin-top:auto;padding:18px 6px 0;display:flex}.restaurant-user>span{color:#ffc39d;background:#3b3028;border-radius:50%;place-items:center;width:34px;height:34px;font-weight:800;display:grid}.restaurant-user div{display:grid}.restaurant-user small{color:#81776e;font-size:9px}.restaurant-main>header{background:#fff;border-bottom:1px solid #e4ddd4;justify-content:space-between;align-items:center;height:80px;padding:0 28px;display:flex}.restaurant-main>header a{color:#9a8e82;align-items:center;gap:5px;font-size:10px;text-decoration:none;display:inline-flex}.restaurant-main h1{margin:5px 0 0;font-size:22px}.open-status{align-items:center;gap:7px;font-size:11px;font-weight:700;display:flex}.open-status i{background:#22c55e;border-radius:50%;width:8px;height:8px}.open-status span{color:#9a8e82;border-left:1px solid #ddd;padding-left:9px;font-weight:400}.restaurant-workspace{grid-template-columns:minmax(360px,.8fr) minmax(480px,1.2fr);gap:18px;padding:22px;display:grid}.floor,.order-panel,.cash-list{background:#fff;border:1px solid #e4ddd4;border-radius:15px;padding:18px}.floor-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.floor-head div{gap:4px;display:grid}.floor-head span{color:#94877c;font-size:10px}.floor-head button{cursor:pointer;background:#fff;border:1px solid #e6ddd5;border-radius:8px;gap:6px;padding:9px 11px;display:flex}.table-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.table-grid>button{text-align:left;cursor:pointer;background:#fcfbf9;border:1px solid #e8e0d8;border-radius:12px;min-height:112px;padding:14px;display:grid}.table-grid>button.selected{outline:2px solid var(--orange);border-color:#0000}.table-grid>button.busy{background:#fff8e7}.table-grid>button.kitchen{background:#fff2e9}.table-grid>button.pay{background:#ecfdf3}.table-grid strong{font-size:18px}.table-grid small{color:#92877e}.order-title,.order-title>div{justify-content:space-between;display:flex}.order-title>div{display:block}.order-title small{color:var(--orange);font-size:9px;font-weight:800}.order-title h2{margin:4px 0}.order-title>span{color:#8d8176;align-items:start;gap:4px;font-size:10px;display:flex}.categories{gap:6px;margin:12px 0;display:flex;overflow:auto}.categories button{cursor:pointer;background:#f1ede8;border:0;border-radius:18px;padding:7px 11px;font-size:10px}.categories button.active{background:var(--dark);color:#fff}.menu-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.menu-grid>button{text-align:left;cursor:pointer;background:#fff;border:1px solid #eee5dc;border-radius:10px;gap:5px;min-height:110px;padding:10px;display:grid;position:relative}.menu-grid>button>i{font-size:24px;font-style:normal}.menu-grid>button>span{font-size:10px;font-weight:700}.menu-grid>button>b{color:var(--orange);font-size:10px}.menu-grid>button>svg{color:var(--orange);background:#fff0e6;border-radius:50%;padding:3px;font-size:18px;position:absolute;bottom:8px;right:8px}.cart{border-top:1px solid #eee5dc;margin-top:16px;padding-top:13px}.cart h3{justify-content:space-between;font-size:12px;display:flex}.cart h3 span{color:#978a80;font-weight:400}.empty-cart{text-align:center;color:#a79b91;padding:18px;font-size:11px}.cart-row{border-bottom:1px dashed #eee5dc;grid-template-columns:1fr auto 70px;align-items:center;padding:7px 0;font-size:10px;display:grid}.cart-row>div{display:grid}.cart-row small{color:#9d9187}.cart-row>span{align-items:center;gap:7px;display:flex}.cart-row button{background:#fff;border:1px solid #e3dad1;border-radius:5px;place-items:center;width:21px;height:21px;display:grid}.cart-row>strong{text-align:right}.cart-total{justify-content:space-between;align-items:center;padding:13px 0;display:flex}.cart-total strong{font-size:22px}.order-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.order-actions button,.print-ticket{cursor:pointer;background:#fff;border:1px solid #ddd2c9;border-radius:9px;justify-content:center;gap:7px;padding:11px;font-weight:800;display:flex}.order-actions button:disabled{opacity:.4}.order-actions .charge{background:var(--orange);border-color:var(--orange);color:#fff}.kitchen-board{grid-template-columns:repeat(3,1fr);gap:16px;padding:24px;display:grid}.kitchen-card,.kitchen-empty{background:#fff;border:1px solid #e5ddd5;border-radius:14px;min-height:210px;padding:18px}.kitchen-card header{border-bottom:1px solid #eee5dd;justify-content:space-between;padding-bottom:12px;display:flex}.kitchen-card header div{gap:4px;display:grid}.kitchen-card header span{color:#887c72;font-size:10px}.kitchen-card header small{color:var(--orange);font-size:9px;font-weight:800}.kitchen-card p{font-size:12px;font-weight:700}.kitchen-card button{background:var(--dark);color:#fff;border:0;border-radius:8px;width:100%;margin-top:15px;padding:10px}.kitchen-card.ready{border-color:#6fd292}.kitchen-card.ready header small{color:#16a34a}.kitchen-empty{color:#a09489;text-align:center;align-content:center;place-items:center;gap:8px;display:grid}.kitchen-empty svg{font-size:38px}.kitchen-empty span{font-size:10px}.cash-view{padding:24px}.cash-summary{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.cash-summary article{background:#fff;border:1px solid #e5ddd5;border-radius:14px;gap:6px;padding:20px;display:grid}.cash-summary small{color:#9b8f84}.cash-summary strong{font-size:25px}.cash-summary span{color:#8e8278;font-size:10px}.cash-list{margin-top:15px}.cash-list h2{font-size:16px}.cash-list>div{border-top:1px solid #eee5dd;grid-template-columns:25px 100px 1fr 100px 70px;align-items:center;padding:13px;font-size:11px;display:grid}.cash-list i{color:#16a34a;font-style:normal}.cash-list .cash-charge{color:#fff;cursor:pointer;background:#ec6b20;border:0;border-radius:7px;padding:7px 10px;font-size:9px;font-weight:800}.cash-list.recent-movements>div{grid-template-columns:25px 100px 1fr 100px 70px 125px}.reprint-note{color:#9a3412;cursor:pointer;background:#fff7ed;border:1px solid #fdba74;border-radius:7px;justify-content:center;align-items:center;gap:5px;padding:7px 9px;font-size:9px;font-weight:800;display:flex}.reprint-note:disabled{opacity:.5;cursor:wait}.ticket-backdrop{z-index:20;background:#000a;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.sale-ticket{color:#222;text-align:center;background:#fff;border-radius:14px;width:min(380px,100%);max-height:90vh;padding:24px;font-family:monospace;position:relative;overflow:auto;box-shadow:0 12px 35px #0003}.ticket-type-tabs{background:#f3eee9;border-radius:10px;gap:6px;margin-bottom:16px;padding:4px;display:flex}.ticket-tab-btn{color:#73675e;cursor:pointer;background:0 0;border:0;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:8px 10px;font-family:Arial,sans-serif;font-size:11px;font-weight:700;transition:all .15s;display:inline-flex}.ticket-tab-btn:hover{color:#17130f}.ticket-tab-btn.active{color:#17130f;background:#fff;box-shadow:0 2px 5px #00000014}.ticket-close{background:#eee;border:0;border-radius:50%;width:28px;height:28px;position:absolute;top:10px;right:10px}.ticket-logo{color:var(--orange);font-size:30px}.sale-ticket h2{margin:4px}.sale-ticket p{font-size:10px;line-height:1.6}.sale-ticket>small{line-height:1.6;display:block}.sale-ticket hr{border:0;border-top:1px dashed #777;margin:13px 0}.ticket-item,.ticket-total{text-align:left;justify-content:space-between;padding:4px;font-size:11px;display:flex}.ticket-total{border-top:1px dashed #777;margin-top:10px;padding-top:12px;font-size:16px}.ticket-legal{background:#f4f4f4;border-radius:6px;margin:12px 0 0;padding:9px}.print-ticket{background:var(--dark);color:#fff;cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:7px;width:100%;margin-top:12px;padding:11px;font-weight:700;display:flex}.print-ticket.kitchen{background:#ea580c}.print-ticket.kitchen:hover{background:#c2410c}.ticket-kitchen-view{text-align:left}.kitchen-ticket-badge{color:#fff;letter-spacing:.5px;background:#17130f;border-radius:6px;align-items:center;gap:6px;margin-bottom:12px;padding:6px 12px;font-family:Arial,sans-serif;font-size:12px;font-weight:800;display:inline-flex}.kitchen-ticket-table-banner{background:#fff7ed;border:2px dashed #f97316;border-radius:8px;justify-content:space-between;align-items:baseline;margin-bottom:10px;padding:10px 14px;display:flex}.kitchen-ticket-table-banner b{color:#c2410c;font-family:Arial,sans-serif;font-size:20px}.kitchen-ticket-table-banner small{color:#9a3412;text-transform:uppercase;font-family:Arial,sans-serif;font-size:11px;font-weight:800}.kitchen-ticket-meta{color:#444;font-size:11px;line-height:1.6;display:block}.kitchen-ticket-dishes{flex-direction:column;gap:10px;display:flex}.kitchen-ticket-dish-row{border-bottom:1px dotted #ccc;padding-bottom:8px}.kitchen-ticket-dish-header{align-items:baseline;gap:8px;font-size:14px;display:flex}.kitchen-ticket-dish-qty{color:#c2410c;font-size:16px;font-weight:900}.kitchen-ticket-dish-name{color:#111;font-size:14px;font-weight:800}.kitchen-ticket-dish-spec{background:#fef2f2;border-left:3px solid #dc2626;border-radius:4px;margin-top:5px;margin-left:20px;padding:5px 8px;font-size:11px;line-height:1.4}.kitchen-ticket-dish-spec .spec-label{color:#b91c1c;margin-right:4px;font-weight:800}.kitchen-ticket-dish-spec .spec-content{color:#7f1d1d;font-weight:700}.kitchen-ticket-order-notes{background:#fefce8;border:1px solid #fde047;border-radius:6px;margin-top:12px;padding:8px 10px;font-size:11px}.kitchen-ticket-order-notes b{color:#854d0e;margin-bottom:3px;display:block}.kitchen-ticket-order-notes p{color:#713f12;margin:0}.kitchen-ticket-footer{text-align:center;color:#666;margin:10px 0;font-size:10px}.sale-ticket>button{cursor:pointer}@media (max-width:1000px){.restaurant-app{grid-template-columns:75px 1fr}.restaurant-brand div,.restaurant-side nav button:not(.active),.restaurant-side nav button.active{font-size:0}.restaurant-side nav button svg{font-size:21px}.restaurant-user div{display:none}.restaurant-workspace{grid-template-columns:1fr}.menu-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:650px){.restaurant-app{display:block}.restaurant-side{z-index:10;flex-direction:row;width:auto;height:65px;padding:7px 12px;position:fixed;inset:auto 0 0}.restaurant-brand,.restaurant-user{display:none}.restaurant-side nav{grid-template-columns:repeat(3,1fr);width:100%;display:grid}.restaurant-side nav button,.restaurant-side nav button.active{justify-content:center;padding:10px;font-size:0}.restaurant-main>header{height:68px;padding:0 15px}.open-status span{display:none}.restaurant-workspace,.kitchen-board,.cash-view{padding:12px}.restaurant-workspace{display:block}.order-panel{margin-top:12px}.table-grid{grid-template-columns:repeat(3,1fr)}.table-grid>button{min-height:90px;padding:9px}.menu-grid{grid-template-columns:repeat(2,1fr)}.kitchen-board,.cash-summary{grid-template-columns:1fr}.cash-list>div{grid-template-columns:25px 1fr auto}.cash-list.recent-movements>div{grid-template-columns:25px 1fr auto auto}.cash-list>div span,.cash-list>div i{display:none}.restaurant-main{padding-bottom:70px}}.payment-select{background:#fff;border:1px solid #ded5cd;border-radius:8px;width:100%;margin-bottom:8px;padding:9px}.restaurant-main>header .admin-link{color:#fff;background:#17130f;border-radius:7px;margin-right:7px;padding:8px 10px}.kitchen-card-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;display:grid}.kitchen-card-print-btn{color:#3f352c;cursor:pointer;background:#fff;border:1px solid #d5cbbf;border-radius:8px;justify-content:center;align-items:center;gap:5px;padding:8px;font-size:11px;font-weight:700;transition:all .15s;display:inline-flex}.kitchen-card-print-btn:hover{color:#1a1512;background:#fdfaf6;border-color:#b8a99a}@media print{body *{visibility:hidden}.sale-ticket,.sale-ticket *{visibility:visible}.sale-ticket{width:80mm;margin:0 auto;position:fixed;inset:0;box-shadow:none!important;border:none!important;max-height:none!important;padding:0!important;overflow:visible!important}.sale-ticket.paper-58mm{width:58mm;font-size:10.5px}.sale-ticket.paper-50mm{width:50mm;font-size:9.5px}.sale-ticket.paper-76mm{width:76mm;font-size:11.5px}.sale-ticket.paper-80mm{width:80mm;font-size:12px}.ticket-close,.print-ticket,.ticket-type-tabs{display:none!important}}.restaurant-access-banner{background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;margin:16px 22px 0;padding:12px 14px;display:flex}.restaurant-access-banner div{gap:3px;display:grid}.restaurant-access-banner b{font-size:12px}.restaurant-access-banner span{color:#8a5b37;font-size:9px}.restaurant-access-banner em{color:#b42323;font-size:9px;font-style:normal}.restaurant-access-banner button{color:#fff;white-space:nowrap;background:#17130f;border:0;border-radius:8px;padding:10px 13px;font-size:9px;font-weight:800}.restaurant-access-banner button:disabled{opacity:.6}@media (max-width:650px){.restaurant-access-banner{flex-direction:column;align-items:stretch;margin:10px 12px 0}.restaurant-access-banner button{width:100%}}.service-options{flex-wrap:wrap;gap:8px;display:flex}.floor-head .service-options button{padding:10px;font-size:11px}.service-options button.selected{color:#9a3412;background:#ffedd5;border-color:#fb923c}.floor-head{flex-wrap:wrap;gap:12px}.order-notes{color:#66574b;gap:8px;margin:18px 0;font-size:12px;font-weight:700;display:grid}.order-notes textarea{font:inherit;box-sizing:border-box;resize:vertical;border:1px solid #ddd4cc;border-radius:9px;width:100%;padding:12px;font-weight:400}.order-notes-display{white-space:pre-wrap;overflow-wrap:anywhere;background:#fff4dc;border-left:3px solid #f59e0b;padding:12px;line-height:1.5;font-size:13px!important}.takeaway-breakdown{color:#8b5e34;justify-content:space-between;gap:12px;padding:10px 0;font-size:11px;display:flex}.menu-grid button>i img{object-fit:cover;border-radius:9px;width:52px;height:52px}.kitchen-card>small{color:#786b60;margin:12px;display:block}.order-actions button:disabled{opacity:.45;cursor:not-allowed}.restaurant-main{min-width:0}.ticket-item{gap:10px}.takeaway-fee-dialog{color:#33271f;background:#fff;border-radius:18px;gap:14px;width:min(430px,100vw - 32px);padding:30px;display:grid;position:relative;box-shadow:0 24px 80px #0005}.takeaway-fee-dialog>svg{color:#ea580c}.takeaway-fee-dialog>small{letter-spacing:.12em;color:#9a3412;font-weight:900}.takeaway-fee-dialog h2,.takeaway-fee-dialog p{margin:0}.takeaway-fee-dialog p{color:#6e6258;font-size:13px;line-height:1.55}.takeaway-fee-dialog label{gap:8px;font-size:12px;font-weight:800;display:grid}.takeaway-fee-dialog select{width:100%;font:inherit;background:#fff;border:1px solid #d9cfc6;border-radius:9px;padding:12px}.fee-calculation{background:#fff7ed;border-radius:9px;justify-content:space-between;gap:16px;padding:12px;font-size:12px;display:flex}.fee-calculation.total{color:#fff;background:#28201b;align-items:center}.fee-calculation.total strong{font-size:19px}.confirm-charge{color:#fff;cursor:pointer;background:#ea580c;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:13px;font-weight:900;display:flex}.confirm-charge:disabled{opacity:.55;cursor:wait}.fee-stepper{grid-template-columns:54px 1fr 54px;align-items:stretch;gap:10px;display:grid}.fee-stepper>button{color:#9a3412;cursor:pointer;background:#fff7ed;border:1px solid #fdba74;border-radius:11px;font-size:28px;font-weight:800}.fee-stepper>button:disabled{opacity:.35;cursor:not-allowed}.fee-stepper>div{background:#f8f4ef;border-radius:11px;place-items:center;gap:3px;padding:12px;display:grid}.fee-stepper small{letter-spacing:.12em;color:#86786b;font-size:9px}.fee-stepper strong{font-variant-numeric:tabular-nums;font-size:24px}@media (max-width:520px){.takeaway-fee-dialog{padding:22px}.fee-calculation{flex-direction:column;gap:5px}}.cart-item-block{border-bottom:1px dashed #eee5dc;padding:8px 0}.cart-item-block .cart-row{border-bottom:none;padding:3px 0}.cart-item-note-row{justify-content:space-between;align-items:center;gap:8px;margin-top:4px;display:flex}.cart-add-note-btn{color:#8c786a;cursor:pointer;background:0 0;border:1px dashed #d6cbbf;border-radius:6px;align-items:center;gap:4px;padding:3px 8px;font-size:10px;font-weight:700;transition:all .15s;display:inline-flex}.cart-add-note-btn:hover{color:#c2410c;background:#fff7ed;border-color:#ea580c}.cart-note-pill{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:6px;align-items:center;gap:6px;max-width:calc(100% - 60px);padding:3px 8px;font-size:10.5px;display:inline-flex}.cart-note-text{cursor:pointer;text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.cart-note-text:hover{text-decoration:underline}.cart-note-clear{color:#c2410c;cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:2px;display:flex}.cart-note-clear:hover{opacity:1;background:#fed7aa}.cart-split-btn{color:#7c6c60;cursor:pointer;white-space:nowrap;background:#fdfbf7;border:1px solid #e2d7cc;border-radius:5px;padding:3px 7px;font-size:9.5px;font-weight:700}.cart-split-btn:hover{color:#3b2e24;background:#f4ede6}.item-note-dialog{color:#33271f;background:#fff;border-radius:18px;gap:14px;width:min(480px,100vw - 32px);padding:26px;display:grid;position:relative;box-shadow:0 24px 80px #00000059}.item-note-dialog>small{letter-spacing:.12em;color:#ea580c;font-size:10px;font-weight:900}.item-note-dialog h3{color:#1c1917;margin:0;font-size:19px}.item-note-dialog p{color:#78716c;margin:0;font-size:12.5px;line-height:1.45}.quick-notes-grid{flex-wrap:wrap;gap:7px;margin:4px 0;display:flex}.quick-note-chip{color:#574d43;cursor:pointer;background:#fcfbf9;border:1px solid #e7dfd6;border-radius:20px;padding:6px 12px;font-size:11px;font-weight:600;transition:all .15s}.quick-note-chip:hover{color:#c2410c;background:#fff7ed;border-color:#fdba74}.quick-note-chip.active{color:#fff;background:#ea580c;border-color:#ea580c;font-weight:700;box-shadow:0 2px 6px #ea580c4d}.item-note-textarea{box-sizing:border-box;width:100%;font:inherit;resize:vertical;color:#26201b;background:#fdfbf7;border:1px solid #dcd2c8;border-radius:10px;padding:11px 13px;font-size:13px}.item-note-textarea:focus{background:#fff;border-color:#0000;outline:2px solid #ea580c}.item-note-actions{justify-content:flex-end;gap:10px;margin-top:4px;display:flex}.item-note-clear{color:#8c786a;cursor:pointer;background:#fff;border:1px solid #e5dbd1;border-radius:9px;padding:10px 14px;font-size:11.5px;font-weight:700}.item-note-clear:hover{color:#b91c1c;background:#fee2e2;border-color:#fca5a5}.item-note-save{color:#fff;cursor:pointer;background:#ea580c;border:0;border-radius:9px;padding:10px 18px;font-size:11.5px;font-weight:800}.item-note-save:hover{background:#c2410c}.kitchen-card-items{gap:10px;margin:12px 0;display:grid}.kitchen-dish-line{border-bottom:1px solid #f3ece4;padding:6px 0}.kitchen-dish-line:last-child{border-bottom:none}.kitchen-dish-title{color:#1c1917;align-items:baseline;gap:8px;margin:0;font-size:13px;font-weight:700;display:flex}.dish-qty{color:var(--orange);font-size:14px}.kitchen-dish-note{background:#fef3c7;border:1px solid #fcd34d;border-left:4px solid #f59e0b;border-radius:6px;align-items:baseline;gap:7px;margin-top:5px;padding:6px 9px;font-size:12.5px;animation:2s ease-in-out infinite pulseLight;display:flex}@keyframes pulseLight{0%,to{border-left-color:#f59e0b}50%{border-left-color:#d97706}}.kitchen-dish-note .note-badge{color:#b45309;white-space:nowrap;letter-spacing:.05em;font-size:11px;font-weight:900}.kitchen-dish-note .note-text{color:#78350f;word-break:break-word;font-weight:700;line-height:1.35}.ticket-item-group{border-bottom:1px dashed #e8ded4;padding:4px 0}.ticket-item-group .ticket-item{border-bottom:none;padding:0}.ticket-item-note{color:#8c786a;word-break:break-word;margin-top:3px;padding-left:14px;font-size:11px;font-weight:600}.pos-header-btn{color:#443c34;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #ded6cd;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:11.5px;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex}.pos-header-btn:hover{color:#ea580c;background:#fff7ed;border-color:#ea580c}.pos-header-btn.pwa{color:#c2410c;background:#fff7ed;border-color:#fed7aa}.pos-header-btn.license{color:#475569;background:#f8fafc;border-color:#cbd5e1}.pos-header-btn.license.active{color:#15803d;background:#f0fdf4;border-color:#86efac}.app-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1200;background:#0f172a99;place-items:center;padding:16px;animation:.15s fadeIn;display:grid;position:fixed;inset:0}.app-modal-card{background:#fff;border-radius:16px;flex-direction:column;gap:16px;width:min(500px,100vw - 32px);max-height:90vh;padding:24px;display:flex;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}.app-modal-header{border-bottom:1px solid #f0eae4;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;display:flex}.app-modal-header h2{color:#1c1917;align-items:center;gap:8px;margin:0;font-size:17px;display:flex}.app-modal-close{color:#78716c;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;padding:4px;display:grid}.app-modal-close:hover{color:#1c1917;background:#f5f5f4}.app-modal-body p{color:#57534e;margin:0 0 12px;font-size:12px;line-height:1.5}.device-id-box{color:#38bdf8;word-break:break-all;background:#0f172a;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;padding:10px 12px;font-family:monospace;font-size:11px;display:flex}.app-modal-install-steps{gap:10px;margin-top:10px;display:grid}.app-modal-step{background:#fafaf9;border:1px solid #f5f5f4;border-radius:10px;align-items:flex-start;gap:12px;padding:10px 12px;display:flex}.app-modal-step>b{color:#fff;background:#ea580c;border-radius:50%;flex-shrink:0;place-items:center;width:22px;height:22px;font-size:11px;display:grid}.app-modal-step div strong{color:#1c1917;margin-bottom:2px;font-size:12.5px;display:block}.app-modal-step div span{color:#78716c;font-size:11.5px}
