:root{color-scheme:light;--studio-bg:#f6f7f3;--studio-bg-muted:#f0f2ec;--studio-surface:#ffffff;--studio-surface-raised:#fbfcf8;--studio-surface-soft:#f8f9f4;--studio-ink:#111315;--studio-ink-muted:#6e7478;--studio-ink-subtle:#90979b;--studio-hairline:#e4e7e1;--studio-hairline-strong:#d5dad2;--studio-accent:#23416e;--studio-accent-strong:#182d4e;--studio-accent-soft:#e7eef8;--studio-teal:#2cb6a3;--studio-teal-soft:#e5f7f4;--studio-brass:#a78655;--studio-brass-soft:#f2eadc;--studio-success:#3e8f6d;--studio-success-soft:#e8f4ee;--studio-warning:#b7791f;--studio-warning-soft:#f8efd9;--studio-danger:#c84b4b;--studio-danger-soft:#f8e7e7;--studio-preview-scrim:rgba(8,10,12,0.88);--studio-preview-frame-bg:#ffffff;--studio-preview-frame-edge:var(--studio-hairline);--studio-preview-frame-padding:12px;--studio-ink-rgb:17 19 21;--studio-accent-rgb:35 65 110;--studio-teal-rgb:44 182 163;--studio-success-rgb:62 143 109;--studio-warning-rgb:183 121 31;--studio-danger-rgb:200 75 75;--radius-control:8px;--radius-card:8px;--radius-panel:10px;--radius-dialog:12px;--shadow-hairline:0 0 0 1px rgb(var(--studio-ink-rgb)/0.04);--shadow-soft:0 10px 28px rgb(var(--studio-ink-rgb)/0.06);--shadow-floating:0 18px 52px rgb(var(--studio-ink-rgb)/0.14);--focus-ring:0 0 0 3px rgb(var(--studio-teal-rgb)/0.18);--bg:var(--studio-bg);--panel:var(--studio-surface);--ink:var(--studio-ink);--text:var(--studio-ink);--muted:var(--studio-ink-muted);--line:var(--studio-hairline);--brand:var(--studio-accent);--brand-strong:var(--studio-accent-strong);--brand-soft:var(--studio-accent-soft);--ok:var(--studio-success);--warn:var(--studio-warning);--danger:var(--studio-danger)}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--studio-bg);color:var(--ink);font-family:Inter,Segoe UI,PingFang SC,Microsoft YaHei,Noto Sans SC,system-ui,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button:disabled{cursor:not-allowed;opacity:.65}main{min-height:100vh}.shell{width:min(1200px,calc(100vw - 48px));margin:0 auto;padding:32px 0 72px}.hero{background:radial-gradient(circle at top left,#fff 0,#fff3ea 40%,#f5e4d7 100%);border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 12px 40px rgba(32,27,24,.06)}.grid{display:grid;grid-gap:20px;gap:20px}.grid.two{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.grid.three{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.grid.four{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.card{background:var(--panel);border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:0 10px 30px rgba(32,27,24,.04)}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;background:var(--brand-soft);color:var(--brand);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.muted{color:var(--muted)}.pill{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;padding:5px 10px;font-size:12px;background:#fff}.stack{display:grid;grid-gap:12px;gap:12px}.row{display:flex;flex-wrap:wrap;gap:12px}.cta,.row{align-items:center}.cta{display:inline-flex;justify-content:center;border-radius:999px;border:1px solid var(--brand);background:var(--brand);color:white;padding:10px 18px;font-weight:700}.cta.secondary{background:transparent;color:var(--brand)}.project-list-shell{min-height:100vh;background:var(--studio-bg)}.project-list-page{width:min(1400px,calc(100vw - 56px));min-width:0;margin:0 auto;padding:42px 0 72px}.project-list-header{min-width:0;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.project-list-header h1{margin:0;color:var(--studio-ink);font-size:clamp(28px,3vw,38px);font-weight:720;letter-spacing:-.035em;line-height:1.12}.project-list-header p{margin:9px 0 0;color:var(--studio-ink-muted);font-size:14px;line-height:1.55}.project-list-credits{flex:0 0 auto;border:1px solid var(--studio-hairline);border-radius:999px;padding:7px 11px;background:rgb(255 255 255/.72);color:var(--studio-ink-muted);font-size:12px;font-weight:620}.project-list-controls{min-width:0;display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:16px 24px;margin-bottom:18px;border-block:1px solid var(--studio-hairline);padding:12px 0}.project-list-controls__count{flex:0 0 auto;align-self:center;margin:0;color:var(--studio-ink-muted);font-size:12px;line-height:1.4}.project-list-controls__search{min-width:min(100%,300px);max-width:430px;flex:1 1 320px;display:grid;grid-gap:5px;gap:5px;margin:0}.project-list-controls__search label{min-width:0;display:grid;grid-gap:5px;gap:5px}.project-list-controls__search label>span:first-child{color:var(--studio-ink-subtle);font-size:11px;font-weight:620;line-height:1}.project-list-controls__search-row{min-width:0;display:flex;align-items:center;gap:7px}.project-list-controls__search input{min-width:0;min-height:38px;flex:1 1 auto;border:1px solid var(--studio-hairline-strong);border-radius:var(--radius-control);padding:8px 11px;background:#ffffff;color:var(--studio-ink);font:inherit;font-size:12px}.project-list-controls__search input::placeholder{color:var(--studio-ink-subtle)}.project-list-controls__search button{min-height:38px;flex:0 0 auto;border:1px solid var(--studio-hairline-strong);border-radius:var(--radius-control);padding:8px 12px;background:#ffffff;color:var(--studio-ink-muted);font:inherit;font-size:12px;font-weight:650;cursor:pointer}.project-list-controls__search .project-list-controls__search-clear{border-color:transparent;padding-inline:5px;background:transparent}.project-list-controls__search .project-list-controls__search-submit{border-color:rgb(var(--studio-accent-rgb)/.2);background:rgb(var(--studio-accent-rgb)/.06);color:var(--studio-accent)}.project-list-controls__search button:hover:not(:disabled){border-color:rgb(var(--studio-accent-rgb)/.28);color:var(--studio-accent)}.project-list-controls__search :is(input,button):disabled{cursor:default;opacity:.58}.project-list-controls__search small{color:var(--danger);font-size:11px;line-height:1.35}.project-list-controls__fields{min-width:0;flex:1 1 840px;display:flex;align-items:flex-end;justify-content:flex-end;flex-wrap:wrap;gap:10px;margin-left:auto}.project-list-controls__fields>label{min-width:0;display:grid;grid-gap:5px;gap:5px}.project-list-controls__fields>label>span{color:var(--studio-ink-subtle);font-size:11px;font-weight:620;line-height:1}.project-list-controls select{max-width:min(230px,100%);min-height:38px;border:1px solid var(--studio-hairline-strong);border-radius:var(--radius-control);padding:8px 32px 8px 11px;background-color:#ffffff;color:var(--studio-ink);font:inherit;font-size:12px;cursor:pointer}.project-list-controls select:disabled{cursor:default;opacity:.58}.project-list-controls__clear{min-height:38px;border:0;padding:8px 4px;background:transparent;color:var(--studio-ink-muted);font-size:12px;font-weight:620;cursor:pointer}.project-list-controls__clear:hover:not(:disabled){color:var(--studio-accent)}.project-list-controls__batch-entry{min-height:38px;border:1px solid var(--studio-hairline-strong);border-radius:var(--radius-control);padding:8px 12px;background:#ffffff;color:var(--studio-ink-muted);font-size:12px;font-weight:650;cursor:pointer}.project-list-controls__batch-entry:hover:not(:disabled),.project-list-controls__batch-entry[aria-pressed=true]{border-color:rgb(var(--studio-accent-rgb)/.28);background:rgb(var(--studio-accent-rgb)/.06);color:var(--studio-accent)}.project-list-controls__batch-entry:disabled{cursor:default;opacity:.58}.project-list-batch-controls{min-width:0;flex:1 0 100%;display:grid;justify-items:end;grid-gap:9px;gap:9px;padding-top:10px;border-top:1px solid var(--studio-hairline)}.project-list-batch-controls__actions{min-width:0;max-width:100%;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}.project-list-batch-controls__actions strong{margin-right:2px;color:var(--studio-accent);font-size:12px;font-weight:700}.project-list-batch-controls__actions button{min-height:34px;border:1px solid var(--studio-hairline-strong);border-radius:var(--radius-control);padding:7px 10px;background:#ffffff;color:var(--studio-ink-muted);font-size:12px;font-weight:640;cursor:pointer}.project-list-batch-controls__actions button:hover:not(:disabled){border-color:rgb(var(--studio-accent-rgb)/.26);color:var(--studio-accent)}.project-list-batch-controls__actions .project-list-batch-controls__remove{border-color:rgb(var(--studio-danger-rgb)/.24);color:var(--studio-danger)}.project-list-batch-controls__actions .project-list-batch-controls__remove:hover:not(:disabled){border-color:rgb(var(--studio-danger-rgb)/.38);background:var(--studio-danger-soft);color:var(--studio-danger)}.project-list-batch-controls__actions button:disabled{cursor:default;opacity:.48}.project-list-batch-controls__feedback{width:-moz-fit-content;width:fit-content;max-width:100%;margin:0}.project-summary-grid{--project-summary-columns:4;--project-summary-body-height:calc(31px + 16px + 2.7 * 16px + 4.35 * 12px + 10px + 4px + 21px);container-type:inline-size;display:grid;min-width:0;grid-template-columns:repeat(var(--project-summary-columns),minmax(0,1fr));align-items:stretch;grid-gap:16px;gap:16px}.personal-studio-title{display:flex;min-width:0;max-width:100%;block-size:1lh;align-items:flex-start;white-space:pre;overflow:hidden}.personal-studio-title__name{min-width:0;overflow:hidden;text-overflow:ellipsis}.personal-studio-title__suffix{flex:0 0 auto}.project-list-header>div{min-width:0;max-width:100%}.studio-topbar--personal .studio-brand-lockup{flex:1 1}.studio-topbar--personal .studio-brand-divider,.studio-topbar--personal .studio-brand-home-link,.studio-topbar--personal .workspace-actions{flex-shrink:0}.project-summary-add-card,.project-summary-card{min-width:0;min-height:max(420px,calc((100cqw - (var(--project-summary-columns) - 1) * 16px) / var(--project-summary-columns) + var(--project-summary-body-height)));border:1px solid var(--studio-hairline);border-radius:var(--radius-card);background:var(--studio-surface);box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.035),0 8px 20px rgb(var(--studio-ink-rgb)/.045);transition:border-color .18s ease,box-shadow .18s ease,transform .18s cubic-bezier(.2,.82,.22,1)}.project-summary-card{position:relative}.project-summary-card.is-selection-mode{cursor:pointer}.project-summary-card.is-selected{border-color:rgb(var(--studio-accent-rgb)/.42);background:rgb(var(--studio-accent-rgb)/.025);box-shadow:0 8px 24px rgb(var(--studio-accent-rgb)/.09)}.project-summary-card.is-menu-open{z-index:6}.project-summary-add-card:focus-visible,.project-summary-add-card:hover,.project-summary-card:focus-within,.project-summary-card:hover{border-color:rgb(var(--studio-accent-rgb)/.2);box-shadow:0 2px 4px rgb(var(--studio-ink-rgb)/.045),0 12px 28px rgb(var(--studio-ink-rgb)/.07);transform:translateY(-1px)}.project-summary-card__link{height:100%;min-width:0;display:grid;grid-template-rows:auto 1fr;border-radius:inherit;color:inherit;outline:none;overflow:hidden}.project-list-controls :is(input,select,button):focus-visible,.project-list-empty button:focus-visible,.project-list-feedback__actions :is(button,a):focus-visible,.project-list-pagination button:focus-visible,.project-list-pagination input:focus-visible,.project-summary-add-card:focus-visible,.project-summary-card__link:focus-visible,.project-summary-card__menu-trigger:focus-visible,.project-summary-card__selection-control:focus-visible{box-shadow:var(--focus-ring);outline:none}.project-summary-card__selection-control{position:absolute;top:11px;left:11px;z-index:5;width:30px;height:30px;display:inline-grid;place-items:center;border:1px solid rgb(var(--studio-ink-rgb)/.18);border-radius:9px;background:rgb(255 255 255/.94);color:var(--studio-accent);box-shadow:0 4px 12px rgb(var(--studio-ink-rgb)/.08);cursor:pointer}.project-summary-card__selection-control span{width:16px;height:16px;display:inline-grid;place-items:center;border:1px solid rgb(var(--studio-accent-rgb)/.28);border-radius:5px;font-size:12px;font-weight:800;line-height:1}.project-summary-card.is-selected .project-summary-card__selection-control{border-color:rgb(var(--studio-accent-rgb)/.34);background:var(--studio-accent-soft)}.project-summary-card.is-selected .project-summary-card__selection-control span{border-color:var(--studio-accent);background:var(--studio-accent);color:#ffffff}.project-summary-card__selection-control:disabled{cursor:default;opacity:.62}.project-summary-card__preview{position:relative;aspect-ratio:1;display:grid;place-items:center;overflow:hidden;border-bottom:1px solid var(--studio-hairline);background:linear-gradient(180deg,rgb(255 255 255/.6),rgb(255 255 255/0)),var(--studio-surface-soft)}.project-summary-card__preview img{width:100%;height:100%;display:block;padding:14px;object-fit:contain}.project-summary-card__placeholder{display:grid;place-items:center;grid-gap:8px;gap:8px;color:var(--studio-ink-subtle);font-size:12px;line-height:1}.project-summary-card__placeholder svg{width:38px;height:38px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.35;opacity:.7}.project-summary-card__body{min-width:0;min-height:var(--project-summary-body-height);display:flex;flex-direction:column;gap:8px;padding:15px 16px 16px}.project-summary-card__body h2{display:-webkit-box;min-height:2.7em;margin:0;overflow:hidden;color:var(--studio-ink);font-size:16px;font-weight:680;letter-spacing:-.015em;line-height:1.35;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}.project-summary-card__identity{min-width:0;display:grid;grid-gap:5px;gap:5px;margin:0}.project-summary-card__identity>div{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:baseline}.project-summary-card__identity dd,.project-summary-card__identity dt{margin:0;overflow:hidden;font-size:12px;line-height:1.45;white-space:nowrap}.project-summary-card__identity dt{color:var(--studio-ink-muted)}.project-summary-card__identity dd{color:var(--studio-ink);text-overflow:ellipsis}.project-summary-card__meta{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:4px}.project-summary-card__meta span{min-width:0;overflow:hidden;border-radius:999px;padding:5px 8px;background:var(--studio-accent-soft);color:var(--studio-accent);font-size:11px;font-weight:650;line-height:1;text-overflow:ellipsis;white-space:nowrap}.project-summary-card__meta time{flex:0 0 auto;color:var(--studio-ink-subtle);font-size:11px;line-height:1}.studio-more-menu.project-summary-card__menu{position:absolute;top:10px;right:10px;z-index:5}.project-summary-card__menu>.project-summary-card__menu-trigger{width:34px;height:30px;min-height:30px;display:inline-grid;place-items:center;border:1px solid rgb(var(--studio-ink-rgb)/.09);border-radius:8px;padding:0;background:rgb(255 255 255/.9);color:var(--studio-ink-muted);box-shadow:0 1px 3px rgb(var(--studio-ink-rgb)/.06);cursor:pointer;opacity:.72;transition:border-color .16s ease,color .16s ease,opacity .16s ease}.project-summary-card__menu>.project-summary-card__menu-trigger::-webkit-details-marker,.project-summary-card__menu>.project-summary-card__menu-trigger::marker{display:none;content:""}.project-summary-card:hover .project-summary-card__menu-trigger,.project-summary-card__menu-trigger:focus-visible,.project-summary-card__menu-trigger:hover,.project-summary-card__menu-trigger[aria-expanded=true]{border-color:rgb(var(--studio-accent-rgb)/.2);color:var(--studio-accent);opacity:1}.project-summary-card__menu-trigger span{transform:translateY(-2px);font-size:17px;font-weight:700;letter-spacing:1px;line-height:1}.project-summary-card__menu-panel{top:calc(100% + 7px);right:0;width:196px}.project-summary-card__menu-panel a:focus-visible,.project-summary-card__menu-panel button:focus-visible{background:var(--studio-accent-soft);color:var(--studio-accent);outline:none}.project-summary-card__menu-divider{width:100%;height:1px;margin:3px 0;border:0;background:var(--studio-hairline)}.project-summary-card__menu-panel .project-summary-card__remove-action{color:var(--studio-danger)}.project-summary-card__menu-panel .project-summary-card__remove-action:focus-visible,.project-summary-card__menu-panel .project-summary-card__remove-action:hover{background:var(--studio-danger-soft);color:var(--studio-danger)}.project-removal-dialog__project-name{display:-webkit-box;max-width:100%;overflow:hidden;overflow-wrap:anywhere;font-weight:650;-webkit-box-orient:vertical;-webkit-line-clamp:2}.cta.project-removal-dialog__danger{border-color:var(--studio-danger);background:var(--studio-danger);color:#ffffff}.cta.project-removal-dialog__danger:focus-visible:not(:disabled),.cta.project-removal-dialog__danger:hover:not(:disabled){border-color:#a83b3b;background:#a83b3b}.project-summary-add-card{display:grid;place-items:center;align-content:center;grid-gap:10px;gap:10px;border-style:dashed;padding:28px;color:var(--studio-ink-muted);text-align:center;outline:none}.project-summary-add-card__icon{width:42px;height:42px;display:inline-grid;place-items:center;border-radius:12px;background:var(--studio-accent);color:#fff}.project-summary-loading{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.project-summary-add-card__icon svg{width:20px;height:20px;stroke:currentColor;stroke-linecap:round;stroke-width:1.7}.project-summary-add-card strong{color:var(--studio-ink);font-size:16px;font-weight:680}.project-summary-add-card>span:last-child{max-width:210px;color:var(--studio-ink-muted);font-size:12px;line-height:1.55}.project-summary-card--skeleton{display:grid;align-content:start;grid-gap:12px;gap:12px;padding:0 16px 16px;overflow:hidden}.project-summary-card__skeleton-line,.project-summary-card__skeleton-preview{display:block;border-radius:6px;background:linear-gradient(100deg,rgb(var(--studio-ink-rgb)/.035) 20%,rgb(var(--studio-ink-rgb)/.065) 38%,rgb(var(--studio-ink-rgb)/.035) 56%);background-size:240% 100%;animation:project-summary-skeleton 1.5s ease-in-out infinite}.project-summary-card__skeleton-preview{aspect-ratio:1;margin:0 -16px 4px;border-radius:0}.project-summary-card__skeleton-line{height:12px}.project-summary-card__skeleton-line.is-title{width:72%;height:16px}.project-summary-card__skeleton-line.is-copy{width:56%}.project-summary-card__skeleton-line.is-meta{width:84%;margin-top:4px}@keyframes project-summary-skeleton{0%{background-position:100% 0}to{background-position:-100% 0}}.project-list-feedback{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px;border:1px solid rgb(var(--studio-warning-rgb)/.2);border-radius:var(--radius-card);padding:13px 15px;background:rgb(var(--studio-warning-rgb)/.05);color:var(--studio-ink)}.project-list-feedback p{margin:4px 0 0;color:var(--studio-ink-muted);font-size:12px}.project-list-feedback__actions{flex:0 0 auto;display:flex;gap:8px}.project-list-feedback__actions :is(button,a),.project-list-pagination button,.project-list-pagination input{min-height:36px;border:1px solid var(--studio-hairline-strong);border-radius:var(--radius-control);padding:8px 12px;background:#ffffff;color:var(--studio-ink);cursor:pointer;font-size:12px;font-weight:650}.project-list-pagination input{width:58px;padding-inline:8px;cursor:text;font-weight:500;text-align:center}.project-list-feedback__actions :is(button,a):hover,.project-list-pagination button:hover:not(:disabled){border-color:rgb(var(--studio-accent-rgb)/.24);color:var(--studio-accent)}.project-list-empty{display:grid;justify-items:center;grid-gap:8px;gap:8px;margin:14px 0 0;color:var(--studio-ink-muted);font-size:13px;text-align:center}.project-list-empty p{margin:0}.project-list-empty button{min-height:34px;border:0;padding:6px 8px;background:transparent;color:var(--studio-accent);font:inherit;font-size:12px;font-weight:650;cursor:pointer}.project-list-pagination{gap:12px;margin-top:28px}.project-list-pagination,.project-list-pagination__pages{min-width:0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.project-list-pagination__pages{gap:7px}.project-list-pagination__pages .project-list-pagination__number{width:36px;padding-inline:0}.project-list-pagination__pages .project-list-pagination__number.is-current{border-color:rgb(var(--studio-accent-rgb)/.28);background:var(--studio-accent-soft);color:var(--studio-accent);opacity:1}.project-list-pagination__ellipsis{width:22px;color:var(--studio-ink-muted);font-size:12px;text-align:center}.project-list-pagination__jump{position:relative;display:flex;align-items:center;gap:6px;color:var(--studio-ink-muted);font-size:12px}.project-list-pagination__jump small{position:absolute;top:calc(100% + 5px);right:0;color:var(--studio-danger);font-size:11px;white-space:nowrap}.project-list-pagination button:disabled{cursor:default;opacity:.42}.project-list-pagination__pages .project-list-pagination__number.is-current:disabled{opacity:1}@media (max-width:1360px){.project-summary-grid{--project-summary-columns:3}}@media (max-width:1120px){.project-summary-grid{--project-summary-columns:2}}@media (max-width:1100px){.project-list-page{width:min(100% - 28px,920px)}}@media (max-width:720px){.project-list-page{width:min(100% - 28px,620px);padding-top:28px}.project-list-controls,.project-list-feedback,.project-list-header{align-items:flex-start;flex-direction:column}.project-summary-grid{--project-summary-columns:1}.project-list-feedback__actions{flex-wrap:wrap}.project-list-controls__fields{width:100%;justify-content:flex-start}.project-list-controls__search{width:100%;min-width:0;max-width:none}.project-list-controls__fields>label{flex:1 1 150px}.project-list-controls select{width:100%}}@media (prefers-reduced-motion:reduce){.project-summary-add-card,.project-summary-card,.project-summary-card__skeleton-line,.project-summary-card__skeleton-preview{animation:none;transition:none}}.table{width:100%;border-collapse:collapse}.table td,.table th{border-bottom:1px solid var(--line);text-align:left;padding:10px 0;vertical-align:top}.admin-advanced-filters{flex-basis:100%;width:100%;border-top:1px solid var(--line);padding-top:12px}.admin-advanced-filters>summary{cursor:pointer;color:var(--muted);font-size:13px;font-weight:700}.admin-advanced-filters>.row{margin-top:12px}.admin-job-list{display:grid;grid-gap:12px;gap:12px}.admin-job-card{display:grid;grid-gap:14px;gap:14px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:16px}.admin-job-card__head{display:flex;gap:14px;align-items:flex-start;justify-content:space-between}.admin-job-card__project{min-width:0;display:grid;grid-gap:4px;gap:4px}.admin-job-card__project strong,.admin-job-field strong{overflow-wrap:anywhere}.admin-job-card__project span,.admin-job-field span{color:var(--muted);font-size:12px;line-height:1.45}.admin-job-card__diagnostics,.admin-job-card__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));grid-gap:12px;gap:12px}.admin-job-card__diagnostics{border-top:1px solid var(--line);padding-top:12px}.stage01-batch-table-slot{display:none;min-width:0;min-height:0}.stage01-batch-table-slot[data-stage01-batch-table-expanded=true]{display:grid;flex:0 1 auto;width:100%;max-width:100%;min-height:0;overflow:hidden}.stage01-batch-lightbox{--stage01-batch-accent:70 77 170;box-sizing:border-box;width:100%;min-width:0;max-width:100%;max-height:min(56dvh,560px);display:flex;flex-direction:column;overflow:hidden;border:0;border-radius:14px;background:rgb(255 255 255/.94);color:#27324a;box-shadow:inset 0 0 0 1px rgb(203 213 225/.72)}.stage01-batch-lightbox__summary{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:6px;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin}.stage01-batch-lightbox__metric{flex:0 0 auto;min-height:24px;display:inline-flex;align-items:center;gap:4px;border:1px solid rgb(203 213 225/.68);border-radius:999px;padding:3px 8px;background:rgb(255 255 255/.9);color:#64748b;font-size:10px;line-height:1;white-space:nowrap}.stage01-batch-lightbox__metric img{display:block;border-radius:5px;object-fit:cover}.stage01-batch-lightbox__metric strong{color:#334155;font-size:11px;font-weight:720}.stage01-batch-lightbox__toolbar{flex:0 0 auto;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid rgb(226 232 240/.78);padding:8px 12px;background:rgb(248 250 252/.72)}.stage01-batch-lightbox__toolbar-group{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:6px}.stage01-batch-lightbox__issues{min-width:0;color:#854d0e;font-size:10px}.stage01-batch-lightbox__issues summary{list-style-position:inside;white-space:nowrap}.stage01-batch-lightbox__issues ul{width:min(360px,72vw);max-height:180px;margin:6px 0 0;overflow:auto;overscroll-behavior:contain;border:1px solid rgb(202 138 4/.2);border-radius:10px;padding:9px 10px 9px 25px;background:rgb(255 255 255/.98);box-shadow:0 12px 30px rgb(15 23 42/.12);line-height:1.45}.stage01-batch-lightbox__notice{flex:0 0 auto;margin:7px 12px 0;border:1px solid rgb(202 138 4/.2);border-radius:9px;padding:6px 9px;background:rgb(255 251 235/.82);color:#854d0e;font-size:10px;line-height:1.4}.stage01-batch-lightbox__notice.is-error{border-color:rgb(190 24 93/.18);background:rgb(255 241 242/.74);color:#9f1239}.stage01-batch-lightbox__table-shell{flex:0 1 auto;box-sizing:border-box;min-height:62px;max-height:min(38dvh,420px);overflow:auto;overscroll-behavior:contain;scrollbar-color:rgb(148 163 184/.5) transparent;scrollbar-width:thin;touch-action:pan-x pan-y}.stage01-batch-lightbox__table{border-collapse:separate;border-spacing:0;color:#334155;font-size:11px}.stage01-batch-lightbox__table td,.stage01-batch-lightbox__table th{box-sizing:border-box;border-right:1px solid rgb(226 232 240/.68);border-bottom:1px solid rgb(226 232 240/.74);padding:7px;text-align:left;vertical-align:middle}.stage01-batch-lightbox__table td:last-child,.stage01-batch-lightbox__table th:last-child{border-right:0}.stage01-batch-lightbox__table thead th{position:-webkit-sticky;position:sticky;top:0;z-index:4;height:40px;background:rgb(248 250 252/.98);color:#64748b;box-shadow:0 1px 0 rgb(203 213 225/.58);font-size:10px;font-weight:700;line-height:1.25;white-space:nowrap}.stage01-batch-lightbox__business-head{color:#334155}.stage01-batch-lightbox__business-head[aria-invalid=true]{box-shadow:inset 0 -2px rgb(202 138 4/.5)}.stage01-batch-lightbox__business-head.is-orphan{color:#92400e;background:rgb(255 251 235/.98)}.stage01-batch-lightbox__business-head small{display:block;margin-top:2px;color:#94a3b8;font-size:9px;font-weight:520}.stage01-batch-lightbox__header-label{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;border:0;padding:0;background:transparent;color:inherit;cursor:pointer;font:inherit;font-weight:710;text-align:left}.stage01-batch-lightbox__header-label:focus-visible,.stage01-batch-lightbox__header-label:hover{color:rgb(var(--stage01-batch-accent));outline:none}.stage01-batch-lightbox__header-rename{box-sizing:border-box;width:100%;border:1px solid rgb(var(--stage01-batch-accent)/.38);border-radius:7px;padding:4px 6px;background:#fff;color:#334155;font:inherit;font-size:10px;outline:none;box-shadow:0 0 0 3px rgb(var(--stage01-batch-accent)/.07)}.stage01-batch-lightbox__row{background:#fff;transition:background-color .12s ease,box-shadow .12s ease}.stage01-batch-lightbox__row:hover{background:rgb(248 250 252/.68)}.stage01-batch-lightbox__row.is-unselected{color:#94a3b8}.stage01-batch-lightbox__row-index{display:flex;align-items:center;gap:5px}.stage01-batch-lightbox__barcode-button,.stage01-batch-lightbox__drag-handle,.stage01-batch-lightbox__row-selector{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:#64748b;cursor:pointer;font:inherit}.stage01-batch-lightbox__row-selector{width:26px;height:26px;display:grid;place-items:center;border-radius:7px;font-size:10px;font-weight:710}.stage01-batch-lightbox__row-selector[aria-pressed=true]{background:rgb(var(--stage01-batch-accent)/.12);color:rgb(var(--stage01-batch-accent))}.stage01-batch-lightbox__drag-handle{padding:4px 2px;color:#a0aec0;cursor:-webkit-grab;cursor:grab;letter-spacing:-2px}.stage01-batch-lightbox__drag-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.stage01-batch-lightbox__drag-handle:disabled{cursor:not-allowed;opacity:.38}.stage01-batch-lightbox__input{box-sizing:border-box;width:100%;min-height:32px;border:1px solid rgb(203 213 225/.78);border-radius:8px;padding:5px 7px;background:#fff;color:#334155;font:inherit;font-size:11px;line-height:1.35;outline:none}.stage01-batch-lightbox__input:focus{border-color:rgb(var(--stage01-batch-accent)/.42);box-shadow:0 0 0 3px rgb(var(--stage01-batch-accent)/.07)}.stage01-batch-lightbox__input[aria-invalid=true]{border-color:rgb(202 138 4/.42);background:rgb(255 251 235/.42)}.stage01-batch-lightbox__status{display:inline-flex;align-items:center;gap:5px;color:#64748b;font-size:10px;line-height:1.3;white-space:nowrap}.stage01-batch-lightbox__status:before{content:"";flex:0 0 auto;width:6px;height:6px;border-radius:999px;background:#94a3b8}.stage01-batch-lightbox__status.is-ready{color:#3f6212}.stage01-batch-lightbox__status.is-ready:before{background:#84a83f}.stage01-batch-lightbox__status.is-error{color:#a16207}.stage01-batch-lightbox__status.is-error:before{background:#d6a225}.stage01-batch-lightbox__image-cell{display:flex;align-items:center;gap:7px}.stage01-batch-lightbox__image-cell.is-invalid{border-radius:9px;box-shadow:inset 0 0 0 1px rgb(202 138 4/.34)}.stage01-batch-lightbox__image-empty,.stage01-batch-lightbox__image-thumb{flex:0 0 auto;width:48px;height:48px;box-sizing:border-box;overflow:hidden;display:grid;place-items:center;border:1px solid rgb(203 213 225/.78);border-radius:9px;background:rgb(248 250 252/.86);color:#94a3b8}.stage01-batch-lightbox__image-thumb{padding:0;cursor:zoom-in}.stage01-batch-lightbox__image-thumb img{width:100%;height:100%;display:block;object-fit:contain}.stage01-batch-lightbox__image-empty{gap:2px;padding:5px 8px;cursor:pointer;text-align:center}.stage01-batch-lightbox__image-empty:focus-within,.stage01-batch-lightbox__image-empty:hover{border-color:rgb(var(--stage01-batch-accent)/.34);background:rgb(var(--stage01-batch-accent)/.045);color:rgb(var(--stage01-batch-accent))}.stage01-batch-lightbox__image-empty span{font-size:10px;font-weight:680}.stage01-batch-lightbox__image-empty small{font-size:8px;line-height:1.25}.stage01-batch-lightbox__image-actions input,.stage01-batch-lightbox__image-empty input{position:absolute;width:1px;height:1px;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%)}.stage01-batch-lightbox__image-actions{display:grid;grid-gap:3px;gap:3px}.stage01-batch-lightbox__image-actions button,.stage01-batch-lightbox__image-actions label{border:0;padding:3px 5px;background:transparent;cursor:pointer;font:inherit;font-size:9px;line-height:1.2}.stage01-batch-lightbox__image-actions button:hover,.stage01-batch-lightbox__image-actions label:hover{background:rgb(var(--stage01-batch-accent)/.06);color:rgb(var(--stage01-batch-accent))}.stage01-batch-lightbox__barcode-cell{grid-gap:7px;gap:7px}.stage01-batch-lightbox__barcode-button{padding:0;border-radius:7px;cursor:zoom-in}.stage01-batch-lightbox__barcode-button:disabled{cursor:default;opacity:.55}.stage01-batch-lightbox__row-menu{position:absolute;top:calc(50% + 14px);right:7px;z-index:7;min-width:88px;display:grid;grid-gap:2px;gap:2px;border:1px solid rgb(203 213 225/.78);border-radius:9px;padding:4px;background:rgb(255 255 255/.98);box-shadow:0 10px 24px rgb(15 23 42/.12)}.stage01-batch-lightbox__row-menu button{border:0;border-radius:6px;padding:6px 8px;background:transparent;color:#475569;cursor:pointer;font:inherit;font-size:10px;text-align:left}.stage01-batch-lightbox__row-menu button:focus-visible:not(:disabled),.stage01-batch-lightbox__row-menu button:hover:not(:disabled){background:rgb(var(--stage01-batch-accent)/.07);color:rgb(var(--stage01-batch-accent));outline:none}.stage01-batch-lightbox__row-menu button:disabled{cursor:not-allowed;opacity:.42}.stage01-batch-lightbox__preview-row td{padding:0;background:rgb(248 250 252/.86)}.stage01-batch-lightbox__preview{display:grid;grid-gap:10px;gap:10px;border-left:2px solid rgb(var(--stage01-batch-accent)/.36);padding:11px 14px 13px}.stage01-batch-lightbox__preview h3,.stage01-batch-lightbox__preview p{margin:0}.stage01-batch-lightbox__preview h3{color:#334155;font-size:11px;font-weight:710}.stage01-batch-lightbox__preview li,.stage01-batch-lightbox__preview p{color:#64748b;font-size:10px;line-height:1.5}.stage01-batch-lightbox__preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.stage01-batch-lightbox__mapping{min-width:0;border:1px solid rgb(226 232 240/.78);border-radius:9px;padding:8px;background:#fff}.stage01-batch-lightbox__mapping strong{display:block;margin-bottom:3px;color:#475569;font-size:10px}.stage01-batch-lightbox__mapping ul{margin:0;padding-left:14px}.stage01-batch-lightbox__source-mapping{display:flex;align-items:center;gap:6px}.stage01-batch-lightbox__source-mapping img{flex:0 0 28px;width:28px;height:28px;display:block;border:1px solid rgb(203 213 225/.78);border-radius:6px;object-fit:cover}.stage01-batch-lightbox__empty{padding:28px 18px;color:#64748b;text-align:center;font-size:11px}.stage01-batch-asset-preview{position:fixed;inset:0;z-index:2700;display:grid;place-items:center;box-sizing:border-box;padding:24px;background:rgb(15 23 42/.34);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.stage01-batch-asset-preview__card{width:min(720px,calc(100vw - 48px));max-height:min(76dvh,720px);display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border:1px solid rgb(226 232 240/.9);border-radius:18px;background:#fff;box-shadow:0 24px 72px rgb(15 23 42/.22)}.stage01-batch-asset-preview__card>header{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid rgb(226 232 240/.8);padding:12px 14px}.stage01-batch-asset-preview__card>header div{display:grid;grid-gap:2px;gap:2px}.stage01-batch-asset-preview__card>header strong{color:#334155;font-size:13px}.stage01-batch-asset-preview__card>header span{color:#64748b;font-size:10px}.stage01-batch-asset-preview__card>header button{width:30px;height:30px;display:grid;place-items:center;border:1px solid rgb(203 213 225/.8);border-radius:9px;background:#fff;color:#64748b;cursor:pointer;font-size:18px}.stage01-batch-asset-preview__card>header button:focus-visible,.stage01-batch-asset-preview__card>header button:hover{border-color:rgb(var(--studio-accent-rgb)/.3);color:var(--studio-accent-strong);outline:none}.stage01-batch-asset-preview__content{min-height:0;display:grid;place-items:center;overflow:auto;overscroll-behavior:contain;padding:18px;background:rgb(248 250 252/.78)}.stage01-batch-asset-preview__content>img{width:100%;height:100%;max-height:min(62dvh,590px);display:block;object-fit:contain}.stage01-batch-asset-preview__barcode{min-width:min(480px,72vw);display:grid;place-items:center;border-radius:14px;padding:36px}@media (max-width:860px){.stage01-batch-lightbox{max-height:min(58dvh,520px);border-radius:12px}.stage01-batch-lightbox__toolbar{align-items:stretch;flex-direction:column}.stage01-batch-lightbox__summary{justify-content:flex-start}.stage01-batch-lightbox__toolbar-group{flex-wrap:nowrap;overflow-x:auto;overscroll-behavior-inline:contain;padding-bottom:2px;scrollbar-width:thin}.stage01-batch-lightbox__table-shell{max-height:min(34dvh,340px)}.stage01-batch-lightbox__preview-grid{grid-template-columns:1fr}.stage01-batch-asset-preview{padding:12px}.stage01-batch-asset-preview__card{width:calc(100vw - 24px);max-height:calc(100dvh - 24px);border-radius:14px}}@media (prefers-reduced-motion:reduce){.stage01-batch-asset-preview *,.stage01-batch-asset-preview :after,.stage01-batch-asset-preview :before,.stage01-batch-lightbox *,.stage01-batch-lightbox :after,.stage01-batch-lightbox :before{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important}}.admin-job-card__io{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:12px;gap:12px;border-top:1px solid var(--line);padding-top:12px}.admin-job-field{min-width:0;display:grid;grid-gap:4px;gap:4px}.admin-job-field.is-wide{min-width:0}.admin-failure-summary-short{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.45}.admin-failure-summary-detail{white-space:pre-line;line-height:1.55}.admin-failure-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:10px;gap:10px}.admin-failure-detail-item{min-width:0;display:grid;grid-gap:4px;gap:4px;border:1px solid var(--line);border-radius:8px;background:var(--studio-bg-muted,#f7f7f4);padding:10px}.admin-failure-detail-item span{color:var(--muted);font-size:12px}.admin-failure-detail-item strong{overflow-wrap:anywhere;font-size:12px}.admin-image-list,.admin-provider-attempts{display:grid;grid-gap:10px;gap:10px}.admin-image-row,.admin-provider-attempt{border:1px solid var(--line);border-radius:8px;background:var(--studio-bg-muted,#f7f7f4);padding:12px}.admin-provider-attempt__title{margin-bottom:8px;font-size:13px;font-weight:800}.admin-provider-attempt__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-gap:8px 12px;gap:8px 12px;color:var(--muted);font-size:12px;line-height:1.45;overflow-wrap:anywhere}.admin-image-row{display:flex;gap:12px;align-items:center;justify-content:space-between}.admin-io-strip{min-width:0;display:grid;grid-gap:8px;gap:8px}.admin-io-strip__head{display:flex;gap:8px;align-items:baseline;justify-content:space-between;color:var(--text);font-size:13px}.admin-io-strip__empty,.admin-io-strip__head span{color:var(--muted);font-size:12px}.admin-io-thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,76px)) minmax(40px,auto);grid-gap:8px;gap:8px;align-items:start}.admin-io-thumb{min-width:0;display:grid;grid-gap:6px;gap:6px}.admin-io-thumb__button,.admin-io-thumb__placeholder{width:76px;height:76px;border:1px solid var(--line);border-radius:8px;background:var(--studio-bg-muted,#f7f7f4);padding:0;overflow:hidden}.admin-io-thumb__button{cursor:zoom-in}.admin-io-thumb__button img{width:100%;height:100%;display:block;object-fit:contain;background:#fff}.admin-io-thumb__placeholder{display:grid;place-items:center;color:var(--muted);font-size:11px}.admin-io-thumb__caption{min-width:0;display:grid;grid-gap:2px;gap:2px;font-size:11px;line-height:1.25}.admin-io-thumb__caption em,.admin-io-thumb__caption small,.admin-io-thumb__caption span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-io-thumb__caption em,.admin-io-thumb__caption small{color:var(--muted);font-style:normal}.admin-io-more{min-width:40px;height:76px;display:grid;place-items:center;border:1px dashed var(--line);border-radius:8px;color:var(--muted);font-size:12px;font-weight:700}.admin-io-thumb-group{min-width:0}.admin-io-attempt{display:block;margin-bottom:4px;color:var(--muted);font-size:11px}.admin-io-thumb__caption .admin-io-thumb__status{white-space:normal;overflow-wrap:anywhere}.admin-io-thumb__button>span{font-size:11px;color:var(--muted)}.admin-io-diagnostics{min-width:0;font-size:12px;color:var(--muted);overflow-wrap:anywhere}.admin-io-diagnostics summary{cursor:pointer}.admin-image-lightbox{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px}.admin-image-lightbox__backdrop{position:absolute;inset:0;border:0;background:rgb(20 20 18/.58)}.admin-image-lightbox__panel{position:relative;width:min(920px,100%);max-height:min(860px,calc(100vh - 48px));display:grid;grid-gap:12px;gap:12px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:16px;overflow:auto;box-shadow:0 18px 60px rgb(20 20 18/.18)}.admin-image-lightbox__head,.admin-prompt-head{display:flex;gap:12px;align-items:flex-start;justify-content:space-between}.admin-image-lightbox__head>div{min-width:0;display:grid;grid-gap:4px;gap:4px}.admin-image-lightbox__head span{color:var(--muted);font-size:12px}.admin-image-lightbox__panel img{width:100%;max-height:680px;object-fit:contain;border:1px solid var(--line);border-radius:8px;background:var(--studio-bg-muted,#f7f7f4)}.admin-prompt-box{max-height:520px}@media (max-width:720px){.admin-image-lightbox__head,.admin-image-row,.admin-job-card__head,.admin-prompt-head{align-items:stretch;flex-direction:column}.admin-io-thumbs{grid-template-columns:repeat(3,minmax(0,72px)) minmax(40px,auto)}.admin-io-more,.admin-io-thumb__button,.admin-io-thumb__placeholder{width:72px;height:72px}}.field{display:grid;grid-gap:8px;gap:8px}.field-label{font-size:14px;font-weight:700}.field-hint{color:var(--muted);font-size:12px;line-height:1.5}.field-input{width:100%;min-height:46px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--ink);padding:0 14px}.field-input:is(textarea){min-height:120px;padding:12px 14px;resize:vertical}.json-box{margin:10px 0 0;padding:14px;border-radius:14px;background:#f7f2ec;border:1px solid var(--line);white-space:pre-wrap;word-break:break-word;overflow-x:auto}.slot-card{border-radius:22px;border:1px solid var(--line);padding:18px;min-height:180px}.slot-card.active{background:linear-gradient(160deg,#fff9f4,#f9e3d6);box-shadow:inset 0 0 0 1px rgba(184,92,56,.08)}.slot-card.empty{background:linear-gradient(160deg,#fffdfa,#f3eee8);border-style:dashed}.workspace-shell{width:min(1480px,calc(100vw - 40px));margin:0 auto;padding:24px 0 72px}.workspace-header{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:20px;border:1px solid var(--line);border-radius:28px;padding:24px;background:linear-gradient(135deg,#fffdfa,#fff3ea);box-shadow:0 12px 36px rgba(32,27,24,.06)}.workspace-header h1{margin:10px 0 8px;font-size:clamp(28px,3vw,46px);letter-spacing:-.04em}.workspace-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;min-width:min(520px,100%)}.workspace-split{display:grid;grid-template-columns:minmax(260px,320px) minmax(0,1fr);grid-gap:22px;gap:22px;align-items:start}.pipeline-track{position:-webkit-sticky;position:sticky;top:18px;display:grid;grid-gap:16px;gap:16px;max-height:calc(100vh - 36px);overflow:auto;border:1px solid var(--line);border-radius:28px;padding:18px;background:rgba(255,253,250,.92);box-shadow:0 12px 34px rgba(32,27,24,.05)}.pipeline-track-header h2{margin:10px 0 6px}.pipeline-title-row{display:flex;align-items:center;gap:8px;justify-content:space-between}.pipeline-mode-badge{flex:0 0 auto;border:1px solid rgba(184,92,56,.22);border-radius:999px;padding:3px 8px;background:rgba(255,246,238,.92);color:var(--brand);font-size:11px;font-weight:800;letter-spacing:.05em}.pipeline-track-header p{margin:0;font-size:13px;line-height:1.6}.pipeline-stage-list{display:grid;grid-gap:10px;gap:10px}.pipeline-stage-item{display:grid;grid-template-columns:28px minmax(0,1fr) 56px;grid-gap:10px;gap:10px;align-items:center;min-height:74px;border:1px solid var(--line);border-radius:18px;padding:10px;background:#fff;color:var(--ink);transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.pipeline-stage-item:hover{border-color:rgba(184,92,56,.48);box-shadow:0 10px 24px rgba(32,27,24,.06);transform:translateY(-1px)}.pipeline-stage-item.is-active{border-color:var(--brand);background:linear-gradient(135deg,#fff8f3,#fff);box-shadow:inset 0 0 0 1px rgba(184,92,56,.16)}.pipeline-stage-item.is-locked{cursor:not-allowed;opacity:.62}.pipeline-stage-item.is-locked:hover{border-color:var(--line);box-shadow:none;transform:none}.pipeline-stage-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:var(--brand-soft);color:var(--brand);font-weight:800}.pipeline-stage-main{display:grid;grid-gap:4px;gap:4px;min-width:0}.pipeline-stage-main strong{font-size:14px}.pipeline-stage-meta{display:flex;gap:6px;color:var(--muted);font-size:11px;font-weight:700}.pipeline-stage-tags{display:flex;flex-wrap:wrap;gap:6px}.pipeline-stage-hint,.pipeline-stage-warning{width:-moz-fit-content;width:fit-content;padding:3px 7px;font-size:11px}.pipeline-stage-hint{background:#eef8f1;color:var(--ok)}.pipeline-stage-warning{background:#fff2d2;color:var(--warn)}.pipeline-stage-thumb{width:56px;height:56px;border-radius:14px;object-fit:cover;border:1px solid var(--line);background:#f8f3ec}.active-workspace{min-width:0}.stage-workspace-embedded{min-height:auto}.stage-workspace-embedded>.card,.stage-workspace-embedded>.grid,.stage-workspace-embedded>details{margin-bottom:14px}.stage2-product-card{display:grid;grid-template-columns:118px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:center;border:1px solid var(--line);border-radius:22px;padding:12px;background:#fff}.stage2-product-card img{width:118px;height:118px;border-radius:18px;object-fit:cover;background:#f6eee6}.stage2-product-card p{margin:6px 0 0;color:var(--muted);overflow:hidden;text-overflow:ellipsis}.stage2-upload-dropzone{display:grid;place-items:center;grid-gap:8px;gap:8px;min-height:144px;border:2px dashed rgba(184,92,56,.34);border-radius:22px;background:#fff8f1;color:var(--text);text-align:center;cursor:pointer}.stage2-upload-dropzone input{display:none}.stage2-upload-dropzone span{color:var(--muted);font-size:14px}.stage2-alert{border:1px solid rgba(201,130,23,.28);border-radius:16px;padding:12px 14px;background:#fff7df;color:#7a4a00;font-size:14px;line-height:1.6}.stage2-primary-button{width:100%;min-height:64px;border:0;border-radius:999px;background:linear-gradient(135deg,#b85c38,#dd7c4f);color:#fff;font-size:18px;font-weight:800;cursor:pointer;box-shadow:0 16px 30px rgba(184,92,56,.24)}.stage2-primary-button:disabled{cursor:not-allowed;opacity:.48;box-shadow:none}.stage2-preview-board{min-height:clamp(420px,58vh,760px);display:grid;grid-gap:18px;gap:18px;align-content:center;padding:22px;background:radial-gradient(circle at 20% 10%,rgba(255,242,210,.54),transparent 32%),linear-gradient(135deg,#fffdfa,#f8f1e8)}.stage2-preview-board.is-empty,.stage2-preview-board.is-error{place-items:center;text-align:center;border:2px dashed rgba(32,27,24,.12);margin:22px;border-radius:24px;min-height:clamp(360px,52vh,680px)}.stage2-preview-board.is-error{background:#fff4ef}.stage2-preview-board.is-empty strong,.stage2-preview-board.is-error strong{font-size:28px}.stage2-preview-board.is-empty p,.stage2-preview-board.is-error p{margin:8px 0 0;color:var(--muted)}.stage2-result-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;align-items:stretch}.stage2-result-card{display:grid;grid-gap:12px;gap:12px;min-height:380px;border:1px solid var(--line);border-radius:24px;padding:14px;background:#fff}.stage2-image-frame{position:relative;min-height:330px;display:grid;place-items:center;overflow:hidden;border-radius:20px;background:#f7f0e8}.stage2-image-frame img{width:100%;height:100%;object-fit:contain}.stage2-image-actions{position:absolute;right:12px;bottom:12px}.stage2-mock-badge{position:absolute;left:12px;top:12px;border:1px solid #d26b3d;background:#fff4ec;color:#9d3d18;padding:6px 10px;box-shadow:0 10px 24px rgba(79,45,22,.12)}.mini-action,.stage2-mock-badge{border-radius:999px;font-size:12px;font-weight:800}.mini-action{padding:7px 10px;background:rgba(255,255,255,.9);color:var(--brand);text-decoration:none;box-shadow:0 8px 18px rgba(32,27,24,.12)}.mini-action.is-current,.pill.is-current{border-color:rgba(44,122,78,.24);background:#eef8f1;color:#237247}.mini-action.is-current.is-saving{border-color:rgba(44,122,78,.32);background:#f3fbf5}.stage2-result-card strong{padding:0 4px 4px}.stage2-crop-confirmation{align-content:start;overflow:auto}.stage2-crop-heading{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.stage2-crop-heading strong{font-size:22px}.stage2-crop-heading p{margin:6px 0 0;color:var(--muted)}.stage2-crop-inline-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.stage2-crop-canvas{position:relative;width:min(100%,1180px);margin:0 auto;overflow:hidden;border:1px solid rgba(32,27,24,.14);border-radius:18px;background:#fff;box-shadow:0 24px 60px rgba(52,42,34,.12);touch-action:none}.stage2-crop-canvas img{display:block;width:100%;height:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.stage2-split-canvas{cursor:ew-resize}.stage2-split-region{position:absolute;inset-block:0;pointer-events:none}.stage2-split-region.is-front{left:0;background:rgba(29,116,216,.08)}.stage2-split-region.is-side{background:rgba(196,93,50,.08)}.stage2-split-region span{position:absolute;top:12px;border-radius:999px;background:rgba(255,255,255,.92);color:#1d1b18;font-size:12px;font-weight:800;padding:6px 10px;box-shadow:0 8px 18px rgba(32,27,24,.12)}.stage2-split-region.is-front span{left:12px}.stage2-split-region.is-side span{right:12px}.stage2-split-line{position:absolute;top:0;bottom:0;width:0;border-left:3px solid #111827;filter:drop-shadow(0 0 0 rgba(255,255,255,.9)) drop-shadow(0 10px 18px rgba(32,27,24,.22));pointer-events:none;transform:translateX(-1.5px)}.stage2-split-line.is-dragging{border-left-color:var(--brand)}.stage2-split-handle{position:absolute;top:50%;left:50%;display:grid;place-items:center;width:44px;height:44px;border-radius:999px;background:#fff;border:2px solid;color:#111827;font-weight:900;box-shadow:0 14px 30px rgba(32,27,24,.18);transform:translate(-50%,-50%)}.stage2-crop-box{position:absolute;display:grid;place-items:start;border:2px solid #1d74d8;border-radius:14px;background:rgba(29,116,216,.08);cursor:move;box-shadow:0 0 0 9999px rgba(0,0,0,.04)}.stage2-crop-box.is-side{border-color:#c45d32;background:rgba(196,93,50,.08)}.stage2-crop-box span{margin:8px;border-radius:999px;background:rgba(255,255,255,.92);color:#1d1b18;font-size:12px;font-weight:800;padding:5px 9px;box-shadow:0 8px 18px rgba(32,27,24,.12)}.stage2-crop-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.stage2-crop-control-card{display:grid;grid-gap:8px;gap:8px;border:1px solid rgba(32,27,24,.1);border-radius:16px;background:rgba(255,255,255,.82);padding:12px}.stage2-crop-slider-row{display:grid;grid-gap:5px;gap:5px;color:var(--muted);font-size:12px}.stage2-crop-slider-row input{width:100%;accent-color:var(--brand)}.stage2-crop-actions{display:flex;justify-content:center}.stage-result-card__skeleton{width:100%;height:100%;min-height:inherit;border-radius:inherit;background:linear-gradient(90deg,rgba(239,228,218,.78),rgba(255,247,239,.96) 48%,rgba(239,228,218,.78)),radial-gradient(circle at 50% 46%,rgba(184,92,56,.12),transparent 38%);background-size:220% 100%,100% 100%;animation:stage2SkeletonPulse 1.5s ease-in-out infinite}.stage2-loading-copy{margin:0;min-height:22px;padding:0 20px 16px;text-align:center;color:var(--muted);font-weight:700}@keyframes stage2SkeletonPulse{0%{background-position:120% 0}to{background-position:-120% 0}}.studio-shell{width:100%;min-height:100vh;margin:0;padding:0}.studio-topbar{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 18px;border-bottom:1px solid var(--line);background:rgba(255,253,250,.96);position:-webkit-sticky;position:sticky;top:0;z-index:20}.studio-title-row{display:flex;align-items:baseline;gap:12px;min-width:0}.studio-title-row h1{margin:0;max-width:34vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:20px;letter-spacing:-.02em}.studio-status-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.studio-topbar .workspace-actions{min-width:0;flex-wrap:nowrap;align-items:center}.studio-topbar .cta{padding:9px 12px;white-space:nowrap}.studio-workspace-grid{height:calc(100vh - 64px);display:grid;grid-template-columns:216px minmax(0,1fr) clamp(300px,22vw,360px);grid-gap:0;gap:0;overflow:hidden;background:linear-gradient(90deg,rgba(247,240,232,.72),rgba(255,253,250,.88)),#f8f4ef}.studio-workspace-grid .pipeline-track{position:-webkit-sticky;position:sticky;top:64px;height:calc(100vh - 64px);max-height:none;grid-template-rows:auto minmax(0,1fr) auto;align-content:start;overflow:hidden;border-width:0 1px 0 0;border-radius:0;box-shadow:none;background:rgba(255,253,250,.86);padding:10px 8px}.studio-workspace-grid .pipeline-track-header{display:grid;grid-gap:4px;gap:4px;min-height:0;padding:0 4px 2px}.studio-workspace-grid .pipeline-track-header h2{margin:0;font-size:16px}.pipeline-mode-toggle,.studio-workspace-grid .pipeline-title-row{justify-content:flex-start;gap:8px}.pipeline-mode-toggle{width:100%;min-height:64px;display:inline-flex;align-items:center;border:1px solid rgba(184,92,56,.26);border-radius:16px;padding:10px 12px;background:rgba(255,253,250,.78);color:var(--ink);cursor:pointer;font:inherit;font-size:12px;font-weight:800;text-align:left}.pipeline-mode-toggle>span:first-child{font-size:16px;letter-spacing:-.02em;line-height:1}.pipeline-mode-toggle:hover:not(:disabled){background:rgba(184,92,56,.08)}.pipeline-mode-toggle:disabled{cursor:wait;opacity:.62}.studio-workspace-grid .pipeline-mode-badge{padding:2px 6px;font-size:9px}.studio-workspace-grid .pipeline-stage-list{min-height:0;overflow:auto;padding-right:2px;gap:4px}.studio-workspace-grid .pipeline-stage-item{grid-template-columns:22px minmax(0,1fr);min-height:46px;padding:7px 8px;border-color:transparent;border-radius:11px;gap:8px}.studio-workspace-grid .pipeline-stage-item:hover{border-color:rgba(184,92,56,.18);background:rgba(184,92,56,.05);box-shadow:none;transform:none}.studio-workspace-grid .pipeline-stage-item.is-active{border-color:rgba(184,92,56,.22);background:rgba(184,92,56,.09);box-shadow:inset 3px 0 0 var(--brand)}.studio-workspace-grid .pipeline-stage-item.is-locked{opacity:.48;background:transparent}.studio-workspace-grid .pipeline-stage-icon{width:20px;height:20px;font-size:11px;background:rgba(184,92,56,.12)}.studio-workspace-grid .pipeline-stage-thumb{display:none}.studio-workspace-grid .pipeline-stage-main strong{font-size:12px;line-height:1.25}.studio-workspace-grid .pipeline-stage-meta{font-size:9px;gap:4px}.studio-workspace-grid .pipeline-stage-tags{gap:4px}.studio-workspace-grid .pipeline-stage-hint,.studio-workspace-grid .pipeline-stage-warning{padding:2px 5px;font-size:9px}.pipeline-user-card{display:grid;grid-template-columns:34px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center;border-top:1px solid rgba(32,27,24,.08);padding:10px 4px 2px}.pipeline-user-avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:999px;background:linear-gradient(135deg,var(--brand),#f1a06d);color:#fff;font-size:13px;font-weight:900}.pipeline-user-main{display:grid;grid-gap:2px;gap:2px;min-width:0}.pipeline-user-label,.pipeline-user-main small{color:var(--muted);font-size:10px;font-weight:700}.pipeline-user-main span,.pipeline-user-main strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pipeline-user-main strong{color:var(--ink);font-size:13px}.pipeline-user-main span{color:var(--muted);font-size:11px}.stage2-studio-embedded,.stage2-studio-panel{display:contents}.stage2-studio-center{grid-column:2;min-width:0;min-height:0;display:flex;flex-direction:column;gap:10px;padding:14px;overflow:hidden}.stage2-canvas-header{flex:0 0 auto;display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:2px 4px 0}.stage2-canvas-header h2{margin:6px 0 4px;font-size:22px;letter-spacing:-.03em}.stage2-canvas-header p{margin:0;color:var(--muted)}.stage2-studio-canvas{flex:1 1;min-height:clamp(420px,58vh,760px);border:1px solid rgba(32,27,24,.08);border-radius:22px;overflow:hidden;background:radial-gradient(circle at center,rgba(32,27,24,.08) 1px,transparent 1.2px),linear-gradient(135deg,rgba(250,250,247,.96),rgba(239,238,232,.94));background-size:22px 22px,100% 100%;box-shadow:inset 0 0 0 1px rgba(255,255,255,.72),inset 0 18px 60px rgba(255,255,255,.36),0 18px 42px rgba(32,27,24,.07)}.stage2-studio-canvas .stage2-preview-board{height:100%;min-height:0}.stage2-studio-canvas .stage2-preview-board:not(.stage2-crop-confirmation){grid-template-rows:minmax(0,1fr);align-content:stretch}.stage2-studio-canvas .stage2-preview-board.is-loading{grid-template-rows:minmax(0,1fr) auto;overflow:hidden}.stage2-studio-canvas .stage2-preview-board.is-empty,.stage2-studio-canvas .stage2-preview-board.is-error{min-height:0;height:calc(100% - 44px);margin:22px}.stage2-studio-canvas .stage2-result-grid{height:100%;min-height:0;align-items:stretch;padding:20px}.stage2-studio-canvas .stage2-result-card{height:100%;grid-template-rows:minmax(0,1fr) auto}.stage2-studio-canvas .stage2-preview-board{background:transparent;padding:0}.stage2-studio-canvas .stage2-result-card{min-height:0;align-content:stretch;border:0;border-radius:0;padding:0;background:transparent;box-shadow:none}.stage2-studio-canvas .stage2-result-card.is-loading{height:100%}.stage2-studio-canvas .stage2-image-frame{min-height:0;height:100%;max-height:66vh;align-self:center;border:1px solid rgba(32,27,24,.06);border-radius:18px;background:rgba(255,255,255,.58);box-shadow:0 18px 45px rgba(32,27,24,.12),0 2px 8px rgba(32,27,24,.05);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.stage2-studio-canvas .stage2-result-card.is-loading .stage2-image-frame{height:100%}.stage2-studio-canvas .stage2-result-card strong{justify-self:start;margin-top:8px;padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.76);color:rgba(32,27,24,.72);font-size:12px;box-shadow:0 8px 18px rgba(32,27,24,.08)}.stage2-action-bar{flex:0 0 auto;min-height:58px;display:flex;align-items:center;justify-content:center;gap:12px;width:-moz-fit-content;width:fit-content;max-width:calc(100% - 28px);margin:-4px auto 0;padding:8px 12px;border:1px solid rgba(32,27,24,.1);border-radius:999px;background:rgba(255,255,255,.82);box-shadow:0 18px 44px rgba(32,27,24,.14);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.stage2-secondary-button{border-radius:999px;border:1px solid transparent;padding:11px 16px;font-weight:800;text-decoration:none;cursor:pointer;background:#fff;color:var(--brand);border-color:rgba(184,92,56,.32)}.stage2-secondary-button:disabled{opacity:.5;cursor:not-allowed}.stage2-inspector{grid-column:3;min-width:0;height:calc(100vh - 64px);overflow:auto;border-left:1px solid rgba(32,27,24,.08);background:rgba(255,253,250,.72);padding:18px 20px;display:flex;flex-direction:column;gap:14px}.stage2-inspector-section{display:grid;grid-gap:10px;gap:10px;padding:0 0 18px;border:0;border-bottom:1px solid rgba(32,27,24,.08);border-radius:0;background:transparent}.stage2-inspector-section:last-of-type{padding-bottom:0;border-bottom:0}.stage2-inspector-section h2{margin:0;font-size:19px}.stage2-inspector-section p{margin:0;color:var(--muted);line-height:1.6}.stage2-product-card.is-inspector{grid-template-columns:1fr;gap:8px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.stage2-product-image-picker{position:relative;display:block;cursor:pointer}.stage2-product-image-picker input{display:none}.stage2-product-image-picker img{width:100%;height:198px;object-fit:contain;border:1px solid rgba(32,27,24,.06);border-radius:14px;background:rgba(255,255,255,.62);box-shadow:0 12px 26px rgba(32,27,24,.08)}.stage2-product-image-picker span{position:absolute;right:10px;bottom:10px;border:1px solid rgba(32,27,24,.12);border-radius:999px;padding:5px 9px;background:rgba(255,255,255,.88);color:var(--muted);font-size:12px;font-weight:800;opacity:.86;transition:opacity .16s ease,transform .16s ease}.stage2-product-image-picker:hover img{border-color:rgba(184,92,56,.32);box-shadow:0 14px 30px rgba(184,92,56,.12)}.stage2-product-image-picker:hover span{opacity:1;transform:translateY(-1px)}.stage2-product-card.is-inspector p{margin:0;font-size:12px;color:var(--muted);overflow-wrap:anywhere}.stage2-upload-dropzone.compact{min-height:132px}.stage2-inspector-form{display:grid;grid-gap:11px;gap:11px}.stage2-inspector-form label{display:grid;grid-gap:6px;gap:6px}.stage2-inspector-form label span{color:var(--muted);font-size:12px;font-weight:700}.stage2-inspector-form input,.stage2-inspector-form select{width:100%;min-height:38px;border:1px solid rgba(32,27,24,.12);border-radius:12px;padding:8px 10px;background:rgba(255,255,255,.84);color:var(--ink);font:inherit}.stage2-inspector-form input:focus,.stage2-inspector-form select:focus{border-color:rgba(184,92,56,.52);box-shadow:0 0 0 3px rgba(184,92,56,.12);outline:none}.stage2-inline-notice{margin:-2px 0 0;color:#237247;font-size:12px;font-weight:700}.stage2-current-save-error{margin:-2px 0 8px;color:#a13e28;font-size:12px;font-weight:700}.image-modal-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:28px;background:rgba(18,14,12,.72)}.image-modal{width:min(92vw,1080px);max-height:92vh;display:grid;grid-template-rows:auto minmax(0,1fr);grid-gap:12px;gap:12px;padding:14px;border-radius:22px;background:#fff}.image-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.image-modal img{max-width:100%;max-height:calc(92vh - 86px);object-fit:contain;justify-self:center;border-radius:16px;background:#f7f0e8}.image-modal.is-long{width:min(94vw,1180px);overflow:hidden}.image-modal-scroll{min-height:0;overflow:auto;display:grid;justify-items:center;align-items:start;border-radius:16px;background:#f7f0e8}.image-modal.is-long img{width:min(100%,760px);height:auto;max-height:none;display:block;border-radius:0}.one-sentence-modal-backdrop{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:24px;background:rgba(33,24,18,.32);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.one-sentence-modal{width:min(92vw,560px);display:grid;grid-gap:16px;gap:16px;padding:22px;border:1px solid var(--line);border-radius:24px;background:#fffdf9;box-shadow:0 24px 70px rgba(67,45,31,.22)}.one-sentence-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.one-sentence-modal-header h2{margin:4px 0 0}.one-sentence-modal textarea{min-height:150px;width:100%;resize:vertical;border:1px solid var(--line);border-radius:18px;padding:14px 16px;background:#fff;color:var(--ink);font:inherit;line-height:1.6}.one-sentence-modal textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(190,93,55,.14);outline:none}.one-sentence-modal-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.stage-workspace-shell{min-height:0;height:calc(100vh - 64px);display:grid;grid-template-columns:216px minmax(0,1fr) clamp(300px,22vw,360px);overflow:hidden;background:linear-gradient(90deg,rgba(247,240,232,.72),rgba(255,253,250,.88)),#f8f4ef}.stage-workspace-shell:not(.has-left){grid-template-columns:minmax(0,1fr) clamp(300px,24vw,380px)}.stage-workspace-shell:not(.has-right){grid-template-columns:216px minmax(0,1fr)}.stage-workspace-shell--detail{width:100%}.stage-workspace-shell__left,.stage-workspace-shell__right{min-width:0;min-height:0;overflow:auto}.stage-workspace-shell__left{border-right:1px solid rgba(32,27,24,.08);background:rgba(255,253,250,.86)}.stage-workspace-shell__right{border-left:1px solid rgba(32,27,24,.08);background:rgba(255,253,250,.72)}.stage-workspace-shell__center{min-width:0;min-height:0;display:flex;flex-direction:column;gap:10px;padding:14px;overflow:hidden}.stage-workspace-shell__canvas{min-height:0;flex:1 1}.stage-workspace-shell__action,.stage-workspace-shell__debug{flex:0 0 auto}.stage-workspace-shell .pipeline-track{position:static;height:100%;max-height:none;grid-template-rows:auto minmax(0,1fr) auto;align-content:start;overflow:hidden;border:0;border-radius:0;box-shadow:none;background:transparent;padding:10px 8px}.stage-workspace-shell .pipeline-track-header{display:grid;grid-gap:4px;gap:4px;min-height:0;padding:0 4px 2px}.stage-workspace-shell .pipeline-track-header h2{margin:0;font-size:16px}.stage-workspace-shell .pipeline-title-row{justify-content:flex-start;gap:8px}.stage-workspace-shell .pipeline-stage-list{min-height:0;overflow:auto;padding-right:2px;gap:4px}.stage-workspace-shell .pipeline-stage-item{grid-template-columns:22px minmax(0,1fr);min-height:46px;padding:7px 8px;border-color:transparent;border-radius:11px;background:transparent;box-shadow:none;gap:8px}.stage-workspace-shell .pipeline-stage-item:hover{border-color:rgba(184,92,56,.18);background:rgba(184,92,56,.05);box-shadow:none;transform:none}.stage-workspace-shell .pipeline-stage-item.is-active{border-color:rgba(184,92,56,.22);background:rgba(184,92,56,.09);box-shadow:inset 3px 0 0 var(--brand)}.stage-workspace-shell .pipeline-stage-item.is-locked{opacity:.48;background:transparent}.stage-workspace-shell .pipeline-stage-icon{width:20px;height:20px;font-size:11px;background:rgba(184,92,56,.12)}.stage-workspace-shell .pipeline-stage-thumb{display:none}.stage-workspace-shell .pipeline-stage-main strong{font-size:12px;line-height:1.25}.stage-workspace-shell .pipeline-stage-meta{font-size:9px;gap:4px}.stage-workspace-shell .pipeline-stage-tags{gap:4px}.stage-workspace-shell .pipeline-stage-hint,.stage-workspace-shell .pipeline-stage-warning{padding:2px 5px;font-size:9px}.stage-canvas-panel{min-height:0;height:100%;display:grid;grid-template-rows:auto minmax(0,1fr) auto;border:1px solid rgba(32,27,24,.08);border-radius:22px;overflow:hidden;background:radial-gradient(circle at center,rgba(32,27,24,.08) 1px,transparent 1.2px),linear-gradient(135deg,rgba(250,250,247,.96),rgba(239,238,232,.94));background-size:22px 22px,100% 100%;box-shadow:inset 0 0 0 1px rgba(255,255,255,.72),inset 0 18px 60px rgba(255,255,255,.36),0 18px 42px rgba(32,27,24,.07)}.stage-canvas-panel__footer,.stage-canvas-panel__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px}.stage-canvas-panel__heading{min-width:0}.stage-canvas-panel__heading h2{margin:0 0 4px;font-size:22px}.stage-canvas-panel__heading p{margin:0;color:var(--muted);line-height:1.5}.stage-canvas-panel__toolbar{flex:0 0 auto}.stage-canvas-panel__body{min-height:0;display:grid;place-items:center;padding:20px}.stage-canvas-panel--detail-long .stage-canvas-panel__body{align-items:stretch;justify-items:center;padding:8px 18px 10px}.stage-canvas-panel__state{width:min(100%,520px);display:grid;justify-items:center;grid-gap:10px;gap:10px;border:1px dashed rgba(32,27,24,.16);border-radius:20px;padding:28px;background:rgba(255,255,255,.56);color:var(--muted);text-align:center}.stage-canvas-panel__state strong{color:var(--ink);font-size:18px}.stage-canvas-panel__state p{margin:0;line-height:1.6}.stage-canvas-panel.is-failed .stage-canvas-panel__state{border-color:rgba(161,62,40,.24);background:rgba(255,244,239,.78)}.stage-canvas-panel__spinner{width:28px;height:28px;border:3px solid rgba(184,92,56,.16);border-top:3px solid var(--brand);border-radius:999px;animation:stage-spinner .8s linear infinite}@keyframes stage-spinner{to{transform:rotate(1turn)}}.stage-result-card{min-width:0;display:grid;align-content:start;grid-gap:10px;gap:10px}.stage-result-card__frame{position:relative;min-height:260px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(32,27,24,.06);border-radius:18px;background:rgba(255,255,255,.62);box-shadow:0 18px 45px rgba(32,27,24,.12),0 2px 8px rgba(32,27,24,.05)}.stage-result-card.is-current .stage-result-card__frame{border-color:rgba(44,122,78,.58);box-shadow:0 0 0 3px rgba(44,122,78,.12),0 18px 45px rgba(32,27,24,.12)}.stage-result-card.is-selected .stage-result-card__frame{border-color:rgba(184,92,56,.48);box-shadow:0 0 0 3px rgba(184,92,56,.12),0 18px 45px rgba(32,27,24,.12)}.stage-result-card__image{width:100%;height:100%;max-height:66vh;object-fit:contain;background:#fff}.stage-result-card.is-loading .stage-result-card__frame{background:rgba(255,255,255,.62)}.stage-result-card__image.is-cover{object-fit:cover}.stage-result-card__empty{color:var(--muted);font-size:14px}.stage-result-card__badge{position:absolute;top:10px;left:10px}.stage-result-card__actions{position:absolute;right:10px;bottom:10px;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:calc(100% - 20px)}.stage-result-card__meta{display:grid;grid-gap:4px;gap:4px;color:var(--muted);font-size:13px}.stage-result-card__meta strong{color:var(--ink);font-size:15px}.stage-result-card__meta p{margin:0;line-height:1.5}.stage-unified-loading-board{width:100%}.stage-canvas-panel__body>.stage-unified-loading-board{height:100%;min-height:0;grid-template-rows:minmax(0,1fr) auto;align-content:stretch;overflow:hidden;background:transparent;padding:0}.stage-canvas-panel__body>.stage-unified-loading-board .stage2-result-grid{height:100%;min-height:0;align-items:stretch;padding:20px}.stage-canvas-panel__body>.stage-unified-loading-board .stage2-result-card{height:100%;min-height:0;grid-template-rows:minmax(0,1fr) auto;align-content:stretch;border:0;border-radius:0;padding:0;background:transparent;box-shadow:none}.stage-canvas-panel__body>.stage-unified-loading-board .stage2-image-frame{min-height:0;height:100%;border:1px solid rgba(32,27,24,.06);border-radius:18px;background:rgba(255,255,255,.58);box-shadow:0 18px 45px rgba(32,27,24,.12),0 2px 8px rgba(32,27,24,.05);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.stage-canvas-panel__body>.stage-unified-loading-board .stage2-result-card strong{justify-self:start;margin-top:8px;padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.76);color:rgba(32,27,24,.72);font-size:12px;box-shadow:0 8px 18px rgba(32,27,24,.08)}.stage-unified-loading-board.is-single .stage2-result-grid{grid-template-columns:minmax(0,min(100%,720px));justify-content:center}.stage-history-strip{min-height:116px;flex:0 0 116px;display:flex;align-items:stretch;gap:12px;border:1px solid rgba(32,27,24,.08);border-radius:20px;padding:12px 14px;background:rgba(255,255,255,.66);box-shadow:inset 0 1px 0 rgba(255,255,255,.72);color:var(--muted);font-size:13px}.stage-history-strip__title{color:var(--ink);font-size:13px}.stage-history-strip__scroller{min-width:0;flex:1 1 auto;display:flex;align-items:stretch;gap:12px;overflow-x:auto;overflow-y:hidden}.stage-history-strip__item{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:0 0 auto;width:104px;height:90px;min-height:90px;display:grid;grid-gap:0;gap:0;grid-template-rows:minmax(0,1fr);place-items:stretch;border:2px solid transparent;border-radius:16px;background:rgba(255,255,255,.72);color:var(--muted);cursor:pointer;box-shadow:0 8px 20px rgba(32,27,24,.05);overflow:visible}div.stage-history-strip__item{cursor:default}.stage-history-strip__item:hover{border-color:rgba(184,92,56,.34)}.stage-history-strip__image-frame{width:100%;height:100%;min-width:0;min-height:0;display:block;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff}.stage-history-strip__image-frame img{width:100%;height:100%;max-width:100%;max-height:100%;display:block;object-fit:cover}.stage-history-strip--long .stage-history-strip__image-frame img{object-fit:contain;background:#fff}.stage-history-strip__label{display:none}.stage-history-strip__item.is-accent{background:rgba(255,247,240,.76)}.stage-history-strip__item.is-warning{border-color:rgba(138,90,0,.36);background:#fff8e8}.stage-history-strip__item.is-selected{border-color:var(--brand);background:#fff7f0;box-shadow:0 0 0 3px rgba(184,92,56,.14),0 10px 24px rgba(184,92,56,.12)}.stage-history-strip__item.is-current,.stage-history-strip__item.is-success{border-color:rgba(44,122,78,.62);background:#eef8f1;box-shadow:0 0 0 3px rgba(44,122,78,.13),0 10px 24px rgba(44,122,78,.1)}.stage-history-strip__empty{align-self:center}.stage-inspector-panel{min-width:0;height:100%;overflow:auto;background:rgba(255,253,250,.72);padding:18px 20px;display:flex;flex-direction:column;gap:14px}.stage-inspector-panel__section{display:grid;grid-gap:10px;gap:10px;padding:0 0 18px;border-bottom:1px solid rgba(32,27,24,.08)}.stage-inspector-panel__section:last-of-type{border-bottom:0}.stage-inspector-panel__eyebrow{width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:5px 9px;background:var(--brand-soft);color:var(--brand);font-size:11px;font-weight:800;text-transform:uppercase}.stage-inspector-panel__header h2{margin:0;font-size:19px}.stage-inspector-panel__footer,.stage-inspector-panel__header p{margin:0;color:var(--muted);line-height:1.6}.stage-inspector-form{display:grid;grid-gap:11px;gap:11px}.stage-inspector-form label,.stage-inspector-form__field{display:grid;grid-gap:6px;gap:6px}.stage-inspector-form label span,.stage-inspector-form__field>span{color:var(--muted);font-size:12px;font-weight:700}.stage-inspector-form input,.stage-inspector-form select,.stage-inspector-form textarea{width:100%;min-height:38px;border:1px solid rgba(32,27,24,.12);border-radius:12px;padding:8px 10px;background:rgba(255,255,255,.84);color:var(--ink);font:inherit}.stage-inspector-form textarea{resize:vertical}.stage-inspector-advanced{border:1px solid rgba(32,27,24,.1);border-radius:12px;background:rgba(255,255,255,.5);padding:10px 12px}.stage-inspector-advanced>summary{cursor:pointer;color:var(--ink);font-size:13px;font-weight:800}.stage-inspector-advanced__body{display:grid;grid-gap:11px;gap:11px;margin-top:12px}.stage-inspector-form input:focus,.stage-inspector-form select:focus,.stage-inspector-form textarea:focus{border-color:rgba(184,92,56,.52);box-shadow:0 0 0 3px rgba(184,92,56,.12);outline:none}.stage-compact-hint,.stage-inline-error,.stage-inline-notice{margin:0;font-size:12px;line-height:1.5}.stage-inline-notice{color:#237247;font-weight:700}.stage-inline-error{color:#a13e28;font-weight:700}.stage-compact-hint{color:var(--muted)}.stage-reference-stack{display:grid;grid-gap:12px;gap:12px}.stage-reference-card{display:grid;grid-gap:8px;gap:8px;min-width:0}.stage-reference-card__header{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.stage-reference-card strong{font-size:13px}.stage-reference-card__reset{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(184,92,56,.28);border-radius:999px;padding:5px 9px;background:#fff;color:var(--brand);font-size:12px;font-weight:800;cursor:pointer;white-space:nowrap}.stage-reference-card__reset:disabled{cursor:not-allowed;opacity:.5}.stage-reference-card img{width:100%;height:160px;border:1px solid rgba(32,27,24,.06);border-radius:14px;object-fit:contain;background:rgba(255,255,255,.72);box-shadow:0 10px 22px rgba(32,27,24,.07)}.stage-reference-card__picker{position:relative;display:block;cursor:pointer}.stage-reference-card__picker input{display:none}.stage-reference-card__picker span{position:absolute;right:10px;bottom:10px;border:1px solid rgba(32,27,24,.12);border-radius:999px;padding:5px 9px;background:rgba(255,255,255,.88);color:var(--muted);font-size:12px;font-weight:800;box-shadow:0 8px 18px rgba(32,27,24,.08)}.stage-reference-card__picker:hover img{border-color:rgba(184,92,56,.32);box-shadow:0 14px 30px rgba(184,92,56,.12)}.stage-reference-card__upload{min-height:132px;text-align:center}.stage-detail-c-panel.is-missing-material,.stage-inspector-form label.is-missing-material input,.stage-inspector-form label.is-missing-material select,.stage-inspector-form label.is-missing-material textarea,.stage-reference-card.is-missing-material .stage-reference-card__upload,.stage-reference-card.is-missing-material img,.stage2-inspector-form label.is-missing-material input,.stage2-inspector-form label.is-missing-material select,.stage2-product-card.is-missing-material .stage2-product-image-picker img,.stage2-upload-dropzone.is-missing-material{border-color:#c84b4b;box-shadow:0 0 0 2px rgb(200 75 75/.1)}.stage-missing-material-hint{margin:0;color:#c84b4b;font-size:12px;font-weight:650;line-height:1.45}.stage-inspector-actions p,.stage-reference-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.5;overflow-wrap:anywhere}.stage-inspector-actions{display:grid;grid-gap:10px;gap:10px}.stage-action-dock{width:-moz-fit-content;width:fit-content;max-width:calc(100% - 28px);min-height:58px;display:flex;align-items:center;justify-content:center;gap:12px;margin:-4px auto 0;border:1px solid rgba(32,27,24,.1);border-radius:999px;padding:8px 12px;background:rgba(255,255,255,.82);box-shadow:0 18px 44px rgba(32,27,24,.14);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.stage-action-dock__actions,.stage-action-dock__side{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px}.stage-action-dock__button{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:999px;padding:10px 15px;font-weight:800;cursor:pointer}.stage-action-dock__button.is-primary{background:linear-gradient(135deg,#b85c38,#dd7c4f);color:#fff;box-shadow:0 12px 24px rgba(184,92,56,.2)}.stage-action-dock__button.is-secondary{border-color:rgba(184,92,56,.32);background:#fff;color:var(--brand)}.stage-action-dock__button.is-ghost{border-color:transparent;color:var(--muted)}.stage-action-dock__button:disabled{cursor:not-allowed;opacity:.52}.stage-workspace-shell--delivery{width:100%}.stage-canvas-panel--delivery .stage-canvas-panel__body{align-items:stretch;justify-items:stretch;overflow:hidden;padding:12px 16px 14px}.stage-debug-panel{border:1px solid rgba(32,27,24,.08);border-radius:18px;background:rgba(255,255,255,.7);padding:12px 14px}.stage-debug-panel>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;font-weight:800;list-style:none}.stage-debug-panel>summary::-webkit-details-marker{display:none}.stage-debug-panel>summary small{color:var(--muted);font-size:12px;font-weight:600}.stage-debug-panel__body{margin-top:14px;color:var(--muted);line-height:1.6}.stage-debug-stack{display:grid;grid-gap:10px;gap:10px}.compact-project-setup .hero{padding:24px}.setup-panel{border:1px solid var(--line);border-radius:28px;padding:18px;background:rgba(255,253,250,.92);box-shadow:0 12px 36px rgba(32,27,24,.05)}.setup-nested-section,.setup-section{box-shadow:none}.setup-nested-section>summary,.setup-section>summary{display:flex;align-items:center;justify-content:space-between;cursor:pointer;list-style:none}.setup-nested-section>summary::-webkit-details-marker,.setup-section>summary::-webkit-details-marker{display:none}.setup-nested-section>summary:after,.setup-section>summary:after{content:"展开/收起";border:1px solid var(--line);border-radius:999px;padding:5px 10px;color:var(--muted);font-size:12px}.setup-nested-section summary span,.setup-section summary span{display:grid;grid-gap:4px;gap:4px}.setup-nested-section summary small,.setup-section summary small{color:var(--muted);font-size:13px;font-weight:400}.mode-selector{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:16px}.mode-option{display:grid;grid-gap:8px;gap:8px;min-height:116px;border:1px solid var(--line);border-radius:20px;padding:14px;background:#fff;color:var(--ink);cursor:pointer;text-align:left}.mode-option.is-selected{border:2px solid var(--brand);background:#fff8f3;box-shadow:inset 0 0 0 1px rgba(184,92,56,.08)}.mode-option.is-disabled,.mode-option:disabled{cursor:not-allowed;opacity:.62;background:#f7f3ef}.mode-option.is-disabled .pill,.mode-option:disabled .pill{background:#efe7de;color:var(--muted)}.mode-option-title{font-weight:800}.mode-option-description{color:var(--muted);font-size:13px;line-height:1.55}.setup-inline-field{max-width:460px;margin-top:16px}.setup-note{margin:12px 0 0}.preset-chip-list{display:flex;flex-wrap:wrap;gap:8px}.preset-chip{border:1px solid var(--line);border-radius:999px;padding:7px 11px;background:#fff;color:var(--ink);cursor:pointer;font-size:13px}.preset-chip.is-selected{border-color:var(--brand);background:var(--brand-soft);color:var(--brand);font-weight:700}.setup-nested-section{margin-top:14px;background:#f8f4ef;padding:16px}.setup-submit-row{justify-content:flex-end}.new-project-page{padding:34px 0 72px;background:linear-gradient(180deg,rgb(255 255 255/.58),rgb(255 255 255/.08)),var(--studio-bg)}.new-project-hero,.new-project-layout{width:min(1360px,calc(100vw - 48px));margin:0 auto}.new-project-hero{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:18px;gap:18px;align-items:start;margin-bottom:32px}.new-project-hero__copy{display:grid;grid-gap:14px;gap:14px}.new-project-kicker{display:flex;flex-wrap:wrap;gap:8px}.new-project-kicker span,.new-project-preview-panel__label{width:-moz-fit-content;width:fit-content;border:1px solid rgb(var(--studio-ink-rgb)/.05);border-radius:999px;padding:5px 10px;background:rgb(255 255 255/.58);color:var(--studio-ink-muted);font-size:12px;font-weight:700}.new-project-brand-ai{color:var(--studio-accent);font-weight:850}.new-project-hero h1{max-width:760px;font-size:38px;line-height:1.12}.new-project-hero p{max-width:760px;margin:0;line-height:1.75}.new-project-hero__status{display:grid;grid-gap:7px;gap:7px;border:1px solid rgb(var(--studio-ink-rgb)/.05);border-radius:var(--radius-panel);padding:14px;background:rgb(255 255 255/.56);box-shadow:none}.new-project-hero__status small,.new-project-hero__status span{color:var(--studio-ink-muted);font-size:13px}.new-project-hero__status strong{color:var(--studio-accent);font-size:18px}.new-project-layout{grid-template-columns:minmax(0,1fr) 372px;grid-gap:32px}.new-project-main{display:grid;grid-gap:14px;gap:14px}.new-project-disclosure,.new-project-section{display:grid;grid-gap:16px;gap:16px;border:1px solid rgb(var(--studio-ink-rgb)/.05);border-radius:var(--radius-panel);padding:20px;background:rgb(255 255 255/.62);box-shadow:none}.new-project-section__header{display:grid;grid-template-columns:42px minmax(0,1fr);grid-gap:14px;align-items:start}.new-project-step{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgb(var(--studio-accent-rgb)/.12);border-radius:var(--radius-control);background:rgb(255 255 255/.64);font-weight:800}.new-project-disclosure strong,.new-project-section h2{margin:0}.new-project-section__header h2{font-size:20px}.new-project-action-bar span,.new-project-disclosure summary small,.new-project-error p,.new-project-field-group__title span,.new-project-safe-note p,.new-project-section__header p,.new-project-subdisclosure summary small{margin:0;color:var(--studio-ink-muted);font-size:13px;line-height:1.65}.new-project-callout{display:grid;grid-gap:8px;gap:8px;border:0;border-left:2px solid rgb(var(--studio-teal-rgb)/.28);border-radius:0;padding:2px 0 2px 14px;background:transparent}.new-project-callout p{margin:0;color:var(--studio-ink-muted);line-height:1.7}.new-project-field-group{display:grid;grid-gap:12px;gap:12px;padding-top:2px}.new-project-field-group+.new-project-field-group{border-top:1px solid var(--studio-hairline);padding-top:18px}.new-project-field-group__title{display:grid;grid-gap:4px;gap:4px}.new-project-disclosure,.new-project-subdisclosure{display:block}.new-project-disclosure>summary,.new-project-subdisclosure>summary{display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;list-style:none}.new-project-disclosure>summary::-webkit-details-marker,.new-project-subdisclosure>summary::-webkit-details-marker{display:none}.new-project-disclosure>summary span,.new-project-subdisclosure>summary span{display:grid;grid-gap:4px;gap:4px;min-width:0}.new-project-disclosure>summary:after,.new-project-subdisclosure>summary:after{content:"展开";flex:0 0 auto;border:1px solid var(--studio-hairline);border-radius:999px;padding:5px 10px;background:var(--studio-surface);color:var(--studio-ink-muted);font-size:12px}.new-project-disclosure[open]>summary:after,.new-project-subdisclosure[open]>summary:after{content:"收起"}.new-project-disclosure[open]>:not(summary),.new-project-subdisclosure[open]>:not(summary){margin-top:18px}.new-project-subdisclosure{margin-top:16px;padding:16px;background:rgb(255 255 255/.48)}.new-project-error,.new-project-safe-note,.new-project-subdisclosure{border:1px solid rgb(var(--studio-ink-rgb)/.05);border-radius:var(--radius-card)}.new-project-error,.new-project-safe-note{display:grid;grid-gap:8px;gap:8px;padding:12px 2px;background:transparent}.new-project-error{border-color:rgb(var(--studio-danger-rgb)/.28);background:var(--studio-danger-soft)}.new-project-action-bar{position:-webkit-sticky;position:sticky;bottom:18px;z-index:5;display:flex;justify-content:space-between;gap:16px;align-items:center;border:1px solid rgb(var(--studio-ink-rgb)/.06);border-radius:var(--radius-panel);padding:16px;background:rgb(255 255 255/.9);box-shadow:0 12px 30px rgb(var(--studio-ink-rgb)/.07);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.new-project-action-bar>div{display:grid;grid-gap:4px;gap:4px}.new-project-submit-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:190px}.new-project-submit-button__arrow{font-size:15px;line-height:1;transform:translateY(-1px)}.new-project-preview-panel{border:1px solid rgb(var(--studio-ink-rgb)/.06);padding:22px 24px;background:rgb(255 255 255/.78);box-shadow:0 10px 28px rgb(var(--studio-ink-rgb)/.05)}.new-project-preview-panel__top{display:grid;grid-gap:10px;gap:10px}.new-project-preview-panel__top strong{line-height:1.35}.new-project-asset-summary p,.new-project-preview-panel__footer p,.new-project-preview-panel__top p{margin:0;color:var(--studio-ink-muted);font-size:13px;line-height:1.65}.new-project-ownership-card{display:grid;grid-template-columns:62px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center;border-radius:var(--radius-card);padding:12px;background:rgb(255 255 255/.58)}.new-project-ownership-card__visual{display:grid;place-items:center;width:62px;height:62px;border:1px solid rgb(var(--studio-accent-rgb)/.12);border-radius:var(--radius-card);background:var(--studio-surface);color:var(--studio-accent);font-weight:800}.new-project-ownership-card>div:last-child{display:grid;grid-gap:5px;gap:5px;min-width:0}.new-project-ownership-card span,.new-project-ownership-card strong{overflow-wrap:anywhere}.new-project-ownership-card span{color:var(--studio-ink-muted);font-size:12px}.new-project-identity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.new-project-identity-grid div{display:grid;grid-gap:6px;gap:6px;min-width:0;border-radius:var(--radius-card);padding:10px;background:rgb(255 255 255/.5)}.new-project-identity-grid span,.new-project-preview-heading span{color:var(--studio-ink-muted);font-size:12px}.new-project-identity-grid strong{min-width:0;overflow-wrap:anywhere;font-size:13px}.new-project-identity-grid div.is-empty strong{color:var(--studio-ink-subtle);font-weight:500}.new-project-asset-summary,.new-project-ready-summary,.new-project-workflow-summary{display:grid;grid-gap:12px;gap:12px;border-top:1px solid var(--studio-hairline);padding-top:16px}.new-project-preview-heading{display:flex;justify-content:space-between;gap:12px;align-items:center}.new-project-asset-chip-list{display:grid;grid-gap:10px;gap:10px}.new-project-asset-chip-list span{color:var(--studio-ink-muted);font-size:13px;line-height:1.45}.new-project-asset-list-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.new-project-asset-list-row strong{color:var(--studio-ink);font-size:13px;font-weight:650;line-height:1.45;white-space:nowrap}.new-project-workflow-summary ol{display:grid;grid-gap:10px;margin:0;padding:0;list-style:none}.new-project-workflow-summary li{grid-gap:10px}.new-project-workflow-summary li>span{display:grid;place-items:center;border:1px solid var(--studio-hairline);background:var(--studio-surface);font-size:12px;font-weight:800}.new-project-workflow-summary li.is-current>span{border-color:rgb(var(--studio-teal-rgb)/.32);background:var(--studio-teal-soft);color:var(--studio-teal)}.new-project-workflow-summary li div{display:grid;grid-gap:3px;gap:3px;min-width:0}.new-project-ready-summary__header{display:flex;justify-content:space-between;gap:12px;align-items:center}.new-project-ready-summary__header span{color:var(--studio-ink-muted);font-size:12px}.new-project-ready-summary__header strong{font-size:13px}.new-project-ready-bar{height:4px;overflow:hidden;border-radius:999px;background:var(--studio-bg-muted)}.new-project-ready-bar span{display:block;height:100%;border-radius:inherit;transition:width .18s ease}.new-project-ready-list{display:flex;flex-wrap:wrap;gap:8px 12px}.new-project-ready-list span{display:inline-flex;align-items:center;gap:6px;color:var(--studio-ink-muted);font-size:12px}.new-project-ready-list i{width:9px;height:9px;border-radius:999px;background:var(--studio-bg-muted)}.new-project-page .bulk-upload-role-strip{overflow:visible}.new-project-page .bulk-asset-upload__grid{max-width:none}.new-project-page .bulk-asset-upload{width:100%}.new-project-page .bulk-upload-role-strip{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:100%;gap:8px 18px}.new-project-page .bulk-upload-role-chip{flex:0 0 auto;border:0;color:#9ca3af;font-weight:650;line-height:1}.new-project-page .bulk-upload-role-chip:hover{border:0;background:transparent;color:#6b7280}.new-project-page .bulk-upload-role-chip.is-active{border:0;background:transparent}.new-project-page .bulk-upload-role-icon{width:5px;height:5px;opacity:.76;-webkit-mask-image:none;mask-image:none}.new-project-page .bulk-upload-role-chip__count{color:currentColor;font-size:11px;font-weight:600;opacity:.68}.new-project-page .bulk-asset-upload__grid{display:grid;width:100%;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px}.new-project-page .bulk-asset-card{min-width:0}.new-project-page .bulk-upload-dropzone{width:100%}.new-project-page .bulk-upload-dropzone.is-compact{min-height:48px;padding:8px 16px;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;grid-column-gap:12px;grid-row-gap:1px;row-gap:1px}.new-project-page .bulk-upload-dropzone.is-compact .bulk-upload-dropzone__icon{grid-row:1/span 2;width:26px;height:26px;font-size:14px}.new-project-page .bulk-upload-dropzone.is-compact h2,.new-project-page .bulk-upload-dropzone.is-compact p{margin:0;text-align:left}.new-project-page .bulk-upload-dropzone.is-compact h2{font-size:14px;line-height:1.15}.new-project-page .bulk-upload-dropzone.is-compact p{font-size:11.5px;line-height:1.25}.new-project-page .bulk-ocr-suggestion,.new-project-page .bulk-upload-dropzone__action{display:none}.new-project-page .bulk-ocr-card__header p{min-height:0}.new-project-page .new-project-settings-grid{display:grid;grid-gap:14px 18px;gap:14px 18px}.new-project-page .new-project-settings-grid .field-input{min-height:40px}.new-project-page .new-project-settings-copy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px 18px;gap:14px 18px}.new-project-page .new-project-settings-copy-grid .field,.new-project-page .new-project-settings-copy-grid textarea{min-width:0}@media (max-width:1320px){.new-project-page .bulk-asset-upload__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:980px){.new-project-page .bulk-asset-upload__grid,.new-project-page .new-project-settings-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.new-project-page .bulk-upload-role-strip{justify-content:flex-start}.new-project-page .bulk-asset-upload__grid,.new-project-page .new-project-settings-copy-grid,.new-project-page .new-project-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.new-project-page .bulk-upload-role-strip{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:10px;width:100%;max-width:none;align-items:center}.new-project-page .bulk-upload-role-chip{display:inline-flex;justify-content:center;min-width:0;min-height:32px;border-color:rgb(var(--studio-ink-rgb)/.08);border-radius:7px;padding:6px 8px;background:transparent;color:var(--studio-ink-muted);font-size:13px;font-weight:600;box-shadow:none}.new-project-page .bulk-upload-role-chip:hover{border-color:rgb(var(--studio-accent-rgb)/.14);background:rgb(255 255 255/.56)}.new-project-page .bulk-upload-role-chip.is-active{border-color:rgb(var(--studio-accent-rgb)/.18);background:rgb(var(--studio-accent-rgb)/.075);color:var(--studio-accent)}.new-project-page .bulk-upload-role-chip__count,.new-project-page .bulk-upload-role-chip__label{min-width:0;white-space:nowrap}.new-project-page .bulk-upload-role-icon{flex:0 0 auto}.new-project-page .bulk-upload-dropzone.is-compact{grid-template-columns:34px minmax(0,1fr);grid-template-rows:auto auto;justify-items:start;align-content:center;column-gap:12px;row-gap:2px;min-height:64px;padding:10px 16px;text-align:left}.new-project-page .bulk-upload-dropzone.is-compact .bulk-upload-dropzone__icon{grid-row:1/3;width:30px;height:30px;font-size:15px}.new-project-page .bulk-upload-dropzone.is-compact h2{margin:0;font-size:15px;line-height:1.25}.new-project-page .bulk-upload-dropzone.is-compact>p{margin:0;font-size:12px;line-height:1.35}.new-project-page .bulk-upload-dropzone.is-compact .bulk-upload-dropzone__action{display:none}.new-project-page .bulk-ocr-suggestion{border:0;padding:0;background:transparent}.new-project-page .bulk-ocr-suggestion__header{align-items:center}.new-project-page .bulk-ocr-suggestion__header strong{color:var(--studio-ink-muted);font-size:13px;font-weight:600}.new-project-page .new-project-compact-settings>summary span{gap:0}.new-project-page .new-project-settings-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:16px 18px}.new-project-page .new-project-settings-grid .field{display:grid;grid-template-rows:auto 42px;grid-gap:7px;gap:7px;min-width:0;align-content:start}.new-project-page .new-project-settings-copy-grid .field-label,.new-project-page .new-project-settings-grid .field-label{min-height:18px;line-height:18px}.new-project-page .new-project-settings-grid .field-input{height:42px;min-height:42px}.new-project-page .new-project-settings-copy-grid{align-items:start;gap:16px 18px}.new-project-page .new-project-settings-copy-grid .field{display:grid;grid-gap:7px;gap:7px;min-width:0}.new-project-page .new-project-settings-copy-grid textarea.field-input{min-height:96px;height:96px;resize:vertical}.workspace-shell.studio-shell{--studio-bg:#f7f8fb;--studio-bg-muted:#f2f4f8;--studio-surface-soft:#f8fafc;--studio-hairline:#e5e7eb;--studio-hairline-strong:#d8dee8;background:var(--studio-bg)}.studio-topbar--workspace{min-height:64px;padding:10px 24px;background:rgb(255 255 255/.94);border-bottom:1px solid var(--studio-hairline);box-shadow:0 1px 0 rgb(var(--studio-ink-rgb)/.035)}.studio-brand-lockup{min-width:0;display:flex;align-items:center;gap:12px;color:var(--studio-ink)}.studio-brand-home-link{display:inline-flex;align-items:center;gap:12px;margin:-4px 0 -4px -8px;border-radius:8px;padding:4px 8px;background:transparent;color:inherit;text-decoration:none;transition:background-color .2s ease,color .2s ease}.studio-brand-home-link:hover{background:#f1f5f9}.studio-brand-home-link:focus-visible{outline:2px solid rgb(var(--studio-accent-rgb)/.35);outline-offset:2px}.studio-brand-mark{width:36px;height:36px;display:grid;place-items:center;border-radius:8px;background:var(--studio-accent);color:#ffffff;font-size:14px;font-weight:800;box-shadow:0 10px 24px rgb(var(--studio-accent-rgb)/.16)}.studio-brand-lockup strong{font-size:15px;font-weight:760}.studio-brand-divider{color:var(--studio-ink-subtle)}.studio-brand-lockup h1{margin:0;min-width:0;max-width:42vw;overflow:hidden;color:var(--studio-accent);font-size:22px;font-weight:660;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap}.studio-toolbar{min-width:0;flex-wrap:nowrap;align-items:center;gap:10px}.studio-more-menu>summary,.studio-quota-chip,.studio-user-avatar,.studio-workspace-switcher{min-height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--studio-hairline);border-radius:8px;background:#ffffff;color:var(--studio-ink-muted);box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.035);font-size:13px;font-weight:650;line-height:1;text-decoration:none;transition:border-color .17s ease,background-color .17s ease,color .17s ease,box-shadow .17s ease,transform .17s cubic-bezier(.2,.82,.22,1)}.studio-quota-chip,.studio-workspace-switcher{padding:0 13px}.studio-more-menu>summary:hover,.studio-workspace-switcher:hover,button.studio-quota-chip:hover{border-color:rgb(var(--studio-accent-rgb)/.22);background:var(--studio-accent-soft);color:var(--studio-accent);transform:scale(1.018)}.studio-more-menu{position:relative}.studio-more-menu>summary{width:42px;padding:0;cursor:pointer;font-size:18px;letter-spacing:1px;list-style:none}.studio-more-menu>summary::-webkit-details-marker{display:none}.studio-more-menu__panel{position:absolute;top:calc(100% + 8px);right:0;z-index:40;width:184px;display:grid;grid-gap:4px;gap:4px;border:1px solid var(--studio-hairline);border-radius:10px;padding:8px;background:#ffffff;box-shadow:0 18px 44px rgb(var(--studio-ink-rgb)/.14)}.studio-more-menu__panel a,.studio-more-menu__panel button,.studio-more-menu__panel span{border-radius:8px;padding:9px 10px;color:var(--studio-ink);font-size:13px;text-decoration:none}.studio-more-menu__panel button{width:100%;border:0;background:transparent;cursor:pointer;font-family:inherit;text-align:left}.studio-more-menu__panel a:hover{background:var(--studio-accent-soft);color:var(--studio-accent)}.studio-more-menu__panel span{color:var(--studio-ink-subtle)}.studio-user-avatar{width:40px;border-radius:999px;background:linear-gradient(180deg,rgb(255 255 255/.12),rgb(255 255 255/0)),var(--studio-ink);color:#ffffff;font-weight:760}.studio-workspace-grid{grid-template-columns:248px minmax(0,1fr) clamp(300px,20vw,344px);background:linear-gradient(180deg,rgb(255 255 255/.72),rgb(255 255 255/.28)),var(--studio-bg)}.studio-workspace-grid .pipeline-track{position:relative;overflow:visible;padding:14px 12px 20px;background:rgb(255 255 255/.82)}.pipeline-track-kicker{display:block;padding:4px 8px;color:var(--studio-ink-subtle);font-size:10px;font-weight:760;letter-spacing:0;text-transform:uppercase}.studio-workspace-grid .pipeline-stage-list{position:relative;align-content:center;gap:18px;overflow:visible;padding:16px 6px 22px 28px}.studio-workspace-grid .pipeline-stage-list:before{content:"";position:absolute;top:30px;bottom:36px;left:17px;width:2px;border-radius:999px;background:var(--studio-hairline-strong)}.studio-workspace-grid .pipeline-stage-item{min-height:44px;grid-template-columns:20px minmax(0,1fr);gap:10px;border-radius:8px;padding:7px 9px;background:transparent;box-shadow:none}.studio-workspace-grid .pipeline-stage-item:before{display:none}.studio-workspace-grid .pipeline-stage-item:hover{background:#ffffff;transform:scale(1.014)}.studio-workspace-grid .pipeline-stage-item.is-active{background:#ffffff;box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.035),0 10px 24px rgb(var(--studio-ink-rgb)/.07)}.studio-workspace-grid .pipeline-stage-icon{position:relative;z-index:1;width:16px;height:16px;border-color:var(--studio-hairline-strong);background:var(--studio-bg-muted);color:transparent;font-size:0}.studio-workspace-grid .pipeline-stage-item.is-active .pipeline-stage-icon{border-color:var(--studio-accent);background:var(--studio-accent);box-shadow:0 0 0 4px rgb(var(--studio-accent-rgb)/.1)}.studio-workspace-grid .pipeline-stage-item:not(.is-active) .pipeline-stage-icon{color:var(--studio-ink-subtle);font-size:0}.studio-workspace-grid .pipeline-stage-item.is-completed:not(.is-active) .pipeline-stage-icon{border-color:rgb(var(--studio-success-rgb)/.3);background:var(--studio-success-soft);color:var(--studio-success);font-size:11px}.studio-workspace-grid .pipeline-stage-item.is-failed:not(.is-active) .pipeline-stage-icon{border-color:rgb(var(--studio-danger-rgb)/.28);background:var(--studio-danger-soft);color:var(--studio-danger);font-size:11px}.studio-workspace-grid .pipeline-stage-main{gap:2px}.studio-workspace-grid .pipeline-stage-meta{gap:8px;color:var(--studio-ink-subtle);font-size:12px;font-weight:560}.studio-workspace-grid .pipeline-stage-meta span:last-child{display:none}.studio-workspace-grid .pipeline-stage-main strong{color:var(--studio-ink-muted);font-size:13px;font-weight:560}.studio-workspace-grid .pipeline-stage-item.is-active .pipeline-stage-main strong{color:var(--studio-ink);font-weight:720}.studio-workspace-grid .pipeline-stage-tags{display:none}.pipeline-project-settings{position:relative;align-self:end;margin:0 8px}.pipeline-project-settings>summary{min-height:42px;display:inline-flex;align-items:center;gap:8px;border:1px solid var(--studio-hairline);border-radius:8px;padding:0 14px;background:#ffffff;color:var(--studio-ink-muted);box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.035);cursor:pointer;list-style:none;transition:border-color .17s ease,background-color .17s ease,color .17s ease,transform .17s cubic-bezier(.2,.82,.22,1)}.pipeline-project-settings>summary::-webkit-details-marker{display:none}.pipeline-project-settings>summary:hover{border-color:rgb(var(--studio-accent-rgb)/.22);background:var(--studio-accent-soft);color:var(--studio-accent);transform:scale(1.018)}.pipeline-project-settings>summary strong{font-size:13px;font-weight:650}.pipeline-project-settings__panel{position:absolute;bottom:calc(100% + 10px);left:0;z-index:35;width:224px;display:grid;grid-gap:4px;gap:4px;border:1px solid var(--studio-hairline);border-radius:10px;padding:8px;background:#ffffff;box-shadow:0 18px 44px rgb(var(--studio-ink-rgb)/.14)}.pipeline-project-settings__modes button,.pipeline-project-settings__panel a{border:0;border-radius:8px;padding:9px 10px;background:transparent;color:var(--studio-ink);font:inherit;font-size:13px;text-align:left;text-decoration:none}.pipeline-project-settings__modes button:hover:not(:disabled),.pipeline-project-settings__panel a:hover{background:var(--studio-accent-soft);color:var(--studio-accent)}.pipeline-project-settings__modes{display:grid;grid-gap:4px;gap:4px;margin-top:4px;border-top:1px solid var(--studio-hairline);padding-top:8px}.pipeline-project-settings__modes span{padding:0 10px 2px;color:var(--studio-ink-subtle);font-size:11px;font-weight:650}.pipeline-project-settings__modes button:disabled{color:var(--studio-ink-subtle);cursor:not-allowed}.studio-workspace-grid .stage2-studio-center{gap:0;padding:clamp(28px,4vw,68px) clamp(22px,3.6vw,56px) 12px}.studio-workspace-grid .stage2-canvas-header{display:none}.studio-workspace-grid .stage2-studio-canvas{display:grid;align-items:center;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}.studio-workspace-grid .stage2-preview-board:not(.stage2-crop-confirmation){min-height:0;height:auto;display:grid;align-content:center;padding:0;background:transparent}.studio-workspace-grid .stage2-result-grid{width:min(100%,1120px);min-height:0;grid-template-columns:repeat(2,minmax(280px,1fr));gap:clamp(22px,3vw,34px);justify-self:center;padding:0}.studio-workspace-grid .stage2-result-card{--stage2-preview-size:100%;position:relative;isolation:isolate;width:100%;max-width:none;aspect-ratio:1/1;min-height:0;display:grid;align-content:stretch;justify-items:stretch;border:0;padding:0;background:transparent;box-shadow:none}.studio-workspace-grid .stage2-result-card:after,.studio-workspace-grid .stage2-result-card:before{content:"";position:absolute;inset:auto 22px -10px 22px;z-index:-1;height:20px;border:1px solid var(--studio-hairline);border-radius:0 0 10px 10px;background:#ffffff;box-shadow:0 10px 24px rgb(var(--studio-ink-rgb)/.055)}.studio-workspace-grid .stage2-result-card:after{inset:auto 38px -18px 38px;height:18px;opacity:.72}.studio-workspace-grid .stage2-image-frame{width:100%;height:100%;aspect-ratio:1/1;border:1px solid var(--studio-hairline);border-radius:10px;padding:clamp(12px,2vw,24px);background:#ffffff;box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.032),0 16px 36px rgb(var(--studio-ink-rgb)/.075);overflow:hidden}.studio-workspace-grid .stage2-image-frame img{width:100%;height:100%;object-fit:contain}.studio-workspace-grid .stage2-image-actions{display:inline-flex;max-width:min(76%,320px);justify-content:flex-end;opacity:0;pointer-events:auto;transform:translateY(-2px);transition:opacity .16s ease,transform .16s cubic-bezier(.2,.82,.22,1)}.studio-workspace-grid .stage2-result-card:focus-within .stage2-image-actions,.studio-workspace-grid .stage2-result-card:hover .stage2-image-actions{opacity:1;transform:translateY(0)}.studio-workspace-grid .stage2-action-bar{position:relative;z-index:10;min-height:58px;margin:12px auto 0;border-radius:18px;padding:8px 10px;background:rgb(255 255 255/.92)}.studio-workspace-grid .stage2-primary-button,.studio-workspace-grid .stage2-secondary-button{min-height:38px;border-radius:8px;padding:9px 14px;font-size:14px}.studio-workspace-grid .stage2-inspector{padding:20px 18px;background:rgb(255 255 255/.86)}.stage2-inspector-heading{color:var(--studio-ink);font-size:22px;font-weight:760}.stage2-current-info-card{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:4px;gap:4px;align-items:start;text-align:left}.stage2-current-info-card span{color:var(--studio-ink);font-size:17px;line-height:1}.stage2-current-info-card h2{margin:1px 0 4px;font-size:20px;font-weight:700;line-height:1.1}.stage2-current-info-card p{color:var(--studio-ink-muted);font-size:13px;line-height:1.45}.studio-workspace-grid .stage2-product-image-picker img{height:116px;border-radius:8px;box-shadow:none}.studio-workspace-grid .stage2-inspector-section{gap:12px;padding-bottom:18px;border-bottom-color:var(--studio-hairline)}.studio-workspace-grid .stage2-inspector-form input,.studio-workspace-grid .stage2-inspector-form select{min-height:42px;border-color:var(--studio-hairline-strong);border-radius:8px;background:#ffffff;box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.025)}.studio-workspace-grid .stage2-inspector-form input:focus,.studio-workspace-grid .stage2-inspector-form select:focus{border-color:rgb(var(--studio-accent-rgb)/.48);box-shadow:var(--focus-ring)}@media (max-width:1280px){.new-project-page .bulk-upload-role-strip{grid-template-columns:repeat(auto-fit,minmax(104px,1fr))}}.new-project-page .bulk-upload-dropzone{position:relative;cursor:pointer;outline:none;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .18s ease}.new-project-page .bulk-upload-dropzone:focus-visible,.new-project-page .bulk-upload-dropzone:hover{border-color:rgb(var(--studio-accent-rgb)/.34);background:linear-gradient(180deg,rgb(var(--studio-accent-rgb)/.026),rgb(255 255 255/.88)),#ffffff;box-shadow:inset 0 0 0 1px rgb(var(--studio-accent-rgb)/.06)}.new-project-page .bulk-upload-dropzone.is-dragging{border-color:rgb(var(--studio-accent-rgb)/.52);background:linear-gradient(180deg,rgb(var(--studio-accent-rgb)/.05),rgb(var(--studio-accent-rgb)/.022)),#ffffff;box-shadow:inset 0 0 0 1px rgb(var(--studio-accent-rgb)/.1),0 18px 42px rgb(var(--studio-accent-rgb)/.07)}.new-project-page .bulk-upload-dropzone.is-dragging .bulk-upload-dropzone__icon,.new-project-page .bulk-upload-dropzone:focus-visible .bulk-upload-dropzone__icon,.new-project-page .bulk-upload-dropzone:hover .bulk-upload-dropzone__icon{color:var(--studio-accent);background:rgb(var(--studio-accent-rgb)/.08);transform:translateY(-1px)}.new-project-page .bulk-upload-dropzone.is-dragging h2,.new-project-page .bulk-upload-dropzone:focus-visible h2,.new-project-page .bulk-upload-dropzone:hover h2{color:var(--studio-ink)}.new-project-page .bulk-upload-dropzone__action{display:inline-flex;align-items:center;justify-content:center;min-height:36px;margin-top:10px;border:1px solid rgb(var(--studio-accent-rgb)/.16);border-radius:8px;padding:0 16px;color:var(--studio-accent);background:rgb(var(--studio-accent-rgb)/.045);font-size:13px;font-weight:650;transition:border-color .18s ease,background-color .18s ease,transform .18s ease}.new-project-page .bulk-upload-dropzone.is-dragging .bulk-upload-dropzone__action,.new-project-page .bulk-upload-dropzone:focus-visible .bulk-upload-dropzone__action,.new-project-page .bulk-upload-dropzone:hover .bulk-upload-dropzone__action{border-color:rgb(var(--studio-accent-rgb)/.24);background:rgb(var(--studio-accent-rgb)/.075);transform:translateY(-1px)}.new-project-page .bulk-asset-card{height:260px;perspective:1000px}.new-project-page .bulk-asset-card__inner{position:relative;transform:rotateY(0deg)!important;transform-style:preserve-3d;transition:transform .28s cubic-bezier(.2,.72,.24,1);will-change:transform}.new-project-page .bulk-asset-card.is-flipped .bulk-asset-card__inner{transform:rotateY(180deg)!important}.new-project-page .bulk-asset-card__face{position:absolute;inset:0;overflow:hidden;backface-visibility:hidden;-webkit-backface-visibility:hidden}.new-project-page .bulk-asset-card.is-flipped .bulk-asset-card__face--front,.new-project-page .bulk-asset-card__face--front{display:grid;grid-template-rows:minmax(0,1fr) auto;grid-gap:9px;gap:9px;transform:rotateY(0deg)}.new-project-page .bulk-asset-card.is-flipped .bulk-asset-card__face--back,.new-project-page .bulk-asset-card__face--back{display:grid;grid-template-rows:auto minmax(0,1fr);grid-gap:9px;gap:9px;transform:rotateY(180deg)}.new-project-page .bulk-asset-card__front-hint{position:absolute;left:10px;top:10px;border-radius:999px;padding:4px 7px;color:#ffffff;background:rgb(17 19 24/.56);font-size:11px;font-weight:600;opacity:0;pointer-events:none;transform:translateY(-2px);transition:opacity .16s ease,transform .16s ease}.new-project-page .bulk-asset-card__preview-frame:focus-within .bulk-asset-card__front-hint,.new-project-page .bulk-asset-card__preview-frame:hover .bulk-asset-card__front-hint{opacity:1;transform:translateY(0)}.new-project-page .bulk-asset-card__flip-hint{margin:0;color:var(--studio-ink-muted);font-size:12px;font-weight:600}.new-project-page .bulk-asset-card__details{min-height:0;max-height:none;overflow-y:auto;overscroll-behavior:contain;padding-right:4px;scrollbar-width:thin}.new-project-page .bulk-asset-card__details::-webkit-scrollbar{width:6px}.new-project-page .bulk-asset-card__details::-webkit-scrollbar-thumb{border-radius:999px;background:rgb(var(--studio-ink-rgb)/.16)}@media (prefers-reduced-motion:reduce){.new-project-page .bulk-asset-card__inner,.new-project-page .bulk-upload-dropzone,.new-project-page .bulk-upload-dropzone__action{transition-duration:1ms}}.motion-spike-page{min-height:100vh;background:#fafaf8;color:var(--studio-ink)}.motion-spike-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;height:100vh;overflow:hidden}.motion-spike-canvas{min-width:0;overflow:auto;padding:28px;overscroll-behavior:contain}.motion-spike-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;max-width:980px;margin:0 auto 22px}.motion-spike-kicker{display:inline-flex;align-items:center;min-height:22px;color:var(--studio-accent);font-size:12px;font-weight:760;letter-spacing:0}.motion-spike-inspector h2,.motion-spike-slot-header h2,.motion-spike-title-row h1{margin:0;letter-spacing:0}.motion-spike-title-row h1{margin-top:5px;font-size:24px;font-weight:680}.motion-spike-metrics{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.motion-spike-metrics span{display:inline-flex;align-items:center;min-height:28px;border:1px solid var(--studio-hairline);border-radius:999px;padding:0 10px;background:#ffffff;color:var(--studio-ink-muted);font-size:12px;font-weight:650}.motion-spike-deck-grid{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));grid-gap:22px;gap:22px;max-width:980px;margin:0 auto;align-items:start}.motion-spike-slot{position:relative;min-width:0;border:1px solid var(--studio-hairline);border-radius:8px;padding:16px 16px 14px;background:#ffffff;box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.035);opacity:1;transition:border-color .18s ease,box-shadow .18s ease,opacity .18s ease}.motion-spike-slot:focus-within,.motion-spike-slot:hover{border-color:rgb(var(--studio-accent-rgb)/.2);box-shadow:0 14px 34px rgb(var(--studio-ink-rgb)/.07)}.motion-spike-slot.is-soft-dimmed{opacity:.96}.motion-spike-slot-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;min-height:42px}.motion-spike-slot-header span{color:var(--studio-ink-subtle);font-size:11px;font-weight:700;letter-spacing:0}.motion-spike-slot-header h2{margin-top:3px;font-size:16px;font-weight:720}.motion-spike-slot-header strong{flex:0 0 auto;min-width:52px;color:var(--studio-ink-muted);font-size:12px;font-weight:700;text-align:right}.motion-spike-stack-stage{position:relative;width:min(100%,360px);height:auto;aspect-ratio:1/1.18;margin:18px auto 0;outline:none;overscroll-behavior:contain;touch-action:none}.motion-spike-stack-stage.is-grid{display:grid;grid-template-columns:repeat(5,minmax(0,clamp(42px,13vw,58px)));grid-auto-rows:clamp(42px,13vw,58px);grid-gap:10px;gap:10px;align-content:center;justify-content:center;padding:26px 14px;border-radius:8px;background:linear-gradient(180deg,rgb(250 250 248/.88),rgb(246 247 243/.74))}.motion-spike-card{position:absolute;top:0;left:0;width:100%;aspect-ratio:1;overflow:hidden;border:1px solid rgb(var(--studio-ink-rgb)/.08);border-radius:8px;background:#ffffff;color:var(--studio-ink);cursor:pointer;transform-origin:50% 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.motion-spike-stack-stage.is-grid .motion-spike-card{position:relative;top:auto;left:auto;width:100%;height:100%;aspect-ratio:auto;transform-origin:50% 50%}.motion-spike-card.is-grid-card{--motion-spike-aura-opacity-low:0.08;--motion-spike-aura-opacity-high:0.12;border-color:rgb(148 163 184/.34);background:#ffffff;color:#64748b}.motion-spike-stack-stage.is-grid .motion-spike-card:before{content:"";position:absolute;inset:-18px;z-index:1;border-radius:inherit;background:radial-gradient(circle at 28% 22%,rgb(125 211 252/.34),transparent 38%),radial-gradient(circle at 76% 32%,rgb(167 139 250/.3),transparent 42%),radial-gradient(circle at 50% 82%,rgb(99 102 241/.2),transparent 48%);filter:blur(22px);opacity:var(--motion-spike-aura-opacity-low);pointer-events:none;transform:scale(.98);animation:motion-spike-grid-aura-breathe 4.8s ease-in-out infinite}.motion-spike-stack-stage.is-grid .motion-spike-card:hover:before{--motion-spike-aura-opacity-low:0.12;--motion-spike-aura-opacity-high:0.18}.motion-spike-card.is-grid-selected{border-color:rgb(99 102 241/.56);background:rgb(99 102 241/.07);color:#3730a3}.motion-spike-card.is-grid-selected,.motion-spike-stack-stage.is-grid .motion-spike-card.is-grid-selected:before{--motion-spike-aura-opacity-low:0.15;--motion-spike-aura-opacity-high:0.22}.motion-spike-stack-stage.is-grid .motion-spike-card.is-grid-selected:hover:before{--motion-spike-aura-opacity-low:0.18;--motion-spike-aura-opacity-high:0.26}.motion-spike-card.is-grid-card:hover{border-color:rgb(99 102 241/.38)}.motion-spike-card.is-grid-selected:hover{border-color:rgb(79 70 229/.68)}.motion-spike-card:focus-visible{outline:0;box-shadow:0 0 0 3px rgb(var(--studio-accent-rgb)/.14),0 18px 42px rgb(var(--studio-ink-rgb)/.12)}.motion-spike-flat-card-face{position:absolute;inset:0;z-index:2;display:grid;place-items:center;border-radius:inherit;background:linear-gradient(180deg,rgb(255 255 255/.92),rgb(255 255 255/.8)),linear-gradient(135deg,rgb(17 19 21/.015),rgb(17 19 21/0));color:var(--studio-ink-muted);font-size:17px;font-weight:780}.motion-spike-card.is-grid-card .motion-spike-flat-card-face{color:#64748b}.motion-spike-card.is-grid-selected .motion-spike-flat-card-face{background:linear-gradient(180deg,rgb(99 102 241/.13),rgb(139 92 246/.07)),#ffffff;color:#3730a3}.motion-spike-flat-card-face:after{content:"";position:absolute;inset:7px;border:1px solid color-mix(in srgb,var(--motion-spike-card-tone,#26358c) 22%,transparent);border-radius:6px;pointer-events:none}.motion-spike-card.is-grid-selected .motion-spike-flat-card-face:after{border-color:rgb(99 102 241/.36)}.motion-spike-flat-card-face span{position:relative;z-index:3}@keyframes motion-spike-grid-aura-breathe{0%,to{opacity:var(--motion-spike-aura-opacity-low);transform:scale(.98)}50%{opacity:var(--motion-spike-aura-opacity-high);transform:scale(1.03)}}.motion-spike-grid-close-button{position:absolute;top:8px;right:8px;z-index:80;display:inline-grid;place-items:center;width:28px;height:28px;border:1px solid var(--studio-hairline);border-radius:8px;background:rgb(255 255 255/.9);color:var(--studio-ink-muted);cursor:pointer;font-size:15px;line-height:1;box-shadow:0 8px 18px rgb(var(--studio-ink-rgb)/.06)}.motion-spike-grid-close-button:hover{border-color:rgb(var(--studio-accent-rgb)/.22);color:var(--studio-accent)}.motion-spike-mock-visual{position:absolute;inset:0;display:grid;place-items:center;overflow:hidden}.motion-spike-mock-grid{position:absolute;inset:0;background:linear-gradient(90deg,rgb(17 19 21/.035) 1px,transparent 0),linear-gradient(180deg,rgb(17 19 21/.03) 1px,transparent 0);background-size:36px 36px;-webkit-mask-image:linear-gradient(180deg,transparent,black 18%,black 78%,transparent);mask-image:linear-gradient(180deg,transparent,black 18%,black 78%,transparent)}.motion-spike-product-shadow{position:absolute;bottom:25%;left:22%;width:56%;height:8%;border-radius:999px;background:rgb(17 19 21/.11);filter:blur(10px)}.motion-spike-product-body{position:absolute;top:36%;left:24%;width:52%;height:31%;border:2px solid;border-radius:8px;background:linear-gradient(180deg,rgb(255 255 255/.88),rgb(255 255 255/.7)),linear-gradient(135deg,rgb(17 19 21/.02),transparent);box-shadow:inset 0 -10px 18px rgb(17 19 21/.055),0 14px 26px rgb(17 19 21/.09)}.motion-spike-mock-visual.is-side .motion-spike-product-body{left:27%;width:48%;transform:skewY(-5deg) rotate(-1deg)}.motion-spike-product-gauge{position:absolute;top:17%;left:13%;width:22%;aspect-ratio:1;border:2px solid;border-radius:999px;background:#ffffff}.motion-spike-product-knob{position:absolute;right:14%;top:20%;width:18%;aspect-ratio:1;border-radius:999px;box-shadow:inset 0 0 0 5px rgb(255 255 255/.46)}.motion-spike-product-slot{position:absolute;right:12%;bottom:18%;left:12%;height:10%;border-radius:999px;background:rgb(17 19 21/.12)}.motion-spike-card-number{position:absolute;right:18px;bottom:16px;font-size:44px;font-weight:760;line-height:1;opacity:.16;transition:opacity 80ms linear}.motion-spike-card-label{position:absolute;top:12px;left:12px;display:grid;grid-gap:2px;gap:2px;max-width:calc(100% - 86px);border:1px solid rgb(255 255 255/.64);border-radius:8px;padding:7px 9px;background:rgb(255 255 255/.76);box-shadow:0 8px 18px rgb(var(--studio-ink-rgb)/.07);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:opacity 80ms linear}.motion-spike-card-label span,.motion-spike-card-label strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.motion-spike-card-label strong{font-size:12px;font-weight:760}.motion-spike-card-label span{color:var(--studio-ink-muted);font-size:11px;font-weight:650}.motion-spike-download-button{position:absolute;right:12px;bottom:12px;display:inline-grid;place-items:center;width:34px;height:34px;border:1px solid rgb(var(--studio-ink-rgb)/.08);border-radius:8px;background:rgb(255 255 255/.86);color:var(--studio-accent);cursor:pointer;opacity:0;pointer-events:none;transform:translateY(4px);transition:opacity .16s ease,transform .16s ease,background-color .16s ease,border-color .16s ease}.motion-spike-card:focus-within .motion-spike-download-button,.motion-spike-card:hover .motion-spike-download-button,.motion-spike-slot.is-chrome-visible .motion-spike-download-button{opacity:1;pointer-events:auto;transform:translateY(0)}.motion-spike-slot.is-reverse-edge-switching:not(.is-grid-mode) .motion-spike-card-label,.motion-spike-slot.is-reverse-edge-switching:not(.is-grid-mode) .motion-spike-download-button,.motion-spike-slot.is-reverse-edge-switching:not(.is-grid-mode) .motion-spike-slot-footer{opacity:0;pointer-events:none;transition:opacity 80ms linear}.motion-spike-slot.is-reverse-edge-switching:not(.is-grid-mode) .motion-spike-card-number{opacity:.035;transition:opacity 80ms linear}.motion-spike-download-button:hover{border-color:rgb(var(--studio-accent-rgb)/.22);background:#ffffff}.motion-spike-icon{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.motion-spike-slot-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;min-height:22px;margin-top:8px;opacity:.3;transition:opacity .16s ease}.motion-spike-slot.is-chrome-visible .motion-spike-slot-footer{opacity:1}.motion-spike-pagination{height:4px;overflow:hidden;border-radius:999px;background:var(--studio-bg-muted)}.motion-spike-pagination span{display:block;height:100%;border-radius:inherit;background:var(--studio-accent);transition:width .18s ease}.motion-spike-slot.is-reverse-edge-switching:not(.is-grid-mode) .motion-spike-pagination span{transition-duration:0s}.motion-spike-slot-footer p{margin:0}.motion-spike-preview-toast,.motion-spike-slot-footer p{color:var(--studio-ink-muted);font-size:12px;font-weight:680}.motion-spike-preview-toast{position:absolute;right:14px;bottom:48px;z-index:120;max-width:calc(100% - 28px);border:1px solid var(--studio-hairline);border-radius:8px;padding:8px 10px;background:rgb(255 255 255/.92);box-shadow:0 12px 24px rgb(var(--studio-ink-rgb)/.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.motion-spike-inspector{height:100vh;overflow:auto;border-left:1px solid var(--studio-hairline);padding:22px 18px 32px;background:rgb(255 255 255/.86);overscroll-behavior:contain}.motion-spike-inspector-section{display:grid;grid-gap:12px;gap:12px;border-bottom:1px solid var(--studio-hairline);padding:0 0 18px;margin-bottom:18px}.motion-spike-inspector-section:last-child{border-bottom:0;margin-bottom:0}.motion-spike-inspector h2{font-size:15px;font-weight:720}.motion-spike-inspector p{margin:0;color:var(--studio-ink-muted);font-size:12px;line-height:1.65}.motion-spike-inspector dl{display:grid;grid-gap:8px;gap:8px;margin:0}.motion-spike-inspector dl div,.motion-spike-inspector-row{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:38px;border:1px solid var(--studio-hairline);border-radius:8px;padding:8px 10px;background:#ffffff}.motion-spike-inspector dt,.motion-spike-inspector-row strong{color:var(--studio-ink);font-size:12px;font-weight:700}.motion-spike-inspector dd,.motion-spike-inspector-row span{margin:0;color:var(--studio-ink-muted);font-size:12px;font-weight:650}@media (max-width:1080px){.motion-spike-layout{grid-template-columns:1fr;min-height:100vh}.motion-spike-canvas,.motion-spike-inspector,.motion-spike-layout{height:auto;overflow:visible}.motion-spike-inspector{border-top:1px solid var(--studio-hairline);border-left:0}}@media (max-width:760px){.motion-spike-canvas{padding:18px}.motion-spike-title-row{display:grid}.motion-spike-metrics{justify-content:flex-start}.motion-spike-deck-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.motion-spike-download-button,.motion-spike-pagination span,.motion-spike-slot,.motion-spike-slot-footer{transition:none}.motion-spike-stack-stage.is-grid .motion-spike-card:before{animation:none}}.new-project-page .bulk-upload-role-strip{order:1}.new-project-page .bulk-asset-upload__grid{order:2}.new-project-page .bulk-upload-dropzone{order:3}.new-project-page .bulk-upload-notice{order:4}.new-project-page .bulk-ocr-card{order:5}.new-project-page .bulk-upload-dropzone.is-compact{min-height:94px;padding:18px 22px;gap:6px}.new-project-page .bulk-upload-dropzone.is-compact .bulk-upload-dropzone__icon{width:34px;height:34px;font-size:17px}.new-project-page .bulk-upload-dropzone.is-compact h2{font-size:17px;line-height:1.28}.new-project-page .bulk-upload-dropzone.is-compact>p{font-size:13px;line-height:1.45}.new-project-page .bulk-upload-dropzone.is-compact .bulk-upload-dropzone__action{min-height:30px;margin-top:4px;padding:0 12px;font-size:12px}.new-project-page .bulk-ocr-card{gap:11px;border-color:rgb(var(--studio-accent-rgb)/.1);background:rgb(255 255 255/.72)}.new-project-page .bulk-ocr-card__header{align-items:center}.new-project-page .bulk-ocr-card__header p{margin-top:4px}.new-project-page .bulk-ocr-suggestion{padding:10px 12px;background:rgb(var(--studio-accent-rgb)/.025)}.new-project-page .bulk-ocr-suggestion .grid.three{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.new-project-page .bulk-ocr-suggestion .pill{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:980px){.new-project-page .bulk-ocr-suggestion .grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}}.new-project-page,.project-list-shell{--np-bg:#fcfbf9;--np-surface:#ffffff;--np-surface-soft:#f8f7f4;--np-border:#ebe8e2;--np-border-strong:#dedbd4;--np-border-active:rgb(var(--studio-accent-rgb)/0.24);--np-ink:#101114;--np-body:#4b5563;--np-muted:#71717a;--np-subtle:#a1a1aa;--np-primary:#26358c;--np-primary-hover:#202b75;--np-primary-soft:#f0f2ff;--np-shadow-panel:0 16px 38px rgb(var(--studio-ink-rgb)/0.045);--np-shadow-control:0 1px 2px rgb(var(--studio-ink-rgb)/0.022);--studio-bg:var(--np-bg);--studio-bg-muted:var(--np-surface-soft);--studio-surface:var(--np-surface);--studio-surface-raised:var(--np-surface);--studio-surface-soft:var(--np-surface-soft);--studio-ink:var(--np-ink);--studio-ink-muted:var(--np-muted);--studio-ink-subtle:var(--np-subtle);--studio-hairline:var(--np-border);--studio-hairline-strong:var(--np-border-strong);--studio-accent:var(--np-primary);--studio-accent-strong:var(--np-primary-hover);--studio-accent-soft:var(--np-primary-soft);background:var(--np-bg)}.new-project-topbar{border-bottom-color:var(--np-border);background:rgb(255 255 255/.9)}.new-project-brand-lockup{color:var(--np-body)}.new-project-preview-panel__label,.new-project-topbar__badges span{border-color:var(--np-border);background:rgb(255 255 255/.9);color:var(--np-muted)}.new-project-hero h1{color:var(--np-ink);font-weight:640}.new-project-identity-list__item strong,.new-project-preview-heading strong,.new-project-section__header h2,.new-project-workflow-summary li>strong{color:var(--np-ink)}.bulk-upload-dropzone>p,.bulk-upload-dropzone__note,.new-project-hero p,.new-project-preview-panel__footer p,.new-project-ready-list span,.new-project-ready-summary__header,.new-project-section__header p{color:var(--np-muted)}.bulk-asset-card .field-label,.field-label{color:var(--np-body);font-weight:620}.field-input,.new-project-page input,.new-project-page select,.new-project-page textarea{border-color:var(--np-border-strong);background:var(--np-surface);box-shadow:var(--np-shadow-control)}.field-input::placeholder,.new-project-page input::placeholder,.new-project-page textarea::placeholder{color:var(--np-subtle)}.field-input:focus,.new-project-page input:focus,.new-project-page select:focus,.new-project-page textarea:focus{border-color:rgb(var(--studio-accent-rgb)/.42);box-shadow:0 0 0 3px rgb(var(--studio-accent-rgb)/.1)}.bulk-upload-role-chip{min-height:33px;border-color:var(--np-border-strong);background:var(--np-surface);color:var(--np-body);box-shadow:var(--np-shadow-control)}.bulk-upload-role-chip:hover{border-color:#cbc8c1;background:#fffefc}.bulk-upload-role-chip.is-active{border-color:var(--np-primary);background:var(--np-primary);box-shadow:0 6px 14px rgb(var(--studio-accent-rgb)/.13)}.bulk-upload-role-icon{opacity:.84}.bulk-upload-role-chip.is-active .bulk-upload-role-icon{opacity:.92}.bulk-upload-role-chip__count{opacity:.68}.bulk-upload-dropzone{border-color:var(--np-border-strong);background:rgb(255 255 255/.78);box-shadow:inset 0 1px 0 rgb(255 255 255/.72)}.bulk-upload-dropzone.is-dragging{border-color:rgb(var(--studio-accent-rgb)/.38);background:rgb(var(--studio-accent-rgb)/.028)}.bulk-upload-dropzone__icon{background:var(--np-surface-soft);color:var(--np-muted)}.bulk-upload-dropzone h2{color:var(--np-ink);font-weight:650}.new-project-page .cta{border-color:var(--np-primary);background:var(--np-primary);box-shadow:0 7px 16px rgb(var(--studio-accent-rgb)/.13)}.new-project-page .cta:hover:not(:disabled){border-color:var(--np-primary-hover);background:var(--np-primary-hover);box-shadow:0 9px 20px rgb(var(--studio-accent-rgb)/.15)}.new-project-page .cta.secondary{border-color:var(--np-border-strong);background:var(--np-surface);color:var(--np-primary)}.bulk-asset-card,.bulk-ocr-card,.bulk-ocr-suggestion,.bulk-upload-notice{border-color:var(--np-border);background:var(--np-surface)}.bulk-asset-card__preview-frame{background:var(--np-surface-soft)}.bulk-asset-card__description,.bulk-asset-card__hint,.bulk-asset-card__reason{color:var(--np-muted)}.new-project-preview-panel{border-color:var(--np-border);background:var(--np-surface);box-shadow:var(--np-shadow-panel)}.new-project-asset-summary,.new-project-identity-list__item,.new-project-preview-panel__footer,.new-project-ready-summary,.new-project-workflow-summary{border-color:rgb(var(--studio-ink-rgb)/.06)}.new-project-workflow-summary li>span{border-color:var(--np-border);background:var(--np-surface);color:var(--np-muted)}.new-project-workflow-summary li.is-current>span{border-color:var(--np-border-active);background:var(--np-primary-soft);color:var(--np-primary)}.new-project-ready-bar{background:#eeece7}.new-project-ready-bar span,.new-project-ready-list span.is-ready i{background:var(--np-primary)}.new-project-ready-list i{background:#e9e7e2}.bulk-upload-role-strip{padding-bottom:0}.bulk-upload-role-chip{min-height:26px;border-color:transparent;border-radius:999px;padding:4px;background:transparent;color:var(--np-subtle);font-size:12px;font-weight:560}.bulk-upload-role-chip:hover{border-color:transparent;background:transparent;color:var(--np-muted)}.bulk-upload-role-icon{width:6px;height:6px;border-radius:999px;opacity:.55;-webkit-mask:none;mask:none}.bulk-upload-role-chip.is-active{border-color:transparent;background:transparent;color:var(--np-primary);box-shadow:none}.bulk-upload-role-chip.is-active .bulk-upload-role-icon{opacity:1}.bulk-upload-role-chip__count{opacity:.72}.bulk-ocr-card{border-style:solid;background:rgb(255 255 255/.74)}.bulk-ocr-card__header .cta{min-height:34px;border-color:var(--np-border-strong);background:var(--np-surface);box-shadow:none}.bulk-ocr-suggestion{background:var(--np-surface-soft)}.bulk-ocr-suggestion__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.bulk-ghost-action{width:auto;border:0;background:transparent;color:var(--np-muted);padding:0;font-size:12px;cursor:pointer}.bulk-ghost-action:hover{color:var(--np-primary)}.bulk-asset-card{height:238px;padding:0;overflow:visible;border:0;background:transparent;perspective:1000px}.bulk-asset-card__inner{position:relative;width:100%;height:100%;transition:transform .26s ease;transform-style:preserve-3d}.bulk-asset-card.is-flipped .bulk-asset-card__inner{transform:rotateY(180deg)}.bulk-asset-card__face{position:absolute;inset:0;display:grid;align-content:start;grid-gap:9px;gap:9px;overflow:hidden;border:1px solid var(--np-border);border-radius:var(--radius-card);padding:10px;background:var(--np-surface);-webkit-backface-visibility:hidden;backface-visibility:hidden;box-shadow:none}.bulk-asset-card__face--front{grid-template-rows:minmax(0,1fr) auto}.bulk-asset-card__face--back{transform:rotateY(180deg)}.bulk-asset-card__preview-frame{position:relative;height:178px;aspect-ratio:auto;border-radius:7px}.bulk-asset-card__actions,.bulk-asset-card__delete{position:absolute;z-index:2;opacity:0;pointer-events:none;transform:translateY(4px);transition:opacity .16s ease,transform .16s ease}.bulk-asset-card__actions{left:8px;bottom:8px;display:flex;gap:6px}.bulk-asset-card__delete{top:8px;right:8px;transform:translateY(-4px)}.bulk-asset-card__preview-frame:focus-within .bulk-asset-card__actions,.bulk-asset-card__preview-frame:focus-within .bulk-asset-card__delete,.bulk-asset-card__preview-frame:hover .bulk-asset-card__actions,.bulk-asset-card__preview-frame:hover .bulk-asset-card__delete{opacity:1;pointer-events:auto;transform:translateY(0)}.bulk-asset-card__back-button,.bulk-asset-card__icon-button,.bulk-asset-preview-modal__close{display:inline-grid;place-items:center;border:1px solid rgb(255 255 255/.72);background:rgb(255 255 255/.82);color:var(--np-ink);box-shadow:0 6px 16px rgb(var(--studio-ink-rgb)/.12);cursor:pointer}.bulk-asset-card__icon-button{width:30px;max-width:30px;height:30px;border-radius:999px;padding:0}.bulk-asset-card .bulk-asset-card__icon-button{width:30px;max-width:30px}.bulk-asset-card__icon-button:hover{background:#ffffff;color:var(--np-primary)}.bulk-asset-card__delete:hover{color:#b42318}.bulk-asset-card__back-button svg,.bulk-asset-card__icon-button svg,.bulk-asset-preview-modal__close svg{width:15px;height:15px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.bulk-asset-card__role-select{display:block}.bulk-asset-card__role-select .field-input{min-height:34px;padding:6px 9px;font-size:12px}.bulk-asset-card__back-button{width:-moz-fit-content;width:fit-content;grid-auto-flow:column;gap:6px;border-color:var(--np-border);border-radius:999px;padding:5px 9px;background:var(--np-surface);color:var(--np-muted);box-shadow:none;font-size:12px}.bulk-asset-card .bulk-asset-card__back-button{width:-moz-fit-content;width:fit-content;max-width:100%}.bulk-asset-card__details{display:grid;grid-gap:8px;gap:8px;min-height:0;margin:0;overflow:auto}.bulk-asset-card__details div{display:grid;grid-gap:2px;gap:2px}.bulk-asset-card__details dt{color:var(--np-subtle);font-size:10.5px}.bulk-asset-card__details dd{min-width:0;margin:0;overflow-wrap:anywhere;color:var(--np-body);font-size:12px;line-height:1.4}.bulk-asset-preview-modal{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:32px;background:rgb(16 17 20/.72)}.bulk-asset-preview-modal__content{position:relative;max-width:min(880px,calc(100vw - 64px));max-height:min(760px,calc(100vh - 64px))}.bulk-asset-preview-modal__content img{display:block;max-width:100%;max-height:min(760px,calc(100vh - 64px));border-radius:var(--radius-card);background:var(--np-surface);object-fit:contain}.bulk-asset-preview-modal__close{position:absolute;top:10px;right:10px;width:34px;max-width:34px;height:34px;border-radius:999px;padding:0}.new-project-page .bulk-upload-role-strip{gap:10px}.new-project-page .bulk-upload-role-chip{min-height:24px;border:0!important;border-radius:999px;padding:3px 2px;background:transparent!important;color:var(--np-subtle);box-shadow:none!important;font-size:12px;font-weight:560}.new-project-page .bulk-upload-role-chip:hover{background:transparent!important;color:var(--np-muted)}.new-project-page .bulk-upload-role-icon{width:6px;height:6px;border-radius:999px;background:currentColor;opacity:.48;-webkit-mask:none;mask:none}.new-project-page .bulk-upload-role-chip.is-active{color:var(--np-primary)}.new-project-page .bulk-upload-role-chip.is-active .bulk-upload-role-icon{opacity:1}.new-project-page .bulk-upload-role-chip__count{opacity:.72}.new-project-page .bulk-asset-card{height:252px;overflow:hidden;border:1px solid var(--np-border);border-radius:var(--radius-card);padding:10px;background:var(--np-surface);perspective:none}.new-project-page .bulk-asset-card__inner{display:block;height:100%;transform:none!important;transform-style:flat}.new-project-page .bulk-asset-card__face{position:relative;inset:auto;height:100%;overflow:visible;border:0;border-radius:0;padding:0;background:transparent;-webkit-backface-visibility:visible;backface-visibility:visible;box-shadow:none}.new-project-page .bulk-asset-card__face--front{display:grid;grid-template-rows:minmax(0,1fr) auto;grid-gap:9px;gap:9px}.new-project-page .bulk-asset-card__face--back{display:none;transform:none;overflow:auto}.new-project-page .bulk-asset-card.is-flipped .bulk-asset-card__face--front{display:none}.new-project-page .bulk-asset-card.is-flipped .bulk-asset-card__face--back{display:grid;align-content:start;grid-gap:10px;gap:10px}.new-project-page .bulk-asset-card__preview-frame{position:relative;display:grid;place-items:center;width:100%;height:194px;min-height:194px;overflow:hidden;border-radius:7px;background:var(--np-surface-soft)}.new-project-page .bulk-asset-card__preview{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;opacity:1;visibility:visible}.new-project-page .bulk-asset-card__role-select{display:block;min-height:34px}.new-project-page .bulk-asset-card__role-select .field-input{display:block;width:100%;min-height:34px}.new-project-page .bulk-asset-card__actions,.new-project-page .bulk-asset-card__delete{opacity:0;pointer-events:none}.new-project-page .bulk-asset-card__preview-frame:focus-within .bulk-asset-card__actions,.new-project-page .bulk-asset-card__preview-frame:focus-within .bulk-asset-card__delete,.new-project-page .bulk-asset-card__preview-frame:hover .bulk-asset-card__actions,.new-project-page .bulk-asset-card__preview-frame:hover .bulk-asset-card__delete{opacity:1;pointer-events:auto}.new-project-preview-panel__footer{border-top:1px solid var(--studio-hairline);padding-top:18px}.new-project-disclosure .mode-selector{margin-top:0}.new-project-disclosure .mode-option{border-radius:var(--radius-card)}.new-project-disclosure .mode-option.is-selected{border-width:1px}@media (max-width:1100px){.new-project-hero,.new-project-layout{width:min(100% - 28px,760px);grid-template-columns:1fr}.new-project-action-bar,.new-project-preview-panel{position:static}}@media (max-width:640px){.new-project-page{padding-top:22px}.new-project-hero h1{font-size:30px}.new-project-disclosure,.new-project-hero__status,.new-project-preview-panel,.new-project-section{padding:16px}.new-project-section__header{grid-template-columns:1fr}.new-project-action-bar{display:grid}.new-project-submit-button{width:100%}}.landing-page{min-height:100vh;background:radial-gradient(circle at 18% 10%,rgba(245,215,202,.7) 0,transparent 28%),linear-gradient(180deg,#fffdf9,#f4ecdf)}.landing-compliance,.landing-hero,.landing-section{width:min(1180px,calc(100vw - 44px));margin:0 auto}.landing-hero{padding:28px 0 36px}.landing-nav{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:34px}.landing-brand{display:inline-flex;align-items:center;border-radius:999px;padding:10px 14px;background:#201b18;color:#fff;font-weight:800}.landing-nav-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.landing-nav-actions a{border:1px solid var(--line);border-radius:999px;padding:9px 13px;background:rgba(255,255,255,.72);font-weight:700}.landing-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.82fr);grid-gap:36px;gap:36px;align-items:center}.landing-hero-copy{display:grid;grid-gap:20px;gap:20px}.landing-hero-copy h1{margin:0;font-size:clamp(40px,5.4vw,72px);line-height:.98;letter-spacing:-.06em}.landing-hero-copy p{max-width:760px;margin:0;color:var(--muted);font-size:20px;line-height:1.75}.before-after-card{border:1px solid var(--line);border-radius:32px;padding:18px;background:rgba(255,253,250,.9);box-shadow:0 24px 60px rgba(32,27,24,.1)}.compare-header{display:flex;justify-content:space-between;margin-bottom:12px;color:var(--muted);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.compare-stage{position:relative;display:grid;grid-template-columns:1fr 1fr;min-height:420px;overflow:hidden;border-radius:24px;border:1px solid var(--line)}.compare-pane{display:grid;place-items:center;padding:22px}.before-pane{background:linear-gradient(145deg,#ece2d8,#fff7ee)}.after-pane{background:linear-gradient(145deg,#ffffff,#f3f7f6)}.compare-divider{position:absolute;inset:0 auto 0 50%;z-index:2;width:3px;background:#201b18}.polished-product,.rough-product{display:grid;grid-gap:14px;gap:14px;width:100%;text-align:center}.rough-label{justify-self:center;width:-moz-fit-content;width:fit-content;border-radius:999px;padding:5px 9px;background:rgba(32,27,24,.08);color:var(--muted);font-size:12px;font-weight:800}.polished-product p,.rough-product p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}.rough-device{width:min(220px,100%);height:150px;margin:0 auto;border-radius:28px 42px 22px 26px;background:linear-gradient(90deg,rgba(32,27,24,.2),transparent 34%),linear-gradient(145deg,#596169,#2f353a);box-shadow:-28px 20px 0 rgba(184,92,56,.18),18px -18px 0 rgba(138,90,0,.12)}.polished-card{display:grid;grid-gap:18px;gap:18px;width:min(230px,100%);margin:0 auto;border-radius:26px;padding:22px;background:#fff;box-shadow:0 18px 44px rgba(32,27,24,.14)}.polished-device{height:132px;border-radius:24px;background:radial-gradient(circle at 68% 30%,#d6dadb 0 14%,transparent 15%),linear-gradient(145deg,#353b40,#657077)}.polished-lines{display:grid;grid-gap:8px;gap:8px}.polished-lines span{height:9px;border-radius:999px;background:#d9e2df}.polished-lines span:nth-child(2){width:76%}.polished-lines span:nth-child(3){width:54%}.compare-note{margin:12px 4px 0;font-size:13px}.landing-section{padding:42px 0}.landing-section-heading{display:grid;grid-gap:10px;gap:10px;max-width:780px;margin-bottom:22px}.landing-section-heading h2{margin:0;font-size:clamp(30px,3.6vw,48px);line-height:1.05;letter-spacing:-.04em}.landing-grid{display:grid;grid-gap:18px;gap:18px}.landing-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.case-card,.landing-card{border:1px solid var(--line);border-radius:26px;padding:22px;background:rgba(255,253,250,.86);box-shadow:0 12px 34px rgba(32,27,24,.05)}.case-card h3,.landing-card h3{margin:12px 0 8px}.case-card p,.landing-card p{margin:0;color:var(--muted);line-height:1.7}.step-number{display:grid;place-items:center;width:38px;height:38px;border-radius:999px;background:var(--brand);color:#fff;font-weight:900}.case-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.case-visual{display:grid;place-items:center;min-height:220px;overflow:hidden;border-radius:20px;border:1px solid var(--line)}.case-object{width:54%;height:42%;border-radius:24px}.case-white{background:#fff}.case-white .case-object{background:linear-gradient(135deg,#343a40,#77828a);box-shadow:0 20px 35px rgba(32,27,24,.18)}.case-certificate{background:linear-gradient(135deg,#f0e0d0,#d9c5b1)}.case-certificate .case-object{width:72%;height:46%;border-radius:14px;background:linear-gradient(90deg,#3d454c 0 45%,#fff 46% 100%),#fff;box-shadow:18px 20px 0 rgba(32,27,24,.12)}.case-package{background:linear-gradient(135deg,#d5b590,#f0dfc8)}.case-package .case-object{width:68%;height:54%;border-radius:12px;background:linear-gradient(90deg,transparent 0 62%,rgba(32,27,24,.18) 63% 100%),linear-gradient(145deg,#c9955e,#f1d0a5);box-shadow:0 22px 32px rgba(32,27,24,.16)}.case-detail{background:#f6f7f6}.case-detail .case-object{width:42%;height:86%;border-radius:18px;background:linear-gradient(#201b18 0 12%,transparent 12% 14%,#e5ece8 14% 30%,transparent 30% 34%,#dce5e1 34% 58%,transparent 58% 62%,#e8ded2 62% 100%),#fff;box-shadow:0 18px 36px rgba(32,27,24,.14)}.landing-compliance{margin-bottom:40px;border:1px solid var(--line);border-radius:22px;padding:18px 22px;background:#fff8e8;color:var(--muted);line-height:1.7}.eyebrow,.landing-hero-copy h1,.landing-section-heading h2,.pipeline-mode-badge,.stage-canvas-panel__heading h2,.studio-title-row h1,.workspace-header h1,button,h1,h2,h3,h4,h5,h6,input,p,select,textarea{letter-spacing:0}.cta,.mini-action,.mode-option,.pipeline-mode-toggle,.preset-chip,.stage-action-dock__button,.stage-reference-card__reset,.stage2-primary-button,.stage2-secondary-button,button{transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease}.ai-card,.ai-panel,.before-after-card,.card,.case-card,.landing-card,.pipeline-track,.setup-nested-section,.setup-panel,.setup-section,.stage-canvas-panel,.stage-debug-panel,.stage-history-strip,.stage-inspector-advanced,.stage-inspector-panel,.stage-reference-card img,.stage-result-card__frame,.stage2-crop-control-card,.stage2-product-card,.stage2-result-card,.workspace-header{border-color:var(--studio-hairline);background-color:var(--studio-surface);box-shadow:var(--shadow-hairline)}.ai-card,.card,.case-card,.landing-card,.stage-canvas-panel,.stage-history-strip,.stage-result-card__frame,.stage2-product-card,.stage2-result-card{border-radius:var(--radius-card)}.ai-panel,.image-modal,.one-sentence-modal,.pipeline-track,.setup-panel,.stage-inspector-panel,.workspace-header{border-radius:var(--radius-panel)}.hero,.stage-canvas-panel,.stage-workspace-shell,.stage2-preview-board,.studio-workspace-grid,.workspace-header{background:linear-gradient(180deg,rgb(255 255 255/.62),rgb(255 255 255/.28)),var(--studio-bg)}.stage-inspector-panel,.stage-workspace-shell__left,.stage-workspace-shell__right,.stage2-inspector,.studio-topbar{border-color:var(--studio-hairline);background:rgb(255 255 255/.82)}.stage-workspace-shell__center,.stage2-studio-canvas,.stage2-studio-center{background:transparent}.stage-canvas-panel{box-shadow:inset 0 0 0 1px rgb(255 255 255/.64),var(--shadow-soft)}.stage-canvas-panel__body>.stage-unified-loading-board .stage2-image-frame,.stage-result-card__frame,.stage2-image-frame{background:var(--studio-surface);box-shadow:0 12px 32px rgb(var(--studio-ink-rgb)/.08)}.stage-reference-card img,.stage-result-card__image,.stage2-image-frame img,.stage2-product-image-picker img{background:var(--studio-surface)}.ai-input,.ai-select,.field-input,.one-sentence-modal textarea,.stage-inspector-form input,.stage-inspector-form select,.stage-inspector-form textarea,.stage2-inspector-form input,.stage2-inspector-form select{border:1px solid var(--studio-hairline-strong);border-radius:var(--radius-control);background:var(--studio-surface);color:var(--studio-ink);box-shadow:none}.ai-input:focus,.ai-select:focus,.field-input:focus,.one-sentence-modal textarea:focus,.stage-inspector-form input:focus,.stage-inspector-form select:focus,.stage-inspector-form textarea:focus,.stage2-inspector-form input:focus,.stage2-inspector-form select:focus{border-color:var(--studio-teal);box-shadow:var(--focus-ring);outline:none}.field-label,.stage-inspector-form label span,.stage-inspector-form__field>span,.stage2-inspector-form label span{color:var(--studio-ink-muted);font-weight:650}.ai-button,.cta,.stage-action-dock__button.is-primary,.stage2-primary-button{border:1px solid var(--studio-accent-strong);border-radius:var(--radius-control);background:var(--studio-accent);color:#fff;box-shadow:0 10px 24px rgb(var(--studio-accent-rgb)/.18)}.ai-button:hover:not(:disabled),.cta:hover:not(:disabled),.stage-action-dock__button.is-primary:hover:not(:disabled),.stage2-primary-button:hover:not(:disabled){background:var(--studio-accent-strong);transform:translateY(-1px)}.ai-button--secondary,.cta.secondary,.stage-action-dock__button.is-secondary,.stage-reference-card__reset,.stage2-secondary-button{border:1px solid var(--studio-hairline-strong);border-radius:var(--radius-control);background:var(--studio-surface);color:var(--studio-accent);box-shadow:none}.ai-button--secondary:hover:not(:disabled),.cta.secondary:hover:not(:disabled),.stage-action-dock__button.is-secondary:hover:not(:disabled),.stage-reference-card__reset:hover:not(:disabled),.stage2-secondary-button:hover:not(:disabled){border-color:rgb(var(--studio-accent-rgb)/.34);background:var(--studio-accent-soft)}.ai-button--tertiary,.mini-action,.stage-action-dock__button.is-ghost{border:1px solid transparent;border-radius:var(--radius-control);background:rgb(255 255 255/.84);color:var(--studio-ink-muted);box-shadow:0 8px 18px rgb(var(--studio-ink-rgb)/.08)}.mini-action:hover,.stage-action-dock__button.is-ghost:hover:not(:disabled){color:var(--studio-accent);background:var(--studio-surface)}.stage-action-dock,.stage2-action-bar{background:rgb(255 255 255/.86);box-shadow:var(--shadow-floating)}.ai-badge,.eyebrow,.pill,.pipeline-mode-badge,.pipeline-stage-hint,.pipeline-stage-warning,.stage-inspector-panel__eyebrow,.stage2-mock-badge{border:1px solid var(--studio-hairline);border-radius:999px;background:var(--studio-surface-soft);color:var(--studio-ink-muted);box-shadow:none;text-transform:none}.eyebrow,.stage-inspector-panel__eyebrow{background:var(--studio-accent-soft);color:var(--studio-accent)}.mini-action.is-current,.pill.is-current,.pipeline-stage-hint,.stage-history-strip__item.is-current,.stage-history-strip__item.is-success{border-color:rgb(var(--studio-success-rgb)/.32);background:var(--studio-success-soft);color:var(--studio-success)}.pipeline-stage-warning,.stage-history-strip__item.is-warning{border-color:rgb(var(--studio-warning-rgb)/.22);background:var(--studio-warning-soft);color:var(--studio-ink-muted)}.pipeline-stage-item:hover,.stage-history-strip__item:hover,.stage-reference-card__picker:hover img,.stage-workspace-shell .pipeline-stage-item:hover,.stage2-product-image-picker:hover img{border-color:rgb(var(--studio-accent-rgb)/.26);box-shadow:0 10px 24px rgb(var(--studio-ink-rgb)/.06)}.mode-option.is-selected,.pipeline-stage-item.is-active,.preset-chip.is-selected,.stage-history-strip__item.is-selected,.stage-result-card.is-selected .stage-result-card__frame,.stage-workspace-shell .pipeline-stage-item.is-active{border-color:rgb(var(--studio-accent-rgb)/.46);background:var(--studio-accent-soft);box-shadow:0 0 0 3px rgb(var(--studio-accent-rgb)/.11),var(--shadow-hairline)}.stage-workspace-shell .pipeline-stage-item.is-active{box-shadow:inset 3px 0 0 var(--studio-teal)}.pipeline-stage-icon,.stage-workspace-shell .pipeline-stage-icon{background:var(--studio-accent-soft);color:var(--studio-accent)}.mode-option,.preset-chip{border-radius:var(--radius-control)}.mode-option.is-disabled,.mode-option.is-disabled .pill,.mode-option:disabled,.mode-option:disabled .pill{background:var(--studio-bg-muted)}.ai-empty-state,.stage-canvas-panel__state,.stage2-preview-board.is-empty{border:1px dashed var(--studio-hairline-strong);border-radius:var(--radius-panel);background:rgb(255 255 255/.68);color:var(--studio-ink-muted)}.ai-error-state,.stage-canvas-panel.is-failed .stage-canvas-panel__state,.stage2-preview-board.is-error{border-color:rgb(var(--studio-danger-rgb)/.26);background:var(--studio-danger-soft);color:var(--studio-ink-muted)}.stage-inline-notice,.stage2-inline-notice{color:var(--studio-success)}.stage-inline-error,.stage2-current-save-error{color:var(--studio-danger)}.ai-loading__spinner,.stage-canvas-panel__spinner{border-color:rgb(var(--studio-teal-rgb)/.18);border-top-color:var(--studio-teal)}.ai-loading,.stage-result-card__skeleton{background:linear-gradient(90deg,var(--studio-bg-muted) 0,#ffffff 48%,var(--studio-bg-muted) 100%),radial-gradient(circle at 50% 46%,rgb(var(--studio-teal-rgb)/.1),transparent 38%);background-size:220% 100%,100% 100%}.image-modal-backdrop{background:var(--studio-preview-scrim)}.one-sentence-modal-backdrop{background:rgb(var(--studio-ink-rgb)/.34)}.ai-dialog,.image-modal,.one-sentence-modal{border:1px solid rgb(255 255 255/.18);border-radius:var(--radius-dialog);background:var(--studio-surface);box-shadow:var(--shadow-floating)}.image-modal img,.image-modal-scroll{background:var(--studio-bg)}.setup-nested-section>summary:after,.setup-section>summary:after{border-color:var(--studio-hairline);background:var(--studio-surface);color:var(--studio-ink-muted)}.json-box,.setup-nested-section{background:var(--studio-bg-muted)}.landing-page{background:var(--studio-bg)}.landing-brand,.step-number{background:var(--studio-accent)}.landing-compliance{border-color:rgb(var(--studio-warning-rgb)/.24);border-radius:var(--radius-panel);background:var(--studio-warning-soft)}.contain-preview-frame,.media-frame,.preview-frame{min-width:0;min-height:0;display:grid;place-items:center;border:1px solid var(--studio-preview-frame-edge);border-radius:var(--radius-card);padding:var(--studio-preview-frame-padding);background:var(--studio-preview-frame-bg)}.contain-preview-frame>img,.media-frame>img,.preview-frame>img{width:100%;height:100%;min-width:0;min-height:0;max-width:100%;max-height:100%;display:block;object-fit:contain;object-position:center}.bulk-asset-upload,.bulk-asset-upload *{min-width:0}.bulk-upload-dropzone{grid-gap:14px;gap:14px;min-height:236px;border:1px dashed var(--studio-hairline-strong);background:rgb(255 255 255/.62)}.bulk-upload-dropzone.is-dragging{border-color:rgb(var(--studio-teal-rgb)/.42);background:rgb(255 255 255/.78)}.bulk-upload-dropzone__eyebrow{border:1px solid rgb(var(--studio-teal-rgb)/.16);border-radius:999px;padding:5px 10px;background:rgb(255 255 255/.72);color:var(--studio-ink-muted);font-size:12px;font-weight:800}.bulk-upload-dropzone h2,.bulk-upload-dropzone p{margin:0}.bulk-upload-dropzone h2{font-size:22px}.bulk-upload-dropzone>p{max-width:720px;line-height:1.7}.bulk-upload-role-strip{justify-content:center;max-width:780px}.bulk-upload-role-chip{color:var(--studio-ink-muted);font-weight:650;transition:background .16s ease,border-color .16s ease,color .16s ease}.bulk-upload-dropzone__note{color:var(--studio-ink-muted);font-size:13px}.bulk-upload-dropzone__input{display:none}.bulk-ocr-card,.bulk-ocr-suggestion,.bulk-upload-notice{display:grid;grid-gap:12px;gap:12px;border:1px solid var(--studio-hairline);border-radius:var(--radius-card);padding:14px;background:var(--studio-surface);box-shadow:var(--shadow-hairline)}.bulk-ocr-suggestion{border-width:1px 0 0;border-radius:0;padding:14px 0 0;background:transparent;box-shadow:none}.bulk-upload-notice{border-color:rgb(var(--studio-warning-rgb)/.22);background:var(--studio-warning-soft)}.bulk-ocr-card p,.bulk-ocr-suggestion p,.bulk-upload-notice p{margin:0;color:var(--studio-ink-muted);line-height:1.65}.bulk-ocr-card{border-color:rgb(var(--studio-teal-rgb)/.14);background:rgb(255 255 255/.56)}.bulk-ocr-card__header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.bulk-ocr-card__header>div{display:grid;grid-gap:7px;gap:7px;min-width:0}.bulk-ocr-card__header strong{overflow-wrap:anywhere}.bulk-ocr-card__error{border:1px solid rgb(var(--studio-danger-rgb)/.24);border-radius:var(--radius-control);padding:12px;background:var(--studio-danger-soft);color:var(--studio-danger)}.bulk-asset-upload__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));align-items:stretch;grid-gap:16px;gap:16px;overflow-x:auto;overflow-y:visible;padding:2px 2px 10px;scrollbar-gutter:stable}.bulk-asset-card{grid-gap:12px;gap:12px;width:100%;min-width:260px;align-content:start;padding:14px;box-shadow:var(--shadow-hairline);overflow:hidden}.bulk-asset-card__preview-frame{width:100%;aspect-ratio:4/3;min-height:160px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--studio-hairline);background:linear-gradient(180deg,rgb(255 255 255/.72),rgb(255 255 255/.34)),var(--studio-bg-muted)}.bulk-asset-card__preview{width:100%;height:100%;max-width:100%;max-height:100%;display:block;object-position:center}.bulk-asset-card__meta{display:grid;grid-gap:0;gap:0}.bulk-asset-card__name{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow-wrap:anywhere;white-space:normal}.bulk-asset-card p{overflow-wrap:anywhere;word-break:break-word}.bulk-asset-card__description,.bulk-asset-card__hint,.bulk-asset-card__reason{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;line-height:1.45;margin:0}.bulk-asset-card__hint{-webkit-line-clamp:2}.bulk-asset-card__description,.bulk-asset-card__reason{-webkit-line-clamp:3}.bulk-asset-card .field,.bulk-asset-card .field-input,.bulk-asset-card button,.bulk-asset-card select{width:100%;max-width:100%}.bulk-asset-card>.cta{width:100%}@media (max-width:720px){.bulk-ocr-card__header{display:grid}.bulk-ocr-card__header .cta{width:100%}}.new-project-page{min-height:100vh;padding:0 0 72px;background:var(--studio-bg)}.new-project-topbar{border-bottom:1px solid var(--studio-hairline);background:rgb(255 255 255/.72)}.new-project-hero,.new-project-layout,.new-project-topbar__inner{width:min(1400px,calc(100vw - 56px));margin:0 auto}.new-project-topbar__inner{display:flex;min-height:56px;align-items:center;justify-content:space-between;gap:24px}.new-project-brand-lockup,.new-project-topbar__badges{display:flex;align-items:center;gap:10px;min-width:0}.new-project-brand-lockup{color:var(--studio-ink-muted);font-size:15px}.new-project-brand-lockup strong{color:var(--studio-ink);font-weight:700}.new-project-brand-mark{display:grid;place-items:center;width:32px;height:32px;border-radius:var(--radius-control);color:#ffffff;font-size:14px;font-weight:800}.new-project-topbar__badges span{border:1px solid var(--studio-hairline);border-radius:var(--radius-control);padding:8px 12px;background:var(--studio-surface);font-size:13px}.new-project-hero{display:block;padding:48px 0 38px;margin-bottom:0}.new-project-hero h1{max-width:820px;margin:0;color:var(--studio-ink);font-size:32px;line-height:1.18;font-weight:650;letter-spacing:0}.new-project-hero p{max-width:720px;margin:14px 0 0;color:var(--studio-ink-muted);font-size:15px;line-height:1.6}.new-project-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;grid-gap:34px;gap:34px}.new-project-main{display:flex;min-width:0;flex-direction:column;gap:38px}.new-project-section{display:grid;grid-gap:22px;gap:22px;border:0;border-radius:0;padding:0;background:transparent;box-shadow:none}.new-project-section__header{display:flex;align-items:baseline;gap:14px}.new-project-step{display:inline-flex;width:auto;height:auto;border:0;border-radius:0;background:transparent;color:var(--studio-accent);font-size:14px;font-weight:650}.new-project-section__header h2{margin:0;color:var(--studio-ink);line-height:1.35;font-weight:650}.new-project-section__header p{margin:4px 0 0;color:var(--studio-ink-muted);font-size:13px;line-height:1.55}.new-project-identity-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px}.new-project-compact-settings{display:block;border-top:1px solid var(--studio-hairline);padding-top:18px}.new-project-compact-settings>summary{display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;list-style:none}.new-project-compact-settings>summary::-webkit-details-marker{display:none}.new-project-compact-settings>summary span{display:grid;grid-gap:4px;gap:4px;min-width:0}.new-project-compact-settings>summary strong{font-size:14px}.new-project-compact-settings>summary small,.new-project-compact-settings>summary:after{color:var(--studio-ink-muted);font-size:12px}.new-project-compact-settings>summary:after{content:"展开";flex:0 0 auto;border:1px solid var(--studio-hairline);border-radius:var(--radius-control);padding:6px 10px;background:var(--studio-surface)}.new-project-compact-settings[open]>summary:after{content:"收起"}.new-project-compact-settings[open]>:not(summary){margin-top:18px}.new-project-settings-copy-grid,.new-project-settings-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.new-project-settings-copy-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:16px}.new-project-settings-copy-grid textarea{min-height:88px}.bulk-asset-upload{display:grid;grid-gap:20px;gap:20px}.bulk-upload-role-strip{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:10px;max-width:none}.bulk-upload-role-chip{min-height:38px;border:1px solid var(--studio-hairline);border-radius:var(--radius-control);padding:9px 14px;background:var(--studio-surface);font-size:14px;font-weight:550}.bulk-upload-dropzone{display:grid;justify-items:center;grid-gap:12px;gap:12px;min-height:248px;border:2px dashed var(--studio-hairline-strong);border-radius:var(--radius-panel);padding:46px 30px;background:rgb(255 255 255/.54);text-align:center;transition:background .16s ease,border-color .16s ease}.bulk-upload-dropzone.is-dragging{border-color:var(--studio-accent);background:rgb(var(--studio-accent-rgb)/.04)}.bulk-upload-dropzone__icon{display:grid;place-items:center;width:54px;height:54px;border-radius:var(--radius-panel);background:var(--studio-bg-muted);color:var(--studio-ink-muted);font-size:28px;line-height:1}.bulk-upload-dropzone h2{margin:4px 0 0;font-size:19px;line-height:1.35}.bulk-upload-dropzone>p{max-width:620px;margin:0;color:var(--studio-ink-muted);font-size:14px;line-height:1.55}.bulk-upload-dropzone__note{font-size:12px}.bulk-asset-upload__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(168px,1fr));grid-gap:14px;gap:14px;overflow:visible;padding:0}.bulk-asset-card{position:relative;display:grid;grid-gap:10px;gap:10px;min-width:0;border:1px solid var(--studio-hairline);border-radius:var(--radius-card);background:var(--studio-surface);box-shadow:none}.bulk-asset-card__preview-frame{aspect-ratio:1/1;min-height:0;border:0;border-radius:var(--radius-card);background:var(--studio-bg-muted)}.bulk-asset-card__preview{object-fit:contain}.bulk-asset-card__meta{gap:4px}.bulk-asset-card__name{font-size:13px;line-height:1.35;-webkit-line-clamp:1}.bulk-asset-card__description,.bulk-asset-card__hint,.bulk-asset-card__reason{color:var(--studio-ink-muted);font-size:11px}.bulk-asset-card__hint{-webkit-line-clamp:1}.bulk-asset-card .field{gap:5px}.bulk-asset-card .field-label{font-size:11px}.bulk-asset-card .field-input{min-height:34px;padding:7px 9px;font-size:12px}.bulk-asset-card>.cta{min-height:34px;justify-content:center;padding:7px 10px;font-size:12px}.bulk-ocr-card{border-color:rgb(var(--studio-teal-rgb)/.18);border-radius:var(--radius-panel);padding:16px;background:rgb(255 255 255/.66);box-shadow:none}.bulk-ocr-card__header{align-items:center}.bulk-ocr-card__header p{font-size:13px}.new-project-preview-panel{display:flex;flex-direction:column;gap:20px;border:1px solid var(--studio-hairline);border-radius:var(--radius-panel);padding:26px 28px;background:var(--studio-surface);box-shadow:0 16px 40px rgb(var(--studio-ink-rgb)/.06)}.new-project-preview-panel__label{width:-moz-fit-content;width:fit-content;border:1px solid var(--studio-hairline);border-radius:999px;padding:5px 9px;background:var(--studio-surface-raised);color:var(--studio-ink-muted);font-size:11px;font-weight:700}.new-project-preview-panel__top strong{overflow-wrap:anywhere;line-height:1.3}.new-project-identity-grid div{padding:0;background:transparent}.new-project-asset-summary,.new-project-preview-panel__footer,.new-project-ready-summary,.new-project-workflow-summary{border-top:1px solid var(--studio-hairline);padding-top:18px}.new-project-workflow-summary ol{gap:12px}.new-project-workflow-summary li{display:grid;grid-template-columns:34px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center}.new-project-workflow-summary li>span{width:34px;height:34px;border-radius:var(--radius-control)}.new-project-workflow-summary li>strong{min-width:0;overflow-wrap:anywhere;font-size:14px;font-weight:650}.new-project-preview-panel__footer{display:grid;grid-gap:12px;gap:12px;margin-top:auto}.new-project-preview-panel__footer .new-project-submit-button{width:100%;justify-content:center}@media (max-width:1100px){.new-project-hero,.new-project-layout,.new-project-topbar__inner{width:min(100% - 28px,820px)}.new-project-layout{grid-template-columns:1fr}}@media (max-width:720px){.new-project-brand-lockup,.new-project-section__header,.new-project-topbar__badges,.new-project-topbar__inner{align-items:flex-start}.new-project-topbar__inner{display:grid;padding:12px 0}.new-project-hero{padding:34px 0 30px}.new-project-hero h1{font-size:28px}.new-project-identity-form,.new-project-settings-copy-grid,.new-project-settings-grid{grid-template-columns:1fr}.bulk-asset-upload__grid{grid-template-columns:repeat(auto-fill,minmax(148px,1fr))}}.stage-workspace-shell__center,.stage2-studio-center{overflow:auto;overscroll-behavior:contain}.stage-canvas-panel__body{overflow:auto;align-content:center}.stage-result-card__frame,.stage2-image-frame{min-width:0;min-height:0}.stage-history-strip__image-frame img,.stage-result-card__image,.stage-result-card__image.is-cover,.stage2-image-frame img{object-fit:contain;object-position:center}.stage2-result-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));align-items:center;justify-items:center;grid-gap:clamp(14px,1.8vw,20px);gap:clamp(14px,1.8vw,20px)}.stage2-result-card{--stage2-preview-size:min(100%,clamp(260px,58vh,620px));width:100%;max-width:680px;min-height:0;grid-template-rows:auto auto;align-content:center;justify-items:center}.stage2-image-frame{width:var(--stage2-preview-size);aspect-ratio:1/1;min-height:0;height:auto;max-height:none;padding:var(--studio-preview-frame-padding);overflow:visible}.stage2-image-frame img{width:auto;height:auto;min-width:0;min-height:0;max-width:100%;max-height:100%;display:block}.stage-canvas-panel__body>.stage-unified-loading-board .stage2-image-frame,.stage2-studio-canvas .stage2-image-frame{height:auto;max-height:none}.stage2-studio-canvas{overflow:auto}.stage2-studio-canvas .stage2-preview-board:not(.stage2-crop-confirmation){overflow:visible}.stage2-studio-canvas .stage2-result-grid{height:auto;min-height:100%;align-items:center;padding:clamp(12px,1.8vw,20px)}.stage-canvas-panel__body>.stage-unified-loading-board .stage2-result-card,.stage2-studio-canvas .stage2-result-card,.stage2-studio-canvas .stage2-result-card.is-loading{height:auto;grid-template-rows:auto auto;align-content:center;justify-items:center}.stage-canvas-panel__body>.stage-unified-loading-board .stage2-image-frame,.stage2-studio-canvas .stage2-result-card.is-loading .stage2-image-frame{height:auto;max-height:none}.stage-canvas-panel__body>.stage-unified-loading-board{overflow:visible}.stage-canvas-panel__body>.stage-unified-loading-board .stage2-result-grid{height:auto;min-height:100%;align-items:center}.stage2-image-actions{position:static;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:100%}.stage-result-card__actions,.stage-result-card__badge{z-index:2}.stage-canvas-panel--delivery .stage-canvas-panel__body{overflow:auto}@media (max-height:760px){.stage-history-strip{flex-basis:96px;min-height:96px;padding:10px 12px}.stage-history-strip__item{width:88px;height:74px;min-height:74px}}@media (max-width:1180px){.stage-workspace-shell{grid-template-columns:220px minmax(0,1fr) 300px}.stage-inspector-panel{padding:14px}.studio-workspace-grid{grid-template-columns:220px minmax(0,1fr) 300px}.stage2-inspector{padding:14px}}@media (max-width:960px){.stage-workspace-shell{height:auto;grid-template-columns:1fr;overflow:visible}.stage-workspace-shell__left,.stage-workspace-shell__right{overflow:visible}.stage-workspace-shell__left{border-right:0;border-bottom:1px solid var(--line)}.stage-workspace-shell__right{border-left:0;border-top:1px solid var(--line)}.stage-workspace-shell__center{min-height:680px}.stage-inspector-panel{height:auto}.stage-action-dock{width:100%;max-width:100%;border-radius:22px}.workspace-shell{width:min(100% - 24px,760px)}.workspace-header{display:grid}.workspace-actions{justify-content:flex-start;min-width:0}.workspace-split{grid-template-columns:1fr}.pipeline-track{position:static;max-height:none}.studio-workspace-grid{height:auto;grid-template-columns:1fr;overflow:visible}.studio-workspace-grid .pipeline-track{position:static;height:auto;border-width:0 0 1px}.stage2-studio-center{grid-column:auto;min-height:720px}.stage2-inspector{grid-column:auto;height:auto;border-left:0;border-top:1px solid var(--line)}.stage2-result-grid{grid-template-columns:1fr}.stage2-product-card{grid-template-columns:88px minmax(0,1fr)}.stage2-product-card img{width:88px;height:88px}.case-grid,.landing-grid.four,.landing-grid.three,.landing-hero-grid,.mode-selector{grid-template-columns:1fr}.landing-nav{align-items:flex-start;display:grid}.landing-nav-actions{justify-content:flex-start}.compare-stage{min-height:320px}}.new-project-hero,.new-project-layout,.new-project-topbar__inner{width:min(1580px,calc(100vw - 64px))}.new-project-hero{padding:42px 0 30px}.new-project-layout{grid-template-columns:minmax(0,1fr) 340px;gap:32px;align-items:start}.new-project-main{gap:32px}.new-project-section{gap:18px}.new-project-section__header h2{font-size:18px}.bulk-asset-upload{gap:16px}.bulk-upload-role-strip{flex-wrap:nowrap;gap:8px;max-width:100%;overflow-x:auto;padding-bottom:2px}.bulk-upload-role-chip{display:inline-flex;min-height:34px;align-items:center;flex:0 0 auto;gap:7px;border-color:var(--studio-hairline);padding:7px 12px;color:var(--studio-ink);font-size:13px;line-height:1;white-space:nowrap}.bulk-upload-role-icon{width:16px;height:16px;flex:0 0 auto;background:currentColor;opacity:.88;-webkit-mask:var(--role-icon) center /contain no-repeat;mask:var(--role-icon) center /contain no-repeat}.bulk-upload-role-chip__count,.bulk-upload-role-chip__label{min-width:0}.bulk-upload-role-chip__count{font-size:12px;opacity:.82}.bulk-upload-dropzone{min-height:204px;gap:10px;border-width:1.5px;padding:30px}.bulk-upload-dropzone__icon{width:44px;height:44px;font-size:22px}.bulk-upload-dropzone h2{margin-top:2px;font-size:18px}.bulk-upload-dropzone>p{max-width:760px;font-size:13px;line-height:1.5}.bulk-upload-dropzone .cta{min-height:38px;padding:9px 18px}.bulk-ocr-card{gap:10px;padding:14px 16px}.bulk-ocr-card__header{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:14px;gap:14px}.bulk-ocr-card__header strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bulk-ocr-card__header p{margin-top:4px;line-height:1.45}.bulk-ocr-suggestion{gap:10px;border-top:1px solid var(--studio-hairline);padding-top:10px}.bulk-ocr-suggestion .grid.three{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.bulk-ocr-suggestion .pill{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bulk-ocr-suggestion .row{flex-wrap:wrap;gap:8px}.bulk-ocr-suggestion .row .cta{min-height:34px;padding:8px 13px}.bulk-asset-upload__grid{grid-template-columns:repeat(4,minmax(0,1fr));max-width:920px}.bulk-asset-card{gap:8px;padding:10px}.bulk-asset-card__preview-frame{aspect-ratio:5/4}.bulk-asset-card__name{font-size:12px}.bulk-asset-card__description,.bulk-asset-card__hint,.bulk-asset-card__reason{font-size:10.5px;line-height:1.4}.bulk-asset-card__description,.bulk-asset-card__reason{-webkit-line-clamp:2}.bulk-asset-card .field-label{font-size:10.5px}.bulk-asset-card .field-input{min-height:32px;padding:6px 8px}.bulk-asset-card>.cta{min-height:32px}.new-project-preview-panel{position:-webkit-sticky;position:sticky;top:72px;align-self:start;min-height:min(760px,calc(100vh - 92px));max-height:calc(100vh - 88px);overflow:auto;padding:24px;margin-top:0}.new-project-preview-panel__top strong{font-size:19px}.new-project-identity-grid{gap:14px}.new-project-asset-summary,.new-project-preview-panel__footer,.new-project-ready-summary,.new-project-workflow-summary{padding-top:16px}.new-project-workflow-summary ol{gap:10px}.new-project-workflow-summary li{grid-template-columns:30px minmax(0,1fr);gap:10px}.new-project-workflow-summary li>span{width:30px;height:30px}.new-project-workflow-summary li>strong{font-size:13px}@media (min-width:1440px){.new-project-layout{grid-template-columns:minmax(0,1fr) 340px}}@media (max-width:1100px){.new-project-hero,.new-project-layout,.new-project-topbar__inner{width:min(100% - 28px,920px)}.new-project-layout{grid-template-columns:1fr}.new-project-preview-panel{position:static;min-height:auto;max-height:none}.bulk-upload-role-strip{flex-wrap:wrap;overflow-x:visible}}@media (max-width:900px){.bulk-asset-upload__grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}.bulk-ocr-card__header,.bulk-ocr-suggestion .grid.three{grid-template-columns:1fr}}@media (max-width:560px){.new-project-hero,.new-project-layout,.new-project-topbar__inner{width:min(100% - 24px,100%)}.bulk-asset-upload__grid{grid-template-columns:1fr}}.new-project-layout{grid-template-columns:minmax(0,1fr) 360px;align-items:stretch}.new-project-preview-panel{position:static;top:auto;align-self:stretch;height:100%;min-height:100%;max-height:none;overflow:visible;gap:18px}.new-project-preview-panel__top{gap:8px}.new-project-preview-panel__top strong{font-size:20px}.new-project-identity-list{display:grid;grid-gap:8px;gap:8px;overflow:hidden;animation:new-project-rail-section-in .22s ease-out;transition:opacity .18s ease,transform .18s ease,max-height .22s ease}.new-project-identity-list__item{display:grid;grid-template-columns:78px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:baseline;border-top:1px solid rgb(var(--studio-ink-rgb)/.06);padding-top:8px}.new-project-identity-list__item:first-child{border-top:0;padding-top:0}.new-project-identity-list__item span{color:var(--studio-ink-muted);font-size:12px;line-height:1.45}.new-project-identity-list__item strong{min-width:0;overflow-wrap:anywhere;color:var(--studio-ink);font-size:13px;line-height:1.45;font-weight:650}.new-project-asset-summary{animation:new-project-rail-section-in .22s ease-out;transition:opacity .18s ease,transform .18s ease,max-height .22s ease}@keyframes new-project-rail-section-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1100px){.new-project-layout{grid-template-columns:1fr;align-items:start}.new-project-preview-panel{height:auto;min-height:auto}}.new-project-page,.project-list-shell{--studio-bg:#fbfaf8;--studio-bg-muted:#f3f4f2;--studio-surface:#ffffff;--studio-surface-raised:#ffffff;--studio-surface-soft:#f7f7f5;--studio-ink:#101114;--studio-ink-muted:#6b7280;--studio-ink-subtle:#9ca3af;--studio-hairline:#e6e4df;--studio-hairline-strong:#d8d6d1;--studio-accent:#26358c;--studio-accent-strong:#1f2a72;--studio-accent-soft:#eef1ff;--studio-ink-rgb:16 17 20;--studio-accent-rgb:38 53 140;--focus-ring:0 0 0 3px rgb(var(--studio-accent-rgb)/0.12);--bg:var(--studio-bg);--panel:var(--studio-surface);--ink:var(--studio-ink);--text:var(--studio-ink);--muted:var(--studio-ink-muted);--line:var(--studio-hairline);--brand:var(--studio-accent);--brand-strong:var(--studio-accent-strong);--brand-soft:var(--studio-accent-soft);background:var(--studio-bg)}.new-project-topbar{border-bottom-color:var(--studio-hairline);background:rgb(255 255 255/.86)}.new-project-brand-mark{background:var(--studio-accent);box-shadow:none}.new-project-brand-lockup{color:#4b5563}.new-project-topbar__badges span{border-color:var(--studio-hairline);background:rgb(255 255 255/.78);color:var(--studio-ink-muted);box-shadow:none}.new-project-hero h1,.new-project-preview-panel__top strong,.new-project-section__header h2{color:var(--studio-ink);font-weight:650}.bulk-asset-card__description,.bulk-asset-card__hint,.bulk-asset-card__reason,.bulk-upload-dropzone>p,.bulk-upload-dropzone__note,.new-project-hero p,.new-project-preview-panel__footer p,.new-project-ready-list span,.new-project-ready-summary__header,.new-project-section__header p{color:var(--studio-ink-muted)}.bulk-asset-card .field-label,.field-label{color:#4b5563;font-weight:650}.field-input,.new-project-page input,.new-project-page select,.new-project-page textarea{border-color:var(--studio-hairline-strong);background:#ffffff;color:var(--studio-ink);box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.025)}.field-input::placeholder,.new-project-page input::placeholder,.new-project-page textarea::placeholder{color:var(--studio-ink-subtle)}.field-input:focus,.new-project-page input:focus,.new-project-page select:focus,.new-project-page textarea:focus{border-color:rgb(var(--studio-accent-rgb)/.52);box-shadow:var(--focus-ring);outline:none}.new-project-page .cta{border-color:var(--studio-accent);background:var(--studio-accent);color:#ffffff;box-shadow:0 8px 18px rgb(var(--studio-accent-rgb)/.14)}.new-project-page .cta:hover:not(:disabled){background:var(--studio-accent-strong);border-color:var(--studio-accent-strong);box-shadow:0 10px 22px rgb(var(--studio-accent-rgb)/.16)}.new-project-page .cta.secondary{border-color:var(--studio-hairline-strong);background:#ffffff;color:var(--studio-accent);box-shadow:none}.new-project-page .cta.secondary:hover:not(:disabled){border-color:rgb(var(--studio-accent-rgb)/.28);background:var(--studio-accent-soft)}.bulk-upload-role-chip{border-color:var(--studio-hairline-strong);background:#ffffff;color:#374151;box-shadow:none;transition:border-color .16s ease,background .16s ease,color .16s ease}.bulk-upload-role-chip:hover{border-color:#c9c7c2;background:#fffefa}.bulk-upload-role-chip.is-active{border-color:var(--studio-accent);background:var(--studio-accent);color:#ffffff}.bulk-upload-role-chip__count{color:inherit;opacity:.74}.bulk-upload-dropzone{border-color:#dcd9d2;background:rgb(255 255 255/.7)}.bulk-upload-dropzone.is-dragging{border-color:rgb(var(--studio-accent-rgb)/.42);background:rgb(var(--studio-accent-rgb)/.035)}.bulk-asset-card__preview-frame,.bulk-upload-dropzone__icon{background:#f3f4f2;color:var(--studio-ink-muted)}.bulk-asset-card,.bulk-ocr-card,.bulk-ocr-suggestion,.bulk-upload-notice{border-color:var(--studio-hairline);background:#ffffff;box-shadow:none}.new-project-preview-panel{border-color:#e2dfd8;background:#ffffff;box-shadow:0 18px 44px rgb(var(--studio-ink-rgb)/.055)}.new-project-preview-panel__label{border-color:var(--studio-hairline);background:#ffffff;color:#5f6772}.new-project-asset-summary,.new-project-identity-list__item,.new-project-preview-panel__footer,.new-project-ready-summary,.new-project-workflow-summary{border-color:rgb(var(--studio-ink-rgb)/.075)}.new-project-workflow-summary li>span{border-color:var(--studio-hairline);background:#ffffff;color:var(--studio-ink-muted)}.new-project-workflow-summary li.is-current>span{border-color:rgb(var(--studio-accent-rgb)/.22);background:var(--studio-accent-soft);color:var(--studio-accent)}.new-project-ready-bar{background:#ebeae6}.new-project-ready-bar span{background:var(--studio-accent)}.new-project-ready-list i{background:#e8e7e2}.new-project-ready-list span.is-ready{color:var(--studio-accent)}.new-project-ready-list span.is-ready i{background:var(--studio-accent)}html body .new-project-page .bulk-upload-role-strip{justify-content:space-between!important;max-width:100%;gap:8px 18px;overflow:visible!important}html body .new-project-page .bulk-upload-role-chip{flex:0 0 auto;min-height:24px;padding:3px 2px;border:0!important;background:transparent!important;box-shadow:none!important;color:#9ca3af;font-size:12px;font-weight:650;line-height:1}html body .new-project-page .bulk-upload-role-chip:hover{border:0!important;background:transparent!important;color:#6b7280}html body .new-project-page .bulk-upload-role-chip.is-active{border:0!important;background:transparent!important;color:var(--studio-accent)}html body .new-project-page .bulk-upload-role-icon{width:5px;height:5px;border-radius:999px;background:currentColor;opacity:.76;-webkit-mask-image:none;mask-image:none}html body .new-project-page .bulk-upload-role-chip__count{color:currentColor;font-size:11px;font-weight:600;opacity:.68}html body .new-project-page .bulk-asset-upload__grid{display:grid;width:100%;max-width:none!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;grid-gap:12px;gap:12px}html body .new-project-page .bulk-asset-card{min-width:0}html body .new-project-page .bulk-upload-dropzone{width:100%}html body .new-project-page .bulk-upload-dropzone.is-compact{min-height:48px!important;padding:8px 16px!important;display:grid;grid-template-columns:28px minmax(0,1fr)!important;grid-template-rows:auto auto;align-content:center;justify-items:start;grid-column-gap:12px;column-gap:12px;grid-row-gap:1px;row-gap:1px}html body .new-project-page .bulk-upload-dropzone.is-compact .bulk-upload-dropzone__icon{grid-row:1/span 2;width:26px!important;height:26px!important;font-size:14px!important}html body .new-project-page .bulk-upload-dropzone.is-compact h2,html body .new-project-page .bulk-upload-dropzone.is-compact p{text-align:left}html body .new-project-page .bulk-upload-dropzone.is-compact h2{font-size:14px!important;line-height:1.15}html body .new-project-page .bulk-upload-dropzone.is-compact p{font-size:11.5px!important;line-height:1.25}html body .new-project-page .bulk-ocr-suggestion,html body .new-project-page .bulk-upload-dropzone__action{display:none!important}html body .new-project-page .new-project-settings-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;grid-gap:14px 18px;gap:14px 18px}html body .new-project-page .new-project-settings-copy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;grid-gap:14px 18px;gap:14px 18px}@media (max-width:1320px){html body .new-project-page .bulk-asset-upload__grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media (max-width:980px){html body .new-project-page .bulk-asset-upload__grid,html body .new-project-page .new-project-settings-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:720px){html body .new-project-page .bulk-upload-role-strip{justify-content:flex-start!important}html body .new-project-page .bulk-asset-upload__grid,html body .new-project-page .new-project-settings-copy-grid,html body .new-project-page .new-project-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}html body .new-project-page .bulk-upload-role-strip{display:grid!important;width:100%;grid-gap:8px;gap:8px}html body .new-project-page .bulk-upload-role-chip{max-width:100%;white-space:nowrap}html body .new-project-page .bulk-upload-dropzone:not(.is-compact){min-height:204px;padding:42px 28px;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center}html body .new-project-page .bulk-upload-dropzone:not(.is-compact) .bulk-upload-dropzone__icon{width:44px;height:44px;border-radius:12px;font-size:20px;color:var(--studio-ink-muted)}html body .new-project-page .bulk-upload-dropzone:not(.is-compact) h2{margin:0;color:var(--studio-ink);font-size:18px;font-weight:700;line-height:1.2;text-align:center}html body .new-project-page .bulk-upload-dropzone:not(.is-compact) p{max-width:360px;color:var(--studio-ink-muted);font-size:13px;line-height:1.55;text-align:center}html body .new-project-page .bulk-upload-dropzone.is-compact{min-height:104px!important;padding:22px 18px!important;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center}html body .new-project-page .bulk-upload-dropzone.is-compact .bulk-upload-dropzone__icon{width:30px!important;height:30px!important;border-radius:10px;font-size:15px!important}html body .new-project-page .bulk-upload-dropzone.is-compact h2,html body .new-project-page .bulk-upload-dropzone.is-compact p{margin:0;text-align:center}html body .new-project-page .bulk-upload-dropzone.is-compact h2{font-size:15px!important;line-height:1.2}html body .new-project-page .bulk-upload-dropzone.is-compact p{font-size:12px!important;line-height:1.35}html body .new-project-page .bulk-ocr-card{border:0!important;background:transparent!important;box-shadow:none!important;padding:2px 0!important}html body .new-project-page .bulk-ocr-card__header{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:42px}html body .new-project-page .bulk-ocr-card__copy{min-width:0}html body .new-project-page .bulk-ocr-card__header p{margin:0;color:var(--studio-ink-muted);font-size:13px;font-weight:500;line-height:1.5}html body .new-project-page .bulk-ocr-card__header strong{display:none!important}html body .new-project-page .bulk-ocr-card__header .cta.secondary{flex:0 0 auto}@media (max-width:980px){html body .new-project-page .bulk-upload-role-strip{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px 34px}}html body .new-project-page .bulk-upload-role-strip{width:min(820px,100%)!important;max-width:820px;margin-right:auto;margin-left:auto;grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:8px 14px}html body .new-project-page .bulk-upload-role-chip{justify-self:center;text-align:center}html body .new-project-page .bulk-ocr-card__header{justify-content:flex-start;min-height:38px;gap:12px}html body .new-project-page .bulk-ocr-card__header .cta.secondary{order:0}html body .new-project-page .bulk-ocr-card__copy{order:1;flex:0 1 auto}html body .new-project-page .bulk-upload-dropzone:not(.is-compact){gap:0}html body .new-project-page .bulk-upload-dropzone:not(.is-compact) .bulk-upload-dropzone__icon{margin-bottom:18px}html body .new-project-page .bulk-upload-dropzone:not(.is-compact) h2{margin:0 0 8px}html body .new-project-page .bulk-upload-dropzone:not(.is-compact) p{margin:0}@media (max-width:980px){html body .new-project-page .bulk-upload-role-strip{width:100%!important;max-width:none;grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media (max-width:720px){html body .new-project-page .bulk-upload-role-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important}}html body .new-project-page .bulk-upload-role-strip{display:flex!important;flex-wrap:wrap!important;justify-content:flex-start!important;align-items:center;width:100%!important;max-width:none!important;margin-right:0!important;margin-left:0!important;grid-template-columns:none!important;gap:8px 64px}html body .new-project-page .bulk-upload-role-chip{justify-self:auto;text-align:left}@media (max-width:980px){html body .new-project-page .bulk-upload-role-strip{display:flex!important;grid-template-columns:none!important;gap:8px 34px}}@media (max-width:720px){html body .new-project-page .bulk-upload-role-strip{gap:8px 24px}}html body .new-project-page .new-project-settings-grid.new-project-settings-grid--defaults{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;grid-gap:16px 18px;gap:16px 18px}html body .new-project-page .new-project-settings-grid--defaults .field{display:grid;grid-template-rows:auto 42px;grid-gap:7px;gap:7px;min-width:0;align-content:start}html body .new-project-page .new-project-settings-grid--defaults .field-input{min-height:42px}html body .new-project-page .new-project-settings-grid__spacer{min-height:1px}html body .new-project-page .new-project-detail-c-panel{grid-column:1/-1;display:grid;grid-gap:12px;gap:12px;padding:16px;border:1px solid color-mix(in srgb,var(--studio-hairline) 86%,transparent);border-radius:12px;background:color-mix(in srgb,var(--studio-surface) 96%,var(--studio-bg))}html body .new-project-page .new-project-detail-c-panel.is-muted{background:color-mix(in srgb,var(--studio-surface) 90%,var(--studio-bg))}html body .new-project-page .new-project-detail-c-panel__footer,html body .new-project-page .new-project-detail-c-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}html body .new-project-page .new-project-detail-c-panel__header div{display:grid;grid-gap:4px;gap:4px;min-width:0}html body .new-project-page .new-project-detail-c-panel__header strong{color:var(--studio-ink);font-size:14px;line-height:1.35}html body .new-project-page .new-project-detail-c-notice,html body .new-project-page .new-project-detail-c-panel__header p,html body .new-project-page .new-project-detail-c-source{margin:0;color:var(--studio-ink-muted);font-size:12px;line-height:1.55}html body .new-project-page .new-project-detail-c-panel__header span{flex:0 0 auto;color:var(--studio-ink-subtle);font-size:12px;line-height:1.5}html body .new-project-page .new-project-detail-c-panel textarea.field-input{min-height:122px;height:122px;resize:vertical;line-height:1.55}html body .new-project-page .new-project-detail-c-preview{display:block;overflow:hidden;padding:0;border:1px solid color-mix(in srgb,var(--studio-hairline) 72%,transparent);border-radius:10px;background:color-mix(in srgb,var(--studio-bg) 72%,var(--studio-surface))}html body .new-project-page .new-project-detail-c-preview__title{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 12px;color:var(--studio-ink-muted);cursor:pointer;font-size:12px;font-weight:700;letter-spacing:0;list-style:none;transition:background-color .16s ease-out,color .16s ease-out}html body .new-project-page .new-project-detail-c-preview__title::-webkit-details-marker{display:none}html body .new-project-page .new-project-detail-c-preview__title:after{content:"展开";color:var(--studio-ink-subtle);font-size:12px;font-weight:500}html body .new-project-page .new-project-detail-c-preview[open] .new-project-detail-c-preview__title{border-bottom:1px solid color-mix(in srgb,var(--studio-hairline) 64%,transparent)}html body .new-project-page .new-project-detail-c-preview[open] .new-project-detail-c-preview__title:after{content:"收起"}html body .new-project-page .new-project-detail-c-preview__title:focus-visible,html body .new-project-page .new-project-detail-c-preview__title:hover{background:rgb(255 255 255/.48);color:var(--studio-ink);outline:none}html body .new-project-page .new-project-detail-c-preview__body{display:grid;grid-gap:8px;gap:8px;max-height:164px;overflow:auto;padding:10px 12px 12px}html body .new-project-page .new-project-detail-c-preview p{margin:0;color:var(--studio-ink-subtle);font-size:12px;line-height:1.6}html body .new-project-page .new-project-detail-c-preview pre{max-height:132px;margin:0;overflow:auto;white-space:pre-wrap;word-break:break-word;color:var(--studio-ink-muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.65}html body .new-project-page .new-project-detail-c-preview__table-wrap{max-height:136px;overflow:auto}html body .new-project-page .new-project-detail-c-preview table{width:100%;border-collapse:collapse;min-width:360px;color:var(--studio-ink-muted);font-size:12px}html body .new-project-page .new-project-detail-c-preview td,html body .new-project-page .new-project-detail-c-preview th{border-bottom:1px solid color-mix(in srgb,var(--studio-hairline) 74%,transparent);padding:8px 10px;text-align:left;vertical-align:top}html body .new-project-page .new-project-detail-c-preview th{color:var(--studio-ink);font-weight:700}html body .new-project-page .new-project-detail-c-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-width:0}html body .new-project-page .new-project-detail-c-clear-button{display:inline-grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border:1px solid transparent;border-radius:10px;padding:0;color:#94a3b8;background:transparent;box-shadow:none;cursor:pointer;transform:translateZ(0);transition:background-color .16s ease-out,border-color .16s ease-out,color .16s ease-out,transform .16s ease-out}html body .new-project-page .new-project-detail-c-clear-button:focus-visible,html body .new-project-page .new-project-detail-c-clear-button:hover{border-color:rgb(var(--studio-ink-rgb)/.04);color:#475569;background:rgb(241 245 249/.72);outline:none;transform:translateZ(0) scale(1.02)}html body .new-project-page .new-project-detail-c-clear-button:active{transform:translateZ(0) scale(.98)}html body .new-project-page .new-project-detail-c-clear-button svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}html body .new-project-page .new-project-detail-c-actions .cta.secondary{min-height:34px;padding:7px 12px;box-shadow:none}html body .new-project-page .new-project-detail-c-action-primary:not(:disabled){border-color:color-mix(in srgb,var(--studio-primary) 24%,var(--studio-hairline));color:var(--studio-primary)}html body .new-project-page .new-project-detail-c-source{flex:0 1 auto;max-width:360px;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}@media (max-width:980px){html body .new-project-page .new-project-settings-grid.new-project-settings-grid--defaults{grid-template-columns:repeat(2,minmax(0,1fr))!important}html body .new-project-page .new-project-settings-grid__spacer{display:none}}@media (max-width:720px){html body .new-project-page .new-project-settings-grid.new-project-settings-grid--defaults{grid-template-columns:1fr!important}html body .new-project-page .new-project-detail-c-panel__footer,html body .new-project-page .new-project-detail-c-panel__header{align-items:stretch;flex-direction:column}html body .new-project-page .new-project-detail-c-source{max-width:none;text-align:left}}html body .new-project-page .new-project-preview-panel{display:flex;flex-direction:column;justify-content:space-between;gap:clamp(14px,1.8vh,26px);height:100%;min-height:100%;transition:gap .22s ease-out,min-height .22s ease-out,box-shadow .18s ease-out}html body .new-project-page .new-project-preview-panel__bottom-group,html body .new-project-page .new-project-preview-panel__head-group{display:grid;flex:0 0 auto;transition:gap .22s ease-out,opacity .18s ease-out,transform .18s ease-out}html body .new-project-page .new-project-preview-panel__head-group{gap:14px}html body .new-project-page .new-project-preview-panel__bottom-group{gap:18px}html body .new-project-page .new-project-asset-summary,html body .new-project-page .new-project-identity-list,html body .new-project-page .new-project-preview-panel__footer,html body .new-project-page .new-project-preview-panel__top,html body .new-project-page .new-project-ready-summary,html body .new-project-page .new-project-workflow-summary{flex:0 0 auto}html body .new-project-page .new-project-preview-panel__footer{margin-top:0}html body .new-project-page .new-project-asset-list-row span,html body .new-project-page .new-project-identity-list__item span,html body .new-project-page .new-project-identity-list__item strong{color:#000000;font-weight:400}html body .new-project-page .new-project-asset-list-row strong{color:#1e1f94;font-weight:400}html body .new-project-page .new-project-asset-list-row,html body .new-project-page .new-project-identity-list__item,html body .new-project-page .new-project-ready-list span,html body .new-project-page .new-project-workflow-summary li{transition:color .18s ease-out,opacity .18s ease-out,transform .18s ease-out}html body .new-project-page .new-project-workflow-summary li{grid-template-columns:28px minmax(0,1fr);gap:10px}html body .new-project-page .new-project-workflow-summary li.is-current>span,html body .new-project-page .new-project-workflow-summary li>span{display:block;width:28px;height:auto;border:0;border-radius:0;background:transparent;color:#9ca3af;font-size:12px;font-weight:400;line-height:1.45;text-align:left}html body .new-project-page .new-project-workflow-summary li.is-current>span{color:#3132a3}html body .new-project-page .new-project-workflow-summary li>strong{color:#000000;font-weight:400}html body .new-project-page .new-project-ready-list{gap:8px 14px}html body .new-project-page .new-project-ready-list span{gap:7px}html body .new-project-page .new-project-ready-list i{display:inline-grid;width:16px;height:16px;flex:0 0 16px;place-items:center;border-radius:999px;background:#e8e7e2;font-style:normal}html body .new-project-page .new-project-ready-list i:after{content:none}html body .new-project-page .new-project-ready-list span.is-ready i{background:#3132a3}html body .new-project-page .new-project-ready-list span.is-ready i:after{content:"\2713";color:#ffffff;font-size:9px;font-weight:700;line-height:1}html body .new-project-page .new-project-ready-bar span{transition:width .22s ease-out}html body .new-project-page .new-project-submit-button{display:inline-flex;align-items:center;justify-content:center;gap:10px}html body .new-project-page .new-project-submit-button__arrow{font-size:28px;font-weight:400;line-height:1;transform:none}html body .new-project-page .bulk-ocr-card__header .cta.secondary{border-color:#e0e7ff;background:#eef2ff;color:#4338ca;box-shadow:none}html body .new-project-page .bulk-ocr-card__header .cta.secondary:hover:not(:disabled){border-color:#c7d2fe;background:#e0e7ff;color:#4338ca}html body .new-project-page .bulk-ocr-card__header>.cta.secondary{display:none!important}html body .new-project-page .bulk-ocr-button-variants{display:flex;flex:0 1 auto;flex-wrap:wrap;align-items:center;gap:16px}html body .new-project-page .bulk-ocr-variant-button{display:inline-flex;min-height:36px;align-items:center;justify-content:center;gap:6px;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;line-height:1.25;white-space:nowrap;cursor:pointer;transition:background-color .16s ease-out,border-color .16s ease-out,color .16s ease-out,box-shadow .16s ease-out,transform .16s ease-out}html body .new-project-page .bulk-ocr-variant-button:disabled{cursor:not-allowed;opacity:.62}html body .new-project-page .bulk-ocr-variant-button__icon{width:16px;height:16px;flex:0 0 16px;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}html body .new-project-page .bulk-ocr-variant-button--indigo{border:1px solid #e0e7ff;color:#4f46e5;background:#eef2ff;box-shadow:none}html body .new-project-page .bulk-ocr-variant-button--indigo:hover:not(:disabled){background:#e0e7ff}html body .new-project-page .bulk-ocr-variant-button--emerald{border:1px solid #d1fae5;color:#047857;background:#ecfdf5;box-shadow:none}html body .new-project-page .bulk-ocr-variant-button--emerald:hover:not(:disabled){background:#d1fae5}html body .new-project-page .bulk-ocr-variant-button--slate{border:1px solid #1e293b;color:#ffffff;background:#1e293b;box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.12)}html body .new-project-page .bulk-ocr-variant-button--slate:hover:not(:disabled){background:#334155}html body .new-project-page .bulk-ocr-variant-button--slate:active:not(:disabled){transform:scale(.95)}html body .new-project-page .bulk-ocr-button-variants{display:none!important}html body .new-project-page .ai-glow-button{position:relative;isolation:isolate;display:inline-flex;min-height:38px;flex:0 0 auto;align-items:center;justify-content:center;overflow:hidden;border:1px solid transparent;border-radius:12px;padding:9px 16px;color:var(--studio-accent);background:#ffffff;box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.04),0 8px 22px rgb(var(--studio-accent-rgb)/.055);font-size:0;font-weight:500;line-height:1.25;white-space:nowrap;cursor:pointer;transform:translateZ(0);transition:box-shadow .22s ease-out,color .22s ease-out,transform .22s ease-out}html body .new-project-page .ai-glow-button:before{content:"";position:absolute;inset:-1px;z-index:-2;border-radius:inherit;background:linear-gradient(115deg,rgb(99 102 241/.52),rgb(168 85 247/.5),rgb(6 182 212/.48),rgb(16 185 129/.36),rgb(244 114 182/.38),rgb(99 102 241/.52));background-size:300% 300%;animation:aiGlowShift 5.6s linear infinite}html body .new-project-page .ai-glow-button:after{content:"";position:absolute;inset:1px;z-index:-1;border-radius:10px;background:radial-gradient(circle at 18% 0,rgb(129 140 248/.12),transparent 34%),linear-gradient(180deg,rgb(255 255 255/.96),rgb(255 255 255/.9))}html body .new-project-page .ai-glow-button:hover:not(:disabled){box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.05),0 12px 28px rgb(var(--studio-accent-rgb)/.105);color:var(--studio-accent-strong);transform:scale(1.02)}html body .new-project-page .ai-glow-button:hover:not(:disabled):before{filter:saturate(1.12) brightness(1.04)}html body .new-project-page .ai-glow-button:active:not(:disabled){transform:scale(.98)}html body .new-project-page .ai-glow-button:disabled{cursor:not-allowed;opacity:.68;transform:none}html body .new-project-page .ai-glow-button__content{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:14px}html body .new-project-page .ai-glow-button__icon{width:16px;height:16px;flex:0 0 16px;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}@keyframes aiGlowShift{0%{background-position:0 50%}to{background-position:300% 50%}}@media (max-width:1100px){html body .new-project-page .new-project-preview-panel{justify-content:flex-start;height:auto;min-height:auto}}html body .new-project-page .bulk-upload-role-chip .bulk-upload-role-chip__label,html body .new-project-page .bulk-upload-role-chip.is-active .bulk-upload-role-chip__label,html body .new-project-page .bulk-upload-role-chip:hover .bulk-upload-role-chip__label{color:#9ca3af}html body .new-project-page .bulk-asset-card__preview-frame{cursor:zoom-in}html body .new-project-page .bulk-asset-clear{position:absolute;z-index:12;top:12px;right:12px}html body .new-project-page .bulk-asset-clear__button{display:inline-grid;width:28px;height:28px;place-items:center;border:0;border-radius:999px;padding:0;color:#94a3b8;background:transparent;box-shadow:none;cursor:pointer;transition:color .18s ease-out,background .18s ease-out,opacity .18s ease-out,transform .18s ease-out}html body .new-project-page .bulk-asset-clear__button:focus-visible,html body .new-project-page .bulk-asset-clear__button:hover,html body .new-project-page .bulk-asset-clear__button[aria-expanded=true]{color:#475569;background:rgb(241 245 249/.6);opacity:1;outline:none}html body .new-project-page .bulk-asset-clear__button:disabled{cursor:not-allowed;opacity:.38;transform:none}html body .new-project-page .bulk-asset-clear__button svg{width:15px;height:15px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}html body .new-project-page .bulk-asset-clear__confirm{position:absolute;z-index:30;top:calc(100% + 8px);right:0;display:grid;width:min(286px,calc(100vw - 48px));grid-gap:10px;gap:10px;border:1px solid rgb(var(--studio-ink-rgb)/.08);border-radius:12px;padding:14px;color:var(--studio-ink);background:rgb(255 255 255/.98);box-shadow:0 18px 42px rgb(var(--studio-ink-rgb)/.14);animation:bulk-asset-clear-confirm-in .18s ease-out}html body .new-project-page .bulk-asset-clear__confirm strong{font-size:14px;font-weight:650;line-height:1.35}html body .new-project-page .bulk-asset-clear__confirm p{margin:0;color:var(--studio-ink-muted);font-size:12px;line-height:1.55}html body .new-project-page .bulk-asset-clear__actions{display:flex;justify-content:flex-end;gap:8px}html body .new-project-page .bulk-asset-clear__actions .cta{min-height:32px;padding:7px 12px;font-size:12px}@keyframes bulk-asset-clear-confirm-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}html body .new-project-page .bulk-upload-dropzone.is-compact{display:none!important}html body .new-project-page .bulk-asset-add-card-wrap{min-width:0;height:260px}html body .new-project-page .bulk-asset-add-card{display:flex;width:100%;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:9px;border:1px dashed rgb(var(--studio-ink-rgb)/.18);border-radius:var(--radius-card);padding:18px;color:var(--studio-ink-muted);background:rgb(255 255 255/.48);cursor:pointer;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .18s ease}html body .new-project-page .bulk-asset-upload__grid{padding-bottom:14px}html body .new-project-page .bulk-asset-add-card:focus-visible,html body .new-project-page .bulk-asset-add-card:hover{border-color:rgb(var(--studio-accent-rgb)/.34);background:linear-gradient(180deg,rgb(var(--studio-accent-rgb)/.024),rgb(255 255 255/.86)),#ffffff;box-shadow:inset 0 0 0 1px rgb(var(--studio-accent-rgb)/.05);color:var(--studio-accent);outline:none}html body .new-project-page .bulk-asset-add-card.is-dragging{border-color:rgb(var(--studio-accent-rgb)/.52);background:linear-gradient(180deg,rgb(var(--studio-accent-rgb)/.05),rgb(var(--studio-accent-rgb)/.022)),#ffffff;box-shadow:inset 0 0 0 1px rgb(var(--studio-accent-rgb)/.1),0 18px 42px rgb(var(--studio-accent-rgb)/.07)}html body .new-project-page .bulk-asset-add-card:disabled{cursor:not-allowed;opacity:.55}html body .new-project-page .bulk-asset-add-card__icon{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:12px;color:currentColor;background:rgb(var(--studio-ink-rgb)/.045)}html body .new-project-page .bulk-asset-add-card.is-dragging .bulk-asset-add-card__icon,html body .new-project-page .bulk-asset-add-card:focus-visible .bulk-asset-add-card__icon,html body .new-project-page .bulk-asset-add-card:hover .bulk-asset-add-card__icon{background:rgb(var(--studio-accent-rgb)/.08)}html body .new-project-page .bulk-asset-add-card__icon svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}html body .new-project-page .bulk-asset-add-card strong{color:var(--studio-ink);font-size:14px;font-weight:650;line-height:1.25}html body .new-project-page .bulk-asset-add-card span:not(.bulk-asset-add-card__icon){color:var(--studio-ink-muted);font-size:12px;line-height:1.35}@media (prefers-reduced-motion:reduce){html body .new-project-page .bulk-asset-add-card,html body .new-project-page .bulk-asset-clear__button,html body .new-project-page .bulk-asset-clear__confirm{animation-duration:1ms;transition-duration:1ms}}html body .new-project-page .new-project-preview-panel{transition:gap .3s cubic-bezier(.2,.82,.22,1.08),min-height .3s cubic-bezier(.2,.82,.22,1.08),max-height .3s cubic-bezier(.2,.82,.22,1.08),height .3s cubic-bezier(.2,.82,.22,1.08),padding .3s cubic-bezier(.2,.82,.22,1.08),box-shadow .2s ease-out,transform .3s cubic-bezier(.2,.82,.22,1.08)}html body .new-project-page .new-project-asset-summary,html body .new-project-page .new-project-identity-list,html body .new-project-page .new-project-preview-panel__bottom-group,html body .new-project-page .new-project-preview-panel__head-group,html body .new-project-page .new-project-ready-summary,html body .new-project-page .new-project-workflow-summary{transition:gap .3s cubic-bezier(.2,.82,.22,1.08),margin .3s cubic-bezier(.2,.82,.22,1.08),max-height .3s cubic-bezier(.2,.82,.22,1.08),padding .3s cubic-bezier(.2,.82,.22,1.08),opacity .22s ease-out,transform .3s cubic-bezier(.2,.82,.22,1.08)}html body .new-project-page .new-project-ready-bar span{transition:width .3s cubic-bezier(.2,.82,.22,1.08)}@media (prefers-reduced-motion:reduce){html body .new-project-page .new-project-asset-summary,html body .new-project-page .new-project-identity-list,html body .new-project-page .new-project-preview-panel,html body .new-project-page .new-project-preview-panel__bottom-group,html body .new-project-page .new-project-preview-panel__head-group,html body .new-project-page .new-project-ready-bar span,html body .new-project-page .new-project-ready-summary,html body .new-project-page .new-project-workflow-summary{transition-duration:1ms}}html body .new-project-page .bulk-asset-card__face--front{gap:12px}html body .new-project-page .bulk-asset-card__preview-frame{height:184px;min-height:184px}html body .new-project-page :is(.field-input,input:not([type=file]),select,textarea){transform:none;transform-origin:center;will-change:transform;transition:transform .19s ease-out,border-color .16s ease-out,box-shadow .16s ease-out,background-color .16s ease-out}html body .new-project-page :is(.field-input,input:not([type=file]),select,textarea):hover:not(:disabled){transform:translateZ(0) scale(1.01)}html body .new-project-page .field:focus-within :is(.field-input,input:not([type=file]),select,textarea),html body .new-project-page :is(.field-input,input:not([type=file]),select,textarea):focus,html body .new-project-page :is(.field-input,input:not([type=file]),select,textarea):focus-visible{transform:translateZ(0) scale(1.015)}html body .new-project-page :is(.field-input,input:not([type=file]),select,textarea):disabled{will-change:auto;transform:none}html body .new-project-page .new-project-preview-panel{transform-origin:center top;will-change:transform}@media (hover:hover) and (pointer:fine){html body .new-project-page .new-project-preview-panel:hover{transform:translateZ(0) scale(1.003)}}@media (prefers-reduced-motion:reduce){html body .new-project-page .new-project-preview-panel,html body .new-project-page :is(.field-input,input:not([type=file]),select,textarea){transition-duration:1ms}html body .new-project-page .field:focus-within :is(.field-input,input:not([type=file]),select,textarea),html body .new-project-page .new-project-preview-panel:hover,html body .new-project-page :is(.field-input,input:not([type=file]),select,textarea):focus,html body .new-project-page :is(.field-input,input:not([type=file]),select,textarea):hover{transform:none}}html body .new-project-page .bulk-asset-add-card-wrap,html body .new-project-page .bulk-asset-card{height:252px;min-width:0;border:1px solid var(--np-border,var(--studio-hairline));border-radius:var(--radius-card);padding:10px;background:var(--np-surface,var(--studio-surface));box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.035),0 8px 18px rgb(var(--studio-ink-rgb)/.055);transform:translateZ(0) scale(1);transform-origin:center;will-change:transform,box-shadow;transition:border-color .18s ease-out,box-shadow .18s ease-out,background-color .18s ease-out,transform .18s cubic-bezier(.2,.82,.22,1)}html body .new-project-page .bulk-asset-card{overflow:hidden}html body .new-project-page .bulk-asset-add-card-wrap{position:relative;overflow:visible}html body .new-project-page .bulk-asset-add-card{height:100%;border-radius:7px;padding:14px;box-shadow:none;transform:none}html body .new-project-page .bulk-asset-add-card:focus-visible,html body .new-project-page .bulk-asset-add-card:hover{transform:none}@media (hover:hover) and (pointer:fine){html body .new-project-page .bulk-asset-add-card-wrap:focus-within,html body .new-project-page .bulk-asset-add-card-wrap:hover,html body .new-project-page .bulk-asset-card:focus-within,html body .new-project-page .bulk-asset-card:hover{border-color:rgb(var(--studio-accent-rgb)/.18);box-shadow:0 2px 4px rgb(var(--studio-ink-rgb)/.05),0 12px 26px rgb(var(--studio-ink-rgb)/.075);transform:translate3d(0,-1px,0) scale(1.012)}}html body .new-project-page .bulk-asset-add-card-wrap:active,html body .new-project-page .bulk-asset-card:active{box-shadow:0 2px 5px rgb(var(--studio-ink-rgb)/.055),0 14px 30px rgb(var(--studio-ink-rgb)/.08);transform:translate3d(0,-1px,0) scale(1.02);transition-duration:90ms}html body .new-project-page .new-project-disclosure>summary:after,html body .new-project-page .new-project-subdisclosure>summary:after{box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.04),0 5px 12px rgb(var(--studio-ink-rgb)/.055);transform:translateZ(0) scale(1);transform-origin:center;will-change:transform,box-shadow;transition:border-color .18s ease-out,box-shadow .18s ease-out,color .18s ease-out,transform .17s cubic-bezier(.2,.82,.22,1)}html body .new-project-page .new-project-disclosure>summary:focus-visible:after,html body .new-project-page .new-project-disclosure>summary:hover:after,html body .new-project-page .new-project-subdisclosure>summary:focus-visible:after,html body .new-project-page .new-project-subdisclosure>summary:hover:after{border-color:rgb(var(--studio-accent-rgb)/.22);color:var(--studio-accent);box-shadow:0 2px 4px rgb(var(--studio-ink-rgb)/.05),0 8px 18px rgb(var(--studio-ink-rgb)/.075);transform:translateZ(0) scale(1.045)}html body .new-project-page .new-project-disclosure>summary:active:after,html body .new-project-page .new-project-subdisclosure>summary:active:after{transform:translateZ(0) scale(1.08);transition-duration:90ms}@media (prefers-reduced-motion:reduce){html body .new-project-page .bulk-asset-add-card-wrap,html body .new-project-page .bulk-asset-card,html body .new-project-page .new-project-disclosure>summary:after,html body .new-project-page .new-project-subdisclosure>summary:after{transition-duration:1ms;will-change:auto}html body .new-project-page .bulk-asset-add-card-wrap:active,html body .new-project-page .bulk-asset-add-card-wrap:focus-within,html body .new-project-page .bulk-asset-add-card-wrap:hover,html body .new-project-page .bulk-asset-card:active,html body .new-project-page .bulk-asset-card:focus-within,html body .new-project-page .bulk-asset-card:hover,html body .new-project-page .new-project-disclosure>summary:active:after,html body .new-project-page .new-project-disclosure>summary:hover:after,html body .new-project-page .new-project-subdisclosure>summary:active:after,html body .new-project-page .new-project-subdisclosure>summary:hover:after{transform:none}}html body .new-project-page .bulk-upload-dropzone:not(.is-compact){box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.018),0 10px 22px rgb(var(--studio-ink-rgb)/.03);transform:translateZ(0) scale(1);transform-origin:center;will-change:transform,box-shadow;transition:border-color .18s ease-out,background-color .18s ease-out,box-shadow .18s ease-out,color .18s ease-out,transform .18s cubic-bezier(.2,.82,.22,1)}@media (hover:hover) and (pointer:fine){html body .new-project-page .bulk-upload-dropzone:not(.is-compact):focus-visible,html body .new-project-page .bulk-upload-dropzone:not(.is-compact):hover{box-shadow:inset 0 0 0 1px rgb(var(--studio-accent-rgb)/.035),0 1px 3px rgb(var(--studio-ink-rgb)/.024),0 12px 26px rgb(var(--studio-ink-rgb)/.038);transform:translateZ(0) scale(1.006)}}html body .new-project-page .bulk-upload-dropzone:not(.is-compact):active{box-shadow:inset 0 0 0 1px rgb(var(--studio-accent-rgb)/.04),0 1px 3px rgb(var(--studio-ink-rgb)/.026),0 13px 28px rgb(var(--studio-ink-rgb)/.04);transform:translateZ(0) scale(1.012);transition-duration:90ms}html body .new-project-page .bulk-upload-dropzone:not(.is-compact).is-dragging{box-shadow:inset 0 0 0 1px rgb(var(--studio-accent-rgb)/.08),0 1px 3px rgb(var(--studio-accent-rgb)/.022),0 13px 30px rgb(var(--studio-accent-rgb)/.04)}@media (prefers-reduced-motion:reduce){html body .new-project-page .bulk-upload-dropzone:not(.is-compact){transition-duration:1ms;will-change:auto}html body .new-project-page .bulk-upload-dropzone:not(.is-compact):active,html body .new-project-page .bulk-upload-dropzone:not(.is-compact):focus-visible,html body .new-project-page .bulk-upload-dropzone:not(.is-compact):hover,html body .new-project-page .new-project-preview-panel:hover{transform:none}}html body .new-project-page .new-project-compact-settings>summary:after{border-color:rgb(var(--studio-ink-rgb)/.08);background:linear-gradient(180deg,rgb(255 255 255/.98),rgb(255 255 255/.86)),var(--studio-surface);box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.05),0 7px 16px rgb(var(--studio-ink-rgb)/.075);transform:translateZ(0) scale(1);transform-origin:center;will-change:transform,box-shadow;transition:border-color .17s ease-out,box-shadow .17s ease-out,color .17s ease-out,background-color .17s ease-out,transform .17s cubic-bezier(.2,.82,.22,1)}html body .new-project-page .new-project-compact-settings>summary:focus-visible:after,html body .new-project-page .new-project-compact-settings>summary:hover:after{border-color:rgb(var(--studio-accent-rgb)/.18);color:var(--studio-accent);box-shadow:0 2px 4px rgb(var(--studio-ink-rgb)/.055),0 10px 22px rgb(var(--studio-ink-rgb)/.09);transform:translateZ(0) scale(1.055)}html body .new-project-page .new-project-compact-settings>summary:active:after{box-shadow:0 2px 5px rgb(var(--studio-ink-rgb)/.06),0 12px 24px rgb(var(--studio-ink-rgb)/.095);transform:translateZ(0) scale(1.085);transition-duration:90ms}@media (prefers-reduced-motion:reduce){html body .new-project-page .new-project-compact-settings>summary:after{transition-duration:1ms;will-change:auto}html body .new-project-page .new-project-compact-settings>summary:active:after,html body .new-project-page .new-project-compact-settings>summary:focus-visible:after,html body .new-project-page .new-project-compact-settings>summary:hover:after{transform:none}}.account-ui-theme,.workspace-shell.studio-shell{--studio-bg:#fbfaf8;--studio-bg-muted:#f3f4f2;--studio-surface:#ffffff;--studio-surface-raised:#ffffff;--studio-surface-soft:#f7f7f5;--studio-ink:#101114;--studio-ink-muted:#6b7280;--studio-ink-subtle:#9ca3af;--studio-hairline:#e6e4df;--studio-hairline-strong:#d8d6d1;--studio-accent:#26358c;--studio-accent-strong:#1f2a72;--studio-accent-soft:#eef1ff;--studio-teal:#2cb6a3;--studio-teal-soft:#e7f7f4;--studio-brass:#a78655;--studio-brass-soft:#f4ecde;--studio-ink-rgb:16 17 20;--studio-accent-rgb:38 53 140;--studio-teal-rgb:44 182 163;--focus-ring:0 0 0 3px rgb(var(--studio-accent-rgb)/0.12);--bg:var(--studio-bg);--panel:var(--studio-surface);--ink:var(--studio-ink);--text:var(--studio-ink);--muted:var(--studio-ink-muted);--line:var(--studio-hairline);--brand:var(--studio-accent);--brand-strong:var(--studio-accent-strong);--brand-soft:var(--studio-accent-soft);background:var(--studio-bg)}.workspace-shell.studio-shell .studio-topbar{min-height:64px;border-bottom-color:var(--studio-hairline);background:rgb(255 255 255/.9);box-shadow:0 1px 0 rgb(var(--studio-ink-rgb)/.025);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.workspace-shell.studio-shell .studio-title-row .eyebrow{min-height:28px;border-radius:8px;padding:6px 10px;background:var(--studio-accent);color:#ffffff;font-size:12px;font-weight:750}.workspace-shell.studio-shell .studio-title-row h1{color:var(--studio-ink);font-size:22px;font-weight:680;letter-spacing:0}.workspace-shell.studio-shell .pill{border-color:var(--studio-hairline);border-radius:8px;background:rgb(255 255 255/.78);color:var(--studio-ink-muted);box-shadow:none}.workspace-shell.studio-shell .studio-topbar .cta.secondary{border-color:var(--studio-hairline-strong);border-radius:8px;background:#ffffff;color:var(--studio-accent);box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.035)}.workspace-shell.studio-shell .studio-topbar .cta.secondary:hover{border-color:rgb(var(--studio-accent-rgb)/.26);background:var(--studio-accent-soft);transform:scale(1.012)}.stage-workspace-shell,.studio-workspace-grid{background:linear-gradient(180deg,rgb(255 255 255/.7),rgb(255 255 255/.32)),var(--studio-bg)}.stage-workspace-shell.has-left.has-right,.studio-workspace-grid{grid-template-columns:224px minmax(0,1fr) clamp(318px,23vw,376px)}.stage-workspace-shell:not(.has-left){grid-template-columns:minmax(0,1fr) clamp(318px,23vw,376px)}.stage-workspace-shell:not(.has-right){grid-template-columns:224px minmax(0,1fr)}.stage-workspace-shell:not(.has-left):not(.has-right){grid-template-columns:minmax(0,1fr)}.stage-workspace-shell__left,.stage-workspace-shell__right,.stage2-inspector,.studio-workspace-grid .pipeline-track{border-color:var(--studio-hairline);background:rgb(255 255 255/.86)}.stage-workspace-shell__left,.studio-workspace-grid .pipeline-track{box-shadow:1px 0 0 rgb(var(--studio-ink-rgb)/.018)}.stage-workspace-shell__right,.stage2-inspector{box-shadow:-1px 0 0 rgb(var(--studio-ink-rgb)/.018)}.stage-workspace-shell__center,.stage2-studio-center{gap:12px;padding:18px 20px 12px}.stage-workspace-shell .pipeline-track,.studio-workspace-grid .pipeline-track{padding:12px 10px}.pipeline-mode-toggle{min-height:54px;border-color:var(--studio-hairline);border-radius:8px;padding:10px;background:rgb(255 255 255/.72);box-shadow:none;transition:background-color .17s ease,border-color .17s ease,box-shadow .17s ease,transform .17s cubic-bezier(.2,.82,.22,1)}.pipeline-mode-toggle>span:first-child{color:var(--studio-ink);font-size:15px;letter-spacing:0}.pipeline-mode-toggle:hover:not(:disabled){border-color:rgb(var(--studio-accent-rgb)/.2);background:#ffffff;box-shadow:0 8px 18px rgb(var(--studio-ink-rgb)/.055);transform:scale(1.012)}.pipeline-mode-toggle:active:not(:disabled){transform:scale(1.026);transition-duration:90ms}.workspace-shell.studio-shell .pipeline-mode-badge{border-color:var(--studio-hairline);background:var(--studio-surface-soft);color:var(--studio-ink-muted);font-size:10px;font-weight:750}.stage-workspace-shell .pipeline-stage-list,.studio-workspace-grid .pipeline-stage-list{gap:6px;padding:6px 2px 10px 0}.stage-workspace-shell .pipeline-stage-item,.studio-workspace-grid .pipeline-stage-item{position:relative;grid-template-columns:24px minmax(0,1fr);min-height:58px;border:1px solid transparent;border-radius:8px;padding:9px 10px;background:transparent;color:var(--studio-ink);transform:translateZ(0) scale(1);transition:background-color .17s ease,border-color .17s ease,box-shadow .17s ease,opacity .17s ease,transform .17s cubic-bezier(.2,.82,.22,1)}.stage-workspace-shell .pipeline-stage-item:before,.studio-workspace-grid .pipeline-stage-item:before{content:"";position:absolute;inset:9px auto 9px 0;width:2px;border-radius:999px;background:transparent}.stage-workspace-shell .pipeline-stage-item:hover,.studio-workspace-grid .pipeline-stage-item:hover{border-color:rgb(var(--studio-accent-rgb)/.18);background:rgb(255 255 255/.82);box-shadow:0 9px 20px rgb(var(--studio-ink-rgb)/.05);transform:scale(1.014)}.stage-workspace-shell .pipeline-stage-item:active,.studio-workspace-grid .pipeline-stage-item:active{transform:scale(1.028);transition-duration:90ms}.stage-workspace-shell .pipeline-stage-item.is-active,.studio-workspace-grid .pipeline-stage-item.is-active{border-color:rgb(var(--studio-accent-rgb)/.26);background:linear-gradient(90deg,rgb(var(--studio-accent-rgb)/.075),rgb(255 255 255/.86)),#ffffff;box-shadow:0 0 0 3px rgb(var(--studio-accent-rgb)/.07),0 10px 22px rgb(var(--studio-ink-rgb)/.055)}.stage-workspace-shell .pipeline-stage-item.is-active:before,.studio-workspace-grid .pipeline-stage-item.is-active:before{background:var(--studio-teal)}.stage-workspace-shell .pipeline-stage-item.is-locked,.studio-workspace-grid .pipeline-stage-item.is-locked{opacity:.45}.stage-workspace-shell .pipeline-stage-icon,.studio-workspace-grid .pipeline-stage-icon{width:22px;height:22px;border:1px solid var(--studio-hairline);border-radius:999px;background:#ffffff;color:var(--studio-ink-muted);font-size:10px;font-weight:800}.stage-workspace-shell .pipeline-stage-item.is-active .pipeline-stage-icon,.studio-workspace-grid .pipeline-stage-item.is-active .pipeline-stage-icon{border-color:rgb(var(--studio-teal-rgb)/.36);background:var(--studio-teal-soft);color:#0f766e}.pipeline-stage-meta{color:var(--studio-ink-subtle);font-weight:650}.stage-workspace-shell .pipeline-stage-main strong,.studio-workspace-grid .pipeline-stage-main strong{color:var(--studio-ink);font-size:13px;font-weight:700}.pipeline-stage-hint,.pipeline-stage-warning{border-radius:999px;font-weight:700}.pipeline-user-card{border-top-color:var(--studio-hairline)}.pipeline-user-avatar{background:var(--studio-ink);box-shadow:0 8px 18px rgb(var(--studio-ink-rgb)/.14)}.stage-canvas-panel,.stage2-studio-canvas{border-color:var(--studio-hairline);border-radius:10px;background:linear-gradient(180deg,rgb(255 255 255/.94),rgb(255 255 255/.76)),var(--studio-bg-muted);box-shadow:inset 0 0 0 1px rgb(255 255 255/.76),0 10px 28px rgb(var(--studio-ink-rgb)/.055)}.stage-canvas-panel__footer,.stage-canvas-panel__header{padding:16px 18px 10px}.stage-canvas-panel__heading h2,.stage2-canvas-header h2{color:var(--studio-ink);font-size:22px;font-weight:680;letter-spacing:0}.stage-canvas-panel__heading p,.stage2-canvas-header p{color:var(--studio-ink-muted)}.stage-canvas-panel__body{padding:18px}.stage-canvas-panel--detail-long .stage-canvas-panel__body{padding:12px 16px}.stage-canvas-panel__state,.stage2-preview-board.is-empty,.stage2-preview-board.is-error{border-color:var(--studio-hairline-strong);border-radius:10px;background:rgb(255 255 255/.72);box-shadow:none}.stage-canvas-panel__state strong,.stage2-preview-board.is-empty strong,.stage2-preview-board.is-error strong{color:var(--studio-ink);font-weight:700}.stage-canvas-panel__body>.stage-unified-loading-board .stage2-image-frame,.stage-result-card__frame,.stage2-image-frame{border-color:var(--studio-hairline);border-radius:8px;background:#ffffff;box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.028),0 14px 34px rgb(var(--studio-ink-rgb)/.07)}.stage-history-strip__item.is-current,.stage-result-card.is-current .stage-result-card__frame{border-color:rgb(var(--studio-success-rgb)/.36);background:var(--studio-success-soft);box-shadow:0 0 0 3px rgb(var(--studio-success-rgb)/.09),0 10px 24px rgb(var(--studio-ink-rgb)/.055)}.stage-history-strip__item.is-selected,.stage-result-card.is-selected .stage-result-card__frame{border-color:rgb(var(--studio-accent-rgb)/.36);background:linear-gradient(180deg,rgb(var(--studio-accent-rgb)/.032),rgb(255 255 255/.88)),#ffffff;box-shadow:0 0 0 3px rgb(var(--studio-accent-rgb)/.085),0 12px 28px rgb(var(--studio-ink-rgb)/.06)}.stage-reference-card img,.stage-result-card__image,.stage2-image-frame img,.stage2-product-image-picker img{object-fit:contain;object-position:center;background:#ffffff}.stage-history-strip{min-height:104px;flex-basis:104px;border-color:var(--studio-hairline);border-radius:10px;padding:10px 12px;background:rgb(255 255 255/.76);box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.025)}.stage-history-strip__scroller{gap:10px}.stage-history-strip__item{width:92px;height:80px;min-height:80px;border-width:1px;border-color:var(--studio-hairline);border-radius:8px;padding:5px;background:#ffffff;box-shadow:none;transform:translateZ(0) scale(1);transition:border-color .17s ease,background-color .17s ease,box-shadow .17s ease,transform .17s cubic-bezier(.2,.82,.22,1)}.stage-history-strip__item:hover{border-color:rgb(var(--studio-accent-rgb)/.24);box-shadow:0 8px 18px rgb(var(--studio-ink-rgb)/.055);transform:scale(1.035)}.stage-history-strip__item:active{transform:scale(1.055);transition-duration:90ms}.stage-history-strip__image-frame{border-color:var(--studio-hairline);border-radius:6px}.stage-history-strip__image-frame img{object-fit:contain;border-radius:6px}.stage-inspector-panel,.stage2-inspector{padding:20px;background:rgb(255 255 255/.9)}.stage-inspector-panel__section,.stage2-inspector-section{gap:12px;padding-bottom:20px;border-bottom-color:var(--studio-hairline)}.stage-inspector-panel__eyebrow,.stage2-inspector .eyebrow{border-color:rgb(var(--studio-accent-rgb)/.14);border-radius:8px;background:var(--studio-accent-soft);color:var(--studio-accent);font-size:11px;font-weight:750}.stage-inspector-panel__header h2,.stage2-inspector-section h2{color:var(--studio-ink);font-size:20px;font-weight:680}.stage-inspector-panel__footer,.stage-inspector-panel__header p,.stage2-inspector-section p{color:var(--studio-ink-muted)}.stage-inspector-form,.stage2-inspector-form{gap:12px}.stage-detail-c-panel textarea,.stage-inspector-form input,.stage-inspector-form select,.stage-inspector-form textarea,.stage2-inspector-form input,.stage2-inspector-form select{border-color:var(--studio-hairline-strong);border-radius:8px;background:#ffffff;color:var(--studio-ink);box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.025)}.stage-detail-c-panel textarea:focus,.stage-inspector-form input:focus,.stage-inspector-form select:focus,.stage-inspector-form textarea:focus,.stage2-inspector-form input:focus,.stage2-inspector-form select:focus{border-color:rgb(var(--studio-accent-rgb)/.48);box-shadow:var(--focus-ring)}.stage-inspector-form label span,.stage-inspector-form__field>span,.stage2-inspector-form label span{color:#4b5563;font-weight:650}.stage-inspector-advanced{border-color:var(--studio-hairline);border-radius:8px;background:rgb(247 247 245/.72)}.stage-inspector-advanced>summary{color:var(--studio-ink);font-weight:700}.stage-reference-card img,.stage2-product-image-picker img{border-color:var(--studio-hairline);border-radius:8px;background:#ffffff;box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.03)}.stage-reference-card__picker:hover img,.stage2-product-image-picker:hover img,.stage2-product-image-picker:hover>.stage-reference-card__group{border-color:rgb(var(--studio-accent-rgb)/.24);box-shadow:0 10px 24px rgb(var(--studio-ink-rgb)/.06);transform:scale(1.01)}.stage-reference-card__picker span,.stage2-product-image-picker span{border-color:var(--studio-hairline);border-radius:8px;background:rgb(255 255 255/.9);color:var(--studio-ink-muted);box-shadow:0 8px 18px rgb(var(--studio-ink-rgb)/.07)}.stage-reference-card__reset{border-color:var(--studio-hairline-strong);border-radius:8px;background:#ffffff;color:var(--studio-accent);box-shadow:none}.stage-reference-card__reset:hover:not(:disabled){border-color:rgb(var(--studio-accent-rgb)/.26);background:var(--studio-accent-soft);transform:scale(1.02)}.stage-detail-c-panel{display:grid;grid-gap:12px;gap:12px;border:1px solid rgb(var(--studio-teal-rgb)/.16);border-radius:8px;padding:14px;background:linear-gradient(180deg,rgb(255 255 255/.82),rgb(255 255 255/.62)),var(--studio-teal-soft)}.stage-detail-c-panel p{margin:0;color:var(--studio-ink-muted);line-height:1.55}.stage-detail-c-panel .row{gap:8px}.stage-action-dock,.stage2-action-bar{min-height:58px;border-color:var(--studio-hairline);border-radius:16px;background:rgb(255 255 255/.9);box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.04),0 18px 42px rgb(var(--studio-ink-rgb)/.12)}.stage2-action-bar{flex-wrap:wrap}.stage-action-dock__actions,.stage-action-dock__side{gap:8px}.mini-action,.stage-action-dock__button,.stage-detail-c-panel .cta,.stage2-primary-button,.stage2-secondary-button{border-radius:8px;transform:translateZ(0) scale(1);transition:background-color .17s ease,border-color .17s ease,box-shadow .17s ease,color .17s ease,transform .17s cubic-bezier(.2,.82,.22,1)}.mini-action:hover,.stage-action-dock__button:hover:not(:disabled),.stage-detail-c-panel .cta:hover:not(:disabled),.stage2-primary-button:hover:not(:disabled),.stage2-secondary-button:hover:not(:disabled){transform:scale(1.025)}.mini-action:active,.stage-action-dock__button:active:not(:disabled),.stage-detail-c-panel .cta:active:not(:disabled),.stage2-primary-button:active:not(:disabled),.stage2-secondary-button:active:not(:disabled){transform:scale(1.045);transition-duration:90ms}.stage-action-dock__button.is-primary{border-color:var(--studio-accent);background:var(--studio-accent);color:#ffffff;box-shadow:0 10px 22px rgb(var(--studio-accent-rgb)/.16)}.stage-action-dock__button.is-primary:hover:not(:disabled){border-color:var(--studio-accent-strong);background:var(--studio-accent-strong)}.mini-action,.stage-action-dock__button.is-secondary,.stage2-secondary-button{border-color:var(--studio-hairline-strong);background:#ffffff;color:var(--studio-accent);box-shadow:none}.mini-action:hover,.stage-action-dock__button.is-secondary:hover:not(:disabled),.stage2-secondary-button:hover:not(:disabled){border-color:rgb(var(--studio-accent-rgb)/.28);background:var(--studio-accent-soft)}.stage-action-dock__button.is-ghost{background:transparent;color:var(--studio-ink-muted);box-shadow:none}.ai-glow-button{position:relative;isolation:isolate;display:inline-flex;min-height:38px;flex:0 0 auto;align-items:center;justify-content:center;overflow:hidden;border:1px solid transparent;border-radius:12px;padding:9px 16px;color:var(--studio-accent);background:#ffffff;box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.04),0 8px 22px rgb(var(--studio-accent-rgb)/.055);font-size:0;font-weight:550;line-height:1.25;white-space:nowrap;cursor:pointer;transform:translateZ(0) scale(1);transition:box-shadow .22s ease-out,color .22s ease-out,transform .22s cubic-bezier(.2,.82,.22,1)}.ai-glow-button:before{content:"";position:absolute;inset:-1px;z-index:-2;border-radius:inherit;background:linear-gradient(115deg,rgb(99 102 241/.52),rgb(168 85 247/.5),rgb(6 182 212/.48),rgb(16 185 129/.36),rgb(244 114 182/.38),rgb(99 102 241/.52));background-size:300% 300%;animation:aiGlowShift 5.6s linear infinite}.ai-glow-button:after{content:"";position:absolute;inset:1px;z-index:-1;border-radius:10px;background:radial-gradient(circle at 18% 0,rgb(129 140 248/.12),transparent 34%),linear-gradient(180deg,rgb(255 255 255/.96),rgb(255 255 255/.9))}.ai-glow-button:hover:not(:disabled){box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.05),0 12px 28px rgb(var(--studio-accent-rgb)/.105);color:var(--studio-accent-strong);transform:scale(1.02)}.ai-glow-button:hover:not(:disabled):before{filter:saturate(1.12) brightness(1.04)}.ai-glow-button:active:not(:disabled){transform:scale(.98)}.ai-glow-button:disabled{cursor:not-allowed;opacity:.68;transform:none}.ai-glow-button__content{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:14px}.ai-glow-button__icon{width:16px;height:16px;flex:0 0 16px;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.stage-action-dock__button.is-ai,.stage-detail-c-ai-action,.stage2-ai-action{min-width:max-content}.stage01-root{--studio-bg:#f7f8fb;--studio-bg-muted:#f3f5f9;--studio-surface:#ffffff;--studio-surface-raised:#ffffff;--studio-surface-soft:#f8fafc;--studio-ink:#111827;--studio-ink-muted:#667085;--studio-ink-subtle:#9aa4b2;--studio-hairline:#e5e7eb;--studio-hairline-strong:#d5dbe5;--studio-accent:#2f3f9f;--studio-accent-strong:#26358c;--studio-accent-soft:#eef2ff;--studio-teal:#22a69a;--studio-teal-soft:#e9fbf7;--studio-ink-rgb:17 24 39;--studio-accent-rgb:47 63 159;--stage01-shell-bg:#f7f8fb;--stage01-shadow-card:0 1px 2px rgb(17 24 39/0.04),0 18px 46px rgb(17 24 39/0.08);width:100%;max-width:none;height:100vh;min-height:100vh;height:100dvh;min-height:100dvh;display:flex;flex-direction:column;margin:0;padding:0;background:var(--stage01-shell-bg);overflow:hidden}.stage01-root .stage01-header{flex:0 0 54px;min-height:54px;border-bottom:1px solid var(--studio-hairline);padding:0 18px;background:rgb(255 255 255/.9);box-shadow:0 1px 0 rgb(17 24 39/.03);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.stage01-root .stage01-header .studio-brand-home-link,.stage01-root .stage01-header .studio-brand-lockup{gap:10px}.stage01-root .stage01-header .studio-brand-mark{width:28px;height:28px;border-radius:8px;background:var(--studio-accent);box-shadow:0 8px 18px rgb(var(--studio-accent-rgb)/.16)}.stage01-root .stage01-header h1{color:var(--studio-ink);font-size:15px;font-weight:720;letter-spacing:0}.stage01-root .stage01-header .studio-more-menu>summary,.stage01-root .stage01-header .studio-quota-chip,.stage01-root .stage01-header .studio-user-avatar,.stage01-root .stage01-header .studio-workspace-switcher{border-color:var(--studio-hairline);background:#ffffff;color:var(--studio-ink-muted);box-shadow:0 1px 2px rgb(17 24 39/.035)}.stage01-root .stage01-header .studio-brand-divider{color:var(--studio-ink-subtle)}.stage01-root .stage01-header .studio-more-menu>summary:hover,.stage01-root .stage01-header .studio-workspace-switcher:hover,.stage01-root .stage01-header button.studio-quota-chip:hover{border-color:rgb(var(--studio-accent-rgb)/.22);color:var(--studio-accent);transform:scale(1.018)}.stage01-root,.studio-workspace-grid.stage01-workspace-shell{--stage01-left-rail-width:210px;--stage01-right-rail-width:clamp(292px,18vw,324px)}.studio-workspace-grid.stage01-workspace-shell{--stage01-handoff-duration:420ms;--stage01-handoff-visual-duration:210ms;--stage01-handoff-easing:cubic-bezier(0.16,1,0.3,1);--stage01-root-header-height:64px;--stage01-main-center-x:calc(50vw + ((var(--stage01-left-rail-width) - var(--stage01-right-rail-width)) /
          2));--stage01-preview-gap:clamp(84px,7.6vw,160px);--stage01-main-horizontal-safe:clamp(64px,5vw,128px);--stage01-local-edit-dock-shift:104px;--stage01-local-edit-gap:8px;--stage01-local-edit-textarea-height:102px;--stage01-local-edit-popover-worst-height:188px;--stage01-history-stack-depth-reserve:24px;--stage01-stack-popover-clearance:8px;--stage01-main-canvas-top-safe:78px;--stage01-main-dock-height-ceiling:58px;--stage01-main-retry-reserve:37px;--stage01-main-bottom-safe:32px;--stage01-main-expanded-dock-gap:calc(var(--stage01-local-edit-popover-worst-height) + var(--stage01-history-stack-depth-reserve) + var(--stage01-stack-popover-clearance) + var(--stage01-local-edit-gap) - var(--stage01-local-edit-dock-shift));--stage01-main-dock-gap:var(--stage01-main-expanded-dock-gap);--stage01-main-card-vertical-budget:calc(100dvh - var(--stage01-root-header-height) - var(--stage01-main-canvas-top-safe) - var(--stage01-main-dock-gap) - var(--stage01-main-dock-height-ceiling) - var(--stage01-local-edit-dock-shift) - var(--stage01-main-retry-reserve) - var(--stage01-main-bottom-safe));--stage01-main-card-size:clamp(340px,min(calc((100vw - var(--stage01-left-rail-width) - var(--stage01-right-rail-width) - var(--stage01-main-horizontal-safe) - var(--stage01-preview-gap)) / 2),var(--stage01-main-card-vertical-budget)),800px);--stage01-preview-card-size:var(--stage01-main-card-size);--stage01-main-composition-safe-width:calc(100vw - var(--stage01-left-rail-width) - var(--stage01-right-rail-width) - 6px);--stage01-preview-pair-width:min(var(--stage01-main-composition-safe-width),calc(var(--stage01-preview-card-size) + var(--stage01-preview-card-size) + var(--stage01-preview-gap)));--stage01-shared-popover-floor:520px;--stage01-shared-popover-direct-width:calc(var(--stage01-preview-pair-width) * 82 / 100);--stage01-shared-popover-soft-width:calc(var(--stage01-shared-popover-floor) + (var(--stage01-preview-pair-width) - (var(--stage01-shared-popover-floor) * 100 / 82)) * 35 / 100);--stage01-shared-popover-target:max(var(--stage01-shared-popover-floor),min(var(--stage01-shared-popover-direct-width),var(--stage01-shared-popover-soft-width)));--stage01-main-popover-width:min(var(--stage01-shared-popover-target),var(--stage01-main-composition-safe-width));--stage01-shared-dock-target:max(416px,calc(var(--stage01-shared-popover-target) * 80 / 100));--stage01-main-dock-width:min(var(--stage01-shared-dock-target),var(--stage01-main-composition-safe-width));--stage01-main-dock-height:clamp(44px,calc(var(--stage01-main-dock-width) / 12),58px);--stage01-main-dock-inner-inset:clamp(5px,calc(var(--stage01-main-dock-height) / 7.5),8px);--stage01-main-dock-inner-padding-x:var(--stage01-main-dock-inner-inset);--stage01-main-dock-button-height:clamp(32px,calc(var(--stage01-main-dock-height) - var(--stage01-main-dock-inner-inset) - var(--stage01-main-dock-inner-inset)),48px);--stage01-main-dock-button-padding-x:clamp(2px,calc(var(--stage01-main-dock-width) / 120),8px);--stage01-main-dock-button-gap:clamp(4px,calc(var(--stage01-main-dock-width) / 72),10px);--stage01-main-dock-button-min-width:clamp(0px,calc(var(--stage01-main-dock-width) / 12),80px);--stage01-main-dock-button-max-width:clamp(112px,calc(var(--stage01-main-dock-width) / 3.5),180px);--stage01-main-dock-button-width:calc((var(--stage01-main-dock-width) - var(--stage01-main-dock-inner-padding-x) - var(--stage01-main-dock-inner-padding-x) - var(--stage01-main-dock-button-gap) - var(--stage01-main-dock-button-gap) - var(--stage01-main-dock-button-gap)) / 4);--stage01-main-dock-button-weight-unit:calc((var(--stage01-main-dock-width) - var(--stage01-main-dock-inner-padding-x) - var(--stage01-main-dock-inner-padding-x) - var(--stage01-main-dock-button-gap) - var(--stage01-main-dock-button-gap) - var(--stage01-main-dock-button-gap)) / 18.3);--stage01-main-dock-button-width-secondary:calc(var(--stage01-main-dock-button-weight-unit) + var(--stage01-main-dock-button-weight-unit) + var(--stage01-main-dock-button-weight-unit) + var(--stage01-main-dock-button-weight-unit));--stage01-main-dock-button-width-primary:calc(var(--stage01-main-dock-button-width-secondary) + var(--stage01-main-dock-button-weight-unit));--stage01-main-dock-button-width-compare:calc(var(--stage01-main-dock-button-width-secondary) + (var(--stage01-main-dock-button-weight-unit) / 10) + (var(--stage01-main-dock-button-weight-unit) / 10) + (var(--stage01-main-dock-button-weight-unit) / 10));--stage01-main-dock-button-font-size:clamp(10.5px,calc(var(--stage01-main-dock-height) / 4),14px);--stage01-main-dock-button-icon-size:clamp(11px,calc(var(--stage01-main-dock-height) / 3.9),17px);--stage01-main-dock-button-content-gap:clamp(2px,calc(var(--stage01-main-dock-width) / 140),6px);--stage01-generation-button-font-size:clamp(12.6px,calc(var(--stage01-main-dock-height) / 3.333),16.8px);--stage01-generation-button-icon-size:clamp(13.2px,calc(var(--stage01-main-dock-height) / 3.25),20.4px);--stage01-generation-button-content-gap:clamp(2.4px,calc(var(--stage01-main-dock-width) / 116.667),7.2px);--stage01-main-canvas-centered-top:calc((100dvh - var(--stage01-root-header-height) - var(--stage01-main-card-size) - var(--stage01-main-dock-height) - var(--stage01-main-dock-gap) - var(--stage01-main-retry-reserve) - var(--stage01-main-bottom-safe)) / 2);--stage01-main-canvas-bottom-safe-top:calc(100dvh - var(--stage01-root-header-height) - var(--stage01-main-card-size) - var(--stage01-main-dock-gap) - var(--stage01-local-edit-dock-shift) - var(--stage01-main-dock-height) - var(--stage01-main-retry-reserve) - var(--stage01-main-bottom-safe));--stage01-main-canvas-top:clamp(var(--stage01-main-canvas-top-safe),min(var(--stage01-main-canvas-centered-top),var(--stage01-main-canvas-bottom-safe-top)),190px);--stage01-main-pipeline-height:var(--stage01-main-card-size);--stage01-main-card-bg:#FFFFFF;--stage01-main-card-border-color:transparent;--stage01-main-card-radius:12px;--stage01-main-card-shadow:var(--stage01-shadow-card);--stage01-main-card-hover-scale:1.01;--stage01-main-card-image-padding:0px;--stage01-layer-active-bg:var(--stage01-main-card-bg);--stage01-layer-active-border-color:var(--stage01-main-card-border-color);--stage01-layer-active-shadow:0 22px 52px rgb(17 24 39/0.12),0 8px 18px rgb(17 24 39/0.05);--stage01-layer-image-bg:transparent;--stage01-layer-active-image-bg:var(--stage01-layer-image-bg);--stage01-layer-active-image-opacity:1;--stage01-layer-active-image-filter:none;--stage01-depth-1-bg:transparent;--stage01-depth-1-image-opacity:1;--stage01-depth-1-image-filter:none;--stage01-depth-1-opacity:0.92;--stage01-depth-1-radius:12px;--stage01-depth-1-shadow:0 8px 20px rgb(15 23 42/0.05),0 2px 6px rgb(15 23 42/0.035);--stage01-depth-1-hover-y:6px;--stage01-depth-2-hover-y:10px;--stage01-depth-3-hover-y:14px;--stage01-layer-depth-1-bg:var(--stage01-depth-1-bg);--stage01-layer-depth-1-border-color:transparent;--stage01-layer-depth-1-shadow:var(--stage01-depth-1-shadow);--stage01-layer-depth-1-image-bg:transparent;--stage01-layer-depth-1-image-opacity:var(--stage01-depth-1-image-opacity);--stage01-layer-depth-1-image-filter:var(--stage01-depth-1-image-filter);--stage01-layer-depth-2-bg:transparent;--stage01-layer-depth-2-border-color:transparent;--stage01-layer-depth-2-shadow:0 6px 16px rgb(15 23 42/0.042),0 2px 5px rgb(15 23 42/0.028);--stage01-layer-depth-2-image-bg:transparent;--stage01-layer-depth-2-image-opacity:1;--stage01-layer-depth-2-image-filter:var(--stage01-depth-1-image-filter);--stage01-layer-depth-3-bg:transparent;--stage01-layer-depth-3-border-color:transparent;--stage01-layer-depth-3-shadow:0 4px 10px rgb(15 23 42/0.032),0 1px 3px rgb(15 23 42/0.024);--stage01-layer-depth-3-image-bg:transparent;--stage01-layer-depth-3-image-opacity:1;--stage01-layer-depth-3-image-filter:var(--stage01-depth-1-image-filter);--stage01-layer-hidden-bg:transparent;--stage01-layer-hidden-border-color:transparent;--stage01-layer-hidden-shadow:0 0 0 rgb(15 23 42/0),0 0 0 rgb(15 23 42/0);--stage01-layer-hidden-image-bg:var(--stage01-layer-hidden-bg);--stage01-layer-hidden-image-opacity:1;--stage01-layer-hidden-image-filter:var(--stage01-depth-1-image-filter);flex:1 1 auto;height:auto;min-height:0;grid-template-columns:var(--stage01-left-rail-width) minmax(0,1fr) var(--stage01-right-rail-width);background:linear-gradient(180deg,rgb(255 255 255/.8),rgb(247 248 251/.94)),var(--stage01-shell-bg);overflow:hidden}@media (min-width:1101px){.studio-workspace-grid.stage01-workspace-shell{--stage01-shared-popover-floor:692px}}@media (min-width:961px) and (max-width:1100px){.studio-workspace-grid.stage01-workspace-shell{--stage01-local-edit-textarea-height:94px;--stage01-local-edit-popover-worst-height:187.1875px}}.stage01-workspace-panel,.stage01-workspace-shell .stage2-studio-embedded{display:contents}.stage01-workspace-shell .stage01-sidebar{position:relative;top:auto;display:flex;flex-direction:column;gap:0;width:210px;height:100%;min-height:0;max-height:none;overflow:visible;padding:0 12px 72px 20px;border-radius:0;border:0;background:#FAFAF8;box-shadow:inset -12px 0 0 #FAFAF8}.stage01-workspace-shell .pipeline-track-header{display:none}.stage01-workspace-shell .stage01-pipeline-list{--stage01-connector-width:1px;--stage01-connector-completed-width:2px;--stage01-step-border-width:1px;--stage01-step-dot-gap:8px;--stage01-pipeline-step-gap:max(0px,calc((100% - 250px) / 4));--stage01-step-number-col:20px;--stage01-step-dot-size:14px;--stage01-step-dot-radius:7px;--stage01-pipeline-axis-x:calc(var(--stage01-step-border-width) + var(--stage01-step-number-col) + var(--stage01-step-dot-gap) + var(--stage01-step-dot-radius));position:relative;flex:0 0 auto;display:grid;align-content:space-between;height:var(--stage01-main-pipeline-height);grid-gap:var(--stage01-pipeline-step-gap);gap:var(--stage01-pipeline-step-gap);margin-top:var(--stage01-main-canvas-top);padding:0}.stage01-workspace-shell .stage01-pipeline-list:before{content:"";position:absolute;top:25px;bottom:25px;left:calc(var(--stage01-pipeline-axis-x) - (var(--stage01-connector-width) / 2));z-index:1;width:var(--stage01-connector-width);border-radius:999px;background:rgb(226 232 240/.9);pointer-events:none}.stage01-workspace-shell .stage01-pipeline-list:after{content:"";position:absolute;top:25px;bottom:25px;left:calc(var(--stage01-pipeline-axis-x) - (var(--stage01-connector-completed-width) / 2));z-index:1;width:var(--stage01-connector-completed-width);border-radius:999px;background:var(--stage01-completed-rail-background,none);pointer-events:none}.stage01-workspace-shell .stage01-pipeline-item{--stage01-preview-gap-inline:9px;--stage01-thumb-size:20px;--stage01-thumb-group-gap:4px;position:relative;z-index:auto;box-sizing:border-box;width:132px;height:50px;min-height:50px;grid-template-columns:var(--stage01-step-number-col) var(--stage01-step-dot-size) minmax(0,1fr) 0;align-items:center;column-gap:var(--stage01-step-dot-gap);border:var(--stage01-step-border-width) solid transparent;border-radius:8px;padding:0;background:transparent;box-shadow:none;color:#c8cad0;opacity:1;transform:none;transform-origin:var(--stage01-pipeline-axis-x) center;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease,opacity .18s ease,transform .18s cubic-bezier(.2,.82,.22,1)}.stage01-workspace-shell .stage01-pipeline-item:before{display:none;content:none}.stage01-workspace-shell .stage01-pipeline-item:not(:last-child):before{display:none}.stage01-workspace-shell .stage01-pipeline-item:after{display:none;content:none}.stage01-workspace-shell .stage01-pipeline-item.has-completed-connector:after{display:none}.stage01-workspace-shell .stage01-pipeline-item:focus-visible,.stage01-workspace-shell .stage01-pipeline-item:hover{color:#94a3b8;outline:none;opacity:1;transform:none}.stage01-workspace-shell .stage01-pipeline-item:is(:hover,:focus-visible):not(.is-active){width:170px;height:50px;min-height:50px;grid-template-columns:var(--stage01-step-number-col) var(--stage01-step-dot-size) minmax(0,1fr) 0;column-gap:var(--stage01-step-dot-gap);border-color:rgb(226 232 240/.96);border-radius:7px;background:#ffffff;box-shadow:0 10px 28px rgb(15 23 42/.08);color:#26358c;transform:none}.stage01-workspace-shell .stage01-pipeline-item.has-stage-thumbnail:is(:hover,:focus-visible):not(.is-active){grid-template-columns:var(--stage01-step-number-col) var(--stage01-step-dot-size) minmax(0,1fr) auto}.stage01-workspace-shell .stage01-pipeline-item.is-locked:is(:hover,:focus-visible):not(.is-active){color:#c8cad0;opacity:.72}.stage01-workspace-shell .stage01-pipeline-item:active{transform:scale(1.024);transition-duration:90ms}.stage01-workspace-shell .stage01-pipeline-item.is-active{width:170px;height:50px;min-height:50px;grid-template-columns:var(--stage01-step-number-col) var(--stage01-step-dot-size) minmax(0,1fr) 0;column-gap:var(--stage01-step-dot-gap);align-items:center;border-color:rgb(226 232 240/.96);border-radius:7px;background:#ffffff;box-shadow:0 10px 28px rgb(15 23 42/.08);color:#26358c;z-index:3;transform:none}.stage01-workspace-shell .stage01-pipeline-item.is-active:is(:hover,:focus-visible){box-shadow:0 0 0 3px rgb(38 53 140/.07),0 12px 30px rgb(15 23 42/.1);z-index:4;transform:scale(var(--stage01-main-card-hover-scale))}.stage01-workspace-shell .stage01-pipeline-item.is-active.has-active-thumbnail{grid-template-columns:var(--stage01-step-number-col) var(--stage01-step-dot-size) minmax(0,1fr) auto;justify-content:start;padding-right:var(--stage01-preview-gap-inline)}.stage01-workspace-shell .stage01-pipeline-item.is-completed:not(.is-active){color:#26358c}.stage01-workspace-shell .stage01-pipeline-item.is-pending,.stage01-workspace-shell .stage01-pipeline-item.is-pending:is(:hover,:focus-visible):not(.is-active){color:#c8cad0}.stage01-workspace-shell .stage01-pipeline-item.is-locked{color:#c8cad0;opacity:.62}.stage01-workspace-shell .stage01-step-indicator{position:relative;order:2;z-index:4;display:grid;place-items:center;width:var(--stage01-step-dot-size);height:var(--stage01-step-dot-size);align-self:center;justify-self:center;border:0;border-radius:50%;background:#c8cad0;color:transparent;font-size:0;box-shadow:none}.stage01-workspace-shell .stage01-step-indicator:after{content:none}.stage01-workspace-shell .stage01-pipeline-item.is-active .stage01-step-indicator{background:#26358c;box-shadow:0 0 0 4px rgb(38 53 140/.1);z-index:6}.stage01-workspace-shell .stage01-pipeline-item.is-active .stage01-step-indicator:after{content:none}.stage01-workspace-shell .stage01-pipeline-item.is-completed:not(.is-active) .stage01-step-indicator{background:#26358c}.stage01-workspace-shell .stage01-pipeline-item.is-completed:not(.is-active) .stage01-step-indicator:after{content:none}@keyframes stagePipelineRunningDot{0%,to{box-shadow:0 0 0 3px rgb(var(--studio-accent-rgb)/.12);transform:scale(1)}50%{box-shadow:0 0 0 6px rgb(var(--studio-accent-rgb)/.08);transform:scale(1.06)}}.stage-workspace-shell .pipeline-stage-item.is-job-running:not(.is-active) .pipeline-stage-icon,.stage01-workspace-shell .stage01-pipeline-item.is-job-running:not(.is-active) .stage01-step-indicator{background:var(--studio-accent);color:#ffffff;animation:stagePipelineRunningDot 1.8s ease-in-out infinite}.stage-workspace-shell .pipeline-stage-item.is-job-failed:not(.is-active) .pipeline-stage-icon,.stage-workspace-shell .pipeline-stage-item.is-job-queued:not(.is-active) .pipeline-stage-icon,.stage-workspace-shell .pipeline-stage-item.is-job-succeeded:not(.is-active) .pipeline-stage-icon,.stage01-workspace-shell .stage01-pipeline-item.is-job-failed:not(.is-active) .stage01-step-indicator,.stage01-workspace-shell .stage01-pipeline-item.is-job-queued:not(.is-active) .stage01-step-indicator,.stage01-workspace-shell .stage01-pipeline-item.is-job-succeeded:not(.is-active) .stage01-step-indicator{background:var(--studio-accent);color:#ffffff;box-shadow:0 0 0 3px rgb(var(--studio-accent-rgb)/.12)}.stage-workspace-shell .pipeline-stage-item.is-job-cancelled:not(.is-active) .pipeline-stage-icon,.stage01-workspace-shell .stage01-pipeline-item.is-job-cancelled:not(.is-active) .stage01-step-indicator{background:var(--studio-accent);color:transparent;box-shadow:none}.stage01-workspace-shell .stage01-step-check{width:8px;height:8px;display:block;color:#ffffff;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.stage01-workspace-shell .stage01-pipeline-item.is-locked .stage01-step-indicator{background:#c8cad0}.stage01-workspace-shell .stage01-pipeline-item.is-locked .stage01-step-indicator:after{content:none}.stage01-workspace-shell .stage01-step-content{display:contents}.stage01-workspace-shell .pipeline-stage-meta{display:contents;color:currentColor;font-size:12px;font-weight:600}.stage01-workspace-shell .pipeline-stage-meta span:last-child{display:none}.stage01-workspace-shell .stage01-step-number{order:1;grid-column:1;color:currentColor;font-size:12px;font-weight:620;line-height:1;text-align:right}.stage01-workspace-shell .stage01-step-label{order:3;grid-column:3;min-width:0;max-width:none;color:currentColor;font-size:12px;font-weight:650;line-height:1;letter-spacing:0;overflow:visible;text-overflow:clip;white-space:nowrap}.stage01-workspace-shell .stage01-pipeline-item.is-active .stage01-step-label,.stage01-workspace-shell .stage01-pipeline-item.is-active .stage01-step-number{color:#26358c;font-weight:760}.stage01-workspace-shell .stage01-pipeline-item.is-completed:not(.is-active) .stage01-step-label,.stage01-workspace-shell .stage01-pipeline-item.is-completed:not(.is-active) .stage01-step-number{color:#26358c}.stage01-workspace-shell .pipeline-stage-tags,.stage01-workspace-shell .pipeline-stage-thumb,.stage01-workspace-shell .pipeline-stage-thumb-group{display:none}.stage01-workspace-shell .stage01-pipeline-item.is-active.has-active-thumbnail .pipeline-stage-thumb{order:4;grid-column:4;width:var(--stage01-thumb-size);height:var(--stage01-thumb-size);display:block;justify-self:end;align-self:center;margin-left:0;border:1px solid rgb(226 232 240/.9);border-radius:4px;object-fit:cover;background:#ffffff}.stage01-workspace-shell .stage01-pipeline-item.is-active.has-active-thumbnail .pipeline-stage-thumb-group{order:4;grid-column:4;display:flex;align-items:center;justify-self:end;align-self:center;gap:var(--stage01-thumb-group-gap);margin-left:0}.stage01-workspace-shell .stage01-pipeline-item.has-stage-thumbnail:is(:hover,:focus-visible):not(.is-active) .pipeline-stage-thumb{order:4;grid-column:4;width:var(--stage01-thumb-size);height:var(--stage01-thumb-size);display:block;justify-self:end;align-self:center;margin-left:0;border:1px solid rgb(226 232 240/.9);border-radius:4px;object-fit:cover;background:#ffffff}.stage01-workspace-shell .stage01-pipeline-item.has-stage-thumbnail:is(:hover,:focus-visible):not(.is-active) .pipeline-stage-thumb-group{order:4;grid-column:4;display:flex;align-items:center;justify-self:end;align-self:center;gap:var(--stage01-thumb-group-gap);margin-left:0}.stage01-workspace-shell .stage01-pipeline-item.has-stage-thumbnail:is(:hover,:focus-visible):not(.is-active){padding-right:var(--stage01-preview-gap-inline)}.stage01-workspace-shell .pipeline-project-settings{position:absolute;left:0;right:auto;bottom:0;z-index:6;display:flex;align-items:center;flex:0 0 auto;align-self:stretch;width:168px;height:56px;min-height:56px;margin:0;border-top:0;border-top-color:transparent;border-right:1px solid transparent;padding:0;background:transparent}.stage01-workspace-shell .pipeline-project-settings>summary{box-sizing:border-box;width:100%;height:100%;min-height:56px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:0;padding:0 12px;background:transparent;color:var(--studio-ink-muted);box-shadow:none;cursor:pointer;list-style:none;text-align:center;white-space:nowrap}.stage01-workspace-shell .pipeline-project-settings>summary::-webkit-details-marker,.stage01-workspace-shell .pipeline-project-settings>summary::marker{display:none;content:""}.stage01-workspace-shell .pipeline-project-settings>summary span{flex:0 0 24px;display:inline-grid;place-items:center;width:24px;height:24px;color:currentColor;font-size:22px;line-height:1}.stage01-workspace-shell .pipeline-project-settings>summary strong{flex:0 0 auto;color:currentColor;font-size:13px;font-weight:640;line-height:1}.stage01-workspace-shell .pipeline-project-settings>summary:hover,.stage01-workspace-shell .pipeline-project-settings[open]>summary{background:rgb(38 53 140/.035);color:#26358c;transform:none}.stage01-workspace-shell .pipeline-project-settings__panel{bottom:calc(100% + 8px);left:0}.stage01-workspace-shell .pipeline-project-settings__modes button{min-height:32px;cursor:pointer}.stage01-workspace-shell .pipeline-project-settings__modes button.is-active,.stage01-workspace-shell .pipeline-project-settings__modes button.is-active:disabled{background:rgb(38 53 140/.08);color:#26358c;font-weight:680;opacity:1;cursor:default}.stage01-workspace-shell .stage2-studio-center{position:relative;height:100%;min-height:0;gap:0;padding:0 clamp(12px,2vw,56px);overflow:visible;background:#FAFAF8}.stage01-workspace-shell .stage2-canvas-header{display:none}.stage01-workspace-shell .stage01-main-content-group{--stage01-stable-shell-height:calc(var(--stage01-main-canvas-top) + var(--stage01-preview-card-size) + var(--stage01-main-dock-gap) + var(--stage01-local-edit-dock-shift) + var(--stage01-main-dock-height) + var(--stage01-main-retry-reserve) + var(--stage01-main-bottom-safe));--stage01-preview-board-height:var(--stage01-preview-card-size);position:relative;top:0;flex:1 1 auto;height:100%;min-height:0;display:grid;overflow:visible}.stage01-workspace-shell .stage01-canvas-stable-shell{grid-template-rows:minmax(0,1fr);align-items:stretch;justify-items:stretch}.stage01-workspace-shell .stage01-canvas-stable-shell:has(.stage01-preview-board){height:max(100%,var(--stage01-stable-shell-height));min-height:var(--stage01-stable-shell-height);flex-shrink:0;align-self:stretch;justify-self:stretch}.stage01-workspace-shell .stage01-preview-board-lane{position:absolute;grid-area:1/1;top:var(--stage01-main-canvas-top);right:0;left:0;width:100%;height:var(--stage01-preview-card-size);min-width:0;min-height:0;display:grid;grid-template-rows:minmax(0,1fr);align-items:stretch;justify-items:stretch;overflow:visible}.stage01-workspace-shell .stage01-canvas-stable-shell:has(.stage01-preview-board) .stage01-preview-board-lane{height:var(--stage01-preview-card-size);min-height:var(--stage01-preview-card-size);flex-shrink:0;align-self:stretch;justify-self:stretch}.stage01-workspace-shell .stage2-studio-canvas{grid-area:1/1;min-height:0;height:var(--stage01-preview-card-size);display:grid;align-items:stretch;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}.stage01-workspace-shell .stage2-preview-board:not(.stage2-crop-confirmation){position:relative;width:100%;height:auto;min-height:0;display:grid;grid-template-rows:minmax(0,1fr);align-content:center;grid-gap:0;gap:0;padding:0;background:transparent;overflow:visible}.stage01-workspace-shell .stage2-preview-board.stage2-crop-confirmation{--stage01-crop-preview-width:var(--stage01-preview-pair-width);position:relative;isolation:isolate;width:100%;height:var(--stage01-preview-card-size);min-height:var(--stage01-preview-card-size);grid-template-rows:minmax(0,1fr);align-content:stretch;align-items:stretch;justify-items:stretch;gap:0;border:0;border-radius:18px;padding:0;background:transparent;box-shadow:none;overflow:visible;-webkit-backdrop-filter:none;backdrop-filter:none}.stage01-workspace-shell .stage2-crop-confirmation .stage2-crop-heading{display:none}.stage01-workspace-shell .stage2-crop-confirmation .stage2-crop-heading>div{max-width:820px}.stage01-workspace-shell .stage2-crop-confirmation .stage2-crop-heading strong{color:var(--studio-ink);font-size:18px;font-weight:700;letter-spacing:0}.stage01-workspace-shell .stage2-crop-confirmation .stage2-crop-heading p{max-width:820px;margin-top:6px;color:rgb(100 116 139/.82);font-size:13px;line-height:1.65}.stage01-workspace-shell .stage2-crop-confirmation .stage2-crop-actions,.stage01-workspace-shell .stage2-crop-confirmation .stage2-crop-inline-actions{display:none}.stage01-workspace-shell .stage2-crop-preview-shell{width:100%;height:100%;min-height:0;display:grid;grid-template-rows:minmax(0,1fr);align-items:center;align-content:center;justify-items:center;grid-gap:0;gap:0;padding:0}.stage01-workspace-shell .stage2-crop-confirmation .stage2-crop-canvas{width:var(--stage01-crop-preview-width);margin:0 auto;border:0;border-radius:var(--stage01-main-card-radius);aspect-ratio:var(--stage2-crop-source-aspect,21/9);background:#FFFFFF;box-shadow:0 18px 48px rgb(15 23 42/.12),0 2px 6px rgb(15 23 42/.04);transform:scale(1);transform-origin:bottom center;transition:transform .18s cubic-bezier(.16,1,.3,1),box-shadow .18s cubic-bezier(.16,1,.3,1)}.stage01-workspace-shell .stage2-crop-confirmation .stage2-crop-canvas:focus-within,.stage01-workspace-shell .stage2-crop-confirmation .stage2-crop-canvas:hover{box-shadow:var(--stage01-layer-active-shadow);transform:scale(var(--stage01-main-card-hover-scale))}.stage01-workspace-shell .stage2-crop-confirmation .stage2-crop-canvas img{width:100%;height:100%;border-radius:calc(var(--stage01-main-card-radius) - 4px);background:#FFFFFF;opacity:1;object-fit:contain;object-position:center;transition:none}.stage01-workspace-shell .stage2-crop-confirmation .stage2-crop-canvas.is-source-loading{cursor:progress}.stage01-workspace-shell .stage2-crop-confirmation .stage2-crop-canvas.is-source-loading:before{content:"";position:absolute;inset:0;z-index:3;border-radius:inherit;background:linear-gradient(110deg,rgb(255 255 255/.82),rgb(238 242 247/.84) 42%,rgb(255 255 255/.9) 58%),#FFFFFF;background-size:220% 100%;animation:stage01-crop-source-loading 1.35s ease-in-out infinite;pointer-events:none}.stage01-workspace-shell .stage2-crop-confirmation .stage2-crop-canvas.is-source-loading:after{content:"正在加载裁切预览";position:absolute;inset:0;z-index:4;display:grid;place-items:center;color:rgb(100 116 139/.72);font-size:12px;font-weight:650;pointer-events:none}.stage01-workspace-shell .stage2-crop-confirmation .stage2-crop-canvas.is-source-loading .stage2-split-line,.stage01-workspace-shell .stage2-crop-confirmation .stage2-crop-canvas.is-source-loading .stage2-split-region,.stage01-workspace-shell .stage2-crop-confirmation .stage2-crop-canvas.is-source-loading img{opacity:0}@keyframes stage01-crop-source-loading{0%{background-position:120% 0}to{background-position:-120% 0}}.stage01-workspace-shell .stage2-crop-confirmation .stage2-split-region.is-front{background:rgb(38 53 140/.075)}.stage01-workspace-shell .stage2-crop-confirmation .stage2-split-region.is-side{background:rgb(38 53 140/.045)}.stage01-workspace-shell .stage2-crop-confirmation .stage2-split-region span{border:1px solid rgb(148 163 184/.18);border-radius:999px;background:rgb(255 255 255/.76);color:rgb(51 65 85/.88);box-shadow:0 8px 22px rgb(15 23 42/.06),inset 0 1px 0 rgb(255 255 255/.62);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);font-size:12px;font-weight:650}.stage01-workspace-shell .stage2-crop-confirmation .stage2-split-line{border-left:2px solid var(--studio-accent);filter:drop-shadow(0 0 0 rgb(255 255 255/.9)) drop-shadow(0 10px 18px rgb(var(--studio-accent-rgb)/.18));transform:translateX(-1px)}.stage01-workspace-shell .stage2-crop-confirmation .stage2-split-line.is-dragging{border-left-color:var(--studio-accent-strong)}.stage01-workspace-shell .stage2-crop-confirmation .stage2-split-handle{width:46px;height:46px;border:1px solid rgb(var(--studio-accent-rgb)/.22);background:rgb(255 255 255/.82);color:var(--studio-accent);box-shadow:0 12px 26px rgb(var(--studio-accent-rgb)/.16),inset 0 1px 0 rgb(255 255 255/.72);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);cursor:text;font-size:11px;font-weight:780;letter-spacing:0;line-height:1;pointer-events:auto;transition:border-color .16s ease,box-shadow .16s ease,transform .16s cubic-bezier(.16,1,.3,1)}.stage01-workspace-shell .stage2-crop-confirmation button.stage2-split-handle{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0}.stage01-workspace-shell .stage2-crop-confirmation .stage2-split-handle:focus-visible,.stage01-workspace-shell .stage2-crop-confirmation .stage2-split-handle:hover{border-color:rgb(var(--studio-accent-rgb)/.34);box-shadow:0 14px 30px rgb(var(--studio-accent-rgb)/.2),inset 0 1px 0 rgb(255 255 255/.78);outline:none}.stage01-workspace-shell .stage2-crop-confirmation .stage2-split-handle-input{padding:0 4px;text-align:center}.stage01-workspace-shell .stage2-crop-confirmation .stage2-split-handle-input::-webkit-inner-spin-button,.stage01-workspace-shell .stage2-crop-confirmation .stage2-split-handle-input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;appearance:none}.stage01-workspace-shell .stage2-crop-confirmation .stage2-crop-shortcuts{bottom:max(12px,env(safe-area-inset-bottom));z-index:19;max-width:min(92vw,760px);color:rgb(100 116 139/.62);font-size:12px;font-weight:500;line-height:1.5}.stage01-workspace-shell .stage01-preview-board{grid-template-rows:minmax(0,1fr);align-content:center}.stage01-workspace-shell .stage2-preview-board.stage01-preview-board{height:var(--stage01-preview-board-height);min-height:var(--stage01-preview-board-height);flex-shrink:0;align-self:stretch;justify-self:stretch}.stage01-workspace-shell .stage01-tips-lane{position:absolute;inset:100% 0 auto;z-index:12;min-height:27px;display:flex;align-items:flex-start;justify-content:center;pointer-events:none;overflow:visible;transform:translateY(45px)}.stage01-workspace-shell .stage2-preview-board.is-loading{gap:0;grid-template-rows:minmax(0,1fr)}.stage01-workspace-shell .stage2-loading-copy{min-height:18px;margin:10px 0 0;padding:0;color:var(--studio-ink-muted);font-size:12px;font-weight:680}.stage01-workspace-shell .stage01-loading-tip-copy{position:static;box-sizing:border-box;width:100%;max-width:100%;min-height:27px;margin:0;color:#94A3B8;font-size:17.28px;font-weight:300;line-height:1.45;white-space:normal;pointer-events:none;transform:none}.stage01-workspace-shell .stage01-batch-loading-progress{display:block;max-width:100%;color:rgb(71 85 105/.7);font-size:11.5px;font-weight:560;line-height:1.3;letter-spacing:.01em;opacity:1;overflow-wrap:anywhere;visibility:visible;white-space:normal;pointer-events:none}.stage01-workspace-shell .stage2-result-card.stage01-loading-preview-card.is-loading{grid-template-rows:minmax(0,1fr);align-content:stretch;align-items:stretch;justify-items:stretch;overscroll-behavior:contain}.stage01-workspace-shell .stage01-loading-tip-text{display:block;width:100%;max-width:100%;overflow-wrap:anywhere;white-space:normal}.stage01-workspace-shell .stage2-result-grid{width:var(--stage01-preview-pair-width);min-height:0;grid-template-columns:repeat(2,var(--stage01-preview-card-size));gap:var(--stage01-preview-gap);align-items:stretch;justify-self:center;padding:0;transform:none;overflow:visible}.stage01-workspace-shell .stage01-preview-grid{grid-template-rows:minmax(0,1fr)}.stage01-workspace-shell .stage01-preview-card{position:relative;isolation:isolate;width:var(--stage01-preview-card-size);max-width:100%;aspect-ratio:1/1;min-height:0;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr);grid-gap:0;gap:0;align-content:stretch;align-items:stretch;justify-items:stretch;border:0;padding:0;background:transparent;box-shadow:none;overflow:visible;contain:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-drag:none;user-drag:none;touch-action:manipulation}.stage01-workspace-shell .stage2-result-card.stage01-preview-stack-shell{--stage2-preview-size:100%;height:auto;max-width:none;grid-template-rows:minmax(0,1fr);align-content:stretch;align-items:stretch;justify-items:stretch;overscroll-behavior:none}.stage01-history-expanded-overlay,.stage01-history-expanded-overlay *,.stage01-history-expanded-overlay img,.stage01-workspace-shell .stage01-action-dock,.stage01-workspace-shell .stage01-action-dock *,.stage01-workspace-shell .stage01-action-dock-lane,.stage01-workspace-shell .stage01-action-dock-lane *,.stage01-workspace-shell .stage01-card-mask-viewport,.stage01-workspace-shell .stage01-card-stack-deck,.stage01-workspace-shell .stage01-card-track-item,.stage01-workspace-shell .stage01-card-track-surface,.stage01-workspace-shell .stage01-card-track-surface img,.stage01-workspace-shell .stage01-card-vertical-track,.stage01-workspace-shell .stage01-flip-handoff-card,.stage01-workspace-shell .stage01-flip-handoff-card img,.stage01-workspace-shell .stage01-flip-handoff-layer,.stage01-workspace-shell .stage01-history-depth-card,.stage01-workspace-shell .stage01-history-depth-card img,.stage01-workspace-shell .stage01-history-depth-positioner,.stage01-workspace-shell .stage01-main-preview-card,.stage01-workspace-shell .stage01-main-preview-card img,.stage01-workspace-shell .stage01-pipeline-list,.stage01-workspace-shell .stage01-pipeline-list *,.stage01-workspace-shell .stage01-preview-board,.stage01-workspace-shell .stage01-preview-board *,.stage01-workspace-shell .stage01-preview-board-lane,.stage01-workspace-shell .stage01-preview-board-lane *,.stage01-workspace-shell .stage01-preview-card *,.stage01-workspace-shell .stage01-preview-card img,.stage01-workspace-shell .stage01-preview-grid,.stage01-workspace-shell .stage01-preview-grid *,.stage01-workspace-shell .stage01-sidebar,.stage01-workspace-shell .stage01-sidebar *{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-drag:none;user-drag:none;touch-action:manipulation}.stage01-workspace-shell .stage01-inspector,.stage01-workspace-shell .stage01-inspector *,.stage01-workspace-shell .stage01-inspector button,.stage01-workspace-shell .stage01-inspector input,.stage01-workspace-shell .stage01-inspector select,.stage01-workspace-shell .stage01-inspector textarea{user-select:auto;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;touch-action:auto}.stage01-workspace-shell .stage01-preview-card:after,.stage01-workspace-shell .stage01-preview-card:before{content:"";position:absolute;z-index:-1;border:1px solid var(--studio-hairline);border-radius:12px;background:#FFFFFF;box-shadow:0 16px 36px rgb(17 24 39/.06)}.stage01-workspace-shell .stage01-preview-card:before{inset:12px 14px -12px}.stage01-workspace-shell .stage01-preview-card:after{inset:24px 28px -24px;opacity:.56}.stage01-workspace-shell .stage01-preview-card:after,.stage01-workspace-shell .stage01-preview-card:before{display:none}.stage01-workspace-shell .stage01-preview-card.has-history-depth{cursor:zoom-in;z-index:1}.stage01-workspace-shell .stage01-history-stack-wrap{overflow:visible;overscroll-behavior:none}.stage01-workspace-shell .stage01-history-depth-positioner{--stage01-history-depth-opacity:var(--stage01-depth-1-opacity);--stage01-history-depth-switch-opacity:0;--stage01-history-layer-hover-y:0px;--stage01-history-layer-switch-y:0px;--stage01-history-layer-switch-scale:1;--stage01-history-layer-bg:var(--stage01-layer-depth-1-bg);--stage01-history-layer-border-color:var(--stage01-layer-depth-1-border-color);--stage01-history-layer-shadow:var(--stage01-layer-depth-1-shadow);--stage01-history-layer-image-bg:var(--stage01-layer-depth-1-image-bg);--stage01-history-layer-image-opacity:var(--stage01-layer-depth-1-image-opacity);--stage01-history-layer-image-filter:var(--stage01-layer-depth-1-image-filter);--stage01-history-layer-target-bg:var(--stage01-history-layer-bg);--stage01-history-layer-target-border-color:var(--stage01-history-layer-border-color);--stage01-history-layer-target-shadow:var(--stage01-history-layer-shadow);--stage01-history-layer-target-image-bg:var(--stage01-history-layer-image-bg);--stage01-history-layer-target-image-opacity:var(--stage01-history-layer-image-opacity);--stage01-history-layer-target-image-filter:var(--stage01-history-layer-image-filter);position:absolute;inset:auto;left:50%;bottom:var(--stage01-history-layer-bottom,-4px);width:var(--stage01-history-layer-size,95%);height:var(--stage01-history-layer-size,95%);z-index:var(--stage01-history-layer-z,1);display:block;opacity:1;pointer-events:none;transform:translate3d(-50%,calc(var(--stage01-history-layer-hover-y) + var(--stage01-history-layer-switch-y)),0) scale(var(--stage01-history-layer-switch-scale));transform-origin:center bottom;transition:transform .24s cubic-bezier(.16,1,.3,1);will-change:transform}.stage01-workspace-shell .stage01-preview-card.is-history-switching .stage01-history-depth-positioner{transition-duration:var(--stage01-handoff-duration);transition-timing-function:var(--stage01-handoff-easing);transition-delay:0s}.stage01-workspace-shell .stage01-history-depth-positioner.is-depth-2{--stage01-history-depth-opacity:1;--stage01-history-layer-bg:var(--stage01-layer-depth-2-bg);--stage01-history-layer-border-color:var(--stage01-layer-depth-2-border-color);--stage01-history-layer-shadow:var(--stage01-layer-depth-2-shadow);--stage01-history-layer-image-bg:var(--stage01-layer-depth-2-image-bg);--stage01-history-layer-image-opacity:var(--stage01-layer-depth-2-image-opacity);--stage01-history-layer-image-filter:var(--stage01-layer-depth-2-image-filter);--stage01-history-layer-target-bg:var(--stage01-history-layer-bg);--stage01-history-layer-target-border-color:var(--stage01-history-layer-border-color);--stage01-history-layer-target-shadow:var(--stage01-history-layer-shadow);--stage01-history-layer-target-image-bg:var(--stage01-history-layer-image-bg);--stage01-history-layer-target-image-opacity:var(--stage01-history-layer-image-opacity);--stage01-history-layer-target-image-filter:var(--stage01-history-layer-image-filter)}.stage01-workspace-shell .stage01-history-depth-positioner.is-depth-3{--stage01-history-depth-opacity:1;--stage01-history-layer-bg:var(--stage01-layer-depth-3-bg);--stage01-history-layer-border-color:var(--stage01-layer-depth-3-border-color);--stage01-history-layer-shadow:var(--stage01-layer-depth-3-shadow);--stage01-history-layer-image-bg:var(--stage01-layer-depth-3-image-bg);--stage01-history-layer-image-opacity:var(--stage01-layer-depth-3-image-opacity);--stage01-history-layer-image-filter:var(--stage01-layer-depth-3-image-filter);--stage01-history-layer-target-bg:var(--stage01-history-layer-bg);--stage01-history-layer-target-border-color:var(--stage01-history-layer-border-color);--stage01-history-layer-target-shadow:var(--stage01-history-layer-shadow);--stage01-history-layer-target-image-bg:var(--stage01-history-layer-image-bg);--stage01-history-layer-target-image-opacity:var(--stage01-history-layer-image-opacity);--stage01-history-layer-target-image-filter:var(--stage01-history-layer-image-filter)}.stage01-workspace-shell .stage01-preview-card.is-generated:is(:hover,.is-deck-hovered,.is-history-switching) .stage01-history-depth-positioner.is-depth-1{--stage01-history-layer-hover-y:var(--stage01-depth-1-hover-y)}.stage01-workspace-shell .stage01-preview-card.is-generated:is(:hover,.is-deck-hovered,.is-history-switching) .stage01-history-depth-positioner.is-depth-2{--stage01-history-layer-hover-y:var(--stage01-depth-2-hover-y)}.stage01-workspace-shell .stage01-preview-card.is-generated:is(:hover,.is-deck-hovered,.is-history-switching) .stage01-history-depth-positioner.is-depth-3{--stage01-history-layer-hover-y:var(--stage01-depth-3-hover-y)}.stage01-workspace-shell .stage01-preview-card.is-history-switching-newer .stage01-history-depth-positioner.is-depth-1,.stage01-workspace-shell .stage01-preview-card.is-history-switching-newer .stage01-history-depth-positioner.is-depth-2,.stage01-workspace-shell .stage01-preview-card.is-history-switching-newer .stage01-history-depth-positioner.is-depth-3{--stage01-history-depth-switch-opacity:0;--stage01-history-layer-hover-y:0px;--stage01-history-layer-switch-y:8px;--stage01-history-layer-switch-scale:0.95}.stage01-workspace-shell .stage01-history-depth-positioner.is-depth-4{--stage01-history-depth-opacity:1;--stage01-history-layer-bg:var(--stage01-layer-hidden-bg);--stage01-history-layer-border-color:var(--stage01-layer-hidden-border-color);--stage01-history-layer-shadow:var(--stage01-layer-hidden-shadow);--stage01-history-layer-image-bg:var(--stage01-layer-hidden-image-bg);--stage01-history-layer-image-opacity:var(--stage01-layer-hidden-image-opacity);--stage01-history-layer-image-filter:var(--stage01-layer-hidden-image-filter);--stage01-history-layer-target-bg:var(--stage01-history-layer-bg);--stage01-history-layer-target-border-color:var(--stage01-history-layer-border-color);--stage01-history-layer-target-shadow:var(--stage01-history-layer-shadow);--stage01-history-layer-target-image-bg:var(--stage01-history-layer-image-bg);--stage01-history-layer-target-image-opacity:var(--stage01-history-layer-image-opacity);--stage01-history-layer-target-image-filter:var(--stage01-history-layer-image-filter)}.stage01-workspace-shell .stage01-history-depth-positioner.is-handoff-hidden{transition:none;visibility:hidden}.stage01-workspace-shell .stage01-history-depth-card{position:relative;display:block;box-sizing:border-box;width:100%;height:100%;border:0;outline:0;border-radius:var(--stage01-depth-1-radius);padding:0;background-color:transparent;box-shadow:var(--stage01-history-layer-shadow);overflow:hidden;pointer-events:none;transition:box-shadow var(--stage01-handoff-visual-duration) linear;will-change:box-shadow}.stage01-workspace-shell .stage01-history-depth-card:after{content:none;display:none}.stage01-workspace-shell .stage01-history-depth-card img{width:100%;height:100%;display:block;border-radius:inherit;background-color:transparent;opacity:1;filter:var(--stage01-history-layer-image-filter);object-fit:contain;transition:filter var(--stage01-handoff-visual-duration) linear;will-change:filter}.stage01-workspace-shell .stage01-main-preview-card{overscroll-behavior:none}.stage01-workspace-shell .stage01-main-preview-card,.stage01-workspace-shell .stage01-preview-card .stage2-image-frame{position:relative;z-index:10;border:0;outline:0;transform:scale(1);transform-origin:bottom center;transition:transform .18s cubic-bezier(.16,1,.3,1),box-shadow .18s cubic-bezier(.16,1,.3,1)}.stage01-workspace-shell .stage01-preview-card .stage2-image-frame{box-sizing:border-box;width:100%;height:100%;min-height:0;max-height:none;aspect-ratio:1/1;display:block;border-radius:var(--stage01-main-card-radius);padding:clamp(16px,2.4vw,34px);background:var(--stage01-main-card-bg);box-shadow:var(--stage01-main-card-shadow);overflow:hidden}.stage01-workspace-shell .stage01-main-preview-card.stage01-generated-image-frame{background:transparent;border-color:transparent;box-shadow:none;outline-color:transparent;overflow:visible}.stage01-workspace-shell .stage01-preview-shadow-host{position:absolute;inset:0;z-index:1;border-radius:inherit;box-shadow:var(--stage01-layer-active-shadow);pointer-events:none}.stage01-workspace-shell .stage01-preview-card.is-generated:is(:hover,.is-deck-hovered,.is-history-switching) .stage01-main-preview-card.stage01-generated-image-frame{box-shadow:none;transform:scale(var(--stage01-main-card-hover-scale))}.stage01-workspace-shell .stage01-empty-preview-card:is(:hover,:focus-within) .stage2-image-frame,.stage01-workspace-shell .stage01-preview-card.stage01-loading-preview-card:is(:hover,:focus-within) .stage01-main-preview-card{transform:scale(var(--stage01-main-card-hover-scale))}.stage01-workspace-shell .stage01-preview-card.is-history-switching .stage01-main-preview-card.stage01-generated-image-frame{background:transparent;border-color:transparent;box-shadow:none;outline-color:transparent;transform:scale(var(--stage01-main-card-hover-scale));transition:none}.stage01-workspace-shell .stage01-preview-card.is-rubber-band-newer .stage01-card-stack-deck{animation:stage01-rubber-band-newer .15s cubic-bezier(.16,1,.3,1)}.stage01-workspace-shell .stage01-preview-card.is-rubber-band-older .stage01-card-stack-deck{animation:stage01-rubber-band-older .15s cubic-bezier(.16,1,.3,1)}.stage01-workspace-shell .stage01-preview-card.is-rubber-band-newer.is-rubber-band-strong .stage01-card-stack-deck{animation:stage01-rubber-band-newer-strong .15s cubic-bezier(.16,1,.3,1)}.stage01-workspace-shell .stage01-preview-card.is-rubber-band-older.is-rubber-band-strong .stage01-card-stack-deck{animation:stage01-rubber-band-older-strong .15s cubic-bezier(.16,1,.3,1)}@keyframes stage01-rubber-band-newer{0%{transform:translateY(0)}38%{transform:translateY(-4px)}to{transform:translateY(0)}}@keyframes stage01-rubber-band-older{0%{transform:translateY(0)}38%{transform:translateY(4px)}to{transform:translateY(0)}}@keyframes stage01-rubber-band-newer-strong{0%{transform:translateY(0)}38%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes stage01-rubber-band-older-strong{0%{transform:translateY(0)}38%{transform:translateY(8px)}to{transform:translateY(0)}}.stage01-workspace-shell .stage01-card-stack-deck{z-index:2;transform:translateY(0);transform-origin:bottom center;overflow:visible;will-change:transform}.stage01-workspace-shell .stage01-card-mask-viewport,.stage01-workspace-shell .stage01-card-stack-deck{position:absolute;inset:0;box-sizing:border-box;border-radius:inherit;pointer-events:none;overscroll-behavior:none;isolation:isolate}.stage01-workspace-shell .stage01-card-mask-viewport{z-index:30;width:100%;height:100%;overflow:hidden;box-shadow:none}.stage01-workspace-shell .stage01-preview-card.is-history-switching .stage01-card-mask-viewport{visibility:hidden}.stage01-workspace-shell .stage01-preview-card.is-history-switching .stage01-card-vertical-track{transition:none}.stage01-workspace-shell .stage01-preview-card.is-history-switching .stage01-card-track-surface{background-color:var(--stage01-layer-active-bg);border-color:var(--stage01-layer-active-border-color);box-shadow:none}.stage01-workspace-shell .stage01-preview-card.is-history-commit-snap .stage01-card-mask-viewport,.stage01-workspace-shell .stage01-preview-card.is-history-commit-snap .stage01-card-track-item,.stage01-workspace-shell .stage01-preview-card.is-history-commit-snap .stage01-card-track-surface,.stage01-workspace-shell .stage01-preview-card.is-history-commit-snap .stage01-card-vertical-track,.stage01-workspace-shell .stage01-preview-card.is-history-commit-snap .stage01-history-depth-card,.stage01-workspace-shell .stage01-preview-card.is-history-commit-snap .stage01-history-depth-card img,.stage01-workspace-shell .stage01-preview-card.is-history-commit-snap .stage01-history-depth-positioner,.stage01-workspace-shell .stage01-preview-card.is-history-commit-snap .stage01-preview-shadow-host{transition:none!important}.stage01-workspace-shell .stage01-card-vertical-track{width:100%;height:100%;border-radius:inherit;transform:translateY(0);transition:transform .38s cubic-bezier(.16,1,.3,1);overscroll-behavior:none;will-change:transform}.stage01-workspace-shell .stage01-card-track-item{position:relative;box-sizing:border-box;width:100%;height:100%;border-radius:inherit;overscroll-behavior:none;pointer-events:none}.stage01-workspace-shell .stage01-card-track-item.is-active{pointer-events:auto}.stage01-workspace-shell .stage01-card-track-surface{position:absolute;inset:0;box-sizing:border-box;width:100%;height:100%;border:0;outline:0;border-radius:inherit;padding:var(--stage01-main-card-image-padding);background-color:var(--stage01-layer-active-bg);box-shadow:none;overflow:hidden;pointer-events:none;transition:background-color var(--stage01-handoff-visual-duration) linear,border-color var(--stage01-handoff-visual-duration) linear,box-shadow var(--stage01-handoff-visual-duration) linear}.stage01-workspace-shell .stage01-preview-card.is-generated .stage01-card-track-surface{padding:0}.stage01-workspace-shell .stage01-preview-card.is-generated:is(:hover,.is-deck-hovered,.is-history-switching) .stage01-card-track-item.is-active .stage01-card-track-surface{background-color:var(--stage01-layer-active-bg);border-color:var(--stage01-layer-active-border-color);box-shadow:none}.stage01-workspace-shell .stage01-flip-handoff-layer{--stage01-depth-1-y:14px;--stage01-depth-1-scale:0.95;--stage01-handoff-active-scale:1;--stage01-handoff-main-border-color:var(--stage01-layer-active-border-color);--stage01-handoff-main-image-filter:var(--stage01-layer-active-image-filter);--stage01-handoff-main-radius:var(--stage01-main-card-radius);--stage01-handoff-main-shadow:var(--stage01-layer-active-shadow);--stage01-handoff-depth-border-color:var(--stage01-layer-depth-1-border-color);--stage01-handoff-depth-image-filter:var(--stage01-layer-depth-1-image-filter);--stage01-handoff-depth-radius:var(--stage01-depth-1-radius);--stage01-handoff-depth-shadow:var(--stage01-layer-depth-1-shadow);position:absolute;inset:0;z-index:40;border-radius:inherit;pointer-events:none;overflow:visible;isolation:isolate}.stage01-workspace-shell .stage01-flip-handoff-layer--newer{overflow:hidden}.stage01-workspace-shell .stage01-flip-handoff-mask{position:absolute;inset:0;z-index:3;border-radius:inherit;overflow:hidden;pointer-events:none}.stage01-workspace-shell .stage01-flip-handoff-card{position:absolute;inset:0;box-sizing:border-box;width:100%;height:100%;border:0;outline:0;border-radius:var(--stage01-handoff-main-radius);padding:0;background-color:transparent!important;box-shadow:var(--stage01-handoff-main-shadow);overflow:hidden;opacity:1;pointer-events:none;transform-origin:center center;will-change:transform,box-shadow;animation-duration:var(--stage01-handoff-duration);animation-timing-function:var(--stage01-handoff-easing);animation-fill-mode:both}.stage01-workspace-shell .stage01-flip-handoff-layer--newer .stage01-flip-handoff-card,.stage01-workspace-shell .stage01-flip-handoff-layer--older .stage01-flip-handoff-card{box-shadow:none!important}.stage01-workspace-shell .stage01-flip-handoff-layer--newer .stage01-flip-handoff-card--outgoing,.stage01-workspace-shell .stage01-flip-handoff-layer--older .stage01-flip-handoff-card{transform-origin:bottom center}.stage01-workspace-shell .stage01-flip-handoff-card--incoming{z-index:1}.stage01-workspace-shell .stage01-flip-handoff-card--outgoing{z-index:2}.stage01-workspace-shell .stage01-flip-handoff-card img{width:100%;height:100%;min-width:0;min-height:0;max-width:100%;max-height:100%;display:block;border-radius:inherit;background-color:transparent;object-fit:contain;object-position:center;opacity:1;filter:var(--stage01-handoff-main-image-filter);will-change:filter;animation-duration:var(--stage01-handoff-duration);animation-timing-function:var(--stage01-handoff-easing);animation-fill-mode:both}.stage01-workspace-shell .stage01-flip-handoff-layer--older .stage01-flip-handoff-card--incoming{animation-name:stage01-flip-handoff-incoming-older,stage01-flip-handoff-visual-depth-to-active;animation-duration:var(--stage01-handoff-duration),var(--stage01-handoff-visual-duration);animation-timing-function:var(--stage01-handoff-easing),linear}.stage01-workspace-shell .stage01-flip-handoff-layer--older .stage01-flip-handoff-card--incoming img{animation-name:stage01-flip-handoff-image-incoming-older;animation-duration:var(--stage01-handoff-visual-duration);animation-timing-function:linear}.stage01-workspace-shell .stage01-flip-handoff-layer--older .stage01-flip-handoff-card--outgoing{animation-name:stage01-flip-handoff-outgoing-older;animation-timing-function:var(--stage01-handoff-easing)}.stage01-workspace-shell .stage01-flip-handoff-layer--older .stage01-flip-handoff-card--outgoing img{animation-name:stage01-flip-handoff-image-main;animation-timing-function:linear}.stage01-workspace-shell .stage01-flip-handoff-layer--newer .stage01-flip-handoff-card--incoming{animation-name:stage01-flip-handoff-incoming-newer;animation-timing-function:var(--stage01-handoff-easing)}.stage01-workspace-shell .stage01-flip-handoff-layer--newer .stage01-flip-handoff-card--incoming img{animation-name:stage01-flip-handoff-image-main;animation-timing-function:linear}.stage01-workspace-shell .stage01-flip-handoff-layer--newer .stage01-flip-handoff-card--outgoing{animation-name:stage01-flip-handoff-outgoing-newer;animation-timing-function:var(--stage01-handoff-easing)}.stage01-workspace-shell .stage01-flip-handoff-layer--newer .stage01-flip-handoff-card--outgoing img{animation-name:stage01-flip-handoff-image-outgoing-newer;animation-timing-function:var(--stage01-handoff-easing)}@keyframes stage01-flip-handoff-incoming-older{0%{transform:translateY(var(--stage01-depth-1-y)) scaleY(var(--stage01-depth-1-scale))}to{transform:translateZ(0) scaleY(var(--stage01-handoff-active-scale))}}@keyframes stage01-flip-handoff-outgoing-older{0%{box-shadow:var(--stage01-handoff-main-shadow);transform:translateY(0) scale(var(--stage01-handoff-active-scale))}to{box-shadow:var(--stage01-handoff-main-shadow);transform:translateY(-100%) scale(var(--stage01-handoff-active-scale))}}@keyframes stage01-flip-handoff-incoming-newer{0%{box-shadow:var(--stage01-handoff-main-shadow);transform:translateY(-100%)}to{box-shadow:var(--stage01-handoff-main-shadow);transform:translateY(0)}}@keyframes stage01-flip-handoff-outgoing-newer{0%{border-color:var(--stage01-handoff-main-border-color);border-radius:var(--stage01-handoff-main-radius);box-shadow:var(--stage01-handoff-main-shadow);transform:translateY(0) scaleY(1)}45%{border-color:transparent;border-radius:var(--stage01-handoff-main-radius);box-shadow:0 5px 14px rgb(15 23 42/.048),0 8px 22px rgb(15 23 42/.052);transform:translateY(calc(1.125% + 4px)) scaleY(.9775)}75%{border-color:var(--stage01-handoff-depth-border-color);border-radius:var(--stage01-handoff-depth-radius);box-shadow:0 6px 16px rgb(15 23 42/.048),0 5px 14px rgb(15 23 42/.046);transform:translateY(calc(1.875% + 6px)) scaleY(.9625)}to{border-color:var(--stage01-handoff-depth-border-color);border-radius:var(--stage01-handoff-depth-radius);box-shadow:var(--stage01-handoff-depth-shadow);transform:translateY(var(--stage01-depth-1-y)) scaleY(var(--stage01-depth-1-scale))}}@keyframes stage01-flip-handoff-visual-depth-to-active{0%{border-color:var(--stage01-handoff-depth-border-color);box-shadow:var(--stage01-handoff-depth-shadow)}to{border-color:var(--stage01-handoff-main-border-color);box-shadow:var(--stage01-handoff-main-shadow)}}@keyframes stage01-flip-handoff-image-incoming-older{0%{filter:var(--stage01-handoff-depth-image-filter)}to{filter:var(--stage01-handoff-main-image-filter)}}@keyframes stage01-flip-handoff-image-main{0%,to{filter:var(--stage01-handoff-main-image-filter)}}@keyframes stage01-flip-handoff-image-outgoing-newer{0%{filter:var(--stage01-handoff-main-image-filter)}45%{filter:var(--stage01-handoff-main-image-filter)}75%{filter:var(--stage01-handoff-depth-image-filter)}to{filter:var(--stage01-handoff-depth-image-filter)}}.stage01-workspace-shell .stage01-card-track-surface img{width:100%;height:100%;min-width:0;min-height:0;max-width:100%;max-height:100%;display:block;border-radius:calc(var(--stage01-main-card-radius) - 4px);background-color:transparent;opacity:var(--stage01-layer-active-image-opacity);filter:var(--stage01-layer-active-image-filter);object-fit:contain;object-position:center}.stage01-workspace-shell .stage01-preview-card.is-generated .stage01-card-track-surface img{border-radius:inherit}.stage01-workspace-shell .stage01-preview-card-content{z-index:0}.stage01-workspace-shell .stage01-preview-aurora-layer,.stage01-workspace-shell .stage01-preview-card-content{position:absolute;inset:0;box-sizing:border-box;width:100%;height:100%;border-radius:inherit;overflow:hidden;pointer-events:none}.stage01-workspace-shell .stage01-preview-aurora-layer{opacity:0;transform:none;transition:opacity .18s ease;z-index:1}.stage01-workspace-shell .stage01-preview-aurora-layer.is-visible{opacity:1}.stage01-workspace-shell .stage01-preview-card .stage2-image-frame img{width:100%;height:100%;min-width:0;min-height:0;max-width:100%;max-height:100%;display:block;object-fit:contain;object-position:center}.stage01-workspace-shell .stage01-preview-download-button{position:absolute;right:14px;bottom:14px;z-index:12;box-sizing:border-box;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgb(15 23 42/.08);border-radius:9px;background:rgb(255 255 255/.08);color:rgb(31 41 55/.72);opacity:0;pointer-events:none;text-decoration:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 18px rgb(17 24 39/.055);transition:opacity .18s ease-out,background-color .18s ease-out,border-color .18s ease-out,color .18s ease-out,box-shadow .18s ease-out}.stage01-workspace-shell .stage01-preview-card.is-generated:is(:hover,:focus-within) .stage01-preview-download-button,.stage01-workspace-shell .stage01-preview-download-button:focus-visible{opacity:1;pointer-events:auto}.stage01-workspace-shell .stage01-preview-download-button:focus-visible,.stage01-workspace-shell .stage01-preview-download-button:hover{border-color:rgb(15 23 42/.14);background:rgb(255 255 255/.82);color:#1f2937;box-shadow:0 10px 22px rgb(17 24 39/.09)}.stage01-workspace-shell .stage01-preview-download-icon{width:17px;height:17px;display:block;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}.stage01-workspace-shell .stage01-preview-semantic-label{position:absolute;top:12px;left:12px;z-index:12;box-sizing:border-box;max-width:calc(100% - 24px);overflow:hidden;border:1px solid var(--studio-hairline);border-radius:999px;padding:5px 10px;background:#FFFFFF;color:var(--studio-ink-muted);box-shadow:0 6px 16px rgb(17 24 39/.045);font-size:12px;font-weight:700;line-height:1;text-overflow:ellipsis;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease-out,visibility 0s linear .18s}.stage01-workspace-shell .stage01-preview-card.is-generated:is(:hover,:focus-within) .stage01-preview-semantic-label{opacity:1;visibility:visible;transition:opacity .18s ease-out,visibility 0s linear 0s}.stage01-workspace-shell .stage01-history-pagination{position:absolute;top:12px;right:12px;z-index:12;box-sizing:border-box;min-width:40px;border:1px solid rgb(15 23 42/.08);border-radius:999px;padding:4px 8px;background:rgb(255 255 255/.78);color:rgb(71 85 105/.78);box-shadow:0 6px 16px rgb(17 24 39/.045);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:11px;font-weight:650;line-height:1;text-align:center;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-2px);transition:opacity .18s ease-out,transform .18s ease-out,visibility 0s linear .18s}.stage01-workspace-shell .stage01-preview-card.is-generated:is(:hover,:focus-within) .stage01-history-pagination{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .18s ease-out,transform .18s ease-out,visibility 0s linear 0s}.stage01-workspace-shell .stage01-preview-card.is-loading>strong{display:none}.stage01-workspace-shell .stage01-loading-preview-card,.stage01-workspace-shell .stage01-loading-preview-frame{position:relative}.stage01-workspace-shell .stage01-loading-aurora-frame{--stage01-loading-aurora-veil-duration:6s;--stage01-loading-aurora-lavender-duration:6s;--stage01-loading-aurora-cyan-duration:7.5s;--stage01-loading-aurora-indigo-duration:9s;isolation:isolate;border-color:rgb(148 163 184/.22);background:#FFFFFF;box-shadow:inset 0 0 0 1px rgb(255 255 255/.74),0 18px 44px rgb(17 24 39/.055);overflow:hidden}.stage01-workspace-shell .stage01-loading-aurora-frame:before{content:"";position:absolute;inset:-16% -24%;z-index:1;border-radius:inherit;background:linear-gradient(120deg,transparent,rgb(196 181 253/.1) 28%,rgb(188 226 232/.1) 52%,rgb(199 210 254/.09) 70%,transparent);filter:blur(18px);opacity:.24;mix-blend-mode:normal;pointer-events:none;transform:translate3d(-8%,0,0);will-change:transform,opacity;animation:stage01-aurora-flow-veil var(--stage01-loading-aurora-veil-duration) ease-in-out infinite alternate}.stage01-workspace-shell .stage01-loading-aurora-frame:after{content:"";position:absolute;inset:18% 16% 20%;z-index:2;border-radius:42% 58% 48% 52%/50% 44% 56% 50%;background:rgb(255 255 255/.32);filter:blur(38px);opacity:.32;pointer-events:none}.stage01-workspace-shell .stage01-loading-aurora-blob{position:absolute;z-index:0;display:block;border-radius:999px;pointer-events:none;transform:translateZ(0) scale(1);transform-origin:center;will-change:transform}.stage01-workspace-shell .stage01-loading-aurora-blob--lavender{top:-38%;left:-28%;width:95%;height:95%;background:rgb(196 181 253/.46);filter:blur(46px);animation:stage01-aurora-drift-lavender var(--stage01-loading-aurora-lavender-duration) ease-in-out 0s infinite}.stage01-workspace-shell .stage01-loading-aurora-blob--cyan{right:-32%;bottom:-36%;width:100%;height:100%;background:rgb(188 226 232/.4);filter:blur(50px);animation:stage01-aurora-drift-cyan var(--stage01-loading-aurora-cyan-duration) ease-in-out -2.5s infinite}.stage01-workspace-shell .stage01-loading-aurora-blob--indigo{top:-30%;right:-18%;width:80%;height:80%;background:rgb(199 210 254/.38);filter:blur(54px);animation:stage01-aurora-drift-indigo var(--stage01-loading-aurora-indigo-duration) ease-in-out -5s infinite}.stage01-workspace-shell .stage01-loading-preview-card:is(:hover,:focus-within) .stage01-loading-aurora-frame{--stage01-loading-aurora-veil-duration:3s;--stage01-loading-aurora-lavender-duration:3s;--stage01-loading-aurora-cyan-duration:3.75s;--stage01-loading-aurora-indigo-duration:4.5s}.stage01-workspace-shell .stage01-preview-card .stage2-image-actions{opacity:0;pointer-events:auto}.stage01-workspace-shell .stage01-preview-card:focus-within .stage2-image-actions,.stage01-workspace-shell .stage01-preview-card:hover .stage2-image-actions{opacity:1}.stage01-workspace-shell .stage01-preview-card .mini-action{min-height:28px;border-radius:8px;background:#FFFFFF;color:var(--studio-ink-muted);box-shadow:0 6px 14px rgb(17 24 39/.06)}.stage01-workspace-shell .stage01-empty-preview-card .stage2-image-frame{--stage01-empty-icon-mark-size:186px;display:grid;place-items:center;border-style:solid;border-color:rgb(148 163 184/.34);background:#FFFFFF}.stage01-workspace-shell .stage01-empty-preview-label{z-index:2}.stage01-workspace-shell .stage01-empty-preview-label,.stage01-workspace-shell .stage01-loading-preview-label{position:absolute;top:12px;left:12px;border:1px solid var(--studio-hairline);border-radius:999px;padding:5px 10px;background:#FFFFFF;color:var(--studio-ink-muted);box-shadow:0 6px 16px rgb(17 24 39/.045);font-size:12px;font-weight:700;line-height:1}.stage01-workspace-shell .stage01-loading-preview-label{z-index:3;pointer-events:none}.stage01-workspace-shell .stage01-empty-preview-copy{position:absolute;inset:0;z-index:1;width:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:clamp(40px,5vw,72px);text-align:center;pointer-events:none}.stage01-workspace-shell .stage01-empty-preview-icon{width:var(--stage01-empty-icon-mark-size);height:var(--stage01-empty-icon-mark-size);display:inline-grid;place-items:center;border:0;border-radius:0;background:transparent;color:#D1D5DB;transform:scale(1);transform-origin:center bottom;transition:transform .18s cubic-bezier(.16,1,.3,1)}.stage01-workspace-shell .stage01-empty-preview-icon svg{width:100%;height:100%;stroke:currentColor;stroke-width:1;stroke-linecap:round;stroke-linejoin:round}.stage01-workspace-shell .stage01-empty-preview-copy span{color:#D1D5DB;font-size:12px;font-weight:620;line-height:1.65}.stage01-workspace-shell .stage01-empty-preview-copy>span:not(.stage01-empty-preview-icon){transform:translateY(-33px)}.stage01-workspace-shell .stage01-empty-preview-copy .stage01-empty-preview-icon{color:#D1D5DB}.stage01-workspace-shell .stage01-empty-preview-card:is(:hover,:focus-within) .stage01-empty-preview-icon{transform:scale(1.1)}.stage01-workspace-panel.is-history-overlay-open .stage01-preview-card.is-generated:is(:hover,:focus-within) .stage01-history-pagination,.stage01-workspace-panel.is-history-overlay-open .stage01-preview-card.is-generated:is(:hover,:focus-within) .stage01-preview-download-button,.stage01-workspace-panel.is-history-overlay-open .stage01-preview-card.is-generated:is(:hover,:focus-within) .stage01-preview-semantic-label{opacity:0;visibility:hidden;pointer-events:none}.stage01-lightbox-backdrop{position:fixed;inset:0;z-index:245;display:grid;place-items:center;padding:clamp(24px,5vw,64px);background:transparent;cursor:default;overflow:hidden;overscroll-behavior:contain;isolation:isolate;-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none}.stage01-lightbox-backdrop:before{content:"";position:fixed;inset:0;z-index:0;background:linear-gradient(180deg,rgb(248 250 252/.72),rgb(248 250 252/.68)),radial-gradient(circle at 50% 36%,rgb(255 255 255/.32),transparent 58%);-webkit-backdrop-filter:blur(34px) saturate(1.03) brightness(1.02);backdrop-filter:blur(34px) saturate(1.03) brightness(1.02);pointer-events:none}.stage01-lightbox-figure{position:relative;z-index:1;width:-moz-fit-content;width:fit-content;max-width:min(92vw,1120px);max-height:min(86vh,860px);display:grid;place-items:center;cursor:default}.stage01-lightbox-figure,.stage01-lightbox-help-hint{margin:0;-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none}.stage01-lightbox-help-hint{position:fixed;left:50%;bottom:clamp(18px,3.2vh,34px);z-index:2;width:max-content;max-width:calc(100vw - 48px);transform:translateX(-50%);pointer-events:none;overflow:hidden;color:rgb(100 116 139/.66);font-size:12px;font-weight:500;line-height:1.5;text-align:center;text-overflow:ellipsis;white-space:nowrap}.stage01-lightbox-flip-card{position:relative;--stage01-lightbox-max-height:min(86vh,860px);width:min(var(--stage01-lightbox-frame-width,1120px),92vw,calc(var(--stage01-lightbox-max-height) * var(--stage01-lightbox-frame-aspect-ratio, 1)));max-width:min(92vw,1120px);max-height:var(--stage01-lightbox-max-height);aspect-ratio:var(--stage01-lightbox-frame-aspect,1/1);display:grid;place-items:center;perspective:1200px;transform:translateZ(0);transform-origin:center center;transform-style:preserve-3d;border-radius:8px;overflow:hidden;box-shadow:0 18px 48px rgb(15 23 42/.12),0 2px 6px rgb(15 23 42/.04);contain:layout;-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none}.stage01-lightbox-flip-card.is-zoomed{z-index:2;overflow:visible;box-shadow:none}.stage01-lightbox-flip-card__inner{position:relative;width:100%;height:100%;display:grid;place-items:center;transform:translateZ(0) rotateY(0deg);transform-origin:center center;transform-style:preserve-3d;will-change:transform;border-radius:inherit}.stage01-lightbox-flip-card.is-zoomed .stage01-lightbox-flip-card__face,.stage01-lightbox-flip-card.is-zoomed .stage01-lightbox-flip-card__inner,.stage01-lightbox-flip-card.is-zoomed .stage01-lightbox-image-panzoom{overflow:visible}.stage01-lightbox-flip-card.is-zoomed .stage01-lightbox-image-panzoom,.stage01-lightbox-flip-card.is-zoomed img{border-radius:0}.stage01-lightbox-flip-card.is-flipped .stage01-lightbox-flip-card__inner{transform:translateZ(0) rotateY(180deg)}.stage01-lightbox-flip-card__face{position:absolute;inset:0;width:100%;height:100%;display:grid;place-items:center;border:0;border-radius:inherit;background:transparent;transform-origin:center center;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none}.stage01-lightbox-flip-card__face--front{transform:rotateY(0deg)}.stage01-lightbox-flip-card__face--back{transform:rotateY(180deg);pointer-events:none}.stage01-lightbox-flip-card.is-flipped .stage01-lightbox-flip-card__face--front{pointer-events:none}.stage01-lightbox-flip-card.is-flipped .stage01-lightbox-flip-card__face--back{pointer-events:auto}.stage01-lightbox-image-panzoom{position:absolute;inset:0;z-index:1;display:grid;place-items:center;border-radius:inherit;overflow:hidden;pointer-events:none;transform-origin:center center;touch-action:none;-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none;will-change:transform;transition:transform 90ms ease-out}.stage01-lightbox-flip-card.is-dragging .stage01-lightbox-image-panzoom{transition:none}.stage01-lightbox-backdrop.is-pan-ready,.stage01-lightbox-flip-card.is-pan-ready{cursor:-webkit-grab;cursor:grab}.stage01-lightbox-backdrop.is-dragging,.stage01-lightbox-flip-card.is-dragging{cursor:-webkit-grabbing;cursor:grabbing}.stage01-lightbox-flip-card.is-pan-ready .stage01-lightbox-label{cursor:-webkit-grab;cursor:grab}.stage01-lightbox-flip-card.is-dragging .stage01-lightbox-label{cursor:-webkit-grabbing;cursor:grabbing}.stage01-lightbox-figure img{width:100%;height:100%;max-width:100%;max-height:100%;display:block;object-fit:contain;border:0;border-radius:inherit;background:transparent;-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-user-drag:none}.stage01-lightbox-label{position:absolute;top:10px;left:10px;max-width:calc(100% - 88px);overflow:hidden;border:1px solid rgb(148 163 184/.18);border-radius:999px;padding:6px 10px;color:rgb(71 85 105/.82);box-shadow:0 8px 22px rgb(15 23 42/.06),inset 0 1px 0 rgb(255 255 255/.62);font-size:12px;font-weight:650;line-height:1;text-overflow:ellipsis;white-space:nowrap;min-height:34px;cursor:default;transition:opacity .16s ease-out,visibility 0s linear .16s,background .16s ease-out,border-color .16s ease-out,color .16s ease-out}.stage01-lightbox-close,.stage01-lightbox-download,.stage01-lightbox-label{z-index:3;box-sizing:border-box;background:rgb(255 255 255/.58);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:inline-flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;pointer-events:none}.stage01-lightbox-close,.stage01-lightbox-download{width:34px;height:34px;border:1px solid rgb(148 163 184/.18);border-radius:9px;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:rgb(71 85 105/.78);text-decoration:none;cursor:pointer;box-shadow:0 8px 22px rgb(15 23 42/.07),inset 0 1px 0 rgb(255 255 255/.62);transition:opacity .16s ease-out,visibility 0s linear .16s,background .16s ease-out,border-color .16s ease-out,color .16s ease-out,box-shadow .16s ease-out}.stage01-lightbox-close:focus-visible,.stage01-lightbox-close:hover,.stage01-lightbox-download:focus-visible,.stage01-lightbox-download:hover,.stage01-lightbox-figure:focus-within .stage01-lightbox-close,.stage01-lightbox-figure:focus-within .stage01-lightbox-download,.stage01-lightbox-figure:focus-within .stage01-lightbox-label,.stage01-lightbox-figure:hover .stage01-lightbox-close,.stage01-lightbox-figure:hover .stage01-lightbox-download,.stage01-lightbox-figure:hover .stage01-lightbox-label{opacity:1;visibility:visible;pointer-events:auto;outline:none;border-color:rgb(100 116 139/.22);background:rgb(255 255 255/.76);color:rgb(30 41 59/.9);transition:opacity .16s ease-out,visibility 0s linear 0s,background .16s ease-out,border-color .16s ease-out,color .16s ease-out,box-shadow .16s ease-out}.stage01-lightbox-flip-card.is-zoomed .stage01-lightbox-close,.stage01-lightbox-flip-card.is-zoomed .stage01-lightbox-close:focus-visible,.stage01-lightbox-flip-card.is-zoomed .stage01-lightbox-close:hover,.stage01-lightbox-flip-card.is-zoomed .stage01-lightbox-download,.stage01-lightbox-flip-card.is-zoomed .stage01-lightbox-download:focus-visible,.stage01-lightbox-flip-card.is-zoomed .stage01-lightbox-download:hover,.stage01-lightbox-flip-card.is-zoomed .stage01-lightbox-label{opacity:0;visibility:hidden;pointer-events:none}.stage01-lightbox-flip-card.is-flipped .stage01-lightbox-flip-card__face--front .stage01-lightbox-close,.stage01-lightbox-flip-card.is-flipped .stage01-lightbox-flip-card__face--front .stage01-lightbox-download,.stage01-lightbox-flip-card.is-flipped .stage01-lightbox-flip-card__face--front .stage01-lightbox-label,.stage01-lightbox-flip-card:not(.is-flipped) .stage01-lightbox-flip-card__face--back .stage01-lightbox-close,.stage01-lightbox-flip-card:not(.is-flipped) .stage01-lightbox-flip-card__face--back .stage01-lightbox-download,.stage01-lightbox-flip-card:not(.is-flipped) .stage01-lightbox-flip-card__face--back .stage01-lightbox-label{pointer-events:none}.stage01-lightbox-close{position:absolute;top:10px;right:10px;font-size:0;line-height:0}.stage01-lightbox-close span{position:relative;display:block;width:14px;height:14px;font-size:0;line-height:0}.stage01-lightbox-close span:after,.stage01-lightbox-close span:before{content:"";position:absolute;top:50%;left:50%;width:15px;height:1.5px;border-radius:999px;background:currentColor;transform-origin:center}.stage01-lightbox-close span:before{transform:translate(-50%,-50%) rotate(45deg)}.stage01-lightbox-close span:after{transform:translate(-50%,-50%) rotate(-45deg)}.stage01-lightbox-download{position:absolute;right:10px;bottom:10px}.stage01-lightbox-download svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}@media (prefers-reduced-motion:reduce){.stage01-lightbox-flip-card__inner{transition-duration:1ms}}.stage01-region-edit-lightbox{--stage01-region-edit-center-x:var(--stage01-main-center-x,50vw);--stage01-region-edit-preview-lane-top:calc(var(--stage01-root-header-height, 64px) + var(--stage01-main-canvas-top, 0px));--stage01-region-edit-preview-lane-height:var(--stage01-preview-card-size,min(86vh,860px));--stage01-region-edit-preview-width:var(--stage01-preview-pair-width,min(calc(100vw - 48px),1120px));--stage01-region-edit-dock-top:calc(var(--stage01-root-header-height, 64px) + var(--stage01-main-canvas-top, 0px) + var(--stage01-preview-card-size, 0px) + var(--stage01-main-dock-gap, 0px) + var(--stage01-local-edit-dock-shift, 104px));--stage01-region-edit-fullscreen-inset:clamp(24px,5vw,64px);--stage01-region-edit-fullscreen-safe-half-width:min(calc(var(--stage01-region-edit-center-x) - var(--stage01-region-edit-fullscreen-inset)),calc(100vw - var(--stage01-region-edit-center-x) - var(--stage01-region-edit-fullscreen-inset)));--stage01-region-edit-fullscreen-safe-width:calc(var(--stage01-region-edit-fullscreen-safe-half-width) + var(--stage01-region-edit-fullscreen-safe-half-width));--stage01-region-edit-input-width:min(var(--stage01-shared-popover-target,520px),var(--stage01-region-edit-fullscreen-safe-width));--stage01-region-edit-input-height:188px;--stage01-region-edit-input-gap:var(--stage01-local-edit-gap,8px);grid-template-rows:minmax(0,1fr);display:block}.stage01-region-edit-toolbar{--stage01-region-tool-color:rgb(100 116 139/0.82);--stage01-region-tool-active-color:rgb(71 85 105/0.92);--stage01-region-tool-border:rgb(203 213 225/0.78);--stage01-region-tool-border-hover:rgb(148 163 184/0.58);--stage01-region-tool-selected-bg:rgb(var(--studio-accent-rgb)/0.1);--stage01-region-tool-selected-border:rgb(var(--studio-accent-rgb)/0.5);--stage01-region-tool-selected-color:var(--studio-accent-strong);position:fixed;top:var(--stage01-region-edit-dock-top);bottom:auto;left:var(--stage01-region-edit-center-x);z-index:3;box-sizing:border-box;width:max-content;min-width:0;max-width:var(--stage01-region-edit-fullscreen-safe-width);height:var(--stage01-main-dock-height,54px);min-height:var(--stage01-main-dock-height,54px);display:flex;align-items:center;justify-content:center;gap:var(--stage01-main-dock-button-gap,8px);border:1px solid var(--studio-hairline);border-radius:999px;padding:var(--stage01-main-dock-inner-inset,7px);background:#FFFFFF;color:var(--studio-ink);box-shadow:0 16px 40px rgb(17 24 39/.13);transform:translateX(-50%);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);overflow:visible;transition:box-shadow .14s ease}.stage01-region-edit-toolbar:has(.stage01-region-edit-range-popover){z-index:8}.stage01-region-edit-actions{width:auto;max-width:100%;display:flex;align-items:center;justify-content:flex-start;gap:var(--stage01-main-dock-button-gap,8px);flex:0 1 auto;min-width:0;overflow:visible;scrollbar-width:none}.stage01-region-edit-actions::-webkit-scrollbar{display:none}.stage01-region-edit-tool-menu{position:relative;display:inline-flex;align-items:center;gap:4px;flex:0 0 auto;min-width:0}.stage01-region-edit-control,.stage01-region-edit-tool-pill{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:var(--stage01-main-dock-button-height,36px);display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;border:1px solid var(--stage01-region-tool-border);border-radius:999px;padding-inline:calc(var(--stage01-main-dock-button-padding-x, 8px) + 2px);padding-block:0;background:transparent;color:var(--stage01-region-tool-color);font:inherit;font-size:var(--stage01-main-dock-button-font-size,12px);font-weight:740;line-height:1;white-space:nowrap;gap:var(--stage01-main-dock-button-content-gap,6px);overflow:hidden;text-overflow:ellipsis}.stage01-region-edit-color-trigger svg,.stage01-region-edit-control svg,.stage01-region-edit-mode-option svg,.stage01-region-edit-tool-pill svg{width:var(--stage01-main-dock-button-icon-size,15px);height:var(--stage01-main-dock-button-icon-size,15px);flex:0 0 var(--stage01-main-dock-button-icon-size,15px);stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;display:block}.stage01-region-edit-mode-option svg{width:26px;height:26px;flex-basis:26px;stroke-width:1.55}.stage01-region-edit-color-trigger svg{width:27px;height:27px;flex-basis:27px;stroke-width:1.45}.stage01-region-edit-tool-pill{cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease}.stage01-region-edit-tool-pill:focus-visible,.stage01-region-edit-tool-pill:hover{outline:none;border-color:var(--stage01-region-tool-border-hover);background:var(--studio-surface-soft);color:var(--stage01-region-tool-active-color)}.stage01-region-edit-tool-pill.is-active{outline:none;border-color:var(--stage01-region-tool-selected-border);background:var(--stage01-region-tool-selected-bg);color:var(--stage01-region-tool-selected-color)}.stage01-region-edit-tool-pill.is-active:focus-visible,.stage01-region-edit-tool-pill.is-active:hover{border-color:rgb(var(--studio-accent-rgb)/.62);background:rgb(var(--studio-accent-rgb)/.14);color:var(--stage01-region-tool-selected-color)}.stage01-region-edit-mode-panel{box-sizing:border-box;height:var(--stage01-main-dock-button-height,36px);min-height:var(--stage01-main-dock-button-height,36px);display:inline-flex;align-items:center;align-self:center;flex:0 0 auto;gap:4px;min-width:0;overflow:hidden;white-space:nowrap}.stage01-region-edit-mode-option{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:34px;height:34px;min-width:34px;min-height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--stage01-region-tool-border);border-radius:999px;padding:0;background:transparent;color:var(--stage01-region-tool-color);font:inherit;font-size:12px;font-weight:720;line-height:1;cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease}.stage01-region-edit-mode-option:focus-visible,.stage01-region-edit-mode-option:hover{outline:none;border-color:var(--stage01-region-tool-border-hover);background:rgb(241 245 249/.92);color:var(--stage01-region-tool-active-color)}.stage01-region-edit-mode-option.is-active{outline:none;border-color:var(--stage01-region-tool-selected-border);background:var(--stage01-region-tool-selected-bg);color:var(--stage01-region-tool-selected-color)}.stage01-region-edit-mode-option.is-active:focus-visible,.stage01-region-edit-mode-option.is-active:hover{border-color:rgb(var(--studio-accent-rgb)/.62);background:rgb(var(--studio-accent-rgb)/.14);color:var(--stage01-region-tool-selected-color)}.stage01-region-edit-toolbar-colors{min-height:34px;display:inline-flex;align-items:center;flex:0 0 auto;gap:4px;border:1px solid transparent;border-radius:999px;padding:0;background:transparent;overflow:visible}.stage01-region-edit-toolbar-colors.is-targeting-selection{border-color:transparent;background:transparent}.stage01-region-edit-color-trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;width:34px;height:34px;min-width:34px;min-height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--stage01-region-tool-border);border-radius:999px;padding:0;background:transparent;color:var(--stage01-region-tool-color);cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease}.stage01-region-edit-color-trigger:focus-visible,.stage01-region-edit-color-trigger:hover{outline:none;border-color:var(--stage01-region-tool-border-hover);background:var(--studio-surface-soft);color:var(--stage01-region-tool-active-color)}.stage01-region-edit-color-trigger.is-open{outline:none;border-color:var(--stage01-region-tool-selected-border);background:var(--stage01-region-tool-selected-bg);color:var(--stage01-region-tool-selected-color)}.stage01-region-edit-color-trigger.is-open:focus-visible,.stage01-region-edit-color-trigger.is-open:hover{border-color:rgb(var(--studio-accent-rgb)/.62);background:rgb(var(--studio-accent-rgb)/.14);color:var(--stage01-region-tool-selected-color)}.stage01-region-edit-color-trigger__dot{position:absolute;right:4px;bottom:4px;width:6px;height:6px;box-sizing:border-box;border:1px solid rgb(255 255 255/.9);border-radius:999px;background:rgb(var(--stage01-region-selection-rgb)/.92);box-shadow:0 0 0 1px rgb(var(--stage01-region-selection-rgb)/.24);pointer-events:none}.stage01-region-edit-color-panel{box-sizing:border-box;display:inline-flex;align-items:center;flex:0 0 auto;gap:4px;min-width:0;min-height:30px;overflow:hidden;padding:3px 2px;white-space:nowrap}.stage01-region-edit-color-swatch{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:1px solid rgb(var(--stage01-region-selection-rgb)/.62);border-radius:999px;background:rgb(var(--stage01-region-selection-rgb)/.9);cursor:pointer;box-shadow:inset 0 0 0 2px rgb(255 255 255/.72);transform:scale(.72);transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.stage01-region-edit-color-swatch:focus-visible,.stage01-region-edit-color-swatch:hover{outline:none;border-color:rgb(var(--studio-accent-rgb)/.56);transform:scale(.92);box-shadow:inset 0 0 0 2px rgb(255 255 255/.8),0 0 0 2px rgb(var(--stage01-region-selection-rgb)/.12)}.stage01-region-edit-color-swatch.is-active{border-color:rgb(var(--studio-accent-rgb)/.56);box-shadow:inset 0 0 0 2px rgb(255 255 255/.8),0 0 0 2px rgb(var(--studio-accent-rgb)/.14);transform:scale(1.14)}.stage01-region-edit-control{cursor:pointer;box-shadow:none;transition:background .14s ease,border-color .14s ease,color .14s ease}.stage01-region-edit-control:focus-visible,.stage01-region-edit-control:hover{outline:none;border-color:var(--stage01-region-tool-border-hover);background:var(--studio-surface-soft);color:var(--stage01-region-tool-active-color)}.stage01-region-edit-control.is-preview-active{outline:none;border-color:var(--stage01-region-tool-selected-border);background:var(--stage01-region-tool-selected-bg);color:var(--stage01-region-tool-selected-color)}.stage01-region-edit-control.is-preview-active:focus-visible,.stage01-region-edit-control.is-preview-active:hover{border-color:rgb(var(--studio-accent-rgb)/.62);background:rgb(var(--studio-accent-rgb)/.14);color:var(--stage01-region-tool-selected-color)}.stage01-region-edit-control.is-primary{border-color:var(--studio-accent);background:var(--studio-accent);color:#FFFFFF;box-shadow:0 10px 24px rgb(var(--studio-accent-rgb)/.16)}.stage01-region-edit-control:disabled{border-color:rgb(203 213 225/.64);cursor:not-allowed;opacity:.48}.stage01-region-edit-control.is-primary:focus-visible,.stage01-region-edit-control.is-primary:hover{border-color:var(--studio-accent-strong);background:var(--studio-accent-strong);color:#FFFFFF;box-shadow:0 12px 28px rgb(var(--studio-accent-rgb)/.2)}.stage01-region-edit-range-preview{position:relative;display:inline-flex}.stage01-region-edit-range-popover{position:absolute;right:0;bottom:calc(100% + 10px);z-index:12;box-sizing:border-box;width:min(360px,calc(100vw - 40px));display:grid;grid-gap:10px;gap:10px;border:1px solid rgb(226 232 240/.9);border-radius:14px;padding:12px;background:rgb(255 255 255/.96);color:var(--studio-ink);box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.055),0 18px 40px rgb(var(--studio-ink-rgb)/.12);text-align:left;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.stage01-region-edit-range-popover__header{display:grid;grid-gap:4px;gap:4px}.stage01-region-edit-range-popover__header strong{color:var(--studio-ink);font-size:13px;font-weight:780;line-height:1.2}.stage01-region-edit-range-popover__header span{color:var(--studio-ink-subtle);font-size:11px;font-weight:640;line-height:1.45}.stage01-region-edit-range-popover__body{display:grid;grid-gap:8px;gap:8px}.stage01-region-edit-range-popover__body section{display:grid;grid-gap:3px;gap:3px}.stage01-region-edit-range-popover__body section>span{color:var(--studio-ink-subtle);font-size:11px;font-weight:760;line-height:1}.stage01-region-edit-range-popover__body p{margin:0;color:var(--studio-ink-muted);font-size:12px;font-weight:560;line-height:1.55}.stage01-region-edit-range-popover__warnings{border-top:1px solid rgb(226 232 240/.72);padding-top:8px}.stage01-region-edit-range-popover__warnings p{color:rgb(146 64 14/.92)}.stage01-region-edit-dev-selection-list{display:grid;grid-gap:8px;gap:8px;border-top:1px dashed rgb(148 163 184/.55);padding-top:9px}.stage01-region-edit-dev-selection-list__header{display:grid;grid-gap:3px;gap:3px}.stage01-region-edit-dev-selection-list__active,.stage01-region-edit-dev-selection-list__header span,.stage01-region-edit-dev-selection-list__source{color:var(--studio-ink-subtle);font-size:11px;font-weight:780;line-height:1}.stage01-region-edit-dev-selection-list__empty,.stage01-region-edit-dev-selection-list__header p{margin:0;color:var(--studio-ink-muted);font-size:11px;font-weight:560;line-height:1.55}.stage01-region-edit-dev-selection-list__controlled-summary{display:flex;flex-wrap:wrap;align-items:center;gap:6px;border:1px solid rgb(203 213 225/.72);border-radius:8px;padding:7px;background:rgb(255 255 255/.72);color:var(--studio-ink-muted);font-size:11px;font-weight:650;line-height:1.35}.stage01-region-edit-dev-selection-list__controlled-summary button{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:24px;border:1px solid rgb(148 163 184/.46);border-radius:7px;padding:3px 7px;background:rgb(248 250 252/.9);color:var(--studio-ink);font:inherit;cursor:pointer}.stage01-region-edit-dev-selection-list__controlled-summary button:disabled{cursor:not-allowed;opacity:.48}.stage01-region-edit-dev-selection-list__items{display:grid;grid-gap:6px;gap:6px}.stage01-region-edit-dev-selection-list__item{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:30px;width:100%;display:flex;align-items:center;gap:8px;border:1px solid rgb(226 232 240/.86);border-radius:10px;padding:6px 8px;background:rgb(248 250 252/.74);color:inherit;font:inherit;text-align:left;cursor:pointer}.stage01-region-edit-dev-selection-list__item.is-active{border-color:rgb(var(--studio-accent-rgb)/.3);background:rgb(var(--studio-accent-rgb)/.06)}.stage01-region-edit-dev-selection-list__item.is-controlled-selected{border-color:rgb(14 165 233/.38);box-shadow:inset 0 0 0 1px rgb(14 165 233/.12)}.stage01-region-edit-dev-selection-list__item.is-mentioned-selected{border-color:rgb(16 185 129/.42);background:rgb(236 253 245/.74);box-shadow:inset 0 0 0 1px rgb(16 185 129/.14)}.stage01-region-edit-dev-selection-list__item.is-effective-selected{outline:1px solid rgb(var(--studio-accent-rgb)/.28);outline-offset:1px}.stage01-region-edit-dev-selection-list__item:focus-visible,.stage01-region-edit-dev-selection-list__item:hover{outline:none;border-color:rgb(var(--studio-accent-rgb)/.36);background:rgb(var(--studio-accent-rgb)/.08)}.stage01-region-edit-dev-selection-list__swatch{width:10px;height:10px;flex:0 0 10px;border:1px solid rgb(var(--stage01-region-selection-rgb)/.46);border-radius:999px;background:rgb(var(--stage01-region-selection-rgb)/.86);box-shadow:0 0 0 2px rgb(var(--stage01-region-selection-rgb)/.12)}.stage01-region-edit-dev-selection-list__label{min-width:0;flex:1 1 auto;color:var(--studio-ink);font-size:12px;font-weight:720;line-height:1.2}.stage01-region-edit-dry-run{display:grid;grid-gap:8px;gap:8px;border-top:1px dashed rgb(148 163 184/.55);padding-top:9px}.stage01-region-edit-dry-run__header{display:grid;grid-gap:3px;gap:3px}.stage01-region-edit-dry-run-summary span,.stage01-region-edit-dry-run__header span{color:var(--studio-ink-subtle);font-size:11px;font-weight:780;line-height:1}.stage01-region-edit-dry-run-summary p,.stage01-region-edit-dry-run__header p,.stage01-region-edit-dry-run__status p{margin:0;color:var(--studio-ink-muted);font-size:11px;font-weight:560;line-height:1.55;overflow-wrap:anywhere}.stage01-region-edit-dry-run__actions{display:flex;flex-wrap:wrap;gap:6px}.stage01-region-edit-dry-run__button,.stage01-region-edit-dry-run__toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:28px;border:1px solid rgb(226 232 240/.9);border-radius:999px;padding:0 9px;background:rgb(248 250 252/.86);color:var(--studio-ink-muted);font:inherit;font-size:11px;font-weight:740;cursor:pointer}.stage01-region-edit-dry-run__button:focus-visible,.stage01-region-edit-dry-run__button:hover,.stage01-region-edit-dry-run__toggle:focus-visible,.stage01-region-edit-dry-run__toggle:hover{outline:none;border-color:rgb(var(--studio-accent-rgb)/.28);color:var(--studio-accent)}.stage01-region-edit-dry-run__button:disabled{cursor:not-allowed;opacity:.5}.stage01-region-edit-dry-run__error{color:rgb(185 28 28/.92)!important}.stage01-region-edit-dry-run-summary{display:grid;grid-gap:7px;gap:7px;border-top:1px solid rgb(226 232 240/.72);padding-top:8px}.stage01-region-edit-dry-run-summary>div{display:grid;grid-gap:3px;gap:3px}.stage01-region-edit-provider-test-summary{display:grid;grid-gap:8px;gap:8px}.stage01-region-edit-provider-test-summary__notice{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.stage01-region-edit-provider-test-summary__notice span,.stage01-region-edit-provider-test-summary__notice strong{border:1px solid rgb(226 232 240/.9);border-radius:999px;padding:3px 7px;background:rgb(255 255 255/.86);color:var(--studio-ink-muted);font-size:11px;font-weight:760;line-height:1.2}.stage01-region-edit-provider-test-summary__notice strong{color:rgb(21 128 61/.95)}.stage01-region-edit-provider-test-summary__preview{overflow:hidden;border:1px solid rgb(226 232 240/.9);border-radius:8px;background:rgb(248 250 252/.88)}.stage01-region-edit-provider-test-summary__preview img{display:block;width:100%;max-height:220px;object-fit:contain}.stage01-region-edit-visual-qa{display:grid;grid-gap:8px;gap:8px;max-height:min(460px,62vh);overflow:auto;overscroll-behavior:contain;border-top:1px solid rgb(226 232 240/.72);padding:8px 2px 2px;min-width:0}.stage01-region-edit-visual-qa__section{display:grid;grid-gap:4px;gap:4px;min-width:0}.stage01-region-edit-visual-qa-thumb__header span,.stage01-region-edit-visual-qa__section span{color:var(--studio-ink-subtle);font-size:11px;font-weight:780;line-height:1.15}.stage01-region-edit-visual-qa-thumb figcaption,.stage01-region-edit-visual-qa__section li,.stage01-region-edit-visual-qa__section p{margin:0;color:var(--studio-ink-muted);font-size:10px;font-weight:560;line-height:1.45;overflow-wrap:anywhere;word-break:break-word}.stage01-region-edit-visual-qa__section ul{display:grid;grid-gap:3px;gap:3px;margin:0;padding-left:14px}.stage01-region-edit-visual-qa__thumbnail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:6px;gap:6px;min-width:0}.stage01-region-edit-visual-qa-thumb{display:grid;grid-gap:5px;gap:5px;min-width:0;margin:0;border:1px solid rgb(226 232 240/.88);border-radius:6px;padding:6px;background:rgb(248 250 252/.72)}.stage01-region-edit-visual-qa-thumb__header,.stage01-region-edit-visual-qa-thumb__tags{display:flex;flex-wrap:wrap;gap:4px;align-items:center;min-width:0}.stage01-region-edit-visual-qa-thumb__header>span:first-child{min-width:0;flex:1 1 auto;overflow-wrap:anywhere}.stage01-region-edit-visual-qa-thumb__state,.stage01-region-edit-visual-qa-thumb__tags span{border:1px solid rgb(226 232 240/.92);border-radius:999px;padding:2px 5px;background:rgb(255 255 255/.86);color:var(--studio-ink-muted)!important;font-size:9px!important;font-weight:760!important;line-height:1.15!important;overflow-wrap:anywhere}.stage01-region-edit-visual-qa-thumb__open{border:1px solid rgb(148 163 184/.36);border-radius:999px;padding:2px 7px;background:#ffffff;color:var(--studio-ink-muted);cursor:pointer;font-size:10px;font-weight:760;line-height:1.2}.stage01-region-edit-visual-qa-thumb__open:focus-visible,.stage01-region-edit-visual-qa-thumb__open:hover{border-color:rgb(var(--studio-accent-rgb)/.35);color:var(--studio-accent);outline:none}.stage01-region-edit-visual-qa-thumb__frame{display:grid;place-items:center;width:100%;max-width:180px;height:128px;max-height:160px;justify-self:center;overflow:hidden;border:1px solid rgb(226 232 240/.72);border-radius:6px;background:rgb(255 255 255/.86)}.stage01-region-edit-visual-qa-thumb__frame-button{all:unset;display:grid;place-items:center;width:100%;height:100%;cursor:zoom-in}.stage01-region-edit-visual-qa-thumb__frame-button:focus-visible{outline:2px solid rgb(var(--studio-accent-rgb)/.42);outline-offset:-2px}.stage01-region-edit-visual-qa-thumb__frame img{display:block;width:100%;height:100%;max-width:180px;max-height:160px;object-fit:contain}.stage01-region-edit-visual-qa-thumb__empty{color:var(--studio-ink-subtle);font-size:10px;font-weight:760}.stage01-region-edit-prompt-audit{max-height:min(520px,64vh)}.stage01-region-edit-prompt-audit__actions{display:flex;flex-wrap:wrap;gap:6px}.stage01-region-edit-prompt-audit__actions button{border:1px solid rgb(148 163 184/.36);border-radius:6px;padding:5px 8px;background:#ffffff;color:var(--studio-ink-muted);cursor:pointer;font-size:10px;font-weight:760;line-height:1.2}.stage01-region-edit-prompt-audit__actions button:disabled{cursor:not-allowed;opacity:.48}.stage01-region-edit-prompt-audit__actions span{align-self:center;color:#b45309;font-size:10px;font-weight:760}.stage01-region-edit-prompt-audit__manual-copy{display:grid;grid-gap:4px;gap:4px;min-width:0}.stage01-region-edit-prompt-audit__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:6px;gap:6px}.stage01-region-edit-prompt-audit__grid>div,.stage01-region-edit-prompt-audit__prompt{display:grid;grid-gap:4px;gap:4px;min-width:0}.stage01-region-edit-prompt-audit pre,.stage01-region-edit-prompt-audit textarea{width:100%;min-width:0;margin:0;border:1px solid rgb(226 232 240/.88);border-radius:6px;background:rgb(248 250 252/.84);color:var(--studio-ink-muted);font-family:var(--font-geist-mono),ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;font-size:10px;line-height:1.45;overflow-wrap:anywhere;white-space:pre-wrap}.stage01-region-edit-prompt-audit pre{padding:6px}.stage01-region-edit-prompt-audit textarea{min-height:180px;padding:8px;resize:vertical}@media (max-width:820px){.stage01-region-edit-prompt-audit__grid{grid-template-columns:1fr}}.stage01-region-edit-visual-qa-lightbox{position:fixed;inset:0;z-index:2147483000;display:grid;place-items:center;width:100vw;height:100vh;padding:clamp(12px,2vw,24px);overflow:hidden;background:rgb(15 23 42/.72)}.stage01-region-edit-visual-qa-lightbox__panel{display:grid;grid-template-rows:auto minmax(0,1fr) auto;grid-gap:10px;gap:10px;max-width:96vw;max-height:96vh;color:#ffffff}.stage01-region-edit-visual-qa-lightbox__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.stage01-region-edit-visual-qa-lightbox__header span{color:#ffffff;font-size:13px;font-weight:780;line-height:1.2}.stage01-region-edit-visual-qa-lightbox__close{border:1px solid rgb(255 255 255/.28);border-radius:999px;padding:6px 10px;background:rgb(15 23 42/.42);color:#ffffff;cursor:pointer;font-size:12px;font-weight:760;line-height:1}.stage01-region-edit-visual-qa-lightbox__close:focus-visible,.stage01-region-edit-visual-qa-lightbox__close:hover{background:rgb(255 255 255/.16);outline:none}.stage01-region-edit-visual-qa-lightbox__image-frame{display:grid;place-items:center;width:auto;max-width:96vw;max-height:92vh;overflow:hidden;border:1px solid rgb(255 255 255/.2);border-radius:8px;background:rgb(15 23 42/.5)}.stage01-region-edit-visual-qa-lightbox__image-frame img{display:block;width:auto;height:auto;max-width:96vw;max-height:92vh;max-height:min(92vh,calc(100vh - 104px));object-fit:contain}.stage01-region-edit-visual-qa-lightbox__panel p{margin:0;max-width:min(96vw,980px);color:rgb(226 232 240/.86);font-size:11px;font-weight:560;line-height:1.45;overflow-wrap:anywhere}@media (max-width:520px){.stage01-region-edit-visual-qa__thumbnail-grid{grid-template-columns:1fr}}.stage01-region-edit-figure{position:fixed;top:var(--stage01-region-edit-preview-lane-top);left:var(--stage01-region-edit-center-x);z-index:1;width:min(var(--stage01-region-edit-preview-width),calc(100vw - 40px));max-width:min(var(--stage01-region-edit-preview-width),calc(100vw - 40px));height:var(--stage01-region-edit-preview-lane-height);display:grid;place-items:center;margin-top:0;transform:translateX(-50%)}.stage01-region-edit-figure,.stage01-region-edit-frame{max-height:var(--stage01-region-edit-preview-lane-height)}.stage01-region-edit-frame{--stage01-lightbox-max-height:var(--stage01-region-edit-preview-lane-height);width:min(var(--stage01-region-edit-preview-width),calc(100vw - 40px),calc(var(--stage01-region-edit-preview-lane-height) * var(--stage01-lightbox-frame-aspect-ratio, 1)));max-width:min(var(--stage01-region-edit-preview-width),calc(100vw - 40px),calc(var(--stage01-region-edit-preview-lane-height) * var(--stage01-lightbox-frame-aspect-ratio, 1)));border:0;border-radius:var(--stage01-main-card-radius,12px);aspect-ratio:var(--stage01-lightbox-frame-aspect,1/1);background:transparent;box-shadow:none;touch-action:none;overflow:visible;transition:none}.stage01-region-edit-frame:focus-visible{outline:none}.stage01-region-edit-frame.is-zoomed{overflow:visible;box-shadow:none}.stage01-region-edit-frame.is-zoomed:focus-within,.stage01-region-edit-frame.is-zoomed:hover,.stage01-region-edit-frame:focus-within,.stage01-region-edit-frame:hover{box-shadow:none}.stage01-region-edit-frame.is-selection-tool-active{cursor:crosshair;background:transparent}.stage01-region-edit-frame.is-move-tool-active,.stage01-region-edit-frame.is-move-tool-active.is-moving-selection,.stage01-region-edit-lightbox.is-move-tool-active,.stage01-region-edit-lightbox.is-moving-selection{cursor:move}.stage01-region-edit-frame.is-pan-ready,.stage01-region-edit-lightbox.is-pan-ready{cursor:-webkit-grab;cursor:grab}.stage01-region-edit-frame.is-pan-ready.is-dragging,.stage01-region-edit-lightbox.is-pan-ready.is-dragging{cursor:-webkit-grabbing;cursor:grabbing}.stage01-region-edit-frame.is-transform-edge-hover,.stage01-region-edit-frame.is-transforming{cursor:var(--stage01-region-transform-cursor,default)}.stage01-region-edit-frame.is-move-tool-active.is-moving-selection.is-pan-ready,.stage01-region-edit-frame.is-move-tool-active.is-moving-selection.is-transform-edge-hover,.stage01-region-edit-lightbox.is-moving-selection{cursor:move}.stage01-region-edit-frame.is-transforming,.stage01-region-edit-lightbox.is-transforming{cursor:var(--stage01-region-transform-cursor,default)}.stage01-region-edit-panzoom{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none;transform-origin:center center;transition:none;will-change:transform}.stage01-lightbox-flip-card.is-zoomed .stage01-region-edit-panzoom{overflow:visible}.stage01-region-edit-image{width:100%;height:100%;max-width:100%;max-height:100%;display:block;border-radius:0;background:transparent;object-fit:contain;object-position:center}.stage01-region-edit-mask-layer{position:absolute;inset:0;z-index:1;width:100%;height:100%;display:block;opacity:0;pointer-events:none}.stage01-region-edit-mask-layer.is-preview-visible{opacity:.16;mix-blend-mode:multiply}.stage01-region-edit-image-error{position:absolute;inset:50% auto auto 50%;z-index:3;width:min(280px,calc(100% - 32px));box-sizing:border-box;border:1px solid rgb(248 113 113/.28);border-radius:14px;padding:10px 12px;background:rgb(255 255 255/.92);color:rgb(153 27 27/.92);box-shadow:0 12px 28px rgb(var(--studio-ink-rgb)/.12);font-size:12px;font-weight:700;line-height:1.45;text-align:center;transform:translate(-50%,-50%)}.stage01-region-edit-selection-fill-layer{position:absolute;inset:0;z-index:2;width:100%;height:100%;overflow:hidden;pointer-events:none}.stage01-region-edit-selection-fill-layer path{fill:rgb(var(--stage01-region-selection-rgb,var(--studio-accent-rgb))/.12)}.stage01-region-edit-selection-fill-layer.is-selected path{fill:rgb(var(--stage01-region-selection-rgb,var(--studio-accent-rgb))/.19)}.stage01-region-edit-selection-fill-layer.is-mention-hovered path{fill:rgb(var(--stage01-region-selection-rgb,var(--studio-accent-rgb))/.205)}.stage01-region-edit-selection-fill-layer.is-selected.is-mention-hovered path{fill:rgb(var(--stage01-region-selection-rgb,var(--studio-accent-rgb))/.245)}.stage01-region-edit-selection-outline{position:absolute;inset:0;z-index:3;width:100%;height:100%;overflow:hidden;pointer-events:none}.stage01-region-edit-selection-outline line{stroke:rgb(var(--stage01-region-selection-rgb,var(--studio-accent-rgb))/.62);stroke-linecap:square;stroke-linejoin:miter;stroke-width:1.35;filter:none}.stage01-region-edit-selection-outline.is-selected line{stroke:rgb(var(--stage01-region-selection-rgb,var(--studio-accent-rgb))/.98);stroke-width:2.35;filter:none}.stage01-region-edit-selection-outline.is-mention-hovered line{stroke:rgb(var(--stage01-region-selection-rgb,var(--studio-accent-rgb))/.96);stroke-width:2.25;stroke-dasharray:5 2.5;filter:drop-shadow(0 0 3px rgb(var(--stage01-region-selection-rgb,var(--studio-accent-rgb))/.38)) drop-shadow(0 0 8px rgb(var(--stage01-region-selection-rgb,var(--studio-accent-rgb))/.2))}.stage01-region-edit-selection-outline.is-selected.is-mention-hovered line{stroke:rgb(var(--stage01-region-selection-rgb,var(--studio-accent-rgb))/1);stroke-width:2.75;stroke-dasharray:none;filter:drop-shadow(0 0 4px rgb(var(--stage01-region-selection-rgb,var(--studio-accent-rgb))/.24))}.stage01-region-edit-transform-handles{position:absolute;inset:0;z-index:5;width:100%;height:100%;overflow:hidden;pointer-events:none}.stage01-region-edit-transform-box{position:absolute;box-sizing:border-box;border:1px solid rgb(148 163 184/.54);border-radius:2px;background:transparent;pointer-events:none}.stage01-region-edit-transform-edge{position:absolute;z-index:1;display:block;border:0;padding:0;background:transparent;pointer-events:auto;touch-action:none}.stage01-region-edit-transform-edge.is-left,.stage01-region-edit-transform-edge.is-right{width:32px;transform:translateX(-50%) scaleX(var(--stage01-region-edit-inverse-scale,1))}.stage01-region-edit-transform-edge.is-bottom,.stage01-region-edit-transform-edge.is-top{height:32px;transform:translateY(-50%) scaleY(var(--stage01-region-edit-inverse-scale,1))}.stage01-region-edit-transform-handle{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;z-index:2;width:9px;height:9px;box-sizing:border-box;border:1.4px solid rgb(148 163 184/.9);border-radius:3px;padding:0;background:rgb(255 255 255/.96);box-shadow:0 0 0 1px rgb(255 255 255/.86);pointer-events:auto;transform:translate(-50%,-50%) scale(var(--stage01-region-edit-inverse-scale,1));transition:border-color .12s ease,background .12s ease}.stage01-region-edit-transform-handle:focus-visible,.stage01-region-edit-transform-handle:hover{outline:none;border-color:rgb(100 116 139/.96);background:rgb(248 250 252/.98)}.stage01-region-edit-interaction-preview{position:absolute;z-index:4;box-sizing:border-box;border:1.6px solid rgb(var(--stage01-region-selection-rgb,var(--studio-accent-rgb))/.92);border-radius:3px;background:rgb(var(--stage01-region-selection-rgb,var(--studio-accent-rgb))/.1);box-shadow:0 0 0 1px rgb(255 255 255/.78),0 0 0 4px rgb(var(--stage01-region-selection-rgb,var(--studio-accent-rgb))/.1);pointer-events:none}.stage01-region-edit-interaction-preview.is-mode-subtract{border-style:dashed;background:rgb(248 113 113/.1);box-shadow:0 0 0 1px rgb(255 255 255/.78),0 0 0 4px rgb(248 113 113/.08)}.stage01-region-edit-mode-label{opacity:1;visibility:visible}.stage01-region-edit-footer{position:fixed;top:calc(var(--stage01-region-edit-dock-top) + var(--stage01-main-dock-height, 54px) + 10px);left:var(--stage01-region-edit-center-x);bottom:auto;z-index:3;display:grid;justify-items:center;grid-gap:6px;gap:6px;transform:translateX(-50%);pointer-events:none}.stage01-region-edit-empty-hint{margin:0;border:1px solid rgb(183 121 31/.16);border-radius:999px;padding:6px 10px;background:rgb(255 251 235/.82);color:rgb(146 64 14/.9);box-shadow:0 8px 20px rgb(var(--studio-ink-rgb)/.08);font-size:12px;font-weight:680;line-height:1;opacity:0;transform:translateY(4px);transition:opacity .14s ease,transform .14s ease}.stage01-region-edit-empty-hint.is-visible{opacity:1;transform:translateY(0)}.stage01-region-edit-help-hint{position:static;transform:none}.stage01-region-edit-input{--stage01-local-edit-glow-rgb:38 53 140;position:fixed;top:calc(var(--stage01-region-edit-dock-top) - var(--stage01-region-edit-input-gap) - var(--stage01-region-edit-input-height));right:auto;bottom:auto;left:var(--stage01-region-edit-center-x);z-index:3;box-sizing:border-box;width:var(--stage01-region-edit-input-width);min-width:0;height:var(--stage01-region-edit-input-height);min-height:var(--stage01-region-edit-input-height);max-height:var(--stage01-region-edit-input-height);display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:8px;isolation:isolate;overflow:visible;contain:layout;border:1px solid rgb(var(--stage01-local-edit-glow-rgb)/.16);border-radius:22px;padding:14px 14px 12px;background:linear-gradient(180deg,rgb(255 255 255/.96),rgb(248 249 252/.94)),rgb(255 255 255/.94);color:var(--studio-ink);box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.05),0 20px 50px rgb(var(--studio-ink-rgb)/.13),0 0 24px rgb(var(--stage01-local-edit-glow-rgb)/.11);pointer-events:auto;transform:translateX(-50%);transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.stage01-region-edit-input>*{position:relative;z-index:1}.stage01-region-edit-preflight-hint{position:absolute;right:14px;bottom:calc(100% + 8px);left:14px;z-index:2;display:flex;align-items:flex-start;gap:8px;box-sizing:border-box;max-width:calc(100% - 28px);border:1px solid rgb(var(--studio-ink-rgb)/.08);border-radius:12px;padding:7px 10px;background:rgb(255 255 255/.94);color:var(--studio-ink-muted);box-shadow:0 8px 22px rgb(var(--studio-ink-rgb)/.08);font-size:11px;line-height:1.42;pointer-events:none}.stage01-region-edit-preflight-hint span{flex:0 0 auto;color:var(--studio-ink);font-weight:760}.stage01-region-edit-preflight-hint p{min-width:0;margin:0}.stage01-region-edit-preflight-hint.is-success{border-color:rgb(var(--studio-accent-rgb)/.18);color:var(--studio-ink)}.stage01-region-edit-preflight-hint.is-warning{border-color:rgb(202 138 4/.2);color:#5f4b13}.stage01-region-edit-preflight-hint.is-error{border-color:rgb(185 28 28/.2);color:#7f1d1d}.stage01-selection-mention-safe-diagnostics{position:absolute;right:14px;bottom:calc(100% + 48px);left:14px;z-index:2;box-sizing:border-box;max-width:calc(100% - 28px);max-height:116px;overflow:auto;border:1px solid rgb(var(--studio-ink-rgb)/.08);border-radius:12px;padding:7px 10px;background:rgb(255 255 255/.94);color:var(--studio-ink-muted);box-shadow:0 8px 22px rgb(var(--studio-ink-rgb)/.08);font-size:10px;line-height:1.45;scrollbar-width:thin}.stage01-selection-mention-safe-diagnostics summary{cursor:pointer;color:var(--studio-ink);font-size:11px;font-weight:760}.stage01-selection-mention-safe-diagnostics p,.stage01-selection-mention-safe-diagnostics ul{margin:5px 0 0}.stage01-selection-mention-safe-diagnostics ul{padding-left:14px}.stage01-selection-mention-safe-diagnostics li{margin:2px 0}.stage01-region-edit-input:focus-within{border-color:rgb(var(--stage01-local-edit-glow-rgb)/.28);box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.05),0 19px 46px rgb(var(--studio-ink-rgb)/.13),0 0 24px rgb(var(--stage01-local-edit-glow-rgb)/.12)}.stage01-region-edit-input .stage01-local-edit-popover__textarea{flex:0 0 102px;min-width:0;width:100%;min-height:102px;max-height:102px;box-sizing:border-box;resize:none;border:0;border-radius:14px;padding:4px 4px 2px;background:transparent;color:var(--studio-ink);box-shadow:none;cursor:text;font:inherit;font-size:13px;line-height:1.55;outline:none;overflow-y:auto;transition:background-color .16s ease,box-shadow .16s ease}.stage01-region-edit-input .stage01-local-edit-popover__textarea::placeholder{color:var(--studio-ink-subtle)}.stage01-selection-mention-lexical-editor{position:relative;scrollbar-width:thin}.stage01-selection-mention-lexical-editor__input{min-height:100%;outline:none;line-height:20px;white-space:pre-wrap;word-break:break-word}.stage01-selection-mention-lexical-editor__paragraph{margin:0;line-height:20px}.stage01-selection-mention-lexical-editor__placeholder{position:absolute;top:4px;left:4px;right:4px;white-space:pre-wrap;pointer-events:none;color:var(--studio-ink-subtle);font-size:13px;line-height:1.55}.stage01-selection-token-node{justify-content:center;max-width:100%;vertical-align:-.16em}.stage01-selection-token-chip,.stage01-selection-token-node{display:inline-flex;align-items:center;height:18px;line-height:18px}.stage01-selection-token-chip{box-sizing:border-box;gap:5px;max-width:min(100%,168px);min-height:0;margin:0 2px;padding:0 3px 0 6px;border:1px solid rgb(var(--studio-accent-rgb)/.22);border-radius:999px;background:rgb(255 255 255/.84);color:var(--studio-ink);box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.05);cursor:pointer;font-size:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.stage01-selection-token-chip:hover{border-color:rgb(var(--studio-accent-rgb)/.34);background:rgb(var(--studio-accent-rgb)/.06)}.stage01-selection-token-chip__swatch{display:block;width:7px;height:7px}.stage01-selection-mention-menu__swatch,.stage01-selection-token-chip__swatch{flex:0 0 auto;border-radius:999px;box-shadow:0 0 0 1px rgb(255 255 255/.86),0 0 0 2px rgb(var(--studio-ink-rgb)/.08)}.stage01-selection-mention-menu__swatch{display:inline-block;width:8px;height:8px}.stage01-selection-token-chip__label{display:inline-flex;align-items:center;min-width:0;height:100%;overflow:hidden;line-height:18px;text-overflow:ellipsis}.stage01-selection-token-chip__remove{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:14px;height:14px;border:0;border-radius:999px;padding:0;background:rgb(var(--studio-ink-rgb)/.07);color:rgb(var(--studio-ink-rgb)/.62);cursor:pointer;font:inherit;font-size:11px;line-height:14px}.stage01-selection-token-chip__remove:hover{background:rgb(var(--studio-danger-rgb)/.12);color:rgb(var(--studio-danger-rgb)/.92)}.stage01-batch-header-token-chip{gap:4px;max-width:min(100%,168px)}.stage01-batch-header-token-chip.is-selected,.stage01-batch-header-token-chip:focus-within,.stage01-selection-token-chip:focus-visible{border-color:rgb(var(--studio-accent-rgb)/.42);background:rgb(var(--studio-accent-rgb)/.08);outline:none}.stage01-batch-header-token-chip.is-orphan{border-color:rgb(180 83 9/.34);background:rgb(255 251 235/.92);color:#92400e}.stage01-batch-header-token-chip__prefix{flex:0 0 auto;color:var(--studio-ink-muted);font-weight:700}.stage01-batch-header-token-chip__status{flex:0 0 auto;color:#a16207;font-size:9px}.stage01-batch-header-token-chip__rename-wrap{position:relative;display:inline-flex;min-width:0}.stage01-batch-header-token-chip__rename{width:92px;height:14px;border:0;border-bottom:1px solid rgb(var(--studio-accent-rgb)/.48);padding:0 2px;background:transparent;color:var(--studio-ink);font:inherit;font-size:11px;line-height:14px;outline:none}.stage01-batch-header-token-chip__rename-error{position:absolute;top:20px;left:0;z-index:2;width:max-content;max-width:180px;border:1px solid rgb(var(--studio-danger-rgb)/.18);border-radius:7px;padding:3px 5px;background:#fff;color:rgb(var(--studio-danger-rgb)/.92);font-size:9px;line-height:1.35}.stage01-selection-mention-menu{position:fixed;z-index:2400;width:224px;max-height:236px;overflow-y:auto;overscroll-behavior:contain;border:1px solid rgb(var(--studio-ink-rgb)/.1);border-radius:12px;padding:6px;background:rgb(255 255 255/.98);box-shadow:0 12px 34px rgb(var(--studio-ink-rgb)/.16),0 1px 2px rgb(var(--studio-ink-rgb)/.06)}.stage01-selection-mention-menu__option{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;width:100%;min-height:0;gap:8px;border:0;border-radius:8px;padding:8px;background:transparent;color:var(--studio-ink);cursor:pointer;font:inherit;font-size:12px;text-align:left}.stage01-selection-mention-menu__option.is-highlighted,.stage01-selection-mention-menu__option:hover{background:rgb(var(--studio-accent-rgb)/.08)}.stage01-selection-mention-menu__text{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0;width:100%}.stage01-selection-mention-menu__empty{padding:12px 10px;color:var(--studio-ink-muted);font-size:12px;line-height:1.45}.stage01-batch-header-menu{box-sizing:border-box;display:flex;flex-direction:column;width:224px;height:min(236px,calc(100dvh - 24px));max-height:min(236px,calc(100dvh - 24px));overflow:hidden}.stage01-batch-header-menu input,.stage01-batch-header-menu select{font:inherit}.stage01-batch-header-menu__footer,.stage01-batch-header-menu__header,.stage01-batch-header-menu__manage-actions{display:flex;align-items:center;justify-content:space-between;gap:8px}.stage01-batch-header-menu__header{flex:0 0 auto;padding:5px 7px 7px;color:var(--studio-ink);font-size:12px}.stage01-batch-header-menu__header button,.stage01-batch-header-menu__manage-actions button{border:0;border-radius:7px;padding:4px 6px;background:transparent;color:var(--studio-ink-muted);cursor:pointer;font-size:11px}.stage01-batch-header-menu__header button:hover,.stage01-batch-header-menu__manage-actions button:hover{background:rgb(var(--studio-accent-rgb)/.07);color:var(--studio-ink)}.stage01-batch-header-menu__query{flex:0 0 auto;padding:2px 8px 5px;color:var(--studio-ink-subtle);font-size:10px}.stage01-batch-header-menu__viewport{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;overflow:hidden}.stage01-batch-header-menu__options{display:grid;flex:1 1 auto;grid-gap:2px;gap:2px;grid-auto-rows:max-content;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.stage01-batch-header-menu__manage-row small{color:var(--studio-ink-subtle);font-size:10px}.stage01-batch-header-menu__empty,.stage01-batch-header-menu__feedback{margin:0;padding:9px 8px;color:var(--studio-ink-muted);font-size:11px;line-height:1.4}.stage01-batch-header-menu__footer{position:-webkit-sticky;position:sticky;bottom:0;z-index:1;flex:0 0 auto;margin-top:4px;border-top:1px solid rgb(var(--studio-ink-rgb)/.07);padding:5px 2px 0;background:rgb(255 255 255/.98)}.stage01-batch-header-menu__footer-action{flex:1 1;justify-content:center;width:auto;color:var(--studio-ink-muted)}.stage01-batch-header-menu__footer-action.is-highlighted,.stage01-batch-header-menu__footer-action:hover{color:var(--studio-ink)}.stage01-batch-header-menu__form{display:grid;align-content:start;flex:1 1 auto;grid-gap:8px;gap:8px;min-height:0;overflow-y:auto;padding:3px 7px 7px}.stage01-batch-header-menu__form label{display:grid;grid-gap:4px;gap:4px;color:var(--studio-ink-muted);font-size:10px}.stage01-batch-header-menu__form input,.stage01-batch-header-menu__form select,.stage01-batch-header-menu__manage-row form input,.stage01-batch-header-menu__option-rename input{box-sizing:border-box;width:100%;border:1px solid rgb(var(--studio-ink-rgb)/.12);border-radius:8px;padding:7px 8px;background:#fff;color:var(--studio-ink);font-size:12px;outline:none}.stage01-batch-header-menu__form input:focus,.stage01-batch-header-menu__form select:focus,.stage01-batch-header-menu__manage-row form input:focus,.stage01-batch-header-menu__option-rename input:focus{border-color:rgb(79 70 229/.36);box-shadow:0 0 0 3px rgb(79 70 229/.08)}.stage01-batch-header-menu__option-rename{cursor:text}.stage01-batch-header-menu__option-rename input{min-width:0;padding-block:3px}.stage01-batch-header-menu__form>button{border:1px solid rgb(79 70 229/.2);border-radius:8px;padding:7px 9px;background:rgb(238 242 255/.86);color:#3730a3;cursor:pointer;font-size:11px;font-weight:700}.stage01-batch-header-menu__manage{display:grid;align-content:start;flex:1 1 auto;grid-gap:3px;gap:3px;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.stage01-batch-header-menu__manage-row{display:flex;align-items:center;justify-content:space-between;gap:8px;border-radius:8px;padding:6px 7px;color:var(--studio-ink);font-size:11px}.stage01-batch-header-menu__manage-row>span:first-child{display:grid;min-width:0}.stage01-batch-header-menu__manage-row.is-deleted{background:rgb(255 251 235/.8);color:#92400e}.stage01-batch-header-menu__manage-row.is-selected{background:rgb(var(--studio-accent-rgb)/.07);box-shadow:inset 0 0 0 1px rgb(var(--studio-accent-rgb)/.12)}.stage01-batch-header-menu__manage-row form{display:grid;grid-template-columns:1fr auto auto;grid-gap:5px;gap:5px;width:100%}.stage01-batch-header-menu__manage-row form button{border:0;border-radius:7px;padding:4px 6px;background:rgb(var(--studio-ink-rgb)/.05);color:var(--studio-ink-muted);cursor:pointer;font-size:10px}.stage01-batch-header-editor-status{position:absolute;top:8px;right:14px;z-index:2;margin:0;border:1px solid rgb(var(--studio-accent-rgb)/.12);border-radius:999px;padding:2px 6px;background:rgb(255 255 255/.88);color:var(--studio-ink-muted);font-size:9px;line-height:1.3;pointer-events:none}.stage01-batch-header-editor-status.is-warning{max-width:min(320px,calc(100% - 28px));border-color:rgb(180 83 9/.2);background:rgb(255 251 235/.94);color:#92400e;white-space:normal}.stage01-batch-table-button[aria-expanded=true]{border-color:rgb(var(--studio-accent-rgb)/.28);background:rgb(var(--studio-accent-rgb)/.07);color:var(--studio-accent-strong)}.stage01-region-edit-input__tool-row{flex:0 0 50px;width:100%;display:flex;align-items:flex-end;justify-content:space-between;gap:12px;min-width:0;max-width:none;min-height:50px}.stage01-region-edit-input__tool-left{display:flex;align-items:center;flex:1 1 auto;gap:8px;min-width:0}.stage01-region-edit-input__references{display:flex;flex:1 1 auto;gap:6px;min-width:0;max-width:none;min-height:50px;overflow-x:auto;overflow-y:hidden;margin:-6px -6px -2px;padding:6px 6px 9px;scrollbar-width:none}.stage01-region-edit-input__references::-webkit-scrollbar{display:none}.stage01-region-edit-input__reference{position:relative;display:block;flex:0 0 auto;width:34px;height:34px;border:1px solid rgb(var(--studio-accent-rgb)/.68);border-radius:10px;padding:2px;background:rgb(var(--studio-accent-rgb)/.72);box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.035)}.stage01-region-edit-lightbox .stage01-region-edit-input .stage01-region-edit-input__add{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;flex:0 0 32px;width:32px;height:32px;border:1px solid var(--studio-hairline);border-radius:10px;background:#FFFFFF;color:var(--studio-ink-muted);box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.04);cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s cubic-bezier(.2,.82,.22,1)}.stage01-region-edit-lightbox .stage01-region-edit-input .stage01-region-edit-input__add:focus-within,.stage01-region-edit-lightbox .stage01-region-edit-input .stage01-region-edit-input__add:hover{border-color:rgb(var(--studio-accent-rgb)/.22);background:var(--studio-accent-soft);color:var(--studio-accent);transform:scale(1.03)}.stage01-region-edit-lightbox .stage01-region-edit-input .stage01-region-edit-input__add svg{width:16px;height:16px}.stage01-region-edit-input__thumb{display:block;width:100%;height:100%;overflow:hidden;border:1px solid transparent;border-radius:7px;background:#FFFFFF;line-height:0}.stage01-region-edit-input__thumb img{width:100%;height:100%;display:block;object-fit:contain}.stage01-region-edit-lightbox .stage01-region-edit-input .stage01-region-edit-input__reference{width:40px;height:40px;border:1px solid rgb(var(--studio-ink-rgb)/.08);border-radius:12px;padding:3px;background:rgb(255 255 255/.66);box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.035)}.stage01-region-edit-lightbox .stage01-region-edit-input .stage01-region-edit-input__reference.is-region-active{border-color:rgb(var(--studio-accent-rgb)/.68);background:rgb(var(--studio-accent-rgb)/.72);box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.035)}.stage01-region-edit-lightbox .stage01-region-edit-input .stage01-region-edit-input__reference.is-region-active .stage01-region-edit-input__thumb{border-color:transparent}.stage01-region-edit-lightbox .stage01-region-edit-input .stage01-region-edit-input__reference.is-region-saved:not(.is-region-active):after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-radius:999px;background:var(--studio-accent);box-shadow:0 0 0 1px #FFFFFF}.stage01-region-edit-lightbox .stage01-region-edit-input .stage01-region-edit-input__thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;height:100%;overflow:hidden;border:1px solid var(--studio-hairline);border-radius:9px;padding:0;background:#FFFFFF;cursor:pointer;box-shadow:none;line-height:0;transition:background-color .14s ease,border-color .14s ease}.stage01-region-edit-lightbox .stage01-region-edit-input .stage01-region-edit-input__thumb:focus-visible,.stage01-region-edit-lightbox .stage01-region-edit-input .stage01-region-edit-input__thumb:hover{outline:none;border-color:rgb(var(--studio-accent-rgb)/.24);background:rgb(var(--studio-accent-rgb)/.04)}.stage01-region-edit-lightbox .stage01-region-edit-input .stage01-region-edit-input__remove,.stage01-region-edit-lightbox .stage01-region-edit-input .stage01-region-edit-input__replace{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;top:-5px;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-color:rgb(var(--studio-ink-rgb)/.1);background:rgb(255 255 255/.92);color:var(--studio-ink-muted);font-size:13px;line-height:1;opacity:0;pointer-events:none;transform:none;box-shadow:none}.stage01-region-edit-lightbox .stage01-region-edit-input .stage01-region-edit-input__replace{left:-5px}.stage01-region-edit-lightbox .stage01-region-edit-input .stage01-region-edit-input__remove{right:-5px}.stage01-region-edit-lightbox .stage01-region-edit-input .stage01-region-edit-input__reference:focus-within .stage01-region-edit-input__remove,.stage01-region-edit-lightbox .stage01-region-edit-input .stage01-region-edit-input__reference:focus-within .stage01-region-edit-input__replace,.stage01-region-edit-lightbox .stage01-region-edit-input .stage01-region-edit-input__reference:hover .stage01-region-edit-input__remove,.stage01-region-edit-lightbox .stage01-region-edit-input .stage01-region-edit-input__reference:hover .stage01-region-edit-input__replace{opacity:1;pointer-events:auto;transform:none}.stage01-region-edit-lightbox .stage01-region-edit-input .stage01-region-edit-input__reference.is-reference-locked:focus-within .stage01-region-edit-input__remove,.stage01-region-edit-lightbox .stage01-region-edit-input .stage01-region-edit-input__reference.is-reference-locked:hover .stage01-region-edit-input__remove{opacity:.32;cursor:not-allowed}.stage01-region-edit-input .stage01-local-edit-reference__role-label{display:none}.stage01-region-edit-input__save{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:0 0 auto;min-height:var(--stage01-main-dock-button-height,36px);border:1px solid var(--studio-accent);border-radius:999px;padding:0 var(--stage01-main-dock-button-padding-x,12px);background:var(--studio-accent);color:#FFFFFF;box-shadow:0 10px 24px rgb(var(--studio-accent-rgb)/.16);font:inherit;font-size:var(--stage01-main-dock-button-font-size,12px);font-weight:740;line-height:1;white-space:nowrap;cursor:pointer;transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease}.stage01-region-edit-input__save:focus-visible,.stage01-region-edit-input__save:hover{outline:none;border-color:var(--studio-accent-strong);background:var(--studio-accent-strong);color:#FFFFFF;box-shadow:0 12px 28px rgb(var(--studio-accent-rgb)/.2)}.stage01-region-edit-confirm-backdrop{position:fixed;inset:0;z-index:5;display:grid;place-items:center;padding:24px;background:rgb(15 23 42/.22)}.stage01-region-edit-confirm{box-sizing:border-box;width:min(380px,calc(100vw - 48px));display:grid;grid-gap:10px;gap:10px;border:1px solid rgb(226 232 240/.86);border-radius:16px;padding:16px;background:rgb(255 255 255/.96);color:var(--studio-ink);box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.06),0 28px 70px rgb(var(--studio-ink-rgb)/.18);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.stage01-region-edit-confirm strong{font-size:15px;font-weight:780;line-height:1.25}.stage01-region-edit-confirm p{margin:0;color:var(--studio-ink-muted);font-size:13px;line-height:1.45}@media (max-width:860px){.stage01-region-edit-figure{margin-top:0}.stage01-region-edit-mode-panel{max-width:none}.stage01-region-edit-range-popover{right:auto;left:50%;width:min(340px,calc(100vw - 32px));transform:translateX(-50%)}.stage01-region-edit-input{top:calc(var(--stage01-region-edit-dock-top) - var(--stage01-region-edit-input-gap) - var(--stage01-region-edit-input-height));bottom:auto;width:min(520px,calc(100vw - 24px));gap:8px;padding:14px 8px 12px}.stage01-region-edit-input__tool-row{max-width:none}.stage01-region-edit-input__references{max-width:min(124px,24vw)}.stage01-region-edit-input__actions{max-width:min(320px,65%)}.stage01-region-edit-input .stage01-local-edit-popover__textarea{min-height:102px;max-height:102px}.stage01-region-edit-lightbox .stage01-region-edit-input .stage01-region-edit-input__reference{width:40px;height:40px}.stage01-region-edit-input__save{padding-right:10px;padding-left:10px}}.stage01-region-edit-input.is-batch-expanded{top:auto;right:auto;bottom:max(12px,calc(100dvh - var(--stage01-region-edit-dock-top) + var(--stage01-region-edit-input-gap)));left:var(--stage01-region-edit-center-x);height:auto;min-height:var(--stage01-region-edit-input-height);max-height:min(84dvh,calc(var(--stage01-region-edit-dock-top) - 16px));overflow:visible;transform:translateX(-50%)}.stage01-region-edit-input.is-batch-expanded .stage01-batch-table-slot{flex:0 1 auto;min-height:0;max-height:min(56dvh,560px)}.stage01-region-edit-input.is-batch-expanded>.stage01-region-edit-input__tool-row,.stage01-region-edit-input.is-batch-expanded>.stage01-selection-mention-lexical-editor{flex-shrink:0}@media (max-width:860px){.stage01-region-edit-input.is-batch-expanded{top:auto;bottom:max(8px,calc(100dvh - var(--stage01-region-edit-dock-top) + var(--stage01-region-edit-input-gap)));height:auto;min-height:var(--stage01-region-edit-input-height);max-height:min(88dvh,calc(var(--stage01-region-edit-dock-top) - 8px));border-radius:16px}.stage01-region-edit-input.is-batch-expanded .stage01-batch-table-slot{max-height:min(58dvh,520px)}}@media (max-height:700px){.stage01-region-edit-input.is-batch-expanded .stage01-batch-lightbox,.stage01-region-edit-input.is-batch-expanded .stage01-batch-table-slot{max-height:46dvh}.stage01-region-edit-input.is-batch-expanded .stage01-batch-lightbox__table-shell{max-height:28dvh}}.stage01-history-expanded-overlay{position:fixed;inset:0;z-index:240;display:grid;place-items:center;padding:clamp(24px,5vw,64px);background:transparent;overflow:auto;overscroll-behavior:contain;isolation:isolate}.stage01-history-expanded-overlay:before{content:"";position:fixed;inset:0;z-index:0;background:linear-gradient(180deg,rgb(248 250 252/.72),rgb(248 250 252/.68)),radial-gradient(circle at 50% 36%,rgb(255 255 255/.32),transparent 58%);-webkit-backdrop-filter:blur(34px) saturate(1.03) brightness(1.02);backdrop-filter:blur(34px) saturate(1.03) brightness(1.02);pointer-events:none}.stage01-history-expanded-close{position:fixed;top:clamp(18px,3vw,32px);right:clamp(18px,3vw,32px);z-index:2;border:1px solid rgb(148 163 184/.18);border-radius:8px;padding:7px 10px;background:rgb(255 255 255/.58);color:rgb(100 116 139/.78);font-size:12px;font-weight:560;line-height:1;cursor:pointer;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 8px 22px rgb(15 23 42/.07),inset 0 1px 0 rgb(255 255 255/.62);transition:background .16s ease-out,border-color .16s ease-out,color .16s ease-out,transform .16s ease-out}.stage01-history-expanded-close:focus-visible,.stage01-history-expanded-close:hover{outline:none;border-color:rgb(100 116 139/.22);background:rgb(255 255 255/.76);color:rgb(71 85 105/.88);transform:translateY(-1px)}.stage01-history-expanded-content{--history-grid-card-size:clamp(220px,min(20vw,36vh),340px);--history-grid-columns:3;--history-grid-gap:22px;--history-grid-max-height:740px;--history-grid-max-width:1064px;--history-grid-min-card-size:220px;position:relative;z-index:1;width:min(88vw,var(--history-grid-max-width));max-height:min(78vh,var(--history-grid-max-height));display:grid;place-items:center;overflow:visible}.stage01-history-expanded-hint{position:fixed;left:50%;bottom:clamp(20px,4vh,42px);z-index:2;max-width:min(88vw,420px);margin:0;transform:translateX(-50%);color:rgb(148 163 184/.72);font-size:12px;font-weight:500;line-height:1.2;text-align:center;pointer-events:none}.stage01-history-expanded-grid{position:relative;width:100%;display:grid;grid-template-columns:repeat(var(--history-grid-columns),minmax(0,var(--history-grid-card-size)));grid-gap:var(--history-grid-gap);gap:var(--history-grid-gap);align-content:center;justify-content:center;justify-items:center}.stage01-batch-history-section{--stage01-history-group-color:#EE1100;--stage01-history-group-contrast:#FFFFFF;--stage01-history-group-rgb:238 17 0;grid-column:1/-1;width:100%;min-width:0;display:grid;grid-gap:9px;gap:9px;justify-self:stretch}.stage01-batch-history-section.is-empty{padding:0 2px}.stage01-batch-history-section__header{grid-column:1/-1;width:100%;min-width:0;display:flex;flex-wrap:wrap;align-items:center;gap:5px 9px;justify-self:stretch;border:0;border-radius:0;padding:0 2px;background:transparent;color:var(--studio-ink-subtle);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.stage01-batch-history-section__title-row{display:contents;font-size:12px}.stage01-batch-history-section__title-row strong{color:color-mix(in srgb,var(--studio-ink-muted) 76%,var(--studio-ink-subtle));font-weight:580}.stage01-batch-history-section__badge{min-height:24px;display:inline-flex;align-items:center;justify-content:center;border:2px solid rgb(var(--stage01-history-group-rgb)/.76);border-radius:999px;padding:2px 8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;color:var(--stage01-history-group-color);cursor:pointer;font-size:11px;font-weight:650;line-height:1;box-shadow:none;transition:background .14s ease-out,border-color .14s ease-out,color .14s ease-out,transform .14s ease-out}.stage01-batch-history-section__badge.is-partial{border-color:var(--stage01-history-group-color);background:color-mix(in srgb,var(--stage01-history-group-color) 14%,white);color:color-mix(in srgb,var(--stage01-history-group-color) 72%,#111315)}.stage01-batch-history-section__badge.is-all{border-color:var(--stage01-history-group-color);background:var(--stage01-history-group-color);color:var(--stage01-history-group-contrast)}.stage01-batch-history-section__badge:focus-visible,.stage01-batch-history-section__badge:hover:not(:disabled){border-color:var(--stage01-history-group-color);outline:none;transform:translateY(-1px)}.stage01-batch-history-section__badge.is-none:focus-visible,.stage01-batch-history-section__badge.is-none:hover:not(:disabled){background:color-mix(in srgb,var(--stage01-history-group-color) 6%,white)}.stage01-batch-history-section__badge.is-partial:focus-visible,.stage01-batch-history-section__badge.is-partial:hover:not(:disabled){background:color-mix(in srgb,var(--stage01-history-group-color) 19%,white)}.stage01-batch-history-section__badge.is-all:focus-visible,.stage01-batch-history-section__badge.is-all:hover:not(:disabled){background:color-mix(in srgb,var(--stage01-history-group-color) 90%,#111315)}.stage01-batch-history-section__badge:focus-visible{box-shadow:0 0 0 3px rgb(var(--stage01-history-group-rgb)/.18)}.stage01-batch-history-section__badge:disabled{cursor:default;opacity:.58}.stage01-batch-history-section__hide-record{min-height:28px;display:inline-flex;align-items:center;gap:5px;-webkit-margin-start:auto;margin-inline-start:auto;border:1px solid transparent;border-radius:8px;padding:4px 7px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;color:rgb(100 116 139/.76);cursor:pointer;font-size:11px;font-weight:560;line-height:1;transition:border-color .14s ease-out,background .14s ease-out,color .14s ease-out,transform .14s ease-out}.stage01-batch-history-section__hide-record svg{width:14px;height:14px;flex:0 0 auto;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.stage01-batch-history-section__hide-record:focus-visible:not(:disabled),.stage01-batch-history-section__hide-record:hover:not(:disabled){border-color:rgb(100 116 139/.18);background:rgb(255 255 255/.72);color:rgb(71 85 105/.94);transform:translateY(-1px)}.stage01-batch-history-section__hide-record:focus-visible{outline:none;box-shadow:var(--focus-ring)}.stage01-batch-history-section__hide-record:disabled{cursor:wait;opacity:.54}.stage01-batch-history-section__header p,.stage01-batch-history-section__header small{margin:0;line-height:1.45}.stage01-batch-history-section__header p{color:var(--studio-ink-subtle);font-size:12px}.stage01-batch-history-section__header small{color:var(--studio-ink-subtle);font-size:11px}.stage01-batch-history-section__grid{box-sizing:border-box;width:calc(100% + 24px);min-width:0;display:grid;grid-template-columns:repeat(var(--history-grid-columns),minmax(0,1fr));grid-gap:var(--history-grid-gap);gap:var(--history-grid-gap);align-items:start;justify-items:center;margin-inline:-12px;border:2px solid color-mix(in srgb,var(--stage01-history-group-color) 54%,var(--studio-hairline));border-radius:var(--radius-panel);padding:10px;background:rgb(var(--stage01-history-group-rgb)/.025)}.stage01-history-expanded-card{--history-selected-glow-delay:0s;--history-selected-glow-duration:1.45s;--history-selected-glow-opacity-rest:0.18;--history-selected-glow-opacity-peak:0.78;--history-selected-glow-scale-rest:0.92;--history-selected-glow-scale-peak:1.28;--history-selected-glow-blur:52px;--history-selected-ring-opacity-rest:0.35;--history-selected-ring-opacity-peak:0.95;width:min(100%,var(--history-grid-card-size));aspect-ratio:1/1;border:0;border-radius:10px;padding:0;background:transparent;color:var(--studio-ink-muted);cursor:pointer;opacity:.64;isolation:isolate;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent;box-shadow:none;transition:opacity .18s ease-out,transform .18s ease-out}.stage01-history-expanded-card,.stage01-history-expanded-card-entrance{position:relative;z-index:1;min-width:0;display:grid;-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-user-drag:none;touch-action:manipulation}.stage01-history-expanded-card-entrance{width:100%;height:100%;min-height:0}.stage01-history-expanded-card:before{content:"";position:absolute;inset:-28px;z-index:0;border-radius:26px;background:radial-gradient(circle at 50% 50%,rgb(38 53 140/.42),rgb(38 53 140/.24) 42%,transparent 70%),radial-gradient(circle at 62% 42%,rgb(34 211 238/.16),transparent 42%),radial-gradient(circle at 36% 62%,rgb(99 102 241/.18),transparent 48%);filter:blur(var(--history-selected-glow-blur));opacity:0;transform:scale(1.02);pointer-events:none;transition:opacity .18s ease-out,transform .18s ease-out;will-change:opacity,transform}.stage01-history-expanded-card.is-inactive:focus-visible,.stage01-history-expanded-card.is-inactive:hover{z-index:2;opacity:.84;outline:none;transform:translateY(-3px) scale(1.01)}.stage01-history-expanded-card.is-inactive:focus-visible:before,.stage01-history-expanded-card.is-inactive:hover:before{opacity:.16;transform:scale(1.04)}.stage01-history-expanded-card.is-inactive:focus-visible .stage01-history-expanded-image,.stage01-history-expanded-card.is-inactive:hover .stage01-history-expanded-image{background:rgb(255 255 255/.78);box-shadow:0 0 0 1px rgb(38 53 140/.18),0 14px 30px rgb(15 23 42/.11),0 1px 2px rgb(15 23 42/.04)}.stage01-history-expanded-card.is-active{z-index:3;opacity:1;transform:scale(1.045)}.stage01-history-expanded-card.is-active:before{opacity:var(--history-selected-glow-opacity-rest);animation:stage01-history-expanded-selected-glow var(--history-selected-glow-duration) ease-in-out infinite;animation-delay:var(--history-selected-glow-delay);animation-direction:alternate;animation-fill-mode:both}.stage01-history-expanded-card.is-active:focus-visible,.stage01-history-expanded-card.is-active:hover{opacity:1;outline:none;transform:translateY(-3px) scale(1.055)}.stage01-history-expanded-card.is-active:focus-visible:before,.stage01-history-expanded-card.is-active:hover:before{opacity:.44}.stage01-history-expanded-card.is-active .stage01-history-expanded-image,.stage01-history-expanded-card.is-active:focus-visible .stage01-history-expanded-image,.stage01-history-expanded-card.is-active:hover .stage01-history-expanded-image{background:linear-gradient(180deg,rgb(255 255 255/.99),rgb(248 250 255/.97));box-shadow:inset 0 0 0 1px rgb(38 53 140/.38),0 0 0 1px rgb(38 53 140/.18),0 0 34px rgb(38 53 140/.22),0 24px 64px rgb(38 53 140/.2)}.stage01-history-expanded-card.is-active .stage01-history-expanded-image:after{background:transparent;box-shadow:inset 0 0 0 1px rgb(38 53 140/.48),inset 0 0 16px rgb(99 102 241/.18),0 0 18px rgb(34 211 238/.12);opacity:var(--history-selected-ring-opacity-rest);animation:stage01-history-expanded-selected-ring var(--history-selected-glow-duration) ease-in-out infinite;animation-delay:var(--history-selected-glow-delay);animation-direction:alternate}.stage01-history-expanded-card.is-active .stage01-history-expanded-image img,.stage01-history-expanded-card.is-active:focus-visible .stage01-history-expanded-image img,.stage01-history-expanded-card.is-active:hover .stage01-history-expanded-image img{filter:brightness(1.06) contrast(1.04) saturate(1.04);opacity:1}@keyframes stage01-history-expanded-selected-glow{0%{opacity:var(--history-selected-glow-opacity-rest);transform:scale(var(--history-selected-glow-scale-rest))}to{opacity:var(--history-selected-glow-opacity-peak);transform:scale(var(--history-selected-glow-scale-peak))}}@keyframes stage01-history-expanded-selected-ring{0%{opacity:var(--history-selected-ring-opacity-rest)}to{opacity:var(--history-selected-ring-opacity-peak)}}@media (prefers-reduced-motion:reduce){.stage01-history-expanded-card.is-active .stage01-history-expanded-image:after,.stage01-history-expanded-card.is-active:before{animation:none}}.stage01-history-expanded-image{position:relative;z-index:1;min-width:0;min-height:0;display:grid;place-items:center;border-radius:8px;background:rgb(255 255 255/.7);-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-user-drag:none;touch-action:manipulation;box-shadow:0 5px 14px rgb(15 23 42/.055),0 1px 2px rgb(15 23 42/.026);overflow:hidden;transition:background .18s ease-out,box-shadow .18s ease-out}.stage01-history-expanded-image:after{content:"";position:absolute;inset:0;z-index:1;border-radius:inherit;background:rgb(38 53 140/.2);opacity:0;pointer-events:none;transition:opacity .18s ease-out}.stage01-history-expanded-card.is-inactive .stage01-history-expanded-image:after{opacity:1}.stage01-history-expanded-card.is-inactive:focus-visible .stage01-history-expanded-image:after,.stage01-history-expanded-card.is-inactive:hover .stage01-history-expanded-image:after{opacity:0}.stage01-history-expanded-image img{position:relative;z-index:0;width:100%;height:100%;display:block;object-fit:contain;-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-user-drag:none;touch-action:manipulation;filter:brightness(.93) contrast(.95) saturate(.9);opacity:.88;transition:filter .18s ease-out,opacity .18s ease-out}.stage01-history-expanded-card.is-inactive:focus-visible .stage01-history-expanded-image img,.stage01-history-expanded-card.is-inactive:hover .stage01-history-expanded-image img{filter:brightness(.99) contrast(1) saturate(.96);opacity:.95}.stage01-history-expanded-batch-selector{position:absolute;top:10px;left:10px;z-index:4;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgb(38 53 140/.2);border-radius:8px;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgb(255 255 255/.9);color:rgb(38 53 140/.78);cursor:pointer;opacity:.78;outline:none;transform:translateY(-1px) scale(.98);box-shadow:none;transition:background .14s ease-out,border-color .14s ease-out,color .14s ease-out,opacity .14s ease-out,transform .14s ease-out}.stage01-history-expanded-batch-selector__number{min-width:0;font-size:12px;font-weight:700;line-height:1;text-align:center}.stage01-history-expanded-batch-selector.is-checked,.stage01-history-expanded-card:focus-visible .stage01-history-expanded-batch-selector,.stage01-history-expanded-card:focus-within .stage01-history-expanded-batch-selector,.stage01-history-expanded-card:hover .stage01-history-expanded-batch-selector{opacity:1;transform:translateY(0) scale(1)}.stage01-history-expanded-batch-selector:focus-visible,.stage01-history-expanded-batch-selector:hover{background:rgb(255 255 255/.96);border-color:rgb(38 53 140/.32);color:rgb(38 53 140/.92)}.stage01-history-expanded-batch-selector.is-checked{border-color:rgb(38 53 140/.86);background:rgb(38 53 140/.92);color:#ffffff}.stage01-history-expanded-actions{position:absolute;inset:0;z-index:3;pointer-events:none}.stage01-history-expanded-action{position:absolute;right:10px;width:30px;height:30px;display:inline-grid;place-items:center;border:1px solid rgb(255 255 255/.72);border-radius:999px;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgb(255 255 255/.82);color:rgb(71 85 105/.82);cursor:pointer;opacity:0;outline:none;pointer-events:none;text-decoration:none;transform:translateY(4px) scale(.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 6px 16px rgb(15 23 42/.12);transition:background .14s ease-out,border-color .14s ease-out,color .14s ease-out,opacity .14s ease-out,transform .14s ease-out}.stage01-history-expanded-action svg{width:15px;height:15px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.stage01-history-expanded-action--delete{top:10px;color:rgb(71 85 105/.82);transform:translateY(-4px) scale(.96)}.stage01-history-expanded-action--download{bottom:10px}.stage01-history-expanded-card:focus-visible .stage01-history-expanded-action,.stage01-history-expanded-card:focus-within .stage01-history-expanded-action,.stage01-history-expanded-card:hover .stage01-history-expanded-action{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.stage01-history-expanded-card:focus-within .stage01-history-expanded-action:focus-visible,.stage01-history-expanded-card:hover .stage01-history-expanded-action:hover{background:#ffffff;border-color:rgb(255 255 255/.88);color:rgb(30 41 59/.9);transform:translateY(-1px) scale(1.03)}.stage01-history-expanded-card:focus-within .stage01-history-expanded-action--delete:focus-visible,.stage01-history-expanded-card:hover .stage01-history-expanded-action--delete:hover{color:rgb(180 35 24/.92)}.stage01-history-batch-bar{position:fixed;left:50%;bottom:clamp(56px,7vh,82px);z-index:3;display:inline-flex;align-items:center;justify-content:center;gap:10px;max-width:min(92vw,640px);min-height:52px;padding:8px 10px 8px 14px;border:1px solid var(--studio-hairline);border-radius:999px;background:rgb(255 255 255/.88);color:rgb(71 85 105/.88);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.04),0 18px 42px rgb(var(--studio-ink-rgb)/.13),inset 0 1px 0 rgb(255 255 255/.74);transform:translateX(-50%)}.stage01-history-batch-bar__count{min-width:max-content;padding:0 4px;color:var(--studio-ink-soft);font-size:12px;font-weight:650;line-height:1}.stage01-history-batch-bar__button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--studio-accent);border-radius:999px;padding:0 15px;background:var(--studio-accent);color:#fff;cursor:pointer;font-size:12px;font-weight:760;line-height:1;box-shadow:0 10px 22px rgb(var(--studio-accent-rgb)/.16);transition:background .14s ease-out,border-color .14s ease-out,box-shadow .14s ease-out,color .14s ease-out,transform .17s cubic-bezier(.2,.82,.22,1)}.stage01-history-batch-bar__button:focus-visible,.stage01-history-batch-bar__button:hover{outline:none;border-color:var(--studio-accent-strong);background:var(--studio-accent-strong);transform:scale(1.025)}.stage01-history-batch-bar__button:disabled{cursor:not-allowed;opacity:.58;transform:none}.stage01-history-batch-bar__button.is-secondary{border-color:var(--studio-hairline-strong);background:rgb(255 255 255/.72);color:var(--studio-accent);box-shadow:none}.stage01-history-batch-bar__button.is-secondary:focus-visible,.stage01-history-batch-bar__button.is-secondary:hover{border-color:rgb(var(--studio-accent-rgb)/.22);background:rgb(var(--studio-accent-rgb)/.06);color:var(--studio-accent-strong)}.stage01-history-batch-bar__feedback{max-width:min(320px,48vw);color:var(--studio-ink-muted);font-size:11px;line-height:1.35}.stage01-history-hide-dialog-backdrop{position:fixed;inset:0;z-index:8;display:grid;place-items:center;padding:24px;background:rgb(15 23 42/.18)}.stage01-history-hide-dialog{box-sizing:border-box;width:min(430px,calc(100vw - 48px));display:grid;grid-gap:18px;gap:18px;border:1px solid var(--studio-hairline);border-radius:16px;padding:20px;background:rgb(255 255 255/.98);color:var(--studio-ink);box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.05),0 24px 60px rgb(var(--studio-ink-rgb)/.16);animation:stage01-history-hide-dialog-in .15s ease-out}.stage01-history-hide-dialog__copy{display:grid;grid-gap:8px;gap:8px}.stage01-history-hide-dialog__copy strong{font-size:17px;font-weight:720;line-height:1.35}.stage01-history-hide-dialog__copy p{margin:0;color:var(--studio-ink-muted);font-size:13px;line-height:1.55}.stage01-history-hide-dialog__copy .stage01-history-hide-dialog__feedback{color:var(--studio-danger);font-size:12px}.stage01-history-hide-dialog__actions{display:flex;justify-content:flex-end;gap:8px}.stage01-history-hide-dialog__button{min-height:36px;border:1px solid var(--studio-hairline-strong);border-radius:10px;padding:8px 14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;font:inherit;font-size:12px;font-weight:650;line-height:1;transition:background .14s ease-out,border-color .14s ease-out,color .14s ease-out,transform .14s ease-out}.stage01-history-hide-dialog__button:focus-visible:not(:disabled),.stage01-history-hide-dialog__button:hover:not(:disabled){outline:none;transform:translateY(-1px)}.stage01-history-hide-dialog__button:focus-visible{box-shadow:var(--focus-ring)}.stage01-history-hide-dialog__button:disabled{cursor:wait;opacity:.62}.stage01-history-hide-dialog__button.is-secondary{background:var(--studio-surface);color:var(--studio-ink-muted)}.stage01-history-hide-dialog__button.is-secondary:focus-visible:not(:disabled),.stage01-history-hide-dialog__button.is-secondary:hover:not(:disabled){border-color:rgb(var(--studio-accent-rgb)/.24);background:var(--studio-surface-soft);color:var(--studio-ink)}.stage01-history-hide-dialog__button.is-primary{border-color:var(--studio-accent);background:var(--studio-accent);color:#FFFFFF}.stage01-history-hide-dialog__button.is-primary:focus-visible:not(:disabled),.stage01-history-hide-dialog__button.is-primary:hover:not(:disabled){border-color:var(--studio-accent-strong);background:var(--studio-accent-strong)}@keyframes stage01-history-hide-dialog-in{0%{opacity:0;transform:translateY(6px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:1080px){.stage01-history-expanded-content{width:min(92vw,var(--history-grid-max-width))}}@media (max-width:640px){.stage01-history-expanded-overlay{padding:22px 16px}.stage01-history-batch-bar{gap:6px;max-width:calc(100vw - 24px);padding:7px 8px}.stage01-history-batch-bar__count{font-size:11px}.stage01-history-batch-bar__button{min-height:32px;padding:0 10px;font-size:11px}.stage01-history-expanded-content{--history-grid-min-card-size:160px;width:min(94vw,var(--history-grid-max-width))}.stage01-batch-history-section__grid,.stage01-history-expanded-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,var(--history-grid-min-card-size)),1fr));gap:12px}}.stage01-workspace-shell .stage01-action-dock{--stage01-action-dock-drop:0px;position:absolute;left:50%;bottom:18px;z-index:20;isolation:isolate;width:var(--stage01-main-dock-width);height:var(--stage01-main-dock-height);min-height:var(--stage01-main-dock-height);max-width:min(var(--stage01-main-dock-width),calc(100% - 32px));box-sizing:border-box;margin:0;border:1px solid var(--studio-hairline);border-radius:999px;display:flex;align-items:center;justify-content:center;gap:var(--stage01-main-dock-button-gap);flex-wrap:nowrap;padding:var(--stage01-main-dock-inner-inset);background:#FFFFFF;box-shadow:0 16px 40px rgb(17 24 39/.13);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transform:translate(-50%,var(--stage01-action-dock-drop));overflow:hidden}.stage01-workspace-shell .stage01-action-dock-lane{--stage01-local-edit-glow-rgb:38 53 140;position:absolute;inset:auto 0 auto;top:calc(var(--stage01-main-canvas-top) + var(--stage01-main-card-size) + var(--stage01-main-dock-gap));z-index:20;display:flex;align-items:center;justify-content:center;height:var(--stage01-main-dock-height);pointer-events:none}.stage01-workspace-shell .stage01-action-dock-lane .stage01-action-dock{position:relative;left:auto;bottom:auto;pointer-events:auto;transform:translateY(0);transition:transform .22s cubic-bezier(.2,.82,.22,1),box-shadow .22s ease,border-color .22s ease}.stage01-workspace-shell .stage01-action-dock-lane{overflow:visible}.stage01-workspace-shell .stage01-generation-cancel-notice{left:50%;bottom:calc(100% + 10px);z-index:2;max-width:min(620px,calc(100vw - 48px));border:1px solid rgb(203 213 225/.72);border-radius:999px;padding:7px 12px;background:rgb(255 255 255/.92);color:rgb(71 85 105/.9);box-shadow:0 10px 24px rgb(15 23 42/.08);font-size:12px;font-weight:620;line-height:1.45;pointer-events:none}.stage01-workspace-shell .stage01-generation-cancel-notice,.stage01-workspace-shell .stage01-quick-modify-retry-notice{position:absolute;box-sizing:border-box;width:max-content;margin:0;text-align:center;transform:translateX(-50%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.stage01-workspace-shell .stage01-quick-modify-retry-notice{-webkit-appearance:none;-moz-appearance:none;appearance:none;left:calc(50% - (var(--stage01-main-dock-width) / 2) + var(--stage01-main-dock-inner-inset) + (clamp(var(--stage01-main-dock-button-min-width),
          var(--stage01-main-dock-button-width-primary),
          var(--stage01-main-dock-button-max-width)) / 2));top:calc(100% + 9px);z-index:1;max-width:min(360px,calc(100vw - 48px));border:1px solid rgb(var(--studio-ink-rgb)/.08);border-radius:999px;padding:5px 10px;background:rgb(255 255 255/.94);color:var(--studio-ink-muted);box-shadow:0 8px 22px rgb(var(--studio-ink-rgb)/.08);font:inherit;font-size:11px;font-weight:620;line-height:1.42;cursor:pointer;transition:border-color .14s ease,box-shadow .14s ease,color .14s ease,opacity .14s ease}.stage01-workspace-shell .stage01-action-dock-lane.is-local-edit-open .stage01-quick-modify-retry-notice{top:calc(100% + var(--stage01-local-edit-dock-shift) + 9px)}.stage01-workspace-shell .stage01-quick-modify-retry-notice:focus-visible,.stage01-workspace-shell .stage01-quick-modify-retry-notice:hover{outline:none;border-color:rgb(var(--studio-accent-rgb)/.18);color:var(--studio-ink);box-shadow:0 10px 24px rgb(var(--studio-ink-rgb)/.08)}.stage01-workspace-shell .stage01-action-dock-lane.is-local-edit-open{z-index:38}.stage01-workspace-shell .stage01-action-dock-lane .stage01-action-dock.is-local-edit-open{transform:translateY(var(--stage01-local-edit-dock-shift))}.stage01-workspace-shell .stage01-local-edit-popover{position:absolute;left:50%;bottom:calc(var(--stage01-main-dock-height) + var(--stage01-local-edit-gap) - var(--stage01-local-edit-dock-shift));z-index:24;box-sizing:border-box;width:var(--stage01-main-popover-width);display:flex;flex-direction:column;gap:8px;isolation:isolate;overflow:hidden;border:1px solid rgb(var(--stage01-local-edit-glow-rgb)/.16);border-radius:22px;padding:14px 14px 12px;background:linear-gradient(180deg,rgb(255 255 255/.96),rgb(248 249 252/.94)),rgb(255 255 255/.94);box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.05),0 20px 50px rgb(var(--studio-ink-rgb)/.13),0 0 24px rgb(var(--stage01-local-edit-glow-rgb)/.11);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);pointer-events:auto;transform:translateX(-50%);animation:stage01-local-edit-popover-in .18s cubic-bezier(.2,.82,.22,1);transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.stage01-workspace-shell .stage01-local-edit-popover:after,.stage01-workspace-shell .stage01-local-edit-popover:before{content:"";position:absolute;pointer-events:none}.stage01-workspace-shell .stage01-local-edit-popover:before{inset:-1px;z-index:0;border-radius:inherit;background:linear-gradient(115deg,rgb(var(--stage01-local-edit-glow-rgb)/.18) 0,transparent 36%,rgb(var(--studio-accent-rgb)/.1) 72%,transparent 100%);opacity:.42;transition:opacity .18s ease,filter .18s ease}.stage01-workspace-shell .stage01-local-edit-popover:after{inset:8px;z-index:2;border:1px dashed rgb(var(--studio-accent-rgb)/.34);border-radius:14px;opacity:0;transition:opacity .16s ease}.stage01-workspace-shell .stage01-local-edit-popover.is-dragging:after{opacity:1}.stage01-workspace-shell .stage01-local-edit-popover>*{position:relative;z-index:1}.stage01-workspace-shell .stage01-local-edit-popover:focus-within{border-color:rgb(var(--stage01-local-edit-glow-rgb)/.28);box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.05),0 21px 52px rgb(var(--studio-ink-rgb)/.14),0 0 34px rgb(var(--stage01-local-edit-glow-rgb)/.14)}.stage01-workspace-shell .stage01-local-edit-popover.is-submitting{--stage01-loading-sheen-opacity-low:0.2;--stage01-loading-sheen-opacity-high:0.68;--stage01-local-edit-loading-gray:rgb(112 119 133);--stage01-local-edit-loading-muted-gray:rgb(143 149 160);border-color:rgb(var(--stage01-local-edit-glow-rgb)/.3);cursor:wait;animation:stage01-local-edit-popover-in .18s cubic-bezier(.2,.82,.22,1),stage01-loading-outline-breathe 1.8s ease-in-out infinite}.stage01-workspace-shell .stage01-local-edit-popover.is-submitting:before{opacity:.62;filter:saturate(1.08)}.stage01-workspace-shell .stage01-local-edit-popover.is-submitting:after{inset:-45% auto -45% -70%;z-index:0;width:150%;border:0;border-radius:inherit;opacity:1;background:linear-gradient(90deg,transparent,rgb(255 255 255/.06) 18%,rgb(191 219 254/.36) 32%,rgb(233 213 255/.44) 46%,rgb(254 249 195/.26) 58%,rgb(207 250 254/.36) 70%,rgb(255 255 255/.08) 82%,transparent);filter:saturate(1.35);mix-blend-mode:normal;transform:translateX(-120%) skewX(-14deg);animation:stage01-loading-sheen-sweep 1.8667s ease-in-out infinite}.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-reference__thumb{animation:stage01-local-edit-content-breathe 1.8s ease-in-out infinite}.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-popover__textarea{--stage01-loading-outline-border-low:transparent;--stage01-loading-outline-border-high:transparent;--stage01-loading-outline-color-low:var(--stage01-local-edit-loading-gray);--stage01-loading-outline-color-high:var(--studio-ink);animation:stage01-loading-outline-breathe 1.8s ease-in-out infinite}.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-popover__textarea:disabled{opacity:1;-webkit-text-fill-color:currentColor}.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-add,.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-reference__remove,.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-reference__role-label{--stage01-loading-outline-border-low:rgb(var(--studio-ink-rgb)/0.08);--stage01-loading-outline-border-high:rgb(var(--stage01-local-edit-glow-rgb)/0.24);--stage01-loading-outline-color-low:var(--stage01-local-edit-loading-muted-gray);--stage01-loading-outline-color-high:var(--studio-ink-muted);animation:stage01-loading-outline-breathe 1.8s ease-in-out infinite}.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-submit,.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-submit .ai-glow-button__content{--stage01-loading-outline-border-low:rgb(38 53 140/0.3);--stage01-loading-outline-border-high:#26358C;--stage01-loading-outline-color-low:rgb(38 53 140/0.3);--stage01-loading-outline-color-high:#26358C;animation:stage01-loading-outline-breathe 1.8s ease-in-out infinite}.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-add,.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-reference__remove,.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-reference__role-label,.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-reference__thumb{cursor:wait}.stage01-workspace-shell .stage01-local-edit-popover:focus-within:before,.stage01-workspace-shell .stage01-local-edit-popover:hover:before{opacity:.62;filter:saturate(1.08)}.stage01-workspace-shell .stage01-saved-batch-summary{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;flex:0 1 auto;justify-content:center;gap:0;width:100%;min-width:0;min-height:36px;margin:0;overflow:hidden;text-align:left}.stage01-workspace-shell .stage01-batch-popover-meta{align-items:flex-start;align-self:end;display:flex;flex-direction:column;justify-content:flex-end;justify-self:end;width:max-content;max-width:100%;min-width:0;min-height:36px;overflow:hidden;text-align:left}.stage01-workspace-shell .stage01-saved-batch-summary__line{display:block;width:100%;min-width:0;overflow:hidden;overflow-wrap:anywhere;text-overflow:clip;white-space:normal}.stage01-workspace-shell .stage01-saved-batch-summary__line.is-primary{color:var(--studio-ink);font-size:11px;font-weight:600;line-height:1.3}.stage01-workspace-shell .stage01-saved-batch-summary__line.is-secondary{color:var(--studio-ink-muted);font-size:11px;line-height:1.3}.stage01-workspace-shell .stage01-local-edit-tool-row{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;min-width:0;min-height:38px}.stage01-workspace-shell .stage01-local-edit-tool-left{display:flex;align-items:center;flex:1 1 auto;gap:8px;min-width:0}.stage01-workspace-shell .stage01-local-edit-add,.stage01-workspace-shell .stage01-local-edit-reference__remove,.stage01-workspace-shell .stage01-local-edit-reference__replace{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--studio-hairline);border-radius:10px;background:#FFFFFF;color:var(--studio-ink-muted);box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.04);cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s cubic-bezier(.2,.82,.22,1)}.stage01-workspace-shell .stage01-local-edit-add{flex:0 0 32px}.stage01-workspace-shell .stage01-local-edit-add:hover{border-color:rgb(var(--studio-accent-rgb)/.22);background:var(--studio-accent-soft);color:var(--studio-accent);transform:scale(1.03)}.stage01-workspace-shell .stage01-local-edit-reference__remove:hover,.stage01-workspace-shell .stage01-local-edit-reference__replace:hover{border-color:rgb(var(--studio-accent-rgb)/.22);background:var(--studio-accent-soft);color:var(--studio-accent);box-shadow:none;transform:none}.stage01-workspace-shell .stage01-local-edit-add input,.stage01-workspace-shell .stage01-local-edit-reference__file-input,.stage01-workspace-shell .stage01-local-edit-reference__thumb input{display:none}.stage01-workspace-shell .stage01-local-edit-add svg,.stage01-workspace-shell .stage01-local-edit-reference__replace svg{width:17px;height:17px;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.stage01-workspace-shell .stage01-local-edit-popover__textarea{width:100%;min-height:var(--stage01-local-edit-textarea-height);max-height:158px;box-sizing:border-box;resize:none;border:0;border-radius:14px;padding:4px 4px 2px;background:transparent;color:var(--studio-ink);box-shadow:none;font:inherit;font-size:13px;line-height:1.55;outline:none;transition:background-color .16s ease,box-shadow .16s ease}.stage01-workspace-shell .stage01-local-edit-popover__textarea::placeholder{color:var(--studio-ink-subtle)}.stage01-workspace-shell .stage01-local-edit-popover:hover .stage01-local-edit-popover__textarea,.stage01-workspace-shell .stage01-local-edit-popover__textarea:focus,.stage01-workspace-shell .stage01-local-edit-popover__textarea:not(:placeholder-shown){background:transparent;box-shadow:none}.stage01-workspace-shell .stage01-local-edit-references{display:flex;flex:1 1 auto;gap:6px;min-width:0;min-height:50px;overflow-x:auto;padding:0 40px 9px 5px;scrollbar-width:none}.stage01-workspace-shell .stage01-local-edit-references::-webkit-scrollbar{display:none}.stage01-workspace-shell .stage01-local-edit-reference{position:relative;display:block;flex:0 0 auto;width:40px;height:40px;border:1px solid rgb(var(--studio-ink-rgb)/.08);border-radius:12px;padding:3px;background:rgb(255 255 255/.66);box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.035)}.stage01-workspace-shell .stage01-local-edit-reference__thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;height:100%;overflow:hidden;border:1px solid var(--studio-hairline);border-radius:9px;padding:0;background:#FFFFFF;cursor:pointer;box-shadow:none;line-height:0;transition:background-color .14s ease,border-color .14s ease}.stage01-workspace-shell .stage01-local-edit-reference__thumb:focus-visible,.stage01-workspace-shell .stage01-local-edit-reference__thumb:hover{outline:none;border-color:rgb(var(--studio-accent-rgb)/.22);background:rgb(var(--studio-accent-rgb)/.04);box-shadow:none;transform:none}.stage01-workspace-shell .stage01-local-edit-reference__thumb img{width:100%;height:100%;display:block;object-fit:contain}.stage01-workspace-shell .stage01-local-edit-reference-error{margin:0;color:rgb(185 28 28/.86);font-size:11px;font-weight:680;line-height:1.3;max-width:180px;white-space:normal}.stage01-workspace-shell .stage01-local-edit-reference.is-source-current .stage01-local-edit-reference__thumb{cursor:pointer}.stage01-workspace-shell .stage01-local-edit-reference.is-region-selected{border-color:rgb(var(--studio-accent-rgb)/.68);background:rgb(var(--studio-accent-rgb)/.72)}.stage01-workspace-shell .stage01-local-edit-reference.is-region-selected .stage01-local-edit-reference__thumb{border-color:transparent}.stage01-workspace-shell .stage01-local-edit-reference__remove,.stage01-workspace-shell .stage01-local-edit-reference__replace{position:absolute;top:0;width:18px;height:18px;border-radius:999px;background:rgb(255 255 255/.88);color:var(--studio-ink-muted);font-size:13px;line-height:1;opacity:0;pointer-events:none;transform:none;box-shadow:none}.stage01-workspace-shell .stage01-local-edit-reference__remove{right:-5px}.stage01-workspace-shell .stage01-local-edit-reference__replace{left:-5px}.stage01-workspace-shell .stage01-local-edit-reference:focus-within .stage01-local-edit-reference__remove,.stage01-workspace-shell .stage01-local-edit-reference:focus-within .stage01-local-edit-reference__replace,.stage01-workspace-shell .stage01-local-edit-reference:hover .stage01-local-edit-reference__remove,.stage01-workspace-shell .stage01-local-edit-reference:hover .stage01-local-edit-reference__replace{opacity:1;pointer-events:auto;transform:none}.stage01-workspace-shell .stage01-local-edit-reference.is-source-current .stage01-local-edit-reference__remove{display:none}.stage01-workspace-shell .stage01-local-edit-reference__tooltip{position:absolute;left:50%;bottom:calc(100% + 8px);z-index:4;width:max-content;max-width:150px;transform:translate(-50%,3px);border:1px solid rgb(var(--studio-ink-rgb)/.1);border-radius:999px;padding:5px 8px;background:rgb(255 255 255/.94);color:var(--studio-ink-muted);box-shadow:none;font-size:11px;font-weight:650;line-height:1;opacity:0;pointer-events:none;white-space:nowrap;transition:opacity .14s ease,transform .14s ease}.stage01-workspace-shell .stage01-local-edit-reference:focus-within .stage01-local-edit-reference__tooltip,.stage01-workspace-shell .stage01-local-edit-reference:hover .stage01-local-edit-reference__tooltip{opacity:1;transform:translate(-50%)}.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-reference,.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-reference__thumb,.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-references{pointer-events:none}.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-reference__thumb:focus-visible,.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-reference__thumb:hover{border-color:var(--studio-hairline);background:#FFFFFF}.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-reference:focus-within .stage01-local-edit-reference__remove,.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-reference:focus-within .stage01-local-edit-reference__replace,.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-reference:focus-within .stage01-local-edit-reference__tooltip,.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-reference:hover .stage01-local-edit-reference__remove,.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-reference:hover .stage01-local-edit-reference__replace,.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-reference:hover .stage01-local-edit-reference__tooltip{opacity:0;pointer-events:none}.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-reference:focus-within .stage01-local-edit-reference__tooltip,.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-reference:hover .stage01-local-edit-reference__tooltip{transform:translate(-50%,3px)}.stage01-workspace-shell .stage01-local-edit-reference__role-label{position:absolute;left:50%;bottom:-8px;max-width:52px;min-width:30px;transform:translateX(-50%);border:1px solid rgb(var(--studio-ink-rgb)/.1);border-radius:999px;background:rgb(255 255 255/.94);color:var(--studio-ink-muted);font-size:9px;line-height:1;text-align:center;box-shadow:0 2px 5px rgb(var(--studio-ink-rgb)/.09);padding:3px 5px;pointer-events:none}.stage01-workspace-shell .stage01-local-edit-submit{flex:0 0 auto;min-height:36px;border-radius:12px;padding:8px 14px}.stage01-region-edit-save-anchor,.stage01-workspace-shell .stage01-overpower-action-anchor{display:flex;flex:0 0 auto;flex-direction:column;align-items:stretch;gap:4px;min-width:0}.stage01-action-feedback{box-sizing:border-box;max-width:240px;margin:0;border-radius:8px;padding:5px 7px;background:rgb(248 250 252/.96);color:#475569;font-size:11px;font-weight:620;line-height:1.35;white-space:normal}.action-scoped-feedback.stage01-action-feedback{box-shadow:0 8px 20px rgb(var(--studio-ink-rgb)/.12);font-size:11px;line-height:1.35}.stage-workspace-read-feedback{align-self:center;width:max-content;max-width:min(360px,calc(100vw - 32px))}.stage01-root>.stage-workspace-top-feedback{translate:calc((var(--stage01-left-rail-width) - var(--stage01-right-rail-width)) / 2) 0}@media (max-width:960px){.studio-workspace-grid .stage2-studio-embedded>.stage-workspace-top-feedback{justify-self:center}}@media (min-width:961px){.studio-workspace-grid .stage2-studio-embedded>.stage-workspace-top-feedback{grid-column:2;grid-row:1;align-self:start;justify-self:center;margin-top:8px;z-index:20;pointer-events:none}.studio-workspace-grid:has(.stage2-studio-embedded>.stage-workspace-top-feedback) .stage2-inspector,.studio-workspace-grid:has(.stage2-studio-embedded>.stage-workspace-top-feedback) .stage2-studio-center{grid-row:1}}.stage01-action-feedback.is-error{background:rgb(254 242 242/.96);color:#b91c1c}.stage01-workspace-shell .stage01-overpower-action-anchor .stage01-action-feedback{position:absolute;right:0;bottom:calc(100% + 6px);z-index:4;width:max-content;max-width:min(240px,70vw);align-self:flex-end}.stage01-workspace-shell .stage01-overpower-action-anchor{position:relative;overflow:visible}.stage01-action-feedback.is-status{background:rgb(238 242 255/.96);color:#3447a5}.stage01-workspace-shell .stage01-overpower-label{display:inline-flex;align-items:baseline;gap:0;color:var(--studio-ink-muted);white-space:nowrap}.stage01-workspace-shell .stage01-overpower-label__brand{color:var(--studio-accent)}@keyframes stage01-local-edit-popover-in{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}@keyframes stage01-local-edit-content-breathe{0%,to{opacity:.82;filter:grayscale(.72) saturate(.5) contrast(.96)}50%{opacity:1;filter:grayscale(0) saturate(1) contrast(1)}}.stage01-workspace-shell .stage01-action-dock:before{content:"";position:absolute;inset:-1px;z-index:0;border-radius:inherit;background:linear-gradient(112deg,transparent 0,transparent 34%,rgb(var(--studio-accent-rgb)/.15) 44%,rgb(34 166 154/.12) 50%,rgb(var(--studio-accent-rgb)/.12) 56%,transparent 68%,transparent 100%);opacity:.78;pointer-events:none;transform:translateX(0)}.stage01-workspace-shell .stage01-action-dock:is(:hover,:focus-within):before{animation:stage01DockGlowSweep 5.6s ease-in-out infinite}.stage01-workspace-shell .stage01-action-dock:after{content:"";position:absolute;inset:0;z-index:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgb(var(--studio-accent-rgb)/.055),inset 0 1px 0 rgb(255 255 255/.82);pointer-events:none}.stage01-workspace-shell .stage01-action-dock>*{position:relative;z-index:1}@keyframes stage01DockGlowSweep{0%,38%{transform:translateX(-72%)}72%,to{transform:translateX(72%)}}.stage01-workspace-shell .stage01-action-dock.is-initial-empty{align-items:stretch;flex-wrap:nowrap;gap:0;padding:0}.stage01-workspace-shell .stage01-action-dock.is-loading,.stage01-workspace-shell .stage01-loading-action-dock{align-items:stretch;isolation:isolate;flex-wrap:nowrap;gap:0;padding:0}.stage01-workspace-shell .stage01-loading-action-dock:before{content:"";position:absolute;inset:-2px;z-index:0;height:auto;border-radius:999px;background:linear-gradient(90deg,transparent,rgb(38 53 140/.12) 18%,rgb(147 197 253/.28) 38%,rgb(233 213 255/.24) 56%,rgb(38 53 140/.14) 76%,transparent);opacity:.56;pointer-events:none;filter:none;transform:translateX(0);transition:opacity .22s ease,transform .52s cubic-bezier(.2,.82,.22,1);animation:none;animation-play-state:paused}.stage01-workspace-shell .stage01-loading-action-dock:focus-within:before,.stage01-workspace-shell .stage01-loading-action-dock:hover:before{opacity:.82;transform:translateX(0);animation:none;animation-play-state:paused}.stage01-workspace-shell .stage01-action-dock.is-initial-empty .stage2-ai-action{position:absolute;inset:0;z-index:1;flex:none;width:100%;max-width:none;min-width:0;height:100%;min-height:0;border:1.5px solid transparent;border-radius:inherit;padding:0 var(--stage01-main-dock-button-padding-x);background:#26358C;background-clip:padding-box;color:#FFFFFF;box-shadow:0 2px 6px rgb(12 18 70/.12),0 18px 38px rgb(38 53 140/.2);overflow:hidden}.stage01-workspace-shell .stage01-initial-cta-button{position:relative;z-index:2;background:#26358C;background-clip:padding-box}.stage01-workspace-shell .stage01-action-dock.is-initial-empty .stage01-initial-cta-button:before{animation:none;animation-play-state:paused}.stage01-workspace-shell .stage01-action-dock.is-initial-empty .stage01-initial-cta-button:after,.stage01-workspace-shell .stage01-action-dock.is-initial-empty .stage01-initial-cta-button:before{content:"";position:absolute;top:1px;left:16px;z-index:1;display:block;width:84%;height:2.67px;border-radius:999px;background:linear-gradient(90deg,transparent,rgb(196 181 253/.18) 22%,rgb(168 139 250/.78) 50%,rgb(196 181 253/.2) 78%,transparent);filter:blur(.37px);opacity:0;pointer-events:none;transform:translateX(-140%);transition:opacity .3s ease}.stage01-workspace-shell .stage01-action-dock.is-initial-empty .stage01-initial-cta-button .ai-glow-button__content{position:relative;z-index:2;gap:var(--stage01-generation-button-content-gap);font-size:var(--stage01-generation-button-font-size);line-height:1}.stage01-workspace-shell .stage01-action-dock.is-initial-empty .stage01-initial-cta-button .ai-glow-button__icon,.stage01-workspace-shell .stage01-action-dock.is-initial-empty .stage01-initial-cta-button .ai-glow-button__label{transform:translateZ(0);transition:transform .3s ease-out}.stage01-workspace-shell .stage01-action-dock.is-initial-empty .stage01-initial-cta-button .ai-glow-button__label{display:inline-block}.stage01-workspace-shell .stage01-action-dock.is-initial-empty .stage01-initial-cta-button .ai-glow-button__icon{width:var(--stage01-generation-button-icon-size);height:var(--stage01-generation-button-icon-size);flex-basis:var(--stage01-generation-button-icon-size);transform-origin:center}.stage01-workspace-shell .stage01-action-dock .stage2-primary-button,.stage01-workspace-shell .stage01-action-dock .stage2-secondary-button,.stage01-workspace-shell .stage01-action-dock>.stage01-action-feedback-anchor{display:inline-flex;flex:1 1 auto;align-items:center;justify-content:center;box-sizing:border-box;width:clamp(var(--stage01-main-dock-button-min-width),var(--stage01-main-dock-button-width),var(--stage01-main-dock-button-max-width));max-width:100%;min-width:0;min-height:var(--stage01-main-dock-button-height);border-radius:999px;padding:0 var(--stage01-main-dock-button-padding-x);font-size:var(--stage01-main-dock-button-font-size);font-weight:740;letter-spacing:0;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stage01-workspace-shell .stage01-action-dock:has(>:nth-child(4))>:is(.stage2-primary-button,.stage2-secondary-button,.stage01-action-feedback-anchor){width:clamp(var(--stage01-main-dock-button-min-width),var(--stage01-main-dock-button-width-secondary),var(--stage01-main-dock-button-max-width))}.stage01-workspace-shell .stage01-action-dock:has(>:nth-child(4))>:is(.stage2-primary-button,.stage2-secondary-button,.stage01-action-feedback-anchor):first-child,.stage01-workspace-shell .stage01-action-dock:has(>:nth-child(4))>:is(.stage2-primary-button,.stage2-secondary-button,.stage01-action-feedback-anchor):nth-child(3){width:clamp(var(--stage01-main-dock-button-min-width),var(--stage01-main-dock-button-width-primary),var(--stage01-main-dock-button-max-width))}.stage01-workspace-shell .stage01-action-dock:has(>:nth-child(4))>:is(.stage2-primary-button,.stage2-secondary-button,.stage01-action-feedback-anchor):nth-child(4){width:clamp(var(--stage01-main-dock-button-min-width),var(--stage01-main-dock-button-width-compare),var(--stage01-main-dock-button-max-width))}.stage01-workspace-shell .stage01-action-dock .ai-glow-button__content,.stage01-workspace-shell .stage01-action-dock .stage2-primary-button,.stage01-workspace-shell .stage01-action-dock .stage2-secondary-button{align-items:center;justify-content:center}.stage01-workspace-shell .stage01-action-dock .ai-glow-button__content{gap:var(--stage01-main-dock-button-content-gap);min-width:0;max-width:100%;font-size:inherit;line-height:1;overflow:hidden}.stage01-workspace-shell .stage01-action-dock .ai-glow-button__icon,.stage01-workspace-shell .stage01-action-dock :is(.stage2-primary-button,.stage2-secondary-button) svg{width:var(--stage01-main-dock-button-icon-size);height:var(--stage01-main-dock-button-icon-size);flex:0 0 var(--stage01-main-dock-button-icon-size)}.stage01-workspace-shell .stage01-action-dock .ai-glow-button__label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stage01-workspace-shell .stage01-action-dock .stage2-secondary-button:not(.stage2-ai-action){border-color:transparent;background:transparent;color:var(--studio-ink-muted);box-shadow:none}.stage01-workspace-shell .stage01-action-dock .stage2-secondary-button:not(.stage2-ai-action):hover:not(:disabled){background:var(--studio-surface-soft);color:var(--studio-ink);transform:scale(1.018)}.stage01-workspace-shell .stage01-action-dock .stage2-primary-button:not(.stage2-ai-action){border-color:transparent;background:var(--studio-surface-soft);color:var(--studio-ink-muted);box-shadow:none}.stage01-workspace-shell .stage01-action-dock .stage2-primary-button:not(.stage2-ai-action):hover:not(:disabled){background:#FFFFFF;color:var(--studio-accent);transform:scale(1.018)}.stage01-workspace-shell .stage01-action-dock.is-crop-confirmation .stage2-primary-button:not(.stage2-ai-action){border-color:var(--studio-accent);background:var(--studio-accent);color:#FFFFFF;box-shadow:0 10px 24px rgb(var(--studio-accent-rgb)/.16)}.stage01-workspace-shell .stage01-action-dock.is-crop-confirmation .stage2-primary-button:not(.stage2-ai-action):hover:not(:disabled){border-color:var(--studio-accent-strong);background:var(--studio-accent-strong);color:#FFFFFF;box-shadow:0 12px 28px rgb(var(--studio-accent-rgb)/.2);transform:scale(1.018)}.stage01-workspace-shell .stage01-action-dock.is-crop-confirmation .stage2-primary-button:not(.stage2-ai-action):disabled{border-color:rgb(var(--studio-accent-rgb)/.18);background:rgb(var(--studio-accent-rgb)/.38);color:rgb(255 255 255/.78);box-shadow:none}.stage01-workspace-shell .stage01-action-dock .stage2-primary-button:not(.stage2-ai-action):active:not(:disabled),.stage01-workspace-shell .stage01-action-dock .stage2-secondary-button:active:not(:disabled){transform:scale(1.036);transition-duration:90ms}.stage01-workspace-shell .stage01-action-dock .stage2-ai-action{--stage01-border-beam-width:2px;isolation:isolate;border-color:rgb(var(--studio-accent-rgb)/.13);color:var(--studio-accent);background:transparent;box-shadow:0 1px 2px rgb(var(--studio-ink-rgb)/.04),0 10px 24px rgb(var(--studio-accent-rgb)/.09)}.stage01-workspace-shell .stage01-action-dock .stage2-ai-action:before{inset:-120%;border-radius:inherit;background:conic-gradient(from 0deg,transparent 0deg,transparent 248deg,rgb(var(--studio-accent-rgb)/.1) 268deg,rgb(80 180 255/.5) 288deg,rgb(var(--studio-accent-rgb)/.18) 306deg,transparent 330deg,transparent 1turn);opacity:0;transform:rotate(0deg);animation:stage01-border-beam-spin 4.8s linear infinite;animation-play-state:paused;transition:opacity .18s ease-out,filter .18s ease-out}.stage01-workspace-shell .stage01-action-dock .stage2-ai-action:not(:disabled):is(:hover,:focus-visible):before,.stage01-workspace-shell .stage01-action-dock:is(:hover,:focus-within) .stage2-ai-action:not(:disabled):before{opacity:1;animation-play-state:running}.stage01-workspace-shell .stage01-action-dock .stage2-ai-action:after{inset:var(--stage01-border-beam-width);border-radius:inherit;background:#FFFFFF}.stage01-workspace-shell .stage01-action-dock .stage2-ai-action .ai-glow-button__content{z-index:2}.stage01-workspace-shell .stage01-action-dock.is-loading .stage01-loading-action-button,.stage01-workspace-shell .stage01-action-dock.is-loading .stage01-loading-action-button:disabled,.stage01-workspace-shell .stage01-loading-action-dock .stage01-loading-action-button,.stage01-workspace-shell .stage01-loading-action-dock .stage01-loading-action-button:disabled{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;inset:0;z-index:1;display:inline-flex;flex:none;align-items:center;justify-content:center;box-sizing:border-box;isolation:isolate;width:100%;max-width:none;min-width:0;height:100%;min-height:0;border:1px solid #26358c;border-radius:inherit;padding:0 var(--stage01-main-dock-button-padding-x);background:transparent;color:#26358C;box-shadow:none;cursor:wait;font-family:inherit;font-size:var(--stage01-main-dock-button-font-size);font-weight:740;line-height:1;letter-spacing:0;opacity:1;overflow:hidden;transform:none;white-space:nowrap;animation:stage01-loading-outline-breathe 1.8s ease-in-out infinite}.stage01-workspace-shell .stage01-action-dock.is-loading .stage01-loading-action-button.is-cancellable,.stage01-workspace-shell .stage01-loading-action-dock .stage01-loading-action-button.is-cancellable{cursor:pointer}.stage01-workspace-shell .stage01-action-dock.is-loading .stage01-loading-action-button:is(:hover,:focus-visible,:active),.stage01-workspace-shell .stage01-loading-action-dock .stage01-loading-action-button:is(:hover,:focus-visible,:active){border-color:#26358C;background:transparent;color:#26358C;box-shadow:none;transform:none}.stage01-workspace-shell .stage01-action-dock.is-loading .stage01-loading-action-button.is-cancellable:is(:hover,:focus-visible,:active),.stage01-workspace-shell .stage01-loading-action-dock .stage01-loading-action-button.is-cancellable:is(:hover,:focus-visible,:active){background:rgb(38 53 140/.045);box-shadow:inset 0 0 0 1px rgb(38 53 140/.08)}.stage01-workspace-shell .stage01-loading-action-sheen{--stage01-loading-sheen-opacity-low:0.2;--stage01-loading-sheen-opacity-high:0.68;position:absolute;top:-45%;bottom:-45%;left:-70%;z-index:1;width:150%;border-radius:inherit;background:linear-gradient(90deg,transparent,rgb(255 255 255/.06) 18%,rgb(191 219 254/.36) 32%,rgb(233 213 255/.44) 46%,rgb(254 249 195/.26) 58%,rgb(207 250 254/.36) 70%,rgb(255 255 255/.08) 82%,transparent);filter:saturate(1.35);mix-blend-mode:normal;opacity:var(--stage01-loading-sheen-opacity-low);pointer-events:none;transform:translateX(-120%) skewX(-14deg);transition:opacity .22s ease;animation:stage01-loading-sheen-sweep 1.8667s ease-in-out infinite}.stage01-workspace-shell .stage01-loading-action-dock:focus-within .stage01-loading-action-sheen,.stage01-workspace-shell .stage01-loading-action-dock:hover .stage01-loading-action-sheen{--stage01-loading-sheen-opacity-low:0.26;--stage01-loading-sheen-opacity-high:0.82}.stage01-workspace-shell .stage01-loading-action-content{position:relative;z-index:2;display:inline-grid;grid-template-columns:var(--stage01-generation-button-icon-size) minmax(0,auto);align-items:center;justify-content:center;column-gap:var(--stage01-generation-button-content-gap);min-width:0;max-width:100%;font-size:var(--stage01-generation-button-font-size);line-height:1;overflow:hidden;pointer-events:none}.stage01-workspace-shell .stage01-loading-action-icon{width:var(--stage01-generation-button-icon-size);height:var(--stage01-generation-button-icon-size);flex:0 0 var(--stage01-generation-button-icon-size);grid-area:1/1;color:currentColor;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round;opacity:1;transition:opacity .16s ease,transform .16s ease}.stage01-workspace-shell .stage01-loading-action-button.is-cancellable .stage01-loading-action-icon--cancel{opacity:0;transform:scale(.92)}.stage01-workspace-shell .stage01-loading-action-label{grid-area:1/2;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:opacity .16s ease,transform .16s ease}.stage01-workspace-shell .stage01-loading-action-button.is-cancellable .stage01-loading-action-label--cancel{opacity:0;transform:translateY(2px)}.stage01-workspace-shell .stage01-action-dock.is-loading:hover .stage01-loading-action-button.is-cancellable .stage01-loading-action-icon--idle,.stage01-workspace-shell .stage01-loading-action-button.is-cancellable:is(:hover,:focus-visible,:active) .stage01-loading-action-icon--idle,.stage01-workspace-shell .stage01-loading-action-dock:hover .stage01-loading-action-button.is-cancellable .stage01-loading-action-icon--idle{opacity:0;transform:scale(.92)}.stage01-workspace-shell .stage01-action-dock.is-loading:hover .stage01-loading-action-button.is-cancellable .stage01-loading-action-icon--cancel,.stage01-workspace-shell .stage01-loading-action-button.is-cancellable:is(:hover,:focus-visible,:active) .stage01-loading-action-icon--cancel,.stage01-workspace-shell .stage01-loading-action-dock:hover .stage01-loading-action-button.is-cancellable .stage01-loading-action-icon--cancel{opacity:1;transform:scale(1)}.stage01-workspace-shell .stage01-action-dock.is-loading:hover .stage01-loading-action-button.is-cancellable .stage01-loading-action-label--idle,.stage01-workspace-shell .stage01-loading-action-button.is-cancellable:is(:hover,:focus-visible,:active) .stage01-loading-action-label--idle,.stage01-workspace-shell .stage01-loading-action-dock:hover .stage01-loading-action-button.is-cancellable .stage01-loading-action-label--idle{opacity:0;transform:translateY(-2px)}.stage01-workspace-shell .stage01-action-dock.is-loading:hover .stage01-loading-action-button.is-cancellable .stage01-loading-action-label--cancel,.stage01-workspace-shell .stage01-loading-action-button.is-cancellable:is(:hover,:focus-visible,:active) .stage01-loading-action-label--cancel,.stage01-workspace-shell .stage01-loading-action-dock:hover .stage01-loading-action-button.is-cancellable .stage01-loading-action-label--cancel{opacity:1;transform:translateY(0)}@keyframes stage01-aurora-drift-lavender{0%,to{opacity:.62;transform:translateZ(0) scale(1)}50%{opacity:1;transform:translate3d(30%,20%,0) scale(1.12)}}@keyframes stage01-aurora-drift-cyan{0%,to{opacity:.62;transform:translateZ(0) scale(1)}50%{opacity:1;transform:translate3d(-30%,-20%,0) scale(1.12)}}@keyframes stage01-aurora-drift-indigo{0%,to{opacity:.62;transform:translateZ(0) scale(1) rotate(0deg)}50%{opacity:1;transform:translate3d(-22%,24%,0) scale(1.08) rotate(7deg)}}@keyframes stage01-aurora-flow-veil{0%{opacity:.18;transform:translate3d(-15%,-1%,0) scale(1)}to{opacity:.28;transform:translate3d(15%,1%,0) scale(1.02)}}@keyframes stage01-border-beam-spin{to{transform:rotate(1turn)}}@keyframes stage01-loading-outline-breathe{0%,to{border-color:var(--stage01-loading-outline-border-low,rgb(38 53 140/.3));color:var(--stage01-loading-outline-color-low,rgb(38 53 140/.3))}50%{border-color:var(--stage01-loading-outline-border-high,#26358C);color:var(--stage01-loading-outline-color-high,#26358C)}}@keyframes stage01-loading-sheen-sweep{0%,to{opacity:var(--stage01-loading-sheen-opacity-low);transform:translateX(-120%) skewX(-14deg)}14%{opacity:var(--stage01-loading-sheen-opacity-high)}52%{opacity:var(--stage01-loading-sheen-opacity-high);transform:translateX(120%) skewX(-14deg)}68%{opacity:var(--stage01-loading-sheen-opacity-low);transform:translateX(120%) skewX(-14deg)}}@keyframes stage01-cta-top-bezel-flow{0%{opacity:0;transform:translateX(-140%)}15%{opacity:.75}50%{opacity:1}85%{opacity:.75}to{opacity:0;transform:translateX(260%)}}.stage01-workspace-shell .stage01-inspector{height:100%;min-height:0;border-left:1px solid var(--studio-hairline);padding:20px 18px 0;background:rgb(255 255 255/.86);box-shadow:none;overflow:auto;overscroll-behavior:contain}.stage01-inspector .stage2-inspector-section{gap:10px;border-bottom:1px solid var(--studio-hairline);padding:0 0 18px}.stage01-inspector .stage2-inspector-section:last-of-type{border-bottom:0}.stage01-inspector .stage2-inspector-heading,.stage01-inspector .stage2-inspector-section>strong{color:var(--studio-ink);font-size:13px;font-weight:760;letter-spacing:0}.stage01-inspector .stage2-current-info-card{grid-template-columns:minmax(0,1fr);gap:4px;border:0;padding:0;background:transparent;box-shadow:none}.stage01-inspector .stage2-current-info-card span{color:var(--studio-accent);font-size:13px;font-weight:780}.stage01-inspector .stage2-current-info-card h2{margin:2px 0 0;color:var(--studio-ink);font-size:15px;letter-spacing:0}.stage01-inspector .stage2-current-info-card p{margin-top:6px;color:var(--studio-ink-muted);font-size:12px;line-height:1.55}.stage01-bootstrap-toolbar{min-width:210px;justify-content:flex-end}.stage01-bootstrap-field,.stage01-bootstrap-header-avatar,.stage01-bootstrap-header-control,.stage01-bootstrap-line{display:block;background:#E9EBEF}.stage01-bootstrap-header-control{width:58px;height:30px;border:1px solid var(--studio-hairline);border-radius:8px}.stage01-bootstrap-header-control.is-wide{width:82px}.stage01-bootstrap-header-avatar{width:30px;height:30px;border:1px solid var(--studio-hairline);border-radius:50%}.stage01-bootstrap-pipeline-item{pointer-events:none}.stage01-bootstrap-pipeline-item .stage01-step-indicator{border-color:#D7DAE0;background:#F4F5F7;box-shadow:none}.stage01-bootstrap-inspector-fields,.stage01-bootstrap-pipeline-item .stage01-step-content{display:grid;grid-gap:9px;gap:9px}.stage01-bootstrap-line{width:100%;height:9px;border-radius:999px}.stage01-bootstrap-line.is-short{width:42%}.stage01-bootstrap-line.is-medium{width:68%}.stage01-bootstrap-line.is-wide{width:88%}.stage01-workspace-shell .stage01-bootstrap-preview-card{border-radius:var(--stage01-main-card-radius);background:var(--stage01-main-card-bg);box-shadow:var(--stage01-main-card-shadow);overflow:hidden;pointer-events:none}.stage01-workspace-shell [data-stage01-canvas-owner=mature] .stage01-bootstrap-preview-card{pointer-events:auto}.stage01-bootstrap-preview-content{position:absolute;inset:0;display:grid;place-content:center;justify-items:center;grid-gap:10px;gap:10px;border:0;background:transparent;color:#9ca3af;font-size:12px;font-weight:500;letter-spacing:.01em;pointer-events:none}.stage01-bootstrap-preview-icon{width:34px;height:34px;color:#c7cbd1;stroke:currentcolor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.stage01-workspace-shell .stage01-bootstrap-dock{pointer-events:none}.stage01-bootstrap-line.is-dock{width:58%;height:10px}.stage01-bootstrap-inspector-fields{padding-top:2px}.stage01-bootstrap-field{width:100%;height:36px;border:1px solid var(--studio-hairline);border-radius:8px;background:#F7F8FA}.stage01-inspector .stage2-product-card.is-inspector{gap:6px}.stage01-inspector .stage2-product-image-picker img,.stage01-inspector .stage2-product-image-picker>.stage-reference-card__group{height:108px;border:1px solid var(--studio-hairline);border-radius:8px;background:#ffffff;box-shadow:0 1px 2px rgb(17 24 39/.035)}.stage01-inspector .stage2-product-image-picker span{right:8px;bottom:8px;border-color:var(--studio-hairline);border-radius:999px;background:rgb(255 255 255/.9);color:var(--studio-ink-muted);font-size:10px;opacity:.72}.stage01-inspector .stage2-product-image-picker:hover img,.stage01-inspector .stage2-product-image-picker:hover>.stage-reference-card__group{border-color:rgb(var(--studio-accent-rgb)/.24);box-shadow:0 6px 16px rgb(17 24 39/.06)}.stage01-inspector .stage2-product-image-picker:hover span{opacity:.95}.stage01-inspector .stage2-product-card.is-inspector p:not(.stage2-inline-notice){color:var(--studio-ink-subtle);font-size:11px}.stage01-inspector .stage2-inspector-form{gap:10px}.stage01-inspector .stage2-inspector-form label{gap:5px}.stage01-inspector .stage2-inspector-form label span{color:var(--studio-ink-subtle);font-size:12px;font-weight:680}.stage01-inspector .stage2-inspector-form input,.stage01-inspector .stage2-inspector-form select{min-height:36px;border-color:var(--studio-hairline);border-radius:8px;padding:7px 10px;background:#ffffff;color:var(--studio-ink);box-shadow:0 1px 2px rgb(17 24 39/.025)}.stage01-inspector .stage2-inspector-form input:focus,.stage01-inspector .stage2-inspector-form select:focus{border-color:rgb(var(--studio-accent-rgb)/.48);box-shadow:0 0 0 3px rgb(var(--studio-accent-rgb)/.1)}.stage-inspector-panel--studio>.stage2-inspector-section:last-of-type{border-bottom:1px solid var(--studio-hairline)}.stage-inspector-panel--studio .stage-reference-card,.stage-inspector-panel--studio .stage-reference-stack{gap:10px}.stage-inspector-panel--studio .stage-inspector-advanced,.stage-inspector-panel--studio .stage-inspector-advanced>summary,.stage-inspector-panel--studio .stage-inspector-advanced__body{background:transparent}.stage-inspector-panel--studio .stage-reference-card__readonly{cursor:default}.stage-inspector-panel--studio .stage2-inspector-form textarea{width:100%;min-height:36px;border:1px solid var(--studio-hairline);border-radius:8px;padding:7px 10px;background:#ffffff;color:var(--studio-ink);box-shadow:0 1px 2px rgb(17 24 39/.025);font:inherit;resize:vertical}.stage-inspector-panel--studio .stage2-inspector-form textarea:focus{border-color:rgb(var(--studio-accent-rgb)/.48);box-shadow:0 0 0 3px rgb(var(--studio-accent-rgb)/.1);outline:none}.stage-inspector-panel--studio .stage-detail-c-panel :where(p:not(.action-scoped-feedback)){margin:0;color:var(--studio-ink-muted);font-size:12px;line-height:1.55}.stage-inspector-panel--studio .stage-detail-c-panel{gap:10px;border:0;padding:0;background:transparent}.stage-inspector-panel--studio .stage-detail-c-panel>div>strong{color:var(--studio-ink-subtle);font-size:12px;font-weight:680}.stage-inspector-panel--studio .stage-detail-c-panel .cta:not(.ai-glow-button){min-height:36px;padding:7px 10px;font-size:12px;font-weight:680}.stage-inspector-panel--studio .stage2-inspector-section .stage-inline-notice{color:var(--studio-success)}.stage-inspector-panel--studio .stage2-inspector-section .stage-inline-error{color:var(--studio-danger)}.stage-inspector-panel--studio .stage2-inspector-section .stage-missing-material-hint{color:#c84b4b;font-size:12px;line-height:1.45}.stage-inspector-panel--studio .stage2-inspector-form label.is-missing-material :is(input,select,textarea){border-color:#c84b4b;box-shadow:0 0 0 2px rgb(200 75 75/.1)}.stage-inspector-panel--studio .stage-reference-card.is-missing-material .stage2-product-image-picker>.stage-reference-card__group,.stage-inspector-panel--studio .stage-reference-card.is-missing-material .stage2-product-image-picker>img{border-color:#c84b4b;box-shadow:0 0 0 2px rgb(200 75 75/.1)}.stage01-inspector .stage01-inspector-cta{position:-webkit-sticky;position:sticky;bottom:0;z-index:8;margin:auto -18px 0;border-top:1px solid var(--studio-hairline);padding:14px 18px 16px;background:linear-gradient(180deg,rgb(255 255 255/.72),#ffffff 34%),rgb(255 255 255/.96);box-shadow:0 -10px 24px rgb(15 23 42/.045)}.stage01-inspector .stage01-inspector-primary{box-sizing:border-box;display:inline-flex;justify-content:center;align-items:center;width:100%;min-height:42px;border:0;border-radius:8px;padding:10px 14px;background:#3132a3;color:#ffffff;box-shadow:0 12px 24px rgb(49 50 163/.18);font:inherit;font-size:14px;font-weight:780;cursor:pointer;transition:background-color .18s ease,box-shadow .18s ease,opacity .18s ease,transform .18s cubic-bezier(.2,.82,.22,1)}.stage01-inspector .stage01-inspector-primary:hover:not(:disabled){background:#28298e;box-shadow:0 14px 28px rgb(49 50 163/.22);transform:scale(1.012)}.stage01-inspector .stage01-inspector-primary:active:not(:disabled){transform:scale(1.028);transition-duration:90ms}.stage01-inspector .stage01-inspector-primary:disabled{cursor:not-allowed;opacity:.58;box-shadow:none;transform:none}@media (max-width:1280px){.stage01-root,.studio-workspace-grid.stage01-workspace-shell{--stage01-right-rail-width:288px}.studio-workspace-grid.stage01-workspace-shell{--stage01-preview-gap:clamp(72px,8vw,128px);--stage01-main-horizontal-safe:64px;--stage01-main-card-size:clamp(260px,min(calc((100vw - var(--stage01-left-rail-width) - var(--stage01-right-rail-width) - 64px - var(--stage01-preview-gap)) / 2),var(--stage01-main-card-vertical-budget)),620px);grid-template-columns:var(--stage01-left-rail-width) minmax(0,1fr) var(--stage01-right-rail-width)}.stage01-workspace-shell .stage2-studio-center{padding-right:28px;padding-left:28px}.stage01-workspace-shell .stage2-result-grid{gap:var(--stage01-preview-gap)}}@media (max-width:960px){.stage01-root{height:auto;min-height:100vh;overflow:visible}.stage01-root,.studio-workspace-grid.stage01-workspace-shell{--stage01-left-rail-width:0px;--stage01-right-rail-width:0px}.stage01-root .stage01-header{min-height:auto;padding:10px 14px}.studio-workspace-grid.stage01-workspace-shell{--stage01-main-center-x:50vw;--stage01-preview-gap:20px;--stage01-main-card-size:min(540px,calc(100vw - 32px));--stage01-preview-pair-width:min(100%,var(--stage01-preview-card-size));--stage01-main-canvas-top:0px;--stage01-main-pipeline-height:auto;--stage01-main-dock-width:min(360px,calc(var(--stage01-main-card-size) - (var(--stage01-main-card-size) / 5)));--stage01-main-popover-width:min(calc(var(--stage01-main-dock-width) + 96px),calc(100vw - 32px));--stage01-main-dock-height:44px;--stage01-main-dock-gap:24px;height:auto;min-height:calc(100vh - var(--stage01-root-header-height));grid-template-columns:1fr}.stage01-workspace-shell .pipeline-track,.stage01-workspace-shell .stage01-inspector{height:auto;max-height:none;overflow:visible}.stage01-workspace-shell .stage2-studio-center{min-height:680px;padding:24px 16px 18px;overflow:visible}.stage01-workspace-shell .stage01-main-content-group{height:auto;min-height:0}.stage01-workspace-shell .stage01-canvas-stable-shell:has(.stage01-preview-board){height:auto;min-height:0}.stage01-workspace-shell .stage01-preview-board-lane{position:relative;top:auto;right:auto;left:auto;height:auto;min-height:0}.stage01-workspace-shell .stage01-canvas-stable-shell:has(.stage01-preview-board) .stage01-preview-board-lane,.stage01-workspace-shell .stage2-preview-board.stage01-preview-board,.stage01-workspace-shell .stage2-studio-canvas{height:auto;min-height:0}.stage01-workspace-shell .stage2-preview-board.stage2-crop-confirmation{height:auto;min-height:0;gap:16px;padding:16px}.stage01-workspace-shell .stage2-crop-confirmation .stage2-crop-canvas,.stage01-workspace-shell .stage2-crop-confirmation .stage2-crop-heading{width:100%;max-width:100%}.stage01-workspace-shell .stage2-crop-preview-shell{align-content:start;padding-bottom:0}.stage01-workspace-shell .stage2-result-grid{grid-template-columns:1fr;width:var(--stage01-preview-pair-width);max-width:540px;transform:none}.stage01-workspace-shell .stage01-preview-card{width:100%}.stage01-workspace-shell .stage01-action-dock{position:-webkit-sticky;position:sticky;left:auto;bottom:12px;width:min(var(--stage01-main-dock-width),calc(100% - 24px));max-width:min(var(--stage01-main-dock-width),calc(100% - 24px));margin:18px auto 0;transform:translateY(var(--stage01-action-dock-drop));flex-wrap:wrap;height:auto;min-height:var(--stage01-main-dock-height)}.stage01-workspace-shell .stage01-action-dock-lane{position:static;display:flex;justify-content:center;height:auto;margin-top:var(--stage01-main-dock-gap);pointer-events:none}}@media (max-width:1180px){.stage-workspace-shell.has-left.has-right,.studio-workspace-grid{grid-template-columns:220px minmax(0,1fr) 312px}.stage-workspace-shell:not(.has-left){grid-template-columns:minmax(0,1fr) 312px}.stage-workspace-shell:not(.has-right){grid-template-columns:220px minmax(0,1fr)}}@media (max-height:760px){.stage-history-strip{min-height:92px;flex-basis:92px;padding:8px 10px}.stage-history-strip__item{width:84px;height:72px;min-height:72px}}@media (max-width:960px){.stage-workspace-shell,.stage-workspace-shell.has-left.has-right,.stage-workspace-shell:not(.has-left),.stage-workspace-shell:not(.has-right),.studio-workspace-grid{height:auto;grid-template-columns:1fr;overflow:visible}.stage-workspace-shell__left,.stage-workspace-shell__right,.stage2-inspector,.studio-workspace-grid .pipeline-track{height:auto;overflow:visible}}@media (prefers-reduced-motion:reduce){.ai-glow-button,.mini-action,.pipeline-mode-toggle,.stage-action-dock__button,.stage-history-strip__item,.stage-workspace-shell .pipeline-stage-item,.stage01-local-edit-add,.stage01-local-edit-popover,.stage01-local-edit-reference__remove,.stage01-local-edit-reference__replace,.stage01-local-edit-reference__thumb,.stage2-primary-button,.stage2-secondary-button,.studio-workspace-grid .pipeline-stage-item,.workspace-shell.studio-shell .studio-topbar .cta.secondary{transition-duration:1ms;will-change:auto}.ai-glow-button:active:not(:disabled),.ai-glow-button:hover:not(:disabled),.mini-action:active,.mini-action:hover,.pipeline-mode-toggle:active:not(:disabled),.pipeline-mode-toggle:hover:not(:disabled),.stage-action-dock__button:active:not(:disabled),.stage-action-dock__button:hover:not(:disabled),.stage-history-strip__item:active,.stage-history-strip__item:hover,.stage-workspace-shell .pipeline-stage-item:active,.stage-workspace-shell .pipeline-stage-item:hover,.stage01-local-edit-add:hover,.stage01-local-edit-reference__remove:hover,.stage01-local-edit-reference__replace:hover,.stage01-local-edit-reference__thumb:hover,.stage2-primary-button:active:not(:disabled),.stage2-primary-button:hover:not(:disabled),.stage2-secondary-button:active:not(:disabled),.stage2-secondary-button:hover:not(:disabled),.studio-workspace-grid .pipeline-stage-item:active,.studio-workspace-grid .pipeline-stage-item:hover,.workspace-shell.studio-shell .studio-topbar .cta.secondary:hover{transform:none}.stage01-workspace-shell .stage01-empty-preview-card:is(:hover,:focus-within) .stage01-empty-preview-icon,.stage01-workspace-shell .stage01-empty-preview-card:is(:hover,:focus-within) .stage2-image-frame,.stage01-workspace-shell .stage01-pipeline-item.is-active:is(:hover,:focus-visible),.stage01-workspace-shell .stage01-preview-card.stage01-loading-preview-card:is(:hover,:focus-within) .stage01-main-preview-card{transform:none}.stage01-local-edit-popover{animation:none}.stage01-local-edit-popover:after{transition:none}.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-add,.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-popover__textarea,.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-reference,.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-reference__remove,.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-reference__role-label,.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-reference__thumb,.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-submit,.stage01-workspace-shell .stage01-local-edit-popover.is-submitting .stage01-local-edit-submit .ai-glow-button__content{animation:none;opacity:1;filter:none}.ai-glow-button:before{animation:none}.stage01-workspace-shell .stage01-action-dock:before,.stage01-workspace-shell .stage01-action-dock:is(:hover,:focus-within):before{animation:none;animation-play-state:paused;transform:translateX(0)}.stage01-workspace-shell .stage01-action-dock .stage2-ai-action:before,.stage01-workspace-shell .stage01-action-dock .stage2-ai-action:not(:disabled):is(:hover,:focus-visible):before,.stage01-workspace-shell .stage01-action-dock:is(:hover,:focus-within) .stage2-ai-action:not(:disabled):before{animation:none;animation-play-state:paused;transform:rotate(0deg)}.stage01-workspace-shell .stage01-action-dock.is-loading .stage01-loading-action-button,.stage01-workspace-shell .stage01-action-dock.is-loading .stage01-loading-action-button:disabled,.stage01-workspace-shell .stage01-loading-action-dock .stage01-loading-action-button,.stage01-workspace-shell .stage01-loading-action-dock .stage01-loading-action-button:disabled{animation:none;border-color:#26358C;color:#26358C;opacity:1}.stage01-workspace-shell .stage01-loading-action-dock:before,.stage01-workspace-shell .stage01-loading-action-sheen{transition:none}.stage01-workspace-shell .stage01-loading-action-dock:before{transform:translateX(0)}.stage01-workspace-shell .stage01-loading-action-sheen{opacity:.24;transform:translateX(0) skewX(-14deg);animation:none}.stage01-workspace-shell .stage01-action-dock.is-initial-empty .stage01-initial-cta-button:before{animation:none;animation-play-state:paused;transform:translateX(0)}.stage01-workspace-shell .stage01-action-dock.is-initial-empty .stage01-initial-cta-button:after{animation:none;animation-play-state:paused;opacity:0;transition:none}.stage01-workspace-shell .stage01-action-dock.is-initial-empty .stage01-initial-cta-button .ai-glow-button__icon,.stage01-workspace-shell .stage01-action-dock.is-initial-empty .stage01-initial-cta-button .ai-glow-button__label{transition:none;transform:none}.stage01-workspace-shell .stage01-loading-aurora-blob,.stage01-workspace-shell .stage01-loading-aurora-frame:before{animation:none;animation-play-state:paused;transform:translateZ(0) scale(1);will-change:auto}.stage01-workspace-shell .stage01-card-mask-viewport,.stage01-workspace-shell .stage01-card-stack-deck,.stage01-workspace-shell .stage01-card-track-item,.stage01-workspace-shell .stage01-card-track-surface,.stage01-workspace-shell .stage01-card-vertical-track,.stage01-workspace-shell .stage01-flip-handoff-card,.stage01-workspace-shell .stage01-flip-handoff-layer,.stage01-workspace-shell .stage01-flip-handoff-mask,.stage01-workspace-shell .stage01-history-depth-card,.stage01-workspace-shell .stage01-history-depth-card img,.stage01-workspace-shell .stage01-history-depth-positioner,.stage01-workspace-shell .stage01-history-pagination,.stage01-workspace-shell .stage01-main-preview-card,.stage01-workspace-shell .stage01-preview-download-button,.stage01-workspace-shell .stage01-preview-semantic-label{transition-duration:1ms;animation-duration:1ms;will-change:auto}.stage01-workspace-shell .stage01-preview-card.is-rubber-band-newer .stage01-card-stack-deck,.stage01-workspace-shell .stage01-preview-card.is-rubber-band-older .stage01-card-stack-deck{animation:none;transform:none}.stage01-workspace-shell .stage01-card-vertical-track{transition:none}.stage01-workspace-shell .stage01-preview-card.is-history-switching .stage01-history-depth-positioner.is-depth-1,.stage01-workspace-shell .stage01-preview-card.is-history-switching .stage01-history-depth-positioner.is-depth-2,.stage01-workspace-shell .stage01-preview-card.is-history-switching .stage01-history-depth-positioner.is-depth-3{--stage01-history-depth-switch-opacity:0;--stage01-history-layer-switch-y:0px}}.stage01-workspace-shell .stage01-action-dock>.stage01-action-feedback-anchor{position:relative;overflow:visible}.stage01-workspace-shell .stage01-action-dock>.stage01-action-feedback-anchor>button{width:100%}.stage01-workspace-shell .stage01-action-dock>.stage01-action-feedback-anchor>.stage01-action-feedback{position:absolute;left:50%;bottom:calc(100% + 10px);z-index:3;width:max-content;max-width:min(240px,calc(100vw - 48px));transform:translateX(-50%);pointer-events:none}.stage01-batch-lightbox>.stage01-batch-lightbox__toolbar{position:relative;z-index:6;min-height:40px;flex-direction:row;flex-wrap:nowrap;gap:4px;overflow:visible;padding:5px 7px}.stage01-batch-lightbox__toolbar>.stage01-batch-lightbox__summary,.stage01-batch-lightbox__toolbar>.stage01-batch-lightbox__toolbar-group{flex-direction:row;flex-wrap:nowrap;gap:2px}.stage01-batch-lightbox__toolbar>.stage01-batch-lightbox__toolbar-group{flex:0 0 auto;overflow:visible;padding-bottom:0;scrollbar-width:none}.stage01-batch-lightbox__toolbar>.stage01-batch-lightbox__summary{flex:1 1 auto;justify-content:flex-end;overflow:visible;scrollbar-width:none}.stage01-batch-lightbox__tool{position:relative;flex:0 0 30px;width:30px;height:30px;display:inline-grid;place-items:center;border-radius:8px;outline:none}.stage01-batch-lightbox__icon-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:30px;height:30px;display:inline-grid;place-items:center;border:1px solid transparent;border-radius:8px;padding:0;background:transparent;box-shadow:none;color:#64748b;cursor:pointer;font:inherit;line-height:1;transition:border-color .12s ease,background-color .12s ease,color .12s ease}.stage01-batch-lightbox__icon-button:focus-visible:not(:disabled),.stage01-batch-lightbox__icon-button:hover:not(:disabled),.stage01-batch-lightbox__icon-button[aria-pressed=true]{border-color:rgb(var(--stage01-batch-accent)/.3);background:rgb(var(--stage01-batch-accent)/.07);box-shadow:none;color:rgb(var(--stage01-batch-accent))}.stage01-batch-lightbox__icon-button:focus-visible,.stage01-batch-lightbox__tool[data-stage01-batch-tool-disabled=true]:focus-visible{outline:2px solid rgb(var(--stage01-batch-accent)/.58);outline-offset:1px;box-shadow:none}.stage01-batch-lightbox__icon-button.is-danger{color:#9f1239}.stage01-batch-lightbox__icon-button.is-danger:focus-visible:not(:disabled),.stage01-batch-lightbox__icon-button.is-danger:hover:not(:disabled){border-color:rgb(190 24 93/.25);background:rgb(255 241 242/.84);color:#9f1239}.stage01-batch-lightbox__icon-button:disabled{cursor:not-allowed;opacity:.38}.stage01-batch-lightbox__icon-glyph{display:block;font-size:15px;font-weight:690;line-height:1}.stage01-batch-tooltip{position:fixed;z-index:2600;width:max-content;max-width:min(240px,calc(100vw - 16px));pointer-events:none;border:1px solid rgb(203 213 225/.82);border-radius:7px;padding:4px 6px;background:rgb(255 255 255/.99);box-shadow:0 8px 20px rgb(15 23 42/.12);color:#475569;font-size:10px;font-weight:560;line-height:1.35;text-align:left;white-space:normal}.stage01-batch-lightbox__toolbar .stage01-batch-lightbox__metric{min-height:24px;gap:3px;border-color:transparent;padding:2px 4px;background:transparent;font-size:9px}.stage01-batch-lightbox__toolbar .stage01-batch-lightbox__metric img{width:22px;height:22px}.stage01-batch-lightbox__issues summary strong,.stage01-batch-lightbox__toolbar .stage01-batch-lightbox__metric strong{font-size:10px;font-weight:720}.stage01-batch-lightbox__issues summary>span,.stage01-batch-lightbox__metric.is-ready>span{color:#84a83f;font-size:7px}.stage01-batch-lightbox__issues{position:relative;flex:0 0 auto;min-width:26px}.stage01-batch-lightbox__issues summary{min-height:24px;display:inline-flex;align-items:center;gap:3px;border-radius:999px;padding:2px 4px;color:#854d0e;cursor:pointer;list-style:none}.stage01-batch-lightbox__issues summary::-webkit-details-marker{display:none}.stage01-batch-lightbox__issues[open]>ul{position:absolute;top:calc(100% + 5px);right:0;z-index:24;margin:0}.stage01-batch-lightbox__table-shell{width:100%;min-width:0;max-width:100%;overflow-x:auto;overflow-y:auto;background:#fff}.stage01-batch-lightbox__table{width:auto;min-width:0;max-width:none;table-layout:fixed}.stage01-batch-lightbox__business-cell,.stage01-batch-lightbox__business-head,.stage01-batch-lightbox__cell,.stage01-batch-lightbox__system-head,.stage01-batch-lightbox__table col,.stage01-batch-lightbox__table td,.stage01-batch-lightbox__table th{min-width:0;max-width:none}.stage01-batch-lightbox__table td,.stage01-batch-lightbox__table th{overflow:hidden;padding:5px}.stage01-batch-lightbox__table thead th{height:36px}.stage01-batch-lightbox__system-head{padding-inline:4px;text-align:center}.stage01-batch-lightbox__business-cell,.stage01-batch-lightbox__business-head{overflow:hidden;vertical-align:middle}.stage01-batch-lightbox__business-cell[data-stage01-batch-column-kind=barcode],.stage01-batch-lightbox__business-cell[data-stage01-batch-column-kind=image]{padding:0}.stage01-batch-lightbox__header-label{min-width:0;gap:4px}.stage01-batch-lightbox__header-label>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stage01-batch-lightbox__header-rename,.stage01-batch-lightbox__input{width:100%;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stage01-batch-lightbox__header-rename{min-width:0}.stage01-region-edit-input__actions{display:flex;flex:0 1 auto;align-items:flex-end;gap:6px;min-width:0;max-width:min(460px,64%);overflow-x:auto;overflow-y:hidden;padding:1px;scrollbar-width:thin;overscroll-behavior-x:contain}.stage01-region-edit-input__actions>*{flex:0 0 auto}.stage01-region-edit-save-anchor .stage01-action-feedback{max-width:260px}.stage01-workspace-shell .stage01-local-edit-tool-row.has-saved-batch-summary{display:grid;grid-template-columns:fit-content(55%) minmax(0,1fr) auto;align-items:end}.stage01-workspace-shell .stage01-local-edit-tool-row.has-saved-batch-summary .stage01-local-edit-tool-left{flex:0 0 auto;min-width:0;overflow:visible}.stage01-workspace-shell .stage01-local-edit-tool-row.has-saved-batch-summary .stage01-local-edit-references{flex:0 1 max-content;width:max-content;max-width:calc(100% - 40px);min-width:80px}.stage01-workspace-shell .stage01-local-edit-tool-row.has-saved-batch-summary .stage01-batch-popover-meta{align-self:end}@media (min-width:961px) and (max-width:1100px){.stage01-workspace-shell .stage01-local-edit-tool-row{gap:8px}.stage01-workspace-shell .stage01-local-edit-tool-left{gap:4px}.stage01-workspace-shell .stage01-local-edit-tool-row.has-saved-batch-summary{grid-template-columns:55% minmax(0,1fr) auto;padding-inline:4px}.stage01-workspace-shell .stage01-local-edit-tool-row.has-saved-batch-summary .stage01-local-edit-tool-left{width:100%}.stage01-workspace-shell .stage01-local-edit-references{gap:2px;padding:0 6px 9px}.stage01-workspace-shell .stage01-local-edit-tool-row.has-saved-batch-summary .stage01-local-edit-references{flex:1 1 auto;width:auto;max-width:none}.stage01-workspace-shell .stage01-local-edit-reference{width:32px;height:32px;border-radius:10px;padding:2px}.stage01-workspace-shell .stage01-local-edit-reference__thumb{border-radius:7px}.stage01-workspace-shell .stage01-local-edit-reference__remove{right:-5px}.stage01-workspace-shell .stage01-local-edit-reference__replace{left:-5px}.stage01-workspace-shell .stage01-local-edit-reference__tooltip{left:0;width:100%;max-width:none;transform:translateY(3px);border-radius:8px;padding:4px 2px;line-height:1.1;white-space:normal}.stage01-workspace-shell .stage01-local-edit-reference:focus-within .stage01-local-edit-reference__tooltip,.stage01-workspace-shell .stage01-local-edit-reference:hover .stage01-local-edit-reference__tooltip{transform:translateY(0)}.stage01-workspace-shell .stage01-local-edit-reference__role-label{width:100%;min-width:0;max-width:100%;padding-right:2px;padding-left:2px;white-space:nowrap}}.stage01-batch-lightbox__input{min-height:30px;padding:4px 6px}.stage01-batch-lightbox__header-rename:focus,.stage01-batch-lightbox__input:focus{outline:2px solid rgb(var(--stage01-batch-accent)/.52);outline-offset:-1px;box-shadow:none}.stage01-batch-lightbox__row-index{position:relative;display:table-cell;padding:4px;overflow:visible}.stage01-batch-lightbox__row-meta-wrap{position:relative;width:100%;min-width:0;display:flex;align-items:center;justify-content:center}.stage01-batch-lightbox__row-selector{position:relative;width:38px;height:30px;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0 4px;color:#94a3b8}.stage01-batch-lightbox__row-selector.is-execution-selected .stage01-batch-lightbox__row-number{color:rgb(var(--stage01-batch-accent))}.stage01-batch-lightbox__row-selector:not(.is-execution-selected) .stage01-batch-lightbox__row-number{color:#94a3b8}.stage01-batch-lightbox__row-number{font-size:10px;font-weight:730;line-height:1}.stage01-batch-lightbox__row-status-dot{flex:0 0 6px;width:6px;height:6px;border-radius:999px;background:#94a3b8}.stage01-batch-lightbox__row-status-dot.is-ready{background:#84a83f}.stage01-batch-lightbox__row-status-dot.is-warning{background:#d6a225}.stage01-batch-lightbox__row-status-dot.is-error{background:#e11d48}.stage01-batch-lightbox__row-status-dot.is-idle{background:#94a3b8}.stage01-batch-lightbox__drag-handle{position:absolute;left:-2px;bottom:-6px;z-index:2;width:18px;height:18px;display:grid;place-items:center;padding:0;opacity:0;border-radius:6px;background:rgb(255 255 255/.94);font-size:12px;letter-spacing:0;transition:opacity .1s ease,color .1s ease}.stage01-batch-lightbox__drag-handle:focus-visible,.stage01-batch-lightbox__row:focus-within .stage01-batch-lightbox__drag-handle,.stage01-batch-lightbox__row:hover .stage01-batch-lightbox__drag-handle{opacity:1}.stage01-batch-lightbox__business-cell.is-row-tail{position:relative;overflow:visible}.stage01-batch-lightbox__row-actions{position:absolute;top:0;right:5px;z-index:5;display:inline-flex;align-items:center;gap:2px;opacity:0;pointer-events:none;transform:translateY(-100%);border:1px solid rgb(226 232 240/.82);border-radius:9px;padding:2px;background:rgb(255 255 255/.96);box-shadow:0 5px 14px rgb(15 23 42/.08);transition:opacity .1s ease}.stage01-batch-lightbox__row-actions:focus-within,.stage01-batch-lightbox__row:focus-within .stage01-batch-lightbox__row-actions,.stage01-batch-lightbox__row:hover .stage01-batch-lightbox__row-actions{opacity:1;pointer-events:auto}.stage01-batch-lightbox__row-actions .stage01-batch-lightbox__icon-button,.stage01-batch-lightbox__row-actions .stage01-batch-lightbox__tool{width:28px;height:28px;flex-basis:28px}.stage01-batch-lightbox__row-menu{top:calc(100% + 5px);right:0;z-index:12}.stage01-batch-lightbox__image-cell{position:relative;box-sizing:border-box;width:100%;height:100%;min-height:54px;min-width:0;display:grid;place-items:center;grid-gap:0;gap:0}.stage01-batch-lightbox__image-cell[data-stage01-batch-image-state=filled]{padding:5px}.stage01-batch-lightbox__image-thumb-wrap{position:relative;width:44px;height:44px;display:block}.stage01-batch-lightbox__image-empty,.stage01-batch-lightbox__image-thumb{width:44px;height:44px;min-width:0;padding:0}.stage01-batch-lightbox__image-empty{position:relative;width:100%;height:100%;min-height:54px;min-width:0;box-sizing:border-box;flex:1 1 auto;display:grid;place-items:center;align-content:center;grid-gap:0;gap:0;overflow:visible;border-radius:0}.stage01-batch-lightbox__image-empty:focus-within{outline:2px solid rgb(var(--stage01-batch-accent)/.58);outline-offset:-2px;box-shadow:none}.stage01-batch-lightbox__image-empty>.stage01-batch-lightbox__icon-glyph{font-size:17px}.stage01-batch-lightbox__image-actions{position:absolute;right:2px;bottom:2px;z-index:3;display:inline-flex;gap:2px;opacity:0;pointer-events:none;transition:opacity .1s ease}.stage01-batch-lightbox__image-thumb-wrap:focus-within .stage01-batch-lightbox__image-actions,.stage01-batch-lightbox__image-thumb-wrap:hover .stage01-batch-lightbox__image-actions{opacity:1;pointer-events:auto}.stage01-batch-lightbox__image-actions button,.stage01-batch-lightbox__image-actions label{position:relative;width:19px;height:19px;display:grid;place-items:center;border:1px solid rgb(203 213 225/.82);border-radius:6px;padding:0;background:rgb(255 255 255/.96);box-shadow:none;color:#64748b;font-size:11px;line-height:1}.stage01-batch-lightbox__barcode-cell{box-sizing:border-box;height:54px;min-height:54px;min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 60px;align-items:center;grid-gap:4px;gap:4px;padding:5px}.stage01-batch-lightbox__barcode-button{width:60px;min-width:0;height:34px;display:grid;place-items:center;overflow:hidden;padding:1px}.stage01-batch-lightbox__barcode-svg{width:56px;height:auto;max-width:56px;display:block;overflow:visible;transform:none}.stage01-batch-lightbox__barcode-invalid{position:relative;width:56px;height:30px;display:grid;place-items:center;border:1px dashed rgb(225 29 72/.32);border-radius:7px;background:rgb(255 241 242/.7);color:#be123c;font-size:11px}.stage01-batch-lightbox__preview-row>td{width:auto;min-width:0;max-width:none;overflow:hidden;padding:0}.stage01-batch-asset-preview__barcode{max-width:100%;overflow:auto;padding:12px;background:#fff}.stage01-batch-asset-preview__barcode .stage01-batch-lightbox__barcode-svg.is-expanded{width:339px;min-width:339px;max-width:none;height:auto;transform:none}.project-setup-loading{min-height:320px;display:grid;align-content:center;grid-gap:12px;gap:12px}.project-setup-material-section{display:grid;grid-gap:16px;gap:16px;min-width:0}.project-setup-material-section--references{margin-top:28px}.project-setup-material-section__heading{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;grid-gap:11px;gap:11px}.project-setup-material-section__index{display:inline-flex;min-width:28px;min-height:24px;align-items:center;justify-content:center;border-radius:8px;color:#59677f;background:#f3f5f9;font-size:11px;font-weight:700;letter-spacing:.04em}.project-setup-material-section__heading h2{margin:1px 0 0;color:#273147;font-size:15px;font-weight:680;line-height:1.35}.project-setup-confirmation__panel p,.project-setup-material-section__heading p,.project-setup-notice p,.project-setup-pending-actions p,.project-setup-success p{margin:4px 0 0;color:#667085;line-height:1.55}.project-setup-material-section__count{flex:0 0 auto;padding:5px 9px;border:1px solid #dce3ef;border-radius:999px;color:#556079;background:#f8faff;font-size:12px}.material-card__file-input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.material-card__file-action.is-disabled{cursor:not-allowed;opacity:.5}.material-card__icon-button--ai{color:#5365bd;background:rgb(247 248 255/.92)}.material-card__context{display:grid;min-width:0;grid-gap:3px;gap:3px;padding:0 2px}.material-card__context>div{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:7px}.material-card__context strong{min-width:0;overflow:hidden;color:#354158;font-size:11.5px;font-weight:650;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.material-card__context small,.material-card__context span{color:#7d879a;font-size:10.5px;line-height:1.25;white-space:nowrap}.material-card__empty{display:grid;place-items:center;grid-gap:5px;gap:5px;padding:16px;color:#7c879b;text-align:center}.material-card__empty strong{color:#5a667b;font-size:12px;font-weight:650}.material-card__empty span{font-size:11px;line-height:1.4}html body .new-project-page .bulk-asset-card__preview-frame[role=button]:focus-visible{outline:2px solid rgb(var(--studio-accent-rgb)/.3);outline-offset:2px}html body .new-project-page .bulk-asset-card__preview-frame.is-empty{display:grid;place-items:center;cursor:default;background:linear-gradient(180deg,rgb(255 255 255/.78),rgb(248 249 252/.9)),#f7f8fb}html body .new-project-page .bulk-asset-card__preview-frame.is-empty[role=button]{cursor:pointer}.project-setup-material-section--edit-draft .bulk-asset-card.has-validation-issue{border-color:#e6c87b;background:#fffdf7}html body .new-project-page .project-setup-material-section--edit-draft .bulk-asset-card,html body .new-project-page .project-setup-material-section--edit-draft .bulk-asset-card__face,html body .new-project-page .project-setup-material-section--edit-draft .bulk-asset-card__inner{height:auto}html body .new-project-page .project-setup-material-section--edit-draft .bulk-asset-card{min-height:252px}html body .new-project-page .project-setup-material-section--edit-draft :is(.bulk-asset-card__inner,.bulk-asset-card__face){min-height:230px}.project-setup-material-section--edit-draft .bulk-asset-card.is-pending-save{border-color:var(--studio-brass);background:color-mix(in srgb,var(--studio-brass-soft) 32%,white)}.project-setup-material-section--edit-draft .bulk-asset-card__actions,.project-setup-material-section--edit-draft .bulk-asset-card__delete{z-index:6}.project-setup-material-section--edit-draft .bulk-asset-card__front-hint{max-width:calc(100% - 20px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-setup-card-footer{position:relative;display:grid;grid-gap:6px;gap:6px;min-width:0;overflow:visible}.project-setup-card-footer .stage01-action-feedback{position:static;width:100%;max-width:none;pointer-events:none;overflow-wrap:anywhere}.material-card__screen-reader-status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.new-project-preview-panel__footer>.stage01-action-feedback{width:100%;max-width:none}html body .new-project-page .project-setup-static-usage,html body .new-project-page .project-setup-static-usage:hover{display:flex;min-height:34px;align-items:center;padding:6px 9px;cursor:default;transform:none;will-change:auto}.project-setup-material-action>span{font-size:17px;line-height:1}.new-project-layout__save-lock{display:contents}.material-preview-dialog__error{display:grid;width:min(560px,calc(100vw - 64px));min-height:320px;place-items:center;border-radius:var(--radius-card);color:#d0d5dd;background:#20242d}.project-setup-pending-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px;padding:14px 16px;border:1px solid #dfe5f2;border-radius:14px;background:#f8faff}.project-setup-pending-actions p{margin:0;font-size:13px}.project-setup-flow-note{display:block;margin-top:7px;color:#6c7588;line-height:1.45}.project-setup-notice,.project-setup-success{padding:16px 18px;border:1px solid #cfe7d6;border-radius:15px;background:#f2faf4}.project-setup-notice{border-color:#eadfbf;background:#fffaf0}.project-setup-edit-summary__rows{display:grid;grid-gap:8px;gap:8px;margin-top:12px}.project-setup-edit-summary__rows>span{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#737d91;font-size:12px}.project-setup-edit-summary__rows strong{color:#30394d;text-align:right}.project-setup-footer-action{width:100%;justify-content:center}.project-setup-cancel-button{margin:0}.project-setup-confirmation{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:24px;background:rgb(18 25 42/.48)}.project-setup-confirmation__panel{width:min(440px,100%);padding:24px;border:1px solid #e0e5ef;border-radius:18px;background:#fff;box-shadow:0 24px 70px rgb(17 24 39/.2)}.project-setup-confirmation__panel>strong{color:#20283a;font-size:18px}.project-setup-confirmation__panel>div{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.project-setup-inline-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:14px}.project-setup-proposal-list{display:grid;grid-gap:12px;gap:12px;margin-top:14px}.project-setup-proposal-list>div{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:14px;padding-top:12px;border-top:1px solid rgb(190 172 115/.28)}.project-setup-proposal-list>div>span{min-width:0;color:#4a5366;line-height:1.5;overflow-wrap:anywhere}.project-setup-proposal-list>div>div{display:flex;flex:0 0 auto;flex-wrap:wrap;gap:8px}@media (max-width:760px){.project-setup-material-section__heading{grid-template-columns:auto minmax(0,1fr)}.project-setup-material-section__count{grid-column:2;justify-self:start}.project-setup-pending-actions,.project-setup-proposal-list>div{align-items:stretch;flex-direction:column}.project-setup-proposal-list>div>div{justify-content:flex-end}}.shared-delivery-grid{--delivery-column-gap:44px;--delivery-row-gap:60px;--delivery-board-height:min(var(--stage01-preview-card-size),calc((100cqw - 48px - 2 * var(--delivery-column-gap) + var(--delivery-row-gap)) / 1.4));--delivery-square-size:calc((var(--delivery-board-height) - var(--delivery-row-gap)) / 2);--delivery-long-width:calc(var(--delivery-board-height) * 0.4);display:grid;grid-template-columns:repeat(2,var(--delivery-square-size)) var(--delivery-long-width);grid-template-rows:repeat(2,var(--delivery-square-size));grid-column-gap:var(--delivery-column-gap);column-gap:var(--delivery-column-gap);grid-row-gap:var(--delivery-row-gap);row-gap:var(--delivery-row-gap);width:max-content;max-width:100%;align-items:center}.shared-delivery-slot{--stage01-preview-card-size:var(--delivery-square-size);position:relative;min-width:0}.shared-delivery-slot.is-long{--stage01-preview-card-size:var(--delivery-board-height);grid-column:3;grid-row:1/3;height:var(--delivery-board-height);display:grid;place-items:center}.shared-delivery-slot.is-long .shared-single-history-scope{--shared-single-image-ratio:0.31068;--stage01-preview-card-size:min(var(--delivery-board-height),calc(var(--delivery-long-width) / var(--shared-single-image-ratio)));width:var(--delivery-long-width);justify-items:start}.shared-delivery-slot>.action-scoped-feedback{position:absolute;top:100%;max-width:100%}.shared-delivery-panel .shared-delivery-board{position:absolute;top:var(--stage01-main-canvas-top);height:var(--stage01-preview-card-size)}.shared-delivery-board>.shared-single-preview-body{container-type:inline-size}@media (max-width:960px){.shared-delivery-grid{--delivery-column-gap:24px;--delivery-row-gap:56px}}.shared-single-history-scope{box-sizing:border-box;width:var(--stage01-preview-card-size);min-width:0;display:grid;place-items:center;height:100%;max-width:100%}.shared-single-preview-body{width:100%;height:100%;min-width:0;min-height:0;display:grid;place-items:center}.stage01-workspace-shell .shared-single-history-scope[data-image-layout=long] .stage01-preview-card{width:calc(var(--stage01-preview-card-size) * var(--shared-single-image-ratio, 1));height:var(--stage01-preview-card-size);aspect-ratio:var(--shared-single-image-ratio,1)}.stage01-workspace-shell .shared-single-history-scope[data-image-layout=long] .stage01-empty-preview-copy{padding-inline:12px}.stage01-workspace-shell .shared-single-history-scope[data-image-layout=long] .stage01-empty-preview-icon{max-width:100%}.stage01-workspace-shell .shared-single-history-scope[data-image-layout=long] .stage01-empty-preview-copy:has(.stage01-empty-preview-failure){padding-block:24px;justify-content:safe center;overflow-y:auto;pointer-events:auto}.stage01-workspace-shell .shared-single-history-scope[data-image-layout=long] .stage01-empty-preview-copy:has(.stage01-empty-preview-failure)>span:not(.stage01-empty-preview-icon){transform:none}.stage01-workspace-shell .stage01-empty-preview-copy .stage01-empty-preview-failure{color:var(--studio-ink-muted)}.stage01-workspace-shell .stage01-empty-preview-failure strong{color:var(--studio-ink)}.stage01-lightbox-flip-card[data-output-slot=single] .stage01-lightbox-image-panzoom img{position:absolute;inset:0;width:100%;height:100%;min-width:0;min-height:0;object-fit:contain}.stage01-history-expanded-overlay[data-image-layout=long] .stage01-history-expanded-card{width:max-content;max-width:100%;aspect-ratio:auto;align-self:start;border-radius:0}.stage01-history-expanded-overlay[data-image-layout=long] .stage01-history-expanded-card-entrance{width:auto;height:auto;display:block}.stage01-history-expanded-overlay[data-image-layout=long] .stage01-history-expanded-card .stage01-history-expanded-image{display:block;border-radius:0;background:none;box-shadow:none;overflow:visible}.stage01-history-expanded-overlay[data-image-layout=long] .stage01-history-expanded-image img{position:static;width:auto;height:var(--history-grid-card-size);max-width:100%;object-fit:contain}.stage01-history-expanded-overlay[data-image-layout=long] .stage01-history-expanded-card:before,.stage01-history-expanded-overlay[data-image-layout=long] .stage01-history-expanded-image:after{content:none}.stage01-history-expanded-overlay[data-image-layout=long] .stage01-history-expanded-card.is-active{outline:1px solid rgb(38 53 140/.48);outline-offset:2px}.stage01-history-expanded-overlay[data-image-layout=long] .stage01-history-expanded-card:focus-visible{outline:2px solid rgb(38 53 140/.78);outline-offset:3px}.stage01-history-expanded-overlay[data-image-layout=long] .stage01-history-expanded-batch-selector{left:auto;right:max(calc(100% - 40px),calc(50% + 4px));width:max-content;min-width:30px;padding:0 6px}.stage01-history-expanded-overlay[data-image-layout=long] .stage01-history-expanded-action{right:clamp(0px,calc(50% - 15px),10px);width:min(30px,100%)}.stage01-history-expanded-overlay[data-image-layout=long] .stage01-history-expanded-action--delete{left:max(calc(100% - 40px),calc(50% + 4px));right:auto;width:30px}.stage01-history-expanded-overlay[data-image-layout=long] .stage01-history-expanded-card .stage01-history-expanded-action--delete,.stage01-history-expanded-overlay[data-image-layout=long] .stage01-history-expanded-card .stage01-history-expanded-batch-selector{top:10px;transform:none}@media (max-width:960px){.stage01-workspace-shell .shared-single-workspace .stage01-action-dock-lane,.stage01-workspace-shell .shared-single-workspace .stage01-preview-board-lane{grid-area:auto}.stage01-workspace-shell .shared-single-workspace .stage01-action-dock-lane{position:relative;top:auto}.stage01-workspace-shell .shared-single-workspace .stage01-action-dock-lane.is-local-edit-open{margin-top:max(var(--stage01-main-dock-gap),var(--stage01-main-expanded-dock-gap));margin-bottom:var(--stage01-local-edit-dock-shift)}}.stage01-region-edit-lightbox[data-actual-stage]{--stage01-main-dock-gap:var(--stage01-main-expanded-dock-gap);--stage01-preview-card-size:min(var(--stage01-main-card-size),calc(100dvh - var(--stage01-region-edit-preview-lane-top) - var(--stage01-main-expanded-dock-gap) - var(--stage01-local-edit-dock-shift) - var(--stage01-main-dock-height) - var(--stage01-main-bottom-safe)))}.stage01-workspace-shell .stage-action-dock__notice{position:absolute;left:50%;bottom:calc(100% + 10px);width:max-content;max-width:min(620px,100%);transform:translateX(-50%);pointer-events:auto;z-index:2}.stage01-workspace-shell .stage-action-dock__notice>*{margin:0;max-width:100%;overflow-wrap:anywhere}.stage01-workspace-shell .stage-action-dock__popover-anchor{position:absolute;left:50%;bottom:calc(var(--stage01-main-dock-height) + var(--stage01-local-edit-gap) - var(--stage01-local-edit-dock-shift));z-index:24;width:min(var(--stage01-main-popover-width),100%);display:flex;flex-direction:column;gap:var(--stage01-local-edit-gap);transform:translateX(-50%)}.stage01-workspace-shell .stage-action-dock__popover-anchor>.stage-action-dock__notice{position:static;align-self:center;transform:none}.stage01-workspace-shell .stage-action-dock__popover-anchor>.stage01-local-edit-popover{position:relative;bottom:auto;width:100%}.stage01-workspace-shell .shared-single-history-scope[data-image-layout=long] .stage01-preview-card .stage2-image-frame{width:100%;height:100%;aspect-ratio:auto;align-self:stretch}.stage01-bootstrap-preview-board .stage01-preview-grid:is([data-preview-layout=single],[data-preview-layout=long]){grid-template-columns:minmax(0,var(--stage01-preview-card-size));justify-content:center}.stage01-bootstrap-preview-board [data-preview-layout=long] .stage01-bootstrap-preview-card{width:calc(var(--stage01-preview-card-size) * var(--shared-single-image-ratio));height:var(--stage01-preview-card-size);justify-self:center;aspect-ratio:var(--shared-single-image-ratio)}.stage2-product-image-picker[role=button]:focus-visible{outline:2px solid var(--studio-accent);outline-offset:2px;border-radius:8px}.stage2-product-image-picker[aria-disabled=true]{cursor:wait}.stage-reference-card__group{position:relative;display:grid;grid-template-columns:minmax(0,1fr);width:100%}.stage-reference-card__group[data-reference-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.stage-reference-card__group[data-reference-count="2"]:after{content:"";position:absolute;width:1px;top:6px;bottom:6px;left:50%;transform:translateX(-50%);background:var(--studio-hairline);pointer-events:none}.stage-reference-card__item{position:relative;display:grid;place-items:center;min-width:0;min-height:0;padding:0 6px}.stage01-inspector .stage2-product-image-picker .stage-reference-card__item img{width:100%;height:100%;min-height:0;object-fit:contain;object-position:center;border:0;border-radius:0;background:transparent;box-shadow:none;transform:none}.stage-reference-card__uses{position:absolute;top:4px;left:6px;font-size:10px;line-height:1.3;color:var(--studio-ink-muted);pointer-events:none}.stage-reference-card__uses strong{font-size:inherit;font-weight:600}