:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0b0f0d;--panel:#121814;--line:#263229;--muted:#93a398;--text:#eef5f0;--green:#98f5b3;--amber:#f0c36a}*{box-sizing:border-box}html{background:var(--bg)}body{color:var(--text);background:radial-gradient(circle at 75% -10%,#163924 0,transparent 34%),var(--bg);margin:0;font-family:Inter,Noto Sans SC,Microsoft YaHei,sans-serif}main{width:min(1380px,100% - 48px);margin:auto;padding:52px 0 80px}.topbar{justify-content:space-between;align-items:flex-start;gap:32px;margin-bottom:36px;display:flex}.eyebrow{color:var(--green);letter-spacing:.16em;margin:0 0 10px;font:600 12px/1.2 ui-monospace,SFMono-Regular,monospace}h1{letter-spacing:-.045em;max-width:780px;margin:0;font-size:clamp(30px,4vw,56px);line-height:1.08}h2{letter-spacing:-.02em;margin:0;font-size:22px}.lede{max-width:720px;color:var(--muted);margin:18px 0 0;font-size:16px}.source{border:1px solid var(--line);color:var(--muted);background:#111713;border-radius:999px;flex:none;align-items:center;gap:9px;padding:10px 14px;font-size:13px;display:flex}.dot{background:var(--amber);border-radius:50%;width:8px;height:8px;box-shadow:0 0 14px}.source.good .dot{background:var(--green)}.cards{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:14px;display:grid}.card,.panel{border:1px solid var(--line);background:color-mix(in srgb,var(--panel) 92%,transparent);border-radius:16px}.card{flex-direction:column;min-height:164px;padding:22px;display:flex}.card p{color:var(--muted);margin:0}.card strong{margin:auto 0 6px;font-size:38px}.card small{color:#718078}.panel{margin-top:14px;padding:24px;overflow:hidden}.source-panel{justify-content:space-between;align-items:center;gap:32px;display:flex}dl{grid-template-columns:repeat(4,minmax(110px,1fr));gap:26px;margin:0;display:grid}dl div{border-left:1px solid var(--line);padding-left:18px}dt{color:var(--muted);font-size:12px}dd{margin:8px 0 0;font-weight:650}.section-heading{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.fact-badge{color:var(--muted);border:1px solid var(--line);border-radius:8px;padding:7px 10px;font-size:12px}.filters{grid-template-columns:repeat(4,minmax(150px,1fr));gap:14px;display:grid}.filters label{flex-direction:column;gap:7px;display:flex}.filters label span{color:var(--muted);font-size:12px}.filters input,.filters select{border:1px solid var(--line);width:100%;height:42px;color:var(--text);font:inherit;background:#0d130f;border-radius:9px;padding:0 11px}.filters input:focus,.filters select:focus{outline:1px solid var(--green);border-color:var(--green)}.filter-actions{align-items:flex-end;gap:10px;display:flex}.filter-actions button,.filter-actions a{border-radius:9px;justify-content:center;align-items:center;height:42px;padding:0 18px;font:600 13px/1 inherit;text-decoration:none;display:inline-flex}.filter-actions button{background:var(--green);color:#07100a;cursor:pointer;border:0}.filter-actions a{border:1px solid var(--line);color:var(--muted)}.filter-note{color:#718078;margin:16px 0 0;font-size:12px}.collection-form{grid-template-columns:repeat(4,minmax(150px,1fr));align-items:end;gap:14px;display:grid}.collection-form>label{flex-direction:column;gap:7px;display:flex}.collection-form>label span,.collection-form legend{color:var(--muted);font-size:12px}.collection-form input{border:1px solid var(--line);width:100%;height:42px;color:var(--text);font:inherit;background:#0d130f;border-radius:9px;padding:0 11px}.collection-form fieldset{border:1px solid var(--line);border-radius:9px;align-items:center;gap:14px;height:68px;margin:0;padding:8px 12px;display:flex}.collection-form fieldset input{width:auto;height:auto}.collection-form .check{color:#c7d2ca;align-items:center;gap:6px;font-size:13px;display:flex}.primary-action,.auth-needed button{background:var(--green);color:#07100a;cursor:pointer;border:0;border-radius:9px;height:42px;padding:0 18px;font-weight:700}.primary-action:disabled{cursor:not-allowed;opacity:.45}.notice{color:var(--green);background:#12281a;border:1px solid #42634b;border-radius:9px;padding:11px 13px}.job-list{gap:10px;margin-top:22px;display:grid}.job{border:1px solid var(--line);background:#0d130f;border-radius:11px;grid-template-columns:minmax(240px,.8fr) 2fr;gap:20px;padding:15px;display:grid}.job.focused{border-color:var(--green)}.job div:first-child{flex-direction:column;gap:6px;display:flex}.job div:first-child span,.job small,.job>p{color:var(--muted);margin:0;font-size:12px}.auth-needed{border-top:1px solid var(--line);grid-column:1/-1;padding-top:12px}.auth-needed p{color:var(--amber);font-size:13px}.auth-needed form{gap:10px;display:flex}.auth-needed input{border:1px solid var(--line);height:42px;color:var(--text);background:#0b0f0d;border-radius:9px;padding:0 11px}.empty{color:var(--muted)}.table-wrap{overflow:auto}table{border-collapse:collapse;white-space:nowrap;width:100%}th{text-align:left;color:#708078;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid var(--line);padding:12px 14px;font-size:11px}td{color:#c7d2ca;border-bottom:1px solid #1d2821;padding:16px 14px;font-size:14px}td:first-child strong{color:var(--text);font-size:15px;display:block}td:first-child span{color:#657269;font-size:11px}td a{color:var(--green);text-decoration:none}tbody tr:hover{background:#152019}.score{color:var(--green);font-size:16px}@media (max-width:900px){main{width:min(100% - 28px,1380px);padding-top:28px}.topbar,.source-panel{flex-direction:column}.cards{grid-template-columns:repeat(2,1fr)}dl{grid-template-columns:repeat(2,1fr);width:100%}.filters,.collection-form{grid-template-columns:repeat(2,1fr)}.job{grid-template-columns:1fr}}@media (max-width:560px){.cards,.filters,.collection-form{grid-template-columns:1fr}.card{min-height:130px}.section-heading{flex-direction:column;align-items:flex-start;gap:14px}.auth-needed form{flex-direction:column}}
