.home-shell{background:var(--background);min-height:100dvh;color:var(--foreground);flex-direction:column;display:flex}.home-header{z-index:50;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);background:#ffffffe0;position:sticky;top:0}.home-header-inner{align-items:center;gap:2rem;max-width:1100px;height:60px;margin:0 auto;padding:0 1.5rem;display:flex}.home-logo{align-items:center;text-decoration:none;transition:opacity .15s;display:flex}.home-logo:hover{opacity:.8}.home-nav{align-items:center;gap:.25rem;display:flex}.home-nav-link{color:var(--muted-foreground);border-radius:.45rem;padding:.35rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s}.home-nav-link:hover{background:var(--muted);color:var(--foreground)}.home-header-actions{align-items:center;gap:.5rem;margin-left:auto;display:flex}.home-btn-primary{color:#fff;background:hsl(var(--brand-pink));box-shadow:0 2px 8px hsl(var(--brand-pink)/.3);border-radius:.45rem;align-items:center;gap:.4rem;padding:.45rem 1rem;font-size:.8125rem;font-weight:600;text-decoration:none;transition:background .15s,transform .1s;display:inline-flex}.home-btn-primary:hover{background:#dc3884;transform:translateY(-1px)}.home-btn-ghost{color:var(--muted-foreground);border:1px solid var(--border);background:0 0;border-radius:.45rem;align-items:center;padding:.45rem .875rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:background .15s;display:inline-flex}.home-btn-ghost:hover{background:var(--muted)}.home-btn-icon{width:14px;height:14px}.home-main{flex:1}.home-hero{text-align:center;padding:6rem 1.5rem 4rem;position:relative;overflow:hidden}.home-hero:before{content:"";background:radial-gradient(ellipse 80% 60% at 50% 0%,hsl(var(--brand-pink)/.07)0%,transparent 70%);pointer-events:none;position:absolute;inset:0}.home-hero-inner{flex-direction:column;align-items:center;gap:1.25rem;max-width:700px;margin:0 auto;display:flex;position:relative}.home-hero-badge{letter-spacing:.08em;text-transform:uppercase;color:hsl(var(--brand-pink));background:hsl(var(--brand-pink)/.1);border:1px solid hsl(var(--brand-pink)/.25);border-radius:9999px;padding:.3rem .8rem;font-size:.7rem;font-weight:700;display:inline-flex}.home-hero-title{letter-spacing:-.035em;color:var(--foreground);margin:0;font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.12}.home-hero-title-accent{background:linear-gradient(135deg,hsl(var(--brand-pink)),hsl(var(--brand-amber)));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.home-hero-description{color:var(--muted-foreground);max-width:560px;margin:0;font-size:1.0625rem;line-height:1.7}.home-hero-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.5rem;display:flex}.home-btn-primary-lg{color:#fff;background:hsl(var(--brand-pink));box-shadow:0 4px 14px hsl(var(--brand-pink)/.35);border-radius:.6rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .15s,transform .1s,box-shadow .15s;display:inline-flex}.home-btn-primary-lg:hover{box-shadow:0 6px 20px hsl(var(--brand-pink)/.45);background:#da2f7f;transform:translateY(-2px)}.home-btn-secondary-lg{color:var(--foreground);background:var(--muted);border:1px solid var(--border);border-radius:.6rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:background .15s,transform .1s;display:inline-flex}.home-btn-secondary-lg:hover{background:var(--accent);transform:translateY(-1px)}.home-btn-lg-icon{width:18px;height:18px}.home-features{padding:3rem 1.5rem 5rem}.home-features-inner{max-width:1100px;margin:0 auto}.home-features-heading{letter-spacing:-.015em;color:var(--foreground);text-align:center;margin:0 0 1.75rem;font-size:1.375rem;font-weight:700}.home-feature-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.home-feature-card{border:1px solid var(--border);background:var(--card);color:var(--foreground);border-radius:.75rem;flex-direction:column;gap:.5rem;padding:1.25rem;text-decoration:none;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex;position:relative}.home-feature-card:hover{border-color:hsl(var(--brand-pink)/.5);box-shadow:0 4px 18px hsl(var(--brand-pink)/.1);transform:translateY(-2px)}.home-feature-icon-wrap{background:hsl(var(--brand-pink)/.1);border-radius:.5rem;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:.25rem;display:flex}.home-feature-icon{width:18px;height:18px;color:hsl(var(--brand-pink))}.home-feature-title{margin:0;font-size:.9375rem;font-weight:600}.home-feature-desc{color:var(--muted-foreground);flex:1;margin:0;font-size:.8125rem;line-height:1.55}.home-feature-arrow{width:14px;height:14px;color:var(--muted-foreground);align-self:flex-end;margin-top:auto;transition:transform .15s,color .15s}.home-feature-card:hover .home-feature-arrow{color:hsl(var(--brand-pink));transform:translate(3px)}.home-footer{border-top:1px solid var(--border);text-align:center;padding:1.25rem 1.5rem}.home-footer-text{color:var(--muted-foreground);margin:0;font-size:.8rem}@media (max-width:640px){.home-nav{display:none}.home-hero{padding:4rem 1rem 3rem}.home-feature-grid{grid-template-columns:1fr 1fr}}
