
:root{
  --bg:#0b0c0f; --panel:#14161b; --panel2:#1a1d24; --text:#f3f5f7;
  --muted:#949aa7; --line:#2b303a; --green:#45d483; --yellow:#f0b84a;
  --red:#ff6b6b; --blue:#7aa2ff;
}
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
.topbar{display:flex;justify-content:space-between;align-items:center;padding:20px 18px 10px;position:sticky;top:0;background:rgba(11,12,15,.94);backdrop-filter:blur(16px);z-index:5}
h1,h2,h3,p{margin:0}
h1{font-size:24px}.eyebrow{font-size:11px;letter-spacing:.14em;color:var(--muted);font-weight:700;margin-bottom:6px}
.live{font-size:12px;font-weight:800;color:var(--green);display:flex;align-items:center;gap:7px}
.live span{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 14px var(--green)}
main{padding:10px 14px 90px;max-width:1100px;margin:auto}
.card{background:linear-gradient(180deg,var(--panel),#111318);border:1px solid var(--line);border-radius:20px;padding:18px;margin-bottom:14px}
.hero{display:flex;justify-content:space-between;align-items:center;min-height:120px}
.hero h2{font-size:20px;margin-bottom:8px}.hero p{color:var(--muted);font-size:14px}.clock{font-size:36px;font-weight:800;letter-spacing:-.04em}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:14px}
.screener-card{background:var(--panel);color:var(--text);border:1px solid var(--line);border-radius:18px;padding:17px;text-align:left;cursor:pointer;min-height:165px}
.screener-card:hover{border-color:#505766}.screener-card.active{outline:2px solid var(--blue)}
.screener-card .time{font-size:13px;color:var(--muted);margin-bottom:18px}.screener-card h3{font-size:18px;margin-bottom:8px}
.screener-card p{font-size:13px;color:var(--muted);line-height:1.4}.status{margin-top:16px;font-size:12px;font-weight:700;color:var(--green)}
.report-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.badge{font-size:11px;font-weight:800;padding:7px 9px;border-radius:999px;background:#222632;color:#dbe4ff}
.meta{font-size:12px;color:var(--muted);margin:8px 0 18px}
.section{border-top:1px solid var(--line);padding:14px 0}.section:first-child{border-top:0}
.section h3{font-size:15px;margin-bottom:8px}.section p{color:#d5d8df;line-height:1.55;font-size:14px}
.kpi-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:10px 0}
.kpi{background:var(--panel2);border:1px solid var(--line);border-radius:12px;padding:11px}.kpi small{display:block;color:var(--muted);font-size:10px;margin-bottom:4px}.kpi strong{font-size:15px}
.signal{display:inline-flex;align-items:center;gap:7px;font-weight:800}.dot{width:8px;height:8px;border-radius:50%;background:var(--green)}
.schedule{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px}.schedule div{background:var(--panel2);padding:12px;border-radius:12px}.schedule strong,.schedule span{display:block}.schedule span{font-size:12px;color:var(--muted);margin-top:4px}
.hint{font-size:12px;color:var(--muted);line-height:1.5;margin-top:14px}
.bottom-nav{display:none}
@media(max-width:760px){
  .grid{grid-template-columns:1fr}.screener-card{min-height:auto}.clock{font-size:30px}
  .schedule{grid-template-columns:1fr}.bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:rgba(18,20,25,.96);backdrop-filter:blur(18px);border-top:1px solid var(--line);padding:10px 12px calc(10px + env(safe-area-inset-bottom));z-index:6}
  .bottom-nav button{flex:1;background:transparent;border:0;color:#c7cbd4;font-weight:700;padding:10px}
}
