.studio-root{--studio-sidebar-width:16.5rem;--studio-sidebar-width-expanded:16.5rem;--studio-bg:#06070b;--studio-bg-elevated:#0c0e14;--studio-surface:#ffffff09;--studio-surface-hover:#ffffff0e;--studio-border:#ffffff14;--studio-border-strong:#ffffff24;--studio-text:#f5f4f1;--studio-text-muted:#f5f4f19e;--studio-text-dim:#f5f4f161;--studio-accent:var(--raw-primary,#4573f4);--studio-accent-soft:#4573f429;--studio-accent-glow:#4573f447;--studio-success:#3ecf8e;--studio-warning:#f5a524;--studio-danger:#f87171;--studio-radius:18px;--studio-radius-sm:12px;--studio-shadow:0 1px 0 #ffffff0a inset, 0 18px 48px #00000059;color:var(--studio-text);background:radial-gradient(1200px 600px at 12% -10%, #4573f424, transparent 55%), radial-gradient(900px 500px at 88% 0%, #ffffff0a, transparent 50%), var(--studio-bg);font-family:var(--font-kumbh), system-ui, sans-serif;min-height:100dvh}.studio-root ::selection{color:#fff;background:#4573f459}.studio-ambient{pointer-events:none;z-index:0;background:radial-gradient(700px 320px at 70% 18%,#4573f414,#0000 70%),radial-gradient(500px 280px at 20% 80%,#ffffff06,#0000 65%);position:fixed;inset:0}.studio-card{border-radius:var(--studio-radius);border:1px solid var(--studio-border);background:linear-gradient(165deg, #ffffff0e 0%, #ffffff05 100%), var(--studio-surface);box-shadow:var(--studio-shadow);-webkit-backdrop-filter:blur(18px);transition:border-color .18s,background .18s,transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s;position:relative}.studio-card:hover{border-color:var(--studio-border-strong)}.studio-card--interactive:hover{background:linear-gradient(165deg, #ffffff12 0%, #ffffff08 100%), var(--studio-surface-hover);transform:translateY(-1px)}.studio-card--interactive:focus-within{outline-offset:2px;outline:2px solid #4573f473}.studio-card--live{border-color:#3ecf8e59;box-shadow:0 0 0 1px #3ecf8e1f,0 18px 48px #00000059,0 0 40px #3ecf8e14}.studio-btn{letter-spacing:-.01em;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.125rem;font-size:.875rem;font-weight:550;transition:background .16s,color .16s,border-color .16s,box-shadow .16s,transform .12s,opacity .12s;display:inline-flex}.studio-btn:focus-visible{outline-offset:2px;outline:2px solid #4573f4b3}.studio-btn:active:not(:disabled){transform:scale(.98)}.studio-btn:disabled{opacity:.45;cursor:not-allowed}.studio-btn--primary{color:#0a0a0c;background:#fff;box-shadow:inset 0 1px #fff6}.studio-btn--primary:hover:not(:disabled){background:#f0f0f2;box-shadow:0 0 0 1px #ffffff14,0 8px 24px #00000040}.studio-btn--accent{background:var(--studio-accent);color:#fff;box-shadow:0 0 0 1px #4573f459, 0 8px 28px var(--studio-accent-glow)}.studio-btn--accent:hover:not(:disabled){filter:brightness(1.06)}.studio-btn--ghost{color:var(--studio-text);border:1px solid var(--studio-border-strong);background:0 0}.studio-btn--ghost:hover:not(:disabled){background:#ffffff0d;border-color:#ffffff38}.studio-btn--danger{color:#fecaca;background:#f871711f;border:1px solid #f8717147}.studio-btn--danger:hover:not(:disabled){background:#f8717133}.studio-input,.studio-select{border-radius:var(--studio-radius-sm);border:1px solid var(--studio-border-strong);width:100%;color:var(--studio-text);background:#00000059;outline:none;padding:.7rem .9rem;font-size:.9375rem;transition:border-color .15s,box-shadow .15s,background .15s}.studio-input::placeholder{color:var(--studio-text-dim)}.studio-input:hover,.studio-select:hover{border-color:#ffffff38}.studio-input:focus,.studio-select:focus{background:#00000073;border-color:#4573f48c;box-shadow:0 0 0 3px #4573f42e}.studio-badge{letter-spacing:.04em;text-transform:uppercase;border:1px solid #0000;border-radius:999px;align-items:center;gap:.35rem;padding:.2rem .55rem;font-size:.6875rem;font-weight:600;display:inline-flex}.studio-badge--live{color:#a7f3d0;background:#3ecf8e1f;border-color:#3ecf8e47}.studio-badge--open{color:#bfdbfe;background:var(--studio-accent-soft);border-color:#4573f44d}.studio-badge--muted{color:var(--studio-text-muted);border-color:var(--studio-border);background:#ffffff0d}.studio-badge--warn{color:#fde68a;background:#f5a5241f;border-color:#f5a52447}.studio-pulse{background:currentColor;border-radius:999px;width:.45rem;height:.45rem;animation:1.8s ease-out infinite studio-pulse;box-shadow:0 0}@keyframes studio-pulse{0%{opacity:1;box-shadow:0 0}70%{opacity:.7;box-shadow:0 0 0 8px #0000}to{opacity:1;box-shadow:0 0 #0000}}.studio-fade-in{animation:.42s cubic-bezier(.22,1,.36,1) both studio-fade-in}.studio-fade-in-up,.studio-stagger>*{animation:.48s cubic-bezier(.22,1,.36,1) both studio-fade-in-up}.studio-stagger>:first-child{animation-delay:40ms}.studio-stagger>:nth-child(2){animation-delay:80ms}.studio-stagger>:nth-child(3){animation-delay:.12s}.studio-stagger>:nth-child(4){animation-delay:.16s}.studio-stagger>:nth-child(5){animation-delay:.2s}.studio-stagger>:nth-child(6){animation-delay:.24s}.studio-stagger>:nth-child(7){animation-delay:.28s}.studio-stagger>:nth-child(8){animation-delay:.32s}@keyframes studio-fade-in{0%{opacity:0}to{opacity:1}}@keyframes studio-fade-in-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.studio-skeleton{background:linear-gradient(90deg,#ffffff0a 0%,#ffffff17 50%,#ffffff0a 100%) 0 0/200% 100%;border-radius:10px;animation:1.4s ease-in-out infinite studio-shimmer}@keyframes studio-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.studio-nav-link{color:var(--studio-text-muted);letter-spacing:-.01em;border-radius:12px;align-items:center;gap:.75rem;padding:.65rem .85rem;font-size:.9rem;font-weight:500;transition:background .15s,color .15s,box-shadow .15s;display:flex}.studio-nav-link:hover{color:var(--studio-text);background:#ffffff0b}.studio-nav-link[aria-current=page]{color:#fff;background:linear-gradient(90deg,#4573f438,#4573f414);box-shadow:inset 0 0 0 1px #4573f447}.studio-nav-link:focus-visible{outline-offset:2px;outline:2px solid #4573f4b3}.studio-door-glow{pointer-events:none;filter:blur(8px);z-index:0;background:radial-gradient(at 50% 30%,#4573f438,#0000 55%),radial-gradient(at 30% 70%,#ffb45a14,#0000 45%),radial-gradient(at 70% 60%,#3ecf8e0f,#0000 40%);height:70%;animation:8s ease-in-out infinite studio-door-breathe;position:absolute;inset:-20% -10% auto}@keyframes studio-door-breathe{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.04)}}.studio-door-frame{background:linear-gradient(#ffffff0f,#ffffff04),#0a0c12;border:1px solid #ffffff1a;border-radius:28px;min-height:420px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0f,0 40px 80px #00000073}.studio-door-frame:before{content:"";pointer-events:none;background:radial-gradient(at 50% 100%,#ffc46e2e,#0000 42%),linear-gradient(#0000 35%,#0000008c 100%);position:absolute;inset:0}.studio-door-panel{transform-origin:0;background:linear-gradient(90deg,#12151d 0%,#1a1f2b 48%,#12151d 100%);border:1px solid #ffffff1f;border-radius:8px 8px 4px 4px;transition:transform .9s cubic-bezier(.22,1,.36,1),box-shadow .5s;position:absolute;inset:12% 28% 18%;box-shadow:0 0 40px #4573f41f,inset 0 0 30px #00000059}.studio-door-panel--open{transform:perspective(900px)rotateY(-28deg)translate(-6%);box-shadow:0 0 60px #3ecf8e33,inset 0 0 30px #00000059}.studio-door-light{filter:blur(10px);background:radial-gradient(#ffd28273,#0000 70%);width:42%;height:18%;animation:3.2s ease-in-out infinite studio-door-spill;position:absolute;bottom:16%;left:50%;transform:translate(-50%)}@keyframes studio-door-spill{0%,to{opacity:.45}50%{opacity:.85}}.studio-rec-light{background:#f87171;border-radius:999px;width:.55rem;height:.55rem;animation:1.4s ease-in-out infinite studio-rec-blink;box-shadow:0 0 #f871718c}@keyframes studio-rec-blink{0%,to{opacity:1;box-shadow:0 0 #f8717180}50%{opacity:.55;box-shadow:0 0 0 8px #f8717100}}.studio-waveform{align-items:flex-end;gap:3px;height:36px;display:flex}.studio-waveform span{background:linear-gradient(#82aaff,#4573f4);border-radius:999px;width:3px;animation:1.1s ease-in-out infinite studio-wave;display:block}.studio-waveform span:first-child{height:30%;animation-delay:0s}.studio-waveform span:nth-child(2){height:55%;animation-delay:80ms}.studio-waveform span:nth-child(3){height:80%;animation-delay:.16s}.studio-waveform span:nth-child(4){height:45%;animation-delay:.24s}.studio-waveform span:nth-child(5){height:70%;animation-delay:.32s}.studio-waveform span:nth-child(6){height:95%;animation-delay:.4s}.studio-waveform span:nth-child(7){height:50%;animation-delay:.48s}.studio-waveform span:nth-child(8){height:65%;animation-delay:.56s}.studio-waveform span:nth-child(9){height:40%;animation-delay:.64s}.studio-waveform span:nth-child(10){height:75%;animation-delay:.72s}.studio-waveform span:nth-child(11){height:58%;animation-delay:.8s}.studio-waveform span:nth-child(12){height:35%;animation-delay:.88s}@keyframes studio-wave{0%,to{opacity:.65;transform:scaleY(.55)}50%{opacity:1;transform:scaleY(1)}}.studio-waveform--paused span{opacity:.35;animation:none;transform:scaleY(.4)}.studio-entry-veil{z-index:60;-webkit-backdrop-filter:blur(16px);background:#04060cb8;place-items:center;animation:.32s both studio-fade-in;display:grid;position:fixed;inset:0}.studio-entry-card{text-align:center;background:linear-gradient(165deg,#ffffff14,#ffffff05);border:1px solid #ffffff1f;border-radius:24px;width:min(420px,100vw - 2rem);padding:2rem;animation:.48s cubic-bezier(.22,1,.36,1) both studio-fade-in-up}.studio-progress-track{background:#ffffff14;border-radius:999px;height:4px;overflow:hidden}.studio-progress-fill{background:linear-gradient(90deg,#4573f4,#82aaff);border-radius:999px;height:100%;transition:width .4s cubic-bezier(.22,1,.36,1)}.studio-invite-banner{animation:2s ease-in-out infinite studio-invite-glow}@keyframes studio-invite-glow{0%,to{box-shadow:0 0 0 1px #3ecf8e40,0 0 24px #3ecf8e14}50%{box-shadow:0 0 0 1px #3ecf8e73,0 0 36px #3ecf8e2e}}.studio-queue-ring{--progress:0;background:conic-gradient(from -90deg, #4573f4 calc(var(--progress) * 1%), #ffffff14 0);border-radius:999px;place-items:center;width:7.5rem;height:7.5rem;display:grid;position:relative}.studio-queue-ring:before{content:"";background:#0a0c12;border:1px solid #ffffff0f;border-radius:999px;position:absolute;inset:8px}@media (prefers-reduced-motion:reduce){.studio-root *,.studio-root :before,.studio-root :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.studio-workspace{flex-direction:column;gap:1rem;display:flex}.studio-workspace__toolbar{border-radius:var(--studio-radius);border:1px solid var(--studio-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(165deg,#ffffff0d,#ffffff05);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex}.studio-workspace__search{flex:1;min-width:min(100%,280px)}.studio-workspace__dock-toggles{flex-wrap:wrap;gap:.4rem;display:flex}.studio-workspace__dock-toggles button{color:var(--studio-text-muted);letter-spacing:.04em;text-transform:uppercase;background:#ffffff0a;border:1px solid #0000;border-radius:999px;padding:.4rem .7rem;font-size:11px;font-weight:600;transition:background .16s,color .16s,border-color .16s}.studio-workspace__dock-toggles button.is-active{color:#fff;background:#4573f42e;border-color:#4573f473}.studio-workspace__panels{scroll-snap-type:x proximity;gap:.75rem;padding-bottom:.35rem;display:flex;overflow-x:auto}.studio-workspace-panel{scroll-snap-align:start;border-radius:var(--studio-radius);border:1px solid var(--studio-border);min-height:280px;max-height:420px;box-shadow:var(--studio-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(165deg,#ffffff0d,#ffffff04);flex-direction:column;flex:none;transition:width .22s cubic-bezier(.22,1,.36,1),border-color .18s;display:flex;position:relative}.studio-workspace-panel.is-collapsed{min-height:auto;max-height:none}.studio-workspace-panel__header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:.5rem;padding:.7rem .85rem;display:flex}.studio-workspace-panel__title{color:var(--studio-text);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.45rem;font-size:12px;font-weight:600;display:inline-flex}.studio-workspace-panel__chevron{color:var(--studio-text-dim)}.studio-workspace-panel__body{flex:1;padding:.85rem;overflow:auto}.studio-workspace-panel__resize{cursor:col-resize;width:6px;height:100%;position:absolute;top:0;right:0}.studio-workspace-chat{flex-direction:column;gap:.65rem;min-height:220px;display:flex}.studio-workspace-chat__list{flex-direction:column;flex:1;gap:.55rem;max-height:240px;display:flex;overflow:auto}.studio-workspace-chat__bubble{background:#ffffff0a;border:1px solid #ffffff0d;border-radius:14px;padding:.55rem .7rem}.studio-workspace-chat__bubble.is-pinned{background:#4573f41a;border-color:#4573f459}.studio-workspace-dropzone{text-align:center;color:var(--studio-text-dim);border:1px dashed #ffffff29;border-radius:14px;padding:1rem;transition:border-color .16s,background .16s}.studio-workspace-dropzone.is-active{color:#fff;background:#4573f414;border-color:#4573f48c}.studio-workspace-doc textarea{resize:vertical;color:#fff;background:#00000040;border:1px solid #ffffff1a;border-radius:12px;width:100%;min-height:160px;padding:.75rem;font-size:.9rem;line-height:1.5}.studio-workspace-doc textarea:focus{border-color:#4573f48c;outline:none;box-shadow:0 0 0 3px #4573f426}@media (max-width:900px){.studio-workspace-panel{width:min(86vw,340px)!important}}
