@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{--brand-950: #073b3a;--brand-900: #095453;--brand-800: #0b6863;--brand-700: #0f766e;--brand-600: #11998e;--brand-500: #20b8a9;--brand-100: #dff7f2;--brand-50: #effcf9;--ink-950: #152521;--ink-800: #2b3c38;--ink-600: #5b6b67;--ink-500: #71807c;--ink-300: #aab5b1;--line: #dfe8e5;--surface: #ffffff;--surface-soft: #f5f8f7;--canvas: #f2f6f5;--amber: #e89119;--amber-soft: #fff4d9;--coral: #dc6b4d;--coral-soft: #fff0eb;--blue: #3e7fb8;--blue-soft: #eaf4fc;--danger: #c54848;--danger-soft: #fff0f0;--success: #208561;--success-soft: #e7f8f0;--shadow-sm: 0 1px 2px rgb(15 60 55 / 5%), 0 3px 12px rgb(15 60 55 / 5%);--shadow-md: 0 10px 35px rgb(10 55 50 / 10%);--shadow-lg: 0 28px 80px rgb(8 55 50 / 18%);--radius-sm: 8px;--radius: 12px;--radius-lg: 18px;--radius-xl: 26px;--sidebar: 248px;font-family:DM Sans,system-ui,sans-serif;color:var(--ink-950);background:var(--canvas);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--canvas)}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4,.brand{font-family:Manrope,system-ui,sans-serif}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgb(32 184 169 / 28%);outline-offset:2px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:20px;font-weight:800;letter-spacing:-.7px;white-space:nowrap}.brand>span:last-child span{color:var(--brand-600)}.brand__mark{width:38px;height:38px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,var(--brand-500),var(--brand-800));border-radius:11px;box-shadow:0 7px 20px #11998e38}.brand--inverse{color:#fff}.brand--inverse>span:last-child span{color:#78e4d7}.brand--inverse .brand__mark{background:#ffffff1f;box-shadow:none}.button{min-height:43px;border:1px solid transparent;border-radius:10px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;cursor:pointer;transition:background .15s,border .15s,transform .15s}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{opacity:.48;cursor:not-allowed}.button--primary{background:var(--brand-700);color:#fff;box-shadow:0 5px 14px #0f766e2e}.button--primary:hover:not(:disabled){background:var(--brand-800)}.button--secondary{background:#fff;border-color:var(--line);color:var(--ink-800)}.button--secondary:hover:not(:disabled){border-color:var(--brand-500);color:var(--brand-800)}.button--ghost{color:var(--brand-800);background:transparent}.button--danger{background:var(--danger);color:#fff}.button--light{background:#fff;color:var(--brand-900)}.button--large{min-height:52px;padding:0 24px;border-radius:12px}.button--small{min-height:34px;padding:0 12px;font-size:13px}.button--block{width:100%}.text-button{padding:2px;border:0;background:transparent;color:var(--brand-700);font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:4px}.text-button:hover{color:var(--brand-900);text-decoration:underline}.text-button--danger{color:var(--danger)}.icon-button{width:40px;height:40px;border:0;background:transparent;border-radius:10px;display:inline-grid;place-items:center;cursor:pointer}.icon-button:hover{background:var(--surface-soft)}label{display:flex;flex-direction:column;gap:7px;color:var(--ink-800);font-weight:700;font-size:14px}label small{color:var(--ink-500);font-weight:400}input,select,textarea{width:100%;min-height:44px;border:1px solid #ccd9d5;background:#fff;border-radius:9px;padding:10px 12px;color:var(--ink-950)}input:hover,select:hover,textarea:hover{border-color:#a9bcb6}input:focus,select:focus,textarea:focus{border-color:var(--brand-500)}textarea{min-height:92px;resize:vertical}.checkbox{flex-direction:row;align-items:center;font-weight:500;cursor:pointer}.checkbox input{width:18px;height:18px;min-height:0;accent-color:var(--brand-700)}.checkbox--card{min-height:44px;padding:10px 12px;border:1px solid var(--line);border-radius:9px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.form-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.span-2{grid-column:span 2}.form-error{color:#9e3131;background:var(--danger-soft);border:1px solid #f4c5c5;border-radius:9px;padding:10px 12px;font-size:14px}.help-text{color:var(--ink-500);font-size:13px;line-height:1.5}.notice{border:1px solid var(--line);border-radius:var(--radius);padding:13px 15px;color:var(--ink-800);line-height:1.5;font-size:14px}.notice a{color:var(--brand-700);text-decoration:underline;font-weight:700}.notice--warning{background:var(--amber-soft);border-color:#f0d99c}.notice--info{background:var(--blue-soft);border-color:#c7def1}.modal-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#081e1c94;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal{width:min(100%,600px);max-height:calc(100vh - 40px);overflow:auto;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.modal--wide{width:min(100%,980px)}.modal>header{height:66px;padding:0 20px 0 24px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.modal>header h2{margin:0;font-size:19px}.modal__body{padding:24px}.modal__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.toast{position:fixed;z-index:120;right:24px;bottom:24px;min-width:280px;max-width:430px;padding:14px 18px;color:#fff;border-radius:11px;background:var(--brand-900);box-shadow:var(--shadow-lg);font-weight:600;display:flex;align-items:center;gap:9px}.toast--error{background:#8d3434}.toast--info{background:#315f84}.toast__error{transform:rotate(180deg)}.empty-state{padding:44px 22px;text-align:center;color:var(--ink-600)}.empty-state>span{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;margin:0 auto 14px;background:var(--brand-50);color:var(--brand-700)}.empty-state h3{color:var(--ink-950);margin-bottom:6px;font-size:17px}.empty-state p{margin:0 auto 17px;max-width:430px}.badge{display:inline-flex;align-items:center;min-height:25px;padding:3px 9px;border-radius:99px;font-size:11px;font-weight:800;letter-spacing:.25px;white-space:nowrap}.badge--success{background:var(--success-soft);color:var(--success)}.badge--warning{background:var(--amber-soft);color:#9a6214}.badge--danger{background:var(--danger-soft);color:var(--danger)}.badge--neutral{background:#edf1f0;color:var(--ink-600)}.landing{background:#fff;overflow:hidden}.public-header{height:76px;padding:0 clamp(24px,5vw,80px);display:flex;align-items:center;gap:30px;position:sticky;z-index:20;top:0;background:#fffffff0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgb(223 232 229 / 65%)}.public-header__brand{margin-right:auto}.public-header nav{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:600;color:var(--ink-600)}.public-header nav a:hover{color:var(--brand-700)}.public-header__actions{display:flex;gap:7px}.public-header__menu{display:none}.hero{min-height:720px;padding:86px clamp(24px,6vw,96px) 104px;display:grid;grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr);gap:60px;align-items:center;background:radial-gradient(circle at 85% 20%,#dff7f2 0,transparent 32%),linear-gradient(160deg,#fff 42%,#f3fbf9)}.hero__content{max-width:650px}.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:7px;margin-bottom:22px;color:var(--brand-700);font-size:13px;font-weight:800;letter-spacing:.7px;text-transform:uppercase}.hero h1{max-width:670px;margin-bottom:24px;font-size:clamp(42px,5vw,68px);line-height:1.04;letter-spacing:-3px}.hero h1 em{color:var(--brand-700);font-style:normal}.hero__content>p{max-width:575px;color:var(--ink-600);font-size:20px;line-height:1.55}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin:32px 0 26px}.hero__trust{display:flex;flex-wrap:wrap;gap:18px;color:var(--ink-600);font-size:13px}.hero__trust span{display:inline-flex;align-items:center;gap:5px}.hero__trust svg{width:17px;color:var(--success)}.hero__visual{min-height:550px;position:relative;display:grid;place-items:center}.mock-window{width:min(100%,710px);border:1px solid #cce3de;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 35px 90px #054a4433;transform:perspective(1200px) rotateY(-2deg) rotateX(1deg)}.mock-window__bar{height:43px;padding:0 15px;display:flex;align-items:center;gap:7px;background:#eef4f2;border-bottom:1px solid var(--line)}.mock-window__bar>span{width:9px;height:9px;border-radius:50%;background:#c8d5d1}.mock-window__bar>b{margin-left:9px;color:var(--ink-500);font-size:11px}.mock-window__body{min-height:420px;display:grid;grid-template-columns:64px 1fr}.mock-window aside{padding-top:16px;background:var(--brand-950);display:flex;flex-direction:column;align-items:center;gap:23px}.mock-window aside .brand__mark{width:34px;height:34px}.mock-window aside i{width:25px;height:6px;border-radius:4px;background:#ffffff29}.mock-dashboard{padding:30px 28px;background:#f7faf9}.mock-dashboard>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.mock-dashboard>header div{display:flex;flex-direction:column}.mock-dashboard small{color:var(--ink-500);font-size:9px}.mock-dashboard>header strong{font-family:Manrope;font-size:17px}.mock-dashboard>header button{border:0;padding:9px 14px;border-radius:7px;background:var(--brand-700);color:#fff;font-size:10px;font-weight:700}.mock-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.mock-stats article{padding:14px;border:1px solid var(--line);background:#fff;border-radius:10px;display:flex;flex-direction:column;gap:5px;box-shadow:var(--shadow-sm)}.mock-stats b{font-size:18px;font-family:Manrope}.mock-stats span{color:var(--success);font-size:8px}.mock-panel{display:grid;grid-template-columns:1.3fr .9fr;gap:11px;margin-top:13px}.mock-panel>div{min-height:170px;padding:15px;background:#fff;border:1px solid var(--line);border-radius:10px;font-size:10px}.mock-chart{height:125px;display:flex;align-items:flex-end;gap:8px;padding:18px 4px 0}.mock-chart i{flex:1;background:linear-gradient(var(--brand-500),var(--brand-100));border-radius:4px 4px 0 0}.mock-products p{display:flex;justify-content:space-between;margin:15px 0 0;padding-bottom:8px;border-bottom:1px solid var(--line);color:var(--ink-600)}.mock-products p b{color:var(--coral)}.floating-note{position:absolute;display:flex;align-items:center;gap:10px;padding:12px 15px;border:1px solid #d9e9e5;border-radius:12px;background:#fffffff5;box-shadow:var(--shadow-md)}.floating-note svg{color:var(--brand-600)}.floating-note div{display:flex;flex-direction:column;font-size:11px}.floating-note span{color:var(--ink-500)}.floating-note--stock{left:-4px;bottom:48px}.floating-note--margin{right:-5px;top:55px}.logo-strip{padding:28px clamp(24px,6vw,96px);text-align:center;border-block:1px solid var(--line)}.logo-strip p{color:var(--ink-500);font-size:12px;text-transform:uppercase;letter-spacing:1px;font-weight:700}.logo-strip div{display:flex;justify-content:center;flex-wrap:wrap;gap:clamp(20px,5vw,65px);color:#62716d;font-family:Manrope;font-weight:700}.section{padding:105px clamp(24px,7vw,112px)}.section--soft{background:var(--surface-soft)}.section--intro{display:grid;grid-template-columns:1.1fr .9fr;gap:90px;align-items:center}.section--intro h2,.section-heading h2,.steps-copy h2,.small-business h2,.faq h2{margin:0;font-size:clamp(32px,4vw,48px);line-height:1.12;letter-spacing:-1.8px}.section--intro>div:last-child{color:var(--ink-600);font-size:18px;line-height:1.7}.section-heading{max-width:690px;margin:0 auto 48px;text-align:center}.section-heading p{margin-top:15px;color:var(--ink-600);font-size:18px}.benefit-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.benefit-grid article{padding:30px;border:1px solid var(--line);background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.benefit-grid h3{margin:20px 0 10px;font-size:18px}.benefit-grid p{margin:0;color:var(--ink-600);line-height:1.6}.benefit-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:var(--brand-100);color:var(--brand-700)}.benefit-icon--2,.benefit-icon--5{background:var(--blue-soft);color:var(--blue)}.benefit-icon--3,.benefit-icon--6{background:var(--amber-soft);color:#b17018}.benefit-icon--4{background:var(--coral-soft);color:var(--coral)}.steps-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:110px;align-items:center;background:var(--brand-950);color:#fff}.steps-copy p{color:#b9d2ce;font-size:18px;line-height:1.7}.steps-copy .section-kicker{color:#6fddd0}.steps{margin:0;padding:0;list-style:none}.steps li{padding:22px 0;border-bottom:1px solid rgb(255 255 255 / 13%);display:flex;gap:20px}.steps li>span{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border:1px solid rgb(255 255 255 / 20%);border-radius:50%;color:#73dfd3;font-family:Manrope;font-weight:800}.steps h3{margin-bottom:5px;font-size:18px}.steps p{margin:0;color:#aac8c4}.feature-flow{max-width:1200px;margin:auto;display:flex;align-items:stretch}.feature-flow article{flex:1;text-align:center;padding:24px 12px;position:relative}.feature-flow article>span{width:62px;height:62px;margin:auto;display:grid;place-items:center;background:var(--brand-50);color:var(--brand-700);border-radius:18px}.feature-flow article>small{position:absolute;top:18px;left:calc(50% + 18px);width:23px;height:23px;display:grid;place-items:center;border-radius:50%;background:var(--brand-700);color:#fff;font-weight:800}.feature-flow h3{margin:16px 0 7px}.feature-flow p{color:var(--ink-600);line-height:1.5}.feature-flow>i{width:60px;height:1px;margin-top:56px;background:var(--line);position:relative}.feature-flow>i:after{content:"";position:absolute;right:-2px;top:-3px;width:7px;height:7px;border-top:1px solid var(--ink-300);border-right:1px solid var(--ink-300);transform:rotate(45deg)}.small-business{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center;background:#f4faf8}.small-business__visual{min-height:420px;display:grid;place-items:center;border-radius:var(--radius-xl);background:radial-gradient(circle,#c5eee7,#e9f7f4 55%,#d8ede9)}.store-illustration{width:230px;height:230px;border-radius:48px;color:var(--brand-700);background:#fff;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:17px;font-family:Manrope;font-size:20px;font-weight:800;transform:rotate(-3deg)}.small-business>div:last-child>p{color:var(--ink-600);font-size:17px;line-height:1.7}.small-business ul{list-style:none;padding:0;display:grid;gap:15px}.small-business li{display:flex;align-items:center;gap:10px;font-weight:600}.small-business li svg{width:21px;color:var(--brand-600)}.pricing-grid{max-width:850px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center}.pricing-grid article{position:relative;padding:34px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg)}.pricing-grid article.is-featured{padding-block:44px;border:2px solid var(--brand-600);box-shadow:var(--shadow-md)}.pricing-grid h3{font-size:23px}.pricing-grid article>p{color:var(--ink-600);min-height:48px}.pricing-grid article>strong{display:block;margin:24px 0;color:var(--brand-700);font-size:26px;font-family:Manrope}.pricing-grid ul{list-style:none;padding:0;margin:0 0 26px;display:grid;gap:11px}.pricing-grid li{display:flex;align-items:center;gap:7px}.pricing-grid li svg{width:18px;color:var(--success)}.pricing-grid .button{width:100%}.pricing-badge{position:absolute;top:-14px;right:20px;padding:6px 12px;border-radius:99px;background:var(--brand-700);color:#fff;font-size:11px}.faq{max-width:1250px;margin:auto;display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.faq__heading p{color:var(--ink-600);line-height:1.7}.faq__items article{border-bottom:1px solid var(--line)}.faq__items button{width:100%;padding:20px 0;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:20px;text-align:left;font-weight:700;cursor:pointer}.faq__items button svg{transition:transform .2s;color:var(--brand-700)}.faq__items button svg.rotate{transform:rotate(180deg)}.faq__items p{padding:0 38px 20px 0;margin:0;color:var(--ink-600);line-height:1.65}.cta-section{margin:0 clamp(24px,6vw,96px) 80px;padding:60px 70px;border-radius:var(--radius-xl);background:linear-gradient(120deg,var(--brand-900),var(--brand-700));color:#fff;display:flex;align-items:center;justify-content:space-between;gap:40px}.cta-section .section-kicker{color:#85e6da}.cta-section h2{max-width:700px;margin-bottom:12px;font-size:clamp(30px,4vw,46px);letter-spacing:-1.5px}.cta-section p{margin:0;color:#c4dfdc}.public-footer{padding:60px clamp(24px,7vw,112px) 26px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;background:var(--ink-950);color:#bfd0cc}.public-footer>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.public-footer>div:first-child p{max-width:330px;margin-top:10px;line-height:1.6}.public-footer strong{color:#fff;margin-bottom:7px}.public-footer a:hover{color:#fff}.public-footer__bottom{grid-column:1 / -1;padding-top:25px;border-top:1px solid rgb(255 255 255 / 10%);font-size:12px}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(400px,.9fr) minmax(530px,1.1fr);background:#fff}.login-page__brand{padding:52px clamp(35px,6vw,90px);color:#fff;background:radial-gradient(circle at 20% 80%,#187d77 0,transparent 33%),linear-gradient(145deg,#073b3a,#0b6863);display:flex;flex-direction:column;justify-content:space-between}.login-page__brand h1{max-width:600px;margin:17px 0 24px;font-size:clamp(38px,4.2vw,60px);line-height:1.05;letter-spacing:-2.2px}.login-page__brand p{max-width:520px;color:#c8e1dd;font-size:18px;line-height:1.7}.login-page__brand>small{color:#9dc5bf}.eyebrow--dark{color:#7fe0d4}.login-panel{padding:42px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.back-link{position:absolute;top:32px;left:40px;display:flex;align-items:center;gap:7px;color:var(--ink-600);font-weight:600}.login-card{width:min(100%,440px)}.login-card>.brand{margin-bottom:36px}.login-card__heading h2{margin-bottom:8px;font-size:29px}.login-card__heading p{color:var(--ink-600);margin-bottom:28px}.login-card form{display:grid;gap:18px}.password-field{position:relative}.password-field input{padding-right:48px}.password-field button{position:absolute;right:4px;top:3px;width:38px;height:38px;display:grid;place-items:center;border:0;background:transparent;color:var(--ink-500);cursor:pointer}.login-options{display:flex;align-items:center;justify-content:space-between;font-size:13px}.demo-credentials{margin-top:25px;padding:15px;display:flex;flex-direction:column;gap:4px;border:1px dashed #b7d7d1;border-radius:11px;background:var(--brand-50);color:var(--ink-600);font-size:13px}.demo-credentials strong{color:var(--brand-800)}.demo-credentials small{margin-top:5px}.legal-page{min-height:100vh;background:#fff}.legal-page>header{height:78px;padding:0 clamp(24px,6vw,90px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.legal-page main{max-width:820px;margin:auto;padding:80px 24px 120px}.legal-page h1{margin:20px 0 8px;font-size:45px}.legal-page h2{margin-top:40px}.legal-page p{color:var(--ink-600);line-height:1.75}.legal-draft{padding:7px 10px;border-radius:6px;background:var(--amber-soft);color:#8e5c18;font-size:12px;font-weight:800}.app-shell{min-height:100vh;padding-left:var(--sidebar);transition:padding .2s}.app-shell--collapsed{--sidebar: 78px}.sidebar{position:fixed;z-index:30;inset:0 auto 0 0;width:var(--sidebar);padding:20px 14px;background:var(--brand-950);color:#bcd5d1;display:flex;flex-direction:column;transition:width .2s,transform .2s}.sidebar__top{height:46px;padding:0 7px;margin-bottom:25px;display:flex;align-items:center}.sidebar__top .brand{overflow:hidden}.sidebar__top .brand__mark{flex:0 0 38px}.sidebar nav{display:grid;gap:5px}.sidebar nav a,.sidebar__logout,.sidebar__install,.sidebar__collapse{min-height:45px;padding:0 13px;border:0;border-radius:10px;display:flex;align-items:center;gap:13px;background:transparent;color:#b8cfcb;font-weight:600;text-align:left;cursor:pointer;white-space:nowrap;overflow:hidden}.sidebar nav a:hover,.sidebar__logout:hover,.sidebar__install:hover,.sidebar__collapse:hover{background:#ffffff12;color:#fff}.sidebar nav a.active{background:#53d5c624;color:#82e6da}.sidebar nav svg,.sidebar__bottom svg{flex:0 0 auto}.sidebar__bottom{margin-top:auto;display:grid;gap:5px}.sidebar__install{color:#7fe0d4}.sidebar__collapse{width:100%}.sidebar__mobile-close,.sidebar-overlay{display:none}.app-shell--collapsed .sidebar nav a,.app-shell--collapsed .sidebar__logout,.app-shell--collapsed .sidebar__install,.app-shell--collapsed .sidebar__collapse{justify-content:center;padding:0}.app-shell--collapsed .sidebar span:not(.brand__mark),.app-shell--collapsed .sidebar__collapse span{display:none}.app-main{min-width:0}.app-header{height:78px;padding:0 30px;position:sticky;z-index:18;top:0;display:flex;align-items:center;gap:25px;border-bottom:1px solid var(--line);background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.app-header__menu{display:none}.app-header__title{margin-right:auto}.app-header__title span{display:block;color:var(--ink-500);font-size:11px}.app-header__title h1{margin:2px 0 0;font-size:18px}.app-header__meta{display:flex;align-items:center;gap:18px}.connection,.cash-pill{padding:7px 10px;border-radius:8px;background:var(--surface-soft);color:var(--success);display:flex;align-items:center;gap:6px;font-size:11px;font-weight:700}.connection--offline{color:var(--danger)}.cash-pill{color:var(--ink-600)}.dot{width:7px;height:7px;border-radius:50%;background:var(--ink-300)}.dot--success{background:#39ad78;box-shadow:0 0 0 3px #d9f4e8}.user-menu{padding-left:18px;border-left:1px solid var(--line);display:flex;align-items:center;gap:10px}.avatar{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;border-radius:10px;background:var(--brand-100);color:var(--brand-800);font-weight:800;text-transform:uppercase}.user-menu div{display:flex;flex-direction:column}.user-menu strong{font-size:12px}.user-menu small{color:var(--ink-500);font-size:10px}.page-content{max-width:1600px;min-height:calc(100vh - 78px);padding:30px;margin:auto}.page-intro{margin-bottom:24px;display:flex;align-items:center;justify-content:space-between;gap:25px}.page-intro h2{margin-bottom:5px;font-size:25px;letter-spacing:-.6px}.page-intro p{margin:0;color:var(--ink-500)}.page-kicker{color:var(--brand-700)!important;font-size:13px;font-weight:800;text-transform:uppercase}.page-actions{display:flex;gap:9px}.panel{min-width:0;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-sm)}.panel>header{padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line)}.panel>header h3{margin:0 0 3px;font-size:16px}.panel>header p{margin:0;color:var(--ink-500);font-size:12px}.panel>header a{color:var(--brand-700);display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:700}.panel-empty-line{padding:25px;color:var(--ink-500)}.stats-grid{display:grid;gap:14px;margin-bottom:20px}.stats-grid--5{grid-template-columns:repeat(5,1fr)}.stats-grid--4{grid-template-columns:repeat(4,1fr)}.stat-card{min-height:116px;padding:19px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-sm);display:flex;align-items:flex-start;gap:13px}.stat-card__icon{width:40px;height:40px;flex:0 0 40px;border-radius:11px;display:grid;place-items:center;color:var(--brand-700);background:var(--brand-100)}.stat-card--blue .stat-card__icon{color:var(--blue);background:var(--blue-soft)}.stat-card--amber .stat-card__icon{color:#ae7019;background:var(--amber-soft)}.stat-card--coral .stat-card__icon{color:var(--coral);background:var(--coral-soft)}.stat-card p{margin:1px 0 5px;color:var(--ink-500);font-size:12px}.stat-card strong{display:block;font-family:Manrope;font-size:20px;letter-spacing:-.4px}.stat-card small{display:block;margin-top:5px;color:var(--ink-500);font-size:10px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,.8fr);gap:18px}.panel--full{grid-column:1 / -1}.bar-chart{height:260px;padding:40px 25px 25px;display:flex;align-items:flex-end;gap:clamp(10px,3vw,38px)}.bar-chart>div{height:100%;min-width:0;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;position:relative}.bar-chart i{width:min(100%,38px);min-height:2px;display:block;background:linear-gradient(180deg,var(--brand-500),#7bddd1);border-radius:6px 6px 2px 2px}.bar-chart small{margin-top:8px;color:var(--ink-500);text-transform:capitalize}.bar-chart__value{margin-bottom:5px;color:var(--ink-500);font-size:9px;white-space:nowrap}.critical-list{padding:8px 20px}.critical-list>div{padding:14px 0;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--line)}.critical-list>div:last-child{border:0}.critical-list div div{min-width:0;flex:1;display:flex;flex-direction:column}.critical-list strong{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.critical-list small{color:var(--ink-500)}.critical-list b{color:#9d6215;font-size:11px}.stock-dot{width:9px;height:9px;border-radius:50%;background:var(--amber)}.stock-dot--empty{background:var(--danger)}.table-wrap{max-width:100%;overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:13px}th{height:43px;padding:0 15px;color:var(--ink-500);background:#fafcfb;text-align:left;font-size:10px;text-transform:uppercase;letter-spacing:.45px;white-space:nowrap}td{min-height:50px;padding:13px 15px;border-top:1px solid var(--line);color:var(--ink-600)}td b{color:var(--ink-950)}td code{padding:3px 6px;border-radius:5px;background:#edf2f0;color:var(--ink-800);font-family:inherit;font-size:11px;font-weight:700}.numeric{text-align:right;font-variant-numeric:tabular-nums}.row-muted{opacity:.58}.row-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;white-space:nowrap}.filter-panel{min-height:67px;margin-bottom:16px;padding:11px;display:flex;align-items:center;gap:10px}.filter-panel select{width:auto;min-width:180px}.search-field{height:44px;min-width:260px;flex:1;padding:0 11px;border:1px solid #ccd9d5;border-radius:9px;display:flex;align-items:center;gap:8px;background:#fff;color:var(--ink-500)}.search-field input{min-height:0;padding:0;border:0;outline:0}.result-count{margin-left:auto;padding:0 10px;color:var(--ink-500);font-size:12px}.table-panel{margin-bottom:18px;overflow:hidden}.stock-count{min-width:29px;padding:4px 7px;display:inline-block;border-radius:7px;background:var(--success-soft);color:var(--success);text-align:center;font-weight:800}.stock-count--low{background:var(--amber-soft);color:#a26814}.stock-count--empty{background:var(--danger-soft);color:var(--danger)}.preview-table{max-height:430px;border:1px solid var(--line);border-radius:9px;margin-top:15px}.movement-in{color:var(--success);font-weight:800}.movement-out{color:var(--danger);font-weight:800}.adjust-product{padding:14px;margin-bottom:18px;border-radius:10px;background:var(--surface-soft);display:flex;justify-content:space-between}.modal form>label+label{margin-top:16px}.pos-layout{height:calc(100vh - 150px);min-height:600px;display:grid;grid-template-columns:minmax(0,1fr) 410px;gap:18px}.pos-catalog{min-width:0}.pos-search{min-height:60px;padding:0 15px;border:2px solid var(--brand-500);border-radius:13px;display:flex;align-items:center;gap:10px;background:#fff;box-shadow:0 0 0 4px #20b8a914;color:var(--brand-700)}.pos-search input{min-width:0;flex:1;border:0;outline:0;padding:0;font-size:16px}.pos-search span{display:flex;align-items:center;gap:5px;color:var(--ink-500);font-size:11px}.product-results{margin-top:16px;display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:12px;align-content:start}.product-results>button{min-height:150px;padding:16px;border:1px solid var(--line);border-radius:12px;background:#fff;text-align:left;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;box-shadow:var(--shadow-sm)}.product-results>button:hover:not(:disabled){border-color:var(--brand-500);box-shadow:0 5px 20px #0f766e17}.product-results>button:disabled{opacity:.58;cursor:not-allowed}.product-results__category{margin-bottom:auto;color:var(--brand-700);font-size:10px;font-weight:800;text-transform:uppercase}.product-results strong{margin:8px 0 3px}.product-results code{color:var(--ink-500);font-family:inherit;font-size:11px}.product-results button>div{width:100%;margin-top:12px;display:flex;align-items:center;justify-content:space-between}.product-results button>div b{font-size:17px}.product-results button>div span{color:var(--success);font-size:10px}.product-results button>div span.low{color:var(--danger)}.cart-panel{min-height:0;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;overflow:hidden}.cart-panel>header{height:62px;padding:0 18px;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.cart-panel>header div{display:flex;align-items:center;gap:8px;font-family:Manrope;font-weight:800}.cart-panel>header svg{color:var(--brand-700)}.cart-panel>header small{color:var(--ink-500)}.cart-lines{min-height:0;overflow-y:auto;flex:1}.cart-lines>article{padding:15px 17px;border-bottom:1px solid var(--line)}.cart-line__main,.cart-line__bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}.cart-line__main div{min-width:0;display:flex;flex-direction:column}.cart-line__main strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-line__main small{margin-top:3px;color:var(--ink-500);font-size:10px}.cart-line__main .icon-button{width:33px;height:33px;color:var(--ink-500)}.cart-line__bottom{margin-top:13px}.quantity-control{height:35px;display:flex;border:1px solid var(--line);border-radius:8px;overflow:hidden}.quantity-control button{width:33px;border:0;background:var(--surface-soft);cursor:pointer}.quantity-control button svg{width:14px}.quantity-control input{width:43px;min-height:0;padding:0;border:0;border-inline:1px solid var(--line);border-radius:0;text-align:center;font-weight:800;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.cart-panel>footer{flex:0 0 auto;padding:16px;border-top:1px solid var(--line);background:#fcfefd}.cart-summary{display:grid;gap:7px}.cart-summary span,.cart-summary strong{display:flex;justify-content:space-between;color:var(--ink-500);font-size:12px}.cart-summary strong{margin-top:5px;padding-top:10px;border-top:1px dashed var(--line);color:var(--ink-950);font-size:18px}.button--checkout{width:100%;min-height:52px;margin-top:15px}.button--checkout kbd{margin-left:auto;padding:2px 5px;border-radius:4px;background:#ffffff2b;font-size:10px}.checkout-total{padding:22px;margin-bottom:20px;border-radius:13px;background:var(--brand-50);text-align:center}.checkout-total span{display:block;color:var(--ink-600)}.checkout-total strong{display:block;margin-top:4px;color:var(--brand-800);font-family:Manrope;font-size:35px}.payment-options{padding:0;margin:0;border:0;display:grid;gap:9px}.payment-options legend{margin-bottom:10px;font-weight:800}.payment-options label{padding:12px;border:1px solid var(--line);border-radius:10px;display:flex;flex-direction:row;align-items:center;gap:10px;cursor:pointer}.payment-options label.selected{border-color:var(--brand-500);background:var(--brand-50)}.payment-options input{width:18px;min-height:0;accent-color:var(--brand-700)}.payment-options label>svg{color:var(--brand-700)}.payment-options label div{display:flex;flex-direction:column}.payment-options small{color:var(--ink-500)}.purchase-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start}.purchase-main{padding:22px}.purchase-main>h3{margin-bottom:18px}.purchase-product-search{margin:25px 0 15px;position:relative}.purchase-product-search>label{margin-bottom:7px}.search-popover{position:absolute;z-index:10;top:76px;left:0;right:0;padding:7px;border:1px solid var(--line);background:#fff;border-radius:10px;box-shadow:var(--shadow-md)}.search-popover button{width:100%;padding:10px;border:0;background:#fff;border-radius:7px;display:flex;align-items:center;justify-content:space-between;text-align:left;cursor:pointer}.search-popover button:hover{background:var(--surface-soft)}.search-popover button div{display:flex;flex-direction:column}.search-popover button small{color:var(--ink-500)}.search-popover p{margin:8px;color:var(--ink-500)}.purchase-lines{display:grid;gap:10px}.purchase-lines>article{padding:15px;border:1px solid var(--line);border-radius:11px}.purchase-lines article>header{display:flex;align-items:center;justify-content:space-between}.purchase-lines article>header div{display:flex;flex-direction:column}.purchase-lines article>header small{color:var(--ink-500)}.purchase-line-grid{display:grid;grid-template-columns:1fr 1.25fr repeat(4,.9fr);gap:10px;align-items:end;margin-top:12px}.purchase-line-grid>span{min-height:44px;padding:7px;border-radius:7px;background:var(--surface-soft);display:flex;flex-direction:column;color:var(--ink-500);font-size:10px}.purchase-line-grid>span b{color:var(--ink-800);font-size:12px}.purchase-line-grid input{min-height:40px;padding:7px}.purchase-update{margin-top:12px}.purchase-summary{position:sticky;top:96px;padding:22px}.panel-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;color:var(--brand-700);background:var(--brand-100)}.purchase-summary h3{margin:15px 0 20px}.purchase-summary>div{display:grid;gap:10px}.purchase-summary>div span,.purchase-summary>div strong{display:flex;justify-content:space-between}.purchase-summary>div strong{padding-top:12px;border-top:1px solid var(--line);font-size:18px}.purchase-summary .button{margin-top:15px}.purchase-history{margin-top:18px}.cash-grid{margin-bottom:18px;display:grid;grid-template-columns:1fr 1fr;gap:18px}.summary-list{padding:10px 22px 18px;display:grid}.summary-list span,.summary-list strong{min-height:42px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.summary-list strong{color:var(--brand-800)}.panel>.help-text{padding:0 22px 6px}.expected-cash>div{padding:28px;display:grid;gap:12px;text-align:center}.expected-cash span{display:flex;justify-content:space-between;color:var(--ink-600)}.expected-cash>div>strong{margin-top:15px;padding-top:18px;border-top:1px dashed var(--line);color:var(--brand-800);font-family:Manrope;font-size:34px}.cash-history{margin-top:18px}.difference{color:var(--danger);font-weight:800}.cash-difference{padding:13px;margin-top:14px;border-radius:9px;background:var(--danger-soft);color:var(--danger);text-align:center}.cash-difference.is-zero{background:var(--success-soft);color:var(--success)}.period-filter{padding:9px;margin-bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:15px}.period-filter>div:first-child{display:flex;flex-wrap:wrap;gap:5px}.period-filter button{min-height:38px;padding:0 13px;border:0;border-radius:8px;background:transparent;color:var(--ink-600);font-weight:700;cursor:pointer}.period-filter button.active{background:var(--brand-700);color:#fff}.custom-range{display:flex;gap:8px}.custom-range label{flex-direction:row;align-items:center;font-size:11px}.custom-range input{min-height:38px}.report-grid{margin:18px 0;display:grid;grid-template-columns:1fr 1fr;gap:18px}.bar-chart--report{height:285px;overflow-x:auto}.bar-chart--report>div{min-width:30px}.payment-bars{padding:27px 24px;display:grid;gap:25px}.payment-bars span{display:flex;justify-content:space-between;margin-bottom:8px}.payment-bars i{height:9px;display:block;border-radius:99px;background:#edf2f0;overflow:hidden}.payment-bars em{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,var(--brand-500),var(--brand-700))}.rank-list{padding:10px 20px}.rank-list>div{padding:12px 0;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--line)}.rank-list>div>span{width:25px;height:25px;display:grid;place-items:center;border-radius:7px;background:var(--surface-soft);font-weight:800}.rank-list div div{flex:1;display:flex;flex-direction:column}.rank-list small{color:var(--ink-500)}.rank-list>div>b{font-size:12px}.settings-layout{display:grid;grid-template-columns:210px minmax(0,1fr);gap:18px;align-items:start}.settings-tabs{padding:8px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;display:grid;gap:4px}.settings-tabs button{min-height:45px;padding:0 12px;border:0;border-radius:8px;background:transparent;color:var(--ink-600);display:flex;align-items:center;gap:10px;font-weight:700;cursor:pointer}.settings-tabs button svg{width:19px}.settings-tabs button.active{background:var(--brand-50);color:var(--brand-800)}.settings-panel{padding:26px}.settings-panel>form,.settings-panel>div{max-width:820px}.settings-panel header{padding:0 0 23px;border:0}.settings-panel header h3{font-size:19px}.settings-panel header p{color:var(--ink-500)}.settings-save{margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}.settings-panel__action{display:flex;align-items:center;justify-content:space-between}.user-list{display:grid;gap:8px;margin-bottom:20px}.user-list article{padding:12px;border:1px solid var(--line);border-radius:10px;display:grid;grid-template-columns:38px minmax(150px,1fr) auto 110px auto auto;align-items:center;gap:12px}.user-list article div{display:flex;flex-direction:column}.user-list article div span{color:var(--ink-500);font-size:12px}.user-list article>b{font-size:12px}.data-actions{display:grid;gap:10px}.data-actions article{padding:16px;border:1px solid var(--line);border-radius:11px;display:grid;grid-template-columns:45px 1fr auto;align-items:center;gap:14px}.data-actions article>span{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;background:var(--brand-50);color:var(--brand-700)}.data-actions h4{margin:0 0 3px;font-size:14px}.data-actions p{margin:0;color:var(--ink-500);font-size:12px}.data-actions__danger{border-color:#efcece!important}.data-actions__danger>span{background:var(--danger-soft)!important;color:var(--danger)!important}.onboarding{max-width:900px;margin:auto}.onboarding__steps{padding:8px 25px 28px;display:flex;justify-content:space-between;position:relative}.onboarding__steps:before{content:"";position:absolute;left:60px;right:60px;top:25px;height:1px;background:var(--line)}.onboarding__steps>div{z-index:1;display:flex;flex-direction:column;align-items:center;gap:5px;color:var(--ink-500)}.onboarding__steps span{width:35px;height:35px;display:grid;place-items:center;border:2px solid var(--line);border-radius:50%;background:var(--canvas);font-weight:800}.onboarding__steps svg{width:18px}.onboarding__steps .active span{color:#fff;border-color:var(--brand-700);background:var(--brand-700)}.onboarding__steps .done span{color:var(--success);border-color:var(--success);background:var(--success-soft)}.onboarding__steps small{font-weight:700}.onboarding__card{max-width:720px;min-height:520px;margin:auto;padding:45px}.onboarding__card>small{color:var(--brand-700);font-weight:800}.onboarding__card>h2{margin:8px 0;font-size:30px}.onboarding__card>p{margin-bottom:28px;color:var(--ink-500)}.onboarding__actions{margin-top:35px;padding-top:20px;border-top:1px solid var(--line);display:flex;justify-content:space-between}.onboarding__icon{width:50px;height:50px;margin-bottom:15px;display:grid;place-items:center;border-radius:14px;color:var(--brand-700);background:var(--brand-100)}.onboarding-products{display:grid;grid-template-columns:1fr 1fr;gap:15px}.option-card{padding:28px 15px;border:1px solid var(--line);border-radius:13px;background:#fff;display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer}.option-card:hover{border-color:var(--brand-500);background:var(--brand-50)}.option-card svg{color:var(--brand-700)}.option-card span{color:var(--ink-500);font-size:12px}.onboarding-done{padding:35px 10px;text-align:center}.onboarding-done>span{width:70px;height:70px;margin:auto;display:grid;place-items:center;border-radius:20px;background:var(--brand-100);color:var(--brand-700)}.onboarding-done h2{max-width:560px;margin:20px auto 10px;font-size:29px}.onboarding-done p{color:var(--ink-500)}.receipt{width:300px;margin:0 auto;padding:10px;color:#111;background:#fff;display:flex;flex-direction:column;gap:5px;text-align:center;font-family:Courier New,monospace;font-size:12px}.receipt__brand{font-family:Manrope;font-size:23px;font-weight:800}.receipt hr{width:100%;border:0;border-top:1px dashed #111}.receipt__line{display:flex;justify-content:space-between;gap:10px;text-align:left}.receipt__line>div{flex:1}.receipt__total{padding-block:6px;display:flex;justify-content:space-between;font-size:16px}@media(max-width:1250px){.public-header nav{display:none}.hero{grid-template-columns:1fr 1fr;gap:35px}.stats-grid--5,.purchase-line-grid{grid-template-columns:repeat(3,1fr)}.user-menu div,.connection span{display:none}}@media(max-width:1020px){:root{--sidebar: 78px}.sidebar nav a,.sidebar__logout,.sidebar__install,.sidebar__collapse{justify-content:center;padding:0}.sidebar span:not(.brand__mark),.sidebar__collapse span{display:none}.hero{grid-template-columns:1fr;padding-top:60px}.hero__content{max-width:760px;text-align:center;margin:auto}.hero__content>p{margin-inline:auto}.hero__actions,.hero__trust{justify-content:center}.hero__visual{width:min(100%,750px);margin:auto}.benefit-grid{grid-template-columns:repeat(2,1fr)}.section--intro,.steps-section,.small-business,.faq{gap:50px}.feature-flow>i{width:20px}.app-header__meta .cash-pill{display:none}.dashboard-grid{grid-template-columns:1fr}.panel--full{grid-column:auto}.pos-layout{height:auto;grid-template-columns:1fr}.cart-panel{min-height:600px}.purchase-layout{grid-template-columns:1fr}.purchase-summary{position:static}.settings-layout{grid-template-columns:1fr}.settings-tabs{display:flex;overflow-x:auto}.settings-tabs button{min-width:145px}}@media(max-width:760px){.public-header{padding:0 18px}.public-header__actions .button--ghost{display:none}.public-header__actions .button--primary{min-height:39px;padding:0 12px;font-size:12px}.public-header__menu{display:grid;order:3}.public-header nav{position:absolute;top:76px;left:12px;right:12px;padding:15px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow-md);flex-direction:column;align-items:stretch}.public-header nav.is-open{display:flex}.public-header nav a{padding:10px}.hero{min-height:auto;padding:50px 20px 80px}.hero h1{font-size:40px;letter-spacing:-1.8px}.hero__content>p{font-size:17px}.hero__visual{min-height:410px}.mock-window{transform:none}.mock-window__body{min-height:330px;grid-template-columns:45px 1fr}.mock-dashboard{padding:17px 12px}.mock-stats{grid-template-columns:1fr 1fr}.mock-stats article:last-child{display:none}.mock-panel{grid-template-columns:1fr}.mock-products,.floating-note--margin{display:none}.floating-note--stock{left:5px;bottom:5px}.logo-strip div{gap:18px}.section{padding:72px 22px}.section--intro,.steps-section,.small-business,.faq,.benefit-grid{grid-template-columns:1fr}.small-business__visual{min-height:310px}.feature-flow{display:grid;grid-template-columns:1fr 1fr}.feature-flow>i{display:none}.pricing-grid{grid-template-columns:1fr}.cta-section{margin:0 15px 50px;padding:45px 25px;align-items:flex-start;flex-direction:column}.public-footer{grid-template-columns:1fr 1fr}.public-footer>div:first-child{grid-column:1 / -1}.login-page{grid-template-columns:1fr}.login-page__brand{display:none}.login-panel{min-height:100vh;padding:75px 24px 35px}.back-link{left:24px;top:24px}.sidebar{width:260px;transform:translate(-100%);box-shadow:var(--shadow-lg)}.sidebar--open{transform:translate(0)}.sidebar span:not(.brand__mark),.sidebar__collapse span{display:inline}.sidebar nav a,.sidebar__logout,.sidebar__install,.sidebar__collapse{justify-content:flex-start;padding:0 13px}.sidebar__mobile-close{display:grid;margin-left:auto;color:#fff}.sidebar-overlay{display:block;position:fixed;z-index:29;top:0;right:0;bottom:0;left:0;border:0;background:#081e1c8c}.app-shell{padding-left:0}.app-header{height:70px;padding:0 14px;gap:8px}.app-header__menu{display:grid}.app-header__title span{display:none}.app-header__title h1{font-size:15px}.connection,.user-menu{display:none}.page-content{padding:18px 14px 45px}.page-intro{align-items:stretch;flex-direction:column}.page-actions{flex-wrap:wrap}.page-actions .button{flex:1}.stats-grid--5,.stats-grid--4{grid-template-columns:repeat(2,1fr)}.stat-card{min-height:105px;padding:14px}.stat-card__icon{display:none}.dashboard-grid{display:block}.dashboard-grid .panel{margin-bottom:14px}.filter-panel{align-items:stretch;flex-direction:column}.filter-panel select,.search-field{width:100%;min-width:0}.result-count{margin:3px 5px}.form-grid,.form-grid--3{grid-template-columns:1fr}.span-2{grid-column:auto}.pos-search span{display:none}.product-results{grid-template-columns:1fr 1fr}.product-results>button{min-height:145px}.cart-panel{min-height:540px}.purchase-line-grid{grid-template-columns:1fr 1fr}.cash-grid,.report-grid{grid-template-columns:1fr}.period-filter{align-items:stretch;flex-direction:column}.period-filter>div:first-child{display:grid;grid-template-columns:1fr 1fr}.custom-range{flex-direction:column}.settings-tabs button{min-width:105px;padding:0 8px;justify-content:center}.settings-tabs button span{display:none}.settings-panel{padding:18px}.user-list article{grid-template-columns:38px 1fr auto}.user-list article>b,.user-list article>.button,.user-list article>.text-button{grid-column:span 1}.data-actions article{grid-template-columns:42px 1fr}.data-actions article .button{grid-column:1 / -1}.onboarding__steps{padding-inline:0}.onboarding__steps small{display:none}.onboarding__card{padding:28px 20px}.onboarding-products{grid-template-columns:1fr}.toast{left:14px;right:14px;bottom:14px;min-width:0}}@media(max-width:480px){.public-header__brand .brand>span:last-child{display:none}.hero__actions .button{width:100%}.feature-flow,.public-footer{grid-template-columns:1fr}.public-footer>div:first-child,.public-footer__bottom{grid-column:auto}.stats-grid--5,.stats-grid--4{grid-template-columns:1fr 1fr}.stat-card strong{font-size:17px}.product-results{grid-template-columns:1fr}.modal-backdrop{padding:0;align-items:end}.modal{max-height:94vh;border-radius:18px 18px 0 0}.modal__body{padding:20px}.modal__actions{flex-direction:column-reverse}.modal__actions .button{width:100%}}@media print{body *{visibility:hidden!important}#thermal-receipt,#thermal-receipt *{visibility:visible!important}#thermal-receipt{position:absolute;left:0;top:0;width:80mm;padding:4mm}@page{size:80mm auto;margin:0}}
