.chrono-plan-panel{border:1px solid rgba(243,201,90,.25);background:linear-gradient(135deg,rgba(202,160,30,.11),rgba(15,23,42,.72));border-radius:20px;padding:16px}.chrono-plan-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.chrono-plan-head h3{margin:.25rem 0 0}.chrono-plan-summary{display:grid;grid-template-columns:repeat(3,minmax(90px,1fr));gap:9px;min-width:min(420px,100%)}.chrono-plan-summary>div{border:1px solid var(--chrono-border);border-radius:15px;padding:10px;background:#0b1020}.chrono-plan-summary small{display:block;color:var(--chrono-muted);font-weight:800}.chrono-plan-summary strong{display:block;margin-top:4px;font-size:1.05rem}.chrono-plan-blocks{display:grid;gap:10px;margin-top:14px;max-height:300px;overflow:auto;padding-right:4px}.chrono-plan-block{border:1px solid rgba(255,255,255,.1);background:rgba(0,0,0,.22);border-radius:15px;padding:11px}.chrono-plan-block-title{display:flex;justify-content:space-between;gap:10px;color:#fff;font-weight:900}.chrono-plan-items{display:grid;gap:6px;margin-top:8px}.chrono-plan-item{display:grid;grid-template-columns:80px 110px minmax(0,1fr);gap:8px;align-items:start;color:#dbeafe;font-size:.88rem;padding:7px 8px;border-radius:11px;background:rgba(255,255,255,.04)}.chrono-plan-item .zone{color:#facc15;font-weight:950}.chrono-plan-item .metric{color:#f8fafc;font-variant-numeric:tabular-nums}.chrono-plan-item .desc{color:var(--chrono-muted)}@media(max-width:980px){.chrono-plan-head{flex-direction:column}.chrono-plan-summary{width:100%;min-width:0}}@media(max-width:560px){.chrono-plan-summary{grid-template-columns:1fr}.chrono-plan-item{grid-template-columns:1fr}}