:root{font-family:DM Sans,Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#202936;background:#f6f8fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;font-optical-sizing:auto;font-size:14px;font-weight:400;--ink:#202936;--muted:#8792a2;--line:#e8edf3;--blue:#365ee8;--blue-dark:#294dce;--blue-soft:#edf2ff;--mint:#19a981;--green:#12966e;--amber:#b9770e;--red:#c7464f;--shadow:0 12px 36px rgba(23,44,77,.06)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.56}button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(54,94,232,.22);outline-offset:2px}a{color:inherit}#root{min-height:100vh}.boot-screen{height:100vh;display:flex;align-items:center;justify-content:center;gap:12px;color:#35435a;font-size:15px;font-weight:700}.boot-spinner{width:20px;height:20px;border:2px solid #d7e1f4;border-top-color:var(--blue);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin .8s linear infinite}.auth-layout{min-height:100vh;display:grid;grid-template-columns:minmax(360px,43%) 1fr;background:#fff}.auth-story{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:38px clamp(36px,6vw,96px);color:#fff;background:linear-gradient(145deg,#233f9d,#315ee0 48%,#32a7a4 115%)}.auth-story:after{content:"";position:absolute;width:460px;height:460px;border:1px solid rgba(255,255,255,.11);border-radius:50%;right:-240px;bottom:-210px;box-shadow:0 0 0 36px #ffffff06,0 0 0 82px #ffffff06,0 0 0 132px #ffffff05}.brand-lockup,.auth-mobile-brand{display:flex;align-items:center;gap:11px;font-size:19px;font-weight:700;letter-spacing:-.4px}.brand-mark{width:38px;height:38px;border-radius:12px;background:#fff;color:var(--blue);display:grid;place-items:center;box-shadow:0 6px 20px #122b6f33}.auth-story .brand-mark{color:#315ee0}.auth-story-content{position:relative;z-index:1;max-width:530px;margin:40px 0 20px}.eyebrow{display:inline-flex;align-items:center;gap:7px;color:#7791eb;font-size:10px;font-weight:700;letter-spacing:1.7px}.auth-story .eyebrow{color:#c6d8ff}.auth-story h1{font-size:clamp(35px,4.1vw,58px);line-height:1.28;letter-spacing:-1.9px;white-space:pre-line;margin:18px 0 20px}.auth-story-content>p{max-width:410px;color:#d7e2ff;font-size:16px;line-height:1.8}.story-proof{display:flex;align-items:center;gap:10px;margin-top:48px;font-size:13px;color:#ebf1ff}.proof-icon{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#ffffff2e}.story-foot{position:relative;z-index:1;display:flex;justify-content:space-between;gap:16px;color:#c7d5fc;font-size:11px}.story-orbit{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.1)}.orbit-one{height:200px;width:200px;top:26%;right:-105px}.orbit-two{height:300px;width:300px;top:22%;right:-155px}.auth-main{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:34px clamp(22px,6vw,96px)}.auth-top{position:absolute;top:30px;right:38px;left:38px;display:flex;justify-content:flex-end}.language-button,.icon-button{border:0;background:transparent;color:#718094}.language-button{display:flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid var(--line);border-radius:9px;background:#fff}.auth-mobile-brand{display:none}.auth-form-wrap{width:min(100%,480px);padding:22px 0}.auth-welcome-icon{width:46px;height:46px;display:grid;place-items:center;color:var(--blue);background:#eef2ff;border-radius:14px}.auth-form-wrap h2{font-size:29px;letter-spacing:-.8px;margin:20px 0 8px}.muted,.auth-intro{color:var(--muted)}.auth-intro{margin:0 0 26px;line-height:1.65}.form-stack{display:flex;flex-direction:column;gap:17px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:flex;flex-direction:column;gap:7px;min-width:0}.field>span{font-size:12px;font-weight:600;color:#536174}.field input,.field select,.inline-search input,.global-search input{width:100%;min-width:0;color:var(--ink);border:1px solid #dce3ec;border-radius:9px;padding:11px 12px;background:#fff;transition:border .15s,box-shadow .15s}.field input:hover,.field select:hover{border-color:#bac7d8}.field input:focus,.field select:focus{outline:0;border-color:#7d99ee;box-shadow:0 0 0 3px #365ee81a}input::placeholder{color:#a4adba}.form-error{display:flex;gap:8px;align-items:center;padding:11px 12px;color:#a33b45;background:#fff1f1;border-radius:8px;font-size:12px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:9px;padding:10px 14px;font-size:12px;font-weight:600;white-space:nowrap;transition:background .15s,border-color .15s,transform .15s}.button:active{transform:translateY(1px)}.button-primary{background:var(--blue);color:#fff;box-shadow:0 3px 8px #365ee821}.button-primary:hover{background:var(--blue-dark)}.button-light{background:#fff;color:#526075;border-color:#e1e7ef}.button-light:hover{background:#f7f9fc;border-color:#cfd8e5}.button-large{width:100%;padding:13px 16px;font-size:13px}.button-large svg:last-child{margin-left:auto}.auth-toggle{text-align:center;margin-top:23px;color:#758195;font-size:12px}.auth-toggle button{border:0;background:transparent;color:var(--blue);font-weight:700;padding:4px 5px}.auth-privacy{display:flex;justify-content:center;align-items:center;gap:7px;margin-top:34px;color:#98a2b0;font-size:10px}.app-shell{min-height:100vh;display:flex}.sidebar{width:244px;flex:0 0 244px;min-height:100vh;position:sticky;top:0;height:100vh;padding:21px 15px 14px;background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;z-index:20}.sidebar-brand{display:flex;align-items:center;gap:10px;padding:2px 10px 23px}.sidebar-brand .brand-mark{width:34px;height:34px;border-radius:10px;background:#edf2ff}.sidebar-brand>div:nth-child(2){display:flex;flex-direction:column;gap:2px}.sidebar-brand b{font-size:15px;letter-spacing:-.3px}.sidebar-brand span{font-size:8px;letter-spacing:1.8px;color:#96a2b2;font-weight:700}.store-switch{width:100%;display:flex;align-items:center;gap:10px;padding:10px;border:1px solid #edf0f5;border-radius:10px;background:#fafbfd;text-align:left;margin-bottom:25px}.store-avatar,.user-avatar,.topbar-avatar,.business-logo{width:34px;height:34px;flex:0 0 34px;border-radius:10px;display:grid;place-items:center;background:#eaf0ff;color:#3d60d3;font-weight:700}.store-switch-copy{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}.store-switch-copy b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.store-switch-copy small{display:flex;align-items:center;gap:5px;color:#7d8999;font-size:10px}.online-dot{width:7px;height:7px;display:inline-block;border-radius:50%;background:#28b886}.store-switch>svg{color:#9aa5b3}.nav-label{margin:0 10px 8px;color:#a2acba;font-size:9px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase}.sidebar nav{display:flex;flex-direction:column;gap:3px;margin-bottom:22px}.nav-item{height:39px;width:100%;display:flex;align-items:center;gap:11px;padding:0 11px;border:0;border-radius:8px;background:transparent;color:#758194;text-align:left;font-size:12px;transition:background .15s,color .15s}.nav-item:hover{background:#f7f8fb;color:#42516a}.nav-item.nav-active{background:#edf2ff;color:#345bd4;font-weight:600}.nav-item>span:nth-child(2){flex:1}.nav-kbd{padding:2px 5px;border:1px solid #dce2ec;border-radius:4px;background:#fff;color:#8d98a8;font-size:9px}.nav-badge{min-width:18px;height:18px;padding:0 5px;border-radius:8px;background:#fff0d7;color:#ac710d;text-align:center;font-size:10px;line-height:18px}.sidebar-help{position:relative;overflow:hidden;margin:auto 2px 16px;padding:14px 13px;border:1px solid #edf0f6;border-radius:11px;background:linear-gradient(145deg,#fafcff,#f3f6ff)}.help-illustration{width:33px;height:33px;margin-bottom:12px;display:grid;place-items:center;border-radius:10px;background:#e7edff;color:#516ee0;position:relative}.help-illustration span{position:absolute;right:-4px;top:-5px;color:#eeab50}.sidebar-help>b{font-size:11px}.sidebar-help p{margin:6px 0 10px;color:#8a95a4;font-size:10px;line-height:1.6}.sidebar-help>button{display:flex;align-items:center;gap:5px;padding:0;border:0;background:none;color:#4262d7;font-size:10px;font-weight:600}.sidebar-user{display:flex;align-items:center;gap:9px;padding:12px 6px 0;border-top:1px solid #eff2f5}.user-avatar{width:31px;height:31px;flex-basis:31px;border-radius:50%;background:#e7f4ee;color:#1c966f}.user-copy{min-width:0;flex:1;display:flex;flex-direction:column;gap:3px}.user-copy b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.user-copy small{color:#8d98a7;font-size:9px}.sidebar-user .icon-button{width:30px;height:30px}.main-column{min-width:0;flex:1;display:flex;flex-direction:column}.topbar{height:65px;flex:0 0 65px;padding:0 clamp(24px,4vw,62px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#ffffffe6}.topbar-leading,.topbar-tools{display:flex;align-items:center;gap:22px}.breadcrumbs{display:flex;align-items:center;gap:9px;color:#a0a9b5;font-size:11px}.breadcrumbs b{font-weight:600;color:#455267}.crumb-slash{color:#c4cbd4}.topbar-tools{gap:16px}.global-search{width:min(310px,32vw);height:36px;display:flex;align-items:center;gap:8px;padding:0 10px;border:1px solid #e4e9f0;border-radius:8px;background:#fafbfd;color:#9aa4b1}.global-search input{height:100%;padding:0;border:0;background:transparent;outline:0;font-size:10px}.global-search input:focus{box-shadow:none}.global-search kbd{flex:0 0 auto;padding:2px 5px;border:1px solid #e1e5ec;border-radius:4px;background:#fff;color:#9ca5b1;font-size:9px}.icon-button{width:32px;height:32px;display:inline-grid;place-items:center;border-radius:7px;color:#788596}.icon-button:hover{background:#f0f3f8;color:#45556b}.language-icon{display:flex;width:auto;gap:6px;padding:0 7px;font-size:10px}.notice-button{position:relative}.notice-button i{position:absolute;top:6px;right:6px;width:6px;height:6px;border:1px solid white;border-radius:50%;background:#e98968}.topbar-avatar{width:31px;height:31px;flex-basis:31px;border-radius:50%;background:#354b9d;color:#fff}.header-store{height:34px;display:flex;align-items:center;gap:6px;padding:0 9px;border:1px solid #e7ebf1;border-radius:8px;color:#687587}.header-store select{max-width:135px;appearance:none;border:0;background:transparent;color:#526075;font-size:10px}.header-store>svg:last-child{margin-left:-6px}.page-content{width:min(100%,1510px);flex:1;margin:0 auto;padding:31px clamp(24px,4vw,62px) 28px}.page-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:22px;margin-bottom:23px}.page-date{display:flex;align-items:center;gap:7px;margin-bottom:8px;color:#8894a3;font-size:10px}.page-date-dot{width:6px;height:6px;border-radius:50%;background:#536fe1}.date-separator{color:#c7ccd5}.page-heading h1{margin:0;color:#222d3d;font-size:25px;letter-spacing:-.7px}.page-heading p{margin:7px 0 0;color:#8a95a4;font-size:11px}.heading-actions{display:flex;align-items:center;gap:9px}.today-chip{display:flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid #e8edf2;border-radius:8px;background:#fff;color:#718094;font-size:10px}.loading-line{height:2px;margin:-16px 0 14px;overflow:hidden;background:#e7ebf6}.loading-line:after{content:"";display:block;width:28%;height:100%;background:linear-gradient(90deg,#6b84ec,#39bea0);animation:loading 1.4s ease-in-out infinite}@keyframes loading{0%{transform:translate(-110%)}to{transform:translate(450%)}}.app-footer{display:flex;justify-content:space-between;padding:14px clamp(24px,4vw,62px);border-top:1px solid var(--line);background:#fff;color:#9aa4b1;font-size:9px}.app-footer>span:nth-child(2){display:flex;align-items:center;gap:6px}.sidebar-backdrop,.mobile-menu,.mobile-close{display:none}.panel{min-width:0;border:1px solid #e9edf3;border-radius:11px;background:#fff;box-shadow:0 2px 7px #1c2f4b05}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:18px 19px}.panel-heading h2{margin:0;color:#303b4b;font-size:13px;letter-spacing:-.15px}.panel-heading p{margin:5px 0 0;color:#9aa4b1;font-size:10px;line-height:1.5}.standalone-heading{padding-bottom:15px}.text-button{display:flex;align-items:center;gap:5px;border:0;background:transparent;color:#4463d8;font-size:10px;font-weight:600}.circle-arrow{width:28px;height:28px;border:1px solid #e6ebf2;border-radius:50%;display:grid;place-items:center;background:#fff;color:#68778a}.empty-state{min-height:130px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:22px;color:#9aa4b1;text-align:center;font-size:11px}.empty-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#f4f6fa;color:#a3adba}.empty-state>button{display:flex;align-items:center;gap:5px;border:0;background:none;color:#4867dc;font-size:10px;font-weight:600}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border-radius:20px;font-size:9px;white-space:nowrap}.status-pill i{width:5px;height:5px;border-radius:50%;background:currentColor}.status-green{color:#15896a;background:#e9f8f2}.status-amber{color:#a66c0c;background:#fff5e3}.status-red{color:#b74850;background:#fff0f0}.role-tag,.category-tag,.default-label{display:inline-flex;align-items:center;padding:4px 7px;border-radius:5px;background:#f2f4f8;color:#697689;font-size:9px}.role-tag{background:#f0f3f9}.role-owner{color:#455ec5;background:#edf1ff}.default-label{margin-left:7px;color:#4360ce;background:#eef2ff;font-size:8px}.table-panel{overflow:hidden}.table-toolbar{min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 17px;border-bottom:1px solid #edf0f4}.table-summary{display:flex;align-items:center;gap:8px;color:#667387;font-size:10px}.summary-dot{width:7px;height:7px;border-radius:50%;background:#40b590;box-shadow:0 0 0 3px #e6f7f1}.toolbar-controls{display:flex;align-items:center;gap:8px}.inline-search{height:33px;min-width:180px;display:flex;align-items:center;gap:7px;padding:0 9px;border:1px solid #e5eaf0;border-radius:7px;color:#9ba5b2}.inline-search input{height:100%;padding:0;border:0;background:transparent;outline:0;font-size:10px}.filter-lines{font-size:17px;line-height:10px}.table-scroll{overflow:auto}table{width:100%;border-collapse:collapse;text-align:left;white-space:nowrap}thead{background:#fbfcfe}th{height:39px;padding:0 11px;color:#929dab;font-size:9px;font-weight:600}td{height:57px;padding:7px 11px;border-top:1px solid #f0f2f6;color:#586679;font-size:10px}tbody tr:hover{background:#fafcff}td:first-child,th:first-child{padding-left:17px}td input[type=checkbox],th input[type=checkbox]{accent-color:var(--blue)}td b{color:#374356;font-size:10px}.product-cell{display:flex;align-items:center;gap:9px}.product-cell>div:last-child{display:flex;flex-direction:column;gap:3px}.product-cell small,.cost-sub{display:block;color:#9aa4b0;font-size:9px}.product-thumb,.customer-avatar{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border-radius:8px;background:linear-gradient(145deg,#eaf0ff,#f4f6ff);color:#5269c8;font-size:12px;font-weight:700}.customer-avatar{border-radius:50%;color:#2b9675;background:#e7f7f1}.mono-text{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:#5f6c7e;font-size:9px}.variant-text{color:#788597}.stock-number{padding:0;border:0;background:none;color:#394961;font-weight:700}.stock-number span{color:#98a1ad;font-size:9px;font-weight:400}.cost-sub{margin-top:4px}.row-actions{display:flex;gap:2px}.row-action{width:27px;height:27px;color:#8290a0}.row-action:hover{color:var(--blue);background:#edf1ff}.table-foot{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 17px;border-top:1px solid #edf0f4;color:#9aa4b1;font-size:9px}.pagination{display:flex;gap:4px}.pagination button{width:25px;height:25px;border:1px solid #e8ecf1;border-radius:6px;background:#fff;color:#7f8b9c}.pagination button:disabled{opacity:.4}.pagination .page-current{background:#edf2ff;border-color:#dbe4ff;color:#4764d8}.rotate-180{transform:rotate(180deg)}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-bottom:14px}.metric-card{position:relative;overflow:hidden;min-height:119px;padding:15px 16px;border:1px solid #e9edf3;border-radius:11px;background:#fff;box-shadow:0 2px 7px #1c2f4b05}.metric-top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;color:#8994a3;font-size:10px}.metric-icon{width:31px;height:31px;display:grid;place-items:center;border-radius:9px}.metric-mint .metric-icon{color:#1f9c75;background:#e7f8f1}.metric-blue .metric-icon{color:#4963d7;background:#edf1ff}.metric-peach .metric-icon{color:#d08437;background:#fff2e7}.metric-lavender .metric-icon{color:#8162c6;background:#f2edff}.metric-card>strong{position:relative;z-index:1;display:block;margin:9px 0 7px;color:#2e3b4e;font-size:23px;letter-spacing:-.7px}.metric-card>strong.metric-count{font-size:24px}.metric-foot{position:relative;z-index:1;display:flex;align-items:center;gap:6px;color:#9ca6b2;font-size:9px}.metric-foot-dot{width:5px;height:5px;border-radius:50%;background:#42b791}.metric-blue .metric-foot-dot{background:#6781e4}.metric-peach .metric-foot-dot{background:#e6a268}.metric-lavender .metric-foot-dot{background:#9b7bd2}.metric-orb{position:absolute;right:-25px;bottom:-48px;width:100px;height:100px;border-radius:50%;background:#33b78b0e}.metric-blue .metric-orb{background:#4963d70e}.metric-peach .metric-orb{background:#d084370f}.metric-lavender .metric-orb{background:#8162c60f}.dashboard-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:14px}.dashboard-grid>.sales-panel{grid-column:span 7}.dashboard-grid>.lowstock-panel{grid-column:span 5}.sales-list{padding:0 18px 8px}.sale-row{min-height:48px;display:flex;align-items:center;gap:10px;border-top:1px solid #f1f3f6}.sale-icon{width:29px;height:29px;display:grid;place-items:center;border-radius:8px;background:#f0f3ff;color:#5871da}.sale-copy{flex:1;display:flex;flex-direction:column;gap:4px}.sale-copy b{font-size:10px;color:#4b586b}.sale-copy small{color:#9ca5b1;font-size:9px}.payment-pill{padding:4px 7px;border-radius:5px;background:#f5f6f8;color:#7a8695;font-size:8px}.sale-row>strong{color:#354153;font-size:10px}.lowstock-list{padding:0 18px 11px}.lowstock-row{min-height:42px;display:flex;align-items:center;gap:8px;border-top:1px solid #f1f3f6}.lowstock-copy{flex:1;display:flex;flex-direction:column;gap:3px}.lowstock-copy b{color:#4a5669;font-size:10px}.lowstock-copy small{color:#9ca5b1;font-size:9px}.stock-meter{min-width:50px;color:#8793a3;text-align:right;font-size:9px}.stock-meter strong{color:#518768;font-size:11px}.stock-meter strong.danger-text{color:#bf4c53}.healthy-state{min-height:118px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#98a3b0}.healthy-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#e9f8f1;color:#25a17a}.healthy-state>b{color:#688275;font-size:10px}.healthy-state>span{font-size:9px}.quickstart-panel{grid-column:span 12}.quickstart-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;padding:0 18px 17px}.quickstart-grid>button{min-width:0;display:flex;align-items:center;gap:10px;padding:12px;border:1px solid #edf0f5;border-radius:9px;background:#fff;text-align:left}.quickstart-grid>button:hover{background:#fafbff;border-color:#dfe6f9}.quickstart-grid>button>span:nth-child(2){min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}.quickstart-grid b{color:#465367;font-size:10px}.quickstart-grid small{overflow:hidden;text-overflow:ellipsis;color:#9ba5b1;font-size:9px}.quickstart-grid>button>svg{color:#a5afbc}.quickstart-icon{width:33px;height:33px;flex:0 0 33px;display:grid;place-items:center;border-radius:9px}.quick-blue{color:#4b66da;background:#edf1ff}.quick-green{color:#199878;background:#e9f8f2}.quick-violet{color:#8062c5;background:#f2edff}.inventory-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(260px,.85fr);align-items:start;gap:14px}.movement-list{padding:0 16px 9px}.movement-row{min-height:57px;display:flex;align-items:center;gap:9px;border-top:1px solid #f0f2f6}.movement-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:8px}.movement-in{color:#16936e;background:#e7f8f0}.movement-out{color:#c55459;background:#fff0ef}.movement-copy{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}.movement-copy b{overflow:hidden;text-overflow:ellipsis;color:#4c596c;font-size:10px}.movement-copy small{overflow:hidden;text-overflow:ellipsis;color:#9da6b2;font-size:8px}.movement-row>strong{font-size:11px}.positive{color:#138c68}.negative{color:#bd4d54}.checkout-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.8fr);gap:14px;align-items:start}.checkout-products{min-height:410px;overflow:hidden}.checkout-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 15px;border-bottom:1px solid #eef1f5}.checkout-categories{display:flex;gap:4px}.checkout-categories button{padding:7px 9px;border:0;border-radius:6px;background:transparent;color:#8994a2;font-size:9px}.checkout-categories .category-active{background:#edf2ff;color:#4362d5;font-weight:600}.checkout-search{min-width:160px;max-width:220px}.checkout-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(135px,1fr));gap:10px;padding:14px}.checkout-product{position:relative;min-width:0;display:flex;flex-direction:column;align-items:flex-start;padding:9px;border:1px solid #eef1f5;border-radius:9px;background:#fff;text-align:left;transition:border .15s,transform .15s}.checkout-product:hover{border-color:#becbfa;transform:translateY(-2px)}.checkout-product-image{position:relative;width:100%;height:92px;display:grid;place-items:center;border-radius:7px;background:linear-gradient(135deg,#f0f2fc,#e4eaf8);color:#7488c6;font-size:30px;font-weight:700}.checkout-color{position:absolute;right:6px;bottom:6px;padding:3px 5px;border-radius:4px;background:#ffffffbf;color:#758195;font-size:8px;font-weight:500}.checkout-product>b{overflow:hidden;width:100%;margin-top:9px;text-overflow:ellipsis;white-space:nowrap;color:#465367;font-size:10px}.checkout-product>small{margin-top:4px;color:#99a3b0;font-size:8px}.checkout-product>div{width:100%;display:flex;align-items:center;justify-content:space-between;gap:4px;margin-top:9px}.checkout-product>div>strong{color:#3d526f;font-size:10px}.checkout-product>div>span{color:#9aa4af;font-size:8px}.checkout-product>i{position:absolute;top:14px;right:14px;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#4665da;font-style:normal;box-shadow:0 2px 7px #24385b1a}.order-panel{position:sticky;top:18px;overflow:hidden}.order-head{display:flex;justify-content:space-between;align-items:center;padding:16px 16px 13px;border-bottom:1px solid #eef1f5}.order-head h2{margin:0;color:#364255;font-size:13px}.order-head p{margin:5px 0 0;color:#97a1ae;font-size:9px}.order-items{max-height:290px;min-height:150px;overflow:auto;padding:0 14px}.cart-empty{height:170px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#909baa;text-align:center}.cart-empty>div{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#f2f5fa;color:#8292a9}.cart-empty b{color:#69768a;font-size:10px}.cart-empty span{font-size:9px}.order-item{display:flex;align-items:flex-start;gap:8px;padding:12px 0;border-bottom:1px solid #f0f2f6}.small-thumb{width:29px;height:29px;flex-basis:29px;border-radius:7px;font-size:10px}.order-item-copy{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}.order-item-copy>b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#4d5a6d;font-size:9px}.order-item-copy>small{color:#99a3b0;font-size:8px}.order-item>strong{color:#43536a;font-size:9px}.qty-control{display:flex;align-items:center;gap:8px;margin-top:3px}.qty-control button{width:19px;height:19px;display:grid;place-items:center;border:1px solid #e5eaf1;border-radius:5px;background:#fff;color:#68778a}.qty-control span{color:#536177;font-size:9px}.order-bottom{padding:14px 15px;border-top:1px solid #eef1f5}.payment-select>label{display:block;margin-bottom:8px;color:#7e8998;font-size:9px}.payment-options{display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.payment-options button{padding:7px 3px;border:1px solid #e9edf2;border-radius:6px;background:#fff;color:#84909f;font-size:8px}.payment-options button.payment-active{border-color:#cbd6ff;background:#eff2ff;color:#4460d0;font-weight:600}.order-total{display:flex;align-items:center;justify-content:space-between;margin:16px 0 12px;color:#647185;font-size:11px}.order-total strong{color:#2f3c50;font-size:20px;letter-spacing:-.4px}.checkout-submit{height:40px}.recent-orders{grid-column:1/-1;overflow:hidden}.compact-sales{padding:0 17px 7px}.compact-sales>div{min-height:48px;display:flex;align-items:center;gap:10px;border-top:1px solid #f0f2f6}.compact-sales>div>div:not(.print-job-type){min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}.compact-sales b{overflow:hidden;text-overflow:ellipsis;color:#4d5a6c;font-size:10px}.compact-sales small{color:#99a3b0;font-size:9px}.compact-sales>div>strong{color:#3c4a5d;font-size:10px}.purchase-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:14px;align-items:start}.purchase-form{overflow:hidden}.purchase-controls{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0 18px 16px}.purchase-controls .field input,.purchase-controls .field select{padding:9px;font-size:10px}.purchase-lines{min-height:160px;max-height:420px;overflow:auto;padding:0 18px}.purchase-line{display:grid;grid-template-columns:29px minmax(90px,1fr) 68px 84px 27px;align-items:center;gap:8px;padding:11px 0;border-top:1px solid #eef1f5}.purchase-item-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.purchase-item-copy>b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#4c596b;font-size:9px}.purchase-item-copy>small{color:#98a2ae;font-size:8px}.purchase-line .field{gap:4px}.purchase-line .field>span{color:#9ba5b1;font-size:8px}.purchase-line input{padding:7px 6px;font-size:9px}.purchase-total{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px;padding:14px 18px;border-top:1px solid #eef1f5;background:#fcfdff}.purchase-total>div{display:flex;flex-direction:column;gap:5px}.purchase-total>div>span{color:#929eac;font-size:9px}.purchase-total strong{color:#364358;font-size:17px}.printer-page{display:flex;flex-direction:column;gap:14px}.printer-banner{position:relative;overflow:hidden;min-height:154px;display:flex;align-items:center;gap:20px;padding:22px 24px;border:1px solid #dce6ff;border-radius:12px;background:linear-gradient(110deg,#f0f4ff,#f8fbff 66%,#edfaf6)}.printer-banner-copy{position:relative;z-index:1;max-width:620px}.printer-banner-copy h2{margin:8px 0;color:#34445e;font-size:18px;letter-spacing:-.4px}.printer-banner-copy p{margin:0;color:#78879d;font-size:10px;line-height:1.7}.agent-status{display:flex;align-items:center;gap:6px;margin-left:auto;padding:7px 10px;border:1px solid #e4e8f0;border-radius:18px;background:#fff;color:#929cab;font-size:9px;white-space:nowrap}.agent-status i,.agent-dot{width:7px;height:7px;border-radius:50%;background:#c5cbd5}.agent-status-ready{color:#178968}.agent-status-ready i,.agent-dot-on{background:#20ad7d;box-shadow:0 0 0 3px #ddf5ec}.printer-banner-art{width:89px;height:89px;flex:0 0 89px;position:relative;display:grid;place-items:center;border-radius:25px;background:#e2eaff;color:#4e69d7}.banner-printer{position:relative;z-index:1;width:48px;height:43px;display:grid;place-items:center;border:2px solid #6981df;border-radius:9px;background:#fff}.banner-printer:after{content:"";position:absolute;left:9px;right:9px;bottom:-9px;height:8px;border:1.5px solid #8ba0eb;border-top:0;background:#eef2ff}.banner-printer i{position:absolute;right:5px;top:5px;width:5px;height:5px;border-radius:50%;background:#41b997}.banner-ring{position:absolute;inset:10px;border:1px solid #c4d1fb;border-radius:22px}.ring-b{inset:-9px;border-radius:31px;border-color:#d8e0fa}.printer-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);gap:14px;align-items:stretch}.device-list{padding:0 18px 12px}.device-row{display:flex;align-items:center;gap:11px;padding:13px 0;border-top:1px solid #f0f2f6}.device-icon{width:35px;height:35px;flex:0 0 35px;display:grid;place-items:center;border-radius:10px}.device-green{color:#1a9974;background:#e7f8f1}.device-indigo{color:#5869d9;background:#eff1ff}.device-copy{min-width:0;flex:1;display:flex;flex-direction:column;gap:5px}.device-copy>b{color:#445166;font-size:10px}.device-copy>small{color:#929dac;font-size:9px}.device-copy code{color:#77859a;font-size:9px}.device-health{display:flex;flex-direction:column;align-items:flex-end;gap:7px}.health-unknown{display:flex;align-items:center;gap:5px;color:#9aa4b0;font-size:8px}.health-unknown i{width:5px;height:5px;border-radius:50%;background:#bac2ce}.button-small{padding:6px 8px;border-radius:6px;font-size:9px}.agent-panel{display:flex;flex-direction:column;padding-bottom:14px}.agent-panel .panel-heading{padding-bottom:11px}.agent-steps{padding:0 17px}.agent-step{display:flex;align-items:center;gap:10px;padding:9px 0;border-top:1px solid #f0f2f6}.agent-step>span{width:24px;height:24px;display:grid;place-items:center;border-radius:7px;background:#f0f3ff;color:#536cda;font-size:8px;font-weight:700}.agent-step>p{margin:0;color:#657286;font-size:9px;line-height:1.4}.agent-token-button{margin:11px 17px 0}.token-box{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin:11px 17px 0;padding:9px;border:1px solid #dfe8ff;border-radius:7px;background:#f6f8ff}.token-box code{flex:1;overflow-wrap:anywhere;color:#536482;font-size:8px}.token-box small{width:100%;color:#a27526;font-size:8px}.agent-queue-count{display:flex;justify-content:space-between;align-items:center;margin:14px 17px 0;padding-top:12px;border-top:1px solid #edf0f4;color:#8792a1;font-size:9px}.agent-queue-count span{display:flex;align-items:center;gap:6px}.agent-queue-count b{color:#4e5e75;font-size:11px}.print-queue-panel{overflow:hidden}.print-jobs{padding-bottom:7px}.print-jobs>div{justify-content:space-between}.print-job-type{display:flex;align-items:center;gap:9px;min-width:0;flex:1}.job-icon{width:27px;height:27px;display:grid;place-items:center;border-radius:7px}.job-label{color:#5e6cd6;background:#eff0ff}.job-receipt{color:#229675;background:#e8f7f2}.print-hint{display:flex;align-items:flex-start;gap:7px;margin:0;color:#9b7b42;font-size:9px;line-height:1.6}.print-hint svg{flex:0 0 auto;margin-top:1px}.segmented{display:grid;grid-template-columns:1fr 1fr;gap:6px}.segmented button{display:flex;align-items:center;justify-content:center;gap:6px;padding:9px 6px;border:1px solid #e5e9f0;border-radius:7px;background:#fff;color:#8591a1;font-size:10px}.segmented .segment-active{border-color:#cbd6ff;background:#eff3ff;color:#4a64d2}.protocol-note,.form-tip{display:flex;align-items:flex-start;gap:8px;padding:10px;border:1px solid #e4ebff;border-radius:7px;background:#f7f9ff;color:#69799a;font-size:9px;line-height:1.6}.protocol-note svg,.form-tip svg{flex:0 0 auto;color:#5973df}.team-list,.store-list{padding:0 18px 11px}.team-row,.store-row{display:flex;align-items:center;gap:11px;min-height:57px;padding:8px 0;border-top:1px solid #f0f2f6}.team-avatar{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;border-radius:50%;background:#eff1ff;color:#5369ce;font-size:10px;font-weight:700}.team-copy{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}.team-copy>b,.store-row b{color:#4a576a;font-size:10px}.team-copy small,.store-row small{color:#97a1ae;font-size:9px}.team-row>.status-pill{margin-left:auto}.settings-layout{display:grid;grid-template-columns:1fr 1.15fr;gap:14px;align-items:start}.business-profile{display:flex;align-items:center;gap:11px;padding:7px 19px 18px}.business-logo{width:40px;height:40px;flex-basis:40px;border-radius:12px;background:#edf1ff;color:#5067d1;font-size:16px}.business-profile>div:last-child{display:flex;flex-direction:column;gap:5px}.business-profile b{color:#405067;font-size:12px}.business-profile span{color:#94a0ae;font-size:9px}.settings-pair{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:13px 19px;border-top:1px solid #edf0f4}.settings-pair>div{display:flex;flex-direction:column;gap:6px}.settings-pair>div>span{color:#98a2af;font-size:8px}.settings-pair b{color:#5a687b;font-size:9px}.plan-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#39b487}.store-list-icon{width:31px;height:31px;display:grid;place-items:center;border-radius:8px;background:#edf1ff;color:#526ada}.store-row>div:nth-child(2){flex:1;display:flex;flex-direction:column;gap:5px}.store-staff-count{display:flex;align-items:center;gap:5px;color:#8995a4;font-size:8px}.store-current{background:#fdfdff}.security-card{grid-column:1/-1;display:flex;align-items:flex-start;gap:11px;padding:15px 17px;background:#f7fbfa;border-color:#e1f0eb}.security-mark{width:31px;height:31px;flex:0 0 31px;display:grid;place-items:center;border-radius:9px;background:#e5f5ef;color:#259a77}.security-card b{color:#45675d;font-size:10px}.security-card p{margin:5px 0 0;color:#8aa299;font-size:9px;line-height:1.55}.modal-scrim{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:22px;background:#1723385c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-card{width:min(var(--modal-width,520px),100%);max-height:min(90vh,850px);overflow:auto;border:1px solid rgba(255,255,255,.65);border-radius:14px;background:#fff;box-shadow:0 24px 70px #14234138}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #edf0f4}.modal-head h2{margin:0;color:#344154;font-size:15px}.modal-form{padding:18px 20px 20px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:4px}.adjust-stock-current{display:flex;align-items:center;justify-content:space-between;padding:12px 13px;border-radius:8px;background:#f5f7fb;color:#7d899a;font-size:10px}.adjust-stock-current strong{color:#3e5069;font-size:18px}.toast{position:fixed;z-index:70;right:24px;bottom:25px;max-width:min(420px,calc(100vw - 32px));display:flex;align-items:center;gap:9px;padding:12px 15px;border:1px solid #def0e9;border-radius:9px;background:#fff;color:#486356;box-shadow:0 10px 35px #152b4821;font-size:11px;animation:toast-in .2s ease-out}.toast svg{color:#20a77d}@keyframes toast-in{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1100px){.sidebar{width:218px;flex-basis:218px}.topbar{padding:0 25px}.page-content{padding:27px 25px}.app-footer{padding-left:25px;padding-right:25px}.global-search{width:240px}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid>.sales-panel,.dashboard-grid>.lowstock-panel{grid-column:span 6}.checkout-layout{grid-template-columns:minmax(0,1.2fr) minmax(275px,.85fr)}.printer-grid{grid-template-columns:1fr}.agent-panel{display:grid;grid-template-columns:1fr 1.2fr auto;align-items:center;padding:0 15px 12px}.agent-panel .panel-heading{grid-column:1}.agent-steps{grid-column:2;grid-row:1/3}.agent-token-button{grid-column:3;grid-row:1;margin:0}.agent-queue-count{grid-column:3;grid-row:2;margin:5px 0 0}.token-box{grid-column:1/-1;margin:8px 0 0}.settings-layout{grid-template-columns:1fr 1fr}}@media(max-width:820px){.sidebar{position:fixed;left:0;top:0;bottom:0;height:100dvh;transform:translate(-102%);transition:transform .22s ease;box-shadow:none}.sidebar-open{transform:translate(0);box-shadow:15px 0 40px #14233c26}.mobile-menu{display:inline-grid}.mobile-close{display:inline-grid;margin-left:auto}.sidebar-backdrop{position:fixed;inset:0;z-index:19;display:block;border:0;background:#161f3045}.topbar{height:58px;flex-basis:58px;padding:0 17px}.topbar-leading,.topbar-tools{gap:10px}.breadcrumbs{font-size:10px}.global-search{width:210px}.global-search kbd,.notice-button{display:none}.page-content{padding:24px 17px}.app-footer{padding:12px 17px}.app-footer>span:last-child{display:none}.inventory-layout,.purchase-layout{grid-template-columns:1fr}.movement-panel{grid-row:2}.settings-layout{grid-template-columns:1fr}.security-card{grid-column:auto}.checkout-layout{grid-template-columns:1fr}.order-panel{position:static;grid-row:2}.checkout-products{grid-row:1}.recent-orders{grid-row:3}.printer-grid{grid-template-columns:1fr}.agent-panel{display:flex;padding:0 0 14px}.agent-panel .panel-heading{width:100%;padding:17px}.agent-steps{width:100%;padding:0 17px}.agent-token-button{align-self:stretch;margin:11px 17px 0}.agent-queue-count{width:calc(100% - 34px);margin:14px 17px 0}.token-box{margin:11px 17px 0}.printer-banner{gap:14px;padding:18px}.printer-banner-art{width:68px;height:68px;flex-basis:68px;border-radius:20px}.printer-banner-copy h2{font-size:15px}.agent-status{position:absolute;right:14px;top:12px}.printer-banner-copy{padding-top:17px}}@media(max-width:580px){.auth-layout{display:block}.auth-story{display:none}.auth-main{min-height:100dvh;align-items:flex-start;padding:88px 22px 30px}.auth-top{top:19px;left:21px;right:21px;justify-content:space-between;align-items:center}.auth-mobile-brand{display:flex;color:#33415b;font-size:15px}.auth-mobile-brand .brand-mark{width:31px;height:31px;border-radius:9px;background:#edf2ff}.language-button{padding:7px 9px;font-size:10px}.auth-form-wrap{padding-top:5px}.auth-form-wrap h2{font-size:25px}.field-row{grid-template-columns:1fr}.auth-form-wrap .field-row{gap:14px}.app-shell{display:block}.topbar{padding:0 13px}.breadcrumbs>span:first-child,.crumb-slash{display:none}.topbar-tools{gap:5px}.global-search{width:min(42vw,178px);height:33px;padding:0 7px}.global-search input{font-size:9px}.language-icon{padding:0 4px}.language-icon span{font-size:9px}.topbar-avatar{width:28px;height:28px;flex-basis:28px}.header-store{max-width:110px;padding:0 6px}.header-store select{max-width:72px}.page-content{padding:22px 12px}.page-heading{align-items:flex-start;margin-bottom:17px}.page-heading h1{font-size:21px}.page-heading p{max-width:250px;font-size:10px}.page-date{font-size:8px}.heading-actions .button{padding:8px}.heading-actions .button svg{width:14px}.today-chip{display:none}.app-footer{padding:10px 12px;font-size:8px}.dashboard-grid{gap:9px}.stat-card{grid-column:span 6;min-height:100px;padding:12px;gap:9px}.stat-icon{width:30px;height:30px;flex-basis:30px}.stat-icon svg{width:16px}.stat-copy>span{font-size:9px}.stat-copy>strong{font-size:18px}.stat-copy>small{font-size:8px}.dashboard-grid>.sales-panel,.dashboard-grid>.lowstock-panel,.quickstart-panel{grid-column:span 12}.quickstart-grid{grid-template-columns:1fr;padding:0 13px 13px}.panel-heading{padding:15px 13px}.table-toolbar{align-items:flex-start;flex-direction:column}.toolbar-controls{width:100%}.inline-search{min-width:0;flex:1}.table-scroll{margin-right:-1px}.table-scroll table{min-width:800px}.table-foot{padding:0 12px}.checkout-toolbar{align-items:flex-start;flex-direction:column}.checkout-search{max-width:none;width:100%}.checkout-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:10px}.checkout-product-image{height:84px}.order-items{max-height:230px}.purchase-controls{grid-template-columns:1fr;padding:0 13px 13px}.purchase-line{grid-template-columns:27px minmax(45px,1fr) 54px 69px 24px;gap:5px}.purchase-line input{padding:6px 4px;font-size:8px}.purchase-total{padding:12px}.printer-banner{align-items:flex-start;min-height:0;padding:15px}.printer-banner-art{display:none}.printer-banner-copy{padding-top:17px}.printer-banner-copy h2{font-size:13px}.printer-banner-copy p{font-size:9px}.agent-status{font-size:8px}.device-list,.team-list,.store-list{padding-right:13px;padding-left:13px}.device-row{align-items:flex-start}.device-health{padding-top:3px}.device-health .button{font-size:8px}.settings-pair{padding:12px}.settings-pair b{font-size:8px}.team-row{gap:7px}.team-row>.status-pill{font-size:8px}.role-tag{font-size:8px}.modal-scrim{padding:10px}.modal-form{padding:15px}.modal-actions .button{flex:1}.toast{right:12px;bottom:12px}.store-staff-count{display:none}}.qz-panel{overflow:hidden}.qz-heading{align-items:center}.qz-connection-status{display:flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid #e8ebf1;border-radius:20px;background:#f8f9fb;color:#8792a1;font-size:9px;white-space:nowrap}.qz-connection-status i{width:7px;height:7px;border-radius:50%;background:#adb6c3}.qz-connection-status.qz-connected{border-color:#d4efe5;background:#f2fbf7;color:#198364}.qz-connection-status.qz-connected i{background:#25ac7e;box-shadow:0 0 0 3px #dff5ec}.qz-toolbar{display:flex;align-items:center;gap:9px;padding:0 18px 13px}.qz-toolbar>span{margin-left:auto;color:#8995a5;font-size:9px}.qz-tests{padding:0 18px 4px;border-top:1px solid #eef0f4}.qz-test-row{display:grid;grid-template-columns:35px minmax(130px,1fr) minmax(190px,.7fr) auto;align-items:center;gap:11px;padding:12px 0;border-bottom:1px solid #f0f2f6}.qz-test-copy{display:flex;flex-direction:column;gap:4px}.qz-test-copy b{color:#445166;font-size:10px}.qz-test-copy small{color:#929dac;font-size:9px}.qz-test-row select{min-width:0;padding:8px 10px;border:1px solid #e5e9f0;border-radius:7px;background:#fff;color:#657286;font-size:9px}.qz-test-row select:disabled{background:#f7f8fa;color:#9aa3af}.qz-error{display:flex;align-items:flex-start;gap:7px;margin:0 18px 12px;padding:9px 10px;border:1px solid #f2ded8;border-radius:7px;background:#fff8f6;color:#aa6651;font-size:9px;line-height:1.5}.qz-error svg{flex:0 0 auto}.qz-note{display:flex;align-items:flex-start;gap:7px;margin:0;padding:11px 18px 14px;color:#8491a2;font-size:9px;line-height:1.6}.qz-note svg{flex:0 0 auto;margin-top:1px;color:#5d76d9}.spin{animation:qz-spin .9s linear infinite}@keyframes qz-spin{to{transform:rotate(360deg)}}@media(max-width:580px){.qz-heading{align-items:flex-start;flex-direction:column;gap:9px}.qz-toolbar{align-items:flex-start;flex-wrap:wrap;padding-right:13px;padding-left:13px}.qz-toolbar>span{width:100%;margin:0}.qz-tests{padding-right:13px;padding-left:13px}.qz-test-row{grid-template-columns:35px minmax(0,1fr) auto;gap:8px}.qz-test-row select{grid-column:1/-1;grid-row:2}.qz-note{padding:10px 13px 13px}}
