@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{color-scheme:light dark;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--color-blue-500: oklch(55% .2 250);--color-blue-400: oklch(65% .18 245);--color-cyan-500: oklch(65% .15 210);--color-cyan-400: oklch(75% .13 205);--color-dark-bg: oklch(20% .02 260);--color-dark-surface: oklch(25% .02 260);--color-dark-border: oklch(35% .02 260);--color-light-bg: oklch(98% .01 260);--color-light-surface: oklch(100% 0 0);--color-light-border: oklch(90% .02 260);--color-dark-text: oklch(98% 0 0);--color-dark-text-muted: oklch(75% .02 260);--color-light-text: oklch(20% .02 260);--color-light-text-muted: oklch(45% .02 260);--bg-color: light-dark(var(--color-light-bg), var(--color-dark-bg));--surface-color: light-dark(var(--color-light-surface), var(--color-dark-surface));--border-color: light-dark(var(--color-light-border), var(--color-dark-border));--text-color: light-dark(var(--color-light-text), var(--color-dark-text));--text-muted: light-dark(var(--color-light-text-muted), var(--color-dark-text-muted));--accent-primary: light-dark(var(--color-blue-500), var(--color-blue-400));--accent-secondary: light-dark(var(--color-cyan-500), var(--color-cyan-400));--glass-bg: light-dark(rgba(255, 255, 255, .7), rgba(0, 0, 0, .4));--glass-border: light-dark(rgba(255, 255, 255, .5), rgba(255, 255, 255, .1))}*{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);background-color:var(--bg-color);color:var(--text-color);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:light-dark(radial-gradient(circle at top left,oklch(95% .02 250),var(--bg-color) 70%),radial-gradient(circle at top left,oklch(25% .04 250),var(--bg-color) 70%));background-attachment:fixed;overflow-x:hidden}#root{width:100%;display:flex;flex-direction:column;min-height:100vh}:focus-visible{outline:3px solid var(--accent-primary);outline-offset:3px;border-radius:4px}h1,h2,h3,h4,h5,h6{text-wrap:balance;margin-top:0;line-height:1.2}p{text-wrap:pretty;margin-bottom:1rem}a{color:var(--accent-primary);text-decoration:none;transition:color .2s ease;min-block-size:24px;min-inline-size:24px;display:inline-block}a:hover{color:var(--accent-secondary)}button{font-family:inherit;cursor:pointer;min-block-size:44px}.app-container{display:flex;flex-direction:column;align-items:center;width:100%;flex:1}.hero{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:clamp(3rem,10vh,8rem) 2rem;text-align:center;max-width:1000px;width:100%}.hero h1{font-size:clamp(2.5rem,5vw + 1rem,4.5rem);margin-bottom:1rem;background:linear-gradient(135deg,var(--accent-primary) 0%,var(--accent-secondary) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;font-weight:800;letter-spacing:-.02em}.hero p{font-size:clamp(1.125rem,2vw + .5rem,1.35rem);color:var(--text-muted);max-width:600px;margin-bottom:3rem}.cta-button{background:linear-gradient(135deg,var(--accent-primary) 0%,var(--accent-secondary) 100%);color:#fff;font-size:1.125rem;font-weight:600;padding:.875rem 2.5rem;border:none;border-radius:999px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s ease;box-shadow:0 4px 15px light-dark(rgba(0,0,0,.1),rgba(0,0,0,.3));position:relative;overflow:hidden}.cta-button:after{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.2),transparent);border-radius:inherit;opacity:0;transition:opacity .3s ease}.cta-button:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 25px light-dark(rgba(0,0,0,.15),rgba(0,0,0,.4))}.cta-button:hover:after{opacity:1}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:2rem;width:100%;padding:2rem 2rem 6rem;max-width:1200px}.feature-card{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:20px;padding:2.5rem;transition:transform .4s cubic-bezier(.165,.84,.44,1),box-shadow .4s cubic-bezier(.165,.84,.44,1),border-color .4s ease;text-align:left;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--glass-border),transparent);opacity:.5}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px light-dark(rgba(0,0,0,.08),rgba(0,0,0,.2));border-color:light-dark(rgba(0,0,0,.1),rgba(255,255,255,.2))}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px;background:light-dark(oklch(95% .05 250),oklch(30% .05 250));color:var(--accent-primary);margin-bottom:1.5rem;font-size:1.5rem}.feature-icon svg{width:28px;height:28px}.feature-card h3{font-size:1.5rem;margin-bottom:.75rem;color:var(--text-color);font-weight:600}.feature-card p{color:var(--text-muted);line-height:1.6;margin:0}.legal-page-container{display:flex;flex-direction:column;min-height:100vh;width:100%;padding:0 2rem;max-width:800px;margin:0 auto}.legal-nav{padding:2rem 0}.back-link{color:var(--accent-primary);font-weight:500;display:inline-flex;align-items:center;gap:.5rem}.back-link:hover{color:var(--accent-secondary)}.legal-content{flex:1;padding-bottom:4rem}.legal-content h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:.5rem}.last-updated{color:var(--text-muted);font-size:.875rem;margin-bottom:3rem}.legal-content section{margin-bottom:2.5rem}.legal-content h2{font-size:1.5rem;margin-bottom:1rem;border-bottom:1px solid var(--border-color);padding-bottom:.5rem}.legal-content ul{padding-left:1.5rem;margin-bottom:1rem}.legal-content li{margin-bottom:.5rem}.step-card{display:flex;gap:1.5rem;background:var(--surface-color);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 4px 6px light-dark(rgba(0,0,0,.02),rgba(0,0,0,.1))}.step-card h3{margin:0 0 .5rem;font-size:1.125rem}.step-card p{margin:0;color:var(--text-muted)}.step-number{background:linear-gradient(135deg,var(--accent-primary) 0%,var(--accent-secondary) 100%);color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;box-shadow:0 2px 8px light-dark(rgba(0,0,0,.1),rgba(0,0,0,.3))}.highlight-step{border-color:light-dark(oklch(60% .2 25),oklch(50% .15 25));background:light-dark(oklch(98% .02 25),oklch(30% .05 25))}.highlight-step .step-number{background:linear-gradient(135deg,#ef4444,#f87171)}.footer-nav{width:100%;padding:3rem 2rem 2rem;text-align:center;border-top:1px solid var(--border-color);margin-top:auto}.footer-links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center;align-items:center;margin-bottom:1.5rem}.footer-links a{font-size:.9rem;color:var(--text-muted)}.footer-links a:hover{color:var(--text-color)}.separator{color:var(--border-color);-webkit-user-select:none;user-select:none}.footer-nav p{color:var(--text-muted);font-size:.875rem;margin:0}@media(prefers-reduced-motion:no-preference){@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero{animation:fade-in-up 1s cubic-bezier(.165,.84,.44,1) both}@supports ((animation-timeline: view()) and (animation-range: entry)){@keyframes reveal-card{0%{opacity:0;transform:translateY(50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.feature-card{animation:reveal-card auto linear both;animation-timeline:view(block);animation-range:entry 10% cover 30%}}}
