*{box-sizing:border-box}:root{--sidebar-width:293px;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif}html,body,#root{width:100%;height:100%;margin:0;overflow:hidden}button,textarea,input,select{font:inherit}button{color:inherit;border:0}.lucy-app.theme-dark{--bg:#212121;--surface:#2f2f2f;--surface-soft:#262626;--surface-hover:#303030;--sidebar:#171717;--sidebar-hover:#242424;--text:#f4f4f4;--muted:#b8b8b8;--faint:#8e8e8e;--border:#ffffff1b;--border-soft:#ffffff13;--danger:#ff6b7a;--shadow:0 18px 70px #00000042}.lucy-app.theme-light{--bg:#fff;--surface:#fff;--surface-soft:#f7f7f7;--surface-hover:#f2f2f2;--sidebar:#fbfbfb;--sidebar-hover:#ededed;--text:#0b0b0b;--muted:#4d4d4d;--faint:#6b6b6b;--border:#0d0d0d1b;--border-soft:#0d0d0d12;--danger:#c6283b;--shadow:0 18px 70px #00000014}.lucy-app{grid-template-columns:var(--sidebar-width) 1fr;background:var(--bg);width:100vw;height:100vh;color:var(--text);transition:grid-template-columns .17s;display:grid;overflow:hidden}.lucy-app.dragging:after{content:"Dosyaları buraya bırak";z-index:9999;border:1px dashed color-mix(in srgb, var(--text) 38%, transparent);color:#fff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);pointer-events:none;background:#0000006b;border-radius:26px;place-items:center;font-size:22px;font-weight:700;display:grid;position:fixed;inset:22px}.sidebar{background:var(--sidebar);border-right:1px solid var(--border-soft);flex-direction:column;min-width:0;height:100vh;transition:transform .17s;display:flex;position:relative;overflow:hidden}.sidebar-resize-handle{cursor:col-resize;z-index:50;background:0 0;width:8px;height:100%;position:absolute;top:0;right:-4px}.sidebar-resize-handle:after{content:"";background:color-mix(in srgb, var(--muted) 18%, transparent);width:1px;height:100%;transition:background .14s,box-shadow .14s;position:absolute;top:0;right:3px}.sidebar-resize-handle:hover:after{background:color-mix(in srgb, var(--text) 34%, transparent);box-shadow:0 0 16px color-mix(in srgb, var(--text) 10%, transparent)}.sidebar-top{flex-direction:column;flex:1;min-height:0;padding:14px 10px 0;display:flex;overflow:hidden}.brand-row{justify-content:space-between;align-items:center;height:36px;margin-bottom:15px;padding:0 5px;display:flex}.brand-title{color:var(--text);gap:1px;display:grid}.brand-main{letter-spacing:-.035em;font-size:21px;font-weight:650;line-height:1}.brand-sub{color:var(--muted);letter-spacing:-.01em;font-size:11px;font-weight:520}.sidebar-toggle,.mobile-menu{width:34px;height:34px;color:var(--text);cursor:pointer;background:0 0;border-radius:9px;place-items:center;font-size:20px;display:grid}.mobile-menu{flex:0 0 34px;display:none}.sidebar-toggle:hover,.mobile-menu:hover{background:#7f7f7f21}.sidebar-action,.sidebar-search,.gpt-item{width:100%;height:40px;color:var(--text);cursor:pointer;text-align:left;letter-spacing:-.012em;background:0 0;border-radius:10px;align-items:center;gap:12px;padding:0 12px;font-size:14px;font-weight:400;display:flex}.sidebar-action:hover,.sidebar-action.active,.gpt-row:hover,.gpt-row.active{background:var(--sidebar-hover)}.sidebar-icon{width:16px;color:var(--muted);flex:0 0 16px;justify-content:center;display:inline-flex}.sidebar-search{cursor:text;margin-top:3px}.sidebar-search input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0}.sidebar-search input::placeholder{color:var(--muted)}.section-label{width:calc(100% - 8px);min-height:34px;color:var(--text);cursor:pointer;text-align:left;background:0 0;border-radius:8px;flex:none;justify-content:space-between;align-items:center;margin:23px 4px 8px;padding:0 7px;display:flex}.section-label span{font-size:13px;font-weight:650}.section-label strong{color:var(--muted);font-size:17px;font-weight:400;line-height:1;transform:translateY(-1px)}.gpt-list{flex:none;gap:2px;max-height:320px;padding-right:4px;animation:.14s both lucySectionOpen;display:grid;overflow:visible auto}.gpt-row{border-radius:10px;align-items:center;min-height:39px;display:flex;position:relative;overflow:visible}.gpt-row .gpt-item{background:0 0;flex:1;min-width:0;max-width:100%;padding-right:42px}.gpt-avatar{border:1px solid var(--border);width:22px;height:22px;color:var(--text);background:#303030;border-radius:50%;flex:0 0 22px;place-items:center;font-size:12px;display:grid}.gpt-more,.chat-more{z-index:6;background:color-mix(in srgb, var(--sidebar) 76%, transparent);width:31px;height:31px;color:var(--faint);cursor:pointer;opacity:0;border:1px solid #0000;border-radius:10px;place-items:center;margin:0;font-size:20px;line-height:1;display:grid;position:absolute;top:50%;right:4px;transform:translateY(-50%)scale(.96);box-shadow:0 8px 22px #0000002e}.gpt-row:hover .gpt-more,.chat-item:hover .chat-more,.gpt-row:focus-within .gpt-more,.chat-item:focus-within .chat-more,.gpt-more:focus-visible,.chat-more:focus-visible{opacity:1;transform:translateY(-50%)scale(1)}.gpt-more:hover,.chat-more:hover{background:color-mix(in srgb, var(--surface-hover) 82%, var(--text) 8%);color:var(--text);border-color:color-mix(in srgb, var(--text) 18%, transparent)}.gpt-menu,.chat-menu{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 96%, #000 4%);z-index:220;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:16px;width:202px;padding:7px;animation:.12s both menuIn;position:absolute;top:34px;right:4px;box-shadow:0 18px 50px #00000061,inset 0 1px #ffffff09}@keyframes menuIn{0%{opacity:0;transform:translateY(-3px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.gpt-menu button,.chat-menu button{width:100%;height:36px;color:var(--text);cursor:pointer;text-align:left;background:0 0;border-radius:9px;align-items:center;padding:0 10px;font-size:13px;display:flex}.chat-menu button.danger{color:var(--danger)}.chat-menu button.danger:hover{background:#ff4d671f}.chats-label{margin-top:18px;margin-bottom:8px}.chat-list{flex:1;align-content:start;gap:2px;min-height:96px;padding:0 8px 24px 0;animation:.14s both lucySectionOpen;display:grid;overflow:visible auto}@keyframes lucySectionOpen{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.gpt-list::-webkit-scrollbar{width:9px}.chat-list::-webkit-scrollbar{width:9px}.chat-thread::-webkit-scrollbar{width:9px}.gpt-list::-webkit-scrollbar-track{background:0 0}.chat-list::-webkit-scrollbar-track{background:0 0}.chat-thread::-webkit-scrollbar-track{background:0 0}.gpt-list::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 28%, transparent);background-clip:content-box;border:3px solid #0000;border-radius:999px}.chat-list::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 28%, transparent);background-clip:content-box;border:3px solid #0000;border-radius:999px}.chat-thread::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 28%, transparent);background-clip:content-box;border:3px solid #0000;border-radius:999px}.gpt-list::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--muted) 44%, transparent);background-clip:content-box}.chat-list::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--muted) 44%, transparent);background-clip:content-box}.chat-thread::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--muted) 44%, transparent);background-clip:content-box}.chat-item{height:38px;color:var(--muted);border-radius:9px;align-items:center;display:flex;position:relative;overflow:visible}.chat-item:hover,.chat-item.active{background:var(--sidebar-hover);color:var(--text)}.chat-title{cursor:pointer;text-align:left;min-width:0;height:100%;color:var(--text);background:0 0;flex:1;align-items:center;padding:0 44px 0 10px;font-size:14px;display:flex}.chat-title-text{white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:5px;min-width:0;max-width:100%;display:inline-flex;overflow:hidden}.chat-mini-icon{opacity:.8;flex:none;font-size:11px}.profile-row{border-top:1px solid var(--border-soft);flex:0 0 74px;align-items:center;gap:10px;padding:10px 12px;display:flex}.profile-avatar{color:#fff;background:#10a37f;border-radius:50%;flex:0 0 29px;place-items:center;width:29px;height:29px;font-size:13px;font-weight:700;display:grid}.profile-row strong{letter-spacing:-.015em;color:var(--text);font-size:14px;font-weight:560;display:block}.profile-row span{color:var(--muted);margin-top:2px;font-size:11px;line-height:1.15;display:block}.main{background:var(--bg);min-width:0;height:100vh;position:relative;overflow:hidden}.topbar{z-index:10;background:linear-gradient(180deg, color-mix(in srgb, var(--bg) 96%, transparent), color-mix(in srgb, var(--bg) 72%, transparent), transparent);align-items:center;gap:10px;height:54px;padding:0 18px;display:flex;position:absolute;inset:0 0 auto}.topbar-title{align-items:baseline;gap:8px;display:inline-flex}.topbar-title strong{color:var(--text);letter-spacing:-.035em;font-size:19px;font-weight:620}.topbar-title em{color:var(--muted);letter-spacing:-.01em;font-size:13px;font-style:normal;font-weight:450}.topbar-title span{color:var(--muted);margin-left:4px;font-size:13px;font-weight:400}.topbar-theme-toggle{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 92%, transparent);min-width:112px;height:34px;color:var(--text);cursor:pointer;border-radius:999px;margin-left:auto;padding:0 13px;font-size:13px;font-weight:450}.topbar-theme-toggle:hover{background:var(--surface-hover)}.empty-state{background:var(--bg);align-content:center;place-items:center;gap:24px;height:100vh;padding:0 24px 72px;display:grid}.hero-brand{text-align:center;margin-bottom:2px}.hero-logo{letter-spacing:.08em;color:var(--text);font-size:17px;font-weight:650}.hero-motto{color:var(--muted);letter-spacing:.02em;margin-top:5px;font-size:12px}.empty-state h1{color:var(--text);letter-spacing:-.045em;text-align:center;margin:0 0 22px;font-size:28px;font-weight:400;line-height:1.25}.chat-thread{background:var(--bg);height:100vh;padding:82px 24px 240px;overflow:hidden auto}.thread-inner{width:min(760px, calc(100vw - var(--sidebar-width) - 80px));margin:0 auto}.message-row{width:100%;margin:0 0 32px;display:flex}.user-row{justify-content:flex-end}.user-message{background:var(--surface);max-width:min(620px,80%);color:var(--text);letter-spacing:-.011em;white-space:pre-wrap;overflow-wrap:anywhere;border-radius:24px;padding:14px 19px;font-size:16px;font-weight:400;line-height:1.68}.assistant-row{align-items:flex-start;gap:15px}.assistant-avatar{border:1px solid var(--border);width:28px;height:28px;color:var(--text);background:#2f2f2f;border-radius:50%;flex:0 0 28px;place-items:center;margin-top:2px;font-size:13px;font-weight:700;display:grid}.assistant-message{min-width:0;color:var(--text);flex:1}.assistant-head{align-items:center;gap:8px;margin:1px 0 8px;display:flex}.assistant-name{color:var(--text);letter-spacing:-.01em;font-size:14px;font-weight:600;line-height:1.2}.voice-actions{align-items:center;gap:2px;display:inline-flex}.speaker-button{width:24px;height:24px;color:var(--muted);cursor:pointer;background:0 0;border-radius:7px;place-items:center;font-size:13px;display:grid}.speaker-button:hover,.speaker-button.speaking{color:var(--text);background:#7f7f7f21}.stop-speech{font-size:10px}.assistant-text{max-width:100%;color:var(--text);letter-spacing:-.011em;white-space:pre-wrap;overflow-wrap:anywhere;font-size:16px;font-weight:400;line-height:1.68}.error-message{border:1px solid color-mix(in srgb, var(--danger) 26%, transparent);background:color-mix(in srgb, var(--danger) 10%, transparent);border-radius:14px;padding:14px 16px}.error-message .assistant-name{color:var(--danger)}.media-list{gap:10px;margin-top:12px;display:grid}.media-list img,.media-list video{object-fit:contain;border:1px solid var(--border);background:#0000002e;border-radius:14px;max-width:min(560px,100%);max-height:460px;display:block}.media-list audio{width:min(560px,100%)}.code-block{color:#f4f4f4;white-space:pre;background:#101010;border:1px solid #ffffff1a;border-radius:12px;margin:14px 0;padding:42px 14px 14px;position:relative;overflow:auto}.copy-code{color:#f4f4f4;cursor:pointer;background:#ffffff14;border-radius:8px;height:27px;padding:0 10px;font-size:12px;position:absolute;top:8px;right:8px}.copy-code:hover{background:#ffffff24}.thinking-dots{align-items:center;gap:5px;height:24px;display:flex}.thinking-dots span{background:var(--muted);border-radius:50%;width:5px;height:5px;animation:1s ease-in-out infinite dotPulse}.thinking-dots span:nth-child(2){animation-delay:.13s}.thinking-dots span:nth-child(3){animation-delay:.26s}@keyframes dotPulse{0%,80%,to{opacity:.25;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.bottom-composer{background:linear-gradient(#21212100,#212121eb 32%,#212121 100%);padding:22px 24px 24px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.bottom-composer .composer-wrap{width:min(820px, calc(100vw - var(--sidebar-width) - 116px));margin:0 auto}.composer-wrap{width:100%}.composer{border:1px solid var(--border);background:var(--surface);width:100%;min-height:64px;box-shadow:var(--shadow);border-radius:32px;align-items:flex-end;gap:10px;padding:12px 12px 12px 15px;display:flex}.composer:focus-within{border-color:color-mix(in srgb, var(--text) 18%, transparent)}.composer-plus{width:38px;height:38px;color:var(--text);cursor:pointer;background:0 0;border-radius:50%;flex:0 0 38px;place-items:center;font-size:27px;line-height:1;display:grid}.composer-plus:hover{background:#7f7f7f21}.composer textarea{resize:none;min-width:0;height:24px;max-height:180px;color:var(--text);letter-spacing:-.012em;background:0 0;border:0;outline:0;flex:1;padding:7px 0;font-size:16px;font-weight:400;line-height:1.5;overflow-y:auto}.composer textarea:disabled{opacity:.55;cursor:not-allowed}.model-select{max-width:144px;height:38px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:19px;outline:0;align-self:flex-end;padding:0 7px}.model-select:hover{color:var(--text);background:#7f7f7f21}.model-select option{background:var(--surface);color:var(--text)}.send{color:#111;cursor:pointer;background:#fff;border-radius:50%;flex:0 0 38px;align-self:flex-end;place-items:center;width:38px;height:38px;font-size:19px;display:grid}.send:hover:not(:disabled){transform:translateY(-1px)}.send:disabled{opacity:.45;cursor:not-allowed}.send.stop{color:#111;background:#c9c9c9;font-size:12px}.tool-row,.model-chips,.quick-actions{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:10px;display:flex}.tool-row button,.model-chips button,.quick-actions button{border:1px solid var(--border);min-width:0;height:34px;color:var(--muted);cursor:pointer;letter-spacing:-.01em;background:0 0;border-radius:999px;align-items:center;gap:6px;padding:0 12px;font-size:13px;font-weight:430;display:inline-flex;position:relative}.quick-actions button{justify-content:center;min-width:138px;height:40px}.tool-row button:hover:not(:disabled),.model-chips button:hover:not(:disabled),.quick-actions button:hover{background:var(--surface-hover);color:var(--text)}.tool-row button.active,.model-chips button.active{background:var(--surface);color:var(--text);border-color:color-mix(in srgb, var(--text) 18%, transparent)}.tool-row button:disabled,.model-chips button:disabled{opacity:.55;cursor:not-allowed}.recording-dot{background:#ff415c;border-radius:50%;width:7px;height:7px;animation:1s ease-in-out infinite pulseDot;box-shadow:0 0 0 4px #ff415c29}@keyframes pulseDot{0%,to{opacity:.45;transform:scale(.9)}50%{opacity:1;transform:scale(1.05)}}.scroll-bottom{z-index:8;background:var(--surface);border:1px solid var(--border);width:34px;height:34px;color:var(--text);cursor:pointer;border-radius:50%;position:absolute;bottom:168px;left:50%;transform:translate(-50%);box-shadow:0 8px 30px #00000038}.scroll-bottom:hover{background:var(--surface-hover)}.lucy-app.sidebar-collapsed .sidebar{pointer-events:none;transform:translate(-100%)}.lucy-app.sidebar-collapsed .sidebar-resize-handle{display:none}.lucy-app.sidebar-collapsed .thread-inner{width:min(760px,100vw - 80px)}.theme-light .sidebar{border-right-color:#e5e5e5}.theme-light .gpt-avatar,.theme-light .assistant-avatar{color:#111;background:#fff;border-color:#d5d5d5}.theme-light .topbar{background:linear-gradient(#fffffffa,#ffffffb8,#fff0)}.theme-light .topbar-theme-toggle{background:#fff;border-color:#d9d9d9}.theme-light .model-chips button.active,.theme-light .tool-row button.active{background:#f2f2f2;border-color:#d7d7d7}.sidebar-action,.gpt-item,.chat-title,.quick-actions button,.section-toggle,.topbar-theme-toggle,.composer-plus,.send,.model-select,.chat-more,.gpt-more,.tool-row button,.model-chips button,.speaker-button{transition:background .14s,color .14s,border-color .14s,transform .14s,opacity .14s,box-shadow .14s}.sidebar-action:active,.gpt-item:active,.quick-actions button:active,.section-toggle:active,.topbar-theme-toggle:active,.composer-plus:active,.send:active,.tool-row button:active,.model-chips button:active{transform:scale(.985)}@media (width<=920px){.lucy-app{grid-template-columns:0 1fr}.sidebar{z-index:30;width:min(293px,86vw);transition:transform .18s;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:20px 0 80px #0006}.sidebar-resize-handle{display:none}.lucy-app:not(.sidebar-collapsed) .sidebar{pointer-events:auto;transform:translate(0)}.lucy-app.sidebar-collapsed .sidebar{transform:translate(-100%)}.thread-inner,.center-composer,.bottom-composer .composer-wrap,.lucy-app.sidebar-collapsed .thread-inner,.lucy-app.sidebar-collapsed .center-composer,.lucy-app.sidebar-collapsed .bottom-composer .composer-wrap{width:min(100%,100vw - 28px)}.topbar-theme-toggle{padding:0 10px;font-size:12px}.model-select{display:none}.quick-actions{gap:8px}.quick-actions button{height:38px;padding:0 12px;font-size:13px}.tool-row button{padding:0 10px;font-size:12px}}@media (width<=560px){.empty-state{padding-bottom:36px}.empty-state h1{font-size:23px}.composer{border-radius:25px;padding:10px}.composer-plus,.send{flex-basis:34px;width:34px;height:34px}.user-message{max-width:88%}.assistant-row{gap:11px}}.lucy-app.sidebar-collapsed .thread-inner{width:min(1040px,100vw - 96px)!important;max-width:1040px!important}.message-row{margin-bottom:34px!important}.assistant-row{gap:16px!important}.user-message{border-radius:22px!important;max-width:min(720px,72%)!important;padding:13px 18px!important}.error-message{max-width:840px!important}.lucy-app.sidebar-collapsed .center-composer{width:min(1020px,100vw - 120px)!important}.model-chips{scrollbar-width:none;flex-wrap:nowrap!important;justify-content:center!important;gap:7px!important;padding:0 8px 2px!important;overflow-x:auto!important}.model-chips::-webkit-scrollbar{display:none}.model-chips button{white-space:nowrap!important;flex:none!important;height:33px!important;padding:0 13px!important}.tool-row{scrollbar-width:none;flex-wrap:nowrap!important;justify-content:center!important;gap:7px!important;padding:0 8px 2px!important;overflow-x:auto!important}.tool-row::-webkit-scrollbar{display:none}.tool-row button{white-space:nowrap!important;flex:none!important;height:33px!important;padding:0 11px!important;font-size:12.5px!important}.quick-actions{scrollbar-width:none;flex-wrap:nowrap!important;justify-content:center!important;gap:8px!important;padding:0 8px 2px!important;overflow-x:auto!important}.quick-actions::-webkit-scrollbar{display:none}.quick-actions button{flex:none!important;min-width:128px!important;height:38px!important;padding:0 15px!important;font-size:13px!important}.empty-state{gap:20px!important;padding-bottom:64px!important}.empty-state h1{margin-bottom:20px!important;font-size:29px!important}.speaker-button{opacity:.86!important;border-radius:8px!important;width:26px!important;height:26px!important}.speaker-button.speaking{background:color-mix(in srgb, var(--text) 14%, transparent)!important}.stop-speech{color:var(--danger)!important}.media-list img,.media-list video{border-radius:16px!important;max-width:min(680px,100%)!important;max-height:520px!important}.section-label span{text-transform:none!important}.section-label:first-of-type span{letter-spacing:.01em}.theme-light .assistant-text,.theme-light .assistant-name,.theme-light .user-message,.theme-light .topbar-title strong,.theme-light .empty-state h1,.theme-light .assistant-message{color:#111!important}.theme-light .user-message{background:#f4f4f4!important}.theme-light .composer{background:#fff!important}.theme-light .tool-row button,.theme-light .model-chips button,.theme-light .quick-actions button{color:#3f3f3f!important}.theme-light .tool-row button.active,.theme-light .model-chips button.active{color:#111!important}@media (width<=920px){.thread-inner,.lucy-app.sidebar-collapsed .thread-inner{width:min(100%,100vw - 28px)!important;max-width:none!important}.center-composer,.bottom-composer .composer-wrap,.lucy-app.sidebar-collapsed .center-composer,.lucy-app.sidebar-collapsed .bottom-composer .composer-wrap{width:min(100%,100vw - 28px)!important}.model-chips,.tool-row,.quick-actions{justify-content:flex-start!important}.user-message{max-width:86%!important}}@media (width<=560px){.chat-thread{padding-bottom:238px!important;padding-left:14px!important;padding-right:14px!important}.bottom-composer{padding-left:10px!important;padding-right:10px!important}.assistant-message{max-width:calc(100vw - 74px)!important}.tool-row button span:last-child{display:none}.tool-row button{justify-content:center!important;width:38px!important;padding:0!important}}.brand-combined{align-items:center!important;display:flex!important}.brand-main small,.topbar-title strong small{color:var(--muted);letter-spacing:-.015em;margin-left:3px;font-size:12px;font-weight:520}.brand-combined .brand-main{white-space:nowrap}.topbar-title strong{align-items:baseline;gap:2px;display:inline-flex}.profile-avatar{color:#fff!important;background:linear-gradient(135deg,#e85b70,#ff8aa0)!important;font-size:15px!important;font-weight:700!important}.profile-row strong{font-size:15px!important;font-weight:650!important}.profile-row span{color:var(--muted)!important;font-size:12px!important}.sidebar-action+.section-label{margin-top:21px!important}.tool-row{max-width:100%;margin-top:10px!important}.tool-row button{border-radius:999px!important;height:34px!important;padding:0 13px!important}.tool-row button:first-child{border-color:color-mix(in srgb, var(--text) 18%, transparent)!important}.model-chips{margin-top:9px!important}.model-chips button{height:32px!important;padding:0 13px!important}.quick-actions{margin-top:8px!important}.quick-actions button{opacity:.9;min-width:122px!important;height:36px!important}.assistant-text,.error-message{max-width:900px!important}.composer-plus{font-size:24px!important}.theme-light .brand-main small,.theme-light .topbar-title strong small,.theme-light .profile-row span{color:#555!important}@media (width<=920px){.thread-inner,.lucy-app.sidebar-collapsed .thread-inner{width:min(100%,100vw - 28px)!important;max-width:none!important}.center-composer,.bottom-composer .composer-wrap,.lucy-app.sidebar-collapsed .center-composer,.lucy-app.sidebar-collapsed .bottom-composer .composer-wrap{width:min(100%,100vw - 28px)!important}.tool-row,.model-chips,.quick-actions{justify-content:flex-start!important}}@media (width<=560px){.brand-main small,.topbar-title strong small{display:none}.tool-row button span:last-child{display:inline!important}.tool-row button{width:auto!important}}.control-strip{scrollbar-width:none;flex-wrap:nowrap;justify-content:center;align-items:center;gap:7px;margin-top:10px;padding:0 8px 2px;display:flex;overflow-x:auto}.control-strip::-webkit-scrollbar{display:none}.control-strip button{border:1px solid var(--border);height:34px;color:var(--muted);cursor:pointer;letter-spacing:-.01em;white-space:nowrap;background:0 0;border-radius:999px;flex:none;align-items:center;gap:6px;padding:0 12px;font-size:12.5px;font-weight:430;transition:background .14s,color .14s,border-color .14s,transform .14s;display:inline-flex}.control-strip button:hover:not(:disabled){background:var(--surface-hover);color:var(--text)}.control-strip button.active{background:var(--surface);color:var(--text);border-color:color-mix(in srgb, var(--text) 20%, transparent)}.control-strip button.brain{padding:0 13px}.control-strip button:disabled{opacity:.55;cursor:not-allowed}.control-divider{background:var(--border);flex:0 0 1px;width:1px;height:22px;margin:0 2px}.tool-row,.model-chips,.quick-actions{display:none!important}.file-preview-row{scrollbar-width:none;flex-wrap:nowrap;justify-content:center;align-items:center;gap:7px;max-width:100%;margin:9px auto 0;padding:0 8px 2px;display:flex;overflow-x:auto}.file-preview-row::-webkit-scrollbar{display:none}.file-preview-title{color:var(--faint);flex:none;font-size:12px}.file-preview-chip{border:1px solid var(--border);max-width:170px;height:28px;color:var(--text);background:color-mix(in srgb, var(--surface) 86%, transparent);white-space:nowrap;text-overflow:ellipsis;border-radius:999px;flex:none;align-items:center;padding:0 10px;font-size:12px;display:inline-flex;overflow:hidden}.file-preview-row button{height:28px;color:var(--danger);border:1px solid color-mix(in srgb, var(--danger) 26%, transparent);cursor:pointer;background:0 0;border-radius:999px;flex:none;padding:0 10px;font-size:12px}.voice-panel{min-height:30px;color:var(--faint);justify-content:center;align-items:center;gap:9px;margin:8px auto 0;font-size:12px;display:flex}.voice-panel button{border:1px solid var(--border);height:28px;color:var(--muted);cursor:pointer;background:0 0;border-radius:999px;padding:0 10px;font-size:12px}.voice-panel button:hover:not(:disabled){background:var(--surface-hover);color:var(--text)}.voice-live{color:#ff7084!important}.projects-label{margin-top:16px!important}.project-list{flex:none;gap:2px;max-height:220px;padding-right:4px;animation:.14s both lucySectionOpen;display:grid;overflow:visible auto}.project-create,.akademi-create{width:100%;height:36px;color:var(--muted);cursor:pointer;text-align:left;background:0 0;border-radius:9px;padding:0 10px;font-size:13px}.project-create:hover,.akademi-create:hover{background:var(--sidebar-hover);color:var(--text)}.project-item{min-height:38px;color:var(--text);border-radius:9px;grid-template-columns:1fr 31px;align-items:center;display:grid;position:relative}.project-item:hover,.project-item.active{background:var(--sidebar-hover)}.project-title{min-width:0;height:38px;color:var(--text);cursor:pointer;text-align:left;background:0 0;align-items:center;gap:8px;padding:0 10px;font-size:14px;display:inline-flex}.project-title span:last-child{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.project-more{width:31px;height:31px;color:var(--faint);cursor:pointer;opacity:0;background:0 0;border-radius:8px;place-items:center;margin-right:3px;font-size:18px;display:grid}.project-item:hover .project-more,.project-more:focus-visible{opacity:1}.project-more:hover{color:var(--text);background:#7f7f7f21}.project-meta{color:var(--faint);grid-column:1/-1;gap:8px;padding:0 10px 8px 32px;font-size:11px;display:flex}.gpt-menu button.danger{color:var(--danger)}.gpt-menu button.danger:hover{background:#ff4d671f}.center-composer{width:min(1020px, calc(100vw - var(--sidebar-width) - 104px))!important}.thread-inner{width:min(1060px, calc(100vw - var(--sidebar-width) - 82px))!important;max-width:1060px!important}.assistant-message{max-width:940px!important}.assistant-text,.error-message{max-width:920px!important}.user-message{max-width:min(780px,70%)!important}.section-label span{font-weight:700!important}@media (width<=920px){.control-strip,.file-preview-row,.voice-panel{justify-content:flex-start}.thread-inner,.lucy-app.sidebar-collapsed .thread-inner{width:min(100%,100vw - 28px)!important;max-width:none!important}.center-composer,.bottom-composer .composer-wrap,.lucy-app.sidebar-collapsed .center-composer,.lucy-app.sidebar-collapsed .bottom-composer .composer-wrap{width:min(100%,100vw - 28px)!important}}@media (width<=560px){.control-strip button span:last-child{display:none}.control-strip button.brain{padding:0 10px}.voice-panel span{display:none}}.topbar-title-compact strong,.topbar-title-compact em{display:none!important}.topbar-title-compact span{color:var(--muted);margin-left:0;font-size:13px}.topbar-theme-toggle{min-width:86px!important;height:28px!important;padding:0 10px!important;font-size:11.5px!important;font-weight:560!important}.user-message-wrap{justify-items:end;gap:5px;max-width:min(780px,70%);display:grid}.user-message-wrap .user-message{max-width:100%!important}.message-actions{color:var(--faint);align-items:center;gap:3px;display:inline-flex}.user-message-actions{opacity:0;transition:opacity .14s,transform .14s;transform:translateY(2px)}.user-message-wrap:hover .user-message-actions,.user-message-actions:focus-within{opacity:1;transform:translateY(0)}.message-actions button,.assistant-tools .speaker-button{width:25px;height:25px;color:var(--muted);cursor:pointer;background:0 0;border-radius:8px;place-items:center;font-size:12px;transition:background .14s,color .14s,border-color .14s,opacity .14s;display:grid}.message-actions button:hover:not(:disabled),.assistant-tools .speaker-button:hover:not(:disabled){color:var(--text);background:#7f7f7f24}.message-actions button:disabled,.assistant-tools .speaker-button:disabled{opacity:.34;cursor:not-allowed}.assistant-tools{opacity:0;gap:3px;transition:opacity .14s,transform .14s;transform:translateY(1px)}.assistant-message:hover .assistant-tools,.assistant-tools:focus-within{opacity:1;transform:translateY(0)}.message-action-divider{background:var(--border);width:1px;height:17px;margin:0 2px}.speaker-button.speaking,.speaker-button.paused{box-shadow:0 0 0 3px #10a37f24;color:#fff!important;background:linear-gradient(135deg,#0ea5e9,#10a37f)!important}.stop-speech:not(:disabled):hover{color:#fff!important;background:color-mix(in srgb, var(--danger) 82%, #000 18%)!important}.control-strip button.active{box-shadow:inset 0 0 0 1px #ffffff1f,0 8px 24px #0ea5e92e,0 0 18px #10a37f2e;color:#fff!important;background:linear-gradient(135deg,#0ea5e9,#10a37f)!important;border-color:#ffffff42!important}.control-strip button.active.brain{box-shadow:inset 0 0 0 1px #ffffff1f,0 8px 24px #2563eb38,0 0 18px #7c3aed2e;background:linear-gradient(135deg,#2563eb,#7c3aed)!important}.theme-light .control-strip button.active,.theme-light .control-strip button.active.brain{color:#fff!important;border-color:#0000!important}.akademi-school-button{width:100%;min-height:54px;color:var(--text);border:1px solid color-mix(in srgb, #10a37f 28%, var(--border));cursor:pointer;text-align:left;background:linear-gradient(135deg,#0ea5e92e,#10a37f24);border-radius:12px;grid-template-columns:26px 1fr;align-items:center;column-gap:8px;margin-bottom:3px;padding:9px 10px;display:grid}.akademi-school-button span{background:#10a37f2e;border-radius:9px;grid-row:1/span 2;place-items:center;width:26px;height:26px;display:grid}.akademi-school-button strong{font-size:13px;line-height:1.15}.akademi-school-button em{color:var(--muted);margin-top:2px;font-size:11px;font-style:normal}.akademi-school-button:hover{background:linear-gradient(135deg,#0ea5e93d,#10a37f33)}.academy-overlay{z-index:80;background:color-mix(in srgb, var(--bg) 72%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);place-items:center;padding:72px 22px 170px;display:grid;position:absolute;inset:0}.academy-builder{scrollbar-width:thin;border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 96%, #000 4%);border-radius:24px;width:min(1040px,100%);max-height:min(760px,100vh - 150px);padding:22px;overflow:auto;box-shadow:0 28px 100px #00000057}.theme-light .academy-builder{background:#fff;box-shadow:0 28px 100px #00000024}.academy-builder-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.academy-builder-head span{color:#10a37f;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:700}.academy-builder-head h2{letter-spacing:-.045em;margin:4px 0;font-size:28px;line-height:1.1}.academy-builder-head p{color:var(--muted);margin:0;font-size:14px}.academy-builder-head>button{width:34px;height:34px;color:var(--muted);cursor:pointer;background:0 0;border-radius:50%;font-size:24px}.academy-builder-head>button:hover{background:var(--surface-hover);color:var(--text)}.academy-builder-grid{grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:18px;display:grid}.academy-form{grid-template-columns:1fr 160px;gap:14px;display:grid}.academy-form label{color:var(--text);gap:7px;font-size:13px;font-weight:650;display:grid}.academy-form label:first-child,.academy-form label:nth-child(3),.academy-prompt-label{grid-column:1/-1}.academy-form input,.academy-form select,.academy-form textarea{border:1px solid var(--border);background:var(--surface-soft);width:100%;color:var(--text);border-radius:13px;outline:0;padding:12px 13px;font-size:14px;font-weight:430}.academy-form textarea{resize:vertical;min-height:220px;line-height:1.5}.academy-form input:focus,.academy-form select:focus,.academy-form textarea:focus{border-color:color-mix(in srgb, #10a37f 48%, var(--border));box-shadow:0 0 0 4px #10a37f1a}.academy-preview{align-content:start;gap:14px;display:grid}.academy-preview-card,.academy-preview-prompt{border:1px solid var(--border);background:var(--surface-soft);border-radius:20px;padding:18px}.academy-preview-avatar{color:#fff;background:linear-gradient(135deg,#0ea5e9,#10a37f);border-radius:17px;place-items:center;width:52px;height:52px;margin-bottom:13px;font-size:22px;font-weight:800;display:grid}.academy-preview-card h3{letter-spacing:-.03em;margin:0 0 7px;font-size:21px}.academy-preview-card p,.academy-preview-prompt p{color:var(--muted);white-space:pre-wrap;margin:0;font-size:14px;line-height:1.5}.academy-preview-card small{border:1px solid var(--border);height:28px;color:var(--text);border-radius:999px;align-items:center;margin-top:13px;padding:0 10px;display:inline-flex}.academy-preview-prompt strong{margin-bottom:8px;font-size:13px;display:block}.academy-builder-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.academy-builder-actions button{border:1px solid var(--border);height:38px;color:var(--text);cursor:pointer;background:0 0;border-radius:999px;padding:0 15px;font-size:13px}.academy-builder-actions button:hover{background:var(--surface-hover)}.academy-builder-actions .primary{color:#fff;background:linear-gradient(135deg,#0ea5e9,#10a37f);border-color:#0000}.academy-builder-actions .primary:hover{filter:brightness(1.05)}@media (width<=920px){.academy-overlay{padding:62px 12px 120px}.academy-builder-grid,.academy-form{grid-template-columns:1fr}.user-message-wrap{max-width:86%}}@media (width<=560px){.topbar-title-compact span{font-size:12px}.assistant-tools{opacity:1;flex-wrap:wrap}.user-message-actions{opacity:1}}.user-message-actions,.assistant-tools{opacity:1!important;transform:none!important}.assistant-head{flex-wrap:wrap}.assistant-tools{background:color-mix(in srgb, var(--surface) 72%, transparent);border:1px solid var(--border-soft);border-radius:10px;min-height:27px;padding:2px 4px}.user-message-actions{background:color-mix(in srgb, var(--surface) 72%, transparent);border:1px solid var(--border-soft);border-radius:10px;padding:2px 4px}.error-message .assistant-tools{background:color-mix(in srgb, var(--danger) 10%, transparent)}.academy-builder-actions{background:color-mix(in srgb, var(--surface) 96%, #000 4%);border-top:1px solid var(--border-soft);margin:18px -22px -22px;padding:14px 22px 18px;position:sticky;bottom:-22px}.theme-light .academy-builder-actions{background:#fff}.user-message-wrap,.assistant-message{position:relative}.message-actions,.assistant-tools,.user-message-actions{z-index:30;position:relative;pointer-events:auto!important}.message-actions button,.assistant-tools .speaker-button{-webkit-user-select:none;user-select:none;border:1px solid color-mix(in srgb, var(--text) 10%, transparent);pointer-events:auto!important}.message-actions button:active,.assistant-tools .speaker-button:active{transform:scale(.94)}.message-actions button:disabled,.assistant-tools .speaker-button:disabled{opacity:.28!important;cursor:not-allowed!important;transform:none!important}.message-actions button[aria-label=Kopyala]:not(:disabled):hover,.message-actions button[aria-label=Düzenle]:not(:disabled):hover{color:#fff!important;background:linear-gradient(135deg,#0ea5e9,#7c3aed)!important;border-color:#ffffff2e!important}.speaker-button[aria-label=Hoparlör]{opacity:.82;cursor:default!important}.speaker-button[aria-label=Oynat]:disabled{color:color-mix(in srgb, var(--text) 76%, transparent)!important;background:#10a37f38!important}.gpt-menu button{font-weight:520}.inline-message-editor{border:1px solid var(--border);background:var(--surface);width:min(760px,100%);color:var(--text);box-shadow:var(--shadow);border-radius:22px;padding:14px}.inline-message-editor.user-editor{background:var(--surface-soft);border-radius:24px;max-width:min(720px,86vw)}.inline-message-editor.assistant-editor{background:color-mix(in srgb, var(--surface) 94%, transparent);max-width:min(760px,100%)}.inline-message-editor textarea{resize:vertical;width:100%;min-height:104px;max-height:320px;color:var(--text);letter-spacing:-.011em;background:0 0;border:0;outline:0;padding:8px 10px;font-size:16px;line-height:1.6}.inline-editor-actions{justify-content:flex-end;align-items:center;gap:10px;padding-top:10px;display:flex}.inline-editor-actions button{border:1px solid var(--border);background:var(--surface);min-width:78px;height:38px;color:var(--text);cursor:pointer;border-radius:999px;padding:0 15px;font-size:14px;font-weight:650}.inline-editor-actions button:hover{background:var(--surface-hover)}.inline-editor-actions button.primary{background:var(--text);color:var(--bg);border-color:var(--text)}.theme-light .inline-message-editor.user-editor{background:#f0f0f0}.speaker-button[aria-label=Hoparlör]{cursor:pointer!important;opacity:1!important}.thinking-row{margin-top:2px}.thinking-message{max-width:max-content}.thinking-head{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 92%, transparent);border-radius:999px;gap:10px;min-height:38px;margin:0;padding:7px 10px 7px 12px;box-shadow:0 10px 35px #0000002e}.thinking-head .assistant-name{letter-spacing:-.015em;font-weight:700}.thinking-head .thinking-dots{min-width:32px;height:18px}.thinking-head .thinking-dots span{background:color-mix(in srgb, #7c5cff 74%, var(--text));width:6px;height:6px}.thinking-cancel{border:1px solid color-mix(in srgb, var(--danger) 32%, transparent);background:color-mix(in srgb, var(--danger) 11%, transparent);height:27px;color:var(--danger);cursor:pointer;border-radius:999px;padding:0 10px;font-size:12px;font-weight:700}.thinking-cancel:hover{background:color-mix(in srgb, var(--danger) 18%, transparent)}.scroll-bottom{border:1px solid color-mix(in srgb, #7c5cff 58%, var(--border))!important;color:#fff!important;background:linear-gradient(#7c5cff,#5b3df2)!important;width:44px!important;height:44px!important;font-size:22px!important;font-weight:900!important;bottom:176px!important;box-shadow:0 12px 38px #7c5cff57,0 8px 28px #0000003d!important}.scroll-bottom:hover{background:linear-gradient(#8b72ff,#6548ff)!important;transform:translate(-50%)translateY(-2px)!important}.inline-editor-actions button.primary{min-width:92px}.section-label{border-radius:11px!important;min-height:42px!important;margin:28px 6px 10px!important;padding:0 10px!important}.section-label span{letter-spacing:-.018em!important;color:var(--text)!important;font-size:16px!important;font-weight:820!important}.section-label strong{color:color-mix(in srgb, var(--text) 78%, var(--muted))!important;font-size:21px!important}.section-label:hover{background:color-mix(in srgb, var(--sidebar-hover) 86%, var(--text) 6%)!important}.delete-popover{border:1px solid color-mix(in srgb, var(--danger) 28%, var(--border));background:color-mix(in srgb, var(--surface) 96%, #000 4%);z-index:150;border-radius:16px;width:230px;padding:13px;animation:.13s both menuIn;position:absolute;top:34px;right:8px;box-shadow:0 20px 60px #0000006b}.delete-popover:before{content:"";background:inherit;border-left:1px solid color-mix(in srgb, var(--danger) 24%, var(--border));border-top:1px solid color-mix(in srgb, var(--danger) 24%, var(--border));width:12px;height:12px;position:absolute;top:-7px;right:22px;transform:rotate(45deg)}.delete-popover-title{color:var(--text);letter-spacing:-.02em;font-size:14px;font-weight:760}.delete-popover-text{color:var(--muted);margin-top:5px;font-size:12px;line-height:1.35}.delete-popover-actions{justify-content:flex-end;gap:8px;margin-top:12px;display:flex}.delete-popover-actions button{cursor:pointer;border-radius:999px;min-width:72px;height:32px;font-size:12px;font-weight:650}.delete-popover-actions .ghost{background:var(--surface-hover);color:var(--text);border:1px solid var(--border)}.delete-popover-actions .danger-fill{background:color-mix(in srgb, var(--danger) 84%, #fff 16%);color:#fff;border:1px solid color-mix(in srgb, var(--danger) 70%, transparent)}.delete-popover-actions .ghost:hover{background:color-mix(in srgb, var(--surface-hover) 82%, var(--text) 8%)}.delete-popover-actions .danger-fill:hover{filter:brightness(1.08)}.sidebar-action,.sidebar-search{border-radius:12px!important;height:44px!important;min-height:44px!important;padding:0 14px!important;font-size:15px!important;font-weight:560!important}.sidebar-search input{font-size:15px!important;font-weight:500!important}.sidebar-icon{flex-basis:18px!important;width:18px!important;font-size:14px!important}.control-strip button.web-toggle.active{color:#fff!important;background:linear-gradient(135deg,#0891b2,#2563eb)!important;border-color:#ffffff47!important;box-shadow:inset 0 0 0 1px #ffffff1f,0 8px 24px #0891b23d,0 0 18px #2563eb33!important}.lucy-app.font-large{--message-font-size:17px;--composer-font-size:17px;--sidebar-item-font-size:15px;--section-font-size:16px}.lucy-app.font-xlarge{--message-font-size:18px;--composer-font-size:18px;--sidebar-item-font-size:16px;--section-font-size:17px}.lucy-app.font-normal{--message-font-size:16px;--composer-font-size:16px;--sidebar-item-font-size:14px;--section-font-size:15px}.user-message,.assistant-text{font-size:var(--message-font-size,16px)}.sidebar-action,.sidebar-search,.gpt-item,.chat-title{font-size:var(--sidebar-item-font-size,14px)}.section-label span,.chats-label span{font-size:var(--section-font-size,15px);font-weight:800}.settings-anchor{position:relative}.profile-settings-button,.profile-info-button{cursor:pointer}.profile-info-button{min-width:0;color:inherit;text-align:left;background:0 0;border:0;padding:0}.profile-settings-button:hover,.profile-info-button:hover strong{filter:brightness(1.08)}.settings-popover{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 96%, #000 4%);z-index:260;border-radius:16px;width:238px;padding:12px;animation:.13s both menuIn;position:absolute;bottom:64px;left:10px;box-shadow:0 22px 60px #0000006b}.settings-title{color:var(--text);margin-bottom:10px;font-size:14px;font-weight:800}.settings-group{gap:8px;margin-top:10px;display:grid}.settings-group span{color:var(--muted);font-size:12px;font-weight:650}.settings-options{flex-wrap:wrap;gap:6px;display:flex}.settings-options button{border:1px solid var(--border);height:30px;color:var(--text);cursor:pointer;background:0 0;border-radius:999px;padding:0 10px;font-size:12px}.settings-options button:hover,.settings-options button.active{color:var(--text);background:#7c5cff38;border-color:#7c5cffb8}.theme-light .settings-popover{background:#fff;box-shadow:0 18px 50px #00000029}.gpt-row,.chat-item{padding-right:38px;position:relative;overflow:visible}.gpt-row .gpt-item,.chat-title{width:auto;min-width:0;padding-right:8px}.gpt-row .gpt-item{flex:auto}.gpt-more,.chat-more{z-index:30;opacity:0;width:30px;height:30px;color:var(--text);background:color-mix(in srgb, var(--surface) 72%, transparent);border:1px solid color-mix(in srgb, var(--text) 10%, transparent);border-radius:10px;margin-right:0;font-size:20px;font-weight:800;line-height:1;position:absolute;top:50%;right:4px;transform:translateY(-50%)scale(.96);box-shadow:0 6px 18px #0000002e}.gpt-row:hover .gpt-more,.chat-item:hover .chat-more,.gpt-more:hover,.chat-more:hover,.gpt-more:focus-visible,.chat-more:focus-visible{opacity:1;transform:translateY(-50%)scale(1)}.gpt-more:hover,.chat-more:hover{background:color-mix(in srgb, var(--surface-hover) 92%, var(--text) 8%);border-color:color-mix(in srgb, var(--text) 20%, transparent);box-shadow:0 10px 24px #00000047,inset 0 1px #ffffff0f}.gpt-row:hover .gpt-item,.chat-item:hover .chat-title{padding-right:10px}.gpt-menu,.chat-menu{background:color-mix(in srgb, var(--surface) 97%, #000 3%);border:1px solid color-mix(in srgb, var(--text) 13%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:16px;width:210px;padding:8px;top:36px;right:2px;box-shadow:0 22px 60px #0000006b,0 2px 10px #0000002e,inset 0 1px #ffffff0e}.gpt-menu:before,.chat-menu:before{content:"";background:inherit;border-left:1px solid color-mix(in srgb, var(--text) 13%, transparent);border-top:1px solid color-mix(in srgb, var(--text) 13%, transparent);width:10px;height:10px;position:absolute;top:-6px;right:16px;transform:rotate(45deg)}.gpt-menu button,.chat-menu button{letter-spacing:-.01em;border-radius:11px;height:39px;padding:0 12px;font-size:13.5px;font-weight:520}.gpt-menu button:hover,.chat-menu button:hover{background:color-mix(in srgb, var(--surface-hover) 88%, var(--text) 5%)}.chat-menu button.danger,.gpt-menu button.danger{color:var(--danger)}.chat-menu button.danger:hover,.gpt-menu button.danger:hover{background:color-mix(in srgb, var(--danger) 14%, transparent)}.theme-light .gpt-more,.theme-light .chat-more{background:#fffffff0;border-color:#0000001a;box-shadow:0 8px 22px #0000001f}.theme-light .gpt-menu,.theme-light .chat-menu{background:#fffffffa;border-color:#ddd;box-shadow:0 22px 52px #00000029,0 2px 10px #00000014}.sidebar{flex-direction:column!important;display:flex!important;overflow:hidden!important}.sidebar-top{scrollbar-gutter:stable both-edges;flex:auto!important;min-height:0!important;padding:14px 10px 18px!important;overflow:hidden auto!important}.sidebar-top::-webkit-scrollbar{width:9px}.sidebar-top::-webkit-scrollbar-track{background:0 0}.sidebar-top::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 30%, transparent);background-clip:content-box;border:3px solid #0000;border-radius:999px}.sidebar-top::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--muted) 48%, transparent);background-clip:content-box}.brand-row{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:90!important;background:linear-gradient(180deg, var(--sidebar) 72%, color-mix(in srgb, var(--sidebar) 0%, transparent))!important;position:sticky!important;top:0!important}.profile-row{z-index:95!important;background:var(--sidebar)!important;flex:none!important}.chat-list,.gpt-list,.project-list{flex:none!important;min-height:0!important;max-height:none!important;padding-right:0!important;overflow:visible!important}.chat-item,.gpt-row{width:100%!important;min-width:0!important;padding-right:0!important;position:relative!important;overflow:visible!important}.chat-title,.gpt-item{width:100%!important;min-width:0!important;padding-right:46px!important}.chat-title-text,.gpt-item span:last-child,.project-title span:last-child{white-space:nowrap!important;text-overflow:ellipsis!important;min-width:0!important;overflow:hidden!important}.gpt-more,.chat-more{z-index:80!important;opacity:.32!important;pointer-events:auto!important;width:34px!important;height:34px!important;color:var(--text)!important;background:color-mix(in srgb, var(--surface) 82%, transparent)!important;border:1px solid color-mix(in srgb, var(--text) 13%, transparent)!important;border-radius:12px!important;margin:0!important;font-size:23px!important;font-weight:900!important;line-height:1!important;position:absolute!important;top:50%!important;right:5px!important;transform:translateY(-50%)scale(.98)!important;box-shadow:0 8px 24px #0003!important}.gpt-row:hover .gpt-more,.chat-item:hover .chat-more,.gpt-row.menu-open .gpt-more,.chat-item.menu-open .chat-more,.gpt-more:hover,.chat-more:hover,.gpt-more:focus-visible,.chat-more:focus-visible{opacity:1!important;background:color-mix(in srgb, var(--surface-hover) 94%, var(--text) 8%)!important;border-color:color-mix(in srgb, var(--text) 24%, transparent)!important;transform:translateY(-50%)scale(1)!important;box-shadow:0 12px 28px #00000057,inset 0 1px #ffffff12!important}.gpt-menu,.chat-menu,.delete-popover{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:90!important;background:color-mix(in srgb, var(--surface) 97%, #000 3%)!important;border:1px solid color-mix(in srgb, var(--text) 14%, transparent)!important;border-radius:17px!important;order:5!important;width:calc(100% - 14px)!important;margin:7px 7px 2px!important;padding:8px!important;position:relative!important;top:auto!important;left:auto!important;right:auto!important;box-shadow:0 18px 48px #0000005c,inset 0 1px #ffffff0f!important}.gpt-menu:before,.chat-menu:before,.delete-popover:before{content:""!important;background:inherit!important;border-left:1px solid color-mix(in srgb, var(--text) 14%, transparent)!important;border-top:1px solid color-mix(in srgb, var(--text) 14%, transparent)!important;width:11px!important;height:11px!important;position:absolute!important;top:-6px!important;right:22px!important;transform:rotate(45deg)!important}.gpt-menu button,.chat-menu button{border-radius:12px!important;height:40px!important;font-size:14px!important;font-weight:600!important}.delete-popover-actions button{border-radius:999px!important;height:34px!important}.lucy-dialog-backdrop{z-index:5000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;place-items:center;padding:22px;animation:.12s both menuIn;display:grid;position:fixed;inset:0}.lucy-dialog{border:1px solid color-mix(in srgb, var(--text) 14%, transparent);background:color-mix(in srgb, var(--surface) 98%, #000 2%);width:min(560px,100vw - 40px);color:var(--text);border-radius:22px;padding:22px;box-shadow:0 28px 90px #00000070}.bubble-dialog{animation:.14s both dialogBubbleIn}@keyframes dialogBubbleIn{0%{opacity:0;transform:translateY(8px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.lucy-dialog-title{letter-spacing:-.03em;margin-bottom:16px;font-size:18px;font-weight:780}.lucy-dialog-label{gap:8px;display:grid}.lucy-dialog-label span{color:var(--muted);font-size:13px;font-weight:650}.lucy-dialog-label input{border:1px solid color-mix(in srgb, var(--text) 16%, transparent);background:color-mix(in srgb, var(--surface-soft) 94%, transparent);width:100%;height:48px;color:var(--text);border-radius:14px;outline:0;padding:0 14px;font-size:16px}.lucy-dialog-label input:focus{border-color:#6d5cff;box-shadow:0 0 0 4px #6d5cff2e}.lucy-dialog-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.lucy-dialog-actions button{cursor:pointer;border-radius:999px;min-width:96px;height:42px;font-weight:720}.lucy-dialog-actions .ghost{background:color-mix(in srgb, var(--surface-hover) 92%, transparent);color:var(--text);border:1px solid color-mix(in srgb, var(--text) 10%, transparent)}.lucy-dialog-actions .primary{color:#fff;background:#6d5cff;border:1px solid #ffffff24}.theme-light .lucy-dialog-backdrop{background:#00000042}.theme-light .gpt-more,.theme-light .chat-more{background:#fffffff5!important;border-color:#0000001f!important}.theme-light .gpt-menu,.theme-light .chat-menu,.theme-light .delete-popover,.theme-light .lucy-dialog{background:#fffffffa!important;border-color:#0000001f!important}.topbar-theme-toggle{display:none!important}.topbar-title-compact{margin-left:8px}.chat-item.menu-open,.gpt-row.menu-open{background:var(--sidebar-hover)!important;flex-wrap:nowrap!important;align-items:center!important;height:40px!important;min-height:40px!important;padding-bottom:0!important;display:flex!important}.gpt-menu,.chat-menu,.delete-popover{order:initial!important;z-index:300!important;width:222px!important;margin:0!important;position:absolute!important;top:40px!important;left:auto!important;right:6px!important}.chat-list,.gpt-list,.project-list{overflow:visible!important}.gpt-more,.chat-more{opacity:0!important}.gpt-row:hover .gpt-more,.chat-item:hover .chat-more,.gpt-row.menu-open .gpt-more,.chat-item.menu-open .chat-more,.gpt-more:hover,.chat-more:hover,.gpt-more:focus-visible,.chat-more:focus-visible{opacity:1!important}.sidebar-search{border:1px solid #0000!important}.sidebar-search:focus-within{border-color:color-mix(in srgb, var(--text) 18%, transparent)!important;background:var(--sidebar-hover)!important}.search-results-panel{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 94%, transparent);border-radius:20px;width:min(760px,100%);margin:0 auto 28px;padding:16px;box-shadow:0 16px 42px #00000029}.search-results-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.search-results-head strong{color:var(--text);font-size:15px;display:block}.search-results-head span{color:var(--muted);margin-top:3px;font-size:12px;display:block}.search-results-head button{border:1px solid var(--border);height:30px;color:var(--muted);cursor:pointer;background:0 0;border-radius:999px;padding:0 11px;font-size:12px}.search-results-head button:hover{background:var(--surface-hover);color:var(--text)}.search-result-list{gap:8px;max-height:310px;padding-right:3px;display:grid;overflow-y:auto}.search-result-item{border:1px solid var(--border-soft);width:100%;color:var(--text);cursor:pointer;text-align:left;background:0 0;border-radius:14px;padding:11px 12px}.search-result-item:hover{background:var(--surface-hover);border-color:color-mix(in srgb, var(--text) 18%, transparent)}.search-result-meta{color:var(--muted);margin-bottom:5px;font-size:12px;font-weight:600;display:block}.search-result-snippet{color:var(--text);font-size:14px;line-height:1.45;display:block}.search-empty{color:var(--muted);padding:12px;font-size:14px}.message-highlight .user-message,.message-highlight .assistant-message{outline-offset:7px;border-radius:18px;outline:2px solid #7c5cffb8;animation:1.2s ease-in-out 2 lucySearchPulse}@keyframes lucySearchPulse{0%,to{box-shadow:0 0 #7c5cff00}50%{box-shadow:0 0 0 9px #7c5cff24}}.theme-light .sidebar{background:#f7f8fb!important;border-right:1px solid #dfe3ea!important}.theme-light .brand-row,.theme-light .profile-row{background:#f7f8fb!important}.theme-light .section-label{box-shadow:0 6px 18px #0f172a09;background:#fff!important;border:1px solid #e1e5ec!important;border-radius:14px!important;min-height:42px!important;margin-top:18px!important;margin-bottom:8px!important;padding:0 13px!important}.theme-light .section-label:hover{background:#f1f4f8!important;border-color:#d6dce6!important}.theme-light .section-label span{color:#111827!important;font-weight:700!important}.theme-light .section-label strong{color:#4b5563!important}.theme-light .sidebar-action,.theme-light .sidebar-search,.theme-light .chat-item,.theme-light .gpt-row,.theme-light .project-item{border:1px solid #0000}.theme-light .sidebar-action:hover,.theme-light .sidebar-action.active,.theme-light .chat-item:hover,.theme-light .chat-item.active,.theme-light .gpt-row:hover,.theme-light .gpt-row.active{box-shadow:0 6px 16px #0f172a0a;background:#fff!important;border-color:#e1e5ec!important}.theme-light .search-results-panel{background:#fff;border-color:#e2e6ed;box-shadow:0 16px 42px #0f172a12}.chat-thread{scrollbar-gutter:stable both-edges}.chat-thread::-webkit-scrollbar-track{border-radius:999px;background:color-mix(in srgb, var(--surface-soft) 50%, transparent)!important}.chat-thread::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 56%, transparent)!important;border:4px solid color-mix(in srgb, var(--bg) 92%, transparent)!important;background-clip:padding-box!important;border-radius:999px!important}.chat-thread::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--text) 54%, transparent)!important}.theme-light .chat-thread::-webkit-scrollbar-track{background:#eef1f5!important}.theme-light .chat-thread::-webkit-scrollbar-thumb{background:#b7c0cc!important;border-color:#fff!important}.project-item{width:100%!important;min-width:0!important;min-height:38px!important;padding-right:0!important;display:block!important;position:relative!important;overflow:visible!important}.project-title{border-radius:10px!important;width:100%!important;min-width:0!important;padding-right:48px!important}.project-item:hover,.project-item.active,.project-item.menu-open{background:var(--sidebar-hover)!important}.project-more{z-index:85!important;opacity:.36!important;pointer-events:auto!important;width:34px!important;height:34px!important;color:var(--text)!important;background:color-mix(in srgb, var(--surface) 82%, transparent)!important;border:1px solid color-mix(in srgb, var(--text) 13%, transparent)!important;border-radius:12px!important;margin:0!important;font-size:23px!important;font-weight:900!important;line-height:1!important;position:absolute!important;top:19px!important;right:5px!important;transform:translateY(-50%)scale(.98)!important;box-shadow:0 8px 24px #0003!important}.project-item:hover .project-more,.project-item.menu-open .project-more,.project-more:hover,.project-more:focus-visible{opacity:1!important;background:color-mix(in srgb, var(--surface-hover) 94%, var(--text) 8%)!important;border-color:color-mix(in srgb, var(--text) 24%, transparent)!important;transform:translateY(-50%)scale(1)!important;box-shadow:0 12px 28px #00000057,inset 0 1px #ffffff12!important}.project-menu{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 97%, #000 3%);width:226px;color:var(--text);z-index:240;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:17px;padding:8px;animation:.12s both menuIn;position:absolute;top:40px;right:7px;box-shadow:0 22px 60px #0000006b,inset 0 1px #ffffff0b}.project-menu:before{content:"";background:inherit;border-left:1px solid var(--border);border-top:1px solid var(--border);width:12px;height:12px;position:absolute;top:-7px;right:20px;transform:rotate(45deg)}.project-menu button{width:100%;min-height:37px;color:var(--text);cursor:pointer;text-align:left;background:0 0;border-radius:10px;align-items:center;padding:0 11px;font-size:13px;font-weight:560;display:flex}.project-menu button:hover{background:var(--surface-hover)}.project-menu button.danger{color:var(--danger)}.project-menu button.danger:hover{background:color-mix(in srgb, var(--danger) 14%, transparent)}.theme-light .project-more{background:#fffffff0!important;border-color:#0000001a!important;box-shadow:0 8px 22px #0000001f!important}.theme-light .project-menu{background:#fffffffa;border-color:#ddd;box-shadow:0 22px 52px #00000029,0 2px 10px #00000014}.theme-light .project-item:hover,.theme-light .project-item.active,.theme-light .project-item.menu-open{box-shadow:0 6px 16px #0f172a0a;background:#fff!important;border-color:#e1e5ec!important}.project-workspace-panel{z-index:72;width:min(452px, calc(100vw - var(--sidebar-width) - 60px));border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 96%, #000 4%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;flex-direction:column;gap:14px;padding:18px;animation:.17s both projectPanelIn;display:flex;position:absolute;top:54px;bottom:22px;right:18px;overflow-y:auto;box-shadow:0 30px 90px #0000006b,inset 0 1px #ffffff0b}@keyframes projectPanelIn{0%{opacity:0;transform:translate(12px)scale(.985)}to{opacity:1;transform:translate(0)scale(1)}}.project-workspace-panel::-webkit-scrollbar{width:11px}.project-workspace-panel::-webkit-scrollbar-track{background:0 0}.project-workspace-panel::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 42%, transparent);background-clip:content-box;border:3px solid #0000;border-radius:999px}.project-panel-head{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;display:flex}.project-panel-head span{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;margin-bottom:4px;font-size:12px;font-weight:700;display:block}.project-panel-head h2{color:var(--text);letter-spacing:-.04em;margin:0;font-size:22px;line-height:1.18}.project-panel-head button{width:34px;height:34px;color:var(--muted);cursor:pointer;background:0 0;border-radius:12px;font-size:24px;line-height:1}.project-panel-head button:hover{background:var(--surface-hover);color:var(--text)}.project-panel-section{border:1px solid var(--border-soft);background:color-mix(in srgb, var(--surface-soft) 60%, transparent);border-radius:18px;padding:13px}.project-panel-identity{gap:12px;display:grid}.project-panel-section label{gap:7px;display:grid}.project-panel-section label span,.project-panel-title span{color:var(--muted);font-size:12px;font-weight:650}.project-panel-section input,.project-panel-section textarea{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);border-radius:13px;outline:0;padding:11px 12px;font-size:14px}.project-panel-section textarea{resize:vertical;min-height:116px;line-height:1.45}.project-panel-section input:focus,.project-panel-section textarea:focus{border-color:color-mix(in srgb, #7c5cff 62%, var(--border));box-shadow:0 0 0 3px #7c5cff1f}.project-panel-actions{flex-wrap:wrap;gap:9px;display:flex}.project-panel-actions button{border:1px solid var(--border);background:var(--surface);height:38px;color:var(--text);cursor:pointer;border-radius:999px;padding:0 13px;font-size:13px;font-weight:650}.project-panel-actions button:hover{background:var(--surface-hover)}.project-panel-actions button.primary{color:#fff;background:#6d5dfc;border-color:#0000}.project-panel-title{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.project-panel-title strong{color:var(--text);font-size:14px}.project-panel-empty{color:var(--muted);padding:9px 2px;font-size:13px;line-height:1.45}.project-file-list,.project-chat-list{gap:8px;display:grid}.project-file-row,.project-chat-row{border:1px solid var(--border-soft);background:color-mix(in srgb, var(--surface) 70%, transparent);border-radius:14px;align-items:center;gap:9px;min-width:0;display:grid}.project-file-row{grid-template-columns:28px 1fr 30px;padding:9px}.project-file-icon{background:color-mix(in srgb, var(--text) 8%, transparent);border-radius:10px;place-items:center;width:28px;height:28px;display:grid}.project-file-row div,.project-chat-row button:first-child{min-width:0}.project-file-row strong,.project-chat-row strong{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;display:block;overflow:hidden}.project-file-row small,.project-chat-row small{color:var(--muted);margin-top:3px;font-size:11px;display:block}.project-file-row>button,.project-chat-row>button:last-child{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border-radius:9px;font-size:18px}.project-file-row>button:hover,.project-chat-row>button:last-child:hover{background:color-mix(in srgb, var(--danger) 12%, transparent);color:var(--danger)}.project-chat-row{grid-template-columns:1fr 30px;padding:4px}.project-chat-row>button:first-child{min-height:48px;color:var(--text);cursor:pointer;text-align:left;background:0 0;border-radius:11px;padding:8px 10px}.project-chat-row.active,.project-chat-row:hover{border-color:color-mix(in srgb, #7c5cff 36%, var(--border));background:color-mix(in srgb, #7c5cff 10%, var(--surface))}.theme-light .project-workspace-panel{background:#fffffffa;border-color:#dfe3ea;box-shadow:0 30px 80px #0f172a29}.theme-light .project-panel-section{background:#f8fafc;border-color:#e2e8f0}.theme-light .project-panel-section input,.theme-light .project-panel-section textarea,.theme-light .project-panel-actions button,.theme-light .project-file-row,.theme-light .project-chat-row{background:#fff;border-color:#e2e8f0}@media (width<=920px){.project-workspace-panel{width:auto;left:14px;right:14px}}.chat-thread::-webkit-scrollbar{width:14px!important}.chat-thread::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 50%, transparent)!important;background-clip:content-box!important;border:4px solid #0000!important}.chat-thread::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--text) 52%, transparent)!important;background-clip:content-box!important}.project-workspace-panel{display:none!important}.project-overlay{z-index:340;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0000008f;place-items:center;padding:34px;display:grid;position:fixed;inset:0}.project-builder{border:1px solid var(--border);background:radial-gradient(circle at top left, #6b5cff21, transparent 34%), color-mix(in srgb, var(--surface) 96%, #000 4%);width:min(1180px,100vw - 58px);height:min(820px,100vh - 58px);color:var(--text);border-radius:28px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 32px 120px #00000075}.theme-light .project-builder{background:radial-gradient(circle at 0 0,#695cff14,#0000 34%),#fff;box-shadow:0 32px 120px #00000029}.project-builder-head{border-bottom:1px solid var(--border-soft);flex:none;justify-content:space-between;align-items:flex-start;gap:22px;min-height:104px;padding:24px 28px 18px;display:flex}.project-builder-head span{color:#7c6cff;letter-spacing:.02em;margin-bottom:6px;font-size:13px;font-weight:700;display:block}.project-builder-head h2{letter-spacing:-.055em;margin:0;font-size:28px;line-height:1.1}.project-builder-head p{max-width:720px;color:var(--muted);margin:9px 0 0;font-size:14px;line-height:1.45}.project-builder-head>button{width:38px;height:38px;color:var(--muted);cursor:pointer;background:0 0;border-radius:13px;font-size:24px}.project-builder-head>button:hover{background:var(--surface-hover);color:var(--text)}.project-kpi-row{border-bottom:1px solid var(--border-soft);flex:none;grid-template-columns:repeat(3,minmax(120px,1fr)) minmax(150px,auto);gap:12px;padding:16px 28px;display:grid}.project-kpi-card,.project-kpi-new{border:1px solid var(--border);background:color-mix(in srgb, var(--surface-soft) 76%, transparent);border-radius:18px;min-height:74px;padding:14px 16px}.project-kpi-card span{color:var(--muted);font-size:12px;font-weight:650;display:block}.project-kpi-card strong{letter-spacing:-.04em;margin-top:6px;font-size:24px;display:block}.project-kpi-new{cursor:pointer;color:var(--text);font-weight:750}.project-kpi-new:hover{background:var(--surface-hover)}.project-builder-grid{flex:1;grid-template-columns:344px 1fr;min-height:0;display:grid}.project-directory{border-right:1px solid var(--border-soft);background:color-mix(in srgb, var(--sidebar) 72%, transparent);min-width:0;padding:18px;overflow-y:auto}.project-directory::-webkit-scrollbar{width:11px}.project-detail-board::-webkit-scrollbar{width:11px}.project-file-list.pro::-webkit-scrollbar{width:11px}.project-chat-list.pro::-webkit-scrollbar{width:11px}.project-directory::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 42%, transparent);background-clip:content-box;border:3px solid #0000;border-radius:999px}.project-detail-board::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 42%, transparent);background-clip:content-box;border:3px solid #0000;border-radius:999px}.project-file-list.pro::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 42%, transparent);background-clip:content-box;border:3px solid #0000;border-radius:999px}.project-chat-list.pro::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 42%, transparent);background-clip:content-box;border:3px solid #0000;border-radius:999px}.project-directory-title{justify-content:space-between;align-items:center;margin:0 2px 14px;display:flex}.project-directory-title strong{letter-spacing:-.02em;font-size:14px}.project-directory-title span{color:var(--muted);font-size:12px}.project-directory-empty,.project-soft-empty,.project-empty-board{border:1px dashed var(--border);color:var(--muted);background:color-mix(in srgb, var(--surface) 45%, transparent);border-radius:18px}.project-directory-empty{gap:5px;padding:18px;display:grid}.project-directory-empty strong{color:var(--text)}.project-directory-list{gap:10px;display:grid}.project-directory-card{background:0 0;border:1px solid #0000;border-radius:18px;overflow:hidden}.project-directory-card:hover,.project-directory-card.active{background:color-mix(in srgb, var(--surface-hover) 72%, transparent);border-color:var(--border-soft)}.project-directory-card.active{box-shadow:inset 3px 0 #7c6cff}.project-directory-main{width:100%;min-height:58px;color:var(--text);cursor:pointer;text-align:left;background:0 0;border-radius:18px;align-items:center;gap:11px;padding:10px 12px;display:flex}.project-folder-icon{color:#9d92ff;background:#7c6cff2e;border-radius:13px;flex:0 0 34px;place-items:center;width:34px;height:34px;display:grid}.project-directory-name{gap:3px;min-width:0;display:grid}.project-directory-name strong,.project-directory-name small{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.project-directory-name small{color:var(--muted);font-size:12px}.project-directory-chats{gap:5px;padding:0 10px 12px 56px;animation:.14s both lucySectionOpen;display:grid}.project-mini-chat,.project-mini-empty{width:100%;min-height:34px;color:var(--muted);cursor:pointer;text-align:left;background:0 0;border-radius:11px;gap:2px;padding:7px 9px;display:grid}.project-mini-chat:hover,.project-mini-chat.active,.project-mini-empty:hover{background:color-mix(in srgb, var(--surface) 72%, transparent);color:var(--text)}.project-mini-chat span,.project-mini-chat small{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.project-mini-chat small{color:var(--faint);font-size:11px}.project-mini-empty{color:#8f83ff;font-size:12px}.project-detail-board{min-width:0;padding:22px;overflow-y:auto}.project-empty-board{text-align:center;align-content:center;place-items:center;gap:10px;min-height:420px;padding:28px;display:grid}.project-empty-board span{font-size:42px}.project-empty-board h3{color:var(--text);margin:0;font-size:22px}.project-empty-board p{max-width:460px;margin:0}.project-empty-board button{color:#fff;cursor:pointer;background:#7c6cff;border-radius:999px;height:40px;margin-top:10px;padding:0 16px}.project-detail-hero{border:1px solid var(--border);background:linear-gradient(135deg, #7c6cff2b, transparent 58%), color-mix(in srgb, var(--surface-soft) 78%, transparent);border-radius:24px;justify-content:space-between;align-items:flex-start;gap:18px;min-height:132px;padding:20px;display:flex}.project-detail-hero span{color:#9d92ff;letter-spacing:.04em;font-size:12px;font-weight:800}.project-detail-hero h3{letter-spacing:-.055em;margin:6px 0 8px;font-size:28px;line-height:1.08}.project-detail-hero p{max-width:620px;color:var(--muted);margin:0;line-height:1.45}.project-detail-actions{flex-wrap:wrap;justify-content:flex-end;gap:9px;display:flex}.project-detail-actions button,.project-content-head button,.project-footer-actions button,.project-field-card input,.project-field-card textarea{border:1px solid var(--border)}.project-detail-actions button,.project-content-head button,.project-footer-actions button{background:color-mix(in srgb, var(--surface) 82%, transparent);min-height:38px;color:var(--text);cursor:pointer;border-radius:999px;padding:0 14px;font-weight:650}.project-detail-actions button:hover,.project-content-head button:hover,.project-footer-actions button:hover{background:var(--surface-hover)}.project-detail-actions .primary,.project-empty-board button{color:#fff;background:#7c6cff;border-color:#0000}.project-editor-grid{grid-template-columns:minmax(240px,.8fr) minmax(340px,1.2fr);gap:14px;margin-top:16px;display:grid}.project-field-card{border:1px solid var(--border);background:color-mix(in srgb, var(--surface-soft) 74%, transparent);border-radius:20px;gap:9px;padding:14px;display:grid}.project-field-card span{color:var(--muted);font-size:12px;font-weight:750}.project-field-card input,.project-field-card textarea{background:color-mix(in srgb, var(--surface) 82%, transparent);width:100%;color:var(--text);border-radius:14px;outline:0;padding:12px}.project-field-card input{height:45px}.project-field-card textarea{resize:vertical;min-height:118px}.project-content-columns{grid-template-columns:minmax(280px,.9fr) minmax(320px,1.1fr);gap:14px;margin-top:16px;display:grid}.project-content-card{border:1px solid var(--border);background:color-mix(in srgb, var(--surface-soft) 68%, transparent);border-radius:22px;flex-direction:column;min-width:0;min-height:260px;padding:16px;display:flex}.project-content-head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:12px;display:flex}.project-content-head strong{font-size:15px;display:block}.project-content-head span{color:var(--muted);margin-top:3px;font-size:12px;display:block}.project-soft-empty{text-align:center;flex:1;place-items:center;min-height:150px;padding:18px;display:grid}.project-file-list.pro,.project-chat-list.pro{gap:8px;padding-right:4px;display:grid;overflow-y:auto}.project-file-list.pro{max-height:260px}.project-chat-list.pro{max-height:340px}.project-file-row.pro,.project-chat-row.pro{border:1px solid var(--border-soft);background:color-mix(in srgb, var(--surface) 56%, transparent);border-radius:16px}.project-file-row.pro{grid-template-columns:34px 1fr 28px;align-items:center;gap:10px;min-height:58px;padding:10px;display:grid}.project-file-row.pro strong,.project-file-row.pro small,.project-chat-row.pro strong,.project-chat-row.pro small{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.project-file-row.pro small,.project-chat-row.pro small{color:var(--muted);font-size:12px}.project-file-row.pro>button,.project-chat-row.pro>button:last-child{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border-radius:10px}.project-file-row.pro>button:hover,.project-chat-row.pro>button:last-child:hover{color:var(--danger);background:#ff5b7021}.project-chat-row.pro{grid-template-columns:1fr 30px;align-items:center;gap:8px;min-height:62px;padding:8px;display:grid}.project-chat-row.pro.active{border-color:#7c6cff73;box-shadow:inset 3px 0 #7c6cff}.project-chat-row.pro>button:first-child{min-width:0;color:var(--text);text-align:left;cursor:pointer;background:0 0;padding:6px}.project-footer-actions{justify-content:flex-end;gap:10px;margin-top:16px;display:flex}.project-footer-actions .danger{color:var(--danger)}.project-footer-actions .danger:hover{background:#ff5b701f}.project-menu{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:16px!important}@media (width<=980px){.project-overlay{padding:16px}.project-builder{border-radius:22px;width:calc(100vw - 24px);height:calc(100vh - 24px)}.project-kpi-row{grid-template-columns:repeat(2,1fr)}.project-builder-grid{grid-template-columns:1fr}.project-directory{border-right:0;border-bottom:1px solid var(--border-soft);max-height:260px}.project-editor-grid,.project-content-columns{grid-template-columns:1fr}}.projects-label{background:linear-gradient(135deg, color-mix(in srgb, #58a6ff 14%, var(--sidebar) 86%), color-mix(in srgb, #7c3aed 9%, var(--sidebar) 91%))!important;border:1px solid #58a6ff52!important;box-shadow:inset 3px 0 #58a6ffbd,0 8px 24px #0000001f!important}.projects-label span:before{content:"▣";color:#58a6ff;vertical-align:1px;margin-right:8px;font-size:12px}.theme-light .projects-label{background:linear-gradient(135deg,#eef6ff,#f6f2ff)!important;border-color:#c9ddff!important;box-shadow:inset 3px 0 #4f8cff,0 8px 24px #315fa01a!important}.theme-light .projects-label span:before{color:#2563eb}.project-list{z-index:25!important;position:relative!important;overflow:visible!important}.project-item{isolation:isolate;position:relative!important;overflow:visible!important}.project-item.menu-open{z-index:140!important}.project-menu{width:224px!important;max-width:calc(var(--sidebar-width) - 36px)!important;z-index:600!important;gap:3px!important;display:grid!important;top:42px!important;right:10px!important;overflow:visible!important}.project-menu button{white-space:nowrap!important;text-overflow:ellipsis!important;min-height:39px!important;overflow:hidden!important}.chat-item.menu-open{z-index:160!important}.chat-menu{z-index:610!important;overflow:visible!important}.chat-menu button.has-submenu{justify-content:space-between!important;gap:8px!important;padding-right:9px!important}.chat-menu button.has-submenu strong{color:var(--faint);font-size:18px;font-weight:600;line-height:1}.chat-project-submenu{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 98%, #000 2%);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:640;border-radius:16px;width:236px;max-height:310px;padding:8px;animation:.12s both menuIn;position:absolute;top:78px;left:calc(100% + 10px);overflow-y:auto;box-shadow:0 22px 60px #00000070,inset 0 1px #ffffff0b}.chat-project-submenu:before{content:"";background:inherit;border-left:1px solid var(--border);border-bottom:1px solid var(--border);width:12px;height:12px;position:absolute;top:18px;left:-7px;transform:rotate(45deg)}.chat-project-submenu-title{height:28px;color:var(--faint);letter-spacing:.01em;align-items:center;padding:0 9px;font-size:12px;font-weight:700;display:flex}.chat-project-submenu button{width:100%;min-height:38px;color:var(--text);cursor:pointer;text-align:left;background:0 0;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:0 10px;font-size:13px;font-weight:560;display:flex}.chat-project-submenu button span{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.chat-project-submenu button:hover,.chat-project-submenu button.selected{background:var(--surface-hover)}.chat-project-submenu button.selected strong{color:#58a6ff}.chat-project-submenu button.danger{color:var(--danger);margin-top:4px}.chat-project-submenu button.muted{color:var(--muted)}.theme-light .chat-project-submenu,.theme-light .project-menu{background:#fff!important;border-color:#dbe2ea!important;box-shadow:0 22px 56px #0f172a2e!important}@media (width<=760px){.chat-project-submenu{top:calc(100% + 8px);left:auto;right:0}.chat-project-submenu:before{display:none}}.project-directory-card{padding-right:38px!important;position:relative!important;overflow:visible!important}.project-directory-main{padding-right:42px!important}.panel-project-more,.panel-chat-more{z-index:45;border:1px solid color-mix(in srgb, var(--text) 14%, transparent);background:color-mix(in srgb, var(--surface) 86%, transparent);color:var(--text);cursor:pointer;opacity:.58;border-radius:12px;place-items:center;font-weight:900;line-height:1;transition:opacity .14s,transform .14s,background .14s,border-color .14s;display:grid;position:absolute;box-shadow:0 10px 26px #0000003d}.panel-project-more{width:34px;height:34px;font-size:22px;top:13px;right:10px}.project-directory-card:hover .panel-project-more,.project-directory-card.menu-open .panel-project-more,.panel-project-more:hover,.panel-project-more:focus-visible{opacity:1;background:color-mix(in srgb, var(--surface-hover) 92%, #7c6cff 8%);border-color:#8f83ff6b;transform:scale(1.03)}.panel-project-menu,.panel-chat-menu{z-index:90;border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 97%, #000 3%);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:16px;min-width:194px;padding:7px;animation:.12s both menuIn;position:absolute;box-shadow:0 22px 60px #0006,inset 0 1px #ffffff0b}.panel-project-menu{top:50px;right:8px}.panel-project-menu:before,.panel-chat-menu:before{content:"";background:inherit;border-left:1px solid var(--border);border-top:1px solid var(--border);width:12px;height:12px;position:absolute;transform:rotate(45deg)}.panel-project-menu:before{top:-7px;right:17px}.panel-chat-menu:before{top:-7px;right:14px}.panel-project-menu button,.panel-chat-menu button{width:100%;min-height:36px;color:var(--text);cursor:pointer;text-align:left;background:0 0;border-radius:10px;align-items:center;padding:0 10px;font-size:13px;font-weight:650;display:flex}.panel-project-menu button:hover,.panel-chat-menu button:hover{background:var(--surface-hover)}.panel-project-menu button.danger,.panel-chat-menu button.danger{color:var(--danger)}.panel-project-menu button.danger:hover,.panel-chat-menu button.danger:hover{background:color-mix(in srgb, var(--danger) 14%, transparent)}.project-mini-chat{grid-template-columns:1fr 30px!important;align-items:center!important;gap:5px!important;padding:4px 5px 4px 8px!important;display:grid!important;position:relative!important;overflow:visible!important}.project-mini-chat-main{width:100%;min-width:0;color:inherit;cursor:pointer;text-align:left;background:0 0;gap:2px;padding:3px 2px;display:grid}.project-mini-chat .panel-chat-more{opacity:.5;width:28px;height:28px;box-shadow:none;font-size:18px;position:relative;top:auto;right:auto}.project-mini-chat:hover .panel-chat-more,.project-mini-chat.menu-open .panel-chat-more,.project-chat-row.pro:hover .panel-chat-more,.project-chat-row.pro.menu-open .panel-chat-more,.panel-chat-more:hover,.panel-chat-more:focus-visible{opacity:1;background:color-mix(in srgb, var(--surface-hover) 92%, #7c6cff 8%);border-color:#8f83ff6b;transform:scale(1.04)}.project-mini-chat .panel-chat-menu{top:36px;right:0}.project-chat-row.pro{grid-template-columns:1fr 34px!important;position:relative!important;overflow:visible!important}.project-chat-row.pro .project-chat-main{min-width:0;color:var(--text);text-align:left;cursor:pointer;background:0 0;padding:6px}.project-chat-row.pro .panel-chat-more.detail{opacity:.58;width:31px;height:31px;font-size:20px;position:relative;top:auto;right:auto}.project-chat-row.pro .panel-chat-menu.detail{top:48px;right:7px}.theme-light .panel-project-more,.theme-light .panel-chat-more,.theme-light .panel-project-menu,.theme-light .panel-chat-menu{background:#fffffffa;border-color:#0000001a;box-shadow:0 18px 45px #00000024}.lucy-work-action{box-shadow:inset 0 1px #ffffff0d,0 10px 28px #5f49ff1a;background:linear-gradient(135deg, #7c5cff2e, color-mix(in srgb, var(--sidebar-hover) 88%, transparent))!important;color:var(--text)!important;border:1px solid #8b7cff6b!important;margin-top:8px!important;font-weight:720!important}.lucy-work-action .sidebar-icon{font-weight:900;color:#9b8cff!important}.lucy-work-action:hover{box-shadow:0 12px 32px #5f49ff29;background:linear-gradient(135deg, #7c5cff47, color-mix(in srgb, var(--sidebar-hover) 92%, transparent))!important;border-color:#9b8cffb8!important}.theme-light .lucy-work-action{background:linear-gradient(135deg,#705cff1a,#ffffffdb)!important;border-color:#705cff4d!important}.work-launch-card{border:1px solid color-mix(in srgb, var(--text) 10%, transparent);background:radial-gradient(circle at 85% 20%, #7c5cff2e, transparent 34%), color-mix(in srgb, var(--surface) 86%, transparent);border-radius:24px;margin:-6px 0 20px;padding:20px;box-shadow:inset 0 1px #ffffff0b}.work-launch-title{color:var(--text);justify-content:center;align-items:center;gap:10px;margin-bottom:18px;display:flex}.work-launch-title span{font-size:25px}.work-launch-title strong{letter-spacing:-.035em;font-size:25px;font-weight:780}.work-launch-input{border:1px solid color-mix(in srgb, var(--text) 12%, transparent);min-height:82px;color:var(--muted);background:color-mix(in srgb, var(--bg) 42%, transparent);letter-spacing:-.012em;border-radius:22px;align-items:center;padding:22px 24px;font-size:16px;display:flex}.work-launch-tools{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.work-launch-tools button{border:1px solid color-mix(in srgb, var(--text) 10%, transparent);background:color-mix(in srgb, var(--surface-soft) 92%, transparent);min-height:54px;color:var(--text);cursor:pointer;text-align:left;border-radius:16px;justify-content:space-between;align-items:center;padding:0 16px;font-weight:720;display:flex}.work-launch-tools button:hover{background:color-mix(in srgb, var(--surface-hover) 94%, #7c5cff 6%);border-color:#8b7cff5c}.work-launch-tools em{min-width:26px;height:26px;color:color-mix(in srgb, #cfc8ff 86%, var(--text));background:#8b7cff33;border-radius:999px;place-items:center;font-size:12px;font-style:normal;display:grid}.project-builder-head span{color:#9b8cff!important}.project-builder-head h2:after{content:"";background:linear-gradient(90deg,#7c5cff,#14b8a6);border-radius:999px;width:72px;height:3px;margin-top:12px;display:block}@media (width<=960px){.work-launch-tools{grid-template-columns:1fr}}.project-overlay{place-items:center!important;padding:18px!important}.project-builder{scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--muted) 55%, transparent) transparent;border-radius:30px!important;width:min(1480px,100vw - 36px)!important;height:min(930px,100vh - 36px)!important;max-height:calc(100vh - 36px)!important;display:block!important;overflow:hidden auto!important}.project-builder::-webkit-scrollbar{width:14px}.project-builder::-webkit-scrollbar-track{background:color-mix(in srgb, var(--surface-soft) 55%, transparent);border-radius:999px}.project-builder::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 58%, transparent);background-clip:content-box;border:4px solid #0000;border-radius:999px}.project-builder::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--text) 52%, transparent);background-clip:content-box}.project-builder-grid{grid-template-columns:390px minmax(0,1fr)!important;min-height:620px!important}.project-directory,.project-detail-board{overflow:visible!important}.project-kpi-row{grid-template-columns:repeat(3,minmax(160px,1fr)) minmax(170px,auto)!important}.work-launch-card{margin:0 24px 18px!important}.project-builder-head,.project-kpi-row{position:relative}.project-content-columns{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)!important}.project-file-row.pro small{line-height:1.35}.project-file-error{color:var(--danger);margin-top:3px;font-size:11px;font-style:normal;line-height:1.3;display:block}.project-content-head button:disabled,.work-launch-tools button:disabled{opacity:.62;cursor:wait}@media (width<=1180px){.project-builder-grid{grid-template-columns:1fr!important}.project-directory{border-right:0!important;border-bottom:1px solid var(--border-soft)!important}.project-content-columns{grid-template-columns:1fr!important}}.lucy-exporter{border:1px solid var(--border-soft);background:color-mix(in srgb, var(--surface) 92%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:14px;width:min(640px,100%);margin:0 0 8px;padding:8px 10px 9px;box-shadow:0 10px 34px #0000001f}.bottom-composer .lucy-exporter,.center-composer .lucy-exporter{margin-left:0}.lucy-exporter-head{height:20px;color:var(--muted);letter-spacing:-.01em;align-items:center;gap:8px;padding:0 4px 5px;font-size:12px;display:flex}.lucy-exporter-head strong{color:var(--text);letter-spacing:.02em;font-size:12px;font-weight:700}.export-status-dot{background:#10a37f;border-radius:999px;flex:0 0 8px;width:8px;height:8px;box-shadow:0 0 0 4px #10a37f1f}.lucy-exporter-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.lucy-exporter-actions button{border:1px solid var(--border-soft);background:color-mix(in srgb, var(--surface) 85%, var(--bg) 15%);height:31px;color:var(--text);cursor:pointer;letter-spacing:-.01em;border-radius:9px;align-items:center;gap:6px;padding:0 12px;font-size:12px;font-weight:560;display:inline-flex}.lucy-exporter-actions button:hover{background:var(--surface-hover);border-color:color-mix(in srgb, var(--text) 16%, transparent)}.lucy-exporter-actions .export-primary{color:#fff;background:#009963;border-color:#009963;font-weight:720}.lucy-exporter-actions .export-primary:hover{background:#0aa66f;border-color:#0aa66f}.export-more-wrap{display:inline-flex;position:relative}.export-more-menu{z-index:450;border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 97%, #000 3%);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:14px;gap:3px;width:178px;padding:7px;display:grid;position:absolute;bottom:38px;left:0;box-shadow:0 18px 50px #00000059}.export-more-menu button{background:0 0;border:0;justify-content:flex-start;width:100%}.export-more-menu button:hover{background:var(--surface-hover)}.theme-light .lucy-exporter{background:#ffffffeb;border-color:#e6e6e6;box-shadow:0 12px 34px #0f172a14}.theme-light .export-more-menu{background:#fff;border-color:#ddd;box-shadow:0 18px 50px #0f172a29}.bottom-composer{padding-top:14px!important}@media (width<=720px){.lucy-exporter{border-radius:13px;width:100%}.lucy-exporter-actions{flex-wrap:nowrap;gap:6px;padding-bottom:2px;overflow-x:auto}.lucy-exporter-actions button{flex:none}}.lucy-exporter{border-radius:18px!important;width:100%!important;max-width:none!important;margin:0 0 10px!important;padding:11px 13px 12px!important}.lucy-exporter-topline{justify-content:space-between;align-items:center;gap:14px;margin-bottom:9px;display:flex}.lucy-exporter-head{flex:1;min-width:0;height:auto!important;padding:0!important}.export-format-select{border:1px solid var(--border-soft);background:color-mix(in srgb, var(--surface) 82%, var(--bg) 18%);height:34px;color:var(--muted);border-radius:999px;flex:none;align-items:center;gap:8px;padding:0 10px;font-size:12px;font-weight:650;display:inline-flex}.export-format-select select{min-width:132px;height:28px;color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:999px;outline:0;padding:0 8px;font-weight:650}.export-format-select option{background:var(--surface);color:var(--text)}.lucy-exporter-actions{justify-content:flex-start;width:100%;padding-bottom:1px;overflow-x:auto;flex-wrap:nowrap!important}.lucy-exporter-actions button{flex:none;border-radius:11px!important;height:36px!important;padding:0 14px!important}.lucy-exporter-actions .export-primary{justify-content:center;min-width:206px}.export-more-menu{width:196px!important;bottom:43px!important}@media (width<=720px){.lucy-exporter-topline{flex-direction:column;align-items:stretch;gap:8px}.export-format-select{justify-content:space-between;width:100%}.export-format-select select{min-width:150px}}.empty-state{background:var(--bg)!important;height:100vh!important;padding:0 24px 250px!important;display:block!important;position:relative!important}.empty-state .hero-brand{text-align:center!important;width:min(720px,90%)!important;position:absolute!important;top:32%!important;left:50%!important;transform:translate(-50%)!important}.empty-state h1{text-align:center!important;width:min(760px,90%)!important;margin:0!important;position:absolute!important;top:calc(32% + 70px)!important;left:50%!important;transform:translate(-50%)!important}.lucy-exporter{border-radius:16px!important;align-items:center!important;gap:10px!important;width:min(760px,100%)!important;max-width:760px!important;min-height:46px!important;margin:0 auto 10px!important;padding:8px 10px!important;display:flex!important;overflow:visible!important}.lucy-exporter-topline{flex:auto!important;justify-content:flex-start!important;align-items:center!important;gap:10px!important;min-width:0!important;margin:0!important;display:flex!important}.lucy-exporter-head{white-space:nowrap!important;flex:0 auto!important;min-width:148px!important}.export-format-select{flex:none!important;height:32px!important;padding:0 9px!important}.export-format-select span{display:none!important}.export-format-select select{min-width:108px!important;height:28px!important;padding:0 4px!important}.lucy-exporter-actions{flex-wrap:nowrap!important;flex:none!important;align-items:center!important;gap:7px!important;width:auto!important;min-width:0!important;padding:0!important;display:flex!important;overflow:visible!important}.lucy-exporter-actions button{white-space:nowrap!important;border-radius:10px!important;height:32px!important;padding:0 11px!important}.lucy-exporter-actions .export-primary:first-letter{text-transform:none}.lucy-exporter-actions .export-primary{font-size:0!important}.lucy-exporter-actions .export-primary:after{content:"Kaydet";font-size:12px!important}.lucy-exporter-actions button:nth-child(2):after{content:"Kopyala";font-size:12px!important}.export-more-menu{bottom:38px!important;left:auto!important;right:0!important}.sidebar-action,.section-label{border:1px solid color-mix(in srgb, var(--text) 9%, transparent)!important;background:color-mix(in srgb, var(--sidebar-hover) 40%, transparent)!important;border-radius:14px!important;min-height:46px!important;margin:6px 0!important;box-shadow:inset 0 1px #ffffff06!important}.sidebar-action:hover,.section-label:hover{background:color-mix(in srgb, var(--sidebar-hover) 78%, transparent)!important;border-color:color-mix(in srgb, var(--text) 16%, transparent)!important}.sidebar-action.active,.sidebar-action:first-of-type{color:var(--text)!important;font-weight:760!important}.sidebar-action:first-of-type{letter-spacing:-.018em!important;background:color-mix(in srgb, var(--sidebar-hover) 78%, transparent)!important;border-color:color-mix(in srgb, var(--text) 13%, transparent)!important;font-size:16px!important}.sidebar-action:first-of-type .sidebar-icon{color:#d7d7d7!important}.section-label span,.sidebar-action span:last-child{font-size:16px!important;font-weight:740!important}.section-label:first-of-type{background:linear-gradient(135deg, #5ea2ff1a, color-mix(in srgb, var(--sidebar-hover) 58%, transparent))!important;border-color:#5ea2ff40!important}.project-section-label,.projects-label,.section-label.project-section-label{background:linear-gradient(135deg, #55a7ff24, #7c5cff1f, color-mix(in srgb, var(--sidebar-hover) 70%, transparent))!important;border-color:#55a7ff61!important;box-shadow:inset 0 1px #ffffff0a,0 10px 28px #4880ff1a!important}.chats-label,.section-label.chats-label{background:color-mix(in srgb, var(--sidebar-hover) 52%, transparent)!important;border-color:color-mix(in srgb, var(--text) 11%, transparent)!important}.theme-light .sidebar-action,.theme-light .section-label{background:#fff!important;border-color:#0f172a1a!important;box-shadow:0 8px 20px #0f172a0b!important}.theme-light .section-label:first-of-type{background:linear-gradient(135deg,#5da2ff14,#fff)!important;border-color:#5da2ff33!important}@media (width<=920px){.empty-state .center-composer{width:min(92vw,760px)!important}.lucy-exporter{flex-wrap:nowrap!important;width:100%!important;overflow-x:auto!important}}@media (width<=720px){.lucy-exporter{align-items:stretch!important}.lucy-exporter-topline{flex:none!important}}.lucy-exporter{width:min(720px,100%)!important;max-width:720px!important;min-height:44px!important;padding:7px 9px!important}.lucy-exporter-head{min-width:136px!important}.lucy-exporter-actions{gap:8px!important}.lucy-exporter-actions .export-primary,.lucy-exporter-actions .export-search-btn,.lucy-exporter-actions .export-more-wrap>button{border-radius:10px!important;height:31px!important;font-size:12px!important;font-weight:700!important}.lucy-exporter-actions .export-primary{min-width:104px!important}.lucy-exporter-actions .export-search-btn{min-width:128px!important;color:var(--text)!important;background:#7c5cff24!important;border-color:#7c5cff47!important}.lucy-exporter-actions .export-search-btn:hover{background:#7c5cff3d!important;border-color:#7c5cff6b!important}.lucy-exporter-actions button:nth-child(2){font-size:12px!important}.lucy-exporter-actions button:nth-child(2):after{content:none!important}.composer-voice{border:1px solid var(--border);width:38px;height:38px;color:var(--text);cursor:pointer;background:0 0;border-radius:50%;flex:0 0 38px;align-self:flex-end;place-items:center;font-size:18px;transition:background .14s,border-color .14s,transform .14s,box-shadow .14s;display:grid}.composer-voice:hover:not(:disabled){background:var(--surface-hover);border-color:color-mix(in srgb, var(--text) 20%, transparent);transform:translateY(-1px)}.composer-voice.listening{color:#fff;background:#10a37f;border-color:#10a37f;animation:1.15s ease-in-out infinite lucyMicPulse;box-shadow:0 0 0 7px #10a37f21}@keyframes lucyMicPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.global-search-backdrop{z-index:760;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0000008a;place-items:center;padding:34px;display:grid;position:fixed;inset:0}.global-search-panel{border:1px solid color-mix(in srgb, var(--text) 14%, transparent);background:color-mix(in srgb, var(--surface) 94%, #000 6%);width:min(980px,100vw - 70px);max-height:min(780px,100vh - 68px);color:var(--text);border-radius:28px;grid-template-rows:auto auto auto 1fr;display:grid;overflow:hidden;box-shadow:0 32px 120px #00000075}.global-search-top{border-bottom:1px solid var(--border-soft);background:linear-gradient(135deg,#7c5cff24,#0000 62%);justify-content:space-between;align-items:flex-start;gap:16px;padding:26px 28px 18px;display:flex}.global-search-kicker{color:#9b8cff;letter-spacing:.16em;font-size:12px;font-weight:900}.global-search-top h2{letter-spacing:-.04em;margin:7px 0 5px;font-size:28px;line-height:1.1}.global-search-top p{color:var(--muted);margin:0;font-size:14px;line-height:1.45}.global-search-close{width:36px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border-radius:12px;font-size:28px;line-height:1}.global-search-close:hover{background:var(--surface-hover);color:var(--text)}.global-search-box{border:1px solid color-mix(in srgb, var(--text) 13%, transparent);background:color-mix(in srgb, var(--bg) 70%, transparent);border-radius:20px;align-items:center;gap:12px;min-height:60px;margin:18px 28px 12px;padding:0 16px;display:flex}.global-search-box>span{color:var(--muted);font-size:22px}.global-search-input{min-width:0;height:48px;color:var(--text);background:0 0;border:0;outline:0;flex:1;font-size:18px;font-weight:600}.global-search-input::placeholder{color:var(--faint);font-weight:500}.global-search-box button{border:1px solid var(--border);height:34px;color:var(--muted);cursor:pointer;background:0 0;border-radius:999px;padding:0 12px}.global-search-box button:hover{background:var(--surface-hover);color:var(--text)}.global-search-stats{grid-template-columns:repeat(3,1fr);gap:12px;padding:0 28px 14px;display:grid}.global-search-stats div{border:1px solid var(--border-soft);background:color-mix(in srgb, var(--surface-hover) 55%, transparent);border-radius:18px;min-height:64px;padding:12px 14px}.global-search-stats strong{font-size:22px;line-height:1;display:block}.global-search-stats span{color:var(--muted);margin-top:6px;font-size:12px;display:block}.global-search-results{gap:10px;padding:0 28px 26px;display:grid;overflow-y:auto}.global-search-result{border:1px solid var(--border-soft);background:color-mix(in srgb, var(--surface) 86%, transparent);width:100%;color:var(--text);text-align:left;cursor:pointer;border-radius:18px;gap:8px;padding:15px 16px;display:grid}.global-search-result:hover{background:var(--surface-hover);border-color:#7c5cff70;box-shadow:0 12px 38px #0000002e}.global-search-result-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.global-search-result-head b{font-size:14px}.global-search-result-head em{color:var(--muted);font-size:12px;font-style:normal}.global-search-result-snippet{color:var(--text);font-size:15px;line-height:1.5}.global-search-go{color:#9b8cff;justify-self:end;font-size:12px;font-weight:800}.global-search-empty{border:1px dashed var(--border);color:var(--muted);text-align:center;background:color-mix(in srgb, var(--surface-hover) 38%, transparent);border-radius:20px;margin:0 28px 26px;padding:34px 22px}.theme-light .global-search-panel{background:#fff;box-shadow:0 32px 110px #0f172a38}.theme-light .global-search-box{background:#f8fafc}@media (width<=760px){.global-search-backdrop{padding:14px}.global-search-panel{border-radius:22px;width:calc(100vw - 28px)}.global-search-stats{grid-template-columns:1fr}.global-search-top h2{font-size:23px}}.lucy-exporter{grid-template-columns:1fr!important;width:min(760px,100%)!important;max-width:760px!important}.lucy-exporter-topline{gap:12px!important}.lucy-exporter-actions{align-items:center!important;gap:8px!important;display:flex!important}.lucy-exporter-actions .export-primary{border-radius:12px!important;min-width:136px!important;height:34px!important;font-size:13px!important}.lucy-exporter-actions .export-primary:after{content:none!important}.export-icon-search{width:38px!important;min-width:38px!important;height:34px!important;color:var(--text)!important;background:#7c5cff29!important;border-color:#7c5cff5c!important;border-radius:12px!important;place-items:center!important;padding:0!important;font-size:16px!important;display:grid!important}.export-icon-search:hover{background:#7c5cff47!important;box-shadow:0 0 0 4px #7c5cff1f!important}.export-more-wrap,.export-more-menu,.export-search-btn{display:none!important}.global-search-panel{width:min(1120px,100vw - 60px)!important;max-height:min(820px,100vh - 54px)!important}.global-search-input{font-size:19px!important}.global-search-result{border-radius:18px!important;padding:16px 18px!important}.global-search-result-snippet{font-size:15px!important;line-height:1.65!important}.project-menu,.gpt-menu,.chat-menu{border-radius:16px!important;box-shadow:0 18px 55px #00000070,inset 0 1px #ffffff0a!important}.project-menu button.danger,.gpt-menu button.danger,.chat-menu button.danger{background:color-mix(in srgb, var(--danger) 12%, transparent)!important}@media (width<=760px){.lucy-exporter-topline{flex-direction:column!important;align-items:stretch!important}.export-format-select{width:100%!important}}.empty-state .hero-brand{gap:8px!important;margin-bottom:18px!important}.empty-state .hero-logo{letter-spacing:.16em!important;font-size:clamp(28px,2.8vw,46px)!important;font-weight:850!important;line-height:1!important}.empty-state .hero-motto{letter-spacing:.08em!important;color:color-mix(in srgb, var(--text) 72%, var(--muted))!important;margin-top:10px!important;font-size:clamp(15px,1.15vw,20px)!important}.empty-state h1{letter-spacing:-.055em!important;color:color-mix(in srgb, var(--text) 94%, var(--muted))!important;font-size:clamp(28px,2.35vw,44px)!important;font-weight:500!important;line-height:1.18!important}.model-select{display:none!important}.lucy-exporter-actions{flex:none!important;justify-content:flex-end!important}.lucy-exporter-actions .export-icon-search,.lucy-exporter-actions button:not(.export-primary){display:none!important}.export-format-select{min-width:210px!important}.export-format-select select{min-width:142px!important}.gpt-row,.chat-item,.project-item{isolation:isolate}.gpt-menu,.chat-menu,.project-menu{z-index:500!important;border-radius:18px!important;width:242px!important;max-width:242px!important;top:0!important;left:calc(100% + 10px)!important;right:auto!important;box-shadow:0 20px 70px #0000007a,inset 0 1px #ffffff0b!important}.gpt-menu:before,.chat-menu:before,.project-menu:before{top:18px!important;left:-7px!important;right:auto!important;transform:rotate(45deg)!important}.sidebar-top,.project-list,.gpt-list,.chat-list{overflow:visible!important}.sidebar-scroll-area{overflow:visible auto!important}.menu-confirm-box{border:1px solid color-mix(in srgb, var(--danger) 26%, transparent);background:color-mix(in srgb, var(--danger) 10%, var(--surface) 90%);color:var(--text);border-radius:13px;gap:7px;padding:10px;display:grid}.menu-confirm-box strong{font-size:13px;font-weight:800}.menu-confirm-box span{color:var(--muted);font-size:12px;line-height:1.35}.menu-confirm-box div{gap:7px;margin-top:2px;display:flex}.menu-confirm-box button{background:color-mix(in srgb, var(--surface-hover) 80%, transparent)!important;justify-content:center!important;height:32px!important}.menu-confirm-box button.danger{background:color-mix(in srgb, var(--danger) 22%, transparent)!important;color:var(--danger)!important}.memory-dialog{width:min(620px,100vw - 42px)!important}.lucy-dialog-help{color:var(--muted);margin:-4px 0 14px;font-size:14px;line-height:1.55}.lucy-dialog-label textarea{resize:vertical;border:1px solid var(--border);background:var(--surface-soft);width:100%;min-height:150px;color:var(--text);border-radius:14px;outline:none;padding:13px 14px;line-height:1.55}.lucy-dialog-label textarea:focus{border-color:color-mix(in srgb, #7c5cff 48%, var(--border));box-shadow:0 0 0 3px #7c5cff29}.theme-light .gpt-menu,.theme-light .chat-menu,.theme-light .project-menu{box-shadow:0 20px 58px #0f172a2e,inset 0 1px #ffffffe6!important}@media (width<=920px){.gpt-menu,.chat-menu,.project-menu{top:calc(100% + 6px)!important;left:16px!important}}.lucy-app.sidebar-collapsed{grid-template-columns:1fr!important}.lucy-app.sidebar-collapsed .sidebar{pointer-events:none!important;width:0!important;min-width:0!important;display:none!important;transform:none!important}.lucy-app.sidebar-collapsed .mobile-menu{display:grid!important}.lucy-app.sidebar-collapsed .topbar{padding-left:20px!important}.lucy-app.sidebar-collapsed .thread-inner,.lucy-app.sidebar-collapsed .center-composer,.lucy-app.sidebar-collapsed .bottom-composer .composer-wrap{width:min(980px,100vw - 120px)!important}.sidebar{z-index:900!important}.sidebar-top,.gpt-list,.project-list,.chat-list{overflow-x:visible!important}.sidebar .gpt-menu,.sidebar .project-menu,.sidebar .chat-menu{z-index:8000!important;background:color-mix(in srgb, var(--surface) 97%, #000 3%)!important;border:1px solid color-mix(in srgb, var(--text) 16%, transparent)!important;-webkit-backdrop-filter:blur(22px)!important;backdrop-filter:blur(22px)!important;border-radius:18px!important;width:270px!important;max-width:calc(100vw - 28px)!important;margin:0!important;padding:10px!important;animation:.12s both menuIn!important;position:fixed!important;right:auto!important;box-shadow:0 24px 72px #00000075,inset 0 1px #fff1!important}.sidebar .gpt-menu:before,.sidebar .project-menu:before,.sidebar .chat-menu:before{content:""!important;background:inherit!important;border-left:1px solid color-mix(in srgb, var(--text) 16%, transparent)!important;border-bottom:1px solid color-mix(in srgb, var(--text) 16%, transparent)!important;border-top:0!important;width:13px!important;height:13px!important;position:absolute!important;top:22px!important;left:-7px!important;right:auto!important;transform:rotate(45deg)!important}.sidebar .gpt-menu button,.sidebar .project-menu button,.sidebar .chat-menu button{white-space:normal!important;border-radius:13px!important;min-height:42px!important;padding:0 13px!important;font-size:14px!important;font-weight:660!important}.sidebar .menu-confirm-box{background:color-mix(in srgb, var(--danger) 8%, var(--surface) 92%)!important;border:1px solid color-mix(in srgb, var(--danger) 20%, transparent)!important;border-radius:15px!important;margin-top:6px!important;padding:12px!important}.sidebar .chat-project-submenu{z-index:8010!important;width:250px!important;top:92px!important;left:calc(100% + 10px)!important}.theme-light .sidebar .gpt-menu,.theme-light .sidebar .project-menu,.theme-light .sidebar .chat-menu{background:#fff!important;border-color:#0d0d0d1f!important;box-shadow:0 24px 72px #0f172a2e!important}.sidebar{z-index:2000!important;overflow:visible!important}.sidebar-top{overflow:visible auto!important}.profile-row{z-index:4!important;position:relative!important}.sidebar .gpt-menu,.sidebar .project-menu,.sidebar .chat-menu{z-index:99999!important;background:color-mix(in srgb, var(--surface) 98%, #000 2%)!important;border:1px solid color-mix(in srgb, var(--text) 18%, transparent)!important;-webkit-backdrop-filter:blur(24px)!important;backdrop-filter:blur(24px)!important;border-radius:17px!important;width:238px!important;min-width:238px!important;max-width:238px!important;max-height:min(410px,100vh - 32px)!important;margin:0!important;padding:8px!important;animation:.12s both menuIn!important;position:fixed!important;right:auto!important;overflow:hidden auto!important;transform:none!important;box-shadow:0 26px 86px #0000008f,inset 0 0 0 1px #ffffff09!important}.sidebar .gpt-menu:before,.sidebar .project-menu:before,.sidebar .chat-menu:before{content:none!important}.sidebar .gpt-menu button,.sidebar .project-menu button,.sidebar .chat-menu button{white-space:nowrap!important;text-overflow:ellipsis!important;border-radius:12px!important;width:100%!important;height:auto!important;min-height:40px!important;padding:0 12px!important;font-size:13.5px!important;font-weight:670!important;overflow:hidden!important}.sidebar .gpt-menu button:hover,.sidebar .project-menu button:hover,.sidebar .chat-menu button:hover{background:color-mix(in srgb, var(--surface-hover) 88%, #7c5cff 10%)!important}.sidebar .gpt-menu button.danger,.sidebar .project-menu button.danger,.sidebar .chat-menu button.danger{color:var(--danger)!important;background:color-mix(in srgb, var(--danger) 10%, transparent)!important}.lucy-app.sidebar-collapsed .sidebar,.lucy-app.sidebar-collapsed .profile-row,.lucy-app.sidebar-collapsed .sidebar-top{visibility:hidden!important;opacity:0!important}.lucy-app.sidebar-collapsed .mobile-menu{visibility:visible!important;opacity:1!important}.empty-state .hero-brand{width:min(980px,94%)!important;margin:0!important;top:10.5%!important;transform:translate(-50%)!important}.empty-state .hero-logo{letter-spacing:-.045em!important;color:var(--text)!important;font-size:clamp(84px,8.4vw,154px)!important;font-weight:950!important;line-height:.9!important}.empty-state .hero-motto{letter-spacing:.11em!important;color:color-mix(in srgb, var(--text) 92%, var(--muted))!important;margin-top:28px!important;font-size:clamp(28px,2.7vw,48px)!important;font-weight:850!important;line-height:1!important}.hero-creator{letter-spacing:.055em!important;color:color-mix(in srgb, var(--text) 76%, var(--muted))!important;margin-top:20px!important;font-size:clamp(17px,1.35vw,25px)!important;font-weight:520!important}.empty-state h1{letter-spacing:.065em!important;width:min(980px,92%)!important;color:color-mix(in srgb, var(--text) 96%, var(--muted))!important;font-size:clamp(26px,2.25vw,42px)!important;font-weight:850!important;top:auto!important;bottom:185px!important}.composer-active-mode{border:1px solid color-mix(in srgb, #7c5cff 35%, var(--border))!important;background:color-mix(in srgb, var(--surface) 86%, #7c5cff 12%)!important;min-width:112px!important;max-width:156px!important;height:38px!important;color:color-mix(in srgb, var(--text) 96%, #7c5cff 18%)!important;white-space:nowrap!important;text-overflow:ellipsis!important;border-radius:999px!important;justify-content:center!important;align-self:flex-end!important;align-items:center!important;padding:0 12px!important;font-size:14px!important;font-weight:720!important;display:inline-flex!important;overflow:hidden!important}.composer-voice,.send{flex:0 0 46px!important;width:46px!important;height:46px!important;box-shadow:0 10px 34px #00000042!important}.composer-voice{border-color:color-mix(in srgb, var(--text) 22%, transparent)!important;background:color-mix(in srgb, var(--surface) 92%, var(--text) 5%)!important;font-size:20px!important}.composer-voice:hover:not(:disabled){background:color-mix(in srgb, #7c5cff 20%, var(--surface) 80%)!important;border-color:#7c5cff7a!important}.send{color:#111!important;background:#f5f2ff!important;font-size:21px!important}.theme-light .send{color:#fff!important;background:#111!important}.lucy-exporter{max-width:720px!important}.sidebar-floating-layer{pointer-events:none;z-index:12000;position:fixed;inset:0}.sidebar-floating-menu{background:color-mix(in srgb, var(--surface) 97%, #000 3%);max-width:calc(100vw - 28px);color:var(--text);border:1px solid color-mix(in srgb, var(--text) 16%, transparent);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);pointer-events:auto;border-radius:18px;padding:10px;animation:.13s both floatingMenuIn;position:fixed;box-shadow:0 28px 80px #00000085,inset 0 1px #ffffff12}.sidebar-floating-menu:before{content:"";background:inherit;border-left:1px solid color-mix(in srgb, var(--text) 16%, transparent);border-bottom:1px solid color-mix(in srgb, var(--text) 16%, transparent);width:13px;height:13px;position:absolute;top:22px;left:-7px;transform:rotate(45deg)}@keyframes floatingMenuIn{0%{opacity:0;transform:translate(-5px)scale(.985)}to{opacity:1;transform:translate(0)scale(1)}}.sidebar-floating-menu button{width:100%;min-height:42px;color:var(--text);cursor:pointer;text-align:left;white-space:nowrap;background:0 0;border-radius:13px;justify-content:space-between;align-items:center;gap:12px;padding:0 13px;font-size:14px;font-weight:680;display:flex}.sidebar-floating-menu button:hover{background:color-mix(in srgb, var(--surface-hover) 92%, var(--text) 6%)}.sidebar-floating-menu button.danger{color:var(--danger);background:color-mix(in srgb, var(--danger) 10%, transparent)}.sidebar-floating-menu button.danger:hover{background:color-mix(in srgb, var(--danger) 18%, transparent)}.floating-confirm{border-radius:15px!important;margin:0!important;padding:12px!important}.floating-confirm strong{margin-bottom:5px;font-size:14px;display:block}.floating-confirm span{color:var(--muted);margin-bottom:10px;font-size:12px;line-height:1.35;display:block}.floating-confirm div{gap:8px;display:flex}.floating-project-submenu{background:color-mix(in srgb, var(--surface) 98%, #000 2%);border:1px solid color-mix(in srgb, var(--text) 15%, transparent);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;width:250px;max-width:calc(100vw - 32px);padding:9px;animation:.13s both floatingMenuIn;position:absolute;top:82px;left:calc(100% + 10px);box-shadow:0 24px 70px #00000075}.floating-project-submenu .chat-project-submenu-title{color:var(--muted);letter-spacing:.02em;padding:8px 10px 6px;font-size:12px;font-weight:750}.floating-project-submenu button.selected{color:var(--text);background:#6d5dfc33}.theme-light .sidebar-floating-menu,.theme-light .floating-project-submenu{background:#fff;border-color:#0000001f;box-shadow:0 24px 70px #0000002e}.sidebar>.gpt-menu,.sidebar>.project-menu,.sidebar>.chat-menu,.gpt-row>.gpt-menu,.project-item>.project-menu,.chat-item>.chat-menu,.chat-item>.delete-popover{display:none!important}.empty-state .hero-logo{letter-spacing:-.035em!important;font-family:Square721 BT,"Square 721 BT",Eurostile,Bank Gothic,Arial Black,ui-sans-serif,sans-serif!important;font-size:clamp(64px,6.3vw,112px)!important;font-weight:900!important;line-height:.92!important}.empty-state .hero-motto{letter-spacing:.105em!important;margin-top:20px!important;font-family:Square721 BT,"Square 721 BT",Eurostile,Bank Gothic,Arial Black,ui-sans-serif,sans-serif!important;font-size:clamp(20px,1.95vw,34px)!important;font-weight:850!important}.empty-state .hero-ready-line,.empty-state h1.hero-ready-line{letter-spacing:-.03em!important;text-align:center!important;width:min(760px,88%)!important;color:color-mix(in srgb, var(--text) 84%, var(--muted))!important;margin:0!important;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif!important;font-size:clamp(18px,1.25vw,26px)!important;font-weight:560!important;position:absolute!important;top:auto!important;bottom:148px!important;left:50%!important;transform:translate(-50%)!important}.exporter-format-popover{min-width:240px!important;position:relative!important}.exporter-format-popover>span{color:var(--muted)!important;font-size:12px!important;font-weight:800!important}.export-format-trigger{border:1px solid color-mix(in srgb, var(--text) 13%, transparent)!important;background:color-mix(in srgb, var(--surface) 92%, #000 5%)!important;width:100%!important;height:38px!important;color:var(--text)!important;cursor:pointer!important;border-radius:999px!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;padding:0 12px!important;display:flex!important;box-shadow:inset 0 1px #ffffff09!important}.export-format-trigger:hover{background:color-mix(in srgb, var(--surface-hover) 88%, #7c5cff 8%)!important;border-color:#7c5cff61!important}.export-format-trigger strong{letter-spacing:.01em!important;font-size:13px!important;font-weight:800!important}.export-format-trigger em{color:var(--muted)!important;font-size:16px!important;font-style:normal!important;line-height:1!important}.export-format-menu{background:color-mix(in srgb, var(--surface) 97%, #000 3%)!important;border:1px solid color-mix(in srgb, var(--text) 16%, transparent)!important;-webkit-backdrop-filter:blur(22px)!important;backdrop-filter:blur(22px)!important;z-index:20000!important;border-radius:18px!important;width:250px!important;max-height:min(430px,100vh - 180px)!important;padding:9px!important;animation:.13s both floatingMenuIn!important;position:absolute!important;bottom:calc(100% + 10px)!important;right:0!important;overflow-y:auto!important;box-shadow:0 28px 80px #00000085,inset 0 1px #fff1!important}.export-format-menu:after{content:"";background:inherit;border-right:1px solid color-mix(in srgb, var(--text) 16%, transparent);border-bottom:1px solid color-mix(in srgb, var(--text) 16%, transparent);width:13px;height:13px;position:absolute;bottom:-7px;right:28px;transform:rotate(45deg)}.export-format-menu button{width:100%!important;min-height:40px!important;color:var(--text)!important;cursor:pointer!important;text-align:left!important;background:0 0!important;border-radius:12px!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;padding:0 12px!important;font-size:13px!important;font-weight:720!important;display:flex!important}.export-format-menu button.selected{color:var(--text)!important;background:#6d5dfc38!important}.export-format-menu button strong{color:#10a37f!important;font-size:13px!important}.theme-light .export-format-trigger{background:#fff!important;border-color:#0000001c!important}@media (height<=760px){.empty-state .hero-brand{top:7.4%!important}.empty-state .hero-logo{font-size:clamp(52px,5.5vw,92px)!important}.empty-state .hero-motto{margin-top:14px!important;font-size:clamp(17px,1.7vw,28px)!important}.empty-state .hero-ready-line,.empty-state h1.hero-ready-line{bottom:134px!important}}.empty-state .hero-brand{text-align:center!important;z-index:6!important;width:min(820px,92%)!important;top:10.2%!important;left:50%!important;transform:translate(-50%)!important}.empty-state .hero-logo{text-align:center!important;font-size:clamp(58px,5.8vw,104px)!important}.empty-state .hero-motto{text-align:center!important;font-size:clamp(18px,1.78vw,30px)!important}.empty-state .hero-creator{text-align:center!important}.empty-state .hero-ready-line,.empty-state h1.hero-ready-line{visibility:visible!important;opacity:1!important;z-index:16!important;text-align:center!important;letter-spacing:-.02em!important;width:min(720px,88%)!important;color:color-mix(in srgb, var(--text) 82%, var(--muted))!important;pointer-events:none!important;margin:0!important;font-size:clamp(18px,1.18vw,23px)!important;font-weight:560!important;line-height:1.25!important;display:block!important;position:absolute!important;top:auto!important;bottom:244px!important;left:50%!important;transform:translate(-50%)!important}.exporter-format-popover{min-width:220px!important;height:auto!important;padding:0!important;position:relative!important;overflow:visible!important}.exporter-format-popover>span{display:none!important}.export-format-trigger{min-width:220px!important;height:38px!important}.export-format-menu{background:color-mix(in srgb, var(--surface) 98%, #000 2%)!important;border:1px solid color-mix(in srgb, var(--text) 16%, transparent)!important;-webkit-backdrop-filter:blur(22px)!important;backdrop-filter:blur(22px)!important;z-index:50000!important;border-radius:17px!important;gap:3px!important;width:224px!important;max-height:378px!important;padding:8px!important;display:grid!important;position:absolute!important;bottom:calc(100% + 9px)!important;right:0!important;overflow:hidden auto!important;box-shadow:0 26px 74px #0000008a,inset 0 1px #ffffff0f!important}.export-format-menu::-webkit-scrollbar{width:8px!important}.export-format-menu::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 42%, transparent)!important;background-clip:content-box!important;border:2px solid #0000!important;border-radius:999px!important}.export-format-menu button{width:100%!important;height:32px!important;min-height:32px!important;color:var(--text)!important;cursor:pointer!important;background:0 0!important;border-radius:11px!important;justify-content:space-between!important;align-items:center!important;gap:10px!important;padding:0 10px!important;font-size:13px!important;font-weight:680!important;line-height:1!important;display:flex!important}.export-format-menu button span{min-width:0!important;color:var(--text)!important;opacity:1!important;visibility:visible!important;white-space:nowrap!important;align-items:center!important;display:inline-flex!important}.export-format-menu button strong{color:#10a37f!important;flex:none!important;font-size:13px!important;display:inline-flex!important}.export-format-menu button:hover{background:color-mix(in srgb, var(--surface-hover) 90%, #7c5cff 8%)!important}.theme-light .export-format-menu{background:#fff!important;border-color:#0000001f!important;box-shadow:0 24px 66px #0f172a2e!important}@media (height<=760px){.empty-state .hero-ready-line,.empty-state h1.hero-ready-line{bottom:224px!important}.export-format-menu{max-height:326px!important}}.empty-state .hero-brand{width:min(780px,90%)!important;top:8.8%!important}.empty-state .hero-logo{letter-spacing:-.028em!important;font-size:clamp(54px,5.1vw,94px)!important;line-height:.95!important}.empty-state .hero-motto{letter-spacing:.095em!important;margin-top:16px!important;font-size:clamp(17px,1.55vw,27px)!important}.empty-state .hero-creator{letter-spacing:.045em!important;margin-top:12px!important;font-size:clamp(13px,.9vw,17px)!important}.empty-state .hero-ready-line,.empty-state h1.hero-ready-line{color:color-mix(in srgb, var(--text) 78%, var(--muted))!important;text-shadow:0 12px 38px #00000057!important;font-size:clamp(17px,1.02vw,21px)!important;font-weight:580!important;bottom:232px!important}.exporter-format-popover{isolation:isolate!important;min-width:200px!important;max-width:230px!important}.export-format-trigger{background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 94%, #fff 2%), color-mix(in srgb, var(--surface) 86%, #000 8%))!important;border-radius:999px!important;min-width:200px!important;height:36px!important;padding:0 13px!important}.export-format-menu{background:color-mix(in srgb, var(--surface) 97%, #101010 3%)!important;border:1px solid color-mix(in srgb, var(--text) 14%, transparent)!important;overscroll-behavior:contain!important;border-radius:18px!important;width:218px!important;max-height:342px!important;padding:8px!important;bottom:calc(100% + 12px)!important;left:0!important;right:auto!important;box-shadow:0 24px 74px #0000007a,inset 0 1px #ffffff0e!important}.export-format-menu:after{bottom:-7px!important;left:34px!important;right:auto!important}.export-format-menu button{letter-spacing:-.01em!important;border-radius:12px!important;height:34px!important;min-height:34px!important;padding:0 11px!important;font-size:13px!important;font-weight:720!important}.export-format-menu button.selected{background:linear-gradient(90deg,#7c5cff3d,#10a37f1a)!important}.composer select,.composer .model-select,.composer input[type=number]{appearance:none!important;opacity:0!important;pointer-events:none!important;border:0!important;width:0!important;min-width:0!important;max-width:0!important;height:0!important;margin:0!important;padding:0!important;display:none!important}.composer input::-webkit-outer-spin-button{appearance:none!important;opacity:0!important;pointer-events:none!important;border:0!important;width:0!important;min-width:0!important;max-width:0!important;height:0!important;margin:0!important;padding:0!important;display:none!important}.composer input::-webkit-inner-spin-button{appearance:none!important;opacity:0!important;pointer-events:none!important;border:0!important;width:0!important;min-width:0!important;max-width:0!important;height:0!important;margin:0!important;padding:0!important;display:none!important}.composer-active-mode{min-width:126px!important;padding:0 18px!important;box-shadow:inset 0 1px #ffffff0f,0 10px 28px #7c5cff1f!important}@media (height<=760px){.empty-state .hero-brand{top:7.2%!important}.empty-state .hero-ready-line,.empty-state h1.hero-ready-line{bottom:212px!important}.export-format-menu{max-height:300px!important}}.empty-state .hero-brand{top:9.4%!important}.empty-state .hero-logo{font-size:clamp(54px,5.35vw,92px)!important;line-height:.95!important}.empty-state .hero-motto{margin-top:22px!important;font-size:clamp(17px,1.55vw,26px)!important;line-height:1.08!important}.empty-state .hero-creator{margin-top:18px!important;font-size:clamp(13px,1.02vw,18px)!important;line-height:1.2!important}.empty-state .hero-ready-line,.empty-state h1.hero-ready-line{letter-spacing:-.018em!important;width:min(760px,86%)!important;color:color-mix(in srgb, var(--text) 86%, var(--muted))!important;text-shadow:0 1px 18px #00000047!important;font-size:clamp(18px,1.12vw,22px)!important;font-weight:600!important;line-height:1.25!important;bottom:318px!important}.empty-state .center-composer{width:min(980px, calc(100vw - var(--sidebar-width) - 140px))!important;z-index:15!important;position:absolute!important;bottom:56px!important;left:50%!important;transform:translate(-50%)!important}.lucy-app.sidebar-collapsed .empty-state .center-composer{width:min(980px,100vw - 140px)!important}.empty-state .lucy-exporter{margin-bottom:18px!important}.empty-state .export-format-menu{max-height:320px!important;bottom:calc(100% + 12px)!important}.mode-pill-inline,.composer-mode-pill,.active-mode-pill{margin-right:8px!important;transform:none!important}.composer .voice-record-button,.composer .send{align-self:center!important}@media (height<=760px){.empty-state .hero-brand{top:6.5%!important}.empty-state .hero-logo{font-size:clamp(42px,4.8vw,72px)!important}.empty-state .hero-motto{margin-top:14px!important;font-size:clamp(15px,1.35vw,22px)!important}.empty-state .hero-ready-line,.empty-state h1.hero-ready-line{bottom:286px!important}.empty-state .center-composer{bottom:38px!important}}.lucy-settings-overlay{z-index:5000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#00000085;place-items:center;padding:34px;animation:.15s both lucySettingsFade;display:grid;position:fixed;inset:0}.lucy-settings-modal{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 97%, #000 3%);width:min(1080px,100vw - 68px);height:min(730px,100vh - 68px);color:var(--text);border-radius:28px;grid-template-columns:270px 1fr;animation:.17s both lucySettingsIn;display:grid;overflow:hidden;box-shadow:0 34px 120px #00000085,inset 0 1px #ffffff0d}.theme-light .lucy-settings-modal{background:#fff;box-shadow:0 34px 120px #0000002e}.lucy-settings-sidebar{border-right:1px solid var(--border-soft);background:color-mix(in srgb, var(--sidebar) 82%, var(--surface) 18%);flex-direction:column;gap:5px;min-width:0;padding:22px 14px;display:flex;overflow-y:auto}.theme-light .lucy-settings-sidebar{background:#f7f7f7}.lucy-settings-brand{align-items:center;gap:12px;margin-bottom:8px;padding:4px 8px 18px;display:flex}.lucy-settings-mark{color:#fff;background:linear-gradient(135deg,#7c6cff,#e85b70);border-radius:14px;place-items:center;width:38px;height:38px;font-weight:900;display:grid;box-shadow:0 12px 26px #7c6cff38}.lucy-settings-brand strong{letter-spacing:-.02em;font-size:15px;font-weight:800;display:block}.lucy-settings-brand span{color:var(--muted);margin-top:2px;font-size:12px;display:block}.lucy-settings-nav{width:100%;height:43px;color:var(--muted);cursor:pointer;text-align:left;background:0 0;border-radius:13px;align-items:center;gap:11px;padding:0 12px;transition:background .14s,color .14s,transform .14s;display:flex}.lucy-settings-nav span{justify-content:center;width:20px;font-size:15px;display:inline-flex}.lucy-settings-nav strong{letter-spacing:-.012em;font-size:14px;font-weight:620}.lucy-settings-nav:hover{background:var(--sidebar-hover);color:var(--text)}.lucy-settings-nav.active{background:color-mix(in srgb, #7c6cff 20%, var(--surface) 80%);color:var(--text)}.theme-light .lucy-settings-nav.active{background:#ece9ff}.lucy-settings-content{min-width:0;padding:28px 40px 40px;overflow-y:auto}.lucy-settings-header{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:flex-start;gap:20px;min-height:72px;margin-bottom:8px;padding-bottom:22px;display:flex}.lucy-settings-header h2{color:var(--text);letter-spacing:-.045em;margin:0;font-size:28px;font-weight:720;line-height:1.1}.lucy-settings-header p{color:var(--muted);margin:8px 0 0;font-size:14px;line-height:1.45}.lucy-settings-close{width:38px;height:38px;color:var(--muted);cursor:pointer;background:0 0;border-radius:12px;place-items:center;font-size:28px;line-height:1;display:grid}.lucy-settings-close:hover{background:var(--surface-hover);color:var(--text)}.lucy-settings-section{gap:0;display:grid}.lucy-setting-row{border-bottom:1px solid var(--border-soft);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;min-height:86px;display:grid}.lucy-setting-row strong,.lucy-api-card strong{color:var(--text);letter-spacing:-.014em;font-size:15px;font-weight:680;display:block}.lucy-setting-row span,.lucy-api-card span{color:var(--muted);margin-top:5px;font-size:13px;line-height:1.42;display:block}.lucy-segment{border:1px solid var(--border);background:color-mix(in srgb, var(--surface-soft) 88%, transparent);border-radius:999px;align-items:center;gap:5px;padding:4px;display:inline-flex}.lucy-segment button,.lucy-setting-pill,.lucy-api-card button{height:34px;color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:999px;padding:0 13px;font-size:13px;font-weight:620}.lucy-segment button:hover,.lucy-setting-pill:hover,.lucy-api-card button:hover{background:var(--surface-hover);color:var(--text)}.lucy-segment button.active,.lucy-setting-pill.active{background:color-mix(in srgb, #7c6cff 24%, var(--surface) 76%);color:var(--text);border-color:#7c6cff94}.theme-light .lucy-segment button.active,.theme-light .lucy-setting-pill.active{background:#ece9ff;border-color:#c6bcff}.lucy-setting-pill{border-color:var(--border);background:color-mix(in srgb, var(--surface) 92%, transparent)}.lucy-api-card{border:1px solid var(--border);background:color-mix(in srgb, var(--surface-soft) 74%, transparent);border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;min-height:84px;margin-top:14px;padding:17px 18px;display:grid}.lucy-api-card button{border-color:var(--border);background:var(--surface);color:var(--text);min-width:82px}@keyframes lucySettingsFade{0%{opacity:0}to{opacity:1}}@keyframes lucySettingsIn{0%{opacity:0;transform:translateY(10px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=860px){.lucy-settings-overlay{padding:14px}.lucy-settings-modal{grid-template-columns:1fr;width:calc(100vw - 28px);height:calc(100vh - 28px)}.lucy-settings-sidebar{border-right:0;border-bottom:1px solid var(--border-soft);flex-direction:row;align-items:center;padding:12px;overflow:auto hidden}.lucy-settings-brand{flex:none;margin:0;padding:0 10px 0 0}.lucy-settings-nav{flex:none;width:auto;padding:0 13px}.lucy-settings-content{padding:22px 20px 30px}.lucy-setting-row,.lucy-api-card{grid-template-columns:1fr;align-items:start;padding:18px 0}}.lucy-app{--lucy-midnight:#07111f;--lucy-midnight-2:#0b1930;--lucy-ice:#dff5ff;--lucy-violet:#7c6cff;--lucy-soft-violet:#a79bff;--lucy-glow:#7dc7ff42}.profile-settings-button{background:radial-gradient(circle at 33% 24%, #ffffff29, transparent 34%), linear-gradient(145deg, var(--lucy-midnight), var(--lucy-midnight-2) 54%, #111b35)!important;color:#fff!important;border:1px solid #dff5ff2e!important;font-size:16px!important;line-height:1!important;box-shadow:0 14px 34px #0000005c,inset 0 0 0 1px #ffffff09,0 0 24px #7c6cff2e!important}.profile-settings-button:hover{transform:translateY(-1px)scale(1.03)!important;box-shadow:0 18px 42px #0000006b,inset 0 0 0 1px #dff5ff1f,0 0 28px #7dc7ff3d!important}.lucy-profile-menu{z-index:100000;border:1px solid color-mix(in srgb, var(--text) 14%, transparent);background:color-mix(in srgb, var(--surface) 96%, #000 4%);width:314px;color:var(--text);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:22px;padding:12px;animation:.13s both menuIn;position:absolute;bottom:76px;left:12px;box-shadow:0 28px 90px #0000008f,inset 0 0 0 1px #ffffff09}.theme-light .lucy-profile-menu{background:#fff;border-color:#0d0d0d1c;box-shadow:0 28px 90px #0f172a2e}.lucy-profile-menu-head{align-items:center;gap:11px;padding:4px 4px 12px;display:flex}.lucy-profile-menu-logo,.lucy-settings-mark{text-shadow:0 0 14px #ffffff3d;color:#fff!important;background:radial-gradient(circle at 32% 22%,#ffffff2e,#0000 34%),linear-gradient(145deg,#06101f 0%,#0b1930 52%,#17264a 100%)!important;border:1px solid #dff5ff33!important;box-shadow:0 14px 32px #00000057,inset 0 0 0 1px #ffffff0b,0 0 30px #7dc7ff2e!important}.lucy-profile-menu-logo{border-radius:14px;flex:0 0 38px;place-items:center;width:38px;height:38px;font-size:16px;display:grid}.lucy-settings-mark{font-size:17px!important}.lucy-profile-menu-head strong{color:var(--text);letter-spacing:-.025em;font-size:15px;font-weight:820;display:block}.lucy-profile-menu-head span{color:var(--muted);margin-top:2px;font-size:12px;display:block}.lucy-profile-menu-primary{background:color-mix(in srgb, var(--lucy-violet) 18%, var(--surface) 82%);width:100%;height:42px;color:var(--text);cursor:pointer;text-align:left;border:1px solid color-mix(in srgb, var(--lucy-violet) 26%, transparent);border-radius:14px;align-items:center;gap:10px;padding:0 12px;display:flex}.lucy-profile-menu-primary:hover{background:color-mix(in srgb, var(--lucy-violet) 26%, var(--surface) 74%)}.lucy-profile-menu-primary strong{font-size:14px;font-weight:720}.lucy-profile-menu-divider{background:var(--border-soft);height:1px;margin:12px 2px}.lucy-profile-quick-row{grid-template-columns:72px 1fr;align-items:center;gap:10px;padding:6px 2px;display:grid}.lucy-profile-quick-row.stack{grid-template-columns:1fr;gap:8px}.lucy-profile-quick-row>span{color:var(--muted);font-size:12px;font-weight:720}.lucy-profile-segment{border:1px solid var(--border);background:color-mix(in srgb, var(--surface-soft) 88%, transparent);border-radius:999px;align-items:center;gap:4px;min-width:0;padding:4px;display:inline-flex}.lucy-profile-segment.wide{width:100%}.lucy-profile-segment button{min-width:0;height:30px;color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;flex:1;padding:0 9px;font-size:12px;font-weight:680}.lucy-profile-segment button:hover{background:var(--surface-hover);color:var(--text)}.lucy-profile-segment button.active{background:color-mix(in srgb, var(--lucy-violet) 24%, var(--surface) 76%);color:var(--text);box-shadow:0 0 0 1px color-mix(in srgb, var(--lucy-violet) 42%, transparent) inset}.theme-light .lucy-profile-segment button.active,.theme-light .lucy-profile-menu-primary,.theme-light .lucy-settings-nav.active,.theme-light .lucy-segment button.active,.theme-light .lucy-setting-pill.active{background:#ece9ff!important;border-color:#c6bcff!important}.lucy-settings-modal{border-color:#dff5ff1f!important;box-shadow:0 34px 120px #0000008a,0 0 80px #08172e42,inset 0 1px #ffffff0d!important}.lucy-settings-nav.active,.lucy-segment button.active,.lucy-setting-pill.active{background:color-mix(in srgb, var(--lucy-violet) 20%, var(--surface) 80%)!important;border-color:color-mix(in srgb, var(--lucy-violet) 48%, transparent)!important}@media (width<=920px){.lucy-profile-menu{width:min(314px,100vw - 34px);left:10px}}.sidebar-action,.section-label,.sidebar-search{border:1px solid color-mix(in srgb, var(--text) 10%, transparent)!important;background:color-mix(in srgb, var(--sidebar-hover) 46%, transparent)!important;min-height:46px!important;color:var(--text)!important;border-radius:15px!important;margin:6px 0!important;box-shadow:inset 0 1px #ffffff07!important}.sidebar-action:first-of-type,.section-label:first-of-type,.project-section-label,.projects-label,.section-label.project-section-label,.chats-label,.section-label.chats-label,.lucy-work-action{background:color-mix(in srgb, var(--sidebar-hover) 46%, transparent)!important;border-color:color-mix(in srgb, var(--text) 10%, transparent)!important;box-shadow:inset 0 1px #ffffff07!important}.sidebar-action:hover,.section-label:hover,.sidebar-search:hover,.sidebar-search:focus-within{background:color-mix(in srgb, var(--sidebar-hover) 78%, transparent)!important;border-color:#89b8ff47!important;box-shadow:inset 0 1px #ffffff0b,0 10px 28px #1d4ed814!important}.sidebar-action.active,.section-label.active,.sidebar-action:focus-visible,.section-label:focus-visible{color:#fff!important;background:radial-gradient(circle at 18% 20%,#8b5cf638,#0000 40%),linear-gradient(135deg,#081c40eb,#232756d1)!important;border-color:#60a5fa75!important;box-shadow:inset 0 1px #ffffff14,0 12px 34px #1e40af2e!important}.sidebar-action.active .sidebar-icon,.section-label.active span,.section-label.active strong{color:#fff!important}.sidebar-icon{color:color-mix(in srgb, var(--muted) 86%, #8fb8ff 14%)!important}.section-label span,.sidebar-action span:last-child{color:inherit!important;font-size:16px!important;font-weight:740!important}.section-label strong{color:color-mix(in srgb, var(--text) 70%, transparent)!important}.theme-light .sidebar-action,.theme-light .section-label,.theme-light .sidebar-search,.theme-light .sidebar-action:first-of-type,.theme-light .section-label:first-of-type,.theme-light .project-section-label,.theme-light .projects-label,.theme-light .section-label.project-section-label,.theme-light .chats-label,.theme-light .section-label.chats-label,.theme-light .lucy-work-action{color:#111827!important;background:#fff!important;border-color:#0f172a1a!important;box-shadow:0 8px 20px #0f172a0b!important}.theme-light .sidebar-action:hover,.theme-light .section-label:hover,.theme-light .sidebar-search:hover,.theme-light .sidebar-search:focus-within{background:#f7f9ff!important;border-color:#2563eb38!important}.theme-light .sidebar-action.active,.theme-light .section-label.active,.theme-light .sidebar-action:focus-visible,.theme-light .section-label:focus-visible{color:#0f172a!important;background:radial-gradient(circle at 18% 20%,#7c5cff29,#0000 40%),linear-gradient(135deg,#eef5ff,#f3f0ff)!important;border-color:#2563eb57!important;box-shadow:0 12px 30px #2563eb1a!important}.theme-light .sidebar-action.active .sidebar-icon,.theme-light .section-label.active span,.theme-light .section-label.active strong{color:#0f172a!important}.bottom-composer,.bottom-composer .composer-wrap,.center-composer,.center-composer .composer-wrap,.composer-wrap,.lucy-exporter,.lucy-exporter-topline,.export-format-select,.exporter-format-popover{overflow:visible!important}.lucy-exporter{z-index:80!important;position:relative!important}.exporter-format-popover{z-index:120!important;position:relative!important}.export-format-trigger{z-index:121!important;position:relative!important}.export-format-menu{z-index:99999!important;pointer-events:auto!important;opacity:1!important;visibility:visible!important;display:grid!important;position:absolute!important;inset:auto auto calc(100% + 12px) 0!important}.main:has(.lucy-exporter) .bottom-composer{z-index:90!important}.global-search-backdrop{z-index:9500!important;-webkit-backdrop-filter:blur(18px)saturate(115%)!important;isolation:isolate!important;background:#0000009e!important;place-items:center!important;padding:clamp(18px,4vh,42px)!important;display:grid!important;position:fixed!important;inset:0!important}.global-search-panel{z-index:9501!important;border-radius:28px!important;width:min(1040px,100vw - 84px)!important;max-height:min(760px,100vh - 84px)!important;margin:0 auto!important;position:relative!important;overflow:hidden!important;box-shadow:0 36px 140px #00000094,inset 0 1px #ffffff0e!important}.global-search-top{padding:24px 28px 18px!important}.global-search-top h2{font-size:27px!important}.global-search-stats div{min-height:58px!important}.global-search-empty{place-items:center!important;min-height:116px!important;display:grid!important}.global-search-results{overscroll-behavior:contain!important;min-height:0!important;overflow-y:auto!important}.sidebar,.topbar,.bottom-composer,.profile-menu,.lucy-settings-overlay{isolation:auto}@media (width>=921px){.lucy-app:not(.sidebar-collapsed) .global-search-panel{width:min(1040px, calc(100vw - var(--sidebar-width) - 92px))!important}}@media (width<=760px){.global-search-backdrop{padding:12px!important}.global-search-panel{border-radius:22px!important;width:calc(100vw - 24px)!important;max-height:calc(100vh - 24px)!important}}.main{isolation:isolate!important}.global-search-backdrop{z-index:780!important;-webkit-backdrop-filter:blur(18px)saturate(115%)!important;background:#00000094!important;place-items:center!important;padding:clamp(18px,4vh,42px)!important;display:grid!important;position:absolute!important;inset:0!important}.global-search-panel{z-index:781!important;width:min(1040px,100% - 56px)!important;max-height:min(760px,100% - 56px)!important;margin:0!important;position:relative!important}.project-overlay{z-index:760!important;-webkit-backdrop-filter:blur(18px)saturate(112%)!important;background:#0000008f!important;place-items:center!important;padding:clamp(18px,4vh,34px)!important;display:grid!important;position:absolute!important;inset:0!important}.project-builder{z-index:761!important;width:min(1180px,100% - 44px)!important;max-width:1180px!important;height:min(820px,100% - 44px)!important;margin:0!important;position:relative!important}.lucy-work-action.active{background:radial-gradient(circle at 16% 18%,#3b82f647,#0000 42%),linear-gradient(135deg,#05122af5,#0d2349e0)!important;border-color:#60a5fa8a!important;box-shadow:inset 0 1px #ffffff14,0 13px 34px #2563eb33!important}.projects-label.active,.section-label.projects-label.active,.project-section-label.active{background:radial-gradient(circle at 16% 18%,#a855f747,#0000 42%),linear-gradient(135deg,#16103af5,#32235ee0)!important;border-color:#a78bfa8f!important;box-shadow:inset 0 1px #ffffff14,0 13px 34px #7c3aed30!important}.chats-label.active,.section-label.chats-label.active{background:radial-gradient(circle at 16% 18%,#2dd4bf2e,#0000 42%),linear-gradient(135deg,#061c2af5,#122c46e0)!important;border-color:#2dd4bf57!important}.gpt-menu-open .section-label,.section-label.academy-label.active{background:radial-gradient(circle at 16% 18%,#818cf838,#0000 42%),linear-gradient(135deg,#0d1230f5,#272658e0)!important}.sidebar-action:not(.active),.section-label:not(.active),.sidebar-search:not(:focus-within){background:color-mix(in srgb, var(--sidebar-hover) 46%, transparent)!important;border-color:color-mix(in srgb, var(--text) 10%, transparent)!important}.project-builder,.global-search-panel{overflow:hidden!important}.project-detail-board,.project-directory,.global-search-results{overscroll-behavior:contain!important}.theme-light .global-search-backdrop,.theme-light .project-overlay{background:#0f172a38!important}.theme-light .lucy-work-action.active{color:#0f172a!important;background:linear-gradient(135deg,#eaf3ff,#eef6ff)!important;border-color:#2563eb57!important}.theme-light .projects-label.active,.theme-light .section-label.projects-label.active,.theme-light .project-section-label.active{color:#0f172a!important;background:linear-gradient(135deg,#f1edff,#f8f5ff)!important;border-color:#7c3aed4d!important}.theme-light .chats-label.active,.theme-light .section-label.chats-label.active{color:#0f172a!important;background:linear-gradient(135deg,#ecfeff,#f0fdfa)!important;border-color:#14b8a63d!important}@media (width<=760px){.global-search-backdrop,.project-overlay{padding:12px!important}.global-search-panel,.project-builder{border-radius:22px!important;width:calc(100% - 24px)!important;height:auto!important;max-height:calc(100% - 24px)!important}}.main .project-overlay{z-index:770!important;-webkit-backdrop-filter:blur(18px)saturate(112%)!important;background:#0000008a!important;place-items:center!important;padding:20px 24px!important;display:grid!important;position:absolute!important;inset:0!important;overflow:hidden!important}.main .project-builder{z-index:771!important;border:1px solid color-mix(in srgb, var(--text) 12%, transparent)!important;background:radial-gradient(circle at 4% 0%, #60a5fa1c, transparent 29%), radial-gradient(circle at 82% 10%, #7c5cff21, transparent 30%), color-mix(in srgb, var(--surface) 97%, #000 3%)!important;border-radius:30px!important;flex-direction:column!important;width:min(1460px,100% - 26px)!important;max-width:none!important;height:min(880px,100% - 26px)!important;max-height:calc(100% - 26px)!important;margin:0!important;display:flex!important;position:relative!important;overflow:hidden!important;box-shadow:0 34px 130px #0000008a,inset 0 1px #ffffff0e!important}.theme-light .main .project-builder{background:radial-gradient(circle at 4% 0,#2563eb12,#0000 29%),radial-gradient(circle at 82% 10%,#7c3aed12,#0000 30%),#fff!important;box-shadow:0 34px 110px #0f172a33!important}.project-builder-head{flex:none!important;min-height:116px!important;padding:26px 30px 20px!important}.project-kpi-row{flex:none!important;grid-template-columns:repeat(3,minmax(160px,1fr)) minmax(170px,210px)!important;padding:18px 30px!important}.work-launch-card{flex:none!important;margin:18px 30px!important}.project-builder-grid{border-top:1px solid var(--border-soft)!important;flex:auto!important;grid-template-columns:minmax(320px,380px) minmax(0,1fr)!important;height:auto!important;min-height:0!important;display:grid!important;overflow:hidden!important}.project-directory,.project-detail-board{overscroll-behavior:contain!important;scrollbar-width:thin!important;scrollbar-color:color-mix(in srgb, var(--muted) 52%, transparent) transparent!important;height:100%!important;min-height:0!important;overflow:hidden auto!important}.project-detail-board{padding:24px 26px 30px!important}.project-directory{border-right:1px solid var(--border-soft)!important;background:color-mix(in srgb, var(--sidebar) 58%, transparent)!important;padding:20px!important}.project-directory::-webkit-scrollbar{width:13px!important}.project-detail-board::-webkit-scrollbar{width:13px!important}.project-file-list.pro::-webkit-scrollbar{width:13px!important}.project-chat-list.pro::-webkit-scrollbar{width:13px!important}.project-directory::-webkit-scrollbar-track{background:0 0!important}.project-detail-board::-webkit-scrollbar-track{background:0 0!important}.project-file-list.pro::-webkit-scrollbar-track{background:0 0!important}.project-chat-list.pro::-webkit-scrollbar-track{background:0 0!important}.project-directory::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 52%, transparent)!important;background-clip:content-box!important;border:4px solid #0000!important;border-radius:999px!important}.project-detail-board::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 52%, transparent)!important;background-clip:content-box!important;border:4px solid #0000!important;border-radius:999px!important}.project-file-list.pro::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 52%, transparent)!important;background-clip:content-box!important;border:4px solid #0000!important;border-radius:999px!important}.project-chat-list.pro::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 52%, transparent)!important;background-clip:content-box!important;border:4px solid #0000!important;border-radius:999px!important}.project-directory::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--text) 50%, transparent)!important;background-clip:content-box!important}.project-detail-board::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--text) 50%, transparent)!important;background-clip:content-box!important}.project-file-list.pro::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--text) 50%, transparent)!important;background-clip:content-box!important}.project-chat-list.pro::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--text) 50%, transparent)!important;background-clip:content-box!important}.project-directory-title{z-index:4!important;background:linear-gradient(180deg, color-mix(in srgb, var(--sidebar) 96%, transparent), color-mix(in srgb, var(--sidebar) 76%, transparent), transparent)!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;margin:0 0 14px!important;padding:0 0 12px!important;position:sticky!important;top:0!important}.project-directory-card{border:1px solid color-mix(in srgb, var(--text) 8%, transparent)!important;background:color-mix(in srgb, var(--surface) 50%, transparent)!important;box-shadow:none!important;border-radius:20px!important;position:relative!important;overflow:visible!important}.project-directory-card+.project-directory-card{margin-top:10px!important}.project-directory-card:hover{border-color:color-mix(in srgb, #60a5fa 26%, var(--border))!important;background:color-mix(in srgb, var(--surface-hover) 78%, transparent)!important}.project-directory-card.active{background:radial-gradient(circle at 0% 10%, #7c6cff29, transparent 42%), color-mix(in srgb, var(--surface-hover) 82%, transparent)!important;border-color:#7c6cff94!important;box-shadow:inset 4px 0 #7c6cff,0 18px 42px #5344ff24!important}.project-directory-main{min-height:68px!important;padding:12px 50px 12px 13px!important}.project-folder-icon{color:#a8c7ff!important;background:linear-gradient(135deg,#60a5fa38,#7c5cff33)!important;border-radius:15px!important;width:40px!important;height:40px!important}.project-directory-name strong{font-size:14px!important;font-weight:780!important}.project-directory-name small{font-size:12px!important}.project-directory-chats{border-top:1px solid color-mix(in srgb, var(--text) 7%, transparent)!important;margin:0 10px 13px 56px!important;padding:8px 0 0!important}.project-mini-chat{background:0 0!important;border-radius:12px!important;min-height:39px!important}.project-mini-chat:hover,.project-mini-chat.active{background:color-mix(in srgb, #7c6cff 12%, var(--surface) 58%)!important;color:var(--text)!important}.project-mini-chat.active{box-shadow:inset 3px 0 #60a5fa!important}.project-detail-hero{background:radial-gradient(circle at 6% 6%, #60a5fa29, transparent 38%), radial-gradient(circle at 100% 0%, #7c5cff2e, transparent 34%), color-mix(in srgb, var(--surface-soft) 80%, transparent)!important;border-radius:26px!important;min-height:144px!important}.project-editor-grid,.project-content-columns{gap:16px!important}.project-content-card,.project-field-card{background:color-mix(in srgb, var(--surface-soft) 72%, transparent)!important;border-radius:22px!important}.project-file-list.pro,.project-chat-list.pro{max-height:320px!important;padding-right:6px!important;overflow:visible auto!important}.project-chat-row.pro{border-radius:17px!important;min-height:66px!important}.project-chat-row.pro:hover,.project-chat-row.pro.active{background:color-mix(in srgb, #60a5fa 9%, var(--surface) 70%)!important;border-color:color-mix(in srgb, #60a5fa 34%, var(--border))!important}.project-chat-row.pro.active{box-shadow:inset 4px 0 #60a5fa!important}.sidebar .sidebar-action:not(.active),.sidebar .section-label:not(.active),.sidebar .projects-label:not(.active),.sidebar .chats-label:not(.active),.sidebar .lucy-work-action:not(.active){background:color-mix(in srgb, var(--sidebar-hover) 42%, transparent)!important;border:1px solid color-mix(in srgb, var(--text) 9%, transparent)!important;color:var(--text)!important;box-shadow:none!important}.sidebar .lucy-work-action:not(.active) .sidebar-icon,.sidebar .projects-label:not(.active) span:before,.sidebar .section-label:not(.active) .sidebar-icon{color:var(--muted)!important}.sidebar .lucy-work-action.active{color:#fff!important;background:radial-gradient(circle at 15% 20%,#60a5fa4d,#0000 42%),linear-gradient(135deg,#061631fa,#0c264deb)!important;border-color:#60a5fa8c!important;box-shadow:0 12px 32px #2563eb33!important}.sidebar .projects-label.active{color:#fff!important;background:radial-gradient(circle at 15% 20%,#a855f74d,#0000 42%),linear-gradient(135deg,#191140fa,#362367eb)!important;border-color:#a78bfa94!important;box-shadow:0 12px 32px #7c3aed38!important}.sidebar .chats-label.active{color:#fff!important;background:radial-gradient(circle at 15% 20%,#2dd4bf38,#0000 42%),linear-gradient(135deg,#05202afa,#0f3949eb)!important;border-color:#2dd4bf61!important}.project-list{max-height:min(280px,34vh)!important;padding-right:5px!important;overflow:visible auto!important}.project-list::-webkit-scrollbar{width:9px!important}.project-list::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 38%, transparent)!important;background-clip:content-box!important;border:3px solid #0000!important;border-radius:999px!important}@media (width<=1180px){.project-builder-grid{grid-template-columns:1fr!important;overflow-y:auto!important}.project-directory,.project-detail-board{height:auto!important;overflow:visible!important}.project-directory{border-right:0!important;border-bottom:1px solid var(--border-soft)!important;max-height:none!important}.project-content-columns,.project-editor-grid{grid-template-columns:1fr!important}}@media (width<=760px){.main .project-overlay{padding:12px!important}.main .project-builder{border-radius:22px!important;width:calc(100% - 10px)!important;height:calc(100% - 10px)!important;max-height:calc(100% - 10px)!important}.project-kpi-row{grid-template-columns:1fr 1fr!important;padding:14px!important}.project-builder-head,.work-launch-card{margin-left:14px!important;margin-right:14px!important}}.work-overlay{z-index:790;-webkit-backdrop-filter:blur(18px)saturate(112%);background:#0000008a;place-items:center;padding:28px;display:grid;position:absolute;inset:0;overflow:hidden}.work-panel{border:1px solid color-mix(in srgb, var(--text) 12%, transparent);background:radial-gradient(circle at 0% 0%, #3b82f629, transparent 30%), radial-gradient(circle at 92% 8%, #2dd4bf1a, transparent 34%), color-mix(in srgb, var(--surface) 97%, #000 3%);width:min(1040px,100% - 32px);height:min(690px,100% - 32px);max-height:calc(100% - 32px);color:var(--text);border-radius:28px;flex-direction:column;animation:.17s both lucyWorkIn;display:flex;overflow:hidden;box-shadow:0 34px 120px #0000008a,inset 0 1px #ffffff0e}@keyframes lucyWorkIn{0%{opacity:0;transform:translateY(10px)scale(.986)}to{opacity:1;transform:translateY(0)scale(1)}}.work-panel-head{border-bottom:1px solid var(--border-soft);background:linear-gradient(135deg,#11182729,#3b82f60b);flex:none;justify-content:space-between;align-items:flex-start;gap:26px;min-height:132px;padding:28px 34px 22px;display:flex}.work-panel-head span{color:#93c5fd;letter-spacing:.045em;font-size:13px;font-weight:800;display:block}.work-panel-head h2{color:var(--text);letter-spacing:-.055em;margin:7px 0 9px;font-size:34px;font-weight:790;line-height:1.05}.work-panel-head p{max-width:760px;color:var(--muted);margin:0;font-size:15px;line-height:1.52}.work-panel-head button{width:38px;height:38px;color:var(--muted);cursor:pointer;background:0 0;border-radius:13px;font-size:27px;line-height:1}.work-panel-head button:hover{background:var(--surface-hover);color:var(--text)}.work-panel-scroll{scrollbar-width:thin;scrollbar-color:color-mix(in srgb, #60a5fa 55%, var(--muted) 20%) transparent;flex:auto;min-height:0;padding:24px 34px 34px;overflow:hidden auto}.work-panel-scroll::-webkit-scrollbar{width:14px}.work-panel-scroll::-webkit-scrollbar-track{background:0 0}.work-panel-scroll::-webkit-scrollbar-thumb{background:color-mix(in srgb, #60a5fa 46%, var(--muted) 24%);background-clip:content-box;border:4px solid #0000;border-radius:999px}.work-panel-scroll::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, #93c5fd 54%, var(--text) 18%);background-clip:content-box}.work-hero-card{border:1px solid color-mix(in srgb, #60a5fa 22%, var(--border));background:radial-gradient(circle at 4% 0%, #60a5fa2e, transparent 36%), radial-gradient(circle at 100% 0%, #2dd4bf1f, transparent 34%), color-mix(in srgb, var(--surface-soft) 78%, transparent);border-radius:26px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:22px;min-height:166px;padding:24px;display:grid}.work-kicker{color:#93c5fd;letter-spacing:.04em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:800;display:block}.work-hero-card h3{color:var(--text);letter-spacing:-.05em;margin:0;font-size:30px;line-height:1.12}.work-hero-card p{max-width:620px;color:var(--muted);margin:10px 0 0;font-size:14px;line-height:1.5}.work-hero-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.work-hero-actions button,.work-shortcuts-grid button{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 86%, transparent);color:var(--text);cursor:pointer}.work-hero-actions button{border-radius:999px;height:42px;padding:0 16px;font-size:14px;font-weight:720}.work-hero-actions button:first-child{color:#fff;background:linear-gradient(135deg,#2563eb,#14b8a6);border-color:#0000;box-shadow:0 13px 34px #2563eb3b}.work-hero-actions button:hover,.work-shortcuts-grid button:hover{border-color:color-mix(in srgb, #60a5fa 38%, var(--border));background:color-mix(in srgb, var(--surface-hover) 84%, transparent);transform:translateY(-1px)}.work-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.work-stats-grid div{border:1px solid var(--border-soft);background:color-mix(in srgb, var(--surface-soft) 70%, transparent);border-radius:20px;min-height:92px;padding:16px}.work-stats-grid span{color:var(--muted);font-size:12px;font-weight:700;display:block}.work-stats-grid strong{color:var(--text);letter-spacing:-.04em;margin-top:12px;font-size:28px;line-height:1;display:block}.work-shortcuts-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.work-shortcuts-grid button{text-align:left;border-radius:22px;min-height:104px;padding:18px;transition:transform .14s,border-color .14s,background .14s}.work-shortcuts-grid strong{color:var(--text);letter-spacing:-.02em;font-size:16px;font-weight:760;display:block}.work-shortcuts-grid span{color:var(--muted);margin-top:7px;font-size:13px;line-height:1.45;display:block}.work-recent-card{border:1px solid var(--border-soft);background:color-mix(in srgb, var(--surface-soft) 66%, transparent);border-radius:24px;margin-top:16px;padding:18px}.work-section-title{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.work-section-title strong{color:var(--text);font-size:16px;font-weight:760}.work-section-title span,.work-empty-note{color:var(--muted);font-size:13px}.work-recent-list{gap:8px;display:grid}.work-recent-row{border:1px solid var(--border-soft);background:color-mix(in srgb, var(--surface) 70%, transparent);border-radius:16px;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:10px;min-height:58px;padding:10px 12px;display:grid}.work-recent-row>span{color:#93c5fd;background:#60a5fa21;border-radius:10px;place-items:center;width:28px;height:28px;display:grid}.work-recent-row strong{white-space:nowrap;text-overflow:ellipsis;color:var(--text);font-size:14px;display:block;overflow:hidden}.work-recent-row small{color:var(--muted);margin-top:3px;font-size:12px;display:block}.theme-light .work-overlay{background:#0f172a38}.theme-light .work-panel{background:radial-gradient(circle at 0 0,#2563eb12,#0000 30%),radial-gradient(circle at 92% 8%,#14b8a60f,#0000 34%),#fff;box-shadow:0 34px 110px #0f172a33}.theme-light .work-panel-head span,.theme-light .work-kicker{color:#2563eb}@media (width<=980px){.work-panel{width:calc(100% - 16px);height:calc(100% - 16px)}.work-hero-card,.work-stats-grid,.work-shortcuts-grid{grid-template-columns:1fr}.work-hero-actions{justify-content:flex-start}}@media (width<=560px){.work-overlay{padding:10px}.work-panel-head,.work-panel-scroll{padding-left:18px;padding-right:18px}.work-panel-head h2{font-size:28px}}.ernie-project-overlay{z-index:4300;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0000006b;place-items:center;padding:30px;display:grid;position:fixed;inset:0}.ernie-project-shell{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 96%, #070914 4%);width:min(1180px,100vw - 84px);height:min(760px,100vh - 70px);color:var(--text);border-radius:28px;grid-template-columns:310px minmax(0,1fr);display:grid;position:relative;overflow:hidden;box-shadow:0 32px 130px #0000007a}.ernie-project-close{z-index:8;width:38px;height:38px;color:var(--muted);cursor:pointer;background:0 0;border-radius:12px;font-size:28px;line-height:1;position:absolute;top:18px;right:18px}.ernie-project-close:hover{background:var(--surface-hover);color:var(--text)}.ernie-project-rail{border-right:1px solid var(--border-soft);background:color-mix(in srgb, var(--sidebar) 80%, var(--surface) 20%);flex-direction:column;gap:14px;min-width:0;height:100%;padding:22px 14px;display:flex}.theme-light .ernie-project-rail{background:#f7f7f7}.ernie-project-rail-head{justify-content:space-between;align-items:center;gap:12px;padding:4px 5px 2px;display:flex}.ernie-project-rail-head span{color:#a99bff;letter-spacing:.08em;font-size:12px;font-weight:800;display:block}.ernie-project-rail-head strong{letter-spacing:-.055em;margin-top:5px;font-size:24px;line-height:1;display:block}.ernie-project-rail-head button,.ernie-project-title-actions button,.ernie-card-head button,.ernie-conv-head button,.ernie-project-empty-main button{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 86%, transparent);height:36px;color:var(--text);cursor:pointer;white-space:nowrap;border-radius:999px;padding:0 14px;font-size:13px;font-weight:700}.ernie-project-rail-head button:hover,.ernie-project-title-actions button:hover,.ernie-card-head button:hover,.ernie-conv-head button:hover,.ernie-project-empty-main button:hover{background:var(--surface-hover)}.ernie-project-title-actions .primary,.ernie-project-empty-main button{color:#fff;background:linear-gradient(135deg,#6f5cff,#8c6dff);border-color:#0000;box-shadow:0 12px 28px #6f5cff38}.ernie-project-rail-stats{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.ernie-project-rail-stats div{border:1px solid var(--border-soft);background:color-mix(in srgb, var(--surface) 62%, transparent);border-radius:16px;min-height:66px;padding:11px 10px}.ernie-project-rail-stats strong{letter-spacing:-.04em;font-size:24px;line-height:1;display:block}.ernie-project-rail-stats span{color:var(--muted);margin-top:7px;font-size:11px;display:block}.ernie-project-list{align-content:start;gap:7px;min-height:0;padding:2px 4px 18px 0;display:grid;overflow:visible auto}.ernie-project-list::-webkit-scrollbar{width:11px}.ernie-project-main::-webkit-scrollbar{width:11px}.ernie-conv-list::-webkit-scrollbar{width:11px}.ernie-file-list::-webkit-scrollbar{width:11px}.ernie-project-list::-webkit-scrollbar-track{background:0 0}.ernie-project-main::-webkit-scrollbar-track{background:0 0}.ernie-conv-list::-webkit-scrollbar-track{background:0 0}.ernie-file-list::-webkit-scrollbar-track{background:0 0}.ernie-project-list::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 34%, transparent);background-clip:content-box;border:3px solid #0000;border-radius:999px}.ernie-project-main::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 34%, transparent);background-clip:content-box;border:3px solid #0000;border-radius:999px}.ernie-conv-list::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 34%, transparent);background-clip:content-box;border:3px solid #0000;border-radius:999px}.ernie-file-list::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 34%, transparent);background-clip:content-box;border:3px solid #0000;border-radius:999px}.ernie-project-list::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--muted) 52%, transparent);background-clip:content-box}.ernie-project-main::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--muted) 52%, transparent);background-clip:content-box}.ernie-conv-list::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--muted) 52%, transparent);background-clip:content-box}.ernie-file-list::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--muted) 52%, transparent);background-clip:content-box}.ernie-project-empty-small{border:1px dashed var(--border);color:var(--muted);border-radius:18px;padding:18px;line-height:1.4}.ernie-project-empty-small strong,.ernie-project-empty-small span{display:block}.ernie-project-empty-small span{margin-top:7px;font-size:12px}.ernie-project-item{background:0 0;border:1px solid #0000;border-radius:16px;position:relative;overflow:visible}.ernie-project-item:hover{background:color-mix(in srgb, var(--surface-hover) 68%, transparent)}.ernie-project-item.active{background:linear-gradient(135deg,#6f5cff33,#1dd3e114);border-color:#7b67ff6b;box-shadow:inset 0 1px #ffffff0b}.ernie-project-item-main{width:100%;min-height:66px;color:var(--text);cursor:pointer;text-align:left;background:0 0;border-radius:16px;align-items:center;gap:12px;padding:10px 44px 10px 12px;display:flex}.ernie-folder{color:#b8adff;background:#8c6dff24;border:1px solid #8c6dff73;border-radius:10px;flex:0 0 28px;place-items:center;width:28px;height:28px;display:grid}.ernie-project-item-main strong,.ernie-project-item-main small{white-space:nowrap;text-overflow:ellipsis;min-width:0;display:block;overflow:hidden}.ernie-project-item-main strong{font-size:14px;font-weight:760}.ernie-project-item-main small{color:var(--muted);margin-top:5px;font-size:12px}.ernie-project-more,.ernie-conv-more{background:color-mix(in srgb, var(--surface) 75%, transparent);width:32px;height:32px;color:var(--muted);cursor:pointer;opacity:0;border-radius:11px;font-size:20px;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.ernie-project-item:hover .ernie-project-more,.ernie-project-item.menu-open .ernie-project-more,.ernie-conv-row:hover .ernie-conv-more,.ernie-conv-row.menu-open .ernie-conv-more{opacity:1}.ernie-project-more:hover,.ernie-conv-more:hover{background:var(--surface-hover);color:var(--text)}.ernie-project-pop,.ernie-chat-pop{z-index:20;border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 96%, #000 4%);border-radius:15px;width:190px;padding:7px;position:absolute;top:48px;right:10px;box-shadow:0 18px 60px #00000061}.ernie-chat-pop{top:46px}.theme-light .ernie-project-pop,.theme-light .ernie-chat-pop{background:#fff;box-shadow:0 18px 50px #00000029}.ernie-project-pop button,.ernie-chat-pop button{width:100%;height:35px;color:var(--text);cursor:pointer;text-align:left;background:0 0;border-radius:9px;padding:0 10px}.ernie-project-pop button:hover,.ernie-chat-pop button:hover{background:var(--surface-hover)}.ernie-project-pop .danger,.ernie-chat-pop .danger{color:var(--danger)}.ernie-project-main{min-width:0;height:100%;min-height:0;padding:56px 54px 54px;overflow:hidden auto}.ernie-project-empty-main{text-align:center;min-height:100%;color:var(--muted);align-content:center;place-items:center;display:grid}.ernie-project-empty-main>span{color:#8c6dff;font-size:42px}.ernie-project-empty-main h2{color:var(--text);letter-spacing:-.04em;margin:16px 0 0;font-size:28px}.ernie-project-empty-main p{max-width:420px;line-height:1.5}.ernie-project-titlebar{justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;display:flex}.ernie-project-title{align-items:center;gap:13px;min-width:0;display:flex}.ernie-project-folder-icon{color:var(--text);font-size:31px;transform:translateY(-1px)}.ernie-project-name-input{min-width:0;max-width:520px;color:var(--text);letter-spacing:-.055em;background:0 0;border:0;outline:0;font-size:32px;font-weight:680}.ernie-project-title-actions{flex:none;gap:9px;display:flex}.ernie-project-composer-card{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 93%, transparent);border-radius:24px;max-width:820px;margin:0 auto 24px;padding:14px 16px;box-shadow:0 18px 70px #00000029}.theme-light .ernie-project-composer-card{box-shadow:none}.ernie-project-composer-card textarea{resize:vertical;width:100%;min-height:88px;max-height:170px;color:var(--text);background:0 0;border:0;outline:0;font-size:16px;line-height:1.55}.ernie-project-composer-card textarea::placeholder{color:var(--faint)}.ernie-project-composer-tools{align-items:center;gap:9px;display:flex}.ernie-project-composer-tools button{border:1px solid var(--border);height:36px;color:var(--text);cursor:pointer;background:0 0;border-radius:999px;padding:0 13px;font-weight:620}.ernie-project-composer-tools button:hover{background:var(--surface-hover)}.ernie-project-composer-tools .send{color:#111;background:#fff;border:0;border-radius:50%;width:38px;height:38px;margin-left:auto;padding:0}.ernie-project-cards{grid-template-columns:1fr 1fr;gap:14px;max-width:820px;margin:0 auto 32px;display:grid}.ernie-project-info-card strong{letter-spacing:-.015em;font-size:16px;font-weight:760;display:block}.ernie-project-info-card span{color:var(--muted);margin-top:4px;font-size:12.5px;line-height:1.4;display:block}.ernie-project-info-card textarea{border:1px solid var(--border-soft);background:color-mix(in srgb, var(--surface) 72%, transparent);width:100%;min-height:72px;color:var(--text);resize:vertical;border-radius:13px;outline:0;margin-top:13px;padding:12px}.ernie-card-head{justify-content:space-between;align-items:center;gap:14px;display:flex}.ernie-file-empty,.ernie-conv-empty{border:1px dashed var(--border);min-height:58px;color:var(--muted);text-align:center;border-radius:14px;place-items:center;margin-top:15px;padding:14px;display:grid}.ernie-file-list{gap:8px;max-height:164px;margin-top:13px;display:grid;overflow-y:auto}.ernie-file-row{background:color-mix(in srgb, var(--surface) 70%, transparent);border-radius:13px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:46px;padding:8px 9px;display:grid}.ernie-file-row strong,.ernie-file-row small{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.ernie-file-row small{color:var(--muted);margin-top:3px;font-size:11px}.ernie-file-row button{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border-radius:9px;font-size:18px}.ernie-file-row button:hover{background:var(--surface-hover);color:var(--danger)}.ernie-conv-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:15px;display:flex}.ernie-conv-head strong,.ernie-conv-head span{display:block}.ernie-conv-head strong{font-size:16px;font-weight:740}.ernie-conv-head span{color:var(--muted);margin-top:4px;font-size:12.5px}.ernie-conv-list{gap:4px;max-height:245px;padding-right:3px;display:grid;overflow-y:auto}.ernie-conv-row{border-radius:14px;position:relative}.ernie-conv-row:hover,.ernie-conv-row.active{background:color-mix(in srgb, var(--surface-hover) 72%, transparent)}.ernie-conv-main{width:100%;min-height:70px;color:var(--text);cursor:pointer;text-align:left;background:0 0;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 52px 12px 12px;display:grid}.ernie-conv-icon{border:1px solid var(--border);width:28px;height:28px;color:var(--muted);border-radius:10px;place-items:center;display:grid}.ernie-conv-text{min-width:0}.ernie-conv-text strong,.ernie-conv-text small{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.ernie-conv-text small{color:var(--muted);margin-top:6px;font-size:13px}.ernie-conv-main em{color:var(--muted);font-size:12px;font-style:normal}.ernie-chat-pop{right:42px}@media (width<=980px){.ernie-project-overlay{padding:14px}.ernie-project-shell{grid-template-columns:1fr;width:calc(100vw - 28px);height:calc(100vh - 28px)}.ernie-project-rail{border-right:0;border-bottom:1px solid var(--border-soft);height:auto;max-height:230px}.ernie-project-list{grid-auto-columns:minmax(230px,1fr);grid-auto-flow:column;padding-bottom:8px;overflow:auto hidden}.ernie-project-main{padding:36px 24px 30px}.ernie-project-titlebar,.ernie-conv-head{flex-direction:column;align-items:flex-start}.ernie-project-cards{grid-template-columns:1fr}}@media (width<=560px){.ernie-project-rail-stats,.ernie-project-cards{grid-template-columns:1fr}.ernie-project-name-input{font-size:25px}.ernie-project-composer-tools{flex-wrap:wrap}}.ernie-project-overlay{inset:0 0 0 var(--sidebar-width)!important;z-index:1200!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;background:#00000057!important;place-items:center!important;padding:28px 34px!important;display:grid!important}.lucy-app.sidebar-collapsed .ernie-project-overlay{inset:0!important}.ernie-project-shell{border:1px solid color-mix(in srgb, var(--text) 12%, transparent)!important;background:color-mix(in srgb, var(--bg) 98%, var(--surface) 2%)!important;border-radius:28px!important;width:min(1060px,100% - 24px)!important;height:min(720px,100vh - 64px)!important;max-height:calc(100vh - 64px)!important;display:block!important;overflow:hidden!important;box-shadow:0 30px 110px #0000006b!important}.theme-light .ernie-project-shell{background:#fff!important;box-shadow:0 24px 90px #00000024!important}.ernie-project-rail{display:none!important}.ernie-project-close{z-index:12!important;width:34px!important;height:34px!important;color:var(--muted)!important;border-radius:10px!important;font-size:25px!important;top:22px!important;right:24px!important}.ernie-project-main{scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--muted) 46%, transparent) transparent;width:100%!important;height:100%!important;padding:64px 72px 54px!important;overflow:hidden auto!important}.ernie-project-main::-webkit-scrollbar{width:14px!important}.ernie-project-main::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 44%, transparent)!important;background-clip:content-box!important;border:4px solid #0000!important;border-radius:999px!important}.ernie-project-main::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--muted) 64%, transparent)!important;background-clip:content-box!important}.ernie-project-titlebar{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:18px!important;max-width:820px!important;margin:0 auto 24px!important;display:grid!important}.ernie-project-title{justify-content:flex-start!important;gap:12px!important}.ernie-project-folder-icon{color:var(--text)!important;opacity:.92!important;font-size:29px!important}.ernie-project-name-input{letter-spacing:-.045em!important;max-width:560px!important;font-size:30px!important;font-weight:620!important}.ernie-project-title-actions{gap:10px!important}.ernie-project-title-actions button,.ernie-card-head button,.ernie-conv-head button{border:1px solid var(--border)!important;height:38px!important;box-shadow:none!important;color:var(--text)!important;background:0 0!important;border-radius:999px!important;padding:0 15px!important}.ernie-project-title-actions .primary{color:#111!important;box-shadow:none!important;background:#fff!important;border-color:#0000!important}.theme-light .ernie-project-title-actions .primary{color:#fff!important;background:#111!important}.ernie-project-composer-card{border:1px solid var(--border)!important;background:var(--surface)!important;max-width:820px!important;box-shadow:none!important;border-radius:24px!important;margin:0 auto 26px!important;padding:14px 16px!important}.ernie-project-composer-card textarea{resize:none!important;min-height:86px!important;font-size:16px!important;line-height:1.55!important}.ernie-project-composer-tools{gap:10px!important}.ernie-project-composer-tools button{border-color:var(--border)!important;height:38px!important;color:var(--text)!important;background:0 0!important;border-radius:999px!important;padding:0 15px!important}.ernie-project-composer-tools .send{color:#111!important;background:#fff!important;border:0!important;width:40px!important;height:40px!important;padding:0!important;font-size:17px!important}.theme-light .ernie-project-composer-tools .send{color:#fff!important;background:#111!important}.ernie-project-cards{grid-template-columns:1fr 1fr!important;gap:14px!important;max-width:820px!important;margin:0 auto 32px!important}.ernie-project-info-card{border:1px solid var(--border)!important;background:color-mix(in srgb, var(--surface) 92%, transparent)!important;border-radius:17px!important;min-height:76px!important;padding:16px 18px!important}.ernie-project-info-card strong,.ernie-conv-head strong{letter-spacing:-.018em!important;font-size:16px!important;font-weight:650!important}.ernie-project-info-card span,.ernie-conv-head span{color:var(--muted)!important;font-size:13px!important}.ernie-project-info-card textarea{resize:none!important;background:0 0!important;border-radius:14px!important;min-height:64px!important;margin-top:12px!important}.ernie-file-empty,.ernie-conv-empty{background:0 0!important;border-radius:14px!important;min-height:56px!important}.ernie-project-conversations{max-width:820px!important;margin:0 auto!important}.ernie-conv-head{margin-bottom:14px!important}.ernie-conv-list{gap:2px!important;max-height:none!important;overflow:visible!important}.ernie-conv-row{border-radius:12px!important}.ernie-conv-main{min-height:64px!important;padding:10px 52px 10px 12px!important}.ernie-conv-icon{border-radius:8px!important;width:25px!important;height:25px!important}.ernie-conv-text strong{font-size:14px!important;font-weight:620!important}.ernie-conv-text small{margin-top:5px!important;font-size:13px!important}@media (width<=980px){.ernie-project-overlay{padding:14px!important;inset:0!important}.ernie-project-shell{width:calc(100vw - 28px)!important;height:calc(100vh - 28px)!important}.ernie-project-main{padding:54px 22px 32px!important}.ernie-project-titlebar{grid-template-columns:1fr!important;align-items:start!important}.ernie-project-cards{grid-template-columns:1fr!important}}.scroll-bottom{left:calc(var(--sidebar-width) + ((100vw - var(--sidebar-width)) / 2))!important;z-index:4200!important;opacity:.96!important;pointer-events:auto!important;border-radius:999px!important;place-items:center!important;width:42px!important;height:42px!important;display:grid!important;position:fixed!important;bottom:154px!important}.composer{border-radius:29px!important;min-height:58px!important;padding:10px 11px 10px 13px!important}.composer-plus,.send{flex-basis:34px!important;width:34px!important;height:34px!important}.model-select{max-width:118px!important;height:34px!important;font-size:13px!important}.tool-row,.model-chips{justify-content:center!important;gap:6px!important;padding-left:0!important;padding-right:0!important}.tool-row button,.model-chips button{border-radius:999px!important;height:30px!important;padding:0 10px!important;font-size:12px!important}.model-chips button{min-width:auto!important}.lucy-exporter{width:min(760px, calc(100vw - var(--sidebar-width) - 150px))!important;max-width:760px!important;margin-left:auto!important;margin-right:auto!important}.ernie-project-shell,.work-panel{width:min(1120px, calc(100vw - var(--sidebar-width) - 88px))!important;max-height:calc(100vh - 72px)!important}.ernie-project-main,.work-panel-scroll{scrollbar-width:auto!important}.ernie-project-main::-webkit-scrollbar{width:12px!important}.work-panel-scroll::-webkit-scrollbar{width:12px!important}.ernie-project-main::-webkit-scrollbar-thumb{background-clip:content-box!important;background-color:color-mix(in srgb, var(--muted) 46%, transparent)!important;border:3px solid #0000!important;border-radius:999px!important}.work-panel-scroll::-webkit-scrollbar-thumb{background-clip:content-box!important;background-color:color-mix(in srgb, var(--muted) 46%, transparent)!important;border:3px solid #0000!important;border-radius:999px!important}@media (width<=920px){.scroll-bottom{bottom:150px!important;left:50%!important}.bottom-composer .composer-wrap,.lucy-app.sidebar-collapsed .bottom-composer .composer-wrap,.lucy-exporter,.lucy-app.sidebar-collapsed .lucy-exporter{width:min(100%,100vw - 28px)!important;max-width:none!important}}.scroll-bottom{z-index:4300!important;width:38px!important;height:38px!important;box-shadow:0 12px 32px #00000061, 0 0 0 1px color-mix(in srgb, var(--text) 10%, transparent)!important;bottom:222px!important}.composer{border-radius:25px!important;gap:8px!important;min-height:50px!important;padding:8px 9px 8px 12px!important}.composer textarea{height:22px!important;padding:5px 0!important;font-size:15px!important;line-height:1.35!important}.model-select{max-width:104px!important;height:30px!important;padding:0 6px!important;font-size:12px!important}.composer-active-mode,.composer-mode-pill{border-radius:999px!important;min-width:124px!important;height:30px!important;padding:0 16px!important;font-size:13px!important}.tool-row,.model-chips,.quick-actions{justify-content:center!important;gap:5px!important;margin-top:7px!important;padding-left:0!important;padding-right:0!important}.tool-row button,.model-chips button,.quick-actions button{border-radius:999px!important;min-width:auto!important;height:27px!important;padding:0 9px!important;font-size:11.5px!important}.tool-row button:first-child{min-width:96px!important}.lucy-exporter{width:min(680px, calc(100vw - var(--sidebar-width) - 190px))!important;border-radius:20px!important;gap:10px!important;max-width:680px!important;min-height:42px!important;padding:8px 10px!important}.lucy-exporter select,.lucy-exporter .export-format,.lucy-exporter-format{min-width:150px!important;height:30px!important;font-size:12px!important}.lucy-exporter button,.lucy-exporter-save{border-radius:14px!important;min-width:112px!important;height:32px!important;padding:0 14px!important;font-size:12.5px!important}@media (width<=920px){.scroll-bottom{bottom:208px!important}.bottom-composer .composer-wrap,.lucy-app.sidebar-collapsed .bottom-composer .composer-wrap,.lucy-exporter,.lucy-app.sidebar-collapsed .lucy-exporter{width:min(100%,100vw - 34px)!important;max-width:none!important}}.composer-active-mode,.composer-mode-pill,.active-mode-pill,.mode-pill-inline{display:none!important}.composer{border-radius:23px!important;align-items:center!important;gap:7px!important;height:46px!important;min-height:46px!important;padding:7px 8px 7px 12px!important}.composer textarea{scrollbar-width:none!important;resize:none!important;align-self:center!important;height:28px!important;min-height:28px!important;max-height:28px!important;padding:3px 0 0!important;font-size:14.5px!important;line-height:22px!important;overflow:hidden!important}.composer textarea::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.composer textarea::placeholder{color:color-mix(in srgb, var(--muted) 78%, transparent)!important;line-height:22px!important}.composer-plus,.send,.composer-voice,.voice-record-button,.composer .send{flex-basis:28px!important;width:28px!important;min-width:28px!important;height:28px!important;font-size:15px!important}.control-strip{gap:4px!important;margin-top:6px!important;padding-bottom:0!important}.control-strip button{height:24px!important;color:color-mix(in srgb, var(--muted) 92%, var(--text) 8%)!important;border-color:color-mix(in srgb, var(--text) 10%, transparent)!important;box-shadow:none!important;background:0 0!important;border-radius:999px!important;padding:0 8px!important;font-size:11px!important;font-weight:520!important}.control-strip button span:first-child{opacity:.72!important;font-size:10px!important}.control-strip button.brain,.control-strip button.web-toggle{min-width:72px!important;color:color-mix(in srgb, var(--muted) 88%, var(--text) 12%)!important;justify-content:center!important;padding:0 9px!important}.control-strip button:hover:not(:disabled){background:color-mix(in srgb, var(--surface-hover) 78%, transparent)!important;color:var(--text)!important;border-color:color-mix(in srgb, var(--text) 16%, transparent)!important}.control-strip button.active,.control-strip button.active.brain,.control-strip button.web-toggle.active{color:var(--text)!important;background:color-mix(in srgb, var(--surface) 78%, #7c6cff 8%)!important;border-color:color-mix(in srgb, var(--text) 18%, transparent)!important;box-shadow:none!important}.control-divider{opacity:.65!important;height:17px!important;margin:0 1px!important}.bottom-composer .composer-wrap{width:min(650px, calc(100vw - var(--sidebar-width) - 210px))!important}.lucy-app.sidebar-collapsed .bottom-composer .composer-wrap{width:min(670px,100vw - 210px)!important}.lucy-exporter{width:min(650px, calc(100vw - var(--sidebar-width) - 210px))!important;border-radius:19px!important;max-width:650px!important;min-height:38px!important;padding:6px 9px!important}.lucy-app.sidebar-collapsed .lucy-exporter{width:min(670px,100vw - 210px)!important;max-width:670px!important}.scroll-bottom{width:36px!important;height:36px!important;bottom:204px!important}@media (width<=920px){.bottom-composer .composer-wrap,.lucy-app.sidebar-collapsed .bottom-composer .composer-wrap,.lucy-exporter,.lucy-app.sidebar-collapsed .lucy-exporter{width:min(100%,100vw - 36px)!important;max-width:none!important}.scroll-bottom{bottom:196px!important}}.bottom-composer{left:var(--sidebar-width)!important;background:linear-gradient(180deg, color-mix(in srgb, var(--bg) 0%, transparent) 0%, color-mix(in srgb, var(--bg) 74%, transparent) 24%, color-mix(in srgb, var(--bg) 96%, transparent) 100%)!important;pointer-events:none!important;z-index:40!important;padding:0 0 28px!important;bottom:0!important;right:0!important;overflow:visible!important}.lucy-app.sidebar-collapsed .bottom-composer{left:0!important}.bottom-composer .composer-wrap{width:min(980px, calc(100vw - var(--sidebar-width) - 140px))!important;pointer-events:auto!important;max-width:980px!important;margin:0 auto!important}.lucy-app.sidebar-collapsed .bottom-composer .composer-wrap{width:min(980px,100vw - 140px)!important;max-width:980px!important}.bottom-composer .lucy-exporter,.lucy-exporter{border-radius:18px!important;width:min(760px,100%)!important;max-width:760px!important;min-height:36px!important;margin:0 auto 12px!important;padding:5px 8px!important}.bottom-composer .composer{border-radius:23px!important;align-items:center!important;width:100%!important;height:46px!important;min-height:46px!important;padding:7px 8px 7px 12px!important}.bottom-composer .control-strip{justify-content:center!important;width:100%!important;margin-top:7px!important;overflow-x:hidden!important}.scroll-bottom{left:calc(var(--sidebar-width) + ((100vw - var(--sidebar-width)) / 2))!important;z-index:45!important;bottom:168px!important;transform:translate(-50%)!important}.lucy-app.sidebar-collapsed .scroll-bottom{left:50%!important}@media (width<=920px){.bottom-composer{padding-bottom:18px!important;left:0!important}.bottom-composer .composer-wrap,.lucy-app.sidebar-collapsed .bottom-composer .composer-wrap{width:min(100%,100vw - 32px)!important;max-width:none!important}.bottom-composer .lucy-exporter,.lucy-exporter{width:min(100%,100vw - 56px)!important;max-width:none!important}.scroll-bottom,.lucy-app.sidebar-collapsed .scroll-bottom{bottom:154px!important;left:50%!important}.chat-thread{padding-bottom:190px!important}}.bottom-composer{padding-bottom:8px!important;transform:translateY(10px)!important}.chat-thread{padding-bottom:188px!important}.bottom-composer .lucy-exporter,.lucy-exporter{border-radius:17px!important;min-height:34px!important;margin-bottom:5px!important;padding:4px 7px!important}.lucy-exporter-topline{min-height:30px!important}.export-format-trigger{height:30px!important}.export-primary{border-radius:15px!important;height:30px!important}.bottom-composer .composer,.composer{border-radius:22px!important;align-items:flex-end!important;gap:7px!important;height:auto!important;min-height:44px!important;max-height:178px!important;padding:6px 7px 6px 12px!important}.composer textarea{height:25px;scrollbar-width:thin!important;resize:none!important;white-space:pre-wrap!important;overflow-wrap:anywhere!important;word-break:break-word!important;align-self:center!important;min-height:25px!important;max-height:138px!important;padding:2px 0!important;font-size:14.5px!important;line-height:21px!important;overflow-y:auto!important}.composer textarea::-webkit-scrollbar{width:7px!important;display:block!important}.composer textarea::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 34%, transparent)!important;border-radius:999px!important}.composer textarea::placeholder{line-height:21px!important}.composer-plus{width:30px!important;min-width:30px!important;height:30px!important;color:var(--text)!important;background:color-mix(in srgb, var(--surface-hover) 72%, transparent)!important;border:1px solid color-mix(in srgb, var(--text) 10%, transparent)!important;border-radius:50%!important;flex-basis:30px!important;margin-bottom:1px!important;font-size:21px!important}.composer-voice,.composer .send,.send{flex-basis:30px!important;width:30px!important;min-width:30px!important;height:30px!important;margin-bottom:1px!important}.control-strip{gap:4px!important;margin-top:3px!important}.control-strip button{border-radius:999px!important;height:22px!important;min-height:22px!important;padding:0 7px!important;font-size:10.5px!important}.control-strip button.brain,.control-strip button.web-toggle{min-width:64px!important;padding:0 8px!important}.control-strip button span:first-child{font-size:9.5px!important}.control-divider{height:15px!important}.scroll-bottom{z-index:55!important;width:34px!important;height:34px!important;bottom:158px!important}@media (width<=920px){.bottom-composer{padding-bottom:7px!important;transform:translateY(6px)!important}.chat-thread{padding-bottom:176px!important}.scroll-bottom,.lucy-app.sidebar-collapsed .scroll-bottom{bottom:146px!important}}.bottom-composer .composer,.composer{align-items:flex-end!important;height:auto!important;min-height:44px!important;max-height:190px!important;overflow:visible!important}.bottom-composer .composer textarea,.composer textarea{resize:none!important;white-space:pre-wrap!important;overflow-wrap:anywhere!important;word-break:break-word!important;scrollbar-width:thin!important;height:auto!important;min-height:24px!important;max-height:150px!important;padding:3px 0!important;line-height:21px!important;overflow-y:auto!important}.bottom-composer .composer textarea::-webkit-scrollbar{width:6px!important;display:block!important}.composer textarea::-webkit-scrollbar{width:6px!important;display:block!important}.bottom-composer .composer textarea::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 36%, transparent)!important;border-radius:999px!important}.composer textarea::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 36%, transparent)!important;border-radius:999px!important}.composer-plus,.composer-voice,.composer .send,.send{flex-shrink:0!important}.control-strip{margin-top:4px!important}.bottom-composer{width:100%!important;max-width:100%!important;left:0!important;right:0!important;overflow:visible!important;transform:translateY(10px)!important}.lucy-app.sidebar-collapsed .bottom-composer{left:0!important;right:0!important}.bottom-composer .composer-wrap,.lucy-app.sidebar-collapsed .bottom-composer .composer-wrap{box-sizing:border-box!important;width:min(980px,100% - 48px)!important;min-width:0!important;max-width:980px!important;margin-left:auto!important;margin-right:auto!important}.bottom-composer .lucy-exporter,.lucy-exporter{box-sizing:border-box!important;width:min(760px,100%)!important;min-width:0!important;max-width:760px!important;margin-left:auto!important;margin-right:auto!important}.bottom-composer .composer,.composer{box-sizing:border-box!important;align-items:flex-end!important;width:100%!important;min-width:0!important;max-width:100%!important;display:flex!important}.bottom-composer .composer textarea,.composer textarea{white-space:pre-wrap!important;overflow-wrap:anywhere!important;word-break:break-word!important;flex:auto!important;width:100%!important;min-width:0!important;max-width:100%!important}.composer-plus,.composer-voice,.composer .send,.send{flex:0 0 30px!important;width:30px!important;min-width:30px!important;max-width:30px!important}.control-strip,.tool-row,.model-chips{box-sizing:border-box!important;justify-content:center!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:auto!important}.scroll-bottom,.lucy-app.sidebar-collapsed .scroll-bottom{left:50%!important;transform:translate(-50%)!important}@media (width<=920px){.bottom-composer{left:0!important;right:0!important;transform:translateY(6px)!important}.bottom-composer .composer-wrap,.lucy-app.sidebar-collapsed .bottom-composer .composer-wrap{width:min(100%,100vw - 28px)!important;max-width:none!important}.bottom-composer .lucy-exporter,.lucy-exporter{width:min(100%,100vw - 44px)!important;max-width:none!important}}.bottom-composer{padding-top:8px!important;padding-bottom:0!important;bottom:18px!important}.bottom-composer .composer-wrap,.lucy-app.sidebar-collapsed .bottom-composer .composer-wrap,.empty-state .center-composer{transform:translateY(-10px)!important}.bottom-composer .lucy-exporter,.lucy-exporter{margin-bottom:4px!important}.bottom-composer .composer,.composer{align-items:center!important;min-height:48px!important;padding:7px 8px 7px 10px!important}.bottom-composer .composer textarea,.composer textarea{align-self:center!important;height:auto!important;min-height:26px!important;max-height:126px!important;padding:3px 0!important;line-height:1.45!important;overflow-y:auto!important}.composer textarea::placeholder{color:color-mix(in srgb, var(--muted) 88%, transparent)!important}.composer-plus{background:color-mix(in srgb, var(--surface-hover) 76%, transparent)!important;border:1px solid color-mix(in srgb, var(--text) 12%, transparent)!important;flex:0 0 34px!important;width:34px!important;height:34px!important;font-size:22px!important}.composer-plus:hover{background:color-mix(in srgb, var(--text) 11%, transparent)!important;border-color:color-mix(in srgb, var(--text) 22%, transparent)!important}.composer-current-mode{border:1px solid color-mix(in srgb, var(--text) 12%, transparent);background:color-mix(in srgb, var(--surface-hover) 72%, transparent);min-width:74px;height:30px;color:var(--muted);letter-spacing:-.01em;white-space:nowrap;pointer-events:none;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:0 12px;font-size:12px;font-weight:650;display:inline-flex}.composer-voice,.composer .send{flex:0 0 34px!important;width:34px!important;height:34px!important}.control-strip{gap:5px!important;margin-top:5px!important;transform:translateY(-2px)!important}.control-strip button{height:27px!important;padding:0 10px!important;font-size:12px!important}.scroll-bottom,.lucy-app.sidebar-collapsed .scroll-bottom{bottom:170px!important}@media (width<=720px){.composer-current-mode{min-width:58px;padding:0 9px;font-size:11px}}.scroll-bottom,.lucy-app.sidebar-collapsed .scroll-bottom{display:none!important}.scroll-side-nav{z-index:1200!important;pointer-events:auto!important;gap:10px!important;display:grid!important;position:fixed!important;top:50%!important;right:22px!important;transform:translateY(-50%)!important}.scroll-side-button{border:1px solid color-mix(in srgb, var(--text) 15%, transparent)!important;background:color-mix(in srgb, var(--surface) 90%, transparent)!important;width:44px!important;height:44px!important;color:var(--text)!important;cursor:pointer!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;border-radius:999px!important;place-items:center!important;font-size:18px!important;line-height:1!important;transition:opacity .14s,transform .14s,background .14s,border-color .14s!important;display:grid!important;box-shadow:0 14px 38px #00000042!important}.scroll-side-button:hover:not(:disabled){background:color-mix(in srgb, var(--surface-hover) 82%, var(--text) 8%)!important;border-color:color-mix(in srgb, var(--text) 26%, transparent)!important;transform:translateY(-1px)!important}.scroll-side-button:disabled{opacity:.32!important;cursor:default!important}.theme-light .scroll-side-button{background:#ffffffeb!important;box-shadow:0 14px 34px #00000021!important}@media (width<=920px){.scroll-side-nav{top:auto!important;bottom:154px!important;right:14px!important;transform:none!important}.scroll-side-button{width:40px!important;height:40px!important}}.main{overflow:hidden!important}.bottom-composer{pointer-events:none!important;background:linear-gradient(#21212100,#212121b3 22%,#212121 100%)!important;justify-content:center!important;align-items:flex-end!important;width:100%!important;padding:0 24px!important;display:flex!important;position:absolute!important;bottom:18px!important;left:0!important;right:0!important}.bottom-composer .lucy-exporter,.lucy-exporter{width:min(720px,100%)!important;max-width:720px!important;margin:0 auto 6px!important}.bottom-composer .control-strip button,.control-strip button{border-color:color-mix(in srgb, var(--text) 10%, transparent)!important;height:27px!important;padding:0 10px!important;font-size:12px!important}.scroll-bottom-modern{left:calc(var(--sidebar-width) + ((100vw - var(--sidebar-width)) / 2))!important;z-index:1400!important;color:#fff!important;cursor:pointer!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;background:radial-gradient(circle at 40% 25%,#7c6cff 0%,#5d45d6 58%,#31275f 100%)!important;border:1px solid #7c6cff70!important;border-radius:999px!important;place-items:center!important;width:44px!important;height:44px!important;font-size:20px!important;font-weight:800!important;line-height:1!important;display:grid!important;position:fixed!important;bottom:155px!important;transform:translate(-50%)!important;box-shadow:0 16px 46px #7c6cff47,0 8px 30px #00000047!important}.scroll-bottom-modern:hover{transform:translate(-50%)translateY(-1px)!important;box-shadow:0 18px 52px #7c6cff5c,0 8px 30px #0000004d!important}.scroll-side-button{background:color-mix(in srgb, var(--surface) 88%, transparent)!important;width:42px!important;height:42px!important}@media (width<=920px){.bottom-composer{padding:0 12px!important}.bottom-composer .composer-wrap,.lucy-app.sidebar-collapsed .bottom-composer .composer-wrap{width:min(100%,100vw - 24px)!important}.scroll-bottom-modern,.lucy-app.sidebar-collapsed .scroll-bottom-modern{bottom:142px!important;left:50%!important}}.bottom-composer{left:calc(var(--sidebar-width) + ((100vw - var(--sidebar-width)) / 2))!important;width:min(940px, calc(100vw - var(--sidebar-width) - 96px))!important;pointer-events:none!important;z-index:1200!important;background:linear-gradient(#21212100,#212121c2 34%,#212121 100%)!important;max-width:940px!important;padding:0!important;display:block!important;position:fixed!important;bottom:38px!important;right:auto!important;overflow:visible!important;transform:translate(-50%)!important}.theme-light .bottom-composer{background:linear-gradient(#fff0,#ffffffd1 34%,#fff 100%)!important}.lucy-app.sidebar-collapsed .bottom-composer{width:min(940px,100vw - 96px)!important;left:50%!important}.bottom-composer .control-strip,.control-strip{justify-content:center!important;width:min(760px,100%)!important;margin:5px auto 0!important;overflow:hidden!important}.scroll-bottom-modern{left:calc(var(--sidebar-width) + ((100vw - var(--sidebar-width)) / 2))!important;z-index:1450!important;opacity:1!important;visibility:visible!important;width:42px!important;height:42px!important;position:fixed!important;bottom:158px!important;transform:translate(-50%)!important}.lucy-app.sidebar-collapsed .scroll-bottom-modern{left:50%!important}.scroll-side-nav{z-index:1450!important;right:18px!important}@media (width<=920px){.bottom-composer,.lucy-app.sidebar-collapsed .bottom-composer{width:calc(100vw - 24px)!important;bottom:24px!important;left:50%!important}.scroll-bottom-modern,.lucy-app.sidebar-collapsed .scroll-bottom-modern{bottom:142px!important;left:50%!important}}.main{position:relative!important;overflow:hidden!important}.bottom-composer,.lucy-app.sidebar-collapsed .bottom-composer{pointer-events:none!important;z-index:1200!important;background:linear-gradient(#21212100,#212121bd 34%,#212121 100%)!important;justify-content:center!important;align-items:flex-end!important;width:100%!important;max-width:none!important;padding:0 24px!important;display:flex!important;position:absolute!important;bottom:26px!important;left:0!important;right:0!important;overflow:visible!important;transform:none!important}.theme-light .bottom-composer,.theme-light .lucy-app.sidebar-collapsed .bottom-composer{background:linear-gradient(#fff0,#ffffffd6 34%,#fff 100%)!important}.bottom-composer .composer-wrap,.lucy-app.sidebar-collapsed .bottom-composer .composer-wrap{pointer-events:auto!important;width:min(980px,100%)!important;max-width:980px!important;margin:0 auto!important;transform:none!important}.bottom-composer .lucy-exporter,.lucy-exporter{width:min(720px,100%)!important;max-width:720px!important;min-height:39px!important;margin:0 auto 6px!important}.bottom-composer .composer,.composer{width:100%!important;max-width:100%!important;min-height:50px!important;padding:7px 9px 7px 10px!important;overflow:visible!important}.bottom-composer .control-strip,.control-strip{justify-content:center!important;width:min(760px,100%)!important;max-width:760px!important;margin:6px auto 0!important;overflow:hidden!important}.bottom-composer .control-strip button,.control-strip button{height:26px!important;padding:0 10px!important;font-size:11.8px!important}.scroll-bottom-modern,.lucy-app.sidebar-collapsed .scroll-bottom-modern{z-index:1450!important;opacity:1!important;visibility:visible!important;place-items:center!important;width:42px!important;height:42px!important;display:grid!important;position:absolute!important;bottom:146px!important;left:50%!important;right:auto!important;transform:translate(-50%)!important}.scroll-side-nav{z-index:1450!important;position:absolute!important;right:18px!important}@media (width<=920px){.bottom-composer,.lucy-app.sidebar-collapsed .bottom-composer{width:100%!important;padding:0 12px!important;bottom:22px!important;left:0!important;right:0!important}.bottom-composer .composer-wrap,.lucy-app.sidebar-collapsed .bottom-composer .composer-wrap{width:100%!important;max-width:100%!important}.scroll-bottom-modern,.lucy-app.sidebar-collapsed .scroll-bottom-modern{bottom:138px!important;left:50%!important}}.empty-state{position:relative!important;overflow:hidden!important}.empty-state .center-composer,.lucy-app.sidebar-collapsed .empty-state .center-composer{z-index:30!important;pointer-events:auto!important;width:min(980px,100% - 96px)!important;max-width:980px!important;margin:0!important;position:absolute!important;bottom:46px!important;left:50%!important;right:auto!important;transform:translate(-50%)!important}.empty-state .center-composer .composer-wrap,.empty-state .composer-wrap{width:100%!important;max-width:100%!important;margin:0 auto!important;transform:none!important}.empty-state .lucy-exporter{width:min(720px,100%)!important;max-width:720px!important;margin:0 auto 6px!important}.empty-state .composer{width:100%!important;max-width:100%!important}.empty-state .control-strip{justify-content:center!important;width:min(760px,100%)!important;max-width:760px!important;margin:6px auto 0!important}@media (width<=920px){.empty-state .center-composer,.lucy-app.sidebar-collapsed .empty-state .center-composer{width:calc(100% - 28px)!important;bottom:34px!important}}.scroll-bottom-modern,.lucy-app.sidebar-collapsed .scroll-bottom-modern{color:#fff!important;background:radial-gradient(circle at 38% 22%,#9ffcff 0%,#20d7e8 42%,#0b7f98 100%)!important;border-color:#2ef3ff94!important;bottom:168px!important;box-shadow:0 16px 48px #2ef3ff4d,0 8px 28px #0000004d,inset 0 1px #ffffff4d!important}.scroll-bottom-modern:hover,.lucy-app.sidebar-collapsed .scroll-bottom-modern:hover{transform:translate(-50%)translateY(-2px)!important;box-shadow:0 20px 58px #2ef3ff6b,0 10px 32px #00000057,inset 0 1px #ffffff5c!important}@media (width<=920px){.scroll-bottom-modern,.lucy-app.sidebar-collapsed .scroll-bottom-modern{bottom:156px!important}}.lucy-exporter-topline{align-items:center!important;gap:10px!important}.voice-mode-select{min-width:178px!important}.voice-mode-trigger strong{text-overflow:ellipsis;white-space:nowrap;max-width:118px;overflow:hidden}.voice-mode-menu{width:286px!important}.voice-mode-menu button{min-height:52px!important}.voice-mode-menu button span{text-align:left;gap:3px;min-width:0;display:grid!important}.voice-mode-menu button span strong{color:var(--text);font-size:13px!important;font-weight:800!important}.voice-mode-menu button small{color:var(--muted);white-space:normal;font-size:11px;font-weight:520;line-height:1.25;display:block}.voice-mode-select .export-format-trigger{border-color:color-mix(in srgb, #19d5d2 22%, var(--text) 8%, transparent)!important}.voice-mode-select .export-format-trigger:hover{background:color-mix(in srgb, var(--surface-hover) 82%, #19d5d2 10%)!important;border-color:#19d5d27a!important;box-shadow:0 0 22px #19d5d221!important}@media (width<=920px){.lucy-exporter-topline{flex-wrap:wrap!important}.voice-mode-select,.exporter-format-popover{flex:190px!important}}@media (width<=560px){.lucy-exporter{z-index:3000!important;border-radius:18px!important;width:auto!important;max-width:none!important;min-height:46px!important;padding:8px!important;position:fixed!important;bottom:118px!important;left:12px!important;right:12px!important}.lucy-exporter-topline{grid-template-columns:1fr 86px 86px 96px!important;align-items:center!important;gap:6px!important;margin:0!important;display:grid!important}.lucy-exporter-head{white-space:nowrap!important;min-width:0!important;font-size:11px!important;overflow:hidden!important}.export-format-select{width:100%!important;min-width:0!important;height:34px!important;padding:0 8px!important}.export-format-select>span{display:none!important}.export-format-trigger{width:100%!important;height:30px!important;font-size:12px!important}.lucy-exporter-actions{width:auto!important;padding:0!important;overflow:visible!important}.lucy-exporter-actions .export-primary{width:90px!important;min-width:90px!important;height:34px!important;padding:0 8px!important;font-size:12px!important}.chat-thread{padding-bottom:210px!important}.bottom-composer{padding:8px 10px 12px!important}.topbar-title em,.topbar-title span{display:none!important}.topbar{height:48px!important;padding:0 12px!important}.topbar-title strong{font-size:17px!important}.assistant-row{gap:9px!important}.message-row{margin-bottom:22px!important}.user-message{border-radius:20px!important;max-width:86%!important}}.file-preview-row{transform-origin:50%!important;gap:4px!important;margin-top:4px!important;transform:scale(.92)!important}.voice-panel{display:none!important}.bottom-composer{padding-top:8px!important;padding-bottom:8px!important}.composer{border-radius:24px!important;min-height:54px!important}.composer textarea{font-size:15px!important}.assistant-tools,.user-message-actions{background:0 0!important;border:none!important;padding:0!important}.message-actions button,.assistant-tools .speaker-button{background:0 0!important;border:none!important}.lucy-live-button,.composer-voice-mode{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 88%, transparent);height:38px;color:var(--text);cursor:pointer;letter-spacing:-.01em;border-radius:999px;flex:none;align-self:flex-end;font-size:12.5px;font-weight:650;transition:background .14s,color .14s,border-color .14s,transform .14s,box-shadow .14s}.lucy-live-button{min-width:88px;padding:0 12px}.composer-voice-mode{outline:0;max-width:92px;padding:0 8px}.composer-voice-mode option{background:var(--surface);color:var(--text)}.lucy-live-button:hover:not(:disabled),.composer-voice-mode:hover:not(:disabled){background:var(--surface-hover);border-color:color-mix(in srgb, var(--text) 18%, transparent)}.lucy-live-button.active{color:#fff;background:linear-gradient(135deg,#10a37f,#0ea5e9);border-color:#ffffff3d;box-shadow:inset 0 0 0 1px #ffffff1f,0 8px 28px #10a37f38,0 0 18px #0ea5e92e}.lucy-live-button.listening{animation:1.15s ease-in-out infinite lucyLivePulse}@keyframes lucyLivePulse{0%,to{box-shadow:0 0 #10a37f3d,0 8px 28px #10a37f2e}50%{box-shadow:0 0 0 6px #10a37f0d,0 8px 32px #0ea5e93d}}.lucy-live-button:disabled,.composer-voice-mode:disabled{opacity:.48;cursor:not-allowed}@media (width<=560px){.lucy-live-button{min-width:72px!important;height:34px!important;padding:0 9px!important;font-size:11.5px!important}.composer-voice-mode{width:74px!important;max-width:74px!important;height:34px!important;padding:0 5px!important;font-size:11.5px!important}.composer{gap:6px!important}.composer-current-mode{display:none!important}}@media (width<=390px){.lucy-live-button{white-space:nowrap;overflow:hidden;min-width:58px!important;max-width:58px!important}.lucy-live-button:not(.active){font-size:0!important}.lucy-live-button:not(.active):after{content:"Live";font-size:11.5px}.lucy-live-button.active{font-size:0!important}.lucy-live-button.active:after{content:"🟢";font-size:13px}.composer-voice-mode{width:64px!important;max-width:64px!important}}.composer-voice-mode-button{border:1px solid var(--border);min-width:78px;height:36px;color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;justify-content:center;align-self:flex-end;align-items:center;gap:6px;padding:0 10px;font-size:12.5px;font-weight:750;transition:background .14s,color .14s,border-color .14s,transform .14s;display:inline-flex}.composer-voice-mode-button strong{font:inherit;color:inherit}.composer-voice-mode-button:hover:not(:disabled){background:var(--surface-hover);color:var(--text);border-color:color-mix(in srgb, var(--text) 18%, transparent)}.composer-voice-mode-button:active:not(:disabled){transform:scale(.97)}.composer-voice-mode-button:disabled{opacity:.48;cursor:not-allowed}.lucy-exporter-shell{width:100%}.mobile-exporter-toggle{display:none}@media (width<=560px){.lucy-exporter-shell{z-index:3600!important;pointer-events:none!important;justify-items:center!important;gap:8px!important;width:auto!important;display:grid!important;position:fixed!important;bottom:104px!important;left:12px!important;right:12px!important}.mobile-exporter-toggle{pointer-events:auto!important;border:1px solid color-mix(in srgb, #19d5d2 34%, var(--border))!important;background:color-mix(in srgb, var(--surface) 94%, transparent)!important;min-width:118px!important;height:36px!important;color:var(--text)!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;cursor:pointer!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;gap:8px!important;padding:0 12px!important;font-size:12.5px!important;font-weight:850!important;display:inline-flex!important;box-shadow:0 10px 28px #00000047,0 0 18px #19d5d21f!important}.mobile-exporter-toggle em{min-width:20px!important;height:20px!important;color:var(--muted)!important;background:color-mix(in srgb, var(--text) 8%, transparent)!important;border-radius:999px!important;place-items:center!important;font-size:10.5px!important;font-style:normal!important;display:inline-grid!important}.mobile-exporter-toggle b{color:var(--muted)!important;font-size:14px!important;line-height:1!important}.lucy-exporter-shell .lucy-exporter{pointer-events:auto!important;z-index:auto!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;border-radius:22px!important;width:min(100%,420px)!important;max-width:calc(100vw - 24px)!important;min-height:0!important;margin:0!important;padding:12px!important;display:none!important;position:static!important;bottom:auto!important;left:auto!important;right:auto!important;box-shadow:0 18px 60px #0000005c!important}.lucy-exporter-shell.mobile-open .lucy-exporter{display:block!important}.lucy-exporter-shell.mobile-open .mobile-exporter-toggle{background:color-mix(in srgb, var(--surface) 98%, #19d5d2 8%)!important;border-color:#19d5d285!important}.lucy-exporter-shell .lucy-exporter-topline{grid-template-columns:1fr!important;align-items:stretch!important;gap:9px!important;margin:0!important;display:grid!important}.lucy-exporter-shell .lucy-exporter-head{white-space:nowrap!important;justify-content:center!important;width:100%!important;min-width:0!important;font-size:12px!important;overflow:visible!important}.lucy-exporter-shell .export-format-select{background:0 0!important;border:0!important;width:100%!important;min-width:0!important;height:auto!important;padding:0!important}.lucy-exporter-shell .export-format-select>span{color:var(--muted)!important;margin:0 0 5px!important;padding-left:4px!important;font-size:11px!important;display:block!important}.lucy-exporter-shell .export-format-trigger{border-radius:16px!important;justify-content:space-between!important;width:100%!important;height:40px!important;padding:0 13px!important;font-size:13px!important}.lucy-exporter-shell .lucy-exporter-actions{width:100%!important;margin-top:10px!important;padding:0!important;overflow:visible!important}.lucy-exporter-shell .lucy-exporter-actions .export-primary{border-radius:16px!important;width:100%!important;min-width:0!important;height:42px!important;padding:0 14px!important;font-size:14px!important}.lucy-exporter-shell .export-format-menu{z-index:4000!important;width:auto!important;max-height:min(330px,46vh)!important;position:absolute!important;inset:auto 12px 100%!important;overflow-y:auto!important}.lucy-live-button{min-width:72px!important;height:34px!important;padding:0 9px!important;font-size:11.5px!important}.composer-voice-mode-button{gap:0!important;width:44px!important;min-width:44px!important;max-width:44px!important;height:34px!important;padding:0!important;font-size:13px!important}.composer-voice-mode-button strong{display:none!important}.composer-voice-mode-button span{font-size:15px!important}.composer{gap:6px!important}.composer-current-mode{display:none!important}.chat-thread{padding-bottom:148px!important}.bottom-composer{padding-bottom:10px!important}}@media (width<=390px){.lucy-live-button{white-space:nowrap;overflow:hidden;min-width:58px!important;max-width:58px!important}.lucy-live-button:not(.active){font-size:0!important}.lucy-live-button:not(.active):after{content:"Live";font-size:11.5px}.lucy-live-button.active{font-size:0!important}.lucy-live-button.active:after{content:"🟢";font-size:13px}}
