*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--navy:#1a1a2e;--accent:#6c5cf6;--brand-gradient:linear-gradient(135deg,#ff6ec8,#9b59f5 40%,#4b7bf5 70%,#1ecde1);--bg:#fafaf8;--card-bg:#fff;--text-secondary:#6b7280;--text-muted:#9ca3af;--border:#e5e7eb;--border-hover:#d1d5db;--text-primary:#1f2937;--text-body:#374151;--success:#059669;--error:#dc2626;--content-width:680px}[data-theme=dark]{--navy:#e6edf3;--accent:#8b7ff8;--bg:#0d1117;--card-bg:#161b22;--text-secondary:#8b949e;--text-muted:#6e7681;--border:#30363d;--border-hover:#484f58;--text-primary:#c9d1d9;--text-body:#b1bac4;--success:#34d399;--error:#f87171}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--navy:#e6edf3;--accent:#8b7ff8;--bg:#0d1117;--card-bg:#161b22;--text-secondary:#8b949e;--text-muted:#6e7681;--border:#30363d;--border-hover:#484f58;--text-primary:#c9d1d9;--text-body:#b1bac4;--success:#34d399;--error:#f87171}}body,html{background-color:var(--bg);color:var(--navy);font-family:Satoshi,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;-webkit-font-smoothing:antialiased}.theme-icon-moon{display:flex}.theme-icon-moon,.theme-icon-sun{align-items:center;justify-content:center}.theme-icon-sun,[data-theme=dark] .theme-icon-moon{display:none}[data-theme=dark] .theme-icon-sun{display:flex}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .theme-icon-moon{display:none}:root:not([data-theme=light]) .theme-icon-sun{display:flex}}a{color:inherit;text-decoration:none}.site-header{border-bottom:1px solid var(--border);background:var(--card-bg);position:-webkit-sticky;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.site-header-inner{max-width:1400px;margin:0 auto;padding:0 16px;height:56px;display:flex;align-items:center;justify-content:space-between;gap:12px}.site-header-logo{display:flex;align-items:center;gap:9px}.site-header-logo-mark{width:28px;height:28px;flex-shrink:0}.site-header-logo-wordmark{font-family:Satoshi,sans-serif;font-size:15px;font-weight:700;letter-spacing:.08em;color:var(--text-dark);white-space:nowrap}.site-header-nav-desktop{display:none}@media (min-width:768px){.site-header-nav-desktop{display:flex;align-items:center;gap:20px}}.header-nav-link{font-size:14px;font-weight:500;color:var(--text-secondary);transition:color .15s}.header-nav-link:hover{color:var(--navy)}.header-signin-btn{font-size:13px;font-weight:600;color:var(--navy);background:var(--card-bg);border:1.5px solid var(--border);border-radius:22px;padding:7px 14px;cursor:pointer;display:flex;align-items:center;gap:7px;white-space:nowrap;box-shadow:0 1px 4px rgba(0,0,0,.06);transition:box-shadow .15s}.header-signin-btn:hover{box-shadow:0 3px 10px rgba(0,0,0,.1)}.site-header-mobile-controls{display:flex;align-items:center;position:relative}@media (min-width:768px){.site-header-mobile-controls{display:none}}.header-hamburger{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1.5px solid var(--border);background:var(--card-bg);cursor:pointer;color:var(--navy);border-radius:22px;flex-shrink:0;box-shadow:0 1px 4px rgba(0,0,0,.06);transition:box-shadow .15s}.header-hamburger:hover{box-shadow:0 3px 10px rgba(0,0,0,.1)}.header-mobile-menu{position:fixed;top:57px;left:0;right:0;background:var(--card-bg);border-bottom:1px solid var(--border);box-shadow:0 8px 32px rgba(0,0,0,.12);padding:12px 16px 20px;display:flex;flex-direction:column;gap:2px;z-index:200}.header-mobile-link{display:block;padding:13px 4px;font-size:16px;font-weight:500;color:var(--navy);border-bottom:1px solid var(--border)}.header-mobile-link:last-of-type{border-bottom:none}.header-mobile-divider{height:1px;background:var(--border);margin:8px 0}.header-mobile-user{display:flex;align-items:center;gap:10px;padding:10px 4px}.digest-grid{display:flex;flex-direction:column;gap:20px}@media (min-width:900px){.digest-grid{display:grid;grid-template-columns:repeat(5,1fr);align-items:stretch;grid-gap:20px;gap:20px}}.story-card,.story-card-link{display:flex;height:100%}.story-card{flex-direction:column;width:100%;background:var(--card-bg);border-radius:18px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .18s ease,box-shadow .18s ease;cursor:pointer}.story-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.13)}.story-card-image{position:relative;width:100%;height:190px;flex-shrink:0;background:var(--border)}@media (min-width:900px){.story-card-image{height:160px}}.story-card-body{display:flex;flex-direction:column;flex:1 1;padding:16px}.topic-pill{display:inline-block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;padding:3px 8px;border-radius:20px;margin-bottom:10px;align-self:flex-start}.story-card-headline{font-size:16px;font-weight:700;color:var(--navy);line-height:1.35;margin-bottom:8px}.story-card-headline,.story-card-summary{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.story-card-summary{font-size:14px;color:var(--text-body);line-height:1.6}.story-card-spacer{flex:1 1;min-height:12px}.story-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid var(--border);font-size:11px;color:var(--text-muted);gap:8px}.story-card-source{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.story-card-cta{color:var(--accent);font-weight:600;flex-shrink:0;font-size:11px}.theme-badge{display:inline-block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);background:color-mix(in srgb,var(--accent) 10%,transparent);padding:3px 8px;border-radius:20px}.theme-widget{background:var(--card-bg);border-radius:18px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.07);transition:box-shadow .18s ease}.theme-widget:hover{box-shadow:0 8px 24px rgba(0,0,0,.11)}.theme-widget-inner{display:flex;flex-direction:column}@media (min-width:900px){.theme-widget-inner{flex-direction:row;min-height:260px}}.theme-widget-body{flex:1 1;padding:24px;display:flex;flex-direction:column}@media (min-width:900px){.theme-widget-body{flex-grow:0;flex-shrink:0;flex-basis:calc(40% - 12px)}}.theme-widget-images{display:flex;flex-direction:row;gap:3px;height:180px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;background:var(--border)}.theme-widget-images::-webkit-scrollbar{display:none}.theme-widget-img-item{flex:0 0 65%;height:100%;position:relative;overflow:hidden;background:var(--border)}@media (min-width:900px){.theme-widget-images{flex:1 1;overflow:hidden;height:auto}.theme-widget-img-item{flex:1 1;min-width:0;height:100%}}.theme-widget-img-caption{position:absolute;bottom:0;left:0;right:0;padding:6px 10px;font-size:10px;font-weight:600;color:hsla(0,0%,100%,.9);background:linear-gradient(transparent,rgba(0,0,0,.45));text-transform:uppercase;letter-spacing:.05em}.theme-widget-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:12px}.theme-widget-summary{font-size:14px;line-height:1.7;color:var(--text-body);flex:1 1;margin-bottom:14px}.theme-widget-footer{padding-top:12px;border-top:1px solid var(--border);margin-top:auto}.theme-section-header{position:relative;background:color-mix(in srgb,var(--accent) 4%,var(--card-bg));border-radius:12px;padding:14px 16px 14px 19px;margin-bottom:12px;overflow:hidden}.theme-section-header:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--brand-gradient)}@media (min-width:1024px){.theme-section{border:1px solid var(--border);border-radius:16px;background:var(--card-bg);overflow:hidden}.theme-section-header{background:transparent;border-radius:0;padding:16px 20px 16px 23px;margin-bottom:0;border-bottom:1px solid var(--border);overflow:visible}.theme-section-stories{padding:16px 20px}}.article-row:hover{background:var(--card-bg)!important;border-color:var(--border)!important}.theme-stories-grid{display:flex;flex-direction:column;gap:20px}@media (min-width:900px){.theme-stories-grid{display:grid;grid-template-columns:repeat(5,1fr);align-items:stretch;grid-gap:20px;gap:20px}}.theme-articles-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px;margin-bottom:16px}.theme-article-card{display:flex;flex-direction:column;background:var(--card-bg);border:1px solid var(--border);border-radius:12px;overflow:hidden;text-decoration:none;transition:box-shadow .15s ease,border-color .15s ease}.theme-article-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08);border-color:var(--border-hover)}.carousel-fallback{display:flex;gap:16px;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;width:100%;scrollbar-width:none}.carousel-fallback::-webkit-scrollbar{display:none}@media (max-width:767px){.carousel-fallback>*{flex-grow:0;flex-shrink:0;flex-basis:calc(100vw - 32px);min-width:0}}@media (min-width:768px) and (max-width:1023px){.carousel-fallback>*{flex-grow:0;flex-shrink:0;flex-basis:calc((100vw - 48px) / 1.5);min-width:0}}@media (min-width:1024px){.carousel-fallback{display:grid;grid-template-columns:repeat(var(--carousel-columns,5),1fr);overflow-x:visible}.carousel-fallback>*{flex:unset;min-width:unset}}