/*
 * HeartVerse home platform layer.
 * Shared frontend shell and editorial skin. WordPress content and queries are retained.
 */

html body.hv-site{
  --hv-home-bg:#090a0c;
  --hv-home-surface:rgba(18,19,22,.64);
  --hv-home-surface-strong:rgba(14,15,17,.88);
  --hv-home-border:rgba(255,255,255,.12);
  --hv-home-text:#f8f8f8;
  --hv-home-muted:#b7b8bc;
  --hv-home-shadow:0 18px 48px rgba(0,0,0,.30);
  --hv-sidebar-width:232px;
  color:var(--hv-home-text);
  background:
    radial-gradient(ellipse 72% 40% at 62% -7%,rgba(255,210,0,.17),transparent 62%),
    radial-gradient(ellipse 40% 34% at 8% 84%,rgba(255,210,0,.10),transparent 70%),
    radial-gradient(ellipse 52% 40% at 94% 48%,rgba(77,64,22,.15),transparent 70%),
    var(--hv-home-bg);
}
body.hv-site::before{
  content:"";
  position:fixed;
  z-index:-1;
  inset:0;
  pointer-events:none;
  background:linear-gradient(120deg,rgba(0,0,0,.20),transparent 44%,rgba(0,0,0,.34));
}
html[data-hv-theme="light"] body.hv-site{
  --hv-home-bg:#fff8fb;
  --hv-home-surface:rgba(255,255,255,.94);
  --hv-home-surface-strong:rgba(255,250,253,.96);
  --hv-home-border:rgba(132,45,91,.19);
  --hv-home-text:#171318;
  --hv-home-muted:#62545c;
  --hv-home-shadow:0 16px 44px rgba(112,36,72,.16);
  background:
    radial-gradient(ellipse 64% 42% at 58% -4%,rgba(243,70,151,.27),transparent 64%),
    radial-gradient(ellipse 45% 35% at 5% 86%,rgba(255,180,207,.60),transparent 68%),
    radial-gradient(ellipse 48% 35% at 100% 44%,rgba(255,215,233,.25),transparent 70%),
    var(--hv-home-bg);
}
html[data-hv-theme="light"] body.hv-site::before{background:linear-gradient(120deg,rgba(255,255,255,.22),transparent 44%,rgba(151,44,100,.06));}
@media (min-width:1025px){
  html[data-hv-theme="light"] body.hv-site::after{background:radial-gradient(ellipse 80% 130px at 52% 0%,rgba(255,239,249,.85),rgba(255,239,249,.24) 57%,transparent);}
}

/* Shared glass primitives */
.hv-home-v2 .hv-home-block,
.hv-home-v2 .hv-rail-card,
.hv-home-v2 .hv-week-top-section,
.hv-home-v2 .hv-live-box,
.hv-home-v2 .hv-ad,
.hv-home-v2 .hv-home-spotlight__main{
  border:1px solid var(--hv-home-border);
  background:var(--hv-home-surface);
  -webkit-backdrop-filter:blur(18px) saturate(1.12);
  backdrop-filter:blur(18px) saturate(1.12);
  box-shadow:var(--hv-home-shadow);
}
html.hv-perf-lite .hv-home-v2 .hv-home-block,
html.hv-perf-lite .hv-home-v2 .hv-rail-card,
html.hv-perf-lite .hv-home-v2 .hv-week-top-section,
html.hv-perf-lite .hv-home-v2 .hv-live-box,
html.hv-perf-lite .hv-home-v2 .hv-ad,
html.hv-perf-lite .hv-home-v2 .hv-home-spotlight__main{
  -webkit-backdrop-filter:none;
  backdrop-filter:none;
}

/* Desktop: a fixed application sidebar, content canvas, and live rail. */
@media (min-width:1025px){
  body.hv-site .hv-header--home{
    width:var(--hv-sidebar-width)!important;
    position:fixed!important;
    inset:var(--hv-admin-bar-height,0px) auto 0 0!important;
    height:calc(100dvh - var(--hv-admin-bar-height,0px));
    min-height:0!important;
    display:flex;
    flex-direction:column;
    padding:16px 12px 14px;
    overflow:visible;
    border-right:1px solid var(--hv-home-border);
    background:var(--hv-home-surface)!important;
    box-shadow:inset -1px 0 rgba(255,255,255,.025);
    -webkit-backdrop-filter:blur(22px) saturate(1.12);
    backdrop-filter:blur(22px) saturate(1.12);
  }
  body.hv-site .hv-layout-front{
    width:calc(100% - var(--hv-sidebar-width));
    max-width:none;
    margin:0 0 0 var(--hv-sidebar-width);
    padding:18px clamp(18px,2.2vw,36px) 32px;
  }
  body.hv-site .hv-footer{
    margin-left:var(--hv-sidebar-width);
  }
  body.hv-site .hv-header--home .hv-logo{margin:0 0 10px;}
  body.hv-site .hv-header--home .hv-logo a{gap:8px;}
  body.hv-site .hv-header--home .hv-logo-text{font-size:21px;}
  body.hv-site .hv-header--home .hv-logo img{width:44px;height:44px;}
  body.hv-site .hv-header--home .hv-home-sidebar__description{
    max-width:180px;
    margin:0 0 14px;
    color:var(--hv-home-muted);
    font-size:11px;
    line-height:1.4;
  }
  body.hv-site .hv-header--home .hv-right{gap:10px;margin:0;}
  body.hv-site .hv-header--home .hv-search input{
    min-height:36px;
    padding:8px 11px;
    border-color:var(--hv-home-border);
    background:rgba(255,255,255,.065);
  }
  body.hv-site .hv-header--home .hv-social{margin-top:2px;}
  body.hv-site .hv-header--home .hv-social a{border-radius:8px;border-color:var(--hv-home-border);}
  body.hv-site .hv-header--home .hv-menu{margin-top:12px;padding:0;}
  body.hv-site .hv-header--home .hv-sidebar-nav{gap:3px;}
  body.hv-site .hv-header--home .hv-sidebar-nav a,
  body.hv-site .hv-header--home .hv-myverse__item{
    min-height:36px;
    padding:7px 8px;
    border:1px solid transparent;
    border-radius:9px;
    color:var(--hv-home-text);
  }
  body.hv-site .hv-header--home .hv-sidebar-nav a.is-current{
    border-color:rgba(255,210,0,.32);
    color:#15130b;
    background:linear-gradient(100deg,var(--hv-accent),#f7bc00);
    box-shadow:0 6px 18px rgba(255,210,0,.16);
  }
  body.hv-site .hv-header--home .hv-sidebar-nav a.is-current:hover{color:#15130b;}
  body.hv-site .hv-header--home .hv-sidebar-nav a:hover,
  body.hv-site .hv-header--home .hv-sidebar-nav a:focus-visible{
    border-color:rgba(255,210,0,.24);
    background:rgba(255,210,0,.09);
    color:var(--hv-accent);
  }
  body.hv-site .hv-header--home .hv-sidebar-nav__icon{font-size:16px;}
  body.hv-site .hv-header--home .hv-home-sidebar__motto{
    width:min(184px,100%);
    max-height:none;
    flex:none;
    margin:24px 0 var(--hv-cookie-clearance,96px);
    filter:none;
    object-position:left bottom;
  }
  body.hv-site.hv-sidebar-compact{--hv-sidebar-width:72px;}
  body.hv-site.hv-sidebar-compact .hv-header--home{padding-left:10px;padding-right:10px;}
  body.hv-site.hv-sidebar-compact .hv-myverse__list{position:static;min-width:0;padding:0;}
  body.hv-site.hv-sidebar-compact .hv-myverse__chevron{display:none;}
}
html[data-hv-theme="light"] body.hv-site .hv-header--home{background:rgba(255,247,251,.64);}
html[data-hv-theme="light"] body.hv-site .hv-header--home .hv-sidebar-nav a.is-current{color:#fff;background:var(--hv-accent);}

.hv-myverse{margin:10px 0 4px;padding-top:10px;border-top:1px solid var(--hv-home-border);}
.hv-myverse summary{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:34px;
  padding:7px 8px;
  color:var(--hv-accent);
  font-size:13px;
  font-weight:800;
  cursor:pointer;
  list-style:none;
}
.hv-myverse summary::-webkit-details-marker{display:none;}
.hv-myverse__chevron{margin-left:auto;transition:transform .2s ease;}
.hv-myverse:not([open]) .hv-myverse__chevron{transform:rotate(-90deg);}
.hv-myverse__list{display:grid;gap:2px;list-style:none;margin:3px 0 0;padding:0;}
.hv-myverse__item{display:flex;align-items:center;gap:12px;color:var(--hv-home-muted);font-size:13px;opacity:.64;cursor:not-allowed;}

/* App canvas */
.hv-home-v2{gap:0;}
.hv-home-shell{display:grid;grid-template-columns:minmax(0,1fr) 286px;gap:16px;align-items:start;max-width:1540px;margin:0 auto;}
.hv-home-content{display:flex;flex-direction:column;gap:18px;min-width:0;}
.hv-home-rail{display:grid;gap:12px;min-width:0;position:static;align-self:start;}
.hv-home-topbar{grid-column:1 / -1;position:relative;z-index:20;display:flex;align-items:center;gap:14px;min-width:0;padding:0 3px 2px;}
.hv-home-global-search{position:relative;flex:1;max-width:620px;margin:0 auto;}
.hv-home-global-search__icon{position:absolute;left:15px;top:50%;z-index:1;color:var(--hv-home-muted);font-size:24px;line-height:1;transform:translateY(-54%);pointer-events:none;}
.hv-home-global-search input{
  width:100%;
  height:42px;
  padding:0 16px 0 46px;
  border:1px solid var(--hv-home-border);
  border-radius:999px;
  color:var(--hv-home-text);
  background:var(--hv-home-surface);
  box-shadow:inset 0 1px rgba(255,255,255,.08),0 8px 22px rgba(0,0,0,.10);
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
}
.hv-home-global-search input::placeholder{color:var(--hv-home-muted);}
.hv-home-global-search input:focus{outline:0;border-color:var(--hv-accent);box-shadow:0 0 0 3px rgba(255,210,0,.17);}
.hv-home-topbar__actions{display:flex;align-items:center;gap:9px;flex:0 0 auto;}
.hv-theme-toggle{display:grid;place-items:center;width:40px;height:40px;padding:0;border:1px solid var(--hv-home-border);border-radius:50%;background:var(--hv-home-surface);color:var(--hv-home-text);font-size:21px;cursor:pointer;}
.hv-theme-toggle:hover,.hv-theme-toggle:focus-visible{border-color:var(--hv-accent);color:var(--hv-accent);outline:0;}
.hv-account-link{display:flex;align-items:center;gap:8px;max-width:168px;color:var(--hv-home-text);font-size:13px;font-weight:700;text-decoration:none;}
.hv-account-link__avatar{display:block;width:38px;height:38px;border:2px solid var(--hv-accent);border-radius:50%;object-fit:cover;}
.hv-account-link__avatar--fallback{display:grid;place-items:center;background:var(--hv-home-surface);color:var(--hv-accent);font-size:24px;}

/* Hero uses the exact same data-driven slider, now with the full central width. */
.hv-home-v2 .hv-home-hero-section{margin:0;padding:0;border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;}
.hv-home-v2 .hv-home-hero-section .hv-showcase-grid{display:block;}
.hv-home-v2 .hv-home-hero-slider{border:1px solid var(--hv-home-border);border-radius:17px;box-shadow:var(--hv-home-shadow);}
.hv-home-v2 .hv-home-hero-section .hv-home-hero-slider__viewport{height:clamp(350px,32vw,458px);}
.hv-home-v2 .hv-home-hero-section .hv-home-hero-slider .hv-home-hero-slide img{min-height:100%;}
.hv-home-v2 .hv-showcase-overlay--hero{padding:28px 42px 34px;background:linear-gradient(90deg,rgba(0,0,0,.76),rgba(0,0,0,.22) 63%,transparent);}
.hv-home-v2 .hv-showcase-overlay--hero::before{height:82%;background:linear-gradient(to top,rgba(0,0,0,.82),transparent);}
.hv-home-v2 .hv-home-feature__title{max-width:610px;margin:10px 0;font-size:clamp(26px,2.35vw,38px);letter-spacing:-.04em;}
.hv-home-v2 .hv-showcase-overlay--hero p{max-width:560px;font-size:14px;color:#eee!important;-webkit-text-fill-color:#eee!important;}
.hv-home-v2 .hv-btn--hero{padding:11px 17px;border-radius:999px;background:var(--hv-accent);color:#17130a;font-size:13px;font-weight:800;}
.hv-home-v2 .hv-home-hero-slider__arrow{display:grid;position:absolute;z-index:3;top:50%;place-items:center;width:42px;height:42px;padding:0;border:1px solid rgba(255,255,255,.46);border-radius:50%;background:rgba(0,0,0,.38);color:#fff;font-size:34px;line-height:1;transform:translateY(-50%);cursor:pointer;}
.hv-home-v2 .hv-home-hero-slider__arrow:hover{border-color:var(--hv-accent);color:var(--hv-accent);}
.hv-home-v2 .hv-home-hero-slider__arrow--prev{left:14px;}.hv-home-v2 .hv-home-hero-slider__arrow--next{right:14px;}
.hv-home-v2 .hv-home-hero-slider__dots{z-index:4;bottom:15px;}.hv-home-v2 .hv-home-hero-slider__dot{border-color:rgba(255,255,255,.72);}.hv-home-v2 .hv-home-hero-slider__dot.is-active{background:var(--hv-accent);border-color:var(--hv-accent);}

/* Home category colours never leak into the sidebar or the general palette. */
.hv-site .hv-category{--hv-category-color:#ffd200;display:inline-flex;align-items:center;min-height:18px;margin:0 0 7px;padding:3px 8px!important;border:0!important;border-radius:999px!important;background:var(--hv-category-color)!important;color:#000!important;-webkit-text-fill-color:#000!important;font-size:9px;font-weight:800;letter-spacing:.06em;line-height:1;text-shadow:none;}
.hv-site .hv-category--anime{--hv-category-color:#31c4ff;}.hv-site .hv-category--gaming{--hv-category-color:#ff9d35;}.hv-site .hv-category--serie-tv,.hv-site .hv-category--serie_tv,.hv-site .hv-category--serietv{--hv-category-color:#47a87b;}.hv-site .hv-category--film{--hv-category-color:#47b76b;}.hv-site .hv-category--programmi-tv{--hv-category-color:#e856b3;}.hv-site .hv-category--gossip{--hv-category-color:#8f3d66;}.hv-site .hv-category--wrestling{--hv-category-color:#ed4b4b;}.hv-site .hv-category--lifestyle{--hv-category-color:#ffd32e;}.hv-site .hv-category--recensioni{--hv-category-color:#9d72ee;}

.hv-home-v2 .hv-home-block{margin:0;padding:17px;border-radius:15px;}
.hv-home-v2 .hv-home-block__head{margin-bottom:13px;}.hv-home-v2 .hv-home-block__title{color:var(--hv-home-text);font-size:16px;letter-spacing:-.02em;text-transform:none;}.hv-home-v2 .hv-home-block__icon{color:var(--hv-accent);font-size:20px;}.hv-home-v2 .hv-home-block__link{color:var(--hv-accent)!important;-webkit-text-fill-color:var(--hv-accent)!important;font-size:11px;text-transform:none;letter-spacing:0;}

/* Small, editorial category cards with the newest real post per category. */
.hv-home-v2 .hv-cat-tiles{display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:minmax(94px,1fr);gap:9px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;}
.hv-home-v2 .hv-cat-tile{height:180px;scroll-snap-align:start;border-color:var(--hv-home-border);border-radius:11px;background:#151515;box-shadow:none;}
.hv-home-v2 .hv-cat-tile__overlay{padding:9px;background:linear-gradient(to top,rgba(0,0,0,.92),rgba(0,0,0,.14) 88%);}
.hv-home-v2 .hv-cat-tile__name{align-self:flex-start;margin-bottom:5px;font-size:9px;letter-spacing:0;}
.hv-home-v2 .hv-cat-tile__title{display:-webkit-box;overflow:hidden;color:#fff;font-size:11px;font-weight:700;line-height:1.27;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.hv-home-v2 .hv-cat-tile__meta,.hv-home-v2 .hv-cat-tile__empty{margin-top:4px;color:rgba(255,255,255,.76);font-size:10px;line-height:1.2;}.hv-home-v2 .hv-cat-tile__empty{font-style:italic;}

/* Featured / interview / latest editorial content. */
.hv-home-v2 .hv-picks-section--editorial{background:var(--hv-home-surface);}
.hv-home-featured-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;}
.hv-home-v2 .hv-pick-featured{min-height:248px;border-color:var(--hv-home-border);border-radius:12px;background:#171719;box-shadow:none;}
.hv-home-v2 .hv-pick-featured__img{min-height:248px;}.hv-home-v2 .hv-pick-featured__overlay{padding:12px;background:linear-gradient(to top,rgba(0,0,0,.94),rgba(0,0,0,.10) 84%);}.hv-home-v2 .hv-pick-featured__title{font-size:14px;line-height:1.23;}.hv-home-v2 .hv-pick-featured__excerpt{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:12px;line-height:1.45;color:#d9d9dd;}.hv-home-v2 .hv-pick-featured .hv-read{margin-top:7px;font-size:11px;}
.hv-home-v2 .hv-home-spotlight{padding:17px;}.hv-home-v2 .hv-home-spotlight__main{padding:0;border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;}.hv-home-v2 .hv-interviews-panel .hv-interviews__track.hv-trending-now__track{display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:calc((100% - 22px)/3);gap:11px;overflow-x:auto;}.hv-home-v2 .hv-trending-card{border-color:var(--hv-home-border);border-radius:12px;background:var(--hv-home-surface-strong);}.hv-home-v2 .hv-trending-card__body{min-height:102px;padding:10px;}.hv-home-v2 .hv-trending-card__title{font-size:13px;}.hv-home-v2 .hv-trending-card .hv-read{font-size:11px;}
.hv-home-v2 .hv-latest-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;}.hv-home-v2 .hv-latest-card{border-color:var(--hv-home-border);border-radius:12px;background:var(--hv-home-surface-strong);}.hv-home-v2 .hv-latest-card__body{padding:11px;}.hv-home-v2 .hv-latest-card__title{font-size:14px;}.hv-home-v2 .hv-latest-card__title a{color:var(--hv-home-text);-webkit-text-fill-color:var(--hv-home-text);}.hv-home-v2 .hv-latest-card__excerpt{color:var(--hv-home-muted);}.hv-home-v2 .hv-latest-card__meta{color:var(--hv-home-muted);}.hv-home-v2 .hv-latest-card .hv-read{font-size:11px;}

/* Right rail */
.hv-home-v2 .hv-rail-card,.hv-home-v2 .hv-week-top-section,.hv-home-v2 .hv-live-box{margin:0;padding:14px;border-radius:14px;}
.hv-rail-card__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;}.hv-rail-card h2,.hv-home-v2 .hv-week-top-section .hv-home-block__title,.hv-home-v2 .hv-live-box .hv-section-title{margin:0;color:var(--hv-home-text);font-size:15px;font-weight:800;letter-spacing:-.02em;text-transform:none;}.hv-home-v2 .hv-live-box .hv-section-title{font-size:14px;}.hv-rail-latest__list{display:grid;gap:9px;}.hv-rail-latest__item{display:grid;grid-template-columns:62px minmax(0,1fr);gap:9px;align-items:start;}.hv-rail-latest__image{display:block;width:62px;height:62px;overflow:hidden;border-radius:8px;background:#222;}.hv-rail-latest__image img,.hv-rail-latest__image .hv-thumb-fallback{width:100%;height:100%;min-height:0;object-fit:cover;}.hv-rail-latest__body{min-width:0;}.hv-rail-latest__body .hv-category{margin-bottom:4px;transform:scale(.9);transform-origin:left top;}.hv-rail-latest h3{display:-webkit-box;overflow:hidden;margin:0;color:var(--hv-home-text);font-size:12px;line-height:1.3;-webkit-line-clamp:2;-webkit-box-orient:vertical;}.hv-rail-latest h3 a{color:inherit;text-decoration:none;}.hv-rail-latest time{display:block;margin-top:4px;color:var(--hv-home-muted);font-size:10px;}
.hv-home-v2 .hv-live-head{margin-bottom:9px;}.hv-home-v2 .hv-live-hide{border-color:var(--hv-home-border);border-radius:999px;background:transparent;color:var(--hv-home-muted);font-size:10px;}.hv-home-v2 .hv-live-card h3{color:var(--hv-home-text);}.hv-home-v2 .hv-live-embed{border-radius:9px;overflow:hidden;}
.hv-home-v2 .hv-week-top-section .hv-home-block__head{margin-bottom:9px;}.hv-home-v2 .hv-week-top-section .hv-home-block__icon{font-size:15px;}.hv-home-v2 .hv-week-top-section .hv-home-block__hint{display:none;}.hv-home-v2 .hv-week-top-item{border-color:transparent;border-radius:8px;background:transparent;box-shadow:none;}.hv-home-v2 .hv-week-top-item--lead{background:rgba(255,210,0,.08);}.hv-home-v2 .hv-week-top-item__link{grid-template-columns:22px minmax(0,1fr);min-height:unset;padding:6px 0;gap:8px;}.hv-home-v2 .hv-week-top-item__rank{width:22px;height:22px;border-radius:50%;background:rgba(255,210,0,.16);color:var(--hv-accent);font-size:10px;}.hv-home-v2 .hv-week-top-item--lead .hv-week-top-item__rank{background:var(--hv-accent);color:#17130a;}.hv-home-v2 .hv-week-top-item__thumb{display:none;}.hv-home-v2 .hv-week-top-item__title{color:var(--hv-home-text)!important;-webkit-text-fill-color:var(--hv-home-text)!important;font-size:11px;}.hv-home-v2 .hv-week-top-item__views{display:none;}
.hv-home-v2 .hv-community-card{display:grid;grid-template-columns:34px minmax(0,1fr);gap:9px;align-items:center;}.hv-community-card__icon{display:grid;place-items:center;width:32px;height:32px;border:1px solid var(--hv-accent);border-radius:50%;color:var(--hv-accent);font-size:21px;}.hv-community-card h2{font-size:14px;}.hv-community-card p{margin:3px 0 0;color:var(--hv-home-muted);font-size:11px;line-height:1.35;}.hv-community-card__action{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;min-height:33px;border-radius:8px;background:var(--hv-accent);color:#17130a;font-size:11px;font-weight:800;text-decoration:none;}.hv-home-v2 .hv-ad{border-style:dashed;border-color:var(--hv-home-border);background:rgba(255,255,255,.025);}

/* Footer rebalanced into brand, useful links and social follow. */
body.hv-site .hv-footer{margin-top:0;border-color:var(--hv-home-border);background:var(--hv-home-surface);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);}.hv-footer-container--grid{grid-template-columns:minmax(0,1.3fr) minmax(0,.7fr) minmax(0,1fr);align-items:start;}.hv-footer-brand p,.hv-footer-col__list a,.hv-footer-bottom{color:var(--hv-home-muted);}.hv-footer-col--follow .hv-footer-social{justify-content:flex-start;}.hv-footer-social a{border-color:var(--hv-home-border);color:var(--hv-home-text);}
html[data-hv-theme="light"] body.hv-site .hv-footer{background:rgba(255,248,252,.68);}.hv-home-v2 .hv-home-block a:focus-visible,.hv-home-v2 .hv-rail-card a:focus-visible,.hv-home-v2 button:focus-visible{outline:2px solid var(--hv-accent);outline-offset:3px;}

/* Light is a palette skin; dimensions and grid definitions above remain untouched. */
html[data-hv-theme="light"] .hv-home-v2 .hv-showcase-overlay--hero{background:linear-gradient(90deg,rgba(45,13,32,.69),rgba(45,13,32,.17) 63%,transparent);}
html[data-hv-theme="light"] .hv-home-v2 .hv-home-feature__title{color:#fff!important;-webkit-text-fill-color:#fff!important;}
html[data-hv-theme="light"] .hv-home-v2 .hv-pick-featured,html[data-hv-theme="light"] .hv-home-v2 .hv-cat-tile{box-shadow:0 8px 20px rgba(100,32,63,.13);}
html[data-hv-theme="light"] .hv-home-v2 .hv-theme-toggle,html[data-hv-theme="light"] .hv-home-global-search input{background:rgba(255,255,255,.58);}
html[data-hv-theme="light"] .hv-home-v2 .hv-trending-card__title,
html[data-hv-theme="light"] .hv-home-v2 .hv-latest-card__title,
html[data-hv-theme="light"] .hv-home-v2 .hv-latest-card__title a,
html[data-hv-theme="light"] .hv-home-v2 .hv-trending-rail-item__title,
html[data-hv-theme="light"] .hv-home-v2 .hv-trending-rail-item__link .hv-trending-rail-item__title{
  color:var(--hv-home-text)!important;
  -webkit-text-fill-color:var(--hv-home-text)!important;
}

/* No horizontal overflow on tablet and mobile; the same home hierarchy simply stacks. */
@media (max-width:1199px){
  .hv-home-shell{grid-template-columns:minmax(0,1fr) 270px;}.hv-home-featured-cards{grid-template-columns:repeat(2,minmax(0,1fr));}.hv-home-v2 .hv-cat-tiles{grid-template-columns:none;}.hv-home-v2 .hv-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:1024px){
  .hv-home-shell{grid-template-columns:1fr;}.hv-home-rail{position:static;grid-template-columns:repeat(2,minmax(0,1fr));}.hv-home-rail > .hv-ad{grid-column:span 2;}.hv-home-v2 .hv-live-box{height:100%;}.hv-home-v2 .hv-week-top-section{height:100%;}
}
@media (max-width:768px){
  .hv-home-v2{gap:0;}.hv-layout.hv-layout-front{margin-top:0;padding-top:14px;}.hv-home-content{gap:13px;}.hv-home-topbar{padding:0;}.hv-home-global-search{max-width:none;}.hv-account-link__label{display:none;}.hv-home-v2 .hv-home-hero-section .hv-home-hero-slider__viewport{height:330px!important;}.hv-home-v2 .hv-showcase-overlay--hero{padding:20px 22px 42px;}.hv-home-v2 .hv-home-feature__title{font-size:27px;}.hv-home-v2 .hv-showcase-overlay--hero p{font-size:12px;}.hv-home-v2 .hv-home-hero-slider__arrow{width:36px;height:36px;font-size:28px;}.hv-home-v2 .hv-home-hero-slider__arrow--prev{left:8px;}.hv-home-v2 .hv-home-hero-slider__arrow--next{right:8px;}.hv-home-v2 .hv-home-block{padding:13px;border-radius:13px;}.hv-home-v2 .hv-home-block__title{font-size:15px;}.hv-home-v2 .hv-cat-tiles{grid-template-columns:none;grid-auto-columns:120px;gap:8px;}.hv-home-v2 .hv-cat-tile{height:176px;}.hv-home-v2 .hv-cat-tile__title{font-size:10px;}.hv-home-v2 .hv-home-featured-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}.hv-home-v2 .hv-pick-featured,.hv-home-v2 .hv-pick-featured__img{min-height:205px;}.hv-home-v2 .hv-pick-featured__title{font-size:12px;}.hv-home-v2 .hv-interviews-panel .hv-interviews__track.hv-trending-now__track{grid-template-columns:none;grid-auto-columns:calc((100% - 8px)/2);gap:8px;}.hv-home-v2 .hv-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}.hv-home-v2 .hv-latest-card__excerpt{display:none;}.hv-home-rail{grid-template-columns:1fr;gap:10px;}.hv-home-rail > .hv-ad{grid-column:auto;}.hv-home-v2 .hv-rail-card,.hv-home-v2 .hv-week-top-section,.hv-home-v2 .hv-live-box{padding:12px;}.hv-footer-container--grid{grid-template-columns:1fr;text-align:left;}.hv-footer-brand,.hv-footer-col{text-align:left;}.hv-footer-brand .hv-footer-social,.hv-footer-logo{justify-content:flex-start;}
}
@media (max-width:420px){
  .hv-home-v2 .hv-home-hero-section .hv-home-hero-slider__viewport{height:305px!important;}.hv-home-v2 .hv-home-feature__title{font-size:23px;}.hv-home-v2 .hv-showcase-overlay--hero p{display:none;}.hv-home-v2 .hv-cat-tiles{grid-template-columns:none;}.hv-home-v2 .hv-home-featured-cards,.hv-home-v2 .hv-latest-grid{grid-template-columns:1fr;}.hv-home-v2 .hv-interviews-panel .hv-interviews__track.hv-trending-now__track{grid-auto-columns:86%;}.hv-home-v2 .hv-pick-featured,.hv-home-v2 .hv-pick-featured__img{min-height:220px;}.hv-home-topbar{gap:8px;}.hv-home-global-search input{height:39px;}.hv-theme-toggle{width:38px;height:38px;}
}

/* Shared skin wins over legacy critical/mobile CSS. No duplicate theme manager. */
html body.hv-site .hv-layout-front,
html body.hv-site .hv-front-main,
html body.hv-site .hv-home-v2{min-width:0;max-width:100%;background:transparent!important;color:var(--hv-home-text);box-shadow:none;}
html body.hv-site{background-attachment:fixed;}
html body.hv-site .hv-header--home{background:var(--hv-home-surface)!important;color:var(--hv-home-text);}
html body.hv-site .hv-header__bg,
html body.hv-site .hv-header::before,
html body.hv-site .hv-header::after{display:none!important;}
html body.hv-site .hv-home-v2 :is(.hv-home-block__title,.hv-section-title,.hv-trending-card__title,.hv-latest-card__title,.hv-latest-card__title a,.hv-trending-rail-item__title,.hv-rail-latest h3,.hv-rail-latest h3 a,.hv-live-card h3){
  color:var(--hv-home-text)!important;-webkit-text-fill-color:var(--hv-home-text)!important;
}
html body.hv-site .hv-home-v2 :is(.hv-latest-card__excerpt,.hv-latest-card__meta,.hv-community-card p,.hv-rail-latest time,.hv-card-date){
  color:var(--hv-home-muted)!important;-webkit-text-fill-color:var(--hv-home-muted)!important;
}
html body.hv-site .hv-home-v2 .hv-category,
html body.hv-site a:hover .hv-category,
html body.hv-site a:focus-visible .hv-category{
  color:#000!important;-webkit-text-fill-color:#000!important;background:var(--hv-category-color)!important;text-shadow:none!important;
  border:0!important;max-width:100%;width:max-content;white-space:normal;font-weight:800;
}
html body.hv-site .hv-home-v2 .hv-category::before{display:none!important;}
html body.hv-site .hv-home-v2 .hv-read{color:var(--hv-accent)!important;-webkit-text-fill-color:var(--hv-accent)!important;}
html body.hv-site .hv-home-v2 :is(.hv-btn--hero,.hv-community-card__action){background:var(--hv-accent)!important;color:#000!important;-webkit-text-fill-color:#000!important;}
html body.hv-site .hv-home-block__icon{color:var(--hv-accent)!important;}
html body.hv-site .hv-home-spotlight__layout{display:flex!important;flex-direction:column;gap:20px;}
html body.hv-site .hv-home-spotlight__main{order:0;min-width:0;width:100%;}
html body.hv-site .hv-home-spotlight__aside{order:1;width:100%;padding:0;background:transparent;border:0;box-shadow:none;}
html body.hv-site .hv-trending-rail__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;}
html body.hv-site .hv-trending-rail-item{background:var(--hv-home-surface);border-color:var(--hv-home-border);min-width:0;}
html body.hv-site .hv-trending-rail-item__link{padding:10px;}
html body.hv-site .hv-home-block :is(.hv-scroll-row,.hv-cat-tiles){max-width:100%;min-width:0;}
html body.hv-site .hv-card-date{display:block;font-size:11px;margin-top:7px;}
html body.hv-site .hv-home-feature__title{color:#fff!important;-webkit-text-fill-color:#fff!important;line-height:1.12;}
html body.hv-site .hv-pick-featured__title{color:#fff!important;-webkit-text-fill-color:#fff!important;}
html body.hv-site .hv-pick-featured .hv-card-date{color:#ddd!important;-webkit-text-fill-color:#ddd!important;}
html body.hv-site :is(.hv-trending-card,.hv-latest-card,.hv-pick-featured){min-width:0;}
html body.hv-site .hv-latest-card__img img,
html body.hv-site .hv-trending-card__img img{display:block;width:100%;height:100%;aspect-ratio:16/10;object-fit:cover;}
html body.hv-site :is(.hv-latest-card__title,.hv-trending-card__title){overflow-wrap:anywhere;}
html body.hv-site .hv-live-grid{display:grid;grid-template-columns:1fr;}
html body.hv-site .hv-live-embed{aspect-ratio:16/9;width:100%;}
html body.hv-site .hv-live-embed iframe{width:100%;height:100%;max-width:100%;}
html body.hv-site .hv-ad{width:100%;max-width:100%;min-width:0;overflow:hidden;border-radius:12px;margin:0 auto;}
html body.hv-site .hv-ad--home_leaderboard{max-width:728px;}
html body.hv-site .hv-ad--home_billboard{max-width:970px;}
html body.hv-site .hv-ad--home_rectangle{max-width:300px;}
html body.hv-site .hv-ad ins.adsbygoogle{display:block!important;width:100%!important;max-width:100%;}
html body.hv-site .hv-ad:has(ins[data-ad-status="unfilled"]){display:none;}
html body.hv-site .hv-ad iframe{max-width:100%;}
html body.hv-site .hv-footer{background:var(--hv-home-surface)!important;border-top:1px solid var(--hv-home-border);box-shadow:none;padding:28px 24px 24px;content-visibility:visible;}
html body.hv-site .hv-footer-container{width:100%;max-width:1400px;gap:28px;padding:0;}
html body.hv-site .hv-footer-col__title{color:var(--hv-accent)!important;}
html body.hv-site :is(.hv-footer-brand p,.hv-footer-col__list a,.hv-footer-bottom){color:var(--hv-home-muted)!important;}
html body.hv-site .hv-footer-col--follow .hv-footer-social{display:flex;flex-wrap:wrap;gap:7px;margin:0;justify-content:flex-start;}
html body.hv-site .hv-footer-social a{width:32px;height:32px;flex:0 0 32px;}
.hv-motto{display:block;width:100%;max-width:190px;margin-top:18px;}
.hv-motto img{display:block;width:100%;height:auto;object-fit:contain;filter:none!important;}
.hv-motto .hv-motto__light{display:none;}
html[data-hv-theme="light"] .hv-motto__dark{display:none;}
html[data-hv-theme="light"] .hv-motto__light{display:block;}
html[data-hv-theme="light"] body.hv-site :is(.hv-logo-text strong,.hv-footer-logo__text strong){color:#000!important;-webkit-text-fill-color:#000!important;}
html[data-hv-theme="light"] body.hv-site :is(.hv-logo .hv-verse,.hv-footer-logo .hv-verse){color:var(--hv-accent)!important;-webkit-text-fill-color:var(--hv-accent)!important;}
html[data-hv-theme="light"] body.hv-site .hv-week-top-item__rank{color:var(--hv-accent)!important;background:transparent!important;}
html[data-hv-theme="light"] body.hv-site .hv-week-top-item--lead{background:transparent;}

/* One dropdown component for both real search forms. */
html body.hv-site form[data-search-rest]{position:relative;min-width:0;}
html body.hv-site form[data-search-rest] input{
  width:100%;min-width:0;min-height:44px;background:var(--hv-home-surface)!important;
  color:var(--hv-home-text)!important;-webkit-text-fill-color:var(--hv-home-text)!important;
  border:1px solid var(--hv-home-border);box-shadow:none!important;font-size:14px;
}
html body.hv-site form[data-search-rest] input::placeholder{color:var(--hv-home-muted)!important;-webkit-text-fill-color:var(--hv-home-muted)!important;opacity:1;}
html body.hv-site form[data-search-rest] input:focus{outline:0;border-color:var(--hv-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--hv-accent) 24%,transparent)!important;}
html body.hv-site .hv-search-suggest{
  position:absolute;top:calc(100% + 8px);left:0;right:auto;width:100%;min-width:0;max-width:calc(100vw - 24px);
  max-height:min(440px,55dvh);overflow-y:auto;overscroll-behavior:contain;z-index:1100;
  border:1px solid var(--hv-home-border);border-radius:12px;background:var(--hv-home-surface-strong)!important;
  backdrop-filter:blur(12px);box-shadow:var(--hv-home-shadow);text-align:left;
}
html body.hv-site .hv-search-suggest[hidden]{display:none!important;}
html body.hv-site .hv-search-suggest__item{display:flex;width:100%;gap:9px;padding:11px;min-width:0;align-items:center;text-decoration:none;background:transparent;color:var(--hv-home-text);border:0;border-bottom:1px solid var(--hv-home-border);cursor:pointer;}
html body.hv-site .hv-search-suggest__item:is(:hover,.is-active){background:color-mix(in srgb,var(--hv-accent) 10%,transparent);}
html body.hv-site .hv-search-suggest__body{display:block;min-width:0;}
html body.hv-site .hv-search-suggest__thumb{flex:0 0 45px;width:45px;height:45px;}
html body.hv-site .hv-search-suggest__thumb img{width:100%;height:100%;object-fit:cover;border-radius:5px;}
html body.hv-site .hv-search-suggest__title{display:block;font-size:13px;color:var(--hv-home-text)!important;-webkit-text-fill-color:var(--hv-home-text)!important;white-space:normal;overflow-wrap:anywhere;}
html body.hv-site :is(.hv-search-suggest__meta,.hv-search-suggest__cat,.hv-search-suggest__empty){color:var(--hv-home-muted)!important;-webkit-text-fill-color:var(--hv-home-muted)!important;font-size:11px;line-height:1.5;}
html body.hv-site .hv-search-suggest__empty{padding:14px;}
html body.hv-site :is(.hv-theme-toggle,.hv-hamburger){min-width:44px;min-height:44px;touch-action:manipulation;}
html body.hv-site .hv-account-link{min-height:44px;}
html body.hv-site .hv-theme-toggle--mobile{display:none;}
html body.hv-site :is(a,button,input,summary):focus-visible{outline:2px solid var(--hv-accent);outline-offset:3px;}
@media(min-width:1025px){
  html body.hv-site .hv-header--home .hv-top{display:block;flex:none;padding:0;margin:0;z-index:10;}
  html body.hv-site .hv-header--home .hv-logo a{display:flex;white-space:nowrap;gap:6px;}
  html body.hv-site .hv-header--home .hv-logo img{width:40px;height:40px;flex:0 0 40px;}
  html body.hv-site .hv-header--home .hv-logo-text{font-size:20px;}
  html body.hv-site .hv-header--home .hv-home-sidebar__description{display:block;}
  html body.hv-site .hv-header--home .hv-right{display:flex;flex-direction:column;gap:8px;}
  html body.hv-site .hv-header--home .hv-social{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;width:100%;}
  html body.hv-site .hv-header--home .hv-social a{width:100%;height:30px;}
  html body.hv-site .hv-header--home .hv-menu{display:block;position:relative;flex:1;min-height:180px;overflow-y:auto;overflow-x:hidden;background:transparent!important;}
  html body.hv-site .hv-header--home .hv-sidebar-nav{display:grid;list-style:none;margin:0;padding:0;gap:2px;}
  html body.hv-site .hv-header--home .hv-sidebar-nav a{display:flex;align-items:center;gap:10px;font-size:12px;}
  html body.hv-site .hv-header--home .hv-menu-social,
  html body.hv-site .hv-header--home .hv-hamburger{display:none!important;}
  html body.hv-site .hv-sidebar-toggle{display:flex;position:static;margin:6px 0;min-height:36px;color:var(--hv-accent);border-color:var(--hv-accent);background:transparent;}
  html body.hv-site .hv-home-sidebar__motto{display:block;margin:16px 0 var(--hv-cookie-clearance,72px);}
  html body.hv-site .hv-home-sidebar__motto .hv-motto{max-width:158px;margin:0 auto;}
  html body.hv-site.hv-sidebar-compact{--hv-sidebar-width:76px;}
  html body.hv-site.hv-sidebar-compact :is(.hv-logo-text,.hv-right,.hv-sidebar-nav__label,.hv-home-sidebar__motto,.hv-home-sidebar__description,.hv-sidebar-toggle__label){display:none!important;}
  html body.hv-site.hv-sidebar-compact .hv-menu{min-height:0;}
  html body.hv-site.hv-sidebar-compact .hv-sidebar-nav a{justify-content:center;}
  html body.hv-site::after{height:72px;opacity:.8;z-index:30;background:linear-gradient(to bottom,var(--hv-home-bg),transparent);left:var(--hv-sidebar-width);top:var(--hv-admin-bar-height,0px);}
}
@media(max-width:1024px){
  html body.hv-site .hv-header--home{position:sticky!important;top:var(--hv-admin-bar-height,0px);inset-inline:0;width:100%;height:auto;min-height:64px;padding:8px 12px;z-index:1002;backdrop-filter:blur(10px);}
  html body.hv-site .hv-header--home .hv-top{display:flex;align-items:center;gap:8px;min-height:48px;padding:0;margin:0;}
  html body.hv-site .hv-header--home .hv-logo{margin:0;margin-right:auto;}
  html body.hv-site .hv-header--home .hv-logo a{display:flex;gap:6px;}
  html body.hv-site .hv-header--home .hv-logo img{width:38px;height:38px;flex:0 0 38px;}
  html body.hv-site .hv-header--home .hv-logo-text{display:inline!important;font-size:20px;}
  html body.hv-site .hv-header--home :is(.hv-right,.hv-home-sidebar__description,.hv-home-sidebar__motto,.hv-sidebar-toggle){display:none!important;}
  html body.hv-site .hv-theme-toggle--mobile{display:grid;}
  html body.hv-site .hv-home-topbar .hv-theme-toggle{display:none;}
  html body.hv-site .hv-hamburger{display:flex;position:static;margin:0;align-items:center;justify-content:center;flex-direction:column;}
  html body.hv-site .hv-hamburger span{background:var(--hv-home-text);}
  html body.hv-site .hv-header--home .hv-menu{display:none;position:absolute;top:100%;left:0;right:0;width:100%;margin:0;padding:12px 16px max(80px,env(safe-area-inset-bottom));max-height:calc(100dvh - 72px - var(--hv-admin-bar-height,0px));overflow:auto;background:var(--hv-home-surface-strong)!important;box-shadow:var(--hv-home-shadow);border-bottom:1px solid var(--hv-home-border);transform:none;}
  html body.hv-site .hv-header--home .hv-menu.active{display:block;}
  html body.hv-site .hv-sidebar-nav{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;padding:0;margin:0;}
  html body.hv-site .hv-sidebar-nav>li:first-child,
  html body.hv-site .hv-sidebar-nav__myverse{grid-column:1 / -1;}
  html body.hv-site .hv-sidebar-nav__resize{display:none;}
  html body.hv-site .hv-sidebar-nav a{display:flex;align-items:center;gap:10px;min-height:44px;padding:8px;color:var(--hv-home-text);}
  html body.hv-site .hv-sidebar-nav__label{display:inline!important;font-size:13px;white-space:normal;}
  html body.hv-site .hv-sidebar-nav a.is-current{border-radius:8px;background:var(--hv-accent);color:#000;}
  html body.hv-site .hv-menu-social{display:grid!important;grid-template-columns:repeat(4,44px);gap:8px;padding-top:14px;justify-content:start;}
  html body.hv-site .hv-menu-social a{width:44px;height:44px;padding:10px;}
  html body.hv-site .hv-layout-front{width:100%;max-width:100%;margin:0;padding:12px 16px 24px;}
  html body.hv-site .hv-footer{margin-left:0;}
  html body.hv-site .hv-home-shell{gap:14px;}
}
@media(max-width:768px){
  html body.hv-site .hv-layout-front{padding:12px 12px 24px;}
  html body.hv-site .hv-home-topbar{gap:8px;}
  html body.hv-site .hv-home-global-search input{font-size:16px;padding-left:38px;}
  html body.hv-site .hv-home-global-search__icon{left:12px;}
  html body.hv-site .hv-account-link__label{display:block;font-size:11px;max-width:92px;overflow-wrap:anywhere;}
  html body.hv-site .hv-account-link__avatar--fallback{display:none;}
  html body.hv-site .hv-home-feature__title{font-size:clamp(23px,5.5vw,32px)!important;max-width:100%;}
  html body.hv-site .hv-home-hero-section .hv-showcase-overlay--hero{padding:24px 24px 58px!important;}
  html body.hv-site .hv-home-hero-slider__arrow{top:auto;bottom:9px;width:44px;height:44px;transform:none;}
  html body.hv-site .hv-home-hero-slider__arrow--prev{left:12px;}
  html body.hv-site .hv-home-hero-slider__arrow--next{right:12px;}
  html body.hv-site .hv-trending-rail__list{grid-template-columns:1fr;}
  html body.hv-site .hv-footer-container--grid{display:grid;grid-template-columns:1fr;}
  html body.hv-site .hv-footer-brand{grid-column:auto;text-align:left;}
  html body.hv-site .hv-motto{max-width:180px;}
  html body.hv-site .hv-cat-tile{height:180px;}
}
@media(prefers-reduced-motion:reduce){
  html body.hv-site *,html body.hv-site *::before,html body.hv-site *::after{scroll-behavior:auto!important;transition:none!important;animation:none!important;}
}
/* Google is a UI adapter for wpDiscuz, never a second authentication endpoint. */
html body.hv-site .hv-google-login-button{border:1px solid var(--hv-home-border);border-radius:999px;padding:9px 13px;background:var(--hv-home-surface);color:var(--hv-home-text);font-family:inherit;font-size:12px;font-weight:700;line-height:1.3;cursor:pointer;}
html body.hv-site .hv-google-login-button--menu{display:none;}
html body.hv-site .hv-login-dialog{width:min(440px,calc(100vw - 32px));max-height:calc(100dvh - 48px);overflow:auto;padding:28px;border:1px solid var(--hv-home-border);border-radius:18px;background:var(--hv-home-surface-strong);color:var(--hv-home-text);box-shadow:var(--hv-home-shadow);}
.hv-login-dialog::backdrop{background:rgba(0,0,0,.6);backdrop-filter:blur(4px);}
.hv-login-dialog__close{display:grid;place-items:center;padding:0;line-height:1;float:right;width:44px;height:44px;background:transparent;color:inherit;border:0;font-size:28px;cursor:pointer;}
.hv-login-dialog h2{font-size:22px;color:inherit;}
.hv-login-dialog p,.hv-login-agreement{font-size:14px;line-height:1.6;color:inherit;}
.hv-login-consent{display:flex;align-items:flex-start;gap:10px;margin:18px 0;font-size:13px;}
.hv-login-consent input{width:20px;height:20px;flex:none;accent-color:var(--hv-accent);}
.hv-login-submit{min-height:44px;padding:12px 20px;border:0;border-radius:999px;background:var(--hv-accent);color:#000;font-weight:700;cursor:pointer;}
.hv-login-submit:disabled{opacity:.6;cursor:wait;}
@media(max-width:1024px){html body.hv-site .hv-google-login-button--menu{display:flex;margin-top:14px;}}
@media(max-width:768px){html body.hv-site .hv-home-topbar .hv-google-login-button{max-width:110px;flex:none;font-size:11px;padding:8px 10px;}}
/* One front-end shell: editorial templates retain their content, not their old navigation. */
html body.hv-site .hv-site-stage{min-width:0;}
html body.hv-site .hv-layout-front{width:100%!important;max-width:none;margin-left:0!important;}
html body.hv-site .hv-article-stage{margin-left:0!important;}
html body.hv-site .hv-site-stage>.hv-home-topbar{padding:20px 24px 0;max-width:1400px;margin:auto;}
html body.hv-site .hv-site-stage>.hv-container{width:auto;max-width:1100px;margin:24px auto;padding:0 24px;}
html body.hv-site .hv-site-stage>.hv-layout{max-width:1500px;margin:0 auto;padding:24px;}
html body.hv-site .hv-article,.hv-site .hv-comments{background:var(--hv-home-surface);border:1px solid var(--hv-home-border);border-radius:16px;}
html body.hv-site :is(.hv-card,.hv-sidebar,.hv-sidebar__sticky,.hv-toc,.hv-reviews-aside){background:var(--hv-home-surface);border-color:var(--hv-home-border);color:var(--hv-home-text);}
html body.hv-site :is(.hv-card-content h2 a,.hv-article-title,.hv-section-title,.hv-article-content,.hv-article-content h2,.hv-article-content h3,.hv-article-content p,.hv-article-content li,.hv-comments-intro__title,.hv-toc a){color:var(--hv-home-text)!important;-webkit-text-fill-color:var(--hv-home-text)!important;}
html body.hv-site :is(.hv-card-content p,.hv-article-lead,.hv-article-meta,.hv-category-desc,.hv-archive-desc){color:var(--hv-home-muted)!important;-webkit-text-fill-color:var(--hv-home-muted)!important;}
html body.hv-site .hv-article-content a{color:var(--hv-accent);}
html body.hv-site :is(.hv-card-content,.hv-article-content,.hv-single-main){min-width:0;overflow-wrap:anywhere;}
html body.hv-site .hv-article-content :is(img,iframe,video){max-width:100%;}
html[data-hv-theme="light"] body.hv-site :is(.hv-social a,.hv-footer-social a){color:#000!important;}
html[data-hv-theme="light"] body.hv-site :is(.hv-social a,.hv-footer-social a):is(:hover,:focus-visible){color:var(--hv-accent)!important;}
html[data-hv-theme="light"] body.hv-site :is(.hv-social,.hv-footer-social) svg{fill:currentColor;}
html[data-hv-theme="light"] body.hv-site .hv-week-top-item__link :is(.hv-week-top-item__title,.hv-week-top-item__body),
html[data-hv-theme="light"] body.hv-site .hv-week-top-item__link:visited{color:#000!important;-webkit-text-fill-color:#000!important;}
html[data-hv-theme="light"] body.hv-site .hv-week-top-item__rank{color:var(--hv-accent)!important;-webkit-text-fill-color:var(--hv-accent)!important;}
html[data-hv-theme="light"] body.hv-site #wpdcom :is(.wpd-comment-text,.wpd-comment-text p,.wpd-comment-author,.wpd-comment-author a){color:var(--hv-home-text)!important;}
html[data-hv-theme="light"] body.hv-site #wpdcom :is(.wpd-comment-wrap,.wpd-form-wrap,.wpd-comment-header,.wpd-comment-footer){background:transparent!important;color:var(--hv-home-text);}
html[data-hv-theme="light"] body.hv-site #wpdcom :is(input,textarea,.ql-editor){background:var(--hv-home-surface)!important;color:var(--hv-home-text)!important;}
html body.hv-site .hv-sidebar-account{display:none;}
@media(min-width:1025px){
  html body.hv-site .hv-site-stage{margin-left:var(--hv-sidebar-width);}
  html body.hv-site .hv-header.hv-header--home{width:var(--hv-sidebar-width)!important;max-width:var(--hv-sidebar-width)!important;right:auto!important;overflow:visible!important;scrollbar-gutter:auto;padding:12px;gap:0;}
  html body.hv-site .hv-header--home .hv-menu{flex:1 1 auto;min-height:0;overflow-y:auto!important;overflow-x:hidden!important;margin-top:8px;scrollbar-width:none;-ms-overflow-style:none;}
  html body.hv-site .hv-header--home .hv-sidebar-nav a{min-height:30px;padding:5px 8px;}
  html body.hv-site .hv-myverse{padding-top:7px;margin-top:7px;}
  html body.hv-site .hv-myverse summary{min-height:30px;padding:5px 8px;}
  html body.hv-site .hv-myverse__list{position:absolute;left:calc(100% + 14px);bottom:0;min-width:190px;padding:8px;background:var(--hv-home-surface-strong);border:1px solid var(--hv-home-border);border-radius:12px;box-shadow:var(--hv-home-shadow);}
  html body.hv-site .hv-myverse:not([open]) .hv-myverse__list{display:none;}
  html body.hv-site .hv-header--home .hv-home-sidebar__motto{margin:auto 0 12px;padding-top:12px;width:100%;max-height:160px;}
  html body.hv-site .hv-home-sidebar__motto .hv-motto{width:min(145px,100%);max-height:148px;}
  html body.hv-site .hv-home-sidebar__motto .hv-motto img{max-height:148px;object-fit:contain;}
  html body.hv-site .hv-sidebar-account{display:block;margin:0 0 var(--hv-cookie-clearance,40px);}
  html body.hv-site .hv-sidebar-account .hv-home-topbar__actions{justify-content:center;}
  html body.hv-site .hv-footer{margin-left:var(--hv-sidebar-width)!important;}
  html body.hv-site.hv-sidebar-compact .hv-sidebar-account .hv-account-link{display:none;}
  html body.hv-site.hv-sidebar-compact .hv-myverse__list{position:absolute;left:calc(100% + 14px);min-width:190px;}
  html body.hv-site.hv-sidebar-compact .hv-myverse__list .hv-sidebar-nav__label{display:inline!important;}
}
@media(min-width:1025px) and (max-height:850px){
  html body.hv-site .hv-header--home .hv-sidebar-nav a{min-height:28px;padding:4px 8px;}
  html body.hv-site .hv-header--home .hv-home-sidebar__motto .hv-motto{width:100px;}
  html body.hv-site .hv-header--home .hv-home-sidebar__motto .hv-motto img{max-height:100px;}
}
@media(min-width:1025px) and (max-height:700px){
  html body.hv-site .hv-header--home .hv-home-sidebar__motto .hv-motto{width:72px;}
  html body.hv-site .hv-sidebar-account{margin-top:auto;margin-bottom:20px;}
  html body.hv-site .hv-header--home .hv-social a{height:26px;}
  html body.hv-site .hv-header--home .hv-logo{margin-bottom:6px;}
}
@media(max-width:1024px){
  html body.hv-site .hv-site-stage{margin-left:0;}
  html body.hv-site .hv-site-stage>.hv-home-topbar{padding:12px 12px 0;}
  html body.hv-site .hv-layout-single--shell{padding:12px!important;}
  html body.hv-site .hv-footer{margin-left:0!important;}
}
/* Explicit category text survives legacy CTA hover and text-fill rules. */
html body.hv-site .hv-category,html body.hv-site a:is(:hover,:focus-visible) .hv-category{color:#000!important;-webkit-text-fill-color:#000!important;}
html body.hv-site #hv-main-content .hv-category,html body.hv-site #hv-main-content .hv-category:is(:hover,:focus-visible),html body.hv-site #hv-main-content a:is(:hover,:focus-visible) .hv-category{color:#000!important;-webkit-text-fill-color:#000!important;text-shadow:none!important;}
html body.hv-site #hv-main-content .hv-category::before{display:none!important;}
.hv-avatar-preview[hidden]{display:none!important;}
@media(min-width:1025px) and (max-height:650px){
 html body.hv-site .hv-header--home{padding:8px;}
 html body.hv-site .hv-header--home .hv-menu{margin-top:2px;}
 html body.hv-site .hv-header--home .hv-sidebar-nav{gap:0;}
 html body.hv-site .hv-header--home .hv-sidebar-nav a{min-height:26px;padding:3px 8px;}
 html body.hv-site .hv-sidebar-account{margin-bottom:6px;}
 html body.hv-site .hv-header--home .hv-logo img{width:32px;height:32px;flex-basis:32px;}
 html body.hv-site .hv-sidebar-toggle{min-height:30px;margin:3px 0;}
}
/* Only the navigation scroll container: desktop and open mobile menu. */
html body.hv-site .hv-header--home .hv-menu{scrollbar-width:none;-ms-overflow-style:none;}
html body.hv-site .hv-header--home .hv-menu::-webkit-scrollbar{display:none;width:0;height:0;}
.hv-home-v2 .hv-community-card{padding:12px!important;gap:8px!important;}.hv-home-v2 .hv-community-card p{margin:3px 0;font-size:12px;}
.hv-live-dialog{padding:16px;border:1px solid var(--hv-border);border-radius:16px;background:var(--hv-surface);color:var(--hv-text);width:min(800px,calc(100vw - 32px));max-width:calc(100vw - 32px);box-sizing:border-box;}
.hv-live-dialog::backdrop{background:rgba(0,0,0,.75);}
.hv-live-dialog .hv-live-embed{min-height:300px;aspect-ratio:16/9;}
.hv-live-dialog .hv-live-embed iframe{width:100%;height:100%;min-height:300px;border:0;}
.hv-live-card>.hv-live-open{display:block;margin:8px 0;cursor:pointer;}
@media(max-width:479px){.hv-live-card>.hv-live-open{display:none;}}

html[data-hv-theme="light"] body.hv-site :is(.hv-sidebar-toggle,.hv-google-login-button){background:var(--hv-accent);color:#000;border-color:var(--hv-accent)}
html[data-hv-theme="light"] body.hv-site :is(.hv-sidebar-toggle,.hv-google-login-button):hover{background:#f8b9d6;color:#000}
