.home{min-height:100vh;background:linear-gradient(to bottom,var(--background),var(--muted))}.home-header{padding:6rem 2rem 4rem;text-align:center;position:relative;overflow:hidden}.home-header:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(24,24,27,.03) 0,transparent 70%);animation:pulse 4s ease-in-out infinite}.auth-section{position:absolute;top:2rem;right:2rem;z-index:10}.header-content{max-width:900px;margin:0 auto;position:relative;z-index:1}.main-title{font-size:clamp(2.5rem,8vw,4.5rem);font-weight:800;margin-bottom:1.5rem;color:var(--foreground);display:flex;align-items:center;justify-content:center;gap:1rem;letter-spacing:-.04em;line-height:1.1}.title-icon{font-size:clamp(2rem,6vw,3.5rem);display:inline-block;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.main-subtitle{font-size:1.25rem;color:var(--muted-foreground);margin-bottom:3rem;line-height:1.8;max-width:650px;margin-left:auto;margin-right:auto}.header-badges{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.badge{background-color:var(--muted);padding:.5rem 1.25rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:500;transition:all var(--transition-fast) ease;border:1px solid var(--border);display:inline-flex;align-items:center;gap:.5rem}.badge:hover{background-color:var(--accent);transform:translateY(-2px);box-shadow:var(--shadow-md)}.home-main{max-width:1400px;margin:0 auto;padding:4rem 2rem}.examples-section{margin-bottom:6rem}.section-header{text-align:center}.category-section,.section-header{margin-bottom:4rem}.category-section:last-child{margin-bottom:0}.category-title{font-size:clamp(1.5rem,4vw,1.875rem);font-weight:600;color:var(--foreground);margin-bottom:1.5rem;letter-spacing:-.02em;padding-left:.5rem;border-left:4px solid var(--primary)}.section-header h2{font-size:clamp(2rem,5vw,3rem);margin-bottom:1rem;color:var(--foreground);font-weight:700;letter-spacing:-.03em}.section-header p{font-size:1.125rem;color:var(--muted-foreground);line-height:1.8;max-width:600px;margin:0 auto}.examples-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.5rem;margin-top:3rem}.features-section{margin-top:8rem;text-align:center;position:relative}.features-section:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:1px;height:100px;background:linear-gradient(to bottom,transparent,var(--border));margin-top:-100px}.features-section h2{font-size:clamp(2rem,5vw,3rem);margin-bottom:4rem;color:var(--foreground);font-weight:700;letter-spacing:-.03em}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.feature{background-color:var(--card);padding:2.5rem 2rem;border-radius:var(--radius-xl);border:1px solid var(--border);transition:all var(--transition-base) cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.feature:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--primary),transparent);transform:translateX(-100%);transition:transform var(--transition-slow) ease}.feature:hover:before{transform:translateX(100%)}.feature:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary)}.feature-icon{font-size:2.5rem;margin-bottom:1.5rem;display:inline-block;padding:1rem;background:var(--muted);border-radius:var(--radius-lg)}.feature h3{font-size:1.25rem;margin-bottom:1rem;color:var(--foreground);font-weight:600}.feature p{line-height:1.7}.feature p,.home-footer{color:var(--muted-foreground)}.home-footer{text-align:center;padding:4rem 2rem;border-top:1px solid var(--border);margin-top:8rem;background:var(--muted)}@media (max-width:768px){.auth-section{top:1rem;right:1rem}.main-title{flex-direction:column;gap:.5rem;justify-content:center}.examples-grid,.features-grid{grid-template-columns:1fr}.home-header{padding:4rem 1.5rem 3rem}}