*{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::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}.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:.75rem;color:#fff;text-decoration:none;font-weight:600;font-size:1.25rem}.logo.svelte-12qhfyh svg:where(.svelte-12qhfyh){color:#6366f1}.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}.user-email.svelte-12qhfyh{color:#888;font-size:.9rem}.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}.btn-ghost.svelte-12qhfyh{background:transparent;color:#888}.btn-ghost.svelte-12qhfyh:hover{color:#fff}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}.logo-text.svelte-12qhfyh{font-size:1.5rem;font-weight:700;color:#fff}.footer-brand.svelte-12qhfyh p:where(.svelte-12qhfyh){color:#666;margin-top:.5rem;font-size:.9rem}.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}.footer-bottom.svelte-12qhfyh p:where(.svelte-12qhfyh){color:#444;font-size:.85rem}@media(max-width:768px){.nav-links.svelte-12qhfyh{display:none}.footer-container.svelte-12qhfyh{flex-direction:column;gap:2rem}.footer-links.svelte-12qhfyh{flex-wrap:wrap;gap:2rem}}
