:root{--lp-bg: #ffffff;--lp-surface: #f9fafb;--lp-border: #d1d5db;--lp-accent: #2563eb;--lp-text: #111827;--lp-text-subdued: #4b5563}body{background-color:var(--lp-bg);color:var(--lp-text);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.landing-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:4rem 2rem}.nav-minimal{width:100%;max-width:1200px;display:flex;justify-content:space-between;align-items:center;margin-bottom:4rem}.logo-text{font-size:1.25rem;font-weight:700;color:var(--lp-accent)}.hero-main-container{width:100%;max-width:1100px;display:flex;justify-content:space-between;align-items:center;gap:4rem;margin-bottom:6rem}.hero-section{text-align:left;flex:1}.hero-tag{display:inline-block;padding:4px 12px;background:#eff6ff;color:var(--lp-accent);border-radius:4px;font-size:.75rem;font-weight:600;margin-bottom:1rem}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:var(--lp-text);letter-spacing:-.02em}.hero-title span{color:var(--lp-accent)}.hero-subtitle{font-size:1.125rem;color:var(--lp-text-subdued);max-width:500px;margin:0 0 2rem;line-height:1.5}.login-card{background:#fff;border:1px solid var(--lp-border);border-radius:12px;padding:2.5rem;width:100%;max-width:400px;box-shadow:0 1px 3px #0000001a}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;width:100%;max-width:1100px}.feature-card{background:var(--lp-surface);border-radius:12px;padding:2rem;border:1px solid var(--lp-border)}.feature-icon-wrapper{width:48px;height:48px;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;border:1px solid var(--lp-border)}.feature-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.feature-description{color:var(--lp-text-subdued);line-height:1.5;font-size:.9375rem}.custom-input{background:var(--lp-surface)!important;border:1px solid var(--lp-border)!important;border-radius:6px!important;color:var(--lp-text)!important;padding:12px 16px!important;font-size:.95rem!important}.custom-input:focus{background:#fff!important;border-color:var(--lp-accent)!important;outline:none}.custom-button{background:var(--lp-accent)!important;border:none!important;border-radius:6px!important;padding:14px!important;font-weight:600!important;font-size:1rem!important;color:#fff!important;cursor:pointer}@media(max-width:1024px){.hero-main-container{flex-direction:column;text-align:center;gap:3rem}.hero-section{text-align:center}.hero-subtitle{margin:0 auto 2rem}}@media(max-width:640px){.landing-container{padding:2rem 1rem}.hero-title{font-size:2.5rem}.nav-minimal{margin-bottom:2rem}}
