.sticky-top{z-index:5;background:var(--navy-2);padding:12px 22px 0;position:sticky;top:0}.sheet-body{padding:0 22px 40px}.overlay{z-index:9000;background:#0b1828d9;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.sheet{background:var(--navy-2);border:1px solid var(--border);border-bottom:none;border-radius:18px 18px 0 0;width:100%;max-width:460px;max-height:90dvh;padding:0;overflow-y:auto}.handle{background:var(--border);border-radius:4px;width:36px;height:4px;margin:0 auto 16px}.sheet .header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.sheet .title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.04em;color:var(--text);font-size:18px;font-weight:900}.sheet .close-btn{background:var(--surface);border:1px solid var(--border);width:30px;height:30px;color:var(--muted);border-radius:50%;justify-content:center;align-items:center;display:flex}.sheet .intro{color:var(--muted);margin-bottom:18px;font-size:14px;line-height:1.6}.sheet .intro strong{color:var(--text)}.sheet .section{letter-spacing:.14em;text-transform:uppercase;color:var(--sage);margin-bottom:10px;font-size:9px;font-weight:700}.criteria-list{flex-direction:column;gap:7px;display:flex}.cr{background:var(--surface);border-radius:4px;justify-content:space-between;align-items:center;padding:9px 12px;font-size:13px;display:flex}.cr-name{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.05em;color:var(--text);font-size:11px;font-weight:900}.cr-desc{color:var(--muted);font-size:12px}.clip-steps{gap:6px;margin-bottom:12px;display:flex}.step{background:var(--surface);border-radius:4px;flex-direction:column;flex:1;align-items:center;gap:4px;padding:10px 4px;display:flex}.step-num{color:var(--muted);font-size:9px;font-weight:600}.step-dur{font-family:var(--font-display);text-transform:uppercase;color:var(--text);font-size:11px;font-weight:900}.legend{flex-direction:column;gap:9px;display:flex}.leg{align-items:flex-start;gap:10px;font-size:13px;line-height:1.4;display:flex}.leg .dot{border-radius:3px;flex-shrink:0;width:12px;height:12px;margin-top:2px}.leg.ok .dot{background:var(--green)}.leg.close .dot{background:var(--yellow)}.leg.no .dot{background:var(--gray-cell)}.leg strong{color:var(--text)}.note{color:var(--muted);font-size:12px;line-height:1.5}.note strong{color:var(--text)}.sheet-enter-active,.sheet-leave-active{transition:transform .3s,opacity .3s}.sheet-enter-from,.sheet-leave-to{opacity:0;transform:translateY(100%)}
