*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #111111;--bg-secondary: #1a1a1a;--bg-card: #222222;--text-primary: #ffffff;--text-secondary: #aaaaaa;--text-muted: #666666;--accent-primary: #6366f1;--accent-hover: #5558e3;--accent-secondary: #8b5cf6;--border-color: #333333;--success: #22c55e;--warning: #eab308;--error: #ef4444;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;line-height:1.6}a{color:inherit;text-decoration:none}button{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:5rem 0}.text-center{text-align:center}.text-gradient{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}input,textarea,select{width:100%;padding:.75rem 1rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-primary);font-size:1rem;transition:border-color .2s}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--accent-primary)}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}button:focus-visible,a:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px;border-radius:var(--radius-sm)}input::placeholder,textarea::placeholder{color:var(--text-muted)}label{display:block;margin-bottom:.5rem;font-size:.9rem;color:var(--text-secondary)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-size:1rem;font-weight:500;cursor:pointer;border:none;transition:all .2s;text-decoration:none}.btn-lg{padding:1rem 2rem;font-size:1.1rem}.btn-primary{background:var(--accent-primary);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:transparent;color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover{background:#ffffff0d}.btn-ghost{background:transparent;color:var(--text-secondary)}.btn-ghost:hover{color:var(--text-primary)}.btn:disabled{opacity:.5;cursor:not-allowed}.card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:1.5rem}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:24px;height:24px;border:2px solid var(--border-color);border-top-color:var(--accent-primary);border-radius:50%;animation:spin .8s linear infinite}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#444}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.floating-buttons.svelte-zsv8oa{position:fixed;bottom:24px;right:24px;display:flex;flex-direction:column;align-items:center;gap:12px;z-index:1000;transition:all .2s ease}.floating-buttons.hidden.svelte-zsv8oa{transform:scale(0);opacity:0;pointer-events:none}.discord-bubble.svelte-zsv8oa{width:44px;height:44px;border-radius:50%;background:#5865f2;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 16px #5865f266;transition:all .2s ease;text-decoration:none}.discord-bubble.svelte-zsv8oa:hover{transform:scale(1.1);box-shadow:0 6px 20px #5865f280}.chat-bubble.svelte-zsv8oa{width:56px;height:56px;border-radius:50%;background:var(--accent-primary);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 20px #6366f166;transition:all .2s ease}.chat-bubble.svelte-zsv8oa:hover{transform:scale(1.05);box-shadow:0 6px 24px #6366f180}.chat-panel.svelte-zsv8oa{position:fixed;bottom:24px;right:24px;width:380px;max-width:calc(100vw - 48px);height:520px;max-height:calc(100vh - 48px);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg);display:flex;flex-direction:column;box-shadow:0 8px 32px #0000004d;z-index:1001;overflow:hidden}.chat-header.svelte-zsv8oa{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--bg-card);border-bottom:1px solid var(--border-color)}.chat-title.svelte-zsv8oa{display:flex;align-items:center;gap:8px;color:var(--text-primary);font-weight:500}.chat-title.svelte-zsv8oa svg:where(.svelte-zsv8oa){color:var(--accent-primary)}.chat-actions.svelte-zsv8oa{display:flex;gap:4px}.icon-btn.svelte-zsv8oa{width:32px;height:32px;border-radius:var(--radius-sm);border:none;background:transparent;color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.icon-btn.svelte-zsv8oa:hover{background:#ffffff1a;color:var(--text-primary)}.chat-messages.svelte-zsv8oa{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.message.svelte-zsv8oa{display:flex;flex-direction:column;max-width:85%}.message.user.svelte-zsv8oa{align-self:flex-end}.message.assistant.svelte-zsv8oa{align-self:flex-start}.message-content.svelte-zsv8oa{padding:10px 14px;border-radius:var(--radius-md);font-size:.9rem;line-height:1.5}.message.user.svelte-zsv8oa .message-content:where(.svelte-zsv8oa){background:var(--accent-primary);color:#fff;border-bottom-right-radius:4px}.message.assistant.svelte-zsv8oa .message-content:where(.svelte-zsv8oa){background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-color);border-bottom-left-radius:4px}.message-content.svelte-zsv8oa p:where(.svelte-zsv8oa){margin:0}.message-content.svelte-zsv8oa p:where(.svelte-zsv8oa)+p:where(.svelte-zsv8oa){margin-top:8px}.message-content.svelte-zsv8oa .list-item:where(.svelte-zsv8oa){padding-left:16px;position:relative}.message-content.svelte-zsv8oa .list-item:where(.svelte-zsv8oa):not(.numbered):before{content:"•";position:absolute;left:0;color:var(--accent-primary)}.message-footer.svelte-zsv8oa{display:flex;align-items:center;gap:8px;margin-top:4px;padding:0 4px}.timestamp.svelte-zsv8oa{font-size:.75rem;color:var(--text-muted)}.feedback-buttons.svelte-zsv8oa{display:flex;gap:4px;margin-left:auto}.feedback-btn.svelte-zsv8oa{width:24px;height:24px;border-radius:var(--radius-sm);border:none;background:transparent;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.feedback-btn.svelte-zsv8oa:hover{background:#ffffff1a;color:var(--text-secondary)}.feedback-thanks.svelte-zsv8oa{font-size:.75rem;color:var(--text-muted);margin-left:auto}.typing-indicator.svelte-zsv8oa{display:flex;gap:4px;padding:4px 0}.typing-indicator.svelte-zsv8oa span:where(.svelte-zsv8oa){width:8px;height:8px;border-radius:50%;background:var(--text-muted);animation:svelte-zsv8oa-typing 1.4s infinite ease-in-out}.typing-indicator.svelte-zsv8oa span:where(.svelte-zsv8oa):nth-child(1){animation-delay:0s}.typing-indicator.svelte-zsv8oa span:where(.svelte-zsv8oa):nth-child(2){animation-delay:.2s}.typing-indicator.svelte-zsv8oa span:where(.svelte-zsv8oa):nth-child(3){animation-delay:.4s}@keyframes svelte-zsv8oa-typing{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.error-message.svelte-zsv8oa{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#ef44441a;border:1px solid var(--error);border-radius:var(--radius-sm);color:var(--error);font-size:.85rem}.chat-input.svelte-zsv8oa{display:flex;gap:8px;padding:12px 16px;border-top:1px solid var(--border-color);background:var(--bg-card)}.chat-input.svelte-zsv8oa input:where(.svelte-zsv8oa){flex:1;padding:10px 14px;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-primary);font-size:.9rem}.chat-input.svelte-zsv8oa input:where(.svelte-zsv8oa):focus{outline:none;border-color:var(--accent-primary)}.chat-input.svelte-zsv8oa input:where(.svelte-zsv8oa):disabled{opacity:.6}.send-btn.svelte-zsv8oa{width:40px;height:40px;border-radius:var(--radius-md);border:none;background:var(--accent-primary);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.send-btn.svelte-zsv8oa:hover:not(:disabled){background:var(--accent-hover)}.send-btn.svelte-zsv8oa:disabled{opacity:.5;cursor:not-allowed}.chat-footer.svelte-zsv8oa{padding:8px 16px;text-align:center;border-top:1px solid var(--border-color);background:var(--bg-card)}.chat-footer.svelte-zsv8oa a:where(.svelte-zsv8oa){font-size:.8rem;color:var(--text-muted);text-decoration:none;transition:color .2s}.chat-footer.svelte-zsv8oa a:where(.svelte-zsv8oa):hover{color:var(--accent-primary)}.footer-sep.svelte-zsv8oa{font-size:.8rem;color:var(--text-muted);opacity:.5}@media(max-width:480px){.chat-panel.svelte-zsv8oa{bottom:0;right:0;width:100vw;max-width:100vw;height:100vh;max-height:100vh;border-radius:0}.floating-buttons.svelte-zsv8oa{bottom:16px;right:16px}}.layout.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column}.navbar.svelte-12qhfyh{position:sticky;top:0;background:#111111f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #333;z-index:100}.nav-container.svelte-12qhfyh{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:.6rem;text-decoration:none}.logo-content.svelte-12qhfyh{display:flex;flex-direction:column;line-height:1.1}.logo-text-nav.svelte-12qhfyh{font-size:1.1rem;font-weight:700;letter-spacing:.15em;background:linear-gradient(135deg,#a5b4fc,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo-slogan.svelte-12qhfyh{font-size:.65rem;font-style:italic;color:#666;letter-spacing:.05em}.nav-links.svelte-12qhfyh{display:flex;gap:2rem}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#aaa;text-decoration:none;font-size:.95rem;transition:color .2s}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,.nav-links.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:#fff}.nav-actions.svelte-12qhfyh{display:flex;align-items:center;gap:1rem}.badge.svelte-12qhfyh{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.badge.premium.svelte-12qhfyh{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.btn.svelte-12qhfyh{padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:500;text-decoration:none;cursor:pointer;border:none;transition:all .2s}.btn-primary.svelte-12qhfyh{background:#6366f1;color:#fff}.btn-primary.svelte-12qhfyh:hover{background:#5558e3}.btn-secondary.svelte-12qhfyh{background:transparent;color:#fff;border:1px solid #555}.btn-secondary.svelte-12qhfyh:hover{background:#ffffff1a}main.svelte-12qhfyh{flex:1}main.full-height.svelte-12qhfyh{display:flex;align-items:center;justify-content:center}.footer.svelte-12qhfyh{background:#0a0a0a;border-top:1px solid #222;padding:3rem 0 1rem}.footer-container.svelte-12qhfyh{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;gap:4rem}.footer-brand.svelte-12qhfyh{max-width:300px}.footer-logo.svelte-12qhfyh{display:flex;align-items:baseline;gap:.75rem}.logo-text.svelte-12qhfyh{font-size:1.3rem;font-weight:700;letter-spacing:.15em;background:linear-gradient(135deg,#a5b4fc,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-slogan.svelte-12qhfyh{font-size:.85rem;font-style:italic;color:#555;letter-spacing:.02em}.footer-brand.svelte-12qhfyh p:where(.svelte-12qhfyh){color:#666;margin-top:.5rem;font-size:.9rem;white-space:nowrap}.footer-links.svelte-12qhfyh{display:flex;gap:4rem}.footer-column.svelte-12qhfyh h4:where(.svelte-12qhfyh){color:#fff;font-size:.9rem;margin-bottom:1rem}.footer-column.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;color:#666;text-decoration:none;font-size:.9rem;padding:.25rem 0;transition:color .2s}.footer-column.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:#aaa}.footer-bottom.svelte-12qhfyh{max-width:1200px;margin:0 auto;padding:2rem 2rem 0;border-top:1px solid #222;margin-top:2rem;text-align:center}.footer-bottom.svelte-12qhfyh p:where(.svelte-12qhfyh){color:#444;font-size:.85rem}.account-wrapper.svelte-12qhfyh{position:relative}.account-trigger.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:transparent;border:1px solid #444;border-radius:6px;color:#aaa;font-size:.9rem;cursor:pointer;transition:all .2s}.account-trigger.svelte-12qhfyh:hover{background:#ffffff0d;border-color:#555;color:#fff}.account-email.svelte-12qhfyh{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-arrow.svelte-12qhfyh{transition:transform .2s}.dropdown-arrow.open.svelte-12qhfyh{transform:rotate(180deg)}.account-dropdown.svelte-12qhfyh{position:absolute;top:calc(100% + .5rem);right:0;min-width:200px;background:#1a1a1a;border:1px solid #333;border-radius:8px;box-shadow:0 10px 40px #00000080;z-index:200;overflow:hidden}.dropdown-item.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:transparent;border:none;color:#aaa;font-size:.9rem;text-decoration:none;cursor:pointer;transition:all .15s}.dropdown-item.svelte-12qhfyh:hover{background:#ffffff0d;color:#fff}.dropdown-item.svelte-12qhfyh svg:where(.svelte-12qhfyh){flex-shrink:0}.hamburger-btn.svelte-12qhfyh{display:none;padding:.5rem;background:transparent;border:none;color:#aaa;cursor:pointer;transition:color .2s}.hamburger-btn.svelte-12qhfyh:hover{color:#fff}.mobile-menu.svelte-12qhfyh{display:none;flex-direction:column;padding:1rem 2rem 1.5rem;background:#111111fa;border-top:1px solid #333}.mobile-menu.svelte-12qhfyh a:where(.svelte-12qhfyh),.mobile-menu.svelte-12qhfyh button:where(.svelte-12qhfyh){display:block;width:100%;padding:.75rem 0;background:transparent;border:none;color:#aaa;font-size:1rem;text-decoration:none;text-align:left;cursor:pointer;transition:color .2s}.mobile-menu.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,.mobile-menu.svelte-12qhfyh button:where(.svelte-12qhfyh):hover,.mobile-menu.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:#fff}.mobile-menu.svelte-12qhfyh hr:where(.svelte-12qhfyh){border:none;border-top:1px solid #333;margin:.5rem 0}.mobile-user-info.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;padding:.75rem 0}.mobile-email.svelte-12qhfyh{color:#666;font-size:.9rem}.mobile-cta.svelte-12qhfyh{margin-top:.5rem;padding:.75rem 1rem!important;background:#6366f1!important;color:#fff!important;border-radius:6px;text-align:center!important}.mobile-cta.svelte-12qhfyh:hover{background:#5558e3!important}@media(max-width:768px){.nav-links.svelte-12qhfyh{display:none}.hamburger-btn.svelte-12qhfyh{display:block}.mobile-menu.svelte-12qhfyh{display:flex}.logo-slogan.svelte-12qhfyh,.account-wrapper.svelte-12qhfyh{display:none}.nav-actions.svelte-12qhfyh>.btn:where(.svelte-12qhfyh){display:none}.footer-container.svelte-12qhfyh{flex-direction:column;align-items:center;text-align:center;gap:2.5rem}.footer-brand.svelte-12qhfyh{max-width:100%}.footer-links.svelte-12qhfyh{flex-wrap:wrap;justify-content:center;gap:2rem 3rem;width:100%}.footer-column.svelte-12qhfyh{min-width:100px}.footer-logo.svelte-12qhfyh{flex-direction:column;align-items:center;gap:.25rem}.footer-bottom.svelte-12qhfyh{text-align:center}}@media(min-width:769px){.mobile-menu.svelte-12qhfyh{display:none!important}}
