:root {
  --hub-bg: #09060f;
  --hub-panel: #120d1a;
  --hub-panel-2: #181121;
  --hub-text: #f7f4fa;
  --hub-muted: #a39aaa;
  --hub-purple: #8d35f2;
  --hub-purple-bright: #b85cff;
  --hub-yellow: #ffd12f;
  --hub-line: rgba(255,255,255,.1);
}

body { color: var(--hub-text); background: var(--hub-bg); }
.site-header { border-color: var(--hub-line); background: rgba(9,6,15,.88); }
.brand { color: #fff; }
.brand img { width: 38px; height: 38px; object-fit: cover; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.brand .brand__text { display: inline !important; width: auto !important; height: auto !important; padding: 0 !important; color: #fff !important; background: transparent !important; border-radius: 0 !important; font-size: 1.02rem !important; }
.nav__menu { color: #bdb5c3; }
.nav__menu a:hover, .nav__social a:hover { color: var(--hub-yellow); }
.nav__social { border-color: var(--hub-line); color: var(--hub-yellow); }
.nav__toggle > span { background: #fff; }

.home-hub { position: relative; isolation: isolate; min-height: calc(100svh - 72px); display: grid; align-items: center; overflow: hidden; padding: 24px 0 30px; background: radial-gradient(circle at 78% 30%, rgba(94,26,174,.18), transparent 28%), linear-gradient(135deg, #09060f, #0d0716 58%, #09060f); }
.home-hub::before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .36; background-image: linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px); background-size: 52px 52px; mask-image: radial-gradient(circle at 65% 35%, #000, transparent 74%); }
.hub-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(100px); pointer-events: none; }
.hub-glow--one { width: 330px; height: 330px; left: -160px; top: 15%; background: rgba(111,43,217,.2); }
.hub-glow--two { width: 280px; height: 280px; right: -120px; bottom: -100px; background: rgba(185,85,255,.15); }
.home-hub__layout { display: grid; grid-template-columns: minmax(320px,.82fr) minmax(520px,1.18fr); gap: 18px; }
.creator-panel, .directory-panel { min-height: 570px; border: 1px solid var(--hub-line); border-radius: 22px; background: rgba(18,13,26,.86); box-shadow: 0 28px 90px rgba(0,0,0,.32); backdrop-filter: blur(16px); }
.creator-panel { display: flex; flex-direction: column; padding: 27px; }
.creator-panel__identity { display: flex; align-items: center; gap: 21px; }
.creator-panel__logo { width: 118px; height: 118px; flex: 0 0 118px; object-fit: cover; border: 2px solid rgba(184,92,255,.45); border-radius: 50%; box-shadow: 0 0 0 7px rgba(139,44,255,.08), 0 18px 45px rgba(0,0,0,.28); }
.creator-panel__eyebrow { display: block; margin-bottom: 7px; color: #a99eb1; font-size: .58rem; font-weight: 900; letter-spacing: .13em; }
.creator-panel h1 { margin: 0; color: #fff; font-size: clamp(2.25rem,4vw,3.55rem); line-height: .95; letter-spacing: -.055em; }
.creator-panel h1 em { display: block; color: var(--hub-purple-bright); font-family: Georgia,serif; font-weight: 500; }
.creator-panel__identity p { margin: 8px 0 0; color: #968d9e; font-size: .76rem; }
.creator-panel__lead { margin: 26px 0 18px; color: #c3bac9; font-size: .98rem; line-height: 1.55; }
.creator-panel__lead strong { color: #fff; }
.creator-panel__proofs { display: grid; gap: 8px; margin-bottom: 18px; }
.creator-panel__proof { display: flex; align-items: center; gap: 11px; padding: 12px 14px; border: 1px solid rgba(255,209,47,.2); border-radius: 11px; background: rgba(255,209,47,.06); }
.creator-panel__proof strong { color: var(--hub-yellow); font-size: 1.3rem; line-height: 1; }
.creator-panel__proof span { color: #aaa0b0; font-size: .7rem; line-height: 1.3; }
.creator-panel__proof--community { border-color: rgba(184,92,255,.24); background: rgba(141,53,242,.07); }
.creator-panel__proof--community strong { color: var(--hub-purple-bright); }
.social-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: auto; }
.social-link { display: grid; grid-template-columns: 32px minmax(0,1fr) auto; align-items: center; gap: 9px; min-height: 57px; padding: 9px 11px; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; background: rgba(255,255,255,.055); transition: transform .18s, border-color .18s, background .18s; }
.social-link:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.1); }
.social-link > span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 8px; color: #fff; font-size: .68rem; font-weight: 900; }
.social-link--youtube > span { background: #ff1648; }
.social-link--instagram > span { background: linear-gradient(135deg,#6c3bff,#e33c8b,#ff9d35); }
.social-link--tiktok > span { color: #fff; background: #06050a; box-shadow: inset 2px 0 #20e2dc, inset -2px 0 #ff3b6d; }
.social-link--facebook > span { background: #1877f2; font-family: Arial,sans-serif; font-size: 1rem; }
.social-link strong, .social-link small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.social-link strong { color: #fff; font-size: .76rem; }
.social-link small { color: #918897; font-size: .57rem; }
.social-link b { color: #c8becf; font-size: .72rem; }

.directory-panel { display: flex; flex-direction: column; padding: 25px; }
.directory-panel__heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 16px; }
.directory-panel__heading span { color: var(--hub-yellow); font-size: .58rem; font-weight: 900; letter-spacing: .14em; }
.directory-panel__heading h2 { margin: 2px 0 0; color: #fff; font-size: clamp(1.9rem,3vw,2.65rem); }
.directory-panel__heading p { margin: 0 0 4px; color: #928899; font-size: .72rem; }
.directory-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 8px; }
.directory-card { min-height: 108px; display: grid; grid-template-columns: 40px minmax(0,1fr) auto; align-items: center; gap: 11px; padding: 13px 15px; border: 1px solid var(--hub-line); border-radius: 13px; background: var(--hub-panel-2); transition: transform .18s,border-color .18s,background .18s,box-shadow .18s; }
.directory-card:hover { transform: translateY(-2px); border-color: rgba(184,92,255,.5); background: #1d1428; }
.directory-card--accent { background: linear-gradient(135deg,rgba(111,43,217,.28),rgba(24,17,33,.95)); }
.directory-card--courses { grid-column: 1 / -1; border-color: rgba(255,209,47,.48); background: linear-gradient(135deg,rgba(255,209,47,.13),rgba(63,38,31,.3) 48%,rgba(24,17,33,.95)); box-shadow: inset 0 0 28px rgba(255,209,47,.035); }
.directory-card--courses:hover { border-color: rgba(255,209,47,.72); background: linear-gradient(135deg,rgba(255,209,47,.19),rgba(63,38,31,.36) 48%,#1d1428); box-shadow: 0 10px 28px rgba(255,209,47,.07); }
.directory-card--courses .directory-card__icon { border-color: rgba(255,209,47,.42); color: #1a101c; background: var(--hub-yellow); }
.directory-card--courses small,.directory-card--courses > b { color: var(--hub-yellow); }
.directory-card--secondary { min-height: 84px; background: rgba(24,17,33,.72); }
.directory-card__icon { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(184,92,255,.28); border-radius: 10px; color: var(--hub-purple-bright); background: rgba(139,44,255,.1); font-family: Georgia,serif; font-weight: 800; }
.directory-card small { display: block; margin: 1px 0 4px; color: #887f8f; font-size: .53rem; font-weight: 900; letter-spacing: .12em; }
.directory-card h3 { margin: 0 0 5px; color: #fff; font-size: 1.02rem; letter-spacing: -.02em; }
.directory-card p { margin: 0; color: #968d9d; font-size: .67rem; line-height: 1.35; }
.directory-card b { color: var(--hub-yellow); font-size: 1rem; }
.featured-courses { display: grid; gap: 8px; margin-top: 20px; }
.featured-courses--first { margin: 0 0 20px; }
.featured-courses__heading { display: flex; align-items: center; gap: 11px; padding: 1px 2px 3px; }
.featured-courses__heading span { flex: 0 0 auto; color: #8f8497; font-size: .5rem; font-weight: 900; letter-spacing: .14em; }
.featured-courses__heading i { width: 100%; height: 1px; background: linear-gradient(90deg,rgba(184,92,255,.32),rgba(255,255,255,.055)); }
.featured-link { display: grid; grid-template-columns: 58px minmax(0,1fr) auto; align-items: center; gap: 13px; padding: 9px 10px; border: 1px solid rgba(255,209,47,.22); border-radius: 12px; background: rgba(255,209,47,.055); transition: background .18s,border-color .18s,transform .18s; }
.featured-link:hover { transform: translateY(-1px); }
.featured-link:hover { border-color: rgba(255,209,47,.46); background: rgba(255,209,47,.1); }
.featured-link img { width: 58px; height: 58px; object-fit: cover; border-radius: 8px; }
.featured-link__badge { display: grid !important; width: 58px; height: 58px; place-items: center; border: 1px solid rgba(104,205,255,.36); border-radius: 8px; color: #c9f1ff !important; background: linear-gradient(135deg,#164068,#49246d); font-size: .82rem !important; letter-spacing: .08em !important; }
.featured-link span,.featured-link strong,.featured-link small { display: block; }
.featured-link span { color: var(--hub-yellow); font-size: .5rem; font-weight: 900; letter-spacing: .12em; }
.featured-link strong { margin: 2px 0; color: #fff; font-size: .82rem; }
.featured-link small { color: #938a99; font-size: .59rem; }
.featured-link b { color: var(--hub-yellow); font-size: .69rem; }
.featured-link--secondary { border-color: rgba(104,205,255,.22); background: linear-gradient(90deg,rgba(28,101,148,.12),rgba(98,45,145,.08)); }
.featured-link--secondary:hover { border-color: rgba(104,205,255,.44); background: linear-gradient(90deg,rgba(28,101,148,.19),rgba(98,45,145,.14)); }
.featured-link--secondary span,.featured-link--secondary b { color: #72d8ff; }
.hub-topics { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.hub-topics span { padding: 4px 8px; border: 1px solid var(--hub-line); border-radius: 999px; color: #918898; font-size: .56rem; font-weight: 700; }

.intro,.link-hub,.site-map { display: none; }
.section { padding: 76px 0; }
.section h2 { color: #fff; font-size: clamp(2rem,4vw,3.25rem); }
.section-heading--inline > p,.channel__copy > p:not(.kicker),.resources__lead { color: var(--hub-muted); }
.kicker,.kicker--purple { color: var(--hub-purple-bright); }
.editorial { background: #0d0913; }
.channel { background: #120d1a; }
.channel__visual { box-shadow: 0 24px 65px rgba(0,0,0,.3); }
.courses { background: #0b0810; }
.course-card { color: #fff; border-color: var(--hub-line); background: #15101d; }
.course-card p,.resource-list p { color: var(--hub-muted); }
.course-card__number { color: #766d7d; }
.extra-course { color: #fff; border-color: var(--hub-line); background: #15101d; }
.extra-course p { color: var(--hub-muted); }
.resources { border-color: var(--hub-line); background: #100b17; }
.resource-list,.resource-list article { border-color: var(--hub-line); }
.about { background: #26103f; }
.footer { background: #07050b; }

@media (min-width: 981px) {
  .home-hub { align-items: start; padding: 30px 0 28px; }
  .home-hub .shell { width: min(calc(100% - 44px),1290px); }
  .home-hub__layout { grid-template-columns: minmax(360px,.82fr) minmax(590px,1.18fr); gap: 20px; }
  .creator-panel,.directory-panel { min-height: 620px; }
  .creator-panel { padding: 34px; }
  .creator-panel__identity { gap: 25px; }
  .creator-panel__logo { width: 136px; height: 136px; flex-basis: 136px; }
  .creator-panel__eyebrow { margin-bottom: 10px; font-size: .64rem; }
  .creator-panel h1 { font-size: clamp(3rem,4.25vw,4.15rem); }
  .creator-panel__identity p { margin-top: 11px; font-size: .82rem; }
  .creator-panel__lead { margin: 31px 0 22px; font-size: 1.09rem; line-height: 1.58; }
  .creator-panel__proofs { gap: 9px; margin-bottom: 19px; }
  .creator-panel__proof { padding: 12px 17px; }
  .creator-panel__proof strong { font-size: 1.5rem; }
  .creator-panel__proof span { font-size: .76rem; }
  .social-grid { gap: 10px; }
  .social-link { min-height: 64px; grid-template-columns: 36px minmax(0,1fr) auto; padding: 11px 13px; }
  .social-link > span { width: 36px; height: 36px; }
  .social-link strong { font-size: .82rem; }
  .social-link small { font-size: .61rem; }
  .directory-panel { padding: 32px; }
  .directory-panel__heading { margin-bottom: 20px; }
  .directory-panel__heading span { font-size: .63rem; }
  .directory-panel__heading h2 { font-size: clamp(2.35rem,3.35vw,3.15rem); }
  .directory-panel__heading p { font-size: .78rem; }
  .directory-grid { gap: 11px; margin-top: 11px; }
  .directory-card { min-height: 112px; grid-template-columns: 44px minmax(0,1fr) auto; gap: 13px; padding: 14px 17px; }
  .directory-card--secondary { min-height: 88px; padding-block: 12px; }
  .directory-card__icon { width: 44px; height: 44px; }
  .directory-card small { font-size: .57rem; }
  .directory-card h3 { margin-bottom: 7px; font-size: 1.14rem; }
  .directory-card p { font-size: .72rem; }
  .featured-link { grid-template-columns: 58px minmax(0,1fr) auto; gap: 13px; padding: 9px 11px; }
  .featured-link img,.featured-link__badge { width: 58px; height: 58px; }
  .featured-link span { font-size: .54rem; }
  .featured-link strong { font-size: .9rem; }
  .featured-link small { font-size: .63rem; }
  .featured-link b { font-size: .74rem; }
  .featured-courses { margin-top: 26px; }
  .hub-topics { gap: 7px; margin-top: 12px; }
  .hub-topics span { padding: 5px 9px; font-size: .59rem; }
}

.legacy-sections { display: none !important; }
.compact-section { scroll-margin-top: 70px; padding: 58px 0; border-top: 1px solid var(--hub-line); }
.compact-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 24px; }
.compact-heading > div:first-child > span { display: block; margin-bottom: 4px; color: var(--hub-purple-bright); font-size: .58rem; font-weight: 900; letter-spacing: .15em; }
.compact-heading h2 { margin: 0; color: #fff; font-size: clamp(1.8rem,3.3vw,2.75rem); letter-spacing: -.045em; }
.compact-heading > p { max-width: 430px; margin: 0 0 3px; color: var(--hub-muted); font-size: .78rem; }
.compact-heading__actions { display: flex; align-items: center; gap: 18px; }
.compact-heading__actions small { color: #8f8696; font-size: .67rem; }
.compact-heading__actions a { padding: 7px 11px; border: 1px solid rgba(184,92,255,.28); border-radius: 8px; color: #e4d9eb; background: rgba(139,44,255,.08); font-size: .68rem; font-weight: 800; }

.latest-videos { background: #0d0913; }
.video-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.video-card { overflow: hidden; border: 1px solid var(--hub-line); border-radius: 14px; background: #15101d; transition: transform .18s,border-color .18s; }
.video-card:hover { transform: translateY(-3px); border-color: rgba(184,92,255,.42); }
.video-card__image { position: relative; overflow: hidden; aspect-ratio: 16/8.7; background: #08060c; }
.video-card__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%,rgba(0,0,0,.58)); }
.video-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s; }
.video-card:hover .video-card__image img { transform: scale(1.025); }
.video-card__image > span { position: absolute; z-index: 2; left: 13px; bottom: 11px; display: grid; width: 33px; height: 33px; place-items: center; border-radius: 50%; color: #1b0b12; background: var(--hub-yellow); font-size: .65rem; }
.video-card__image time { position: absolute; z-index: 2; right: 9px; bottom: 9px; padding: 3px 6px; border-radius: 4px; color: #fff; background: rgba(0,0,0,.78); font-size: .58rem; font-weight: 800; }
.video-card__body { padding: 13px 14px 14px; }
.video-card h3 { min-height: 2.55em; margin: 0 0 10px; color: #f7f4fa; font-size: .9rem; line-height: 1.27; letter-spacing: -.015em; }
.video-card p { display: flex; align-items: center; justify-content: space-between; margin: 0; color: #8f8696; font-size: .62rem; }
.video-card p b { color: var(--hub-yellow); }
.playlist-strip { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--hub-line); }
.playlist-strip__heading { display: flex; align-items: center; gap: 11px; margin-bottom: 12px; }
.playlist-strip__heading > span { color: #a999b3; font-size: .55rem; font-weight: 900; letter-spacing: .14em; }
.playlist-strip__heading > i { flex: 1; height: 1px; background: linear-gradient(90deg,rgba(184,92,255,.25),transparent); }
.playlist-strip__heading > small { color: #7f7586; font-size: .6rem; }
.playlist-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 9px; }
.playlist-card { display: grid; grid-template-columns: 86px minmax(0,1fr) 18px; align-items: center; gap: 9px; min-width: 0; overflow: hidden; padding: 7px; border: 1px solid var(--hub-line); border-radius: 11px; background: rgba(255,255,255,.035); transition: transform .18s,border-color .18s,background .18s; }
.playlist-card:hover { transform: translateY(-2px); border-color: rgba(184,92,255,.38); background: rgba(141,53,242,.075); }
.playlist-card img { width: 86px; aspect-ratio: 16/9; object-fit: cover; border-radius: 7px; }
.playlist-card div { min-width: 0; }
.playlist-card span,.playlist-card strong,.playlist-card small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.playlist-card span { margin-bottom: 2px; color: var(--hub-purple-bright); font-size: .43rem; font-weight: 900; letter-spacing: .12em; }
.playlist-card strong { color: #f4eff7; font-size: .69rem; }
.playlist-card small { margin-top: 2px; color: #857b8c; font-size: .51rem; }
.playlist-card > b { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; color: #1a0d14; background: var(--hub-yellow); font-size: .47rem; }

.writing { background: #100b17; }
.writing-card { display: grid; grid-template-columns: 1.35fr .65fr; min-height: 300px; overflow: hidden; border: 1px solid var(--hub-line); border-radius: 17px; background: #16101e; transition: border-color .18s,transform .18s; }
.writing-card:hover { transform: translateY(-2px); border-color: rgba(184,92,255,.42); }
.writing-card__content { display: flex; flex-direction: column; align-items: flex-start; padding: 28px 30px; }
.writing-card__meta { display: flex; flex-wrap: wrap; gap: 8px 15px; margin-bottom: 18px; color: #8c8392; font-size: .55rem; font-weight: 800; letter-spacing: .1em; }
.writing-card__meta span:first-child { color: var(--hub-yellow); }
.writing-card h3 { max-width: 760px; margin: 0 0 14px; color: #fff; font-size: clamp(1.65rem,3.2vw,2.7rem); line-height: 1.05; letter-spacing: -.04em; }
.writing-card__content > p { max-width: 750px; margin: 0 0 13px; color: #a89eaf; font-size: .8rem; }
.writing-card__content > small { color: #7e7584; font-size: .59rem; }
.writing-card__content > b { margin-top: auto; padding-top: 20px; color: var(--hub-yellow); font-size: .69rem; }
.writing-card__visual { position: relative; isolation: isolate; overflow: hidden; min-height: 300px; background: radial-gradient(circle at 50% 45%,rgba(141,53,242,.42),transparent 42%),linear-gradient(135deg,#210d38,#0b0711); }
.writing-card__visual::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .5; background-image: linear-gradient(rgba(184,92,255,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(184,92,255,.09) 1px,transparent 1px); background-size: 26px 26px; }
.writing-card__scan { position: absolute; top: 17px; left: 18px; color: var(--hub-yellow); font-size: .5rem; font-weight: 900; letter-spacing: .13em; }
.data-face { position: absolute; width: 142px; height: 142px; left: 50%; top: 49%; overflow: hidden; border: 1px solid rgba(184,92,255,.7); border-radius: 50%; box-shadow: 0 0 0 10px rgba(139,44,255,.08),0 0 45px rgba(139,44,255,.34); transform: translate(-50%,-50%); }
.data-face img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.06); }
.data-label { position: absolute; padding: 5px 7px; border: 1px solid rgba(184,92,255,.3); border-radius: 5px; color: #cbbfd2; background: rgba(9,6,15,.82); font-size: .48rem; font-weight: 800; letter-spacing: .07em; backdrop-filter: blur(8px); }
.data-label i { margin-left: 5px; color: var(--hub-yellow); font-style: normal; }
.data-label--one { top: 30%; left: 6%; }
.data-label--two { right: 5%; top: 42%; }
.data-label--three { left: 12%; bottom: 14%; }

@media (max-width: 980px) {
  .home-hub { min-height: auto; padding: 28px 0 56px; }
  .home-hub__layout { grid-template-columns: 1fr; }
  .creator-panel,.directory-panel { min-height: auto; }
  .creator-panel { min-height: 500px; }
}

@media (max-width: 720px) {
  .site-header { background: rgba(9,6,15,.96); }
  .nav__menu { color: #ddd5e2; border-color: var(--hub-line); background: #0f0a16; }
  .nav__menu a { border-color: var(--hub-line); }
  .home-hub { padding: 18px 0 40px; }
  .creator-panel,.directory-panel { min-height: auto; padding: 18px; border-radius: 17px; }
  .creator-panel__identity { align-items: center; gap: 15px; }
  .creator-panel__logo { width: 88px; height: 88px; flex-basis: 88px; }
  .creator-panel h1 { font-size: 2.5rem; }
  .creator-panel__lead { margin-top: 20px; }
  .directory-panel__heading { align-items: start; flex-direction: column; gap: 3px; }
  .directory-grid { grid-template-columns: 1fr; }
  .featured-courses { margin-top: 18px; }
  .directory-card { min-height: 110px; }
  .featured-link { grid-template-columns: 50px minmax(0,1fr); }
  .featured-link img,.featured-link__badge { width: 50px; height: 50px; }
  .featured-link > b { grid-column: 2; }
  .compact-section { padding: 44px 0; }
  .compact-heading { align-items: flex-start; flex-direction: column; gap: 12px; margin-bottom: 18px; }
  .compact-heading__actions { width: 100%; justify-content: space-between; }
  .video-grid { display: flex; overflow-x: auto; gap: 10px; padding-bottom: 8px; scroll-snap-type: x mandatory; }
  .video-card { min-width: min(82vw,310px); scroll-snap-align: start; }
  .playlist-grid { display: flex; overflow-x: auto; gap: 8px; padding-bottom: 6px; scroll-snap-type: x mandatory; }
  .playlist-card { min-width: min(78vw,300px); scroll-snap-align: start; }
  .writing-card { grid-template-columns: 1fr; }
  .writing-card__content { padding: 22px; }
  .writing-card__visual { min-height: 250px; order: -1; }
}

@media (max-width: 420px) {
  .creator-panel { padding: 15px; }
  .creator-panel__identity { gap: 12px; }
  .creator-panel__logo { width: 78px; height: 78px; flex-basis: 78px; }
  .creator-panel h1 { font-size: 2.18rem; }
  .creator-panel__lead { margin: 17px 0 14px; font-size: .87rem; }
  .creator-panel__proofs { gap: 7px; margin-bottom: 13px; }
  .creator-panel__proof { padding: 10px 11px; }
  .creator-panel__proof strong { font-size: 1.12rem; }
  .social-grid { grid-template-columns: 1fr 1fr; gap: 6px; }
  .social-link { grid-template-columns: 28px minmax(0,1fr); min-height: 49px; gap: 7px; padding: 7px 8px; }
  .social-link > span { width: 28px; height: 28px; }
  .social-link small,.social-link > b { display: none; }
  .directory-panel { padding: 15px; }
  .directory-panel__heading { margin-bottom: 12px; }
  .directory-panel__heading h2 { font-size: 2rem; }
  .directory-grid { grid-template-columns: 1fr 1fr; gap: 6px; }
  .featured-courses { margin-top: 14px; }
  .featured-courses__heading span { font-size: .44rem; }
  .directory-card { min-height: 82px; grid-template-columns: 31px minmax(0,1fr); gap: 8px; padding: 9px; }
  .directory-card--secondary { min-height: 68px; }
  .directory-card__icon { width: 31px; height: 31px; border-radius: 8px; }
  .directory-card p,.directory-card > b { display: none; }
  .directory-card h3 { margin-bottom: 0; font-size: .82rem; }
  .directory-card small { margin-top: 0; font-size: .43rem; }
  .hub-topics { gap: 4px; }
  .hub-topics span { padding: 3px 6px; font-size: .49rem; }
}

/* Legibilidad: tamaños cómodos sin necesidad de ampliar la página */
.brand .brand__text { font-size: 1.12rem !important; }
.nav__menu { font-size: 1rem; }
.nav__social { font-size: .95rem; }
.creator-panel__eyebrow,.directory-panel__heading span { font-size: .72rem; }
.creator-panel__identity p { color: #b3a8b9; font-size: .92rem; }
.creator-panel__lead { color: #d0c7d5; font-size: 1.12rem; }
.creator-panel__proof strong { font-size: 1.55rem; }
.creator-panel__proof span { color: #c0b6c5; font-size: .86rem; }
.social-link strong { font-size: .94rem; }
.social-link small { color: #b2a8b8; font-size: .76rem; }
.social-link b { font-size: .9rem; }
.directory-panel__heading p { color: #b4a9ba; font-size: .9rem; }
.directory-card small { color: #a99eaf; font-size: .68rem; }
.directory-card h3 { font-size: 1.24rem; }
.directory-card p { color: #b8aebe; font-size: .86rem; }
.featured-courses__heading span { color: #ada2b3; font-size: .64rem; }
.featured-link span { font-size: .66rem; }
.featured-link strong { font-size: 1.02rem; }
.featured-link small { color: #b2a8b7; font-size: .76rem; }
.featured-link b { font-size: .88rem; }
.compact-heading > div:first-child > span { font-size: .72rem; }
.compact-heading > p { font-size: .96rem; }
.compact-heading__actions small { font-size: .84rem; }
.compact-heading__actions a { font-size: .86rem; }
.video-card__image time { font-size: .74rem; }
.video-card h3 { font-size: 1.08rem; }
.video-card p { color: #b0a6b6; font-size: .82rem; }
.playlist-strip__heading > span { font-size: .68rem; }
.playlist-strip__heading > small { font-size: .78rem; }
.playlist-card span { font-size: .58rem; }
.playlist-card strong { font-size: .84rem; }
.playlist-card small { color: #aaa0b0; font-size: .7rem; }
.writing-card__meta { font-size: .7rem; }
.writing-card__content > p { font-size: 1rem; }
.writing-card__content > small { color: #aaa0b0; font-size: .8rem; }
.writing-card__content > b { font-size: .9rem; }
.writing-card__scan,.data-label { font-size: .64rem; }
.footer__top p { font-size: 1rem; }
.footer__links { font-size: .95rem; }
.footer__bottom { font-size: .84rem; }

@media (min-width: 981px) {
  .home-hub .shell { width: min(calc(100% - 56px),1450px); }
  .home-hub__layout { grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); gap: 22px; }
  .creator-panel,.directory-panel { min-height: 650px; }
  .creator-panel__lead { font-size: 1.18rem; }
  .social-link { min-height: 70px; }
  .directory-card { min-height: 120px; }
  .directory-card--secondary { min-height: 104px; }
  .featured-link { grid-template-columns: 68px minmax(0,1fr) auto; padding: 10px 12px; }
  .featured-link img,.featured-link__badge { width: 68px; height: 68px; }
}

@media (max-width: 720px) {
  .nav__menu { font-size: 1.05rem; }
  .creator-panel__lead { font-size: 1.05rem; }
  .creator-panel__proof span { font-size: .82rem; }
  .directory-card h3 { font-size: 1.08rem; }
  .directory-card p { font-size: .82rem; }
  .featured-link strong { font-size: 1rem; }
  .featured-link small { font-size: .75rem; }
  .featured-courses--first { margin: 0 0 16px; }
}

@media (max-width: 420px) {
  .creator-panel__eyebrow { font-size: .63rem; }
  .creator-panel__identity p { font-size: .82rem; }
  .creator-panel__proof strong { font-size: 1.3rem; }
  .social-link strong { font-size: .88rem; }
  .directory-card { min-height: 92px; }
  .directory-card--secondary { min-height: 78px; }
  .directory-card small { font-size: .58rem; }
  .directory-card h3 { font-size: 1rem; }
  .featured-courses__heading span { font-size: .58rem; }
}

/* Propuesta local v3: paleta ciruela ahumada con un punto más de claridad */
:root {
  --hub-lift-bg: #1b1424;
  --hub-lift-panel: #281e31;
  --hub-lift-panel-2: #32263c;
  --hub-lift-card: #3b2d47;
  --hub-lift-text: #f8f4fa;
  --hub-lift-muted: #c4bac8;
  --hub-lift-line: rgba(255,255,255,.13);
}

body { background: var(--hub-lift-bg); }
.site-header { background: rgba(15,10,21,.9); }
.home-hub {
  background:
    radial-gradient(circle at 78% 28%, rgba(157,71,245,.22), transparent 36%),
    linear-gradient(135deg,#181020,#24172f 58%,#1b1424);
}
.creator-panel,
.directory-panel {
  border-color: var(--hub-lift-line);
  box-shadow: 0 24px 70px rgba(0,0,0,.23);
}
.creator-panel { background: rgba(38,28,48,.94); }
.directory-panel { background: linear-gradient(145deg,#342740,#2e2238); }
.directory-panel__heading p { color: var(--hub-lift-muted); }

.directory-card {
  border-color: var(--hub-lift-line);
  background: rgba(64,49,77,.88);
}
.directory-card:hover {
  border-color: rgba(184,92,255,.42);
  background: #493757;
  box-shadow: 0 10px 28px rgba(0,0,0,.14);
}
.directory-card--courses {
  border-color: rgba(255,209,47,.34);
  background: linear-gradient(135deg,rgba(255,209,47,.14),rgba(75,55,67,.9) 55%,rgba(59,45,71,.96));
}
.directory-card--courses:hover {
  border-color: rgba(255,209,47,.55);
  background: linear-gradient(135deg,rgba(255,209,47,.19),#503c52 58%,#493757);
}
.directory-card--secondary { background: rgba(64,49,77,.8); }
.directory-card__icon {
  border-color: rgba(184,92,255,.32);
  color: #d59aff;
  background: rgba(139,44,255,.15);
}
.directory-card small { color: #b9adbd; }
.directory-card p { color: var(--hub-lift-muted); }
.featured-courses__heading span { color: #b5a9b9; }

.featured-link {
  border-color: var(--hub-lift-line);
  background: rgba(64,49,77,.74);
}
.featured-link:hover {
  border-color: rgba(184,92,255,.38);
  background: #493757;
  box-shadow: 0 9px 24px rgba(0,0,0,.13);
}
.featured-link small { color: #c1b6c5; }
.featured-link--live {
  border-color: rgba(118,170,137,.32);
  background: linear-gradient(90deg,rgba(39,79,65,.44),rgba(59,50,68,.9));
}
.featured-link--live:hover {
  border-color: rgba(118,170,137,.5);
  background: linear-gradient(90deg,rgba(39,79,65,.58),#493757);
}
.featured-link--live span,
.featured-link--live b { color: #91d1ae; }
.featured-link--course {
  border-color: rgba(255,209,47,.25);
  background: linear-gradient(90deg,rgba(255,209,47,.11),rgba(64,49,77,.78));
}

.latest-videos {
  border-color: var(--hub-lift-line);
  background: #241a2d;
}
.video-card {
  border-color: var(--hub-lift-line);
  background: var(--hub-lift-panel-2);
  box-shadow: 0 10px 28px rgba(0,0,0,.12);
}
.video-card:hover {
  border-color: rgba(184,92,255,.4);
  box-shadow: 0 14px 34px rgba(0,0,0,.2);
}
.video-card p { color: var(--hub-lift-muted); }
.playlist-card {
  border-color: var(--hub-lift-line);
  background: rgba(50,38,61,.78);
}
.playlist-card:hover {
  border-color: rgba(184,92,255,.38);
  background: #493757;
}
.playlist-card small,
.playlist-strip__heading > small { color: var(--hub-lift-muted); }

.writing { background: #1d1426; }
.writing-card {
  border-color: var(--hub-lift-line);
  background: #291f33;
}
.footer { background: #0d0912; }

@media (max-width: 720px) {
  .site-header { background: rgba(15,10,21,.96); }
  .latest-videos { border-top: 0; }
}
