:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f5f7fb;color:#17202a;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;background:#f5f7fb}button,input,textarea,select{font:inherit}button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:10px;background:#17202a;color:#fff;padding:9px 13px;cursor:pointer;font-weight:600;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease,opacity .16s ease}button:hover{filter:brightness(.98)}button:disabled{opacity:.52;cursor:not-allowed}button.secondary{background:#eff3f8;color:#263241;border:1px solid #e2e8f0}button.ghost{background:transparent;border:1px solid #d9e1ea;color:#445164}button.danger,button.secondary-danger{background:#d94a4a;color:#fff}button.secondary-danger{background:#fff0f0;color:#b73232;border:1px solid #ffd5d5}button.small{min-height:32px;padding:6px 10px;font-size:12px;border-radius:9px}button.compact{min-height:36px;padding:7px 12px;font-size:13px;border-radius:12px;font-weight:650;gap:6px}button.full{width:100%}input,textarea,select{width:100%;min-height:40px;border:1px solid #dbe3ec;border-radius:10px;background:linear-gradient(180deg,#fff,#fbfdff);color:#17202a;padding:9px 11px;outline:none;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}input:hover,textarea:hover,select:hover{border-color:#c8d3df}input:focus,textarea:focus,select:focus{border-color:#7a9bc0;box-shadow:0 0 0 4px #2b6dde1a}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:40px;background-image:linear-gradient(180deg,#fff,#fbfdff),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3.25 5.25L7 9L10.75 5.25' stroke='%23687896' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat,no-repeat;background-size:100% 100%,14px 14px;background-position:0 0,right 14px center}textarea{resize:vertical}label span{display:block;margin-bottom:5px;color:#697586;font-size:12px;font-weight:650}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;color:#344055}small{display:block;margin-top:3px;color:#8792a2;font-size:11px}.hidden{display:none!important}.hide-scrollbar{scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-view{min-height:100vh;display:grid;place-items:center;padding:24px}.login-panel{position:relative;width:410px;display:grid;gap:16px;background:#fff;border:1px solid #e0e7f0;border-radius:10px;padding:26px;box-shadow:0 18px 50px #26324117}.brand{display:flex;align-items:center;gap:10px;min-width:0}.brand-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;background:#17202a;color:#fff;font-weight:800;font-size:13px;letter-spacing:.04em}.brand strong{display:block;font-size:15px}.brand span{display:block;margin-top:2px;color:#9aa7b8;font-size:12px}.login-brand .brand-mark{width:42px;height:42px}.login-brand strong{font-size:20px}.hint{margin:0;color:#778293;font-size:12px}.form-error{margin:0;padding:8px 10px;border-radius:7px;background:#fff0f0;color:#b73232;font-size:12px;line-height:1.5}.form-success{margin:0;padding:8px 10px;border-radius:7px;background:#eef9f2;color:#147a4d;font-size:12px;line-height:1.5}.login-meta-row{display:flex;align-items:center;justify-content:flex-start}.login-status-badge{position:absolute;top:18px;right:18px}.auth-switch{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:4px;border:1px solid #e5ebf3;border-radius:12px;background:#f5f8fb}.auth-switch button{min-height:32px;border-radius:9px;background:transparent;color:#607086;border-color:transparent;box-shadow:none}.auth-switch button.active{background:#fff;color:#1d2939;border-color:#dde6f0;box-shadow:0 1px 2px #1018280a}.auth-meta{display:flex;flex-wrap:wrap;gap:8px 14px;color:#7b8797;font-size:12px;line-height:1.5}.verify-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.auth-secondary-link{justify-self:center;margin-top:-4px;color:#6c7b8d;font-size:12px;font-weight:700}.auth-secondary-link:hover{color:#2b6dde}.login-notice{display:grid;gap:8px;padding:12px;border:1px solid #e6edf5;border-radius:12px;background:linear-gradient(180deg,#fbfcfe,#f6f9fc)}.login-notice p{margin:0;color:#5f6d7d;font-size:12px;line-height:1.65}.login-agreement{display:flex;align-items:flex-start;gap:8px}.login-agreement input{width:auto;min-height:0;margin-top:2px}.login-agreement span{margin:0;color:#334155;font-size:12px;font-weight:600;line-height:1.55;text-transform:none;letter-spacing:0}.home-shell{min-height:100vh;display:grid;grid-template-rows:auto minmax(0,1fr);background:#f7f8fb}.home-header{position:sticky;top:0;z-index:24;display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:60px;padding:10px 18px;border-bottom:1px solid #e5e9ef;background:#ffffffe6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.home-brand .brand-mark{background:#111923}.home-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.home-actions .status-pill{min-height:32px;padding:4px 10px}.user-menu{position:relative}.user-menu-trigger{min-width:0}.user-menu-trigger-compact{min-height:32px;padding:6px 10px 6px 12px;border-radius:18px;gap:5px;font-size:12px;font-weight:700}.user-menu-trigger-compact span{max-width:84px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu-popover{position:absolute;top:calc(100% + 8px);right:0;z-index:30;min-width:186px;display:grid;gap:3px;padding:7px;border:1px solid #e0e7f0;border-radius:12px;background:#fffffffa;box-shadow:0 18px 44px #1119231f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.user-menu-item{justify-content:flex-start;min-height:34px;padding:7px 9px;border-radius:9px;background:transparent;color:#314056;border:1px solid transparent;box-shadow:none;font-size:12px;font-weight:700;gap:8px}.user-menu-item:hover{background:#f5f8fb;filter:none}.user-menu-item-subtle{color:#7a8798}.user-menu-item-subtle:hover{background:#f6f8fb;color:#4b5a6d}.user-menu-divider{height:1px;margin:4px 2px;background:#edf2f7}.app-shell{min-height:100vh;display:grid;grid-template-columns:230px minmax(0,1fr)}.sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:16px;padding:16px;background:#111923;color:#fff}.sidebar .brand-mark{background:#2b6dde}.nav-list{display:grid;gap:5px;overflow:auto;padding-right:2px}.nav-item{justify-content:flex-start;background:transparent;color:#c8d3df;padding:9px 10px;border-radius:7px;font-weight:650}.nav-item.active{background:#223044;color:#fff}.identity-card{margin-top:auto;display:grid;gap:3px;padding:11px;border:1px solid #26364a;border-radius:8px;background:#172334}.identity-card strong{font-size:13px}.identity-card span{color:#9eb0c5;font-size:12px}.sidebar .ghost{color:#d1d9e4;border-color:#304257}.workspace{min-width:0;padding:20px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.topbar p{margin:0 0 3px;color:#7a8494;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.topbar h1{margin:0;font-size:24px;letter-spacing:0}.top-actions,.actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.status-pill,.pill{display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;border-radius:999px;background:#eaf5ef;color:#147a4d;font-size:12px;font-weight:700}.status-with-dot{gap:7px}.status-dot{width:7px;height:7px;border-radius:999px;background:currentColor;flex:0 0 auto}.status-pill.offline{background:#fff0f0;color:#b73232}.stack{display:grid;gap:14px}.metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.metric,.panel{background:#fff;border:1px solid #e1e8f1;border-radius:9px}.metric{padding:14px;display:grid;gap:8px}.metric span{color:#687586;font-size:12px;font-weight:650}.metric strong{font-size:26px;line-height:1}.metric strong.ok{color:#147a4d}.metric strong.err{color:#b73232}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(360px,.8fr);gap:14px}.panel{padding:14px;min-width:0}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:13px}.panel-head h2{margin:0;font-size:16px;letter-spacing:0}.panel-head p{margin:4px 0 0;color:#778293;font-size:12px}.chips{display:flex;flex-wrap:wrap;gap:7px}.chip{border-radius:999px;background:#eef3f8;color:#314056;padding:6px 9px;font-size:12px;font-weight:650}.status-list{display:grid;gap:8px}.status-list div{display:flex;justify-content:space-between;gap:12px;padding:10px;border-radius:7px;background:#f6f8fb}.status-list span{color:#748093;font-size:12px}.status-list strong{font-size:13px;text-align:right}.filters{display:grid;grid-template-columns:minmax(280px,1.35fr) repeat(3,minmax(132px,.58fr));gap:10px;align-items:end;margin-bottom:12px}.filters.images-filters{grid-template-columns:minmax(280px,1.35fr) repeat(3,minmax(132px,.58fr)) minmax(140px,auto)}.filters.account-filters{grid-template-columns:minmax(320px,1.45fr) repeat(3,minmax(160px,.62fr)) minmax(120px,.38fr)}.filters-card{padding:12px;border:1px solid #e5ebf3;border-radius:12px;background:linear-gradient(180deg,#fbfcfe,#f6f9fc);box-shadow:inset 0 1px #ffffffb8}.activity-filters{grid-template-columns:minmax(360px,1.5fr) repeat(4,minmax(150px,.64fr));align-items:end}.activity-filters .filter-actions{grid-column:1 / -1;justify-self:end}.control-field{display:grid;gap:6px;min-width:0}.control-field span{margin:0;color:#667386;font-size:11px;font-weight:800;letter-spacing:.03em}.control-field-search{min-width:0}.filters-card .control-field input,.filters-card .control-field select,.toolbar.user-toolbar .control-field input,.toolbar.user-toolbar .control-field select,.settings-form>label input,.settings-form>label select,.register-form input,.register-form select{height:32px;min-height:32px;padding-top:5px;padding-bottom:5px;border-radius:10px;font-size:13px}.filters-card .control-field select,.toolbar.user-toolbar .control-field select,.settings-form>label select,.register-form select{font-weight:600}.filters-card .searchbox input{padding-left:38px}.filter-actions,.toolbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-height:32px;flex-wrap:wrap}.filter-actions{padding-top:4px}.filter-actions.metrics-only{align-self:stretch}.filter-actions.metrics-only .chip{align-self:end}.searchbox{position:relative}.searchbox svg{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#7c8898;pointer-events:none}.searchbox input{padding-left:34px}.bulkbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;min-height:44px;margin-bottom:10px;padding:10px 12px;background:#f7f9fc;border:1px solid #e6edf5;border-radius:12px;color:#667386;font-size:13px}.auto-refresh-bar{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-bottom:10px}.inline{display:inline-flex;align-items:center;gap:7px}.inline input{width:auto}.inline span{margin:0;color:inherit;font-size:13px}.table-wrap{overflow:auto;border:1px solid #edf2f7;border-radius:8px}.table-scroll-shell{min-height:0;overflow-x:auto;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-gutter:stable both-edges;background:#fff;position:relative}.table-scroll-shell.table-height-medium{max-height:520px}.table-scroll-shell.table-height-large{max-height:640px}.table-scroll-shell.table-height-tall{max-height:760px}.account-table-wrap,.data-table-wrap{overscroll-behavior-x:contain}table{width:100%;min-width:1280px;border-collapse:separate;border-spacing:0;table-layout:fixed;font-size:13px}th,td{padding:10px;border-bottom:1px solid #edf2f7;text-align:left;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;list-style:none}th{position:sticky;top:0;z-index:6;background:#fbfcfe;color:#6d7888;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;box-shadow:inset 0 -1px #e4ebf3}tr:last-child td{border-bottom:0}tbody tr:hover{background:#fbfcfe}th input[type=checkbox],td input[type=checkbox]{display:block;margin:0 auto}.accounts-table th:nth-child(1),.accounts-table td:nth-child(1){position:sticky;left:0;z-index:4;width:42px;min-width:42px;background:inherit}.accounts-table th:nth-child(2),.accounts-table td:nth-child(2){position:sticky;left:42px;z-index:4;width:170px;min-width:170px;background:inherit;box-shadow:1px 0 #edf2f7}.accounts-table th:nth-child(3),.accounts-table td:nth-child(3){width:210px;min-width:210px}.accounts-table th:nth-child(4),.accounts-table td:nth-child(4){width:190px;min-width:190px}.accounts-table th:nth-child(5),.accounts-table td:nth-child(5){width:110px;min-width:110px}.accounts-table th:nth-child(6),.accounts-table td:nth-child(6){width:110px;min-width:110px}.accounts-table th:nth-child(7),.accounts-table td:nth-child(7){width:90px;min-width:90px}.accounts-table th:nth-child(8),.accounts-table td:nth-child(8){width:110px;min-width:110px}.accounts-table th:nth-child(9),.accounts-table td:nth-child(9){width:150px;min-width:150px}.accounts-table th:nth-child(10),.accounts-table td:nth-child(10){width:170px;min-width:170px}.accounts-table th:nth-child(11),.accounts-table td:nth-child(11){width:100px;min-width:100px}.accounts-table th:nth-child(12),.accounts-table td:nth-child(12){width:140px;min-width:140px}.accounts-table th:nth-child(13),.accounts-table td:nth-child(13){position:sticky;right:0;z-index:5;width:170px;min-width:170px;background:inherit;box-shadow:-1px 0 #edf2f7}.accounts-table tbody td:nth-child(1),.accounts-table tbody td:nth-child(2),.accounts-table tbody td:nth-child(13){background:#fff}.accounts-table tbody tr:hover td:nth-child(1),.accounts-table tbody tr:hover td:nth-child(2),.accounts-table tbody tr:hover td:nth-child(13){background:#fbfcfe}.accounts-table thead th:nth-child(1),.accounts-table thead th:nth-child(2),.accounts-table thead th:nth-child(13){background:#fbfcfe;z-index:8}.table-scroll-shell::-webkit-scrollbar{width:10px;height:10px}.table-scroll-shell::-webkit-scrollbar-thumb{border-radius:999px;background:#808fa261;border:2px solid rgba(255,255,255,.75)}.table-scroll-shell::-webkit-scrollbar-track{background:#f1f5f9d9}.account-status-cell{display:grid;gap:4px;align-content:center;justify-items:start}.status-subtle{margin:0;font-size:11px;font-weight:650;line-height:1.2;color:#7b8898}.status-subtle.warn{color:#8a6200}.status-subtle.err{color:#ae3030;cursor:help}.account-password-cell{display:flex;align-items:center;gap:6px;min-width:0}.account-password-cell code{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.accounts-actions-cell{overflow:visible}.row-actions{display:flex;justify-content:flex-end;gap:6px}.cell-input{min-height:34px;padding:6px 8px;font-size:12px;border-radius:8px}.password-cell{width:130px}.icon-button{width:32px;height:32px;padding:0;background:#eef2f7;color:#314056;border-radius:9px;border:1px solid transparent}.danger-icon{background:#fff0f0;color:#b73232}.badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:4px 8px;background:#edf2f7;color:#334155;font-size:12px;font-weight:750}.badge.ok{background:#e5f6ee;color:#147a4d}.badge.warn{background:#fff4d8;color:#865a00}.badge.err{background:#ffe8e8;color:#ae3030}.pager{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:10px;color:#667386;font-size:13px}.creator-page{min-height:calc(100vh - 64px);width:min(1480px,100%);margin:0 auto;display:grid;grid-template-columns:260px minmax(0,1fr);gap:18px;padding:16px 18px 22px}.creator-rail{position:sticky;top:80px;height:calc(100vh - 96px);min-width:0;display:flex;flex-direction:column;gap:10px;padding-right:14px;border-right:1px solid #e5e9ef}.rail-actions{display:flex;align-items:center;gap:8px}.rail-actions>button:first-child{flex:1}.mobile-workbench-toolbar{display:none}.history-list{min-height:0;overflow:auto;display:grid;align-content:start;gap:4px;padding:2px 2px 8px 0;scrollbar-width:thin}.history-empty{padding:12px 4px;color:#8792a2;font-size:13px}.history-item{width:100%;min-width:0;display:grid;gap:5px;justify-items:start;padding:10px 10px 10px 12px;border-left:2px solid transparent;border-radius:0 8px 8px 0;background:transparent;color:#445164;text-align:left;font-weight:500}.history-item:hover{background:#ffffffb3;filter:none}.history-item.active{border-left-color:#17202a;background:#fff;color:#17202a;box-shadow:0 8px 24px #1f2a370f}.history-item strong{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.history-item span:not(.badge){width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8a95a4;font-size:11px}.history-drawer-overlay{display:none}.creator-main{min-width:0;height:calc(100vh - 96px);display:grid;grid-template-rows:minmax(0,1fr) auto;gap:12px}.creation-feed{min-height:0;overflow:auto;padding:8px 8px 18px;scrollbar-width:thin}.creation-feed.empty{display:grid;place-items:center}.workbench-empty{width:min(620px,100%);display:grid;justify-items:center;gap:10px;padding:26px 12px 120px;color:#667386;text-align:center}.workbench-empty svg{color:#17202a}.workbench-empty h1{margin:0;color:#111923;font-size:clamp(28px,5vw,54px);line-height:1;letter-spacing:0;font-family:Palatino Linotype,Book Antiqua,Georgia,serif;font-weight:650}.workbench-empty p{margin:0;max-width:420px;font-size:14px;line-height:1.7}.creator-turn{max-width:980px;margin:0 auto 28px;scroll-margin-top:84px}.creator-turn.active .prompt-bubble{color:#111923}.prompt-row{display:flex;justify-content:flex-end}.prompt-bubble{max-width:min(780px,92%);padding:2px 3px;color:#263241;text-align:right}.turn-meta{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-bottom:6px;color:#98a3b2;font-size:11px}.prompt-bubble p{margin:0;font-size:15px;line-height:1.7;white-space:pre-wrap}.turn-actions{display:flex;justify-content:flex-end;gap:6px;margin-top:8px}.result-flow{margin-top:12px;padding:2px}.turn-ref-strip{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-bottom:12px}.turn-ref-strip button{width:78px;height:78px;padding:0;overflow:hidden;border-radius:8px;background:#e9eef4}.turn-ref-strip img{width:100%;height:100%;object-fit:cover;display:block}.turn-summary{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-bottom:10px;color:#687586;font-size:12px}.turn-summary>span:not(.badge){display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border-radius:999px;background:#edf1f5;font-weight:650}.creation-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:10px;align-items:start}.creation-image{display:grid;gap:8px;min-width:0;padding:8px;border:1px solid #e4eaf1;border-radius:8px;background:#fff;box-shadow:0 10px 28px #252f3e0d;align-content:start}.creation-image.error{background:snow;border-color:#f1d7d7}.image-preview{width:100%;padding:0;overflow:hidden;border-radius:7px;background:#eef2f7}.image-preview img{width:100%;aspect-ratio:1;object-fit:cover;display:block;transition:transform .18s ease,filter .18s ease}.image-preview:hover img{transform:scale(1.015);filter:brightness(.95)}.creation-image.wide .image-preview img,.creation-image.wide .result-placeholder{aspect-ratio:16 / 9}.creation-image.tall .image-preview img,.creation-image.tall .result-placeholder{aspect-ratio:9 / 16}.creation-image.landscape .image-preview img,.creation-image.landscape .result-placeholder{aspect-ratio:4 / 3}.creation-image.portrait .image-preview img,.creation-image.portrait .result-placeholder{aspect-ratio:3 / 4}.creation-image.square .image-preview img,.creation-image.square .result-placeholder{aspect-ratio:1}.result-placeholder{width:100%;display:grid;place-items:center;gap:8px;padding:14px 12px;border-radius:7px;background:#edf2f7;color:#687586;text-align:center;font-size:12px;min-height:0}.result-placeholder span{font-weight:700;line-height:1.45}.result-placeholder small{margin:0;max-width:220px;color:#7b8898;font-size:11px;line-height:1.5;max-height:3.1em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.image-card-footer,.image-card-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#748093;font-size:12px}.image-card-footer-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px;min-width:0}.mini-badge{display:inline-flex;align-items:center;min-height:20px;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:700;line-height:1}.mini-badge.warn{background:#fff4da;color:#8a6200;border:1px solid #ffe2a1}.mini-badge.muted{background:#eef2f7;color:#607084;border:1px solid #e2e8f0}.image-card-actions{justify-content:flex-start;flex-wrap:wrap}.retry-button{justify-self:start}.turn-error,.error-text,.error-cell{color:#b73232}.turn-error,.error-text{margin:0;font-size:12px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.turn-result-actions{display:flex;align-items:center;gap:8px;margin-top:10px}.creator-composer{width:min(980px,100%);margin:0 auto;padding:0 8px 2px}.reference-strip{min-height:0;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.reference-thumb{position:relative;width:62px;height:62px;padding:0;overflow:hidden;background:#eef2f7;border-radius:8px}.reference-thumb img{width:100%;height:100%;object-fit:cover;display:block}.reference-thumb span{position:absolute;top:4px;right:4px;display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#fff;color:#b73232}.composer-surface{overflow:hidden;border:1px solid #dce3eb;border-radius:12px;background:#fff;box-shadow:0 18px 48px #1e28361a}.composer-surface textarea{min-height:116px;max-height:240px;resize:vertical;border:0;border-radius:0;background:transparent;padding:15px 16px 8px;line-height:1.65;box-shadow:none}.composer-surface textarea:focus{border:0;box-shadow:none}.composer-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;padding:10px;border-top:1px solid #eef2f6}.composer-controls{flex:1 1 auto;min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.composer-actions{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-left:auto}.composer-pill{min-height:34px;padding:7px 10px;border-radius:999px;border:1px solid #dfe6ee;background:#fff;color:#3d4958;font-size:12px;font-weight:700}button.composer-pill,span.composer-pill{display:inline-flex;align-items:center;gap:6px}.composer-pill.passive{background:#f2f5f8;border-color:#f2f5f8;color:#667386}.composer-pill.subtle{background:#f7f9fc;border-color:#e7edf4;color:#7b8898}.composer-pill.running{background:#fff6df;border-color:#ffe8a8;color:#8a6200}.composer-field{min-height:34px;height:34px;display:inline-flex;align-items:center;gap:7px;padding:3px 9px;border:1px solid #dfe6ee;border-radius:999px;background:#fff;box-sizing:border-box}.composer-field span{margin:0;color:#697586;font-size:12px;font-weight:750}.composer-field input,.composer-field select{width:80px;height:24px;border:0;border-radius:0;background:transparent;padding:0;box-shadow:none;font-size:12px;line-height:24px}.composer-field input:focus,.composer-field select:focus{border:0;box-shadow:none}.composer-field.small-field select{width:40px}.composer-field.count-field input{width:34px;text-align:center}.composer-field.shortcut-field select{width:76px}.mode-toggle{flex:0 0 auto;display:inline-flex;align-items:center;gap:2px;min-height:34px;padding:3px;border-radius:999px;background:#edf1f5}.mode-toggle button{min-height:28px;padding:5px 10px;border-radius:999px;background:transparent;color:#667386;font-size:12px;font-weight:750}.mode-toggle button.active{background:#fff;color:#17202a;box-shadow:0 4px 12px #1c273514}.send-button{width:42px;height:42px;flex:0 0 auto;padding:0;border-radius:999px;background:#111923;color:#fff}.quota-pill{position:relative;overflow:visible}.quota-popover{position:absolute;left:50%;bottom:calc(100% + 10px);transform:translate(-50%) translateY(6px);min-width:max-content;max-width:240px;padding:9px 11px;border:1px solid #dce4ed;border-radius:10px;background:#fffffffa;box-shadow:0 18px 40px #11192324;color:#344055;font-size:12px;line-height:1.45;white-space:normal;opacity:0;pointer-events:none;transition:opacity .16s ease,transform .16s ease;z-index:18}.quota-pill:hover .quota-popover,.quota-pill:focus-within .quota-popover{opacity:1;transform:translate(-50%) translateY(0)}.image-groups{display:grid;gap:14px}.image-group{display:grid;gap:10px}.image-group-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:0 2px}.image-group-head span{color:#223041;font-size:13px;font-weight:750}.image-group-head small{margin:0;color:#8592a3;font-size:11px}.panel-head .mode-toggle{margin-right:2px}.image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:12px}.image-item{display:grid;gap:9px;min-width:0;padding:10px;border:1px solid #e4ebf3;border-radius:12px;background:linear-gradient(180deg,#fff,#fbfcfe);box-shadow:0 10px 28px #2430400d}.image-item-head{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.image-item label{display:flex;align-items:center;gap:7px;min-width:0;flex:1}.image-item label span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#344055;font-size:12px;font-weight:650}.image-item-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.image-item-preview{padding:0;overflow:hidden;background:#eef2f7;border-radius:10px}.image-item img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.detail-image-hero{padding:0;overflow:hidden;border-radius:10px;background:#eef2f7}.detail-image-hero img{width:100%;max-height:62vh;object-fit:contain;display:block;background:#f4f7fb}.playground-grid,.register-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.82fr);gap:14px;align-items:start}.settings-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:14px;align-items:start}.play-controls{display:grid;grid-template-columns:1.2fr 1fr 120px auto auto;gap:8px;align-items:end;margin-bottom:10px}.json-editor{min-height:440px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.5}.settings-json{min-height:560px}.output{min-height:440px;max-height:620px;overflow:auto;margin:0;padding:12px;border-radius:8px;background:#111923;color:#dff6ff;white-space:pre-wrap;word-break:break-word;font-size:12px;line-height:1.55}.play-image-preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:8px;margin-bottom:10px}.play-image-preview button{padding:0;overflow:hidden;border-radius:8px;background:#eef2f7}.play-image-preview img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.toolbar{display:grid;gap:10px;margin-bottom:12px}.toolbar.compact{grid-template-columns:minmax(220px,340px) auto;align-items:center;justify-content:start}.toolbar.user-toolbar{grid-template-columns:minmax(280px,1fr) auto;align-items:end;padding:12px;border:1px solid #e5ebf3;border-radius:12px;background:linear-gradient(180deg,#fbfcfe,#f6f9fc)}.form-toolbar .control-field{min-width:0}.notice{display:flex;align-items:center;gap:8px;margin-bottom:10px;padding:10px;border-radius:8px;background:#f2f7ff;border:1px solid #dce9ff}.notice code{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.users-table{min-width:1782px}.users-table th:nth-child(1),.users-table td:nth-child(1){position:sticky;left:0;z-index:4;width:42px;min-width:42px;background:inherit;text-align:center}.users-table th:nth-child(2),.users-table td:nth-child(2){position:sticky;left:42px;z-index:4;width:220px;min-width:220px;background:inherit;box-shadow:1px 0 #edf2f7}.users-table th:nth-child(3),.users-table td:nth-child(3){width:150px;min-width:150px}.users-table th:nth-child(4),.users-table td:nth-child(4){width:88px;min-width:88px}.users-table th:nth-child(5),.users-table td:nth-child(5){width:96px;min-width:96px}.users-table th:nth-child(6),.users-table td:nth-child(6){width:96px;min-width:96px}.users-table th:nth-child(7),.users-table td:nth-child(7){width:360px;min-width:360px}.users-table th:nth-child(8),.users-table td:nth-child(8){width:180px;min-width:180px}.users-table th:nth-child(9),.users-table td:nth-child(9){width:180px;min-width:180px}.users-table th:nth-child(10),.users-table td:nth-child(10){width:150px;min-width:150px}.users-table th:nth-child(11),.users-table td:nth-child(11){position:sticky;right:0;z-index:5;width:300px;min-width:300px;background:inherit;box-shadow:-1px 0 #edf2f7;overflow:visible}.users-table tbody td:nth-child(1),.users-table tbody td:nth-child(2),.users-table tbody td:nth-child(11){background:#fff}.users-table tbody tr:hover td:nth-child(1),.users-table tbody tr:hover td:nth-child(2),.users-table tbody tr:hover td:nth-child(11){background:#fbfcfe}.users-table thead th:nth-child(1),.users-table thead th:nth-child(2),.users-table thead th:nth-child(11){background:#fbfcfe;z-index:8}.users-actions-cell{overflow:visible}.settings-form{display:grid;grid-template-columns:1fr 1fr;gap:10px}.settings-form .wide{grid-column:1 / -1}.settings-form textarea{min-height:130px}.register-form textarea{min-height:100px}.register-toolbar{display:flex;align-items:center;gap:10px;margin-top:12px;flex-wrap:wrap}.register-meta{color:#6b7787;font-size:12px}.register-actions{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.register-last{margin:10px 0 0;color:#516070;font-size:12px}.register-stats{margin-top:2px}.terminal-log{height:420px;min-height:420px;max-height:420px;overflow:auto;padding:12px;border-radius:8px;background:#0d141d;color:#dce8f5;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.6}.terminal-log-line{display:grid;grid-template-columns:132px minmax(0,1fr);gap:10px;padding:2px 0}.terminal-log-line.warn{color:#ffd67a}.terminal-log-line.err{color:#ff9d9d}.terminal-log-time{color:#7e93a8}.terminal-log-text{min-width:0;white-space:pre-wrap;word-break:break-word}.terminal-log-empty{color:#7e93a8}.link-button{padding:0;background:transparent;color:#2b6dde;font-weight:750}.segmented{display:inline-flex;align-items:center;gap:2px;padding:3px;border-radius:999px;background:#edf1f5}.segmented button{min-height:28px;padding:5px 11px;border-radius:999px;background:transparent;color:#667386;font-size:12px}.segmented button.active{background:#fff;color:#17202a;box-shadow:0 4px 12px #1c273514}.activity-table th:first-child,.activity-table td:first-child{position:sticky;left:0;z-index:4;width:42px;min-width:42px;background:inherit;text-align:center}.activity-table th:last-child,.activity-table td:last-child{position:sticky;right:0;z-index:5;width:112px;min-width:112px;text-align:left;background:inherit;box-shadow:-1px 0 #edf2f7;overflow:visible}.activity-table tbody td:first-child,.activity-table tbody td:last-child{background:#fff}.activity-table tbody tr:hover td:first-child,.activity-table tbody tr:hover td:last-child{background:#fbfcfe}.activity-table thead th:first-child,.activity-table thead th:last-child{background:#fbfcfe;z-index:8}.task-table{min-width:1588px}.task-table th:nth-child(2),.task-table td:nth-child(2){position:sticky;left:42px;z-index:4;width:190px;min-width:190px;background:inherit;box-shadow:1px 0 #edf2f7}.task-table th:nth-child(3),.task-table td:nth-child(3){width:220px;min-width:220px}.task-table th:nth-child(4),.task-table td:nth-child(4){width:76px;min-width:76px}.task-table th:nth-child(5),.task-table td:nth-child(5){width:92px;min-width:92px}.task-table th:nth-child(6),.task-table td:nth-child(6){width:300px;min-width:300px}.task-table th:nth-child(7),.task-table td:nth-child(7){width:116px;min-width:116px}.task-table th:nth-child(8),.task-table td:nth-child(8){width:74px;min-width:74px}.task-table th:nth-child(9),.task-table td:nth-child(9){width:86px;min-width:86px}.task-table th:nth-child(10),.task-table td:nth-child(10){width:82px;min-width:82px}.task-table th:nth-child(11),.task-table td:nth-child(11){width:186px;min-width:186px}.task-table tbody td:nth-child(2){background:#fff}.task-table tbody tr:hover td:nth-child(2){background:#fbfcfe}.task-table thead th:nth-child(2){background:#fbfcfe;z-index:8}.task-actions-cell{overflow:visible}.task-owner-cell{min-width:0;display:grid;gap:4px}.task-owner-cell strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#17202a;font-size:13px}.task-owner-cell small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#778499;font-size:11px}.task-owner-cell .badge{justify-self:start}.log-table{min-width:1580px}.log-table th:nth-child(2),.log-table td:nth-child(2){position:sticky;left:42px;z-index:4;width:156px;min-width:156px;background:inherit;box-shadow:1px 0 #edf2f7}.log-table th:nth-child(3),.log-table td:nth-child(3){width:80px;min-width:80px}.log-table th:nth-child(4),.log-table td:nth-child(4){width:92px;min-width:92px}.log-table th:nth-child(5),.log-table td:nth-child(5){width:170px;min-width:170px}.log-table th:nth-child(6),.log-table td:nth-child(6),.log-table th:nth-child(7),.log-table td:nth-child(7),.log-table th:nth-child(8),.log-table td:nth-child(8){width:170px;min-width:170px}.log-table th:nth-child(9),.log-table td:nth-child(9){width:86px;min-width:86px}.log-table th:nth-child(10),.log-table td:nth-child(10){width:320px;min-width:320px}.log-table tbody td:nth-child(2){background:#fff}.log-table tbody tr:hover td:nth-child(2){background:#fbfcfe}.log-table thead th:nth-child(2){background:#fbfcfe;z-index:8}.backup-list-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;color:#5f6e80;font-size:12px}.backup-list-head strong{color:#17202a;font-size:13px}.backup-list-title{display:grid;gap:2px}.backup-table{min-width:900px}.backup-table th:nth-child(1),.backup-table td:nth-child(1){width:560px;min-width:560px}.backup-table th:nth-child(2),.backup-table td:nth-child(2){width:180px;min-width:180px}.backup-table th:nth-child(3),.backup-table td:nth-child(3){width:110px;min-width:110px}.backup-table th:nth-child(4),.backup-table td:nth-child(4){position:sticky;right:0;z-index:5;width:128px;min-width:128px;text-align:left;background:inherit;box-shadow:-1px 0 #edf2f7;overflow:visible}.backup-table tbody td:nth-child(4){background:#fff}.backup-table tbody tr:hover td:nth-child(4){background:#fbfcfe}.backup-table thead th:nth-child(4){background:#fbfcfe;z-index:8}.backup-key-cell{min-width:0;display:grid;gap:3px}.backup-key-cell strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;color:#17202a}.backup-key-cell small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#7a8797;font-size:11px}.invite-table{min-width:980px}.invite-table th:nth-child(1),.invite-table td:nth-child(1){width:180px;min-width:180px}.invite-table th:nth-child(2),.invite-table td:nth-child(2){width:96px;min-width:96px}.invite-table th:nth-child(3),.invite-table td:nth-child(3){width:130px;min-width:130px}.invite-table th:nth-child(4),.invite-table td:nth-child(4){width:220px;min-width:220px}.invite-table th:nth-child(5),.invite-table td:nth-child(5){width:300px;min-width:300px}.invite-table th:nth-child(6),.invite-table td:nth-child(6){position:sticky;right:0;z-index:5;width:96px;min-width:96px;text-align:left;background:inherit;box-shadow:-1px 0 #edf2f7;overflow:visible}.invite-table tbody td:nth-child(6){background:#fff}.invite-table tbody tr:hover td:nth-child(6){background:#fbfcfe}.invite-table thead th:nth-child(6){background:#fbfcfe;z-index:8}.invite-code-cell{min-width:0;display:grid;gap:4px}.invite-code-cell code{justify-self:start;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.invite-code-cell small{color:#7a8797;font-size:11px}.invite-note-cell{min-width:0;color:#344055;font-size:12px;line-height:1.5;word-break:break-word}.invite-usage-cell{color:#344055;font-size:12px;font-weight:650}.invite-last-used{min-width:0;color:#5f6e80;font-size:12px;line-height:1.45}.reference-table{min-width:1180px}.reference-table th:nth-child(1),.reference-table td:nth-child(1){width:42px;min-width:42px}.reference-table th:nth-child(2),.reference-table td:nth-child(2){width:84px;min-width:84px}.reference-table th:nth-child(3),.reference-table td:nth-child(3){width:280px;min-width:280px}.reference-table th:nth-child(4),.reference-table td:nth-child(4){width:140px;min-width:140px}.reference-table th:nth-child(5),.reference-table td:nth-child(5){width:220px;min-width:220px}.reference-table th:nth-child(6),.reference-table td:nth-child(6){width:190px;min-width:190px}.reference-table th:nth-child(7),.reference-table td:nth-child(7){width:120px;min-width:120px}.reference-table th:nth-child(8),.reference-table td:nth-child(8){width:96px;min-width:96px}.reference-table th:nth-child(9),.reference-table td:nth-child(9){width:156px;min-width:156px}.reference-preview-cell{width:58px;height:58px;padding:0;overflow:hidden;border-radius:12px;background:#eef2f7;border:1px solid #e2e8f0}.reference-preview-cell img{width:100%;height:100%;object-fit:cover;display:block}.reference-preview-cell span{color:#8b97a8;font-size:11px;font-weight:700}.reference-file-cell{min-width:0;display:grid;gap:4px}.reference-file-cell strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;color:#17202a}.reference-file-cell small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#7a8797;font-size:11px}.reference-table tbody td:nth-child(2){padding-block:8px}.backup-note{margin:0;color:#708093;font-size:12px;line-height:1.5}.table-empty{color:#7b8898;text-align:center}.danger-text{color:#b73232}.detail-panel{display:grid;gap:10px;padding:12px;border-top:1px solid #edf2f7;text-align:left}.detail-panel.detail-panel-plain{border-top:0;padding:18px 4px}.detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.detail-grid-single{grid-template-columns:1fr}.detail-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.detail-item{min-width:0;display:grid;gap:4px;padding:9px;border-radius:7px;background:#fff;border:1px solid #e6edf5}.detail-item span{color:#748093;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.detail-item strong,.detail-item code{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.api-key-meta{display:grid;gap:8px}.api-key-meta div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:9px;background:#fff;border:1px solid #e6edf5}.api-key-meta span{color:#748093;font-size:12px;font-weight:700}.api-key-meta strong{color:#17202a;font-size:12px;font-weight:700;text-align:right}.detail-prompt{display:grid;gap:5px;padding:10px;border-radius:7px;background:#fff;border:1px solid #e6edf5}.detail-prompt span{color:#748093;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.detail-prompt p{margin:0;color:#17202a;white-space:pre-wrap;word-break:break-word;font-size:13px;line-height:1.55}.detail-error{margin:0;padding:8px 10px;border-radius:7px;background:#fff0f0;color:#b73232;font-size:12px;line-height:1.5}.detail-json{max-height:300px;overflow:auto;margin:0;padding:10px;border-radius:7px;background:#111923;color:#dff6ff;white-space:pre-wrap;word-break:break-word;font-size:12px;line-height:1.55}.detail-images{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:8px}.detail-reference-images{margin-top:4px}.detail-images button{padding:0;overflow:hidden;border-radius:7px;background:#eef2f7}.detail-images img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.task-timeline{display:grid;gap:8px;padding:10px;border-radius:7px;background:#fff;border:1px solid #e6edf5}.task-timeline-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.task-timeline-head strong{color:#17202a;font-size:13px}.task-timeline-head span,.task-timeline-empty{color:#7b8898;font-size:12px}.task-event{display:grid;grid-template-columns:142px minmax(0,1fr);gap:10px;padding:8px 0;border-top:1px solid #edf2f7}.task-event:first-of-type{border-top:0}.task-event time{color:#6f7d8f;font-size:12px;line-height:1.5}.task-event-title{display:flex;align-items:center;gap:8px;min-width:0}.task-event-title strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#17202a;font-size:13px}.task-event-title-wrap{align-items:flex-start}.task-event-title-wrap strong{white-space:normal;overflow:visible;text-overflow:unset;line-height:1.45}.task-event-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:5px;color:#728195;font-size:11px}.task-event-error{margin:6px 0 0;color:#b73232;font-size:12px;line-height:1.45;white-space:pre-wrap;word-break:break-word}.task-event-note{margin:6px 0 0;color:#567086;font-size:12px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.settings-note{margin:10px 2px 0;color:#6c7889;font-size:12px;line-height:1.55}.attempt-list{display:grid;gap:8px;padding:10px;border-radius:7px;background:#fff;border:1px solid #e6edf5}.attempt-card{display:grid;gap:8px;padding:10px;border-radius:9px;background:#f8fafc;border:1px solid #e6edf5}.attempt-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.attempt-head strong{color:#17202a;font-size:13px}.attempt-meta{display:flex;flex-wrap:wrap;gap:6px;color:#728195;font-size:11px}.attempt-raw{display:grid;gap:8px}.attempt-raw summary{cursor:pointer;color:#35506d;font-size:12px;font-weight:700;list-style:none}.attempt-raw summary::-webkit-details-marker{display:none}.attempt-raw-grid{display:grid;gap:8px}.attempt-raw-section{display:grid;gap:5px}.attempt-raw-section strong{color:#748093;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.detail-json-compact{max-height:220px;padding:9px;font-size:11px;line-height:1.5}.row-actions-inline-wrap{flex-wrap:wrap;justify-content:flex-start}.row-actions-inline-task{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;width:100%;max-width:148px}.task-action-button{width:100%;min-width:0;padding-inline:0}.toast-stack{position:fixed;right:18px;bottom:18px;display:grid;gap:8px;z-index:40}.toast{min-width:240px;max-width:360px;padding:11px 12px;border-radius:8px;background:#17202a;color:#fff;box-shadow:0 12px 32px #141e2a2e;font-size:13px}.toast.success{background:#147a4d}.toast.error{background:#b73232}.toast.info{background:#2b6dde}.lightbox{position:fixed;inset:0;z-index:35;display:grid;place-items:center;padding:28px;background:#0a1018c7}.lightbox img{max-width:min(1200px,94vw);max-height:90vh;object-fit:contain;background:#fff;border-radius:6px}.lightbox-close{position:fixed;right:22px;top:20px;width:38px;height:38px;padding:0;border-radius:999px;background:#ffffffeb;color:#17202a}.detail-modal-overlay{position:fixed;inset:0;z-index:36;display:grid;place-items:center;padding:26px;background:#0a1018a3}.detail-modal{width:min(1080px,96vw);max-height:88vh;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border:1px solid #dce4ed;border-radius:12px;background:#f7f9fc;box-shadow:0 28px 80px #1119233d}.detail-modal-narrow{width:min(560px,94vw)}.detail-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid #e6edf5;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.detail-modal-header strong{font-size:14px;color:#17202a}.detail-modal-close{width:34px;height:34px;padding:0;border-radius:999px;background:#eef2f7;color:#314056}.detail-modal-body{min-height:0;overflow:auto;padding:14px}.modal-actions{display:flex;justify-content:flex-end;gap:8px}@media(max-width:1280px){.metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-grid,.playground-grid,.register-layout{grid-template-columns:1fr}.play-controls,.toolbar.user-toolbar,.filters,.filters.images-filters,.filters.account-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.activity-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.activity-filters .control-field-search{grid-column:span 2}.activity-filters .filter-actions{grid-column:1 / -1}.creator-page{grid-template-columns:220px minmax(0,1fr)}}@media(max-width:920px){body:has(.home-shell){overflow:hidden}.home-shell{height:100dvh;min-height:0;overflow:hidden;grid-template-rows:auto minmax(0,1fr)}.home-header{min-height:54px;padding:calc(env(safe-area-inset-top) + 8px) 12px 8px;flex-wrap:nowrap}.home-brand{min-width:0;flex:1}.home-brand .brand-mark{width:32px;height:32px;border-radius:8px}.home-brand strong{font-size:14px}.home-brand span{max-width:46vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.home-actions{width:auto;flex:0 0 auto;justify-content:flex-end;gap:6px;flex-wrap:nowrap}.home-actions .status-pill{min-height:30px;padding:4px 8px;font-size:11px}.home-actions .compact{width:34px;min-height:34px;padding:0;border-radius:999px}.home-actions .compact span{display:none}.creator-page{position:relative;min-height:0;height:100%;grid-template-columns:1fr;gap:0;padding:8px 10px calc(env(safe-area-inset-bottom) + 8px);overflow:hidden}.creator-rail{display:none}.mobile-workbench-toolbar{display:flex;align-items:center;gap:8px;min-height:40px;padding:0 1px}.mobile-workbench-toolbar .ghost.compact{flex:1;justify-content:flex-start;min-width:0;border-color:#e2e8f0;background:#ffffffd1;color:#354255;border-radius:14px;box-shadow:0 6px 18px #1e28360d}.mobile-workbench-toolbar .ghost.compact span{margin-left:auto;min-width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#eef3f8;color:#697586;font-size:11px}.mobile-workbench-toolbar>button:not(.ghost):not(.icon-button){min-height:36px;border-radius:14px;padding-inline:13px;background:#111923}.mobile-workbench-toolbar .icon-button{width:36px;height:36px;border-radius:14px}.history-drawer-overlay{position:fixed;inset:0;z-index:60;display:flex;align-items:flex-end;padding:12px;background:#0c121a47;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.history-drawer{width:100%;max-height:min(72dvh,620px);min-height:340px;display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:10px;overflow:hidden;padding:16px;padding-bottom:calc(env(safe-area-inset-bottom) + 16px);border:1px solid rgba(255,255,255,.82);border-radius:24px;background:#fffffffa;box-shadow:0 28px 90px #0f172a3d}.history-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.history-drawer-head div{min-width:0;display:grid;gap:3px}.history-drawer-head strong{color:#111923;font-size:18px}.history-drawer-head span{color:#8792a2;font-size:12px}.history-drawer-actions{display:flex;align-items:center;gap:8px}.history-drawer-actions button{min-height:38px;border-radius:14px}.history-list-drawer{min-height:0;overflow-y:auto;display:grid;gap:6px;padding:0 2px 4px 0}.history-list-drawer .history-empty{padding:18px 4px;font-size:13px}.history-list-drawer .history-item{min-width:0;max-width:none;gap:5px;padding:11px 12px;border-left:2px solid transparent;border-bottom:0;border-radius:12px;background:#f7f9fc}.history-list-drawer .history-item.active{border-left-color:#111923;border-bottom-color:transparent;background:#fff;box-shadow:0 10px 24px #1f2a3714}.history-list-drawer .history-item strong{font-size:13px}.history-list-drawer .history-item span:not(.badge){font-size:11px}.creator-main{height:100%;min-height:0;grid-template-rows:auto minmax(0,1fr) auto;gap:8px}.creation-feed{max-height:none;overflow-y:auto;overscroll-behavior:contain;padding:6px 0 10px}.workbench-empty{min-height:100%;align-content:center;padding:14px 10px 32px}.workbench-empty h1{font-size:31px}.workbench-empty p{max-width:320px;font-size:13px}.creator-turn{margin-bottom:22px;scroll-margin-top:12px}.prompt-row{justify-content:flex-start}.prompt-bubble{max-width:100%;padding:0;text-align:left}.turn-meta{gap:6px;font-size:10px}.prompt-bubble p{font-size:14px;line-height:1.62}.turn-actions{gap:5px}.turn-ref-strip{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding-bottom:2px;scrollbar-width:none}.turn-ref-strip::-webkit-scrollbar{display:none}.turn-ref-strip button{flex:0 0 auto;width:58px;height:58px;border-radius:9px}.turn-summary{gap:5px;margin-bottom:8px;font-size:11px}.turn-summary>span:not(.badge){min-height:22px;padding:3px 7px}.creator-composer{z-index:20;padding:0}.reference-strip{flex-wrap:nowrap;overflow-x:auto;gap:7px;margin-bottom:6px;padding:0 2px 2px;scrollbar-width:none}.reference-strip::-webkit-scrollbar{display:none}.reference-thumb{flex:0 0 auto;width:54px;height:54px;border-radius:11px}.composer-surface{border-radius:20px;box-shadow:0 14px 44px #121a2424}.composer-surface textarea{min-height:86px;max-height:28dvh;resize:none;padding:13px 14px 7px;font-size:15px;line-height:1.55}.creation-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.composer-footer{align-items:stretch;flex-direction:column;gap:8px;padding:8px}.composer-controls{flex:1;flex-wrap:nowrap;overflow-x:auto;padding-bottom:1px;scrollbar-width:none}.composer-controls::-webkit-scrollbar{display:none}.composer-actions{width:100%;justify-content:space-between;margin-left:0}.composer-pill{flex:0 0 auto;min-height:32px;padding:6px 9px;font-size:11px}.composer-pill.subtle{display:none}.composer-field{flex:0 0 auto;min-height:32px;height:32px;gap:5px;padding:3px 8px}.composer-field span{font-size:11px}.composer-field input,.composer-field select{width:76px;height:22px;font-size:11px;line-height:22px}.composer-field:first-of-type{display:none}.composer-field.small-field select{width:44px}.composer-field.count-field input{width:30px}.composer-field.shortcut-field select{width:74px}.mode-toggle{min-height:34px}.send-button{width:40px;height:40px}.app-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto}.workspace{padding:14px}}@media(max-width:640px){.login-panel{width:min(410px,100%)}.topbar,.panel-head{flex-direction:column;align-items:flex-start}.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.filters,.activity-filters,.filters.account-filters,.play-controls,.toolbar.user-toolbar,.settings-form,.detail-grid,.detail-grid-two{grid-template-columns:1fr}.activity-filters .control-field-search{grid-column:auto}.activity-filters .filter-actions{justify-self:stretch}.filter-actions{justify-content:stretch}.filter-actions button{flex:1}.task-event{grid-template-columns:1fr}.creation-grid{grid-template-columns:minmax(0,1fr);gap:10px}.creation-image{gap:8px;padding:8px;border-radius:12px;box-shadow:0 10px 26px #252f3e0f}.image-preview{border-radius:10px}.image-preview img{max-height:min(62dvh,480px);object-fit:contain;background:#eef2f7}.creation-image.square .image-preview img,.creation-image.wide .image-preview img,.creation-image.tall .image-preview img,.creation-image.landscape .image-preview img,.creation-image.portrait .image-preview img{aspect-ratio:auto}.result-placeholder{min-height:180px;gap:6px;padding:16px 10px;font-size:12px}.result-placeholder small{max-width:260px;font-size:11px}.image-card-footer{gap:8px;font-size:12px}.image-card-actions{gap:7px;flex-wrap:nowrap}.image-card-actions .ghost.small{width:auto;min-height:34px;padding:0 11px;border-radius:999px;white-space:nowrap}.image-card-actions .icon-button{width:32px;height:32px;border-radius:999px}.turn-result-actions .ghost.small{min-height:32px;border-radius:999px}}@media(max-width:380px){.home-brand span{max-width:34vw}.home-actions .status-pill{max-width:82px;overflow:hidden}.creator-page{padding-inline:6px}.mobile-workbench-toolbar>button:not(.ghost):not(.icon-button){width:38px;padding:0;font-size:0;gap:0}.mobile-workbench-toolbar>button:not(.ghost):not(.icon-button) svg{margin:0}.history-drawer{padding-inline:14px;border-radius:22px}.composer-surface textarea{min-height:76px;font-size:14px}.composer-field.shortcut-field{display:none}}
