:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:100%;max-width:100%;min-height:100vh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px}.dot{background:#fff;border-radius:50%;width:6px;height:6px;animation:1.4s infinite blink}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:0}40%{opacity:1}}html,body,#root{height:100%;margin:0}*{box-sizing:border-box}#root{overflow:hidden}body{color:#f5f7fb;background:#05070b;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}button{border:0}.gif-bg{z-index:-2;background-image:url(/b1.gif);background-position:50%;background-size:cover;position:fixed;inset:0}.gif-bg:after{content:"";pointer-events:none;background:linear-gradient(#02060e2e,#02060e6b),radial-gradient(circle at 50% 70%,#2a70ff29,#0000 42%);position:absolute;inset:0}.app-shell{flex-direction:column;min-height:100dvh;display:flex;overflow:hidden}.chat-window{scrollbar-width:thin;scrollbar-color:#b4c6ff6b transparent;flex:1;padding:28px 18px 18px;overflow-y:auto}.chat-content{flex-direction:column;justify-content:flex-end;gap:14px;width:min(760px,100%);min-width:0;min-height:100%;margin:0 auto;display:flex}.message-row{width:100%;min-width:0;display:flex}.message-row.user{justify-content:flex-end}.message-row.ai{justify-content:flex-start}.bubble{color:#edf3ff;text-align:left;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);overflow-wrap:anywhere;box-sizing:border-box;border:1px solid #ffffff1a;border-radius:18px;width:fit-content;min-width:0;max-width:min(72%,560px);padding:12px 15px 9px;line-height:1.55;box-shadow:0 16px 42px #00000040}.message-row.ai .bubble{background:#161c26c2;border-bottom-left-radius:7px}.message-row.ai{min-width:0}.message-row.user .bubble{color:#fff;background:linear-gradient(135deg,#2f7cff,#1d4ed8);border-color:#93c5fd6b;border-bottom-right-radius:7px}.bubble p,.bubble ul,.bubble ol,.bubble h1,.bubble h2,.bubble h3{margin:0}.bubble ul,.bubble ol{padding-left:22px}.bubble li{margin-top:5px}.bubble p+p,.bubble ul,.bubble ol{margin-top:8px}.bubble pre{box-sizing:border-box;background:#ffffff1a;border-radius:8px;width:100%;max-width:100%;margin:10px 0;padding:12px;overflow-x:auto}.bubble code{max-width:100%;color:inherit;white-space:pre-wrap;overflow-wrap:anywhere;background:#ffffff1f;border-radius:6px;padding:2px 6px}.bubble pre code{white-space:pre;overflow-wrap:normal;background:0 0;padding:0;font-size:13px;line-height:1.55;display:block}.message-time{color:#e6edff9e;text-align:right;margin-top:7px;font-size:11px;line-height:1}.weather-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);text-align:left;background:linear-gradient(135deg,#0f172ae0,#115e59a8),#080d16c7;border:1px solid #67e8f94d;border-radius:18px;grid-template-columns:1fr auto;gap:14px;width:min(520px,100%);padding:18px;display:grid;box-shadow:0 24px 58px #0000005c}.weather-label{color:#99f6e4;letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px;font-size:12px;font-weight:700;display:block}.weather-card h2{color:#fff;margin:0;font-size:19px;line-height:1.25}.weather-temp{color:#fff;font-size:42px;font-weight:800;line-height:1}.weather-grid{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.weather-time{grid-column:1/-1;margin-top:0}.weather-grid span{color:#dffbff;background:#ffffff17;border-radius:10px;align-items:center;min-height:38px;padding:8px 10px;font-size:13px;line-height:1.25;display:flex}.typing-bubble{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#161c26c2;border:1px solid #ffffff1a;border-radius:18px 18px 18px 7px;align-items:center;gap:5px;padding:13px 15px;display:inline-flex}.typing-bubble span{background:#a5b4fc;border-radius:999px;width:7px;height:7px;animation:1.1s ease-in-out infinite typing-pulse}.typing-bubble span:nth-child(2){animation-delay:.15s}.typing-bubble span:nth-child(3){animation-delay:.3s}.input-area{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#070a1066,#070a10db);border-top:1px solid #ffffff1a;padding:14px 18px 18px}.input-wrapper{background:#131821d1;border:1px solid #ffffff21;border-radius:999px;grid-template-columns:1fr 42px 42px;align-items:center;gap:8px;width:min(760px,100%);min-height:52px;margin:0 auto;padding:6px;display:grid;box-shadow:0 18px 48px #00000052}.input-wrapper input{color:#fff;box-sizing:border-box;background:0 0;border:0;border-radius:999px;outline:0;width:100%;min-width:0;height:42px;padding:0 14px}.input-wrapper input::placeholder{color:#e2e8f085}.icon-button,.send-button{color:#fff;cursor:pointer;border-radius:999px;place-items:center;width:42px;min-width:42px;height:42px;font-size:0;font-weight:700;transition:transform .15s,background .15s,opacity .15s;display:inline-grid}.icon-button:before{content:"Mic";font-size:12px}.send-button:before{content:"Send";font-size:12px}.icon-button{background:#ffffff1a}.send-button{background:linear-gradient(135deg,#22d3ee,#2563eb)}.icon-button:hover,.send-button:hover{transform:translateY(-1px)}.send-button:disabled{cursor:not-allowed;opacity:.45;transform:none}@keyframes typing-pulse{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}@media (width<=640px){.chat-window{padding:18px 10px 12px}.chat-content{gap:12px}.bubble{max-width:88%;padding:11px 13px 8px;font-size:14px}.weather-card{grid-template-columns:1fr;width:auto}.weather-temp{font-size:38px}.weather-grid{grid-template-columns:1fr}.input-area{padding:10px}.input-wrapper{grid-template-columns:1fr 40px 40px}.icon-button,.send-button{width:40px;height:40px}}
