:root{--hc-bg:#f2f3f5;--hc-surface:#fff;--hc-surface-2:#eceef1;--hc-ink:#1b1e24;--hc-muted:#565e6b;--hc-subtle:#878f9c;--hc-primary:#a62d76;--hc-primary-hover:#8f2765;--hc-primary-foreground:#fff;--hc-primary-soft:#f9e7f2;--hc-primary-ring:#a62d7638;--hc-total:#0e7a41;--hc-total-soft:#e3f4ea;--hc-danger:#c2273c;--hc-danger-soft:#fbe9ec;--hc-info:#2563c4;--hc-info-soft:#e9f1fc;--hc-warn-soft:#fdf2dc;--hc-warn-ink:#8f5f0a;--hc-border:#e3e5ea;--hc-border-strong:#cbcfd7;--hc-bar:#fff;--hc-space-1:4px;--hc-space-2:8px;--hc-space-3:12px;--hc-space-4:16px;--hc-space-5:20px;--hc-space-6:24px;--hc-radius-sm:8px;--hc-radius-md:10px;--hc-radius-lg:14px;--hc-radius-xl:16px;--hc-radius-full:999px;--hc-font:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--hc-touch:44px}*,:before,:after{box-sizing:border-box}html,body{background:var(--hc-bg);height:100%;margin:0;padding:0}.hc-shell{background:var(--hc-bg);width:100%;height:100%;color:var(--hc-ink);font-family:var(--hc-font);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);font-size:14px;line-height:1.45;overflow:hidden}.hc-app{background:var(--hc-bg);flex-direction:column;max-width:520px;height:100%;margin:0 auto;display:flex;overflow:hidden}button{color:inherit;text-align:inherit;background:0 0;border:0;padding:0;font-family:inherit}button:not(:disabled){cursor:pointer}button:disabled{opacity:.45}:focus-visible{outline:2px solid var(--hc-primary);outline-offset:1px}@media (prefers-reduced-motion:no-preference){.hc-btn:active:not(:disabled),.hc-icon-btn:active:not(:disabled),.hc-nav__btn:active,.hc-rank__btn:active,.hc-menu__item:active,.hc-maint__btn:active{transform:scale(.97)}}.hc-header{z-index:40;justify-content:space-between;align-items:center;gap:var(--hc-space-3);padding:10px var(--hc-space-4);background:var(--hc-surface);border-bottom:1px solid var(--hc-border);flex-shrink:0;display:flex}.hc-header__title{flex:1;min-width:0}.hc-header__brand{letter-spacing:.12em;text-transform:uppercase;color:var(--hc-primary);margin:0;font-size:.625rem;font-weight:700}.hc-header__page{letter-spacing:-.01em;margin:1px 0 0;font-size:1.0625rem;font-weight:650;line-height:1.2}.hc-header__actions{align-items:center;gap:var(--hc-space-2);display:flex}.hc-header__live{letter-spacing:.08em;text-transform:uppercase;color:var(--hc-total);font-size:.6875rem;font-weight:700}.hc-icon-btn{border:1px solid var(--hc-border);border-radius:var(--hc-radius-md);background:var(--hc-surface);width:36px;height:36px;color:var(--hc-muted);flex-shrink:0;justify-content:center;align-items:center;transition:color .15s ease-out,border-color .15s ease-out,background-color .15s ease-out;display:inline-flex}.hc-icon-btn:hover:not(:disabled){border-color:var(--hc-primary);color:var(--hc-primary)}.hc-icon-btn svg{width:18px;height:18px}.hc-icon-btn--spin svg{animation:.8s linear infinite hc-spin}@keyframes hc-spin{to{transform:rotate(360deg)}}.hc-progress{background:var(--hc-primary);flex-shrink:0;height:2px;animation:.9s ease-in-out infinite hc-progress}@keyframes hc-progress{0%{opacity:.25}50%{opacity:1}to{opacity:.25}}.hc-period{gap:var(--hc-space-2);padding:var(--hc-space-2) var(--hc-space-3) var(--hc-space-3);background:var(--hc-surface);border-bottom:1px solid var(--hc-border);flex-direction:column;flex-shrink:0;display:flex}.hc-period__segments{background:var(--hc-surface);border:1px solid var(--hc-border);border-radius:var(--hc-radius-md);grid-template-columns:repeat(4,minmax(0,1fr));display:grid;overflow:hidden}.hc-period__seg{min-height:40px;padding:0 var(--hc-space-2);color:var(--hc-muted);text-align:center;background:var(--hc-surface);font-size:.8125rem;font-weight:600;transition:background-color .15s ease-out,color .15s ease-out}.hc-period__seg+.hc-period__seg{border-left:1px solid var(--hc-border)}.hc-period__seg--on{background:var(--hc-primary-soft);color:var(--hc-primary)}.hc-period__row{justify-content:center;align-items:center;gap:var(--hc-space-2);display:flex;position:relative}.hc-period__label{text-align:center;min-width:0;font-size:.8125rem;font-weight:600}.hc-period__row .hc-icon-btn{width:32px;height:32px}.hc-period__row .hc-icon-btn svg{width:16px;height:16px}.hc-period__today{border:1px solid var(--hc-primary);border-radius:var(--hc-radius-full);background:var(--hc-primary-soft);width:32px;height:32px;color:var(--hc-primary);flex-shrink:0;justify-content:center;align-items:center;transition:background-color .15s ease-out;display:inline-flex;position:absolute;top:50%;right:0;transform:translateY(-50%)}.hc-period__today:hover{background:#f3d5e8}.hc-period__today svg{width:16px;height:16px}.hc-header-alert{padding:var(--hc-space-2) var(--hc-space-4) 0;flex-shrink:0}.hc-screen{justify-content:center;align-items:center;gap:var(--hc-space-3);height:100%;padding:var(--hc-space-6);text-align:center;color:var(--hc-muted);background:var(--hc-bg);flex-direction:column;display:flex}.hc-spinner{border:2px solid var(--hc-border-strong);border-top-color:var(--hc-primary);border-radius:var(--hc-radius-full);width:26px;height:26px;animation:.8s linear infinite hc-spin}.hc-login-card{flex-direction:column;align-items:center;width:100%;max-width:320px;display:flex}.hc-login-logo{width:140px;height:auto}.hc-login-title{margin:var(--hc-space-3) 0 0;letter-spacing:-.01em;color:var(--hc-ink);font-size:1.25rem;font-weight:650}.hc-login-sub{margin:var(--hc-space-1) 0 0;color:var(--hc-muted);font-size:.8125rem}.hc-login-form{width:100%;margin-top:var(--hc-space-6);gap:var(--hc-space-3);text-align:left;flex-direction:column;display:flex}.hc-main{-webkit-overflow-scrolling:touch;flex:1;min-height:0;overflow-y:auto}.hc-feed{gap:var(--hc-space-3);padding:var(--hc-space-3) var(--hc-space-3) var(--hc-space-6);flex-direction:column;display:flex}.hc-hero{border:1px solid var(--hc-border);border-radius:var(--hc-radius-lg);padding:var(--hc-space-4);background:var(--hc-surface)}.hc-hero__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--hc-primary);margin:0;font-size:.6875rem;font-weight:700}.hc-hero__label{margin:var(--hc-space-3) 0 0;color:var(--hc-muted);font-size:.8125rem}.hc-hero__value.hc-money{letter-spacing:-.02em;margin-top:2px;font-size:1.75rem;font-weight:700;line-height:1.15;display:block}.hc-hero__delta{margin:var(--hc-space-1) 0 0;font-size:.8125rem;font-weight:600}.hc-hero__delta--up{color:var(--hc-total)}.hc-hero__delta--down{color:var(--hc-danger)}.hc-hero__grid{margin-top:var(--hc-space-3);background:var(--hc-border);border:1px solid var(--hc-border);border-radius:var(--hc-radius-md);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.hc-hero__grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}.hc-hero__grid>div{background:var(--hc-surface);padding:var(--hc-space-3);flex-direction:column;gap:2px;display:flex}.hc-hero__grid>div>span{color:var(--hc-subtle);font-size:.6875rem}.hc-hero__grid .hc-money{font-size:.9375rem}.hc-hero__warn{margin:var(--hc-space-3) 0 0;color:var(--hc-warn-ink);background:var(--hc-warn-soft);border-radius:var(--hc-radius-sm);padding:var(--hc-space-2) var(--hc-space-3);font-size:.75rem}.hc-hero__dates{margin:var(--hc-space-3) 0 0;color:var(--hc-subtle);font-size:.75rem}.hc-block{border:1px solid var(--hc-border);border-radius:var(--hc-radius-lg);background:var(--hc-surface);padding:var(--hc-space-4)}.hc-block__head{justify-content:space-between;align-items:baseline;gap:var(--hc-space-3);margin-bottom:var(--hc-space-3);padding-bottom:var(--hc-space-2);border-bottom:1px solid var(--hc-border);display:flex}.hc-block__head h2{margin:0;font-size:.9375rem;font-weight:650}.hc-block__head span{color:var(--hc-subtle);font-size:.75rem}.hc-split{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.hc-split li{justify-content:space-between;align-items:baseline;gap:var(--hc-space-3);padding:7px 0;display:flex}.hc-split li+li{border-top:1px solid var(--hc-border)}.hc-split li>span{min-width:0;font-size:.8125rem}.hc-split li>div{text-align:right;flex-direction:column;align-items:flex-end;display:flex}.hc-split li>div .hc-money{font-size:.8125rem}.hc-split li>div small{color:var(--hc-subtle);font-size:.6875rem}.hc-split--channels li{padding:var(--hc-space-2) 0}.hc-discount-summary{background:var(--hc-border);border:1px solid var(--hc-border);border-radius:var(--hc-radius-md);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.hc-discount-summary>div{background:var(--hc-surface);padding:var(--hc-space-2);flex-direction:column;gap:2px;display:flex}.hc-discount-summary>div>span{color:var(--hc-subtle);font-size:.6875rem}.hc-discount-summary .hc-money,.hc-discount-summary strong{font-size:.8125rem;font-weight:600}.hc-discount-compare{margin:var(--hc-space-2) 0 0;color:var(--hc-subtle);font-size:.75rem}.hc-discount-section{margin-top:var(--hc-space-3)}.hc-discount-section h4{color:var(--hc-muted);margin:0 0 2px;font-size:.75rem;font-weight:600}.hc-rank{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.hc-rank li+li{border-top:1px solid var(--hc-border)}.hc-rank__btn{align-items:flex-start;gap:var(--hc-space-3);width:100%;padding:var(--hc-space-3) 0;text-align:left;color:inherit;background:0 0;border:0;display:flex}.hc-rank__btn:hover .hc-rank__name{color:var(--hc-primary)}.hc-rank__pos{border-radius:var(--hc-radius-full);background:var(--hc-primary);min-width:24px;height:24px;color:var(--hc-primary-foreground);font-variant-numeric:tabular-nums;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:inline-flex}.hc-rank__pos--muted{background:var(--hc-surface-2);color:var(--hc-muted)}.hc-rank__main{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.hc-rank__top{justify-content:space-between;align-items:baseline;gap:var(--hc-space-2);display:flex}.hc-rank__name{align-items:center;gap:var(--hc-space-2);min-width:0;font-size:.875rem;font-weight:600;transition:color .15s ease-out;display:inline-flex}.hc-rank__bar{background:var(--hc-surface-2);border-radius:2px;height:4px;overflow:hidden}.hc-rank__bar i{background:var(--hc-primary);height:100%;display:block}.hc-rank__meta{color:var(--hc-subtle);margin:0;font-size:.6875rem}.hc-top{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.hc-top li{align-items:center;gap:var(--hc-space-3);padding:7px 0;display:flex}.hc-top li+li{border-top:1px solid var(--hc-border)}.hc-top li>span{min-width:18px;color:var(--hc-primary);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.75rem;font-weight:600}.hc-top li>div{flex:1;min-width:0}.hc-top li strong{text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:600;display:block;overflow:hidden}.hc-top li p{color:var(--hc-subtle);margin:0;font-size:.6875rem}.hc-mini-orders{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.hc-mini-orders li{justify-content:space-between;align-items:baseline;gap:var(--hc-space-3);padding:6px 0;font-size:.8125rem;display:flex}.hc-mini-orders li+li{border-top:1px solid var(--hc-border)}.hc-mini-orders li>span:first-child{font-weight:600}.hc-mini-orders li>span:nth-child(2){text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--hc-muted);flex:1;overflow:hidden}.hc-btn{justify-content:center;align-items:center;gap:var(--hc-space-2);min-height:46px;padding:0 var(--hc-space-5);border-radius:var(--hc-radius-full);border:1px solid #0000;font-size:.875rem;font-weight:600;transition:background-color .15s ease-out,border-color .15s ease-out,color .15s ease-out;display:inline-flex}.hc-btn--compact{min-height:32px;padding:0 var(--hc-space-3);font-size:.75rem}.hc-btn--block{width:100%}.hc-btn--primary{background:var(--hc-primary);color:var(--hc-primary-foreground)}.hc-btn--primary:hover:not(:disabled){background:var(--hc-primary-hover)}.hc-btn--ghost{background:var(--hc-surface);border-color:var(--hc-border-strong);color:var(--hc-ink)}.hc-btn--ghost:hover:not(:disabled){border-color:var(--hc-primary);color:var(--hc-primary)}.hc-btn--danger{background:var(--hc-danger-soft);border-color:var(--hc-danger);color:var(--hc-danger)}.hc-btn--danger:hover:not(:disabled){background:var(--hc-danger);color:#fff}.hc-btn--dark{background:var(--hc-ink);border-color:var(--hc-ink);color:var(--hc-surface)}.hc-field{gap:var(--hc-space-1);flex-direction:column;display:flex}.hc-field__label{color:var(--hc-muted);font-size:.8125rem;font-weight:600}.hc-field-toggle{min-height:32px;padding:0 var(--hc-space-2);border-radius:var(--hc-radius-sm);color:var(--hc-subtle);align-items:center;gap:6px;font-size:.8125rem;font-weight:500;transition:color .15s ease-out;display:inline-flex}.hc-field-toggle:hover:not(:disabled){color:var(--hc-primary)}.hc-input{width:100%;min-height:42px;padding:0 var(--hc-space-3);border:1px solid var(--hc-border-strong);border-radius:var(--hc-radius-md);background:var(--hc-surface);color:var(--hc-ink);font-family:inherit;font-size:.9375rem;transition:border-color .15s ease-out,box-shadow .15s ease-out}.hc-input::placeholder{color:var(--hc-subtle)}.hc-input:focus{border-color:var(--hc-primary);box-shadow:0 0 0 3px var(--hc-primary-ring);outline:none}textarea.hc-input{min-height:80px;padding:var(--hc-space-2) var(--hc-space-3);resize:vertical;line-height:1.5}select.hc-input{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23878f9c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:14px;padding-right:36px}.hc-search{position:relative}.hc-search__icon{width:16px;height:16px;color:var(--hc-subtle);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.hc-search .hc-input{padding-left:36px}.hc-seg{background:var(--hc-surface);border:1px solid var(--hc-border);border-radius:var(--hc-radius-md);grid-auto-columns:1fr;grid-auto-flow:column;display:grid;overflow:hidden}.hc-seg__btn{min-height:40px;padding:0 var(--hc-space-2);color:var(--hc-muted);text-align:center;background:var(--hc-surface);font-size:.8125rem;font-weight:600;transition:background-color .15s ease-out,color .15s ease-out}.hc-seg__btn+.hc-seg__btn{border-left:1px solid var(--hc-border)}.hc-seg__btn--on{background:var(--hc-primary-soft);color:var(--hc-primary)}.hc-form{gap:var(--hc-space-3);flex-direction:column;display:flex}.hc-form-row{gap:var(--hc-space-2);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.hc-form-section{margin:var(--hc-space-2) 0 0;padding-top:var(--hc-space-3);border-top:1px solid var(--hc-border);letter-spacing:.12em;text-transform:uppercase;color:var(--hc-subtle);font-size:.625rem;font-weight:700}.hc-form-section:first-child{border-top:0;margin-top:0;padding-top:0}.hc-field-hint{margin:calc(var(--hc-space-1) * -1) 0 0;color:var(--hc-subtle);font-size:.6875rem}.hc-variation-card{border:1px solid var(--hc-border);border-radius:var(--hc-radius-md);background:var(--hc-bg);padding:var(--hc-space-2) var(--hc-space-3);gap:var(--hc-space-2);flex-direction:column;display:flex}.hc-variation-card__name{margin:0;font-size:.875rem;font-weight:650}.hc-variation-card__name span{color:var(--hc-subtle);font-weight:400}.hc-sheet__danger{margin-top:var(--hc-space-4);padding-top:var(--hc-space-3);border-top:1px solid var(--hc-border)}.hc-money{color:var(--hc-total);font-variant-numeric:tabular-nums;font-weight:600}.hc-tag{border-radius:var(--hc-radius-full);white-space:nowrap;align-items:center;padding:2px 8px;font-size:.6875rem;font-weight:600;display:inline-flex}.hc-tag--boutique{background:var(--hc-primary-soft);color:var(--hc-primary)}.hc-tag--web{background:var(--hc-info-soft);color:var(--hc-info)}.hc-tag--danger{background:var(--hc-danger-soft);color:var(--hc-danger)}.hc-tag--warn{background:var(--hc-warn-soft);color:var(--hc-warn-ink)}.hc-tag--muted{background:var(--hc-surface-2);color:var(--hc-muted)}.hc-dot{border-radius:var(--hc-radius-full);background:var(--hc-border-strong);flex-shrink:0;width:7px;height:7px}.hc-dot--on{background:var(--hc-total);box-shadow:0 0 0 3px var(--hc-total-soft)}.hc-alert{padding:var(--hc-space-2) var(--hc-space-3);border:1px solid var(--hc-danger);border-radius:var(--hc-radius-md);background:var(--hc-danger-soft);color:var(--hc-danger);margin:0;font-size:.8125rem}.hc-alert--ok{border-color:var(--hc-total);background:var(--hc-total-soft);color:var(--hc-total)}.hc-empty{padding:var(--hc-space-4);border:1px dashed var(--hc-border-strong);border-radius:var(--hc-radius-md);color:var(--hc-muted);text-align:center;margin:0;font-size:.8125rem}.hc-actions-tabs{gap:var(--hc-space-2);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.hc-actions-tab{justify-content:center;align-items:center;gap:var(--hc-space-1);border:1px solid var(--hc-border);border-radius:var(--hc-radius-lg);background:var(--hc-surface);min-height:64px;color:var(--hc-ink);flex-direction:column;font-size:.875rem;font-weight:650;transition:border-color .15s ease-out,background-color .15s ease-out,color .15s ease-out;display:flex}.hc-actions-tab__icon{width:22px;height:22px;color:var(--hc-primary)}.hc-actions-tab small{color:var(--hc-primary);font-size:.6875rem;font-weight:600}.hc-back{align-self:flex-start;align-items:center;gap:var(--hc-space-1);padding:var(--hc-space-1) var(--hc-space-2);margin:calc(var(--hc-space-2) * -1) 0 0;border-radius:var(--hc-radius-full);color:var(--hc-primary);font-size:.8125rem;font-weight:650;display:inline-flex}.hc-actions-tab:hover:not(:disabled){border-color:var(--hc-primary);background:var(--hc-primary-soft)}.hc-catpicker{-webkit-overflow-scrolling:touch;border:1px solid var(--hc-border);border-radius:var(--hc-radius-md);background:var(--hc-surface);max-height:220px;padding:var(--hc-space-2);flex-direction:column;gap:2px;display:flex;overflow-y:auto}.hc-catpicker__group+.hc-catpicker__group{margin-top:var(--hc-space-2);padding-top:var(--hc-space-2);border-top:1px solid var(--hc-border)}.hc-catpicker__row{align-items:center;gap:var(--hc-space-2);min-height:34px;padding:0 var(--hc-space-2);border-radius:var(--hc-radius-sm);cursor:pointer;font-size:.8125rem;display:flex}.hc-catpicker__row:hover{background:var(--hc-surface-2)}.hc-catpicker__row--root{font-weight:650}.hc-catpicker__row--child{padding-left:var(--hc-space-5);color:var(--hc-muted)}.hc-catpicker__row input{width:16px;height:16px;accent-color:var(--hc-primary);flex-shrink:0}.hc-tab-page{gap:var(--hc-space-4);padding:var(--hc-space-3) var(--hc-space-3) var(--hc-space-6);flex-direction:column;display:flex}.hc-tab-page__intro{color:var(--hc-muted);margin:0;font-size:.75rem}.hc-tabs{gap:var(--hc-space-2);scrollbar-width:none;padding-bottom:2px;display:flex;overflow-x:auto}.hc-tabs::-webkit-scrollbar{display:none}.hc-tabs button{min-height:38px;padding:0 var(--hc-space-5);border:1px solid var(--hc-border);border-radius:var(--hc-radius-full);background:var(--hc-surface);color:var(--hc-muted);flex-shrink:0;font-size:.8125rem;font-weight:600;transition:background-color .15s ease-out,color .15s ease-out,border-color .15s ease-out}.hc-tabs button.hc-tabs__on{background:var(--hc-primary);border-color:var(--hc-primary);color:var(--hc-primary-foreground)}.hc-cards{gap:var(--hc-space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.hc-card{border:1px solid var(--hc-border);border-radius:var(--hc-radius-lg);background:var(--hc-surface);padding:var(--hc-space-3) var(--hc-space-4)}.hc-order,.hc-product{text-align:left;flex-direction:column;gap:5px;width:100%;display:flex;position:relative}.hc-order{padding-right:28px}.hc-card__row{justify-content:space-between;align-items:baseline;gap:var(--hc-space-2);min-width:0;display:flex}.hc-card__title{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.875rem;font-weight:600;overflow:hidden}.hc-card__sub{color:var(--hc-subtle);text-overflow:ellipsis;white-space:nowrap;font-size:.6875rem;overflow:hidden}.hc-card__badges{gap:var(--hc-space-1);margin-top:var(--hc-space-1);flex-wrap:wrap;display:flex}.hc-chevron{width:14px;height:14px;color:var(--hc-subtle);transition:transform .15s ease-out;position:absolute;top:12px;right:10px;transform:rotate(-90deg)}.hc-chevron--open{transform:rotate(0)}.hc-chevron svg{width:100%;height:100%}.hc-order__detail{margin-top:var(--hc-space-3);padding-top:var(--hc-space-3);border-top:1px solid var(--hc-border);color:var(--hc-muted);flex-direction:column;gap:3px;font-size:.75rem;display:flex}.hc-order__detail p{margin:0}.hc-stock__qty{font-variant-numeric:tabular-nums;font-weight:700}.hc-stock__qty--danger{color:var(--hc-danger)}.hc-stock__qty--warn{color:var(--hc-warn-ink)}.hc-sheet-wrap{z-index:60;background:#14182073;justify-content:center;align-items:flex-end;animation:.15s ease-out both hc-fade;display:flex;position:fixed;inset:0}.hc-sheet{background:var(--hc-bg);border-radius:var(--hc-radius-xl) var(--hc-radius-xl) 0 0;flex-direction:column;width:100%;max-width:520px;max-height:88%;animation:.2s ease-out both hc-sheet-up;display:flex}.hc-sheet__handle{width:36px;height:4px;margin:var(--hc-space-2) auto 0;border-radius:var(--hc-radius-full);background:var(--hc-border-strong);flex-shrink:0}.hc-sheet__head{padding:var(--hc-space-3) var(--hc-space-4);border-bottom:1px solid var(--hc-border);flex-shrink:0}.hc-sheet__head h2,.hc-sheet__title{margin:0;font-size:1rem;font-weight:650}.hc-sheet__body{-webkit-overflow-scrolling:touch;padding:var(--hc-space-3) var(--hc-space-4) var(--hc-space-5);overflow-y:auto}.hc-sheet__footer{gap:var(--hc-space-3);padding:var(--hc-space-3) var(--hc-space-4) calc(var(--hc-space-4) + env(safe-area-inset-bottom,0px));border-top:1px solid var(--hc-border);background:var(--hc-surface);flex-shrink:0;display:grid}.hc-overlay{z-index:60;padding:var(--hc-space-4);background:#14182073;justify-content:center;align-items:center;animation:.15s ease-out both hc-fade;display:flex;position:fixed;inset:0}.hc-overlay__panel{background:var(--hc-bg);border-radius:var(--hc-radius-lg);flex-direction:column;width:100%;max-width:520px;max-height:88%;animation:.15s ease-out both hc-pop;display:flex;overflow:hidden}@keyframes hc-fade{0%{opacity:0}}@keyframes hc-sheet-up{0%{transform:translateY(100%)}}@keyframes hc-pop{0%{opacity:0;transform:translateY(4px)}}.hc-panel{flex-direction:column;height:100%;min-height:0;display:flex}.hc-panel__head{justify-content:space-between;align-items:center;gap:var(--hc-space-3);padding:var(--hc-space-3) var(--hc-space-4);border-bottom:1px solid var(--hc-border);flex-shrink:0;display:flex}.hc-panel__head h1{margin:0;font-size:1rem;font-weight:650}.hc-panel-body{-webkit-overflow-scrolling:touch;min-height:0;padding:var(--hc-space-3) var(--hc-space-4) calc(var(--hc-space-6) + env(safe-area-inset-bottom,0px));gap:var(--hc-space-2);flex-direction:column;flex:1;display:flex;overflow-y:auto}.hc-menu{gap:var(--hc-space-2);flex-direction:column;display:flex}.hc-menu__head{letter-spacing:.08em;text-transform:uppercase;color:var(--hc-subtle);margin:0;font-size:.6875rem;font-weight:700}.hc-menu__item{justify-content:space-between;align-items:center;gap:var(--hc-space-3);min-height:48px;padding:var(--hc-space-2) var(--hc-space-3);border:1px solid var(--hc-border);border-radius:var(--hc-radius-md);background:var(--hc-surface);color:var(--hc-ink);text-align:left;font-size:.875rem;font-weight:600;transition:border-color .15s ease-out,color .15s ease-out;display:flex}.hc-menu__item:hover{border-color:var(--hc-primary);color:var(--hc-primary)}.hc-cockpit__head{justify-content:space-between;align-items:center;gap:var(--hc-space-3);padding-bottom:var(--hc-space-2);border-bottom:1px solid var(--hc-border);margin-bottom:var(--hc-space-2);display:flex}.hc-cockpit__title{margin:0;font-size:.9375rem;font-weight:650}.hc-cockpit__kpis{background:var(--hc-border);border:1px solid var(--hc-border);border-radius:var(--hc-radius-md);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.hc-cockpit__kpis--5{grid-template-columns:repeat(2,minmax(0,1fr))}.hc-cockpit__kpis--5>:nth-child(5){grid-column:1/-1}.hc-cockpit__kpis>div{background:var(--hc-surface);padding:var(--hc-space-2) var(--hc-space-3);flex-direction:column;gap:2px;display:flex}.hc-cockpit__kpis>div>span{color:var(--hc-subtle);font-size:.6875rem}.hc-cockpit__kpis .hc-money,.hc-cockpit__kpis strong{font-size:.875rem;font-weight:600}.hc-cockpit__section{margin-top:var(--hc-space-3)}.hc-cockpit__danger{margin-top:var(--hc-space-2)}.hc-maint{gap:var(--hc-space-2);flex-direction:column;display:flex}.hc-maint__btn{width:100%;min-height:40px;padding:0 var(--hc-space-3);border:1px solid var(--hc-border-strong);border-radius:var(--hc-radius-md);background:var(--hc-surface);color:var(--hc-ink);text-align:left;font-size:.8125rem;font-weight:600;transition:border-color .15s ease-out,color .15s ease-out}.hc-maint__btn:hover:not(:disabled){border-color:var(--hc-primary);color:var(--hc-primary)}.hc-charges{gap:var(--hc-space-2);flex-direction:column;display:flex}.hc-expense-filters{gap:var(--hc-space-2);margin-bottom:var(--hc-space-3);flex-wrap:wrap;display:flex}.hc-expense-filters .hc-input{min-height:34px;padding:0 var(--hc-space-2);background-position:right 10px center;flex:30%;padding-right:30px;font-size:.75rem}.hc-expense-add{margin-top:var(--hc-space-3)}.hc-expense-kpis{background:var(--hc-border);border:1px solid var(--hc-border);border-radius:var(--hc-radius-md);margin-bottom:var(--hc-space-3);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.hc-expense-kpi{background:var(--hc-surface);padding:var(--hc-space-2);flex-direction:column;gap:2px;display:flex}.hc-expense-kpi>span{color:var(--hc-subtle);font-size:.6875rem}.hc-expense-kpi__value{font-size:.8125rem;font-weight:600}.hc-expense-kpi__value.hc-money{font-size:.8125rem}.hc-expense-list{gap:var(--hc-space-2);flex-direction:column;display:flex}.hc-expense-card{border:1px solid var(--hc-border);border-radius:var(--hc-radius-lg);background:var(--hc-surface);padding:var(--hc-space-3) var(--hc-space-4);gap:var(--hc-space-2);flex-direction:column;display:flex}.hc-expense-card__head{justify-content:space-between;align-items:baseline;gap:var(--hc-space-2);display:flex}.hc-expense-card__title{min-width:0;margin:0;font-size:.875rem;font-weight:600}.hc-expense-card__amount{flex-shrink:0}.hc-expense-card__badges{gap:var(--hc-space-1);flex-wrap:wrap;display:flex}.hc-expense-card__foot{justify-content:space-between;align-items:center;gap:var(--hc-space-2);border-top:1px solid var(--hc-border);padding-top:var(--hc-space-3);color:var(--hc-subtle);font-size:.6875rem;display:flex}.hc-expense-card__actions{gap:var(--hc-space-1);display:flex}.hc-expense-card__actions .hc-btn{min-height:30px;padding:0 var(--hc-space-2);font-size:.6875rem}.hc-expense-card__prorated{color:var(--hc-subtle);margin:0;font-size:.6875rem}.hc-stock{gap:var(--hc-space-2);flex-direction:column;display:flex}.hc-stock-stats{gap:var(--hc-space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.hc-stock-stat{border:1px solid var(--hc-border);border-radius:var(--hc-radius-lg);background:var(--hc-surface);padding:var(--hc-space-4) var(--hc-space-2);text-align:center;flex-direction:column;align-items:center;gap:2px;display:flex}.hc-stock-stat__value{font-variant-numeric:tabular-nums;font-size:1.25rem;font-weight:700;line-height:1.1}.hc-stock-stat__label{color:var(--hc-subtle);font-size:.6875rem}.hc-stock-stat--danger .hc-stock-stat__value{color:var(--hc-danger)}.hc-stock-stat--warn .hc-stock-stat__value{color:var(--hc-warn-ink)}.hc-stock-stat--muted .hc-stock-stat__value{color:var(--hc-subtle)}.hc-stock-stat--on{border-color:var(--hc-primary);background:var(--hc-primary-soft)}.hc-stock-inventory{border:1px solid var(--hc-border);border-radius:var(--hc-radius-md);background:var(--hc-surface);padding:2px var(--hc-space-3)}.hc-stock-inventory__item{justify-content:space-between;align-items:baseline;gap:var(--hc-space-3);padding:6px 0;font-size:.8125rem;display:flex}.hc-stock-inventory__item+.hc-stock-inventory__item{border-top:1px solid var(--hc-border)}.hc-stock-inventory__label{min-width:0}.hc-stock-inventory__value{font-variant-numeric:tabular-nums;flex-shrink:0;font-weight:600}.hc-stock-inventory__note{margin:var(--hc-space-2) 0 0;color:var(--hc-subtle);font-size:.75rem}.hc-stores-panel{gap:var(--hc-space-2);flex-direction:column;display:flex}.hc-confirm{gap:var(--hc-space-2);flex-direction:column;font-size:.8125rem;display:flex}.hc-confirm__row{align-items:center;gap:var(--hc-space-2);display:flex}.hc-variation-fields{gap:var(--hc-space-2);flex-direction:column;display:flex}.hc-variation-row{align-items:center;gap:var(--hc-space-2);display:flex}.hc-dl{flex-direction:column;margin:0;font-size:.8125rem;display:flex}.hc-dl>div{justify-content:space-between;align-items:baseline;gap:var(--hc-space-3);padding:5px 0;display:flex}.hc-dl>div+div{border-top:1px solid var(--hc-border)}.hc-dl dt{color:var(--hc-muted)}.hc-dl dd{margin:0;font-weight:600}.hc-row-between{justify-content:space-between;align-items:center;gap:var(--hc-space-3);display:flex}.hc-scan{z-index:80;background:var(--hc-bg);flex-direction:column;display:flex;position:fixed;inset:0}.hc-scan__head{justify-content:space-between;align-items:center;gap:var(--hc-space-3);padding:var(--hc-space-3) var(--hc-space-4);background:var(--hc-bar);border-bottom:1px solid var(--hc-border);flex-shrink:0;display:flex}.hc-scan__head h1{margin:0;font-size:1rem;font-weight:650}.hc-scan__view,.hc-scan__result{-webkit-overflow-scrolling:touch;min-height:0;padding:var(--hc-space-3);gap:var(--hc-space-3);flex-direction:column;flex:1;display:flex;overflow-y:auto}.hc-scan__frame{border-radius:var(--hc-radius-lg);aspect-ratio:4/3;background:#000;position:relative;overflow:hidden}.hc-scan__video{object-fit:cover;width:100%;height:100%;display:block}.hc-scan__laser{background:var(--hc-primary);height:2px;box-shadow:0 0 8px var(--hc-primary);opacity:.85;position:absolute;top:50%;left:8%;right:8%}.hc-scan__hint{color:var(--hc-muted);margin:0;font-size:.8125rem}.hc-scan__manual{gap:var(--hc-space-2);align-items:center;display:flex}.hc-scan__name{margin:0;font-size:1rem;font-weight:650}.hc-scan__variant{color:var(--hc-muted);margin:0;font-size:.8125rem}.hc-scan__variations{gap:var(--hc-space-2);flex-wrap:wrap;display:flex}.hc-chip{align-items:center;gap:var(--hc-space-2);min-height:38px;padding:0 var(--hc-space-3);border:1px solid var(--hc-border-strong);border-radius:var(--hc-radius-md);background:var(--hc-surface);font-size:.8125rem;font-weight:600;display:inline-flex}.hc-chip small{font-family:var(--hc-font-mono,ui-monospace, Menlo, monospace);color:var(--hc-primary)}.hc-stock-now{color:var(--hc-muted);margin:0;font-size:.9375rem}.hc-stock-now strong{color:var(--hc-ink);font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:700}.hc-diff{color:var(--hc-muted);margin:0;font-size:.9375rem}.hc-diff strong{font-variant-numeric:tabular-nums}.hc-diff--ok{color:var(--hc-muted)}.hc-diff--more{color:var(--hc-total)}.hc-diff--less{color:var(--hc-danger)}.hc-stepper{gap:var(--hc-space-3);grid-template-columns:64px 1fr 64px;align-items:stretch;display:grid}.hc-stepper__btn{border:1px solid var(--hc-primary);border-radius:var(--hc-radius-full);background:var(--hc-primary-soft);min-height:64px;color:var(--hc-primary);touch-action:manipulation;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding:0;font-size:2rem;font-weight:700;line-height:1;transition:transform 80ms,background-color 80ms,color 80ms;display:flex}.hc-stepper__btn:active:not(:disabled){background:var(--hc-primary);color:var(--hc-primary-foreground);transform:scale(.93)}.hc-stepper__btn:disabled{opacity:.35}.hc-stepper__input{border:1px solid var(--hc-primary);border-radius:var(--hc-radius-md);background:var(--hc-surface);min-height:64px;color:var(--hc-ink);font-family:var(--hc-font-mono,ui-monospace, Menlo, monospace);text-align:center;width:100%;font-size:1.75rem;font-weight:600}.hc-stepper__input:focus{box-shadow:0 0 0 3px var(--hc-primary-ring);outline:none}.hc-photo{gap:var(--hc-space-2);flex-direction:column;display:flex}.hc-photo__img{border-radius:var(--hc-radius-md);border:1px solid var(--hc-border);object-fit:cover;width:88px;height:88px;display:block}.hc-photo__placeholder{border-radius:var(--hc-radius-md);border:1px dashed var(--hc-border-strong);background:var(--hc-surface-2,var(--hc-bg));width:88px;height:88px;color:var(--hc-subtle);text-align:center;padding:var(--hc-space-1);justify-content:center;align-items:center;font-size:.6875rem;display:flex}.hc-photo__actions{gap:var(--hc-space-2);flex-wrap:wrap;display:flex}.hc-row-actions{gap:var(--hc-space-2);flex-shrink:0;display:flex}.hc-variation-card__head{justify-content:space-between;align-items:center;gap:var(--hc-space-2);min-height:34px;display:flex}.hc-variation-card__remove{border-radius:var(--hc-radius-full);border:1px solid var(--hc-border);background:var(--hc-surface);width:34px;height:34px;color:var(--hc-muted);touch-action:manipulation;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;line-height:1;transition:border-color .15s ease-out,background-color .15s ease-out,color .15s ease-out;display:flex}.hc-variation-card__remove:active:not(:disabled){border-color:var(--hc-danger);background:var(--hc-danger-soft);color:var(--hc-danger)}.hc-variation-card__remove:disabled{opacity:.4}.hc-input-scan{gap:var(--hc-space-2);align-items:stretch;display:flex}.hc-input-scan .hc-input,.hc-input-scan .hc-search{flex:1;min-width:0}.hc-input-scan .hc-btn{flex-shrink:0}.hc-variation-add{border:1px dashed var(--hc-border-strong);border-radius:var(--hc-radius-md);padding:var(--hc-space-3);gap:var(--hc-space-2);flex-direction:column;display:flex}.hc-nav{z-index:40;border-top:1px solid var(--hc-border);background:var(--hc-surface);padding-bottom:env(safe-area-inset-bottom,0);flex-shrink:0;grid-auto-columns:1fr;grid-auto-flow:column;display:grid}.hc-nav__btn{padding:7px var(--hc-space-1);color:var(--hc-subtle);background:0 0;border:0;flex-direction:column;align-items:center;gap:2px;font-size:.6875rem;font-weight:600;transition:color .15s ease-out;display:flex}.hc-nav__btn--on{color:var(--hc-primary)}.hc-nav__icon-wrap{border-radius:var(--hc-radius-full);justify-content:center;align-items:center;width:42px;height:28px;transition:background-color .15s ease-out;display:inline-flex;position:relative}.hc-nav__btn--on .hc-nav__icon-wrap{background:var(--hc-primary-soft)}.hc-nav__icon{width:20px;height:20px}.hc-nav__badge{border-radius:var(--hc-radius-full);background:var(--hc-danger);color:#fff;font-variant-numeric:tabular-nums;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.5625rem;font-weight:700;display:inline-flex;position:absolute;top:-4px;right:0}.hc-space-1{height:var(--hc-space-1)}.hc-space-2{height:var(--hc-space-2)}.hc-space-3{height:var(--hc-space-3)}.hc-space-4{height:var(--hc-space-4)}.hc-space-5{height:var(--hc-space-5)}.hc-space-6{height:var(--hc-space-6)}.hc-bg{background:var(--hc-bg)}.hc-surface{background:var(--hc-surface)}.hc-border{border-color:var(--hc-border)}.hc-border-strong{border-color:var(--hc-border-strong)}.hc-ink{color:var(--hc-ink)}.hc-muted{color:var(--hc-muted)}.hc-subtle{color:var(--hc-subtle)}.hc-primary{color:var(--hc-primary)}.hc-primary-soft{background:var(--hc-primary-soft)}.hc-primary-hover:hover{color:var(--hc-primary-hover)}.hc-primary-ring{box-shadow:0 0 0 3px var(--hc-primary-ring)}.hc-total{color:var(--hc-total)}.hc-total-soft{background:var(--hc-total-soft)}.hc-danger{color:var(--hc-danger)}.hc-danger-soft{background:var(--hc-danger-soft)}.hc-info{color:var(--hc-info)}.hc-info-soft{background:var(--hc-info-soft)}.hc-warn-soft{background:var(--hc-warn-soft)}.hc-font{font-family:var(--hc-font)}.hc-radius-sm{border-radius:var(--hc-radius-sm)}.hc-radius-md{border-radius:var(--hc-radius-md)}.hc-radius-lg{border-radius:var(--hc-radius-lg)}.hc-radius-xl{border-radius:var(--hc-radius-xl)}.hc-radius-full{border-radius:var(--hc-radius-full)}.hc-touch{min-height:var(--hc-touch)}.hc-spin{animation:.8s linear infinite hc-spin}@media (prefers-reduced-motion:reduce){.hc-progress,.hc-icon-btn--spin svg,.hc-spin,.hc-spinner,.hc-sheet-wrap,.hc-sheet,.hc-overlay,.hc-overlay__panel{animation:none}.hc-btn:active:not(:disabled),.hc-icon-btn:active:not(:disabled),.hc-nav__btn:active,.hc-rank__btn:active,.hc-menu__item:active,.hc-maint__btn:active{transform:none}}
