:root{color-scheme:dark;font-family:Inter,Segoe UI,system-ui,sans-serif;background:#101219;color:#f3f5fc;font-size:16px;--muted:#a4adc2;--line:#303748;--accent:#bcfa71}*{box-sizing:border-box}body{margin:0}header{height:80px;padding:0 4vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}a{color:inherit;text-decoration:none}.brand{font-size:1.2rem}.brand:first-letter{color:var(--accent)}nav{display:flex;align-items:center;gap:24px;font-size:.9rem}main{max-width:1600px;margin:auto;padding:38px 4vw}.heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;gap:20px}.eyebrow{font-size:.78rem;letter-spacing:.15em;color:var(--accent);font-weight:700}h1{font-size:clamp(2rem,3vw,3rem);letter-spacing:-.04em;line-height:1.1;margin:10px 0}h2{font-size:1.1rem;margin:0 0 20px}h2 span{color:var(--muted);font-weight:400;margin-left:8px}.badge{padding:9px 14px;border:1px solid var(--line);border-radius:24px;font-size:.85rem;color:var(--muted)}.workspace{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(350px,1fr);gap:30px}section,details{background:#191d28;border:1px solid var(--line);border-radius:14px;padding:24px}.library{align-self:start;min-height:530px}aside{display:grid;gap:20px;align-content:start}.section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.section-title h2{margin:0}button,.button{font:inherit;font-size:.9rem;font-weight:600;background:#2a3243;color:white;border:1px solid #414b61;border-radius:8px;padding:11px 15px;cursor:pointer;display:inline-block;text-align:center}button:hover,.button:hover{filter:brightness(1.13)}button:disabled{opacity:.4;cursor:not-allowed}.primary{background:var(--accent);color:#142104;border-color:var(--accent)}.danger{color:#ffb6b6;border-color:#775052}.drop{border:1px dashed #596278;border-radius:10px;display:grid;place-content:center;gap:10px;text-align:center;min-height:120px;background:#151923}.drop span,.muted{color:var(--muted);font-size:.88rem;line-height:1.55}.drop.over{border-color:var(--accent);background:#253021}.gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:22px}.photo{background:#11151e;border-radius:10px;overflow:hidden;border:1px solid var(--line)}.photo img{width:100%;height:150px;object-fit:contain;background:#080b12}.photo-body{padding:12px}.photo-name{font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:12px}.photo-actions{display:flex;gap:8px}.photo-actions button{font-size:.85rem;padding:7px 11px}.photo-actions .remove{margin-left:auto;color:#ffb6b6}.empty{grid-column:1/-1;color:var(--muted);text-align:center;padding:45px 12px;line-height:1.6}.file-input{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.file-input:focus-visible+.drop{outline:2px solid var(--accent)}#preview{width:100%;aspect-ratio:16/9;object-fit:contain;background:#10141e;border-radius:8px}#stream-status{font-size:.9rem;line-height:1.5;min-height:24px}.actions{display:flex;gap:10px;flex-wrap:wrap}label{display:block;font-size:.9rem;margin:16px 0 10px}label.button{margin:0}input,select{display:block;width:100%;font:inherit;background:#10141e;border:1px solid #49536a;color:white;padding:12px;border-radius:8px;margin-top:8px}input:focus,select:focus,button:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:3px}#key-status{font-size:.85rem;color:var(--accent)}#notice:not(:empty){padding:15px 18px;background:#29382b;border:1px solid #648356;border-radius:8px;margin-bottom:22px}#notice.error{background:#3b242b;border-color:#b77684}summary{cursor:pointer;font-weight:600;font-size:.9rem}footer{text-align:center;font-size:.85rem;color:var(--muted);padding:20px 20px 35px}progress{width:100%;margin-top:12px;accent-color:var(--accent)}.login{min-height:100vh;display:grid;place-items:center;background:radial-gradient(ellipse at top right,#263822,transparent 60%),#101219}.login-card{max-width:440px;width:calc(100% - 32px);padding:40px;border:1px solid var(--line);border-radius:18px;background:#191d28}.login-card p{color:var(--muted);line-height:1.5}.login-card button{width:100%}@media(max-width:850px){.workspace{grid-template-columns:1fr}.heading{align-items:start;flex-direction:column}.library{min-height:300px}main{padding:28px 18px}header{padding:0 18px}nav{gap:12px}.badge{font-size:.8rem}}@media(max-width:430px){section,details{padding:16px}.section-title{flex-wrap:wrap}.gallery{gap:10px}.photo img{height:110px}.photo-actions{gap:4px}.photo-actions button{padding:6px 8px}nav a{display:none}}
.live-preview{width:100%;aspect-ratio:4/3;border:1px solid var(--line);border-radius:8px;background:#000}.check{display:flex;align-items:center;gap:12px;line-height:1.5}.check input{width:20px;height:20px;margin:0}input[type=color]{height:48px}details section{margin-top:16px}
