:root{--bg:#f7f8fb;--ink:#172033;--muted:#647084;--line:#dde3ee;--primary:#0f8b8d;--accent:#ef8354;--card:#fff}*{box-sizing:border-box}html,body{min-height:100%}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--ink);display:flex;min-height:100vh;flex-direction:column}a{color:inherit;text-decoration:none}.container{width:min(1120px,92vw);margin:0 auto;padding:28px 0;flex:1}.site-header{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:14px 4vw;background:#fff;border-bottom:1px solid var(--line)}.logo{display:inline-flex;align-items:center}.logo img{display:block;width:auto;height:58px;max-width:280px;object-fit:contain}.site-header nav{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.site-header nav>a:not(.nav-action){font-weight:700;color:#314057;padding:9px 4px}.nav-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:9px 13px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#243147;font-weight:800;box-shadow:0 8px 22px rgba(23,32,51,.06);transition:background .18s ease,border-color .18s ease,transform .18s ease,color .18s ease}.nav-action svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.nav-action:hover{transform:translateY(-1px);border-color:#b7c4d8;background:#f7fbff}.nav-primary{border-color:transparent;background:var(--primary);color:#fff;box-shadow:0 10px 24px rgba(15,139,141,.24)}.nav-primary:hover{background:#0d7b7d;border-color:transparent}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:7px;background:var(--primary);color:#fff;padding:11px 16px;font-weight:700;cursor:pointer}.btn.small{padding:8px 11px;font-size:14px}.btn.secondary{background:#435069}.eyebrow{color:var(--accent);font-weight:800;text-transform:uppercase;font-size:13px}.grid{display:grid;gap:18px}.products{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.cats{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.card,.cat,.panel{background:var(--card);border:1px solid var(--line);border-radius:8px;padding:16px}.home-shell{display:grid;grid-template-columns:320px minmax(0,1fr);gap:22px;align-items:start}.category-showcase{position:sticky;top:102px;background:#fff;border:1px solid var(--line);border-radius:8px;padding:18px;box-shadow:0 18px 45px rgba(23,32,51,.07)}.showcase-title h1{font-size:26px;margin:6px 0 16px}.category-showcase nav{display:grid;gap:9px}.category-showcase a{display:grid;grid-template-columns:24px minmax(0,1fr) 18px;align-items:center;gap:12px;min-height:48px;padding:12px 13px;border:1px solid #e3e9f3;border-radius:8px;background:#f9fbfe;color:#26344b;font-weight:400}.category-showcase a span{font-weight:400;line-height:1.25}.category-showcase a:hover{border-color:#9fd5d2;background:#eefbfa;color:#0d7475}.category-showcase svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.category-icon{width:22px;height:22px;color:#0f8b8d}.category-arrow{width:18px;height:18px;color:#7d8aa0}.home-board{display:grid;gap:18px}.board-head{background:#fff;border:1px solid var(--line);border-radius:8px;padding:28px}.board-head h2{font-size:34px;line-height:1.12;margin:6px 0 12px;max-width:720px}.board-head p:last-child{color:var(--muted);line-height:1.65;max-width:760px}.board-products{background:#fff;border:1px solid var(--line);border-radius:8px;padding:18px}.board-products h3{margin:0 0 14px}.compact-products{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.product-card{display:grid;gap:10px;background:#eefdfb;border-color:#c9efea;padding:10px;box-shadow:0 10px 28px rgba(15,139,141,.08)}.product-media{display:block}.product-card img,.image-empty-frame{display:block;width:100%;aspect-ratio:1/1;border-radius:8px;background:#f8fafc;border:1px dashed #cbd5e1}.product-card img{object-fit:cover;border-style:solid;background:#edf1f6}.product-card-body{display:grid;gap:8px}.product-card-title{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;background:#fff;border:1px solid #d8ebe8;border-radius:8px;padding:9px 10px}.product-card-title h3{margin:0;font-size:15px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rating-badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:4px 8px;border-radius:999px;background:#fff7ed;color:#f97316;font-weight:800;font-size:13px}.product-option-row{display:grid;grid-template-columns:minmax(0,1fr) auto 16px;align-items:center;gap:8px;min-height:38px;padding:8px 10px;border:1px solid #bfeee8;border-radius:8px;background:#f7fffe;color:#0f4650}.product-option-row span{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-option-row strong{background:#b9f3e9;color:#007c7d;border-radius:999px;padding:3px 8px;font-size:13px;white-space:nowrap}.product-option-row svg,.card-arrow svg,.cart-icon-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.product-buy-row{display:grid;grid-template-columns:minmax(0,auto) 42px 42px;gap:8px;align-items:center;min-height:50px;padding:8px;border:1px solid #d8ebe8;border-radius:8px;background:linear-gradient(135deg,#f7fffe,#fff)}.product-buy-row>strong{justify-self:start;background:#fff;border:1px solid #ccf0ea;color:#00868a;border-radius:8px;padding:7px 10px;font-size:18px;white-space:nowrap}.card-arrow,.cart-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:8px}.card-arrow{background:#eefdfa;color:#00868a}.cart-icon-btn{background:#172033;color:#fff;box-shadow:0 10px 20px rgba(23,32,51,.18)}.detail-media .image-empty-frame{border-radius:8px}.card-row,.table div{display:flex;gap:12px;justify-content:space-between;align-items:center}.filters,.auth,.checkout{display:grid;gap:14px}.filters{grid-template-columns:2fr 1fr 1fr auto;margin:18px 0}.auth{max-width:420px;margin:30px auto;background:#fff;border:1px solid var(--line);border-radius:8px;padding:22px}input,select,textarea{width:100%;padding:11px;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--ink)}textarea{min-height:110px}.detail{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}.detail img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:8px;background:#edf1f6}.price{font-size:28px;font-weight:800;margin:18px 0}.option-list{display:grid;gap:9px;margin:18px 0}.option-list h2{font-size:18px;margin:0 0 4px}.option-list label{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fff}.option-list input{width:auto}.option-list span{line-height:1.35}.table{display:grid;gap:10px}.table div{background:#fff;border:1px solid var(--line);border-radius:8px;padding:12px;flex-wrap:wrap}.delivery{white-space:pre-wrap;background:#101820;color:#e8f7f6;padding:18px;border-radius:8px}.site-footer{margin-top:auto;background:#172033;color:#dce6f4;padding:38px 4vw 22px}.footer-grid{width:min(1120px,92vw);margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:28px;text-align:left}.footer-logo{display:inline-flex;align-items:center;margin-bottom:12px}.footer-logo img{display:block;width:auto;height:72px;max-width:260px;object-fit:contain}.site-footer h2{font-size:15px;margin:0 0 12px;color:#fff}.site-footer p{color:#aebbd0;line-height:1.6;margin:0}.site-footer a{display:block;color:#dce6f4;margin:9px 0}.site-footer a:hover{color:#8fe1d8}.footer-bottom{width:min(1120px,92vw);margin:26px auto 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.14);display:flex;justify-content:space-between;gap:14px;color:#aebbd0;font-size:14px}.content-page{max-width:860px}.content-page h1{font-size:36px}.content-page h2{margin-top:26px}.content-page p,.content-page li{line-height:1.75;color:#4d5a6d}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:8px;padding:15px;margin:12px 0}.faq-list summary{cursor:pointer;font-weight:800}.alert{padding:12px 14px;border-radius:7px;margin-bottom:16px}.alert-success{background:#e7f7ef;color:#17663a}.alert-error{background:#fff0f0;color:#962929}.alert-info{background:#eaf3ff;color:#265985}@media(max-width:860px){.home-shell{grid-template-columns:1fr}.category-showcase{position:static}}@media(max-width:760px){.filters,.detail,.checkout,.footer-grid{grid-template-columns:1fr}.site-header{align-items:flex-start;gap:12px;flex-direction:column}.logo img{height:48px;max-width:230px}.nav-action{min-height:38px;padding:8px 11px}.board-head h2{font-size:28px}.footer-logo img{height:60px;max-width:230px}.footer-bottom{flex-direction:column}}
