:root{--paper: #faf6ee;--paper-2: #f3ebdd;--card: #fffdfa;--ink: #2b2622;--ink-2: #5c5247;--muted: #978b7b;--line: #e8ddcb;--line-strong: #d9cab2;--terra: #c2410c;--terra-700: #9a3412;--terra-soft: #f7e7dc;--sage: #5f7551;--sage-700: #4b5e40;--sage-soft: #e7eddf;--clay: #a23a2a;--clay-soft: #f3e0db;--ochre: #b47012;--ochre-soft: #f6ead2;--slate: #5a6b76;--slate-soft: #e4eaed;--radius: 14px;--radius-sm: 10px;--shadow: 0 1px 2px rgba(74, 49, 20, .05), 0 8px 22px rgba(74, 49, 20, .06);--shadow-lg: 0 2px 6px rgba(74, 49, 20, .08), 0 18px 40px rgba(74, 49, 20, .1);--font-display: "Bricolage Grotesque", ui-sans-serif, system-ui, sans-serif;--font-body: "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;--font-mono: "Spline Sans Mono", ui-monospace, "SF Mono", monospace;font-family:var(--font-body);color:var(--ink);-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;background:radial-gradient(1200px 600px at 100% -10%,#fbeede55,transparent 60%),var(--paper);min-height:100vh}a{color:var(--terra-700);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{font-family:var(--font-display);font-weight:700;letter-spacing:-.01em;color:var(--ink)}.mono,.price,.code,.num{font-family:var(--font-mono);font-feature-settings:"tnum" 1}.app-header{background:#faf6eed9;-webkit-backdrop-filter:saturate(140%) blur(8px);backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.app-header__inner{max-width:1040px;margin:0 auto;padding:14px 22px;display:flex;align-items:center;gap:22px}.brand{font-family:var(--font-display);font-weight:800;font-size:19px;letter-spacing:-.02em;color:var(--ink);display:inline-flex;align-items:center;gap:2px}.brand:hover{text-decoration:none}.brand .dot{color:var(--terra)}.nav{display:flex;gap:4px;margin-left:auto;flex-wrap:wrap;align-items:center}.nav a{color:var(--ink-2);font-size:14.5px;font-weight:500;padding:7px 12px;border-radius:999px;transition:background .15s,color .15s}.nav a:hover{background:var(--paper-2);text-decoration:none}.nav a.active{background:var(--terra-soft);color:var(--terra-700);font-weight:600}.nav a.cta{background:var(--terra);color:#fff}.nav a.cta:hover{background:var(--terra-700)}.container{max-width:1040px;margin:0 auto;padding:28px 22px 80px}.page-title{font-size:28px;margin:0 0 6px}.page-sub{color:var(--muted);margin:0 0 22px;font-size:14.5px}.toolbar{display:flex;gap:12px;align-items:center;margin-bottom:22px;flex-wrap:wrap}.toolbar .grow{flex:1;min-width:220px}input,textarea,select{width:100%;padding:10px 13px;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--card);font:inherit;color:var(--ink);transition:border-color .15s,box-shadow .15s}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--terra);box-shadow:0 0 0 3px var(--terra-soft)}input[type=number]{font-family:var(--font-mono)}label{display:block;font-size:12.5px;font-weight:500;color:var(--ink-2);margin-bottom:6px}.field{margin-bottom:16px}.row{display:flex;gap:16px;flex-wrap:wrap}.row>*{flex:1;min-width:140px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--card);color:var(--ink);font:inherit;font-weight:600;font-size:14px;cursor:pointer;transition:all .15s;white-space:nowrap}.btn:hover{border-color:var(--terra);color:var(--terra-700);text-decoration:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:var(--terra);border-color:var(--terra);color:#fff}.btn--primary:hover{background:var(--terra-700);border-color:var(--terra-700);color:#fff}.btn--sage{background:var(--sage);border-color:var(--sage);color:#fff}.btn--sage:hover{background:var(--sage-700);border-color:var(--sage-700);color:#fff}.btn--danger{color:var(--clay);border-color:var(--clay-soft)}.btn--danger:hover{background:var(--clay-soft);border-color:var(--clay);color:var(--clay)}.btn--ghost{background:transparent;border-color:transparent}.btn--ghost:hover{background:var(--paper-2);color:var(--ink)}.btn--sm{padding:6px 11px;font-size:13px}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.list{display:grid;gap:12px}.product-card{display:flex;align-items:center;gap:16px;padding:13px 16px;transition:box-shadow .15s,transform .05s,border-color .15s}a.product-card:hover{text-decoration:none;box-shadow:var(--shadow-lg);border-color:var(--line-strong)}.product-card__body{flex:1;min-width:0}.product-card__name{font-weight:600;margin:0 0 3px;color:var(--ink)}.product-card__meta{font-size:13px;color:var(--muted)}.stock-rows{gap:8px}.stock-rows .product-card{padding:8px 14px;gap:12px}.stock-rows .product-card__name{font-size:14.5px;margin:0 0 1px}.stock-rows .product-card__meta{font-size:12px}.stock-rows .product-card input{width:68px;padding:6px 8px;font-size:14px;text-align:center}.thumb{width:52px;height:52px;border-radius:var(--radius-sm);object-fit:cover;background:var(--paper-2);border:1px solid var(--line);flex:none}.thumb--ph{display:flex;align-items:center;justify-content:center;color:var(--line-strong);font-size:22px}.price{font-weight:600;white-space:nowrap;color:var(--ink)}.badge{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:999px;font-size:12px;font-weight:600;background:var(--terra-soft);color:var(--terra-700)}.badge--sage{background:var(--sage-soft);color:var(--sage-700)}.badge--out{background:var(--clay-soft);color:var(--clay)}.badge--ochre{background:var(--ochre-soft);color:var(--ochre)}.badge--slate{background:var(--slate-soft);color:var(--slate)}.badge--muted{background:var(--paper-2);color:var(--muted)}.code{display:inline-block;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-2);background:var(--paper-2);border:1px dashed var(--line-strong);border-radius:6px;padding:1px 7px}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-bottom:24px}.stat{position:relative;padding:18px 20px;overflow:hidden}.stat:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--terra)}.stat.stat--sage:before{background:var(--sage)}.stat.stat--ochre:before{background:var(--ochre)}.stat__value{font-family:var(--font-mono);font-size:28px;font-weight:600;color:var(--ink);line-height:1.1}.stat__label{font-size:12.5px;color:var(--muted);margin-top:6px}.stack{display:grid;gap:12px}.panel{padding:20px}.panel__title{font-size:17px;margin:0 0 14px}.section-title{font-size:18px;margin:28px 0 12px}.segment{display:inline-flex;background:var(--paper-2);border-radius:999px;padding:3px;gap:2px;flex-wrap:wrap}.segment button{border:none;background:transparent;padding:7px 14px;border-radius:999px;font:inherit;font-weight:600;font-size:13.5px;color:var(--ink-2);cursor:pointer;width:auto}.segment button.on{background:var(--card);color:var(--terra-700);box-shadow:var(--shadow)}.segment--full{display:flex;width:100%}.segment--full button{flex:1;text-align:center}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(264px,1fr));gap:14px}.store-card{position:relative;padding:18px 20px;display:flex;flex-direction:column;gap:12px;overflow:hidden;transition:box-shadow .15s,border-color .15s}.store-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--terra)}.store-card.is-off:before{background:var(--line-strong)}.store-card.is-low:before{background:var(--ochre)}.store-card:hover{box-shadow:var(--shadow-lg);border-color:var(--line-strong)}.store-card--link{cursor:pointer}.store-card--link:hover{border-color:var(--terra)}.store-card__head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.store-card__head .badge{flex-shrink:0}.store-card__name{font-family:var(--font-display);font-weight:700;font-size:18px;margin:0;color:var(--ink);flex:1;min-width:0}.store-card__meta{font-size:13px;color:var(--muted);margin:-6px 0 0}.store-card__stats{display:flex;align-items:flex-end;gap:16px;padding:12px 0;border-top:1px solid var(--line)}.store-card__stat{display:flex;flex-direction:column;gap:2px;min-width:0}.store-card__stat--end{margin-left:auto;text-align:right}.store-card__stats b{font-family:var(--font-mono);font-size:17px;font-weight:600;white-space:nowrap}.store-card__debt{color:var(--terra-700);font-size:14px!important}.store-card__ok{color:var(--sage)}.store-card__stats small{font-size:11px;color:var(--muted)}.store-card__warn{font-size:12.5px;font-weight:600;color:#a9740f}.store-card__actions{display:flex;gap:8px;margin-top:auto}.store-card__actions .btn{flex:1}.checks-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.check-tab{position:relative;width:46px;height:46px;border:1px solid var(--line-strong);background:var(--card);border-radius:12px;font:inherit;font-family:var(--font-mono);font-weight:600;font-size:16px;color:var(--ink-2);cursor:pointer;transition:all .12s}.check-tab:hover{border-color:var(--terra)}.check-tab.on{background:var(--terra);border-color:var(--terra);color:#fff}.check-tab__dot{position:absolute;top:-6px;right:-6px;background:var(--sage);color:#fff;border-radius:999px;min-width:18px;height:18px;font-size:11px;line-height:18px;padding:0 4px}.check-tab--add{color:var(--terra);border-style:dashed;font-size:22px}.chips{display:flex;flex-wrap:wrap;gap:7px}.chip{width:auto;border:1px solid var(--line-strong);background:var(--card);color:var(--ink-2);padding:5px 12px;border-radius:999px;font:inherit;font-size:13px;font-weight:500;cursor:pointer;transition:all .12s}.chip:hover{border-color:var(--terra);color:var(--terra-700)}.chip.on{background:var(--terra-soft);border-color:var(--terra-soft);color:var(--terra-700);font-weight:600}.chip__count{font-family:var(--font-mono);font-size:11px;opacity:.7}.select-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:12px 16px;margin-bottom:14px}.product-card.selectable{cursor:pointer}.product-card.selectable.sel{border-color:var(--terra);background:var(--terra-soft)}.stock-grid{display:grid;gap:8px}.stock-grid__row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 13px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--paper)}.stock-grid__row input{width:96px}.stock-list{display:grid;gap:6px;margin-top:6px}.stock-list__row{display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:280px}.cost-editor{display:grid;gap:8px}.cost-editor__row{display:flex;gap:8px;align-items:center}.cost-editor__row input:first-child{flex:1}.cost-editor__row input:nth-child(2){width:130px}.cost-summary{display:flex;flex-wrap:wrap;gap:18px;margin-top:12px;font-size:14px;color:var(--muted)}.cost-summary b{color:var(--ink);font-family:var(--font-mono)}.neg{color:var(--clay)}.pos{color:var(--sage-700)}.cost-breakdown{margin-top:8px;display:grid;gap:4px;max-width:300px}.cost-breakdown__row{display:flex;justify-content:space-between;font-size:13px;color:var(--ink-2)}.cost-breakdown__row span:last-child{font-family:var(--font-mono)}.journal{display:grid;gap:0}.journal__row{display:grid;grid-template-columns:96px 1fr auto;gap:14px;align-items:center;padding:12px 16px;border-bottom:1px solid var(--line)}.journal__row:last-child{border-bottom:none}.journal__when{font-size:12px;color:var(--muted);font-family:var(--font-mono)}.journal__what b{font-weight:600}.journal__note{font-size:12.5px;color:var(--muted)}.journal__delta{font-family:var(--font-mono);font-weight:600;text-align:right;white-space:nowrap}.journal__delta.plus{color:var(--sage-700)}.journal__delta.minus{color:var(--clay)}.gallery{display:flex;gap:10px;flex-wrap:wrap}.gallery__item{position:relative;width:92px;height:92px}.gallery__item img{width:92px;height:92px;object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--line)}.gallery__item.is-primary img{border:2px solid var(--terra)}.gallery__star{position:absolute;top:4px;left:4px;background:var(--terra);color:#fff;border-radius:6px;font-size:10px;padding:1px 5px;font-weight:700}.gallery__actions{position:absolute;inset:auto 0 0;display:flex;justify-content:center;gap:6px;padding:4px;background:linear-gradient(transparent,#00000073);opacity:0;transition:opacity .15s;border-radius:0 0 var(--radius-sm) var(--radius-sm)}.gallery__item:hover .gallery__actions{opacity:1}.gallery__actions button{width:auto;border:none;background:#ffffffe6;border-radius:6px;font-size:11px;padding:2px 6px;cursor:pointer;color:var(--ink)}.uploader{width:92px;height:92px;border:2px dashed var(--line-strong);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--muted);cursor:pointer;font-size:13px;text-align:center;transition:border-color .15s,color .15s}.uploader:hover{border-color:var(--terra);color:var(--terra-700)}.hero-photo{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius);border:1px solid var(--line);background:var(--paper-2)}.muted{color:var(--muted)}.center{text-align:center}.right{text-align:right}.spread{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.error{color:var(--clay);background:var(--clay-soft);border:1px solid #e6c2ba;padding:11px 14px;border-radius:var(--radius-sm);font-size:14px}.empty{color:var(--muted);text-align:center;padding:32px;border:1px dashed var(--line-strong);border-radius:var(--radius)}.qr-box{display:flex;flex-direction:column;align-items:center;gap:12px;padding:22px}.qr-box img{border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;padding:8px}#scanner-video{width:100%;max-width:420px;border-radius:var(--radius);background:#000;aspect-ratio:1;object-fit:cover}@media(max-width:640px){.journal__row{grid-template-columns:1fr auto}.journal__when{grid-column:1 / -1}}.kpis{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:24px}.dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:4px}.paybar{padding:8px 0}.paybar+.paybar{border-top:1px solid var(--line)}.paybar__top{display:flex;justify-content:space-between;gap:12px;margin-bottom:6px}.paybar__label{font-weight:600}.paybar__val{font-family:var(--font-mono);font-size:13.5px;white-space:nowrap}.paybar__track{height:8px;background:var(--paper-2);border-radius:999px;overflow:hidden}.paybar__fill{height:100%;background:var(--terra);border-radius:999px;min-width:2px}.ops{display:grid;gap:8px}.op{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:11px 14px}.op__head{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.op__when{font-family:var(--font-mono);font-size:12px;color:var(--muted);min-width:92px}.op__pay{font-size:12px;font-weight:600;color:var(--ink-2);background:var(--paper-2);border-radius:999px;padding:2px 9px}.op__store{font-size:12px;font-weight:600;color:var(--terra-700);background:var(--terra-50, var(--paper-2));border:1px solid var(--line);border-radius:999px;padding:2px 9px;white-space:nowrap}.op__title{font-weight:600;flex:1;min-width:70px}.op__delta{font-family:var(--font-mono);font-weight:700;white-space:nowrap}.op__delta.plus{color:var(--sage)}.op__delta.minus{color:var(--terra-700)}.op__items{margin-top:9px;border-top:1px dashed var(--line);padding-top:8px;display:grid;gap:5px}.op__item{display:flex;justify-content:space-between;gap:12px;font-size:13.5px}.op__item-name{color:var(--ink-2)}.op__item-delta{font-family:var(--font-mono);white-space:nowrap;color:var(--muted)}.op__item-delta.plus{color:var(--sage)}.op__item-delta.minus{color:var(--terra)}.op__note{margin-top:7px;font-size:12.5px;color:var(--muted)}#print-root{display:none}@media print{body>*:not(#print-root){display:none!important}#print-root{display:block!important}@page{margin:8mm}}#print-root .label-sheet{display:flex;flex-wrap:wrap;gap:4mm}#print-root .label{width:46mm;height:28mm;padding:2mm;border:1px dashed #c9bda6;border-radius:2mm;display:flex;align-items:center;gap:2mm;box-sizing:border-box;page-break-inside:avoid}#print-root .label img{width:24mm;height:24mm}#print-root .label__info{min-width:0}#print-root .label__name{font-size:9pt;font-weight:600;line-height:1.1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}#print-root .label__price{font-size:10pt;font-weight:700;margin-top:1mm;font-family:var(--font-mono),monospace}#print-root .label__code{font-size:7pt;letter-spacing:.1em;color:#978b7b;margin-top:.5mm;font-family:monospace}.menu{position:relative;display:inline-block}.menu__backdrop{position:fixed;inset:0;z-index:40}.menu__list{position:absolute;top:calc(100% + 6px);left:0;z-index:41;min-width:180px;max-width:calc(100vw - 32px);display:grid;gap:2px;padding:6px;background:var(--card);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow-lg)}.menu__list--right{left:auto;right:0}.menu__item{display:block;text-align:left;width:100%;padding:10px 12px;border:none;background:none;border-radius:8px;font:inherit;font-size:14px;color:var(--ink);cursor:pointer;text-decoration:none;white-space:nowrap}.menu__item:hover{background:var(--paper-2);color:var(--terra-700);text-decoration:none}.menu__item:disabled{opacity:.5;cursor:not-allowed}.menu__item.is-active{color:var(--terra-700);font-weight:600;background:var(--paper-2)}.catalog-tools{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:12px 0 14px}.report-range{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:14px}.report-range label{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:13.5px;font-weight:600}.datefield{position:relative;display:inline-flex;align-items:center;gap:4px}.datefield input[type=text]{width:120px;font-weight:500}.datefield__cal{border:1px solid var(--line-strong);background:var(--card);border-radius:8px;cursor:pointer;font-size:15px;line-height:1;padding:7px 8px}.datefield__cal:hover{border-color:var(--terra)}.datefield__picker{position:absolute;right:0;bottom:0;width:1px;height:1px;opacity:0;pointer-events:none}.pos-code{margin-top:28px;border:1px solid var(--line);border-radius:14px;background:var(--card);padding:0 14px}.pos-code>summary{display:flex;align-items:center;gap:10px;padding:13px 0;cursor:pointer;list-style:none}.pos-code>summary::-webkit-details-marker{display:none}.pos-code>summary .muted{font-weight:600;font-size:13.5px}.pos-code>summary .code{margin-left:auto;letter-spacing:.12em}.pos-code>summary:after{content:"⌄";width:14px;text-align:center;color:var(--muted);transform:translateY(-2px);transition:transform .15s}.pos-code[open]>summary:after{transform:translateY(2px) rotate(180deg)}.pos-code__body{display:flex;gap:16px;align-items:center;flex-wrap:wrap;padding:2px 0 16px}.pos-code__qr{display:flex;flex-direction:column;gap:8px;align-items:center}.bottom-nav{display:none}.bottom-nav__item{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;background:none;border:none;cursor:pointer;color:var(--muted);font:inherit;font-size:11px;font-weight:600;padding:7px 4px;border-radius:12px;text-decoration:none;-webkit-tap-highlight-color:transparent}.bottom-nav__item.on{color:var(--terra)}.bottom-nav__item svg{display:block}.sheet-backdrop{position:fixed;inset:0;z-index:40;background:#2b262252;display:flex;align-items:flex-end}.sheet{width:100%;background:var(--card);border-radius:22px 22px 0 0;padding:8px 16px calc(16px + env(safe-area-inset-bottom,0px));box-shadow:var(--shadow-lg);animation:sheet-up .2s ease}@keyframes sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sheet__grip{width:40px;height:4px;border-radius:999px;background:var(--line-strong);margin:6px auto 12px}.sheet__title{font-family:var(--font-display);font-weight:700;font-size:16px;margin-bottom:8px}.sheet__list{display:grid;gap:2px}.sheet__item{display:block;padding:15px 14px;border-radius:12px;color:var(--ink);font-weight:500;text-decoration:none}.sheet__item:hover,.sheet__item.active{background:var(--paper-2);color:var(--terra-700);text-decoration:none}.checkout-bar{position:sticky;bottom:12px}@media(max-width:720px){.app-header .nav{display:none}.app-header__inner{padding:13px 18px}.container{padding:20px 16px 24px}.has-bottom-nav{padding-bottom:92px}.bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:30;background:#faf6eeeb;-webkit-backdrop-filter:saturate(140%) blur(10px);backdrop-filter:saturate(140%) blur(10px);border-top:1px solid var(--line);padding:6px 6px calc(6px + env(safe-area-inset-bottom,0px))}.checkout-bar{bottom:84px}.page-title{font-size:24px}.section-title{font-size:16px}.stats{grid-template-columns:1fr;gap:10px}.kpis{grid-template-columns:1fr 1fr;gap:10px}.dash-grid{grid-template-columns:1fr;gap:8px}.stat{padding:13px 15px}.toolbar{flex-direction:column;align-items:stretch;gap:10px}.toolbar>*{width:100%}.card-grid{grid-template-columns:1fr}.product-card{gap:12px;padding:12px 14px}.product-card__name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.thumb{width:46px;height:46px}.panel{padding:16px}.stock-list__row{flex-direction:column;align-items:flex-start;gap:4px}.header-actions{flex-wrap:nowrap!important;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;max-width:100%;padding-bottom:2px}.header-actions::-webkit-scrollbar{display:none}.header-actions>*{flex:0 0 auto}}.user-chip{display:inline-flex;align-items:center;gap:10px;margin-left:8px}.user-chip__name{font-size:13px;font-weight:600;color:var(--muted);max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-chip__out{border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:999px;padding:5px 12px;font-size:13px;font-weight:600;cursor:pointer}.user-chip__out:hover{border-color:var(--terra);color:var(--terra)}.container--pos{padding-top:14px}.auth-splash{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:var(--bg)}.auth-splash__brand{font-family:var(--font-display);font-weight:800;font-size:26px;letter-spacing:-.02em;color:var(--ink)}.auth-splash__brand .dot{color:var(--terra)}.auth-splash__text{color:var(--muted);font-size:15px}.cashier-form{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media(max-width:560px){.cashier-form{grid-template-columns:1fr}}.cred-card{margin-bottom:16px;border:1px solid var(--sage, #8a9a7b);background:color-mix(in srgb,var(--sage, #8a9a7b) 9%,var(--surface))}.cred-grid{display:grid;grid-template-columns:auto 1fr;gap:4px 14px;align-items:center;margin-top:10px}.cred-grid .code{font-size:16px;letter-spacing:.04em}.cashier-row{padding:14px 16px}.cashier-row.is-off{opacity:.6}.cashier-row__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.cashier-row__name{margin:0;font-weight:600}.cashier-row__meta{margin:2px 0 0;color:var(--muted);font-size:13px}.cashier-row__actions{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.badge--muted{background:color-mix(in srgb,var(--muted) 16%,transparent);color:var(--muted)}.store-admin{margin-bottom:20px;border:1px solid var(--line)}.store-admin__row{display:flex;align-items:flex-start;gap:10px;margin-top:12px;cursor:pointer;font-size:14px}.store-admin__row input{width:auto;margin-top:2px;accent-color:var(--terra)}.store-admin__members{display:flex;flex-wrap:wrap;gap:8px}.user-roles{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.user-role{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;border:1px solid var(--line);border-radius:999px;font-size:13px;cursor:pointer;color:var(--ink-2);margin:0}.user-role.on{background:var(--terra-soft);border-color:var(--terra);color:var(--terra-700);font-weight:600}.user-role input{width:auto;accent-color:var(--terra);margin:0}
