:root{color-scheme:light;--bg: #111318;--surface: #ffffff;--surface-2: #f7f7f5;--surface-3: #ecece8;--text: #fff8fc;--muted: #efe5ed;--soft: #c7bac5;--line: rgba(255, 255, 255, .22);--pink: #e83d78;--pink-2: #cc2e7d;--orange: #ff8a00;--teal: #159ca5;--green: #25a95a;--blue: #1d9fca;--gold: #f0a51b;--brown: #74443d;--slate: #415a64;--danger: #ff5b5b;--paper: #ffffff;--paper-soft: #f7f7f4;--ink: #252226;--ink-soft: #5f575f;--max: 872px;--portal-home-max: 1048px;--portal-gutter: clamp(20px, 4vw, 48px);--portal-accent-shadow: 0 2px 0 rgba(0, 0, 0, .22), 0 14px 32px rgba(35, 28, 24, .18);--portal-soft-shadow: 0 1px 0 rgba(0, 0, 0, .14), 0 10px 24px rgba(35, 28, 24, .12);--portal-focus: 0 0 0 3px rgba(255, 138, 0, .26)}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--text);background:radial-gradient(circle at 16% -12%,rgba(255,63,143,.16),transparent 28rem),radial-gradient(circle at 88% 8%,rgba(53,208,186,.08),transparent 24rem),linear-gradient(180deg,#110e12,#0f0d10 36rem);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}button,input,textarea{font:inherit}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.site-shell{min-height:100vh}.top-notice{border-bottom:1px solid var(--line);background:#0f0d10e6}.top-notice__inner{width:min(var(--max),calc(100% - 32px));min-height:38px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--muted);font-size:13px}.top-notice b{color:var(--text)}.site-header{position:sticky;top:0;z-index:40;border-bottom:1px solid var(--line);background:#0f0d10e0;backdrop-filter:blur(18px)}.site-header__inner{width:min(var(--max),calc(100% - 32px));margin:0 auto;display:grid;grid-template-columns:auto minmax(210px,1fr) auto;gap:18px;align-items:center;min-height:78px}.brand{width:268px;min-width:210px}.site-search{display:flex;align-items:center;min-width:0;border:1px solid var(--line);border-radius:8px;background:#ffffff0d;overflow:hidden}.site-search input{width:100%;min-width:0;border:0;outline:0;color:var(--text);background:transparent;padding:12px 14px}.site-search button{height:44px;border:0;border-left:1px solid var(--line);color:var(--text);background:var(--pink-2);padding:0 16px;cursor:pointer}.site-nav{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}.site-nav a{color:var(--muted);font-size:14px;font-weight:700;padding:9px 10px;border-radius:8px}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--text);background:#ffffff14}.page-main{padding-bottom:72px}.section{border-bottom:1px solid var(--line)}.section--plain{border-bottom:0}.section__inner{width:min(var(--max),calc(100% - 32px));margin:0 auto;padding:34px 0}.hero{padding:36px 0 22px}.hero-grid{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(340px,.94fr);gap:28px;align-items:stretch}.eyebrow{display:inline-flex;align-items:center;gap:8px;min-height:28px;margin-bottom:14px;padding:5px 9px;border:1px solid rgba(255,63,143,.36);border-radius:8px;color:#ffd7e8;background:#ff3f8f1f;font-size:13px;font-weight:800}.hero h1,.page-title h1{margin:0;max-width:900px;font-size:clamp(38px,7vw,82px);line-height:.94;letter-spacing:0}.hero p,.page-title p{max-width:720px;margin:18px 0 0;color:var(--muted);font-size:18px;line-height:1.58}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;border:1px solid rgba(255,255,255,.14);border-radius:8px;color:var(--text);background:var(--surface-2);padding:0 16px;font-weight:800;cursor:pointer}.button--primary{border-color:transparent;background:linear-gradient(135deg,var(--pink),var(--orange));color:#fff}.button--teal{border-color:transparent;background:var(--teal);color:#071412}.button--small{min-height:38px;padding:0 12px;font-size:14px}.hero-panel{border:1px solid var(--line);border-radius:8px;background:linear-gradient(180deg,#ffffff13,#ffffff09);padding:18px}.hero-panel__title{margin:0 0 14px;color:var(--muted);font-size:13px;font-weight:900;text-transform:uppercase}.quick-list{display:grid;gap:10px}.quick-link{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;min-height:66px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#ffffff0a}.quick-link:hover{border-color:#ff3f8f7a;background:#ff3f8f14}.quick-link__rank{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;color:#150e13;background:var(--teal);font-weight:900}.quick-link strong,.service-card h3,.tile h3{display:block;margin:0;color:var(--text);line-height:1.2}.quick-link span,.service-card p,.tile p{display:block;margin:4px 0 0;color:var(--muted);line-height:1.45}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.section-head h2{margin:0;font-size:clamp(26px,4vw,42px);line-height:1.05}.section-head p{max-width:600px;margin:0;color:var(--muted);line-height:1.5}.chip-row{display:flex;flex-wrap:wrap;gap:8px}.chip{border:1px solid var(--line);border-radius:999px;color:var(--muted);background:#ffffff0a;padding:7px 10px;font-size:14px;font-weight:800}.chip:hover{color:var(--text);border-color:#35d0ba80}.grid{display:grid;gap:14px}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.tile,.service-card,.profile-summary,.notice-box,.legal-block{border:1px solid var(--line);border-radius:8px;background:#ffffff0b}.tile{padding:18px}.search-note{display:grid;grid-template-columns:minmax(0,180px) minmax(0,1fr);gap:12px;align-items:center;margin-bottom:14px;border:1px solid var(--line);border-radius:8px;background:#ffffff0f;padding:13px 14px}.search-note strong,.search-note span{min-width:0;overflow-wrap:anywhere}.search-note strong{color:var(--text)}.search-note span{color:var(--muted);line-height:1.45}.category-family-jump{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding-top:12px;padding-bottom:24px}.category-family-jump a{min-width:0;display:grid;gap:4px;border:1px solid var(--line);border-radius:8px;background:#ffffff0e;padding:12px}.category-family-jump a:hover{border-color:#f0730080;background:#f073001a}.category-family-jump strong,.category-family-jump span{min-width:0;overflow-wrap:anywhere}.category-family-jump span{color:var(--muted);font-size:.82rem;font-weight:800}.category-family{scroll-margin-top:18px}.category-family--featured .section__inner{padding-top:18px}.category-family-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.category-family-card{--family-accent: #f07300;min-width:0;display:grid;gap:7px;align-content:start;min-height:178px;border:1px solid rgba(255,255,255,.12);border-top:4px solid var(--family-accent);border-radius:8px;background:#ffffff0e;padding:12px;transition:border-color .16s ease,background .16s ease,transform .16s ease}.category-family-card:hover{border-color:#ffffff3d;background:#ffffff14;transform:translateY(-1px)}.category-family-card__icon{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;color:#fff;background:var(--family-accent);font-size:.72rem;font-weight:900}.category-family-card__meta{color:var(--muted);font-size:.78rem;font-weight:800}.category-family-card h3{margin:0;color:var(--text);font-size:1rem;line-height:1.16;overflow-wrap:anywhere}.category-family-card p{display:-webkit-box;overflow:hidden;margin:0;color:var(--muted);font-size:.86rem;line-height:1.42;-webkit-box-orient:vertical;-webkit-line-clamp:4}.category-family-card--blue{--family-accent: var(--blue)}.category-family-card--green{--family-accent: var(--green)}.category-family-card--gold{--family-accent: var(--gold)}.category-family-card--teal{--family-accent: var(--teal)}.category-family-card--rose{--family-accent: var(--pink)}.category-family-card--brown{--family-accent: #74443d}.category-family-card--slate{--family-accent: #415a64}.tile__meta,.service-card__meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.meta-pill{display:inline-flex;align-items:center;min-height:24px;border-radius:999px;padding:3px 8px;color:#0b1110;background:var(--teal);font-size:12px;font-weight:900}.meta-pill--ad{color:#160b10;background:#ffd0e2}.meta-pill--free{color:#0c1608;background:#b7ef7f}.meta-pill--plain{color:var(--muted);background:#ffffff14}.service-card{display:flex;flex-direction:column;min-height:100%;padding:16px}.service-card__top{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px}.service-card__logo{display:grid;place-items:center;width:46px;height:46px;flex:0 0 auto;border-radius:8px;color:#fff;background:linear-gradient(135deg,var(--pink),var(--orange));font-weight:900}.service-card__score{color:#ffdf7e;font-weight:900}.service-card ul{margin:14px 0 18px;padding:0;list-style:none;display:grid;gap:8px}.service-card li{color:var(--muted);line-height:1.4}.service-card li:before{content:"";display:inline-block;width:7px;height:7px;margin-right:8px;border-radius:50%;background:var(--teal);transform:translateY(-1px)}.service-card__actions{margin-top:auto;display:flex;gap:8px}.split{display:grid;grid-template-columns:minmax(0,.86fr) minmax(320px,.54fr);gap:20px;align-items:start}.profile-summary{padding:20px}.profile-summary dl{margin:18px 0 0;display:grid;gap:10px}.profile-summary div{display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);padding-bottom:10px}.profile-summary dt{color:var(--muted)}.profile-summary dd{margin:0;text-align:right;font-weight:800}.notice-box{padding:16px;color:var(--muted);line-height:1.55;background:#35d0ba12}.notice-box strong{color:var(--text)}.legal-block{padding:22px;line-height:1.65;color:var(--muted)}.legal-block h2{margin:0 0 12px;color:var(--text)}.legal-block p{margin:0 0 14px}.legal-block p:last-child{margin-bottom:0}.form-grid{display:grid;gap:12px}.form-grid label{display:grid;gap:7px;color:var(--muted);font-weight:800}.form-grid input,.form-grid textarea,.form-grid select{width:100%;border:1px solid var(--line);border-radius:8px;color:var(--text);background:#ffffff0f;padding:12px}.form-grid textarea{min-height:150px;resize:vertical}.site-footer{border-top:1px solid var(--line);background:#0b090c}.site-footer__inner{width:min(var(--max),calc(100% - 32px));margin:0 auto;padding:30px 0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;color:var(--muted);font-size:14px}.footer-links{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}.footer-links a{color:var(--muted);font-weight:800}@media(max-width:980px){.site-header__inner{grid-template-columns:1fr auto}.site-search{grid-column:1 / -1;order:3;margin-bottom:14px}.site-nav{gap:2px}.hero-grid,.split,.grid--4,.grid--3{grid-template-columns:1fr 1fr}}@media(max-width:680px){.top-notice__inner,.site-header__inner,.section__inner,.site-footer__inner{width:min(100% - 22px,var(--max))}.top-notice__inner{align-items:flex-start;flex-direction:column;gap:4px;padding:8px 0}.site-header__inner{min-height:auto;padding-top:12px;grid-template-columns:1fr;gap:10px}.brand{width:236px}.site-nav{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px}.site-nav a{white-space:nowrap}.hero{padding-top:24px}.hero-grid,.split,.grid--4,.grid--3,.grid--2{grid-template-columns:1fr}.hero h1,.page-title h1{font-size:42px;line-height:.98}.hero p,.page-title p{font-size:16px}.section-head{display:grid;gap:8px}.service-card__actions,.hero-actions,.age-gate__actions{display:grid}.site-footer__inner{grid-template-columns:1fr}.footer-links{justify-content:flex-start}}body{color:var(--text);background:#777773}body:before{content:"";position:fixed;inset:0;z-index:-2;background-image:url(/brand/pv-pattern.svg);background-repeat:repeat;background-size:220px 220px;background-attachment:fixed}body:after{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:#69696538}.site-shell{position:relative;z-index:1}.top-notice{border-bottom:1px solid rgba(0,0,0,.08);background:#fff}.top-notice__inner{color:#4d474d;font-size:12px}.site-header{position:relative;border-bottom:0;background:transparent;backdrop-filter:none}.site-header__inner{width:min(var(--max),calc(100% - 32px));min-height:156px;padding:14px 0 12px;display:flex;flex-direction:column;gap:10px;align-items:center}.brand{width:340px;min-width:240px;filter:drop-shadow(0 3px 0 rgba(0,0,0,.35))}.site-search{width:min(430px,100%);border:2px solid #bdbdb9;border-radius:8px;background:#fff;box-shadow:0 2px #0000002e}.site-search input{color:#333;padding:10px 14px;font-size:13px}.site-search button{height:39px;border-left:1px solid rgba(0,0,0,.12);color:#fff;background:var(--orange);padding:0 14px}.site-nav{justify-content:center;gap:6px}.site-nav a{color:#fff;font-size:12px;padding:6px 8px;border-radius:999px;background:#00000040;text-shadow:0 1px 0 rgba(0,0,0,.25)}.site-nav a:hover,.site-nav a[aria-current=page]{color:#fff;background:var(--orange)}.page-main{padding-bottom:34px}.section{border-bottom:0}.section__inner{width:min(var(--max),calc(100% - 32px));padding:12px 0}.portal-intro{width:min(var(--max),calc(100% - 32px));margin:0 auto 10px;border:1px solid rgba(0,0,0,.14);border-radius:8px;background:#ffffffe6;box-shadow:0 2px #0000002e;padding:10px 12px;color:#524b52;text-align:center;font-size:13px;line-height:1.45}.portal-strip{width:min(420px,calc(100% - 32px));margin:-2px auto 10px;border:2px solid #f2a10f;border-radius:8px;background:#fff;box-shadow:0 2px #0003;padding:8px 12px;color:#3f383f;font-size:12px;line-height:1.35}.portal-strip strong{color:#e36d00}.portal-board{width:min(var(--max),calc(100% - 32px));margin:0 auto 18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;align-items:start}.portal-card{min-height:332px;display:flex;flex-direction:column;border:2px solid #c8c8c4;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 2px #0003}.portal-card__header{display:grid;grid-template-columns:30px 1fr;gap:8px;align-items:center;min-height:58px;padding:8px;border-bottom:1px solid rgba(0,0,0,.12);background:linear-gradient(180deg,#fff,#eeeeeb)}.portal-card__icon{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;color:#fff;background:var(--orange);font-size:10px;font-weight:900;box-shadow:inset 0 -2px #0000002e}.portal-card h2{margin:0;color:#3a333a;font-size:13px;line-height:1.15;text-transform:uppercase}.portal-card p{margin:3px 0 0;color:#6c666c;font-size:10px;line-height:1.25}.portal-list{margin:0;padding:8px 9px 6px;list-style:none;display:grid;gap:5px}.portal-list li{display:grid;grid-template-columns:18px minmax(0,1fr) auto;gap:5px;align-items:center;min-height:18px;color:#312b31;font-size:12px;line-height:1.15}.portal-list__rank{color:#8b858b;text-align:right;font-size:11px;font-weight:800}.portal-list a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:800}.portal-list a:hover{color:var(--orange)}.portal-list__badge{border-radius:3px;color:#fff;background:#188dc4;padding:1px 3px;font-size:9px;font-weight:900}.portal-card__button{display:flex;align-items:center;justify-content:center;min-height:31px;margin:auto 8px 8px;border-radius:6px;color:#fff;background:var(--orange);font-size:11px;font-weight:900;text-transform:uppercase}.portal-card--blue{border-color:#24a8c9a6}.portal-card--blue .portal-card__icon,.portal-card--blue .portal-card__button{background:var(--blue)}.portal-card--green{border-color:#53be5bb3}.portal-card--green .portal-card__icon,.portal-card--green .portal-card__button{background:#59c95e}.portal-card--gold{border-color:#f3a51bcc}.portal-card--gold .portal-card__icon,.portal-card--gold .portal-card__button{background:var(--gold)}.portal-card--teal{border-color:#1c9ca9b3}.portal-card--teal .portal-card__icon,.portal-card--teal .portal-card__button{background:#0e96a8}.portal-card--rose{border-color:#e04a70ad}.portal-card--rose .portal-card__icon,.portal-card--rose .portal-card__button{background:#e04a70}.portal-card--brown{border-color:#74443db8}.portal-card--brown .portal-card__icon,.portal-card--brown .portal-card__button{background:var(--brown)}.portal-card--slate{border-color:#415a64b3}.portal-card--slate .portal-card__icon,.portal-card--slate .portal-card__button{background:var(--slate)}.hero h1,.page-title h1{font-size:clamp(30px,5vw,48px);line-height:1.02}.hero p,.page-title p{font-size:15px;line-height:1.5}.eyebrow{color:#9f3b00;background:#fff6e8}.button{color:#312b31;background:#fff}.button--primary{color:#fff}.button--teal{color:#071412}.section-head h2{font-size:clamp(21px,3vw,30px)}.tile,.service-card,.profile-summary,.notice-box,.legal-block,.hero-panel{background:#fffffff0;box-shadow:0 2px #0000002e}.site-footer{background:#ffffffe6}.floating-perks{position:fixed;right:14px;top:118px;z-index:30;display:grid;gap:10px;width:112px}.floating-perks a{display:grid;place-items:center;min-height:42px;border:2px solid #f29a12;border-radius:8px;color:#f07300;background:#fff;box-shadow:0 2px #00000038;text-align:center;font-size:11px;font-weight:900;line-height:1.15}.scroll-dot{position:fixed;right:22px;bottom:28px;z-index:30;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;color:#fff;background:var(--orange);box-shadow:0 2px #00000038,0 6px 18px #00000047;font-weight:900;font-size:18px;text-decoration:none;transition:transform .12s ease-out,background .12s ease-out}.scroll-dot:hover{background:#ff7a00;transform:translateY(-2px)}@media(max-width:980px){.site-header__inner{display:flex}.site-search{order:0;margin-bottom:0}.portal-board{grid-template-columns:repeat(2,minmax(0,1fr))}.floating-perks,.scroll-dot{display:none}}@media(max-width:680px){.site-header__inner{display:flex;padding-top:12px}.brand{width:284px}.site-nav{width:100%}.portal-board{grid-template-columns:1fr}.portal-card{min-height:0}.hero h1,.page-title h1{font-size:32px}}html{background:#111318}body{color:var(--text);background:#111318}body:before{background-image:linear-gradient(180deg,#07080c33,#07080c61);background-repeat:no-repeat;background-size:cover;background-position:center top;background-attachment:fixed}body:after{background:radial-gradient(circle at 50% 14%,rgba(255,63,143,.13),transparent 22rem),linear-gradient(90deg,#08090dc2,#08090d38 24%,#08090d2e 76%,#08090dc2),#08090d3d}.top-notice{border-bottom:1px solid rgba(255,255,255,.16);background:#0a0a0ec7;backdrop-filter:blur(12px)}.top-notice__inner{color:#fff2f8;text-shadow:0 1px 2px rgba(0,0,0,.4)}.top-notice b{color:#ffbe54}.site-header__inner{min-height:168px;padding-top:18px}.brand{width:360px;filter:drop-shadow(0 4px 0 rgba(0,0,0,.42)) drop-shadow(0 12px 24px rgba(0,0,0,.38))}.site-search{border:1px solid rgba(255,255,255,.82);background:#fffffff5;box-shadow:0 5px 18px #00000061}.site-search input{color:#171217;font-weight:700}.site-search input::placeholder{color:#6f6670;opacity:1}.site-search button{color:#fff;background:#f07b16;font-weight:900}.site-nav a{border:1px solid rgba(255,255,255,.18);color:#fff;background:#090a0ead;box-shadow:0 2px 9px #00000038}.site-nav a:hover,.site-nav a[aria-current=page]{border-color:#ffbd54bf;background:#f07b16}.page-main{padding-top:2px}.portal-intro,.portal-strip,.page-title{border:1px solid rgba(255,255,255,.2);background:#0a0a0fb8;box-shadow:0 8px 28px #00000057;backdrop-filter:blur(14px)}.portal-intro{color:#fff6fb;font-size:13px;font-weight:700}.portal-strip{border-color:#f07b16eb;color:#fff7f0}.portal-strip strong{color:#ffbd54}.page-title{border-radius:8px;padding:22px}.page-title h1,.hero h1{color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.42)}.page-title p,.hero p{color:#f2e7ef}.eyebrow{border:1px solid rgba(255,189,84,.55);color:#ffd797;background:#f07b162e}.portal-board{gap:9px}.portal-card{border-color:#ffffffc7;background:#fff;box-shadow:0 8px 22px #00000057}.portal-card__header{background:linear-gradient(180deg,#fff,#f0f0ec)}.portal-card h2{color:#191418;font-size:13px}.portal-card p{color:#494149;font-size:10.5px;font-weight:700}.portal-list li{color:#1c171c;font-size:12.5px}.portal-list__rank{color:#7b707a}.portal-list a{color:#191418}.portal-card__button{min-height:33px;box-shadow:inset 0 -2px #00000029}.section-head{border-radius:8px;padding:14px 16px;background:#0a0a0fad;box-shadow:0 7px 24px #0000004d;backdrop-filter:blur(12px)}.section-head h2{color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.35)}.section-head p{color:#f3e8f0;font-weight:650}.tile,.service-card,.profile-summary,.notice-box,.legal-block,.hero-panel{border:1px solid rgba(255,255,255,.82);color:#201b20;background:#fffffff7;box-shadow:0 8px 24px #00000057}.quick-link strong,.service-card h3,.tile h3,.legal-block h2,.profile-summary h2{color:#171217}.quick-link span,.service-card p,.tile p,.service-card li,.profile-summary dt,.legal-block p,.form-grid label{color:#4d444d}.notice-box{color:#463e46;background:#fffffffa}.notice-box strong,.profile-summary dd{color:#171217}.service-card__score{color:#a55300}.meta-pill--plain{color:#393239;background:#ececea}.chip{border-color:#ffffff59;color:#fff;background:#0a0a0f9e;box-shadow:0 4px 18px #0000003d}.chip:hover{color:#fff;border-color:#26bfaecc;background:#26bfae47}.button{border-color:#0000001f;color:#201b20;background:#f4f4f1}.button--primary{color:#fff;background:linear-gradient(135deg,#ff3f8f,#f07b16)}.form-grid input,.form-grid textarea,.form-grid select{border-color:#0000002e;color:#171217;background:#fff}.site-footer{border-top:1px solid rgba(255,255,255,.16);background:#09090ddb;backdrop-filter:blur(14px)}.site-footer__inner,.footer-links a{color:#f0e6ee}.floating-perks a{border-color:#ffffffd9;color:#fff;background:linear-gradient(135deg,#ff3f8f,#f07b16);box-shadow:0 8px 24px #00000057}.scroll-dot{background:#f07b16;box-shadow:0 8px 24px #0000005c}@media(max-width:680px){body:before{background-attachment:scroll;background-position:center top}body:after{background:#08090d6b}.brand{width:min(320px,92vw)}.portal-intro,.portal-strip,.page-title,.section-head{width:min(100% - 22px,var(--max))}.page-title{padding:18px}.section-head{margin-left:auto;margin-right:auto}}html{background-color:#777875}body{color:var(--ink);background-color:transparent;background-image:linear-gradient(90deg,rgba(0,0,0,.08),transparent 18%,transparent 82%,rgba(0,0,0,.08)),url(/brand/portal-wallpaper.svg);background-repeat:repeat;background-size:auto,320px 320px;background-attachment:fixed}body[data-bg-variant=paper]{background-image:url(/brand/bg-paper-fiber.svg);background-repeat:repeat;background-size:280px 280px;background-attachment:fixed}body[data-bg-variant=paper],html:has(body[data-bg-variant=paper]){background-color:#fbf7f0}body[data-bg-variant=flat]{background-image:none}body[data-bg-variant=flat],html:has(body[data-bg-variant=flat]){background-color:#f5f1eb}body[data-bg-variant=grid]{background-image:url(/brand/bg-grid.svg);background-repeat:repeat;background-size:60px 60px;background-attachment:fixed}body[data-bg-variant=grid],html:has(body[data-bg-variant=grid]){background-color:#eef0f2}body:before,body:after{content:none!important}.site-shell{position:relative;z-index:auto}.top-notice{background:#fff;border-bottom:1px solid rgba(0,0,0,.14)}.top-notice__inner{color:#3d373d;text-shadow:none}.top-notice b{color:#f07300}.site-header{background:transparent}.site-header__inner{min-height:150px}.portal-intro,.portal-strip,.page-title,.section-head{color:var(--ink);background:#fffffff5;border-color:#0000002e;box-shadow:0 2px #0000003d,0 12px 30px #0000002e;backdrop-filter:none}.portal-intro,.portal-strip,.page-title p,.section-head p{color:var(--ink-soft)}.page-title h1,.hero h1,.section-head h2{color:var(--ink);text-shadow:none}.eyebrow{color:#a24c00;background:#fff5e7;border-color:#f07b1675}.site-footer{color:#f3edf2;background:#262624eb}.review-hero,.review-facts,.review-section{width:min(var(--max),calc(100% - 32px));margin:0 auto 10px}.review-hero{border:1px solid rgba(0,0,0,.18);border-radius:8px;background:var(--paper);box-shadow:0 2px #00000040,0 16px 38px #00000038;overflow:hidden}.review-hero__crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:7px;padding:9px 12px;color:#776e76;background:#f8f8f5;border-bottom:1px solid #deded8;font-size:12px;font-weight:800}.review-hero__crumbs a{color:#f07300}.review-hero__grid{display:grid;grid-template-columns:210px minmax(0,1fr) 210px;gap:12px;padding:12px}.review-preview{display:grid;align-content:start;gap:8px}.review-preview p{margin:0;color:#5f575f;font-size:11px;line-height:1.35}.review-preview__category{display:block;border:1px solid #d6d6d0;border-radius:6px;background:#fff;padding:9px 10px;color:#3d373d;font-size:12px;font-weight:900}.site-shot{border:1px solid #cfcfca;border-radius:7px;background:#fff;overflow:hidden}.site-shot__bar{display:grid;grid-template-columns:18px minmax(0,1fr);gap:6px;align-items:center;height:30px;padding:0 8px;border-bottom:1px solid #d8d8d2;color:#4d454d;font-size:11px}.site-shot__bar span{width:13px;height:13px;border-radius:50%;border:2px solid currentColor}.site-shot__bar strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-shot__screen{min-height:170px;padding:10px;color:#fff;background:#131316}.site-shot--blue .site-shot__screen{background:linear-gradient(135deg,#141021,#25205a)}.site-shot--green .site-shot__screen{background:linear-gradient(135deg,#071b17,#0c5632)}.site-shot--orange .site-shot__screen{background:linear-gradient(135deg,#16110d,#57250c)}.site-shot--rose .site-shot__screen{background:linear-gradient(135deg,#190d16,#5a1636)}.site-shot__brand{margin-bottom:9px;color:#fff;font-size:18px;font-weight:900}.site-shot__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.site-shot__grid span{min-height:33px;border-radius:3px;background:linear-gradient(135deg,#ffffff2e,#ffffff08),#ffffff14}.site-shot__open{display:flex;justify-content:center;align-items:center;min-height:38px;color:#fff;background:#2eb65d;font-size:13px;font-weight:900}.review-main h1{margin:6px 0 2px;color:#282328;font-size:clamp(26px,4vw,36px);line-height:1.05}.review-main h1 span{display:inline-grid;place-items:center;width:39px;height:39px;margin-right:7px;border-radius:50%;color:#fff;background:var(--orange);font-size:17px;vertical-align:middle}.review-hero--blue .review-main h1 span{background:var(--blue)}.review-hero--green .review-main h1 span{background:var(--green)}.review-hero--rose .review-main h1 span{background:var(--pink)}.review-main__kicker{color:#8a8188;font-size:13px;font-weight:900}.review-main__url{display:inline-block;margin-bottom:10px;color:#149447;font-size:12px;font-weight:900}.review-main p{color:#4f464e;font-size:13px;line-height:1.55}.review-main__lead{color:#302a30;font-weight:700}.review-verdict{border-left:4px solid var(--orange);background:#fff8ec;padding:9px 11px}.review-verdict strong,.review-verdict span{display:block}.review-verdict strong{color:#a24c00;font-size:12px;text-transform:uppercase}.review-verdict span{margin-top:3px;color:#443b43;font-size:13px;line-height:1.4}.review-checks{display:grid;grid-template-columns:1fr 1fr 86px;gap:10px;margin-top:12px;align-items:end}.review-checks h2{margin:0 0 6px;color:#3a333a;font-size:13px}.review-checks ul{margin:0;padding:0;list-style:none;display:grid;gap:4px}.review-checks li{color:#4d454d;font-size:12px;line-height:1.25}.review-checks li:before{content:"";display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:#25a95a}.review-checks div:nth-child(2) li:before{background:#df524d}.review-rating{display:grid;place-items:center;min-height:74px;border-left:1px solid #dadad4;color:#9f4c00}.review-rating span{font-size:27px;font-weight:900}.review-rating small{color:#776e76;font-weight:800}.review-mini{border:1px solid #d0d0cb;border-radius:7px;overflow:hidden;background:#fff}.review-mini__top{padding:9px 10px;border-bottom:1px solid #dcdcd7;background:#f6f6f3}.review-mini__top strong,.review-mini__top span{display:block}.review-mini__top strong{color:#332d33;font-size:13px}.review-mini__top span{color:#776e76;font-size:11px}.review-mini__board{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:8px}.review-mini__card{min-height:67px;border:1px solid #deded9;border-radius:5px;padding:7px;color:#2d272d;background:#fff}.review-mini__card span{display:grid;place-items:center;width:24px;height:24px;margin-bottom:5px;border-radius:50%;color:#fff;background:#f07b16;font-size:9px;font-weight:900}.review-mini__card--blue span{background:var(--blue)}.review-mini__card--green span{background:var(--green)}.review-mini__card--gold span{background:var(--gold)}.review-mini__card--teal span{background:var(--teal)}.review-mini__card--rose span{background:var(--pink)}.review-mini__card--brown span{background:#74443d}.review-mini__card--slate span{background:#415a64}.review-mini__card strong{display:block;font-size:10.5px;line-height:1.1}.review-mini__button{display:flex;justify-content:center;min-height:38px;padding-top:11px;color:#fff;background:#f07b16;font-size:12px;font-weight:900}.review-facts__inner{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.review-facts__inner div,.deep-copy,.editor-notes,.info-panel{border:1px solid rgba(0,0,0,.16);border-radius:8px;background:#fffffff5;box-shadow:0 2px #0003,0 10px 25px #00000024}.review-facts__inner div{padding:10px 12px}.review-facts span,.review-facts strong{display:block}.review-facts span{color:#7a7079;font-size:11px;font-weight:900;text-transform:uppercase}.review-facts strong{margin-top:3px;color:#262126;font-size:14px}.review-section__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;border-radius:8px;background:#fffffff5;padding:12px 14px;box-shadow:0 2px #0000002e}.review-section__head h2{margin:0;color:#3b343b;font-size:22px}.review-section__head a{border:1px solid #bdbdb7;border-radius:6px;padding:8px 10px;color:#3b343b;background:#fff;font-size:12px;font-weight:900}.alternative-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.alt-card{display:grid;gap:7px;color:#fff}.alt-card__shot{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:4px;min-height:132px;border-radius:7px;padding:8px;overflow:hidden;background:#17151a;box-shadow:0 2px #0000003d}.alt-card--blue .alt-card__shot{background:linear-gradient(135deg,#11172a,#1d5d95)}.alt-card--green .alt-card__shot{background:linear-gradient(135deg,#0c2016,#0a6c3b)}.alt-card--orange .alt-card__shot{background:linear-gradient(135deg,#1b120d,#7a320c)}.alt-card--rose .alt-card__shot{background:linear-gradient(135deg,#1b0d18,#8a1c4e)}.alt-card__shot span{position:absolute;left:8px;bottom:7px;z-index:2;color:#fff;font-weight:900}.alt-card__shot i{display:block;min-height:38px;border-radius:3px;background:#ffffff29}.alt-card strong{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5)}.alt-card small{color:#fff0f7;font-size:12px;line-height:1.3}.review-section--content{display:grid;gap:10px}.deep-copy{padding:18px 20px}.deep-copy h2,.editor-notes h2{margin:0 0 10px;color:#2d282d}.deep-copy p{margin:0 0 12px;color:#4e454d;line-height:1.68}.deep-copy p:last-child{margin-bottom:0}.editor-notes{padding:16px}.editor-notes div{display:flex;flex-wrap:wrap;gap:7px}.editor-notes span{border-radius:999px;background:#f2f2ee;padding:6px 9px;color:#403940;font-size:12px;font-weight:900}.info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.info-panel{padding:18px}.info-panel h2{margin:0 0 10px;color:#282328}.info-panel p,.info-panel li{color:#4e454d;line-height:1.62}.info-panel ul,.info-panel ol{margin:10px 0 0;padding-left:20px}.info-panel--wide{grid-column:1 / -1}@media(max-width:980px){.review-hero__grid{grid-template-columns:1fr}.review-checks,.review-facts__inner,.alternative-grid,.info-grid{grid-template-columns:1fr 1fr}}@media(max-width:680px){html,body{background-attachment:scroll;background-size:260px 260px}.review-hero,.review-facts,.review-section{width:min(100% - 22px,var(--max))}.review-checks,.review-facts__inner,.alternative-grid,.info-grid{grid-template-columns:1fr}.review-section__head{align-items:stretch;flex-direction:column}}.creator-dossier,.directory-ledger{width:min(var(--max),calc(100% - 32px));margin:0 auto 12px;border:1px solid rgba(0,0,0,.2);border-radius:8px;background:linear-gradient(90deg,rgba(255,138,0,.09),transparent 34%),#fffffff7;box-shadow:0 2px #0000003d,0 18px 38px #0000002e;overflow:hidden}.creator-dossier__crumbs{display:flex;flex-wrap:wrap;gap:7px;align-items:center;padding:9px 13px;border-bottom:1px solid #ddddda;color:#766c75;background:#f9f9f6;font-size:12px;font-weight:900}.creator-dossier__crumbs a{color:#f07300}.creator-dossier__grid{display:grid;grid-template-columns:270px minmax(0,1fr);gap:14px;padding:14px}.creator-pass{position:relative;min-height:310px;border:1px solid #d6d6d0;border-radius:8px;padding:18px;color:#fff;background:linear-gradient(135deg,#e83d78c7,#f07b16b8),repeating-linear-gradient(-45deg,rgba(255,255,255,.1) 0 8px,transparent 8px 16px),#2c2229;box-shadow:inset 0 0 0 1px #ffffff2e;overflow:hidden}.creator-pass:after{content:"";position:absolute;right:-34px;bottom:-44px;width:150px;height:150px;border:18px solid rgba(255,255,255,.14);border-radius:50%}.creator-pass__stamp{display:grid;place-items:center;width:74px;height:74px;margin-bottom:14px;border:3px solid rgba(255,255,255,.7);border-radius:50%;color:#fff;background:#0000002e;font-size:24px;font-weight:900;letter-spacing:.04em}.creator-pass span{display:inline-block;border-radius:999px;background:#00000042;padding:5px 8px;font-size:11px;font-weight:900;text-transform:uppercase}.creator-pass h1{margin:12px 0 10px;font-size:clamp(34px,6vw,56px);line-height:.95}.creator-pass p{margin:0;max-width:23rem;color:#fff7fb;line-height:1.48;font-weight:700}.creator-pass__status{position:relative;z-index:1;margin-top:18px;border-left:4px solid #fff;background:#0000002e;padding:9px 10px;color:#fff;font-size:12px;line-height:1.35;font-weight:800}.creator-notebook{border:1px solid #d8d8d2;border-radius:8px;background:linear-gradient(90deg,rgba(255,138,0,.14) 0 5px,transparent 5px),repeating-linear-gradient(180deg,#fff 0 38px,#f7f7f3 38px 39px);padding:18px 18px 18px 24px}.creator-notebook__label{color:#9b4a00;font-size:12px;font-weight:900;text-transform:uppercase}.creator-notebook h2{margin:6px 0 8px;color:#282328;font-size:clamp(24px,4vw,36px);line-height:1.05}.creator-notebook p{margin:0 0 14px;color:#4f464f;line-height:1.62}.intent-ladder{display:grid;gap:8px}.intent-ladder a{display:grid;grid-template-columns:34px minmax(0,1fr);gap:4px 10px;align-items:center;border:1px solid #deded8;border-radius:8px;background:#ffffffc7;padding:9px}.intent-ladder span{grid-row:1 / 3;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;color:#fff;background:#f07300;font-size:13px;font-weight:900}.intent-ladder strong{color:#2d282d}.intent-ladder small{color:#665d65;line-height:1.3}.section-head--paper{background:linear-gradient(90deg,rgba(240,123,22,.08),transparent),#fffffff7}.channel-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.channel-card{min-height:168px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(0,0,0,.18);border-radius:8px;padding:13px;color:#fff;background:#2c2930;box-shadow:0 2px #0000003d,0 12px 26px #00000029}.channel-card--creator{background:linear-gradient(135deg,#1c1720,#e83d78)}.channel-card--video{background:linear-gradient(135deg,#161316,#f07300)}.channel-card--social{background:linear-gradient(135deg,#161b2a,#1d9fca)}.channel-card--community{background:linear-gradient(135deg,#171717,#74443d)}.channel-card--search{background:linear-gradient(135deg,#11191a,#159ca5)}.channel-card span,.channel-card small{display:inline-block;color:#ffffffd1;font-size:11px;font-weight:900;text-transform:uppercase}.channel-card strong{display:block;margin-top:5px;color:#fff;font-size:20px;line-height:1}.channel-card p{color:#fff6fb;font-size:12px;line-height:1.42}.channel-card small{border-top:1px solid rgba(255,255,255,.24);padding-top:8px;line-height:1.25}.empty-channels,.creator-rules,.directory-ledger,.performer-ledger{border:1px solid rgba(0,0,0,.16);border-radius:8px;background:#fffffff7;box-shadow:0 2px #0003,0 10px 25px #00000024}.empty-channels,.creator-rules{padding:18px}.empty-channels strong,.creator-rules h2{color:#282328}.empty-channels p,.creator-rules p{color:#514851;line-height:1.62}.creator-bottom{display:grid;grid-template-columns:minmax(0,.92fr) minmax(260px,.72fr);gap:14px}.directory-ledger{padding:22px}.directory-ledger h1{margin:0;color:#282328;font-size:clamp(34px,6vw,58px);line-height:.98}.directory-ledger p{max-width:760px;color:#514851;line-height:1.62}.performer-ledger{overflow:hidden}.performer-row{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:12px;align-items:center;min-height:72px;padding:11px 14px;border-bottom:1px solid #e2e2dc}.performer-row:last-child{border-bottom:0}.performer-row>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;color:#fff;background:linear-gradient(135deg,#e83d78,#f07300);font-weight:900}.performer-row strong,.performer-row small{display:block}.performer-row strong{color:#272227;font-size:18px}.performer-row small,.performer-row em{color:#706770;font-size:12px;font-style:normal;font-weight:800}@media(max-width:980px){.creator-dossier__grid,.creator-bottom{grid-template-columns:1fr}.channel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.creator-dossier,.directory-ledger{width:min(100% - 22px,var(--max))}.channel-grid,.performer-row{grid-template-columns:1fr}.performer-row em{display:none}}.brand-logo{display:grid;place-items:center;overflow:hidden;line-height:1}.brand-logo img{display:block;width:100%;height:100%;object-fit:contain}.brand-logo>span{display:grid;place-items:center;width:100%;height:100%;color:#fff;font-weight:900}.site-favicon{display:grid;place-items:center;overflow:hidden}.site-favicon img{display:block;width:16px;height:16px;object-fit:contain}.site-favicon>span{display:block;width:7px;height:7px;border-radius:999px;background:#2d262d2e}.portal-list li{grid-template-columns:18px 22px minmax(0,1fr) auto;min-height:24px;gap:6px}.portal-list__logo{width:22px;height:22px;border-radius:7px;background:#ffffffb8;box-shadow:inset 0 0 0 1px #2823281f,0 1px #ffffffbf}.portal-list__logo--empty{position:relative;background:transparent;box-shadow:none;opacity:.68}.portal-list__logo--empty:before,.portal-list__logo--empty:after{position:absolute;content:"";display:block}.portal-list__logo--empty:before{width:10px;height:10px;border:2px solid #f4b66f;border-radius:50%;inset:4px auto auto 4px}.portal-list__logo--empty:after{width:7px;height:2px;border-radius:99px;background:#f4b66f;transform:rotate(45deg);right:3px;bottom:4px}.service-card__logo{width:54px;height:54px;padding:0;border-radius:14px;background:transparent;box-shadow:0 10px 22px #0000002e}.service-card__logo img{border-radius:14px}.channel-card__topline{display:flex;align-items:center;min-width:0;gap:10px}.channel-card__topline>div{min-width:0}.channel-card__logo{width:50px;height:50px;flex:0 0 auto;border-radius:14px;box-shadow:0 9px 20px #00000042}.channel-card__logo img{border-radius:14px}.channel-card__topline strong{overflow-wrap:anywhere}.category-page{width:min(1460px,calc(100% - 32px));margin:0 auto 64px;display:grid;grid-template-columns:300px minmax(0,1fr);gap:22px;align-items:start}.category-sidebar{position:sticky;top:18px;max-height:calc(100vh - 36px);overflow:hidden;border:1px solid rgba(45,38,36,.12);border-radius:8px;background:#ffffffe0;box-shadow:0 14px 34px #2d231e1f}.category-sidebar__home{display:block;padding:14px 16px;font-weight:800;color:#3d2a1f;border-bottom:1px solid rgba(45,38,36,.1)}.category-sidebar__list{max-height:calc(100vh - 92px);overflow:auto;padding:8px}.category-sidebar__item{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;border-radius:8px;color:#46372c;text-decoration:none}.category-sidebar__item:hover,.category-sidebar__item.is-current{background:#f48e2a1c}.category-sidebar__item span{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;color:#fff;font-size:.76rem;font-weight:900;background:#f28b20}.category-sidebar__item strong{min-width:0;font-size:.91rem;line-height:1.2;overflow-wrap:anywhere}.category-sidebar__item small{color:#7a6d64;font-weight:800}.category-content{min-width:0}.crumbs{display:flex;align-items:center;gap:8px;margin:0 0 14px;font-size:.92rem;color:#75685f}.crumbs a{color:#e56f13;font-weight:800;text-decoration:none}.category-workbench{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0 0 14px}.category-workbench a{display:grid;gap:3px;min-height:58px;padding:10px 12px;border:1px solid rgba(45,38,36,.13);border-radius:8px;color:#3a3029;background:#ffffffeb;box-shadow:0 8px 20px #2d231e17;text-decoration:none}.category-workbench a:hover{color:#e56f13;transform:translateY(-1px)}.category-workbench strong,.category-workbench span{min-width:0;overflow-wrap:anywhere}.category-workbench strong{font-size:.88rem}.category-workbench span{color:#76695f;font-size:.78rem;font-weight:800}.category-feature{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:20px;padding:22px;border-radius:8px;color:#fff;background:linear-gradient(135deg,#2b211b,#7e3514);box-shadow:0 18px 42px #2d231e2e}.category-feature h2{margin:10px 0 8px;font-size:clamp(1.35rem,2.2vw,2.1rem);line-height:1.05;letter-spacing:0}.category-feature p{margin:0;max-width:820px;color:#ffffffd1;line-height:1.65}.category-feature__icon{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:8px;font-weight:900;background:#ffffff2e;box-shadow:inset 0 0 0 1px #ffffff3d}.category-feature__stats{display:grid;grid-template-columns:1fr;align-content:center;gap:4px;padding:16px;border-radius:8px;background:#ffffff21}.category-feature__stats strong{font-size:2rem;line-height:1}.category-feature__stats span{margin-bottom:10px;color:#ffffffc7;font-size:.86rem}.category-feature--blue{background:linear-gradient(135deg,#14243c,#28528f)}.category-feature--green{background:linear-gradient(135deg,#123729,#15734b)}.category-feature--gold{background:linear-gradient(135deg,#3b2711,#b06a16)}.category-feature--teal{background:linear-gradient(135deg,#12333b,#118288)}.category-feature--rose{background:linear-gradient(135deg,#3c1428,#a12759)}.category-feature--brown{background:linear-gradient(135deg,#36251c,#865037)}.category-feature--slate{background:linear-gradient(135deg,#1d2733,#465768)}.category-highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0}.category-highlight{display:grid;grid-template-columns:36px minmax(0,1fr);gap:10px;align-items:center;padding:12px;border-radius:8px;color:#352921;text-decoration:none;background:#fff;box-shadow:0 10px 26px #2d231e1a}.category-highlight span{grid-row:span 2;width:34px;height:34px;display:grid;place-items:center;border-radius:8px;color:#fff;font-weight:900;background:#f28b20}.category-highlight strong{min-width:0;overflow-wrap:anywhere}.category-highlight small{color:#77695f}.category-site-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.category-guide{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);gap:18px;margin:18px 0;padding:20px;border-radius:8px;color:#362b24;background:linear-gradient(90deg,rgba(242,139,32,.12),transparent 42%),#fff;box-shadow:0 12px 28px #2d231e1a}.category-guide__intro span{display:inline-flex;align-items:center;min-height:26px;padding:4px 8px;border-radius:999px;color:#7d3d0c;background:#fff1df;font-size:.78rem;font-weight:900}.category-guide h2{margin:10px 0 8px;font-size:clamp(1.35rem,2vw,2rem);line-height:1.08;letter-spacing:0}.category-guide p{margin:0;color:#65584f;line-height:1.58}.category-guide__checks{display:grid;gap:10px}.category-guide__checks div{padding:0 0 10px;border-bottom:1px solid #eadfd6}.category-guide__checks div:last-child{padding-bottom:0;border-bottom:0}.category-guide__checks strong{display:block;margin-bottom:4px}.category-guide--compact{background:linear-gradient(90deg,rgba(21,156,165,.1),transparent 42%),#fff}.category-decision{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:18px 0}.category-decision article{min-width:0;padding:14px;border:1px solid rgba(45,38,36,.12);border-radius:8px;background:#fffffff0;box-shadow:0 10px 24px #2d231e1a}.category-decision span{display:inline-flex;align-items:center;min-height:24px;margin-bottom:8px;border-radius:999px;background:#fff1df;padding:3px 8px;color:#9a4a0d;font-size:.76rem;font-weight:900}.category-decision strong{display:block;margin-bottom:5px;color:#352921}.category-decision p{margin:0;color:#675a51;font-size:.86rem;line-height:1.5}.category-list-head{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:18px;align-items:end;margin:18px 0 12px;padding:16px;border:1px solid rgba(45,38,36,.13);border-radius:8px;background:#fffffff0;box-shadow:0 10px 24px #2d231e1a}.category-list-head h2{margin:8px 0 7px;color:#2f2722;letter-spacing:0}.category-list-head p{margin:0;max-width:780px;color:#64574e;line-height:1.55}.category-list-head__chips{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.category-list-head__chips span{border-radius:999px;background:#f5eee7;padding:6px 8px;color:#715d4d;font-size:.76rem;font-weight:900}.category-site-card{min-width:0;overflow:hidden;border:1px solid rgba(45,38,36,.1);border-radius:8px;background:#fff;box-shadow:0 12px 28px #2d231e1c}.category-shot{display:block;color:inherit;text-decoration:none;background:#25211e}.category-shot__bar{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:8px;padding:7px 9px;color:#f8f1e8;font-size:.75rem}.category-shot__bar span{width:32px;height:8px;border-radius:99px;background:linear-gradient(90deg,#ff6b6b,#ffd166,#49c17a)}.category-shot__bar strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-shot__screen{position:relative;aspect-ratio:16 / 10;display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:12px;background:linear-gradient(180deg,#0003,#0000008c),linear-gradient(135deg,#f28b20,#27201b)}.category-site-card--blue .category-shot__screen{background:linear-gradient(135deg,#1a3762,#101620)}.category-site-card--green .category-shot__screen{background:linear-gradient(135deg,#16613e,#101a16)}.category-site-card--gold .category-shot__screen{background:linear-gradient(135deg,#b06a16,#20160e)}.category-site-card--teal .category-shot__screen{background:linear-gradient(135deg,#128187,#101a1c)}.category-site-card--rose .category-shot__screen{background:linear-gradient(135deg,#9f2858,#201018)}.category-site-card--brown .category-shot__screen{background:linear-gradient(135deg,#865037,#221711)}.category-site-card--slate .category-shot__screen{background:linear-gradient(135deg,#4d5e70,#151b22)}.category-shot__screen img,.category-shot__screen>span{position:absolute;z-index:2;left:14px;bottom:14px;width:52px;height:52px;border-radius:8px;background:#ffffffdb;box-shadow:0 8px 24px #00000038}.category-shot__screen>span{display:grid;place-items:center;color:#352921;font-weight:900}.category-shot__screen i{display:block;min-height:42px;border-radius:6px;background:#ffffff38}.category-site-card__body{padding:13px}.category-site-card__meta{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px}.category-site-card__meta span{padding:4px 7px;border-radius:99px;background:#f5eee7;color:#715d4d;font-size:.72rem;font-weight:900}.category-site-card h2{margin:0 0 7px;font-size:1rem;line-height:1.18;letter-spacing:0;overflow-wrap:anywhere}.category-site-card p{margin:0;min-height:82px;color:#685b52;font-size:.86rem;line-height:1.45}.category-site-card__button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;margin-top:12px;padding:0 12px;border-radius:8px;color:#fff;font-size:.84rem;font-weight:900;text-decoration:none;background:#f28b20}.category-copy{margin-top:22px;padding:22px;border-radius:8px;background:#ffffffdb;box-shadow:0 12px 28px #2d231e17}.category-copy h2{margin:0 0 10px;letter-spacing:0}.category-copy p{margin:0 0 10px;color:#5f5248;line-height:1.65}.category-copy--related{background:linear-gradient(90deg,rgba(242,139,32,.08),transparent 38%),#ffffffe6}.category-related-links{display:grid;gap:0;margin-top:14px;border-top:1px solid #eadfd6}.category-related-links a{display:grid;grid-template-columns:minmax(0,220px) minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #eadfd6;color:#3c3029;text-decoration:none}.category-related-links a:hover strong{color:#e56f13}.category-related-links strong,.category-related-links span{min-width:0;overflow-wrap:anywhere}.category-related-links span{color:#685b52;line-height:1.45}.category-related-links small{color:#8a7667;font-weight:900}@media(max-width:1180px){.category-page{grid-template-columns:1fr}.category-family-grid,.category-family-jump{grid-template-columns:repeat(3,minmax(0,1fr))}.category-sidebar{position:static;max-height:none}.category-sidebar__list{max-height:320px}.category-site-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-workbench,.category-decision{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.category-page{width:min(100% - 20px,1460px)}.category-feature,.category-guide,.category-highlights,.category-site-grid,.category-workbench,.category-decision,.category-list-head,.category-family-grid,.category-family-jump{grid-template-columns:1fr}.category-feature__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.category-related-links a{grid-template-columns:1fr;gap:4px}.category-list-head__chips{justify-content:flex-start}}html{scroll-padding-top:16px}a:focus-visible,button:focus-visible,input:focus-visible{outline:0;box-shadow:var(--portal-focus)}.top-notice__inner{width:min(1120px,calc(100% - 32px))}.site-header__inner,.portal-home,.portal-board,.home-routes .section__inner,.home-picks .section__inner{width:min(var(--portal-home-max),calc(100% - var(--portal-gutter)))}.site-header__inner{min-height:clamp(126px,14vw,158px);gap:11px}.brand{width:clamp(276px,32vw,366px)}.site-search{width:min(536px,100%);min-height:45px;border:2px solid rgba(255,255,255,.92);box-shadow:var(--portal-accent-shadow)}.site-search:focus-within{border-color:#ffb34d;box-shadow:var(--portal-accent-shadow),var(--portal-focus)}.site-search input{min-height:43px;padding:0 14px}.site-search button{min-width:76px;min-height:43px;transition:background .18s ease,transform .18s ease}.site-search button:hover{background:#e46f0e}.site-search button:active{transform:translateY(1px)}.site-nav{max-width:100%}.site-nav a{min-height:30px;display:inline-flex;align-items:center;letter-spacing:0}.portal-home{margin:0 auto 12px;display:grid;gap:9px}.portal-home__copy{border:1px solid rgba(0,0,0,.18);border-radius:8px;background:#fffffff7;box-shadow:var(--portal-accent-shadow);padding:13px 16px;text-align:center}.portal-home h1{margin:0;color:#211c20;font-size:clamp(22px,2.6vw,31px);line-height:1.06;letter-spacing:0}.portal-home p{max-width:820px;margin:6px auto 0;color:#5b525a;font-size:13.5px;line-height:1.46;font-weight:720}.portal-home__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.portal-home__stats span{min-width:0;min-height:38px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid rgba(0,0,0,.16);border-radius:8px;color:#4d444b;background:#fffffff0;box-shadow:var(--portal-soft-shadow);font-size:12px;font-weight:900;text-align:center}.portal-home__stats strong{color:#f07300;font-size:17px;line-height:1}.portal-jump{display:flex;flex-wrap:wrap;justify-content:center;gap:7px}.portal-jump__item{--jump-accent: #f07300;min-height:34px;display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.92);border-radius:999px;color:#fff;background:#201e20d6;box-shadow:var(--portal-soft-shadow);padding:0 11px 0 8px;font-size:12px;font-weight:900;line-height:1;transition:transform .18s ease,background .18s ease}.portal-jump__item:hover{background:var(--jump-accent);transform:translateY(-1px)}.portal-jump__item span{display:grid;place-items:center;width:23px;height:23px;border-radius:50%;color:#fff;background:var(--jump-accent);font-size:10px;font-weight:900}.portal-jump__item--blue{--jump-accent: var(--blue)}.portal-jump__item--green{--jump-accent: var(--green)}.portal-jump__item--gold{--jump-accent: var(--gold)}.portal-jump__item--teal{--jump-accent: var(--teal)}.portal-jump__item--rose{--jump-accent: var(--pink)}.portal-jump__item--brown{--jump-accent: #74443d}.portal-jump__item--slate{--jump-accent: #415a64}.portal-board{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;margin-bottom:22px}.home-routes .section__inner{padding:10px 0 20px}.home-taxonomy .section__inner{padding-top:8px}.home-route-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.home-route-card{--route-accent: #f07300;min-width:0;display:grid;grid-template-columns:38px minmax(0,1fr);gap:8px 10px;align-items:center;min-height:132px;border:1px solid rgba(0,0,0,.15);border-top:4px solid var(--route-accent);border-radius:8px;padding:12px;color:#2a2428;background:#fffffff7;box-shadow:var(--portal-soft-shadow);transition:transform .16s ease,box-shadow .16s ease}.home-route-card:hover{transform:translateY(-1px);box-shadow:var(--portal-accent-shadow)}.home-route-card>span{display:grid;place-items:center;width:38px;height:38px;border-radius:8px;color:#fff;background:var(--route-accent);font-size:11px;font-weight:900}.home-route-card strong,.home-route-card small,.home-route-card p{min-width:0;overflow-wrap:anywhere}.home-route-card strong{display:block;color:#1d181c;line-height:1.14}.home-route-card small{display:block;margin-top:3px;color:#756c74;font-size:.76rem;font-weight:900}.home-route-card p{grid-column:1 / -1;display:-webkit-box;overflow:hidden;margin:0;color:#5b525a;font-size:12px;line-height:1.36;-webkit-box-orient:vertical;-webkit-line-clamp:3}.home-route-card--blue{--route-accent: var(--blue)}.home-route-card--green{--route-accent: var(--green)}.home-route-card--gold{--route-accent: var(--gold)}.home-route-card--teal{--route-accent: var(--teal)}.home-route-card--rose{--route-accent: var(--pink)}.home-route-card--brown{--route-accent: #74443d}.home-route-card--slate{--route-accent: #415a64}.home-taxonomy-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.home-taxonomy-card{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 10px;align-items:center;min-height:74px;border:1px solid rgba(0,0,0,.16);border-radius:8px;color:#2a2428;background:#fffffff7;box-shadow:var(--portal-soft-shadow);padding:11px 12px}.home-taxonomy-card:hover{box-shadow:var(--portal-accent-shadow)}.home-taxonomy-card strong{min-width:0;color:#1d181c;line-height:1.12;overflow-wrap:anywhere}.home-taxonomy-card span,.home-taxonomy-card small{color:#746a72;font-size:.78rem;font-weight:900}.home-taxonomy-card small{grid-column:1 / -1}.portal-card{--card-accent: #f07300;min-height:0;border:1px solid rgba(255,255,255,.96);border-top:4px solid var(--card-accent);border-radius:8px;box-shadow:var(--portal-accent-shadow);transition:transform .18s ease,box-shadow .18s ease}.portal-card:hover{transform:translateY(-2px);box-shadow:0 2px #00000038,0 18px 38px #231c1838}.portal-card__header{grid-template-columns:36px minmax(0,1fr) auto;min-height:76px;gap:9px;padding:10px}.portal-card__icon{width:36px;height:36px;border-radius:8px;background:var(--card-accent);font-size:11px}.portal-card__count{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:26px;border-radius:999px;color:#fff;background:var(--card-accent);padding:0 8px;font-size:11px;font-weight:900}.portal-card h2{color:#1d181c;font-size:13.5px;line-height:1.12;overflow-wrap:anywhere}.portal-card p{display:-webkit-box;overflow:hidden;margin-top:4px;color:#5b525a;font-size:11.5px;line-height:1.26;-webkit-box-orient:vertical;-webkit-line-clamp:2}.portal-list{gap:2px;padding:8px 8px 2px}.portal-list__item{grid-template-columns:24px 24px minmax(0,1fr) auto;min-height:33px;gap:7px;border-radius:7px;padding:4px 6px;transition:background .16s ease,transform .16s ease}.portal-list__item[hidden]{display:none}.portal-list__item:hover{background:#fff4e4}.portal-list__rank{color:#817780;font-size:11.5px}.portal-list__logo{width:24px;height:24px;border-radius:7px}.site-favicon img{width:17px;height:17px}.portal-list__link{min-width:0;color:#211c20;font-size:12.5px;line-height:1.15}.portal-list__badge{min-height:18px;display:inline-flex;align-items:center;border-radius:999px;background:#188dc4;padding:0 5px;font-size:9.5px}.portal-card__show-more{min-height:34px;display:flex;align-items:center;justify-content:center;gap:7px;margin:7px 8px 0;border:1px solid #d4d4ce;border-radius:7px;color:#383137;background:#f6f6f2;cursor:pointer;font-size:12px;font-weight:900;transition:border-color .16s ease,background .16s ease}.portal-card__show-more small{display:inline-grid;place-items:center;min-width:24px;min-height:20px;border-radius:999px;color:#fff;background:var(--card-accent);padding:0 6px;font-size:10px}.portal-card__show-more:hover{border-color:var(--card-accent);background:#fff}.portal-card__button{min-height:36px;margin:8px;background:var(--card-accent);letter-spacing:0;transition:filter .16s ease,transform .16s ease}.portal-card__button:hover{filter:brightness(.96)}.portal-card__button:active{transform:translateY(1px)}.portal-card--blue{--card-accent: var(--blue)}.portal-card--green{--card-accent: var(--green)}.portal-card--gold{--card-accent: var(--gold)}.portal-card--teal{--card-accent: var(--teal)}.portal-card--rose{--card-accent: var(--pink)}.portal-card--brown{--card-accent: #74443d}.portal-card--slate{--card-accent: #415a64}.portal-card--blue .portal-card__icon,.portal-card--blue .portal-card__button,.portal-card--green .portal-card__icon,.portal-card--green .portal-card__button,.portal-card--gold .portal-card__icon,.portal-card--gold .portal-card__button,.portal-card--teal .portal-card__icon,.portal-card--teal .portal-card__button,.portal-card--rose .portal-card__icon,.portal-card--rose .portal-card__button,.portal-card--brown .portal-card__icon,.portal-card--brown .portal-card__button,.portal-card--slate .portal-card__icon,.portal-card--slate .portal-card__button{background:var(--card-accent)}.home-picks .section__inner{padding-top:10px}.home-picks .grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.service-card{border-color:#0000001f;box-shadow:var(--portal-accent-shadow)}.service-card__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.service-card__actions .button{min-width:0;padding:0 12px;text-align:center}.home-routes .section__inner,.home-reviews .section__inner,.home-board-intro .section__inner{width:min(var(--portal-home-max),calc(100% - var(--portal-gutter)))}.home-reviews .section__inner,.home-board-intro .section__inner{padding:8px 0 20px}.home-board-intro .section__inner{padding-bottom:10px}.home-route-card{min-height:166px;align-content:start}.home-route-card__facts,.home-review-card__facts{margin:0}.home-route-card__facts{grid-column:1 / -1;border-top:1px solid rgba(0,0,0,.1);padding-top:9px}.home-route-card__facts div,.home-review-card__facts div{min-width:0}.home-route-card__facts dt,.home-review-card__facts dt{color:#756c74;font-size:10px;font-weight:950;line-height:1.2;text-transform:uppercase}.home-route-card__facts dd,.home-review-card__facts dd{min-width:0;margin:2px 0 0;color:#211c20;font-size:12px;font-weight:900;line-height:1.28;overflow-wrap:anywhere}.home-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.home-review-card{--review-accent: var(--orange);min-width:0;display:grid;grid-template-columns:124px minmax(0,1fr);gap:12px;border:1px solid rgba(0,0,0,.16);border-top:4px solid var(--review-accent);border-radius:8px;background:#fffffffa;box-shadow:var(--portal-accent-shadow);padding:10px}.home-review-card--blue{--review-accent: var(--blue)}.home-review-card--green{--review-accent: var(--green)}.home-review-card--orange{--review-accent: var(--orange)}.home-review-card--rose{--review-accent: var(--pink)}.home-review-card__visual{position:relative;min-height:160px;display:grid;place-items:center;overflow:hidden;border-radius:7px;border:1px solid rgba(0,0,0,.12);background:linear-gradient(135deg,#ffffffd6,#ffffff6b),var(--review-accent)}.home-review-card__visual img{width:min(96px,78%);max-height:78px;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,0,0,.2))}.home-review-card__visual>span{display:grid;place-items:center;width:74px;height:74px;border-radius:16px;color:#fff;background:#0000003d;font-size:25px;font-weight:950}.home-review-card__visual strong{position:absolute;right:8px;bottom:8px;display:inline-flex;min-height:28px;align-items:center;border-radius:999px;color:#fff;background:#000000bd;padding:0 9px;font-size:12px;font-weight:950}.home-review-card__body{min-width:0;display:grid;gap:7px;align-content:start}.home-review-card__category{color:var(--review-accent);font-size:11px;font-weight:950;line-height:1.1}.home-review-card h3{margin:0;color:#1d181c;font-size:16px;line-height:1.1}.home-review-card h3 a{color:inherit}.home-review-card p{display:-webkit-box;overflow:hidden;margin:0;color:#554c54;font-size:12px;font-weight:720;line-height:1.36;-webkit-box-orient:vertical;-webkit-line-clamp:3}.home-review-card__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.home-review-card__facts div{border-radius:7px;background:#f5f4f0;padding:7px}.home-review-card__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:2px}.home-review-card__actions a{min-width:0;min-height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;border:1px solid var(--review-accent);color:#fff;background:var(--review-accent);padding:0 8px;font-size:11px;font-weight:950;line-height:1.1;text-align:center}.home-review-card__actions a+a{color:var(--review-accent);background:#fff}.hub-portal,.hub-portal+.section .section__inner,.hub-portal~.section .section__inner{width:min(var(--portal-home-max),calc(100% - var(--portal-gutter)))}.hub-portal{--hub-accent: #f07300;margin:0 auto 12px}.hub-portal--blue{--hub-accent: var(--blue)}.hub-portal--green{--hub-accent: var(--green)}.hub-portal--gold{--hub-accent: var(--gold)}.hub-portal .crumbs{margin-bottom:10px;border-radius:8px;background:#ffffffeb;padding:9px 12px;box-shadow:var(--portal-soft-shadow)}.hub-hero{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:12px;align-items:stretch}.hub-hero__copy,.hub-path-card{border:1px solid rgba(0,0,0,.16);border-radius:8px;background:#fffffff7;box-shadow:var(--portal-accent-shadow)}.hub-hero__copy{border-top:5px solid var(--hub-accent);padding:18px}.hub-hero h1{margin:10px 0 8px;color:#211c20;font-size:clamp(27px,4vw,42px);line-height:1.02;letter-spacing:0}.hub-hero p{max-width:760px;margin:0;color:#574e56;line-height:1.55;font-weight:680}.hub-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:15px}.hub-hero__stats span{min-width:0;border-radius:8px;background:#f7f4ef;padding:10px;color:#5e554f;font-size:.82rem;font-weight:900}.hub-hero__stats strong{display:block;color:var(--hub-accent);font-size:1.55rem;line-height:1}.hub-path-card{padding:16px}.hub-path-card>span{display:inline-flex;min-height:28px;align-items:center;border-radius:999px;background:color-mix(in srgb,var(--hub-accent) 16%,white);padding:4px 9px;color:#3b3028;font-size:.78rem;font-weight:900}.hub-path-card ol{display:grid;gap:9px;margin:12px 0 0;padding-left:20px}.hub-path-card li{color:#554b54;font-size:.9rem;line-height:1.42}.hub-workbench{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:10px}.hub-workbench a{display:grid;gap:3px;min-height:56px;border:1px solid rgba(0,0,0,.14);border-radius:8px;background:#fffffff0;box-shadow:var(--portal-soft-shadow);padding:10px 12px;color:#312a30;text-decoration:none}.hub-workbench a:hover{color:var(--hub-accent);transform:translateY(-1px)}.hub-workbench strong,.hub-workbench span{min-width:0;overflow-wrap:anywhere}.hub-workbench span{color:#71676f;font-size:.78rem;font-weight:900}.hub-route-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.hub-route-card{--hub-route-accent: #f07300;min-width:0;display:grid;grid-template-columns:40px minmax(0,1fr);gap:6px 10px;min-height:150px;border:1px solid rgba(0,0,0,.15);border-top:4px solid var(--hub-route-accent);border-radius:8px;background:#fffffff7;box-shadow:var(--portal-soft-shadow);padding:12px;color:#261f25;text-decoration:none}.hub-route-card:hover{box-shadow:var(--portal-accent-shadow);transform:translateY(-1px)}.hub-route-card>span{display:grid;place-items:center;width:40px;height:40px;border-radius:8px;color:#fff;background:var(--hub-route-accent);font-size:.72rem;font-weight:900}.hub-route-card strong,.hub-route-card small,.hub-route-card p{min-width:0;overflow-wrap:anywhere}.hub-route-card strong{align-self:center;color:#1e191d;line-height:1.14}.hub-route-card small{grid-column:2;color:#756b73;font-size:.76rem;font-weight:900}.hub-route-card p{grid-column:1 / -1;display:-webkit-box;overflow:hidden;margin:4px 0 0;color:#5d535b;font-size:.84rem;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:3}.hub-route-card--blue{--hub-route-accent: var(--blue)}.hub-route-card--green{--hub-route-accent: var(--green)}.hub-route-card--gold{--hub-route-accent: var(--gold)}.hub-route-card--teal{--hub-route-accent: var(--teal)}.hub-route-card--rose{--hub-route-accent: var(--pink)}.hub-route-card--brown{--hub-route-accent: #74443d}.hub-route-card--slate{--hub-route-accent: #415a64}.hub-checklist{display:grid;gap:10px}.hub-checklist div{border:1px solid rgba(0,0,0,.12);border-radius:8px;background:#fffffff5;box-shadow:var(--portal-soft-shadow);padding:12px}.hub-checklist strong{display:block;color:#2d272c;margin-bottom:4px}.hub-checklist p{margin:0;color:#5d535b;line-height:1.5}.hub-next-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.hub-next-grid a{min-width:0;display:grid;gap:5px;min-height:74px;border:1px solid rgba(0,0,0,.15);border-radius:8px;background:#fffffff5;box-shadow:var(--portal-soft-shadow);padding:11px 12px;color:#2a2428;text-decoration:none}.hub-next-grid a:hover{color:#e56f13;box-shadow:var(--portal-accent-shadow)}.hub-next-grid strong,.hub-next-grid span{min-width:0;overflow-wrap:anywhere}.hub-next-grid span{color:#746a72;font-size:.78rem;font-weight:900}@media(max-width:1280px){.floating-perks{display:none}}@media(max-width:1050px){.portal-board{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:860px){.portal-board,.home-route-grid,.home-review-grid,.home-taxonomy-grid,.home-picks .grid--3,.hub-route-grid,.hub-next-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-home__stats,.hub-hero,.hub-workbench{grid-template-columns:1fr 1fr}}@media(max-width:680px){.top-notice__inner,.site-header__inner,.portal-home,.portal-board,.home-routes .section__inner,.home-reviews .section__inner,.home-board-intro .section__inner,.home-picks .section__inner,.hub-portal,.hub-portal+.section .section__inner,.hub-portal~.section .section__inner{width:min(100% - 20px,var(--portal-home-max))}.site-header__inner{min-height:0;padding:12px 0 10px}.site-search{width:100%}.site-nav,.portal-jump{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.site-nav::-webkit-scrollbar,.portal-jump::-webkit-scrollbar{display:none}.site-nav a,.portal-jump__item{flex:0 0 auto}.portal-home__copy{padding:12px;text-align:left}.portal-home h1{font-size:21px}.portal-home p{font-size:13px}.portal-home__stats,.hub-hero,.hub-hero__stats,.hub-workbench,.hub-route-grid,.hub-next-grid,.portal-board,.home-route-grid,.home-review-grid,.home-taxonomy-grid,.home-picks .grid--3,.service-card__actions{grid-template-columns:1fr}.home-review-card{grid-template-columns:92px minmax(0,1fr)}.home-review-card__visual{min-height:136px}.home-review-card__facts,.home-review-card__actions{grid-template-columns:1fr}.search-note{grid-template-columns:1fr;gap:4px}.portal-home__stats span{justify-content:flex-start;padding:0 12px;text-align:left}.portal-card__header{min-height:68px}.portal-list__item{min-height:38px}.portal-list__link{font-size:13px}}@media(prefers-reduced-motion:reduce){.portal-card,.portal-jump__item,.site-search button,.portal-card__button,.portal-list__item{transition:none}.portal-card:hover,.portal-jump__item:hover{transform:none}}.category-page{width:min(1140px,calc(100% - 28px));grid-template-columns:270px minmax(0,1fr);gap:12px}.category-sidebar{border-color:#0000002e;background:#fffffff7;box-shadow:var(--portal-accent-shadow)}.category-sidebar__home{min-height:44px;display:flex;align-items:center;color:#262126;background:#f7f7f4}.category-sidebar__item{grid-template-columns:34px minmax(0,1fr) auto;gap:8px;min-height:46px;padding:7px 8px;border-bottom:1px solid #ecece8;border-radius:0}.category-sidebar__item:hover,.category-sidebar__item.is-current{background:#fff4e4}.category-sidebar__item span{width:28px;height:28px;border-radius:50%;font-size:.68rem}.category-sidebar__item strong{font-size:.82rem}.category-sidebar__item small{min-width:26px;text-align:right;font-size:.74rem}.category-content{border:1px solid rgba(0,0,0,.18);border-radius:8px;background:#fffffffa;box-shadow:var(--portal-accent-shadow);padding:14px}.category-content .crumbs{margin:-14px -14px 14px;border-bottom:1px solid #ddddda;border-radius:8px 8px 0 0;background:#f8f8f5;padding:10px 14px}.category-browser-head{display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:14px;align-items:start;margin-bottom:12px}.category-browser-head h1{margin:9px 0 7px;color:#252126;font-size:clamp(25px,3.4vw,37px);line-height:1.04;letter-spacing:0}.category-browser-head p{margin:0;color:#5c535b;font-size:.95rem;line-height:1.55}.category-browser-head__stats{display:grid;gap:7px}.category-browser-head__stats span{border:1px solid #dfdfd9;border-radius:8px;background:#fafaf7;padding:9px 10px;color:#5c535b;font-size:.78rem;font-weight:900}.category-browser-head__stats strong{display:block;color:#f07300;font-size:1.35rem;line-height:1}.category-workbench{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:12px}.category-workbench a{min-height:48px;box-shadow:none}.category-list-head{grid-template-columns:minmax(0,1fr) 230px;margin:0 0 12px;border-color:#deded8;background:#fafaf7;box-shadow:none}.category-list-head h2{font-size:clamp(20px,2.6vw,28px)}.category-list-head p{font-size:.92rem}.category-review-strip{display:grid;grid-template-columns:240px minmax(0,1fr);gap:12px;align-items:stretch;margin:0 0 12px;border:1px solid #deded8;border-radius:8px;background:#fff;padding:12px}.category-review-strip h2{margin:3px 0 0;color:#2e2830;font-size:1rem;line-height:1.2}.category-review-strip__links{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:8px}.category-review-strip__links a{display:grid;gap:4px;min-height:74px;border:1px solid #eee4d8;border-radius:7px;background:#fffaf3;padding:9px 10px}.category-review-strip__links strong{color:#f07300;font-size:.86rem}.category-review-strip__links span{display:-webkit-box;overflow:hidden;color:#5b535b;font-size:.75rem;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.category-site-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.category-site-card{border-color:#d7d7d1;box-shadow:0 2px #0000002e,0 10px 22px #231c181c}.category-site-card:hover{transform:translateY(-1px);box-shadow:var(--portal-accent-shadow)}.category-site-card--lead{grid-column:span 1}.category-shot{background:#17151a}.category-shot__bar{grid-template-columns:36px minmax(0,1fr);min-height:30px;padding:7px 8px;background:#201d22}.category-shot__bar span{width:28px;height:8px}.category-shot__screen{aspect-ratio:16 / 11;grid-template-columns:repeat(4,1fr);gap:5px;padding:10px;overflow:hidden}.category-shot__screen:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.08),transparent 34%),radial-gradient(circle at 76% 18%,rgba(255,255,255,.2),transparent 32%),#0000001f}.category-shot__screen img,.category-shot__screen>span{left:50%;top:50%;bottom:auto;transform:translate(-50%,-50%);width:min(112px,54%);height:min(72px,46%);object-fit:contain;padding:10px}.category-shot__screen>span{font-size:1.25rem}.category-shot__screen small{position:absolute;left:8px;bottom:8px;z-index:2;border-radius:999px;background:#00000094;padding:3px 7px;color:#fff;font-size:.65rem;font-weight:900}.category-shot__screen i{min-height:30px;border-radius:4px}.category-shot__screen[data-media-kind=screenshot]{display:block;padding:0;background:#161317}.category-shot__screen[data-media-kind=screenshot]:before{z-index:2;background:linear-gradient(180deg,rgba(0,0,0,.02),transparent 46%),linear-gradient(0deg,rgba(0,0,0,.5),transparent 38%);pointer-events:none}.category-shot__screen[data-media-kind=screenshot] img{inset:0 0 auto;z-index:1;width:100%;height:100%;border-radius:0;background:transparent;box-shadow:none;object-fit:contain;object-position:top center;padding:0;transform:none}.category-shot__screen[data-media-kind=screenshot] small{z-index:3}.category-shot__screen[data-media-kind=screenshot] i{display:none}.category-site-card__body{padding:10px}.category-site-card__meta{margin-bottom:7px}.category-site-card h2{font-size:.98rem}.category-site-card p{display:-webkit-box;min-height:58px;overflow:hidden;font-size:.8rem;-webkit-box-orient:vertical;-webkit-line-clamp:3}.category-site-card__facts{display:grid;gap:0;margin:10px 0 0;border-top:1px solid #eeeeea}.category-site-card__facts div{display:grid;grid-template-columns:64px minmax(0,1fr);gap:8px;padding:6px 0;border-bottom:1px solid #eeeeea}.category-site-card__facts dt,.category-site-card__facts dd{min-width:0;margin:0;overflow-wrap:anywhere;font-size:.72rem;line-height:1.25}.category-site-card__facts dt{color:#8a7667;font-weight:900}.category-site-card__facts dd{color:#463e46;font-weight:800}.category-site-card__button{width:100%;min-height:34px;margin-top:10px;border-radius:6px}.category-site-card__actions{display:grid;grid-template-columns:1fr;gap:7px;margin-top:10px}.category-site-card__actions .category-site-card__button{margin-top:0}.category-site-card__review{display:inline-grid;place-items:center;min-height:34px;border:1px solid #d8d2c9;border-radius:6px;background:#fff;color:#2e2830;font-size:.78rem;font-weight:900;text-align:center}.category-site-card__review:hover{border-color:#f07300;color:#f07300}.category-guide{margin:14px 0 0;box-shadow:none;border:1px solid #deded8}.category-copy{margin-top:14px;border:1px solid #deded8;background:#fafaf7;box-shadow:none}@media(max-width:1180px){.category-page{width:min(100% - 22px,1140px)}}@media(max-width:920px){.category-browser-head,.category-list-head,.category-review-strip,.category-workbench{grid-template-columns:1fr}.category-site-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.category-content{padding:10px}.category-content .crumbs{margin:-10px -10px 10px;padding:9px 10px}.category-site-grid{grid-template-columns:1fr}.category-shot__screen{aspect-ratio:16 / 9}}.review-hero,.review-section{width:min(1120px,calc(100% - 28px))}.review-hero{--review-accent: var(--orange);background:#fffffffa}.review-hero--blue{--review-accent: var(--blue)}.review-hero--green{--review-accent: var(--green)}.review-hero--orange{--review-accent: var(--orange)}.review-hero--rose{--review-accent: var(--pink)}.review-hero__crumbs{min-height:42px}.review-hero__grid--focused{grid-template-columns:270px minmax(0,1fr) 230px;gap:14px;padding:14px}.review-preview{gap:9px}.review-preview__category{text-align:center}.site-shot{box-shadow:0 2px #0003,0 12px 24px #231c1824}.site-shot--screenshot{background:#f7f7f4}.site-shot__screen{position:relative;min-height:248px;overflow:hidden;padding:12px}.site-shot--screenshot .site-shot__screen{min-height:0;padding:0;background:#111}.site-shot__screen:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 18%,rgba(255,255,255,.22),transparent 30%),linear-gradient(180deg,rgba(255,255,255,.08),transparent 32%)}.site-shot--screenshot .site-shot__screen:before{content:none}.site-shot__media{position:relative;z-index:2;display:grid;place-items:center;min-height:104px;margin:4px 0 10px}.site-shot__media img,.site-shot__media span{width:min(174px,78%);min-height:74px;border-radius:8px;background:#fffffff0;box-shadow:0 12px 30px #0000003d;object-fit:contain;padding:14px}.site-shot__media--screenshot{min-height:0;margin:0;border-radius:0;overflow:hidden;background:#111;box-shadow:none}.site-shot__media--screenshot img{display:block;width:100%;min-height:0;aspect-ratio:16 / 9;border-radius:0;padding:0;background:transparent;box-shadow:none;object-fit:contain;object-position:top center}.site-shot__media span{display:grid;place-items:center;color:#242026;font-size:1.5rem;font-weight:900}.site-shot__brand,.site-shot__screen small,.site-shot__grid{position:relative;z-index:2}.site-shot__brand{margin-bottom:3px;text-align:center;font-size:21px}.site-shot__screen small{display:block;margin-bottom:10px;color:#ffffffc7;text-align:center;font-size:.74rem;font-weight:900}.site-shot__grid{grid-template-columns:repeat(4,1fr)}.site-shot__grid span{min-height:28px}.review-main{min-width:0}.review-main__kicker{color:#8a6a42;font-size:.78rem}.review-main h1{margin:7px 0 8px;font-size:clamp(28px,4.2vw,46px)}.review-main h1 span{background:var(--review-accent)}.review-main__actions{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px}.review-main__url,.review-main__secondary{display:inline-flex;align-items:center;justify-content:center;min-height:36px;border-radius:7px;padding:0 12px;font-size:.82rem;font-weight:900;text-decoration:none}.review-main__url{margin:0;color:#fff;background:var(--review-accent)}.review-main__secondary{border:1px solid #d3d3cd;color:#302a30;background:#fff}.review-main__lead{margin:0 0 11px;font-size:.98rem}.review-verdict{border-left-color:var(--review-accent);border-radius:0 8px 8px 0}.review-main__tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.review-main__tags span{border-radius:999px;background:#f2f2ee;padding:6px 8px;color:#433c43;font-size:.76rem;font-weight:900}.review-score-panel{display:grid;gap:9px}.review-score-panel__score,.review-score-panel__facts div,.review-editor-note{border:1px solid #deded8;border-radius:8px;background:#fafaf7}.review-score-panel__score{display:grid;place-items:center;min-height:136px;padding:14px;color:#2b262b;text-align:center}.review-score-panel__score span{color:var(--review-accent);font-size:3rem;line-height:1;font-weight:900}.review-score-panel__score strong{margin-top:4px;font-size:1rem}.review-score-panel__score small{color:#756c74;font-weight:900}.review-score-panel__facts{display:grid;gap:7px}.review-score-panel__facts div{padding:9px 10px}.review-score-panel__facts span,.review-score-panel__facts strong{display:block}.review-score-panel__facts span{color:#7a7079;font-size:.68rem;font-weight:900;text-transform:uppercase}.review-score-panel__facts strong{margin-top:2px;color:#282328;font-size:.88rem}.review-hero__checks{display:grid;grid-template-columns:270px minmax(0,1fr);gap:14px;padding:0 14px 14px}.review-editor-note{padding:12px}.review-editor-note strong{color:#2d282d;font-size:.82rem;text-transform:uppercase}.review-editor-note p{margin:6px 0 0;color:#554c54;font-size:.86rem;line-height:1.48}.review-checks--compact{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;margin:0;border:1px solid #deded8;border-radius:8px;background:#fff;padding:12px}.review-checks--compact h2{font-size:.92rem}.review-checks--compact li{font-size:.84rem;line-height:1.35}.review-facts{display:none}.review-section{margin-bottom:12px}.alternative-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.alt-card__shot{min-height:150px;place-items:center}.alt-card__shot img,.alt-card__shot>strong{position:absolute;z-index:2;width:min(132px,72%);min-height:62px;border-radius:8px;background:#fffffff0;box-shadow:0 10px 24px #0000003d;object-fit:contain;padding:12px}.alt-card__shot>strong{display:grid;place-items:center;color:#2a2428;text-shadow:none}.alt-card__shot span{left:8px;top:8px;bottom:auto;display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#00000085}.deep-copy{box-shadow:0 2px #00000029,0 10px 22px #231c181c}.review-directory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.review-directory-card{--review-accent: var(--orange);display:grid;grid-template-columns:minmax(150px,210px) minmax(0,1fr);gap:14px;border:1px solid var(--line);border-radius:8px;background:#ffffff0f;padding:12px}.review-directory-card--blue{--review-accent: var(--blue)}.review-directory-card--green{--review-accent: var(--green)}.review-directory-card--orange{--review-accent: var(--orange)}.review-directory-card--rose{--review-accent: var(--pink)}.review-directory-card__media{display:grid;place-items:center;align-self:start;overflow:hidden;min-height:126px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#151515}.review-directory-card__media img{display:block;width:100%;aspect-ratio:16 / 10;object-fit:contain;object-position:top center}.review-directory-card__media span{color:var(--text);font-size:1.4rem;font-weight:900}.review-directory-card__body{min-width:0}.review-directory-card__topline{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px;color:var(--muted);font-size:.78rem;font-weight:900}.review-directory-card__topline strong{border-radius:999px;background:var(--review-accent);padding:4px 8px;color:#15110f}.review-directory-card h3{margin:0;font-size:1.25rem;line-height:1.15}.review-directory-card h3 a{color:var(--text);text-decoration:none}.review-directory-card p{margin:7px 0 10px;color:var(--muted);font-size:.92rem;line-height:1.45}.review-directory-card dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:0}.review-directory-card dl div{min-width:0;border-radius:7px;background:#ffffff12;padding:7px}.review-directory-card dt,.review-directory-card dd{margin:0}.review-directory-card dt{color:var(--muted);font-size:.68rem;font-weight:900;text-transform:uppercase}.review-directory-card dd{margin-top:2px;color:var(--text);font-size:.82rem;font-weight:900;overflow-wrap:anywhere}.review-directory-card__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.review-directory-card__actions a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border:1px solid rgba(255,255,255,.15);border-radius:7px;padding:0 10px;color:var(--text);background:#ffffff12;font-size:.82rem;font-weight:900;text-decoration:none}.review-directory-card__actions a:first-child{color:#14100e;background:var(--review-accent)}@media(max-width:980px){.review-hero__grid--focused,.review-hero__checks{grid-template-columns:1fr}.alternative-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.review-directory-grid{grid-template-columns:1fr}}@media(max-width:680px){.review-hero,.review-section{width:min(100% - 20px,1120px)}.review-hero__grid--focused,.review-hero__checks{padding:10px}.review-checks--compact,.alternative-grid{grid-template-columns:1fr}.review-main__actions{display:grid}.review-directory-card,.review-directory-card dl,.review-directory-card__actions{grid-template-columns:1fr}.review-directory-card,.review-directory-card__actions{display:grid}}.home-hero{background:linear-gradient(180deg,var(--brown) 0%,#5d3530 100%);color:#fff;padding:36px 20px 28px;border-radius:14px;margin:16px auto 20px;max-width:1280px;box-shadow:var(--portal-accent-shadow)}.home-hero__inner{max-width:880px}.home-hero__eyebrow{display:inline-block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#ffd1a8;margin-bottom:8px}.home-hero h1{font-size:clamp(24px,3.2vw,38px);font-weight:900;line-height:1.1;margin:0 0 12px;color:#fff}.home-hero p{font-size:15px;line-height:1.5;margin:0 0 16px;color:#fce5d1;max-width:740px}.home-hero__stats{display:flex;flex-wrap:wrap;gap:14px}.home-hero__stats span{display:inline-flex;align-items:baseline;gap:6px;font-size:13px;font-weight:700;color:#fce5d1;background:#ffffff14;border:1px solid rgba(255,255,255,.16);padding:6px 12px;border-radius:999px}.home-hero__stats strong{font-size:18px;font-weight:900;color:#ffb257}.cat-grid{max-width:1280px;margin:0 auto 28px;padding:0 20px}.cat-grid--featured{margin-top:8px}.cat-grid__heading{margin:6px 0 14px;padding:14px 18px;background:#fff;border:1px solid rgba(0,0,0,.08);border-left:4px solid var(--orange);border-radius:10px;box-shadow:0 1px #0000000a,0 4px 14px #231c180f}.cat-grid--rest .cat-grid__heading{border-left-color:var(--pink-2)}.cat-grid__heading h2{margin:0 0 4px;font-size:clamp(18px,2.3vw,22px);font-weight:900;color:var(--ink);line-height:1.2}.cat-grid__heading p{margin:0;font-size:13px;line-height:1.45;color:var(--ink-soft)}.cat-grid__cols{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;align-items:stretch}@media(max-width:480px){.cat-grid{padding:0 12px}.cat-grid__heading{padding:12px 14px}.cat-grid__cols{grid-template-columns:1fr;gap:10px}}.tpd-col{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:0;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 1px #0000000a,0 4px 12px #231c180f;transition:transform .12s ease-out,box-shadow .12s ease-out}.tpd-col:hover{transform:translateY(-2px);box-shadow:0 1px #0000000f,0 8px 22px #231c181a}.tpd-col__head{display:flex;align-items:center;gap:10px;padding:12px 14px;border-bottom:2px solid;background:var(--paper-soft)}.tpd-col__head h3{margin:0;font-size:14px;font-weight:900;line-height:1.2}.tpd-col__head h3 a{color:var(--ink);text-decoration:none}.tpd-col__head h3 a:hover{text-decoration:underline}.tpd-col__head small{font-size:11px;color:var(--ink-soft);font-weight:700}.tpd-col__icon{display:grid;place-items:center;width:32px;height:32px;border-radius:6px;background:var(--bg);color:#fff;font-size:11px;font-weight:900;letter-spacing:.04em;flex-shrink:0}.tpd-col__items{list-style:none;padding:6px;margin:0;display:flex;flex-direction:column;gap:1px;flex:1}.tpd-col__item{display:flex;align-items:center;gap:8px;padding:5px 8px;color:var(--ink);text-decoration:none;border-radius:6px;font-size:13px;font-weight:600;line-height:1.3}.tpd-col__item:hover{background:#e83d7812;color:var(--pink-2)}.tpd-col__item img{width:16px;height:16px;flex-shrink:0;object-fit:contain;border-radius:3px}.tpd-col__bullet{display:inline-grid;place-items:center;width:16px;height:16px;flex-shrink:0;color:var(--soft);font-size:16px;line-height:1}.tpd-col__item span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tpd-col__item em{font-style:normal;font-size:10px;font-weight:700;color:var(--orange);background:#ff8a001f;padding:1px 6px;border-radius:999px;flex-shrink:0}.tpd-col__foot{padding:8px 14px 12px;border-top:1px solid rgba(0,0,0,.06);background:var(--paper-soft)}.tpd-col__foot a{font-size:12px;font-weight:800;color:var(--pink-2);text-decoration:none}.tpd-col__foot a:hover{color:var(--orange)}.tpd-col__more{border-top:1px dashed rgba(0,0,0,.08);margin:0 6px}.tpd-col__more summary{list-style:none;cursor:pointer;padding:8px 8px 6px;font-size:12px;font-weight:800;color:var(--pink-2);text-align:center;user-select:none;border-radius:6px;transition:background .12s ease-out,color .12s ease-out}.tpd-col__more summary::-webkit-details-marker{display:none}.tpd-col__more summary:hover{background:#e83d780f;color:var(--orange)}.tpd-col__more summary:focus-visible{outline:none;box-shadow:var(--portal-focus)}.tpd-col__more .tpd-col__more-close,.tpd-col__more[open] .tpd-col__more-open{display:none}.tpd-col__more[open] .tpd-col__more-close{display:inline}.tpd-col__items--extra{padding-top:2px}.tpd-col--featured{border-color:#ff8a0052;box-shadow:0 1px #0000000f,0 8px 22px #231c181a}.tpd-col--featured .tpd-col__head{background:linear-gradient(180deg,#fff,#fff8ef)}.tpd-col--orange .tpd-col__head{border-bottom-color:var(--orange)}.tpd-col--orange .tpd-col__icon{background:var(--orange)}.tpd-col--green .tpd-col__head{border-bottom-color:var(--green)}.tpd-col--green .tpd-col__icon{background:var(--green)}.tpd-col--blue .tpd-col__head{border-bottom-color:var(--blue)}.tpd-col--blue .tpd-col__icon{background:var(--blue)}.tpd-col--pink .tpd-col__head{border-bottom-color:var(--pink)}.tpd-col--pink .tpd-col__icon{background:var(--pink)}.tpd-col--rose .tpd-col__head{border-bottom-color:var(--pink-2)}.tpd-col--rose .tpd-col__icon{background:var(--pink-2)}.tpd-col--teal .tpd-col__head{border-bottom-color:var(--teal)}.tpd-col--teal .tpd-col__icon{background:var(--teal)}.tpd-col--gold .tpd-col__head{border-bottom-color:var(--gold)}.tpd-col--gold .tpd-col__icon{background:var(--gold)}.tpd-col--brown .tpd-col__head{border-bottom-color:var(--brown)}.tpd-col--brown .tpd-col__icon{background:var(--brown)}.tpd-col--slate .tpd-col__head{border-bottom-color:var(--slate)}.tpd-col--slate .tpd-col__icon{background:var(--slate)}.home-reviews-strip{background:var(--paper-soft);padding:28px 0;margin:0 0 24px}.home-reviews-strip__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;margin-top:16px}.home-review-mini{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid rgba(0,0,0,.08);border-left:4px solid var(--pink-2);border-radius:10px;padding:14px;color:var(--ink);text-decoration:none;transition:transform .12s ease-out,box-shadow .12s ease-out}.home-review-mini:hover{transform:translateY(-2px);box-shadow:0 4px 16px #231c181a}.home-review-mini__score{display:grid;place-items:center;width:48px;height:48px;flex-shrink:0;border-radius:10px;background:var(--orange);color:#fff;font-size:17px;font-weight:900}.home-review-mini strong{display:block;font-size:15px;font-weight:900;margin-bottom:4px;color:var(--ink)}.home-review-mini p{font-size:13px;margin:0 0 4px;line-height:1.4;color:var(--ink-soft)}.home-review-mini em{font-style:normal;font-size:11px;font-weight:700;color:var(--pink-2);text-transform:uppercase;letter-spacing:.04em}.home-review-mini--orange{border-left-color:var(--orange)}.home-review-mini--orange .home-review-mini__score{background:var(--orange)}.home-review-mini--green{border-left-color:var(--green)}.home-review-mini--green .home-review-mini__score{background:var(--green)}.home-review-mini--blue{border-left-color:var(--blue)}.home-review-mini--blue .home-review-mini__score{background:var(--blue)}.home-review-mini--rose{border-left-color:var(--pink-2)}.home-review-mini--rose .home-review-mini__score{background:var(--pink-2)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.age-gate{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px;background:#0a080bed}.age-gate[hidden]{display:none}.age-gate__panel{width:min(560px,100%);border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#151216;padding:24px;box-shadow:0 24px 80px #00000073}.age-gate__panel h2{margin:0 0 10px;font-size:30px}.age-gate__panel p{margin:0 0 16px;color:var(--muted);line-height:1.55}.age-gate__actions{display:flex;flex-wrap:wrap;gap:10px}.age-gate__small{margin-top:14px;color:var(--soft);font-size:13px}.age-gate{background:#3c3c39f0}.age-gate__panel{background:#fff;border-color:#0000002e}.age-gate{background:#08080ce0}.age-gate__panel{color:#201b20;background:#fff}.age-gate__panel p,.age-gate__small{color:#4d444d}dialog.age-gate{border:none;background:transparent;padding:0;max-width:none;max-height:none}dialog.age-gate::backdrop{background:#0a080ba6;backdrop-filter:blur(4px)}dialog.age-gate:not([open]){display:none}
