@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{--primary: #2DD4BF;--primary-glow: rgba(45, 212, 191, .4);--surface: #0B0F19;--surface-elevated: #151A2A;--on-surface: #F8FAFC;--on-surface-variant: #94A3B8;--outline: #334155;--error: #EF4444;--font-family: "Manrope", -apple-system, sans-serif;--radius-lg: 24px;--radius-md: 16px;--radius-sm: 8px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--surface);color:var(--on-surface);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-weight:800;line-height:1.2;margin-bottom:1rem}a{color:var(--primary);text-decoration:none;transition:opacity .2s ease}a:hover{opacity:.8}.container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:var(--surface);padding:.75rem 1.75rem;border-radius:var(--radius-md);font-weight:700;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px var(--primary-glow);font-size:1rem}.button:hover{transform:translateY(-2px);box-shadow:0 6px 20px var(--primary-glow)}.button-secondary{background:transparent;color:var(--on-surface);border:1px solid var(--outline);box-shadow:none}.button-secondary:hover{background:var(--surface-elevated);box-shadow:0 4px 14px #0003;transform:translateY(-2px)}.glass{background:#151a2ab3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.05)}.navbar.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 0}.nav-container.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center}.logo.svelte-12qhfyh{font-size:1.5rem;font-weight:800;letter-spacing:-.5px;color:var(--on-surface)}.mint.svelte-12qhfyh{color:var(--primary)}.nav-links.svelte-12qhfyh{display:flex;gap:2rem}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--on-surface-variant);font-weight:500}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--primary)}main.svelte-12qhfyh{flex:1;padding-top:80px}.footer.svelte-12qhfyh{background:var(--surface-elevated);border-top:1px solid var(--outline);padding:4rem 0 2rem;margin-top:6rem}.footer-content.svelte-12qhfyh{display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem;margin-bottom:2rem}.logo-text.svelte-12qhfyh{font-size:1.25rem;font-weight:800;display:block;margin-bottom:.5rem}.footer-brand.svelte-12qhfyh p:where(.svelte-12qhfyh){color:var(--on-surface-variant);max-width:300px}.footer-links.svelte-12qhfyh{display:flex;flex-direction:column;gap:.75rem}.copyright.svelte-12qhfyh{border-top:1px solid var(--outline);padding-top:2rem;color:var(--on-surface-variant);font-size:.875rem;text-align:center}@media(max-width:768px){.nav-links.svelte-12qhfyh{display:none}.footer-content.svelte-12qhfyh{flex-direction:column}}
