@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700&family=Space+Mono:wght@400;700&display=swap";
:root{--bg-primary:#fdfbf7;--bg-secondary:#f5f0e8;--bg-tertiary:#ece5d8;--bg-card:#fff;--bg-card-hover:#fffdf9;--bg-hero:linear-gradient(165deg, #1b2a1f 0%, #0f1a13 40%, #162019 100%);--bg-dark:#0f1a13;--bg-dark-card:#ffffff0a;--bg-dark-card-hover:#ffffff12;--color-primary:#2d6a4f;--color-primary-light:#40916c;--color-primary-lighter:#52b788;--color-primary-dark:#1b4332;--color-primary-bg:#2d6a4f0f;--color-secondary:#c17f3e;--color-secondary-light:#d4a373;--color-secondary-lighter:#e6c9a0;--color-secondary-dark:#9c6530;--text-heading:#1a1a2e;--text-body:#374151;--text-secondary:#6b7280;--text-muted:#9ca3af;--text-inverse:#fdfbf7;--text-link:#2d6a4f;--border-light:#e8e2d6;--border-medium:#d4cbb8;--border-dark:#ffffff14;--shadow-sm:0 1px 3px #1a1a2e0a;--shadow-md:0 4px 12px #1a1a2e0f;--shadow-lg:0 8px 30px #1a1a2e14;--shadow-xl:0 16px 50px #1a1a2e1a;--shadow-card:0 2px 8px #1a1a2e0a, 0 0 0 1px #1a1a2e08;--shadow-card-hover:0 8px 30px #1a1a2e1a, 0 0 0 1px #2d6a4f1f;--youtube:red;--tiktok:#00f2ea;--instagram-start:#f09433;--instagram-mid:#dc2743;--instagram-end:#bc1888;--twitch:#9146ff;--twitter:#1da1f2;--success:#16a34a;--danger:#dc2626;--warning:#d97706;--info:#2563eb;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--font-mono:"Space Mono", monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--text-7xl:4.5rem;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s cubic-bezier(.16, 1, .3, 1);--max-width:1280px;--header-height:72px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px}body{font-family:var(--font-body);color:var(--text-body);background-color:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.7;overflow-x:hidden}img,picture,video,canvas,svg{max-width:100%;display:block}a{color:var(--text-link);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-primary-light)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-heading);font-weight:700;line-height:1.2}h1{font-size:var(--text-5xl);letter-spacing:-.02em}h2{font-size:var(--text-3xl);letter-spacing:-.01em}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}p{margin-bottom:var(--space-md)}ul,ol{padding-left:var(--space-lg)}.container{width:100%;max-width:var(--max-width);padding:0 var(--space-lg);margin:0 auto}.section{padding:var(--space-4xl) 0}.section--alt{background-color:var(--bg-secondary)}.grid{gap:var(--space-lg);display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.flex{align-items:center;gap:var(--space-md);display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.text-center{text-align:center}.badge{border-radius:var(--radius-full);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:4px;padding:4px 12px;font-weight:600;display:inline-flex}.badge--youtube{color:var(--youtube);background:#ff000014}.badge--tiktok{color:#009e99;background:#00f2ea14}.badge--instagram{color:var(--instagram-mid);background:#dc274314}.badge--multi{background:var(--color-primary-bg);color:var(--color-primary)}.btn{border-radius:var(--radius-md);font-family:var(--font-heading);font-weight:600;font-size:var(--text-sm);cursor:pointer;transition:all var(--transition-base);border:none;align-items:center;gap:8px;padding:12px 28px;text-decoration:none;display:inline-flex}.btn--primary{background:var(--color-primary);color:var(--text-inverse)}.btn--primary:hover{background:var(--color-primary-light);color:var(--text-inverse);transform:translateY(-1px);box-shadow:0 4px 16px #2d6a4f4d}.btn--outline{color:var(--color-primary);border:1.5px solid var(--color-primary);background:0 0}.btn--outline:hover{background:var(--color-primary-bg)}.card{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:all var(--transition-slow);overflow:hidden}.card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-3px)}.card__body{padding:var(--space-lg)}.stat{font-family:var(--font-mono);font-weight:700}.stat--large{font-size:var(--text-5xl);color:var(--color-primary);letter-spacing:-.02em}.stat--medium{font-size:var(--text-2xl);color:var(--text-heading)}.section-header{margin-bottom:var(--space-2xl)}.section-header__label{font-family:var(--font-heading);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.12em;color:var(--color-primary);margin-bottom:var(--space-sm);font-weight:700;display:inline-block}.section-header__title{font-size:var(--text-3xl);margin-bottom:var(--space-sm)}.section-header__desc{color:var(--text-secondary);font-size:var(--text-lg);max-width:640px}.tag{background:var(--bg-secondary);border-radius:var(--radius-full);font-size:var(--text-xs);color:var(--text-secondary);transition:all var(--transition-fast);align-items:center;padding:6px 14px;font-weight:500;display:inline-flex}.tag:hover{background:var(--color-primary-bg);color:var(--color-primary)}.dark-section{background:var(--bg-hero);color:var(--text-inverse)}.dark-section h1,.dark-section h2,.dark-section h3,.dark-section h4{color:var(--text-inverse)}.dark-section p{color:#fdfbf7bf}.dark-section .section-header__label{color:var(--color-secondary-light)}.net-worth-display{font-family:var(--font-mono);color:var(--color-primary);font-weight:700;line-height:1}.net-worth-display--hero{font-size:var(--text-7xl);background:linear-gradient(135deg, var(--color-primary-lighter), var(--color-primary), var(--color-primary-dark));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.net-worth-display--card{font-size:var(--text-2xl)}.faq-item{border-bottom:1px solid var(--border-light)}.faq-question{padding:var(--space-lg) 0;cursor:pointer;width:100%;font-family:var(--font-heading);font-size:var(--text-lg);color:var(--text-heading);text-align:left;transition:color var(--transition-fast);background:0 0;border:none;justify-content:space-between;align-items:center;font-weight:600;display:flex}.faq-question:hover{color:var(--color-primary)}.faq-question__icon{width:24px;height:24px;transition:transform var(--transition-base);flex-shrink:0}.faq-item--open .faq-question__icon{transform:rotate(45deg)}.faq-answer{padding-bottom:var(--space-lg);color:var(--text-secondary);max-height:0;transition:max-height var(--transition-slow), padding var(--transition-slow);line-height:1.8;overflow:hidden}.faq-item--open .faq-answer{max-height:500px;padding-bottom:var(--space-lg)}.income-bar-wrapper{margin-bottom:var(--space-md)}.income-bar-label{font-size:var(--text-sm);justify-content:space-between;align-items:baseline;margin-bottom:6px;display:flex}.income-bar-label__name{color:var(--text-heading);font-weight:600}.income-bar-label__value{font-family:var(--font-mono);color:var(--text-secondary);font-size:var(--text-xs)}.income-bar{background:var(--bg-secondary);border-radius:var(--radius-full);height:10px;overflow:hidden}.income-bar__fill{border-radius:var(--radius-full);background:linear-gradient(90deg, var(--color-primary), var(--color-primary-lighter));height:100%;transition:width 1.2s cubic-bezier(.16,1,.3,1)}.breadcrumbs{padding:var(--space-md) 0;font-size:var(--text-sm);color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:8px;display:flex}.breadcrumbs a{color:var(--text-secondary)}.breadcrumbs a:hover{color:var(--color-primary)}.breadcrumbs__separator{color:var(--text-muted);font-size:var(--text-xs)}.toc{top:calc(var(--header-height) + var(--space-lg));padding:var(--space-lg);background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);position:sticky}.toc__title{font-family:var(--font-heading);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:var(--space-md);font-weight:700}.toc__list{padding:0;list-style:none}.toc__item{margin-bottom:4px}.toc__link{font-size:var(--text-sm);color:var(--text-secondary);border-radius:var(--radius-sm);transition:all var(--transition-fast);border-left:2px solid #0000;padding:6px 12px;display:block}.toc__link:hover,.toc__link--active{color:var(--color-primary);background:var(--color-primary-bg);border-left-color:var(--color-primary)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes countUp{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.animate-fade-in-up{animation:fadeInUp .6s var(--transition-slow) forwards;opacity:0}.animate-fade-in{opacity:0;animation:.4s forwards fadeIn}@media (max-width:1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}h1{font-size:var(--text-4xl)}.net-worth-display--hero{font-size:var(--text-5xl)}}@media (max-width:768px){.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.container{padding:0 var(--space-md)}.section{padding:var(--space-2xl) 0}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}.net-worth-display--hero{font-size:var(--text-4xl)}.flex-between{gap:var(--space-md);flex-wrap:wrap}:root{--header-height:64px}}@media (max-width:480px){h1{font-size:var(--text-2xl)}.net-worth-display--hero{font-size:var(--text-3xl)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-medium);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}::selection{color:var(--color-primary-dark);background:#2d6a4f26}
.Header-module__hBw1pG__header{z-index:1000;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-light);background:#fdfbf7f5;position:sticky;top:0}.Header-module__hBw1pG__topBar{background:var(--bg-dark);color:#fdfbf7b3;letter-spacing:.02em;font-size:12px}.Header-module__hBw1pG__topBarInner{max-width:var(--max-width);padding:6px var(--space-lg);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Header-module__hBw1pG__topBarLeft{align-items:center;gap:16px;display:flex}.Header-module__hBw1pG__topBarLeft span{align-items:center;gap:4px;display:flex}.Header-module__hBw1pG__topBarRight{align-items:center;gap:6px;display:flex}.Header-module__hBw1pG__topBarRight a{color:#fdfbf78c;font-size:11px;text-decoration:none;transition:color .15s}.Header-module__hBw1pG__topBarRight a:hover{color:var(--color-secondary-light)}.Header-module__hBw1pG__topBarDot{color:#fdfbf740;font-size:10px}.Header-module__hBw1pG__mainBar{max-width:var(--max-width);padding:0 var(--space-lg);justify-content:space-between;align-items:center;height:64px;margin:0 auto;display:flex}.Header-module__hBw1pG__logo{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.Header-module__hBw1pG__logoIcon{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));color:#fff;width:36px;height:36px;font-family:var(--font-heading);border-radius:var(--radius-sm);justify-content:center;align-items:center;font-size:18px;font-weight:800;display:flex;box-shadow:0 2px 8px #2d6a4f40}.Header-module__hBw1pG__logoText{font-family:var(--font-heading);font-weight:700;font-size:var(--text-xl);color:var(--text-heading)}.Header-module__hBw1pG__nav{align-items:center;gap:2px;display:flex}.Header-module__hBw1pG__navLink{font-family:var(--font-body);color:var(--text-body);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;background:0 0;border:none;align-items:center;gap:4px;padding:8px 14px;font-size:13.5px;font-weight:500;text-decoration:none;display:flex}.Header-module__hBw1pG__navLink:hover{color:var(--color-primary);background:var(--color-primary-bg)}.Header-module__hBw1pG__chevron{opacity:.5;font-size:10px;transition:transform .2s}.Header-module__hBw1pG__dropdown{position:relative}.Header-module__hBw1pG__dropdown:after{content:"";height:8px;display:none;position:absolute;top:100%;left:0;right:0}.Header-module__hBw1pG__dropdown:hover:after,.Header-module__hBw1pG__dropdownOpen:after{display:block}.Header-module__hBw1pG__dropdownMenu{background:var(--bg-card);border-radius:var(--radius-md);border:1px solid var(--border-light);z-index:200;visibility:hidden;opacity:0;pointer-events:none;min-width:260px;padding:8px;transition:opacity .2s,transform .2s,visibility 0s .2s;position:absolute;top:calc(100% + 6px);left:0;transform:translateY(-6px);box-shadow:0 12px 40px #1a1a2e1f,0 0 0 1px #1a1a2e0a}.Header-module__hBw1pG__dropdownMenuVisible{visibility:visible;opacity:1;pointer-events:auto;transition:opacity .2s,transform .2s,visibility;transform:translateY(0)}.Header-module__hBw1pG__dropdownItem{font-size:var(--text-sm);color:var(--text-body);border-radius:var(--radius-sm);transition:all var(--transition-fast);align-items:center;gap:10px;padding:10px 14px;text-decoration:none;display:flex}.Header-module__hBw1pG__dropdownItem:hover{background:var(--color-primary-bg);color:var(--color-primary)}.Header-module__hBw1pG__dropdownItemIcon{text-align:center;flex-shrink:0;width:20px}.Header-module__hBw1pG__megaDropdown{position:relative}.Header-module__hBw1pG__megaDropdown:after{content:"";height:8px;display:none;position:absolute;top:100%;left:-200px;right:-200px}.Header-module__hBw1pG__megaDropdown:hover:after,.Header-module__hBw1pG__megaDropdownOpen:after{display:block}.Header-module__hBw1pG__megaMenu{background:var(--bg-card);border-bottom:2px solid var(--color-primary);z-index:200;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s,visibility 0s .2s;position:fixed;top:auto;left:0;right:0;transform:translateY(-6px);box-shadow:0 16px 48px #1a1a2e1f}.Header-module__hBw1pG__megaMenuVisible{visibility:visible;opacity:1;pointer-events:auto;transition:opacity .2s,transform .2s,visibility;transform:translateY(0)}.Header-module__hBw1pG__megaInner{max-width:var(--max-width);padding:var(--space-xl) var(--space-lg);gap:var(--space-xl);margin:0 auto;display:grid}.Header-module__hBw1pG__megaGrid3{grid-template-columns:repeat(3,1fr)}.Header-module__hBw1pG__megaGrid4{grid-template-columns:repeat(4,1fr)}.Header-module__hBw1pG__megaGrid5{grid-template-columns:repeat(5,1fr)}.Header-module__hBw1pG__megaCol{flex-direction:column;display:flex}.Header-module__hBw1pG__megaColTitle{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);border-bottom:1px solid var(--border-light);margin-bottom:12px;padding-bottom:8px;font-size:11px;font-weight:700}.Header-module__hBw1pG__megaLink{color:var(--text-body);border-radius:var(--radius-sm);transition:all var(--transition-fast);align-items:center;gap:10px;padding:8px 12px;font-size:13.5px;font-weight:450;text-decoration:none;display:flex}.Header-module__hBw1pG__megaLink:hover{background:var(--color-primary-bg);color:var(--color-primary);transform:translate(2px)}.Header-module__hBw1pG__megaLinkIcon{text-align:center;flex-shrink:0;width:22px;font-size:14px}.Header-module__hBw1pG__megaLinkSub{color:var(--text-muted);margin-top:1px;font-size:11px;font-weight:400;display:block}.Header-module__hBw1pG__megaOverlay{inset:0;top:var(--header-height);z-index:150;background:#00000014;animation:.2s Header-module__hBw1pG__fadeIn;position:fixed}.Header-module__hBw1pG__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.Header-module__hBw1pG__hamburgerLine{background:var(--text-heading);width:22px;height:2px;transition:all var(--transition-base);border-radius:2px;display:block}.Header-module__hBw1pG__hamburgerLine.Header-module__hBw1pG__open:first-child{transform:rotate(45deg)translateY(5px)}.Header-module__hBw1pG__hamburgerLine.Header-module__hBw1pG__open:nth-child(2){opacity:0}.Header-module__hBw1pG__hamburgerLine.Header-module__hBw1pG__open:nth-child(3){transform:rotate(-45deg)translateY(-5px)}@keyframes Header-module__hBw1pG__megaSlideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes Header-module__hBw1pG__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:1024px){.Header-module__hBw1pG__megaGrid4,.Header-module__hBw1pG__megaGrid3{grid-template-columns:repeat(2,1fr)}.Header-module__hBw1pG__megaGrid5{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.Header-module__hBw1pG__topBar{display:none}.Header-module__hBw1pG__hamburger{display:flex}.Header-module__hBw1pG__nav{padding:var(--space-md);background:var(--bg-primary);transition:transform var(--transition-base);z-index:999;flex-direction:column;align-items:stretch;gap:0;position:fixed;inset:64px 0 0;overflow-y:auto;transform:translate(100%)}.Header-module__hBw1pG__navOpen{transform:translate(0)}.Header-module__hBw1pG__navLink{font-size:var(--text-base);border-bottom:1px solid var(--border-light);border-radius:0;padding:14px 16px}.Header-module__hBw1pG__dropdown,.Header-module__hBw1pG__megaDropdown{position:static}.Header-module__hBw1pG__dropdown:after,.Header-module__hBw1pG__megaDropdown:after{display:none!important}.Header-module__hBw1pG__megaOverlay{display:none}.Header-module__hBw1pG__dropdownMenu,.Header-module__hBw1pG__megaMenu{box-shadow:none;visibility:hidden;opacity:0;pointer-events:none;border:none;max-height:0;padding:0;transition:none;position:static;overflow:hidden;transform:none}.Header-module__hBw1pG__dropdownMenuVisible,.Header-module__hBw1pG__megaMenuVisible{visibility:visible;opacity:1;pointer-events:auto;max-height:2000px;transform:none}.Header-module__hBw1pG__megaInner{padding:var(--space-sm) 0 var(--space-sm) var(--space-md)}.Header-module__hBw1pG__megaGrid3,.Header-module__hBw1pG__megaGrid4,.Header-module__hBw1pG__megaGrid5{gap:var(--space-md);grid-template-columns:1fr}.Header-module__hBw1pG__megaColTitle{margin-bottom:6px;padding-bottom:4px}.Header-module__hBw1pG__megaLink{font-size:var(--text-sm);padding:6px 12px}}
.Footer-module__S6Hkya__footer{background:var(--bg-dark);color:var(--text-inverse);padding:var(--space-4xl) 0 var(--space-xl)}.Footer-module__S6Hkya__inner{max-width:var(--max-width);padding:0 var(--space-lg);margin:0 auto}.Footer-module__S6Hkya__grid{gap:var(--space-2xl);padding-bottom:var(--space-2xl);border-bottom:1px solid var(--border-dark);grid-template-columns:1.5fr repeat(4,1fr);display:grid}.Footer-module__S6Hkya__col nav{flex-direction:column;gap:8px;display:flex}.Footer-module__S6Hkya__col nav a{color:#fdfbf799;font-size:var(--text-sm);transition:color var(--transition-fast);line-height:1.5;text-decoration:none}.Footer-module__S6Hkya__col nav a:hover{color:var(--color-secondary-light)}.Footer-module__S6Hkya__colTitle{font-family:var(--font-heading);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.1em;color:#fdfbf766;margin-bottom:var(--space-md);font-weight:700}.Footer-module__S6Hkya__logo{margin-bottom:var(--space-md);align-items:center;gap:10px;text-decoration:none;display:flex}.Footer-module__S6Hkya__logoIcon{background:var(--color-primary);color:#fff;width:32px;height:32px;font-family:var(--font-heading);border-radius:var(--radius-sm);justify-content:center;align-items:center;font-size:16px;font-weight:800;display:flex}.Footer-module__S6Hkya__logoText{font-family:var(--font-heading);font-weight:700;font-size:var(--text-lg);color:var(--text-inverse)}.Footer-module__S6Hkya__about{font-size:var(--text-sm);color:#fdfbf799;margin-bottom:var(--space-md);line-height:1.7}.Footer-module__S6Hkya__disclaimer{font-size:var(--text-xs);color:#fdfbf759;font-style:italic;line-height:1.6}.Footer-module__S6Hkya__bottom{padding-top:var(--space-lg);font-size:var(--text-sm);color:#fdfbf759;justify-content:space-between;align-items:center;display:flex}.Footer-module__S6Hkya__bottomLinks{align-items:center;gap:8px;display:flex}.Footer-module__S6Hkya__bottomLinks a{color:#fdfbf780;transition:color var(--transition-fast);text-decoration:none}.Footer-module__S6Hkya__bottomLinks a:hover{color:var(--color-secondary-light)}@media (max-width:1024px){.Footer-module__S6Hkya__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.Footer-module__S6Hkya__grid{gap:var(--space-xl);grid-template-columns:1fr 1fr}.Footer-module__S6Hkya__bottom{gap:var(--space-sm);text-align:center;flex-direction:column}}@media (max-width:480px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr}}
