:root{color:#17211f;background:#f3f6f5;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0}.layout{grid-template-columns:230px 1fr;min-height:100vh;display:grid}aside{color:#fff;background:#083f38;padding:24px 18px}aside h1{margin:0 0 28px;font-size:22px}nav{gap:7px;display:grid}nav a{color:#cfe3df;border-radius:8px;padding:11px 12px;text-decoration:none}nav a.active{color:#fff;background:#0c665a}main{min-width:0;padding:30px}header{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}h2{margin:0 0 5px}header p{color:#65736f;margin:0}.badge{color:#0c665a;background:#d8eee9;border-radius:20px;padding:6px 10px}.toolbar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:18px;display:flex}.toolbar input{border:1px solid #cbd5d2;border-radius:8px;width:45%;min-width:280px;max-width:520px;padding:10px 12px;font-size:15px}.toolbar button,.pagination button,.modal button{color:#fff;cursor:pointer;background:#0c665a;border:0;border-radius:8px;padding:10px 18px}.toolbar button:disabled,.pagination button:disabled,.modal button:disabled{opacity:.45;cursor:not-allowed}.per-page{color:#53615d;align-items:center;gap:8px;display:flex}.per-page select,.form-grid select{background:#fff;border:1px solid #cbd5d2;border-radius:8px;padding:9px}.table-wrap{background:#fff;border:1px solid #dfe6e4;border-radius:12px;overflow:auto}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid #edf1f0;padding:13px 15px}th{color:#53615d;background:#f8faf9}.product-row{cursor:pointer}.product-row:hover{background:#f2f8f6}.product-link{color:#0c665a;font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;padding:0;font-weight:600}.status{border-radius:20px;padding:4px 8px;font-size:13px;display:inline-block}.status.online{color:#17603e;background:#dff3e9}.status.hidden{color:#59625f;background:#ecefed}.pagination{color:#596662;justify-content:space-between;align-items:center;gap:16px;margin-top:14px;display:flex}.pagination-controls{align-items:center;gap:12px;display:flex}.error{color:#a52222}.modal-backdrop{z-index:20;background:#0918158c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:14px;width:min(920px,100%);max-height:calc(100vh - 48px);padding:24px;overflow:auto}.modal-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.modal-header h3{margin:0 0 5px;font-size:22px}.modal-header p{color:#66736f;margin:0}.close-button{color:#26332f!important;background:#edf2f0!important;padding:3px 11px!important;font-size:24px!important}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.form-grid label{color:#4f5c58;gap:6px;font-size:14px;display:grid}.form-grid .wide{grid-column:1/-1}.form-grid input,.form-grid textarea{width:100%;font:inherit;background:#fff;border:1px solid #cbd5d2;border-radius:8px;padding:10px 11px}.form-grid textarea{resize:vertical}.modal-footer{color:#687570;border-top:1px solid #e7ecea;justify-content:space-between;align-items:center;gap:16px;margin-top:22px;padding-top:18px;font-size:14px;display:flex}.modal-footer>div{gap:10px;display:flex}.modal .secondary{color:#27413a;background:#e8efed}@media (width<=760px){.layout{grid-template-columns:1fr}aside{padding:15px}nav{display:flex;overflow:auto}main{padding:18px}.toolbar input{width:100%;min-width:0}.pagination,.modal-footer{flex-direction:column;align-items:stretch}.pagination-controls{justify-content:space-between}.form-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.modal-backdrop{padding:10px}.modal{padding:18px}}nav button{width:100%;color:inherit;text-align:left;cursor:pointer;font:inherit;background:0 0;border:0;border-radius:8px;padding:10px 12px;display:block}nav button:hover,nav button.active{background:#ffffff1f}.nav-group{margin-bottom:8px}.nav-group-title{text-transform:uppercase;letter-spacing:.08em;opacity:.6;padding:8px 12px 4px;font-size:12px;display:block}.nav-group button{padding-left:24px}.section-heading,.panel-title-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.section-heading h3,.panel h4{margin:0}.section-heading p{color:#667085;margin:6px 0 0}.category-layout{grid-template-columns:minmax(260px,360px) minmax(0,1fr);align-items:start;gap:20px;margin-top:20px;display:grid}.panel{background:#fff;border:1px solid #e4e7ec;border-radius:12px;padding:18px}.category-form{gap:14px;margin-top:16px;display:grid}.category-form label{gap:6px;font-size:14px;font-weight:600;display:grid}.category-form input,.category-form select{box-sizing:border-box;width:100%;font:inherit;border:1px solid #d0d5dd;border-radius:8px;padding:10px 12px}.success{color:#067647;background:#ecfdf3;border:1px solid #abefc6;border-radius:8px;padding:10px 12px}.panel-title-row span{background:#f2f4f7;border-radius:999px;padding:4px 9px;font-size:13px}@media (width<=900px){.category-layout{grid-template-columns:1fr}}.nav-parent{justify-content:space-between;align-items:center;font-weight:600;display:flex}.nav-chevron{font-size:18px;line-height:1;transition:transform .18s;display:inline-block}.nav-submenu{gap:4px;padding:4px 0 2px;display:grid}.nav-submenu button{color:#cfe3df;padding-left:30px}.primary-action{color:#fff;font:inherit;cursor:pointer;background:#0c665a;border:0;border-radius:9px;justify-content:center;align-items:center;gap:7px;padding:10px 16px;font-weight:600;display:inline-flex;box-shadow:0 1px 2px #053b332e}.primary-action:hover{background:#09574d}.primary-action:disabled{opacity:.55;cursor:not-allowed}.categories-panel{margin-top:20px}.category-modal{width:min(560px,100%)}.confirm-modal{width:min(520px,100%)}.notice{background:#fff1f0;border:1px solid #f6c7c3;border-radius:8px;padding:10px 12px}.table-actions{text-align:right;width:90px}.danger-link{color:#b42318;font:inherit;cursor:pointer;background:0 0;border:0;padding:5px 0}.danger-link:hover{text-decoration:underline}.danger-link:disabled{opacity:.5;cursor:not-allowed}.danger-button{color:#fff;font:inherit;cursor:pointer;background:#b42318;border:0;border-radius:8px;padding:10px 16px}.danger-button:hover{background:#912018}.danger-button:disabled{opacity:.5;cursor:not-allowed}.muted{color:#98a29f}.modal-footer-actions{justify-content:space-between}@media (width<=760px){.section-heading{flex-direction:column;align-items:stretch}.primary-action{width:100%}}.product-filters{background:#fff;border:1px solid #dfe6e4;border-radius:12px;margin-bottom:18px;padding:16px}.search-toolbar{margin-bottom:14px}.filter-row{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.filter-row label{color:#53615d;gap:6px;font-size:14px;display:grid}.filter-row select{min-width:170px;font:inherit;background:#fff;border:1px solid #cbd5d2;border-radius:8px;padding:9px 10px}.secondary-action{color:#35443f;cursor:pointer;font:inherit;background:#fff;border:1px solid #cbd5d2;border-radius:8px;padding:9px 14px}.secondary-action:hover{background:#f3f6f5}.secondary-action:disabled{opacity:.5;cursor:not-allowed}.sort-button{color:inherit;font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:0;font-weight:600}.sort-button:hover{color:#0c665a}@media (width<=760px){.filter-row{flex-direction:column;align-items:stretch}.filter-row label,.filter-row select,.secondary-action{width:100%}}.nav-group{background:#ffffff09;border-radius:12px;padding:4px}nav .nav-parent{color:#fff;letter-spacing:.01em;background:#ffffff0f;border:1px solid #0000;min-height:46px;padding:10px 10px 10px 12px;font-weight:700}nav .nav-parent:hover{background:#ffffff1c;border-color:#ffffff14}nav .nav-parent.active{background:#ffffff24;border-color:#ffffff1f;box-shadow:inset 3px 0 #79cbbb}.nav-parent-label{align-items:center;gap:10px;display:inline-flex}.nav-parent-icon{color:#c9f2e9;background:#ffffff1f;border-radius:7px;place-items:center;width:24px;height:24px;font-size:14px;display:inline-grid}.nav-chevron{color:#d7eee9;background:#00000024;border-radius:8px;place-items:center;width:27px;height:27px;transition:background .18s,transform .18s;display:inline-grid}.nav-parent:hover .nav-chevron{background:#00000038}.nav-chevron-glyph{font-size:24px;line-height:1;transition:transform .18s;display:block;transform:rotate(0)}.nav-chevron.expanded{transform:none}.nav-chevron.expanded .nav-chevron-glyph{transform:rotate(90deg)}.nav-submenu{border-left:1px solid #cfe3df38;gap:2px;margin:4px 0 2px 18px;padding:3px 0 3px 14px;position:relative}nav .nav-submenu .nav-subitem{color:#b9d2cd;border-radius:7px;align-items:center;gap:9px;min-height:36px;padding:7px 10px;font-size:14px;font-weight:500;display:flex}nav .nav-submenu .nav-subitem:hover{color:#fff;background:#ffffff12}nav .nav-submenu .nav-subitem.active{color:#fff;background:#79cbbb29}.nav-subitem-dot{opacity:.55;background:currentColor;border-radius:50%;flex:0 0 6px;width:6px;height:6px}.nav-subitem.active .nav-subitem-dot{opacity:1;box-shadow:0 0 0 3px #79cbbb29}.category-icon-cell{align-items:center;gap:10px;min-width:170px;display:flex}.category-icon,.category-icon-placeholder,.category-icon-preview{object-fit:contain;background:#f5f7fb;border:1px solid #d7deea;border-radius:10px;flex:none;width:42px;height:42px}.category-icon-placeholder,.category-icon-preview.placeholder{color:#6b7280;justify-content:center;align-items:center;font-size:20px;display:inline-flex}.icon-upload-button{color:#334155;cursor:pointer;background:#fff;border:1px solid #c8d2e1;border-radius:8px;justify-content:center;align-items:center;min-height:32px;padding:0 12px;font-size:13px;display:inline-flex}.icon-upload-button:hover{background:#f8fafc;border-color:#7b8da7}.icon-upload-button.disabled{opacity:.55;cursor:default}.icon-upload-button input{display:none}.category-icon-picker-row{align-items:center;gap:14px;margin-top:8px;display:flex}.category-icon-preview{width:64px;height:64px}.category-icon-picker input[type=file]{max-width:100%;display:block}.category-icon-picker small{color:#64748b;margin-top:6px;display:block}nav .nav-parent{grid-template-columns:32px minmax(0,1fr) 32px;align-items:center;column-gap:10px;min-height:56px;padding:8px 10px;display:grid}.nav-parent-label{display:contents}.nav-parent-label>span:last-child{align-self:center;min-width:0;line-height:1.25}.nav-parent-icon,.nav-chevron{place-self:center}.nav-parent-icon{border-radius:8px;width:30px;height:30px}.nav-chevron{border-radius:9px;width:32px;height:32px}.nav-chevron-glyph{transform-origin:50%;place-items:center;width:18px;height:18px;font-size:25px;line-height:18px;display:grid}.nav-submenu{margin:6px 0 3px 20px;padding:3px 0 3px 19px}nav .nav-submenu .nav-subitem{grid-template-columns:12px minmax(0,1fr);align-items:center;column-gap:9px;min-height:40px;padding:8px 12px;line-height:1.25;display:grid}.nav-subitem-dot{justify-self:center}@media (width<=760px){nav .nav-parent{min-width:210px}.nav-submenu{min-width:190px}}.nav-standalone{color:#fff;background:#ffffff0f;border:1px solid #0000;min-height:46px;padding:10px 12px;font-weight:700}.nav-standalone:hover{background:#ffffff1c;border-color:#ffffff14}.nav-standalone.active{background:#ffffff24;border-color:#ffffff1f;box-shadow:inset 3px 0 #79cbbb}.store-shell{gap:18px;display:grid}.store-topbar{color:#fff;background:linear-gradient(135deg,#0c665a,#0f7d6c);border:0;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.store-topbar h3{margin:6px 0 8px;font-size:28px}.store-topbar p{color:#ffffffd6;margin:0}.store-kicker{color:#b9f0e3;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:700}.store-topbar-badges{flex-wrap:wrap;gap:10px;display:flex}.store-pill{color:#fff;background:#ffffff24;border-radius:999px;align-items:center;min-height:34px;padding:0 12px;font-size:14px;font-weight:700;display:inline-flex}.store-pill.active{color:#0c665a;background:#fff}.store-pill.muted{color:#ffffffb8;background:#ffffff1a}.store-layout{grid-template-columns:290px minmax(0,1fr) 360px;align-items:start;gap:18px;display:grid}.store-categories-panel,.store-products-panel,.store-receipt-panel{min-height:640px}.store-tree-actions{margin:16px 0 10px}.secondary-action.compact{min-height:38px;padding:8px 12px}.secondary-action.is-active{color:#0c665a;background:#ebf6f4;border-color:#0c665a}.store-tree{gap:4px;max-height:680px;padding-right:4px;display:grid;overflow:auto}.store-tree-item{border-radius:10px;grid-template-columns:28px minmax(0,1fr);align-items:center;min-height:42px;display:grid}.store-tree-item.active{background:#eff9f6}.store-tree-toggle,.store-tree-toggle.placeholder{color:#68807a;background:0 0;border:0;border-radius:8px;place-items:center;width:24px;height:24px;display:inline-grid}.store-tree-toggle span{font-size:20px;line-height:1;transition:transform .18s;display:block}.store-tree-toggle.expanded span{transform:rotate(90deg)}.store-tree-toggle:not(.placeholder){cursor:pointer}.store-tree-link{color:#21332f;cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:38px;padding:0 10px 0 0;display:flex}.store-tree-label{font-weight:600}.store-tree-count{color:#5d706b;background:#f1f5f4;border-radius:999px;flex:none;min-width:24px;padding:2px 8px;font-size:12px}.store-tree-item.active .store-tree-count{color:#0c665a;background:#d8eee9}.store-search-row{flex-wrap:wrap;align-items:end;gap:14px;margin-bottom:18px;display:flex}.store-search-box{color:#52605c;flex:320px;gap:6px;font-size:14px;display:grid}.store-search-box input,.store-inline-field input,.store-inline-field textarea,.store-discount-row input{width:100%;font:inherit;background:#fff;border:1px solid #cbd5d2;border-radius:10px;padding:11px 12px}.store-search-summary{color:#54635f;background:#f5f8f7;border-radius:12px;gap:4px;min-width:200px;padding:12px 14px;display:grid}.store-search-summary strong{color:#192d28;font-size:16px}.store-category-shortcuts{grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:12px;margin-bottom:18px;display:grid}.store-category-card{cursor:pointer;text-align:left;background:#fff;border:1px solid #dfe6e4;border-radius:14px;justify-items:start;gap:8px;padding:14px;transition:border-color .18s,transform .18s,box-shadow .18s;display:grid}.store-category-card:hover{border-color:#bbd5cf;transform:translateY(-1px);box-shadow:0 10px 24px #0b473e14}.store-category-card.active{background:#edf8f5;border-color:#0c665a}.store-category-card-icon{object-fit:cover;background:#f4f7f6;border:1px solid #dce5e2;border-radius:12px;width:46px;height:46px}.store-category-card-icon.placeholder{color:#0c665a;justify-content:center;align-items:center;font-size:18px;font-weight:700;display:inline-flex}.store-category-card-name{color:#172b27;font-weight:700}.store-category-card-meta{color:#667671;font-size:12px}.store-products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;display:grid}.store-product-card{background:linear-gradient(#fff 0%,#fbfcfc 100%);border:1px solid #dfe6e4;border-radius:16px;gap:14px;padding:16px;display:grid;box-shadow:0 8px 24px #1424200a}.store-product-card-top{gap:10px;display:grid}.store-product-card-top h4{margin:4px 0 0;font-size:17px;line-height:1.35}.store-product-category{color:#0c665a;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.store-product-meta{color:#667671;justify-content:space-between;gap:10px;font-size:13px;display:flex}.store-product-card-bottom{justify-content:space-between;align-items:center;gap:12px;display:flex}.store-product-card-bottom strong{color:#172b27;font-size:20px}.store-empty-state{text-align:center;color:#667671;border:1px dashed #c8d4d0;border-radius:16px;grid-column:1/-1;padding:26px}.store-empty-state h4{color:#233632;margin:0 0 8px}.store-receipt-panel{align-content:start;gap:16px;display:grid;position:sticky;top:24px}.store-receipt-header{justify-content:space-between;align-items:start;gap:12px;display:flex}.store-receipt-header h4{margin:4px 0 0;font-size:22px}.store-receipt-counter{color:#0c665a;background:#edf8f5;border-radius:999px;align-items:center;min-height:30px;padding:0 10px;font-size:13px;font-weight:700;display:inline-flex}.store-inline-field{color:#556561;gap:6px;font-size:14px;display:grid}.store-inline-field textarea{resize:vertical}.store-receipt-list{gap:10px;max-height:340px;display:grid;overflow:auto}.store-receipt-empty{color:#667671;background:#f7faf9;border-radius:14px;padding:18px}.store-receipt-empty strong,.store-receipt-item strong{color:#1e312d}.store-receipt-empty p{margin:6px 0 0}.store-receipt-item{background:#fff;border:1px solid #e2e9e7;border-radius:14px;gap:10px;padding:14px;display:grid}.store-receipt-item-main,.store-receipt-item-controls,.store-receipt-summary>div,.store-discount-row,.store-total-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.store-receipt-item-main>div{gap:4px;display:grid}.store-receipt-item-main span{color:#667671;font-size:13px}.store-qty-control{border:1px solid #cfe0db;border-radius:10px;grid-template-columns:repeat(3,minmax(30px,auto));align-items:center;display:inline-grid;overflow:hidden}.store-qty-control button{color:#203430;cursor:pointer;background:#f3f7f6;border:0;min-width:34px;min-height:34px;font-size:18px}.store-qty-control span{place-items:center;min-width:36px;font-weight:700;display:inline-grid}.store-receipt-summary{color:#ffffffd6;background:#0e6257;border-radius:16px;gap:10px;padding:14px 16px;display:grid}.store-discount-row input{color:#fff;background:#ffffff1a;border-color:#ffffff3d;width:120px;padding:8px 10px}.store-total-row{border-top:1px solid #ffffff24;padding-top:8px}.store-total-row strong{color:#fff;font-size:24px}.store-receipt-actions{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (width<=1200px){.store-layout{grid-template-columns:260px minmax(0,1fr)}.store-receipt-panel{grid-column:1/-1;min-height:0;position:static}}@media (width<=860px){.store-layout{grid-template-columns:1fr}.store-categories-panel,.store-products-panel,.store-receipt-panel{min-height:0}.store-topbar{flex-direction:column}.store-search-row{flex-direction:column;align-items:stretch}.store-category-shortcuts,.store-products-grid,.store-receipt-actions{grid-template-columns:1fr}}.store-layout.store-layout-no-sidebar{grid-template-columns:minmax(0,1fr) 360px}.store-category-shortcuts-wide{grid-template-columns:repeat(auto-fill,minmax(170px,1fr))}.store-products-list{background:#fff;border:1px solid #e1e8e6;border-radius:16px;gap:0;display:grid;overflow:hidden}.store-products-list-head,.store-product-row{grid-template-columns:minmax(220px,1.8fr) minmax(150px,1fr) 90px 120px 180px;align-items:center;gap:12px;display:grid}.store-products-list-head{color:#60706b;text-transform:uppercase;letter-spacing:.04em;background:#f6f9f8;padding:14px 16px;font-size:13px;font-weight:700}.store-product-row{border-top:1px solid #edf2f0;padding:15px 16px}.store-product-row:hover{background:#fbfdfc}.store-product-row-main{gap:4px;display:grid}.store-product-row-main strong{color:#1b2e29}.store-product-row-main span,.store-product-row-category,.store-product-row-stock{color:#667671;font-size:13px}.store-product-row-price{color:#102825;font-weight:700}.store-product-row-action{justify-content:flex-end;display:flex}.store-receipt-sticky{flex-direction:column;align-self:start;max-height:calc(100vh - 48px);display:flex;position:sticky;top:24px;overflow:hidden}.store-receipt-list{flex:auto;min-height:0;max-height:none;padding-right:4px;overflow:auto}.store-qty-control{background:#fff;border:1px solid #cfe0db;border-radius:12px;align-items:stretch;display:inline-flex;overflow:hidden}.store-qty-control button{width:42px;min-width:42px;min-height:42px}.store-qty-value{color:#1f312d;background:#fff;border-left:1px solid #e1e8e6;border-right:1px solid #e1e8e6;justify-content:center;align-items:center;min-width:44px;padding:0 12px;font-size:16px;font-weight:700;display:inline-flex}@media (width<=1200px){.store-layout.store-layout-no-sidebar{grid-template-columns:1fr}.store-receipt-sticky{max-height:none;position:static}.store-receipt-list{max-height:340px}}@media (width<=860px){.store-products-list-head{display:none}.store-product-row{grid-template-columns:1fr;justify-items:start}.store-product-row-action{justify-content:stretch;width:100%}.store-product-row-action .primary-action{width:100%}}.store-browser-toolbar{flex-wrap:wrap;align-items:end;gap:14px;margin-bottom:18px;display:flex}.store-browser-slider{grid-template-columns:100% 100%;width:200%;transition:transform .28s;display:grid;transform:translate(0)}.store-browser-screen{min-width:0;padding-right:20px}.store-browser-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.store-browser-heading h4{color:#16302a;margin:4px 0 0;font-size:24px}.store-browser-heading-left{align-items:center;gap:14px;display:flex}.store-browser-back{color:#24423d;font:inherit;cursor:pointer;background:#fff;border:1px solid #cdd9d6;border-radius:10px;padding:10px 14px}.store-browser-back:hover{background:#f3f7f6}.store-receipt-list-header{color:#61726d;text-transform:uppercase;letter-spacing:.04em;justify-content:space-between;align-items:center;font-size:13px;font-weight:700;display:flex}.store-receipt-item.compact{gap:8px;padding:12px}.store-receipt-item-main.compact strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.store-receipt-item-main.compact span{font-size:12px}.store-receipt-item-controls.compact{align-items:center}.store-qty-control.compact button{width:34px;min-width:34px;min-height:34px;font-size:16px}.store-receipt-line-total{color:#123430;font-size:18px}.store-receipt-summary.compact{gap:8px;padding:12px 14px}.store-receipt-summary.compact .store-total-row strong{font-size:20px}.store-discount-row.compact input{width:110px}.store-inline-field.compact textarea{min-height:84px}.store-receipt-actions.compact{grid-template-columns:1fr 1fr}@media (width<=1200px){.store-browser-screen{padding-right:0}}@media (width<=860px){.store-browser-heading,.store-browser-heading-left{flex-direction:column;align-items:stretch}.store-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-receipt-actions.compact{grid-template-columns:1fr}}@media (width<=560px){.store-category-grid{grid-template-columns:1fr}.store-browser-slider{transition:transform .24s}.store-receipt-list{max-height:280px}}.store-products-area,.store-browser-panel,.store-browser-toolbar,.store-browser-slider,.store-browser-screen{min-width:0;max-width:100%}.store-browser-panel{width:100%;overflow:hidden}.store-browser-slider{will-change:transform;grid-template-columns:none;width:100%;transition:transform .28s;display:flex;transform:translate(0,0)}.store-browser-slider.show-products{transform:translate(-100%)}.store-browser-screen{flex:0 0 100%;width:100%;min-width:100%;max-width:100%;padding-right:0;overflow:hidden}.store-category-grid{grid-template-columns:repeat(auto-fill,minmax(min(180px,100%),1fr));width:100%}.store-category-card{min-width:0;overflow:hidden}.store-category-card-name{overflow-wrap:anywhere;width:100%}.store-products-list{width:100%;min-width:0}@media (width<=860px){.store-browser-slider.show-products{transform:translate(-100%)}.store-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.store-category-grid{grid-template-columns:1fr}}.store-browser-slider{gap:24px;width:100%;display:flex;overflow:hidden}.store-browser-screen{flex:0 0 100%;min-width:0;max-width:100%;padding-right:0}.store-browser-slider.show-products{transition:transform .28s;transform:translate(calc(-100% - 24px))}.store-browser-slider:not(.show-products){transition:transform .28s;transform:translate(0)}.store-category-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.store-receipt-redesign{gap:14px}.store-receipt-list{scroll-behavior:smooth;flex:auto;min-height:0;max-height:360px;padding-right:4px;overflow:auto}.store-receipt-summary.minimal{padding:12px 14px}.store-total-row.no-border{border-top:0;padding-top:0}.store-receipt-actions.single{grid-template-columns:1fr 1fr}.add-to-cart-icon{color:#fff;cursor:pointer;background:#0c665a;border:1px solid #0c665a;border-radius:14px;place-items:center;width:46px;height:46px;transition:transform .16s,box-shadow .16s,background .16s;display:inline-grid;box-shadow:0 8px 18px #0c665a33}.add-to-cart-icon:hover{background:#0a5b51;transform:translateY(-1px)scale(1.03)}.add-to-cart-icon:active{transform:scale(.96)}.add-to-cart-icon-glyph{font-size:26px;font-weight:700;line-height:1}.fly-to-cart{z-index:9999;color:#fff;pointer-events:none;background:#0c665a;border-radius:50%;place-items:center;width:44px;height:44px;margin-top:-22px;margin-left:-22px;animation:.65s ease-in-out forwards flyToCart;display:grid;position:fixed;box-shadow:0 10px 24px #0c665a40}.fly-to-cart span{font-size:26px;font-weight:700;line-height:1}@keyframes flyToCart{0%{opacity:1;transform:translate(0)scale(1)}70%{opacity:1}to{transform:translate(var(--fly-x), var(--fly-y)) scale(.35);opacity:.15}}@media (width<=860px){.store-browser-slider{gap:16px}.store-browser-slider.show-products{transform:translate(calc(-100% - 16px))}.store-receipt-actions.single{grid-template-columns:1fr}}.store-browser-panel{overflow:hidden}.store-browser-slider,.store-browser-screen{overflow:visible}.store-products-list{overflow:hidden}.store-products-list-head,.store-product-row{grid-template-columns:minmax(210px,1.9fr) minmax(135px,1fr) 76px 110px 64px;gap:10px;min-width:0}.store-product-row>*,.store-products-list-head>*{min-width:0}.store-product-row-action{justify-content:center;align-items:center;width:64px;display:flex;overflow:visible}.add-to-cart-icon{border-radius:12px;flex:0 0 42px;width:42px;height:42px;box-shadow:0 5px 12px #0c665a2e}.store-receipt-list{overscroll-behavior:contain;scroll-behavior:smooth}@media (width<=1000px) and (width>=861px){.store-products-list-head,.store-product-row{grid-template-columns:minmax(190px,1.7fr) minmax(120px,1fr) 64px 96px 56px;gap:8px}.store-product-row-action{width:56px}}.sidebar-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:28px;display:flex}.sidebar-header h1{margin:0}.mobile-close,.mobile-overlay,.mobile-topbar{display:none}@media (width<=900px){.layout{grid-template-columns:1fr}aside{z-index:60;width:min(300px,84vw);padding:18px 14px 24px;transition:transform .24s;position:fixed;inset:0 auto 0 0;overflow-y:auto;transform:translate(-100%);box-shadow:0 20px 40px #00000040}aside.mobile-open{transform:translate(0)}.mobile-overlay{opacity:0;pointer-events:none;z-index:50;background:#0f171475;border:0;transition:opacity .22s;display:block;position:fixed;inset:0}.mobile-overlay.visible{opacity:1;pointer-events:auto}.mobile-topbar{z-index:20;background:#fff;border:1px solid #dfe6e4;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;padding:10px 12px;display:flex;position:sticky;top:10px}.burger-button,.mobile-close{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff24;border-radius:10px;place-items:center;width:40px;height:40px;font-size:22px;line-height:1;display:inline-grid}.mobile-topbar .burger-button{color:#21403a;background:#f7faf9;border-color:#d1dad7}.mobile-topbar-title{flex:auto;gap:2px;min-width:0;display:grid}.mobile-topbar-title strong{color:#18342e;font-size:16px;line-height:1.2}.mobile-topbar-title span{color:#65736f;font-size:13px;line-height:1.2}.mobile-badge{white-space:nowrap;flex:none}main{padding:14px}header{gap:8px;margin-bottom:18px;display:grid}.badge:not(.mobile-badge){display:none}h2{font-size:26px}.store-topbar h3{font-size:24px}.store-topbar,.panel,.product-filters,.table-wrap{border-radius:14px}.store-shell,.store-layout,.toolbar,.filter-row,.store-search-row,.store-browser-toolbar{gap:12px}.store-category-grid,.store-category-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.store-category-card{min-height:128px;padding:12px}.store-category-card-name{word-break:break-word;font-size:14px;line-height:1.3}.store-products-list{overflow:hidden}.store-product-row{padding:14px 12px}.store-receipt-panel{padding:14px}.store-receipt-summary.minimal{border-radius:14px}.store-receipt-actions.single{grid-template-columns:1fr}.store-browser-heading h4{font-size:20px}}@media (width<=560px){main{padding:10px}.mobile-topbar{margin-bottom:14px;padding:10px}header{margin-bottom:14px}h2{font-size:22px}header p{font-size:13px}.store-topbar{padding:14px}.store-topbar h3{font-size:22px}.store-topbar p{font-size:13px}.store-category-grid,.store-category-shortcuts{grid-template-columns:1fr}.store-search-summary{width:100%;min-width:0}.store-browser-heading{margin-bottom:12px}.store-browser-back{justify-content:center;width:100%}.store-products-list-head{display:none}.store-product-row{grid-template-columns:1fr;gap:8px}.store-product-row-action{justify-content:flex-start}.table-wrap{border-radius:10px}th,td{padding:11px 12px}.modal{padding:16px}}.store-products-area,.store-browser-panel,.store-browser-screen,.store-browser-categories,.store-browser-products{min-height:0}.store-layout{align-items:start}.mobile-receipt-fab,.mobile-receipt-overlay,.mobile-receipt-close{display:none}.store-receipt-header-actions{align-items:center;gap:8px;display:flex}@media (width<=900px){.store-layout.store-layout-no-sidebar{grid-template-columns:1fr}.store-products-area{min-width:0}.store-browser-panel{min-height:0}.store-browser-screen{padding-bottom:0}.store-receipt-panel{display:none}.store-receipt-panel.mobile-open{z-index:80;min-height:320px;max-height:82vh;padding:16px 14px calc(16px + env(safe-area-inset-bottom));border-radius:18px 18px 0 0;margin:0;display:flex;position:fixed;inset:auto 0 0;overflow:hidden;box-shadow:0 -16px 40px #00000038}.mobile-receipt-overlay{opacity:0;pointer-events:none;z-index:70;background:#0f171475;border:0;transition:opacity .2s;display:block;position:fixed;inset:0}.mobile-receipt-overlay.visible{opacity:1;pointer-events:auto}.mobile-receipt-fab{z-index:65;color:#fff;font:inherit;cursor:pointer;background:#0c665a;border:0;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex;position:fixed;bottom:12px;left:12px;right:12px;box-shadow:0 14px 28px #0c665a47}.mobile-receipt-fab-count{background:#ffffff29;border-radius:999px;place-items:center;min-width:32px;height:32px;padding:0 8px;font-weight:700;display:inline-grid}.mobile-receipt-fab-label{margin-left:auto;font-weight:700}.mobile-receipt-close{color:#22413b;cursor:pointer;background:#fff;border:1px solid #d7e2df;border-radius:10px;place-items:center;width:34px;height:34px;font-size:22px;line-height:1;display:inline-grid}.store-receipt-list{min-height:0;max-height:none}.store-shell{padding-bottom:76px}}@media (width<=560px){.mobile-receipt-fab{bottom:10px;left:10px;right:10px}.store-shell{padding-bottom:82px}}.checkout-backdrop{z-index:100;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#081c1894;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.checkout-modal{background:#f7faf9;border-radius:22px;width:min(1080px,100%);max-height:calc(100vh - 48px);overflow:auto;box-shadow:0 28px 70px #00000047}.checkout-header{color:#fff;background:#0c665a;justify-content:space-between;align-items:flex-start;gap:20px;padding:22px 24px;display:flex}.checkout-header h3{margin:5px 0 4px;font-size:26px}.checkout-header p{color:#ffffffc2;margin:0}.checkout-close{color:#fff;cursor:pointer;background:#ffffff24;border:0;border-radius:12px;place-items:center;width:40px;height:40px;font-size:26px;display:grid}.checkout-content{grid-template-columns:minmax(0,1fr) 340px;gap:20px;padding:20px;display:grid}.checkout-form{gap:14px;display:grid}.checkout-section{background:#fff;border:1px solid #dfe8e5;border-radius:16px;padding:18px}.checkout-section-title{align-items:flex-start;gap:12px;margin-bottom:15px;display:flex}.checkout-section-title h4{margin:0 0 4px;font-size:17px}.checkout-section-title p{color:#687873;margin:0;font-size:13px}.checkout-step{color:#0c665a;background:#e4f4f0;border-radius:10px;flex:0 0 30px;place-items:center;height:30px;font-weight:800;display:inline-grid}.checkout-fields{gap:12px;display:grid}.checkout-fields.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-fields label,.discount-editor label{color:#51615c;gap:6px;font-size:13px;display:grid}.checkout-fields input,.discount-input-wrap input,.checkout-comment textarea{width:100%;font:inherit;background:#fff;border:1px solid #cbd7d3;border-radius:10px;padding:11px 12px}.checkout-comment textarea{resize:vertical}.discount-editor{grid-template-columns:auto minmax(150px,1fr) auto;align-items:end;gap:12px;display:grid}.discount-mode{background:#eef3f1;border-radius:10px;padding:3px;display:flex}.discount-mode button{color:#53635e;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:9px 12px}.discount-mode button.active{color:#0c665a;background:#fff;box-shadow:0 1px 4px #00000014}.discount-input-wrap{grid-template-columns:1fr 42px;display:grid}.discount-input-wrap input{border-radius:10px 0 0 10px}.discount-input-wrap span{background:#f4f7f6;border:1px solid #cbd7d3;border-left:0;border-radius:0 10px 10px 0;place-items:center;font-weight:700;display:grid}.discount-result{color:#b42318;white-space:nowrap;background:#fff3f1;border-radius:10px;padding:11px 13px;font-weight:700}.payment-methods{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.payment-method{color:#273a35;cursor:pointer;text-align:left;background:#fff;border:1px solid #d6e0dd;border-radius:12px;align-items:center;gap:10px;padding:12px;display:flex}.payment-method.active{background:#edf8f5;border-color:#0c665a;box-shadow:inset 0 0 0 1px #0c665a}.payment-icon{color:#0c665a;background:#e7f3f0;border-radius:10px;place-items:center;width:34px;height:34px;font-weight:800;display:grid}.checkout-summary{background:#fff;border:1px solid #dfe8e5;border-radius:18px;align-self:start;gap:16px;padding:20px;display:grid;position:sticky;top:0}.checkout-summary h4{margin:0;font-size:19px}.checkout-summary-lines{gap:11px;display:grid}.checkout-summary-lines>div{color:#5d6c68;justify-content:space-between;gap:12px;display:flex}.checkout-payable{border-top:1px solid #e3eae8;align-items:end;padding-top:12px;color:#172b26!important}.checkout-payable strong{color:#0c665a;font-size:25px}.checkout-statuses{gap:8px;display:grid}.checkout-status{background:#f5f8f7;border-radius:12px;grid-template-columns:12px 1fr;align-items:start;gap:10px;padding:11px;display:grid}.checkout-status div{gap:2px;display:grid}.checkout-status span:last-child{color:#687873;font-size:12px}.status-dot{background:#a8b4b0;border-radius:50%;width:10px;height:10px;margin-top:4px}.checkout-status.sending .status-dot,.checkout-status.processing .status-dot{background:#d88a13;animation:1s infinite checkoutPulse}.checkout-status.sent .status-dot,.checkout-status.paid .status-dot{background:#16a36a}@keyframes checkoutPulse{50%{opacity:.35}}.checkout-success{color:#08794d;background:#e9f8f1;border-radius:12px;padding:12px;font-size:13px;font-weight:600}.checkout-actions{gap:10px;display:grid}.cash-register-button,.payment-button{min-height:46px;font:inherit;cursor:pointer;border:0;border-radius:11px;padding:11px 14px;font-weight:700}.cash-register-button{color:#0b5e53;background:#e4f0ed}.payment-button{color:#fff;background:#0c665a}.cash-register-button:disabled,.payment-button:disabled{opacity:.55;cursor:not-allowed}.checkout-demo-note{color:#7a8783;margin:0;font-size:11px;line-height:1.4}@media (width<=860px){.checkout-backdrop{align-items:flex-end;padding:0}.checkout-modal{border-radius:20px 20px 0 0;width:100%;max-height:94vh}.checkout-content{grid-template-columns:1fr;padding:14px}.checkout-summary{position:static}.checkout-fields.two-columns,.payment-methods,.discount-editor{grid-template-columns:1fr}.checkout-header{padding:18px 16px}}.mixed-payment-editor{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.mixed-payment-editor label{color:#51615c;gap:6px;font-size:13px;display:grid}.mixed-payment-input{grid-template-columns:1fr 42px;display:grid}.mixed-payment-input input{width:100%;font:inherit;background:#fff;border:1px solid #cbd7d3;border-radius:10px 0 0 10px;padding:11px 12px}.mixed-payment-input span{background:#f4f7f6;border:1px solid #cbd7d3;border-left:0;border-radius:0 10px 10px 0;place-items:center;font-weight:700;display:grid}.mixed-payment-hint{color:#51615c;background:#f5f8f7;border-radius:12px;grid-column:1/-1;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.mixed-payment-hint.valid strong{color:#08794d}.mixed-payment-hint.invalid{background:#fff3f1}.mixed-payment-hint.invalid strong{color:#b42318}.checkout-validation-error{color:#b42318;background:#fff3f1;border-radius:12px;padding:12px;font-size:13px;font-weight:600}@media (width<=860px){.checkout-backdrop{-webkit-backdrop-filter:none;backdrop-filter:none;background:#f7faf9;align-items:stretch;padding:0}.checkout-modal{width:100%;min-height:100vh;max-height:100vh;box-shadow:none;border-radius:0}.checkout-header{z-index:5;position:sticky;top:0}.checkout-content{padding:14px;padding-bottom:calc(18px + env(safe-area-inset-bottom));grid-template-columns:1fr}.checkout-summary{order:-1;position:static}html,body{overflow-x:hidden}.checkout-backdrop{background:#f7faf9;width:100vw;height:100dvh;padding:0;display:block;position:fixed;inset:0;overflow:hidden}.checkout-modal{width:100vw;max-width:100vw;height:100dvh;min-height:0;max-height:100dvh;box-shadow:none;border-radius:0;flex-direction:column;margin:0;display:flex;overflow:hidden}.checkout-header{flex:none;width:100%;min-width:0;padding:16px;position:relative;top:auto}.checkout-header>div{min-width:0}.checkout-header h3,.checkout-header p{overflow-wrap:anywhere}.checkout-content{width:100%;min-width:0;min-height:0;padding:14px;padding-bottom:calc(20px + env(safe-area-inset-bottom));overscroll-behavior:contain;flex-direction:column;flex:auto;gap:14px;display:flex;overflow:hidden auto}.checkout-form,.checkout-summary,.checkout-section,.checkout-fields,.discount-editor,.payment-methods,.mixed-payment-editor,.checkout-comment{width:100%;min-width:0;max-width:100%}.checkout-form{order:1}.checkout-summary{order:2;align-self:stretch;position:static}.checkout-section{padding:14px;overflow:hidden}.checkout-fields.two-columns,.payment-methods,.mixed-payment-editor,.discount-editor{grid-template-columns:minmax(0,1fr)}.checkout-fields input,.discount-input-wrap input,.checkout-comment textarea,.mixed-payment-input input{min-width:0}.payment-method{width:100%;min-width:0}.mixed-payment-hint{flex-direction:column;grid-column:auto;align-items:flex-start}}.checkout-mobile-actions{display:none}@media (width<=860px){.checkout-modal{flex-direction:column;display:flex;overflow:hidden}.checkout-content{flex:auto;min-height:0;padding-bottom:120px;overflow-y:auto}.checkout-summary .checkout-actions{display:none}.checkout-mobile-actions{z-index:10;padding:12px 14px calc(12px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f7faf9fa;border-top:1px solid #dfe8e5;flex:none;grid-template-columns:1fr;gap:10px;display:grid;position:sticky;bottom:0;box-shadow:0 -10px 24px #0c29231f}.checkout-mobile-actions .cash-register-button,.checkout-mobile-actions .payment-button{width:100%;min-height:50px}.checkout-content{padding-bottom:18px}.checkout-summary{display:none}.checkout-mobile-actions{max-height:52vh;overflow-y:auto}.checkout-mobile-summary{color:#ffffffd6;background:#0c665a;border-radius:14px;gap:7px;padding:12px 14px;display:grid}.checkout-mobile-summary>div:not(.checkout-mobile-status-row){justify-content:space-between;align-items:center;gap:12px;display:flex}.checkout-mobile-summary strong{color:#fff}.checkout-mobile-total{border-top:1px solid #ffffff29;padding-top:7px}.checkout-mobile-total strong{font-size:22px}.checkout-mobile-status-row{flex-wrap:wrap;gap:7px;padding-top:4px;display:flex}.checkout-mobile-status{color:#ffffffe0;background:#ffffff1f;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:600}.checkout-mobile-status.sent,.checkout-mobile-status.paid{color:#d1fae5;background:#86efac2e}.checkout-mobile-status.sending,.checkout-mobile-status.processing{color:#fef3c7;background:#fde68a2b}}.login-page{background:radial-gradient(circle at 20% 10%,#5bb9a43d,#0000 34%),linear-gradient(135deg,#073f38 0%,#0c665a 48%,#eff6f4 48%);place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:#fffffff7;border:1px solid #ffffffa6;border-radius:24px;width:min(440px,100%);padding:30px;box-shadow:0 28px 70px #032c263d}.login-brand{align-items:center;gap:12px;margin-bottom:34px;display:flex}.login-logo{color:#fff;background:#0c665a;border-radius:14px;place-items:center;width:48px;height:48px;font-size:24px;font-weight:800;display:inline-grid}.login-brand>div,.login-heading,.login-form,.login-form label{display:grid}.login-brand>div{gap:2px}.login-brand strong{color:#13332c;font-size:18px}.login-brand span{color:#6a7a75;font-size:13px}.login-heading{gap:7px;margin-bottom:24px}.login-heading h1{color:#132b26;margin:0;font-size:30px}.login-heading p{color:#667671;margin:0;line-height:1.5}.login-form{gap:16px}.login-form label{color:#495d57;gap:7px;font-size:14px;font-weight:600}.login-form input{width:100%;font:inherit;background:#fff;border:1px solid #cbd7d3;border-radius:11px;padding:13px 14px}.login-form input:focus{border-color:#0c665a;outline:3px solid #0c665a21}.login-password-field{grid-template-columns:1fr auto;display:grid}.login-password-field input{border-radius:11px 0 0 11px}.login-password-field button{color:#315149;cursor:pointer;background:#f4f7f6;border:1px solid #cbd7d3;border-left:0;border-radius:0 11px 11px 0;padding:0 13px}.login-error{color:#b42318;background:#fff1f0;border-radius:10px;padding:11px 13px;font-size:13px}.login-submit{color:#fff;min-height:48px;font:inherit;cursor:pointer;background:#0c665a;border:0;border-radius:11px;font-weight:700}.login-submit:disabled{opacity:.55;cursor:wait}.auth-loading{color:#52645f;place-content:center;justify-items:center;gap:14px;min-height:100vh;display:grid}.auth-loading-spinner{border:3px solid #d3e2de;border-top-color:#0c665a;border-radius:50%;width:34px;height:34px;animation:.8s linear infinite authSpin}@keyframes authSpin{to{transform:rotate(360deg)}}.sidebar-user{background:#ffffff14;border-radius:12px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;margin:-12px 0 18px;padding:10px;display:grid}.sidebar-user-avatar,.mobile-user-button{color:#0c665a;background:#d8eee9;border-radius:50%;place-items:center;font-weight:800;display:inline-grid}.sidebar-user-avatar{width:42px;height:42px}.sidebar-user>div{gap:2px;min-width:0;display:grid}.sidebar-user strong,.sidebar-user span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sidebar-user span{color:#b7d4ce;font-size:12px}.sidebar-logout{margin-top:20px;color:#e5f3f0!important;border:1px solid #ffffff29!important}.header-user{align-items:center;gap:12px;display:flex}.header-user>div{text-align:right;gap:2px;display:grid}.header-user span{color:#697873;font-size:12px}.header-user button{color:#29433d;cursor:pointer;background:#fff;border:1px solid #ccd8d4;border-radius:9px;padding:8px 11px}.mobile-user-button{border:0;width:38px;height:38px;display:none}@media (width<=900px){.header-user{display:none}.mobile-user-button{display:inline-grid}}@media (width<=560px){.login-page{background:#eff6f4;padding:12px}.login-card{border-radius:18px;padding:22px 18px}.login-heading h1{font-size:26px}}.receipt-tabs-panel{gap:14px;padding:16px;display:grid}.receipt-tabs-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.receipt-tabs-heading h3{color:#18322c;margin:4px 0 0;font-size:22px}.receipt-new-button{flex:none}.receipt-tabs{scrollbar-width:thin;overscroll-behavior-x:contain;gap:10px;min-width:0;padding:2px 2px 6px;display:flex;overflow-x:auto}.receipt-tab-wrap{flex:0 0 210px;min-width:0;position:relative}.receipt-tab{color:#32453f;text-align:left;cursor:pointer;background:#f8faf9;border:1px solid #dbe4e1;border-radius:14px;gap:5px;width:100%;min-height:92px;padding:12px 38px 12px 14px;transition:border-color .18s,background .18s,box-shadow .18s,transform .18s;display:grid}.receipt-tab:hover{border-color:#b8d2cc;transform:translateY(-1px);box-shadow:0 8px 20px #0d4c4212}.receipt-tab-wrap.active .receipt-tab{background:#edf8f5;border-color:#0c665a;box-shadow:inset 0 0 0 1px #0c665a}.receipt-tab strong{color:#172b26;font-size:15px}.receipt-tab>span:last-child{color:#62736e;font-size:13px}.receipt-tab-status{border-radius:999px;width:max-content;padding:3px 7px;font-size:11px;font-weight:700}.receipt-tab-status.active{color:#0c665a;background:#d8eee9}.receipt-tab-status.paused{color:#9a5b00;background:#fff3df}.receipt-tab-close{color:#7b8985;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:26px;height:26px;font-size:18px;line-height:1;display:grid;position:absolute;top:9px;right:9px}.receipt-tab-close:hover{color:#b42318;background:#fbe7e4}@media (width<=900px){.receipt-tabs-panel{padding:12px}.receipt-tabs-heading{flex-direction:column;align-items:stretch}.receipt-new-button{width:100%}.receipt-tabs{margin-right:-12px;padding-right:12px}.receipt-tab-wrap{flex-basis:185px}.receipt-tab{min-height:86px}}aside{flex-direction:column;display:flex}aside nav{grid-template-columns:minmax(0,1fr);align-content:start;gap:7px;width:100%;display:grid;overflow:visible}aside nav>button,aside nav>.nav-group{width:100%;min-width:0}.sidebar-logout{width:100%;min-height:44px;font:inherit;cursor:pointer;background:#ffffff12;border-radius:10px;justify-content:center;align-items:center;margin-top:auto;padding:10px 14px;font-weight:600;display:inline-flex;color:#e5f3f0!important;border:1px solid #ffffff2e!important}.sidebar-logout:hover{background:#ffffff21}.sidebar-logout:disabled{opacity:.55;cursor:wait}@media (width<=900px){aside{flex-direction:column;min-height:100dvh;display:flex}aside nav{align-content:start;gap:7px;width:100%;grid-template-columns:minmax(0,1fr)!important;display:grid!important;overflow:visible!important}aside nav>button,aside nav>.nav-group,nav .nav-parent,nav .nav-standalone{flex:none;width:100%;min-width:0!important}.nav-submenu{width:auto;min-width:0!important}.sidebar-logout{margin-top:auto;margin-bottom:max(0px, env(safe-area-inset-bottom));flex:none}.layout.mobile-menu-open .mobile-receipt-fab{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(16px)}.mobile-receipt-fab{transition:opacity .18s,transform .18s,visibility .18s}aside.mobile-open{padding-bottom:calc(20px + env(safe-area-inset-bottom))}aside.mobile-open .sidebar-logout{margin-bottom:0}}
