.gallery-page[data-v-7329525a]{display:flex;flex-direction:column;height:100%;padding:24px 32px;background:var(--bg-surface);color:var(--text-color);overflow-y:auto}.section-header[data-v-7329525a]{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px}.header-title h2[data-v-7329525a]{font-size:24px;font-weight:600;margin:0 0 4px}.header-title p[data-v-7329525a]{font-size:14px;color:var(--text-secondary);margin:0}.header-actions[data-v-7329525a]{display:flex;gap:12px;align-items:center}.gallery-select[data-v-7329525a]{height:36px;padding:0 12px;border-radius:8px;background:var(--bg-surface-2);border:1px solid var(--border-color);color:var(--text-color);outline:none}.gallery-grid[data-v-7329525a]{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;padding-bottom:32px}.gallery-card[data-v-7329525a]{background:var(--bg-surface-2);border-radius:12px;border:2px solid transparent;overflow:hidden;cursor:pointer;transition:all .2s var(--ease-out);box-shadow:0 4px 12px #0000000d}.gallery-card[data-v-7329525a]:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.gallery-card.selected[data-v-7329525a]{border-color:var(--primary-color)}.card-image-wrapper[data-v-7329525a]{position:relative;aspect-ratio:1;width:100%;background:#1a1a1a}.card-image-wrapper img[data-v-7329525a]{width:100%;height:100%;object-fit:cover;display:block}.placeholder-image[data-v-7329525a]{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.status-badge[data-v-7329525a]{padding:4px 8px;border-radius:4px;font-size:12px;background:#ffffff1a}.status-badge.queued[data-v-7329525a]{color:#eab308}.status-badge.running[data-v-7329525a]{color:#3b82f6}.status-badge.succeeded[data-v-7329525a]{color:#22c55e}.status-badge.failed[data-v-7329525a]{color:#ef4444}.hover-overlay[data-v-7329525a]{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.gallery-card:hover .hover-overlay[data-v-7329525a]{opacity:1}.hover-actions[data-v-7329525a]{display:flex;gap:12px}.icon-btn[data-v-7329525a]{width:36px;height:36px;border-radius:50%;background:#fff3;color:#fff;border:none;display:flex;align-items:center;justify-content:center;transition:all .2s}.icon-btn[data-v-7329525a]:hover{background:#fff6;transform:scale(1.1)}.icon-btn.danger[data-v-7329525a]:hover{background:#ef4444}.card-info[data-v-7329525a]{padding:12px}.prompt-text[data-v-7329525a]{font-size:13px;line-height:1.4;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--text-color)}.card-meta[data-v-7329525a]{display:flex;justify-content:space-between;font-size:11px;color:var(--text-secondary)}.empty-state[data-v-7329525a]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-secondary)}.pagination-controls[data-v-7329525a]{display:flex;justify-content:center;align-items:center;gap:16px;padding:24px 0;margin-top:auto}.page-info[data-v-7329525a]{font-size:14px;font-weight:500}.lightbox[data-v-7329525a]{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;z-index:9999;display:flex;align-items:center;justify-content:center}.lightbox img[data-v-7329525a]{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:8px}.lightbox-close[data-v-7329525a]{position:absolute;top:24px;right:24px;background:#ffffff1a;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer}.lightbox-close[data-v-7329525a]:hover{background:#fff3}:root{--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-spring: cubic-bezier(.2, .9, .2, 1.12);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;color:#0f172a;background:#f7f9fc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;min-height:100%;margin:0}body{min-height:100dvh;overflow:hidden}button,input,textarea,select{font:inherit}button{cursor:pointer;-webkit-tap-highlight-color:transparent}button:disabled{cursor:not-allowed;opacity:.55}input,textarea,select{min-width:0}*{scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.42) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{border:3px solid transparent;border-radius:999px;background:#94a3b861;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:#94a3b89e;background-clip:padding-box}table{width:100%;border-collapse:collapse}th,td{border-bottom:1px solid rgba(133,151,178,.18);padding:16px 18px;text-align:left;vertical-align:middle}th{color:#93a4ba;font-size:13px;font-weight:800}td{color:#e5edf8;font-size:14px}.app-shell{height:100dvh;min-height:100dvh;overflow:hidden}.live2d-host{position:fixed;top:0;right:0;bottom:0;left:0;z-index:36;pointer-events:none}.live2d-host>*{pointer-events:auto}.boot-screen{min-height:100dvh;display:flex;align-items:center;justify-content:center;gap:12px;color:#64748b}.login-screen{min-height:100dvh;height:100dvh;overflow:auto;display:grid;grid-template-columns:minmax(280px,420px) minmax(340px,430px);align-items:center;justify-content:center;gap:70px;padding:32px}.admin-login{color:#e7eef9;background:linear-gradient(135deg,#06101f,#0c1729 56%,#07101e)}.admin-portal>.boot-screen,.admin-portal>.login-screen{grid-column:1 / -1;width:100%}.user-login{color:#172033;background:linear-gradient(180deg,#f9fbff,#eef4fb)}.login-brand h1{margin:22px 0 10px;font-size:46px;line-height:1.04}.login-brand p{margin:0;color:#7c8da5;font-size:17px}.login-card,.admin-panel,.simple-panel{border-radius:8px}.login-card{padding:28px;background:#ffffffe0;border:1px solid rgba(148,163,184,.22);box-shadow:0 22px 60px #0f172a1f;animation:panel-enter .42s var(--ease-out) both}.admin-login .login-card{background:#0e1a2ddb;border-color:#8ba0be33}.login-brand.compact{text-align:left}.login-brand.compact h1{margin:14px 0 6px;font-size:26px}.login-brand.compact p{font-size:14px}.turnstile-box{min-height:65px;display:flex;align-items:center}.turnstile-widget{min-width:300px}.brand-logo{display:block;object-fit:contain;filter:drop-shadow(0 16px 30px rgba(37,99,235,.16))}.brand-lockup{display:flex;align-items:center;gap:12px;min-width:0}.brand-lockup-logo{width:38px;height:38px;object-fit:contain;background:transparent;transition:filter .2s ease}.theme-dark .brand-lockup-logo,.admin-portal .brand-lockup-logo{filter:invert(1) brightness(1.2)}.brand-lockup-copy{min-width:0;display:flex;align-items:center;gap:10px}.brand-lockup-title{max-width:190px;overflow:hidden;color:inherit;font-size:20px;font-weight:850;line-height:1.04;text-overflow:ellipsis;white-space:nowrap}.brand-version-pill{min-height:22px;display:inline-flex;align-items:center;gap:6px;padding:0 8px;border-radius:6px;background:#94a3b81f;color:#64748b;font-size:12px;font-weight:800;line-height:1;border:1px solid rgba(148,163,184,.15)}.brand-version-dot{width:6px;height:6px;border-radius:999px;background:#14b8a6;box-shadow:0 0 8px #14b8a666}.brand-logo-large{width:min(260px,72vw);height:auto}.brand-logo-modal{width:118px;height:auto}.brand-logo-sidebar,.brand-logo-topbar{width:34px;height:34px;border-radius:0;object-fit:contain;object-position:center}.brand-title-topbar{max-width:150px;overflow:hidden;color:#172033;font-size:17px;font-weight:950;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.logo-mark{width:48px;height:48px;border-radius:8px;display:grid;place-items:center;background:linear-gradient(135deg,#1872ff,#13c8aa);color:#fff;box-shadow:0 16px 34px #13c8aa38}.logo-mark.small{width:42px;height:42px}.logo-mark.tiny{width:34px;height:34px;border-radius:10px}.segment{display:flex;gap:6px;padding:4px;border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#f1f5f9b8;margin-bottom:20px}.segment button{min-height:36px;flex:1;border:0;border-radius:6px;background:transparent;color:#64748b;font-weight:800}.segment button.active{background:#fff;color:#0f766e;box-shadow:0 6px 20px #0f172a14}.field{display:grid;gap:8px;margin-bottom:14px}.field span{color:#94a3b8;font-size:13px;font-weight:800}.field-hint{margin:-4px 0 12px;color:#64748b;font-size:13px;line-height:1.55}.input,select,textarea{width:100%;min-height:44px;border:1px solid rgba(148,163,184,.28);border-radius:8px;background:#fff;color:#142033;padding:10px 13px;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease,transform .18s ease}.admin-portal .input,.admin-portal select,.admin-portal textarea{background:#07111f;border-color:#879cbc47;color:#e7eef9}.input:focus,select:focus,textarea:focus{border-color:#14b8a6d9;box-shadow:0 0 0 3px #14b8a61f;transform:translateY(-1px)}.area{resize:vertical}.btn{min-height:42px;border:1px solid transparent;border-radius:8px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#f8fafc;font-weight:850;transition:transform .4s var(--ease-spring),box-shadow .3s var(--ease-out),border-color .3s ease,background-color .3s ease,color .3s ease}.btn.primary{background:linear-gradient(135deg,#14b8a6,#2f8cf4);box-shadow:0 12px 30px #14b8a638}.btn:hover{transform:translateY(-2px) scale(1.02)}.btn.primary:hover{box-shadow:0 16px 40px #14b8a652}.btn:active{transform:translateY(0) scale(.96)}.btn.secondary{color:#c9d6e8;border-color:#94a3b842;background:#94a3b81a}.theme-light .btn.secondary:not(:disabled){color:#334155;border-color:#94a3b86b;background:#ffffffeb;box-shadow:0 8px 22px #0f172a0f}.theme-light .btn.secondary:not(:disabled):hover{color:#0f766e;border-color:#14b8a666;background:#fff}.theme-light .btn.secondary:disabled{color:#94a3b8;border-color:#cbd5e1b8;background:#f1f5f9c7}.wide{width:100%}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes panel-enter{0%{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes sidebar-enter{0%{opacity:0;transform:translate(-18px)}to{opacity:1;transform:translate(0)}}@keyframes row-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes toast-enter{0%{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes menu-pop{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes cursor-blink{50%{opacity:0}}.admin-portal{display:grid;grid-template-columns:300px minmax(0,1fr);height:100dvh;min-height:100dvh;overflow:hidden;color:#e7eef9;background:linear-gradient(rgba(120,145,180,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(120,145,180,.025) 1px,transparent 1px),linear-gradient(180deg,#07101e,#081225);background-size:32px 32px,32px 32px,auto}.admin-sidebar{position:sticky;top:0;z-index:20;height:100dvh;min-height:0;overflow:hidden;display:flex;flex-direction:column;background:linear-gradient(180deg,#0f192b8c,#0a1221a6);backdrop-filter:blur(28px) saturate(140%);-webkit-backdrop-filter:blur(28px) saturate(140%);border-right:1px solid rgba(137,157,187,.14);box-shadow:16px 0 40px #0000001f,inset -1px 0 #ffffff08;animation:sidebar-enter .42s var(--ease-out) both}.admin-brand{height:88px;padding:0 22px;gap:12px;border-bottom:1px solid rgba(137,157,187,.14)}.admin-brand .brand-lockup-title{max-width:148px;color:#f8fafc;font-size:20px}.admin-brand .brand-version-pill{color:#94a3b8;background:#ffffff14;border-color:#ffffff0d}.brand-version-clickable{cursor:pointer;transition:background-color .18s ease,color .18s ease,transform .18s var(--ease-out)}.brand-version-clickable:hover{color:#36e4ce;background:#14b8a62e;border-color:#14b8a640;transform:scale(1.04)}.update-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999}.update-dropdown{position:fixed;top:14px;left:310px;z-index:1000;width:340px;border-radius:14px;background:#0c1628f2;backdrop-filter:blur(28px) saturate(160%);-webkit-backdrop-filter:blur(28px) saturate(160%);border:1px solid rgba(137,157,187,.2);box-shadow:0 24px 64px #0006,0 0 0 1px #ffffff0a inset;animation:menu-pop .22s var(--ease-out) both;overflow:hidden}.update-dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid rgba(137,157,187,.14);color:#f8fafc;font-size:15px;font-weight:800}.update-close{width:28px;height:28px;border:0;border-radius:8px;background:#ffffff0f;color:#94a3b8;font-size:18px;display:grid;place-items:center;transition:background-color .18s ease,color .18s ease}.update-close:hover{background:#ef44442e;color:#ef4444}.update-dropdown-body{padding:16px 18px 18px;display:grid;gap:14px}.update-version-row{display:flex;align-items:center;justify-content:space-between}.update-label{color:#94a3b8;font-size:13px;font-weight:700}.update-value{color:#36e4ce;font-size:13px;font-weight:800;padding:2px 8px;border-radius:6px;background:#14b8a61f}.update-log-box{max-height:200px;overflow:auto;padding:10px 12px;border-radius:8px;background:#00000059;border:1px solid rgba(137,157,187,.1)}.update-log-box pre{margin:0;color:#94a3b8;font-family:SF Mono,Fira Code,monospace;font-size:11px;line-height:1.6;white-space:pre-wrap;word-break:break-all}.update-hint{margin:0;color:#64748b;font-size:12px;line-height:1.55}.admin-nav{padding:22px 16px;flex:1;min-height:0;overflow:auto;scrollbar-gutter:stable}.admin-nav-group{margin-bottom:4px}.admin-nav-link,.admin-subnav button,.ghost-link{border:0;background:transparent;color:#c5d1e4}.admin-nav-link{width:100%;min-height:48px;border-radius:14px;display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:12px;padding:0 16px;text-align:left;font-weight:800;position:relative;transition:background-color .18s ease,color .18s ease,transform .18s var(--ease-out)}.admin-nav-branch{grid-template-columns:24px minmax(0,1fr) 18px}.admin-nav-link span,.admin-subnav button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-nav-chevron{justify-self:end;transition:transform .18s var(--ease-out)}.admin-nav-link:hover,.admin-nav-link.active,.admin-subnav button:hover,.admin-subnav button.active{color:#36e4ce;background:#14b8a61f}.admin-nav-chevron.open{transform:rotate(180deg)}.admin-nav-link:hover{transform:translate(2px)}.admin-subnav{display:grid;gap:6px;margin:6px 0 10px 30px;padding:4px 0 4px 20px;border-left:1px solid rgba(197,209,228,.24);max-height:0;opacity:0;overflow:hidden;transform:translateY(-4px);transition:max-height .26s var(--ease-out),opacity .18s ease,transform .22s var(--ease-out)}.admin-subnav.open{max-height:260px;opacity:1;transform:translateY(0)}.admin-subnav button{min-height:42px;border-radius:10px;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:10px;padding:0 12px;text-align:left;font-size:15px;font-weight:750;transition:background-color .18s ease,color .18s ease,transform .18s var(--ease-out)}.admin-subnav button:hover{transform:translate(2px)}.admin-sidebar-footer{margin-top:auto;border-top:1px solid rgba(137,157,187,.14);padding:18px 18px 22px;display:grid;gap:8px}.ghost-link{min-height:38px;border-radius:8px;display:flex;align-items:center;gap:10px;padding:0 12px;text-align:left;transition:background-color .18s ease,color .18s ease,transform .18s var(--ease-out)}.ghost-link:hover{background:#94a3b81a;transform:translate(2px)}.admin-main{min-width:0;height:100dvh;min-height:0;overflow:hidden;display:grid;grid-template-rows:88px minmax(0,1fr)}.admin-topbar{height:88px;min-height:0;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 38px;background:#0f192b8c;backdrop-filter:blur(24px) saturate(150%);-webkit-backdrop-filter:blur(24px) saturate(150%);border-bottom:1px solid rgba(137,157,187,.16);box-shadow:0 12px 36px #0000001f}.admin-topbar h2{margin:0;font-size:24px}.admin-topbar p{margin:6px 0 0;color:#9caec5;font-size:14px}.admin-top-actions{display:flex;align-items:center;gap:12px;color:#aebdd2}.admin-quick-actions{display:flex;align-items:center;gap:8px;padding:5px;border-radius:999px;background:#08111f6b;border:1px solid rgba(137,157,187,.16)}.admin-icon-button{position:relative;width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:50%;color:#aebdd2;background:transparent;cursor:pointer;transition:color .18s ease,background-color .18s ease,transform .18s var(--ease-out)}.admin-icon-button:hover{color:#67f6de;background:#5eead41f;transform:translateY(-1px)}.admin-action-dot{position:absolute;top:9px;right:10px;width:7px;height:7px;border-radius:50%;background:#34d399;border:2px solid rgba(8,17,31,.92);box-shadow:0 0 0 4px #34d39929}.admin-balance-card,.admin-account-card{display:flex;align-items:center;gap:10px;min-height:48px;border-radius:999px;background:linear-gradient(135deg,#08111fbd,#0f1c31a8);border:1px solid rgba(137,157,187,.18);box-shadow:inset 0 1px #ffffff0a,0 12px 34px #02071229;transition:border-color .18s ease,background-color .18s ease,transform .18s var(--ease-out)}.admin-balance-card:hover,.admin-account-card:hover{transform:translateY(-1px);border-color:#2ce0c747;background:linear-gradient(135deg,#08111fdb,#0f1c31c7)}.admin-balance-card{padding:6px 18px 6px 8px}.admin-balance-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#14b8a6;background:#5eead41f;border:1px solid rgba(94,234,212,.2)}.admin-balance-card div,.admin-account-copy{display:grid;gap:1px;line-height:1.1}.admin-balance-card small,.admin-account-copy small{color:#8ea0b9;font-size:12px;font-weight:700}.admin-balance-card strong{color:#55f4d8;font-weight:900;font-size:18px;letter-spacing:0}.admin-account-card{min-width:230px;padding:6px 18px 6px 8px}.admin-avatar{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#20d8bf,#2d8cff);box-shadow:0 10px 24px #14b8a647;color:#fff;font-weight:900}.admin-account-copy strong{color:#eaf2ff;font-size:14px}.admin-account-copy small{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-content{padding:34px 38px;min-height:0;overflow:auto;scrollbar-gutter:stable}.monitor-content{display:grid;align-content:start;gap:18px}.admin-panel{background:linear-gradient(180deg,#142237eb,#0c1627e6);border:1px solid rgba(137,157,187,.22);box-shadow:0 24px 80px #02071242;animation:panel-enter .36s var(--ease-out) both;transition:border-color .18s ease,box-shadow .18s ease,transform .18s var(--ease-out)}.admin-panel:hover{border-color:#5eead442;box-shadow:0 28px 90px #02071257}.split-admin{display:grid;grid-template-columns:minmax(340px,520px) minmax(0,1fr);gap:24px;align-items:start;min-height:0}.form-panel,.table-panel,.settings-form,.placeholder-panel{padding:22px}.form-panel{position:sticky;top:0}.table-panel{max-height:calc(100dvh - 156px);overflow:auto;position:relative;isolation:isolate;--table-toolbar-height: 80px}.table-panel table{min-width:760px;border-collapse:separate;border-spacing:0}.table-panel thead th{position:sticky;top:0;z-index:2;background:#162337f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.table-panel .toolbar-row{position:sticky;top:0;z-index:5;margin:-22px -22px 18px;padding:22px 22px 14px;background:linear-gradient(180deg,#142237fc,#101e32f7);border-bottom:1px solid rgba(137,157,187,.18);box-shadow:0 16px 36px #02071247;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.table-panel .toolbar-row+table thead th{top:var(--table-toolbar-height)}.fixed-table-panel{display:flex;flex-direction:column;height:calc(100dvh - 156px);overflow:hidden;padding-bottom:0}.fixed-table-panel .toolbar-row{position:relative;z-index:10;flex:0 0 auto;margin:-22px -22px 0}.admin-table-scroll{min-height:0;overflow:auto;flex:1 1 auto;margin:0 -22px;padding:0 22px 22px;background:inherit}.admin-table-scroll table{min-width:760px}.admin-table-scroll thead th{top:0;z-index:4}.form-panel h3,.settings-form h3,.placeholder-panel h3{margin:0 0 18px;font-size:18px}.admin-section-head,.admin-app-card-head,.admin-app-control-row{display:flex;align-items:center}.admin-section-head{justify-content:space-between;gap:16px;margin-bottom:18px}.admin-section-head h3,.admin-section-head p,.admin-app-card strong,.admin-app-card span{margin:0}.admin-section-head p,.admin-app-card span{color:#94a3b8;line-height:1.6}.admin-app-settings{padding:22px}.admin-app-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:14px}.admin-app-card{display:grid;gap:14px;border:1px solid rgba(137,157,187,.2);border-radius:14px;background:#081220a8;padding:16px;transition:opacity .18s ease,border-color .18s ease,transform .18s var(--ease-out)}.admin-app-card:hover{border-color:#5eead447;transform:translateY(-1px)}.admin-app-card.disabled{opacity:.56}.admin-app-card-head{align-items:flex-start;gap:12px}.admin-app-card-head .app-card-icon{flex:0 0 auto}.admin-app-card strong{display:block;color:#e5edf8;font-size:15px}.admin-app-card span{display:block;font-size:13px}.admin-app-control-row{gap:10px;flex-wrap:wrap}.admin-monitor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px}.admin-monitor-grid .admin-panel{min-width:0;padding:22px}.status-strip{display:flex;flex-wrap:wrap;gap:10px}.status-strip span,.admin-help-card{border:1px solid rgba(137,157,187,.2);border-radius:12px;background:#0812209e}.status-strip span{min-width:132px;min-height:72px;display:grid;align-content:center;gap:4px;padding:12px}.status-strip strong,.admin-help-card strong{color:#e7eef9}.status-strip b{color:#45f0c8;font-size:26px;line-height:1}.status-strip p,.admin-error-list>p{color:#94a3b8}.admin-error-list{display:grid;gap:10px}.admin-error-list article{display:grid;gap:5px;border:1px solid rgba(244,63,94,.18);border-radius:12px;background:#f43f5e14;padding:12px}.admin-error-list strong{color:#fecdd3}.admin-error-list span,.admin-error-list p{margin:0;color:#cbd5e1}.admin-error-list span{font-size:12px}.admin-help-card{display:grid;gap:6px;padding:12px}.admin-help-card p{margin:0;color:#94a3b8;line-height:1.6}.admin-brand-preview{min-height:82px;width:fit-content;max-width:100%;border:1px solid rgba(137,157,187,.22);border-radius:8px;background:#08122075;padding:12px 16px}.admin-brand-preview .brand-lockup-title{max-width:min(360px,70vw);color:#e7eef9;font-size:20px}.admin-brand-preview .brand-lockup-logo{width:46px;height:46px}.settings-subsection{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid rgba(137,157,187,.2);border-radius:8px;background:#08122061}.settings-subsection strong,.settings-subsection p{margin:0}.settings-subsection strong{display:block;color:#e7eef9}.settings-subsection p{margin-top:4px;color:#94a3b8;font-size:13px;line-height:1.5}.settings-subsection .check-row{margin:0;flex:0 0 auto}.config-json-area{min-height:420px;line-height:1.7;white-space:pre}.usage-summary{max-width:420px}.usage-summary strong,.usage-summary small{display:block}.usage-summary strong{color:#e7eef9;font-weight:750;line-height:1.5}.usage-summary small{margin-top:4px;color:#fda4af;line-height:1.45}.admin-config-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0}.admin-config-summary article{min-height:82px;display:grid;align-content:center;gap:6px;border:1px solid rgba(137,157,187,.2);border-radius:8px;background:#08122075;padding:14px}.admin-config-summary strong{min-width:0;overflow:hidden;color:#e7eef9;font-size:22px;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.admin-config-summary span{color:#94a3b8;font-size:13px;font-weight:800}.admin-config-controls{margin-bottom:18px}.config-empty-state{min-height:220px;display:grid;place-items:center;align-content:center;gap:10px;border:1px dashed rgba(137,157,187,.28);border-radius:8px;color:#94a3b8;text-align:center}.config-empty-state svg{color:#45f0c8}.config-empty-state strong{color:#e7eef9;font-size:18px}.secret-mask{color:#94a3b8;font-weight:800}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.capability-grid,.inline-tags{display:flex;flex-wrap:wrap;gap:10px}.capability-grid{margin:8px 0 14px}.capability-toggle{min-height:42px;border-radius:8px;border:1px solid rgba(137,157,187,.22);background:#899dbb14;color:#d8e3f3;display:inline-flex;align-items:center;gap:10px;padding:0 14px;font-size:14px;font-weight:800;transition:border-color .18s ease,background-color .18s ease,transform .18s var(--ease-out)}.capability-toggle:hover{transform:translateY(-1px);border-color:#2ce0c752;background:#14b8a61a}.check-row,.row-actions,.toolbar-row{display:flex;align-items:center}.check-row{gap:8px;color:#cbd5e1;margin:12px 0}.row-actions{justify-content:flex-end;gap:12px;margin-top:14px}.toolbar-row{justify-content:space-between;gap:14px;margin-bottom:18px}.search-box{min-height:44px;width:min(360px,100%);border:1px solid rgba(137,157,187,.24);border-radius:8px;display:flex;align-items:center;gap:10px;padding:0 13px;background:#07111f;color:#9caec5;transition:border-color .18s ease,box-shadow .18s ease,transform .18s var(--ease-out)}.search-box:focus-within{border-color:#2ce0c78c;box-shadow:0 0 0 3px #2ce0c71a;transform:translateY(-1px)}.search-box input{width:100%;border:0;outline:0;color:#e7eef9;background:transparent}.tag{display:inline-flex;align-items:center;min-height:26px;border:1px solid rgba(137,157,187,.22);border-radius:8px;background:#899dbb1a;color:#cbd5e1;padding:0 10px;font-size:12px;font-weight:850}.tag.ok{color:#45f0c8;background:#14b8a61f}.tag.danger{color:#fda4af;background:#f43f5e24}.mini-button,.table-input{border-radius:8px;border:1px solid rgba(137,157,187,.24);background:#899dbb1a;color:#e7eef9}.mini-button{min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;transition:transform .18s var(--ease-out),border-color .18s ease,background-color .18s ease,color .18s ease}.mini-button:hover{transform:translateY(-1px);border-color:#2ce0c773;color:#55f4d8;background:#14b8a61f}.mini-button.danger{color:#fda4af;border-color:#f43f5e3d;background:#f43f5e1a}.mini-button:disabled{cursor:not-allowed;opacity:.45;transform:none}.table-input{width:120px;min-height:34px;padding:6px 9px;outline:0}.table-input.compact{width:92px}.inline-field-action{display:flex;align-items:center;gap:8px}.admin-user-cell{display:grid;gap:7px}.admin-user-identity{display:grid;gap:5px;min-width:210px}.admin-user-identity strong{color:#e7eef9;font-size:14px;line-height:1.35;word-break:break-word}.admin-user-identity span,.muted-table-cell{color:#94a3b8;font-size:13px}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:18px}.admin-business-grid{margin-top:0}.metric-card{min-height:142px;padding:22px;border-radius:8px;background:linear-gradient(180deg,#142237eb,#0c1627e6);border:1px solid rgba(137,157,187,.2);display:grid;align-content:space-between;animation:panel-enter .36s var(--ease-out) both;transition:transform .2s var(--ease-out),border-color .18s ease,box-shadow .18s ease}.metric-card:hover{transform:translateY(-3px);border-color:#5eead447;box-shadow:0 22px 70px #00000038}tbody tr{animation:row-enter .28s var(--ease-out) both;transition:background-color .16s ease,transform .16s var(--ease-out)}tbody tr:hover{background:#14b8a60b}.metric-card svg{color:#45f0c8}.metric-card span{color:#9caec5}.metric-card strong{font-size:34px}.metric-card small{color:#8fa1b8;font-size:13px;line-height:1.45}.metric-card.ops-metric strong{font-size:28px}.placeholder-panel{min-height:320px;display:grid;place-items:center;align-content:center;gap:10px;text-align:center;color:#9caec5}.placeholder-panel h3{color:#e7eef9}.code-list{margin-top:14px;min-height:170px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.user-portal{height:100dvh;min-height:100dvh;overflow:hidden;color:#172033;background:linear-gradient(180deg,#ffffffb8,#f7f9fcf0),#f7f9fc}.user-main{height:100dvh;min-height:0;overflow:hidden;display:grid;grid-template-rows:72px minmax(0,1fr)}.user-topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 28px;border-bottom:1px solid rgba(203,213,225,.58);background:#f7f9fcd1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:10}.user-brand,.user-actions{display:flex;align-items:center}.user-brand{min-width:190px;font-weight:950;flex:0 0 auto}.user-brand .brand-lockup-logo{width:46px;height:46px;border-radius:14px}.user-brand .brand-lockup-title{max-width:132px;font-size:19px}.user-actions{min-width:0;gap:8px;justify-content:flex-end;flex-wrap:wrap;overflow:visible;scrollbar-width:none}.user-actions::-webkit-scrollbar{display:none}.user-actions button{flex:0 0 auto;min-height:38px;border:0;border-radius:999px;padding:0 14px;background:transparent;color:#475569;font-weight:800;transition:background-color .18s ease,color .18s ease,transform .18s var(--ease-out)}.user-app-nav-button{display:inline-flex;align-items:center;gap:7px}.user-app-nav-button span{white-space:nowrap}.app-center-entry{box-shadow:inset 0 0 0 1px #cbd5e19e}.user-actions button.active,.user-actions button:hover{background:#e8eef7;color:#0f766e;transform:translateY(-1px)}.user-actions .round-button{flex:0 0 40px;padding:0}.user-balance{min-height:38px;display:inline-flex;align-items:center;gap:7px;white-space:nowrap;border-radius:999px;background:#eef7f5;color:#0f766e;padding:0 14px;font-weight:900;box-shadow:inset 0 0 0 1px #0f766e14}.user-actions .user-balance:hover{background:#14b8a624;color:#0f766e}.user-balance.self{color:#0f766e;background:#14b8a624;box-shadow:inset 0 0 0 1px #14b8a63d}.user-actions .user-profile-entry{display:inline-flex;align-items:center;gap:7px;max-width:170px;background:#ffffffb8;box-shadow:inset 0 0 0 1px #cbd5e19e}.user-actions .project-save-button{max-width:180px;display:inline-flex;align-items:center;gap:7px;background:#14b8a61a;color:#0f766e;box-shadow:inset 0 0 0 1px #14b8a62e}.ui-style-switch{position:relative;flex:0 0 auto;z-index:30}.ui-style-trigger{min-width:132px;min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:999px;background:#ffffffbd;color:#475569;padding:0 12px;font-weight:850;box-shadow:inset 0 0 0 1px #cbd5e19e}.ui-style-trigger span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-style-menu{position:absolute;top:calc(100% + 10px);right:0;width:168px;display:grid;gap:4px;border:1px solid rgba(180,199,230,.72);border-radius:8px;background:#fffffff5;padding:6px;box-shadow:0 18px 48px #2c5eaa2e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);animation:menu-pop .16s var(--ease-out) both}.user-actions .ui-style-option{width:100%;min-height:36px;display:flex;align-items:center;justify-content:flex-start;gap:8px;border-radius:8px;padding:0 10px;color:#475569;font-weight:850;text-align:left;transform:none}.user-actions .ui-style-option:hover,.user-actions .ui-style-option.active{background:#14b8a61a;color:#0f766e;transform:none}.ui-style-option-placeholder{width:15px;height:15px;flex:0 0 auto}.project-save-button span,.user-profile-entry span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.round-button,.send-button{width:40px;height:40px;border:0;border-radius:50%;display:grid;place-items:center}.round-button{background:#eef2f7;color:#334155;transition:background-color .18s ease,transform .18s var(--ease-out),box-shadow .18s ease}.round-button input,.btn input{display:none}.send-button{background:#1f2937;color:#fff;transition:transform .18s var(--ease-out),box-shadow .18s ease,background-color .18s ease}.send-button:disabled{cursor:not-allowed;opacity:.52}.round-button:hover,.send-button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 10px 22px #0f172a1f}.theme-float-button{position:fixed;top:22px;right:22px;z-index:30}.send-button:not(:disabled):hover{background:#111827}.stop-button{background:#eef2f7;color:#0f172a}.stop-button:not(:disabled):hover{background:#e2e8f0;color:#0f766e}.gemini-chat{height:100%;min-height:0;overflow:hidden;display:grid;grid-template-columns:280px minmax(0,1fr)}.user-conversations{height:100%;min-height:0;padding:10px 14px 18px 24px;overflow:auto;scrollbar-gutter:stable;border-right:1px solid rgba(203,213,225,.42)}.new-chat,.conversation-link,.conversation-icon-button{width:100%;min-height:42px;border:0;border-radius:999px;background:transparent;color:#475569;transition:background-color .18s ease,color .18s ease,transform .18s var(--ease-out)}.new-chat{display:flex;align-items:center;gap:8px;background:#e8eef7;color:#172033;font-weight:900;margin-bottom:14px;padding:0 14px}.conversation-search{min-height:40px;display:flex;align-items:center;gap:8px;margin-bottom:12px;border-radius:999px;border:1px solid rgba(203,213,225,.72);background:#ffffffc7;color:#64748b;padding:0 12px}.conversation-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#334155}.conversation-row{display:grid;grid-template-columns:30px minmax(0,1fr) 30px 30px;align-items:center;gap:3px;padding-right:4px;border-radius:999px;transition:background-color .18s ease,color .18s ease,transform .18s var(--ease-out)}.conversation-row.pinned .pin-button{background:#14b8a629;color:#0f766e;box-shadow:inset 0 0 0 1px #14b8a64d,0 8px 18px #14b8a624;transform:rotate(-12deg)}.conversation-link{display:flex;align-items:center;min-width:0;padding:0 10px;text-align:left}.conversation-link span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-icon-button{width:30px;min-width:30px;height:30px;min-height:30px;display:grid;place-items:center;color:#64748b}.conversation-icon-button.danger:hover{color:#e11d48}.conversation-title-input{width:100%;min-width:0;height:32px;border:0;outline:0;border-radius:999px;background:#ffffffdb;color:#172033;padding:0 10px;font-weight:800}.conversation-empty{color:#94a3b8;font-size:13px;padding:12px 14px}.conversation-row.active,.conversation-row:hover{background:#edf3fa;color:#0f766e;transform:translate(2px)}.conversation-row.active .conversation-icon-button,.conversation-row:hover .conversation-icon-button{color:#0f766e}.conversation-row.active.pinned .pin-button,.conversation-row.pinned:hover .pin-button{background:#14b8a638;color:#0f766e;box-shadow:inset 0 0 0 1px #14b8a66b,0 10px 22px #14b8a62e}.chat-canvas{--chat-content-width: 980px;height:100%;min-height:0;overflow:hidden;display:grid;grid-template-rows:minmax(0,1fr) auto;padding:0 min(7vw,96px) 28px}.surface-toggle{min-height:40px;border:1px solid #dbe4ef;border-radius:999px;background:#fff;color:#334155;padding:0 14px;outline:0}.surface-toggle{display:inline-flex;align-items:center;gap:8px;font-weight:800;transition:transform .18s var(--ease-out),border-color .18s ease,background-color .18s ease,box-shadow .18s ease,color .18s ease}.surface-toggle:hover{transform:translateY(-1px);border-color:#14b8a647;box-shadow:0 12px 24px #0f172a14}.surface-toggle:disabled{box-shadow:none;transform:none}.surface-toggle.active{color:#0f5f58;border-color:#14b8a6b3;background:linear-gradient(180deg,#ccfbf1fa,#99f6e4f0);box-shadow:0 0 0 4px #14b8a629,0 16px 28px #14b8a633}.composer-toggle{min-height:40px;white-space:nowrap;padding:0 13px}.enter-send-toggle{min-width:92px;justify-content:center}.message-stream{width:min(var(--chat-content-width),100%);height:100%;min-height:0;overflow:auto;display:flex;flex-direction:column;gap:4px;margin:0 auto;padding:18px 0 24px;scrollbar-gutter:stable;scroll-padding-bottom:32px}.welcome{height:100%;min-height:320px;display:grid;align-content:center;justify-items:center;gap:8px;text-align:center}.welcome h1{margin:0;font-size:clamp(34px,6vw,58px);font-weight:850;color:#1f2937}.welcome p{margin:0;color:#64748b}.prompt-suggestions{width:min(720px,100%);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:18px}.prompt-suggestions button{min-height:54px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(203,213,225,.82);border-radius:14px;background:#ffffffbd;color:#334155;font-weight:850;transition:transform .18s var(--ease-out),border-color .18s ease,box-shadow .18s ease}.prompt-suggestions button:hover{transform:translateY(-1px);border-color:#14b8a647;box-shadow:0 14px 30px #0f172a14}.bubble{max-width:min(780px,86%);border-radius:18px;padding:14px 16px;margin-bottom:14px;line-height:1.72;animation:row-enter .22s var(--ease-out) both}.bubble.user{margin-left:auto;background:#e9eef6}.bubble.assistant{background:transparent;padding-left:0;max-width:min(900px,100%)}.bubble>p{margin:0;white-space:pre-wrap}.assistant-state{max-width:min(780px,100%);display:grid;gap:6px;margin:0 0 10px;color:#64748b;font-size:13px}.activity-log{display:grid;gap:4px}.activity-line{min-height:24px;display:flex;align-items:center;gap:8px;opacity:.78}.activity-line svg{color:#0f766e;flex-shrink:0}.stream-metrics{max-width:min(780px,100%);display:flex;flex-wrap:wrap;gap:6px;margin:0 0 10px}.message-token-row{display:flex;flex-wrap:wrap;gap:6px;margin:-4px 0 8px}.stream-metrics span{min-height:24px;display:inline-flex;align-items:center;border:1px solid rgba(203,213,225,.78);border-radius:999px;background:#f8fafcb8;color:#64748b;padding:0 9px;font-size:12px;font-weight:800}.message-token-row span{min-height:22px;display:inline-flex;align-items:center;border-radius:999px;background:#94a3b824;color:#64748b;padding:0 8px;font-size:12px;font-weight:800}.stream-output{display:block}.markdown-body{color:#172033;overflow-wrap:anywhere}.markdown-body>div{display:block}.markdown-body p,.markdown-body ul,.markdown-body ol,.markdown-body pre,.markdown-body blockquote,.markdown-body table{margin:0 0 .9em}.markdown-body p:last-child,.markdown-body ul:last-child,.markdown-body ol:last-child,.markdown-body pre:last-child,.markdown-body blockquote:last-child{margin-bottom:0}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4{margin:1.15em 0 .5em;color:#111827;line-height:1.25;font-weight:900}.markdown-body h1:first-child,.markdown-body h2:first-child,.markdown-body h3:first-child,.markdown-body h4:first-child{margin-top:0}.markdown-body h1{font-size:28px}.markdown-body h2{font-size:22px}.markdown-body h3{font-size:18px}.markdown-body ul,.markdown-body ol{padding-left:1.35em}.markdown-body li+li{margin-top:.25em}.markdown-body code{border-radius:6px;background:#0f172a12;color:#0f766e;padding:.12em .38em;font-size:.92em}.markdown-body pre{overflow:auto;border:1px solid rgba(203,213,225,.82);border-radius:12px;background:#0f172a;color:#e2e8f0;padding:14px 16px}.markdown-body pre code{background:transparent;color:inherit;padding:0;font-size:13px}.markdown-body blockquote{border-left:3px solid rgba(20,184,166,.42);color:#475569;padding:.2em 0 .2em 1em}.markdown-body a{color:#0f766e;font-weight:800;text-decoration:none}.markdown-body a:hover{text-decoration:underline}.markdown-body table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:10px}.markdown-body th,.markdown-body td{border:1px solid rgba(203,213,225,.84);padding:8px 10px;text-align:left}.markdown-body th{background:#f1f5f9;font-weight:900}.stream-cursor{display:inline-block;width:9px;height:1.15em;margin-left:2px;border-radius:99px;vertical-align:text-bottom;background:#0f766e;animation:cursor-blink 1s steps(1,end) infinite}.reasoning-panel{width:fit-content;max-width:min(100%,760px);border:0;background:transparent;padding:0;overflow:hidden}.reasoning-panel summary{list-style:none;cursor:pointer;padding:2px 0;color:#0f766e;font-size:12px;font-weight:800}.reasoning-panel summary::-webkit-details-marker{display:none}.reasoning-panel p{padding:6px 0 0;color:#64748b;font-size:12px;line-height:1.7}.gemini-composer{width:min(var(--chat-content-width),100%);margin:0 auto;border:1px solid #dbe4ef;border-radius:28px;background:#fff;padding:12px;box-shadow:0 18px 50px #0f172a14;flex-shrink:0;transition:border-color .18s ease,box-shadow .18s ease,transform .18s var(--ease-out)}.gemini-composer:focus-within{border-color:#14b8a66b;box-shadow:0 22px 60px #0f172a1f,0 0 0 4px #14b8a614;transform:translateY(-1px)}.gemini-composer textarea{width:100%;border:0;outline:0;resize:none;background:transparent;color:#172033;padding:8px 10px}.gemini-composer textarea:focus{border:0;box-shadow:none;transform:none}.composer-tools{display:flex;justify-content:space-between;align-items:center;gap:12px}.composer-left-tools,.composer-actions{display:flex;align-items:center;gap:8px;min-width:0}.composer-actions{margin-left:auto;flex-wrap:wrap;justify-content:flex-end}.composer-model-picker{position:relative;flex:0 0 auto;z-index:24}.composer-model-trigger{width:clamp(154px,20vw,230px);min-height:40px;border:1px solid #dbe4ef;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#f8fafc;color:#334155;padding:0 14px;outline:0;font-weight:850;transition:transform .18s var(--ease-out),border-color .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease}.composer-model-trigger span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.composer-model-trigger svg:last-child{flex:0 0 auto;transition:transform .18s var(--ease-out)}.composer-model-trigger svg:last-child.open{transform:rotate(180deg)}.composer-model-trigger:not(:disabled):hover,.composer-model-trigger:focus-visible{border-color:#14b8a66b;box-shadow:0 0 0 4px #14b8a614;background:#fff;transform:translateY(-1px)}.composer-model-trigger:disabled{cursor:not-allowed;opacity:.68}.composer-model-menu{position:absolute;right:0;bottom:calc(100% + 10px);width:min(320px,76vw);max-height:min(360px,52vh);overflow:auto;display:grid;gap:6px;border:1px solid rgba(137,157,187,.38);border-radius:14px;background:#0f172af5;padding:8px;box-shadow:0 22px 64px #0207125c;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);animation:menu-pop .16s var(--ease-out) both}.composer-model-option{width:100%;min-height:46px;border:0;border-radius:10px;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;background:transparent;color:#cbd5e1;padding:0 12px;text-align:left;font-weight:850;transform:none}.composer-model-option span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.composer-model-option:hover,.composer-model-option.active{background:#14b8a624;color:#67f2dc}.model-option-spacer{width:18px;height:18px}.thumb-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.thumb-row img{width:72px;height:72px;object-fit:cover;border-radius:8px;border:1px solid rgba(148,163,184,.22)}.thumb-row.attached button{border:0;padding:0;background:transparent}.image-workbench{height:100%;min-height:0;overflow:hidden;padding:18px 24px 24px;display:grid;grid-template-rows:auto minmax(0,1fr);gap:12px}.image-workflow-toolbar,.queue-lane header,.job-meta{display:flex;align-items:center}.image-workflow-toolbar{min-height:58px;justify-content:space-between;gap:14px;border:1px solid rgba(203,213,225,.78);border-radius:16px;background:#ffffffc7;padding:10px 12px 10px 18px;box-shadow:0 18px 46px #0f172a14}.image-workflow-toolbar h2,.image-workflow-toolbar p{margin:0}.image-workflow-toolbar h2{font-size:18px;color:#172033}.image-workflow-toolbar p{color:#64748b;font-size:13px}.workflow-savebar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.workflow-savebar input,.workflow-savebar select,.workflow-savebar button{min-height:36px;border:1px solid rgba(203,213,225,.84);border-radius:999px;background:#fff;color:#334155;padding:0 12px;outline:0;font-weight:850}.workflow-savebar input,.workflow-savebar select{width:150px}.workflow-savebar button{display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:transform .16s var(--ease-out),border-color .16s ease,color .16s ease,box-shadow .16s ease}.workflow-savebar button:hover{transform:translateY(-1px);color:#0f766e;border-color:#14b8a652;box-shadow:0 12px 24px #0f172a14}.node-palette,.canvas-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.node-palette button,.canvas-controls button{min-height:36px;border:1px solid rgba(203,213,225,.84);border-radius:999px;background:#fff;color:#334155;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-weight:900;transition:transform .16s var(--ease-out),border-color .16s ease,color .16s ease,box-shadow .16s ease}.canvas-controls button{width:38px;padding:0}.node-palette button:hover,.canvas-controls button:hover{transform:translateY(-1px);color:#0f766e;border-color:#14b8a652;box-shadow:0 12px 24px #0f172a14}.workflow-shell{height:100%;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,390px);border:1px solid rgba(203,213,225,.78);border-radius:18px;overflow:hidden;background:#f8fafc;box-shadow:inset 0 1px #ffffffd1,0 18px 50px #0f172a14;transition:grid-template-columns .22s var(--ease-out)}.workflow-shell.output-collapsed{grid-template-columns:minmax(0,1fr) 68px}.workflow-canvas{position:relative;height:100%;min-height:640px;overflow:hidden;cursor:grab;touch-action:none;border-right:1px solid rgba(203,213,225,.72);background:linear-gradient(rgba(148,163,184,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.14) 1px,transparent 1px),radial-gradient(circle at 35% 18%,rgba(20,184,166,.1),transparent 32%),#f8fafc;background-size:26px 26px,26px 26px,auto,auto}.workflow-grid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:radial-gradient(circle,rgba(15,23,42,.16) 1px,transparent 1px);background-size:78px 78px;opacity:.35}.workflow-stage{position:absolute;top:0;right:0;bottom:0;left:0;width:1600px;height:980px;transform-origin:0 0}.workflow-links{position:absolute;top:0;right:0;bottom:0;left:0;width:1600px;height:980px;overflow:visible;pointer-events:none}.workflow-links path{fill:none;stroke:#14b8a66b;stroke-width:3;filter:drop-shadow(0 8px 12px rgba(15,118,110,.08));pointer-events:stroke;cursor:pointer;transition:stroke .16s ease,stroke-width .16s ease,opacity .16s ease}.workflow-links path:hover{stroke:#ef4444;stroke-width:4}.workflow-node{position:absolute;border:1px solid rgba(203,213,225,.92);border-radius:14px;background:#fffffff5;box-shadow:0 18px 40px #0f172a1f;animation:panel-enter .22s var(--ease-out) both;transition:border-color .16s ease,box-shadow .16s ease,transform .16s var(--ease-out)}.workflow-node.selected{border-color:#14b8a69e;box-shadow:0 22px 54px #0f766e2e}.workflow-node.linking{border-color:#3b82f6b8;box-shadow:0 22px 54px #3b82f62e}.workflow-node.status-running{border-color:#3b82f685}.workflow-node.status-done{border-color:#14b8a694}.workflow-node.status-error{border-color:#f43f5ea3}.node-titlebar{position:relative;min-height:44px;display:flex;align-items:center;gap:8px;border-bottom:1px solid rgba(226,232,240,.9);border-radius:14px 14px 0 0;background:linear-gradient(180deg,#fff,#f8fafc);color:#0f766e;padding:0 12px;cursor:move;-webkit-user-select:none;user-select:none}.node-titlebar strong{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:950}.node-titlebar button{width:26px;height:26px;border:0;border-radius:999px;background:transparent;color:#64748b}.node-titlebar button:hover{background:#f1f5f9;color:#e11d48}.node-status-pill{min-height:22px;border-radius:999px;background:#14b8a61f;color:#0f766e;display:inline-flex;align-items:center;padding:0 8px;font-size:11px;font-weight:900}.node-port{position:absolute;top:17px;width:10px;height:10px;border-radius:999px;background:#14b8a6;box-shadow:0 0 0 5px #14b8a621;border:0;padding:0;cursor:crosshair;transition:transform .16s var(--ease-out),background-color .16s ease,box-shadow .16s ease}.node-port:hover{transform:scale(1.28);background:#2f8cf4;box-shadow:0 0 0 7px #2f8cf424}.node-port.input{left:-5px}.node-port.output{right:-5px}.node-titlebar .node-port{width:12px!important;min-width:12px;max-width:12px;height:12px!important;min-height:12px;max-height:12px;display:block;border-radius:50%;background:#14b8a6;color:transparent;overflow:hidden;line-height:0}.node-titlebar .node-port:hover{background:#2f8cf4;color:transparent;transform:scale(1.28);box-shadow:0 0 0 7px #2f8cf424}.node-titlebar .node-port.input{left:-6px}.node-titlebar .node-port.output{right:-6px}.node-body{display:grid;gap:10px;padding:12px}.node-grid,.queue-control{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.prompt-area{line-height:1.72}.node-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:10px}.node-actions span,.node-hint{color:#64748b;font-size:12px}.prompt-optimize.ready:not(:disabled){color:#0f766e;border-color:#14b8a661;background:linear-gradient(180deg,#ecfdf5fa,#dcfcf1e6);box-shadow:0 12px 24px #14b8a61f}.prompt-optimize.ready:not(:disabled):hover{color:#0f5f58;border-color:#14b8a68f;box-shadow:0 16px 30px #14b8a629}.node-issues{display:grid;gap:6px}.node-issues span{border-radius:8px;background:#f43f5e1a;color:#be123c;padding:7px 9px;font-size:12px;font-weight:800}.drop-upload{min-height:96px;display:grid;place-items:center;gap:8px;border:1px dashed rgba(15,118,110,.32);border-radius:12px;background:#f0fdfa99;color:#0f766e;font-weight:900;cursor:pointer}.drop-upload input{display:none}.node-thumbs{margin-bottom:12px}.queue-estimate{min-height:68px;display:grid;align-content:center;border-radius:12px;border:1px solid rgba(203,213,225,.84);background:#f8fafc;padding:0 12px}.queue-estimate span{color:#64748b;font-size:12px}.queue-estimate strong{color:#0f766e;font-size:22px}.output-node-summary{display:grid;gap:10px}.output-node-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.output-node-stats span{min-height:46px;display:grid;place-items:center;border-radius:10px;background:#f0fdfac7;color:#0f766e;font-size:12px;font-weight:900}.output-node-preview,.output-node-empty{min-height:74px;display:grid;grid-template-columns:70px minmax(0,1fr);align-items:center;gap:10px;border:1px solid rgba(203,213,225,.78);border-radius:12px;background:#f8fafcdb;padding:8px}.output-node-preview img{width:70px;aspect-ratio:1;object-fit:cover;border-radius:9px}.output-node-preview strong,.output-node-preview span,.output-node-empty span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.output-node-preview strong{color:#172033;font-size:13px;font-weight:950}.output-node-preview span,.output-node-empty span{color:#64748b;font-size:12px}.output-node-empty{grid-template-columns:28px minmax(0,1fr);color:#0f766e}.image-output-panel{min-height:0;overflow:auto;display:flex;flex-direction:column;gap:14px;background:#ffffffdb;padding:16px;outline:0;transition:padding .18s ease,background-color .18s ease}.image-output-panel.collapsed{overflow:hidden;align-items:center;gap:14px;padding:14px 10px}.output-panel-header,.output-card-head,.output-job-row,.output-card-images figcaption{display:flex;align-items:center}.output-panel-header{justify-content:space-between;gap:12px}.output-panel-actions{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}.output-panel-header h3,.output-panel-header p{margin:0}.output-panel-header h3{color:#172033;font-size:18px;font-weight:950}.output-panel-header p{color:#64748b;font-size:12px}.output-panel-header button,.output-expand-button,.output-card-head button{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(203,213,225,.84);border-radius:999px;background:#fff;color:#334155;transition:transform .16s var(--ease-out),border-color .16s ease,color .16s ease,box-shadow .16s ease}.output-panel-header button:hover,.output-expand-button:hover,.output-card-head button:hover{transform:translateY(-1px);color:#0f766e;border-color:#14b8a652;box-shadow:0 12px 24px #0f172a14}.output-collapsed-rail{display:grid;justify-items:center;gap:6px;color:#64748b;text-align:center}.output-collapsed-rail svg{color:#0f766e}.output-collapsed-rail strong{color:#0f766e;font-size:20px;line-height:1}.output-collapsed-rail span{writing-mode:vertical-rl;letter-spacing:0;font-size:12px;font-weight:850}.output-panel-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.output-panel-stats div{min-height:66px;display:grid;align-content:center;gap:2px;border:1px solid rgba(203,213,225,.78);border-radius:12px;background:#f8fafcd6;padding:10px}.output-panel-stats span{color:#64748b;font-size:12px}.output-panel-stats strong{color:#0f766e;font-size:20px}.output-section{display:grid;gap:10px}.output-section>header{color:#172033;font-size:13px;font-weight:950}.output-job-row{gap:10px;border:1px solid rgba(203,213,225,.78);border-radius:12px;background:#f8fafcc7;padding:10px;color:#0f766e}.output-job-row div{min-width:0}.output-job-row strong,.output-job-row span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.output-job-row strong{color:#172033;font-size:12px}.output-job-row span{color:#64748b;font-size:12px}.output-job-row.failed{color:#f43f5e}.output-gallery{display:grid;gap:12px}.output-card{display:grid;gap:10px;border:1px solid rgba(203,213,225,.78);border-radius:14px;background:#ffffffeb;padding:12px;animation:panel-enter .22s var(--ease-out) both}.output-card-head{justify-content:space-between;gap:10px}.output-card-actions{display:flex;align-items:center;gap:6px;flex:0 0 auto}.output-card-actions button{width:36px;height:36px;min-width:36px;min-height:36px;flex:0 0 36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(203,213,225,.8);border-radius:999px;background:#ffffffdb;color:#475569;padding:0}.output-card-actions button:hover{border-color:#14b8a652;color:#0f766e}.result-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.result-actions.compact{gap:6px}.result-actions .btn,.result-actions>button,.result-actions>a{white-space:nowrap}.result-actions:not(.floating) .btn{min-height:40px;border-color:#cbd5e1cc;background:#ffffffe0}.result-actions:not(.floating) .btn.primary{border-color:transparent;background:linear-gradient(135deg,#14b8a6,#2f8cf4)}.result-actions.floating{z-index:4}.output-card-head div{min-width:0}.output-card-head strong,.output-card-head span{display:block}.output-card-head strong{color:#172033;font-size:13px;font-weight:950}.output-card-head span{color:#64748b;font-size:12px}.output-card p{margin:0;color:#64748b;font-size:13px;line-height:1.55;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.output-card-images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.output-card-images figure{position:relative;margin:0;overflow:hidden;border-radius:12px;background:#e2e8f0}.output-card-images img{display:block;width:100%;aspect-ratio:1;object-fit:cover;transition:transform .18s var(--ease-out)}.output-card-images figure:hover img{transform:scale(1.035)}.output-card-images figcaption{position:absolute;left:6px;right:6px;bottom:6px;gap:6px;justify-content:flex-end;flex-wrap:wrap}.output-card-images figcaption a,.output-card-images figcaption button{width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:999px;background:#0f172ab8;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.output-card-images figcaption .image-action{width:auto;min-width:30px;display:inline-flex;gap:4px;padding:0 9px;font-size:12px;font-weight:900}.output-card-images figcaption .reuse-action{background:#0f766edb}.output-card-images figcaption .danger{background:#be123cd6}.output-card-images figcaption button:hover,.output-card-images figcaption a:hover{background:#0f766ee6}.output-card-images figcaption .danger:hover{background:#e11d48f0}.output-empty-state{min-height:180px;display:grid;place-items:center;align-content:center;gap:10px;border:1px dashed rgba(15,118,110,.24);border-radius:14px;background:#f0fdfa73;color:#0f766e;font-weight:900}.restore-studio{height:100%;min-height:0;overflow:hidden;padding:18px 24px 24px;display:grid;grid-template-columns:minmax(340px,430px) minmax(0,1fr);gap:16px}.restore-control-panel,.restore-result-panel{min-height:0;overflow:auto;display:grid;align-content:start;gap:16px;border:1px solid rgba(203,213,225,.78);border-radius:18px;background:#ffffffdb;box-shadow:0 18px 46px #0f172a14;padding:18px}.restore-drop-zone{min-height:280px;display:grid;place-items:center;align-content:center;gap:12px;border:1px dashed rgba(15,118,110,.38);border-radius:8px;background:linear-gradient(135deg,#f0fdfac7,#eff6ffcc);color:#0f766e;font-size:18px;font-weight:950;cursor:pointer}.restore-drop-zone input,.restore-replace-button input{display:none}.restore-upload-preview{position:relative;display:grid;gap:10px;border:1px solid rgba(203,213,225,.84);border-radius:8px;background:#f8fafcdb;padding:10px}.restore-upload-preview img{width:100%;max-height:360px;object-fit:contain;border-radius:6px;background:#e2e8f0}.restore-upload-preview div{min-width:0;display:grid;gap:3px}.restore-upload-preview strong,.restore-upload-preview span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.restore-upload-preview strong{color:#172033;font-size:14px}.restore-upload-preview span{color:#64748b;font-size:12px}.restore-upload-preview .round-button{position:absolute;top:14px;right:14px;background:#0f172ab8;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.restore-replace-button{width:100%}.restore-control-grid{display:grid;grid-template-columns:minmax(0,1fr) 128px;gap:12px;align-items:end}.restore-spec-box,.restore-cost-row{border:1px solid rgba(203,213,225,.84);border-radius:8px;background:#f8fafcd1}.restore-spec-box{min-height:62px;display:grid;align-content:center;gap:4px;padding:0 12px}.restore-spec-box span,.restore-cost-row span,.restore-result-header p,.restore-job-list span,.restore-history header span,.restore-history-grid span{color:#64748b;font-size:12px}.restore-spec-box strong,.restore-cost-row strong{color:#0f766e;font-size:17px}.restore-cost-row{min-height:50px;display:flex;align-items:center;justify-content:space-between;padding:0 14px}.restore-result-header,.restore-history header,.restore-job-list article,.restore-history-grid article,.restore-history-actions,.restore-image-actions{display:flex;align-items:center}.restore-result-header,.restore-history header{justify-content:space-between;gap:12px}.restore-result-header h2,.restore-result-header p{margin:0}.restore-result-header h2{color:#172033;font-size:22px}.restore-comparison{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.restore-comparison figure{position:relative;min-height:420px;margin:0;overflow:hidden;display:grid;place-items:center;border:1px solid rgba(203,213,225,.78);border-radius:8px;background:linear-gradient(45deg,rgba(226,232,240,.72) 25%,transparent 25%),linear-gradient(-45deg,rgba(226,232,240,.72) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(226,232,240,.72) 75%),linear-gradient(-45deg,transparent 75%,rgba(226,232,240,.72) 75%),#f8fafc;background-size:28px 28px;background-position:0 0,0 14px,14px -14px,-14px 0}.restore-comparison figure>figcaption{position:absolute;left:12px;top:12px;z-index:2;border-radius:999px;background:#0f172ab8;color:#fff;padding:7px 11px;font-size:12px;font-weight:900;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.restore-comparison img{width:100%;height:100%;max-height:520px;object-fit:contain}.restore-comparison figure>span{color:#94a3b8;font-weight:900}.restore-processing{display:grid;place-items:center;gap:10px;color:#0f766e}.restore-image-actions{position:absolute;right:12px;bottom:12px;gap:8px}.restore-image-actions a,.restore-image-actions button,.restore-history-actions a,.restore-history-actions button{width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:999px;background:#0f172abd;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.restore-image-actions a:hover,.restore-image-actions button:hover,.restore-history-actions a:hover,.restore-history-actions button:hover{background:#0f766ee0}.restore-job-list,.restore-history{display:grid;gap:10px}.restore-job-list article{gap:10px;border:1px solid rgba(203,213,225,.78);border-radius:8px;background:#f8fafcd1;padding:11px 12px}.restore-job-list article>div,.restore-history-grid article>div:first-of-type{min-width:0;display:grid;gap:3px}.restore-job-list strong,.restore-history header strong,.restore-history-grid strong{color:#172033;font-size:13px}.restore-history-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:10px}.restore-history-grid article{gap:10px;border:1px solid rgba(203,213,225,.78);border-radius:8px;background:#ffffffe6;padding:10px}.restore-history-grid img{width:84px;height:84px;object-fit:cover;border-radius:6px;background:#e2e8f0}.restore-history-grid strong,.restore-history-grid span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.restore-history-actions{margin-left:auto;gap:6px}.restore-history-actions a,.restore-history-actions button{width:34px;height:34px;background:#0f172aa3}.social-studio{height:100%;min-height:0;overflow:hidden;padding:18px 24px 24px;display:grid;grid-template-columns:minmax(340px,430px) minmax(0,1fr);gap:16px}.social-control-panel,.social-card-stage,.social-card{border:1px solid rgba(203,213,225,.78);background:#ffffffdb;box-shadow:0 18px 46px #0f172a14}.social-control-panel{min-height:0;overflow:auto;display:grid;align-content:start;gap:16px;border-radius:18px;padding:18px}.social-panel-title{display:flex;align-items:flex-start;gap:12px}.social-panel-title>svg{color:#0f766e;margin-top:3px}.social-panel-title h2,.social-panel-title p{margin:0}.social-panel-title h2{color:#172033;font-size:22px}.social-panel-title p{color:#64748b;line-height:1.6}.social-topic-input{min-height:160px}.social-control-grid{display:grid;grid-template-columns:1fr 120px;gap:12px}.social-control-grid .field:nth-child(3),.social-format-box{grid-column:span 2}.social-format-box{min-height:62px;display:grid;align-content:center;border:1px solid rgba(203,213,225,.84);border-radius:12px;background:#f8fafcd1;padding:0 12px}.social-format-box span,.social-card small{color:#64748b;font-size:12px}.social-format-box strong{color:#0f766e;font-size:17px}.social-actions,.social-copy-panel,.social-card-stage,.social-card-grid,.social-card{display:grid;gap:12px}.social-copy-panel{border:1px solid rgba(203,213,225,.78);border-radius:14px;background:#f8fafcb8;padding:14px}.social-copy-panel header,.social-card header,.social-card-actions{display:flex;align-items:center}.social-copy-panel header{justify-content:space-between;color:#172033}.social-copy-actions,.commerce-title-actions{display:flex;align-items:center;gap:8px}.social-copy-panel header button{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(203,213,225,.78);border-radius:999px;background:#fff;color:#475569}.social-copy-panel p{margin:0;color:#334155;line-height:1.7;white-space:pre-wrap}.social-title-list{display:grid;gap:8px}.social-title-list button{min-height:38px;border:1px solid rgba(20,184,166,.2);border-radius:999px;background:#f0fdfad1;color:#0f766e;padding:0 12px;text-align:left;font-weight:850}.social-tags{display:flex;flex-wrap:wrap;gap:7px}.social-tags span{min-height:28px;display:inline-flex;align-items:center;border-radius:999px;background:#14b8a61c;color:#0f766e;padding:0 9px;font-size:12px;font-weight:850}.social-tags.compact span{min-height:24px}.social-card-stage{min-height:0;overflow:auto;border-radius:18px;padding:18px}.social-empty{min-height:100%;display:grid;place-items:center;align-content:center;gap:10px;color:#64748b;text-align:center}.social-empty svg{color:#0f766e}.social-empty h2,.social-empty p{margin:0}.social-empty h2{color:#172033}.social-card-grid{grid-template-columns:repeat(auto-fill,minmax(310px,1fr));align-items:start}.social-card{border-radius:16px;padding:14px;animation:panel-enter .22s var(--ease-out) both}.social-card header{gap:10px}.social-card header>span{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(135deg,#14b8a6,#2f8cf4);color:#fff;font-weight:950}.social-card header div{min-width:0}.social-card strong,.social-card small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.social-card strong{color:#172033}.social-card-body{min-height:130px}.social-card-generating{min-height:128px;display:flex;align-items:center;gap:14px;border:1px solid rgba(20,184,166,.22);border-radius:14px;background:linear-gradient(135deg,#f0fdfae6,#eff6ffdb);color:#0f766e;padding:16px;box-shadow:inset 0 0 0 1px #ffffffb8}.generating-badge{width:48px;height:48px;flex:0 0 auto;display:grid;place-items:center;border-radius:14px;background:#14b8a61f;color:#0f766e}.social-card-generating div:last-child{min-width:0;display:grid;gap:4px}.social-card-generating strong,.social-card-generating span{overflow:hidden;text-overflow:ellipsis}.social-card-generating strong{color:#0f766e;font-size:15px}.social-card-generating span{color:#64748b;font-size:12px;line-height:1.5}.social-prompt-details summary{color:#0f766e;cursor:pointer;font-weight:900}.social-card-image-preview figure{position:relative;margin:0;overflow:hidden;border-radius:14px;background:#e2e8f0;box-shadow:0 18px 42px #0f172a1f}.social-card-image-preview img{display:block;width:100%;aspect-ratio:3 / 4;object-fit:cover}.social-card-image-preview figcaption{position:absolute;inset:auto 10px 10px;z-index:2;display:flex;gap:8px;justify-content:center;flex-wrap:wrap;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .18s ease,transform .18s var(--ease-out)}.social-card-image-preview figure:after{content:"";position:absolute;top:45%;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,transparent,rgba(15,23,42,.66));opacity:0;pointer-events:none;transition:opacity .18s ease}.social-card-image-preview figure:hover:after,.social-card-image-preview figure:focus-within:after,.social-card-image-preview figure:hover figcaption,.social-card-image-preview figure:focus-within figcaption{opacity:1;transform:translateY(0)}.social-card-image-preview figcaption button,.social-card-image-preview figcaption a{min-height:34px;display:inline-flex;align-items:center;gap:6px;border:0;border-radius:999px;background:#0f172ab8;color:#fff;padding:0 11px;font-size:12px;font-weight:900;text-decoration:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;z-index:3;pointer-events:none}.social-card-image-preview figure:hover figcaption button,.social-card-image-preview figure:focus-within figcaption button,.social-card-image-preview figure:hover figcaption a,.social-card-image-preview figure:focus-within figcaption a{pointer-events:auto}.social-card-image-preview figcaption button:hover,.social-card-image-preview figcaption a:hover{background:#0f766ee6}.social-card-actions{justify-content:space-between;gap:10px}.social-card-actions .btn{flex:1}.apps-page,.planned-app-page{height:100%;min-height:0;overflow:hidden;padding:18px 24px 24px}.apps-page{display:grid;grid-template-columns:minmax(310px,380px) minmax(0,1fr);gap:16px}.planned-app-page{overflow:auto;display:grid;align-content:start;gap:16px}.apps-control-panel,.apps-workbench,.pinned-apps-card,.app-roadmap-card,.app-card,.planned-app-hero,.planned-app-grid article{border:1px solid rgba(203,213,225,.78);background:#ffffffe6;box-shadow:0 18px 46px #0f172a14}.apps-control-panel,.apps-workbench{min-height:0;overflow:auto;display:grid;align-content:start;gap:16px;border-radius:18px;padding:18px}.apps-panel-title,.apps-workbench-header,.app-group-section>header,.app-card-actions,.app-card-title-row,.pinned-app-list{display:flex;align-items:center}.apps-panel-title{align-items:flex-start;gap:12px}.apps-panel-title>svg{color:#0f766e;margin-top:3px}.apps-panel-title h2,.apps-panel-title p,.apps-workbench-header h2,.apps-workbench-header p,.app-group-section h3,.app-card h4,.app-card p,.pinned-apps-card p,.app-roadmap-card p,.planned-app-hero h2,.planned-app-hero p,.planned-app-grid p{margin:0}.apps-panel-title h2,.apps-workbench-header h2,.app-group-section h3,.app-card h4,.pinned-apps-card strong,.app-roadmap-card strong,.planned-app-hero h2,.planned-app-grid strong{color:#172033}.apps-panel-title p,.apps-workbench-header p,.app-card p,.pinned-apps-card p,.app-roadmap-card p,.planned-app-hero p,.planned-app-hero>span,.planned-app-grid p{color:#64748b;line-height:1.6}.pinned-apps-card,.app-roadmap-card{display:grid;gap:12px;border-radius:16px;padding:16px}.pinned-app-list{flex-wrap:wrap;gap:8px}.pinned-app-list button{min-height:34px;display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(20,184,166,.18);border-radius:999px;background:#14b8a61a;color:#0f766e;padding:0 11px;font-weight:850}.app-roadmap-card{background:linear-gradient(135deg,#f0fdfaeb,#eff6ffc7)}.apps-workbench-header,.app-group-section>header{justify-content:space-between;gap:14px}.apps-workbench-header span,.app-group-section>header span{color:#0f766e;font-size:12px;font-weight:900}.app-group-section{display:grid;gap:10px}.app-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.app-card{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;border-radius:16px;padding:14px}.app-card-icon,.planned-app-icon{display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#14b8a6,#2f8cf4);box-shadow:0 12px 26px #14b8a633}.app-card-icon{width:44px;height:44px;border-radius:14px}.app-card-body{min-width:0;display:grid;gap:8px}.app-card-title-row{justify-content:space-between;gap:8px}.app-card h4{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-status{min-height:24px;display:inline-flex;align-items:center;border-radius:999px;background:#14b8a61a;color:#0f766e;padding:0 8px;font-size:12px;font-weight:850;white-space:nowrap}.app-status.planned{background:#3b82f61a;color:#2563eb}.app-status.beta{background:#f59e0b1f;color:#b45309}.app-card-meta{display:flex;flex-wrap:wrap;gap:6px}.app-card-meta span{min-height:24px;display:inline-flex;align-items:center;border:1px solid rgba(203,213,225,.72);border-radius:999px;background:#f8fafcd6;color:#64748b;padding:0 8px;font-size:12px;font-weight:800}.app-card-actions{grid-column:1 / -1;justify-content:flex-end;gap:8px}.planned-app-hero{min-height:320px;display:grid;justify-items:center;align-content:center;gap:12px;border-radius:18px;padding:32px;text-align:center;background:linear-gradient(135deg,#f0fdfaeb,#eff6ffeb)}.planned-app-icon{width:72px;height:72px;border-radius:22px}.planned-app-hero h2{font-size:clamp(32px,4vw,48px)}.planned-app-hero p{max-width:680px}.planned-app-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:6px}.planned-app-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.planned-app-grid article{display:grid;gap:8px;border-radius:16px;padding:18px}.jewelry-studio{height:100%;min-height:0;overflow:hidden;display:grid;grid-template-columns:minmax(340px,440px) minmax(0,1fr);gap:16px;padding:18px 24px 24px}.jewelry-control-panel,.jewelry-result-panel,.jewelry-job-card{border:1px solid rgba(203,213,225,.78);background:#ffffffe6;box-shadow:0 18px 46px #0f172a14}.jewelry-control-panel,.jewelry-result-panel{min-height:0;overflow:auto;display:grid;align-content:start;gap:16px;border-radius:18px;padding:18px}.jewelry-panel-title,.jewelry-section-header,.jewelry-actions,.jewelry-job-actions{display:flex;align-items:center}.jewelry-panel-title{align-items:flex-start;gap:12px}.jewelry-panel-title>svg{color:#0f766e;margin-top:3px}.jewelry-panel-title h2,.jewelry-panel-title p,.jewelry-section-header h2,.jewelry-section-header p,.jewelry-job-card strong,.jewelry-job-card p,.jewelry-empty-state h2,.jewelry-empty-state p{margin:0}.jewelry-panel-title h2,.jewelry-section-header h2,.jewelry-job-card strong,.jewelry-empty-state h2{color:#172033}.jewelry-panel-title p,.jewelry-section-header span,.jewelry-job-card p,.jewelry-empty-state p,.jewelry-muted{color:#64748b;line-height:1.6}.jewelry-form{display:grid;gap:2px}.jewelry-prompt-area{min-height:230px}.jewelry-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px}.jewelry-actions>span{margin-right:auto;color:#0f766e;font-size:13px;font-weight:900}.jewelry-section-header{justify-content:space-between;gap:14px}.jewelry-section-header>div:last-child{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.jewelry-job-list{display:grid;gap:12px}.jewelry-job-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,260px);gap:14px;border-radius:16px;padding:14px}.jewelry-job-card>div:first-child{min-width:0;display:grid;align-content:start;gap:8px}.jewelry-job-card p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4}.jewelry-job-actions{flex-wrap:wrap;gap:8px}.jewelry-job-images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.jewelry-job-images img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px;border:1px solid rgba(203,213,225,.72);background:#f8fafc}.jewelry-empty-state{min-height:360px;display:grid;place-items:center;align-content:center;gap:10px;text-align:center;border:1px dashed rgba(20,184,166,.34);border-radius:18px;background:linear-gradient(135deg,#f0fdfac2,#eff6ff9e)}.jewelry-empty-state svg{color:#0f766e}.jewelry-muted{margin:0;font-size:13px}.templates-page{height:100%;min-height:0;overflow:hidden;padding:18px 24px 24px;display:grid;grid-template-columns:minmax(320px,390px) minmax(0,1fr);gap:16px}.template-control-panel,.template-workbench,.template-card,.template-value-card{border:1px solid rgba(203,213,225,.78);background:#ffffffe6;box-shadow:0 18px 46px #0f172a14}.template-control-panel,.template-workbench{min-height:0;overflow:auto;display:grid;align-content:start;gap:16px;border-radius:18px;padding:18px}.template-panel-title,.template-workbench-header,.template-card header,.template-card-actions{display:flex;align-items:center}.template-panel-title{align-items:flex-start;gap:12px}.template-panel-title>svg{color:#0f766e;margin-top:3px}.template-panel-title h2,.template-panel-title p,.template-workbench-header h2,.template-workbench-header p,.template-card h3,.template-card p,.template-value-card p{margin:0}.template-panel-title h2,.template-workbench-header h2,.template-card h3,.template-value-card strong,.template-meta dd{color:#172033}.template-panel-title p,.template-workbench-header p,.template-card p,.template-meta dt,.template-card header span,.template-value-card p{color:#64748b;line-height:1.6}.template-filter-list{display:grid;gap:10px}.template-filter-list button{min-height:52px;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(203,213,225,.72);border-radius:14px;background:#f8fafcc7;color:#334155;padding:0 14px;font-weight:900;cursor:pointer;transition:transform .16s var(--ease-out),border-color .16s var(--ease-out),background .16s var(--ease-out)}.template-filter-list button:hover,.template-filter-list button.active{transform:translateY(-1px);border-color:#14b8a673;background:#ecfdf5e6;color:#0f766e}.template-filter-list strong{min-width:30px;min-height:30px;display:grid;place-items:center;border-radius:999px;background:#fff;color:#0f766e;box-shadow:inset 0 0 0 1px #14b8a629}.template-value-card{display:grid;gap:12px;border-radius:16px;padding:16px;background:linear-gradient(135deg,#eff6ffeb,#fefce8b8)}.template-value-card div,.template-tags{display:flex;flex-wrap:wrap;gap:8px}.template-value-card span,.template-tags span{min-height:26px;display:inline-flex;align-items:center;border-radius:999px;background:#14b8a61a;color:#0f766e;padding:0 9px;font-size:12px;font-weight:850}.template-workbench-header{justify-content:space-between;gap:14px}.template-workbench-header span{color:#0f766e;font-size:12px;font-weight:900}.template-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:14px}.template-card{display:grid;gap:14px;border-radius:16px;padding:16px;animation:panel-enter .22s var(--ease-out) both}.template-card header{align-items:flex-start;gap:12px}.template-card header div:last-child{min-width:0}.template-card-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border-radius:14px;background:linear-gradient(135deg,#14b8a6,#2f8cf4);color:#fff;box-shadow:0 12px 26px #14b8a638}.template-card h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:4px}.template-meta{display:grid;gap:8px;margin:0}.template-meta div{display:grid;grid-template-columns:48px minmax(0,1fr);gap:10px}.template-meta dt,.template-meta dd{margin:0}.template-meta dt{font-weight:850}.template-meta dd{line-height:1.55}.template-card-actions{justify-content:space-between;gap:10px;margin-top:2px}.template-card-actions .btn{flex:1}.projects-page{height:100%;min-height:0;overflow:hidden;padding:18px 24px 24px;display:grid;grid-template-columns:minmax(340px,420px) minmax(0,1fr);gap:16px}.project-control-panel,.project-workbench,.active-project-card,.project-delivery-panel,.project-card{border:1px solid rgba(203,213,225,.78);background:#ffffffe0;box-shadow:0 18px 46px #0f172a14}.project-control-panel,.project-workbench{min-height:0;overflow:auto;display:grid;align-content:start;gap:16px;border-radius:18px;padding:18px}.project-panel-title,.project-list-header,.active-project-card,.project-delivery-panel header,.project-card-actions{display:flex;align-items:center}.project-panel-title{align-items:flex-start;gap:12px}.project-panel-title>svg{color:#0f766e;margin-top:3px}.project-panel-title h2,.project-panel-title p,.project-list-header h2,.project-delivery-panel h3,.project-list-header p,.active-project-card h2,.active-project-card p,.project-card h3,.project-card p,.project-empty h2,.project-empty p{margin:0}.project-panel-title h2,.project-list-header h2,.active-project-card h2,.project-delivery-panel h3,.project-card h3,.project-empty h2,.brand-profile-box strong{color:#172033}.project-panel-title p,.project-list-header p,.active-project-card p,.project-delivery-panel small,.project-delivery-panel button span,.project-card p,.project-card-meta span,.project-empty p{color:#64748b;line-height:1.6}.project-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.brand-profile-box{display:grid;gap:10px;border:1px solid rgba(203,213,225,.72);border-radius:14px;background:#f8fafcc2;padding:14px}.project-actions{display:grid;gap:10px}.active-project-card{justify-content:space-between;gap:16px;border-radius:16px;padding:16px;background:linear-gradient(135deg,#f0fdfaeb,#eff6ffe6)}.active-project-card>div:first-child,.project-list-header>div{min-width:0}.active-project-card span{color:#0f766e;font-size:12px;font-weight:900}.project-card-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px}.project-card-actions .btn{min-height:36px;padding:0 12px;text-decoration:none}.project-delivery-panel{display:grid;gap:14px;border-radius:16px;padding:16px}.project-delivery-panel header{justify-content:space-between;gap:14px}.project-delivery-panel header div{min-width:0}.project-delivery-panel header span{color:#0f766e;font-size:12px;font-weight:900}.project-delivery-panel h3{margin:4px 0 0;font-size:20px}.project-delivery-panel small{white-space:nowrap}.project-delivery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.project-delivery-grid button{min-width:0;min-height:112px;display:grid;align-content:start;justify-items:start;gap:8px;border:1px solid rgba(203,213,225,.72);border-radius:14px;background:linear-gradient(180deg,#f8fafcf5,#ffffffe0);color:#172033;padding:14px;text-align:left;cursor:pointer;transition:transform .16s var(--ease-out),border-color .16s var(--ease-out),box-shadow .16s var(--ease-out)}.project-delivery-grid button:hover{transform:translateY(-1px);border-color:#14b8a673;box-shadow:0 16px 38px #0f172a14}.project-delivery-grid svg{color:#0f766e}.project-delivery-grid strong,.project-delivery-grid span{min-width:0}.project-delivery-grid strong{font-size:15px}.project-delivery-grid span{line-height:1.45;font-size:12px}.project-list-header{justify-content:space-between;gap:14px}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.project-card{overflow:hidden;display:grid;border-radius:16px;animation:panel-enter .22s var(--ease-out) both}.project-card.active{border-color:#14b8a680;box-shadow:0 20px 48px #14b8a61f}.project-cover{height:142px;display:grid;place-items:center;background:linear-gradient(135deg,#14b8a61f,#2f8cf41f);color:#0f766e}.project-cover img{width:100%;height:100%;object-fit:cover}.project-card-body{display:grid;gap:8px;padding:14px}.project-card-meta{display:flex;flex-wrap:wrap;gap:7px}.project-card-meta span{min-height:24px;display:inline-flex;align-items:center;border-radius:999px;background:#14b8a61a;color:#0f766e;padding:0 8px;font-size:12px;font-weight:850}.project-card h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-card>.project-card-actions{justify-content:stretch;border-top:1px solid rgba(203,213,225,.62);padding:12px 14px 14px}.project-card>.project-card-actions .btn{flex:1}.danger-soft{color:#e11d48}.project-empty{min-height:360px;display:grid;place-items:center;align-content:center;gap:10px;color:#64748b;text-align:center}.project-empty svg{color:#0f766e}.comic-page{height:100%;min-height:0;overflow:hidden;padding:18px 24px 24px;display:grid;grid-template-columns:minmax(360px,460px) minmax(0,1fr);gap:16px}.comic-control-panel,.comic-workbench,.comic-library-panel,.comic-detail-card,.comic-generator-card,.comic-section-panel,.comic-character-card,.comic-asset-card,.comic-job-card{border:1px solid rgba(203,213,225,.78);background:#ffffffe0;box-shadow:0 18px 46px #0f172a14}.comic-control-panel,.comic-workbench{min-height:0;overflow:auto;display:grid;align-content:start;gap:16px;border-radius:18px;padding:18px}.comic-panel-title,.comic-section-header,.comic-card-actions,.comic-actions,.comic-job-card{display:flex;align-items:center}.comic-panel-title{align-items:flex-start;gap:12px}.comic-panel-title>svg{flex:0 0 auto;color:#7c3aed;margin-top:3px}.comic-panel-title h2,.comic-panel-title p,.comic-section-header h2,.comic-section-header h3,.comic-section-header span,.comic-character-card h3,.comic-character-card p,.comic-detail-card h2,.comic-detail-card p,.comic-empty-state h2,.comic-empty-state p{margin:0}.comic-panel-title h2,.comic-section-header h2,.comic-section-header h3,.comic-character-card h3,.comic-detail-card h2,.comic-asset-card strong,.comic-log-list strong,.comic-empty-state h2{color:#172033}.comic-panel-title p,.comic-section-header span,.comic-character-card p,.comic-character-body span,.comic-detail-card p,.comic-consistency-list span,.comic-kind-help,.comic-muted,.comic-asset-card span,.comic-log-list span,.comic-log-list p,.comic-empty-state p{color:#64748b;line-height:1.6}.comic-actions{gap:10px;flex-wrap:wrap}.comic-actions .btn{flex:1}.comic-library-panel,.comic-detail-card,.comic-generator-card,.comic-section-panel{display:grid;gap:14px;border-radius:16px;padding:16px}.comic-section-header{justify-content:space-between;gap:14px}.comic-section-header.compact{align-items:flex-start}.comic-section-header span{display:block;color:#7c3aed;font-size:12px;font-weight:900}.comic-character-grid,.comic-asset-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px}.comic-character-card,.comic-asset-card{overflow:hidden;display:grid;border-radius:14px}.comic-character-card.active{border-color:#7c3aed75;box-shadow:0 20px 48px #7c3aed1f}.comic-character-cover{height:150px;display:grid;place-items:center;background:linear-gradient(135deg,#7c3aed1f,#14b8a61a);color:#7c3aed}.comic-character-cover img,.comic-asset-card img,.comic-job-images img{width:100%;height:100%;object-fit:cover}.comic-character-body,.comic-asset-card>div{display:grid;gap:7px;padding:14px}.comic-character-card h3{overflow:hidden;font-size:18px;text-overflow:ellipsis;white-space:nowrap}.comic-card-meta{display:flex;gap:8px;flex-wrap:wrap}.comic-card-meta b{min-height:24px;display:inline-flex;align-items:center;border-radius:999px;background:#7c3aed1a;color:#6d28d9;padding:0 8px;font-size:12px}.comic-card-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;border-top:1px solid rgba(203,213,225,.62);padding:12px 14px 14px}.comic-card-actions .btn{min-height:36px;flex:1;padding:0 12px}.comic-detail-grid{display:grid;grid-template-columns:minmax(260px,.82fr) minmax(320px,1.18fr);gap:14px;align-items:start}.comic-detail-card{background:linear-gradient(135deg,#faf5fff0,#f0fdfae6)}.comic-detail-card>span{color:#7c3aed;font-size:12px;font-weight:900}.comic-consistency-list{display:grid;grid-template-columns:64px minmax(0,1fr);gap:8px 10px;border-top:1px solid rgba(203,213,225,.62);padding-top:12px}.comic-consistency-list b{color:#334155}.comic-kind-help{margin:0}.comic-prompt-area{min-height:210px;white-space:pre-wrap}.comic-job-list,.comic-log-list,.comic-log-form{display:grid;gap:12px}.comic-job-card{align-items:stretch;gap:12px;border-radius:14px;padding:12px}.comic-job-card>div:first-child{min-width:0;flex:1}.comic-job-card strong,.comic-job-card p{display:block;margin:6px 0 0}.comic-job-card p{max-height:64px;overflow:hidden;color:#64748b;line-height:1.45}.comic-job-images{width:132px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}.comic-job-images img{aspect-ratio:1;border-radius:8px}.comic-asset-card img{height:220px}.comic-asset-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.comic-log-list article{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border:1px solid rgba(203,213,225,.72);border-radius:14px;background:#f8fafcc7;padding:12px}.comic-log-list p{margin:6px 0 0;white-space:pre-wrap}.comic-empty-state{min-height:260px;display:grid;place-items:center;align-content:center;gap:10px;text-align:center}.comic-empty-state svg{color:#7c3aed}.segment.compact{margin-bottom:0}.storyboard-studio{height:100%;min-height:0;overflow:hidden;padding:18px 24px 24px;display:grid;grid-template-columns:minmax(360px,440px) minmax(0,1fr);gap:16px}.storyboard-control-panel,.storyboard-workbench,.storyboard-plan-card,.storyboard-shot-card{border:1px solid rgba(203,213,225,.78);background:#ffffffe0;box-shadow:0 18px 46px #0f172a14}.storyboard-control-panel,.storyboard-workbench{min-height:0;overflow:auto;border-radius:18px;padding:18px}.storyboard-control-panel,.storyboard-workbench,.storyboard-plan-card,.storyboard-shot-card,.storyboard-shot-list{display:grid;align-content:start;gap:16px}.storyboard-panel-title,.storyboard-plan-header,.storyboard-shot-card header,.storyboard-export-actions{display:flex;align-items:center}.storyboard-panel-title{align-items:flex-start;gap:12px}.storyboard-panel-title>svg{color:#0f766e;margin-top:3px}.storyboard-panel-title h2,.storyboard-panel-title p,.storyboard-empty h2,.storyboard-empty p,.storyboard-plan-header h2,.storyboard-plan-header p{margin:0}.storyboard-panel-title h2,.storyboard-empty h2,.storyboard-plan-header h2,.storyboard-shot-card strong{color:#172033}.storyboard-panel-title p,.storyboard-empty p,.storyboard-plan-header p,.storyboard-plan-header span,.storyboard-shot-card small,.storyboard-stat-row span{color:#64748b;line-height:1.6}.storyboard-script-input{min-height:240px}.storyboard-control-grid,.storyboard-shot-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.storyboard-format-box{min-height:44px;display:grid;align-content:center;gap:2px;border:1px solid rgba(203,213,225,.72);border-radius:8px;background:#f8fafcc2;padding:9px 12px}.storyboard-format-box span{color:#94a3b8;font-size:12px;font-weight:800}.storyboard-format-box strong{color:#0f766e;font-size:14px}.storyboard-option-block{display:grid;gap:8px}.storyboard-option-block>span{color:#94a3b8;font-size:13px;font-weight:800}.storyboard-empty{min-height:100%;display:grid;place-items:center;align-content:center;gap:10px;color:#64748b;text-align:center}.storyboard-empty svg{color:#0f766e}.storyboard-plan-card,.storyboard-shot-card{border-radius:16px;padding:16px}.storyboard-plan-header{justify-content:space-between;gap:16px}.storyboard-plan-header div:first-child{min-width:0}.storyboard-plan-header span{display:block;font-size:12px;font-weight:900}.storyboard-plan-header h2{margin-top:4px;font-size:24px}.storyboard-export-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px}.storyboard-stat-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.storyboard-stat-row div{min-height:82px;display:grid;align-content:center;gap:4px;border:1px solid rgba(203,213,225,.72);border-radius:14px;background:#f8fafcc2;padding:12px}.storyboard-stat-row strong{color:#0f766e;font-size:22px}.storyboard-shot-card header{justify-content:space-between;gap:12px}.storyboard-shot-card header>span{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(135deg,#14b8a6,#2f8cf4);color:#fff;font-size:18px;font-weight:950}.storyboard-shot-card header div{min-width:0;flex:1}.storyboard-shot-card strong,.storyboard-shot-card small{display:block}.storyboard-shot-card header button{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(203,213,225,.78);border-radius:999px;background:#fff;color:#475569}.storyboard-shot-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.storyboard-image-preview,.storyboard-image-progress{overflow:hidden;border:1px dashed rgba(15,118,110,.24);border-radius:14px;background:#f0fdfa6b}.storyboard-image-preview{display:grid;place-items:center}.storyboard-image-preview img{width:100%;max-height:520px;object-fit:contain;display:block}.storyboard-image-progress{min-height:180px;display:grid;place-items:center;align-content:center;gap:10px;color:#0f766e;font-weight:900}.storyboard-sketch-prompt{border-color:#14b8a647;background:#f0fdfa6b}.storyboard-image-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.storyboard-image-actions .btn{flex:1;min-width:150px;text-decoration:none}.commerce-studio{height:100%;min-height:0;overflow:hidden;padding:18px 24px 24px;display:grid;grid-template-columns:minmax(360px,440px) minmax(0,1fr);gap:16px}.commerce-control-panel,.commerce-workbench,.commerce-main-node,.commerce-slice-node,.commerce-title-card{border:1px solid rgba(203,213,225,.78);background:#ffffffe0;box-shadow:0 18px 46px #0f172a14}.commerce-control-panel{min-height:0;overflow:auto;display:grid;align-content:start;gap:16px;border-radius:18px;padding:18px}.commerce-panel-title,.commerce-main-node header,.commerce-title-card header,.commerce-page-preview header,.commerce-slice-node header,.commerce-slice-actions{display:flex;align-items:center}.commerce-panel-title{align-items:flex-start;gap:12px}.commerce-panel-title>svg{color:#0f766e;margin-top:3px}.commerce-panel-title h2,.commerce-panel-title p,.commerce-empty h2,.commerce-empty p{margin:0}.commerce-panel-title h2,.commerce-empty h2{color:#172033}.commerce-panel-title p,.commerce-empty p{color:#64748b;line-height:1.6}.commerce-flow{display:grid;gap:9px}.commerce-flow-node{position:relative;min-height:58px;display:grid;align-content:center;gap:2px;border:1px solid rgba(203,213,225,.78);border-radius:14px;background:#f8fafcc7;padding:10px 12px 10px 42px}.commerce-flow-node:before{content:"";position:absolute;left:14px;top:50%;width:14px;height:14px;border-radius:999px;background:#94a3b8;transform:translateY(-50%);box-shadow:0 0 0 6px #94a3b81a}.commerce-flow-node.active{border-color:#14b8a65c;background:#f0fdfac2}.commerce-flow-node.active:before{background:#14b8a6;box-shadow:0 0 0 6px #14b8a621}.commerce-flow-node span{color:#172033;font-weight:950}.commerce-flow-node small,.commerce-main-node span,.commerce-slice-node small{color:#64748b;font-size:12px}.commerce-product-input{min-height:170px}.commerce-control-grid{display:grid;grid-template-columns:1fr 120px;gap:12px}.commerce-control-grid .field:nth-child(3),.commerce-control-grid .field:nth-child(4){grid-column:span 2}.commerce-actions,.commerce-title-card{display:grid;gap:12px}.commerce-title-card{border-radius:14px;background:#f8fafcbd;padding:14px}.commerce-title-card header{justify-content:space-between;color:#172033;font-weight:950}.commerce-title-card header button{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(203,213,225,.78);border-radius:999px;background:#fff;color:#475569}.commerce-tags{display:flex;flex-wrap:wrap;gap:7px}.commerce-tags span{min-height:28px;display:inline-flex;align-items:center;border-radius:999px;background:#14b8a61c;color:#0f766e;padding:0 9px;font-size:12px;font-weight:850}.commerce-workbench{min-height:0;overflow:auto;display:grid;align-content:start;gap:16px;border-radius:18px;padding:18px}.commerce-workbench.empty{overflow:hidden;place-items:center;align-content:stretch}.commerce-top-grid{display:grid;grid-template-columns:minmax(300px,380px) minmax(0,1fr);gap:16px;align-items:stretch}.commerce-empty{width:min(760px,100%);min-height:0;display:grid;place-items:center;align-content:center;gap:10px;color:#64748b;text-align:center}.commerce-empty svg{color:#0f766e}.commerce-main-node,.commerce-slice-node{display:grid;gap:12px;border-radius:16px;padding:14px}.commerce-main-node header{justify-content:space-between;gap:12px}.commerce-main-node header div,.commerce-slice-node header div{min-width:0}.commerce-main-node strong,.commerce-main-node span,.commerce-slice-node strong,.commerce-slice-node small{display:block}.commerce-main-node strong,.commerce-slice-node strong{color:#172033;font-weight:950}.commerce-main-content{display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:12px}.commerce-main-preview,.commerce-slice-image{display:grid;place-items:center;border:1px dashed rgba(15,118,110,.24);border-radius:14px;background:#f0fdfa6b;color:#0f766e;text-align:center;font-weight:900}.commerce-main-preview{min-height:210px}.commerce-main-preview img,.commerce-slice-image img{width:100%;height:100%;object-fit:cover;border-radius:12px}.commerce-detail-layout{min-height:0;display:grid;grid-template-columns:minmax(320px,420px) minmax(0,1fr);gap:16px;align-items:start}.commerce-page-preview{position:sticky;top:0;display:grid;gap:10px}.commerce-page-preview header{justify-content:space-between;color:#172033;font-weight:950}.commerce-page-preview header span{color:#64748b;font-size:12px}.commerce-market-preview{width:min(100%,390px);height:min(78vh,780px);min-height:640px;margin:0 auto;overflow:auto;border:8px solid #111827;border-radius:34px;background:#f1f5f9;box-shadow:0 24px 70px #0f172a2e;scrollbar-width:thin}.commerce-phone-status{position:sticky;top:0;z-index:9;min-height:28px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:#fff;color:#111827;font-size:12px;font-weight:950}.commerce-phone-status div{display:flex;align-items:center;gap:5px}.commerce-phone-status div span{display:block;border-radius:999px;background:#111827}.commerce-phone-status div span:nth-child(1){width:15px;height:9px}.commerce-phone-status div span:nth-child(2){width:13px;height:9px}.commerce-phone-status div span:nth-child(3){width:22px;height:10px;background:transparent;border:1.5px solid #111827}.commerce-mobile-topbar{position:sticky;top:28px;z-index:8;display:grid;grid-template-columns:34px minmax(0,1fr) 34px;gap:8px;align-items:center;padding:8px 12px;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.9)}.commerce-mobile-topbar button{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:999px;background:#f1f5f9;color:#334155;padding:0;font-size:25px;font-weight:900}.commerce-browser-bar{position:sticky;top:0;z-index:7;display:grid;grid-template-columns:10px 10px 10px minmax(0,1fr);gap:7px;align-items:center;min-height:36px;padding:0 12px;background:#111827;color:#cbd5e1;font-size:11px;font-weight:800}.commerce-browser-bar>span{width:10px;height:10px;border-radius:999px;background:#ef4444}.commerce-browser-bar>span:nth-child(2){background:#f59e0b}.commerce-browser-bar>span:nth-child(3){background:#22c55e}.commerce-market-search,.commerce-shop-brand,.commerce-page-block p,.commerce-recommend-panel header{min-width:0}.commerce-market-search,.commerce-market-header button,.commerce-delivery-grid div,.commerce-hero-actions button,.commerce-page-block p{display:flex;align-items:center}.commerce-market-header{display:grid;grid-template-columns:minmax(180px,1fr) minmax(220px,1.2fr) auto;gap:14px;align-items:center;padding:16px 18px;background:#fff;border-bottom:1px solid rgba(226,232,240,.9)}.commerce-shop-brand{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:center}.commerce-shop-brand>svg{width:38px;height:38px;border-radius:10px;background:#0f766e;color:#fff;padding:9px}.commerce-shop-brand strong,.commerce-shop-brand span,.commerce-recommend-panel article strong,.commerce-recommend-panel article span{display:block}.commerce-shop-brand strong{color:#111827;font-size:15px;font-weight:950}.commerce-shop-brand span{color:#64748b;font-size:12px}.commerce-market-search{min-height:34px;gap:8px;border:1px solid rgba(203,213,225,.78);border-radius:999px;background:#f8fafc;color:#64748b;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:0 12px;font-size:12px;font-weight:850}.commerce-market-header button{min-height:38px;gap:6px;border:1px solid rgba(203,213,225,.78);border-radius:999px;background:#fff;color:#475569;padding:0 13px;font-size:12px;font-weight:900}.commerce-page-anchor button{min-height:42px;border:0;background:transparent;color:#64748b;font-size:13px;font-weight:900}.commerce-page-anchor button.active{color:#ef4444;box-shadow:inset 0 -2px #ef4444}.commerce-product-hero{display:grid;grid-template-columns:1fr;gap:10px;padding:12px;background:#fff}.commerce-product-media,.commerce-buy-panel,.commerce-page-blocks,.commerce-detail-page,.commerce-recommend-panel{display:grid;gap:12px}.commerce-hero-image,.commerce-detail-visual,.commerce-preview-placeholder,.commerce-recommend-panel article div{display:grid;place-items:center}.commerce-hero-image{aspect-ratio:1 / 1;overflow:hidden;border-radius:16px;background:linear-gradient(135deg,#f8fafc,#edf7ff)}.commerce-hero-image img,.commerce-detail-visual img{display:block;width:100%;height:100%;object-fit:cover}.commerce-preview-placeholder{width:100%;height:100%;min-height:180px;gap:9px;border:1px dashed rgba(15,118,110,.24);border-radius:16px;background:#f0fdfa80;color:#0f766e;text-align:center;font-size:12px;font-weight:900}.commerce-preview-placeholder strong{color:#0f766e;font-size:30px}.commerce-preview-placeholder span{max-width:80%;color:#64748b;line-height:1.45}.commerce-buy-panel{align-content:start;border:0;border-radius:0;background:#fff;padding:2px 0 4px}.commerce-page-price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;padding:11px 12px;border-radius:12px;background:linear-gradient(135deg,#fff1f2,#fff7ed)}.commerce-page-price span,.commerce-coupon-row span,.commerce-sku-panel>span{color:#64748b;font-size:12px;font-weight:900}.commerce-page-price strong{color:#ef4444;font-size:31px;line-height:1;font-weight:950}.commerce-page-price small{margin-left:auto;color:#94a3b8;font-size:12px;font-weight:800}.commerce-buy-panel h3,.commerce-buy-panel p,.commerce-page-block p,.commerce-detail-story p{margin:0}.commerce-buy-panel h3{color:#111827;font-size:17px;line-height:1.38;font-weight:950}.commerce-buy-panel p{color:#64748b;font-size:13px;line-height:1.62}.commerce-coupon-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;min-height:42px;border:1px solid rgba(248,113,113,.24);border-radius:12px;background:#fff7ed;padding:0 12px}.commerce-coupon-row strong{color:#b91c1c;font-size:13px;font-weight:950}.commerce-coupon-row button{min-height:28px;border:0;border-radius:999px;background:#ef4444;color:#fff;padding:0 10px;font-size:12px;font-weight:900}.commerce-sku-panel{display:grid;grid-template-columns:40px minmax(0,1fr);gap:10px;align-items:start}.commerce-sku-panel div{display:flex;flex-wrap:wrap;gap:8px}.commerce-sku-panel button{min-height:30px;border:1px solid rgba(203,213,225,.88);border-radius:8px;background:#f8fafc;color:#334155;padding:0 10px;font-size:12px;font-weight:850}.commerce-delivery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.commerce-delivery-grid div{min-height:34px;gap:4px;border-radius:10px;background:#f0fdf4;color:#15803d;justify-content:center;padding:0 5px;font-size:11px;font-weight:900}.commerce-hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.commerce-hero-actions button{min-height:44px;justify-content:center;gap:7px;border:0;border-radius:999px;color:#fff;font-weight:950}.commerce-hero-actions .cart{background:#f97316}.commerce-hero-actions .buy{background:#ef4444}.commerce-page-blocks{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 18px 18px;background:#fff}.commerce-page-block{display:grid;gap:7px;border:1px solid rgba(226,232,240,.92);border-radius:14px;background:#f8fafc;padding:13px}.commerce-page-block strong,.commerce-detail-story strong,.commerce-recommend-panel header strong{color:#111827;font-weight:950}.commerce-page-block p{gap:5px;color:#64748b;font-size:12px;line-height:1.55}.commerce-page-block svg{color:#f59e0b;flex:0 0 auto}.commerce-page-anchor{position:sticky;top:79px;z-index:5;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(226,232,240,.9);border-bottom:1px solid rgba(226,232,240,.9);background:#fffffff0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.commerce-detail-page{gap:0;padding:0 0 74px;background:#fff}.commerce-detail-page img{display:block;width:100%;height:auto;margin:0}.commerce-detail-image-placeholder{aspect-ratio:2 / 3;background:linear-gradient(135deg,#f0fdfabd,#eff6ffb8);border-top:1px dashed rgba(15,118,110,.18);border-bottom:1px dashed rgba(15,118,110,.18)}.commerce-mobile-bottom-bar{position:sticky;bottom:0;z-index:9;display:grid;grid-template-columns:52px 52px 1fr 1fr;gap:8px;align-items:center;min-height:62px;padding:8px 10px;background:#fffffff5;border-top:1px solid rgba(226,232,240,.9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.commerce-mobile-bottom-bar button{min-height:42px;border:0;border-radius:999px;background:#f1f5f9;color:#475569;font-size:12px;font-weight:950}.commerce-mobile-bottom-bar .cart,.commerce-mobile-bottom-bar .buy{color:#fff}.commerce-mobile-bottom-bar .cart{background:#f97316}.commerce-mobile-bottom-bar .buy{background:#ef4444}.commerce-recommend-panel{margin:0 18px 18px;border:1px solid rgba(226,232,240,.9);border-radius:16px;background:#fff;padding:16px}.commerce-recommend-panel header{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.commerce-recommend-panel header span{color:#94a3b8;font-size:12px;font-weight:800}.commerce-recommend-panel>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.commerce-recommend-panel article{display:grid;gap:7px;border-radius:12px;background:#f8fafc;padding:9px}.commerce-recommend-panel article div{aspect-ratio:1 / 1;border-radius:10px;background:#eef2f7;color:#64748b}.commerce-recommend-panel article strong{overflow:hidden;color:#334155;font-size:12px;white-space:nowrap;text-overflow:ellipsis}.commerce-recommend-panel article span{color:#ef4444;font-size:12px;font-weight:950}.commerce-slice-list{display:grid;gap:14px}.commerce-slice-node header{gap:10px}.commerce-slice-node header>span{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(135deg,#14b8a6,#2f8cf4);color:#fff;font-weight:950}.commerce-slice-body{display:grid;grid-template-columns:minmax(150px,220px) minmax(0,1fr);gap:12px}.commerce-slice-image{min-height:260px}.commerce-slice-editor{display:grid;gap:10px}.commerce-edit-window .input{border-color:#14b8a675;background:#f0fdfa6b}.commerce-prompt-details summary{color:#0f766e;cursor:pointer;font-weight:900}.commerce-slice-actions{justify-content:flex-end;gap:10px}.commerce-slice-actions .btn{min-width:150px}.queue-lanes{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:14px}.node-output-lanes{grid-template-columns:1fr;max-height:510px;overflow:auto;padding-right:2px}.queue-lane{min-height:138px;display:grid;align-content:start;gap:10px;border:1px solid rgba(203,213,225,.76);border-radius:14px;background:#ffffffb8;padding:12px}.queue-lane>header{justify-content:space-between;color:#172033;font-weight:900}.queue-lane>header strong{color:#0f766e}.empty-lane{min-height:54px;display:grid;place-items:center;border-radius:10px;background:#f8fafcd1;color:#94a3b8;font-size:13px}.user-tool-page{height:100%;min-height:0;overflow:auto;padding:38px min(7vw,96px);display:grid;grid-template-columns:minmax(320px,440px) minmax(0,1fr);gap:24px;align-items:start}.user-tool-page.centered{grid-template-columns:minmax(320px,460px);place-content:start center}.simple-panel{background:#fff;border:1px solid #dbe4ef;box-shadow:0 18px 50px #0f172a14;padding:24px;animation:panel-enter .32s var(--ease-out) both;transition:transform .18s var(--ease-out),box-shadow .18s ease,border-color .18s ease}.simple-panel:hover{transform:translateY(-2px);border-color:#14b8a638;box-shadow:0 22px 60px #0f172a1a}.simple-panel h2{margin:0 0 18px}.job-card{min-height:150px;border:1px solid #dbe4ef;border-radius:8px;background:#fff;padding:16px;animation:panel-enter .26s var(--ease-out) both;transition:transform .18s var(--ease-out),box-shadow .18s ease,border-color .18s ease}.job-card:hover{transform:translateY(-2px);border-color:#14b8a638;box-shadow:0 18px 44px #0f172a14}.job-card p{color:#64748b;line-height:1.55;display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.job-meta{justify-content:space-between;gap:8px;font-size:12px}.job-meta span{color:#64748b}.result-images{display:grid;grid-template-columns:repeat(auto-fit,minmax(88px,1fr));gap:8px}.result-images img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px}.redeem-card{display:grid;justify-items:center;gap:14px;text-align:center}.redeem-page{grid-template-columns:minmax(320px,420px) minmax(420px,760px);justify-content:center}.redeem-card p{margin:-8px 0 4px;color:#64748b;line-height:1.55}.redeem-history-panel{display:grid;gap:16px;align-content:start}.redeem-history-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.redeem-history-header>div{display:flex;align-items:flex-start;gap:12px}.redeem-history-header svg{color:#14b8a6}.redeem-history-header h2{margin:0 0 4px}.redeem-history-header p{margin:0;color:#64748b}.redeem-history-list{display:grid;gap:12px;max-height:min(58vh,620px);overflow:auto;padding-right:4px}.redeem-history-item{display:grid;gap:8px;border:1px solid #dbe4ef;border-radius:8px;background:#f8fafccc;padding:14px}.redeem-history-item header,.redeem-history-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.redeem-history-item strong{color:#0f172a}.redeem-history-item header span{border-radius:999px;background:#14b8a61f;color:#0f766e;padding:4px 10px;font-size:12px;font-weight:800}.redeem-history-item p{margin:0;color:#334155;line-height:1.55}.redeem-history-meta{justify-content:flex-start;flex-wrap:wrap;color:#94a3b8;font-size:12px}.redeem-history-empty{min-height:180px;display:grid;place-items:center;align-content:center;gap:10px;color:#64748b;border:1px dashed #cbd5e1;border-radius:8px}.profile-page{grid-template-columns:minmax(320px,460px) minmax(340px,620px);justify-content:center}.profile-overview,.profile-form,.profile-form-stack{display:grid;gap:16px}.profile-hero,.profile-form header{display:flex;align-items:center;gap:14px}.profile-avatar{width:64px;height:64px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(135deg,#14b8a6,#2f8cf4);color:#fff;font-size:26px;font-weight:950;box-shadow:0 16px 32px #14b8a633}.profile-hero h2,.profile-hero p,.profile-form header h2,.profile-form header p{margin:0}.profile-hero p,.profile-form header p,.profile-info-list dt,.profile-stat-grid span{color:#64748b}.profile-form header svg{color:#0f766e;flex:0 0 auto}.profile-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-stat-grid div{min-height:112px;display:grid;align-content:start;gap:8px;border:1px solid rgba(203,213,225,.72);border-radius:8px;background:#f8fafc;padding:14px}.profile-stat-grid svg{color:#0f766e}.profile-stat-grid span,.profile-info-list dt{font-size:12px;font-weight:850}.profile-stat-grid strong{color:#172033;font-size:15px;line-height:1.35;word-break:break-word}.profile-info-list{display:grid;gap:10px;margin:0}.profile-info-list div{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(203,213,225,.56);padding-bottom:10px}.profile-info-list dt,.profile-info-list dd{margin:0}.profile-info-list dd{color:#172033;font-weight:850;text-align:right}.profile-form .input[readonly]{background:#f8fafc;color:#64748b}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:grid;place-items:center;padding:24px;background:#02061785;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app-modal,.auth-modal-card{position:relative;width:min(460px,100%)}.app-modal{display:grid;gap:16px}.admin-edit-modal{position:relative;width:min(780px,100%);max-height:min(88dvh,900px);display:grid;gap:18px;overflow:auto;border:1px solid rgba(137,157,187,.24);border-radius:8px;background:linear-gradient(180deg,#142237fa,#0a1424fa);padding:24px;box-shadow:0 28px 96px #0000005c}.provider-edit-modal{width:min(880px,100%)}.compact-admin-modal{width:min(620px,100%)}.admin-modal-head{display:flex;align-items:flex-start;gap:12px;padding-right:44px}.admin-modal-head svg{flex:0 0 auto;color:#45f0c8;margin-top:2px}.admin-modal-head h2,.admin-modal-head p,.admin-modal-subhead h3,.admin-modal-subhead p{margin:0}.admin-modal-head h2{color:#e7eef9;font-size:22px;line-height:1.25}.admin-modal-head p,.admin-modal-subhead p,.admin-modal-summary span{color:#94a3b8;line-height:1.55}.admin-modal-section{display:grid;gap:12px;border:1px solid rgba(137,157,187,.2);border-radius:8px;background:#08122075;padding:14px}.admin-modal-subhead{display:grid;gap:4px}.admin-modal-subhead h3{color:#e7eef9;font-size:15px}.admin-modal-summary{display:grid;gap:4px;border:1px solid rgba(20,184,166,.2);border-radius:8px;background:#14b8a614;padding:12px 14px}.admin-modal-summary strong{color:#e7eef9;word-break:break-word}.admin-edit-modal .inline-field-action{align-items:stretch}.admin-edit-modal .inline-field-action .input{flex:1 1 auto;min-width:0}.app-modal header{display:flex;gap:12px;align-items:center}.app-modal header h2,.app-modal header p{margin:0}.app-modal header svg{color:#0f766e}.app-modal header p{color:#64748b}.announcement-body{margin:0;color:#334155;line-height:1.8;white-space:pre-wrap}.modal-close{position:absolute;top:14px;right:14px;width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(203,213,225,.72);border-radius:999px;background:#f8fafce6;color:#334155}.billing-modal{width:min(820px,100%);max-height:min(88dvh,900px);overflow:auto}.billing-modal header{padding-right:42px}.billing-modal-summary{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid rgba(20,184,166,.18);border-radius:8px;background:linear-gradient(135deg,#14b8a61a,#2f8cf414);padding:14px}.billing-modal-summary div,.billing-mode-card{display:grid;gap:4px}.billing-modal-summary span,.billing-mode-card span,.billing-mode-card small{color:#64748b;font-weight:800}.billing-modal-summary strong{color:#0f766e;font-size:28px;line-height:1}.billing-mode-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:6px;border:1px solid rgba(203,213,225,.72);border-radius:8px;background:#f8fafc}.billing-mode-tabs button,.provider-pill-row button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;background:transparent;color:#64748b;font-weight:900}.billing-mode-tabs button.active,.provider-pill-row button.active{background:#fff;color:#0f766e;box-shadow:0 12px 30px #0f172a14}.billing-mode-tabs button:disabled{cursor:not-allowed;opacity:.48}.billing-mode-panel{display:grid;gap:14px}.billing-mode-card{border:1px solid rgba(203,213,225,.72);border-radius:8px;background:#f8fafcdb;padding:14px}.billing-mode-card strong{color:#172033;font-size:17px}.self-use-modal-panel .self-use-config-section:first-child{border-top:0;padding-top:0}.self-use-provider-field{grid-column:1 / -1}.provider-pill-row{display:flex;flex-wrap:wrap;gap:8px}.provider-pill-row button{min-height:38px;border:1px solid rgba(203,213,225,.72);background:#fff;padding:0 12px}.self-use-panel .check-row{color:#334155;margin:0}.self-use-switch{min-height:46px;border:1px solid rgba(20,184,166,.24);border-radius:8px;background:#14b8a614;padding:0 14px;font-weight:850}.self-use-config-stack{display:grid;gap:20px}.self-use-config-section{display:grid;gap:12px;border-top:1px solid rgba(203,213,225,.68);padding-top:18px}.self-use-config-section h3{margin:0;color:#172033;font-size:15px}.self-use-capabilities{margin:0}.self-use-capabilities .capability-toggle{color:#334155;background:#f8fafc;border-color:#cbd5e1b8}.code-input{text-align:center;font-weight:900}.error-text{display:block;margin-top:8px;color:#fb7185;font-size:13px}.toast{position:fixed;right:24px;bottom:24px;z-index:90;max-width:min(440px,calc(100vw - 32px));display:flex;align-items:center;gap:8px;border-radius:8px;padding:12px 14px;background:#0f172a;color:#67f2dc;border:1px solid rgba(148,163,184,.22);box-shadow:0 18px 50px #0003;animation:toast-enter .22s var(--ease-out) both}.toast.error{color:#ffa1ad;border-color:#fb718575;box-shadow:0 18px 56px #02061757,0 0 0 1px #fb71852e}.theme-light.user-portal.skin-gemini{--skin-page: #ffffff;--skin-surface: #ffffff;--skin-surface-strong: #ffffff;--skin-muted-surface: #f0f4f9;--skin-border: rgba(0, 0, 0, .06);--skin-border-strong: rgba(0, 0, 0, .12);--skin-text: #1f1f1f;--skin-muted: #444746;--skin-accent: #0b57d0;--skin-accent-soft: #e8f0fe;--skin-accent-2: #1a73e8;--skin-shadow: 0 4px 12px rgba(0, 0, 0, .05);--skin-radius-panel: 16px;--skin-radius-card: 12px;--skin-radius-control: 999px;--skin-panel-padding: 20px}.theme-light.user-portal.skin-chatgpt{--skin-page: #ffffff;--skin-surface: #ffffff;--skin-surface-strong: #f4f4f4;--skin-muted-surface: #f9f9f9;--skin-border: #e5e5e5;--skin-border-strong: #d9d9d9;--skin-text: #0d0d0d;--skin-muted: #666666;--skin-accent: #000000;--skin-accent-soft: #ececec;--skin-accent-2: #10a37f;--skin-shadow: 0 1px 2px rgba(16, 24, 40, .06);--skin-radius-panel: 12px;--skin-radius-card: 10px;--skin-radius-control: 10px;--skin-panel-padding: 18px}.theme-light.user-portal.skin-claude{--skin-page: #ffffff;--skin-surface: #ffffff;--skin-surface-strong: #ffffff;--skin-muted-surface: #f3f1eb;--skin-border: #e6e2d9;--skin-border-strong: #d0c8b9;--skin-text: #21201c;--skin-muted: #737067;--skin-accent: #d97757;--skin-accent-soft: #f6eee9;--skin-accent-2: #a55a42;--skin-shadow: 0 4px 12px rgba(108, 77, 48, .04);--skin-radius-panel: 20px;--skin-radius-card: 14px;--skin-radius-control: 12px;--skin-panel-padding: 20px}.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude){color:var(--skin-text);background:var(--skin-page)}.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .user-main,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .chat-canvas{background:var(--skin-page)}.theme-light.user-portal.skin-gemini .user-main{background:linear-gradient(120deg,rgba(26,115,232,.06),transparent 36%),linear-gradient(220deg,rgba(15,157,88,.05),transparent 32%),var(--skin-page)}.theme-light.user-portal.skin-chatgpt .user-main{background:var(--skin-page)}.theme-light.user-portal.skin-claude .user-main{background:linear-gradient(180deg,rgba(255,255,255,.48),transparent 36%),var(--skin-page)}.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .user-topbar{background:color-mix(in srgb,var(--skin-surface-strong) 88%,transparent);border-bottom-color:var(--skin-border);box-shadow:var(--skin-shadow)}.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .user-actions button{color:var(--skin-muted)}.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .brand-title-topbar{color:var(--skin-text)}.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .user-actions button.active,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .user-actions button:hover{background:var(--skin-accent-soft);color:var(--skin-accent)}.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .user-balance,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .ui-style-trigger,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .user-actions .user-profile-entry,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .user-actions .project-save-button,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .round-button{background:var(--skin-surface);color:var(--skin-accent);box-shadow:inset 0 0 0 1px var(--skin-border)}.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .user-conversations{background:color-mix(in srgb,var(--skin-muted-surface) 72%,transparent);border-right-color:var(--skin-border)}.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .new-chat,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .conversation-row.active,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .conversation-row:hover{background:var(--skin-accent-soft);color:var(--skin-accent)}.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .conversation-search,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .conversation-title-input,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .composer-model-trigger,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .surface-toggle,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .input,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) select,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) textarea{background:var(--skin-surface-strong);border-color:var(--skin-border);color:var(--skin-text)}.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .ui-style-menu,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .composer-model-menu{background:color-mix(in srgb,var(--skin-surface-strong) 96%,transparent);border-color:var(--skin-border);box-shadow:var(--skin-shadow)}.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .user-actions .ui-style-option,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .composer-model-option{color:var(--skin-muted)}.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .user-actions .ui-style-option:hover,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .user-actions .ui-style-option.active,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .composer-model-option:hover,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .composer-model-option.active{background:var(--skin-accent-soft);color:var(--skin-accent)}.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .surface-toggle.active,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .composer-model-trigger:focus-visible,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .gemini-composer:focus-within{border-color:var(--skin-border-strong);box-shadow:0 0 0 4px var(--skin-accent-soft),var(--skin-shadow)}.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .surface-toggle.active{background:color-mix(in srgb,var(--skin-accent) 18%,#ffffff);color:var(--skin-accent);box-shadow:0 0 0 4px var(--skin-accent-soft),0 14px 28px color-mix(in srgb,var(--skin-accent) 18%,transparent)}.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .welcome h1,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .markdown-body,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .bubble,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .template-card h3,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .project-card h3{color:var(--skin-text)}.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .welcome p,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .assistant-state,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .conversation-empty,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .template-card p,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .project-card p{color:var(--skin-muted)}.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .prompt-suggestions button,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .gemini-composer,.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) :where(.image-workflow-toolbar,.workflow-shell,.workflow-node,.queue-lane,.image-output-panel,.output-card,.restore-control-panel,.restore-result-panel,.restore-history-grid article,.social-control-panel,.social-card-stage,.social-card,.social-copy-panel,.apps-control-panel,.apps-workbench,.pinned-apps-card,.app-roadmap-card,.app-card,.planned-app-hero,.planned-app-grid article,.template-control-panel,.template-workbench,.template-card,.template-value-card,.project-control-panel,.project-workbench,.active-project-card,.project-delivery-panel,.project-card,.storyboard-control-panel,.storyboard-workbench,.storyboard-plan-card,.storyboard-shot-card,.commerce-control-panel,.commerce-workbench,.commerce-main-node,.commerce-slice-node,.commerce-title-card,.simple-panel){background:var(--skin-surface);border-color:var(--skin-border);box-shadow:var(--skin-shadow)}.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) :where(.social-format-box,.template-filter-list button,.template-filter-list strong,.template-value-card span,.template-tags span,.brand-profile-box,.project-delivery-grid button,.project-cover,.project-card-meta span,.storyboard-format-box,.storyboard-stat-row div,.commerce-flow-node,.commerce-main-preview,.commerce-slice-image,.commerce-market-search,.commerce-preview-placeholder,.pinned-app-list button,.app-status,.profile-stat-grid div){background:var(--skin-muted-surface);border-color:var(--skin-border)}.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) :where(.template-card-icon,.profile-avatar,.send-button,.btn.primary){background:var(--skin-accent);color:#fff}.theme-light.user-portal.skin-chatgpt :where(.gemini-composer,.prompt-suggestions button,.social-control-panel,.social-card-stage,.template-control-panel,.template-workbench,.project-control-panel,.project-workbench,.storyboard-control-panel,.storyboard-workbench,.commerce-control-panel,.commerce-workbench,.simple-panel){border-radius:12px;box-shadow:none}.theme-light.user-portal.skin-chatgpt .gemini-composer{border-radius:18px}.theme-light.user-portal.skin-claude :where(.btn.primary,.send-button){background:#b85d3f}.theme-light.user-portal.skin-claude .bubble.user{background:#f2e5d4}.theme-light.user-portal.skin-gemini .bubble.user{background:#e8f0fe}.theme-light.user-portal.skin-chatgpt .bubble.user{background:#ececec}.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) .user-main{grid-template-rows:var(--skin-topbar-height, 72px) minmax(0,1fr)}.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) :where(.user-topbar,.user-actions button,.ui-style-trigger,.user-balance,.user-actions .user-profile-entry,.user-actions .project-save-button,.round-button,.new-chat,.conversation-row,.conversation-search,.surface-toggle,.composer-model-trigger,.gemini-composer,.prompt-suggestions button,.input,select,textarea,.btn,.simple-panel,.job-card,.workflow-node,.queue-lane,.image-output-panel,.output-card,.restore-control-panel,.restore-result-panel,.social-control-panel,.social-card-stage,.social-card,.social-copy-panel,.apps-control-panel,.apps-workbench,.app-card,.template-control-panel,.template-workbench,.template-card,.project-control-panel,.project-workbench,.project-card,.storyboard-control-panel,.storyboard-workbench,.storyboard-plan-card,.storyboard-shot-card,.commerce-control-panel,.commerce-workbench,.commerce-main-node,.commerce-slice-node,.commerce-title-card){border-radius:var(--skin-radius-control)}.theme-light.user-portal.skin-gemini textarea,.theme-light.user-portal.skin-gemini .input.area{border-radius:20px}.theme-light.user-portal.skin-gemini .gemini-composer textarea{border-radius:18px}.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) :where(.simple-panel,.job-card,.workflow-node,.queue-lane,.image-output-panel,.output-card,.restore-control-panel,.restore-result-panel,.restore-history-grid article,.social-control-panel,.social-card-stage,.social-card,.social-copy-panel,.apps-control-panel,.apps-workbench,.pinned-apps-card,.app-roadmap-card,.app-card,.planned-app-hero,.planned-app-grid article,.template-control-panel,.template-workbench,.template-card,.template-value-card,.project-control-panel,.project-workbench,.active-project-card,.project-delivery-panel,.project-card,.storyboard-control-panel,.storyboard-workbench,.storyboard-plan-card,.storyboard-shot-card,.commerce-control-panel,.commerce-workbench,.commerce-main-node,.commerce-slice-node,.commerce-title-card){border-radius:var(--skin-radius-panel);padding:var(--skin-panel-padding)}.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude) :where(.template-filter-list button,.template-filter-list strong,.template-value-card span,.template-tags span,.pinned-app-list button,.app-status,.project-card-meta span,.social-tags span,.commerce-tags span){border-radius:var(--skin-radius-control)}.theme-light.user-portal.skin-gemini{--skin-topbar-height: 76px}.theme-light.user-portal.skin-gemini .user-topbar{margin:12px 20px 0;border:1px solid rgba(180,199,230,.46);border-radius:28px;background:#ffffffbd;box-shadow:0 18px 56px #2c5eaa1f}.theme-light.user-portal.skin-gemini .user-brand{min-width:190px}.theme-light.user-portal.skin-gemini .user-brand .brand-lockup-logo{width:46px;height:46px;object-fit:cover;object-position:left top}.theme-light.user-portal.skin-gemini .gemini-chat{grid-template-columns:300px minmax(0,1fr);padding:12px 20px 20px;gap:14px}.theme-light.user-portal.skin-gemini .user-conversations{border:1px solid rgba(180,199,230,.46);border-radius:28px;background:#ffffff94;box-shadow:0 18px 52px #2c5eaa14;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:16px}.theme-light.user-portal.skin-gemini .chat-canvas{padding:0 min(7vw,92px) 24px;border:1px solid rgba(180,199,230,.34);border-radius:28px;background:#ffffff61;box-shadow:inset 0 1px #ffffffb8}.theme-light.user-portal.skin-gemini .message-stream{padding-top:22px}.theme-light.user-portal.skin-gemini .gemini-composer{border-radius:32px;padding:14px;background:#ffffffe6;box-shadow:0 24px 70px #2c5eaa29}.theme-light.user-portal.skin-gemini .bubble.user{border-radius:26px 26px 8px;box-shadow:0 12px 28px #1a73e814}.theme-light.user-portal.skin-gemini .bubble.assistant{padding:4px 0 8px}.theme-light.user-portal.skin-gemini .prompt-suggestions{width:min(820px,100%)}.theme-light.user-portal.skin-gemini .prompt-suggestions button{min-height:64px;border-radius:22px;background:#ffffffbd;box-shadow:0 16px 40px #2c5eaa1a}.theme-light.user-portal.skin-gemini :where(.btn.primary,.send-button){background:linear-gradient(135deg,#1a73e8,#14b8a6);box-shadow:0 14px 30px #1a73e838}.theme-light.user-portal.skin-chatgpt{--skin-topbar-height: 64px}.theme-light.user-portal.skin-chatgpt .user-topbar{padding:0 20px;background:#fff;border-bottom:1px solid #e5e5e0;box-shadow:none}.theme-light.user-portal.skin-chatgpt .user-brand .brand-lockup-logo{width:46px;height:46px;object-fit:cover;object-position:left top}.theme-light.user-portal.skin-chatgpt .user-actions{gap:4px}.theme-light.user-portal.skin-chatgpt .user-actions button{min-height:34px;border-radius:8px;padding:0 10px}.theme-light.user-portal.skin-chatgpt .user-actions button.active,.theme-light.user-portal.skin-chatgpt .user-actions button:hover{transform:none}.theme-light.user-portal.skin-chatgpt .gemini-chat{grid-template-columns:260px minmax(0,1fr)}.theme-light.user-portal.skin-chatgpt .user-conversations{padding:12px;background:#f6f6f3;border-right:1px solid #e5e5e0}.theme-light.user-portal.skin-chatgpt .new-chat,.theme-light.user-portal.skin-chatgpt .conversation-row{border-radius:8px}.theme-light.user-portal.skin-chatgpt .conversation-row:hover,.theme-light.user-portal.skin-chatgpt .conversation-row.active{transform:none}.theme-light.user-portal.skin-chatgpt .chat-canvas{--chat-content-width: 780px;padding:0 min(9vw,130px) 24px;background:#fff}.theme-light.user-portal.skin-chatgpt .message-stream{gap:0;padding-top:20px}.theme-light.user-portal.skin-chatgpt .bubble{max-width:min(760px,92%);border-radius:12px;padding:12px 14px}.theme-light.user-portal.skin-chatgpt .bubble.assistant{padding-left:0}.theme-light.user-portal.skin-chatgpt .bubble.user{border-radius:18px}.theme-light.user-portal.skin-chatgpt .gemini-composer{width:min(var(--chat-content-width),100%);border-radius:24px;border-color:#d9d9d2;box-shadow:0 2px 8px #10182814}.theme-light.user-portal.skin-chatgpt .composer-model-trigger,.theme-light.user-portal.skin-chatgpt .surface-toggle,.theme-light.user-portal.skin-chatgpt .ui-style-trigger,.theme-light.user-portal.skin-chatgpt .user-balance,.theme-light.user-portal.skin-chatgpt .user-actions .user-profile-entry,.theme-light.user-portal.skin-chatgpt .user-actions .project-save-button,.theme-light.user-portal.skin-chatgpt .round-button,.theme-light.user-portal.skin-chatgpt .btn{border-radius:8px}.theme-light.user-portal.skin-chatgpt .send-button{border-radius:50%;background:#202123}.theme-light.user-portal.skin-chatgpt :where(.simple-panel,.job-card,.workflow-node,.queue-lane,.image-output-panel,.output-card,.restore-control-panel,.restore-result-panel,.social-control-panel,.social-card-stage,.social-card,.social-copy-panel,.apps-control-panel,.apps-workbench,.app-card,.template-control-panel,.template-workbench,.template-card,.project-control-panel,.project-workbench,.project-card,.storyboard-control-panel,.storyboard-workbench,.storyboard-plan-card,.storyboard-shot-card,.commerce-control-panel,.commerce-workbench,.commerce-main-node,.commerce-slice-node,.commerce-title-card){border-radius:10px;box-shadow:none}.theme-light.user-portal.skin-chatgpt :where(.template-card-icon,.app-card-icon,.planned-app-icon,.profile-avatar){border-radius:8px;background:#202123;box-shadow:none}.theme-light.user-portal.skin-claude{--skin-topbar-height: 74px}.theme-light.user-portal.skin-claude .user-main{background:linear-gradient(90deg,rgba(120,88,61,.035) 1px,transparent 1px),linear-gradient(rgba(120,88,61,.03) 1px,transparent 1px),var(--skin-page);background-size:28px 28px}.theme-light.user-portal.skin-claude .user-topbar{margin:10px 18px 0;border:1px solid rgba(224,207,184,.92);border-radius:18px;background:#fffaf2e6;box-shadow:0 14px 36px #6c4d3014}.theme-light.user-portal.skin-claude .user-brand .brand-lockup-logo{width:46px;height:46px;object-fit:cover;object-position:left top;filter:saturate(.92) sepia(.08)}.theme-light.user-portal.skin-claude .gemini-chat{grid-template-columns:292px minmax(0,1fr);padding:12px 18px 18px;gap:14px}.theme-light.user-portal.skin-claude .user-conversations{border:1px solid rgba(224,207,184,.86);border-radius:18px;background:#fffaf2b8;box-shadow:0 16px 38px #6c4d3014;padding:14px}.theme-light.user-portal.skin-claude .chat-canvas{border:1px solid rgba(224,207,184,.66);border-radius:18px;background:#fffcf69e;padding:0 min(7vw,104px) 24px}.theme-light.user-portal.skin-claude .gemini-composer{border-radius:18px;border-color:#e0cfb8f5;background:#fffaf2;box-shadow:0 18px 42px #6c4d301f}.theme-light.user-portal.skin-claude .bubble{border-radius:18px}.theme-light.user-portal.skin-claude .bubble.user{border-radius:18px 18px 6px;border:1px solid rgba(224,207,184,.74)}.theme-light.user-portal.skin-claude .prompt-suggestions button{min-height:62px;border-radius:16px;background:#fffaf2;box-shadow:0 12px 28px #6c4d3014}.theme-light.user-portal.skin-claude :where(.simple-panel,.template-card,.app-card,.project-card,.social-card,.storyboard-shot-card,.commerce-slice-node){background:#fffaf2;border-color:#e0cfb8db}.theme-light.user-portal.skin-chatgpt .surface-toggle.active{background:#e6f4ef;border-color:#10a37f;color:#0f766e;box-shadow:0 0 0 3px #10a37f29,0 10px 22px #10a37f29}.theme-light.user-portal.skin-claude :where(.template-card-icon,.app-card-icon,.planned-app-icon,.profile-avatar){background:linear-gradient(135deg,#b85d3f,#8b6a4c);box-shadow:0 12px 26px #6c4d302e}.theme-light.user-portal.skin-claude :where(.surface-toggle.active,.conversation-row.active,.new-chat){background:#efe3d4;color:#8f4f36}.theme-dark.user-portal{color:#e5edf8;background:radial-gradient(circle at 15% 0%,rgba(20,184,166,.09) 0%,transparent 40%),radial-gradient(circle at 85% 100%,rgba(59,130,246,.09) 0%,transparent 40%),linear-gradient(rgba(97,118,152,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(97,118,152,.03) 1px,transparent 1px),#040a14;background-size:100% 100%,100% 100%,32px 32px,32px 32px;background-attachment:fixed}.theme-dark .user-login{color:#e5edf8;background:linear-gradient(135deg,#07101d,#0d1728 56%,#080f1c)}.theme-dark .login-card{background:#0e192be0;border-color:#899dbb38;box-shadow:0 22px 70px #0207125c}.theme-dark .login-brand h1{color:#e7eef9}.theme-dark .login-brand p{color:#9caec5}.theme-dark .segment{background:#94a3b814;border-color:#94a3b82e}.theme-dark .segment button.active{background:#14b8a629;color:#67f2dc;box-shadow:none}.theme-dark .user-topbar{background:#09101e73;backdrop-filter:blur(24px) saturate(150%);-webkit-backdrop-filter:blur(24px) saturate(150%);border-bottom-color:#899dbb29;box-shadow:0 12px 36px #02071238}.theme-dark .user-actions button{color:#c5d1e4}.theme-dark .brand-title-topbar{color:#e7eef9}.theme-dark .user-actions button.active,.theme-dark .user-actions button:hover{background:#14b8a624;color:#67f2dc}.theme-dark .user-balance{background:#14b8a61f;color:#67f2dc;box-shadow:inset 0 0 0 1px #5eead429}.theme-dark .user-actions .user-balance:hover{background:#5eead429;color:#67f2dc}.theme-dark .user-balance.self{background:#5eead429;color:#67f2dc;box-shadow:inset 0 0 0 1px #5eead447}.theme-dark .user-actions .user-profile-entry,.theme-dark .user-actions .project-save-button,.theme-dark .ui-style-trigger{background:#94a3b81a;color:#c5d1e4;box-shadow:inset 0 0 0 1px #899dbb2e}.theme-dark .ui-style-menu{background:#0f172af5;border-color:#899dbb3d;box-shadow:0 18px 54px #02071275}.theme-dark .user-actions .ui-style-option{color:#c5d1e4}.theme-dark .user-actions .ui-style-option:hover,.theme-dark .user-actions .ui-style-option.active{background:#14b8a624;color:#67f2dc}.theme-dark .round-button,.theme-dark .stop-button{background:#94a3b81f;color:#d8e3f3}.theme-dark .send-button{background:#14b8a6;color:#06221f}.theme-dark .send-button:not(:disabled):hover{background:#2dd4bf}.theme-dark .user-conversations{border-right-color:#899dbb24;background:#070e1b70}.theme-dark .new-chat,.theme-dark .conversation-row.active,.theme-dark .conversation-row:hover{background:#14b8a61f;color:#67f2dc}.theme-dark .new-chat,.theme-dark .conversation-link,.theme-dark .conversation-icon-button{color:#c5d1e4}.theme-dark .conversation-row.pinned .pin-button{background:#14b8a633;color:#67f2dc;box-shadow:inset 0 0 0 1px #5eead457,0 8px 18px #14b8a62e}.theme-dark .conversation-row.active.pinned .pin-button,.theme-dark .conversation-row.pinned:hover .pin-button{background:#14b8a647;color:#67f2dc;box-shadow:inset 0 0 0 1px #5eead47a,0 10px 24px #14b8a63d}.theme-dark .conversation-search,.theme-dark .conversation-title-input{background:#08111fb8;border-color:#899dbb33;color:#9caec5}.theme-dark .conversation-search input,.theme-dark .conversation-title-input{color:#e7eef9}.theme-dark .chat-canvas{background:transparent}.theme-dark .surface-toggle,.theme-dark .composer-model-trigger,.theme-dark .input,.theme-dark select,.theme-dark textarea{background:#08111fc7;border-color:#899dbb3d;color:#e7eef9}.theme-dark .input::placeholder,.theme-dark input::placeholder,.theme-dark textarea::placeholder{color:#a8b6cc;opacity:1}.theme-dark .field span,.theme-dark .field-hint{color:#b4c3d8}.theme-dark :is(input,textarea,select,button):disabled{opacity:.72}.theme-dark .composer-model-menu{background:#0f172af5;border-color:#899dbb47;box-shadow:0 22px 64px #02071280}.theme-dark .composer-model-trigger:not(:disabled):hover,.theme-dark .composer-model-trigger:focus-visible{background:#14b8a624;border-color:#5eead457;color:#67f2dc;box-shadow:0 0 0 4px #14b8a61f,0 16px 30px #02071242}.theme-dark .surface-toggle.active{color:#67f2dc;border-color:#5eead494;background:#14b8a63d;box-shadow:0 0 0 4px #14b8a629,inset 0 0 0 1px #5eead429}.theme-dark .welcome h1,.theme-dark .markdown-body,.theme-dark .markdown-body h1,.theme-dark .markdown-body h2,.theme-dark .markdown-body h3,.theme-dark .markdown-body h4{color:#e7eef9}.theme-dark .welcome p,.theme-dark .assistant-state,.theme-dark .stream-metrics span,.theme-dark .message-token-row span,.theme-dark .reasoning-panel p,.theme-dark .conversation-empty{color:#a8b6cc}.theme-dark .stream-metrics span,.theme-dark .message-token-row span{background:#08111f9e;border-color:#899dbb33}.theme-dark .prompt-suggestions button{background:#0f192bc7;border-color:#899dbb2e;color:#d8e3f3}.theme-dark .bubble.user{color:#e7eef9;background:#1f2c44eb}.theme-dark .markdown-body code{background:#5eead41f;color:#67f2dc}.theme-dark .markdown-body pre{border-color:#899dbb33;background:#050a13}.theme-dark .markdown-body blockquote{color:#c5d1e4}.theme-dark .markdown-body th{background:#94a3b81f}.theme-dark .markdown-body th,.theme-dark .markdown-body td{border-color:#899dbb33}.theme-dark .gemini-composer{background:#08111f8c;backdrop-filter:blur(24px) saturate(150%);-webkit-backdrop-filter:blur(24px) saturate(150%);border-color:#5eead429;box-shadow:0 30px 80px #0006,inset 0 0 0 1px #ffffff0a;margin-bottom:24px}.theme-dark .gemini-composer textarea{background:transparent;color:#e7eef9}.theme-dark .image-workflow-toolbar,.theme-dark .workflow-shell,.theme-dark .workflow-node,.theme-dark .queue-lane,.theme-dark .image-output-panel,.theme-dark .output-card,.theme-dark .restore-control-panel,.theme-dark .restore-result-panel,.theme-dark .restore-history-grid article,.theme-dark .social-control-panel,.theme-dark .social-card-stage,.theme-dark .social-card,.theme-dark .social-copy-panel,.theme-dark .apps-control-panel,.theme-dark .apps-workbench,.theme-dark .pinned-apps-card,.theme-dark .app-roadmap-card,.theme-dark .app-card,.theme-dark .planned-app-hero,.theme-dark .planned-app-grid article,.theme-dark .jewelry-control-panel,.theme-dark .jewelry-result-panel,.theme-dark .jewelry-job-card,.theme-dark .template-control-panel,.theme-dark .template-workbench,.theme-dark .template-card,.theme-dark .template-value-card,.theme-dark .project-control-panel,.theme-dark .project-workbench,.theme-dark .comic-control-panel,.theme-dark .comic-workbench,.theme-dark .comic-library-panel,.theme-dark .comic-detail-card,.theme-dark .comic-generator-card,.theme-dark .comic-section-panel,.theme-dark .comic-character-card,.theme-dark .comic-asset-card,.theme-dark .comic-job-card,.theme-dark .active-project-card,.theme-dark .project-delivery-panel,.theme-dark .project-card,.theme-dark .storyboard-control-panel,.theme-dark .storyboard-workbench,.theme-dark .storyboard-plan-card,.theme-dark .storyboard-shot-card,.theme-dark .commerce-control-panel,.theme-dark .commerce-workbench,.theme-dark .commerce-main-node,.theme-dark .commerce-slice-node,.theme-dark .commerce-title-card,.theme-dark .commerce-market-preview,.theme-dark .job-card,.theme-dark .simple-panel{background:#0d182ae6;border-color:#899dbb33;color:#e7eef9;box-shadow:0 24px 70px #02071247}.theme-dark .image-workflow-toolbar h2,.theme-dark .social-panel-title h2,.theme-dark .social-empty h2,.theme-dark .social-copy-panel header,.theme-dark .social-card strong,.theme-dark .apps-panel-title h2,.theme-dark .apps-workbench-header h2,.theme-dark .app-group-section h3,.theme-dark .app-card h4,.theme-dark .pinned-apps-card strong,.theme-dark .app-roadmap-card strong,.theme-dark .planned-app-hero h2,.theme-dark .planned-app-grid strong,.theme-dark .jewelry-panel-title h2,.theme-dark .jewelry-section-header h2,.theme-dark .jewelry-job-card strong,.theme-dark .jewelry-empty-state h2,.theme-dark .template-panel-title h2,.theme-dark .template-workbench-header h2,.theme-dark .template-card h3,.theme-dark .template-value-card strong,.theme-dark .template-meta dd,.theme-dark .project-panel-title h2,.theme-dark .project-list-header h2,.theme-dark .active-project-card h2,.theme-dark .project-delivery-panel h3,.theme-dark .project-delivery-grid strong,.theme-dark .project-card h3,.theme-dark .project-empty h2,.theme-dark .comic-panel-title h2,.theme-dark .comic-section-header h2,.theme-dark .comic-section-header h3,.theme-dark .comic-character-card h3,.theme-dark .comic-detail-card h2,.theme-dark .comic-asset-card strong,.theme-dark .comic-log-list strong,.theme-dark .comic-empty-state h2,.theme-dark .brand-profile-box strong,.theme-dark .storyboard-panel-title h2,.theme-dark .storyboard-empty h2,.theme-dark .storyboard-plan-header h2,.theme-dark .storyboard-shot-card strong,.theme-dark .commerce-panel-title h2,.theme-dark .commerce-empty h2,.theme-dark .commerce-title-card header,.theme-dark .commerce-main-node strong,.theme-dark .commerce-slice-node strong,.theme-dark .commerce-page-preview header,.theme-dark .commerce-shop-brand strong,.theme-dark .commerce-buy-panel h3,.theme-dark .commerce-page-block strong,.theme-dark .commerce-detail-story strong,.theme-dark .commerce-recommend-panel header strong,.theme-dark .commerce-recommend-panel article strong,.theme-dark .restore-result-header h2,.theme-dark .restore-upload-preview strong,.theme-dark .restore-job-list strong,.theme-dark .restore-history header strong,.theme-dark .restore-history-grid strong,.theme-dark .profile-stat-grid strong,.theme-dark .profile-info-list dd,.theme-dark .queue-lane>header,.theme-dark .output-panel-header h3,.theme-dark .output-section>header,.theme-dark .output-card-head strong,.theme-dark .output-job-row strong,.theme-dark .output-node-preview strong,.theme-dark .node-titlebar strong,.theme-dark .job-meta strong,.theme-dark .simple-panel h2{color:#e7eef9}.theme-dark .image-workflow-toolbar p,.theme-dark .social-panel-title p,.theme-dark .social-empty,.theme-dark .social-copy-panel p,.theme-dark .social-card small,.theme-dark .social-format-box span,.theme-dark .apps-panel-title p,.theme-dark .apps-workbench-header p,.theme-dark .app-card p,.theme-dark .pinned-apps-card p,.theme-dark .app-roadmap-card p,.theme-dark .planned-app-hero p,.theme-dark .planned-app-hero>span,.theme-dark .planned-app-grid p,.theme-dark .jewelry-panel-title p,.theme-dark .jewelry-section-header span,.theme-dark .jewelry-job-card p,.theme-dark .jewelry-empty-state p,.theme-dark .jewelry-muted,.theme-dark .template-panel-title p,.theme-dark .template-workbench-header p,.theme-dark .template-card p,.theme-dark .template-meta dt,.theme-dark .template-card header span,.theme-dark .template-value-card p,.theme-dark .project-panel-title p,.theme-dark .project-list-header p,.theme-dark .active-project-card p,.theme-dark .project-delivery-panel small,.theme-dark .project-delivery-grid span,.theme-dark .project-card p,.theme-dark .project-empty p,.theme-dark .comic-panel-title p,.theme-dark .comic-section-header span,.theme-dark .comic-character-card p,.theme-dark .comic-character-body span,.theme-dark .comic-detail-card p,.theme-dark .comic-consistency-list span,.theme-dark .comic-kind-help,.theme-dark .comic-muted,.theme-dark .comic-asset-card span,.theme-dark .comic-log-list span,.theme-dark .comic-log-list p,.theme-dark .comic-empty-state p,.theme-dark .storyboard-panel-title p,.theme-dark .storyboard-empty,.theme-dark .storyboard-plan-header p,.theme-dark .storyboard-plan-header span,.theme-dark .storyboard-shot-card small,.theme-dark .storyboard-format-box span,.theme-dark .storyboard-stat-row span,.theme-dark .commerce-panel-title p,.theme-dark .commerce-empty,.theme-dark .commerce-flow-node small,.theme-dark .commerce-main-node span,.theme-dark .commerce-slice-node small,.theme-dark .commerce-page-preview header span,.theme-dark .commerce-shop-brand span,.theme-dark .commerce-market-search,.theme-dark .commerce-buy-panel p,.theme-dark .commerce-page-price span,.theme-dark .commerce-page-price small,.theme-dark .commerce-coupon-row span,.theme-dark .commerce-sku-panel>span,.theme-dark .commerce-page-block p,.theme-dark .commerce-detail-story p,.theme-dark .commerce-preview-placeholder span,.theme-dark .commerce-recommend-panel header span,.theme-dark .restore-result-header p,.theme-dark .restore-upload-preview span,.theme-dark .restore-spec-box span,.theme-dark .restore-cost-row span,.theme-dark .restore-job-list span,.theme-dark .restore-history header span,.theme-dark .restore-history-grid span,.theme-dark .profile-hero p,.theme-dark .profile-form header p,.theme-dark .profile-info-list dt,.theme-dark .profile-stat-grid span,.theme-dark .self-use-panel .check-row,.theme-dark .app-modal header p,.theme-dark .billing-modal-summary span,.theme-dark .billing-mode-card span,.theme-dark .billing-mode-card small,.theme-dark .output-panel-header p,.theme-dark .output-panel-stats span,.theme-dark .output-card-head span,.theme-dark .output-card p,.theme-dark .output-job-row span,.theme-dark .output-node-preview span,.theme-dark .output-node-empty span,.theme-dark .job-card p,.theme-dark .job-meta span{color:#a8b6cc}.theme-dark .self-use-config-section{border-top-color:#899dbb38}.theme-dark .self-use-config-section h3{color:#e7eef9}.theme-dark .jewelry-empty-state{border-color:#5eead447;background:#08111f75}.theme-dark .jewelry-job-images img{border-color:#899dbb38;background:#08111fb8}.theme-dark .billing-modal-summary{border-color:#5eead438;background:linear-gradient(135deg,#14b8a61f,#2f8cf41a)}.theme-dark .billing-modal-summary strong{color:#67f2dc}.theme-dark .redeem-card p,.theme-dark .redeem-history-header p,.theme-dark .redeem-history-meta,.theme-dark .redeem-history-empty{color:#a8b6cc}.theme-dark .redeem-history-item{border-color:#899dbb33;background:#08111f7a}.theme-dark .redeem-history-item strong{color:#e7eef9}.theme-dark .redeem-history-item p{color:#cbd7ea}.theme-dark .redeem-history-item header span{background:#5eead424;color:#6ff7e7}.theme-dark .redeem-history-empty{border-color:#899dbb38}.theme-dark .billing-mode-tabs,.theme-dark .billing-mode-card,.theme-dark .provider-pill-row button{background:#08111fa3;border-color:#899dbb33}.theme-dark .billing-mode-card strong{color:#e7eef9}.theme-dark .billing-mode-tabs button,.theme-dark .provider-pill-row button{color:#a8b6cc}.theme-dark .billing-mode-tabs button.active,.theme-dark .provider-pill-row button.active{background:#14b8a629;color:#67f2dc;box-shadow:inset 0 0 0 1px #5eead438}.theme-dark .social-card-generating{background:linear-gradient(135deg,#14b8a61f,#2f8cf41a);border-color:#5eead438;box-shadow:inset 0 0 0 1px #899dbb14}.theme-dark .generating-badge{background:#14b8a629;color:#67f2dc}.theme-dark .social-card-generating strong{color:#67f2dc}.theme-dark .social-card-generating span{color:#a8b6cc}.theme-dark .node-palette button,.theme-dark .canvas-controls button,.theme-dark .social-copy-panel header button,.theme-dark .commerce-title-card header button,.theme-dark .output-panel-header button,.theme-dark .output-expand-button,.theme-dark .output-card-head button,.theme-dark .workflow-savebar input,.theme-dark .workflow-savebar select,.theme-dark .workflow-savebar button{background:#08111fc7;border-color:#899dbb38;color:#d8e3f3}.theme-dark .workflow-canvas{border-right-color:#899dbb2e;background:linear-gradient(rgba(94,234,212,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(94,234,212,.1) 1px,transparent 1px),linear-gradient(rgba(137,157,187,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(137,157,187,.07) 1px,transparent 1px),radial-gradient(circle at 35% 18%,rgba(20,184,166,.08),transparent 32%),#070f1c;background-size:26px 26px,26px 26px,104px 104px,104px 104px,auto,auto}.theme-dark .workflow-grid{background-image:radial-gradient(circle,rgba(94,234,212,.22) 1px,transparent 1px);opacity:.58}.theme-dark .node-titlebar{background:linear-gradient(180deg,#18263cfa,#0d182afa);border-bottom-color:#899dbb29}.theme-dark .node-status-pill{background:#14b8a624;color:#67f2dc}.theme-dark .node-issues span{background:#f43f5e24;color:#fda4af}.theme-dark .drop-upload{background:#14b8a61a;border-color:#5eead43d;color:#67f2dc}.theme-dark .restore-drop-zone,.theme-dark .restore-processing,.theme-dark .apps-panel-title>svg,.theme-dark .apps-workbench-header span,.theme-dark .app-group-section>header span,.theme-dark .app-status,.theme-dark .template-panel-title>svg,.theme-dark .template-workbench-header span,.theme-dark .template-filter-list button.active,.theme-dark .active-project-card span,.theme-dark .project-delivery-panel header span,.theme-dark .project-delivery-grid svg,.theme-dark .project-card-meta span,.theme-dark .project-empty svg,.theme-dark .comic-panel-title>svg,.theme-dark .comic-section-header span,.theme-dark .comic-card-meta b,.theme-dark .comic-empty-state svg,.theme-dark .storyboard-format-box strong,.theme-dark .storyboard-image-progress,.theme-dark .restore-spec-box strong,.theme-dark .restore-cost-row strong,.theme-dark .output-collapsed-rail svg,.theme-dark .output-collapsed-rail strong{color:#67f2dc}.theme-dark .output-collapsed-rail{color:#a8b6cc}.theme-dark .template-filter-list button.active{background:#14b8a629;border-color:#5eead447}.theme-dark .queue-estimate,.theme-dark .social-format-box,.theme-dark .social-card-image-preview figure,.theme-dark .pinned-app-list button,.theme-dark .app-status,.theme-dark .template-filter-list button,.theme-dark .template-filter-list strong,.theme-dark .template-value-card span,.theme-dark .template-tags span,.theme-dark .brand-profile-box,.theme-dark .project-delivery-grid button,.theme-dark .project-cover,.theme-dark .project-card-meta span,.theme-dark .comic-character-cover,.theme-dark .comic-card-meta b,.theme-dark .comic-log-list article,.theme-dark .storyboard-format-box,.theme-dark .storyboard-stat-row div,.theme-dark .storyboard-shot-card header button,.theme-dark .storyboard-image-preview,.theme-dark .storyboard-image-progress,.theme-dark .storyboard-sketch-prompt,.theme-dark .restore-upload-preview,.theme-dark .restore-drop-zone,.theme-dark .restore-spec-box,.theme-dark .restore-cost-row,.theme-dark .restore-comparison figure,.theme-dark .restore-job-list article,.theme-dark .commerce-flow-node,.theme-dark .commerce-main-preview,.theme-dark .commerce-slice-image,.theme-dark .commerce-market-search,.theme-dark .commerce-hero-image,.theme-dark .commerce-preview-placeholder,.theme-dark .commerce-sku-panel button,.theme-dark .commerce-detail-visual,.theme-dark .commerce-recommend-panel article div,.theme-dark .profile-stat-grid div,.theme-dark .profile-form .input[readonly],.theme-dark .self-use-switch,.theme-dark .self-use-capabilities .capability-toggle,.theme-dark .modal-close,.theme-dark .commerce-edit-window .input,.theme-dark .output-node-stats span,.theme-dark .output-node-preview,.theme-dark .output-node-empty,.theme-dark .output-panel-stats div,.theme-dark .output-job-row,.theme-dark .empty-lane{background:#08111fad;border-color:#899dbb33}.theme-dark .commerce-flow-node span{color:#d8e3f3}.theme-dark .commerce-flow-node small{color:#a8b6cc}.theme-dark .commerce-flow-node.active span{color:#e7eef9}.theme-dark .commerce-flow-node.active small{color:#b7c7dd}.theme-dark .announcement-body{color:#d8e3f3}.theme-dark .commerce-market-header,.theme-dark .commerce-product-hero,.theme-dark .commerce-buy-panel,.theme-dark .commerce-page-blocks,.theme-dark .commerce-page-block,.theme-dark .commerce-page-anchor,.theme-dark .commerce-detail-showcase,.theme-dark .commerce-recommend-panel,.theme-dark .commerce-recommend-panel article{background:#08111ff0;border-color:#899dbb2e}.theme-dark .commerce-market-header button,.theme-dark .commerce-page-anchor button,.theme-dark .commerce-sku-panel button{color:#e7eef9}.theme-dark .commerce-page-price{background:linear-gradient(135deg,#7f1d1d3d,#7c2d122e)}.theme-dark .commerce-coupon-row{background:#7f1d1d29;border-color:#f8717138}.theme-dark .output-card-images figure{background:#08111fdb}.theme-dark .output-empty-state{background:#14b8a614;border-color:#5eead438;color:#67f2dc}.theme-dark .app-card-meta span,.theme-dark .result-actions:not(.floating) .btn,.theme-dark .admin-app-card{background:#08111fad;border-color:#899dbb33}.theme-dark .admin-app-card strong{color:#e7eef9}.theme-light.admin-portal{color:#172033;background:linear-gradient(rgba(148,163,184,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.06) 1px,transparent 1px),linear-gradient(180deg,#f8fbff,#edf4fb);background-size:32px 32px,32px 32px,auto}.theme-light.admin-portal .admin-sidebar{background:#f8fbfff5;border-right-color:#cbd5e1b8;box-shadow:16px 0 40px #0f172a0f}.theme-light.admin-portal .admin-brand,.theme-light.admin-portal .admin-sidebar-footer{border-color:#cbd5e1b8}.theme-light.admin-portal .admin-nav-link,.theme-light.admin-portal .admin-subnav button,.theme-light.admin-portal .ghost-link{color:#475569}.theme-light.admin-portal .admin-nav-link:hover,.theme-light.admin-portal .admin-nav-link.active,.theme-light.admin-portal .admin-subnav button:hover,.theme-light.admin-portal .admin-subnav button.active{color:#0f766e;background:#14b8a61a}.theme-light.admin-portal .admin-subnav{border-left-color:#47556938}.theme-light.admin-portal .admin-topbar{background:#f8fbffe0;border-bottom-color:#cbd5e1b8;box-shadow:0 12px 36px #0f172a14}.theme-light.admin-portal .admin-topbar h2,.theme-light.admin-portal .admin-brand strong,.theme-light.admin-portal .metric-card strong,.theme-light.admin-portal .admin-section-head h3,.theme-light.admin-portal .admin-app-card strong,.theme-light.admin-portal .placeholder-panel h3{color:#172033}.theme-light.admin-portal .admin-topbar p,.theme-light.admin-portal .metric-card span,.theme-light.admin-portal .metric-card small,.theme-light.admin-portal .admin-section-head p,.theme-light.admin-portal .admin-app-card span,.theme-light.admin-portal .placeholder-panel{color:#64748b}.theme-light.admin-portal .admin-panel,.theme-light.admin-portal .metric-card,.theme-light.admin-portal .admin-app-card,.theme-light.admin-portal .status-strip span,.theme-light.admin-portal .admin-config-summary article,.theme-light.admin-portal .admin-help-card,.theme-light.admin-portal .admin-edit-modal,.theme-light.admin-portal .admin-modal-section{background:#ffffffeb;border-color:#cbd5e1c7;box-shadow:0 22px 60px #0f172a14}.theme-light.admin-portal .admin-error-list article{background:#fef2f2f0;border-color:#f871714d}.theme-light.admin-portal .admin-error-list strong,.theme-light.admin-portal .usage-summary small{color:#be123c}.theme-light.admin-portal .admin-error-list span,.theme-light.admin-portal .admin-error-list p,.theme-light.admin-portal .admin-help-card p,.theme-light.admin-portal .status-strip p{color:#64748b}.theme-light.admin-portal .status-strip strong,.theme-light.admin-portal .admin-config-summary strong,.theme-light.admin-portal .config-empty-state strong,.theme-light.admin-portal .admin-help-card strong,.theme-light.admin-portal .admin-brand-preview strong,.theme-light.admin-portal .usage-summary strong,.theme-light.admin-portal .admin-user-identity strong,.theme-light.admin-portal .admin-modal-head h2,.theme-light.admin-portal .admin-modal-subhead h3,.theme-light.admin-portal .admin-modal-summary strong{color:#172033}.theme-light.admin-portal .admin-user-identity span,.theme-light.admin-portal .admin-config-summary span,.theme-light.admin-portal .config-empty-state,.theme-light.admin-portal .secret-mask,.theme-light.admin-portal .muted-table-cell,.theme-light.admin-portal .admin-modal-head p,.theme-light.admin-portal .admin-modal-subhead p,.theme-light.admin-portal .admin-modal-summary span{color:#64748b}.theme-light.admin-portal .admin-modal-summary{background:#14b8a614;border-color:#14b8a633}.theme-light.admin-portal .admin-modal-section{background:#f8fafcdb;box-shadow:none}.theme-light.admin-portal .admin-brand-preview,.theme-light.admin-portal .settings-subsection{background:#f8fafcdb;border-color:#cbd5e1d6}.theme-light.admin-portal .settings-subsection strong{color:#172033}.theme-light.admin-portal .settings-subsection p{color:#64748b}.theme-light.admin-portal .admin-panel:hover,.theme-light.admin-portal .metric-card:hover{border-color:#14b8a647;box-shadow:0 24px 70px #0f172a1a}.theme-light.admin-portal .input,.theme-light.admin-portal select,.theme-light.admin-portal textarea,.theme-light.admin-portal .search-box,.theme-light.admin-portal .mini-button,.theme-light.admin-portal .table-input{background:#fff;border-color:#cbd5e1d6;color:#172033}.theme-light.admin-portal .search-box input{color:#172033}.theme-light.admin-portal .capability-toggle,.theme-light.admin-portal .check-row{color:#475569}.theme-light.admin-portal .capability-toggle{background:#f8fafcdb;border-color:#cbd5e1d6}.theme-light.admin-portal .tag{background:#f8fafceb;border-color:#cbd5e1d6;color:#475569}.theme-light.admin-portal .tag.ok{background:#14b8a61a;border-color:#14b8a633;color:#0f766e}.theme-light.admin-portal .tag.danger{background:#f43f5e1a;border-color:#f43f5e33;color:#be123c}.theme-light.admin-portal .admin-quick-actions{background:#ffffffc2;border-color:#cbd5e1d6;box-shadow:0 12px 30px #0f172a0f}.theme-light.admin-portal .admin-icon-button{color:#64748b}.theme-light.admin-portal .admin-icon-button:hover{color:#0f766e;background:#14b8a61a}.theme-light.admin-portal .admin-action-dot{border-color:#fff}.theme-light.admin-portal .admin-balance-card,.theme-light.admin-portal .admin-account-card{background:#ffffffdb;border-color:#cbd5e1d6;box-shadow:0 16px 40px #0f172a14}.theme-light.admin-portal .admin-balance-card:hover,.theme-light.admin-portal .admin-account-card:hover{background:#fff;border-color:#14b8a647}.theme-light.admin-portal .admin-balance-icon{background:#14b8a61a;border-color:#14b8a63d}.theme-light.admin-portal .admin-balance-card small,.theme-light.admin-portal .admin-account-copy small{color:#64748b}.theme-light.admin-portal .admin-account-copy strong{color:#172033}.theme-light.admin-portal .table-panel thead th{background:#f8fbfff5}.theme-light.admin-portal .table-panel .toolbar-row{background:linear-gradient(180deg,#fffffffc,#f8fbfff7);border-bottom-color:#cbd5e1c2;box-shadow:0 16px 36px #0f172a14}.theme-light.admin-portal td{color:#334155}@media(max-width:1100px){.admin-portal{grid-template-columns:88px minmax(0,1fr)}.admin-brand .brand-copy,.admin-nav-link span,.admin-nav-chevron,.admin-subnav,.admin-sidebar-footer{display:none}.admin-brand{justify-content:center;padding:0}.brand-logo-sidebar{width:42px;height:42px;object-fit:cover;object-position:center top}.admin-nav-link{grid-template-columns:1fr;justify-items:center;padding:0}.split-admin,.gemini-chat,.image-workbench,.restore-studio,.social-studio,.apps-page,.admin-monitor-grid,.templates-page,.planned-app-grid,.jewelry-studio,.projects-page,.comic-page,.comic-detail-grid,.storyboard-studio,.commerce-studio,.user-tool-page,.commerce-detail-layout,.commerce-top-grid,.commerce-main-content,.commerce-market-header,.commerce-product-hero,.commerce-page-blocks,.commerce-detail-showcase{grid-template-columns:1fr}.commerce-page-preview{position:static}.commerce-detail-showcase.reverse .commerce-detail-story,.commerce-detail-showcase.reverse .commerce-detail-visual{order:initial}.commerce-recommend-panel>div{grid-template-columns:repeat(2,minmax(0,1fr))}.project-delivery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.workflow-shell{grid-template-columns:1fr;overflow:auto}.workflow-shell.output-collapsed{grid-template-columns:1fr}.workflow-canvas{min-height:620px;border-right:0;border-bottom:1px solid rgba(203,213,225,.72)}.image-output-panel{min-height:420px;max-height:560px}.image-output-panel.collapsed{min-height:70px;max-height:70px;flex-direction:row;justify-content:space-between;padding:12px}.image-output-panel.collapsed .output-collapsed-rail{display:flex;align-items:center}.image-output-panel.collapsed .output-collapsed-rail span{writing-mode:horizontal-tb}.metric-grid,.admin-config-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.login-screen{grid-template-columns:1fr;gap:24px}.admin-portal{display:grid;grid-template-columns:76px minmax(0,1fr)}.admin-sidebar{height:100dvh;min-height:0;padding:0}.admin-main{grid-template-rows:auto minmax(0,1fr)}.admin-topbar,.user-topbar{align-items:flex-start;flex-direction:column;padding:16px}.admin-content,.chat-canvas,.image-workbench,.restore-studio,.social-studio,.apps-page,.templates-page,.planned-app-page,.jewelry-studio,.projects-page,.comic-page,.storyboard-studio,.commerce-studio,.user-tool-page{padding:18px 16px}.admin-top-actions,.toolbar-row,.form-grid{width:100%;grid-template-columns:1fr;flex-wrap:wrap}.table-panel{--table-toolbar-height: 128px}.admin-top-actions{gap:10px}.admin-account-card{min-width:min(100%,220px)}.admin-account-copy small{max-width:150px}.comic-job-card{flex-direction:column}.comic-job-images{width:100%}.node-grid,.queue-control,.queue-lanes{grid-template-columns:1fr}.workflow-canvas{min-height:560px}.image-output-panel{padding:12px}.output-panel-stats,.output-card-images{grid-template-columns:repeat(2,minmax(0,1fr))}.social-control-grid,.restore-control-grid,.jewelry-job-card,.restore-comparison,.social-card-grid,.app-grid,.planned-app-grid,.template-grid,.project-form-grid,.project-grid,.project-delivery-grid,.comic-detail-grid,.comic-character-grid,.comic-asset-grid,.storyboard-control-grid,.storyboard-shot-columns,.storyboard-shot-grid,.storyboard-stat-row,.commerce-control-grid,.commerce-slice-body,.commerce-delivery-grid,.commerce-hero-actions,.commerce-recommend-panel>div,.profile-stat-grid{grid-template-columns:1fr}.commerce-market-preview{min-height:560px}.commerce-market-header,.commerce-product-hero,.commerce-detail-page,.commerce-recommend-panel{padding:12px}.commerce-recommend-panel{margin:0 12px 12px}.social-control-grid .field:nth-child(3),.social-format-box,.commerce-control-grid .field:nth-child(3),.commerce-control-grid .field:nth-child(4){grid-column:1}.composer-tools{flex-wrap:wrap}.composer-actions{flex:1;justify-content:flex-end}.composer-model-picker,.composer-model-trigger{width:min(100%,190px)}.settings-subsection{align-items:flex-start;flex-direction:column}.prompt-suggestions{grid-template-columns:1fr 1fr}.metric-grid,.admin-config-summary{grid-template-columns:1fr}.user-conversations{padding:0 16px 12px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}}:is(.theme-light,.theme-dark).user-portal :where(.user-topbar,.ui-style-menu,.composer-model-menu){backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude,.skin-yunyiai) .user-topbar{background:color-mix(in srgb,var(--skin-surface-strong) 75%,transparent)!important}.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude,.skin-yunyiai) :where(.ui-style-menu,.composer-model-menu){background:color-mix(in srgb,var(--skin-surface-strong) 85%,transparent)!important}:is(.theme-light,.theme-dark).user-portal .gemini-composer{margin:0 auto 24px!important;max-width:800px!important;width:calc(100% - 32px)!important;border-radius:20px!important;box-shadow:0 4px 6px -1px #0000000d,0 12px 24px -4px #00000014,0 24px 48px -12px #0000001f,inset 0 1px 1px #fff6!important;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude,.skin-yunyiai) .gemini-composer{background:color-mix(in srgb,var(--skin-surface) 85%,transparent)!important;box-shadow:0 4px 6px -1px #0000000d,0 12px 24px -4px #00000014,0 24px 48px -12px #0000001f,inset 0 1px 1px #fff6!important}:is(.theme-light,.theme-dark).user-portal .gemini-composer:focus-within{box-shadow:0 0 0 3px color-mix(in srgb,var(--skin-accent, #0ea5e9) 40%,transparent),0 12px 32px -4px #0000001f!important;transform:translateY(-2px);transition:all .3s cubic-bezier(.16,1,.3,1)}:is(.theme-light,.theme-dark).user-portal :where(.btn,.send-button,.round-button,.conversation-row,.surface-toggle,.user-profile-entry,.ui-style-trigger,.composer-model-trigger,.thumb-row.attached button){transition:all .2s cubic-bezier(.16,1,.3,1)!important}:is(.theme-light,.theme-dark).user-portal :where(.btn,.send-button,.round-button,.conversation-row,.surface-toggle,.user-profile-entry,.ui-style-trigger,.composer-model-trigger,.thumb-row.attached button):active{transform:scale(.96)!important}.theme-light.user-portal:is(.skin-gemini,.skin-chatgpt,.skin-claude,.skin-yunyiai) :where(.user-topbar,.project-card,.template-card,.simple-panel,.ui-style-menu,.composer-model-menu){box-shadow:0 2px 4px -1px #00000005,0 8px 16px -2px #0000000a,0 16px 32px -4px #0000000f!important}.theme-dark.user-portal{--skin-page: #0a0a0a;--skin-surface: #141414;--skin-surface-strong: #1c1c1c;--skin-muted-surface: #0f0f0f;--skin-border: rgba(255, 255, 255, .08);--skin-border-strong: rgba(255, 255, 255, .16);--skin-text: #ededed;--skin-muted: #888888;--skin-accent: #ededed;--skin-accent-soft: rgba(255, 255, 255, .08);--skin-accent-2: #14b8a6;--skin-shadow: 0 4px 6px -1px rgba(0, 0, 0, .2), 0 12px 24px -4px rgba(0, 0, 0, .3), 0 24px 48px -12px rgba(0, 0, 0, .5), inset 0 1px 1px rgba(255, 255, 255, .05);--skin-radius-control: 12px;color:var(--skin-text)!important;background:var(--skin-page)!important}.theme-dark.user-portal .user-main,.theme-dark.user-portal .chat-canvas{background:var(--skin-page)!important}.theme-dark.user-portal .user-topbar{background:color-mix(in srgb,var(--skin-surface-strong) 75%,transparent)!important;border-bottom-color:var(--skin-border)!important;box-shadow:var(--skin-shadow)!important}.theme-dark.user-portal .user-conversations{background:color-mix(in srgb,var(--skin-surface) 40%,transparent)!important;border-right-color:var(--skin-border)!important}.theme-dark.user-portal :where(.gemini-composer,.simple-panel,.project-card,.template-card,.ui-style-menu,.composer-model-menu,.social-card){background:color-mix(in srgb,var(--skin-surface) 80%,transparent)!important;border-color:var(--skin-border)!important;box-shadow:var(--skin-shadow)!important}.theme-dark.user-portal :where(.new-chat,.conversation-row.active,.conversation-row:hover,.user-actions button:hover,.user-actions button.active,.ui-style-option:hover,.composer-model-option:hover,.surface-toggle.active){background:var(--skin-accent-soft)!important;color:var(--skin-accent)!important}.theme-dark.user-portal :where(.conversation-search,.conversation-title-input,.input,select,textarea){background:var(--skin-surface-strong)!important;border-color:var(--skin-border)!important;color:var(--skin-text)!important}.theme-dark.user-portal :where(.btn.primary,.send-button,.template-card-icon,.profile-avatar){background:var(--skin-text)!important;color:#000!important}.theme-dark.user-portal .brand-title-topbar,.theme-dark.user-portal .welcome h1,.theme-dark.user-portal .bubble{color:var(--skin-text)!important}.theme-dark.user-portal .bubble.user{background:#1c1c1c!important;border:1px solid var(--skin-border)!important}.theme-dark.user-portal :where(.user-actions button,.user-actions .ui-style-option,.welcome p,.assistant-state,.composer-model-trigger){color:var(--skin-muted)!important}.theme-dark.user-portal :where(.user-balance,.user-actions .user-profile-entry,.ui-style-trigger){background:var(--skin-surface)!important;color:var(--skin-text)!important;box-shadow:inset 0 0 0 1px var(--skin-border)!important}.admin-portal{font-size:13px!important}.admin-portal .admin-main{padding:16px!important;gap:16px!important}.admin-portal .admin-content{padding:20px!important}.admin-portal .admin-table{border-spacing:0!important;width:100%!important}.admin-portal .admin-table th{position:sticky!important;top:0!important;z-index:10!important;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.theme-light.admin-portal .admin-table th{background:color-mix(in srgb,var(--skin-surface, #ffffff) 90%,transparent)!important;border-bottom:1px solid var(--skin-border, #e2e8f0)!important}.theme-dark.admin-portal .admin-table th{background:color-mix(in srgb,var(--skin-surface, #1c1c1c) 90%,transparent)!important;border-bottom:1px solid var(--skin-border, rgba(255, 255, 255, .1))!important}.admin-portal .admin-table tbody tr{transition:background-color .15s ease!important}.theme-light.admin-portal .admin-table tbody tr:hover{background-color:var(--skin-muted-surface, rgba(0,0,0,.03))!important}.theme-dark.admin-portal .admin-table tbody tr:hover{background-color:var(--skin-muted-surface, rgba(255,255,255,.03))!important}.admin-portal .admin-table th,.admin-portal .admin-table td{padding:10px 12px!important}.admin-subnav{max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.16,1,.3,1),opacity .3s ease,padding .3s ease!important;opacity:0;padding-top:0!important;padding-bottom:0!important}.admin-subnav.open{max-height:500px;opacity:1;padding-top:4px!important;padding-bottom:4px!important}.admin-portal .metric-card{transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s ease!important}.admin-portal .metric-card:hover{transform:translateY(-2px)!important}.theme-light.admin-portal .metric-card:hover{box-shadow:0 12px 24px -4px #00000014,0 4px 8px -2px #0000000a!important}.theme-dark.admin-portal .metric-card:hover{box-shadow:0 12px 24px -4px #0000004d,0 4px 8px -2px #0003!important}.admin-portal .tag{padding:4px 10px!important;border-radius:99px!important;font-weight:600!important;font-size:11px!important;text-transform:uppercase!important;letter-spacing:.5px!important;border:none!important}.admin-portal .tag.ok{background:#10b98126!important;color:#10b981!important}.admin-portal .tag.danger{background:#ef444426!important;color:#ef4444!important}
