@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600&display=swap");:root{--redeo-red:#f7ce96;--redeo-red-dark:#d9a765;--ink:#f4f4f4;--muted:#c6c6c6;--border:hsla(0,0%,100%,.08);--studio-page-bg:#1a1a1a;--studio-surface:#232323;--studio-surface-elevated:#2a2a2a;--studio-shadow-soft:0 6px 18px rgba(0,0,0,.18);--radius-pill:999px;--radius-btn:18px;--notch-height:clamp(36px,4.5vh,44px)}*{box-sizing:border-box}body{margin:0;font-family:Space Grotesk,Helvetica Neue,Arial,sans-serif;background:var(--studio-page-bg);color:var(--ink)}a{color:inherit;text-decoration:none}@keyframes studio-shimmer{0%{background-position:0 0}to{background-position:200% 0}}@keyframes studio-loading-flow{0%{background-position:0 0;transform:translateY(0);opacity:.86}50%{background-position:100% 40%;transform:translateY(-4px);opacity:.95}to{background-position:0 0;transform:translateY(0);opacity:.9}}@keyframes studio-loading-wave{0%{transform:translate3d(-4%,1%,0) rotate(-.6deg);opacity:.22;background-position:0 0}50%{transform:translate3d(4%,-2.5%,0) rotate(.6deg);opacity:.5;background-position:100% 35%}to{transform:translate3d(-4%,1%,0) rotate(-.6deg);opacity:.22;background-position:0 0}}@keyframes studio-message-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes wordSwap{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes timeline-intersection-glow{0%,to{opacity:.5}50%{opacity:1}}@keyframes timeline-node-pop{0%{opacity:0;filter:drop-shadow(0 0 6px rgba(247,206,150,.9))}60%{opacity:1;filter:drop-shadow(0 0 14px rgba(247,206,150,.7))}to{opacity:1;filter:drop-shadow(0 0 0 rgba(247,206,150,0))}}@keyframes timeline-wait-blink{0%,to{opacity:.2}50%{opacity:.8}}@keyframes timeline-updates-pulse{0%,to{box-shadow:0 0 6px hsla(35,86%,78%,.45)}50%{box-shadow:0 0 16px hsla(35,86%,78%,.9)}}.studio-page{--studio-shell-width:min(1100px,92vw);background:var(--studio-page-bg);padding:0;height:100vh;min-height:100vh;height:100svh;min-height:100svh;height:100dvh;min-height:100dvh;overflow:hidden;display:flex;flex-direction:column}.studio-shell{width:var(--studio-shell-width);margin:0 auto;flex:1}.studio-card,.studio-shell{min-height:100%;height:100%;display:flex;min-width:0}.studio-card{background:transparent;color:var(--ink);border-radius:0;border:none;box-shadow:none;flex-direction:column;gap:0;flex:1;position:relative;padding:0}.studio-floating-controls{position:fixed;top:14px;left:14px;z-index:120;display:flex;align-items:flex-start;gap:10px;pointer-events:auto;transition:opacity .25s ease}.studio-floating-controls.is-panel-open{left:min(360px,calc(90vw - 68px))}.studio-floating-controls.is-modal-open{opacity:0;visibility:hidden;pointer-events:none}.studio-canvas-header{display:flex;align-items:center;padding:0 2px;margin:6px 0 8px}.studio-canvas-header .logo{width:auto;height:var(--notch-height);margin:0}.studio-brand{pointer-events:auto;position:relative;z-index:102}.studio-brand .logo{width:auto;height:var(--notch-height);margin:0}.studio-canvas{flex:1;background:transparent;border-radius:0;border:none;padding:0 2px 140px;display:flex;flex-direction:column;gap:18px;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;scrollbar-width:thin;scrollbar-color:hsla(35,86%,78%,.55) transparent;min-width:0}.studio-message-wrapper{display:flex;width:100%;min-width:0}.studio-message-wrapper:has(.studio-message--user){justify-content:flex-end}.studio-message-wrapper--assistant{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0}.studio-message-wrapper__selector{flex-shrink:0;padding-right:6px}.studio-canvas::-webkit-scrollbar{width:8px}.studio-canvas::-webkit-scrollbar-track{background:transparent}.studio-canvas::-webkit-scrollbar-thumb{background:hsla(35,86%,78%,.4);border-radius:999px}.studio-canvas::-webkit-scrollbar-thumb:hover{background:hsla(35,86%,78%,.65)}.studio-empty{color:var(--muted);font-size:16px;margin:auto 0}.studio-workspace{min-width:0;overflow:hidden}.studio-chatbox,.studio-workspace{position:relative;display:flex;flex-direction:column;flex:1;min-height:0;height:100%}.studio-chatbox{transition:opacity .25s ease,transform .25s ease}.studio-chatbox.is-hidden{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(6px)}.studio-loading-overlay{position:fixed;inset:0;z-index:1;pointer-events:none;opacity:.78;background:radial-gradient(1200px circle at 20% 15%,rgba(45,45,45,.45),transparent 65%),radial-gradient(900px circle at 80% 30%,rgba(37,37,37,.4),transparent 60%),linear-gradient(135deg,rgba(26,26,26,.75),rgba(37,37,37,.75));filter:blur(18px) saturate(1.05);background-size:180% 180%;animation:studio-loading-flow 1.4s ease-in-out infinite;transition:opacity .3s ease}.studio-loading-overlay.is-fading{opacity:0}.studio-loading-overlay:after,.studio-loading-overlay:before{content:"";position:absolute;inset:-12%;pointer-events:none;mix-blend-mode:screen;opacity:.5;filter:blur(8px)}.studio-loading-overlay:before{background:repeating-linear-gradient(120deg,hsla(35,86%,78%,.05),hsla(35,86%,78%,.05) 6px,transparent 0,transparent 220px);animation:studio-loading-wave 1.6s ease-in-out infinite}.studio-loading-overlay:after{background:radial-gradient(1000px circle at 65% 65%,hsla(35,86%,78%,.1),transparent 64%);animation:studio-loading-wave 2.2s ease-in-out infinite reverse}.studio-input,.studio-workspace{position:relative;z-index:2}.studio-canvas.is-animating .studio-message{animation:studio-message-in .35s ease-out both}.studio-canvas.is-animating .studio-message--pending{animation:none}.studio-pill{pointer-events:auto;position:relative;display:flex;flex-direction:column;align-items:stretch;width:min(320px,calc(100vw - 200px));background:#2d2d2d;border:.84px solid hsla(35,86%,78%,.6);border-radius:12px;box-shadow:0 18px 32px rgba(0,0,0,.35);overflow:hidden;transition:width .5s cubic-bezier(.2,.8,.2,1),max-height .5s cubic-bezier(.2,.8,.2,1),box-shadow .5s cubic-bezier(.2,.8,.2,1),border-color .3s ease,background-color .3s ease;height:var(--notch-height);max-height:var(--notch-height);box-sizing:border-box;flex-shrink:0}.studio-pill:not(.is-open):hover{border-color:hsla(35,86%,78%,.6);box-shadow:0 18px 32px rgba(0,0,0,.35),0 0 0 1px hsla(35,86%,78%,.25)}.studio-pill:not(.is-open):active{border-color:hsla(35,86%,78%,.8);box-shadow:0 18px 32px rgba(0,0,0,.35),0 0 0 2px hsla(35,86%,78%,.3)}.studio-pill.is-open{width:min(440px,70vw);height:auto;max-height:620px;background:#2d2d2d;border:.84px solid hsla(35,86%,78%,.6)}.studio-pill.is-open .studio-pill-panel{padding:0 12px 12px;gap:10px}.studio-pill.is-open .studio-panel-section{padding:8px;gap:8px}.studio-pill.is-open .studio-panel-title{font-size:11px}.studio-pill.is-open .studio-panel-link{padding:3px 7px;font-size:10px}.studio-pill.is-open .studio-panel-input{padding:6px 8px;font-size:11px}.studio-pill.is-open .studio-panel-input--new{width:120px}.studio-pill.is-open .studio-panel-icon{width:26px;height:26px;font-size:14px}.studio-pill.is-open .studio-panel-list{gap:8px}.studio-pill.is-open .studio-panel-list--chats{max-height:200px}.studio-pill.is-open .studio-panel-row{min-height:36px;padding:8px 10px;font-size:14px}.studio-pill.is-open .studio-panel-chat{min-height:36px;padding:8px 10px}.studio-pill.is-open .studio-panel-chat-title{font-size:14px}.studio-pill.is-open .studio-panel-empty{font-size:11px}.studio-pill.is-open .studio-panel-search{gap:8px}.studio-pill.is-open .studio-panel-footer{gap:6px}.studio-pill.is-open .card-nav{padding:4px 8px;font-size:11px}.studio-pill.is-open .card-page{font-size:11px}.studio-pill.is-open .studio-panel-skeleton,.studio-pill.is-open .studio-panel-skeleton--chat{min-height:36px}.studio-pill-button{background:#252525;border:1px solid hsla(0,0%,100%,.06);color:var(--muted);border-radius:8px;padding:8px 12px;font-weight:400;display:inline-flex;gap:10px;align-items:center;cursor:pointer;justify-content:center;transition:border-color .2s ease,transform .2s ease}.studio-pill-button:hover{border-color:hsla(0,0%,100%,.2)}.studio-notch-button{--marquee-fade-bg:#2d2d2d;background:transparent;border:none;color:var(--ink);border-radius:12px;padding:0 24px;font-weight:500;font-size:14px;display:flex;gap:10px;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;position:relative;z-index:101;width:100%;height:calc(var(--notch-height) - 2px);flex-shrink:0}.studio-notch-button:hover{--marquee-fade-bg:hsla(35,86%,78%,.15);background:hsla(35,86%,78%,.15);color:#fff}.studio-notch-button:active{--marquee-fade-bg:hsla(35,86%,78%,.24);background:hsla(35,86%,78%,.24)}.studio-pill-divider{opacity:.6}.studio-pill-panel{width:100%;padding:0 16px 16px;display:grid;gap:14px;opacity:0;pointer-events:none;transition:opacity .3s ease .1s}.studio-pill.is-open .studio-pill-panel{opacity:1;pointer-events:auto;touch-action:none;overscroll-behavior:contain}.studio-panel-section{border:1px solid hsla(0,0%,100%,.05);border-radius:18px;padding:14px;background:linear-gradient(180deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,.015));box-shadow:inset 0 1px 0 hsla(0,0%,100%,.025);display:flex;flex-direction:column;gap:14px}.studio-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.studio-panel-heading-copy{display:flex;flex-direction:column;gap:5px;min-width:0}.studio-panel-title{margin:0;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:hsla(35,86%,78%,.82)}.studio-panel-subtitle{margin:0;color:hsla(0,0%,84%,.66);font-size:12px;line-height:1.45}.studio-panel-link{border:1px solid hsla(0,0%,100%,.12);background:transparent;color:var(--ink);border-radius:10px;padding:6px 10px;font-size:12px;font-weight:500;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}.studio-panel-link:hover{border-color:hsla(35,86%,78%,.6);color:#fff;background:hsla(35,86%,78%,.15)}.studio-panel-link:active{border-color:hsla(35,86%,78%,.8);background:hsla(35,86%,78%,.24)}.studio-panel-link.is-active{border-color:hsla(35,86%,78%,.7);background:hsla(35,86%,78%,.22);color:#fff}.studio-panel-actions{display:flex;gap:8px;align-items:center;flex-shrink:0}.studio-panel-input{border:1px solid hsla(0,0%,100%,.07);border-radius:14px;padding:10px 12px;font-size:13px;font-weight:500;background:hsla(0,0%,6%,.28);color:var(--ink);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.studio-panel-input--search{width:100%;padding-left:14px}.studio-panel-input:focus{outline:none;border-color:hsla(35,86%,78%,.32);background:hsla(0,0%,100%,.04);box-shadow:0 0 0 3px hsla(35,86%,78%,.08)}.studio-panel-input::placeholder{color:hsla(0,0%,78%,.7)}.studio-panel-input--new{width:152px}.studio-panel-icon{width:32px;height:32px;border-radius:50%;border:1px solid hsla(0,0%,100%,.14);background:hsla(0,0%,100%,.03);color:var(--muted);display:grid;place-items:center;font-size:16px;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}.studio-panel-icon.is-ready,.studio-panel-icon:hover:not(:disabled){border-color:hsla(35,86%,78%,.6);color:var(--redeo-red);background:hsla(35,86%,78%,.12)}.studio-panel-icon:active:not(:disabled){border-color:hsla(35,86%,78%,.8);background:hsla(35,86%,78%,.2)}.studio-panel-icon:disabled{opacity:.5;cursor:default}.studio-panel-icon svg{width:14px;height:14px;display:block}.studio-panel-expand-icon{display:flex;align-items:center;justify-content:center}.studio-panel-expand-icon svg{width:16px;height:16px;display:block;margin:auto}.studio-panel-button{border:1px solid hsla(35,86%,78%,.5);background:hsla(35,86%,78%,.15);border-radius:10px;padding:8px 12px;font-size:13px;font-weight:500;color:var(--ink);cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.studio-panel-button:hover{border-color:hsla(35,86%,78%,.75);background:hsla(35,86%,78%,.22);color:#fff}.studio-panel-list{display:grid;gap:8px}.studio-panel-list--projects{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-panel-list--chats{display:flex;flex-direction:column;gap:2px;max-height:280px;overflow-y:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:hsla(35,86%,78%,.45) transparent}.studio-panel-list--chats::-webkit-scrollbar{width:6px}.studio-panel-list--chats::-webkit-scrollbar-track{background:transparent}.studio-panel-list--chats::-webkit-scrollbar-thumb{background:hsla(35,86%,78%,.35);border-radius:999px}.studio-panel-list--chats::-webkit-scrollbar-thumb:hover{background:hsla(35,86%,78%,.55)}.studio-panel-row{--marquee-fade-bg:rgba(31,31,31,.96);background:transparent;border:1px solid transparent;border-radius:12px;padding:10px 12px;font-size:13px;text-align:left;cursor:pointer;color:hsla(39,26%,87%,.82);font-weight:500;display:flex;align-items:center;gap:10px;min-height:42px;transition:transform .2s ease,border-color .2s ease,color .2s ease,background .2s ease,box-shadow .2s ease}.studio-panel-row:hover{--marquee-fade-bg:hsla(35,86%,78%,.08);color:#fff;border-color:hsla(35,86%,78%,.12);background:hsla(35,86%,78%,.08);transform:translateX(2px)}.studio-panel-row.is-active{--marquee-fade-bg:hsla(35,86%,78%,.14);color:#fff8ef;border-color:hsla(35,86%,78%,.18);background:linear-gradient(90deg,hsla(35,86%,78%,.18),hsla(35,86%,78%,.05));box-shadow:inset 2px 0 0 hsla(35,86%,78%,.72)}.studio-panel-skeleton{min-height:47px;border-radius:12px;border:1px solid hsla(0,0%,100%,.06);background:linear-gradient(90deg,rgba(37,37,37,.35),rgba(51,51,51,.45) 50%,rgba(37,37,37,.35));background-size:200% 100%;animation:studio-shimmer 1.4s ease-in-out infinite}.studio-panel-skeleton--chat{min-height:47px}.studio-panel-empty{font-size:13px;font-weight:500;color:var(--muted);padding:8px 12px}.studio-panel-footer{display:flex;justify-content:flex-end;gap:8px;align-items:center;padding-top:2px}.studio-panel-chat,.studio-panel-search{display:flex;align-items:center;gap:10px}.studio-panel-chat{--marquee-fade-bg:rgba(31,31,31,.98);padding:10px 12px;border:1px solid transparent;border-radius:12px;background:transparent;min-height:42px;width:100%;text-align:left;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}.studio-panel-chat:hover{--marquee-fade-bg:hsla(35,86%,78%,.08);color:var(--ink);border-color:hsla(35,86%,78%,.1);background:hsla(35,86%,78%,.08);transform:translateX(2px)}.studio-panel-chat-title{font-size:13px;color:hsla(40,27%,89%,.84);font-weight:500}.studio-panel-chat.is-active{--marquee-fade-bg:hsla(35,86%,78%,.14);border-color:hsla(35,86%,78%,.16);background:linear-gradient(90deg,hsla(35,86%,78%,.16),hsla(35,86%,78%,.04));box-shadow:inset 2px 0 0 hsla(35,86%,78%,.72)}.studio-panel-chat-actions{position:relative}.studio-panel-edit{font-size:12px;font-weight:500;border:1px solid hsla(0,0%,100%,.2);background:transparent;color:var(--ink);border-radius:10px;padding:6px 10px;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.studio-panel-edit:hover{border-color:hsla(35,86%,78%,.5);background:hsla(35,86%,78%,.12);color:#fff}.studio-panel-dropdown{position:absolute;right:0;top:110%;background:#252525;border:1px solid hsla(0,0%,100%,.08);border-radius:10px;display:grid;gap:4px;padding:6px;z-index:5;min-width:140px;box-shadow:0 10px 20px rgba(0,0,0,.3)}.studio-panel-dropdown button{background:transparent;border:none;text-align:left;padding:8px 10px;border-radius:8px;cursor:pointer;font-size:13px;color:var(--ink);font-weight:500}.studio-panel-dropdown button:hover{background:hsla(35,86%,78%,.15);color:#fff}.studio-nav-controls{display:flex;align-items:center;gap:8px;pointer-events:auto;position:relative;z-index:121}.studio-nav-icon{width:var(--notch-height);height:var(--notch-height);background:#2d2d2d;border:.84px solid hsla(35,86%,78%,.6);border-radius:12px;color:var(--muted);display:grid;place-items:center;cursor:pointer;pointer-events:auto;position:relative;z-index:121;transition:border-color .2s ease,color .2s ease,background .2s ease,box-shadow .2s ease;flex-shrink:0}.studio-nav-icon:hover{border-color:hsla(35,86%,78%,.8);color:var(--ink);background:hsla(35,86%,78%,.12);box-shadow:0 10px 20px hsla(35,86%,78%,.18)}.studio-nav-icon.is-active,.studio-nav-icon:active{border-color:hsla(35,86%,78%,.9);background:hsla(35,86%,78%,.24)}.studio-nav-icon svg{width:16px;height:16px;display:block}.studio-sidebar-backdrop{position:fixed;inset:0;border:none;background:rgba(8,8,8,.48);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:109}.studio-sidebar{position:fixed;top:0;left:0;bottom:0;width:min(350px,90vw);padding:calc(var(--notch-height) + 12px) 12px 12px;background:linear-gradient(180deg,rgba(39,39,40,.985),rgba(31,31,32,.99));border-right:1px solid hsla(35,86%,78%,.12);box-shadow:18px 0 42px rgba(0,0,0,.34);transform:translateX(calc(-100% - 24px));transition:transform .28s cubic-bezier(.2,.8,.2,1);z-index:110;display:flex;flex-direction:column;gap:0;pointer-events:none}.studio-sidebar.is-open{transform:translateX(0);pointer-events:auto}.studio-sidebar-top{display:flex;flex-direction:column;gap:10px;padding:0 2px 14px;border-bottom:1px solid hsla(0,0%,100%,.06);flex-shrink:0}.studio-sidebar-header{position:sticky;top:0;z-index:2;background:linear-gradient(180deg,rgba(39,39,40,.985),rgba(39,39,40,.94))}.studio-sidebar-brand-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.studio-sidebar-brand{border:0;background:transparent;padding:0;cursor:pointer;display:inline-flex;align-items:center}.studio-sidebar-brand .logo{width:auto;height:26px;margin:0}.studio-sidebar-header-actions{display:flex;align-items:center;gap:8px}.studio-sidebar-header-button{width:38px;height:38px;border-radius:11px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.02);color:#f0e7d7;display:grid;place-items:center;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease}.studio-sidebar-header-button.is-active,.studio-sidebar-header-button:hover{border-color:hsla(35,86%,78%,.32);background:hsla(35,86%,78%,.08);color:#fff7ea}.studio-sidebar-header-button svg,.studio-sidebar-section-caret svg{width:16px;height:16px;display:block}.studio-sidebar-nav{display:flex}.studio-sidebar-nav-link{width:100%;border:1px solid transparent;background:transparent;padding:11px 13px;color:#f1e5d2;font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:10px;text-align:left;cursor:pointer;border-radius:12px;transition:border-color .16s ease,background .16s ease,color .16s ease}.studio-sidebar-nav-link-icon{width:16px;height:16px;flex-shrink:0}.studio-sidebar-nav-link-icon svg{width:100%;height:100%;display:block}.studio-sidebar-nav-link:hover{border-color:hsla(35,86%,78%,.18);background:hsla(35,86%,78%,.08);color:#fff8ec}.studio-sidebar-nav-link.is-active{border-color:hsla(35,86%,78%,.24);background:hsla(35,86%,78%,.18);color:#fff8ec}.studio-sidebar-middle{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;padding:10px 2px 10px 0;scrollbar-width:thin;scrollbar-color:hsla(35,86%,78%,.3) transparent}.studio-sidebar-middle::-webkit-scrollbar{width:6px}.studio-sidebar-middle::-webkit-scrollbar-track{background:transparent}.studio-sidebar-middle::-webkit-scrollbar-thumb{background:hsla(35,86%,78%,.28);border-radius:999px}.studio-sidebar-section{display:flex;flex-direction:column;gap:10px}.studio-sidebar-section-toggle{border:0;background:transparent;padding:0 2px;color:#f2eadb;display:flex;align-items:center;justify-content:space-between;font-size:15px;font-weight:600;cursor:pointer}.studio-sidebar-section-caret{color:hsla(37,57%,93%,.72);transition:transform .18s ease}.studio-sidebar-section-caret.is-collapsed{transform:rotate(-90deg)}.studio-sidebar-thread-list{display:flex;flex-direction:column;gap:6px}.studio-sidebar-thread,.studio-sidebar-thread-skeleton{min-height:48px;border-radius:12px}.studio-sidebar-thread{--marquee-fade-bg:#1f1f20;width:100%;border:1px solid transparent;background:transparent;padding:11px 13px;display:flex;flex-direction:column;align-items:flex-start;gap:4px;text-align:left;cursor:pointer;color:#f0eadf;transition:border-color .16s ease,background .16s ease,color .16s ease}.studio-sidebar-thread:hover{--marquee-fade-bg:hsla(35,86%,78%,.08);border-color:hsla(35,86%,78%,.16);background:hsla(35,86%,78%,.08);color:#fff8ec}.studio-sidebar-thread.is-active{--marquee-fade-bg:hsla(35,86%,78%,.18);border-color:hsla(35,86%,78%,.28);background:hsla(35,86%,78%,.18);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.04),0 10px 22px rgba(0,0,0,.18);color:#fff8ec}.studio-sidebar-thread.is-active.has-project{min-height:62px}.studio-sidebar-thread-title{min-width:0;font-size:14px;font-weight:600;line-height:1.35}.studio-sidebar-thread-project{font-size:13px;color:rgba(255,242,219,.78)}.studio-sidebar-thread-skeleton{border:1px solid hsla(0,0%,100%,.05);background:linear-gradient(90deg,rgba(37,37,37,.34),rgba(51,51,51,.44) 50%,rgba(37,37,37,.34));background-size:200% 100%;animation:studio-shimmer 1.4s ease-in-out infinite}.studio-sidebar-empty{padding:8px 2px;color:hsla(39,22%,87%,.62);font-size:13px}.studio-sidebar-load-more-anchor{width:100%;height:1px}.studio-sidebar-bottom{display:flex;flex-direction:column;gap:12px;padding:14px 2px 0;border-top:1px solid hsla(0,0%,100%,.06);flex-shrink:0}.studio-sidebar-search-block{display:flex;flex-direction:column;gap:10px}.studio-sidebar-search-label{color:#f0eadf;font-size:14px;font-weight:600}.studio-sidebar-search-input{width:100%;border:1px solid hsla(0,0%,100%,.09);border-radius:12px;padding:12px 13px;background:rgba(14,14,15,.22);color:#f5efe5;font-size:14px;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.studio-sidebar-search-input:focus{outline:none;border-color:hsla(35,86%,78%,.28);background:hsla(0,0%,100%,.04);box-shadow:0 0 0 3px hsla(35,86%,78%,.08)}.studio-sidebar-search-input::placeholder{color:hsla(33,20%,80%,.52)}.studio-sidebar-footer-block{padding-top:2px}.studio-workspace.is-route-view{padding:84px 32px 32px;overflow:auto}.studio-route-view{width:min(980px,100%);margin:0 auto}.studio-projects-page{display:flex;flex-direction:column;gap:28px;color:#f4eee3}.studio-projects-page-header h1{margin:4px 0 0;font-size:clamp(32px,4vw,48px);line-height:1;letter-spacing:-.05em}.studio-projects-page-eyebrow{margin:0;color:hsla(35,86%,78%,.72);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.studio-projects-page-search-row{max-width:420px}.studio-projects-page-search{width:100%;border:1px solid hsla(0,0%,100%,.08);border-radius:999px;padding:14px 18px;background:hsla(0,0%,100%,.03);color:#f6f0e5;font-size:15px}.studio-projects-page-search:focus{outline:none;border-color:hsla(35,86%,78%,.26);box-shadow:0 0 0 3px hsla(35,86%,78%,.08)}.studio-projects-page-body{min-height:420px}.studio-projects-page-loading{color:hsla(39,36%,91%,.7);font-size:14px}.studio-projects-page-empty{min-height:420px;display:grid;place-items:center;text-align:center;gap:12px}.studio-projects-page-empty-icon{width:64px;height:64px;border-radius:18px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03);display:grid;place-items:center;color:#f4ede0}.studio-projects-page-empty-icon svg,.studio-projects-page-row-icon svg{width:24px;height:24px;display:block}.studio-projects-page-empty h2{margin:0;font-size:28px;letter-spacing:-.04em}.studio-projects-page-empty p{margin:0;color:hsla(36,28%,86%,.7)}.studio-projects-page-list{display:flex;flex-direction:column;gap:6px}.studio-projects-page-list-head,.studio-projects-page-row{display:grid;grid-template-columns:minmax(0,1fr) 120px;align-items:center;gap:16px}.studio-projects-page-list-head{padding:0 8px 8px;color:hsla(34,41%,90%,.68);font-size:13px}.studio-projects-page-row{border:0;background:transparent;border-radius:14px;padding:14px 8px;color:#f4eee2;text-align:left;cursor:pointer;transition:background .16s ease,color .16s ease}.studio-projects-page-row:hover{background:hsla(0,0%,100%,.035);color:#fff9ee}.studio-projects-page-row-name{display:flex;align-items:center;gap:12px;min-width:0;font-size:15px;font-weight:500}.studio-projects-page-row-icon{width:32px;height:32px;border-radius:10px;border:1px solid hsla(0,0%,100%,.08);display:grid;place-items:center}.studio-projects-page-row-meta{color:hsla(33,29%,86%,.66);font-size:14px}.studio-project-detail{display:flex;flex-direction:column;gap:24px;color:#f4eee2}.studio-project-detail-header{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.studio-project-detail-icon{width:44px;height:44px;display:grid;place-items:center;color:#f3eadc}.studio-project-detail-icon svg{width:28px;height:28px}.studio-project-detail-header h1{margin:0;font-size:clamp(28px,4vw,40px);letter-spacing:-.05em}.studio-project-detail-composer{max-width:760px}.studio-project-detail-composer .studio-input{border-radius:28px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03)}.studio-project-detail-tabs{display:inline-flex;gap:10px;align-items:center}.studio-project-detail-tabs span{padding:8px 14px;border-radius:999px;color:hsla(35,30%,88%,.62)}.studio-project-detail-tabs .is-active{background:hsla(0,0%,100%,.06);color:#fff8eb}.studio-project-detail-body{display:flex;flex-direction:column;gap:14px;min-height:280px}.studio-project-detail-loading{color:hsla(35,36%,91%,.7)}.studio-project-detail-empty{min-height:240px;display:grid;place-items:center;text-align:center;gap:10px}.studio-project-detail-empty h2,.studio-project-detail-empty p{margin:0}.studio-project-detail-empty p{color:hsla(34,28%,85%,.68)}.studio-project-detail-list{display:flex;flex-direction:column;gap:6px}.studio-project-detail-row{border:0;background:transparent;border-radius:14px;padding:12px 10px;text-align:left;color:#f4eee2;cursor:pointer}.studio-project-detail-row:hover{background:hsla(0,0%,100%,.035)}.studio-project-detail-row-copy{display:flex;align-items:center;justify-content:space-between;gap:18px}.studio-project-detail-row-copy strong{font-size:15px}.studio-project-detail-row-copy span{color:hsla(33,28%,86%,.62);font-size:14px}.studio-project-detail-load-more{align-self:flex-start;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.02);color:#f4ede0;border-radius:999px;padding:10px 14px;cursor:pointer}.studio-panel-section--chats{min-height:0;flex:1}.studio-panel-context{margin:0;font-size:12px;font-weight:500;color:hsla(0,0%,84%,.66)}.studio-panel-count{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:28px;padding:0 10px;border-radius:999px;border:1px solid hsla(35,86%,78%,.16);background:hsla(35,86%,78%,.08);color:#f7e6cb;font-size:12px;font-weight:600}.studio-projects-switcher{display:flex;flex-direction:column;gap:8px}.studio-projects-switcher-label{color:#f7efe2;font-size:13px}.studio-projects-trigger{width:100%;min-height:48px;padding:0 14px;border:0;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;cursor:pointer;color:var(--ink);background:transparent}.studio-projects-trigger-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.studio-projects-trigger-title{color:#f7efe2;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.studio-projects-trigger-description{color:#9e9587;font-size:12px}.studio-projects-trigger-icon{color:#c8b79c;font-size:12px;transition:transform .2s ease}.studio-projects-trigger[aria-expanded=true] .studio-projects-trigger-icon{transform:rotate(180deg)}.studio-projects-trigger-icon svg{width:18px;height:18px}.studio-projects-menu{margin:0;padding:6px;border:1px solid hsla(0,0%,100%,.06);border-radius:18px;background:rgba(18,18,20,.95);backdrop-filter:blur(12px);display:flex;flex-direction:column;gap:10px;max-height:0;opacity:0;overflow:hidden;transform:translateY(-4px);transition:max-height .25s cubic-bezier(.16,1,.3,1),opacity .2s ease,transform .2s ease;pointer-events:none}.studio-projects-menu.is-open{max-height:400px;opacity:1;transform:translateY(0);pointer-events:auto}.studio-projects-option{width:100%;border:0;background:transparent;color:#b9b0a1;border-radius:12px;padding:10px 12px;display:flex;flex-direction:column;gap:4px;text-align:left;cursor:pointer;transition:background .15s ease,color .15s ease}.studio-projects-option:hover{color:#fff7eb;background:hsla(0,0%,100%,.04)}.studio-projects-option.is-active{color:#fff6e7;background:hsla(35,86%,78%,.08)}.studio-projects-option--action{border-top:1px solid hsla(0,0%,100%,.06);border-radius:0;margin-top:2px;padding-top:14px}.studio-projects-option-title{min-width:0;font-size:14px}.studio-projects-menu-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:2px 6px 0}.studio-projects-create{display:flex;flex-direction:column;gap:10px;padding-top:4px;border-top:1px solid hsla(0,0%,100%,.06)}.studio-projects-create-actions{display:flex;justify-content:flex-end;gap:8px}.studio-panel-chat-marker,.studio-panel-row-marker{flex:0 0 auto;width:18px;color:hsla(35,86%,78%,.52);font-size:10px;font-weight:700;letter-spacing:.08em}.studio-panel-chat-title,.studio-panel-row-text{min-width:0}@media (prefers-reduced-motion:reduce){.studio-panel-chat,.studio-panel-row,.studio-projects-menu,.studio-projects-option,.studio-projects-trigger,.studio-projects-trigger-icon,.studio-sidebar-header-button,.studio-sidebar-section-caret,.studio-sidebar-thread{transition:none}.studio-panel-chat:hover,.studio-panel-row:hover,.studio-sidebar-thread:hover{transform:none}}.studio-pill-toggle{width:28px;height:28px;border:1px solid hsla(0,0%,100%,.12);background:transparent;color:var(--muted);border-radius:999px;padding:0;cursor:pointer;justify-self:center;display:grid;place-items:center}.studio-pill-toggle-icon{width:14px;height:14px;display:flex;align-items:center;justify-content:center}.studio-pill-toggle-icon svg{width:14px;height:14px;stroke:currentColor;stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.studio-pill-toggle:hover{color:var(--ink);background:hsla(0,0%,100%,.08)}.overflow-marquee-container{position:relative;display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;vertical-align:middle}.overflow-marquee-container:after{content:"";position:absolute;right:0;top:0;bottom:0;width:24px;background:linear-gradient(to right,transparent 0,var(--marquee-fade-bg,#252525) 100%);pointer-events:none;opacity:0;transition:opacity .3s ease}.overflow-marquee-container.is-overflowing:after{opacity:1}.overflow-marquee-text{display:inline-block;white-space:nowrap}.overflow-marquee-text.is-animating{will-change:transform;transform:translateZ(0)}.overflow-marquee-container.is-overflowing .overflow-marquee-text.is-animating{animation:overflow-marquee-scroll 5.5s ease-in-out infinite}@keyframes overflow-marquee-scroll{0%,16%,to{transform:translateZ(0)}50%,84%{transform:translate3d(calc(-1 * var(--overflow-distance, 0px)),0,0)}}@media (prefers-reduced-motion:reduce){.overflow-marquee-container.is-overflowing .overflow-marquee-text.is-animating{animation:none}}.studio-notch-text.overflow-marquee-container{min-width:0;flex-shrink:1}.studio-notch-button .studio-notch-text:first-of-type{flex:2 1 0;max-width:20ch}.studio-notch-button .studio-notch-text:last-of-type{flex:1 1 0;max-width:14ch}.studio-pill-divider{flex:0 0 auto;padding:0 4px}.studio-pill.is-transitioning .overflow-marquee-text{animation:none!important;transform:none!important;will-change:auto!important}.studio-pill.is-transitioning .overflow-marquee-container,.studio-pill.is-transitioning .overflow-marquee-container:after{transition:none!important}.studio-panel-chat-title.overflow-marquee-container,.studio-panel-row-text.overflow-marquee-container{width:100%}.studio-pill,.studio-pill *{backface-visibility:hidden}.studio-message{max-width:70%;font-size:15px;line-height:1.6;color:var(--ink);position:relative;overflow-wrap:anywhere;word-break:break-word}.studio-message--user{align-self:flex-end;background:var(--studio-surface-elevated);border-radius:18px;border:1px solid hsla(35,86%,78%,.45);padding:12px 16px;box-shadow:var(--studio-shadow-soft)}.studio-message--assistant{align-self:flex-start;padding:4px 2px;max-width:85%}.studio-message--pending{opacity:.7}.studio-message-placeholder{color:var(--muted);font-style:italic;margin:0}.studio-message--assistant :is(h1,h2,h3,h4){margin:0 0 8px;color:var(--ink)}.assistant-message__content{min-width:0;max-width:100%}.assistant-message__content li,.assistant-message__content p,.assistant-message__content td,.assistant-message__content th{overflow-wrap:anywhere;word-break:break-word}.studio-message--assistant pre{background:#252525;color:#fff;padding:12px;border-radius:10px;overflow-x:auto;border:1px solid hsla(0,0%,100%,.08)}.studio-message--assistant code{background:hsla(0,0%,100%,.08);padding:2px 6px;border-radius:6px}.studio-message-cursor{display:inline-block;width:8px;height:16px;background:var(--accent,#f7ce96);margin-left:4px;animation:cursor-blink 1s step-end infinite;vertical-align:middle}@keyframes cursor-blink{0%,to{opacity:1}50%{opacity:0}}.checkpoint-selector{display:flex;align-items:center}.checkpoint-selector--single{padding:4px}.checkpoint-selector__trigger{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 4px;background:rgba(37,37,37,.8);border:1px solid hsla(35,86%,78%,.2);border-radius:16px;cursor:pointer;transition:all .2s ease;color:var(--accent,#f7ce96)}.checkpoint-selector__trigger:hover{background:hsla(35,86%,78%,.1);border-color:hsla(35,86%,78%,.5)}.checkpoint-selector__count{font-size:10px;font-weight:600;color:var(--accent,#f7ce96);line-height:1}.checkpoint-selector__arrow{width:12px;height:12px;color:var(--accent,#f7ce96)}.checkpoint-selector__expanded{align-items:center;padding:8px 4px;background:rgba(37,37,37,.8);border:1px solid hsla(35,86%,78%,.2);border-radius:16px}.checkpoint-selector__expanded,.checkpoint-selector__list{display:flex;flex-direction:column;gap:6px}.checkpoint-rhombus{width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;background:transparent;border:none;padding:0}.checkpoint-rhombus svg{width:16px;height:16px}.checkpoint-rhombus--selected{color:var(--accent,#f7ce96)}.checkpoint-rhombus--selected svg{filter:drop-shadow(0 0 4px rgba(247,206,150,.4))}.checkpoint-rhombus--unselected{color:hsla(35,86%,78%,.5)}.checkpoint-rhombus--unselected:hover{color:hsla(35,86%,78%,.8)}.checkpoint-rhombus--unselected:disabled{color:hsla(0,100%,70%,.5);cursor:not-allowed}.checkpoint-selector__collapse{width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:var(--accent,#f7ce96);opacity:.6;transition:opacity .2s ease;padding:0}.checkpoint-selector__collapse:hover{opacity:1}.checkpoint-selector__collapse svg{width:14px;height:14px}.studio-message-wrapper:has(.studio-message--user){padding-right:6px}@media (max-width:1200px){.studio-message-wrapper:has(.studio-message--user){padding-right:4px}.assistant-message__selector{padding-right:4px}}.studio-input{background:linear-gradient(180deg,rgba(38,38,38,.62),rgba(27,27,27,.52));-webkit-backdrop-filter:blur(10px) saturate(1.04);backdrop-filter:blur(10px) saturate(1.04);border-radius:22px 22px 0 0;border:1px solid hsla(35,86%,78%,.24);border-bottom:0;padding:14px 18px calc(10px + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:10px;box-shadow:0 -4px 14px rgba(0,0,0,.18);position:absolute;left:0;right:0;bottom:0;z-index:10;overflow:visible;transition:border-color .2s ease,box-shadow .2s ease;min-width:0}.studio-input:focus-within{border-color:hsla(35,86%,78%,.42);box-shadow:0 -6px 18px rgba(0,0,0,.22),inset 0 1px 0 hsla(35,86%,78%,.08)}.studio-input-row{display:block;min-width:0}.studio-input-row textarea{width:100%;border-radius:0;border:0;padding:8px 0;resize:none;font-family:Space Grotesk,Inter,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.45;letter-spacing:.01em;background:transparent;color:var(--ink);overflow-y:hidden;scrollbar-width:thin;scrollbar-color:hsla(0,0%,78%,.5) transparent;transition:height .12s ease}.studio-input-row textarea::placeholder{color:hsla(0,0%,83%,.55)}.studio-input-row textarea:focus{outline:none}.studio-input-row textarea::-webkit-scrollbar{width:6px}.studio-input-row textarea::-webkit-scrollbar-track{background:transparent}.studio-input-row textarea::-webkit-scrollbar-thumb{background:hsla(0,0%,78%,.45);border-radius:999px}.studio-send{width:40px;height:40px;border-radius:12px;border:1px solid hsla(35,86%,78%,.4);background:hsla(35,86%,78%,.14);color:#fff;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease;display:grid;place-items:center;margin-left:10px}.studio-send svg{width:18px;height:18px;stroke:currentColor;stroke-width:2.25;fill:none;stroke-linecap:round;stroke-linejoin:round}.studio-send:hover:not(:disabled){background:hsla(35,86%,78%,.28);border-color:hsla(35,86%,78%,.84);transform:translateY(-1px)}.studio-send:disabled{opacity:.6;cursor:default}.studio-controls{display:flex;align-items:center;gap:8px;justify-content:space-between;position:relative;z-index:2;max-height:200px;overflow:visible;transition:max-height .25s ease,opacity .25s ease,transform .25s ease}.studio-controls--composer{padding-top:8px}.studio-controls-left{display:flex;align-items:center;gap:4px;min-width:0;flex-wrap:wrap}.studio-control-dropdown{position:relative;display:inline-flex;align-items:center}.studio-control-button{background:hsla(0,0%,100%,.02);border:1px solid hsla(35,86%,78%,.22);color:hsla(0,0%,93%,.9);border-radius:10px;padding:7px 10px;font-size:13px;font-weight:520;letter-spacing:.01em;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease,transform .2s ease;min-width:0}.studio-control-button>span:first-child{white-space:nowrap}.studio-control-button:hover{color:#fff;background:hsla(35,86%,78%,.14)}.studio-control-dropdown.is-open .studio-control-button{color:#fff;background:hsla(35,86%,78%,.18)}.studio-control-caret{width:12px;height:12px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.studio-control-caret svg{width:12px;height:12px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.studio-control-caret.is-open{transform:rotate(180deg)}.studio-control-menu{position:absolute;bottom:calc(100% + 8px);left:0;background:rgba(32,32,32,.84);border:1px solid hsla(35,86%,78%,.45);border-radius:12px;padding:8px;display:grid;gap:6px;min-width:160px;box-shadow:0 12px 24px rgba(0,0,0,.35);opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:4;backdrop-filter:blur(8px)}.studio-control-dropdown.is-open .studio-control-menu,.studio-control-menu.is-portal{opacity:1;transform:translateY(0);pointer-events:auto}.studio-control-item{background:transparent;border:1px solid transparent;color:var(--ink);font-size:13px;font-weight:520;padding:10px 12px;border-radius:10px;text-align:left;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.studio-control-item:hover{background:hsla(35,86%,78%,.15);color:#fff}.studio-control-item.is-active{background:hsla(35,86%,78%,.22);color:#fff}.studio-settings{position:relative;display:inline-flex;align-items:center;transition:opacity .2s ease,transform .2s ease}.studio-pipeline-submenu{display:grid;gap:6px;padding:0;border-radius:10px;border:1px solid transparent;background:transparent;max-height:0;opacity:0;transform:translateY(6px);overflow:hidden;transition:max-height .2s ease,opacity .2s ease,transform .2s ease}.studio-pipeline-submenu.is-visible{max-height:120px;opacity:1;transform:translateY(0);padding:6px;border:.84px solid hsla(35,86%,78%,.6);background:hsla(0,0%,100%,.02);margin-bottom:6px}.studio-pipeline-mode{background:transparent;border:1px solid transparent;color:var(--ink);font-size:13px;font-weight:500;padding:8px 12px;border-radius:10px;text-align:left;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.studio-pipeline-mode:hover{background:hsla(35,86%,78%,.15);color:#fff}.studio-pipeline-mode.is-active{background:hsla(35,86%,78%,.22);color:#fff}.studio-settings.is-hidden{opacity:0;transform:scale(.85);pointer-events:none}.studio-settings.is-visible{opacity:1;transform:scale(1)}.studio-settings-toggle{width:34px;height:34px;border-radius:10px;border:1px solid hsla(35,86%,78%,.22);background:transparent;color:hsla(0,0%,88%,.84);display:grid;place-items:center;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease,box-shadow .2s ease}.studio-settings-toggle:disabled{opacity:.5;cursor:default}.studio-settings-toggle:hover{color:var(--ink);background:hsla(35,86%,78%,.14);box-shadow:none}.studio-settings.is-open .studio-settings-toggle{color:var(--ink);background:hsla(35,86%,78%,.18)}.studio-settings-gear{width:16px;height:16px;display:flex;align-items:center;justify-content:center}.studio-settings-gear svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.studio-settings-panel{position:absolute;bottom:calc(100% + 8px);left:0;width:240px;background:#252525;border:.84px solid hsla(35,86%,78%,.6);border-radius:14px;padding:12px;display:grid;gap:14px;box-shadow:0 16px 28px rgba(0,0,0,.35);opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:4}.studio-timeline-toggle{width:34px;height:34px;border:1px solid hsla(35,86%,78%,.22);background:transparent;color:hsla(0,0%,88%,.84);display:grid;place-items:center;transition:border-color .2s ease,color .2s ease,background .2s ease}.studio-timeline-toggle:hover{color:var(--ink);background:hsla(35,86%,78%,.14)}.studio-timeline-toggle.is-active{color:var(--ink);background:hsla(35,86%,78%,.2)}.studio-timeline-toggle .logo{width:16px;height:16px;margin:0}.studio-settings-panel.is-portal,.studio-settings.is-open .studio-settings-panel{opacity:1;transform:translateY(0);pointer-events:auto}.studio-settings-panel.is-portal{width:240px}.studio-settings-section{display:grid;gap:8px}.studio-settings-title{margin:0;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--ink)}.studio-slider{display:grid;gap:6px}.studio-slider-track{position:relative;height:4px;padding:10px 0;border-radius:999px;background:transparent;cursor:pointer;touch-action:none}.studio-slider-track:before{content:"";right:0;border-radius:999px;background:hsla(0,0%,100%,.12)}.studio-slider-fill,.studio-slider-track:before{position:absolute;left:0;top:50%;height:4px;transform:translateY(-50%)}.studio-slider-fill{width:0;border-radius:inherit;background:hsla(35,86%,78%,.5);transition:width .2s ease}.studio-slider-stop{width:22px;height:22px;min-width:22px;min-height:22px;border-radius:999px;border:none;background:transparent;cursor:pointer;padding:0;line-height:0;display:block;appearance:none;transition:transform .2s ease;z-index:1}.studio-slider-stop,.studio-slider-stop:after{position:absolute;top:50%;transform:translate(-50%,-50%)}.studio-slider-stop:after{content:"";left:50%;width:6px;height:6px;border-radius:50%;border:1px solid hsla(0,0%,100%,.35);background:#1a1a1a;transition:border-color .2s ease,background .2s ease,transform .2s ease}.studio-slider-stop:hover:after{border-color:hsla(35,86%,78%,.6);background:hsla(35,86%,78%,.2);transform:translate(-50%,-50%) scale(1.15)}.studio-slider-stop.is-active:after{border-color:hsla(35,86%,78%,.8);background:hsla(35,86%,78%,.35)}.studio-slider-knob{position:absolute;top:50%;width:12px;height:12px;border-radius:50%;border:1px solid hsla(35,86%,78%,.8);background:#2d2d2d;transform:translate(-50%,-50%);transition:left .2s ease;z-index:2;pointer-events:none;box-shadow:0 0 0 2px hsla(35,86%,78%,.12),0 6px 12px rgba(0,0,0,.35)}.studio-slider-label{margin:0;font-size:12px;font-weight:500;text-align:center;color:var(--ink)}.studio-stepper{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 10px;border-radius:10px;border:.84px solid hsla(35,86%,78%,.6);background:#252525}.studio-stepper-value{font-size:14px;font-weight:600;color:var(--ink);min-width:24px;text-align:center}.studio-stepper-controls{display:grid;gap:4px}.studio-stepper-button{width:22px;height:14px;border-radius:6px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.04);color:var(--muted);display:grid;place-items:center;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}.studio-stepper-button:hover{border-color:hsla(35,86%,78%,.6);color:var(--ink);background:hsla(35,86%,78%,.12)}.studio-stepper-arrow{width:10px;height:10px;display:flex;align-items:center;justify-content:center}.studio-stepper-arrow svg{width:10px;height:10px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.timeline-alert.is-error{border-color:hsla(0,77%,75%,.7);background:hsla(0,77%,75%,.16);color:hsla(0,77%,75%,.95)}.timeline-retry{border:1px solid hsla(35,86%,78%,.7);background:hsla(35,86%,78%,.15);color:#f7ce96;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:6px 12px;border-radius:999px;cursor:pointer;transition:background .16s ease,color .16s ease,border-color .16s ease}.timeline-retry:hover{border-color:#f7ce96;background:hsla(35,86%,78%,.28)}.timeline-grid-toggle{border:1px solid hsla(35,86%,78%,.6);background:transparent;color:#f7ce96;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:6px 12px;border-radius:999px;cursor:pointer;transition:background .16s ease,color .16s ease,border-color .16s ease}.timeline-grid-toggle.is-active{background:hsla(35,86%,78%,.18);border-color:#f7ce96}.studio-timeline-empty{flex:1;display:flex;align-items:center;justify-content:center;color:hsla(0,77%,75%,.7);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.timeline-stage{position:relative;flex:1;min-height:150px;max-height:calc(100vh - var(--notch-height) - 220px);overflow-y:auto;overflow-x:hidden}.timeline-stage::-webkit-scrollbar{width:6px}.timeline-stage::-webkit-scrollbar-track{background:transparent}.timeline-stage::-webkit-scrollbar-thumb{background:hsla(35,86%,78%,.35);border-radius:999px}.timeline-stage::-webkit-scrollbar-thumb:hover{background:hsla(35,86%,78%,.55)}.timeline-svg{position:absolute;inset:0;width:100%;height:auto;overflow:visible;display:block}.timeline-svg-line{stroke:#f7ce96;stroke-width:1.6px;stroke-linecap:round;opacity:.9;transition:all .24s ease}.timeline-grid-line,.timeline-svg-line{vector-effect:non-scaling-stroke;pointer-events:none}.timeline-grid-line{stroke:hsla(35,86%,78%,.18);stroke-width:.8px;stroke-dasharray:2 4}.timeline-collapse-hit{stroke:transparent;stroke-width:12px;cursor:pointer;pointer-events:stroke}.timeline-svg-line.is-dotted{stroke-dasharray:2.5 3.5}.timeline-svg-line.is-waiting{opacity:.5;animation:timeline-wait-blink 1s ease-in-out infinite}.timeline-intersection{pointer-events:none;animation:timeline-intersection-glow 1.2s ease-in-out infinite}.timeline-intersection-line{stroke:#f7ce96;stroke-width:.8px;stroke-linecap:round;opacity:.95;filter:drop-shadow(0 0 4px rgba(247,206,150,.7))}.timeline-intersection-label{fill:#f7ce96;font-size:7px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;paint-order:stroke;stroke:rgba(45,45,45,.8);stroke-width:1.2px}.timeline-node-svg{fill:#2d2d2d;stroke:#f7ce96;stroke-width:1.6px;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 0 rgba(247,206,150,0));pointer-events:auto;cursor:pointer;transition:all .24s ease;transform-box:fill-box;transform-origin:center}.timeline-node-svg.is-new{opacity:0;animation:timeline-node-pop .42s ease forwards}.timeline-tooltip{position:absolute;right:12px;bottom:12px;max-width:220px;padding:10px 12px;background:#252525;border:1px solid hsla(35,86%,78%,.6);border-radius:10px;font-size:12px;color:#f7ce96;box-shadow:0 8px 18px rgba(0,0,0,.35)}.studio-timeline{display:flex;flex-direction:column;height:100%;overflow:hidden;gap:8px}.studio-timeline-header{flex-shrink:0}.studio-timeline-tools{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.studio-timeline.has-updates .timeline-tooltip{bottom:48px}.timeline-updates{position:absolute;right:12px;bottom:12px;z-index:2;border:1px solid #f7ce96;background:#f7ce96;color:#2d2d2d;font-size:10px;letter-spacing:.1em;text-transform:uppercase;padding:6px 10px;border-radius:999px;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(6px);box-shadow:0 0 12px hsla(35,86%,78%,.5);transition:opacity .24s ease,transform .24s ease;animation:none}.timeline-updates.is-visible{opacity:1;pointer-events:auto;transform:translateY(0);animation:timeline-updates-pulse 4s ease-in-out infinite}.timeline-simulate{border:1px solid hsla(35,86%,78%,.7);background:rgba(37,37,37,.75);color:#f7ce96;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:8px 12px;border-radius:10px;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease;box-shadow:0 0 0 hsla(35,86%,78%,0);white-space:nowrap}.timeline-simulate:hover{border-color:#f7ce96;background:hsla(35,86%,78%,.12)}.timeline-simulate.is-active{background:#f7ce96;color:#2d2d2d;box-shadow:0 0 14px hsla(35,86%,78%,.55)}.studio-main-content{display:flex;flex-direction:row;flex:1;overflow:hidden;position:relative;min-width:0}.studio-timeline-dock{display:flex;flex-direction:column;gap:8px}.studio-timeline-toggle{display:inline-flex;align-items:center;justify-content:center;margin-left:0;padding:0;border-radius:10px;border:.84px solid hsla(35,86%,78%,.6);background:#252525;cursor:pointer;transition:border-color .2s ease,background .2s ease;width:32px;height:32px;box-sizing:border-box}.studio-timeline-toggle:hover{border-color:hsla(35,86%,78%,.8);background:hsla(35,86%,78%,.12)}.studio-timeline-toggle.is-active{border-color:hsla(35,86%,78%,.9);background:hsla(35,86%,78%,.15)}.studio-timeline-toggle .logo{width:18px;height:18px;opacity:.7;transition:opacity .2s ease;display:block;margin:auto}.studio-timeline-toggle.is-active .logo,.studio-timeline-toggle:hover .logo{opacity:1}.studio-account,.studio-account-trigger{pointer-events:auto;position:relative;z-index:102}.studio-account-trigger{border:0;background:transparent;padding:0;display:inline-flex;align-items:center;cursor:pointer}.studio-account-trigger.is-sidebar{width:100%;justify-content:flex-start;gap:12px;padding:10px 12px;border-radius:14px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03);transition:border-color .2s ease,background .2s ease}.studio-account-trigger.is-sidebar:hover,.studio-account.is-open .studio-account-trigger.is-sidebar{border-color:hsla(35,86%,78%,.45);background:hsla(35,86%,78%,.08)}.studio-avatar{pointer-events:auto;position:relative;z-index:102;width:var(--notch-height);height:var(--notch-height);border-radius:50%;background:rgba(45,45,45,.62);border:.84px solid hsla(35,86%,78%,.35);display:grid;place-items:center;font-weight:600;font-size:14px;color:var(--ink);transition:border-color .2s ease,color .2s ease,background .2s ease,box-shadow .2s ease}.studio-account:hover .studio-avatar{color:var(--ink);background:hsla(35,86%,78%,.12);box-shadow:0 8px 16px hsla(35,86%,78%,.12)}.studio-avatar:active{background:hsla(35,86%,78%,.24)}.studio-account.is-open .studio-avatar{color:var(--ink);background:hsla(35,86%,78%,.18)}.studio-account-label{font-size:14px;font-weight:600;color:#fff}.studio-account-caret{margin-left:auto;color:var(--muted);transition:transform .2s ease,color .2s ease}.studio-account-caret svg{width:16px;height:16px}.studio-account-caret.is-open{transform:rotate(180deg);color:#fff}.studio-account-menu{position:absolute;top:calc(100% + 8px);right:0;background:rgba(37,37,37,.85);border:.84px solid hsla(35,86%,78%,.6);border-radius:12px;padding:8px;display:grid;gap:6px;min-width:160px;box-shadow:0 12px 24px rgba(0,0,0,.35);z-index:103;opacity:0;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease;pointer-events:none;will-change:opacity,transform;backdrop-filter:blur(8px)}.studio-account-menu.is-sidebar{top:auto;right:0;bottom:calc(100% + 10px);left:0;min-width:0}.studio-account-menu.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.studio-account-menu.is-closing{opacity:0;transform:translateY(-4px)}.studio-account-item{border:1px solid transparent;background:transparent;color:var(--ink);font-size:13px;font-weight:500;padding:10px 12px;border-radius:10px;text-align:left;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.studio-account-item:hover{background:hsla(35,86%,78%,.15);color:#fff}.studio-account-item:active{background:hsla(35,86%,78%,.22)}.studio-account-item.is-active{background:hsla(35,86%,78%,.18);color:#fff}.studio-account-logout{border-color:transparent}