:root {
  --ink:#10211c; --muted:#61706b; --line:#dce5e1; --surface:#fff; --soft:#f2f7f4;
  --brand:#168b69; --brand-dark:#0a6c50; --accent:#168b69; --focus:#166fc4;
  --shadow:0 18px 48px rgba(16,33,28,.12); color-scheme:light;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;color:var(--ink);background:#edf3f0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}
button,a{font:inherit} button{color:inherit} a{color:inherit} img,video{display:block;max-width:100%} [hidden]{display:none!important}
:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.skip-link{position:fixed;z-index:100;top:-5rem;inset-inline-start:1rem;padding:.7rem 1rem;border-radius:.75rem;background:#fff}.skip-link:focus{top:1rem}
.site-shell{width:min(100%,760px);min-height:100vh;margin-inline:auto;background:var(--surface)}
.site-header{position:sticky;z-index:20;top:0;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.7rem 1rem;background:rgba(255,255,255,.95);border-bottom:1px solid rgba(220,229,225,.85);backdrop-filter:blur(14px)}
.brand{display:flex;min-width:0;align-items:center;gap:.55rem;text-decoration:none}.brand img{width:42px;height:42px;object-fit:contain;border-radius:11px}.brand span{display:grid;min-width:0;line-height:1.05}.brand strong{font-size:.96rem;letter-spacing:-.02em}.brand small{margin-top:.2rem;overflow:hidden;color:var(--muted);font-size:.7rem;text-overflow:ellipsis;white-space:nowrap}
.country-chip{display:flex;min-height:44px;max-width:48%;align-items:center;gap:.4rem;padding:.5rem .7rem;border:1px solid var(--line);border-radius:999px;background:var(--soft);cursor:pointer}.country-chip #country-name{overflow:hidden;font-size:.76rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}
main{padding:0 1rem 1.5rem}.channel-intro{padding:1rem 0 .8rem}.eyebrow{margin:0 0 .3rem;color:var(--brand-dark);font-size:.66rem;font-weight:850;letter-spacing:.095em;text-transform:uppercase}.channel-intro h1{margin:0;font-size:clamp(1.7rem,8vw,2.6rem);line-height:1;letter-spacing:-.05em}.channel-intro>p:last-child{margin:.5rem 0 0;color:var(--muted);font-size:.84rem;line-height:1.45}
.catalog-status{margin:0 0 .75rem;padding:.65rem .8rem;color:#725529;border:1px solid #ead8b7;border-radius:12px;background:#fff8eb;font-size:.72rem}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin:.5rem 0 .8rem}.section-heading h2{margin:0;font-size:1.15rem;letter-spacing:-.03em}.count-badge{flex:0 0 auto;padding:.35rem .58rem;color:var(--muted);border-radius:999px;background:var(--soft);font-size:.7rem;font-weight:750}
.product-grid{display:grid;gap:1rem}.product-card{position:relative;overflow:hidden;min-height:430px;padding:0;border:0;border-radius:24px;background:#17251f;box-shadow:var(--shadow);cursor:pointer;text-align:start}.card-media{position:absolute;inset:0}.card-media img,.card-media video{width:100%;height:100%;object-fit:cover}.card-media video{position:absolute;inset:0;opacity:0;transition:opacity .2s ease}.product-card.is-playing .card-media video{opacity:1}.product-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(5,16,12,.12) 56%,rgba(5,16,12,.94) 100%)}
.play-button{position:absolute;z-index:3;top:1rem;inset-inline-end:1rem;display:grid;width:46px;height:46px;padding:0;place-items:center;color:#fff;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:rgba(8,19,15,.6);cursor:pointer;backdrop-filter:blur(8px)}.product-card-copy{position:absolute;z-index:2;inset-inline:1.1rem;bottom:1.1rem;color:#fff}.product-card-copy>span{display:inline-flex;padding:.32rem .5rem;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:rgba(10,20,16,.48);font-size:.68rem;font-weight:750}.product-card-copy h3{max-width:500px;margin:.65rem 0 .45rem;font-size:clamp(1.55rem,7vw,2.25rem);line-height:1;letter-spacing:-.045em}.product-card-copy p{margin:0 0 .7rem;color:#d8e5e0;font-size:.8rem}.product-card-copy strong{font-size:.82rem}
footer{padding:1.5rem 1rem 2rem;color:#bfd0c8;background:#0b1f1a}footer p{max-width:480px;margin:0;font-size:.76rem;line-height:1.5}footer nav{display:flex;flex-wrap:wrap;gap:1rem;margin:1rem 0}footer a{font-size:.75rem;font-weight:750;text-decoration:none;text-underline-offset:3px}footer a:hover,footer a:focus-visible{text-decoration:underline}footer small{color:#789288;font-size:.7rem}
dialog{color:var(--ink)}dialog::backdrop{background:rgba(5,16,12,.62);backdrop-filter:blur(4px)}.sheet-dialog{width:min(calc(100% - 2rem),440px);max-height:min(78dvh,620px);margin:auto;padding:1rem;border:1px solid var(--line);border-radius:22px;box-shadow:0 24px 70px rgba(5,16,12,.24)}.sheet-dialog[open]{display:flex;flex-direction:column}.dialog-handle{display:none}.dialog-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.9rem}.dialog-heading h2{margin:0;font-size:1.25rem}.icon-button{display:grid;width:38px;height:38px;flex:0 0 auto;padding:0;place-items:center;border:1px solid var(--line);border-radius:11px;background:var(--soft);cursor:pointer;font-size:1.15rem}.icon-button:hover{border-color:#bfd3ca;background:#e8f1ed}.country-list{display:grid;min-height:0;gap:.5rem;overflow:auto}.country-option{display:flex;width:100%;min-height:52px;align-items:center;gap:.7rem;padding:.65rem .8rem;border:1px solid var(--line);border-radius:14px;background:#fff;cursor:pointer;text-align:start}.country-option[aria-pressed="true"]{border-color:var(--brand);background:#ecf8f3}.country-option span:first-child{font-size:1.05rem}.country-option strong{flex:1}.country-option .check{color:var(--brand);font-weight:900}
.product-dialog{width:min(100%,690px);max-width:none;height:100dvh;max-height:none;margin:0 0 0 auto;padding:0;border:0}.product-dialog-scroll{height:100%;overflow:auto;background:#fff}.product-nav{position:sticky;z-index:5;top:0;display:flex;min-height:52px;align-items:center;gap:.4rem;padding:.45rem .65rem;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.product-nav>span{font-size:.72rem;font-weight:750}.product-nav .back-button{display:grid;width:38px;height:36px;flex:0 0 auto;padding:0;place-items:center;color:#263832;border:1px solid transparent;border-radius:10px;background:transparent;cursor:pointer}.product-nav .back-button:hover{border-color:var(--line);background:var(--soft)}.product-nav .back-button svg{display:block}.product-media-detail{background:#101b17}.product-media-detail video{width:100%;max-height:46vh;aspect-ratio:1/1;object-fit:cover}.product-dialog-content{padding:.9rem 1rem 1.6rem}.product-dialog-content h2{max-width:530px;margin:0 0 .75rem;font-size:clamp(1.35rem,5.5vw,1.8rem);line-height:1.08;letter-spacing:-.035em}.selected-country{display:flex;width:100%;min-height:46px;align-items:center;justify-content:space-between;gap:.7rem;padding:.65rem .8rem;border:1px solid var(--line);border-radius:13px;background:var(--soft);cursor:pointer;font-size:.78rem;font-weight:750}.affiliate-box{margin:.75rem 0 1rem;padding:.75rem .8rem;border-inline-start:3px solid var(--accent);border-radius:4px 12px 12px 4px;background:#f2f7f4}.affiliate-box strong{font-size:.72rem}.affiliate-box p{margin:.35rem 0 0;color:var(--muted);font-size:.69rem;line-height:1.48}.offers-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:0 0 .55rem}.offers-heading h3{margin:0;font-size:.92rem}.offers-heading span{color:var(--muted);font-size:.66rem}.merchant-list{display:grid;gap:.6rem}.merchant-group{overflow:hidden;border:1px solid var(--line);border-radius:15px;background:#fff}.merchant-group-toggle{display:grid;width:100%;min-height:66px;grid-template-columns:140px minmax(0,1fr) auto auto;align-items:center;gap:.6rem;padding:.7rem .75rem;border:0;background:#fff;cursor:pointer;text-align:start;transition:background .18s ease}.merchant-group[data-merchant="aliexpress"]{border-color:#f3c8d2}.merchant-group[data-merchant="aliexpress"] .merchant-group-toggle{background:#fff4f6}.merchant-group[data-merchant="aliexpress"] .merchant-group-toggle:hover{background:#ffecef}.merchant-group[data-merchant="amazon"]{border-color:#ecd9b9}.merchant-group[data-merchant="amazon"] .merchant-group-toggle{background:#fff9ef}.merchant-group[data-merchant="amazon"] .merchant-group-toggle:hover{background:#fff4e3}.merchant-identity{display:flex;min-width:0;align-items:center}.merchant-identity img{display:block;width:auto;max-width:140px;max-height:34px;object-fit:contain}.merchant-identity strong{font-size:.88rem}.merchant-group-label{color:var(--ink);font-size:.72rem;font-weight:800;line-height:1.25}.merchant-offer-count{display:grid;min-width:24px;height:24px;padding:0 .35rem;place-items:center;border-radius:999px;background:rgba(255,255,255,.7);color:var(--muted);font-size:.66rem;font-weight:850}.merchant-chevron{font-size:1rem;transition:transform .2s ease}.merchant-group-toggle[aria-expanded="true"] .merchant-chevron{transform:rotate(180deg)}.merchant-offers{display:grid;gap:.5rem;padding:.6rem;border-top:1px solid var(--line);background:#f8faf9}.offer-card{padding:.75rem;border:1px solid var(--line);border-radius:12px;background:#fff}.offer-title{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.45rem}.offer-title strong{font-size:.78rem}.offer-meta{display:grid;gap:.2rem;margin:0 0 .55rem;color:var(--muted);font-size:.68rem}.offer-link{display:flex;min-height:42px;align-items:center;justify-content:space-between;gap:1rem;padding:.55rem .7rem;color:var(--brand-dark);border:1px solid #b9d8cc;border-radius:10px;background:#f2f8f5;font-size:.72rem;font-weight:850;text-decoration:none}.offer-link:hover{border-color:var(--brand);background:#e9f5f0}.merchant-button{display:flex;min-height:52px;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem .9rem;color:#fff;border-radius:13px;background:var(--brand);font-size:.82rem;font-weight:850;text-decoration:none}.merchant-button:hover{background:var(--brand-dark)}.card-open{width:max-content;border:1px solid rgba(255,255,255,.58);background:rgba(22,139,105,.58);box-shadow:0 8px 24px rgba(5,16,12,.18);backdrop-filter:blur(10px)}.card-open:hover{background:rgba(10,108,80,.74)}.no-offer{padding:1rem;color:#74552d;border:1px solid #e5d7c3;border-radius:14px;background:#fff8ed;font-size:.82rem;line-height:1.5}.official-disclosures{display:grid;gap:.5rem;margin-top:.75rem}.official-disclosures p{margin:0;padding:.7rem;border-radius:12px;background:var(--soft);color:var(--muted);font-size:.68rem;line-height:1.45}.seller-note{margin:1rem 0 0;color:var(--muted);font-size:.7rem;line-height:1.5}.fatal-state{min-height:100vh;padding:4rem 1.5rem;text-align:center;background:#fff}.fatal-state img{margin:0 auto 1rem}.fatal-state p{color:var(--muted)}
[dir="rtl"] body,[dir="rtl"] button{font-family:Tahoma,Arial,sans-serif}[dir="rtl"] .brand span,[dir="rtl"] .product-card,[dir="rtl"] .country-option{text-align:right}[dir="rtl"] .back-button svg{transform:scaleX(-1)}[dir="rtl"] .affiliate-box{border-radius:12px 4px 4px 12px}[dir="rtl"] .merchant-chevron{transform:scaleX(-1)}[dir="rtl"] .merchant-group-toggle[aria-expanded="true"] .merchant-chevron{transform:scaleX(-1) rotate(180deg)}
@media (hover:hover) and (pointer:fine){.product-card:hover{transform:translateY(-2px)}.product-card{transition:transform .2s ease}}
@media (min-width:560px){.site-header,main,footer{padding-inline:1.5rem}.sheet-dialog{margin:auto;border-radius:25px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card{min-height:460px}.product-grid>.product-card:first-child:last-child{grid-column:1/-1}}
@media (min-width:900px){.site-shell{margin-block:1.5rem;overflow:hidden;border-radius:28px;box-shadow:var(--shadow)}.site-header{position:relative}.product-dialog{height:min(880px,calc(100dvh - 2rem));margin:auto;border-radius:26px;overflow:hidden}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important}.play-button{display:none}}
@media (max-width:420px){.merchant-group-label{font-size:.68rem}}
