/* auvimix, Oberfläche. Dunkel, Lime-Akzent, Sora für Titel, Instrument Sans für Text. */

@font-face{font-family:"Sora";font-style:normal;font-weight:100 800;font-display:swap;src:url(/assets/fonts/sora-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:"Sora";font-style:normal;font-weight:100 800;font-display:swap;src:url(/assets/fonts/sora-latinext.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:"Instrument Sans";font-style:normal;font-weight:400 700;font-display:swap;src:url(/assets/fonts/instrument-sans-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:"Instrument Sans";font-style:normal;font-weight:400 700;font-display:swap;src:url(/assets/fonts/instrument-sans-latinext.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}

:root{
  --bg:#0b0e13;--bg2:#10141b;--panel:#161b24;--panel2:#1d2430;--line:#252d3a;--line2:#303a49;
  --text:#eef2f7;--muted:#93a0b2;--dim:#6b7788;
  --accent:#b6f23a;--accent2:#d4ff6a;--accent-ink:#0b0e13;
  --amber:#ffb020;--blue:#6ea8ff;--violet:#b48cff;--danger:#ff5a6a;--ok:#4ade80;
  --font:"Instrument Sans",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  --display:"Sora",var(--font);
  --r:14px;--r-sm:10px;--r-lg:20px;
  --top:60px;--side:244px;
  --shadow:0 10px 40px rgba(0,0,0,.45);
  color-scheme:dark;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
a:hover{color:#fff}
img,video{max-width:100%;display:block}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}
input,select,textarea{font:inherit;color:inherit}
h1,h2,h3,h4{font-family:var(--display);font-weight:600;letter-spacing:-.01em;margin:0;line-height:1.2}
h1{font-size:26px}h2{font-size:19px}h3{font-size:16px}
p{margin:0 0 12px}
code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em;background:var(--panel2);padding:2px 6px;border-radius:6px}
.ic{width:20px;height:20px;flex:none;vertical-align:-5px}
.muted{color:var(--muted)}.small{font-size:13px}.err{color:var(--danger)}
.skip{position:absolute;left:-999px;top:0}.skip:focus{left:8px;top:8px;background:var(--accent);color:var(--accent-ink);padding:8px 12px;z-index:99;border-radius:8px}
.dot::before{content:"·";margin:0 5px;color:var(--dim)}
[hidden]{display:none!important}
::selection{background:var(--accent);color:var(--accent-ink)}

/* ---------- Buttons ---------- */
.btn{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:999px;font-weight:600;font-size:14px;border:1px solid transparent;white-space:nowrap;transition:background .15s,color .15s,border-color .15s;line-height:1.2}
.btn .ic{width:18px;height:18px}
.btn-accent{background:var(--accent);color:var(--accent-ink)}.btn-accent:hover{background:var(--accent2);color:var(--accent-ink)}
.btn-ghost{background:transparent;border-color:var(--line2);color:var(--text)}.btn-ghost:hover{background:var(--panel2)}
.btn-light{background:#fff;color:#0b0e13}.btn-light:hover{background:#e8edf5;color:#0b0e13}
.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:#ff7683;color:#fff}
.btn-lg{padding:13px 22px;font-size:16px}.btn-sm{padding:6px 12px;font-size:13px}.btn-block{width:100%;justify-content:center}
.btn[disabled]{opacity:.45;cursor:not-allowed}
.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;color:var(--muted);transition:background .15s,color .15s}
.icon-btn:hover{background:var(--panel2);color:#fff}
.link-btn{color:var(--muted);font-weight:600;padding:0}.link-btn:hover{color:#fff}
.pill{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:999px;background:var(--panel2);font-weight:600;font-size:14px;transition:background .15s,color .15s;line-height:1.2}
.pill:hover{background:var(--line2)}.pill.on{background:var(--accent);color:var(--accent-ink)}.pill.static{cursor:default}
.pill .ic{width:18px;height:18px}.pill-sm{padding:5px 10px;font-size:13px}
.inline{display:inline}

/* ---------- Layout: App ---------- */
.top{position:fixed;top:0;left:0;right:0;height:var(--top);display:flex;align-items:center;gap:14px;padding:0 16px;background:rgba(11,14,19,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);z-index:40}
.brand{display:flex;align-items:center;gap:9px;font-family:var(--display);font-weight:700;font-size:21px;letter-spacing:-.02em}
.brand .wordmark{color:#fff}
.menu-btn{display:none}
.search{flex:1;max-width:640px;margin:0 auto;display:flex;background:var(--panel);border:1px solid var(--line2);border-radius:999px;overflow:hidden;height:40px}
.search input{flex:1;background:transparent;border:0;padding:0 18px;outline:0;color:var(--text);min-width:0}
.search input::placeholder{color:var(--dim)}
.search button{width:52px;color:var(--muted);border-left:1px solid var(--line2);background:var(--panel2)}
.search button:hover{color:#fff}
.search:focus-within{border-color:var(--accent)}
.top-actions{display:flex;align-items:center;gap:10px;margin-left:auto}
.menu{position:relative}
.menu summary{list-style:none;cursor:pointer;display:block;border-radius:50%}
.menu summary::-webkit-details-marker{display:none}
.menu-panel{position:absolute;right:0;top:46px;width:260px;background:var(--panel);border:1px solid var(--line2);border-radius:var(--r);box-shadow:var(--shadow);padding:8px;z-index:50}
.menu-head{display:flex;gap:10px;align-items:center;padding:8px 10px 12px;border-bottom:1px solid var(--line);margin-bottom:6px}
.menu-head strong{display:block;font-size:14px}.menu-head span{font-size:12px;color:var(--muted)}
.menu-panel a,.menu-panel button{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;border-radius:8px;font-size:14px;text-align:left}
.menu-panel a:hover,.menu-panel button:hover{background:var(--panel2)}
.shell{display:flex;padding-top:var(--top);min-height:100vh}
.side{position:fixed;top:var(--top);bottom:0;left:0;width:var(--side);overflow-y:auto;padding:12px 10px;border-right:1px solid var(--line);background:var(--bg);display:flex;flex-direction:column;z-index:30}
.side-nav{display:flex;flex-direction:column;gap:2px}
.nav-item{display:flex;align-items:center;gap:14px;padding:9px 12px;border-radius:10px;color:var(--text);font-size:14px;font-weight:500}
.nav-item .ic{color:var(--muted)}
.nav-item:hover{background:var(--panel)}
.nav-item.active{background:var(--panel2);font-weight:700}.nav-item.active .ic{color:var(--accent)}
.side-sep{height:1px;background:var(--line);margin:10px 6px}
.side-title{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--dim);padding:6px 12px 4px;font-weight:700}
.side-foot{margin-top:auto;padding:16px 12px 6px;display:flex;flex-wrap:wrap;gap:4px 10px;font-size:12px;color:var(--dim)}
.side-foot a:hover{color:var(--text)}.side-foot span{width:100%;margin-top:6px}
.side-backdrop{display:none}
.main{flex:1;margin-left:var(--side);padding:24px 28px 60px;min-width:0}
body.wide .main{padding:20px 24px 60px}

/* ---------- Layout: Bare ---------- */
body.bare{display:flex;flex-direction:column;min-height:100vh}
.bare-top{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;border-bottom:1px solid var(--line)}
.bare-nav{display:flex;gap:8px;align-items:center}
.bare-main{flex:1;padding:36px 20px;max-width:1100px;width:100%;margin:0 auto}
.bare-foot{display:flex;flex-wrap:wrap;gap:6px 18px;justify-content:center;padding:20px;border-top:1px solid var(--line);font-size:13px;color:var(--dim)}
.bare-foot a:hover{color:var(--text)}
.auth-card{max-width:440px;margin:20px auto;background:var(--panel);border:1px solid var(--line);border-radius:var(--r-lg);padding:32px}
.auth-card.auth-wide{max-width:720px}
.auth-card h1{margin-bottom:8px;font-size:24px}
.auth-card .btn{margin-top:6px}
.auth-alt{margin-top:18px;font-size:14px;color:var(--muted)}.auth-alt a{color:var(--accent)}
.big-ic{width:56px;height:56px;border-radius:16px;background:var(--panel2);display:grid;place-items:center;margin-bottom:16px}.big-ic .ic{width:28px;height:28px;color:var(--accent)}

/* ---------- Formulare ---------- */
.form{display:flex;flex-direction:column;gap:14px}
.form label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:var(--muted)}
.form label small{font-weight:400}
.form input:not([type=checkbox]):not([type=range]),.form select,.form textarea{background:var(--bg2);border:1px solid var(--line2);border-radius:var(--r-sm);padding:10px 12px;color:var(--text);outline:0;width:100%;font-size:15px}
.form input:focus,.form select:focus,.form textarea:focus{border-color:var(--accent)}
.form textarea{resize:vertical;min-height:70px}
.form input[type=file]{padding:8px;font-size:14px}
.form select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--muted) 50%),linear-gradient(135deg,var(--muted) 50%,transparent 50%);background-position:calc(100% - 18px) 55%,calc(100% - 13px) 55%;background-size:5px 5px;background-repeat:no-repeat;padding-right:36px}
.form .check,.check{flex-direction:row;align-items:flex-start;gap:10px;font-weight:500;color:var(--text);font-size:14px;line-height:1.4}
.check input{width:18px;height:18px;accent-color:var(--accent);margin-top:2px;flex:none}
.check a{color:var(--accent)}
.form-2col{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.form-2col .span2{grid-column:1/-1}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-row-3{grid-template-columns:1fr 1fr 1fr}
.form-actions{display:flex;gap:10px;align-items:center}
.form-inline{flex-direction:row;flex-wrap:wrap;align-items:flex-end}.form-inline label{flex:1;min-width:140px}
.checks{display:flex;flex-direction:column;gap:8px}
.filters{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.filters select,.filters input{background:var(--panel);border:1px solid var(--line2);border-radius:999px;padding:8px 14px;color:var(--text);outline:0;font-size:14px}
.filters select{appearance:none;padding-right:30px;background-image:linear-gradient(45deg,transparent 50%,var(--muted) 50%),linear-gradient(135deg,var(--muted) 50%,transparent 50%);background-position:calc(100% - 16px) 55%,calc(100% - 11px) 55%;background-size:5px 5px;background-repeat:no-repeat}

/* ---------- Meldungen ---------- */
.flash{padding:12px 16px;border-radius:var(--r-sm);margin-bottom:16px;font-size:14px;display:flex;gap:10px;align-items:center;border:1px solid}
.flash-ok{background:rgba(74,222,128,.1);border-color:rgba(74,222,128,.3)}
.flash-error{background:rgba(255,90,106,.12);border-color:rgba(255,90,106,.35)}
.flash-info{background:rgba(110,168,255,.1);border-color:rgba(110,168,255,.3)}
.flash a{color:var(--accent);font-weight:600}
.flash .ic{color:var(--blue)}
.flash-proc .ic{animation:spin 1.6s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%) translateY(20px);background:#fff;color:#0b0e13;padding:10px 18px;border-radius:999px;font-weight:600;font-size:14px;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;z-index:80;box-shadow:var(--shadow);max-width:90vw}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}

/* ---------- Abschnitte ---------- */
.page-head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}
.page-head h1{display:flex;align-items:center;gap:10px}
.page-head h1 .ic{width:26px;height:26px;color:var(--accent)}
.page-head .back{display:inline-flex;color:var(--muted)}.page-head .back:hover{color:#fff}
.page-actions{display:flex;gap:8px;flex-wrap:wrap}
.count{font-family:var(--font);font-weight:500;font-size:14px;color:var(--muted);background:var(--panel2);padding:2px 9px;border-radius:999px;vertical-align:middle}
.sec{margin-bottom:34px}
.sec-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:14px;gap:12px}
.sec-head h2{display:flex;align-items:center;gap:8px}.sec-head h2 .ic{color:var(--accent);width:22px;height:22px}
.more{color:var(--muted);font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:2px}.more:hover{color:#fff}.more .ic{width:16px;height:16px}
.tabs{display:flex;gap:4px;border-bottom:1px solid var(--line);margin-bottom:20px;overflow-x:auto;scrollbar-width:none}
.tab{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;font-weight:600;color:var(--muted);border-bottom:2px solid transparent;margin-bottom:-1px;white-space:nowrap}
.tab small{background:var(--panel2);border-radius:999px;padding:1px 7px;font-size:12px}
.tab:hover{color:#fff}.tab.active{color:#fff;border-color:var(--accent)}
.tabs-sm{margin-bottom:0;border:0}.tabs-sm .tab{padding:6px 12px;font-size:14px}
.toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}
.queue-state{font-size:13px;color:var(--muted)}
.empty{text-align:center;padding:60px 20px;background:var(--panel);border:1px dashed var(--line2);border-radius:var(--r-lg);max-width:640px;margin:20px auto}
.empty .ic{width:44px;height:44px;color:var(--dim);margin-bottom:12px}
.empty h3{margin-bottom:8px}.empty p{color:var(--muted);margin-bottom:16px}
.pager{display:flex;justify-content:center;gap:10px;margin:24px 0}

/* ---------- Karten ---------- */
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:22px 18px}
.grid-images{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}
.card{display:flex;flex-direction:column;gap:10px;min-width:0}
.card-media{position:relative;display:block;aspect-ratio:16/9;border-radius:12px;overflow:hidden;background:var(--panel)}
.card-media img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.card:hover .card-media img{transform:scale(1.03)}
.card-ph{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--dim);font-size:13px;font-weight:600}
.card-ph .ic{width:34px;height:34px}
.card-ph-processing .ic{animation:spin 1.6s linear infinite;color:var(--blue)}
.card-ph-failed .ic{color:var(--danger)}
.pod-frame{position:absolute;inset:0;display:grid;place-items:center;background:radial-gradient(circle at 30% 20%,hsl(var(--hue) 60% 30%),#0f131a 70%)}
.pod-frame img{width:56%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.5)}
.pod-ph{display:grid;place-items:center;width:56%;aspect-ratio:1;border-radius:10px;background:rgba(255,255,255,.06);color:var(--amber)}
.pod-ph .ic{width:40%;height:40%}
.dur{position:absolute;right:8px;bottom:8px;background:rgba(0,0,0,.8);color:#fff;font-size:12px;font-weight:600;padding:2px 7px;border-radius:6px;display:inline-flex;align-items:center;gap:4px}
.dur-ic .ic{width:14px;height:14px}
.vis-badge{position:absolute;left:8px;top:8px;background:rgba(0,0,0,.7);color:#fff;font-size:11px;font-weight:600;padding:3px 8px;border-radius:6px;display:inline-flex;align-items:center;gap:4px}
.vis-badge .ic{width:13px;height:13px}
.list-badge{position:absolute;right:0;top:0;bottom:0;width:38%;background:rgba(0,0,0,.75);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:700;font-size:14px}
.card-body{display:flex;gap:10px;align-items:flex-start}
.card-avatar{flex:none}
.card-text{min-width:0;flex:1}
.card-title{font-size:15px;font-weight:600;font-family:var(--font);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:3px}
.card-meta{font-size:13px;color:var(--muted);display:flex;flex-wrap:wrap;align-items:center}
.card-meta a:hover{color:#fff}
.card-menu{width:32px;height:32px;margin:-4px -6px 0 0}
.card-h{flex-direction:row;gap:10px}
.card-h .card-media{width:160px;flex:none;aspect-ratio:16/9;border-radius:8px}
.card-h .card-title{font-size:14px}
.card-h .card-meta{font-size:12px;flex-direction:column;align-items:flex-start;gap:0}
.card-h .card-meta .dot{display:none}
.side-cards{display:flex;flex-direction:column;gap:12px}
.side-h{font-size:15px;margin:18px 0 10px;color:var(--muted)}
.type-badge{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:700;padding:3px 9px;border-radius:999px;background:var(--panel2)}
.type-badge .ic{width:14px;height:14px}
.type-video{color:var(--accent)}.type-podcast{color:var(--amber)}.type-image{color:var(--blue)}

/* ---------- Avatare, Kanäle ---------- */
.avatar{display:inline-grid;place-items:center;border-radius:50%;overflow:hidden;background:hsl(var(--hue,200) 50% 32%);flex:none;color:#fff;font-family:var(--display);font-weight:700}
.avatar img{width:100%;height:100%;object-fit:cover}
.avatar-text span{font-size:.42em;line-height:1}
.avatar-text{font-size:36px}
.chan-strip{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px;scrollbar-width:thin;margin-bottom:8px}
.chan-chip{flex:none;width:130px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;padding:14px 10px;background:var(--panel);border:1px solid var(--line);border-radius:var(--r);font-size:13px}
.chan-chip:hover{border-color:var(--line2);background:var(--panel2)}
.chan-chip strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.chan-chip span{color:var(--muted);font-size:12px}
.chan-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}
.chan-card{display:flex;gap:14px;align-items:center;padding:14px;background:var(--panel);border:1px solid var(--line);border-radius:var(--r)}
.chan-card:hover{border-color:var(--line2);background:var(--panel2)}
.chan-card strong{display:block}.chan-card span{font-size:13px;color:var(--muted)}
.cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px}
.cat-chip{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-radius:12px;background:linear-gradient(135deg,hsl(var(--hue) 45% 22%),hsl(var(--hue) 40% 14%));border:1px solid rgba(255,255,255,.06);font-weight:600;font-size:14px}
.cat-chip:hover{border-color:rgba(255,255,255,.2)}
.cat-chip small{color:var(--muted);font-weight:500}

/* ---------- Statistik, Panels, Tabellen ---------- */
.stat-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;margin-bottom:20px}
.stat{background:var(--panel);border:1px solid var(--line);border-radius:var(--r);padding:14px 16px}
.stat span{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-weight:700}
.stat strong{display:block;font-family:var(--display);font-size:24px;margin-top:2px}
.stat small{color:var(--muted);font-size:12px}
.stat-row-sm .stat{padding:10px 12px}.stat-row-sm .stat strong{font-size:18px}
.panel{background:var(--panel);border:1px solid var(--line);border-radius:var(--r-lg);padding:22px;margin-bottom:18px}
.panel h2{margin-bottom:14px;font-size:17px}
.panel.danger{border-color:rgba(255,90,106,.3)}
.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--r);background:var(--panel)}
.table{width:100%;border-collapse:collapse;font-size:14px}
.table th,.table td{text-align:left;padding:12px 14px;border-bottom:1px solid var(--line);vertical-align:middle}
.table th{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}
.table tr:last-child td{border-bottom:0}
.table-sm th,.table-sm td{padding:8px 12px}
.table small{display:block;color:var(--muted);font-size:12px}
.td-media{display:flex;gap:12px;align-items:center;min-width:280px}
.td-media .th{width:96px;aspect-ratio:16/9;border-radius:6px;overflow:hidden;background:var(--bg2);flex:none;position:relative}
.td-media .th img{width:100%;height:100%;object-fit:cover}
.td-media .th .card-ph .ic{width:22px;height:22px}
.td-title{font-weight:600}.td-title:hover{color:var(--accent)}
.td-actions{white-space:nowrap;text-align:right}
.td-size small{display:block}
.status{display:inline-block;padding:3px 9px;border-radius:999px;font-size:12px;font-weight:700}
.status-ready{background:rgba(74,222,128,.15);color:var(--ok)}
.status-processing{background:rgba(110,168,255,.15);color:var(--blue)}
.status-failed{background:rgba(255,90,106,.15);color:var(--danger)}
.dl{display:grid;grid-template-columns:auto 1fr;gap:8px 16px;margin:0;font-size:14px}
.dl dt{color:var(--muted)}.dl dd{margin:0;word-break:break-word}
.spark{display:flex;align-items:flex-end;gap:2px;height:60px;background:var(--bg2);border-radius:8px;padding:6px}
.spark i{flex:1;background:var(--accent);height:var(--v);min-height:2px;border-radius:2px 2px 0 0;opacity:.85}
.spark i:hover{opacity:1;background:var(--accent2)}
.tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}
.tags a{background:var(--panel2);padding:4px 10px;border-radius:999px;font-size:13px;color:var(--muted)}.tags a:hover{color:#fff}

/* ---------- Wiedergabe ---------- */
.watch{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:28px;max-width:1500px}
.watch-main{min-width:0}
.player-wrap{position:relative;border-radius:14px;overflow:hidden;background:#000;aspect-ratio:16/9;max-height:78vh}
.player-video video{width:100%;height:100%;object-fit:contain;background:#000}
.player-podcast{aspect-ratio:auto;background:var(--panel)}
.player-image{aspect-ratio:auto;background:var(--bg2);max-height:none}
.img-view{margin:0;display:flex;justify-content:center;max-height:80vh}
.img-view img{width:auto;max-width:100%;max-height:80vh;object-fit:contain}
.player-ph{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;padding:20px;color:var(--muted)}
.player-ph .ic{width:40px;height:40px;color:var(--blue);animation:spin 1.6s linear infinite}
.player-ph strong{color:#fff;font-size:18px}
.watch-title{font-size:22px;margin:16px 0 12px}
.watch-bar{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:14px}
.watch-chan{display:flex;align-items:center;gap:12px}
.watch-chan-text{display:flex;flex-direction:column;line-height:1.3}
.watch-chan-name{font-weight:700;font-size:15px}
.watch-chan .btn{margin-left:8px}
.watch-actions{display:flex;gap:8px;flex-wrap:wrap}
.watch-desc{background:var(--panel);border-radius:12px;padding:14px 16px;position:relative;max-height:130px;overflow:hidden}
.watch-desc.open{max-height:none;padding-bottom:40px}
.watch-meta{display:flex;flex-wrap:wrap;gap:6px 14px;font-size:14px;margin-bottom:8px;color:var(--muted);align-items:center}
.watch-meta strong{color:var(--text)}
.watch-meta .vis{display:inline-flex;align-items:center;gap:4px}.watch-meta .vis .ic{width:15px;height:15px}
.watch-text{font-size:14px;line-height:1.6;white-space:normal}
.watch-text a{color:var(--accent)}
.desc-toggle{position:absolute;left:0;right:0;bottom:0;padding:26px 16px 10px;text-align:left;background:linear-gradient(transparent,var(--panel) 55%);font-size:14px}
.watch-desc.open .desc-toggle{background:none;padding-top:10px}
.watch-desc.short .desc-toggle{display:none}
.watch-desc.short{max-height:none}
.comments{margin-top:28px}
.comments h2{margin-bottom:16px;display:flex;align-items:center;gap:8px}
.comment-form{display:flex;gap:12px;margin-bottom:22px}
.comment-input{flex:1}
.comment-input textarea{width:100%;background:transparent;border:0;border-bottom:1px solid var(--line2);padding:8px 0;color:var(--text);outline:0;resize:none;min-height:38px}
.comment-input textarea:focus{border-color:var(--accent)}
.comment-btns{display:flex;justify-content:flex-end;margin-top:8px}
.comment{display:flex;gap:12px;margin-bottom:16px}
.comment-head{display:flex;gap:10px;align-items:baseline;font-size:13px;margin-bottom:2px}
.comment-head a{font-weight:700}
.comment-body p{margin:0;font-size:14px;line-height:1.55}
.list-panel{background:var(--panel);border:1px solid var(--line);border-radius:12px;overflow:hidden;margin-bottom:18px}
.list-panel-head{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid var(--line)}
.list-panel-head .ic{color:var(--accent);width:18px;height:18px}
.list-items{list-style:none;margin:0;padding:0;max-height:420px;overflow-y:auto}
.list-items li a{display:flex;gap:10px;align-items:center;padding:8px 10px;font-size:13px}
.list-items li a:hover{background:var(--panel2)}
.list-items li.current a{background:var(--panel2)}
.list-items .n{width:20px;text-align:center;color:var(--muted);font-size:12px;flex:none}
.list-items li.current .n .ic{width:14px;height:14px;color:var(--accent)}
.list-items .th{width:90px;aspect-ratio:16/9;border-radius:6px;overflow:hidden;background:var(--bg2);flex:none;display:grid;place-items:center;color:var(--dim)}
.list-items .th img{width:100%;height:100%;object-fit:cover}
.list-items .tx{min-width:0;display:flex;flex-direction:column}
.list-items .tx strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600}
.list-items .tx small{color:var(--muted)}

/* ---------- Podcast-Player ---------- */
.pod-player{display:flex;gap:18px;padding:18px;background:linear-gradient(135deg,hsl(var(--hue) 45% 18%),var(--panel) 65%);border-radius:14px;align-items:center}
.pod-player.big{padding:26px;gap:26px}
.pod-cover{position:relative;width:120px;aspect-ratio:1;border-radius:12px;overflow:hidden;flex:none;background:rgba(255,255,255,.06)}
.pod-player.big .pod-cover{width:220px}
.pod-cover img{width:100%;height:100%;object-fit:cover}
.pod-cover .pod-ph{width:100%;height:100%;border-radius:0}
.pod-big-play{position:absolute;inset:0;display:grid;place-items:center;background:rgba(0,0,0,.35);color:#fff;opacity:0;transition:opacity .15s}
.pod-cover:hover .pod-big-play,.pod-player.paused .pod-big-play{opacity:1}
.pod-big-play .ic{width:44px;height:44px;fill:currentColor}
.pod-big-play .ic:last-child{display:none}
.pod-player.playing .pod-big-play .ic:first-child{display:none}
.pod-player.playing .pod-big-play .ic:last-child{display:block}
.pod-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:12px}
.pod-title strong{display:block;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pod-title span{font-size:13px;color:var(--muted)}
.pod-wave{position:relative;height:64px;cursor:pointer;user-select:none;border-radius:6px;overflow:hidden}
.pod-player.big .pod-wave{height:90px}
.pod-wave-img{position:absolute;inset:0;width:100%;height:100%;object-fit:fill;opacity:.35}
.pod-wave-fill{position:absolute;left:0;top:0;bottom:0;width:0;overflow:hidden}
.pod-wave-fill img{position:absolute;left:0;top:0;height:100%;object-fit:fill;width:var(--full,100%)}
.pod-bar{position:absolute;left:0;right:0;top:50%;height:6px;margin-top:-3px;background:rgba(255,255,255,.15);border-radius:3px}
.pod-bar i{display:block;height:100%;width:0;background:var(--amber);border-radius:3px}
.pod-controls{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.pod-controls .icon-btn{color:var(--text)}
.pod-play-sm{background:var(--amber);color:#0b0e13!important;width:42px;height:42px}
.pod-play-sm .ic{fill:currentColor}.pod-play-sm .ic:last-child{display:none}
.pod-player.playing .pod-play-sm .ic:first-child{display:none}
.pod-player.playing .pod-play-sm .ic:last-child{display:block}
.pod-time{font-variant-numeric:tabular-nums;font-size:13px;color:var(--muted);margin:0 6px}
.pod-vol{display:flex;align-items:center;gap:6px;margin-left:auto;color:var(--muted)}
.pod-vol input{width:80px;accent-color:var(--amber)}

/* ---------- Playlist-Seite ---------- */
.pl-page{display:grid;grid-template-columns:320px minmax(0,1fr);gap:28px}
.pl-head{background:linear-gradient(180deg,hsl(var(--hue) 45% 20%),var(--panel));border-radius:var(--r-lg);padding:20px;position:sticky;top:calc(var(--top) + 20px);align-self:start}
.pl-cover{aspect-ratio:16/9;border-radius:12px;overflow:hidden;background:var(--bg2);position:relative;margin-bottom:16px}
.pl-cover img{width:100%;height:100%;object-fit:cover}
.pl-head h1{font-size:22px;margin-bottom:8px}
.pl-chan{display:inline-flex;align-items:center;gap:8px;font-weight:600;margin-bottom:6px}
.pl-desc{margin-top:10px;font-size:14px;color:var(--muted)}
.pl-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.pl-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}
.pl-items li{display:flex;gap:12px;align-items:center;padding:8px 10px;border-radius:10px;background:var(--panel)}
.pl-items li:hover{background:var(--panel2)}
.pl-items li.dragging{opacity:.4}
.pl-items li.over{outline:2px solid var(--accent)}
.pl-items .n{width:24px;text-align:center;color:var(--muted);font-size:13px;flex:none}
.pl-items .th{width:140px;aspect-ratio:16/9;border-radius:8px;overflow:hidden;background:var(--bg2);position:relative;flex:none}
.pl-items .th img{width:100%;height:100%;object-fit:cover}
.pl-items .tx{min-width:0;flex:1;display:flex;flex-direction:column}
.pl-items .tx strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pl-items .tx small{color:var(--muted);font-size:13px}
.pl-items .drag{color:var(--dim);cursor:grab}

/* ---------- Kanalseite ---------- */
.chan-banner{height:180px;border-radius:var(--r-lg);overflow:hidden;background:linear-gradient(120deg,hsl(var(--hue) 50% 22%),hsl(calc(var(--hue) + 60) 45% 18%))}
.chan-banner img{width:100%;height:100%;object-fit:cover}
.chan-head{display:flex;gap:20px;align-items:flex-start;margin:-36px 20px 16px;flex-wrap:wrap}
.chan-avatar{border:4px solid var(--bg);box-shadow:0 6px 20px rgba(0,0,0,.4)}
.chan-text{flex:1;min-width:240px;padding-top:40px}
.chan-text h1{font-size:24px}
.chan-about{margin-top:8px;font-size:14px;color:var(--muted)}.chan-about a{color:var(--accent)}
.chan-site{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:var(--accent);margin-top:6px}.chan-site .ic{width:15px;height:15px}
.chan-actions{display:flex;gap:8px;padding-top:44px;flex-wrap:wrap}
.info-card{max-width:760px}

/* ---------- Upload ---------- */
.upload-page{max-width:900px}
.dropzone{border:2px dashed var(--line2);border-radius:var(--r-lg);padding:44px 20px;text-align:center;display:flex;flex-direction:column;gap:6px;align-items:center;cursor:pointer;background:var(--panel);transition:border-color .15s,background .15s}
.dropzone:hover,.dropzone.over,.dropzone:focus{border-color:var(--accent);background:var(--panel2);outline:0}
.dropzone strong{font-size:17px}
.dropzone span{font-size:14px;color:var(--muted)}
.dz-ic{width:64px;height:64px;border-radius:18px;background:var(--bg2);display:grid;place-items:center;margin-bottom:8px}.dz-ic .ic{width:30px;height:30px;color:var(--accent)}
.upload-list{display:flex;flex-direction:column;gap:14px;margin:18px 0}
.up-item{background:var(--panel);border:1px solid var(--line);border-radius:var(--r-lg);padding:18px}
.up-head{display:flex;align-items:center;gap:12px;margin-bottom:10px}
.up-type{width:38px;height:38px;border-radius:10px;background:var(--panel2);display:grid;place-items:center;flex:none}
.up-name{flex:1;min-width:0}.up-name strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.up-name span{font-size:13px;color:var(--muted)}
.up-state{font-size:13px;font-weight:600;color:var(--muted);white-space:nowrap}
.up-item.done .up-state{color:var(--ok)}.up-item.error .up-state{color:var(--danger)}
.up-bar{height:6px;background:var(--bg2);border-radius:3px;overflow:hidden;margin-bottom:16px}
.up-bar i{display:block;height:100%;width:0;background:var(--accent);transition:width .2s}
.up-item.error .up-bar i{background:var(--danger)}
.up-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.up-msg{font-size:13px;color:var(--danger)}
.up-done{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-weight:600}
.up-done .ic{color:var(--ok)}
.upload-note{background:var(--panel);border:1px solid var(--line);border-radius:var(--r-lg);padding:18px 22px;font-size:14px;color:var(--muted)}
.upload-note h3{display:flex;align-items:center;gap:8px;margin-bottom:10px;color:var(--text)}
.upload-note ul{margin:0;padding-left:18px}.upload-note li{margin-bottom:4px}.upload-note a{color:var(--accent)}

/* ---------- Studio, Konto, Admin ---------- */
.edit-page{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px}
.edit-main .form{background:var(--panel);border:1px solid var(--line);border-radius:var(--r-lg);padding:22px;margin-bottom:18px}
.cover-row{display:flex;gap:18px;align-items:flex-start;flex-wrap:wrap;margin-bottom:16px}
.cover-row .form{flex:1;min-width:240px;background:none;border:0;padding:0;margin:0}
.cover-preview{width:220px;aspect-ratio:16/9;border-radius:10px;overflow:hidden;background:var(--bg2);position:relative;flex:none}
.cover-preview img{width:100%;height:100%;object-fit:cover}
.banner-preview{width:260px;aspect-ratio:10/3;border-radius:10px;overflow:hidden;background:linear-gradient(120deg,hsl(var(--hue) 50% 22%),hsl(calc(var(--hue) + 60) 45% 18%));flex:none}
.banner-preview img{width:100%;height:100%;object-fit:cover}

/* ---------- Dokumente ---------- */
.doc{max-width:820px}
.doc h1{font-size:30px;margin-bottom:12px}
.doc h2{font-size:20px;margin:30px 0 10px}
.doc h3{font-size:16px;margin:20px 0 8px}
.doc p,.doc li{font-size:15px;line-height:1.65;color:#d6dde7}
.doc .lead{font-size:17px;color:var(--text)}
.doc ul{padding-left:20px}
.doc a{color:var(--accent)}
.doc .table{margin:12px 0 18px}
.code-block{background:#070a0f;border:1px solid var(--line2);border-radius:12px;padding:16px 18px;overflow-x:auto;font-size:13px;line-height:1.6;color:#d4ff6a;margin:12px 0 18px}
.code-block code{background:none;padding:0;color:inherit;font-size:inherit}

/* ---------- Dialoge ---------- */
dialog.dlg{background:var(--panel);color:var(--text);border:1px solid var(--line2);border-radius:var(--r-lg);padding:0;width:min(520px,92vw);box-shadow:var(--shadow)}
dialog.dlg::backdrop{background:rgba(0,0,0,.6);backdrop-filter:blur(3px)}
.dlg-head{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--line)}
.dlg-body{padding:18px 20px;display:flex;flex-direction:column;gap:14px}
.share-links{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.share-links a,.share-links button{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 6px;border-radius:12px;background:var(--panel2);font-size:12px;font-weight:600}
.share-links a:hover,.share-links button:hover{background:var(--line2)}
.share-links .ic{width:24px;height:24px;color:var(--accent)}
.copy-row{display:flex;gap:8px}
.copy-row input,.copy-row textarea{flex:1;background:var(--bg2);border:1px solid var(--line2);border-radius:10px;padding:10px 12px;color:var(--text);font-size:13px;outline:0;font-family:ui-monospace,Menlo,Consolas,monospace;min-width:0}
.copy-row textarea{resize:vertical;min-height:88px}
.dlg-sub{font-size:13px;color:var(--muted);margin:0}
.pl-choice{display:flex;flex-direction:column;gap:6px;max-height:280px;overflow-y:auto}
.pl-choice label{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;background:var(--panel2);cursor:pointer;font-size:14px}
.pl-choice label small{margin-left:auto;color:var(--muted)}
.pl-choice input{accent-color:var(--accent);width:18px;height:18px}
.pl-new{display:flex;gap:8px;align-items:center}
.pl-new input{flex:1;background:var(--bg2);border:1px solid var(--line2);border-radius:10px;padding:10px 12px;color:var(--text);outline:0}
.pl-new select{background:var(--bg2);border:1px solid var(--line2);border-radius:10px;padding:10px;color:var(--text)}

/* ---------- Landing ---------- */
body.landing{background:var(--bg)}
.land-top{display:flex;align-items:center;gap:24px;padding:18px 32px;max-width:1240px;margin:0 auto}
.land-nav{display:flex;gap:22px;margin-left:16px;font-weight:600;color:var(--muted);font-size:14px}
.land-nav a:hover{color:#fff}
.land-actions{margin-left:auto;display:flex;gap:8px}
.hero{padding:40px 32px 60px;position:relative;overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(700px 400px at 20% 0%,rgba(182,242,58,.14),transparent 60%),radial-gradient(500px 300px at 90% 30%,rgba(255,176,32,.12),transparent 60%);pointer-events:none}
.hero-in{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:48px;align-items:center;position:relative}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--accent);background:rgba(182,242,58,.1);padding:6px 12px;border-radius:999px;margin-bottom:18px}
.eyebrow .ic{width:16px;height:16px}
.hero h1{font-size:clamp(34px,4.6vw,56px);font-weight:700;letter-spacing:-.03em;line-height:1.05;margin-bottom:18px}
.hero h1 em{font-style:normal;color:var(--accent)}
.lead{font-size:18px;color:var(--muted);max-width:560px;line-height:1.55}
.hero-cta{display:flex;gap:10px;flex-wrap:wrap;margin:26px 0 30px}
.hero-facts{list-style:none;margin:0;padding:0;display:flex;gap:32px}
.hero-facts strong{display:block;font-family:var(--display);font-size:26px}
.hero-facts span{font-size:13px;color:var(--muted)}
.hero-visual{position:relative;min-height:420px}
.hv-card{position:absolute;background:var(--panel);border:1px solid var(--line2);border-radius:16px;box-shadow:var(--shadow);overflow:hidden}
.hv-video{left:0;top:0;width:76%}
.hv-screen{aspect-ratio:16/9;background:linear-gradient(135deg,#1b2a3a,#0f141b 60%,#22301a);position:relative;display:grid;place-items:center}
.hv-play{width:64px;height:64px;border-radius:50%;background:var(--accent);display:grid;place-items:center;color:var(--accent-ink)}
.hv-play .ic{width:30px;height:30px;fill:currentColor}
.hv-bar{position:absolute;left:14px;right:14px;bottom:12px;height:4px;background:rgba(255,255,255,.2);border-radius:2px}
.hv-bar i{display:block;width:38%;height:100%;background:var(--accent);border-radius:2px}
.hv-row{display:flex;gap:10px;align-items:center;padding:12px 14px}
.hv-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--violet));flex:none}
.hv-row b{display:block;font-size:14px}.hv-row small{color:var(--muted);font-size:12px}
.hv-pod{right:0;top:50%;width:62%;padding:14px;display:flex;flex-direction:column;gap:10px;background:linear-gradient(135deg,#2a1f0c,var(--panel) 60%)}
.hv-cover{width:54px;height:54px;border-radius:10px;background:rgba(255,176,32,.15);color:var(--amber);display:grid;place-items:center}
.hv-cover .ic{width:26px;height:26px}
.hv-wave{display:flex;align-items:center;gap:2px;height:40px}
.hv-wave i{flex:1;height:var(--h);background:var(--amber);border-radius:2px;opacity:.9}
.hv-wave i:nth-child(n+24){opacity:.3}
.hv-pod .hv-row{padding:0}
.hv-widget{left:0;bottom:0;width:50%;padding:14px;background:#070a0f}
.hv-widget code{display:block;background:none;font-size:11.5px;color:#d4ff6a;line-height:1.6;padding:0}
.hv-widget small{display:block;margin-top:8px;color:var(--muted);font-size:12px}
.land-sec{padding:70px 32px}
.land-alt{background:var(--bg2)}
.land-in{max-width:1240px;margin:0 auto}
.land-in>h2,.land-two h2{font-size:clamp(26px,3vw,36px);letter-spacing:-.02em;margin-bottom:10px}
.land-in .sub{color:var(--muted);font-size:17px;max-width:640px;margin-bottom:34px}
.feat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}
.feat{background:var(--panel);border:1px solid var(--line);border-radius:var(--r-lg);padding:24px}
.feat .ic{width:30px;height:30px;color:var(--accent);margin-bottom:14px}
.feat h3{margin-bottom:8px}.feat p{color:var(--muted);font-size:14.5px;line-height:1.6;margin:0}
.land-two{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.land-two p{color:var(--muted);font-size:16px;line-height:1.6}
.check-list{list-style:none;padding:0;margin:18px 0 24px;display:flex;flex-direction:column;gap:10px}
.check-list li{display:flex;gap:10px;align-items:center}
.check-list .ic{color:var(--accent);flex:none}
.steps{list-style:none;padding:0;margin:20px 0 26px;counter-reset:s;display:flex;flex-direction:column;gap:14px}
.steps li{display:grid;grid-template-columns:36px 1fr;gap:4px 14px;counter-increment:s}
.steps li::before{content:counter(s);grid-row:span 2;width:36px;height:36px;border-radius:50%;background:var(--accent);color:var(--accent-ink);display:grid;place-items:center;font-weight:800;font-family:var(--display)}
.steps strong{font-size:16px}.steps span{color:var(--muted);font-size:14px}
.contact-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--r-lg);padding:28px}
.contact-card h3{font-size:20px;margin-bottom:10px}
.contact-card a{display:inline-flex;align-items:center;gap:8px;color:var(--accent);font-weight:600}
.land-foot{border-top:1px solid var(--line);padding:40px 32px 24px;font-size:14px;color:var(--muted)}
.land-foot-in{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:32px}
.land-foot p{margin-top:12px;max-width:420px}
.land-foot a:hover{color:#fff}
.land-foot-links{display:grid;grid-template-columns:1fr 1fr;gap:8px;align-content:start}
.land-foot-note{max-width:1240px;margin:28px auto 0;padding-top:16px;border-top:1px solid var(--line);font-size:13px;color:var(--dim)}

/* ---------- Embed ---------- */
body.embed{background:#000;color:#fff;overflow:hidden}
.emb{display:flex;flex-direction:column;height:100vh;width:100vw}
.emb-video video{flex:1;min-height:0;width:100%;background:#000;object-fit:contain}
.emb-image{background:#0b0e13}
.emb-img{flex:1;min-height:0;display:flex;align-items:center;justify-content:center}
.emb-img img{max-height:100%;max-width:100%;object-fit:contain}
.emb-podcast{background:var(--panel);justify-content:center;padding:10px}
.emb-podcast .pod-player{padding:12px;gap:14px}
.emb-podcast .pod-cover{width:92px}
.emb-podcast .pod-wave{height:46px}
.emb-bar{display:flex;align-items:center;gap:10px;padding:8px 12px;background:#0b0e13;border-top:1px solid var(--line);font-size:13px;flex:none;min-height:40px}
.emb-title{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}
.emb-chan{color:var(--muted);white-space:nowrap}
.emb-link{margin-left:auto;color:var(--accent);display:inline-flex;align-items:center;gap:4px;white-space:nowrap;font-weight:600}.emb-link .ic{width:14px;height:14px}
.emb-blocked-wrap{align-items:center;justify-content:center;background:var(--bg)}
.emb-blocked{text-align:center;color:var(--muted);padding:20px;display:flex;flex-direction:column;align-items:center;gap:10px}
.emb-blocked a{color:var(--accent);font-weight:600}
.emb-list{flex-direction:row;background:var(--bg)}
.emb-list-player{flex:1;min-width:0;display:flex;flex-direction:column;background:#000}
.emb-stage-item{flex:1;min-height:0;display:flex;flex-direction:column}
.emb-stage-item video{flex:1;min-height:0;object-fit:contain;background:#000;width:100%}
.emb-stage-item .pod-player{margin:auto 10px;flex:none}
.emb-list-side{width:300px;flex:none;display:flex;flex-direction:column;border-left:1px solid var(--line);background:var(--bg)}
.emb-list-head{display:grid;grid-template-columns:auto 1fr;gap:2px 10px;padding:12px;border-bottom:1px solid var(--line);font-size:13px}
.emb-list-head svg{grid-row:span 2;align-self:center}
.emb-list-head strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.emb-list-head span{color:var(--muted);font-size:12px}
.emb-items{list-style:none;margin:0;padding:6px;overflow-y:auto;flex:1}
.emb-items button{display:flex;gap:8px;align-items:center;width:100%;padding:6px;border-radius:8px;text-align:left;font-size:12px}
.emb-items button:hover,.emb-items button.active{background:var(--panel2)}
.emb-items .n{width:16px;text-align:center;color:var(--muted);flex:none}
.emb-items .th{width:68px;aspect-ratio:16/9;border-radius:5px;overflow:hidden;background:var(--panel);flex:none;display:grid;place-items:center;color:var(--dim)}
.emb-items .th img{width:100%;height:100%;object-fit:cover}
.emb-items .th .ic{width:16px;height:16px}
.emb-items .tx{min-width:0;display:flex;flex-direction:column}
.emb-items .tx strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600}
.emb-items .tx small{color:var(--muted)}

/* ---------- Responsive ---------- */
@media (max-width:1200px){
  .watch{grid-template-columns:1fr}
  .watch-side{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px 24px}
  .watch-side .side-h{grid-column:1/-1;margin-bottom:0}
  .watch-side .side-cards{display:contents}
  .watch-side .list-panel{grid-column:1/-1}
  .edit-page{grid-template-columns:1fr}
}
@media (max-width:1000px){
  :root{--side:72px}
  .side{padding:10px 8px}
  .nav-item{flex-direction:column;gap:4px;padding:10px 4px;font-size:11px;text-align:center}
  .side-title,.side-foot,.side-sep{display:none}
  .pl-page{grid-template-columns:1fr}
  .pl-head{position:static}
  .land-two,.hero-in{grid-template-columns:1fr}
  .hero-visual{min-height:360px;max-width:520px}
  .land-nav{display:none}
}
@media (max-width:720px){
  :root{--top:56px}
  .top{gap:8px;padding:0 10px}
  .menu-btn{display:inline-flex}
  .brand .wordmark{display:none}
  .search{height:36px}
  .btn-upload span{display:none}.btn-upload{padding:9px 11px}
  .side{transform:translateX(-100%);transition:transform .2s;width:260px;padding:12px 10px;box-shadow:var(--shadow)}
  body.side-open .side{transform:none}
  body.side-open .side-backdrop{display:block;position:fixed;inset:0;top:var(--top);background:rgba(0,0,0,.5);z-index:29}
  .nav-item{flex-direction:row;gap:14px;padding:10px 12px;font-size:14px;text-align:left}
  .side-title,.side-foot,.side-sep{display:flex}.side-title{display:block}
  .main{margin-left:0;padding:16px 14px 50px}
  body.wide .main{padding:10px 10px 50px}
  .grid{grid-template-columns:1fr 1fr;gap:16px 10px}
  .card-body{gap:8px}
  .watch-title{font-size:18px}
  .form-2col,.form-row,.form-row-3{grid-template-columns:1fr}
  .auth-card{padding:22px}
  .chan-head{margin:-28px 8px 12px}
  .chan-avatar{width:72px!important;height:72px!important}
  .chan-text,.chan-actions{padding-top:0}
  .pod-player.big{flex-direction:column;align-items:stretch}
  .pod-player.big .pod-cover{width:140px;margin:0 auto}
  .hero{padding:24px 18px 40px}.land-sec{padding:44px 18px}.land-top{padding:14px 16px}
  .hero-facts{gap:20px}
  .hv-widget{display:none}
  .land-foot-in{grid-template-columns:1fr}
  .share-links{grid-template-columns:repeat(3,1fr)}
  .emb-list{flex-direction:column}
  .emb-list-side{width:100%;height:42%;border-left:0;border-top:1px solid var(--line)}
  .stat-row{grid-template-columns:1fr 1fr}
}
@media (max-width:440px){
  .grid{grid-template-columns:1fr}
}
