:root { --vault-bg: #e2e8f0; --vault-surface: #ffffff; --vault-surface-hover: #f8fafc; --vault-text: #1e293b; --vault-muted: #64748b; --vault-border: #cbd5e1; --vault-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.025); --vault-green: #22c55e; --vault-green-hover: #16a34a; --vault-gold: #ffb703; }
.vault-page { max-width: 850px; margin: 0 auto; padding: 22px 24px 80px; color: var(--vault-text); box-sizing: border-box; }
.vault-page--guest { width: min(100%, 720px); margin: 1em auto; padding: 22px 24px 80px; }
body:has(#page-content .vault-page) { background: linear-gradient(180deg, #dde5ef 0%, #e7edf5 100%); }
body:has(#page-content .vault-page) #page-content { background: transparent; }
body:has(#page-content .vault-page) #body-container { background: transparent; }
.vault-hero { margin-bottom: 24px; }
.vault-hero--guest { margin-bottom: 28px; text-align: center; }
.downloads-breadcrumbs { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; margin: -4px 0 20px; color: #94a3b8; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em; }
.downloads-breadcrumbs a { color: inherit; text-decoration: none; transition: color 0.2s ease; }
.downloads-breadcrumbs a:hover { color: var(--vault-text); text-decoration: none; }
.downloads-breadcrumbs__sep { color: #94a3b8; font-size: 0.82rem; line-height: 1; }
.downloads-breadcrumbs__current { color: #334155; }
.vault-session-bar { display: flex; justify-content: flex-end; align-items: center; margin-bottom: 10px; color: #94a3b8; flex-wrap: wrap; }
.vault-session-menu { position: relative; margin-left: auto; }
.vault-session-menu summary { list-style: none; }
.vault-session-menu summary::-webkit-details-marker { display: none; }
.vault-session-chip { display: inline-flex; align-items: center; gap: 8px; padding: 5px 10px; border-radius: 999px; border: 1px solid #e2e8f0; background: #f8fafc; color: #475569; font-size: 0.84rem; font-weight: 700; cursor: pointer; }
.vault-session-chip strong { font-weight: 700; }
.vault-session-chip::after { content: "▾"; font-size: 0.7rem; color: #94a3b8; line-height: 1; transform: translateY(-1px); }
.vault-session-menu[open] .vault-session-chip::after { transform: rotate(180deg) translateY(1px); }
.vault-session-menu-panel { position: absolute; top: calc(100% + 8px); right: 0; min-width: 140px; padding: 8px; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08); z-index: 10; }
.vault-session-signout { display: inline-flex; align-items: center; justify-content: center; width: 100%; padding: 8px 10px; border-radius: 10px; background: transparent; color: #64748b; text-decoration: none; font-weight: 700; font-size: 0.82rem; text-transform: none; letter-spacing: 0; border: 0; }
.vault-session-signout:hover { background: #f8fafc; color: var(--vault-text); text-decoration: none; }
.vault-kicker { font-size: 1.1rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--vault-muted); margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
.vault-kicker::after { content: ''; flex-grow: 1; height: 1px; background: var(--vault-border); }
.vault-title { margin: 0 0 1rem; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.1; color: var(--vault-text); }
.vault-desc { margin: 0; max-width: 56rem; color: var(--vault-muted); line-height: 1.7; font-size: 1rem; }
.vault-signed-in { margin: 1rem 0 0; color: var(--vault-text); font-weight: 600; }
.vault-guest-actions { justify-content: center; margin-top: 0.5rem; }
.vault-guest-actions .btn-gold, .vault-guest-actions .vault-secondary-btn { margin-left: 0; }
.vault-guest-card { width: 100%; margin: 0; padding: 34px 28px 28px; border-radius: 20px; border: 1px solid var(--vault-border); background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%); box-shadow: var(--vault-shadow); text-align: center; box-sizing: border-box; }
.vault-guest-copy { margin: 0 auto 22px; max-width: 36rem; color: var(--vault-muted); line-height: 1.7; font-size: 1.08rem; }
.vault-guest-help { margin: 22px 0 0; text-align: center; }
.vault-guest-help a { color: var(--vault-muted); font-size: 0.95rem; font-weight: 700; text-decoration: underline; }
.vault-guest-help a:hover { color: var(--vault-text); }
.vault-password-banner { display: flex; align-items: center; gap: 20px; margin: 0 0 22px; padding: 18px 22px; border-radius: 18px; border: 1px solid #d6b253; background: linear-gradient(135deg, #fff7d1 0%, #fffdf3 58%, #ffffff 100%); box-shadow: var(--vault-shadow); }
.vault-password-banner__icon { width: 76px; height: 76px; display: grid; place-items: center; flex-shrink: 0; border-radius: 18px; background: linear-gradient(135deg, #111827 0%, #374151 100%); color: var(--vault-gold); box-shadow: 0 10px 16px rgba(17, 24, 39, 0.18); }
.vault-password-banner__icon .vault-password-banner__icon-svg { width: 1.7rem; height: 1.7rem; display: block; }
.svg-inline-icon { width: 1em; height: 1em; display: inline-block; vertical-align: middle; flex: 0 0 auto; }
.vault-password-banner__content { min-width: 0; flex: 1 1 auto; }
.vault-password-banner__eyebrow { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 6px; color: #a16207; font-size: 0.72rem; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.vault-password-banner__title { margin: 0; color: var(--vault-text); font-size: 1.28rem; line-height: 1.2; font-weight: 800; }
.vault-password-banner__copy { margin: 0.55rem 0 0; color: var(--vault-muted); line-height: 1.65; }
.vault-password-banner__meta { margin-top: 0.65rem; color: #854d0e; font-size: 0.86rem; font-weight: 600; }
.vault-password-banner__actions { display: flex; align-items: center; justify-content: flex-end; flex-shrink: 0; }
.vault-grid { display: grid; gap: 1.5rem; }
.vault-card { background: var(--vault-surface); border: 1px solid var(--vault-border); border-radius: 12px; overflow: hidden; box-shadow: var(--vault-shadow); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.vault-card--compact { max-width: 40rem; }
.vault-card:hover { transform: translateY(-2px); box-shadow: 0 12px 20px -5px rgba(0, 0, 0, 0.08); }
.vault-card-header { background: var(--vault-surface); padding: 20px 30px; border-bottom: 1px solid var(--vault-border); display: flex; align-items: center; gap: 20px; }
.vault-card-mark { --vault-card-mark-size: 3rem; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; color: #666666; width: var(--vault-card-mark-size); min-width: var(--vault-card-mark-size); height: var(--vault-card-mark-size); line-height: 0; margin-top: 2px; }
.vault-card-mark__icon { display: block; width: 100% !important; height: 100% !important; color: currentColor; stroke: currentColor; fill: none; }
.vault-card-mark--downloads { color: #333; }
.vault-card-mark--videos { color: #333; }
.vault-card-mark--locked { color: #666666; }
.vault-thumb { width: 85px; height: 120px; object-fit: cover; border-radius: 6px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); flex-shrink: 0; background: #edf2f7; }
.vault-thumb--square { display: none; }
.vault-thumb--square svg, .vault-thumb--square i { width: 2.2rem; height: 2.2rem; font-size: 1.7rem; color: currentColor; stroke: currentColor; fill: none; }
.vault-thumb--square--downloads { color: #2563eb; }
.vault-thumb--square--videos { color: #16a34a; }
.vault-title-wrap { flex-grow: 1; }
.vault-status { font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: var(--vault-green); display: flex; align-items: center; gap: 6px; margin-bottom: 6px; }
.vault-status .svg-inline-icon { color: var(--vault-green); }
.vault-product-title { font-size: 1.25rem; font-weight: 800; color: var(--vault-text); line-height: 1.2; }
.vault-product-subtitle { font-size: 0.95rem; color: var(--vault-muted); margin-top: 6px; line-height: 1.4; }
.vault-card-body { padding: 18px 25px 22px; background: var(--vault-surface-hover); }
.vault-body-copy { margin: 0; color: var(--vault-muted); line-height: 1.7; }
.btn-gold, .vault-btn-gold { background: var(--vault-gold); color: #111; font-size: 1rem; font-weight: 800; text-decoration: none; padding: 14px 30px; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: none; cursor: pointer; text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 4px 6px -1px rgba(255, 183, 3, 0.4); transition: all 0.2s ease; text-align: center; text-decoration: none; }
.btn-gold:hover, .vault-btn-gold:hover { background: #f59e0b; transform: translateY(-2px); box-shadow: 0 6px 12px -2px rgba(255, 183, 3, 0.5); color: #111; text-decoration: none; }
.vault-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.25rem; justify-content: flex-end; }
.vault-actions .btn-gold, .vault-actions .vault-secondary-btn { width: auto; margin-left: auto; }
.vault-actions .btn-gold, .vault-actions .vault-secondary-btn { gap: 8px; }
.vault-actions .btn-gold i, .vault-actions .vault-secondary-btn i { font-size: 0.95em; line-height: 1; }
.vault-actions .vault-action-icon { width: 1em; height: 1em; flex: 0 0 auto; display: block; color: currentColor; }
.vault-secondary-btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 30px; border-radius: 6px; border: 1px solid var(--vault-border); color: var(--vault-text); background: #e3e3e3; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; transition: all 0.2s ease; }
.vault-secondary-btn:hover { background: var(--vault-green); color: #fff; border-color: var(--vault-green); text-decoration: none; }
.vault-list { padding: 10px 25px; background: var(--vault-surface-hover); }
.vault-list-row { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--vault-border); }
.vault-list-row--flat { border-bottom: none; padding: 0; }
.vault-list-row:last-child { border-bottom: none; }
.vault-file-info { display: flex; align-items: center; gap: 20px; min-width: 0; }
.vault-file-thumb { width: 66px; height: 66px; border-radius: 8px; object-fit: cover; flex-shrink: 0; background: #edf2f7; }
.vault-file-icon { width: 30px; height: 30px; color: var(--vault-green); display: inline-block; flex: 0 0 auto; }
.vault-file-icon svg { width: 100%; height: 100%; display: block; }
.vault-file-name { font-weight: 700; font-size: 1.05rem; color: var(--vault-text); line-height: 1.2; margin-bottom: 3px; }
.vault-file-meta { font-size: 0.8rem; color: var(--vault-muted); font-weight: 500; }
.btn-download, .vault-watch-btn { background: #e3e3e3; color: var(--vault-text); border: 1px solid var(--vault-border); padding: 10px 24px; border-radius: 6px; cursor: pointer; font-weight: 700; transition: all 0.2s ease; font-size: 0.85rem; text-decoration: none; white-space: nowrap; }
.btn-download:hover, .vault-watch-btn:hover { background: var(--vault-green); color: #ffffff; border-color: var(--vault-green); box-shadow: 0 4px 12px rgba(34, 197, 94, 0.2); text-decoration: none; }
.btn-download .svg-inline-icon, .vault-watch-btn .svg-inline-icon { margin-right: 0.45rem; }
.btn-download.is-preparing, .btn-download.is-preparing:hover { background: #dbe4ee; color: var(--vault-muted); border-color: var(--vault-border); box-shadow: none; transform: none; cursor: wait; }
.download-toast { position: fixed; left: 50%; bottom: 20px; z-index: 9999; display: inline-flex; align-items: center; gap: 10px; max-width: min(90vw, 360px); padding: 12px 16px; border-radius: 999px; background: rgba(15, 23, 42, 0.94); color: #ffffff; box-shadow: 0 12px 30px rgba(15, 23, 42, 0.25); opacity: 0; transform: translate(-50%, 10px); transition: opacity 0.18s ease, transform 0.18s ease; pointer-events: none; }
.download-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.download-toast__icon { width: 1rem; height: 1rem; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; color: #93c5fd; }
.download-toast__text { font-size: 0.88rem; font-weight: 700; line-height: 1.35; }
.vault-watch-btn--compact { display: inline-flex; align-items: center; justify-content: center; gap: 6px; grid-column: 2; grid-row: 2; justify-self: end; align-self: flex-end; padding: 0.5rem 0.8rem; border-radius: 999px; background: #e8edf5; border-color: #c7d2e1; color: #334155; font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase; flex-shrink: 0; }
.vault-watch-btn__icon { display: inline-block; position: relative; width: 0.8rem; height: 1rem; font-size: 0; line-height: 1; transform: translateY(-1px); color: currentColor; }
.vault-watch-btn__icon::before { content: "▶"; position: absolute; inset: 0; display: grid; place-items: center; font-size: 0.72rem; color: currentColor; }
.vault-watch-btn--compact i { font-size: 0.9rem; color: currentColor; }
.vault-library-video:hover .vault-watch-btn--compact, .vault-library-video.is-current .vault-watch-btn--compact { background: #dbeafe; border-color: #93c5fd; color: #1e3a8a; box-shadow: none; }
.vault-library-grid { display: grid; gap: 1.9rem; }
.vault-library-video { display: grid; grid-template-columns: 4.9rem minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 18px; row-gap: 8px; align-items: start; padding: 0.9rem 0.95rem; margin-bottom: 14px; border: 1px solid #b9c9da; border-radius: 12px; background: #eef3f8; text-decoration: none; color: #202124; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55) inset; transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
.vault-library-video:hover { text-decoration: none; transform: translateY(-1px); border-color: #afbfd0; background: #e9eff5; box-shadow: 0 10px 18px rgba(15, 23, 42, 0.08); }
.vault-library-video.is-current { border-color: #9eb5ca; background: #e7eef5; box-shadow: 0 10px 18px rgba(15, 23, 42, 0.08); }
.vault-library-video:last-child { margin-bottom: 0; }
.vault-library-video__media { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 4.9rem; min-width: 4.9rem; grid-column: 1; grid-row: 1 / span 2; }
.vault-library-video__content { min-width: 0; display: flex; flex-direction: column; gap: 8px; flex: 1 1 auto; grid-column: 2; grid-row: 1; }
.vault-library-video .vault-file-thumb { width: 4.55rem; height: 6.75rem; border-radius: 5px; box-shadow: 0 6px 14px rgba(15, 23, 42, 0.12); }
.vault-library-playlist { display: grid; gap: 0.85rem; padding: 1.25rem 1.25rem 1.3rem; }
.vault-library-playlist__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.vault-library-playlist__title { margin: 0; font-size: 1.2rem; }
.vault-library-grid--playlist { gap: 0.55rem; }
.vault-library-grid--playlist .vault-list-row { display: contents; }
.vault-library-grid--playlist .vault-library-video[hidden], .vault-library-grid--playlist .vault-library-video.is-hidden { display: none !important; }
.vault-library-grid--playlist .vault-library-video { margin-bottom: 0; background: #f3f5f7; border-color: #d0d8e1; box-shadow: none; }
.vault-library-grid--playlist .vault-library-video:hover { background: #eef2f6; border-color: #c2ccd7; box-shadow: 0 6px 12px rgba(15, 23, 42, 0.05); }
.vault-library-grid--playlist .vault-library-video.is-current { background: #eff2f6; border-color: #c1cad4; box-shadow: none; }
.vault-library-grid--playlist .vault-file-info { flex: 1 1 auto; min-width: 0; align-items: flex-start; gap: 12px; grid-column: 1 / -1; grid-row: 1; }
.vault-library-grid--playlist .vault-file-info > div { min-width: 0; }
.vault-library-grid--playlist .vault-playlist-number { display: inline-flex; align-items: center; justify-content: center; width: 1.5rem; height: 1.5rem; margin-bottom: 0; border-radius: 999px; background: #d0ddee; border: 1px solid #b8c7d9; color: #334155; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.01em; flex: 0 0 auto; box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08); }
.vault-library-grid--playlist .vault-file-thumb { width: 4rem; min-width: 4rem; height: 4rem; }
.vault-library-grid--playlist .vault-watch-btn { width: auto; margin-left: auto; grid-column: 1 / -1; grid-row: 2; align-self: end; justify-self: end; }
.vault-library-grid--playlist .vault-watch-btn--playlist { display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 0.5rem 0.85rem; border-radius: 999px; background: #e8edf2; border-color: #c5cfd9; color: #344154; font-size: 0.78rem; box-shadow: none; }
.vault-library-grid--playlist .vault-watch-btn--playlist:hover { background: #dfe6ec; border-color: #b9c5d0; color: #1f2937; box-shadow: none; }
.vault-library-grid--playlist .vault-playlist-watch-btn__icon { width: 0.95em; height: 0.95em; display: block; color: currentColor; flex: 0 0 auto; }
.vault-playlist-more { display: inline-flex; align-items: center; justify-content: center; gap: 6px; margin: 12px auto 0; padding: 0.6rem 1rem; border: 1px solid var(--vault-border); border-radius: 999px; background: #eef2f7; color: #4b5563; font-size: 0.82rem; font-weight: 700; cursor: pointer; box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06); }
.vault-playlist-more:hover { background: #e3eaf2; color: #1f2937; }
.vault-playlist-more__icon { width: 0.95em; height: 0.95em; display: block; color: currentColor; flex: 0 0 auto; }
.vault-video-layout { display: grid; gap: 1.5rem; grid-template-columns: minmax(0, 1.85fr) minmax(22rem, 1fr); align-items: start; }
.vault-video-shell { border: 1px solid var(--vault-border); border-radius: 12px; overflow: hidden; background: var(--vault-surface); box-shadow: var(--vault-shadow); }
.vault-video-player-wrap { padding: 20px 25px 0; background: var(--vault-surface); }
.vault-video-player-frame { width: 100%; margin: 0 auto; border-radius: 12px; overflow: hidden; background: #101113; }
.vault-video-player-frame--portrait { max-width: 22rem; }
.vault-video-aspect { position: relative; background: #101113; }
.vault-video-aspect--landscape { aspect-ratio: 16 / 9; }
.vault-video-aspect--portrait { aspect-ratio: 9 / 16; }
.vault-video-aspect iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.vault-video-main { padding: 18px 25px 22px; background: var(--vault-surface-hover); }
.vault-video-title { margin: 0; font-size: clamp(1.45rem, 2.8vw, 2rem); line-height: 1.12; text-align: center; }
.vault-video-description { margin-top: 1rem; color: var(--vault-muted); line-height: 1.7; }
.vault-video-note { border: 1px solid #d8e0e8; border-radius: 14px; padding: 1rem 1.1rem; background: #f2f5f8; margin-top: 1rem; }
.vault-video-note strong { display: block; margin-bottom: 0.45rem; }
.vault-video-sidebar { border: 0; border-radius: 0; padding: 0; background: transparent; box-shadow: none; }
.vault-video-sidebar h2 { margin: 0 0 0.85rem; font-size: 1.2rem; }
.vault-video-sidebar p { margin: 0; color: var(--vault-muted); line-height: 1.6; }
.vault-video-sidebar .vault-library-grid { gap: 0.95rem; }
.vault-video-sidebar .vault-library-video { display: grid; grid-template-columns: 4.1rem minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 12px; row-gap: 10px; margin-bottom: 0; padding: 14px 16px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(191, 205, 221, 0.88); background: #f4f8fc; box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05); }
.vault-video-sidebar .vault-library-video[hidden] { display: none !important; }
.vault-video-sidebar .vault-library-video:hover { background: #eef4fa; border-color: rgba(176, 194, 212, 0.95); box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07); }
.vault-video-sidebar .vault-library-video.is-current { background: #e6f0fb; border-color: rgba(132, 170, 214, 0.98); box-shadow: 0 10px 22px rgba(59, 130, 246, 0.12); }
.vault-video-sidebar .vault-list-row { display: contents; }
.vault-video-sidebar .vault-file-info { flex: 1 1 auto; min-width: 0; align-items: flex-start; gap: 12px; grid-column: 1 / -1; grid-row: 1; }
.vault-video-sidebar .vault-file-info > div { min-width: 0; }
.vault-video-sidebar .vault-playlist-number { display: inline-flex; align-items: center; justify-content: center; width: 1.5rem; height: 1.5rem; margin-bottom: 0; border-radius: 999px; background: #d0ddee; border: 1px solid #b8c7d9; color: #334155; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.01em; flex: 0 0 auto; box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08); }
.vault-video-sidebar .vault-library-video.is-current .vault-playlist-number { background: #c1d8f3; border-color: #9ab6d4; color: #1e3a8a; }
.vault-video-sidebar .vault-file-thumb { width: 4rem; min-width: 4rem; height: 4rem; }
.vault-video-sidebar .vault-watch-btn { width: auto; margin-left: auto; grid-column: 1 / -1; grid-row: 2; align-self: end; justify-self: end; }
.vault-video-sidebar .vault-watch-btn--playlist { display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 0.5rem 0.85rem; border-radius: 999px; background: #dbe3ed; border-color: #b8c4d3; color: #344154; font-size: 0.78rem; box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08); }
.vault-video-sidebar .vault-watch-btn--playlist:hover { background: #ced8e5; border-color: #aebcd0; color: #1f2937; box-shadow: 0 4px 10px rgba(15, 23, 42, 0.1); }
.vault-video-sidebar .vault-playlist-watch-btn__icon { width: 0.95em; height: 0.95em; display: block; color: currentColor; flex: 0 0 auto; }
.vault-playlist-more { display: inline-flex; align-items: center; justify-content: center; gap: 6px; margin: 12px auto 0; padding: 0.6rem 1rem; border: 1px solid var(--vault-border); border-radius: 999px; background: #eef2f7; color: #4b5563; font-size: 0.82rem; font-weight: 700; cursor: pointer; box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06); }
.vault-playlist-more:hover { background: #e3eaf2; color: #1f2937; }
.vault-playlist-more__icon { width: 0.95em; height: 0.95em; display: block; color: currentColor; flex: 0 0 auto; }
@media (max-width: 768px) {
  .vault-page {
    padding: 18px 18px 64px;
  }
  .vault-session-bar {
    justify-content: flex-end;
    margin-bottom: 12px;
  }
  .vault-session-menu {
    width: auto;
    max-width: 100%;
    margin-left: auto;
  }
  .vault-session-chip {
    width: auto;
    max-width: 210px;
    justify-content: flex-end;
    flex-wrap: nowrap;
    border-radius: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
  }
  .vault-session-menu-panel {
    min-width: 120px;
  }
  .downloads-breadcrumbs {
    gap: 6px;
    margin: -3px 0 18px;
    font-size: 0.68rem;
  }
  .vault-password-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 18px 20px;
    gap: 16px;
  }
  .vault-password-banner__icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }
  .vault-password-banner__actions, .vault-password-banner__actions .btn-gold {
    width: 100%;
  }
  .vault-guest-card {
    padding: 24px 20px 20px;
    border-radius: 18px;
  }
  .vault-page--guest {
    padding-left: 18px;
    padding-right: 18px;
  }
  .vault-guest-copy {
    margin-bottom: 18px;
    font-size: 1.02rem;
  }
  .vault-card-header {
    flex-direction: row;
    align-items: flex-start;
    padding: 18px 20px;
    gap: 14px;
  }
  .vault-card-mark {
    --vault-card-mark-size: 2rem;
    margin-bottom: -2px;
  }
  .vault-title-wrap {
    min-width: 0;
  }
  .vault-actions {
    justify-content: flex-end;
  }
  .vault-card-body {
    padding: 16px 20px 20px;
  }
  .vault-list {
    padding: 10px 20px;
  }
  .vault-list-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .btn-download, .vault-watch-btn, .vault-secondary-btn, .btn-gold {
    width: 100%;
    justify-content: center;
  }
  .vault-video-layout {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }
  .vault-video-player-wrap {
    padding: 16px 16px 0;
  }
  .vault-video-player-frame {
    max-width: 100%;
  }
  .vault-video-main {
    padding: 16px 16px 20px;
  }
  .vault-video-sidebar {
    order: 2;
    padding: 16px;
  }
  .vault-video-title {
    font-size: clamp(1.2rem, 5.8vw, 1.7rem);
  }
  .vault-library-video {
    grid-template-columns: 4.7rem minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 8px;
    padding: 0.82rem 0.85rem;
    margin-bottom: 12px;
    align-items: start;
    border-radius: 10px;
  }
  .vault-library-video:last-child {
    margin-bottom: 0;
  }
  .vault-library-video__media {
    width: 4.7rem;
    min-width: 4.7rem;
  }
  .vault-library-video .vault-file-thumb {
    width: 4.2rem;
    height: 6.4rem;
    border-radius: 4px;
  }
  .vault-video-sidebar .vault-library-grid {
    gap: 0.8rem;
  }
  .vault-video-sidebar .vault-library-video {
    display: block;
    border-radius: 12px;
    padding: 0;
    background: #f4f8fc;
  }
  .vault-video-sidebar .vault-library-video[hidden] {
    display: none !important;
  }
  .vault-video-sidebar .vault-list-row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 14px;
    display: flex;
  }
  .vault-video-sidebar .vault-file-info {
    width: 100%;
    align-items: flex-start;
    gap: 12px;
    grid-column: auto;
    grid-row: auto;
  }
  .vault-video-sidebar .vault-playlist-number {
    width: 1.45rem;
    height: 1.45rem;
    font-size: 0.75rem;
    margin-bottom: 0;
  }
  .vault-video-sidebar .vault-file-name {
    font-size: 1rem;
  }
  .vault-video-sidebar .vault-file-meta {
    font-size: 0.82rem;
    line-height: 1.55;
  }
  .vault-watch-btn--compact {
    width: auto;
    justify-content: center;
    margin-left: auto;
    align-self: flex-end;
    grid-column: 2;
    grid-row: 2;
  }
  .vault-video-sidebar .vault-watch-btn {
    align-self: flex-end;
    margin-left: 0;
    padding: 0.45rem 0.85rem;
    grid-column: auto;
    grid-row: auto;
  }
  .vault-video-sidebar .vault-watch-btn--playlist {
    align-self: flex-end;
    width: auto;
  }
  .vault-playlist-more {
    width: 100%;
    margin-top: 10px;
  }
  .vault-library-playlist {
    padding: 1rem 0.95rem 1.05rem;
  }
  .vault-library-playlist__title {
    font-size: 1.08rem;
  }
}
