*{box-sizing:border-box}body{margin:0;background:#0b1120;color:#edf2fc;font:15px/1.9 Tahoma,sans-serif}header{padding:18px max(20px,5vw);display:flex;justify-content:space-between;background:#131d32;border-bottom:1px solid #31425c;position:sticky;top:0;z-index:3}nav{display:flex;gap:18px}a{color:#7dd3fc}strong,h1,h2{color:#fbbf24}main{max-width:1140px;margin:30px auto;padding:0 18px}.card{padding:24px;border:1px solid #30415a;background:#131e32;border-radius:18px;margin:20px 0;box-shadow:0 10px 30px #0002}.hero{padding:18px 0}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.stats .card{margin:0}.stats h2{font-size:32px;margin:6px 0}form{display:flex;flex-wrap:wrap;gap:14px;align-items:end;margin:20px 0}label{display:flex;flex-direction:column;gap:6px;flex:1;min-width:180px}input,select,button{font:inherit;border-radius:10px;padding:10px 14px}input,select{background:#0a1428;color:#fff;border:1px solid #425779;max-width:100%;min-width:0}button{background:#0e7490;color:white;border:0;cursor:pointer}button:hover{background:#155e75}.secondary{background:#334155}.danger{background:#9f2545;margin-top:20px}.muted,small{color:#b5c5db}.news{padding:18px 0;border-top:1px solid #334155;overflow-wrap:anywhere}.news h3{color:#93c5fd;margin-bottom:4px}.news p{white-space:pre-wrap}summary{cursor:pointer;color:#7dd3fc}#notice{position:sticky;top:80px;background:#173044;color:#fff;border-radius:10px;padding:10px;z-index:2}#notice:empty{display:none}#sourceList{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:20px 0}#sourceList label{flex-direction:row;align-items:center;min-width:0;overflow-wrap:anywhere}input[type=checkbox]{width:20px;height:20px}footer{text-align:center;color:#b5c5db;padding:32px}[hidden]{display:none!important}@media(max-width:650px){header{flex-wrap:wrap;gap:12px;font-size:12px}main{margin:18px auto}.card{padding:16px}.stats{grid-template-columns:1fr}.stats .card{display:flex;justify-content:space-between;align-items:center}form{flex-direction:column;align-items:stretch}label{width:100%}#sourceList{grid-template-columns:1fr}h1{font-size:24px}}
