@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&family=Inter:wght@300;400;500;600&display=swap";:root{--bg-navy: #080c14;--pixii-blue: #2ea3f2;--pixii-cyan: #87ceeb;--bg-dark: #05070a;--bg-card: rgba(255, 255, 255, .05);--primary: var(--pixii-blue);--primary-glow: rgba(46, 163, 242, .4);--secondary: var(--pixii-cyan);--text-main: #f8fafc;--text-muted: #94a3b8;--glass-bg: rgba(8, 12, 20, .8);--glass-border: rgba(46, 163, 242, .3);--glass-blur: blur(20px);--pill-radius: 9999px;--font-heading: "Outfit", sans-serif;--font-body: "Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}body{background-color:var(--bg-navy);color:var(--text-main);font-family:var(--font-body);line-height:1.6;overflow-x:hidden;min-height:100vh}h1,h2,h3{font-family:var(--font-heading);font-weight:700;letter-spacing:-.01em}.page-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background:radial-gradient(circle at 50% 0%,#0f172a 0%,var(--bg-navy) 100%)}.bg-accent{position:absolute;width:600px;height:600px;background:radial-gradient(circle,var(--primary-glow) 0%,transparent 70%);filter:blur(80px);opacity:.3;pointer-events:none;z-index:-1}.pill{border-radius:var(--pill-radius)}.glass{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border)}.container{width:90%;max-width:1200px;margin:0 auto}.reveal{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.2,.8,.2,1)}.reveal.visible{opacity:1;transform:translateY(0)}@keyframes scan{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}.scanner:after{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(to right,transparent,var(--pixii-blue),transparent);animation:scan 3s linear infinite;opacity:.5}.chat-toggle.svelte-1gz06oj.svelte-1gz06oj{position:fixed;bottom:24px;right:24px;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--pixii-blue),#1a8cd8);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 20px #2ea3f266;transition:all .3s ease;z-index:1000}.chat-toggle.svelte-1gz06oj.svelte-1gz06oj:hover{transform:scale(1.1);box-shadow:0 6px 30px #2ea3f299}.chat-toggle.hidden.svelte-1gz06oj.svelte-1gz06oj{display:none}.chat-window.svelte-1gz06oj.svelte-1gz06oj{position:fixed;width:360px;height:480px;border-radius:16px;display:flex;flex-direction:column;overflow:hidden;z-index:1001;box-shadow:0 10px 40px #0000004d;background:#0a192ff2;border:1px solid rgba(46,163,242,.3)}.chat-header.svelte-1gz06oj.svelte-1gz06oj{display:flex;align-items:center;justify-content:space-between;padding:16px;background:linear-gradient(135deg,var(--pixii-blue),#1a8cd8);cursor:grab;-webkit-user-select:none;user-select:none}.chat-header.svelte-1gz06oj.svelte-1gz06oj:active{cursor:grabbing}.header-info.svelte-1gz06oj.svelte-1gz06oj{display:flex;align-items:center;gap:10px;color:#fff;font-weight:600}.status-dot.svelte-1gz06oj.svelte-1gz06oj{width:10px;height:10px;background:#4ade80;border-radius:50%;animation:svelte-1gz06oj-pulse 2s infinite}@keyframes svelte-1gz06oj-pulse{0%,to{opacity:1}50%{opacity:.5}}.close-btn.svelte-1gz06oj.svelte-1gz06oj{background:none;border:none;color:#fff;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;opacity:.8;transition:opacity .2s}.close-btn.svelte-1gz06oj.svelte-1gz06oj:hover{opacity:1}.registration-form.svelte-1gz06oj.svelte-1gz06oj{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;gap:16px}.registration-form.svelte-1gz06oj h3.svelte-1gz06oj{color:#fff;margin:0;font-size:1.25rem}.registration-form.svelte-1gz06oj p.svelte-1gz06oj{color:#ffffffb3;margin:0;font-size:.9rem;text-align:center}.input-field.svelte-1gz06oj.svelte-1gz06oj{width:100%;padding:12px 16px;border-radius:8px;border:1px solid rgba(46,163,242,.3);background:#ffffff0d;color:#fff;font-size:1rem;outline:none;transition:border-color .3s}.input-field.svelte-1gz06oj.svelte-1gz06oj:focus{border-color:var(--pixii-blue)}.input-field.svelte-1gz06oj.svelte-1gz06oj::placeholder{color:#ffffff80}.start-btn.svelte-1gz06oj.svelte-1gz06oj{width:100%;padding:12px;border-radius:8px;border:none;background:linear-gradient(135deg,var(--pixii-blue),#1a8cd8);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.start-btn.svelte-1gz06oj.svelte-1gz06oj:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 15px #2ea3f266}.start-btn.svelte-1gz06oj.svelte-1gz06oj:disabled{opacity:.5;cursor:not-allowed}.chat-messages.svelte-1gz06oj.svelte-1gz06oj{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.message.svelte-1gz06oj.svelte-1gz06oj{display:flex;max-width:85%}.message.user.svelte-1gz06oj.svelte-1gz06oj{align-self:flex-end}.message.assistant.svelte-1gz06oj.svelte-1gz06oj{align-self:flex-start}.message-content.svelte-1gz06oj.svelte-1gz06oj{padding:10px 14px;border-radius:16px;font-size:.9rem;line-height:1.4}.message.user.svelte-1gz06oj .message-content.svelte-1gz06oj{background:linear-gradient(135deg,var(--pixii-blue),#1a8cd8);color:#fff;border-bottom-right-radius:4px}.message.assistant.svelte-1gz06oj .message-content.svelte-1gz06oj{background:#ffffff1a;color:#fff;border-bottom-left-radius:4px}.typing.svelte-1gz06oj.svelte-1gz06oj{display:flex;gap:4px;padding:14px 18px}.typing.svelte-1gz06oj span.svelte-1gz06oj{width:8px;height:8px;background:#ffffff80;border-radius:50%;animation:svelte-1gz06oj-bounce 1.4s infinite ease-in-out both}.typing.svelte-1gz06oj span.svelte-1gz06oj:nth-child(1){animation-delay:-.32s}.typing.svelte-1gz06oj span.svelte-1gz06oj:nth-child(2){animation-delay:-.16s}@keyframes svelte-1gz06oj-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat-input.svelte-1gz06oj.svelte-1gz06oj{display:flex;gap:8px;padding:16px;border-top:1px solid rgba(46,163,242,.2)}.chat-input.svelte-1gz06oj input.svelte-1gz06oj{flex:1;padding:10px 14px;border-radius:24px;border:1px solid rgba(46,163,242,.3);background:#ffffff0d;color:#fff;font-size:.9rem;outline:none;transition:border-color .3s}.chat-input.svelte-1gz06oj input.svelte-1gz06oj:focus{border-color:var(--pixii-blue)}.chat-input.svelte-1gz06oj input.svelte-1gz06oj::placeholder{color:#ffffff80}.chat-input.svelte-1gz06oj button.svelte-1gz06oj{width:40px;height:40px;border-radius:50%;border:none;background:linear-gradient(135deg,var(--pixii-blue),#1a8cd8);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.chat-input.svelte-1gz06oj button.svelte-1gz06oj:hover:not(:disabled){transform:scale(1.05)}.chat-input.svelte-1gz06oj button.svelte-1gz06oj:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 640px){.chat-window.svelte-1gz06oj.svelte-1gz06oj{width:calc(100vw - 32px);height:calc(100vh - 100px);left:16px!important;top:16px!important}}main.svelte-theyqk{min-height:100vh;display:flex;flex-direction:column}
