.vfp .ds-card{border:1px solid var(--vlp-border-default);border-radius:var(--vlp-radius-lg-feature);background:var(--vlp-bg-page);min-height:540px;box-shadow:var(--vlp-shadow-md);margin-top:44px;display:flex;overflow:hidden}.vfp .ds-nav{background:var(--vlp-bg-page);border-right:1px solid var(--vlp-border-subtle);scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;gap:2px;width:100%;max-width:288px;max-height:540px;padding:10px;display:flex;overflow-y:auto}.vfp .ds-nav::-webkit-scrollbar{display:none}.vfp .ds-item{text-align:left;min-height:40px;color:var(--vlp-color-ink-soft);font-family:var(--vlp-font-body);letter-spacing:-.01em;cursor:pointer;background:0 0;border:none;border-radius:9px;align-items:center;padding:9px 14px;font-size:14.5px;font-weight:500;transition:background .15s,color .15s;display:flex}.vfp .ds-item:hover{background:var(--vlp-bg-section-alt);color:var(--vlp-color-ink)}.vfp .ds-item[data-active=true]{background:var(--vlp-color-accent);color:#fff;font-weight:600}.vfp .ds-panel{background:var(--vlp-bg-wash);flex:1;place-items:center;height:540px;padding:40px 16px 16px;display:grid;position:relative}.vfp .ds-panel-label{font-family:var(--vlp-font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--vlp-color-text-subtle);font-size:11px;font-weight:500;position:absolute;top:16px;left:50%;transform:translate(-50%)}.vfp .ds-shots{width:100%;height:100%;position:relative}.vfp .ds-shot{object-fit:contain;opacity:0;pointer-events:none;border-radius:12px;width:100%;height:100%;transition:opacity .15s;position:absolute;inset:0}.vfp .ds-shot[data-active=true]{opacity:1;pointer-events:auto}.vfp .ds-empty{border:1px dashed var(--vlp-border-default);width:100%;height:100%;color:var(--vlp-color-text-subtle);border-radius:12px;place-items:center;font-size:14px;display:grid}@media (max-width:900px){.vfp .ds-card{flex-direction:column;min-height:0}.vfp .ds-nav{border-right:none;border-bottom:1px solid var(--vlp-border-subtle);flex-direction:row;max-width:none;max-height:none;overflow:auto hidden}.vfp .ds-item{white-space:nowrap}.vfp .ds-panel{height:360px}}
