@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--color-bg: #0f172a;--color-surface: #111c33;--color-surface-strong: #15223d;--color-card: #182642;--color-text: #e2e8f0;--color-muted: #94a3b8;--color-accent: #38bdf8;--color-accent-strong: #0ea5e9;--color-border: rgba(148, 163, 184, .2);--radius-lg: 20px;--radius-md: 14px;--shadow-soft: 0 20px 40px rgba(15, 23, 42, .35);--content-width: 1200px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,Helvetica Neue,Arial,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.6}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.page{width:min(var(--content-width),100% - 3rem);margin:0 auto;padding:2.5rem 0 4rem}.primary-button{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.6rem;background:var(--color-accent);color:#0b1220;font-weight:600;border-radius:999px;transition:background .2s ease,transform .2s ease}.primary-button:hover{background:var(--color-accent-strong);transform:translateY(-1px)}[v-cloak]{display:none}.header{position:sticky;top:0;z-index:10;background:#0f172ad9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--color-border)}.header-inner{width:min(var(--content-width),100% - 3rem);margin:0 auto;padding:1rem 0;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:nowrap}.header-top{display:flex;align-items:center;justify-content:space-between;width:auto;flex:0 0 auto}.brand{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.1rem}.brand img{width:44px;height:44px;border-radius:12px}.menu-toggle{display:none;width:40px;height:40px;border:1px solid rgba(148,163,184,.35);border-radius:10px;background:#0f172a8c;color:var(--color-text);align-items:center;justify-content:center;font-size:1.1rem}.nav{display:flex;flex-wrap:nowrap;gap:.6rem 1rem;margin-left:auto}.nav-link{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .8rem;background:#94a3b81a;border-radius:999px;color:var(--color-text);font-size:.95rem;transition:background .2s ease,color .2s ease}.nav-link:hover{background:#38bdf833;color:#e0f2fe}.nav-search{display:inline-flex;align-items:center;gap:.55rem;margin-left:.6rem;padding:.38rem .72rem;border:1px solid rgba(148,163,184,.28);border-radius:999px;background:#0f172a59}.nav-search i{font-size:.85rem;color:var(--color-muted)}.nav-search input{width:170px;border:none;outline:none;background:transparent;color:var(--color-text);font-size:.88rem}.nav-search input::placeholder{color:#94a3b8}@media (max-width: 900px){.header-inner{position:relative;flex-direction:column;align-items:flex-start;padding:.9rem 0;gap:0}.menu-toggle{display:inline-flex}.header-top{width:100%}.nav{width:100%;display:none;position:absolute;top:calc(100% + .5rem);left:0;right:0;flex-direction:column;gap:.55rem;padding:.75rem;border:1px solid rgba(148,163,184,.2);border-radius:12px;background:#0f172aeb;box-shadow:0 16px 36px #02061773;z-index:30}.nav.nav-open{display:flex}.nav-link{width:100%;justify-content:flex-start;white-space:nowrap;font-size:.92rem;border-radius:10px}.nav-search{width:100%;margin-left:0;border-radius:10px;padding:.5rem .7rem}.nav-search input{width:100%}}@media (max-width: 560px){.header-inner{width:calc(100% - 2rem)}.brand{font-size:1rem}.brand img{width:38px;height:38px}}.footer{border-top:1px solid var(--color-border);background:var(--color-surface)}.footer-inner{width:min(var(--content-width),100% - 3rem);margin:0 auto;padding:2.2rem 0 1.4rem;display:grid;gap:1.2rem}.footer-main{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) minmax(0,1fr);gap:1.2rem;align-items:start}.footer-brand{display:flex;align-items:flex-start;gap:1rem}.footer-brand img{width:52px;height:52px;border-radius:16px}.footer-brand h3{margin-bottom:.3rem}.footer-brand p{color:var(--color-muted);line-height:1.5}.footer-nav,.footer-share{padding:0}.footer-nav h4,.footer-share h4{font-size:.98rem;margin-bottom:.85rem}.footer-links{display:flex;flex-direction:column;gap:.65rem}.footer-links a{color:var(--color-text);font-weight:500;font-size:.95rem}.footer-links a:hover{color:#e0f2fe}.footer-share{display:flex;flex-direction:column;gap:.4rem}.share-links{display:flex;flex-wrap:wrap;gap:.5rem .9rem}.share-links a{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-muted);font-size:.9rem}.share-links a:hover{color:var(--color-text)}.footer-meta{padding-top:1rem;border-top:1px solid rgba(148,163,184,.2);display:flex;align-items:center;justify-content:space-between;gap:1rem}.footer-badges{display:flex;flex-wrap:wrap;gap:.5rem}.footer-badges span{padding:.26rem .55rem;border-radius:999px;border:1px solid rgba(148,163,184,.22);font-size:.76rem;letter-spacing:.02em;color:var(--color-muted)}.footer-copy{color:var(--color-muted);font-size:.9rem}@media (max-width: 920px){.footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:span 2}}@media (max-width: 700px){.footer-inner{width:calc(100% - 2rem);padding:1.6rem 0 1.2rem}.footer-main{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-meta{flex-direction:column;align-items:flex-start}.footer-badges{order:2}.footer-copy{order:1}}.classify-hero{margin:0 0 2.2rem;padding:1.4rem 1.6rem;border-radius:var(--radius-lg);background:linear-gradient(135deg,#38bdf81f,#0f172ae6);border:1px solid rgba(148,163,184,.2)}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.74rem;color:var(--color-muted)}.classify-hero h1{margin-top:.55rem;font-size:clamp(1.8rem,2.6vw,2.5rem);line-height:1.2}.hero-subtitle{margin-top:.7rem;color:var(--color-muted);max-width:700px}.hero-stats{margin-top:1.05rem;display:flex;flex-wrap:wrap;gap:1rem 1.8rem}.stat{display:flex;flex-direction:column;gap:.2rem}.stat-value{font-size:1.45rem;font-weight:700}.stat-label{color:var(--color-muted);font-size:.85rem}.category-section{margin-bottom:2.6rem}.section-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.9rem;margin-bottom:1.1rem}.section-title{display:flex;align-items:center;gap:.9rem}.section-title i{font-size:1.35rem;color:var(--color-accent)}.section-title h2{font-size:1.45rem}.section-title p{color:var(--color-muted);font-size:.92rem}.section-count{color:var(--color-muted);font-size:.88rem}.article-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.1rem;grid-auto-flow:row dense}.article-card{background:var(--color-card);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-soft);border:1px solid rgba(148,163,184,.14);display:flex;flex-direction:column;min-height:100%;grid-column:span 1;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.article-image img{width:100%;height:178px;object-fit:cover;transition:transform .35s ease}.article-body{padding:1rem;display:flex;flex-direction:column;gap:.62rem}.meta{display:flex;flex-wrap:wrap;gap:.7rem;color:var(--color-muted);font-size:.83rem}.article-title{font-size:1.05rem;font-weight:600;line-height:1.4}.article-excerpt{color:var(--color-muted);font-size:.92rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.empty-state{padding:1rem;border:1px dashed rgba(148,163,184,.36);border-radius:12px;color:var(--color-muted)}@media (hover: hover){.article-card:hover{transform:translateY(-6px);box-shadow:0 24px 40px #0206176b;border-color:#38bdf859}.article-card:hover .article-image img{transform:scale(1.04)}}.theme-0 .article-grid{border-top:2px solid rgba(56,189,248,.3);padding-top:.9rem}.theme-0 .article-card:nth-child(12n+1),.theme-0 .article-card:nth-child(12n+4),.theme-0 .article-card:nth-child(12n+9),.theme-0 .article-card:nth-child(12n+12){grid-column:span 2}.theme-0 .article-card:nth-child(12n+1) .article-image img,.theme-0 .article-card:nth-child(12n+9) .article-image img{height:220px}.theme-0 .article-card:nth-child(12n+4) .article-image img,.theme-0 .article-card:nth-child(12n+12) .article-image img{height:205px}.theme-1 .article-grid{border-top:2px solid rgba(74,222,128,.3);padding-top:.9rem}.theme-1 .article-card:nth-child(12n+2),.theme-1 .article-card:nth-child(12n+6),.theme-1 .article-card:nth-child(12n+7),.theme-1 .article-card:nth-child(12n+11){grid-column:span 2}.theme-1 .article-card:nth-child(12n+2) .article-image img,.theme-1 .article-card:nth-child(12n+11) .article-image img{height:218px}.theme-1 .article-card:nth-child(12n+6) .article-image img,.theme-1 .article-card:nth-child(12n+7) .article-image img{height:206px}.theme-2 .article-grid{border-top:2px solid rgba(244,114,182,.3);padding-top:.9rem}.theme-2 .article-card:nth-child(12n+3),.theme-2 .article-card:nth-child(12n+5),.theme-2 .article-card:nth-child(12n+8),.theme-2 .article-card:nth-child(12n+10){grid-column:span 2}.theme-2 .article-card:nth-child(12n+3) .article-image img,.theme-2 .article-card:nth-child(12n+8) .article-image img{height:222px}.theme-2 .article-card:nth-child(12n+5) .article-image img,.theme-2 .article-card:nth-child(12n+10) .article-image img{height:204px}@media (max-width: 1100px){.article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.theme-0 .article-card:nth-child(12n+1),.theme-0 .article-card:nth-child(12n+4),.theme-0 .article-card:nth-child(12n+9),.theme-0 .article-card:nth-child(12n+12),.theme-1 .article-card:nth-child(12n+2),.theme-1 .article-card:nth-child(12n+6),.theme-1 .article-card:nth-child(12n+7),.theme-1 .article-card:nth-child(12n+11),.theme-2 .article-card:nth-child(12n+3),.theme-2 .article-card:nth-child(12n+5),.theme-2 .article-card:nth-child(12n+8),.theme-2 .article-card:nth-child(12n+10){grid-column:span 1}.theme-0 .article-card:nth-child(12n+1) .article-image img,.theme-0 .article-card:nth-child(12n+4) .article-image img,.theme-0 .article-card:nth-child(12n+9) .article-image img,.theme-0 .article-card:nth-child(12n+12) .article-image img,.theme-1 .article-card:nth-child(12n+2) .article-image img,.theme-1 .article-card:nth-child(12n+6) .article-image img,.theme-1 .article-card:nth-child(12n+7) .article-image img,.theme-1 .article-card:nth-child(12n+11) .article-image img,.theme-2 .article-card:nth-child(12n+3) .article-image img,.theme-2 .article-card:nth-child(12n+5) .article-image img,.theme-2 .article-card:nth-child(12n+8) .article-image img,.theme-2 .article-card:nth-child(12n+10) .article-image img{height:178px}}@media (max-width: 720px){.classify-hero{padding:1.2rem 1rem}.article-grid{grid-template-columns:1fr}.article-image img{height:170px}.section-title h2{font-size:1.24rem}}
