:root{--bg:#1b1c1d;--surface:#282a2c;--surface-2:#333537;--surface-3:#3d3f42;--text:#e3e3e3;--text-2:#c4c7c5;--text-3:#9aa0a6;--outline:#444746;--blue:#8ab4f8;--accent:#a8c7fa;--grad:linear-gradient(90deg,#4c8df6 0%,#9b72cb 45%,#d96570 100%);--pill:#1e1f20;--radius-pill:28px;font-size:16px}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:Google Sans Text,Google Sans,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text);overflow:hidden}#root{display:flex}button{font-family:inherit;border:none;background:none;color:inherit;cursor:pointer}.sidebar{width:72px;min-width:72px;height:100%;background:#282a2c;display:flex;flex-direction:column;padding:12px 12px 16px;transition:width .25s cubic-bezier(.2,0,0,1),min-width .25s cubic-bezier(.2,0,0,1);overflow:hidden;position:relative;z-index:20}.sidebar.open{width:272px;min-width:272px}.sb-btn{display:flex;align-items:center;gap:14px;height:48px;min-height:48px;border-radius:24px;padding:0 12px;color:var(--text-2);font-size:.875rem;white-space:nowrap;transition:background .15s}.sb-btn:hover{background:var(--surface-2)}.sb-btn .ic{width:24px;height:24px;min-width:24px;display:flex;align-items:center;justify-content:center}.sb-btn svg{width:22px;height:22px;fill:currentColor}.sb-label{opacity:0;transition:opacity .2s}.sidebar.open .sb-label{opacity:1}.sb-menu{margin-bottom:14px}.newchat{background:var(--surface-2);color:var(--text-3);border-radius:24px;margin-bottom:18px}.sidebar.open .newchat{background:#1a1a1c;color:var(--text-2)}.newchat:hover{background:var(--surface-3);color:var(--text)}.sb-section{font-size:.8125rem;font-weight:500;color:var(--text-2);padding:8px 14px 6px;white-space:nowrap;opacity:0;transition:opacity .2s}.sidebar.open .sb-section{opacity:1}.recents{flex:1;overflow-y:auto;overflow-x:hidden;scrollbar-width:none}.recent-item{display:flex;align-items:center;gap:12px;width:100%;height:40px;min-height:40px;border-radius:20px;padding:0 14px;font-size:.875rem;color:var(--text-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:0;transition:opacity .2s,background .15s;pointer-events:none}.sidebar.open .recent-item{opacity:1;pointer-events:auto}.recent-item:hover{background:var(--surface-2)}.recent-item.active{background:#004a77;color:#c2e7ff}.recent-item span{overflow:hidden;text-overflow:ellipsis}.sb-bottom{margin-top:auto;padding-top:8px}.main{flex:1;display:flex;flex-direction:column;height:100%;position:relative;min-width:0}.topbar{height:64px;min-height:64px;display:flex;align-items:center;padding:0 20px;gap:4px}.brand{display:flex;align-items:center;gap:2px;font-family:Google Sans,sans-serif}.brand .name{font-size:1.375rem;color:var(--text-2);letter-spacing:.2px}.model-wrap{position:relative;margin-left:8px}.model-pill{display:flex;align-items:center;gap:6px;padding:6px 10px 6px 14px;border-radius:20px;font-size:.875rem;color:var(--text-3);background:transparent}.model-pill:hover{background:var(--surface-2)}.model-pill svg{width:18px;height:18px;fill:currentColor}.model-menu{position:absolute;top:44px;left:0;min-width:260px;background:var(--surface-2);border-radius:12px;padding:8px;box-shadow:0 4px 16px #0006;display:none;z-index:50;text-align:left}.model-menu.show{display:block}.model-opt{width:100%;display:flex;flex-direction:column;gap:2px;padding:10px 12px;border-radius:8px;text-align:left}.model-opt:hover{background:var(--surface-3)}.model-opt b{font-size:.875rem;font-weight:500;color:var(--text)}.model-opt small{font-size:.75rem;color:var(--text-3)}.topbar-right{margin-left:auto;display:flex;align-items:center;gap:14px}.upgrade{font-size:.875rem;font-weight:500;color:#c2e7ff;background:var(--surface-2);padding:9px 16px;border-radius:20px}.upgrade:hover{background:var(--surface-3)}.avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#f5b301,#e37400);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9375rem;color:#1b1c1d}.content{flex:1;overflow-y:auto;display:flex;flex-direction:column;scrollbar-width:thin;scrollbar-color:var(--surface-3) transparent}.center-wrap{width:100%;max-width:760px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;flex:1}.hero{flex:1;display:flex;flex-direction:column;justify-content:center;padding-bottom:24px}.hello{font-family:Google Sans,sans-serif;font-weight:500;font-size:clamp(2rem,4.5vw,3.5rem);line-height:1.15;background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}.hello-sub{font-family:Google Sans,sans-serif;font-weight:500;font-size:clamp(2rem,4.5vw,3.5rem);line-height:1.15;color:#444746}.chips{display:flex;flex-wrap:wrap;gap:12px;margin-top:40px}.chip{display:flex;align-items:center;gap:10px;background:var(--surface);border:1px solid transparent;border-radius:16px;padding:14px 18px;font-size:.875rem;color:var(--text-2);text-align:left;transition:background .15s}.chip:hover{background:var(--surface-2)}.chip svg{width:20px;height:20px;fill:var(--blue);min-width:20px}.chip .c2 svg{fill:#f8ab60}.thread{display:flex;flex-direction:column;gap:28px;padding:24px 0 32px}.msg{display:flex;gap:16px;animation:fadein .3s ease}@keyframes fadein{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.msg .mavatar{width:32px;height:32px;min-width:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:600}.msg.user .mavatar{background:linear-gradient(135deg,#f5b301,#e37400);color:#1b1c1d}.msg.ai .mavatar{background:transparent}.spark{width:28px;height:28px}.msg.ai .spark.thinking{animation:spin 1.2s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.mbody{flex:1;min-width:0;font-size:.9375rem;line-height:1.65;color:var(--text);padding-top:4px}.mbody p+p{margin-top:10px}.attach-card{display:inline-flex;align-items:center;gap:10px;background:var(--surface);border-radius:12px;padding:10px 14px;margin-bottom:8px;font-size:.8125rem;color:var(--text-2)}.attach-card svg{width:20px;height:20px;fill:#f28b82}.spec-card{margin-top:14px;background:var(--surface);border:1px solid var(--outline);border-radius:16px;overflow:hidden;max-width:520px}.spec-head{display:flex;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid var(--outline);font-size:.8125rem;font-weight:500;color:var(--text-2)}.spec-head svg{width:16px;height:16px;fill:var(--blue)}.spec-rows{padding:6px 0}.spec-row{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;font-size:.875rem}.spec-row .k{color:var(--text-3)}.spec-row .v{color:var(--text);background:transparent;border:1px solid transparent;border-radius:6px;padding:2px 8px;text-align:right;font:inherit;width:150px}.spec-row .v:hover,.spec-row .v:focus{border-color:var(--outline);background:var(--pill);outline:none}.spec-warn{padding:8px 16px;font-size:.8125rem;color:#fdd663;border-top:1px solid var(--outline)}.spec-total{display:flex;justify-content:space-between;padding:12px 16px;border-top:1px solid var(--outline);font-size:.9375rem;font-weight:600}.spec-total .amt{color:var(--accent)}.spec-docs{display:flex;gap:8px;padding:10px 16px 14px;border-top:1px solid var(--outline)}.doc-btn{display:flex;align-items:center;gap:6px;padding:7px 14px;border-radius:18px;border:1px solid var(--outline);background:transparent;color:var(--on-surface);font-size:.8125rem;cursor:pointer}.doc-btn:hover{background:var(--surface-2)}.doc-btn:disabled{opacity:.5;cursor:default}.doc-btn svg{width:15px;height:15px;fill:currentColor}.msg-actions{display:flex;gap:4px;margin-top:12px}.msg-actions button{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-3)}.msg-actions button:hover{background:var(--surface-2);color:var(--text)}.msg-actions svg{width:18px;height:18px;fill:currentColor}.input-zone{padding:8px 24px 0;width:100%;max-width:808px;margin:0 auto}.input-pill{background:var(--pill);border:1px solid var(--outline);border-radius:var(--radius-pill);padding:8px 8px 8px 20px;display:flex;flex-direction:column;gap:4px;transition:border-color .15s}.input-pill:focus-within{border-color:#5f6368}.input-row{display:flex;align-items:flex-end;gap:8px}#prompt{flex:1;background:none;border:none;outline:none;resize:none;color:var(--text);font:inherit;font-size:1rem;line-height:1.5;max-height:180px;padding:10px 0}#prompt::placeholder{color:var(--text-3)}.plus-wrap{position:relative}.ibtn{width:44px;height:44px;min-width:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-2);transition:background .15s}.ibtn:hover{background:var(--surface-2)}.ibtn svg{width:22px;height:22px;fill:currentColor}.ibtn.send{color:var(--bg);background:var(--accent);opacity:0;transform:scale(.6);transition:.2s;pointer-events:none}.ibtn.send.on{opacity:1;transform:scale(1);pointer-events:auto}.tool-row{display:flex;gap:8px;padding:2px 0 4px}.tool-chip{display:flex;align-items:center;gap:8px;padding:8px 14px;border:1px solid var(--outline);border-radius:20px;font-size:.8125rem;color:var(--text-2)}.tool-chip:hover{background:var(--surface-2)}.tool-chip.on{background:#004a77;border-color:transparent;color:#c2e7ff}.tool-chip svg{width:16px;height:16px;fill:currentColor}.plus-menu{position:absolute;bottom:52px;left:0;min-width:230px;background:var(--surface-2);border-radius:12px;padding:8px;box-shadow:0 4px 16px #0006;display:none;z-index:50}.plus-menu.show{display:block}.plus-opt{width:100%;display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;font-size:.875rem;color:var(--text-2);text-align:left}.plus-opt:hover{background:var(--surface-3)}.plus-opt svg{width:20px;height:20px;fill:currentColor}.disclaimer{text-align:center;font-size:.75rem;color:var(--text-3);padding:10px 16px 14px}input[type=file],.hamburger,.scrim{display:none}@supports (height:100dvh){html,body,#root{height:100dvh}}@media(max-width:640px){.sidebar{position:fixed;left:0;top:0;height:100dvh;z-index:40;width:272px!important;min-width:272px!important;transform:translate(-105%);transition:transform .25s cubic-bezier(.2,0,0,1);box-shadow:0 0 32px #0000008c}.sidebar.mobile-open{transform:none}.sidebar .sb-label,.sidebar .sb-section{opacity:1}.sidebar .recent-item{opacity:1;pointer-events:auto}.sidebar .sb-menu{display:none}.scrim{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:30}.hamburger{display:flex}.topbar{height:56px;min-height:56px;padding:0 8px}.brand .name{font-size:1.25rem}.center-wrap{padding:0 14px}.hello,.hello-sub{font-size:clamp(1.7rem,8vw,2.3rem)}.chips{gap:8px;margin-top:24px}.chip{padding:11px 14px;font-size:.8125rem}.thread{gap:20px;padding:16px 0 24px}.msg{gap:10px}.msg .mavatar{width:28px;height:28px;min-width:28px}.mbody{font-size:.9rem}.spec-card{max-width:100%}.spec-row .v{width:126px}.spec-docs{flex-wrap:wrap}.input-zone{padding:6px 10px 0}.input-pill{padding:6px 6px 6px 14px}#prompt{min-height:52px}.tool-row{overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.tool-row::-webkit-scrollbar{display:none}.tool-chip{white-space:nowrap}.disclaimer{padding:8px 10px 12px;font-size:.6875rem}.auth-card{width:100%;max-width:360px;padding:0 20px}}.auth-wrap{flex:1;display:flex;align-items:center;justify-content:center;height:100%;width:100%}.auth-card{width:360px;display:flex;flex-direction:column;gap:16px;text-align:center}.auth-card input{background:var(--pill);border:1px solid var(--outline);border-radius:12px;color:var(--text);font:inherit;font-size:.9375rem;padding:12px 16px;outline:none}.auth-card input:focus{border-color:var(--accent)}.auth-card button.primary{background:var(--accent);color:var(--bg);border-radius:12px;padding:12px;font-weight:600}.auth-card button.primary:disabled{opacity:.5;cursor:default}.auth-note{font-size:.8125rem;color:var(--text-3)}
