@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{--brand-primary:#153f35;--brand-accent:#f5c45e;--brand-button:#196651;--brand-hover:#124f3f;--app-background:#f4f5ef;--app-surface:#fff;--app-text:#17251f;--app-radius:12px;color:var(--app-text);background:var(--app-background);font-synthesis:none;font-family:DM Sans,system-ui,sans-serif}*{box-sizing:border-box}body{background:var(--app-background);min-width:320px;min-height:100vh;color:var(--app-text);margin:0}button,input{font:inherit}button{color:inherit}.app-shell{grid-template-columns:252px 1fr;min-height:100vh;display:grid}.sidebar{background:var(--brand-primary);color:#eef7f0;z-index:20;flex-direction:column;height:100vh;padding:28px 20px 22px;display:flex;position:sticky;top:0}.brand-row{align-items:center;gap:11px;padding:0 7px 30px;display:flex}.brand-row strong,.brand-row span{display:block}.brand-row strong{font:700 16px Manrope}.brand-row span{color:#9dbeb3;letter-spacing:.05em;margin-top:2px;font-size:11px}.brand-mark{width:39px;height:39px;color:var(--brand-primary);background:var(--brand-accent);border-radius:12px;flex:none;place-items:center;font:800 13px Manrope;display:grid;overflow:hidden}.brand-mark img{object-fit:cover;width:100%;height:100%}.brand-row>div:nth-child(2){min-width:0}.brand-row strong,.brand-row span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.nav-label{color:#7fa99b;letter-spacing:.16em;margin:8px 13px 10px;font-size:10px;font-weight:700}.nav-item{color:#bdd4cc;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:11px;align-items:center;gap:12px;width:100%;height:44px;margin:3px 0;padding:0 13px;font-weight:600;display:flex}.nav-item svg{width:19px}.nav-item:hover{background:var(--brand-hover);color:#fff}.nav-item.active{color:#173d34;background:#f5c45e;box-shadow:0 7px 20px #0b2c2455}.sidebar-bottom{margin-top:auto}.app-version{color:#7fa99b;letter-spacing:.08em;text-transform:uppercase;margin:14px 13px 0;font-size:9px;font-weight:700}.mode-card{background:#1a493e;border:1px solid #376259;border-radius:13px;margin-top:16px;padding:15px}.mode-card span,.mode-card strong{display:block}.mode-card span{color:#f5c45e;text-transform:uppercase;font-size:11px;font-weight:700}.mode-card strong{color:#d7e6e1;margin-top:5px;font-size:12px}main{min-width:0}header{background:#fff;border-bottom:1px solid #e2e6df;justify-content:space-between;align-items:center;height:76px;padding:0 40px;display:flex}.search{background:#f4f6f2;border:1px solid #0000;border-radius:11px;align-items:center;gap:10px;width:min(430px,44vw);height:42px;padding:0 14px;display:flex}.search:focus-within{background:#fff;border-color:#87ac9f}.search svg{color:#7c8b84;width:18px}.search input{color:#25362f;background:0 0;border:0;outline:0;width:100%}.header-actions,.profile{align-items:center;display:flex}.header-actions{gap:17px}.icon-button{cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.notification{color:#53645d;border-radius:10px;width:38px;height:38px;position:relative}.notification:hover{background:#f2f4ef}.notification svg{width:20px}.notification>b{color:#fff;border:2px solid var(--app-surface);background:#df5f4e;border-radius:10px;place-items:center;min-width:19px;height:19px;padding:0 5px;font-size:8px;display:grid;position:absolute;top:-5px;right:-5px}.notification.active{background:color-mix(in srgb,var(--brand-button) 12%,transparent);color:var(--brand-button)}.reminder-center{position:relative}.reminder-panel{z-index:60;background:var(--app-surface);border:1px solid #dfe4de;border-radius:18px;width:min(390px,100vw - 28px);max-height:min(620px,100dvh - 90px);padding:20px;position:absolute;top:48px;right:-60px;overflow:auto;box-shadow:0 24px 70px #102e2635}.reminder-panel:before{content:"";background:var(--app-surface);border-top:1px solid #dfe4de;border-left:1px solid #dfe4de;width:12px;height:12px;position:absolute;top:-7px;right:70px;transform:rotate(45deg)}.reminder-heading{justify-content:space-between;align-items:center;display:flex}.reminder-heading h2{font-size:19px}.reminder-heading .close-form svg{width:16px}.reminder-description{color:#78877f;margin:8px 0 16px;font-size:10px}.reminder-list{border-top:1px solid #edf0eb}.reminder-item{border-bottom:1px solid #edf0eb;grid-template-columns:1fr 36px 36px;align-items:center;display:grid}.reminder-item.overdue{background:#fff5f2;border-radius:10px;margin:0 -8px;padding:0 8px}.reminder-main{text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:10px;min-width:0;padding:13px 8px 13px 0;display:flex}.reminder-main strong,.reminder-main small{display:block}.reminder-main small{color:#7d8a83;margin-top:4px;font-size:9px}.reminder-main>b{color:var(--brand-button);white-space:nowrap;font-size:11px}.reminder-item.overdue .reminder-main small{color:#b45443;font-weight:700}.reminder-whatsapp{color:#168b4c;cursor:pointer;background:#eaf7ef;border:0;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.reminder-email{color:#386ba3;background:#edf3fb}.reminder-whatsapp:disabled{opacity:.35;cursor:not-allowed}.reminder-whatsapp svg{width:17px}.reminder-empty{text-align:center;color:#7c8a83;flex-direction:column;justify-content:center;align-items:center;min-height:180px;display:flex}.reminder-empty svg{color:#39916d;width:32px}.reminder-empty strong{color:var(--app-text);margin-top:8px}.reminder-empty span{margin-top:4px;font-size:10px}.reminder-footer{background:color-mix(in srgb,var(--brand-button) 10%,transparent);width:100%;height:39px;color:var(--brand-button);cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:7px;margin-top:13px;font-size:10px;font-weight:800;display:flex}.reminder-footer:hover{background:var(--brand-hover);color:#fff}.reminder-footer svg{width:14px}.profile{cursor:pointer;background:0 0;border:0;gap:10px}.profile>span{color:#1e6754;background:#e0efe8;border-radius:11px;place-items:center;width:38px;height:38px;font-weight:700;display:grid}.profile div{text-align:left}.profile strong,.profile small{display:block}.profile strong{font-size:13px}.profile small{color:#7a8a83;margin-top:2px}.profile svg{color:#7a8a83;width:16px}.content{max-width:1480px;margin:auto;padding:36px 40px 60px}.welcome-row{justify-content:space-between;align-items:end;gap:28px;margin-bottom:28px;display:flex}.eyebrow{letter-spacing:.15em;color:#78877f;margin:0 0 7px;font-size:10px;font-weight:800}h1,h2{margin:0;font-family:Manrope}h1{letter-spacing:-.04em;font-size:clamp(27px,3vw,37px)}.welcome-row>div>p:last-child{color:#718078;margin:6px 0 0}.primary-actions{gap:10px;display:flex}.button{cursor:pointer;border:1px solid #d9ded8;border-radius:11px;align-items:center;gap:9px;height:46px;padding:0 18px;font-weight:700;display:flex}.button svg{width:18px}.button.secondary{background:#fff}.button.primary{background:var(--brand-button);color:#fff;border-color:var(--brand-button);box-shadow:0 8px 20px color-mix(in srgb,var(--brand-button) 22%,transparent)}.button.primary:hover,.charge-button:hover,.auth-submit:hover{background:var(--brand-hover);border-color:var(--brand-hover)}.button.secondary:hover,.text-button:hover,.icon-button:hover{color:var(--brand-hover);border-color:color-mix(in srgb,var(--brand-hover) 45%,#d9ded8)}.metrics-grid{grid-template-columns:repeat(4,1fr);gap:15px;display:grid}.metric{background:#fff;border:1px solid #e1e5df;border-radius:16px;align-items:center;gap:16px;min-height:124px;padding:22px;display:flex}.metric-icon{color:#1a6b55;background:#dcefe7;border-radius:14px;flex:none;place-items:center;width:48px;height:48px;display:grid}.metric-icon.coral{color:#dc705b;background:#fff0ea}.metric-icon.blue{color:#577b99;background:#eaf1f7}.metric-icon.amber{color:#be8424;background:#fff3d8}.metric span,.metric strong,.metric small{display:block}.metric span{color:#708078;font-size:12px}.metric strong{margin:5px 0 4px;font:800 22px Manrope}.metric small{color:#7d8b84;font-size:11px}.metric small svg{vertical-align:-2px;color:#269072;width:12px}.dashboard-grid{grid-template-columns:1.35fr 1fr;gap:15px;margin-top:15px;display:grid}.card{background:#fff;border:1px solid #e1e5df;border-radius:16px;padding:24px}.card-heading{justify-content:space-between;align-items:center;gap:20px;display:flex}.card h2{font-size:17px}.text-button{color:#246a57;cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;font-size:12px;font-weight:700;display:flex}.text-button svg{width:15px}.chart-area{grid-template-columns:145px 1fr;align-items:end;gap:18px;min-height:190px;padding-top:25px;display:grid}.chart-total strong,.chart-total span{display:block}.chart-total strong{font:800 25px Manrope}.chart-total span{color:#218066;margin-top:6px;font-size:11px}.bars{border-bottom:1px solid #dfe4de;align-items:end;gap:clamp(7px,2vw,18px);height:145px;display:flex}.bar-column{flex-direction:column;flex:1;justify-content:end;align-items:center;gap:8px;height:100%;display:flex}.bar{background:#b7d9cd;border-radius:7px 7px 2px 2px;width:100%;max-width:27px;min-height:8px}.bar-column:nth-last-child(-n+2) .bar{background:#2b8069}.bar-column span{color:#7b8982;font-size:10px}.quick-grid{grid-template-columns:1fr 1fr;gap:10px;margin-top:20px;display:grid}.quick-grid button{text-align:left;cursor:pointer;background:#fafbf8;border:1px solid #e4e7e2;border-radius:13px;min-height:105px;padding:16px;transition:all .2s}.quick-grid button:hover{border-color:#96b8ad;transform:translateY(-2px);box-shadow:0 7px 18px #253e3510}.quick-grid button span{color:#216b57;background:#e2f0eb;border-radius:9px;place-items:center;width:32px;height:32px;display:grid}.quick-grid button svg{width:17px}.quick-grid strong,.quick-grid small{display:block}.quick-grid strong{margin-top:10px;font-size:12px}.quick-grid small{color:#7b8982;margin-top:3px;font-size:10px}.inventory-card,.product-table{margin-top:15px}.product-row{border-top:1px solid #eef0ec;grid-template-columns:44px minmax(180px,1fr) 120px 100px 44px;align-items:center;gap:13px;min-height:67px;display:grid}.product-art{color:#638176;background:#edf2ee;border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.product-art svg{width:18px}.art-2{color:#c4705e;background:#fff0ea}.art-3{color:#597592;background:#e9eef5}.product-name strong,.product-name span,.stock span,.stock strong,.price span,.price strong{display:block}.product-name strong,.stock strong,.price strong{font-size:12px}.product-name span,.stock span,.price span{color:#829088;margin-top:3px;font-size:10px}.stock strong.low{color:#c66b36}.row-action{color:#246a57;cursor:pointer;background:0 0;border:0;font-size:11px;font-weight:700}.menu-button,.mobile-close,.backdrop{display:none}.page-title-row{justify-content:space-between;align-items:end;gap:24px;margin-bottom:25px;display:flex}.page-title-row>div>p:last-child{color:#718078;margin:6px 0 0}.catalog-summary{gap:12px;margin-bottom:15px;display:flex}.catalog-summary>div{background:#fff;border:1px solid #e0e5df;border-radius:13px;align-items:center;gap:11px;min-height:62px;padding:10px 16px;display:flex}.catalog-summary span{color:#236b58;background:#e5f1ec;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.catalog-summary svg{width:17px}.catalog-summary p{color:#75847c;margin:0;font-size:11px}.catalog-summary strong{color:#26372f;font:800 16px Manrope;display:block}.catalog-card{padding:0;overflow:hidden}.catalog-toolbar{border-bottom:1px solid #e8ebe6;justify-content:space-between;gap:12px;padding:18px 20px;display:flex}.catalog-search{border:1px solid #dfe4de;border-radius:10px;align-items:center;gap:10px;width:min(450px,70%);height:42px;padding:0 13px;display:flex}.catalog-search svg{color:#78877f;width:17px}.catalog-search input{border:0;outline:0;width:100%}.filter-button{cursor:pointer;background:#fff;border:1px solid #dfe4de;border-radius:10px;align-items:center;gap:8px;padding:0 13px;font-weight:600;display:flex}.filter-button svg{width:16px}.predictive-search{width:min(520px,100%);position:relative}.predictive-search .catalog-search{width:100%}.predictive-options{z-index:20;background:#fff;position:absolute;top:42px;left:0;right:0;box-shadow:0 14px 30px #183c3220}.predictive-options b{color:#246e59;white-space:nowrap;align-self:center;font-size:10px}.predictive-options button:hover,.predictive-options button.active{background:#edf7f2}.predictive-empty{color:#77867f;text-align:center;padding:14px;font-size:11px}.catalog-head,.catalog-row{grid-template-columns:minmax(260px,1.6fr) .65fr .65fr .65fr .55fr 32px;align-items:center;gap:16px;padding:0 20px;display:grid}.catalog-head{color:#7b8982;text-transform:uppercase;letter-spacing:.08em;background:#f7f8f5;height:39px;font-size:10px;font-weight:700}.catalog-row{border-top:1px solid #edf0eb;min-height:77px;font-size:12px}.catalog-product{align-items:center;gap:12px;display:flex}.catalog-product strong,.catalog-product small{display:block}.catalog-product small{color:#7c8a83;margin-top:4px;font-size:10px;line-height:1.5}.catalog-product .product-art svg{width:17px}.stock-pill{color:#26715c;background:#edf5f1;border-radius:7px;width:max-content;padding:5px 8px}.stock-pill.low{color:#b96738;background:#fff0e8}.money-cell strong,.money-cell small{display:block}.cost-warning{color:#c57542;margin-top:3px}.status-pill{color:#28705c;background:#e7f3ed;border-radius:20px;width:max-content;padding:5px 9px;font-size:10px;font-weight:700}.row-menu{width:30px;height:30px}.row-menu svg{width:18px}.catalog-footer{color:#7d8a83;border-top:1px solid #e8ebe6;padding:13px 20px;font-size:10px}.modal-layer{z-index:50;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#102e267a;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.product-form{background:#fff;border-radius:18px;width:min(620px,100%);max-height:calc(100vh - 40px);padding:27px;overflow:auto;box-shadow:0 24px 70px #102e2652}.form-heading{justify-content:space-between;gap:20px;display:flex}.form-heading h2{font-size:22px}.form-heading p:last-child{color:#78877f;margin:6px 0 0;font-size:12px}.close-form{cursor:pointer;background:#f2f4f0;border:0;border-radius:9px;width:34px;height:34px;font-size:22px}.form-grid{grid-template-columns:1fr 1fr;gap:15px;margin-top:23px;display:grid}.form-grid label,.auth-form label{color:#4e6058;font-size:11px;font-weight:700}.form-grid label.wide{grid-column:1/-1}.form-grid input,.form-grid select{background:#fff;border:1px solid #dbe1da;border-radius:9px;outline:0;width:100%;height:42px;margin-top:7px;padding:0 12px}.form-grid input:focus,.form-grid select:focus{border-color:#4d8c79;box-shadow:0 0 0 3px #3b806b16}.form-note{color:#87631f;background:#fff8e6;border-radius:9px;margin-top:17px;padding:11px 13px;font-size:10px}.form-actions{justify-content:end;gap:9px;margin-top:22px;display:flex}.auth-page{background:#fff;grid-template-columns:minmax(380px,.9fr) minmax(500px,1.1fr);min-height:100vh;display:grid}.auth-brand-panel{color:#fff;background:#153f35;flex-direction:column;padding:45px clamp(35px,6vw,90px);display:flex;position:relative;overflow:hidden}.auth-brand-panel:after{content:"";border:80px solid #235347;border-radius:50%;width:480px;height:480px;position:absolute;bottom:-170px;right:-170px}.auth-brand{z-index:1;align-items:center;gap:12px;font:700 17px Manrope;display:flex;position:relative}.auth-message{z-index:1;margin:auto 0 40px;position:relative}.auth-kicker{color:#f5c45e;letter-spacing:.18em;font-size:10px;font-weight:800}.auth-message h1{color:#fff;margin-top:15px;font-size:clamp(38px,5vw,64px);line-height:1.08}.auth-message p{color:#bbd2ca;max-width:420px;margin-top:20px;font-size:15px;line-height:1.7}.auth-benefits{z-index:1;color:#d6e6e0;flex-direction:column;gap:12px;font-size:12px;display:flex;position:relative}.auth-benefits span{align-items:center;gap:9px;display:flex}.auth-benefits svg{color:#f5c45e;width:18px}.auth-recovery{width:100%;color:var(--brand-button);cursor:pointer;background:0 0;border:0;margin-top:12px;font-size:11px;font-weight:700}.auth-recovery:hover{text-decoration:underline}.auth-form .form-success{margin:14px 0 0}.auth-form-panel{place-items:center;padding:60px 30px;display:grid;position:relative}.demo-back{color:#66776f;cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;font-size:12px;display:flex;position:absolute;top:28px;left:30px}.demo-back svg{width:16px}.auth-form{width:min(410px,100%)}.auth-form h2{font:800 30px Manrope}.auth-form>p:not(.eyebrow){color:#75847d;margin:8px 0 27px;font-size:13px}.auth-form label{margin-top:15px;display:block}.input-with-icon{border:1px solid #dbe1da;border-radius:10px;align-items:center;gap:10px;height:46px;margin-top:7px;padding:0 12px;display:flex}.input-with-icon:focus-within{border-color:#4d8c79;box-shadow:0 0 0 3px #3b806b16}.input-with-icon>svg{color:#78877f;width:18px}.input-with-icon input{border:0;outline:0;flex:1;min-width:0}.input-with-icon button{cursor:pointer;color:#78877f;background:0 0;border:0}.input-with-icon button svg{width:17px}.auth-submit{color:#fff;cursor:pointer;background:#196651;border:0;border-radius:10px;width:100%;height:47px;margin-top:23px;font-weight:800;box-shadow:0 9px 22px #19665133}.auth-switch{text-align:center;color:#78877f;margin-top:22px;font-size:12px}.auth-switch button{color:#196651;cursor:pointer;background:0 0;border:0;font-weight:800}.demo-disclaimer{color:#9aa49f;text-align:center;margin-top:24px;line-height:1.5;display:block}.form-error,.page-error{color:#a84938;background:#fff1ee;border:1px solid #f0c8bf;border-radius:9px;margin-top:16px;padding:11px 13px;font-size:12px;line-height:1.5}.page-error{justify-content:space-between;align-items:center;margin:0 0 15px;display:flex}.page-error button{color:#8d392c;cursor:pointer;background:0 0;border:0;font-weight:800}.auth-submit:disabled,.button:disabled{opacity:.65;cursor:wait}.empty-state{color:#7b8982;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:230px;display:flex}.empty-state svg{color:#7aa393;width:34px;height:34px;margin-bottom:12px}.empty-state strong{color:#34463e}.empty-state span{margin-top:5px;font-size:11px}.entry-layout{grid-template-columns:minmax(420px,1.2fr) minmax(300px,.8fr);align-items:start;gap:15px;display:grid}.entry-form-card,.settings-form{padding:27px}.entry-step{align-items:center;gap:12px;display:flex}.entry-step>span{color:#256c58;background:#e5f1ec;border-radius:10px;place-items:center;width:36px;height:36px;font-weight:800;display:grid}.entry-step strong,.entry-step small{display:block}.entry-step small{color:#7b8982;margin-top:3px;font-size:10px}.entry-step.second{border-top:1px solid #e8ebe6;margin-top:26px;padding-top:22px}.entry-search{width:100%;margin-top:16px}.product-options{border:1px solid #dfe4de;border-top:0;border-radius:0 0 10px 10px;overflow:hidden}.product-options button{text-align:left;cursor:pointer;background:#fff;border:0;border-top:1px solid #eef0ec;justify-content:space-between;width:100%;padding:11px 13px;display:flex}.product-options strong,.product-options small{display:block}.product-options small{color:#7b8982;margin-top:3px}.selected-product{background:#f3f9f6;border:1px solid #b9d2c8;border-radius:11px;align-items:center;gap:11px;margin-top:12px;padding:12px;display:flex}.selected-product div:nth-child(2){flex:1}.selected-product strong,.selected-product span{display:block}.selected-product span{color:#75847d;margin-top:3px;font-size:10px}.entry-fields{margin-top:16px}.entry-submit{justify-content:center;width:100%;margin-top:20px}.form-success{color:#24705a;background:#eef8f3;border:1px solid #b8dbcc;border-radius:9px;margin-top:16px;padding:11px 13px;font-size:12px}.movement-card{padding:24px}.movement-list{margin-top:15px}.movement-row{border-top:1px solid #edf0eb;justify-content:space-between;align-items:center;min-height:63px;display:flex}.movement-row strong,.movement-row span,.movement-row b,.movement-row small{display:block}.movement-row span,.movement-row small{color:#7b8982;margin-top:4px;font-size:10px}.movement-row>div:last-child{text-align:right}.movement-row b{color:#26715c}.settings-layout{grid-template-columns:minmax(420px,1.1fr) minmax(300px,.9fr);gap:16px;display:grid}.color-fields{grid-template-columns:1fr 1fr;gap:12px;margin-top:17px;display:grid}.color-fields label{border:1px solid #dfe4de;border-radius:10px;padding:12px;font-size:11px;font-weight:700}.color-fields input{background:0 0;border:0;width:100%;height:45px;margin:9px 0 5px;display:block}.settings-save{margin-top:22px}.brand-preview{color:#fff;border-radius:17px;flex-direction:column;justify-content:center;align-items:flex-start;min-height:430px;padding:38px;display:flex;position:relative;overflow:hidden}.brand-preview:after{content:"";border:55px solid #ffffff12;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-100px;right:-100px}.preview-logo{color:#5f4941;border-radius:50%;place-items:center;width:92px;height:92px;font:800 18px Manrope;display:grid;overflow:hidden}.brand-preview>span{letter-spacing:.2em;opacity:.75;margin-top:28px;font-size:9px}.brand-preview h2{margin-top:8px;font-size:30px}.brand-preview p{opacity:.75;max-width:270px;font-size:12px;line-height:1.6}.brand-preview button{color:#5f4941;border:0;border-radius:9px;margin-top:16px;padding:11px 20px;font-weight:800}.cash-open-page{place-items:center;min-height:calc(100vh - 76px);display:grid}.cash-open-card{text-align:center;background:#fff;border:1px solid #e0e5df;border-radius:18px;width:min(430px,100%);padding:38px}.cash-illustration{color:#246e59;background:#e3f1eb;border-radius:20px;place-items:center;width:68px;height:68px;margin:0 auto 22px;display:grid}.cash-illustration svg{width:30px}.cash-open-card>p:not(.eyebrow){color:#75847d}.cash-open-card form{text-align:left;margin-top:25px}.cash-open-card label{font-size:11px;font-weight:700}.currency-input{border:1px solid #d9dfd9;border-radius:10px;align-items:center;gap:8px;height:50px;margin:8px 0 18px;padding:0 14px;display:flex}.currency-input input{border:0;outline:0;width:100%;font-size:18px;font-weight:700}.cash-open-card .button{justify-content:center;width:100%}.pos-page{grid-template-columns:minmax(500px,1fr) 420px;height:calc(100vh - 76px);display:grid;overflow:hidden}.pos-catalog{padding:28px 30px;overflow:auto}.pos-heading{justify-content:space-between;align-items:end;display:flex}.cash-badge{color:#28715c;background:#e6f3ed;border-radius:20px;padding:7px 10px;font-size:10px;font-weight:800}.pos-search{background:#fff;width:100%;margin-top:20px}.pos-products{grid-template-columns:repeat(auto-fill,minmax(155px,1fr));gap:11px;margin-top:16px;display:grid}.pos-products>button{text-align:left;cursor:pointer;background:#fff;border:1px solid #e0e5df;border-radius:14px;min-height:155px;padding:15px;position:relative}.pos-products>button:hover{border-color:#74a291;transform:translateY(-1px)}.pos-products strong,.pos-products small,.pos-products span{display:block}.pos-products strong{margin-top:12px;font-size:12px}.pos-products small{color:#7b8982;margin-top:4px;font-size:9px}.pos-products span{color:#236b57;margin-top:12px;font-weight:800}.pos-products b{color:#7a8982;font-size:9px;position:absolute;top:12px;right:12px}.cart-panel{background:#fff;border-left:1px solid #dde3dc;flex-direction:column;min-width:0;display:flex}.cart-heading{border-bottom:1px solid #e7ebe6;justify-content:space-between;align-items:center;height:70px;padding:0 20px;display:flex}.cart-heading div{align-items:center;gap:9px;display:flex}.cart-heading svg{color:#246e59;width:19px}.cart-heading button{color:#a06355;cursor:pointer;background:0 0;border:0;font-size:10px;font-weight:700}.cart-lines{flex:1;padding:0 20px;overflow:auto}.empty-cart{color:#8a9690;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.empty-cart>svg{width:35px;height:35px;margin-bottom:12px}.empty-cart strong,.empty-cart span{display:block}.empty-cart span{margin-top:5px;font-size:10px}.cart-line{border-bottom:1px solid #edf0ec;grid-template-columns:minmax(120px,1fr) auto 72px 25px;align-items:center;gap:9px;padding:15px 0;display:grid}.cart-line strong,.cart-line small{display:block}.cart-line small{color:#7c8a83;margin-top:3px;font-size:9px}.qty-control{align-items:center;gap:7px;display:flex}.qty-control button,.trash{cursor:pointer;background:#fff;border:1px solid #dce2dc;border-radius:7px;place-items:center;width:25px;height:25px;padding:0;display:grid}.qty-control svg,.trash svg{width:12px}.trash{color:#ac6a5d;border:0}.cart-summary{border-top:1px solid #dfe4de;padding:18px 20px 22px;box-shadow:0 -8px 20px #233b3210}.cart-summary>div{justify-content:space-between;margin:6px 0;display:flex}.cart-total{border-top:1px solid #e4e8e3;padding:12px 0;font-size:18px}.cart-summary label{color:#66776f;margin-top:7px;font-size:10px;font-weight:700;display:block}.cart-summary input{border:1px solid #d9dfd9;border-radius:9px;width:100%;height:43px;margin-top:6px;padding:0 12px;font-size:16px;font-weight:700}.change-row{color:#26715c}.charge-button{color:#fff;cursor:pointer;background:#196651;border:0;border-radius:11px;justify-content:center;align-items:center;gap:9px;width:100%;height:49px;margin-top:15px;font-weight:800;display:flex}.charge-button:disabled{opacity:.55}.charge-button svg{width:19px}.receipt-modal{background:#f3f3f0;border-radius:16px;width:min(360px,100%);max-height:calc(100vh - 30px);padding:22px;position:relative;overflow:auto}.receipt-modal>.close-form{position:absolute;top:12px;right:12px}.receipt-modal>.close-form svg{width:16px}.receipt{color:#111;background:#fff;width:80mm;max-width:100%;margin:auto;padding:25px 18px;font-family:monospace}.receipt-brand{border:1px solid #222;border-radius:50%;place-items:center;width:48px;height:48px;margin:auto;display:grid}.receipt h2,.receipt p{text-align:center}.receipt p{font-size:10px;line-height:1.6}.ticket-line{border-top:1px dashed #777;justify-content:space-between;padding:9px 0;font-size:10px;display:flex}.ticket-line small{display:block}.ticket-total,.ticket-payment{border-top:1px dashed #222;grid-template-columns:1fr auto;padding:10px 0;display:grid}.ticket-total{font-size:15px}.ticket-payment{font-size:10px}.receipt footer{text-align:center;border-top:1px dashed #777;padding-top:14px;font-size:10px}.print-button{justify-content:center;width:100%;margin-top:13px}.sales-head,.sale-row{grid-template-columns:1.1fr 1.2fr .7fr .7fr .7fr 30px;align-items:center;gap:14px;padding:0 20px;display:grid}.sales-head{color:#7b8982;text-transform:uppercase;background:#f7f8f5;height:40px;font-size:9px;font-weight:800}.sale-row{border-top:1px solid #edf0eb;min-height:65px;font-size:11px}.sale-row>span{color:#687970}.sale-row svg{width:17px}.status-pill.cancelled{color:#a44e40;background:#f6e8e5}.sale-detail{background:#f3f3f0;border-radius:16px;width:min(400px,100%);max-height:calc(100vh - 30px);padding:22px;position:relative;overflow:auto}.sale-detail>.close-form{position:absolute;top:12px;right:12px}.detail-actions{gap:8px;margin-top:13px;display:flex}.detail-actions .button{flex:1;justify-content:center}.button.danger{color:#fff;background:#b95848;border-color:#b95848}.close-cash-modal,.close-result{text-align:center;background:#fff;border-radius:17px;width:min(420px,100%);padding:30px;position:relative}.close-cash-modal>.close-form{position:absolute;top:14px;right:14px}.close-cash-modal>p{color:#74837c;font-size:12px}.close-cash-modal>label{text-align:left;margin-top:20px;font-size:11px;font-weight:700;display:block}.close-cash-modal>.button,.close-result>.button{justify-content:center;width:100%}.close-result>div{text-align:left;grid-template-columns:1fr auto;gap:12px;margin:20px 0;display:grid}.close-result>div strong{text-align:right}.payment-methods{grid-template-columns:repeat(3,1fr);gap:5px;margin:8px 0 11px!important;display:grid!important}.payment-methods button{color:#6d7d76;cursor:pointer;background:#fff;border:1px solid #dce2dc;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-height:45px;padding:5px;font-size:8px;font-weight:700;display:flex}.payment-methods button.active{color:#246c58;background:#eaf5f0;border-color:#25705b}.payment-methods svg{width:15px}@media (width<=1100px){.metrics-grid{grid-template-columns:1fr 1fr}.dashboard-grid,.entry-layout,.settings-layout{grid-template-columns:1fr}.pos-page{grid-template-columns:1fr 360px}}@media (width<=800px){.pos-page{grid-template-columns:1fr;height:auto}.pos-catalog{min-height:55vh;padding:22px 18px}.cart-panel{border-top:1px solid #dfe4de;border-left:0;min-height:55vh}.cart-lines{min-height:220px}.pos-products{grid-template-columns:repeat(2,1fr)}}@media print{body *{visibility:hidden}.receipt,.receipt *{visibility:visible}.receipt{width:80mm;position:absolute;top:0;left:0}.receipt-modal{padding:0}.print-button,.close-form{display:none!important}}@media (width<=760px){.app-shell{display:block}.sidebar{width:min(290px,86vw);transition:transform .22s;position:fixed;left:0;transform:translate(-105%)}.sidebar.open{transform:translate(0)}.mobile-close{color:#c8dbd5;margin-left:auto;display:grid}.backdrop{z-index:15;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#142b256b;border:0;display:block;position:fixed;inset:0}header{height:66px;padding:0 18px}.menu-button{width:38px;height:38px;display:grid}.search{background:0 0;width:46px;margin-left:5px;padding:0 12px}.search input{display:none}.header-actions{gap:5px;margin-left:auto}.profile div,.profile>svg{display:none}.content{padding:26px 18px 45px}.welcome-row{display:block}.primary-actions{margin-top:20px}.button{flex:1;justify-content:center;padding:0 10px}.metrics-grid{grid-template-columns:1fr 1fr}.metric{min-height:116px;padding:16px;display:block}.metric-icon{width:38px;height:38px;margin-bottom:11px}.metric-icon svg{width:19px}.metric strong{font-size:18px}.chart-area{grid-template-columns:1fr}.bars{height:125px}.quick-grid{grid-template-columns:1fr 1fr}.product-row{grid-template-columns:42px 1fr auto;padding:10px 0}.stock{display:none}.price{text-align:right}.row-action{display:none}.page-title-row{align-items:stretch}.catalog-summary{overflow-x:auto}.catalog-summary>div{flex:0 0 190px}.catalog-head{display:none}.catalog-row{grid-template-columns:minmax(190px,1fr) auto auto;padding:12px 16px}.catalog-row>:nth-child(3),.catalog-row>:nth-child(5),.catalog-row>:nth-child(6){display:none}.catalog-toolbar{padding:14px}.catalog-search{width:100%}.filter-button{padding:0 10px;font-size:0}.product-form{padding:22px}.auth-page{grid-template-columns:1fr}.auth-brand-panel{display:none}.auth-form-panel{min-height:100vh;padding:70px 24px 40px}}.theme-grid{grid-template-columns:repeat(3,1fr);gap:9px;margin-top:17px;display:grid}.theme-option{cursor:pointer;background:#fff;border:1px solid #dfe4de;border-radius:10px;align-items:center;gap:8px;padding:9px;display:flex}.theme-option.selected{border-color:#28705c;box-shadow:0 0 0 2px #28705c20}.theme-option>i{border-radius:8px;place-items:center;width:31px;height:31px;display:grid}.theme-option>i>b{border-radius:50%;width:11px;height:11px}.theme-option>span{font-size:10px;font-weight:700}.logo-warning{color:#ffe0aa;max-width:250px;margin-top:10px}.preview-logo svg{width:28px}.pos-suggestions{z-index:5;background:#fff;border:1px solid #dce3dd;border-radius:0 0 11px 11px;position:relative;overflow:hidden;box-shadow:0 14px 30px #183c3220}.pos-suggestions button{text-align:left;cursor:pointer;background:#fff;border:0;border-top:1px solid #edf0ec;grid-template-columns:1fr auto;gap:8px;width:100%;padding:11px 14px;display:grid}.pos-suggestions button:hover,.pos-suggestions button.active{background:#edf7f2}.pos-suggestions strong,.pos-suggestions small{display:block}.pos-suggestions small{color:#77867f;margin-top:3px}.pos-suggestions b{color:#246e59}@media (width<=420px){.metrics-grid,.quick-grid{grid-template-columns:1fr}.primary-actions{flex-direction:column-reverse}.metric{display:flex}.metric-icon{margin-bottom:0}.page-title-row{display:block}.page-title-row .button{width:100%;margin-top:18px}.form-grid{grid-template-columns:1fr}.form-grid label.wide{grid-column:auto}.theme-grid{grid-template-columns:1fr 1fr}}.sale-detail{border-radius:18px;width:min(560px,100%);max-height:calc(100dvh - 30px);padding:26px;overflow:hidden auto}.sale-detail>.receipt{width:80mm;max-width:100%}.sale-detail>.detail-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.sale-detail>.detail-actions .button{text-align:center;justify-content:center;min-width:0;height:auto;min-height:46px;padding:9px 10px}.confirmation-layer{z-index:70}.confirmation-modal{text-align:center;background:#fff;border-radius:20px;width:min(430px,100%);padding:32px;box-shadow:0 28px 80px #102e2660}.confirmation-icon{border-radius:18px;place-items:center;width:58px;height:58px;margin:0 auto 18px;display:grid}.confirmation-icon.danger{color:#b95848;background:#fff0ed}.confirmation-icon svg{width:27px}.confirmation-modal h2{font-size:23px}.confirmation-modal>p:not(.eyebrow){color:#687970;margin:12px 0 24px;line-height:1.6}.confirmation-actions{grid-template-columns:1fr 1fr;gap:9px;display:grid}.confirmation-actions .button{justify-content:center}@media (width<=600px){.sale-detail{padding:18px 12px}.sale-detail>.detail-actions,.confirmation-actions{grid-template-columns:1fr}.confirmation-modal{padding:26px 20px}}main,header{background-color:var(--app-background)}header{background:var(--app-surface)}.card,.metric,.catalog-card,.product-form,.close-cash-modal,.confirmation-modal,.cart-panel{background-color:var(--app-surface)}.card,.metric,.button,.catalog-search,.product-form,.close-cash-modal,.confirmation-modal{border-radius:var(--app-radius)}.nav-item.active{background:var(--brand-accent)}.charge-button,.auth-submit{background:var(--brand-button)}.settings-studio{grid-template-columns:minmax(520px,1.08fr) minmax(390px,.92fr);align-items:start;gap:20px;display:grid}.settings-controls{gap:16px;display:grid}.settings-section{padding:25px}.settings-section-title{align-items:center;gap:13px;display:flex}.settings-section-title>span{background:color-mix(in srgb,var(--brand-button) 12%,white);width:42px;height:42px;color:var(--brand-button);border-radius:12px;place-items:center;display:grid}.settings-section-title svg{width:20px}.settings-section-title h2{font-size:17px}.settings-section-title p{color:#77867f;margin:3px 0 0;font-size:11px}.advanced-theme-grid{grid-template-columns:repeat(4,1fr);gap:9px;margin-top:20px;display:grid}.advanced-theme{text-align:left;cursor:pointer;background:#fff;border:1px solid #dfe4de;border-radius:12px;padding:8px;position:relative}.advanced-theme.selected{border-color:var(--brand-button);box-shadow:0 0 0 2px color-mix(in srgb,var(--brand-button) 18%,transparent)}.advanced-theme>strong{margin-top:7px;font-size:10px;display:block}.advanced-theme>svg{width:15px;color:var(--brand-button);background:#fff;border-radius:50%;position:absolute;top:7px;right:7px}.theme-browser{border-radius:8px;grid-template-columns:15px 1fr;gap:5px;height:54px;padding:5px;display:grid}.theme-browser>i{border-radius:4px}.theme-browser>b{border-radius:4px;align-items:end;padding:6px;display:flex}.theme-browser em{border-radius:4px;width:70%;height:7px}.advanced-colors{grid-template-columns:1fr 1fr;gap:10px;margin-top:20px;display:grid}.advanced-colors label{cursor:pointer;border:1px solid #e0e5df;border-radius:11px;grid-template-columns:34px 1fr;align-items:center;gap:9px;min-width:0;padding:11px;display:grid}.advanced-colors input{background:0 0;border:0;border-radius:9px;width:34px;height:34px;padding:0;overflow:hidden}.advanced-colors span strong,.advanced-colors span small{display:block}.advanced-colors span strong{font-size:11px}.advanced-colors span small{color:#829088;margin-top:2px;font-size:9px}.advanced-colors code{color:#87938d;grid-column:2;font-size:9px}.radius-control{background:#f7f8f5;border-radius:12px;grid-template-columns:1fr minmax(100px,180px) 40px;align-items:center;gap:12px;margin-top:14px;padding:14px;display:grid}.radius-control strong,.radius-control small{display:block}.radius-control strong{font-size:11px}.radius-control small{color:#829088;margin-top:3px;font-size:9px}.radius-control b{text-align:right;font-size:11px}.settings-save{justify-content:center;width:100%}.theme-live-preview{border:1px solid #dfe4de;grid-template-columns:90px 1fr;min-height:620px;padding:12px;display:grid;position:sticky;top:20px;overflow:hidden;box-shadow:0 24px 60px #233b3218}.preview-sidebar{border-radius:calc(var(--app-radius) * .75);flex-direction:column;align-items:center;gap:17px;padding:22px 16px;display:flex}.preview-sidebar .preview-logo{width:48px;height:48px;font-size:11px}.preview-sidebar>i{background:#ffffff30;border-radius:8px;width:42px;height:8px}.preview-workspace{padding:16px 18px}.preview-topbar{border-radius:10px;height:42px;margin:-4px -6px 32px;box-shadow:0 4px 14px #243b3210}.preview-workspace>p{letter-spacing:.18em;opacity:.55;font-size:8px}.preview-workspace>h2{font-size:25px}.preview-metrics{grid-template-columns:repeat(3,1fr);gap:9px;margin-top:20px;display:grid}.preview-metrics span{border-radius:var(--app-radius);height:72px;box-shadow:0 5px 18px #243b3210}.preview-panel{flex-direction:column;justify-content:center;align-items:flex-start;min-height:210px;margin-top:10px;padding:24px;display:flex;box-shadow:0 5px 18px #243b3210}.preview-panel strong,.preview-panel small{display:block}.preview-panel small{opacity:.6;margin-top:7px}.preview-panel button{color:#fff;border:0;margin-top:24px;padding:11px 16px;font-weight:700}.preview-logo img{object-fit:cover;width:100%;height:100%}@media (width<=1050px){.settings-studio{grid-template-columns:1fr}.theme-live-preview{min-height:480px;position:relative;top:auto}.advanced-theme-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=650px){.advanced-theme-grid{grid-template-columns:repeat(2,1fr)}.advanced-colors{grid-template-columns:1fr}.radius-control{grid-template-columns:1fr 45px}.radius-control input{grid-area:2/1/auto/-1}.theme-live-preview{grid-template-columns:62px 1fr;min-height:420px}.preview-sidebar{padding:16px 8px}.preview-metrics{grid-template-columns:1fr 1fr}.preview-metrics span:last-child{display:none}}.printer-settings .settings-section-title{flex-wrap:wrap}.qz-status{color:#77867f;align-items:center;gap:6px;margin-left:auto;font-size:10px;font-style:normal;display:flex}.qz-status b{background:#a8b0ac;border-radius:50%;width:8px;height:8px}.qz-status.connected{color:#24705a}.qz-status.connected b{background:#2fad78;box-shadow:0 0 0 4px #2fad7818}.qz-status.error{color:#a94a3d}.qz-status.error b{background:#d35c4b}.printer-form{margin-top:20px}.printer-check{align-self:end;align-items:center;gap:8px;min-height:43px;display:flex!important}.printer-check input{width:17px;height:17px}.printer-actions{gap:10px;margin-top:16px;display:flex}.printer-actions .button{justify-content:center}.printer-help{color:#77867f;margin:14px 0 0;font-size:10px;line-height:1.55}@media (width<=650px){.qz-status{width:100%;margin-left:55px}.printer-actions{flex-direction:column}}.reminder-setting{background:#f7f8f5;border-radius:12px;justify-content:space-between;align-items:center;gap:14px;margin-top:10px;padding:14px;display:flex}.reminder-setting strong,.reminder-setting small{display:block}.reminder-setting strong{font-size:11px}.reminder-setting small{color:#829088;margin-top:3px;font-size:9px}.reminder-setting select{background:#fff;border:1px solid #d9dfd9;border-radius:9px;height:38px;padding:0 10px}.negative-stock-setting{cursor:pointer;background:#f8faf8;border:1px solid #e1e6e2;border-radius:12px;align-items:flex-start;gap:12px;margin-top:14px;padding:16px;display:flex!important}.negative-stock-setting input{width:18px;height:18px;accent-color:var(--brand-button);margin-top:1px}.negative-stock-setting span,.negative-stock-setting strong,.negative-stock-setting small{display:block}.negative-stock-setting small{color:#78877f;margin-top:5px;font-size:10px;line-height:1.45}.import-success{margin:0 0 15px;font-weight:700}.payment-methods{grid-template-columns:repeat(4,1fr)!important}.mixed-payment-fields{background:#f8faf7;border:1px solid #dfe4de;border-radius:10px;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:9px;padding:10px;display:grid}.mixed-payment-fields label{margin:0!important}.mixed-payment-fields input{height:36px!important;margin-top:4px!important;font-size:12px!important}.mixed-payment-fields>div{border-top:1px solid #dfe4de;grid-column:1/-1;justify-content:space-between;padding-top:8px;margin:3px 0 0!important;display:flex!important}.layaway-success{margin:0 0 15px}.layaway-summary{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:15px;display:grid}.layaway-summary article{border-radius:var(--app-radius);background:var(--app-surface);border:1px solid #e0e5df;align-items:center;gap:12px;padding:17px;display:flex}.layaway-summary svg{width:22px;color:var(--brand-button)}.layaway-summary strong{font-size:18px;display:block}.layaway-toolbar{border-bottom:1px solid #e8ebe6;gap:10px;padding:18px 20px;display:flex}.layaway-toolbar select{background:#fff;border:1px solid #dfe4de;border-radius:10px;padding:0 12px}.layaway-head,.layaway-row{grid-template-columns:1.25fr .8fr 1.15fr .55fr .7fr;align-items:center;gap:14px;padding:0 20px;display:grid}.layaway-head{color:#7b8982;text-transform:uppercase;background:#f7f8f5;height:40px;font-size:9px;font-weight:800}.layaway-row{border-top:1px solid #edf0eb;min-height:78px;font-size:11px}.layaway-row strong,.layaway-row small{display:block}.layaway-row small{color:#7b8982;margin-top:4px}.layaway-row i{background:#edf0ec;border-radius:5px;height:5px;margin:7px 0;display:block;overflow:hidden}.layaway-row i b{background:var(--brand-button);height:100%;display:block}.layaway-status{color:#28705c;background:#e7f3ed;border-radius:20px;width:max-content;padding:6px 9px;font-weight:700}.layaway-status.completed{color:#426c91;background:#e8eff8}.layaway-status.cancelled,.layaway-status.overdue{color:#ad5142;background:#fff0ed}.layaway-actions{justify-content:flex-end;gap:6px;display:flex}.layaway-actions button{cursor:pointer;background:#fff;border:1px solid #dce2dc;border-radius:8px;height:32px;padding:0 9px}.layaway-actions svg{color:#1b8f50;width:15px}.layaway-form{width:min(720px,100%)}.layaway-cart{margin-top:12px}.layaway-cart>div{border-bottom:1px solid #edf0eb;grid-template-columns:1fr 75px 30px;align-items:center;gap:8px;padding:10px 0;display:grid}.layaway-cart strong,.layaway-cart small{display:block}.layaway-cart small{color:#7b8982}.layaway-cart input{border:1px solid #dce2dc;border-radius:8px;width:100%;height:36px;padding:0 8px}.layaway-cart button{cursor:pointer;background:0 0;border:0}.layaway-cart svg{width:16px}.layaway-total{background:#eef7f3;border-radius:11px;justify-content:space-between;margin-top:16px;padding:15px;display:flex}.layaway-total strong{font-size:20px}.layaway-detail-items{margin-top:20px}.layaway-detail-items>div{border-top:1px solid #edf0eb;justify-content:space-between;padding:11px 0;font-size:11px;display:flex}.layaway-detail-items small{color:#7b8982;display:block}.layaway-balance{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:15px;display:grid}.layaway-balance span{color:#74837c;background:#f4f6f2;border-radius:10px;padding:11px;font-size:10px}.layaway-balance strong{color:var(--app-text);margin-top:4px;font-size:15px;display:block}.payment-history{margin-top:18px}.payment-history>strong{font-size:11px}.payment-history span{color:#74837c;border-bottom:1px solid #edf0eb;padding:8px 0;font-size:10px;display:flex}.payment-history b{color:var(--app-text);margin-left:auto}@media (width<=760px){.layaway-summary{grid-template-columns:1fr}.layaway-head{display:none}.layaway-row{grid-template-columns:1fr auto;padding:14px}.layaway-row>span:nth-child(2),.layaway-row>span:nth-child(3){grid-column:1}.layaway-row>.layaway-status{grid-area:1/2}.layaway-actions{grid-area:2/2/4}.layaway-toolbar{display:grid}.layaway-toolbar .catalog-search{width:100%}.layaway-balance{grid-template-columns:1fr}.reminder-panel{width:auto;max-height:calc(100dvh - 88px);position:fixed;top:72px;left:14px;right:14px}.reminder-panel:before{display:none}}.email-dialog-layer{z-index:200;background:#102e2666;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.email-dialog{background:var(--app-surface,#fff);border:1px solid #dce5df;border-radius:18px;width:min(420px,100%);padding:28px;box-shadow:0 28px 80px #102e2640}.email-dialog-icon{color:#196651;background:#e9f4ef;border-radius:14px;place-items:center;width:46px;height:46px;font-size:21px;font-weight:900;display:grid}.email-dialog h2{margin:16px 0 6px}.email-dialog>p{color:#74827b;margin:0 0 20px;font-size:12px}.email-dialog label{gap:7px;font-size:11px;font-weight:800;display:grid}.email-dialog input{height:45px;font:inherit;border:1px solid #d8dfda;border-radius:10px;outline:0;padding:0 13px}.email-dialog input:focus{border-color:#4c8b77;box-shadow:0 0 0 3px #4c8b7718}.email-dialog-error{color:#b64d3e;min-height:18px;margin-top:7px;font-size:10px}.email-dialog-actions{justify-content:flex-end;gap:9px;margin-top:12px;display:flex}.email-dialog-actions .button{justify-content:center}.date-filter{align-items:end;gap:8px;display:flex}.date-filter label{font-size:9px;font-weight:800}.date-filter input{border:1px solid #dbe1da;border-radius:9px;height:40px;margin-top:5px;display:block}.report-metrics{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.report-metrics article{background:#fff;border:1px solid #e0e5df;border-radius:15px;gap:13px;padding:20px;display:flex}.report-metrics small,.report-metrics strong,.report-metrics em{display:block}.report-metrics strong{font:800 20px Manrope}.report-metrics em{font-size:9px;font-style:normal}.report-grid{grid-template-columns:1.5fr .8fr;gap:14px;margin-top:14px;display:grid}.report-bars{align-items:end;gap:5px;height:235px;margin-top:20px;display:flex}.report-bar{flex-direction:column;flex:1;justify-content:end;align-items:center;min-width:24px;height:100%;display:flex}.report-bar>div{background:#4c927e;border-radius:6px;width:70%}.report-bar span{font-size:8px}.payment-report-row{border-top:1px solid #edf0eb;align-items:center;gap:11px;min-height:66px;display:flex}.payment-report-row div{flex:1}.payment-report-row strong,.payment-report-row small{display:block}.top-products{margin-top:14px}.top-head,.top-row{grid-template-columns:minmax(250px,1fr) .5fr .7fr .7fr;align-items:center;gap:15px;display:grid}.top-head{height:38px}.top-row{border-top:1px solid #edf0eb;min-height:65px}.top-row>div{gap:12px;display:flex}.top-row span strong,.top-row span small{display:block}@media (width<=800px){.report-metrics,.report-grid{grid-template-columns:1fr}.date-filter{margin-top:18px}}.backfill-costs{color:#b56632;align-items:center;gap:5px;margin-top:7px;display:flex}.backfill-costs svg{width:13px;height:13px}.backfill-costs:disabled{opacity:.55}.users-grid{grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:14px;display:grid}.user-card{align-items:center;gap:13px;display:flex}.user-avatar{color:#286f5c;background:#e7f2ed;border-radius:12px;place-items:center;width:44px;height:44px;display:grid}.user-info{flex:1}.user-info>strong,.user-info>span{display:block}.user-info>span{color:#78877f;font-size:10px}.user-info>div{gap:5px;margin-top:9px;display:flex}.user-info b{color:#377464;background:#edf4f0;border-radius:15px;gap:3px;padding:4px 7px;font-size:8px;display:flex}.user-info b.inactive{color:#a15b4e;background:#f5e9e6}.user-info svg{width:10px}.checkbox-label{align-items:center;gap:8px;margin-top:20px!important;display:flex!important}.checkbox-label input{width:auto!important;height:auto!important;margin:0!important}.customer-grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:12px;padding:18px;display:grid}.customer-grid>.empty-state{grid-column:1/-1}.customer-card{border:1px solid #e1e5df;border-radius:13px;grid-template-columns:42px 1fr auto;align-items:start;gap:12px;min-height:125px;padding:17px;display:grid}.customer-avatar{color:#26705b;background:#e5f1ec;border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.customer-avatar svg{width:20px}.customer-card strong,.customer-card span,.customer-card small{display:block}.customer-card span{color:#66776f;margin-top:5px;font-size:10px}.customer-card span svg{vertical-align:middle;width:12px;margin-right:5px}.customer-card small{color:#26705b;margin-top:10px;font-weight:700}.sales-tabs{gap:8px;margin-bottom:14px;display:flex}.sales-tabs button{cursor:pointer;background:#fff;border:1px solid #dce2dc;border-radius:10px;align-items:center;gap:7px;height:40px;padding:0 14px;font-weight:700;display:flex}.sales-tabs button.active{color:#246c58;background:#e7f3ed;border-color:#71a392}.sales-tabs svg{width:17px}.cut-history{overflow:hidden}.cut-head,.cut-row{grid-template-columns:1.5fr 1fr .8fr .8fr .8fr 38px;align-items:center;gap:14px;padding:0 20px;display:grid}.cut-head{color:#7b8982;text-transform:uppercase;background:#f7f8f5;height:40px;font-size:9px;font-weight:800}.cut-row{border-top:1px solid #edf0eb;min-height:70px;font-size:11px}.cut-row small{color:#74837c;margin-top:4px;display:block}.cash-report-modal{width:min(620px,100%)}.cash-report-receipt{width:80mm;max-width:100%;max-height:65vh;overflow:auto}.cash-report-receipt>p{margin:14px 0 6px;font-weight:700}.cut-difference{color:#b85d49}.cash-preview{text-align:left;background:#f5f7f3;border-radius:10px;grid-template-columns:1fr auto;gap:8px;margin:18px 0;padding:14px;font-size:11px;display:grid}.cash-preview strong{text-align:right}@media (width<=760px){.cut-head{display:none}.cut-row{grid-template-columns:1fr auto}.cut-row>:nth-child(2){display:none}}.category-tools{flex-wrap:wrap;align-items:center;gap:9px;margin-bottom:14px;padding:14px;display:flex}.category-tools>div{flex-wrap:wrap;flex:1;gap:6px;display:flex}.category-tools span{color:#286d59;background:#e8f3ee;border-radius:20px;padding:6px 9px;font-size:10px;font-weight:700}.category-tools input{border:1px solid #dce2dc;border-radius:9px;height:40px;padding:0 11px}.product-thumb{object-fit:cover;border-radius:10px;width:42px;height:42px}.inline-action{color:#26705b;cursor:pointer;background:0 0;border:0;margin-top:4px;padding:0;font-size:9px;font-weight:700}.customer-choice{grid-template-columns:1fr 42px;gap:7px;display:grid!important}.customer-choice select{border:1px solid #d9dfd9;border-radius:9px;height:42px;padding:0 9px}.customer-choice button{background:#fff;border:1px solid #d9dfd9;border-radius:9px}.customer-choice svg{width:17px}.qty-control input{text-align:center;border:0;width:38px;font-weight:700}.pos-product-image{object-fit:cover;border-radius:11px;width:46px;height:46px}.cart-summary .pos-customer-search{grid-template-columns:minmax(0,1fr) 42px;align-items:start;gap:7px;width:100%;margin:0 0 12px;display:grid!important}.cart-summary .pos-customer-search>.catalog-search{width:100%;height:42px;margin:0;padding:0 13px;display:flex}.cart-summary .pos-customer-search>.catalog-search input{background:0 0;border:0;border-radius:0;width:100%;height:auto;margin:0;padding:0;font-size:12px;font-weight:600}.cart-summary .pos-customer-search>button{place-items:center;width:42px;height:42px;margin:0;display:grid}.cart-summary .pos-customer-search>.predictive-options{max-height:230px;margin:0;display:block;top:42px;left:0;right:49px;overflow:auto}.cart-summary .pos-customer-search>.predictive-options button{border-radius:0;width:100%;height:auto;min-height:48px}.receipt-brand{overflow:hidden}.receipt-brand img{object-fit:contain;width:100%;height:100%;display:block}.product-options button:hover,.product-options button.active{background:#edf7f2;outline:none}.connection-status{border-radius:18px;align-items:center;gap:6px;height:30px;padding:0 10px;font-size:9px;font-weight:800;display:flex}.connection-status i{border-radius:50%;width:7px;height:7px}.connection-status.online{color:#26705a;background:#eaf6f0}.connection-status.online i{background:#2b9b70}.connection-status.offline{color:#ad5142;background:#fff0ed}.connection-status.offline i{background:#d45e4d}@media (width<=760px){.connection-status{padding:0 7px;font-size:0}}.layaway-receipt-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;display:grid}.layaway-receipt-actions .button{justify-content:center}.sale-detail>.detail-actions{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.inventory-tabs{gap:7px;padding:18px 40px 0;display:flex}.inventory-tabs button{background:#fff;border:1px solid #dce2dc;border-radius:9px;align-items:center;gap:7px;height:40px;padding:0 13px;font-weight:700;display:flex}.inventory-tabs button.active{color:#246c58;background:#e7f3ed;border-color:#75a695}.inventory-tabs svg{width:17px}.inventory-tools{padding-top:18px}.kardex-head,.kardex-row{grid-template-columns:1fr 1.5fr 1fr .5fr .8fr;align-items:center;gap:12px;padding:12px 18px;display:grid}.kardex-head{text-transform:uppercase;background:#f6f8f4;font-size:9px;font-weight:800}.kardex-row{border-top:1px solid #edf0eb;font-size:10px}.kardex-row small{color:#79877f;margin-top:3px;display:block}.kardex-row .negative{color:#b65545}.count-card{padding:25px}.count-card>p{color:#718078}.count-card>label{display:block}.count-card>label input{border:1px solid #dce2dc;border-radius:9px;width:100%;height:42px;margin-top:7px;padding:0 10px}.count-list{max-height:50vh;margin:18px 0;overflow:auto}.count-list>div{border-top:1px solid #edf0eb;justify-content:space-between;align-items:center;padding:10px;display:flex}.count-list strong,.count-list small{display:block}.count-list small{color:#75847d;margin-top:3px}.count-list input{border:1px solid #dce2dc;border-radius:8px;width:110px;height:38px;padding:0 9px}.product-actions{align-items:center;gap:8px;display:flex}.product-actions label{cursor:pointer}@media (width<=760px){.product-actions{flex-wrap:wrap;margin-top:15px}}.return-list{margin:15px 0}.return-line{border-top:1px solid #edf0eb;grid-template-columns:1fr 100px;align-items:center;gap:10px;padding:10px 0;display:grid}.return-line strong,.return-line small{display:block}.return-line small{color:#74837c;margin-top:3px}.return-line input{border:1px solid #dce2dc;border-radius:8px;height:38px;padding:0 8px}
