:root { color-scheme: dark; --ink: #fff; --muted: #bdb5c2; --accent: #cf38e5; }
* { box-sizing: border-box; }
html { background: #09070b; }
body { margin: 0; color: var(--ink); font-family: "Inter", sans-serif; background: radial-gradient(circle at 80% 5%, rgba(187,0,217,.22), transparent 31rem), radial-gradient(circle at 5% 45%, rgba(99,39,116,.2), transparent 35rem), #09070b; }
a { color: inherit; }
.journal-nav { position: sticky; top: 0; z-index: 5; width: min(1180px, calc(100% - 40px)); margin: 20px auto; min-height: 66px; display: flex; align-items: center; justify-content: space-between; padding: 8px 12px 8px 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(20,13,24,.76); backdrop-filter: blur(18px); }
.journal-brand { display: flex; align-items: center; gap: 8px; font-weight: 600; text-decoration: none; }
.journal-brand img { width: 48px; height: 48px; object-fit: contain; transform: scale(1.35); }
.journal-nav nav { display: flex; align-items: center; gap: 24px; }
.journal-nav nav a { font-size: 14px; text-decoration: none; }
.journal-join { padding: 13px 20px; border-radius: 999px; background: #bb00d9; font-weight: 600; }
.journal-shell, .article-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.journal-hero { max-width: 820px; padding: 110px 0 70px; }
.journal-kicker { color: #e9a8f3; font-size: 13px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.journal-hero h1, .article-title { margin: 15px 0 18px; font-family: "Poppins", sans-serif; font-size: clamp(48px, 8vw, 92px); font-weight: 600; line-height: 1.02; letter-spacing: -.055em; }
.journal-hero p { max-width: 700px; margin: 0; color: var(--muted); font-size: clamp(17px, 2vw, 21px); line-height: 1.6; }
.journal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; padding-bottom: 120px; }
.blog-card { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.07); transition: transform .2s ease, border-color .2s ease; }
.blog-card:hover { transform: translateY(-5px); border-color: rgba(229,168,242,.5); }
.blog-card-link { display: block; height: 100%; color: inherit; text-decoration: none; }
.blog-card-image { width: 100%; height: 230px; display: block; object-fit: cover; background: linear-gradient(135deg,#4c1855,#160819); }
.blog-card-image-placeholder { display: grid; place-items: center; color: #c9bdcc; }
.blog-card-body { padding: 25px; }
.blog-card-date { color: #b9afbd; font-size: 12px; }
.blog-card h3 { margin: 9px 0 10px; font-family: "Poppins", sans-serif; font-size: 23px; line-height: 1.3; }
.blog-card p { margin: 0; color: #c7becb; font-size: 14px; line-height: 1.65; }
.blog-card-action { display: inline-block; margin-top: 20px; color: #f0b4f9; font-size: 13px; font-weight: 700; }
.journal-status { grid-column: 1/-1; padding: 80px 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 24px; color: var(--muted); text-align: center; background: rgba(255,255,255,.04); }
.article-shell { max-width: 920px; padding: 90px 0 130px; }
.article-back { display: inline-block; margin-bottom: 60px; color: #d9cddc; text-decoration: none; }
.article-header { max-width: 850px; }
.article-title { font-size: clamp(42px, 7vw, 76px); }
.article-excerpt { max-width: 750px; margin: 0 0 18px; color: #c8becb; font-size: 20px; line-height: 1.6; }
.article-header time { color: #9e93a2; font-size: 13px; }
.article-image { width: 100%; max-height: 520px; margin: 58px 0; border-radius: 28px; object-fit: cover; }
.article-body { color: #ddd6df; font-size: 18px; line-height: 1.85; }
.article-body h2, .article-body h3 { margin: 2em 0 .6em; color: white; font-family: "Poppins", sans-serif; line-height: 1.25; }
.article-body h2 { font-size: 34px; }.article-body h3 { font-size: 26px; }
.article-body a { color: #efabfa; }.article-body img { max-width: 100%; height: auto; border-radius: 18px; }.article-body blockquote { margin: 2em 0; padding: 6px 0 6px 24px; border-left: 3px solid var(--accent); color: #f2eaf4; font-size: 22px; }
.journal-footer { width: min(1180px, calc(100% - 40px)); margin: auto; padding: 32px 0 45px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 24px; color: #9e95a2; font-size: 13px; }
.journal-footer div { display: flex; gap: 24px; }
.journal-error h1 { color: white; }.journal-error a { display: inline-block; margin-top: 18px; color: #efa9fa; }
@media (max-width: 800px) { .journal-grid { grid-template-columns: 1fr; }.journal-hero { padding: 70px 0 50px; }.blog-card-image { height: 240px; }.journal-nav nav > a:first-child { display: none; }.article-shell { padding-top: 60px; }.article-back { margin-bottom: 42px; }.journal-footer { flex-direction: column; } }
@media (max-width: 480px) { .journal-nav { width: calc(100% - 24px); margin: 12px auto; }.journal-brand span { display:none; }.journal-shell,.article-shell { width: calc(100% - 32px); }.journal-hero h1 { font-size: 48px; }.article-excerpt { font-size: 17px; }.article-body { font-size: 16px; }.blog-card-image { height: 210px; } }
