@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f5f7f2;--surface:#fff;--surface-elevated:#fff;--surface-soft:#eef2e9;--text:#19231b;--text-muted:#69726a;--border:#dfe5dc;--primary:#176b45;--primary-hover:#0f5938;--primary-soft:#dff2e8;--success:#21865b;--warning:#b56d18;--danger:#c04444;--focus:#4e9f79;--shadow-sm:0 1px 3px #1c2b2012, 0 8px 24px #1c2b200a;--shadow-lg:0 20px 60px #101d1429;--radius-sm:10px;--radius:16px;--radius-lg:24px;--lime:#e7f4ca;--lime-ink:#496719;--apricot:#fae6d5;--apricot-ink:#8a4b22;--blue:#dcecf6;--blue-ink:#31667f;--violet:#e9e2f6;--violet-ink:#694a91}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#111511;--surface:#191e19;--surface-elevated:#202620;--surface-soft:#242c24;--text:#eef4ed;--text-muted:#9ba89c;--border:#303a31;--primary:#54bd87;--primary-hover:#6dce99;--primary-soft:#173c29;--success:#61c996;--warning:#e4a554;--danger:#ee7979;--focus:#7bd4a5;--shadow-sm:0 1px 3px #0003, 0 8px 24px #00000029;--shadow-lg:0 20px 60px #0006;--lime:#28391d;--lime-ink:#b9dc77;--apricot:#3b2b21;--apricot-ink:#e8a975;--blue:#203541;--blue-ink:#8fc7df;--violet:#30283e;--violet-ink:#c3a6e7}*{box-sizing:border-box}html{background:var(--background);color:var(--text);font-family:DM Sans,system-ui,sans-serif}body{min-width:320px;min-height:100vh;margin:0}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}button:not(:disabled),a{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid color-mix(in srgb, var(--focus) 35%, transparent);outline-offset:2px}h1,h2,h3,p{margin-top:0}h1,h2,h3,.brand__name{font-family:Manrope,DM Sans,sans-serif}.icon-button{background:0 0;border:0;border-radius:12px;place-items:center;width:42px;height:42px;display:inline-grid}.icon-button:hover{background:var(--surface-soft)}.button{border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:0 18px;font-weight:700;transition:all .18s;display:inline-flex}.button--primary{color:#fff;background:var(--primary);box-shadow:0 6px 18px color-mix(in srgb, var(--primary) 20%, transparent)}[data-theme=dark] .button--primary{color:#0b2115}.button--primary:not(:disabled):hover{background:var(--primary-hover);transform:translateY(-1px)}.button--secondary{border-color:var(--border);background:var(--surface)}.button--wide{width:100%}.button:disabled{cursor:not-allowed;opacity:.72;box-shadow:none}.button small{text-transform:uppercase;background:#ffffff2e;border-radius:20px;padding:2px 6px;font-size:9px}.eyebrow{color:var(--primary);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:7px;margin-bottom:12px;font-size:12px;font-weight:800;display:inline-flex}.eyebrow--light{color:#c4f1d7}.brand{align-items:center;gap:11px;min-height:42px;display:flex}.brand__mark{color:#fff;background:var(--primary);border-radius:12px 12px 12px 5px;place-items:center;width:39px;height:39px;display:grid}[data-theme=dark] .brand__mark{color:#102118}.brand__name{letter-spacing:-.04em;white-space:nowrap;font-size:18px;font-weight:600}.brand__name b{font-weight:800}.brand--compact{justify-content:center}.top-progress{z-index:1000;pointer-events:none;opacity:0;height:3px;transition:opacity .15s;position:fixed;inset:0 0 auto;overflow:hidden}.top-progress span{background:var(--primary);width:0;height:100%;box-shadow:0 0 12px var(--primary);transition:width .25s;display:block}.top-progress--loading{opacity:1}.top-progress--loading span{width:76%;transition:width 8s cubic-bezier(.1,.6,.25,1)}.top-progress--done{opacity:1}.top-progress--done span{width:100%}.popover{position:relative}.popover__menu,.company-switcher__menu,.profile-menu{z-index:30;border:1px solid var(--border);background:var(--surface-elevated);box-shadow:var(--shadow-lg);border-radius:14px;padding:8px;animation:.15s ease-out menu-in;position:absolute}.theme-menu{width:270px;top:calc(100% + 8px);right:0}.menu-label{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 3px;padding:6px 9px;font-size:11px;font-weight:800}.theme-menu button,.company-switcher__menu button{text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:10px;width:100%;min-height:44px;padding:8px 9px;display:flex}.theme-menu button:hover,.company-switcher__menu button:hover{background:var(--surface-soft)}.menu-check{color:var(--success);margin-left:auto}.profile-action{background:0 0;border:0;align-items:center;gap:10px;display:flex}.toast{z-index:100;max-width:380px;color:var(--text);border:1px solid var(--border);background:var(--surface-elevated);box-shadow:var(--shadow-lg);border-radius:14px;align-items:center;gap:10px;padding:13px 14px;display:flex;position:fixed;bottom:24px;right:24px}.toast>svg{color:var(--success)}.toast span{flex:1}.toast button{background:0 0;border:0}.field-shell{border:1px solid var(--border);background:var(--surface);border-radius:12px;align-items:center;margin-top:8px;transition:all .15s;display:flex;position:relative}.field-shell:focus-within{border-color:var(--focus);box-shadow:0 0 0 3px color-mix(in srgb, var(--focus) 16%, transparent)}.field-shell>svg{color:var(--text-muted);flex:none;margin-left:14px}.field-shell input,.field-shell select{width:100%;height:48px;color:var(--text);background:0 0;border:0;outline:0;padding:0 14px}.field-shell button{width:46px;height:46px;color:var(--text-muted);background:0 0;border:0}.form-error{color:var(--danger);background:color-mix(in srgb, var(--danger) 9%, transparent);border-radius:9px;margin:0;padding:10px 12px;font-size:13px}.form-hint{max-width:400px;color:var(--text-muted);text-align:center;margin:13px auto 0;font-size:12px;line-height:1.5}.spin{animation:1s linear infinite spin}.auth-layout{background:var(--surface);grid-template-columns:minmax(360px,.88fr) minmax(480px,1.12fr);min-height:100vh;display:grid}.auth-story{color:#f4fff7;background:#14593c;flex-direction:column;min-height:100vh;padding:40px clamp(36px,5vw,76px);display:flex;position:relative;overflow:hidden}.auth-story:before,.auth-story:after{content:"";background:#ffffff0e;border-radius:50%;position:absolute}.auth-story:before{width:420px;height:420px;bottom:-150px;left:-190px}.auth-story:after{background:0 0;border:1px solid #ffffff1f;width:280px;height:280px;top:18%;right:-120px}.auth-story .brand{z-index:1;position:relative}.auth-story .brand__mark{color:#14593c;background:#dcf6e6}.auth-story__content{z-index:1;max-width:520px;margin:auto 0;position:relative}.auth-story h1{letter-spacing:-.045em;max-width:500px;margin-bottom:20px;font-size:clamp(38px,4.2vw,62px);line-height:1.04}.auth-story__content>p{color:#cce4d4;max-width:470px;font-size:18px;line-height:1.65}.story-points{gap:18px;margin-top:46px;display:grid}.story-points>span{align-items:flex-start;gap:15px;display:flex}.story-points>span>svg{box-sizing:content-box;color:#bceccb;background:#ffffff1a;border-radius:11px;padding:9px}.story-points b,.story-points small{display:block}.story-points small{color:#bad3c3;margin-top:3px;font-size:13px}.auth-story__foot{z-index:1;color:#98bca5;margin:0;font-size:12px;position:relative}.auth-panel{background:var(--surface);place-items:center;min-height:100vh;padding:32px clamp(24px,6vw,90px);display:grid;position:relative}.auth-panel__top{justify-content:flex-end;display:flex;position:absolute;top:28px;left:32px;right:32px}.auth-panel__top .brand{display:none}.auth-card{width:min(100%,440px)}.auth-card h2{letter-spacing:-.04em;margin-bottom:10px;font-size:34px}.auth-card>p{color:var(--text-muted);line-height:1.6}.auth-form{gap:17px;margin-top:30px;display:grid}.auth-form>label{color:var(--text);font-size:13px;font-weight:700}.auth-form>label>input{width:100%;height:48px;color:var(--text);border:1px solid var(--border);background:var(--surface);border-radius:12px;outline:0;margin-top:8px;padding:0 14px}.check-field{align-items:center;gap:9px;display:flex;color:var(--text-muted)!important;font-weight:500!important}.check-field input{width:18px;height:18px;accent-color:var(--primary);flex:0 0 18px}.auth-form>.check-field>input{border-radius:5px;width:18px;height:18px;min-height:18px;margin:0;padding:0}.auth-alternative{text-align:center;margin-top:24px;font-size:14px}.auth-alternative a{color:var(--primary);font-weight:700}.legal-copy{color:var(--text-muted);margin:0;font-size:11px;position:absolute;bottom:20px}.onboarding{background:var(--background);min-height:100vh;padding:28px clamp(20px,5vw,76px) 50px}.onboarding__header{justify-content:space-between;max-width:1160px;margin:0 auto;display:flex}.onboarding__grid{grid-template-columns:1fr 460px;align-items:center;gap:clamp(50px,8vw,100px);max-width:1050px;margin:clamp(45px,8vh,90px) auto 0;display:grid}.onboarding__intro h1{letter-spacing:-.05em;max-width:520px;margin-bottom:18px;font-size:clamp(38px,5vw,58px);line-height:1.06}.onboarding__intro>p{max-width:520px;color:var(--text-muted);font-size:17px;line-height:1.65}.onboarding__benefits{gap:13px;margin-top:30px;display:grid}.onboarding__benefits span{align-items:center;gap:11px;font-size:14px;font-weight:600;display:flex}.onboarding__benefits i{width:25px;height:25px;color:var(--success);background:var(--primary-soft);border-radius:50%;place-items:center;display:grid}.onboarding__art{width:230px;height:80px;color:var(--warning);justify-content:space-between;align-items:center;margin-top:45px;display:flex;position:relative}.onboarding__art span{background:linear-gradient(90deg, var(--warning), var(--border), var(--violet-ink));width:130px;height:2px}.onboarding__art svg:last-child{color:var(--violet-ink)}.onboarding__form-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-sm);padding:clamp(24px,4vw,42px)}.company-form{gap:20px;display:grid}.company-form label{font-size:13px;font-weight:700}.app-shell{background:var(--background);grid-template-columns:250px minmax(0,1fr);min-height:100vh;transition:grid-template-columns .22s;display:grid}.app-shell--collapsed{grid-template-columns:82px minmax(0,1fr)}.sidebar{z-index:20;border-right:1px solid var(--border);background:var(--surface);flex-direction:column;height:100vh;padding:21px 14px 16px;display:flex;position:sticky;top:0;overflow:visible}.sidebar__brand{justify-content:space-between;align-items:center;min-height:48px;padding:0 8px;display:flex}.sidebar__close-mobile{display:none}.company-switcher{margin:23px 0 16px;position:relative}.company-switcher__trigger{border:1px solid var(--border);background:var(--background);text-align:left;border-radius:13px;align-items:center;gap:10px;width:100%;min-height:64px;padding:8px;display:flex}.company-switcher__trigger:hover{border-color:color-mix(in srgb, var(--primary) 45%, var(--border))}.company-switcher__icon{width:39px;height:39px;color:var(--primary);background:var(--primary-soft);border-radius:10px;flex:none;place-items:center;display:grid}.company-switcher__copy{flex:1;min-width:0}.company-switcher__copy small,.company-switcher__copy b{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.company-switcher__copy small{color:var(--text-muted);margin-bottom:2px;font-size:10px}.company-switcher__copy b{font-size:13px}.company-switcher__menu{width:292px;top:calc(100% + 7px);left:0}.company-switcher__menu button>span:nth-child(2){flex:1;min-width:0}.company-switcher__menu b,.company-switcher__menu small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.company-switcher__menu b{font-size:13px}.company-switcher__menu small{color:var(--text-muted);text-transform:capitalize;margin-top:2px;font-size:11px}.company-option__avatar{width:34px;height:34px;color:var(--primary);background:var(--primary-soft);border-radius:9px;flex:none;place-items:center;font-weight:800;display:grid}.company-switcher__create{color:var(--primary);margin-top:6px;font-weight:700;border-top:1px solid var(--border)!important;border-radius:0 0 9px 9px!important;padding-top:12px!important}.main-nav{gap:4px;display:grid}.nav-label{height:18px;color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;margin:8px 11px 4px;font-size:10px;font-weight:800}.main-nav button,.sidebar__bottom button{width:100%;min-height:43px;color:var(--text-muted);text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:12px;padding:0 11px;display:flex}.main-nav button.active{color:var(--primary);background:var(--primary-soft);font-weight:700}.main-nav button:disabled{opacity:.58}.main-nav button small{text-transform:uppercase;margin-left:auto;font-size:9px}.sidebar__bottom{border-top:1px solid var(--border);gap:3px;margin-top:auto;padding-top:12px;display:grid}.sidebar__bottom button:hover{background:var(--surface-soft);color:var(--text)}.app-shell--collapsed .company-switcher__trigger{justify-content:center}.app-shell--collapsed .main-nav button,.app-shell--collapsed .sidebar__bottom button{justify-content:center;padding:0}.app-shell--collapsed .main-nav span,.app-shell--collapsed .main-nav small,.app-shell--collapsed .sidebar__bottom span{display:none}.workspace{min-width:0}.topbar{z-index:10;border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--surface) 88%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);justify-content:space-between;align-items:center;height:72px;padding:0 clamp(20px,3.2vw,48px);display:flex;position:sticky;top:0}.mobile-menu{display:none}.topbar__search{width:min(360px,35vw);min-height:40px;color:var(--text-muted);border:1px solid var(--border);background:var(--background);border-radius:11px;align-items:center;gap:10px;padding:0 12px;font-size:13px;display:flex}.topbar__search span{flex:1}.topbar__search kbd{border:1px solid var(--border);border-radius:5px;padding:2px 6px;font-family:inherit;font-size:10px}.topbar__actions{align-items:center;gap:5px;display:flex}.topbar__actions>.icon-button:first-child{position:relative}.topbar__actions>.icon-button i{background:var(--warning);width:6px;height:6px;box-shadow:0 0 0 2px var(--surface);border-radius:50%;position:absolute;top:8px;right:9px}.avatar{width:39px;height:39px;color:var(--primary);background:var(--primary-soft);text-transform:uppercase;border:0;border-radius:12px;place-items:center;font-size:12px;font-weight:800;display:grid}.avatar--small{flex:none;width:35px;height:35px}.profile-popover{margin-left:5px;position:relative}.profile-menu{width:260px;top:calc(100% + 9px);right:0}.profile-menu>div{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:8px;display:flex}.profile-menu b,.profile-menu small{text-overflow:ellipsis;display:block;overflow:hidden}.profile-menu small{color:var(--text-muted);margin-top:2px;font-size:11px}.profile-menu button{width:100%;min-height:42px;color:var(--danger);background:0 0;border:0;border-radius:9px;align-items:center;gap:10px;margin-top:5px;padding:0 9px;display:flex}.profile-menu button:hover{background:color-mix(in srgb, var(--danger) 8%, transparent)}.dashboard{max-width:1480px;margin:0 auto;padding:clamp(28px,4vw,52px)}.dashboard__heading{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.dashboard__heading p{color:var(--text-muted);text-transform:capitalize;margin-bottom:7px;font-size:12px;font-weight:700}.dashboard__heading h1{letter-spacing:-.045em;margin-bottom:8px;font-size:clamp(29px,3vw,40px)}.dashboard__heading>div>span{color:var(--text-muted);font-size:14px}.dashboard__heading>div>span b{color:var(--text)}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:32px;display:grid}.metric-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);min-height:190px;box-shadow:var(--shadow-sm);padding:20px;transition:transform .18s,box-shadow .18s}.metric-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px #1c2b2014}.metric-card>div{justify-content:space-between;align-items:center;display:flex}.metric-card__icon{border-radius:11px;place-items:center;width:40px;height:40px;display:grid}.metric-card--lime .metric-card__icon{color:var(--lime-ink);background:var(--lime)}.metric-card--apricot .metric-card__icon{color:var(--apricot-ink);background:var(--apricot)}.metric-card--blue .metric-card__icon{color:var(--blue-ink);background:var(--blue)}.metric-card--violet .metric-card__icon{color:var(--violet-ink);background:var(--violet)}.status-dot{color:var(--text-muted);font-size:10px}.status-dot:before{content:"";background:var(--border);border-radius:50%;width:6px;height:6px;margin-right:5px;display:inline-block}.metric-card h2{margin:26px 0 0;font-size:29px;line-height:1}.metric-card p{margin:6px 0 0;font-weight:700}.metric-card>small{color:var(--text-muted);margin-top:14px;font-size:10px;display:block}.dashboard-grid{grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr);gap:17px;margin-top:17px;display:grid}.panel{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm);padding:22px}.panel__heading{justify-content:space-between;align-items:center;gap:10px;display:flex}.panel__heading>div{align-items:center;gap:11px;display:flex}.panel-icon{width:38px;height:38px;color:var(--primary);background:var(--primary-soft);border-radius:10px;place-items:center;display:grid}.panel h2{margin:0 0 2px;font-size:15px}.panel__heading p{color:var(--text-muted);margin:0;font-size:11px}.panel__heading>button{color:var(--text-muted);background:0 0;border:0;align-items:center;gap:5px;font-size:11px;display:flex}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:260px;display:flex}.empty-state__art{width:72px;height:72px;color:var(--primary);border:8px solid var(--background);background:var(--primary-soft);border-radius:22px;place-items:center;margin-bottom:16px;display:grid;transform:rotate(-4deg)}.empty-state__art svg{transform:rotate(4deg)}.empty-state h3{margin-bottom:7px;font-size:15px}.empty-state p{max-width:390px;color:var(--text-muted);margin-bottom:14px;font-size:12px;line-height:1.55}.status-pill{color:var(--success);background:var(--primary-soft);border-radius:20px;padding:5px 9px;font-size:10px;font-weight:800}.setup-panel .panel__heading strong{color:var(--success);font-size:13px}.setup-progress{background:var(--surface-soft);border-radius:10px;height:6px;margin:20px 0;overflow:hidden}.setup-progress span{border-radius:inherit;background:var(--success);width:50%;height:100%;display:block}.setup-panel ul{gap:8px;margin:0 0 20px;padding:0;list-style:none;display:grid}.setup-panel li{min-height:35px;color:var(--text-muted);align-items:center;gap:10px;font-size:12px;display:flex}.setup-panel li>span{border:1px dashed var(--border);border-radius:7px;place-items:center;width:21px;height:21px;font-size:11px;display:grid}.setup-panel li.done{color:var(--text)}.setup-panel li.done>span{color:var(--success);background:var(--primary-soft);border:0;font-weight:800}.setup-panel li small{text-transform:uppercase;margin-left:auto;font-size:9px}.setup-panel .button{width:100%;font-size:12px}.dashboard-grid--single{grid-template-columns:1fr}.sidebar__bottom button.active{color:var(--primary);background:var(--primary-soft);font-weight:700}.mobile-nav{display:none}.landing{background:var(--background);min-height:100vh;overflow:hidden}.landing-header{z-index:20;justify-content:space-between;align-items:center;max-width:1240px;height:82px;margin:0 auto;padding:0 26px;display:flex;position:relative}.landing-header>a{color:inherit;text-decoration:none}.landing-header nav{align-items:center;gap:28px;display:flex}.landing-header nav>a:not(.button){color:var(--text-muted);font-size:13px;font-weight:600;text-decoration:none}.landing-header nav>a:not(.button):hover{color:var(--text)}.landing-header .button{min-height:42px;padding-inline:16px}.landing-actions{align-items:center;gap:4px;display:flex}.landing-menu{display:none}.landing-hero{grid-template-columns:minmax(0,.92fr) minmax(480px,1.08fr);align-items:center;gap:clamp(40px,7vw,100px);max-width:1240px;min-height:690px;margin:0 auto;padding:72px 26px 90px;display:grid}.landing-hero__copy h1{letter-spacing:-.06em;max-width:620px;margin-bottom:24px;font-size:clamp(48px,5.6vw,76px);line-height:.99}.landing-hero__copy>p{max-width:590px;color:var(--text-muted);margin-bottom:34px;font-size:18px;line-height:1.7}.landing-hero__copy>div{gap:12px;display:flex}.landing-cta{min-height:52px;padding-inline:23px;text-decoration:none}.landing-hero__copy>small{color:var(--text-muted);align-items:center;gap:8px;margin-top:22px;font-size:12px;display:flex}.landing-hero__copy>small svg{color:var(--success)}.landing-hero__visual{place-items:center;min-height:490px;display:grid;position:relative}.landing-hero__visual:before{content:"";background:color-mix(in srgb, var(--primary-soft) 72%, var(--lime));border-radius:42% 58% 56% 44%;width:520px;height:520px;position:absolute;transform:rotate(-9deg)}.visual-window{z-index:2;border:1px solid color-mix(in srgb, var(--border) 70%, transparent);background:var(--surface);border-radius:23px;width:min(100%,590px);min-height:390px;position:relative;overflow:hidden;transform:rotate(2deg);box-shadow:0 32px 80px #0f3a252e}.visual-window__top{border-bottom:1px solid var(--border);align-items:center;gap:6px;height:53px;padding:0 18px;display:flex}.visual-window__top>span{background:var(--border);border-radius:50%;width:8px;height:8px}.visual-window__top b{margin-left:auto;font-size:11px}.visual-window__body{grid-template-columns:70px 1fr;min-height:337px;display:grid}.visual-window__body aside{border-right:1px solid var(--border);background:var(--surface-soft);align-content:start;gap:14px;padding:20px 14px;display:grid}.visual-window__body aside i{background:var(--border);opacity:.65;border-radius:9px;height:34px}.visual-window__body aside i:first-child{background:var(--primary-soft)}.visual-window__body section{padding:28px}.visual-greeting span,.visual-greeting small{background:var(--border);border-radius:20px;display:block}.visual-greeting span{width:48%;height:15px}.visual-greeting small{opacity:.65;width:31%;height:8px;margin-top:9px}.visual-cards{grid-template-columns:repeat(3,1fr);gap:11px;margin-top:30px;display:grid}.visual-cards i{background:var(--lime);border-radius:13px;height:82px}.visual-cards i:nth-child(2){background:var(--apricot)}.visual-cards i:nth-child(3){background:var(--blue)}.visual-chart{border:1px solid var(--border);border-radius:14px;align-items:end;gap:16px;height:135px;margin-top:15px;padding:20px;display:flex}.visual-chart b{background:var(--primary-soft);border-radius:6px 6px 2px 2px;flex:1;height:34%}.visual-chart b:nth-child(2){height:68%}.visual-chart b:nth-child(3){height:49%}.visual-chart b:nth-child(4){height:86%}.visual-chart b:nth-child(5){background:var(--primary);height:72%}.floating-note{z-index:4;border:1px solid var(--border);background:var(--surface-elevated);box-shadow:var(--shadow-lg);border-radius:14px;align-items:center;gap:10px;padding:12px 15px;font-size:12px;display:flex;position:absolute}.floating-note svg{box-sizing:content-box;color:var(--primary);background:var(--primary-soft);border-radius:9px;padding:8px}.floating-note b,.floating-note small{display:block}.floating-note small{color:var(--text-muted);margin-top:2px;font-weight:500}.floating-note--sales{bottom:37px;left:-8px}.floating-note--stock{top:30px;right:-18px}.landing-proof{color:#e8f8ed;text-align:center;background:#174e37;padding:27px 24px}.landing-proof span{color:#a9d7b8;letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:800}.landing-proof p{max-width:750px;margin:8px auto 0;font-family:Manrope;font-size:16px}.landing-features{max-width:1240px;margin:0 auto;padding:120px 26px;scroll-margin-top:24px}.landing-features>header{max-width:760px;margin-bottom:48px}.landing-features h2,.landing-modular h2,.landing-final h2{letter-spacing:-.05em;margin-bottom:16px;font-size:clamp(34px,4vw,52px);line-height:1.08}.landing-features header>p{color:var(--text-muted);font-size:16px;line-height:1.65}.landing-features>div{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.landing-features article{border:1px solid var(--border);background:var(--surface);border-radius:20px;min-height:240px;padding:26px;transition:all .2s}.landing-features article:hover{border-color:color-mix(in srgb, var(--primary) 30%, var(--border));box-shadow:var(--shadow-sm);transform:translateY(-3px)}.landing-features article>span{width:48px;height:48px;color:var(--primary);background:var(--primary-soft);border-radius:14px;place-items:center;display:grid}.landing-features article h3{margin:24px 0 9px;font-size:18px}.landing-features article p{min-height:48px;color:var(--text-muted);font-size:13px;line-height:1.55}.landing-features article small{color:var(--primary);align-items:center;gap:6px;font-weight:700;display:flex}.landing-modular{color:#f4fff7;background:#153f2e;border-radius:34px;grid-template-columns:minmax(0,.85fr) minmax(440px,1.15fr);align-items:center;gap:clamp(48px,6vw,92px);width:calc(100% - 52px);max-width:1240px;min-height:clamp(590px,100svh - 120px,760px);margin:0 auto 120px;padding:clamp(48px,6vw,78px);scroll-margin-top:24px;display:grid;overflow:hidden}.landing-modular>div:first-child{max-width:500px}.landing-modular>div:first-child>p{color:#bad5c4;line-height:1.7}.landing-light-button{color:#153f2e;background:#e3f6e9;margin-top:18px;text-decoration:none}.module-map{place-items:center;width:min(100%,520px);min-height:430px;margin-inline:auto;display:grid;position:relative}.module-map:before,.module-map:after{content:"";border:1px solid #ffffff24;border-radius:50%;width:285px;height:285px;position:absolute}.module-map:after{opacity:.55;width:390px;height:390px}.module-core{z-index:2;color:#153f2e;text-align:center;background:#e3f6e9;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;width:180px;min-height:150px;padding:24px;display:flex;position:relative;box-shadow:0 18px 50px #00000040}.module-core b{margin-top:9px}.module-core small{color:#547260;margin-top:5px;font-size:10px}.module-map i{z-index:3;background:#245a41;border:1px solid #ffffff29;border-radius:20px;padding:9px 13px;font-size:11px;font-style:normal;position:absolute}.module-map i:first-of-type{top:11px}.module-map i:nth-of-type(2){top:87px;right:4px}.module-map i:nth-of-type(3){bottom:43px;right:27px}.module-map i:nth-of-type(4){bottom:40px;left:25px}.module-map i:nth-of-type(5){top:83px;left:0}.landing-final{text-align:center;max-width:850px;margin:0 auto;padding:25px 26px 130px}.landing-final>p{color:var(--text-muted);font-size:17px}.landing-final>div{justify-content:center;align-items:center;gap:24px;margin-top:30px;display:flex}.landing-final>div>a:not(.button){color:var(--primary);font-size:13px;font-weight:700}.landing-footer{border-top:1px solid var(--border);align-items:center;gap:30px;max-width:1240px;min-height:110px;margin:0 auto;padding:25px 26px;display:flex}.landing-footer p{color:var(--text-muted);text-align:center;flex:1;margin:0;font-size:12px}.landing-footer>a{color:var(--primary);font-size:12px;font-weight:700}.settings-page{max-width:1160px;margin:0 auto;padding:42px clamp(20px,4vw,54px) 110px}.settings-heading h1{letter-spacing:-.05em;margin-bottom:8px;font-size:clamp(30px,4vw,42px)}.settings-heading>p{color:var(--text-muted)}.settings-nav{border:1px solid var(--border);background:var(--surface);border-radius:14px;gap:4px;margin:30px 0 22px;padding:5px;display:flex;overflow-x:auto}.settings-nav a{min-height:42px;color:var(--text-muted);white-space:nowrap;border-radius:10px;align-items:center;gap:8px;padding:0 15px;font-size:13px;font-weight:600;text-decoration:none;display:flex}.settings-nav a.active{color:var(--primary);background:var(--primary-soft);font-weight:800}.settings-stack,.settings-form{gap:16px;display:grid}.settings-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:19px;padding:clamp(21px,3vw,31px)}.settings-card__heading{align-items:center;gap:14px;margin-bottom:25px;display:flex}.settings-card__heading>span{width:43px;height:43px;color:var(--primary);background:var(--primary-soft);border-radius:12px;place-items:center;display:grid}.settings-card__heading h2,.list-heading h2{margin-bottom:3px;font-size:18px}.settings-card__heading p,.list-heading p{color:var(--text-muted);margin:0;font-size:12px}.form-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.form-grid--three{grid-template-columns:.6fr .6fr 1.8fr}.form-grid label,.guided-form label{gap:7px;font-size:13px;font-weight:700;display:grid}.form-grid label small{color:var(--text-muted);margin-left:5px;font-weight:500}.form-grid input,.form-grid select,.guided-form input,.guided-form select,.member-row select{width:100%;min-height:47px;color:var(--text);border:1px solid var(--border);background:var(--background);border-radius:11px;outline:none;padding:0 13px}.form-grid input:focus,.form-grid select:focus,.guided-form input:focus,.guided-form select:focus{border-color:var(--focus);box-shadow:0 0 0 3px color-mix(in srgb, var(--focus) 14%, transparent)}.settings-note{color:var(--text-muted);background:var(--surface-soft);border-radius:10px;align-items:center;gap:9px;margin-top:20px;padding:11px 13px;font-size:11px;display:flex}.settings-actions{pointer-events:none;justify-content:flex-end;display:flex;position:sticky;bottom:16px}.settings-actions .button{pointer-events:auto;box-shadow:var(--shadow-lg)}.settings-skeleton{gap:14px;display:grid}.settings-skeleton span{background:linear-gradient(90deg, var(--surface-soft), var(--surface), var(--surface-soft));background-size:200%;border-radius:11px;height:48px;animation:1.5s infinite shimmer}.list-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.list-heading .eyebrow{margin-bottom:7px}.member-list{display:grid}.member-row{border-top:1px solid var(--border);grid-template-columns:auto minmax(180px,1fr) auto 170px auto;align-items:center;gap:15px;min-height:78px;padding:13px 5px;display:grid}.member-row:first-child{border-top:0}.member-avatar{width:42px;height:42px;color:var(--primary);background:var(--primary-soft);text-transform:uppercase;border-radius:12px;place-items:center;font-weight:800;display:grid}.member-copy b,.member-copy small,.member-copy em{align-items:center;gap:6px;display:flex}.member-copy b{font-size:13px}.member-copy small{color:var(--text-muted);margin-top:3px;font-size:11px}.member-copy em{color:var(--text-muted);margin-top:4px;font-size:9px;font-style:normal}.member-row select{min-height:39px;font-size:11px}.state-badge{color:var(--text-muted);background:var(--surface-soft);white-space:nowrap;border-radius:20px;padding:5px 8px;font-size:9px;font-weight:800}.state-badge--active,.state-badge--pending{color:var(--success);background:var(--primary-soft)}.state-badge--archived,.state-badge--revoked,.state-badge--expired{color:var(--danger);background:color-mix(in srgb, var(--danger) 9%, transparent)}.state-badge--accepted{color:var(--blue-ink);background:var(--blue)}.state-badge--not_activated{color:var(--warning);background:var(--apricot)}.state-badge--coming_soon{color:var(--violet-ink);background:var(--violet)}.owner-role{color:var(--primary);align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}.row-actions{justify-content:flex-end;gap:4px;display:flex}.row-actions button,.branch-card footer button{background:0 0;border:0;border-radius:9px;align-items:center;gap:6px;min-height:36px;padding:0 9px;font-size:11px;display:inline-flex}.row-actions button:hover,.branch-card footer button:hover{background:var(--surface-soft)}.danger-action{color:var(--danger)!important}.mobile-more{display:none}.step-indicator{margin:24px 0;padding:0;list-style:none;display:flex}.step-indicator li{color:var(--text-muted);flex:1;justify-items:center;gap:7px;display:grid;position:relative}.step-indicator li:not(:last-child):after{content:"";background:var(--border);width:calc(100% - 36px);height:2px;position:absolute;top:15px;left:calc(50% + 18px)}.step-indicator li>span{z-index:1;border:1px solid var(--border);background:var(--surface);border-radius:50%;place-items:center;width:31px;height:31px;font-size:11px;font-weight:800;display:grid;position:relative}.step-indicator li.current,.step-indicator li.complete{color:var(--primary)}.step-indicator li.current>span,.step-indicator li.complete>span{color:var(--primary);border-color:var(--primary);background:var(--primary-soft)}.step-indicator li.complete:not(:last-child):after{background:var(--primary)}.step-indicator small{font-size:10px;font-weight:700}.guided-form{gap:18px;display:grid}.guided-form label>small{color:var(--text-muted);font-size:10px;font-weight:500}.guided-actions{justify-content:flex-end;gap:9px;margin-top:8px;display:flex}.review-recipient,.branch-review{background:var(--surface-soft);border-radius:12px;align-items:center;gap:12px;padding:15px;display:flex}.review-recipient>span{width:38px;height:38px;color:var(--primary);background:var(--primary-soft);border-radius:10px;place-items:center;font-weight:800;display:grid}.review-recipient b,.review-recipient small{display:block}.review-recipient small{color:var(--text-muted);margin-top:3px;font-size:10px}.branch-grid{grid-template-columns:repeat(2,1fr);gap:13px;display:grid}.branch-card{border:1px solid var(--border);background:var(--background);border-radius:15px;padding:20px}.branch-card--archived{opacity:.72}.branch-card>div{justify-content:space-between;align-items:center;display:flex}.branch-icon{width:42px;height:42px;color:var(--primary);background:var(--primary-soft);border-radius:12px;place-items:center;display:grid}.branch-card h3{margin:18px 0 7px;font-size:17px}.branch-card p{color:var(--text-muted);justify-content:space-between;align-items:center;margin-bottom:18px;font-size:11px;display:flex}.branch-card p span{align-items:center;gap:5px;display:flex}.branch-card footer{border-top:1px solid var(--border);justify-content:space-between;padding-top:12px;display:flex}.branch-review>svg{color:var(--success)}.branch-review h3{margin:0 0 4px}.branch-review p{color:var(--text-muted);margin:0 0 4px}.branch-review small{color:var(--success)}.capability-hero{color:#effaf2;background:#174e37;border-radius:20px;align-items:center;gap:24px;padding:clamp(28px,5vw,48px);display:flex}.capability-hero>span{background:#ffffff1a;border-radius:20px;flex:none;place-items:center;width:72px;height:72px;display:grid}.capability-hero>span svg{width:34px;height:34px}.capability-hero .eyebrow{color:#9dd7b2;margin-bottom:7px}.capability-hero h2{margin-bottom:8px;font-size:25px}.capability-hero div>p:last-child{color:#bad5c4;max-width:680px;margin:0;line-height:1.6}.capability-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.capability-grid article{border:1px solid var(--border);background:var(--background);border-radius:13px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;min-height:100px;padding:15px;display:grid}.capability-icon{width:38px;height:38px;color:var(--primary);background:var(--primary-soft);border-radius:11px;place-items:center;display:grid}.capability-grid h3{margin:0 0 5px;font-size:13px}.capability-grid p{color:var(--text-muted);margin:0;font-size:10px;line-height:1.45}.capability-grid small{color:var(--primary);margin-top:7px;font-size:10px;font-weight:700;display:block}.capability-action{justify-items:end;gap:8px;min-width:106px;display:grid}.capability-action .button{min-height:34px;padding:0 10px;font-size:10px}.text-action{color:var(--text-muted);background:0 0;border:0;padding:4px;font-size:10px;text-decoration:underline}.state-badge--available{color:var(--warning);background:var(--apricot)}.core-pills{flex-wrap:wrap;gap:8px;display:flex}.core-pills span{color:var(--primary);background:var(--primary-soft);border-radius:10px;padding:9px 12px;font-size:11px;font-weight:700}.commercial-notice{color:var(--text-muted);border:1px dashed var(--border);text-align:center;border-radius:12px;margin:0;padding:13px 15px;font-size:11px}.activation-summary{gap:9px;margin:24px 0;display:grid}.activation-summary>div{background:var(--background);border-radius:11px;justify-content:space-between;gap:16px;padding:13px;display:flex}.activation-summary span{color:var(--text-muted);font-size:11px}.activation-summary b{font-size:12px}.activation-summary p{color:var(--primary);background:var(--primary-soft);border-radius:10px;margin:5px 0 0;padding:12px;font-size:11px}.subscription-overview{color:#effaf2;background:#174e37;border-radius:20px;justify-content:space-between;align-items:center;gap:25px;padding:clamp(29px,5vw,49px);display:flex}.subscription-overview .eyebrow{color:#9dd7b2}.subscription-overview h2{margin-bottom:8px;font-size:28px}.subscription-overview p{color:#bad5c4;max-width:620px;margin:0;line-height:1.55}.subscription-status{white-space:nowrap;background:#ffffff1a;border-radius:12px;align-items:center;gap:8px;padding:12px 15px;font-size:12px;font-weight:800;display:flex}.subscription-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.subscription-grid article>svg{color:var(--primary)}.subscription-grid article>span{color:var(--text-muted);text-transform:uppercase;margin:18px 0 6px;font-size:10px;display:block}.subscription-grid h3{margin-bottom:9px;font-size:20px}.subscription-grid p{color:var(--text-muted);align-items:center;gap:5px;margin:0;font-size:10px;display:flex}.limit-grid{grid-template-columns:repeat(4,1fr);gap:9px;display:grid}.limit-grid>div{background:var(--background);border-radius:11px;gap:7px;padding:14px;display:grid}.limit-grid span{color:var(--text-muted);font-size:10px}.limit-grid b{font-size:18px}.billing-account-card{justify-content:space-between;align-items:center;gap:20px;display:flex}.billing-account-card h2{margin-bottom:5px;font-size:18px}.billing-account-card p,.empty-commercial{color:var(--text-muted);margin:0;font-size:11px}.catalog-page{width:min(100%,1280px);margin:0 auto;padding:42px clamp(22px,4vw,58px) 100px}.catalog-heading{justify-content:space-between;align-items:flex-end;gap:25px;display:flex}.catalog-heading h1{letter-spacing:-.045em;margin-bottom:8px;font-size:clamp(30px,4vw,44px)}.catalog-heading p{color:var(--text-muted);margin:0}.catalog-heading .button,.catalog-back{text-decoration:none}.catalog-tabs{border:1px solid var(--border);background:var(--surface);border-radius:13px;gap:4px;margin:28px 0 20px;padding:5px;display:inline-flex}.catalog-tabs a{min-height:39px;color:var(--text-muted);border-radius:9px;align-items:center;gap:7px;padding:0 14px;font-size:12px;font-weight:700;text-decoration:none;display:flex}.catalog-tabs a.active{color:var(--primary);background:var(--primary-soft)}.catalog-toolbar{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:16px;grid-template-columns:minmax(240px,1fr) 190px 130px auto auto;align-items:center;gap:8px;padding:10px;display:grid}.catalog-search{background:var(--background);border-radius:10px;align-items:center;gap:9px;height:44px;padding:0 13px;display:flex}.catalog-search svg{color:var(--text-muted)}.catalog-search input{width:100%;color:var(--text);background:0 0;border:0;outline:0}.catalog-toolbar select{height:44px;color:var(--text);background:var(--background);border:0;border-radius:10px;outline:0;padding:0 11px;font-size:11px}.favorite-filter{min-height:44px;color:var(--text-muted);white-space:nowrap;align-items:center;gap:7px;padding:0 10px;font-size:11px;font-weight:700;display:flex}.favorite-filter input{accent-color:var(--primary)}.view-toggle{background:var(--background);border-radius:9px;padding:3px;display:flex}.view-toggle button{width:36px;height:36px;color:var(--text-muted);background:0 0;border:0;border-radius:7px;place-items:center;display:grid}.view-toggle button.active{color:var(--primary);background:var(--surface);box-shadow:var(--shadow-sm)}.catalog-loading{min-height:340px;color:var(--primary);place-items:center;display:grid}.catalog-empty{border:1px dashed var(--border);background:var(--surface);text-align:center;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;min-height:390px;margin-top:16px;display:flex}.catalog-empty>svg{width:52px;height:52px;color:var(--primary);background:var(--primary-soft);border-radius:15px;padding:12px}.catalog-empty h2{margin:18px 0 8px}.catalog-empty p{color:var(--text-muted)}.product-collection{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:16px;display:grid}.product-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:17px;transition:transform .16s,box-shadow .16s;overflow:hidden}.product-card:hover{transform:translateY(-2px);box-shadow:0 13px 35px #1c2b201a}.product-card--archived{opacity:.72}.product-card__visual{aspect-ratio:1.25;background:var(--surface-soft);place-items:center;display:grid;position:relative;overflow:hidden}.product-card__visual img{object-fit:cover;width:100%;height:100%}.product-card__visual>span{width:62px;height:62px;color:var(--primary);background:var(--primary-soft);border-radius:18px;place-items:center;display:grid}.product-card__visual em{color:var(--text);background:color-mix(in srgb, var(--surface) 90%, transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:8px;align-items:center;gap:5px;padding:5px 8px;font-size:9px;font-style:normal;font-weight:800;display:flex;position:absolute;bottom:10px;left:10px}.product-card__body{grid-template-columns:1fr auto;gap:10px;padding:15px;display:grid}.product-card__body>div>span{color:var(--primary);text-transform:uppercase;font-size:9px;font-weight:800}.product-card__body h2{margin:4px 0 2px;font-size:15px}.product-card__body h2 a{color:inherit;text-decoration:none}.product-card__body small{color:var(--text-muted);font-size:9px}.product-card__body>strong{grid-column:1/-1;margin-top:6px;font-size:18px}.product-card__body>strong small{font-weight:500}.favorite-button{width:38px;height:38px;color:var(--text-muted);background:var(--background);border:0;border-radius:11px;place-items:center;display:grid}.favorite-button.active{color:#d99120;background:#fff3d8}.product-collection--list{grid-template-columns:1fr}.product-collection--list .product-card{grid-template-columns:115px 1fr;display:grid}.product-collection--list .product-card__visual{aspect-ratio:auto;min-height:105px}.product-collection--list .product-card__body{align-content:center}.catalog-pagination{color:var(--text-muted);justify-content:space-between;align-items:center;margin-top:20px;font-size:11px;display:flex}.catalog-pagination>div{align-items:center;gap:9px;display:flex}.catalog-pagination button{min-height:36px;color:var(--text);border:1px solid var(--border);background:var(--surface);border-radius:9px;padding:0 12px}.catalog-pagination button:disabled{opacity:.45}.category-actions{justify-content:flex-end;margin:-61px 0 20px;display:flex}.category-grid{grid-template-columns:repeat(3,1fr);gap:13px;display:grid}.category-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:16px;grid-template-columns:auto 1fr;gap:15px;padding:21px;display:grid}.category-card--archived{opacity:.64}.category-icon{width:45px;height:45px;color:var(--primary);background:var(--primary-soft);border-radius:13px;place-items:center;display:grid}.category-card small{color:var(--primary);text-transform:uppercase;font-size:9px;font-weight:800}.category-card h2{margin:4px 0 6px;font-size:17px}.category-card p{min-height:32px;color:var(--text-muted);margin-bottom:9px;font-size:10px}.category-card b{font-size:10px}.category-card footer{border-top:1px solid var(--border);grid-column:1/-1;gap:7px;padding-top:11px;display:flex}.category-card footer button{min-height:34px;color:var(--text-muted);background:0 0;border:0;border-radius:8px;align-items:center;gap:5px;font-size:10px;display:flex}.category-card footer svg{width:15px}.catalog-back{color:var(--text-muted);align-items:center;gap:7px;margin:3px 0 18px;font-size:11px;font-weight:700;display:inline-flex}.quick-product-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:23px;grid-template-columns:auto 1fr minmax(330px,440px);align-items:start;gap:clamp(22px,4vw,46px);padding:clamp(25px,5vw,48px);display:grid}.quick-product-icon{width:68px;height:68px;color:var(--primary);background:var(--primary-soft);border-radius:19px;place-items:center;display:grid}.quick-product-card h2{margin-bottom:8px;font-size:25px}.quick-product-card>div>p{color:var(--text-muted)}.quick-product-card form,.product-guided-form,.product-step{gap:17px;display:grid}.quick-product-card label,.product-step label{gap:7px;font-size:12px;font-weight:800;display:grid}.product-step label small{color:var(--text-muted);font-weight:500}.quick-product-card input,.product-step input,.product-step select,.product-step textarea{width:100%;min-height:48px;color:var(--text);border:1px solid var(--border);background:var(--background);border-radius:11px;outline:0;padding:0 13px}.product-step textarea{resize:vertical;min-height:100px;padding-block:12px}.quick-product-card input:focus,.product-step input:focus,.product-step select:focus,.product-step textarea:focus{border-color:var(--focus);box-shadow:0 0 0 3px color-mix(in srgb, var(--focus) 14%, transparent)}.quick-product-card fieldset{border:0;padding:0}.quick-product-card legend{margin-bottom:9px;font-size:12px;font-weight:800}.sale-unit-buttons{grid-template-columns:1fr 1fr;gap:8px;display:grid}.sale-unit-buttons button{min-height:50px;color:var(--text-muted);border:1px solid var(--border);background:var(--background);border-radius:11px;font-weight:700}.sale-unit-buttons button.active{color:var(--primary);border-color:var(--primary);background:var(--primary-soft)}.quick-actions{justify-content:flex-end;gap:8px;display:flex}.product-form-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:22px;padding:clamp(24px,4vw,42px)}.product-form-card .step-indicator{margin-top:0}.product-guided-form{align-content:space-between;max-width:680px;min-height:430px;margin:0 auto}.product-step h2{margin-bottom:0;font-size:27px}.product-step>p{color:var(--text-muted)}.product-price-step input{min-height:74px;font-family:Manrope;font-size:28px;font-weight:800}.image-drop{min-height:220px;color:var(--text-muted);border:2px dashed var(--border);background:var(--background);text-align:center;cursor:pointer;border-radius:17px;align-content:center;place-items:center;padding:30px}.image-drop>svg{width:42px;height:42px;color:var(--primary)}.image-drop input{display:none}.product-step>.text-action{justify-self:center;align-items:center;gap:5px;display:flex}.product-review{background:var(--background);border-radius:17px;grid-template-columns:auto 1fr;padding:28px}.product-review>svg{color:var(--success)}.product-review h2{margin-bottom:8px}.product-review p{color:var(--text);margin-bottom:7px;font-size:18px;font-weight:800}.product-review small{color:var(--text-muted)}.product-details{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:24px;grid-template-columns:minmax(320px,.85fr) 1.15fr;display:grid;overflow:hidden}.product-details__image{min-height:540px;color:var(--primary);background:var(--surface-soft);place-items:center;display:grid}.product-details__image>svg{opacity:.35;width:85px;height:85px}.product-details__image img{object-fit:cover;width:100%;height:100%}.product-details__content{align-self:center;padding:clamp(30px,5vw,62px)}.product-details__content>.eyebrow{margin:22px 0 8px}.product-details__content h1{letter-spacing:-.05em;margin-bottom:13px;font-size:clamp(34px,5vw,53px)}.product-details__content>strong{font-size:26px}.product-details__content>strong small{color:var(--text-muted);font-size:13px}.product-details__content>p:not(.eyebrow){color:var(--text-muted);margin-top:22px;line-height:1.65}.product-facts{grid-template-columns:repeat(3,1fr);gap:8px;margin:30px 0;display:grid}.product-facts>span{background:var(--background);border-radius:11px;gap:4px;padding:13px;display:grid}.product-facts svg{color:var(--primary)}.product-facts small{color:var(--text-muted);font-size:9px}.product-facts b{font-size:11px}.barcode-list{flex-wrap:wrap;gap:7px;display:flex}.barcode-list>span{width:100%;color:var(--text-muted);font-size:10px}.barcode-list code{background:var(--background);border-radius:8px;padding:7px 9px;font-size:10px}.product-details__actions{flex-wrap:wrap;gap:8px;margin-top:30px;display:flex}.start-page{background:radial-gradient(circle at 10% 10%, var(--primary-soft), transparent 35%), var(--background);min-height:100vh;padding:26px}.start-page>header{justify-content:space-between;align-items:center;max-width:1140px;margin:0 auto;display:flex}.start-page>header a{color:inherit;text-decoration:none}.start-layout{grid-template-columns:1fr minmax(390px,.8fr);align-items:center;gap:clamp(45px,8vw,100px);width:min(100%,1050px);margin:clamp(55px,10vh,100px) auto;display:grid}.start-copy h1{letter-spacing:-.06em;max-width:600px;margin:12px 0 18px;font-size:clamp(43px,7vw,72px);line-height:1}.start-copy>p{max-width:570px;color:var(--text-muted);font-size:16px;line-height:1.7}.start-copy>span:not(.eyebrow){color:var(--primary);align-items:center;gap:9px;margin-top:15px;font-size:12px;font-weight:700;display:flex}.start-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-lg);border-radius:25px;gap:18px;padding:clamp(25px,4vw,39px);display:grid}.start-card>label{gap:7px;font-size:12px;font-weight:800;display:grid}.start-card select,.start-card input{width:100%;min-height:49px;color:var(--text);background:0 0;border:0;outline:0;padding:0 12px}.capability-choice{min-height:90px;color:var(--text);border:1px solid var(--border);background:var(--background);text-align:left;border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px;display:grid}.capability-choice.active{border-color:var(--primary);background:var(--primary-soft)}.capability-choice>svg{color:var(--primary)}.capability-choice b,.capability-choice small{display:block}.capability-choice small{color:var(--text-muted);margin-top:4px}.capability-choice i{color:var(--primary);font-size:10px;font-style:normal;font-weight:800}.commercial-context-note{color:var(--text-muted);margin:0;font-size:10px;line-height:1.55}.start-card>a{color:var(--primary);text-align:center;font-size:11px;font-weight:700}.inventory-page,.count-page{max-width:1320px;margin:0 auto;padding:42px clamp(20px,4vw,54px) 110px}.inventory-heading{justify-content:space-between;align-items:flex-end;gap:28px;display:flex}.inventory-heading h1{letter-spacing:-.05em;margin:8px 0;font-size:clamp(31px,4vw,45px)}.inventory-heading p{color:var(--text-muted);margin:0}.inventory-heading>div:last-child{gap:8px;display:flex}.inventory-summary{grid-template-columns:repeat(4,1fr);gap:11px;margin:30px 0 18px;display:grid}.inventory-summary article{border:1px solid var(--border);background:var(--surface);min-height:138px;box-shadow:var(--shadow-sm);border-radius:17px;grid-template-columns:1fr auto;align-content:space-between;padding:19px;display:grid}.inventory-summary svg{color:var(--primary)}.inventory-summary span{color:var(--text-muted);grid-column:1;font-size:10px}.inventory-summary b{grid-area:1/2/span 2;align-self:center;font-size:32px}.inventory-summary button{color:var(--primary);background:0 0;border:0;grid-column:1/-1;align-items:center;gap:5px;font-size:10px;font-weight:800;display:flex}.inventory-cycle{color:#effaf2;background:#174e37!important}.inventory-cycle span{color:#bad5c4!important}.inventory-cycle svg,.inventory-cycle button{color:#9dd7b2!important}.inventory-toolbar{border:1px solid var(--border);background:var(--surface);border-radius:15px;grid-template-columns:1fr 220px 180px;gap:8px;margin-bottom:16px;padding:10px;display:grid}.inventory-toolbar label{background:var(--background);border-radius:10px;align-items:center;gap:8px;min-height:45px;padding:0 12px;display:flex}.inventory-toolbar input,.inventory-toolbar select{width:100%;min-height:45px;color:var(--text);background:var(--background);border:0;border-radius:10px;outline:0}.inventory-layout{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:16px;display:grid}.inventory-products{grid-template-columns:repeat(3,1fr);gap:11px;display:grid}.inventory-card{min-width:0;color:var(--text);border:1px solid var(--border);background:var(--surface);text-align:left;box-shadow:var(--shadow-sm);border-radius:16px;grid-template-columns:74px 1fr;padding:0;display:grid;overflow:hidden}.inventory-card__image{width:74px;min-height:106px;color:var(--primary);background:var(--surface-soft);place-items:center;display:grid}.inventory-card__image img{object-fit:cover;width:100%;height:100%}.inventory-card>span:nth-child(2){min-width:0;padding:13px 12px 5px}.inventory-card>span small,.inventory-card>span b,.inventory-card>span em{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.inventory-card>span small,.inventory-card>span em{color:var(--text-muted);font-size:8px;font-style:normal}.inventory-card>span b{margin:4px 0;font-size:13px}.inventory-card>strong{padding:0 12px 13px;font-size:17px}.inventory-card>strong small{color:var(--text-muted);font-size:9px}.stock-state{color:var(--success);background:var(--primary-soft);border-radius:10px;justify-self:start;margin:0 12px 12px;padding:4px 7px;font-size:8px;font-style:normal;font-weight:800}.stock-state--low{color:var(--warning);background:var(--apricot)}.stock-state--out{color:var(--danger);background:color-mix(in srgb, var(--danger) 9%, transparent)}.movement-panel{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:17px;padding:20px}.movement-panel>header{align-items:center;gap:9px;margin-bottom:11px;display:flex}.movement-panel>header svg{color:var(--primary)}.movement-panel header b,.movement-panel header small{display:block}.movement-panel header small{color:var(--text-muted);font-size:9px}.movement-panel article{border-top:1px solid var(--border);grid-template-columns:55px 1fr;gap:10px;padding:12px 0;display:grid}.movement-panel article>span{font-size:11px;font-weight:800}.movement-panel article b,.movement-panel article small{display:block}.movement-panel article b{font-size:11px}.movement-panel article small{color:var(--text-muted);margin-top:3px;font-size:8px}.positive{color:var(--success)!important}.negative{color:var(--danger)!important}.inventory-empty{min-height:280px;color:var(--text-muted);border:1px dashed var(--border);text-align:center;border-radius:16px;grid-column:1/-1;align-content:center;place-items:center;display:grid}.inventory-empty h2{color:var(--text);margin:13px 0 6px}.inventory-empty p{margin:0;font-size:11px}.inventory-skeleton{background:linear-gradient(90deg, var(--surface-soft), var(--surface), var(--surface-soft));background-size:200%;border-radius:20px;min-height:500px;animation:1.5s infinite shimmer}.inventory-product-hero{color:#effaf2;background:#174e37;border-radius:22px;align-items:center;gap:26px;min-height:210px;padding:25px;display:flex}.inventory-product-hero>img,.inventory-product-hero>svg{object-fit:cover;border-radius:18px;width:155px;height:155px}.inventory-product-hero h1{margin:7px 0;font-size:42px}.inventory-product-hero p{color:#bad5c4}.inventory-product-hero .eyebrow{color:#9dd7b2}.balance-grid{grid-template-columns:repeat(3,1fr);gap:11px;margin:16px 0;display:grid}.balance-grid article{border:1px solid var(--border);background:var(--surface);border-radius:16px;padding:20px}.balance-grid article>span{color:var(--primary);justify-content:space-between;align-items:center;display:flex}.balance-grid article>span small{color:var(--text-muted)}.balance-grid h2{margin:19px 0 7px;font-size:14px}.balance-grid b{margin-bottom:12px;font-size:25px;display:block}.balance-grid b small{color:var(--text-muted);font-size:10px}.inventory-history{border:1px solid var(--border);background:var(--surface);border-radius:18px;padding:23px}.inventory-history>header{align-items:center;gap:11px;display:flex}.inventory-history header svg{color:var(--primary)}.inventory-history h2{margin:0;font-size:18px}.inventory-history header p{color:var(--text-muted);margin:3px 0 12px;font-size:10px}.inventory-history article{border-top:1px solid var(--border);grid-template-columns:120px 1fr auto;align-items:center;gap:16px;min-height:66px;display:grid}.inventory-history article>b{font-size:13px}.inventory-history article strong,.inventory-history article small{display:block}.inventory-history article small,.inventory-history article em{color:var(--text-muted);margin-top:3px;font-size:9px;font-style:normal}.count-page{max-width:900px}.count-page>header{align-items:center;gap:15px;margin-bottom:18px;display:flex}.count-page>header>span{width:56px;height:56px;color:var(--primary);background:var(--primary-soft);border-radius:15px;place-items:center;display:grid}.count-page h1{margin:3px 0;font-size:32px}.count-page header p:last-child{color:var(--text-muted);margin:0}.count-capture{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:24px;justify-items:center;padding:clamp(25px,6vw,55px);display:grid}.count-capture>img,.count-capture>svg{object-fit:cover;width:145px;height:145px;color:var(--primary);border-radius:22px}.count-capture>p{margin:20px 0 5px;font-size:28px;font-weight:800}.count-capture>span{color:var(--text-muted)}.count-capture form{width:min(100%,480px);margin:25px 0 18px}.count-capture input[name=counted_quantity]{text-align:center;min-height:84px;font-size:32px;font-weight:800}.count-capture nav{flex-wrap:wrap;justify-content:center;gap:5px;margin-bottom:19px;display:flex}.count-capture nav button{width:29px;height:29px;color:var(--text-muted);border:1px solid var(--border);background:var(--background);border-radius:50%;font-size:9px}.count-capture nav button.active{color:var(--primary);border-color:var(--primary)}.count-capture nav button.complete{color:#fff;border-color:var(--success);background:var(--success)}.count-review-list{gap:8px;margin-bottom:18px;display:grid}.count-review-list article{border:1px solid var(--border);background:var(--surface);border-radius:14px;grid-template-columns:minmax(180px,1fr) 90px 90px 100px;align-items:center;gap:10px;min-height:80px;padding:11px;display:grid}.count-review-list article>span{align-items:center;gap:10px;display:flex}.count-review-list img,.count-review-list svg{object-fit:cover;border-radius:11px;width:48px;height:48px}.count-review-list small,.count-review-list strong{display:block}.count-review-list small{color:var(--text-muted);font-size:8px}.count-review-list strong{color:var(--text);margin-top:3px;font-size:11px}.count-review-list em{font-size:13px;font-style:normal;font-weight:800}.count-applied{color:var(--success);background:var(--primary-soft);border-radius:12px;align-items:center;gap:8px;padding:14px;font-weight:700;display:flex}.warehouse-list{grid-template-columns:repeat(2,1fr);gap:9px;display:grid}.warehouse-list article{background:var(--background);border-radius:13px;align-items:center;gap:12px;padding:15px;display:flex}.warehouse-list svg{color:var(--primary)}.warehouse-list b,.warehouse-list small{display:block}.warehouse-list small{color:var(--text-muted);margin-top:4px;font-size:9px}.switch-setting{background:var(--background);border-radius:12px;justify-content:space-between;align-items:center;padding:14px;flex-direction:row!important;display:flex!important}.switch-setting b,.switch-setting small{display:block}.switch-setting small{color:var(--text-muted);margin-top:3px;font-size:9px}.switch-setting input{width:20px;height:20px}.invitation-page{background:var(--background);min-height:100vh;padding:26px}.invitation-page>header{justify-content:space-between;align-items:center;max-width:1120px;margin:0 auto;display:flex}.invitation-page>header>a{color:inherit;text-decoration:none}.invitation-card{border:1px solid var(--border);background:var(--surface);width:min(100%,570px);min-height:430px;box-shadow:var(--shadow-lg);text-align:center;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;margin:clamp(55px,10vh,105px) auto 0;padding:clamp(27px,5vw,50px);display:flex}.invitation-icon,.invitation-state>span{width:68px;height:68px;color:var(--primary);background:var(--primary-soft);border-radius:20px;place-items:center;margin-bottom:20px;display:grid}.invitation-card h1{letter-spacing:-.04em;margin-bottom:12px;font-size:31px}.invitation-card>p{max-width:450px;color:var(--text-muted);line-height:1.6}.invitation-details{grid-template-columns:1fr 1fr;gap:9px;width:100%;margin:15px 0 24px;display:grid}.invitation-details>span{background:var(--background);border-radius:13px;justify-items:center;gap:4px;padding:14px;display:grid}.invitation-details svg{color:var(--primary)}.invitation-details small{color:var(--text-muted);text-transform:uppercase;font-size:9px}.invitation-details b{font-size:11px}.invitation-actions{gap:9px;width:100%;display:grid}.invitation-actions a{text-decoration:none}.invitation-expiry{color:var(--text-muted);align-items:center;gap:6px;margin-top:18px;font-size:10px;display:flex}.invitation-loading,.invitation-state{flex-direction:column;align-items:center;display:flex}.invitation-loading svg{color:var(--primary)}.invitation-state p{color:var(--text-muted)}.dialog-backdrop{z-index:50;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#040c0794;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.dialog{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-elevated);width:min(100%,480px);max-height:calc(100vh - 40px);box-shadow:var(--shadow-lg);padding:34px;animation:.18s ease-out dialog-in;position:relative;overflow:auto}.dialog__close{position:absolute;top:16px;right:16px}.dialog h2{letter-spacing:-.035em;margin-bottom:8px;font-size:26px}.dialog>p{color:var(--text-muted);margin-bottom:26px;font-size:13px}.skeleton-shell{grid-template-columns:250px 1fr;min-height:100vh;display:grid}.skeleton-shell aside{border-right:1px solid var(--border);background:var(--surface)}.skeleton-shell main{padding:0 50px}.skeleton-shell header{border-bottom:1px solid var(--border);background:var(--surface);height:72px;margin:0 -50px 50px}.skeleton-title,.skeleton-shell article,.skeleton-panel{background:linear-gradient(90deg, var(--surface-soft), var(--surface), var(--surface-soft));background-size:200%;border-radius:14px;animation:1.5s infinite shimmer}.skeleton-title{width:280px;height:55px}.skeleton-shell section{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:35px;display:grid}.skeleton-shell article{height:190px}.skeleton-panel{height:300px;margin-top:16px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes menu-in{0%{opacity:0;transform:translateY(-5px)scale(.98)}}@keyframes dialog-in{0%{opacity:0;transform:translateY(8px)scale(.98)}}@keyframes shimmer{to{background-position:-200% 0}}.pos-layout{background:var(--background);grid-template-rows:68px 58px minmax(0,1fr);height:100dvh;display:grid;overflow:hidden}.pos-header{border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;padding:0 20px;display:flex}.pos-header>div,.pos-header>div>span{align-items:center;gap:11px;display:flex}.pos-header>div>span{flex-direction:column;align-items:flex-start;gap:2px}.pos-header b{font-family:Manrope,sans-serif;font-size:15px}.pos-header small{color:var(--text-muted);font-size:11px}.pos-icon{border:1px solid var(--border);background:var(--surface);border-radius:12px;place-items:center;width:42px;height:42px;padding:0;display:grid}.pos-icon svg{width:19px}.pos-status{color:var(--text-muted);font-size:12px}.pos-status>svg{color:var(--success)}.pos-status i{background:var(--border);width:1px;height:20px}.pos-tabs{border-bottom:1px solid var(--border);background:var(--surface);scrollbar-width:none;gap:8px;min-width:0;padding:8px 18px;display:flex;overflow-x:auto}.pos-tabs button{border:1px solid var(--border);background:var(--background);border-radius:11px;flex:none;align-items:center;gap:7px;min-height:40px;padding:0 14px;font-size:12px;font-weight:700;display:flex}.pos-tabs button small{color:var(--text-muted)}.pos-tabs button.active{color:var(--primary);border-color:color-mix(in srgb, var(--primary) 40%, var(--border));background:var(--primary-soft)}.pos-tabs .pos-new{color:var(--primary);background:0 0;border-style:dashed}.pos-tabs svg{width:16px}.pos-main{grid-template-columns:minmax(0,1fr) 390px;min-height:0;display:grid}.pos-catalog{min-width:0;padding:18px clamp(18px,2.5vw,34px) 30px;overflow-y:auto}.pos-search{border:1px solid var(--border);background:var(--surface);height:50px;box-shadow:var(--shadow-sm);border-radius:14px;align-items:center;gap:10px;padding:0 15px;display:flex}.pos-search:focus-within{border-color:var(--focus)}.pos-search svg{width:19px;color:var(--text-muted)}.pos-search svg:last-child{margin-left:auto}.pos-search input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;flex:1}.pos-categories{scrollbar-width:none;gap:8px;margin:15px 0 18px;display:flex;overflow-x:auto}.pos-categories button{border:1px solid var(--border);background:var(--surface);white-space:nowrap;border-radius:20px;align-items:center;gap:7px;min-height:38px;padding:0 13px;font-size:12px;font-weight:700;display:flex}.pos-categories button.active{color:#fff;border-color:var(--primary);background:var(--primary)}[data-theme=dark] .pos-categories button.active{color:#102118}.pos-categories small{background:color-mix(in srgb, currentColor 12%, transparent);border-radius:10px;min-width:20px;padding:2px 5px;font-size:9px}.pos-products{grid-template-columns:repeat(auto-fill,minmax(155px,1fr));gap:12px;display:grid}.pos-product{border:1px solid var(--border);background:var(--surface);text-align:left;min-width:0;min-height:220px;box-shadow:var(--shadow-sm);border-radius:17px;grid-template-rows:126px 1fr;padding:0;transition:transform .12s,border-color .12s;display:grid;overflow:hidden}.pos-product:hover{border-color:color-mix(in srgb, var(--primary) 35%, var(--border));transform:translateY(-2px)}.pos-product:active{transform:scale(.98)}.pos-product__image{color:var(--text-muted);background:var(--surface-soft);place-items:center;display:grid;position:relative;overflow:hidden}.pos-product__image img{object-fit:cover;width:100%;height:100%}.pos-product__image>svg{width:30px}.pos-product__image i{color:#664d00;background:#ffe790;border-radius:50%;place-items:center;width:27px;height:27px;font-style:normal;display:grid;position:absolute;top:8px;right:8px}.pos-product>span:last-child{flex-direction:column;align-items:flex-start;min-width:0;padding:11px 12px 13px;display:flex}.pos-product b{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:14px;overflow:hidden}.pos-product small{color:var(--text-muted);font-size:10px}.pos-product strong{color:var(--primary);margin-top:auto;padding-top:7px;font-size:16px}.pos-product strong em{color:var(--text-muted);font-size:10px;font-style:normal;font-weight:500}.pos-product .stock-out{color:var(--danger)}.pos-error{color:var(--danger);background:color-mix(in srgb, var(--danger) 9%, transparent);border-radius:10px;align-items:center;gap:7px;margin:0 0 12px;padding:9px 11px;font-size:12px;display:flex}.pos-cart{border-left:1px solid var(--border);background:var(--surface);grid-template-rows:auto minmax(0,1fr) auto;min-height:0;display:grid;box-shadow:-8px 0 24px #1c2b2009}.pos-cart>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;min-height:68px;padding:14px 18px;display:flex}.pos-cart>header span,.pos-cart>header b{display:block}.pos-cart>header span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:10px}.pos-cart>header b{margin-top:3px;font-size:14px}.pos-cart-close{display:none}.pos-cart__items{padding:4px 16px;overflow-y:auto}.pos-cart__items article{border-bottom:1px solid var(--border);grid-template-columns:48px minmax(0,1fr) auto;gap:10px;min-height:91px;padding:13px 0;display:grid;position:relative}.pos-cart__items article>span{background:var(--surface-soft);border-radius:11px;place-items:center;width:48px;height:48px;display:grid;overflow:hidden}.pos-cart__items article>span img{object-fit:cover;width:100%;height:100%}.pos-cart__items article>div b,.pos-cart__items article>div small{display:block}.pos-cart__items article>div b{font-size:13px}.pos-cart__items article>div small{color:var(--text-muted);margin-top:3px;font-size:10px}.pos-cart__items article>div>button{color:var(--primary);background:0 0;border:0;padding:4px 0;font-size:10px}.pos-cart__items article>strong{font-size:13px}.pos-quantity{grid-column:2/-1;justify-content:flex-end;align-items:center;gap:9px;display:flex}.pos-quantity button,.pos-trash{border:1px solid var(--border);background:var(--background);border-radius:9px;place-items:center;width:30px;height:30px;padding:0;display:grid}.pos-quantity svg,.pos-trash svg{width:14px}.pos-trash{color:var(--danger);position:absolute;bottom:9px;right:0}.pos-cart-empty{height:100%;min-height:260px;color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.pos-cart-empty svg{opacity:.45;width:38px;height:38px;margin-bottom:12px}.pos-cart-empty b{color:var(--text)}.pos-cart-empty span{margin-top:4px;font-size:12px}.pos-cart>footer{border-top:1px solid var(--border);background:var(--surface);padding:14px 18px 18px}.pos-cart>footer>div{justify-content:space-between;margin-bottom:7px;font-size:12px;display:flex}.pos-cart>footer .discount{color:var(--success)}.pos-cart>footer .pos-total{align-items:end;margin:12px 0 13px;font-size:15px;font-weight:700}.pos-cart>footer .pos-total b{letter-spacing:-.04em;font-size:26px}.pos-pay{color:#fff;background:var(--primary);width:100%;min-height:54px;box-shadow:0 8px 22px color-mix(in srgb, var(--primary) 24%, transparent);border:0;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:0 18px;font-family:Manrope,sans-serif;font-weight:800;display:flex}[data-theme=dark] .pos-pay{color:#0b2115}.pos-pay:disabled{cursor:not-allowed;opacity:.45;box-shadow:none}.pos-pay span{margin-left:auto}.pos-link{color:var(--primary);background:0 0;border:0;padding:7px 0;font-size:11px;font-weight:700}.pos-cart-actions{gap:8px;margin:10px 0 0!important}.pos-cart-actions button{min-height:36px;color:var(--text-muted);border:1px solid var(--border);background:var(--background);border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;font-size:10px;display:flex}.pos-cart-actions svg{width:14px}.pos-mobile-cart{display:none}.pos-loading{min-height:100vh;color:var(--text-muted);place-content:center;justify-items:center;gap:12px;display:grid}.pos-loading svg{width:46px;height:46px;color:var(--primary)}.pos-dialog{border:1px solid var(--border);background:var(--surface-elevated);width:min(100%,480px);box-shadow:var(--shadow-lg);border-radius:22px;padding:30px;position:relative}.pos-dialog>small{color:var(--primary);letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:800}.pos-dialog h2{margin:7px 0 22px;font-size:27px}.pos-dialog .dialog__close{position:absolute;top:16px;right:16px}.entry-mode{background:var(--background);border-radius:12px;grid-template-columns:1fr 1fr;margin-bottom:20px;padding:4px;display:grid}.entry-mode button{background:0 0;border:0;border-radius:9px;min-height:38px;font-size:11px;font-weight:700}.entry-mode button.active{color:var(--primary);background:var(--surface);box-shadow:var(--shadow-sm)}.pos-dialog label>span{margin-bottom:7px;font-size:11px;font-weight:700;display:block}.pos-dialog label>div{border:2px solid var(--border);background:var(--background);border-radius:14px;align-items:center;height:64px;padding:0 16px;font-size:24px;font-weight:700;display:flex}.pos-dialog label input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;flex:1;padding:0 7px;font-size:28px;font-weight:800}.pos-dialog label em{color:var(--text-muted);font-size:15px;font-style:normal}.pos-dialog>p{color:var(--text-muted);justify-content:space-between;margin:15px 0 21px;font-size:12px;display:flex}.pos-dialog>p b{color:var(--text);font-size:17px}.rounding-note{text-align:center;margin:13px 0 0;line-height:1.45;display:block;color:var(--text-muted)!important;text-transform:none!important;letter-spacing:0!important;font-weight:400!important}.checkout-backdrop{place-items:stretch end;padding:0}.checkout-dialog{background:var(--surface-elevated);width:min(100%,530px);height:100dvh;box-shadow:var(--shadow-lg);padding:22px 26px;overflow-y:auto}.checkout-dialog>header{grid-template-columns:auto 1fr;align-items:center;column-gap:11px;display:grid}.checkout-dialog>header button{grid-row:1/span 2}.checkout-dialog>header span{font-family:Manrope,sans-serif;font-size:18px;font-weight:800}.checkout-dialog>header small{color:var(--text-muted);font-size:10px}.checkout-total{text-align:center;padding:27px 0 22px}.checkout-total small,.checkout-total strong{display:block}.checkout-total small{color:var(--text-muted);font-size:11px}.checkout-total strong{letter-spacing:-.05em;margin-top:5px;font-family:Manrope,sans-serif;font-size:43px}.payment-methods{gap:9px;display:grid}.payment-methods article{border:1px solid var(--border);background:var(--surface);border-radius:14px;overflow:hidden}.payment-methods article.active{border-color:color-mix(in srgb, var(--primary) 45%, var(--border))}.payment-toggle{text-align:left;background:0 0;border:0;align-items:center;gap:11px;width:100%;min-height:62px;padding:9px 13px;display:flex}.payment-toggle>svg{box-sizing:content-box;color:var(--primary);background:var(--primary-soft);border-radius:10px;padding:8px}.payment-toggle span{flex:1}.payment-toggle b,.payment-toggle small{display:block}.payment-toggle b{font-size:13px}.payment-toggle small{color:var(--text-muted);margin-top:2px;font-size:10px}.payment-toggle i{color:#fff;border:1px solid var(--border);background:var(--background);border-radius:50%;place-items:center;width:22px;height:22px;display:grid}.payment-toggle i svg{width:14px}.active .payment-toggle i{border-color:var(--primary);background:var(--primary)}.payment-input{gap:8px;padding:0 13px 13px;display:grid}.payment-input label{border:1px solid var(--border);background:var(--background);border-radius:10px;align-items:center;min-height:44px;padding:0 11px;display:flex}.payment-input label span{color:var(--text-muted);font-size:10px}.payment-input label input{min-width:0;color:var(--text);text-align:right;background:0 0;border:0;outline:0;flex:1;padding:0 8px;font-weight:700}.payment-input label em{color:var(--text-muted);font-size:10px;font-style:normal}.payment-input>div{gap:6px;display:flex}.payment-input>div button{border:1px solid var(--border);background:var(--surface-soft);border-radius:8px;flex:1;min-height:31px;padding:0 5px;font-size:9px}.checkout-balance{background:var(--background);border-radius:13px;grid-template-columns:1fr 1fr;gap:9px;margin:17px 0;padding:14px;display:grid}.checkout-balance span{color:var(--text-muted);justify-content:space-between;font-size:11px;display:flex}.checkout-balance b{color:var(--text)}.checkout-balance .change{color:var(--success);border-top:1px solid var(--border);grid-column:1/-1;padding-top:9px;font-size:14px}.pos-success{background:radial-gradient(circle at 50% 35%, var(--primary-soft), transparent 34%), var(--background);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:30px;display:flex}.pos-success>span{color:#fff;background:var(--success);width:82px;height:82px;box-shadow:0 15px 40px color-mix(in srgb, var(--success) 28%, transparent);border-radius:50%;place-items:center;display:grid}.pos-success>span svg{width:38px;height:38px}.pos-success>small{color:var(--success);letter-spacing:.09em;text-transform:uppercase;margin-top:24px;font-weight:800}.pos-success h1{letter-spacing:-.06em;margin:8px 0;font-size:clamp(52px,8vw,78px)}.pos-success p{color:var(--text-muted)}.pos-success>div{grid-template-columns:1fr 1fr;gap:9px;width:min(100%,460px);margin-top:25px;display:grid}.pos-success>div button{border:1px solid var(--border);background:var(--surface);border-radius:13px;justify-content:center;align-items:center;gap:8px;min-height:50px;font-weight:700;display:flex}.pos-success>div .pos-pay{background:var(--primary);grid-column:1/-1}.print-page{color:#19231b;background:#e8ebe6;min-height:100vh;padding:30px 20px 70px}.print-toolbar{justify-content:space-between;width:min(100%,680px);margin:0 auto 18px;display:flex}.print-toolbar button{background:#fff;border:1px solid #d6dcd4;border-radius:10px;align-items:center;gap:7px;min-height:42px;padding:0 14px;display:flex}.print-toolbar svg{width:17px}.paper{background:#fff;width:min(100%,430px);min-height:620px;margin:0 auto;padding:38px 34px;box-shadow:0 15px 50px #141e1721}.paper>header{text-align:center}.paper>header svg{color:#176b45;width:34px;height:34px}.paper>header h1{margin:8px 0 3px;font-size:24px}.paper>header p{color:#69726a;font-size:11px}.paper-meta{border-block:1px dashed #cfd6cc;grid-template-columns:1fr 1fr;gap:13px;margin:26px 0 20px;padding:15px 0;display:grid}.paper-meta span,.paper-meta b{display:block}.paper-meta span{color:#69726a;text-transform:uppercase;font-size:9px}.paper-meta b{margin-top:3px;font-size:11px}.paper-items>div,.paper-totals>div,.paper-payments>div{border-bottom:1px solid #edf0eb;justify-content:space-between;align-items:center;gap:18px;padding:9px 0;display:flex}.paper-items b,.paper-items small{display:block}.paper-items b{font-size:12px}.paper-items small{color:#69726a;margin-top:3px;font-size:9px}.paper-items strong{font-size:12px}.paper-totals{margin-top:17px}.paper-totals>div,.paper-payments>div{font-size:11px}.paper-totals .grand{border-top:2px solid #19231b;border-bottom:0;padding-top:14px;font-size:16px}.paper-payments{margin-top:25px}.paper-payments h2{font-size:13px}.paper-payments small{color:#69726a}.paper>footer{color:#69726a;text-align:center;margin-top:35px;font-size:10px;line-height:1.5}.ticket-barcode{fill:#111;width:100%;height:70px;margin-top:24px}.ticket-code{letter-spacing:.14em;text-align:center;margin-top:7px;font-family:monospace;font-size:15px;display:block}.exchange-paper .paper-items strong{font-size:15px}.print-loading{place-items:center;min-height:100vh;display:grid}@media (width<=1100px){.metric-grid{grid-template-columns:repeat(2,1fr)}.auth-story{padding-inline:40px}.dashboard-grid{grid-template-columns:1fr}.landing-hero{grid-template-columns:1fr;padding-top:40px}.landing-hero__copy{text-align:center;max-width:760px;margin:0 auto}.landing-hero__copy>p{margin-inline:auto}.landing-hero__copy>div,.landing-hero__copy>small{justify-content:center}}@media (width<=800px){.pos-layout{grid-template-rows:62px 54px minmax(0,1fr);padding-bottom:76px}.pos-header{padding-inline:11px}.pos-status span,.pos-status i{display:none}.pos-tabs,.pos-tabs button{padding-inline:11px}.pos-main{display:block}.pos-catalog{height:100%;padding:13px 12px 22px}.pos-products{grid-template-columns:repeat(3,1fr);gap:9px}.pos-product{border-radius:14px;grid-template-rows:108px 1fr;min-height:196px}.pos-cart{z-index:60;width:min(92vw,410px);box-shadow:var(--shadow-lg);transition:transform .2s;position:fixed;inset:0 0 0 auto;transform:translate(105%)}.pos-cart.open{transform:translate(0)}.pos-cart-close{display:grid}.pos-mobile-cart{z-index:45;right:11px;bottom:max(10px, env(safe-area-inset-bottom));color:#fff;background:var(--primary);min-height:58px;box-shadow:0 10px 28px color-mix(in srgb, var(--primary) 34%, transparent);border:0;border-radius:16px;align-items:center;gap:10px;padding:0 17px;display:flex;position:fixed;left:11px}[data-theme=dark] .pos-mobile-cart{color:#0b2115}.pos-mobile-cart span{font-size:11px}.pos-mobile-cart b{margin-left:auto;font-size:18px}.pos-mobile-cart svg{width:20px}.start-layout{grid-template-columns:1fr;margin-top:45px}.inventory-summary{grid-template-columns:repeat(2,1fr)}.inventory-layout{grid-template-columns:1fr}.inventory-products{grid-template-columns:repeat(2,1fr)}.inventory-toolbar{grid-template-columns:1fr 1fr}.inventory-toolbar label{grid-column:1/-1}.balance-grid{grid-template-columns:repeat(2,1fr)}.auth-layout{background:var(--surface);display:block}.auth-story{display:none}.auth-panel{padding:110px 24px 64px}.auth-panel__top{justify-content:space-between}.auth-panel__top .brand{display:flex}.legal-copy{text-align:center;margin-top:40px;position:static}.onboarding__grid{grid-template-columns:1fr;gap:35px;margin-top:45px}.onboarding__intro h1{font-size:40px}.onboarding__art{display:none}.onboarding__form-card{width:100%;max-width:520px}.app-shell,.app-shell--collapsed{display:block}.sidebar{width:274px;box-shadow:var(--shadow-lg);transition:transform .22s;position:fixed;inset:0 auto 0 0;transform:translate(-105%)}.sidebar--mobile-open{transform:translate(0)}.sidebar--mobile-open .brand--compact{justify-content:flex-start}.sidebar--mobile-open .brand--compact:after{content:"Deploy Commerce";margin-left:10px;font-family:Manrope;font-weight:800}.sidebar__close-mobile{display:grid}.mobile-scrim{z-index:15;background:#040c0773;border:0;position:fixed;inset:0}.topbar{height:64px;padding:0 16px}.mobile-menu{display:grid}.topbar__search{display:none}.dashboard{padding:28px 18px 96px}.dashboard__heading{align-items:flex-start}.dashboard__heading .button{width:45px;min-width:45px;padding:0;font-size:0}.dashboard__heading .button small{display:none}.metric-grid{margin-top:25px}.mobile-nav{z-index:12;right:12px;bottom:max(12px, env(safe-area-inset-bottom));border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 92%, transparent);min-height:64px;box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:18px;grid-template-columns:repeat(5,1fr);padding:7px;display:grid;position:fixed;left:12px}.mobile-nav button{color:var(--text-muted);background:0 0;border:0;border-radius:11px;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:9px;display:flex}.mobile-nav button.active{color:var(--primary);background:var(--primary-soft);font-weight:800}.skeleton-shell{display:block}.skeleton-shell aside{display:none}.skeleton-shell section{grid-template-columns:repeat(2,1fr)}.landing-header{height:70px;padding-inline:18px}.landing-header nav{border:1px solid var(--border);background:var(--surface-elevated);box-shadow:var(--shadow-lg);border-radius:16px;align-items:stretch;padding:13px;display:none;position:absolute;top:64px;left:14px;right:14px}.landing-header nav.open{display:grid}.landing-header nav>a{align-items:center;min-height:43px;padding:0 12px;display:flex}.landing-header nav .button{justify-content:center}.landing-menu{display:grid}.landing-hero{min-height:auto;padding:55px 18px 80px}.landing-hero__copy h1{font-size:clamp(42px,11vw,62px)}.landing-hero__visual{min-height:430px}.visual-window{width:92%}.floating-note--stock{right:0}.floating-note--sales{left:0}.landing-features{padding:85px 18px}.landing-features>div{grid-template-columns:repeat(2,1fr)}.landing-modular{grid-template-columns:1fr;gap:32px;width:auto;min-height:auto;margin:0 18px 90px;padding:55px 36px}.landing-modular>div:first-child{max-width:620px}.module-map{min-height:390px}.catalog-toolbar{grid-template-columns:1fr 1fr}.catalog-search{grid-column:1/-1}.product-collection,.category-grid{grid-template-columns:repeat(2,1fr)}.quick-product-card{grid-template-columns:auto 1fr}.quick-product-card form{grid-column:1/-1}.product-details{grid-template-columns:1fr}.product-details__image{min-height:400px;max-height:520px}.settings-page{padding:28px 16px 100px}.form-grid,.form-grid--three,.branch-grid,.capability-grid,.subscription-grid{grid-template-columns:1fr}.member-row{grid-template-columns:auto 1fr auto}.member-row>.state-badge{grid-column:2;justify-self:start}.member-row>select,.owner-role{grid-column:2}.row-actions{grid-area:1/3/span 2}.invitation-row .row-actions{grid-row:1/span 3}.capability-hero{align-items:flex-start}.capability-grid article{grid-template-columns:auto 1fr}.capability-grid article>.state-badge{grid-column:2;justify-self:start}.capability-action{grid-column:2;justify-items:start}.limit-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.pos-header>div>span small{text-overflow:ellipsis;white-space:nowrap;max-width:180px;overflow:hidden}.pos-status{font-size:0}.pos-search{height:47px}.pos-products{grid-template-columns:repeat(2,1fr)}.pos-product{grid-template-rows:108px 1fr;min-height:198px}.pos-product>span:last-child{padding:9px}.pos-product b{font-size:12px}.pos-product strong{font-size:14px}.pos-dialog{width:100%;padding:25px 18px max(24px, env(safe-area-inset-bottom));border-radius:22px 22px 0 0;align-self:end}.dialog-backdrop:has(.pos-dialog){align-items:end;padding:0}.checkout-dialog{padding:16px 14px max(20px, env(safe-area-inset-bottom))}.checkout-total strong{font-size:38px}.pos-success>div{grid-template-columns:1fr}.pos-success>div .pos-pay{grid-column:auto}.start-page{padding:18px}.start-copy h1{font-size:43px}.start-card{padding:23px 18px}.inventory-page,.count-page{padding:26px 14px 100px}.inventory-heading{flex-direction:column;align-items:flex-start}.inventory-heading>div:last-child{width:100%}.inventory-heading .button{flex:1;padding-inline:10px;font-size:10px}.inventory-summary{gap:8px}.inventory-summary article{min-height:115px;padding:14px}.inventory-products,.inventory-toolbar{grid-template-columns:1fr}.inventory-toolbar label{grid-column:auto}.movement-panel{order:-1}.inventory-product-hero{flex-direction:column;align-items:flex-start}.inventory-product-hero>img,.inventory-product-hero>svg{width:100px;height:100px}.inventory-product-hero h1{font-size:34px}.balance-grid,.warehouse-list{grid-template-columns:1fr}.inventory-history article{grid-template-columns:100px 1fr;padding:12px 0}.inventory-history article em{grid-column:2}.count-page>header{align-items:flex-start}.count-capture{padding-inline:18px}.count-capture>img,.count-capture>svg{width:120px;height:120px}.count-review-list article{grid-template-columns:1fr 1fr}.count-review-list article>span{grid-column:1/-1}.auth-card h2{font-size:29px}.onboarding{padding-inline:16px}.onboarding__header .brand__name{font-size:16px}.onboarding__intro h1{font-size:35px}.onboarding__form-card{padding:22px}.metric-grid{grid-template-columns:1fr 1fr;gap:10px}.metric-card{min-height:164px;padding:15px}.metric-card>div{align-items:flex-start}.status-dot{text-align:right;max-width:60px}.metric-card h2{margin-top:18px}.metric-card>small{display:none}.panel{padding:17px}.dialog{padding:28px 20px}.profile-menu{right:-4px}.landing-header .brand__name{font-size:15px}.landing-hero__copy{text-align:left}.landing-hero__copy>div{display:grid}.landing-hero__copy>small{justify-content:flex-start}.landing-hero__visual{min-height:325px}.landing-hero__visual:before{width:330px;height:330px}.visual-window{min-height:270px}.visual-window__body{grid-template-columns:48px 1fr;min-height:220px}.visual-window__body aside{padding:13px 8px}.visual-window__body aside i{height:25px}.visual-window__body section{padding:17px}.visual-cards{gap:6px;margin-top:19px}.visual-cards i{height:55px}.visual-chart{gap:8px;height:90px;padding:12px}.floating-note{display:none}.landing-features>div{grid-template-columns:1fr}.landing-features article{min-height:210px}.landing-modular{border-radius:24px;margin-inline:14px;padding:42px 20px}.module-map{min-height:300px}.module-map:before{width:220px;height:220px}.module-map:after{width:280px;height:280px}.module-core{width:154px;min-height:132px;padding:18px}.module-map i{padding:7px 9px;font-size:9px}.module-map i:nth-of-type(2){right:0}.module-map i:nth-of-type(3){right:5px}.module-map i:nth-of-type(4){left:5px}.module-map i:nth-of-type(5){left:0}.landing-final>div{display:grid}.landing-footer{text-align:center;flex-direction:column;gap:15px}.settings-nav{margin-inline:-4px}.settings-nav a{padding-inline:11px}.list-heading{align-items:flex-start}.list-heading .button{width:45px;padding:0;font-size:0}.list-heading .button svg{margin:0}.member-row{gap:10px}.member-avatar{width:37px;height:37px}.row-actions button{padding:0 5px}.capability-hero{display:block}.capability-hero>span{margin-bottom:22px}.subscription-overview{flex-direction:column;align-items:flex-start}.limit-grid{grid-template-columns:1fr}.catalog-page{padding:26px 14px 100px}.catalog-heading{align-items:flex-start}.catalog-heading .button{width:46px;padding:0;font-size:0}.catalog-toolbar{grid-template-columns:1fr}.catalog-search{grid-column:auto}.view-toggle{display:none}.product-collection{grid-template-columns:1fr 1fr;gap:9px}.product-card__body{padding:11px}.product-card__body h2{font-size:13px}.product-card__body>strong{font-size:15px}.category-grid{grid-template-columns:1fr}.category-actions{justify-content:flex-start;margin:0 0 16px}.quick-product-card{grid-template-columns:1fr;padding:24px 19px}.quick-product-card form{grid-column:auto}.quick-product-icon{width:54px;height:54px}.quick-actions{display:grid}.product-form-card{padding:20px 15px}.product-form-card .step-indicator small{display:none}.product-guided-form{min-height:460px}.product-details__image{min-height:300px}.product-details__content{padding:26px 19px}.product-facts{grid-template-columns:1fr}.product-details__actions{display:grid}.invitation-page{padding:18px}.invitation-page>header .brand__name{display:none}.invitation-card{margin-top:45px;padding:28px 20px}.invitation-details{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.operation-page{width:min(100%,1160px);margin:0 auto;padding:42px clamp(22px,4vw,58px) 100px}.cashier-chip{min-height:42px;color:var(--text);border:1px solid var(--border);background:var(--surface);text-align:left;border-radius:12px;grid-template-columns:32px auto;align-items:center;column-gap:7px;padding:4px 10px 4px 5px;display:grid}.cashier-chip>span{width:32px;height:32px;color:var(--primary);background:var(--primary-soft);border-radius:9px;grid-row:1/span 2;place-items:center;font-weight:800;display:grid}.cashier-chip small{color:var(--text-muted);text-transform:uppercase;align-self:end;font-size:8px}.cashier-chip b{text-overflow:ellipsis;white-space:nowrap;align-self:start;max-width:110px;font-size:10px;overflow:hidden}.cashier-dialog{width:min(100%,430px)}.operation-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px;display:flex}.operation-heading h1{letter-spacing:-.045em;margin:5px 0 7px;font-size:clamp(30px,4vw,44px)}.operation-heading p{max-width:680px;color:var(--text-muted);margin:0}.operation-heading>div:last-child,.cash-actions{gap:9px;display:flex}.operation-empty{border:1px dashed var(--border);background:var(--surface);text-align:center;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;min-height:390px;padding:30px;display:flex}.operation-empty.compact{border:0;min-height:260px}.operation-empty>svg{width:62px;height:62px;color:var(--primary);background:var(--primary-soft);border-radius:20px;padding:16px}.operation-empty h2{margin:18px 0 7px}.operation-empty p{max-width:460px;color:var(--text-muted);margin:0 0 22px}.money-hero{color:#fff;background:linear-gradient(135deg,#155d3d,#1c8658);border-radius:25px;flex-direction:column;justify-content:center;align-items:center;min-height:210px;padding:32px;display:flex;box-shadow:0 18px 45px #125b3a33}[data-theme=dark] .money-hero{color:#eafff2}.money-hero small{opacity:.72;text-transform:uppercase;letter-spacing:.08em}.money-hero strong{letter-spacing:-.06em;margin:8px 0;font:800 clamp(42px,7vw,70px)/1 Manrope,sans-serif}.money-hero span{opacity:.76;font-size:11px}.cash-metrics{grid-template-columns:repeat(5,1fr);gap:10px;margin:14px 0;display:grid}.cash-metrics article,.document-facts article{border:1px solid var(--border);background:var(--surface);border-radius:15px;padding:18px}.cash-metrics span,.document-facts span{color:var(--text-muted);font-size:10px;display:block}.cash-metrics b,.document-facts b{margin-top:8px;font-size:16px;display:block}.cash-actions{justify-content:flex-end;margin-bottom:20px}.operation-list{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:18px;margin-top:20px;overflow:hidden}.operation-list>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;min-height:58px;padding:0 18px;display:flex}.operation-list>header h2{font-size:15px}.operation-list>header span{color:var(--text-muted);font-size:11px}.operation-list>article,.operation-list>button{width:100%;min-height:72px;color:var(--text);border:0;border-bottom:1px solid var(--border);text-align:left;background:0 0;grid-template-columns:40px minmax(0,1fr) auto 135px;align-items:center;gap:12px;padding:11px 18px;display:grid}.operation-list>button{cursor:pointer}.operation-list>article:last-child,.operation-list>button:last-child{border-bottom:0}.operation-list i{border-radius:11px;place-items:center;width:36px;height:36px;font-style:normal;font-weight:900;display:grid}.operation-list i svg{width:18px}.operation-list i.in{color:var(--success);background:color-mix(in srgb, var(--success) 12%, transparent)}.operation-list i.out{color:var(--danger);background:color-mix(in srgb, var(--danger) 12%, transparent)}.operation-list i.neutral{color:var(--text-muted);background:var(--background)}.operation-list b,.operation-list small{display:block}.operation-list small{color:var(--text-muted);margin-top:4px}.operation-list strong{font-size:13px}.operation-list time{color:var(--text-muted);text-align:right;font-size:10px}.operation-dialog{width:min(100%,470px)}.operation-skeleton{background:var(--surface);border-radius:20px;min-height:450px;animation:1.2s infinite pulse}.operation-switch{background:var(--surface-soft);border-radius:12px;padding:4px}.operation-switch button{min-height:38px;color:var(--text-muted);background:0 0;border:0;border-radius:9px;padding:0 13px;font-weight:700}.operation-switch button.active{color:var(--primary);background:var(--surface);box-shadow:var(--shadow-sm)}.wizard-steps{grid-template-columns:repeat(4,1fr);margin:0 0 18px;padding:0;list-style:none;display:grid}.wizard-steps li{color:var(--text-muted);align-items:center;gap:8px;font-size:10px;font-weight:700;display:flex}.wizard-steps li:after{content:"";background:var(--border);flex:1;height:1px}.wizard-steps li:last-child:after{display:none}.wizard-steps span{background:var(--surface-soft);border-radius:50%;place-items:center;width:25px;height:25px;display:grid}.wizard-steps li.active{color:var(--primary)}.wizard-steps li.active span{color:#fff;background:var(--primary)}.lookup-card,.wizard-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:22px;padding:clamp(22px,4vw,38px)}.lookup-card{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:330px;display:flex}.lookup-card>i{width:58px;height:58px;color:var(--primary);background:var(--primary-soft);border-radius:17px;place-items:center;display:grid}.lookup-card h2{margin:17px 0 5px}.lookup-card form{gap:8px;width:min(100%,580px);margin-top:20px;display:flex}.lookup-card input,.replacement-picker select{min-height:47px;color:var(--text);border:1px solid var(--border);background:var(--background);border-radius:11px;outline:0;padding:0 13px}.lookup-card input{flex:1}.wizard-card>header{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding-bottom:19px;display:flex}.wizard-card>header>svg{color:var(--primary)}.wizard-card>header b,.wizard-card>header small{display:block}.wizard-card>header small{color:var(--text-muted);margin-top:4px}.wizard-items article{border-bottom:1px solid var(--border);grid-template-columns:1fr 150px 130px;align-items:center;gap:13px;padding:15px 0;display:grid}.wizard-items b,.wizard-items small{display:block}.wizard-items small{color:var(--text-muted);margin-top:4px}.wizard-items label{color:var(--text-muted);font-size:9px}.wizard-items input{width:100%;min-height:38px;color:var(--text);border:1px solid var(--border);background:var(--background);border-radius:9px;margin-top:4px;padding:0 10px}.wizard-items .mini-check{align-items:center;gap:7px;display:flex}.wizard-items .mini-check input{width:auto;min-height:0;accent-color:var(--primary);margin:0}.replacement-picker{background:var(--background);border-radius:14px;margin:20px 0;padding:18px}.replacement-picker h3{margin:0 0 10px;font-size:13px}.replacement-picker select{background:var(--surface);width:100%}.replacement-picker>small{color:var(--text-muted);margin-top:8px;display:block}.operation-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:570px;display:flex}.operation-success>svg{width:80px;height:80px;color:var(--success)}.operation-success h1{margin:20px 0 7px;font-size:42px}.operation-success p{color:var(--text-muted);margin:0 0 24px}.document-hero{border:1px solid var(--border);background:var(--surface);border-radius:22px;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;padding:30px;display:grid}.document-hero>i{border-radius:19px;place-items:center;width:66px;height:66px;display:grid}.document-hero>i svg{width:30px;height:30px}.document-hero>i.in{color:var(--success);background:color-mix(in srgb, var(--success) 13%, transparent)}.document-hero>i.out{color:var(--danger);background:color-mix(in srgb, var(--danger) 13%, transparent)}.document-hero>i.neutral{color:var(--primary);background:var(--primary-soft)}.document-hero span{color:var(--text-muted);text-transform:uppercase;font-size:10px}.document-hero h1{margin:4px 0}.document-hero p{color:var(--text-muted);margin:0}.document-facts{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:13px;display:grid}.plain-back{color:var(--text-muted);background:0 0;border:0;align-items:center;gap:7px;margin-bottom:18px;display:flex}.plain-back svg{width:17px}.demo-notice{color:var(--primary);border:1px solid color-mix(in srgb, var(--primary) 25%, var(--border));background:var(--primary-soft);border-radius:15px;gap:13px;margin-bottom:14px;padding:17px;display:flex}.demo-notice p{color:var(--text-muted);margin:4px 0 0}.settings-card>svg{color:var(--primary)}.check-row{align-items:center;gap:11px;flex-direction:row!important;display:flex!important}.check-row input{width:18px;accent-color:var(--primary)}.check-row b,.check-row small{display:block}.check-row small{color:var(--text-muted);margin-top:3px}@media (width<=800px){.cash-metrics{grid-template-columns:repeat(2,1fr)}.operation-heading{flex-direction:column;align-items:flex-start}.wizard-items article{grid-template-columns:1fr 120px}.wizard-items .mini-check{grid-column:1/-1}.document-hero{grid-template-columns:auto 1fr}.document-hero>.button{grid-column:1/-1}.document-facts{grid-template-columns:1fr}}@media (width<=520px){.cashier-chip{grid-template-columns:32px;padding-right:5px}.cashier-chip small,.cashier-chip b{display:none}.operation-page{padding:26px 14px 100px}.operation-heading>div:last-child,.cash-actions{width:100%}.cash-actions .button{flex:1;padding-inline:8px;font-size:9px}.money-hero{min-height:170px}.money-hero strong{font-size:44px}.cash-metrics{gap:7px}.operation-list>article,.operation-list>button{grid-template-columns:36px 1fr auto;padding-inline:11px}.operation-list time{text-align:left;grid-column:2/-1}.wizard-steps li{font-size:0}.lookup-card form{display:grid}.wizard-items article{grid-template-columns:1fr}.wizard-items .mini-check{grid-column:auto}.document-hero{grid-template-columns:1fr;padding:21px}.document-hero>i{width:52px;height:52px}}@media print{:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{background:#fff}.print-page{background:#fff;padding:0}.print-toolbar{display:none}.paper{width:100%;min-height:0;box-shadow:none;padding:16px}.toast,.top-progress{display:none!important}}.purchasing-page{width:min(100%,1320px);margin:0 auto;padding:42px clamp(22px,4vw,58px) 110px}.purchasing-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin:12px 0 28px;display:flex}.purchasing-heading h1{letter-spacing:-.05em;margin:6px 0 7px;font-size:clamp(31px,4vw,46px)}.purchasing-heading p{color:var(--text-muted);margin:0}.purchasing-heading>div:last-child{gap:9px;display:flex}.purchasing-heading>select{min-height:44px;color:var(--text);border:1px solid var(--border);background:var(--surface);border-radius:11px;padding:0 13px}.purchasing-loading{background:var(--surface);border-radius:24px;min-height:480px;animation:1.2s infinite pulse}.purchasing-panel{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:19px;padding:22px;overflow:hidden}.purchasing-panel>h2{margin:0 0 15px;font-size:16px}.supplier-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.supplier-card{min-height:260px;color:var(--text);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);text-align:left;border-radius:19px;flex-direction:column;align-items:flex-start;padding:22px;transition:all .18s;display:flex}.supplier-card:hover{border-color:color-mix(in srgb, var(--primary) 35%, var(--border));transform:translateY(-2px)}.supplier-card>svg{width:42px;height:42px;color:var(--primary);background:var(--primary-soft);border-radius:12px;margin:26px 0 12px;padding:10px}.supplier-card h2{margin:0;font-size:18px}.supplier-card p{color:var(--text-muted);margin:5px 0 18px;font-size:11px}.supplier-card footer{border-top:1px solid var(--border);grid-template-columns:1fr 1fr;gap:8px;width:100%;margin-top:auto;padding-top:16px;display:grid}.supplier-card footer small,.supplier-card footer b{display:block}.supplier-card footer small{color:var(--text-muted);font-size:9px}.supplier-card footer b{margin-top:4px;font-size:11px}.purchasing-metrics{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px;display:grid}.purchasing-metrics article{border:1px solid var(--border);background:var(--surface);border-radius:16px;flex-direction:column;align-items:flex-start;min-height:118px;padding:17px;display:flex}.purchasing-metrics svg{width:18px;color:var(--primary)}.purchasing-metrics small{color:var(--text-muted);margin-top:auto;font-size:9px}.purchasing-metrics b{text-overflow:ellipsis;max-width:100%;margin-top:5px;font-size:14px;overflow:hidden}.purchasing-metrics .text-action{margin-top:5px}.purchasing-columns{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:14px;display:grid}.history-row,.purchase-item{border-bottom:1px solid var(--border);align-items:center;gap:15px;min-height:65px;padding:11px 0;display:flex}.history-row:last-child,.purchase-item:last-child{border:0}.history-row>div,.purchase-item>div{flex:1}.history-row b,.history-row small,.purchase-item b,.purchase-item small{display:block}.history-row small,.purchase-item small{color:var(--text-muted);margin-top:3px;font-size:9px}.history-row strong{font-size:13px}.purchase-list{padding:0}.purchase-row{width:100%;min-height:74px;color:var(--text);border:0;border-bottom:1px solid var(--border);text-align:left;background:0 0;grid-template-columns:minmax(0,1fr) 170px 130px;align-items:center;gap:14px;padding:12px 18px;display:grid}.purchase-row:last-child{border:0}.purchase-row:hover{background:var(--surface-soft)}.purchase-row b,.purchase-row small{display:block}.purchase-row small{color:var(--text-muted);margin-top:3px;font-size:10px}.purchase-row>span:last-child{text-align:right}.purchase-status{background:var(--surface-soft);width:max-content;color:var(--text-muted);border-radius:30px;padding:6px 9px;font-size:9px;font-weight:800}.purchase-status--ordered,.purchase-status--partially_received{color:#8c5a00;background:#ffbd452e}.purchase-status--received{color:var(--success);background:var(--primary-soft)}.purchase-status--cancelled{color:var(--danger);background:color-mix(in srgb, var(--danger) 10%, transparent)}.purchase-create{gap:14px;display:grid}.purchase-basics{grid-template-columns:1fr 1fr;gap:12px;display:grid}.purchase-basics label,.purchase-line label{color:var(--text-muted);gap:6px;font-size:10px;font-weight:700;display:grid}.purchase-basics select,.purchase-line select,.purchase-line input{width:100%;min-height:44px;color:var(--text);border:1px solid var(--border);background:var(--background);border-radius:10px;padding:0 11px}.purchase-lines{gap:8px;display:grid}.purchase-line{grid-template-columns:minmax(230px,1fr) 130px 160px 38px;align-items:end;gap:9px;display:grid}.purchase-line>.icon-button{color:var(--danger);margin-bottom:3px}.text-action{color:var(--primary);background:0 0;border:0;align-items:center;gap:5px;padding:7px 0;font-size:10px;font-weight:800;display:inline-flex}.text-action svg{width:15px}.purchase-total{border:1px solid var(--border);background:var(--surface);border-radius:17px;justify-content:flex-end;align-items:center;gap:22px;padding:18px 22px;display:flex}.purchase-total span{margin-right:auto}.purchase-total small,.purchase-total b{display:block}.purchase-total small{color:var(--text-muted)}.purchase-total b{margin-top:4px;font-size:26px}.purchase-item{grid-template-columns:minmax(0,1fr) 120px 120px auto;display:grid}.receipt-card{background:var(--background);border-radius:13px;margin-bottom:9px;padding:14px}.receipt-card header{justify-content:space-between;display:flex}.receipt-card small{color:var(--text-muted)}.receipt-card p{align-items:center;gap:6px;margin:9px 0 0;font-size:11px;display:flex}.receipt-card p svg{width:14px;color:var(--success)}.purchasing-dialog{width:min(100%,520px)}.purchasing-dialog>h2{margin:6px 0}.purchasing-dialog>p{color:var(--text-muted);margin:0 0 19px}.receive-dialog{max-height:90vh;overflow-y:auto}.purchasing-empty{text-align:center;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;min-height:260px;display:flex}.purchasing-empty>svg{width:50px;height:50px;color:var(--primary);background:var(--primary-soft);border-radius:15px;padding:12px}.purchasing-empty h2{margin:14px 0 4px}.purchasing-empty p{max-width:410px;color:var(--text-muted)}.replenishment-alert{width:100%;min-height:68px;color:var(--text);border:1px solid color-mix(in srgb, var(--warning) 35%, var(--border));background:color-mix(in srgb, var(--warning) 8%, var(--surface));text-align:left;border-radius:14px;align-items:center;gap:12px;margin:0 0 14px;padding:12px 16px;display:flex}.replenishment-alert>svg:first-child{color:var(--warning)}.replenishment-alert>svg:last-child{margin-left:auto}.replenishment-alert b,.replenishment-alert small{display:block}.replenishment-alert small{color:var(--text-muted);margin-top:3px}.replenishment-list{gap:10px;display:grid}.replenishment-card{border:1px solid var(--border);background:var(--surface);border-radius:17px;padding:18px}.replenishment-card--low,.replenishment-card--out{border-left:4px solid var(--warning)}.replenishment-check{align-items:center;gap:11px;display:flex}.replenishment-check input{width:18px;height:18px;accent-color:var(--primary)}.replenishment-check b,.replenishment-check small{display:block}.replenishment-check small{color:var(--text-muted);margin-top:3px}.replenishment-numbers{grid-template-columns:repeat(4,1fr);gap:8px;margin-top:15px;display:grid}.replenishment-numbers span{background:var(--background);border-radius:11px;padding:11px}.replenishment-numbers small,.replenishment-numbers b{display:block}.replenishment-numbers small{color:var(--text-muted);font-size:9px}.replenishment-numbers b{margin-top:4px;font-size:12px}.replenishment-numbers .suggested{color:var(--primary);background:var(--primary-soft)}.count-warning{color:#936400;align-items:center;gap:6px;font-size:10px;display:flex}.count-warning svg{width:15px}.replenishment-card details{margin-top:12px}.replenishment-card summary{color:var(--primary);cursor:pointer;font-size:10px;font-weight:800}.replenishment-settings{grid-template-columns:120px 120px minmax(180px,1fr) auto;align-items:end;gap:8px;margin-top:10px;display:grid}.replenishment-settings label{color:var(--text-muted);gap:4px;font-size:9px;display:grid}.replenishment-settings input,.replenishment-settings select{min-height:38px;color:var(--text);border:1px solid var(--border);background:var(--background);border-radius:9px;padding:0 9px}.replenishment-draft{z-index:10;border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 93%, transparent);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:16px;align-items:center;gap:12px;margin-top:16px;padding:13px;display:flex;position:sticky;bottom:14px}.replenishment-draft>div{flex:1;align-items:center;gap:10px;display:flex}.replenishment-draft b,.replenishment-draft small{display:block}.replenishment-draft small{color:var(--text-muted);margin-top:3px}.replenishment-draft select{min-height:40px;color:var(--text);border:1px solid var(--border);background:var(--background);border-radius:10px;padding:0 10px}.product-cost-card{background:var(--primary-soft);border-radius:14px;grid-template-columns:auto 1fr 1fr;align-items:center;gap:12px;margin:17px 0;padding:15px;display:grid}.product-cost-card>svg{color:var(--primary)}.product-cost-card small,.product-cost-card b{display:block}.product-cost-card small{color:var(--text-muted);font-size:9px}.product-cost-card b{margin-top:3px;font-size:11px}@media (width<=900px){.supplier-grid{grid-template-columns:repeat(2,1fr)}.purchasing-columns{grid-template-columns:1fr}.purchasing-metrics{grid-template-columns:repeat(2,1fr)}.purchase-line{grid-template-columns:1fr 110px 140px 38px}.replenishment-settings{grid-template-columns:1fr 1fr}}@media (width<=600px){.purchasing-page{padding:26px 14px 100px}.purchasing-heading{flex-direction:column;align-items:flex-start}.purchasing-heading>div:last-child{width:100%}.purchasing-heading>div:last-child .button{flex:1;padding-inline:9px;font-size:10px}.supplier-grid{grid-template-columns:1fr}.purchase-row{grid-template-columns:1fr auto}.purchase-row>span:last-child{text-align:left;grid-column:1/-1}.purchase-basics,.purchase-line{grid-template-columns:1fr}.purchase-line>.icon-button{justify-self:end}.purchase-total{flex-direction:column;align-items:stretch}.purchase-item{grid-template-columns:1fr 1fr}.purchase-item>div{grid-column:1/-1}.replenishment-numbers{grid-template-columns:1fr 1fr}.replenishment-settings{grid-template-columns:1fr}.replenishment-draft{flex-direction:column;align-items:stretch}.replenishment-draft select{width:100%}.product-cost-card{grid-template-columns:auto 1fr}.product-cost-card>div:last-child{grid-column:2}}
