: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:120px;background:#fbf9fd}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:150px}main{max-width:860px;margin:auto;padding:24px 18px 190px}.welcome{text-align:center;padding:18vh 16px;color:var(--muted)}.welcome h1{color:#2d2930;font-size:28px}.welcome small{display:block;margin-top:6px}.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;margin-bottom:7px}.sentfiles img{width:110px;height:88px;object-fit:cover;border-radius:12px}.sentfile{display:inline-flex;align-items:center;gap:5px;background:#f3eef7;border-radius:12px;padding:7px 10px;font-size:13px}.thinking{position:fixed;left:50%;transform:translate(-50%);bottom:104px;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)}.composerShell{position:fixed;left:50%;transform:translate(-50%);bottom:max(12px,env(safe-area-inset-bottom));z-index:25;width:min(900px,calc(100% - 20px));display:flex;flex-direction:column;gap:8px}.attachmentTray{display:flex;gap:9px;overflow-x:auto;overscroll-behavior-inline:contain;padding:8px 8px 4px;background:#f4eff7f7;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:22px;box-shadow:0 5px 24px #0001;scrollbar-width:thin}.attach{position:relative;width:142px;height:114px;flex:0 0 auto;background:#fff;border:1px solid #e6deeb;border-radius:17px;padding:7px;overflow:hidden;box-shadow:0 2px 10px #0000000b}.attach img{width:100%;height:69px;object-fit:cover;border-radius:11px}.attach span{display:block;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:4px;padding-right:18px}.attach small{display:block;font-size:10px;color:var(--muted);margin-top:1px}.attach button{position:absolute;right:5px;top:5px;background:#fffe;border:1px solid #e8e2eb;border-radius:50%;width:25px;height:25px;display:grid;place-items:center;font-size:17px;box-shadow:0 2px 8px #0001}.fileicon{height:69px;display:grid;place-items:center;border-radius:11px;background:#eee8f4;font-weight:800;color:var(--primary);letter-spacing:.2px}.fileicon.pdf{background:#fce9e7;color:#a32923}.fileicon.word{background:#e7effc;color:#2455a3}.fileicon.excel{background:#e7f5eb;color:#25713e}.fileicon.ppt{background:#fbece5;color:#a84b23}.fileicon.zip{background:#f4efe1;color:#76611d}.fileicon.text{background:#ecebf7;color:#51479a}.composer{width:100%;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,.recordCancel,.recordPause,.recordDone{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;font-size:22px;flex:0 0 auto}.plus{cursor:pointer}.send{background:var(--primary);color:#fff}.mic{background:#fff}.recordPanel{width:100%;min-height:68px;display:flex;align-items:center;gap:9px;background:var(--surface);border-radius:30px;padding:9px 10px;box-shadow:0 6px 28px #0002}.recordCancel{background:#fff;color:#6e6571}.recordInfo{flex:1;min-width:0;padding:2px 4px}.recordLine{display:flex;align-items:center;gap:8px;font-size:14px}.recordLine b{font-size:14px}.recordLine>span:last-child{margin-left:auto;font-variant-numeric:tabular-nums;color:var(--muted)}.recordDot{width:9px;height:9px;border-radius:50%;background:#d83a3a;box-shadow:0 0 0 4px #d83a3a18;animation:pulse 1.1s ease-in-out infinite}.recordDot.paused{background:#8a818e;box-shadow:none;animation:none}@keyframes pulse{50%{opacity:.45;transform:scale(.84)}}.wave{height:22px;margin-top:5px;display:flex;align-items:center;gap:3px;overflow:hidden}.wave i{display:block;width:3px;border-radius:3px;background:#765db1;animation:wave 1s ease-in-out infinite}.wave i:nth-child(3n+1){animation-delay:-.65s}.wave i:nth-child(3n+2){animation-delay:-.35s}.wave i:nth-child(3n){animation-delay:-.1s}@keyframes wave{0%,to{height:5px;opacity:.45}50%{height:18px;opacity:1}}.wave.paused i{animation-play-state:paused;opacity:.35}.recordPause{background:#ebe4f3;color:#5e4894;font-weight:800}.recordDone{background:var(--primary);color:#fff;font-size:21px}.toast{position:fixed;top:82px;left:50%;transform:translate(-50%);padding:9px 15px;background:#332f36;color:#fff;border-radius:18px;z-index:40;max-width:calc(100% - 30px);text-align:center}.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}.cloudstate{font-size:11px;margin-top:4px;color:#6750a4}.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 - 260px);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 (max-width:650px){header{margin:0;height:62px;padding:7px 8px}.brand{display:none}header select{max-width:126px;padding:8px 7px;font-size:13px}.app{padding-bottom:112px}main{padding:18px 13px 205px}.msg.user{max-width:88%}.composerShell{width:calc(100% - 12px);bottom:max(7px,env(safe-area-inset-bottom))}.composer,.recordPanel{border-radius:25px}.attachmentTray{border-radius:18px;padding:6px}.attach{width:126px;height:105px}.attach img,.fileicon{height:62px}.plus,.mic,.send,.recordCancel,.recordPause,.recordDone{width:45px;height:45px}.composer textarea{min-height:45px;padding:12px 13px}.thinking{bottom:93px}}@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,.mic,.recordCancel{background:#27242a;color:#fff}.composer,.recordPanel{background:#312e35}.attachmentTray{background:#312e35f7}.attach{background:#38333d;border-color:#4b4450}.attach button{background:#302c33;color:#fff;border-color:#514957}.msg.user{color:#fff}aside{background:#26232a}.new{background:#332f37}.thinking{background:#37323b}.body pre{background:#2f2b32}.sentfile{background:#37313d}.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}}
