:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f4f5f7;--surface:#fff;--text:#15171a;--muted:#5f6672;--border:#dde1e7;--soft:#eef1f5;--dark:#111317;--brand:#f0911f;--brand-deep:#d2780f;--brand-ink:#000;--brand-text:#9a5208;--green:#24452f;--green-soft:#f0f5f1;--green-soft-hover:#e2ede4;--green-line:#dfe5df;--product-bg:#fbf6ec;--product-border:#e7dfcd;--product-muted:#5e6a5e;--ok:#205c32;--ok-bg:#eaf5ed;--ok-line:#96bf9c;--low:#805316;--low-bg:#fff7e8;--low-line:#dac18c;--unknown:#5b636c;--unknown-bg:#f1f3f5;--unknown-line:#d5dae0;--danger:#9b352a;--danger-bg:#fff0eb;--danger-line:#efd0c5;--note:#5e5530;--note-bg:#f3f0e6;--link:#17577a;--greet-night-ico:#4c5c86}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--background);color:var(--text);font-family:Arial,Segoe UI,sans-serif}button,textarea{font:inherit}a{color:inherit;overflow-wrap:anywhere;text-decoration:underline}.login-page{place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:var(--surface);border:1px solid var(--border);border-radius:22px;width:min(520px,100%);padding:40px;box-shadow:0 18px 60px #11131714}.login-card h1,.app-header h1{margin:6px 0 12px}.login-card p{color:var(--muted);margin-bottom:28px;line-height:1.75}.eyebrow{letter-spacing:.06em;color:var(--muted);font-size:13px;font-weight:700}.primary-button,.secondary-button,.text-button{cursor:pointer;border:0;border-radius:12px;padding:11px 18px;font-weight:700}.primary-button{background:var(--green);color:#fff}.primary-button:disabled{opacity:.45;cursor:not-allowed}.secondary-button{background:var(--green-soft);color:var(--green)}.text-button{color:var(--muted);background:0 0;padding:6px 8px}.app-page{width:min(1080px,100% - 32px);margin:0 auto;padding:24px 0 40px}.app-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;display:flex}.user-area{color:var(--muted);align-items:center;gap:12px;font-size:14px;display:flex}.header-action-link{background:var(--green-soft);color:var(--green);white-space:nowrap;border-radius:10px;padding:8px 12px;font-weight:700;text-decoration:none}.header-action-link:hover{background:var(--green-soft-hover)}.chat-shell{background:var(--surface);border:1px solid var(--border);border-radius:20px;grid-template-rows:auto 1fr auto;min-height:calc(100vh - 150px);display:grid;overflow:hidden;box-shadow:0 14px 45px #1113170f}.chat-toolbar{border-bottom:1px solid var(--border);color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px 14px;padding:14px 18px;font-size:14px;display:flex}.messages{min-height:420px;max-height:calc(100vh - 320px);padding:22px;overflow-y:auto}.message{width:min(760px,92%);margin-bottom:18px}.message.user{margin-right:auto}.message.assistant{margin-left:auto}.message-label{color:var(--muted);margin-bottom:6px;font-size:12px}.message-text,.thinking{white-space:pre-wrap;overflow-wrap:anywhere;border-radius:16px;padding:14px 16px;line-height:1.7}.message.assistant .message-text,.thinking{background:var(--soft)}.message.user .message-text{background:var(--green);color:#fff}.thinking{color:var(--muted)}.composer{border-top:1px solid var(--border);grid-template-columns:1fr auto;align-items:end;gap:12px;padding:16px;display:grid}.composer textarea{resize:vertical;border:1px solid var(--border);border-radius:14px;outline:none;width:100%;min-height:74px;max-height:220px;padding:13px 14px;line-height:1.5}.composer textarea:focus{border-color:#9aa1ac;box-shadow:0 0 0 3px #1113170f}@media (max-width:700px){.app-header{flex-direction:column;align-items:flex-start}.user-area{flex-wrap:wrap;justify-content:space-between;width:100%}.composer{grid-template-columns:1fr}.composer .primary-button{width:100%}.messages{padding:14px}.login-card{padding:28px}}.entry-card{text-align:center;width:min(620px,100%)}.entry-lead{max-width:480px;margin:0 auto 28px}.entry-question{margin:0 0 16px;font-size:1.15rem}.entry-actions{flex-direction:column;gap:12px;display:flex}.entry-signin form{margin:0}.entry-signin .primary-button,.entry-guest{border:0;border-radius:12px;justify-content:center;align-items:center;width:100%;min-height:52px;padding:11px 20px;font-size:1rem;font-weight:700;text-decoration:none;display:flex}.entry-guest{background:var(--green-soft);color:var(--green)}.entry-guest:hover{background:var(--green-soft-hover)}.entry-signin .primary-button:hover:not(:disabled){filter:brightness(1.15)}.entry-divider{border:0;border-top:1px solid var(--border);margin:28px 0 24px}.entry-why{text-align:right}.entry-why h2{margin:0 0 12px;font-size:1.15rem}.entry-why p{margin:0 0 12px;line-height:1.8}.entry-why .entry-note{margin-bottom:0;font-size:.92rem;line-height:1.7}.warehouse-word{color:var(--link);font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:1px dotted;border-radius:0;padding:0 1px;font-weight:600;display:inline}.warehouse-word:focus-visible{outline:2px solid var(--link);outline-offset:3px}.warehouse-popup{display:none}.warehouse-popup[data-open=true]{z-index:1000;box-sizing:border-box;border:1px solid var(--border);background:var(--surface);width:min(340px,100vw - 24px);max-height:min(380px,100dvh - 24px);color:var(--text);white-space:normal;overflow-wrap:anywhere;border-radius:12px;padding:20px;font-size:14px;line-height:1.6;display:block;position:fixed;overflow-y:auto;box-shadow:0 10px 35px #16324d30}.warehouse-popup>strong{padding-left:25px;font-size:16px;display:block}.warehouse-product{color:var(--muted);margin-top:4px;display:block}.warehouse-popup p{margin:12px 0}.warehouse-popup dl{margin:0}.store-stock-popup{width:min(260px,100vw - 24px);padding:14px}.warehouse-popup dt{margin-top:8px;font-weight:700}.warehouse-popup dd{white-space:pre-line;margin:0}.warehouse-close{color:var(--text);background:var(--soft);cursor:pointer;border:0;border-radius:5px;padding:2px 8px;font-size:22px;position:absolute;top:8px;left:8px}.message-text,.thinking{padding:10px 12px;font-size:16px;line-height:1.55}.product-card{border:1px solid var(--product-border);background:var(--product-bg);color:#202520;white-space:normal;border-radius:12px;min-width:0;margin:8px 0;padding:12px 13px;font-size:13px;line-height:1.5}.product-card h3{margin:0;font-size:17px;font-weight:600;line-height:1.3}.product-thumbnail{border:1px solid var(--product-border);background:var(--surface);width:58px;height:58px;color:var(--product-muted);border-radius:8px;flex:0 0 58px;place-items:center;display:grid;overflow:hidden}.product-thumbnail.is-large{float:left;width:160px;height:160px;margin:0 12px 8px 0}.product-thumbnail img,.product-thumbnail svg{object-fit:contain;width:100%;height:100%}.candidate-row.is-open>.candidate-head>.product-thumbnail{display:none}.product-card-sku{color:var(--product-muted);overflow-wrap:anywhere;margin-top:4px;font-size:12px}.product-card-sku bdi{font-family:monospace}.product-card-description{color:var(--product-muted);margin-top:3px;font-size:13px}.product-card-description summary{cursor:pointer}.product-card-values{flex-wrap:wrap;gap:6px 20px;margin-top:10px;display:flex}.product-card-price{flex-wrap:wrap;align-items:baseline;gap:4px 8px;display:flex}.product-card-price>span{color:var(--product-muted)}.product-card-price bdi{font-size:14px;font-weight:600}.product-card-availability{color:var(--ok);border-top:1px solid #ece4d6;flex-wrap:wrap;align-items:baseline;gap:4px 7px;margin-top:10px;padding-top:8px;display:flex}.availability-dot{background:currentColor;border-radius:50%;flex:none;width:7px;height:7px;display:inline-block}.availability-limited{color:var(--low)}.availability-unknown{color:var(--unknown)}.availability-note{color:var(--product-muted);font-size:12px}.product-card .warehouse-word{color:inherit}.product-card-variant{flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px;display:flex}.product-card-variant label{color:var(--product-muted)}.product-card-variant select{border:1px solid var(--border);background:var(--surface);max-width:100%;min-height:38px;color:var(--text);font:inherit;border-radius:8px;padding:6px 10px}.product-card-footer{flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px;display:flex}.message-text a.product-card-link{border:1px solid var(--green-line);background:var(--surface);min-height:32px;color:var(--green);border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:6px 11px;font-size:13px;text-decoration:none;display:inline-flex}.product-card-link:hover{background:var(--green-soft)}.product-card-link:focus-visible,.product-card-variant select:focus-visible,.product-alternative-button:focus-visible{outline:2px solid var(--green);outline-offset:3px}.product-card-hint{color:var(--product-muted);margin:8px 0 0;font-size:12px}.product-card-sales .product-card-values{grid-auto-columns:minmax(max-content,1fr);grid-auto-flow:column;gap:8px;padding-bottom:4px;display:grid;overflow-x:auto}.product-card-sales .product-card-price{background:#f6f1e5;border:1px solid #e5ddcc;border-radius:9px;flex-direction:column;justify-content:center;align-items:stretch;gap:5px;padding:9px;display:flex}.product-card-sales .product-card-price>span{font-size:12px;font-weight:600}.product-card-sales .product-card-price bdi{font-size:14px;line-height:1.5}.product-card-sales .product-card-price .product-price-amount strong{display:block}.product-card-sales .product-card-price .product-price-amount bdi{white-space:nowrap;font-size:16px;font-weight:800}.product-card-sales .product-card-price .product-price-vat{color:var(--product-muted);white-space:nowrap;margin-top:3px;font-size:12px;font-weight:400;line-height:1.4;display:block}.product-card-sales-stock{border-top:1px solid #ece4d6;flex-wrap:wrap;gap:10px 24px;margin-top:10px;padding-top:8px;display:flex}.sales-stock-location{align-items:baseline;gap:8px;display:flex}.sales-stock-location>span{color:var(--product-muted)}.sales-stock-location>strong{font-weight:500}.product-card-more-prices{margin-top:10px;font-size:13px}.product-card-more-prices summary{cursor:pointer;color:var(--product-muted)}.product-card-unavailable{background:#f6f1e5;border:1px solid #e9e1d0;border-radius:10px;margin-top:10px;padding:10px}.product-card-unavailable p{color:var(--product-muted);margin:0 0 8px;font-size:12px}.product-alternative-button{background:var(--green);color:#fff;width:100%;min-height:40px;font:inherit;cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:12px;padding:9px 16px;font-size:15px;font-weight:700;display:flex}.product-alternative-button:hover:not(:disabled){filter:brightness(1.18)}.product-alternative-button:disabled{opacity:.5;cursor:not-allowed}.candidate-list{white-space:normal;flex-direction:column;gap:8px;min-width:0;margin:8px 0;display:flex}.candidate-legend{display:none}.candidate-row{border:1px solid var(--product-border);background:var(--product-bg);color:var(--text);border-radius:12px;padding:10px 12px;font-size:13px;line-height:1.5}.candidate-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.candidate-open{width:100%;color:inherit;font:inherit;text-align:start;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;display:flex}.candidate-open:focus-visible{outline:2px solid var(--green);outline-offset:2px;border-radius:6px}.candidate-chevron{width:18px;height:18px;color:var(--product-muted);flex-shrink:0;transition:transform .15s}.candidate-row.is-open .candidate-chevron{transform:rotate(180deg)}.candidate-details{border-top:1px solid var(--product-border);margin-top:10px;padding-top:10px}.candidate-details .product-card{background:0 0;border:0;margin:0;padding:0}.candidate-details .product-card-heading h3,.candidate-row.is-open .candidate-price,.candidate-details .product-order-button{display:none}.candidate-details .product-card-footer:not(:has(a)){display:none}.candidate-single{margin:8px 0}.candidate-text{flex:200px;min-width:0}.candidate-name{-webkit-line-clamp:2;line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;margin:0;font-size:15px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.candidate-price{color:var(--product-muted);flex-wrap:wrap;align-items:baseline;gap:4px 6px;margin:4px 0 0;font-size:12px;display:flex}.candidate-price .product-price-amount{align-items:baseline;gap:5px;display:flex}.candidate-price .product-price-amount strong{color:var(--text);font-size:14px;font-weight:800}.candidate-price .product-price-vat{color:var(--product-muted);font-size:11px}.candidate-sku{color:var(--product-muted);overflow-wrap:anywhere;margin-top:3px;font-size:12px}.candidate-sku bdi{font-family:monospace}.candidate-out{color:var(--danger);margin:4px 0 0;font-size:12px;font-weight:700}.candidate-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.candidate-action{border:1px solid var(--green-line);background:var(--green-soft);min-height:36px;color:var(--green);font:inherit;cursor:pointer;white-space:nowrap;border-radius:9px;justify-content:center;align-items:center;gap:6px;padding:0 11px;font-size:13px;font-weight:700;display:inline-flex}.candidate-action:hover:not(:disabled){background:var(--green-soft-hover)}.candidate-action:focus-visible{outline:2px solid var(--green);outline-offset:2px}.candidate-action:disabled{opacity:.5;cursor:not-allowed}.candidate-cart{background:var(--green);border-color:var(--green);color:#fff}.candidate-cart:hover:not(:disabled){background:var(--green);filter:brightness(1.18)}.candidate-stock{background:var(--surface)}.candidate-stock:hover:not(:disabled){background:var(--green-soft)}.candidate-stock.is-off{background:var(--surface);color:var(--muted);border-color:var(--border)}.candidate-stock.is-off:hover:not(:disabled){background:var(--soft)}.candidate-stock-status{border:1px solid var(--ok-line);background:var(--ok-bg);color:var(--ok);border-radius:10px;align-items:center;gap:10px;margin:0 25px 0 0;padding:10px 12px;display:flex}.candidate-stock-status svg{flex-shrink:0;width:28px;height:28px}.candidate-stock-status strong{font-size:16px;font-weight:800}.candidate-stock-status.is-limited{border-color:var(--low-line);background:var(--low-bg);color:var(--low)}.candidate-stock-status.is-unavailable{border-color:var(--danger-line);background:var(--danger-bg);color:var(--danger)}.candidate-stock-place+.candidate-stock-place{border-top:1px solid var(--border);margin-top:14px;padding-top:12px}.candidate-stock-where{justify-content:space-between;align-items:baseline;gap:8px;margin:12px 0 0;font-weight:800;display:flex}.candidate-stock-where span{color:var(--muted);font-size:13px;font-weight:400}.candidate-alternative{background:var(--green);border-color:var(--green);color:#fff}.candidate-alternative:hover:not(:disabled){background:var(--green);filter:brightness(1.18)}.candidate-icon{flex-shrink:0}.candidate-word-short{display:none}@media (max-width:540px){.product-thumbnail.is-large{width:96px;height:96px}.product-card{padding:11px 12px}.product-card h3{font-size:16px}.product-card-values{gap:6px 14px}.product-card-price bdi{font-size:14px}.product-card-variant select{min-height:44px}.message{width:100%}}.brand-logo{width:100%;max-width:420px;height:auto;display:block}.notice-page{background:radial-gradient(58rem 30rem at 82% -12%, #f7ece0 0%, #f7ece000 62%), radial-gradient(42rem 26rem at 4% 104%, #eceef3 0%, #eceef300 64%), var(--background);place-items:center;min-height:100vh;padding:28px 20px 40px;display:grid}.notice-card{background:var(--surface);border-radius:26px;width:min(560px,100%);overflow:hidden;box-shadow:0 1px 2px #0b0c0e0f,0 28px 74px -22px #0b0c0e57}.notice-hero{background:var(--brand-ink);border-bottom:3px solid var(--brand);padding:30px 32px 6px}.signal-art{width:100%;max-width:320px;height:auto;margin:20px auto 16px;display:block}.signal-art-gap{animation:1.9s linear infinite signal-drift}@keyframes signal-drift{to{stroke-dashoffset:14px}}@media (prefers-reduced-motion:reduce){.signal-art-gap{animation:none}}.notice-body{text-align:right;padding:26px 32px 30px}.notice-badge{color:var(--brand-text);background:#fdf1e2;border:1px solid #f6d7b0;border-radius:999px;margin-bottom:14px;padding:5px 13px;font-size:12.5px;font-weight:800;display:inline-block}.notice-title{letter-spacing:-.015em;margin:0 0 12px;font-size:1.62rem;font-weight:800;line-height:1.3}.notice-lead{color:var(--text);margin:0 0 12px;font-size:1.05rem;font-weight:500;line-height:1.65}.notice-detail{color:var(--muted);margin:0 0 20px;font-size:.97rem;line-height:1.75}.notice-hints{gap:8px;margin:0 0 26px;padding:0;list-style:none;display:grid}.notice-hints li{color:var(--muted);padding-inline-start:22px;font-size:.9rem;line-height:1.6;position:relative}.notice-hints li:before{content:"";inset-inline-start:4px;background:var(--brand);border-radius:50%;width:6px;height:6px;position:absolute;top:.6em}.notice-actions{flex-wrap:wrap;align-items:center;gap:8px 18px;display:flex}.notice-actions form{margin:0}.notice-actions .primary-button{color:var(--brand-ink);background:var(--brand);border-radius:14px;padding:13px 26px;font-weight:800;transition:transform .15s,box-shadow .15s,filter .15s;box-shadow:0 9px 22px -9px #d2780fd9}.notice-actions .primary-button:hover{filter:brightness(1.04);transform:translateY(-1px);box-shadow:0 13px 28px -10px #d2780fe6}.notice-link{color:var(--muted);border-bottom:1px solid var(--border);padding-bottom:2px;font-size:.94rem;font-weight:700;text-decoration:none}.notice-link:hover{color:var(--brand-text);border-bottom-color:var(--brand)}.notice-footer{border-top:1px solid var(--border);background:#fafbfc;gap:10px;padding:18px 32px;display:grid}.notice-footer p{color:var(--muted);margin:0;font-size:.84rem;line-height:1.6}.brand-contact{color:var(--muted);flex-wrap:wrap;align-items:center;gap:4px 14px;margin:0;padding:0;font-size:.82rem;list-style:none;display:flex}.brand-contact li{align-items:center;gap:6px;display:flex}.brand-contact li+li:before{content:"";background:var(--brand);border-radius:50%;flex:none;width:4px;height:4px;margin-inline-end:8px}.brand-contact a{color:var(--muted);border-bottom:1px solid #0000;font-weight:700;text-decoration:none}.brand-contact a:hover{color:var(--brand-text);border-bottom-color:var(--brand)}.notice-code{background:var(--surface);border:1px solid var(--border);width:fit-content;color:var(--text);border-radius:7px;padding:3px 9px;font-family:SFMono-Regular,Consolas,monospace;font-size:.78rem}@media (max-width:520px){.notice-page{padding:16px 14px 28px}.notice-card{border-radius:22px}.notice-hero{padding:24px 20px 4px}.signal-art{margin:16px auto 12px}.notice-body{padding:22px 22px 26px}.notice-title{font-size:1.38rem}.notice-lead{font-size:1rem}.notice-actions{gap:14px}.notice-actions form,.notice-actions .primary-button{width:100%}.notice-link{align-self:center;margin-inline:auto}.notice-footer{padding:16px 22px}.brand-contact{flex-direction:column;align-items:flex-start;gap:6px}.brand-contact li+li:before{display:none}.brand-logo{max-width:100%;margin-inline:auto}}.app-page:has(.chat-inline-workspace){flex-direction:column;width:min(1060px,100% - 24px);height:100dvh;min-height:0;padding:10px 0;display:flex}.app-page:has(.chat-inline-workspace) .app-header{flex-shrink:0;gap:10px;margin-bottom:8px}.app-page:has(.chat-inline-workspace) .app-header h1{margin:3px 0;font-size:22px}.chat-shell:has(.chat-inline-workspace){background:var(--surface);border-radius:12px;flex:1;grid-template-rows:auto minmax(0,1fr) auto;min-height:0}.chat-inline-workspace{display:contents}.chat-inline-workspace>.messages{overscroll-behavior:contain;background:var(--surface);min-width:0;min-height:0;max-height:none;padding:14px 18px}.chat-inline-workspace .message{width:min(740px,100%);margin-bottom:14px}.chat-inline-workspace .message-text,.chat-inline-workspace .thinking{font-size:14px;line-height:1.5}.chat-inline-workspace .message.assistant .message-text{background:var(--surface);padding:0}.chat-shell:has(.chat-inline-workspace) .chat-toolbar{padding:9px 12px;font-size:13px}.chat-inline-workspace>form{background:var(--surface);gap:8px;padding:10px}.chat-inline-workspace>form textarea{resize:vertical;min-height:52px;max-height:110px;padding:9px 10px;font-size:14px}.chat-inline-workspace .product-card{border-radius:10px;margin:8px 0;padding:10px 11px}.chat-inline-workspace .product-card h3{font-size:16px}.chat-inline-workspace .product-card-price bdi{font-size:14px}.chat-inline-workspace .product-card-values{margin-top:8px}.chat-inline-workspace .product-card-availability{margin-top:8px;padding-top:8px}.chat-inline-workspace .product-card-sales .product-card-values{grid-auto-columns:minmax(max-content,1fr)}.product-card-hint{color:var(--green);background:0 0;border:0;flex-wrap:wrap;align-items:baseline;gap:4px 6px;margin-top:8px;padding:0;font-size:12px;display:flex}.product-card-hint strong{font-size:14px;font-weight:700}.product-card-hint span{color:var(--product-muted)}@media (max-width:700px){.app-page:has(.chat-inline-workspace){width:calc(100% - 12px);padding:6px 0}.app-page:has(.chat-inline-workspace) .app-header{gap:4px}.app-page:has(.chat-inline-workspace) .app-header h1{font-size:19px}.chat-inline-workspace>.messages{padding:10px}.chat-inline-workspace>form textarea{font-size:16px}}.store-available-badge{border:1px solid var(--ok-line);background:var(--ok-bg);color:var(--ok);border-radius:7px;align-items:center;gap:8px;padding:6px 9px;display:inline-flex}.store-available-badge .warehouse-word,.store-available-badge strong{font-size:14px;font-weight:700}.store-available-caption{color:var(--ok);margin-top:3px;font-size:12px;display:block}.product-order-button{border:1px solid var(--green);background:var(--green);color:#fff;border-radius:8px;justify-content:center;align-items:center;min-height:38px;padding:8px 18px;font-size:15px;font-weight:700;display:inline-flex}.product-order-button:disabled{opacity:1;cursor:not-allowed}.product-card-sales-stock{align-items:center}.chat-notice{border:1px solid #f6d7b0;border-inline-start:4px solid var(--brand);background:#fff8f0;border-radius:14px;padding:14px 16px}.chat-notice-title{color:var(--text);margin:0 0 8px;font-size:.98rem;font-weight:800}.chat-notice-detail{color:var(--muted);margin:0;font-size:.92rem;line-height:1.7}.chat-notice-hints{gap:6px;margin:12px 0 0;padding:0;list-style:none;display:grid}.chat-notice-hints li{color:var(--muted);padding-inline-start:20px;font-size:.88rem;line-height:1.6;position:relative}.chat-notice-hints li:before{content:"";inset-inline-start:4px;background:var(--brand);border-radius:50%;width:6px;height:6px;position:absolute;top:.6em}.chat-notice-retry{text-align:center;cursor:pointer;color:var(--brand-ink);background:var(--brand);border:0;border-radius:11px;margin-top:14px;padding:10px 20px;font-size:.92rem;font-weight:800;text-decoration:none;display:inline-block;box-shadow:0 7px 16px -8px #d2780fcc}.chat-notice-retry:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.warehouse-stock-badge{border:1px solid var(--ok-line);background:var(--ok-bg);max-width:100%;color:var(--ok);border-radius:8px;align-items:center;gap:9px;padding:8px 12px;display:inline-flex}.warehouse-stock-badge>svg{flex-shrink:0}.warehouse-stock-badge .warehouse-word,.warehouse-stock-badge strong{font-size:15px;font-weight:800}.warehouse-stock-caption{color:var(--ok);margin-top:4px;font-size:12px;display:block}.warehouse-stock-limited{border-color:var(--low-line);background:var(--low-bg);color:var(--low)}.warehouse-stock-limited .warehouse-stock-caption{color:var(--low)}.warehouse-stock-secondary{color:var(--product-muted);font-size:12px}.greeting-header{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:16px;display:grid}.greeting-card{border:1px solid var(--border);border-radius:14px;min-width:0;padding:8px 14px;overflow:hidden}.greeting-hello{margin:0;font-size:20px;font-weight:700;line-height:1.25}.greeting-mood{color:#3f4650;align-items:center;gap:6px;margin:2px 0 0;font-size:14px;line-height:1.35;display:flex}.greeting-icon{font-size:15px;line-height:1}.greeting-tail{color:var(--muted);margin:3px 0 0;font-size:12px;line-height:1.3}.greeting-morning{background:linear-gradient(135deg,#fff6e8 0%,#fff 62%);border-color:#f3e0c4}.greeting-noon{background:linear-gradient(135deg,#eaf4ff 0%,#fff 62%);border-color:#d3e5f7}.greeting-evening{background:linear-gradient(135deg,#ffeee6 0%,#fdf4ff 55%,#fff 85%);border-color:#f0d9d2}.greeting-night{background:linear-gradient(135deg,#eceefb 0%,#f7f8fd 55%,#fff 88%);border-color:#d8dbef}.greeting-header .user-area{justify-self:end}.greeting-clock{color:var(--muted);-webkit-user-select:none;user-select:none;flex-direction:column;justify-self:center;align-items:center;gap:1px;display:flex}.greeting-brand{letter-spacing:.06em;color:var(--muted);font-size:11px;font-weight:700}.greeting-time{color:var(--muted);font-variant-numeric:tabular-nums;letter-spacing:.02em;align-items:center;gap:5px;font-size:15px;font-weight:700;display:inline-flex}.greeting-time svg{opacity:.55}.greeting-join{background:var(--brand);color:var(--brand-ink);border-radius:999px;align-items:center;gap:6px;margin-top:3px;padding:4px 11px;font-size:12.5px;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 2px 8px #d2780f47}.greeting-join:hover{filter:brightness(1.05)}.greeting-join:focus-visible{outline:2px solid var(--brand-deep);outline-offset:2px}.profile-menu{position:relative}.profile-menu-trigger{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:7px 12px 7px 10px;font-size:14px;font-weight:700;display:inline-flex}.profile-menu-trigger:hover{background:#fbfcfd;border-color:#c9cfd8}.profile-menu-trigger[aria-expanded=true]{border-color:var(--brand);box-shadow:0 0 0 3px #f0911f29}.profile-menu-avatar{background:var(--brand);width:26px;height:26px;color:var(--brand-ink);border-radius:50%;place-items:center;font-size:13px;font-weight:700;display:grid}.profile-menu-chevron{color:var(--muted);transition:transform .15s;display:inline-flex}.profile-menu-chevron.is-open{transform:rotate(180deg)}.profile-menu-panel{z-index:60;inset-inline-end:0;border:1px solid var(--border);background:var(--surface);text-align:start;border-radius:14px;width:min(290px,100vw - 32px);padding:8px;position:absolute;top:calc(100% + 8px);box-shadow:0 16px 40px #11131724}.profile-menu-owner{border-bottom:1px solid var(--border);color:var(--muted);flex-direction:column;gap:1px;margin:0 0 6px;padding:6px 10px 8px;font-size:11px;display:flex}.profile-menu-owner strong{color:var(--text);overflow-wrap:anywhere;font-size:13px}.profile-menu-item{color:inherit;border-radius:10px;align-items:center;gap:10px;padding:9px 10px;text-decoration:none;display:flex}.profile-menu-item+.profile-menu-item{margin-top:2px}.profile-menu-item:hover{background:var(--soft)}.profile-menu-item:focus-visible{outline:2px solid var(--brand-deep);outline-offset:-2px}.profile-menu-item-icon{background:var(--soft);border-radius:9px;flex:none;place-items:center;width:30px;height:30px;font-size:15px;display:grid}.profile-menu-item-text{flex-direction:column;gap:1px;min-width:0;display:flex}.profile-menu-item-text strong{font-size:14px}.profile-menu-item-text small{color:var(--muted);font-size:11.5px;line-height:1.35}@media (max-width:700px){.greeting-header{grid-template-columns:minmax(0,1fr) auto}.greeting-header .user-area{grid-column:1/-1;justify-content:space-between}.greeting-hello{font-size:18px}.greeting-mood{font-size:13px}.greeting-clock{align-self:start}}.sales-header{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:16px;display:grid}.sales-header .user-area{justify-self:end}.sales-greet{background:linear-gradient(135deg,#fff7ea 0%,#fff 62%);border:1px solid #f0dcc0;border-radius:14px;min-width:0;padding:8px 14px}.sales-hello{margin:0;font-size:18px;font-weight:700;line-height:1.3}.sales-hello-title{color:var(--brand-text);font-size:13.5px;font-weight:800}.sales-quote{color:#3f4650;align-items:flex-start;gap:6px;margin:3px 0 0;font-size:13.5px;line-height:1.35;display:flex}.sales-quote-icon{flex:none;font-size:14px;line-height:1.3}.sales-day{color:var(--muted);margin:2px 0 0;font-size:12px;line-height:1.3}.goal-card{border:1px solid var(--border);background:var(--surface);border-radius:14px;justify-self:center;width:310px;padding:7px 12px 8px;position:relative;box-shadow:0 2px 10px #1113170d}.goal-card-quiet{color:var(--muted)}.goal-head{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.goal-title{color:var(--muted);font-size:12px;font-weight:700}.goal-percent{font-variant-numeric:tabular-nums;font-size:14px;font-weight:800}.goal-track{width:100%;height:30px;margin-top:2px;display:block;transform:scaleX(-1)}.goal-parts{color:#3f4650;flex-wrap:wrap;gap:3px 10px;margin:1px 0 0;padding:0;font-size:11.5px;list-style:none;display:flex}.goal-parts li{font-variant-numeric:tabular-nums;align-items:center;gap:4px;display:inline-flex}.goal-note{color:var(--muted);align-items:center;gap:8px;margin:3px 0 0;font-size:11.5px;line-height:1.3;display:flex}.goal-mark{color:var(--brand-text);cursor:pointer;background:#fff8ec;border:1px solid #e3d3b6;border-radius:999px;flex:none;margin-inline-start:auto;padding:2px 9px;font-size:11px;font-weight:700}.goal-mark:hover{background:#fdf0da}.goal-mark:disabled{opacity:.55;cursor:wait}.goal-done{background:linear-gradient(135deg,#fffaec 0%,#fff 70%);border-color:#e8c877}.goal-done .goal-percent{color:var(--brand-text)}.cheer{display:none}.cheer[data-open=true]{z-index:70;top:calc(100% + 8px);background:linear-gradient(135deg,#fff6e0 0%,#fffdf8 70%);border:1px solid #f0d49a;border-radius:14px;align-items:center;gap:10px;width:min(380px,100vw - 32px);padding:10px 12px;animation:.35s ease-out cheer-in;display:flex;position:absolute;inset-inline-start:0;box-shadow:0 10px 28px #d2780f33}@keyframes cheer-in{0%{opacity:0;transform:translateY(-6px)scale(.97)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.cheer{animation:none}}.cheer-figure{flex:none;width:46px;height:46px}.cheer-text{flex-direction:column;gap:2px;min-width:0;display:flex}.cheer-text strong{font-size:15px}.cheer-text small{color:var(--muted);font-size:12px;line-height:1.35}.cheer-close{color:var(--muted);cursor:pointer;background:0 0;border:0;margin-inline-start:auto;font-size:18px;line-height:1}@media (max-width:900px){.sales-header{grid-template-columns:minmax(0,1fr)}.sales-header .user-area{justify-self:stretch}.goal-card{justify-self:stretch;width:auto}.sales-hello{white-space:normal}}.ticker{background:linear-gradient(90deg,#fffaf0,#fff);border:1px solid #e6e0cf;border-radius:12px;align-items:center;height:40px;margin-top:9px;display:flex;position:relative;overflow:hidden}.ticker-label{background:var(--brand);height:100%;color:var(--brand-ink);white-space:nowrap;flex:none;align-items:center;padding:0 13px;font-size:12.5px;font-weight:800;display:flex}.ticker-viewport{flex:1;height:100%;position:relative;overflow:hidden}.ticker-track{white-space:nowrap;will-change:transform;align-items:center;height:100%;animation-name:ticker-roll;animation-timing-function:linear;animation-iteration-count:infinite;display:inline-flex;position:absolute;top:0}.ticker-copy{flex:none;align-items:center;height:100%;display:inline-flex}@keyframes ticker-roll{0%{transform:translate(0)}to{transform:translateX(calc(100% / var(--ticker-copies,2)))}}.ticker:hover .ticker-track,.ticker:focus-within .ticker-track{animation-play-state:paused}.ticker-item{align-items:center;gap:6px;padding:0 24px;font-size:14px;display:inline-flex}.ticker-item b{font-weight:800}.ticker-icon{font-size:15px;line-height:1}.ticker-sep{color:#cbd3cb}.ticker-customer{background:linear-gradient(90deg,#fff6ea,#fff);border-color:#e7d7c2}.ticker-customer .ticker-label{background:var(--green);color:#fff}@media (prefers-reduced-motion:reduce){.ticker-track{animation:none;position:relative}.ticker-viewport{overflow-x:auto}.ticker-copy:not(:first-child){display:none}}.sr{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.i{flex-shrink:0;width:22px;height:22px}.i-s{width:18px;height:18px}.head-actions{align-items:center;gap:2px;display:none}.icon-btn{width:44px;height:44px;color:var(--text);background:0 0;border:0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex;position:relative}.icon-btn:disabled{opacity:.4}.icon-btn:focus-visible{outline:2px solid var(--green);outline-offset:-2px}.icon-btn .count{top:3px;background:var(--brand);min-width:18px;height:18px;color:var(--brand-ink);border-radius:9px;justify-content:center;align-items:center;padding:0 5px;font-size:11px;font-weight:800;display:flex;position:absolute;inset-inline-start:3px}.dots-scrim{z-index:80;background:#15171a61;position:fixed;inset:0}.dots-menu{z-index:81;border:1px solid var(--border);background:var(--surface);text-align:start;border-radius:14px;width:min(290px,100vw - 16px);max-height:calc(100dvh - 80px);padding:8px;position:fixed;inset-inline-end:8px;overflow-y:auto;box-shadow:0 16px 40px #11131733}.dots-owner{border-bottom:1px solid var(--border);color:var(--muted);flex-direction:column;gap:1px;margin:0 0 6px;padding:6px 10px 8px;font-size:12px;display:flex}.dots-owner strong{color:var(--text);overflow-wrap:anywhere;font-size:15px}.dots-owner small{color:var(--muted);overflow-wrap:anywhere;font-size:12px}.dots-item{width:100%;min-height:52px;color:var(--text);text-align:start;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;padding:6px 10px;text-decoration:none;display:flex}.dots-item+.dots-item{margin-top:2px}.dots-item:hover{background:var(--green-soft)}.dots-item:focus-visible{outline:2px solid var(--green);outline-offset:-2px}.dots-item-icon{background:var(--green-soft);width:34px;height:34px;color:var(--green);border-radius:9px;flex-shrink:0;place-items:center;font-size:16px;display:grid}.dots-item-text{flex-direction:column;gap:1px;min-width:0;display:flex}.dots-item-text strong{font-size:15px}.dots-item-text small{color:var(--muted);font-size:12px;line-height:1.35}.dots-sep{background:var(--border);height:1px;margin:6px 0}.dots-footer form{margin:0}.dots-footer .secondary-button{background:var(--danger-bg);width:100%;min-height:52px;color:var(--danger);border-radius:10px}.goal-compact{display:none}.greeting-top{display:contents}.greeting-ico,.join-strip,.cart-floating-notice,.cart-floating-notice:empty{display:none}@media (max-width:700px){.greeting-header,.sales-header{flex-flow:wrap;align-items:center;gap:4px;display:flex}.head-actions{margin-inline-start:auto;display:flex}.greeting-header .greeting-clock,.greeting-header .user-area,.sales-header .user-area,.greeting-tail,.greeting-icon,.sales-day,.sales-quote-icon{display:none}.greeting-card,.sales-greet{border-radius:12px;flex-direction:column;flex:1;gap:2px;min-width:0;padding:7px 10px 8px;display:flex}.greeting-top{align-items:center;gap:8px;display:flex}.greeting-ico{fill:none;width:30px;height:30px;stroke:var(--brand-deep);stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;display:block}.greeting-night .greeting-ico{stroke:var(--greet-night-ico)}.greeting-hello,.sales-hello{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;margin:0;font-size:16px;font-weight:700;line-height:20px;overflow:hidden}.greeting-mood,.sales-quote{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:12.5px;line-height:17px;display:-webkit-box;overflow:hidden}.greeting-icon,.greeting-join{display:none}.join-strip{background:var(--brand);width:100vw;color:var(--brand-ink);margin-inline:calc(50% - 50vw);justify-content:center;align-items:center;gap:6px;margin-top:8px;padding:9px 14px;font-size:13px;font-weight:800;text-decoration:none;display:flex}.tray{background:var(--soft);border-radius:14px;flex-shrink:0;align-items:center;gap:2px;padding:3px;display:flex}.tray .icon-btn{border-radius:11px;width:40px;height:40px}.tray .icon-btn:after{content:"";position:absolute;inset:-2px}.tray .icon-btn.on{background:var(--surface);box-shadow:0 1px 3px #11131724}.chat-shell:has(.chat-inline-workspace) .chat-toolbar{border-bottom:0;padding:0}.chat-toolbar>span,.chat-toolbar>.text-button,.chat-toolbar .cart-bar-button,.chat-toolbar .cart-live-notice{display:none}.chat-toolbar .cart-tools{gap:0;margin:0}.cart-floating-notice:empty{display:none}.cart-floating-notice{border:1px solid var(--ok-line);background:var(--ok-bg);color:var(--ok);border-radius:10px;margin:0 10px 6px;padding:8px 12px;font-size:13px;line-height:18px;display:block}.cart-floating-notice.is-error{border-color:var(--danger-line);background:var(--danger-bg);color:var(--danger)}.sales-header .goal-card{flex:1 0 100%;order:3;justify-self:stretch;width:auto;margin-top:6px;padding:4px 6px}.goal-compact{align-items:center;gap:8px;min-height:44px;display:flex}.goal-card .goal-body{display:none}.goal-card.goal-open .goal-body{padding-top:6px;display:block}.goal-card.goal-open .goal-compact .goal-mark,.goal-card-quiet .goal-compact{display:none}.ring{width:40px;height:40px;color:var(--brand);flex-shrink:0;position:relative}.ring b{color:var(--text);justify-content:center;align-items:center;font-size:10px;font-weight:800;display:flex;position:absolute;inset:0}.goal-compact-text{flex-direction:column;flex:1;min-width:0;display:flex}.goal-compact-text .goal-title{color:var(--muted);font-size:12px}.goal-compact-parts{white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.goal-compact .goal-mark{flex-shrink:0;min-height:40px;padding:0 12px;font-size:13px}.goal-toggle{width:44px;height:44px;color:var(--green);background:0 0;border:0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.goal-card.goal-open .goal-toggle svg{transform:rotate(180deg)}.goal-card.goal-open .goal-body .goal-mark{border-color:var(--brand);background:var(--brand);width:100%;min-height:44px;color:var(--brand-ink);justify-content:center;align-items:center;margin:8px 0 0;display:flex}.goal-body .goal-note{display:block}.cheer[data-open=true]{width:auto;inset-inline:0}.ticker{height:36px;margin:8px 10px 0}.ticker-label{gap:5px;padding:0 10px}.app-page:has(.chat-inline-workspace){height:100dvh;padding-bottom:0}.chat-inline-workspace>form{padding:6px 10px calc(10px + env(safe-area-inset-bottom))}.chat-inline-workspace>form textarea{resize:none;border-radius:22px;min-height:44px;max-height:104px;padding:11px 14px;font-size:16px}.chat-inline-workspace>form .primary-button{border-radius:22px;min-height:44px;padding:0 16px}.product-card-footer{gap:8px}.product-card-footer .product-order-button{flex:1 0 100%;width:100%;min-height:44px}.message-text a.product-card-link{flex:1 0 auto;min-height:44px}.product-alternative-button{min-height:44px}.product-card-sales .product-card-values{-webkit-overflow-scrolling:touch;overflow-x:auto}.product-card:not(.product-card-sales) .product-card-values{display:block}.product-card:not(.product-card-sales) .product-card-price:first-child{background:#f6f1e5;border:1px solid #e5ddcc;border-radius:10px;justify-content:space-between;align-items:baseline;gap:8px;padding:8px 10px;display:flex}.product-card:not(.product-card-sales) .product-card-price:first-child .product-price-amount bdi{font-size:18px;font-weight:800}.product-card:not(.product-card-sales) .product-card-price:first-child .product-price-vat{color:var(--product-muted);margin-top:2px;font-size:12px;font-weight:400;display:block}.product-card:not(.product-card-sales) .product-card-price+.product-card-price{margin-top:6px}.fb{min-height:36px}.candidate-legend{color:var(--muted);flex-wrap:wrap;gap:4px 12px;margin:0 2px 2px;font-size:11px;line-height:1.5;display:flex}.candidate-legend span{align-items:center;gap:4px;display:inline-flex}.candidate-legend .candidate-icon{width:14px;height:14px;color:var(--green)}.candidate-row{padding:10px}.candidate-head{flex-wrap:nowrap;align-items:flex-start;gap:8px}.candidate-text{flex:auto}.candidate-name{font-size:14px}.candidate-actions{gap:6px}.candidate-action{background:var(--green-soft);border-color:var(--green-line);width:40px;height:40px;min-height:40px;color:var(--green);border-radius:10px;padding:0;position:relative}.candidate-action:after{content:"";position:absolute;inset:-2px}.candidate-cart.is-added{background:var(--green);border-color:var(--green);color:#fff}.candidate-cart:not(.is-added){background:var(--green-soft);border-color:var(--green-line);color:var(--green)}.candidate-stock{background:var(--surface)}.candidate-stock.is-off{background:var(--surface);color:var(--muted);border-color:var(--border)}.candidate-alternative{background:var(--green);border-color:var(--green);color:#fff;gap:4px;width:84px;padding:0 6px;font-size:12px}.candidate-word{display:none}.candidate-alternative .candidate-word-short{display:inline}:has(>table.admin-cards){overflow-x:visible}table.admin-cards{border:0;width:100%;display:block}table.admin-cards>thead{display:none}table.admin-cards>tbody{gap:10px;display:grid}table.admin-cards>tbody>tr{border:1px solid var(--green-line);background:var(--surface);border-radius:14px;gap:7px;padding:12px;display:grid;box-shadow:0 6px 18px #2034260d}table.admin-cards>tbody>tr>td{text-align:start;white-space:normal;overflow-wrap:anywhere;border:0;padding:0;font-size:14px;display:block}table.admin-cards>tbody>tr>td:before{content:attr(data-label);color:var(--muted);margin-bottom:2px;font-size:12px;font-weight:800;line-height:1.6;display:block}table.admin-cards>tbody>tr>td:not([data-label]):before,table.admin-cards>tbody>tr>td[data-label=""]:before{content:none}table.admin-cards>tbody>tr>td[data-actions]{border-top:1px solid var(--green-line);flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px;margin-top:1px;padding-top:10px;display:flex}table.admin-cards>tbody>tr>td[data-actions]:before{content:none}table.admin-cards>tbody>tr>td[data-actions]>div:not(:has(input,select,textarea,label)){display:contents}table.admin-cards td button,table.admin-cards td a,table.admin-cards td label{min-height:44px}table.admin-cards td a{align-items:center;display:inline-flex}:is(table.admin-cards td label:has(>input[type=checkbox]),table.admin-cards td label:has(>input[type=radio])){align-items:center;gap:8px;display:inline-flex}table.admin-cards td input:not([type=checkbox]):not([type=radio]),table.admin-cards td select,table.admin-cards td textarea{width:100%;min-height:44px;font-size:16px}table.admin-cards td input[type=checkbox],table.admin-cards td input[type=radio]{width:22px;height:22px}}
