:root{color-scheme:light;--bg: #f4f5f7;--surface: #ffffff;--surface-soft: #f7f8fa;--line: #e7e8eb;--text: #17181a;--muted: #777b83;--quiet: #9ca0a8;--accent: #246bfd;--accent-soft: #eaf1ff;--mint: #3ecf8e;--coral: #ff765f;--amber: #f2b84b;--shadow: 0 18px 48px rgba(22, 28, 45, .09);font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;letter-spacing:0}*{box-sizing:border-box}html,body{margin:0;min-width:1040px;min-height:100%;background:var(--bg);color:var(--text)}button,input,textarea,select{font:inherit;letter-spacing:0}button,select,label{-webkit-tap-highlight-color:transparent}button{color:inherit}.app-shell{min-height:100vh;overflow:hidden;background:var(--bg)}.auth-gate{min-height:100vh;display:grid;place-items:center;padding:24px;background:#f3f5f8}.auth-card{width:min(420px,100%);display:grid;gap:22px;padding:34px;border:1px solid #e4e8ee;border-radius:12px;background:#fff;box-shadow:0 22px 70px #1722361f}.auth-brand{display:flex;align-items:center;gap:10px;color:#21252b;font-size:15px;font-weight:700}.auth-brand .brand-mark{flex:0 0 auto}.auth-card h1{margin:8px 0;color:#171a1f;font-size:26px;line-height:1.2}.auth-description{margin:0;color:#747b86;font-size:13px;line-height:1.7}.auth-form{display:grid;gap:14px}.auth-form label{display:grid;gap:7px;color:#4e5662;font-size:12px;font-weight:650}.auth-form input{width:100%;height:42px;padding:0 12px;border:1px solid #dfe3e8;border-radius:7px;outline:0;background:#fbfcfd;color:#1b1e23;font-size:13px}.auth-form input:focus{border-color:#7da7fa;box-shadow:0 0 0 3px #246bfd1f;background:#fff}.auth-verification{display:grid;gap:7px;min-width:0}.auth-verification small{color:#747b86;font-size:11px;line-height:1.5}.auth-verification-switch{justify-self:start;padding:2px 0;border:0;background:transparent;color:#246bfd;font-size:12px;cursor:pointer}.auth-verification-switch:hover{text-decoration:underline}.auth-verification-switch:focus-visible{outline:2px solid #246bfd;outline-offset:2px}.auth-submit{width:100%;justify-content:center;margin-top:5px}.auth-submit svg{width:15px;height:15px;animation:prism-spin .8s linear infinite}.auth-error{margin:0;color:#c24e48;font-size:12px;line-height:1.5}.auth-note{color:#a0a6af;font-size:11px;text-align:center}.auth-loading{min-height:160px;place-items:center;color:#77808c;font-size:13px}.auth-loading svg{width:20px;height:20px;animation:prism-spin .8s linear infinite}.admin-overview-modal{width:min(760px,92vw);overflow:hidden;border:1px solid #e1e5eb;border-radius:10px;background:#fff;box-shadow:0 24px 80px #11182729}.admin-overview-modal>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:24px 26px 20px;border-bottom:1px solid #edf0f3}.admin-overview-modal>header h2{margin:7px 0 5px;font-size:22px}.admin-overview-modal>header p{margin:0;color:#7c838d;font-size:12px}.admin-overview-content{padding:24px 26px}.admin-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.admin-stat-grid article{min-height:112px;display:grid;align-content:space-between;gap:8px;padding:15px;border:1px solid #e7eaef;border-radius:7px;background:#fbfcfd}.admin-stat-grid span,.admin-stat-grid small{color:#7c838d;font-size:11px}.admin-stat-grid strong{color:#1e2630;font-size:25px;line-height:1}.admin-overview-section{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:22px;padding-top:18px;border-top:1px solid #edf0f3}.admin-overview-section>div{display:grid;gap:4px}.admin-overview-section span{color:#7c838d;font-size:11px}.admin-overview-section .secondary-button{display:inline-flex;align-items:center;gap:6px}.admin-overview-section svg{width:14px;height:14px}.admin-overview-modal>footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 26px;border-top:1px solid #edf0f3;color:#9aa1aa;font-size:11px}.admin-overview-loading,.admin-overview-error{min-height:220px;display:grid;place-items:center;gap:8px;padding:30px;color:#7c838d;font-size:12px}.admin-overview-loading svg{width:19px;height:19px;animation:prism-spin .8s linear infinite}.admin-overview-error{color:#b35b55}.admin-page{height:100vh;min-height:0;display:grid;grid-template-rows:58px minmax(0,1fr);overflow:hidden;background:#f4f5f7;color:#17181a}.admin-page-topbar{position:sticky;top:0;z-index:20;height:58px;display:flex;align-items:center;gap:14px;padding:0 28px;border-bottom:1px solid #e2e6eb;background:#fff}.admin-page-topbar .brand{margin-right:6px}.admin-page-label{padding-left:14px;border-left:1px solid #e3e6eb;color:#7c838d;font-size:12px}.admin-page-body{min-height:0;display:grid;grid-template-columns:210px minmax(0,1fr);overflow:hidden}.admin-sidebar{position:sticky;top:0;height:calc(100vh - 58px);min-height:0;display:grid;align-content:start;gap:3px;padding:26px 14px;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;border-right:1px solid #e2e6eb;background:#fff}.admin-sidebar-caption{padding:0 11px 12px;color:#a0a6af;font-size:10px;font-weight:700;letter-spacing:.08em}.admin-sidebar a,.admin-sidebar button,.admin-sidebar span{display:flex;align-items:center;min-height:36px;padding:0 11px;border:0;border-radius:6px;background:transparent;color:#66707c;font-size:12px;text-decoration:none;text-align:left;cursor:pointer}.admin-sidebar a.active,.admin-sidebar button.active{background:#edf3ff;color:#246bfd;font-weight:700}.admin-sidebar span{color:#9aa1aa}.admin-page-main{min-width:0;min-height:0;padding:28px;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.admin-page-panel{width:100%}.admin-overview-page-card{width:min(1470px,100%);margin:0 auto;box-shadow:0 14px 40px #11182714}.admin-overview-page-card>header{padding:22px 26px 18px}.admin-overview-page-card .admin-overview-content{padding:22px 26px 28px}.admin-overview-page-card>footer{justify-content:flex-start}.dashboard-content{display:grid;gap:14px}.dashboard-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.dashboard-stat-grid article{min-width:0;display:grid;gap:6px;padding:13px;border:1px solid #e5e9ee;border-radius:7px;background:#fbfcfd}.dashboard-stat-grid span,.dashboard-stat-grid small{color:#77818c;font-size:10px}.dashboard-stat-grid strong{overflow:hidden;color:#27313b;font-size:21px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.dashboard-panel-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.8fr);gap:10px}.dashboard-panel{min-width:0;min-height:148px;padding:13px;border:1px solid #e5e9ee;border-radius:7px;background:#fff}.dashboard-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.dashboard-panel-heading>div{display:grid;gap:4px}.dashboard-panel-heading strong{color:#35404b;font-size:12px}.dashboard-panel-heading span,.dashboard-panel-heading small{color:#848d97;font-size:10px}.dashboard-range-switcher{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:4px}.dashboard-range-switcher button{height:25px;padding:0 7px;border:1px solid #dfe5ec;border-radius:4px;background:#fff;color:#74808d;font-size:10px;cursor:pointer}.dashboard-range-switcher button.active{border-color:#9bb9ed;background:#edf3ff;color:#2b65c6;font-weight:700}.dashboard-trend-shell{display:grid;grid-template-columns:28px minmax(0,1fr);gap:6px;height:210px;margin-top:10px}.dashboard-y-axis{display:flex;flex-direction:column;justify-content:space-between;padding:2px 0 24px;color:#8b949e;font-size:9px;text-align:right}.dashboard-trend-scroll{position:relative;min-width:0;overflow-x:auto;overflow-y:visible}.dashboard-trend-grid-lines{position:absolute;inset:2px 0 30px;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}.dashboard-trend-grid-lines i{display:block;width:100%;border-top:1px dashed #e9edf2}.dashboard-trend{position:relative;z-index:1;width:max-content;min-width:100%;height:100%;display:flex;align-items:end;justify-content:center;gap:9px;padding:2px 12px 30px}.dashboard-trend>span{margin:auto;color:#89919b;font-size:11px}.dashboard-trend-bar{position:relative;flex:0 0 20px;width:20px;height:100%;display:flex;align-items:end;justify-content:center}.dashboard-trend-bar i{width:20px;min-height:0;border-radius:3px 3px 0 0;background:#5a88dd}.dashboard-trend-bar span{position:absolute;bottom:0;left:50%;color:#8b939d;font-size:9px;transform:translate(-50%,125%);white-space:nowrap}.dashboard-provider-usage-panel{grid-column:auto}.dashboard-provider-usage-list{display:grid;gap:12px;margin-top:13px}.dashboard-provider-usage-list article{min-width:0}.dashboard-provider-usage-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.dashboard-provider-usage-heading strong{overflow:hidden;color:#39434d;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.dashboard-provider-usage-heading b{flex:0 0 auto;color:#4c5865;font-size:11px}.dashboard-provider-usage-bar{display:flex;height:12px;margin-top:5px;overflow:hidden;border-radius:3px;background:#f1f3f5}.dashboard-provider-usage-bar i,.dashboard-provider-usage-bar em{display:block;min-width:0;height:100%}.dashboard-provider-usage-bar i{background:#63b889}.dashboard-provider-usage-bar em{background:#e38b7d}.dashboard-provider-usage-list small{display:block;margin-top:4px;color:#89929c;font-size:10px}.dashboard-trend-scroll{overflow-x:hidden}.dashboard-trend{width:100%;min-width:0;gap:clamp(2px,1vw,9px);padding-left:4px;padding-right:4px}.dashboard-trend-bar{flex:1 1 0;width:auto;min-width:5px}.dashboard-trend-bar span{max-width:42px;overflow:visible;font-size:8px;transform:translate(-50%,125%) rotate(-35deg);transform-origin:50% 0}.dashboard-trend-bar[title]:after{content:attr(title);position:absolute;z-index:5;bottom:calc(100% + 8px);left:50%;width:max-content;max-width:190px;padding:5px 7px;border:1px solid #dce3ec;border-radius:4px;background:#26313d;color:#fff;font-size:10px;line-height:1.35;opacity:0;pointer-events:none;transform:translate(-50%);transition:opacity .12s ease;white-space:normal}.dashboard-trend-bar[title]:hover:after{opacity:1}.dashboard-panel-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:330px 148px;align-items:stretch}.dashboard-trend-panel{grid-column:1;grid-row:1;height:330px}.dashboard-provider-usage-panel{grid-column:2;grid-row:1 / span 2;height:488px;overflow-y:auto}.dashboard-provider-usage-panel~.dashboard-panel:not(.dashboard-issues-panel){grid-column:1;grid-row:2;height:148px}.dashboard-issues-panel{display:none}@media(max-width:900px){.dashboard-panel-grid{grid-template-columns:minmax(0,1fr);grid-template-rows:none}.dashboard-trend-panel,.dashboard-provider-usage-panel,.dashboard-provider-usage-panel~.dashboard-panel:not(.dashboard-issues-panel){grid-column:auto;grid-row:auto;width:auto;height:auto}}.dashboard-health-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:24px}.dashboard-health-summary>div{display:grid;gap:4px;padding:9px 7px;border-radius:5px;background:#edf8f2;text-align:center}.dashboard-health-summary>div.warning{background:#fff6df}.dashboard-health-summary>div.cooling{background:#fff0ed}.dashboard-health-summary b{color:#2b7654;font-size:18px}.dashboard-health-summary .warning b{color:#956500}.dashboard-health-summary .cooling b{color:#ac4c3b}.dashboard-health-summary span{color:#6e7780;font-size:10px;white-space:nowrap}.dashboard-issues-panel{grid-column:1 / -1;min-height:0}.dashboard-issue-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:7px;margin-top:10px}.dashboard-issue-list>div{min-width:0;display:grid;gap:4px;padding:8px;border-left:3px solid #d6897d;background:#fff8f6}.dashboard-issue-list strong,.dashboard-issue-list span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-issue-list strong{color:#704139;font-size:11px}.dashboard-issue-list span{color:#9a776f;font-size:10px}.dashboard-empty{padding:20px 0 4px;color:#7c858f;font-size:11px}.admin-content-card{width:min(1470px,100%);min-height:560px;margin:0 auto;overflow:hidden;border:1px solid #e1e5eb;border-radius:10px;background:#fff;box-shadow:0 14px 40px #11182714}.backup-content-card{min-height:0}.backup-run-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:104px}.backup-run-button svg{width:14px;height:14px}.backup-content-body{display:grid;gap:18px}.backup-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.backup-summary-grid article{display:grid;gap:5px;min-width:0;padding:15px 16px;border:1px solid #e3e7ec;border-radius:7px;background:#fafbfc}.backup-summary-grid span,.backup-summary-grid small{color:#7b8490;font-size:11px}.backup-summary-grid strong{overflow:hidden;color:#303841;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.backup-recovery-note{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border:1px solid #eadfce;border-radius:7px;background:#fffbf5;color:#695c4d;font-size:12px;line-height:1.55}.backup-recovery-note strong{flex:0 0 auto;color:#796044}.backup-table{overflow:hidden;border:1px solid #e1e5eb;border-radius:7px}.backup-table>div,.backup-table>article{display:grid;grid-template-columns:1.3fr .6fr .72fr 1fr .8fr;align-items:center;gap:14px;padding:12px 14px}.backup-table-head{border-bottom:1px solid #e1e5eb;background:#f7f8fa;color:#7a8490;font-size:11px}.backup-table article{border-bottom:1px solid #edf0f3;color:#535b66;font-size:12px}.backup-table article:last-child{border-bottom:0}.backup-table article strong{color:#313a45;font-size:12px}.backup-table time{color:#414a55}.backup-mode{width:fit-content;padding:3px 7px;border-radius:4px;font-size:11px}.backup-mode.automatic{background:#ebf5ee;color:#377148}.backup-mode.manual{background:#eef3fb;color:#466caa}@media(max-width:780px){.backup-summary-grid{grid-template-columns:1fr}.backup-table{overflow-x:auto}.backup-table>div,.backup-table>article{min-width:650px}}.admin-content-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:24px 28px 20px;border-bottom:1px solid #edf0f3}.admin-content-header h1{margin:7px 0 5px;font-size:22px}.admin-content-header p{margin:0;color:#7c838d;font-size:12px}.admin-content-header .primary-small{display:inline-flex;align-items:center;gap:6px}.admin-content-header .primary-small svg{width:14px;height:14px}.admin-routing-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-end}.admin-module-list{display:grid;gap:8px}.admin-module-row{display:grid;grid-template-columns:minmax(150px,1fr) 150px minmax(260px,1.7fr) auto;align-items:end;gap:12px;padding:12px;border:1px solid #e1e6eb;border-radius:7px;background:#fbfcfd}.admin-module-info{display:grid;gap:4px;align-self:center;min-width:0}.admin-module-info strong{color:#303640;font-size:13px}.admin-module-info span{color:#7b858f;font-size:11px}.admin-module-status,.admin-module-message{display:grid;gap:5px;min-width:0;color:#66717c;font-size:10px}.admin-module-status select,.admin-module-message input{width:100%;height:34px;box-sizing:border-box;padding:0 9px;border:1px solid #dbe1e7;border-radius:5px;background:#fff;color:#303640;font-size:11px}.admin-module-message input{min-width:0}.admin-module-row .primary-small{width:72px}.admin-module-note{display:grid;gap:4px;margin-top:12px;padding:10px 12px;border-left:3px solid #6d98e4;background:#f4f8ff;color:#5f6f82;font-size:11px}.admin-module-note strong{color:#3e5e8d}.nav-item.maintenance{position:relative;color:#8a6a32}.nav-item.maintenance small{margin-left:auto;color:#a9781c;font-size:9px}@media(max-width:900px){.admin-module-row{grid-template-columns:minmax(140px,1fr) 140px}.admin-module-message{grid-column:1 / -1}.admin-module-row .primary-small{grid-column:2;justify-self:end}}.admin-provider-health-grid{display:grid;grid-template-columns:repeat(auto-fill,150px);gap:8px}.admin-provider-health-square{position:relative;width:150px;height:150px;min-width:0;box-sizing:border-box;display:grid;align-content:start;gap:5px;padding:11px;border:1px solid #dce6df;border-radius:6px;background:#f4fbf6;color:#276444;text-align:left;cursor:pointer}.admin-provider-health-square:hover:not(:disabled){border-color:#6d9f7e;box-shadow:0 2px 8px #3169451f}.admin-provider-health-square:disabled{cursor:default;opacity:.72}.admin-provider-health-square span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-provider-health-square span{color:#557261;font-size:10px}.admin-provider-health-square strong{display:-webkit-box;overflow:hidden;color:#285b3b;font-size:11px;line-height:1.3;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}.admin-provider-health-square i{position:absolute;bottom:32px;left:50%;width:max-content;max-width:calc(100% - 22px);overflow:hidden;color:#a64431;font-size:10px;font-style:normal;font-weight:700;text-overflow:ellipsis;white-space:nowrap;transform:translate(-50%)}.admin-provider-health-square em{position:absolute;bottom:11px;left:50%;width:max-content;max-width:calc(100% - 22px);padding:3px 6px;overflow:hidden;border-radius:4px;background:#dff1e4;color:#286443;font-size:10px;font-style:normal;font-weight:700;text-overflow:ellipsis;white-space:nowrap;transform:translate(-50%)}.admin-provider-health-square.warning{border-color:#edd49b;background:#fffaf0}.admin-provider-health-square.warning strong{color:#805c13}.admin-provider-health-square.warning em{background:#fff0c9;color:#8b5e00}.admin-provider-health-square.cooling{border-color:#edc7bf;background:#fff4f1}.admin-provider-health-square.cooling strong{color:#994837}.admin-provider-health-square.cooling em{background:#ffe0d8;color:#a64431}.admin-provider-health-square.idle{border-color:#dfe4e8;background:#f7f8fa}.admin-provider-health-square.idle strong{color:#59616b}.admin-provider-health-square.idle em{background:#e8ebee;color:#66707a}.admin-routing-note{padding:12px;border:1px dashed #d9dfe5;border-radius:6px;color:#7c858f;font-size:12px}.admin-routing-section{display:grid;gap:10px;margin-bottom:24px}.admin-routing-model-list,.admin-routing-route-list{display:grid;gap:7px}.admin-routing-model-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.admin-routing-model-card{min-width:0;display:grid;gap:9px;padding:13px;border:1px solid #e1e6eb;border-radius:7px;background:#fbfcfd}.admin-routing-model-card>label{display:grid;gap:5px;min-width:0;color:#66717c;font-size:11px}.admin-routing-model-card input:not([type=checkbox]){min-width:0;width:100%;height:34px;box-sizing:border-box;padding:0 9px;border:1px solid #dbe1e7;border-radius:5px;background:#fff;color:#303640;font-size:12px}.admin-routing-model-card small{overflow:hidden;color:#8b939d;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.admin-routing-model-card>div{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.admin-routing-enabled{display:inline-flex;align-items:center;gap:5px;min-width:0;color:#66717c;font-size:11px;white-space:nowrap}.admin-routing-route-head{display:grid;grid-template-columns:150px 70px 150px minmax(180px,1fr) 70px 105px auto auto;gap:7px;padding:0 10px;color:#8a929c;font-size:10px}.admin-routing-route-head span{min-width:0}.admin-routing-model-row,.admin-routing-route-row{display:grid;align-items:center;gap:7px;padding:10px;border:1px solid #e7eaef;border-radius:7px;background:#fbfcfd}.admin-routing-model-row{grid-template-columns:180px minmax(180px,1fr) auto auto}.admin-routing-route-row{grid-template-columns:150px 70px 150px minmax(180px,1fr) 70px 105px auto auto}.admin-routing-model-row input:not([type=checkbox]),.admin-routing-route-row input:not([type=checkbox]),.admin-routing-route-row select{min-width:0;height:32px;padding:0 8px;border:1px solid #dfe3e8;border-radius:5px;background:#fff;color:#303640;font-size:11px}.admin-routing-model-row label,.admin-routing-route-row label{display:inline-flex;align-items:center;gap:5px;color:#68717c;font-size:10px;white-space:nowrap}.admin-routing-model-row .text-button,.admin-routing-route-row .text-button{white-space:nowrap}.admin-routing-table-wrap{overflow-x:auto;border:1px solid #e1e5ea;border-radius:7px}.admin-routing-table{min-width:1050px}.admin-routing-table-head{display:grid;grid-template-columns:160px 68px minmax(145px,.9fr) minmax(180px,1fr) 76px 94px 172px;align-items:center;min-height:34px;padding:0 10px;gap:8px;border-bottom:1px solid #dfe4ea;background:#f7f8fa;color:#7c858f;font-size:11px}.admin-routing-model-group{display:grid;grid-template-columns:160px minmax(0,1fr);border-bottom:1px solid #dfe4ea;background:#fff}.admin-routing-model-group:last-child{border-bottom:0}.admin-routing-merged-model{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:12px;border-right:1px solid #dfe4ea;background:#fafbfc;text-align:center}.admin-routing-merged-model strong{color:#303640;font-size:13px;overflow-wrap:anywhere}.admin-routing-merged-model small{color:#8b939d;font-size:10px;overflow-wrap:anywhere}.admin-routing-resolution-list{display:grid}.admin-routing-resolution-row{display:grid;grid-template-columns:68px minmax(0,1fr);min-height:58px;border-bottom:1px solid #e7eaee}.admin-routing-resolution-row:last-child{border-bottom:0}.admin-routing-resolution{display:flex;align-items:center;justify-content:center;padding:8px;border-right:1px solid #e7eaee;color:#4a535e;font-size:12px}.admin-routing-mapping-stack{min-width:0;display:grid}.admin-routing-mapping-row{display:grid;grid-template-columns:minmax(145px,.9fr) minmax(180px,1fr) 76px 94px 172px;align-items:center;gap:8px;min-height:48px;padding:7px 10px;border-bottom:1px dashed #e4e7eb}.admin-routing-mapping-row.is-highlighted{background:#fff9e8;box-shadow:inset 3px 0 #d39a2e}.admin-routing-mapping-row select{min-width:0;height:32px;padding:0 8px;border:1px solid #dfe3e8;border-radius:5px;background:#fff;color:#303640;font-size:11px}.admin-routing-mapping-row label{display:inline-flex;align-items:center;gap:5px;color:#66717c;font-size:10px;white-space:nowrap}.admin-routing-mapping-actions{display:flex;align-items:center;gap:5px;white-space:nowrap}.admin-routing-mapping-actions span{color:#68727d;font-size:10px}.admin-routing-inline-health{display:grid;gap:2px;min-width:0;padding:5px 7px;border:1px solid #eadbb7;border-radius:5px;background:#fff8e8;font-size:0}.admin-routing-inline-health strong,.admin-routing-inline-health small{overflow:hidden;color:#816631;font-size:10px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.admin-routing-inline-health .admin-routing-cooldown{color:#a64431;font-weight:700}.admin-routing-inline-health strong{font-weight:700}.admin-routing-inline-health.warning{border-color:#edcf8d;background:#fff4dc}.admin-routing-inline-health.warning strong{color:#966600}.admin-routing-inline-health.cooling{border-color:#efc5bd;background:#fff0ed}.admin-routing-inline-health.cooling strong,.admin-routing-inline-health.cooling small{color:#a94d3e}.admin-routing-inline-health .text-button{width:fit-content;padding:0;color:inherit;font-size:10px;text-decoration:underline}.admin-routing-mapping-empty{display:flex;align-items:center;min-height:48px;padding:7px 10px;color:#9098a1;font-size:11px}.admin-routing-add-mapping{display:flex;justify-content:flex-end;min-height:31px;padding:4px 10px 5px}.admin-routing-add-mapping .text-button{color:#2d68dc;font-size:11px}.admin-route-health-list{display:grid;gap:8px}.admin-route-health-row{display:grid;grid-template-columns:minmax(180px,1.2fr) minmax(260px,1fr) auto;align-items:center;gap:14px;padding:12px;border:1px solid #e3e7ec;border-radius:7px;background:#fbfcfd}.admin-route-health-row>div{min-width:0;display:grid;gap:4px}.admin-route-health-row strong,.admin-route-health-row span,.admin-route-health-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-route-health-row strong{color:#303640;font-size:12px}.admin-route-health-row>div>span:not(.admin-route-health-status),.admin-route-health-row small{color:#77808b;font-size:10px}.admin-route-health-status{width:fit-content;padding:3px 7px;border-radius:4px;background:#eaf7ef;color:#28724b;font-size:10px;font-weight:650}.admin-route-health-status.warning{background:#fff5df;color:#946500}.admin-route-health-status.cooling{background:#fff0ed;color:#ad4f3d}@media(max-width:980px){.admin-route-health-row{grid-template-columns:minmax(0,1fr) auto}.admin-route-health-row>div:nth-child(2){grid-column:1 / -1;grid-row:2}}@media(max-width:620px){.admin-route-health-row{grid-template-columns:minmax(0,1fr)}.admin-route-health-row>div:nth-child(2),.admin-route-health-row>button{grid-column:auto;grid-row:auto;justify-self:start}}@media(max-width:1080px){.admin-routing-model-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.admin-routing-model-cards{grid-template-columns:minmax(0,1fr)}.admin-provider-health-grid{grid-template-columns:repeat(auto-fill,150px)}}@media(max-width:900px){.dashboard-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-panel-grid{grid-template-columns:minmax(0,1fr)}.dashboard-issues-panel{grid-column:auto}.admin-management-toolbar>span{width:100%;margin-left:0}.admin-adjustment-toolbar .admin-account-search{flex-basis:100%;max-width:none}}@media(max-width:520px){.dashboard-stat-grid{grid-template-columns:minmax(0,1fr)}.admin-management-toolbar>select,.admin-date-filter input{min-width:0}.admin-date-filter{flex:1 1 130px}.admin-date-filter input{width:100%}.admin-invite-disclosure .admin-invite-form{grid-template-columns:minmax(0,1fr)}}.admin-content-body{padding:26px 28px}.admin-security-status,.admin-security-setup{display:grid;gap:9px;max-width:760px;padding:16px;border:1px solid #e1e5eb;border-radius:8px;background:#fafbfc}.admin-security-body{display:grid;justify-items:start;gap:14px}.admin-security-body>*{width:min(100%,760px);box-sizing:border-box;min-width:0}.admin-security-body>button{width:auto}.admin-security-status{grid-template-columns:minmax(0,1fr) auto;align-items:center;margin-bottom:14px}.admin-security-status p,.admin-security-setup p{grid-column:1 / -1;margin:0;color:#737d88;font-size:11px;line-height:1.55}.admin-security-setup{margin-top:16px;background:#fff}.admin-security-setup h3{margin:0;color:#303640;font-size:14px}.admin-security-setup label{display:grid;gap:5px;color:#626d79;font-size:11px}.admin-security-setup input{width:100%;min-width:0;height:36px;box-sizing:border-box;padding:0 10px;border:1px solid #dbe1e7;border-radius:6px;background:#fff;color:#303640;font-size:11px}.admin-security-setup small{color:#8a939c;font-size:10px;line-height:1.5}.admin-security-code{display:flex;align-items:flex-end;gap:10px}.admin-security-code>label{flex:1}.admin-security-code>div{display:flex;gap:8px}.admin-security-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-security-actions{display:flex;flex-wrap:wrap;gap:8px}.admin-recovery-codes{display:grid;gap:12px;padding:16px;border:1px solid #b8d2c5;border-radius:8px;background:#f2f9f5}.admin-recovery-codes strong{color:#244b38;font-size:14px}.admin-recovery-codes p{margin:6px 0 0;color:#536c5e;font-size:11px;line-height:1.6}.admin-recovery-codes textarea{width:100%;min-width:0;height:180px;box-sizing:border-box;padding:12px;resize:vertical;border:1px solid #b8d2c5;border-radius:6px;background:#fff;color:#263d30;font:13px/1.55 monospace}.admin-recovery-codes button{justify-self:start}.admin-security-setup .secondary-button.danger{color:#b24c4c;border-color:#e5b9b6;background:#fff8f7}@media(max-width:680px){.admin-security-status{grid-template-columns:1fr}.admin-security-code,.admin-security-fields{display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch}.admin-security-code>div{flex-wrap:wrap}.admin-security-actions>button{flex:1 1 180px}}.admin-management-toolbar{position:relative;display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:14px}.admin-management-toolbar>select,.admin-date-filter input{height:34px;min-width:104px;padding:0 8px;border:1px solid #dfe4ea;border-radius:5px;background:#fff;color:#414b56;font-size:11px}.admin-management-toolbar>span{margin-left:auto;color:#7c858d;font-size:11px;white-space:nowrap}.admin-account-search{position:relative;flex:1 1 250px;min-width:220px;max-width:390px}.admin-account-search>svg{position:absolute;top:9px;left:9px;width:15px;height:15px;color:#8b949e;pointer-events:none}.admin-account-search>input{width:100%;height:34px;box-sizing:border-box;padding:0 10px 0 31px;border:1px solid #dfe4ea;border-radius:5px;background:#fff;color:#37414c;font-size:11px}.admin-account-search>input:focus{border-color:#7da7fa;outline:0;box-shadow:0 0 0 3px #246bfd1a}.admin-search-suggestions{position:absolute;z-index:20;top:calc(100% + 4px);right:0;left:0;max-height:264px;overflow:auto;padding:4px;border:1px solid #dfe4ea;border-radius:6px;background:#fff;box-shadow:0 10px 24px #1e283424}.admin-search-suggestions button{width:100%;display:grid;gap:3px;padding:8px;border:0;border-radius:4px;background:transparent;color:#35404b;text-align:left;cursor:pointer}.admin-search-suggestions button:hover{background:#f1f5fd}.admin-search-suggestions strong,.admin-search-suggestions span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-search-suggestions strong{font-size:11px}.admin-search-suggestions span{color:#7b8590;font-size:10px}.admin-invite-disclosure{margin-bottom:14px;border:1px solid #e3e8ee;border-radius:7px;background:#fbfcfd}.admin-invite-disclosure summary{padding:11px 13px;color:#46515c;font-size:12px;font-weight:700;cursor:pointer}.admin-invite-disclosure[open] summary{border-bottom:1px solid #e7ebef}.admin-invite-disclosure .admin-invite-form,.admin-invite-disclosure .admin-invite-result{margin-right:13px;margin-left:13px}.admin-invite-disclosure .admin-invite-form{grid-template-columns:minmax(0,1fr) auto;margin-bottom:12px}.customer-account-table{overflow:auto;border:1px solid #e3e8ee;border-radius:7px}.customer-account-head,.customer-account-row{display:grid;grid-template-columns:minmax(165px,1fr) minmax(150px,1fr) 86px 150px 66px minmax(190px,auto);gap:12px;align-items:center;min-width:880px;padding:11px 13px}.customer-account-head{background:#f7f9fb;color:#8a929c;font-size:10px}.customer-account-row{border-top:1px solid #edf0f3}.customer-account-row>div:first-child{min-width:0;display:grid;gap:4px}.customer-account-row strong,.customer-account-row small,.customer-account-row>span,.customer-account-row time{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-account-row strong{color:#303a45;font-size:12px}.customer-account-row small,.customer-account-row>span,.customer-account-row time{color:#7a838d;font-size:10px}.customer-account-row>b{color:#246bfd;font-size:13px}.customer-account-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;white-space:nowrap}.admin-header-actions,.provider-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.admin-filter-empty{min-width:100%;padding:20px;color:#818a94;font-size:12px;text-align:center}.admin-date-filter{display:inline-flex;align-items:center;gap:5px;color:#717b86;font-size:11px;white-space:nowrap}.admin-date-filter input{min-width:128px}.provider-event-list{display:grid;gap:8px}.provider-event-row{display:grid;gap:7px;padding:11px 12px;border:1px solid #eadcb8;border-left:3px solid #d29a2d;border-radius:7px;background:#fffdf8}.provider-event-row.configuration_failure{border-color:#edc8c1;border-left-color:#c45c4d;background:#fff9f8}.provider-event-row.permanent_failure{border-color:#ebd5ab;border-left-color:#b57c18;background:#fffdf8}.provider-event-line{min-width:0;display:grid;align-items:center;column-gap:12px}.provider-event-summary{grid-template-columns:minmax(135px,.55fr) minmax(180px,.85fr) auto minmax(240px,1.6fr)}.provider-event-diagnostic{grid-template-columns:minmax(315px,1.4fr) minmax(0,2fr)}.provider-event-summary strong{overflow:hidden;color:#35404b;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.provider-event-summary>span{overflow:hidden;color:#77818b;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.provider-event-summary b{width:fit-content;padding:3px 6px;border-radius:4px;background:#fff0d0;color:#8b6106;font-size:10px;white-space:nowrap}.provider-event-row.configuration_failure .provider-event-summary b{background:#ffe3df;color:#a8493a}.provider-event-summary>span:last-child{color:#4f5964;font-size:11px}.provider-event-diagnostic small{overflow:hidden;color:#77818b;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.provider-event-diagnostic code{overflow:hidden;color:#6c6254;font-family:inherit;font-size:10px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}@media(max-width:760px){.provider-event-summary,.provider-event-diagnostic{grid-template-columns:minmax(0,1fr);row-gap:5px}.provider-event-diagnostic code{white-space:normal;word-break:break-word}}.provider-test-settings-preview{display:block;width:140px;height:140px;margin-top:8px;border:1px solid #e3e7ec;border-radius:6px;object-fit:cover}.provider-test-settings-modal{width:min(640px,92vw);max-height:82vh}.provider-test-settings-modal>header{padding:20px 24px 17px;background:#fbfcfd}.provider-test-settings-modal>header h2{color:#27313b;font-size:19px}.provider-test-settings-modal>header p{margin:6px 0 0;color:#7a848e;font-size:11px}.provider-test-settings-modal .modal-content{display:grid;gap:16px;max-height:58vh;padding:22px 24px 24px}.provider-test-settings-modal .modal-content label{display:grid;gap:7px;color:#4b5661;font-size:11px;font-weight:650}.provider-test-settings-modal textarea{min-height:132px;resize:vertical;line-height:1.55}.provider-test-settings-modal input[type=file]{width:100%;padding:9px;border:1px dashed #cbd3db;border-radius:6px;background:#f8fafb;color:#65717c;font-size:11px}.provider-test-settings-modal small{color:#89929b;font-size:10px;line-height:1.5}.provider-test-settings-modal>footer{display:flex;align-items:center;justify-content:flex-end;gap:9px;padding:14px 24px;border-top:1px solid #edf0f3;background:#fbfcfd}.provider-test-page-list{display:grid;gap:10px}.provider-test-table{overflow-x:auto;border:1px solid #e3e7ec;border-radius:7px}.provider-test-table-head,.provider-test-table-row{min-width:1080px;display:grid;grid-template-columns:180px minmax(280px,1fr) minmax(280px,1fr) 92px 190px;gap:0}.provider-test-table-head{min-height:36px;align-items:center;padding:0 12px;border-bottom:1px solid #e3e7ec;background:#f7f9fb;color:#78828d;font-size:10px}.provider-test-table-row{align-items:stretch;border-bottom:1px solid #edf0f3}.provider-test-table-row:last-child{border-bottom:0}.provider-test-table-row>.provider-test-cell{border-right:1px solid #edf0f3}.provider-test-cell{min-width:0;padding:12px}.provider-test-api-info,.provider-test-status-cell{display:grid;align-content:center;gap:4px}.provider-test-status-cell{min-width:0;overflow:hidden}.provider-test-api-info strong{color:#303b46;font-size:12px;overflow-wrap:anywhere}.provider-test-api-info span,.provider-test-api-info small,.provider-test-status-cell small{color:#7d8791;font-size:10px}.provider-test-status-cell small{display:grid;width:70px;line-height:1.35;white-space:normal;overflow-wrap:anywhere}.provider-test-result-cell{display:flex;gap:8px;overflow-x:auto}.provider-test-result-item{flex:0 0 128px;display:grid;align-content:start;gap:4px;padding:7px;border:1px solid #e5e9ed;border-radius:5px;background:#fff}.provider-test-result-item strong{overflow:hidden;color:#46515d;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.provider-test-result-item small{color:#7d8791;font-size:9px}.provider-test-thumb-button{display:block;width:112px;height:112px;padding:0;border:0;border-radius:4px;background:#f4f6f8;cursor:zoom-in}.provider-test-thumb-button:hover{outline:2px solid #6d98e4;outline-offset:2px}.provider-test-result-item img{display:block;width:112px;height:112px;border-radius:4px;object-fit:contain;background:#f4f6f8}.provider-test-result-item code{max-height:70px;overflow:auto;color:#a04e45;font-family:inherit;font-size:9px;line-height:1.3;white-space:normal;word-break:break-word}.provider-test-image-backdrop{z-index:120;padding:20px}.provider-test-image-modal{position:relative;display:grid;grid-template-rows:minmax(0,1fr) auto;max-width:86vw;max-height:82vh;padding:14px;box-sizing:border-box;border:1px solid #dce3ec;border-radius:8px;background:#101419;box-shadow:0 18px 60px #00000059}.provider-test-image-viewport{min-width:0;min-height:0;display:grid;place-items:center;overflow:hidden;overscroll-behavior:contain;border-radius:5px;background:#080b0f;cursor:grab;touch-action:none;user-select:none}.provider-test-image-viewport.dragging{cursor:grabbing}.provider-test-image-viewport img{display:block;width:100%;height:100%;object-fit:contain;transform-origin:center center;pointer-events:none;user-select:none}.provider-test-image-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:12px;min-height:34px;padding:8px 2px 0;color:#c3ccd7;font-size:10px}.provider-test-image-toolbar span{margin-right:auto;color:#8995a4}.provider-test-image-toolbar strong{min-width:42px;color:#fff;text-align:right}.provider-test-image-close{position:absolute;top:8px;right:8px;z-index:1;border-color:#ffffff47;background:#101419b8;color:#fff}.provider-test-empty-cell{display:grid;place-items:center;color:#9aa2aa;font-size:10px}.provider-test-status-cell b{width:fit-content;padding:3px 6px;border-radius:4px;font-size:10px}.provider-test-status-cell b.passed{background:#e5f4eb;color:#27754c}.provider-test-status-cell b.failed{background:#fde9e6;color:#a9483f}.provider-test-status-cell b.partial{background:#fff1d8;color:#946516}.provider-test-status-cell b.pending{background:#eef1f4;color:#6d7781}.provider-test-action-cell{display:grid;place-items:center;padding:10px 12px;overflow:visible}.provider-test-action-stack{display:grid;justify-items:center;gap:7px}.provider-test-model-selection{display:grid;gap:3px;width:100%;max-width:190px}.provider-test-model-selection>span{color:#7d8791;font-size:9px}.provider-test-model-selection label{display:flex;align-items:center;gap:4px;min-width:0;color:#4b5661;font-size:9px;cursor:pointer}.provider-test-model-selection input{flex:0 0 auto;margin:0;accent-color:#246bfd}.provider-test-model-selection label span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.provider-test-quality-toggle{display:inline-flex;align-items:center;gap:5px;color:#66531f;font-size:10px;white-space:nowrap;cursor:pointer}.provider-test-quality-toggle input{margin:0;accent-color:#c48a20}.provider-test-quality-na{color:#9aa2aa;font-size:9px;white-space:nowrap}.provider-test-quality-result{display:inline-flex;width:fit-content;padding:2px 4px;border-radius:3px;background:#fff1d8;color:#946516;font-size:9px;line-height:1.2}.provider-test-quality-result.passed{background:#e5f4eb;color:#27754c}.provider-test-quality-result.unsupported{background:#fde9e6;color:#a9483f}.provider-test-quality-result.unknown{background:#eef1f4;color:#6d7781}.provider-test-quality-result.not-applicable{background:#f0f2f4;color:#7d8791}.admin-routing-quality-badge{margin-left:5px;color:#c53b32;font-size:10px;font-weight:800;white-space:nowrap}.provider-test-api-row{overflow:hidden;border:1px solid #e3e7ec;border-radius:7px;background:#fff}.provider-test-api-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 15px}.provider-test-api-head>div:first-child{min-width:0;display:grid;gap:4px}.provider-test-api-head strong{color:#2f3944;font-size:13px}.provider-test-api-head span{color:#7c858f;font-size:10px}.provider-test-api-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}.provider-test-api-actions .admin-account-status{min-width:64px;text-align:center}.provider-test-inline-result{display:grid;gap:10px;padding:12px 15px 15px;border-top:1px solid #edf0f3;background:#fafbfc}.provider-test-inline-meta{display:flex;gap:14px;flex-wrap:wrap;color:#7b858f;font-size:10px}.provider-test-inline-reference{display:flex;align-items:center;gap:10px;color:#56616d;font-size:11px}.provider-test-inline-reference img{width:52px;height:52px;border:1px solid #e1e5ea;border-radius:5px;object-fit:cover}.provider-test-inline-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.provider-test-inline-step{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px;padding:9px;border:1px solid #e5e9ed;border-radius:6px;background:#fff}.provider-test-inline-step>div{min-width:0;display:grid;gap:3px}.provider-test-inline-step strong{color:#37424d;font-size:11px}.provider-test-inline-step span,.provider-test-inline-step small{overflow:hidden;color:#7a848e;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.provider-test-inline-step b{color:#2d8a5d;font-size:10px}.provider-test-inline-step.failed b{color:#bd5147}.provider-test-inline-step code{grid-column:1 / -1;overflow:auto;color:#895d56;font-family:inherit;font-size:10px;line-height:1.35;white-space:normal;word-break:break-word}.provider-test-inline-step img{grid-column:1 / -1;width:100%;max-height:210px;border-radius:5px;object-fit:contain;background:#f4f6f8}@media(max-width:760px){.provider-test-api-head{align-items:flex-start;flex-direction:column}.provider-test-api-actions{justify-content:flex-start}.provider-test-inline-steps{grid-template-columns:minmax(0,1fr)}}.admin-invite-form-wide{max-width:680px}.admin-page-list{display:grid;gap:8px;margin-top:22px}.admin-provider-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.admin-provider-card{display:grid;gap:16px;padding:16px;border:1px solid #e7eaef;border-radius:7px;background:#fbfcfd}.admin-provider-card>div:first-child,.admin-provider-meta{display:grid;gap:5px}.admin-provider-card strong{color:#27303b;font-size:13px}.admin-provider-card span,.admin-provider-card small{color:#7c838d;font-size:10px}.admin-provider-meta{grid-template-columns:auto 1fr;align-items:center;column-gap:9px}.admin-provider-meta small:last-child{grid-column:2}.admin-provider-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:20px}.admin-provider-summary article{display:grid;gap:5px;min-height:88px;padding:14px 16px;border:1px solid #e4e8ed;border-radius:7px;background:#fafbfc}.admin-provider-summary span,.admin-provider-summary small{color:#7b838d;font-size:11px}.admin-provider-summary strong{color:#29313b;font-size:23px;line-height:1}.admin-provider-list{overflow-x:auto;border:1px solid #e3e7ec;border-radius:7px}.admin-provider-list-head,.admin-provider-row{min-width:780px;display:grid;grid-template-columns:minmax(200px,1.3fr) 100px 130px 95px 105px 86px;align-items:center;gap:10px;padding:0 14px}.admin-provider-list-head{min-height:35px;border-bottom:1px solid #e3e7ec;background:#f7f8fa;color:#7a838e;font-size:10px}.admin-provider-row{min-height:67px;border-bottom:1px solid #edf0f3;color:#535c67;font-size:11px}.admin-provider-row:last-child{border-bottom:0}.admin-provider-row>div{min-width:0;display:grid;gap:5px}.admin-provider-row strong{overflow:hidden;color:#2d3540;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.admin-provider-row small{overflow:hidden;color:#858d97;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.provider-key-ready,.provider-key-missing{width:fit-content;padding:3px 6px;border-radius:4px;font-size:10px;white-space:nowrap}.provider-key-ready{background:#ebf7ef;color:#33794f}.provider-key-missing{background:#fff0ed;color:#ad5444}.admin-model-list{display:grid;gap:8px}.admin-model-row{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 14px;border:1px solid #e7eaef;border-radius:7px;background:#fbfcfd}.admin-model-row>div:first-child{display:grid;gap:5px}.admin-model-row>div:last-child{display:grid;justify-items:end;gap:5px}.admin-model-row strong{color:#27303b;font-size:12px}.admin-model-row span,.admin-model-row code{color:#7c838d;font-size:10px}.admin-price-pending{color:#a67c32!important}.admin-model-price-editor{display:flex!important;align-items:center;gap:7px}.admin-model-price-editor label{display:flex;align-items:center;gap:5px;color:#7c838d;font-size:10px}.admin-model-price-editor input{width:74px;height:32px;padding:0 8px;border:1px solid #dfe3e8;border-radius:6px;outline:0;background:#fff;color:#27303b;font-size:11px}.admin-model-pricing-row{align-items:flex-start}.admin-model-pricing-row>div:first-child{flex:0 0 240px}.admin-resolution-prices{display:grid!important;grid-template-columns:repeat(3,minmax(110px,1fr)) auto;gap:10px;flex:1 1 auto;width:auto;align-items:end}.admin-resolution-prices label{display:grid;grid-template-columns:72px 52px;align-items:center;justify-content:start;gap:5px;min-width:0;color:#7c838d;font-size:10px}.admin-resolution-prices label>span{grid-column:1 / -1}.admin-resolution-prices input{width:72px;min-width:0;height:30px;padding:0 6px;border:1px solid #dfe3e8;border-radius:5px;outline:0;background:#fff;color:#27303b;font-size:11px}.admin-resolution-prices button{width:76px;min-width:0;min-height:30px;padding:0 4px;font-size:10px}.admin-model-save{align-self:end}.admin-empty-state{min-height:190px;display:grid;place-items:center;align-content:center;gap:8px;color:#8a929c;text-align:center}.admin-empty-state svg{width:22px;height:22px}.admin-empty-state strong{color:#4a535e;font-size:13px}.admin-empty-state span{font-size:11px}.admin-module-roadmap{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.admin-module-roadmap article{display:grid;gap:7px;padding:16px;border:1px solid #e7eaef;border-radius:7px;background:#fbfcfd}.admin-module-roadmap article>span{color:#9ca4ae;font-size:11px;font-weight:700}.admin-module-roadmap strong{color:#36404b;font-size:12px}.admin-module-roadmap small{color:#9aa1aa;font-size:10px}.admin-credit-list,.admin-audit-list{display:grid;gap:9px}.admin-credit-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 14px;border:1px solid #e7eaef;border-radius:7px;background:#fbfcfd}.admin-credit-account{display:grid;gap:5px;min-width:180px}.admin-credit-account strong{color:#27303b;font-size:12px}.admin-credit-account span{color:#7c838d;font-size:10px}.admin-credit-account b{color:#246bfd;font-size:14px}.admin-credit-form{display:grid;grid-template-columns:110px minmax(150px,1fr) auto;gap:7px;flex:1;max-width:510px}.admin-credit-form input{min-width:0;height:34px;padding:0 9px;border:1px solid #dfe3e8;border-radius:6px;outline:0;background:#fff;color:#333942;font-size:11px}.admin-credit-form input:focus{border-color:#7da7fa;box-shadow:0 0 0 3px #246bfd1a}.admin-credit-tabs{display:flex;gap:3px;padding:0 28px;border-bottom:1px solid #edf0f3;background:#fbfcfd}.admin-credit-tabs button{min-height:42px;padding:0 13px;border:0;border-bottom:2px solid transparent;background:transparent;color:#7a838e;font-size:12px;cursor:pointer}.admin-credit-tabs button.active{border-bottom-color:#246bfd;color:#246bfd;font-weight:700}.credit-account-table,.credit-adjustment-table{overflow:auto;border:1px solid #e7eaef;border-radius:7px}.credit-account-head,.credit-account-row{display:grid;grid-template-columns:minmax(150px,1fr) minmax(180px,1.2fr) 100px 110px minmax(190px,auto);gap:14px;align-items:center;min-width:820px;padding:12px 14px}.credit-account-head,.credit-adjustment-head{background:#f7f9fb;color:#8a929c;font-size:10px}.credit-account-row{border-top:1px solid #edf0f3}.credit-account-row>div:first-child,.credit-account-note{display:grid;gap:4px;min-width:0}.credit-account-row strong{overflow:hidden;color:#27303b;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.credit-account-row small,.credit-account-note span{overflow:hidden;color:#7b838e;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.credit-account-note{grid-template-columns:minmax(0,1fr) auto;align-items:center}.credit-account-row>b{color:#246bfd;font-size:14px}.credit-account-row>span{color:#59616b;font-size:12px}.credit-account-actions{display:flex;justify-content:flex-end;gap:7px}.credit-account-actions .secondary-button{min-width:76px;padding:0 9px;font-size:11px}.credit-adjustment-head,.credit-adjustment-row{display:grid;grid-template-columns:145px minmax(150px,.9fr) minmax(190px,1.25fr) 78px 70px 110px;gap:12px;align-items:center;min-width:780px;padding:11px 14px}.credit-adjustment-row{border-top:1px solid #edf0f3;color:#59616b;font-size:11px}.credit-adjustment-row>div{display:grid;gap:4px;min-width:0}.credit-adjustment-row strong,.credit-adjustment-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.credit-adjustment-row strong{color:#34404c;font-size:11px}.credit-adjustment-row small{color:#828a94;font-size:10px}.credit-adjustment-row .text-button{margin-right:8px;font-size:11px}.adjustment-status{width:fit-content;padding:3px 6px;border-radius:4px;background:#fff6df;color:#966b22;font-size:10px;white-space:nowrap}.adjustment-status.confirmed{background:#edf8f2;color:#36755a}.adjustment-status.canceled{background:#f2f3f5;color:#7d848d}.credit-dialog,.consumption-dialog{width:min(650px,94vw);max-height:88vh;overflow:auto;border-radius:8px;background:#fff;box-shadow:0 30px 80px #00000038}.consumption-dialog{width:min(980px,96vw)}.credit-dialog>header,.consumption-dialog>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:21px 24px 16px;border-bottom:1px solid #edf0f3}.credit-dialog h2,.consumption-dialog h2{margin:5px 0;font-size:19px}.credit-dialog header p,.consumption-dialog header p{margin:0;color:#7b838e;font-size:11px}.credit-dialog form,.credit-confirm-summary{display:grid;gap:14px;padding:20px 24px 24px}.credit-dialog label{display:grid;gap:6px;color:#4a535e;font-size:12px}.credit-dialog input,.credit-dialog select,.credit-dialog textarea{width:100%;min-width:0;box-sizing:border-box;border:1px solid #dfe3e8;border-radius:6px;background:#fff;color:#303640;font:inherit}.credit-dialog input,.credit-dialog select{height:36px;padding:0 9px}.credit-dialog textarea{min-height:74px;padding:9px;resize:vertical}.credit-dialog footer{display:flex;justify-content:flex-end;gap:8px;padding-top:4px}.credit-preview{margin:0;color:#67717c;font-size:12px}.positive{color:#2f805d!important}.negative{color:#b24d4a!important}.credit-confirm-summary dl{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0}.credit-confirm-summary dl div{display:grid;gap:4px;padding:10px;border:1px solid #e8ebef;border-radius:6px;background:#fbfcfd}.credit-confirm-summary dt{color:#7b838e;font-size:10px}.credit-confirm-summary dd{margin:0;color:#303942;font-size:12px;font-weight:700;word-break:break-word}.consumption-controls{display:flex;align-items:center;gap:8px;padding:14px 24px;border-bottom:1px solid #edf0f3}.consumption-controls select,.consumption-controls input{height:34px;border:1px solid #dfe3e8;border-radius:6px;padding:0 8px;background:#fff;color:#37414c;font-size:11px}.consumption-controls .secondary-button{margin-left:auto}.consumption-body{padding:20px 24px 24px}.consumption-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.consumption-summary article{display:grid;gap:6px;padding:13px;border:1px solid #e7eaef;border-radius:7px;background:#fbfcfd}.consumption-summary span{color:#7b838e;font-size:10px}.consumption-summary b{color:#27303b;font-size:19px}.consumption-chart{height:160px;display:flex;align-items:end;gap:6px;margin:18px 0;padding:12px 10px 20px;border:1px solid #e7eaef;border-radius:7px;background:#fbfcfd;overflow-x:auto}.consumption-chart>span{margin:auto;color:#7b838e;font-size:11px}.consumption-bar{min-width:24px;height:100%;display:flex;align-items:end;gap:2px;position:relative;padding-bottom:15px}.consumption-bar i,.consumption-bar em{display:block;width:9px;min-height:0;background:#3c78d8;border-radius:3px 3px 0 0}.consumption-bar em{background:#8db4ef}.consumption-bar span{position:absolute;bottom:0;left:0;color:#8b939d;font-size:8px;white-space:nowrap}.consumption-table{overflow:auto;border:1px solid #e7eaef;border-radius:7px}.consumption-table-head,.consumption-table-row{display:grid;grid-template-columns:145px 80px minmax(180px,1fr) 48px 58px 62px;gap:10px;align-items:center;min-width:670px;padding:10px 12px}.consumption-table-head{background:#f7f9fb;color:#8a929c;font-size:10px}.consumption-table-row{border-top:1px solid #edf0f3;color:#58616c;font-size:10px}.consumption-table-row time,.consumption-table-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-credit-ledger{margin-top:26px;border:1px solid #e7eaef;border-radius:7px;overflow:hidden}.admin-credit-ledger>header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #e7eaef;background:#fbfcfd}.admin-credit-ledger>header strong{color:#27303b;font-size:13px}.admin-credit-ledger>header span{color:#7c838d;font-size:10px}.admin-credit-ledger-table{max-height:380px;overflow:auto}.admin-credit-ledger-head,.admin-credit-ledger-row{display:grid;grid-template-columns:150px minmax(150px,.9fr) minmax(140px,1fr) 70px 70px;gap:12px;align-items:center;min-width:660px;padding:10px 14px}.admin-credit-ledger-head{position:sticky;top:0;z-index:1;background:#f7f9fb;color:#8a929c;font-size:10px}.admin-credit-ledger-row{border-top:1px solid #edf0f3;color:#59616b;font-size:11px}.admin-credit-ledger-row time,.admin-credit-ledger-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-credit-ledger-row b{text-align:right;font-size:11px}.admin-credit-ledger-row b.positive{color:#2f805d}.admin-credit-ledger-row b.negative{color:#b24d4a}.admin-audit-list{max-height:540px;overflow:auto}.admin-audit-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:15px 16px;border-bottom:1px solid #edf0f3}.admin-audit-row>div:first-child{display:grid;gap:5px;min-width:0}.admin-audit-row>div:last-child{display:grid;justify-items:end;gap:5px;max-width:55%}.admin-audit-row strong{color:#35404b;font-size:15px;line-height:1.45}.admin-audit-row span,.admin-audit-row small{color:#7c838d;font-size:15px;line-height:1.45}.admin-audit-summary{max-width:430px;color:#4d5965!important;font-size:14px!important;line-height:1.5!important;text-align:right;white-space:normal;overflow-wrap:anywhere}.admin-account-section{margin-top:22px;padding-top:18px;border-top:1px solid #edf0f3}.admin-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-section-heading>div{display:grid;gap:4px}.admin-section-heading span{color:#7c838d;font-size:11px}.admin-section-heading .icon-button{width:28px;height:28px;color:#7c838d}.admin-section-heading .icon-button svg{width:14px;height:14px}.admin-invite-form{display:grid;grid-template-columns:minmax(0,1fr) 145px auto;gap:8px;margin-top:12px}.admin-invite-form input,.admin-invite-form select{min-width:0;height:36px;padding:0 10px;border:1px solid #dfe3e8;border-radius:6px;outline:0;background:#fbfcfd;color:#333942;font-size:12px}.admin-invite-form input:focus,.admin-invite-form select:focus{border-color:#7da7fa;box-shadow:0 0 0 3px #246bfd1a;background:#fff}.admin-invite-form .primary-small{white-space:nowrap}.admin-invite-result{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:10px;padding:11px 12px;border:1px solid #f0d9a5;border-radius:6px;background:#fffbf1}.admin-invite-result>div{display:grid;gap:5px;min-width:0}.admin-invite-result strong{color:#71531f;font-size:11px}.admin-invite-result code{overflow-wrap:anywhere;color:#342c1d;font-size:12px;font-weight:700;letter-spacing:.02em}.admin-invite-result small{color:#927b4e;font-size:10px;line-height:1.45}.admin-account-list{display:grid;gap:7px;max-height:220px;margin-top:12px;overflow:auto}.admin-account-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 11px;border:1px solid #e7eaef;border-radius:6px;background:#fbfcfd}.admin-account-row>div:first-child{display:grid;gap:4px;min-width:0}.admin-account-row strong{overflow:hidden;color:#27303b;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.admin-account-row span{color:#7c838d;font-size:10px}.admin-account-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.admin-account-status{padding:3px 7px;border-radius:10px;background:#edf8f2;color:#34765a!important;font-size:10px!important}.admin-account-status.disabled{background:#fff0ef;color:#af514d!important}.admin-account-actions .text-button{padding:2px 0}.admin-account-loading{display:flex;align-items:center;justify-content:center;gap:7px;min-height:80px;color:#7c838d;font-size:11px}.admin-account-loading svg{width:15px;height:15px;animation:prism-spin .8s linear infinite}.admin-feedback{margin-top:12px}.is-spinning{animation:prism-spin .8s linear infinite}.topbar{height:56px;display:flex;align-items:center;gap:8px;padding:0 18px;background:#fffffff5;border-bottom:1px solid var(--line);position:relative;z-index:20}.brand{display:flex;align-items:center;gap:9px;margin-right:8px}.brand strong{font-size:15px}.brand-mark{width:27px;height:27px;display:grid;grid-template-columns:1fr 1fr;gap:3px;padding:4px;background:#17181a;border-radius:7px}.brand-mark i{border-radius:3px;background:var(--coral)}.brand-mark i:nth-child(2){background:var(--mint)}.brand-mark i:nth-child(3){background:var(--amber)}.brand-mark i:nth-child(4){background:#6f7cff}.topbar-spacer{flex:1}.quiet-button,.status-pill,.icon-button,.avatar-button{border:0;cursor:pointer;transition:background .16s ease,transform .16s ease}.quiet-button{height:34px;padding:0 12px;border-radius:6px;background:#f3f4f6;font-size:13px;font-weight:600}.quiet-button:hover,.icon-button:hover{background:#e9ebef}.quiet-button:active,.icon-button:active,.avatar-button:active{transform:scale(.96)}.status-pill{height:30px;padding:0 11px;border-radius:15px;background:#f2f8f5;color:#41765f;font-size:12px;font-weight:650}.credit-pill{height:30px;display:inline-flex;align-items:center;padding:0 11px;border:1px solid #e7d8b6;border-radius:15px;background:#fffbf1;color:#8a6829;font-size:12px;font-weight:650}.status-dot{display:inline-block;width:6px;height:6px;margin-right:6px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 3px #3ecf8e24}.icon-button{width:34px;height:34px;border-radius:6px;background:transparent;display:grid;place-items:center;font-size:18px}.avatar-button{width:32px;height:32px;border-radius:50%;background:#161719;color:#fff;font-weight:700}.workspace{height:calc(100vh - 56px);display:grid;grid-template-columns:68px 400px minmax(0,1fr)}.asset-workspace{grid-template-columns:68px minmax(0,1fr)}.asset-workspace .control-panel{display:none}.asset-library-shell{display:grid;grid-template-columns:210px minmax(0,1fr);height:100%;min-height:0}.asset-library-sidebar{min-width:0;padding:26px 15px;overflow-y:auto;border-right:1px solid var(--line);background:#fff}.asset-library-side-head{padding:0 4px 18px;border-bottom:1px solid #eef0f2}.asset-library-side-head h2{margin:0;font-size:19px}.asset-search{height:34px;display:flex;align-items:center;gap:7px;margin:16px 0 20px;padding:0 9px;border:1px solid var(--line);border-radius:6px;background:#fafbfc}.asset-search svg{width:14px;height:14px;color:#9aa0a8}.asset-search input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:#34383e;font-size:11px}.asset-filter-group{display:grid;gap:3px;margin-bottom:19px}.asset-filter-group strong{margin:0 4px 5px;color:#858b94;font-size:10px;font-weight:700}.asset-filter-group button,.asset-favorite-filter{height:30px;display:flex;align-items:center;width:100%;padding:0 9px;border:0;border-radius:5px;background:transparent;color:#666c74;cursor:pointer;font-size:11px;text-align:left}.asset-filter-group button:hover,.asset-filter-group button.active,.asset-favorite-filter:hover,.asset-favorite-filter.active{background:var(--accent-soft);color:#205ed8;font-weight:650}.asset-filter-empty{padding:5px 9px;color:#a1a6ad;font-size:10px}.asset-favorite-filter{gap:7px;margin-top:4px}.asset-favorite-filter svg{width:14px;height:14px}.asset-library-shell>.asset-library{min-width:0;padding:28px 30px 40px}.asset-library-header-actions{display:flex;align-items:center;gap:10px}.asset-manage-button{height:32px;padding:0 11px;border:1px solid #d8e2f8;border-radius:6px;background:#f5f8ff;color:#3467c8;cursor:pointer;font-size:11px;font-weight:650}.asset-manage-button:hover,.asset-manage-button.active{border-color:#8eaff4;background:#eaf1ff;color:#205ed8}.asset-library-shell .asset-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.asset-card-wrap{position:relative;min-width:0}.asset-card-wrap .asset-card{width:100%}.asset-favorite,.asset-download{position:absolute;z-index:2;top:7px;width:26px;height:26px;display:grid;place-items:center;padding:0;border:0;border-radius:5px;background:#ffffffe6;color:#7e858d;cursor:pointer;opacity:0;transition:opacity .15s ease,color .15s ease,background .15s ease}.asset-favorite{right:38px}.asset-download{right:7px}.asset-card-wrap:hover .asset-favorite,.asset-card-wrap:hover .asset-download,.asset-favorite.active{opacity:1}.asset-favorite svg,.asset-download svg{width:13px;height:13px}.asset-favorite.active{color:#e05267;background:#fff1f3}.asset-download:hover{color:#205ed8;background:#f0f4ff}.asset-card-wrap.selected .asset-card{border-color:#7398ed;box-shadow:0 0 0 2px #246bfd1f}.asset-select{position:absolute;top:8px;left:8px;z-index:3;display:grid;place-items:center;width:26px;height:26px;border:1px solid rgba(36,107,253,.32);border-radius:6px;background:#eef4fff5;opacity:0;cursor:pointer}.asset-card-wrap:hover .asset-select,.asset-card-wrap.selected .asset-select{opacity:1}.asset-select input{width:16px;height:16px;margin:0;accent-color:var(--accent);cursor:pointer}.asset-tag-input{display:flex;align-items:center;gap:2px;min-width:0;margin-top:5px;padding:0 4px;color:#8b929c;font-size:10px}.asset-tag-input input{min-width:0;width:100%;height:22px;border:1px solid transparent;border-radius:4px;outline:0;background:transparent;color:#68717b;font-size:9px}.asset-tag-input input:focus{border-color:#d9e3f8;background:#fff}.asset-bulk-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:-10px 0 15px;padding:11px 12px;border:1px solid #dbe5fb;border-radius:6px;background:#f4f7ff;color:#4266aa;font-size:14px}.asset-bulk-toolbar span{margin-right:auto;font-weight:650}.asset-bulk-toolbar button{display:inline-flex;align-items:center;gap:5px;height:34px;padding:0 9px;border:0;border-radius:5px;background:transparent;color:#4266aa;cursor:pointer;font-size:13px}.asset-bulk-toolbar button:hover{background:#e6eeff}.asset-bulk-toolbar button svg{width:15px;height:15px}.asset-bulk-toolbar .danger-text{color:#b1514b}.asset-bulk-toolbar button:disabled{opacity:.45;cursor:not-allowed}.asset-batch-tag{display:flex;align-items:center;height:30px}.asset-batch-tag input{width:128px;height:28px;padding:0 7px;border:1px solid #d5def2;border-radius:4px;outline:0;background:#fff;color:#4a5563;font-size:10px}.asset-batch-tag input:focus{border-color:#82a5ef}@media(max-width:1260px){.asset-library-shell .asset-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.side-nav{background:var(--surface);border-right:1px solid var(--line);padding:12px 7px;display:flex;flex-direction:column;gap:7px}.nav-item{width:100%;height:64px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:0;border-radius:7px;background:transparent;color:#62666d;cursor:pointer;font-size:11px;white-space:nowrap;transition:background .16s ease,color .16s ease}.nav-item:hover{background:#f4f5f7;color:#202226}.nav-item.active{background:#f0f4ff;color:#205ed8;font-weight:700}.nav-icon{font-size:20px;line-height:1}.control-panel{min-width:0;min-height:0;height:100%;overflow:hidden;background:var(--surface);border-right:1px solid var(--line);display:grid;grid-template-rows:minmax(0,1fr) auto;z-index:10}.panel-scroll{min-height:0;height:100%;overflow-x:hidden;overflow-y:scroll;overscroll-behavior:contain;touch-action:pan-y;padding:8px 18px 22px;scrollbar-width:thin;scrollbar-color:#d6d8dc transparent}.panel-scroll::-webkit-scrollbar{width:7px}.panel-scroll::-webkit-scrollbar-track{background:transparent}.panel-scroll::-webkit-scrollbar-thumb{background:#d6d8dc;border:2px solid white;border-radius:4px}.control-section{padding:16px 0 19px;border-bottom:1px solid #f0f1f3}.section-heading{height:26px;display:flex;align-items:center;gap:7px;margin-bottom:10px}.section-heading h2{font-size:14px;margin:0;font-weight:720}.hint-badge{width:15px;height:15px;border-radius:50%;display:grid;place-items:center;border:1px solid #cfd2d7;color:#858991;font-size:10px;cursor:help}.image-count{margin-left:auto;color:var(--quiet);font-size:11px}.upload-zone{height:104px;border:1px dashed #cfd3da;border-radius:7px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer;color:#686d75;transition:border-color .18s ease,background .18s ease}.upload-zone:hover,.upload-zone.dragging{border-color:var(--accent);background:#f7faff}.upload-zone strong{font-size:13px;color:#36393f}.upload-zone small{color:#a0a4ac;font-size:11px}.upload-icon{font-size:20px;color:var(--accent)}.upload-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px}.upload-thumb{aspect-ratio:1;border-radius:6px;overflow:hidden;position:relative;background:#eef0f3;border:1px solid var(--line)}.upload-thumb img{width:100%;height:100%;object-fit:cover;display:block}.upload-thumb button{position:absolute;top:4px;right:4px;width:20px;height:20px;border-radius:50%;border:0;background:#141518bd;color:#fff;opacity:0;cursor:pointer;transition:opacity .15s ease}.upload-thumb:hover button{opacity:1}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.select-field{min-width:0;height:40px;position:relative;z-index:1}.select-field.open{z-index:8}.select-trigger{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 11px 0 12px;border:1px solid transparent;border-radius:6px;background:#f4f5f7;color:#30343a;cursor:pointer;font-size:12px;font-weight:600;text-align:left;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease}.select-trigger:hover{background:#eceef2}.select-trigger:focus-visible,.select-field.open .select-trigger{border-color:#6d9ff0;background:#fff;box-shadow:0 0 0 2px #4682eb1a;outline:0}.select-trigger>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-trigger svg{width:15px;height:15px;flex:0 0 auto;color:#606975;transition:transform .16s ease}.select-field.open .select-trigger svg{transform:rotate(180deg)}.select-menu{width:100%;max-height:205px;position:absolute;top:calc(100% + 9px);left:0;display:grid;gap:2px;overflow-y:auto;padding:6px;border:1px solid #e5e8ed;border-radius:7px;background:#fff;box-shadow:0 10px 24px #1c243024;animation:select-menu-in .14s ease-out}.select-menu button{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:7px;padding:0 8px;border:1px solid transparent;border-radius:5px;background:transparent;color:#343941;cursor:pointer;font-size:11px;font-weight:600;text-align:left}.select-menu button:hover{background:#f2f5fa}.select-menu button.selected{border-color:#76a8ee;background:#e9f3ff;color:#2c619f}.select-menu button svg{width:14px;height:14px;color:#3f7cca}@keyframes select-menu-in{0%{opacity:0;transform:translateY(-4px) scale(.985)}to{opacity:1;transform:none}}.brief-actions{display:inline-flex;align-items:center;gap:6px;margin-left:auto}.brief-clear{height:26px;padding:0 9px;border:1px solid #e0e3e8;border-radius:13px;background:#fff;color:#737982;cursor:pointer;font-size:11px}.brief-clear:hover:not(:disabled){border-color:#c6cbd3;color:#454a52;background:#fafbfc}.brief-clear:disabled{cursor:not-allowed;opacity:.5}.ai-write{height:26px;padding:0 9px;border:1px solid #d7e3ff;border-radius:13px;background:#f5f8ff;color:#356fe0;cursor:pointer;font-size:11px}textarea{width:100%;resize:vertical;min-height:132px;max-height:240px;padding:12px;border:1px solid var(--line);border-radius:7px;outline:0;background:#fafbfc;color:#2b2d31;font-size:12px;line-height:1.7;transition:border-color .16s ease,background .16s ease}textarea:focus{border-color:#9fbcff;background:#fff;box-shadow:0 0 0 3px #246bfd12}.text-meta{display:flex;justify-content:space-between;margin-top:6px;color:#aaadb3;font-size:10px}.segmented{display:grid;grid-template-columns:1fr 1fr;height:36px;padding:3px;border-radius:7px;background:#f0f1f4}.segmented button{border:0;border-radius:5px;background:transparent;color:#737780;cursor:pointer;font-size:12px}.segmented button.active{background:#fff;color:#202226;font-weight:650;box-shadow:0 1px 4px #15181f14}.section-note{color:#90949c;font-size:11px;line-height:1.5;margin:9px 2px 0}.shot-config{margin-top:10px;display:none;flex-direction:column;gap:6px}.shot-config.visible{display:flex}.shot-row{height:38px;display:flex;align-items:center;padding:0 9px;border:1px solid var(--line);border-radius:6px;background:#fafbfc;font-size:11px}.shot-row span{flex:1}.stepper{display:flex;align-items:center;gap:8px}.stepper button{width:22px;height:22px;border:1px solid #dfe1e5;border-radius:5px;background:#fff;cursor:pointer}.ai-shot-plan{display:grid;gap:9px;margin-top:9px}.ai-shot-plan .section-note{margin-top:0}.analyze-shots-button{width:100%;height:35px;display:inline-flex;align-items:center;justify-content:center;gap:6px}.analyze-shots-button svg{width:14px;height:14px}.shot-plan-empty{min-height:68px;display:grid;place-items:center;align-content:center;gap:5px;border:1px dashed #d7dde6;border-radius:7px;background:#fafbfc;color:#8b929c;text-align:center;font-size:10px}.shot-plan-empty svg{width:17px;height:17px;color:#7196da}.shot-plan-warning{margin:0;padding:8px 9px;border:1px solid #f0d8a1;border-radius:6px;background:#fff8e8;color:#8f6b24;font-size:10px;line-height:1.45}.shot-plan-result{display:grid;gap:7px;padding:10px;border:1px solid #d5e2fa;border-radius:7px;background:#f8fbff}.shot-plan-title{display:flex;align-items:center;justify-content:space-between;gap:8px}.shot-plan-title>div{display:flex;align-items:center;gap:6px}.shot-plan-title strong{color:#3d5f98;font-size:11px}.shot-plan-title span{padding:2px 5px;border-radius:4px;background:#e3efff;color:#4a78bb;font-size:9px}.shot-plan-title b{color:#4a5260;font-size:10px}.shot-plan-result>p{margin:0;color:#707884;font-size:10px;line-height:1.5}.smart-shot-config{max-height:232px;margin-top:1px;overflow-y:auto;padding-right:2px}.generate-dock{padding:12px 16px 14px;border-top:1px solid var(--line);background:#fffffffa;box-shadow:0 -8px 20px #191e2809}.queue-summary{display:flex;justify-content:space-between;font-size:11px;color:var(--muted);margin:0 3px 8px}.queue-summary strong{color:#303238}.primary-button{width:100%;height:44px;border:0;border-radius:7px;background:#17191d;color:#fff;font-weight:700;cursor:pointer;transition:transform .15s ease,background .15s ease}.primary-button:hover:not(:disabled){background:#292c32}.primary-button:active:not(:disabled){transform:scale(.985)}.primary-button:disabled{background:#d3d5d9;color:#f5f5f5;cursor:not-allowed}.primary-button .generation-cost{margin-left:auto;color:#cbd5e1;font-size:10px;font-weight:600;white-space:nowrap}.canvas-panel{min-width:0;position:relative;overflow:hidden;background:#f5f6f8}.hero-state,.generation-state,.results-state{width:100%;height:100%}.hero-state{position:relative;display:grid;grid-template-columns:minmax(320px,1fr) minmax(260px,.78fr);grid-template-rows:auto minmax(0,1fr);gap:22px;padding:clamp(38px,5vw,72px)}.hero-copy{grid-column:1 / -1;max-width:660px}.eyebrow{display:inline-block;color:#7d828b;font-size:10px;font-weight:750;text-transform:uppercase;margin-bottom:8px}.hero-copy h1,.results-header h1{margin:0;font-size:44px;line-height:1.05;font-weight:790}.hero-copy p,.results-header p{color:#787d86;margin:12px 0 0;font-size:14px;line-height:1.65}.product-stage{min-height:310px;border-radius:8px;background:#fff;position:relative;display:grid;place-items:center;overflow:hidden;box-shadow:0 1px 0 var(--line)}.product-stage:before{content:"";position:absolute;inset:0;background-image:linear-gradient(#f0f1f3 1px,transparent 1px),linear-gradient(90deg,#f0f1f3 1px,transparent 1px);background-size:36px 36px;opacity:.45}.stage-shadow{position:absolute;width:240px;height:38px;border-radius:50%;background:#16191f24;filter:blur(14px);transform:translateY(108px)}.speaker-body{position:relative;width:240px;height:150px;border-radius:76px 76px 52px 52px;background:#ef6d53;box-shadow:inset -18px -18px 32px #7a251933,inset 12px 12px 22px #ffffff38,0 30px 48px #d8563d33;transform:rotate(-5deg)}.speaker-ring{position:absolute;width:102px;height:102px;border:10px solid #28292d;border-radius:50%;left:62px;top:24px;background:#41434a;box-shadow:inset 0 0 0 8px #191a1d}.speaker-core{position:absolute;width:42px;height:42px;border-radius:50%;left:92px;top:54px;background:#141518;box-shadow:inset 6px 6px 12px #ffffff17}.speaker-button{position:absolute;width:8px;height:8px;border-radius:50%;background:#532b26;right:34px;top:28px}.speaker-button.two{top:44px}.stage-chip,.preview-card>span{position:absolute;top:14px;left:14px;padding:6px 8px;border-radius:5px;background:#ffffffd6;backdrop-filter:blur(8px);color:#5c6068;font-size:10px;font-weight:650}.preview-strip{min-height:310px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:10px}.preview-card{min-width:0;border-radius:8px;position:relative;overflow:hidden;display:flex;align-items:flex-end;padding:15px;color:#fff}.preview-card:first-child{grid-row:1 / -1}.preview-card.coral{background:#e9745c}.preview-card.green{background:#2e7761}.preview-card.ink{background:#34363d}.preview-card strong{position:relative;z-index:2;font-size:12px}.mini-product{position:absolute;width:120px;height:74px;border-radius:38px 38px 24px 24px;background:#f78a69;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-8deg);box-shadow:0 16px 30px #0003}.mini-product:before{content:"";position:absolute;width:48px;height:48px;border-radius:50%;background:#23252a;left:32px;top:13px;box-shadow:inset 0 0 0 6px #474a51}.green .mini-product{width:86px;height:110px;background:#f0d84d;transform:translate(-50%,-50%) rotate(5deg)}.ink .mini-product{width:100px;height:62px;background:#e2e5ea}.hidden{display:none!important}.generation-state{display:grid;place-items:center;padding:40px}.generation-card{width:min(520px,80%);min-height:440px;background:#fff;border:1px solid var(--line);border-radius:8px;padding:42px;text-align:center;box-shadow:var(--shadow)}.progress-orbit{width:108px;height:108px;margin:0 auto 26px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--accent) var(--progress, 0%),#edf0f4 0);position:relative}.progress-orbit:after{content:"";position:absolute;inset:7px;border-radius:50%;background:#fff}.progress-orbit span{position:relative;z-index:1;font-size:22px;font-weight:750}.generation-card h2{margin:0;font-size:22px}.generation-card>p{color:var(--muted);margin:8px 0 24px;font-size:13px}.progress-track{height:5px;background:#edf0f4;border-radius:3px;overflow:hidden}.progress-track i{display:block;width:0;height:100%;background:var(--accent);transition:width .3s ease}.stage-list{margin:24px 0 26px;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.stage-step{padding:8px 2px;border-radius:5px;background:#f5f6f8;color:#9a9ea6;font-size:10px}.stage-step.active{background:var(--accent-soft);color:var(--accent);font-weight:700}.stage-step.done{background:#edf8f3;color:#3b8b68}.secondary-button{min-width:100px;height:36px;padding:0 14px;border:1px solid #dfe1e5;border-radius:6px;background:#fff;cursor:pointer;font-size:12px}.secondary-button:hover{background:#f6f7f9}.results-state{overflow-y:auto;padding:clamp(28px,4vw,54px)}.results-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}.results-header h1{font-size:36px}.results-actions{display:flex;gap:8px}.primary-small{height:36px;padding:0 15px;border:0;border-radius:6px;background:#17191d;color:#fff;cursor:pointer;font-weight:650;font-size:12px}.result-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding-bottom:30px}.result-card{aspect-ratio:1;min-width:0;position:relative;overflow:hidden;border-radius:8px;background:#fff;border:1px solid var(--line);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.result-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #181d281c}.result-art{position:absolute;inset:0;display:grid;place-items:center;overflow:hidden}.result-art:before{content:"";width:48%;height:30%;border-radius:50%;background:var(--product, #ef6d53);box-shadow:0 20px 40px #0000002b,inset -12px -12px 20px #00000024;transform:rotate(var(--rotate,-6deg))}.result-art:after{content:"";position:absolute;width:18%;aspect-ratio:1;border-radius:50%;background:#24262b;box-shadow:inset 0 0 0 6px #4a4d55}.result-card:nth-child(1) .result-art{background:#f8f8f7}.result-card:nth-child(2) .result-art{background:#e47861}.result-card:nth-child(3) .result-art{background:#2f7862}.result-card:nth-child(4) .result-art{background:#eef0f3;--rotate: 8deg}.result-card:nth-child(5) .result-art{background:#f2d04d;--product: #31343a}.result-card:nth-child(6) .result-art{background:#393b42;--rotate: 3deg}.result-card:nth-child(7) .result-art{background:#d9e7f5;--product: #fff}.result-label{position:absolute;left:12px;bottom:12px;right:12px;display:flex;align-items:center;justify-content:space-between;z-index:2;padding:9px 10px;background:#ffffffe6;backdrop-filter:blur(8px);border-radius:6px;font-size:11px}.result-label strong{font-size:12px}.result-menu{width:24px;height:24px;border:0;background:transparent;cursor:pointer;border-radius:4px}.result-menu:hover{background:#eceef1}.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,18px);padding:10px 15px;border-radius:6px;background:#1d1f23;color:#fff;font-size:12px;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:200;box-shadow:0 10px 30px #0003}.toast.show{opacity:1;transform:translate(-50%)}.modal-backdrop{position:fixed;inset:0;z-index:100;background:#11131861;display:grid;place-items:center;padding:30px;backdrop-filter:blur(3px)}.modal{width:min(680px,92vw);max-height:78vh;overflow:hidden;background:#fff;border-radius:8px;box-shadow:0 30px 80px #00000038;animation:modal-in .18s ease-out}.modal>header{display:flex;justify-content:space-between;align-items:flex-start;padding:22px 24px 16px;border-bottom:1px solid var(--line)}.modal h2{margin:0;font-size:20px}.modal-content{max-height:58vh;overflow-y:auto;padding:20px 24px 24px}.empty-state{min-height:220px;display:grid;place-items:center;text-align:center;color:var(--muted)}.empty-state strong{display:block;color:#35383e;font-size:15px;margin-bottom:6px}.history-list{display:flex;flex-direction:column;gap:8px}.history-row{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid var(--line);border-radius:7px}.history-preview{width:48px;height:48px;border-radius:6px;background:#e47861;position:relative}.history-preview:after{content:"";position:absolute;width:25px;height:15px;border-radius:50%;background:#f5a08d;left:12px;top:16px}.history-info{flex:1;min-width:0}.history-info strong{display:block;font-size:12px;margin-bottom:4px}.history-info span{color:var(--muted);font-size:10px}.history-info small{display:block;margin-top:4px;color:#77808b;font-family:Consolas,SFMono-Regular,monospace;font-size:10px}.history-row-right{display:grid;justify-items:end;gap:6px;flex:0 0 auto}.history-billing{padding:3px 6px;border-radius:4px;background:#edf8f2;color:#36755a;font-size:10px;font-weight:700;white-space:nowrap}.history-billing.reserved{background:#fff6df;color:#966b22}.history-billing.refunded{background:#eff5ff;color:#3c6fab}.history-billing.none{background:#f1f3f5;color:#7a818a}.history-status{color:#36805f;font-size:11px;font-weight:650}.settings-form{display:grid;gap:14px}.settings-form label{display:grid;gap:6px;color:#474a50;font-size:12px}.settings-form input,.settings-form select{height:38px;border:1px solid var(--line);border-radius:6px;padding:0 10px;outline:0;background:#fafbfc}.settings-form input:focus{border-color:#9fbcff}.settings-footer{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.asset-side-info{display:grid;gap:11px;padding:28px 18px}.asset-side-info h2{margin:0;font-size:19px}.asset-side-info p{margin:0;color:var(--muted);font-size:12px;line-height:1.7}.asset-side-rule{display:grid;gap:5px;margin-top:10px;padding:13px;border:1px solid var(--line);border-radius:7px;background:#fafbfc}.asset-side-rule strong{font-size:12px}.asset-side-rule span{color:var(--muted);font-size:11px;line-height:1.55}.model-selection{padding-bottom:28px}.model-option-list{display:grid;gap:7px}.model-option{min-width:0;min-height:46px;display:flex;align-items:center;gap:9px;padding:8px 10px;border:1px solid var(--line);border-radius:6px;background:#fafbfc;color:inherit;cursor:pointer;text-align:left;appearance:none}.model-option:has(input:focus-visible),.settings-model-row:has(input:focus-visible){outline:2px solid #6d9dff;outline-offset:2px}.model-option.selected{border-color:#92b1f9;background:#f3f7ff}.model-option input,.settings-model-row input{width:15px;height:15px;accent-color:var(--accent)}.model-option strong,.model-option small{display:block}.model-option strong{font-size:11px}.model-option small{margin-top:3px;color:var(--quiet);font-size:9px}.settings-modal{width:min(820px,94vw);max-height:88vh}.settings-modal .modal-content{max-height:calc(88vh - 78px)}.settings-content{display:grid;gap:18px}.api-editor,.storage-settings{padding:16px;border:1px solid var(--line);border-radius:8px;background:#fff}.settings-section-title{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.settings-section-title strong,.settings-section-title span{display:block}.settings-section-title strong{color:#2e3137;font-size:13px}.settings-section-title span{margin-top:4px;color:var(--muted);font-size:10px;line-height:1.5}.text-button{padding:2px 0;border:0;background:transparent;color:#4d73c9;font-size:11px;cursor:pointer}.settings-two-col{display:grid;grid-template-columns:170px minmax(0,1fr);gap:14px}.model-settings-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px}.model-settings-head strong,.model-settings-head span{display:block}.model-settings-head strong{font-size:12px}.model-settings-head span,.settings-help{margin:4px 0 0;color:var(--muted);font-size:10px;line-height:1.5}.settings-inline-help{display:block;margin-top:4px;color:var(--quiet);font-size:9px}.settings-feedback{margin:0;padding:9px 10px;border:1px solid #d9e4fb;border-radius:6px;background:#f5f8ff;color:#3f5f9f;font-size:11px;line-height:1.5}.settings-model-list{max-height:178px;display:grid;gap:6px;overflow-y:auto;padding:2px}.settings-model-row{min-height:43px;display:flex;align-items:center;gap:9px;padding:8px 10px;border:1px solid var(--line);border-radius:6px;background:#fafbfc;cursor:pointer}.settings-model-row strong,.settings-model-row small{display:block}.settings-model-row strong{font-size:11px}.settings-model-row small{margin-top:2px;color:var(--quiet);font-size:9px}.manual-model{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.manual-model input{min-width:0;height:36px;padding:0 10px;border:1px solid var(--line);border-radius:6px;outline:0}.saved-api-section{display:grid;gap:10px}.saved-api-list{display:grid;gap:8px}.saved-api-row{min-height:76px;display:flex;align-items:center;gap:14px;padding:12px 13px;border:1px solid var(--line);border-radius:7px;background:#fafbfc}.saved-api-row.active{border-color:#a9c1f5;background:#f5f8ff;box-shadow:inset 3px 0 #5d8bea}.saved-api-main{min-width:0;flex:1;display:grid;gap:4px}.saved-api-main>div{display:flex;align-items:center;gap:7px}.saved-api-main strong{overflow:hidden;color:#30333a;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.saved-api-main small{overflow:hidden;color:#666c76;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.saved-api-main>span{color:var(--quiet);font-size:9px}.current-api-badge{flex:0 0 auto;padding:2px 6px;border-radius:4px;background:#dce8ff;color:#3d68bf;font-size:9px;font-weight:700}.saved-api-actions{flex:0 0 auto;display:flex;align-items:center;gap:6px}.saved-api-actions .secondary-button{height:32px;padding:0 10px}.saved-api-actions .icon-button{width:32px;height:32px}.saved-api-actions .icon-button svg{width:14px;height:14px}.saved-api-actions .icon-button.danger{color:#b24c4c}.saved-api-actions .icon-button.danger:hover{background:#fff0f0}.storage-settings .settings-footer{margin-top:0}.storage-modal{width:min(620px,94vw)}.storage-modal .modal-content{display:grid;gap:14px}.storage-settings>label{display:grid;gap:6px;color:#4b5058;font-size:11px}.storage-picker-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.storage-picker-row input{min-width:0;height:38px;padding:0 10px;border:1px solid var(--line);border-radius:6px;background:#fff;color:#353a42;outline:0}.storage-picker-row .secondary-button{display:inline-flex;align-items:center;gap:5px;min-width:106px;height:38px;padding:0 10px;white-space:nowrap}.storage-picker-row .secondary-button svg{width:14px;height:14px}.account-modal{width:min(460px,94vw)}.account-modal-content{display:grid;gap:18px}.account-identity{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid var(--line);border-radius:7px;background:#fafbfc}.account-identity>span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#161719;color:#fff;font-size:16px;font-weight:700}.account-identity strong,.account-identity small{display:block}.account-identity strong{overflow:hidden;max-width:300px;color:#30343b;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.account-identity small{margin-top:4px;color:var(--muted);font-size:11px}.account-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0}.account-summary>div{min-height:68px;display:grid;align-content:center;gap:5px;padding:11px 12px;border:1px solid var(--line);border-radius:7px;background:#fff}.account-summary dt{color:var(--muted);font-size:10px}.account-summary dd{margin:0;color:#2d3138;font-size:15px;font-weight:700}.account-local-save{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px;border:1px solid #d9e4fb;border-radius:7px;background:#f7faff}.account-local-save>div:first-child{min-width:0;display:grid;gap:4px}.account-local-save strong,.account-local-save span,.account-local-save small{display:block}.account-local-save strong{color:#303a4b;font-size:12px}.account-local-save span{overflow:hidden;color:#4267a5;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.account-local-save small{color:var(--muted);font-size:10px;line-height:1.45}.account-local-save-actions{flex:0 0 auto;display:grid;justify-items:end;gap:5px}.account-local-save-actions .secondary-button{display:inline-flex;align-items:center;gap:5px;height:34px;padding:0 10px;white-space:nowrap}.account-local-save-actions .secondary-button svg{width:13px;height:13px}.account-local-save-actions .text-button{color:#8d5959}.account-modal-content footer{display:flex;justify-content:flex-end;gap:8px}.account-modal-content .primary-small{display:inline-flex;align-items:center;gap:5px}.account-modal-content .primary-small svg{width:13px;height:13px}.settings-hub{width:min(960px,94vw);height:min(88vh,800px);display:grid;grid-template-rows:auto minmax(0,1fr)}.settings-hub .modal-content{min-height:0;max-height:none}.settings-hub-content{display:grid;grid-template-columns:182px minmax(0,1fr);min-height:0;height:100%;padding:0!important;overflow:hidden}.settings-nav{min-height:0;display:grid;align-content:start;gap:5px;padding:14px 10px;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;border-right:1px solid var(--line);background:#f8f9fb}.settings-nav button{display:grid;gap:4px;width:100%;padding:11px 12px;border:0;border-radius:6px;background:transparent;color:#5d636d;cursor:pointer;text-align:left}.settings-nav button:hover{background:#eef2f8}.settings-nav button.active{background:#eaf1ff;color:#355fba}.settings-nav strong{font-size:12px}.settings-nav small{color:#838a95;font-size:9px}.settings-nav button.active small{color:#6384c7}.settings-pane{min-height:0;height:100%;display:grid;align-content:start;gap:14px;padding:20px;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;background:#fff}.settings-pane-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.settings-pane-head h3{margin:0;color:#2d3138;font-size:15px}.settings-pane-head p{margin:5px 0 0;color:var(--muted);font-size:10px;line-height:1.5}.settings-pane-head .primary-small{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.settings-pane-head .primary-small svg{width:13px;height:13px}.settings-pane-card{min-height:170px}.settings-api-grid{gap:9px}.settings-empty{min-height:245px;display:grid;place-items:center;align-content:center;gap:9px;border:1px dashed #d7dce4;border-radius:7px;color:var(--muted);text-align:center}.settings-empty svg{width:25px;height:25px;color:#8793a4}.settings-empty strong{color:#424850;font-size:13px}.settings-empty span{font-size:10px}.settings-profile-backdrop{z-index:130;background:#1b202961}.api-profile-modal{width:min(650px,94vw);height:min(86vh,760px);max-height:86vh;display:grid;grid-template-rows:auto minmax(0,1fr)}.api-profile-modal .modal-content{min-height:0;max-height:none}.api-profile-form{display:grid;gap:13px;padding:20px;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.api-profile-form>label{display:grid;gap:6px;color:#4b5058;font-size:11px}.api-profile-form input:not([type=checkbox]),.api-profile-form select{width:100%;height:38px;padding:0 10px;border:1px solid var(--line);border-radius:6px;background:#fff;color:#353a42;outline:0}.api-profile-form .settings-model-row{display:flex;justify-content:space-between;gap:12px;cursor:default}.api-profile-form .settings-model-row>label:first-child{min-width:0;display:flex;align-items:center;gap:9px;cursor:pointer}.api-profile-form .settings-model-row>label:first-child span{min-width:0}.vision-toggle{flex:0 0 auto;display:inline-flex;align-items:center;gap:5px;color:#5773a8;font-size:10px;white-space:nowrap;cursor:pointer}.vision-toggle input{width:14px;height:14px;accent-color:var(--accent)}.api-profile-form .settings-footer{position:sticky;bottom:-20px;display:flex;justify-content:flex-end;gap:8px;margin:2px -20px -20px;padding:12px 20px;border-top:1px solid #e7eaef;background:#fff}.api-management-modal{width:min(1160px,96vw);height:min(90vh,760px);max-height:90vh;display:grid;grid-template-rows:auto minmax(0,1fr) auto}.api-management-modal>header{align-items:center;padding:14px 20px 12px}.api-management-modal>header .eyebrow,.api-management-modal>header p{display:none}.api-management-modal>header h2{margin:0;font-size:18px}.api-management-modal .modal-content{min-height:0;max-height:none}.api-management-content{display:grid;grid-template-columns:238px minmax(0,1fr);min-height:0;height:100%;padding:0!important;overflow:hidden}.api-management-sidebar{min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:12px;padding:14px 12px;border-right:1px solid #e3e7eb;background:#f8f9fb}.api-management-tabs{display:grid;gap:5px}.api-management-tabs button,.api-management-list button{width:100%;border:0;border-radius:6px;background:transparent;color:#5e6671;cursor:pointer;text-align:left}.api-management-tabs button{display:flex;align-items:center;justify-content:space-between;min-height:36px;padding:0 10px;font-size:12px}.api-management-tabs button small{color:#8d96a0;font-size:10px}.api-management-tabs button.active{background:#e9f0ff;color:#2d63bd;font-weight:650}.api-management-tabs button.active small{color:#4e78c4}.api-management-list{display:grid;align-content:start;gap:5px;overflow-y:auto}.api-management-list button{display:grid;gap:4px;min-height:73px;padding:10px}.api-management-list button:hover{background:#eef2f6}.api-management-list button.active{border:1px solid #b9cff8;background:#fff;box-shadow:0 2px 7px #1f3e6f14}.api-management-list strong,.api-management-list span,.api-management-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.api-management-list strong{color:#343b45;font-size:12px}.api-management-list span,.api-management-list small{color:#7c858f;font-size:10px}.api-management-add{display:inline-flex;align-items:center;justify-content:center;gap:5px;width:100%}.api-management-add svg{width:14px;height:14px}.api-management-editor{min-height:0;display:grid;align-content:start;gap:15px;padding:22px 24px;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;background:#fff}.api-editor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:15px;border-bottom:1px solid #edf0f3}.api-editor-head>div:first-child{display:grid;gap:5px}.api-editor-head>div:first-child>span{color:#7588a9;font-size:10px;font-weight:700}.api-editor-head h3{margin:0;color:#2d343e;font-size:17px}.api-editor-head>div:last-child{display:flex;align-items:center;gap:8px}.api-enabled-toggle{display:inline-flex;align-items:center;gap:5px;color:#5f6974;font-size:11px;white-space:nowrap}.api-editor-section{display:grid;gap:10px;padding-bottom:16px;border-bottom:1px solid #edf0f3}.api-editor-section>strong{color:#363e48;font-size:12px}.api-editor-section>label,.api-editor-two-col>label{display:grid;gap:6px;color:#59616c;font-size:11px}.api-editor-section input:not([type=checkbox]),.api-editor-section select{width:100%;box-sizing:border-box;height:36px;padding:0 10px;border:1px solid #dfe4ea;border-radius:5px;background:#fff;color:#303740;font-size:12px;outline:0}.api-editor-section input:focus,.api-editor-section select:focus{border-color:#7ea9f6;box-shadow:0 0 0 3px #3570de1a}.api-editor-two-col{display:grid;grid-template-columns:minmax(0,1fr) 170px;gap:12px}.api-models-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.api-models-head>div{display:grid;gap:4px}.api-models-head span,.api-editor-danger span{color:#828b95;font-size:10px;line-height:1.45}.api-editor-model-list{display:grid;gap:6px;max-height:198px;overflow-y:auto;padding-right:2px}.api-editor-model-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;min-height:45px;padding:8px 10px;border:1px solid #e3e7ec;border-radius:6px;background:#fbfcfd}.api-editor-model-row>label:first-child{min-width:0;display:flex;align-items:center;gap:8px;cursor:pointer}.api-editor-model-row strong,.api-editor-model-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.api-editor-model-row strong{color:#39414b;font-size:11px}.api-editor-model-row small{margin-top:2px;color:#8b939d;font-size:10px}.api-add-model{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.api-editor-danger{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px;border:1px solid #f0d8d3;border-radius:6px;background:#fff9f8}.api-editor-danger>div{display:grid;gap:4px}.api-editor-danger strong{color:#8f4d42;font-size:11px}.api-editor-empty{min-height:370px;display:grid;place-items:center;align-content:center;gap:9px;color:#7d8791;text-align:center}.api-editor-empty svg{width:28px;height:28px;color:#98a4b3}.api-editor-empty strong{color:#3d4650;font-size:14px}.api-editor-empty span{font-size:11px}.api-management-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 24px;border-top:1px solid #e3e7eb;background:#fafbfc}.api-management-footer>span{color:#808994;font-size:10px}.api-management-footer>div{display:flex;gap:8px}@media(max-width:680px){.settings-hub-content{grid-template-columns:1fr}.settings-nav{grid-template-columns:repeat(3,minmax(0,1fr));border-right:0;border-bottom:1px solid var(--line);padding:8px}.settings-nav button{padding:8px}.settings-nav small{display:none}.settings-pane{min-height:420px;padding:15px}.settings-pane-head{align-items:center}.settings-pane-head p{display:none}.saved-api-row{align-items:flex-start;flex-direction:column}.saved-api-actions{width:100%}.settings-two-col{grid-template-columns:1fr}.account-local-save{align-items:flex-start;flex-direction:column}.account-local-save-actions{width:100%;justify-items:start}.admin-provider-summary,.api-management-content{grid-template-columns:1fr}.api-management-sidebar{min-height:0;grid-template-rows:auto auto auto;border-right:0;border-bottom:1px solid #e3e7eb}.api-management-list{grid-template-columns:repeat(2,minmax(0,1fr));max-height:154px}.api-management-editor{min-height:0;padding:17px}.api-editor-two-col{grid-template-columns:1fr}.api-management-footer{align-items:flex-start;flex-direction:column;padding:12px 17px}}.library-manager-modal{width:min(860px,94vw);max-height:86vh}.library-manager-modal .modal-content{max-height:calc(86vh - 78px)}.library-manager-content{display:grid;gap:16px}.library-upload-form{display:grid;grid-template-columns:150px minmax(0,1fr);gap:16px;padding:16px;border:1px solid var(--line);border-radius:8px;background:#fafbfc}.library-upload-preview{width:150px;aspect-ratio:1;display:grid;place-items:center;overflow:hidden;border:1px dashed #cbd2dc;border-radius:7px;background:#fff;color:#8a96a8}.library-upload-preview img{width:100%;height:100%;display:block;object-fit:cover}.library-upload-preview svg{width:30px;height:30px}.library-upload-fields{min-width:0;display:grid;align-content:center;grid-template-columns:minmax(0,1fr) auto;gap:10px}.library-upload-fields>label:first-child{grid-column:1 / -1;display:grid;gap:6px;color:#4b4f56;font-size:11px}.library-upload-fields input:not(.visually-hidden-input){width:100%;height:38px;padding:0 10px;border:1px solid var(--line);border-radius:6px;background:#fff;outline:0}.library-file-button{height:36px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 11px;border:1px solid #d9dde4;border-radius:6px;background:#fff;color:#555b64;cursor:pointer;font-size:10px}.library-file-button svg{width:14px;height:14px}.library-manager-list{display:grid;gap:11px}.library-manager-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.library-manager-grid article{min-width:0;position:relative;overflow:hidden;border:1px solid var(--line);border-radius:7px;background:#fff}.library-manager-grid article>img{width:100%;aspect-ratio:1;display:block;object-fit:cover;object-position:center top;background:#edf0f3}.library-manager-grid article>div{min-width:0;display:grid;gap:3px;padding:9px 38px 9px 9px}.library-manager-grid article strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.library-manager-grid article small{color:var(--quiet);font-size:9px}.library-manager-grid article>.icon-button{position:absolute;right:6px;bottom:7px;width:28px;height:28px;color:#b24c4c}.library-manager-grid article>.icon-button svg{width:13px;height:13px}.library-manager-empty{min-height:180px;display:grid;place-items:center;align-content:center;gap:7px;border:1px dashed #d6dae1;border-radius:7px;color:var(--muted);text-align:center}.library-manager-empty svg{width:26px;height:26px}.library-manager-empty strong{color:#454950;font-size:12px}.library-manager-empty span{font-size:10px}.asset-library{height:100%;overflow-y:auto;padding:clamp(28px,4vw,54px)}.asset-library-header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:28px}.asset-library-header h1{margin:0;font-size:36px}.asset-library-header p{margin:10px 0 0;color:var(--muted);font-size:13px}.asset-library-header>strong{padding:8px 10px;border:1px solid var(--line);border-radius:6px;background:#fff;font-size:11px}.asset-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding-bottom:30px}.asset-card{min-width:0;aspect-ratio:1;position:relative;overflow:hidden;padding:0;border:1px solid var(--line);border-radius:8px;background:#fff;cursor:pointer;text-align:left;transition:transform .18s ease,box-shadow .18s ease}.asset-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #181d281c}.asset-card:focus-visible,.asset-close:focus-visible,button:focus-visible,select:focus-visible,input:focus-visible{outline:2px solid #4f85f4;outline-offset:2px}.asset-card img{width:100%;height:100%;display:block;object-fit:cover;object-position:center top}.asset-card>span{position:absolute;right:9px;bottom:9px;left:9px;display:grid;gap:3px;padding:8px 9px;border-radius:5px;background:#ffffffe6;color:#34373e;backdrop-filter:blur(8px)}.asset-card small{color:var(--muted);font-size:9px}.asset-card strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.asset-empty{min-height:350px;display:grid;place-items:center;align-content:center;gap:9px;color:var(--muted);text-align:center}.asset-empty svg{width:28px;height:28px;color:#8d96a3}.asset-empty strong{color:#393c42;font-size:14px}.asset-empty span{font-size:11px}.asset-backdrop{padding:30px}.asset-dialog{width:min(1120px,94vw);max-height:84vh;position:relative;display:grid;grid-template-columns:minmax(0,1fr) 320px;overflow:hidden;border-radius:8px;background:#fff;box-shadow:0 30px 80px #00000038}.asset-close{position:absolute;top:12px;right:12px;z-index:2;background:#ffffffe6;box-shadow:0 2px 8px #00000017}.asset-preview{min-height:500px;display:grid;place-items:center;padding:34px;background:#eff1f4}.asset-preview img{max-width:100%;max-height:calc(84vh - 68px);display:block;object-fit:contain;box-shadow:0 14px 36px #13192429}.asset-preview-stage{position:relative;display:inline-block;max-width:100%;max-height:calc(84vh - 68px);line-height:0}.asset-preview-stage>img{max-height:calc(84vh - 68px)}.aplus-overlay-preview{position:absolute;max-width:72%;display:grid;gap:7px;padding:12px 16px;color:#1f2933;line-height:1.25;text-shadow:0 1px 10px rgba(255,255,255,.8);pointer-events:none}.aplus-overlay-preview.left{left:6%;text-align:left}.aplus-overlay-preview.center{left:50%;transform:translate(-50%);text-align:center}.aplus-overlay-preview.right{right:6%;text-align:right}.aplus-overlay-preview.top{top:7%}.aplus-overlay-preview.bottom{bottom:7%}.aplus-overlay-preview strong{font-size:clamp(16px,2.3vw,34px);font-weight:750;letter-spacing:0}.aplus-overlay-preview span{font-size:clamp(10px,1.25vw,18px)}.aplus-overlay-stack{display:grid;gap:7px}.aplus-layout-align-center .aplus-overlay-stack{justify-items:center}.aplus-layout-align-right .aplus-overlay-stack{justify-items:end}.aplus-overlay-block{display:block;max-width:100%;line-height:1.28}.aplus-overlay-eyebrow{font-size:clamp(9px,.85vw,13px);font-weight:700;letter-spacing:.12em;opacity:.82;text-transform:uppercase}.aplus-overlay-title{font-size:clamp(17px,2.35vw,35px);font-weight:780}.aplus-overlay-body{max-width:28em;font-size:clamp(10px,1.1vw,17px);font-weight:500;line-height:1.55;opacity:.9}.aplus-overlay-tag{width:fit-content;padding:4px 7px;border:1px solid currentColor;border-radius:3px;font-size:clamp(8px,.76vw,11px);font-weight:700;letter-spacing:.08em}.aplus-layout-editorial .aplus-overlay-title{font-family:Georgia,Songti SC,serif;font-weight:650}.aplus-layout-editorial .aplus-overlay-eyebrow{letter-spacing:.18em}.aplus-layout-technical .aplus-overlay-title{font-weight:800}.aplus-layout-technical .aplus-overlay-tag{border-radius:0}.aplus-layout-soft .aplus-overlay-title{font-weight:650}.asset-detail{min-height:0;display:flex;flex-direction:column;overflow-y:auto;padding:32px 22px;border-left:1px solid var(--line)}.asset-detail h2{margin:0 0 21px;font-size:22px}.asset-detail dl{display:grid;gap:11px;margin:0}.asset-detail dl div{display:grid;gap:4px;padding-bottom:10px;border-bottom:1px solid #f0f1f3}.asset-detail dt{color:var(--quiet);font-size:10px}.asset-detail dd{margin:0;color:#40434a;font-size:11px;line-height:1.5;overflow-wrap:anywhere}.asset-created-line{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 10px}.asset-task-id{color:#7a818a;white-space:nowrap}.asset-task-id strong{color:#4b5563;font-family:Consolas,SFMono-Regular,monospace;font-size:10px;letter-spacing:0}.asset-references{margin-top:20px}.asset-references h3{margin:0 0 9px;font-size:12px}.asset-references>div{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.asset-references img{width:100%;aspect-ratio:1;border-radius:5px;object-fit:cover;background:#edf0f3}.asset-free-prompt{margin-top:20px}.asset-free-prompt h3{margin:0 0 9px;font-size:12px}.asset-free-prompt p{max-height:180px;margin:0;overflow-y:auto;padding:10px;border:1px solid #e6e9ed;border-radius:6px;background:#f8fafc;color:#424850;font-size:11px;line-height:1.6;white-space:pre-wrap;overflow-wrap:anywhere}.asset-free-actions{display:flex;justify-content:flex-end;margin-top:auto;padding-top:20px}.aplus-overlay-editor{display:grid;gap:10px;margin-top:20px;padding-top:16px;border-top:1px solid #eef0f2}.aplus-overlay-heading{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.aplus-overlay-heading h3{margin:0;font-size:12px}.aplus-overlay-heading span,.aplus-overlay-safe{color:var(--quiet);font-size:10px}.aplus-overlay-editor label{display:grid;gap:5px}.aplus-overlay-editor label>span{color:#6a7078;font-size:10px}.aplus-overlay-editor input,.aplus-overlay-editor textarea{width:100%;box-sizing:border-box;border:1px solid #e1e5e9;border-radius:5px;background:#fbfcfd;color:#30353b;font:inherit;font-size:11px;padding:8px 9px;outline:none;resize:vertical}.aplus-overlay-editor input:focus,.aplus-overlay-editor textarea:focus{border-color:#8db5ff;box-shadow:0 0 0 2px #3b82f61a}.aplus-overlay-editor .primary-small{justify-self:end;margin-top:2px}.aplus-visual-system{display:grid;gap:7px;margin-top:18px;padding:12px 0 3px;border-top:1px solid #eef0f2}.aplus-palette{display:flex;gap:6px}.aplus-palette i{width:22px;height:22px;border:1px solid rgba(26,32,38,.12);border-radius:5px}.aplus-visual-system p{display:grid;grid-template-columns:32px minmax(0,1fr);gap:6px;margin:0;color:#686f78;font-size:10px;line-height:1.45}.aplus-visual-system p b{color:#3e444b;font-weight:650}.aplus-plan-backdrop{position:fixed;inset:0;z-index:150;display:flex;justify-content:flex-end;background:#11151a47;backdrop-filter:blur(2px)}.aplus-plan-drawer{width:min(760px,94vw);height:100%;display:grid;grid-template-rows:auto minmax(0,1fr) auto;background:#f8fafb;box-shadow:-22px 0 70px #1a222b33;animation:modal-in .2s ease-out}.aplus-plan-drawer>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:28px 30px 22px;border-bottom:1px solid #e5e9ec;background:#fff}.aplus-plan-drawer>header h2{margin:6px 0 7px;color:#252b32;font-size:24px}.aplus-plan-drawer>header p{margin:0;color:var(--quiet);font-size:12px}.aplus-plan-scroll{min-height:0;overflow-y:auto;padding:20px 30px 30px;scrollbar-width:thin;scrollbar-color:#cfd5da transparent}.aplus-plan-summary{display:grid;gap:9px;margin-bottom:16px;padding:15px 17px;border:1px solid #e2e7ea;border-radius:8px;background:#fff}.aplus-plan-summary>div:first-child{display:grid;gap:4px}.aplus-plan-summary strong{color:#32383f;font-size:13px}.aplus-plan-summary span,.aplus-plan-summary small,.aplus-plan-summary p{color:#69717a;font-size:11px;line-height:1.45}.aplus-plan-summary small{color:#8a9198}.aplus-plan-summary p{display:grid;grid-template-columns:54px minmax(0,1fr);gap:7px;margin:0}.aplus-plan-summary p b{color:#4a525a;font-weight:650}.aplus-plan-palette{display:flex;gap:6px}.aplus-plan-palette i{width:22px;height:22px;border:1px solid rgba(26,32,38,.12);border-radius:5px}.aplus-plan-list{display:grid;gap:12px}.aplus-plan-card{display:grid;gap:12px;padding:16px 17px;border:1px solid #e2e7ea;border-radius:8px;background:#fff}.aplus-plan-card-head{display:flex;align-items:flex-start;gap:11px}.aplus-plan-card-head>span{color:#2f7862;font:700 13px/1 Consolas,monospace}.aplus-plan-card-head>div{display:grid;gap:4px;min-width:0}.aplus-plan-card-head strong{color:#30363d;font-size:14px}.aplus-plan-card-head small{color:var(--quiet);font-size:10px;line-height:1.4}.aplus-plan-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.aplus-plan-card label{display:grid;gap:5px}.aplus-plan-card label>span{color:#747b83;font-size:10px}.aplus-plan-card input,.aplus-plan-card textarea{width:100%;box-sizing:border-box;border:1px solid #e0e5e8;border-radius:5px;background:#fbfcfd;color:#30363d;font:inherit;font-size:11px;padding:8px 9px;outline:none;resize:vertical}.aplus-plan-card input:focus,.aplus-plan-card textarea:focus{border-color:#8db5ff;box-shadow:0 0 0 2px #3b82f61a}.aplus-plan-meta{display:flex;flex-wrap:wrap;gap:6px 14px;color:#7a828a;font-size:10px}.aplus-plan-card details{border-top:1px solid #eef1f3;padding-top:10px}.aplus-plan-card summary{color:#356c5c;cursor:pointer;font-size:10px}.aplus-plan-card details textarea{margin-top:9px;min-height:100px;font:10px/1.5 Consolas,monospace}.aplus-plan-layout-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:1px;color:#59616a;font-size:10px}.aplus-plan-layout-head b{color:#3d4851;font-size:11px}.aplus-plan-drawer>footer{display:flex;align-items:center;justify-content:flex-end;gap:9px;padding:15px 30px;border-top:1px solid #e5e9ec;background:#fff}.aplus-plan-drawer>footer>span{margin-right:auto;color:var(--quiet);font-size:10px}@media(max-width:620px){.aplus-plan-drawer>header{padding:22px 18px 18px}.aplus-plan-scroll{padding:16px 18px 22px}.aplus-plan-drawer>footer{flex-wrap:wrap;padding:12px 18px}.aplus-plan-drawer>footer>span{width:100%;margin-right:0}.aplus-plan-grid{grid-template-columns:1fr}}@keyframes modal-in{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:none}}@media(max-width:1260px){.workspace{grid-template-columns:64px 370px minmax(0,1fr)}.hero-state{padding:36px;gap:14px}.result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.asset-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.task-workspace{min-height:100%;padding:42px 48px;background:#f8f9fa}.task-workspace-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding-bottom:22px;border-bottom:1px solid #e5e7ea}.task-workspace-header h1{margin:7px 0 8px;font-size:30px;letter-spacing:0}.task-workspace-header p{margin:0;color:var(--quiet);font-size:13px}.task-workspace-header>strong{color:#4a4e55;font-size:12px;white-space:nowrap}.task-work-list{display:grid;gap:10px;margin-top:18px}.task-work-row{background:#fff;border:1px solid #e4e7eb;border-radius:8px;padding:16px 18px;box-shadow:0 5px 18px #232a3409}.task-work-title{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.task-work-title>div{display:grid;gap:5px;min-width:0}.task-work-title strong{color:#282c32;font-size:14px;overflow-wrap:anywhere}.task-work-title span,.task-work-meta span,.task-work-note{color:var(--quiet);font-size:11px}.task-work-delete{display:grid;place-items:center;flex:0 0 auto;width:30px;height:30px;border:0;border-radius:6px;color:#969ca5;background:transparent;cursor:pointer}.task-work-delete:hover{color:#b8534b;background:#fff1ef}.task-work-delete svg{width:15px;height:15px}.task-work-meta{display:flex;align-items:center;gap:10px;margin-top:13px}.task-work-meta b{margin-left:auto;color:#4b515a;font-size:11px;font-weight:600}.task-status{padding:4px 7px;border-radius:4px;font-weight:600}.task-status-queued{color:#8b6b2d!important;background:#fff5d9}.task-status-running{color:#326b83!important;background:#e5f5fa}.task-status-completed{color:#357354!important;background:#e7f5ed}.task-status-failed{color:#aa4f49!important;background:#fff0ee}.task-status-canceled{color:#777d86!important;background:#eef0f2}.task-work-progress{height:5px;margin-top:9px;overflow:hidden;border-radius:99px;background:#edf0f2}.task-work-progress i{display:block;height:100%;border-radius:inherit;background:#2f7862;transition:width .35s ease}.task-work-thumbnails{display:flex;gap:8px;overflow-x:auto;margin-top:14px;padding-bottom:2px}.task-work-thumbnail{display:grid;gap:4px;flex:0 0 76px;padding:0;border:0;background:transparent;color:#555b64;text-align:left;cursor:pointer}.task-work-thumbnail img{width:76px;height:76px;border-radius:6px;object-fit:cover;border:1px solid #e3e6e9}.task-work-thumbnail span{overflow:hidden;font-size:10px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.task-work-thumbnail:hover img{border-color:#2f7862;box-shadow:0 0 0 2px #2f786224}.task-work-note{display:block;margin-top:11px}.task-work-empty{display:grid;justify-items:center;gap:8px;padding:80px 20px;color:var(--quiet)}.task-work-empty strong{color:#42474e;font-size:15px}.task-work-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:15px}.task-work-card{min-width:0;padding:0;border:1px solid #e2e6e9;border-radius:7px;overflow:hidden;background:#fbfcfc;color:#4c525a;text-align:left;cursor:pointer}.task-work-card:disabled{cursor:default}.task-work-card-media{position:relative;display:grid;place-items:center;aspect-ratio:1;overflow:hidden;background:#eef1f2}.task-work-card-media>img{width:100%;height:100%;object-fit:cover;object-position:center top}.task-work-card.pending .task-work-card-media{background:linear-gradient(135deg,#eef2f2,#e6ebea)}.task-work-card-percent{color:#4c7770;font-size:17px;font-weight:700}.task-work-card-media>i{position:absolute;right:13%;bottom:14%;left:13%;height:4px;overflow:hidden;border-radius:99px;background:#ffffffb3}.task-work-card-media>i b{display:block;height:100%;border-radius:inherit;background:#2f7862;transition:width .35s ease}.task-work-card-footer{display:grid;gap:4px;padding:9px 10px 10px}.task-work-card-footer strong{overflow:hidden;color:#3e444b;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.task-work-card-footer span{color:var(--quiet);font-size:10px}.task-work-card.ready:hover{border-color:#2f7862;box-shadow:0 0 0 2px #2f78621f}.task-workspace{padding:24px 32px}.task-work-row{position:relative;padding:12px 38px 12px 12px}.task-work-delete{position:absolute;top:10px;right:8px;z-index:1}.task-work-grid{grid-template-columns:repeat(4,minmax(100px,150px));gap:8px;margin-top:0}.task-work-card-footer{padding:7px 8px 8px}.task-workspace-header{display:block;padding:0 0 16px;border-bottom:1px solid #e5e7ea}.task-workspace-header h1{margin:0;font-size:24px}.task-work-row-meta{min-height:20px;margin-bottom:8px;color:var(--quiet);font-size:11px}@media(max-width:760px){.task-workspace{padding:26px 20px}.task-workspace-header{align-items:flex-start}.task-work-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:430px){.task-work-grid{grid-template-columns:1fr 1fr;gap:7px}}.canvas-panel{display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden}.task-workspace{flex:1 1 auto;height:auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding:24px 32px 56px;scrollbar-width:thin;scrollbar-color:#cfd3d8 transparent}.task-workspace::-webkit-scrollbar{width:8px}.task-workspace::-webkit-scrollbar-track{background:transparent}.task-workspace::-webkit-scrollbar-thumb{background:#cfd3d8;border:2px solid #f8f9fa;border-radius:5px}.task-work-tile-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:12px;align-items:start}.task-work-tile{position:relative;min-width:0}.task-work-tile .task-work-delete{position:absolute;top:5px;right:5px;z-index:2;width:25px;height:25px;color:#fff;background:#191d2294;opacity:0}.task-work-tile:hover .task-work-delete,.task-work-tile .task-work-delete:focus-visible{opacity:1}.task-work-tile .task-work-delete:hover{background:#ad4842e6;color:#fff}.task-work-tile-media{position:relative;display:grid;place-items:center;width:100%;aspect-ratio:1;padding:0;overflow:hidden;border:1px solid #e1e5e8;border-radius:7px;background:#edf1f1;cursor:pointer}.task-work-tile-media:disabled{cursor:default}.task-work-tile-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}.task-work-tile-media.pending{background:linear-gradient(135deg,#edf2f1,#e4eae8)}.task-work-tile-media.pending>span{color:#4c7770;font-size:15px;font-weight:700}.task-work-tile-media.pending>i{position:absolute;right:12%;bottom:14%;left:12%;height:4px;overflow:hidden;border-radius:99px;background:#ffffffbf}.task-work-tile-media.pending>i b{display:block;height:100%;border-radius:inherit;background:#2f7862}.task-work-tile-media.failed{cursor:pointer}.task-work-tile-media.failed>span{color:#aa4f49}.task-work-tile-media.failed>i b{background:#c96a60}.task-work-tile-media.ready:hover{border-color:#2f7862;box-shadow:0 0 0 2px #2f786224}.task-work-tile-info{display:grid;gap:3px;min-width:0;padding:6px 2px 0}.task-work-tile-info span,.task-work-tile-info strong,.task-work-tile-info em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-work-tile-info span{color:var(--quiet);font-size:9px}.task-work-tile-info strong{color:#454b52;font-size:10px;font-weight:650}.task-work-tile-size{margin-left:5px;color:#7a818a;font-size:9px;font-weight:500}.task-work-tile-status{display:flex;align-items:center;justify-content:space-between;gap:6px;min-width:0}.task-work-tile-status em{overflow:hidden;color:#4b7769;font-size:9px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.task-work-tile-status span{overflow:hidden;flex:0 1 auto;max-width:56%;color:#7a818a;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.failure-dialog-backdrop{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:20px;background:#11131859;backdrop-filter:blur(2px)}.failure-dialog{width:min(520px,calc(100vw - 40px));overflow:hidden;border:1px solid #f0d7d4;border-radius:8px;background:#fff;box-shadow:0 24px 70px #14192333}.failure-dialog>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:18px 20px 14px;border-bottom:1px solid #f1e2e0}.failure-dialog h2{margin:0;color:#9c433d;font-size:18px}.failure-dialog-body{padding:17px 20px 8px}.failure-dialog-body p{margin:0 0 10px;color:#666c75;font-size:11px}.failure-dialog-body pre{max-height:240px;margin:0;overflow:auto;padding:12px;border:1px solid #f1dfdc;border-radius:6px;background:#fff8f7;color:#8f4842;font:11px/1.55 Consolas,Microsoft YaHei,monospace;white-space:pre-wrap;overflow-wrap:anywhere}.failure-dialog>footer{display:flex;justify-content:flex-end;padding:13px 20px 17px}.confirm-dialog-backdrop{position:fixed;inset:0;z-index:130;display:grid;place-items:center;padding:20px;background:#1113184d;backdrop-filter:blur(2px)}.confirm-dialog{width:min(410px,calc(100vw - 40px));overflow:hidden;border:1px solid #e5e8ec;border-radius:8px;background:#fff;box-shadow:0 24px 70px #14192333}.confirm-dialog>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:18px 20px 14px;border-bottom:1px solid #edf0f2}.confirm-dialog h2{margin:0;color:#2d3238;font-size:17px}.confirm-dialog-body{padding:17px 20px 9px}.confirm-dialog-body p{margin:0;color:#626872;font-size:12px;line-height:1.6}.confirm-dialog>footer{display:flex;justify-content:flex-end;gap:8px;padding:13px 20px 17px}.primary-small.danger-action{background:#c9564e}.primary-small.danger-action:hover{background:#b84740}.task-work-tile-info em{color:#4b7769;font-size:9px;font-style:normal}@media(max-width:1300px){.task-work-tile-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(max-width:1050px){.task-work-tile-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:760px){.task-workspace{padding:20px 18px 32px}.task-work-tile-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}}.wear-upload-layout{display:grid;grid-template-columns:minmax(86px,25%) minmax(0,1fr);gap:10px;align-items:start}.wear-upload-layout .upload-zone{width:100%;height:102px;padding:8px}.wear-upload-layout .upload-zone small{display:none}.model-option-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.model-option{min-width:0;padding:8px}.model-option span{min-width:0}.model-option strong,.model-option small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pose-button-grid button{min-height:34px;padding:6px 7px;border:1px solid var(--line);border-radius:6px;background:#fafbfc;color:#62666d;cursor:pointer;font-size:11px;text-align:center}.pose-button-grid button:hover{border-color:#a9bfef;background:#f4f7ff;color:#246bfd}.pose-button-grid button.selected{border-color:#246bfd;background:#eaf1ff;color:#205ed8;font-weight:700;box-shadow:inset 0 0 0 1px #246bfd0f}.size-family+.size-family{margin-top:17px;padding-top:15px;border-top:1px solid #f0f1f3}.size-family-heading{display:grid;gap:3px;margin-bottom:8px}.size-family-heading strong{color:#3e444b;font-size:11px}.size-family-heading span{color:var(--quiet);font-size:9px;line-height:1.4}.resolution-buttons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:8px}.resolution-buttons button{min-height:32px;border:1px solid var(--line);border-radius:6px;background:#fafbfc;color:#62666d;cursor:pointer;font-size:11px}.resolution-buttons button:hover{border-color:#a9bfef;background:#f4f7ff;color:#246bfd}.resolution-buttons button.selected{border-color:#246bfd;background:#eaf1ff;color:#205ed8;font-weight:700}.camera-option-groups{display:grid;gap:12px}.camera-option-group{display:grid;gap:6px}.camera-option-group>strong{color:#4e5968;font-size:11px;font-weight:700}.camera-option-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.camera-option-grid button{min-height:31px;padding:5px 6px;border:1px solid var(--line, #dfe5ee);border-radius:6px;background:#fafbfc;color:#626d7d;font:inherit;font-size:11px;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease}.camera-option-grid button:hover{border-color:#a9bfef;background:#f4f7ff;color:#246bfd}.camera-option-grid button.selected{border-color:#246bfd;background:#eaf1ff;color:#205ed8;font-weight:700}.camera-option-grid button:disabled{border-color:#e5e8ed;background:#f4f5f7;color:#b1b6bf;cursor:not-allowed;box-shadow:none}.camera-option-group.disabled>strong{color:#9aa1ac}.scene-category-tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;margin:12px 0 10px}.pose-category-tabs{grid-template-columns:repeat(4,minmax(0,1fr))}.scene-category-tabs button,.scene-button-grid button,.pose-button-grid button{min-height:38px;border:1px solid var(--line, #dfe5ee);border-radius:8px;background:var(--panel, #fff);color:var(--ink, #253044);font:inherit;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.scene-category-tabs button{min-height:32px;padding:6px 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:var(--muted, #748096)}.scene-category-tabs button:hover,.scene-button-grid button:hover,.pose-button-grid button:hover{border-color:#8db5ff;color:#215cc5}.scene-category-tabs button.active,.scene-button-grid button.selected,.pose-button-grid button.selected{border-color:#3b82f6;background:#eaf2ff;color:#175bcc;box-shadow:inset 0 0 0 1px #3b82f61f}.scene-button-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.scene-button-grid button{text-align:left;padding:9px 11px;font-size:13px}.pose-groups{display:grid;gap:14px}.pose-group-title{margin-bottom:7px;color:var(--muted, #748096);font-size:12px;font-weight:700;letter-spacing:.02em}.pose-button-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.pose-button-grid button{padding:8px 5px;font-size:12px;line-height:1.25}@media(max-width:700px){.scene-category-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.pose-button-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.asset-grid{contain:layout style}.asset-card-wrap{content-visibility:auto;contain-intrinsic-size:260px 330px}.asset-card img{display:block;aspect-ratio:1;width:100%;object-fit:cover}.aplus-plan-queue{margin:22px 26px 0;border:1px solid #dce1e8;background:#fff;flex:0 0 auto}.aplus-plan-queue>header{min-height:42px;padding:7px 12px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf0f4}.aplus-plan-queue h2{margin:0;font-size:15px;line-height:1.2}.aplus-plan-queue-header-actions{display:flex;align-items:center;gap:10px}.aplus-plan-queue-header-actions>span{color:#687385;font-size:12px}.aplus-plan-queue-toggle{display:inline-flex;align-items:center;gap:3px;height:27px;padding:0 7px;border:1px solid #dde4ee;border-radius:5px;background:#f8faff;color:#4b6590;cursor:pointer;font-size:11px}.aplus-plan-queue-toggle:hover{border-color:#aec4e8;background:#eef4ff;color:#235fb9}.aplus-plan-queue-toggle svg{width:14px;height:14px}.aplus-plan-queue-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;scrollbar-width:thin;scrollbar-color:#cfd6e0 transparent}.aplus-plan-queue-list::-webkit-scrollbar{width:7px}.aplus-plan-queue-list::-webkit-scrollbar-thumb{border:2px solid #fff;border-radius:5px;background:#cfd6e0}.aplus-plan-queue.collapsed .aplus-plan-queue-list{max-height:94px;overflow:hidden}.aplus-plan-queue.expanded .aplus-plan-queue-list{max-height:282px;overflow-y:auto}.aplus-plan-queue-card:nth-child(3n){border-right:0}.aplus-plan-queue-card:nth-child(n+4){border-top:1px solid #edf0f4}.aplus-plan-queue-card{min-width:0;min-height:94px;padding:10px 12px;display:grid;grid-template-columns:60px minmax(0,1fr) auto;gap:10px;align-items:center;border-right:1px solid #edf0f4}.aplus-plan-queue-card>img,.aplus-plan-queue-placeholder{width:60px;height:72px;object-fit:cover;object-position:top;border:1px solid #e2e7ee;background:#f4f6f8}.aplus-plan-queue-placeholder{display:grid;place-items:center;color:#7b8797}.aplus-plan-queue-info{min-width:0}.aplus-plan-queue-info strong,.aplus-plan-queue-info span,.aplus-plan-queue-info p{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aplus-plan-queue-info strong{color:#1b2636;font-size:13px}.aplus-plan-queue-info span,.aplus-plan-queue-info p{margin-top:4px;color:#758195;font-size:11px}.aplus-plan-queue-info p{color:#3a567a}.aplus-plan-queue-progress{height:3px;margin-top:8px;overflow:hidden;background:#e8edf3}.aplus-plan-queue-progress i{display:block;height:100%;background:#3e78c5;transition:width .25s ease}.aplus-plan-queue-card.status-failed .aplus-plan-queue-info p{color:#bb4351}.aplus-plan-queue-card.status-completed .aplus-plan-queue-info p{color:#26705d}.aplus-plan-queue-actions{display:flex;align-items:center;gap:6px}.aplus-plan-queue-actions .primary-small{white-space:nowrap}.aplus-plan-queue-loading{min-height:82px;display:flex;align-items:center;justify-content:center;gap:8px;color:#758195;font-size:12px}@media(max-width:860px){.aplus-plan-queue{margin:14px 14px 0}.aplus-plan-queue-card{border-right:0;border-bottom:1px solid #edf0f4}.aplus-plan-queue-list{grid-template-columns:1fr}.aplus-plan-queue.collapsed .aplus-plan-queue-list{max-height:94px}.aplus-plan-queue.expanded .aplus-plan-queue-list{max-height:282px}.aplus-plan-queue-card:nth-child(n){border-right:0}.aplus-plan-queue-card:nth-child(n+2){border-top:0}.aplus-plan-queue-card:last-child{border-bottom:0}}@media(max-width:700px){.history-row{align-items:flex-start}.history-row-right{justify-items:start}.history-billing{white-space:normal}.admin-credit-row{align-items:stretch;flex-direction:column}.admin-credit-form{max-width:none}}.admin-log-pagination{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:14px;padding-top:12px;border-top:1px solid #edf0f4;color:#778293;font-size:11px}.admin-log-pagination .icon-button{width:28px;height:28px}.admin-log-pagination .icon-button svg{width:14px;height:14px}.admin-log-pagination input{width:52px;height:28px;box-sizing:border-box;padding:0 6px;border:1px solid #d7dee8;border-radius:4px;background:#fff;color:#384252;text-align:center;font:inherit;font-size:11px}.admin-log-pagination input:focus{outline:0;border-color:#6d98e4;box-shadow:0 0 0 2px #3974db1a}.admin-date-filter{display:inline-flex;align-items:center;gap:5px;color:#738092;font-size:11px;white-space:nowrap}.admin-date-filter input{height:30px;box-sizing:border-box;padding:0 6px;border:1px solid #d7dee8;border-radius:4px;background:#fff;color:#384252;font:inherit;font-size:11px}.provider-test-modal{width:min(980px,calc(100vw - 32px));max-height:min(88vh,900px)}.provider-test-content{display:grid;gap:14px;max-height:calc(88vh - 150px);overflow:auto}.provider-test-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.provider-test-summary>div{display:grid;gap:5px;padding:10px 12px;border:1px solid #e5e9ef;border-radius:6px;background:#fafbfd}.provider-test-summary span,.provider-test-summary small{color:#7d8897;font-size:10px}.provider-test-summary strong,.provider-test-summary code{color:#303a49;font-size:13px}.provider-test-status.passed{color:#16815c}.provider-test-status.partial{color:#b27613}.provider-test-status.failed{color:#bd4a4a}.provider-test-status.running{color:#3c72c7}.provider-test-error{padding:10px 12px;border:1px solid #f0c7c7;border-radius:5px;background:#fff5f5;color:#b54848;font-size:12px}.provider-test-reference{display:flex;align-items:center;gap:14px;padding:10px 12px;border:1px solid #e5e9ef;border-radius:6px;background:#fafbfd}.provider-test-reference>div{display:grid;gap:4px;flex:1}.provider-test-reference small{color:#7d8897;font-size:10px}.provider-test-reference img{width:96px;height:96px;object-fit:cover;border:1px solid #dce3ec;border-radius:5px;background:#eef1f4}.provider-test-step-list{display:grid;gap:10px}.provider-test-step{display:grid;gap:8px;padding:12px;border:1px solid #e3e8ef;border-left:4px solid #aeb9c7;border-radius:6px;background:#fff}.provider-test-step.passed{border-left-color:#45a981}.provider-test-step.failed{border-left-color:#d66a6a}.provider-test-step-head{display:flex;justify-content:space-between;gap:12px}.provider-test-step-head>div{display:grid;gap:4px}.provider-test-step-head span,.provider-test-step-head small{color:#7b8795;font-size:10px}.provider-test-step-head b{color:#16815c;font-size:11px}.provider-test-step.failed .provider-test-step-head b{color:#bd4a4a}.provider-test-step p{margin:0;color:#5b6675;font-size:11px}.provider-test-step code{display:block;padding:8px;border-radius:4px;background:#fff6f6;color:#ad4545;font-size:10px;white-space:pre-wrap;word-break:break-word}.provider-test-images{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}.provider-test-images figure{margin:0;overflow:hidden;border:1px solid #e1e6ed;border-radius:5px;background:#fafbfd}.provider-test-images img{display:block;width:100%;aspect-ratio:1 / 1;object-fit:contain;background:#eef1f4}.provider-test-images figcaption{display:grid;gap:3px;padding:7px 8px}.provider-test-images figcaption strong{overflow:hidden;color:#3f4b5c;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.provider-test-images figcaption span{color:#8993a1;font-size:9px}@media(max-width:680px){.provider-test-summary{grid-template-columns:1fr}.provider-test-step-head{flex-direction:column}.provider-test-images{grid-template-columns:repeat(2,minmax(0,1fr))}}.brand-mark{flex:0 0 auto;width:41px;height:41px;display:block;padding:0;background:transparent;object-fit:cover;border-radius:8px}.icon-button svg,.quiet-button svg,.nav-icon svg,.primary-button svg,.ai-write svg{width:16px;height:16px}.quiet-button,.primary-button,.ai-write{display:inline-flex;align-items:center;justify-content:center;gap:6px}.nav-icon{height:20px;display:grid;place-items:center}.visually-hidden-input{position:fixed;top:0;left:0;width:1px;height:1px;padding:0;margin:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;pointer-events:none}.pose-replica-intro .compact-upload-section{padding-bottom:8px;border-bottom:0}.pose-replica-history{display:grid;gap:8px;margin-top:10px}.pose-replica-history>strong{color:#555b64;font-size:12px}.pose-replica-history-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;max-height:210px;overflow-y:auto;padding-right:2px}.pose-replica-history-grid button{position:relative;min-width:0;aspect-ratio:1;overflow:hidden;padding:0;border:1px solid #dce0e6;border-radius:6px;background:#f7f8fa;cursor:pointer}.pose-replica-history-grid button:hover,.pose-replica-history-grid button.selected{border-color:#2d68dc;box-shadow:inset 0 0 0 1px #2d68dc}.pose-replica-history-grid img{width:100%;height:100%;display:block;object-fit:cover;object-position:top}.pose-replica-history-grid span{position:absolute;right:0;bottom:0;left:0;overflow:hidden;padding:4px 5px;background:#14181fad;color:#fff;font-size:10px;line-height:1.2;text-align:left;text-overflow:ellipsis;white-space:nowrap}.pose-replica-asset-picker{width:100%;margin-top:9px}.replica-model-prompt{display:grid;gap:6px;margin-top:11px}.replica-model-prompt>span{color:#4d5662;font-size:11px;font-weight:650}.replica-model-prompt textarea{min-height:78px;max-height:150px;font-size:11px}.replica-model-prompt small{color:#9299a2;font-size:10px;line-height:1.45}.pose-asset-picker{width:min(920px,calc(100vw - 48px));max-width:920px;height:min(700px,calc(100vh - 54px));display:grid;grid-template-rows:auto minmax(0,1fr) auto}.pose-asset-picker-body{min-height:0;overflow:auto;padding:14px 20px 18px}.pose-asset-picker-filters{display:flex;gap:7px;margin-bottom:13px}.pose-asset-picker-filters button{height:30px;padding:0 11px;border:1px solid #dce0e6;border-radius:5px;background:#fff;color:#60656e;cursor:pointer;font-size:12px}.pose-asset-picker-filters button.active{border-color:#2d68dc;background:#eef4ff;color:#1f59c9;font-weight:650}.pose-asset-picker-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:9px}.pose-asset-picker-grid>button{position:relative;min-width:0;aspect-ratio:.78;overflow:hidden;padding:0;border:1px solid #e0e3e8;border-radius:6px;background:#f6f7f9;cursor:pointer;text-align:left}.pose-asset-picker-grid>button:hover,.pose-asset-picker-grid>button.selected{border-color:#2d68dc;box-shadow:inset 0 0 0 1px #2d68dc}.pose-asset-picker-grid img{width:100%;height:100%;display:block;object-fit:cover;object-position:top}.pose-asset-picker-grid span{position:absolute;right:0;bottom:0;left:0;display:grid;gap:1px;padding:5px 6px;background:linear-gradient(transparent,#0f1218d1 38%);color:#fff}.pose-asset-picker-grid small,.pose-asset-picker-grid strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pose-asset-picker-grid small{font-size:9px;opacity:.76}.pose-asset-picker-grid strong{font-size:10px;font-weight:600}.pose-asset-picker-grid i{position:absolute;top:6px;right:6px;width:19px;height:19px;border-radius:50%;display:grid;place-items:center;background:#2d68dc;color:#fff;font-size:12px;font-style:normal}.pose-asset-picker footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 20px;border-top:1px solid #e9ebef;color:#666b74;font-size:12px}.pose-asset-picker footer>div{display:flex;gap:8px}.pose-asset-picker-preview{position:fixed;z-index:120;max-width:240px;max-height:320px;overflow:hidden;border:1px solid #d4d8df;border-radius:6px;background:#fff;box-shadow:0 12px 28px #181f2a33;pointer-events:none}.pose-asset-picker-preview img{display:block;max-width:240px;max-height:320px;object-fit:contain}.pose-asset-picker-empty{min-height:220px;display:grid;place-items:center;color:#777d86;font-size:13px}@media(max-width:900px){.pose-asset-picker-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}.upload-thumb button{display:grid;place-items:center;padding:0}.upload-thumb button svg{width:12px;height:12px}.connection-state{margin-left:auto;color:#3e8062;font-size:10px}.connection-state.offline{color:#b25c4b}.result-art.source-preview:before{background-image:var(--source-image);background-size:cover;background-position:center;width:70%;height:70%;border-radius:8px;transform:none;box-shadow:0 18px 34px #00000024}.result-art.source-preview:after{display:none}.uploading-mask{position:absolute;inset:0;display:grid;place-items:center;background:#ffffffb8;color:#246bfd}.uploading-mask svg,.empty-state>svg{width:18px;height:18px;animation:prism-spin .8s linear infinite}.stage-step svg{width:10px;height:10px;vertical-align:-2px}@keyframes prism-spin{to{transform:rotate(360deg)}}.module-count,.optional{margin-left:auto;color:#9ca0a8;font-size:10px}.compact-upload-section{padding-top:4px}.upload-zone.compact{height:78px}.upload-grid.dense{grid-template-columns:repeat(5,1fr)}.aplus-module-list{display:grid;grid-template-columns:1fr 1fr;gap:7px}.aplus-module{min-width:0;min-height:58px;padding:9px;display:flex;align-items:flex-start;gap:8px;text-align:left;border:1px solid #e5e7ea;border-radius:6px;background:#fafbfc;cursor:pointer;transition:border-color .15s ease,background .15s ease}.aplus-module:hover{border-color:#bdc9dd;background:#fff}.aplus-module.selected{border-color:#8eaff9;background:#f4f7ff}.module-check{flex:0 0 17px;width:17px;height:17px;display:grid;place-items:center;margin-top:1px;border:1px solid #cfd3d9;border-radius:4px;color:#fff;font-size:10px}.aplus-module.selected .module-check{background:#246bfd;border-color:#246bfd}.aplus-module strong,.aplus-module small{display:block;overflow-wrap:anywhere}.aplus-module strong{color:#303238;font-size:11px;line-height:1.35}.aplus-module small{margin-top:3px;color:#999da5;font-size:9px;line-height:1.35}.model-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:10px}.model-card{min-width:0;padding:7px 4px 8px;border:1px solid #e2e4e8;border-radius:6px;background:#f6f7f8;cursor:pointer;overflow:hidden}.model-card.selected{border-color:#759cf6;box-shadow:0 0 0 2px #246bfd14}.model-avatar{width:100%;aspect-ratio:.88;display:grid;place-items:center;margin-bottom:6px;border-radius:4px;color:#ffffffe0;background:#aeb7c4;overflow:hidden}.model-avatar svg{width:36px;height:36px;stroke-width:1.2}.model-2 .model-avatar{background:#7d9c91}.model-3 .model-avatar{background:#b59088}.model-4 .model-avatar{background:#8793b2}.model-card strong{display:block;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.library-manage-button{margin-left:auto;height:26px;display:inline-flex;align-items:center;gap:4px;padding:0 7px;border:1px solid #dfe3e9;border-radius:5px;background:#fff;color:#5f6670;cursor:pointer;font-size:9px}.library-manage-button:hover{border-color:#b9c9eb;color:#315fae}.library-manage-button svg{width:12px;height:12px}.library-reference-card{position:relative}.model-card.library-reference-card{overflow:visible;padding:5px 5px 8px;background:#fff}.library-reference-card .model-avatar{position:relative;background:#edf0f3}.library-reference-card .model-avatar img{width:100%;height:100%;display:block;object-fit:cover;object-position:center top}.library-selected-mark{width:18px;height:18px;position:absolute;top:5px;right:5px;z-index:2;display:grid!important;place-items:center;padding:0!important;border-radius:4px;background:#246bfd;color:#fff;box-shadow:0 2px 6px #14367840}.library-selected-mark svg{width:11px;height:11px;stroke-width:3}.library-hover-preview{width:min(330px,calc(100vw - 500px));position:fixed;top:86px;left:466px;z-index:99;display:none!important;padding:8px!important;border:1px solid #dfe3e8;border-radius:8px;background:#fff;box-shadow:0 20px 50px #161c2638;pointer-events:none;text-align:left}.library-hover-preview img{width:100%;max-height:calc(100vh - 180px);display:block;border-radius:5px;object-fit:contain;background:#f0f2f4}.library-hover-preview strong{display:block;padding:8px 2px 1px;color:#343840;font-size:11px}.library-reference-card:hover .library-hover-preview{display:block!important}.model-category-filter{display:flex;gap:6px;overflow-x:auto;margin:9px 0 2px;padding-bottom:2px;scrollbar-width:thin}.model-category-filter button{flex:0 0 auto;height:27px;padding:0 9px;border:1px solid #dfe3e8;border-radius:5px;background:#fff;color:#6b717a;cursor:pointer;font:inherit;font-size:10px}.model-category-filter button:hover{border-color:#b8c9e8;color:#3566b7}.model-category-filter button.active{border-color:#7b9de4;background:#f2f6ff;color:#2f62b7;font-weight:650}.library-category-empty{margin:12px 0 2px;color:#8a9099;font-size:10px}.library-empty-action{width:100%;min-height:76px;margin-top:10px;display:flex;align-items:center;gap:11px;padding:12px;border:1px dashed #b8c8e6;border-radius:7px;background:#f7f9ff;color:#4770bc;cursor:pointer;text-align:left}.library-empty-action>svg{width:23px;height:23px}.library-empty-action strong,.library-empty-action small{display:block}.library-empty-action strong{color:#34425b;font-size:11px}.library-empty-action small{margin-top:4px;color:#8a919c;font-size:9px}.ai-model-box{width:100%;min-height:76px;margin-top:10px;display:flex;align-items:center;gap:12px;padding:12px;text-align:left;border:1px dashed #b9c8e6;border-radius:7px;background:#f7f9ff;cursor:pointer}.ai-model-box>svg{width:24px;color:#4c7ee6}.ai-model-box strong,.ai-model-box small{display:block}.ai-model-box strong{font-size:12px}.ai-model-box small{margin-top:4px;color:#8a8f98;font-size:10px}.ai-model-composer{display:grid;gap:10px;margin-top:10px;padding:12px;border:1px solid #dce3ef;border-radius:7px;background:#fbfcff}.ai-model-composer-head{display:flex;align-items:flex-start;gap:9px}.ai-model-composer-head>svg{width:19px;margin-top:1px;color:#4c7ee6}.ai-model-composer-head strong,.ai-model-composer-head small{display:block}.ai-model-composer-head strong{font-size:12px;color:#2d3442}.ai-model-composer-head small{margin-top:3px;color:#737b89;font-size:10px;line-height:1.45}.ai-model-composer .prompt-field{gap:5px}.ai-model-composer .prompt-field>input,.ai-model-composer .prompt-field>textarea{width:100%;box-sizing:border-box;border:1px solid #d6dde9;border-radius:5px;background:#fff;color:#303744;font:inherit;font-size:12px;padding:8px 9px;resize:vertical}.ai-model-composer .field-grid{gap:8px}.ai-model-composer .select-field span{font-size:10px}.ai-model-generate{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:34px;width:100%;border:0;border-radius:5px;background:#396ed4;color:#fff;font:inherit;font-size:12px;font-weight:600;cursor:pointer}.ai-model-generate:hover:not(:disabled){background:#2f61be}.ai-model-generate:disabled{cursor:not-allowed;opacity:.6}.ai-model-generate svg{width:15px}.scene-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.scene-grid button{min-width:0;padding:0;overflow:hidden;border:1px solid #e2e4e8;border-radius:6px;background:#fff;cursor:pointer}.scene-grid button.selected{border-color:#6f98f4;box-shadow:0 0 0 2px #246bfd14}.scene-grid i{display:block;height:42px;background:linear-gradient(150deg,#dadde3,#8e929b)}.scene-grid button:nth-child(2) i{background:linear-gradient(145deg,#c5ced5 48%,#5e6570 49%)}.scene-grid button:nth-child(3) i{background:linear-gradient(145deg,#e6d0bb 46%,#77584a 47%)}.scene-grid button:nth-child(4) i{background:linear-gradient(145deg,#d9e5c8 45%,#71905c 46%)}.scene-grid button:nth-child(5) i{background:linear-gradient(145deg,#8fd5e3 45%,#e8d399 46%)}.scene-grid button:nth-child(6) i{background:linear-gradient(145deg,#f0e1d8 45%,#9e7664 46%)}.scene-grid button:nth-child(7) i{background:linear-gradient(145deg,#e5e4df 45%,#8a8b8d 46%)}.scene-grid span{display:block;padding:6px 2px;font-size:9px;white-space:nowrap}.custom-scene-grid{margin-bottom:9px}.custom-scene-grid button{overflow:visible}.custom-scene-grid button>img{width:100%;height:54px;display:block;border-radius:5px 5px 0 0;object-fit:cover;object-position:center top;background:#edf0f2}.custom-scene-grid .library-hover-preview img{height:auto;max-height:calc(100vh - 180px);border-radius:5px;object-fit:contain}.prompt-field{display:block;margin-top:10px}.prompt-field>span{display:block;margin-bottom:6px;color:#8d9199;font-size:10px}.prompt-field textarea{min-height:72px}.ratio-buttons{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.ratio-buttons button{height:34px;border:1px solid #dfe1e5;border-radius:6px;background:#fff;cursor:pointer;font-size:11px}.ratio-buttons button.selected{border-color:#5e8df2;background:#f3f7ff;color:#245ecb;font-weight:700}.reference-tabs{display:grid;grid-template-columns:1fr 1fr;height:36px;padding:3px;margin-bottom:10px;border-radius:7px;background:#f0f1f4}.reference-tabs button{display:flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:5px;background:transparent;color:#777b83;cursor:pointer;font-size:11px}.reference-tabs button.active{background:#fff;color:#202226;font-weight:650;box-shadow:0 1px 4px #15181f14}.reference-tabs svg{width:13px;height:13px}.reference-tabs+.control-section{padding:0;border:0}.type-chips{display:flex;flex-wrap:wrap;gap:7px}.type-chips button{height:30px;padding:0 10px;border:1px solid #e0e2e6;border-radius:5px;background:#fff;cursor:pointer;color:#666a72;font-size:10px}.type-chips button.selected{border-color:#6f97f1;background:#f3f7ff;color:#245fcf;font-weight:650}.degree-list{display:grid;gap:8px}.degree-list button{min-width:0;display:flex;align-items:center;gap:10px;padding:11px;text-align:left;border:1px solid #e2e4e8;border-radius:7px;background:#fafbfc;cursor:pointer}.degree-list button.selected{border-color:#7ba0f3;background:#f4f7ff}.degree-icon{flex:0 0 30px;width:30px;height:30px;display:grid;place-items:center;border-radius:5px;background:#fff;color:#4e72bf;box-shadow:0 1px 4px #0000000f}.degree-list strong,.degree-list small{display:block}.degree-list strong{font-size:11px}.degree-list small{margin-top:4px;color:#92969f;font-size:9px;line-height:1.45}.replica-reference-roles{display:grid;gap:8px;margin-top:10px}.replica-reference-roles>.section-note{margin:0}.replica-reference-row{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:9px;padding:7px;border:1px solid #e3e7ed;border-radius:6px;background:#fbfcfd}.replica-reference-row>img{width:44px;height:44px;display:block;object-fit:cover;object-position:top;border-radius:4px;background:#eef1f4}.replica-reference-row strong{display:block;margin-bottom:5px;color:#4d5662;font-size:10px}.replica-reference-row .type-chips{gap:5px}.replica-reference-row .type-chips button{height:25px;padding:0 7px;font-size:9px}.replica-target-chips{gap:6px}.replica-target-chips button{min-height:29px}.replica-reference-intro{margin:8px 0 10px}.replica-subsection-heading{display:flex;align-items:baseline;gap:8px;margin:15px 0 7px;padding-top:12px;border-top:1px solid #edf0f4}.replica-subsection-heading strong{color:#3d4652;font-size:13px}.replica-subsection-heading span{color:#9299a4;font-size:10px}.replica-reference-upload{margin-top:9px;padding:9px;border:1px solid #e3e7ed;border-radius:7px;background:#fbfcfd}.replica-reference-upload-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px;color:#4d5662;font-size:11px}.replica-reference-upload-heading span{color:#9299a4;font-size:10px}.replica-reference-upload .control-section{margin:0;padding:0;border:0;background:transparent}.replica-reference-upload .section-heading{display:none}.replica-reference-upload .upload-grid{margin-top:8px}.replica-reference-upload .upload-thumb{position:relative;overflow:visible}.wear-upload-layout{display:grid;grid-template-columns:minmax(88px,30%) minmax(0,1fr);gap:8px;align-items:start;padding:10px;border:1px solid #e5e8ec;border-radius:7px;background:#fcfcfd}.wear-upload-layout .upload-zone{height:88px;padding:7px;background:transparent}.wear-upload-layout .upload-zone strong{font-size:11px;text-align:center}.wear-upload-layout .upload-zone small{font-size:9px;text-align:center}.wear-upload-layout .upload-icon{width:17px;height:17px}.wear-upload-layout .upload-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:0}.wear-upload-layout .upload-thumb{min-width:0}.wear-upload-layout .upload-thumb img{object-position:center top;background:#eef1f4}.upload-hover-preview{position:fixed;z-index:120;display:block;width:190px;max-height:min(340px,52vh);padding:7px;box-sizing:border-box;overflow:hidden;border:1px solid #d8e0eb;border-radius:7px;background:#fff;box-shadow:0 16px 34px #1e2b3e33;pointer-events:none}.upload-hover-preview img{display:block;width:100%;height:auto;max-height:min(324px,50vh);object-fit:contain;object-position:top;border-radius:4px;background:#eef1f4}.replica-coming-soon{margin-top:12px;padding:18px;border:1px dashed #ccd6e5;border-radius:7px;background:#f8faff;color:#687587}.replica-coming-soon h3{margin:0;color:#3f4e63;font-size:13px}.replica-coming-soon p{margin:8px 0 0;font-size:11px;line-height:1.55}.module-hero{width:100%;height:100%;min-height:0;display:grid;grid-template-columns:minmax(280px,.82fr) minmax(430px,1.18fr);align-items:center;gap:42px;padding:50px;overflow:hidden}.module-hero-copy{position:relative;z-index:2}.module-hero-copy h1{margin:0;font-size:42px;line-height:1.08}.module-hero-copy>p{max-width:500px;margin:13px 0 0;color:#797e87;font-size:14px;line-height:1.7}.hero-steps{margin-top:32px;display:flex;align-items:center;gap:10px;color:#6f747d;font-size:10px}.hero-steps span{min-width:90px;display:grid;gap:5px}.hero-steps b{color:#25272c;font-size:17px}.hero-steps i{width:28px;height:1px;background:#cfd2d8}.wear-benefits{display:flex;flex-wrap:wrap;gap:7px;margin-top:26px}.wear-benefits span{padding:7px 9px;border:1px solid #dfe2e7;border-radius:5px;background:#ffffffb3;color:#686d75;font-size:10px}.aplus-hero{background:#f3f5f7}.aplus-page-mock{width:min(430px,100%);max-height:74vh;justify-self:center;overflow:hidden;border:8px solid white;border-radius:7px;background:#fff;box-shadow:0 24px 60px #181e2a24;transform:rotate(1.5deg)}.aplus-cover{height:210px;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:15px;padding:28px;background:#22262d;color:#fff}.aplus-cover strong{display:block;font-size:20px;line-height:1.18}.aplus-cover small{display:block;margin-top:10px;color:#c7cbd2;font-size:9px}.mock-product{width:120px;height:76px;position:relative;border-radius:40px 40px 25px 25px;background:#ef765c;box-shadow:0 18px 28px #00000040}.mock-product span{position:absolute;width:48px;height:48px;left:35px;top:14px;border-radius:50%;background:#24262b;box-shadow:inset 0 0 0 6px #4a4d54}.aplus-feature-row{height:92px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:18px;background:#f7f7f5}.aplus-feature-row i{border-radius:5px;background:linear-gradient(#e4e6e8 42%,#b9bdc2 43%,#dfe1e3 48%)}.aplus-scene{height:150px;display:flex;align-items:flex-end;padding:20px;background:linear-gradient(135deg,#91a99c,#395e50);color:#fff}.aplus-scene span{font-size:15px;font-weight:700}.aplus-specs{height:80px;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:16px}.aplus-specs i{border-radius:4px;background:#eff0f1}.wear-hero{background:#f1f2f3}.fashion-board{height:min(66vh,570px);display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:10px}.fashion-shot{position:relative;overflow:hidden;border-radius:7px;background:#d6d0ca}.fashion-shot:first-child{grid-row:1 / -1}.fashion-shot.shot-b{background:#c5c9cb}.fashion-shot.shot-c{background:#c4d2bd}.fashion-shot>span{position:absolute;left:12px;bottom:12px;padding:6px 8px;border-radius:4px;background:#ffffffd6;color:#45484e;font-size:9px}.fashion-person{width:120px;height:330px;position:absolute;left:50%;bottom:0;transform:translate(-50%)}.fashion-person .head{position:absolute;width:52px;height:63px;left:34px;top:0;border-radius:48% 48% 45% 45%;background:#b87c62;box-shadow:inset 0 14px #342a28}.fashion-person .body{position:absolute;width:98px;height:150px;left:11px;top:56px;border-radius:32px 32px 12px 12px;background:#ede8e0;clip-path:polygon(16% 0,84% 0,100% 100%,0 100%)}.fashion-person .legs{position:absolute;width:76px;height:150px;left:22px;top:200px;background:linear-gradient(90deg,#25272b 0 44%,transparent 44% 56%,#25272b 56%)}.fashion-person.pose-two{transform:translate(-50%) rotate(3deg) scale(.72);transform-origin:bottom}.fashion-person.pose-two .body{background:#575d6b}.fashion-person.pose-three{transform:translate(-50%) rotate(-4deg) scale(.7);transform-origin:bottom}.fashion-person.pose-three .body{background:#e5c96f}.replica-hero{background:#f5f6f8}.replica-board{height:min(66vh,560px);display:grid;grid-template-rows:1fr 1fr;gap:12px}.replica-pair{min-height:0;display:grid;grid-template-columns:1fr 28px 1fr;align-items:center;gap:8px}.replica-pair>span{text-align:center;color:#99a0aa}.reference-poster{width:100%;height:100%;min-height:0;position:relative;overflow:hidden;padding:18px;border-radius:7px;color:#fff;background:#e6775f;box-shadow:0 12px 28px #191e2a17}.reference-poster small{display:block;position:relative;z-index:2;font-size:8px;opacity:.76}.reference-poster strong{display:block;position:relative;z-index:2;margin-top:16px;font-size:17px;line-height:1.05}.reference-poster i{position:absolute;width:110px;height:70px;right:-12px;bottom:22px;border-radius:50%;background:#f2a18f;box-shadow:0 14px 24px #00000026;transform:rotate(-12deg)}.poster-b{background:#275c4b}.poster-b i{background:#e7cd55}.poster-c{background:#44576d}.poster-c i{width:90px;height:110px;background:#d8dde4;border-radius:45px 45px 12px 12px}.poster-d{background:#d2aa55;color:#24272b}.poster-d i{width:90px;height:110px;background:#563d31;border-radius:45px 45px 12px 12px}.aplus-result-layout{display:grid;grid-template-columns:150px minmax(0,760px);justify-content:center;align-items:start;gap:16px}.aplus-result-layout>aside{position:sticky;top:0;display:grid;gap:5px}.aplus-result-layout>aside>strong{margin-bottom:7px;font-size:12px}.aplus-result-layout>aside button{height:34px;display:flex;align-items:center;gap:7px;border:0;border-radius:5px;background:transparent;color:#737780;cursor:pointer;font-size:10px;text-align:left}.aplus-result-layout>aside button:hover{background:#fff}.aplus-result-layout>aside button span{color:#a1a5ad}.aplus-result-page{overflow:hidden;border-radius:7px;background:#fff;box-shadow:0 14px 42px #181e2a1a}.detail-cover{min-height:390px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:30px;padding:50px;background:#22262d;color:#fff}.detail-cover img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:6px;background:#fff}.detail-cover small{color:#aeb5bf;font-size:9px}.detail-cover h2{margin:12px 0;font-size:27px;line-height:1.08}.detail-cover p{color:#b9bec6;font-size:11px}.detail-points{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:30px}.detail-points article{display:grid;gap:8px;color:#555a62;font-size:11px}.detail-points i{height:70px;border-radius:5px;background:#edf0f2}.detail-scene{min-height:280px;display:flex;align-items:flex-end;padding:42px;background:linear-gradient(140deg,#a4bbb0,#345848);color:#fff}.detail-scene small{font-size:9px}.detail-scene h3{margin:10px 0 0;font-size:24px;line-height:1.25}.detail-spec{padding:36px 42px}.detail-spec h3{margin:0 0 20px;font-size:19px}.detail-spec>div{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.detail-spec span{display:grid;gap:6px;padding:13px;border-radius:5px;background:#f4f5f6;color:#92969d;font-size:9px}.detail-spec b{color:#383b41;font-size:11px}.wear-result-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.wear-result{aspect-ratio:3/4;position:relative;overflow:hidden;border-radius:7px;background:#d4d0ca;cursor:pointer}.wear-result:nth-child(2){background:#b9c3c7}.wear-result:nth-child(3){background:#ccd8c4}.wear-result:nth-child(4){background:#d6c9bd}.wear-result>img{position:absolute;width:70px;height:70px;right:10px;top:10px;object-fit:cover;border:3px solid rgba(255,255,255,.8);border-radius:5px;opacity:.8}.fashion-person.result-pose{height:84%;transform:translate(-50%) scale(.8);transform-origin:bottom}.fashion-person.pose-2{transform:translate(-50%) rotate(4deg) scale(.8)}.fashion-person.pose-3{transform:translate(-50%) rotate(-6deg) scale(.8)}.fashion-person.pose-4{transform:translate(-50%) rotate(2deg) scale(.8)}.wear-result>span{position:absolute;left:10px;right:10px;bottom:10px;display:flex;gap:8px;padding:9px;border-radius:5px;background:#ffffffe0;font-size:10px}.wear-result>span b{color:#92969e}.replica-result-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.replica-result-card{overflow:hidden;border:1px solid #e2e4e8;border-radius:7px;background:#fff}.compare-pane{height:260px;display:grid;grid-template-columns:1fr 1fr}.compare-side{min-width:0;position:relative;overflow:hidden}.compare-side>img{width:100%;height:100%;object-fit:cover}.compare-side>span{position:absolute;left:8px;bottom:8px;padding:5px 7px;border-radius:4px;background:#ffffffd6;font-size:8px}.compare-side .reference-poster{border-radius:0;box-shadow:none}.generated{padding:20px;color:#fff;background:#2f755e}.generated-1{background:#d1a951;color:#202328}.generated-2{background:#465b73}.generated-3{background:#d97a62}.generated-copy{position:relative;z-index:2;display:grid;gap:10px}.generated-copy small{font-size:8px;opacity:.7}.generated-copy strong{font-size:17px;line-height:1.05}.generated>i{position:absolute;width:100px;height:62px;right:-12px;bottom:34px;border-radius:50%;background:#ffffff7a;transform:rotate(-10deg)}.replica-result-card footer{height:46px;display:flex;align-items:center;padding:0 11px}.replica-result-card footer strong{flex:1;font-size:10px}.replica-result-card footer button{height:27px;border:1px solid #dfe1e5;border-radius:5px;background:#fff;cursor:pointer;font-size:9px}.history-preview.tool-aplus{background:#34373d}.history-preview.tool-wear{background:#a69486}.history-preview.tool-replica{background:#3d7765}.asset-library-header>div:first-child{flex:1 1 220px;min-width:0}.asset-local-save{max-width:100%;min-width:0;display:flex;align-items:center;gap:7px;margin-top:8px;color:#637083;font-size:11px}.asset-local-save>svg{flex:0 0 14px;width:14px;height:14px}.asset-local-save>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.asset-local-save.ready{color:#26735b}.asset-local-save.permission-needed{color:#9b651b}.asset-local-save>button{flex:0 0 auto;min-height:25px;padding:0 9px;border:1px solid #d8dde5;border-radius:5px;background:#fff;color:#315fae;font:inherit;font-size:10px;cursor:pointer}.asset-local-save>button:hover:not(:disabled){border-color:#9db4e5;background:#f6f9ff}.asset-local-save>button:disabled{color:#9ba3ad;cursor:not-allowed}.task-work-edit-trigger{width:100%;min-height:26px;display:inline-flex;align-items:center;justify-content:center;gap:4px;margin-top:7px;padding:0 6px;border:1px solid #dbe1e7;border-radius:5px;background:#fff;color:#5e6671;font:inherit;font-size:9px;cursor:pointer}.task-work-edit-trigger:hover{border-color:#9db5e7;background:#f5f8ff;color:#2e60b6}.task-work-edit-trigger svg{width:12px;height:12px}.task-work-edit-form{display:grid;grid-template-columns:minmax(0,1fr) 25px 25px;gap:4px;margin-top:7px}.task-work-edit-form input{min-width:0;height:26px;padding:0 7px;border:1px solid #9eb7e8;border-radius:5px;outline:0;background:#fff;color:#3d4651;font:inherit;font-size:9px}.task-work-edit-form input:focus{border-color:#5f8feb;box-shadow:0 0 0 2px #3469da1f}.task-work-edit-form button{display:grid;place-items:center;width:25px;height:26px;padding:0;border-radius:5px;cursor:pointer}.task-work-edit-form button svg{width:13px;height:13px}.task-work-edit-confirm{border:1px solid #2f71dc;background:#3878df;color:#fff}.task-work-edit-confirm:hover:not(:disabled){background:#2867cc}.task-work-edit-cancel{border:1px solid #d9dfe6;background:#fff;color:#717983}.task-work-edit-cancel:hover:not(:disabled){border-color:#b7c1cc;background:#f7f8fa}.task-work-edit-form button:disabled{cursor:not-allowed;opacity:.52}.task-work-edit-form small{grid-column:1 / -1;overflow:hidden;color:#b4544e;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.task-work-tile>.task-work-edit-trigger,.task-work-tile>.task-work-edit-form{display:none!important}.task-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 2px 4px;color:#7b8591;font-size:12px}.task-pagination>div{display:flex;gap:8px}.task-pagination button{min-width:64px;height:30px;padding:0 10px;border:1px solid #d9e0e7;border-radius:5px;background:#fff;color:#4f5b68;font:inherit;font-size:12px;cursor:pointer}.task-pagination button:hover:not(:disabled){border-color:#8dacdf;color:#255cad;background:#f5f8ff}.task-pagination button:disabled{cursor:not-allowed;opacity:.45}.asset-dialog{height:min(84vh,920px)}.asset-preview{min-height:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px 34px}.asset-preview img,.asset-preview-stage>img{max-height:calc(84vh - 154px)}.asset-image-edit-trigger{min-width:112px;min-height:32px;padding:0 12px;border:1px solid #cbd7ed;border-radius:5px;background:#fff;color:#315fae;font:inherit;font-size:11px;cursor:pointer;box-shadow:0 2px 7px #22385d14}.asset-image-edit-trigger:hover{border-color:#7fa2e7;background:#f5f8ff}.asset-image-edit-form{width:min(100%,620px);display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:6px}.asset-image-edit-form input{min-width:0;height:32px;padding:0 10px;border:1px solid #91afe7;border-radius:5px;outline:0;background:#fff;color:#3d4651;font:inherit;font-size:11px}.asset-image-edit-form input:focus{border-color:#4d82e3;box-shadow:0 0 0 2px #3469da1f}.asset-image-edit-form button{min-width:44px;height:32px;padding:0 9px;border-radius:5px;font:inherit;font-size:10px;cursor:pointer}.asset-image-edit-confirm{border:1px solid #2f71dc;background:#3878df;color:#fff}.asset-image-edit-confirm:hover:not(:disabled){background:#2867cc}.asset-image-edit-cancel{border:1px solid #d5dbe3;background:#fff;color:#6c7480}.asset-image-edit-cancel:hover:not(:disabled){border-color:#b9c2ce;background:#f7f8fa}.asset-image-edit-form button:disabled,.asset-image-edit-form input:disabled{cursor:wait;opacity:.64}.asset-image-edit-error{grid-column:1 / -1;overflow:hidden;color:#b4544e;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.asset-edit-actions{display:flex;gap:8px;align-items:center}.asset-image-mask-trigger{min-width:88px;min-height:32px;padding:0 12px;border:1px solid #2f71dc;border-radius:5px;background:#3878df;color:#fff;font:inherit;font-size:11px;cursor:pointer}.asset-image-mask-trigger:hover{background:#2867cc}.mask-editor{width:100%;display:flex;flex-direction:column;gap:10px;padding:18px;box-sizing:border-box;overflow:auto}.mask-editor-heading{display:flex;justify-content:space-between;align-items:baseline;gap:12px;color:#303b4a;font-size:13px}.mask-editor-heading span{color:#7b8796;font-size:11px}.mask-canvas-wrap{width:100%;max-height:56vh;overflow:auto;background:#f1f4f8;border:1px solid #dfe5ee;border-radius:6px}.mask-canvas-stage{position:relative;min-width:100%;overflow:hidden;line-height:0}.mask-canvas-wrap img{display:block;width:100%;height:auto;max-width:none;max-height:none}.mask-overlay{position:absolute;inset:0;width:100%;height:100%;cursor:crosshair;touch-action:none}.mask-data-canvas{display:none}.mask-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:#536173;font-size:11px}.mask-toolbar label{display:flex;align-items:center;gap:7px}.mask-toolbar input[type=range]{width:150px;accent-color:#3878df}.mask-toolbar output{min-width:42px;color:#315fae}.mask-toolbar button{height:28px;padding:0 10px;border:1px solid #d5dce7;border-radius:4px;background:#fff;color:#536173;font:inherit;cursor:pointer}.mask-toolbar button.active,.mask-toolbar button:hover{border-color:#7fa2e7;background:#f3f7ff;color:#315fae}.mask-toolbar button:disabled{cursor:default;opacity:.45}.mask-zoom-controls{display:inline-flex;align-items:center;gap:4px;padding:2px 4px;border-left:1px solid #e2e7ee;border-right:1px solid #e2e7ee}.mask-toolbar .mask-zoom-controls button{display:inline-grid;width:25px;min-width:25px;height:25px;padding:0;place-items:center}.mask-toolbar .mask-zoom-controls svg{width:14px;height:14px}.mask-zoom-controls output{min-width:38px;text-align:center;font-variant-numeric:tabular-nums}.mask-toolbar .mask-zoom-controls .mask-zoom-reset{width:auto;min-width:34px;padding:0 5px;font-size:10px}.mask-editor-tip{margin:-2px 0 0;color:#7b8796;font-size:11px;line-height:1.5}.mask-prompt-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:end}.mask-prompt-row textarea{min-height:58px;resize:vertical;padding:9px 10px;border:1px solid #cbd5e2;border-radius:5px;outline:0;color:#3d4651;font:inherit;font-size:11px}.mask-prompt-row textarea:focus{border-color:#4d82e3;box-shadow:0 0 0 2px #3469da1f}.mask-editor-actions{display:flex;gap:6px}.mask-editor-actions button{min-width:86px;height:32px;padding:0 12px;border-radius:5px;font:inherit;font-size:11px;line-height:1;cursor:pointer;white-space:nowrap}.mask-editor-actions .asset-image-edit-cancel{border:1px solid #d5dbe3;background:#fff;color:#6c7480}.mask-editor-actions .asset-image-edit-cancel:hover:not(:disabled){border-color:#b9c2ce;background:#f7f8fa}.mask-editor-actions .asset-image-edit-confirm{border:1px solid #2f71dc;background:#3878df;color:#fff}.mask-editor-actions .asset-image-edit-confirm:hover:not(:disabled){background:#2867cc}.mask-editor-actions button:disabled{cursor:wait;opacity:.64}@media(max-width:720px){.mask-prompt-row{grid-template-columns:1fr}.mask-editor-actions{justify-content:flex-end}.mask-editor-heading{flex-direction:column;gap:2px}}.wear-generation-details{display:grid;gap:14px;margin-top:20px}.wear-reference-pair{display:flex;align-items:flex-start;gap:10px}.wear-reference-pair .wear-detail-section{flex:0 0 92px;width:92px}.wear-generation-details>.wear-detail-section{width:92px}.wear-detail-section{display:grid;gap:8px}.wear-detail-section h3{margin:0;color:#3e444d;font-size:12px}.wear-detail-card{width:100%;min-width:0;overflow:hidden;border:1px solid #e1e5e9;border-radius:6px;background:#fff}.wear-detail-card img{display:block;width:100%;aspect-ratio:.88;object-fit:cover;object-position:center top;background:#edf0f3}.wear-detail-card strong{display:block;overflow:hidden;padding:7px 8px;color:#4a5058;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.wear-pose-text-card{min-height:105px;display:grid;place-items:center;padding:8px;background:#fafbfc}.wear-pose-text-card strong{padding:0;color:#4d6385;text-align:center;white-space:normal;line-height:1.45}.builtin-scene-detail,.wear-pose-detail{width:fit-content;margin:0;padding:7px 9px;border:1px solid #e0e4e9;border-radius:5px;background:#fafbfc;color:#5d6570;font-size:10px;line-height:1.35}.heading-actions{display:flex;align-items:center;gap:6px;margin-left:auto}.model-styling-field{margin-top:12px}.prompt-preset-option{position:relative;overflow:visible}.prompt-preset-option.has-example:after{content:"";position:absolute;top:5px;right:5px;width:5px;height:5px;border-radius:50%;background:#4b82e8;box-shadow:0 0 0 2px #fff}.preset-example-preview{position:absolute;z-index:20;bottom:calc(100% + 9px);left:50%;width:176px;display:none;overflow:hidden;padding:7px;border:1px solid #d9e1ec;border-radius:6px;background:#fff;box-shadow:0 12px 28px #20304833;transform:translate(-50%);pointer-events:none}.prompt-preset-option.preview-start .preset-example-preview{left:0;transform:none}.prompt-preset-option.preview-end .preset-example-preview{right:0;left:auto;transform:none}.preset-example-preview img{display:block;width:100%;height:auto;max-height:264px;object-fit:contain;object-position:top;border-radius:4px;background:#edf0f4}.preset-example-preview strong,.preset-example-preview small{display:block;overflow:hidden;margin-top:6px;color:#3e4652;font-size:10px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.preset-example-preview small{margin-top:2px;color:#86909d;font-size:9px}.prompt-preset-option:hover .preset-example-preview,.prompt-preset-option:focus-visible .preset-example-preview{display:block}.prompt-example-set-button{width:fit-content;min-height:27px;margin-top:6px;padding:0 9px;border:1px solid #c9d8ef;border-radius:5px;background:#fff;color:#3369b8;font:inherit;font-size:10px;cursor:pointer}.prompt-example-set-button:hover{border-color:#82a6e5;background:#f4f8ff}.prompt-example-manager{width:min(620px,calc(100vw - 32px))}.prompt-example-list{display:grid;gap:2px;max-height:min(60vh,560px);overflow:auto}.prompt-example-list article{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #edf0f4}.prompt-example-list article>div{min-width:0;display:grid;gap:3px}.prompt-example-list strong,.prompt-example-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prompt-example-list strong{color:#424954;font-size:12px}.prompt-example-list small{color:#8a939f;font-size:10px}.prompt-example-thumb{width:54px;height:54px;display:grid;place-items:center;overflow:hidden;padding:0;border:1px solid #e0e5eb;border-radius:5px;background:#f6f8fa;color:#8190a2;cursor:pointer}.prompt-example-thumb img{width:100%;height:100%;object-fit:cover;object-position:top}.prompt-example-empty{min-height:160px;display:grid;place-items:center;gap:10px;padding:18px 38px;color:#87909c;font-size:12px;line-height:1.6;text-align:center}.prompt-example-empty svg{width:22px;height:22px;color:#8ba6d9}.library-upload-fields>label:not(.library-file-button){display:grid;gap:6px;color:#4b4f56;font-size:11px}.library-upload-fields select{width:100%;height:34px;padding:0 8px;border:1px solid #d9dfe7;border-radius:5px;background:#fff;color:#414751;font:inherit;font-size:11px}.library-category-manager{display:grid;gap:9px;padding:11px 12px;border:1px solid #e1e5eb;border-radius:7px;background:#fbfcfd}.library-category-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.library-category-heading strong{color:#41464f;font-size:11px}.library-category-add{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px}.library-category-add input,.library-category-row input,.library-asset-edit-form input,.library-asset-edit-form select{min-width:0;height:30px;box-sizing:border-box;padding:0 8px;border:1px solid #d9dfe7;border-radius:5px;background:#fff;color:#3f4651;font:inherit;font-size:10px;outline:0}.library-category-add input:focus,.library-category-row input:focus,.library-asset-edit-form input:focus,.library-asset-edit-form select:focus{border-color:#7b9ce2;box-shadow:0 0 0 2px #396ed41a}.library-category-list{display:grid;gap:5px}.library-category-list>small{color:#90969f;font-size:10px}.library-category-row{min-height:30px;display:flex;align-items:center;gap:5px;padding:0 2px}.library-category-row>span{flex:1;min-width:0;overflow:hidden;color:#555b65;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.library-category-row>input{flex:1}.library-category-row .icon-button{width:25px;height:25px}.library-category-row .icon-button svg{width:12px;height:12px}.library-asset-actions{position:absolute;right:6px;bottom:7px;display:flex!important;gap:3px;padding:0!important}.library-asset-actions .icon-button{position:static!important;width:27px!important;height:27px}.library-asset-actions .icon-button:not(.danger){color:#5e6877}.library-asset-edit-form{gap:6px!important;padding-right:8px!important}.library-asset-edit-form>div{display:flex;gap:8px;padding:0!important}.library-asset-edit-form .text-button{font-size:10px}@media(max-width:1260px){.module-hero{grid-template-columns:280px minmax(390px,1fr);gap:24px;padding:34px}.module-hero-copy h1{font-size:36px}.wear-result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.model-option-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.model-option{min-width:0;min-height:40px;padding:8px 10px;display:flex;align-items:center;justify-content:center;border:1px solid var(--line, #d8dee8);border-radius:6px;background:var(--panel, #ffffff);color:var(--ink, #172033);text-align:center;cursor:pointer}.model-option strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.model-option:hover{border-color:var(--accent, #2679ff)}.model-option.selected{border-color:var(--accent, #2679ff);background:color-mix(in srgb,var(--accent, #2679ff) 10%,white);color:var(--accent, #2679ff)}@media(max-width:520px){.model-option-list{grid-template-columns:repeat(2,minmax(0,1fr))}}.transparent-png-option{width:100%;min-height:52px;display:flex;align-items:center;padding:10px 12px;border:1px solid var(--line, #dfe5ee);border-radius:7px;background:#fafbfc;color:#40464e;text-align:left;cursor:pointer}.transparent-png-option span{display:grid;gap:3px;min-width:0}.transparent-png-option strong{font-size:13px}.transparent-png-option small{color:var(--quiet);font-size:10px}.transparent-png-option:hover:not(:disabled){border-color:#8db5ff;background:#f4f7ff}.transparent-png-option.selected{border-color:#3b82f6;background:#eaf2ff;color:#175bcc;box-shadow:inset 0 0 0 1px #3b82f61f}.transparent-png-option:disabled{cursor:not-allowed;opacity:.55}.garment-mode-switch{margin-bottom:10px}.garment-type-chips{display:flex;flex-wrap:wrap;gap:7px}.garment-type-chips button{min-height:32px;padding:6px 9px;border:1px solid var(--line, #dfe5ee);border-radius:6px;background:#fafbfc;color:#5f6670;cursor:pointer;font-size:11px}.garment-type-chips button:hover{border-color:#8db5ff;color:#215cc5}.garment-type-chips button.selected{border-color:#3b82f6;background:#eaf2ff;color:#175bcc;font-weight:700}.garment-styling-switch{margin:10px 0}.garment-upload-slots{display:grid;gap:10px;margin-top:11px}.garment-upload-slot{padding:10px;border:1px solid #e5e8ec;border-radius:7px;background:#fcfcfd}.garment-upload-slot-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.garment-upload-slot-heading strong{color:#3e444c;font-size:12px}.garment-upload-slot-heading span{color:var(--quiet);font-size:10px}.garment-reference-type-note{margin:6px 2px 8px;color:var(--quiet);font-size:10px;line-height:1.45}.garment-upload-slot-content{display:grid;grid-template-columns:minmax(88px,30%) minmax(0,1fr);gap:8px;align-items:start}.garment-upload-slot .upload-zone{height:88px;padding:7px}.garment-upload-slot .upload-zone strong{font-size:11px;text-align:center}.garment-upload-slot .upload-zone small{font-size:9px;text-align:center}.garment-upload-slot .upload-icon{width:17px;height:17px}.garment-upload-slot .upload-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:0}.garment-upload-slot .upload-thumb{min-width:0}.garment-reference-thumb{overflow:visible}.garment-reference-badge{position:absolute;left:4px;bottom:4px;z-index:2;max-width:calc(100% - 8px);overflow:hidden;padding:2px 4px;border-radius:3px;background:#181f2ac7;color:#fff;font-size:9px;line-height:1.2;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.garment-reference-thumb select{position:absolute;right:3px;bottom:3px;z-index:3;width:18px;height:18px;padding:0;opacity:0;cursor:pointer}.garment-reference-thumb:hover select,.garment-reference-thumb:focus-within select{opacity:1;width:auto;min-width:18px;max-width:calc(100% - 8px);height:21px;padding:0 2px;border:1px solid #cbd5e1;border-radius:3px;background:#fff;color:#334155;font-size:9px}.garment-reference-upload-note{margin:0 0 6px;color:#8b95a3;font-size:10px}.custom-prompt-selection{border-top:1px solid var(--line, #e5e7eb)}.aplus-plan-extra{min-width:0}.aplus-plan-extra span{color:#4d5868;font-size:12px;font-weight:600}.aplus-plan-extra textarea{width:100%;min-height:72px;box-sizing:border-box;padding:9px 10px;border:1px solid #d9dee7;border-radius:6px;background:#fff;color:#1f2937;resize:vertical;line-height:1.5}.aplus-plan-extra textarea:focus{outline:2px solid rgba(52,124,246,.18);border-color:#4d8df7}.custom-prompt-inline{margin-top:10px;padding:10px;border:1px solid #e2e8f2;border-radius:7px;background:#f8fbff}.custom-prompt-inline .section-heading{margin-bottom:9px}.custom-prompt-inline .section-heading>span{color:#64748b;font-size:12px}.custom-prompt-grid button{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-prompt-empty{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#7a8493;font-size:13px}.custom-prompt-empty .secondary-button{flex:0 0 auto;padding:8px 10px}.custom-prompt-modal{width:min(760px,calc(100vw - 32px))}.custom-prompt-modal .modal-content{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;max-height:min(68vh,650px)}.custom-prompt-form{display:grid;gap:12px}.custom-prompt-form-heading,.custom-prompt-list article,.custom-prompt-list article>div:last-child{display:flex;align-items:center}.custom-prompt-form-heading{justify-content:space-between}.custom-prompt-form label{display:grid;gap:6px;color:#4d5868;font-size:13px;font-weight:600}.custom-prompt-form input,.custom-prompt-form textarea{width:100%;box-sizing:border-box;border:1px solid #d9dee7;border-radius:6px;background:#fff;color:#1f2937;font:inherit;padding:9px 10px;resize:vertical}.custom-prompt-form input:focus,.custom-prompt-form textarea:focus{outline:2px solid rgba(52,124,246,.18);border-color:#4d8df7}.custom-prompt-error{margin:0;color:#d64949;font-size:12px}.custom-prompt-form .settings-footer{margin-top:0}.custom-prompt-list{overflow:auto;border-left:1px solid #edf0f4;padding-left:18px}.custom-prompt-list article{justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid #edf0f4}.custom-prompt-list article>div:first-child{min-width:0}.custom-prompt-list strong,.custom-prompt-list p{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-prompt-list p{margin:4px 0 0;color:#7a8493;font-size:12px}.custom-prompt-list article>div:last-child{gap:4px}.danger-icon{color:#cb4c4c}.custom-prompt-list-empty{display:grid;place-items:center;height:100%;min-height:140px;color:#7a8493;font-size:13px;text-align:center}@media(max-width:720px){.custom-prompt-modal .modal-content{grid-template-columns:1fr}.custom-prompt-list{border-left:0;border-top:1px solid #edf0f4;padding:12px 0 0;max-height:240px}}@media(max-width:760px){html:has(.asset-workspace),body:has(.asset-workspace){min-width:0}.workspace.asset-workspace{grid-template-columns:56px minmax(0,1fr)}.asset-library-shell{min-width:0;grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr);overflow:hidden}.asset-library-sidebar{display:flex;align-items:center;gap:10px;min-height:0;padding:10px 12px;overflow-x:auto;overflow-y:hidden;border-right:0;border-bottom:1px solid var(--line)}.asset-library-side-head{display:none}.asset-search{flex:0 0 170px;margin:0}.asset-filter-group{display:flex;flex:0 0 auto;align-items:center;gap:3px;margin:0}.asset-filter-group strong{flex:0 0 auto;margin:0 4px;white-space:nowrap}.asset-filter-group button,.asset-favorite-filter{flex:0 0 auto;width:auto;white-space:nowrap}.asset-favorite-filter{margin:0}.asset-filter-empty{white-space:nowrap}.asset-library-shell>.asset-library{min-height:0;padding:18px 14px 30px}.asset-library-header{align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:16px}.asset-library-header>div:first-child{min-width:0}.asset-library-header h1{font-size:21px}.asset-library-header>div>p{flex-wrap:wrap}.asset-library-shell .asset-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.asset-favorite,.asset-download{opacity:1}.asset-backdrop{padding:10px}.asset-dialog{width:100%;min-width:0;height:min(88dvh,780px);max-height:88dvh;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,58%) minmax(0,1fr)}.asset-preview{min-width:0;min-height:0;padding:12px;overflow:auto}.asset-preview-stage,.asset-preview img,.asset-preview-stage>img{max-width:100%;max-height:min(38dvh,340px)}.asset-detail{min-width:0;padding:18px;border-left:0;border-top:1px solid var(--line)}}
