:root{
  --bg:#f7f4ee;
  --surface:#fffdf9;
  --surface-2:#f1ede5;
  --surface-3:#edf4f2;
  --ink:#17213c;
  --muted:#6e7485;
  --line:rgba(23,33,60,.11);
  --line-strong:rgba(23,33,60,.18);
  --dark:#18233c;
  --dark-2:#233050;
  --gold:#e6b85f;
  --gold-soft:#f7e5b7;
  --coral:#ef927d;
  --teal:#74c8c0;
  --blue:#8fb2e7;
  --lav:#b8a7d9;
  --shadow:0 14px 44px rgba(38,48,77,.08);
  --shadow-lg:0 30px 90px rgba(38,48,77,.14);
  --radius:22px;
  --radius-lg:32px;
  --container:min(1560px,calc(100vw - 34px));
}
html[data-theme="dark"]{
  --bg:#101625;--surface:#172033;--surface-2:#202b42;--surface-3:#1c3340;--ink:#f6f4ee;--muted:#b7becc;--line:rgba(255,255,255,.10);--line-strong:rgba(255,255,255,.16);--dark:#f1efe8;--dark-2:#d7dce7;--shadow:0 16px 48px rgba(0,0,0,.28);--shadow-lg:0 30px 90px rgba(0,0,0,.38)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font:500 15px/1.58 "DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer}.site-main>*{width:var(--container);margin-inline:auto}.full-bleed{width:min(1780px,calc(100vw - 18px))}.skip-link{position:absolute;left:-999px;top:0}.skip-link:focus{left:12px;top:12px;z-index:999;background:#111;color:#fff;padding:10px 14px;border-radius:999px}

/* header */
.site-topbar{background:var(--dark);color:#fff;font-size:12px}.topbar-shell{width:var(--container);margin:auto;display:flex;justify-content:space-between;align-items:center;gap:18px;padding:8px 0}.topbar-shell nav{display:flex;gap:16px;align-items:center}.topbar-shell a,.topbar-shell button{color:rgba(255,255,255,.82);background:none;border:0;font:inherit}.topbar-shell i{margin-right:6px;color:var(--gold)}
.site-header{position:sticky;top:0;z-index:80;background:color-mix(in srgb,var(--surface) 88%,transparent);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.header-shell{width:var(--container);margin:auto;display:grid;grid-template-columns:auto 1fr minmax(240px,390px) auto;gap:16px;align-items:center;padding:12px 0}.brand-lockup{display:flex;align-items:center;gap:10px}.brand-lockup img{width:46px;height:46px;object-fit:contain}.brand-lockup span{display:grid;font-weight:700;font-size:18px;letter-spacing:-.04em;line-height:1}.brand-lockup em{font-style:normal;color:var(--coral)}.brand-lockup small{font-size:9px;letter-spacing:.13em;text-transform:uppercase;color:var(--muted);margin-top:5px}.main-nav{display:flex;align-items:center;gap:2px}.main-nav>a,.main-nav button{display:inline-flex;align-items:center;gap:6px;padding:10px 11px;border-radius:999px;border:0;background:transparent;color:var(--muted);font-weight:700;font-size:13px;white-space:nowrap}.main-nav>a:hover,.main-nav button:hover{background:var(--surface-2);color:var(--ink)}.nav-dropdown{position:relative}.category-popover{display:none;position:absolute;left:0;top:calc(100% + 14px);width:min(920px,calc(100vw - 28px));padding:16px;border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:var(--shadow-lg)}.nav-dropdown.is-open .category-popover{display:block}.mega-menu-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:16px}.mega-label{margin:0 0 10px;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.mega-menu-categories{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.mega-menu-categories .mega-label{grid-column:1/-1}.mega-category{display:flex;align-items:center;gap:10px;padding:10px;border-radius:16px}.mega-category:hover,.mega-menu-featured a:hover{background:var(--surface-2)}.mega-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;background:color-mix(in srgb,var(--accent) 24%,var(--surface));color:var(--ink)}.mega-category span:last-child{display:grid}.mega-category b{font-size:13px}.mega-category small,.mega-menu-featured small{color:var(--muted);font-size:11px}.mega-menu-featured{padding:12px;border-radius:18px;background:var(--surface-2)}.mega-menu-featured a{display:grid;gap:3px;padding:11px;border-radius:14px}.header-search{display:flex;align-items:center;background:var(--surface-2);border:1px solid var(--line);border-radius:999px;padding:3px 4px 3px 13px}.header-search input{min-width:0;flex:1;border:0;background:transparent;outline:0;font-size:13px}.header-search button,.tool-btn{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;border:0;background:var(--surface);color:var(--ink)}.header-tools{display:flex;align-items:center;gap:6px}.tool-btn{border:1px solid var(--line)}.profile-btn{display:flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid var(--line);border-radius:999px;background:var(--surface);font-size:13px;font-weight:700}.flash-toast{width:var(--container);margin:14px auto;padding:13px 16px;border-radius:15px;background:#e9f5f0;border:1px solid rgba(64,145,118,.25);color:#265343;font-weight:700}

/* basics */
h1,h2,h3,h4{margin:0 0 10px;letter-spacing:-.035em;line-height:1.06}h1,h2{font-family:"Fraunces",serif;font-weight:600}p{margin:0 0 12px;color:var(--muted)}.eyebrow{display:inline-flex;align-items:center;gap:6px;color:#8b6a31;font-weight:700;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.hero-actions,.award-card-actions,.product-action-row,.admin-top-actions{display:flex;gap:9px;flex-wrap:wrap;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:11px 15px;border:1px solid transparent;border-radius:999px;font-weight:700;font-size:13px;transition:.2s transform,.2s box-shadow}.btn:hover{transform:translateY(-1px)}.btn.large{padding:13px 18px}.btn.dark{background:var(--dark);color:var(--surface);box-shadow:var(--shadow)}.btn.soft{background:var(--surface);border-color:var(--line);color:var(--ink)}.text-button{display:inline-flex;gap:7px;align-items:center;color:#30466e;font-weight:700;font-size:13px}.back-link{display:inline-flex;gap:7px;align-items:center;color:#47618f;font-size:13px;font-weight:700;margin-bottom:12px}.overline{color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.empty-note{padding:20px;border:1px dashed var(--line-strong);border-radius:18px;background:var(--surface)}

/* fixed product image system */
.product-frame,.main-product-frame{position:relative;display:grid;place-items:center;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:18px}.product-frame:before,.main-product-frame:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 75% 15%,rgba(116,200,192,.14),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.4),rgba(247,244,238,.22));pointer-events:none}.olet-product-img{position:relative;z-index:1;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;padding:10%!important;background:#fff!important}.size-xxs{width:52px;height:52px;border-radius:13px}.size-xs{width:100%;aspect-ratio:1/1}.size-sm{width:100%;aspect-ratio:1/1}.size-md{width:100%;aspect-ratio:1/1}.main-product-frame{width:100%;aspect-ratio:1/1;min-height:0}.main-product-frame .olet-product-img{padding:9%!important}.olet-fallback{object-fit:contain!important;padding:18%!important}

/* homepage */
.home-hero{display:grid;grid-template-columns:minmax(420px,.86fr) minmax(600px,1.14fr);gap:0;margin-top:14px;border:1px solid var(--line);border-radius:28px;overflow:hidden;background:var(--surface);box-shadow:var(--shadow)}.home-hero-copy{padding:42px 42px 36px;display:flex;flex-direction:column;justify-content:center}.home-hero-copy h1{max-width:9ch;font-size:clamp(3.2rem,6.2vw,6.4rem);margin:13px 0 14px}.home-hero-copy h1 em{font-style:normal;color:var(--coral)}.home-hero-copy p{max-width:62ch;font-size:16px}.hero-actions{margin-top:10px}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:24px}.hero-stats div{padding:12px 13px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2)}.hero-stats b{display:block;font-size:20px}.hero-stats span{font-size:11px;color:var(--muted)}.home-hero-art{position:relative;min-height:520px;background:var(--surface-2);overflow:hidden}.home-hero-art picture,.home-hero-art picture img{width:100%;height:100%}.home-hero-art picture img{object-fit:cover}.hero-floating-card{position:absolute;left:18px;bottom:18px;display:grid;gap:4px;max-width:280px;padding:13px 15px;border:1px solid rgba(255,255,255,.65);border-radius:16px;background:rgba(255,255,255,.82);backdrop-filter:blur(14px);box-shadow:var(--shadow)}.hero-floating-card span{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#8b6a31}.hero-floating-card small{color:var(--muted)}
.story-strip{display:grid;grid-template-columns:165px 1fr;gap:14px;margin-top:14px;padding:15px;border:1px solid var(--line);border-radius:22px;background:var(--surface);box-shadow:var(--shadow)}.story-intro{padding:5px 4px}.story-intro h2{font:600 22px/1 "Fraunces",serif;margin-top:7px}.story-scroller{display:flex;gap:13px;overflow:auto;padding:2px 2px 6px}.story-circle{min-width:83px;text-align:center}.story-orb{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 8px;border-radius:50%;border:3px solid color-mix(in srgb,var(--accent) 62%,#fff);background:color-mix(in srgb,var(--accent) 22%,#fff);box-shadow:inset 0 0 0 7px #fff;color:#344664}.story-circle b{display:block;font-size:11px;line-height:1.25}.story-circle small{font-size:10px;color:var(--muted)}
.section-heading{display:flex;justify-content:space-between;gap:22px;align-items:end;padding:33px 0 15px}.section-heading.compact{padding:0 0 14px}.section-heading h2{font-size:clamp(2rem,3.4vw,3.4rem);margin:8px 0;max-width:17ch}.section-heading p{max-width:70ch}.award-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.award-grid.archive{grid-template-columns:repeat(3,1fr);padding-bottom:30px}.award-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:var(--surface);box-shadow:var(--shadow)}.award-card-top{display:flex;justify-content:space-between;gap:8px;align-items:center;padding:12px 13px;color:var(--muted);font-size:11px;font-weight:700}.award-type{display:inline-flex;align-items:center;gap:7px}.award-type i{display:grid;place-items:center;width:29px;height:29px;border-radius:10px;background:color-mix(in srgb,var(--accent) 30%,#fff)}.award-card-visual{position:relative;display:block;height:190px;overflow:hidden;background:linear-gradient(145deg,#f6f1e7,#e8f2f0)}.award-decor{position:absolute;inset:-18%;width:136%;height:136%;object-fit:contain;opacity:.64}.award-seal{position:absolute;right:12px;top:12px;width:54px;height:54px;object-fit:contain}.award-stack{position:absolute;inset:0;display:flex;align-items:end;justify-content:center;padding:18px 20px 16px}.stack-item{width:34%;filter:drop-shadow(0 10px 10px rgba(39,55,74,.13))}.stack-item.item-0{order:2;width:39%;z-index:3}.stack-item.item-1{order:1;transform:translateX(14px) scale(.88)}.stack-item.item-2{order:3;transform:translateX(-14px) scale(.88)}.award-card-copy{display:flex;flex:1;flex-direction:column;padding:15px}.award-card-copy h3{font-size:20px}.winner-note{color:var(--ink);font-size:13px}.winner-note b{display:inline-grid;place-items:center;width:26px;height:26px;margin-right:5px;border-radius:50%;background:var(--gold-soft);color:#8b6a31}.award-card-actions{margin-top:auto;padding-top:6px}
.editorial-split{display:grid;grid-template-columns:1.25fr .75fr;gap:14px;margin-top:34px}.editors-stage,.guess-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:var(--shadow)}.editors-stage{min-height:330px}.editors-stage img{width:100%;height:100%;object-fit:cover}.editors-stage>div{position:absolute;left:18px;bottom:18px;max-width:440px;padding:15px 16px;border-radius:16px;background:rgba(255,255,255,.86);backdrop-filter:blur(14px)}.editors-stage h2,.guess-card h2{font-size:28px;margin-top:7px}.guess-card{padding:24px;background:linear-gradient(145deg,#243051,#334875);color:#fff}.guess-card p{color:rgba(255,255,255,.77)}.guess-card button{display:block;width:100%;margin-top:8px;padding:11px;border:1px solid rgba(255,255,255,.18);border-radius:13px;background:rgba(255,255,255,.08);color:#fff;text-align:left;font-weight:700}.guess-card button:hover{background:rgba(255,255,255,.16)}.guess-result{margin-top:12px;color:#ffdd8a;font-weight:700}.top-products-grid,.product-reading-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product-card{display:flex;flex-direction:column;padding:12px;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:var(--shadow)}.product-card-visual{position:relative}.rank-pill{position:absolute;left:8px;top:8px;z-index:3;display:inline-flex;align-items:center;gap:5px;padding:7px 9px;border:1px solid rgba(255,255,255,.6);border-radius:999px;background:rgba(255,255,255,.86);backdrop-filter:blur(10px);font-size:11px;font-weight:700;color:#8b6a31}.favorite-mini{position:absolute;right:8px;top:8px;z-index:4}.favorite-mini button{display:grid;place-items:center;width:31px;height:31px;border:1px solid rgba(255,255,255,.65);border-radius:50%;background:rgba(255,255,255,.88);color:var(--coral)}.product-card-copy{display:flex;flex:1;flex-direction:column;padding:12px 2px 2px}.product-card h3{font-size:17px}.product-card p{font-size:13px}.score-line{display:flex;align-items:center;gap:4px;margin-bottom:8px}.score-line strong{font-size:19px}.score-line span{color:var(--muted)}.score-line em{margin-left:auto;color:#8b6a31;font-style:normal;font-size:11px}.tag-row{display:flex;gap:5px;flex-wrap:wrap;margin:6px 0 11px}.tag-row span{padding:5px 7px;border-radius:999px;background:var(--surface-2);color:var(--muted);font-size:10px;font-weight:700}.product-card .text-button{margin-top:auto}.festival-band{display:grid;grid-template-columns:.85fr 1.15fr;gap:18px;margin-top:34px;padding:22px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(135deg,#f2e8d5,#e3f0ed)}.festival-band-copy h2{font-size:34px;margin-top:7px}.upcoming-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.upcoming-grid article{display:grid;gap:5px;padding:14px;border:1px solid rgba(255,255,255,.7);border-radius:15px;background:rgba(255,255,255,.65)}.upcoming-grid span{color:var(--muted);font-size:12px}.upcoming-grid em{font-style:normal;color:#8b6a31;font-size:12px;font-weight:700}.method-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:34px}.method-grid article{padding:18px;border:1px solid var(--line);border-radius:18px;background:var(--surface)}.method-grid span{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;background:var(--surface-3);color:#37625d;margin-bottom:12px}.method-grid h3{font-size:17px}.method-grid p{font-size:13px}.community-cta{display:grid;grid-template-columns:118px 1fr auto;gap:18px;align-items:center;margin-top:34px;padding:20px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(135deg,#e9f4f0,#f6ead5)}.community-cta img{width:110px;height:110px;object-fit:contain}.community-cta h2{font-size:34px;margin-top:6px}

/* article / award / product */
.page-hero,.info-hero,.profile-hero{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-top:16px;padding:28px 32px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(135deg,#f4ead7,#e3f1ef);box-shadow:var(--shadow)}.page-hero h1,.info-hero h1,.profile-hero h1{font-size:clamp(2.6rem,5vw,5.2rem);max-width:15ch;margin:8px 0}.page-hero p,.info-hero p,.profile-hero p{max-width:72ch}.page-hero img,.info-hero img{width:155px;height:155px;object-fit:contain}.award-hero{display:grid;grid-template-columns:.92fr 1.08fr;gap:18px;margin-top:16px;padding:22px;border:1px solid var(--line);border-radius:26px;background:var(--surface);box-shadow:var(--shadow)}.award-hero-copy{padding:16px 12px}.award-hero h1{font-size:clamp(2.8rem,5vw,5.4rem);margin:9px 0 10px}.award-meta{display:flex;gap:8px;flex-wrap:wrap;margin:15px 0}.award-meta span{padding:7px 9px;border-radius:999px;background:var(--surface-2);font-size:11px;color:var(--muted);font-weight:700}.award-hero-visual{position:relative;overflow:hidden;min-height:390px;border-radius:20px}.award-hero-visual>img{width:100%;height:100%;object-fit:cover}.hero-podium{position:absolute;left:16px;right:16px;bottom:16px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.hero-podium a{display:grid;grid-template-columns:28px 58px 1fr;gap:8px;align-items:center;padding:8px;border:1px solid rgba(255,255,255,.65);border-radius:13px;background:rgba(255,255,255,.86);backdrop-filter:blur(12px);font-size:11px}.hero-podium b{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:var(--gold-soft);color:#8b6a31}.article-layout,.product-reading-layout,.info-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:14px;margin-top:14px}.article-shell,.info-content,.comparison-section,.community-panel{padding:25px;border:1px solid var(--line);border-radius:22px;background:var(--surface);box-shadow:var(--shadow)}.article-side{display:grid;gap:12px;align-content:start}.side-card{padding:16px;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:var(--shadow)}.side-card img{width:94px;height:94px;margin:0 auto 9px;object-fit:contain}.side-card ol{padding-left:18px;color:var(--muted)}.longform h2,.info-content h2{font-size:28px;margin:4px 0 12px}.longform ul{color:var(--muted)}.top3-story{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:15px 0 22px}.top3-story article{padding:12px;border:1px solid var(--line);border-radius:16px;background:var(--surface-2)}.top3-story span{display:block;margin-top:10px;color:#8b6a31;font-size:11px;font-weight:700}.top3-story h3{font-size:17px;margin-top:6px}.top3-story p{font-size:13px}.comparison-section{margin-top:14px}.standalone{margin-top:14px}.comparison-scroll{overflow:auto}.comparison-table{width:100%;min-width:820px;border-collapse:collapse}.comparison-table th,.comparison-table td{padding:12px 10px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}.comparison-table th{color:var(--muted);font-size:10px;letter-spacing:.1em;text-transform:uppercase}.table-rank{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:var(--gold-soft);color:#8b6a31;font-weight:700}.table-product{display:flex;gap:9px;align-items:center}.scorebar{display:block;width:88px;height:6px;margin-top:6px;overflow:hidden;border-radius:999px;background:var(--surface-2)}.scorebar i{display:block;height:100%;background:linear-gradient(90deg,var(--teal),var(--gold))}.product-detail{display:grid;grid-template-columns:minmax(340px,470px) 1fr;gap:24px;margin-top:16px;padding:22px;border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:var(--shadow)}.product-gallery{min-width:0}.thumb-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:7px;margin-top:8px}.thumb-strip button{padding:0;aspect-ratio:1/1;border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden}.thumb-strip .olet-product-img{padding:12%!important}.product-detail-copy{padding:8px 0}.product-detail-copy h1{font:600 clamp(2.6rem,4.7vw,5rem)/1.04 "Fraunces",serif;letter-spacing:-.04em;margin:10px 0}.product-score{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:12px}.product-score strong{font-size:32px}.product-score span{color:var(--muted)}.product-score em{margin-left:8px;padding:6px 9px;border-radius:999px;background:var(--gold-soft);color:#8b6a31;font-size:11px;font-style:normal;font-weight:700}.product-action-row{margin:15px 0}.product-action-row form{display:inline-flex}.affiliate-note{display:block;max-width:70ch;color:var(--muted)}.breakdown-row{display:grid;grid-template-columns:1fr auto;gap:6px;margin-top:11px}.breakdown-row span{font-size:12px}.breakdown-row b{font-size:12px}.breakdown-row i{grid-column:1/-1;height:6px;overflow:hidden;border-radius:999px;background:var(--surface-2)}.breakdown-row em{display:block;height:100%;background:linear-gradient(90deg,var(--teal),var(--gold))}.community-panel{margin-top:14px}.login-nudge{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.login-nudge p{margin:0}.comment-form,.auth-card form,.admin-form{display:grid;gap:12px}.comment-form label,.auth-card label,.admin-form label{display:grid;gap:5px;font-weight:700;font-size:12px}.comment-form textarea,.comment-form select,.auth-card input,.admin-form input,.admin-form textarea,.admin-form select,.big-search input{width:100%;padding:11px 12px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2);outline:0}.comment-list{display:grid;gap:8px;margin-top:14px}.comment-list article{padding:12px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2)}.comment-list article>div{display:flex;justify-content:space-between}.comment-list span{color:#bc8b31}.comment-list small{color:var(--muted)}.big-search{display:flex;gap:8px;margin-top:12px}.profile-hero{margin-top:16px}.profile-hero h1{max-width:none}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding-top:14px}.guide-grid article{padding:18px;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:var(--shadow)}.guide-grid article>span{display:grid;place-items:center;width:39px;height:39px;border-radius:13px;background:var(--surface-3);color:#37625d;margin-bottom:10px}.guide-grid h2{font-size:24px;margin:6px 0}.info-content section{padding:2px 0 13px;margin-bottom:13px;border-bottom:1px solid var(--line)}.info-content section:last-child{border-bottom:0}

/* auth */
.auth-screen{min-height:68vh;display:grid;place-items:center}.auth-card{width:min(490px,100%);padding:24px;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:var(--shadow)}.auth-card h1{font:600 52px/1 "Fraunces",serif;margin:8px 0}.auth-card form{margin:16px 0}

/* footer/help */
.site-footer{margin-top:46px;padding:32px 0 88px;background:#132039;color:#fff}.footer-grid{width:var(--container);margin:auto;display:grid;grid-template-columns:1.35fr repeat(4,.65fr);gap:22px}.footer-grid h3{font-size:14px;margin:0 0 10px}.footer-grid a{display:block;padding:4px 0;color:rgba(255,255,255,.72);font-size:13px}.footer-brand p{max-width:42ch;margin-top:12px;color:rgba(255,255,255,.68);font-size:13px}.footer-brand .brand-lockup span{color:#fff}.footer-bottom{width:var(--container);margin:20px auto 0;color:rgba(255,255,255,.55);font-size:12px}.mobile-dock{display:none;position:fixed;left:50%;bottom:10px;z-index:90;transform:translateX(-50%);grid-auto-flow:column;gap:7px;padding:8px 10px;border:1px solid var(--line);border-radius:999px;background:color-mix(in srgb,var(--surface) 88%,transparent);backdrop-filter:blur(16px);box-shadow:var(--shadow-lg)}.mobile-dock a{display:grid;place-items:center;min-width:55px;gap:2px;color:var(--muted);font-size:10px}.help-drawer{display:none;position:fixed;right:14px;top:86px;z-index:100;width:min(360px,calc(100vw - 28px));padding:19px;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-lg)}.help-drawer.is-open{display:block}.help-drawer>button{float:right;border:0;background:none}.help-drawer ol{padding-left:18px;color:var(--muted)}

/* admin */
.admin-body{display:grid;grid-template-columns:260px 1fr;min-height:100vh;background:#f4f4f1;color:#17213c}.admin-side{padding:18px;background:#18233c;color:#fff}.admin-brand{display:flex;align-items:center;gap:9px;font-weight:700;font-size:18px}.admin-brand img{width:40px;height:40px;object-fit:contain}.admin-brand em{font-style:normal;color:#e6b85f}.admin-side p{color:rgba(255,255,255,.58);font-size:12px}.admin-side nav{display:grid;gap:3px;margin-top:18px}.admin-side nav a{display:flex;gap:9px;align-items:center;padding:10px 11px;border-radius:11px;color:rgba(255,255,255,.74);font-size:13px}.admin-side nav a:hover{background:rgba(255,255,255,.1);color:#fff}.admin-main{padding:22px;display:grid;gap:14px;align-content:start}.admin-top{display:flex;justify-content:space-between;gap:12px;align-items:end}.admin-top h1{font:600 42px/1 "Fraunces",serif;margin:5px 0}.admin-top small{color:#6e7485}.admin-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.admin-kpis div,.admin-card{padding:16px;border:1px solid rgba(23,33,60,.1);border-radius:16px;background:#fff;box-shadow:0 12px 28px rgba(38,48,77,.06)}.admin-kpis span,.admin-kpis small{display:block;color:#6e7485;font-size:11px}.admin-kpis strong{display:block;font-size:25px}.admin-grid-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.admin-action-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.admin-action-grid a{padding:12px;border:1px solid rgba(23,33,60,.1);border-radius:12px;background:#f7f4ee;font-weight:700;font-size:13px}.admin-table{width:100%;border-collapse:collapse;font-size:12px}.admin-table th,.admin-table td{padding:10px;border-bottom:1px solid rgba(23,33,60,.1);text-align:left;vertical-align:top}.admin-table th{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#6e7485}.admin-link,.link-button{display:inline-flex;margin-right:7px;padding:0;border:0;background:none;color:#31588b;font-size:12px;font-weight:700}.link-button.danger{color:#c95362}.inline-form{display:inline}.admin-login-body,.setup-body{display:grid;min-height:100vh;place-items:center;background:#f4f4f1;color:#17213c}.admin-login-card,.setup-card{width:min(520px,calc(100vw - 30px));padding:24px;border:1px solid rgba(23,33,60,.1);border-radius:20px;background:#fff;box-shadow:0 18px 54px rgba(38,48,77,.12)}.admin-login-card img{width:88px;height:88px;object-fit:contain;margin:auto}.admin-login-card h1{font:600 44px/1 "Fraunces",serif;text-align:center}.admin-login-card p{text-align:center}.admin-login-card form,.setup-form{display:grid;gap:12px;margin:14px 0}.admin-login-card label,.setup-form label{display:grid;gap:5px;font-size:12px;font-weight:700}.admin-login-card input,.setup-form input{padding:11px 12px;border:1px solid rgba(23,33,60,.12);border-radius:12px}.admin-error,.setup-error{padding:10px 12px;border-radius:11px;background:#fde5e8;color:#953b4c}.setup-ok{padding:10px 12px;border-radius:11px;background:#e8f5ef;color:#2d6e56}.setup-shell{padding:20px}

@media(max-width:1240px){.header-shell{grid-template-columns:auto 1fr auto;grid-template-areas:"brand search tools" "nav nav nav"}.brand-lockup{grid-area:brand}.main-nav{grid-area:nav;overflow:auto}.header-search{grid-area:search}.header-tools{grid-area:tools}.home-hero{grid-template-columns:.95fr 1.05fr}.home-hero-copy{padding:32px}.home-hero-art{min-height:430px}.award-grid,.award-grid.archive{grid-template-columns:repeat(2,1fr)}.top-products-grid,.product-reading-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.2fr repeat(2,1fr)}.article-layout,.product-reading-layout,.info-layout{grid-template-columns:1fr}.article-side{grid-template-columns:repeat(2,1fr)}.admin-body{grid-template-columns:220px 1fr}}
@media(max-width:860px){.topbar-shell nav a{display:none}.topbar-shell{justify-content:center}.home-hero,.editorial-split,.festival-band,.award-hero,.product-detail,.community-cta{grid-template-columns:1fr}.home-hero-copy{padding:25px}.home-hero-copy h1{font-size:clamp(3.6rem,13vw,5.2rem)}.home-hero-art{min-height:390px}.story-strip{grid-template-columns:1fr}.story-intro{display:none}.award-grid,.award-grid.archive,.top-products-grid,.product-reading-grid,.method-grid,.guide-grid{grid-template-columns:repeat(2,1fr)}.section-heading{align-items:start}.section-heading h2{font-size:2.6rem}.article-side{grid-template-columns:1fr}.top3-story{grid-template-columns:1fr}.community-cta{text-align:center}.community-cta img{margin:auto}.thumb-strip{grid-template-columns:repeat(5,1fr)}.admin-body{grid-template-columns:1fr}.admin-side{position:relative}.admin-side nav{grid-template-columns:repeat(3,1fr)}.admin-main{padding:14px}.admin-grid-two,.admin-kpis{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){body{font-size:14px}.site-main>*{width:min(100vw - 14px,var(--container))}.full-bleed{width:min(100vw - 8px,1780px)}.site-topbar{display:none}.site-header{top:0}.header-shell{grid-template-columns:auto auto;grid-template-areas:"brand tools" "search search" "nav nav";gap:8px;padding:9px 0}.brand-lockup img{width:39px;height:39px}.brand-lockup span{font-size:16px}.header-tools .tool-btn:first-child{display:none}.profile-btn span{display:none}.main-nav>a,.main-nav button{padding:8px 9px;font-size:12px}.category-popover{position:fixed;left:7px;right:7px;top:123px;width:auto;max-height:65vh;overflow:auto}.mega-menu-grid{grid-template-columns:1fr}.mega-menu-categories{grid-template-columns:1fr}.home-hero{margin-top:8px}.home-hero-copy{padding:20px}.home-hero-copy h1{font-size:4.1rem}.home-hero-art{min-height:380px}.hero-stats{grid-template-columns:1fr 1fr}.hero-stats div:last-child{grid-column:1/-1}.story-strip{margin-top:8px;padding:10px}.story-circle{min-width:73px}.story-orb{width:57px;height:57px}.section-heading{display:block;padding:25px 0 11px}.section-heading h2{font-size:2.35rem}.section-heading .text-button{margin-top:8px}.award-grid,.award-grid.archive,.top-products-grid,.product-reading-grid,.method-grid,.guide-grid{grid-template-columns:1fr}.award-card-visual{height:175px}.editors-stage{min-height:280px}.editors-stage>div{left:10px;right:10px;bottom:10px}.upcoming-grid{grid-template-columns:1fr}.festival-band-copy h2,.community-cta h2{font-size:29px}.page-hero,.info-hero,.profile-hero{padding:19px}.page-hero h1,.info-hero h1,.profile-hero h1{font-size:3.1rem}.page-hero img,.info-hero img{width:92px;height:92px}.award-hero{padding:13px}.award-hero h1{font-size:3.15rem}.award-hero-visual{min-height:300px}.hero-podium{display:block}.hero-podium a{margin-top:6px}.product-detail{padding:14px}.product-detail-copy h1{font-size:3.1rem}.article-shell,.info-content,.comparison-section,.community-panel{padding:17px}.longform h2,.info-content h2{font-size:24px}.footer-grid{grid-template-columns:1fr 1fr;gap:16px}.footer-brand{grid-column:1/-1}.mobile-dock{display:grid}.site-footer{padding-bottom:84px}.admin-side nav{grid-template-columns:1fr 1fr}.admin-top{display:block}.admin-top-actions{margin-top:10px}.admin-table{font-size:11px}.admin-table th,.admin-table td{padding:8px}.admin-kpis{grid-template-columns:1fr 1fr}}
.btn.black{background:var(--dark);color:var(--surface);box-shadow:var(--shadow)}.btn.big{padding:13px 18px}.reveal-card{opacity:0;transform:translateY(14px);transition:.45s opacity,.45s transform}.reveal-card.is-visible{opacity:1;transform:none}

/* =========================================================
   Olet.Store V9 upgrade layer
   Preserves the V8 light theme while adding interaction,
   affiliate CTAs, compact carousel cards and dark-mode fixes.
   ========================================================= */
.topbar-live b{display:inline;font-size:inherit;color:var(--gold)}
.hero-latest{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:16px}.hero-latest>span{color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.hero-latest a{padding:6px 9px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--ink);font-size:11px;font-weight:700}.hero-latest a:hover{background:var(--surface-2)}

/* Amazon-first affiliate exits */
.amazon-cta{display:inline-flex;align-items:center;gap:9px;max-width:100%;padding:10px 13px;border:1px solid rgba(236,167,63,.5);border-radius:15px;background:linear-gradient(135deg,#fff5dd,#f7cc72);color:#4f3918;box-shadow:0 9px 22px rgba(165,112,34,.16);font-size:12px;font-weight:700;line-height:1.1;transition:.18s transform,.18s box-shadow}.amazon-cta:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(165,112,34,.22)}.amazon-cta>i:first-child{font-size:19px}.amazon-cta span{display:grid;gap:2px}.amazon-cta small{font-size:9px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;opacity:.72}.amazon-cta b{font-size:12px}.amazon-cta.mini{padding:8px 10px;border-radius:12px}.amazon-cta.mini small{display:none}.amazon-cta.mini b{font-size:11px}.amazon-cta.primary,.amazon-cta.hero{padding:13px 16px;border-radius:16px}.amazon-cta.primary b,.amazon-cta.hero b{font-size:13px}.amazon-cta.side{width:100%;justify-content:flex-start;margin-top:8px}.economy-cta{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid var(--line);border-radius:14px;background:var(--surface-3);color:var(--ink);font-size:12px;font-weight:700}.economy-cta:hover{background:color-mix(in srgb,var(--surface-3) 72%,var(--gold-soft))}

/* save, later and share tools */
.entity-tools,.card-tool-row{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.entity-tools{margin-top:13px}.inline-tool-form{display:inline-flex}.entity-tool{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);font-size:11px;font-weight:700}.entity-tool:hover,.entity-tool.is-active{border-color:rgba(239,146,125,.5);background:#fff0ed;color:#ad5346}.entity-tool span{white-space:nowrap}.card-floating-tools{position:absolute;right:8px;top:8px;z-index:6}.card-floating-tools .entity-tool{width:33px;height:33px;justify-content:center;padding:0;border-radius:50%;box-shadow:var(--shadow)}.card-floating-tools .entity-tool span{display:none}.card-tool-row{margin-top:9px;padding-top:9px;border-top:1px solid var(--line)}.share-wrap{position:relative;display:inline-flex}.share-menu{display:none;position:absolute;right:0;bottom:calc(100% + 8px);z-index:25;width:190px;padding:7px;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:var(--shadow-lg)}.share-wrap.is-open .share-menu{display:grid;gap:2px}.share-menu a,.share-menu button{display:flex;align-items:center;gap:8px;padding:8px 9px;border:0;border-radius:9px;background:transparent;color:var(--ink);font-size:12px;text-align:left}.share-menu a:hover,.share-menu button:hover{background:var(--surface-2)}
.auth-popover{display:none;position:fixed;right:18px;bottom:18px;z-index:130;width:min(390px,calc(100vw - 28px));padding:19px;border:1px solid var(--line);border-radius:19px;background:var(--surface);box-shadow:var(--shadow-lg)}.auth-popover.is-open{display:block}.auth-popover>button{float:right;border:0;background:none;color:var(--muted)}.auth-popover h2{font:600 28px/1.02 "Fraunces",serif;margin:8px 0}.copy-toast{position:fixed;left:50%;bottom:22px;z-index:140;transform:translate(-50%,18px);padding:10px 14px;border-radius:999px;background:#17213c;color:#fff;font-size:12px;font-weight:700;opacity:0;pointer-events:none;transition:.22s opacity,.22s transform}.copy-toast.is-visible{transform:translate(-50%,0);opacity:1}

/* fixed image containment: Amazon images always fit a white frame */
.product-frame,.main-product-frame,.thumb-strip button,.slide-product-media{contain:layout paint;isolation:isolate}.product-frame,.main-product-frame{background:#fff!important}.product-frame .olet-product-img,.main-product-frame .olet-product-img,.thumb-strip .olet-product-img,.hero-podium .olet-product-img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;transform:none!important;background:#fff!important}.product-card-visual{position:relative}.product-card-links{display:grid;gap:8px;margin-top:10px}.product-card-links .amazon-cta{width:100%;justify-content:flex-start}

/* festival carousel cards */
.award-carousel-card{min-width:0}.award-carousel-window{position:relative;overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface-2)}.award-carousel-track{display:flex;transition:transform .34s ease;will-change:transform}.award-slide{display:grid;flex:0 0 100%;min-width:0;background:var(--surface)}.award-slide.summary-slide{grid-template-rows:190px 1fr}.award-slide .award-card-copy{min-height:205px}.carousel-arrow{position:absolute;top:84px;z-index:12;display:grid;place-items:center;width:31px;height:31px;border:1px solid rgba(255,255,255,.66);border-radius:50%;background:rgba(255,255,255,.9);color:#263657;box-shadow:var(--shadow)}.carousel-arrow.prev{left:8px}.carousel-arrow.next{right:8px}.carousel-arrow:disabled{opacity:.35;cursor:not-allowed}.product-award-slide{grid-template-columns:41% 59%;min-height:395px}.slide-product-media{position:relative;display:grid;place-items:center;padding:20px;background:linear-gradient(145deg,#f4efe6,#e9f4f2)}.slide-product-media .product-frame{width:min(100%,190px)}.slide-rank{position:absolute;left:14px;top:14px;display:grid;place-items:center;width:37px;height:37px;border-radius:50%;background:var(--gold-soft);color:#8b6a31;font-weight:700}.slide-product-copy{display:flex;flex-direction:column;justify-content:center;padding:18px}.slide-product-copy h3{font-size:20px}.slide-product-copy p{font-size:13px}.slide-actions{display:grid;gap:9px;margin-top:auto;padding-top:8px}.award-card-footer{display:flex;align-items:center;gap:10px;min-height:58px;padding:9px 12px;background:var(--surface);flex-wrap:wrap}.carousel-dots{display:flex;gap:5px;margin-right:auto}.carousel-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:var(--line-strong)}.carousel-dots button.is-active{width:18px;border-radius:999px;background:var(--coral)}.top3-fast-buy{display:flex;align-items:center;gap:5px}.top3-fast-buy small{color:var(--muted);font-size:10px}.top3-fast-buy a{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--gold-soft);color:#7b5a20;font-size:10px;font-weight:700}.award-card-footer .entity-tools{margin:0}.award-card-footer .entity-tool{padding:6px 8px}.award-card-footer .entity-tool span{display:none}

/* article upgrades */
.dynamic-award-hero{overflow:hidden;background:linear-gradient(135deg,var(--surface),color-mix(in srgb,var(--award-accent) 17%,var(--surface)))}.award-hero-visual{background:linear-gradient(145deg,color-mix(in srgb,var(--award-accent) 20%,#eef5f2),#f7eee1)}.category-hero-art{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:cover!important;opacity:.92}.festival-trophy{position:absolute;right:3%;top:4%;width:34%!important;height:auto!important;object-fit:contain!important;filter:drop-shadow(0 18px 22px rgba(29,40,66,.15))}.hero-podium-item{display:grid;gap:4px;min-width:0}.hero-podium-product{display:grid!important;grid-template-columns:28px 58px 1fr!important;gap:8px!important;align-items:center}.hero-podium-amazon{display:flex!important;justify-content:center;gap:5px!important;padding:5px 8px!important;border-radius:999px!important;background:#fff1cf!important;color:#76541c!important;font-size:10px!important;font-weight:700}.generated-top5{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:14px 0 22px}.generated-top5 article{padding:14px;border:1px solid var(--line);border-radius:15px;background:var(--surface-2)}.generated-top5 span,.generated-top5>b{display:inline-flex;gap:6px;align-items:center;color:#8b6a31;font-size:11px;font-weight:700}.generated-top5 h3{margin-top:7px;font-size:18px}.generated-top5 p{font-size:13px}.generated-top5-actions{display:grid;gap:8px;margin-top:10px}.product-longform h2{margin-top:23px}.product-longform h2:first-child{margin-top:4px}.winner-amazon-card{background:linear-gradient(145deg,#fff9e8,#f7e5b7)}

/* profile dashboard */
.profile-tabs{display:flex;gap:7px;overflow:auto;margin-top:14px;padding:7px;border:1px solid var(--line);border-radius:16px;background:var(--surface)}.profile-tabs button{display:flex;align-items:center;gap:7px;padding:9px 12px;border:0;border-radius:11px;background:transparent;color:var(--muted);font-size:12px;font-weight:700;white-space:nowrap}.profile-tabs button.is-active{background:var(--surface-2);color:var(--ink)}.profile-tabs b{display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--gold-soft);color:#78591e;font-size:10px}.profile-panel{display:none;padding-top:12px}.profile-panel.is-active{display:block}.profile-list{display:grid;gap:8px}.profile-list article{padding:13px;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.profile-list span,.profile-list small{display:block;color:var(--muted);font-size:12px}.xlsx-contract{margin:12px 0;padding:13px 15px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2)}.xlsx-contract ol{margin:0;padding-left:18px}.xlsx-contract li{margin:4px 0;font-size:12px}

/* complete dark-theme coverage while white product frames remain white */
html[data-theme="dark"] .site-topbar{background:#0b1324;color:#fff}
html[data-theme="dark"] .flash-toast{background:#18392f;border-color:rgba(116,200,192,.25);color:#d9fff2}
html[data-theme="dark"] .hero-floating-card{background:rgba(23,32,51,.88);border-color:rgba(255,255,255,.15)}
html[data-theme="dark"] .page-hero,html[data-theme="dark"] .info-hero,html[data-theme="dark"] .profile-hero{background:linear-gradient(135deg,#243044,#1a3540)}
html[data-theme="dark"] .award-card-visual,html[data-theme="dark"] .slide-product-media{background:linear-gradient(145deg,#28364b,#1b3540)}
html[data-theme="dark"] .award-slide,html[data-theme="dark"] .award-card-footer,html[data-theme="dark"] .auth-popover,html[data-theme="dark"] .share-menu,html[data-theme="dark"] .profile-tabs,html[data-theme="dark"] .profile-list article{background:var(--surface)}
html[data-theme="dark"] .dynamic-award-hero{background:linear-gradient(135deg,#172033,#203043)}
html[data-theme="dark"] .award-hero-visual{background:linear-gradient(145deg,#1b3140,#252940)}
html[data-theme="dark"] .generated-top5 article{background:var(--surface-2)}
html[data-theme="dark"] .winner-amazon-card{background:linear-gradient(145deg,#302a20,#3b3323)}
html[data-theme="dark"] .entity-tool:hover,html[data-theme="dark"] .entity-tool.is-active{background:#3a2929;color:#ffd7d0}
html[data-theme="dark"] .text-button,html[data-theme="dark"] .back-link{color:#a8c9ff}
html[data-theme="dark"] .story-orb{box-shadow:inset 0 0 0 7px rgba(255,255,255,.12)}
html[data-theme="dark"] .carousel-arrow{background:rgba(23,32,51,.9);color:#fff;border-color:rgba(255,255,255,.14)}

@media(max-width:1240px){.product-award-slide{min-height:380px}.award-card-footer{align-items:flex-start}.award-card-footer .entity-tools{width:100%}}
@media(max-width:860px){.generated-top5{grid-template-columns:1fr}.product-award-slide{grid-template-columns:36% 64%;min-height:350px}.award-card-footer .entity-tools{width:auto}.award-card-footer .entity-tool span{display:none}.hero-podium-item{margin-top:6px}}
@media(max-width:620px){.award-slide.summary-slide{grid-template-rows:175px 1fr}.award-slide .award-card-copy{min-height:195px}.product-award-slide{grid-template-columns:1fr;grid-template-rows:142px 1fr;min-height:355px}.slide-product-media{padding:10px}.slide-product-media .product-frame{width:118px}.slide-product-copy{padding:14px}.slide-product-copy h3{font-size:18px}.award-card-footer{gap:7px}.top3-fast-buy small{display:none}.entity-tool span{display:none}.entity-tool{width:34px;height:34px;justify-content:center;padding:0}.share-menu{right:auto;left:0}.auth-popover{right:8px;bottom:76px;width:calc(100vw - 16px)}.copy-toast{bottom:78px}.hero-podium{display:grid;grid-template-columns:1fr}.hero-podium-product{margin:0!important}.festival-trophy{width:40%!important}.amazon-cta.primary,.amazon-cta.hero{width:100%;justify-content:flex-start}.profile-tabs{border-radius:13px}}

/* ========================= OLET V10 ADDITIVE UPGRADE ========================= */
/* Keep the V9 light visual language as the default while adding a denser editorial layer. */
.olet-product-img,.product-frame img,.main-product-frame img,.slide-product-media img,.article-gallery-card img,.collage-product img,.vs-stage img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;transform:none!important;padding:16%!important;box-sizing:border-box!important;background:#fff!important}
.main-product-frame img{padding:13%!important}.article-gallery-card img,.collage-product img{padding:12%!important}.slide-product-media .product-frame img{padding:15%!important}
.product-frame,.main-product-frame,.article-gallery-card .product-frame,.collage-product .product-frame{overflow:hidden!important;background:#fff!important;isolation:isolate}

.mobile-menu-toggle{display:none}.mobile-menu-backdrop{display:none}.points-chip{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--ink);box-shadow:var(--shadow-sm);font-size:11px;font-weight:700}.points-chip svg{width:15px;height:15px;color:#ce9328}.points-chip span{color:var(--muted)}

.points-promo{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(240px,.75fr);gap:16px;align-items:center;margin-top:20px;padding:18px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(135deg,#fff9ec,#eef8f5);box-shadow:var(--shadow-sm)}.points-promo h2{margin:5px 0 7px;font-size:24px}.points-promo p{margin:0;color:var(--muted);font-size:13px}.points-promo-actions{display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}
.v10-game-card{position:relative;overflow:hidden;padding:20px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,#fff7e8,#f0faf8 60%,#f4f0ff);box-shadow:var(--shadow-sm)}.v10-game-card:after{content:"";position:absolute;right:-40px;bottom:-60px;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,#ffe4a6,transparent 68%);pointer-events:none}.v10-game-card h2{position:relative;z-index:1;margin:7px 0;font-size:25px}.v10-game-card p{position:relative;z-index:1;margin:0 0 12px;color:var(--muted)}.v10-game-card form{position:relative;z-index:1;display:grid;gap:8px}.v10-game-card form button{padding:11px 13px;border:1px solid var(--line);border-radius:13px;background:#fff;color:var(--ink);font-weight:700;text-align:left;transition:.2s ease}.v10-game-card form button:hover{transform:translateY(-1px);border-color:#e0ad4d;background:#fffaf0}.v10-game-card small{position:relative;z-index:1;display:block;margin-top:10px;color:#8c6a2c;font-weight:700}.arena-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:16px;margin:18px auto}.leaderboard{display:grid;gap:8px;margin:10px 0 0;padding:0;list-style:none}.leaderboard li{display:flex;justify-content:space-between;gap:8px;padding:10px;border-radius:12px;background:var(--surface-2);font-size:12px}.leaderboard span{color:var(--muted)}

.smart-compare-band{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);gap:18px;margin:22px auto;padding:20px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(140deg,#f8fcfb,#fff9ef);box-shadow:var(--shadow-sm)}.smart-compare-band h2{margin:6px 0;font-size:27px}.smart-compare-band p{margin:0;color:var(--muted);font-size:13px}.vs-widget-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.vs-widget{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 30px minmax(0,1fr);gap:6px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:15px;background:var(--surface);box-shadow:var(--shadow-xs);transition:.2s ease}.vs-widget:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.vs-widget>div{display:grid;gap:5px;min-width:0}.vs-widget .product-frame{height:72px;border-radius:10px}.vs-widget b{overflow:hidden;color:var(--ink);font-size:10px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.vs-widget>strong{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#1d3542;color:#fff;font-size:10px}.vs-widget>span{grid-column:1/-1;color:#966a1b;font-size:10px;font-weight:700}
.vs-hero{margin-top:16px;padding:22px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(135deg,#fff9ed,#eef8f5);box-shadow:var(--shadow-sm)}.vs-hero h1{max-width:820px;margin:6px 0;font-size:34px}.vs-stage{display:grid;grid-template-columns:minmax(0,1fr) 56px minmax(0,1fr);gap:12px;align-items:center;margin-top:16px}.vs-stage article{display:grid;justify-items:center;gap:8px;padding:15px;border:1px solid var(--line);border-radius:17px;background:var(--surface);text-align:center}.vs-stage .product-frame{width:150px;height:150px;border-radius:15px}.vs-stage>strong{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:#1d3542;color:#fff;font-size:14px}.vs-stage h2{margin:0;font-size:16px}.vs-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.vs-detail-grid article{padding:16px;border:1px solid var(--line);border-radius:15px;background:var(--surface-2)}

.request-layout{display:grid;grid-template-columns:minmax(0,760px);gap:16px;margin:18px auto}.request-form{display:grid;gap:12px;padding:18px;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-sm)}.request-form label{display:grid;gap:6px;color:var(--ink);font-size:12px;font-weight:700}.request-form input,.request-form textarea,.request-form select{width:100%;padding:11px;border:1px solid var(--line);border-radius:11px;background:var(--surface-2);color:var(--ink)}
.points-hero{margin-bottom:12px;padding:16px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(135deg,#fff9eb,#edf8f4)}.points-hero h2{margin:6px 0;font-size:30px}

.v10-award-collage{position:absolute;inset:0;z-index:2;pointer-events:none}.collage-product{position:absolute;display:grid;gap:3px;width:88px;padding:5px;border:1px solid rgba(255,255,255,.7);border-radius:14px;background:rgba(255,255,255,.86);box-shadow:0 8px 20px rgba(36,55,70,.10);pointer-events:auto;transition:.25s ease}.collage-product:hover{z-index:4;transform:translateY(-5px) rotate(0)!important}.collage-product .product-frame{height:64px;border-radius:10px}.collage-product b{font-size:9px;color:#74541f;text-align:center}.collage-0{left:7%;top:18%;transform:rotate(-4deg)}.collage-1{right:10%;top:21%;transform:rotate(5deg)}.collage-2{left:16%;bottom:15%;transform:rotate(4deg)}.collage-3{right:18%;bottom:14%;transform:rotate(-5deg)}.collage-4{left:42%;bottom:7%;transform:rotate(2deg)}
.article-product-gallery{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin:14px 0 20px}.article-gallery-card{display:grid;gap:7px;padding:8px;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:var(--shadow-xs);transition:.2s ease}.article-gallery-card:hover{transform:translateY(-3px)}.article-gallery-card .product-frame{height:110px;border-radius:10px}.article-gallery-card b{font-size:11px;line-height:1.2}.article-gallery-card span{color:#9a6c20;font-size:10px;font-weight:700}.rich-top5{display:grid;gap:12px;margin:15px 0}.rich-top5 article{display:grid;grid-template-columns:120px minmax(0,1fr);gap:12px;padding:12px;border:1px solid var(--line);border-radius:16px;background:var(--surface-2)}.rich-top5-media .product-frame{height:112px;border-radius:12px}.rich-top5 h3{margin:3px 0 5px;font-size:17px}.rich-top5 p{margin:0;color:var(--muted);font-size:12px}.article-signal-band{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:14px 0}.article-signal-band article{padding:12px;border:1px solid var(--line);border-radius:13px;background:linear-gradient(145deg,#fff9ed,#f2faf7)}.article-signal-band b{display:block;color:#846126;font-size:18px}.article-signal-band span{color:var(--muted);font-size:11px}.article-vs-promo{display:flex;justify-content:space-between;gap:12px;align-items:center;margin:16px 0;padding:14px;border:1px solid var(--line);border-radius:14px;background:#f1f8f6}.article-vs-promo h3{margin:0 0 3px;font-size:16px}.article-vs-promo p{margin:0;color:var(--muted);font-size:12px}

/* Dark mode coverage for V10 and remaining V9 surfaces. Product image windows intentionally stay white. */
html[data-theme="dark"] .points-chip,html[data-theme="dark"] .v10-game-card,html[data-theme="dark"] .smart-compare-band,html[data-theme="dark"] .vs-hero,html[data-theme="dark"] .points-promo,html[data-theme="dark"] .points-hero{background:linear-gradient(145deg,#182738,#202c38);border-color:rgba(255,255,255,.13)}
html[data-theme="dark"] .v10-game-card form button,html[data-theme="dark"] .vs-widget,html[data-theme="dark"] .vs-stage article,html[data-theme="dark"] .request-form,html[data-theme="dark"] .article-gallery-card{background:var(--surface);border-color:rgba(255,255,255,.12)}
html[data-theme="dark"] .request-form input,html[data-theme="dark"] .request-form textarea,html[data-theme="dark"] .request-form select,html[data-theme="dark"] .rich-top5 article,html[data-theme="dark"] .article-vs-promo,html[data-theme="dark"] .article-signal-band article{background:var(--surface-2);border-color:rgba(255,255,255,.11);color:var(--ink)}
html[data-theme="dark"] .mobile-menu-backdrop{background:rgba(0,0,0,.54)}
html[data-theme="dark"] .main-nav{background:var(--surface)}

@media(max-width:960px){
  .article-product-gallery{grid-template-columns:repeat(4,minmax(0,1fr))}.smart-compare-band{grid-template-columns:1fr}.arena-layout{grid-template-columns:1fr}.points-promo{grid-template-columns:1fr}.points-promo-actions{justify-content:flex-start}
}
@media(max-width:860px){
  .mobile-menu-toggle{display:grid}.mobile-menu-backdrop{position:fixed;inset:0;z-index:68;display:block;opacity:0;visibility:hidden;background:rgba(25,34,43,.28);backdrop-filter:blur(2px);transition:.2s ease}.mobile-menu-backdrop.is-open{opacity:1;visibility:visible}
  .header-shell{grid-template-columns:auto minmax(0,1fr) auto auto!important}.header-shell .main-nav{position:fixed!important;left:10px!important;right:10px!important;top:70px!important;z-index:70!important;display:grid!important;gap:4px!important;max-height:calc(100vh - 88px);padding:14px!important;overflow:auto!important;border:1px solid var(--line)!important;border-radius:18px!important;background:var(--surface)!important;box-shadow:0 22px 70px rgba(22,34,45,.20)!important;transform:translateY(-18px)!important;opacity:0!important;visibility:hidden!important;transition:.22s ease!important}.header-shell .main-nav.is-open{transform:translateY(0)!important;opacity:1!important;visibility:visible!important}.header-shell .main-nav>a,.header-shell .main-nav>div>button{width:100%;justify-content:flex-start;text-align:left}.header-search{display:none!important}.points-chip span{display:none}.points-chip{padding:7px 8px}.hero h1,.page-hero h1,.vs-hero h1{font-size:30px!important}.article-product-gallery{display:flex;overflow:auto;scroll-snap-type:x proximity;padding-bottom:4px}.article-gallery-card{min-width:135px;scroll-snap-align:start}.v10-award-collage .collage-product{width:70px}.collage-product .product-frame{height:48px}.festival-trophy{width:33%!important}
}
@media(max-width:620px){
  .vs-widget-grid{grid-template-columns:1fr}.vs-stage{grid-template-columns:1fr;justify-items:center}.vs-stage>strong{width:40px;height:40px}.vs-stage .product-frame{width:124px;height:124px}.vs-detail-grid{grid-template-columns:1fr}.rich-top5 article{grid-template-columns:88px minmax(0,1fr)}.rich-top5-media .product-frame{height:84px}.article-signal-band{grid-template-columns:1fr}.article-vs-promo{display:grid}.v10-game-card{padding:15px}.v10-game-card h2{font-size:21px}.points-promo h2{font-size:21px}.article-gallery-card .product-frame{height:92px}.v10-award-collage .collage-4{display:none}.v10-award-collage .collage-product{width:62px;padding:4px}.collage-product .product-frame{height:43px}.collage-product b{font-size:8px}.mobile-menu-toggle{width:38px;height:38px}.points-chip b{font-size:10px}
}

/* ===== V11 stable polish layer: logos, image frames, landing/game refinements ===== */
.olet-real-logo{gap:10px;min-width:158px;align-items:center}.olet-real-logo .logo-img{width:auto;height:42px;max-width:136px;object-fit:contain;display:block}.olet-real-logo .logo-light{display:none}.olet-real-logo small{display:block;margin-left:2px;letter-spacing:.22em;text-transform:uppercase;font-size:9px;line-height:1;color:var(--muted)}
html[data-theme="dark"] .olet-real-logo .logo-dark{display:none}html[data-theme="dark"] .olet-real-logo .logo-light{display:block}
.site-footer .olet-real-logo .logo-img{height:48px;max-width:150px}.site-footer .olet-real-logo small{color:rgba(255,255,255,.58)}

/* Product image treatment: Amazon-like centered product view without collapsing */
.product-frame,.main-product-frame,.thumb-strip button,.slide-product-media,.article-gallery-card .product-frame,.rich-top5-media .product-frame{background:#fff!important;border:1px solid rgba(23,33,60,.10)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.75),0 10px 28px rgba(24,34,55,.055)!important;overflow:hidden!important;display:grid!important;place-items:center!important;contain:layout paint!important}.product-frame:before,.main-product-frame:before{opacity:.35}.olet-product-img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;background:#fff!important;mix-blend-mode:normal!important;transform:none!important;filter:none!important}.product-frame .olet-product-img{padding:3.5%!important}.size-xxs .olet-product-img{padding:2%!important}.size-xs .olet-product-img,.hero-podium .olet-product-img,.collage-product .olet-product-img{padding:2.5%!important}.size-sm .olet-product-img{padding:3%!important}.size-md .olet-product-img{padding:3.5%!important}.main-product-frame .olet-product-img{padding:4%!important}.thumb-strip .olet-product-img{padding:2%!important}.article-gallery-card .olet-product-img,.rich-top5-media .olet-product-img{padding:3%!important}.product-card-visual .product-frame{height:auto;min-height:0}.slide-product-media .product-frame{width:100%;height:100%}.olet-fallback{padding:18%!important;opacity:.86}

/* Keep product cards useful and not over-large */
.product-card-visual{min-height:210px}.product-card.compact .product-card-visual,.editorial-product-card.compact .product-card-visual{min-height:178px}.product-reading-grid .product-card-visual{min-height:190px}.award-card-visual{max-height:255px}.home-hero{min-height:auto}.home-hero-art{min-height:520px}.festival-band{min-height:auto}.editors-stage{min-height:360px}.section-heading h2{max-width:760px}.award-card-copy p,.product-card-copy p{line-height:1.5}

/* Replace dead-looking decorative blocks with a more active editorial/product award feel */
.editors-stage{background:radial-gradient(circle at 78% 20%,rgba(116,200,192,.23),transparent 24%),radial-gradient(circle at 28% 18%,rgba(230,184,95,.2),transparent 22%),linear-gradient(135deg,#fffaf0,#eff8f6)!important;overflow:hidden}.editors-stage:before{content:"";position:absolute;inset:20px 22px 72px 22px;border-radius:26px;background:linear-gradient(135deg,rgba(255,255,255,.7),rgba(255,255,255,.26));border:1px solid rgba(23,33,60,.08);box-shadow:inset 0 0 0 1px rgba(255,255,255,.65);}.editors-stage:after{content:"Top 3 · VS · Amazon";position:absolute;right:26px;top:22px;padding:9px 12px;border-radius:999px;background:#132039;color:#fff;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.editors-stage>div{backdrop-filter:blur(14px);background:rgba(255,255,255,.82)!important;border:1px solid rgba(23,33,60,.08)}

/* Mini oyun: make it feel like a game, not a blank form */
.game-layout,.mini-game-section,.arena-section{position:relative}.v10-game-card,.game-card{background:radial-gradient(circle at 90% 0%,rgba(230,184,95,.22),transparent 28%),radial-gradient(circle at 8% 12%,rgba(116,200,192,.22),transparent 26%),linear-gradient(135deg,#fffdf7,#f1faf7)!important;border:1px solid rgba(23,33,60,.10)!important;box-shadow:0 22px 60px rgba(22,34,45,.09)!important}.v10-game-card h2,.game-card h2{font-size:clamp(24px,3vw,38px)!important}.game-option,.v10-game-card label,.game-card label{border-radius:18px!important;background:rgba(255,255,255,.75)!important;border:1px solid rgba(23,33,60,.10)!important;transition:.18s ease}.game-option:hover,.v10-game-card label:hover,.game-card label:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(22,34,45,.10)}.v10-game-card button,.game-card button{min-height:48px}.points-promo{background:linear-gradient(135deg,#14213a,#1d3557)!important;color:#fff!important}.points-promo p,.points-promo span{color:rgba(255,255,255,.74)!important}

/* Award article right side card redesign */
.article-side .side-card{background:linear-gradient(145deg,#fff,#fbf7ef);overflow:hidden}.article-side .side-card img{display:block;width:100%;max-height:220px;object-fit:contain;margin:-4px auto 12px;padding:8px}.winner-amazon-card{background:linear-gradient(145deg,#132039,#263d66)!important;color:#fff!important}.winner-amazon-card h3,.winner-amazon-card .eyebrow{color:#fff}.winner-amazon-card .amazon-btn,.winner-amazon-card .btn{box-shadow:none}

/* More robust dark theme coverage without changing light design */
html[data-theme="dark"] body{background:#111826;color:#eef2f5}html[data-theme="dark"] .site-header,html[data-theme="dark"] .site-topbar,html[data-theme="dark"] .product-card,html[data-theme="dark"] .award-card,html[data-theme="dark"] .article-shell,html[data-theme="dark"] .side-card,html[data-theme="dark"] .page-hero,html[data-theme="dark"] .info-content,html[data-theme="dark"] .comparison-section,html[data-theme="dark"] .community-panel,html[data-theme="dark"] .profile-panel,html[data-theme="dark"] .help-drawer,html[data-theme="dark"] .auth-popover{background:#172033!important;color:#eef2f5!important;border-color:rgba(255,255,255,.10)!important}html[data-theme="dark"] p,html[data-theme="dark"] .muted,html[data-theme="dark"] small,html[data-theme="dark"] .overline{color:#aeb9c8!important}html[data-theme="dark"] .header-search,html[data-theme="dark"] .tool-btn,html[data-theme="dark"] .profile-btn,html[data-theme="dark"] .main-nav>a,html[data-theme="dark"] .main-nav button{background:#1d2940;color:#eef2f5;border-color:rgba(255,255,255,.1)}html[data-theme="dark"] .product-frame,html[data-theme="dark"] .main-product-frame,html[data-theme="dark"] .thumb-strip button{background:#fff!important}html[data-theme="dark"] .editors-stage{background:linear-gradient(135deg,#182136,#13243a)!important}html[data-theme="dark"] .editors-stage>div{background:rgba(23,32,51,.84)!important;color:#eef2f5!important}html[data-theme="dark"] .article-side .side-card{background:linear-gradient(145deg,#172033,#1b2740)!important}

.search-suggest-note{margin-top:10px;padding:12px 14px;border-radius:14px;background:#fff7e7;border:1px solid rgba(154,108,32,.18);color:#72531a!important}

@media(max-width:620px){.olet-real-logo{min-width:124px}.olet-real-logo .logo-img{height:34px;max-width:112px}.olet-real-logo small{font-size:7px;letter-spacing:.16em}.header-shell{grid-template-columns:auto auto auto!important;grid-template-areas:"brand tools menu" "search search search"!important}.mobile-menu-toggle{display:grid!important;grid-area:menu}.header-tools{grid-area:tools}.main-nav{top:62px!important}.home-hero-art{min-height:330px}.home-hero-copy h1{font-size:3.25rem!important}.product-card-visual{min-height:168px}.product-frame .olet-product-img{padding:2.5%!important}.award-card-visual{height:185px!important}.editors-stage{min-height:240px}.editors-stage:after{font-size:9px;right:14px;top:14px}.article-side .side-card img{max-height:150px}.footer-grid{grid-template-columns:1fr!important}.site-footer .olet-real-logo .logo-img{height:40px}}

/* ===== V11.3 targeted patch: paired summaries, VS archive, feedback and compact Olet Puan promo ===== */
.footer-logo-lockup{display:flex;align-items:center;gap:11px;margin-bottom:12px}.footer-logo-icon{width:48px!important;height:48px!important;object-fit:contain!important;flex:0 0 auto}.footer-logo-type{display:block;width:auto!important;height:42px!important;max-width:158px!important;object-fit:contain!important}.footer-logo-lockup small{display:block;margin-top:4px;color:rgba(255,255,255,.62);font-size:8px;font-weight:800;letter-spacing:.20em;line-height:1;text-transform:uppercase}

.editorial-split .puan-stage{display:grid!important;grid-template-columns:150px minmax(0,1fr)!important;gap:18px!important;align-items:center!important;min-height:360px!important;padding:22px!important;background:radial-gradient(circle at 85% 8%,rgba(230,184,95,.20),transparent 28%),radial-gradient(circle at 12% 88%,rgba(116,200,192,.20),transparent 25%),linear-gradient(135deg,#fffaf0,#edf8f5)!important}.puan-stage:before,.puan-stage:after{display:none!important}.puan-stage>.puan-stage-art,.puan-stage>.puan-stage-copy{position:static!important;inset:auto!important;max-width:none!important;padding:0!important;border:0!important;background:transparent!important;backdrop-filter:none!important;box-shadow:none!important}.puan-stage-art{display:grid;place-items:center}.puan-stage-art img{display:block!important;width:132px!important;height:132px!important;object-fit:contain!important;padding:0!important}.puan-stage-copy h2{max-width:760px;margin:7px 0 8px;font-size:31px;line-height:1.05}.puan-stage-copy p{max-width:72ch;margin:0;color:var(--muted);font-size:13px}.puan-reward-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:14px 0}.puan-reward-grid span{display:grid;grid-template-columns:22px minmax(0,1fr);gap:3px 8px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.72)}.puan-reward-grid svg{grid-row:1/3;color:#9b6b1f}.puan-reward-grid b{font-size:11px}.puan-reward-grid small{color:var(--muted);font-size:10px}

.smart-compare-band{grid-template-columns:minmax(250px,.56fr) minmax(0,1.44fr)!important}.smart-compare-copy .hero-actions{margin-top:14px}.vs-widget-scroll{display:flex;gap:10px;overflow-x:auto;padding:2px 2px 10px;scroll-snap-type:x proximity;scrollbar-width:thin}.vs-widget-scroll .vs-widget{flex:0 0 360px;scroll-snap-align:start}.vs-widget .product-frame{height:118px!important}.article-vs-promo .vs-widget{min-width:min(100%,440px)}.article-vs-promo .vs-widget .product-frame{height:136px!important}.vs-archive-grid{width:var(--container);margin:0 auto 36px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.vs-archive-grid .vs-widget .product-frame{height:142px!important}.vs-builder{display:grid;grid-template-columns:minmax(220px,.65fr) minmax(0,1.35fr);gap:16px;align-items:center;margin:18px auto;padding:20px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(135deg,#fff9ed,#eef8f5);box-shadow:var(--shadow-sm)}.vs-builder form{display:grid;grid-template-columns:1fr 1fr auto;gap:9px}.vs-builder select,.vs-modal select{width:100%;min-width:0;padding:12px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink)}
.vs-modal[hidden]{display:none!important}.vs-modal{position:fixed;inset:0;z-index:110;display:grid;place-items:center;padding:16px;background:rgba(13,24,40,.56);backdrop-filter:blur(8px)}.vs-modal-card{position:relative;width:min(760px,100%);padding:24px;border:1px solid rgba(255,255,255,.5);border-radius:22px;background:var(--surface);box-shadow:0 26px 90px rgba(10,24,44,.28)}.vs-modal-card h2{max-width:580px;margin:7px 0}.vs-modal-card form{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:end;margin-top:14px}.vs-modal-card label{display:grid;gap:5px;color:var(--muted);font-size:11px;font-weight:800}.vs-modal-close{position:absolute;right:14px;top:14px;display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--line);border-radius:50%;background:var(--surface-2);font-size:22px;line-height:1}

.entity-feedback{width:var(--container);margin:22px auto;padding:20px;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-sm)}.feedback-form{grid-template-columns:160px minmax(0,1fr) auto;align-items:end}.feedback-form label{display:grid;gap:5px;color:var(--muted);font-size:11px;font-weight:800}.feedback-form textarea{min-height:82px}.entity-feedback .comment-list{margin-top:14px}

html[data-theme="dark"] .puan-stage{background:radial-gradient(circle at 85% 8%,rgba(230,184,95,.14),transparent 28%),linear-gradient(135deg,#182738,#202c38)!important}html[data-theme="dark"] .puan-reward-grid span,html[data-theme="dark"] .vs-builder,html[data-theme="dark"] .vs-modal-card,html[data-theme="dark"] .entity-feedback{background:#172033!important;border-color:rgba(255,255,255,.11)!important;color:#eef2f5!important}html[data-theme="dark"] .vs-builder select,html[data-theme="dark"] .vs-modal select{background:#202c42;color:#eef2f5;border-color:rgba(255,255,255,.12)}

@media(max-width:1100px){.vs-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vs-builder{grid-template-columns:1fr}.vs-builder form,.vs-modal-card form{grid-template-columns:1fr 1fr}.vs-builder form .btn,.vs-modal-card form .btn{grid-column:1/-1}.feedback-form{grid-template-columns:1fr 1fr}.feedback-form .btn{grid-column:1/-1;justify-self:start}}
@media(max-width:760px){.editorial-split .puan-stage{grid-template-columns:86px minmax(0,1fr)!important;min-height:auto!important;padding:15px!important}.puan-stage-art img{width:78px!important;height:78px!important}.puan-stage-copy h2{font-size:22px}.puan-stage-copy p{font-size:11px}.puan-reward-grid{grid-template-columns:1fr;gap:6px}.puan-reward-grid span{padding:8px}.vs-widget-scroll .vs-widget{flex-basis:310px}.vs-widget .product-frame{height:106px!important}.article-vs-promo .vs-widget .product-frame{height:118px!important}.vs-archive-grid{grid-template-columns:1fr}.vs-builder form,.vs-modal-card form,.feedback-form{grid-template-columns:1fr}.footer-logo-icon{width:42px!important;height:42px!important}.footer-logo-type{height:36px!important;max-width:144px!important}}

/* ===== V11.4 focused patch: correct summary grouping, VS image height, scroll arrows, compact/animated Olet Puan ===== */
.points-promo.full-bleed{display:grid!important;grid-template-columns:96px minmax(0,1fr) auto!important;gap:18px!important;align-items:center!important;min-height:0!important;padding:16px 20px!important;margin-top:24px!important;border-radius:22px!important;background:linear-gradient(135deg,#132039 0%,#1d3557 52%,#243f63 100%)!important;color:#fff!important;overflow:hidden!important;position:relative!important}.points-promo.full-bleed:before{content:"";position:absolute;inset:-60% -20% auto auto;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(230,184,95,.20),transparent 66%);pointer-events:none}.points-promo.full-bleed>img{position:relative;z-index:1;width:86px!important;height:86px!important;max-width:86px!important;max-height:86px!important;object-fit:contain!important;padding:0!important;margin:0!important;filter:drop-shadow(0 12px 20px rgba(0,0,0,.18))}.points-promo.full-bleed>div,.points-promo.full-bleed>a{position:relative;z-index:1}.points-promo.full-bleed h2{font-size:clamp(22px,2.2vw,31px)!important;line-height:1.05!important;margin:4px 0 6px!important;max-width:760px!important}.points-promo.full-bleed p{max-width:820px!important;color:rgba(255,255,255,.72)!important;font-size:13px!important}.points-promo.full-bleed .eyebrow{color:#f2c977!important}.points-promo.full-bleed .btn{white-space:nowrap!important;background:#fff!important;color:#17213c!important;border-color:rgba(255,255,255,.24)!important}

.editorial-split .puan-stage{position:relative!important;overflow:hidden!important;display:grid!important;grid-template-columns:150px minmax(0,1fr)!important;gap:18px!important;align-items:center!important;min-height:360px!important;padding:22px!important;background:radial-gradient(circle at 88% 8%,rgba(230,184,95,.25),transparent 30%),radial-gradient(circle at 0% 92%,rgba(116,200,192,.24),transparent 28%),linear-gradient(135deg,#fffaf0,#edf8f5)!important}.editorial-split .puan-stage:before{content:""!important;display:block!important;position:absolute!important;inset:-30% auto auto -12%!important;width:260px!important;height:260px!important;border-radius:50%!important;background:conic-gradient(from 120deg,rgba(239,146,125,.18),rgba(230,184,95,.25),rgba(116,200,192,.20),rgba(239,146,125,.18))!important;animation:oletPuanSpin 13s linear infinite!important;pointer-events:none!important}.editorial-split .puan-stage:after{content:"Aylık Top 10 gerçek ürün hediyeleri"!important;display:inline-flex!important;position:absolute!important;right:18px!important;top:18px!important;padding:8px 11px!important;border-radius:999px!important;background:rgba(255,255,255,.75)!important;color:#8b6a31!important;border:1px solid rgba(230,184,95,.26)!important;font-size:10px!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important}.puan-stage-art img{width:124px!important;height:124px!important;object-fit:contain!important;filter:drop-shadow(0 14px 20px rgba(34,48,80,.13))}.puan-stage-copy h2{font-size:clamp(27px,3vw,38px)!important;max-width:860px!important}.puan-reward-grid span{position:relative;overflow:hidden;transition:.22s transform,.22s box-shadow}.puan-reward-grid span:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(23,33,60,.09)}.puan-reward-grid span:after{content:"";position:absolute;left:-25%;top:-60%;width:40%;height:220%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.52),transparent);transform:rotate(18deg);animation:oletPuanShine 5.4s ease-in-out infinite}.puan-reward-grid span:nth-child(2):after{animation-delay:.6s}.puan-reward-grid span:nth-child(3):after{animation-delay:1.1s}.puan-reward-grid span:nth-child(4):after{animation-delay:1.7s}@keyframes oletPuanSpin{to{transform:rotate(360deg)}}@keyframes oletPuanShine{0%,55%{left:-55%}75%,100%{left:125%}}

.smart-compare-band{grid-template-columns:minmax(260px,.5fr) minmax(0,1.5fr)!important}.vs-scroll-shell{position:relative;min-width:0}.vs-widget-scroll{scroll-behavior:smooth!important;padding:4px 48px 12px!important}.vs-scroll-btn{position:absolute;top:50%;z-index:9;display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(23,33,60,.12);border-radius:50%;background:rgba(255,255,255,.92);box-shadow:0 12px 28px rgba(23,33,60,.11);color:#17213c;transform:translateY(-50%)}.vs-scroll-btn.prev{left:4px}.vs-scroll-btn.next{right:4px}.vs-scroll-btn:hover{background:#17213c;color:#fff}.vs-create-btn{position:relative;padding-inline:16px!important;border-color:rgba(230,184,95,.42)!important;background:linear-gradient(135deg,#fff9ea,#eef8f5)!important;color:#17213c!important;box-shadow:0 10px 24px rgba(23,33,60,.08)!important}.vs-create-btn:after{content:"Yeni";margin-left:4px;padding:3px 7px;border-radius:999px;background:#e6b85f;color:#17213c;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.vs-widget{min-height:292px!important}.vs-widget .product-frame{height:166px!important;min-height:166px!important}.vs-widget .olet-product-img{padding:6%!important}.article-vs-promo .vs-widget{min-width:min(100%,520px)!important}.article-vs-promo .vs-widget .product-frame{height:190px!important;min-height:190px!important}.vs-archive-grid .vs-widget .product-frame{height:190px!important}.vs-stage .product-frame{width:190px!important;height:190px!important}.vs-stage .olet-product-img{padding:7%!important}

html[data-theme="dark"] .points-promo.full-bleed{background:linear-gradient(135deg,#0f1729,#172742 58%,#203651)!important;color:#f6f4ee!important}html[data-theme="dark"] .points-promo.full-bleed .btn{background:#f6f4ee!important;color:#101625!important}html[data-theme="dark"] .editorial-split .puan-stage{background:radial-gradient(circle at 88% 8%,rgba(230,184,95,.16),transparent 30%),linear-gradient(135deg,#172033,#1b3140)!important}html[data-theme="dark"] .editorial-split .puan-stage:after{background:rgba(23,32,51,.82)!important;color:#f0c875!important;border-color:rgba(230,184,95,.22)!important}html[data-theme="dark"] .vs-scroll-btn{background:rgba(23,32,51,.92);color:#fff;border-color:rgba(255,255,255,.12)}html[data-theme="dark"] .vs-create-btn{background:linear-gradient(135deg,#243044,#183440)!important;color:#f6f4ee!important}

@media(max-width:960px){.points-promo.full-bleed{grid-template-columns:76px minmax(0,1fr)!important}.points-promo.full-bleed>a{grid-column:2}.points-promo.full-bleed>img{width:70px!important;height:70px!important}.smart-compare-band{grid-template-columns:1fr!important}.vs-widget-scroll{padding-inline:44px!important}.vs-widget{min-height:280px!important}.vs-widget .product-frame{height:154px!important}.article-vs-promo .vs-widget .product-frame{height:170px!important}}
@media(max-width:620px){.points-promo.full-bleed{grid-template-columns:58px minmax(0,1fr)!important;gap:12px!important;padding:14px!important}.points-promo.full-bleed>img{width:54px!important;height:54px!important}.points-promo.full-bleed h2{font-size:21px!important}.points-promo.full-bleed p{font-size:11px!important}.points-promo.full-bleed>a{grid-column:1/-1;width:100%}.editorial-split .puan-stage{grid-template-columns:72px minmax(0,1fr)!important;padding:14px!important}.editorial-split .puan-stage:after{position:static!important;grid-column:1/-1;justify-self:start;margin-top:4px}.puan-stage-art img{width:66px!important;height:66px!important}.puan-stage-copy h2{font-size:22px!important}.vs-widget-scroll{padding:4px 38px 10px!important}.vs-scroll-btn{width:32px;height:32px}.vs-widget-scroll .vs-widget{flex-basis:320px!important}.vs-widget{min-height:266px!important}.vs-widget .product-frame{height:146px!important}.article-vs-promo .vs-widget .product-frame{height:156px!important}.vs-stage .product-frame{width:150px!important;height:150px!important}}

/* ===== V11.5 targeted patch: explicit XLSX titles + festival article visual redesign ===== */
.award-hero-v115{display:grid!important;grid-template-columns:minmax(0,1.02fr) minmax(560px,.98fr)!important;gap:16px!important;padding:18px!important;background:linear-gradient(135deg,#fffdf9 0%,#f4eee2 48%,#e6f2ef 100%)!important}.award-hero-v115 .award-hero-copy{padding:18px 18px 16px!important}.award-hero-v115 h1{max-width:14ch!important;font-size:clamp(2.9rem,5vw,5.8rem)!important;line-height:.99!important}.award-hero-lead{max-width:76ch!important;font-size:15px!important}.award-showcase-v115{position:relative;overflow:hidden;min-height:470px;padding:22px;border:1px solid rgba(255,255,255,.7);border-radius:22px;background:radial-gradient(circle at 82% 12%,rgba(230,184,95,.32),transparent 27%),radial-gradient(circle at 8% 88%,rgba(116,200,192,.30),transparent 29%),linear-gradient(145deg,#eaf6f2,#f8ecd8);isolation:isolate}.showcase-orb{position:absolute;border-radius:50%;filter:blur(1px);opacity:.7}.showcase-orb.orb-a{right:-52px;top:-58px;width:220px;height:220px;background:linear-gradient(135deg,rgba(239,146,125,.34),rgba(230,184,95,.28))}.showcase-orb.orb-b{left:-70px;bottom:-72px;width:240px;height:240px;background:linear-gradient(135deg,rgba(116,200,192,.36),rgba(143,178,231,.28))}.award-showcase-heading{position:relative;z-index:2;display:grid;gap:3px;max-width:280px;padding:10px 12px;border:1px solid rgba(255,255,255,.72);border-radius:14px;background:rgba(255,255,255,.66);backdrop-filter:blur(12px)}.award-showcase-heading span{color:#8b6a31;font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.award-showcase-heading b{font-size:14px}.showcase-podium-v115{position:relative;z-index:3;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;align-items:end;margin-top:30px}.showcase-finalist{display:grid;gap:7px;padding:10px;border:1px solid rgba(255,255,255,.76);border-radius:18px;background:rgba(255,255,255,.84);backdrop-filter:blur(14px);box-shadow:0 16px 32px rgba(38,48,77,.10);transition:.22s transform,.22s box-shadow}.showcase-finalist:hover{transform:translateY(-6px);box-shadow:0 22px 40px rgba(38,48,77,.15)}.showcase-finalist.rank-1{transform:translateY(-18px)}.showcase-finalist.rank-1:hover{transform:translateY(-24px)}.showcase-product-link{display:grid;gap:7px;min-width:0}.showcase-product-link .product-frame{height:168px!important;aspect-ratio:auto!important;border-radius:14px!important}.showcase-product-link .olet-product-img{padding:8%!important}.showcase-product-link b{min-height:32px;font-size:11px;line-height:1.28}.showcase-product-link small{color:#8b6a31;font-size:11px;font-weight:800}.showcase-rank{position:absolute;z-index:4;display:grid;place-items:center;width:31px;height:31px;margin:5px;border-radius:50%;background:var(--gold-soft);color:#8b6a31;font-size:11px;font-weight:800}.showcase-amazon{display:flex;justify-content:center;gap:5px;padding:8px;border-radius:999px;background:linear-gradient(135deg,#fff4d8,#f4c96f);color:#614718;font-size:10px;font-weight:800}.showcase-note{position:absolute;right:20px;bottom:18px;z-index:4;display:flex;gap:9px;align-items:center;max-width:430px;padding:11px 13px;border:1px solid rgba(255,255,255,.72);border-radius:14px;background:rgba(255,255,255,.72);backdrop-filter:blur(12px)}.showcase-note span{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:var(--surface-3);color:#37625d}.showcase-note p{margin:0;color:#5f697c;font-size:11px}
.article-layout-v115{grid-template-columns:minmax(0,1fr) 330px!important;gap:16px!important}.article-shell-v115{padding:28px!important}.festival-editorial-v115{max-width:none!important}.festival-intro-grid{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(230px,.78fr);gap:18px;align-items:start}.festival-intro-copy h2{max-width:20ch;font-size:clamp(27px,3vw,42px)!important}.festival-editor-note{padding:13px 15px;border-left:3px solid var(--teal);border-radius:0 13px 13px 0;background:var(--surface-3);color:#4f5a6d!important}.festival-intro-facts{display:grid;gap:8px}.festival-intro-facts article{padding:14px;border:1px solid var(--line);border-radius:15px;background:linear-gradient(145deg,#fff,#f7f1e8)}.festival-intro-facts b{display:block;color:#8b6a31;font-size:24px}.festival-intro-facts span{color:var(--muted);font-size:11px}.premium-gallery{grid-template-columns:repeat(5,minmax(0,1fr))!important;margin:20px 0 24px!important}.premium-gallery .article-gallery-card{padding:9px!important;background:linear-gradient(145deg,#fff,#faf6ed)!important}.premium-gallery .article-gallery-card .product-frame{height:150px!important;aspect-ratio:auto!important}.premium-gallery .article-gallery-card .olet-product-img{padding:7%!important}.winner-story-band{display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:16px;align-items:center;margin:18px 0 28px;padding:18px;border:1px solid rgba(230,184,95,.32);border-radius:18px;background:linear-gradient(135deg,#fff9eb,#edf8f4)}.winner-story-band h2{margin-top:7px!important;font-size:clamp(26px,3vw,38px)!important}.winner-story-band .product-frame{height:190px!important;aspect-ratio:auto!important}.winner-story-band .olet-product-img{padding:7%!important}.festival-section-title{margin:26px 0 14px}.festival-section-title h2{max-width:22ch!important}.editorial-top5 article{display:grid!important;grid-template-columns:142px minmax(0,1fr)!important;gap:14px!important;padding:14px!important}.editorial-top5 .rich-top5-media .product-frame{height:132px!important;aspect-ratio:auto!important}.editorial-top5 .olet-product-img{padding:7%!important}.rich-top5-copy{min-width:0}.editorial-signals{display:grid!important;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr)!important;gap:18px!important;padding:17px!important}.editorial-signals ul{margin:0;padding-left:18px}.festival-vs-promo{padding:17px!important}.festival-checklist{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);gap:18px;margin:20px 0;padding:17px;border:1px solid var(--line);border-radius:16px;background:var(--surface-2)}.festival-checklist ul{margin:0;padding-left:18px}.affiliate-explainer{padding:16px 17px;border:1px solid rgba(230,184,95,.32);border-radius:16px;background:linear-gradient(135deg,#fffaf0,#f5ecd8)}.article-side-v115{gap:14px!important}.premium-winner-card .product-frame{height:190px!important;aspect-ratio:auto!important;margin:8px 0 12px}.premium-winner-card .olet-product-img{padding:7%!important}.festival-side-community img{width:62px!important;height:62px!important;margin:0 0 10px!important}.comparison-section-v115{margin-top:16px!important}.finalist-grid-v115 .product-card .product-frame{aspect-ratio:1/1!important}.finalist-grid-v115 .product-card .olet-product-img{padding:9%!important}
html[data-theme="dark"] .award-hero-v115{background:linear-gradient(135deg,#172033,#1b3140)!important}html[data-theme="dark"] .award-showcase-v115{background:radial-gradient(circle at 82% 12%,rgba(230,184,95,.18),transparent 27%),linear-gradient(145deg,#1b3140,#242a3f)!important}html[data-theme="dark"] .award-showcase-heading,html[data-theme="dark"] .showcase-finalist,html[data-theme="dark"] .showcase-note{background:rgba(23,32,51,.82)!important;border-color:rgba(255,255,255,.12)!important}html[data-theme="dark"] .showcase-note p{color:#c1c8d3!important}html[data-theme="dark"] .festival-intro-facts article,html[data-theme="dark"] .premium-gallery .article-gallery-card{background:var(--surface-2)!important}html[data-theme="dark"] .winner-story-band,html[data-theme="dark"] .affiliate-explainer{background:linear-gradient(135deg,#302a20,#213138)!important}
@media(max-width:1240px){.award-hero-v115{grid-template-columns:1fr!important}.award-showcase-v115{min-height:430px}.article-layout-v115{grid-template-columns:1fr!important}.article-side-v115{grid-template-columns:repeat(3,minmax(0,1fr))!important}.premium-gallery{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:860px){.award-hero-v115 h1{font-size:clamp(2.7rem,8vw,4.2rem)!important}.showcase-product-link .product-frame{height:146px!important}.showcase-note{left:16px;right:16px;max-width:none}.festival-intro-grid{grid-template-columns:1fr}.festival-intro-facts{grid-template-columns:repeat(3,1fr)}.premium-gallery{grid-template-columns:repeat(3,minmax(0,1fr))!important}.editorial-signals,.festival-checklist{grid-template-columns:1fr!important}.article-side-v115{grid-template-columns:1fr!important}}
@media(max-width:620px){.award-hero-v115{padding:12px!important}.award-hero-v115 .award-hero-copy{padding:10px!important}.award-showcase-v115{min-height:520px;padding:14px}.showcase-podium-v115{grid-template-columns:1fr;gap:8px;margin-top:18px;padding-bottom:82px}.showcase-finalist,.showcase-finalist.rank-1{transform:none!important}.showcase-product-link{grid-template-columns:84px minmax(0,1fr) auto;align-items:center}.showcase-product-link .product-frame{height:82px!important}.showcase-product-link b{min-height:0}.showcase-amazon{justify-self:start}.showcase-note{bottom:12px}.festival-intro-facts{grid-template-columns:1fr}.premium-gallery{grid-template-columns:repeat(2,minmax(0,1fr))!important}.premium-gallery .article-gallery-card .product-frame{height:128px!important}.winner-story-band{grid-template-columns:1fr}.winner-story-band .product-frame{height:180px!important}.editorial-top5 article{grid-template-columns:100px minmax(0,1fr)!important}.editorial-top5 .rich-top5-media .product-frame{height:96px!important}.article-shell-v115{padding:17px!important}}

/* ===== Olet V11.7 targeted patch: hero slideshow + sharper category tour ===== */
.home-hero-slider .home-hero-copy h1,.home-hero-slider .home-hero-copy>[data-hero-description]{transition:opacity .24s ease,transform .24s ease}.home-hero-slider.is-changing .home-hero-copy h1,.home-hero-slider.is-changing .home-hero-copy>[data-hero-description]{opacity:.18;transform:translateY(7px)}.home-hero-slide-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .32s ease,transform 9.5s ease;will-change:opacity,transform}.home-hero-slider.is-changing .home-hero-slide-image{opacity:.34}.home-hero-slider:not(.is-changing) .home-hero-slide-image{transform:scale(1.025)}.hero-slider-dots{position:absolute;right:18px;bottom:18px;z-index:8;display:flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid rgba(255,255,255,.65);border-radius:999px;background:rgba(255,255,255,.76);backdrop-filter:blur(13px);box-shadow:var(--shadow)}.hero-slider-dots button{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:rgba(23,33,60,.28);transition:.22s width,.22s background,.22s transform}.hero-slider-dots button:hover{transform:scale(1.16)}.hero-slider-dots button.is-active{width:25px;background:var(--coral)}.story-circle{transition:.2s transform,.2s color}.story-circle:hover{transform:translateY(-3px);color:var(--ink)}.story-orb{transition:.22s transform,.22s box-shadow}.story-circle:hover .story-orb{transform:rotate(-4deg) scale(1.06);box-shadow:inset 0 0 0 7px #fff,0 10px 20px rgba(38,48,77,.12)}.story-orb i{font-size:19px;color:#2e4862}.story-circle b{min-height:28px}
html[data-theme="dark"] .hero-slider-dots{background:rgba(23,32,51,.78);border-color:rgba(255,255,255,.13)}html[data-theme="dark"] .hero-slider-dots button{background:rgba(255,255,255,.34)}html[data-theme="dark"] .hero-slider-dots button.is-active{background:var(--coral)}html[data-theme="dark"] .story-orb i{color:#dce9f5}
@media(max-width:620px){.hero-slider-dots{right:10px;bottom:10px;gap:5px;padding:7px 8px}.hero-slider-dots button{width:7px;height:7px}.hero-slider-dots button.is-active{width:20px}.home-hero-slide-image{object-position:center}.story-orb i{font-size:17px}}


/* ========================= OLET V11.8 HERO STABILITY PATCH =========================
   Keeps the approved first-slide hero dimensions fixed on desktop. Longer slide
   titles shrink inside the same canvas instead of increasing the section height. */
.home-hero-slider{--hero-delay:9500ms}
.home-hero-slide-image{transition:opacity .32s ease,transform var(--hero-delay) ease!important}
.hero-floating-card{transition:opacity .22s ease,transform .22s ease,background-color .22s ease}
.home-hero-slider.is-changing .hero-floating-card{opacity:.72;transform:translateY(5px)}
@media(min-width:1241px){
  .home-hero-slider{height:520px!important;min-height:520px!important;max-height:520px!important}
  .home-hero-slider .home-hero-copy{min-height:0!important;overflow:hidden!important}
  .home-hero-slider .home-hero-art{height:520px!important;min-height:520px!important;max-height:520px!important}
  .home-hero-slider.hero-title-medium .home-hero-copy h1{font-size:clamp(2.95rem,5.15vw,5.5rem)!important;max-width:10.5ch!important}
  .home-hero-slider.hero-title-long .home-hero-copy h1{font-size:clamp(2.55rem,4.55vw,4.85rem)!important;max-width:12ch!important}
}
@media(min-width:861px) and (max-width:1240px){
  .home-hero-slider.hero-title-medium .home-hero-copy h1{font-size:clamp(2.65rem,5vw,4.7rem)!important;max-width:11ch!important}
  .home-hero-slider.hero-title-long .home-hero-copy h1{font-size:clamp(2.35rem,4.45vw,4.15rem)!important;max-width:12ch!important}
}
@media(max-width:860px){
  .home-hero-slider.hero-title-medium .home-hero-copy h1{font-size:clamp(3rem,11vw,4.55rem)!important}
  .home-hero-slider.hero-title-long .home-hero-copy h1{font-size:clamp(2.65rem,10vw,4.1rem)!important}
}

/* ========================= OLET V11.9 HERO COPY FIT PATCH =========================
   Desktop-only typography and spacing correction for the fixed-height hero.
   The approved hero canvas and right-side slideshow image dimensions are untouched. */
@media(min-width:1241px){
  .home-hero-slider .home-hero-copy{
    justify-content:flex-start!important;
    padding:24px 32px 20px!important;
  }
  .home-hero-slider .home-hero-copy .eyebrow{
    font-size:10px!important;
    line-height:1.2!important;
  }
  .home-hero-slider .home-hero-copy h1{
    max-width:13.5ch!important;
    margin:8px 0 9px!important;
    font-size:clamp(2.7rem,3.6vw,4.15rem)!important;
    line-height:.96!important;
    text-wrap:balance;
  }
  .home-hero-slider.hero-title-medium .home-hero-copy h1{
    max-width:14ch!important;
    font-size:clamp(2.45rem,3.28vw,3.75rem)!important;
  }
  .home-hero-slider.hero-title-long .home-hero-copy h1{
    max-width:14.75ch!important;
    font-size:clamp(2.12rem,2.9vw,3.28rem)!important;
  }
  .home-hero-slider .home-hero-copy>[data-hero-description]{
    display:-webkit-box;
    max-width:62ch!important;
    margin:0 0 6px!important;
    overflow:hidden;
    color:var(--muted);
    font-size:13.5px!important;
    line-height:1.43!important;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
  }
  .home-hero-slider .hero-actions{
    gap:7px!important;
    margin-top:4px!important;
  }
  .home-hero-slider .hero-actions .btn,
  .home-hero-slider .hero-actions .btn.large{
    gap:6px!important;
    padding:9px 13px!important;
    font-size:12px!important;
  }
  .home-hero-slider .hero-latest{
    gap:5px!important;
    margin-top:9px!important;
  }
  .home-hero-slider .hero-latest>span{
    font-size:10px!important;
  }
  .home-hero-slider .hero-latest a{
    padding:4px 7px!important;
    font-size:10px!important;
  }
  .home-hero-slider .hero-stats{
    gap:6px!important;
    margin-top:11px!important;
  }
  .home-hero-slider .hero-stats div{
    padding:8px 9px!important;
    border-radius:12px!important;
  }
  .home-hero-slider .hero-stats b{
    font-size:16px!important;
    line-height:1.12!important;
  }
  .home-hero-slider .hero-stats span{
    font-size:10px!important;
    line-height:1.25!important;
  }
}
@media(min-width:861px) and (max-width:1240px){
  .home-hero-slider .home-hero-copy{padding:24px!important}
  .home-hero-slider .home-hero-copy h1{max-width:13.5ch!important;font-size:clamp(2.45rem,4.25vw,3.85rem)!important;line-height:.97!important;margin:8px 0 9px!important}
  .home-hero-slider.hero-title-medium .home-hero-copy h1{max-width:14ch!important;font-size:clamp(2.25rem,3.95vw,3.5rem)!important}
  .home-hero-slider.hero-title-long .home-hero-copy h1{max-width:14.5ch!important;font-size:clamp(2.05rem,3.62vw,3.15rem)!important}
  .home-hero-slider .home-hero-copy>[data-hero-description]{font-size:13px!important;line-height:1.42!important;margin-bottom:5px!important}
  .home-hero-slider .hero-actions{gap:7px!important;margin-top:4px!important}
  .home-hero-slider .hero-actions .btn,.home-hero-slider .hero-actions .btn.large{padding:9px 12px!important;font-size:12px!important}
  .home-hero-slider .hero-latest{gap:5px!important;margin-top:8px!important}
  .home-hero-slider .hero-latest a{padding:4px 7px!important;font-size:10px!important}
  .home-hero-slider .hero-stats{gap:6px!important;margin-top:10px!important}
  .home-hero-slider .hero-stats div{padding:8px 9px!important}
  .home-hero-slider .hero-stats b{font-size:16px!important}
  .home-hero-slider .hero-stats span{font-size:10px!important}
}

/* ========================= OLET V11.10 HERO FLEXIBLE ALIGNMENT PATCH =========================
   Keeps the approved fixed hero canvas untouched. The left-side hero content now
   distributes vertically inside its existing height, so compact slides do not leave
   a dead empty area under the stats and longer slides remain safely inside the box. */
@media(min-width:1241px){
  .home-hero-slider .home-hero-copy{
    display:flex!important;
    flex-direction:column!important;
    justify-content:space-between!important;
    gap:clamp(5px,.62vw,9px)!important;
    height:520px!important;
    min-height:520px!important;
    max-height:520px!important;
    padding:23px 32px 20px!important;
    overflow:hidden!important;
  }
  .home-hero-slider .home-hero-copy>.eyebrow,
  .home-hero-slider .home-hero-copy>h1,
  .home-hero-slider .home-hero-copy>[data-hero-description],
  .home-hero-slider .home-hero-copy>.hero-actions,
  .home-hero-slider .home-hero-copy>.hero-latest,
  .home-hero-slider .home-hero-copy>.hero-stats{
    flex:0 0 auto!important;
  }
  .home-hero-slider .home-hero-copy h1{
    margin:0!important;
  }
  .home-hero-slider .home-hero-copy>[data-hero-description]{
    margin:0!important;
  }
  .home-hero-slider .hero-actions,
  .home-hero-slider .hero-latest,
  .home-hero-slider .hero-stats{
    margin-top:0!important;
    margin-bottom:0!important;
  }
  .home-hero-slider .hero-stats{
    align-self:stretch!important;
  }
}
@media(min-width:861px) and (max-width:1240px){
  .home-hero-slider .home-hero-copy{
    display:flex!important;
    flex-direction:column!important;
    justify-content:space-between!important;
    gap:clamp(5px,.7vw,8px)!important;
    overflow:hidden!important;
  }
  .home-hero-slider .home-hero-copy h1,
  .home-hero-slider .home-hero-copy>[data-hero-description],
  .home-hero-slider .hero-actions,
  .home-hero-slider .hero-latest,
  .home-hero-slider .hero-stats{
    margin-top:0!important;
    margin-bottom:0!important;
  }
}

/* ========================= OLET V11.11 MOBILE EXPERIENCE PATCH =========================
   Mobile-only in-page redesign. Desktop and tablet layouts above 760px remain untouched.
   Fixes horizontal page overflow, oversized award typography and desktop-shaped content
   blocks on small screens while preserving deliberate inner scrollers for tables/galleries. */
@media(max-width:760px){
  html,body{max-width:100%;overflow-x:hidden!important}
  body{font-size:14px;line-height:1.56}
  .site-main,.site-main>*,.full-bleed,.article-layout,.article-layout-v115,.article-shell,.article-shell-v115,.article-side,.article-side-v115,.comparison-section,.comparison-section-v115,.product-detail,.product-reading-layout,.info-layout,.vs-hero,.vs-detail-grid,.entity-feedback,.festival-vs-promo,.article-vs-promo,.winner-story-band,.festival-checklist,.editorial-signals{min-width:0!important;max-width:100%!important}
  .site-main>*{width:min(calc(100vw - 14px),var(--container))!important}
  .full-bleed{width:min(calc(100vw - 8px),1780px)!important}
  h1,h2,h3,h4,p,li,a,b,span,small{overflow-wrap:anywhere;word-break:normal}
  .section-heading{display:block;padding:22px 0 10px}
  .section-heading h2{max-width:none!important;font-size:clamp(1.82rem,8vw,2.35rem)!important;line-height:1.04!important}
  .section-heading p{font-size:13px}
  .section-heading .btn,.section-heading .text-button{margin-top:7px}

  /* Mobile header: true app-like compact bar and controlled drawer. */
  .site-topbar{display:none!important}
  .site-header{top:0}
  .header-shell{grid-template-columns:minmax(0,1fr) auto auto!important;grid-template-areas:"brand tools menu"!important;gap:6px!important;padding:8px 0!important}
  .olet-real-logo{min-width:0!important;max-width:145px}.olet-real-logo .logo-img{height:32px!important;max-width:116px!important}.olet-real-logo small{display:none!important}
  .header-search{display:none!important}.header-tools{gap:4px!important}.header-tools .tool-btn{width:36px;height:36px}.profile-btn{padding:8px 9px!important}.profile-btn span{display:none!important}.points-chip{padding:7px 8px!important}.points-chip span{display:none!important}.mobile-menu-toggle{display:grid!important;width:38px!important;height:38px!important}
  .header-shell .main-nav{left:7px!important;right:7px!important;top:58px!important;max-height:calc(100vh - 68px)!important;padding:12px!important;border-radius:16px!important}
  .header-shell .main-nav>a,.header-shell .main-nav>div>button{padding:11px 12px!important;font-size:13px!important}
  .category-popover{position:static!important;width:100%!important;max-height:52vh!important;margin-top:8px!important;padding:11px!important;overflow:auto!important;border-radius:14px!important;box-shadow:none!important}

  /* Award article hero becomes an editorial mobile cover, not a desktop panel squeezed down. */
  .award-hero-v115{display:block!important;padding:9px!important;margin-top:8px!important;border-radius:18px!important}
  .award-hero-v115 .award-hero-copy{padding:12px 11px 14px!important}
  .award-hero-v115 .back-link{margin-bottom:8px!important;font-size:11px!important}
  .award-hero-v115 .eyebrow{font-size:9px!important;letter-spacing:.1em!important}
  .award-hero-v115 h1{max-width:none!important;margin:7px 0 8px!important;font-size:clamp(2rem,9.4vw,2.78rem)!important;line-height:.98!important}
  .award-hero-lead{display:-webkit-box!important;max-width:none!important;margin-bottom:8px!important;overflow:hidden!important;font-size:12.5px!important;line-height:1.48!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:4!important}
  .award-meta{gap:5px!important;margin:10px 0!important}.award-meta span{padding:6px 7px!important;font-size:9px!important}
  .award-hero-v115 .hero-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important;margin-top:8px!important}
  .award-hero-v115 .hero-actions .btn,.award-hero-v115 .hero-actions .amazon-cta{width:100%!important;min-height:40px!important;padding:9px 10px!important;font-size:11px!important;white-space:normal!important;text-align:center!important}
  .award-hero-v115 .hero-actions .amazon-cta{grid-column:1/-1!important}
  .award-hero-v115 .entity-tools{gap:5px!important;margin-top:10px!important}.award-hero-v115 .entity-tool{width:35px!important;height:35px!important;padding:0!important;justify-content:center!important}.award-hero-v115 .entity-tool span{display:none!important}

  /* Mobile Top 3 stage: horizontal finalist rail with compact content and no overflow. */
  .award-showcase-v115{min-height:0!important;padding:13px!important;border-radius:16px!important}
  .award-showcase-heading{max-width:none!important;padding:9px 10px!important;border-radius:12px!important}.award-showcase-heading b{font-size:13px!important}
  .showcase-podium-v115{display:flex!important;gap:9px!important;margin-top:12px!important;padding:4px 1px 7px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important}
  .showcase-podium-v115::-webkit-scrollbar{height:4px}.showcase-podium-v115::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(23,33,60,.18)}
  .showcase-finalist,.showcase-finalist.rank-1{flex:0 0 min(83%,285px)!important;transform:none!important;scroll-snap-align:start!important;padding:9px!important;border-radius:15px!important}
  .showcase-product-link{display:grid!important;grid-template-columns:92px minmax(0,1fr)!important;gap:9px!important;align-items:center!important}
  .showcase-product-link .product-frame{grid-row:1/4!important;width:92px!important;height:92px!important;border-radius:12px!important}.showcase-product-link .olet-product-img{padding:5%!important}
  .showcase-product-link b{min-height:0!important;font-size:11px!important;line-height:1.3!important}.showcase-product-link small{font-size:10px!important}.showcase-rank{width:26px!important;height:26px!important;margin:4px!important;font-size:10px!important}
  .showcase-amazon{justify-self:start!important;padding:7px 10px!important;font-size:10px!important}
  .showcase-note{position:static!important;max-width:none!important;margin-top:10px!important;padding:9px 10px!important;border-radius:12px!important}.showcase-note span{width:27px!important;height:27px!important;flex:0 0 auto!important}.showcase-note p{font-size:10.5px!important;line-height:1.4!important}

  /* Award editorial body: readable edge-to-edge mobile article with deliberate visual rhythm. */
  .article-layout-v115{display:block!important;margin-top:9px!important}
  .article-shell-v115{padding:15px!important;border-radius:17px!important}
  .festival-intro-grid{display:block!important}.festival-intro-copy h2,.longform h2,.festival-section-title h2,.info-content h2{max-width:none!important;margin-top:18px!important;font-size:clamp(1.42rem,6.3vw,1.82rem)!important;line-height:1.08!important}
  .festival-intro-copy h2{margin-top:0!important}.longform p,.longform li,.festival-editor-note{font-size:13px!important;line-height:1.65!important;text-align:left!important}
  .festival-editor-note{margin:10px 0!important;padding:11px 12px!important}
  .festival-intro-facts{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;margin-top:11px!important}.festival-intro-facts article{padding:10px 8px!important;border-radius:12px!important}.festival-intro-facts b{font-size:19px!important}.festival-intro-facts span{font-size:9px!important}

  /* Product galleries scroll inside their own rails, never the page. */
  .article-product-gallery,.premium-gallery{display:flex!important;grid-template-columns:none!important;gap:8px!important;margin:14px -2px 17px!important;padding:2px 2px 8px!important;overflow-x:auto!important;scroll-snap-type:x proximity!important;-webkit-overflow-scrolling:touch!important}
  .article-product-gallery::-webkit-scrollbar,.premium-gallery::-webkit-scrollbar{height:4px}.article-product-gallery::-webkit-scrollbar-thumb,.premium-gallery::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(23,33,60,.18)}
  .article-gallery-card,.premium-gallery .article-gallery-card{flex:0 0 146px!important;min-width:146px!important;padding:8px!important;scroll-snap-align:start!important;border-radius:13px!important}.article-gallery-card .product-frame,.premium-gallery .article-gallery-card .product-frame{height:132px!important;border-radius:10px!important}.premium-gallery .article-gallery-card .olet-product-img{padding:5%!important}.article-gallery-card b{font-size:10.5px!important}.article-gallery-card span{font-size:9.5px!important}

  .winner-story-band{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin:15px 0 20px!important;padding:13px!important;border-radius:15px!important}.winner-story-band h2{margin-top:5px!important;font-size:1.72rem!important}.winner-story-band .product-frame{width:100%!important;height:180px!important}.winner-story-band .olet-product-img{padding:5%!important}
  .editorial-top5{gap:9px!important}.editorial-top5 article,.rich-top5 article{grid-template-columns:92px minmax(0,1fr)!important;gap:10px!important;padding:10px!important;border-radius:13px!important}.editorial-top5 .rich-top5-media .product-frame,.rich-top5-media .product-frame{height:90px!important}.editorial-top5 .olet-product-img{padding:5%!important}.rich-top5 h3{font-size:15px!important}.rich-top5 p{font-size:11.5px!important;line-height:1.48!important}.generated-top5{grid-template-columns:1fr!important}.generated-top5 article{padding:11px!important}
  .editorial-signals,.festival-checklist{display:block!important;padding:13px!important;border-radius:14px!important}.editorial-signals ul,.festival-checklist ul{padding-left:18px!important}.article-signal-band{grid-template-columns:1fr!important}.affiliate-explainer{padding:13px!important;border-radius:14px!important}
  .article-side-v115{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;margin-top:9px!important}.article-side-v115 .side-card{padding:13px!important;border-radius:14px!important}.premium-winner-card .product-frame{height:164px!important}.festival-side-community img{width:48px!important;height:48px!important}

  /* VS blocks and pages: stack cleanly and keep product windows visible. */
  .festival-vs-promo,.article-vs-promo{display:grid!important;gap:10px!important;padding:12px!important;border-radius:14px!important;overflow:hidden!important}.festival-vs-promo h2,.article-vs-promo h2,.article-vs-promo h3{font-size:1.35rem!important}.festival-vs-promo .vs-widget,.article-vs-promo .vs-widget{min-width:0!important;width:100%!important;min-height:0!important;padding:8px!important}.festival-vs-promo .vs-widget .product-frame,.article-vs-promo .vs-widget .product-frame{height:128px!important;min-height:128px!important}.vs-hero{padding:15px!important;margin-top:9px!important;border-radius:16px!important}.vs-hero h1{font-size:clamp(1.75rem,8vw,2.35rem)!important;line-height:1.03!important}.vs-stage{grid-template-columns:1fr!important;gap:9px!important;justify-items:center!important}.vs-stage article{width:100%!important;padding:11px!important;border-radius:14px!important}.vs-stage .product-frame{width:160px!important;height:160px!important}.vs-stage>strong{width:42px!important;height:42px!important;font-size:11px!important}.vs-stage h2{font-size:14px!important}.vs-detail-grid{grid-template-columns:1fr!important}.vs-detail-grid article{padding:13px!important}.vs-widget-scroll{padding:4px 34px 9px!important}.vs-widget-scroll .vs-widget{flex-basis:min(82vw,310px)!important}.vs-scroll-btn{width:30px!important;height:30px!important}.vs-create-btn{width:100%!important;justify-content:center!important;margin-top:8px!important}

  /* Comparison table remains horizontally scrollable only inside its own shell. */
  .comparison-section,.comparison-section-v115{padding:13px!important;margin-top:9px!important;border-radius:15px!important;overflow:hidden!important}.comparison-scroll{width:100%!important;max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.comparison-table{min-width:720px!important}.comparison-table th,.comparison-table td{padding:9px 8px!important;font-size:11px!important}.table-product{min-width:180px!important}

  /* Finalist product cards become compact editorial rows on award pages. */
  .product-reading-grid,.finalist-grid-v115{grid-template-columns:1fr!important;gap:9px!important}
  .finalist-grid-v115 .product-card{display:grid!important;grid-template-columns:108px minmax(0,1fr)!important;gap:10px!important;padding:9px!important;border-radius:15px!important}.finalist-grid-v115 .product-card-visual{min-height:0!important}.finalist-grid-v115 .product-card .product-frame{height:108px!important;aspect-ratio:auto!important;border-radius:11px!important}.finalist-grid-v115 .product-card .olet-product-img{padding:5%!important}.finalist-grid-v115 .product-card-copy{min-width:0!important;padding:2px 0!important}.finalist-grid-v115 .product-card h3{font-size:14px!important}.finalist-grid-v115 .product-card p{display:-webkit-box!important;overflow:hidden!important;font-size:11px!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}.finalist-grid-v115 .tag-row{display:none!important}.finalist-grid-v115 .amazon-cta{padding:8px 9px!important}.finalist-grid-v115 .card-tool-row{gap:5px!important;margin-top:7px!important;padding-top:7px!important}

  /* Product detail pages: compact hierarchy and mobile-sized actions. */
  .product-detail{display:block!important;margin-top:9px!important;padding:12px!important;border-radius:17px!important}.main-product-frame{max-height:330px!important}.thumb-strip{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:5px!important}.product-detail-copy{padding:12px 1px 1px!important}.product-detail-copy h1{margin:7px 0!important;font-size:clamp(2rem,9vw,2.7rem)!important;line-height:1!important}.product-score strong{font-size:26px!important}.product-action-row{display:grid!important;grid-template-columns:1fr!important;gap:7px!important}.product-action-row .btn,.product-action-row .amazon-cta,.product-action-row .economy-cta{width:100%!important;justify-content:center!important}.product-reading-layout{display:block!important}.product-reading-layout .article-side{grid-template-columns:1fr!important}

  /* Feedback, informational pages, guides, forms and footer. */
  .entity-feedback{width:min(calc(100vw - 14px),var(--container))!important;margin:12px auto!important;padding:13px!important;border-radius:15px!important}.feedback-form{grid-template-columns:1fr!important}.feedback-form .btn{width:100%!important;justify-self:stretch!important}.comment-list article{padding:10px!important}.comment-list article>div{gap:8px;align-items:flex-start}.comment-list p{font-size:12px!important}
  .page-hero,.info-hero,.profile-hero{display:block!important;margin-top:8px!important;padding:16px!important;border-radius:16px!important}.page-hero h1,.info-hero h1,.profile-hero h1{max-width:none!important;font-size:clamp(2.05rem,9vw,2.75rem)!important}.page-hero img,.info-hero img{width:74px!important;height:74px!important;margin-top:10px!important}.info-layout,.profile-shell,.request-layout{display:block!important;margin-top:9px!important}.info-content,.community-panel{padding:14px!important;border-radius:15px!important}.guide-grid{grid-template-columns:1fr!important;gap:9px!important}.guide-grid article{padding:14px!important}.request-form{padding:13px!important;border-radius:15px!important}.big-search{display:grid!important}.big-search .btn{width:100%!important}
  .site-footer{margin-top:30px!important;padding:25px 0 82px!important}.footer-grid{grid-template-columns:1fr!important;gap:14px!important}.footer-brand{grid-column:auto!important}.footer-grid a{padding:3px 0!important}.footer-bottom{margin-top:14px!important;font-size:11px!important}.mobile-dock{display:grid!important}
}
@media(max-width:420px){
  .award-hero-v115 h1{font-size:clamp(1.85rem,9.1vw,2.35rem)!important}
  .award-hero-v115 .hero-actions{grid-template-columns:1fr!important}.award-hero-v115 .hero-actions .amazon-cta{grid-column:auto!important}
  .festival-intro-facts{grid-template-columns:1fr!important}.festival-intro-facts article{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important}.festival-intro-facts b{font-size:17px!important}
  .showcase-finalist,.showcase-finalist.rank-1{flex-basis:min(88%,272px)!important}.showcase-product-link{grid-template-columns:82px minmax(0,1fr)!important}.showcase-product-link .product-frame{width:82px!important;height:82px!important}
  .article-gallery-card,.premium-gallery .article-gallery-card{flex-basis:136px!important;min-width:136px!important}.article-gallery-card .product-frame,.premium-gallery .article-gallery-card .product-frame{height:122px!important}
  .editorial-top5 article,.rich-top5 article{grid-template-columns:82px minmax(0,1fr)!important}.editorial-top5 .rich-top5-media .product-frame,.rich-top5-media .product-frame{height:80px!important}
  .finalist-grid-v115 .product-card{grid-template-columns:94px minmax(0,1fr)!important}.finalist-grid-v115 .product-card .product-frame{height:94px!important}
  .vs-widget-scroll .vs-widget{flex-basis:min(84vw,294px)!important}.festival-vs-promo .vs-widget .product-frame,.article-vs-promo .vs-widget .product-frame{height:116px!important;min-height:116px!important}
}
