:root{color-scheme:dark;--bg:#060b14;--surface:#0b1524;--surface-2:#101d30;--surface-3:#15253a;--text:#f5f9ff;--muted:#99aac2;--line:rgba(153,190,232,.14);--accent:#3b82f6;--accent-2:#06b6d4;--accent-soft:rgba(59,130,246,.15);--good:#55d8ae;--shadow:0 20px 50px rgba(0,0,0,.3)}
html[data-theme="light"]{color-scheme:light;--bg:#f3f7fc;--surface:#fff;--surface-2:#f3f7fc;--surface-3:#e5eef9;--text:#101827;--muted:#66758b;--line:rgba(27,76,132,.14);--accent:#2563eb;--accent-2:#0891b2;--accent-soft:rgba(37,99,235,.12);--good:#148f68;--shadow:0 20px 50px rgba(25,65,115,.12)}
*{box-sizing:border-box}
[hidden]{display:none!important}
html{scroll-behavior:smooth}
body{min-width:320px;margin:0;background:radial-gradient(800px 380px at 50% 0,rgba(30,112,220,.16),transparent 70%),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
button,input{font:inherit}
button{cursor:pointer}
.ui-icon{display:block;width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.theme-icon-moon{display:none}
#toggleTheme[data-theme="light"] .theme-icon-sun{display:none}
#toggleTheme[data-theme="light"] .theme-icon-moon{display:block}
.search-bottom-strip button[hidden]{display:none}.search-bottom-strip button:disabled{cursor:wait;opacity:.68}.search-bottom-strip button.loading span::before{display:inline-block;width:9px;height:9px;margin-right:7px;border:1px solid currentColor;border-right-color:transparent;border-radius:50%;vertical-align:-1px;animation:search-feedback-spin .7s linear infinite;content:""}
a{color:inherit}
.site-header{position:sticky;z-index:10;top:0;display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:64px;padding:0 max(24px,calc((100vw - 1420px)/2));border-bottom:1px solid var(--line);background:rgba(7,10,17,.82);backdrop-filter:blur(18px)}
.brand{display:inline-flex;align-items:center;gap:10px;color:var(--text);font-size:18px;font-weight:900;letter-spacing:.02em;text-decoration:none}
.brand img,.site-footer img{width:30px;height:30px}
.main-nav{display:flex;align-items:center;gap:22px}
.main-nav a{padding:22px 0 19px;border-bottom:2px solid transparent;color:var(--muted);font-size:13px;font-weight:700;text-decoration:none}
.main-nav a:hover,.main-nav a.active{border-color:var(--accent);color:var(--text)}
.header-actions{display:flex;align-items:center;gap:9px}
.submit-link{padding:10px 13px;border:1px solid var(--line);border-radius:10px;background:var(--surface);font-size:12px;font-weight:750;text-decoration:none}
.submit-link{border-color:rgba(77,151,255,.42);background:linear-gradient(135deg,rgba(59,130,246,.2),rgba(6,182,212,.14))}
main{width:min(1420px,calc(100% - 48px));margin:0 auto}
.hero{position:relative;z-index:2;isolation:isolate;display:grid;justify-items:center;overflow:visible;min-height:230px;margin:18px 0 0;padding:46px 20px 38px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(145deg,rgba(19,27,45,.78),rgba(10,15,26,.42));text-align:center}
.hero::before{position:absolute;z-index:-1;inset:0;border-radius:inherit;background:linear-gradient(115deg,rgba(37,99,235,.07),transparent 42%,rgba(6,182,212,.05));content:""}
.eyebrow,.section-kicker{margin:0;color:#82b7ff;font-size:11px;font-weight:900;letter-spacing:.14em}
.hero-vanofi{position:relative;margin:0 0 5px;color:var(--text);font-size:clamp(24px,3vw,30px);font-weight:760;letter-spacing:-.045em;line-height:1;user-select:none}
.hero-copy{max-width:520px;margin:0;color:var(--muted);font-size:13px;line-height:1.55}
.search-form{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 44px;align-items:center;width:min(620px,100%);margin:20px 0 7px;padding:5px;border:1px solid rgba(73,148,255,.44);border-radius:12px;background:rgba(14,27,46,.96);box-shadow:0 12px 32px rgba(0,0,0,.18)}
.search-form input{width:100%;height:43px;padding:0 13px;border:0;outline:0;background:transparent;color:var(--text);font-size:16px}
.search-form input::placeholder{color:#8793aa}
.search-form>button[type="submit"]{display:grid;width:42px;height:42px;place-items:center;border:0;border-radius:9px;background:linear-gradient(135deg,#174f92,#123650);color:#fff;line-height:1}
.search-form>button[type="submit"] .ui-icon{width:19px;height:19px}
.search-form>button[type="submit"]:hover{background:linear-gradient(135deg,var(--accent),var(--accent-2))}
.search-caption{min-height:18px;margin:0;color:#7e8ba1;font-size:11px}
.explore-rail{display:flex;gap:9px;overflow:auto;margin:0 -2px 18px;padding:10px 2px 12px;border-block:1px solid var(--line);scrollbar-width:none}
.chip{flex:0 0 auto;padding:9px 15px;border:1px solid var(--line);border-radius:7px;background:var(--surface);color:var(--muted);font-size:12px;font-weight:750}
.chip:hover,.chip.active{border-color:rgba(72,148,255,.58);background:rgba(37,99,235,.16);color:var(--text)}
.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:14px;padding-bottom:26px}
.content-grid.content-grid-single{grid-template-columns:minmax(0,1fr)}
.main-column{display:grid;gap:14px;min-width:0}
.section-panel,.side-card,.mini-panel{padding:18px;border:1px solid var(--line);border-radius:15px;background:linear-gradient(145deg,rgba(17,26,41,.92),rgba(10,16,27,.92))}
.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:15px}
.section-heading h2{margin:5px 0 3px;font-size:20px;letter-spacing:-.025em}
.section-heading h3{margin:5px 0 0;font-size:17px}
.section-heading p:not(.section-kicker){margin:0;color:var(--muted);font-size:11px}
.text-button{padding:7px 9px;border:0;border-radius:8px;background:rgba(59,130,246,.11);color:#a9ceff;font-size:11px;font-weight:800;white-space:nowrap}
.text-button:hover{background:rgba(59,130,246,.21)}
.website-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.website-card{position:relative;display:grid;min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:9px;background:var(--surface);text-decoration:none;transition:transform .18s,border-color .18s}.website-card-link{display:grid;min-width:0;color:inherit;text-decoration:none}
.website-card:hover{border-color:rgba(73,148,255,.65);transform:translateY(-2px)}
.preview{position:relative;display:grid;min-height:116px;padding:12px;overflow:hidden;background:var(--card-gradient,#1d2850)}
.preview::before{position:absolute;inset:18px 15px 13px;border:1px solid rgba(255,255,255,.24);border-radius:7px;background:linear-gradient(145deg,rgba(255,255,255,.15),transparent);box-shadow:0 10px 25px rgba(0,0,0,.22);content:""}
.preview::after{position:absolute;right:-21px;bottom:-25px;width:105px;height:105px;border-radius:50%;background:rgba(255,255,255,.11);content:""}
.preview-badge{position:relative;z-index:1;display:grid;width:30px;height:30px;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:9px;background:rgba(5,8,16,.38);font-size:13px;font-weight:900}
.preview-label{position:relative;z-index:1;align-self:end;max-width:80%;overflow:hidden;color:rgba(255,255,255,.8);font-size:9px;font-weight:800;letter-spacing:.05em;text-overflow:ellipsis;white-space:nowrap}
.preview-image{position:absolute;z-index:0;inset:0;width:100%;height:100%;object-fit:cover;opacity:.64;contain:paint;image-rendering:auto}.preview::before,.preview::after{z-index:1}.preview-badge,.preview-label{z-index:2}
.website-card-body{display:grid;gap:5px;padding:11px}
.website-card-body strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}
.website-card-body p{min-height:28px;margin:0;color:var(--muted);font-size:10px;line-height:1.4}
.website-card-meta{display:flex;align-items:center;justify-content:space-between;gap:6px;color:#f2c35f;font-size:10px}
.website-card-meta small{overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap}
.loading-card{min-height:205px;border-radius:12px;background:linear-gradient(90deg,var(--surface),#172237,var(--surface));background-size:200% 100%;animation:loading 1.1s infinite}
@keyframes loading{to{background-position:-200% 0}
}

/* Compact home flow: stories, search, then the Spotlight ranking. */
.home-main>.hero{display:grid;grid-template-columns:1fr;justify-items:center;min-height:142px;padding:22px 24px;text-align:center}
.home-main>.hero .hero-search-column{justify-items:center;width:100%}
.home-main>.hero .search-form{width:min(560px,100%);margin-top:10px}
.home-spotlight-panel{margin:12px 0 14px;padding:15px;border:1px solid rgba(238,183,74,.4);border-radius:12px;background:linear-gradient(145deg,rgba(16,34,61,.96),rgba(8,17,31,.96));box-shadow:0 14px 30px rgba(0,0,0,.12)}
.home-spotlight-panel .section-heading{align-items:center;margin-bottom:11px}.home-spotlight-panel .section-heading h2{margin:4px 0 2px}.home-spotlight-panel .section-heading p:not(.section-kicker){font-size:10px}
.spotlight-submit-button{display:flex;align-items:center;gap:10px;min-height:34px;padding:0 11px;border:1px solid rgba(245,200,98,.55);border-radius:8px;background:linear-gradient(135deg,#f9d98c,#eeb64a);color:#342206;font-size:10px;font-weight:900}.spotlight-submit-button b{font-size:13px}
.home-spotlight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.spotlight-rank-card{position:relative;min-width:0;overflow:hidden;border:1px solid rgba(153,190,232,.18);border-radius:9px;background:var(--surface);color:var(--text)}.spotlight-rank-card>a{display:grid;color:inherit;text-decoration:none}.spotlight-rank-visual{position:relative;height:108px;overflow:hidden;background:var(--surface-2)}.spotlight-rank-visual>img{width:100%;height:100%;display:block;object-fit:cover}.spotlight-rank-visual>span:not(.spotlight-rank-number){display:grid;width:100%;height:100%;place-items:center;color:#82b7ff;font-size:34px;font-weight:900}.spotlight-rank-number{position:absolute;top:8px;left:8px;display:grid;width:25px;height:25px;place-items:center;border-radius:50%;background:rgba(5,8,16,.78);color:#f5c862;font-size:10px;font-weight:900}.spotlight-rank-body{display:flex;align-items:center;justify-content:space-between;gap:7px;padding:9px 10px 3px}.spotlight-rank-body>div{min-width:0}.spotlight-rank-body strong,.spotlight-rank-body small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.spotlight-rank-body strong{font-size:11px}.spotlight-rank-body small{margin-top:3px;color:var(--muted);font-size:9px}.spotlight-rank-body>b{color:#eeb64a;font-size:17px}.spotlight-rank-footer{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:7px 10px 10px;color:var(--muted);font-size:8px}.spotlight-bid-button{padding:5px 7px;border:1px solid rgba(238,183,74,.5);border-radius:6px;color:#f5c862;font-weight:850}.spotlight-rank-empty{display:grid;gap:8px;padding:14px}.spotlight-rank-empty>div{display:flex;align-items:baseline;justify-content:space-between}.spotlight-rank-empty>div b{font-size:21px}.spotlight-rank-empty>div small{color:var(--muted);font-size:8px}.spotlight-rank-empty p{margin:0;color:var(--muted);font-size:9px}.spotlight-rank-empty button{justify-self:start;padding:6px 8px;border:1px solid rgba(238,183,74,.55);border-radius:6px;background:transparent;color:#f5c862;font-size:9px;font-weight:800}
@media(max-width:620px){.home-main>.hero{min-height:126px;padding:15px 12px 13px;text-align:left}.home-main>.hero .hero-search-column{justify-items:stretch}.home-main>.hero .search-form{width:100%;margin-top:10px}.home-spotlight-panel{margin:10px -10px 12px;padding:13px 10px;border-radius:0}.home-spotlight-grid{gap:6px}.spotlight-rank-visual{height:88px}.spotlight-rank-body{padding:8px 7px 2px}.spotlight-rank-body strong{font-size:10px}.spotlight-rank-body small{font-size:8px}.spotlight-rank-body>b{font-size:15px}.spotlight-rank-footer{padding:6px 7px 8px;font-size:7px}.spotlight-bid-button{padding:4px 5px}}

/* Spotlight community ranking: a prominent leader followed by compact rows. */
.home-spotlight-panel{padding:14px 16px 16px;border-color:rgba(222,166,50,.34);background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 96%,#102f5c),color-mix(in srgb,var(--surface-2) 94%,#07101d));box-shadow:0 16px 36px rgba(0,0,0,.14)}
.home-spotlight-panel .section-heading{margin-bottom:12px}
.home-spotlight-panel .section-heading>div{position:relative;padding-left:25px}
.home-spotlight-panel .section-heading>div::before{position:absolute;top:1px;left:0;color:#e3a515;font-size:17px;line-height:1;content:"♛"}
.home-spotlight-panel .section-kicker{color:#dca21e;letter-spacing:.11em}
.spotlight-submit-button{min-height:32px;border-color:rgba(218,159,31,.36);background:color-mix(in srgb,var(--surface-3) 88%,#8b5b08);color:#e6b342;box-shadow:none}
.home-spotlight-grid{display:grid;grid-template-columns:1fr;gap:7px}
.spotlight-rank-card{overflow:hidden;border:1px solid color-mix(in srgb,var(--line) 74%,#d7a237);border-radius:9px;background:color-mix(in srgb,var(--surface) 96%,#0d2039)}
.spotlight-featured-card{border-width:2px;border-color:rgba(226,169,46,.72);background:radial-gradient(520px 210px at 86% 55%,rgba(35,84,145,.26),transparent 70%),linear-gradient(125deg,#0c1b30,#102947 62%,#0b1b31);box-shadow:0 13px 30px rgba(0,0,0,.17)}
.spotlight-featured-card>a{display:grid;grid-template-columns:72px 70px minmax(0,1fr) minmax(160px,210px);align-items:center;gap:14px;min-height:148px;padding:17px 18px;color:#f7f9fd;text-decoration:none}
.spotlight-featured-rank{color:#f0c45b;font-size:34px;font-weight:950;letter-spacing:-.06em;text-align:center}
.spotlight-featured-logo,.spotlight-row-logo{display:grid;overflow:hidden;place-items:center;background:#111d2f;color:#82b7ff;font-weight:950}
.spotlight-featured-logo{width:64px;height:64px;border:1px solid rgba(255,255,255,.2);border-radius:15px;font-size:28px}
.spotlight-featured-logo img,.spotlight-row-logo img{display:block;width:100%;height:100%;object-fit:cover}
.spotlight-featured-copy{display:grid;align-content:center;min-width:0}
.spotlight-featured-copy strong{overflow:hidden;font-size:20px;letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap}
.spotlight-featured-copy small{margin-top:3px;color:#b9c7da;font-size:11px}
.spotlight-featured-copy p{display:-webkit-box;max-width:620px;margin:9px 0 10px;overflow:hidden;color:#aab9cc;font-size:10px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.spotlight-featured-copy>span{justify-self:start;padding:5px 8px;border-radius:6px;background:rgba(93,140,207,.17);color:#c3d7f2;font-size:9px;font-weight:800}
.spotlight-featured-side{display:grid;justify-items:end;gap:5px;padding-left:15px;border-left:1px solid rgba(255,255,255,.11);text-align:right}
.spotlight-featured-side strong{color:#f2c45b;font-size:13px}
.spotlight-featured-side>span{max-width:190px;color:#dce6f4;font-size:10px;font-weight:800}
.spotlight-featured-side em{color:#8fa5bf;font-size:8px;font-style:normal}
.spotlight-featured-side>b,.spotlight-rank-empty>button{margin-top:7px;padding:8px 12px;border:1px solid rgba(237,187,72,.52);border-radius:7px;background:rgba(227,165,31,.12);color:#f0c45b;font-size:9px;font-weight:900}
.spotlight-row-card>a{display:grid;grid-template-columns:43px 32px minmax(0,1fr) minmax(150px,auto);align-items:center;gap:11px;min-height:48px;padding:7px 12px;color:inherit;text-decoration:none}
.spotlight-row-card:hover{border-color:rgba(226,169,46,.46);background:color-mix(in srgb,var(--surface-2) 90%,#193c67)}
.spotlight-row-rank{display:grid;width:28px;height:28px;place-items:center;border:1px solid var(--line);border-radius:8px;background:var(--surface-2);color:var(--muted);font-size:10px;font-weight:950}
.spotlight-row-logo{width:30px;height:30px;border:1px solid var(--line);border-radius:8px;font-size:13px}
.spotlight-row-copy{display:grid;min-width:0;gap:2px}
.spotlight-row-copy strong,.spotlight-row-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.spotlight-row-copy strong{font-size:11px}
.spotlight-row-copy small{color:var(--muted);font-size:8px}
.spotlight-row-signal{overflow:hidden;color:#d7aa43;font-size:9px;font-weight:800;text-align:right;text-overflow:ellipsis;white-space:nowrap}
.spotlight-rank-empty{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:108px;padding:20px}
.spotlight-empty-copy{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:4px 16px}
.spotlight-empty-copy .spotlight-featured-rank{grid-row:1/3}
.spotlight-empty-copy strong{font-size:18px}
.spotlight-empty-copy p{margin:0;color:#aab9cc;font-size:10px}
html[data-theme="light"] .home-spotlight-panel{background:linear-gradient(145deg,#fff,#f5f8fd);box-shadow:0 14px 34px rgba(30,68,116,.08)}
html[data-theme="light"] .spotlight-featured-card{background:radial-gradient(520px 220px at 85% 55%,rgba(46,113,205,.14),transparent 70%),linear-gradient(125deg,#10223b,#15375d 65%,#102643)}
html[data-theme="light"] .spotlight-row-card{background:#fff}

/* Desktop home Spotlight mirrors the compact mobile ranking: logo-first, three
   entries, and no submission action in the header. */
.spotlight-submit-button{display:none!important}
.home-spotlight-panel .spotlight-submit-button,
.home-spotlight-panel [data-spotlight-submit],
.home-spotlight-panel [data-community-create="website"]{display:none!important}
.home-spotlight-grid{grid-template-columns:1fr;gap:7px}
.spotlight-featured-card>a{grid-template-columns:46px 66px minmax(0,1fr);min-height:96px;gap:11px;padding:13px 14px}
.spotlight-featured-rank{font-size:23px}
.spotlight-featured-logo{width:58px;height:58px;border-radius:12px;font-size:24px}
.spotlight-featured-logo img,.spotlight-row-logo img{object-fit:contain}
.spotlight-featured-copy{gap:2px}
.spotlight-featured-copy strong{font-size:15px}
.spotlight-featured-copy small{font-size:10px}
.spotlight-featured-copy>span{margin-top:7px;padding:4px 7px;font-size:8px}
.spotlight-row-card>a{grid-template-columns:36px 46px minmax(0,1fr);min-height:58px;gap:9px;padding:8px 11px}
.spotlight-row-rank{width:28px;height:28px}
.spotlight-row-logo{width:42px;height:42px;border-radius:10px;font-size:16px}
.spotlight-row-copy{gap:3px}
.spotlight-row-copy strong{font-size:12px}
.spotlight-row-copy small{font-size:9px}
.spotlight-row-copy>span{overflow:hidden;color:#d7aa43;font-size:8px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}
.spotlight-row-signal{display:none}
.spotlight-rank-empty{grid-column:1/-1;min-height:82px}
.spotlight-tag-card>a{display:grid;grid-template-columns:46px minmax(112px,150px) 44px minmax(0,1fr) 20px;align-items:center;gap:12px;min-height:64px;padding:8px 13px;color:inherit;text-decoration:none}.spotlight-tag-card.is-first{border-color:rgba(226,169,46,.6);box-shadow:0 8px 22px rgba(217,157,42,.08)}.spotlight-tag-pill{display:grid;min-height:36px;place-items:center;padding:0 12px;border:1px solid rgba(226,169,46,.23);border-radius:8px;background:linear-gradient(135deg,rgba(226,169,46,.15),rgba(226,169,46,.04));color:#d8a42d;font-size:11px;white-space:nowrap}.spotlight-tag-card .spotlight-row-logo{width:40px;height:40px}.spotlight-tag-card .spotlight-row-copy strong{font-size:12px}.spotlight-tag-card .spotlight-row-copy small{font-size:9px}.spotlight-arrow{color:var(--muted);font-size:24px;font-style:normal;text-align:center}html[data-theme="light"] .spotlight-tag-card{background:#fff}
.experia-story-item .experia-story-thumb{background:linear-gradient(145deg,var(--story-ring,#2563eb),#22d3ee 58%,var(--story-ring,#60a5fa))}

@media(max-width:900px){.spotlight-featured-card>a{grid-template-columns:44px 54px minmax(0,1fr);gap:10px;padding:12px}.spotlight-featured-logo{width:50px;height:50px}.spotlight-featured-copy strong{font-size:16px}.spotlight-featured-side{display:none}}
@media(max-width:620px){.home-spotlight-panel{margin:10px 0 12px;padding:12px;border-radius:12px}.spotlight-submit-button{display:none}.spotlight-featured-card>a{grid-template-columns:43px 48px minmax(0,1fr);min-height:112px;padding:12px}.spotlight-featured-rank{font-size:23px}.spotlight-featured-logo{width:46px;height:46px;border-radius:11px}.spotlight-featured-copy strong{font-size:14px}.spotlight-featured-copy p{margin:5px 0 7px;font-size:8px}.spotlight-featured-side{display:none}.spotlight-row-card>a{grid-template-columns:34px 28px minmax(0,1fr);min-height:45px;padding:6px 8px}.spotlight-row-signal{display:none}.spotlight-row-rank{width:25px;height:25px}.spotlight-row-logo{width:26px;height:26px}.spotlight-rank-empty{padding:14px}.spotlight-empty-copy strong{font-size:14px}.spotlight-tag-card>a{grid-template-columns:34px 84px 34px minmax(0,1fr) 15px;gap:7px;min-height:58px;padding:7px}.spotlight-tag-pill{min-height:32px;padding:0 7px;font-size:9px}.spotlight-tag-card .spotlight-row-logo{width:32px;height:32px}.spotlight-tag-card .spotlight-row-copy strong{font-size:10px}}

/* The tag is an unobtrusive action; the logo carries the visual weight. */
.spotlight-tag-card>a{grid-template-columns:42px 70px 42px minmax(0,1fr) 34px 18px;gap:9px}
.spotlight-tag-pill{display:flex;align-items:center;min-height:0;padding:0;border:0;background:transparent;color:#d8a42d;font-size:10px;font-weight:900;white-space:nowrap;cursor:pointer}
.spotlight-tag-card .spotlight-row-logo{width:38px;height:38px;border:1px solid color-mix(in srgb,var(--line) 80%,#d7a237);background:transparent}
.spotlight-score-bars{display:grid;gap:4px;width:34px;align-content:center}
.spotlight-score-bar{display:block;width:100%;height:5px;overflow:hidden;border-radius:3px;background:rgba(122,139,164,.22)}
.spotlight-score-bar::after{display:block;width:var(--score,0%)!important;height:100%;border-radius:inherit;background:var(--bar-color,#3b82f6)!important;content:""}
html[data-theme="dark"] .spotlight-score-bar{background:rgba(190,208,235,.18)}
html[data-theme="light"] .spotlight-tag-pill{color:#a77415}
html[data-theme="light"] .spotlight-tag-card .spotlight-row-logo{background:transparent}
@media(max-width:620px){.spotlight-tag-card>a{grid-template-columns:35px 58px 34px minmax(0,1fr) 29px 15px;gap:6px;min-height:54px;padding:7px}.spotlight-tag-pill{font-size:8px}.spotlight-tag-card .spotlight-row-logo{width:31px;height:31px}.spotlight-score-bars{width:29px}.spotlight-score-bar{height:4px}}
.mini-panels{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.mini-panel{min-height:180px}
.live-dot{align-self:center;color:#ff8f74;font-size:10px;font-weight:800}
.live-dot::before,.live-label::before{display:inline-block;width:6px;height:6px;margin-right:5px;border-radius:50%;background:currentColor;content:""}
.spotlight-tag-card>a{grid-template-columns:46px 70px 42px minmax(0,1fr) 34px 18px}
.spotlight-tag-card .spotlight-row-rank{width:32px;height:32px;font-size:11px;letter-spacing:-.02em}
.spotlight-tag-card .spotlight-tag-pill{margin-left:2px}
@media(max-width:620px){.spotlight-tag-card>a{grid-template-columns:38px 60px 34px minmax(0,1fr) 29px 15px}.spotlight-tag-card .spotlight-row-rank{width:30px;height:30px;font-size:9px}.spotlight-tag-card .spotlight-tag-pill{margin-left:2px}}
.compact-list,.pulse-list{display:grid;gap:0;margin:0;padding:0;list-style:none}
.compact-list li{display:grid;grid-template-columns:20px minmax(0,1fr) auto;gap:8px;align-items:center;padding:8px 0;border-top:1px solid var(--line);color:var(--muted);font-size:10px}
.compact-list li:first-child{border-top:0}
.compact-list li b{display:grid;width:19px;height:19px;place-items:center;border-radius:6px;background:rgba(59,130,246,.14);color:#86baff;font-size:9px}
.compact-list li span{overflow:hidden;color:var(--text);font-weight:750;text-overflow:ellipsis;white-space:nowrap}
.compact-list li time{font-size:9px;white-space:nowrap}
.index-status{display:grid;gap:12px;padding:12px;border:1px solid var(--line);border-radius:12px;background:rgba(5,8,15,.25)}
.index-status span{font-size:11px;font-weight:800}
.index-status i{display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:var(--good);box-shadow:0 0 0 4px rgba(98,216,170,.1)}
.index-status b{color:#a9e3cd;font-size:13px}
.index-status small{color:var(--muted);font-size:10px;line-height:1.55}
.side-column{display:grid;align-content:start;gap:14px}
.side-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:13px}
.side-heading>div{display:flex;align-items:center;gap:8px}
.side-heading>div>span{font-size:16px}
.side-heading h2{margin:0;font-size:13px}
.side-heading small{color:var(--muted);font-size:9px}
.country-list{display:grid}
.country-row{display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:7px;padding:7px 0;border-top:1px solid var(--line);font-size:11px}
.country-row:first-child{border-top:0}
.country-row b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.country-row span{color:#92b6ff;font-size:10px;font-weight:850}
.side-empty{margin:0;color:var(--muted);font-size:11px}
.pulse-list li{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:10px 0;border-top:1px solid var(--line);color:var(--muted);font-size:10px}
.pulse-list li:first-child{border-top:0}
.pulse-list li b{overflow:hidden;color:var(--text);text-overflow:ellipsis;white-space:nowrap}
.pulse-list li span{color:#e18c8c;font-size:9px;white-space:nowrap}
.live-label{color:#ff8f74!important}
.submit-card{display:grid;gap:9px;overflow:hidden;padding:19px;border-radius:15px;background:linear-gradient(140deg,#123c73,#1467b7 63%,#0891b2);box-shadow:0 18px 36px rgba(16,83,155,.24)}
.submit-card p{margin:0;color:#c6e3ff;font-size:9px;font-weight:850;letter-spacing:.1em}
.submit-card h2{margin:0;font-size:27px;line-height:1.05}
.submit-card span{max-width:190px;color:#d8efff;font-size:11px;line-height:1.5}
.submit-card a{justify-self:start;margin-top:5px;padding:9px 12px;border-radius:9px;background:#fff;color:#164d83;font-size:11px;font-weight:850;text-decoration:none}
.tag-list{display:flex;flex-wrap:wrap;gap:6px}
.tag-list span{padding:7px 8px;border-radius:7px;background:var(--surface-3);color:var(--muted);font-size:10px}
.site-footer{width:min(1420px,calc(100% - 48px));margin:38px auto 24px;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 94%,transparent),color-mix(in srgb,var(--surface-2) 84%,transparent));box-shadow:var(--shadow);color:var(--muted);font-size:11px}
.footer-grid{display:grid;grid-template-columns:minmax(250px,1.45fr) repeat(4,minmax(130px,1fr));gap:34px;padding:34px 36px 32px}
.footer-brand-block{display:grid;align-content:start;justify-items:start;gap:15px}
.footer-brand{display:flex;align-items:center;gap:10px;color:var(--text);text-decoration:none}.footer-brand span{display:grid;gap:1px}.footer-brand b{font-size:14px;letter-spacing:.08em}.footer-brand small{color:var(--accent);font-size:9px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.footer-brand-block p{max-width:300px;margin:0;color:var(--muted);font-size:11px;line-height:1.65}
.footer-email{color:#82b7ff;font-size:11px;font-weight:850;text-decoration:none}
.footer-column{display:flex;align-items:flex-start;flex-direction:column;gap:10px}
.footer-column h3{margin:2px 0 5px;color:var(--text);font-size:10px;letter-spacing:.1em;text-transform:uppercase}
.footer-column a,.footer-column button{padding:0;border:0;background:transparent;color:var(--muted);font-size:10px;line-height:1.35;text-align:left;text-decoration:none}
.footer-column a:hover,.footer-column button:hover,.footer-email:hover{color:var(--accent)}
.footer-bottom{display:grid;grid-template-columns:1fr auto auto 1fr;align-items:center;gap:18px;padding:16px 36px;border-top:1px solid var(--line);background:color-mix(in srgb,var(--surface-2) 74%,transparent);font-size:9px}
.footer-bottom>span:last-child{text-align:right}.footer-status{display:flex;align-items:center;gap:7px;color:var(--good);font-weight:800}.footer-status i{display:block;width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px color-mix(in srgb,var(--good) 12%,transparent)}
.footer-language-control{justify-self:center}
html[data-theme="light"] .site-footer{background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(241,246,252,.96))}
body.search-active .site-footer{display:none}
@media(max-width:1120px){.footer-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.footer-brand-block{grid-column:1/-1}.download-browser{display:none}.main-nav{gap:14px}.main-nav a{font-size:12px}}
@media(max-width:760px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:27px 20px;padding:28px 24px}.footer-brand-block{grid-column:1/-1}.footer-bottom{grid-template-columns:1fr;justify-items:start;padding:16px 24px}.footer-bottom>span:last-child{text-align:left}.footer-language-control{justify-self:start}}
@media(max-width:430px){.footer-grid{grid-template-columns:1fr}.footer-brand-block{grid-column:auto}}

/* Standalone Experia Discover surface — mirrors the native three-column layer. */
body.discover-layer-active{background:var(--bg)}
body.discover-layer-active .home-layout,body.discover-layer-active .search-experience,body.discover-layer-active .community-panel-launcher,body.discover-layer-active .community-drawer-scrim{display:none!important}
body.discover-layer-active main{width:min(1480px,100%)}
.desktop-discover-layer{min-height:calc(100vh - 64px);background:var(--bg)}
.discover-layer-toolbar{position:sticky;z-index:8;top:64px;display:flex;align-items:center;justify-content:space-between;min-height:76px;padding:12px max(24px,calc((100vw - 814px)/2));border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--bg) 90%,transparent);backdrop-filter:blur(18px)}
.discover-layer-leading,.discover-layer-actions{display:flex;align-items:center;gap:12px}
.discover-layer-leading>b{display:grid;min-width:42px;height:38px;place-items:center;border:1px solid var(--line);border-radius:12px;background:var(--surface-2);color:var(--muted);font-size:12px;letter-spacing:.08em}
.discover-post-button{display:flex;align-items:center;justify-content:center;gap:5px;min-height:42px;padding:0 17px;border:1px solid color-mix(in srgb,var(--accent) 62%,var(--line));border-radius:13px;background:var(--accent);box-shadow:0 10px 26px color-mix(in srgb,var(--accent) 24%,transparent);color:#fff;font-size:12px;font-weight:900}
.discover-post-button:hover{filter:brightness(1.08);transform:translateY(-1px)}
.discover-close-button{display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--line);border-radius:14px;background:var(--surface-2);color:var(--muted);font-size:28px;font-weight:300;line-height:1}
.discover-close-button:hover{border-color:color-mix(in srgb,var(--accent) 45%,var(--line));color:var(--text)}
.discover-layer-content{width:min(774px,calc(100% - 88px));margin:0 auto;padding:24px 0 72px}
.discover-search{display:grid;grid-template-columns:28px minmax(0,1fr) 44px;align-items:center;gap:10px;min-height:62px;padding:7px 8px 7px 19px;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:var(--shadow)}
.discover-search>.ui-icon{width:21px;height:21px;color:var(--muted)}
.discover-search input{width:100%;height:46px;border:0;outline:0;background:transparent;color:var(--text);font-size:16px}
.discover-search input::placeholder{color:color-mix(in srgb,var(--muted) 82%,transparent)}
.discover-dictation{display:grid;width:42px;height:42px;place-items:center;border:0;border-radius:13px;background:var(--surface-2);color:var(--muted)}
.discover-dictation.is-listening{background:rgba(239,68,98,.14);color:#ef4462;animation:discover-mic-pulse 1.15s ease-in-out infinite}
@keyframes discover-mic-pulse{50%{box-shadow:0 0 0 7px rgba(239,68,98,.1);transform:scale(1.04)}}
.discover-category-row{display:flex;gap:9px;overflow-x:auto;padding:19px 0 13px;scrollbar-width:none}
.discover-category-row::-webkit-scrollbar{display:none}
.discover-category-row button{flex:0 0 auto;min-height:39px;padding:0 16px;border:1px solid var(--line);border-radius:999px;background:var(--surface-2);color:var(--text);font-size:11px;font-weight:850}
.discover-category-row button:hover,.discover-category-row button.active{border-color:var(--accent);background:var(--accent);color:#fff}
.discover-ranking-copy{margin:3px 0 16px;color:var(--muted);font-size:11px;letter-spacing:.01em}
.discover-featured-grid,.discover-masonry-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2px;overflow:hidden}
.discover-featured-grid{margin-bottom:20px}
.discover-tile{position:relative;display:block;aspect-ratio:1.017/1;min-width:0;overflow:hidden;background:var(--surface-2);color:#fff;text-decoration:none}
.discover-featured-grid .discover-tile{aspect-ratio:1.1/1}
.discover-tile img{position:absolute;z-index:0;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .32s ease,filter .32s ease}
.discover-motion-image{opacity:0;will-change:opacity,transform}.discover-tile:not(.has-gallery) .discover-motion-image:first-of-type,.discover-tile.has-gallery.media-ready .discover-motion-image:first-of-type{opacity:1}.desktop-discover-layer.discover-motion-ready .discover-tile.motion-enabled.has-gallery.is-visible.media-ready .discover-motion-image{animation:discover-media-fade 11.30s cubic-bezier(.22,.61,.36,1) infinite;animation-delay:var(--motion-delay)}.desktop-discover-layer.discover-motion-ready .discover-tile.motion-enabled.gallery-2.is-visible.media-ready .discover-motion-image{animation-name:discover-media-fade-two;animation-duration:7.53s}.desktop-discover-layer.discover-motion-ready .discover-tile.motion-enabled.has-gallery.is-visible.media-ready .discover-motion-image:nth-of-type(2){animation-delay:calc(var(--motion-delay) + 3.77s)}.desktop-discover-layer.discover-motion-ready .discover-tile.motion-enabled.gallery-3.is-visible.media-ready .discover-motion-image:nth-of-type(3){animation-delay:calc(var(--motion-delay) + 7.53s)}.desktop-discover-layer.discover-motion-ready .discover-tile.motion-enabled.motion-slide.has-gallery.is-visible.media-ready .discover-motion-image{animation-name:discover-media-slide}.desktop-discover-layer.discover-motion-ready .discover-tile.motion-enabled.motion-slide.gallery-2.is-visible.media-ready .discover-motion-image{animation-name:discover-media-slide-two}.discover-tile:not(.motion-enabled).has-gallery .discover-motion-image{animation:none!important;transform:none!important}.discover-tile:not(.motion-enabled).has-gallery .discover-motion-image:not(:first-of-type){opacity:0!important}body.discover-layer-active.is-discover-scrolling .discover-tile.motion-enabled.has-gallery.is-visible .discover-motion-image{animation-play-state:paused}.discover-inline-video,.discover-inline-video iframe{position:absolute;z-index:1;inset:0;width:100%;height:100%;border:0}.discover-inline-video{overflow:hidden;background:transparent;pointer-events:none}.discover-platform-badge{position:absolute;z-index:4;top:13px;right:13px;padding:6px 8px;border-radius:8px;background:rgba(3,8,17,.76);color:#fff;font-size:8px;font-style:normal;font-weight:900;letter-spacing:.06em;backdrop-filter:blur(8px)}
@keyframes discover-media-fade{0%,28%{opacity:1}36%,92%{opacity:0}100%{opacity:1}}@keyframes discover-media-fade-two{0%,44%{opacity:1}54%,92%{opacity:0}100%{opacity:1}}@keyframes discover-media-slide{0%,28%{opacity:1;transform:translateX(0) scale(1.01)}36%,92%{opacity:0;transform:translateX(-4%) scale(1.04)}100%{opacity:1;transform:translateX(0) scale(1.01)}}@keyframes discover-media-slide-two{0%,44%{opacity:1;transform:translateX(0) scale(1.01)}54%,92%{opacity:0;transform:translateX(-4%) scale(1.04)}100%{opacity:1;transform:translateX(0) scale(1.01)}}
.discover-tile img[hidden]{display:none}
.discover-tile img.is-logo-preview{inset:25%;width:50%;height:50%;border:1px solid rgba(255,255,255,.28);border-radius:18%;background:rgba(255,255,255,.9);box-shadow:0 16px 35px rgba(0,0,0,.2);object-fit:contain}
.discover-tile-fallback{position:absolute;z-index:0;inset:0;display:grid;overflow:hidden;place-content:center;place-items:center;gap:8px;padding:18px;background:radial-gradient(circle at 76% 18%,rgba(255,255,255,.22),transparent 24%),linear-gradient(145deg,var(--fallback-a),var(--fallback-b));isolation:isolate;text-align:center}
.discover-tile-fallback::before{position:absolute;z-index:-1;inset:-35%;border:1px solid rgba(255,255,255,.18);border-radius:42%;box-shadow:0 0 0 24px rgba(255,255,255,.055),0 0 0 52px rgba(255,255,255,.035);content:"";transform:rotate(-18deg)}
.discover-tile-fallback b{display:grid;width:58px;height:58px;place-items:center;border:1px solid rgba(255,255,255,.34);border-radius:16px;background:rgba(5,12,28,.2);box-shadow:0 14px 35px rgba(0,0,0,.18);color:#fff;font-size:29px;font-weight:950;text-shadow:0 2px 12px rgba(0,0,0,.2);backdrop-filter:blur(8px)}
.discover-tile-fallback small{max-width:86%;overflow:hidden;color:rgba(255,255,255,.78);font-size:8px;font-weight:800;letter-spacing:.03em;text-overflow:ellipsis;white-space:nowrap}
.discover-tile::after{position:absolute;z-index:1;inset:35% 0 0;background:linear-gradient(180deg,transparent,rgba(3,8,17,.88));content:""}
.discover-tile:hover img{filter:saturate(1.08);transform:scale(1.035)}
.discover-tile-title{position:absolute;z-index:2;right:15px;bottom:14px;left:15px;display:-webkit-box;overflow:hidden;color:#fff;font-size:clamp(13px,1.35vw,19px);font-weight:900;letter-spacing:-.025em;line-height:1.18;text-shadow:0 2px 14px rgba(0,0,0,.55);-webkit-box-orient:vertical;-webkit-line-clamp:2}
.discover-tile-rank{position:absolute;z-index:3;top:13px;left:13px;display:grid;width:38px;height:29px;place-items:center;border:1px solid rgba(255,214,110,.82);border-radius:9px;background:linear-gradient(135deg,#f59e0b,#ea580c);box-shadow:0 6px 18px rgba(180,83,9,.28);color:#fff;font-size:11px;font-weight:900;letter-spacing:.01em}
.discover-empty{margin:34px 0;padding:34px;border:1px dashed var(--line);border-radius:16px;color:var(--muted);text-align:center}
.discover-load-more{grid-column:1/-1;height:1px;pointer-events:none}
html[data-theme="light"] .desktop-discover-layer{background:#f6f8fc}
html[data-theme="light"] .discover-layer-toolbar{background:rgba(246,248,252,.9)}
html[data-theme="light"] .discover-search{background:#fff;box-shadow:0 14px 38px rgba(31,71,118,.09)}

/* Discover quick preview: comments and Page Score open above the preview. */
body.discover-preview-active{overflow:hidden}
.discover-quick-preview{position:fixed;z-index:90;inset:0;display:grid;place-items:center;padding:28px}
.discover-preview-scrim{position:absolute;inset:0;border:0;background:rgba(2,8,18,.78);backdrop-filter:blur(9px)}
.discover-preview-card{position:relative;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(285px,.8fr);overflow:hidden;width:min(940px,100%);max-height:calc(100vh - 56px);border:1px solid color-mix(in srgb,var(--line) 75%,#fff 25%);border-radius:24px;background:var(--surface);box-shadow:0 34px 100px rgba(0,0,0,.48)}
.discover-preview-close{position:absolute;z-index:4;top:14px;right:14px;display:grid;width:36px;height:36px;place-items:center;border:1px solid rgba(255,255,255,.28);border-radius:12px;background:rgba(5,12,25,.7);color:#fff;font-size:23px}
.discover-preview-visual{position:relative;display:grid;min-height:480px;overflow:hidden;place-items:center;background:linear-gradient(145deg,#142a4a,#0a1628)}
.discover-preview-visual>span{display:grid;width:92px;height:92px;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:25px;background:rgba(255,255,255,.09);color:#70b7ff;font-size:46px;font-weight:950}
.discover-preview-visual>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.discover-preview-visual>iframe{position:absolute;z-index:2;inset:0;width:100%;height:100%;border:0;background:#05080f}
.discover-preview-copy{align-self:center;padding:42px 32px}
.discover-preview-copy>small{color:var(--accent);font-size:10px;font-weight:900}
.discover-preview-copy>h2{margin:9px 0 12px;font-size:25px;line-height:1.12}
.discover-preview-copy>p{display:-webkit-box;overflow:hidden;margin:0;color:var(--muted);font-size:12px;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:5}
.discover-preview-social-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:20px}
.discover-preview-social-actions button{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:8px;padding:11px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2);color:var(--text);font-size:10px;font-weight:850}
.discover-preview-social-actions button:hover{border-color:var(--accent);transform:translateY(-1px)}
.discover-preview-social-actions button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.discover-preview-social-actions button b{display:grid;min-width:25px;height:25px;padding:0 7px;place-items:center;border-radius:8px;background:var(--surface);color:var(--accent)}
.discover-preview-continue{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:10px;padding:13px 15px;border-radius:13px;background:var(--accent);box-shadow:0 12px 28px color-mix(in srgb,var(--accent) 25%,transparent);color:#fff;font-size:11px;font-weight:900;text-decoration:none}
.discover-preview-continue span{font-size:18px;line-height:1}
.discover-preview-detail{position:absolute;z-index:5;inset:18px;display:flex;overflow:hidden;flex-direction:column;border:1px solid var(--line);border-radius:19px;background:color-mix(in srgb,var(--surface) 96%,transparent);box-shadow:0 28px 80px rgba(0,0,0,.42);backdrop-filter:blur(24px)}
.discover-preview-detail>header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:19px 21px;border-bottom:1px solid var(--line)}
.discover-preview-detail>header small{color:var(--accent);font-size:8px;font-weight:900;letter-spacing:.14em}
.discover-preview-detail>header h3{margin:4px 0 0;font-size:19px}
.discover-preview-detail>header button{display:grid;width:35px;height:35px;place-items:center;border:1px solid var(--line);border-radius:11px;background:var(--surface-2);color:var(--muted);font-size:21px}
.discover-preview-detail-content{overflow:auto;padding:19px 21px 25px}
.discover-preview-empty{margin:0;padding:34px 12px;color:var(--muted);text-align:center}
.discover-preview-comment-list{display:grid;gap:9px}
.discover-preview-comment-list article{padding:13px;border:1px solid var(--line);border-radius:13px;background:var(--bg)}
.discover-preview-comment-list header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:7px}
.discover-preview-comment-list header b{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}
.discover-preview-comment-list header time{flex:0 0 auto;color:var(--muted);font-size:8px}
.discover-preview-comment-list p{margin:0;color:var(--text);font-size:11px;line-height:1.5;white-space:pre-wrap}
.discover-preview-score-list{display:grid;gap:12px}
.discover-preview-score-list>div{display:grid;grid-template-columns:92px minmax(0,1fr) 36px;align-items:center;gap:10px}
.discover-preview-score-list span{color:var(--muted);font-size:10px;font-weight:800}
.discover-preview-score-list i{height:8px;overflow:hidden;border-radius:999px;background:var(--surface-2)}
.discover-preview-score-list i::after{display:block;width:var(--score-width);height:100%;border-radius:inherit;background:linear-gradient(90deg,#2479ef,#54bcff);content:""}
.discover-preview-score-list b{color:var(--accent);font-size:10px;text-align:right}
.discover-preview-score-note{margin:16px 0 0;color:var(--muted);font-size:9px;line-height:1.5}
html[data-theme="light"] .discover-preview-card,html[data-theme="light"] .discover-preview-detail{background:rgba(255,255,255,.97)}
@media(prefers-reduced-motion:reduce){.discover-motion-image,.trend-motion-image{animation:none!important;transform:none!important}.discover-motion-image:not(:first-of-type),.trend-motion-image:not(:first-of-type){display:none}}
@media(max-width:760px){
  .desktop-discover-layer{min-height:100vh}
  .discover-layer-toolbar{top:58px;min-height:68px;padding:10px 14px}
  .discover-layer-content{width:100%;padding:16px 0 48px}
  .discover-search{min-height:54px;margin:0 14px;padding-left:14px;border-radius:16px}
  .discover-category-row{padding-inline:14px}
  .discover-ranking-copy{margin:1px 14px 12px;font-size:9px}
  .discover-featured-grid,.discover-masonry-grid{gap:1px}
  .discover-featured-grid{margin-bottom:14px}
  .discover-tile,.discover-featured-grid .discover-tile{aspect-ratio:.717/1}
  .discover-tile-title{right:8px;bottom:9px;left:8px;font-size:10px;-webkit-line-clamp:3}
  .discover-tile-rank{top:7px;left:7px;width:31px;height:25px;border-radius:8px;font-size:8px}
  .discover-quick-preview{padding:11px}
  .discover-preview-card{grid-template-columns:1fr;overflow:auto;max-height:calc(100vh - 22px);border-radius:20px}
  .discover-preview-visual{min-height:310px}
  .discover-preview-copy{padding:24px 20px}
  .discover-preview-detail{position:fixed;inset:11px}
  .discover-preview-score-list>div{grid-template-columns:78px minmax(0,1fr) 32px}
}

.result-panel{scroll-margin-top:85px}
@media(max-width:1050px){.content-grid{grid-template-columns:1fr}
.side-column{grid-template-columns:repeat(2,minmax(0,1fr))}
.submit-card{grid-row:span 2}
.website-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){.site-header{padding:0 16px}
.main-nav{display:none}
.hero{min-height:0;padding:34px 16px 24px}
.content-grid{gap:10px}
.website-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.side-column{grid-template-columns:1fr}
.submit-card{grid-row:auto}
.mini-panels{grid-template-columns:1fr}
main,.site-footer{width:min(100% - 28px,1420px)}
}
@media(max-width:420px){.submit-link{padding:9px}
.website-grid{grid-template-columns:1fr}
.hero-vanofi{font-size:23px}
}

/* Experia discovery home — indexed web on the left, community discoveries on the right. */
.home-layout{display:grid;grid-template-columns:minmax(0,1fr) clamp(320px,29vw,420px);gap:14px;align-items:start;padding-top:18px}
.home-main{min-width:0}
.home-main>.hero{align-content:center;min-height:154px;margin-top:0;padding:20px}
.home-main>.hero .search-form{margin-top:12px}
.home-main>.explore-rail{margin-bottom:12px}
.home-main>.content-grid{grid-template-columns:1fr;padding-bottom:20px}
.home-main .discovery-insights{grid-template-columns:repeat(2,minmax(0,1fr))}
.home-main .discovery-insights .submit-card{grid-row:span 2}
.community-tag-panel.home-popular-tags{margin:8px 0 12px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:color-mix(in srgb,var(--surface) 92%,var(--accent-soft));box-shadow:0 8px 24px rgba(0,0,0,.06);opacity:1}
.community-tag-panel.home-popular-tags header{grid-template-columns:auto minmax(0,1fr)}
.community-tag-panel.home-popular-tags .community-section-icon{width:22px;height:22px;border-radius:6px;background:color-mix(in srgb,#ff8a1e 12%,transparent);color:#f29418;font-size:10px}
.community-tag-panel.home-popular-tags h3{color:var(--text);font-size:10px;font-weight:850;letter-spacing:.01em;text-transform:none}
.community-tag-panel.home-popular-tags p,.community-tag-panel.home-popular-tags header>small{display:none}
.community-tag-panel.home-popular-tags>div:last-child{flex-wrap:nowrap;gap:7px;overflow-x:auto;margin-top:8px;padding-bottom:2px;scroll-snap-type:x proximity}
.community-tag-panel.home-popular-tags>div:last-child button{display:grid;grid-template-columns:20px minmax(max-content,1fr) auto;min-width:132px;min-height:34px;gap:7px;padding:5px 8px;border:1px solid color-mix(in srgb,var(--accent) 8%,var(--line));border-radius:8px;background:color-mix(in srgb,var(--surface-2) 88%,var(--accent-soft));color:var(--text);font-size:8px;scroll-snap-align:start}
.community-tag-panel.home-popular-tags>div:last-child>span{padding:7px 9px;border-color:var(--line);background:var(--surface-2);color:var(--muted)}
.community-tag-panel.home-popular-tags>div:last-child button:hover{border-color:color-mix(in srgb,#f29418 42%,var(--line));background:color-mix(in srgb,var(--surface-2) 82%,#f29418 6%);transform:translateY(-1px)}
.community-tag-panel.home-popular-tags>div:last-child button em{display:grid;width:20px;height:20px;place-items:center;border-radius:6px;background:color-mix(in srgb,#ff8a1e 13%,var(--surface-2));color:#f08a12;font-size:8px;font-style:normal;font-weight:900}
.community-tag-panel.home-popular-tags>div:last-child button b{overflow:hidden;font-size:8px;text-overflow:ellipsis;white-space:nowrap}
.community-tag-panel.home-popular-tags>div:last-child button span{display:block;min-width:auto;height:auto;padding:0;border:0;border-radius:0;background:transparent;color:var(--good);font-size:7px;opacity:1}
.trend-sites-panel{margin-bottom:14px;padding:15px;border:1px solid var(--line);border-radius:11px;background:linear-gradient(145deg,rgba(17,26,41,.92),rgba(10,16,27,.92))}
.trend-sites-panel .section-heading{margin-bottom:11px}
.trend-sites-panel .section-heading h2{font-size:17px}
.trend-site-rail{display:grid;grid-auto-columns:minmax(170px,1fr);grid-auto-flow:column;gap:8px;overflow-x:auto;overscroll-behavior-inline:contain;padding:1px 1px 3px;scroll-snap-type:x proximity;scrollbar-width:thin}
.trend-site-rail .loading-card{min-height:184px}
.trend-site-card{position:relative;display:flex;min-height:184px;overflow:hidden;flex-direction:column;border:1px solid var(--line);border-radius:7px;background:linear-gradient(145deg,var(--trend-start,var(--surface-2)),var(--trend-end,var(--surface)));color:inherit;text-decoration:none;scroll-snap-align:start;content-visibility:auto;contain-intrinsic-size:184px}
.trend-site-card::after{position:absolute;right:-25px;bottom:-35px;width:110px;height:110px;border-radius:50%;background:rgba(59,130,246,.13);content:""}
.trend-site-card:hover{border-color:color-mix(in srgb,var(--accent) 55%,var(--line));transform:translateY(-1px)}
.trend-site-visual{position:relative;display:grid;height:102px;overflow:hidden;place-items:center;background:linear-gradient(145deg,var(--trend-start,var(--surface-2)),var(--surface-2))}
.trend-site-visual>img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;contain:paint;image-rendering:auto;transition:transform .25s ease}
.trend-site-visual>.trend-motion-image{opacity:0;will-change:auto;transition:none}.trend-site-visual>.trend-motion-image:first-of-type{opacity:1}.trend-site-card.has-gallery.is-visible .trend-motion-image{will-change:opacity,transform;animation:trend-site-media-fade 15s infinite;animation-delay:var(--trend-motion-delay,0s)}.trend-site-card.has-gallery.is-visible .trend-motion-image[data-image-index="1"]{animation-delay:calc(var(--trend-motion-delay,0s) - 5s)}.trend-site-card.has-gallery.is-visible .trend-motion-image[data-image-index="2"]{animation-delay:calc(var(--trend-motion-delay,0s) - 10s)}.trend-site-card.motion-slide.has-gallery.is-visible .trend-motion-image{animation-name:trend-site-media-slide}@keyframes trend-site-media-fade{0%,28%{opacity:1}36%,92%{opacity:0}100%{opacity:1}}@keyframes trend-site-media-slide{0%,28%{opacity:1;transform:translateX(0) scale(1.01)}36%,92%{opacity:0;transform:translateX(-3%) scale(1.03)}100%{opacity:1;transform:translateX(0) scale(1.01)}}
.trend-site-visual>img[hidden]{display:none}
.trend-site-card:hover .trend-site-visual>img{transform:scale(1.035)}
.trend-site-placeholder{display:grid;width:100%;height:100%;place-items:center;color:var(--accent);font-size:30px;font-weight:900}
.trend-site-rank{position:absolute;z-index:2;top:8px;left:8px;display:grid;width:24px;height:24px;place-items:center;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:rgba(5,8,16,.72);color:#f1c45d;box-shadow:0 4px 12px rgba(0,0,0,.2);font-size:9px;font-weight:900}
.trend-site-copy{position:relative;z-index:1;display:grid;gap:3px;padding:10px 11px 11px}
.trend-site-card strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}
.trend-site-card p{overflow:hidden;margin:0;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}
.trend-site-card small{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--good);font-size:8px;font-weight:850}
.trend-site-card small span{overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap}
.community-discovery{position:relative;display:flex;min-height:0;overflow:hidden;flex-direction:column;border:1px solid var(--line);border-radius:16px;background:linear-gradient(155deg,rgba(17,26,41,.97),rgba(8,13,23,.98));box-shadow:var(--shadow);transition:opacity .2s ease,transform .25s ease}
.community-discovery-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:15px 14px 12px;border-bottom:1px solid var(--line)}
.community-discovery-header>div:first-child{display:flex;min-width:0;align-items:center;gap:9px}
.community-discovery-header h2{overflow:hidden;margin:0;font-size:11px;letter-spacing:.02em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}
.community-discovery-header p{margin:3px 0 0;color:var(--muted);font-size:9px}
.community-orbit{display:grid;flex:0 0 auto;width:30px;height:30px;place-items:center;border-radius:10px;background:var(--accent-soft);color:var(--accent)}
.community-panel-actions{display:flex;gap:5px}
.community-panel-actions button{display:grid;width:28px;height:28px;place-items:center;border:1px solid var(--line);border-radius:8px;background:var(--surface-2);color:var(--muted);font-size:16px}
.community-panel-actions button:hover{border-color:var(--accent);color:var(--text)}
.community-discovery-status{display:flex;align-items:center;justify-content:space-between;padding:9px 14px;border-bottom:1px solid var(--line);color:var(--muted);font-size:8px}
.community-discovery-status span{color:var(--good);font-weight:900;letter-spacing:.07em}.community-discovery-status i{display:inline-block;width:6px;height:6px;margin-right:5px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px color-mix(in srgb,var(--good) 12%,transparent)}
.community-discovery-feed{display:grid;gap:10px;overflow:visible;padding:10px}
.community-feed-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 96px;gap:11px;min-height:132px;padding:12px;border:1px solid var(--line);border-radius:12px;background:color-mix(in srgb,var(--surface-2) 78%,transparent)}
.community-feed-card:hover{border-color:color-mix(in srgb,var(--accent) 46%,var(--line))}
.community-feed-copy{display:flex;min-width:0;flex-direction:column}
.community-feed-user{display:flex;align-items:center;gap:6px;margin-bottom:8px;color:var(--muted);font-size:8px}
.community-feed-user>span{display:grid;width:22px;height:22px;place-items:center;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;font-weight:900}
.community-feed-user button{overflow:hidden;max-width:90px;padding:0;border:0;background:transparent;color:var(--text);font-size:8px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}
.community-feed-user em{margin-left:auto;color:var(--muted);font-style:normal;white-space:nowrap}
.community-feed-link{display:grid;gap:4px;color:inherit;text-decoration:none}
.community-feed-link strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}
.community-feed-link p{display:-webkit-box;overflow:hidden;margin:0;color:var(--muted);font-size:9px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.community-feed-tags{display:flex;gap:4px;overflow:hidden;margin-top:auto;padding-top:8px}
.community-feed-tags span{max-width:86px;overflow:hidden;padding:4px 6px;border-radius:6px;background:var(--surface-3);color:var(--muted);font-size:7px;text-overflow:ellipsis;white-space:nowrap}
.community-feed-visual{position:relative;display:grid;overflow:hidden;min-height:106px;place-items:center;border-radius:9px;background:linear-gradient(145deg,var(--surface-3),var(--accent-soft))}
.community-feed-visual img{width:84%;height:84%;border-radius:7px;object-fit:contain}
.community-feed-visual>span{display:grid;width:100%;height:100%;min-height:106px;place-items:center;color:color-mix(in srgb,var(--accent) 70%,#fff);font-size:28px;font-weight:900}
.community-feed-favorite{position:absolute;right:5px;bottom:5px;display:flex;align-items:center;gap:3px;min-height:23px;padding:0 7px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(5,8,15,.78);color:#ff839d;font-size:8px;backdrop-filter:blur(8px)}
.community-feed-favorite.is-favorited{background:#7c203b;color:#fff}
.community-feed-loading,.community-feed-empty{display:grid;min-height:250px;place-items:center;align-content:center;gap:10px;padding:20px;color:var(--muted);font-size:9px;text-align:center}
.community-feed-loading i{width:24px;height:24px;border:2px solid var(--line);border-top-color:var(--accent);border-radius:50%;animation:search-feedback-spin .7s linear infinite}
.community-feed-empty b{color:var(--text);font-size:12px}.community-feed-empty p{max-width:240px;margin:0;line-height:1.55}
.community-load-more{flex:0 0 auto;margin:0 10px 10px;padding:9px;border:1px solid var(--line);border-radius:9px;background:var(--surface-2);color:var(--text);font-size:9px;font-weight:850}
.community-tag-panel,.community-comments-panel{flex:0 0 auto;margin:0 10px 10px;padding:13px;border:1px solid var(--line);border-radius:13px;background:color-mix(in srgb,var(--surface-2) 74%,transparent)}
.community-tag-panel header,.community-comments-panel header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px}
.community-tag-panel h3,.community-comments-panel h3{margin:0;font-size:10px;letter-spacing:.02em;text-transform:uppercase}
.community-tag-panel p,.community-comments-panel p{margin:2px 0 0;color:var(--muted);font-size:8px}
.community-tag-panel header small,.community-comments-panel header small{color:var(--accent);font-size:7px;font-weight:850;text-transform:uppercase}
.community-section-icon{display:grid;width:27px;height:27px;place-items:center;border-radius:8px;background:color-mix(in srgb,var(--accent) 15%,transparent);color:var(--accent);font-size:11px;font-weight:900}
.community-section-icon.comment{background:rgba(255,94,127,.12);color:#ff6f8e}
.community-tag-panel>div:last-child{display:flex;gap:7px;overflow-x:auto;margin-top:11px;padding-bottom:2px;scrollbar-width:none}
.community-tag-panel>div:last-child::-webkit-scrollbar{display:none}
.community-tag-panel>div:last-child button,.community-tag-panel>div:last-child span{display:flex;flex:0 0 auto;align-items:center;gap:7px;padding:7px 10px;border:1px solid color-mix(in srgb,var(--accent) 12%,var(--line));border-radius:8px;background:color-mix(in srgb,var(--accent) 8%,var(--surface-3));color:color-mix(in srgb,var(--text) 82%,var(--muted));font-size:8px;font-weight:780;white-space:nowrap}
.community-tag-panel>div:last-child button:hover{border-color:color-mix(in srgb,var(--accent) 45%,var(--line));background:color-mix(in srgb,var(--accent) 14%,var(--surface-3));transform:translateY(-1px)}
.community-tag-panel>div:last-child button b{font-size:8px}.community-tag-panel>div:last-child button span{display:grid;min-width:17px;height:17px;padding:0 4px;place-items:center;border:0;border-radius:5px;background:color-mix(in srgb,var(--accent) 15%,transparent);color:var(--accent);font-size:7px}
.community-comments-panel{max-height:250px;overflow:hidden;background:linear-gradient(145deg,color-mix(in srgb,var(--surface-2) 88%,transparent),color-mix(in srgb,var(--surface) 72%,transparent))}
.community-comments-panel>div:last-child{max-height:180px;overflow-y:auto;margin-top:9px;padding-right:3px;scrollbar-width:thin}
.community-comments-panel .recent-page-comment{padding:9px 2px}
.community-comments-panel .recent-page-comment span{color:var(--muted);font-size:7px}
.community-comments-panel .recent-page-comment strong{font-size:9px}
.community-comments-panel .recent-page-comment p{font-size:8px;-webkit-line-clamp:1}
.community-comments-panel .side-empty{padding:12px 2px;font-size:9px;line-height:1.5}
.community-panel-launcher{position:fixed;z-index:35;right:17px;bottom:18px;display:none;align-items:center;gap:7px;padding:10px 12px;border:1px solid color-mix(in srgb,var(--accent) 52%,var(--line));border-radius:999px;background:color-mix(in srgb,var(--surface) 90%,transparent);box-shadow:var(--shadow);color:var(--text);backdrop-filter:blur(16px)}
.community-panel-launcher span{color:var(--accent)}.community-panel-launcher b{font-size:10px}.community-panel-launcher em{display:grid;min-width:20px;height:20px;place-items:center;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:8px;font-style:normal}
.community-drawer-scrim{display:none}
body.home-community-collapsed .home-layout{grid-template-columns:1fr}
body.home-community-collapsed .community-discovery{display:none}
body.home-community-collapsed .community-panel-launcher{display:flex}
body.search-active .community-panel-launcher{display:none!important}
html[data-theme="light"] .trend-sites-panel{background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(244,246,252,.96))}
html[data-theme="light"] .community-discovery{background:linear-gradient(155deg,rgba(255,255,255,.98),rgba(243,246,252,.98))}
html[data-theme="light"] .community-feed-card{background:rgba(245,247,252,.9)}
html[data-theme="light"] .community-tag-panel,html[data-theme="light"] .community-comments-panel{background:rgba(248,249,253,.96)}
html[data-theme="light"] .community-tag-panel.home-popular-tags{border-color:#e5e9f1;background:rgba(255,255,255,.96);box-shadow:0 8px 24px rgba(42,52,72,.055)}
html[data-theme="light"] .community-tag-panel.home-popular-tags>div:last-child button{border-color:#ece9f3;background:#f8f7fc}

@media(max-width:1050px){
  .home-layout{display:block;padding-top:12px}
  .home-main>.hero{min-height:150px;padding:18px 16px}
  .home-main .discovery-insights{grid-template-columns:repeat(2,minmax(0,1fr))}
  .community-discovery{position:fixed;z-index:120;top:0;right:0;bottom:0;width:min(430px,calc(100vw - 42px));max-height:none;min-height:0;border-radius:18px 0 0 18px;transform:translateX(105%)}
  .community-discovery-feed{min-height:0;overflow-y:auto}
  body.community-drawer-open .community-discovery{transform:translateX(0)}
  body.home-community-collapsed .community-discovery{display:flex}
  .community-panel-launcher,body.home-community-collapsed .community-panel-launcher{display:flex}
  .community-drawer-scrim{position:fixed;z-index:110;inset:0;display:block;border:0;background:rgba(3,6,12,.62);backdrop-filter:blur(3px)}
  body:not(.community-drawer-open) .community-drawer-scrim{display:none}
}
@media(max-width:760px){
  .home-main>.hero{min-height:140px;padding:17px 14px}
  .home-main>.hero h1{font-size:23px}
  .home-main>.hero .search-form{margin-top:11px}
  .trend-sites-panel{padding:13px}
  .trend-site-rail{grid-auto-columns:minmax(155px,72%)}
  .home-main .discovery-insights{grid-template-columns:1fr}
  .home-main .discovery-insights .submit-card{grid-row:auto}
  .community-panel-launcher{right:12px;bottom:14px}
}
@media(max-width:420px){.community-discovery{width:100%;border-radius:0}.community-feed-card{grid-template-columns:minmax(0,1fr) 82px}}

/* Search experience — a focused, expandable discovery workspace. */
html[data-theme="light"] body{background:radial-gradient(900px 400px at 50% 0,rgba(37,99,235,.12),transparent 66%),var(--bg)}
html[data-theme="light"] .site-header{background:rgba(245,246,251,.84)}
html[data-theme="light"] .hero{border-color:rgba(45,56,87,.1);background:linear-gradient(145deg,#fff,#f2f4fb);box-shadow:0 16px 42px rgba(40,52,88,.08)}
html[data-theme="light"] .hero::before{background:linear-gradient(115deg,rgba(37,99,235,.1),transparent 40%,rgba(6,182,212,.08))}
html[data-theme="light"] .search-form{border-color:rgba(37,99,235,.3);background:#fff;box-shadow:0 12px 30px rgba(30,83,145,.1)}
html[data-theme="light"] .search-form>button[type="submit"]{background:#eef0fa;color:#353954}
html[data-theme="light"] .search-form>button[type="submit"]:hover{background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff}
html[data-theme="light"] .section-panel,html[data-theme="light"] .side-card,html[data-theme="light"] .mini-panel{background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(244,246,252,.96))}
html[data-theme="light"] .search-sidebar,html[data-theme="light"] .search-stage{background:rgba(255,255,255,.9)}
html[data-theme="light"] .website-card{background:#fff}
html[data-theme="light"] .search-toolbar,html[data-theme="light"] .result-search-form{background:#fff}
html[data-theme="light"] .website-card-meta{color:#c2860c}
html[data-theme="light"] .preview::before{border-color:rgba(255,255,255,.36)}
.header-icon{display:grid;width:36px;height:36px;place-items:center;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--text);transition:transform .18s,border-color .18s}
.header-icon:hover{border-color:var(--accent);transform:translateY(-1px)}
.language-control{display:flex;height:36px;align-items:center;gap:3px;padding:0 7px;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--muted);font-size:11px}
.language-control .ui-icon{width:14px;height:14px}
.language-control select{width:34px;height:32px;padding:0;border:0;outline:0;background:transparent;color:inherit;font-weight:800}
.language-control option{background:var(--surface);color:var(--text)}
.search-only-control{display:none}
.search-experience{display:grid;grid-template-columns:220px minmax(0,1fr) 276px;gap:14px;padding:24px 0 34px;transition:grid-template-columns .24s ease}
.search-experience[hidden]{display:none!important}
.search-sidebar,.search-stage{min-width:0;border:1px solid var(--line);border-radius:16px;background:linear-gradient(150deg,rgba(17,26,41,.96),rgba(9,14,24,.96));box-shadow:var(--shadow)}
.search-sidebar{align-self:start;overflow:hidden}
.drawer-heading{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 13px;border-bottom:1px solid var(--line);color:var(--muted);font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.drawer-close{display:none;width:28px;height:28px;border:1px solid var(--line);border-radius:8px;background:var(--surface-2);color:var(--text);font-size:18px;line-height:1}
.search-nav{display:grid;gap:2px;padding:10px}
.search-nav button,.search-category-list button,.search-country-list button{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:9px 10px;border:0;border-radius:8px;background:transparent;color:var(--muted);font-size:12px;text-align:left}
.search-nav button:hover,.search-nav button.active,.search-category-list button:hover,.search-category-list button.active,.search-country-list button:hover,.search-country-list button.active{background:linear-gradient(100deg,rgba(37,99,235,.21),rgba(6,182,212,.07));color:var(--text)}
.search-nav button{justify-content:flex-start;font-weight:750}
.search-nav button.active{box-shadow:inset 2px 0 0 var(--accent)}
.sidebar-group{padding:13px 10px 8px;border-top:1px solid var(--line)}
.sidebar-group>p{margin:0 6px 7px;color:var(--muted);font-size:9px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.search-category-list,.search-country-list{display:grid;gap:1px}
.search-category-list small,.search-country-list small{color:#91a0bb;font-size:10px}
.search-country-list button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.sidebar-promo{position:relative;display:grid;gap:5px;min-height:134px;margin:10px;padding:13px;overflow:hidden;border:1px solid rgba(77,151,255,.36);border-radius:12px;background:radial-gradient(circle at 100% 100%,rgba(6,182,212,.52),transparent 43%),linear-gradient(135deg,#123c70,#0d2139);color:#fff;text-decoration:none}
.sidebar-promo::after{position:absolute;right:-18px;bottom:-21px;width:88px;height:88px;border:1px solid rgba(255,255,255,.2);border-radius:50%;content:""}
.sidebar-promo b{font-size:12px}.sidebar-promo span{max-width:155px;color:#c9e6ff;font-size:10px;line-height:1.45}.sidebar-promo small{align-self:end;color:#fff;font-size:20px}
.search-stage{padding:14px}
.search-toolbar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:9px;align-items:center;padding:0 0 14px;border-bottom:1px solid var(--line)}
.drawer-trigger{display:none;width:37px;height:37px;border:1px solid var(--line);border-radius:10px;background:var(--surface-2);color:var(--text);font-size:17px}
.result-search-form{position:relative;display:grid;grid-template-columns:26px minmax(0,1fr) 30px 41px;gap:6px;align-items:center;min-height:47px;padding:4px 5px 4px 12px;border:1px solid rgba(73,148,255,.38);border-radius:14px;background:rgba(6,14,26,.5);box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}
.autocomplete-list{position:absolute;z-index:120;top:calc(100% + 7px);left:0;right:0;max-height:min(360px,52vh);overflow-x:hidden;overflow-y:auto;padding:5px;border:1px solid var(--line);border-radius:9px;background:var(--surface);box-shadow:0 18px 44px rgba(0,0,0,.4);overscroll-behavior:contain;contain:layout paint}
.autocomplete-list[hidden]{display:none}
.autocomplete-list button{display:grid;width:100%;height:auto;min-height:43px;grid-template-columns:minmax(0,1fr) minmax(80px,32%);place-items:initial;align-items:center;justify-items:stretch;gap:10px;padding:8px 10px;border:0;border-radius:6px;background:transparent;color:var(--text);line-height:1.35;text-align:left}
.autocomplete-list button:hover,.autocomplete-list button:focus{outline:0;background:var(--accent-soft)}
.autocomplete-list b{display:block;min-width:0;max-width:100%;overflow:hidden;font-size:12px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.autocomplete-list small{display:block;min-width:0;max-width:100%;overflow:hidden;color:var(--muted);font-size:10px;line-height:1.35;text-align:right;text-overflow:ellipsis;white-space:nowrap}
html[data-theme="light"] .autocomplete-list{background:rgba(255,255,255,.98);box-shadow:0 18px 40px rgba(30,38,65,.16)}
.result-search-form>span{display:grid;place-items:center;color:var(--muted);line-height:1}.result-search-form input{min-width:0;width:100%;border:0;outline:0;-webkit-appearance:textfield;appearance:textfield;background:transparent;color:var(--text);font-size:16px;font-weight:700}.result-search-form input::placeholder{color:var(--muted)}
.search-form input::-webkit-search-cancel-button,.result-search-form input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;display:none}
.clear-search,.run-search{width:31px;height:31px;border:0;border-radius:9px;background:transparent;color:var(--muted);font-size:20px;line-height:1}.run-search{display:grid;width:40px;height:39px;place-items:center;background:linear-gradient(135deg,#2563eb,#0891b2);color:#fff}.run-search .ui-icon{width:17px;height:17px}.run-search:hover{background:linear-gradient(135deg,#3b82f6,#06b6d4)}.clear-search:hover{background:var(--surface-3);color:var(--text)}
.result-filter-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 0;overflow:auto}.result-type-tabs{display:flex;gap:7px;min-width:max-content}.result-type-tabs button{display:flex;align-items:center;gap:5px;padding:8px 10px;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--muted);font-size:11px;font-weight:800}.result-type-tabs button small{color:#8d9ab1;font-size:9px;font-weight:700}.result-type-tabs button:hover,.result-type-tabs button.active{border-color:rgba(59,130,246,.68);background:linear-gradient(135deg,rgba(37,99,235,.3),rgba(6,182,212,.13));color:#fff}.result-type-tabs button.active small{color:#dceeff}
.sort-control{display:flex;align-items:center;gap:5px;min-width:max-content;color:var(--muted);font-size:10px}.sort-control select{height:32px;padding:0 8px;border:1px solid var(--line);border-radius:8px;outline:0;background:var(--surface);color:var(--text);font-size:10px;font-weight:700}.sort-control option{background:var(--surface);color:var(--text)}
.result-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;padding:2px 0 12px}.result-heading h2{margin:5px 0 2px;font-size:23px;letter-spacing:-.04em}.result-heading p:not(.section-kicker){margin:0;color:var(--muted);font-size:11px}.suggestion-row{display:flex;align-items:center;gap:9px;overflow:auto;padding:9px 0 15px;border-bottom:1px solid var(--line);scrollbar-width:none}.suggestion-row>strong{flex:0 0 auto;color:#67a7ff;font-size:10px}.suggestion-row>div{display:flex;gap:6px}.suggestion-row button{flex:0 0 auto;display:flex;gap:8px;align-items:center;padding:6px 9px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);font-size:10px}.suggestion-row button:hover{border-color:rgba(59,130,246,.62);color:var(--text)}.suggestion-row small{font-size:11px}
.result-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;padding-top:14px}.result-grid>.index-status{grid-column:1/-1}.discovery-result-card .preview{min-height:145px}.discovery-result-card .website-card-body{gap:6px;padding:11px 12px 12px}.discovery-result-card .website-card-body strong{font-size:14px}.discovery-result-card .website-card-body p{display:-webkit-box;min-height:43px;overflow:hidden;font-size:11px;line-height:1.43;-webkit-box-orient:vertical;-webkit-line-clamp:3}.domain-line{overflow:hidden;color:#aab6c9;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.discovery-result-card .website-card-meta{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:5px;align-items:center;margin-top:1px}.discovery-result-card .website-card-meta em{color:var(--muted);font-size:9px;font-style:normal;white-space:nowrap}.preview-open{position:absolute;z-index:3;right:10px;bottom:9px;display:grid;width:23px;height:23px;place-items:center;border:1px solid rgba(255,255,255,.3);border-radius:7px;background:rgba(6,10,18,.55);color:#fff;font-size:13px}.verified-badge{position:absolute;z-index:3;top:9px;left:9px;padding:4px 6px;border-radius:999px;background:rgba(15,125,75,.84);color:#fff;font-size:8px;font-weight:900;letter-spacing:.03em}.discovery-result-card:hover{border-color:rgba(73,148,255,.82);box-shadow:0 10px 28px rgba(22,99,190,.25)}
.search-feedback{grid-column:1/-1;display:flex;align-items:center;gap:12px;min-height:136px;padding:22px;border:1px solid var(--line);border-radius:13px;background:var(--surface)}.search-feedback>i{width:11px;height:11px;flex:0 0 auto;border-radius:50%;background:#db7f7f}.search-feedback.loading>i{width:22px;height:22px;border:2px solid rgba(59,130,246,.25);border-top-color:#69a7ff;background:transparent;animation:search-feedback-spin .75s linear infinite}.search-feedback>div{display:grid;gap:4px}.search-feedback strong{font-size:12px}.search-feedback span{color:var(--muted);font-size:11px;line-height:1.45}@keyframes search-feedback-spin{to{transform:rotate(360deg)}}
.search-bottom-strip{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:14px;padding:12px;border:1px solid var(--line);border-radius:11px;background:var(--surface)}.search-bottom-strip>div{display:grid;gap:4px;min-width:0}.search-bottom-strip b{color:#84b8ff;font-size:9px;letter-spacing:.08em}.search-bottom-strip span{overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.search-bottom-strip button{flex:0 0 auto;padding:7px 9px;border:1px solid var(--line);border-radius:8px;background:var(--surface-2);color:var(--text);font-size:10px;font-weight:800}
.right-search-sidebar{padding:0}.glance-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:12px}.glance-grid article{display:grid;gap:6px;min-height:79px;padding:11px;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.glance-grid article:nth-child(1) b{color:#49dba1}.glance-grid article:nth-child(2) b{color:#7599ff}.glance-grid article:nth-child(3) b{color:#26c6da}.glance-grid article:nth-child(4) b{color:#f2b254}.glance-grid b{font-size:18px}.glance-grid span{color:var(--muted);font-size:9px;line-height:1.35}
.search-side-section{padding:14px 13px;border-top:1px solid var(--line)}.search-side-section h3{margin:0 0 9px;color:var(--text);font-size:11px}.trending-query-list{display:grid;gap:2px;margin:0;padding:0;list-style:none}.trending-query-list li{display:flex;align-items:center;justify-content:space-between;gap:9px;padding:7px 0;border-bottom:1px solid var(--line)}.trending-query-list li:last-child{border-bottom:0}.trending-query-list button{overflow:hidden;padding:0;border:0;background:transparent;color:var(--text);font-size:10px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.trending-query-list button:hover{color:#86baff}.trend-line{font-size:12px;letter-spacing:-3px}.trend-0{color:#4f9cff}.trend-1{color:#26c6da}.trend-2{color:#4bdb9e}.trend-3{color:#f2b252}
.result-country-summary{display:grid}.result-country-summary button{display:flex;align-items:center;justify-content:space-between;gap:9px;padding:7px 0;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--text);font-size:10px;text-align:left}.result-country-summary button:last-child{border-bottom:0}.result-country-summary button:hover{color:#82b7ff}.result-country-summary button b{color:#91a2bf;font-size:10px}.result-country-summary p{margin:0;color:var(--muted);font-size:10px}
.upgrade-card{position:relative;display:grid;gap:7px;margin:12px;padding:14px;overflow:hidden;border:1px solid rgba(77,151,255,.46);border-radius:12px;background:radial-gradient(circle at 100% 100%,rgba(6,182,212,.62),transparent 48%),linear-gradient(135deg,#123f78,#145c9e);color:#fff;text-decoration:none}.upgrade-card::after{position:absolute;right:-18px;bottom:-26px;width:100px;height:100px;border-radius:50%;background:radial-gradient(circle,#77c8ff 0 7%,transparent 8%);opacity:.55;content:""}.upgrade-card b{font-size:13px}.upgrade-card span{max-width:170px;color:#d6edff;font-size:10px;line-height:1.45}.upgrade-card em{justify-self:start;margin-top:4px;padding:7px 9px;border-radius:7px;background:#fff;color:#164d83;font-size:10px;font-style:normal;font-weight:900}
body.search-active .home-layout,body.search-active .community-panel-launcher,body.search-active .community-drawer-scrim{display:none!important}body.search-active main{width:min(1510px,calc(100% - 40px))}body.search-active .search-only-control{display:grid}body.search-active .site-header{box-shadow:0 8px 28px rgba(0,0,0,.12)}
body.left-sidebar-hidden .search-experience{grid-template-columns:0 minmax(0,1fr) 276px}body.right-sidebar-hidden .search-experience{grid-template-columns:220px minmax(0,1fr) 0}body.left-sidebar-hidden.right-sidebar-hidden .search-experience{grid-template-columns:0 minmax(0,1fr) 0}body.left-sidebar-hidden .left-search-sidebar,body.right-sidebar-hidden .right-search-sidebar{opacity:0;pointer-events:none;transform:scale(.97)}body.left-sidebar-hidden .left-search-sidebar,body.right-sidebar-hidden .right-search-sidebar{overflow:hidden;border-width:0}.left-search-sidebar,.right-search-sidebar{transition:opacity .18s,transform .18s}
@media(max-width:1240px){.search-experience{grid-template-columns:196px minmax(0,1fr) 245px}.result-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.left-sidebar-hidden .search-experience{grid-template-columns:0 minmax(0,1fr) 245px}body.right-sidebar-hidden .search-experience{grid-template-columns:196px minmax(0,1fr) 0}}
@media(max-width:1050px){body.search-active main{width:min(100% - 28px,960px)}.search-experience{display:block;padding:15px 0 28px}.search-stage{min-height:calc(100vh - 100px)}.search-sidebar{position:fixed;z-index:40;top:74px;bottom:14px;width:min(300px,calc(100vw - 28px));overflow:auto;box-shadow:0 25px 60px rgba(0,0,0,.43);transition:transform .24s ease}.left-search-sidebar{left:14px;transform:translateX(calc(-100% - 24px))}.right-search-sidebar{right:14px;transform:translateX(calc(100% + 24px))}.drawer-close{display:grid;place-items:center}.drawer-trigger{display:grid;place-items:center}.search-only-control{display:none!important}.right-trigger{display:grid}.left-drawer-open .left-search-sidebar,.right-drawer-open .right-search-sidebar{transform:translateX(0);opacity:1;pointer-events:auto}.left-drawer-open::after,.right-drawer-open::after{position:fixed;z-index:35;inset:0;background:rgba(3,5,10,.46);content:""}.left-drawer-open .left-search-sidebar,.right-drawer-open .right-search-sidebar{z-index:41}.result-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.site-header{gap:8px;min-height:58px;padding:0 14px}.brand{gap:8px}.brand span{font-size:14px}.brand img{width:24px;height:24px}.header-actions{gap:5px}.download-browser{display:none}.header-actions .submit-link{display:inline-flex;align-items:center;padding:8px 10px}.auth-entry button{min-height:36px;padding:0 6px}.language-control{height:36px;padding:0 5px}.language-control select{height:32px}.header-icon{width:36px;height:36px}.explore-rail{gap:7px}.chip{padding:9px 13px;border-radius:999px;font-size:11px}.search-toolbar{gap:6px}.result-search-form{grid-template-columns:21px minmax(0,1fr) 25px 35px;min-height:42px;padding-left:8px}.result-search-form input{font-size:14px}.run-search{width:35px;height:33px}.result-filter-row{padding:10px 0}.sort-control{display:none}.result-type-tabs button{padding:7px 8px}.result-type-tabs button small,.result-type-tabs button:nth-child(3),.result-type-tabs button:nth-child(4){display:none}.result-heading{align-items:flex-start}.result-heading h2{font-size:19px}.suggestion-row{padding-bottom:12px}.result-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.discovery-result-card .preview{min-height:112px}.discovery-result-card .website-card-body{padding:9px}.discovery-result-card .website-card-body strong{font-size:12px}.discovery-result-card .website-card-body p{min-height:37px;font-size:10px;-webkit-line-clamp:3}.verified-badge{font-size:7px}.search-bottom-strip span{max-width:200px}.search-bottom-strip button{display:none}}
@media(max-width:450px){body.search-active main{width:calc(100% - 20px)}.search-experience{padding-top:10px}.search-stage{padding:10px}.drawer-trigger{width:34px;height:34px}.result-grid{grid-template-columns:1fr}.discovery-result-card{display:grid;grid-template-columns:118px minmax(0,1fr)}.discovery-result-card .preview{min-height:154px}.discovery-result-card .preview-label{max-width:92px}.discovery-result-card .website-card-body{align-content:center}.discovery-result-card .website-card-body p{min-height:0}.result-type-tabs button:nth-child(2){display:flex}.result-type-tabs button:nth-child(2) small{display:none}.result-heading .text-button{padding:6px}.search-bottom-strip span{max-width:160px}}

/* Mobile discovery polish — compact, thumb-friendly and genuinely edge-to-edge. */
@media(max-width:620px){
  main,.site-footer{width:calc(100% - 20px)}
  .site-header{min-height:56px;padding:0 10px}
  .brand{gap:7px;min-width:0}
  .brand img{width:23px;height:23px}
  .brand span{font-size:13px;letter-spacing:.055em}
  .header-actions{gap:4px}
  .auth-entry button{height:34px;min-height:34px;padding:0 6px;font-size:9px}
  .header-icon{width:34px;height:34px;border-radius:10px}
  .language-control{height:34px;gap:0;padding:0 4px;border-radius:10px}
  .language-control .ui-icon{display:none}
  .language-control select{width:32px;height:30px;font-size:10px}

  .home-layout{padding-top:10px}
  .home-main>.hero{min-height:126px;padding:15px 12px 13px;border-radius:12px}
  .home-main>.hero h1,.hero-vanofi{max-width:100%;margin-bottom:2px;font-size:22px;font-weight:780;letter-spacing:-.045em;line-height:1.14;overflow-wrap:anywhere;white-space:normal;transform:none;filter:none}
  .home-main>.hero .search-form{width:100%;margin:10px 0 0;padding:4px;border-radius:11px}
  .search-form input{height:40px;padding-inline:11px;font-size:16px}
  .search-form>button[type="submit"]{width:39px;height:39px;border-radius:8px}

  .home-main>.explore-rail{gap:7px;margin:0 -10px 10px;padding:9px 10px 11px;border-top:0;scroll-padding-inline:10px}
  .home-main>.explore-rail::after{display:block;flex:0 0 3px;content:""}
  .chip{min-height:34px;padding:7px 12px;border-radius:7px;font-size:10px}

  .community-tag-panel.home-popular-tags{margin:5px 0 9px;padding:8px 9px;border-radius:9px}
  .home-popular-tags header{gap:6px;padding-inline:0}
  .home-popular-tags .community-section-icon{width:18px;height:18px;border-radius:5px}
  .home-popular-tags h3{font-size:8px}
  .community-tag-panel.home-popular-tags>div:last-child{flex-wrap:nowrap;overflow-x:auto;margin:6px -9px -2px;padding:0 9px 3px;overscroll-behavior-inline:contain;scroll-padding-inline:9px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}
  .home-popular-tags>div:last-child::after{display:block;flex:0 0 2px;content:""}
  .home-popular-tags>div:last-child button{min-width:122px;min-height:31px;padding:4px 7px;border-radius:7px;scroll-snap-align:start;opacity:1}

  .trend-sites-panel{margin-bottom:10px;padding:12px;border-radius:10px}
  .trend-sites-panel .section-heading{align-items:flex-end;margin-bottom:10px}
  .trend-sites-panel .section-heading h2{font-size:16px}
  .trend-sites-panel .section-heading p:not(.section-kicker){max-width:210px;font-size:9px;line-height:1.4}
  .trend-sites-panel .text-button{padding:7px 8px;font-size:9px}
  .trend-site-rail{grid-auto-columns:minmax(205px,78%);gap:9px;margin-right:-12px;padding-right:12px;scrollbar-width:none;scroll-snap-type:x mandatory}
  .trend-site-rail::-webkit-scrollbar{display:none}
  .trend-site-card{min-height:196px;border-radius:7px;scroll-snap-align:start}
  .trend-site-visual{height:116px}
  .trend-site-copy{padding:10px 11px 12px}
  .trend-site-card strong{font-size:12px}

  .section-panel,.side-card,.mini-panel{padding:13px;border-radius:14px}
  .section-heading{gap:10px;margin-bottom:11px}
  .section-heading h2{font-size:17px}
  .section-heading p:not(.section-kicker){font-size:9px;line-height:1.45}
}

@media(max-width:450px){
  body.search-active main{width:calc(100% - 16px)}
  .search-stage{overflow:hidden;border-radius:14px}
  .result-grid{gap:9px}
  .discovery-result-card{display:block;grid-template-columns:none;min-width:0;border-radius:14px}
  .discovery-result-card .website-card-link{display:grid;grid-template-columns:122px minmax(0,1fr);min-height:160px;width:100%}
  .discovery-result-card .preview{height:100%;min-height:160px;padding:10px}
  .discovery-result-card .preview::before{inset:16px 10px 12px}
  .discovery-result-card .preview-label{max-width:98px}
  .discovery-result-card .website-card-body{min-width:0;align-content:center;gap:6px;padding:12px}
  .discovery-result-card .website-card-body strong{font-size:13px}
  .discovery-result-card .website-card-body p{display:-webkit-box;min-height:0;font-size:9px;-webkit-box-orient:vertical;-webkit-line-clamp:2}
  .discovery-result-card .website-card-meta{grid-template-columns:auto minmax(0,1fr);font-size:9px}
  .discovery-result-card .website-card-meta em{display:none}
  .discovery-result-card .community-author{margin:0;padding:9px 11px;border-width:1px 0 0;border-radius:0}
  .discovery-result-card .community-favorite{top:8px;right:8px}
}

/* Community workspace */
button{font:inherit}
.download-browser{display:flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--text);font-size:10px;font-weight:850;text-decoration:none;white-space:nowrap}
.download-browser span:first-child{display:grid;width:19px;height:19px;place-items:center;border-radius:6px;background:var(--accent-soft);color:var(--accent);font-size:13px}
.download-browser:hover{border-color:color-mix(in srgb,var(--accent) 55%,var(--line));background:var(--surface-2)}
.auth-entry{display:flex;align-items:center;gap:4px}.auth-entry button{height:35px;padding:0 10px;border:0;border-radius:9px;background:transparent;color:var(--muted);font-size:10px;font-weight:850}.auth-entry button:hover{color:var(--text)}.auth-entry .signup-button{background:var(--text);color:var(--bg)}.auth-entry .signup-button:hover,.auth-entry .signup-button:focus-visible{background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff}
.profile-entry{position:relative}.profile-button{display:flex;align-items:center;gap:7px;height:37px;padding:3px 8px 3px 4px;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--text)}.profile-button>span,.workspace-user>span{display:grid;width:28px;height:28px;place-items:center;border-radius:8px;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;font-size:11px;font-weight:900}.profile-button b{max-width:84px;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.profile-button small{color:var(--muted)}
.creator-mini-badge{display:grid;width:17px;height:17px;place-items:center;border:1px solid rgba(255,211,106,.55);border-radius:50%;background:linear-gradient(135deg,#8b6421,#edbd56);color:#fff7d6;font-size:8px;font-style:normal;box-shadow:0 0 0 3px rgba(237,189,86,.08)}
.profile-menu{position:absolute;z-index:100;top:calc(100% + 8px);right:0;width:190px;padding:6px;border:1px solid var(--line);border-radius:12px;background:color-mix(in srgb,var(--surface) 95%,transparent);box-shadow:0 18px 45px rgba(0,0,0,.25);backdrop-filter:blur(18px)}.profile-menu[hidden]{display:none}.profile-menu button{display:flex;width:100%;align-items:center;justify-content:space-between;padding:10px;border:0;border-radius:8px;background:transparent;color:var(--text);font-size:10px;text-align:left}.profile-menu button:hover{background:var(--surface-2)}.profile-menu button:last-child{color:#e37d8b}.profile-menu small{color:var(--muted)}
.submit-card button,.sidebar-promo,.upgrade-card{border:0;text-align:left;cursor:pointer}.submit-card button{align-self:end;justify-self:start;padding:0;background:transparent;color:#fff;font-weight:850}.sidebar-promo,.upgrade-card{width:calc(100% - 20px)}.upgrade-card{width:auto}
.community-auth[hidden],.community-workspace[hidden],.listing-editor[hidden]{display:none!important}.community-auth,.listing-editor{position:fixed;z-index:150;inset:0;display:grid;place-items:center;padding:18px}.modal-scrim{position:absolute;inset:0;border:0;background:rgba(3,5,10,.64);backdrop-filter:blur(12px)}
.auth-card,.editor-card{position:relative;width:min(430px,100%);padding:28px;border:1px solid var(--line);border-radius:20px;background:color-mix(in srgb,var(--surface) 96%,transparent);box-shadow:0 35px 90px rgba(0,0,0,.42);color:var(--text)}.auth-card>img{width:38px;height:38px;object-fit:contain}.auth-card h2{margin:9px 0 7px;font-size:25px;letter-spacing:-.035em}.auth-card>p:not(.section-kicker){margin:0 0 22px;color:var(--muted);font-size:11px;line-height:1.55}.modal-close{display:grid;width:32px;height:32px;place-items:center;border:1px solid var(--line);border-radius:9px;background:var(--surface-2);color:var(--text);font-size:20px}.auth-card>.modal-close{position:absolute;top:18px;right:18px}
.auth-card form,.profile-panel form{display:grid;gap:13px}.auth-card label,.profile-panel label,.editor-fields label{display:grid;gap:6px}.auth-card label>span,.profile-panel label>span,.editor-fields label>span{color:var(--muted);font-size:9px;font-weight:850}.auth-card input,.profile-panel input,.profile-panel textarea,.editor-fields input,.editor-fields textarea,.editor-fields select{width:100%;min-height:42px;padding:10px 11px;border:1px solid var(--line);border-radius:10px;outline:0;background:var(--surface-2);color:var(--text);font-size:11px}.auth-card input:focus,.profile-panel input:focus,.profile-panel textarea:focus,.editor-fields input:focus,.editor-fields textarea:focus,.editor-fields select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.profile-panel textarea{min-height:90px;resize:vertical}.profile-panel form .wide{grid-column:1/-1}
.primary-button,.secondary-button{min-height:42px;padding:0 15px;border:0;border-radius:10px;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;font-size:11px;font-weight:900}.primary-button:disabled{opacity:.55}.secondary-button{border:1px solid var(--line);background:var(--surface-2);color:var(--text)}.auth-switch{width:100%;margin-top:14px;border:0;background:transparent;color:var(--muted);font-size:10px}.auth-switch:hover{color:var(--text)}.form-message{min-height:15px;margin:0;color:#dd8290;font-size:9px;line-height:1.4}
.community-workspace{position:fixed;z-index:130;inset:0;display:grid;grid-template-columns:230px minmax(0,1fr);background:var(--bg);color:var(--text)}.community-sidebar{display:flex;min-height:0;flex-direction:column;padding:24px 16px;border-right:1px solid var(--line);background:color-mix(in srgb,var(--surface) 94%,transparent)}.workspace-brand{display:flex;align-items:center;gap:10px;padding:0 7px 25px}.workspace-brand img{width:34px;height:34px;object-fit:contain}.workspace-brand>span{display:grid}.workspace-brand b{font-size:14px}.workspace-brand small{color:var(--muted);font-size:9px}.community-sidebar nav{display:grid;gap:3px}.community-sidebar nav button{display:grid;grid-template-columns:27px minmax(0,1fr) auto;align-items:center;gap:7px;min-height:39px;padding:0 10px;border:0;border-radius:10px;background:transparent;color:var(--muted);text-align:left}.community-sidebar nav button>span{font-size:14px}.community-sidebar nav button>b{font-size:10px}.community-sidebar nav button>small{padding:3px 5px;border-radius:6px;background:var(--surface-3);font-size:7px}.community-sidebar nav button:hover,.community-sidebar nav button.active{background:var(--accent-soft);color:var(--text)}.community-sidebar nav button.active{box-shadow:inset 2px 0 0 var(--accent)}.community-sidebar nav hr{width:100%;margin:10px 0;border:0;border-top:1px solid var(--line)}.workspace-user{display:flex;align-items:center;gap:9px;margin-top:auto;padding:11px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2)}.workspace-user>div{display:grid;min-width:0}.workspace-user b,.workspace-user small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-user b{font-size:10px}.workspace-user small{color:var(--muted);font-size:8px}
.community-main{min-width:0;min-height:0;overflow:auto}.workspace-header{position:sticky;z-index:5;top:0;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:19px 28px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(18px)}.workspace-header h2{margin:3px 0 0;font-size:20px;letter-spacing:-.03em}.workspace-header>div:last-child{display:flex;gap:8px}.workspace-theme,.workspace-add,.workspace-close{min-height:37px;padding:0 12px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--text);font-size:10px;font-weight:850}.workspace-theme{display:flex;align-items:center;gap:7px}.workspace-theme span{font-size:14px}.workspace-theme:hover{border-color:color-mix(in srgb,var(--accent) 55%,var(--line));background:var(--surface-2)}.workspace-add{border-color:transparent;background:var(--text);color:var(--bg)}.workspace-close{width:37px;padding:0;font-size:19px}.community-view{width:min(1120px,calc(100% - 48px));margin:0 auto;padding:28px 0 50px}
.workspace-welcome{display:flex;min-height:190px;align-items:flex-end;justify-content:space-between;gap:25px;padding:28px;border:1px solid color-mix(in srgb,var(--accent) 35%,var(--line));border-radius:18px;background:linear-gradient(135deg,var(--surface),color-mix(in srgb,var(--accent) 12%,var(--surface)));box-shadow:var(--shadow)}.workspace-welcome>div>span{display:grid;width:43px;height:43px;place-items:center;margin-bottom:20px;border:1px solid color-mix(in srgb,var(--accent) 55%,transparent);border-radius:13px;background:var(--accent-soft);color:var(--accent);font-size:22px}.workspace-welcome p{margin:0 0 6px;color:var(--accent);font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.workspace-welcome h3{max-width:600px;margin:0;font-size:25px;line-height:1.18;letter-spacing:-.035em}.workspace-welcome button{padding:11px 14px;border:1px solid var(--line);border-radius:10px;background:var(--text);color:var(--bg);font-size:10px;font-weight:900;white-space:nowrap}.workspace-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:14px 0 28px}.workspace-stats article{display:grid;grid-template-columns:35px auto;grid-template-rows:auto auto;column-gap:10px;padding:14px;border:1px solid var(--line);border-radius:13px;background:var(--surface)}.workspace-stats span{grid-row:1/3;display:grid;width:35px;height:35px;place-items:center;border-radius:10px;background:var(--surface-3);color:var(--accent)}.workspace-stats b{font-size:17px}.workspace-stats small{color:var(--muted);font-size:8px}.workspace-section-title{display:flex;align-items:end;justify-content:space-between;margin:0 0 13px}.workspace-section-title h3{margin:0 0 4px;font-size:15px}.workspace-section-title p{margin:0;color:var(--muted);font-size:9px}
.community-items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.community-item{position:relative;display:grid;grid-template-columns:90px minmax(0,1fr);gap:13px;min-height:132px;padding:12px;border:1px solid var(--line);border-radius:14px;background:var(--surface);transition:transform .18s,border-color .18s}.community-item:hover{border-color:color-mix(in srgb,var(--accent) 50%,var(--line));transform:translateY(-2px)}.community-item-visual{display:grid;overflow:hidden;place-items:center;border-radius:10px;background:linear-gradient(135deg,var(--surface-3),var(--accent-soft));color:var(--accent);font-size:24px;font-weight:900}.community-item-visual img{width:100%;height:100%;object-fit:cover}.community-item-copy{display:flex;min-width:0;flex-direction:column}.community-item-copy>small{color:var(--accent);font-size:7px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.community-item h3{overflow:hidden;margin:5px 25px 5px 0;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.community-item p{display:-webkit-box;overflow:hidden;margin:0;color:var(--muted);font-size:9px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.community-item-copy>div{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.community-item a{color:var(--text);text-decoration:none}.listing-status{font-size:8px}.listing-status.pending_index{color:#d7a356}.listing-status.index_queued{color:#819cff}.listing-status.indexed{color:var(--good)}.listing-status.rejected{color:#e06a7d}.listing-moderation-note{display:block;margin:6px 0;padding:5px 7px;border-radius:7px;background:color-mix(in srgb,#d94b63 10%,var(--surface));color:#d96f80!important;font-size:7px!important;font-weight:700!important;letter-spacing:0!important;text-transform:none!important}.item-menu{position:absolute;top:11px;right:11px;border:0;background:transparent;color:var(--muted)}.community-empty{grid-column:1/-1;display:grid;min-height:240px;place-items:center;align-content:center;padding:25px;border:1px dashed var(--line);border-radius:14px;color:var(--muted);text-align:center}.community-empty>span{display:grid;width:45px;height:45px;place-items:center;border-radius:14px;background:var(--accent-soft);color:var(--accent);font-size:20px}.community-empty h3{margin:13px 0 4px;color:var(--text);font-size:14px}.community-empty p{margin:0;font-size:9px}
.profile-panel,.settings-panel{max-width:720px;padding:22px;border:1px solid var(--line);border-radius:16px;background:var(--surface)}.profile-hero{display:flex;align-items:center;gap:14px;margin-bottom:22px;padding-bottom:20px;border-bottom:1px solid var(--line)}.profile-hero>span{display:grid;width:58px;height:58px;place-items:center;border-radius:17px;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;font-size:20px;font-weight:900}.profile-hero p{margin:0;color:var(--accent);font-size:8px;font-weight:900;letter-spacing:.08em}.profile-hero h3{margin:4px 0;font-size:18px}.profile-hero small{color:var(--muted)}.profile-panel form{grid-template-columns:1fr 1fr}.profile-panel form button{grid-column:1/-1;justify-self:start}.setting-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 0;border-bottom:1px solid var(--line)}.setting-row>div{display:grid;gap:4px}.setting-row b{font-size:11px}.setting-row span{color:var(--muted);font-size:9px}.setting-value{padding:6px 8px;border-radius:8px;background:var(--surface-2)}.mini-toggle{width:38px;height:21px;padding:2px;border:0;border-radius:20px;background:var(--surface-3)}.mini-toggle i{display:block;width:17px;height:17px;border-radius:50%;background:var(--muted);transition:transform .2s}.mini-toggle.active{background:color-mix(in srgb,var(--good) 34%,var(--surface-3))}.mini-toggle.active i{background:var(--good);transform:translateX(17px)}
.account-type-form{display:grid;grid-template-columns:minmax(0,1fr) 145px auto;gap:10px;align-items:center;margin:14px 0 4px;padding:14px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2)}.account-type-form>div{display:grid;gap:4px}.account-type-form b{font-size:11px}.account-type-form span{color:var(--muted);font-size:9px}.account-type-form select{min-height:38px;padding:0 10px;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--text)}.account-type-form button{min-height:38px}
.coming-soon{display:grid;min-height:420px;place-items:center;align-content:center;padding:40px;border:1px solid var(--line);border-radius:18px;background:radial-gradient(circle at 50% 35%,var(--accent-soft),transparent 38%),var(--surface);text-align:center}.coming-soon>span{display:grid;width:62px;height:62px;place-items:center;border:1px solid color-mix(in srgb,var(--accent) 45%,var(--line));border-radius:19px;background:var(--accent-soft);color:var(--accent);font-size:27px}.coming-soon p{margin:18px 0 7px;color:var(--accent);font-size:8px;font-weight:900;letter-spacing:.1em}.coming-soon h3{max-width:550px;margin:0;font-size:26px;letter-spacing:-.04em}.coming-soon small{max-width:420px;margin-top:10px;color:var(--muted);line-height:1.5}.coming-soon em{margin-top:18px;padding:7px 10px;border-radius:9px;background:var(--surface-3);color:var(--text);font-size:9px;font-style:normal;font-weight:850}
.listing-editor{place-items:stretch end;padding:0}.editor-card{width:min(620px,100%);height:100%;overflow:auto;padding:0;border-radius:20px 0 0 20px}.editor-card>header{position:sticky;z-index:2;top:0;display:flex;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--surface) 90%,transparent);backdrop-filter:blur(18px)}.editor-card h2{margin:5px 0 0;font-size:21px}.editor-card form{padding:22px 24px}.editor-fields{display:grid;grid-template-columns:1fr 1fr;gap:13px}.editor-fields .wide{grid-column:1/-1}.editor-fields textarea{min-height:90px;resize:vertical}.editor-fields label>span{display:flex;align-items:center;justify-content:space-between}.editor-fields label small{color:var(--muted);font-size:7px;font-weight:500}.editor-card form>footer{display:flex;justify-content:flex-end;gap:8px;margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}
.website-url-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.metadata-fetch-button{display:flex;min-height:42px;align-items:center;gap:7px;padding:0 12px;border:1px solid color-mix(in srgb,var(--accent) 48%,var(--line));border-radius:10px;background:var(--accent-soft);color:var(--accent);font-size:9px;font-weight:900;white-space:nowrap}.metadata-fetch-button span{font-size:13px}.metadata-fetch-button:hover{background:color-mix(in srgb,var(--accent) 17%,var(--surface))}.metadata-fetch-button:disabled{cursor:wait;opacity:.65}
.cover-image-field{display:grid;gap:8px}.cover-field-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.cover-field-heading>span{color:var(--muted);font-size:9px;font-weight:850}.cover-field-heading>small{color:var(--muted);font-size:7px}.cover-image-control{display:grid;grid-template-columns:minmax(180px,1.25fr) minmax(170px,1fr);gap:12px;padding:10px;border:1px solid var(--line);border-radius:13px;background:var(--surface-2)}.cover-image-preview{display:grid;overflow:hidden;min-height:142px;place-items:center;border:1px dashed color-mix(in srgb,var(--accent) 40%,var(--line));border-radius:10px;background:linear-gradient(145deg,var(--surface-3),var(--accent-soft));color:var(--accent)}.cover-image-preview.has-image{grid-template-columns:repeat(3,minmax(0,1fr));gap:2px;border-style:solid;background:#080b12}.cover-image-preview>img{display:block;width:100%;height:142px;object-fit:cover}.cover-image-preview.has-image>img{min-width:0}.cover-image-preview>span{display:grid;justify-items:center;gap:5px}.cover-image-preview>span b{font-size:28px}.cover-image-preview>span small{font-size:8px;font-weight:900}.cover-image-actions{display:flex;align-items:stretch;justify-content:center;flex-direction:column;gap:7px}.cover-image-actions>button{min-height:39px;border-radius:9px;font-size:9px;font-weight:900}.cover-select-button{border:0;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff}.cover-remove-button{border:1px solid var(--line);background:transparent;color:var(--muted)}.cover-image-actions>small{color:var(--muted);font-size:7px;line-height:1.45;text-align:center}
.community-result-card{border-color:color-mix(in srgb,var(--accent) 38%,var(--line));box-shadow:0 14px 36px color-mix(in srgb,var(--accent) 9%,transparent)}
.community-result-card .preview{background:linear-gradient(145deg,color-mix(in srgb,var(--accent) 24%,var(--surface)),color-mix(in srgb,var(--accent-2) 16%,var(--surface-2)))}
.community-badge{background:color-mix(in srgb,var(--accent) 82%,#111);color:#fff}
.community-source{display:flex;align-items:center;gap:5px;color:var(--accent)!important}.community-source::before{content:'◇'}
.community-author,.community-phone{display:block;margin-top:6px;color:var(--muted);font-size:8px}.community-author{margin:0 12px 11px;padding:8px 9px;border:1px solid var(--line);border-radius:8px;background:var(--surface-2);text-align:left;cursor:pointer}.community-author:hover{border-color:color-mix(in srgb,var(--accent) 55%,var(--line));color:var(--text)}.community-author b{color:var(--text)}.community-phone{color:var(--text);font-weight:750}.community-favorite{position:absolute;z-index:5;top:10px;right:10px;display:flex;align-items:center;gap:5px;min-height:26px;padding:0 8px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(6,10,18,.72);color:#ff94a8;font-size:10px;backdrop-filter:blur(10px)}.community-favorite.is-favorited{border-color:#ff7590;background:rgba(126,24,49,.88);color:#fff}.community-favorite b{color:#fff;font-size:8px}.community-favorite:disabled{opacity:.55}
.creator-inline-badge,.creator-label{display:inline-flex;align-items:center;gap:4px;width:max-content;margin-left:5px;padding:3px 6px;border:1px solid color-mix(in srgb,#edbd56 45%,var(--line));border-radius:999px;background:color-mix(in srgb,#8b6421 18%,var(--surface));color:#e8ba55;font-size:7px;font-style:normal;font-weight:900;letter-spacing:.025em;white-space:nowrap}.creator-label{margin:3px 0 2px}.profile-creator-badge{display:inline-flex;margin-left:7px;vertical-align:3px}
.profile-panel{max-width:920px}.profile-work{margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}.profile-work .workspace-section-title button{min-height:34px;padding:0 11px;border:1px solid var(--line);border-radius:9px;background:var(--surface-2);color:var(--text);font-size:9px;font-weight:800}.editor-footer-spacer{flex:1}.danger-button{min-height:38px;padding:0 13px;border:1px solid color-mix(in srgb,#d94b63 55%,var(--line));border-radius:9px;background:color-mix(in srgb,#d94b63 10%,var(--surface));color:#d94b63;font-weight:850}.danger-button:hover{background:color-mix(in srgb,#d94b63 16%,var(--surface))}
html[data-theme="light"] .community-workspace,html[data-theme="light"] .community-auth,html[data-theme="light"] .listing-editor{--shadow:0 18px 55px rgba(41,48,76,.12)}
.creator-portfolio-modal{position:fixed;z-index:170;inset:0;display:grid;place-items:center;padding:20px}.creator-portfolio-modal[hidden]{display:none}.creator-portfolio-card{position:relative;width:min(920px,100%);max-height:min(760px,calc(100vh - 40px));overflow:auto;padding:30px;border:1px solid var(--line);border-radius:22px;background:color-mix(in srgb,var(--surface) 97%,transparent);box-shadow:0 35px 100px rgba(0,0,0,.5)}.creator-portfolio-card>.modal-close{position:absolute;z-index:2;top:18px;right:18px}.public-profile-hero{display:flex;align-items:center;gap:18px;padding:5px 45px 24px 0;border-bottom:1px solid var(--line)}.public-profile-hero>img,.public-profile-hero>span{width:78px;height:78px;border-radius:22px;object-fit:cover}.public-profile-hero>span{display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;font-size:25px;font-weight:900}.public-profile-hero p{margin:0;color:var(--accent);font-size:8px;font-weight:900;letter-spacing:.13em}.public-profile-hero h2{display:flex;align-items:center;gap:8px;margin:6px 0 4px;font-size:25px}.public-profile-hero h2 em{padding:4px 7px;border-radius:999px;background:rgba(223,174,67,.12);color:#e6b34a;font-size:8px;font-style:normal}.public-profile-hero strong,.public-profile-hero small{display:block;color:var(--muted);font-size:10px}.public-profile-bio{max-width:700px;margin:19px 0 9px;color:var(--muted);font-size:11px;line-height:1.7}.public-profile-link{color:var(--accent);font-size:10px;font-weight:800;text-decoration:none}.public-profile-summary{display:flex;gap:9px;margin:22px 0}.public-profile-summary span{padding:10px 13px;border:1px solid var(--line);border-radius:10px;background:var(--surface-2);color:var(--muted);font-size:9px}.public-profile-summary b{margin-right:4px;color:var(--text);font-size:14px}.creator-portfolio-card h3{margin:20px 0 11px;font-size:14px}.public-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.public-profile-grid>a{display:grid;gap:6px;padding:15px;border:1px solid var(--line);border-radius:13px;background:var(--surface-2);color:inherit;text-decoration:none}.public-profile-grid>a:hover{border-color:color-mix(in srgb,var(--accent) 55%,var(--line))}.public-profile-grid span{color:var(--accent);font-size:7px;font-weight:900;text-transform:uppercase}.public-profile-grid b{font-size:12px}.public-profile-grid p{display:-webkit-box;overflow:hidden;margin:0;color:var(--muted);font-size:9px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.public-profile-grid small{color:#ff94a8}.creator-profile-loading{display:grid;min-height:360px;place-items:center;align-content:center;gap:12px;color:var(--muted);font-size:10px}.creator-profile-loading i{width:28px;height:28px;border:2px solid var(--line);border-top-color:var(--accent);border-radius:50%;animation:loading-profile .8s linear infinite}@keyframes loading-profile{to{transform:rotate(360deg)}}
@media(max-width:1180px){.download-browser span:last-child{display:none}.download-browser{padding:8px}.auth-entry .signup-button{display:none}.header-actions{gap:5px}}
@media(max-width:850px){.community-workspace{grid-template-columns:72px minmax(0,1fr)}.community-sidebar{padding:18px 10px}.workspace-brand{justify-content:center;padding:0 0 22px}.workspace-brand>span,.community-sidebar nav button>b,.community-sidebar nav button>small,.workspace-user>div{display:none}.community-sidebar nav button{grid-template-columns:1fr;padding:0;place-items:center}.workspace-user{justify-content:center;padding:8px}.workspace-stats{grid-template-columns:repeat(2,1fr)}.community-items{grid-template-columns:1fr}.community-view{width:calc(100% - 30px)}.workspace-header{padding:15px}.workspace-welcome{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.download-browser{display:none}.auth-entry button{padding:0 7px}.community-workspace{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) 62px}.community-sidebar{grid-row:2;display:block;padding:6px 10px;border-top:1px solid var(--line);border-right:0}.workspace-brand,.workspace-user,.community-sidebar nav hr,.community-sidebar nav button:nth-of-type(n+6){display:none}.community-sidebar nav{display:grid;grid-template-columns:repeat(5,1fr)}.community-sidebar nav button{min-height:48px}.community-main{grid-row:1}.workspace-header{position:sticky}.workspace-add span{display:none}.community-view{padding-top:18px}.workspace-welcome{min-height:170px;padding:20px}.workspace-welcome h3{font-size:20px}.workspace-stats{gap:7px}.workspace-stats article{padding:10px}.editor-fields,.profile-panel form,.account-type-form{grid-template-columns:1fr}.editor-fields .wide,.profile-panel form button{grid-column:auto}.editor-card{border-radius:0}.auth-card{padding:23px}}
@media(max-width:620px){.workspace-theme{width:37px;padding:0;justify-content:center}.workspace-theme b{display:none}}
@media(max-width:620px){.creator-portfolio-modal{padding:0}.creator-portfolio-card{max-height:100vh;min-height:100vh;padding:22px 16px;border-radius:0}.public-profile-grid{grid-template-columns:1fr}.public-profile-hero>img,.public-profile-hero>span{width:58px;height:58px;border-radius:16px}.public-profile-hero h2{font-size:19px}.profile-panel form .wide{grid-column:auto}}
@media(max-width:520px){.website-url-row,.cover-image-control{grid-template-columns:1fr}.metadata-fetch-button{justify-content:center}.cover-image-preview,.cover-image-preview>img{height:126px;min-height:126px}}
/* Country-aware community pulse */
.recent-page-comment{display:block;padding:11px 0;border-top:1px solid var(--line);color:var(--muted);text-decoration:none}.recent-page-comment:first-child{border-top:0}.recent-page-comment span{font-size:8px}.recent-page-comment strong{display:block;overflow:hidden;margin-top:4px;color:var(--text);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.recent-page-comment p{display:-webkit-box;overflow:hidden;margin:4px 0 0;font-size:9px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.recent-page-comment:hover strong{color:var(--accent)}
.website-comment-count{display:inline-flex;align-items:center;gap:3px;color:#f06a86;font-weight:800}
.community-feed-comments{display:inline-flex;align-items:center;color:#f06a86!important;font-weight:850}

/* Personalized social story rail */
.experia-story-rail{margin:0 0 12px;padding:8px 0 7px;overflow:hidden;border:0;border-radius:0;background:transparent;box-shadow:none}
.experia-story-rail>header{display:flex;align-items:center;justify-content:space-between;min-height:22px;padding:0 3px}.experia-story-rail h2{margin:0;font-size:12px}.experia-story-rail p,.experia-story-rail header small{margin:0;color:var(--muted);font-size:8px}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.experia-story-list{display:flex;gap:16px;overflow-x:auto;margin-top:8px;padding:3px 3px 6px;scrollbar-width:none}.experia-story-list::-webkit-scrollbar{display:none}.experia-story-item{flex:0 0 70px;width:70px;padding:0;border:0;background:transparent;color:var(--text);text-align:center}.experia-story-thumb{position:relative;display:block;width:62px;height:62px;margin:auto;padding:3px;border-radius:50%;background:linear-gradient(145deg,#2563eb,#22d3ee 58%,#60a5fa);box-shadow:0 0 0 3px rgba(59,130,246,.1),0 9px 24px rgba(37,99,235,.22)}.experia-story-thumb:after{position:absolute;inset:-6px;border:1px solid rgba(34,211,238,.42);border-radius:50%;content:"";opacity:0}.experia-story-item.is-new .experia-story-thumb{animation:experia-story-arrive .58s cubic-bezier(.2,.8,.2,1) both;animation-delay:var(--story-delay)}.experia-story-item.is-new .experia-story-thumb:after{animation:experia-story-pulse 1.8s ease-out both;animation-delay:calc(var(--story-delay) + .15s)}.experia-story-thumb img{width:100%;height:100%;border:2px solid var(--surface);border-radius:50%;object-fit:cover;background:#0b1220}.experia-story-thumb i{position:absolute;right:-2px;bottom:-1px;display:grid;width:19px;height:19px;place-items:center;border:2px solid var(--surface);border-radius:50%;background:#0f172a;color:#fff;font-size:7px;font-style:normal;font-weight:900}.experia-story-item>strong{display:block;overflow:hidden;margin-top:6px;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.experia-story-item>small{display:none}@keyframes experia-story-arrive{from{opacity:0;transform:translateY(9px) scale(.82);filter:brightness(1.8)}to{opacity:1;transform:none;filter:none}}@keyframes experia-story-pulse{0%{opacity:.9;transform:scale(.82)}70%{opacity:.2;transform:scale(1.2)}100%{opacity:0;transform:scale(1.28)}}
.experia-story-viewer{position:fixed;z-index:190;inset:0;display:grid;place-items:center;padding:24px}.experia-story-viewer[hidden]{display:none}.experia-story-scrim{position:absolute;inset:0;border:0;background:rgba(2,8,23,.79);backdrop-filter:blur(22px) saturate(.78)}.experia-story-shell{position:relative;width:min(980px,100%);max-height:min(790px,calc(100vh - 48px));overflow:hidden;border:1px solid rgba(148,163,184,.24);border-radius:25px;background:rgba(8,15,28,.97);color:#f8fafc;box-shadow:0 38px 130px rgba(0,0,0,.6)}.experia-story-shell>header{display:flex;align-items:center;justify-content:space-between;gap:14px;height:64px;padding:0 19px;border-bottom:1px solid rgba(148,163,184,.16)}.experia-story-shell>header>div:first-child{display:flex;align-items:center;gap:10px}.experia-story-shell>header>div:first-child>span{padding:5px 8px;border-radius:7px;background:linear-gradient(135deg,#2563eb,#0891b2);font-size:7px;font-weight:900}.experia-story-shell>header strong{font-size:12px}.experia-story-position{color:#7f8da5;font-size:8px;font-weight:800}.experia-story-shell>header>button{width:35px;height:35px;border:1px solid rgba(148,163,184,.2);border-radius:10px;background:#111c2e;color:#fff;font-size:20px}.experia-story-step{position:absolute;z-index:8;top:50%;display:grid;width:42px;height:54px;place-items:center;border:1px solid rgba(148,163,184,.3);border-radius:15px;background:rgba(8,15,28,.76);color:#fff;font-size:30px;line-height:1;box-shadow:0 12px 32px rgba(0,0,0,.3);backdrop-filter:blur(14px);transform:translateY(-50%);transition:opacity .18s ease,transform .18s ease,background .18s ease}.experia-story-step:hover:not(:disabled){background:rgba(37,99,235,.86);transform:translateY(-50%) scale(1.04)}.experia-story-step.is-previous{left:12px}.experia-story-step.is-next{right:12px}.experia-story-step:disabled{opacity:.18;cursor:default}.experia-story-score{display:grid;margin-left:auto;text-align:right}.experia-story-score small{color:#7f8da5;font-size:6px;font-weight:900;letter-spacing:.1em}.experia-story-score b{color:#67e8f9;font-size:16px}.experia-story-grid{display:grid;grid-template-columns:minmax(330px,1.15fr) minmax(290px,.85fr);height:min(700px,calc(100vh - 112px))}.experia-story-player{display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 40%,#17294a,#050a13 65%)}.experia-story-player iframe{width:min(100%,440px);height:100%;border:0;background:#000}.experia-story-discussion{display:grid;grid-template-rows:auto 1fr auto;min-height:0;border-left:1px solid rgba(148,163,184,.15);background:#0c1422}.experia-story-copy{padding:19px 56px 19px 19px;border-bottom:1px solid rgba(148,163,184,.13)}.experia-story-copy>span{color:#38bdf8;font-size:8px;font-weight:850;text-transform:uppercase}.experia-story-copy h3{margin:7px 0 5px;font-size:15px;line-height:1.35}.experia-story-copy p{display:-webkit-box;overflow:hidden;margin:0;color:#94a3b8;font-size:9px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:3}.experia-story-copy a{display:inline-block;margin-top:10px;color:#60a5fa;font-size:9px;font-weight:800;text-decoration:none}.experia-story-comments{overflow:auto;padding:10px 56px 10px 18px}.experia-story-comment{padding:10px 0;border-bottom:1px solid rgba(148,163,184,.12)}.experia-story-comment strong{display:block;font-size:9px}.experia-story-comment span{color:#75839b;font-size:7px}.experia-story-comment p{margin:5px 0 0;color:#d5dcea;font-size:9px;line-height:1.5}.experia-story-comments>.story-empty,.experia-story-comments>p{color:#7f8da5;font-size:9px;text-align:center}#experiaStoryCommentForm{padding:12px 56px 12px 14px;border-top:1px solid rgba(148,163,184,.15)}#experiaStoryCommentForm textarea{width:100%;min-height:64px;resize:none;padding:10px;border:1px solid #27364d;border-radius:10px;outline:0;background:#111c2c;color:#fff;font-size:9px}#experiaStoryCommentForm>div{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:8px}#experiaStoryCommentForm small,#experiaStoryCommentMessage{color:#748299;font-size:7px}#experiaStoryCommentForm button{padding:7px 12px;border:0;border-radius:8px;background:linear-gradient(135deg,#2563eb,#0891b2);color:#fff;font-size:8px;font-weight:850}#experiaStoryCommentMessage{min-height:10px;margin:5px 0 0;color:#fda4af}body.experia-story-open{overflow:hidden}
.experia-story-discover{display:grid;align-items:center;justify-items:center;min-height:70px;cursor:pointer}.experia-story-discover-eye{position:relative;display:grid;width:62px;height:44px;place-items:center;border:2.5px solid #f59e0b;border-radius:50%;background:#fff;box-shadow:0 0 0 3px color-mix(in srgb,#f59e0b 11%,transparent),0 8px 20px rgba(245,158,11,.16);transform-origin:center;animation:home-eye-blink 1.9s ease 2}.experia-story-discover-eye i{position:relative;display:block;width:20px;height:14px;border-radius:50%;background:#090c12;animation:home-eye-look 1.25s ease-in-out 2}.experia-story-discover-eye em{position:absolute;top:2px;left:4px;width:4px;height:4px;border-radius:50%;background:#fff}.experia-story-discover:hover .experia-story-discover-eye,.experia-story-discover.active .experia-story-discover-eye{box-shadow:0 0 0 3px color-mix(in srgb,#f59e0b 18%,transparent),0 10px 24px rgba(245,158,11,.24)}
.experia-story-discover-eye{width:62px;height:54px;border:1.25px solid color-mix(in srgb,#f59e0b 42%,var(--line));border-radius:27px;background:color-mix(in srgb,#f59e0b 9%,var(--surface));box-shadow:0 0 0 3px color-mix(in srgb,#f59e0b 11%,transparent),0 8px 20px rgba(245,158,11,.16);animation:none}.experia-story-discover-eye i{display:grid;width:54px;height:36px;place-items:center;border:2.25px solid #f59e0b;border-radius:20px;background:#fff;animation:home-eye-blink 1.9s ease 2}.experia-story-discover-eye i::before{display:block;width:19px;height:14px;border-radius:50%;background:#090c12;content:"";animation:home-eye-look 1.25s ease-in-out 2}.experia-story-discover-eye em{top:7px;left:11px;width:4px;height:4px}.experia-story-discover:hover .experia-story-discover-eye,.experia-story-discover.active .experia-story-discover-eye{box-shadow:0 0 0 3px color-mix(in srgb,#f59e0b 18%,transparent),0 10px 24px rgba(245,158,11,.24)}
@media(max-width:620px){.experia-story-rail{margin-inline:-10px;padding-inline:10px}.experia-story-rail>header small{display:none}.experia-story-viewer{padding:0}.experia-story-shell{width:100%;height:100%;max-height:none;border:0;border-radius:0}.experia-story-step{top:calc(64px + 29vh);width:38px;height:48px;border-radius:13px}.experia-story-step.is-previous{left:8px}.experia-story-step.is-next{right:8px}.experia-story-grid{grid-template-columns:1fr;height:calc(100vh - 64px);overflow:auto}.experia-story-player{min-height:58vh}.experia-story-player iframe{width:100%;min-height:58vh}.experia-story-discussion{min-height:42vh;border-left:0;border-top:1px solid rgba(148,163,184,.15)}.experia-story-copy{padding-right:19px}.experia-story-comments{padding-right:18px}#experiaStoryCommentForm{padding-right:14px}}@media(prefers-reduced-motion:reduce){.experia-story-item.is-new .experia-story-thumb,.experia-story-item.is-new .experia-story-thumb:after,.experia-story-discover-eye,.experia-story-discover-eye i{animation:none}.experia-story-step{transition:none}}

@media(max-width:760px){
  .search-form input,.result-search-form input,.discover-search input{font-size:16px!important}
  .autocomplete-list{isolation:isolate;top:calc(100% + 5px);max-height:min(286px,42dvh);padding:4px;border-radius:8px;background:var(--surface);box-shadow:0 18px 42px rgba(0,0,0,.46);backdrop-filter:none}
  .autocomplete-list button{height:auto;grid-template-columns:minmax(0,1fr);place-items:initial;justify-items:stretch;gap:1px;min-height:46px;padding:7px 9px;border-bottom:1px solid var(--line);border-radius:5px;line-height:1.3}
  .autocomplete-list button:last-child{border-bottom:0}
  .autocomplete-list b{font-size:13px;line-height:1.3;text-align:left}
  .autocomplete-list small{max-width:100%;font-size:10px;line-height:1.25;text-align:left}
}

/* Home search + transparent Spotlight entry state. Organic rankings stay separate. */
.home-main>.hero{display:grid;grid-template-columns:minmax(0,1fr) 270px;align-items:center;justify-items:stretch;gap:22px;min-height:190px;padding:28px;text-align:left}
.hero-search-column{display:grid;min-width:0;justify-items:start}
.home-main>.hero .search-form{width:min(540px,100%)}
.spotlight-zero-card{position:relative;display:block;overflow:hidden;align-self:stretch;padding:16px;border:1px solid rgba(238,183,74,.42);border-radius:12px;background:linear-gradient(145deg,rgba(23,44,77,.96),rgba(8,20,38,.96));box-shadow:inset 0 1px rgba(255,255,255,.05),0 16px 34px rgba(0,0,0,.15)}
.spotlight-zero-card::after{position:absolute;right:-54px;bottom:-62px;width:160px;height:160px;border:1px solid rgba(238,183,74,.12);border-radius:50%;box-shadow:0 0 0 22px rgba(238,183,74,.035),0 0 0 44px rgba(238,183,74,.025);content:""}
.spotlight-zero-topline,.spotlight-zero-price{position:relative;z-index:1;display:flex;align-items:center}
.spotlight-zero-topline{gap:6px;color:#f5c862;font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.spotlight-zero-topline>span{font-size:14px;line-height:1}
.spotlight-zero-topline>em{margin-left:auto;padding:4px 6px;border-radius:999px;background:rgba(245,200,98,.11);font-size:6px;font-style:normal}
.spotlight-zero-price{justify-content:space-between;margin-top:12px}
.spotlight-zero-price>span{color:#9fb0c8;font-size:8px;font-weight:750}
.spotlight-zero-price>strong{color:#fff;font-size:25px;letter-spacing:-.05em}
.spotlight-zero-card h2{position:relative;z-index:1;margin:9px 0 4px;font-size:16px;letter-spacing:-.035em}
.spotlight-zero-card>p{position:relative;z-index:1;margin:0;color:#9fb0c8;font-size:8px;line-height:1.5}
.spotlight-zero-card>button{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;width:100%;min-height:36px;margin-top:13px;padding:0 11px;border:1px solid rgba(245,200,98,.55);border-radius:9px;background:linear-gradient(135deg,#f9d98c,#eeb64a);color:#342206;font-size:8px;font-weight:900}
.spotlight-zero-card>button:hover{filter:brightness(1.05);transform:translateY(-1px)}
.spotlight-zero-card>button b{font-size:13px}
html[data-theme="light"] .spotlight-zero-card{border-color:rgba(194,134,12,.28);background:linear-gradient(145deg,#fffaf0,#f4f7fc);box-shadow:0 15px 34px rgba(40,52,88,.08)}
html[data-theme="light"] .spotlight-zero-price>strong,html[data-theme="light"] .spotlight-zero-card h2{color:#16233a}
html[data-theme="light"] .spotlight-zero-price>span,html[data-theme="light"] .spotlight-zero-card>p{color:#66758b}

@media(max-width:1050px) and (min-width:761px){
  .home-main>.hero{grid-template-columns:minmax(0,1fr) 240px;gap:14px;padding:22px}
}

@media(max-width:760px){
  .home-main>.hero{display:block;min-height:0;padding:15px 12px 13px;text-align:left}
  .hero-search-column{justify-items:stretch}
  .home-main>.hero .search-form{width:100%}
  .spotlight-zero-card{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:10px;row-gap:3px;min-height:106px;margin-top:11px;padding:12px 13px}
  .spotlight-zero-topline{grid-column:1/-1}
  .spotlight-zero-price{grid-column:2;grid-row:2;gap:7px;margin:0}
  .spotlight-zero-price>span{display:none}
  .spotlight-zero-price>strong{font-size:21px}
  .spotlight-zero-card h2{grid-column:1;grid-row:2;margin:5px 0 2px;font-size:14px}
  .spotlight-zero-card>p{grid-column:1;grid-row:3;align-self:center;max-width:250px;font-size:7px}
  .spotlight-zero-card>button{grid-column:2;grid-row:3;width:auto;min-height:31px;margin:0;padding:0 9px;gap:8px}
  .spotlight-zero-card>button b{font-size:11px}
}

/* Keep the home search compact after the legacy split-hero rules above. */
.home-main>.hero{display:grid;grid-template-columns:1fr;justify-items:center;align-content:center;gap:0;min-height:142px;margin-top:0;padding:22px 24px;text-align:center}
.home-main>.hero .hero-search-column{display:grid;justify-items:center;width:100%;min-width:0}
.home-main>.hero .search-form{width:min(560px,100%);margin-top:10px}
@media(max-width:760px){
  .home-main>.hero{display:block;min-height:126px;padding:15px 12px 13px;text-align:left}
  .home-main>.hero .hero-search-column{display:grid;justify-items:stretch}
  .home-main>.hero .search-form{width:100%;margin-top:10px}
}

/* Public home search actions: native/desktop-style Discover eye + Share. */
.site-header{will-change:transform;transition:transform .24s cubic-bezier(.2,.72,.2,1),box-shadow .2s ease}
.site-header.is-scroll-hidden{transform:translateY(calc(-100% - 2px))}
.discover-layer-toolbar{transition:top .24s cubic-bezier(.2,.72,.2,1)}
.site-header.is-scroll-hidden+main .discover-layer-toolbar{top:0}
.home-search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:9px;width:min(820px,100%);margin-top:10px}
.home-main>.hero .home-search-row .search-form{width:auto;min-width:0;margin:0}
.home-search-tools{display:flex;align-items:center;gap:7px}
.home-discover-eye{display:grid;width:56px;height:54px;padding:0;place-items:center;border:1px solid color-mix(in srgb,#f59e0b 42%,var(--line));border-radius:13px;background:color-mix(in srgb,#f59e0b 8%,var(--surface));box-shadow:0 10px 24px rgba(0,0,0,.08);color:inherit}
.home-discover-eye>span{display:grid;width:43px;height:30px;place-items:center;border:2px solid #f59e0b;border-radius:50%;background:#fff;transform-origin:center;animation:home-eye-blink 1.9s ease 2}
.home-discover-eye i{position:relative;display:grid;width:19px;height:13px;place-items:start;border-radius:50%;background:#090c12;animation:home-eye-look 1.25s ease-in-out 2}
.home-discover-eye em{position:absolute;top:2px;left:4px;width:4px;height:4px;border-radius:50%;background:#fff}
.home-discover-eye:hover{border-color:#f59e0b;background:color-mix(in srgb,#f59e0b 13%,var(--surface));transform:translateY(-1px)}
.home-share-button{display:flex;min-height:54px;align-items:center;justify-content:center;gap:5px;padding:0 15px;border:1px solid color-mix(in srgb,var(--accent) 48%,var(--line));border-radius:12px;background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 20%,var(--surface)),color-mix(in srgb,var(--accent-2) 12%,var(--surface)));color:var(--text);font-size:11px;font-weight:900;white-space:nowrap;box-shadow:0 10px 24px rgba(0,0,0,.08)}
.home-share-button:hover{border-color:var(--accent);filter:brightness(1.06);transform:translateY(-1px)}
html[data-theme="light"] .home-discover-eye{background:#fffaf0;box-shadow:0 10px 24px rgba(42,52,72,.07)}
html[data-theme="light"] .home-share-button{background:linear-gradient(135deg,#edf4ff,#edfafd);box-shadow:0 10px 24px rgba(42,52,72,.07)}
@keyframes home-eye-blink{0%,38%,56%,100%{transform:scaleY(1)}46%,49%{transform:scaleY(.12)}}
@keyframes home-eye-look{0%,100%{transform:translateX(-5px)}45%{transform:translateX(5px)}70%{transform:translateX(0)}}
@media(max-width:760px){
  .home-search-row{gap:6px;width:100%;margin-top:10px}
  .home-main>.hero .home-search-row .search-form{margin:0}
  .home-search-tools{gap:5px}
  .home-discover-eye{width:49px;height:50px;border-radius:11px}
  .home-discover-eye>span{width:38px;height:27px}
  .home-share-button{min-height:50px;padding:0 10px;border-radius:10px;font-size:10px}
}
@media(max-width:430px){
  .home-search-row{grid-template-columns:minmax(0,1fr) auto}
  .home-share-button{width:45px;padding:0;font-size:15px}
  .home-share-button span{display:none}
}
@media(prefers-reduced-motion:reduce){
  .site-header,.discover-layer-toolbar{transition:none}
  .home-discover-eye>span,.home-discover-eye i{animation:none}
}

/* Home search stays centred; the Share and Discover controls belong to the
   sticky site header so they remain reachable without overflowing the rail. */
.home-main>.hero .home-search-row{display:block;width:min(620px,100%)}
.home-main>.hero .home-search-row .search-form{width:100%}
.community-tag-panel.home-popular-tags header{grid-template-columns:auto minmax(0,1fr);align-items:center}
.home-discover-eye{width:64px;height:52px;border-radius:14px}
.home-discover-eye>span{width:54px;height:36px;border-width:2.5px;border-radius:50%}
.home-discover-eye i{width:22px;height:15px;border-radius:50%}
.community-tag-panel.home-popular-tags>div:last-child{margin-left:-4px}
.spotlight-feature-tags{display:flex;flex-wrap:wrap;align-items:center;gap:3px;min-width:0;max-width:100%;overflow:hidden}
.spotlight-feature-tags span{display:inline-block;max-width:100%;overflow:hidden;padding:2px 5px;border:1px solid color-mix(in srgb,var(--line) 72%,var(--accent));border-radius:4px;background:color-mix(in srgb,var(--surface-3) 58%,transparent);color:var(--muted);font-size:7px;font-weight:700;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}
html[data-theme="light"] .spotlight-feature-tags span{background:#f5f7fb;color:#8995a9;border-color:#e7ebf2}
.spotlight-row-copy{display:flex;align-items:center;flex-wrap:wrap;gap:4px}
.spotlight-row-copy strong{flex:0 1 auto;max-width:100%}
.spotlight-row-copy .spotlight-feature-tags{flex:1 1 95px}
@media(max-width:760px){
  .home-discover-eye{width:53px;height:44px;border-radius:11px}
  .home-discover-eye>span{width:45px;height:30px}
  .spotlight-feature-tags{gap:2px}
  .spotlight-feature-tags span{padding:1px 4px;font-size:6.5px}
}

/* Compact controls in the public Vanofi header.  The eye keeps the same
   symmetrical oval/pupil treatment as the native home control, while the
   blue Share action no longer sits outside the content column. */
.header-actions>.home-share-button{display:inline-flex;flex:0 0 auto;min-height:36px;height:36px;align-items:center;justify-content:center;gap:4px;padding:0 12px;border:1px solid #1d68db;border-radius:10px;background:linear-gradient(135deg,#2d83f5,#155fd6);box-shadow:0 7px 18px rgba(37,99,235,.25);color:#fff;font-size:10px;font-weight:900;line-height:1;white-space:nowrap}
.header-actions>.home-share-button:hover{border-color:#74b0ff;background:linear-gradient(135deg,#3f93ff,#1b66dc);filter:none;transform:translateY(-1px)}
.header-actions>.home-discover-eye{display:grid;flex:0 0 56px;width:56px;height:36px;align-items:center;justify-items:center;padding:0;border:1px solid color-mix(in srgb,#f59e0b 48%,var(--line));border-radius:10px;background:color-mix(in srgb,#f59e0b 8%,var(--surface));box-shadow:0 6px 16px rgba(0,0,0,.08);color:inherit}
.header-actions>.home-discover-eye:hover,.header-actions>.home-discover-eye.active{border-color:#f59e0b;background:color-mix(in srgb,#f59e0b 14%,var(--surface));color:inherit}
.header-actions>.home-discover-eye>span{width:45px;height:27px;border-width:2px;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(245,158,11,.18)}
.header-actions>.home-discover-eye i{width:15.3px;height:12px;border-radius:50%;background:#090c12}
.header-actions>.home-discover-eye em{top:2px;left:4px;width:3px;height:3px}
html[data-theme="light"] .header-actions>.home-share-button{background:linear-gradient(135deg,#2d83f5,#155fd6);box-shadow:0 7px 18px rgba(37,99,235,.2)}
html[data-theme="light"] .header-actions>.home-discover-eye{background:#fffaf0}
@media(max-width:1180px){
  .header-actions>.home-share-button{padding-inline:10px}
  .header-actions>.home-discover-eye{flex-basis:50px;width:50px}
  .header-actions>.home-discover-eye>span{width:40px;height:25px}
}

/* The popular-tag rail supports trackpad/wheel scrolling and click-dragging
   on desktop. Keep a subtle scrollbar visible so the extra tags are clear. */
.community-tag-panel.home-popular-tags>#communityPopularTags{max-width:100%;min-width:0;padding-bottom:7px;overscroll-behavior-inline:contain;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--accent) 46%,var(--line)) transparent;touch-action:pan-x;cursor:grab}
.community-tag-panel.home-popular-tags>#communityPopularTags.is-dragging{scroll-snap-type:none;cursor:grabbing;user-select:none}
.community-tag-panel.home-popular-tags>#communityPopularTags::-webkit-scrollbar{display:block;height:4px}
.community-tag-panel.home-popular-tags>#communityPopularTags::-webkit-scrollbar-track{background:transparent}
.community-tag-panel.home-popular-tags>#communityPopularTags::-webkit-scrollbar-thumb{border-radius:999px;background:color-mix(in srgb,var(--accent) 46%,var(--line))}

/* Off-screen cards no longer keep compositor layers alive during a scroll. */
.discover-tile{contain:layout paint style}.discover-motion-image{will-change:auto}.discover-tile.motion-enabled.has-gallery.is-visible .discover-motion-image{will-change:opacity,transform}
.discover-preview-card{width:min(1080px,100%);max-height:calc(100vh - 36px);border-radius:17px}.discover-preview-comments-summary{margin-top:14px;overflow:hidden;border:1px solid var(--line);border-radius:10px;background:var(--surface-2)}.discover-preview-comments-summary>button:first-child{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px;width:100%;padding:10px 11px;border:0;background:transparent;color:var(--text);font-size:10px;font-weight:850;text-align:left}.discover-preview-comments-summary>button:first-child b{color:var(--accent)}.discover-preview-comments-summary>button:first-child i{color:var(--muted);font-size:15px;font-style:normal}.discover-preview-comments-summary>div{display:grid;gap:7px;padding:0 10px 9px}.discover-preview-comments-summary>div article{padding:9px;border:1px solid var(--line);border-radius:9px;background:var(--bg)}.discover-preview-comments-summary>div header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:5px}.discover-preview-comments-summary>div header b{overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.discover-preview-comments-summary>div header time{color:var(--muted);font-size:8px}.discover-preview-comments-summary>div p{margin:0;color:var(--text);font-size:10px;line-height:1.45}.discover-preview-comments-summary>button:last-child{width:100%;padding:9px;border:0;border-top:1px solid var(--line);background:var(--surface);color:var(--accent);font-size:10px;font-weight:850}
