@font-face{font-family:Seedance Display;src:url(/assets/SmileySans-Oblique.ttf-K8hpreXB.woff2) format("woff2");font-display:swap}:root{color-scheme:dark}*{box-sizing:border-box}html{background:var(--sd-bg-deep, #030304)}body{margin:0;min-width:320px;background:var(--sd-gradient-page, #070709);color:var(--sd-text, #FFFFFF);font-family:var(--sd-font-body, "PingFang SC", "Microsoft YaHei", sans-serif);font-size:var(--sd-text-base, 15px);line-height:var(--sd-leading-body, 1.6);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body:before,body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}body:before{background:linear-gradient(90deg,transparent 0%,rgba(6,182,212,.03) 48%,transparent 100%),linear-gradient(transparent 0%,rgba(139,92,246,.03) 48%,transparent 100%);background-size:180px 180px,180px 180px;mix-blend-mode:screen;opacity:.45}body:after{background-image:radial-gradient(rgba(255,255,255,.1) .45px,transparent .45px);background-size:5px 5px;opacity:.05}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.hidden-file-input{display:none}#app,.app-theme-root{min-height:100vh;min-width:0;position:relative;z-index:1}.sd-page{min-height:100%;min-width:0;color:var(--sd-text, #FFFFFF)}.sd-public-page{min-height:100vh;overflow-x:hidden;background:radial-gradient(circle at 16% 12%,rgba(139,92,246,.18),transparent 28%),radial-gradient(circle at 82% 8%,rgba(6,182,212,.12),transparent 26%),var(--sd-gradient-page, #070709)}.sd-workbench{display:grid;grid-template-columns:minmax(220px,var(--sd-workbench-rail, 280px)) minmax(0,1fr) minmax(280px,var(--sd-workbench-inspector, 340px));gap:var(--sd-space-5, 20px);min-height:100%;min-width:0}.sd-workbench__rail,.sd-workbench__main,.sd-workbench__inspector{min-width:0}.sd-panel{--sd-panel-padding: var(--sd-space-5, 20px);--sd-panel-radius: var(--sd-radius-xl, 24px);--sd-panel-bg: var(--sd-surface-panel, rgba(255, 255, 255, .04));--sd-panel-border-color: var(--sd-border-subtle, rgba(255, 255, 255, .06));position:relative;min-width:0;padding:var(--sd-panel-padding);border:1px solid var(--sd-panel-border-color);border-radius:var(--sd-panel-radius);background:var(--sd-panel-bg);box-shadow:var(--sd-shadow-soft, 0 4px 12px rgba(0, 0, 0, .4), 0 1px 2px rgba(0, 0, 0, .2));backdrop-filter:blur(var(--sd-blur-panel, 16px));-webkit-backdrop-filter:blur(var(--sd-blur-panel, 16px))}.sd-panel--flat{--sd-panel-bg: transparent;box-shadow:none}.sd-panel--soft{--sd-panel-bg: var(--sd-surface-panel-soft, rgba(255, 255, 255, .02))}.sd-panel--glass{--sd-panel-bg: var(--sd-surface-glass, rgba(255, 255, 255, .045));-webkit-backdrop-filter:blur(var(--sd-blur-panel, 16px));backdrop-filter:blur(var(--sd-blur-panel, 16px))}.sd-panel--elevated{box-shadow:var(--sd-shadow-glass, 0 24px 80px rgba(0, 0, 0, .38))}.sd-panel--outline{--sd-panel-bg: transparent;--sd-panel-border-color: var(--sd-border, rgba(139, 92, 246, .24));box-shadow:none}.sd-card{display:grid;gap:var(--sd-card-gap, var(--sd-space-5, 20px));min-width:0;padding:var(--sd-card-padding, var(--sd-space-6, 24px));border:1px solid var(--sd-card-border, var(--sd-border-subtle, rgba(255, 255, 255, .06)));border-radius:var(--sd-card-radius, var(--sd-radius-xl, 24px));background:var(--sd-card-bg, var(--sd-surface-panel-soft, rgba(255, 255, 255, .02)));transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.sd-card:hover{border-color:var(--sd-border-strong, rgba(255, 255, 255, .15));box-shadow:var(--sd-shadow-soft)}.sd-card--compact{--sd-card-gap: var(--sd-space-2, 8px);--sd-card-padding: var(--sd-space-3, 12px)}.sd-card--spacious{--sd-card-gap: var(--sd-space-5, 20px);--sd-card-padding: var(--sd-space-6, 24px)}.sd-button{--sd-button-bg: rgba(147, 51, 234, .15);--sd-button-border: rgba(147, 51, 234, .3);--sd-button-color: var(--sd-text, #FFFFFF);display:inline-flex;align-items:center;justify-content:center;gap:var(--sd-space-2, 8px);min-height:38px;min-width:0;padding:0 var(--sd-space-4, 16px);border:1px solid var(--sd-button-border);border-radius:var(--sd-radius-md, 10px);background:var(--sd-button-bg);color:var(--sd-button-color);cursor:pointer;font-weight:600;font-size:var(--sd-text-sm, 13px);line-height:1;text-align:center;transition:transform var(--sd-motion-fast, .16s) var(--sd-ease-standard, ease),border-color var(--sd-motion-fast, .16s) var(--sd-ease-standard, ease),background var(--sd-motion-fast, .16s) var(--sd-ease-standard, ease),color var(--sd-motion-fast, .16s) var(--sd-ease-standard, ease),box-shadow var(--sd-motion-fast, .16s) var(--sd-ease-standard, ease)}.sd-button:hover:not(:disabled){transform:translateY(-2px);border-color:var(--sd-border-strong, rgba(6, 182, 212, .28))}.sd-button:focus-visible{outline:2px solid rgba(147,51,234,.5);outline-offset:2px}.sd-button:disabled,.sd-button.is-loading{cursor:not-allowed;opacity:.62;transform:none}.sd-button--primary{--sd-button-bg: var(--sd-gradient-button, linear-gradient(135deg, #9333EA 0%, #06B6D4 100%));--sd-button-border: rgba(255, 255, 255, .15);--sd-button-color: #FFFFFF;box-shadow:0 4px 12px #9333ea40,inset 0 1px #fff3}.sd-button--secondary{--sd-button-bg: rgba(255, 255, 255, .05);--sd-button-border: rgba(255, 255, 255, .1);--sd-button-color: var(--sd-text, #FFFFFF)}.sd-button--secondary:hover{--sd-button-bg: rgba(255, 255, 255, .08);--sd-button-border: rgba(255, 255, 255, .2)}.sd-button--neutral{--sd-button-bg: rgba(255, 255, 255, .055);--sd-button-border: rgba(255, 255, 255, .1)}.sd-button--danger{--sd-button-bg: rgba(255, 77, 141, .12);--sd-button-border: rgba(255, 77, 141, .3);--sd-button-color: #FF8DB8}.sd-button--success{--sd-button-bg: rgba(34, 197, 94, .1);--sd-button-border: rgba(34, 197, 94, .28);--sd-button-color: #86EFAC}.sd-button--xs{min-height:28px;padding-inline:var(--sd-space-3, 12px);font-size:var(--sd-text-xs, 12px)}.sd-button--sm{min-height:34px;padding-inline:var(--sd-space-3, 12px);font-size:var(--sd-text-sm, 13px)}.sd-button--lg{min-height:48px;padding-inline:var(--sd-space-6, 24px);font-size:var(--sd-text-lg, 18px)}.sd-input{width:100%;min-width:0;min-height:40px;padding:0 var(--sd-space-3, 12px);border:1px solid var(--sd-border-subtle, rgba(255, 255, 255, .06));border-radius:var(--sd-radius-md, 10px);background:var(--sd-surface-input, rgba(255, 255, 255, .03));color:var(--sd-text, #FFFFFF);outline:none;font-size:var(--sd-text-sm, 13px);transition:border-color var(--sd-motion-fast, .16s) var(--sd-ease-standard, ease),box-shadow var(--sd-motion-fast, .16s) var(--sd-ease-standard, ease),background var(--sd-motion-fast, .16s) var(--sd-ease-standard, ease)}.sd-input:focus{border-color:var(--sd-cyan, #06B6D4);box-shadow:0 0 0 3px var(--sd-cyan-soft, rgba(6, 182, 212, .14))}.sd-input::placeholder{color:var(--sd-muted, rgba(255, 255, 255, .4))}.sd-input[aria-invalid=true]{border-color:var(--sd-pink, #FF4D8D);box-shadow:0 0 0 3px var(--sd-pink-soft, rgba(255, 77, 141, .14))}textarea.sd-input{min-height:120px;padding-block:var(--sd-space-3, 12px);line-height:1.65;resize:vertical}.sd-toolbar{display:flex;align-items:center;justify-content:space-between;gap:var(--sd-space-3, 12px);min-width:0;flex-wrap:wrap}.sd-reference-strip{display:flex;align-items:center;gap:var(--sd-space-3, 12px);min-width:0;overflow-x:auto;padding:var(--sd-space-2, 8px);border:1px solid var(--sd-border-subtle, rgba(255, 255, 255, .04));border-radius:var(--sd-radius-md, 18px);background:#0000006b;scrollbar-width:thin}.sd-session-item{display:grid;gap:var(--sd-space-2, 8px);min-width:0;padding:var(--sd-space-3, 12px);border:1px solid var(--sd-border-subtle, rgba(255, 255, 255, .04));border-radius:var(--sd-radius-md, 18px);background:#ffffff09;color:var(--sd-text-secondary, rgba(255, 255, 255, .6))}.sd-session-item.is-selected{border-color:var(--sd-border-strong, rgba(6, 182, 212, .28));background:var(--sd-surface-selected, rgba(6, 182, 212, .12));color:var(--sd-text, #FFFFFF)}.sd-popover{min-width:0;border:1px solid var(--sd-border-subtle, rgba(255, 255, 255, .04));border-radius:var(--sd-radius-md, 18px);background:#0a0a0ef5;box-shadow:var(--sd-shadow-glass, 0 24px 80px rgba(0, 0, 0, .38));color:var(--sd-text, #FFFFFF)}.sd-modal-surface{width:min(720px,100vw - 24px);max-height:calc(100dvh - 48px);min-width:0;overflow:hidden;border:1px solid var(--sd-border, rgba(139, 92, 246, .24));border-radius:var(--sd-radius-lg, 24px);background:var(--sd-panel-deep, #08080A);box-shadow:var(--sd-shadow-glass, 0 24px 80px rgba(0, 0, 0, .38));color:var(--sd-text, #FFFFFF)}.sd-field{display:grid;gap:var(--sd-space-2, 8px);min-width:0}.sd-field__label{color:var(--sd-text-secondary, rgba(255, 255, 255, .6));font-size:var(--sd-text-sm, 13px);font-weight:700}.sd-field__help{color:var(--sd-muted, rgba(255, 255, 255, .4));font-size:var(--sd-text-xs, 12px);line-height:1.45}.sd-field__help.is-error{color:var(--sd-pink, #FF4D8D)}.sd-tabs{display:inline-flex;align-items:center;gap:var(--sd-space-1, 4px);max-width:100%;padding:var(--sd-space-1, 4px);border:1px solid var(--sd-border-subtle, rgba(255, 255, 255, .04));border-radius:var(--sd-radius-pill, 999px);background:#0000008a;overflow-x:auto}.sd-tabs__tab{flex:0 0 auto;min-height:32px;padding:0 var(--sd-space-3, 12px);border:0;border-radius:var(--sd-radius-pill, 999px);background:transparent;color:var(--sd-text-secondary, rgba(255, 255, 255, .6));cursor:pointer;font-weight:800}.sd-tabs__tab.is-active{background:var(--sd-surface-selected, rgba(6, 182, 212, .12));color:var(--sd-text, #FFFFFF)}.sd-tabs__tab:focus-visible{outline:2px solid rgba(147,51,234,.5);outline-offset:2px}.sd-badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;max-width:100%;padding:0 var(--sd-space-2, 8px);border:1px solid var(--sd-border-subtle, rgba(255, 255, 255, .04));border-radius:var(--sd-radius-pill, 999px);background:#ffffff0d;color:var(--sd-text-secondary, rgba(255, 255, 255, .6));font-size:var(--sd-text-xs, 12px);font-weight:800;line-height:1;white-space:nowrap}.sd-badge--primary,.sd-badge--secondary{border-color:#06b6d43d;background:#06b6d41a;color:var(--sd-cyan, #06B6D4)}.sd-badge--danger{border-color:#ff4d8d42;background:#ff4d8d1a;color:#ff8db8}.sd-badge--success{border-color:#22c55e42;background:#22c55e1a;color:#86efac}.sd-badge--warning{border-color:#f59e0b4d;background:#f59e0b1a;color:#fcd34d}.sd-empty-state{display:grid;justify-items:center;gap:var(--sd-space-3, 12px);min-width:0;padding:var(--sd-space-8, 32px);color:var(--sd-text-secondary, rgba(255, 255, 255, .6));text-align:center}.sd-empty-state__title{color:var(--sd-text, #FFFFFF);font-size:var(--sd-text-lg, 18px)}.sd-empty-state__description{max-width:460px;margin:0;color:var(--sd-muted, rgba(255, 255, 255, .4))}.sd-empty-state__actions{display:flex;justify-content:center;gap:var(--sd-space-3, 12px);flex-wrap:wrap}.sd-reference-strip__add,.sd-reference-strip__item,.sd-reference-strip__remove{flex:0 0 auto;border:1px solid var(--sd-border-subtle, rgba(255, 255, 255, .04));border-radius:var(--sd-radius-sm, 14px);background:#ffffff0b;color:var(--sd-text-secondary, rgba(255, 255, 255, .6));cursor:pointer}.sd-reference-strip__add{min-height:54px;padding:0 var(--sd-space-3, 12px);border-style:dashed;font-weight:800}.sd-reference-strip__item{display:grid;grid-template-columns:minmax(120px,1fr) auto;gap:var(--sd-space-2, 8px);align-items:center;min-width:180px;min-height:54px;padding:var(--sd-space-2, 8px);text-align:left}.sd-reference-strip__preview{display:grid;grid-template-columns:48px minmax(72px,1fr);gap:var(--sd-space-2, 8px);align-items:center;min-width:0;border:0;background:transparent;color:inherit;cursor:pointer;text-align:left}.sd-reference-strip__item img{width:48px;height:38px;object-fit:cover;border-radius:10px;background:var(--sd-bg-deep, #030304)}.sd-reference-strip__item span,.sd-reference-strip__item small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sd-reference-strip__remove{min-height:28px;padding:0 var(--sd-space-2, 8px);color:#ff8db8}.sd-session-item{width:100%;cursor:pointer;text-align:left}.sd-session-item__title{min-width:0;overflow:hidden;color:var(--sd-text, #FFFFFF);font-weight:900;text-overflow:ellipsis;white-space:nowrap}.sd-session-item__description{display:-webkit-box;overflow:hidden;color:var(--sd-text-secondary, rgba(255, 255, 255, .6));font-size:var(--sd-text-sm, 13px);-webkit-line-clamp:2;-webkit-box-orient:vertical}.sd-session-item__meta{display:flex;gap:var(--sd-space-2, 8px);min-width:0;color:var(--sd-muted, rgba(255, 255, 255, .4));font-size:var(--sd-text-xs, 12px);flex-wrap:wrap}@media(max-width:960px){.sd-workbench{grid-template-columns:1fr}.sd-toolbar{align-items:stretch}}.cyber-shell{height:100vh;min-height:100vh;min-width:0;position:relative;display:flex;flex-direction:column;overflow:hidden;background:var(--sd-gradient-shell, #070709)}.shell-header{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;height:64px;min-height:64px;padding:0 24px;border-bottom:1px solid var(--sd-border, rgba(255, 255, 255, .08));background:#070709cc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);position:sticky;top:0;z-index:var(--sd-z-header, 50)}.brand-mark{display:inline-flex;align-items:center;flex:0 0 auto;gap:10px;min-width:0;max-width:min(340px,30vw);margin-left:-6px;padding:5px 9px 5px 6px;border-radius:16px;color:inherit;text-decoration:none;cursor:pointer;transition:background .18s ease,box-shadow .18s ease}.brand-mark:hover{background:#ffffff0e;box-shadow:inset 0 0 0 1px #ffffff0f}.brand-mark__copy{display:grid;gap:2px;min-width:0}.brand-mark__title-row{display:inline-flex;align-items:center;gap:7px;min-width:0}.brand-mark strong{font-family:var(--sd-font-display, "PingFang SC", sans-serif);min-width:0;overflow:hidden;color:var(--sd-text, #FFFFFF);font-size:15px;font-weight:900;letter-spacing:0;line-height:1;text-overflow:ellipsis;text-transform:none;white-space:nowrap}.brand-mark__name{background:linear-gradient(90deg,#fff,#d8f7ff);-webkit-background-clip:text;background-clip:text;color:transparent!important}.brand-mark .brand-mark__product{display:inline-flex;align-items:center;gap:7px;color:#ffffffb8;font-size:13px;font-weight:700;line-height:1}.brand-mark .brand-mark__product:before{display:block;width:1px;height:12px;background:#ffffff26;content:""}.brand-beta-badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 10px;border-radius:999px;border:1px solid rgba(6,182,212,.28);background:linear-gradient(135deg,#8b5cf638,#06b6d424);box-shadow:0 0 0 1px #8b5cf61a;color:var(--sd-text, #FFFFFF);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.brand-mark span{color:var(--sd-muted, rgba(255, 255, 255, .4));font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-mark .brand-mark__logo{display:inline-flex;align-items:center;justify-content:center;width:34px;min-width:34px;height:34px;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:11px;color:#fff;background:#ffffff12;box-shadow:inset 0 0 0 1px #ffffff0d,0 10px 24px #06b6d429;font-size:12px;font-weight:900;letter-spacing:0;line-height:1}.brand-mark .brand-mark__logo img{display:block;width:30px;height:30px;object-fit:contain}.shell-nav{position:relative;isolation:isolate;display:flex;align-items:center;justify-content:center;flex:1 1 auto;gap:3px;width:100%;max-width:clamp(420px,44vw,720px);height:40px;min-width:0;margin-inline:auto;padding:4px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:linear-gradient(180deg,#ffffff0e,#ffffff06),#06080cad;box-shadow:inset 0 0 0 1px #ffffff09,0 14px 34px #00000047;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;white-space:nowrap}.shell-nav::-webkit-scrollbar{display:none}.shell-actions{display:flex;align-items:center;flex:0 0 auto;gap:10px;margin-left:0;min-width:0;flex-wrap:nowrap}.shell-header--ops{display:grid;grid-template-columns:minmax(210px,300px) minmax(0,1fr) minmax(240px,300px);column-gap:20px}.shell-header--ops .brand-mark{justify-self:start;width:100%;max-width:260px}.shell-header--ops .shell-nav{justify-self:center;width:min(100%,1040px);max-width:min(100%,1040px);justify-content:safe center}.shell-header--ops .shell-actions{justify-self:end;max-width:100%}.shell-user{display:flex;align-items:center;justify-content:flex-end;gap:12px;min-width:0;max-width:100%;flex-wrap:nowrap;min-height:44px;padding:0;color:var(--sd-text, #FFFFFF)}.shell-user__summary{display:flex;align-items:center;gap:10px;justify-content:flex-end;min-width:0;flex:1 1 auto}.shell-user__profile-trigger{position:relative;display:inline-flex;align-items:center;justify-content:flex-start;flex:0 0 auto;gap:12px;min-width:0;max-width:min(230px,22vw);min-height:50px;padding:6px 10px;border:1px solid rgba(255,255,255,.06);border-radius:14px;background:#ffffff05;color:inherit;cursor:pointer;transition:transform .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1),background .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1)}.shell-user__profile-trigger:hover{border-color:#06b6d44d;background:#ffffff0d;box-shadow:0 0 20px #06b6d41a;transform:translateY(-1px)}.shell-user__profile-trigger.is-active{border-color:#06b6d480;background:#06b6d414;box-shadow:0 0 30px #06b6d426}.shell-user__avatar,.shell-profile-popover__avatar{position:relative;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:0;border-radius:12px;background:linear-gradient(135deg,#8b5cf6,#06b6d4);box-shadow:0 4px 15px #8b5cf64d;color:#fff;font-size:14px;font-weight:800;letter-spacing:0;line-height:1}.shell-user__avatar:after{position:absolute;right:-2px;bottom:-2px;width:10px;height:10px;border:2px solid #070709;border-radius:4px;background:#22c55e;box-shadow:0 0 10px #22c55e80;content:""}.shell-profile-popover__avatar{width:60px;height:60px;border-radius:16px;box-shadow:0 10px 30px #8b5cf64d;font-size:24px}.shell-user__avatar-badge{position:absolute;top:-5px;right:-7px;z-index:1;display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:16px;padding:0 5px;border-radius:999px;border:1px solid rgba(255,255,255,.52);background:linear-gradient(135deg,#8b5cf6,#06b6d4);box-shadow:0 4px 14px #06b6d438;color:#fff;font-size:10px;font-weight:900;line-height:1;white-space:nowrap}.shell-user__meta{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0;line-height:1.1;text-align:left}.shell-user__name{min-width:0;max-width:128px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:13px;font-weight:600}.shell-user__balance{min-width:0;max-width:128px;overflow:hidden;color:#06b6d4;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.shell-user__trigger-caret{display:inline-block;width:7px;height:7px;margin-left:-2px;border-right:1.5px solid rgba(255,255,255,.4);border-bottom:1.5px solid rgba(255,255,255,.4);transform:translateY(-2px) rotate(45deg);transition:transform .2s ease,border-color .2s ease}.shell-user__profile-trigger.is-active .shell-user__trigger-caret{border-color:#ffffffbf;transform:translateY(2px) rotate(225deg)}.shell-profile-popover-host{padding:0;border-radius:20px}.shell-profile-popover{position:relative;width:min(360px,100vw - 24px);overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:#0a0a0ef2;box-shadow:0 25px 80px #0009,inset 0 0 0 1px #06b6d40d;color:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.shell-profile-popover:before{position:absolute;top:0;right:0;left:0;height:2px;background:linear-gradient(90deg,transparent,#06B6D4,#8B5CF6,transparent);content:"";opacity:.8}.shell-profile-popover__header{padding:24px;border-bottom:1px solid rgba(255,255,255,.06);background:linear-gradient(135deg,#06b6d414,#8b5cf614)}.shell-profile-popover__head{display:flex;align-items:center;gap:16px;min-width:0;margin-bottom:16px}.shell-profile-popover__identity{display:grid;gap:4px;min-width:0}.shell-profile-popover__name{min-width:0;overflow:hidden;color:#fff;font-size:18px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.shell-profile-popover__role{overflow:hidden;color:#ffffff80;font-size:var(--sd-text-xs, 12px);text-overflow:ellipsis;white-space:nowrap}.shell-profile-popover__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.shell-profile-popover__stat-card{display:grid;gap:4px;min-width:0;padding:12px;border:1px solid rgba(255,255,255,.06);border-radius:12px;background:#ffffff08;text-align:center}.shell-profile-popover__stat-label{overflow:hidden;color:#fff6;font-size:10px;font-weight:700;letter-spacing:.05em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.shell-profile-popover__stat-value{min-width:0;overflow:hidden;color:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:15px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.shell-profile-popover__stat-value.is-cyan{color:#06b6d4}.shell-profile-popover__stat-value.is-purple{color:#8b5cf6}.shell-profile-popover__body{padding:16px}.shell-profile-popover__section-title{margin:0 0 10px 4px;color:#ffffff59;font-size:11px;font-weight:700;letter-spacing:.1em}.shell-profile-popover__actions,.shell-profile-popover__menu{display:flex;flex-direction:column;gap:4px;min-width:0}.shell-profile-popover__item{display:flex;align-items:center;gap:12px;min-width:0;width:100%;padding:12px 14px;border:0;border-radius:12px;background:transparent;color:#ffffffbf;cursor:pointer;text-align:left;transition:transform .2s ease,background .2s ease,color .2s ease}.shell-profile-popover__item:hover{background:#ffffff0d;color:#fff;transform:translate(2px)}.shell-profile-popover__item-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:36px;height:36px;border:1px solid rgba(255,255,255,.06);border-radius:10px;background:#ffffff0a;color:#ffffffdb;font-size:12px;font-weight:800;letter-spacing:0}.shell-profile-popover__item-text{display:flex;flex:1 1 auto;flex-direction:column;min-width:0}.shell-profile-popover__item-title{overflow:hidden;color:inherit;font-size:14px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.shell-profile-popover__item-desc{overflow:hidden;color:#ffffff59;font-size:11px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.shell-profile-popover__footer{padding:0 16px 20px}.shell-profile-popover__logout-btn,.shell-profile-popover__action--danger{display:flex;align-items:center;justify-content:center;width:100%;min-height:43px;gap:8px;padding:12px;border:1px solid rgba(239,68,68,.2);border-radius:12px;background:#ef444414;color:#ef4444d9;cursor:pointer;font-size:13px;font-weight:600;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease,color .2s ease}.shell-profile-popover__logout-btn:hover,.shell-profile-popover__action--danger:hover{border-color:#ef444466;background:#ef444426;box-shadow:0 4px 15px #ef444426;color:#ef4444;transform:translateY(-1px)}.shell-cyber-modal,.shell-cyber-modal.sd-modal-card{border:1px solid var(--sd-border, rgba(255, 255, 255, .08));border-radius:12px;background:var(--sd-panel-deep, #08080A);box-shadow:0 0 40px #8b5cf626,0 20px 60px #000c;color:var(--sd-text, #FFFFFF)}.shell-cyber-modal:before{position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(6,182,212,.62),rgba(139,92,246,.48),transparent);content:"";opacity:.72;pointer-events:none}.shell-cyber-modal>.n-card-header{padding:24px 24px 0}.shell-cyber-modal>.n-card-header .n-card-header__main{font-family:inherit;letter-spacing:0}.shell-cyber-modal .sd-modal-header__main{gap:4px}.shell-cyber-modal .sd-modal-header__title{color:#fff;font-size:20px;font-weight:800;line-height:1.3}.shell-cyber-modal .sd-modal-header__subtitle{color:var(--sd-muted, rgba(255, 255, 255, .4));font-size:13px}.shell-cyber-modal>.n-card-header .n-card-header__close{position:absolute;top:-16px;right:-16px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#111;color:#fff;transition:transform .2s ease,border-color .2s ease,background .2s ease}.shell-cyber-modal>.n-card-header .n-card-header__close:hover{border-color:#ef4444;background:#ef4444;transform:rotate(90deg)}.shell-cyber-modal>.n-card-content,.shell-cyber-modal>.n-card__content{padding:20px 24px 24px}.shell-cyber-modal>.n-card__footer,.shell-cyber-modal>.n-card-footer{padding:0 24px 24px}.shell-settings-modal,.shell-settings-modal.sd-modal-card{width:min(1000px,100vw - 40px);max-width:calc(100vw - 40px);max-height:min(85dvh,860px)}.shell-settings-modal__content{max-height:calc(min(85dvh,860px) - 118px);overflow:auto;padding-right:4px;scrollbar-gutter:stable}.shell-settings-tabs{min-width:0}.shell-settings-tabs .n-tabs-nav{margin-bottom:20px}.shell-settings-tabs .n-tabs-rail{gap:4px;padding:4px;border:1px solid var(--sd-border-subtle, rgba(255, 255, 255, .04));border-radius:10px;background:#ffffff08}.shell-settings-tabs .n-tabs-tab{min-height:34px;padding:0 16px;border-radius:8px;color:var(--sd-muted, rgba(255, 255, 255, .4));font-size:13px;font-weight:700}.shell-settings-tabs .n-tabs-tab:hover,.shell-settings-tabs .n-tabs-tab.n-tabs-tab--active{color:#fff}.shell-settings-tabs .n-tabs-capsule{border:1px solid rgba(6,182,212,.22);border-radius:8px;background:#06b6d41f;box-shadow:0 0 18px #06b6d41a}.shell-settings-section{display:grid;gap:18px;min-width:0}.shell-settings-section__head{display:grid;gap:6px;min-width:0}.shell-settings-section__title{color:var(--sd-text, #FFFFFF);font-size:15px;font-weight:800}.shell-account-summary,.company-group-join-card--inline{min-width:0;border:1px solid var(--sd-border-subtle, rgba(255, 255, 255, .04));border-radius:12px;background:#ffffff05}.shell-account-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px}.shell-account-summary__avatar{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:48px;height:48px;border:1px solid rgba(255,255,255,.06);border-radius:12px;background:linear-gradient(135deg,#8b5cf642,#06b6d42e);color:#fff;font-size:20px;font-weight:800}.shell-account-summary__copy{display:grid;flex:1 1 auto;gap:5px;min-width:0}.shell-account-summary__copy strong,.shell-account-summary__copy span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-account-summary__copy strong{color:#fff;font-size:15px;font-weight:800}.shell-account-summary__copy span{color:var(--sd-muted, rgba(255, 255, 255, .4));font-size:12px}.company-group-join-card--inline{display:grid;gap:14px;padding:18px}.company-group-join-card--inline .join-drawer__headline{display:grid;gap:4px}.company-group-join-card--inline .join-drawer__title{color:#fff;font-size:14px;font-weight:800}.shell-model-pricing{min-width:0}.shell-model-pricing__workspace{display:grid;gap:18px;min-width:0}.shell-model-pricing__overview{display:grid;grid-template-columns:minmax(210px,.9fr) minmax(330px,1.15fr) minmax(180px,.75fr);gap:18px;align-items:stretch;min-width:0;padding:18px;border:1px solid var(--sd-border-subtle, rgba(255, 255, 255, .04));border-radius:12px;background:#ffffff05}.shell-model-pricing__overview-copy,.shell-model-pricing__main-head>div,.shell-model-pricing__group-head>div{display:grid;gap:5px;min-width:0}.shell-model-pricing__eyebrow{color:var(--sd-cyan, #06B6D4);font-size:11px;font-weight:800;letter-spacing:.14em}.shell-model-pricing__overview-copy strong,.shell-model-pricing__main-head strong{color:var(--sd-text, #FFFFFF);font-size:18px;font-weight:900;line-height:1.25}.shell-model-pricing__overview-copy p,.shell-model-pricing__main-head p{margin:0;color:var(--sd-text-secondary, rgba(255, 255, 255, .6));font-size:var(--sd-text-xs, 12px);line-height:1.65}.shell-model-pricing__metrics{display:grid;grid-template-columns:1fr;gap:0;margin:0;align-self:center}.shell-model-pricing__metrics>div{display:flex;align-items:center;justify-content:space-between;gap:16px;min-width:0;padding:10px 0;border-top:1px solid rgba(255,255,255,.06)}.shell-model-pricing__metrics>div:first-child{border-top:0}.shell-model-pricing__metrics dt,.shell-model-pricing__metrics dd{min-width:0;margin:0}.shell-model-pricing__metrics dt{color:var(--sd-muted, rgba(255, 255, 255, .4));font-size:11px}.shell-model-pricing__metrics dd{color:var(--sd-cyan, #06B6D4);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;font-weight:800;line-height:1.35;text-align:right;overflow-wrap:anywhere}.shell-model-pricing__note{display:flex;align-items:flex-end;min-width:0;margin:0;padding-left:18px;border-left:1px solid var(--sd-border-subtle, rgba(255, 255, 255, .04));color:var(--sd-muted, rgba(255, 255, 255, .4));font-size:var(--sd-text-xs, 12px);line-height:1.65}.shell-model-pricing__main{display:grid;gap:14px;min-width:0}.shell-model-pricing__main-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;min-width:0;padding:0;border:0;background:transparent}.shell-model-pricing__groups{display:grid;gap:12px;min-width:0}.shell-model-pricing__group{display:grid;min-width:0;overflow:hidden;border:1px solid var(--sd-border-subtle, rgba(255, 255, 255, .04));border-radius:12px;background:#ffffff05}.shell-model-pricing__group-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-width:0;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.07)}.shell-model-pricing__group-head strong{color:var(--sd-text, #FFFFFF);font-size:14px;font-weight:800}.shell-model-pricing__group-head span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-model-pricing__count{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 9px;border:1px solid rgba(6,182,212,.16);border-radius:999px;background:#06b6d411;color:var(--sd-text-secondary, rgba(255, 255, 255, .6));font-size:11px;font-weight:800;white-space:nowrap}.shell-model-pricing__table{min-width:0;overflow:hidden}.shell-model-pricing__table-head,.shell-model-pricing__row{display:grid;grid-template-columns:minmax(190px,.95fr) minmax(120px,.5fr) minmax(150px,.65fr) minmax(250px,1.1fr);gap:16px;align-items:start;min-width:0}.shell-model-pricing__table-head{padding:10px 18px;color:var(--sd-muted, rgba(255, 255, 255, .4));font-size:11px;font-weight:800;background:#ffffff0d}.shell-model-pricing__row{min-width:0;padding:14px 18px;border-top:1px solid rgba(255,255,255,.06);background:#ffffff05;transition:background .18s ease,border-color .18s ease}.shell-model-pricing__row:hover{background:#06b6d40b;border-top-color:#06b6d424}.shell-model-pricing__model{display:grid;gap:4px;min-width:0}.shell-model-pricing__model strong,.shell-model-pricing__model span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-model-pricing__model strong{color:var(--sd-text, #FFFFFF);font-size:14px;font-weight:800;line-height:1.35}.shell-model-pricing__model span{color:var(--sd-muted, rgba(255, 255, 255, .4));font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:11px}.shell-model-pricing__status{display:flex;flex-wrap:wrap;gap:5px;min-width:0;padding-top:1px}.shell-model-pricing__price{color:var(--sd-cyan, #06B6D4);font-size:15px;font-weight:800;line-height:1.35;overflow-wrap:anywhere}.shell-model-pricing__details{display:flex;flex-wrap:wrap;gap:6px;min-width:0;color:var(--sd-muted, rgba(255, 255, 255, .4));font-size:var(--sd-text-xs, 12px);line-height:1.45}.shell-model-pricing__details span{min-width:min(100%,150px);max-width:100%;padding:4px 8px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff09;overflow-wrap:anywhere}.shell-password-modal,.shell-password-modal.sd-modal-card{width:min(480px,100vw - 24px)}.shell-password-form{display:flex;flex-direction:column;gap:20px;min-width:0}.shell-password-field{display:grid;gap:8px;min-width:0}.shell-password-field>span{color:var(--sd-muted, rgba(255, 255, 255, .4));font-size:12px;font-weight:700}.shell-password-field .n-input{min-height:40px;border-radius:8px;background:#ffffff08!important;border-color:var(--sd-border, rgba(255, 255, 255, .08))!important}.shell-password-field .n-input:hover,.shell-password-field .n-input.n-input--focus{border-color:#06b6d480!important;background:#ffffff0d!important;box-shadow:0 0 0 2px #06b6d41a!important}.shell-cyber-modal__button{min-height:40px;padding:0 18px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:800}.shell-cyber-modal__button--ghost{border:0;background:transparent;color:#ffffffa6;transition:background .2s ease,color .2s ease}.shell-cyber-modal__button--ghost:hover{background:#ffffff14;color:#fff}.shell-cyber-modal__button--primary{background:#06b6d4!important;box-shadow:0 0 15px #06b6d44d;color:#000!important}.shell-cyber-modal__button--primary:hover{background:#08d1f3!important;box-shadow:0 0 25px #06b6d480;transform:translateY(-1px)}.shell-model-pricing__alert,.shell-text-model__alert{border-radius:8px}.shell-model-pricing__alert{margin:12px 14px 14px}.shell-model-pricing__empty{padding:24px 14px}.shell-link{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:32px;padding:0 13px;border:1px solid transparent;border-radius:999px;color:var(--sd-text-secondary, rgba(255, 255, 255, .6));background:transparent;font-size:13px;font-weight:800;letter-spacing:0;line-height:32px;outline-offset:2px;text-decoration:none;transition:background var(--sd-motion-fast, .16s) var(--sd-ease-standard, ease),border-color var(--sd-motion-fast, .16s) var(--sd-ease-standard, ease),box-shadow var(--sd-motion-fast, .16s) var(--sd-ease-standard, ease),color var(--sd-motion-fast, .16s) var(--sd-ease-standard, ease),opacity var(--sd-motion-fast, .16s) var(--sd-ease-standard, ease),transform var(--sd-motion-fast, .16s) var(--sd-ease-standard, ease)}.shell-link:hover{color:var(--sd-text, #FFFFFF);background:#ffffff0f}.shell-link:focus-visible{outline:none;color:var(--sd-text, #FFFFFF);box-shadow:0 0 0 2px #06b6d42e}.shell-link.router-link-active{border-color:#06b6d45c;background:linear-gradient(180deg,#06b6d433,#06b6d414);box-shadow:inset 0 0 0 1px #ffffff0e,0 8px 22px #06b6d41c;color:#dffcff;transform:translateY(-1px)}.shell-link.router-link-active:after{content:"";position:absolute;right:12px;bottom:4px;left:12px;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,var(--sd-cyan, #06B6D4),transparent);box-shadow:0 0 10px #06b6d46b}.page-wrap,.studio-content,.admin-content{padding:clamp(18px,2vw,28px)}.studio-content,.admin-content{flex:1 1 auto;min-height:0;overflow:auto;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(6,182,212,.4) rgba(0,0,0,.58)}.studio-content::-webkit-scrollbar,.admin-content::-webkit-scrollbar{width:8px}.studio-content::-webkit-scrollbar-track,.admin-content::-webkit-scrollbar-track{background:#00000094;border-radius:999px}.studio-content::-webkit-scrollbar-thumb,.admin-content::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#06b6d48f,#8b5cf68f);border-radius:999px}.studio-content::-webkit-scrollbar-thumb:hover,.admin-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#06b6d4c2,#8b5cf6c2)}.ops-table-page{display:flex;flex-direction:column;gap:20px;min-height:100%;overflow:visible}.ops-table-panel,.n-card.ops-table-panel{display:flex;min-height:0;overflow:hidden}.ops-table-panel>.n-card__content{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;overflow:hidden}.ops-table-panel .n-data-table{width:100%;min-height:0}.ops-table-scroller{flex:1 1 auto;min-height:0;overflow:auto;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(6,182,212,.4) rgba(0,0,0,.58)}.ops-table-scroller .n-data-table{width:100%}.ops-table-scroller::-webkit-scrollbar{width:8px;height:8px}.ops-table-scroller::-webkit-scrollbar-track{background:#00000094;border-radius:999px}.ops-table-scroller::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#06b6d48f,#8b5cf68f);border-radius:999px}.ops-table-scroller::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#06b6d4c2,#8b5cf6c2)}.ops-table-pager{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-top:12px;padding-top:12px;border-top:1px solid var(--sd-border-subtle, rgba(255, 255, 255, .04));flex-shrink:0}.ops-table-pager__meta{color:var(--sd-muted, rgba(255, 255, 255, .4));font-size:12px;white-space:nowrap}.page-wrap{position:relative}.page-hero{display:grid;gap:8px;margin-bottom:16px}.history-hero{padding:32px 24px 12px;margin-bottom:0}.hero-chip-row{display:flex;flex-wrap:wrap;gap:10px}.hero-title{margin:0;font-family:var(--sd-font-display, "PingFang SC", sans-serif);font-size:clamp(24px,2vw,30px);line-height:1.12;letter-spacing:var(--sd-track-title, .04em)}.hero-subtitle{margin:0;max-width:820px;color:var(--sd-muted, rgba(255, 255, 255, .4));font-size:14px;overflow-wrap:anywhere}.admin-content .page-hero{gap:8px;margin-bottom:16px}.admin-content .page-hero>div:last-child{display:grid;gap:6px}.admin-content .page-hero .hero-chip-row{gap:8px}.admin-content .page-hero .list-chip{min-height:26px;padding:0 10px;font-size:11px;background:#000000ad}.admin-content .page-hero .hero-title{font-size:clamp(22px,1.8vw,28px);line-height:1.08;letter-spacing:.03em}.admin-content .page-hero .hero-subtitle{max-width:none;font-size:13px;line-height:1.5}.panel-kicker{font-size:var(--sd-text-xs, 12px);letter-spacing:var(--sd-track-tag, .22em);text-transform:uppercase;color:var(--sd-cyan, #06B6D4);margin-bottom:8px}.section-title{margin:0;font-size:var(--sd-text-lg, 18px);font-weight:700}.muted{color:var(--sd-muted, rgba(255, 255, 255, .4));overflow-wrap:anywhere}.glass-card,.n-card.glass-card{position:relative;overflow:hidden;border-radius:var(--sd-radius-lg, 24px);border:1px solid var(--sd-border, rgba(139, 92, 246, .24));background:var(--sd-panel, rgba(255, 255, 255, .03));box-shadow:var(--sd-shadow-glass, 0 24px 80px rgba(0, 0, 0, .38));-webkit-backdrop-filter:blur(var(--sd-blur-panel, 16px));backdrop-filter:blur(var(--sd-blur-panel, 16px))}.glass-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.04),transparent 22%),linear-gradient(135deg,rgba(139,92,246,.12),transparent 42%),linear-gradient(180deg,rgba(6,182,212,.04),transparent 48%);pointer-events:none}.panel-frame{border-radius:var(--sd-radius-lg, 24px)}.panel-block{display:grid;gap:10px}.panel-label{margin-bottom:4px;font-size:var(--sd-text-sm, 13px);color:var(--sd-text-secondary, rgba(255, 255, 255, .6))}.panel-grid{display:grid;gap:18px}.three-col{grid-template-columns:320px minmax(0,1fr) 360px}.studio-grid{align-items:start}.studio-grid>:first-child .glass-card{border-color:#8b5cf638}.studio-grid>:nth-child(2) .glass-card{border-color:#06b6d447;box-shadow:var(--sd-shadow-glow-strong, 0 0 40px rgba(6, 182, 212, .14))}.studio-grid>:last-child .glass-card{border-color:#ffffff14}.list-chip{display:inline-flex;align-items:center;gap:6px;min-width:0;max-width:100%;min-height:30px;padding:0 12px;border-radius:var(--sd-radius-pill, 999px);border:1px solid var(--sd-border, rgba(139, 92, 246, .24));background:#0000008f;color:var(--sd-text-secondary, rgba(255, 255, 255, .6));font-size:var(--sd-text-xs, 12px);overflow-wrap:anywhere}.status-pill{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:var(--sd-radius-pill, 999px);border:1px solid currentcolor;background:#0000009e;font-size:var(--sd-text-xs, 12px);font-weight:600;letter-spacing:.06em;line-height:1;white-space:nowrap;color:var(--sd-muted, rgba(255, 255, 255, .4))}.status-pill[data-status=succeeded],.status-pill[data-status=approved],.status-pill[data-status=active]{color:var(--sd-success, #8af3a2);box-shadow:0 0 18px #22c55e1f}.status-pill[data-status=failed],.status-pill[data-status=rejected],.status-pill[data-status=expired],.status-pill[data-status=deleted]{color:var(--sd-pink, #FF4D8D);box-shadow:0 0 18px #ff4d8d1f}.status-pill[data-status=provider_running],.status-pill[data-status=submitting],.status-pill[data-status=provider_pending],.status-pill[data-status=pending]{color:var(--sd-cyan, #06B6D4);box-shadow:0 0 18px #06b6d41f}.status-pill[data-status=disabled]{color:var(--sd-warning, #ffb86b)}.toolbar,.history-filter-bar{gap:12px;padding:16px 24px;border-radius:var(--sd-radius-md, 12px);border:1px solid var(--sd-border-subtle, rgba(255, 255, 255, .04));background:linear-gradient(90deg,#ffffff06,#ffffff02)}.history-filter-bar{display:grid}.toolbar,.history-filter-bar,.panel-block,.summary-grid,.hero-chip-row,.action-group,.table-row-actions{align-items:start}.toolbar{display:flex;flex-wrap:wrap;align-items:flex-start}.toolbar>*{min-width:0;flex:1 1 clamp(180px,18vw,280px)}.toolbar>.n-input,.toolbar>.n-base-selection,.toolbar>.n-input-number,.toolbar>.n-date-picker{width:auto;min-width:min(100%,180px);flex:1 1 clamp(180px,18vw,280px);justify-self:start}.history-filter-bar>.n-input,.history-filter-bar>.n-base-selection,.history-filter-bar>.n-input-number,.panel-block>.n-input,.panel-block>.n-base-selection,.panel-block>.n-input-number,.summary-grid>.n-input,.summary-grid>.n-base-selection,.summary-grid>.n-input-number{width:auto;min-width:0;max-width:100%;justify-self:start}.toolbar__actions{display:flex;gap:12px;align-items:flex-start;justify-content:flex-start;flex:0 1 auto;flex-wrap:wrap;margin-left:auto}.toolbar__actions .n-button{min-width:96px}.admin-form-field .n-input,.admin-form-field .n-base-selection,.admin-form-field .n-input-number,.admin-form-field .n-date-picker,.modal-card .n-input,.modal-card .n-base-selection,.modal-card .n-input-number,.modal-card .n-date-picker,.n-drawer .n-input,.n-drawer .n-base-selection,.n-drawer .n-input-number,.n-drawer .n-date-picker{min-width:0}.history-filter-bar{grid-template-columns:minmax(240px,1.5fr) minmax(150px,.8fr) minmax(160px,.9fr) minmax(160px,.9fr) auto;align-items:center}.history-filter-bar>*{min-width:0}.history-filter-bar__group,.history-filter-bar__actions{min-width:0}.history-filter-bar__group .n-input,.history-filter-bar__group .n-base-selection{width:100%;min-width:0;max-width:none}.history-filter-bar__actions{display:flex;justify-content:flex-end}.history-filter-bar__button{min-width:92px;justify-self:end}.history-page__tabs{border-bottom:1px solid var(--sd-border-subtle, rgba(255, 255, 255, .04))}.history-page__tabs .n-tabs-nav{margin-bottom:0}.history-page__tabs .n-tabs-nav-scroll-content{gap:32px}.history-page__tabs .n-tabs-tab{padding:0 0 14px;color:var(--sd-muted, rgba(255, 255, 255, .4));font-size:var(--sd-text-sm, 13px);font-weight:700}.history-page__tabs .n-tabs-tab:hover,.history-page__tabs .n-tabs-tab.n-tabs-tab--active{color:var(--sd-cyan, #06B6D4)}.history-page__tabs .n-tabs-bar{height:2px;border-radius:var(--sd-radius-pill, 999px);background:var(--sd-cyan, #06B6D4);box-shadow:0 0 14px #06b6d46b}.summary-grid,.meta-grid,.stats-grid,.metric-strip,.detail-grid,.detail-matrix,.history-grid,.output-grid{display:grid;gap:16px}.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-grid,.metric-strip{grid-template-columns:repeat(auto-fit,minmax(var(--ops-metric-min, 150px),1fr))}.history-grid,.output-grid,.detail-matrix{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.history-grid{grid-template-columns:repeat(auto-fit,minmax(292px,360px));justify-content:start}.detail-grid{grid-template-columns:1.4fr 1fr;align-items:start}.metric-card,.detail-block,.json-card,.ops-card{padding:18px;border-radius:var(--sd-radius-md, 18px);border:1px solid var(--sd-border-subtle, rgba(255, 255, 255, .04));background:#0a0a0ec2}.metric-card strong,.detail-key{display:block;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--sd-muted, rgba(255, 255, 255, .4))}.metric-card span,.detail-value{display:block;margin-top:8px;color:var(--sd-text, #FFFFFF);font-size:16px;font-weight:600}.timeline-row,.validation-line{display:grid;grid-template-columns:110px minmax(0,1fr);gap:12px;padding:14px 0;border-bottom:1px solid var(--sd-border-subtle, rgba(255, 255, 255, .04))}.timeline-row:last-child,.validation-line:last-child{border-bottom:none}.validation-line[data-level=error]{color:var(--sd-pink, #FF4D8D)}.validation-line[data-level=warning]{color:var(--sd-warning, #ffb86b)}.history-card{display:flex;flex-direction:column;min-height:430px;height:100%;border-radius:var(--sd-radius-md, 12px);background:var(--sd-panel-deep, #08080A);transition:transform var(--sd-motion-base, .24s) var(--sd-ease-emphasized, ease),border-color var(--sd-motion-base, .24s) var(--sd-ease-emphasized, ease),box-shadow var(--sd-motion-base, .24s) var(--sd-ease-emphasized, ease)}.history-card .n-card-header{padding:16px 16px 10px}.history-card .n-card__content,.history-card .n-card-content{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;padding:0 16px 16px}.history-card__header{display:grid;grid-template-columns:minmax(0,1fr);align-items:start;gap:12px;min-height:48px}.history-card__header-main{min-width:0;display:grid;gap:6px}.history-card__header-main strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.history-card:hover{transform:translateY(-2px);border-color:#8b5cf666;box-shadow:0 8px 24px #0006,0 0 0 1px #8b5cf61a}.history-cover{position:relative;display:grid;place-items:center;min-height:0;aspect-ratio:16/9;padding:0;overflow:hidden;border-radius:var(--sd-radius-sm, 8px);border:1px solid var(--sd-border-subtle, rgba(255, 255, 255, .04));background:#000;color:var(--sd-text, #FFFFFF);font-family:var(--sd-font-display, "PingFang SC", sans-serif);font-size:26px;letter-spacing:.18em}.history-cover--interactive{width:100%;cursor:pointer}.history-cover--interactive:disabled{cursor:default;opacity:1}.history-cover__media{display:block;width:100%;height:100%;object-fit:cover;opacity:.82;transition:opacity var(--sd-motion-base, .24s) var(--sd-ease-standard, ease)}.history-card:hover .history-cover__media{opacity:1}.history-cover__audio,.history-cover__placeholder{display:grid;place-items:center;gap:10px;min-height:100%;width:100%;padding:28px;text-align:center}.history-cover__audio{background:linear-gradient(180deg,#8b5cf633,#06b6d414)}.history-cover__audio-icon{font-size:36px;line-height:1}.history-cover__audio strong,.history-cover__placeholder strong{font-size:18px;letter-spacing:.08em}.history-cover__audio span,.history-cover__placeholder span{font-size:var(--sd-text-sm, 13px);color:var(--sd-text-secondary, rgba(255, 255, 255, .6))}.history-cover__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:12px;padding:12px;border-radius:0;background:#00000085;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:var(--sd-text-sm, 13px);letter-spacing:0;opacity:0;transition:opacity var(--sd-motion-base, .24s) var(--sd-ease-standard, ease)}.history-card:hover .history-cover__overlay,.history-cover--interactive:focus-visible .history-cover__overlay{opacity:1}.history-cover__status,.history-cover__reference{position:absolute;z-index:2}.history-cover__status{top:8px;right:8px}.history-cover__reference{left:8px;bottom:8px;max-width:calc(100% - 16px);padding:3px 8px;border-radius:var(--sd-radius-pill, 999px);border:1px solid var(--sd-border, rgba(255, 255, 255, .08));background:#0000009e;color:var(--sd-text-secondary, rgba(255, 255, 255, .72));font-size:10px;font-weight:700;letter-spacing:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-cover__badge{display:inline-flex;align-items:center;padding:9px 13px;border-radius:999px;border:1px solid rgba(255,255,255,.24);background:#ffffff29;color:var(--sd-text, #FFFFFF);box-shadow:0 12px 30px #00000052}.history-card__id{font-size:var(--sd-text-sm, 13px)}.history-card__prompt{min-height:0;max-height:84px;overflow-y:auto;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(6,182,212,.38) rgba(0,0,0,.48)}.history-card__amount{color:var(--sd-cyan, #06B6D4);border-color:#06b6d438;background:#06b6d414}.history-card__prompt::-webkit-scrollbar{width:8px}.history-card__prompt::-webkit-scrollbar-track{background:#0000007a;border-radius:999px}.history-card__prompt::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#06b6d49e,#8b5cf69e);border-radius:999px}.history-card__prompt::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#06b6d4d1,#8b5cf6d1)}.history-card__actions,.action-group,.table-row-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.history-card__footer{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:auto}.table-row-actions{max-width:100%;min-width:0}.table-row-actions .n-button{min-width:0}.table-row-actions--compact{gap:6px}.table-row-actions--compact .n-button{min-height:28px;padding-inline:10px}.table-link{color:var(--sd-cyan, #06B6D4);display:inline-flex;align-items:center;min-width:0;overflow-wrap:anywhere}.table-link:hover{text-shadow:0 0 14px rgba(6,182,212,.24)}.json-pre{margin:0;white-space:pre-wrap;word-break:break-word;font-family:var(--sd-font-mono, monospace);font-size:12px;line-height:1.7;color:var(--sd-text-secondary, rgba(255, 255, 255, .6))}.history-preview-modal{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,360px);gap:24px;align-items:start}.history-preview-modal__surface{display:grid;place-items:center;min-height:75vh;max-height:680px;padding:0;overflow:hidden;border-radius:var(--sd-radius-md, 12px);border:1px solid var(--sd-border-subtle, rgba(255, 255, 255, .04));background:#000}.history-preview-modal__media{display:block;width:100%;height:75vh;max-height:680px;object-fit:contain}.history-preview-modal__audio{width:min(560px,100% - 48px)}.history-preview-modal__meta{display:grid;gap:12px;min-width:0;max-height:calc(75vh + 48px);overflow-y:auto;padding:20px;border-radius:var(--sd-radius-md, 12px);border:1px solid var(--sd-border-subtle, rgba(255, 255, 255, .04));background:#0003;scrollbar-gutter:stable}.history-preview-modal__prompt{color:var(--sd-text, #FFFFFF);white-space:pre-wrap;word-break:break-word;line-height:1.7}.history-preview-modal__empty{color:var(--sd-text-secondary, rgba(255, 255, 255, .6));text-align:center}.history-preview-modal .detail-block{padding:0 0 16px;border:0;border-bottom:1px solid var(--sd-border-subtle, rgba(255, 255, 255, .04));border-radius:0;background:transparent}.history-preview-modal .detail-block:last-of-type{border-bottom:0}.history-preview-modal__actions{padding-top:4px}.history-preview-modal-card,.history-preview-modal-card.sd-modal-card{width:min(1120px,100vw - 24px);max-width:calc(100vw - 24px)}.apply-page{display:grid;grid-template-columns:minmax(0,1.1fr) clamp(320px,34vw,520px);gap:28px;align-items:stretch;min-height:calc(100vh - 120px)}.apply-hero,.apply-panel{position:relative;padding:28px}.apply-hero{display:flex;flex-direction:column;justify-content:space-between;border-radius:var(--sd-radius-lg, 24px);border:1px solid var(--sd-border, rgba(139, 92, 246, .24));background:linear-gradient(155deg,rgba(139,92,246,.18),transparent 42%),linear-gradient(335deg,rgba(6,182,212,.12),transparent 38%),#0a0a0eb8;overflow:hidden}.apply-hero:before,.apply-hero:after{content:"";position:absolute;inset:auto;pointer-events:none}.apply-hero:before{top:36px;right:36px;width:200px;height:200px;border:1px solid rgba(6,182,212,.16);border-radius:28px 28px 28px 80px;box-shadow:0 0 0 1px #8b5cf614,inset 0 0 48px #8b5cf614}.apply-hero:after{left:28px;bottom:28px;width:240px;height:2px;background:linear-gradient(90deg,#8b5cf6b3,#06b6d400)}.apply-brand{display:grid;gap:12px}.apply-brand__name{margin:0;font-family:var(--sd-font-display, "PingFang SC", sans-serif);font-size:clamp(42px,4vw,60px);letter-spacing:.18em;line-height:1}.apply-brand__copy{max-width:480px;color:var(--sd-text-secondary, rgba(255, 255, 255, .6))}.apply-orbit{display:grid;gap:14px}.apply-orbit__line{display:flex;align-items:center;gap:12px;color:var(--sd-muted, rgba(255, 255, 255, .4));font-size:var(--sd-text-sm, 13px)}.apply-orbit__line:before{content:"";width:36px;height:1px;background:linear-gradient(90deg,var(--sd-cyan, #06B6D4),transparent)}.apply-panel{display:grid;gap:18px}.status-overview{display:grid;gap:12px;padding:16px 18px;border-radius:var(--sd-radius-md, 18px);border:1px solid var(--sd-border-subtle, rgba(255, 255, 255, .04));background:#0a0a0eb3}.status-overview__top{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.status-note{color:var(--sd-text-secondary, rgba(255, 255, 255, .6));font-size:var(--sd-text-sm, 13px)}.access-form{display:grid;gap:8px}.apply-agreement-box{display:grid;gap:14px;padding:16px 18px;border-radius:var(--sd-radius-md, 18px);border:1px solid var(--sd-border-subtle, rgba(255, 255, 255, .04));background:#0a0a0eb8;margin:6px 0 12px}.apply-agreement-box__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.apply-agreement-box__head strong{color:var(--sd-text, #FFFFFF);font-size:16px}.access-form .field-full{width:100%}.apply-agreement-modal{max-height:78vh;overflow:hidden}.apply-agreement-modal__body{max-height:min(60vh,720px);overflow-y:auto;overflow-x:hidden;padding-right:12px;display:grid;gap:18px;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(6,182,212,.45) rgba(0,0,0,.48)}.apply-agreement-modal__body::-webkit-scrollbar{width:8px}.apply-agreement-modal__body::-webkit-scrollbar-track{background:#0000007a;border-radius:999px}.apply-agreement-modal__body::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#06b6d494,#8b5cf685);border-radius:999px}.apply-agreement-modal__body::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#06b6d4c7,#8b5cf6b8)}.apply-agreement-section{display:grid;gap:10px;padding:14px 16px;border-radius:18px;border:1px solid rgba(255,255,255,.04);background:#0a0a0e9e}.apply-agreement-section h3{margin:0;color:var(--sd-text, #FFFFFF);font-size:16px}.apply-agreement-section p{margin:0;color:var(--sd-text-secondary, rgba(255, 255, 255, .6));line-height:1.8;white-space:pre-wrap}.field-full{width:100%}.access-form .n-input,.access-form .n-base-selection,.access-form .n-input-number,.field-full,.field-full .n-base-selection,.field-full .n-input,.field-full .n-input-number{width:100%!important}.duration-compact,.duration-compact .n-input,.duration-compact .n-input-number{width:96px!important;min-width:96px!important;max-width:96px!important}.auth-page{display:grid;place-items:center;min-height:100vh}.auth-card{width:min(100%,480px);padding:8px}.detail-shell{display:grid;gap:18px}.job-detail-shell{width:min(100%,1480px);margin:0 auto;gap:18px}.admin-job-detail-shell .job-detail-preview-card{border-color:#06b6d429}.admin-job-detail-shell .job-detail-summary-card .metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-job-detail-shell .job-detail-lower{grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);align-items:start}.job-detail-hero{margin-bottom:0}.job-detail-stage{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,360px);gap:24px;align-items:start}.job-detail-preview-card,.job-detail-summary-card,.job-detail-copy-card,.job-detail-params-card{overflow:hidden}.job-detail-preview{min-height:clamp(420px,62vh,680px);border-radius:var(--sd-radius-md, 12px);border:1px solid var(--sd-border-subtle, rgba(255, 255, 255, .04));background:#000;display:grid;place-items:center;overflow:hidden}.job-detail-preview__media{width:100%;height:clamp(420px,62vh,680px);object-fit:contain;display:block}.job-detail-preview__audio{width:min(520px,100% - 48px)}.job-detail-preview__empty{display:grid;gap:10px;max-width:420px;padding:28px;text-align:center;color:var(--sd-text-secondary, rgba(255, 255, 255, .6))}.job-detail-preview__empty strong{color:var(--sd-text, #FFFFFF);font-size:28px;line-height:1.1}.job-detail-preview__footer{display:grid;gap:16px;margin-top:18px;min-width:0}.job-detail-side{display:grid;gap:14px;min-width:0}.job-detail-summary-card .metric-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.job-detail-summary-card .metric-card{padding:12px;border-radius:var(--sd-radius-md, 12px);background:#00000038}.job-detail-summary-card .metric-card span{margin-top:6px;font-size:14px;line-height:1.35}.job-detail-copy{padding:14px;border-radius:var(--sd-radius-md, 12px);border:1px solid rgba(255,255,255,.04);background:#00000057;color:var(--sd-text, #FFFFFF);height:260px;overflow-y:auto;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(6,182,212,.38) rgba(0,0,0,.48);line-height:1.8;white-space:pre-wrap;word-break:break-word}.job-detail-copy::-webkit-scrollbar{width:8px}.job-detail-copy::-webkit-scrollbar-track{background:#0000007a;border-radius:999px}.job-detail-copy::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#06b6d4a6,#8b5cf6a6);border-radius:999px}.job-detail-copy::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#06b6d4d1,#8b5cf6d1)}.job-detail-lower{display:grid;gap:20px}.job-detail-timeline{display:grid;gap:16px}.job-detail-timeline__item{display:grid;grid-template-columns:18px minmax(0,1fr);gap:14px}.job-detail-timeline__dot{width:12px;height:12px;margin-top:8px;border-radius:999px;background:linear-gradient(135deg,#06b6d4e6,#8b5cf6e6);box-shadow:0 0 0 4px #06b6d414}.job-detail-timeline__content{padding:14px 16px;border-radius:var(--sd-radius-md, 12px);border:1px solid rgba(255,255,255,.04);background:#00000038}.job-detail-timeline__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.job-detail-timeline__head strong{color:var(--sd-text, #FFFFFF)}.job-detail-timeline__content p{margin:0;color:var(--sd-text-secondary, rgba(255, 255, 255, .6));line-height:1.7}.job-detail-reference-grid{display:grid;grid-template-columns:1fr;gap:14px}.job-detail-reference-card{display:grid;grid-template-columns:76px minmax(0,1fr);gap:12px;padding:12px;border-radius:var(--sd-radius-md, 12px);border:1px solid rgba(255,255,255,.04);background:#00000038}.job-detail-reference-card__media{width:76px;height:76px;border-radius:var(--sd-radius-sm, 8px);overflow:hidden;border:1px solid var(--sd-border, rgba(255, 255, 255, .08));background:linear-gradient(135deg,#8b5cf61f,#000000f0);display:grid;place-items:center;color:var(--sd-text, #FFFFFF);font-size:14px;font-weight:700}.job-detail-reference-card__media img,.job-detail-reference-card__media video{width:100%;height:100%;object-fit:cover;display:block}.job-detail-reference-card__copy{display:grid;gap:6px;min-width:0}.job-detail-reference-card__copy strong{color:var(--sd-text, #FFFFFF);font-size:15px;word-break:break-word}.job-detail-reference-card__copy span:last-child{color:var(--sd-muted, rgba(255, 255, 255, .4));font-size:12px}.single-create-layout{display:grid;grid-template-columns:minmax(0,1.45fr) clamp(300px,28vw,360px);gap:20px;align-items:start}.single-workbench-layout{display:grid;grid-template-columns:clamp(280px,22vw,340px) minmax(0,1fr) clamp(300px,24vw,380px);gap:20px;align-items:start}.single-followup-layout{display:grid;grid-template-columns:minmax(0,1fr) clamp(320px,30vw,460px);gap:20px;align-items:start}.single-composer-card{padding:10px}.single-composer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.single-control-pills{justify-content:flex-end}.single-composer-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:16px}.single-composer-toolbar__model{flex:1 1 clamp(180px,18vw,220px);width:auto!important;min-width:180px!important;max-width:240px!important}.single-composer-toolbar__model .n-base-selection{width:100%!important;min-width:0!important;max-width:none!important}.single-composer-toolbar--compact{margin-bottom:0}.single-composer-validation{margin-bottom:18px}.single-composer-toolbar>.field-full{width:auto!important;min-width:136px;flex:1 1 clamp(136px,14vw,180px)}.single-reference-strip{display:grid;margin-bottom:18px}.single-reference-ribbon{display:flex;align-items:stretch;gap:12px}.single-reference-ribbon.is-empty{justify-content:flex-start}.single-reference-deck{min-width:320px;flex:1;display:flex;align-items:center;gap:18px;padding:16px 18px;border-radius:24px;border:1px solid var(--sd-border, rgba(139, 92, 246, .24));background:linear-gradient(135deg,#8b5cf61f,#0a0a0ef0);color:var(--sd-text, #FFFFFF);text-align:left;transition:transform var(--sd-motion-base, .24s) var(--sd-ease-emphasized, ease),border-color var(--sd-motion-base, .24s) var(--sd-ease-emphasized, ease),box-shadow var(--sd-motion-base, .24s) var(--sd-ease-emphasized, ease)}.single-reference-deck.is-minimal{min-width:0;width:100%;gap:14px;padding:14px 16px;justify-content:flex-start;align-items:center}.single-reference-deck.is-empty{min-height:132px}.single-reference-deck:hover{transform:translateY(-2px);border-color:var(--sd-border-strong, rgba(6, 182, 212, .28));box-shadow:var(--sd-shadow-glow-strong, 0 0 40px rgba(6, 182, 212, .14))}.single-reference-deck__stack{--reference-card-step: 18px;--reference-add-step: 10px;--reference-card-hover-step: 80px;--reference-add-hover-step: 80px;--reference-add-left: var(--reference-add-step);--reference-card-y: 0px;--reference-card-scale: 1;--reference-add-y: 0px;--reference-add-scale: 1;position:relative;width:min(468px,100%);height:92px;flex:0 0 min(468px,100%)}.single-reference-deck.is-minimal .single-reference-deck__stack{width:min(468px,100%);height:92px;flex:0 0 min(468px,100%)}.single-reference-deck.is-empty .single-reference-deck__stack{--reference-count: 0}.single-reference-deck__card{position:absolute;top:6px;left:calc(var(--deck-index) * var(--reference-card-step));width:68px;height:68px;border-radius:12px;overflow:hidden;border:2px solid rgba(255,255,255,.68);background:#000000eb;box-shadow:0 12px 26px #00000057,inset 0 0 0 1px #ffffff14;transform:translate(0) translateY(var(--reference-card-y)) scale(var(--reference-card-scale)) rotate(calc(-5deg + var(--deck-index) * 4deg));cursor:pointer;transition:left var(--sd-motion-base, .24s) var(--sd-ease-emphasized, ease),transform var(--sd-motion-base, .24s) var(--sd-ease-emphasized, ease),box-shadow var(--sd-motion-base, .24s) var(--sd-ease-emphasized, ease),border-color var(--sd-motion-base, .24s) var(--sd-ease-emphasized, ease),filter var(--sd-motion-base, .24s) var(--sd-ease-emphasized, ease);isolation:isolate}.single-reference-deck__stack:hover .single-reference-deck__card,.single-reference-deck__stack:focus-within .single-reference-deck__card{left:calc(var(--deck-index) * var(--reference-card-hover-step));transform:translate(0) translateY(var(--reference-card-y)) scale(var(--reference-card-scale)) rotate(0)}.single-reference-deck__card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(145deg,rgba(6,182,212,.22),transparent 38%,rgba(139,92,246,.18));opacity:0;transition:opacity var(--sd-motion-base, .24s) var(--sd-ease-emphasized, ease);z-index:0}.single-reference-deck__card:hover,.single-reference-deck__card.is-elevated{--reference-card-y: -3px;--reference-card-scale: 1.02;border-color:#06b6d457;box-shadow:0 20px 40px #0000006b,0 0 0 1px #06b6d42e;filter:saturate(1.06)}.single-reference-deck__card:hover:after{opacity:1}.single-reference-deck__card.is-elevated:after{opacity:1}.single-reference-deck__card-view{position:absolute;left:6px;top:6px;min-height:24px;padding:0 10px;border:1px solid rgba(6,182,212,.22);border-radius:999px;background:#000000db;color:var(--sd-text, #FFFFFF);font-size:11px;line-height:1;letter-spacing:.06em;opacity:0;transform:translateY(4px);transition:opacity var(--sd-motion-base, .24s) var(--sd-ease-emphasized, ease),transform var(--sd-motion-base, .24s) var(--sd-ease-emphasized, ease),border-color var(--sd-motion-base, .24s) var(--sd-ease-emphasized, ease);z-index:2}.single-reference-deck__card:hover .single-reference-deck__card-view,.single-reference-deck__card:focus-within .single-reference-deck__card-view{opacity:1;transform:translateY(0)}.single-reference-deck__card-view:hover{border-color:#06b6d46b}.single-reference-deck__card-remove{position:absolute;top:6px;right:6px;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:999px;background:#000000d1;color:var(--sd-pink, #FF4D8D);box-shadow:0 8px 18px #00000047;opacity:0;transition:opacity var(--sd-motion-base, .24s) var(--sd-ease-emphasized, ease),transform var(--sd-motion-base, .24s) var(--sd-ease-emphasized, ease);z-index:2}.single-reference-deck__card:hover .single-reference-deck__card-remove,.single-reference-deck__card:focus-within .single-reference-deck__card-remove{opacity:1}.single-reference-deck__card-remove:hover{transform:scale(1.06)}.single-reference-deck__placeholder{position:absolute;width:68px;height:68px;border-radius:12px;border:1px solid rgba(255,255,255,.42);background:linear-gradient(180deg,#8b5cf61a,#000000b8)}.single-reference-deck__placeholder--back{top:11px;left:14px;transform:rotate(-10deg)}.single-reference-deck__placeholder--front{top:5px;left:28px;transform:rotate(8deg)}.single-reference-deck__card img,.single-reference-deck__card video{width:100%;height:100%;object-fit:cover;display:block}.single-reference-deck__card>span{width:100%;height:100%;display:grid;place-items:center;font-size:18px;font-weight:700;background:linear-gradient(135deg,#8b5cf642,#06b6d41f)}.single-reference-deck__card small{position:absolute;left:6px;bottom:6px;padding:2px 6px;border-radius:999px;background:#000000d1;color:var(--sd-text, #FFFFFF);font-size:11px;z-index:2}.reference-preview-modal{display:block;width:min(1128px,100vw - 24px);max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);padding:clamp(14px,1.8vw,24px);overflow:hidden;box-sizing:border-box}.reference-preview-modal.sd-modal-body--plain{display:block}.reference-preview-modal.sd-modal{width:min(1128px,100vw - 24px);max-width:calc(100vw - 24px)}.reference-preview-surface{width:100%;max-height:calc(100vh - 96px);max-height:calc(100dvh - 96px);margin:0 auto;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:18px;padding:24px;border-radius:28px;border:1px solid rgba(139,92,246,.24);background:radial-gradient(circle at top left,rgba(6,182,212,.08),transparent 28%),linear-gradient(160deg,#08080afa,#000000fa);box-shadow:0 28px 90px #0000007a,0 0 0 1px #06b6d414;animation:reference-preview-enter .26s var(--sd-ease-emphasized, ease);overflow:hidden;box-sizing:border-box}.reference-preview-surface__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.reference-preview-surface__actions{display:inline-flex;align-items:center;gap:10px}.reference-preview-surface__close{flex:0 0 auto}.reference-preview-stage{min-height:clamp(320px,54vh,640px);max-height:min(64vh,680px);border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#000000f5,#0a0a0efa);display:grid;place-items:center;position:relative}.reference-preview-stage__nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(6,182,212,.22);border-radius:999px;background:#000000b8;color:var(--sd-text, #FFFFFF);font-size:26px;line-height:1;z-index:3;opacity:0;pointer-events:none;transition:transform var(--sd-motion-base, .24s) var(--sd-ease-emphasized, ease),border-color var(--sd-motion-base, .24s) var(--sd-ease-emphasized, ease),background var(--sd-motion-base, .24s) var(--sd-ease-emphasized, ease),box-shadow var(--sd-motion-base, .24s) var(--sd-ease-emphasized, ease),opacity var(--sd-motion-base, .24s) var(--sd-ease-emphasized, ease)}.reference-preview-stage:hover .reference-preview-stage__nav,.reference-preview-stage:focus-within .reference-preview-stage__nav{opacity:1;pointer-events:auto}.reference-preview-stage__nav:hover{transform:translateY(-50%) scale(1.04);border-color:#06b6d466;background:#09101ee0;box-shadow:0 18px 34px #00000047}.reference-preview-stage__nav--prev{left:18px}.reference-preview-stage__nav--next{right:18px}.reference-preview-stage__nav-icon{width:14px;height:14px;display:block;border-top:2px solid currentColor;border-right:2px solid currentColor}.reference-preview-stage__nav-icon--left{transform:rotate(-135deg);margin-left:4px}.reference-preview-stage__nav-icon--right{transform:rotate(45deg);margin-right:4px}.reference-preview-stage img,.reference-preview-stage video{width:100%;height:100%;max-height:min(64vh,680px);object-fit:contain;display:block;background:#0000002e}.reference-preview-stage__audio-shell{width:min(520px,100% - 40px);display:grid;gap:14px;justify-items:start;padding:28px;border-radius:24px;border:1px solid rgba(6,182,212,.16);background:#0c1426d6}.reference-preview-stage__audio-shell strong{font-size:22px}.reference-preview-stage__audio-shell span{color:var(--sd-muted, rgba(255, 255, 255, .4))}.reference-preview-stage__audio-shell audio{width:100%}.reference-preview-stage__audio-badge{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:0 12px;border-radius:999px;border:1px solid rgba(139,92,246,.24);background:#8b5cf61f;color:var(--sd-text, #FFFFFF)!important;font-size:12px;letter-spacing:.08em}.reference-preview-rail{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr));gap:12px;min-height:0}.reference-preview-rail__item{display:flex;align-items:center;gap:12px;min-width:0;padding:12px;border-radius:20px;border:1px solid rgba(255,255,255,.04);background:#090e1ad1;color:var(--sd-text, #FFFFFF);text-align:left;transition:transform var(--sd-motion-base, .24s) var(--sd-ease-emphasized, ease),border-color var(--sd-motion-base, .24s) var(--sd-ease-emphasized, ease),box-shadow var(--sd-motion-base, .24s) var(--sd-ease-emphasized, ease);position:relative}.reference-preview-rail__item:hover,.reference-preview-rail__item.is-active{transform:translateY(-2px);border-color:#06b6d442;box-shadow:0 16px 30px #00000038}.reference-preview-rail__thumb{width:56px;height:56px;flex:0 0 56px;display:grid;place-items:center;overflow:hidden;border-radius:18px;background:#8b5cf629}.reference-preview-rail__thumb img,.reference-preview-rail__thumb video{width:100%;height:100%;object-fit:cover}.reference-preview-rail__content{flex:1 1 0;min-width:0;display:grid;gap:4px;overflow:hidden}.reference-preview-rail__content strong{display:block;min-width:0;color:var(--sd-text, #FFFFFF);font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reference-preview-rail__content span{display:block;min-width:0;color:var(--sd-muted, rgba(255, 255, 255, .4));font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reference-preview-rail__remove{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:999px;background:#ff4d8d24;color:var(--sd-pink, #FF4D8D);flex:0 0 22px}@media(max-height:760px){.reference-preview-modal{max-height:calc(100dvh - 24px);padding:12px}.reference-preview-surface{max-height:calc(100dvh - 48px);gap:12px;padding:16px;border-radius:22px}.reference-preview-stage{min-height:clamp(240px,42vh,420px);max-height:48vh;border-radius:18px}.reference-preview-stage img,.reference-preview-stage video{max-height:48vh}}@media(max-width:720px){.reference-preview-modal,.reference-preview-modal.sd-modal{width:calc(100vw - 16px);max-width:calc(100vw - 16px);max-height:calc(100dvh - 16px);padding:8px}.reference-preview-surface{max-height:calc(100dvh - 32px);gap:12px;padding:14px;border-radius:20px}.reference-preview-surface__header{flex-direction:column}.reference-preview-surface__actions{width:100%;flex-wrap:wrap}.reference-preview-stage{min-height:clamp(240px,46vh,460px);border-radius:16px}.reference-preview-rail{grid-template-columns:1fr;max-height:180px;overflow-y:auto;padding-right:4px;scrollbar-gutter:stable}}@keyframes reference-preview-enter{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.single-reference-deck__summary{display:grid;gap:8px;min-width:0}.single-reference-deck__mini-tags{display:flex;flex-wrap:wrap;gap:8px;min-width:0}.single-reference-deck__add{position:absolute;right:auto;top:6px;bottom:auto;left:var(--reference-add-left);width:68px;height:68px;display:inline-flex;align-items:center;justify-content:center;gap:0;border-radius:12px;border:2px dashed rgba(6,182,212,.72);padding:0;overflow:hidden;background:#06b6d40e;color:var(--sd-cyan, #06B6D4);box-shadow:0 12px 26px #00000042,inset 0 0 0 1px #ffffff0f;z-index:0;transform:translate(0) translateY(var(--reference-add-y)) scale(var(--reference-add-scale));isolation:isolate;transition:left var(--sd-motion-base, .24s) var(--sd-ease-emphasized, ease),transform var(--sd-motion-base, .24s) var(--sd-ease-emphasized, ease),border-color var(--sd-motion-base, .24s) var(--sd-ease-emphasized, ease),box-shadow var(--sd-motion-base, .24s) var(--sd-ease-emphasized, ease),background var(--sd-motion-base, .24s) var(--sd-ease-emphasized, ease)}.single-reference-deck__add:before{position:absolute;top:5px;right:5px;bottom:5px;left:5px;border:1px solid rgba(6,182,212,.12);border-radius:inherit;background:radial-gradient(circle at 50% 44%,rgba(6,182,212,.13),transparent 58%);content:"";opacity:1;pointer-events:none}.single-reference-deck.is-empty .single-reference-deck__add{left:0;z-index:2}.single-reference-deck__stack:hover .single-reference-deck__add,.single-reference-deck__stack:focus-within .single-reference-deck__add{left:calc(var(--reference-count, 0) * var(--reference-add-hover-step));z-index:10;transform:translate(0) translateY(var(--reference-add-y)) scale(var(--reference-add-scale))}.single-reference-deck__add:hover,.single-reference-deck__add:focus-visible{--reference-add-y: -3px;--reference-add-scale: 1.02;border-color:#06b6d4fa;box-shadow:0 18px 36px #0000005c,0 0 0 1px #06b6d42e;background:#06b6d41a}.single-reference-deck__upload-icon{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:currentColor;line-height:1}.single-reference-deck__upload-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.single-reference-deck__add-text{display:none}.single-reference-deck__wheel-hint{position:absolute;left:0;bottom:0;display:inline-flex;align-items:center;gap:8px;min-height:28px;padding:0 10px;border-radius:999px;border:1px solid rgba(255,255,255,.04);background:#060a14c7;color:var(--sd-muted, rgba(255, 255, 255, .4));font-size:11px;letter-spacing:.04em;z-index:4;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.single-reference-deck__wheel-hint strong{color:var(--sd-text, #FFFFFF);font-size:11px;font-weight:700}.wheel-hint-fade-enter-active,.wheel-hint-fade-leave-active{transition:opacity .22s var(--sd-ease-emphasized, ease),transform .22s var(--sd-ease-emphasized, ease)}.wheel-hint-fade-enter-from,.wheel-hint-fade-leave-to{opacity:0;transform:translateY(6px)}.single-reference-deck__add:disabled{cursor:not-allowed;transform:none;box-shadow:none;border-color:#fff3;background:#ffffff0a;color:#ffffff5c}.single-reference-deck__summary>strong{font-size:16px}.single-reference-deck__summary>span{color:var(--sd-muted, rgba(255, 255, 255, .4));font-size:13px}.single-reference-deck__limit{align-self:flex-start;padding:4px 10px;border-radius:999px;background:#8b5cf624;border:1px solid rgba(139,92,246,.28);color:#b9a8ff;font-size:12px;line-height:1.4}.single-reference-deck__tags{display:flex;flex-wrap:wrap;gap:8px}.single-reference-deck__tag{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 10px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#00000094;color:var(--sd-text-secondary, rgba(255, 255, 255, .6));font-size:12px}.single-reference-deck__tag.is-active{border-color:var(--sd-cyan, #06B6D4);color:var(--sd-text, #FFFFFF)}.single-reference-deck__tag-remove{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:999px;background:#ff4d8d24;color:var(--sd-pink, #FF4D8D);cursor:pointer}.single-reference-chip,.single-reference-add{display:inline-flex;align-items:center;gap:10px;min-height:76px;padding:10px 14px;border-radius:22px;border:1px solid var(--sd-border, rgba(139, 92, 246, .24));background:#0a0a0ed6;color:var(--sd-text, #FFFFFF)}.single-reference-chip.is-active{border-color:var(--sd-cyan, #06B6D4);box-shadow:var(--sd-shadow-glow-strong, 0 0 40px rgba(6, 182, 212, .14))}.single-reference-chip__thumb,.single-reference-add span,.single-mention-option__thumb{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;overflow:hidden;background:#8b5cf629;color:var(--sd-text, #FFFFFF);font-size:14px;font-weight:700}.single-reference-chip__thumb img,.single-mention-option__thumb img{width:100%;height:100%;object-fit:cover}.single-reference-chip__content,.single-mention-option__content{display:grid;gap:4px;text-align:left}.single-reference-chip__content strong,.single-mention-option__content strong{font-size:14px}.single-reference-chip__content span,.single-mention-option__content span{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--sd-muted, rgba(255, 255, 255, .4));font-size:12px}.single-reference-chip__remove{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ff4d8d24;color:var(--sd-pink, #FF4D8D);font-size:18px;line-height:1}.single-mention-wrap{display:grid;gap:10px}.single-mention-hint{color:var(--sd-muted, rgba(255, 255, 255, .4));font-size:12px}.single-mention-option{display:flex;align-items:center;gap:10px}.single-create-side,.single-create-preview-rail{display:grid;gap:20px;align-self:start;position:sticky;top:96px}.single-preview-stage__media{min-height:360px;border-radius:20px;overflow:hidden;border:1px solid var(--sd-border-subtle, rgba(255, 255, 255, .04));background:#000000b8;display:grid;place-items:center}.single-preview-stage__actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.single-preview-stage__media img,.single-preview-stage__media video{width:100%;height:100%;object-fit:cover}.single-preview-stage__empty{display:grid;gap:8px;text-align:center;color:var(--sd-muted, rgba(255, 255, 255, .4));padding:24px}.single-preview-stage__progress{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 14px;border-radius:999px;border:1px solid rgba(6,182,212,.22);background:#06b6d414;color:var(--sd-text, #FFFFFF);font-size:13px}.storyboard-layout{grid-template-columns:300px minmax(0,1fr)}.storyboard-director,.storyboard-canvas,.storyboard-side{display:grid;gap:18px}.storyboard-canvas{min-height:0}.batch-shot-scroll{max-height:calc(100vh - 260px);overflow-y:auto;padding-right:8px;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(6,182,212,.4) rgba(0,0,0,.58)}.batch-shot-scroll::-webkit-scrollbar{width:8px}.batch-shot-scroll::-webkit-scrollbar-track{background:#00000094;border-radius:999px}.batch-shot-scroll::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#06b6d48f,#8b5cf68f);border-radius:999px}.batch-shot-scroll::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#06b6d4c2,#8b5cf6c2)}.reference-binding-panel{display:grid;gap:12px;padding:14px;border-radius:var(--sd-radius-md, 18px);border:1px solid var(--sd-border-subtle, rgba(255, 255, 255, .04));background:#0a0a0eb8}.reference-binding-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.reference-binding-panel__list{display:grid;gap:10px}.reference-binding-panel__deck{display:block}.reference-binding-panel__deck-card{width:100%;display:flex;align-items:center;gap:16px;padding:14px 16px;border-radius:18px;border:1px solid var(--sd-border, rgba(139, 92, 246, .24));background:linear-gradient(135deg,#8b5cf61a,#000000e0);color:var(--sd-text, #FFFFFF);text-align:left}.reference-binding-panel__deck-stack{position:relative;width:120px;height:90px;flex:0 0 120px}.reference-binding-panel__deck-media{position:absolute;top:2px;left:calc(var(--deck-index) * 18px);width:60px;height:84px;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#000000eb;transform:rotate(calc((var(--deck-index) - 1) * 8deg))}.reference-binding-panel__deck-media img,.reference-binding-panel__deck-media video{width:100%;height:100%;object-fit:cover}.reference-binding-panel__deck-media>span{width:100%;height:100%;display:grid;place-items:center}.reference-binding-panel__deck-media small{position:absolute;left:6px;bottom:6px;padding:2px 6px;border-radius:999px;background:#000000d1;color:var(--sd-text, #FFFFFF);font-size:11px}.reference-binding-panel__deck-summary{display:grid;gap:8px}.reference-binding-panel__tags{display:flex;flex-wrap:wrap;gap:8px}.reference-binding-panel__tag{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 10px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#00000094;color:var(--sd-text-secondary, rgba(255, 255, 255, .6));font-size:12px}.reference-binding-panel__tag-remove{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:999px;background:#ff4d8d24;color:var(--sd-pink, #FF4D8D)}.reference-binding-panel__item{display:grid;grid-template-columns:52px minmax(0,1fr) 22px;gap:10px;align-items:center;padding:10px;border-radius:16px;border:1px solid var(--sd-border, rgba(139, 92, 246, .24));background:#0000009e;color:var(--sd-text, #FFFFFF);text-align:left}.reference-binding-panel__thumb{width:52px;height:52px;border-radius:14px;overflow:hidden;background:#8b5cf629;display:grid;place-items:center}.reference-binding-panel__thumb img,.reference-binding-panel__thumb video{width:100%;height:100%;object-fit:cover}.reference-binding-panel__content{display:grid;gap:4px}.reference-binding-panel__content strong{font-size:14px}.reference-binding-panel__content span{color:var(--sd-muted, rgba(255, 255, 255, .4));font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reference-binding-panel__remove{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ff4d8d24;color:var(--sd-pink, #FF4D8D);font-size:16px}.reference-binding-panel__empty{padding:14px;border-radius:16px;border:1px dashed var(--sd-border, rgba(139, 92, 246, .24));color:var(--sd-muted, rgba(255, 255, 255, .4));display:grid;gap:6px}.batch-shot-card__top{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.05)}.batch-shot-card__params-grid{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:flex-start}.batch-shot-card__param{display:inline-flex;align-items:center;gap:8px;background:#ffffff08;padding:4px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.06);max-width:100%}.batch-shot-card__param-label{font-size:12px;color:#ffffff80;white-space:nowrap;flex-shrink:0}.batch-shot-card__param-control{width:auto!important;justify-self:start;max-width:100%}.batch-shot-card__param-control .n-base-selection,.batch-shot-card__param-control .n-input{background:transparent!important;border:none!important;box-shadow:none!important}.batch-shot-card__param-control .n-base-selection__border,.batch-shot-card__param-control .n-base-selection__state-border{display:none!important}.batch-shot-card__param-control--model{width:160px!important;max-width:100%}.batch-shot-card__param-control--ratio{min-width:90px}.batch-shot-card__param-control--duration{width:90px!important}.batch-shot-card__layout{display:grid;grid-template-columns:248px minmax(420px,1.6fr) minmax(280px,.95fr);gap:16px;align-items:start}.batch-shot-card__refs,.batch-shot-card__prompt,.batch-shot-card__side{display:grid;gap:12px;align-self:stretch}.batch-shot-card__refs .single-reference-strip{margin-bottom:0;margin-top:0}.batch-shot-card__refs .single-reference-ribbon{width:100%}.batch-shot-card__refs .single-reference-deck{min-width:0}.batch-shot-card__refs .single-reference-deck.is-minimal{min-height:112px;align-items:flex-start;padding-top:8px;padding-bottom:6px}.batch-shot-card__refs .single-reference-deck__stack{margin-top:-4px}.batch-shot-card__prompt .panel-block{min-height:0}.batch-shot-card__prompt{min-width:0}.batch-shot-card__prompt .n-input{width:100%}.batch-shot-card__preview{min-height:220px;border-radius:18px;overflow:hidden;border:1px solid var(--sd-border-subtle, rgba(255, 255, 255, .04));background:#000000b8;display:grid;place-items:center}.batch-shot-card__preview img,.batch-shot-card__preview video{width:100%;height:100%;object-fit:cover}.batch-shot-card__preview-empty{color:var(--sd-muted, rgba(255, 255, 255, .4));font-size:13px}.batch-shot-card__side .detail-block:last-child{min-height:88px}.batch-storyboard-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.batch-storyboard-header__meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.batch-shot-timeline{display:grid;gap:18px}.batch-shot-timeline__item{display:grid;grid-template-columns:52px minmax(0,1fr);gap:14px}.batch-shot-timeline__rail{display:flex;justify-content:center;position:relative}.batch-shot-timeline__rail:after{content:"";position:absolute;top:52px;bottom:-18px;width:1px;background:linear-gradient(180deg,#06b6d43d,#8b5cf61f)}.batch-shot-timeline__item:last-child .batch-shot-timeline__rail:after{display:none}.batch-shot-timeline__dot{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--sd-border-strong, rgba(6, 182, 212, .28));background:#0a0a0eeb;color:var(--sd-cyan, #06B6D4);font-family:var(--sd-font-display, "PingFang SC", sans-serif)}.batch-item-card__header{width:100%}.batch-item-card__title{display:flex;align-items:center;gap:10px;flex:1 1 0;min-width:0}.batch-item-card__title .n-input{flex:1 1 0;min-width:0}.batch-item-card__meta{margin-bottom:10px}.asset-card--active{border-color:var(--sd-cyan, #06B6D4)!important;box-shadow:var(--sd-shadow-glow-strong, 0 0 40px rgba(6, 182, 212, .14))}.panel-frame--active{border-color:var(--sd-cyan, #06B6D4)!important;box-shadow:var(--sd-shadow-glow-strong, 0 0 40px rgba(6, 182, 212, .14))!important;animation:sd-panel-pulse 1.1s var(--sd-ease-emphasized, ease)}@keyframes sd-panel-pulse{0%{transform:translateY(0)}35%{transform:translateY(-3px)}to{transform:translateY(0)}}.single-create-main,.single-create-side{display:grid;gap:20px;min-width:0}.single-stage-card{padding:6px}.single-stage-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.single-stage-preview{display:grid;grid-template-columns:minmax(0,1.2fr) 280px;gap:18px}.single-stage-preview__frame{min-height:240px;display:flex;flex-direction:column;justify-content:flex-end;gap:10px;padding:22px;border-radius:var(--sd-radius-lg, 24px);border:1px solid rgba(6,182,212,.18);background:radial-gradient(circle at 80% 20%,rgba(6,182,212,.18),transparent 24%),linear-gradient(135deg,rgba(139,92,246,.22),transparent 42%),linear-gradient(180deg,#0a0a0e66,#0a0a0eeb)}.single-stage-preview__frame strong{font-family:var(--sd-font-display, "PingFang SC", sans-serif);font-size:28px;line-height:1.15}.single-stage-preview__frame p{margin:0;max-width:420px;color:var(--sd-text-secondary, rgba(255, 255, 255, .6))}.single-stage-preview__label{display:inline-flex;align-items:center;justify-content:center;min-height:30px;width:fit-content;padding:0 12px;border-radius:var(--sd-radius-pill, 999px);border:1px solid rgba(139,92,246,.24);color:var(--sd-cyan, #06B6D4);font-size:12px;letter-spacing:.14em;text-transform:uppercase;background:#0000006b}.single-stage-preview__meta{display:grid;gap:12px}.single-create-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:20px}.single-param-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-main,.detail-side{display:grid;gap:18px}.drawer-detail-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.drawer-detail-item{display:grid;gap:8px;padding:14px;border-radius:var(--sd-radius-md, 18px);border:1px solid var(--sd-border-subtle, rgba(255, 255, 255, .04));background:#0a0a0e9e}.drawer-detail-item strong{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--sd-muted, rgba(255, 255, 255, .4))}.drawer-detail-item span{color:var(--sd-text, #FFFFFF);overflow-wrap:anywhere}.drawer-detail-item--full{grid-column:1/-1}.table-section .n-data-table{background:transparent}.table-section{border-radius:var(--sd-radius-md, 12px)}.table-section .n-data-table-base-table-header,.table-section .n-data-table-base-table-body,.table-section .n-data-table-base-table,.table-section .n-data-table-base-table-header__title,.table-section .n-data-table-base-table-body__wrapper,.n-data-table.table-section{background:transparent}.table-section .n-data-table-th,.table-section .n-data-table-td{background:transparent;border-color:var(--sd-border-subtle, rgba(255, 255, 255, .04))}.table-section .n-data-table-th{color:var(--sd-muted, rgba(255, 255, 255, .4));font-size:12px;font-weight:700;background:#0000002e}.table-section .n-data-table-tr:hover .n-data-table-td{background:#ffffff05}.n-data-table.table-section .n-data-table-th,.n-data-table.table-section .n-data-table-td{background:transparent}.identity-detail-panels .identity-detail-card,.identity-detail-panels .n-card.identity-detail-card{border:1px solid var(--sd-border-subtle, rgba(255, 255, 255, .04));background:#0a0a0ec2}.identity-detail-panels .identity-detail-copy strong{color:var(--sd-text, #FFFFFF)}.ops-card .n-statistic{gap:10px}.ops-card .n-statistic-value{font-family:var(--sd-font-display, "PingFang SC", sans-serif);letter-spacing:.04em}.ops-card .n-statistic-label{color:var(--sd-text-secondary, rgba(255, 255, 255, .6))}.n-button{transition:transform var(--sd-motion-fast, .16s) var(--sd-ease-standard, ease),box-shadow var(--sd-motion-fast, .16s) var(--sd-ease-standard, ease),border-color var(--sd-motion-fast, .16s) var(--sd-ease-standard, ease)}.n-button:hover{transform:translateY(-2px)}.n-button--primary-type{box-shadow:0 10px 24px #8b5cf63d}.n-input,.n-base-selection,.n-input-number,.n-date-picker{border-radius:var(--sd-radius-md, 18px)}.n-base-selection-label,.n-base-selection-placeholder,.n-base-selection-input__content,.n-input .n-input__input-el,.n-input-number .n-input__input-el{color:var(--sd-text, #FFFFFF)!important}.n-base-selection{background:#0a0a0eeb!important;border-color:#8b5cf647!important}.n-base-selection .n-base-selection-label{color:var(--sd-text, #FFFFFF)!important}.n-base-selection .n-base-selection-placeholder{color:var(--sd-text-secondary, rgba(255, 255, 255, .6))!important;opacity:.92}.n-base-selection .n-base-selection-arrow,.n-base-selection .n-base-selection-suffix{color:var(--sd-cyan, #06B6D4)!important}.batch-shot-card__control .n-base-selection,.batch-shot-card__control.n-input-number{background:#000000f5!important}.n-base-select-menu,.n-select-menu,.n-popover .n-base-select-menu{background:#0a0a0ef5!important;border:1px solid var(--sd-border-strong, rgba(6, 182, 212, .28));box-shadow:var(--sd-shadow-glow, 0 0 0 1px rgba(139, 92, 246, .16))}.n-base-select-option,.n-base-select-option__content{color:var(--sd-text, #FFFFFF)!important}.n-base-select-option:hover,.n-base-select-option--selected,.n-base-select-option--pending{background:#8b5cf629!important;color:var(--sd-text, #FFFFFF)!important}.n-base-select-option:before{background:transparent!important}.n-base-select-option:hover:before,.n-base-select-option--selected:before,.n-base-select-option--pending:before{background:#8b5cf633!important}.n-base-select-option:hover .n-base-select-option__content,.n-base-select-option--selected .n-base-select-option__content,.n-base-select-option--pending .n-base-select-option__content{color:var(--sd-text, #FFFFFF)!important}.n-base-select-option__check{color:var(--sd-cyan, #06B6D4)!important}.locked-select-option{color:#ffffff52!important}.n-form-item-label__text{font-size:var(--sd-text-sm, 13px);color:var(--sd-text-secondary, rgba(255, 255, 255, .6))}.n-card>.n-card-header .n-card-header__main,.n-drawer .n-drawer-header__main,.n-modal .n-card-header__main{font-family:var(--sd-font-display, "PingFang SC", sans-serif);letter-spacing:.04em}.n-modal-mask,.n-drawer-mask{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal-card{width:min(560px,100vw - 24px);max-width:calc(100vw - 24px);max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);display:flex;flex-direction:column;overflow:hidden}.modal-card--wide,.modal-card--wide.sd-modal-card{width:min(820px,100vw - 24px);max-width:calc(100vw - 24px)}.history-preview-modal-card.sd-modal-card{width:min(1120px,100vw - 24px);max-width:calc(100vw - 24px)}.modal-card>.n-card-content{min-height:0;flex:1 1 auto;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-gutter:stable}.sd-modal-card{width:min(560px,100vw - 24px);max-width:calc(100vw - 24px);max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);display:flex;flex-direction:column;overflow:hidden}.sd-modal--sm{width:min(480px,100vw - 24px)}.sd-modal--md{width:min(560px,100vw - 24px)}.sd-modal--lg{width:min(720px,100vw - 24px)}.sd-modal--xl,.sd-modal--workspace{width:min(1080px,100vw - 24px)}.sd-modal--media{width:min(1440px,100vw - 56px)}.sd-modal--fullscreen{width:calc(100vw - 32px);height:calc(100dvh - 32px)}.sd-modal--danger{border-color:#ef44445c!important}.sd-modal--notice{border-color:#06b6d447!important}.sd-modal-card>.n-card-content{min-height:0;flex:1 1 auto;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-gutter:stable}.sd-modal-body{min-width:0}.sd-modal-body--plain{display:contents}.sd-modal-header{min-width:0}.sd-modal-header__main{display:grid;gap:6px;min-width:0}.sd-modal-header__kicker,.sd-modal-header__meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.sd-modal-header__kicker{color:var(--sd-cyan, #06B6D4);font-size:12px;font-weight:700;letter-spacing:.08em}.sd-modal-header__title{min-width:0;color:var(--sd-text, #FFFFFF);overflow-wrap:anywhere}.sd-modal-header__subtitle{margin:0;color:var(--sd-text-secondary, rgba(255, 255, 255, .6));font-size:13px;line-height:1.5}.sd-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0;flex-wrap:wrap}.sd-confirm-modal__body{color:var(--sd-text-secondary, rgba(255, 255, 255, .6));line-height:1.7;white-space:pre-wrap}.sd-media-preview{background:var(--sd-gradient-shell)}.sd-media-preview__body{display:grid;gap:12px}.sd-media-preview__stage{display:grid;place-items:center;max-height:min(78vh,900px);overflow:auto;border:1px solid var(--sd-border-subtle);border-radius:20px;background:linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.025) 1px,transparent 1px),var(--sd-bg-deep);background-size:32px 32px}.sd-media-preview__stage img,.sd-media-preview__stage video{display:block;width:100%;max-height:min(78vh,900px);object-fit:contain}.sd-media-preview__stage audio{width:min(680px,100%)}.sd-media-preview__empty{display:grid;min-height:320px;place-items:center;color:var(--sd-muted)}.sd-media-preview__chip{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border:1px solid var(--sd-border-subtle);border-radius:999px;color:var(--sd-text-secondary);background:var(--sd-panel-muted);font-size:12px;line-height:1}.sd-drawer .n-drawer-body-content-wrapper,.sd-drawer-content,.sd-drawer-body{min-width:0}.sd-drawer-header__main{display:grid;gap:6px;min-width:0}.sd-drawer-header__kicker,.sd-drawer-header__meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.sd-drawer-header__kicker{color:var(--sd-cyan, #06B6D4);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.sd-drawer-header__title{min-width:0;overflow-wrap:anywhere}.sd-drawer-header__subtitle{margin:0;color:var(--sd-text-secondary, rgba(255, 255, 255, .6));font-size:13px;line-height:1.5}.sd-drawer-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;width:100%}.n-tabs .n-tabs-nav{margin-bottom:16px}.n-data-table .n-data-table-tr:hover .n-data-table-td{background:#8b5cf60f}@media(max-width:1440px){.three-col,.single-stage-preview,.storyboard-layout,.batch-shot-card__layout,.detail-grid{grid-template-columns:1fr}.job-detail-shell{width:100%}.job-detail-stage{grid-template-columns:minmax(0,1fr) clamp(280px,28vw,360px)}.single-create-layout{grid-template-columns:minmax(0,1fr) clamp(280px,28vw,340px)}.single-workbench-layout{grid-template-columns:clamp(240px,21vw,280px) minmax(0,1fr) clamp(280px,24vw,320px)}.single-followup-layout{grid-template-columns:minmax(0,1fr) clamp(300px,28vw,380px)}.history-preview-modal{grid-template-columns:minmax(0,1fr) minmax(320px,360px)}.apply-page{grid-template-columns:minmax(0,1fr) clamp(320px,34vw,420px)}.shell-header{gap:16px}.brand-mark{max-width:220px}.brand-mark__subtitle{display:none}.shell-nav{justify-content:flex-start}.shell-user{justify-content:flex-end}.shell-user__summary{flex:1 1 auto}.shell-user__profile-trigger{max-width:190px}.shell-user__meta{align-items:flex-start;text-align:left}.shell-user__name,.shell-user__balance{max-width:112px}}@media(max-width:1280px){.job-detail-stage,.single-create-layout,.single-followup-layout,.history-preview-modal,.apply-page{grid-template-columns:1fr}.single-workbench-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.single-create-side,.single-create-preview-rail{position:static}.history-filter-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.history-filter-bar__actions{grid-column:1/-1;justify-content:flex-end}.ops-table-pager{align-items:flex-start}}@media(max-width:960px){.page-wrap,.studio-content,.admin-content{padding:18px}.timeline-row,.validation-line,.single-param-grid,.batch-shot-card__params-grid,.summary-grid,.drawer-detail-list,.history-filter-bar,.single-workbench-layout,.job-detail-reference-card{grid-template-columns:1fr}.single-stage-head,.single-composer-head,.batch-storyboard-header{flex-direction:column}.single-composer-toolbar__model,.single-composer-toolbar__model .n-base-selection{width:100%!important;min-width:0!important;max-width:none!important}.single-composer-toolbar__model{flex:1 1 100%}.single-reference-deck{min-width:100%;flex-direction:column;align-items:flex-start}.single-reference-ribbon{flex-direction:column}.single-reference-deck__add{right:auto}.history-filter-bar__actions{justify-content:flex-start}.history-filter-bar__button{width:100%}.toolbar__actions{flex-direction:column;align-items:stretch;width:100%;margin-left:0}.toolbar__actions .n-button{width:100%}.single-create-side,.single-create-preview-rail{position:static}.batch-shot-scroll{max-height:none;overflow:visible;padding-right:0}.batch-shot-timeline__item{grid-template-columns:1fr}.batch-shot-timeline__rail{display:none}.admin-content .page-hero{gap:8px;margin-bottom:12px}.admin-content .page-hero .hero-title{font-size:22px}.job-detail-copy{height:260px}}@media(max-width:1100px){.shell-model-pricing__overview{grid-template-columns:1fr}.shell-model-pricing__note{align-items:flex-start}}@media(max-width:900px){.shell-model-pricing__metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.shell-model-pricing__metrics>div{border-left:1px solid rgba(255,255,255,.07)}.shell-model-pricing__metrics>div:first-child{border-left:0}}@media(max-width:720px){.shell-header{gap:12px;height:64px;min-height:64px;padding:0 16px;overflow:hidden}.brand-mark{width:auto;max-width:34px}.brand-mark__copy{display:none}.shell-nav{flex:1 1 auto;max-width:none;height:38px;gap:2px;justify-content:flex-start;padding:3px;border-radius:12px}.shell-link{min-height:30px;padding:0 11px;font-size:12px;line-height:30px}.shell-link.router-link-active:after{right:10px;bottom:3px;left:10px}.shell-actions{width:auto;gap:6px}.shell-user{width:auto;justify-content:flex-start;padding:0}.shell-user__summary{flex:1 1 0;justify-content:flex-start}.shell-user__profile-trigger{max-width:50px;min-height:44px;padding:4px 6px}.shell-user__meta{display:none}.shell-user__name{max-width:calc(100vw - 90px)}.shell-user__balance,.shell-user__trigger-caret{display:none}.shell-profile-popover{width:min(360px,100vw - 16px)}.shell-profile-popover__header{padding:20px}.shell-profile-popover__stats{gap:8px}.shell-profile-popover__stat-card{padding:10px 8px}.shell-settings-modal{width:calc(100vw - 24px);max-width:calc(100vw - 24px)}.shell-settings-modal__content{max-height:calc(100dvh - 120px);padding-right:0}.shell-model-pricing__metrics{grid-template-columns:1fr}.shell-model-pricing__metrics>div{border-left:0;border-top:1px solid rgba(255,255,255,.07)}.shell-model-pricing__metrics>div:first-child{border-top:0}.shell-model-pricing__main-head{display:grid}.shell-model-pricing__group-head{display:grid;gap:4px}.shell-model-pricing__group-head span{text-align:left;white-space:normal}.shell-model-pricing__table{overflow-x:visible}.shell-model-pricing__table-head{display:none}.shell-model-pricing__row{min-width:0;grid-template-columns:1fr;gap:8px;align-items:start;padding:14px}.shell-model-pricing__model strong,.shell-model-pricing__model span,.shell-model-pricing__price,.shell-model-pricing__details span{white-space:normal}.ops-table-pager{flex-direction:column}.ops-table-pager .n-pagination{width:100%;overflow-x:auto}.modal-card,.modal-card--wide{width:calc(100vw - 24px);max-width:calc(100vw - 24px)}.history-preview-modal__surface{min-height:260px;padding:14px}.apply-hero,.apply-panel{padding:20px}.single-composer-toolbar>*{min-width:100%}.single-preview-stage__actions,.history-card__footer{flex-direction:column;align-items:stretch}.single-preview-stage__actions .n-button,.history-card__footer .table-row-actions{width:100%}}@media(max-width:1280px){.shell-header--ops{grid-template-columns:minmax(0,1fr) minmax(190px,auto);grid-template-areas:"brand actions" "nav nav";align-items:center;column-gap:16px;row-gap:10px;height:auto;min-height:116px;padding-block:10px 12px;overflow:visible}.shell-header--ops .shell-nav{grid-area:nav;justify-self:center;width:min(100%,1040px);max-width:100%;justify-content:safe center}.shell-header--ops .brand-mark{grid-area:brand;width:auto;max-width:260px}.shell-header--ops .shell-actions{grid-area:actions}}@media(max-width:720px){.shell-header--ops{grid-template-columns:34px minmax(0,1fr);grid-template-areas:"brand actions" "nav nav";column-gap:12px;min-height:112px;padding:10px 16px 12px;overflow:visible}.shell-header--ops .brand-mark{grid-area:brand;width:34px;max-width:34px;margin-left:0;padding-inline:0}.shell-header--ops .shell-nav{grid-area:nav;justify-self:stretch;width:100%;max-width:none;justify-content:flex-start}.shell-header--ops .shell-actions{grid-area:actions;min-width:0;overflow-x:auto;scrollbar-width:none}.shell-header--ops .shell-actions::-webkit-scrollbar{display:none}.shell-header--ops .shell-user{min-width:0;gap:6px}.shell-header--ops .shell-user__label,.shell-header--ops .shell-user small{display:none}}.batch-shot-card__status-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:10px}.batch-shot-card__preview-empty{display:grid;gap:8px;text-align:center;padding:20px}.batch-shot-card__download{width:100%;margin-top:12px}
