@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{color:#202522;font-synthesis:none;--green:#176b57;--green-dark:#0f5645;--mint:#dcefe8;--graphite:#202522;--muted:#717973;--line:#e4e8e5;background:#f7f8f7;font-family:Manrope,system-ui,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}button,input,select{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh}aside{display:none}main{padding-bottom:92px}.mobile-brand{border-bottom:1px solid var(--line);z-index:5;background:#fff;align-items:center;height:68px;padding:0 20px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:10px;display:flex}.brand svg{width:47px;height:47px}.brand svg *{fill:none;stroke:var(--green);stroke-linecap:round;stroke-linejoin:round}.brand .ring,.brand .check{stroke-width:7px}.brand .bars{stroke-width:5px}.brand strong{letter-spacing:-1px;color:var(--green);font-size:21px}.brand strong span{color:var(--graphite)}.brand small{color:var(--muted);margin-top:-2px;font-size:9px;display:block}.brand.compact svg{width:39px;height:39px}.content{max-width:680px;margin:auto;padding:22px 18px 120px}.hello{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.hello span{color:var(--muted);font-size:14px}.hello h1{margin:5px 0;font-size:24px;line-height:1.15}.business-name{color:var(--green);font-size:10px;font-weight:700;display:block}.icon-button{border:1px solid var(--line);width:43px;height:43px;color:var(--graphite);background:#fff;border-radius:50%;place-items:center;display:grid}.balance-card{background:linear-gradient(135deg,var(--green),#0c5543);color:#fff;border-radius:24px;padding:22px;box-shadow:0 14px 30px #176b572e}.balance-top,.balance-meta{justify-content:space-between;align-items:center;display:flex}.balance-top{color:#e9f5f1;font-size:13px}.online{background:#ffffff21;border-radius:20px;padding:6px 9px;font-size:11px}.online i{background:#8ee0bd;border-radius:50%;width:6px;height:6px;margin-right:5px;display:inline-block}.balance-card>strong{letter-spacing:-1.5px;margin:16px 0 20px;font-size:34px;display:block}.balance-meta{border-top:1px solid #ffffff29;padding-top:15px;font-size:12px}.balance-meta span{align-items:center;gap:4px;display:flex}.quick-actions{margin:20px 0 27px}.primary-action{text-align:left;width:100%;color:var(--graphite);background:#fff;border:0;border-radius:18px;grid-template-rows:auto auto;grid-template-columns:46px 1fr 24px;align-items:center;gap:0 12px;padding:14px;display:grid;box-shadow:0 5px 18px #20252212}.primary-action>span{background:var(--green);color:#fff;border-radius:14px;grid-row:1/3;place-items:center;width:46px;height:46px;display:grid}.primary-action>b{font-size:15px}.primary-action>small{color:var(--muted);font-size:11px}.primary-action>svg{color:var(--muted);grid-area:1/3/3}.action-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px;display:grid}.action-grid button{background:#fff;border:0;border-radius:17px;flex-direction:column;align-items:center;padding:13px 6px;display:flex;box-shadow:0 4px 16px #2025220d}.soft{border-radius:12px;place-items:center;width:39px;height:39px;margin-bottom:8px;display:grid}.soft svg{width:19px}.soft.green{background:var(--mint);color:var(--green)}.soft.amber{color:#a26713;background:#fff1d9}.soft.blue{color:#396c9f;background:#e3eefb}.action-grid b{font-size:12px}.action-grid small{color:var(--muted);margin-top:2px;font-size:10px}.section-block{margin:28px 0}.section-block>header{justify-content:space-between;align-items:end;margin-bottom:13px;display:flex}.section-block header small{color:var(--green);letter-spacing:1.2px;font-size:9px;font-weight:800}.section-block h2{margin:3px 0;font-size:19px}.section-block header button{color:var(--green);background:0 0;border:0;font-size:11px;font-weight:700}.summary-grid{grid-template-columns:1fr 1fr;gap:11px;display:grid}.summary-grid article,.profit,.recent article{background:#fff;border:1px solid #edf0ee;border-radius:18px;padding:15px}.summary-grid article{grid-template-columns:34px 1fr;display:grid}.metric-icon{background:var(--mint);width:34px;height:34px;color:var(--green);border-radius:11px;grid-row:1/4;place-items:center;display:grid}.metric-icon svg{width:18px}.metric-icon.expense{color:#b8574a;background:#fee8e5}.summary-grid article>small,.summary-grid article>strong,.summary-grid article>em{grid-column:2;margin-left:9px}.summary-grid article>small{color:var(--muted);font-size:10px}.summary-grid article>strong{margin-top:3px;font-size:15px}.summary-grid article>em{color:var(--muted);margin-top:2px;font-size:8px;font-style:normal}.profit{justify-content:space-between;align-items:center;margin-top:11px;display:flex}.profit>div{align-items:center;gap:10px;display:flex}.profit .metric-icon{background:#edf7f3}.profit small{color:var(--muted);font-size:10px;display:block}.profit strong{font-size:20px}.profit>svg{color:#a8cabe}.recent article{grid-template-columns:42px 1fr auto;align-items:center;margin-bottom:8px;padding:12px;display:grid}.sale-icon{width:39px;height:39px;color:var(--green);background:#edf7f3;border-radius:12px;place-items:center;display:grid}.sale-icon svg{width:18px}.recent article>div>strong{font-size:12px;display:block}.recent article small{color:var(--muted);font-size:9px}.sale-value{text-align:right}.sale-value small{justify-content:end;align-items:center;gap:3px;margin-top:3px;display:flex}.bottom-nav{height:78px;padding:8px 8px max(8px,env(safe-area-inset-bottom));border-top:1px solid var(--line);z-index:10;background:#fffffff5;justify-content:space-around;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav button{color:#89908b;background:0 0;border:0;flex-direction:column;align-items:center;gap:4px;min-width:55px;font-size:9px;display:flex}.bottom-nav svg{width:21px}.bottom-nav button.active{color:var(--green);font-weight:700}.placeholder{text-align:center;padding:70px 5px}.placeholder>span{background:var(--mint);width:72px;height:72px;color:var(--green);border-radius:22px;place-items:center;margin:auto;display:grid}.placeholder h1{margin:18px 0 6px;font-size:24px}.placeholder p{color:var(--muted);max-width:330px;margin:0 auto 28px;font-size:13px}.search{border:1px solid var(--line);color:#929993;text-align:left;background:#fff;border-radius:15px;align-items:center;gap:9px;min-height:48px;padding:0 14px;display:flex}.empty-button{background:var(--green);color:#fff;border:0;border-radius:14px;align-items:center;gap:8px;margin-top:15px;padding:13px 22px;font-weight:700;display:inline-flex}.overlay{z-index:20;background:#121c1878;align-items:end;display:flex;position:fixed;inset:0}.sheet{background:#f8faf9;border-radius:28px 28px 0 0;width:100%;max-height:90vh;padding:10px 19px 24px;animation:.25s up}.grab{background:#cbd2ce;border-radius:5px;width:43px;height:4px;margin:0 auto 18px}.sheet header{justify-content:space-between;align-items:center;display:flex}.sheet header small{color:var(--green);letter-spacing:1.1px;font-size:9px;font-weight:800}.sheet h2{margin:3px 0 16px;font-size:21px}.search.real{margin-bottom:20px}.search input{background:0 0;border:0;outline:0;width:100%;font-size:13px}.empty-cart{color:var(--muted);text-align:center;flex-direction:column;align-items:center;padding:27px 10px;display:flex}.empty-cart>svg{color:#aeb9b3;width:40px;height:40px;margin-bottom:12px}.empty-cart strong{color:var(--graphite);font-size:14px}.empty-cart span{margin-top:5px;font-size:11px}.quick-sale{width:100%;color:var(--green);text-align:left;background:#fff;border:1px solid #b9d8cd;border-radius:16px;grid-template-columns:25px 1fr;padding:14px;font-weight:700;display:grid}.quick-sale>svg{grid-row:1/3}.quick-sale small{color:var(--muted);grid-column:2;font-size:10px;font-weight:400}.continue{background:var(--green);color:#fff;border:0;border-radius:16px;width:100%;margin-top:12px;padding:16px;font-weight:800}.continue:disabled{background:#cbd4d0}.version{margin-top:auto}@keyframes up{0%{opacity:0;transform:translateY(20px)}}.auth-page{background:#f7f8f7;flex-direction:column;max-width:520px;min-height:100vh;margin:auto;padding:28px 22px;display:flex}.welcome-mark{background:var(--green);border-radius:38px;place-items:center;width:128px;height:128px;margin:8vh auto 34px;display:grid;box-shadow:0 20px 45px #176b5738}.welcome-mark svg{width:88px}.welcome-mark path{fill:none;stroke:#fff;stroke-width:7px;stroke-linecap:round;stroke-linejoin:round}.welcome-copy span,.eyebrow{letter-spacing:1.4px;color:var(--green);font-size:10px;font-weight:800}.welcome-copy h1,.form-copy h1,.center-page h1{letter-spacing:-1.5px;margin:10px 0 14px;font-size:34px;line-height:1.12}.welcome-copy h1 em{color:var(--green);font-style:normal}.welcome-copy p,.form-copy p,.center-page>p{color:var(--muted);font-size:14px;line-height:1.65}.welcome-actions{margin-top:auto;padding-top:42px}.auth-primary,.auth-secondary{border:0;border-radius:16px;justify-content:center;align-items:center;gap:9px;width:100%;height:54px;font-weight:800;display:flex}.auth-primary{background:var(--green);color:#fff;box-shadow:0 10px 25px #176b572e}.auth-primary svg{width:19px}.auth-secondary{color:var(--green);background:#fff;border:1px solid #c9ddd6;margin-top:10px}.welcome-actions>small{text-align:center;color:#929993;margin-top:28px;font-size:10px;display:block}.welcome-actions b{color:var(--green)}.form-page header{justify-content:space-between;align-items:center;height:50px;display:flex}.auth-back{width:42px;height:42px;color:var(--graphite);background:#fff;border:0;border-radius:50%;place-items:center;display:grid;box-shadow:0 3px 13px #20252212}.mini-logo{background:var(--green);color:#fff;border-radius:11px;place-items:center;width:36px;height:36px;font-size:12px;font-weight:800;display:grid}.form-copy{margin:38px 0 28px}.form-copy h1{margin-bottom:8px;font-size:29px}.form-copy p{margin:0}.form-page form{flex-direction:column;gap:17px;display:flex}.form-page label>span{margin:0 0 7px 3px;font-size:11px;font-weight:700;display:block}.form-page label>div{border:1px solid var(--line);background:#fff;border-radius:15px;align-items:center;gap:10px;height:52px;padding:0 14px;display:flex}.form-page label>div:focus-within{border-color:var(--green);box-shadow:0 0 0 3px #176b5714}.form-page label svg{color:#8b948e;width:18px}.form-page input,.form-page select{width:100%;min-width:0;color:var(--graphite);background:0 0;border:0;outline:0;font-size:13px}.form-page label button{background:0 0;border:0;place-items:center;padding:5px;display:grid}.form-page .auth-primary{margin-top:8px}.switch-auth{text-align:center;color:var(--muted);margin-top:24px;font-size:11px}.switch-auth button{color:var(--green);background:0 0;border:0;font-weight:800}.business-note{background:var(--mint);color:var(--green-dark);border-radius:14px;align-items:center;gap:8px;padding:13px;font-size:11px;display:flex}.business-note svg{width:17px}.center-page{text-align:center;justify-content:center}.success-check{background:var(--green);color:#fff;border-radius:30px;place-items:center;width:92px;height:92px;margin:0 auto 25px;display:grid;box-shadow:0 18px 35px #176b5733}.success-check svg{width:45px;height:45px}.center-page h1{margin-top:10px;font-size:31px}.center-page>p{margin:0 auto 24px}.ready-card{border:1px solid var(--line);text-align:left;background:#fff;border-radius:18px;align-items:center;gap:13px;margin-bottom:25px;padding:15px;display:flex}.ready-card>svg{background:var(--mint);color:var(--green);border-radius:13px;width:44px;height:44px;padding:9px}.ready-card small,.ready-card strong,.ready-card span{display:block}.ready-card small{color:var(--green);font-size:8px;font-weight:800}.ready-card strong{font-size:14px}.ready-card span{color:var(--muted);font-size:10px}@media (width>=900px){.app-shell{grid-template-columns:260px 1fr;display:grid}aside{border-right:1px solid var(--line);background:#fff;flex-direction:column;width:260px;padding:30px 22px;display:flex;position:fixed;inset:0 auto 0 0}aside>p{color:var(--muted);margin:10px 0 35px;font-size:11px}aside>button{color:var(--muted);background:0 0;border:0;border-radius:13px;align-items:center;gap:12px;margin:3px 0;padding:13px;display:flex}aside>button svg{width:19px}aside>button.active{background:var(--mint);color:var(--green);font-weight:700}aside>button.logout{color:#8b524b;margin-top:auto;font-size:11px}aside>.version{color:#a0a7a2;margin-top:12px;font-size:10px}.mobile-brand,.bottom-nav{display:none}main{grid-column:2;padding-bottom:0}.content{padding:42px 32px 80px}.overlay{justify-content:center;align-items:center}.sheet{border-radius:28px;max-width:520px;padding:14px 25px 25px}.grab{display:none}.auth-page{border-radius:30px;min-height:calc(100vh - 50px);margin:25px auto;box-shadow:0 18px 60px #20252214}}.page-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}.page-heading span{letter-spacing:1.3px;color:var(--green);font-size:9px;font-weight:800}.page-heading h1{margin:5px 0 4px;font-size:25px}.page-heading p{color:var(--muted);margin:0;font-size:12px}.page-heading>button{background:var(--green);color:#fff;white-space:nowrap;border:0;border-radius:14px;align-items:center;gap:7px;padding:12px 15px;font-size:12px;font-weight:800;display:flex}.page-heading>button svg{width:18px}.catalog-stats{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px;display:grid}.catalog-stats article{border:1px solid var(--line);background:#fff;border-radius:17px;align-items:center;gap:10px;padding:13px;display:flex}.catalog-stats article>span{background:var(--mint);width:38px;height:38px;color:var(--green);border-radius:12px;place-items:center;display:grid}.catalog-stats article>span svg{width:19px}.catalog-stats article.warning>span{color:#a26713;background:#fff1d9}.catalog-stats small,.catalog-stats strong{display:block}.catalog-stats small{color:var(--muted);font-size:9px}.catalog-stats strong{font-size:19px}.catalog-tools{border:1px solid var(--line);background:#fff;border-radius:18px;margin-bottom:13px;padding:11px}.catalog-tools .search{background:#f8faf9;min-height:44px}.filter-pills{gap:7px;margin-top:9px;display:flex}.filter-pills button{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:20px;padding:7px 12px;font-size:10px}.filter-pills button.active{background:var(--mint);color:var(--green);border-color:#a9d0c3;font-weight:800}.catalog-list{flex-direction:column;gap:9px;display:flex}.catalog-list>article{background:#fff;border:1px solid #edf0ee;border-radius:18px;grid-template-columns:44px 1fr auto;align-items:center;gap:11px;padding:12px;display:grid}.item-icon{background:var(--mint);width:44px;height:44px;color:var(--green);border-radius:13px;place-items:center;display:grid}.item-icon.servico{color:#396c9f;background:#e3eefb}.item-icon svg{width:20px}.item-info{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.item-info>div:first-child{min-width:0}.item-info strong,.item-info small,.item-info b{display:block}.item-info strong{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.item-info small{color:var(--muted);margin-top:3px;font-size:8px}.item-info>div:last-child{text-align:right;white-space:nowrap}.item-info b{font-size:12px}.item-info .stock-low{color:#b45e20;font-weight:700}.item-actions{gap:4px;display:flex}.item-actions button{color:var(--green);background:#f1f4f2;border:0;border-radius:10px;place-items:center;width:33px;height:33px;display:grid}.item-actions button.danger{color:#a7534a}.item-actions svg{width:15px}.catalog-empty{text-align:center;color:var(--muted);flex-direction:column;align-items:center;padding:48px 10px;display:flex}.catalog-empty>svg{width:35px;height:35px;margin-bottom:10px}.catalog-empty strong{color:var(--graphite);font-size:13px}.catalog-empty span{margin-top:4px;font-size:10px}.item-sheet{overflow:auto}.item-form{flex-direction:column;gap:14px;display:flex}.kind-switch{background:#edf1ef;border-radius:14px;grid-template-columns:1fr 1fr;padding:4px;display:grid}.kind-switch button{color:var(--muted);background:0 0;border:0;border-radius:11px;justify-content:center;align-items:center;gap:7px;padding:10px;font-size:11px;font-weight:700;display:flex}.kind-switch button.active{color:var(--green);background:#fff;box-shadow:0 2px 9px #20252212}.kind-switch svg{width:17px}.item-form label>span{margin:0 0 6px 3px;font-size:10px;font-weight:700;display:block}.item-form label>input,.price-input{border:1px solid var(--line);background:#fff;border-radius:14px;outline:0;width:100%;height:48px;padding:0 13px;font-size:12px}.item-form label>input:focus,.price-input:focus-within{border-color:var(--green);box-shadow:0 0 0 3px #176b5714}.form-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.price-input{align-items:center;gap:7px;display:flex}.price-input b{color:var(--green);font-size:11px}.price-input input{border:0;outline:0;width:100%;min-width:0}.toggle-line{border:1px solid var(--line);background:#fff;border-radius:15px;justify-content:space-between;align-items:center;padding:12px 13px;display:flex}.toggle-line strong,.toggle-line small{display:block}.toggle-line strong{font-size:11px}.toggle-line small{color:var(--muted);margin-top:2px;font-size:8px}.toggle-line input{width:20px;height:20px;accent-color:var(--green)}@media (width<=520px){.page-heading{align-items:end}.page-heading p{display:none}.page-heading>button{padding:11px}.catalog-list>article{grid-template-columns:40px 1fr}.item-icon{width:40px;height:40px}.item-actions{grid-column:2;justify-content:flex-end;margin-top:-2px}.item-info{align-items:flex-start}.item-info>div:last-child{max-width:105px}.form-row{grid-template-columns:1fr}.item-sheet{max-height:94vh}}.sale-sheet{overflow:auto}.sale-results{border:1px solid var(--line);background:#fff;border-radius:15px;max-height:235px;margin:-12px 0 14px;padding:7px;overflow:auto}.sale-results>button{text-align:left;background:#fff;border:0;border-bottom:1px solid #edf0ee;grid-template-columns:35px 1fr auto 20px;align-items:center;gap:8px;width:100%;padding:9px;display:grid}.sale-results>button:last-child{border-bottom:0}.sale-results>button:disabled{opacity:.45}.sale-results>button>span{background:var(--mint);width:34px;height:34px;color:var(--green);border-radius:10px;place-items:center;display:grid}.sale-results svg{width:16px}.sale-results strong,.sale-results small{display:block}.sale-results strong{font-size:11px}.sale-results small{color:var(--muted);font-size:8px}.sale-results b{font-size:10px}.sale-results>small{text-align:center;color:var(--muted);padding:18px;font-size:10px;display:block}.cart-lines{max-height:240px;margin:8px 0 14px;overflow:auto}.cart-lines article{border-bottom:1px solid var(--line);grid-template-columns:1fr auto 72px;align-items:center;gap:8px;padding:10px 2px;display:grid}.cart-lines strong,.cart-lines small{display:block}.cart-lines strong{font-size:11px}.cart-lines small{color:var(--muted);margin-top:2px;font-size:8px}.cart-lines>article>strong{text-align:right}.quantity{align-items:center;gap:6px;display:flex}.quantity button{color:var(--green);background:#edf4f1;border:0;border-radius:9px;place-items:center;width:29px;height:29px;display:grid}.quantity svg{width:14px}.quantity b{text-align:center;min-width:14px;font-size:11px}.quick-line{background:#fff;border:1px solid #b9d8cd;border-radius:16px;padding:12px}.quick-line-title{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.quick-line-title strong{font-size:11px}.quick-line-title button{color:var(--muted);background:0 0;border:0;display:grid}.quick-line-title svg{width:16px}.quick-line form{grid-template-columns:1fr 100px auto;gap:7px;display:grid}.quick-line input,.quick-line form>div{border:1px solid var(--line);border-radius:10px;outline:0;min-width:0;height:40px;padding:0 9px;font-size:10px}.quick-line form>div{align-items:center;gap:4px;display:flex}.quick-line form>div input{border:0;width:100%;padding:0}.quick-line form span{color:var(--green);font-size:9px;font-weight:700}.quick-line form>button{background:var(--green);color:#fff;border:0;border-radius:10px;align-items:center;gap:4px;padding:0 11px;font-size:9px;font-weight:700;display:flex}.quick-line form>button svg{width:14px}.sale-footer{border-top:1px solid var(--line);margin-top:15px;padding-top:12px}.sale-footer>div{justify-content:space-between;align-items:center;display:flex}.sale-footer span{color:var(--muted);font-size:10px}.sale-footer strong{font-size:20px}.sale-footer .continue{margin-top:10px}.payment-title{text-align:center}.payment-title h2{margin-bottom:6px}.payment-total{background:var(--green);color:#fff;text-align:center;border-radius:20px;margin:14px 0;padding:20px}.payment-total small,.payment-total strong{display:block}.payment-total small{color:#dcefe8;font-size:9px}.payment-total strong{margin-top:4px;font-size:29px}.payment-grid{grid-template-columns:1fr 1fr;gap:9px;display:grid}.payment-grid button{border:1px solid var(--line);color:var(--graphite);background:#fff;border-radius:16px;align-items:center;gap:9px;padding:17px 12px;font-size:11px;font-weight:700;display:flex;position:relative}.payment-grid button>svg:first-child{color:var(--green);width:21px}.payment-grid button>svg:last-child{width:14px;position:absolute;top:8px;right:8px}.payment-grid button.active{border-color:var(--green);color:var(--green);background:#edf7f3}.customer-field{margin-top:14px;display:block}.customer-field span{margin:0 0 6px 3px;font-size:10px;font-weight:700;display:block}.customer-field input{border:1px solid var(--line);border-radius:14px;outline:0;width:100%;height:48px;padding:0 13px}.finish-sale{margin-top:18px}.sale-success{text-align:center;padding:24px 5px 3px}.sale-success .success-check{margin-bottom:18px}.sale-success>small{color:var(--green);letter-spacing:1px;font-size:9px;font-weight:800}.sale-success h2{margin:7px 0 3px;font-size:31px}.sale-success>p{color:var(--muted);font-size:10px}.receipt-card{border:1px solid var(--line);background:#fff;border-radius:16px;grid-template-columns:1fr 1fr;margin:18px 0;padding:13px;display:grid}.receipt-card>div+div{border-left:1px solid var(--line)}.receipt-card span,.receipt-card strong{display:block}.receipt-card span{color:var(--muted);font-size:8px}.receipt-card strong{margin-top:3px;font-size:11px}.share-receipt,.copy-receipt{width:100%;color:var(--green);background:#fff;border:1px solid #b9d8cd;border-radius:14px;justify-content:center;align-items:center;gap:7px;margin-top:8px;padding:12px;font-size:11px;font-weight:700;display:flex}.share-receipt svg,.copy-receipt svg{width:17px}.sales-total{font-size:14px!important}.sales-history{flex-direction:column;gap:8px;display:flex}.sales-history>article{border:1px solid var(--line);background:#fff;border-radius:17px;grid-template-columns:40px 1fr auto;align-items:center;gap:10px;padding:12px;display:grid}.sales-history>article>span{background:var(--mint);width:39px;height:39px;color:var(--green);border-radius:12px;place-items:center;display:grid}.sales-history svg{width:18px}.sales-history strong,.sales-history small{display:block}.sales-history strong{font-size:11px}.sales-history small{color:var(--muted);margin-top:3px;font-size:8px}.sales-history b{font-size:11px}@media (width<=520px){.sale-overlay{align-items:stretch}.sale-sheet{max-height:100vh;padding-top:max(10px,env(safe-area-inset-top));border-radius:0}.quick-line form{grid-template-columns:1fr 90px}.quick-line form>button{grid-column:1/3;justify-content:center;height:40px}}.customer-search{margin-bottom:12px}.customer-list{flex-direction:column;gap:8px;display:flex}.customer-list>article{cursor:pointer;border:1px solid var(--line);background:#fff;border-radius:17px;grid-template-columns:40px 1fr auto auto;align-items:center;gap:10px;padding:12px;display:grid}.customer-list>article>span{color:#a26713;background:#fff1d9;border-radius:12px;place-items:center;width:40px;height:40px;display:grid}.customer-list>article>span svg{width:19px}.customer-list strong,.customer-list small{display:block}.customer-list strong{font-size:11px}.customer-list small{color:var(--muted);margin-top:3px;font-size:8px}.customer-due{text-align:right;white-space:nowrap}.customer-due b{color:var(--green);font-size:11px;display:block}.customer-due b.open{color:#b45e20}.debt-sheet{overflow:auto}.debt-balance{color:#fff;text-align:center;background:#8b5a25;border-radius:20px;margin:14px 0;padding:20px}.debt-balance.settled{background:var(--green)}.debt-balance small,.debt-balance strong,.debt-balance span{display:block}.debt-balance small{opacity:.8;font-size:9px}.debt-balance strong{margin:4px;font-size:29px}.debt-balance span{opacity:.75;font-size:8px}.debt-switch{grid-template-columns:1fr 1fr;gap:8px;display:grid}.debt-switch button{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:14px;justify-content:center;align-items:center;gap:6px;padding:11px;font-size:10px;font-weight:700;display:flex}.debt-switch button svg{width:16px}.debt-switch button.active{color:#9a5d1a;background:#fff8ee;border-color:#ca9a61}.debt-switch button.active.payment{color:var(--green);background:#edf7f3;border-color:#9bcbbb}.debt-form{grid-template-columns:105px 1fr auto;gap:7px;margin-top:10px;display:grid}.debt-form>div,.debt-form>input{border:1px solid var(--line);background:#fff;border-radius:11px;min-width:0;height:42px;padding:0 9px}.debt-form>div{align-items:center;gap:4px;display:flex}.debt-form span{color:var(--green);font-size:9px;font-weight:800}.debt-form input{outline:0;font-size:9px}.debt-form>div input{border:0;width:100%;min-width:0;padding:0}.debt-form button{background:var(--green);color:#fff;border:0;border-radius:11px;padding:0 12px;font-size:9px;font-weight:700}.debt-history{margin-top:20px}.debt-history h3{align-items:center;gap:6px;font-size:11px;display:flex}.debt-history h3 svg{width:16px;color:var(--green)}.debt-history article{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;padding:10px;display:flex}.debt-history article:first-of-type{border-radius:12px 12px 0 0}.debt-history article:last-of-type{border:0;border-radius:0 0 12px 12px}.debt-history strong,.debt-history small{display:block}.debt-history strong{color:#a7651c;font-size:10px}.debt-history .payment strong{color:var(--green)}.debt-history small,.debt-history time{color:var(--muted);font-size:8px}.debt-history p{text-align:center;color:var(--muted);padding:20px;font-size:9px}.customer-sheet{max-height:94vh}@media (width<=520px){.customer-list>article{grid-template-columns:38px 1fr auto}.customer-list .item-actions{grid-column:2/4}.debt-sheet{border-radius:0;max-height:100vh}.debt-form{grid-template-columns:95px 1fr}.debt-form button{grid-column:1/3;height:40px}}.finance-balance{color:#fff;background:linear-gradient(135deg,#25332e,#176b57);border-radius:23px;justify-content:space-between;align-items:center;padding:21px;display:flex;box-shadow:0 12px 28px #176b5729}.finance-balance small,.finance-balance strong,.finance-balance span{display:block}.finance-balance small{color:#d5e8e1;font-size:9px}.finance-balance strong{margin:4px 0;font-size:30px}.finance-balance span{color:#b9d4ca;font-size:8px}.finance-balance>svg{opacity:.45;width:40px;height:40px}.finance-summary{grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0;display:grid}.finance-summary article{border:1px solid var(--line);background:#fff;border-radius:16px;padding:11px}.finance-summary article>span{border-radius:9px;place-items:center;width:29px;height:29px;margin-bottom:7px;display:grid}.finance-summary svg{width:15px}.finance-summary .income{background:var(--mint);color:var(--green)}.finance-summary .expense{color:#b8574a;background:#fee8e5}.finance-summary .pending{color:#a26713;background:#fff1d9}.finance-summary small,.finance-summary strong{display:block}.finance-summary small{color:var(--muted);font-size:8px}.finance-summary strong{margin-top:3px;font-size:11px}.finance-actions{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px;display:grid}.finance-actions button{color:var(--green);background:#fff;border:1px solid #b9d8cd;border-radius:13px;justify-content:center;align-items:center;gap:6px;padding:11px;font-size:10px;font-weight:700;display:flex}.finance-actions button+button{color:#a7534a;border-color:#e7c6c2}.finance-actions svg{width:16px}.finance-list{flex-direction:column;gap:8px;display:flex}.finance-list>article{border:1px solid var(--line);background:#fff;border-radius:17px;grid-template-columns:39px 1fr auto auto;align-items:center;gap:9px;padding:11px;display:grid}.finance-list>article>span{border-radius:12px;place-items:center;width:39px;height:39px;display:grid}.finance-list>article>span.income{background:var(--mint);color:var(--green)}.finance-list>article>span.expense{color:#b8574a;background:#fee8e5}.finance-list svg{width:18px}.finance-list strong,.finance-list small,.finance-list em{display:block}.finance-list strong{font-size:10px}.finance-list small{color:var(--muted);margin-top:2px;font-size:8px}.finance-list em{color:#a26713;margin-top:3px;font-size:7px;font-style:normal}.finance-list em svg{vertical-align:middle;width:10px}.finance-value{text-align:right;white-space:nowrap}.finance-value b{font-size:10px}.finance-value b.income{color:var(--green)}.finance-value b.expense{color:#b8574a}.finance-sheet{max-height:94vh}.expense-tab.active{color:#a7534a}.bottom-nav button{min-width:48px}@media (width<=520px){.finance-summary{gap:6px}.finance-summary article{padding:9px 7px}.finance-list>article{grid-template-columns:37px 1fr auto}.finance-list .item-actions{grid-column:2/4}.filter-pills{padding-bottom:2px;overflow:auto}.finance-sheet{border-radius:0;max-height:100vh}.bottom-nav button{min-width:43px}.bottom-nav button span{font-size:8px}}.item-form label>select,.item-form label>textarea{border:1px solid var(--line);background:#fff;border-radius:14px;outline:0;width:100%;min-height:48px;padding:0 13px;font-size:12px}.item-form label>textarea{resize:vertical;padding:12px 13px}.item-form label>select:focus,.item-form label>textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #176b5714}.toggle-line .switch{appearance:none;background:#cfd6d2;border-radius:20px;flex:none;width:42px;height:24px;transition:all .2s;position:relative}.toggle-line .switch:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:all .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #728078}.toggle-line .switch:checked{background:var(--green)}.toggle-line .switch:checked:after{transform:translate(18px)}.text-action{color:var(--green);background:0 0;border:0;align-self:flex-start;align-items:center;gap:4px;padding:0 3px;font-size:10px;font-weight:800;display:flex}.text-action svg{width:14px}.inline-category,.barcode-input{gap:7px;display:flex}.inline-category input,.barcode-input input{border:1px solid var(--line);border-radius:12px;outline:0;flex:1;min-width:0;height:45px;padding:0 11px}.inline-category button,.barcode-input button{background:var(--green);color:#fff;border:0;border-radius:11px;align-items:center;gap:5px;padding:0 12px;font-size:10px;font-weight:700;display:flex}.inline-category button:last-child{color:var(--muted);background:#edf1ef;padding:0 10px}.inline-category svg,.barcode-input svg{width:15px}.form-error{color:#a7534a;margin:0;font-size:10px}.scanner-overlay{z-index:40;justify-content:center;align-items:center;padding:18px}.scanner-card{background:#fff;border-radius:22px;width:min(480px,100%);padding:18px}.scanner-card header{justify-content:space-between;align-items:start;display:flex}.scanner-card small{color:var(--green);font-size:9px;font-weight:800}.scanner-card h2{margin:4px 0 15px;font-size:18px}.scanner-view{background:#111;border-radius:16px;height:270px;position:relative;overflow:hidden}.scanner-view video{object-fit:cover;width:100%;height:100%}.scanner-target{border:2px solid #8ce2bd;border-radius:8px;height:16%;position:absolute;top:42%;left:10%;right:10%;box-shadow:0 0 0 999px #00000040}.scanner-card>p{color:var(--muted);align-items:center;gap:6px;font-size:10px;display:flex}.scanner-card>p svg{width:15px}.sale-sheet{position:relative}.variable-price{z-index:3;background:#fff;border:1px solid #b9d8cd;border-radius:17px;padding:14px;position:absolute;bottom:18px;left:18px;right:18px;box-shadow:0 10px 35px #14282033}.variable-price>div{justify-content:space-between;align-items:center;display:flex}.variable-price>div button{color:var(--muted);background:0 0;border:0}.variable-price>small{color:var(--muted);font-size:9px}.variable-price form{grid-template-columns:1fr auto;gap:8px;margin-top:10px;display:grid}.variable-price form>div{border:1px solid var(--line);border-radius:11px;align-items:center;height:44px;padding:0 10px;display:flex}.variable-price span{color:var(--green);font-size:10px;font-weight:800}.variable-price input{border:0;outline:0;width:100%;min-width:0;padding-left:6px}.variable-price form>button{background:var(--green);color:#fff;border:0;border-radius:11px;padding:0 14px;font-size:10px;font-weight:800}.dashboard-alert{color:#a8cabe;flex-direction:column;align-items:flex-end;display:flex}.dashboard-alert>svg{width:24px}.dashboard-alert small{color:#b45e20;margin-top:3px;font-size:7px}.dashboard-empty{text-align:center;color:var(--muted);background:#fff;border:1px dashed #cfd9d4;border-radius:16px;justify-content:center;align-items:center;gap:8px;padding:18px;display:flex}.dashboard-empty svg{width:18px}.dashboard-empty span{font-size:9px}.more-list{flex-direction:column;gap:8px;display:flex}.more-list>button{border:1px solid var(--line);text-align:left;width:100%;color:var(--graphite);background:#fff;border-radius:17px;grid-template-columns:42px 1fr 20px;align-items:center;gap:11px;padding:12px;display:grid}.more-list>button>span{border-radius:13px;place-items:center;width:42px;height:42px;display:grid}.more-list>button>span.green{background:var(--mint);color:var(--green)}.more-list>button>span.blue{color:#396c9f;background:#e3eefb}.more-list>button>span.amber{color:#a26713;background:#fff1d9}.more-list>button>span.purple{color:#7250a1;background:#eee8fa}.more-list>button>span.gray{color:#626a65;background:#eef1ef}.more-list svg{width:19px}.more-list>button>svg{color:#a3aba6;width:17px}.more-list strong,.more-list small{display:block}.more-list strong{font-size:11px}.more-list small{color:var(--muted);margin-top:3px;font-size:8px}.more-version{text-align:center;color:#929993;margin-top:28px;font-size:8px;display:block}.report-heading{align-items:center;gap:13px;margin-bottom:18px;display:flex}.report-heading>div span{letter-spacing:1.3px;color:var(--green);font-size:9px;font-weight:800}.report-heading h1{margin:4px 0 2px;font-size:25px}.report-heading p{color:var(--muted);margin:0;font-size:10px}.range-filter{background:#e9eeeb;border-radius:14px;grid-template-columns:repeat(4,1fr);gap:5px;margin-bottom:13px;padding:4px;display:grid}.range-filter button{color:var(--muted);background:0 0;border:0;border-radius:10px;padding:9px 5px;font-size:9px;font-weight:700}.range-filter button.active{color:var(--green);background:#fff;box-shadow:0 2px 8px #20252214}.report-kpis{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.report-kpis article{border:1px solid var(--line);background:#fff;border-radius:17px;padding:13px}.report-kpis article>span{background:var(--mint);width:32px;height:32px;color:var(--green);border-radius:10px;place-items:center;margin-bottom:9px;display:grid}.report-kpis svg{width:17px}.report-kpis small,.report-kpis strong,.report-kpis em{display:block}.report-kpis small{color:var(--muted);font-size:8px}.report-kpis strong{margin-top:3px;font-size:15px}.report-kpis strong.negative{color:#b8574a}.report-kpis em{color:var(--muted);margin-top:3px;font-size:7px;font-style:normal}.report-finance{grid-template-columns:1fr 1fr;gap:8px;margin:10px 0 14px;display:grid}.report-finance article{border:1px solid var(--line);background:#fff;border-radius:16px;align-items:center;gap:9px;padding:11px;display:flex}.report-finance article>span{border-radius:11px;place-items:center;width:34px;height:34px;display:grid}.report-finance article>span.income{background:var(--mint);color:var(--green)}.report-finance article>span.expense{color:#b8574a;background:#fee8e5}.report-finance svg{width:17px}.report-finance small,.report-finance strong{display:block}.report-finance small{color:var(--muted);font-size:8px}.report-finance strong{margin-top:2px;font-size:12px}.report-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.report-grid>section{border:1px solid var(--line);background:#fff;border-radius:18px;padding:14px}.report-grid>section>header{margin-bottom:13px}.report-grid>section>header>div{align-items:center;gap:7px;display:flex}.report-grid header svg{width:17px;color:var(--green)}.report-grid h2{margin:0;font-size:12px}.report-grid header>small{color:var(--muted);font-size:7px}.report-bar{margin:10px 0}.report-bar>div{justify-content:space-between;margin-bottom:4px;font-size:8px;display:flex}.report-bar b{font-size:8px}.report-bar>i,.product-rank i{background:#edf1ef;border-radius:5px;height:6px;display:block;overflow:hidden}.report-bar>i>em,.product-rank i>em{background:var(--green);border-radius:5px;height:100%;display:block}.product-rank{grid-template-columns:23px 1fr auto;align-items:center;gap:7px;margin:10px 0;display:grid}.product-rank>b{background:var(--mint);width:23px;height:23px;color:var(--green);border-radius:8px;place-items:center;font-size:8px;display:grid}.product-rank strong{white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:8px;display:block;overflow:hidden}.product-rank>span{text-align:right;font-size:8px;font-weight:700}.product-rank>span small{color:var(--muted);margin-top:2px;font-size:6px;display:block}.report-empty{min-height:90px;color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.report-empty svg{width:25px;margin-bottom:7px}.report-empty span{font-size:8px}.report-note{color:var(--muted);justify-content:center;align-items:center;gap:5px;margin-top:14px;font-size:7px;display:flex}.report-note svg{width:12px}@media (width<=520px){.report-kpis{grid-template-columns:1fr 1fr}.report-kpis article:last-child{grid-column:1/3}.report-grid{grid-template-columns:1fr}.report-grid>section{padding:13px}.report-heading p{display:none}}.single-price-row{grid-template-columns:1fr;display:grid}.margin-preview{background:#edf7f3;border:1px solid #b9d8cd;border-radius:14px;grid-template-columns:1fr 1fr;gap:10px;padding:11px 13px;display:grid}.margin-preview.negative{background:#fff3f1;border-color:#e7c6c2}.margin-preview small,.margin-preview strong{display:block}.margin-preview small{color:var(--muted);font-size:9px}.margin-preview strong{color:var(--green);margin-top:3px;font-size:14px}.margin-preview.negative strong{color:#a7534a}.item-info .item-margin{color:var(--green)}.stock-sheet{max-height:92vh;overflow:auto}.stock-current{background:linear-gradient(135deg,var(--green),#0f5645);color:#fff;text-align:center;border-radius:18px;margin:8px 0 14px;padding:17px}.stock-current small,.stock-current strong,.stock-current span{display:block}.stock-current small{opacity:.8;font-size:9px}.stock-current strong{margin:4px 0;font-size:27px}.stock-current span{opacity:.75;font-size:8px}.stock-form{margin-top:14px}.stock-history{margin-top:19px}.stock-history>header{justify-content:flex-start;align-items:center;gap:7px;display:flex}.stock-history>header svg{width:16px;color:var(--green)}.stock-history h3{font-size:11px}.stock-history article{border-bottom:1px solid var(--line);background:#fff;grid-template-columns:34px 1fr auto;align-items:center;gap:8px;padding:9px;display:grid}.stock-history article>span{border-radius:10px;place-items:center;width:32px;height:32px;display:grid}.stock-history article>span.incoming{color:var(--green);background:#eaf5ef}.stock-history article>span.outgoing{color:#a7534a;background:#fff0ed}.stock-history article>span svg{width:15px}.stock-history article strong,.stock-history article small{display:block}.stock-history article strong{font-size:10px}.stock-history article small{color:var(--muted);margin-top:2px;font-size:8px}.stock-history article>b{font-size:10px}.stock-history>p{text-align:center;color:var(--muted);padding:13px;font-size:9px}.report-result{border:1px solid var(--line);background:#fff;border-radius:15px;justify-content:space-between;align-items:center;margin:0 0 14px;padding:12px;display:flex}.report-result small{color:var(--muted);font-size:9px}.report-result strong{color:var(--green);font-size:15px}.report-result strong.negative{color:#a7534a}.quantity b{white-space:nowrap}.settings-page>form{grid-template-columns:1fr 1fr;gap:11px;display:grid}.settings-card,.receipt-preview{border:1px solid var(--line);background:#fff;border-radius:19px;padding:15px}.settings-card:first-child{grid-column:1/3}.settings-card>header{align-items:center;gap:9px;margin-bottom:14px;display:flex}.settings-card>header>span{background:var(--mint);width:36px;height:36px;color:var(--green);border-radius:11px;place-items:center;display:grid}.settings-card>header svg{width:18px}.settings-card h2,.settings-card p{margin:0}.settings-card h2{font-size:12px}.settings-card p{color:var(--muted);margin-top:2px;font-size:8px}.settings-fields{grid-template-columns:1fr 1fr;gap:10px;display:grid}.settings-fields label.full{grid-column:1/3}.settings-fields label>span,.receipt-message>span{margin:0 0 5px 2px;font-size:8px;font-weight:700;display:block}.settings-fields input,.receipt-message>div{border:1px solid var(--line);background:#f9fbfa;border-radius:12px;outline:0;width:100%;height:44px;padding:0 11px;font-size:10px}.settings-fields input:focus,.receipt-message>div:focus-within{border-color:var(--green)}.receipt-message>div{align-items:center;gap:7px;display:flex}.receipt-message svg{width:15px;color:var(--green)}.receipt-message input{background:0 0;border:0;outline:0;width:100%;font-size:10px}.setting-toggles{margin-top:11px}.setting-toggles>label{border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding:10px 0;display:flex}.setting-toggles strong,.setting-toggles small{display:block}.setting-toggles strong{font-size:9px}.setting-toggles small{color:var(--muted);margin-top:2px;font-size:7px}.setting-toggles input{width:19px;height:19px;accent-color:var(--green)}.receipt-preview>header{color:var(--green);letter-spacing:.8px;align-items:center;gap:6px;margin-bottom:11px;font-size:8px;font-weight:800;display:flex}.receipt-preview>header svg{width:16px}.receipt-preview>div{text-align:center;background:#f8faf9;border:1px dashed #bdcac4;border-radius:13px;padding:14px}.receipt-preview strong,.receipt-preview small,.receipt-preview em{display:block}.receipt-preview strong{font-size:12px}.receipt-preview small{color:var(--muted);margin-top:3px;font-size:7px}.receipt-preview small svg{width:8px}.receipt-preview i{border-top:1px dashed #ccd5d0;margin:9px 0;display:block}.receipt-preview p{text-align:left;justify-content:space-between;margin:5px 0;font-size:8px;display:flex}.receipt-preview p b{font-size:8px}.receipt-preview .preview-total{font-size:10px;font-weight:700}.receipt-preview em{color:var(--green);margin:11px 0 7px;font-size:8px;font-style:normal}.save-settings{background:var(--green);color:#fff;border:0;border-radius:15px;grid-column:1/3;justify-content:center;align-items:center;gap:7px;padding:14px;font-size:11px;font-weight:800;display:flex}.save-settings.saved{background:#2c8068}.save-settings svg{width:18px}@media (width<=520px){.settings-page>form{grid-template-columns:1fr}.settings-card,.settings-card:first-child,.receipt-preview,.save-settings{grid-column:1}.settings-fields{grid-template-columns:1fr}.settings-fields label.full{grid-column:1}}.sale-header-actions{gap:7px;display:flex}.sale-header-actions .icon-button svg,.payment-title+.icon-button svg{width:18px}.sale-adjustments{grid-template-columns:1fr 1fr;gap:9px;margin:12px 0;display:grid}.sale-adjustments label>span,.split-payments label>span,.credit-fields label>span,.cash-fields label>span{margin:0 0 5px 2px;font-size:8px;font-weight:700;display:block}.sale-adjustments label>div,.split-payments label>div,.cash-fields label>div{border:1px solid var(--line);background:#fff;border-radius:12px;align-items:center;gap:5px;height:43px;padding:0 10px;display:flex}.sale-adjustments b,.split-payments b,.cash-fields b{color:var(--green);font-size:9px}.sale-adjustments input,.split-payments input,.cash-fields input{background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:10px}.split-hint{color:var(--muted);margin:13px 2px 7px;font-size:9px}.split-payments{border:1px solid var(--line);background:#fff;border-radius:15px;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;padding:11px;display:grid}.split-payments>small{text-align:right;color:#b45e20;grid-column:1/3;font-size:8px;font-weight:700}.split-payments>small.ok{color:var(--green)}.credit-fields{grid-template-columns:1fr 140px;gap:8px;margin-top:11px;display:grid}.credit-fields select,.credit-fields input{border:1px solid var(--line);background:#fff;border-radius:12px;outline:0;width:100%;height:44px;padding:0 10px;font-size:10px}.cash-fields{justify-content:space-between;align-items:end;gap:10px;margin-top:11px;display:flex}.cash-fields label{flex:1}.cash-fields>strong{color:var(--green);white-space:nowrap;padding:0 3px 13px;font-size:11px}.success-change{background:var(--mint);color:var(--green);border-radius:12px;padding:10px;font-size:10px}.sales-history>article{grid-template-columns:40px 1fr auto auto}.sales-history>article.canceled{opacity:.62;background:#f3f4f3}.sales-history>article.canceled b{text-decoration:line-through}.sales-history>article em{color:#a7534a;margin-top:3px;font-size:8px;font-style:normal;font-weight:700;display:block}.cancel-sale{color:#a7534a;background:#fff0ee;border:0;border-radius:10px;place-items:center;width:32px;height:32px;display:grid}.cancel-sale svg{width:14px}.calculator-sheet{max-width:390px}.calculator-display{background:var(--graphite);color:#fff;text-align:right;border-radius:20px;flex-direction:column;justify-content:end;min-height:94px;margin:8px 0 13px;padding:18px;display:flex}.calculator-display small{color:#aeb7b1;min-height:15px;font-size:10px}.calculator-display strong{word-break:break-all;font-size:34px;line-height:1.2}.calculator-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.calculator-grid button{color:var(--graphite);background:#fff;border:0;border-radius:15px;height:54px;font-size:18px;font-weight:700}.calculator-grid button.utility{color:var(--green);background:#edf1ef;justify-content:center;align-items:center;gap:4px;font-size:11px;display:flex}.calculator-grid button.utility svg{width:15px}.calculator-grid button.operator{background:var(--mint);color:var(--green);font-size:23px}.calculator-grid button.operator.active{background:#aad3c5}.calculator-grid button.zero{grid-column:1/3}.calculator-grid button.equals{background:var(--green);color:#fff;place-items:center;display:grid}.calculator-grid button.equals svg{width:22px}.support-intro{background:var(--mint);color:var(--green-dark);border-radius:17px;align-items:center;gap:12px;margin-bottom:13px;padding:14px;display:flex}.support-intro>svg{width:26px}.support-intro strong,.support-intro span{display:block}.support-intro strong{font-size:12px}.support-intro span{margin-top:2px;font-size:9px}.support-form{border:1px solid var(--line);background:#fff;border-radius:19px;padding:15px}.support-form>label{margin-bottom:14px;display:block}.support-form>label>span{margin:0 0 6px 2px;font-size:9px;font-weight:700;display:block}.support-form input,.support-form textarea{border:1px solid var(--line);background:#f9fbfa;border-radius:13px;outline:0;width:100%;padding:11px;font-size:10px}.support-form input{height:44px}.support-form input[readonly]{color:var(--muted)}.support-form textarea{resize:vertical;min-height:125px}.support-kinds{grid-template-columns:1fr 1fr;gap:7px;display:grid}.support-kinds button{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:12px;justify-content:center;align-items:center;gap:5px;padding:9px;font-size:9px;font-weight:700;display:flex}.support-kinds button svg{width:14px}.support-kinds button.active{background:var(--mint);color:var(--green);border-color:#a9d0c3}.support-submit{justify-content:center;align-items:center;gap:7px;display:flex}.support-submit svg{width:17px}.support-notice{color:#8a5c18;text-align:center;background:#fff4df;border-radius:11px;padding:10px;font-size:9px}.support-pending{text-align:center;color:var(--muted);margin-top:10px;font-size:8px;display:block}.debt-charge{width:100%;color:var(--green);background:#edf7f3;border:1px solid #9bcbbb;border-radius:13px;justify-content:center;align-items:center;gap:6px;margin:-3px 0 10px;padding:10px;font-size:9px;font-weight:700;display:flex}.debt-charge svg{width:16px}.debt-form{grid-template-columns:105px 1fr auto}.debt-form input[type=date]{min-width:120px}@media (width<=520px){.credit-fields{grid-template-columns:1fr}.cash-fields{flex-direction:column;align-items:stretch}.cash-fields>strong{padding:0 3px}.sales-history>article{grid-template-columns:40px 1fr auto}.sales-history>article>.cancel-sale{grid-column:3}.debt-form{grid-template-columns:1fr 1fr}.debt-form>button{min-height:42px}.debt-form input[type=date]{min-width:0}}.cash-dashboard-action{border:1px solid var(--line);text-align:left;background:#fff;border-radius:16px;grid-template-columns:34px 1fr 20px;align-items:center;gap:9px;width:100%;margin-top:10px;padding:12px;display:grid}.cash-dashboard-action>svg:first-child{color:var(--green);background:var(--mint);border-radius:10px;width:34px;height:34px;padding:7px}.cash-dashboard-action>svg:last-child{width:18px;color:var(--muted)}.cash-dashboard-action strong,.cash-dashboard-action small{display:block}.cash-dashboard-action strong{font-size:11px}.cash-dashboard-action small{color:var(--muted);margin-top:2px;font-size:8px}.cash-dashboard-action.open{border-color:#b8d6cc}.cash-status{color:#fff;border-radius:21px;justify-content:space-between;align-items:center;margin-bottom:15px;padding:18px;display:flex}.cash-status.open{background:linear-gradient(135deg,var(--green),#0c5543)}.cash-status.closed{background:#626b65}.cash-status small,.cash-status strong,.cash-status span{display:block}.cash-status small{letter-spacing:.8px;font-size:8px}.cash-status strong{margin:6px 0;font-size:26px}.cash-status span{opacity:.8;font-size:9px}.cash-status>svg{opacity:.8;width:38px;height:38px}.cash-empty{border:1px solid var(--line);text-align:center;background:#fff;border-radius:20px;flex-direction:column;align-items:center;padding:24px;display:flex}.cash-empty>svg{width:37px;height:37px;color:var(--green);margin-bottom:10px}.cash-empty>strong{font-size:13px}.cash-empty>span{color:var(--muted);margin-top:5px;font-size:10px}.cash-empty>.continue,.cash-form>.continue,.cash-reopen{justify-content:center;align-items:center;gap:7px;display:flex}.cash-empty>.continue svg,.cash-form>.continue svg,.cash-reopen svg{width:16px}.cash-breakdown,.cash-calculation,.cash-movements,.cash-history{border:1px solid var(--line);background:#fff;border-radius:17px;margin-top:14px;padding:12px}.cash-breakdown>header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.cash-breakdown>header strong{font-size:10px}.cash-breakdown>header small{color:var(--muted);font-size:8px}.cash-breakdown>article,.cash-movements>article{border-top:1px solid #eef1ef;grid-template-columns:35px 1fr auto;align-items:center;gap:9px;padding:9px 0;display:grid}.cash-breakdown>article>span,.cash-movements>article>span{background:var(--mint);width:34px;height:34px;color:var(--green);border-radius:10px;place-items:center;display:grid}.cash-breakdown>article>span.card{color:#396c9f;background:#e3eefb}.cash-breakdown>article>span.credit{color:#a26713;background:#fff1d9}.cash-breakdown>article svg,.cash-movements>article svg{width:16px}.cash-breakdown>article strong,.cash-breakdown>article small,.cash-movements>article strong,.cash-movements>article small{display:block}.cash-breakdown>article strong,.cash-movements>article strong{font-size:10px}.cash-breakdown>article small,.cash-movements>article small{color:var(--muted);margin-top:2px;font-size:8px}.cash-breakdown>article>b,.cash-movements>article>b{font-size:10px}.cash-calculation h3,.cash-movements h3,.cash-history h3{margin:1px 0 10px;font-size:10px}.cash-calculation>div{color:var(--muted);justify-content:space-between;padding:7px 0;font-size:9px;display:flex}.cash-calculation>div strong{color:var(--graphite);font-size:10px}.cash-calculation>div.total{border-top:1px solid var(--line);color:var(--graphite);margin-top:5px;padding-top:10px}.cash-calculation>div.total strong{color:var(--green);font-size:14px}.cash-calculation>div.difference{color:#a26713;background:#fff1d9;border-radius:9px;margin-top:6px;padding:9px}.cash-calculation>div.difference.balanced{background:var(--mint);color:var(--green)}.cash-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;display:grid}.cash-actions>button{border:1px solid var(--line);color:var(--green);background:#fff;border-radius:13px;justify-content:center;align-items:center;gap:5px;padding:11px;font-size:9px;font-weight:700;display:flex}.cash-actions>button svg{width:15px}.cash-close{color:#9c4e42;background:#fff7f5;border:1px solid #d5b3ac;border-radius:13px;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:8px;padding:11px;font-size:10px;font-weight:700;display:flex}.cash-close svg{width:15px}.cash-movements h3,.cash-history h3{align-items:center;gap:5px;display:flex}.cash-movements h3 svg,.cash-history h3 svg{width:15px;color:var(--green)}.cash-movements>article>span.withdrawal{color:#a7534a;background:#fff0ee}.cash-movements>article>b.withdrawal{color:#a7534a}.cash-movements>article>b.deposit{color:var(--green)}.cash-history>header{justify-content:space-between;align-items:center;display:flex}.cash-history>header>button{color:var(--green);background:0 0;border:0;font-size:8px;font-weight:700}.cash-history>button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:12px;justify-content:space-between;width:100%;margin-top:7px;padding:9px;display:flex}.cash-history>button.selected{background:#edf7f3;border-color:#9bcbbb}.cash-history>button strong,.cash-history>button small,.cash-history>button b{display:block}.cash-history>button strong,.cash-history>button b{font-size:9px}.cash-history>button small{color:var(--muted);margin-top:3px;font-size:7px}.cash-history>button>span{text-align:right}.cash-history>p{text-align:center;color:var(--muted);margin:17px 0;font-size:8px}.cash-form{flex-direction:column;gap:12px;display:flex}.cash-form>label>span{margin:0 0 5px 2px;font-size:9px;font-weight:700;display:block}.cash-form>label>div,.cash-form>label>input{border:1px solid var(--line);background:#fff;border-radius:12px;width:100%;height:46px;padding:0 11px}.cash-form>label>div{align-items:center;gap:6px;display:flex}.cash-form>label>div>b{color:var(--green);font-size:10px}.cash-form>label>div>input{border:0;outline:0;width:100%;min-width:0;font-size:11px}.cash-form>small{color:var(--muted);font-size:9px}.closing-expected,.closing-difference{background:#edf7f3;border-radius:12px;justify-content:space-between;align-items:center;padding:11px;display:flex}.closing-expected span,.closing-difference span{font-size:9px}.closing-expected strong,.closing-difference strong{color:var(--green);font-size:13px}.closing-difference.shortage,.closing-difference.surplus{background:#fff1d9}.closing-difference.shortage strong,.closing-difference.surplus strong{color:#a26713}.google-button{border:1px solid var(--line);width:100%;height:54px;color:var(--graphite);background:#fff;border-radius:16px;justify-content:center;align-items:center;gap:10px;font-weight:800;display:flex}.google-button>b{color:#4285f4;font-family:Arial,sans-serif;font-size:19px}.google-button:disabled,.auth-primary:disabled{opacity:.65;cursor:wait}.auth-divider{color:#9ba29d;align-items:center;gap:9px;margin:11px 0;font-size:9px;display:flex}.auth-divider i{background:var(--line);flex:1;height:1px}.auth-error{color:#9c4b42;background:#fee8e5;border-radius:11px;text-align:center!important;margin:9px 0 0!important;padding:9px!important;font-size:9px!important}.auth-loading-mark{border-radius:26px;width:84px;height:84px;margin:0 auto 20px}.auth-loading-mark .brand>div{display:none}.auth-loading-mark .brand svg{width:56px;height:56px}.auth-loading-mark .brand svg *{stroke:#fff}.product-image-field{display:block}.product-image-preview{border:1px solid var(--line);background:#fff;border-radius:15px;width:110px;height:110px;margin:0 0 8px;position:relative;overflow:hidden}.product-image-preview img,.item-icon.has-image img{object-fit:cover;width:100%;height:100%}.product-image-preview>button{color:#fff;background:#202522b8;border:0;border-radius:50%;place-items:center;width:26px;height:26px;display:grid;position:absolute;top:5px;right:5px}.product-image-preview>button svg{width:15px}.product-image-actions{align-items:center;gap:7px;display:flex}.product-image-actions>label{color:var(--green);white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #b9d8cd;border-radius:12px;align-items:center;gap:5px;padding:10px;font-size:9px;font-weight:700;display:flex;position:relative}.product-image-actions>label svg{width:15px}.product-image-actions>label input{opacity:0;cursor:pointer;position:absolute;inset:0}.product-image-actions>input{border:1px solid var(--line);background:#fff;border-radius:11px;outline:0;flex:1;min-width:0;height:40px;padding:0 9px;font-size:9px}.item-icon.has-image{padding:0;overflow:hidden}.store-state{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:40px 1fr auto;align-items:center;gap:10px;margin-bottom:13px;padding:12px;display:grid}.store-state.enabled{background:#f3faf7;border-color:#aed2c5}.store-state>span{background:var(--mint);width:39px;height:39px;color:var(--green);border-radius:12px;place-items:center;display:grid}.store-state>span svg{width:19px}.store-state strong,.store-state small{display:block}.store-state strong{font-size:11px}.store-state small{color:var(--muted);margin-top:3px;font-size:8px}.store-switch input,.store-option input{width:19px;height:19px;accent-color:var(--green)}.store-config{flex-direction:column;gap:11px;display:flex}.store-card{border:1px solid var(--line);background:#fff;border-radius:18px;padding:13px}.store-card>header{align-items:center;gap:9px;margin-bottom:11px;display:flex}.store-card>header>svg{background:var(--mint);width:35px;height:35px;color:var(--green);border-radius:11px;padding:8px}.store-card h2,.store-card p{margin:0}.store-card h2{font-size:11px}.store-card p{color:var(--muted);margin-top:2px;font-size:8px}.store-card>label{margin:10px 0;display:block}.store-card>label>span{margin:0 0 5px 2px;font-size:8px;font-weight:700;display:block}.store-card>label>input,.store-card>label>textarea,.store-price{border:1px solid var(--line);background:#f9fbfa;border-radius:11px;outline:0;width:100%;padding:0 10px;font-size:10px}.store-card>label>input,.store-price{height:42px}.store-card>label>textarea{resize:vertical;min-height:72px;padding:10px}.store-link{background:#f3f7f5;border-radius:11px;align-items:center;gap:5px;padding:8px;display:flex}.store-link>span{min-width:0;color:var(--green);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:8px;overflow:hidden}.store-link>button{width:30px;height:30px;color:var(--green);background:#fff;border:0;border-radius:9px;place-items:center;display:grid}.store-link>button svg{width:15px}.store-card>label.store-option{border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding-top:9px;display:flex}.store-option strong,.store-option small{display:block}.store-option strong{font-size:9px}.store-option small{color:var(--muted);margin-top:2px;font-size:8px}.store-price{align-items:center;gap:5px;display:flex}.store-price>b{color:var(--green);font-size:9px}.store-price>input{background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:10px}.store-payments{flex-wrap:wrap;gap:7px;display:flex}.store-payments>button{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:12px;align-items:center;gap:4px;padding:9px 12px;font-size:9px;display:flex}.store-payments>button.active{background:var(--mint);color:var(--green);border-color:#a9d0c3;font-weight:700}.store-payments>button svg{width:13px}.store-save,.store-orders-link{justify-content:center;align-items:center;gap:7px;display:flex}.store-save svg,.store-orders-link svg{width:16px}.store-orders-link{width:100%;color:var(--green);background:#fff;border:1px solid #b9d8cd;border-radius:14px;margin-top:10px;padding:12px;font-size:10px;font-weight:700}.public-store{background:#fafbf9;max-width:760px;min-height:100vh;margin:auto;padding:0 0 105px}.public-store-header{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;padding:19px 18px;display:flex}.public-store-brand{align-items:center;gap:10px;display:flex}.public-store-brand>span{background:var(--green);color:#fff;border-radius:15px;place-items:center;width:45px;height:45px;display:grid}.public-store-brand>span svg{width:22px}.public-store-brand strong,.public-store-brand small{display:block}.public-store-brand strong{font-size:15px}.public-store-brand small,.store-contact{color:var(--muted);margin-top:3px;font-size:9px}.public-store-content{padding:16px}.public-search{border:1px solid var(--line);background:#fff;border-radius:14px;align-items:center;gap:8px;height:45px;padding:0 12px;display:flex}.public-search svg{width:18px;color:var(--muted)}.public-search input{background:0 0;border:0;outline:0;width:100%;font-size:11px}.public-categories{gap:7px;padding:12px 0 14px;display:flex;overflow-x:auto}.public-categories>button{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:20px;flex:none;padding:7px 11px;font-size:9px}.public-categories>button.active{border-color:var(--green);background:var(--green);color:#fff}.public-products{grid-template-columns:1fr 1fr;gap:11px;display:grid}.public-products>article{border:1px solid var(--line);background:#fff;border-radius:17px;min-width:0;overflow:hidden}.public-products>article.unavailable{opacity:.62}.public-product-image{color:#a6b2ab;background:#eef2ef;place-items:center;height:140px;display:grid}.public-product-image>svg{width:35px;height:35px}.public-product-image img{object-fit:cover;width:100%;height:100%}.public-product-info{padding:10px}.public-product-info>small{color:var(--muted);font-size:8px;display:block}.public-product-info>strong{margin-top:4px;font-size:11px;line-height:1.3;display:block}.public-product-info>p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:5px 0 0;font-size:8px;line-height:1.4;display:-webkit-box;overflow:hidden}.public-product-info>div{justify-content:space-between;align-items:center;margin-top:9px;display:flex}.public-product-info>div>b{color:var(--green);font-size:12px}.public-product-info>div>b>small{color:var(--muted);font-size:8px}.public-add{background:var(--green);color:#fff;border:0;border-radius:10px;place-items:center;min-width:30px;height:30px;padding:0 5px;font-size:7px;display:grid}.public-add svg{width:17px}.public-add:disabled{background:#aeb7b1}.public-quantity{align-items:center;gap:4px;display:flex}.public-quantity>button{background:var(--mint);width:25px;height:25px;color:var(--green);border:0;border-radius:8px;place-items:center;display:grid}.public-quantity>button svg{width:13px}.public-quantity>strong{font-size:9px}.public-cart-button{background:var(--green);color:#fff;z-index:10;border:0;border-radius:15px;align-items:center;gap:8px;width:calc(100% - 32px);max-width:728px;padding:13px;display:flex;position:fixed;bottom:16px;left:50%;transform:translate(-50%);box-shadow:0 8px 25px #176b5740}.public-cart-button svg{width:19px}.public-cart-button>span{text-align:left;flex:1;font-size:10px}.public-cart-button>strong{font-size:11px}.public-store-footer{text-align:center;color:var(--muted);padding:18px;font-size:8px}.public-store-footer strong{color:var(--green)}.public-empty{text-align:center;color:var(--muted);grid-column:1/3;padding:35px}.public-empty svg,.public-empty strong{margin:0 auto 8px;display:block}.public-empty strong{font-size:10px}.public-store-loading{min-height:100vh;color:var(--green);flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.public-store-loading>svg{width:42px;height:42px}.public-store-loading>strong{font-size:14px}.public-store-loading>span{color:var(--muted);font-size:10px}.order-confirmed{color:var(--green);background:#edf7f3;border:1px solid #a9d0c3;border-radius:14px;align-items:center;gap:9px;margin:14px 16px 0;padding:12px;display:flex}.order-confirmed>svg{width:23px}.order-confirmed>div{flex:1}.order-confirmed strong,.order-confirmed span{display:block}.order-confirmed strong{font-size:10px}.order-confirmed span{margin-top:3px;font-size:8px}.order-confirmed>button{color:var(--green);background:0 0;border:0}.order-confirmed>button svg{width:16px}.public-checkout-overlay{z-index:20;background:#121c1880;justify-content:center;align-items:end;display:flex;position:fixed;inset:0}.public-checkout{background:#f8faf9;border-radius:25px 25px 0 0;width:100%;max-width:560px;max-height:94vh;padding:15px 17px 23px;overflow:auto}.public-checkout>header{text-align:center;grid-template-columns:38px 1fr 38px;align-items:center;margin-bottom:14px;display:grid}.public-checkout>header>button{background:#fff;border:0;border-radius:50%;place-items:center;width:37px;height:37px;display:grid}.public-checkout>header>button svg{width:18px}.public-checkout>header small,.public-checkout>header strong{display:block}.public-checkout>header small{color:var(--green);font-size:8px;font-weight:800}.public-checkout>header strong{margin-top:3px;font-size:14px}.checkout-items,.checkout-totals{border:1px solid var(--line);background:#fff;border-radius:14px;margin-bottom:12px;padding:10px}.checkout-items>article{justify-content:space-between;align-items:center;padding:7px 0;display:flex}.checkout-items strong,.checkout-items small{display:block}.checkout-items strong,.checkout-items>article>b{font-size:9px}.checkout-items small{color:var(--muted);margin-top:2px;font-size:8px}.public-checkout form>label{margin:11px 0;display:block}.public-checkout form>label>span,.checkout-options>span{margin:0 0 5px 2px;font-size:9px;font-weight:700;display:block}.public-checkout form>label>input,.public-checkout form>label>textarea{border:1px solid var(--line);background:#fff;border-radius:12px;outline:0;width:100%;padding:10px;font-size:10px}.public-checkout form>label>input{height:42px}.public-checkout form>label>textarea{min-height:65px}.checkout-options{margin:13px 0}.checkout-options>div{flex-wrap:wrap;gap:7px;display:flex}.checkout-options>div>button{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:11px;align-items:center;gap:5px;padding:9px 11px;font-size:9px;display:flex}.checkout-options>div>button svg{width:14px}.checkout-options>div>button.active{background:var(--mint);color:var(--green);border-color:#a9d0c3;font-weight:700}.pickup-address{color:var(--green);background:#edf7f3;border-radius:10px;padding:9px;font-size:8px}.checkout-totals{margin:12px 0 0}.checkout-totals>div{color:var(--muted);justify-content:space-between;padding:5px 0;font-size:9px;display:flex}.checkout-totals>div.total{border-top:1px solid var(--line);color:var(--graphite);margin-top:5px;padding-top:9px}.checkout-totals>div.total strong{color:var(--green);font-size:13px}.orders-overview{grid-template-columns:1fr 1fr;gap:9px;margin-bottom:13px;display:grid}.orders-overview>article{border:1px solid var(--line);background:#fff;border-radius:15px;align-items:center;gap:9px;padding:11px;display:flex}.orders-overview>article>svg{background:var(--mint);width:35px;height:35px;color:var(--green);border-radius:11px;padding:8px}.orders-overview>article.pending>svg{color:#a26713;background:#fff1d9}.orders-overview small,.orders-overview strong{display:block}.orders-overview small{color:var(--muted);font-size:8px}.orders-overview strong{margin-top:2px;font-size:16px}.order-search{margin-bottom:9px!important}.order-filters{gap:6px;padding-bottom:10px;display:flex;overflow-x:auto}.order-filters>button{white-space:nowrap;border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:18px;padding:7px 10px;font-size:8px}.order-filters>button.active{background:var(--mint);color:var(--green);border-color:#a9d0c3;font-weight:700}.order-list{flex-direction:column;gap:8px;display:flex}.order-list>button{text-align:left;border:1px solid var(--line);background:#fff;border-radius:15px;grid-template-columns:38px 1fr auto;align-items:center;gap:9px;width:100%;padding:10px;display:grid}.order-status-icon{background:var(--mint);width:37px;height:37px;color:var(--green);border-radius:11px;place-items:center;display:grid}.order-status-icon.pending{color:#a26713;background:#fff1d9}.order-status-icon.canceled{color:#a7534a;background:#fff0ee}.order-status-icon svg{width:17px}.order-list>button strong,.order-list>button small,.order-list>button em{display:block}.order-list>button strong,.order-list>button>b{font-size:10px}.order-list>button small{color:var(--muted);margin-top:2px;font-size:8px}.order-list>button em{color:var(--green);margin-top:4px;font-size:8px;font-style:normal}.order-list>button em.pending{color:#a26713}.order-list>button em.canceled{color:#a7534a}.order-sheet{overflow:auto}.order-detail-status{background:var(--mint);color:var(--green);border-radius:15px;padding:6px 9px;font-size:8px;font-weight:700;display:inline-block}.order-detail-status.pending{color:#a26713;background:#fff1d9}.order-detail-status.canceled{color:#a7534a;background:#fff0ee}.order-customer{border:1px solid var(--line);background:#fff;border-radius:14px;margin:11px 0;padding:11px}.order-customer>strong,.order-customer>small,.order-customer>span{display:block}.order-customer>strong{font-size:10px}.order-customer>small,.order-customer>span{color:var(--muted);margin-top:4px;font-size:8px}.order-customer>span{align-items:flex-start;gap:4px;display:flex}.order-customer>span svg{flex:none;width:13px}.order-customer>button{width:100%;color:var(--green);background:#edf7f3;border:1px solid #a9d0c3;border-radius:10px;justify-content:center;align-items:center;gap:5px;margin-top:10px;padding:8px;font-size:8px;font-weight:700;display:flex}.order-customer>button svg{width:14px}.order-detail-items{padding:3px 0}.order-detail-items>article{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:8px 0;display:flex}.order-detail-items strong,.order-detail-items small{display:block}.order-detail-items strong,.order-detail-items>article>b{font-size:9px}.order-detail-items small{color:var(--muted);margin-top:2px;font-size:8px}.order-detail-totals{margin-top:8px}.order-detail-totals>div{color:var(--muted);justify-content:space-between;padding:6px 0;font-size:9px;display:flex}.order-detail-totals>div.total{border-top:1px solid var(--line);color:var(--graphite);margin-top:4px;padding-top:9px}.order-detail-totals>div.total strong{color:var(--green);font-size:13px}.order-note{color:var(--muted);background:#f0f3f1;border-radius:9px;padding:9px;font-size:8px}.order-detail-actions{gap:7px;margin-top:11px;display:grid}.order-detail-actions>button{background:var(--green);color:#fff;border:0;border-radius:12px;justify-content:center;align-items:center;gap:6px;padding:11px;font-size:10px;font-weight:700;display:flex}.order-detail-actions>button svg{width:15px}.order-detail-actions>button.cancel{color:#9c4e42;background:#fff7f5;border:1px solid #d5b3ac}.orders-not-configured{text-align:center;border:1px solid var(--line);background:#fff;border-radius:17px;flex-direction:column;align-items:center;padding:23px;display:flex}.orders-not-configured>svg{width:35px;color:var(--green)}.orders-not-configured>strong,.orders-not-configured>span{margin-top:8px;display:block}.orders-not-configured>strong{font-size:12px}.orders-not-configured>span{color:var(--muted);font-size:9px}@media (width<=420px){.public-product-image{height:120px}.public-store-header{padding:15px 12px}.store-contact{display:none}.public-store-content{padding:12px}.product-image-actions{flex-direction:column;align-items:stretch}.product-image-actions>label{justify-content:center}.product-image-actions>input{width:100%}.order-filters>button{padding:7px 8px}}:root{--brand-yellow:#ffc83d;--brand-vivid:#24a37b;background:#f5f8f6}.brand{gap:11px}.brand svg{filter:drop-shadow(0 5px 10px #176b571f);width:47px;height:47px}.brand svg .brand-mark-background,.welcome-mark svg .brand-mark-background,.mini-logo svg .brand-mark-background{fill:var(--green);stroke:none}.brand svg .brand-mark-exclamation,.brand svg .brand-mark-dot,.welcome-mark svg .brand-mark-exclamation,.welcome-mark svg .brand-mark-dot,.mini-logo svg .brand-mark-exclamation,.mini-logo svg .brand-mark-dot{fill:var(--brand-yellow);stroke:none}.brand svg .brand-mark-check,.welcome-mark svg .brand-mark-check,.mini-logo svg .brand-mark-check{fill:none;stroke:#fff;stroke-width:5px;stroke-linecap:round;stroke-linejoin:round}.brand svg .brand-mark-arrow,.welcome-mark svg .brand-mark-arrow,.mini-logo svg .brand-mark-arrow{fill:none;stroke:#fff;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round}.brand svg .brand-mark-bar,.welcome-mark svg .brand-mark-bar,.mini-logo svg .brand-mark-bar{fill:none;stroke:var(--brand-vivid);stroke-width:4px;stroke-linecap:round}.brand strong{letter-spacing:-1.1px;white-space:nowrap;font-size:23px}.brand strong span,.welcome-wordmark span{color:var(--brand-yellow)}.brand small{margin-top:1px}.welcome-page{background:radial-gradient(circle at 84% 10%,#24a37b21 0,#0000 34%),radial-gradient(circle at 8% 42%,#ffc83d1c 0,#0000 31%),#f5f8f6}.welcome-mark{background:0 0;box-shadow:0 20px 45px #176b5730}.welcome-mark svg{width:128px;height:128px}.welcome-wordmark{letter-spacing:-1.8px;color:var(--green);margin-top:16px;font-size:39px;font-weight:800;line-height:1.12}.welcome-wordmark span{font-size:inherit;letter-spacing:inherit;font-weight:inherit}.welcome-copy h1{margin-top:9px;font-size:30px}.mini-logo{background:0 0}.mini-logo svg{width:39px;height:39px}.balance-card{background:linear-gradient(135deg,var(--green) 0%,#0f5645 67%,#218467 100%)}.primary-action>span{box-shadow:0 5px 14px #176b5729}.bottom-nav button.active svg{filter:drop-shadow(0 2px 4px #24a37b29)}.debt-payment-method{margin-top:11px;display:block}.debt-payment-method>span{margin:0 0 5px 2px;font-size:9px;font-weight:700;display:block}.debt-payment-method>select{border:1px solid var(--line);width:100%;height:43px;color:var(--graphite);background:#fff;border-radius:12px;padding:0 10px;font-size:10px}.debt-payment-method>small{color:#a26713;margin-top:6px;font-size:8px;display:block}.cash-movement-error{color:#a7534a!important}.cash-form>.continue:disabled{opacity:.55;cursor:not-allowed}.sales-history>article{cursor:pointer}.receipt-history-sheet{max-width:470px}.receipt-history-text{white-space:pre-wrap;overflow-wrap:anywhere;color:var(--graphite);background:#f8faf9;border:1px dashed #bdcac4;border-radius:14px;margin:12px 0 16px;padding:16px;font-family:inherit;font-size:11px;line-height:1.7}.receipt-history-sheet>.share-receipt,.receipt-history-sheet>.copy-receipt{width:100%;margin-top:8px}.online.offline i{background:#ffc83d}.online.pending i{background:#ffe394}.sync-notice{max-width:680px;color:var(--green);background:#edf7f3;border:1px solid #c6ddd4;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;margin:12px auto 0;padding:10px 13px;font-size:10px;display:flex}.sync-notice.offline,.sync-notice.attention{color:#8e601f;background:#fff7e9;border-color:#ead4b4}.sync-notice>button{color:var(--green);white-space:nowrap;background:0 0;border:0;font-size:9px;font-weight:800}@media (width<=720px){.sync-notice{margin-left:18px;margin-right:18px}}.team-page{max-width:680px;margin:auto}.team-plan{background:linear-gradient(135deg,#fff,#edf7f3);border:1px solid #dce9e3;border-radius:19px;align-items:center;gap:12px;margin:20px 0 12px;padding:15px;display:flex}.team-plan>span:first-child{background:var(--green);color:#fff;border-radius:14px;place-items:center;width:43px;height:43px;display:grid}.team-plan>span:first-child svg{width:21px}.team-plan>div{flex:1}.team-plan small,.team-plan strong,.team-plan p{display:block}.team-plan small{color:var(--green);letter-spacing:.7px;font-size:8px;font-weight:800}.team-plan strong{margin-top:4px;font-size:15px}.team-plan p{color:var(--muted);margin:4px 0 0;font-size:9px}.team-plan-badge{color:var(--green);background:#e4f2ec;border-radius:12px;padding:6px 8px;font-size:8px;font-weight:700}.team-plan-badge.full{color:#966421;background:#fff1d9}.team-invite-button{background:var(--green);color:#fff;border:0;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;padding:13px;font-size:11px;font-weight:800;display:flex}.team-invite-button svg{width:17px}.team-invite-button:disabled{color:#717974;background:#c8d0cc}.team-plan-hint{color:var(--muted);padding:0 3px;font-size:9px;line-height:1.6}.team-error{margin-top:12px}.team-members{margin-top:24px}.team-members>header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.team-members h2,.team-roles h2{margin:0;font-size:13px}.team-members>header>span{color:var(--muted);font-size:9px}.team-members>article{border:1px solid var(--line);background:#fff;border-radius:15px;align-items:center;gap:10px;margin-bottom:8px;padding:11px;display:flex}.team-avatar{width:40px;height:40px;color:var(--green);background:#edf7f3;border-radius:13px;flex:none;place-items:center;font-size:15px;font-weight:800;display:grid}.team-avatar.owner{color:#966421;background:#fff1d9}.team-avatar.owner svg{width:19px}.team-member-copy{flex:1;min-width:0}.team-member-copy strong,.team-member-copy small,.team-member-copy>span{display:block}.team-member-copy strong{font-size:10px}.team-member-copy strong em{color:var(--green);font-size:8px;font-style:none;margin-left:5px}.team-member-copy small{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);margin-top:3px;font-size:8px;overflow:hidden}.team-member-status{width:max-content;color:var(--green);margin-top:5px;font-size:8px}.team-member-status.pending{color:#966421}.team-member-actions{align-items:center;gap:5px;display:flex}.team-member-actions>label{align-items:center;display:flex;position:relative}.team-member-actions select{appearance:none;border:1px solid var(--line);max-width:91px;color:var(--graphite);background:#fff;border-radius:9px;padding:7px 19px 7px 6px;font-size:8px}.team-member-actions>label>svg{pointer-events:none;width:12px;color:var(--muted);position:absolute;right:5px}.team-member-actions>button{color:#a7534a;background:#fff0ee;border:0;border-radius:9px;place-items:center;width:31px;height:31px;display:grid}.team-member-actions>button svg{width:14px}.team-roles{border:1px solid var(--line);background:#fff;border-radius:16px;margin-top:22px;padding:13px}.team-roles>header{color:var(--green);align-items:center;gap:8px;margin-bottom:9px;display:flex}.team-roles>header>svg{width:17px}.team-roles>article{border-top:1px solid #eef1ef;padding:8px 0}.team-roles>article strong,.team-roles>article span{display:block}.team-roles>article strong{font-size:9px}.team-roles>article span{color:var(--muted);margin-top:4px;font-size:8px;line-height:1.5}.team-invite-form{gap:12px;display:grid}.team-invite-form>label>span,.team-invite-form>label>small{display:block}.team-invite-form>label>span{margin:0 0 5px 2px;font-size:9px;font-weight:700}.team-invite-form>label>small{color:var(--muted);margin-top:5px;font-size:8px}.team-invite-form>label>input,.team-invite-form>label>select,.team-invite-form>label>div{border:1px solid var(--line);width:100%;height:45px;color:var(--graphite);background:#fff;border-radius:12px;padding:0 10px;font-size:10px}.team-invite-form>label>div{align-items:center;gap:8px;display:flex}.team-invite-form>label>div svg{width:15px;color:var(--muted)}.team-invite-form>label>div input{border:0;outline:0;width:100%;font-size:10px}.team-invite-sheet .continue{justify-content:center;align-items:center;gap:7px;display:flex}.team-invite-sheet .continue svg{width:16px}.team-invite-success{background:#edf7f3;border:1px solid #b8d7cb;border-radius:13px;gap:10px;padding:11px;display:flex}.team-invite-success>svg{width:18px;color:var(--green)}.team-invite-success strong,.team-invite-success span{display:block}.team-invite-success strong{color:var(--green);font-size:10px}.team-invite-success span{color:var(--muted);margin-top:4px;font-size:9px;line-height:1.5}.team-invite-link{border:1px dashed #bed0c7;border-radius:11px;align-items:center;gap:8px;min-width:0;margin-top:11px;padding:10px;display:flex}.team-invite-link svg{width:16px;color:var(--green);flex:none}.team-invite-link span{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:9px;overflow:hidden}.team-share-link{width:100%;color:var(--green);background:0 0;border:0;margin-top:8px;padding:10px;font-size:10px;font-weight:700}@media (width<=420px){.team-plan{gap:8px;padding:12px}.team-plan-badge{font-size:7px}.team-member-actions select{max-width:78px}.team-members>article{gap:7px;padding:9px}}.team-member-actions>.team-copy-pending{color:var(--green);background:#edf7f3}.paper-width-options{border:0;grid-template-columns:1fr 1fr;gap:9px;margin:14px 0 0;padding:0;display:grid}.paper-width-options>legend{margin-bottom:8px;font-size:9px;font-weight:700}.paper-width-options>label{border:1px solid var(--line);background:#fff;border-radius:13px;padding:11px;position:relative}.paper-width-options>label.active{background:#edf7f3;border-color:#a9d0c3}.paper-width-options>label>input{accent-color:var(--green);position:absolute;top:10px;right:9px}.paper-width-options>label>strong,.paper-width-options>label>small{display:block}.paper-width-options>label>strong{color:var(--graphite);font-size:12px}.paper-width-options>label>small{color:var(--muted);margin-top:4px;font-size:8px}.print-settings-hint{color:var(--muted);margin:11px 0 0;font-size:8px;line-height:1.6}.print-receipt{color:var(--green)!important;background:#edf7f3!important;border-color:#b9d8cd!important;margin-top:9px!important}.receipt-history-sheet>.print-receipt{width:100%}.order-document-actions{grid-template-columns:1.3fr 1fr;gap:7px;margin:10px 0;display:grid}.order-document-actions>button{border:1px solid var(--line);min-height:39px;color:var(--graphite);background:#fff;border-radius:11px;justify-content:center;align-items:center;gap:5px;font-size:8px;font-weight:700;display:flex}.order-document-actions>button:first-child{color:var(--green);background:#edf7f3;border-color:#b9d8cd}.order-document-actions>button>svg{width:14px;height:14px}.order-print-hint{color:var(--muted);align-items:center;gap:5px;margin:0 0 9px;font-size:8px;display:flex}.order-print-hint>svg{width:13px;height:13px;color:var(--green);flex:none}.order-notification-button{position:relative}.order-notification-button.has-pending{color:#9c6a19;background:#fff8e8;border-color:#e5ce99}.order-notification-button>span{color:#fff;background:#d35643;border:2px solid #f5f8f6;border-radius:11px;place-items:center;min-width:19px;height:19px;padding:0 4px;font-size:9px;font-weight:800;display:grid;position:absolute;top:-5px;right:-4px}.more-order-badge{color:#966421;background:#fff1d9;border-radius:10px;place-items:center;min-width:18px;height:18px;margin-left:5px;padding:0 5px;font-size:9px;font-style:normal;display:inline-grid}.new-order-notice{background:#edf7f3;border:1px solid #b9d8cd;border-radius:15px;max-width:680px;margin:12px auto 0;position:relative;overflow:hidden}.new-order-notice>button:first-child{text-align:left;background:0 0;border:0;align-items:center;gap:10px;width:100%;padding:10px 42px 10px 12px;display:flex}.new-order-notice>button:first-child>span{background:var(--green);color:#fff;border-radius:11px;place-items:center;width:35px;height:35px;display:grid}.new-order-notice>button:first-child>span>svg{width:17px}.new-order-notice>button:first-child>div{flex:1}.new-order-notice strong,.new-order-notice small{display:block}.new-order-notice strong{color:var(--green);font-size:10px}.new-order-notice small{color:var(--muted);margin-top:3px;font-size:9px}.new-order-notice>button:first-child>svg{width:16px;color:var(--green)}.dismiss-order-notice{width:25px;height:25px;color:var(--muted);background:#ffffffb3;border:0;border-radius:50%;place-items:center;display:grid;position:absolute;top:8px;right:7px}.dismiss-order-notice>svg{width:14px}@media (width<=720px){.new-order-notice{margin-left:18px;margin-right:18px}}@media (width<=380px){.order-document-actions{grid-template-columns:1fr}.paper-width-options>label{padding:9px}}
