@import "https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Geist+Mono:wght@100..900&display=swap";:root{--bg-color:#fcfaf6;--bg-secondary:#f6f3ed;--text-primary:#121212;--text-secondary:#5a5a5a;--text-muted:#9a9a9a;--accent-primary:#f97316;--accent-secondary:#ea580c;--card-bg:#fff;--card-border:#0000000d;--shadow-sm:0 2px 4px #00000005;--shadow-md:0 4px 20px #0000000a;--shadow-lg:0 10px 30px #0000000f;--theme-transition:background-color .5s ease, color .5s ease, border-color .5s ease, box-shadow .5s ease;--font-sans:"Geist", "Outfit", system-ui, -apple-system, sans-serif;--font-serif:"Geist", serif;--transition-normal:.3s cubic-bezier(.4, 0, .2, 1);--nav-bg:#fff;--logo-filter:none;--chart-filter:contrast(1.1)}[data-theme=dark]{--bg-color:#0c0c0c;--bg-secondary:#141414;--text-primary:#fcfaf6;--text-secondary:#a0a0a0;--text-muted:#666;--card-bg:#1a1a1a;--card-border:#ffffff0d;--shadow-sm:0 2px 4px #0003;--shadow-md:0 4px 20px #0006;--shadow-lg:0 10px 30px #0009;--nav-bg:#1a1a1a;--logo-filter:invert(1);--chart-filter:invert(.9) hue-rotate(180deg) brightness(1.2)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;scroll-behavior:smooth;transition:var(--theme-transition);line-height:1.6;overflow-x:hidden}.white-card,.blog-card,.pill-nav,.nav-item,body,html,aside,.huge-title{transition:var(--theme-transition)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#e5e5e5;border-radius:10px}.landing-grid{grid-template-columns:360px 1fr;gap:2rem;max-width:1400px;min-height:100vh;margin:0 auto;padding:2rem;display:grid}@media (width<=1024px){.landing-grid{grid-template-columns:1fr;gap:1rem;padding:1rem}}.huge-title{text-transform:uppercase;letter-spacing:-.04em;word-break:break-word;margin-top:0;font-size:clamp(2.5rem,15vw,6rem);font-weight:800;line-height:.85}.huge-title.outline{color:#0000;-webkit-text-stroke:1px var(--text-muted);opacity:.4}[data-theme=dark] .huge-title.outline{-webkit-text-stroke:1px #fff9;opacity:.6}.pill-nav{background:var(--nav-bg);width:fit-content;box-shadow:var(--shadow-lg);border:1px solid var(--card-border);z-index:1000;border-radius:999px;gap:.4rem;margin:0 auto;padding:.5rem;display:flex;position:fixed;top:1rem;left:0;right:0}@media (width<=768px){.pill-nav{padding:.4rem;top:auto;bottom:1.5rem}}.nav-item{width:42px;height:42px;color:var(--text-secondary);transition:all var(--transition-normal);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex}@media (width<=768px){.nav-item{width:38px;height:38px}}.nav-item:hover,.nav-item.active{background:var(--bg-secondary);color:var(--accent-primary)!important}aside{z-index:10;align-self:start;margin-top:5rem;position:sticky;top:7rem}@media (width<=1024px){aside{width:100%;margin-top:4rem;position:relative;top:0}}.profile-card-container{height:100%}.white-card{background:var(--card-bg);height:100%;min-height:700px;box-shadow:var(--shadow-lg);text-align:center;border:1px solid var(--card-border);border-radius:24px;flex-direction:column;justify-content:space-between;align-items:center;padding:3rem 2rem;display:flex}@media (width<=1024px){.white-card{min-height:auto;padding:2rem 1.5rem}}.blog-card{background:var(--bg-secondary);transition:transform var(--transition-normal);cursor:pointer;border:1px solid var(--card-border);border-radius:20px;margin-bottom:1.5rem;padding:1.5rem;position:relative}.blog-card:hover{background:#f0ede6;transform:translateY(-4px)}.accent-circle{border:2px dashed var(--accent-primary);opacity:.2;z-index:0;border-radius:50%;width:120px;height:120px;position:absolute}.stats-row{gap:3rem;margin-bottom:4rem;display:flex}@media (width<=768px){.stats-row{justify-content:space-between;gap:1.5rem;margin-bottom:3rem}}.stat-item h3{margin-bottom:.5rem;font-size:3.5rem;font-weight:800;line-height:1}@media (width<=768px){.stat-item h3{font-size:2.5rem}}.stat-item p{text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;max-width:100px;font-size:.75rem;font-weight:600}.feature-cards-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:4rem;display:grid}@media (width<=768px){.feature-cards-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:3rem}}.feature-card{border-radius:24px;flex-direction:column;justify-content:flex-end;min-height:200px;padding:2rem;display:flex;position:relative;overflow:hidden}.feature-card h4{text-transform:uppercase;letter-spacing:-.02em;z-index:2;font-size:1.5rem;font-weight:700;line-height:1.1;position:relative}.feature-card.orange{color:#fff;background:#f97316}.feature-card.green{color:#121212;background:#bef264}.feature-card-subtitle{opacity:.8;letter-spacing:.02em;z-index:2;margin-top:.5rem;font-size:.8rem;font-weight:500;position:relative}.feature-card-icon{z-index:2;position:absolute;top:2rem;left:2rem}.dark-invert{transition:filter var(--transition-normal)}[data-theme=dark] .dark-invert{filter:invert()brightness(1.5)}.theme-icon-svg{color:var(--text-primary);transition:color var(--transition-normal)}
