.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{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.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;grid-gap:12px;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-create-btn{flex-shrink:0;width:40px;height:40px;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.04);color:#f4ede0;cursor:pointer;display:grid;place-items:center;transition:background .15s ease,border-color .15s ease;margin-top:20px}.studio-projects-page-create-btn svg{width:18px;height:18px}.studio-projects-page-create-btn:hover{background:hsla(0,0%,100%,.08);border-color:hsla(35,86%,78%,.3)}.studio-projects-page-create-form{display:flex;gap:10px;max-width:480px}.studio-projects-page-create-input{flex:1 1;border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:12px 16px;background:hsla(0,0%,100%,.04);color:#f6f0e5;font-size:15px}.studio-projects-page-create-input:focus{outline:none;border-color:hsla(35,86%,78%,.3);box-shadow:0 0 0 3px hsla(35,86%,78%,.08)}.studio-projects-page-create-submit{flex-shrink:0;padding:12px 20px;border-radius:12px;border:1px solid hsla(35,86%,78%,.4);background:hsla(35,86%,78%,.14);color:#fff8eb;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease}.studio-projects-page-create-submit:hover:not(:disabled){background:hsla(35,86%,78%,.24);border-color:hsla(35,86%,78%,.6)}.studio-projects-page-create-submit:disabled{opacity:.5;cursor:default}.studio-projects-page-empty-cta{margin-top:8px;padding:12px 22px;border-radius:999px;border:1px solid hsla(35,86%,78%,.3);background:hsla(35,86%,78%,.1);color:#f4ede0;font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:background .15s ease,border-color .15s ease}.studio-projects-page-empty-cta svg{width:16px;height:16px}.studio-projects-page-empty-cta:hover{background:hsla(35,86%,78%,.2);border-color:hsla(35,86%,78%,.5)}.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;grid-gap:16px;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-canvas{display:flex;flex-direction:column;gap:24px}.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-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;grid-gap:10px;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}.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;max-width:20ch}.studio-notch-button .studio-notch-text:last-of-type{flex:1 1;max-width:14ch}.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-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;grid-gap:6px;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;-webkit-backdrop-filter:blur(8px);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}.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:7px 14px;box-shadow:var(--studio-shadow-soft);line-height:1.4}.studio-message--assistant{align-self:flex-start;padding:4px 2px;max-width:85%}.studio-assistant-group{display:flex;align-items:flex-start;gap:10px;background:hsla(0,0%,100%,.02);border-radius:14px;padding:10px 12px;border:1px solid hsla(0,0%,100%,.05);max-width:100%;min-width:0;flex:1 1;transition:background .2s ease,border-color .2s ease}.studio-assistant-group:hover{background:hsla(0,0%,100%,.035);border-color:hsla(0,0%,100%,.08)}.studio-message-wrapper--assistant.is-selected .studio-assistant-group{background:hsla(35,86%,78%,.04);border-color:hsla(35,86%,78%,.12)}.studio-assistant-group .studio-message--assistant{flex:1 1;min-width:0;max-width:none;padding:0}.studio-assistant-group__selector{flex-shrink:0;padding-right:2px}.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-group{flex-direction:column;gap:6px}.checkpoint-selector,.checkpoint-selector-group{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}.checkpoint-timeline-toggle{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0;opacity:.45;transition:opacity .2s ease}.checkpoint-timeline-toggle:hover{opacity:.8}.checkpoint-timeline-toggle.is-active{opacity:1}.checkpoint-timeline-toggle .logo{width:24px;height:24px;margin:0}.studio-message-wrapper:has(.studio-message--user){padding-right:6px}@media (max-width:1200px){.studio-message-wrapper:has(.studio-message--user){padding-right:4px}.studio-assistant-group__selector{padding-right:2px}}.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:400;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:0;display:grid;grid-gap:0;gap:0;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;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overflow:hidden}.studio-control-dropdown.is-open .studio-control-menu{opacity:1;transform:translateY(0);pointer-events:auto}.studio-control-menu.is-portal{opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.studio-control-menu.is-portal.is-entering{opacity:0;transform:translateY(6px);pointer-events:auto}.studio-control-menu.is-portal.is-open-portal{opacity:1;transform:translateY(0);pointer-events:auto}.studio-control-menu.is-portal.is-exiting{opacity:0;transform:translateY(6px);pointer-events:none}.studio-control-item{background:transparent;border:1px solid transparent;color:var(--ink);font-size:13px;font-weight:400;padding:10px 12px;border-radius:0;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;grid-gap:6px;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{border-radius:10px;border:1px solid hsla(35,86%,78%,.22);background:transparent;color:hsla(0,0%,88%,.84);padding:7px 8px;display:inline-flex;align-items:center;justify-content: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-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center}.studio-settings-icon svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.8;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;grid-gap:14px;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;grid-gap:8px;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;grid-gap:6px;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;-webkit-appearance:none;-moz-appearance:none;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;grid-gap:4px;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}.stilt-tabs{display:flex;gap:2px;padding:2px;background:hsla(0,0%,100%,.03);border-radius:8px;margin:6px 6px 4px}.stilt-tab{flex:1 1;display:flex;align-items:center;justify-content:center;gap:6px;padding:6px 10px;border:none;background:none;color:hsla(0,0%,78%,.5);font-size:12px;font-weight:400;border-radius:6px;cursor:pointer;transition:color .15s ease,background .15s ease}.stilt-tab:hover{color:hsla(0,0%,78%,.75)}.stilt-tab.is-active{color:#fff;background:hsla(35,86%,78%,.18)}.stilt-panel-list{display:grid;grid-gap:0;gap:0;max-height:151px;overflow-y:auto;transition:max-height .2s cubic-bezier(.33,1,.68,1)}.stilt-panel-list::-webkit-scrollbar{width:4px}.stilt-panel-list::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.1);border-radius:2px}.stilt-panel-empty{display:flex;flex-direction:column;align-items:center;gap:4px;padding:16px 12px;font-size:12px;font-weight:400;color:hsla(0,0%,78%,.4);text-align:center}.stilt-panel-hint{font-size:11px;color:hsla(0,0%,78%,.3)}.stilt-pane-wrapper{position:relative;transition:height .22s cubic-bezier(.33,1,.68,1)}.stilt-pane{transition:opacity .18s ease,transform .18s ease}.stilt-pane.is-active{opacity:1;transform:translateX(0);pointer-events:auto}.stilt-pane.is-inactive{opacity:0;transform:translateX(6px);pointer-events:none;position:absolute;top:0;left:0;right:0}.stilt-library-panel{display:grid;grid-gap:4px;gap:4px;padding:0 6px 6px}.stilt-library-search{position:relative;display:flex;align-items:center}.stilt-library-search-icon{position:absolute;left:10px;color:hsla(0,0%,78%,.4);pointer-events:none}.stilt-library-input{width:100%;background:hsla(0,0%,100%,.04);border:1px solid hsla(35,86%,78%,.15);border-radius:8px;padding:7px 10px 7px 30px;font-size:12px;font-weight:400;color:hsla(0,0%,93%,.9);outline:none;transition:border-color .15s ease,background .15s ease}.stilt-library-input::placeholder{color:hsla(0,0%,78%,.35)}.stilt-library-input:focus{border-color:hsla(35,86%,78%,.4);background:hsla(0,0%,100%,.06)}.stilt-card{display:flex;align-items:center;gap:4px;border-radius:0;border:1px solid transparent;transition:border-color .15s ease,background .15s ease}.stilt-card:hover{background:hsla(35,86%,78%,.08)}.stilt-card.is-active{background:hsla(35,86%,78%,.15);border-color:hsla(35,86%,78%,.3)}.stilt-card-main{flex:1 1;min-width:0;background:none;border:none;padding:8px 12px;cursor:pointer;text-align:left;display:flex;flex-direction:column;gap:2px}.stilt-card-name{font-size:13px;font-weight:400;line-height:1.2;color:hsla(0,0%,93%,.92);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stilt-card.is-active .stilt-card-name,.stilt-card:hover .stilt-card-name{color:#fff}.stilt-card-meta{display:flex;align-items:center;gap:8px;font-size:11px;line-height:1.2;min-height:13.2px;color:hsla(0,0%,78%,.55)}.stilt-card-author{color:hsla(35,86%,78%,.6);font-weight:400}.stilt-card-steps{color:hsla(0,0%,78%,.4)}.stilt-card-add{background:hsla(35,86%,78%,.1);border:1px solid hsla(35,86%,78%,.25);color:hsla(35,86%,78%,.85);font-size:11px;font-weight:500;padding:4px 10px;border-radius:6px;cursor:pointer;margin-right:8px;transition:background .15s ease,border-color .15s ease,color .15s ease;white-space:nowrap}.stilt-card-add:hover:not(:disabled){background:hsla(35,86%,78%,.2);border-color:hsla(35,86%,78%,.45);color:#fff}.stilt-card-add:disabled{opacity:.5;cursor:default}.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 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 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 1;overflow:hidden;position:relative;min-width:0}.studio-timeline-dock{display:flex}.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}@media (max-width:900px){.dashboard-grid{grid-template-columns:1fr}.usage-row{grid-template-columns:1fr 1fr}.timeline-svg{transform:scale(.6);transform-origin:top center}}@media (max-width:720px){.nav{padding:16px 24px}.logo{width:min(60vw,200px);margin-top:0}.cta{width:min(80vw,280px)}.hero-docs-link{top:14px;right:18px;font-size:13px}.studio-floating-controls{top:10px;left:10px;gap:8px}.studio-sidebar{width:min(320px,86vw);padding:8px 10px 10px}.studio-sidebar-top{gap:6px;padding-bottom:12px}.studio-sidebar-brand{align-items:center}.studio-sidebar-brand .logo{height:24px}.studio-sidebar-header-button{width:34px;height:34px;border-radius:10px}.studio-sidebar-nav-link,.studio-sidebar-search-label,.studio-sidebar-section-toggle{font-size:14px}.studio-sidebar-middle{padding-top:8px}.studio-sidebar-thread,.studio-sidebar-thread-skeleton{min-height:44px;border-radius:10px}.studio-sidebar-thread{padding:10px 11px}.studio-sidebar-empty,.studio-sidebar-thread-project,.studio-sidebar-thread-title{font-size:13px}.studio-sidebar-search-input{border-radius:12px;padding:9px 11px}.studio-sidebar-bottom{gap:10px;padding-top:12px}.studio-workspace.is-route-view{padding:72px 18px 24px}.studio-project-detail,.studio-projects-page{gap:20px}.studio-project-detail-header h1,.studio-projects-page-header h1{font-size:30px}.studio-projects-page-search{padding:12px 16px;font-size:16px}.studio-project-detail-row-copy,.studio-projects-page-list-head,.studio-projects-page-row{grid-template-columns:minmax(0,1fr) 84px;gap:10px}.studio-project-detail-row,.studio-projects-page-row{padding-left:0;padding-right:0}.studio-nav-icon{width:34px;height:34px;border-radius:11px}.studio-nav-icon svg{width:15px;height:15px}.studio-input-row textarea,.studio-panel-input,.studio-panel-input--new,.studio-panel-input--search{font-size:16px}.studio-input{border-radius:18px 18px 0 0;padding:12px 12px calc(10px + env(safe-area-inset-bottom))}.studio-controls--composer{align-items:flex-end;gap:6px}.studio-controls-left{gap:2px}.studio-control-button{font-size:12px;padding:6px 8px}.studio-send{width:36px;height:36px;margin-left:4px}.studio-canvas-header .logo{width:auto;height:var(--notch-height)}.dashboard{width:100%;padding:24px 16px 48px}.dashboard-grid{gap:14px}.dashboard-card{padding:16px}.dashboard-card--fixed{height:300px}.usage-row{grid-template-columns:1fr;gap:10px;font-size:12px}.usage-row--header{display:none}.usage-row span{display:grid;grid-template-columns:110px 1fr;grid-gap:10px;gap:10px;word-break:break-word}.usage-row span:before{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.06em}.usage-row span:first-child:before{content:"Date"}.usage-row span:nth-child(2):before{content:"Model"}.usage-row span:nth-child(3):before{content:"Engine"}.usage-row span:nth-child(4):before{content:"Output"}.usage-row span:nth-child(5):before{content:"Iterations"}.usage-row span:nth-child(6):before{content:"Cost"}.card-header{flex-direction:column;align-items:flex-start}.key-actions{width:100%;flex-direction:column;align-items:stretch}.dashboard-button,.key-input{width:100%}.key-row{flex-direction:column;align-items:flex-start;gap:10px}.key-revoke{width:100%}}@media (max-width:640px){.waitlist-row{flex-direction:column;align-items:stretch}.studio-canvas-header .logo{width:auto;height:var(--notch-height)}.waitlist-button{width:100%}}.studio-timeline-dock{display:none;flex-direction:column;gap:8px}.studio-timeline-dock.is-open{display:flex}.studio-timeline-dock.is-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:200;background:rgba(45,45,45,.98);border:1px solid hsla(35,86%,78%,.3);border-radius:16px;padding:20px;box-shadow:0 20px 60px rgba(0,0,0,.5);height:min(85vh,calc(100vh - 100px));max-height:calc(100vh - 100px);width:max(320px,min(calc(85vh * .667),calc(100vw - 48px)));max-width:min(calc((100vh - 100px) * .667),calc(100vw - 48px));overflow:hidden}.timeline-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:199;opacity:0;transition:opacity .3s ease;pointer-events:auto}.timeline-modal-backdrop.is-visible{opacity:1}.studio-timeline-dock.is-modal{opacity:0;transform:translate(-50%,-50%) scale(.95);transition:opacity .24s ease,transform .24s ease}.studio-timeline-dock.is-modal.is-open{opacity:1;transform:translate(-50%,-50%) scale(1)}.studio-timeline-dock.is-modal .timeline-stage{min-height:200px;max-height:calc(100% - 60px)}@media (min-width:1001px){.studio-timeline-dock:not(.is-modal){position:fixed;left:calc(50% + var(--studio-shell-width, 720px) / 2 + 8px);top:calc(var(--notch-height, 0px) + 12px);bottom:160px;width:240px;padding:12px;overflow-y:hidden;z-index:50;background:var(--studio-surface);border:1px solid hsla(35,86%,78%,.2);border-radius:12px;max-height:calc(100vh - var(--notch-height, 0px) - 172px);height:calc(100vh - var(--notch-height, 0px) - 172px);transition:top .3s ease,max-height .3s ease,height .3s ease,left .3s ease}body.studio-header-hidden .studio-timeline-dock:not(.is-modal){top:12px;max-height:calc(100vh - 172px);height:calc(100vh - 172px)}}@media (max-width:480px){.studio-timeline-dock.is-modal{width:calc(100vw - 32px);padding:16px;border-radius:12px}}@media (max-height:700px){.studio-timeline-dock.is-modal{height:calc(100vh - 60px);max-height:calc(100vh - 60px)}}.studio-timeline-dock.is-modal .studio-timeline{height:100%;max-height:100%}.studio-timeline-dock.is-modal .timeline-svg{max-height:100%}.timeline-modal-close{position:absolute;top:12px;right:12px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid hsla(35,86%,78%,.4);border-radius:6px;cursor:pointer;z-index:10;transition:all .16s ease;padding:0}.timeline-modal-close:hover{background:hsla(35,86%,78%,.15);border-color:hsla(35,86%,78%,.7)}.timeline-modal-close svg{width:14px;height:14px;stroke:#f7ce96;stroke-width:2}