:root{color:#151515;background:#fff;font-family:Segoe UI,Microsoft YaHei UI,PingFang SC,system-ui,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html{min-width:320px}body{min-width:320px;min-height:100dvh;margin:0}button,input{font:inherit}button{border:0}a{color:inherit}.page-shell{min-height:100dvh;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;padding:0;background:#fff}.signin-panel{min-height:100dvh;display:grid;grid-template-rows:auto 1fr;padding:16px 28px 28px}.signin-logo-mark{width:fit-content;height:52px;display:inline-flex;align-items:center;padding:0}.signin-logo-mark img{width:auto;height:52px;display:block;object-fit:contain}.signin-card{width:min(100%,420px);align-self:center;justify-self:center;padding-inline:0}.signin-header h1{margin:0;color:#101010;font-size:clamp(42px,3.8vw,58px);font-weight:300;line-height:1;letter-spacing:0}.signin-header p{margin:28px 0 0;color:gray;font-size:clamp(16px,1.15vw,20px);font-weight:400;line-height:1.42}.signin-form{display:grid;gap:20px;margin-top:32px}.signin-form label{display:grid;gap:7px;color:#777;font-size:16px;font-weight:650}.signin-form input,.password-field{width:100%;min-height:58px;border:1px solid #e6e6e6;border-radius:18px;background:#f1f1f1}.signin-form input{padding:0 20px;outline:0;color:#1f1f1f;font-size:16px}.signin-form input::placeholder{color:#8d8d8d}.signin-form input:focus,.password-field:focus-within{border-color:#cfcfcf;box-shadow:0 0 0 4px #0000000a}.password-field{display:flex;align-items:center}.password-field input{min-height:56px;border:0;background:transparent}.password-field button{width:44px;height:44px;display:grid;place-items:center;margin-right:8px;border-radius:13px;color:#747474;background:transparent;cursor:pointer}.password-field button:hover{background:#0000000a}.form-row{display:flex;align-items:center;justify-content:space-between;gap:18px;color:#252525;font-size:16px}.remember-me{display:inline-flex!important;grid-template-columns:none!important;align-items:center;gap:11px!important;color:#242424!important;cursor:pointer;font-weight:500!important}.remember-me input{width:20px;height:20px;min-height:auto;padding:0;border-radius:50%;accent-color:#141414}.form-row a,.create-account a{color:#a27cff;font-weight:500;text-decoration:none}.form-row a:hover,.create-account a:hover{text-decoration:underline}.submit-button,.google-button{width:100%;min-height:60px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:18px;cursor:pointer;font-size:18px;font-weight:700;transition:transform .16s ease,background .16s ease,border-color .16s ease}.submit-button{color:#fff;background:#171717}.submit-button:hover{background:#000}.signin-error{margin:-4px 0 0;color:#b42318;font-size:13px;line-height:1.4}.google-button{border:1px solid #e7e7e7;color:#222;background:#fff}.google-button:hover{border-color:#d4d4d4;background:#fafafa}.submit-button:active,.google-button:active,.password-field button:active{transform:translateY(1px)}.divider{position:relative;display:flex;align-items:center;justify-content:center;margin:24px 0;color:#7e7e7e;font-size:16px}.divider:before{content:"";width:100%;height:1px;position:absolute;background:#ececec}.divider span{position:relative;padding:0 20px;background:#fff}.google-icon{width:21px;height:21px;flex:0 0 auto}.create-account{margin:30px 0 0;color:#898989;font-size:16px;text-align:center}.hero-art{position:relative;min-height:calc(100dvh - 28px);margin:14px 14px 14px 0;overflow:hidden;border-radius:24px;background:radial-gradient(circle at 24% 8%,rgba(255,118,134,.9),transparent 28%),radial-gradient(circle at 84% 84%,rgba(184,24,108,.95),transparent 27%),linear-gradient(135deg,#3540c9,#4338b9 44%,#7d226f);isolation:isolate}.hero-art:before{content:"";position:absolute;inset:-14%;background:linear-gradient(135deg,transparent 10%,rgba(255,255,255,.82) 21%,rgba(180,207,255,.94) 35%,transparent 46%),linear-gradient(135deg,transparent 45%,rgba(239,80,91,.86) 49%,rgba(137,46,171,.9) 60%,transparent 70%);filter:blur(.2px);transform:rotate(-4deg);z-index:-2}.ribbon{position:absolute;width:125%;height:18%;left:-13%;border-radius:999px;transform:rotate(-28deg);filter:blur(.3px)}.ribbon-one{top:14%;background:linear-gradient(90deg,#2526a2,#a8c4ff 45%,#dce8ff 68%,#3b34b3)}.ribbon-two{top:46%;height:21%;background:linear-gradient(90deg,#ad244b,#ef6d75 20%,#221b8d 38%,#aec7ff 72%,#e3edff)}.ribbon-three{top:72%;background:linear-gradient(90deg,#2731b4,#c8dcff 42%,#eef5ff 58%,#5f39bb)}.ribbon-four{top:31%;height:5px;background:#ffc4ffe0;box-shadow:0 0 18px #ffc4ffbf}.shine{position:absolute;width:55%;height:80%;border-radius:50%;background:#ffffff29;filter:blur(40px)}.shine-one{top:-26%;right:12%}.shine-two{bottom:-34%;left:-18%}.workspace-page{height:100dvh;min-height:100dvh;display:grid;grid-template-columns:268px minmax(0,1fr);overflow:hidden;background:#fff;animation:workspace-enter .42s cubic-bezier(.2,.8,.2,1) both}.workspace-page.has-chat{background:#fff}@keyframes workspace-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes workspace-panel-enter{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes workspace-content-enter{0%{opacity:0;transform:translateY(14px) scale(.992)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-sidebar{min-height:0;height:100dvh;display:grid;grid-template-rows:auto 1fr auto;gap:18px;padding:14px;border-right:1px solid #eeeeee;background:#fafafaeb;animation:workspace-panel-enter .48s cubic-bezier(.2,.8,.2,1) both}.sidebar-head{display:grid;gap:10px}.new-chat-button{height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #171717;border-radius:12px;color:#fff;background:#171717;cursor:pointer;font-size:14px;font-weight:700}.history-list{min-height:0;overflow:auto;display:grid;align-content:start;gap:6px;padding-right:2px}.history-label{margin:4px 0 8px;color:#8a8a8a;font-size:12px;font-weight:750}.history-empty{margin:0;padding:10px;color:#9b9b9b;font-size:13px;line-height:1.5}.history-item{width:100%;min-height:44px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px;padding:4px;border:1px solid transparent;border-radius:12px;color:#555;background:transparent;text-align:left}.history-open-button{min-width:0;min-height:34px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 6px;border-radius:9px;color:inherit;background:transparent;cursor:pointer;text-align:left}.history-delete-button{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;color:#a0a0a0;background:transparent;cursor:pointer;opacity:0;transition:opacity .15s ease,color .15s ease,background .15s ease}.history-item span{min-width:0;overflow:hidden;color:#262626;font-size:13px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.history-item small{color:#9b9b9b;font-size:11px}.history-item:hover,.history-item.is-active{border-color:#ededed;background:#fff}.history-item:hover .history-delete-button,.history-item:focus-within .history-delete-button{opacity:1}.history-open-button:hover,.history-open-button:focus-visible{background:#f6f6f6}.history-delete-button:hover,.history-delete-button:focus-visible{color:#b42318;background:#fff0ef;opacity:1}.account-area{display:grid;gap:8px}.account-panel{min-height:58px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:10px;border:1px solid #eeeeee;border-radius:14px;background:#fff}.account-avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#171717;font-size:14px;font-weight:800}.account-panel strong,.account-panel span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-panel strong{color:#242424;font-size:13px}.account-panel span{margin-top:2px;color:#8a8a8a;font-size:12px}.account-panel button{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;color:#777;background:transparent;cursor:pointer}.account-panel button:hover{background:#f5f5f5}.account-settings-panel{display:grid;gap:9px;padding:12px;border:1px solid #eeeeee;border-radius:14px;background:#fff;box-shadow:0 12px 34px #0000000f;animation:account-settings-enter .18s ease both}.account-settings-panel label{display:grid;gap:5px}.account-settings-panel label span{color:#777;font-size:11px;font-weight:700}.account-settings-panel input{width:100%;height:34px;padding:0 10px;border:1px solid #e5e5e5;border-radius:10px;outline:0;color:#222;background:#fafafa;font-size:13px}.account-settings-panel input:focus{border-color:#171717;background:#fff}.account-settings-meta{display:grid;gap:3px;padding:2px 0;color:#8a8a8a;font-size:11px;line-height:1.35}.account-logout-button{height:34px;border:1px solid #e7e7e7;border-radius:10px;color:#b42318;background:#fff;cursor:pointer;font-size:13px;font-weight:700}.account-logout-button:hover{border-color:#f0c2bd;background:#fff7f6}@keyframes account-settings-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.workspace-main{position:relative;min-width:0;min-height:0;height:100dvh;display:grid;grid-template-rows:auto 1fr;overflow:hidden;isolation:isolate;background:#fff}.workspace-main:before{content:"";position:absolute;inset:0;z-index:-1;background-image:linear-gradient(rgba(23,23,23,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(23,23,23,.055) 1px,transparent 1px);background-size:34px 34px;background-position:0 0;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),rgba(0,0,0,.42));mask-image:linear-gradient(to bottom,#000000e6,#0000006b);animation:slow-grid-drift 34s linear infinite}@keyframes slow-grid-drift{0%{background-position:0 0}to{background-position:34px 34px}}@media(prefers-reduced-motion:reduce){.workspace-main:before{animation:none}.workspace-page,.chat-sidebar,.workspace-hero,.chat-message,.chat-message p,.chat-message.is-thinking:before,.chat-message.is-thinking:after,.chat-message.is-streaming p:after,.thinking-orbit span{animation:none!important}.prompt-card p{animation:none!important}}.mobile-only{display:none!important}.mobile-sidebar-scrim,.mobile-tools-wrap,.mobile-sidebar-close,.mobile-tool-scrim,.mobile-tool-menu{display:none}.workspace-topbar{height:54px;display:flex;align-items:center;justify-content:flex-end;padding:0 28px}.workspace-brand,.workspace-exit{display:inline-flex;align-items:center;gap:8px;border:1px solid #e9e9e9;color:#171717;background:#ffffffd1;cursor:pointer}.workspace-brand{width:100%;height:58px;justify-content:center;padding:5px 12px;border-radius:10px;font-size:14px;font-weight:650}.workspace-brand img{width:auto;max-width:208px;height:48px;display:block;object-fit:contain}.workspace-exit{height:32px;padding:0 12px;border-radius:999px;color:#777;font-size:14px}.workspace-brand:hover,.workspace-exit:hover{border-color:#dcdcdc;background:#fff}.mobile-menu-button,.mobile-compose-toggle,.theme-toggle-button{width:36px;height:36px;align-items:center;justify-content:center;border:1px solid #e9e9e9;border-radius:11px;color:#2b2b2b;background:#ffffffe0;cursor:pointer}.mobile-compose-toggle.is-open,.theme-toggle-button{border-color:#171717;color:#fff;background:#171717}.workspace-page.theme-light{color:#151515;background:#fff}.workspace-page.theme-light .workspace-main,.workspace-page.theme-light.has-chat{background:#fff}.workspace-page.theme-light .workspace-main:before{background-image:linear-gradient(rgba(0,0,0,.075) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.075) 1px,transparent 1px)}.workspace-page.theme-dark{color:#f4f4f4;background:#080808}.workspace-page.theme-dark .workspace-main,.workspace-page.theme-dark.has-chat{background:#080808}.workspace-page.theme-dark .workspace-main:before{background-image:linear-gradient(rgba(255,255,255,.075) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.075) 1px,transparent 1px)}.new-chat-button:hover{background:#000}.workspace-hero{width:100%;align-self:center;justify-self:center;display:grid;justify-items:center;gap:22px;padding:28px clamp(24px,4vw,72px) 13vh;animation:workspace-content-enter .52s cubic-bezier(.2,.8,.2,1) 70ms both}.workspace-page.has-chat .workspace-hero{width:100%;min-height:0;height:calc(100dvh - 54px);align-self:stretch;display:grid;grid-template-rows:minmax(0,1fr) auto;align-content:stretch;gap:18px;padding:24px clamp(24px,4vw,72px) 24px;overflow:hidden}.workspace-greeting{display:grid;justify-items:center;gap:12px}.workspace-greeting h1{max-width:18ch;margin:0;color:#050505;font-size:clamp(28px,3vw,44px);font-weight:750;line-height:1.08;text-align:center;letter-spacing:0}.workspace-greeting p{max-width:36ch;margin:0;color:#747474;font-size:15px;line-height:1.6;text-align:center}.workspace-page.has-chat .workspace-greeting{display:none}.chat-thread{width:100%;min-height:0;max-height:100%;align-self:end;display:grid;align-content:start;gap:18px;overflow-y:auto;overscroll-behavior:contain;padding:24px 6px 18px}.chat-message{position:relative;max-width:min(78%,980px);display:grid;gap:6px;padding:12px 15px;border:1px solid #e7e7e7;border-radius:18px;color:#222;background:#fff;box-shadow:0 10px 32px #0000000b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:chat-message-enter .26s cubic-bezier(.2,.8,.2,1) both}.chat-message.user{justify-self:end;color:#171717;border-color:#e7e7e7;background:#fff}.chat-message.assistant{justify-self:start;border-top-left-radius:8px;padding-right:92px;background:#fff}.chat-message.assistant:has(.html-report-panel){max-width:min(92%,1120px);padding-right:15px}.chat-message.is-thinking{width:116px;min-height:54px;gap:8px;padding-right:15px;overflow:hidden}.chat-message.is-thinking:before{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid rgba(23,23,23,.08);pointer-events:none}.chat-message.is-thinking:after{content:"";position:absolute;left:0;top:0;width:18px;height:18px;border-radius:999px;background:radial-gradient(circle,rgba(23,23,23,.68) 0 2px,transparent 2.6px),radial-gradient(circle,rgba(23,23,23,.2),transparent 68%);filter:blur(.1px);opacity:.95;pointer-events:none;offset-path:inset(1px round 18px);offset-anchor:50% 50%;offset-distance:0%;animation:thinking-edge-run 1.55s linear infinite}.copy-message-button{position:absolute;top:9px;right:9px;height:27px;display:inline-flex;align-items:center;gap:5px;padding:0 8px;border:1px solid rgba(226,226,226,.9);border-radius:9px;color:#606060;background:#ffffffeb;cursor:pointer;font-size:12px;font-weight:650;opacity:.72;transition:opacity .16s ease,transform .16s ease,background .16s ease,border-color .16s ease}.copy-message-button:hover{opacity:1;border-color:#d0d0d0;background:#fff}.chat-message span{color:#8a8a8a;font-size:12px;font-weight:700}.chat-message.user span{display:none}.chat-message p{position:relative;margin:0;white-space:pre-wrap;overflow-wrap:anywhere;color:inherit;font-size:15px;line-height:1.7;animation:message-text-reveal .22s ease both}.chat-message.is-streaming p:after{content:"";width:6px;height:1.15em;display:inline-block;margin-left:3px;border-radius:999px;background:#171717;transform:translateY(3px);animation:stream-caret .82s ease-in-out infinite}.thinking-orbit{position:relative;width:42px;height:16px;display:inline-flex;align-items:center;gap:6px}.thinking-orbit span{width:5px;height:5px;border-radius:999px;background:#4f4f4f;opacity:.35;animation:thinking-dot .92s ease-in-out infinite}.thinking-orbit span:nth-child(2){animation-delay:.12s}.thinking-orbit span:nth-child(3){animation-delay:.24s}@keyframes chat-message-enter{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes message-text-reveal{0%{opacity:.64}to{opacity:1}}@keyframes thinking-edge-run{to{offset-distance:100%}}@keyframes thinking-dot{0%,to{opacity:.28;transform:translateY(1px) scale(.92)}45%{opacity:.86;transform:translateY(-2px) scale(1)}}@keyframes stream-caret{0%,to{opacity:.16}45%{opacity:.78}}.message-tools{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:4px}.message-tool-label{color:#777;font-size:12px;font-weight:650}.message-tools button{height:30px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border:1px solid #e5e5e5;border-radius:10px;color:#3d3d3d;background:#fff;cursor:pointer;font-size:12px;font-weight:650;transition:transform .16s ease,border-color .16s ease,background .16s ease}.message-tools button:hover{border-color:#d2d2d2;background:#f8f8f8}.message-tools button:disabled{cursor:not-allowed;opacity:.55}.html-report-panel{width:min(72vw,980px);display:grid;gap:10px;margin-top:2px}.html-report-panel header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-right:2px}.html-report-panel header strong,.html-report-panel header span{display:block}.html-report-panel header strong{color:#202020;font-size:13px;line-height:1.2}.html-report-panel header span{margin-top:2px;color:#7a7a7a;font-size:11px}.html-report-panel iframe{width:100%;height:min(64vh,680px);min-height:420px;display:block;border:1px solid #e4e4e4;border-radius:14px;background:#fff}.generated-image-panel,.generated-video-panel{display:grid;gap:9px;margin-top:4px}.generated-video-panel video{width:min(100%,520px);max-height:520px;display:block;border:1px solid #e6e6e6;border-radius:12px;background:#111}.video-status-card{width:min(100%,520px);display:grid;gap:6px;padding:12px;border:1px solid #e6e6e6;border-radius:12px;color:#303030;background:#fff}.video-status-card span{width:fit-content;padding:3px 7px;border-radius:999px;color:#666;background:#f3f3f3;font-size:11px;font-weight:750}.video-status-card strong{color:#202020;font-size:13px;line-height:1.45}.generated-image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px}.generated-image-grid a{display:block;overflow:hidden;border:1px solid #e6e6e6;border-radius:12px;background:#f7f7f7}.generated-image-grid img{width:100%;display:block;object-fit:cover}.generated-image-meta{display:flex;flex-wrap:wrap;gap:6px}.generated-image-meta span{padding:4px 7px;border:1px solid #e5e5e5;border-radius:999px;color:#6a6a6a;background:#fff;font-size:11px;font-weight:650}.prompt-card-list{display:grid;gap:10px;margin-top:8px}.prompt-card{display:grid;gap:10px;padding:12px;border:1px solid #e7e7e7;border-radius:14px;background:#fbfbfb}.prompt-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.prompt-card header div{min-width:0;display:grid;gap:4px}.prompt-card strong{color:#202020;font-size:13px;line-height:1.35}.prompt-card header span{color:#777;font-size:12px;line-height:1.45}.prompt-card small{flex:0 0 auto;padding:4px 7px;border:1px solid #dedede;border-radius:999px;color:#555;background:#fff;font-size:11px;font-weight:650;transition:border-color .18s ease,background .18s ease,color .18s ease}.prompt-card p{margin:0;color:#272727;font-size:13px;line-height:1.7;animation:prompt-card-swap .24s cubic-bezier(.2,.8,.2,1) both}@keyframes prompt-card-swap{0%{opacity:0;transform:translateY(5px);filter:blur(1px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.prompt-card-actions{display:flex;flex-wrap:wrap;gap:7px}.prompt-card-actions button{min-height:28px;padding:0 9px;border:1px dashed #d8d8d8;border-radius:9px;color:#555;background:#fff;cursor:pointer;font-size:12px;font-weight:650}.prompt-card-actions button:hover{border-color:#bfbfbf;color:#171717;background:#f6f6f6}.chat-error{width:min(100%,820px);margin:-8px 0 0;color:#b42318;font-size:14px;text-align:center}.command-center{width:100%;min-height:112px;display:grid;grid-template-rows:1fr auto;border:1px solid #e4e4e4;border-radius:14px;background:#fff;box-shadow:0 18px 60px #00000014}.command-center.has-upload{width:100%;min-height:168px;grid-template-columns:190px minmax(0,1fr);grid-template-rows:1fr;overflow:hidden}.workspace-page.has-chat .command-center{width:100%;min-height:96px;align-self:end;justify-self:center;border-radius:18px;box-shadow:0 16px 50px #0000001a,0 0 0 1px #ffffffb3}.workspace-page.has-chat .command-center.has-upload{width:100%;min-height:150px}.workspace-page.has-chat .quick-actions{display:none}.upload-dropzone{min-width:0;display:grid;align-content:start;gap:8px;padding:14px;border-right:1px solid #e6e6e6;background:#fafafa}.upload-icon{width:30px;height:30px;display:grid;place-items:center;border:1px solid #e4e4e4;border-radius:10px;color:#3f3f3f;background:#fff}.upload-dropzone>strong{color:#202020;font-size:13px;line-height:1.2}.upload-dropzone>span{color:#7a7a7a;font-size:12px;line-height:1.4}.upload-dropzone>button{width:fit-content;height:28px;padding:0 10px;border:1px solid #e0e0e0;border-radius:9px;color:#2d2d2d;background:#fff;cursor:pointer;font-size:12px;font-weight:650}.upload-dropzone>button:hover{border-color:#cfcfcf;background:#f6f6f6}.uploaded-files{min-width:0;display:grid;gap:6px;margin-top:4px}.inline-uploaded-files{display:flex;gap:7px;overflow-x:auto;padding:0 14px 6px 16px;scrollbar-width:none}.inline-uploaded-files::-webkit-scrollbar{display:none}.inline-uploaded-files .uploaded-file{min-width:min(260px,72vw);flex:0 0 auto}.uploaded-file{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:7px;padding:7px;border:1px solid #e5e5e5;border-radius:9px;color:#4d4d4d;background:#fff}.uploaded-file.ready{border-color:#334234}.uploaded-file.error{border-color:#5a2a2a}.uploaded-file div{min-width:0}.uploaded-file strong,.uploaded-file span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uploaded-file strong{color:#202020;font-size:11px;line-height:1.2}.uploaded-file span{margin-top:2px;color:#7a7a7a;font-size:10px}.uploaded-file.error span{color:#ffb4ab}.uploaded-file button{width:22px;height:22px;display:grid;place-items:center;border-radius:7px;color:#777;background:transparent;cursor:pointer}.uploaded-file button:hover{color:#171717;background:#f2f2f2}.command-input-panel{min-width:0;display:grid;grid-template-rows:auto 1fr auto auto}.command-center:not(.has-upload) .command-input-panel{display:contents}.wizard-strip{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px 0 16px}.wizard-strip div{min-width:0}.wizard-strip>div:first-child{flex:1 1 auto}.wizard-nav-actions{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px}.wizard-strip span,.wizard-strip strong{display:block}.wizard-strip span{color:#858585;font-size:11px;font-weight:750}.wizard-strip strong{margin-top:2px;color:#202020;font-size:13px;line-height:1.2}.wizard-strip button{height:28px;flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;padding:0 9px;border:1px solid #e4e4e4;border-radius:9px;color:#4d4d4d;background:#f8f8f8;cursor:pointer;font-size:12px;font-weight:650}.wizard-strip button:hover{border-color:#555}.command-center textarea{width:100%;min-height:58px;resize:none;border:0;outline:0;padding:16px 20px 6px;color:#171717;background:transparent;font-size:15px;line-height:1.55}.command-center textarea::placeholder{color:#9a9a9a}.wizard-suggestions{display:flex;flex-wrap:wrap;gap:7px;padding:0 14px 6px 16px}.wizard-suggestions button{height:28px;padding:0 10px;border:1px solid #e4e4e4;border-radius:999px;color:#4d4d4d;background:#f8f8f8;cursor:pointer;font-size:12px;font-weight:650}.wizard-suggestions button:hover{border-color:#d0d0d0;color:#171717}.image-size-presets{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;padding:0 14px 8px 16px}.image-size-presets button{min-width:0;min-height:78px;display:grid;grid-template-columns:30px 1fr;align-items:center;gap:2px 8px;padding:9px;border:1px solid #e4e4e4;border-radius:12px;color:#3d3d3d;background:#fbfbfb;cursor:pointer;text-align:left}.image-size-presets button:hover,.image-size-presets button.is-selected{border-color:#171717;background:#fff}.ratio-preview{grid-row:1 / span 3;width:30px;height:42px;display:grid;place-items:center}.ratio-preview i{width:min(30px,calc(32px * var(--ratio-w) / var(--ratio-h)));height:min(42px,calc(42px * var(--ratio-h) / var(--ratio-w)));display:block;border:1px solid #171717;border-radius:4px;background:linear-gradient(135deg,rgba(23,23,23,.08),transparent 48%),#fff}.image-size-presets strong{color:#1f1f1f;font-size:12px;line-height:1.15}.image-size-presets small,.image-size-presets em{color:#777;font-size:10px;font-style:normal;line-height:1.15}.command-actions{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 12px 12px 14px}.command-tools-left{min-width:0;display:inline-flex;align-items:center;gap:8px}.icon-action,.send-button,.quick-action,.inline-marketing-tools button{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease,color .16s ease}.icon-action{gap:8px;padding:7px 8px;border-radius:10px;color:#4d4d4d;background:transparent}.icon-action span{display:none;color:#6e6e6e;font-size:13px}.icon-action:hover{background:#f2f2f2}.icon-action:hover span{display:inline}.command-actions-right{display:inline-flex;align-items:center;gap:10px}.inline-marketing-tools{min-width:0;display:inline-flex;align-items:center;gap:6px;overflow-x:auto;scrollbar-width:none}.inline-marketing-tools::-webkit-scrollbar{display:none}.inline-marketing-tools button{height:30px;flex:0 0 auto;gap:6px;padding:0 9px;border:1px solid #e4e4e4;border-radius:10px;color:#4d4d4d;background:#f8f8f8;font-size:12px;font-weight:650}.inline-marketing-tools button:hover,.inline-marketing-tools button.is-active{border-color:#171717;color:#fff;background:#171717}.send-button{--duration: 3s;--light-width: 38px;--light-color: rgba(85, 85, 85, .18);position:relative;isolation:isolate;width:auto;min-width:58px;min-height:34px;height:34px;padding:0 13px;overflow:hidden;border:1px dashed #d8d8d8;border-radius:10px;color:#555;background:transparent;box-shadow:none;font-size:13px;font-weight:650}.send-button.is-ready{border-color:#d8d8d8;color:#555;background:transparent}.send-button:hover,.send-button.is-ready:hover{border-color:#bfbfbf;color:#171717;background:#f6f6f6}.send-button:disabled{cursor:not-allowed;opacity:.55}.send-button:before{content:"";position:absolute;width:var(--light-width);height:var(--light-width);border-radius:999px;background:radial-gradient(circle,var(--light-color),transparent 68%);offset-path:path("M 7 4 H 51 V 30 H 7 V 4");offset-distance:0%;animation:star-btn var(--duration) linear infinite;opacity:.95;z-index:-1}.send-button:after{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 72% 28%,currentColor 0 1px,transparent 1.4px),radial-gradient(circle at 82% 42%,currentColor 0 .9px,transparent 1.3px),radial-gradient(circle at 88% 62%,currentColor 0 1px,transparent 1.4px),radial-gradient(circle at 68% 66%,currentColor 0 .9px,transparent 1.3px),radial-gradient(circle at 78% 76%,currentColor 0 .8px,transparent 1.2px);color:#55555547;pointer-events:none;z-index:-1}.send-button span{position:relative;z-index:1}@keyframes star-btn{to{offset-distance:100%}}.file-ready-label{height:28px;display:inline-flex;align-items:center;gap:5px;color:#c9c9c9;font-size:12px;font-weight:650}.quick-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.quick-action{min-height:36px;gap:10px;padding:0 14px;border:1px solid #262626;border-radius:999px;color:#a7a7a7;background:#171717;font-size:13px;font-weight:650}.quick-action:hover{color:#fff;background:#222}.quick-action.is-active{border-color:#fff;color:#171717;background:#fff}.icon-action:active,.send-button:active,.quick-action:active,.inline-marketing-tools button:active,.workspace-brand:active,.workspace-exit:active,.copy-message-button:active,.message-tools button:active,.prompt-card-actions button:active,.wizard-strip button:active,.wizard-suggestions button:active,.upload-dropzone>button:active,.uploaded-file button:active{transform:translateY(1px)}@media(prefers-color-scheme:dark){:root{color:#f4f4f4;background:#080808}.page-shell{background:#080808}.signin-header h1,.form-row,.remember-me,.google-button{color:#f2f2f2}.signin-header p,.signin-form label,.create-account{color:#8f8f8f}.signin-form input,.password-field{border-color:#242424;color:#f3f3f3;background:#151515}.signin-form input::placeholder{color:#8a8a8a}.password-field button{color:#a2a2a2}.submit-button{color:#151515;background:#e9e9e9}.submit-button:hover{background:#fff}.divider:before{background:#222}.divider span{background:#080808}.google-button{border-color:#202020;background:#080808}.google-button:hover{border-color:#333;background:#111}.workspace-page,.workspace-page.has-chat,.workspace-main{background:#080808}.workspace-main:before{background-image:linear-gradient(rgba(255,255,255,.075) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.075) 1px,transparent 1px)}.chat-sidebar{border-right-color:#1f1f1f;background:#0c0c0cf0}.new-chat-button{border-color:#eee;color:#171717;background:#eee}.new-chat-button:hover{background:#fff}.history-label,.history-empty,.history-item small,.account-panel span{color:#8d8d8d}.history-item{color:#bdbdbd}.history-item span,.account-panel strong{color:#eee}.history-item:hover,.history-item.is-active,.account-panel{border-color:#222;background:#111}.history-open-button:hover,.history-open-button:focus-visible{background:#181818}.history-delete-button{color:#7a7a7a}.history-delete-button:hover,.history-delete-button:focus-visible{color:#ffb4ab;background:#241312}.account-avatar{color:#171717;background:#eee}.account-panel button{color:#b5b5b5}.account-panel button:hover{background:#1f1f1f}.account-settings-panel{border-color:#222;background:#111;box-shadow:0 12px 34px #00000047}.account-settings-panel label span,.account-settings-meta{color:#8d8d8d}.account-settings-panel input{border-color:#272727;color:#eee;background:#0b0b0b}.account-settings-panel input:focus{border-color:#eee;background:#101010}.account-logout-button{border-color:#2a2a2a;color:#ffb4ab;background:#111}.account-logout-button:hover{border-color:#55302d;background:#1b1110}.workspace-brand,.workspace-exit{border-color:#222;color:#f2f2f2;background:#080808d1}.workspace-exit{color:#9b9b9b}.workspace-brand:hover,.workspace-exit:hover{border-color:#333;background:#101010}.workspace-greeting h1{color:#f6f6f6}.workspace-greeting p{color:#9a9a9a}.chat-message{color:#222;border-color:#e7e7e7;background:#fff;box-shadow:0 10px 32px #00000042}.chat-message.user{color:#171717;border-color:#e7e7e7;background:#fff}.chat-message.user span{display:none}.copy-message-button{border-color:#303030;color:#d7d7d7;background:#141414eb}.copy-message-button:hover{border-color:#454545;background:#1b1b1b}.command-center,.workspace-page.has-chat .command-center{border-color:#e4e4e4;background:#fff}.command-center textarea{color:#171717}.command-center textarea::placeholder{color:#9a9a9a}.icon-action{color:#4d4d4d}.icon-action:hover{background:#f6f6f6}.inline-marketing-tools button,.wizard-suggestions button,.wizard-strip button{border-color:#e4e4e4;color:#4d4d4d;background:#f8f8f8}.inline-marketing-tools button:hover,.inline-marketing-tools button.is-active{border-color:#171717;color:#fff;background:#171717}.upload-dropzone{border-right-color:#e6e6e6;background:#fafafa}.upload-icon,.upload-dropzone>button,.uploaded-file{border-color:#e4e4e4;color:#3f3f3f;background:#fff}.upload-dropzone>strong,.uploaded-file strong,.wizard-strip strong{color:#202020}.upload-dropzone>span,.uploaded-file span{color:#7a7a7a}.message-tools button{border-color:#2a2a2a;color:#e5e5e5;background:#111}.message-tools button:hover{border-color:#3a3a3a;background:#181818}.chat-error{color:#ffb4ab}}@media(min-width:1181px)and (max-height:780px){.page-shell{padding:0;gap:0}.signin-panel{min-height:100dvh;padding:14px 24px 24px}.hero-art{min-height:calc(100dvh - 24px);margin:12px 12px 12px 0}.signin-logo-mark,.signin-logo-mark img{height:48px}.signin-card{width:min(100%,390px);padding-inline:0}.signin-header h1{font-size:46px}.signin-header p{margin-top:22px;font-size:15px}.signin-form{gap:14px;margin-top:24px}.signin-form label{font-size:15px}.signin-form input,.password-field{min-height:52px;border-radius:16px}.signin-form input{font-size:15px}.password-field input{min-height:50px}.form-row,.divider,.create-account{font-size:15px}.submit-button,.google-button{min-height:54px;border-radius:16px;font-size:17px}.divider{margin:18px 0}.create-account{margin-top:20px}}@media(max-width:1180px){.page-shell{grid-template-columns:1fr;gap:0}.hero-art{display:none}.signin-panel{min-height:100dvh}.signin-card{width:min(100%,420px)}}@media(max-width:900px){.page-shell{padding:18px 16px 24px}.signin-panel{min-height:calc(100dvh - 50px)}.signin-logo-mark,.signin-logo-mark img{height:42px}.signin-card{align-self:start;margin-top:50px;padding-inline:0}.signin-header h1{font-size:42px}.signin-header p{margin-top:22px;font-size:15px}.signin-form{gap:18px;margin-top:28px}.signin-form label{font-size:15px}.signin-form input,.password-field{min-height:56px;border-radius:17px}.signin-form input{padding:0 18px;font-size:15px}.password-field input{min-height:54px}.password-field button{width:42px;height:42px;margin-right:8px;border-radius:14px}.form-row{gap:12px;font-size:14px}.remember-me{gap:12px!important}.remember-me input{width:19px;height:19px}.submit-button,.google-button{min-height:56px;border-radius:17px;font-size:16px}.divider{margin:22px 0;font-size:14px}.divider span{padding-inline:18px}.google-icon{width:20px;height:20px}.create-account{margin-top:26px;font-size:14px}.workspace-topbar{height:52px;padding:0 12px}.workspace-page{position:relative;height:100dvh;grid-template-columns:1fr;grid-template-rows:1fr;overflow:hidden}.chat-sidebar{position:fixed;top:0;bottom:0;left:0;z-index:30;width:min(86vw,326px);min-height:100dvh;height:100dvh;display:grid;grid-template-rows:auto 1fr auto;gap:14px;padding:14px;border-right:1px solid #eeeeee;border-bottom:0;background:#fafafafa;box-shadow:18px 0 60px #00000024;transform:translate(-104%);visibility:hidden;pointer-events:none;transition:transform .22s cubic-bezier(.2,.8,.2,1)}.workspace-page.mobile-sidebar-open .chat-sidebar{transform:translate(0);visibility:visible;pointer-events:auto}.mobile-sidebar-scrim{position:fixed;inset:0;z-index:25;display:block;background:#00000047;opacity:0;pointer-events:none;transition:opacity .18s ease}.workspace-page.mobile-sidebar-open .mobile-sidebar-scrim{opacity:1;pointer-events:auto}.sidebar-head{position:relative;display:grid;grid-template-columns:1fr;align-items:center;gap:10px}.mobile-sidebar-close{position:absolute;top:8px;right:8px;z-index:2;width:30px;height:30px;display:grid;place-items:center;border:1px solid #e7e7e7;border-radius:10px;color:#555;background:#fff;cursor:pointer}.new-chat-button{height:38px;padding:0 12px;border-radius:10px;font-size:13px}.history-list{min-height:0;display:grid;align-content:start;gap:8px;overflow-y:auto;padding:0 2px 2px 0}.history-label{display:block;margin:4px 0 2px}.history-empty{min-width:0;padding:8px 10px;white-space:normal}.history-item{width:100%;min-width:0;min-height:42px;grid-template-columns:minmax(0,1fr) auto;padding:4px}.history-open-button{min-height:34px;padding:0 6px}.history-delete-button{width:32px;height:32px;opacity:1}.history-item small{display:block}.account-area{min-height:0}.account-settings-panel{max-height:38vh;overflow:auto}.account-panel{min-height:44px;display:grid;grid-template-columns:auto 1fr auto;padding:6px 8px;border-radius:12px}.account-avatar{width:28px;height:28px;font-size:12px}.account-panel strong{font-size:12px}.account-panel span{font-size:11px}.account-panel button{width:28px;height:28px}.workspace-main{min-height:0;height:100dvh;grid-template-rows:auto minmax(0,1fr)}.workspace-topbar{position:relative;z-index:12;justify-content:space-between;gap:8px}.mobile-only{display:inline-flex!important}.workspace-brand{width:auto;max-width:58vw;height:42px;padding:4px 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-brand img{max-width:142px;height:34px}.workspace-exit{display:none}.mobile-menu-button,.mobile-compose-toggle{flex:0 0 auto}.workspace-hero{width:100%;min-height:0;align-self:stretch;gap:18px;padding:14vh 16px 122px;overflow:hidden}.workspace-page.has-chat .workspace-hero{min-height:0;height:100%;grid-template-rows:minmax(0,1fr);gap:14px;padding:8px 14px 112px;overflow:hidden}.workspace-page.has-chat.mobile-composer-open .workspace-hero{padding-bottom:min(46vh,330px)}.workspace-greeting h1{max-width:14ch;font-size:28px}.workspace-greeting p{max-width:28ch;font-size:14px}.chat-thread{width:100%;min-height:0;max-height:100%;gap:16px;overflow-y:auto;padding:14px 2px 12px}.chat-message{max-width:88%;padding:10px 12px;border-radius:16px}.chat-message.assistant{padding-right:48px}.chat-message.assistant:has(.html-report-panel){max-width:100%;padding-right:10px}.html-report-panel{width:calc(100vw - 52px)}.html-report-panel iframe{height:56vh;min-height:360px}.copy-message-button{width:30px;height:30px;padding:0;justify-content:center}.copy-message-button span{display:none}.chat-message p{font-size:14px}.prompt-card header{display:grid;gap:8px}.prompt-card small{width:fit-content}.chat-message.user{padding:9px 12px;border-radius:16px}.command-center{position:fixed;left:12px;right:12px;bottom:max(12px,env(safe-area-inset-bottom));z-index:18;width:calc(100vw - 24px);max-height:min(70dvh,470px);min-height:112px;display:grid;grid-template-rows:auto minmax(0,1fr);padding-top:12px;overflow:hidden;border-radius:18px;transform:translateY(calc(100% - 52px));overscroll-behavior:contain;transition:transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s ease}.command-center:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);z-index:2;width:42px;height:4px;display:block;margin:8px 0 0;border-radius:999px;background:#d7d7d7}.workspace-page.mobile-composer-open .command-center{transform:translateY(0)}.workspace-page.mobile-composer-closed .command-center{box-shadow:0 10px 34px #0000001f}.workspace-page.mobile-composer-closed .command-center textarea,.workspace-page.mobile-composer-closed .wizard-strip,.workspace-page.mobile-composer-closed .wizard-suggestions,.workspace-page.mobile-composer-closed .image-size-presets,.workspace-page.mobile-composer-closed .upload-dropzone{opacity:0;pointer-events:none}.command-center.has-upload{width:calc(100vw - 24px);max-width:none;min-height:112px;max-height:min(74dvh,500px);grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr)}.workspace-page.has-chat .command-center{width:calc(100vw - 24px);max-width:none;min-height:104px;border-radius:18px}.workspace-page.has-chat .command-center.has-upload{width:calc(100vw - 24px);max-width:none;min-height:112px}.command-input-panel{min-height:0;height:100%;overflow:hidden;grid-template-rows:auto auto minmax(0,1fr) auto}.upload-dropzone{grid-template-columns:auto 1fr auto;align-items:center;gap:8px 10px;padding:10px 12px;min-height:58px;max-height:118px;min-width:0;overflow-y:auto;border-right:0;border-bottom:1px solid #e6e6e6}.upload-icon{width:28px;height:28px}.upload-dropzone>strong{grid-column:2;font-size:12px}.upload-dropzone>span{grid-column:2;font-size:11px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-dropzone>button{grid-column:3;grid-row:1 / span 2;height:28px}.uploaded-files{grid-column:1 / -1;margin-top:2px}.wizard-strip{min-height:40px;align-items:flex-start;padding:9px 12px 0 14px;min-width:0}.wizard-nav-actions{justify-content:flex-end;flex-wrap:wrap;gap:5px}.wizard-strip strong{font-size:12px}.wizard-strip button{height:27px;padding:0 8px;font-size:11px}.command-center textarea{min-height:54px;max-height:92px;padding:15px 16px 6px;font-size:14px}.command-center.has-upload textarea{min-height:50px;max-height:78px;padding:12px 14px 6px}.wizard-suggestions{gap:6px;padding:0 12px 5px 14px;min-height:0;max-height:118px;overflow-y:auto}.image-size-presets{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:0 12px 6px 14px;min-height:0;max-height:none;overflow-y:auto;overscroll-behavior:contain}.image-size-presets button{min-height:64px;padding:8px;gap:2px 7px}.wizard-suggestions button{height:27px;padding:0 9px;font-size:11px}.command-actions{position:relative;z-index:3;min-height:50px;flex:0 0 auto;align-items:flex-end;gap:8px;padding:8px 10px 12px 12px;flex-wrap:nowrap;background:#fff;border-top:1px solid #eeeeee}.command-tools-left{flex:1 1 auto;min-width:0;gap:6px}.inline-marketing-tools{display:none}.mobile-tools-wrap{position:relative;display:inline-flex}.command-actions-right{flex:0 0 auto;min-width:max-content;gap:6px}.mobile-tools-button{width:32px;height:32px;display:grid;place-items:center;border:1px dashed #d8d8d8;border-radius:10px;color:#555;background:#fff;cursor:pointer}.mobile-tools-button.is-open{border-color:#171717;color:#fff;background:#171717}.mobile-tool-menu{position:fixed;right:20px;bottom:calc(max(12px,env(safe-area-inset-bottom)) + 112px);z-index:34;width:min(74vw,286px);max-height:min(46vh,360px);overflow-y:auto;display:grid;gap:6px;padding:8px;border:1px solid #e4e4e4;border-radius:14px;background:#fff;box-shadow:0 18px 50px #00000024}.mobile-tool-scrim{position:fixed;inset:0;z-index:33;display:block;background:transparent}.mobile-tool-menu button{min-height:36px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:8px;padding:0 10px;border-radius:10px;color:#333;background:transparent;cursor:pointer;text-align:left;font-size:13px;font-weight:650}.mobile-tool-menu button:hover,.mobile-tool-menu button.is-active{color:#fff;background:#171717}.send-button{--light-width: 36px;flex:0 0 auto;min-width:58px;width:auto;height:32px;padding:0 10px;font-size:13px}.quick-actions{display:none}.quick-action{min-height:34px;padding:0 12px;font-size:12px}}@media(max-width:390px){.form-row{align-items:flex-start;flex-direction:column}.signin-card{margin-top:36px}.command-center{left:8px;right:8px;bottom:max(8px,env(safe-area-inset-bottom));width:calc(100vw - 16px);max-height:76dvh;border-radius:16px}.command-center.has-upload,.workspace-page.has-chat .command-center,.workspace-page.has-chat .command-center.has-upload{width:calc(100vw - 16px);max-height:78dvh}.upload-dropzone{min-height:54px;max-height:86px;padding:8px 10px}.upload-icon{width:26px;height:26px}.wizard-strip{min-height:36px;gap:8px;padding:7px 10px 0 12px}.wizard-strip span{font-size:10px}.wizard-strip strong{font-size:11px;line-height:1.15}.wizard-strip button{height:25px;padding:0 7px}.command-center textarea,.command-center.has-upload textarea{min-height:44px;max-height:64px;padding:10px 12px 4px;font-size:13px}.image-size-presets{grid-template-columns:1fr 1fr;gap:5px;padding:0 10px 5px 12px}.image-size-presets button{min-height:56px;grid-template-columns:24px minmax(0,1fr);padding:6px}.ratio-preview{width:24px;height:34px}.ratio-preview i{width:min(24px,calc(26px * var(--ratio-w) / var(--ratio-h)));height:min(34px,calc(34px * var(--ratio-h) / var(--ratio-w)))}.command-actions{min-height:46px;padding:7px 8px 9px 10px}.send-button{min-width:52px;height:30px;padding:0 9px}}
