/* ════════ DVhub Online · Variante C Skin — Editorial Aurora ════════
   Lädt ZUSÄTZLICH zu hub.css. Behält die dunkle Aurora-Palette von A,
   macht die Flächen aber flacher/luftiger (Hairline-Editorial wie index-c.html).
   Sans-Schrift (C ist bewusst serifenlos). */

/* slightly flatter dark default + a touch more air */
:root{
  --surface:rgba(255,255,255,.028);
  --surface-2:rgba(255,255,255,.05);
  --shadow:0 24px 60px -40px rgba(0,0,0,.85);
}
[data-theme="light"]{
  --surface:rgba(15,40,90,.028);
  --surface-2:rgba(15,40,90,.05);
}

/* editorial: flat cards, hairline rules, hover lifts subtly */
.area,.subtile,.scard,.news,.da-card,.tool{box-shadow:none}
.area{background:transparent;min-height:auto}
.area::before{opacity:0!important}
.area:hover{background:var(--surface);box-shadow:0 24px 60px -40px rgba(0,0,0,.8);transform:translateY(-2px)}
.scard:hover,.subtile:hover,.news:hover{box-shadow:none;transform:translateY(-2px)}

/* tighter, more confident headings (sans) */
.page-hero h1,.hub-hero h1{letter-spacing:-.035em;font-weight:700}
.sec-head h2{letter-spacing:-.03em;font-weight:700}

/* a little more breathing room between sections */
.section{padding-top:52px;padding-bottom:52px}

/* aurora accent on the page-hero emphasized word, if present */
.page-hero h1 .grad{background:var(--aurora);-webkit-background-clip:text;background-clip:text;color:transparent}
