
.v03-card{border-color:rgba(96,165,250,.4);background:linear-gradient(180deg,rgba(15,34,55,.98),rgba(11,24,40,.98))}
.v03-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.library-grid{display:grid;gap:9px;max-height:56vh;overflow:auto}
.library-item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px;border:1px solid var(--line);border-radius:14px;background:rgba(7,17,31,.72)}
.v03-chart{width:100%;height:230px;background:rgba(7,17,31,.65);border:1px solid var(--line);border-radius:16px;padding:8px}
.v03-chart .axis{stroke:rgba(148,163,184,.35);stroke-width:2}
.v03-chart .chart-line{fill:none;stroke:var(--accent);stroke-width:4;stroke-linejoin:round;stroke-linecap:round}
.v03-chart circle{fill:var(--accent);stroke:#07111f;stroke-width:2}
@media(max-width:520px){.v03-actions{grid-template-columns:1fr}.library-item{align-items:flex-start}}
