:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#202123;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;--sidebar: 260px;--rail: 60px;--content: 960px;--text: #202123;--muted: #8a8d91;--line: #ececec;--hover: #f3f3f3;--selected: #e9e9e9;--blue: #438ded;--soft-blue: #eaf4ff}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}button,input,textarea{font:inherit;color:inherit}button{border:0;background:none;cursor:pointer}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid #7ab5ff;outline-offset:2px}.app-shell{min-height:100%;display:grid;grid-template-columns:var(--sidebar) minmax(0,1fr);background:#fff}.app-shell.sidebar-collapsed{grid-template-columns:var(--rail) minmax(0,1fr)}.sidebar-rail{position:sticky;inset:0 auto 0 0;width:var(--rail);height:100vh;padding:10px 0 12px;display:flex;flex-direction:column;align-items:center;gap:8px;border-right:1px solid var(--line);background:#fff;z-index:10}.sidebar-rail button{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:11px}.sidebar-rail button:hover{background:var(--hover)}.sidebar-rail .rail-logo{margin-bottom:14px}.sidebar-rail .rail-avatar{width:30px;height:30px;margin-top:auto;border-radius:50%;background:#ed79bd;color:#fff;font-size:10px;font-weight:700}.sidebar{position:sticky;inset:0 auto 0 0;width:var(--sidebar);height:100vh;display:flex;flex-direction:column;padding:10px 9px 12px;border-right:1px solid var(--line);background:#fbfbfb;overflow:hidden;overflow-x:hidden;z-index:10}.brand-row{height:54px;padding:0 9px;display:flex;align-items:center;justify-content:space-between}.brand-row strong{font-size:22px;letter-spacing:-.8px}.brand-row>div{display:flex;gap:7px}.icon-button{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px}.icon-button:hover{background:var(--hover)}.sidebar-search{margin:0 8px 8px;height:39px;display:flex;align-items:center;gap:7px;border:1px solid #ddd;border-radius:11px;padding:0 9px;background:#fff}.sidebar-search input{min-width:0;flex:1;border:0;outline:0;background:transparent}.sidebar-search button{display:flex;padding:2px}.primary-nav{display:grid;gap:2px}.primary-nav button{height:43px;padding:0 10px;display:flex;align-items:center;gap:12px;border-radius:10px;font-size:16px;text-align:left}.primary-nav button:hover,.primary-nav button.active{background:var(--selected)}.primary-nav button span{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center}.primary-nav svg{width:20px;height:20px;stroke-width:1.9}.history-section{min-height:0;flex:1;margin-top:18px;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}.history-section::-webkit-scrollbar{width:5px}.history-section::-webkit-scrollbar-thumb{background:#0000001f;border-radius:9999px}.history-section::-webkit-scrollbar-thumb:hover{background:#00000040}.history-section-header{padding:10px 10px 6px;color:#939393;font-size:13px;font-weight:600;-webkit-user-select:none;user-select:none}.history-list{display:grid;align-content:start;gap:2px}.history-item{position:relative;display:flex;align-items:center;border-radius:10px;height:38px;padding:0 4px 0 10px;width:100%;box-sizing:border-box;transition:background .15s}.history-item:hover,.history-item.active,.history-item.menu-open{background:var(--selected)}.history-item.menu-open{z-index:50}.history-item-btn{flex:1 1 0%;min-width:0;width:0;height:100%;display:flex;align-items:center;border:0;background:transparent;padding:0 34px 0 0;text-align:left;font-size:14px;color:var(--text);cursor:pointer;overflow:hidden;box-sizing:border-box}.history-title-wrap{flex:1 1 0%;min-width:0;width:100%;max-width:100%;overflow:hidden;position:relative;display:flex;align-items:center;white-space:nowrap}.history-item:not(:hover):not(.menu-open) .history-title-wrap.is-overflowing{mask-image:linear-gradient(to right,black calc(100% - 22px),transparent 100%);-webkit-mask-image:linear-gradient(to right,black calc(100% - 22px),transparent 100%)}.history-title-text{display:inline-block;white-space:nowrap;width:max-content;will-change:transform;transform:translate(0);font-size:14px;line-height:20px}.history-item-more{position:absolute;right:6px;top:5px;width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;color:#606060;background:transparent;border:0;cursor:pointer;z-index:25;opacity:0;transition:opacity .15s,background .15s,color .15s}.history-item-more svg,.history-item-more svg *{pointer-events:none}.history-item:hover .history-item-more,.history-item.active .history-item-more,.history-item.menu-open .history-item-more{opacity:1}.history-item-more:hover,.history-item-more.active{background:#dcdcdc;color:#000}.history-edit-input{width:100%;height:30px;border:1px solid var(--blue);border-radius:6px;padding:0 8px;font-size:14px;background:#fff;outline:none;box-shadow:0 0 0 2px #438ded33}.history-menu{position:fixed;min-width:195px;background:#fff;border:1px solid #e5e5e5;border-radius:14px;padding:6px;box-shadow:0 12px 34px #00000038;display:flex;flex-direction:column;gap:2px;z-index:99999;animation:popupScale .14s cubic-bezier(.16,1,.3,1)}.history-menu-item{display:flex;align-items:center;gap:10px;padding:8px 12px;font-size:14px;font-weight:450;color:#202123;border-radius:8px;border:0;background:transparent;cursor:pointer;text-align:left;width:100%;transition:background .12s,color .12s}.history-menu-item:hover{background:#f3f3f3}.history-menu-item svg{width:16px;height:16px;stroke-width:1.8;flex-shrink:0}.history-menu-item.danger-item{color:#e02424}.history-menu-item.danger-item:hover{background:#fef2f2;color:#c81e1e}.history-empty{padding:12px 10px;color:#999;font-size:14px}.sidebar-account{margin-top:auto;height:50px;padding:0 9px;display:flex;gap:10px;align-items:center;border-radius:11px;font-size:14px}.sidebar-account:hover{background:var(--hover)}.avatar,.account-orb{color:#fff;background:#1f1f1f}.avatar{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;padding:20px}.modal-card{width:min(440px,100%);background:#fff;border-radius:20px;padding:24px;box-shadow:0 20px 60px #0003;display:flex;flex-direction:column;animation:modalScale .18s cubic-bezier(.16,1,.3,1)}@keyframes modalScale{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.modal-title{font-size:18px;font-weight:600;color:#0d0d0d;margin-bottom:12px}.modal-body{font-size:14px;line-height:1.5;color:#4b5563;margin-bottom:24px}.modal-body strong{color:#111827;font-weight:600}.modal-actions{display:flex;justify-content:flex-end;gap:10px}.modal-cancel-btn{padding:8px 18px;border-radius:9999px;border:1px solid #d1d5db;background:#fff;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s}.modal-cancel-btn:hover{background:#f3f4f6}.modal-delete-btn{padding:8px 18px;border-radius:9999px;border:0;background:#e02424;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.modal-delete-btn:hover{background:#c81e1e}.send-button.recording{background:#e02424;animation:pulseRecording 1.4s infinite}@keyframes pulseRecording{0%{box-shadow:0 0 #e0242473}70%{box-shadow:0 0 0 10px #e0242400}to{box-shadow:0 0 #e0242400}}.main-area{position:relative;min-width:0;height:100vh;overflow:hidden;background:#fff}.topbar{height:60px;display:flex;align-items:center;justify-content:center;position:absolute;inset:0 0 auto;z-index:5;pointer-events:none}.mode-switch{width:310px;height:48px;display:grid;grid-template-columns:1fr 1fr;padding:4px;background:#f7f7f7;border-radius:25px;pointer-events:auto}.mode-switch button{border-radius:21px;color:#6d6d6d;font-weight:600}.mode-switch button.active{color:#222;background:#fff;box-shadow:0 1px 5px #0000001f}.top-actions{margin-left:auto;padding-right:22px;display:flex;align-items:center;gap:9px;pointer-events:auto}.top-actions button{height:40px;padding:0 10px;display:inline-flex;align-items:center;gap:8px;border-radius:9px;font-weight:600}.surface-menu{position:absolute;z-index:30;padding:8px;border:1px solid #e3e3e3;background:#fffffffa;border-radius:18px;box-shadow:0 12px 32px #00000021}.empty-chat{height:100%;display:flex;align-items:center;justify-content:center;padding:70px 30px 30px}.empty-center{width:min(var(--content),calc(100vw - var(--rail) - 80px));transform:translateY(-22px)}.empty-center h1{margin:0 0 42px;text-align:center;font-size:28px;font-weight:400;letter-spacing:-.5px}.composer-wrap{position:relative;width:100%}.attachment-row{display:flex;gap:8px;padding:0 10px 8px;overflow-x:auto}.attachment-chip{flex:0 0 auto;max-width:260px;height:45px;padding:0 9px;display:flex;align-items:center;gap:7px;border:1px solid #ddd;border-radius:12px;background:#fff}.attachment-chip>svg{width:17px}.attachment-thumb{width:31px;height:31px;flex:0 0 auto;border-radius:8px;object-fit:cover}.attachment-chip span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:13px}.attachment-chip button{display:flex;padding:4px;border-radius:50%}.attachment-chip button:hover{background:var(--hover)}.attachment-chip button svg{width:14px;height:14px}.composer{position:relative;box-sizing:border-box;border:1px solid #e0e0e0;background:#fff;box-shadow:0 4px 20px #00000012;transition:border-color .15s ease,box-shadow .15s ease,border-radius .15s ease}.composer:focus-within{border-color:#d1d5db;box-shadow:0 6px 24px #0000001a}.composer.single-line{display:flex;flex-direction:row;align-items:center;gap:0px;min-height:52px;padding:6px 8px;border-radius:28px}.composer-single-left{flex:0 0 auto;display:flex;align-items:center;margin-left:0}.composer.single-line .composer-input-area{flex:1;min-width:0;display:flex;align-items:center;padding:0 2px;margin-left:-2px}.composer.single-line textarea{display:block;width:100%;height:24px!important;max-height:24px;resize:none;border:0;outline:0;padding:0;background:transparent;font-family:inherit;font-size:16px;line-height:24px;color:#0d0d0d;box-sizing:border-box;overflow:hidden;margin-top:-3px}.composer-single-right{position:relative;display:flex;align-items:center;gap:6px;flex:0 0 auto}.composer.multiline{display:flex;flex-direction:column;min-height:96px;padding:12px 12px 8px;border-radius:26px}.composer.multiline .composer-input-area{width:100%;padding:0 4px 0 2px;box-sizing:border-box}.composer.multiline textarea{display:block;width:100%;min-height:48px;max-height:220px;resize:none;border:0;outline:0;padding:0 0 6px;background:transparent;font-family:inherit;font-size:16px;line-height:24px;color:#0d0d0d;box-sizing:border-box;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.composer.multiline textarea::-webkit-scrollbar{width:6px}.composer.multiline textarea::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.composer.multiline textarea::-webkit-scrollbar-thumb:hover{background:#9ca3af}.composer textarea::placeholder,.image-composer input::placeholder{color:#8e8e8e}.composer-bottom-bar{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:38px;margin-top:4px}.composer-bottom-left{display:flex;align-items:center;gap:4px;margin-left:0}.composer-bottom-right{position:relative;display:flex;align-items:center;gap:8px}.composer-icon{flex:0 0 auto;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:0;background:transparent;color:#0d0d0d;cursor:pointer;transition:background .15s}.composer-icon:hover{background:var(--hover)}.composer-icon svg{width:20px;height:20px;stroke-width:2.3;margin-top:-2px}.model-selector-container{position:relative;display:inline-flex;align-items:center}.model-pill-trigger{height:36px;padding:0 8px 0 10px;display:inline-flex;align-items:center;gap:6px;border-radius:18px;border:0;background:transparent;cursor:pointer;transition:background .15s}.model-pill-trigger:hover{background:var(--hover)}.model-pill-trigger .model-prefix{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:15.5px;font-weight:500;color:#0d0d0d;line-height:1;letter-spacing:-.01em}.model-pill-trigger .model-effort{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:15.5px;font-weight:400;color:#5d5d5d;line-height:1;letter-spacing:-.01em}.model-pill-trigger svg{color:#6e6e80;width:14.5px;height:14.5px;stroke-width:2.1;margin-top:1px}.model-popup-card{position:absolute;bottom:calc(100% + 8px);right:0;z-index:100;width:270px;background:#fff;border:1px solid #e5e5e5;border-radius:20px;box-shadow:0 14px 40px #00000024;padding:8px;overflow:hidden;animation:popupScale .16s cubic-bezier(.16,1,.3,1)}@keyframes popupScale{0%{transform:scale(.96) translateY(6px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.reasoning-slider-view{display:flex;flex-direction:column;gap:4px}.slider-model-nav-btn{width:100%;padding:9px 12px;display:flex;align-items:center;justify-content:space-between;border-radius:12px;font-size:14.5px;font-weight:500;color:#202123;cursor:pointer;transition:background .15s;border:0;background:transparent}.slider-model-nav-btn:hover{background:#f4f4f4}.slider-model-nav-btn svg{color:#999}.slider-box{padding:8px 10px 14px}.slider-track{position:relative;width:100%;height:32px;background:#f0f0f0;border-radius:16px;cursor:pointer;display:flex;align-items:center;-webkit-user-select:none;user-select:none;touch-action:none;box-sizing:border-box}.slider-track.dragging{cursor:grabbing}.slider-fill{position:absolute;left:0;top:0;bottom:0;background:#2563eb;border-radius:16px;transition:width .22s cubic-bezier(.4,0,.2,1);pointer-events:none}.slider-ticks{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:space-between;align-items:center;padding:0 16px;pointer-events:none}.slider-ticks .tick{width:5px;height:5px;border-radius:50%;background:#bbb;z-index:2;transition:background .2s}.slider-ticks .tick.active{background:#ffffffd9}.slider-thumb{position:absolute;top:3px;width:26px;height:26px;border-radius:50%;background:#fff;box-shadow:0 2px 7px #00000040;cursor:grab;z-index:5;transition:left .22s cubic-bezier(.4,0,.2,1),transform .15s ease}.slider-track.dragging .slider-thumb{cursor:grabbing;transform:scale(1.08);box-shadow:0 4px 12px #00000047}.models-list-view{display:flex;flex-direction:column}.models-list-header{padding:4px 6px 8px;border-bottom:1px solid #f0f0f0;margin-bottom:4px}.models-back-btn{display:inline-flex;align-items:center;gap:6px;font-size:13.5px;font-weight:600;color:#666;padding:4px 8px;border-radius:8px;cursor:pointer;border:0;background:transparent}.models-back-btn:hover{background:#f4f4f4;color:#111}.models-scroll{max-height:270px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.model-select-item{width:100%;padding:8px 12px;display:flex;align-items:center;justify-content:space-between;border-radius:10px;font-size:14px;color:#202123;cursor:pointer;text-align:left;transition:background .15s;border:0;background:transparent}.model-select-item:hover{background:#f4f4f4}.model-select-item.selected{font-weight:600;background:#f0f7ff;color:#1d4ed8}.model-check{color:#1d4ed8}.send-button{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#1d4ed8;color:#fff;border:0;cursor:pointer;transition:all .15s ease;flex:0 0 auto}.send-button:disabled{background:#bfd6f6;cursor:not-allowed}.send-button:hover:not(:disabled){background:#1e40af}.send-button svg{width:20px;height:20px}.send-button.stop span{width:12px;height:12px;border-radius:2.5px;background:#fff}.attach-anchor{position:relative}.attach-menu{width:min(430px,calc(100vw - 96px));bottom:calc(100% + 8px);left:0;display:grid}.empty-chat .attach-menu{width:min(900px,calc(100vw - var(--rail) - 96px));bottom:calc(100% + 8px);top:auto}.attach-menu button,.model-menu button{min-height:46px;padding:6px 10px;display:flex;align-items:center;gap:11px;border-radius:10px;text-align:left}.attach-menu button:hover,.model-menu button:hover{background:var(--hover)}.attach-menu svg{width:20px;flex:0 0 auto}.attach-menu button>span{min-width:0;display:flex;align-items:baseline;gap:12px}.attach-menu strong{flex:0 0 auto;font-size:14px;font-weight:500}.attach-menu small{overflow:hidden;color:#969696;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.model-menu{width:245px;bottom:55px;right:0}.model-menu button{justify-content:space-between}.model-menu button svg{width:18px}.menu-eyebrow{padding:5px 10px 6px;color:#8c8c8c;font-size:12px;text-transform:uppercase}.suggestions{margin-top:38px;padding-left:24px;display:grid;gap:18px}.suggestions button{width:fit-content;display:flex;align-items:center;gap:15px;color:#929292;font-size:16px}.suggestions button:hover{color:#383838}.suggestions svg{width:21px;height:21px;stroke-width:1.6}.conversation{height:100%;display:flex;flex-direction:column;padding-top:62px}.message-scroll{flex:1;min-height:0;overflow-y:auto;padding:18px 28px 190px}.message-column{width:min(var(--content),100%);margin:0 auto}.message{display:flex;margin:0 0 30px}.message.user{justify-content:flex-end}.user-bubble{max-width:70%;padding:13px 19px;border-radius:24px;background:var(--soft-blue);font-size:17px;line-height:1.45}.assistant-message{width:100%;font-size:17px;line-height:1.58}.assistant-message p{margin:0 0 13px}.assistant-message pre{padding:14px;overflow-x:auto;border-radius:12px;background:#f5f5f5}.assistant-message code{font-family:Cascadia Code,Consolas,monospace;font-size:.9em}.message-error .assistant-message{color:#a33a31}.thinking-wrapper{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.thinking-header{display:inline-flex;align-items:center;gap:8px;font-size:14.5px;font-weight:500;color:#71717a}.thinking-text-shimmer{background:linear-gradient(90deg,#71717a,#a1a1aa 40%,#18181b,#a1a1aa 60%,#71717a);background-size:250% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:textShimmer 2.2s ease-in-out infinite}@keyframes textShimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.image-gen-placeholder{margin:12px 0 18px;width:min(100%,420px)}.image-gen-subtext{font-size:14px;line-height:20px;color:#3f3f46;margin-bottom:14px}.image-gen-canvas{width:100%;aspect-ratio:1 / 1;background:#f4f4f5;border-radius:22px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:inset 0 0 0 1px #0000000d}.image-gen-svg{width:100%;height:100%}.matrix-dot{fill:#8e8ea0;animation:dotWave 2.4s cubic-bezier(.4,0,.2,1) infinite;transform-origin:center}@keyframes dotWave{0%{opacity:.14;transform:scale(.8)}35%{opacity:.85;transform:scale(1.4);fill:#374151}70%,to{opacity:.14;transform:scale(.8);fill:#8e8ea0}}.generated-image-card{position:relative;width:min(100%,420px);aspect-ratio:1 / 1;border-radius:22px;overflow:hidden;background:#f4f4f5;box-shadow:0 4px 20px #00000014,0 0 0 1px #0000000a;margin:14px 0;cursor:pointer;group:""}.generated-img{width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:opacity .35s ease,transform .25s ease}.generated-img.loaded{opacity:1}.generated-image-card:hover .generated-img{transform:scale(1.015)}.image-preview-badge{position:absolute;top:12px;left:12px;padding:4px 11px;border-radius:20px;background:#0000008c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;font-size:11.5px;font-weight:500;letter-spacing:.01em;z-index:2;pointer-events:none}.image-card-footer{position:absolute;bottom:12px;right:12px;display:flex;align-items:center;justify-content:flex-end;z-index:2;pointer-events:auto}.image-btn-download{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#000000a6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;border:0;cursor:pointer;text-decoration:none;transition:background .15s,transform .12s}.image-btn-download:hover{background:#000000d9;transform:scale(1.06)}.lightbox-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;background:#000000d1;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:center;padding:16px;animation:lightboxFadeIn .2s cubic-bezier(.16,1,.3,1)}@keyframes lightboxFadeIn{0%{opacity:0}to{opacity:1}}.lightbox-container{position:relative;max-width:95vw;max-height:95vh;display:flex;align-items:center;justify-content:center}.lightbox-image-wrap{position:relative;max-width:90vw;max-height:90vh;border-radius:20px;overflow:hidden;box-shadow:0 24px 70px #0009;display:flex;align-items:center;justify-content:center;background:transparent}.lightbox-main-img{max-width:100%;max-height:90vh;border-radius:20px;object-fit:contain;display:block}.lightbox-img-close-btn{position:absolute;top:14px;right:14px;width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;border:1px solid rgba(255,255,255,.2);cursor:pointer;z-index:10;transition:background .15s,transform .12s}.lightbox-img-close-btn:hover{background:#000000d9;transform:scale(1.06)}.lightbox-img-download-btn{position:absolute;bottom:14px;right:14px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;border:1px solid rgba(255,255,255,.2);cursor:pointer;text-decoration:none;z-index:10;transition:background .15s,transform .12s}.lightbox-img-download-btn:hover{background:#000000d9;transform:scale(1.06)}.thinking-dots{display:flex;gap:5px;padding-top:10px}.thinking-dots i{width:7px;height:7px;border-radius:50%;background:#777;animation:blink 1.1s infinite alternate}.thinking-dots i:nth-child(2){animation-delay:.15s}.thinking-dots i:nth-child(3){animation-delay:.3s}@keyframes blink{to{opacity:.25;transform:translateY(-2px)}}.message-actions{display:flex;align-items:center;gap:3px;margin-top:11px}.message-actions button{width:36px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;color:#707070}.message-actions button:hover{background:var(--hover);color:#222}.message-actions svg{width:19px;height:19px}.asset-grid{display:flex;flex-direction:column;gap:12px;margin:16px 0}.file-card{padding:12px;display:flex;align-items:center;gap:9px;border:1px solid #ddd;border-radius:12px;color:inherit;text-decoration:none}.conversation-composer{position:absolute;inset:auto 0 0;padding:0 28px 20px;background:linear-gradient(0deg,#fff 75%,#fff0)}.conversation-composer .composer-wrap{width:min(var(--content),100%);margin:0 auto}.disclaimer{margin-bottom:10px;text-align:center;color:#9a9a9a;font-size:12px}.library-page,.content-page{height:100%;overflow-y:auto;padding:10px 36px 80px}.library-content,.content-page{width:min(var(--content),100%);margin:0 auto}.notice{min-height:70px;margin-bottom:32px;padding:12px 14px;display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:12px;border:1px solid #dfdfdf;border-radius:17px;box-shadow:0 5px 14px #0000000f}.notice>svg{width:20px;margin-top:2px}.notice div{display:grid;gap:5px;font-size:14px}.notice div span{color:#555}.notice button{padding:3px}.notice button svg{width:18px}.library-content h1{margin:0 0 24px;font-size:34px;font-weight:400}.image-composer{height:70px;margin-bottom:64px;display:flex;align-items:center;gap:12px;padding:0 12px 0 22px;border:1px solid #dedede;border-radius:35px;box-shadow:0 7px 22px #00000014}.image-composer input{flex:1;min-width:0;border:0;outline:0;font-size:17px}.image-composer>span{display:flex;align-items:center;gap:4px;color:#858585;white-space:nowrap}.image-composer>span svg{width:15px}.image-composer>svg{flex:0 0 auto;width:21px}.image-composer button{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--blue);color:#fff}.image-composer button:disabled{background:#c6daf5}.library-content h2{margin:0 0 26px;font-size:18px}.library-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.library-card{position:relative;aspect-ratio:.8;min-width:0;overflow:hidden;border-radius:22px;background:#eee;color:#fff;text-decoration:none}.library-card img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .25s ease}.library-card:hover img{transform:scale(1.025)}.library-card:after{content:"";position:absolute;top:55%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#0000009e);pointer-events:none}.library-card span{position:absolute;z-index:1;inset:auto 10px 11px;font-size:13px;font-weight:600;text-align:left;text-shadow:0 1px 5px rgba(0,0,0,.35)}.content-page{padding-top:90px}.content-header{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:36px}.eyebrow{color:#888;font-size:12px;font-weight:700;letter-spacing:.09em}.content-header h1{margin:8px 0;font-size:36px;font-weight:500}.content-header p{margin:0;color:#777}.primary-button{height:44px;padding:0 16px;display:inline-flex;align-items:center;gap:7px;border-radius:13px;background:#171717;color:#fff}.primary-button svg{width:18px}.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.project-grid article{min-height:220px;padding:22px;border:1px solid #e1e1e1;border-radius:20px}.project-icon{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:13px;background:#f1f1f1}.project-grid h2{margin:24px 0 8px;font-size:20px}.project-grid p{min-height:44px;color:#777;line-height:1.5}.project-grid button{display:inline-flex;align-items:center;gap:6px;color:#555}.project-grid button svg{width:15px;transform:rotate(-90deg)}.empty-project{grid-column:1 / -1;text-align:center;display:flex;flex-direction:column;align-items:center}.empty-route{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.empty-route>div{width:62px;height:62px;display:flex;align-items:center;justify-content:center;border-radius:20px;background:#f1f1f1}.empty-route h1{margin:22px 0 8px;font-size:28px}.empty-route p{margin:0;color:#888}.toast{position:fixed;z-index:100;left:50%;bottom:24px;transform:translate(-50%);padding:11px 16px;border-radius:12px;background:#1f1f1f;color:#fff;box-shadow:0 8px 30px #0003;animation:toast 4s both}@keyframes toast{0%{opacity:0;transform:translate(-50%,10px)}10%,90%{opacity:1;transform:translate(-50%)}to{opacity:0}}.login-screen,.loading-screen{min-height:100%;display:flex;align-items:center;justify-content:center;padding:24px;background:#f8f8f8}.login-card{width:min(440px,100%);padding:36px;border:1px solid #e3e3e3;border-radius:24px;background:#fff;box-shadow:0 18px 60px #00000014}.login-mark{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:15px;background:#1f1f1f;color:#fff}.login-card h1{margin:24px 0 8px;font-size:30px}.login-card>p{margin:0 0 26px;color:#727272;line-height:1.55}.login-card form{display:grid;gap:10px}.login-card label{font-size:14px;font-weight:600}.login-card input{height:48px;padding:0 14px;border:1px solid #d7d7d7;border-radius:12px}.login-card button{height:48px;margin-top:5px;border-radius:12px;background:#1f1f1f;color:#fff;font-weight:600}.login-card button:disabled{opacity:.6}.login-error{padding:10px 12px;border-radius:10px;background:#fff0ee;color:#a13a32;font-size:14px}.spinner{width:30px;height:30px;border:3px solid #ddd;border-top-color:#222;border-radius:50%;animation:spin .7s linear infinite}.chat-container{display:flex;flex-direction:column;height:100%;width:100%;position:relative;overflow:hidden}.mobile-header{display:none}@media(max-width:1100px){:root{--sidebar: 280px}.empty-center{width:min(760px,calc(100vw - var(--sidebar) - 45px))}.library-grid{grid-template-columns:repeat(4,1fr)}.thinking-toggle{display:none}.model-toggle{display:inline-flex}}@media(max-width:768px){:root{--rail: 0px;--sidebar: 260px}body{-webkit-tap-highlight-color:transparent}.app-shell,.app-shell.sidebar-collapsed{display:flex;flex-direction:column;width:100vw;height:100%;overflow-x:hidden;position:relative}.sidebar-rail{display:none!important}.sidebar{position:fixed;top:0;left:0;bottom:0;width:min(260px,70vw);z-index:1000;background:#fff;box-shadow:12px 0 40px #0000002e;transform:translate(0);transition:transform .25s cubic-bezier(.16,1,.3,1)}.app-shell.sidebar-collapsed .sidebar{transform:translate(-100%);pointer-events:none}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.main-area{width:100%;height:100%;display:flex;flex-direction:column;overflow-x:hidden}.mobile-header{display:flex;align-items:center;justify-content:space-between;height:50px;padding:0 10px;background:#fff;border-bottom:1px solid #f0f0f0;position:sticky;top:0;z-index:50;flex-shrink:0}.mobile-header-btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:0;background:transparent;color:#444;cursor:pointer}.mobile-header-btn:active{background:#f4f4f4}.mobile-header-title{display:flex;align-items:center;justify-content:center}.conversation{height:calc(100% - 50px);display:flex;flex-direction:column;padding-top:0}.message-scroll{padding:10px 14px 110px;flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.message-column{max-width:100%;width:100%;padding:0}.empty-chat{height:calc(100% - 50px);padding:20px 14px;display:flex;flex-direction:column;justify-content:center}.empty-center{width:100%;max-width:100%;transform:translateY(8px)}.empty-center h1{font-size:22px;margin-bottom:64px;text-align:center}.suggestions{flex-direction:column;gap:8px;margin-top:16px;padding:0}.suggestions button{width:100%;text-align:left;justify-content:flex-start;padding:12px 14px;font-size:14px}.user-bubble{max-width:90%;padding:10px 14px;font-size:15.5px;line-height:1.45}.assistant-message{font-size:15.5px;line-height:1.55}.message-actions button{padding:8px}.conversation-composer{padding:0 10px max(10px,env(safe-area-inset-bottom))}.disclaimer{display:none!important}.composer .model-selector-container{display:none}.composer.single-line{min-height:48px;padding:4px 6px;gap:0px}.composer.single-line .composer-input-area{margin-left:-3px;padding:0 2px}.composer.multiline{min-height:64px;padding:8px 10px 6px;border-radius:20px}.composer.multiline textarea{min-height:38px;max-height:110px;font-size:15.5px;line-height:22px}.model-popup-card{position:fixed;top:56px;left:50%;right:auto;bottom:auto;width:min(300px,calc(100vw - 36px));z-index:1100;box-shadow:0 12px 36px #0000002e;transform:translate(-50%);animation:mobileModalCenterAppear .14s cubic-bezier(.16,1,.3,1)!important}@keyframes mobileModalCenterAppear{0%{opacity:0;transform:translate(-50%) translateY(-6px) scale(.96)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}.attach-menu{width:max-content;min-width:220px;max-width:calc(100vw - 32px);left:0;padding:6px}.attach-menu button{padding:9px 12px;gap:10px;min-height:40px}.attach-menu button span strong{font-size:14.5px;font-weight:500}.attach-menu button span small{display:none!important}.lightbox-img-close-btn{top:10px;right:10px;width:36px;height:36px}.lightbox-img-download-btn{bottom:10px;right:10px;width:38px;height:38px}.modal-card{width:min(340px,calc(100vw - 32px));padding:22px 18px;border-radius:20px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
