:root{--bg: #0c0c10;--surface: #141418;--surface-hover: #1c1c22;--border: #222230;--text: #eaeaf0;--text-secondary: #8f8fa3;--text-tertiary: #5c5c72;--accent: #7c6cff;--accent-soft: rgba(124,108,255,.08);--accent-glow: rgba(124,108,255,.15);--green: #34d399;--amber: #fbbf24;--rose: #fb7185;--radius: 12px;--max-width: 1080px;--content-width: 680px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:Charter,Georgia,Times New Roman,serif;background:var(--bg);color:var(--text);line-height:1.8;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,system-ui,sans-serif;line-height:1.2;letter-spacing:-.02em}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:3px}img{max-width:100%;height:auto}.nav{position:sticky;top:0;z-index:100;background:#0c0c10eb;backdrop-filter:saturate(180%) blur(16px);-webkit-backdrop-filter:saturate(180%) blur(16px);border-bottom:1px solid rgba(255,255,255,.04)}.nav-inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:16px 24px}.logo{font-family:-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:22px;font-weight:800;color:var(--text);letter-spacing:-.5px;text-decoration:none}.logo em{font-style:normal;color:var(--accent)}.nav-links{display:flex;align-items:center;gap:28px}.nav-links a{font-family:-apple-system,system-ui,sans-serif;font-size:14px;font-weight:500;color:var(--text-secondary);text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--text);text-decoration:none}.hero-section{max-width:var(--max-width);margin:0 auto;padding:48px 24px 0}.hero-label{font-family:-apple-system,system-ui,sans-serif;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:3px;color:var(--accent);margin-bottom:32px}.hero-article{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding-bottom:48px;border-bottom:1px solid var(--border)}.hero-content h1{font-size:clamp(28px,3.5vw,40px);font-weight:800;margin-bottom:16px;line-height:1.15}.hero-content h1 a{color:var(--text);text-decoration:none}.hero-content h1 a:hover{color:var(--accent);text-decoration:none}.hero-excerpt{font-size:17px;color:var(--text-secondary);line-height:1.7;margin-bottom:20px}.hero-meta{font-family:-apple-system,system-ui,sans-serif;font-size:13px;color:var(--text-tertiary)}.hero-visual{background:var(--surface);border-radius:16px;aspect-ratio:16/10;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--border)}.hero-visual .emoji-hero{font-size:64px}.feed-section{max-width:var(--max-width);margin:0 auto;padding:48px 24px 80px}.feed-header{font-family:-apple-system,system-ui,sans-serif;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--text-tertiary);margin-bottom:32px;padding-bottom:12px;border-bottom:1px solid var(--border)}.feed-list{display:flex;flex-direction:column;gap:0}.feed-item{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:baseline;padding:24px 0;border-bottom:1px solid rgba(255,255,255,.03);transition:background .2s;text-decoration:none}.feed-item:hover{background:#ffffff03;text-decoration:none}.feed-category{font-family:-apple-system,system-ui,sans-serif;display:inline-block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--accent);margin-bottom:6px}.feed-title{font-family:-apple-system,system-ui,sans-serif;font-size:20px;font-weight:700;color:var(--text);line-height:1.3;margin-bottom:6px}.feed-item:hover .feed-title{color:var(--accent)}.feed-excerpt{font-size:15px;color:var(--text-secondary);line-height:1.6}.feed-date{font-family:-apple-system,system-ui,sans-serif;font-size:13px;color:var(--text-tertiary);white-space:nowrap}.article-header{max-width:var(--content-width);margin:0 auto;padding:64px 24px 32px;text-align:left}.article-category{font-family:-apple-system,system-ui,sans-serif;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--accent);margin-bottom:16px}.article-header h1{font-size:clamp(30px,4vw,44px);font-weight:800;line-height:1.12;margin-bottom:20px}.article-meta{font-family:-apple-system,system-ui,sans-serif;font-size:14px;color:var(--text-tertiary);display:flex;align-items:center;gap:16px;padding-bottom:32px;border-bottom:1px solid var(--border)}.article-author{color:var(--text-secondary);font-weight:500}.reading-progress{position:fixed;top:0;left:0;z-index:200;width:0%;height:2px;background:var(--accent);transition:width .1s linear}.prose{max-width:var(--content-width);margin:0 auto;padding:40px 24px 80px;font-size:17px}.prose p{margin-bottom:24px;color:var(--text-secondary)}.prose p:first-of-type{color:var(--text);font-size:19px;line-height:1.7}.prose strong{color:var(--text);font-weight:600}.prose h2{font-size:26px;font-weight:700;color:var(--text);margin:56px 0 16px;padding-top:32px;border-top:1px solid var(--border)}.prose h2:first-of-type{border-top:none;padding-top:0}.prose h3{font-size:20px;font-weight:600;margin:40px 0 12px;color:var(--text)}.prose ul,.prose ol{margin:0 0 24px 24px}.prose li{margin-bottom:10px;color:var(--text-secondary)}.prose li strong{color:var(--text)}.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;text-decoration-color:#7c6cff4d}.prose a:hover{text-decoration-color:var(--accent)}.prose blockquote{border-left:3px solid var(--accent);padding:16px 24px;margin:32px 0;background:var(--accent-soft);border-radius:0 var(--radius) var(--radius) 0;font-style:italic;color:var(--text-secondary)}.prose code{background:#ffffff0f;padding:2px 7px;border-radius:5px;font-size:.9em;font-family:SF Mono,Fira Code,Consolas,monospace}.prose pre{background:#0a0a12;border:1px solid var(--border);border-radius:var(--radius);padding:24px;overflow-x:auto;margin:28px 0;font-size:14px;line-height:1.6}.prose pre code{background:none;padding:0;font-size:inherit}.prose table{width:100%;border-collapse:collapse;margin:28px 0;font-family:-apple-system,system-ui,sans-serif;font-size:14px}.prose th{text-align:left;padding:12px 16px;border-bottom:2px solid var(--border);font-size:12px;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:1px}.prose td{padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.04);color:var(--text-secondary)}.prose tr:hover td{background:#ffffff03}.prose hr{border:none;border-top:1px solid var(--border);margin:48px 0}.cta-box{max-width:var(--content-width);margin:0 auto 64px;padding:40px;background:var(--surface);border:1px solid var(--border);border-radius:16px;text-align:center}.cta-box h3{font-size:22px;font-weight:700;margin-bottom:8px}.cta-box p{color:var(--text-secondary);margin-bottom:24px;font-size:15px}.newsletter{display:flex;gap:10px;max-width:380px;margin:0 auto}.newsletter input{flex:1;padding:12px 16px;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:15px;outline:none;font-family:-apple-system,system-ui,sans-serif}.newsletter input:focus{border-color:var(--accent)}.newsletter button{padding:12px 24px;background:var(--accent);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;white-space:nowrap;font-family:-apple-system,system-ui,sans-serif}.newsletter button:hover{filter:brightness(1.1)}.form-field label{display:block;font-family:-apple-system,system-ui,sans-serif;font-size:13px;font-weight:500;color:var(--text-tertiary);margin-bottom:6px;text-transform:uppercase;letter-spacing:1px}.form-field input,.form-field select,.form-field textarea{width:100%;padding:14px 16px;background:var(--surface);border:1px solid var(--border);border-radius:10px;color:var(--text);font-size:16px;outline:none;font-family:-apple-system,system-ui,sans-serif;transition:border-color .2s}.form-field input:focus,.form-field textarea:focus{border-color:var(--accent)}.form-field textarea{resize:vertical;min-height:100px;font-family:inherit}.btn-primary{display:inline-block;padding:14px 32px;background:var(--accent);color:#fff;border:none;border-radius:10px;font-weight:600;font-size:15px;cursor:pointer;font-family:-apple-system,system-ui,sans-serif;transition:filter .2s}.btn-primary:hover{filter:brightness(1.1);text-decoration:none;color:#fff}.site-footer{border-top:1px solid var(--border);padding:40px 24px;text-align:center}.site-footer p{font-family:-apple-system,system-ui,sans-serif;font-size:13px;color:var(--text-tertiary)}.site-footer a{color:var(--text-tertiary)}.site-footer a:hover{color:var(--text)}@media(max-width:768px){.hero-article{grid-template-columns:1fr;gap:24px}.hero-visual{display:none}.feed-item{grid-template-columns:1fr;gap:4px}.feed-date{order:-1}.nav-links{gap:16px}.nav-links a{font-size:13px}.newsletter{flex-direction:column}.prose{font-size:16px}.article-header h1{font-size:28px}}@media(max-width:480px){.nav-links a:nth-child(n+3){display:none}}.video-embed{max-width:var(--content-width);margin:0 auto 32px;padding:0 24px}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border)}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.video-caption{font-family:-apple-system,system-ui,sans-serif;font-size:13px;color:var(--text-tertiary);text-align:center;margin-top:12px}.tiktok-link{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:var(--surface);border:1px solid var(--border);border-radius:10px;color:var(--text);font-family:-apple-system,system-ui,sans-serif;font-size:15px;font-weight:500;transition:border-color .2s;text-decoration:none}.tiktok-link:hover{border-color:var(--accent);text-decoration:none}.tiktok-icon{font-size:18px}.article-tags{display:inline-flex;gap:8px}.tag{font-size:12px;color:var(--accent);font-weight:500}.status-badge{font-family:-apple-system,system-ui,sans-serif;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:1px;padding:3px 8px;border-radius:4px;display:inline-block;margin-left:8px}.status-badge.has-video{background:#34d3991a;color:var(--green)}.status-badge.needs-video{background:#fbbf241a;color:var(--amber)}.status-badge.research{background:#fb71851a;color:var(--rose)}
