:root{--primary: #12a89d;--secondary: #f05ea4;--tertiary: #25abe1;--quaternary: #a698c9;--bg-main: #ffffff;--bg-card: #f8f9fa;--bg-hover: #eef2f5;--text-main: #2c3e50;--text-muted: #64748b;--text-light: #ffffff;--accent-gradient: linear-gradient(135deg, var(--primary), var(--tertiary));--radius-pill: 100px;--radius-lg: 1rem;--radius-md: .75rem;--radius-sm: .5rem;--font-heading: "Inter", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--shadow-card: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-main);font-family:var(--font-body);line-height:1.6;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2;margin-bottom:1rem}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.container{max-width:600px;margin:0 auto;padding:0 2rem;width:100%;display:flex;flex-direction:column;flex-grow:1;justify-content:center;align-items:center}.card{background:var(--bg-card);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-card);border:1px solid rgba(0,0,0,.05)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.5rem;border-radius:var(--radius-md);font-weight:600;transition:all .2s ease;border:none;font-size:1rem;cursor:pointer}.btn-primary{background:var(--primary);background:var(--accent-gradient);color:#fff;box-shadow:0 4px 6px #12a89d33}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 12px #12a89d4d}.btn-outline{background:transparent;border:2px solid var(--primary);color:var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeIn .4s ease-out forwards}.modal-backdrop.svelte-ta60gp{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content.svelte-ta60gp{background-color:var(--bg-main, #fff);border-radius:var(--radius-lg, 1rem);box-shadow:var(--shadow-lg, 0 10px 15px -3px rgba(0, 0, 0, .1));width:100%;max-width:400px;margin:0 1rem;overflow:hidden;display:flex;flex-direction:column}.modal-header.svelte-ta60gp{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid rgba(0,0,0,.05);background-color:var(--bg-card, #f8f9fa)}.modal-header.svelte-ta60gp h3:where(.svelte-ta60gp){margin:0;font-size:1.25rem;color:var(--text-main, #2c3e50)}.modal-body.svelte-ta60gp{padding:2rem 1.5rem;text-align:center}.modal-body.svelte-ta60gp p:where(.svelte-ta60gp){color:var(--text-muted, #64748b);font-size:1.1rem;margin:0}.modal-footer.svelte-ta60gp{padding:1.5rem;display:flex;justify-content:center;background-color:var(--bg-card, #f8f9fa);border-top:1px solid rgba(0,0,0,.05)}.w-full.svelte-ta60gp{width:100%}.app-layout.svelte-12qhfyh{min-height:100vh;background-color:var(--bg-main);background-size:cover;background-position:center;background-attachment:fixed;background-repeat:no-repeat;display:flex;flex-direction:column}.app-header.svelte-12qhfyh{width:100%;display:flex;justify-content:center;padding:1.5rem 0 .5rem;z-index:10}.home-logo-btn.svelte-12qhfyh img:where(.svelte-12qhfyh){height:60px;object-fit:contain;transition:transform .2s ease,filter .2s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.app-footer.svelte-12qhfyh{margin-top:auto;padding:2rem 1rem 1.5rem;text-align:center;font-size:.85rem;color:var(--text-muted);background:linear-gradient(to top,rgba(255,255,255,.9),transparent)}.footer-content.svelte-12qhfyh p:where(.svelte-12qhfyh){margin:.4rem 0;line-height:1.5;display:flex;align-items:center;justify-content:center}.divider.svelte-12qhfyh{margin:0 .6rem;opacity:.4}.wa-icon-s.svelte-12qhfyh{width:1rem;height:1rem;object-fit:contain;margin-right:.3rem}
