:root {
  color-scheme: dark;
  --bg: #07101f;
  --bg-soft: #0b1528;
  --panel: rgba(17, 29, 50, .88);
  --panel-strong: #121f35;
  --border: #223453;
  --text: #f4f8ff;
  --muted: #8fa3be;
  --blue: #2f7df6;
  --blue-bright: #5b9bff;
  --green: #29c987;
  --amber: #f3b14b;
  --red: #f05c72;
  --violet: #8b7cf6;
  --shadow: 0 18px 45px rgba(0, 0, 0, .28);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--bg); }
body { margin: 0; min-height: 100vh; color: var(--text); background: radial-gradient(circle at 75% -10%, rgba(47, 125, 246, .13), transparent 32rem), var(--bg); font: 15px/1.5 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 8px; font-size: clamp(29px, 4vw, 42px); letter-spacing: -.04em; line-height: 1.05; }
h2 { margin-bottom: 4px; font-size: 19px; }
.muted { color: var(--muted); }
.eyebrow { margin-bottom: 8px; color: var(--blue-bright); font-size: 11px; font-weight: 800; letter-spacing: .16em; }

.app-shell { display: grid; grid-template-columns: 245px 1fr; min-height: 100vh; }
.sidebar { position: sticky; top: 0; z-index: 40; display: flex; flex-direction: column; height: 100vh; padding: 28px 18px 20px; border-right: 1px solid var(--border); background: rgba(7, 16, 31, .96); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 12px; margin: 0 8px 36px; font-size: 19px; letter-spacing: -.02em; }
.brand-mark { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 11px; color: white; background: linear-gradient(145deg, var(--blue), #2554e7); box-shadow: 0 8px 25px rgba(47, 125, 246, .35); font-size: 14px; }
.brand small { display: block; margin-top: 1px; color: var(--muted); font-size: 8px; font-weight: 750; letter-spacing: .15em; }
.sidebar nav { display: grid; gap: 5px; }
.sidebar nav a { display: flex; align-items: center; gap: 12px; min-height: 44px; padding: 0 14px; border: 1px solid transparent; border-radius: 12px; color: #9db0c8; font-weight: 650; transition: .18s ease; }
.sidebar nav a span { width: 20px; color: #7f95b1; text-align: center; font-size: 18px; }
.sidebar nav a:hover { color: var(--text); background: rgba(47, 125, 246, .07); }
.sidebar nav a.active { color: white; border-color: rgba(47, 125, 246, .24); background: linear-gradient(90deg, rgba(47, 125, 246, .22), rgba(47, 125, 246, .08)); }
.sidebar nav a.active span { color: var(--blue-bright); }
.sidebar-footer { display: grid; gap: 12px; margin-top: auto; padding: 20px 8px 0; }
.global-upload-status { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 10px; padding: 11px; border: 1px solid rgba(47, 125, 246, .38); border-radius: 12px; background: rgba(47, 125, 246, .12); }
.global-upload-status[hidden] { display: none; }
.upload-status-icon { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 9px; color: #91beff; background: rgba(47, 125, 246, .2); font-size: 18px; }
.upload-status-copy { min-width: 0; }
.upload-status-copy strong, .upload-status-copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.upload-status-copy strong { font-size: 11px; }
.upload-status-copy small { color: var(--muted); font-size: 9px; }
.upload-status-copy .progress { height: 3px; margin-top: 6px; }
.secure-pill { color: var(--muted); font-size: 11px; }
.secure-pill i, .live-indicator i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.nav-logout { padding: 0; border: 0; color: #9db0c8; background: transparent; }
.main { min-width: 0; }
.content { width: min(1500px, 100%); margin: 0 auto; padding: 44px clamp(24px, 4vw, 58px) 70px; }
.mobile-header, .sidebar-overlay { display: none; }

.page-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.page-heading p:last-child { margin-bottom: 0; }
.button { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; gap: 8px; padding: 0 16px; border: 1px solid var(--border); border-radius: 11px; color: white; background: var(--panel-strong); font-weight: 700; transition: .16s ease; }
.button:hover { transform: translateY(-1px); border-color: #365177; }
.button.primary { border-color: var(--blue); background: linear-gradient(145deg, #3989ff, #2668eb); box-shadow: 0 10px 26px rgba(47, 125, 246, .25); }
.button.danger { border-color: #7b3041; background: #6c2938; }
.button.subtle { background: rgba(16, 29, 49, .78); }
.button.small { min-height: 34px; padding: 0 11px; border-radius: 9px; font-size: 12px; }
.button.wide { width: 100%; }
.danger-text { color: #ff8da0; }
.icon-button { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--border); border-radius: 10px; color: var(--muted); background: var(--panel-strong); }
.icon-button.active { color: white; border-color: var(--blue); background: rgba(47, 125, 246, .2); }
.panel { border: 1px solid var(--border); border-radius: var(--radius); background: var(--panel); box-shadow: var(--shadow); }
.alert { margin-bottom: 24px; padding: 13px 16px; border: 1px solid; border-radius: 12px; }
.alert.warning { color: #ffe0a4; border-color: rgba(243, 177, 75, .35); background: rgba(243, 177, 75, .09); }
.alert.error { color: #ffb0bd; border-color: rgba(240, 92, 114, .35); background: rgba(240, 92, 114, .1); }

.stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-bottom: 34px; }
.stat-card { display: flex; min-height: 142px; align-items: center; gap: 16px; padding: 21px; border: 1px solid var(--border); border-radius: var(--radius); background: linear-gradient(145deg, rgba(20, 35, 59, .96), rgba(12, 24, 43, .94)); box-shadow: var(--shadow); transition: .18s ease; }
a.stat-card:hover { border-color: #35547e; transform: translateY(-2px); }
.stat-card > div:last-child { min-width: 0; flex: 1; }
.stat-icon { display: grid; width: 45px; height: 45px; flex: 0 0 45px; place-items: center; border-radius: 13px; font-size: 20px; }
.stat-icon.blue { color: #77adff; background: rgba(47, 125, 246, .15); }
.stat-icon.green { color: #67e8b4; background: rgba(41, 201, 135, .13); }
.stat-icon.amber { color: #ffd080; background: rgba(243, 177, 75, .13); }
.stat-icon.violet { color: #b0a5ff; background: rgba(139, 124, 246, .13); }
.stat-card span { display: block; color: var(--muted); font-size: 12px; font-weight: 650; }
.stat-card strong { display: block; overflow: hidden; margin: 4px 0 2px; text-overflow: ellipsis; font-size: 23px; white-space: nowrap; }
.stat-card small { color: var(--muted); font-size: 11px; }
.progress { overflow: hidden; height: 5px; margin-top: 10px; border-radius: 9px; background: #263650; }
.progress i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), #5db5ff); }
.four-small .stat-card { min-height: 100px; }

.section-block { margin-top: 34px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 15px; }
.section-heading p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.section-heading > a { color: var(--blue-bright); font-size: 13px; font-weight: 700; }
.video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.video-grid.compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.video-card { overflow: hidden; min-width: 0; border: 1px solid var(--border); border-radius: 16px; background: var(--panel); transition: .18s ease; }
.video-card:hover { border-color: #35547e; transform: translateY(-2px); box-shadow: var(--shadow); }
.video-thumb { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #0a1322; }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; }
.thumb-placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: #476483; background: radial-gradient(circle, #172b47, #091321); font-size: 35px; }
.select-check { position: absolute; top: 10px; left: 10px; }
.select-check input { width: 18px; height: 18px; accent-color: var(--blue); }
.duration, .status { position: absolute; bottom: 9px; padding: 3px 7px; border-radius: 6px; font-size: 10px; font-weight: 800; backdrop-filter: blur(8px); }
.duration { right: 9px; background: rgba(0, 0, 0, .72); }
.status { left: 9px; }
.status-ready { color: #79edbc; background: rgba(20, 93, 66, .85); }
.status-processing { color: #a9ccff; background: rgba(30, 75, 139, .88); }
.status-queued { color: #ffe0a4; background: rgba(110, 76, 22, .88); }
.status-failed, .status-cancelled { color: #ffb0bd; background: rgba(104, 34, 48, .88); }
.video-body { padding: 14px; }
.video-title-row { display: flex; align-items: start; gap: 8px; }
.video-title { overflow: hidden; flex: 1; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.kebab { padding: 0; border: 0; color: var(--muted); background: transparent; }
.video-meta { display: flex; overflow: hidden; gap: 8px; margin-top: 7px; color: var(--muted); font-size: 10px; }
.video-meta span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.video-meta span + span::before { margin-right: 8px; content: "·"; }
.card-actions { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 13px; }
.empty { display: grid; min-height: 280px; place-items: center; align-content: center; padding: 35px; border: 1px dashed #2b4263; border-radius: var(--radius); color: var(--muted); text-align: center; }
.empty > span { margin-bottom: 12px; color: #506f96; font-size: 36px; }
.empty h3 { margin-bottom: 5px; color: white; }
.empty p { margin-bottom: 18px; }
.small-empty { min-height: 110px; }

.library-layout { display: grid; grid-template-columns: 245px minmax(0, 1fr); align-items: start; gap: 20px; }
.folder-panel { position: sticky; top: 24px; padding: 15px; }
.panel-title { display: flex; align-items: center; justify-content: space-between; padding: 2px 4px 12px; }
.panel-title h2 { margin: 0; }
.folder-row { display: flex; gap: 9px; margin: 2px 0; padding: 10px; border-radius: 9px; color: var(--muted); font-size: 12px; }
.folder-row:hover, .folder-row.active { color: white; background: rgba(47, 125, 246, .14); }
.folder-actions { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; padding-top: 13px; border-top: 1px solid var(--border); }
.toolbar { display: flex; gap: 9px; margin-bottom: 15px; padding: 11px; }
.search { display: flex; min-width: 180px; flex: 1; align-items: center; gap: 8px; padding: 0 12px; border: 1px solid var(--border); border-radius: 10px; background: #0b1729; }
.search input { width: 100%; border: 0; outline: 0; color: white; background: transparent; }
select, input, textarea { min-height: 42px; padding: 9px 11px; border: 1px solid var(--border); border-radius: 10px; outline: 0; color: white; background: #0b1729; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(47, 125, 246, .12); }
textarea { resize: vertical; }
.bulk-bar { display: none; align-items: center; gap: 9px; margin-bottom: 15px; padding: 10px 14px; border: 1px solid #315b8d; border-radius: 12px; background: rgba(47, 125, 246, .1); }
.bulk-bar.visible { display: flex; }
.bulk-bar strong { margin-right: auto; }
.list-view { grid-template-columns: 1fr; }
.list-view .video-card { display: grid; grid-template-columns: 210px 1fr; }
.list-view .video-thumb { aspect-ratio: 16/9; }

.upload-panel { padding: 20px; }
.upload-controls { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.upload-controls label { display: grid; min-width: 300px; gap: 7px; font-size: 12px; font-weight: 700; }
.storage-note { color: var(--muted); font-size: 12px; }
.dropzone { display: grid; min-height: 340px; place-items: center; align-content: center; padding: 35px; border: 2px dashed #30517b; border-radius: 16px; background: radial-gradient(circle, rgba(47, 125, 246, .09), transparent 65%); text-align: center; transition: .18s ease; cursor: pointer; }
.dropzone.dragover { border-color: var(--blue-bright); background: rgba(47, 125, 246, .14); }
.dropzone strong { font-size: 20px; }
.dropzone p { margin: 5px 0 18px; color: var(--muted); }
.drop-icon { display: grid; width: 65px; height: 65px; margin-bottom: 15px; place-items: center; border-radius: 18px; color: #81b4ff; background: rgba(47, 125, 246, .16); font-size: 32px; }
.upload-list { display: grid; gap: 10px; }
.upload-item { display: grid; grid-template-columns: minmax(150px, 1fr) 120px 2fr auto; align-items: center; gap: 16px; padding: 15px; border: 1px solid var(--border); border-radius: 13px; background: var(--panel); }
.upload-item strong, .upload-item small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.upload-item small { color: var(--muted); }
.upload-progress { min-width: 100px; }
.upload-progress > div:first-child { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 11px; }
.upload-progress .progress { margin-top: 5px; }
.upload-item.failed { border-color: rgba(240, 92, 114, .4); }
.upload-state { justify-self: end; font-weight: 750; }
.upload-state.queued { color: var(--green); }
.upload-state.failed, .upload-state.cancelled { color: var(--red); }

.detail-grid { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(290px, .7fr); align-items: start; gap: 20px; }
.player-panel { overflow: hidden; background: black; }
.player-panel video, .watch-player video { display: block; width: 100%; aspect-ratio: 16/9; background: black; }
.player-error { padding: 12px 16px; color: #dce9fb; border-top: 1px solid #29405e; background: #111e31; font-size: 13px; text-align: center; }
.player-error.error { color: #ffb0bd; border-color: rgba(240, 92, 114, .45); background: #321922; }
.player-error[hidden] { display: none; }
.detail-panel { padding: 22px; }
.stack-form { display: grid; gap: 14px; }
.stack-form label { display: grid; gap: 6px; color: var(--muted); font-size: 12px; font-weight: 700; }
.details-list, .settings-list { margin: 24px 0; }
.details-list div, .settings-list div { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px solid var(--border); }
dt { color: var(--muted); }
dd { margin: 0; max-width: 60%; overflow-wrap: anywhere; text-align: right; }
.processing-placeholder { display: grid; min-height: 480px; place-items: center; align-content: center; padding: 30px; color: var(--muted); text-align: center; }
.processing-placeholder h2 { color: white; }
.spinner { width: 38px; height: 38px; margin-bottom: 18px; border: 4px solid #283b58; border-top-color: var(--blue); border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.back-link { display: inline-block; margin-bottom: 12px; color: var(--blue-bright); font-size: 12px; font-weight: 700; }

.live-indicator { color: #7ceab9; font-size: 12px; }
.job-list { display: grid; gap: 10px; }
.job-row { display: grid; grid-template-columns: minmax(160px, 1fr) minmax(180px, 2fr) auto; align-items: center; gap: 18px; padding: 16px; border: 1px solid var(--border); border-radius: 13px; background: var(--panel); }
.job-row small { display: block; color: var(--muted); }
.job-row .error-detail { max-width: 600px; color: #ff9aaa; white-space: normal; }
.job-progress-top { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 11px; }

.share-list { display: grid; gap: 11px; }
.share-card { display: grid; grid-template-columns: minmax(280px, 1.5fr) auto auto; align-items: center; gap: 20px; padding: 15px; border: 1px solid var(--border); border-radius: 14px; background: var(--panel); }
.share-main { display: flex; min-width: 0; align-items: center; gap: 13px; }
.share-main > div:last-child { min-width: 0; }
.share-main code, .share-row code { display: block; overflow: hidden; color: #8dbbff; text-overflow: ellipsis; white-space: nowrap; }
.share-main small { display: block; color: var(--muted); }
.mini-thumb { display: grid; overflow: hidden; width: 72px; aspect-ratio: 16/10; flex: 0 0 72px; place-items: center; border-radius: 9px; color: #53749c; background: #0a1424; }
.mini-thumb img { width: 100%; height: 100%; object-fit: cover; }
.share-metrics { display: flex; gap: 18px; }
.share-metrics span { color: var(--muted); font-size: 10px; text-align: center; }
.share-metrics b { display: block; color: white; font-size: 16px; }
.share-controls { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.switch { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: 11px; }
.switch input { width: 16px; min-height: 16px; accent-color: var(--blue); }
.share-row { display: flex; align-items: center; gap: 10px; padding: 12px; border: 1px solid var(--border); border-radius: 11px; }
.share-row code { flex: 1; }

.trash-list { display: grid; gap: 10px; }
.trash-card { display: grid; grid-template-columns: auto 92px minmax(180px, 1fr) auto auto; align-items: center; gap: 14px; padding: 13px; border: 1px solid var(--border); border-radius: 14px; background: var(--panel); }
.trash-card > input { width: 17px; min-height: 17px; accent-color: var(--blue); }
.trash-info span, .trash-info small { display: block; color: var(--muted); }

.settings-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.settings-card { padding: 22px; }
.settings-card h2 { margin-bottom: 15px; }

.login-body { display: grid; min-height: 100vh; place-items: center; padding: 22px; background: radial-gradient(circle at 50% 10%, rgba(47, 125, 246, .2), transparent 28rem), var(--bg); }
.login-card { width: min(430px, 100%); padding: 38px; border: 1px solid var(--border); border-radius: 23px; background: rgba(14, 27, 47, .95); box-shadow: 0 30px 80px rgba(0, 0, 0, .45); text-align: center; }
.login-card .stack-form { margin-top: 25px; text-align: left; }
.login-logo { display: grid; width: 58px; height: 58px; margin: 0 auto 16px; place-items: center; border-radius: 17px; background: linear-gradient(145deg, var(--blue), #244fdb); box-shadow: 0 12px 35px rgba(47, 125, 246, .4); }
.login-security { margin-top: 24px; color: var(--muted); font-size: 10px; }

.watch-body { min-height: 100vh; background: radial-gradient(circle at 50% 0, #112846, #060b14 45%); }
.watch-header { width: min(1280px, 100%); margin: 0 auto; padding: 28px 30px 0; }
.watch-header .brand { margin: 0; }
.watch-main { width: min(1180px, calc(100% - 40px)); margin: 58px auto 30px; }
.watch-player { overflow: hidden; border: 1px solid #263a58; border-radius: 18px; background: black; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.watch-info { display: flex; align-items: start; justify-content: space-between; gap: 25px; padding: 28px 4px; }
.watch-info h1 { font-size: clamp(26px, 4vw, 40px); }
.watch-info > div > p:not(.eyebrow) { max-width: 760px; color: var(--muted); white-space: pre-wrap; }
.public-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.public-meta span { padding: 5px 9px; border: 1px solid var(--border); border-radius: 7px; color: var(--muted); font-size: 11px; }
.watch-footer { padding: 30px; color: #647994; font-size: 11px; text-align: center; }
.toast { position: fixed; right: 22px; bottom: 22px; z-index: 100; max-width: min(420px, calc(100% - 44px)); padding: 13px 17px; border: 1px solid #345d91; border-radius: 11px; background: #132744; box-shadow: var(--shadow); opacity: 0; transform: translateY(12px); pointer-events: none; transition: .2s ease; }
.toast.show { opacity: 1; transform: none; }
.toast.error { border-color: #85384b; background: #49212b; }
.page-loading .content { opacity: .72; transition: opacity .12s ease; }

@media (max-width: 1100px) {
  .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .video-grid, .video-grid.compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .share-card { grid-template-columns: 1fr; }
  .share-controls { justify-content: flex-start; }
  .share-metrics { justify-content: flex-start; }
}

@media (max-width: 820px) {
  .app-shell { display: block; }
  .sidebar { position: fixed; left: 0; transform: translateX(-102%); width: min(310px, 86vw); padding-top: max(28px, env(safe-area-inset-top)); transition: transform .24s ease; }
  body.nav-open .sidebar { transform: translateX(0); }
  .sidebar-overlay { position: fixed; inset: 0; z-index: 35; display: block; background: rgba(0,0,0,.55); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
  body.nav-open .sidebar-overlay { opacity: 1; pointer-events: auto; }
  .mobile-header { position: sticky; top: 0; z-index: 25; display: flex; height: 64px; align-items: center; gap: 14px; padding: 0 18px; border-bottom: 1px solid var(--border); background: rgba(7, 16, 31, .9); backdrop-filter: blur(15px); }
  .mobile-brand { font-weight: 800; }
  .mobile-brand span { color: var(--blue-bright); }
  .content { padding: 28px 18px 60px; }
  .library-layout { grid-template-columns: 1fr; }
  .folder-panel { position: static; }
  .detail-grid { grid-template-columns: 1fr; }
  .toolbar { flex-wrap: wrap; }
  .search { flex-basis: 100%; min-height: 44px; }
  .upload-item { grid-template-columns: 1fr auto; }
  .upload-progress { grid-column: 1/-1; }
  .job-row { grid-template-columns: 1fr; gap: 10px; }
  .trash-card { grid-template-columns: auto 70px 1fr; }
  .trash-card .button { grid-column: auto; }
}

@media (max-width: 560px) {
  h1 { font-size: 31px; }
  .page-heading { align-items: stretch; flex-direction: column; }
  .page-heading > .button { width: 100%; }
  .stats-grid, .four-small { grid-template-columns: 1fr 1fr; gap: 10px; }
  .stat-card { min-height: 114px; padding: 15px; }
  .stat-icon { display: none; }
  .stat-card strong { font-size: 19px; }
  .video-grid, .video-grid.compact { grid-template-columns: 1fr; }
  .list-view .video-card { display: block; }
  .folder-panel { overflow-x: auto; }
  .toolbar select { min-width: calc(50% - 5px); flex: 1; }
  .bulk-bar { align-items: stretch; flex-direction: column; }
  .bulk-bar strong { margin: 0; }
  .upload-panel { padding: 12px; }
  .upload-controls { align-items: stretch; flex-direction: column; }
  .upload-controls label { min-width: 0; }
  .dropzone { min-height: 290px; padding: 25px 14px; }
  .settings-grid { grid-template-columns: 1fr; }
  .share-row { align-items: stretch; flex-direction: column; }
  .trash-card { grid-template-columns: auto 60px 1fr; gap: 9px; }
  .trash-card .button { grid-column: 2/-1; }
  .watch-main { width: calc(100% - 20px); margin-top: 35px; }
  .watch-player { border-radius: 12px; }
  .watch-info { align-items: stretch; flex-direction: column; padding: 22px 5px; }
  .watch-info .button { width: 100%; }
  .watch-header { padding: 20px 16px 0; }
  .login-card { padding: 28px 20px; }
}
