:root{--bg: #070a0f;--bg-2: #0c1119;--surface: #101722;--surface-2: #151e2b;--surface-3: #1d2837;--line: #263446;--line-strong: #3b526c;--text: #edf6ff;--muted: #92a4b8;--soft: #66778c;--blue: #43a8ff;--blue-2: rgba(67, 168, 255, .14);--green: #36e49d;--green-2: rgba(54, 228, 157, .13);--amber: #f5b84b;--amber-2: rgba(245, 184, 75, .13);--pink: #ff6b8d;--pink-2: rgba(255, 107, 141, .13);--cyan: #28d6df;--shadow: 0 22px 70px rgba(0, 0, 0, .36)}.login-shell{display:grid;min-height:100vh;place-items:center;background:linear-gradient(180deg,#f6f8fb,#edf3f8);padding:24px}.login-card{display:grid;grid-template-columns:minmax(0,1fr) 420px;width:min(960px,calc(100vw - 48px));min-height:560px;overflow:hidden;border:1px solid #dde5ee;border-radius:14px;background:#fff;box-shadow:0 28px 80px #0f172a1f}.login-aside{position:relative;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;border-right:1px solid #e4eaf1;background:linear-gradient(135deg,#2563eb14,#14b8a614),#f6f9fc;padding:38px}.login-aside:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(rgba(17,24,39,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(17,24,39,.055) 1px,transparent 1px);background-size:32px 32px;-webkit-mask-image:linear-gradient(135deg,rgba(0,0,0,.72),transparent 78%);mask-image:linear-gradient(135deg,rgba(0,0,0,.72),transparent 78%);pointer-events:none}.login-aside>*{position:relative;z-index:1}.login-brand{display:flex;align-items:center;gap:12px}.login-shell .brand-mark{width:40px;height:40px;border:0;border-radius:8px;background:#111827;color:#fff;box-shadow:none;letter-spacing:0}.login-brand strong,.login-brand span{display:block}.login-brand strong{color:#111827;font-size:22px;letter-spacing:0}.login-brand span{margin-top:4px;color:#667085;font-size:13px}.login-copy{display:grid;gap:12px;max-width:420px;margin-top:46px}.login-copy h1{margin:0;color:#111827;font-size:38px;line-height:1.12;letter-spacing:0}.login-copy p{margin:0;color:#5f7187;font-size:15px;line-height:1.7}.login-visual{display:grid;gap:14px;max-width:430px;margin-top:46px}.visual-track,.visual-window,.visual-dock{border:1px solid rgba(190,207,226,.82);background:#ffffffad;box-shadow:0 16px 40px #314c7014}.visual-track{display:flex;align-items:center;gap:9px;height:54px;border-radius:12px;padding:0 14px}.visual-track span{display:block;height:10px;border-radius:999px;background:#d9e6f4}.visual-track span:nth-child(1){width:34%;background:#2563eb}.visual-track span:nth-child(2){width:22%}.visual-track span:nth-child(3){flex:1}.visual-window{display:grid;grid-template-columns:1fr 1fr;gap:12px;min-height:132px;border-radius:16px;padding:16px}.visual-window span{border-radius:10px;background:#eef4fa}.visual-window span:nth-child(1){grid-row:span 2;background:linear-gradient(180deg,#dce9f7,#eef6fb)}.visual-window span:nth-child(2){background:#d8efe9}.visual-window span:nth-child(3){background:#e9edf7}.visual-window span:nth-child(4){display:none}.visual-dock{display:grid;grid-template-columns:58px 1fr 86px;gap:10px;height:56px;border-radius:12px;padding:12px}.visual-dock span{border-radius:8px;background:#e4edf6}.visual-dock span:nth-child(2){background:#d7e4f2}.visual-dock span:nth-child(3){background:#d9eee9}.login-panel{display:grid;align-content:center;gap:28px;background:#fff;padding:46px 42px}.login-panel-head{display:grid;gap:8px}.login-panel-head strong{color:#111827;font-size:28px;line-height:1.2}.login-panel-head small{color:#667085;font-size:13px;line-height:1.5}.login-form{display:grid;gap:17px}.login-field{display:grid;gap:8px;color:#344054;font-size:13px;font-weight:700}.login-input{display:flex;align-items:center;gap:10px;width:100%;height:48px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;color:#111827;padding:0 12px;transition:border-color .16s ease,box-shadow .16s ease}.login-input:focus-within{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.login-input svg{color:#667085;flex:0 0 auto}.login-input input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#111827}.login-input input::placeholder{color:#98a2b3}.login-captcha-row{display:grid;grid-template-columns:minmax(0,1fr) 132px;gap:10px}.captcha-card{display:grid;width:132px;height:48px;place-items:center;border:1px solid #d0d5dd;border-radius:8px;background:#f8fafc;color:#2563eb;padding:0;overflow:hidden;transition:border-color .16s ease,background .16s ease}.captcha-card:hover{border-color:#2563eb;background:#eff6ff}.captcha-card img{display:block;width:132px;height:48px}.login-message{margin:-2px 0 0}.login-submit{width:100%;height:48px;border:0;border-radius:8px;background:#2563eb;color:#fff;justify-content:center;box-shadow:0 10px 24px #2563eb3d}.login-submit:hover{background:#1d4ed8}@media(max-width:860px){.login-shell{padding:16px}.login-card{grid-template-columns:1fr;width:min(460px,calc(100vw - 32px));min-height:0}.login-aside{gap:24px;border-right:0;border-bottom:1px solid #e4eaf1;padding:24px}.login-copy{margin-top:0}.login-copy h1{font-size:30px}.login-visual{display:none}.login-panel{padding:24px}}*{box-sizing:border-box}body{margin:0;min-width:1180px;background:radial-gradient(circle at 22% 12%,rgba(40,214,223,.16),transparent 26%),radial-gradient(circle at 86% 4%,rgba(245,184,75,.13),transparent 24%),linear-gradient(180deg,#0b1018 0%,var(--bg) 42%,#05070b 100%);color:var(--text);font-family:DIN Alternate,PingFang SC,Microsoft YaHei,sans-serif}body:has(.login-shell){min-width:0;background:#f6f8fb}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:34px 34px;-webkit-mask-image:linear-gradient(180deg,#000c,#0000002e);mask-image:linear-gradient(180deg,#000c,#0000002e)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.62}svg{width:18px;height:18px}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--cyan) 50%),linear-gradient(135deg,var(--cyan) 50%,transparent 50%);background-position:calc(100% - 17px) 50%,calc(100% - 12px) 50%;background-size:5px 5px;background-repeat:no-repeat}.app-shell{display:grid;grid-template-columns:256px 1fr;min-height:100vh}.sidebar{position:sticky;top:0;display:flex;height:100vh;flex-direction:column;gap:18px;border-right:1px solid rgba(40,214,223,.18);background:linear-gradient(180deg,#0c121cfa,#05080df5),repeating-linear-gradient(135deg,rgba(40,214,223,.08) 0 1px,transparent 1px 16px);padding:20px 14px;box-shadow:inset -1px 0 #ffffff0a,20px 0 56px #00000047}.brand{display:flex;align-items:center;gap:12px;border:1px solid rgba(67,168,255,.22);border-radius:6px;background:#43a8ff0f;padding:12px}.brand-mark{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(40,214,223,.55);border-radius:4px;background:linear-gradient(135deg,#28d6df38,#36e49d24);color:var(--cyan);font-weight:900;letter-spacing:1px;box-shadow:0 0 28px #28d6df2e}.brand strong,.brand span{display:block}.brand span{margin-top:2px;color:var(--muted);font-size:12px}.nav-list{display:grid;gap:6px}.nav-item{position:relative;display:flex;align-items:center;gap:10px;height:44px;border:1px solid transparent;border-radius:4px;color:var(--muted);padding:0 12px}.nav-item:hover,.nav-item.router-link-active{border-color:#28d6df57;background:linear-gradient(90deg,#28d6df29,#43a8ff0a);color:var(--text)}.nav-item.router-link-active:before{content:"";position:absolute;left:-1px;width:3px;height:22px;background:var(--cyan);box-shadow:0 0 18px var(--cyan)}.nav-item.router-link-active{font-weight:800}.nav-divider{margin:14px 10px 4px;color:var(--soft);font-size:12px;letter-spacing:1px}.panel-head,.section-head,.top-actions,.hero-actions{display:flex;align-items:center;justify-content:space-between;gap:10px}.workspace{min-width:0}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;height:68px;border-bottom:1px solid rgba(67,168,255,.16);background:#070a0fdb;padding:0 22px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.page-title{display:flex;align-items:baseline;gap:12px}.page-title strong{font-size:21px;letter-spacing:0}.page-title span{color:var(--cyan);font-size:12px;letter-spacing:1px}.search{display:flex;align-items:center;gap:10px;width:min(540px,52vw);height:40px;border:1px solid var(--line);border-radius:4px;background:#ffffff0a;padding:0 12px;color:var(--muted)}.search input,label textarea,label input,label select,.composer input,.admin-filter-bar select{width:100%;border:1px solid var(--line);border-radius:4px;outline:0;background:#05080db8;color:var(--text)}.search input{border:0;background:transparent}.top-actions{position:relative;justify-content:flex-end}.user-menu,.notification-menu,.notification-trigger{position:relative}.notification-dot{position:absolute;top:-6px;right:-6px;display:grid;min-width:18px;height:18px;place-items:center;border:2px solid #ffffff;border-radius:999px;background:#f46666;color:#fff;padding:0 4px;font-size:10px;font-weight:900;line-height:1}.notification-dropdown{position:absolute;top:48px;right:0;z-index:34;display:grid;width:min(360px,calc(100vw - 32px));max-height:min(440px,calc(100vh - 88px));overflow:hidden;border:1px solid #dce8f2;border-radius:18px;background:#fff;box-shadow:0 22px 52px #2f46602e}.notification-head{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #e7eff7;padding:12px 14px}.notification-head strong{color:var(--text);font-size:14px}.notification-head button{border:0;background:transparent;color:#4f86f7;font-weight:800}.notification-list{display:grid;align-content:start;max-height:380px;overflow:auto;padding:8px}.notification-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;width:100%;min-height:58px;border:0;border-radius:14px;background:transparent;color:var(--text);padding:10px;text-align:left}.notification-item:hover,.notification-item.unread{background:#f3f8ff}.notification-item strong,.notification-item small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notification-item strong{font-size:13px}.notification-item small,.notification-item em,.notification-empty{color:#7c91a8;font-size:12px}.notification-item small{margin-top:5px}.notification-item em{font-style:normal}.notification-empty{padding:22px 12px;text-align:center}.user-trigger{display:inline-flex;align-items:center;gap:8px;height:42px;border:1px solid rgba(40,214,223,.28);border-radius:4px;background:#0f1722e6;color:var(--text);padding:0 10px 0 7px}.user-trigger:hover{border-color:#28d6df9e;box-shadow:0 0 22px #28d6df24}.user-copy{display:grid;gap:1px;min-width:72px;text-align:left}.user-copy strong{color:var(--text);font-size:13px;font-weight:800;line-height:1.2}.user-copy small{color:var(--muted);font-size:11px;line-height:1.2}.topbar-avatar{display:grid;width:32px;height:32px;place-items:center;border:1px solid rgba(54,228,157,.48);border-radius:50%;background:radial-gradient(circle at 32% 24%,#ffffff,var(--green) 18%,#137b64 72%);color:#03120f;font-size:13px;font-weight:900}.user-chevron{width:15px;height:15px;color:var(--cyan)}.user-dropdown{position:absolute;top:48px;right:0;z-index:30;display:grid;min-width:174px;border:1px solid rgba(40,214,223,.28);border-radius:4px;background:#0c121b;box-shadow:0 20px 54px #00000073;padding:6px}.user-dropdown button{display:flex;align-items:center;gap:8px;height:38px;border:0;border-radius:3px;background:transparent;color:var(--text);padding:0 10px;text-align:left}.user-dropdown button:hover{background:#28d6df21;color:var(--cyan)}.primary-button,.secondary-button,.ghost-button,.icon-button,.text-button{border:0;color:var(--text)}.primary-button,.secondary-button,.ghost-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;border-radius:4px;padding:0 14px}.primary-button{border:1px solid rgba(40,214,223,.5);background:linear-gradient(180deg,#28d6df47,#28d6df1f);color:#dfffff;box-shadow:inset 0 1px #ffffff1f,0 0 24px #28d6df26}.secondary-button{border:1px solid var(--line);background:#ffffff0a;color:var(--text)}.ghost-button{width:100%;border:1px solid rgba(245,184,75,.32);background:#f5b84b14;color:var(--amber)}.icon-button{display:grid;width:40px;height:40px;place-items:center;border:1px solid var(--line);border-radius:4px;background:#ffffff0a}.text-button{background:transparent;color:var(--cyan)}.full{width:100%}.page,.model-page{padding:20px}.console-page{padding:22px}.admin-command{display:grid;gap:16px}.main-grid,.three-column,.studio-layout,.admin-layout{display:grid;gap:16px;min-height:calc(100vh - 108px)}.main-grid{grid-template-columns:minmax(0,1fr) 330px}.three-column{grid-template-columns:240px minmax(0,1fr) 320px}.studio-layout{grid-template-columns:310px minmax(0,1fr) 320px}.admin-layout{grid-template-columns:minmax(0,1fr) 350px}.content-area,.right-panel,.left-panel,.control-panel,.chat-board,.canvas-panel,.model-console{border:1px solid rgba(67,168,255,.18);border-radius:6px;background:linear-gradient(180deg,#141e2beb,#0c1119f0);box-shadow:var(--shadow)}.content-area,.chat-board,.canvas-panel{padding:18px}.right-panel,.left-panel,.control-panel{padding:16px}.hero-panel,.admin-hero{display:flex;min-height:178px;align-items:flex-end;justify-content:space-between;border:1px solid rgba(40,214,223,.26);border-radius:6px;padding:24px;background:linear-gradient(100deg,rgba(40,214,223,.2),transparent 54%),repeating-linear-gradient(90deg,rgba(255,255,255,.06) 0 1px,transparent 1px 46px),linear-gradient(135deg,#101928,#0a0f16)}.eyebrow{margin:0 0 10px;color:var(--green);font-size:12px;font-weight:900;text-transform:uppercase}h1,h2,p{margin-top:0}h1{max-width:760px;margin-bottom:0;font-size:34px;line-height:1.16;letter-spacing:0}h2{margin-bottom:0;font-size:16px}.quick-grid,.metric-grid,.model-config-grid,.admin-split{display:grid;gap:12px;margin-top:14px}.quick-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:22px}.quick-tile,.metric-card,.ops-panel,.model-config-card,.project-row,.conversation,.param-row,.action-row{border:1px solid var(--line);border-radius:5px;background:#ffffff09}.quick-tile{display:grid;gap:8px;min-height:132px;padding:16px}.quick-tile:hover,.project-row:hover,.model-config-card:hover,.action-row:hover{border-color:#28d6df80;background:#28d6df14}.quick-tile span,.project-row span,.conversation span,small{color:var(--muted);font-size:12px}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.mini-metrics{display:grid;gap:10px;margin-top:12px}.metric-card{padding:16px;background:linear-gradient(180deg,#43a8ff14,#ffffff06)}.metric-card span,.metric-card small{display:block;color:var(--muted)}.metric-card strong{display:block;margin:10px 0 6px;color:var(--text);font-size:30px}.project-list,.task-list{display:grid;gap:10px;margin-top:12px}.project-row{display:grid;grid-template-columns:64px 1fr 24px;align-items:center;gap:14px;padding:10px}.project-thumb{height:48px;border-radius:4px;background:linear-gradient(135deg,var(--cyan),#115d88)}.project-thumb.video{background:linear-gradient(135deg,var(--amber),#78431d)}.project-thumb.avatar{background:linear-gradient(135deg,var(--green),#116b57)}.badge{border:1px solid rgba(40,214,223,.28);border-radius:2px;background:#28d6df1a;color:var(--cyan);padding:3px 8px;font-size:12px}.task-item{display:grid;grid-template-columns:10px 1fr;gap:10px;align-items:start;border-bottom:1px solid var(--line);padding:8px 0 12px}.task-item>span{width:8px;height:8px;margin-top:5px;border-radius:50%;background:var(--cyan);box-shadow:0 0 16px var(--cyan)}.chat-board{display:grid;grid-template-rows:auto 1fr auto;gap:14px}.message{max-width:720px;border:1px solid rgba(40,214,223,.25);border-radius:5px;background:#28d6df17;padding:14px}.message p{margin:8px 0 0;color:var(--muted)}.shot-list{display:grid;align-content:start;gap:10px}.shot-list div{display:grid;grid-template-columns:44px 1fr;border-left:3px solid var(--cyan);border-radius:4px;background:#ffffff0a;padding:12px}.composer{display:grid;grid-template-columns:1fr auto;gap:8px}.composer input{height:42px;padding:0 12px}.control-panel{display:grid;align-content:start;gap:14px}.segmented{border:1px solid var(--line);border-radius:4px;background:#ffffff0a;color:var(--muted);padding:10px}label{display:grid;gap:8px;color:var(--muted);font-size:13px}label textarea{min-height:128px;resize:vertical;padding:10px}label input,label select,.admin-filter-bar select{height:38px;padding:0 34px 0 12px}.creation-canvas{display:grid;min-height:560px;place-items:center;border:1px solid rgba(40,214,223,.2);border-radius:6px;background:radial-gradient(circle at 50% 44%,rgba(40,214,223,.18),transparent 26%),repeating-linear-gradient(135deg,rgba(255,255,255,.045) 0 1px,transparent 1px 20px),linear-gradient(135deg,#101928,#080b11);text-align:center;padding:40px}.creator-page{height:calc(100dvh - 68px);min-height:0;overflow:hidden;padding:22px 24px}.creator-shell{display:grid;grid-template-columns:300px minmax(0,1fr) 360px;gap:18px;height:100%;min-height:0}.creator-console,.creator-records,.creator-stage,.creator-inspector{min-height:0;border:1px solid rgba(214,227,239,.95);border-radius:26px;background:#ffffffe0;box-shadow:0 20px 56px #3654721a}.creator-console{display:grid;align-content:start;gap:16px;overflow:auto;padding:18px}.creator-records{display:flex;flex-direction:column;gap:14px;min-height:0;padding:18px}.creator-new-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;border:0;border-radius:18px;background:linear-gradient(135deg,#5c8df6,#43b88f);color:#fff;font-weight:900;box-shadow:0 16px 30px #4f86f733}.creator-record-head{display:flex;align-items:center;justify-content:space-between;color:#142234}.creator-record-head span{display:grid;min-width:28px;height:28px;place-items:center;border-radius:999px;background:#edf4ff;color:#326bd8;font-size:12px;font-weight:900}.creator-search{width:100%}.creator-record-tools{position:relative;z-index:2}.creator-record-tools .chat-search{min-height:42px;border-color:#d8e5f2;background:#fafdff}.creator-record-tools .chat-search:focus-within{border-color:#4f86f773;box-shadow:0 0 0 3px #4f86f71a}.creator-record-list{display:grid;align-content:start;gap:12px;flex:1;min-height:0;position:relative;z-index:1;overflow:auto;overscroll-behavior:contain;padding:2px 2px 2px 0}.creator-record{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:10px;min-height:94px;border:1px solid #e1ebf5;border-radius:18px;background:#fbfdff;color:#142234;padding:10px 10px 10px 12px}.creator-record-main{display:flex;flex-direction:column;justify-content:center;gap:8px;min-width:0;border:0;background:transparent;color:inherit;padding:0;text-align:left;cursor:pointer}.creator-record-headline{display:grid;gap:2px;min-width:0}.creator-record-title{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1c2d43;font-size:16px;line-height:1.35}.creator-record-estimate{display:block;color:#7e92a7;font-size:12px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.creator-record-side{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:8px;min-width:74px}.creator-record-side .status-pill{justify-content:center;width:58px;height:24px;gap:5px;padding:0 8px;font-size:12px;font-weight:800;line-height:1;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.creator-record-side .status-pill:before{width:6px;height:6px;flex:0 0 auto}.creator-record-time{display:block;color:#90a3b7;font-size:12px;font-style:normal;white-space:nowrap}.creator-record-delete{display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:999px;background:#f466661a;color:#d85b5b;opacity:.72;transform:translateY(0);transition:opacity .18s ease,transform .18s ease,background .18s ease}.creator-record:hover .creator-record-delete,.creator-record:focus-within .creator-record-delete{opacity:1}.creator-record-delete:hover{background:#f466662e}.creator-record-delete svg{width:15px;height:15px}.creator-record-cancel{height:24px;border:0;border-radius:999px;background:#f5b84b24;color:#b26f16;padding:0 8px;font-size:11px;font-weight:800;white-space:nowrap}.creator-record-cancel:hover{background:#f5b84b3d}.creator-record.active{border-color:#4f86f757;background:linear-gradient(135deg,#edf4ff,#f5faff);box-shadow:inset 0 0 0 1px #4f86f724}.creator-record-empty{border:1px dashed #d7e4f0;border-radius:18px;background:#fbfdff;color:#8a9fb4;padding:18px 14px;text-align:center}.creator-record-loading{color:#8a9fb4;font-size:12px;font-weight:800;padding:8px 4px 10px;text-align:center}.creator-console-head{display:grid;gap:8px;border-radius:22px;background:linear-gradient(135deg,#ecf5ff,#eefbf5);padding:16px}.creator-console-head span,.creator-field>span,.creator-inspector header span,.creator-param span{color:#70869d;font-size:12px;font-weight:800}.creator-console-head strong{color:#142234;font-size:24px}.creator-field{display:grid;gap:10px}.creator-model-select .soft-select-menu{max-width:min(440px,calc(100vw - 32px))}.toggle-field{display:flex;align-items:center;justify-content:space-between;gap:12px}.toggle-field input[type=checkbox]{width:18px;height:18px}.creator-prompt{position:relative}.creator-prompt textarea{min-height:190px;border:1px solid #dce8f3;border-radius:20px;background:#fbfdff;color:#142234;padding:14px 14px 28px;resize:vertical}.creator-reference-input{min-height:92px!important}.creator-prompt em{position:absolute;right:14px;bottom:10px;color:#8fa3b7;font-size:12px;font-style:normal}.ratio-picker,.quality-picker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.ratio-picker button,.quality-picker button{min-height:42px;border:1px solid #dce8f3;border-radius:16px;background:#fbfdff;color:#4e6176;font-weight:800}.ratio-picker button.active,.quality-picker button.active{border-color:#4f86f761;background:linear-gradient(135deg,#edf4ff,#effbf5);color:#245cce}.creator-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;border:0;border-radius:18px;background:linear-gradient(135deg,#5c8df6,#43b88f);color:#fff;font-weight:900;box-shadow:0 16px 32px #4f86f738}.creator-submit:disabled{cursor:not-allowed;background:#d7e1eb;color:#7f91a5;box-shadow:none}.creator-stage{display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}.creator-stage-head{display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid #e7eff7;padding:18px 20px}.creator-stage-head h2,.creator-inspector h2{margin:0 0 6px;color:#142234;font-size:20px}.creator-stage-head span{color:#73869a;font-size:13px}.creator-stage-head>strong{flex:0 0 auto;border-radius:999px;background:#edf4ff;color:#326bd8;padding:7px 12px;font-size:12px}.creator-stage-head .chat-title-input,.creator-title-input{width:min(460px,54vw);font-size:20px}.creator-canvas-wrap{display:grid;min-height:0;place-items:center;overflow:auto;background:linear-gradient(90deg,rgba(214,227,239,.55) 1px,transparent 1px),linear-gradient(rgba(214,227,239,.55) 1px,transparent 1px),#f7fbff;background-size:28px 28px;padding:28px}.creator-canvas{display:grid;place-items:center;align-content:center;gap:14px;width:min(720px,88%);max-height:100%;min-height:360px;border:1px solid #d7e5f0;border-radius:28px;background:radial-gradient(circle at 50% 40%,rgba(67,184,143,.18),transparent 32%),linear-gradient(135deg,#fff,#eef6ff);color:#142234;padding:32px;text-align:center;box-shadow:inset 0 1px #ffffffe6,0 22px 48px #3c58751f}.creator-preview-mark{display:grid;width:92px;height:92px;place-items:center;border-radius:30px;background:linear-gradient(135deg,#dfeaff,#dff8ee);color:#326bd8}.creator-preview-mark svg{width:42px;height:42px}.creator-canvas h3{margin:0;font-size:28px}.creator-canvas p{display:-webkit-box;max-width:520px;overflow:hidden;color:#667b91;line-height:1.7;-webkit-box-orient:vertical;-webkit-line-clamp:3}.creator-thread{display:grid;align-content:start;gap:16px;min-height:0;overflow:auto;overscroll-behavior:contain;background:linear-gradient(90deg,rgba(214,227,239,.45) 1px,transparent 1px),linear-gradient(rgba(214,227,239,.45) 1px,transparent 1px),#f7fbff;background-size:28px 28px;padding:22px 24px}.creator-bubble{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;max-width:min(760px,92%)}.creator-bubble.user{justify-self:end;grid-template-columns:minmax(0,1fr) 38px}.creator-bubble.user .creator-avatar{grid-column:2;grid-row:1;background:#e9f8f1;color:#218461}.creator-bubble.user .creator-bubble-main{grid-column:1;grid-row:1;background:#fff}.creator-avatar{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:#edf4ff;color:#326bd8;font-size:13px;font-weight:900}.creator-bubble-main{display:grid;gap:8px;min-width:0;border:1px solid #dfe9f3;border-radius:22px;background:#ffffffeb;color:#142234;padding:14px 16px;box-shadow:0 14px 34px #37526e12}.creator-bubble-main>strong{font-size:13px}.creator-bubble-main p{margin:0;color:#52687f;line-height:1.7;white-space:pre-wrap;word-break:break-word}.creator-bubble.error .creator-bubble-main{border-color:#f3d7bb;background:#fffaf4}.creator-bubble.error .creator-bubble-main p,.creator-bubble.error .creator-bubble-main>strong{color:#b86613}.creator-message-materials{display:flex;flex-wrap:wrap;gap:8px}.creator-message-attachment-thumb{display:grid;grid-template-rows:72px auto;gap:6px;width:90px;min-width:0;border:1px solid #dfe9f3;border-radius:18px;background:linear-gradient(180deg,#fff,#f7fbff);padding:6px;box-shadow:0 10px 20px #37526e0f;cursor:zoom-in;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.creator-message-attachment-thumb:hover{border-color:#9ecbd5;box-shadow:0 14px 28px #37526e1f;transform:translateY(-1px)}.creator-message-attachment-thumb img{width:100%;height:72px;border-radius:12px;object-fit:cover;background:#edf3f9}.creator-message-attachment-thumb span{display:block;overflow:hidden;color:#60758b;font-size:11px;font-weight:700;line-height:1.35;text-align:left;text-overflow:ellipsis;white-space:nowrap}.creator-message-attachment-pill{display:inline-flex;align-items:center;gap:6px;max-width:min(220px,100%);min-height:30px;overflow:hidden;border:1px solid #dfe9f3;border-radius:999px;background:#f8fbff;color:#60758b;padding:0 10px;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.creator-message-attachment-pill svg{width:14px;height:14px;flex:0 0 auto;color:#4f86f7}.creator-inline-task{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:46px;border:1px solid #dfe9f3;border-radius:16px;background:#fbfdff;padding:0 12px}.creator-inline-task span{color:#7b91a8;font-size:12px;font-weight:800}.creator-inline-task strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.creator-inline-task em{border-radius:999px;background:#edf4ff;color:#326bd8;padding:4px 8px;font-size:11px;font-style:normal;font-weight:900}.creator-generating{display:inline-flex;align-items:center;gap:8px;width:fit-content;min-height:34px;border:1px solid #d7e8f1;border-radius:999px;background:linear-gradient(180deg,#f7fcff,#eef7f8);color:#557085;padding:0 12px;box-shadow:inset 0 1px #ffffffe6}.creator-generating span{width:7px;height:7px;border-radius:50%;background:#69b7b9;animation:creatorPulse 1.05s ease-in-out infinite}.creator-generating span:nth-child(2){animation-delay:.16s}.creator-generating span:nth-child(3){animation-delay:.32s}.creator-generating strong{font-size:12px;font-weight:900}.creator-task-queue{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:30px;border:1px solid rgba(245,184,75,.36);border-radius:10px;background:#f5b84b1f;color:#9b651b;padding:4px 9px}.creator-task-queue small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.creator-task-cancel{flex:0 0 auto;height:22px;border:0;border-radius:999px;background:#ffffffb8;color:#8a5714;padding:0 8px;font-size:11px;font-weight:800}.creator-task-cancel:hover{background:#ffffffeb}@keyframes creatorPulse{0%,to{opacity:.32;transform:translateY(0) scale(.88)}50%{opacity:1;transform:translateY(-3px) scale(1)}}.creator-result-wrap{display:grid;gap:10px;width:min(100%,520px)}.creator-result-image{width:min(100%,520px);max-height:520px;border:1px solid #dfe9f3;border-radius:18px;cursor:zoom-in;object-fit:contain;background:#f8fbff;box-shadow:0 16px 36px #37526e1a;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.creator-result-image:hover{border-color:#94cdd0;box-shadow:0 18px 42px #37526e24;transform:translateY(-1px)}.creator-result-video{width:min(100%,520px);max-height:520px;border:1px solid #dfe9f3;border-radius:18px;object-fit:contain;background:#f8fbff;box-shadow:0 16px 36px #37526e1a}.creator-video-card{display:grid;gap:10px;width:min(100%,520px);border:1px solid #dfe9f3;border-radius:18px;background:#fbfdff;padding:14px;box-shadow:0 16px 36px #37526e14}.creator-video-cover{display:grid;justify-items:start;gap:6px;min-height:120px;border:1px dashed #c9d8e6;border-radius:16px;background:linear-gradient(180deg,#f5f9fd,#eef5fb);padding:16px}.creator-video-cover svg{width:24px;height:24px;color:#3f7ea3}.creator-video-cover strong{color:#173044;font-size:14px}.creator-video-cover small{color:#6e8398;font-size:12px;line-height:1.5}.creator-result-actions{display:flex;flex-wrap:wrap;gap:8px}.creator-download-button,.creator-image-action{justify-self:start;display:inline-flex;align-items:center;gap:7px;min-height:34px;border:1px solid #d7e8f1;border-radius:999px;background:#fff;color:#326b79;padding:0 13px;font-size:12px;font-weight:900;box-shadow:0 10px 20px #37526e14}.creator-download-button:hover,.creator-image-action:hover{border-color:#94cdd0;background:#f2fbfb;color:#1f6f72}.creator-download-button svg,.creator-image-action svg{width:15px;height:15px}.image-preview-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:130;display:grid;place-items:center;background:#131e2b8a;padding:26px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.image-preview-modal{display:grid;grid-template-rows:auto minmax(0,1fr);width:min(1120px,100%);height:min(880px,calc(100vh - 52px));overflow:hidden;border:1px solid rgba(225,238,248,.86);border-radius:24px;background:#fbfdff;box-shadow:0 30px 90px #07122057}.image-preview-modal-compact{width:min(920px,100%);height:min(760px,calc(100vh - 52px))}.image-preview-head{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #e4edf6;background:#ffffffeb;padding:14px 16px 14px 18px}.image-preview-head>div:first-child{display:grid;gap:4px;min-width:0}.image-preview-head strong,.image-preview-head span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.image-preview-head strong{color:#152235;font-size:14px}.image-preview-head span{color:#71879c;font-size:12px}.image-preview-actions{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}.image-preview-actions button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:34px;border:1px solid #d7e8f1;border-radius:999px;background:#fff;color:#326b79;padding:0 12px;font-size:12px;font-weight:900}.image-preview-actions button:hover{border-color:#94cdd0;background:#f2fbfb}.image-preview-actions svg{width:15px;height:15px}.image-preview-close{width:34px;padding:0!important}.image-preview-stage{display:grid;min-height:0;place-items:center;overflow:auto;background:linear-gradient(45deg,rgba(224,235,244,.55) 25%,transparent 25%),linear-gradient(-45deg,rgba(224,235,244,.55) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(224,235,244,.55) 75%),linear-gradient(-45deg,transparent 75%,rgba(224,235,244,.55) 75%),#f8fbff;background-position:0 0,0 12px,12px -12px,-12px 0;background-size:24px 24px;padding:20px}.image-preview-stage img{display:block;max-width:100%;max-height:calc(100vh - 150px);border-radius:16px;object-fit:contain;background:#fff;box-shadow:0 22px 56px #24384e2e}.video-preview-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:130;display:grid;place-items:center;background:#131e2b8a;padding:26px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.video-preview-modal{display:grid;grid-template-rows:auto minmax(0,1fr);width:min(1120px,100%);height:min(880px,calc(100vh - 52px));overflow:hidden;border:1px solid rgba(225,238,248,.86);border-radius:24px;background:#fbfdff;box-shadow:0 30px 90px #07122057}.video-preview-head{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #e4edf6;background:#ffffffeb;padding:14px 16px 14px 18px}.video-preview-head>div:first-child{display:grid;gap:4px;min-width:0}.video-preview-head strong,.video-preview-head span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-preview-head strong{color:#152235;font-size:14px}.video-preview-head span{color:#71879c;font-size:12px}.video-preview-actions{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}.video-preview-actions button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:34px;border:1px solid #d7e8f1;border-radius:999px;background:#fff;color:#326b79;padding:0 12px;font-size:12px;font-weight:900}.video-preview-actions button:hover{border-color:#94cdd0;background:#f2fbfb}.video-preview-actions svg{width:15px;height:15px}.video-preview-close{width:34px;padding:0!important}.video-preview-stage{display:grid;min-height:0;place-items:center;overflow:auto;background:linear-gradient(45deg,rgba(224,235,244,.55) 25%,transparent 25%),linear-gradient(-45deg,rgba(224,235,244,.55) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(224,235,244,.55) 75%),linear-gradient(-45deg,transparent 75%,rgba(224,235,244,.55) 75%),#f8fbff;background-position:0 0,0 12px,12px -12px,-12px 0;background-size:24px 24px;padding:20px}.video-preview-stage video{display:block;width:100%;max-width:1000px;max-height:calc(100vh - 150px);border-radius:16px;background:#fff;box-shadow:0 22px 56px #24384e2e}.creator-composer{margin:0 20px 20px}.creator-result-strip{border-top:1px solid #e7eff7;padding:14px 18px}.creator-task-card,.creator-empty-result{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-height:54px;border:1px solid #dfe9f3;border-radius:18px;background:#fbfdff;color:#60758b;padding:0 14px}.creator-task-card strong{min-width:0;overflow:hidden;color:#142234;text-overflow:ellipsis;white-space:nowrap}.creator-task-card em{color:#326bd8;font-style:normal;font-weight:900}.creator-empty-result{display:grid;grid-template-columns:1fr;justify-items:center;color:#8da1b5}.creator-inspector{display:grid;align-content:start;gap:12px;overflow:auto;padding:18px}.creator-inspector header{border-bottom:1px solid #e7eff7;padding-bottom:12px}.creator-param{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:48px;border:1px solid #dfe9f3;border-radius:16px;background:#fbfdff;padding:0 14px}.creator-param strong{min-width:0;overflow:hidden;color:#142234;text-overflow:ellipsis;white-space:nowrap}.creator-shell-pro{grid-template-columns:286px minmax(0,1fr)}.image-pro-stage{overflow:hidden}.image-pro-titlebar{min-height:72px;padding:14px 20px}.image-pro-title-editor{flex:1}.image-pro-title-copy{display:grid;gap:4px;min-width:0}.image-pro-title-copy strong{color:#142234;font-size:20px;line-height:1.2}.image-pro-title-copy span{display:block;min-width:0;overflow:hidden;color:#667b91;font-size:13px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.image-pro-title-copy .creator-title-input{width:min(360px,48vw);height:34px;font-size:14px}.image-pro-title-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.image-pro-title-actions>span{border-radius:999px;background:#eef6ff;color:#326bd8;font-size:12px;font-weight:900;padding:7px 10px;white-space:nowrap}.image-pro-workbench{display:grid;grid-template-rows:minmax(0,1fr) auto;gap:14px;min-height:0;overflow:hidden;background:linear-gradient(180deg,#f6faffb8,#fffffffa);padding:16px 18px 18px}.image-pro-inputs{display:grid;grid-template-columns:minmax(388px,.78fr) minmax(520px,1.22fr);align-items:stretch;gap:12px;height:100%;min-height:0;overflow:hidden}.image-pro-source-panel{display:grid;grid-template-rows:minmax(0,1.35fr) minmax(170px,.65fr);gap:12px;height:100%;min-height:0;overflow:hidden}.image-pro-base,.image-pro-references,.image-pro-prompt-panel,.image-pro-result-panel{min-width:0;border:1px solid #dbe7f3;border-radius:16px;background:#ffffffe6;box-shadow:0 12px 30px #344e6b0f}.image-pro-base,.image-pro-references,.image-pro-result-panel{display:grid;grid-template-rows:auto minmax(0,1fr);gap:10px;min-height:0;overflow:hidden;padding:12px}.image-pro-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.image-pro-section-head strong{color:#142234;font-size:15px;line-height:1.2}.image-pro-section-head span{min-width:0;overflow:hidden;color:#7d91a6;font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.image-pro-dropzone,.image-pro-reference-slot{position:relative;display:grid;place-items:center;min-height:0;overflow:hidden;box-sizing:border-box;padding:14px;border:1px solid #d6e3f0;border-radius:14px;background:linear-gradient(rgba(67,96,128,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(67,96,128,.035) 1px,transparent 1px),#f7faff;background-size:28px 28px}.image-pro-dropzone{height:100%;min-height:0}.image-pro-dropzone.filled,.image-pro-reference-slot.filled{border-color:#cfdeec;background:#f3f7fb}.image-pro-dropzone.locked,.image-pro-reference-slot.locked{border-color:#d7e4ef;background:linear-gradient(rgba(72,111,158,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(72,111,158,.03) 1px,transparent 1px),#f8fbfe}.image-pro-slot-media{position:absolute;top:14px;right:14px;bottom:14px;left:14px;display:flex;align-items:center;justify-content:center;z-index:1}.image-pro-slot-media.compact{top:10px;right:10px;bottom:10px;left:10px}.image-pro-slot-image{display:block;width:100%;height:100%;object-fit:contain;object-position:center;border-radius:10px}.image-pro-empty,.image-pro-reference-empty{display:grid;justify-items:center;gap:8px;color:#7c91a6;text-align:center}.image-pro-empty svg,.image-pro-reference-empty svg{width:34px;height:34px;color:#4f86f7}.image-pro-reference-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:minmax(0,1fr);gap:12px;height:auto;min-height:0;overflow:hidden}.image-pro-reference-slot{min-height:0;height:100%;padding:10px}.image-pro-slot-actions{position:absolute;left:50%;bottom:14px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;pointer-events:none;z-index:2;opacity:1;transform:translate(-50%)}.image-pro-reference-slot .image-pro-slot-actions{bottom:10px}.image-pro-slot-actions button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid rgba(208,222,236,.92);border-radius:10px;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#2f4965;font-size:12px;font-weight:900;padding:0;pointer-events:auto;box-shadow:0 8px 18px #20344c1f;transition:transform .16s ease,background .16s ease,border-color .16s ease}.image-pro-slot-actions button:hover{border-color:#4f86f757;background:#fff;transform:translateY(-1px)}.image-pro-slot-actions svg{width:15px;height:15px}.image-pro-base-actions button{width:auto;min-width:86px;padding:0 12px;gap:6px}.image-pro-base-actions button span{color:inherit;font-size:12px;font-weight:900;line-height:1;white-space:nowrap}.image-pro-prompt-panel{display:grid;gap:10px;padding:10px}.image-pro-prompt-panel textarea{width:100%;min-height:100px;max-height:150px;border:0;border-radius:12px;background:#f6f9fc;color:#142234;font-size:14px;line-height:1.6;padding:12px;resize:vertical}.image-pro-prompt-panel textarea:focus{outline:2px solid rgba(79,134,247,.22)}.image-pro-prompt-panel textarea.is-readonly{background:#f8fbfe;color:#51657b;cursor:default;resize:none}.image-pro-prompt-panel textarea.is-readonly:focus{outline:none}.image-pro-prompt-foot,.image-pro-prompt-foot>div,.image-pro-prompt-foot button{display:flex;align-items:center}.image-pro-prompt-foot{justify-content:space-between;gap:12px;border-top:1px solid #edf3f8;padding-top:10px}.image-pro-prompt-foot>span{color:#8da1b5;font-size:12px;font-weight:900}.image-pro-prompt-foot>span.warn{color:#d85b5b}.image-pro-prompt-foot>div{flex:1;min-width:0;justify-content:flex-end;gap:8px}.image-pro-inline-select{display:flex;align-items:center;gap:6px;min-width:0}.image-pro-inline-select.model{flex:1 1 220px;max-width:320px}.image-pro-inline-select:not(.model){flex:0 0 118px}.image-pro-inline-select.format{flex-basis:126px}.image-pro-inline-select>span{flex:0 0 auto;color:#70869d;font-size:11px;font-weight:900}.image-pro-inline-select .soft-select{min-width:0;flex:1}.image-pro-inline-select .soft-select>button{min-height:38px;border-radius:999px}.image-pro-up-select .soft-select-menu{top:auto;bottom:calc(100% + 8px)}.image-pro-fee{display:inline-flex;align-items:center;min-height:38px;border:1px solid #dce8f3;border-radius:999px;background:#f8fbff;color:#142234;font-size:12px;padding:0 12px;white-space:nowrap}.image-pro-prompt-foot button:not(.chat-send-button){gap:7px;min-height:38px;border:1px solid #dce8f3;border-radius:999px;background:#fff;color:#50657b;font-weight:900;padding:0 13px}.image-pro-prompt-foot svg{width:16px;height:16px}.image-pro-result-panel{grid-template-rows:auto minmax(0,1fr);height:100%;overflow:hidden}.image-pro-result-stage{position:relative;display:grid;isolation:isolate;align-items:stretch;justify-items:stretch;height:100%;min-height:0;overflow:hidden;border:1px solid #d6e3f0;border-radius:14px;background:radial-gradient(circle at 50% 42%,rgba(79,134,247,.08),transparent 32%),linear-gradient(rgba(67,96,128,.032) 1px,transparent 1px),linear-gradient(90deg,rgba(67,96,128,.032) 1px,transparent 1px),#f8fbff;background-size:auto,32px 32px,32px 32px,auto}.image-pro-result-media{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:14px}.image-pro-result-stage img{display:block;width:100%;height:100%;cursor:zoom-in;object-fit:contain}.image-pro-result-empty{display:grid;place-self:center;justify-items:center;gap:9px;max-width:320px;color:#7d91a6;padding:24px;text-align:center}.image-pro-result-empty svg{width:42px;height:42px;color:#4f86f7}.image-pro-result-empty strong{color:#253a52;font-size:16px}.image-pro-result-empty span{color:#8499ae;font-size:12px;line-height:1.6}.image-pro-result-actions{position:absolute;left:50%;bottom:14px;display:flex;gap:8px;max-width:calc(100% - 24px);flex-wrap:wrap;justify-content:center;transform:translate(-50%);z-index:2}.image-pro-result-actions button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;border:1px solid rgba(211,224,238,.86);border-radius:999px;background:#ffffffeb;color:#2f4965;font-size:12px;font-weight:900;padding:0 12px;box-shadow:0 10px 24px #20344c24}.image-pro-result-actions button:hover{background:#fff}.image-pro-result-actions svg{width:15px;height:15px}.image-pro-config{gap:10px;padding:14px}.image-pro-config .creator-console-head{border-radius:16px;padding:12px}.image-pro-config .creator-console-head h2{margin:0;font-size:16px}.image-pro-config .creator-field{gap:7px}.image-pro-config .creator-field>span,.image-pro-config .creator-param span{font-size:11px}.image-pro-config .soft-select-trigger,.image-pro-config .creator-param{min-height:38px;border-radius:12px}.image-pro-config .quality-picker{grid-template-columns:repeat(2,minmax(0,1fr))}.image-pro-config .quality-picker button{min-height:34px;border-radius:12px;font-size:12px}.image-pro-material-modal{width:min(1040px,calc(100vw - 40px));overscroll-behavior:contain}.image-pro-material-panel{display:grid;grid-template-rows:auto auto minmax(0,1fr);min-height:0;overflow:hidden;overscroll-behavior:contain;background:radial-gradient(circle at top right,rgba(79,134,247,.08),transparent 28%),linear-gradient(180deg,#fbfdff,#f5f9ff)}.image-pro-material-toolbar{display:grid;grid-template-columns:auto minmax(360px,1fr);align-items:end;gap:16px;border-bottom:1px solid #e4edf6;padding:16px 18px 14px}.image-pro-material-filter{display:grid;gap:8px;min-width:0}.image-pro-material-filter-label{color:#7890a7;font-size:12px;font-weight:800;padding-left:4px}.image-pro-material-tabs{display:flex;flex-wrap:wrap;gap:8px}.image-pro-material-search-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0}.image-pro-material-search{min-width:0;border-color:#d7e3f0;background:#fffffff5;box-shadow:inset 0 1px #ffffffd6,0 10px 24px #445c760f}.image-pro-material-search:focus-within{border-color:#4f86f75c;background:#fff;box-shadow:0 0 0 4px #4f86f71a,0 14px 28px #445c761a}.image-pro-material-search input::placeholder{color:#8ba0b5}.image-pro-material-search-button{min-width:76px;min-height:44px;border-radius:16px;border-color:#d7e3f0;background:linear-gradient(180deg,#fff,#f7fbff);color:#4b667f;font-size:13px;font-weight:800;box-shadow:0 10px 20px #445c760f}.image-pro-material-meta{display:flex;align-items:center;gap:12px;min-width:0;border-bottom:1px solid #e4edf6;background:#ffffffc2;padding:12px 18px}.image-pro-material-scope-chip{display:inline-flex;align-items:center;justify-content:center;min-height:28px;border:1px solid rgba(79,134,247,.2);border-radius:999px;background:#4f86f71a;color:#356cd7;font-size:12px;font-weight:800;padding:0 12px;white-space:nowrap}.image-pro-material-meta-note{min-width:0;flex:1 1 auto;overflow:hidden;color:#7a90a7;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.image-pro-material-meta strong{flex:0 0 auto;color:#445b74;font-size:12px;font-weight:800;white-space:nowrap}.image-pro-material-body{display:grid;align-content:start;gap:14px;min-height:0;overflow:auto;overscroll-behavior:contain;padding:18px;scrollbar-gutter:stable}.image-pro-material-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));align-content:start;gap:14px;min-height:0;overflow:visible;padding:0 2px 2px 0}.image-pro-material-card{display:grid;gap:10px;min-width:0;border:1px solid #dbe6f1;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbff);color:#142234;padding:10px;text-align:left;box-shadow:0 10px 24px #465f7a0d;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.image-pro-material-card:hover{transform:translateY(-2px);border-color:#4f86f761;box-shadow:0 18px 34px #3654721f}.image-pro-material-card img{width:100%;aspect-ratio:1 / 1;border-radius:14px;background:#eef4fb;object-fit:cover}.image-pro-material-card span{min-width:0;overflow:hidden;color:#435a72;font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.image-pro-material-load-more{display:flex;align-items:center;justify-content:center;min-height:28px;color:#7a90a7;font-size:12px;font-weight:700;padding:2px 0 4px}.image-pro-material-empty{display:grid;align-content:center;justify-items:center;gap:12px;min-height:100%;border:1px dashed #d8e3ef;border-radius:24px;background:radial-gradient(circle at top,rgba(79,134,247,.1),transparent 42%),linear-gradient(180deg,#fffffff5,#f7fafffa);padding:36px 24px;text-align:center}.image-pro-material-empty-illustration{display:grid;width:64px;height:64px;place-items:center;border-radius:20px;background:linear-gradient(180deg,#4f86f724,#4f86f70d);color:#4e79d6;box-shadow:inset 0 1px #ffffffe6,0 16px 28px #4f86f71a}.image-pro-material-empty-illustration svg{width:28px;height:28px}.image-pro-material-empty strong{color:#1d2d40;font-size:16px;line-height:1.4}.image-pro-material-empty p{max-width:420px;margin:0;color:#71879c;font-size:13px;line-height:1.7}.image-pro-material-empty-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.image-pro-material-empty-actions .secondary-button{min-height:38px;border-radius:14px;border-color:#d7e3f0;background:#fff;color:#4d657e;font-size:12px;font-weight:800;box-shadow:0 10px 20px #465f7a0f}.preview-orbit{width:190px;height:190px;border-radius:6px;background:linear-gradient(90deg,transparent 48%,rgba(255,255,255,.14) 49% 51%,transparent 52%),linear-gradient(0deg,transparent 48%,rgba(255,255,255,.14) 49% 51%,transparent 52%),conic-gradient(from 140deg,var(--cyan),var(--green),var(--amber),var(--cyan));box-shadow:0 0 70px #28d6df33}.param-row{display:flex;justify-content:space-between;gap:12px;padding:12px}.action-row{display:flex;align-items:center;margin-top:10px;padding:12px}.admin-split{grid-template-columns:minmax(0,1fr) 320px}.ops-panel{padding:14px}.admin-filter-bar{display:grid;grid-template-columns:minmax(280px,1fr) 132px 132px auto;gap:10px;margin:14px 0}.compact-search{width:100%}.capability-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:14px}.capability-tabs button{min-height:40px;border:1px solid var(--line);border-radius:4px;background:#ffffff09;color:var(--muted)}.capability-tabs button.active{border-color:#28d6df8c;background:#28d6df1f;color:var(--cyan);font-weight:800}.user-profile{display:grid;grid-template-columns:48px 1fr;align-items:center;gap:12px;border:1px solid var(--line);border-radius:5px;background:#ffffff09;padding:12px}.user-profile span{display:block;margin-top:4px;color:var(--muted);font-size:12px}.user-avatar{display:grid;width:48px;height:48px;place-items:center;border-radius:4px;background:linear-gradient(135deg,var(--cyan),var(--green));color:#03120f;font-weight:900}.task-table{overflow:hidden;margin-top:14px;border:1px solid var(--line);border-radius:5px;background:#ffffff08}.table-row{display:grid;align-items:center;width:100%;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--text);text-align:left}.table-row span{min-width:0;padding:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-row.head{background:#43a8ff14;color:var(--muted);font-size:13px;font-weight:800}.table-row:last-child{border-bottom:0}.admin-users{grid-template-columns:1.7fr 1fr 1fr 1fr}.user-table{grid-template-columns:1.35fr .9fr .72fr .82fr .82fr .95fr .72fr .78fr}.enterprise-table{grid-template-columns:1.5fr 1.15fr .75fr .9fr .65fr .72fr .78fr}.task-table-row{grid-template-columns:2fr 1fr 1fr 1fr .8fr}.table-button:hover{background:#28d6df14}.task-center-page{padding:22px 24px}.task-center-shell{display:grid;gap:14px}.task-center-summary{display:flex;align-items:center;gap:16px;color:#7e92a6;font-size:13px;font-weight:700}.task-center-toolbar{display:grid;grid-template-columns:minmax(280px,1fr) 160px 160px auto;gap:10px;align-items:center}.task-center-search{min-height:40px}.task-center-toolbar-actions{display:inline-flex;justify-self:end;gap:8px}.task-center-toolbar-actions .secondary-button{min-height:40px;padding:0 14px}.task-center-list{display:grid;align-content:start;gap:10px}.task-center-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;border:1px solid #dfe9f3;border-radius:12px;background:#fff;padding:12px 14px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.task-center-item:hover,.task-center-item:focus-within{border-color:#bdd4ec;box-shadow:0 12px 28px #3556761f;transform:translateY(-1px)}.task-center-main{display:flex;align-items:baseline;gap:12px;min-width:0}.task-center-title{flex:0 1 220px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#17304b;font-size:15px;line-height:1.3}.task-center-text{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#7e92a6;font-size:13px}.task-center-meta{display:inline-flex;align-items:center;gap:10px;justify-self:end;min-width:0}.task-center-model{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid #dbe7f3;border-radius:999px;background:#f8fbff;color:#365f92;font-size:12px;font-weight:800;padding:5px 10px}.task-center-fee{color:#e08a2d;font-size:12px;font-weight:800;white-space:nowrap}.materials-shell{display:grid;gap:14px}.materials-head{align-items:flex-end}.materials-head-copy{display:grid;gap:4px;min-width:0}.materials-head-copy span{color:#7e92a6;font-size:13px}.materials-tabs{display:inline-flex;flex-wrap:wrap;gap:8px}.materials-tab{min-height:36px;border:1px solid #dbe7f3;border-radius:999px;background:#fff;color:#60758b;font-size:13px;font-weight:800;padding:0 16px}.materials-tab.active{border-color:#4f86f752;background:#edf4ff;color:#326bd8}.materials-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.materials-toolbar.with-user-filter{grid-template-columns:minmax(0,1fr) 180px auto}.materials-search{width:100%}.materials-user-filter{min-width:0}.materials-toolbar-actions{display:inline-flex;justify-self:end;gap:8px}.materials-batch{display:inline-flex;align-items:center;flex-wrap:wrap;gap:10px;border:1px solid #dbe7f3;border-radius:14px;background:#f8fbff;color:#60758b;font-size:13px;font-weight:700;padding:10px 12px}.materials-summary{display:inline-flex;gap:14px;color:#7e92a6;font-size:12px;font-weight:700}.prompt-library-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-auto-rows:1fr;gap:12px;align-items:stretch}.prompt-bubble-card{position:relative;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:12px;min-height:206px;height:100%;border:1px solid #dfe9f3;border-radius:18px;background:linear-gradient(180deg,#f7fbfff5,#fffffffa);box-shadow:0 16px 36px #37526e14;padding:16px 18px;text-align:left}.prompt-select{position:absolute;top:12px;left:12px;z-index:2}.prompt-bubble-card:has(.prompt-select){padding-top:40px}.prompt-bubble-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;min-width:0}.prompt-bubble-title{display:inline-flex;align-items:center;gap:8px;min-width:0}.prompt-bubble-title strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prompt-bubble-title strong{color:#17304b;font-size:14px;font-weight:900}.prompt-bubble-title svg{color:#326bd8;flex:0 0 auto}.prompt-bubble-time{display:inline-flex;flex:0 0 auto;align-items:center;gap:6px;color:#8ea0b4;font-size:12px;font-weight:700;line-height:1.2;white-space:nowrap;font-variant-numeric:tabular-nums}.prompt-bubble-time svg{color:#9eb0c0;flex:0 0 auto}.prompt-bubble-content{display:-webkit-box;min-height:6.88em;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4;margin:0;color:#4c647d;font-size:13px;line-height:1.72;white-space:pre-wrap;word-break:break-word}.prompt-bubble-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.prompt-bubble-tags{display:inline-flex;flex-wrap:wrap;gap:6px;min-width:0}.prompt-bubble-capability{border-radius:999px;background:#edf4ff;color:#326bd8;font-size:12px;font-weight:800;padding:4px 10px}.prompt-state-pill{min-height:20px;font-size:11px;font-weight:700;padding:0 7px}.materials-media-grid{display:grid;gap:12px}.materials-empty-state{grid-column:1 / -1;display:grid;min-height:112px;place-items:center;border:1px dashed #dbe7f3;border-radius:16px;background:linear-gradient(180deg,#f8fbffb8,#ffffffe6);color:#90a3b7;font-size:14px;font-weight:800;text-align:center;padding:24px 16px}.materials-media-grid.materials-media-grid-image{grid-template-columns:repeat(auto-fill,minmax(470px,1fr));gap:14px}.materials-media-card{display:grid;grid-template-columns:140px minmax(0,1fr);align-items:center;gap:16px;min-height:132px;border:1px solid #dce8f4;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 12px 28px #37526e14;padding:14px 16px;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.materials-media-card:hover{border-color:#c7d9eb;box-shadow:0 16px 34px #37526e1f;transform:translateY(-2px)}.materials-media-grid-image .materials-media-card.image-card{grid-template-columns:160px minmax(0,1fr);align-items:flex-start;gap:16px;border-color:#d3e1ef;background:linear-gradient(180deg,#fff,#f8fbff)}.materials-media-grid-image .materials-media-card.image-card:hover{border-color:#bfd5ea}.materials-select{display:grid;place-items:center;width:18px;height:18px;align-self:start}.materials-media-thumb{position:relative;width:140px;min-width:140px}.materials-media-grid-image .materials-media-thumb{width:160px;min-width:160px}.materials-select input{position:relative;display:block;width:18px;height:18px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #9bb0c4;border-radius:6px;background:#fffffff5;box-shadow:0 2px 6px #2a44611f;margin:0;padding:0;cursor:pointer}.materials-select-overlay{position:absolute;top:8px;left:8px;z-index:3;width:auto;height:auto}.materials-select input:checked{border-color:#4f86f7;background:#4f86f7}.materials-select input:checked:after{content:"";position:absolute;left:5px;top:1px;width:5px;height:9px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg)}.prompt-bubble-actions .secondary-button{min-width:84px}.materials-select input:focus-visible{outline:2px solid rgba(79,134,247,.35);outline-offset:1px}.materials-media-preview{display:grid;width:100%;height:100px;place-items:center;overflow:hidden;border:1px solid #d5e2ef;border-radius:14px;background:linear-gradient(180deg,#f6faff,#edf4fb);color:#64798f;padding:0}.materials-media-grid-image .materials-media-preview{width:100%;height:114px;aspect-ratio:auto;border-radius:12px}.materials-media-preview img{display:block;width:100%;height:100%;object-fit:cover}.materials-image-fallback{display:grid;place-items:center;gap:7px;width:100%;height:100%;border:1px dashed #cedbed;border-radius:12px;background:linear-gradient(135deg,#eef5fcd9,#f8fcffe6);color:#8ca0b4;font-size:11px;font-weight:800}.materials-image-fallback svg{width:20px;height:20px;color:#9ab0c6}.materials-video-placeholder{display:grid;place-items:center;gap:8px;width:100%;height:100%;background:linear-gradient(135deg,#edf4ff,#eefaf5);color:#326bd8}.materials-video-placeholder svg{width:30px;height:30px}.materials-video-placeholder span{font-size:12px;font-weight:900}.materials-media-main{display:flex;flex-direction:column;gap:10px;min-width:0;min-height:100%}.materials-media-grid-image .materials-media-main{gap:10px}.materials-media-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-width:0}.materials-media-main strong{display:-webkit-box;overflow:hidden;color:#17304b;font-size:15px;line-height:1.35;font-weight:800;min-width:0;text-overflow:ellipsis;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2}.materials-media-grid-image .materials-media-main strong{font-size:15px;font-weight:800}.materials-media-time{flex:0 0 auto;color:#8ea2b7;font-size:12px;line-height:1.35;white-space:nowrap}.materials-media-subline{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-top:auto;color:#7f93a8;font-size:12px;min-width:0}.materials-media-content{display:-webkit-box;overflow:hidden;margin:0;color:#4e647d;font-size:13px;line-height:1.6;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2}.materials-meta-pill{display:inline-flex;align-items:center;min-height:22px;border:1px solid #dde8f5;border-radius:999px;background:#f7fbff;color:#6a8098;padding:0 9px;white-space:nowrap}.materials-meta-pill.source{border-color:#d8e7f8;background:#f3f8ff;color:#3b6796}.materials-meta-pill.scope.shared{border-color:#d2eee1;background:#eefaf4;color:#267e5d}.materials-meta-pill.scope.private{border-color:#dbe6f1;background:#f2f7fc;color:#5f7489}.materials-meta-pill.scope.favorite{border-color:#f5b84b57;background:#f5b84b1f;color:#9b651b}.materials-meta-pill.scope.self{border-color:#4f86f74d;background:#4f86f71a;color:#2f63c6}.materials-meta-pill.type{border-color:#e6e8f6;background:#f6f7ff;color:#6a73a4}.materials-favorite-link{display:inline-flex;align-items:center;gap:4px;min-height:22px;border:0;border-radius:999px;background:#eef4ff;color:#3b66a0;font-size:12px;font-weight:700;padding:0 9px}.materials-favorite-link svg{width:13px;height:13px}.materials-favorite-link:disabled{cursor:not-allowed;opacity:.64}.materials-media-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.materials-model-chip{max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid #d6e5f5;border-radius:999px;background:#f1f7ff;color:#3d648f;font-size:12px;font-weight:700;padding:4px 10px}.materials-media-grid-image .materials-model-chip{max-width:260px}.materials-fee{color:#dd8a2f;font-size:12px;font-weight:700;white-space:nowrap}.materials-actions{display:inline-flex;align-items:center;gap:8px}.materials-actions-inline{flex:0 0 auto;max-width:100%;justify-content:flex-end}.materials-actions .secondary-button{min-height:32px;border-radius:12px;border-color:#d5e3f1;background:#fff;color:#4e657d;box-shadow:0 6px 14px #39546f0f;padding:0 12px;font-size:12px;font-weight:700}.materials-actions .secondary-button:hover{border-color:#bfd4e8;background:#f8fbff;color:#35506c;box-shadow:0 10px 20px #39546f1a}.materials-pagination{margin-top:2px}.materials-preview-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;background:#131e2b8a;padding:26px;overflow:hidden;overscroll-behavior:contain;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.materials-preview-modal{display:grid;grid-template-rows:auto minmax(0,1fr);width:min(1120px,100%);height:min(860px,calc(100vh - 52px));overflow:hidden;overscroll-behavior:contain;border:1px solid rgba(225,238,248,.86);border-radius:24px;background:#fbfdff;box-shadow:0 30px 90px #07122057}.materials-prompt-modal{width:min(920px,100%);height:auto;min-height:320px;max-height:calc(100vh - 52px)}.materials-preview-head{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #e4edf6;background:#ffffffeb;padding:14px 16px 14px 18px}.materials-preview-head>div:first-child{display:grid;gap:4px;min-width:0}.materials-preview-head strong,.materials-preview-head span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.materials-preview-head strong{color:#152235;font-size:14px}.materials-preview-head span{color:#71879c;font-size:12px}.materials-preview-actions{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}.materials-preview-actions .secondary-button,.materials-preview-head .secondary-button{min-height:34px;padding:0 12px}.materials-preview-stage{display:grid;min-height:0;place-items:center;overflow:auto;background:linear-gradient(45deg,rgba(224,235,244,.55) 25%,transparent 25%),linear-gradient(-45deg,rgba(224,235,244,.55) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(224,235,244,.55) 75%),linear-gradient(-45deg,transparent 75%,rgba(224,235,244,.55) 75%),#f8fbff;background-position:0 0,0 12px,12px -12px,-12px 0;background-size:24px 24px;padding:20px}.materials-preview-stage img{display:block;max-width:100%;max-height:calc(100vh - 150px);border-radius:16px;object-fit:contain;background:#fff;box-shadow:0 22px 56px #24384e2e}.materials-preview-stage video{display:block;max-width:100%;max-height:calc(100vh - 150px);border-radius:16px;background:#0c1119;box-shadow:0 22px 56px #24384e2e}.materials-create-modal{display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(620px,100%);height:auto;max-height:calc(100vh - 52px)}.materials-create-body{display:grid;gap:14px;overflow:auto;padding:16px 18px 18px}.materials-create-field{display:grid;gap:8px}.materials-create-field>span{color:#5e748a;font-size:12px;font-weight:800}.materials-create-field>input,.materials-create-field>textarea{width:100%;border:1px solid #dbe6f2;border-radius:12px;background:#fff;color:#17304b;font-size:14px;outline:none;padding:10px 12px}.materials-create-field>input[type=file]{min-height:44px;padding:8px 10px}.materials-create-file-input{display:none}.materials-upload-row{display:flex;align-items:center;gap:10px}.materials-upload-trigger{flex:0 0 auto;min-height:36px;border-radius:12px;padding:0 12px}.materials-upload-name{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px dashed #d3e1ef;border-radius:12px;background:#f8fbff;color:#54708d;font-size:12px;font-weight:600;padding:8px 10px}.materials-upload-name.empty{color:#97aabc}.materials-create-field>textarea{resize:vertical;min-height:110px}.materials-create-field>input:focus,.materials-create-field>textarea:focus{border-color:#b7d0ea;box-shadow:0 0 0 3px #4f86f71f}.materials-create-field>em{color:#91a3b5;font-size:12px;font-style:normal}.materials-create-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;border-top:1px solid #e4edf6;background:#fff;padding:12px 18px 14px}.materials-create-actions .secondary-button{min-height:34px;border-radius:12px;padding:0 14px}.materials-prompt-stage{display:grid;grid-template-rows:auto minmax(0,1fr);gap:10px;min-height:0;overflow:auto;padding:14px 18px 18px;background:linear-gradient(180deg,#f8fbff,#f5f9fe)}.materials-prompt-toolbar{display:flex;justify-content:flex-end}.materials-prompt-count{display:inline-flex;align-items:center;min-height:22px;border:1px solid #d8e5f3;border-radius:999px;background:#fff;color:#678099;font-size:12px;font-weight:700;padding:0 10px}.materials-prompt-content{margin:0;min-height:220px;overflow:auto;border:1px solid #dbe7f3;border-radius:14px;background:#fff;color:#17304b;font-family:inherit;font-size:14px;line-height:1.72;padding:14px 16px;white-space:pre-wrap;word-break:break-word}.task-center-source{color:#5e748a;font-size:12px;font-weight:800;white-space:nowrap}.task-center-time{color:#90a3b7;font-size:12px;white-space:nowrap}.task-open-button{height:30px;border:1px solid rgba(109,156,255,.22);border-radius:999px;background:linear-gradient(180deg,#fff,#f5f9ff);color:#315fba;font-size:12px;font-weight:700;padding:0 12px;box-shadow:0 6px 14px #3556760f}.task-open-button:hover{border-color:#6d9cff57;background:linear-gradient(180deg,#f8fbff,#eef5ff)}.task-center-item .status-pill{flex:0 0 auto}.task-center-empty{border:1px dashed #dbe7f3;border-radius:16px;color:#90a3b7;text-align:center;padding:24px 16px}.task-center-pagination{display:flex;flex-wrap:wrap;align-items:center;gap:12px;border-top:1px solid #e7eff7;background:#fbfdff;padding:14px 20px 18px}.task-center-pagination-info{margin-right:auto;color:#708399;font-size:13px}.task-center-page-size{display:inline-grid;grid-template-columns:auto 92px;align-items:center;gap:8px;color:#708399;font-size:13px}.task-center-page-size .soft-select>button{min-height:36px;border-radius:999px}.task-center-page-actions{display:inline-flex;align-items:center;gap:8px}.user-filter-bar{grid-template-columns:minmax(280px,1fr) 120px 128px 128px auto auto}.enterprise-filter-bar{grid-template-columns:minmax(280px,1fr) 128px auto auto}.user-manage-row strong,.user-manage-row small,.enterprise-table strong,.enterprise-table small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-manage-row small,.enterprise-table small{margin-top:4px;color:var(--muted)}.user-row-actions{display:flex;justify-content:flex-end;gap:12px}.ops-console{display:grid;grid-template-columns:minmax(280px,1fr) auto auto auto;align-items:center;gap:12px;border:1px solid rgba(40,214,223,.2);border-radius:6px;background:linear-gradient(90deg,rgba(40,214,223,.08),transparent),#ffffff06;padding:12px}.enterprise-ops-console{grid-template-columns:minmax(320px,1fr) auto auto}.model-ops-console{border-top:1px solid var(--line);border-right:0;border-left:0;border-radius:0;grid-template-columns:minmax(300px,1fr) 170px auto auto}.ops-search{display:flex;align-items:center;gap:10px;height:42px;border:1px solid rgba(67,168,255,.24);border-radius:4px;background:#03070c99;padding:0 12px;color:var(--cyan)}.ops-search input{width:100%;border:0;outline:0;background:transparent;color:var(--text)}.filter-dock{display:inline-flex;align-items:center;gap:4px;min-height:42px;border:1px solid var(--line);border-radius:4px;background:#03070c6b;padding:4px}.filter-dock button{min-width:66px;height:32px;border:0;border-radius:3px;background:transparent;color:var(--muted);padding:0 10px}.filter-dock button:disabled{cursor:not-allowed;opacity:.42}.filter-dock button.active{background:#28d6df26;color:var(--cyan);box-shadow:inset 0 0 0 1px #28d6df5c}.ops-actions{display:inline-flex;justify-content:flex-end;gap:8px}.inline-select{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:8px;min-height:42px;border:1px solid var(--line);border-radius:4px;background:#03070c6b;padding:0 10px;color:var(--muted)}.inline-select select{width:100%;height:30px;border:0;outline:0;background-color:transparent;color:var(--text);padding:0 26px 0 0}.record-stack{display:grid;gap:10px}.record-card{display:grid;grid-template-columns:minmax(260px,1.25fr) minmax(420px,2fr) 116px 104px;align-items:center;gap:12px;border:1px solid var(--line);border-radius:6px;background:linear-gradient(90deg,rgba(67,168,255,.08),transparent 42%),#ffffff08;padding:12px}.record-card:hover{border-color:#28d6df70;background:linear-gradient(90deg,rgba(40,214,223,.12),transparent 46%),#ffffff0a}.record-main{display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:12px;min-width:0;border:0;background:transparent;color:var(--text);padding:0;text-align:left}.record-avatar{display:grid;width:46px;height:46px;place-items:center;border:1px solid rgba(54,228,157,.38);border-radius:4px;background:#36e49d1f;color:var(--green);font-weight:900}.record-title,.record-title strong,.record-title small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.record-title small{margin-top:4px;color:var(--muted)}.record-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.record-metrics span{display:grid;gap:4px;min-width:0;border-left:1px solid var(--line);padding-left:10px}.record-metrics small{color:var(--soft)}.record-metrics strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.record-status{display:flex;justify-content:flex-start}.record-actions,.model-unit-actions{display:inline-flex;justify-content:flex-end;gap:8px}.enterprise-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.enterprise-card{display:grid;gap:16px;min-height:190px;border:1px solid var(--line);border-radius:6px;background:linear-gradient(150deg,rgba(40,214,223,.1),transparent 48%),#ffffff08;padding:14px}.enterprise-card:hover{border-color:#28d6df75}.enterprise-card-head,.enterprise-foot{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.enterprise-name{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;min-width:0;border:0;background:transparent;color:var(--text);padding:0;text-align:left}.enterprise-name>svg{width:38px;height:38px;border:1px solid rgba(40,214,223,.28);border-radius:4px;background:#28d6df17;color:var(--cyan);padding:8px}.enterprise-name strong,.enterprise-name small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.enterprise-name small,.enterprise-admin small,.enterprise-admin span,.enterprise-foot span{color:var(--muted);font-size:12px}.enterprise-admin{display:grid;gap:4px;border:1px solid var(--line);border-radius:4px;background:#03070c57;padding:12px}.enterprise-admin strong{font-size:18px}.enterprise-foot{align-items:center}.enterprise-foot div{display:inline-flex;gap:8px}.model-console{overflow:hidden}.model-console-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);background:linear-gradient(90deg,rgba(40,214,223,.13),transparent),#ffffff06;padding:20px 22px}.model-console-head .eyebrow{margin-bottom:8px}.model-console-head h2{margin-bottom:4px;font-size:20px}.model-console-head span{color:var(--muted);font-size:13px}.model-command-grid{display:grid;grid-template-columns:320px 1fr;border-bottom:1px solid var(--line)}.model-capability-strip{display:grid;grid-template-columns:1fr;gap:0;border-right:1px solid var(--line);background:#ffffff05}.model-capability-strip button{display:flex;align-items:center;justify-content:space-between;min-height:54px;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--muted);padding:0 18px;text-align:left}.model-capability-strip button:last-child{border-bottom:0}.model-capability-strip button span{font-weight:800}.model-capability-strip button strong{display:grid;min-width:28px;height:26px;place-items:center;border-radius:2px;background:#ffffff0f;color:var(--soft);font-size:12px}.model-capability-strip button.active{background:#28d6df1a;color:var(--cyan);box-shadow:inset 0 -2px 0 var(--cyan)}.model-capability-strip button.active strong{background:var(--cyan);color:#031316}.model-toolbar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;background:#ffffff06;padding:16px}.model-stat{display:flex;align-items:center;justify-content:space-between;min-height:44px;border:1px solid var(--line);border-radius:4px;background:#ffffff09;padding:0 14px}.model-stat span{color:var(--muted);font-size:12px}.model-stat strong{font-size:16px}.model-filter-panel{display:grid;grid-template-columns:minmax(300px,1fr) 128px 128px auto auto;gap:10px;border-bottom:1px solid var(--line);background:#ffffff05;padding:14px 18px}.model-filter-panel select{width:100%;height:40px;border:1px solid var(--line);border-radius:4px;outline:0;background-color:#05080db8;color:var(--text);padding:0 34px 0 12px}.model-card-wall{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;background:#ffffff04;padding:16px}.model-card-wall .empty-state{grid-column:1 / -1}.model-unit-card{display:grid;gap:14px;border:1px solid var(--line);border-radius:6px;background:linear-gradient(145deg,rgba(67,168,255,.1),transparent 42%),#ffffff08;padding:14px}.model-unit-card:hover{border-color:#28d6df75}.model-unit-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.model-unit-body{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.model-unit-body>div{display:grid;gap:5px;min-width:0;border:1px solid var(--line);border-radius:4px;background:#03070c57;padding:10px}.model-unit-body .api-cell{grid-column:1 / -1}.model-unit-body small{color:var(--soft)}.model-unit-body strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.model-unit-actions{border-top:1px solid var(--line);padding-top:12px}.danger-icon{color:var(--pink)}.model-ledger{background:#ffffff04}.model-ledger-row{display:grid;grid-template-columns:minmax(260px,1.65fr) .72fr minmax(220px,1.45fr) .7fr .72fr .65fr 190px;align-items:center;min-height:66px;border-bottom:1px solid var(--line)}.model-ledger-row.head{min-height:42px;background:#43a8ff14;color:var(--muted);font-size:12px;font-weight:900}.model-ledger-row:last-child{border-bottom:0}.model-ledger-row>span,.model-ledger-row.head>span{min-width:0;padding:0 14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.model-ledger-row:not(.head):hover{background:#28d6df0f}.model-name-cell{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:12px;min-width:0;width:100%;border:0;background:transparent;color:var(--text);padding:10px 14px;text-align:left}.model-name-cell strong,.model-name-cell span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.model-name-cell span,.api-cell{color:var(--muted);font-size:12px}.provider-cell{color:var(--text);font-weight:800}.model-row-actions{display:flex;justify-content:flex-end;gap:12px}.model-config-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.model-config-card{display:grid;gap:0;padding:0}.model-card-main{display:grid;grid-template-columns:52px minmax(0,1fr) 126px;align-items:center;gap:12px;width:100%;border:0;border-radius:5px 5px 0 0;background:transparent;color:var(--text);padding:14px;text-align:left}.model-config-card.selected{border-color:#28d6df8c;background:#28d6df14}.model-config-card span,.model-meta span{display:block;color:var(--muted);font-size:12px}.model-meta{display:grid;justify-items:end;gap:6px;min-width:0;text-align:right}.model-meta .status-pill{display:inline-flex;width:auto;min-width:52px;justify-content:center}.model-icon{display:grid;width:44px;height:44px;place-items:center;border:1px solid rgba(40,214,223,.28);border-radius:4px;background:#28d6df1a;color:var(--cyan);font-weight:900}.model-card-actions{display:flex;justify-content:flex-end;gap:14px;border-top:1px solid var(--line);padding:10px 14px}.danger-text-button{border:0;background:transparent;color:var(--pink)}.status-pill{display:inline-flex;align-items:center;gap:6px;height:22px;border:1px solid rgba(255,255,255,.1);border-radius:2px;padding:0 8px;font-size:12px;font-weight:800;background:#ffffff0e;color:var(--muted);white-space:nowrap}.status-pill:before{content:"";width:6px;height:6px;border-radius:999px;background:currentColor;box-shadow:0 0 12px currentColor}.status-pill.done{border-color:#36e49d59;background:var(--green-2);color:var(--green)}.status-pill.running{border-color:#43a8ff61;background:var(--blue-2);color:var(--blue)}.status-pill.queued{border-color:#f5b84b61;background:var(--amber-2);color:var(--amber)}.status-pill.failed{border-color:#ff6b8d66;background:var(--pink-2);color:var(--pink)}.model-filter-bar{grid-template-columns:minmax(260px,1fr) 128px 128px auto auto}label select,.admin-filter-bar select,.model-filter-panel select{background-color:#05080db8;background-image:linear-gradient(45deg,transparent 50%,var(--cyan) 50%),linear-gradient(135deg,var(--cyan) 50%,transparent 50%);background-position:calc(100% - 17px) 50%,calc(100% - 12px) 50%;background-size:5px 5px;background-repeat:no-repeat}.checkbox-label{display:flex;grid-template-columns:none;align-items:center;gap:8px;color:var(--text)}.checkbox-label input{width:auto;height:auto}.form-message{margin:0;border:1px solid rgba(40,214,223,.3);border-radius:4px;background:#28d6df1a;color:var(--text);padding:10px;font-size:13px}.empty-state{margin-top:14px;border:1px dashed var(--line-strong);border-radius:5px;color:var(--muted);background:#ffffff06;padding:28px;text-align:center}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;background:#000000ad;padding:24px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal-card{width:min(760px,calc(100vw - 48px));max-height:calc(100vh - 48px);overflow:auto;border:1px solid rgba(40,214,223,.28);border-radius:6px;background:linear-gradient(180deg,#151e2bfa,#090d14fa);box-shadow:0 32px 96px #0000009e,0 0 42px #28d6df1a;padding:18px}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding-bottom:14px}.modal-head h2{margin-bottom:4px}.modal-head span{color:var(--muted);font-size:12px}.modal-form,.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px}.detail-item{display:grid;gap:6px;border:1px solid var(--line);border-radius:4px;background:#ffffff09;padding:12px}.detail-item span{color:var(--muted);font-size:12px}.detail-item strong{min-height:24px;overflow-wrap:anywhere}.detail-item-wide,.modal-form-wide{grid-column:1 / -1}.modal-actions{display:flex;justify-content:flex-end;gap:10px;border-top:1px solid var(--line);margin-top:16px;padding-top:14px}.app-dialog-backdrop{z-index:140}.app-dialog-card{width:min(460px,calc(100vw - 40px));padding:18px 18px 16px}.app-dialog-head{border-bottom:0;padding-bottom:0}.app-dialog-head h2{margin:0}.app-dialog-body{margin-top:12px}.app-dialog-body p{margin:0;color:var(--text);line-height:1.65;white-space:pre-wrap;word-break:break-word}.app-dialog-actions{margin-top:14px}.app-toast-wrap{position:fixed;top:18px;left:50%;z-index:180;transform:translate(-50%);width:min(520px,calc(100vw - 28px));pointer-events:none}.app-toast{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border:1px solid #dce8f2;border-radius:16px;background:#fffffffa;box-shadow:0 16px 38px #354c6629;padding:12px 14px;pointer-events:auto}.app-toast.danger{border-color:#ffd4dc;background:#fff9fa}.app-toast-copy{display:grid;gap:4px;min-width:0}.app-toast-copy strong{color:#17304b;font-size:13px;line-height:1.2}.app-toast-copy p{margin:0;color:#4a6078;font-size:13px;line-height:1.5;word-break:break-word;white-space:pre-wrap}.app-toast-close{min-width:30px;height:30px;border-radius:10px}:root{--bg: #f5f8fc;--bg-2: #edf4fb;--surface: #ffffff;--surface-2: #f8fbff;--surface-3: #edf4fb;--line: #dde8f2;--line-strong: #c7d7e6;--text: #172331;--muted: #6e7f93;--soft: #94a3b5;--blue: #4f86f7;--blue-2: #edf4ff;--green: #2fb784;--green-2: #eefaf5;--amber: #d99a2b;--amber-2: #fff7e8;--pink: #e15b79;--pink-2: #fff0f4;--cyan: #32a8c7;--shadow: 0 18px 46px rgba(38, 62, 88, .1)}body{background:radial-gradient(circle at 12% 6%,rgba(79,134,247,.13),transparent 30%),radial-gradient(circle at 88% 0%,rgba(47,183,132,.1),transparent 28%),linear-gradient(180deg,#f9fcff,#f3f7fb 42%,#eef4f9);color:var(--text);font-family:PingFang SC,Microsoft YaHei,Aptos,sans-serif}body:before{background:linear-gradient(rgba(59,91,128,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(59,91,128,.04) 1px,transparent 1px);background-size:40px 40px;-webkit-mask-image:linear-gradient(180deg,#0000005c,#0000000a);mask-image:linear-gradient(180deg,#0000005c,#0000000a)}select{background-image:linear-gradient(45deg,transparent 50%,#8ca0b5 50%),linear-gradient(135deg,#8ca0b5 50%,transparent 50%)}.sidebar{border-right:1px solid rgba(201,216,232,.72);background:linear-gradient(180deg,#ffffffeb,#f7fbffe6),linear-gradient(160deg,rgba(79,134,247,.08),transparent 42%);box-shadow:10px 0 40px #344f6c0f}.brand{border:1px solid rgba(207,221,236,.86);border-radius:18px;background:#ffffffc2;box-shadow:0 12px 30px #3a597c0f}.brand-mark{border:0;border-radius:16px;background:linear-gradient(135deg,#dfeaff,#dff8ee);color:#326bd8;box-shadow:none}.nav-item{height:42px;border-radius:14px;color:#687b90}.nav-item:hover,.nav-item.router-link-active{border-color:transparent;background:#edf4ff;color:#2f5fc8}.nav-item.router-link-active:before{left:6px;width:4px;height:18px;border-radius:99px;background:#6da0ff;box-shadow:none}.topbar{border-bottom:1px solid rgba(211,223,236,.75);background:#fafdffd1;box-shadow:0 10px 34px #2a48670d}.page-title span{color:#7c91a8}.content-area,.right-panel,.left-panel,.control-panel,.chat-board,.canvas-panel,.model-console{border:1px solid rgba(214,227,239,.9);border-radius:22px;background:#ffffffd1;box-shadow:var(--shadow)}.primary-button,.secondary-button,.ghost-button{min-height:40px;border-radius:999px}.primary-button{border:0;background:linear-gradient(135deg,#5c8df6,#43b88f);color:#fff;box-shadow:0 12px 24px #4f86f733}.secondary-button{border:1px solid #d8e5f1;background:#fff;color:#496076;box-shadow:0 8px 18px #39546f0f}.ghost-button{border:1px solid #dce8f2;background:#ffffffb8;color:#5d7186}.icon-button{width:38px;height:38px;border:1px solid #dce8f2;border-radius:12px;background:#fff;color:#5e7288;box-shadow:0 8px 18px #39546f0f}.text-button{color:#4f86f7}.danger-text-button,.danger-icon{color:var(--pink)}.user-trigger{height:42px;border:1px solid #dce8f2;border-radius:999px;background:#fff;color:var(--text);box-shadow:0 8px 20px #39546f12}.user-trigger:hover{border-color:#c9daf0;box-shadow:0 10px 24px #39546f1a}.topbar-avatar{border:0;background:linear-gradient(135deg,#dfeaff,#dff8ee);color:#326bd8;overflow:hidden}.topbar-avatar img{width:100%;height:100%;object-fit:cover}.topbar-avatar>span{display:grid;width:100%;height:100%;place-items:center}.user-chevron{color:#8aa0b7}.user-dropdown{border:1px solid #dce8f2;border-radius:16px;background:#fff;box-shadow:0 20px 46px #2f466029}.user-dropdown button{border-radius:12px;color:var(--text)}.user-dropdown button:hover{background:#edf4ff;color:#326bd8}.hero-panel,.admin-hero{border:0;border-radius:24px;background:radial-gradient(circle at 18% 18%,rgba(255,255,255,.92),transparent 24%),linear-gradient(135deg,#edf4ff,#effbf5 54%,#fff7e9);box-shadow:var(--shadow)}.eyebrow{color:#5c8df6}.profile-page{padding:22px 24px}.profile-shell{display:grid;gap:16px}.profile-dialog-card{width:min(680px,calc(100vw - 32px))}.profile-dialog-head{align-items:center}.profile-dialog-head h2{margin:0}.profile-dialog-sheet{display:grid;gap:18px;margin-top:18px}.profile-dialog-hero{display:grid;grid-template-columns:auto minmax(0,1fr);gap:18px;align-items:start}.profile-dialog-avatar{position:relative;display:grid;width:88px;height:88px;place-items:center;overflow:hidden;border:1px solid #d7e4f0;border-radius:28px;background:linear-gradient(135deg,#edf4ff,#e8f8ef);color:#326bd8;cursor:pointer;font-size:28px;font-weight:900;box-shadow:0 12px 26px #39546f1f}.profile-dialog-avatar input{display:none}.profile-dialog-avatar img{width:100%;height:100%;object-fit:cover}.profile-dialog-avatar-edit{position:absolute;right:6px;bottom:6px;display:grid;width:28px;height:28px;place-items:center;border:1px solid rgba(255,255,255,.92);border-radius:50%;background:#17304bdb;color:#fff;box-shadow:0 8px 18px #1c2a3e3d}.profile-dialog-avatar-edit svg{width:14px;height:14px}.profile-dialog-hero-main{display:grid;gap:14px;min-width:0}.profile-dialog-name-row{display:grid;gap:10px}.profile-dialog-name-row strong{color:#17304b;font-size:24px;line-height:1.05}.profile-dialog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.profile-dialog-grid label{display:grid;gap:7px;color:#60758b;font-size:13px;font-weight:800}.profile-dialog-grid input{width:100%;height:42px;border:1px solid #d7e4f0;border-radius:14px;background:#fbfdff;color:#17304b;outline:0;padding:0 12px}.profile-dialog-grid input:focus{border-color:#4f86f77a;box-shadow:0 0 0 3px #4f86f71a}.profile-dialog-wide{grid-column:1 / -1}.profile-dialog-password-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:2px 0}.profile-dialog-password-toggle{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;border:0;background:transparent;color:#17304b;padding:0;cursor:pointer}.profile-dialog-password-toggle span{display:inline-flex;align-items:center;gap:8px;font-weight:800}.profile-dialog-password-toggle svg{width:16px;height:16px;color:#4d84f2}.profile-dialog-password-toggle small,.profile-dialog-avatar-reset{color:#7e92a6;font-size:12px}.profile-dialog-avatar-reset{border:0;background:transparent;padding:0;cursor:pointer}.profile-dialog-avatar-reset:hover,.profile-dialog-password-toggle:hover small{color:#4d84f2}.profile-dialog-password-grid{padding:14px;border:1px solid #e4edf6;border-radius:18px;background:linear-gradient(180deg,#fcfdff,#f7fbff)}.profile-dialog-actions{margin-top:0}.profile-dialog-actions .primary-button,.profile-dialog-actions .secondary-button{min-width:104px}.profile-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.78fr);gap:14px}.profile-card,.profile-materials{border:1px solid #dfe9f3;border-radius:20px;background:#fff;box-shadow:0 16px 38px #37526e14}.profile-account-panel{display:grid;gap:16px;padding:20px}.profile-password-panel{display:grid;align-content:start;gap:14px;padding:20px}.profile-head{align-items:flex-end}.profile-head-copy{display:grid;gap:4px;min-width:0}.profile-head-copy h2{margin-bottom:0}.profile-head-copy span{color:#7e92a6;font-size:13px}.profile-card-head{display:flex;align-items:center;gap:12px;min-width:0}.profile-card-icon{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;background:linear-gradient(135deg,#edf4ff,#e8f8ef);color:#326bd8;flex:0 0 auto}.profile-card-icon-soft{background:#eef4ff}.profile-card-head strong,.profile-card-head span{display:block;min-width:0}.profile-card-head strong{color:#17304b;font-size:18px}.profile-card-head span{margin-top:4px;color:#7e92a6;font-size:12px}.profile-summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;min-width:0}.profile-avatar-uploader{display:grid;width:72px;height:72px;place-items:center;overflow:hidden;border:1px solid #d7e4f0;border-radius:50%;background:linear-gradient(135deg,#edf4ff,#e8f8ef);color:#326bd8;cursor:pointer;font-size:24px;font-weight:900;box-shadow:0 8px 20px #39546f14}.profile-avatar-uploader input{display:none}.profile-avatar-uploader img{width:100%;height:100%;object-fit:cover}.profile-summary-main{display:grid;gap:8px;min-width:0}.profile-summary-main strong{color:#17304b;font-size:20px;line-height:1.1}.profile-summary-main small{color:#7e92a6;font-size:12px}.profile-badges{display:flex;flex-wrap:wrap;gap:8px}.profile-badges span{border-radius:999px;font-size:12px;font-weight:800;padding:4px 10px}.profile-badges span:first-child{background:#edf4ff;color:#326bd8}.profile-badges span:last-child{background:#f0faf5;color:#2a815f}.profile-quick-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px}.profile-quick-actions .secondary-button{min-height:34px;border-radius:999px;padding:0 12px}.profile-form{display:grid;gap:12px;min-width:0}.profile-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.profile-form-wide{grid-column:1 / -1}.profile-form label{display:grid;gap:7px;color:#60758b;font-size:13px;font-weight:800}.profile-form input{width:100%;height:40px;border:1px solid #d7e4f0;border-radius:14px;background:#fbfdff;color:#17304b;outline:0;padding:0 12px}.profile-form input:focus{border-color:#4f86f77a;box-shadow:0 0 0 3px #4f86f71a}.profile-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:0}.profile-actions .primary-button,.profile-actions .secondary-button,.profile-password-submit{min-height:40px;border-radius:999px;padding:0 16px}.profile-password-submit{width:100%;justify-content:center}.profile-materials{display:grid;gap:14px;padding:18px}.profile-material-actions{display:inline-flex;align-items:center;gap:10px}.profile-material-search{width:280px;min-height:40px}.profile-material-tabs{margin-top:-2px}.profile-prompt-grid,.profile-media-grid{margin-top:2px}.profile-material-grid{display:grid;gap:10px}.profile-material-item{display:grid;grid-template-columns:74px minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid #e2ebf4;border-radius:14px;background:#fbfdff;padding:10px 12px}.profile-material-preview{display:grid;width:74px;height:58px;place-items:center;overflow:hidden;border:1px solid #dbe7f3;border-radius:10px;background:#f3f7fb;color:#60758b;font-size:12px;font-weight:800;padding:0}.profile-material-preview img{width:100%;height:100%;object-fit:cover}.profile-material-main{display:grid;gap:5px;min-width:0}.profile-material-main strong,.profile-material-main span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-material-main strong{color:#17304b;font-size:14px}.profile-material-main span{color:#7e92a6;font-size:12px}.profile-material-side{display:inline-flex;align-items:center;gap:8px}.profile-material-side .secondary-button{min-height:30px;border-radius:999px;padding:0 12px}.profile-material-pagination{border-top:1px solid #e7eff7;margin:0 -18px -18px}.enterprise-admin-page{padding:22px 24px}.enterprise-admin-shell{display:grid;gap:14px}.enterprise-admin-head{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #dfe9f3;border-radius:18px;background:#fff;box-shadow:0 16px 38px #37526e14;padding:18px 20px}.enterprise-admin-head h2{margin:0;color:#17304b;font-size:24px}.enterprise-admin-head span{display:block;margin-top:5px;color:#7e92a6;font-size:13px}.enterprise-create-button{min-height:40px;border-radius:999px;padding:0 16px}.enterprise-admin-toolbar{display:grid;grid-template-columns:minmax(280px,1fr) auto auto;gap:10px;align-items:center;border:1px solid #dfe9f3;border-radius:16px;background:#fff;padding:12px}.enterprise-admin-search{min-height:40px}.enterprise-toolbar-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px}.enterprise-status-tabs{display:inline-flex;gap:6px;border:1px solid #dbe7f3;border-radius:999px;background:#f6f9fc;padding:4px}.enterprise-status-tabs button{min-height:30px;border:0;border-radius:999px;background:transparent;color:#64798f;padding:0 12px;font-size:12px;font-weight:800}.enterprise-status-tabs button.active{background:#fff;color:#326bd8;box-shadow:0 6px 14px #35567614}.enterprise-admin-summary{display:flex;gap:14px;color:#7e92a6;font-size:13px;font-weight:800;padding:0 4px}.enterprise-directory{overflow:hidden;border:1px solid #dfe9f3;border-radius:18px;background:#fff;box-shadow:0 16px 38px #37526e14}.enterprise-directory-head,.enterprise-row-card{display:grid;grid-template-columns:minmax(260px,1.45fr) minmax(220px,1fr) 110px 118px 170px;gap:12px;align-items:center}.enterprise-directory-head{min-height:44px;border-bottom:1px solid #e7eff7;background:#f8fbff;color:#8194a9;font-size:12px;font-weight:900;padding:0 16px}.enterprise-row-card{min-height:78px;border-bottom:1px solid #edf2f7;padding:12px 16px}.enterprise-row-card:last-child{border-bottom:0}.enterprise-row-card:hover{background:#fbfdff}.enterprise-main-cell{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;min-width:0;border:0;background:transparent;color:inherit;padding:0;text-align:left}.enterprise-logo{display:grid;width:42px;height:42px;place-items:center;border-radius:12px;background:linear-gradient(135deg,#edf4ff,#e7f8ef);color:#326bd8;font-size:17px;font-weight:900}.enterprise-logo.large{width:58px;height:58px;border-radius:16px;font-size:24px}.enterprise-main-cell strong,.enterprise-main-cell small,.enterprise-admin-cell strong,.enterprise-admin-cell span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.enterprise-main-cell strong{color:#17304b;font-size:15px}.enterprise-main-cell small{margin-top:5px;color:#7e92a6;font-size:12px}.enterprise-admin-cell{display:grid;gap:6px;min-width:0}.enterprise-admin-cell strong{color:#24384f;font-size:14px}.enterprise-admin-cell span{display:inline-flex;align-items:center;gap:6px;color:#7e92a6;font-size:12px}.enterprise-admin-cell svg{width:14px;height:14px}.enterprise-count-cell{display:inline-flex;align-items:center;gap:6px;color:#708399}.enterprise-count-cell svg{width:16px;height:16px;color:#8aa0b7}.enterprise-count-cell strong{color:#17304b;font-size:16px}.enterprise-count-cell span{font-size:12px}.enterprise-state-cell{min-width:0}.enterprise-row-actions{display:inline-flex;justify-content:flex-end;gap:8px}.enterprise-row-actions .secondary-button{min-height:32px;border-radius:999px;padding:0 12px}.enterprise-pagination{border:1px solid #dfe9f3;border-radius:16px}.enterprise-dialog{width:min(720px,calc(100vw - 44px))}.enterprise-detail{display:grid;gap:18px}.enterprise-detail-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;border:1px solid #dfe9f3;border-radius:16px;background:#f8fbff;padding:14px}.enterprise-detail-hero strong,.enterprise-detail-hero span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.enterprise-detail-hero strong{color:#17304b;font-size:20px}.enterprise-detail-hero span{margin-top:5px;color:#708399;font-size:13px}.enterprise-detail-section{display:grid;gap:10px}.enterprise-detail-section h3{margin:0;color:#17304b;font-size:15px}.enterprise-contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.enterprise-contact-grid div,.enterprise-remark{border:1px solid #e2ebf4;border-radius:14px;background:#fbfdff;padding:12px}.enterprise-contact-grid span,.enterprise-remark span{display:block;color:#8194a9;font-size:12px;font-weight:800}.enterprise-contact-grid strong{display:block;min-width:0;margin-top:7px;overflow:hidden;color:#24384f;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.enterprise-remark p{margin:8px 0 0;color:#40556d;font-size:13px;line-height:1.6}.enterprise-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.enterprise-form label{display:grid;gap:8px;color:#60758b;font-size:13px;font-weight:800}.enterprise-form input,.enterprise-form textarea{width:100%;border:1px solid #d7e4f0;border-radius:12px;background:#fbfdff;color:#17304b;outline:0;padding:0 12px}.enterprise-form input{height:42px}.enterprise-form textarea{min-height:120px;padding-top:10px;resize:vertical}.enterprise-form input:focus,.enterprise-form textarea:focus{border-color:#4f86f77a;box-shadow:0 0 0 3px #4f86f71a}.enterprise-form-wide{grid-column:1 / -1}.file-admin-page{padding:22px 24px}.file-admin-shell{display:grid;gap:14px}.file-admin-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) 150px 150px 170px auto;gap:10px;align-items:center;border:1px solid #dfe9f3;border-radius:16px;background:#fff;padding:12px}.file-admin-search{min-height:40px}.file-admin-toolbar-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px}.file-admin-query-button,.file-admin-refresh-button{min-width:94px}.file-admin-query-button svg,.file-admin-refresh-button svg{width:15px;height:15px}.file-directory{overflow:hidden;border:1px solid #dfe9f3;border-radius:18px;background:#fff;box-shadow:0 16px 38px #37526e14}.file-directory-head,.file-row-card{display:grid;grid-template-columns:minmax(300px,1.5fr) 82px 112px 92px 86px 132px 154px;gap:12px;align-items:center}.file-directory-head{min-height:44px;border-bottom:1px solid #e7eff7;background:#f8fbff;color:#8194a9;font-size:12px;font-weight:900;padding:0 16px}.file-row-card{min-height:82px;border-bottom:1px solid #edf2f7;padding:12px 16px}.file-row-card:last-child{border-bottom:0}.file-row-card:hover{background:#fbfdff}.file-main-cell{display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:12px;min-width:0}.file-main-copy{display:grid;gap:7px;min-width:0}.file-thumb{display:grid;width:54px;height:54px;place-items:center;overflow:hidden;border:1px solid #dbe7f3;border-radius:12px;background:#f3f7fb;color:#60758b;padding:0}.file-thumb img{width:100%;height:100%;object-fit:cover}.file-main-cell strong,.file-main-cell small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-main-cell strong{color:#17304b;font-size:14px}.file-main-meta{display:grid;gap:7px;min-width:0}.file-code-badge{display:inline-flex;align-items:center;width:max-content;max-width:100%;min-width:0;border:1px solid #d8e4f0;border-radius:999px;background:linear-gradient(180deg,#fff,#f5f9ff);color:#517090;font-size:11px;font-weight:800;letter-spacing:0;padding:4px 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-main-cell small{color:#7e92a6;font-size:12px}.file-chip{width:max-content;max-width:100%;overflow:hidden;border:1px solid #dbe7f3;border-radius:999px;background:#f8fbff;color:#365f92;font-size:12px;font-weight:800;padding:5px 10px;text-overflow:ellipsis;white-space:nowrap}.file-chip.muted{color:#60758b}.file-chip.temp{border-color:#f5b84b57;background:#f5b84b1f;color:#9b651b}.file-chip.persist{border-color:#36ac743d;background:#eaf8f1;color:#22805f}.file-size,.file-time{color:#60758b;font-size:12px;white-space:nowrap}.file-row-actions{display:inline-flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.file-action-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:72px;min-height:34px;border:1px solid #dce8f2;border-radius:999px;background:#fff;color:#55708b;box-shadow:0 8px 18px #39546f0f;padding:0 12px;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,color .18s ease,background .18s ease}.file-action-button svg{width:15px;height:15px}.file-action-button span{line-height:1;white-space:nowrap}.file-action-button:hover{transform:translateY(-1px);border-color:#c9d8ea;box-shadow:0 12px 24px #39546f1a}.file-action-button.is-view{background:linear-gradient(180deg,#fff,#f7fbff);color:#4e6f92}.file-action-button.is-download{background:linear-gradient(180deg,#f7fbff,#eff6ff);color:#346fcb}.file-preview-modal{width:min(1040px,calc(100vw - 44px))}.account-record-list{display:grid;gap:8px;max-height:min(58vh,520px);overflow-y:auto;padding-right:2px}.account-record-row{display:grid;grid-template-columns:minmax(150px,.9fr) minmax(0,1.7fr) minmax(160px,.9fr);align-items:center;gap:10px;border:1px solid #e3edf6;border-radius:12px;background:#fbfdff;padding:10px 12px}.account-record-meta,.account-record-balance{display:grid;min-width:0}.account-record-meta strong,.account-record-balance strong{color:#17304b;font-size:13px;line-height:1.35}.account-record-meta small,.account-record-balance small{margin-top:4px;color:#7e92a6;font-size:12px;line-height:1.2}.account-record-remark{min-width:0;overflow:hidden;color:#4a6077;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.account-record-balance{justify-items:end}.account-record-pagination{margin-top:10px;border:1px solid #e3edf6;border-radius:16px;background:#fbfdff}.account-record-page{justify-content:flex-end}.ops-console{grid-template-columns:minmax(320px,1fr) auto auto auto;border:0;border-radius:24px;background:linear-gradient(135deg,#ffffffeb,#f7fbffbd);box-shadow:0 14px 34px #35506c14;padding:14px}.enterprise-ops-console{grid-template-columns:minmax(360px,1fr) auto auto}.model-ops-console{border-top:1px solid #e4edf6;border-radius:0;grid-template-columns:minmax(340px,1fr) 176px auto auto;background:#fbfdff;box-shadow:none}.ops-search{height:46px;border:1px solid #dfe9f3;border-radius:999px;background:#fff;color:#8ba0b5;padding:0 16px;box-shadow:inset 0 1px #ffffffe6,0 8px 18px #39546f0f}.ops-search:focus-within{border-color:#aecaee;box-shadow:0 0 0 4px #4f86f71a,0 10px 22px #39546f12}.ops-search input{color:var(--text)}.ops-search input::placeholder{color:#a1b0c1}.filter-dock{min-height:46px;border:1px solid #dfe9f3;border-radius:999px;background:#f5f9fd;padding:5px}.filter-dock button{min-width:72px;height:34px;border-radius:999px;color:#73869a}.filter-dock button.active{background:#fff;color:#326bd8;box-shadow:0 8px 18px #39546f14}.inline-select{min-height:46px;border:1px solid #dfe9f3;border-radius:999px;background:#fff;color:#708399;padding:0 14px;box-shadow:0 8px 18px #39546f0f}.inline-select select{color:var(--text)}label textarea,label input,label select,.composer input,.admin-filter-bar select,.model-filter-panel select{border:1px solid #dfe9f3;border-radius:14px;background-color:#fff;color:var(--text)}.record-card,.enterprise-card,.model-unit-card,.quick-tile,.metric-card,.ops-panel,.model-config-card,.project-row,.conversation,.param-row,.action-row{border:1px solid rgba(219,232,243,.95);border-radius:20px;background:#ffffffdb;box-shadow:0 12px 28px #37526e12}.record-card:hover,.enterprise-card:hover,.model-unit-card:hover,.quick-tile:hover,.project-row:hover,.model-config-card:hover,.action-row:hover{border-color:#cbdff2;background:#fff;transform:translateY(-1px)}.record-avatar,.model-icon{border:0;border-radius:16px;background:linear-gradient(135deg,#edf4ff,#eaf9f2);color:#3d77dd}.record-metrics span,.enterprise-admin,.model-unit-body>div,.detail-item{border:1px solid #e3edf6;border-radius:16px;background:#f8fbff}.record-metrics span{border-left:0;padding:10px}.enterprise-name>svg{border:0;border-radius:16px;background:#edf4ff;color:#4f86f7}.model-console-head{border-bottom:1px solid #e4edf6;background:linear-gradient(135deg,#fff,#f5fbff)}.model-command-grid{border-bottom:1px solid #e4edf6}.model-capability-strip{border-right:1px solid #e4edf6;background:#fbfdff}.model-capability-strip button{border-bottom:1px solid #e4edf6;color:#73869a}.model-capability-strip button strong{border-radius:999px;background:#eef4fb;color:#8ba0b5}.model-capability-strip button.active{background:#edf4ff;color:#326bd8;box-shadow:inset 4px 0 #75a3ff}.model-capability-strip button.active strong{background:#fff;color:#326bd8}.model-toolbar,.model-card-wall{background:#fbfdff}.model-stat{border:1px solid #e3edf6;border-radius:18px;background:#fff}.model-unit-actions{border-top:1px solid #e4edf6}.status-pill{border:0;border-radius:999px;font-weight:700}.status-pill:before{box-shadow:none}.status-pill.done{background:var(--green-2);color:var(--green)}.status-pill.running{background:var(--blue-2);color:var(--blue)}.status-pill.queued{background:var(--amber-2);color:var(--amber)}.status-pill.failed{background:var(--pink-2);color:var(--pink)}.modal-backdrop{background:#22304047;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-card{border:1px solid rgba(221,232,242,.95);border-radius:24px;background:#fff;box-shadow:0 28px 76px #2a3e5433}.modal-head,.modal-actions{border-color:#e4edf6}.empty-state{border:1px dashed #cbdceb;border-radius:20px;background:#ffffffb8}.model-registry-page{display:grid;gap:18px}.model-registry-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:132px;border:1px solid rgba(220,232,243,.9);border-radius:28px;background:radial-gradient(circle at 8% 18%,rgba(255,255,255,.96),transparent 25%),linear-gradient(135deg,#edf4ff,#f3fbf7 58%,#fff9ee);box-shadow:0 20px 52px #37526e1a;padding:24px}.model-registry-hero h2,.model-directory-head h3{margin:0}.model-registry-hero span,.model-directory-head span{display:block;margin-top:6px;color:var(--muted);font-size:13px}.model-overview-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.model-overview-card{display:grid;gap:8px;min-height:92px;border:1px solid rgba(221,233,244,.95);border-radius:24px;background:#ffffffdb;box-shadow:0 14px 34px #37526e12;padding:16px}.model-overview-card span{color:var(--muted);font-size:13px}.model-overview-card strong{color:var(--text);font-size:24px}.model-overview-card.warning strong{color:var(--amber)}.model-registry-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:18px;align-items:start}.model-capability-panel,.model-directory{border:1px solid rgba(221,233,244,.95);border-radius:28px;background:#ffffffe0;box-shadow:0 18px 44px #37526e14}.model-capability-panel{position:sticky;top:88px;display:grid;gap:10px;padding:16px}.model-panel-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:4px}.model-panel-title span{border-radius:999px;background:var(--blue-2);color:var(--blue);padding:5px 10px;font-size:12px}.capability-card{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:82px;border:1px solid #e4edf6;border-radius:22px;background:#f8fbff;color:var(--text);padding:14px;text-align:left}.capability-card:hover{border-color:#cbdff2;background:#fff}.capability-card.active{border-color:#4f86f757;background:linear-gradient(135deg,#edf4ff,#f7fbff);box-shadow:inset 0 0 0 1px #4f86f70f}.capability-card span,.capability-card strong,.capability-card small{display:block}.capability-card small{margin-top:5px;color:var(--muted);font-size:12px}.capability-card em{flex:0 0 auto;border-radius:999px;background:#fff;color:#6f8499;font-style:normal;padding:6px 10px;box-shadow:0 8px 16px #39546f0f}.capability-card.active em{background:#4f86f7;color:#fff}.model-directory{overflow:visible}.model-directory-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px}.model-provider-select{position:relative;display:grid;flex:0 1 250px;grid-template-columns:auto minmax(132px,1fr);align-items:center;gap:10px;min-width:220px;border:1px solid #dfe9f3;border-radius:999px;background:#fff;color:#708399;padding:0 14px;min-height:44px;box-shadow:0 8px 18px #39546f0d}.model-provider-select select{width:100%;height:32px;border:0;outline:0;background-color:transparent;color:var(--text);padding:0 28px 0 0}.custom-select>span{color:#708399;font-size:13px;white-space:nowrap}.custom-select>button{display:inline-flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;height:34px;border:0;background:transparent;color:var(--text);padding:0;text-align:left}.custom-select>button svg{width:15px;height:15px;color:#5fa8c7}.custom-select-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:25;display:grid;gap:4px;border:1px solid #dfe9f3;border-radius:18px;background:#fffffffa;box-shadow:0 18px 42px #39546f29;padding:8px}.custom-select-menu button{height:36px;border:0;border-radius:12px;background:transparent;color:#52677d;padding:0 12px;text-align:left}.custom-select-menu button:hover,.custom-select-menu button.active{background:#edf4ff;color:#326bd8}.soft-select{position:relative;width:100%}.soft-select>button{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:38px;border:1px solid #dfe9f3;border-radius:14px;background:#fff;color:var(--text);padding:0 12px;text-align:left;box-shadow:0 8px 18px #39546f0d}.soft-select>button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.soft-select>button svg{width:15px;height:15px;color:#5fa8c7}.soft-select.disabled>button{cursor:not-allowed;background:#f4f8fb;color:#99a8b8;box-shadow:none}.soft-select-menu{position:absolute;top:calc(100% + 8px);left:0;z-index:80;display:grid;gap:4px;box-sizing:border-box;width:max-content;min-width:100%;max-width:min(360px,calc(100vw - 32px));max-height:260px;overflow:auto;overflow-x:hidden;border:1px solid #dfe9f3;border-radius:18px;background:#fffffffa;box-shadow:0 18px 42px #39546f29;padding:8px}.soft-select-menu button{min-height:36px;border:0;border-radius:12px;background:transparent;color:#52677d;padding:0 12px;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.soft-select-menu button.has-description{display:grid;align-content:center;gap:2px;min-height:54px;padding-top:8px;padding-bottom:8px;white-space:normal}.soft-select-option-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.soft-select-option-description{color:#7a8ea4;font-size:12px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.soft-select-menu button:hover,.soft-select-menu button.active{background:#edf4ff;color:#326bd8}.model-provider-soft .soft-select>button{min-height:32px;border:0;border-radius:0;box-shadow:none;padding:0}.model-status-filter{flex-basis:220px;min-width:200px}.tag-input{display:flex;min-height:40px;flex-wrap:wrap;align-items:center;gap:8px;border:1px solid #dfe9f3;border-radius:14px;background:#fff;padding:6px 10px}.tag-input:focus-within{border-color:#b9d1f0;box-shadow:0 0 0 4px #4f86f71a}.tag-input input{flex:1 1 180px;min-width:160px;height:28px;border:0;outline:0;background:transparent;color:var(--text);padding:0}.tag-chip,.tag-readonly-list strong{display:inline-flex;align-items:center;gap:6px;min-height:28px;border-radius:999px;background:#edf4ff;color:#326bd8;padding:0 10px;font-size:13px;font-weight:700}.tag-chip{-webkit-user-select:none;user-select:none}.tag-chip>span{pointer-events:none}.tag-chip button{display:grid;width:18px;height:18px;place-items:center;border:0;border-radius:50%;background:#4f86f724;color:#326bd8;padding:0;line-height:1}.tag-readonly-list{display:flex;flex-wrap:wrap;gap:8px}.model-search-board{position:relative;z-index:30;display:flex;flex-wrap:wrap;gap:12px;align-items:center;border-top:1px solid #e7eff7;border-bottom:1px solid #e7eff7;background:#fbfdff;padding:14px 20px}.model-soft-search{display:flex;flex:.8 1 250px;align-items:center;gap:10px;min-width:220px;height:48px;border:1px solid #dfe9f3;border-radius:999px;background:#fff;color:#8ba0b5;padding:0 16px;box-shadow:0 8px 18px #39546f0d}.model-soft-search:focus-within{border-color:#b9d1f0;box-shadow:0 0 0 4px #4f86f71a,0 10px 22px #39546f12}.model-soft-search input{width:100%;border:0;outline:0;background:transparent;color:var(--text)}.model-soft-search input::placeholder{color:#a3b2c3}.model-search-actions{display:inline-flex;flex:0 0 auto;justify-content:flex-end;gap:8px;white-space:nowrap}.model-search-actions .secondary-button{flex:0 0 auto;min-height:44px;padding:0 13px}.model-directory-scroll{position:relative;z-index:1;overflow-x:auto;overflow-y:hidden;scrollbar-color:#c5d7ea transparent}.model-directory-scroll::-webkit-scrollbar{height:10px}.model-directory-scroll::-webkit-scrollbar-track{background:transparent}.model-directory-scroll::-webkit-scrollbar-thumb{border:3px solid transparent;border-radius:999px;background:#c5d7ea;background-clip:content-box}.model-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:12px;border-top:1px solid #e7eff7;background:#fbfdff;padding:14px 20px 18px}.admin-pagination{margin-top:12px;border:1px solid rgba(219,232,243,.95);border-radius:20px;background:#ffffffdb;box-shadow:0 12px 28px #37526e12}.model-pagination-info{margin-right:auto;color:#708399;font-size:13px}.model-page-size{display:inline-grid;grid-template-columns:auto 92px;align-items:center;gap:8px;color:#708399;font-size:13px}.model-page-size .soft-select>button{min-height:36px;border-radius:999px}.model-page-actions{display:inline-flex;align-items:center;gap:8px}.model-page-actions .secondary-button{min-height:36px;padding:0 12px}.model-page-actions .secondary-button:disabled,.page-number-button:disabled{cursor:not-allowed;opacity:.45}.page-number-button{display:grid;min-width:36px;height:36px;place-items:center;border:1px solid #dfe9f3;border-radius:999px;background:#fff;color:#60758b;font-weight:800}.page-number-button.active{border-color:#4f86f752;background:#edf4ff;color:#326bd8}.model-directory-list{display:grid;gap:12px;width:max(100%,1200px);padding:16px 20px 20px}.model-directory-card{display:grid;grid-template-columns:minmax(220px,1.25fr) 116px 210px 132px minmax(180px,1fr) 98px 230px;align-items:center;gap:12px;border:1px solid #e2ecf5;border-radius:22px;background:#fff;box-shadow:0 12px 30px #37526e0f;padding:12px}.model-directory-card:hover{border-color:#cbdff2;transform:translateY(-1px)}.model-card-title{display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:12px;min-width:0;border:0;background:transparent;color:var(--text);padding:0;text-align:left}.model-card-title span,.model-card-title strong,.model-card-title small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.model-card-title small,.model-card-provider small,.model-card-price small,.model-card-api small{color:var(--soft);font-size:12px}.model-card-provider,.model-card-price,.model-card-chat,.model-card-api{display:grid;gap:4px;min-width:0}.model-card-provider strong,.model-card-price strong,.model-card-chat strong,.model-card-api strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.model-card-price span{color:var(--muted);font-size:12px}.model-card-price strong{white-space:nowrap}.model-card-chat small{color:var(--soft);font-size:12px}.model-card-state{display:flex;justify-content:flex-start}.model-card-actions{display:inline-flex;position:sticky;right:20px;z-index:3;justify-content:flex-end;gap:8px;border-top:0;min-height:54px;align-items:center;border-radius:18px;background:linear-gradient(90deg,#ffffffb8,#fff 24%);box-shadow:-16px 0 24px #ffffffc7;padding:0 0 0 16px}.model-edit-modal{display:flex;flex-direction:column;width:min(1120px,calc(100vw - 48px));max-height:calc(100vh - 48px);overflow:auto;padding-top:0;padding-bottom:0}.model-edit-modal .modal-head{position:sticky;top:0;z-index:60;align-items:center;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin:0 -18px;padding:18px;box-shadow:0 14px 26px #37526e14}.model-edit-modal .modal-form{margin-top:20px}.model-edit-modal .modal-actions{position:sticky;bottom:0;z-index:50;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-right:-18px;margin-left:-18px;padding:14px 18px 18px;box-shadow:0 -14px 26px #37526e14}.price-rule-editor{display:grid;gap:14px;border:1px solid #dce8f3;border-radius:24px;background:linear-gradient(180deg,#f8fbff,#fff);margin-top:16px;padding:16px}.price-rule-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.price-rule-head>div{display:grid;gap:4px}.price-rule-head strong{color:var(--text);font-size:16px}.price-rule-head span{color:#73869a;font-size:12px}.price-rule-list{display:grid;gap:10px}.price-rule-card{display:grid;grid-template-columns:34px minmax(128px,1.05fr) minmax(110px,.85fr) minmax(160px,1.25fr) 92px 112px 120px 38px;align-items:end;gap:10px;border:1px solid #e2ecf5;border-radius:20px;background:#fff;box-shadow:0 10px 24px #37526e0d;padding:12px}.price-rule-card-index{display:grid;width:30px;height:30px;place-items:center;border-radius:12px;background:#edf4ff;color:#326bd8;font-weight:900}.price-rule-card label{display:grid;gap:6px;min-width:0;color:#73869a;font-size:12px;font-weight:800}.price-rule-card input{min-width:0;height:38px;border:1px solid #dce8f3;border-radius:14px;background:#fbfdff;color:#142234;padding:0 12px}.price-rule-card input:focus{border-color:#8ab6ff;outline:0;box-shadow:0 0 0 4px #4f86f71f}.price-rule-card>button{align-self:end}.model-directory-list .empty-state{margin-top:0}.chat-page{height:calc(100dvh - 68px);min-height:0;overflow:hidden;padding:22px 24px}.chat-workbench{display:grid;grid-template-columns:300px minmax(0,1fr) 360px;gap:18px;height:100%;min-height:0}.chat-sidebar,.chat-stage,.chat-settings{min-height:0;border:1px solid rgba(214,227,239,.95);border-radius:26px;background:#ffffffe0;box-shadow:0 20px 56px #3654721a}.chat-sidebar{display:grid;grid-template-rows:auto auto 1fr;gap:14px;overflow:hidden;padding:18px}.chat-new-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;border:0;border-radius:18px;background:linear-gradient(135deg,#5c8df6,#43b88f);color:#fff;font-weight:800;box-shadow:0 18px 30px #4f86f738}.chat-new-button svg,.chat-search svg,.chat-tools svg,.chat-send-button svg{width:18px;height:18px}.chat-search{display:flex;align-items:center;gap:10px;min-height:44px;border:1px solid #dfe9f3;border-radius:16px;background:#f8fbff;color:#8ba0b5;padding:0 12px}.chat-search input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:var(--text)}.chat-search button{display:grid;flex:0 0 auto;place-items:center;width:22px;height:22px;border:0;border-radius:999px;background:#edf4ff;color:#66819d;padding:0;line-height:1}.chat-session-list{display:grid;align-content:start;gap:12px;min-height:0;overflow:auto;overscroll-behavior:contain;padding-right:2px}.chat-session{position:relative;min-height:94px;border:1px solid #e1ebf5;border-radius:18px;background:#fbfdff;overflow:hidden}.chat-session-empty{border:1px dashed #d7e4f0;border-radius:18px;background:#fbfdff;color:#8a9fb4;padding:18px 14px;text-align:center}.chat-session-main{display:grid;grid-template-rows:auto minmax(0,1fr);gap:8px;width:100%;min-height:94px;border:0;background:transparent;color:var(--text);cursor:pointer;padding:10px 44px 10px 12px;text-align:left}.chat-session.active{border-color:#4f86f757;background:linear-gradient(135deg,#edf4ff,#f7fbff)}.chat-session-copy{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;min-width:0}.chat-session strong{display:block;min-width:0;overflow:hidden;color:#142234;font-size:16px;line-height:1.35;white-space:nowrap;text-overflow:ellipsis}.chat-session-copy em{flex:0 0 auto;margin-top:1px;color:#8ea1b7;font-style:normal;font-size:12px;white-space:nowrap}.chat-session small{display:-webkit-box;min-width:0;overflow:hidden;color:#7e91a6;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.chat-session-actions{position:absolute;right:10px;bottom:9px;display:inline-flex;gap:6px}.chat-session-delete{display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:999px;opacity:.72;transform:translateY(0);transition:opacity .18s ease,transform .18s ease,background .18s ease}.chat-session-delete{background:#f466661a;color:#d85b5b}.chat-session:hover .chat-session-delete,.chat-session:focus-within .chat-session-delete{opacity:1}.chat-session-delete:hover{background:#f466662e}.chat-session-delete svg{width:15px;height:15px}.chat-stage{display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}.chat-stage-head{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #e7eff7;padding:18px 20px}.chat-stage-head h2{margin:0;font-size:20px}.chat-title-editor{display:flex;align-items:center;gap:10px;min-width:0}.chat-title-stack{display:grid;gap:4px;min-width:0}.chat-title-input{width:min(420px,56vw);height:38px;border:1px solid #cfe0f0;border-radius:14px;outline:0;background:#fff;color:var(--text);font-size:20px;font-weight:800;padding:0 12px}.chat-title-input:focus{border-color:#6d9cff;box-shadow:0 0 0 4px #6d9cff24}.chat-title-edit{display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:999px;background:#4f86f71a;color:#326bd8}.chat-title-edit:hover{background:#4f86f72e}.chat-title-edit svg{width:16px;height:16px}.title-limit-note{color:#8ba0b5;font-size:12px;line-height:1.35}.chat-stage-head span{color:#7c91a8}.chat-thread{display:grid;align-content:start;gap:16px;min-height:0;overflow:auto;overscroll-behavior:contain;padding:22px 24px}.chat-empty-state{display:grid;place-items:center;align-content:center;gap:10px;min-height:0;color:#73869a;overflow:auto;padding:24px;text-align:center}.chat-empty-state svg{width:48px;height:48px;border-radius:18px;background:linear-gradient(135deg,#edf4ff,#f0fbf5);color:#326bd8;padding:12px}.chat-empty-state strong{color:var(--text);font-size:22px}.chat-empty-state span{max-width:420px;line-height:1.7}.chat-bubble{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;max-width:min(760px,92%);min-width:0}.chat-bubble.user{justify-self:end;max-width:700px}.chat-bubble.user>div:last-child,.chat-bubble.assistant>div:last-child{border:1px solid #dfe9f3;border-radius:22px;background:#ffffffeb;box-shadow:0 14px 34px #37526e12;padding:14px 16px}.chat-bubble.assistant>div:last-child{background:linear-gradient(135deg,#f7fbff,#fff)}.chat-bubble.assistant.pending{max-width:240px}.chat-bubble.assistant.pending>div:last-child{min-width:132px;padding:12px 14px}.chat-bubble.assistant.error>div:last-child{border-color:#ffd8a6;background:#fff8ed}.chat-bubble.assistant.error .chat-avatar{background:#fff1d6;color:#c97808}.chat-bubble p{margin:8px 0 0;color:#52687f;line-height:1.7;white-space:pre-wrap;word-break:break-word}.chat-bubble p:empty{display:none}.chat-thinking{display:inline-flex;align-items:center;gap:6px;color:#73869a;font-size:14px;font-weight:800;white-space:nowrap}.chat-thinking span{width:6px;height:6px;border-radius:999px;background:#6d9cff;animation:thinking-dot 1.05s infinite ease-in-out}.chat-thinking span:nth-child(2){animation-delay:.14s}.chat-thinking span:nth-child(3){animation-delay:.28s}@keyframes thinking-dot{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.chat-avatar{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:linear-gradient(135deg,#dfeaff,#dff8ee);color:#326bd8;font-size:13px;font-weight:900}.chat-bubble.user .chat-avatar{background:#edf4ff}.shot-grid{display:grid;gap:10px;margin-top:14px}.shot-grid div{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:start;gap:12px;border-left:3px solid #43b8c9;border-radius:14px;background:#f8fbff;padding:12px}.shot-grid b{color:#326bd8}.chat-composer{max-height:min(310px,38dvh);overflow:auto;overscroll-behavior:contain;margin:0 20px 20px;border:1px solid #dce8f2;border-radius:22px;background:#fff;box-shadow:0 22px 56px #24384e2e;padding:12px}.chat-composer textarea{width:100%;min-height:clamp(64px,11dvh,96px);max-height:150px;resize:none;border:0;outline:0;background:transparent;color:var(--text);padding:4px}.chat-composer-limit{display:flex;justify-content:flex-end;margin:-2px 2px 8px;color:#91a4b8;font-size:12px}.chat-composer-limit.warn{color:#d58a16}.chat-attachments-row{display:flex;align-items:center;gap:12px;min-height:44px;border-top:1px solid #edf3f8;padding:10px 0}.chat-attachments{display:flex;flex:1 1 auto;flex-wrap:wrap;gap:8px;min-width:0}.chat-attachments span{display:inline-flex;align-items:center;gap:7px;max-width:260px;min-height:34px;border:1px solid #dfe9f3;border-radius:999px;background:#f8fbff;color:#60758b;padding:0 8px 0 11px}.chat-attachments svg{width:15px;height:15px;color:#4f86f7}.chat-attachments strong{min-width:0;overflow:hidden;color:var(--text);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.chat-attachments small{flex:0 0 auto;color:#8aa0b7}.chat-attachments button{display:grid;flex:0 0 auto;width:20px;height:20px;place-items:center;border:0;border-radius:50%;background:#edf4ff;color:#326bd8;padding:0;line-height:1}.chat-attachment-message{flex:0 0 auto;max-width:42%;margin:0 2px 0 auto;color:#d58a16;font-size:13px;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}.visually-hidden-file{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.chat-composer-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #edf3f8;padding-top:10px}.chat-tools{display:inline-flex;flex-wrap:wrap;gap:8px}.chat-tools button{display:inline-flex;align-items:center;gap:6px;min-height:34px;border:1px solid #dfe9f3;border-radius:999px;background:#f8fbff;color:#60758b;padding:0 12px}.chat-send-button{display:inline-flex;align-items:center;gap:8px;min-height:42px;border:0;border-radius:999px;background:linear-gradient(135deg,#5c8df6,#43b88f);color:#fff;padding:0 18px;font-weight:800}.chat-send-button:disabled{cursor:not-allowed;background:#d7e1eb;color:#7f91a5;box-shadow:none}.prompt-library-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;background:#19263647;padding:28px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.prompt-library-modal{display:grid;grid-template-rows:auto minmax(0,1fr);width:min(1040px,100%);height:min(760px,calc(100vh - 56px));overflow:hidden;border:1px solid rgba(217,231,244,.96);border-radius:28px;background:#fffffff5;box-shadow:0 26px 80px #273e5838}.prompt-library-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid #e7eff7;padding:22px 24px}.prompt-library-head h2{margin:0 0 6px;font-size:24px}.prompt-library-head span{color:#73869a}.prompt-library-head-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.prompt-library-create-button{min-height:40px;border-radius:999px;padding:0 16px}.prompt-library-body{display:grid;grid-template-columns:minmax(0,1.2fr) 360px;gap:18px;min-height:0;overflow:auto;padding:20px 24px 24px}.prompt-library-list{display:grid;align-content:start;gap:12px;min-height:0;overflow:auto;padding-right:4px}.prompt-template-card{display:grid;gap:8px;border:1px solid #dfe9f3;border-radius:20px;background:#fff;color:var(--text);padding:16px;text-align:left;box-shadow:0 12px 28px #37526e0f;cursor:pointer}.prompt-template-card:hover{border-color:#cbdff2;background:#f8fbff}.prompt-template-card.active{border-color:#4f86f76b;background:linear-gradient(135deg,#edf4ff,#fff);box-shadow:0 14px 32px #4f86f71f}.prompt-template-card:focus-visible{outline:2px solid rgba(79,134,247,.42);outline-offset:2px}.prompt-template-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.prompt-template-top strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prompt-template-top em{flex:0 0 auto;color:#8aa0b7;font-style:normal;font-size:12px}.prompt-template-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.prompt-template-delete{display:grid;place-items:center;width:28px;height:28px;border:1px solid #dfe9f3;border-radius:999px;background:#fffffff5;color:#8a98aa;padding:0}.prompt-template-delete:hover{border-color:#e0525238;background:#fff5f5fa;color:#e05252}.prompt-template-delete svg{width:15px;height:15px}.prompt-template-card>span:not(.prompt-template-top){display:-webkit-box;overflow:hidden;color:#60758b;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:3}.prompt-library-form{display:grid;align-content:start;gap:12px;min-height:0;max-height:100%;overflow:auto;border:1px solid #dfe9f3;border-radius:22px;background:linear-gradient(135deg,#f8fbff,#fff);padding:16px}.prompt-library-form h3{margin:0;font-size:18px}.prompt-library-form textarea{min-height:260px;resize:vertical}.prompt-field-note{color:#8aa0b7;font-size:12px;line-height:1.4}@media(max-width:980px){.prompt-library-modal{height:min(820px,calc(100vh - 32px))}.prompt-library-body{grid-template-columns:1fr}}.chat-settings{display:grid;align-content:start;gap:12px;overflow:auto;padding:18px}@media(max-width:1180px){.chat-workbench{grid-template-columns:minmax(0,1fr)}.chat-sidebar,.chat-settings{position:static}}@media(max-width:1480px){.model-registry-layout{grid-template-columns:270px minmax(0,1fr)}.model-search-board{align-items:stretch}.model-soft-search,.model-provider-select{flex-basis:230px;min-width:210px}.model-status-filter{flex-basis:210px;min-width:190px}.model-search-actions{align-self:center}.model-directory-card{grid-template-columns:minmax(220px,1.4fr) 112px minmax(180px,.9fr) 96px 230px;grid-template-areas:"title provider price state actions" "title chat api api actions";row-gap:10px}.model-card-title{grid-area:title}.model-card-provider{grid-area:provider}.model-card-price{grid-area:price}.model-card-chat{grid-area:chat}.model-card-api{grid-area:api}.model-card-state{grid-area:state}.model-card-actions{grid-area:actions;align-self:center}}@media(max-width:1280px){.model-registry-layout{grid-template-columns:1fr}.model-capability-panel{position:static;grid-template-columns:repeat(4,minmax(0,1fr))}.model-panel-title{grid-column:1 / -1}.capability-card{min-height:74px}.model-directory-card{grid-template-columns:minmax(220px,1.4fr) 112px minmax(190px,1fr) 96px 230px}}@media(max-width:1080px){.model-overview-cards,.model-capability-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.model-search-board{padding:12px 14px}.model-search-actions{justify-content:flex-start}.model-directory-list{padding:14px}.model-directory-card{grid-template-columns:minmax(220px,1.4fr) 112px minmax(190px,1fr) 96px 230px;grid-template-areas:"title provider price state actions" "title chat api api actions";align-items:center}.model-card-actions{justify-content:flex-end;right:14px;padding-top:0}}@media(max-width:1180px){body{min-width:980px}.main-grid,.three-column,.studio-layout,.admin-layout,.ops-console,.enterprise-ops-console,.model-ops-console,.record-card,.model-command-grid{grid-template-columns:1fr}.enterprise-board,.model-card-wall{grid-template-columns:repeat(2,minmax(0,1fr))}.creator-page{height:auto;overflow:visible}.creator-shell{grid-template-columns:1fr;height:auto}.creator-records,.creator-inspector{max-height:560px}.creator-canvas-wrap{min-height:520px}.creator-shell-pro{grid-template-columns:1fr}.image-pro-workbench{min-height:760px}.image-pro-inputs{grid-template-columns:1fr}.image-pro-reference-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:1fr}.image-pro-material-toolbar{grid-template-columns:1fr;align-items:stretch}.image-pro-material-search-panel{grid-template-columns:minmax(0,1fr) auto}.image-pro-material-meta{flex-wrap:wrap}.image-pro-material-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.creator-bubble{max-width:100%}.task-center-item{grid-template-columns:1fr}.task-center-meta{justify-content:flex-start;flex-wrap:wrap}.task-center-toolbar,.materials-toolbar,.materials-toolbar.with-user-filter{grid-template-columns:1fr}.materials-toolbar-actions{justify-self:stretch}.materials-toolbar-actions .secondary-button{flex:1 1 0}.prompt-library-grid{grid-template-columns:1fr}.materials-media-card{grid-template-columns:112px minmax(0,1fr);align-items:center;gap:12px;padding:11px;min-height:112px}.materials-media-preview{width:112px;height:80px}.materials-media-thumb,.materials-media-grid-image .materials-media-thumb{width:112px;min-width:112px}.materials-media-main{gap:7px}.materials-actions{justify-content:flex-end}.materials-media-grid.materials-media-grid-image{grid-template-columns:1fr}.materials-media-grid-image .materials-media-card.image-card{grid-template-columns:124px minmax(0,1fr);align-items:center;gap:12px;padding:11px 12px}.materials-media-grid-image .materials-media-preview{width:124px;height:90px}.materials-media-grid-image .materials-media-thumb{width:124px;min-width:124px}.task-center-toolbar-actions{justify-self:stretch}.task-center-toolbar-actions .secondary-button{flex:1 1 0}.task-center-page-actions{flex-wrap:wrap}.profile-layout,.profile-form-grid,.profile-dialog-hero,.profile-dialog-grid{grid-template-columns:1fr}.profile-dialog-password-bar{align-items:flex-start;flex-direction:column}.profile-summary{grid-template-columns:1fr;justify-items:flex-start}.profile-quick-actions{justify-content:flex-start}.profile-material-actions{width:100%;flex-wrap:wrap}.profile-material-search{width:100%}.profile-material-item{grid-template-columns:64px minmax(0,1fr)}.profile-material-preview{width:64px;height:54px}.profile-material-side{grid-column:1 / -1;justify-content:flex-start;flex-wrap:wrap}.enterprise-admin-toolbar{grid-template-columns:1fr}.enterprise-status-tabs{justify-content:flex-start;width:max-content;max-width:100%}.enterprise-toolbar-actions{justify-content:flex-start}.enterprise-directory-head{display:none}.enterprise-row-card{grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:start}.enterprise-admin-cell,.enterprise-count-cell,.enterprise-state-cell{grid-column:1 / -1}.enterprise-row-actions{grid-column:1 / -1;justify-content:flex-start;flex-wrap:wrap}.enterprise-contact-grid,.enterprise-form,.enterprise-detail-hero,.account-record-row{grid-template-columns:1fr}.account-record-balance{justify-items:start}.file-admin-toolbar{grid-template-columns:1fr}.file-admin-toolbar-actions{justify-content:flex-start}.file-directory-head{display:none}.file-row-card{grid-template-columns:minmax(0,1fr)}.file-row-actions{justify-content:flex-start;flex-wrap:wrap}}@media(max-width:860px){.image-pro-material-modal{width:min(calc(100vw - 24px),100%);height:min(860px,calc(100vh - 24px));border-radius:22px}.image-pro-material-toolbar,.image-pro-material-meta,.image-pro-material-body{padding-left:14px;padding-right:14px}.image-pro-material-search-panel{grid-template-columns:1fr}.image-pro-material-search-button{width:100%}.image-pro-material-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.image-pro-material-empty{padding:32px 18px}}
