:root{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:#27232b;background:#fbf9fd;--primary:#6750a4;--surface:#f4eff7;--bubble:#ece2f8;--muted:#6e6571}*{box-sizing:border-box}body{margin:0}.app{min-height:100dvh;padding-bottom:92px}header{position:sticky;top:0;z-index:20;height:68px;margin:0 10px;display:flex;align-items:center;gap:8px;background:#f4eff7f0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:0 0 24px 24px;padding:8px 12px}.brand{font-weight:700;flex:1;text-align:center}.icon,header select,button{border:0;background:transparent;color:inherit}header select{background:#fff;border-radius:16px;padding:9px 10px;max-width:120px}main{max-width:860px;margin:auto;padding:24px 18px 160px}.welcome{text-align:center;padding:18vh 16px;color:var(--muted)}.welcome h1{color:#2d2930;font-size:28px}.msg{margin:10px 0 22px;line-height:1.7;font-size:16.5px}.msg.user{margin-left:auto;max-width:78%;background:var(--bubble);padding:12px 15px;border-radius:20px}.body p{margin:.45em 0}.body pre{overflow:auto;background:#efecf2;padding:12px;border-radius:14px}.sentfiles{display:flex;gap:8px;flex-wrap:wrap}.sentfiles img{width:110px;height:88px;object-fit:cover;border-radius:12px}.thinking{position:fixed;left:50%;transform:translate(-50%);bottom:92px;background:#f0ebf4;border-radius:22px;padding:9px 14px;display:flex;gap:9px;font-size:14px;z-index:15;box-shadow:0 4px 18px #0001}.shine{background:linear-gradient(100deg,#777 30%,#fff,#777 66%);background-size:250% 100%;-webkit-background-clip:text;color:transparent;animation:shine 1.7s linear infinite}@keyframes shine{to{background-position:-250% 0}}.thinking b{font-weight:500;color:var(--muted)}.composer{position:fixed;left:50%;transform:translate(-50%);bottom:max(12px,env(safe-area-inset-bottom));z-index:25;width:min(900px,calc(100% - 20px));background:var(--surface);border-radius:30px;padding:8px;display:flex;align-items:flex-end;gap:6px;box-shadow:0 6px 28px #0002}.composer textarea{flex:1;resize:none;border:0;outline:0;background:#fff;border-radius:24px;min-height:48px;max-height:150px;padding:13px 15px;font:inherit}.plus,.mic,.send{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;font-size:22px}.send{background:var(--primary);color:#fff}.mic.active{background:#eadcff;color:var(--primary)}.filebar{position:fixed;bottom:82px;left:50%;transform:translate(-50%);width:min(860px,calc(100% - 34px));display:flex;gap:8px;overflow:auto;z-index:22;padding:6px}.attach{position:relative;width:132px;height:104px;flex:0 0 auto;background:#f2edf5;border-radius:16px;padding:6px;overflow:hidden}.attach img{width:100%;height:68px;object-fit:cover;border-radius:11px}.attach span{display:block;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.attach button{position:absolute;right:4px;top:4px;background:#fffd;border-radius:50%;width:24px;height:24px}.fileicon{height:68px;display:grid;place-items:center;font-weight:800;color:var(--primary)}.toast{position:fixed;top:82px;left:50%;transform:translate(-50%);padding:9px 15px;background:#332f36;color:#fff;border-radius:18px;z-index:40}.scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#0005;z-index:49}aside{position:fixed;z-index:50;inset:0 auto 0 0;width:min(330px,86vw);background:#f8f5fa;padding:18px;box-shadow:8px 0 30px #0002}.sidehead{display:flex;justify-content:space-between;font-size:21px}.sidehead button{font-size:26px}.new{margin:20px 0;width:100%;text-align:left;padding:13px;border-radius:16px;background:#fff;font-size:16px}.hist{display:flex;align-items:center;padding:11px;border-radius:14px}.hist span{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hist.sel{background:#ece2f8}.hist button{font-size:22px}@media (prefers-color-scheme:dark){:root{color:#eee8f0;background:#201e23;--surface:#312e35;--bubble:#4b4055;--muted:#c3b9c7}.app{background:#201e23}header{background:#302d34}.welcome h1{color:#fff}header select,.composer textarea{background:#27242a;color:#fff}.composer{background:#312e35}.attach{background:#38333d}.msg.user{color:#fff}aside{background:#26232a}.new{background:#332f37}.thinking{background:#37323b}.body pre{background:#2f2b32}}.authscreen{min-height:100dvh;display:grid;place-items:center;padding:24px;background:linear-gradient(145deg,#fbf9fd,#f1ebf8)}.authcard{width:min(430px,100%);background:#ffffffe0;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border:1px solid #fff;border-radius:32px;padding:30px;box-shadow:0 18px 55px #4b34651c}.logo{width:58px;height:58px;border-radius:19px;background:var(--primary);color:#fff;display:grid;place-items:center;font-weight:800;letter-spacing:-1px;margin-bottom:18px}.authcard h1{font-size:27px;margin:4px 0 6px}.authcard>p{color:var(--muted);margin:0 0 22px}.authcard label{display:block;font-size:13px;color:var(--muted);margin:13px 0}.authcard label input{display:block;width:100%;margin-top:6px;border:1px solid #ded7e3;background:#fff;border-radius:16px;padding:13px 14px;font:inherit;color:#26222a;outline:none}.authcard label input:focus{border-color:#8c74c0;box-shadow:0 0 0 3px #6750a415}.authprimary{width:100%;background:var(--primary);color:#fff;border-radius:17px;padding:13px;margin-top:8px;font-weight:650}.authprimary:disabled{opacity:.65}.authswitch{width:100%;padding:12px;margin-top:8px;color:var(--primary)}.autherror{background:#fdeaea;color:#8d2525;padding:10px 12px;border-radius:13px;font-size:14px}.account{margin:16px 0 5px;padding:10px 12px;border-radius:14px;background:#eee6f5;color:var(--muted);font-size:13px}.account b{color:inherit}.history{max-height:calc(100dvh - 245px);overflow:auto}.logout{position:absolute;left:18px;right:18px;bottom:max(18px,env(safe-area-inset-bottom));width:calc(100% - 36px);padding:12px;border-radius:15px;color:#8a3641;background:#f9e7ea}@media (prefers-color-scheme:dark){.authscreen{background:linear-gradient(145deg,#201e23,#29232f)}.authcard{background:#2d2931;border-color:#3a343e}.authcard label input{background:#242126;border-color:#49404f;color:#fff}.account{background:#3a3242}.logout{background:#482f35;color:#ffccd2}}
