* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: #0e1116; color: #e8eaed; font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
body { max-width: 480px; margin: 0 auto; overflow-x: hidden; }
#hdr { position: sticky; top: 0; z-index: 10; background: #0e1116; border-bottom: 1px solid #2a2f3a; padding: 10px 12px 8px; }
.hrow { display: flex; justify-content: space-between; align-items: center; }
.brand { font-size: 13px; font-weight: 700; letter-spacing: .12em; color: #9aa4b2; }
.weekline { font-size: 15px; font-weight: 600; margin-top: 2px; }
.btn { background: #2563eb; color: #fff; border: 0; border-radius: 8px; padding: 8px 12px; font-size: 13px; font-weight: 600; }
.status { font-size: 11px; color: #9aa4b2; margin-top: 6px; line-height: 1.5; }
.status .ok { color: #34d399; } .status .bad { color: #f87171; }
main { padding: 10px 12px 40px; }
section { margin-bottom: 14px; }
h2 { font-size: 14px; text-transform: uppercase; letter-spacing: .08em; color: #cfd6e1; margin-bottom: 2px; }
.assume { font-size: 11px; color: #8b93a1; font-style: italic; margin-bottom: 8px; line-height: 1.45; }
.card { background: #171b23; border: 1px solid #262c38; border-radius: 10px; padding: 10px 12px; margin-bottom: 8px; }
.card.top { border-left: 4px solid #ef4444; }
.card.mid { border-left: 4px solid #f59e0b; }
.name { font-weight: 700; font-size: 15px; }
.meta { color: #9aa4b2; font-size: 12px; margin-top: 1px; }
.risk { float: right; text-align: right; }
.risk b { font-size: 17px; }
.hi { color: #ef4444; } .md { color: #f59e0b; } .lo { color: #34d399; }
.kv { display: flex; gap: 14px; margin-top: 6px; font-size: 12.5px; flex-wrap: wrap; }
.kv span b { color: #e8eaed; }
.acts { margin-top: 7px; font-size: 13px; }
.acts li { margin-left: 16px; margin-top: 3px; }
.splitbar { display: flex; height: 18px; border-radius: 5px; overflow: hidden; font-size: 10px; font-weight: 700; margin: 8px 0 4px; }
.splitbar div { display: flex; align-items: center; justify-content: center; white-space: nowrap; }
.ask { background: #2563eb; } .ops { background: #dc2626; }
.legend { font-size: 11.5px; color: #9aa4b2; margin-bottom: 8px; }
table { width: 100%; border-collapse: collapse; font-size: 12.5px; }
th { text-align: left; color: #8b93a1; font-weight: 600; padding: 4px 6px 4px 0; border-bottom: 1px solid #2a2f3a; }
td { padding: 4px 6px 4px 0; border-bottom: 1px solid #20252f; }
td.num, th.num { text-align: right; }
.dqgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.dq { background: #171b23; border: 1px solid #262c38; border-radius: 10px; padding: 8px 10px; }
.dq b { font-size: 18px; display: block; }
.dq span { font-size: 11px; color: #9aa4b2; line-height: 1.35; display: block; }
.bigline { font-size: 14px; line-height: 1.5; margin-bottom: 8px; }
.pill { display: inline-block; background: #262c38; border-radius: 999px; padding: 2px 9px; font-size: 11px; margin-right: 5px; color:#cfd6e1;}
.drop-overlay { position: fixed; inset: 0; background: rgba(37,99,235,.25); backdrop-filter: blur(2px); display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; z-index: 50; }
.sitebar { display:flex; align-items:center; gap:8px; font-size:12.5px; margin-top:5px; }
.sitebar .track { flex:1; background:#20252f; height:10px; border-radius:5px; overflow:hidden; }
.sitebar .fill { height:100%; background:#dc2626; }
.note-tag { display:inline-block; font-size:10.5px; border-radius:4px; padding:1px 5px; margin-right:4px; background:#262c38; }
