.studio-workspace,.st-shell{--st-bg:#f5f5f7;--st-surface:#fff;--st-subtle:#fafafc;--st-text:#1d1d1f;--st-muted:#6e6e73;--st-border:#e3e3e8;--st-blue:#0067cf;--st-error:#b32030;--st-focus:#0071e3;color:var(--st-text);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-size:15px;line-height:1.6;font-variant-numeric:tabular-nums}html[data-theme=dark] .studio-workspace,html[data-theme=dark] .st-shell{--st-bg:#141416;--st-surface:#202023;--st-subtle:#27272b;--st-text:#f2f2f4;--st-muted:#b6b6be;--st-border:#414147;--st-blue:#75baff;--st-error:#ff929d;--st-focus:#75baff;color-scheme:dark}.st-shell{margin:0;min-height:100dvh;background:var(--st-bg)}.st-shell *,.studio-workspace *{box-sizing:border-box}.st-shell-header{max-width:1440px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 36px;border-bottom:1px solid var(--st-border)}.st-shell-header img{width:156px;height:auto}.st-shell-header nav{display:flex;flex-wrap:wrap;align-items:center;gap:16px;font-size:13px}html[data-theme=dark] .st-shell-header img{filter:invert(1)}.studio-workspace{max-width:1440px;margin:0 auto;padding:32px 36px 80px;min-width:0}.studio-workspace button,.studio-workspace input,.studio-workspace select,.studio-workspace textarea,.st-shell button,.st-shell input{font:inherit;max-width:100%}.studio-workspace button,.st-shell button{border:1px solid var(--st-border);border-radius:10px;padding:8px 14px;min-height:40px;color:var(--st-text);background:var(--st-surface);cursor:pointer;font-size:14px;line-height:1.4;text-align:center;transition:background-color .12s}.studio-workspace button:hover,.st-shell button:hover{background:var(--st-subtle)}.studio-workspace button:disabled,.st-shell button:disabled{opacity:.5;cursor:default}.studio-workspace :focus-visible,.st-shell :focus-visible{outline:2px solid var(--st-focus);outline-offset:3px}.studio-workspace .st-primary,.st-shell .st-primary{background:var(--st-text);color:var(--st-surface);border-color:var(--st-text)}.studio-workspace .st-primary:hover,.st-shell .st-primary:hover{opacity:.88}.studio-workspace a,.st-shell a{color:var(--st-blue);text-decoration:underline;text-underline-offset:3px}.studio-workspace h1{font-size:26px;line-height:1.3;letter-spacing:0;margin:4px 0 0;font-weight:600}.studio-workspace h2,.studio-workspace h3{font-size:17px;line-height:1.4;margin:0 0 12px;font-weight:600}.studio-workspace p{margin:6px 0 14px}.studio-workspace small{font-size:12px;color:var(--st-muted);display:block}.st-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:32px}.st-heading>div{min-width:0}.st-heading h1{overflow-wrap:anywhere}.st-heading p{font-size:13px;color:var(--st-muted);margin:0}.st-project-list{border-top:1px solid var(--st-border);margin:28px 0 40px}.studio-workspace .st-project-row{width:100%;display:flex;align-items:center;justify-content:space-between;text-align:left;border:0;border-bottom:1px solid var(--st-border);border-radius:0;padding:22px 8px;gap:20px;background:transparent}.st-project-row strong{font-size:17px;font-weight:500}.st-project-row span:last-child{font-size:13px;color:var(--st-muted);flex-shrink:0}.st-project{display:grid;grid-template-columns:230px minmax(0,1fr);gap:32px}.st-task-nav{display:flex;flex-direction:column;gap:6px;align-self:start;position:sticky;top:20px}.studio-workspace .st-task-nav button{text-align:left;background:transparent;border-color:transparent;line-height:1.6;overflow-wrap:anywhere;padding:12px 14px}.st-task-nav strong{font-size:14px;font-weight:500}.studio-workspace .is-selected,.studio-workspace .st-task-nav .is-selected{background:var(--st-surface);border-color:var(--st-border)}.st-main{min-width:0;background:var(--st-surface);padding:28px;border-radius:20px}.st-section-head{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:20px}.st-section-head h2,.st-section-head h3{margin-bottom:3px}.st-section-head p{font-size:13px;color:var(--st-muted);margin:0}.st-prose{white-space:pre-wrap;overflow-wrap:anywhere}.st-empty{color:var(--st-muted);padding:28px 0;margin:0;font-size:14px}.st-references{margin:24px 0 32px}.st-references h3{font-size:14px}.st-references p{font-size:13px;color:var(--st-muted)}.st-references ul{margin:0;padding-left:20px}.st-disclosure{margin:24px 0;padding:16px 0;border-block:1px solid var(--st-border)}.studio-workspace summary{cursor:pointer;font-weight:500;font-size:14px;min-height:32px;line-height:32px;overflow-wrap:anywhere}.st-form{display:flex;flex-direction:column;gap:14px;margin:16px 0 24px;max-width:720px}.st-form>button{align-self:flex-start}.st-field{display:flex;flex-direction:column;gap:6px;min-width:0;font-size:13px;font-weight:500}.st-field input,.st-field select,.st-field textarea{width:100%;border:1px solid var(--st-border);border-radius:10px;background:var(--st-surface);color:var(--st-text);padding:10px 12px;min-height:42px;line-height:1.5}.st-field textarea{resize:vertical;min-height:76px}.st-field input[type=file]{padding:8px;white-space:normal;overflow:hidden}.st-field input::placeholder,.st-field textarea::placeholder{color:var(--st-muted)}.st-two{display:grid;grid-template-columns:1fr 1fr;gap:16px}.st-check{display:flex;align-items:flex-start;gap:9px;font-size:14px}.st-check input{width:16px;height:16px;margin:3px 0 0;flex-shrink:0}.st-plain-list{list-style:none;padding:0;margin:18px 0}.st-plain-list li{display:flex;align-items:center;flex-wrap:wrap;gap:12px;border-bottom:1px solid var(--st-border);padding:14px 0;overflow-wrap:anywhere}.st-plain-list li>span{flex:1;min-width:160px}.st-invite-link{padding:16px;background:var(--st-subtle);border-radius:12px;margin-bottom:24px}.st-invite-link button{margin-top:12px}.st-actions{display:flex;flex-wrap:wrap;gap:8px}.st-inline-details{flex:1;min-width:180px;max-width:720px}.st-inline-details>summary{text-align:right}.st-delivery-nav,.st-version-nav{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 24px}.st-delivery-nav button{flex:1;text-align:left;min-width:140px}.st-version-nav button{display:flex;align-items:center;gap:8px;background:var(--st-subtle)}.st-version-nav .is-selected{border-color:var(--st-text)}.st-status{display:inline-block;font-size:12px;font-weight:500;white-space:nowrap;color:var(--st-muted)}.st-status-APPROVED,.st-status-SYNCED,.st-status-READY,.st-status-RESOLVED{color:#217737}.st-status-CHANGES_REQUESTED,.st-status-FAILED{color:var(--st-error)}.st-status-WAITING_UNLOCK{color:#b25000}html[data-theme=dark] .st-status-APPROVED,html[data-theme=dark] .st-status-SYNCED,html[data-theme=dark] .st-status-READY,html[data-theme=dark] .st-status-RESOLVED{color:#79d395}html[data-theme=dark] .st-status-WAITING_UNLOCK{color:#f5b96b}.st-adoption{display:flex;flex-wrap:wrap;align-items:center;gap:8px 20px;margin-bottom:20px;padding:16px;background:var(--st-subtle);border-radius:12px;font-size:13px}.st-adoption p{flex-basis:100%;margin:0}.st-review-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(230px,1fr);gap:28px;align-items:start}.st-visual,.st-feedback{min-width:0}.st-visual video{width:100%;max-height:580px;background:#141416;border-radius:12px}.st-feedback>p{font-size:13px;color:var(--st-muted)}.st-image{position:relative;line-height:0;background:var(--st-subtle);width:100%;margin:16px auto 8px;max-width:680px}.st-image img{width:100%;height:auto;max-height:none;display:block;-webkit-user-select:none;user-select:none}.st-mode-point,.st-mode-rect{touch-action:none;cursor:crosshair}.st-marker{position:absolute;pointer-events:none;border:2px solid #0071e3;box-shadow:0 0 0 1px #fff;line-height:1.1}.st-marker b{position:absolute;top:-12px;left:-12px;min-width:24px;min-height:24px;padding:4px;background:#0071e3;color:#fff;border-radius:4px;font-size:12px;text-align:center}.st-marker-point{width:4px;height:4px}.st-annotate-tools{display:flex;flex-wrap:wrap;gap:6px;margin-top:16px}.st-annotate-tools button[aria-pressed=true]{border-color:var(--st-text);background:var(--st-subtle)}.st-caption{color:var(--st-muted);font-size:12px}.st-coordinates{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:12px 0}.st-download{display:inline-block;margin:12px 0 24px;font-size:14px}.st-upload-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:16px 0;font-size:13px;overflow-wrap:anywhere}.st-upload-row p{flex-basis:100%}.st-uploader{background:var(--st-subtle);border:1px solid var(--st-border);padding:16px;border-radius:12px;margin:16px 0}.st-uploader progress{width:100%;margin-top:16px;accent-color:var(--st-text);height:7px}.st-uploader p{font-size:13px}.st-adopt-control{margin:24px 0;padding-block:20px;border-block:1px solid var(--st-border)}.st-adopt-control p{font-size:13px}.st-comment{border-top:1px solid var(--st-border);padding:20px 0}.st-comment header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;font-size:13px;margin-bottom:12px}.st-comment p{font-size:14px}.st-comment blockquote{margin:14px 0;padding-left:14px;border-left:2px solid var(--st-border);font-size:13px}.st-comment blockquote p{margin-bottom:0}.st-error{color:var(--st-error);border-left:3px solid currentColor;padding:8px 16px;margin-bottom:20px;font-size:14px;overflow-wrap:anywhere}.st-error p{margin:0 0 8px}.st-notice{font-size:13px;color:var(--st-muted);padding:8px 0}.st-notice button{margin-left:10px}.st-login{max-width:520px;padding:48px 40px;margin:8vh auto;background:var(--st-surface);border-radius:20px}.st-login h1{font-size:26px;font-weight:600;margin:0 0 16px}.st-login p{font-size:14px;color:var(--st-muted);margin-bottom:28px}.st-login form{display:flex;flex-direction:column;gap:20px}.st-login .st-actions{margin-top:16px}.st-binding{margin:20px 0;padding:18px;border-block:1px solid var(--st-border,#e3e3e8);font-size:14px}.st-binding h3{font-size:15px}.st-binding-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:16px 0}.st-binding figure{margin:0}.st-binding img{width:120px;max-width:100%;height:auto;border-radius:10px}@media(max-width:1150px){.st-project{grid-template-columns:190px minmax(0,1fr);gap:20px}.studio-workspace{padding:24px}.st-main{padding:22px}.st-review-layout{grid-template-columns:minmax(0,1fr)}.st-feedback{margin-top:20px}.st-image{max-width:560px}}@media(max-width:760px){.st-shell-header{padding:18px 20px;gap:16px;align-items:flex-start}.st-shell-header img{width:128px}.st-shell-header nav{gap:8px;justify-content:flex-end}.st-shell-header nav>span{display:none}.studio-workspace{padding:24px 16px 48px}.st-heading{margin-bottom:24px;gap:12px}.st-heading h1{font-size:22px}.st-heading>button{flex-shrink:0;padding:8px 10px}.st-project{display:block}.st-task-nav{position:static;flex-direction:row;flex-wrap:wrap;margin-bottom:20px;gap:8px}.st-task-nav button{flex:1;min-width:130px}.st-main{padding:20px 16px;border-radius:16px}.st-two{grid-template-columns:1fr}.st-section-head{margin-bottom:16px}.st-inline-details{flex-basis:100%}.st-inline-details>summary{text-align:left}.st-project-row strong{font-size:15px}.st-project-row{align-items:flex-start!important}.st-project-row>span:first-child{min-width:0;overflow-wrap:anywhere}.st-login{padding:32px 24px;margin:28px 16px}.st-binding-grid{grid-template-columns:1fr}.st-actions button{min-height:44px}.st-review-layout{gap:16px}}@media(prefers-reduced-motion:reduce){.studio-workspace *,.st-shell *{transition:none!important;animation:none!important;scroll-behavior:auto!important}}
