*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--background: #1A1918;--foreground: #F5F0E8;--card: #242220;--card-foreground: #F5F0E8;--primary: #B8A082;--primary-foreground: #1A1918;--secondary: #2D2A28;--secondary-foreground: #F5F0E8;--muted: #2D2A28;--muted-foreground: #A8A29E;--accent: #B8A082;--accent-foreground: #1A1918;--accent-hover: #C9B193;--accent-muted: rgba(184, 160, 130, .1);--border: #3D3935;--border-secondary: #4A453F;--border-40: rgba(61, 57, 53, .4);--bg-secondary: #242220;--bg-tertiary: #2D2A28;--bg-hover: #3D3935;--fg-secondary: #A8A29E;--fg-muted: #78716C;--font-sans: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--duration-fast: .15s;--duration-default: .2s;--duration-slow: .3s;--radius-sm: .125rem;--radius-md: .25rem;--radius-lg: .25rem;--radius-xl: .375rem;--radius-full: 9999px;--z-base: 0;--z-dropdown: 1000;--z-sticky: 1020;--z-fixed: 1030}html{height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-optical-sizing:auto;scroll-behavior:smooth}body{min-height:100%;font-family:var(--font-sans);background-color:var(--background);color:var(--foreground);font-weight:400;font-feature-settings:"kern" 1,"liga" 1,"calt" 1;font-kerning:normal;line-height:1.6}::selection{background-color:var(--accent);color:var(--background)}h1,h2,h3,h4,h5,h6{font-feature-settings:"kern" 1,"liga" 1;font-kerning:normal;text-wrap:balance}p{text-wrap:pretty}a{color:inherit;text-decoration:none}.gradient-mesh{position:absolute;inset:0;overflow:hidden;pointer-events:none}.gradient-mesh:before{content:"";position:absolute;inset:0;opacity:.8;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(184,160,130,.25),transparent)}.blob{position:absolute;border-radius:50%;filter:blur(60px)}.blob-1{width:500px;height:500px;top:-10%;left:-5%;background:radial-gradient(circle,rgba(184,160,130,.3) 0%,transparent 70%);animation:blob-1 12s ease-in-out infinite}.blob-2{width:600px;height:600px;top:-20%;right:-10%;background:radial-gradient(circle,rgba(168,150,122,.25) 0%,transparent 70%);filter:blur(70px);animation:blob-2 15s ease-in-out infinite}.blob-3{width:700px;height:700px;top:20%;left:30%;background:radial-gradient(circle,rgba(139,115,85,.2) 0%,transparent 70%);filter:blur(80px);animation:blob-3 18s ease-in-out infinite}.blob-4{width:500px;height:500px;bottom:-10%;left:20%;background:radial-gradient(circle,rgba(184,160,130,.25) 0%,transparent 70%);animation:blob-4 14s ease-in-out infinite}.noise-overlay{position:absolute;inset:0;opacity:.02;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}@keyframes blob-1{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,50px) scale(1.1)}50%{transform:translate(-20px,30px) scale(.95)}75%{transform:translate(40px,-20px) scale(1.05)}}@keyframes blob-2{0%,to{transform:translate(0) scale(1)}25%{transform:translate(-40px,30px) scale(1.05)}50%{transform:translate(30px,-40px) scale(1.1)}75%{transform:translate(-20px,50px) scale(.95)}}@keyframes blob-3{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-30px) scale(1.08)}66%{transform:translate(-40px,40px) scale(.92)}}@keyframes blob-4{0%,to{transform:translate(0) scale(1)}20%{transform:translate(-30px,-40px) scale(1.1)}40%{transform:translate(50px,20px) scale(.95)}60%{transform:translate(20px,-30px) scale(1.05)}80%{transform:translate(-40px,30px) scale(1)}}.nav{position:fixed;top:0;left:0;right:0;height:64px;background:#1a1918cc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-40);z-index:var(--z-fixed)}.nav-container{max-width:1280px;margin:0 auto;padding:0 24px;height:100%;display:flex;align-items:center;justify-content:space-between}@media(min-width:1024px){.nav-container{padding:0 32px}}.logo{font-size:.875rem;font-weight:500;letter-spacing:-.01em;color:var(--foreground)}.nav-link{font-size:.875rem;font-weight:500;color:var(--foreground);transition:color var(--duration-default) ease}.nav-link:hover{color:var(--accent)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;font-size:.875rem;font-weight:500;border-radius:var(--radius-md);border:none;cursor:pointer;transition:all var(--duration-default) ease;text-decoration:none}.btn-primary{background-color:var(--foreground);color:var(--background)}.btn-primary:hover{opacity:.9}.btn-secondary{background-color:transparent;color:var(--foreground);border:1px solid var(--border)}.btn-secondary:hover{background-color:var(--bg-hover);border-color:var(--foreground)}.btn-large{height:48px;padding:0 28px;font-size:.9375rem}.btn svg{width:16px;height:16px}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column}.hero-content{position:relative;z-index:10;flex:1;display:flex;align-items:center;justify-content:center;padding:120px 24px 80px}@media(min-width:1024px){.hero-content{padding:120px 32px 80px}}.hero-inner{max-width:896px;margin:0 auto;width:100%;text-align:center}.hero-inner>*+*{margin-top:32px}.badge{display:inline-flex;align-items:center;gap:8px;padding:4px 14px;background:var(--accent-muted);border:1px solid var(--border);border-radius:var(--radius-full);font-size:.75rem;font-weight:500;color:var(--muted-foreground)}.badge-dot{position:relative;display:flex;width:8px;height:8px}.badge-dot:before{content:"";position:absolute;inset:0;border-radius:50%;background-color:var(--accent);opacity:.75;animation:ping 2s cubic-bezier(0,0,.2,1) infinite}.badge-dot:after{content:"";position:relative;display:block;width:8px;height:8px;border-radius:50%;background-color:var(--accent)}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.hero-title{font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;line-height:1.05;letter-spacing:-.03em;color:var(--foreground)}.hero-subtitle{font-size:clamp(1.125rem,2.5vw,1.25rem);line-height:1.6;color:var(--muted-foreground);max-width:640px;margin-left:auto;margin-right:auto}.hero-cta{display:flex;flex-direction:column;align-items:center;gap:12px;padding-top:16px}@media(min-width:640px){.hero-cta{flex-direction:row;justify-content:center}}.hero-cta .btn{width:100%}@media(min-width:640px){.hero-cta .btn{width:auto}}.features{position:relative;z-index:10;background-color:var(--background);border-top:1px solid var(--border-40)}.section-container{max-width:1280px;margin:0 auto;padding:96px 24px}@media(min-width:1024px){.section-container{padding:96px 32px}}.section-header{text-align:center;margin-bottom:64px}.section-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:12px}.section-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;letter-spacing:-.02em;color:var(--foreground);margin-bottom:16px}.section-subtitle{font-size:1.0625rem;line-height:1.6;color:var(--muted-foreground);max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{padding:32px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all var(--duration-slow) ease}.feature-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 20px 40px -20px #b8a08226}.feature-title{font-size:1.125rem;font-weight:600;color:var(--foreground);margin-bottom:8px}.feature-description{font-size:.9375rem;line-height:1.6;color:var(--muted-foreground)}.content{max-width:768px;margin:0 auto;padding:120px 24px 80px}.page-title{font-size:2.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:8px}.last-updated{font-size:.875rem;color:var(--muted-foreground);margin-bottom:48px}.content h2{font-size:1.5rem;font-weight:600;margin-top:48px;margin-bottom:16px}.content h3{font-size:1.125rem;font-weight:600;margin-top:32px;margin-bottom:12px}.content p{color:var(--muted-foreground);margin-bottom:16px}.content ul{color:var(--muted-foreground);margin-bottom:16px;padding-left:24px}.content li{margin-bottom:8px}.content a{color:var(--accent)}.content a:hover{text-decoration:underline}.footer{position:relative;z-index:10;background-color:var(--background);border-top:1px solid var(--border-40)}.footer-container{max-width:1280px;margin:0 auto;padding:32px 24px;display:flex;flex-direction:column;align-items:center;gap:16px}@media(min-width:640px){.footer-container{flex-direction:row;justify-content:space-between}}@media(min-width:1024px){.footer-container{padding:32px}}.footer-text{font-size:.875rem;color:var(--muted-foreground)}.footer-links{display:flex;align-items:center;gap:24px}.footer-link{font-size:.875rem;color:var(--muted-foreground);transition:color var(--duration-default) ease}.footer-link:hover{color:var(--foreground)}.footer-link svg{width:18px;height:18px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
