:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box}body{margin:0;overscroll-behavior:none;font-family:system-ui,sans-serif}.app{min-height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;transition:background .3s}.dark{background:#0f172a;color:#e5e7eb}.light{background:#f8fafc;color:#020617}.chat-container{width:100%;max-width:640px;height:600px;display:flex;flex-direction:column;overflow:hidden;background:#00000040;border-radius:16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 20px 50px #0006}@media(min-width:1024px){.chat-container{max-width:720px}}.light .chat-container{background:#fff}.chat-header{padding:14px 16px;display:flex;align-items:center;gap:8px;border-bottom:1px solid rgba(255,255,255,.08)}.chat-header h2{font-size:1rem;font-weight:500;opacity:.9}.chat-messages{flex:1;padding:16px 16px 120px;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;scroll-behavior:smooth}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-thumb{background:#334155;border-radius:10px}.bubble{max-width:75%;padding:10px 14px;border-radius:16px;font-size:.95rem;line-height:1.45;word-wrap:break-word;white-space:pre-wrap;animation:fadeIn .15s ease-out}.bubble.user{align-self:flex-end;margin-left:auto;background:linear-gradient(135deg,#22c55e,#16a34a);color:#020617;border-bottom-right-radius:4px}.bubble.bot{align-self:flex-start;margin-right:auto;background:#1e293b;color:#e5e7eb;border-bottom-left-radius:4px}.light .bubble.bot{background:#e5e7eb;color:#020617}.bubble.bot:empty{display:none}.timestamp{display:block;margin-top:4px;font-size:.65rem;opacity:.6;text-align:right}.bubble.typing{min-width:48px;display:flex;justify-content:center;gap:6px}.dots span{width:6px;height:6px;background:#9ca3af;border-radius:50%;opacity:0;animation:typingDot 1.4s infinite}.dots span:nth-child(1){animation-delay:0s}.dots span:nth-child(2){animation-delay:.2s}.dots span:nth-child(3){animation-delay:.4s}@keyframes typingDot{0%{opacity:0}30%{opacity:1}60%{opacity:0}}.suggestions{display:flex;flex-wrap:wrap;gap:8px;padding:10px 14px}.suggestions button{background:#1e293b;color:#e5e7eb;border:1px solid #334155;border-radius:999px;padding:6px 12px;font-size:.8rem;cursor:pointer}.suggestions button:hover{background:#334155}.chat-input{position:sticky;bottom:0;display:flex;align-items:center;gap:8px;padding:10px;background:#0003;border-top:1px solid rgba(255,255,255,.08)}.chat-input input{flex:1;padding:8px 10px;border-radius:8px;border:none;outline:none;background:transparent;color:inherit;font-size:.95rem}.chat-input input:focus{box-shadow:0 0 0 2px #22c55e66}.chat-input button{padding:6px 14px;border-radius:8px;border:none;cursor:pointer;background:#22c55e;color:#020617;font-size:.85rem}.attach{cursor:pointer;font-size:1.1rem}.chat-image{max-width:240px;border-radius:12px;margin-top:6px;cursor:pointer}.chat-file{margin-top:6px;font-size:.8rem;opacity:.85}.lightbox{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:100}.lightbox img{max-width:90%;max-height:90%;border-radius:12px}@media(max-width:768px){.chat-container{height:100svh;border-radius:0;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;background:#0f172a}.chat-header{padding:10px 12px}.chat-header h2{font-size:.9rem}.chat-messages{padding:12px 12px 160px;scroll-behavior:auto}.bubble{max-width:90%;font-size:.95rem}.bubble.typing{animation:none}.suggestions{position:fixed;bottom:64px;left:0;right:0;padding:8px 12px;background:#020617f2;display:grid;grid-template-columns:repeat(2,1fr);gap:8px;z-index:20}.suggestions button{font-size:.75rem;padding:8px;text-align:center}.chat-input{height:56px;padding:8px}.chat-input button{height:40px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
