.tv-overlay{z-index:1000;display:flex;position:fixed;inset:0}.tv-overlay--modal{padding:var(--space-l,1.25rem);background:#0009;justify-content:center;align-items:center}.tv-overlay--sheet{background:#0009;justify-content:center;align-items:flex-end}.tv-overlay--popover{background:0 0}.tv-overlay-panel{background:var(--bg-window,#161616);border:var(--glass-border,1px solid #ffffff1f);color:var(--text-primary,#fff);gap:var(--space-xs,.25rem);flex-direction:column;display:flex;box-shadow:0 20px 60px #0000008c}.tv-overlay-panel--modal{border-radius:var(--radius-l,1rem);width:100%;max-width:40rem;max-height:85vh;overflow-y:auto}.tv-overlay-panel--sheet{border-radius:var(--radius-l,1rem) var(--radius-l,1rem) 0 0;width:100%;max-width:45rem;max-height:72vh;padding:var(--space-l,1.25rem);overflow-y:auto}.tv-overlay-panel--popover{border-radius:var(--radius-m,.75rem);min-width:13.75rem;max-height:60vh;padding:var(--space-s,.5rem);position:fixed;overflow-y:auto}.tv-overlay-title{font-size:var(--font-size-h3,1.1rem);padding:0 0 var(--space-s,.5rem);font-weight:600}body.is-tv .tv-overlay-panel{box-shadow:none}
