:root{--bg: #0b1220;--fg: #e6eefc;--muted:#93a1b5;--card:#111a2e}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Inter,Helvetica Neue,Arial,Noto Sans,"Apple Color Emoji","Segoe UI Emoji";background:var(--bg);color:var(--fg)}a{color:inherit}.container{max-width:980px;margin:0 auto;padding:24px}.card{background:var(--card);border-radius:16px;padding:16px;box-shadow:0 6px 24px #0003}.row{display:flex;gap:12px;flex-wrap:wrap}.input,.select,.button{background:#0f172a;color:var(--fg);border:1px solid #1f2a44;border-radius:12px;padding:10px 12px;font-size:14px}.button{cursor:pointer}.small{font-size:12px;color:var(--muted)}.spacer{height:8px}.controls{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.badge{font-size:12px;padding:2px 8px;border-radius:999px;background:#1f2a44;color:#c7d2fe}.video-wrap{position:relative;border-radius:16px;overflow:hidden}.video-wrap video{display:block;width:100%;height:auto;background:#000}
