:root{--bg:#f5f7fb;--sidebar:#ffffff;--panel:#ffffff;--ink:#1f2937;--muted:#667085;--line:#e5e7eb;--soft-line:#f0f2f5;--primary:#2563eb;--primary-soft:#eff6ff;--success:#16a34a;--warning:#d97706;--danger:#dc2626;--shadow:0 8px 24px rgba(15,23,42,0.06)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--ink);background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.admin-shell{min-height:100vh;display:grid;grid-template-columns:256px minmax(0,1fr);transition:grid-template-columns .18s ease}.admin-shell.sidebar-collapsed{grid-template-columns:76px minmax(0,1fr)}.sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:24px;padding:20px 16px;background:var(--sidebar);border-right:1px solid var(--line)}.sidebar-head{gap:8px}.brand-lockup,.sidebar-head{display:flex;align-items:center}.brand-lockup{min-width:0;flex:1 1;gap:12px;min-height:44px;padding:0 8px}.brand-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;background:var(--primary);color:#fff;font-weight:800}.brand-lockup strong{display:block;font-size:15px;line-height:1.2}.brand-lockup small{color:var(--muted);font-size:12px}.brand-copy{min-width:0;overflow:hidden;white-space:nowrap}.sidebar-toggle{width:30px;height:30px;flex:0 0 auto;border:1px solid var(--line);border-radius:8px;background:#fff;color:#475467;cursor:pointer;font-size:20px;font-weight:800;line-height:1;transition:background .16s ease,color .16s ease,border-color .16s ease}.sidebar-toggle:hover{border-color:#bfdbfe;background:var(--primary-soft);color:var(--primary)}.nav-list{display:grid;grid-gap:18px;gap:18px;overflow-y:auto;padding-right:2px}.nav-section{display:grid;grid-gap:6px;gap:6px}.nav-section-title{padding:0 12px;color:#98a2b3;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.nav-section-items{display:grid;grid-gap:4px;gap:4px}.nav-list a{display:flex;align-items:center;gap:10px;min-height:42px;padding:0 12px;border-radius:8px;color:#344054;font-size:14px;font-weight:500;transition:background .16s ease,color .16s ease}.nav-list a:hover{background:#f8fafc;color:var(--primary)}.nav-list a.active{background:var(--primary-soft);color:var(--primary);font-weight:700}.nav-icon{width:24px;height:24px;flex:0 0 auto;display:none;place-items:center;border-radius:7px;background:#f1f5f9;color:#475467;font-size:12px;font-weight:800}.nav-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-collapsed .sidebar{gap:18px;padding:20px 12px}.sidebar-collapsed .sidebar-head{justify-content:center}.sidebar-collapsed .brand-lockup{flex:0 0 auto;justify-content:center;padding:0}.sidebar-collapsed .brand-copy,.sidebar-collapsed .nav-label,.sidebar-collapsed .nav-section-title{display:none}.sidebar-collapsed .sidebar-toggle{position:absolute;top:52px;right:-15px;z-index:2;box-shadow:var(--shadow)}.sidebar-collapsed .nav-list{gap:12px;padding-right:0}.sidebar-collapsed .nav-section-items{gap:6px}.sidebar-collapsed .nav-list a{justify-content:center;padding:0}.sidebar-collapsed .nav-icon{display:grid}.sidebar-collapsed .nav-list a.active .nav-icon,.sidebar-collapsed .nav-list a:hover .nav-icon{background:var(--primary);color:#fff}.content-panel{min-width:0;padding:24px}.topbar{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.topbar h1{margin:0;font-size:24px;line-height:1.25;font-weight:700}.notice-card p,.section-title p,.topbar p{margin:4px 0 0;color:var(--muted);font-size:14px;line-height:1.6}.topbar-actions{display:flex;align-items:center;gap:12px}.icon-button,.section-title button{min-height:34px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#344054;cursor:pointer}.icon-button:hover,.section-title button:hover{color:var(--primary);border-color:#bfdbfe}.operator-pill{width:36px;height:36px;display:grid;place-items:center;border-radius:999px;background:var(--primary);color:#fff;font-size:12px;font-weight:700}.data-card,.metric-card,.notice-card{background:var(--panel);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow)}.notice-card{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 20px;margin-bottom:20px}.notice-card strong{font-size:15px}.notice-card span{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:999px;background:#fff7ed;color:var(--warning);font-size:12px;font-weight:700}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px;margin-bottom:20px}.metric-card{padding:18px}.metric-card small,.metric-card span{display:block;color:var(--muted);font-size:13px}.metric-card strong{display:block;margin:10px 0 6px;color:#111827;font-size:28px;line-height:1}.content-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.8fr);grid-gap:20px;gap:20px}.data-card{padding:20px}.section-title{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.section-title h2{margin:0;font-size:18px;line-height:1.3}.table-list{overflow-x:auto;border:1px solid var(--soft-line);border-radius:10px}.table-row{min-width:720px;display:grid;grid-template-columns:1fr 1fr 1.4fr .8fr .9fr;align-items:center;grid-gap:12px;gap:12px;padding:13px 16px;border-bottom:1px solid var(--soft-line);color:#344054;font-size:14px}.table-row:last-child{border-bottom:0}.table-head{background:#f9fafb;color:var(--muted);font-size:13px;font-weight:700}.table-row b{color:#111827}.table-row em,.table-row strong{font-weight:700}.table-row em{justify-self:start;padding:3px 9px;border-radius:999px;background:#ecfdf3;color:var(--success);font-size:12px;font-style:normal}.timeline{display:grid;grid-gap:2px;gap:2px}.timeline-item{display:grid;grid-template-columns:54px minmax(0,1fr);grid-gap:12px;gap:12px;padding:12px 0;border-bottom:1px solid var(--soft-line)}.timeline-item:last-child{border-bottom:0}.timeline-item time{color:var(--muted);font-size:13px}.timeline-item b{display:block;font-size:14px}.timeline-item p{margin:4px 0 0;color:var(--muted);font-size:13px;line-height:1.6}@media (max-width:1080px){.admin-shell,.admin-shell.sidebar-collapsed{grid-template-columns:1fr}.sidebar{position:static;height:auto;border-right:0;border-bottom:1px solid var(--line)}.sidebar-collapsed .sidebar{padding:20px 16px}.sidebar-collapsed .brand-copy,.sidebar-collapsed .nav-label,.sidebar-collapsed .nav-section-title{display:block}.sidebar-collapsed .brand-lockup{flex:1 1;justify-content:flex-start;padding:0 8px}.sidebar-collapsed .sidebar-toggle{position:static;box-shadow:none}.sidebar-collapsed .nav-list a{justify-content:flex-start;padding:0 12px}.sidebar-collapsed .nav-icon{display:none}.nav-list{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.content-grid,.metric-grid{grid-template-columns:1fr 1fr}.content-grid{grid-template-columns:1fr}}@media (max-width:680px){.content-panel{padding:16px}.notice-card,.topbar{align-items:stretch;flex-direction:column}.metric-grid,.nav-list{grid-template-columns:1fr}.topbar-actions{justify-content:space-between}}.management-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:20px;gap:20px;margin-bottom:20px}.compact-list,.model-groups{display:grid;grid-gap:12px;gap:12px}.contract-row,.model-group,.model-row{border:1px solid var(--soft-line);border-radius:10px;background:#fff}.contract-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px}.contract-row b,.model-row b{display:block;color:#111827;font-size:14px}.contract-row code,.model-row code{display:inline-block;margin-top:5px;color:var(--primary);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px}.contract-row p,.model-group p{margin:7px 0 0;color:var(--muted);font-size:13px;line-height:1.6}.tag-group{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;min-width:150px}.tag-group em,.tag-group span{display:inline-flex;align-items:center;height:24px;padding:0 8px;border-radius:999px;background:#f2f4f7;color:#344054;font-size:12px;font-style:normal;font-weight:600}.tag-group em{background:#ecfdf3;color:var(--success)}.model-group{padding:14px}.model-group-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.model-group-head strong{text-transform:capitalize}.model-group-head span{color:var(--muted);font-size:12px}.model-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 0;border-width:1px 0 0;border-radius:0}@media (max-width:1080px){.management-grid{grid-template-columns:1fr}}@media (max-width:680px){.contract-row,.model-group-head,.model-row{flex-direction:column}.tag-group{justify-content:flex-start;min-width:0}}.danger-button,.primary-button,.text-button{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#344054;cursor:pointer;font-size:14px}.text-button:hover{color:var(--primary);border-color:#bfdbfe}.primary-button{border-color:var(--primary);background:var(--primary);color:#fff}.primary-button:hover{background:#1d4ed8}.danger-button{border-color:#f97316;background:#fff7ed;color:#c2410c}.danger-button:hover{background:#ffedd5}.danger-button:disabled{cursor:not-allowed;opacity:.55}.page-card{margin-bottom:20px}.action-row{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.filter-bar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;padding:14px;margin-bottom:16px;border:1px solid var(--soft-line);border-radius:10px;background:#f9fafb}.filter-bar label{display:grid;grid-gap:6px;gap:6px;color:var(--muted);font-size:12px;font-weight:600}.filter-bar input,.filter-bar select{width:100%;height:34px;padding:0 10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink)}.admin-table{overflow-x:auto;border:1px solid var(--soft-line);border-radius:10px}.admin-table-row{min-width:980px;display:grid;align-items:center;grid-gap:14px;gap:14px;padding:14px 16px;border-bottom:1px solid var(--soft-line);color:#344054;font-size:14px}.admin-table-row:last-child{border-bottom:0}.admin-table-head{background:#f9fafb;color:var(--muted);font-size:13px;font-weight:700}.prompt-table .admin-table-row{grid-template-columns:1.55fr .75fr .9fr .5fr .6fr}.model-table .admin-table-row{grid-template-columns:1.45fr .55fr .65fr 1.25fr .85fr .75fr}.project-table .admin-table-row{grid-template-columns:1.6fr .55fr .9fr 1.15fr .45fr .85fr .75fr}.project-table-item{border-bottom:1px solid var(--soft-line)}.project-table-item:last-child,.project-table-item>.admin-table-row{border-bottom:0}.project-edit-form{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px;padding:14px 16px 16px;border-top:1px solid var(--soft-line);background:#f8fafc}.project-edit-form label{display:grid;grid-gap:6px;gap:6px;color:var(--muted);font-size:12px;font-weight:700}.project-edit-form input,.project-edit-form select,.project-edit-form textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font:inherit;font-size:13px}.project-edit-form input,.project-edit-form select{height:34px;padding:0 10px}.project-edit-form textarea{min-height:86px;padding:9px 10px;resize:vertical}.project-edit-wide{grid-column:1/-1}.admin-table-row b{display:block;color:#111827}.admin-table-row code{display:inline-block;margin-top:5px;color:var(--primary);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px}.admin-table-row p{margin:6px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.status-off,.status-on{justify-self:start;padding:3px 9px;border-radius:999px;font-size:12px;font-style:normal;font-weight:700}.status-on{background:#ecfdf3;color:var(--success)}.status-off{background:#fef2f2;color:var(--danger)}.table-tags{justify-content:flex-start;min-width:0}.default-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px;margin-bottom:20px}.default-card{padding:16px;border:1px solid var(--line);border-radius:12px;background:var(--panel);box-shadow:var(--shadow)}.default-card span{display:block;color:var(--muted);font-size:13px;text-transform:capitalize}.default-card strong{display:block;margin-top:8px;color:#111827;font-size:14px;line-height:1.5;word-break:break-word}@media (max-width:1080px){.default-grid,.filter-bar{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.default-grid,.filter-bar{grid-template-columns:1fr}.action-row{justify-content:flex-start}}.row-actions a,.row-actions button{border:0;background:transparent;color:var(--primary);cursor:pointer;font-size:13px;font-weight:600;text-decoration:none}.row-actions .row-danger-action{color:var(--danger)}.row-actions button:disabled{cursor:not-allowed;opacity:.55}.project-row-actions{flex-wrap:wrap}.project-delete-backdrop{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:24px;background:rgba(15,23,42,.58)}.project-delete-dialog{width:min(520px,94vw);overflow:hidden;border:1px solid #e5e7eb;border-radius:16px;background:#fff;box-shadow:0 24px 80px rgba(15,23,42,.2)}.project-delete-actions,.project-delete-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid var(--soft-line)}.project-delete-actions{border-top:1px solid var(--soft-line);border-bottom:0}.project-delete-head div{display:grid;grid-gap:4px;gap:4px}.project-delete-head strong{color:#111827;font-size:17px;font-weight:800}.project-delete-head small{color:var(--muted);font-size:12px;line-height:1.5}.project-delete-actions>button,.project-delete-head>button{min-height:34px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#344054;cursor:pointer;font-size:13px;font-weight:600}.project-delete-actions>button:hover,.project-delete-head>button:hover{border-color:#bfdbfe}.project-delete-actions>button:disabled{cursor:not-allowed;opacity:.55}.project-delete-body{display:grid;grid-gap:12px;gap:12px;padding:18px}.project-delete-body p{margin:0;color:#111827;font-size:14px;line-height:1.6}.project-delete-body code{display:inline-block;width:-moz-fit-content;width:fit-content;max-width:100%;overflow-wrap:anywhere;border-radius:8px;padding:8px 10px;background:#f8fafc;color:var(--primary);font-size:12px}.project-delete-body ul{margin:0;padding-left:18px;color:#475467;font-size:13px;line-height:1.7}.row-actions{display:flex;align-items:center;gap:10px}.row-actions a{color:var(--primary);font-size:13px;font-weight:600}.detail-actions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.detail-actions button{min-height:34px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#344054;cursor:pointer}.detail-card{margin-bottom:20px}.detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;margin:0}.detail-grid div{padding:14px;border:1px solid var(--soft-line);border-radius:10px;background:#f9fafb}.detail-grid dt{color:var(--muted);font-size:12px;font-weight:700}.detail-grid dd{margin:7px 0 0;color:#111827;font-size:14px;line-height:1.5;word-break:break-word}.prompt-detail-grid{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr)}.prompt-content{min-height:220px;margin:0;padding:16px;overflow:auto;border:1px solid var(--soft-line);border-radius:10px;background:#0f172a;color:#e5e7eb;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px;line-height:1.7;white-space:pre-wrap}.variable-list{display:flex;flex-wrap:wrap;gap:8px}.variable-list code{padding:6px 9px;border-radius:8px;background:var(--primary-soft);color:var(--primary);font-size:12px}@media (max-width:1080px){.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.prompt-detail-grid{grid-template-columns:1fr}}@media (max-width:680px){.detail-grid{grid-template-columns:1fr}}.edit-form{display:grid;grid-gap:18px;gap:18px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.form-grid label{display:grid;grid-gap:7px;gap:7px;color:var(--muted);font-size:13px;font-weight:700}.form-wide{grid-column:1/-1}.form-grid input,.form-grid select,.form-grid textarea{width:100%;padding:0 11px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font:inherit;font-weight:400}.form-grid input,.form-grid select{height:36px}.form-grid textarea{min-height:220px;padding-top:10px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;line-height:1.6;resize:vertical}.form-footer{display:flex;align-items:center;justify-content:space-between;gap:14px}.switch-row{display:inline-flex;align-items:center;gap:8px;color:#344054;font-size:14px;font-weight:600}.form-message{margin:0;padding:10px 12px;border-radius:8px;background:#ecfdf3;color:var(--success);font-size:13px}.form-message.error{background:#fef2f2;color:var(--danger)}.primary-button:disabled{cursor:not-allowed;opacity:.65}@media (max-width:680px){.form-grid{grid-template-columns:1fr}.form-footer{align-items:flex-start;flex-direction:column}}.default-form-card{display:grid;grid-gap:10px;gap:10px}.default-form-card label{display:grid;grid-gap:8px;gap:8px}.default-form-card select{width:100%;height:34px;padding:0 9px;color:var(--ink)}.default-form-card button,.default-form-card select{border:1px solid var(--line);border-radius:8px;background:#fff}.default-form-card button{min-height:32px;color:#344054;cursor:pointer}.default-form-card button:disabled{cursor:not-allowed;opacity:.65}.defaults-message{grid-column:1/-1}.table-tags a{display:inline-flex;align-items:center;height:24px;color:var(--primary);font-size:12px;font-weight:700}.switch-group{display:flex;flex-wrap:wrap;gap:14px}.model-tab-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:20px}.model-tab-card{display:grid;grid-gap:7px;gap:7px;min-height:132px;padding:14px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}.model-tab-card.active,.model-tab-card:hover{border-color:#bfdbfe;background:var(--primary-soft)}.model-tab-card span{color:#344054;font-size:13px;font-weight:700}.model-tab-card strong{color:#111827;font-size:26px;line-height:1}.model-tab-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.5}@media (max-width:1180px){.model-tab-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:680px){.model-tab-grid{grid-template-columns:1fr}}.audio-test-card{display:grid;grid-gap:14px;gap:14px;padding:16px;margin-bottom:16px;border:1px solid var(--soft-line);border-radius:10px;background:#f9fafb}.audio-options-grid label,.audio-textarea{display:grid;grid-gap:7px;gap:7px;color:var(--muted);font-size:13px;font-weight:700}.audio-options-grid input,.audio-options-grid select,.audio-textarea textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font:inherit;font-weight:400}.audio-textarea textarea{padding:10px 11px;line-height:1.6;resize:vertical}.audio-options-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.audio-options-grid input,.audio-options-grid select{height:36px;padding:0 10px}.danger-confirm{color:var(--danger)}.audio-player{width:100%}@media (max-width:900px){.audio-options-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.audio-options-grid{grid-template-columns:1fr}}.voice-list{display:flex;flex-wrap:wrap;gap:8px}.voice-list span{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border-radius:999px;background:#fff;color:#344054;font-size:12px;font-weight:600}.voice-filter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.voice-filter-grid label{display:grid;grid-gap:7px;gap:7px;color:var(--muted);font-size:13px;font-weight:700}.voice-filter-grid input,.voice-filter-grid select{width:100%;height:36px;padding:0 10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font:inherit;font-weight:400}@media (max-width:680px){.voice-filter-grid{grid-template-columns:1fr}}.voice-picker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;max-height:360px;overflow:auto;padding:2px}.voice-picker button{display:grid;grid-gap:5px;gap:5px;padding:10px;border:1px solid var(--line);border-radius:10px;background:#fff;color:#344054;text-align:left;cursor:pointer}.voice-picker button.selected,.voice-picker button:hover{border-color:#bfdbfe;background:var(--primary-soft)}.voice-picker b{color:#111827;font-size:13px}.voice-picker code,.voice-picker span{color:var(--muted);font-size:12px;word-break:break-word}.voice-picker code{color:var(--primary)}@media (max-width:1080px){.voice-picker{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.voice-picker{grid-template-columns:1fr}}.label-with-help{display:inline-flex;align-items:center;gap:6px}.label-with-help i{width:16px;height:16px;display:inline-grid;place-items:center;border-radius:999px;background:var(--primary-soft);color:var(--primary);cursor:help;font-size:11px;font-style:normal;font-weight:800;position:relative}.label-with-help i:after{content:attr(data-tooltip);z-index:20;bottom:calc(100% + 8px);width:max-content;max-width:320px;padding:8px 10px;border-radius:8px;background:#111827;color:#fff;box-shadow:0 8px 20px rgba(15,23,42,.2);font-size:12px;font-weight:500;line-height:1.5;transform:translate(-50%,4px);transition:opacity .12s ease,transform .12s ease;white-space:normal}.label-with-help i:after,.label-with-help i:before{position:absolute;left:50%;opacity:0;pointer-events:none}.label-with-help i:before{content:"";z-index:21;bottom:calc(100% + 3px);border:5px solid transparent;border-top-color:#111827;transform:translateX(-50%);transition:opacity .12s ease}.label-with-help i:hover:after,.label-with-help i:hover:before{opacity:1;transform:translate(-50%)}.label-with-help i:hover:before{transform:translateX(-50%)}.audio-history-card,.audio-result-card{display:grid;grid-gap:12px;gap:12px;padding:16px;border:1px solid var(--soft-line);border-radius:10px;background:#fff}.audio-result-card code{display:block;padding:10px;overflow-wrap:anywhere;border-radius:8px;background:#f9fafb;color:var(--primary);font-size:12px}.audio-history-card h2{margin:0;font-size:16px}.audio-history-card article{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,.7fr);grid-gap:12px;gap:12px;align-items:center;padding:12px 0;border-top:1px solid var(--soft-line)}.audio-history-card p{margin:5px 0;color:var(--muted);font-size:13px;line-height:1.5}.audio-history-card small{color:var(--muted)}.audio-history-actions{display:grid;grid-gap:8px;gap:8px}.audio-history-actions button{height:30px;border:1px solid var(--soft-line);border-radius:8px;background:#fff;color:var(--ink);cursor:pointer;font-size:12px;font-weight:700}@media (max-width:760px){.audio-history-card article{grid-template-columns:1fr}}.model-source-card{margin-bottom:16px}.defaults-panel .default-grid{margin-bottom:0}.compact-title{margin-bottom:12px}.model-segmented{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.model-segmented button{min-height:34px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#344054;cursor:pointer;font-weight:600}.model-segmented button.active{border-color:#bfdbfe;background:var(--primary-soft);color:var(--primary)}.model-segmented span{margin-left:6px;color:var(--muted);font-size:12px}.model-filter-bar{grid-template-columns:.8fr .7fr minmax(220px,1.4fr) auto}.model-filter-bar button{align-self:end;height:34px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#344054;cursor:pointer}.model-create-form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:16px;padding:14px;border:1px solid var(--soft-line);border-radius:12px;background:#f9fafb}.model-create-form label{display:grid;grid-gap:7px;gap:7px;color:var(--muted);font-size:13px;font-weight:700}.model-create-form input,.model-create-form select,.model-create-form textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font:inherit;font-weight:400}.model-create-form input,.model-create-form select{height:36px;padding:0 10px}.model-create-form textarea{padding:10px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;line-height:1.6;resize:vertical}.model-card-list{display:grid;grid-gap:12px;gap:12px}.model-list-card{display:grid;grid-template-columns:minmax(260px,1.25fr) minmax(160px,.7fr) minmax(220px,1fr) minmax(140px,.5fr);grid-gap:16px;gap:16px;align-items:center;padding:16px;border:1px solid var(--soft-line);border-radius:12px;background:#fff}.model-card-main b{display:block;color:#111827;font-size:15px}.model-card-main code{display:inline-block;margin-top:6px;color:var(--primary);font-size:12px}.model-card-actions small,.model-card-capability,.model-card-main p{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.model-card-meta{display:flex;flex-wrap:wrap;gap:6px}.model-card-meta em,.model-card-meta span{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;background:#f2f4f7;color:#344054;font-size:12px;font-style:normal;font-weight:600}.model-card-meta em{background:#ecfdf3;color:var(--success)}.model-card-actions{display:grid;justify-items:end;grid-gap:8px;gap:8px}.model-card-actions a{color:var(--primary);font-weight:700;font-size:13px}.model-inline-toggle{display:inline-flex;align-items:center;gap:6px;color:#475467;font-size:12px;font-weight:600}.model-inline-toggle input{margin:0}.model-inline-toggle span{white-space:nowrap}@media (max-width:1180px){.model-list-card{grid-template-columns:1fr 1fr;align-items:start}.model-card-actions{justify-items:start}}@media (max-width:760px){.model-create-form,.model-filter-bar,.model-list-card{grid-template-columns:1fr}}.test-card{display:grid;grid-gap:16px;gap:16px}.cost-badge{display:inline-flex;align-items:center;height:26px;padding:0 10px;border-radius:999px;background:#fff7ed;color:var(--warning);font-size:12px;font-weight:800}.test-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.test-form label{display:grid;grid-gap:7px;gap:7px;color:var(--muted);font-size:13px;font-weight:700}.test-form input,.test-form select,.test-form textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font:inherit;font-weight:400}.test-form input,.test-form select{height:36px;padding:0 10px}.test-form textarea{padding:10px;line-height:1.6;resize:vertical}.test-form .form-wide{grid-column:1/-1}.test-result{max-height:520px;overflow:auto;margin:0;padding:14px;border-radius:10px;background:#0f172a;color:#e5e7eb;font-size:12px;line-height:1.6}.test-media{max-width:420px;width:100%;border:1px solid var(--line);border-radius:12px;background:#000}.subject-picker{display:grid;grid-gap:12px;gap:12px;padding:14px;border:1px solid var(--soft-line);border-radius:12px;background:linear-gradient(180deg,#fff,#f8fafc)}.subject-picker-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px}.subject-picker-head div{display:grid;grid-gap:4px;gap:4px}.subject-picker-head strong{color:var(--ink);font-size:15px}.subject-card-list p,.subject-picker-head small{margin:0;color:var(--muted);font-size:12px;font-weight:600}.subject-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;grid-gap:12px;gap:12px}.subject-generated-gallery{display:grid;grid-gap:10px;gap:10px;margin-top:14px}.subject-generated-gallery-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.subject-generated-gallery-head strong{color:var(--ink);font-size:14px}.subject-generated-empty,.subject-generated-gallery-head small{color:var(--muted);font-size:12px;font-weight:600}.subject-generated-empty{margin:0}.subject-generated-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(128px,1fr));grid-gap:10px;gap:10px}.subject-generated-card{overflow:hidden;display:grid;grid-gap:0;gap:0;border:1px solid var(--soft-line);border-radius:12px;padding:0;background:#fff;cursor:pointer}.subject-generated-card.is-selected{border-color:#57cf5d;box-shadow:0 0 0 2px rgba(87,207,93,.14)}.subject-generated-card img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#111827}.subject-generated-card span{overflow:hidden;padding:8px 10px;color:var(--ink);font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.subject-generated-card:disabled{cursor:default;opacity:.88}.subject-card-group{min-width:0;align-self:start;display:grid;align-content:start;grid-gap:8px;gap:8px}.subject-card-group h3{display:flex;align-items:center;justify-content:space-between;margin:0;color:var(--ink);font-size:13px}.subject-card-group h3 span{min-width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#e0f2fe;color:#0369a1;font-size:12px}.subject-card-list{display:grid;align-content:start;grid-gap:8px;gap:8px}.subject-card{min-width:0;display:grid;grid-template-columns:38px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:start;padding:10px;border:1px solid var(--line);border-radius:12px;background:#fff;color:inherit;text-align:left;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.subject-card:hover{transform:translateY(-1px);border-color:#93c5fd;box-shadow:0 10px 24px rgba(15,23,42,.08)}.subject-card.is-selected{border-color:var(--primary);background:#eff6ff;box-shadow:0 0 0 2px rgba(37,99,235,.12)}.subject-avatar{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:#111827;color:#fff;font-size:16px;font-weight:800}.subject-thumb{width:38px;height:38px;border:1px solid var(--line);border-radius:12px;background:#f8fafc;object-fit:cover}.subject-card-body{min-width:0;display:grid;grid-gap:4px;gap:4px}.subject-card-title-row{min-width:0;display:flex;align-items:center;gap:6px}.subject-card-body b{min-width:0;flex:1 1 auto;overflow:hidden;color:var(--ink);font-size:14px;text-overflow:ellipsis;white-space:nowrap}.subject-card-meta{flex:0 0 auto;max-width:88px;padding:1px 6px;border-radius:999px;background:#eef2f6;color:#526071;font-size:10px;font-weight:700;line-height:1.4;letter-spacing:.01em;white-space:nowrap}.subject-card-form-select{flex:0 0 auto;width:auto;max-width:72px;min-height:20px;padding:0 18px 0 7px;border:1px solid #e2e8f0;border-radius:999px;background-color:#fcfdff;background-image:linear-gradient(45deg,transparent 50%,#64748b 0),linear-gradient(135deg,#64748b 50%,transparent 0);background-position:calc(100% - 9px) 7px,calc(100% - 5px) 7px;background-size:3px 3px,3px 3px;background-repeat:no-repeat;color:#475467;font-size:10px;font-weight:700;line-height:1.2;appearance:none;-webkit-appearance:none;-moz-appearance:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.9);transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.subject-card-form-select:hover{border-color:#cbd5e1;background-color:#f8fafc}.subject-card-form-select:focus{outline:0;border-color:#94a3b8;box-shadow:0 0 0 3px rgba(148,163,184,.12)}.subject-card-image-button{flex:0 0 auto;height:20px;padding:0 7px;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#667085;font-size:10px;font-weight:700;cursor:pointer}.subject-card-image-button:hover{border-color:#cbd5e1;background:#f8fafc;color:#344054}.subject-card-body em,.subject-card-body small{display:-webkit-box;overflow:hidden;color:var(--muted);font-size:12px;font-style:normal;line-height:1.45;-webkit-box-orient:vertical}.subject-card-body em{-webkit-line-clamp:2}.subject-card-body small{-webkit-line-clamp:3;color:#475467}.subject-form-chip-button{padding:0;cursor:pointer}.subject-form-chip-button .subject-form-chip-main{border:0;background:transparent}.subject-edit-panel{border:1px solid var(--soft-line);border-radius:14px;background:linear-gradient(180deg,#fff,#f8fafc)}.subject-edit-panel,.subject-preview-panel{display:grid;grid-gap:14px;gap:14px;padding:14px}.subject-preview-panel{border:1px solid #bfdbfe;border-radius:14px;background:linear-gradient(180deg,#eff6ff,#fff)}.subject-edit-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:10px}.subject-edit-head strong{color:var(--ink);font-size:16px}.subject-edit-head small{color:var(--muted);font-size:12px;font-weight:600}.manual-subject-backdrop{position:fixed;inset:0;z-index:90;display:grid;place-items:center;padding:24px;background:rgba(15,23,42,.5)}.manual-subject-modal{width:min(560px,94vw);display:grid;grid-gap:14px;gap:14px;padding:16px;border:1px solid #dbeafe;border-radius:16px;background:#fff;box-shadow:0 24px 80px rgba(15,23,42,.22)}.manual-subject-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.manual-subject-head div{display:grid;grid-gap:4px;gap:4px}.manual-subject-head strong{color:var(--ink);font-size:16px}.manual-subject-head small{color:var(--muted);font-size:12px;font-weight:650}.manual-subject-head button{min-height:30px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--muted);cursor:pointer;font-size:12px;font-weight:800}.manual-subject-form{display:grid;grid-template-columns:minmax(100px,.5fr) minmax(0,1fr) minmax(110px,.5fr);grid-gap:10px;gap:10px}.manual-subject-form label{display:grid;grid-gap:6px;gap:6px;color:var(--muted);font-size:12px;font-weight:800}.manual-subject-form input,.manual-subject-form select,.manual-subject-form textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font:inherit;font-size:13px;font-weight:500}.manual-subject-form input,.manual-subject-form select{height:34px;padding:0 9px}.manual-subject-form textarea{padding:9px;line-height:1.5;resize:vertical}.manual-subject-actions,.manual-subject-context,.manual-subject-result{grid-column:1/-1}.manual-subject-result{display:grid;grid-gap:8px;gap:8px;padding:12px;border:1px solid #dbeafe;border-radius:12px;background:#f8fbff}.manual-subject-result b{color:var(--ink);font-size:13px}.manual-subject-result p,.manual-subject-result small{margin:0;color:var(--muted);font-size:12px;line-height:1.55}.manual-subject-result small{color:#475467}.manual-subject-actions{display:flex;justify-content:flex-end;gap:8px}.subject-edit-grid,.subject-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;grid-gap:12px;gap:12px}.subject-edit-group,.subject-preview-group{min-width:0;display:grid;align-content:start;grid-gap:10px;gap:10px}.subject-group-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.subject-edit-group h3,.subject-preview-group h3{display:flex;align-items:center;justify-content:space-between;margin:0;color:var(--ink);font-size:13px}.subject-group-action{min-height:28px;padding:0 10px;font-size:11px;white-space:nowrap}.subject-edit-group h3 span,.subject-preview-group h3 span{min-width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#e0f2fe;color:#0369a1;font-size:12px}.subject-preview-card{min-width:0;display:grid;grid-template-columns:42px minmax(0,1fr);grid-gap:8px;gap:8px;align-items:start;padding:12px;border:1px solid #dbeafe;border-radius:12px;background:#fff}.subject-preview-avatar,.subject-preview-thumb{width:42px;height:42px;border-radius:12px}.subject-preview-avatar{display:inline-flex;align-items:center;justify-content:center;background:#1e3a8a;color:#fff;font-size:16px;font-weight:900}.subject-preview-thumb{border:1px solid #dbeafe;background:#f8fafc;object-fit:cover}.subject-preview-body{min-width:0;display:grid;grid-gap:7px;gap:7px}.subject-preview-title{display:flex;align-items:center;justify-content:space-between;gap:8px}.subject-title-badges{flex:0 0 auto;min-width:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:6px}.subject-preview-name{min-width:0;display:grid;grid-gap:4px;gap:4px;color:var(--muted);font-size:11px;font-weight:800}.subject-preview-name input{min-height:34px;border:1px solid #dbeafe;border-radius:9px;background:#fff;color:var(--ink);font-size:14px;font-weight:800}.subject-preview-title span{flex:0 0 auto;padding:3px 8px;border-radius:999px;background:#e0f2fe;color:#0369a1;font-size:11px;font-weight:800}.subject-name-label,.subject-name-row{display:flex;align-items:center;gap:8px}.subject-name-label{justify-content:space-between}.subject-name-label .text-button{min-height:auto;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;font-size:12px}.subject-name-label .text-button:hover{border-color:transparent}.subject-inline-select{flex:1 1 auto;width:auto;min-height:28px;padding:0 28px 0 10px;border:1px solid #dbeafe;border-radius:999px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#f8fafc;background-image:linear-gradient(45deg,transparent 50%,#0369a1 0),linear-gradient(135deg,#0369a1 50%,transparent 0);background-position:calc(100% - 14px) 11px,calc(100% - 9px) 11px;background-size:5px 5px,5px 5px;background-repeat:no-repeat;color:#0369a1;font-size:11px;font-weight:800;line-height:1;text-overflow:ellipsis;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}.subject-name-field .subject-name-row input,.subject-preview-name .subject-name-row input{flex:0 0 8em;width:8em;min-width:0}.subject-preview-card p,.subject-preview-card small{display:-webkit-box;overflow:hidden;margin:0;color:var(--muted);font-size:12px;line-height:1.5;-webkit-box-orient:vertical}.subject-preview-card p{-webkit-line-clamp:3}.subject-preview-card small{color:#475467;-webkit-line-clamp:4}.subject-preview-copy{display:grid;grid-gap:6px;gap:6px;min-width:0}.subject-preview-save{display:grid;grid-gap:8px;gap:8px;padding-top:8px;border-top:1px solid #eff6ff}.subject-preview-save>span{color:#2563eb;font-size:11px;font-weight:800}.subject-preview-save select{width:100%;min-height:34px;border:1px solid #dbeafe;border-radius:9px;background:#f8fafc;color:var(--ink);font-size:12px}.subject-preview-actions{display:flex;flex-wrap:wrap;gap:8px}.subject-preview-actions button{min-height:32px;padding:0 11px;font-size:12px}.subject-edit-card{display:grid;grid-template-columns:50px minmax(0,104px) 72px minmax(0,1fr);grid-gap:8px;gap:8px;padding:10px;border:1px solid var(--line);border-radius:12px;background:#fff;min-width:0}.subject-edit-card-actions{grid-column:1/-1;display:flex;justify-content:flex-end}.danger-text-button{color:#b42318}.subject-edit-avatar,.subject-edit-card img{width:50px;height:50px;border-radius:12px;background:#111827;color:#fff;object-fit:cover}.subject-edit-avatar{display:grid;place-items:center;font-size:18px;font-weight:900}.subject-edit-card label{min-width:0;display:grid;grid-gap:6px;gap:6px;color:var(--muted);font-size:12px;font-weight:700}.subject-edit-card input,.subject-edit-card select,.subject-edit-card textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font:inherit;font-size:13px;font-weight:500}.subject-edit-card input{height:34px;padding:0 9px}.subject-edit-card select{min-height:34px;padding:0 9px}.subject-edit-card textarea{padding:9px;line-height:1.5;resize:vertical}.subject-edit-wide{grid-column:1/-1}.subject-name-field{grid-column:2;grid-row:1;max-width:none}.subject-role-field{grid-column:3;grid-row:1;max-width:72px;min-width:0}.subject-role-field select{width:72px;min-width:72px;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:24px;background-color:#fff;background-image:linear-gradient(45deg,transparent 50%,#475467 0),linear-gradient(135deg,#475467 50%,transparent 0);background-position:calc(100% - 13px) 14px,calc(100% - 8px) 14px;background-size:5px 5px,5px 5px;background-repeat:no-repeat}.subject-voice-field{grid-column:4;grid-row:1;min-width:0}.subject-voice-field select{width:100%;min-width:0}.subject-edit-empty{margin:0;padding:14px;border:1px dashed #cbd5e1;border-radius:12px;color:var(--muted);font-size:12px;text-align:center}.subject-field-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.subject-field-actions{display:inline-flex;align-items:center;gap:10px}.subject-field-head .text-button{flex:0 0 auto;min-height:24px;padding:0 2px;border:0;border-radius:0;background:transparent;box-shadow:none;font-size:11px}.subject-voice-block{grid-gap:8px;gap:8px}.subject-form-block,.subject-voice-block{display:grid;padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.subject-form-block{grid-gap:10px;gap:10px}.subject-form-create{display:inline-flex;align-items:center;gap:8px;min-width:0}.subject-form-create input{width:148px;min-width:0;height:28px;padding:0 9px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;color:var(--ink);font-size:12px;font-weight:500}.subject-form-create .text-button{min-height:28px;padding:0 8px;font-size:12px}.subject-form-list{display:flex;flex-wrap:wrap;gap:8px}.subject-form-chip{display:inline-flex;align-items:stretch;min-width:0;border:1px solid #d0d5dd;border-radius:999px;background:#fff;overflow:hidden}.subject-form-chip.is-active{border-color:#2563eb;background:#eff6ff}.subject-form-chip-delete,.subject-form-chip-main{border:0;background:transparent;color:#475467;cursor:pointer}.subject-form-chip-main{max-width:160px;padding:0 11px;min-height:28px;font-size:12px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.subject-form-chip.is-active .subject-form-chip-main{color:#1d4ed8}.subject-form-chip-delete{width:28px;min-height:28px;border-left:1px solid #e5e7eb;font-size:14px;line-height:1}.subject-form-chip-delete:hover:not(:disabled),.subject-form-chip-main:hover:not(:disabled){background:rgba(37,99,235,.08)}.subject-form-chip-delete:hover:not(:disabled){color:#b42318;background:rgba(180,35,24,.08)}.subject-form-chip-delete:disabled,.subject-form-chip-main:disabled{cursor:not-allowed;opacity:.6}.subject-voice-preview-modal{width:min(760px,96vw)}.subject-voice-preview-form{display:grid;grid-gap:12px;gap:12px}.subject-voice-preview-input{display:grid;grid-gap:10px;gap:10px;padding:14px;border:1px solid #dbeafe;border-radius:14px;background:linear-gradient(180deg,#f8fbff,#ffffff)}.subject-voice-preview-input-head{display:grid;grid-gap:4px;gap:4px}.subject-voice-preview-input-head b{color:var(--ink);font-size:13px}.subject-voice-preview-input-head small{color:var(--muted);font-size:11px;font-weight:650;line-height:1.5}.subject-voice-preview-input textarea{width:100%;min-height:112px;padding:12px 13px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;color:var(--ink);font:inherit;font-size:14px;font-weight:500;line-height:1.65;resize:vertical;box-shadow:inset 0 1px 2px rgba(15,23,42,.04)}.subject-voice-preview-input textarea::placeholder{color:#94a3b8}.subject-voice-preview-input textarea:focus{outline:0;border-color:#93c5fd;box-shadow:0 0 0 3px rgba(147,197,253,.22)}.subject-voice-preview-history-actions,.subject-voice-preview-player{padding:10px 12px;border:1px solid #e2e8f0;border-radius:14px;background:linear-gradient(180deg,#fcfdff,#f8fafc);box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}.subject-voice-preview-player audio{width:100%;height:34px}.subject-voice-preview-history{display:grid;grid-gap:10px;gap:10px}.subject-voice-preview-history>strong{color:var(--ink);font-size:13px}.subject-voice-preview-history-list{display:grid;grid-gap:10px;gap:10px;max-height:320px;overflow:auto}.subject-voice-preview-history-item{display:grid;grid-gap:8px;gap:8px;padding:12px;border:1px solid #dbeafe;border-radius:12px;background:#fff}.subject-voice-preview-history-item>div:first-child{display:grid;grid-gap:4px;gap:4px}.subject-voice-preview-history-item b,.subject-voice-preview-history-item p,.subject-voice-preview-history-item small{margin:0}.subject-voice-preview-history-item small{color:var(--muted);font-size:11px}.subject-voice-preview-history-item p{color:var(--ink);font-size:12px;line-height:1.5}.subject-voice-preview-history-actions{display:grid;grid-gap:8px;gap:8px}.subject-voice-preview-history-actions audio{width:100%;height:34px}.storyboard-audio-track audio,.subject-voice-preview-history-actions audio,.subject-voice-preview-player audio{accent-color:#2563eb}.storyboard-audio-track audio::-webkit-media-controls-enclosure,.subject-voice-preview-history-actions audio::-webkit-media-controls-enclosure,.subject-voice-preview-player audio::-webkit-media-controls-enclosure{border-radius:12px;background:transparent}.storyboard-audio-track audio::-webkit-media-controls-panel,.subject-voice-preview-history-actions audio::-webkit-media-controls-panel,.subject-voice-preview-player audio::-webkit-media-controls-panel{background:rgba(255,255,255,.72)}.storyboard-audio-track audio::-webkit-media-controls-play-button,.subject-voice-preview-history-actions audio::-webkit-media-controls-play-button,.subject-voice-preview-player audio::-webkit-media-controls-play-button{border-radius:999px;background-color:rgba(37,99,235,.1)}.subject-voice-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.subject-voice-message{color:#475467;font-size:11px;font-weight:700}.subject-voice-message.error{color:var(--danger)}.subject-voice-recommend-list{display:grid;grid-gap:6px;gap:6px}.subject-voice-recommend-card{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:8px 10px;border:1px solid #dbeafe;border-radius:10px;background:#fff}.subject-voice-recommend-card div{min-width:0;display:grid;grid-gap:4px;gap:4px}.subject-voice-recommend-card small,.subject-voice-recommend-card strong{margin:0;line-height:1.45}.subject-voice-recommend-card strong{color:var(--ink);font-size:12px}.subject-voice-recommend-card small{color:var(--muted);font-size:11px}.storyboard-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) auto;grid-gap:12px;gap:12px;align-items:start;padding:12px;border:1px solid var(--soft-line);border-radius:14px;background:#fff}.storyboard-toolbar label{display:grid;grid-gap:7px;gap:7px;color:var(--muted);font-size:13px;font-weight:700}.storyboard-toolbar select{width:100%;height:38px;padding:0 10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font:inherit;font-weight:400}.storyboard-toolbar-actions{display:flex;flex-wrap:wrap;gap:8px;align-self:start;justify-content:flex-end;padding-top:28px}.storyboard-generate-form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;padding:14px;border:1px solid #fed7aa;border-radius:14px;background:linear-gradient(180deg,#fffaf5,#fff)}.storyboard-generate-head{grid-column:1/-1;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px}.storyboard-generate-head div{display:grid;grid-gap:4px;gap:4px}.storyboard-generate-head strong{color:var(--ink);font-size:15px}.storyboard-generate-head small{color:var(--muted);font-size:12px;font-weight:600}.storyboard-generate-head span{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:999px;background:#fff7ed;color:var(--warning);font-size:12px;font-weight:800}.storyboard-generate-form label{display:grid;grid-gap:7px;gap:7px;color:var(--muted);font-size:13px;font-weight:700}.storyboard-generate-form input,.storyboard-generate-form select,.storyboard-generate-form textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font:inherit;font-weight:400}.storyboard-generate-form input,.storyboard-generate-form select{height:38px;padding:0 10px}.storyboard-generate-form textarea{min-height:112px;padding:10px;line-height:1.55;resize:vertical}.storyboard-generate-form .form-wide{grid-column:1/-1}.storyboard-workflow-chain{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:8px;gap:8px;padding:10px;border:1px solid #fed7aa;border-radius:10px;background:#fff}.storyboard-workflow-chain small,.storyboard-workflow-chain span{grid-column:1/-1;color:var(--muted);font-size:12px;font-weight:700}.storyboard-workflow-chain strong{min-width:0;overflow:hidden;padding:7px 8px;border-radius:8px;background:#fff7ed;color:#9a3412;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.storyboard-workflow-chain em{color:var(--warning);font-style:normal;font-weight:900}.storyboard-result-summary{display:flex;flex-wrap:wrap;gap:8px}.storyboard-result-summary span{padding:7px 10px;border:1px solid #dbeafe;border-radius:999px;background:#eff6ff;color:var(--primary);font-size:12px;font-weight:800}.storyboard-panel{display:grid;grid-gap:14px;gap:14px;padding:16px;border:1px solid var(--soft-line);border-radius:16px;background:radial-gradient(circle at top left,rgba(37,99,235,.08),transparent 280px),linear-gradient(180deg,#fff,#f8fafc)}.storyboard-panel.is-fullscreen{position:fixed;inset:0;z-index:50;overflow:hidden;padding:0;border:0;border-radius:0;background:#0f1115;box-shadow:0 24px 80px rgba(15,23,42,.35)}.storyboard-panel.is-fullscreen .storyboard-summary{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:14px;border:1px solid rgba(148,163,184,.24);border-radius:14px;padding:12px 14px;background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(248,250,252,.86));box-shadow:0 10px 26px rgba(15,23,42,.06)}.storyboard-summary div:first-child{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:10px;min-height:44px}.storyboard-summary-kicker{color:#2563eb;font-size:11px;font-weight:950;letter-spacing:.08em}.storyboard-summary strong{flex:0 0 auto;color:#0f172a;font-size:16px;font-weight:900;letter-spacing:-.02em}.storyboard-summary small{min-width:0;overflow:hidden;color:#64748b;font-size:12px;font-weight:650;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.storyboard-stats{flex:0 0 auto;display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-end;gap:8px}.storyboard-stats span{min-width:0;min-height:32px;display:inline-flex;align-items:center;gap:4px;border:1px solid #dbe4ef;border-radius:999px;padding:0 10px;background:#fff;color:#0f172a;box-shadow:inset 0 -1px 0 rgba(15,23,42,.04);white-space:nowrap}.storyboard-stats b{font-size:14px;font-weight:950;line-height:1}.storyboard-stats em{color:#64748b;font-size:11px;font-style:normal;font-weight:800;line-height:1}.storyboard-stats button{min-height:44px;padding:0 14px;border:1px solid #0f172a;border-radius:12px;background:#0f172a;color:#f8fafc;cursor:pointer;font-size:12px;font-weight:900;box-shadow:0 10px 22px rgba(15,23,42,.16)}.storyboard-stats button:hover{background:#1f2937}.storyboard-stats .storyboard-export-button{border-color:#0f766e;background:#0f766e;box-shadow:0 10px 22px rgba(15,118,110,.18)}.storyboard-stats .storyboard-narration-button{border-color:#2563eb;background:#2563eb;box-shadow:0 10px 22px rgba(37,99,235,.18)}.storyboard-stats .storyboard-export-button:hover{background:#115e59}.storyboard-stats .storyboard-narration-button:hover{background:#1d4ed8}.storyboard-stats button:disabled{cursor:not-allowed;opacity:.55}.storyboard-panel.is-fullscreen .storyboard-summary{border-color:#242832;background:#151820;box-shadow:none}.storyboard-panel.is-fullscreen .storyboard-stats span{min-height:32px;border-color:#2d3440;background:#101318;color:#f9fafb}.storyboard-panel.is-fullscreen .storyboard-stats button{min-height:32px;border-color:#ef4444;background:#dc2626;color:#fff;box-shadow:none}.storyboard-panel.is-fullscreen .storyboard-stats button:hover{background:#b91c1c}.storyboard-panel.is-fullscreen .storyboard-stats .storyboard-export-button{border-color:#14b8a6;background:#0f766e;color:#ecfeff}.storyboard-panel.is-fullscreen .storyboard-stats .storyboard-narration-button{border-color:#60a5fa;background:#1d4ed8;color:#eff6ff}.storyboard-panel.is-fullscreen .storyboard-stats .storyboard-export-button:hover{background:#0d9488}.storyboard-panel.is-fullscreen .storyboard-stats .storyboard-narration-button:hover{background:#1e40af}.storyboard-inline-message{margin:0;border:1px solid #fed7aa;border-radius:10px;padding:9px 12px;background:#fff7ed;color:#9a3412;font-size:12px;font-weight:800;line-height:1.45}.storyboard-inline-message.is-error{border-color:#fecaca;background:#fef2f2;color:#b91c1c}.storyboard-panel.is-fullscreen .storyboard-inline-message{border-radius:0;border-width:1px 0;background:#2a1b10;color:#fed7aa}.storyboard-export-backdrop{position:fixed;inset:0;z-index:180;display:grid;place-items:center;padding:24px;background:rgba(15,23,42,.62)}.storyboard-export-dialog{width:min(720px,94vw);overflow:hidden;border:1px solid #263241;border-radius:18px;background:#0f141b;color:#e5e7eb;box-shadow:0 28px 100px rgba(0,0,0,.42)}.storyboard-export-actions,.storyboard-export-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid #253041}.storyboard-export-actions{border-top:1px solid #253041;border-bottom:0}.storyboard-export-head div{display:grid;grid-gap:4px;gap:4px}.storyboard-export-head strong{color:#f8fafc;font-size:16px;font-weight:900}.storyboard-export-body small,.storyboard-export-head small{color:#94a3b8;font-size:12px;font-weight:700}.storyboard-export-body{display:grid;grid-gap:14px;gap:14px;padding:16px}.storyboard-export-message{margin:0;border:1px solid #7c2d12;border-radius:10px;padding:9px 10px;background:#2a1b10;color:#fed7aa;font-size:12px;font-weight:800;line-height:1.55}.storyboard-export-picker{display:grid;grid-gap:8px;gap:8px;border:1px solid #253041;border-radius:12px;padding:10px;background:#0b0f15}.storyboard-export-picker-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.storyboard-export-picker-head span{color:#f8fafc;font-size:12px;font-weight:900}.storyboard-export-picker-head div{display:flex;gap:6px}.storyboard-export-picker-head button{min-height:26px;border:1px solid #334155;border-radius:7px;padding:0 8px;background:#111827;color:#cbd5e1;cursor:pointer;font-size:11px;font-weight:850}.storyboard-export-shot-list{max-height:280px;overflow:auto;display:grid;grid-gap:6px;gap:6px;padding-right:2px}.storyboard-export-shot{min-height:70px;display:grid;grid-template-columns:18px 74px 42px minmax(0,1fr) auto;align-items:center;grid-gap:8px;gap:8px;border:1px solid #253041;border-radius:9px;padding:7px 9px;background:#101722;color:#e5e7eb}.storyboard-export-shot input{width:auto;height:auto}.storyboard-export-thumb{width:74px;height:48px;overflow:hidden;display:grid;place-items:center;border:1px solid #253041;border-radius:8px;background:#05070a}.storyboard-export-thumb video{width:100%;height:100%;object-fit:cover}.storyboard-export-thumb i{color:#64748b;font-size:12px;font-style:normal;font-weight:900}.storyboard-export-shot span{color:#99f6e4;font-size:12px;font-weight:950}.storyboard-export-shot b{min-width:0;overflow:hidden;font-size:12px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.storyboard-export-shot em{color:#94a3b8;font-size:11px;font-style:normal;font-weight:800}.storyboard-export-shot.is-disabled{opacity:.5}.storyboard-export-message.is-error{border-color:#7f1d1d;background:#2a1214;color:#fecaca}.storyboard-export-body label{display:grid;grid-gap:6px;gap:6px;color:#f8fafc;font-size:12px;font-weight:900}.storyboard-export-body input,.storyboard-export-body select{width:100%;height:38px;border:1px solid #334155;border-radius:10px;padding:0 11px;outline:0;background:#0b0f15;color:#e5e7eb;font:inherit;font-size:13px;font-weight:750}.storyboard-export-body input:focus,.storyboard-export-body select:focus{border-color:#14b8a6;box-shadow:0 0 0 2px rgba(20,184,166,.16)}.storyboard-export-path{display:grid;grid-gap:6px;gap:6px}.storyboard-export-path span{color:#94a3b8;font-size:12px;font-weight:850}.storyboard-export-path code{overflow-wrap:anywhere;border:1px solid #253041;border-radius:10px;padding:10px;background:#0b0f15;color:#99f6e4;font-size:12px}.storyboard-export-actions button,.storyboard-export-head button{min-height:34px;border:1px solid #475569;border-radius:9px;padding:0 13px;background:#111827;color:#e5e7eb;cursor:pointer;font-size:12px;font-weight:900}.storyboard-export-actions .storyboard-export-confirm{border-color:#14b8a6;background:#0f766e;color:#ecfeff}.storyboard-export-actions .storyboard-narration-confirm{border-color:#60a5fa;background:#1d4ed8;color:#eff6ff}.storyboard-export-actions button:disabled{cursor:not-allowed;opacity:.55}.storyboard-narration-dialog{width:min(760px,94vw)}.storyboard-narration-shot-list{max-height:340px}.storyboard-narration-shot{min-height:58px;grid-template-columns:18px 42px minmax(0,1fr) auto}.storyboard-narration-checks{gap:12px}.storyboard-list{position:relative;display:grid;grid-gap:12px;gap:12px}.storyboard-list:before{content:"";position:absolute;top:8px;bottom:8px;left:51px;width:2px;border-radius:999px;background:#dbeafe}.storyboard-shot-card{position:relative;display:grid;grid-template-columns:74px minmax(0,1fr);grid-gap:12px;gap:12px;padding:14px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.05)}.storyboard-shot-index{position:relative;z-index:1;display:grid;align-content:start;justify-items:center;grid-gap:8px;gap:8px;padding:10px 8px;border-radius:12px;background:#111827;color:#fff}.storyboard-shot-index span{font-size:20px;font-weight:900;letter-spacing:.04em}.storyboard-shot-index em{padding:3px 8px;border-radius:999px;background:rgba(255,255,255,.12);font-size:12px;font-style:normal;font-weight:800}.storyboard-shot-body{min-width:0;display:grid;grid-gap:10px;gap:10px}.storyboard-shot-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px}.storyboard-shot-head h3{margin:0;color:var(--ink);font-size:15px}.storyboard-shot-head code{max-width:260px;overflow:hidden;padding:4px 8px;border-radius:8px;background:#f1f5f9;color:#475467;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.storyboard-shot-body p{margin:0;color:#334155;font-size:13px;font-weight:600;line-height:1.55}.storyboard-meta{display:flex;flex-wrap:wrap;gap:6px}.storyboard-meta span{padding:5px 8px;border-radius:8px;background:#f8fafc;color:#475467;font-size:12px;font-weight:700}.storyboard-prompt{display:grid;grid-gap:6px;gap:6px}.storyboard-prompt b{color:#64748b;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.storyboard-prompt pre{max-height:120px;overflow:auto;margin:0;padding:10px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;color:#0f172a;font-size:12px;line-height:1.5;white-space:pre-wrap}.storyboard-board{overflow-x:auto;border:1px solid #20242d;border-radius:14px;background:#101214}.storyboard-board-head,.storyboard-board-row{display:grid;grid-template-columns:44px minmax(180px,.85fr) 86px minmax(260px,1.25fr) minmax(260px,1.45fr) minmax(240px,1.1fr) minmax(260px,1.2fr);min-width:1360px}.storyboard-board-head{padding-left:44px;grid-template-columns:minmax(180px,.85fr) 86px minmax(260px,1.25fr) minmax(260px,1.45fr) minmax(240px,1.1fr) minmax(260px,1.2fr);border-bottom:1px solid #242832;background:#14161a}.storyboard-board-head span{min-height:48px;display:flex;align-items:center;justify-content:center;border-right:1px solid #2a2f38;color:#d1d5db;font-size:13px;font-weight:800}.storyboard-board-head span:last-child{border-right:0}.storyboard-board-rows{display:grid;grid-gap:8px;gap:8px;padding:8px;overflow:visible}.storyboard-board-row{position:relative;overflow:visible;min-height:260px;border:1px solid #252a33;border-radius:10px;background:#121417}.storyboard-board-row.is-drop-target{outline:2px solid #60a5fa;outline-offset:-2px}.storyboard-board-row.is-missing-video{border-color:#7c2d12;box-shadow:inset 0 0 0 1px rgba(251,146,60,.16)}.storyboard-board-row.is-missing-video .storyboard-video-placeholder{border-color:#f97316;background:linear-gradient(180deg,#2b160d,#15100c);color:#fdba74}.storyboard-row-index{position:relative;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;gap:8px;padding:12px 6px;border-right:1px solid #2a2f38;cursor:-webkit-grab;cursor:grab}.storyboard-row-index.is-dragging{opacity:.42;cursor:-webkit-grabbing;cursor:grabbing}.storyboard-row-index span{width:100%;flex:1 1;min-height:0;display:flex;align-items:center;justify-content:center;border-radius:6px;background:#2b2f36;color:#f9fafb;font-size:14px;font-weight:800}.storyboard-row-index-actions{display:grid;grid-gap:6px;gap:6px}.storyboard-row-index-actions button{width:24px;height:24px;border:1px solid #3a404c;border-radius:6px;background:#191d23;color:#d1d5db;cursor:pointer;font-size:15px;font-weight:900;line-height:1}.storyboard-row-index-actions .storyboard-row-index-action-ai{font-size:10px;letter-spacing:-.04em}.storyboard-row-index-actions button:hover:not(:disabled){border-color:#93c5fd;background:#223044;color:#f9fafb}.storyboard-row-index-actions .storyboard-row-index-action-danger:hover:not(:disabled){border-color:#fca5a5;background:#3a1f22;color:#fecaca}.storyboard-row-index-actions button:disabled{cursor:not-allowed;opacity:.45}.storyboard-ai-insert-popover{position:absolute;left:40px;bottom:12px;z-index:40;width:min(320px,calc(100vw - 96px));display:grid;grid-gap:10px;gap:10px;border:1px solid #3a404c;border-radius:12px;padding:12px;background:#171a20;box-shadow:0 20px 60px rgba(0,0,0,.38)}.storyboard-ai-insert-popover label{display:grid;grid-gap:6px;gap:6px;color:#d1d5db;font-size:12px;font-weight:850}.storyboard-ai-insert-popover textarea{width:100%;min-height:76px;resize:vertical;border:1px solid #30343c;border-radius:8px;outline:0;padding:9px 10px;background:#0f1115;color:#f9fafb;font:inherit;font-size:12px;line-height:1.55}.storyboard-ai-insert-popover textarea:focus{border-color:#93c5fd}.storyboard-ai-insert-popover>div{display:flex;justify-content:flex-end;gap:8px}.storyboard-ai-insert-popover>div button{width:auto;min-width:72px;height:30px;padding:0 10px;font-size:12px;letter-spacing:0}.storyboard-ai-insert-popover>div button:last-child{border-color:#57cf5d;background:#57cf5d;color:#102312}.storyboard-cell{min-width:0;display:grid;grid-template-rows:minmax(0,1fr) auto;align-content:stretch;grid-gap:10px;gap:10px;padding:12px;border-right:1px solid #242832;color:#e5e7eb}.storyboard-cell:last-child{border-right:0}.storyboard-cell-text p,.storyboard-cell-text textarea{overflow:auto;margin:0;border:0;outline:0;resize:vertical;background:transparent;color:#d1d5db;font:inherit;font-size:13px;font-weight:650;line-height:1.65;white-space:pre-wrap}.storyboard-cell-text textarea{width:100%;min-height:100%;height:100%;padding:0}.storyboard-cell-text textarea:focus{color:#f9fafb}.storyboard-cell-text textarea::placeholder{color:#6b7280}.storyboard-saving-hint{color:#86efac;font-size:12px;font-weight:800}.storyboard-cell-actions{display:flex;min-height:30px;align-items:center;justify-content:flex-start;gap:8px;border-top:1px solid #242832;padding-top:8px;color:#7dd3fc;font-size:11px;font-weight:800}.storyboard-cell-actions span{margin-left:auto}.storyboard-mini-action{flex:0 0 auto;height:28px;border:1px solid #374151;border-radius:7px;background:#1f2937;color:#e5e7eb;cursor:pointer;font-size:11px;font-weight:850}.storyboard-mini-action:hover:not(:disabled){border-color:#93c5fd;color:#f9fafb}.storyboard-mini-action.is-error{border-color:#b42318;background:#7a271a;color:#fef3f2}.storyboard-mini-action:disabled{cursor:not-allowed;opacity:.62}.storyboard-reference-cell{align-content:space-between}.storyboard-ref-grid{display:grid;grid-template-columns:1fr;align-content:start;grid-gap:8px;gap:8px}.storyboard-ref-grid figure{position:relative;margin:0;display:block;width:58px;height:58px}.storyboard-ref-grid img{width:58px;height:58px;border:1px solid #374151;border-radius:8px;background:#1f2937;object-fit:cover;cursor:zoom-in;transition:border-color .18s ease,box-shadow .18s ease}.storyboard-ref-grid img:hover{border-color:#93c5fd;box-shadow:0 0 0 2px rgba(147,197,253,.18)}.storyboard-ref-grid figcaption{position:absolute;left:2px;right:2px;bottom:2px;overflow:hidden;border-radius:5px;padding:1px 3px;background:rgba(15,23,42,.72);color:#f8fafc;font-size:9px;font-weight:800;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.storyboard-empty-mini{min-height:58px;display:grid;place-items:center;text-align:center;line-height:1.35;border:1px dashed #374151;border-radius:8px;color:#6b7280;font-size:12px;font-weight:700}.storyboard-generate-button,.storyboard-mini-button{height:32px;border:0;border-radius:7px;background:#57cf5d;color:#102312;font-size:12px;font-weight:800}.storyboard-generate-button,.storyboard-mini-button{cursor:pointer}.storyboard-generate-button.is-error{background:#fecaca;color:#7f1d1d}.storyboard-generate-button:disabled{cursor:not-allowed;opacity:.75}.storyboard-mini-button{width:100%;margin-top:auto;font-size:10px;letter-spacing:-.02em}.storyboard-image-cell,.storyboard-video-cell{position:relative;align-content:space-between;overflow:visible}.storyboard-video-cell{grid-template-rows:auto auto auto auto;align-content:start;gap:8px}.storyboard-image-cell:hover,.storyboard-video-cell:hover{z-index:20}.storyboard-image-cell img,.storyboard-image-placeholder,.storyboard-video-cell video,.storyboard-video-placeholder{width:100%;height:150px;min-height:150px;border-radius:9px;background:linear-gradient(180deg,#252525,#111)}.storyboard-video-cell .storyboard-media-pane>.storyboard-video-placeholder,.storyboard-video-cell .storyboard-media-pane>video{height:126px;min-height:126px}.storyboard-image-cell img,.storyboard-video-cell video{border:1px solid #30343c;object-fit:cover;cursor:zoom-in;transition:border-color .18s ease,box-shadow .18s ease}.storyboard-image-cell img:hover,.storyboard-video-cell video:hover{border-color:#93c5fd;box-shadow:0 0 0 2px rgba(147,197,253,.18)}.storyboard-video-controls{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.storyboard-audio-track{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:6px;gap:6px;margin-top:0}.storyboard-audio-track-bar{min-width:0;min-height:24px;display:flex;align-items:center;gap:8px;padding:0;background:transparent;overflow:hidden}.storyboard-audio-toggle{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;padding:0 2px 0 0;color:#9ca3af;font-size:11px;font-weight:800;white-space:nowrap}.storyboard-audio-toggle.is-selected{color:#e5e7eb}.storyboard-audio-toggle input{width:12px;height:12px;margin:0}.storyboard-audio-element{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.storyboard-audio-play{flex:0 0 auto;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border:0;padding:0;background:transparent;color:#cbd5e1;font-size:10px;line-height:1;cursor:pointer}.storyboard-audio-play.is-playing,.storyboard-audio-play:hover{color:#f8fafc}.storyboard-audio-progress{position:relative;flex:1 1 auto;min-width:0;height:18px;border:0;padding:0;background:transparent;cursor:pointer}.storyboard-audio-progress-fill,.storyboard-audio-progress-rail{position:absolute;left:0;right:0;top:50%;height:1px;border-radius:999px;transform:translateY(-50%)}.storyboard-audio-progress-rail{background:rgba(148,163,184,.34)}.storyboard-audio-progress-fill{right:auto;background:linear-gradient(90deg,#94a3b8,#e2e8f0)}.storyboard-audio-progress-dot{position:absolute;top:50%;width:8px;height:8px;border-radius:999px;background:#f8fafc;box-shadow:0 0 0 1px rgba(148,163,184,.28);transform:translate(-50%,-50%)}.storyboard-audio-time{flex:0 0 auto;min-width:30px;color:#94a3b8;font-size:10px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:right}.storyboard-audio-track.is-empty{grid-template-columns:minmax(0,1fr) auto}.storyboard-audio-track-bar em{color:#6b7280;font-size:11px;font-style:normal;font-weight:800}.storyboard-audio-track-actions{display:flex;justify-content:flex-end}.storyboard-video-controls label{display:grid;grid-gap:4px;gap:4px;color:#9ca3af;font-size:10px;font-weight:800}.storyboard-video-controls select{width:100%;height:28px;border:1px solid #30343c;border-radius:7px;background:#171a20;color:#e5e7eb;font-size:12px}.storyboard-image-placeholder,.storyboard-video-placeholder{display:grid;place-items:center;border:1px dashed #30343c;color:#9ca3af;font-size:13px;font-weight:800}.storyboard-video-placeholder{color:#fff;font-size:48px}.storyboard-media-preview{position:fixed;inset:0;z-index:140;display:grid;place-items:center;padding:48px;pointer-events:none;background:transparent;visibility:hidden;transition:background .12s ease,visibility .12s ease}.storyboard-media-preview.is-active{visibility:visible}.storyboard-media-preview.is-active.is-ready{background:rgba(2,6,23,.18)}.storyboard-media-preview img,.storyboard-media-preview video{width:auto;height:auto;max-width:min(92vw,1120px);max-height:min(82vh,820px);border:1px solid rgba(226,232,240,.4);border-radius:14px;background:transparent;object-fit:contain;opacity:0;transform:scale(.96);box-shadow:0 28px 90px rgba(0,0,0,.58);transition:opacity .12s ease,transform .14s ease}.storyboard-media-preview.is-active img,.storyboard-media-preview.is-active video{opacity:1}.storyboard-media-preview.is-active.is-ready img,.storyboard-media-preview.is-active.is-ready video{transform:scale(1)}.storyboard-media-preview span{align-self:start;margin-top:10px;padding:6px 10px;border-radius:999px;background:rgba(15,23,42,.76);color:#f8fafc;font-size:12px;font-weight:800;opacity:0;transition:opacity .12s ease}.storyboard-media-preview.is-active.is-ready span{opacity:1}.asset-picker-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px;background:rgba(0,0,0,.72);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.asset-picker-modal{width:min(1180px,96vw);max-height:90vh;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;grid-gap:18px;gap:18px;padding:24px;border:1px solid #30343c;border-radius:16px;background:#050505;box-shadow:0 30px 100px rgba(0,0,0,.55)}.asset-picker-actions,.asset-picker-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.asset-picker-head h3{margin:0;color:#f9fafb;font-size:22px}.asset-picker-head p{margin:6px 0 0;color:#9ca3af;font-size:13px}.asset-picker-head>button{width:34px;height:34px;border:0;background:transparent;color:#d1d5db;cursor:pointer;font-size:30px;line-height:1}.asset-picker-controls{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.asset-picker-controls button{min-width:92px;height:42px;border:1px solid #2f333b;border-radius:9px;background:#202020;color:#d1d5db;cursor:pointer;font-weight:800}.asset-picker-controls button.is-active{border-color:#57cf5d;background:#57cf5d;color:#102312}.asset-picker-controls input{width:min(320px,100%);height:42px;padding:0 14px;border:1px solid #3a3f48;border-radius:9px;background:#1c1c1c;color:#f9fafb;font:inherit}.asset-picker-grid{min-height:280px;overflow:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:16px;gap:16px;padding-right:8px}.asset-character-group{grid-column:1/-1;display:grid;grid-gap:10px;gap:10px;padding:10px 12px 12px;border:1px solid #303744;border-radius:14px;background:rgba(17,24,39,.78)}.asset-character-group-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.asset-character-group-head strong{color:#f8fafc;font-size:13px}.asset-character-group-head small{color:#94a3b8;font-size:11px;font-weight:700}.asset-character-form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:12px;gap:12px}.asset-card-title-row{display:flex;align-items:center;gap:8px;padding:0 10px}.asset-card-title-row b{flex:1 1 auto;min-width:0;padding:0}.asset-card-form-select{flex:0 0 auto;max-width:78px;min-height:20px;padding:0 18px 0 7px;border:1px solid #3b4350;border-radius:999px;background-color:#181d24;background-image:linear-gradient(45deg,transparent 50%,#cbd5e1 0),linear-gradient(135deg,#cbd5e1 50%,transparent 0);background-position:calc(100% - 9px) 7px,calc(100% - 5px) 7px;background-size:3px 3px,3px 3px;background-repeat:no-repeat;color:#e2e8f0;font-size:10px;font-weight:700;appearance:none;-webkit-appearance:none;-moz-appearance:none}.asset-card-form-select:focus{outline:0;border-color:#60a5fa}.asset-card{position:relative;overflow:hidden;display:grid;grid-gap:6px;gap:6px;padding:0 0 10px;border:2px solid #2f333b;border-radius:12px;background:#222;color:#e5e7eb;cursor:pointer;text-align:left}.asset-card.is-selected{border-color:#57cf5d;box-shadow:0 0 0 2px rgba(87,207,93,.18)}.asset-card img,.asset-card>span{width:100%;aspect-ratio:1/1;background:#111827;object-fit:cover}.asset-card>span{display:grid;place-items:center;color:#fff;font-size:32px;font-weight:900}.asset-card b,.asset-card em,.asset-card small{overflow:hidden;padding:0 10px;text-overflow:ellipsis;white-space:nowrap}.asset-card b{font-size:13px}.asset-card em{color:#9ca3af;font-size:12px;font-style:normal}.asset-card small{color:#6b7280;font-size:11px;font-weight:700}.asset-card i{position:absolute;top:8px;right:8px;width:24px;height:24px;display:grid;place-items:center;border-radius:999px;background:#57cf5d;color:#102312;font-style:normal;font-weight:900}.asset-picker-empty{grid-column:1/-1;margin:0;display:grid;place-items:center;min-height:240px;border:1px dashed #374151;border-radius:12px;color:#9ca3af}.asset-picker-actions{justify-content:flex-end}.asset-picker-actions span{margin-right:auto;color:#9ca3af;font-size:13px;font-weight:800}.storyboard-meta.compact{gap:6px}.storyboard-meta.compact span{background:#1f2937;color:#cbd5e1}.storyboard-empty{display:grid;grid-gap:4px;gap:4px;padding:22px;border:1px dashed #cbd5e1;border-radius:12px;background:#fff;text-align:center}.storyboard-empty strong{color:var(--ink);font-size:14px}.storyboard-empty p{margin:0;color:var(--muted);font-size:12px}.disabled-test-card{opacity:.82}@media (max-width:760px){.storyboard-generate-form,.storyboard-toolbar,.subject-card-grid,.subject-edit-grid,.subject-preview-grid,.test-form{grid-template-columns:1fr}.storyboard-toolbar-actions{justify-content:flex-start;padding-top:0}.storyboard-list:before{display:none}.storyboard-shot-card{grid-template-columns:1fr}.storyboard-shot-index{grid-template-columns:auto auto;justify-content:space-between}}.field-hint{color:var(--muted);font-size:12px;font-weight:500}.test-check-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.test-check-row label{min-height:34px;display:inline-flex;grid-template-columns:none;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#344054;font-size:13px;font-weight:700}.test-check-row input{width:auto;height:auto}.test-check-row .danger-confirm{border-color:#fed7aa;background:#fff7ed;color:var(--warning)}.storyboard-panel.is-fullscreen .storyboard-summary div:first-child{min-height:32px}.storyboard-panel.is-fullscreen .storyboard-summary strong{font-size:14px}.storyboard-panel.is-fullscreen .storyboard-summary small{font-size:11px}.storyboard-panel.is-fullscreen .storyboard-stats b{font-size:13px}.storyboard-panel.is-fullscreen .storyboard-stats em{font-size:9px}.storyboard-panel.is-fullscreen .storyboard-summary div:first-child strong{color:#f9fafb}.storyboard-panel.is-fullscreen .storyboard-summary div:first-child small{color:#cbd5e1}.storyboard-panel.is-fullscreen .storyboard-summary{padding:0}.storyboard-panel.is-fullscreen{gap:0}.storyboard-panel.is-fullscreen .storyboard-board{border-top:0}.storyboard-panel.is-fullscreen .storyboard-board-head span{min-height:32px;font-size:12px}.storyboard-panel.is-fullscreen .storyboard-board-rows{max-height:calc(100vh - 66px);gap:0;padding-top:0}.storyboard-panel.is-fullscreen .storyboard-board-row{border-top:0;border-radius:0}.storyboard-board-head{padding-left:0;grid-template-columns:44px minmax(180px,.85fr) 86px minmax(260px,1.25fr) minmax(260px,1.45fr) minmax(240px,1.1fr) minmax(260px,1.2fr)}.storyboard-board-head:before{content:"";min-height:48px;border-right:1px solid #2a2f38}.storyboard-panel.is-fullscreen .storyboard-board-head:before{min-height:32px}.storyboard-panel.is-fullscreen .storyboard-board-rows{padding:0}.storyboard-panel.is-fullscreen .storyboard-board-head,.storyboard-panel.is-fullscreen .storyboard-board-row{min-width:1360px;grid-template-columns:44px minmax(180px,.85fr) 86px minmax(260px,1.25fr) minmax(260px,1.45fr) minmax(240px,1.1fr) minmax(260px,1.2fr)}.storyboard-board-rows{padding:0}.storyboard-board-row{border-left:0;border-right:0;border-radius:0}.storyboard-board-row:first-child{border-top:0}.storyboard-board-row:last-child{border-bottom:0}.storyboard-panel.is-fullscreen{grid-template-rows:minmax(0,1fr);overflow:auto}.storyboard-panel.is-fullscreen .storyboard-summary{position:static}.storyboard-panel.is-fullscreen .storyboard-board{min-height:100vh;height:auto;overflow:visible}.storyboard-panel.is-fullscreen .storyboard-board-head{position:-webkit-sticky;position:sticky;top:0;z-index:30}.storyboard-panel.is-fullscreen .storyboard-board-rows{max-height:none;overflow:visible}.storyboard-board-row{max-height:320px}.storyboard-cell{max-height:318px;overflow:hidden}.storyboard-cell-text textarea{overflow:auto}.storyboard-board-row{max-height:260px}.storyboard-cell{max-height:258px}.storyboard-media-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.storyboard-history-button{height:32px;border:1px solid #374151;border-radius:7px;background:#1f2937;color:#e5e7eb;cursor:pointer;font-size:12px;font-weight:800}.storyboard-history-button:hover:not(:disabled){border-color:#93c5fd;color:#f9fafb}.storyboard-history-button:disabled{cursor:not-allowed;opacity:.62}.media-history-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px;background:rgba(15,23,42,.58)}.media-history-dialog{position:relative;width:min(1040px,94vw)}.media-history-dialog,.speech-history-dialog{max-height:88vh;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border:1px solid #263241;border-radius:18px;background:#0f141b;box-shadow:0 28px 100px rgba(0,0,0,.42)}.speech-history-dialog{width:min(980px,94vw)}.media-history-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-bottom:1px solid #253041}.media-history-head div{display:grid;grid-gap:4px;gap:4px}.media-history-head strong{color:#f8fafc;font-size:16px;font-weight:900}.media-history-head small{color:#94a3b8;font-size:12px;font-weight:700}.media-history-head button{height:32px;border:1px solid #475569;border-radius:8px;background:#111827;color:#e5e7eb;cursor:pointer;font-size:12px;font-weight:850}.media-history-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:12px;gap:12px;overflow:auto;padding:14px}.speech-history-list{display:grid;grid-gap:10px;gap:10px;overflow:auto;padding:14px}.speech-history-item{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:start;padding:12px;border:1px solid #273244;border-radius:12px;background:#111827}.speech-history-item.is-selected{border-color:#57cf5d;box-shadow:0 0 0 2px rgba(87,207,93,.16)}.speech-history-item-main{min-width:0;display:grid;grid-gap:8px;gap:8px}.speech-history-item-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.speech-history-item-meta b{color:#f8fafc;font-size:12px;font-weight:800}.speech-history-item-meta em,.speech-history-item-meta span{color:#94a3b8;font-size:11px;font-style:normal;font-weight:700}.speech-history-item-meta em{color:#57cf5d}.speech-history-item audio{width:100%;height:30px}.speech-history-item p{margin:0;color:#cbd5e1;font-size:12px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.speech-history-error{color:#fca5a5;font-size:11px;font-weight:700}.speech-history-actions{display:flex;align-items:center}.speech-history-actions button{height:30px;padding:0 12px;border:0;border-radius:8px;background:#57cf5d;color:#102312;cursor:pointer;font-size:12px;font-weight:900}.speech-history-actions button:disabled{cursor:not-allowed;opacity:.68}.media-history-card{display:grid;grid-gap:9px;gap:9px;align-content:start;border:1px solid #273244;border-radius:12px;padding:9px;background:#111827}.media-history-card.is-selected{border-color:#57cf5d;box-shadow:0 0 0 2px rgba(87,207,93,.16)}.media-history-card img,.media-history-card video,.media-history-placeholder{width:100%;height:150px;border-radius:9px;background:#0b0f15;object-fit:cover}.media-history-card img{cursor:zoom-in}.media-history-placeholder{display:grid;place-items:center;color:#94a3b8;font-size:12px;font-weight:850}.media-history-info{display:grid;grid-gap:4px;gap:4px;min-width:0}.media-history-info b,.media-history-info p,.media-history-info small{overflow:hidden;text-overflow:ellipsis}.media-history-info b{color:#e5e7eb;font-size:12px;white-space:nowrap}.media-history-info small{color:#94a3b8;font-size:11px;white-space:nowrap}.media-history-info p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;color:#cbd5e1;font-size:11px;line-height:1.45}.media-history-card>button{height:30px;border:0;border-radius:8px;background:#57cf5d;color:#102312;cursor:pointer;font-size:12px;font-weight:900}.media-history-card>button:disabled{cursor:not-allowed;opacity:.68}.media-history-empty{min-height:180px;display:grid;place-items:center;grid-column:1/-1;border:1px dashed #334155;border-radius:12px;color:#94a3b8;font-size:13px;font-weight:800}.media-history-preview-modal{position:fixed;inset:0;z-index:81;display:grid;place-items:center;padding:28px;pointer-events:none}.media-history-preview{position:relative;display:grid;grid-gap:10px;gap:10px;width:min(960px,calc(100vw - 80px));max-height:calc(100vh - 80px);padding:14px;border:1px solid rgba(148,163,184,.28);border-radius:18px;background:rgba(2,6,23,.965);box-shadow:0 30px 120px rgba(0,0,0,.56)}.media-history-preview img{width:100%;max-height:calc(100vh - 150px);border-radius:12px;background:#020617;object-fit:contain}.media-history-preview span{color:#cbd5e1;font-size:12px;font-weight:700;line-height:1.4;text-align:center}.storyboard-reference-cell{min-height:0}.storyboard-reference-cell .storyboard-ref-grid{max-height:190px;overflow-y:auto;padding-right:2px}.storyboard-reference-cell .storyboard-mini-button{align-self:end}.storyboard-panel.is-fullscreen{grid-template-rows:auto minmax(0,1fr)}.storyboard-media-pane{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 54px;grid-gap:8px;gap:8px}.storyboard-media-pane>.storyboard-image-placeholder,.storyboard-media-pane>.storyboard-video-placeholder,.storyboard-media-pane>img,.storyboard-media-pane>video{min-width:0}.storyboard-history-strip{height:126px;min-height:0;max-height:126px;display:grid;align-content:start;align-self:start;grid-gap:6px;gap:6px;overflow-y:auto;padding-right:2px;scrollbar-gutter:stable}.storyboard-history-strip button{width:48px;height:48px;overflow:hidden;border:1px solid #374151;border-radius:7px;padding:0;background:#111827;cursor:pointer}.storyboard-history-strip button.is-selected{border-color:#57cf5d;box-shadow:0 0 0 2px rgba(87,207,93,.2)}.storyboard-history-strip img,.storyboard-history-strip video{width:100%;height:100%;display:block;object-fit:cover}.storyboard-history-strip span{width:48px;min-height:48px;display:grid;place-items:center;border:1px dashed #374151;border-radius:7px;color:#6b7280;font-size:10px;font-weight:800;text-align:center}.storyboard-media-pane:not(:has(.storyboard-history-strip)){grid-template-columns:minmax(0,1fr)}.admin-tabs{display:flex;gap:8px;margin-bottom:14px}.admin-tabs a{min-height:36px;display:inline-flex;align-items:center;border:1px solid var(--soft-line);border-radius:999px;padding:0 14px;background:#fff;color:var(--muted);font-size:13px;font-weight:800;text-decoration:none}.admin-tabs a.is-active{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.prompt-workflow-layout{display:grid;grid-template-columns:300px minmax(0,1fr);grid-gap:16px;gap:16px}.prompt-workflow-detail,.prompt-workflow-sidebar{min-width:0;border:1px solid var(--soft-line);border-radius:14px;background:#fff}.prompt-workflow-sidebar{overflow:hidden}.workflow-sidebar-head{display:grid;grid-gap:4px;gap:4px;padding:14px;border-bottom:1px solid var(--soft-line);background:#f8fafc}.workflow-node-hero h3,.workflow-section-title strong,.workflow-sidebar-head strong{color:var(--ink);font-weight:900}.workflow-node-hero p,.workflow-section-title small,.workflow-sidebar-head small{color:var(--muted);font-size:12px;font-weight:650;line-height:1.45}.workflow-node-group{display:grid;grid-gap:8px;gap:8px;padding:12px}.workflow-node-group>span{color:#64748b;font-size:11px;font-weight:900;letter-spacing:.08em}.workflow-node-group button{display:grid;grid-template-columns:34px minmax(0,1fr);grid-gap:2px 10px;gap:2px 10px;align-items:center;border:1px solid #e5e7eb;border-radius:11px;padding:10px;background:#fff;color:var(--ink);cursor:pointer;text-align:left}.workflow-node-group button.is-active{border-color:#93c5fd;background:#eff6ff;box-shadow:0 0 0 2px rgba(147,197,253,.16)}.workflow-node-group i{grid-row:span 2;width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#0f172a;color:#f8fafc;font-size:11px;font-style:normal;font-weight:900}.workflow-node-group b,.workflow-prompt-card b{overflow:hidden;color:var(--ink);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.workflow-node-group small{overflow:hidden;color:#64748b;font-size:11px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.prompt-workflow-detail{display:grid;grid-gap:14px;gap:14px;padding:16px}.workflow-node-hero{display:flex;justify-content:space-between;gap:16px;border:1px solid #e2e8f0;border-radius:14px;padding:14px;background:linear-gradient(180deg,#fff,#f8fafc)}.workflow-node-hero span{color:#2563eb;font-size:11px;font-weight:950;letter-spacing:.06em}.workflow-node-hero h3{margin:4px 0 6px;font-size:20px}.workflow-io-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.workflow-pill-group{display:grid;grid-gap:8px;gap:8px;border:1px solid #e2e8f0;border-radius:12px;padding:12px;background:#f8fafc}.workflow-pill-group strong{color:#334155;font-size:12px;font-weight:900}.workflow-pill-group div{display:flex;flex-wrap:wrap;gap:6px}.workflow-pill-group em,.workflow-pill-group span{border-radius:999px;padding:4px 8px;background:#fff;color:#475569;font-size:11px;font-style:normal;font-weight:750}.workflow-missing-prompts{border:1px solid #fed7aa;border-radius:12px;padding:12px;background:#fff7ed;color:#9a3412}.workflow-prompt-list,.workflow-prompt-section{display:grid;grid-gap:10px;gap:10px}.workflow-section-title{display:flex;justify-content:space-between;gap:12px;align-items:center}.workflow-section-title code{border-radius:999px;padding:5px 8px;background:#f1f5f9;color:#475569;font-size:11px}.workflow-prompt-card{display:grid;grid-template-columns:minmax(0,1fr) auto auto;grid-gap:12px;gap:12px;align-items:center;border:1px solid #e2e8f0;border-radius:12px;padding:12px}.workflow-prompt-card code{display:block;margin:4px 0;color:#2563eb;font-size:12px}.workflow-prompt-card p{margin:0;color:#64748b;font-size:12px}.workflow-prompt-actions,.workflow-prompt-meta{display:flex;flex-wrap:wrap;gap:6px;align-items:center;justify-content:flex-end}.workflow-prompt-meta span,.workflow-prompt-meta strong{border-radius:999px;padding:4px 8px;background:#f1f5f9;color:#475569;font-size:11px;font-weight:800}.workflow-prompt-actions a{color:var(--primary);font-size:12px;font-weight:850;text-decoration:none}.workflow-empty{margin:0;border:1px dashed #cbd5e1;border-radius:12px;padding:24px;color:#64748b;text-align:center}.workflow-config-card{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:end;border:1px solid #dbeafe;border-radius:14px;padding:12px;background:#f8fbff}.workflow-config-card label{display:grid;grid-gap:6px;gap:6px;color:#334155;font-size:12px;font-weight:850}.workflow-config-card select{width:100%;height:36px;border:1px solid #bfdbfe;border-radius:9px;padding:0 10px;background:#fff;color:#0f172a;font:inherit;font-size:13px}.workflow-config-card button{height:36px;border:0;border-radius:9px;padding:0 14px;background:#1d4ed8;color:#fff;cursor:pointer;font-size:13px;font-weight:900}.workflow-config-card button:disabled{cursor:not-allowed;opacity:.55}.workflow-config-card .form-message{grid-column:1/-1;margin:0}@media (max-width:980px){.prompt-workflow-layout,.workflow-io-grid,.workflow-prompt-card{grid-template-columns:1fr}}.workflow-current-prompt{display:grid;grid-template-columns:120px minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;border:1px solid #bfdbfe;border-radius:14px;padding:12px 14px;background:linear-gradient(180deg,#eff6ff,#f8fbff)}.workflow-current-prompt>span{width:max-content;border-radius:999px;padding:5px 8px;background:#1d4ed8;color:#fff;font-size:11px;font-weight:950}.workflow-current-prompt div{min-width:0;display:grid;grid-gap:4px;gap:4px}.workflow-current-prompt strong{color:#0f172a;font-size:15px;font-weight:950}.workflow-current-prompt code{width:-moz-fit-content;width:fit-content;border-radius:7px;padding:3px 6px;background:#dbeafe;color:#1d4ed8;font-size:12px;font-weight:850}.workflow-current-prompt p{margin:0;color:#475569;font-size:12px;font-weight:750}.workflow-current-actions{display:flex!important;flex-direction:row;gap:8px!important;justify-content:flex-end}.workflow-current-actions a{min-height:30px;display:inline-flex;align-items:center;border:1px solid #bfdbfe;border-radius:8px;padding:0 10px;background:#fff;color:#1d4ed8;font-size:12px;font-weight:900;text-decoration:none;white-space:nowrap}.workflow-prompt-card.is-current{border-color:#93c5fd;background:#eff6ff}.workflow-prompt-card b{display:flex;align-items:center;gap:8px}.workflow-prompt-card b span{border-radius:999px;padding:2px 6px;background:#1d4ed8;color:#fff;font-size:10px;font-weight:950}@media (max-width:980px){.workflow-current-prompt{grid-template-columns:1fr}.workflow-current-actions{justify-content:flex-start}}.submit-prompt-backdrop{position:fixed;inset:0;z-index:90;display:grid;place-items:center;padding:24px;background:rgba(15,23,42,.62)}.submit-prompt-dialog{width:min(980px,94vw);max-height:88vh;display:grid;grid-template-rows:auto minmax(260px,1fr) auto;overflow:hidden;border:1px solid #263241;border-radius:18px;background:#0f141b;box-shadow:0 28px 100px rgba(0,0,0,.42)}.submit-prompt-actions,.submit-prompt-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid #253041}.submit-prompt-actions{justify-content:space-between;border-top:1px solid #253041;border-bottom:0}.submit-prompt-optimize,.submit-prompt-save-actions{display:flex;align-items:center;gap:8px}.submit-prompt-optimize{flex:1 1;min-width:0}.submit-prompt-optimize-fields{display:grid;flex:1 1;min-width:0;grid-gap:4px;gap:4px}.submit-prompt-optimize input{width:min(420px,100%);height:32px;border:1px solid #334155;border-radius:8px;padding:0 10px;outline:0;background:#0b0f15;color:#e5e7eb;font-size:12px;font-weight:700}.submit-prompt-optimize input::placeholder{color:#64748b}.submit-prompt-optimize small{color:#94a3b8;font-size:11px;font-weight:700}.submit-prompt-head div{display:grid;grid-gap:4px;gap:4px}.submit-prompt-head strong{color:#f8fafc;font-size:16px;font-weight:900}.submit-prompt-head small{color:#94a3b8;font-size:12px;font-weight:700}.submit-prompt-actions button,.submit-prompt-head button{min-height:32px;border:1px solid #475569;border-radius:8px;padding:0 12px;background:#111827;color:#e5e7eb;cursor:pointer;font-size:12px;font-weight:850}.submit-prompt-actions button:disabled{cursor:not-allowed;opacity:.55}.submit-prompt-dialog textarea{width:100%;height:100%;min-height:360px;resize:none;border:0;outline:0;padding:16px;background:#0b0f15;color:#e5e7eb;font:inherit;font-size:13px;line-height:1.65}.auth-loading{place-items:center;color:var(--muted);background:var(--bg)}.auth-loading,.login-screen{min-height:100vh;display:grid}.login-screen{place-items:center;padding:32px;background:linear-gradient(90deg,rgba(37,99,235,.06) 1px,transparent 1px),linear-gradient(rgba(37,99,235,.05) 1px,transparent 1px),var(--bg);background-size:36px 36px}.login-shell{width:min(980px,100%);min-height:600px;display:grid;grid-template-columns:340px minmax(0,1fr);overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--panel);box-shadow:var(--shadow)}.login-side{display:flex;flex-direction:column;justify-content:space-between;gap:32px;padding:26px;border-right:1px solid var(--line);background:radial-gradient(circle at 20% 16%,rgba(37,99,235,.16),transparent 30%),linear-gradient(180deg,#ffffff,#f8fafc)}.login-brand{display:flex;align-items:center;gap:12px}.login-brand small,.login-brand strong{display:block}.login-brand strong{font-size:15px}.login-brand small{color:var(--muted);font-size:12px}.login-card-head span,.login-side-copy span{color:var(--primary);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.login-side-copy h1{margin:12px 0 10px;color:#111827;font-size:42px;letter-spacing:-.05em}.login-card-head p,.login-side-copy p{margin:0;color:var(--muted);line-height:1.7}.login-side-list{display:grid;grid-gap:10px;gap:10px}.login-side-list span{display:flex;align-items:center;min-height:38px;padding:0 12px;border:1px solid var(--soft-line);border-radius:10px;background:#fff;color:#344054;font-size:13px;font-weight:700}.login-card{width:min(440px,100%);align-self:center;justify-self:center;display:grid;grid-gap:24px;gap:24px;padding:28px}.login-card-head h2{margin:10px 0 8px;color:#111827;font-size:30px;letter-spacing:-.04em}.login-form{display:grid;grid-gap:14px;gap:14px}.login-form label{display:grid;grid-gap:7px;gap:7px;color:var(--muted);font-size:13px;font-weight:700}.login-form input,.user-edit-row input,.user-edit-row select{width:100%;min-height:40px;padding:0 11px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink);font:inherit}.login-form input:focus,.user-edit-row input:focus,.user-edit-row select:focus{outline:2px solid rgba(37,99,235,.18);border-color:#93c5fd}.login-form .primary-button{min-height:42px;margin-top:2px}@media (max-width:760px){.login-screen{padding:18px}.login-shell{grid-template-columns:1fr;min-height:0}.login-side{border-right:0;border-bottom:1px solid var(--line)}.login-side-list{grid-template-columns:repeat(3,minmax(0,1fr))}.login-card{justify-self:stretch}}.user-table .admin-table-row{min-width:1420px;grid-template-columns:1.2fr .9fr .82fr .62fr .68fr .55fr .6fr 1.8fr}.user-edit-row{align-items:center}.user-edit-row button{width:100%}.user-filter-bar{grid-template-columns:.75fr .75fr .8fr 1.25fr auto}.user-account-type-cell{min-width:0;padding:9px 10px;border:1px solid var(--line);border-radius:9px;background:#f8fafc}.user-account-type-cell b{color:#111827;font-size:13px}.user-account-type-cell p{margin:4px 0 0;overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.user-account-type-cell.is-primary{border-color:#bbf7d0;background:#f0fdf4}.user-account-type-cell.is-primary b{color:#047857}.user-account-type-cell.is-sub{border-color:#dbeafe;background:#eff6ff}.user-account-type-cell.is-sub b{color:#1d4ed8}.user-points-cell{display:flex;align-items:baseline;gap:5px;min-height:40px;padding:9px 11px;border:1px solid var(--line);border-radius:9px;background:#f8fafc}.user-points-cell b{color:#111827}.user-points-cell small{color:var(--muted);font-size:12px}.user-row-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.user-row-actions>*{width:100%}.user-points-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px;background:rgba(15,23,42,.42)}.user-points-dialog{width:min(480px,100%);display:grid;grid-gap:14px;gap:14px;padding:18px;border-radius:16px;background:#fff;box-shadow:0 24px 70px rgba(15,23,42,.26)}.user-points-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.user-points-dialog-head strong{display:block;color:#111827;font-size:17px}.user-points-dialog-head small{display:block;margin-top:4px;color:var(--muted);font-size:12px}.user-points-dialog label{display:grid;grid-gap:7px;gap:7px;color:var(--muted);font-size:13px;font-weight:700}.user-points-dialog input,.user-points-dialog textarea{width:100%;padding:10px 11px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink);font:inherit}.user-points-dialog input{min-height:40px}.user-points-dialog textarea{resize:vertical}.user-points-dialog p{margin:0;color:var(--muted);font-size:12px}@media (max-width:980px){.user-filter-bar,.user-table .admin-table-row{grid-template-columns:1fr}.user-row-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}.billing-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);grid-gap:20px;gap:20px;align-items:start}.billing-editor-card,.billing-list-card{min-width:0}.billing-segmented{margin-bottom:16px}.billing-config-list{display:grid;grid-gap:12px;gap:12px}.billing-config-card{display:grid;grid-gap:10px;gap:10px;padding:14px;border:1px solid var(--soft-line);border-radius:12px;background:#fff}.billing-config-card.is-active{border-color:#bfdbfe;background:var(--primary-soft)}.billing-config-card strong{display:block;color:#111827}.billing-config-card p{margin:4px 0 0;color:var(--muted);font-size:13px}.billing-card-actions,.billing-preview,.billing-price-line{display:flex;align-items:center;justify-content:space-between;gap:10px}.billing-price-line span{color:#344054;font-size:13px;font-weight:800}.billing-config-card code{display:block;padding:8px 10px;border-radius:8px;background:#f9fafb;color:#475467;font-size:12px;white-space:normal}.billing-card-actions button,.billing-form .form-footer button:not(.primary-button){min-height:32px;padding:0 10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#344054;cursor:pointer}.billing-switch-row{width:-moz-fit-content;width:fit-content;align-self:end;display:inline-flex;grid-auto-flow:column;min-height:38px}.form-grid .billing-switch-row input[type=checkbox]{width:16px;height:16px;padding:0;margin:0;border-radius:4px}.billing-preview{margin:14px 0;padding:12px;border:1px solid var(--soft-line);border-radius:10px;background:#f9fafb}.billing-preview strong{color:#111827;font-size:13px}.billing-preview p{margin:0;color:var(--muted);font-size:13px}@media (max-width:1120px){.billing-grid{grid-template-columns:1fr}}@media (max-width:680px){.billing-card-actions,.billing-preview,.billing-price-line{align-items:flex-start;flex-direction:column}}.billing-effective-card span,.billing-live-badge{background:#ecfdf3;color:var(--success)}.billing-live-badge{display:inline-flex;align-items:center;min-height:22px;margin-left:8px;padding:0 8px;border-radius:999px;font-size:12px;font-style:normal;font-weight:800}.billing-card-actions button:disabled{cursor:not-allowed;opacity:.55}.billing-transactions-card{margin-top:20px}.billing-transactions-card .action-row button,.billing-transactions-card .action-row select{min-height:34px;padding:0 10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#344054;font:inherit}.billing-transaction-table .admin-table-row{grid-template-columns:1.15fr 1.1fr 1.1fr .55fr .75fr .55fr .9fr}.billing-transaction-table strong{color:#111827}@media (max-width:1180px){.billing-transaction-table .admin-table-row{grid-template-columns:1fr}}.billing-filter-bar{grid-template-columns:.8fr .65fr 1.1fr auto}.billing-transaction-filter{grid-template-columns:repeat(4,minmax(0,1fr)) auto}.billing-transactions-card>.section-title>button{min-height:34px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#344054;cursor:pointer}.billing-transaction-table .admin-table-row{grid-template-columns:1.05fr 1.05fr 1.05fr .5fr .7fr 1fr .85fr}@media (max-width:1180px){.billing-filter-bar,.billing-transaction-filter{grid-template-columns:1fr 1fr}.billing-transaction-table .admin-table-row{grid-template-columns:1fr}}@media (max-width:680px){.billing-filter-bar,.billing-transaction-filter{grid-template-columns:1fr}}.price-sku-table .admin-table-row{grid-template-columns:1.45fr .8fr .8fr 1fr .55fr 1.2fr}.price-sku-row.is-active{background:var(--primary-soft)}.price-sku-row code{white-space:normal}.price-sku-row .row-actions{justify-content:flex-start}.price-sku-row .row-actions button{min-height:30px;padding:0 8px;border:1px solid var(--line);border-radius:7px;background:#fff;color:#344054;cursor:pointer;font-size:12px}.price-sku-row .row-actions button:disabled{cursor:not-allowed;opacity:.55}@media (max-width:1180px){.price-sku-table .admin-table-row{grid-template-columns:1fr}}.price-value{color:#111827;font-size:16px;font-weight:900}.price-value small{color:var(--muted);font-size:12px;font-weight:700}.price-sku-table .admin-table-head span:nth-child(3){color:var(--primary)}.price-editor-backdrop{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:24px;background:rgba(15,23,42,.36)}.price-editor-dialog{width:min(720px,100%);max-height:min(760px,calc(100vh - 48px));overflow:auto;display:grid;grid-gap:18px;gap:18px;padding:22px;border-radius:16px;background:#fff;box-shadow:0 28px 80px rgba(15,23,42,.28)}.price-editor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:14px;border-bottom:1px solid var(--soft-line)}.price-editor-head strong{display:block;color:#111827;font-size:18px}.price-editor-head p{margin:6px 0 0;color:var(--muted);font-size:13px}.price-editor-dialog .form-footer button:not(.primary-button),.price-editor-head button{min-height:34px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#344054;cursor:pointer}.price-sku-table .admin-table-head span:last-child{text-align:right}.price-sku-row>.row-actions{justify-content:flex-end}.prompt-seed-action{display:inline-flex;align-items:center;gap:8px}.prompt-seed-action small{max-width:220px;overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.prompt-seed-action small.is-error{color:var(--danger)}.prompt-ops-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);grid-gap:20px;gap:20px;align-items:start}.prompt-test-switch{align-self:end;min-height:36px}.prompt-test-footer{align-items:flex-start;display:grid;grid-template-columns:minmax(0,1fr) auto}.prompt-test-footer .form-message{min-width:0}.prompt-test-actions{flex-wrap:nowrap;justify-content:flex-end}.prompt-test-actions button{min-height:34px;padding-inline:10px;white-space:nowrap}.prompt-test-output{display:grid;grid-gap:8px;gap:8px;margin-top:14px}.prompt-test-output strong{color:#111827;font-size:14px}.prompt-test-output pre{max-height:320px;overflow:auto;margin:0;padding:14px;border:1px solid var(--soft-line);border-radius:10px;background:#0f172a;color:#dbeafe;font-size:12px;line-height:1.7;white-space:pre-wrap}.prompt-record-filter{grid-template-columns:1fr}.prompt-record-table .admin-table-row{grid-template-columns:1.2fr .85fr .55fr .55fr .55fr .9fr .45fr}.prompt-record-table .text-button{min-height:28px;padding:0 8px}.prompt-record-modal-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px;background:rgba(15,23,42,.42)}.prompt-record-modal{width:min(960px,100%);max-height:min(86vh,900px);overflow:auto;display:grid;grid-gap:14px;gap:14px;padding:18px;border-radius:16px;background:#fff;box-shadow:0 24px 70px rgba(15,23,42,.26)}.prompt-record-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.prompt-record-modal-head strong{display:block;color:#111827;font-size:17px}.prompt-record-modal-head small{display:block;margin-top:4px;color:var(--muted);font-size:12px}.prompt-record-modal-head button{height:32px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#344054;cursor:pointer}.prompt-record-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.prompt-record-detail-grid span{min-width:0;overflow:hidden;padding:8px 10px;border-radius:9px;background:#f9fafb;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.prompt-record-detail-grid b{color:#344054}@media (max-width:1120px){.prompt-ops-grid,.prompt-test-footer{grid-template-columns:1fr}.prompt-test-actions{justify-content:flex-start}}@media (max-width:780px){.prompt-record-detail-grid,.prompt-record-table .admin-table-row{grid-template-columns:1fr}.prompt-test-actions{flex-wrap:wrap}}.status-dry-run{background:#eff6ff;color:var(--primary)}.dashboard-error-card span{background:#fef2f2;color:var(--danger)}.dashboard-mini-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;margin-bottom:14px}.dashboard-mini-stat{display:grid;grid-gap:5px;gap:5px;padding:12px;border:1px solid var(--soft-line);border-radius:10px;background:#f9fafb}.dashboard-mini-stat span{color:var(--muted);font-size:12px;font-weight:700}.dashboard-mini-stat strong{color:#111827;font-size:18px}.dashboard-transaction-table .table-row{grid-template-columns:.8fr 1.1fr 1.25fr .65fr .85fr}@media (max-width:980px){.dashboard-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-transaction-table .table-row{grid-template-columns:1fr}}.billing-transaction-title{align-items:center}.billing-transaction-summary{display:inline-flex;align-items:center;gap:10px;color:var(--muted);font-size:13px}.billing-transaction-summary strong{color:#111827;font-size:18px}.billing-transaction-list{display:grid;grid-gap:10px;gap:10px}.point-transaction-table .admin-table-row{min-width:1280px;grid-template-columns:1.15fr .85fr .65fr .75fr 1.15fr 1.3fr .9fr}.point-transaction-row{align-items:center}.point-action-cell,.point-relation-cell,.point-user-cell{display:grid;grid-gap:4px;gap:4px;min-width:0}.point-action-cell b,.point-user-cell b{overflow:hidden;color:#111827;text-overflow:ellipsis;white-space:nowrap}.point-action-cell small,.point-relation-cell small,.point-user-cell small{overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.point-amount{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;min-width:78px;min-height:30px;padding:0 10px;border-radius:999px;font-weight:900}.point-amount.is-positive{background:#ecfdf3;color:var(--success)}.point-amount.is-negative{background:#fef2f2;color:var(--danger)}.point-note-cell{overflow:hidden;color:#344054;text-overflow:ellipsis;white-space:nowrap}.billing-transaction-item{display:grid;grid-gap:10px;gap:10px;padding:14px;border:1px solid var(--soft-line);border-radius:12px;background:#fff}.billing-transaction-item:hover{border-color:#dbeafe;background:#fbfdff}.billing-pagination,.billing-transaction-main,.billing-transaction-meta,.billing-transaction-note{display:flex;align-items:center;justify-content:space-between;gap:12px}.billing-transaction-main strong{display:block;color:#111827;font-size:15px}.billing-pagination,.billing-transaction-main p,.billing-transaction-note{margin:4px 0 0;color:var(--muted);font-size:13px}.billing-transaction-main>span{flex:0 0 auto;padding:6px 10px;border-radius:999px;background:#ecfdf3;color:var(--success);font-weight:900}.billing-transaction-meta{justify-content:flex-start;flex-wrap:wrap}.billing-transaction-meta span{padding:5px 8px;border-radius:8px;background:#f9fafb;color:var(--muted);font-size:12px}.billing-transaction-meta b{color:#344054}.billing-transaction-note em{color:#475467;font-style:normal}.billing-pagination{margin-top:14px;padding-top:14px;border-top:1px solid var(--soft-line)}.billing-pagination div{display:flex;gap:8px}.billing-pagination button:disabled{cursor:not-allowed;opacity:.55}@media (max-width:760px){.billing-pagination,.billing-transaction-main,.billing-transaction-note,.billing-transaction-summary,.billing-transaction-title{align-items:flex-start;flex-direction:column}}.operation-filter-bar{grid-template-columns:repeat(5,minmax(0,1fr)) auto}.operation-title{align-items:center}.operation-load-badge{max-width:460px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:7px 10px;border-radius:999px;background:#f8fafc;color:var(--muted);font-size:12px;font-weight:700}.operation-load-badge.is-loading{background:var(--primary-soft);color:var(--primary)}.operation-table .admin-table-row{grid-template-columns:1.25fr 1fr 1.15fr 1fr .75fr 1fr}.operation-table .admin-table-row>span{min-width:0}.operation-table-generation-tasks .admin-table-row{min-width:1420px;grid-template-columns:1.45fr 1fr 1fr 1.15fr .65fr .8fr 1.05fr}.operation-table-media-mirror-jobs .admin-table-row{grid-template-columns:1.15fr .9fr 1.25fr 1fr .65fr .85fr .45fr}.operation-main-cell,.operation-meta-stack,.operation-task-billing,.operation-task-cell,.operation-task-model,.operation-task-scope,.operation-user-cell{display:grid;grid-gap:4px;gap:4px;min-width:0}.operation-main-cell b,.operation-task-cell b,.operation-task-model b,.operation-task-scope b,.operation-user-cell b{overflow:hidden;color:#111827;text-overflow:ellipsis;white-space:nowrap}.operation-main-cell small,.operation-meta-stack small,.operation-task-cell em,.operation-task-cell small,.operation-task-model small,.operation-task-scope small,.operation-user-cell small{overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.operation-task-cell em{padding:4px 7px;border-radius:7px;background:#f8fafc;color:#475467;font-style:normal}.operation-task-cell em.is-error{background:#fef2f2;color:var(--danger)}.operation-task-model small{width:-moz-fit-content;width:fit-content;padding:3px 7px;border-radius:999px;background:#eff6ff;color:var(--primary);font-weight:800}.operation-task-billing code,.operation-task-billing em{width:-moz-fit-content;width:fit-content;min-height:26px;display:inline-flex;align-items:center;padding:0 8px;border-radius:8px;background:#f8fafc;color:#344054;font-size:12px;font-style:normal}.operation-task-billing em{color:var(--muted)}.operation-status{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;min-height:26px;padding:0 9px;border-radius:999px;font-size:12px;font-weight:800}.operation-status.is-success{background:#ecfdf3;color:var(--success)}.operation-status.is-failed{background:#fef2f2;color:var(--danger)}.operation-status.is-processing{background:#eff6ff;color:var(--primary)}.operation-status.is-pending{background:#fffbeb;color:var(--warning)}.operation-long-text,.operation-url-cell{display:block;max-width:100%;overflow:hidden;color:#344054;text-overflow:ellipsis;white-space:nowrap}.operation-url-cell{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--primary);font-size:12px;font-weight:700}.operation-url-cell-wrap{display:block;min-width:0}.operation-url-preview{position:fixed;z-index:500;width:min(400px,calc(100vw - 32px));max-height:min(320px,calc(100vh - 32px));overflow:hidden;padding:10px;border:1px solid #dbeafe;border-radius:14px;background:rgba(255,255,255,.98);box-shadow:0 22px 60px rgba(15,23,42,.22);pointer-events:none}.operation-url-preview-head{display:grid;grid-gap:3px;gap:3px;margin-bottom:8px}.operation-url-preview-head strong{color:#111827;font-size:13px}.operation-url-preview-head small{overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.operation-url-preview img,.operation-url-preview video{width:100%;max-height:250px;display:block;object-fit:contain;border-radius:10px;background:#0f172a}.operation-url-preview-text{max-height:240px;overflow:hidden;padding:12px;border-radius:10px;background:#f8fafc;color:#344054;font-size:12px;line-height:1.6;overflow-wrap:anywhere}.operation-row-actions{justify-content:flex-end}.operation-empty{margin-top:14px}.operation-pagination{margin-top:16px}@media (max-width:1280px){.operation-filter-bar{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:980px){.operation-table .admin-table-row,.operation-table-generation-tasks .admin-table-row,.operation-table-media-mirror-jobs .admin-table-row{grid-template-columns:1fr}.operation-filter-bar{grid-template-columns:1fr 1fr}}@media (max-width:680px){.operation-pagination,.operation-title{align-items:flex-start;flex-direction:column}.operation-filter-bar{grid-template-columns:1fr}.operation-load-badge{max-width:100%}}