:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f5f7f8;--panel:#fff;--panel-muted:#eef3f2;--ink:#15191d;--muted:#64717a;--line:#d9e0e3;--primary:#0b756f;--primary-strong:#075b56;--danger:#b43d2e;--warning:#a15c0a;--accent:#c8543b;--focus:#0b756f38;--shadow:0 16px 50px #15191d14;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,sans-serif}*{box-sizing:border-box}body{background:var(--bg);min-height:100vh;color:var(--ink);margin:0;overflow-x:hidden}button,input,select,textarea{font:inherit}button{cursor:pointer;border:0}button:disabled,input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;opacity:.62}.app,.boot{min-height:100vh}.boot{color:var(--muted);place-items:center;display:grid}.boot-shell{background:var(--bg);grid-template-columns:minmax(172px,204px) minmax(0,1fr);min-height:100vh;display:grid}.boot-sidebar{border-right:1px solid var(--line);background:#fff;align-content:start;gap:18px;min-width:0;height:100vh;padding:18px;display:grid}.boot-sidebar .brand-logo{width:102px}.boot-main{grid-template-rows:auto minmax(0,1fr) auto;gap:12px;min-width:0;height:100vh;min-height:0;padding:12px;display:grid}.boot-card{border:1px solid var(--line);background:#fff;border-radius:8px}.boot-head{justify-content:space-between;align-items:center;gap:18px;min-height:92px;padding:16px;display:flex}.boot-messages{place-items:center;min-height:0;display:grid}.boot-composer{align-content:space-between;gap:10px;min-height:178px;padding:14px;display:grid}.boot-line,.boot-chip,.boot-pill{background:linear-gradient(90deg,#edf2f3 0%,#f8fafb 48%,#edf2f3 100%) 0 0/220% 100%;border-radius:999px;animation:1.35s ease-in-out infinite bootPulse}.boot-line{height:16px}.boot-line.wide{width:78%;height:34px}.boot-line.mid{width:62%;height:26px}.boot-line.title{width:280px;max-width:42vw;height:30px;margin-bottom:16px}.boot-line.center{width:220px;max-width:42vw}.boot-line.input{border-radius:8px;width:100%;height:92px}.boot-line.foot{width:34%}.boot-chip{width:132px;height:32px}.boot-pill{border-radius:8px;width:260px;max-width:28vw;height:42px}@keyframes bootPulse{0%{background-position:100% 0}to{background-position:-100% 0}}.auth-page{grid-template-columns:minmax(260px,.9fr) minmax(320px,1.1fr);min-height:100vh;display:grid}.auth-aside{color:#f6fbfa;background:#17201f;flex-direction:column;justify-content:space-between;gap:32px;padding:48px;display:flex}.brand-lockup{align-items:center;margin-bottom:18px;display:flex}.brand-logo{aspect-ratio:108/18;object-fit:contain;flex:none;width:120px;height:auto;display:block}.auth-aside .brand-logo{filter:brightness(0)invert();width:168px}.auth-meta{flex-wrap:wrap;gap:10px;display:flex}.pill{min-height:28px;color:inherit;white-space:nowrap;background:#ffffff1a;border-radius:999px;align-items:center;padding:4px 10px;font-size:13px;display:inline-flex}.auth-main{place-items:center;padding:32px;display:grid}.auth-card{background:var(--panel);border:1px solid var(--line);width:min(100%,520px);box-shadow:var(--shadow);border-radius:8px;padding:30px}.auth-card h2,.panel-title h2,.chat-title h2{letter-spacing:0;margin:0;font-size:24px;line-height:1.2}.auth-card .subtle,.panel-title p,.empty-state,.field-help{color:var(--muted)}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.form-grid .full{grid-column:1/-1}.field{gap:7px;display:grid}.field label,.toggle-row{color:#293238;font-size:13px;font-weight:700}.field input,.field select,.field textarea{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:8px;outline:none;padding:11px 12px}.field textarea{resize:vertical;min-height:96px;line-height:1.6}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--focus)}.field-help{min-height:18px;font-size:12px;line-height:1.5}.toggle-row{align-items:center;gap:9px;min-height:42px;display:flex}.toggle-row input{width:18px;height:18px;accent-color:var(--primary)}.actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:18px;display:flex}.button{color:#1d282d;background:#e8eef0;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:9px 14px;font-weight:800;text-decoration:none;display:inline-flex}.button.primary{background:var(--primary);color:#fff}.button.primary:hover{background:var(--primary-strong)}.button.ghost{border:1px solid var(--line);background:0 0}.button.danger{color:var(--danger);background:#f8dfdb}.mobile-history-toggle,.mobile-history-close{display:none}.flash{border:1px solid var(--line);color:var(--primary-strong);background:#f6faf9;border-radius:8px;margin:16px 0;padding:11px 12px;line-height:1.5}.flash.error{color:var(--danger);background:#fff1ef;border-color:#f0c7c0}.confirm-backdrop{z-index:100;background:#15191d6b;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.confirm-dialog{background:var(--panel);border:1px solid var(--line);border-radius:8px;grid-template-columns:42px minmax(0,1fr);gap:14px;width:min(100%,480px);padding:20px;display:grid;box-shadow:0 24px 80px #15191d38}.confirm-mark{width:42px;height:42px;color:var(--danger);background:#fff1ef;border-radius:999px;place-items:center;font-size:22px;font-weight:900;display:grid}.confirm-copy{min-width:0}.confirm-copy h2{margin:0 0 8px;font-size:20px;line-height:1.25}.confirm-copy p{color:var(--muted);margin:0;line-height:1.65}.confirm-detail{color:#653026;overflow-wrap:anywhere;background:#fff7f5;border-radius:8px;margin-top:12px;padding:10px;line-height:1.55}.confirm-actions{border-top:1px solid var(--line);flex-wrap:wrap;grid-column:1/-1;justify-content:flex-end;gap:10px;padding-top:14px;display:flex}.shell{grid-template-columns:minmax(220px,260px) minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);background:#fff;flex-direction:column;gap:22px;min-width:0;height:100vh;max-height:100vh;padding:22px;display:flex;position:sticky;top:0;overflow:auto}.sidebar-head{align-items:center;display:flex}.sidebar-head .brand-logo{width:112px}.nav{gap:8px;display:grid}.nav button{text-align:left;color:#2c363c;background:0 0;border-radius:8px;min-height:42px;padding:10px 12px;font-weight:800}.nav button.active,.nav button:hover{background:var(--panel-muted);color:var(--primary-strong)}.account-box{border-top:1px solid var(--line);gap:10px;margin-top:auto;padding-top:18px;display:grid}.account-name{overflow-wrap:anywhere;font-weight:900}.account-meta{color:var(--muted);font-size:13px}.main{grid-template-rows:auto minmax(0,1fr);min-width:0;min-height:0;display:grid;overflow:hidden}.topbar{border-bottom:1px solid var(--line);background:#ffffffdb;justify-content:space-between;align-items:center;gap:14px;min-width:0;min-height:66px;padding:14px 24px;display:flex}.shell-chat .topbar{display:none}.shell-chat .main{grid-template-rows:minmax(0,1fr)}.topbar-title{min-width:0}.topbar-title strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.topbar-title span{color:var(--muted);font-size:13px}.content{width:100%;min-width:0;min-height:0;padding:24px;overflow:auto}.shell-chat{grid-template-columns:minmax(172px,204px) minmax(0,1fr);height:100vh;min-height:100vh;overflow:hidden}.shell-chat .sidebar{gap:18px;padding:18px}.shell-chat .sidebar-head .brand-logo{width:102px}.content-chat{flex-direction:column;padding:12px;display:flex;overflow:hidden}.content-chat>.chat-page{flex:auto;min-height:0}.chat-page{grid-template-columns:minmax(188px,238px) minmax(0,1fr);gap:12px;min-width:0;height:100%;min-height:0;display:grid}.history-panel{background:var(--panel);border:1px solid var(--line);border-radius:8px;grid-template-rows:auto minmax(0,1fr);gap:12px;min-width:0;min-height:0;padding:14px;display:grid}.history-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.history-head-actions{align-items:center;gap:8px;display:flex}.history-head .button{min-height:34px;padding:7px 10px}.history-list{align-content:start;gap:8px;min-height:0;display:grid;overflow:auto}.history-row{border-radius:8px;grid-template-columns:minmax(0,1fr) 34px 34px;gap:6px;display:grid}.history-row>button:first-child{text-align:left;min-width:0;color:var(--ink);background:0 0;border-radius:8px;padding:9px 10px}.history-row.active>button:first-child,.history-row>button:first-child:hover{background:var(--panel-muted)}.history-row span,.history-row small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.history-row span{font-weight:800}.history-row small,.history-empty{color:var(--muted);margin-top:4px;font-size:12px}.history-action,.history-delete{width:34px;height:34px;color:var(--muted);background:0 0;border-radius:8px;align-self:center;font-size:20px;line-height:1}.history-action{font-size:16px}.history-action:hover{background:var(--panel-muted);color:var(--primary-strong)}.history-delete:hover{color:var(--danger);background:#fff1ef}.history-row.loading>button:first-child{background:var(--panel-muted)}.history-action:disabled,.history-delete:disabled{opacity:.45;pointer-events:none}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.chat-layout{grid-template-rows:auto minmax(0,1fr) auto;gap:14px;min-width:0;height:100%;min-height:0;display:grid}.chat-header,.panel{background:var(--panel);border:1px solid var(--line);border-radius:8px;min-width:0}.chat-header{justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:16px;display:flex}.chat-tools{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.model-switch{color:var(--muted);align-items:center;gap:8px;font-size:13px;font-weight:800;display:inline-flex}.model-switch select{border:1px solid var(--line);width:min(260px,100%);min-height:40px;color:var(--ink);background:#fff;border-radius:8px;padding:8px 10px}.chat-title{min-width:0}.chat-title h2{overflow-wrap:anywhere;font-size:20px}.badge-row{flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px;display:flex}.shell-chat .badge-selected-model,.shell-chat .badge-max-tokens,.shell-chat .badge-model-count,.shell-chat .badge-ready{display:none}.badge{min-height:26px;color:var(--primary-strong);overflow-wrap:anywhere;background:#ecf2f1;border-radius:999px;align-items:center;max-width:100%;padding:3px 9px;font-size:12px;font-weight:800;display:inline-flex}.badge.warn{color:var(--warning);background:#fff3df}.messages{background:var(--panel);border:1px solid var(--line);border-radius:8px;flex-direction:column;gap:14px;min-height:0;padding:18px;display:flex;overflow:auto}.empty-state{text-align:center;max-width:420px;margin:auto;line-height:1.7}.message{gap:7px;max-width:min(860px,92%);display:grid}.message.user{align-self:flex-end}.message.assistant{align-self:flex-start}.message-role{color:var(--muted);font-size:12px;font-weight:900}.message-body{white-space:pre-wrap;overflow-wrap:anywhere;border:1px solid var(--line);border-radius:8px;padding:12px 13px;font-size:14px;line-height:1.7}.message.user .message-body{color:#fff;background:#0b756f;border-color:#0b756f}.message.assistant .message-body{background:#fbfcfc}.message-images{grid-template-columns:repeat(auto-fit,minmax(180px,260px));gap:10px;margin-top:10px;display:grid}.message-images img{aspect-ratio:4/3;object-fit:cover;border:1px solid var(--line);background:#f8fafb;border-radius:8px;width:100%}.message.typing .message-body{color:var(--muted);font-weight:800}.typing-dots span{animation:1.2s ease-in-out infinite typingPulse}.typing-dots span:nth-child(2){animation-delay:.15s}.typing-dots span:nth-child(3){animation-delay:.3s}@keyframes typingPulse{0%,80%,to{opacity:.25}40%{opacity:1}}.composer{background:var(--panel);border:1px solid var(--line);border-radius:8px;gap:10px;min-width:0;padding:14px;display:grid}.composer textarea{resize:vertical;border:0;outline:none;width:100%;min-height:92px;max-height:220px;line-height:1.7}.attachment-box{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.attachment-button.disabled{pointer-events:none;opacity:.62}.attachment-strip{flex-wrap:wrap;gap:10px;width:100%;display:flex}.attachment-preview{gap:5px;width:112px;margin:0;display:grid;position:relative}.attachment-preview img{object-fit:cover;border:1px solid var(--line);border-radius:8px;width:112px;height:82px}.attachment-preview figcaption{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.attachment-preview button{color:#fff;background:#15191dc2;border-radius:999px;width:24px;height:24px;font-weight:900;position:absolute;top:5px;right:5px}.image-page{gap:16px;min-width:0;display:grid}.image-panel,.gallery-panel{padding:18px}.image-form{gap:14px;display:grid}.image-form textarea{min-height:132px}.image-controls,.image-upload-box{grid-template-columns:repeat(auto-fit,minmax(180px,1fr)) auto;align-items:end;gap:12px;display:grid}.image-controls .field{min-width:0}.image-upload-box{border-top:1px solid var(--line);grid-template-columns:auto minmax(0,1fr);align-items:center;padding-top:12px}.muted-box{opacity:.82}.image-upload-strip{margin-top:4px}.gallery-toolbar{flex-wrap:wrap;justify-content:flex-end;align-items:end;gap:8px;min-width:min(100%,420px);display:flex}.gallery-search-field{width:min(100%,320px);min-width:220px}.gallery-toolbar .button{min-height:42px}.gallery-query-actions{grid-template-columns:repeat(2,minmax(66px,1fr));gap:8px;display:grid}.gallery-result-meta{color:var(--muted);margin:-4px 0 12px;font-size:13px}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px;display:grid}.gallery-card{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-rows:auto 1fr;height:100%;margin:0;display:grid;overflow:hidden}.gallery-card>a{display:block}.gallery-card img{aspect-ratio:1;object-fit:cover;background:#f8fafb;width:100%;display:block}.gallery-card figcaption{flex-direction:column;gap:7px;min-height:176px;padding:10px;display:flex}.gallery-card figcaption strong,.gallery-card figcaption span,.gallery-card figcaption small{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.gallery-card figcaption span,.gallery-card figcaption small{color:var(--muted);overflow-wrap:anywhere;line-height:1.45}.gallery-card figcaption strong,.gallery-card figcaption span{-webkit-line-clamp:2}.gallery-card figcaption small{-webkit-line-clamp:1}.gallery-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:auto;display:grid}.gallery-lazy-sentinel{color:var(--muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;padding:18px 0 4px;font-size:13px;display:flex}.composer-foot{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:10px;display:flex}.context-control{color:var(--muted);align-items:center;gap:9px;font-size:13px;display:inline-flex}.context-control input[type=range]{width:130px;accent-color:var(--primary)}.context-control input[type=number]{border:1px solid var(--line);border-radius:8px;width:72px;padding:8px}.admin-layout{grid-template-columns:minmax(0,1fr) minmax(340px,420px);align-items:start;gap:18px;min-width:0;display:grid}.admin-main-stack{gap:18px;min-width:0;display:grid}.panel{padding:18px}.panel-title{justify-content:space-between;align-items:start;gap:12px;margin-bottom:16px;display:flex}.panel-title p{margin:6px 0 0;line-height:1.5}.table-wrap{border:1px solid var(--line);-webkit-overflow-scrolling:touch;border-radius:8px;min-width:0;max-width:100%;overflow:auto}table{border-collapse:collapse;width:100%;min-width:680px}th,td{text-align:left;border-bottom:1px solid var(--line);vertical-align:top;padding:12px}th{color:var(--muted);text-transform:uppercase;background:#f8fafb;font-size:12px}td{font-size:14px}tr:last-child td{border-bottom:0}.table-actions{flex-wrap:wrap;gap:8px;display:flex}.model-catalog-form{grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) repeat(4,minmax(72px,auto));align-items:end;gap:12px;min-width:0;margin-bottom:16px;display:grid}.model-name-field,.model-display-field{min-width:220px}.model-actions{grid-column:1/-1;margin-top:0}.model-table-wrap{margin-top:8px}.mini-pill{background:var(--panel-muted);min-height:24px;color:var(--primary-strong);border-radius:999px;align-items:center;margin:2px 6px 2px 0;padding:2px 8px;font-size:12px;font-weight:800;display:inline-flex}.model-checklist{border:1px solid var(--line);background:#fff;border-radius:8px;gap:8px;max-height:280px;padding:10px;display:grid;overflow:auto}.model-checklist.compact{max-height:220px}.model-check-row{color:#293238;background:#f9fbfb;border:1px solid #0000;border-radius:8px;grid-template-columns:auto minmax(0,1fr) minmax(110px,auto);align-items:center;gap:10px;min-height:40px;padding:8px;font-weight:700;display:grid}.model-check-row input{width:18px;height:18px;accent-color:var(--primary)}.model-check-name{overflow-wrap:anywhere;min-width:0}.model-real-name{overflow-wrap:anywhere;margin-top:2px;font-size:12px;font-weight:700;line-height:1.35;display:block}.model-check-flags{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.mini-check{color:var(--muted);white-space:nowrap;align-items:center;gap:5px;font-size:12px;font-weight:800;display:inline-flex}.mini-check input{width:15px;height:15px}.empty-inline{border:1px dashed var(--line);min-height:42px;color:var(--muted);background:#fff;border-radius:8px;place-items:center;font-size:13px;display:grid}.status-dot{background:var(--primary);border-radius:999px;width:9px;height:9px;margin-right:7px;display:inline-block}.status-dot.off{background:#abb5bb}.muted{color:var(--muted)}.nowrap{white-space:nowrap}@media (width<=1180px){.admin-layout,.chat-page{grid-template-columns:1fr}.history-panel{max-height:280px}.chat-layout{min-height:0}}@media (width<=980px){.auth-page{grid-template-columns:1fr}.auth-aside{padding:30px}.shell{grid-template-columns:1fr}.shell-chat{grid-template-rows:auto minmax(0,1fr);height:100dvh;min-height:100dvh;display:grid}.sidebar{border-right:0;border-bottom:1px solid var(--line);height:auto;max-height:none;position:static;overflow:visible}.nav{grid-template-columns:repeat(2,minmax(0,1fr))}.account-box{margin-top:0}.model-catalog-form{grid-template-columns:repeat(2,minmax(0,1fr))}.model-name-field{grid-column:auto}.model-display-field{grid-column:1/-1}.chat-layout{height:100%;min-height:0}.messages{min-height:0}}@media (width<=760px){body{background:#f4f6f7}.boot-shell{grid-template-rows:auto minmax(0,1fr);grid-template-columns:1fr;height:100dvh;min-height:100dvh;overflow:hidden}.boot-sidebar{border-right:0;border-bottom:1px solid var(--line);gap:10px;height:auto;padding:10px 12px}.boot-sidebar .brand-logo{width:104px}.boot-sidebar .boot-line{display:none}.boot-main{gap:8px;height:auto;min-height:0;padding:8px}.boot-head{min-height:84px;padding:10px}.boot-pill{display:none}.boot-line.title{width:210px;max-width:58vw;height:24px}.boot-composer{min-height:146px;padding:10px}.boot-line.input{height:68px}.shell{display:block}.shell.shell-chat{grid-template-rows:auto minmax(0,1fr);height:100dvh;min-height:100dvh;display:grid;overflow:hidden}.sidebar{z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;grid-template-columns:minmax(0,1fr);gap:10px;padding:10px 12px;display:grid;position:sticky;top:0}.sidebar-head{justify-content:flex-start}.sidebar-head .brand-logo{width:104px}.nav{grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:6px}.nav button{text-align:center;min-height:36px;padding:8px 10px;font-size:14px}.account-box{justify-content:space-between;align-items:center;gap:10px;padding-top:10px;display:flex}.shell-chat .account-box{display:none}.account-box .button{white-space:nowrap;width:auto;min-height:34px;padding:7px 10px}.account-meta{font-size:12px}.main{display:block;overflow:visible}.shell-chat .main{grid-template-rows:minmax(0,1fr);min-height:0;display:grid;overflow:hidden}.topbar{background:#fff;min-height:48px;padding:10px 12px}.shell-chat .topbar{display:none}.topbar-title strong{font-size:16px}.topbar-title span{display:none}.topbar .button{width:auto;min-height:34px;padding:7px 10px}.content{padding:12px;overflow:visible}.shell-chat .content{padding:8px}.content-chat{flex-direction:column;min-height:0;display:flex;overflow:hidden}.flash{margin:0 0 10px;padding:10px;font-size:14px}.panel,.chat-header,.messages,.composer,.history-panel{border-radius:8px}.chat-page,.image-page,.admin-layout,.admin-main-stack{gap:10px;display:grid}.chat-page{grid-template-rows:minmax(0,1fr);grid-template-columns:1fr;height:100%;min-height:0}.shell-chat .history-panel{display:none}.shell-chat .history-panel.mobile-open{z-index:90;grid-template-rows:auto minmax(0,1fr);max-height:min(78dvh,560px);padding:12px;display:grid;position:fixed;bottom:10px;left:10px;right:10px;box-shadow:0 18px 50px #15191d38}.history-head{gap:8px}.history-head-actions{flex-direction:row}.history-head .button{width:auto;min-height:32px;padding:6px 9px}.mobile-history-toggle,.mobile-history-close{display:inline-flex}.history-list{min-height:0;max-height:none}.history-row{grid-template-columns:minmax(0,1fr) 32px 32px}.history-row>button:first-child{padding:8px}.history-action,.history-delete{width:32px;height:32px}.chat-layout{gap:8px;height:100%;min-height:0}.chat-header{padding:10px}.chat-title h2{font-size:20px}.badge-row{gap:6px;margin-top:7px}.badge{min-height:24px;padding:3px 8px;font-size:11px}.shell-chat .badge-model-count,.shell-chat .badge-ready{display:none}.chat-tools{grid-template-columns:1fr auto auto;align-items:end;gap:8px;display:grid}.model-switch{grid-template-columns:1fr;gap:0;width:100%;display:grid}.shell-chat .model-switch span{display:none}.model-switch select{width:100%;max-width:none}.chat-tools .button{white-space:nowrap;width:auto}.messages{gap:10px;min-height:0;padding:12px}.message{max-width:100%}.message-body{padding:10px;font-size:13px;line-height:1.65}.message-images{grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}.composer{z-index:20;box-shadow:none;padding:10px;position:relative;bottom:auto}.composer textarea{min-height:68px;max-height:120px}.composer-foot{grid-template-columns:minmax(0,1fr) minmax(92px,auto);align-items:end;gap:9px;display:grid}.context-control{grid-template-columns:auto minmax(0,1fr);gap:8px;width:100%;display:grid}.shell-chat .composer-foot .context-control{display:grid}.context-control input[type=number],.context-control input[type=range]{width:100%}.shell-chat .context-control input[type=number]{display:none}.composer-foot .button{width:100%}.attachment-box{align-items:stretch}.attachment-button{width:100%}.attachment-preview{width:92px}.attachment-preview img{width:92px;height:70px}.image-panel,.gallery-panel,.panel{padding:12px}.panel-title{margin-bottom:12px}.panel-title h2{font-size:20px}.panel-title p{font-size:13px}.image-form textarea{min-height:108px}.image-controls,.image-upload-box{grid-template-columns:1fr;gap:10px}.image-controls .button,.image-upload-box .button,.gallery-toolbar,.gallery-search-field,.gallery-query-actions{width:100%}.gallery-search-field{min-width:0}.gallery-query-actions .button{width:100%}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.gallery-card figcaption{gap:5px;padding:9px}.gallery-card figcaption strong{font-size:13px;line-height:1.35}.gallery-card figcaption span,.gallery-card figcaption small{font-size:12px}.gallery-card .button{width:100%;min-height:34px;padding:7px 10px}.gallery-actions,.admin-layout{grid-template-columns:1fr}.table-wrap{border-radius:8px}table{min-width:560px}th,td{padding:9px;font-size:13px}.table-actions .button{width:auto;min-height:34px;padding:7px 10px}.model-catalog-form{grid-template-columns:1fr;gap:10px}.model-name-field,.model-display-field{grid-column:auto;min-width:0}.model-checklist{max-height:220px;padding:8px}.model-check-row{grid-template-columns:auto minmax(0,1fr);align-items:start}.model-check-flags{grid-column:2;justify-content:flex-start}.actions .button,.model-actions .button{width:100%}.auth-page{display:block}.auth-aside{gap:18px;padding:18px}.auth-main{padding:14px}.auth-card{box-shadow:none;padding:18px}.confirm-dialog{grid-template-columns:1fr;gap:12px;padding:16px}.confirm-mark{width:38px;height:38px}.confirm-actions{justify-content:stretch}.confirm-actions .button{flex:140px}}@media (width<=640px){.auth-main,.content{padding:10px}.auth-card,.panel{padding:12px}.form-grid{grid-template-columns:1fr}.topbar,.chat-header,.panel-title,.composer-foot{flex-direction:column;align-items:stretch}.topbar{flex-direction:row;align-items:center}.chat-tools,.model-switch,.model-switch select,.context-control,.context-control input[type=range],.context-control input[type=number],.attachment-box,.attachment-button,.image-controls,.image-controls .field,.image-upload-box{width:100%}.image-controls,.image-upload-box,.model-catalog-form{grid-template-columns:1fr}.model-check-row{grid-template-columns:auto minmax(0,1fr)}.model-check-flags{grid-column:2;justify-content:flex-start}.history-head,.history-head-actions{flex-direction:column;align-items:stretch}.history-head-actions{flex-direction:row;align-items:center}.button{width:auto}table{min-width:620px}.message{max-width:100%}}:where(button,a,input,select,textarea):focus-visible{outline:3px solid var(--focus);outline-offset:2px}.button,.icon-button,.send-button,.segmented-control button{justify-content:center;align-items:center;gap:7px;display:inline-flex}.button svg,.icon-button svg,.send-button svg,.nav svg,.segmented-control svg{flex:none;width:17px;height:17px}.icon-button,.send-button{border:1px solid var(--line);width:40px;height:40px;color:var(--ink);background:#fff;border-radius:8px;flex:0 0 40px}.icon-button:hover{background:var(--panel-muted);color:var(--primary-strong);border-color:#b8c8ca}.icon-button.danger{color:var(--danger)}.icon-button.danger:hover{background:#fff1ef;border-color:#efc4bd}.send-button{background:var(--primary);border-color:var(--primary);color:#fff}.send-button:hover{background:var(--primary-strong)}.spin{animation:.9s linear infinite workspaceSpin}@keyframes workspaceSpin{to{transform:rotate(360deg)}}.sidebar{position:relative}.sidebar-head{justify-content:space-between;align-items:center;display:flex}.mobile-account-trigger,.mobile-history-toggle,.mobile-history-close{display:none}.nav button{align-items:center;gap:10px;display:flex}.nav svg{color:var(--muted)}.nav button.active svg{color:var(--primary)}.account-trigger{width:100%;color:var(--ink);text-align:left;background:0 0;grid-template-columns:34px minmax(0,1fr) 16px;align-items:center;gap:8px;padding:0;display:grid}.account-trigger>svg:first-child{width:30px;height:30px;color:var(--primary)}.account-chevron{width:16px;height:16px;color:var(--muted)}.account-menu{z-index:110;border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:8px;gap:10px;padding:12px;display:grid;position:absolute;bottom:84px;left:12px;right:12px}.account-menu-user{gap:2px;display:grid}.account-menu-user span{color:var(--muted);font-size:12px}.composer textarea{resize:none;overflow-y:auto}.history-action svg,.history-delete svg{width:16px;height:16px}.history-backdrop{display:none}.segmented-control{border:1px solid var(--line);background:#edf2f3;border-radius:8px;grid-template-columns:repeat(2,minmax(122px,1fr));gap:3px;width:fit-content;padding:3px;display:grid}.segmented-control button{min-height:36px;color:var(--muted);background:0 0;border-radius:6px;padding:7px 11px;font-weight:800}.segmented-control button.active{color:var(--primary-strong);background:#fff;box-shadow:0 1px 4px #15191d17}.image-controls{grid-template-columns:minmax(180px,.72fr) minmax(220px,1fr) auto}.image-submit{min-height:42px}.gallery-query-actions{display:flex}.gallery-actions{justify-content:flex-end;display:flex}.gallery-card figcaption{min-height:146px}.gallery-skeleton{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-rows:minmax(0,1fr) 14px 14px;gap:10px;min-height:338px;padding:0 10px 12px;display:grid;overflow:hidden}.gallery-skeleton span,.gallery-skeleton small{background:linear-gradient(90deg,#edf2f3 0%,#f8fafb 48%,#edf2f3 100%) 0 0/220% 100%;animation:1.35s ease-in-out infinite bootPulse}.gallery-skeleton span{margin:0 -10px}.gallery-skeleton small{border-radius:999px;width:72%}.gallery-skeleton small:last-child{width:48%}@media (width>=981px) and (width<=1180px){.chat-page{grid-template-columns:minmax(220px,238px) minmax(0,1fr)}.history-panel{max-height:none}}@media (width<=760px){.sidebar{gap:7px;padding:9px 12px 8px}.sidebar-head .brand-logo{width:96px}.mobile-account-trigger,.mobile-history-toggle,.mobile-history-close{display:inline-flex}.nav button{justify-content:center;gap:7px;min-height:34px;padding:6px 8px}.shell-chat .sidebar{grid-template-columns:auto minmax(0,1fr);align-items:center}.shell-chat .sidebar-head{display:contents}.shell-chat .nav{order:3;grid-column:1/-1}.account-menu{width:min(260px,100vw - 20px);inset:52px 10px auto auto}.account-box,.shell-images .topbar{display:none}.shell-chat .account-menu{top:44px}.history-backdrop{z-index:80;background:#15191d5c;display:block;position:fixed;inset:0}.shell-chat .history-panel.mobile-open{max-height:min(82dvh,620px);bottom:8px;left:8px;right:8px}.chat-tools .icon-button{width:40px}.composer{padding:9px}.composer textarea{min-height:54px;max-height:176px}.composer-foot{grid-template-columns:minmax(0,1fr) 40px}.image-controls{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.image-submit{grid-column:1/-1}.segmented-control{width:100%}.image-upload-hint{opacity:.68}.gallery-card figcaption{min-height:128px}.gallery-card .icon-button{width:34px;height:34px;min-height:34px;padding:0}.gallery-skeleton{min-height:238px}.admin-layout .table-wrap{border:0;overflow:visible}.admin-layout table,.admin-layout thead,.admin-layout tbody,.admin-layout tr,.admin-layout td{width:100%;min-width:0;display:block}.admin-layout thead{display:none}.admin-layout tbody{gap:10px;display:grid}.admin-layout tr{border:1px solid var(--line);background:#fff;border-radius:8px;padding:6px 10px}.admin-layout td{overflow-wrap:anywhere;border:0;border-bottom:1px solid #edf1f2;grid-template-columns:78px minmax(0,1fr);gap:10px;padding:8px 0;display:grid}.admin-layout td:last-child{border-bottom:0}.admin-layout td:before{content:attr(data-label);color:var(--muted);font-size:12px;font-weight:800}}
