@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap";
:root{--color-primary:#f0476a;--color-primary-hover:#d93d5e;--color-primary-active:#b83050;--color-primary-soft:#fdedf1;--color-primary-border:#f9c0ce;--color-bg:#f8f6f7;--color-surface:#fff;--color-surface-2:#f2eeef;--color-text:#1a1118;--color-text-muted:#7a6e72;--color-text-faint:#b8aeb2;--color-text-inverse:#fff;--color-border:#1a111817;--color-divider:#1a11180f;--color-success:#1e8a5a;--color-success-soft:#e8f7f0;--color-error:#c0392b;--color-error-soft:#fdeceb;--color-warning:#9a6b00;--color-warning-soft:#fef6e4;--color-dark:#1a1a1a;--color-dark-secondary:#2d2d2d;--color-pink-soft:#fff0f5;--color-pink-light:#ffe4ec;--color-pink-medium:#ffb8d0;--color-pink-accent:#ff8fb0;--font-sans:"Plus Jakarta Sans", "Inter", system-ui, sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.375rem;--text-2xl:1.75rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--radius-sm:.375rem;--radius-md:.75rem;--radius-lg:1rem;--radius-xl:1.25rem;--radius-full:9999px;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1);--duration-fast:.12s;--duration-base:.18s;--duration-slow:.28s}[data-theme=dark]{--color-bg:#110d0f;--color-surface:#1a1518;--color-surface-2:#231e21;--color-border:#ffebf517;--color-text:#ede8ea;--color-text-muted:#857a7e;--color-primary:#f5698a;--color-primary-soft:#2e1520}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);font-size:var(--text-base);color:var(--color-text);background-color:var(--color-bg);min-height:100dvh;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;font-size:inherit;background:0 0;border:none}input,textarea,select{font-family:inherit;font-size:var(--text-base)}img,video{max-width:100%;display:block}ul,ol{list-style:none}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg, var(--color-surface-2) 25%, var(--color-bg) 50%, var(--color-surface-2) 75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.5s ease-in-out infinite shimmer}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{width:100%;max-width:430px;padding:0 var(--space-4);margin:0 auto}@media (min-width:768px){.container{max-width:100%;padding:0 var(--space-8)}}
