:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}a{font-weight:500;color:#000;text-decoration:inherit}a:hover{color:#333}.landing-page{min-height:100vh;background:#fff;color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{position:sticky;top:0;background:#fff;border-bottom:1px solid #e5e5e5;padding:1rem 0;z-index:1000;box-shadow:0 2px 4px #0000000d}.navbar .container{display:flex;justify-content:space-between;align-items:center}.nav-brand h1{margin:0;font-size:1.75rem;font-weight:700;color:#000}.brand-tagline{font-size:.875rem;color:#666;margin-left:.5rem}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{text-decoration:none;color:#000;font-weight:500;transition:all .2s}.nav-links a:not(.btn-primary):hover{color:#333}.nav-links .btn-primary{padding:.5rem 1.25rem;font-size:.9375rem;border-radius:6px;white-space:nowrap;background:#000!important;color:#fff!important;border:2px solid #000000!important}.nav-links .btn-primary:hover{background:#333!important;border-color:#333!important;color:#fff!important}.btn-primary{background:#000;color:#fff;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;display:inline-block;transition:all .2s;border:2px solid #000000}.btn-primary:hover{background:#333;border-color:#333}.btn-secondary{background:#fff;color:#000;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;display:inline-block;transition:all .2s;border:2px solid #000000}.btn-secondary:hover{background:#f5f5f5}.btn-large{padding:1rem 2rem;font-size:1.125rem}.hero{padding:6rem 0;text-align:center;background:linear-gradient(180deg,#fff,#f9f9f9)}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:700;margin:0 0 1.5rem;line-height:1.2;color:#000}.hero-subtitle{font-size:1.25rem;color:#666;margin:0 0 2rem;line-height:1.6}.hero-cta{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem;flex-wrap:wrap}.hero-note{font-size:.875rem;color:#999;margin:0}section{padding:5rem 0}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin:0 0 1rem;color:#000}.section-subtitle{font-size:1.125rem;text-align:center;color:#666;margin:0 0 3rem;max-width:700px;margin-left:auto;margin-right:auto}.features{background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:2rem;transition:all .3s}.feature-card:hover{border-color:#000;box-shadow:0 4px 12px #0000001a;transform:translateY(-4px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;font-weight:700;margin:0 0 1rem;color:#000}.feature-card p{color:#666;margin:0 0 1.5rem;line-height:1.6}.feature-description{font-weight:500;color:#333;margin-bottom:1rem!important}.feature-list{list-style:none;padding:0;margin:0}.feature-list li{color:#333;position:relative;padding:.5rem 0 .5rem 1.5rem}.feature-list li:before{content:"✓";position:absolute;left:0;color:#000;font-weight:700}.platform-features{background:#f9f9f9}.platform-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.platform-item{text-align:center;padding:2rem 1rem}.platform-icon{font-size:2.5rem;margin-bottom:1rem}.platform-item h3{font-size:1.25rem;font-weight:700;margin:0 0 .75rem;color:#000}.platform-item p{color:#666;margin:0;line-height:1.6}.how-it-works{background:#fff}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:3rem}.step{text-align:center;position:relative}.step-number{width:60px;height:60px;background:#000;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.step h3{font-size:1.5rem;font-weight:700;margin:0 0 1rem;color:#000}.step p{color:#666;margin:0;line-height:1.6}.comparison{background:#f9f9f9;padding:5rem 0}.comparison-table{max-width:900px;margin:3rem auto 0;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden;background:#fff}.comparison-row{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #e5e5e5}.comparison-row:last-child{border-bottom:none}.comparison-row.header{background:#000;color:#fff}.comparison-row.header h3{margin:0;color:#fff}.comparison-cell{padding:1.5rem;display:flex;align-items:center}.comparison-cell.highlight{background:#f9f9f9;font-weight:600}.comparison-cell p{margin:0;line-height:1.6}.comparison-cell h3{font-size:1.25rem;font-weight:700;margin:0}.cta-section{background:#000;color:#fff;text-align:center;padding:5rem 0}.cta-section h2{font-size:2.5rem;font-weight:700;margin:0 0 1rem}.cta-section p{font-size:1.125rem;margin:0 0 2rem;opacity:.9}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-section .btn-primary{background:#fff;color:#000;border-color:#fff}.cta-section .btn-primary:hover{background:#f5f5f5;border-color:#f5f5f5}.cta-section .btn-secondary{background:transparent;color:#fff;border-color:#fff}.cta-section .btn-secondary:hover{background:#ffffff1a}.footer{background:#000;color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:2fr 3fr;gap:4rem;margin-bottom:3rem}.footer-brand h3{font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.footer-brand p{margin:.25rem 0;opacity:.8}.footer-company{margin-top:1rem!important;font-size:.875rem;opacity:.6}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column h4{font-size:1rem;font-weight:700;margin:0 0 1rem}.footer-column a{display:block;color:#fff;text-decoration:none;opacity:.8;margin-bottom:.5rem;transition:opacity .2s}.footer-column a:hover{opacity:1}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center}.footer-bottom p{margin:0;opacity:.6;font-size:.875rem}@media(max-width:768px){.hero-title{font-size:2.5rem}.nav-links{gap:1rem;font-size:.875rem}.features-grid,.platform-grid,.steps{grid-template-columns:1fr}.benefit-item{flex-direction:column;gap:1rem}.footer-content,.footer-links{grid-template-columns:1fr}}.legal-page{min-height:100vh;background:#fff;color:#000}.legal-page .navbar{position:sticky;top:0;background:#fff;border-bottom:1px solid #e5e5e5;padding:1rem 0;z-index:1000;box-shadow:0 2px 4px #0000000d}.legal-page .nav-brand{text-decoration:none;color:inherit}.legal-page .nav-brand h1{margin:0;font-size:1.75rem;font-weight:700;color:#000}.legal-page .brand-tagline{font-size:.875rem;color:#666;margin-left:.5rem}.legal-page .nav-links{display:flex;align-items:center;gap:2rem}.legal-page .nav-links a{text-decoration:none;color:#000;font-weight:500;transition:color .2s}.legal-page .nav-links a:hover{color:#333}.legal-content{padding:3rem 0 5rem}.legal-content .container{max-width:900px}.legal-content h1{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;color:#000}.last-updated{color:#666;font-size:.875rem;margin:0 0 1.5rem}.legal-content section{margin-bottom:.75rem}.legal-content h2{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;color:#000}.legal-content h3{font-size:1.125rem;font-weight:600;margin:1rem 0 .4rem;color:#000}.legal-content p{color:#333;line-height:1.6;margin:0 0 .5rem}.legal-content ul{margin:.5rem 0;padding-left:2rem}.legal-content li{color:#333;line-height:1.6;margin-bottom:.3rem}.legal-content strong{color:#000;font-weight:600}.legal-footer{margin-top:3rem;text-align:center}@media(max-width:768px){.legal-content{padding:2rem 0 4rem}.legal-content h1{font-size:2rem}.legal-content h2{font-size:1.25rem}}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
