: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)}.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)}.sidebar-toolbar{display:flex;padding:0 8px 10px;border-bottom:1px solid var(--line);margin-bottom:12px}.sidebar-expand-all{flex:0 0 auto;height:28px;padding:0 10px;border:1px solid var(--line);border-radius:6px;background:#fff;color:#475467;font-size:12px;font-weight:600;cursor:pointer;transition:background .16s ease,color .16s ease,border-color .16s ease}.sidebar-expand-all:hover{border-color:#bfdbfe;background:var(--primary-soft);color:var(--primary)}.nav-list{display:grid;grid-gap:4px;gap:4px;overflow-y:auto;padding-right:2px}.nav-section{display:grid;grid-gap:0;gap:0}.nav-section-title{width:100%;display:flex;align-items:center;gap:8px;padding:10px 12px;border:0;background:transparent;color:#475467;font-size:12px;font-weight:700;letter-spacing:.04em;text-align:left;text-transform:uppercase;cursor:pointer;border-radius:8px;transition:background .16s ease,color .16s ease}.nav-section-title:hover{background:#f8fafc;color:var(--primary)}.nav-section-chevron{width:12px;flex:0 0 auto;color:#98a2b3;font-size:12px;transition:transform .16s ease}.nav-section-items{display:grid;grid-gap:2px;gap:2px;padding:2px 0 6px 18px}.nav-list a{display:flex;align-items:center;gap:10px;min-height:38px;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:grid;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,.sidebar-collapsed .sidebar-toolbar{display:none}.sidebar-collapsed .sidebar-toggle{position:absolute;top:52px;right:-15px;z-index:2;box-shadow:var(--shadow)}.sidebar-collapsed .nav-list{display:grid;grid-template-columns:1fr;grid-gap:6px;gap:6px;align-content:start;padding-right:0}.sidebar-collapsed .nav-section,.sidebar-collapsed .nav-section-items{display:contents}.sidebar-collapsed .nav-list a{justify-content:center;padding:0;min-height:42px}.sidebar-collapsed .nav-icon{width:42px;height:42px;border-radius:10px;font-size:14px}.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);gap:16px;padding:16px}.sidebar-collapsed .sidebar-toolbar,.sidebar-toolbar{display:none}.sidebar-collapsed .sidebar{gap:16px;padding:16px}.sidebar-collapsed .sidebar-head{justify-content:flex-start}.sidebar-collapsed .brand-lockup{flex:1 1;justify-content:flex-start;padding:0 8px}.sidebar-collapsed .brand-copy,.sidebar-collapsed .nav-label,.sidebar-collapsed .nav-section-title{display:flex}.sidebar-collapsed .sidebar-toggle{position:static;box-shadow:none}.sidebar-collapsed .nav-list{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.sidebar-collapsed .nav-section,.sidebar-collapsed .nav-section-items{display:grid}.sidebar-collapsed .nav-list a{justify-content:flex-start;padding:0 12px;min-height:38px}.sidebar-collapsed .nav-icon{width:24px;height:24px;border-radius:7px;font-size:12px}.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}.text-button:disabled{cursor:not-allowed;opacity:.55}.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{min-width:1140px;grid-template-columns:minmax(220px,1.45fr) .55fr .85fr minmax(210px,1.05fr) .5fr .85fr minmax(180px,.9fr)}.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-stat-pills{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:6px;gap:6px}.project-shot-stat,.project-stat-error,.project-stat-pills span{display:inline-flex;align-items:baseline;justify-content:center;gap:4px;min-height:34px;padding:5px 8px;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb;color:#667085;white-space:nowrap}.project-shot-stat.is-ready,.project-stat-pills span.is-ready{border-color:#bbf7d0;background:#f0fdf4;color:#047857}.project-stat-error{display:grid;align-items:center;justify-content:stretch;border-color:#fecaca;background:#fef2f2;color:#b42318;text-align:left}.project-shot-stat b,.project-stat-error b,.project-stat-pills b{color:inherit;font-size:16px;line-height:1}.project-shot-stat small,.project-stat-error small,.project-stat-pills small{color:inherit;font-size:12px;font-weight:700}.project-stat-error small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-shot-stat{justify-self:start;min-width:58px}.project-stat-message{line-height:1.6}.project-delete-stat-error{color:var(--danger)}.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}.form-footer-actions{display:flex;align-items:center;gap:10px}.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%}.audio-voice-title{display:flex;align-items:center;gap:10px}.audio-voice-title img,.audio-voice-title>span{width:42px;height:42px;flex:0 0 42px;border-radius:50%;object-fit:cover;border:1px solid var(--soft-line);background:#ecfdf3}.audio-voice-title>span{display:grid;place-items:center;color:var(--success);font-size:16px;font-weight:900}.audio-voice-title small{display:block;margin-top:4px;color:var(--muted);font-size:12px}.audio-voice-edit-grid{display:grid;grid-template-columns:minmax(120px,1fr) minmax(160px,1.2fr) auto;grid-gap:8px;gap:8px;align-items:end;margin-top:10px}.audio-voice-edit-grid label{display:grid;grid-gap:5px;gap:5px;color:var(--muted);font-size:12px;font-weight:700}.audio-voice-edit-grid input{width:100%;height:34px;border:1px solid var(--line);border-radius:8px;padding:0 9px;background:#fff;color:var(--ink);font:inherit}.audio-voice-save-button{min-height:34px;border:1px solid #bbf7d0;border-radius:10px;padding:0 13px;background:linear-gradient(135deg,#dcfce7,#f0fdf4);color:#15803d;font-size:12px;font-weight:900;white-space:nowrap;box-shadow:0 8px 18px rgba(22,163,74,.08);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease}.audio-voice-save-button:hover:not(:disabled){border-color:#86efac;background:linear-gradient(135deg,#bbf7d0,#ecfdf3);box-shadow:0 12px 24px rgba(22,163,74,.14);transform:translateY(-1px)}.audio-voice-save-button:disabled{cursor:not-allowed;opacity:.62}.audio-voice-preview{width:min(240px,100%)}.audio-voice-speed-note{padding:5px 9px;border-radius:8px;background:#f8fafc;border:1px solid #e5e7eb}.audio-voice-preview-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:96px;min-height:36px;border:1px solid #bfdbfe;border-radius:999px;padding:0 14px;background:linear-gradient(135deg,#eff6ff,#ffffff);color:#1d4ed8;font-size:12px;font-weight:900;box-shadow:0 10px 24px rgba(37,99,235,.1);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease}.audio-voice-preview-button:before{content:"▶";display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#2563eb;color:#fff;font-size:9px;line-height:1}.audio-voice-preview-button.is-ready{border-color:#bbf7d0;background:linear-gradient(135deg,#ecfdf3,#ffffff);color:#15803d;box-shadow:0 10px 24px rgba(22,163,74,.1)}.audio-voice-preview-button.is-ready:before{background:#16a34a}.audio-voice-preview-button:hover:not(:disabled){border-color:#93c5fd;background:linear-gradient(135deg,#dbeafe,#ffffff);box-shadow:0 14px 30px rgba(37,99,235,.16);transform:translateY(-1px)}.audio-voice-preview-button.is-ready:hover:not(:disabled){border-color:#86efac;background:linear-gradient(135deg,#dcfce7,#ffffff);box-shadow:0 14px 30px rgba(22,163,74,.16)}.audio-voice-preview-button:disabled{cursor:wait;opacity:.65;transform:none}.audio-voice-regenerate-button{min-height:32px;border:1px solid #e5e7eb;border-radius:999px;padding:0 12px;background:#fff;color:#64748b;font-size:12px;font-weight:800;transition:transform .15s ease,border-color .15s ease,color .15s ease,background .15s ease}.audio-voice-regenerate-button:hover:not(:disabled){border-color:#cbd5e1;background:#f8fafc;color:#334155;transform:translateY(-1px)}.audio-voice-regenerate-button:disabled{cursor:wait;opacity:.6}@media (max-width:900px){.audio-options-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.audio-options-grid,.audio-voice-edit-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-management-page{display:grid;grid-gap:18px;gap:18px}.model-command-center{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(0,1.35fr);grid-gap:18px;gap:18px;padding:22px;border:1px solid #dbeafe;border-radius:18px;background:radial-gradient(circle at 8% 12%,rgba(37,99,235,.12),transparent 32%),linear-gradient(135deg,#fff,#f8fbff 48%,#f0fdf4);box-shadow:var(--shadow)}.model-command-copy{display:grid;align-content:center;grid-gap:12px;gap:12px}.model-command-kicker{width:-moz-fit-content;width:fit-content;padding:5px 9px;border-radius:999px;background:#ecfdf3;color:var(--success);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.model-command-copy h2{margin:0;color:#0f172a;font-size:clamp(24px,3vw,34px);line-height:1.1}.model-command-copy p{max-width:620px;margin:0;color:#475467;font-size:14px;line-height:1.7}.model-command-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.model-command-actions a,.model-command-actions button{min-height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border:1px solid #bfdbfe;border-radius:999px;background:#fff;color:#1d4ed8;cursor:pointer;font-size:13px;font-weight:800;transition:background .16s ease,border-color .16s ease,transform .16s ease}.model-command-actions button:first-child{border-color:transparent;background:linear-gradient(90deg,#2563eb,#16a34a);color:#fff}.model-command-actions a:hover,.model-command-actions button:hover:not(:disabled){transform:translateY(-1px);border-color:#93c5fd;background:var(--primary-soft)}.model-command-actions button:first-child:hover:not(:disabled){background:linear-gradient(90deg,#1d4ed8,#15803d)}.model-command-actions button:disabled{cursor:not-allowed;opacity:.62}.model-command-actions a:focus-visible,.model-command-actions button:focus-visible,.model-flow-grid button:focus-visible,.model-subnav button:focus-visible,.model-type-matrix button:focus-visible{outline:3px solid rgba(37,99,235,.24);outline-offset:2px}.model-command-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.model-command-stats article{min-height:132px;display:grid;align-content:space-between;grid-gap:12px;gap:12px;padding:16px;border:1px solid rgba(37,99,235,.12);border-radius:16px;background:rgba(255,255,255,.76)}.model-command-stats p,.model-command-stats span{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.model-command-stats span{font-weight:800}.model-command-stats strong{color:#0f172a;font-size:30px;line-height:1}.model-load-banner{display:flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid #bbf7d0;border-radius:12px;background:#f0fdf4;color:#166534}.model-load-banner.is-error{border-color:#fecaca;background:#fef2f2;color:#b42318}.model-load-banner span{font-size:11px;font-weight:900;letter-spacing:.08em}.model-load-banner p{margin:0;font-size:13px;line-height:1.5}.model-subnav{position:-webkit-sticky;position:sticky;top:18px;z-index:3;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:10px;gap:10px;padding:10px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.92);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.model-subnav button{display:grid;grid-gap:4px;gap:4px;min-height:74px;padding:10px 12px;border:1px solid transparent;border-radius:12px;background:transparent;color:#344054;cursor:pointer;text-align:left;transition:background .16s ease,border-color .16s ease,color .16s ease}.model-subnav button.active,.model-subnav button:hover{border-color:#bfdbfe;background:var(--primary-soft);color:var(--primary)}.model-subnav span{color:#98a2b3;font-size:11px;font-weight:900;letter-spacing:.08em}.model-subnav strong{font-size:14px;line-height:1.2}.model-subnav small{overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.model-panel-stack{display:grid;grid-gap:18px;gap:18px}.model-overview-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);grid-gap:18px;gap:18px}.model-flow-grid,.model-health-grid,.model-type-matrix{display:grid;grid-gap:12px;gap:12px}.model-health-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.model-health-card{min-height:120px;display:grid;align-content:space-between;grid-gap:10px;gap:10px;padding:14px;border:1px solid var(--soft-line);border-radius:14px;background:#f9fafb}.model-health-card p,.model-health-card span{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.model-health-card strong{color:#111827;font-size:28px;line-height:1}.model-health-card.is-success{border-color:#bbf7d0;background:#f0fdf4}.model-health-card.is-warning{border-color:#fed7aa;background:#fff7ed}.model-health-card.is-danger{border-color:#fecaca;background:#fef2f2}.model-type-matrix{grid-template-columns:repeat(2,minmax(0,1fr))}.model-flow-grid button,.model-type-matrix button{display:grid;grid-gap:8px;gap:8px;padding:14px;border:1px solid var(--soft-line);border-radius:14px;background:#fff;color:#344054;cursor:pointer;text-align:left;transition:border-color .16s ease,background .16s ease}.model-flow-grid button:hover,.model-type-matrix button:hover{border-color:#bfdbfe;background:var(--primary-soft)}.model-flow-grid b,.model-type-matrix span{color:#111827;font-size:14px;font-weight:800}.model-type-matrix strong{color:var(--primary);font-size:28px;line-height:1}.model-flow-grid p,.model-flow-grid span,.model-type-matrix small{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.model-flow-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.model-flow-grid span{width:-moz-fit-content;width:fit-content;padding:3px 8px;border-radius:999px;background:#f2f4f7;font-weight:800}.model-compact-list,.model-vendor-grid{display:grid;grid-gap:12px;gap:12px}.model-compact-card,.model-vendor-card{display:grid;grid-gap:8px;gap:8px;padding:14px 16px;border:1px solid var(--soft-line);border-radius:12px;background:#fff}.model-compact-main,.model-vendor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.model-compact-main b,.model-vendor-head b{display:block;color:#111827;font-size:15px}.model-compact-main code,.model-vendor-head code{display:inline-block;margin-top:4px;color:var(--primary);font-size:12px}.model-compact-main a{flex:0 0 auto}.model-compact-sub,.model-vendor-desc{margin:0;color:#475467;font-size:13px;line-height:1.5}.model-compact-cap,.model-vendor-link{margin:0;color:var(--muted);font-size:12px;line-height:1.6}.model-vendor-link{color:var(--primary);text-decoration:none;word-break:break-all}.model-vendor-link:hover{text-decoration:underline}.model-compact-meta{display:flex;flex-wrap:wrap;gap:6px;padding-top:4px;border-top:1px dashed var(--soft-line)}.model-compact-meta span,.model-vendor-head .status-off,.model-vendor-head .status-on{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;background:#f2f4f7;color:#344054;font-size:12px;font-weight:600}.model-vendor-head .status-on{background:#ecfdf3;color:var(--success)}.model-vendor-head .status-off{background:#fef2f2;color:var(--danger)}.model-vendor-head>span{flex:0 0 auto}.model-empty-state{padding:18px;border:1px dashed #cbd5e1;border-radius:14px;background:#f8fafc;color:var(--muted)}.model-empty-state strong{display:block;color:#344054;font-size:14px}.model-empty-state p{margin:6px 0 0;font-size:13px}.model-inline-note{margin-top:14px}@media (prefers-reduced-motion:reduce){.model-command-actions a,.model-command-actions button,.model-flow-grid button,.model-subnav button,.model-type-matrix button{transition:none}.model-command-actions a:hover,.model-command-actions button:hover:not(:disabled){transform:none}}.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:minmax(220px,1fr) 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-modal-overlay{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:24px;background:rgba(15,23,42,.45);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.model-modal-dialog{width:100%;max-width:560px;max-height:90vh;display:flex;flex-direction:column;border-radius:14px;background:#fff;box-shadow:0 24px 60px rgba(15,23,42,.18);overflow:hidden}.model-modal-dialog-lg{max-width:720px}.model-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 20px;border-bottom:1px solid var(--soft-line)}.model-modal-head strong{display:block;color:#111827;font-size:16px;line-height:1.3}.model-modal-head small{display:block;margin-top:4px;color:var(--muted);font-size:13px;line-height:1.5}.model-modal-close{width:32px;height:32px;flex:0 0 auto;border:0;border-radius:8px;background:transparent;color:#667085;cursor:pointer;font-size:22px;line-height:1;transition:background .16s ease,color .16s ease}.model-modal-close:hover{background:#f2f4f7;color:#111827}.model-modal-body{padding:20px;overflow-y:auto}.model-modal-body .model-create-form{margin-bottom:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.model-modal-body .model-create-form .primary-button{justify-self:start;margin-top:4px}@media (max-width:760px){.model-modal-dialog,.model-modal-dialog-lg{max-width:100%;max-height:90vh}.model-modal-body .model-create-form{grid-template-columns:1fr}}.model-add-trigger{margin-bottom:12px}.model-add-trigger .primary-button{min-height:32px;padding:0 14px;font-size:12px}.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-create-form .model-switch-row{width:-moz-fit-content;width:fit-content;min-height:36px;align-self:end;display:inline-flex;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}.model-create-form input[type=checkbox],.model-inline-toggle input[type=checkbox],.switch-row input[type=checkbox],.test-check-row input[type=checkbox]{width:16px;min-width:16px;height:16px;padding:0;margin:0;border-radius:4px;accent-color:var(--primary);cursor:pointer}.model-create-form>.primary-button{min-width:128px;align-self:end;justify-self:start}.model-card-list{display:grid;grid-gap:12px;gap:12px}.model-list-card{display:grid;grid-gap:10px;gap:10px;padding:16px;border:1px solid var(--soft-line);border-radius:12px;background:#fff}.model-list-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.model-list-title b{display:block;color:#111827;font-size:15px}.model-list-title code{display:inline-block;margin-top:6px;color:var(--primary);font-size:12px}.model-list-quick-actions{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end;flex:0 0 auto}.model-list-quick-actions button{min-height:30px;padding:0 10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#344054;cursor:pointer;font-size:12px;font-weight:700}.model-list-quick-actions button:hover:not(:disabled){color:var(--primary);border-color:#bfdbfe;background:var(--primary-soft)}.model-list-quick-actions button:disabled{cursor:not-allowed;opacity:.6}.model-list-desc{margin:0;color:#475467;font-size:13px;line-height:1.5}.model-list-meta{display:flex;flex-wrap:wrap;gap:6px}.model-list-meta em,.model-list-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-list-meta em{background:#ecfdf3;color:var(--success)}.model-list-foot{display:flex;flex-wrap:wrap;gap:12px;align-items:center;padding-top:4px;border-top:1px dashed var(--soft-line)}.model-list-provider{color:#475467;font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.model-list-pricing{color:var(--muted);font-size:12px}.model-list-capability{margin:0;padding:10px 12px;border-radius:8px;background:#f8fafc;color:#475467;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.5;white-space:pre-wrap;word-break:break-all}.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-command-center,.model-overview-grid{grid-template-columns:1fr}.model-command-stats,.model-health-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.model-subnav{grid-template-columns:repeat(3,minmax(0,1fr));position:static}.model-flow-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.model-list-card{grid-template-columns:1fr 1fr;align-items:start}}@media (max-width:760px){.model-command-center{padding:16px}.model-command-stats,.model-flow-grid,.model-health-grid,.model-type-matrix{grid-template-columns:1fr}.model-subnav{grid-template-columns:1fr 1fr}.model-subnav button{min-height:66px}.model-create-form,.model-filter-bar,.model-list-card{grid-template-columns:1fr}.model-list-header{flex-direction:column}.model-list-quick-actions{justify-content:flex-start}.model-compact-main,.model-vendor-head{flex-direction:column}.model-compact-main a{align-self:flex-start}}.model-management-page{gap:12px}.model-management-page .page-card{margin-bottom:0;padding:16px}.model-management-page .section-title{margin-bottom:10px}.model-management-page .section-title h2{font-size:16px}.model-management-page .section-title p{font-size:13px;line-height:1.45}.model-command-center{grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);gap:12px;padding:16px;border-radius:14px}.model-command-copy{gap:8px}.model-command-kicker{padding:4px 8px;font-size:10px}.model-command-copy h2{font-size:clamp(22px,2.4vw,28px)}.model-command-copy p{font-size:13px;line-height:1.55}.model-command-actions{gap:8px;margin-top:0}.model-command-actions a,.model-command-actions button{min-height:32px;padding:0 12px;font-size:12px}.model-command-stats{gap:8px}.model-command-stats article{min-height:92px;gap:8px;padding:12px;border-radius:12px}.model-command-stats p,.model-command-stats span{font-size:11px;line-height:1.35}.model-command-stats strong{font-size:24px}.model-load-banner{gap:8px;padding:7px 10px;border-radius:10px}.model-load-banner p{font-size:12px}.model-subnav{top:12px;gap:6px;padding:6px;border-radius:12px}.model-subnav button{min-height:52px;gap:2px;padding:7px 9px;border-radius:9px}.model-subnav span{font-size:10px}.model-subnav strong{font-size:13px}.model-subnav small{font-size:11px}.model-card-list,.model-compact-list,.model-flow-grid,.model-health-grid,.model-overview-grid,.model-panel-stack,.model-type-matrix,.model-vendor-grid{gap:10px}.model-health-card{min-height:86px;gap:6px;padding:10px;border-radius:11px}.model-health-card p,.model-health-card span{font-size:11px;line-height:1.35}.model-health-card strong{font-size:22px}.model-flow-grid button,.model-type-matrix button{gap:5px;padding:10px;border-radius:11px}.model-flow-grid b,.model-type-matrix span{font-size:13px}.model-type-matrix strong{font-size:22px}.model-flow-grid p,.model-flow-grid span,.model-type-matrix small{font-size:11px;line-height:1.35}.model-flow-grid span{padding:2px 7px}.model-compact-card,.model-list-card,.model-vendor-card{gap:10px;padding:12px;border-radius:11px}.model-vendor-card{min-height:108px}.model-empty-state{padding:12px;border-radius:11px}.model-inline-note{margin-top:10px}.model-segmented{gap:6px;margin-bottom:10px}.model-segmented button{min-height:30px;padding:0 10px;font-size:12px}.model-filter-bar{gap:8px;padding:10px;margin-bottom:10px}.model-filter-bar button{height:32px}.model-create-form{gap:10px;margin-bottom:12px;padding:12px;border-radius:10px}.model-create-form label{gap:5px;font-size:12px}.model-create-form input,.model-create-form select{height:32px}.model-create-form textarea{padding:8px;line-height:1.45}.model-create-form .model-switch-row{min-height:32px;padding:0 10px;font-size:12px}.model-create-form>.primary-button{min-height:32px}.model-list-meta{gap:5px}.model-list-meta em,.model-list-meta span{min-height:22px;padding:0 7px;font-size:11px}.model-list-quick-actions{gap:5px}.model-list-quick-actions button{min-height:28px;padding:0 9px;font-size:11px}.model-management-page .default-grid{gap:10px}.model-management-page .default-card,.model-management-page .default-form-card{padding:12px}.model-management-page .default-form-card{gap:8px}.model-management-page .default-form-card select{height:32px}.model-management-page .admin-table-row{padding:10px 12px}.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:1540px;grid-template-columns:1.2fr .9fr .82fr .62fr .68fr .55fr .6fr 2.15fr}.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-filter-reset{align-self:end;min-height:34px;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.04)}.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(3,minmax(0,1fr));grid-gap:8px;gap:8px}.user-row-actions>*{width:100%}.user-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding-top:14px;border-top:1px solid var(--soft-line);color:var(--muted);font-size:13px}.user-pagination label{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-weight:700}.user-pagination select{height:32px;padding:0 28px 0 10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink)}.user-pagination div{display:inline-flex;align-items:center;gap:8px}.user-pagination strong{min-width:54px;color:#111827;text-align:center}.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))}.user-pagination{align-items:flex-start;flex-direction:column}}.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-page{display:grid;grid-gap:18px;gap:18px}.dashboard-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:58px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#fff}.dashboard-toolbar-left{min-width:0;display:flex;align-items:center;gap:10px}.dashboard-user-filter{position:relative;z-index:12}.dashboard-user-trigger{width:190px;height:38px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 10px;border:1px solid var(--line);border-radius:7px;color:#344054;background:#fff;cursor:pointer;text-align:left}.dashboard-user-trigger.is-open,.dashboard-user-trigger:hover{border-color:#98a2b3}.dashboard-user-trigger>span{min-width:0;display:grid;grid-gap:1px;gap:1px}.dashboard-user-trigger small{color:#98a2b3;font-size:9px;font-weight:500}.dashboard-user-trigger strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.dashboard-user-trigger>i{color:#667085;font-size:15px;font-style:normal}.dashboard-user-menu{position:absolute;top:calc(100% + 7px);left:0;width:280px;padding:8px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 14px 35px rgba(15,23,42,.14)}.dashboard-user-menu>input{width:100%;height:34px;padding:0 10px;border:1px solid var(--line);border-radius:6px;outline:none;color:#344054;background:#f9fafb;font-size:12px}.dashboard-user-menu>input:focus{border-color:#84adff;background:#fff}.dashboard-user-options{max-height:270px;display:grid;grid-gap:2px;gap:2px;margin-top:7px;overflow-y:auto}.dashboard-user-options button{width:100%;min-height:46px;display:grid;grid-template-columns:28px minmax(0,1fr) 16px;align-items:center;grid-gap:9px;gap:9px;padding:5px 7px;border:0;border-radius:6px;color:#344054;background:transparent;cursor:pointer;text-align:left}.dashboard-user-options button:hover{background:#f9fafb}.dashboard-user-options button.is-selected{background:#eff6ff}.dashboard-user-option-avatar{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;color:#175cd3;background:#dbeafe;font-size:10px;font-weight:700}.dashboard-user-options button>span:nth-child(2){min-width:0}.dashboard-user-options small,.dashboard-user-options strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-user-options strong{font-size:12px}.dashboard-user-options small{margin-top:3px;color:#98a2b3;font-size:9px}.dashboard-user-options button>i{visibility:hidden;color:#2563eb;font-size:11px;font-style:normal}.dashboard-user-options button.is-selected>i{visibility:visible}.dashboard-user-options>p{margin:0;padding:20px 8px;color:#98a2b3;font-size:12px;text-align:center}.dashboard-presets{min-width:0;display:flex;align-items:center;gap:4px;padding:3px;overflow-x:auto;border-radius:7px;background:#f3f4f6;scrollbar-width:none}.dashboard-presets::-webkit-scrollbar{display:none}.dashboard-presets button{flex:0 0 auto;height:32px;padding:0 13px;border:0;border-radius:5px;color:#667085;background:transparent;cursor:pointer;font-size:13px;font-weight:600}.dashboard-presets button:hover{color:#111827}.dashboard-presets button.is-active{color:#111827;background:#fff;box-shadow:0 1px 3px rgba(15,23,42,.12)}.dashboard-date-range{display:flex;align-items:center;gap:8px}.dashboard-date-range label{position:relative}.dashboard-date-range label span{position:absolute;left:10px;top:9px;color:#98a2b3;font-size:11px;pointer-events:none}.dashboard-date-range input{width:150px;height:36px;padding:0 8px 0 42px;border:1px solid var(--line);border-radius:7px;color:#344054;background:#fff}.dashboard-date-range i{color:#98a2b3;font-size:12px;font-style:normal}.dashboard-refresh{width:36px;height:36px;border:1px solid var(--line);border-radius:7px;background:#fff;color:#475467;cursor:pointer;font-size:18px}.dashboard-refresh:hover{color:var(--primary);border-color:#bfdbfe}.dashboard-refresh:disabled{opacity:.45;cursor:wait}.dashboard-content{display:grid;grid-gap:18px;gap:18px;transition:opacity .2s}.dashboard-content.is-loading{opacity:.55;pointer-events:none}.dashboard-summary-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px}.dashboard-summary-card{position:relative;min-width:0;padding:16px 17px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff}.dashboard-summary-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:#98a2b3}.dashboard-summary-card.tone-blue:before{background:#2563eb}.dashboard-summary-card.tone-green:before{background:#16a34a}.dashboard-summary-card.tone-red:before{background:#dc2626}.dashboard-summary-card.tone-amber:before{background:#d97706}.dashboard-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#667085;font-size:13px;font-weight:600}.dashboard-card-head i{width:7px;height:7px;border-radius:50%;background:#98a2b3}.tone-blue .dashboard-card-head i{background:#2563eb}.tone-green .dashboard-card-head i{background:#16a34a}.tone-red .dashboard-card-head i{background:#dc2626}.tone-amber .dashboard-card-head i{background:#d97706}.dashboard-summary-card>strong{display:block;margin:15px 0 8px;overflow:hidden;color:#101828;font-size:27px;line-height:1;text-overflow:ellipsis}.dashboard-summary-card>small{color:#475467;font-size:12px;font-weight:600}.dashboard-summary-card>small em{color:#98a2b3;font-style:normal;font-weight:400}.dashboard-primary-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(310px,.75fr);grid-gap:18px;gap:18px}.dashboard-secondary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.dashboard-panel{min-width:0;padding:18px;border:1px solid var(--line);border-radius:8px;background:#fff}.dashboard-panel-head{display:flex;align-items:flex-start;justify-content:space-between;min-height:42px}.dashboard-panel-head h2{margin:0;color:#101828;font-size:16px;letter-spacing:0}.dashboard-panel-head p{margin:5px 0 0;color:#98a2b3;font-size:12px}.dashboard-trend-toggle{display:flex;gap:3px;padding:3px;border-radius:7px;background:#f2f4f7}.dashboard-trend-toggle button{height:28px;padding:0 10px;border:0;border-radius:5px;color:#667085;background:transparent;cursor:pointer;font-size:11px}.dashboard-trend-toggle button.is-active{color:#101828;background:#fff;box-shadow:0 1px 3px rgba(16,24,40,.12)}.dashboard-legend{display:flex;justify-content:flex-end;gap:16px;margin-top:-22px;color:#667085;font-size:11px}.dashboard-legend span:before{content:"";display:inline-block;width:7px;height:7px;margin-right:5px;border-radius:2px;background:#dbeafe}.dashboard-legend .success:before{background:#22c55e}.dashboard-legend .failed:before{background:#ef4444}.dashboard-legend .points:before{background:#f59e0b}.dashboard-chart{position:relative;display:grid;grid-template-columns:32px minmax(0,1fr);height:252px;margin-top:16px;padding-top:8px;border-bottom:1px solid var(--line);background:repeating-linear-gradient(180deg,#fff 0,#fff 80px,#eef0f3 81px)}.dashboard-y-axis{display:flex;flex-direction:column;justify-content:space-between;padding:0 5px 18px 0;color:#98a2b3;font-size:10px;text-align:right}.dashboard-bars{min-width:0;display:flex;align-items:stretch;gap:clamp(2px,.7vw,9px);overflow:hidden}.dashboard-bar-column{min-width:3px;flex:1 1;display:grid;grid-template-rows:minmax(0,1fr) 18px;grid-gap:5px;gap:5px}.dashboard-bar-track{display:flex;align-items:flex-end;min-height:0}.dashboard-bar-total{position:relative;width:100%;min-height:0;overflow:hidden;border-radius:3px 3px 0 0;background:#dbeafe;transition:height .25s}.dashboard-bar-total.is-points{background:#f59e0b}.dashboard-bar-failed,.dashboard-bar-success{position:absolute;bottom:0;left:0;width:100%}.dashboard-bar-success{background:#22c55e}.dashboard-bar-failed{bottom:auto;top:0;background:#ef4444}.dashboard-bar-column>span{overflow:visible;color:#98a2b3;font-size:9px;line-height:18px;text-align:center;white-space:nowrap}.dashboard-error-list,.dashboard-model-list,.dashboard-ranking-list{display:grid;margin-top:9px}.dashboard-error-row{display:grid;grid-template-columns:25px minmax(0,1fr) 44px;align-items:center;grid-gap:10px;gap:10px;min-height:52px;border-bottom:1px solid var(--soft-line)}.dashboard-error-index{color:#b42318;font-size:11px;font-weight:700}.dashboard-error-row>div{min-width:0}.dashboard-error-row>div strong{display:block;overflow:hidden;color:#344054;font-size:12px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.dashboard-error-row>div span{display:block;height:3px;margin-top:7px;overflow:hidden;border-radius:2px;background:#fee4e2}.dashboard-error-row>div i{display:block;height:100%;background:#f04438}.dashboard-error-row>b{color:#101828;font-size:13px;text-align:right}.dashboard-error-row>b small{display:block;margin-top:2px;color:#98a2b3;font-size:9px;font-weight:400}.dashboard-model-row{display:grid;grid-template-columns:32px minmax(0,1fr) 58px;align-items:center;grid-gap:11px;gap:11px;min-height:56px;border-bottom:1px solid var(--soft-line)}.dashboard-media-badge{width:28px;height:28px;display:grid;place-items:center;border-radius:6px;color:#175cd3;background:#eff8ff;font-size:11px;font-weight:800}.dashboard-media-badge.type-video{color:#7a5af8;background:#f4f3ff}.dashboard-media-badge.type-audio{color:#b54708;background:#fffaeb}.dashboard-media-badge.type-text{color:#027a48;background:#ecfdf3}.dashboard-model-main{min-width:0}.dashboard-model-main>div{display:flex;justify-content:space-between;gap:10px}.dashboard-model-main strong{overflow:hidden;color:#344054;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.dashboard-model-main b{flex:none;color:#667085;font-size:11px}.dashboard-model-main>span{display:block;height:4px;margin-top:8px;overflow:hidden;border-radius:2px;background:#eaecf0}.dashboard-model-main i{display:block;height:100%;background:#2e90fa}.dashboard-rate{text-align:right}.dashboard-rate strong{display:block;color:#b54708;font-size:13px}.dashboard-rate small{color:#98a2b3;font-size:9px}.dashboard-rate.is-good strong{color:#027a48}.dashboard-rate.is-low strong{color:#b42318}.dashboard-ranking-row{display:grid;grid-template-columns:24px 30px minmax(0,1fr) 52px 62px;align-items:center;grid-gap:9px;gap:9px;min-height:56px;border-bottom:1px solid var(--soft-line)}.dashboard-ranking-row .rank{color:#98a2b3;font-size:12px;font-weight:700;text-align:center}.dashboard-ranking-row .rank-1{color:#b54708}.dashboard-ranking-row .rank-2{color:#475467}.dashboard-ranking-row .rank-3{color:#c4320a}.dashboard-user-avatar{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;color:#344054;background:#f2f4f7;font-size:11px;font-weight:700}.dashboard-ranking-row>div{min-width:0}.dashboard-ranking-row>div small,.dashboard-ranking-row>div strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-ranking-row>div strong{color:#344054;font-size:12px}.dashboard-ranking-row>div small{margin-top:3px;color:#98a2b3;font-size:9px}.dashboard-ranking-row>span:nth-last-child(2){color:#98a2b3;font-size:10px;text-align:right}.dashboard-ranking-row>b{color:#101828;font-size:13px;text-align:right}.dashboard-ranking-row>b small{margin-left:2px;color:#98a2b3;font-size:9px}.dashboard-empty{padding:44px 12px;color:#98a2b3;font-size:13px;text-align:center}.dashboard-alert{display:flex;gap:12px;padding:12px 14px;border:1px solid #fecdca;border-radius:8px;color:#b42318;background:#fef3f2;font-size:13px}.dashboard-alert span{color:#7a271a}.dashboard-skeleton{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.dashboard-skeleton>div,.dashboard-skeleton>section{min-height:120px;border-radius:8px;background:linear-gradient(90deg,#f2f4f7 25%,#fafafa 50%,#f2f4f7 75%);background-size:200% 100%;animation:dashboard-shimmer 1.2s infinite}.dashboard-skeleton>section{grid-column:1/-1;min-height:360px}@keyframes dashboard-shimmer{to{background-position:-200% 0}}@media (max-width:1280px){.dashboard-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-primary-grid{grid-template-columns:1fr}.dashboard-errors-panel{min-height:auto}}@media (max-width:1100px){.dashboard-toolbar{align-items:stretch;flex-direction:column}.dashboard-toolbar-left{justify-content:space-between}.dashboard-date-range{justify-content:flex-end;flex-wrap:wrap}}@media (max-width:980px){.dashboard-secondary-grid{grid-template-columns:1fr}}@media (max-width:720px){.dashboard-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-presets{overflow-x:auto}.dashboard-date-range label{flex:1 1}.dashboard-date-range input{width:100%}.dashboard-chart{height:220px}.dashboard-ranking-row{grid-template-columns:24px 30px minmax(0,1fr) 62px}.dashboard-ranking-row>span:nth-last-child(2){display:none}}@media (max-width:640px){.dashboard-toolbar-left{align-items:stretch;flex-direction:column}.dashboard-user-trigger{width:100%}.dashboard-user-menu{width:min(100%,320px)}.dashboard-presets button{flex:1 1;white-space:nowrap}}@media (max-width:480px){.dashboard-summary-grid{grid-template-columns:1fr}.dashboard-summary-card>strong{font-size:24px}}.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:2140px;grid-template-columns:64px .9fr 1.2fr 1fr 1.2fr 1.35fr 1.05fr .65fr .8fr 1.2fr 1.05fr}.operation-table-promotions .admin-table-row{min-width:1280px;grid-template-columns:1fr 1fr 1fr 1.25fr .85fr .7fr 1fr}.operation-table-llm-usage .admin-table-row{min-width:1520px;grid-template-columns:1.35fr 1fr 1.15fr 1.2fr 1fr .65fr 1fr}.operation-table-media-mirror-jobs .admin-table-row{grid-template-columns:1.15fr .9fr 1.25fr 1fr .65fr .85fr .45fr}.operation-table-exports .admin-table-row{min-width:1420px;grid-template-columns:64px .9fr 1.35fr 1fr 1fr 1.35fr 1.2fr 1.05fr}.operation-export-file{min-width:0;display:grid;grid-gap:6px;gap:6px}.operation-export-file>span:first-child{display:flex;align-items:center;gap:7px}.operation-export-file small{color:var(--muted);font-size:11px}.operation-llm-tokens,.operation-main-cell,.operation-meta-stack,.operation-task-billing,.operation-task-cell,.operation-task-error,.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-raw-error{min-width:0;padding:5px 7px;border:1px solid #fed7aa;border-radius:7px;background:#fff7ed}.operation-raw-error summary{color:#b54708;cursor:pointer;font-size:11px;font-weight:700}.operation-raw-error code{max-height:120px;display:block;margin-top:7px;padding:7px;overflow:auto;border-radius:5px;color:#7a2e0e;background:#fffcf5;font-size:10px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.operation-raw-error>button{height:24px;margin-top:6px;padding:0 8px;border:1px solid #fdba74;border-radius:5px;color:#9a3412;background:#fff;cursor:pointer;font-size:10px}.operation-task-id-line{min-width:0;display:flex;align-items:center;gap:5px}.operation-task-id-line>b,.operation-task-id-line>small{min-width:0;flex:0 1 auto}.operation-task-prompt-line>em{min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.operation-task-id-line>button{position:relative;width:22px;height:22px;flex:0 0 22px;display:grid;place-items:center;border:0;border-radius:5px;padding:0;background:transparent;color:#98a2b3;cursor:pointer}.operation-task-id-line>button:hover{background:#eef2f6;color:#344054}.operation-task-id-line>button>i{position:relative;width:10px;height:10px;border:1.4px solid;border-radius:2px}.operation-task-id-line>button>i:before{content:"";position:absolute;left:-4px;top:-4px;width:8px;height:8px;border:1.4px solid;border-radius:2px;background:#fff}.operation-task-id-line>button>em{position:absolute;left:50%;bottom:calc(100% + 5px);z-index:5;width:max-content;transform:translateX(-50%);border-radius:5px;padding:4px 6px;background:#111827;color:#fff;font-size:11px;font-style:normal;line-height:1;box-shadow:0 4px 12px rgba(15,23,42,.18)}.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.is-pinned{pointer-events:auto}.operation-url-preview-head{position:relative;display:grid;grid-gap:3px;gap:3px;margin-bottom:8px}.operation-url-preview-head button{position:absolute;top:-5px;right:-5px;width:26px;height:26px;padding:0;border:0;border-radius:50%;background:#f1f5f9;color:#475467;cursor:pointer;line-height:1}.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-task-error{display:grid;grid-gap:6px;gap:6px}.operation-task-error>em{color:#b42318;font-style:normal;line-height:1.45}.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-llm-usage .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%}}.model-pricing{display:grid;grid-gap:18px;gap:18px}.model-pricing-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:14px;padding:14px 16px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.92);box-shadow:var(--shadow)}.model-pricing-filters .filter-group{display:grid;grid-gap:6px;gap:6px}.filter-label{color:var(--muted);font-size:11px;font-weight:900;letter-spacing:.08em}.filter-chips{display:flex;gap:6px;flex-wrap:wrap}.filter-chip{padding:6px 12px;border:1px solid var(--soft-line);border-radius:999px;background:#fff;color:#344054;font-size:12px;font-weight:600;cursor:pointer;transition:all .16s ease}.filter-chip:hover{border-color:#bfdbfe;background:var(--primary-soft)}.filter-chip.is-active{border-color:var(--primary);background:var(--primary);color:#fff}.filter-select{padding:6px 10px;border:1px solid var(--soft-line);border-radius:8px;background:#fff;color:#344054;font-size:12px;font-weight:600;cursor:pointer}.refresh-button{margin-left:auto;padding:7px 16px;border:1px solid var(--primary);border-radius:8px;background:var(--primary-soft);color:var(--primary);font-size:12px;font-weight:800;cursor:pointer;transition:all .16s ease}.refresh-button:hover:not(:disabled){background:var(--primary);color:#fff}.refresh-button:disabled{opacity:.6;cursor:not-allowed}.model-pricing-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.pricing-stat-card{min-height:110px;display:grid;align-content:space-between;grid-gap:8px;gap:8px;padding:14px 16px;border:1px solid rgba(37,99,235,.12);border-radius:14px;background:rgba(255,255,255,.76)}.pricing-stat-card p,.pricing-stat-card span{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.pricing-stat-card span{font-weight:800}.pricing-stat-card strong{color:#0f172a;font-size:26px;line-height:1}.pricing-stat-card.is-success{border-color:#bbf7d0;background:#f0fdf4}.pricing-stat-card.is-warning{border-color:#fed7aa;background:#fff7ed}.pricing-stat-card.is-danger{border-color:#fecaca;background:#fef2f2}.pricing-stat-card.is-neutral{border-color:var(--soft-line);background:#f9fafb}.model-pricing-error{padding:10px 14px;border:1px solid #fecaca;border-radius:12px;background:#fef2f2;color:#b42318;font-size:13px}.model-pricing-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.92);box-shadow:var(--shadow)}.model-pricing-table{width:100%;border-collapse:collapse;font-size:13px}.model-pricing-table thead th{position:-webkit-sticky;position:sticky;top:0;z-index:1;padding:10px 12px;background:#f9fafb;border-bottom:1px solid var(--line);color:var(--muted);font-size:11px;font-weight:900;letter-spacing:.06em;text-align:left;white-space:nowrap}.model-pricing-table tbody td{padding:10px 12px;border-bottom:1px solid var(--soft-line);vertical-align:middle}.model-pricing-table tbody tr:last-child td{border-bottom:none}.model-pricing-table tbody tr:hover{background:rgba(37,99,235,.04)}.col-route{min-width:180px}.col-provider{min-width:110px}.col-price{min-width:130px;text-align:right}.col-margin{min-width:90px;text-align:right}.col-bar{min-width:360px}.col-metric-num{min-width:90px;text-align:right}.route-name{color:#0f172a;font-weight:700}.route-id,.route-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:220px}.route-id{color:var(--muted);font-size:11px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.provider-tag{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.provider-kie{background:#dbeafe;color:#1e40af}.provider-geeknow{background:#fef3c7;color:#92400e}.provider-apimart{background:#dcfce7;color:#166534}.provider-volcengine{background:#fee2e2;color:#991b1b}.provider-oioi{background:#f3e8ff;color:#6b21a8}.provider-claude-relay{background:#e0e7ff;color:#3730a3}.provider-upstream{background:#f1f5f9;color:#475569}.provider-code{margin-top:4px;color:var(--muted);font-size:11px}.metric-success{color:#16a34a;font-weight:700}.metric-warn{color:#ca8a04;font-weight:700}.metric-danger{color:#dc2626;font-weight:700}.table-empty,.table-loading{padding:24px 12px;text-align:center;color:var(--muted)}.model-pricing-footer{color:var(--muted);font-size:11px;text-align:right}.success-rate-bar-wrap{position:relative;display:inline-block}.success-rate-bar{display:grid;grid-auto-flow:column;align-items:center}.success-rate-bar-empty{display:inline-flex;align-items:center;padding:0 8px;color:var(--muted);font-size:11px;border:1px dashed var(--soft-line);border-radius:6px}.success-rate-swatch{border-radius:3px;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.success-rate-swatch.is-active{transform:scale(1.18);box-shadow:0 0 0 2px rgba(15,23,42,.18);z-index:2}.success-rate-tooltip{position:absolute;top:100%;left:0;z-index:10;margin-top:6px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.12);min-width:200px;pointer-events:none}.success-rate-tooltip-row{display:flex;align-items:center;gap:6px;margin-bottom:4px}.success-rate-tooltip-dot{width:12px;height:12px;border-radius:3px}.success-rate-tooltip-time{color:#0f172a;font-weight:700;font-size:12px}.success-rate-tooltip-status{color:#0f172a;font-size:12px;margin-bottom:4px}.success-rate-tooltip-meta{display:flex;gap:12px;color:var(--muted);font-size:11px}@media (max-width:1280px){.model-pricing-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.col-bar{min-width:280px}}@media (max-width:980px){.model-pricing-filters{flex-direction:column;align-items:stretch}.refresh-button{margin-left:0}.model-pricing-stats{grid-template-columns:1fr 1fr}.model-pricing-table{font-size:12px}.col-bar{min-width:220px}}@media (max-width:680px){.model-pricing-stats{grid-template-columns:1fr}}.am-client{display:flex;flex-direction:column;gap:16px}.am-header{align-items:center;justify-content:space-between;gap:16px}.am-header,.am-stats{display:flex;flex-wrap:wrap}.am-stats{gap:12px}.am-stat{padding:6px 14px;border:1px solid var(--soft-line,#e5e7eb);border-radius:8px;background:#fff;font-size:13px;color:#6b7280}.am-stat strong{color:#111827;font-weight:700;margin-left:4px}.am-stat-published{border-color:#bbf7d0;background:#f0fdf4}.am-stat-published strong{color:#15803d}.am-stat-draft{border-color:#e5e7eb;background:#f9fafb}.am-filters{margin-bottom:0!important}.am-filters label{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#6b7280}.am-table-wrap{border:1px solid var(--soft-line,#e5e7eb);border-radius:10px;background:#fff;overflow-x:auto}.am-table{width:100%;border-collapse:collapse;font-size:13px}.am-table td,.am-table th{padding:10px 14px;text-align:left;border-bottom:1px solid var(--soft-line,#e5e7eb)}.am-table th{color:#6b7280;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.am-table tbody tr:hover,.am-table th{background:#f9fafb}.am-table-empty{text-align:center;color:#9ca3af;padding:32px 14px}.am-title{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#111827;font-weight:500}.am-time{font-size:12px;color:#6b7280;white-space:nowrap}.am-badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600}.am-badge-general{background:#ecfdf5;color:#059669}.am-badge-maintenance{background:#fffbeb;color:#d97706}.am-badge-activity{background:#eff6ff;color:#2563eb}.am-badge-warning{background:#fef2f2;color:#dc2626}.am-status{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600}.am-status-published{background:#dcfce7;color:#15803d}.am-status-draft{background:#f3f4f6;color:#4b5563}.am-status-archived{background:#f3f4f6;color:#9ca3af}.am-pinned{display:inline-block;padding:2px 8px;border-radius:999px;background:#fef3c7;color:#b45309;font-size:11px;font-weight:600}.am-actions{display:flex;gap:8px;align-items:center}.am-link{background:transparent;border:none;color:var(--primary,#2563eb);cursor:pointer;font-size:12px;padding:0;font-weight:500}.am-link-danger{color:#dc2626}.am-link:hover{text-decoration:underline}.am-confirm{display:inline-flex;gap:4px}.am-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:9999;padding:24px}.am-modal{width:100%;max-width:1100px;max-height:90vh;overflow-y:auto;background:#fff;border:1px solid var(--soft-line,#e5e7eb);border-radius:12px;padding:36px;display:flex;flex-direction:column;gap:18px;box-shadow:0 16px 48px rgba(0,0,0,.18)}.am-modal h3{margin:0;font-size:16px;font-weight:700;color:#111827}.am-modal label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#4b5563;font-weight:500}.am-modal input[type=datetime-local],.am-modal input[type=number],.am-modal input[type=password],.am-modal input[type=tel],.am-modal input[type=text],.am-modal select,.am-modal textarea{padding:8px 12px;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#111827;font-size:13px;font-family:inherit}.am-modal input:focus,.am-modal select:focus,.am-modal textarea:focus{outline:none;border-color:var(--primary,#2563eb);box-shadow:0 0 0 3px rgba(37,99,235,.12)}.am-modal textarea{resize:vertical;min-height:140px}.am-required{color:#dc2626}.am-label-text{display:inline-flex;align-items:center;gap:2px}.am-form-grid,.am-form-row{display:flex;flex-wrap:wrap;gap:12px}.am-form-row-2>label{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 6px);min-width:0}.am-form-row-4>label{flex-grow:1;flex-shrink:1;flex-basis:calc(25% - 9px);min-width:0}.am-footer-split{display:flex;align-items:center;justify-content:space-between;gap:16px}.am-footer-actions{display:flex;gap:10px}.am-checkbox-inline{gap:6px!important;margin:0;font-size:13px;color:#4b5563;cursor:pointer}.am-checkbox,.am-checkbox-inline{flex-direction:row!important;align-items:center}.am-checkbox{gap:8px!important}.am-checkbox input{width:16px;height:16px}.am-modal-footer{display:flex;justify-content:flex-end;gap:10px;padding-top:8px;border-top:1px solid var(--soft-line,#e5e7eb)}@media (max-width:680px){.am-form-grid{grid-template-columns:1fr}.am-modal-footer{flex-direction:column-reverse;align-items:stretch}}.am-richtext{display:flex;flex-direction:column;border:1px solid #d1d5db;border-radius:8px;overflow:hidden;background:#fff}.am-richtext:focus-within{border-color:var(--primary,#2563eb);box-shadow:0 0 0 3px rgba(37,99,235,.12)}.am-richtext-toolbar{display:flex;flex-wrap:wrap;gap:4px;padding:8px 10px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.am-richtext-toolbar button{min-width:28px;height:28px;padding:0 8px;border:1px solid transparent;border-radius:6px;background:transparent;color:#374151;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;line-height:1}.am-richtext-toolbar button:hover{background:#e5e7eb;border-color:#d1d5db}.am-richtext-toolbar button:focus{outline:none;border-color:var(--primary,#2563eb)}.am-richtext-divider{width:1px;height:22px;margin:3px 4px;background:#e5e7eb}.am-richtext-dropdown{position:relative;display:inline-flex}.am-richtext-dropdown-trigger{display:inline-flex;align-items:center;gap:2px;height:28px;padding:0 6px;border:1px solid #d1d5db;border-radius:6px;background:#fff;cursor:pointer}.am-richtext-dropdown-trigger:hover{background:#f3f4f6}.am-richtext-color-label{font-weight:700;font-size:14px;color:#dc2626;text-decoration:underline;text-underline-offset:3px}.am-richtext-bg-label{font-size:11px;font-weight:600;color:#b45309;background:#fef3c7;padding:1px 4px;border-radius:3px}.am-richtext-caret{font-size:10px;color:#6b7280}.am-richtext-palette{position:absolute;top:calc(100% + 6px);left:0;z-index:10000;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:6px;gap:6px;padding:10px;background:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.12);min-width:180px}.am-richtext-swatch{width:100%;aspect-ratio:1.6/1;height:24px;border-radius:4px;cursor:pointer;padding:0}.am-richtext-swatch:hover{transform:scale(1.08);box-shadow:0 0 0 2px rgba(37,99,235,.4)}.am-richtext-editor{min-height:180px;max-height:40vh;overflow-y:auto;padding:12px 14px;font-size:14px;line-height:1.7;color:#111827;outline:none;word-break:break-word}.am-richtext-editor:empty:before{content:attr(data-placeholder);color:#9ca3af;pointer-events:none}.am-richtext-editor div,.am-richtext-editor p{margin:4px 0;min-height:1.4em}.am-richtext-editor div:empty:after,.am-richtext-editor p:empty:after{content:"\200B";display:inline}.am-richtext-editor ul{padding-left:20px;list-style:disc;margin:4px 0}.am-richtext-editor ol{padding-left:20px;list-style:decimal;margin:4px 0}.am-richtext-editor li{margin:2px 0}.am-richtext-editor b,.am-richtext-editor strong{font-weight:700}.am-richtext-editor em,.am-richtext-editor i{font-style:italic}.am-richtext-editor u{text-decoration:underline}.am-richtext-editor s,.am-richtext-editor strike{text-decoration:line-through}.am-richtext-editor h1,.am-richtext-editor h2,.am-richtext-editor h3{margin:6px 0;font-weight:700}.am-richtext-editor h1{font-size:1.5em}.am-richtext-editor h2{font-size:1.3em}.am-richtext-editor h3{font-size:1.1em}.am-field{display:flex;flex-direction:column;gap:6px}.am-quill-wrap .ql-toolbar.ql-snow{border-color:#d1d5db;border-radius:8px 8px 0 0;background:#f9fafb}.am-quill-wrap .ql-container.ql-snow{border-color:#d1d5db;border-radius:0 0 8px 8px;font-size:14px}.am-quill-wrap .ql-editor{min-height:200px;line-height:1.7;color:#111827}.am-quill-wrap .ql-editor.ql-blank:before{color:#9ca3af;font-style:normal}.am-quill-wrap .ql-editor ul{padding-left:20px;list-style:disc}.am-quill-wrap .ql-editor ol{padding-left:20px;list-style:decimal}.am-quill-wrap .ql-editor li{margin:2px 0}.am-quill-wrap .ql-editor b,.am-quill-wrap .ql-editor strong{font-weight:700}.am-quill-wrap .ql-editor em,.am-quill-wrap .ql-editor i{font-style:italic}.am-quill-wrap .ql-editor u{text-decoration:underline}.am-quill-wrap .ql-editor s,.am-quill-wrap .ql-editor strike{text-decoration:line-through}.payment-orders-card{margin-top:20px}.payment-orders-card>.section-title>button{min-height:34px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#344054;cursor:pointer}.payment-order-filters{grid-template-columns:.7fr .7fr 1fr 1.2fr auto}.payment-order-table .admin-table-row{grid-template-columns:48px 1fr .65fr .72fr .6fr .72fr .62fr 1.65fr 1fr}.payment-order-ids,.payment-order-times,.payment-order-user{display:grid;grid-gap:3px;gap:3px;min-width:0}.payment-order-user b{color:#111827;font-size:13px}.payment-order-ids small,.payment-order-times small,.payment-order-user small{min-width:0;color:var(--muted);font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.payment-order-amount{color:#111827;font-weight:800}.payment-provider{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:24px;align-items:center;padding:0 8px;border-radius:6px;background:#f2f4f7;color:#344054;font-size:11px;font-style:normal;font-weight:800;white-space:nowrap}.payment-provider.provider-wechat{background:#ecfdf3;color:#067647}.payment-provider.provider-alipay{background:#eff8ff;color:#175cd3}.payment-status{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:24px;align-items:center;padding:0 8px;border-radius:999px;background:#f2f4f7;color:#475467;font-size:11px;font-style:normal;font-weight:800}.payment-status.status-paid{background:#ecfdf3;color:#067647}.payment-status.status-pending{background:#fffaeb;color:#b54708}.payment-status.status-failed{background:#fef3f2;color:#b42318}.payment-status.status-closed,.payment-status.status-expired{background:#f2f4f7;color:#667085}.retry-settings-page{display:grid;grid-gap:16px;gap:16px;padding:24px}.retry-settings-card{padding:20px;border:1px solid #e4e7ec;border-radius:14px;background:#fff;box-shadow:0 1px 2px rgba(16,24,40,.04)}.retry-settings-card h2{margin:0 0 16px;font-size:16px}.retry-master-card{display:flex;align-items:center;justify-content:space-between;gap:24px}.retry-master-card strong{font-size:18px}.retry-master-card p{margin:6px 0 0;color:#667085;font-size:13px}.retry-switch{display:flex;align-items:center;gap:9px;font-weight:800}.retry-category-list,.retry-checkbox-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.retry-category-list{grid-template-columns:repeat(2,minmax(0,1fr))}.retry-category-list label,.retry-checkbox-grid label{display:flex;align-items:flex-start;gap:10px;padding:13px;border:1px solid #eaecf0;border-radius:10px;background:#fcfcfd}.retry-category-list span,.retry-checkbox-grid span{display:grid;grid-gap:4px;gap:4px}.retry-category-list small,.retry-checkbox-grid small{color:#667085;line-height:1.45}.retry-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.retry-fields label{display:grid;grid-gap:7px;gap:7px;color:#344054;font-size:13px;font-weight:700}.retry-fields input{height:40px;padding:0 11px;border:1px solid #d0d5dd;border-radius:8px}.retry-reference-option{display:flex;gap:8px;margin-top:14px;color:#475467}.retry-settings-message{margin:0;padding:12px 14px;border-radius:9px;color:#175cd3;background:#eff8ff}.retry-settings-actions{display:flex;justify-content:flex-end;gap:10px}.retry-settings-actions button{min-height:40px;padding:0 18px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;font-weight:800;cursor:pointer}.retry-settings-actions button:last-child{border-color:#101828;color:#fff;background:#101828}@media (max-width:900px){.retry-category-list,.retry-checkbox-grid,.retry-fields{grid-template-columns:1fr}}@media (max-width:1180px){.payment-order-filters{grid-template-columns:1fr 1fr}.payment-order-table .admin-table-row{grid-template-columns:1fr}}@media (max-width:680px){.payment-order-filters{grid-template-columns:1fr}}