:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--sidebar:#171717;--main:#212121;--surface:#303030;--surface-hover:#2a2a2a;--surface-raised:#373737;--surface-soft:#272727;--border:#ffffff1a;--border-strong:#ffffff2b;--text:#ececec;--muted:#b4b4b4;--muted-soft:#858585;--inverse:#101010;--blue:#4c8dff;--blue-soft:#4c8dff29;--violet:#9e84ff;--green:#38b989;--orange:#f0a244;--red:#f26767;--shadow:0 20px 60px #00000061;--sidebar-width:260px;--ease:cubic-bezier(.22, 1, .36, 1)}html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--sidebar:#f7f7f7;--main:#fff;--surface:#f3f3f3;--surface-hover:#eaeaea;--surface-raised:#fff;--surface-soft:#f7f7f8;--border:#00000017;--border-strong:#00000029;--text:#111;--muted:#666;--muted-soft:#8b8b8b;--inverse:#fff;--shadow:0 20px 55px #00000024}html[data-theme=light-pink]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--sidebar:#fff2f8;--main:#fff9fc;--surface:#f9e9f1;--surface-hover:#f5dfe9;--surface-raised:#fffafd;--surface-soft:#fff1f7;--border:#762f501a;--border-strong:#762f502e;--text:#321c28;--muted:#805c6e;--muted-soft:#a27e90;--inverse:#fff9fc;--blue:#d45c95;--blue-soft:#d45c9524;--shadow:0 24px 65px #7c315429}html[data-theme=aurora]{--sidebar:#0b121cd6;--main:#0e1621b8;--surface:#2a3c45cc;--surface-hover:#344b52d1;--surface-raised:#1b2835ed;--surface-soft:#1c2d37bf;--border:#97f5db21;--border-strong:#97f5db3d;--text:#effffb;--muted:#a8c8c2;--muted-soft:#769d96;--blue:#63d5ca;--blue-soft:#63d5ca26}html[data-theme=sunset]{--sidebar:#1f101cdb;--main:#23141ebf;--surface:#4c2b37c7;--surface-hover:#5c3440d1;--surface-raised:#341d2af0;--surface-soft:#3d2230bd;--border:#ffb88f24;--border-strong:#ffb88f40;--text:#fff6ef;--muted:#d6b5ae;--muted-soft:#a47d7a;--blue:#f58f82;--blue-soft:#f58f8229}html[data-theme=blue]{--sidebar:#050f23e6;--main:#081630c7;--surface:#193a67cc;--surface-hover:#234b7ed9;--surface-raised:#0c1f3ff0;--surface-soft:#112b53c7;--border:#82beff26;--border-strong:#82beff47;--text:#f3f8ff;--muted:#aac5e8;--muted-soft:#7294bd;--blue:#65b5ff;--blue-soft:#3897ff2e}*{box-sizing:border-box}[hidden]{display:none!important}html,body{width:100%;height:100%;margin:0;overflow:hidden}body{background:var(--main);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html[data-theme=aurora] body{background:linear-gradient(135deg,#07131e,#103b43 48%,#36265d 100%) 0 0/180% 180%;animation:14s infinite pro-gradient}html[data-theme=sunset] body{background:linear-gradient(135deg,#1b1025,#733e57 48%,#9a503c 100%) 0 0/180% 180%;animation:14s infinite pro-gradient}html[data-theme=blue] body{background:linear-gradient(135deg,#020817,#063a75 45%,#1868d8 72%,#4c39a8 100%) 0 0/190% 190%;animation:13s infinite pro-gradient}html[data-theme=aurora] .app-shell,html[data-theme=sunset] .app-shell,html[data-theme=blue] .app-shell{-webkit-backdrop-filter:saturate(125%);backdrop-filter:saturate(125%)}.app-shell.temporary-mode{--main:#17161d;--sidebar:#121116;--surface:#292731;--surface-hover:#25232d;--surface-raised:#302d3a;--surface-soft:#201e27;--border:#b19cff1f;--border-strong:#b19cff3b}.app-shell.temporary-mode .main-panel:before{content:"";pointer-events:none;background:radial-gradient(circle at 50% 35%,#845fff1a,#0000 34%),radial-gradient(circle at 78% 85%,#376ba00f,#0000 28%);animation:8s ease-in-out infinite mystery-breathe;position:absolute;inset:0}button,input,textarea{font:inherit}button{color:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;border:0}button:disabled{cursor:default}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.skip-link{z-index:1000;background:var(--text);color:var(--inverse);border-radius:10px;padding:9px 14px;text-decoration:none;position:fixed;top:8px;left:50%;transform:translate(-50%,-150%)}.skip-link:focus{transform:translate(-50%)}.app-shell{background:var(--main);height:100dvh;transition:background .26s;display:flex}.sidebar{z-index:30;width:var(--sidebar-width);flex:0 0 var(--sidebar-width);background:var(--sidebar);transition:width .24s var(--ease), flex-basis .24s var(--ease), transform .24s var(--ease), background .26s ease;flex-direction:column;display:flex;position:relative;overflow:hidden}.app-shell.sidebar-collapsed .sidebar{flex-basis:0;width:0}.sidebar-header{min-width:var(--sidebar-width);justify-content:space-between;align-items:center;height:56px;padding:8px 12px;display:flex}.brand-button,.icon-btn,.round-btn{background:0 0;place-items:center;transition:background .15s,transform .15s,color .15s;display:grid}.brand-button{border-radius:10px;width:40px;height:40px}.brand-logo{object-fit:contain;width:30px;height:30px}html[data-theme=light] .brand-logo,html[data-theme=light] .welcome-mark img,html[data-theme=light] .model-option img,html[data-theme=light] .auth-logo,html[data-theme=light-pink] .brand-logo,html[data-theme=light-pink] .welcome-mark img,html[data-theme=light-pink] .model-option img,html[data-theme=light-pink] .auth-logo{filter:invert()}.brand-button:hover,.icon-btn:hover,.round-btn:hover{background:var(--surface-hover)}.brand-button:active,.icon-btn:active,.round-btn:active{transform:scale(.94)}.icon-btn{width:38px;height:38px;color:var(--muted);border-radius:10px}.icon-btn[aria-pressed=true]{background:var(--text);color:var(--inverse)}.primary-nav{min-width:var(--sidebar-width);padding:4px 8px 8px}.nav-row{text-align:left;background:0 0;border-radius:8px;align-items:center;gap:12px;width:100%;min-height:40px;padding:8px 10px;font-size:14px;transition:background .13s;display:flex}.nav-row:hover{background:var(--surface-hover)}.nav-leading{width:20px;color:var(--muted);place-items:center;display:grid}.nav-label{flex:1;min-width:0}.nav-lock{color:var(--muted-soft);font-size:9px}.signed-in .nav-lock{display:none!important}kbd{color:var(--muted-soft);opacity:0;background:0 0;border:0;font:11px/1.2 Inter,sans-serif;transition:opacity .13s}.nav-row:hover kbd{opacity:1}.history-section{min-width:var(--sidebar-width);flex:1;padding:6px 8px 10px;overflow:hidden}.history-heading{color:var(--muted);padding:12px 10px 7px;font-size:12px;font-weight:600}.history-list{scrollbar-width:thin;scrollbar-color:transparent transparent;height:calc(100% - 36px);overflow-y:auto}.history-list:hover{scrollbar-color:var(--surface-raised) transparent}.history-empty{color:var(--muted-soft);padding:12px 10px;font-size:12px;line-height:1.55}.history-empty button{background:var(--surface);border-radius:8px;margin-top:11px;padding:7px 10px;font-size:11px;display:inline-flex}.history-group{margin-top:6px}.history-group-title{color:var(--muted-soft);padding:8px 10px 5px;font-size:11px;font-weight:600}.history-item-wrap{position:relative}.history-item{white-space:nowrap;text-overflow:ellipsis;text-align:left;background:0 0;border-radius:8px;align-items:center;width:100%;height:36px;padding:0 36px 0 10px;font-size:13px;display:flex;overflow:hidden}.history-item:hover,.history-item.active{background:var(--surface-hover)}.history-more{width:30px;height:30px;color:var(--muted);opacity:0;background:0 0;border-radius:7px;place-items:center;display:grid;position:absolute;top:3px;right:3px}.history-item-wrap:hover .history-more,.history-item.active+.history-more,.history-more:focus-visible{opacity:1}.history-more:hover{background:var(--surface-raised)}.history-context-menu{z-index:95;border:1px solid var(--border);background:var(--surface-raised);width:164px;box-shadow:var(--shadow);animation:pop-in .15s var(--ease);border-radius:11px;padding:6px;position:fixed}.history-context-menu button{text-align:left;background:0 0;border-radius:7px;align-items:center;gap:10px;width:100%;padding:9px 10px;font-size:12px;display:flex}.history-context-menu button:hover{background:var(--surface-hover)}.history-context-menu button i{width:16px;color:var(--muted)}.history-context-menu .danger,.history-context-menu .danger i{color:var(--red)}.sidebar-footer{min-width:var(--sidebar-width);border-top:1px solid var(--border);padding:8px}.profile-button{text-align:left;background:0 0;border-radius:10px;align-items:center;gap:10px;width:100%;padding:8px;display:flex}.profile-button:hover{background:var(--surface-hover)}.avatar{color:#10131d;background:linear-gradient(145deg,#8eb9ff,#7f6cdf);border-radius:50%;flex:none;place-items:center;width:30px;height:30px;font-size:12px;font-weight:700;display:grid;overflow:hidden}.avatar>img{border-radius:inherit;object-fit:cover;width:100%;height:100%;display:block}.avatar.large{width:46px;height:46px;font-size:16px}.profile-copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.profile-copy strong{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.profile-copy small{white-space:nowrap;text-overflow:ellipsis;color:var(--muted);font-size:10px;overflow:hidden}.profile-button>i{color:var(--muted);font-size:12px}.profile-button[aria-expanded=true]{background:var(--surface-hover)}.popover.profile-dropdown{z-index:110;width:min(310px,100vw - 20px);padding:8px;position:fixed}.profile-dropdown.from-sidebar{bottom:70px;left:10px}.profile-dropdown.from-header{top:49px;right:10px}.profile-dropdown-head{grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:10px;padding:7px 7px 9px;display:grid}.profile-dropdown-avatar-button{background:0 0;border-radius:50%;width:46px;height:46px;padding:0;position:relative}.profile-dropdown-avatar{width:46px;height:46px;font-size:15px}.profile-camera{border:2px solid var(--surface-raised);background:var(--text);width:18px;height:18px;color:var(--inverse);transition:transform .16s var(--ease);border-radius:50%;place-items:center;font-size:7px;display:grid;position:absolute;bottom:-1px;right:-1px}.profile-dropdown-avatar-button:hover .profile-camera{transform:scale(1.08)}.profile-dropdown-identity{flex-direction:column;gap:3px;min-width:0;display:flex}.profile-dropdown-identity strong,.profile-dropdown-identity small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.profile-dropdown-identity strong{font-size:13px;font-weight:600}.profile-dropdown-identity small{color:var(--muted);font-size:9px}.profile-dropdown-plan{border:1px solid var(--border);color:var(--muted);border-radius:99px;padding:4px 7px;font-size:9px;font-weight:600}.profile-dropdown-plan.pro{color:#b7a8ff;background:linear-gradient(135deg,#8969ff21,#4c8dff14);border-color:#7e6aff47}.profile-dropdown-divider{background:var(--border);height:1px;margin:3px 4px}.profile-dropdown-action{width:100%;min-height:40px;color:var(--text);text-align:left;background:0 0;border-radius:9px;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px 9px;display:grid}.profile-dropdown-action:hover{background:var(--surface-hover)}.profile-dropdown-action>i:first-child{width:20px;color:var(--muted);text-align:center;font-size:11px}.profile-dropdown-action>i:last-child{color:var(--muted-soft);font-size:8px}.profile-dropdown-action span{font-size:11px;font-weight:500}.profile-dropdown-action small{color:var(--muted);font-size:8px}.profile-dropdown-action[hidden]{display:none!important}.profile-dropdown-signout,.profile-dropdown-signout>i:first-child{color:#ef8080}.main-panel{background:var(--main);flex-direction:column;flex:1;min-width:0;transition:background .26s;display:flex;position:relative;overflow:hidden}.topbar{z-index:20;background:linear-gradient(to bottom, var(--main) 72%, transparent);justify-content:space-between;align-items:center;height:56px;padding:8px 14px;display:flex;position:absolute;inset:0 0 auto}.topbar-left,.topbar-actions{align-items:center;gap:4px;display:flex}.mobile-menu-button,.collapsed-sidebar-button{display:none}.app-shell.sidebar-collapsed .collapsed-sidebar-button{display:grid}.model-picker-wrap,.tools-wrap,.quota-wrap{position:relative}.model-picker{color:var(--text);letter-spacing:-.025em;background:0 0;border-radius:9px;align-items:center;gap:7px;padding:8px 10px;font-size:17px;font-weight:600;display:flex}.model-picker:hover{background:var(--surface-hover)}.model-picker i{color:var(--muted);font-size:10px}.temporary-title{color:#b8aaff;align-items:center;gap:6px;margin-left:5px;font-size:11px;font-weight:600;display:inline-flex}.header-action{background:0 0;border-radius:10px;align-items:center;gap:7px;height:38px;padding:0 12px;font-size:13px;display:flex}.header-action:hover{background:var(--surface-hover)}.signin-button{background:var(--text);height:34px;color:var(--inverse);border-radius:17px;padding:0 14px;font-size:12px;font-weight:600}.signin-button.account{color:#0c1020;background:linear-gradient(145deg,#8eb9ff,#7f6cdf);border-radius:50%;width:34px;padding:0}.popover{z-index:80;border:1px solid var(--border);background:var(--surface-raised);box-shadow:var(--shadow);animation:pop-in .19s var(--ease);transform-origin:bottom;border-radius:14px;padding:6px;position:absolute}.popover[hidden]{display:none}.model-menu{width:310px;top:46px;left:0}.model-option{text-align:left;background:0 0;border-radius:9px;align-items:center;gap:11px;width:100%;padding:10px;display:flex;position:relative}.model-option:hover{background:var(--surface-hover)}.model-option img{object-fit:contain;width:26px;height:26px}.model-option>span:not(.moonlight-model-mark):not(.model-coming-soon){flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.model-option strong{font-size:13px}.model-option small{color:var(--muted);font-size:10px}.model-option>i{color:var(--blue);opacity:0;transition:opacity .14s ease, transform .18s var(--ease);font-size:11px;transform:scale(.7)}.model-option.selected>i{opacity:1;transform:scale(1)}.moonlight-option.selected{background:linear-gradient(90deg,#735dff1f,#4b82ff0d)}.model-option-locked{color:var(--muted);margin-top:2px}.model-option-locked>i{color:var(--muted-soft)}.moonlight-model-mark{color:#bcb5ff;background:radial-gradient(circle at 35% 30%,#8d84ff61,#352e7026);border:1px solid #8276ff33;border-radius:9px;flex:0 0 27px;place-items:center;width:27px;height:27px;display:grid;box-shadow:inset 0 0 14px #8b7dff14}.model-coming-soon{z-index:3;color:#c8c2ff;letter-spacing:.03em;opacity:0;pointer-events:none;width:max-content;transition:opacity .14s ease, transform .14s var(--ease);background:#151427;border:1px solid #8276ff40;border-radius:8px;padding:6px 9px;font-size:9px;font-weight:700;position:absolute;top:calc(100% - 2px);right:8px;transform:translateY(-4px)scale(.96);box-shadow:0 10px 28px #00000047}.model-option-locked:hover .model-coming-soon,.model-option-locked:focus-visible .model-coming-soon,.model-option-locked.show-coming-soon .model-coming-soon{opacity:1;transform:translateY(0)scale(1)}.model-note{border-top:1px solid var(--border);color:var(--muted);align-items:center;gap:7px;margin:3px 4px 1px;padding:9px;font-size:10px;display:flex}.model-note i{color:#b9a3ff}.conversation-shell{flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.plugins-page{background:var(--main);flex:1;min-height:0;animation:.22s fade-in}.plugins-page-scroll{scrollbar-width:thin;scrollbar-color:var(--surface-raised) transparent;height:100%;padding:92px 28px 70px;overflow-y:auto}.plugins-content{width:min(960px,100%);margin:0 auto}.plugins-hero{grid-template-columns:minmax(0,1fr) minmax(250px,300px);align-items:end;gap:44px;margin-bottom:49px;display:grid}.plugins-eyebrow{color:var(--muted-soft);letter-spacing:.09em;text-transform:uppercase;margin-bottom:9px;font-size:9px;font-weight:700;display:block}.plugins-hero h1{letter-spacing:-.045em;margin:0;font-size:clamp(30px,4vw,38px);line-height:1.08}.plugins-hero p{color:var(--muted);margin:9px 0 0;font-size:14px}.plugins-search{border:1px solid var(--border-strong);background:var(--surface);height:45px;color:var(--muted);transition:border-color .18s ease, box-shadow .22s var(--ease), background .18s ease;border-radius:23px;align-items:center;gap:10px;padding:0 13px;display:flex}.plugins-search:focus-within{background:var(--surface-raised);box-shadow:0 0 0 3px var(--blue-soft);border-color:#6b9dff7a}.plugins-search>i{font-size:12px}.plugins-search input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;flex:1;font-size:12px}.plugins-search input::placeholder{color:var(--muted)}.plugins-search kbd{opacity:1;font-size:8px}.installed-plugins{margin-bottom:44px}.plugins-section-title{align-items:center;gap:8px;min-height:25px;margin-bottom:13px;display:flex}.plugins-section-title h2{letter-spacing:-.01em;margin:0;font-size:14px;font-weight:650}.plugins-section-title>span{background:var(--surface);min-width:18px;height:18px;color:var(--muted);border-radius:9px;place-items:center;padding:0 5px;font-size:8px;display:grid}.installed-plugin-icons{flex-wrap:wrap;gap:10px;display:flex}.installed-plugin-button{border:1px solid var(--border);background:var(--surface-soft);width:51px;height:51px;transition:transform .18s var(--ease), border-color .18s ease, background .18s ease;border-radius:15px;place-items:center;padding:0;display:grid;position:relative}.installed-plugin-button:hover{border-color:var(--border-strong);background:var(--surface-hover);transform:translateY(-2px)}.installed-plugin-button:after{content:"";border:3px solid var(--main);background:var(--green);border-radius:50%;width:14px;height:14px;position:absolute;bottom:-1px;right:-1px}.plugin-list{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:44px;display:grid}.plugin-card{border-bottom:1px solid var(--border);min-width:0;min-height:89px;transition:background .17s ease, transform .19s var(--ease);grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:14px;padding:15px 4px;display:grid}.plugin-card:hover{background:linear-gradient(90deg,#0000,#ffffff06,#0000);transform:translateY(-1px)}.plugin-logo{background:var(--surface);color:#fff;border:1px solid #ffffff0f;border-radius:14px;place-items:center;width:48px;height:48px;font-size:19px;display:grid;overflow:hidden;box-shadow:inset 0 1px #ffffff0d}.plugin-logo.gmail{color:#e94235;background:linear-gradient(145deg,#fff,#ececec)}.plugin-logo.spotify{color:#08150c;background:#1ed760;font-size:23px}.plugin-logo.github{color:#151515;background:#f1f1f1}.plugin-logo.drive{color:#2784fc;background:linear-gradient(145deg,#fff,#ececec)}.plugin-logo.calendar{color:#fff;background:#4285f4}.plugin-logo.slack{color:#692d73;background:#fff}.plugin-logo.canva{color:#fff;background:linear-gradient(145deg,#16c8c7,#7d4dff)}.plugin-logo.dropbox{color:#fff;background:#176df5}.plugin-logo.notion{color:#111;background:#fff}.plugin-copy{flex-direction:column;gap:5px;min-width:0;display:flex}.plugin-copy strong{align-items:center;gap:7px;font-size:13px;font-weight:620;display:flex}.plugin-copy>span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;line-height:1.35;overflow:hidden}.plugin-copy small{color:var(--green);align-items:center;gap:5px;font-size:8px;display:flex}.plugin-copy small.expired{color:var(--orange)}.plugin-copy small.soon{color:var(--muted-soft)}.plugin-action{min-width:35px;height:35px;color:var(--text);transition:background .16s ease, border-color .16s ease, transform .16s var(--ease), color .16s ease;background:0 0;border:1px solid #0000;border-radius:18px;justify-content:center;align-items:center;gap:7px;padding:0 10px;font-size:9px;font-weight:650;display:inline-flex}.plugin-action:hover{border-color:var(--border);background:var(--surface-hover)}.plugin-action:active{transform:scale(.95)}.plugin-action.connect{background:var(--text);color:var(--inverse)}.plugin-action.connected{border-color:var(--border);color:var(--muted)}.plugin-action:disabled{opacity:.48}.plugin-action.loading i{animation:.8s linear infinite spin}.plugins-empty{color:var(--muted);text-align:center;padding:48px 0;font-size:11px}.plugins-privacy-note{border-top:1px solid var(--border);color:var(--muted-soft);align-items:flex-start;gap:9px;margin-top:34px;padding-top:18px;font-size:9px;line-height:1.5;display:flex}.plugins-privacy-note i{color:#75adff;padding-top:1px}.messages{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--surface-raised) transparent;flex:1;padding:76px 16px 200px;overflow-y:auto}.conversation-shell.empty .messages{display:none}.welcome{text-align:center;width:calc(100% - 40px);animation:welcome-in .42s var(--ease);position:absolute;top:calc(50% - 98px);left:50%;transform:translate(-50%,-50%)}.welcome-mark{border:1px solid var(--border);background:#ffffff05;border-radius:14px;place-items:center;width:42px;height:42px;margin:0 auto 15px;display:grid;box-shadow:0 10px 35px #0000001f}.welcome-mark img{object-fit:contain;width:31px;height:31px}.welcome h1{letter-spacing:-.04em;margin:0;font-size:clamp(25px,2.4vw,33px);font-weight:500;line-height:1.2}.welcome p{max-width:520px;color:var(--muted);margin:10px auto 0;font-size:13px;line-height:1.5}.conversation-shell:not(.empty) .welcome{display:none}.message{width:min(780px,100%);animation:message-in .26s var(--ease);grid-template-columns:32px minmax(0,1fr);gap:14px;margin:0 auto 30px;display:grid}.message.user{flex-direction:column;justify-content:flex-end;align-items:flex-end;display:flex}.message.user>div{max-width:min(82%,620px)}.user-bubble{background:var(--surface);white-space:pre-wrap;word-break:break-word;border-radius:22px;padding:10px 16px;line-height:1.55}.assistant-avatar{border:1px solid var(--border);background:#ffffff05;border-radius:11px;place-items:center;width:31px;height:31px;display:grid}.assistant-avatar img{object-fit:contain;width:23px;height:23px}html[data-theme=light] .assistant-avatar img{filter:invert()}.assistant-body{min-width:0;color:var(--text);padding-top:3px;font-size:15px;line-height:1.72}.assistant-copy p{margin:0 0 13px}.assistant-copy p:last-child{margin-bottom:0}.assistant-copy h1,.assistant-copy h2,.assistant-copy h3{letter-spacing:-.02em;margin:20px 0 8px;line-height:1.3}.assistant-copy h1{font-size:21px}.assistant-copy h2{font-size:18px}.assistant-copy h3{font-size:16px}.assistant-copy ul,.assistant-copy ol{margin:7px 0 14px;padding-left:23px}.assistant-copy li{margin:4px 0}.assistant-copy code:not(.code-content code){background:var(--surface);border-radius:5px;padding:2px 5px;font-family:SFMono-Regular,Consolas,monospace;font-size:.9em}.assistant-copy a{color:#7da8ff;text-decoration:none}.assistant-copy a:hover{text-decoration:underline}.thinking-slide{color:#a7a8ad;width:min(100%,620px);margin:3px 0 15px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;overflow:hidden}.thinking-slide.active{animation:worklog-in .26s var(--ease);background:#202123;border:1px solid #fff1;border-radius:13px;padding:17px 18px;position:relative;box-shadow:0 14px 38px #0000002e,inset 0 1px #ffffff06}.thinking-slide.active:before{content:"";background:linear-gradient(90deg,#0000,#7da8ff5c,#0000);height:1px;animation:2.6s ease-in-out infinite worklog-scan;position:absolute;inset:0 0 auto}.thinking-slide.complete{width:fit-content;max-width:100%;color:var(--muted)}.thinking-slide-toggle{min-height:30px;color:var(--muted);background:0 0;border-radius:8px;align-items:center;gap:8px;padding:4px 7px;font:11px/1.3 SFMono-Regular,Consolas,monospace;display:flex}.thinking-slide-toggle:hover{background:var(--surface-hover);color:var(--text)}.thinking-slide-toggle>i:first-child{color:#7f8189;font-size:11px}.thinking-chevron{color:var(--muted-soft);transition:transform .22s var(--ease);margin-left:1px;font-size:8px}.thinking-slide.expanded .thinking-chevron{transform:rotate(180deg)}.thinking-slide-details{transition:grid-template-rows .26s var(--ease);grid-template-rows:0fr;display:grid}.thinking-slide.active .thinking-slide-details,.thinking-slide.expanded .thinking-slide-details{grid-template-rows:1fr}.thinking-slide.complete.expanded .thinking-slide-details{background:#202123;border:1px solid #fff1;border-radius:11px;margin-top:5px;box-shadow:0 12px 30px #00000024}.thinking-slide-inner{min-height:0;overflow:hidden}.thinking-step-list{gap:15px;margin:0;padding:0;list-style:none;display:grid}.thinking-slide.complete .thinking-step-list{min-width:min(520px,100vw - 74px);padding:15px 17px}.thinking-step-list li{color:#909198;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:9px;min-width:0;font-size:12px;line-height:1.35;display:grid}.thinking-step-list li>span:first-child{color:#777981;place-items:center;width:16px;font-size:11px;display:grid}.thinking-step-list li>span:last-child{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.thinking-step-list li.current{color:#d3d4d8;animation:worklog-row-in .23s var(--ease)}.thinking-step-list li.current>span:first-child{color:#9bb8ff}.thinking-step-list li>.thinking-plugin-logo{color:#fff;border:1px solid #ffffff1c;border-radius:6px;width:19px;height:19px;margin-left:-2px;font-size:9px;box-shadow:0 3px 9px #0003}.thinking-step-list li>.thinking-plugin-logo.gmail{color:#e94235;background:linear-gradient(145deg,#fff,#e9e9e9)}.thinking-step-list li>.thinking-plugin-logo.spotify{color:#07150b;background:#1ed760;font-size:11px}.thinking-step-list li.current>span:last-child{width:fit-content;max-width:100%;position:relative}.thinking-step-list li.current>span:last-child:after{content:"";vertical-align:-.15em;background:radial-gradient(circle,#aeb0b8 1px,#0000 1.5px) 0 55%/5px 5px repeat-x;width:16px;height:1em;margin-left:5px;animation:1.15s steps(3,end) infinite worklog-dots;display:inline-block}.message-files{flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-bottom:8px;display:flex}.message-file{border:1px solid var(--border);background:var(--surface-soft);border-radius:12px;align-items:center;gap:9px;min-width:155px;padding:8px 10px;font-size:11px;display:flex}.message-file img{object-fit:cover;border-radius:7px;width:36px;height:36px}.message-file i{color:#fff;background:#4d75b9;border-radius:7px;place-items:center;width:30px;height:30px;display:grid}.message-file span{white-space:nowrap;text-overflow:ellipsis;max-width:145px;overflow:hidden}.message-actions{opacity:0;align-items:center;gap:2px;margin-top:10px;transition:opacity .15s;display:flex}.message:hover .message-actions,.message-actions:focus-within{opacity:1}.message-action{width:30px;height:30px;color:var(--muted);background:0 0;border-radius:7px;place-items:center;font-size:12px;display:grid}.message-action:hover,.message-action.active{background:var(--surface-hover);color:var(--text)}.code-block{border:1px solid var(--border);color:#e7e9ee;background:#111214;border-radius:13px;margin:15px 0;overflow:hidden}.code-header{background:#1c1d20;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:12px;min-height:42px;padding:6px 8px 6px 13px;display:flex}.code-title{align-items:center;gap:8px;min-width:0;display:flex}.code-title i{color:#8fb1ff}.code-title strong{text-overflow:ellipsis;white-space:nowrap;font:11px/1.2 SFMono-Regular,Consolas,monospace;overflow:hidden}.code-actions{align-items:center;gap:3px;display:flex}.code-action{color:#b6bac4;background:0 0;border-radius:6px;align-items:center;gap:6px;height:28px;padding:0 8px;font-size:10px;display:flex}.code-action:hover{color:#fff;background:#ffffff14}.code-content{scrollbar-width:thin;max-height:480px;padding:14px 16px;overflow:auto}.code-content pre{margin:0}.code-content code{white-space:pre;tab-size:2;font:12px/1.62 SFMono-Regular,Consolas,monospace}.composer-dock{z-index:12;background:linear-gradient(to top, var(--main) 78%, transparent);width:min(780px,100% - 32px);padding:0 0 10px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.conversation-shell.empty .composer-dock{background:0 0;bottom:calc(50% - 205px)}.composer{border:1px solid var(--border);background:var(--surface);width:100%;transition:border-color .21s ease, box-shadow .24s var(--ease), background .28s ease, transform .22s var(--ease);border-radius:27px;padding:10px;box-shadow:0 0 0 1px #00000005,0 5px 22px #00000014}.composer:focus-within{border-color:var(--border-strong);box-shadow:0 0 0 1px var(--border), 0 9px 30px #0000001a;transform:translateY(-1px)}#promptInput{resize:none;width:100%;max-height:180px;color:var(--text);background:0 0;border:0;outline:0;padding:3px 8px 8px;font-size:16px;line-height:1.5;display:block;overflow-y:auto}#promptInput::placeholder{color:var(--muted)}.composer-toolbar{justify-content:space-between;align-items:center;min-height:34px;display:flex}.composer-actions-left,.composer-actions-right{align-items:center;gap:5px;display:flex}.round-btn{background:0 0;border-radius:50%;width:34px;height:34px}.tool-button{background:0 0;border-radius:17px;align-items:center;gap:7px;height:34px;padding:0 10px;font-size:13px;display:flex}.tool-button:hover,.tool-button.active{background:var(--surface-hover)}.tools-menu{width:265px;bottom:42px;left:0}.tools-menu>button{text-align:left;background:0 0;border-radius:9px;align-items:center;gap:11px;width:100%;padding:10px;display:flex}.tools-menu>button:hover{background:var(--surface-hover)}.tools-menu>button>i:first-child{width:18px;color:var(--muted)}.tools-menu>button>span{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.tools-menu strong{font-size:12px}.tools-menu small{color:var(--muted);font-size:9px}.tool-lock{color:var(--muted-soft);font-size:9px}.signed-in .tool-lock{display:none!important}.active-tool-row{padding:0 2px 7px;display:flex}.active-tool-row[hidden],.attachment-preview[hidden]{display:none!important}.active-tool-chip{color:#9fc0ff;background:#4c8dff29;border:1px solid #5691ff5c;border-radius:99px;align-items:center;gap:7px;padding:7px 10px;font-size:11px;font-weight:600;display:inline-flex}.active-tool-chip:hover{background:#4c8dff38}.active-tool-chip i:last-child{margin-left:2px;font-size:9px}.send-button{background:var(--text);width:34px;height:34px;color:var(--inverse);border-radius:50%;place-items:center;transition:opacity .15s,transform .15s;display:grid}.send-button:disabled{opacity:.28}.send-button:not(:disabled):active{transform:scale(.92)}.stop-button{font-size:11px}.mic-button.listening{background:var(--red);color:#fff;animation:1.4s ease-in-out infinite mic-pulse}.voice-wrap{align-items:center;gap:1px;display:flex;position:relative}.voice-language-button{height:30px;color:var(--muted);transition:color .16s ease, background .16s ease, transform .16s var(--ease);background:0 0;border-radius:15px;align-items:center;gap:4px;padding:0 7px;font-size:9px;font-weight:650;display:flex}.voice-language-button:hover,.voice-language-button[aria-expanded=true]{background:var(--surface-hover);color:var(--text)}.voice-language-button:active{transform:scale(.95)}.voice-language-button i{transition:transform .18s var(--ease);font-size:7px}.voice-language-button[aria-expanded=true] i{transform:rotate(180deg)}.voice-menu{scrollbar-width:thin;width:224px;max-height:min(390px,55vh);padding:7px;bottom:43px;right:0;overflow-y:auto}.voice-menu-head{border-bottom:1px solid var(--border);flex-direction:column;gap:3px;margin-bottom:4px;padding:7px 8px 9px;display:flex}.voice-menu-head strong{font-size:11px}.voice-menu-head small{color:var(--muted);font-size:8px;font-weight:450}.voice-menu>button{width:100%;min-height:34px;color:var(--muted);text-align:left;background:0 0;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:7px 9px;font-size:10px;transition:color .14s,background .14s;display:flex}.voice-menu>button:hover,.voice-menu>button.selected{background:var(--surface-hover);color:var(--text)}.voice-menu>button>span{align-items:center;gap:7px;display:flex}.voice-menu>button>span i{color:#8eacff;text-align:center;width:13px;font-size:8px}.voice-menu>button>i{color:var(--blue);opacity:0;transition:opacity .14s ease, transform .18s var(--ease);font-size:8px;transform:scale(.7)}.voice-menu>button.selected>i{opacity:1;transform:scale(1)}.quota-button{background:0 0;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.quota-button:hover{background:var(--surface-hover)}.usage-ring{--usage:0;--quota-color:var(--green);background:conic-gradient(var(--quota-color) calc(var(--usage) * 1%), var(--border-strong) 0);border-radius:50%;place-items:center;width:22px;height:22px;transition:background .26s;display:grid}.usage-ring.warning{--quota-color:var(--orange)}.usage-ring.limit{--quota-color:var(--red);animation:1.8s ease-in-out infinite quota-pulse}.usage-ring>span{background:var(--surface);border-radius:50%;width:15px;height:15px}.quota-popover{width:240px;padding:13px;bottom:43px;right:-45px}.quota-popover-head{justify-content:space-between;gap:12px;font-size:11px;display:flex}.quota-popover-head span{color:var(--muted)}.quota-track{background:var(--border-strong);border-radius:5px;height:5px;margin:10px 0;overflow:hidden}.quota-track span{border-radius:inherit;background:var(--green);width:0;height:100%;transition:width .25s,background .25s;display:block}.quota-popover p{color:var(--muted);margin:0;font-size:9px;line-height:1.5}.quota-popover button{background:var(--blue);color:#fff;border-radius:8px;width:100%;margin-top:11px;padding:8px;font-size:10px;font-weight:600}.signed-in .quota-popover button{display:none}.attachment-preview{gap:8px;padding:2px 2px 9px;display:flex;overflow-x:auto}.attachment-card{border:1px solid var(--border);background:var(--surface-soft);border-radius:13px;align-items:center;gap:9px;min-width:152px;max-width:195px;padding:8px;display:flex;position:relative}.attachment-card img,.attachment-type{object-fit:cover;border-radius:8px;flex:none;width:40px;height:40px}.attachment-type{color:#fff;background:#4b70ad;place-items:center;font-size:10px;font-weight:700;display:grid}.attachment-meta{flex-direction:column;gap:3px;min-width:0;display:flex}.attachment-meta strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.attachment-meta small{color:var(--muted);font-size:9px}.attachment-remove{border:2px solid var(--surface);background:var(--text);width:20px;height:20px;color:var(--inverse);border-radius:50%;place-items:center;font-size:9px;display:grid;position:absolute;top:-7px;right:-7px}.attachment-loading:after{content:"";border-radius:inherit;background:linear-gradient(90deg,#0000,#ffffff14,#0000);animation:1s linear infinite shimmer;position:absolute;inset:0}.suggestion-chips{flex-wrap:wrap;justify-content:center;gap:8px;margin:14px auto 0;display:flex}.suggestion-chips button{border:1px solid var(--border);height:36px;color:var(--muted);background:0 0;border-radius:18px;align-items:center;gap:7px;padding:0 12px;font-size:11px;transition:background .15s,color .15s,transform .15s;display:flex}.suggestion-chips button:hover{background:var(--surface-hover);color:var(--text);transform:translateY(-1px)}.suggestion-chips button i{color:#d6a361}.conversation-shell:not(.empty) .suggestion-chips{display:none}.legal-note{color:var(--muted-soft);text-align:center;margin:8px 0 0;font-size:9px}.mobile-backdrop{display:none}.modal-layer{z-index:100;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.modal-layer[hidden]{display:none}.modal-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0000009e;animation:.15s fade-in;position:absolute;inset:0}.dialog{z-index:1;border:1px solid var(--border);background:var(--surface-raised);width:min(560px,100%);max-height:min(760px,100dvh - 36px);box-shadow:var(--shadow);animation:dialog-in .2s var(--ease);border-radius:18px;position:relative;overflow-y:auto}.dialog-close{position:absolute;top:12px;right:12px}.search-dialog{overflow:hidden}.search-field{border-bottom:1px solid var(--border);align-items:center;gap:12px;height:58px;padding:0 18px;display:flex}.search-field>i{color:var(--muted)}.search-field input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;flex:1;font-size:15px}.search-field kbd{opacity:1;border:1px solid var(--border);border-radius:5px;padding:4px 6px}.search-results{min-height:110px;max-height:430px;padding:8px;overflow-y:auto}.search-result{text-align:left;background:0 0;border-radius:10px;align-items:center;gap:12px;width:100%;padding:11px;display:flex}.search-result:hover{background:var(--surface-hover)}.search-result>i{color:var(--muted)}.search-result span{flex-direction:column;gap:4px;min-width:0;display:flex}.search-result strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.search-result small,.empty-search{color:var(--muted);font-size:10px}.empty-search{text-align:center;padding:32px 12px;line-height:1.5}.auth-dialog{text-align:center;width:min(430px,100%);padding:32px}.auth-logo{object-fit:contain;width:42px;height:42px;margin-bottom:13px}.auth-dialog h2{letter-spacing:-.035em;margin:0;font-size:22px}.auth-dialog>p{color:var(--muted);margin:8px auto 19px;font-size:11px;line-height:1.5}.google-auth-button{border:1px solid var(--border-strong);background:var(--surface-soft);width:100%;height:44px;transition:transform .16s var(--ease), background .16s ease, border-color .16s ease;border-radius:11px;justify-content:center;align-items:center;gap:10px;font-size:12px;font-weight:600;display:flex}.google-auth-button:hover{background:var(--surface-hover);border-color:#5e91ff59;transform:translateY(-1px)}.google-auth-button:disabled{opacity:.55}.google-auth-button i{color:#4285f4;font-size:14px}.auth-divider{color:var(--muted-soft);align-items:center;gap:10px;margin:15px 0;font-size:9px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.auth-tabs{background:var(--surface-soft);border-radius:10px;grid-template-columns:1fr 1fr;gap:3px;padding:3px;display:grid}.auth-tabs button{color:var(--muted);background:0 0;border-radius:8px;padding:8px;font-size:11px}.auth-tabs button.active{background:var(--surface-raised);color:var(--text);box-shadow:0 1px 5px #00000029}#authForm{text-align:left;flex-direction:column;gap:11px;margin-top:15px;display:flex}#authForm label{color:var(--muted);flex-direction:column;gap:6px;font-size:10px;font-weight:600;display:flex}#authForm input{border:1px solid var(--border);background:var(--surface-soft);width:100%;height:43px;color:var(--text);border-radius:10px;outline:0;padding:0 12px;font-size:12px}#authForm input:focus{border-color:var(--blue)}.auth-error{text-align:left;background:#f267671a;border-radius:8px;padding:9px 10px;color:#ff9a9a!important;margin:0!important;font-size:10px!important}.auth-submit{background:var(--text);width:100%;min-height:42px;color:var(--inverse);border-radius:10px;padding:0 15px;font-size:12px;font-weight:600}.auth-submit:disabled{opacity:.55}.forgot-button{color:#87adff;background:0 0;margin-top:12px;font-size:10px}.auth-fineprint{margin-bottom:0!important;font-size:9px!important}.account-dialog{width:min(480px,100%);padding:26px}.account-profile{align-items:center;gap:13px;margin-bottom:20px;padding-right:44px;display:flex}.account-profile-copy{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.account-profile h2{margin:0;font-size:18px}.account-profile p{color:var(--muted);margin:0;font-size:11px}.account-name-field{color:var(--muted);flex-direction:column;gap:6px;font-size:10px;font-weight:600;display:flex}.account-name-field input{border:1px solid var(--border);background:var(--surface-soft);width:100%;height:40px;color:var(--text);border-radius:10px;outline:0;padding:0 12px;font-size:12px}.account-name-field input:focus{border-color:var(--blue)}.profile-save-status{min-height:13px;color:var(--muted-soft);align-items:center;gap:6px;font-size:9px;display:flex}.profile-save-status:before{content:"";background:currentColor;border-radius:50%;width:5px;height:5px}.profile-save-status[data-tone=saving]{color:#8eb5ff}.profile-save-status[data-tone=saving]:before{animation:1s ease-in-out infinite thinking-pulse}.profile-save-status[data-tone=saved]{color:#68c796}.profile-save-status[data-tone=error]{color:#ef7676}.avatar-button{border:1px solid var(--border);background:var(--surface-soft);cursor:pointer;width:58px;height:58px;transition:transform .16s var(--ease), border-color .16s ease;border-radius:50%;flex:none;place-items:center;padding:0;display:grid;position:relative;overflow:hidden}.avatar-button:hover{border-color:var(--border-strong);transform:translateY(-1px)}.avatar-button img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.avatar-button .avatar{border-radius:50%;place-items:center;width:100%;height:100%;display:grid;position:absolute;inset:0}.avatar-button .avatar.large{width:100%;height:100%;font-size:16px}#accountAvatarImage[hidden]{display:none}.account-plan{border:1px solid var(--border);background:var(--surface-soft);text-align:left;width:100%;transition:transform .16s var(--ease), border-color .16s ease, background .16s ease;border-radius:12px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:13px;display:grid}.account-plan:hover{border-color:var(--border-strong);background:var(--surface-hover);transform:translateY(-1px)}.account-plan span{align-items:center;gap:8px;display:flex}.account-plan i{color:var(--green)}.account-plan>i:last-child{color:var(--muted-soft);font-size:9px}.account-plan strong{font-size:12px}.account-plan small{color:var(--muted);font-size:10px}.account-plan.pro{background:linear-gradient(135deg,#8969ff1f,#4c8dff14);border-color:#9e84ff47}.account-plan.pro #accountPlanIcon{color:#b59cff}.setting-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:18px;padding:17px 0;display:flex}.setting-row>div:first-child{flex-direction:column;gap:4px;display:flex}.setting-row strong{font-size:12px}.setting-row small{color:var(--muted);font-size:10px}.segmented{background:var(--surface-soft);border-radius:9px;padding:3px;display:flex}.segmented button{background:0 0;border-radius:7px;padding:7px 10px;font-size:10px}.segmented button.active{background:var(--surface-raised);box-shadow:0 1px 4px #00000026}.theme-swatches{align-items:center;gap:7px;display:flex}.theme-swatches button{border:1px solid var(--border);background:var(--surface-soft);width:34px;height:34px;transition:transform .15s var(--ease), border-color .15s ease;border-radius:10px;place-items:center;display:grid;position:relative}.theme-swatches button:hover{border-color:var(--border-strong);transform:translateY(-1px)}.theme-swatches button.active{border-color:var(--blue);box-shadow:0 0 0 2px var(--blue-soft)}.theme-swatches button>i{border:2px solid var(--surface-raised);background:var(--text);width:15px;height:15px;color:var(--inverse);border-radius:50%;place-items:center;font-size:6px;display:grid;position:absolute;bottom:-4px;right:-4px}.pro-account .theme-swatches button>i{display:none}.theme-swatch{border-radius:7px;width:20px;height:20px;box-shadow:inset 0 0 0 1px #00000014}.theme-swatch.pink{background:linear-gradient(145deg,#fff4f9,#ed9fc5)}.theme-swatch.aurora{background:linear-gradient(145deg,#45d4be,#614ab5)}.theme-swatch.sunset{background:linear-gradient(145deg,#ffb278,#8e3e76)}.theme-swatch.blue{background:linear-gradient(145deg,#88d7ff,#1c73ea 54%,#5735b8)}.account-action{border-bottom:1px solid var(--border);text-align:left;background:0 0;align-items:center;gap:10px;width:100%;padding:13px 2px;font-size:12px;display:flex}.account-action.danger{color:var(--red)}.admin-entry{color:#aa96ff;margin-top:4px}.admin-entry>span{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.admin-entry strong{color:var(--text);font-size:12px}.admin-entry small{color:var(--muted);font-size:9px}.admin-entry>i:last-child{color:var(--muted-soft);font-size:9px}.limit-dialog{text-align:center;width:min(400px,100%);padding:32px}.limit-icon{width:54px;height:54px;color:var(--red);background:#f267671a;border-radius:16px;place-items:center;margin:0 auto 15px;font-size:20px;display:grid}.limit-dialog h2{margin:0;font-size:22px}.limit-dialog p{color:var(--muted);margin:9px auto;font-size:11px;line-height:1.55}.limit-dialog>strong{color:var(--orange);margin:17px 0;font-size:12px;display:block}.secondary-submit{color:#b9a6ff;background:#9e84ff1a;border:1px solid #9e84ff4d;border-radius:10px;width:100%;min-height:42px;margin-bottom:9px;padding:0 15px;font-size:12px;font-weight:600}.subscription-dialog{background:var(--surface-raised);width:min(790px,100%);color:var(--text);padding:36px;overflow:hidden auto}.plans-header{text-align:center;padding:1px 42px 28px}.plans-header>span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:650}.plans-header h2{letter-spacing:-.045em;margin:9px 0 7px;font-size:clamp(27px,4vw,36px);line-height:1.1}.plans-header p{color:var(--muted);margin:0;font-size:12px;line-height:1.55}.plan-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.plan-card{border:1px solid var(--border);background:var(--surface-soft);border-radius:14px;flex-direction:column;min-width:0;padding:22px;display:flex}.plan-card.current{border-color:var(--border-strong)}.plan-card.pro{background:linear-gradient(145deg,#4c8dff13,#795ae10e);border-color:#4c8dff57}.plan-card-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.plan-card-head h3{letter-spacing:-.025em;margin:0;font-size:20px}.plan-card-head p{color:var(--muted);margin:5px 0 0;font-size:10px}.plan-status{background:var(--surface-hover);color:var(--muted);white-space:nowrap;border-radius:99px;padding:4px 7px;font-size:8px;font-weight:650}.plan-status.coming{color:#82aaff;background:#4c8dff1a}.plan-price{align-items:baseline;gap:7px;min-height:64px;margin-top:24px;display:flex}.plan-price strong{letter-spacing:-.045em;font-size:31px;line-height:1}.plan-price span{color:var(--muted);font-size:9px}.plan-price.future{flex-direction:column;justify-content:center;align-items:flex-start;gap:5px}.plan-price.future strong{letter-spacing:-.02em;font-size:19px}.plan-button{border:1px solid var(--border-strong);background:var(--surface);width:100%;height:40px;color:var(--muted);border-radius:9px;margin-top:4px;font-size:10px;font-weight:650}.plan-card.current .plan-button{background:var(--surface-hover);color:var(--text)}.pro-plan-button{color:#fff;opacity:.72;background:#4c8dff;border-color:#4c8dff52}.plan-divider{background:var(--border);height:1px;margin:20px 0 17px}.plan-includes{font-size:10px;font-weight:650}.plan-card ul{flex-direction:column;flex:1;gap:11px;margin:15px 0 2px;padding:0;list-style:none;display:flex}.plan-card li{color:var(--muted);grid-template-columns:17px minmax(0,1fr);align-items:start;gap:8px;font-size:10px;line-height:1.45;display:grid}.plan-card li i{color:var(--text);padding-top:2px;font-size:8px}.plan-card.pro li i{color:#79a9ff}.subscription-note{color:var(--muted-soft);text-align:center;margin:20px 0 0;font-size:9px}.admin-dialog{width:min(1040px,100vw - 28px);height:min(820px,100dvh - 28px);overflow:hidden}.admin-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:68px;padding:0 18px;display:flex}.admin-header>div{align-items:center;gap:11px;display:flex}.admin-header span:not(.admin-mark){color:#9d8cff;letter-spacing:.09em;text-transform:uppercase;font-size:8px;font-weight:700}.admin-header h2{margin:2px 0 0;font-size:18px}.admin-mark{color:#a995ff;background:#9e84ff21;border-radius:11px;place-items:center;width:36px;height:36px;display:grid}.admin-content{height:calc(100% - 68px);padding:18px;overflow-y:auto}.admin-security{background:#38b98912;border:1px solid #47bc9133;border-radius:12px;align-items:center;gap:11px;padding:12px 14px;display:flex}.admin-security>i{color:var(--green)}.admin-security span{flex-direction:column;gap:3px;display:flex}.admin-security strong{font-size:11px}.admin-security small{color:var(--muted);font-size:9px}.admin-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:14px 0;display:grid}.admin-stats article{border:1px solid var(--border);background:var(--surface-soft);border-radius:13px;grid-template-columns:28px 1fr;align-items:center;gap:2px 8px;padding:13px;display:grid}.admin-stats i{background:var(--blue-soft);width:28px;height:28px;color:var(--blue);border-radius:9px;grid-row:1/span 2;place-items:center;font-size:10px;display:grid}.admin-stats span{font-size:17px;font-weight:650}.admin-stats small{color:var(--muted);font-size:8px}.admin-section{border:1px solid var(--border);background:#ffffff03;border-radius:14px;margin-top:14px;padding:15px}.admin-section-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.admin-section h3{margin:0 0 3px;font-size:13px}.admin-section p{color:var(--muted);margin:0;font-size:9px}.admin-grant-form{grid-template-columns:minmax(180px,1fr) 160px auto;align-items:end;gap:9px;display:grid}.admin-grant-form label{color:var(--muted);flex-direction:column;gap:5px;font-size:8px;font-weight:650;display:flex}.admin-grant-form input,.admin-grant-form select{border:1px solid var(--border);background:var(--surface-soft);width:100%;height:39px;color:var(--text);border-radius:9px;outline:0;padding:0 10px;font-size:10px}.admin-grant-form button{background:var(--text);height:39px;color:var(--inverse);border-radius:9px;align-items:center;gap:7px;padding:0 14px;font-size:10px;font-weight:650;display:flex}.admin-head-actions,.admin-search{align-items:center;gap:7px;display:flex}.admin-search{border:1px solid var(--border);background:var(--surface-soft);height:34px;color:var(--muted);border-radius:9px;padding:0 9px}.admin-search input{width:150px;color:var(--text);background:0 0;border:0;outline:0;font-size:9px}.admin-table-wrap{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-size:9px}.admin-table th{border-bottom:1px solid var(--border);color:var(--muted-soft);text-align:left;padding:8px;font-weight:650}.admin-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:10px 8px}.admin-user{align-items:center;gap:8px;min-width:180px;display:flex}.admin-user-avatar{color:#111526;background:linear-gradient(145deg,#88b7ff,#896fda);border-radius:9px;place-items:center;width:27px;height:27px;font-size:9px;font-weight:750;display:grid}.admin-user span{flex-direction:column;gap:2px;min-width:0;display:flex}.admin-user strong{text-overflow:ellipsis;white-space:nowrap;max-width:230px;font-size:10px;overflow:hidden}.admin-user small{color:var(--muted);font-size:8px}.status-pill{color:#70d4af;background:#38b9891a;border-radius:99px;align-items:center;gap:5px;padding:4px 7px;font-size:8px;display:inline-flex}.status-pill.unverified{color:#f0b36a;background:#f0a2441a}.plan-pill{background:var(--surface);color:var(--muted);text-transform:uppercase;border-radius:99px;padding:4px 8px;font-size:8px;font-weight:700;display:inline-flex}.plan-pill.pro{color:#b5a3ff;background:#9e84ff21}.admin-row-actions{gap:5px;display:flex}.admin-row-actions button{background:var(--surface);height:27px;color:var(--muted);border-radius:7px;padding:0 8px;font-size:8px}.admin-row-actions button:hover{color:var(--text);background:var(--surface-hover)}.admin-activity{flex-direction:column;display:flex}.admin-activity-item{border-bottom:1px solid var(--border);grid-template-columns:25px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px 3px;display:grid}.admin-activity-item>i{background:var(--surface);color:#a995ff;border-radius:8px;place-items:center;width:25px;height:25px;font-size:8px;display:grid}.admin-activity-item span{flex-direction:column;gap:2px;min-width:0;display:flex}.admin-activity-item strong{text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.admin-activity-item small,.admin-activity-item time{color:var(--muted);font-size:8px}.admin-empty{color:var(--muted);text-align:center;padding:20px;font-size:9px}.artifact-dialog{border-radius:14px;flex-direction:column;width:min(1100px,100vw - 32px);height:min(760px,100dvh - 32px);display:flex;overflow:hidden}.artifact-dialog header{border-bottom:1px solid var(--border);flex:none;justify-content:space-between;align-items:center;gap:12px;height:52px;padding:0 10px 0 16px;display:flex}.artifact-dialog header>div{align-items:center;gap:9px;min-width:0;display:flex}.artifact-dialog header strong{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.artifact-dialog header i{color:var(--muted)}.artifact-header-button{background:var(--surface-soft);border-radius:8px;align-items:center;gap:7px;height:32px;padding:0 10px;font-size:10px;display:flex}.artifact-dialog iframe{background:#fff;border:0;flex:1;width:100%}.toast-region{z-index:150;pointer-events:none;flex-direction:column;align-items:center;gap:8px;display:flex;position:fixed;bottom:28px;left:50%;transform:translate(-50%)}.toast{border:1px solid var(--border);background:var(--text);color:var(--inverse);box-shadow:var(--shadow);animation:toast-in .22s var(--ease);border-radius:10px;padding:10px 14px;font-size:11px;transition:opacity .18s,transform .18s}.history-row{border-radius:8px;align-items:center;display:flex;position:relative}.history-row:hover,.history-row.active{background:var(--surface-hover)}.history-open{text-align:left;white-space:nowrap;text-overflow:ellipsis;background:0 0;flex:1;min-width:0;height:36px;padding:0 34px 0 10px;font-size:13px;overflow:hidden}.history-delete{width:29px;height:29px;color:var(--muted);opacity:0;background:0 0;border-radius:7px;place-items:center;display:grid;position:absolute;right:3px}.history-row:hover .history-delete,.history-delete:focus-visible{opacity:1}.history-delete:hover{background:var(--surface-raised);color:var(--red)}button.history-empty{text-align:left;background:0 0;border-radius:8px;width:100%}button.history-empty:hover{background:var(--surface-hover);color:var(--text)}.signin-button.account-dot{color:#0c1020;background:linear-gradient(145deg,#8eb9ff,#7f6cdf);border-radius:50%;width:34px;padding:0}.signin-button.account-dot img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.message.assistant{display:block}.assistant-mark{align-items:center;gap:9px;margin-bottom:10px;display:flex}.assistant-mark img{object-fit:contain;width:28px;height:28px}html[data-theme=light] .assistant-mark img,html[data-theme=light-pink] .assistant-mark img{filter:invert()}.assistant-mark strong{font-size:12px;font-weight:600}.message-body{overflow-wrap:anywhere;min-width:0;font-size:15px;line-height:1.72}.message-body p{margin:0 0 13px}.message-body p:last-child{margin-bottom:0}.message-body h1,.message-body h2,.message-body h3{letter-spacing:-.02em;margin:20px 0 8px;line-height:1.3}.message-body h1{font-size:1.45em}.message-body h2{font-size:1.25em}.message-body h3{font-size:1.08em}.message-body hr{background:var(--border-strong);border:0;height:1px;margin:22px 0}.message-body strong{font-weight:700}.message-body em{font-style:italic}.message-body p code,.message-body li code,.message-body h1 code,.message-body h2 code,.message-body h3 code{background:var(--surface);border-radius:5px;padding:2px 5px;font-family:SFMono-Regular,Consolas,monospace;font-size:.9em}.message-body ul{margin:7px 0 14px;padding-left:23px}.message.user .message-body{background:var(--surface);white-space:normal;border-radius:22px;padding:10px 16px;line-height:1.55}.message-attachments{flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-bottom:8px;display:flex}.message-attachment{border:1px solid var(--border);background:var(--surface-soft);border-radius:12px;align-items:center;gap:9px;min-width:155px;padding:8px 10px;font-size:11px;display:flex}.message-attachment img{object-fit:cover;border-radius:8px;width:42px;height:42px}.message-attachment>i{color:#fff;background:#4d75b9;border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.message-attachment span{white-space:nowrap;text-overflow:ellipsis;max-width:145px;overflow:hidden}.message-actions{flex-wrap:wrap;align-items:center;gap:2px;display:flex}.message-actions button{height:30px;color:var(--muted);background:0 0;border-radius:7px;align-items:center;gap:6px;padding:0 8px;font-size:10px;display:inline-flex}.message-actions button:hover{background:var(--surface-hover);color:var(--text)}.code-bar{background:#1c1d20;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:12px;min-height:42px;padding:6px 8px 6px 13px;display:flex}.code-bar>span{align-items:center;gap:8px;min-width:0;display:flex}.code-bar>span i{color:#8fb1ff}.code-bar>span strong{text-overflow:ellipsis;white-space:nowrap;font:11px/1.2 SFMono-Regular,Consolas,monospace;overflow:hidden}.code-bar>div{align-items:center;gap:3px;display:flex}.code-bar button{color:#b6bac4;background:0 0;border-radius:6px;align-items:center;gap:6px;height:28px;padding:0 8px;font-size:10px;display:flex}.code-bar button:hover{color:#fff;background:#ffffff14}.code-block>pre{scrollbar-width:thin;max-height:480px;margin:0;padding:14px 16px;overflow:auto}.code-block>pre code{white-space:pre;tab-size:2;font:12px/1.62 SFMono-Regular,Consolas,monospace}.code-block.streaming{border-color:#759cff57}.code-streaming-label{color:#8fb1ff;align-items:center;gap:7px;padding:0 7px;font-size:10px;display:inline-flex}.code-streaming-label:before{content:"";background:#8fb1ff;border-radius:50%;width:6px;height:6px;animation:1s ease-in-out infinite thinking-dot;box-shadow:0 0 0 4px #8fb1ff1a}.token-comment{color:#77808d;font-style:italic}.token-keyword{color:#c792ea}.token-string{color:#a8d17a}.token-number{color:#f1b86b}.token-tag{color:#ff7b72}.token-property{color:#7dcfff}.token-function{color:#82aaff}.web-image-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px;max-width:820px;margin:16px 0 12px;display:grid}.web-image-grid figure{border:1px solid var(--border);background:var(--surface-soft);min-width:0;transition:transform .18s var(--ease), border-color .18s ease, box-shadow .18s ease;border-radius:14px;margin:0;overflow:hidden}.web-image-grid figure:hover{border-color:var(--border-strong);transform:translateY(-2px);box-shadow:0 12px 28px #00000029}.web-image-grid figure>a{background-color:#f7f7f5;background-image:linear-gradient(45deg,#ececea 25%,#0000 25%),linear-gradient(-45deg,#ececea 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#ececea 75%),linear-gradient(-45deg,#0000 75%,#ececea 75%);background-position:0 0,0 8px,8px -8px,-8px 0;background-size:16px 16px;place-items:center;height:176px;padding:12px;display:grid;overflow:hidden}.web-image-grid img{object-fit:contain;width:100%;height:100%;transition:transform .22s var(--ease);display:block}.web-image-grid figure:hover img{transform:scale(1.025)}.web-image-grid figcaption{flex-direction:column;gap:4px;min-width:0;padding:10px 11px 11px;display:flex}.web-image-grid figcaption>span{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:560;overflow:hidden}.web-image-grid figcaption small{color:var(--muted);align-items:center;gap:5px;font-size:9px;display:inline-flex}.web-image-grid figcaption small i{color:#7ea6ff;font-size:8px}.message-body a:not(.inline-markdown-image){color:#78a7ff;text-underline-offset:3px;-webkit-text-decoration:underline #78a7ff61;text-decoration:underline #78a7ff61}.inline-markdown-image{border:1px solid var(--border);background:#f7f7f5;border-radius:14px;place-items:center;width:min(100%,620px);margin:12px 0;display:grid;overflow:hidden}.inline-markdown-image img{object-fit:contain;max-width:100%;max-height:520px;display:block}.source-control{display:inline-flex;position:relative}.source-button b{color:#8fb1ff;background:#78a7ff26;border-radius:9px;place-items:center;min-width:18px;height:18px;font-size:9px;display:grid}.source-popover{z-index:60;border:1px solid var(--border);background:var(--surface-raised);width:min(360px,100vw - 32px);max-height:340px;animation:pop-in .15s var(--ease);border-radius:14px;padding:8px;position:absolute;bottom:calc(100% + 8px);left:0;overflow:auto;box-shadow:0 18px 48px #0000004d}.source-popover[hidden]{display:none}.source-popover>strong{padding:7px 8px 9px;font-size:12px;display:block}.source-popover a{color:var(--text);border-radius:9px;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:2px 9px;padding:9px 8px;display:grid}.source-popover a:hover{background:var(--surface-hover)}.source-popover a>i{color:#8fb1ff;background:#78a7ff24;border-radius:50%;grid-row:1/span 2;place-items:center;width:22px;height:22px;font-size:9px;font-style:normal;display:grid}.source-popover a>span{text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:550;overflow:hidden}.source-popover a>small{color:var(--muted);font-size:9px}.message-media{width:100%}.image-generation{border:1px solid var(--border);background:var(--surface-soft);width:min(100%,430px);animation:message-in .26s var(--ease);border-radius:14px;align-items:center;gap:12px;margin:14px 0;padding:11px 12px;display:flex}.image-generation-preview{border:1px solid var(--border);background:var(--surface);width:48px;height:48px;color:var(--muted);border-radius:11px;flex:0 0 48px;place-items:center;display:grid;position:relative;overflow:hidden}.image-generation-preview:after{content:"";background:linear-gradient(105deg,#0000 25%,#8ba7ff2e 48%,#0000 72%);animation:1.45s ease-in-out infinite image-shimmer;position:absolute;inset:0;transform:translate(-110%)}.image-generation-preview i{z-index:1;font-size:15px;position:relative}.image-generation-copy{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.image-generation-copy strong{font-size:11px;font-weight:620}.image-generation-copy span{color:var(--muted);font-size:9px}.image-generation-dots{align-items:center;gap:3px;padding-right:3px;display:flex}.image-generation-dots i{background:#8eacff;border-radius:50%;width:4px;height:4px;animation:1.15s ease-in-out infinite image-dot}.image-generation-dots i:nth-child(2){animation-delay:.12s}.image-generation-dots i:nth-child(3){animation-delay:.24s}.generated-image-card{border:1px solid var(--border);background:var(--surface-soft);border-radius:16px;width:min(100%,620px);margin:14px 0;overflow:hidden;box-shadow:0 14px 35px #0000002b}.generated-image-card>img{aspect-ratio:1;object-fit:contain;background:#0e0f13;width:100%;display:block}.generated-image-card figcaption{justify-content:space-between;align-items:center;gap:12px;padding:10px 11px;display:flex}.generated-image-card figcaption>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:11px;font-weight:560;overflow:hidden}.generated-image-card figcaption>div{gap:4px;display:flex}.generated-image-card button{background:var(--surface);height:30px;color:var(--muted);border-radius:8px;align-items:center;gap:6px;padding:0 9px;font-size:10px;display:inline-flex}.generated-image-card button:hover{color:var(--text);background:var(--surface-hover)}.attachment-card>i{color:#fff;background:#4b70ad;border-radius:8px;flex:none;place-items:center;width:40px;height:40px;display:grid}.attachment-card>span{white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:11px;overflow:hidden}.attachment-card>button{border:2px solid var(--surface);background:var(--text);width:20px;height:20px;color:var(--inverse);border-radius:50%;place-items:center;font-size:9px;display:grid;position:absolute;top:-7px;right:-7px}.usage-ring{background:conic-gradient(var(--usage-color,var(--green)) var(--usage,0deg), var(--border-strong) 0)}.usage-ring.full{animation:1.8s ease-in-out infinite quota-pulse}.usage-ring.unlimited{box-shadow:0 0 0 3px #9e84ff1a,0 0 16px #755ce133}.admin-refresh.spinning,#adminRefreshButton.spinning i{animation:.8s linear infinite spin}.search-results>button{text-align:left;background:0 0;border-radius:10px;align-items:center;gap:12px;width:100%;padding:11px;display:flex}.search-results>button:hover{background:var(--surface-hover)}.search-results>button>i{color:var(--muted)}.search-results>button span{flex-direction:column;gap:4px;min-width:0;display:flex}.search-results>button strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.search-results>button small,.search-empty{color:var(--muted);font-size:10px}.search-empty{text-align:center;padding:32px 12px}.toast.error{color:#fff;background:#5c2023}.toast.success{color:#fff;background:#175d3c}@keyframes pop-in{0%{opacity:0;transform:translateY(6px)scale(.975)}}@keyframes dialog-in{0%{opacity:0;transform:translateY(10px)scale(.98)}}@keyframes fade-in{0%{opacity:0}}@keyframes welcome-in{0%{opacity:0;transform:translate(-50%,calc(10px - 50%))}}@keyframes message-in{0%{opacity:0;transform:translateY(10px)scale(.995)}}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}}@keyframes thinking-dot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@keyframes thinking-sweep{0%{opacity:0;transform:translate(-30px)rotate(-38deg)}35%,65%{opacity:.85}to{opacity:0;transform:translate(30px)rotate(-38deg)}}@keyframes thinking-pulse{0%,to{opacity:.55;transform:scale(.86)}50%{opacity:1;transform:scale(1)}}@keyframes worklog-in{0%{opacity:0;transform:translateY(5px)scale(.992)}}@keyframes worklog-scan{0%,to{opacity:.22;transform:scaleX(.25)}50%{opacity:.8;transform:scaleX(1)}}@keyframes worklog-dots{0%{opacity:.35;width:5px}66%{opacity:1;width:16px}to{opacity:.35;width:5px}}@keyframes worklog-row-in{0%{opacity:.2;transform:translateY(4px)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes mic-pulse{0%,to{box-shadow:0 0 #f2676740}50%{box-shadow:0 0 0 7px #f2676700}}@keyframes quota-pulse{0%,to{box-shadow:0 0 #f2676740}50%{box-shadow:0 0 0 5px #f2676700}}@keyframes mystery-breathe{0%,to{opacity:.65;transform:scale(1)}50%{opacity:1;transform:scale(1.03)}}@keyframes image-shimmer{0%{transform:translate(-110%)}70%,to{transform:translate(110%)}}@keyframes image-dot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}@keyframes pro-gradient{0%,to{background-position:0%}50%{background-position:100%}}@media (width<=760px){.app-shell.sidebar-collapsed .sidebar,.sidebar{flex-basis:auto;width:min(86vw,320px);position:fixed;inset:0 auto 0 0;transform:translate(-101%);box-shadow:18px 0 50px #0000004d}.app-shell.mobile-sidebar-open .sidebar,.app-shell.sidebar-open .sidebar{transform:translate(0)}.mobile-backdrop{z-index:25;background:#00000080;position:fixed;inset:0}.app-shell.mobile-sidebar-open .mobile-backdrop,.app-shell.sidebar-open .mobile-backdrop{display:block}.sidebar-header,.primary-nav,.history-section,.sidebar-footer{min-width:0}.mobile-menu-button{display:grid}.collapsed-sidebar-button,.app-shell.sidebar-collapsed .collapsed-sidebar-button{display:none}.topbar{padding-inline:8px}.plugins-page-scroll{padding:78px 18px 50px}.plugins-hero{grid-template-columns:1fr;gap:24px;margin-bottom:34px}.plugins-search{width:100%}.plugin-list{grid-template-columns:1fr}.plugin-card{min-height:82px}.model-picker{font-size:15px}.temporary-title{white-space:nowrap;text-overflow:ellipsis;max-width:96px;font-size:10px;overflow:hidden}.header-action span{display:none}.messages{padding:72px 11px 186px}.message{grid-template-columns:28px minmax(0,1fr);gap:10px;margin-bottom:23px}.message.user>div{max-width:90%}.assistant-avatar{border-radius:9px;width:27px;height:27px}.assistant-avatar img{width:20px;height:20px}.composer-dock{width:calc(100% - 18px);padding-bottom:max(7px, env(safe-area-inset-bottom))}.conversation-shell.empty .composer-dock{bottom:calc(50% - 190px)}.welcome{top:calc(50% - 92px)}.welcome h1{font-size:24px}.welcome p{max-width:330px;font-size:11px}.composer{border-radius:24px;padding:9px}.suggestion-chips{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;margin-inline:-2px;padding:0 2px 4px;overflow-x:auto}.suggestion-chips button{flex:none}.quota-popover{right:-42px}.voice-menu{width:auto;max-height:min(430px,58vh);position:fixed;bottom:76px;left:12px;right:12px}.auth-dialog,.account-dialog{padding:28px 20px 22px}.subscription-dialog{padding:30px 20px 24px}.plans-header{padding:2px 26px 24px}.plan-grid{grid-template-columns:1fr}.admin-dialog{width:calc(100vw - 12px);height:calc(100dvh - 12px)}.admin-content{padding:12px}.admin-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-grant-form{grid-template-columns:1fr}.admin-section-head{flex-direction:column;align-items:flex-start}.admin-head-actions{width:100%}.admin-search{flex:1}.admin-search input{width:100%}.artifact-dialog{width:calc(100vw - 12px);height:calc(100dvh - 12px)}.artifact-header-button{font-size:0}.artifact-header-button i{font-size:12px}.code-action span{display:none}.code-action{justify-content:center;width:28px;padding:0}.web-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.web-image-grid figure>a{height:132px;padding:8px}.source-popover{width:auto;position:fixed;bottom:76px;left:12px;right:12px}}@media (width<=430px){.signin-button{padding-inline:10px}.topbar-actions{gap:0}.composer-actions-left{gap:1px}.tool-button{padding-inline:8px}.plugins-page-scroll{padding-inline:14px}.plugins-hero p{font-size:12px}.plugin-card{grid-template-columns:43px minmax(0,1fr) auto;gap:11px}.plugin-logo{border-radius:12px;width:43px;height:43px}.plugin-action{width:32px;min-width:32px;padding:0;font-size:0}.plugin-action i{font-size:10px}.voice-language-button{padding-inline:6px}.setting-row{align-items:flex-start}.plans-header{padding-inline:18px}.plans-header h2{font-size:28px}.plan-card{padding:18px}.web-image-grid{grid-template-columns:1fr}.web-image-grid figure>a{height:190px}.generated-image-card figcaption{flex-direction:column;align-items:flex-start}}@media (height<=660px){.conversation-shell.empty .composer-dock{bottom:32px}.conversation-shell.empty .welcome{top:28%}.welcome-mark,.suggestion-chips{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
