:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}
:root{--brand-primary:#2563eb;--brand-primary-dark:#1d4ed8;--brand-bg:#0f172a;--brand-accent:#facc15;--chat-bg:#f9fafb;--chat-border:#e5e7eb;--text-main:#111827;--text-muted:#6b7280;--radius-lg:16px;--shadow-lg:0 18px 45px #0f172a40}*{box-sizing:border-box}body{color:#e5e7eb;background:#0b1120;flex-direction:column;justify-content:center;align-items:center;gap:20px;height:100vh;margin:0;padding:24px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.branding-hero{text-align:center;flex-direction:column;flex-shrink:0;align-items:center;max-width:720px;display:flex}.hero-logo-img{object-fit:cover;border:2px solid #ffffff1a;border-radius:20px;width:160px;height:174px;margin-bottom:16px;box-shadow:0 4px 20px #0000004d}.branding-title{margin-top:0;margin-bottom:4px;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.branding-subtitle{color:#9ca3af;margin-bottom:0;font-size:.9rem}.branding-pill{color:#e5e7eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172acc;border:1px solid #94a3b859;border-radius:999px;align-items:center;gap:6px;margin-bottom:10px;padding:4px 10px;font-size:.75rem;display:inline-flex}.emoji-icon{vertical-align:middle;border-radius:4px;width:44px;height:44px}.branding-pill-dot{background:#22c55e;border-radius:999px;width:8px;height:8px;box-shadow:0 0 8px #22c55e}#chat-toggle{display:none}#chat-widget{border-radius:var(--radius-lg);width:100%;max-width:500px;height:100%;max-height:700px;box-shadow:var(--shadow-lg);opacity:1;pointer-events:auto;z-index:1;background:#020617;border:1px solid #94a3b84d;flex-direction:column;display:flex;position:relative;overflow:hidden;transform:none}.chat-header{background:radial-gradient(circle at 0 0,#1f2937,#020617);border-bottom:1px solid #94a3b84d;justify-content:space-between;align-items:center;gap:8px;padding:14px 16px;display:flex}.chat-header-left{align-items:center;gap:10px;display:flex}.chat-avatar{background:radial-gradient(circle at 30% 0,var(--brand-accent),var(--brand-primary));color:#020617;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;display:flex;overflow:hidden;box-shadow:0 0 0 2px #020617}.chat-avatar img{object-fit:cover;width:100%;height:100%}.chat-title{color:#e5e7eb;font-size:.95rem;font-weight:600;line-height:1.2}.chat-subtitle{color:#9ca3af;font-size:.75rem}.chat-header-right{align-items:center;gap:8px;display:flex}.select-lang{color:#e5e7eb;appearance:none;background:#0f172ae6;border:1px solid #94a3b8b3;border-radius:999px;outline:none;padding:4px 20px 4px 10px;font-size:.75rem;position:relative}.select-lang-wrapper{position:relative}.select-lang-wrapper:after{content:"▾";color:#9ca3af;pointer-events:none;font-size:.6rem;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.header-icon-btn{color:#9ca3af;cursor:pointer;background:0 0;border:none;padding:4px;font-size:16px}.header-icon-btn:hover{color:#e5e7eb}.chat-messages{background:radial-gradient(circle at top,#020617,#020617 40%,#020617);flex:1;padding:16px;position:relative;overflow-y:auto}.chat-messages-inner{flex-direction:column;gap:8px;display:flex}.chat-message-row{display:flex}.chat-message-row.user{justify-content:flex-end}.chat-message{word-wrap:break-word;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:18px;max-width:80%;padding:10px 14px;font-size:.9rem;line-height:1.5}.chat-message.bot{color:#e5e7eb;background:#1e293bcc;border:1px solid #94a3b833;border-bottom-left-radius:4px}.chat-message.user{background:linear-gradient(135deg,var(--brand-primary),#ec4899);color:#f9fafb;border-bottom-right-radius:4px}.chat-meta{color:#6b7280;margin-top:2px;font-size:.65rem}.chat-meta-right{text-align:right}.quick-prompts{flex-wrap:wrap;gap:6px;margin-top:4px;padding:4px 2px 6px;display:flex}.quick-prompt-btn{color:#e5e7eb;cursor:pointer;background:#0f172ab3;border:1px solid #94a3b880;border-radius:999px;padding:6px 12px;font-size:.75rem;transition:all .2s}.quick-prompt-btn:hover{border-color:var(--brand-primary);background:#1e293be6}.typing-row{align-items:center;gap:6px;margin-top:6px;display:flex}.typing-dots{align-items:center;gap:3px;display:inline-flex}.typing-dot{background:#9ca3af;border-radius:999px;width:5px;height:5px;animation:1s ease-in-out infinite bounce}.typing-dot:nth-child(2){animation-delay:.15s}.typing-dot:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,80%,to{opacity:.5;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}.spinner{border:2px solid #ffffff80;border-top-color:#fff;border-radius:999px;width:14px;height:14px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.chat-footer{background:#020617;border-top:1px solid #94a3b84d;flex-direction:column;gap:6px;padding:10px 16px 16px;display:flex}.status-row{color:#6b7280;justify-content:space-between;align-items:center;gap:6px;padding:0 2px;font-size:.75rem;display:flex}.status-pill{border:1px solid #374151b3;border-radius:999px;align-items:center;gap:5px;padding:2px 8px;display:inline-flex}.status-dot{background:#22c55e;border-radius:999px;width:6px;height:6px;box-shadow:0 0 6px #22c55e}.status-right{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.input-row{align-items:center;gap:8px;margin-top:4px;display:flex}.chat-input{color:#e5e7eb;background:#020617;border:1px solid #4b5563cc;border-radius:999px;outline:none;flex:1;padding:10px 14px;font-size:.9rem;transition:border-color .2s}.chat-input:focus{border-color:var(--brand-primary)}.chat-input::placeholder{color:#6b7280}.icon-btn{color:#e5e7eb;cursor:pointer;background:#020617;border:1px solid #4b5563e6;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:background .2s;display:flex}.icon-btn:hover:not(:disabled){background:#ffffff0d}.icon-btn:disabled{opacity:.4;cursor:not-allowed}.send-btn{background:linear-gradient(135deg,var(--brand-primary),#ec4899);color:#f9fafb;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:6px;width:70px;height:36px;padding:0 10px;font-size:.85rem;font-weight:600;transition:opacity .2s;display:flex}.send-btn:hover:not(:disabled){opacity:.9}.send-btn:disabled{opacity:.6;cursor:not-allowed}.voice-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;color:#9ca3af;align-items:center;gap:6px;font-size:.75rem;display:inline-flex}.voice-toggle input{display:none}.voice-toggle-slider{background:#4b5563;border-radius:999px;width:28px;height:16px;transition:background .2s;position:relative}.voice-toggle-slider:before{content:"";background:#e5e7eb;border-radius:999px;width:12px;height:12px;transition:transform .2s;position:absolute;top:2px;left:2px}.voice-toggle input:checked+.voice-toggle-slider{background:#16a34a}.voice-toggle input:checked+.voice-toggle-slider:before{transform:translate(12px)}.session-setup{z-index:10;background:#020617;flex-direction:column;justify-content:center;align-items:center;padding:24px;display:none;position:absolute;inset:0}.session-setup-inner{flex-direction:column;gap:15px;width:100%;max-width:320px;display:flex}.session-setup-title{text-align:center;color:#fff;font-size:1.2rem;font-weight:700}.session-setup-desc{color:#9ca3af;text-align:center;margin-bottom:10px;font-size:.9rem}.session-setup-row{flex-direction:column;gap:12px;display:flex}.session-input{color:#e5e7eb;background:#0f172a;border:1px solid #4b5563e6;border-radius:12px;outline:none;width:100%;padding:12px 16px;font-size:1rem;transition:border-color .2s}.session-input:focus{border-color:var(--brand-primary)}.session-input::placeholder{color:#6b7280}.session-start-btn{background:linear-gradient(135deg,var(--brand-primary),#ec4899);color:#f9fafb;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;margin-top:10px;padding:12px;font-size:1.2rem;font-weight:600;transition:opacity .2s;display:inline-flex}.session-start-btn:hover{opacity:.9}.session-error{color:#f97373;text-align:center;min-height:20px;font-size:.8rem}@media (max-width:600px){body{background:#020617;gap:0;padding:0}.branding-hero{display:none}#chat-widget{border:none;border-radius:0;max-width:100%;height:100%;max-height:100vh}}
