@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap");:root{--font-body:"Manrope","IBM Plex Sans",sans-serif;--font-display:"Space Grotesk","Avenir Next","Trebuchet MS",sans-serif;--bg-canvas:#eef3f9;--bg-panel:rgba(255,255,255,0.78);--bg-secondary:rgba(255,255,255,0.94);--bg-muted:rgba(8,17,29,0.04);--bg-strong:#08111d;--bg-strong-soft:#0f1d33;--text-primary:#08111d;--text-secondary:#546274;--text-inverse:#f4f8ff;--border-soft:rgba(8,17,29,0.08);--border-strong:rgba(255,255,255,0.1);--accent:#10c9ff;--accent-strong:#1384ff;--accent-warm:#ff8e4f;--shadow:0 28px 90px rgba(8,17,29,0.14);--shadow-soft:0 18px 48px rgba(8,17,29,0.1)}html[data-theme=dark]{--bg-canvas:#050b14;--bg-panel:rgba(10,18,32,0.8);--bg-secondary:rgba(10,18,32,0.94);--bg-muted:rgba(255,255,255,0.03);--bg-strong:#08101d;--bg-strong-soft:#0d1728;--text-primary:#eef4ff;--text-secondary:#93a3bd;--text-inverse:#eef4ff;--border-soft:rgba(147,163,189,0.18);--border-strong:rgba(255,255,255,0.08);--accent:#44d5ff;--accent-strong:#47a6ff;--accent-warm:#ffa763;--shadow:0 32px 100px rgba(0,0,0,0.48);--shadow-soft:0 18px 56px rgba(0,0,0,0.3)}*{box-sizing:border-box}#root,body,html{margin:0;padding:0;min-height:100%}body{background:radial-gradient(circle at top left,rgba(16,201,255,.2),transparent 32%),radial-gradient(circle at right 14%,rgba(255,142,79,.16),transparent 26%),linear-gradient(180deg,var(--bg-canvas) 0,color-mix(in srgb,var(--bg-canvas) 82%,#dfe9f7 18%) 100%);color:var(--text-primary);font-family:var(--font-body);line-height:1.5;transition:background .3s ease,color .3s ease}a{color:inherit}img{max-width:100%}button,input,select,textarea{font:inherit}.site-shell{position:relative;min-height:100vh;isolation:isolate;overflow-x:hidden}.site-shell-public:after,.site-shell-public:before{content:"";position:fixed;border-radius:999px;filter:blur(70px);pointer-events:none;z-index:-1;opacity:.7}.site-shell-public:before{top:72px;left:-80px;width:240px;height:240px;background:rgba(16,201,255,.18)}.site-shell-public:after{right:-120px;bottom:40px;width:280px;height:280px;background:rgba(255,142,79,.14)}.site-content{padding:24px 20px 56px}.site-content-admin{padding:0;width:100%}.home-page,.public-page{position:relative;margin:0 auto;padding:32px;border-radius:32px;background:linear-gradient(180deg,var(--bg-panel) 0,color-mix(in srgb,var(--bg-panel) 90%,transparent 10%) 100%);box-shadow:var(--shadow)}.home-page:before,.public-page:before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(16,201,255,.55),transparent);opacity:.8}.list-page{max-width:1320px}.archive-page,.article-page,.home-stack,.public-page{display:grid;grid-gap:24px;gap:24px}.page-feedback{margin:0;padding:18px 20px;border-radius:20px;background:var(--bg-muted);color:var(--text-secondary)}.page-feedback-error{color:#ef4444}.not-found-page{max-width:960px}.not-found-card{display:grid;grid-gap:20px;gap:20px;padding:28px;border-radius:28px;border:1px solid var(--border-soft);background:linear-gradient(180deg,var(--bg-secondary) 0,color-mix(in srgb,var(--bg-secondary) 90%,transparent 10%) 100%)}.not-found-copy{display:grid;grid-gap:14px;gap:14px}.page-eyebrow{margin:0;font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-strong)}.article-title,.home-hero-title,.page-title,.public-page h1{margin:0;font-family:var(--font-display);line-height:.98}.page-title{font-size:clamp(2.6rem,5vw,4.3rem)}.page-description{margin:0;max-width:64ch;color:var(--text-secondary);font-size:1.05rem}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.page-head-stack{display:grid;grid-gap:14px;gap:14px}.page-badges{display:flex;flex-wrap:wrap;gap:10px}.page-badge{display:inline-flex;align-items:center;gap:6px;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--border-soft);background:var(--bg-muted);color:var(--text-secondary);font-weight:700;text-decoration:none;transition:background .2s ease,color .2s ease,border-color .2s ease}.page-badge.is-active,.page-badge:hover{color:var(--text-primary);background:rgba(16,201,255,.12);border-color:rgba(16,201,255,.28)}.public-link{font-weight:800}.public-link:hover{text-decoration:underline}.home-hero{grid-template-columns:minmax(0,1.68fr) minmax(320px,.92fr);grid-gap:24px;gap:24px}.home-hero-content{position:relative;min-height:560px;border-radius:32px;overflow:hidden;border:1px solid var(--border-soft);background:var(--bg-strong)}.home-hero-image,.home-hero-image-fallback{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.home-hero-image-fallback{background:radial-gradient(circle at right top,rgba(68,213,255,.32),transparent 32%),linear-gradient(135deg,#07101d,#0f213a 52%,#163054)}.home-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,12,22,.18),rgba(5,12,22,.86) 75%,rgba(5,12,22,.96)),linear-gradient(90deg,rgba(5,12,22,.7),transparent 55%)}.home-hero-copy{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;min-height:560px;padding:clamp(28px,4vw,48px);color:var(--text-inverse)}.home-hero-kicker{margin:0 0 10px;color:rgba(255,255,255,.82);letter-spacing:.12em;font-size:.78rem}.home-hero-title{max-width:10.6ch;font-size:clamp(3rem,6vw,5.4rem)}.home-hero-text{margin:18px 0 0;max-width:54ch;color:rgba(241,245,255,.82);font-size:1.05rem}.home-hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.article-pill,.card-chip,.home-hero-tags span{display:inline-flex;align-items:center;justify-content:center;min-height:34px;width:-moz-fit-content;width:fit-content;padding:0 14px;border-radius:999px;border:1px solid rgba(16,201,255,.22);background:rgba(16,201,255,.12);color:var(--accent-strong);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.home-hero-actions{gap:12px;margin-top:22px}.home-cta{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;border-radius:18px;border:1px solid transparent;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.home-cta:hover{transform:translateY(-1px)}.home-cta-primary{color:#04111f;background:linear-gradient(135deg,var(--accent),#7be3ff);box-shadow:0 18px 36px rgba(16,201,255,.24)}.home-cta-secondary{color:var(--text-inverse);border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.06)}.home-hero-spotlight{display:grid;grid-gap:6px;gap:6px;width:-moz-fit-content;width:fit-content;margin-top:24px;padding:16px 18px;border-radius:20px;text-decoration:none;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:var(--text-inverse);max-width:34rem}.home-hero-spotlight span{font-size:.76rem;letter-spacing:.12em;text-transform:uppercase;opacity:.72}.archive-ticker,.article-sidebar-card,.home-hero-panel{border-radius:28px;border:1px solid var(--border-soft);background:linear-gradient(180deg,var(--bg-secondary) 0,color-mix(in srgb,var(--bg-secondary) 90%,transparent 10%) 100%);box-shadow:var(--shadow-soft)}.home-hero-panel{display:grid;align-content:start;grid-gap:18px;gap:18px;padding:28px}.archive-grid-header,.home-hero-panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.archive-grid-header h2,.article-recommendations h2,.article-share h2,.home-hero-panel-head h2,.home-section-head h2,.partner-card h2{margin:6px 0 0;font-family:var(--font-display);line-height:1.05}.archive-ticker-list,.article-recommendations ul,.article-sidebar-meta,.home-hero-news{list-style:none;margin:0;padding:0}.home-hero-news{display:grid;grid-gap:12px;gap:12px}.archive-ticker-item,.home-hero-news-item{display:block}.archive-ticker-item a,.home-hero-news-link{display:grid;grid-gap:8px;gap:8px;padding:14px 16px;border-radius:20px;border:1px solid var(--border-soft);background:var(--bg-muted);text-decoration:none}.home-hero-news-link{grid-template-columns:auto 1fr;gap:14px;align-items:start}.home-hero-news-index{color:var(--accent-strong);font-family:var(--font-display);font-size:1.5rem;line-height:1}.home-hero-news-body{display:grid;grid-gap:6px;gap:6px}.archive-ticker-item strong,.home-hero-news-title{color:var(--text-primary);font-weight:800;line-height:1.28}.archive-grid-count,.archive-ticker-item span,.home-hero-news-date{color:var(--text-secondary);font-size:.9rem}.home-section{display:grid;grid-gap:18px;gap:18px;padding:28px;border-radius:28px;border:1px solid var(--border-soft);background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.58));box-shadow:var(--shadow-soft)}.home-section-dark{background:linear-gradient(180deg,rgba(8,16,29,.98),rgba(13,24,42,.9));border-color:var(--border-strong);color:var(--text-inverse)}.home-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.home-section-head-main{display:grid;grid-gap:6px;gap:6px}.home-section-head h2{font-size:clamp(1.8rem,3vw,2.6rem)}.home-section-note{margin:0;max-width:60ch;color:var(--text-secondary)}.home-section-dark .article-card p,.home-section-dark .article-card-date,.home-section-dark .digest-card p,.home-section-dark .digest-meta,.home-section-dark .event-card p,.home-section-dark .event-meta,.home-section-dark .home-section-note,.home-section-dark .opportunity-card p,.home-section-dark .opportunity-meta,.home-section-dark .page-eyebrow,.home-section-dark .person-card p,.home-section-dark .person-role,.home-section-dark .ranking-card p{color:rgba(232,239,252,.72)}.home-section-dark .card-title-link,.home-section-dark .public-link,.home-section-dark h2,.home-section-dark h3{color:var(--text-inverse)}.home-insights-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.9fr);grid-gap:24px;gap:24px}.home-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px}.ranking-section{align-self:start}.article-list,.digest-item-grid,.digest-list,.event-list,.expert-slider,.opportunity-list,.partner-grid,.person-list,.ranking-grid{display:grid;grid-gap:20px;gap:20px}.home-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.expert-slider{grid-template-columns:repeat(2,minmax(0,1fr))}.home-section-compact .event-list,.home-section-compact .opportunity-list,.ranking-grid{grid-template-columns:1fr}.article-card,.digest-card,.digest-item-card,.event-card,.opportunity-card,.partner-card,.person-card,.ranking-card{display:flex;flex-direction:column;min-height:100%;border-radius:24px;border:1px solid var(--border-soft);background:var(--bg-secondary);overflow:hidden;box-shadow:0 16px 44px rgba(8,17,29,.08)}.home-section-dark .article-card,.home-section-dark .digest-card,.home-section-dark .event-card,.home-section-dark .opportunity-card,.home-section-dark .person-card{border-color:rgba(255,255,255,.08);background:rgba(255,255,255,.04)}.card-cover-wrap{position:relative;aspect-ratio:16/10;overflow:hidden;text-decoration:none}.card-cover,.card-cover-wrap{display:block;min-height:210px}.card-cover{width:100%;height:100%;object-fit:cover;background:linear-gradient(135deg,rgba(16,201,255,.2),rgba(19,132,255,.2));transition:transform .3s ease}.card-cover-avatar{min-height:280px;aspect-ratio:1/1;object-position:center top}.archive-hero-fallback,.article-detail-cover-fallback,.card-cover-placeholder{display:grid;place-items:center;background:radial-gradient(circle at top right,rgba(16,201,255,.2),transparent 28%),linear-gradient(135deg,rgba(8,17,29,.08),rgba(8,17,29,.14));color:rgba(8,17,29,.48);font-family:var(--font-display);font-size:1.1rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}html[data-theme=dark] .archive-hero-fallback,html[data-theme=dark] .article-detail-cover-fallback,html[data-theme=dark] .card-cover-placeholder{color:rgba(238,244,255,.42);background:radial-gradient(circle at top right,rgba(68,213,255,.22),transparent 28%),linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.03))}.card-cover-wrap:hover .card-cover{transform:scale(1.04)}.card-cover-wrap .card-chip{position:absolute;top:16px;left:16px}.card-copy{display:flex;flex:1 1;flex-direction:column;gap:12px;padding:20px}.article-card h2,.digest-card h2,.event-card h2,.opportunity-card h2,.person-card h2,.ranking-card h3{margin:0;font-family:var(--font-display);font-size:1.35rem;line-height:1.12}.card-title-link{text-decoration:none}.article-card p,.digest-card p,.event-card p,.opportunity-card p,.partner-card p,.person-card p,.ranking-card p{margin:0;color:var(--text-secondary)}.article-card-date,.digest-meta,.event-meta,.opportunity-meta,.person-role{font-size:.92rem}.card-link{margin-top:auto}.archive-search{display:flex;align-items:center;gap:10px;min-width:300px;min-height:54px;padding:0 16px;border-radius:18px;border:1px solid var(--border-soft);background:var(--bg-muted);color:var(--text-secondary)}.archive-search input{width:100%;border:0;outline:none;background:transparent;color:var(--text-primary)}.archive-page{gap:32px}.archive-hero{display:grid;grid-template-columns:minmax(0,1.58fr) minmax(280px,.92fr);grid-gap:24px;gap:24px}.archive-hero-card{display:grid;grid-template-columns:minmax(260px,.94fr) minmax(0,1.06fr);overflow:hidden;border-radius:28px;border:1px solid var(--border-soft);background:linear-gradient(180deg,var(--bg-secondary) 0,color-mix(in srgb,var(--bg-secondary) 90%,transparent 10%) 100%);box-shadow:var(--shadow-soft)}.archive-hero-media{min-height:100%}.archive-hero-fallback,.archive-hero-image{width:100%;height:100%;min-height:320px}.archive-hero-copy{display:flex;flex-direction:column;gap:14px;padding:28px}.archive-hero-copy h2{margin:0;font-family:var(--font-display);font-size:clamp(2rem,3vw,3rem);line-height:1.02}.archive-hero-copy p{margin:0;color:var(--text-secondary);font-size:1rem}.archive-meta{display:flex;flex-wrap:wrap;gap:12px;color:var(--text-secondary);font-size:.92rem}.archive-ticker{display:grid;grid-gap:16px;gap:16px;padding:24px}.archive-grid-count{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border-radius:999px;border:1px solid var(--border-soft);background:var(--bg-muted)}.archive-empty{margin:0;padding:18px 20px;border-radius:20px;border:1px dashed var(--border-soft);color:var(--text-secondary);grid-column:1/-1}.detail-cover{width:100%;height:min(440px,54vw);min-height:260px;aspect-ratio:16/9;object-fit:cover;border-radius:28px;display:block}.article-page{gap:32px}.article-hero{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(320px,.96fr);grid-gap:24px;gap:24px;align-items:stretch}.article-hero-copy{display:flex;flex-direction:column;justify-content:flex-end;gap:16px}.article-back-link{width:-moz-fit-content;width:fit-content}.article-title{font-size:clamp(2.7rem,5vw,4.9rem)}.article-lead{margin:0;max-width:58ch;color:var(--text-secondary);font-size:1.08rem}.article-hero-meta{display:flex;flex-wrap:wrap;gap:10px}.article-hero-meta span{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border-radius:999px;border:1px solid var(--border-soft);background:var(--bg-muted);color:var(--text-secondary)}.article-hero-media{min-width:0}.article-detail-cover{height:100%;min-height:420px}.article-layout{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(280px,.82fr);grid-gap:24px;gap:24px;align-items:start}.article-main{min-width:0}.article-sidebar-card{display:grid;grid-gap:18px;gap:18px;padding:22px}.article-sticky{position:-webkit-sticky;position:sticky;top:108px}.article-sidebar-meta{display:grid;grid-gap:10px;gap:10px}.article-sidebar-meta li{display:grid;grid-gap:4px;gap:4px;padding-bottom:10px;border-bottom:1px solid var(--border-soft)}.article-sidebar-meta li:last-child{border-bottom:0;padding-bottom:0}.article-sidebar-meta strong{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary)}.article-body{display:grid;grid-gap:18px;gap:18px;padding:28px;border-radius:28px;border:1px solid var(--border-soft);background:var(--bg-secondary);box-shadow:var(--shadow-soft)}.article-body h2,.article-body h3{margin:8px 0 0;font-family:var(--font-display);line-height:1.08}.article-body p{margin:0;color:var(--text-secondary);line-height:1.75;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.article-body ol,.article-body ul{margin:0;padding-left:22px;display:grid;grid-gap:10px;gap:10px;color:var(--text-secondary)}.article-body a{color:var(--accent-strong)}.article-body img,.article-excerpt img{display:block;width:100%;max-width:100%;height:auto;border-radius:20px;object-fit:cover}.article-recommendations,.article-share{display:grid;grid-gap:14px;gap:14px;padding-top:18px;border-top:1px solid var(--border-soft)}.article-share-links{display:flex;flex-wrap:wrap;gap:10px}.article-share-links a{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;border:1px solid var(--border-soft);background:var(--bg-muted);font-weight:700;text-decoration:none}.article-recommendations ul{display:grid;grid-gap:10px;gap:10px}.article-recommendations a{color:var(--text-primary);text-decoration:none}.article-recommendations a:hover{color:var(--accent-strong)}.article-content p,.digest-content p,.event-content p,.opportunity-content p,.person-content p{margin:0}.digest-content,.event-content,.opportunity-content,.person-content{display:grid;grid-gap:18px;gap:18px}.digest-list,.event-list,.opportunity-list,.person-list{align-items:stretch}.opportunity-filters{display:grid;grid-template-columns:1.35fr 1fr 1fr;grid-gap:14px;gap:14px}.opportunity-filters input,.opportunity-filters select,.partner-form input,.partner-form textarea{width:100%;min-height:54px;padding:0 16px;border-radius:18px;border:1px solid var(--border-soft);background:var(--bg-muted);color:var(--text-primary);outline:none}.partner-form textarea{min-height:140px;padding:16px;resize:vertical}.partner-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.partner-card{padding:22px}.partner-card h2{font-size:1.45rem}.partner-card ul{margin:0;padding-left:18px;display:grid;grid-gap:8px;gap:8px;color:var(--text-secondary)}.digest-items{margin:0;padding-left:20px}.digest-item-card{padding:16px}.digest-item-cover{display:block;width:100%;height:160px;border-radius:18px;object-fit:cover;background:var(--bg-muted)}.digest-item-label{margin:0 0 8px;color:var(--text-secondary);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.digest-item-card h3{margin:0 0 8px;font-family:var(--font-display)}.digest-item-muted{color:var(--text-secondary)}.preview-watermark{position:absolute;top:28px;right:-42px;padding:10px 52px;transform:rotate(24deg);background:rgba(239,68,68,.92);color:#fff;font-size:.78rem;font-weight:900;letter-spacing:.16em;pointer-events:none}.home-footer{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:28px 32px;border-radius:28px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at right top,rgba(16,201,255,.24),transparent 28%),linear-gradient(135deg,rgba(8,16,29,.98),rgba(15,29,51,.92));color:var(--text-inverse);box-shadow:var(--shadow-soft)}.home-footer-copy{display:grid;grid-gap:8px;gap:8px;max-width:40rem}.home-footer-copy p{margin:0;color:rgba(241,245,255,.76)}.home-footer-brand{color:var(--text-inverse);font-family:var(--font-display);font-size:1.7rem}.home-footer-links{display:flex;flex-wrap:wrap;gap:12px 18px;justify-content:flex-end}.home-footer-links a{color:rgba(241,245,255,.82);text-decoration:none;font-weight:700}.home-footer-links a:hover{color:var(--text-inverse)}@supports ((-webkit-backdrop-filter:blur(12px)) or (backdrop-filter:blur(12px))){.home-page,.public-page{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}@media (max-width:1180px){.archive-hero,.article-hero,.article-layout,.home-action-grid,.home-hero,.home-insights-grid{grid-template-columns:1fr}.home-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.expert-slider{grid-template-columns:1fr}.article-sticky{position:static}.archive-hero-card{grid-template-columns:1fr}}@media (max-width:860px){.site-content{padding:18px 14px 40px}.home-page,.public-page{padding:22px;border-radius:24px}.archive-grid-header,.home-footer,.home-hero-panel-head,.home-section-head,.page-head{flex-direction:column;align-items:flex-start}.archive-search{min-width:0;width:100%}.home-card-grid,.opportunity-filters,.partner-grid{grid-template-columns:1fr}.article-body,.home-hero-panel,.home-section{padding:22px}.archive-hero-fallback,.archive-hero-image,.card-cover,.card-cover-wrap{min-height:240px}.card-cover-avatar{min-height:300px}.article-detail-cover,.detail-cover{min-height:320px}}@media (max-width:640px){.site-content{padding:14px 10px 32px}.home-page,.public-page{padding:18px;border-radius:22px}.home-hero-copy{min-height:460px;padding:24px}.home-hero-title{font-size:clamp(2.4rem,12vw,3.8rem)}.article-share-links,.home-cta,.home-footer-links,.home-hero-tags,.page-badge,.page-badges{width:100%}.article-body{padding:20px}}:root{--font-body:"Manrope","Segoe UI",sans-serif;--font-display:"Manrope","Segoe UI",sans-serif;--bg-canvas:#f2f6fb;--bg-panel:#f6f9fd;--panel-bg:#ffffff;--panel-muted:#f5f8fc;--bg-muted:#f3f6fa;--bg-strong:#121c2f;--text-primary:#121a2a;--text-secondary:#7f8ca3;--text-inverse:#ffffff;--border-soft:#dde6f1;--border-soft-strong:#d2deec;--accent:#18c7ff;--accent-strong:#14c8ff;--header-bg:rgba(255,255,255,0.96);--header-border:#e6edf6;--header-shadow:0 6px 20px rgba(15,23,42,0.04);--nav-text:#687589;--cta-bg:#182036;--cta-text:#ffffff;--cta-shadow:0 10px 24px rgba(24,32,54,0.18)}html[data-theme=dark]{--bg-canvas:#121a29;--bg-panel:#121a29;--panel-bg:#1e283a;--panel-muted:#243046;--bg-muted:#243046;--bg-strong:#131d2e;--text-primary:#f8fbff;--text-secondary:#8f9cb3;--text-inverse:#ffffff;--border-soft:rgba(255,255,255,0.08);--border-soft-strong:rgba(255,255,255,0.14);--header-bg:rgba(19,29,46,0.98);--header-border:rgba(255,255,255,0.06);--header-shadow:none;--nav-text:#8f9cb4;--cta-bg:#0f1728;--cta-text:#ffffff;--cta-shadow:0 10px 26px rgba(0,0,0,0.24)}body{background:var(--bg-canvas)}.home-page:before,.public-page:before,.site-shell-public:after,.site-shell-public:before{display:none}.site-content{padding:12px 14px 36px}.home-page,.public-page{max-width:1280px;padding:18px 18px 28px;border-radius:22px;border:1px solid var(--border-soft);background:var(--bg-panel);box-shadow:none}.article-page-v2,.home-stack{gap:18px}.page-feedback{border-radius:16px;background:var(--panel-bg);border:1px solid var(--border-soft)}.page-feedback-error{color:#f05454}.public-link{color:var(--accent-strong);font-weight:700;text-decoration:none}.home-hero{display:grid;grid-template-columns:minmax(0,1.85fr) minmax(320px,.9fr);grid-gap:14px;gap:14px;align-items:stretch}.home-hero-main-card,.home-hero-side-card,.home-mini-empty,.home-mini-preview,.home-mini-section,.home-news-card,.home-placeholder-card,.home-rating-card{border:1px solid var(--border-soft);border-radius:18px;background:var(--panel-bg)}.home-hero-main-card{min-height:452px;padding:30px 30px 26px;background:radial-gradient(circle at 82% 76%,rgba(20,200,255,.18),transparent 28%),var(--panel-bg)}.home-hero-kicker{margin:0 0 20px;display:inline-flex;align-items:center;min-height:22px;padding:0 11px;border-radius:999px;background:rgba(20,200,255,.12);color:var(--accent-strong);font-size:.64rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.home-hero-title{max-width:9.6ch;font-size:clamp(3.1rem,5vw,4.8rem);font-weight:800;line-height:.92;letter-spacing:-.05em}.home-hero-text{max-width:29ch;margin:24px 0 0;color:var(--text-secondary);font-size:1rem;line-height:1.55}.home-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.home-cta{min-height:40px;padding:0 16px;border-radius:10px;font-size:.75rem;font-weight:800;transform:none}.home-cta-primary{color:#ffffff;background:var(--accent-strong);box-shadow:none}.home-cta-secondary{color:var(--text-primary);background:transparent;border-color:transparent}.home-hero-side-card{display:flex;flex-direction:column;min-height:452px;padding:18px 16px}.home-hero-side-header{margin-bottom:12px}.home-hero-side-header p{margin:0;color:var(--text-secondary);font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.home-hero-story-list{display:grid;grid-gap:0;gap:0}.home-hero-story-item{position:relative;display:grid;grid-template-columns:72px minmax(0,1fr);grid-gap:14px;gap:14px;padding:4px 0 14px;text-decoration:none}.home-hero-story-thumb{width:72px;height:72px;border-radius:12px;overflow:hidden;background:linear-gradient(180deg,#1d2a40,#121b2c)}.home-hero-story-image{width:100%;height:100%;object-fit:cover}.home-hero-story-fallback{display:block;width:100%;height:100%;background:linear-gradient(180deg,#22314a,#111a2b)}.home-hero-story-copy{display:grid;align-content:start;grid-gap:5px;gap:5px;min-width:0}.home-hero-story-tag{color:var(--accent-strong);font-size:.58rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.home-hero-story-copy strong{color:var(--text-primary);font-size:.9rem;line-height:1.3;overflow-wrap:anywhere}.home-hero-story-copy span:last-child,.home-hero-story-empty{color:var(--text-secondary);font-size:.72rem}.home-hero-story-divider{position:absolute;right:0;bottom:0;left:0;height:1px;background:var(--border-soft)}.home-mini-section,.home-news-section,.home-rating-section{padding:0;border:0;background:transparent;box-shadow:none}.home-footer-bottom,.home-footer-top,.home-opportunities-header,.home-section-heading{display:flex;align-items:center;justify-content:space-between;gap:14px}.home-section-title-wrap{display:grid;grid-gap:10px;gap:10px}.home-section-title-wrap h2{margin:0;font-size:clamp(1.75rem,2.8vw,2rem);font-weight:700;line-height:1;letter-spacing:-.04em}.home-opportunities-header h2,.home-section-heading h2{margin:0;font-size:.98rem;font-weight:700;line-height:1;letter-spacing:-.03em}.home-rating-header h2{margin:0;font-size:.98rem;font-weight:700;line-height:1;letter-spacing:-.02em}.home-section-accent{display:block;width:28px;height:3px;border-radius:999px;background:var(--accent-strong)}.home-section-link{color:var(--accent-strong);font-size:.6rem;font-weight:700;text-decoration:none;white-space:nowrap}.home-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.home-news-card{overflow:hidden}.home-news-card-media{position:relative;display:block;height:178px;text-decoration:none}.home-news-card-image,.home-news-card-image-fallback{display:block;width:100%;height:100%}.home-news-card-image{object-fit:cover}.home-news-card-image-fallback{background:linear-gradient(180deg,rgba(20,200,255,.5),rgba(255,255,255,.96))}html[data-theme=dark] .home-news-card-image-fallback{background:linear-gradient(180deg,rgba(20,200,255,.44),rgba(18,26,41,.18) 58%,rgba(18,26,41,.96))}.home-news-chip{position:absolute;top:8px;left:8px;display:inline-flex;align-items:center;min-height:20px;padding:0 8px;border-radius:999px;background:rgba(255,255,255,.88);color:#4b5563;font-size:.52rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.home-news-card-body{display:grid;grid-gap:10px;gap:10px;padding:14px 16px 16px}.home-news-date{color:var(--text-secondary);font-size:.66rem}.home-news-card-body h3{margin:0;font-size:1.06rem;line-height:1.24;letter-spacing:-.03em}.home-news-card-body h3 a{color:var(--text-primary);text-decoration:none}.home-news-card-body p{margin:0;color:var(--text-secondary);font-size:.69rem;line-height:1.5}.home-news-link{color:var(--accent-strong);font-size:.68rem;font-weight:700;text-decoration:none}.home-placeholder-card{display:grid;place-items:center;grid-gap:8px;gap:8px;min-height:100%;padding:22px;border-style:dashed;text-align:center;color:var(--text-secondary)}.home-mini-empty-icon,.home-mini-preview-icon,.home-placeholder-icon,.home-rating-icon{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:var(--panel-muted)}.home-mini-preview strong,.home-placeholder-card strong,.home-rating-card strong{color:var(--text-primary);font-size:.84rem}.home-mini-empty p,.home-mini-preview span,.home-placeholder-card span,.home-rating-card p{color:var(--text-secondary);font-size:.66rem}.home-mini-grid,.home-rating-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.home-mini-section{padding:0}.home-mini-empty,.home-mini-preview{min-height:132px}.home-mini-empty{display:grid;place-items:center;grid-gap:12px;gap:12px;padding:18px;text-align:center}.home-mini-preview{display:grid;align-content:center;justify-items:center;grid-gap:8px;gap:8px;padding:18px;text-decoration:none}.home-opportunities-section{padding:18px 22px;border-radius:24px;background:var(--bg-strong);color:var(--text-inverse)}.home-opportunities-header p{margin:6px 0 0;color:rgba(255,255,255,.6);font-size:.64rem}.home-opportunities-link{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 18px;border-radius:999px;background:var(--accent-strong);color:#ffffff;font-size:.66rem;font-weight:700;text-decoration:none;white-space:nowrap}.home-opportunities-body{margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08)}.home-opportunities-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.home-opportunity-card{display:grid;grid-gap:10px;gap:10px;min-height:100%;padding:16px;border-radius:16px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);color:#ffffff;text-decoration:none}.home-opportunity-card span{color:var(--accent-strong);font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.home-opportunity-card strong{font-size:1rem;line-height:1.35}.home-opportunity-card p{margin:0;color:rgba(255,255,255,.64);font-size:.76rem;line-height:1.5}.home-opportunities-empty{display:grid;place-items:center;min-height:74px;text-align:center}.home-opportunities-empty p{margin:0;color:rgba(255,255,255,.5);font-size:.64rem}.home-rating-header{margin-bottom:10px}.home-rating-card{display:grid;grid-gap:12px;gap:12px;padding:15px 18px 16px}.home-rating-icon{color:var(--accent-strong);width:34px;height:34px}.home-rating-icon.is-company{color:#7ee06f;background:rgba(126,224,111,.14)}.home-rating-card strong{font-size:.84rem}.home-rating-card p{margin:0;font-size:.66rem;line-height:1.55}.home-rating-card a{color:var(--accent-strong);font-size:.62rem;font-weight:700;text-decoration:none}.home-footer{grid-gap:0;gap:0;padding:0;margin-top:2px;border:0;border-top:1px solid var(--border-soft);border-radius:0;box-shadow:none;color:var(--text-primary);justify-content:stretch;align-items:stretch}.home-footer,.home-footer-top{display:grid;width:100%;background:transparent}.home-footer-top{grid-template-columns:auto 1fr auto;align-items:center;grid-gap:18px;gap:18px;padding:20px 0 16px}.home-footer-brand{display:inline-flex;align-items:baseline;gap:1px;color:var(--text-primary);font-size:.88rem;font-weight:700;letter-spacing:-.03em;text-decoration:none}.home-footer-brand span{color:var(--accent-strong);font-weight:700}.home-footer-brand strong{color:var(--text-primary);font-size:.88rem;font-weight:800}.home-footer-legal,.home-footer-nav,.home-footer-social{display:flex;align-items:center;gap:20px}.home-footer-nav{justify-content:center;justify-self:center;width:-moz-fit-content;width:fit-content}.home-footer-connect{display:inline-flex;align-items:center;gap:12px;justify-self:end}.home-footer-social-label{color:var(--text-secondary);font-size:.58rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.home-footer-bottom p,.home-footer-legal a,.home-footer-nav a{color:var(--text-secondary);font-size:.58rem;text-decoration:none;margin:0}.home-footer-social a{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;border:1px solid var(--border-soft);color:var(--text-secondary);text-decoration:none;background:transparent}.home-footer-bottom{display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:14px;gap:14px;width:100%;padding:12px 0 0;border-top:1px solid var(--border-soft);background:transparent}.home-footer-legal{justify-self:end;justify-content:flex-end}.home-footer-pitch{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 12px;border-radius:999px;background:var(--accent-strong);color:#ffffff;font-size:.62rem;font-weight:700;text-decoration:none;white-space:nowrap}.article-page-v2.public-page{max-width:1240px;padding:8px 0 0;border:0;border-radius:0;background:transparent}.article-page-v2{gap:18px}.article-page-v3.public-page{max-width:1280px;padding:18px 20px 32px;border-radius:22px;border:1px solid var(--border-soft);background:var(--bg-panel)}.article-page-v3{min-width:0}.article-page-v3,.article-stream-shell{display:grid;grid-gap:18px;gap:18px}.article-stream-item{min-width:0}.article-stream-kicker{margin:0;color:var(--accent-strong);font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.article-stream-end,.article-stream-loader{display:grid;place-items:center;min-height:88px;padding:18px 20px;border:1px dashed var(--border-soft-strong);border-radius:20px;color:var(--text-secondary);font-size:.84rem;text-align:center}.article-breadcrumbs-v3{font-size:.7rem}.article-frame-v3{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr);grid-gap:28px;gap:28px;align-items:start}.article-frame-v3-no-sidebar{grid-template-columns:minmax(0,1fr)}.article-main-v3{min-width:0}.article-header-v3{display:grid;grid-gap:14px;gap:14px}.article-title-v3{max-width:14ch;margin:0;font-family:var(--font-display);font-size:clamp(1.95rem,3.35vw,3.05rem);font-weight:800;line-height:.98;letter-spacing:-.05em;overflow-wrap:anywhere;text-wrap:balance}.article-lead-v3{max-width:68ch;margin:0;color:var(--text-secondary);font-size:.92rem;line-height:1.58}.article-meta-v3{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.article-author-card-v3,.article-meta-pill-v3,.article-side-card-v3,.article-side-link-v3,.article-topic-chip-v3{border:1px solid var(--border-soft);background:var(--panel-bg)}.article-author-card-v3{gap:10px;padding:0 14px 0 0}.article-author-avatar-v3,.article-author-card-v3{display:inline-flex;align-items:center;border-radius:999px}.article-author-avatar-v3{justify-content:center;width:38px;height:38px;background:linear-gradient(135deg,#22314a,#10192a);color:#ffffff;font-size:.74rem;font-weight:800;letter-spacing:.08em}.article-author-card-v3 div{display:grid}.article-author-card-v3 strong{color:var(--text-primary);font-size:.8rem}.article-author-card-v3 span:last-child{color:var(--text-secondary);font-size:.62rem;letter-spacing:.08em;text-transform:uppercase}.article-meta-pill-v3{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:0 12px;border-radius:999px;color:var(--text-secondary);font-size:.7rem}.article-meta-pill-accent-v3{color:#ff6d3a}.article-cover-v3{margin:14px 0 0;aspect-ratio:16/9;overflow:hidden}.article-cover-fallback-v3,.article-cover-media-v3{width:100%;min-height:320px;border-radius:18px}.article-cover-media-v3{display:block;height:100%;object-fit:cover}.article-cover-fallback-v3{display:grid;align-content:center;justify-items:start;grid-gap:12px;gap:12px;padding:28px;background:radial-gradient(circle at top right,rgba(20,200,255,.18),transparent 24%),linear-gradient(135deg,rgba(12,22,39,.95),rgba(31,41,61,.82));color:#ffffff}.article-cover-kicker-v3{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.76);font-size:.64rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.article-cover-fallback-v3 strong{font-size:clamp(2rem,4vw,3rem);line-height:.98;letter-spacing:-.04em}.article-cover-fallback-v3 p{max-width:44ch;margin:0;color:rgba(255,255,255,.74);font-size:.9rem;line-height:1.6}.article-body-v3{max-width:720px;margin-top:18px;padding:0;border:0;background:transparent;box-shadow:none}.article-page-v3-no-sidebar .article-title-v3{max-width:18ch}.article-page-v3-no-sidebar .article-body-v3,.article-page-v3-no-sidebar .article-lead-v3{max-width:760px}@media (min-width:1080px){.article-page-v3-no-sidebar .article-main-v3{max-width:760px}}.article-body-v3 h2,.article-body-v3 h3{margin:0 0 14px;color:var(--text-primary);font-size:1.58rem;line-height:1.08}.article-body-v3 h3{font-size:1.34rem}.article-body-v3>*+*{margin-top:18px}.article-body-v3 li,.article-body-v3 p{margin:0;color:var(--text-primary);font-size:.93rem;line-height:1.72}.article-body-v3 ol,.article-body-v3 ul{padding-left:22px}.article-body-v3 pre{margin:0;padding:18px 20px;border-radius:16px;overflow-x:auto;background:#171717;color:#d7dfec}.article-body-v3 code{font-family:IBM Plex Mono,Consolas,monospace;font-size:.9rem}.article-body-v3 a{color:var(--accent-strong)}.article-sidebar-v3{position:-webkit-sticky;position:sticky;top:92px}.article-side-card-v3,.article-sidebar-v3{display:grid;grid-gap:14px;gap:14px;min-width:0}.article-side-card-v3{padding:16px;border-radius:18px}.article-side-head-v3 h2,.article-side-kicker-v3{margin:0}.article-side-head-v3 h2{color:var(--text-primary);font-size:1rem;line-height:1.15}.article-side-kicker-v3{color:var(--text-secondary);font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.article-related-list-v3{display:grid;grid-gap:12px;gap:12px}.article-related-item-v3{display:grid;grid-template-columns:60px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:start;text-decoration:none}.article-related-thumb-v3{display:block;width:60px;height:60px;border-radius:10px;background:linear-gradient(180deg,rgba(20,200,255,.24),rgba(18,26,42,.84))}.article-related-copy-v3{display:grid;grid-gap:4px;gap:4px;min-width:0}.article-related-copy-v3 strong{color:var(--text-primary);font-size:.82rem;line-height:1.35}.article-related-copy-v3 span{color:var(--text-secondary);font-size:.64rem}.article-side-link-v3{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border-radius:12px;color:var(--text-primary);font-size:.72rem;font-weight:700;text-decoration:none}.article-topic-list-v3{display:flex;flex-wrap:wrap;gap:8px}.article-topic-chip-v3{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:10px;color:var(--text-primary);font-size:.64rem;text-decoration:none}.article-preview-banner-v3{display:inline-flex;align-items:center;gap:8px;min-height:34px;width:-moz-fit-content;width:fit-content;padding:0 14px;border:1px solid rgba(255,92,92,.18);border-radius:999px;background:rgba(255,92,92,.08);color:#d94d4d;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.article-meta-pill-preview-v3{color:#d94d4d}.preview-editor-shell.public-page{padding-bottom:0}.preview-editor-panel{display:grid;grid-gap:16px;gap:16px;padding:20px;border:1px solid var(--border-soft);border-radius:24px;background:var(--panel-bg);box-shadow:var(--shadow-soft)}.preview-editor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.preview-editor-kicker{margin:0 0 6px;color:var(--accent-strong);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.preview-editor-head h2{margin:0;color:var(--text-primary);font-size:clamp(1.16rem,2vw,1.5rem);line-height:1.15}.preview-editor-note{margin:0;color:var(--text-secondary);font-size:.92rem;line-height:1.6}.preview-editor-actions{display:flex;align-items:center;gap:10px}.preview-editor-button{min-height:42px;padding:0 18px;border:1px solid var(--border-soft);border-radius:999px;background:var(--panel-bg);color:var(--text-primary);font-size:.86rem;font-weight:700;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.preview-editor-button:hover:not(:disabled){transform:translateY(-1px)}.preview-editor-button-primary{border-color:var(--accent-strong);background:linear-gradient(135deg,var(--accent-strong),var(--accent));color:#ffffff}.preview-editor-button:disabled{opacity:.72;cursor:wait}.preview-editor-button-secondary{border-color:var(--border-soft-strong);background:transparent;color:var(--text-primary)}.preview-editor-grid{display:grid;grid-gap:14px;gap:14px}.preview-editor-field{display:grid;grid-gap:8px;gap:8px}.preview-editor-field span{color:var(--text-primary);font-size:.82rem;font-weight:700}.preview-editor-field input,.preview-editor-field textarea{width:100%;padding:14px 16px;border:1px solid var(--border-soft);border-radius:18px;background:var(--bg-panel);color:var(--text-primary);font:inherit;resize:vertical}.preview-editor-field input:focus,.preview-editor-field textarea:focus{outline:none;border-color:color-mix(in srgb,var(--accent-strong) 50%,transparent);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent-strong) 16%,transparent)}.preview-editor-body{min-height:240px}.preview-editor-footer{display:flex;align-items:center;gap:14px;flex-wrap:wrap;color:var(--text-secondary);font-size:.8rem}.preview-editor-status{color:var(--accent-strong);font-weight:700}.preview-editor-status-error{color:#d94d4d}.article-breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:0;color:var(--text-secondary);font-size:.72rem}.article-breadcrumbs a{color:var(--text-secondary);text-decoration:none}.article-breadcrumbs span{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.article-primary,.article-shell{min-width:0}.article-header-v2{display:grid;grid-gap:20px;gap:20px}.article-title{max-width:12.5ch;font-size:clamp(2.6rem,4.6vw,4.15rem);font-weight:800;line-height:.94;letter-spacing:-.05em}.article-meta-v2{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.article-author-card,.article-meta-pill,.article-side-cta,.article-topic-chip{border:1px solid var(--border-soft);background:var(--panel-bg)}.article-author-card{gap:10px;padding-right:14px}.article-author-avatar,.article-author-card{display:inline-flex;align-items:center;border-radius:999px}.article-author-avatar{justify-content:center;width:38px;height:38px;background:linear-gradient(135deg,#22314a,#10192a);color:#ffffff;font-size:.74rem;font-weight:800;letter-spacing:.08em}.article-author-card div{display:grid}.article-author-card strong{color:var(--text-primary);font-size:.8rem}.article-author-card span:last-child{color:var(--text-secondary);font-size:.62rem;letter-spacing:.08em;text-transform:uppercase}.article-meta-pill{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 12px;border-radius:999px;color:var(--text-secondary);font-size:.7rem}.article-meta-pill-accent{color:#ff6d3a}.article-cover-panel{margin:0;display:grid;grid-gap:12px;gap:12px}.article-detail-cover{min-height:320px;border-radius:16px}.article-cover-fallback{display:grid;place-items:center;background:linear-gradient(90deg,rgba(214,191,167,.35),rgba(251,240,226,.92) 12%,rgba(252,243,233,.98) 88%,rgba(214,191,167,.35)),#f7efe7}.article-cover-fallback span{color:rgba(155,124,87,.78);font-family:Times New Roman,serif;font-size:clamp(2.4rem,5vw,4rem);font-style:italic;letter-spacing:.02em}html[data-theme=dark] .article-cover-fallback{background:linear-gradient(90deg,rgba(201,181,159,.14),rgba(36,44,62,.92) 12%,rgba(42,48,66,.98) 88%,rgba(201,181,159,.14)),#222a3c}html[data-theme=dark] .article-cover-fallback span{color:rgba(235,216,194,.78)}.article-cover-panel figcaption{color:var(--text-secondary);font-size:.68rem;text-align:left}.article-layout-v2{display:grid;grid-template-columns:minmax(0,1.28fr) minmax(260px,.72fr);grid-gap:20px;gap:20px;align-items:start}.article-body-v2{max-width:760px;padding:0;border:0;background:transparent;box-shadow:none}.article-body-v2 h2,.article-body-v2 h3{margin:0 0 14px;color:var(--text-primary);font-size:1.64rem;line-height:1.08}.article-body-v2 h3{font-size:1.4rem}.article-body-v2>*+*{margin-top:18px}.article-body-v2 li,.article-body-v2 p{margin:0;color:var(--text-primary);font-size:.96rem;line-height:1.78}.article-body-v2 ol,.article-body-v2 ul{padding-left:22px}.article-body-v2 pre{margin:0;padding:18px 20px;border-radius:16px;overflow-x:auto;background:#171717;color:#d7dfec}.article-body-v2 code{font-family:IBM Plex Mono,Consolas,monospace;font-size:.9rem}.article-body-v2 a{color:var(--accent-strong)}.article-sidebar-v2{display:grid;grid-gap:12px;gap:12px;position:-webkit-sticky;position:sticky;top:86px}.article-side-card{display:grid;grid-gap:12px;gap:12px;padding:16px;border-radius:14px;border:1px solid var(--border-soft);background:var(--panel-bg)}.article-side-title{display:flex;align-items:center;gap:8px}.article-side-icon{color:#ff6d3a;font-size:.82rem}.article-side-kicker,.article-side-title h2{margin:0;color:var(--text-secondary)}.article-side-title h2{font-size:.86rem;font-weight:800;letter-spacing:-.01em;text-transform:none;color:var(--text-primary)}.article-side-kicker{font-size:.66rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.article-related-list{display:grid;grid-gap:12px;gap:12px}.article-related-item{display:grid;grid-template-columns:56px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:start;text-decoration:none}.article-related-thumb{display:block;width:56px;height:56px;border-radius:8px;background:linear-gradient(180deg,rgba(20,200,255,.25),rgba(18,26,42,.82))}.article-related-copy{display:grid;grid-gap:4px;gap:4px;min-width:0}.article-related-copy strong{color:var(--text-primary);font-size:.78rem;line-height:1.35}.article-related-copy span{color:var(--text-secondary);font-size:.64rem}.article-side-cta{display:inline-flex;align-items:center;justify-content:center;min-height:36px;border-radius:10px;color:var(--text-primary);font-size:.72rem;font-weight:700;text-decoration:none}.article-topic-list{display:flex;flex-wrap:wrap;gap:8px}.article-topic-chip{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:8px;color:var(--text-primary);font-size:.64rem;text-decoration:none}.news-archive-page.public-page{max-width:1280px;padding:20px 20px 28px;border-radius:22px;border:1px solid var(--border-soft);background:var(--bg-panel)}.news-archive-page{display:grid;grid-gap:18px;gap:18px}.news-archive-header{display:grid;grid-gap:10px;gap:10px}.news-archive-header h1{margin:0;color:var(--text-primary);font-family:var(--font-display);font-size:clamp(2.2rem,4vw,3.4rem);line-height:.96;letter-spacing:-.05em}.news-archive-header p{max-width:66ch;margin:0;color:var(--text-secondary);font-size:.9rem;line-height:1.65}.news-archive-filters{display:flex;flex-wrap:wrap;gap:10px}.news-filter-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:999px;border:1px solid var(--border-soft);background:var(--panel-bg);color:var(--text-secondary);font-size:.7rem;font-weight:700;cursor:pointer}.news-filter-chip.is-active{border-color:var(--accent-strong);background:var(--accent-strong);color:#ffffff}.news-archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.news-archive-card{display:flex;flex-direction:column;min-height:100%;overflow:hidden;border-radius:16px;border:1px solid var(--border-soft);background:var(--panel-bg);box-shadow:0 10px 28px rgba(8,17,29,.04)}.news-archive-card-media{position:relative;display:block;height:198px;text-decoration:none}.news-archive-card-image{display:block;width:100%;height:100%;object-fit:cover}.news-archive-card-fallback{background-size:cover;background-position:50%}.news-archive-card-fallback.is-ai{background:radial-gradient(circle at center,rgba(178,245,255,.92) 0,rgba(47,202,230,.18) 12%,transparent 28%),#071827}.news-archive-card-fallback.is-security{background:linear-gradient(180deg,rgba(16,201,255,.12),transparent),linear-gradient(135deg,#071522,#0a2740)}.news-archive-card-fallback.is-cloud{background:radial-gradient(circle at 65% 30%,rgba(89,201,255,.18),transparent 20%),radial-gradient(circle at 60% 50%,rgba(89,201,255,.12),transparent 28%),#081725}.news-archive-card-fallback.is-career{background:linear-gradient(135deg,rgba(255,153,102,.18),transparent),linear-gradient(135deg,#0e1823,#182a35)}.news-archive-card-fallback.is-development{background:radial-gradient(circle at center,rgba(89,201,255,.18),transparent 24%),#0b1824}.news-archive-card-fallback.is-devops{background:repeating-linear-gradient(90deg,rgba(65,255,139,.06) 0 8px,transparent 8px 26px),linear-gradient(135deg,#09121a,#101f2a)}.news-archive-card-chip{position:absolute;top:10px;left:10px;display:inline-flex;align-items:center;min-height:20px;padding:0 8px;border-radius:6px;background:var(--accent-strong);color:#ffffff;font-size:.54rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.news-archive-card-body{display:grid;grid-gap:12px;gap:12px;padding:16px 16px 18px}.news-archive-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px;color:var(--text-secondary);font-size:.64rem}.news-archive-card-body h2{margin:0;font-size:1.5rem;line-height:1.16;letter-spacing:-.03em}.news-archive-card-body h2 a{color:var(--text-primary);text-decoration:none}.news-archive-card-body p{margin:0;color:var(--text-secondary);font-size:.82rem;line-height:1.62}.news-archive-card-link{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;color:var(--accent-strong);font-size:.68rem;font-weight:700;text-decoration:none}.news-archive-pagination{display:flex;align-items:center;justify-content:center;gap:6px;padding-top:8px}.news-archive-pagination button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--border-soft);border-radius:10px;background:var(--panel-bg);color:var(--text-secondary);font-size:.72rem;cursor:pointer}.news-archive-pagination button.is-active{border-color:var(--accent-strong);background:var(--accent-strong);color:#ffffff}.news-archive-pagination button:disabled{opacity:.45;cursor:default}@media (max-width:980px){.article-frame-v3,.article-layout-v2,.home-hero,.home-mini-grid,.home-news-grid,.home-opportunities-grid,.home-rating-grid{grid-template-columns:1fr}.home-opportunities-header,.home-section-heading{flex-direction:column;align-items:flex-start}.home-footer-bottom,.home-footer-top{grid-template-columns:1fr;justify-items:start}.home-footer-connect,.home-footer-legal,.home-footer-nav{justify-self:start;justify-content:flex-start}.article-sidebar-v2,.article-sidebar-v3{position:static}.news-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.site-content{padding:10px 10px 28px}.home-page,.public-page{padding:14px 14px 22px;border-radius:18px}.article-page-v2.public-page{padding:6px 0 0;border-radius:0}.home-hero-main-card,.home-hero-side-card,.home-opportunities-section{padding:16px}.home-hero-main-card,.home-hero-side-card{min-height:auto}.home-hero{gap:12px}.home-hero-kicker{margin-bottom:14px;font-size:.58rem}.article-title,.home-hero-title{font-size:clamp(2.3rem,12vw,3rem)}.home-hero-title{max-width:100%;font-size:clamp(2.2rem,13vw,3.15rem)}.home-hero-text{max-width:none;margin-top:16px;font-size:.88rem}.home-hero-actions{gap:10px;margin-top:18px}.article-related-item,.home-hero-story-item{grid-template-columns:58px minmax(0,1fr)}.article-related-thumb,.home-hero-story-thumb{width:58px;height:58px}.home-hero-story-copy strong{font-size:.84rem}.home-cta,.home-footer-pitch,.home-opportunities-link{width:100%}.home-news-card-media{height:164px}.home-news-card-body{gap:8px;padding:12px 14px 14px}.home-news-card-body h3{font-size:.92rem;line-height:1.28}.home-footer-bottom p,.home-footer-legal a,.home-footer-nav a,.home-mini-empty p,.home-mini-preview span,.home-news-card-body p,.home-opportunities-header p,.home-placeholder-card span,.home-rating-card p{font-size:.72rem}.home-mini-empty,.home-mini-preview,.home-placeholder-card,.home-rating-card{min-height:120px}.home-opportunities-body{margin-top:12px;padding-top:12px}.home-opportunities-grid{gap:10px}.home-opportunity-card{padding:14px}.home-footer{margin-top:8px}.home-footer-connect,.home-footer-legal,.home-footer-nav,.home-footer-social{flex-wrap:wrap}.home-footer-top{gap:12px;padding:16px 0 14px}.home-footer-bottom{gap:10px;padding-top:10px}.home-footer-brand span,.home-footer-brand strong{font-size:.98rem}.home-footer-social a{width:30px;height:30px}.article-page-v3.public-page{padding:14px 12px 20px;overflow:hidden}.article-breadcrumbs-v3{gap:6px;font-size:.66rem}.article-title-v3{max-width:100%;font-size:clamp(1.52rem,8.8vw,2.1rem);line-height:.95}.article-header-v3{gap:10px}.article-lead-v3{max-width:none;font-size:.82rem;line-height:1.54}.article-meta-v3{gap:8px}.article-author-card-v3{width:100%;min-width:0;padding-right:12px}.article-meta-pill-v3{min-height:34px;font-size:.66rem}.article-cover-v3{margin-top:10px;background:#07111b;border-radius:18px}.article-cover-media-v3{min-height:0;height:auto;aspect-ratio:auto;object-fit:contain;background:#07111b}.article-cover-fallback-v3{min-height:240px;aspect-ratio:auto}.article-body-v3{max-width:100%;margin-top:14px}.article-body-v3 h2,.article-body-v3 h3{font-size:1.26rem}.article-body-v3 li,.article-body-v3 p{font-size:.88rem;line-height:1.66}.article-side-card-v3{padding:14px}.article-breadcrumbs span{flex:1 1 100%;white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere}.home-hero-story-item{grid-template-columns:56px minmax(0,1fr);gap:10px}.home-hero-story-thumb{width:56px;height:56px}.home-hero-story-copy strong{font-size:.82rem;line-height:1.24}.article-related-item-v3{grid-template-columns:52px minmax(0,1fr)}.article-related-thumb-v3{width:52px;height:52px}.article-topic-chip-v3{min-height:28px;font-size:.62rem}.article-preview-banner-v3{width:100%;justify-content:center}.preview-editor-panel{padding:16px;border-radius:20px}.preview-editor-head{flex-direction:column}.preview-editor-actions{width:100%;flex-direction:column}.preview-editor-button{width:100%}.preview-editor-field input,.preview-editor-field textarea{padding:12px 14px;border-radius:16px}.preview-editor-body{min-height:220px}.news-archive-page.public-page{padding:16px 14px 22px}.news-archive-header h1{font-size:clamp(1.9rem,11vw,2.5rem)}.news-archive-header p{font-size:.82rem;line-height:1.58}.news-archive-filters{gap:8px}.news-filter-chip{width:100%;min-height:36px}.news-archive-grid{grid-template-columns:1fr}.news-archive-card-media{height:176px}.news-archive-card-body{gap:10px;padding:14px}.news-archive-card-body h2{font-size:1.08rem;line-height:1.22}.news-archive-card-body p{font-size:.76rem;line-height:1.56}.news-archive-card-link{font-size:.7rem}}.dj-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;padding:10px 14px 0;background:transparent}.dj-header.compact{padding-top:6px}.dj-header-inner,.dj-mobile-nav{max-width:1280px;margin:0 auto;border:1px solid var(--header-border);background:var(--header-bg);box-shadow:var(--header-shadow)}.dj-header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:18px;gap:18px;min-height:58px;padding:0 16px;border-radius:18px}.dj-header-logo{display:inline-flex;align-items:center;gap:10px;min-width:0;color:var(--text-primary);text-decoration:none}.dj-header-logo-image{width:30px;height:30px;border-radius:8px;object-fit:cover;display:block}.dj-header-logo-text{font-size:1.08rem;font-weight:800;letter-spacing:-.01em}.dj-header-nav{justify-self:center}.dj-header-nav ul{display:flex;align-items:center;gap:26px;list-style:none;margin:0;padding:0}.dj-nav-item{position:relative}.dj-nav-item.has-children:after{content:"";position:absolute;top:100%;left:0;width:100%;height:8px}.dj-nav-item>a{color:var(--nav-text);font-size:.84rem;font-weight:600;text-decoration:none;transition:color .2s ease}.dj-nav-item>a.active,.dj-nav-item>a:hover{color:var(--text-primary)}.dj-header-dropdown{position:absolute;top:calc(100% + 10px);left:0;min-width:220px;padding:8px;border-radius:14px;border:1px solid var(--header-border);background:var(--panel-bg);box-shadow:0 20px 40px rgba(15,23,42,.14);display:none}.dj-nav-item.has-children:focus-within .dj-header-dropdown,.dj-nav-item.has-children:hover .dj-header-dropdown{display:block}.dj-header-dropdown ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:4px;gap:4px}.dj-header-dropdown a{display:block;padding:10px 12px;border-radius:10px;color:var(--text-primary);text-decoration:none}.dj-header-dropdown a:hover{background:var(--panel-muted)}.dj-header-right{display:flex;align-items:center;justify-self:end;flex-shrink:0;gap:10px}.dj-theme-toggle{width:36px;height:36px;border:1px solid var(--header-border);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--panel-bg);color:var(--text-primary);cursor:pointer}.dj-theme-toggle:hover{background:var(--panel-muted)}.dj-burger{width:36px;height:36px;padding:0;border:1px solid var(--header-border);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--panel-bg);color:var(--text-primary);cursor:pointer;text-decoration:none}.dj-burger:hover{background:var(--panel-muted);color:var(--text-primary)}.dj-burger svg,.dj-theme-toggle svg{display:block;flex-shrink:0}.dj-partners-cta{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 16px;border-radius:999px;background:var(--cta-bg);color:var(--cta-text);font-size:.76rem;font-weight:700;text-decoration:none;box-shadow:var(--cta-shadow)}.dj-burger{display:none}.dj-mobile-nav{margin-top:10px;padding:14px;border-radius:18px}.dj-mobile-nav ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:8px;gap:8px}.dj-mobile-item-row{display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:8px;gap:8px}.dj-mobile-item-row>a,.dj-mobile-partners a,.dj-mobile-submenu a,.dj-mobile-theme-toggle{display:block;padding:10px 12px;border-radius:12px;background:var(--panel-muted);color:var(--text-primary);text-decoration:none;border:0;width:100%;text-align:left}.dj-mobile-item-row button{width:36px;height:36px;border:0;border-radius:12px;background:var(--panel-muted);color:var(--text-primary)}.dj-mobile-submenu{display:grid;grid-gap:6px;gap:6px;margin:8px 0 0;padding:0 0 0 12px;border-left:1px solid var(--header-border)}@media (max-width:960px){.dj-header-inner{grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:0 12px}.dj-header-nav{display:none}.dj-burger{display:grid}}@media (max-width:640px){.dj-header{padding:8px 10px 0}.dj-header-inner{min-height:54px;gap:10px;padding:0 10px}.dj-header-logo{gap:8px;min-width:0}.dj-header-logo-image{width:28px;height:28px;border-radius:7px}.dj-header-logo-text{max-width:100%;overflow:hidden;font-size:.94rem;text-overflow:ellipsis;white-space:nowrap}.dj-header-right{gap:6px}.dj-partners-cta{display:none}.dj-burger,.dj-theme-toggle{width:36px;height:36px}.dj-mobile-nav{margin-top:8px;padding:12px;border-radius:16px}}html{min-height:100%}body{margin:0}.next-anchor-reset{color:inherit;text-decoration:none}