:root{--bg:#f6f5f0;--surface:#fff;--ink:#142c29;--muted:#536560;--border:#d7ded8;--accent:#d6f16a;--focus:#17685c;--success:#24533e;--warning:#69420a;--error:#8c2929;--space:1rem;--radius:1rem;--width:1200px;font-family:system-ui,"Segoe UI","Noto Sans Georgian",Arial,sans-serif;color:var(--ink);background:var(--bg);font-size:16px;line-height:1.5}
*{box-sizing:border-box}body{margin:0}button,input,textarea{font:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait;opacity:.65}button{min-height:44px}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--focus);outline-offset:4px}[hidden]{display:none!important}.skip-link{position:fixed;top:8px;left:8px;z-index:10;background:var(--surface);padding:12px;transform:translateY(-160%)}.skip-link:focus{transform:none}.site-header,main,.site-footer{width:min(calc(100% - 32px),var(--width));margin:auto}.site-header{min-height:88px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);gap:16px}.wordmark{font-size:1.2rem;font-weight:850;letter-spacing:-.04em;text-decoration:none;display:inline-flex;align-items:center;min-height:44px}.wordmark>span:first-child{font-weight:500}.wordmark-dot{width:9px;height:9px;background:var(--ink);border-radius:50%;margin-left:7px}.header-label{font-size:.75rem;color:var(--muted);text-align:right}.search-section{padding:48px 0 28px;max-width:940px}.eyebrow{font-size:.78rem;font-weight:600;color:var(--muted);margin:0 0 16px}h1{font-size:clamp(1.9rem,4.3vw,3.8rem);line-height:1.25;font-weight:650;letter-spacing:-.025em;margin:0 0 20px}h2{font-size:1.2rem;font-weight:600}.intro{max-width:680px;color:var(--muted);margin:0 0 28px}label{display:block;font-size:.85rem;font-weight:600;margin-bottom:8px}.search-controls{display:flex;gap:10px;flex-wrap:wrap}.combobox-wrap{position:relative;flex:1 1 100%;min-width:0}.search-icon{position:absolute;left:18px;top:19px;width:22px;height:22px;fill:none;stroke:var(--muted);stroke-width:1.6;pointer-events:none}#search-input{width:100%;min-height:62px;border:1px solid var(--border);background:var(--surface);border-radius:12px;padding:16px 42px 16px 50px;color:var(--ink)}.button{border-radius:12px;border:1px solid transparent;padding:12px 22px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:22px}.button--primary{background:var(--ink);color:white}.button--primary:hover{background:#254d45}.button--secondary{background:var(--surface);color:var(--ink);border-color:var(--border)}#search-submit{width:100%;min-height:60px;background:var(--accent);color:var(--ink)}#search-submit:hover{background:#c9e55d}.text-button{border:0;background:none;text-decoration:underline;text-underline-offset:4px;color:var(--muted);padding:8px 4px}.search-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:.73rem}#search-hint{margin:12px 0}.results-heading{display:flex;justify-content:space-between;align-items:baseline;gap:16px;flex-wrap:wrap;border-top:1px solid var(--border);padding-top:24px}.results-heading h2{margin:0}#query-summary{font-size:.85rem;color:var(--muted);overflow-wrap:anywhere}#status-region{font-size:.85rem;color:var(--muted);min-height:1.5em;margin:14px 0}#product-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:20px;margin:20px 0 48px}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;min-width:0}.product-image{aspect-ratio:4/3;background:#eef0ec;display:grid;place-items:center}.product-image img{width:100%;height:100%;object-fit:contain}.product-body{padding:20px}.product-sku{font-size:.7rem;color:var(--muted);overflow-wrap:anywhere;margin:0 0 10px}.product-title{font-size:1.05rem;font-weight:600;line-height:1.55;margin:0 0 18px;overflow-wrap:anywhere}.product-price{font-size:1.6rem;font-weight:650;margin:0}.price-note,.stock-note{font-size:.75rem;color:var(--muted);margin:4px 0 14px}.badge{display:inline-block;font-size:.75rem;font-weight:600;border-radius:6px;padding:5px 9px;line-height:1.6}.badge--stock{background:#e9f2eb;color:var(--success)}.badge--stock::before{content:"●";margin-right:7px;font-size:.6rem}.compatibility{border-top:1px solid var(--border);margin-top:18px;padding-top:14px;font-size:.8rem}.compatibility-label{font-weight:600;margin:0 0 6px}.relations{padding-left:18px;color:var(--muted);margin:0}.relations li{overflow-wrap:anywhere;margin:4px 0}.market-warning{background:#fff6df;border:1px solid #dfc48a;border-radius:8px;padding:12px;margin-top:16px}.badge--us-spec{padding:0;background:none;color:var(--warning)}.qualification{color:var(--warning);font-size:.8rem;margin:8px 0 0;overflow-wrap:anywhere}.empty-state{padding:38px 20px 46px;border:1px dashed #c8d1c9;border-radius:var(--radius);text-align:center;color:var(--muted)}.empty-symbol{display:grid;place-items:center;margin:auto;width:44px;height:44px;background:#e9eee3;border-radius:50%;color:var(--ink);font-size:1.4rem}.empty-state h3{color:var(--ink);font-size:1.05rem;font-weight:600}.empty-state p{font-size:.9rem;max-width:540px;margin:0 auto}.notice{padding:20px;border-radius:12px;border:1px solid var(--border);margin:16px 0}.notice--error{background:#fff5f2;border-color:#e3b4a6;color:var(--error)}.notice p{margin-top:0}.site-footer{border-top:1px solid var(--border);padding:24px 0 32px;display:flex;justify-content:space-between;gap:20px;font-size:.7rem;color:var(--muted);flex-wrap:wrap}.site-footer>span{font-weight:750}.site-footer p{margin:0}#suggestions-list{position:absolute;z-index:4;top:calc(100% + 6px);left:0;right:0;list-style:none;margin:0;padding:6px;background:white;border:1px solid var(--border);border-radius:12px;box-shadow:0 12px 24px #142c2914;max-height:320px;overflow-y:auto}#suggestions-list li{padding:12px;min-height:44px;border-radius:8px;cursor:pointer;overflow-wrap:anywhere}#suggestions-list li[aria-selected="true"],#suggestions-list li:hover{background:#eef3df}dialog{border:1px solid var(--border);border-radius:20px;padding:26px;width:min(560px,calc(100% - 24px));max-height:calc(100dvh - 32px);overflow:auto;color:var(--ink);background:var(--surface)}dialog::backdrop{background:#0b201acc}body.modal-open{overflow:hidden}.dialog-heading{display:flex;justify-content:space-between;align-items:center;gap:16px}.dialog-heading .eyebrow{margin:0}.icon-button{border:0;background:#f0f2ec;border-radius:50%;width:44px;font-size:1.6rem;color:var(--ink)}dialog h2{margin:18px 0 12px}#clarify-question{overflow-wrap:anywhere}textarea{width:100%;resize:vertical;border:1px solid var(--border);border-radius:10px;padding:12px;color:var(--ink);background:white;min-height:96px}.chips{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.chip{border:1px solid var(--border);border-radius:24px;background:var(--bg);padding:8px 16px;color:var(--ink)}.chip[aria-pressed="true"]{background:var(--ink);color:white}.dialog-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}#dialogue-error{color:var(--error);font-size:.85rem}#dialogue-status{font-size:.85rem;color:var(--muted)}dialog.inline-dialog{position:static;margin:24px auto;max-height:none;width:100%;display:block}#open-clarification{margin-top:20px}@media(min-width:640px){.combobox-wrap{flex-basis:0}#search-submit{width:auto;min-width:142px}#product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.search-section{padding-top:64px}.site-header,main,.site-footer{width:min(calc(100% - 64px),var(--width))}}@media(min-width:1024px){#product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.search-section{padding:76px 0 44px}.header-label{font-size:.85rem}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

.ai-advice{margin:1rem 0 1.5rem;padding:1.25rem;border:1px solid #b8cfbf;border-inline-start:4px solid #315c48;border-radius:14px;background:linear-gradient(120deg,#eff7ed,#f9fbf5);color:#193d2c}.ai-advice h3{font-size:1rem;margin:0 0 .5rem}.ai-advice p{margin:0;line-height:1.7;overflow-wrap:anywhere}.ai-advice[hidden]{display:none}
