*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--font: "Inter", system-ui, -apple-system, sans-serif;--radius: 10px;--clr-accent: #e63946;--clr-accent2: #457b9d;--clr-tier1: #e63946;--clr-tier2: #f4a261;--clr-tier3: #457b9d}[data-theme=dark]{--clr-bg: #0f1117;--clr-surface: #1a1d27;--clr-surface2: #22263a;--clr-border: #2e3248;--clr-text: #e8eaf0;--clr-muted: #8b90a8;--shadow: 0 4px 24px rgba(0,0,0,.4);--clr-skeleton: #22263a;--tier2-text: #000}[data-theme=light]{--clr-bg: #f7f8fb;--clr-surface: #ffffff;--clr-surface2: #f0f2f7;--clr-border: #e1e4ed;--clr-text: #1a1d27;--clr-muted: #5a6072;--shadow: 0 4px 24px rgba(15,17,23,.08);--clr-skeleton: #e1e4ed;--tier2-text: #1a1d27}html{font-size:16px;scroll-behavior:smooth}body{background:var(--clr-bg);color:var(--clr-text);font-family:var(--font);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;border:none;background:none;font:inherit}h1{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:800;line-height:1.2}h2{font-size:clamp(1.2rem,3vw,1.7rem);font-weight:700}h3{font-size:1.1rem;font-weight:600}.container{max-width:1280px;margin:0 auto;padding:0 1.25rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.header{background:var(--clr-surface);border-bottom:2px solid var(--clr-accent);position:sticky;top:0;z-index:100;padding:.75rem 0}.header-inner{display:flex;align-items:center;justify-content:space-between}.logo{font-size:1.5rem;font-weight:900;letter-spacing:-.5px}.logo span{color:var(--clr-accent)}.header-meta{font-size:.78rem;color:var(--clr-muted)}.header-right{display:flex;align-items:center;gap:1rem}.theme-toggle{background:var(--clr-surface2);border:1px solid var(--clr-border);color:var(--clr-text);padding:.4rem .6rem;border-radius:6px;font-size:.95rem;transition:background .15s,border-color .15s;display:inline-flex;align-items:center;gap:.35rem}.theme-toggle:hover{border-color:var(--clr-accent)}.tab-bar{background:var(--clr-surface);border-bottom:1px solid var(--clr-border);position:sticky;top:64px;z-index:99}.tab-scroller{display:flex;gap:0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;max-width:1280px;margin:0 auto;padding:0 .5rem}.tab-scroller::-webkit-scrollbar{display:none}.tab{--tab-color: var(--clr-accent);display:inline-flex;align-items:center;gap:.4rem;padding:.85rem 1rem;font-size:.78rem;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--clr-muted);border-bottom:3px solid transparent;white-space:nowrap;cursor:pointer;transition:color .15s,border-color .15s,background .15s;flex-shrink:0}.tab:hover{color:var(--clr-text)}.tab-icon{font-size:.95rem}.tab-label{line-height:1}.tab-active{color:var(--clr-text);border-bottom-color:var(--tab-color)}.tab-soon{cursor:not-allowed;opacity:.55}.tab-soon:hover{color:var(--clr-muted)}.tab-soon-badge{font-size:.6rem;padding:.1rem .35rem;background:var(--clr-surface2);border:1px solid var(--clr-border);border-radius:4px;letter-spacing:.5px;color:var(--clr-muted)}.tab-count{font-size:.6rem;font-weight:700;padding:.1rem .35rem;background:var(--clr-surface2);border:1px solid var(--clr-border);border-radius:4px;color:var(--clr-muted);min-width:1.4em;text-align:center}@media (max-width: 768px){.tab{padding:.75rem .6rem;font-size:.68rem}.tab-bar{top:52px}.header{padding:.5rem 0}.header-inner{flex-wrap:nowrap;gap:.5rem}.header-meta{display:none}.logo{font-size:1.25rem}.header-right{gap:.5rem}}.war-pulse{display:inline-block;width:8px;height:8px;border-radius:50%;box-shadow:0 0 #8b1a1a99;animation:war-pulse-anim 1.6s infinite}@keyframes war-pulse-anim{0%{box-shadow:0 0 #8b1a1a99}70%{box-shadow:0 0 0 8px #8b1a1a00}to{box-shadow:0 0 #8b1a1a00}}.section-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:.3rem .8rem;border-radius:4px;margin-bottom:1.25rem}.label-tier1{background:var(--clr-tier1);color:#fff}.label-tier2{background:var(--clr-tier2);color:var(--tier2-text)}.label-tier3{background:var(--clr-tier3);color:#fff}.card{background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:var(--radius);overflow:hidden;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.card-img{width:100%;aspect-ratio:16/9;object-fit:cover}.card-img-placeholder{width:100%;aspect-ratio:16/9;background:var(--clr-surface2);display:flex;align-items:center;justify-content:center;color:var(--clr-muted);font-size:.85rem}.card-body{padding:1rem}.card-title{margin-bottom:.75rem}.card-title a:hover{color:var(--clr-accent)}.bullets{list-style:none;display:flex;flex-direction:column;gap:.5rem}.bullets li{padding-left:1.25rem;position:relative;font-size:.9rem;line-height:1.5;color:var(--clr-text)}.bullets li:before{content:"•";position:absolute;left:0;color:var(--clr-accent);font-weight:700}.source-badges{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:.75rem}.badge{font-size:.68rem;font-weight:700;padding:.2rem .5rem;border-radius:4px;letter-spacing:.5px}.badge-verified{background:#457b9d40;color:#7ec8e3;border:1px solid #457b9d}.badge-missing{background:#8b90a81a;color:var(--clr-muted);border:1px solid var(--clr-border)}.hero-card{background:var(--clr-surface);border:2px solid var(--clr-tier1);border-radius:var(--radius);overflow:hidden;display:grid;grid-template-columns:1fr 1fr;gap:0}.hero-card .hero-img{width:100%;height:100%;min-height:320px;object-fit:cover}.hero-card .hero-img-placeholder{min-height:320px;background:var(--clr-surface2);display:flex;align-items:center;justify-content:center;color:var(--clr-muted)}.hero-body{padding:2rem;display:flex;flex-direction:column;justify-content:center;gap:1rem}.ad-slot{background:var(--clr-surface2);border:1px dashed var(--clr-border);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--clr-muted);font-size:.75rem;text-align:center}.ad-leaderboard{width:100%;height:90px}.ad-rectangle{width:300px;height:250px}.ad-halfpage{width:300px;height:600px}.page-with-sidebar{display:grid;grid-template-columns:1fr 320px;gap:2rem;align-items:start}.sidebar{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:80px}.news-list{display:flex;flex-direction:column;gap:1rem}.news-list-item{display:grid;grid-template-columns:120px 1fr;gap:1rem;background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:var(--radius);overflow:hidden;transition:transform .2s}.news-list-item:hover{transform:translate(4px)}.news-list-thumb{width:120px;height:90px;object-fit:cover}.news-list-thumb-placeholder{width:120px;height:90px;background:var(--clr-surface2);display:flex;align-items:center;justify-content:center;color:var(--clr-muted);font-size:.7rem}.news-list-body{padding:.75rem .75rem .75rem 0}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:6px;font-size:.85rem;font-weight:600;transition:opacity .2s}.btn:hover{opacity:.85}.btn-primary{background:var(--clr-accent);color:#fff}.btn-secondary{background:var(--clr-surface2);color:var(--clr-text);border:1px solid var(--clr-border)}.btn-success{background:#2d6a4f;color:#fff}.btn-danger{background:#9b2226;color:#fff}.btn-warning{background:#f4a261;color:#000}.btn-sm{padding:.35rem .75rem;font-size:.78rem}.admin-layout{display:grid;grid-template-columns:220px 1fr;min-height:100vh}.admin-sidebar{background:var(--clr-surface);border-right:1px solid var(--clr-border);padding:1.5rem 1rem;display:flex;flex-direction:column;gap:.5rem}.admin-nav-link{padding:.6rem .75rem;border-radius:6px;font-size:.88rem;color:var(--clr-muted);display:block;transition:background .15s,color .15s}.admin-nav-link:hover,.admin-nav-link.active{background:var(--clr-surface2);color:var(--clr-text)}.admin-main{padding:2rem}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.stat-card{background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:var(--radius);padding:1.25rem}.stat-value{font-size:2rem;font-weight:800}.stat-label{font-size:.78rem;color:var(--clr-muted);margin-top:.25rem}.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.form-label{font-size:.85rem;color:var(--clr-muted);font-weight:600}.form-input{background:var(--clr-surface2);border:1px solid var(--clr-border);border-radius:6px;padding:.65rem .9rem;color:var(--clr-text);font:inherit;font-size:.9rem;transition:border-color .2s}.form-input:focus{outline:none;border-color:var(--clr-accent2)}.skeleton{background:var(--clr-skeleton);border-radius:4px;animation:pulse 1.4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.empty-state{text-align:center;padding:4rem 2rem;color:var(--clr-muted)}.footer{background:var(--clr-surface);border-top:1px solid var(--clr-border);padding:2rem 0;margin-top:4rem;text-align:center;font-size:.82rem;color:var(--clr-muted)}@media (max-width: 1024px){.page-with-sidebar{grid-template-columns:1fr}.sidebar{position:static}.hero-card{grid-template-columns:1fr}}@media (max-width: 768px){.grid-3,.grid-2{grid-template-columns:1fr}.admin-stats{grid-template-columns:repeat(2,1fr)}.admin-layout{grid-template-columns:1fr}.admin-sidebar{display:none}}@media (max-width: 480px){.admin-stats{grid-template-columns:1fr}}
