.bot-shell{max-width:1460px;margin:auto;display:grid;grid-template-columns:minmax(0,1100px) 320px;gap:16px;align-items:start}.bot-page{min-width:0}.daily-rail{position:sticky;top:14px;max-height:calc(100vh - 28px);overflow:auto;background:#0b121d;border:1px solid var(--line);border-radius:16px;padding:14px}.daily-head{padding:3px 4px 12px;border-bottom:1px solid var(--line)}.daily-head span,.daily-head small{color:var(--muted);font-size:9px}.daily-head h2{margin:3px 0}.daily-item{margin-top:10px;padding:11px;border:1px solid #263246;border-left:3px solid #66758b;border-radius:10px;background:#0f1724}.daily-item.gain{border-left-color:var(--green)}.daily-item.loss{border-left-color:var(--red)}.daily-item header,.daily-item div{display:flex;justify-content:space-between;gap:8px}.daily-item header strong{font-size:13px}.daily-item.gain header strong{color:var(--green)}.daily-item.loss header strong{color:var(--red)}.daily-item div{margin-top:6px;color:var(--muted);font-size:9px}.daily-item p{margin:8px 0 0;color:#b7c4d6;font-size:10px;line-height:1.45}@media(max-width:1180px){.bot-shell{grid-template-columns:1fr}.daily-rail{position:static;max-height:none;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.daily-head{grid-column:1/-1}.daily-item{margin-top:0}}@media(max-width:720px){.daily-rail{grid-template-columns:1fr}}
