:root{font-family:Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;color:#102033;background:radial-gradient(circle at top left,rgba(14,165,233,.14),transparent 24%),radial-gradient(circle at bottom right,rgba(249,115,22,.16),transparent 28%),#f4f7fb}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(145deg,#ffffffb8,#fff6),#eef3f9}button,input,textarea{font:inherit}button{border:none}.page{display:grid;grid-template-columns:340px minmax(0,1fr);gap:20px;min-height:100vh;padding:20px}.workspace{display:flex;flex-direction:column;gap:18px}.workspace-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,.9fr);gap:18px}.panel{border:1px solid rgba(149,163,184,.28);border-radius:24px;background:#ffffffdb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 20px 48px #0f172a14}.panel--sidebar{display:flex;flex-direction:column;gap:16px;padding:24px}.panel--stage,.panel--screens,.panel--gallery,.panel--chat{padding:20px}.hero h1,.stage-head h2{margin:0}.hero{display:flex;flex-direction:column;gap:10px}.eyebrow,.stage-kicker{margin:0;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#0369a1}.desc,.status-card p,.hint,.empty-state,.message-text,.file-card span{color:#4b5d73}.stack{display:flex;flex-direction:column;gap:14px}.field{display:flex;flex-direction:column;gap:8px}.field span{font-size:14px;font-weight:600}.field input,.chat-input{width:100%;padding:12px 14px;border:1px solid #d6deea;border-radius:14px;background:#ffffffeb;color:#102033}.chat-input{min-height:92px;resize:vertical}.actions{display:flex;gap:10px;flex-wrap:wrap}.btn{border-radius:14px;padding:11px 16px;background:#e6edf6;color:#102033;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 18px #2563eb1f}.btn:disabled{opacity:.56;cursor:not-allowed;box-shadow:none}.btn--primary{background:linear-gradient(135deg,#0284c7,#2563eb);color:#fff}.btn--danger{background:linear-gradient(135deg,#ef4444,#b91c1c);color:#fff}.btn--accent{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff}.btn--ghost{padding:8px 12px;background:#0f172a14}.status-grid{display:grid;gap:12px}.status-card{border:1px solid #e2e8f0;border-radius:18px;padding:16px;background:#f8fafce0}.section-head,.video-head,.message-head,.stage-head{display:flex;justify-content:space-between;gap:12px;align-items:center}.section-head strong,.status-card strong{font-size:15px}.member-list{list-style:none;padding:0;margin:12px 0 0;display:flex;flex-direction:column;gap:10px}.member-list li{display:flex;justify-content:space-between;gap:10px;align-items:center}.member-list li div{display:flex;flex-direction:column;gap:3px}.mono{font-family:Consolas,Courier New,monospace;word-break:break-all}.error{margin-top:8px;color:#dc2626!important}.panel--stage{min-height:360px}.panel--screens{padding-top:14px;padding-bottom:14px}.stage-video,.video,.screen-thumb{width:100%;border-radius:20px;background:#0f172a;object-fit:cover}.stage-video,.video{aspect-ratio:16 / 9}.video--preview{margin-top:12px;aspect-ratio:16 / 10}.stage-empty,.empty-state{display:flex;min-height:100%;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:8px}.chip,.badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:6px 10px;background:#0ea5e91f;color:#075985;font-size:12px;font-weight:600}.badge-row{display:flex;flex-wrap:wrap;gap:8px}.badge--off{background:#ef44441f;color:#b91c1c}.screen-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,180px));gap:10px;margin-top:12px;align-items:start}.screen-tile{display:flex;flex-direction:column;gap:6px;padding:8px;border-radius:14px;border:1px solid #d9e4f1;background:#f8fafc;cursor:pointer;text-align:left}.screen-tile--active{border-color:#0284c7;box-shadow:inset 0 0 0 1px #0284c740}.screen-thumb{aspect-ratio:16 / 9;border-radius:10px}.screen-tile strong{font-size:13px;line-height:1.2}.screen-tile span{font-size:11px;color:#64748b;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.video-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}.video-card{display:flex;flex-direction:column;gap:12px;padding:14px;border-radius:20px;border:1px solid #dbe3f0;background:linear-gradient(180deg,#f8fafcf5,#edf3f8)}.video-card--local{border-color:#0284c757}.video-card--placeholder{min-height:280px}.video-head{align-items:flex-start}.video-head div{display:flex;flex-direction:column;gap:4px}.panel--chat{display:flex;flex-direction:column;gap:16px;min-height:620px}.chat-actions{display:flex;flex-direction:column;gap:10px}.message-list{display:flex;flex:1;flex-direction:column;gap:10px;min-height:220px;max-height:560px;overflow:auto;padding-right:4px}.message-card{display:flex;flex-direction:column;gap:10px;padding:14px;border-radius:18px;background:#f8fafc;border:1px solid #e2e8f0}.message-card--self{border-color:#0284c747;background:#f0f9fff5}.message-head span,.file-card small{color:#64748b;font-size:12px}.message-text{margin:0;white-space:pre-wrap;line-height:1.65}.file-card{display:flex;flex-direction:column;gap:6px;padding:12px 14px;border-radius:16px;text-decoration:none;background:#0ea5e914}.hidden-input{display:none}.empty-state--chat{min-height:180px}@media (max-width: 1180px){.page,.workspace-grid{grid-template-columns:1fr}}@media (max-width: 720px){.page{padding:14px}.panel--sidebar,.panel--stage,.panel--screens,.panel--gallery,.panel--chat{padding:16px}.screen-strip,.video-grid{grid-template-columns:1fr}}
