.articles-search-container{position:relative;max-width:28rem;margin:0 auto;width:100%}.articles-search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;font-size:.875rem;border:1px solid var(--border);border-radius:.5rem;background-color:var(--background);color:var(--foreground);transition:all .2s ease-in-out}.articles-search-input::placeholder{color:var(--muted-foreground)}.articles-search-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px rgba(220,38,38,.1)}.articles-search-icon{left:.75rem;width:1rem;height:1rem;pointer-events:none}.articles-search-clear,.articles-search-icon{position:absolute;top:50%;transform:translateY(-50%);color:var(--muted-foreground)}.articles-search-clear{right:.75rem;transition:color .2s ease-in-out}.articles-search-clear:hover{color:var(--foreground)}.articles-search-results{text-align:center;margin-bottom:2rem;margin-top:1rem;color:var(--muted-foreground);font-size:.875rem}.articles-container{--background:#ffffff;--foreground:#1f2937;--primary:#dc2626;--primary-foreground:#ffffff;--secondary:#f3f4f6;--secondary-foreground:#1f2937;--muted:#f9fafb;--muted-foreground:#6b7280;--border:#e5e7eb;--ring:#9ca3af;--breakpoint-md:48rem;min-height:100vh}.articles-container,.dark .articles-container{background-color:var(--background);color:var(--foreground)}.dark .articles-container{--background:#0a0a0a;--foreground:#ffffff;--primary:#dc2626;--primary-foreground:#ffffff;--secondary:#1f2937;--secondary-foreground:#ffffff;--muted:#374151;--muted-foreground:#9ca3af;--border:rgba(255,255,255,0.1);--ring:#6b7280}.dark .articles-container *,.dark .articles-container article,.dark .articles-container div,.dark .articles-container header,.dark .articles-container section{background-color:inherit}.dark .articles-container .article-content,.dark .articles-container .prose{background-color:initial;color:var(--foreground)}.article-card{background:var(--background);border:1px solid var(--border);border-radius:.75rem;padding:1rem;transition:all .3s ease-in-out;display:block;text-decoration:none;color:inherit}.article-card:hover{border-color:#dc2626!important;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.article-card:hover,.article-card:hover *,.article-card:hover .article-card-description,.article-card:hover .article-card-meta,.article-card:hover .article-card-title,.article-card:hover h3,.article-card:hover p,.article-card:hover span,.dark .article-card:hover,.dark .article-card:hover *,.dark .article-card:hover .article-card-description,.dark .article-card:hover .article-card-meta,.dark .article-card:hover .article-card-title,.dark .article-card:hover h3,.dark .article-card:hover p,.dark .article-card:hover span{color:var(--foreground)!important}[data-theme=dark] .article-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.3)}.article-card-content{display:flex;flex-direction:column;gap:1rem}@media (min-width:640px){.article-card-content{flex-direction:row}}.article-card-image{flex-shrink:0;max-width:18rem}.article-card-image img{width:100%;height:auto;border-radius:.5rem;object-fit:cover;aspect-ratio:1200/630}.article-card-body{flex:1}.article-card-title{font-size:1.125rem;font-weight:500;margin-bottom:.25rem;color:var(--foreground);transition:color .2s ease}.article-card:hover .article-card-title{color:var(--primary)}.article-card-description{font-size:.875rem;line-height:1.4}.article-card-description,.article-card-meta{color:var(--muted-foreground);margin-bottom:.5rem}.article-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.75rem}.article-card-separator{width:1px;height:1rem;background:var(--border)}.article-card-tags{display:flex;flex-wrap:wrap;gap:.5rem}.article-card-tag{display:inline-flex;align-items:center;gap:.25rem;background:rgba(255,255,255,.7);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.2);color:#4a4a50;border-radius:25px;padding:.25rem .75rem;font-size:.75rem;font-weight:500;box-shadow:0 2px 4px rgba(0,0,0,.08),inset 0 1px 0 rgba(255,255,255,.8),inset 0 -1px 0 rgba(0,0,0,.05);transition:all .3s ease}.dark .article-card-tag{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1);color:#d1d1d6;box-shadow:0 2px 4px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.1),inset 0 -1px 0 rgba(0,0,0,.2)}.article-card-tag-hash{color:var(--muted-foreground)}.articles-year-section{display:flex;flex-direction:column;gap:1rem}.articles-year-title{font-weight:500;font-size:1.125rem;color:var(--foreground)}.articles-list{display:flex;flex-direction:column;gap:1rem;list-style:none;padding:0;margin:0}.articles-empty{text-align:center;padding:3rem 0}.articles-empty-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--foreground)}.articles-empty-description{color:var(--muted-foreground)}.article-content{line-height:1.7}.article-content h1,.article-content h2,.article-content h3,.article-content h4,.article-content h5,.article-content h6{font-weight:600;margin-top:2rem;margin-bottom:1rem;line-height:1.3}.article-content h1{font-size:2.25rem}.article-content h2{font-size:1.875rem}.article-content h3{font-size:1.5rem}.article-content p{margin-bottom:1.5rem}.article-content ol,.article-content ul{margin-bottom:1.5rem;padding-left:1.5rem}.article-content li{margin-bottom:.5rem}.article-content pre{background:var(--color-secondary);border:1px solid var(--color-border);border-radius:.5rem;padding:1rem;margin:1.5rem 0;overflow-x:auto}.article-content code{background:var(--color-secondary);padding:.125rem .25rem;border-radius:.25rem;font-size:.875em}.article-content pre code{background:transparent;padding:0}.article-content blockquote{border-left:4px solid var(--color-primary);padding-left:1rem;margin:1.5rem 0;font-style:italic;color:var(--color-muted-foreground)}.article-content a{color:var(--color-primary);text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .2s ease}.article-content a:hover{text-decoration-color:var(--color-primary)}.article-content .related-resources a{color:inherit;text-decoration:underline;text-decoration-color:initial}.article-content .related-resources a:hover{text-decoration-color:initial}.article-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;border:1px solid var(--border);border-radius:.5rem;overflow:hidden;background:var(--background)}.article-content td,.article-content th{border:1px solid var(--border);padding:.75rem 1rem;text-align:left;vertical-align:top}.article-content th{background:var(--secondary);color:var(--secondary-foreground);font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.025em}.article-content td{background:var(--background);color:var(--foreground)}.article-content tbody tr:nth-child(2n) td{background:var(--muted)}.article-content tbody tr:hover td{background:var(--secondary)}.article-content .table-wrapper{overflow-x:auto;margin:1.5rem 0;border-radius:.5rem;border:1px solid var(--border)}.article-content .table-wrapper table{margin:0;border:none;border-radius:0}@media (max-width:768px){.article-content table{font-size:.875rem}.article-content td,.article-content th{padding:.5rem .75rem}}.article-content img{max-width:100%;height:auto;border-radius:.5rem;margin:1.5rem 0}.articles-sidebar,.toc-sidebar{scrollbar-width:thin;scrollbar-color:var(--border) transparent}.articles-sidebar::-webkit-scrollbar,.toc-sidebar::-webkit-scrollbar{width:6px}.articles-sidebar::-webkit-scrollbar-track,.toc-sidebar::-webkit-scrollbar-track{background:transparent}.articles-sidebar::-webkit-scrollbar-thumb,.toc-sidebar::-webkit-scrollbar-thumb{background-color:var(--border);border-radius:3px}.articles-sidebar::-webkit-scrollbar-thumb:hover,.toc-sidebar::-webkit-scrollbar-thumb:hover{background-color:var(--muted-foreground)}.articles-grid{display:grid;grid-template-columns:minmax(0,1fr) min(calc(var(--breakpoint-md) - 2rem),100%) minmax(0,1fr);gap:1.5rem 0}@media (max-width:1279px){.articles-sidebar,.toc-sidebar{display:none}}html{scroll-behavior:smooth}.article-content h1,.article-content h2,.article-content h3,.article-content h4,.article-content h5,.article-content h6{scroll-margin-top:6rem}.breadcrumbs,nav[class*=breadcrumb]{margin-bottom:1.5rem}.articles-container .col-start-2:has(nav){margin-bottom:-1rem}.articles-container section{padding:.5rem 1rem 3rem}@media (min-width:1280px){.articles-container section{padding:.5rem 2rem 4rem}}.article-content.prose{color:var(--foreground);line-height:1.75}.article-content.prose h1,.article-content.prose h2,.article-content.prose h3,.article-content.prose h4,.article-content.prose h5,.article-content.prose h6{color:var(--foreground);font-weight:600;margin-top:2rem;margin-bottom:1rem}.article-content.prose p{margin-bottom:1.25rem;color:var(--foreground)}.article-content.prose a{color:var(--primary);text-decoration:underline;text-decoration-color:transparent;text-underline-offset:3px;transition:text-decoration-color .2s}.article-content.prose a:hover{text-decoration-color:initial}.article-content.prose .related-resources a{color:inherit;text-decoration:underline;text-decoration-color:initial}.article-content.prose .related-resources a:hover{text-decoration-color:initial}.article-content.prose code{background:var(--muted);color:var(--foreground);padding:.125rem .25rem;border-radius:.25rem;font-size:.875em}.article-content.prose pre{background:var(--muted);color:var(--foreground);border-radius:.5rem;padding:1rem;overflow-x:auto}.article-content.prose blockquote{border-left:4px solid var(--border);padding-left:1rem;margin:1.5rem 0;font-style:italic;color:var(--muted-foreground)}.article-content.prose table{width:100%;border-collapse:collapse;margin:1.5rem 0;border:1px solid var(--border);border-radius:.5rem;overflow:hidden;background:var(--background);font-size:.875rem}.article-content.prose td,.article-content.prose th{border:1px solid var(--border);padding:.75rem 1rem;text-align:left;vertical-align:top}.article-content.prose th{background:var(--secondary);color:var(--secondary-foreground);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.025em}.article-content.prose td{background:var(--background);color:var(--foreground)}.article-content.prose tbody tr:nth-child(2n) td{background:var(--muted)}.article-content.prose tbody tr:hover td{background:var(--secondary);transition:background-color .2s ease}.article-content.prose td strong,.article-content.prose th strong{color:var(--foreground);font-weight:600}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.nav-button,.subposts-sidebar-link{transition:all .2s ease-in-out!important;border:1px solid var(--border)!important;background:var(--background)!important;color:var(--foreground)!important;border-radius:12px!important;box-shadow:0 2px 4px rgba(0,0,0,.08),inset 0 1px 0 rgba(255,255,255,.8),inset 0 -1px 0 rgba(0,0,0,.05)!important}.dark .nav-button,.dark .subposts-sidebar-link{box-shadow:0 2px 4px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.1),inset 0 -1px 0 rgba(0,0,0,.2)!important}.articles-container .nav-button:hover,.nav-button:hover{background-color:var(--muted)!important;color:var(--foreground)!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important}.dark .articles-container .nav-button:hover,.dark .nav-button:hover{background-color:var(--muted)!important;color:var(--foreground)!important;box-shadow:0 4px 12px rgba(0,0,0,.4)!important}.articles-container .subposts-sidebar-link:hover,.subposts-sidebar-link:hover{background-color:var(--muted)!important;color:var(--foreground)!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important}.dark .articles-container .subposts-sidebar-link:hover,.dark .subposts-sidebar-link:hover{box-shadow:0 4px 12px rgba(0,0,0,.4)!important}.nav-button{min-height:4rem!important}.nav-button:focus-visible{outline:none!important;border-color:var(--ring)!important;box-shadow:0 0 0 3px rgba(220,20,60,.2)!important}.nav-button .transition-transform{transition:transform .2s ease-in-out!important}.subposts-sidebar-active-item,.subposts-sidebar-link:hover{background:var(--muted);color:var(--foreground)}.articles-container a:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.category-filter{padding:.5rem 0}.category-filter button{background-color:inherit!important}.category-filter button:not([data-active=true]){background:rgba(255,255,255,.7)!important;backdrop-filter:blur(10px)!important;border:1px solid rgba(0,0,0,.2)!important;color:#4a4a50!important;border-radius:25px!important;box-shadow:0 2px 4px rgba(0,0,0,.08),inset 0 1px 0 rgba(255,255,255,.8),inset 0 -1px 0 rgba(0,0,0,.05)!important;transition:all .3s ease!important}.category-filter button:not([data-active=true]):hover{background:rgba(255,255,255,.9)!important;border-color:rgba(0,0,0,.25)!important;transform:translateY(-1px)!important;box-shadow:0 4px 8px rgba(0,0,0,.12),inset 0 1px 0 rgba(255,255,255,.9),inset 0 -1px 0 rgba(0,0,0,.08)!important;color:#2a2a30!important}.dark .category-filter button:not([data-active=true]){background:rgba(255,255,255,.05)!important;border-color:rgba(255,255,255,.1)!important;color:#d1d1d6!important;border-radius:25px!important;backdrop-filter:blur(10px)!important;box-shadow:0 2px 4px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.1),inset 0 -1px 0 rgba(0,0,0,.2)!important}.dark .category-filter button:not([data-active=true]):hover{background:rgba(255,255,255,.1)!important;border-color:rgba(255,255,255,.2)!important;color:#f5f5f7!important;transform:translateY(-1px)!important;box-shadow:0 4px 8px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.3)!important}.category-filter button[data-active=true]{background:linear-gradient(135deg,#dc2626,#b91c1c 40%,#b91c1c)!important;color:#ffffff!important;border:1px solid rgba(185,28,28,.8)!important;border-radius:25px!important;box-shadow:0 4px 8px rgba(220,38,38,.3),0 2px 4px rgba(220,38,38,.2),inset 0 2px 0 rgba(255,255,255,.3),inset 0 -2px 0 rgba(0,0,0,.2)!important}.category-filter button:focus-visible{outline:2px solid rgba(220,38,38,.5);outline-offset:2px}.dark .category-filter button:focus-visible{outline:2px solid rgba(255,23,68,.6)}@media (max-width:768px){.category-filter{gap:.5rem;padding:.75rem 0}.category-filter button{padding:.5rem 1rem;font-size:.8rem}}.callout-box{padding:1.5rem;margin:2rem 0;border-radius:.5rem;border-left:4px solid}.callout-box p{margin:0;font-style:italic}.callout-box-blue{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-left-color:#dc2626;color:#475569}.callout-box-light-blue{background:linear-gradient(135deg,#fef2f2,#fecaca);border-left-color:#8B0000;color:#7f1d1d}.callout-box-yellow{background:linear-gradient(135deg,#fefce8,#fef3c7);border-left-color:#f59e0b;color:#92400e}.dark .callout-box-blue{background:linear-gradient(135deg,#1e293b,#334155);color:#cbd5e1}.dark .callout-box-light-blue{background:linear-gradient(135deg,#450a0a,#7f1d1d);color:#fecaca}.dark .callout-box-yellow{background:linear-gradient(135deg,#451a03,#78350f);color:#fef3c7}.article-content.prose table td:nth-child(2):last-child,.article-content.prose table td:nth-child(3),.article-content.prose table th:nth-child(2):last-child,.article-content.prose table th:nth-child(3){background:linear-gradient(135deg,#fecaca,#fca5a5)!important;color:#b91c1c!important;font-weight:500!important}.article-content.prose table th:nth-child(2):last-child,.article-content.prose table th:nth-child(3){background:linear-gradient(135deg,#dc2626,#b91c1c)!important;color:#ffffff!important;font-weight:600!important}.dark .article-content.prose table td:nth-child(2):last-child,.dark .article-content.prose table td:nth-child(3),.dark .article-content.prose table th:nth-child(2):last-child,.dark .article-content.prose table th:nth-child(3){background:linear-gradient(135deg,#991b1b,#b91c1c)!important;color:#fecaca!important;font-weight:500!important}.dark .article-content.prose table th:nth-child(2):last-child,.dark .article-content.prose table th:nth-child(3){background:linear-gradient(135deg,#991b1b,#b91c1c)!important;color:#ffffff!important;font-weight:600!important}.article-content.prose tbody tr:hover td:nth-child(2):last-child,.article-content.prose tbody tr:hover td:nth-child(3){background:linear-gradient(135deg,#fca5a5,#f87171)!important;color:#b91c1c!important;transition:background-color .2s ease!important}.dark .article-content.prose tbody tr:hover td:nth-child(2):last-child,.dark .article-content.prose tbody tr:hover td:nth-child(3){background:linear-gradient(135deg,#b91c1c,#dc2626)!important;color:#fecaca!important}.faq-accordion{margin-top:3rem!important;margin-bottom:2rem}.faq-item{background:var(--background);transition:all .2s ease-in-out}.faq-item:first-child{margin-top:2rem}.faq-item:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.dark .faq-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.3)}.faq-question{background:var(--background);color:var(--foreground);border:none;cursor:pointer;font-size:1rem;line-height:1.5}.faq-question:hover{background:var(--muted)!important}.faq-question:focus{outline:none;box-shadow:0 0 0 2px var(--primary)!important}.faq-answer{background:var(--background);border-top:1px solid var(--border);padding-top:1rem!important}.faq-answer p{margin-bottom:1rem}.faq-answer p:last-child{margin-bottom:0}.faq-answer ol,.faq-answer ul{margin:.5rem 0;padding-left:1.5rem}.faq-answer li{margin-bottom:.25rem}.faq-answer strong{color:var(--foreground);font-weight:600}.faq-answer{transition:max-height .3s ease-in-out,opacity .3s ease-in-out,padding .3s ease-in-out}.faq-question svg{color:var(--muted-foreground);transition:transform .2s ease-in-out,color .2s ease-in-out}.faq-question:hover svg{color:var(--primary)}@media (max-width:768px){.faq-question{font-size:.9rem;padding:1rem}.faq-answer{font-size:.875rem}}.cta-button{margin:2rem 0;border-radius:.75rem;overflow:hidden;cursor:pointer;position:relative;will-change:transform;transition:transform .2s cubic-bezier(.4,0,.2,1)}.cta-button:hover{transform:translateY(-2px)}.cta-button:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:inherit;box-shadow:0 8px 25px rgba(0,0,0,.15);opacity:0;transition:opacity .2s cubic-bezier(.4,0,.2,1);pointer-events:none;z-index:-1}.cta-button:hover:before{opacity:1}.dark .cta-button:before{box-shadow:0 8px 25px rgba(0,0,0,.4)}.cta-button-content{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border:none;background:none;cursor:pointer;text-align:left;transition:all .2s ease-in-out}.cta-button-content:focus{outline:none;box-shadow:0 0 0 3px rgba(220,38,38,.3)}.cta-button-text{flex:1}.cta-button-title{font-size:1.125rem;font-weight:600;margin:0 0 .5rem;color:inherit}.cta-button-description{font-size:.9rem;margin:0;opacity:.9;line-height:1.4}.cta-button-arrow{flex-shrink:0;margin-left:1rem;will-change:transform;transition:transform .15s cubic-bezier(.4,0,.2,1)}.cta-button:hover .cta-button-arrow{transform:translate3d(4px,-4px,0)}.cta-button-blue,.cta-button-light-blue,.cta-button-yellow{background:linear-gradient(135deg,#fef2f2,#fee2e2 50%,#fecaca);border:2px solid #dc2626;color:#b91c1c;box-shadow:0 4px 8px rgba(220,38,38,.2),0 2px 4px rgba(220,38,38,.1),inset 0 2px 0 rgba(255,255,255,.8),inset 0 -2px 0 rgba(220,38,38,.1);font-weight:600}.dark .cta-button-blue,.dark .cta-button-light-blue,.dark .cta-button-yellow{background:linear-gradient(135deg,#dc2626,#b91c1c 40%,#b91c1c);border:2px solid rgba(185,28,28,.8);color:#ffffff;box-shadow:0 4px 8px rgba(220,38,38,.3),0 2px 4px rgba(220,38,38,.2),inset 0 2px 0 rgba(255,255,255,.3),inset 0 -2px 0 rgba(0,0,0,.2);font-weight:600}@media (max-width:768px){.cta-button-content{padding:1.25rem 1.5rem;flex-direction:column;align-items:flex-start;gap:1rem}.cta-button-arrow{margin-left:0;align-self:flex-end}.cta-button-title{font-size:1rem}.cta-button-description{font-size:.875rem}}.landing-page{background:#fff}.dark .landing-page{background:#0a0a0a}.bento-title-bg{background:#fff}.dark .bento-title-bg{background:#1a1a1a!important;border:1px solid #2a2a2a;border-top-color:#333333}.content-container{max-width:var(--nextra-content-width);padding-left:max(env(safe-area-inset-left),1.5rem);padding-right:max(env(safe-area-inset-right),1.5rem);margin:0 auto}.hero-section{padding-top:0;background:#fff}.dark .hero-section{background:#0a0a0a}.hero-content{text-align:center;padding:1rem 0 2rem;max-width:1000px;margin:0 auto}.hero-headline{font-size:clamp(2rem,5vw,3.25rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;color:#0b0e16;margin-bottom:1.5rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}.dark .hero-headline{color:#f5f5f7}.power-influence-underline{display:inline-block;background:linear-gradient(135deg,#DC143C,#B22222 40%,#B22222);color:#fff;padding:.4rem 1rem;border-radius:25px;font-size:.85em;font-weight:700;margin:0 .3rem;box-shadow:0 8px 16px rgba(220,20,60,.4),0 4px 8px rgba(220,20,60,.3),inset 0 2px 0 rgba(255,255,255,.3),inset 0 -2px 0 rgba(0,0,0,.2),0 0 20px rgba(220,20,60,.2);border:1px solid rgba(178,34,34,.8);position:relative;vertical-align:middle;transform:translateZ(0) translateY(-2px);transition:all .3s ease;letter-spacing:-.02em}.power-influence-underline:hover{transform:translateZ(0) translateY(-3px);box-shadow:0 12px 24px rgba(220,20,60,.5),0 6px 12px rgba(220,20,60,.4),inset 0 2px 0 rgba(255,255,255,.4),inset 0 -2px 0 rgba(0,0,0,.3),0 0 30px rgba(220,20,60,.3)}.with-alignment{vertical-align:middle;transform:translateY(-2px);display:inline-block}.mastery-pill{display:inline-block;background:transparent;color:#4a4a50;padding:.5rem 0;font-size:1rem;font-weight:800;text-transform:uppercase;letter-spacing:.01em;margin-bottom:1.25rem;position:relative;z-index:1;transition:all .3s ease}.mastery-pill:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(90deg,transparent,#b91c1c 20%,#dc2626 50%,#b91c1c 80%,transparent);opacity:.9}@keyframes pillFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.dark .mastery-pill{color:#d1d1d6}.dark .mastery-pill:after{background:linear-gradient(90deg,transparent,#dc2626 20%,#ef4444 50%,#dc2626 80%,transparent)}.mastery-pill:hover{transform:translateY(-1px)}.hero-subheadline{font-size:1.4rem;font-weight:600;line-height:1.3;color:#4a4a50;margin-bottom:2rem;max-width:680px;margin-left:auto;margin-right:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}.dark .hero-subheadline{color:#d1d1d6}.feature-pills{display:flex;gap:1rem;margin:0 auto;flex-wrap:wrap}.feature-pill,.feature-pills{align-items:center;justify-content:center}.feature-pill{font-size:.875rem;font-weight:600;color:#4a4a50!important;padding:.5rem 1rem!important;background:rgba(255,255,255,.7)!important;backdrop-filter:blur(10px)!important;border:1px solid rgba(0,0,0,.2)!important;border-radius:25px!important;transition:all .3s ease!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;text-decoration:none;display:inline-flex;position:relative;box-shadow:0 2px 4px rgba(0,0,0,.08),inset 0 1px 0 rgba(255,255,255,.8),inset 0 -1px 0 rgba(0,0,0,.05)!important}.feature-pill:hover{background:rgba(220,20,60,.1)!important;border-color:#DC143C!important;transform:translateY(-1px)!important;box-shadow:0 4px 8px rgba(220,20,60,.2),inset 0 1px 0 rgba(220,20,60,.1),inset 0 -1px 0 rgba(220,20,60,.05)!important;color:#B22222!important}.dark .feature-pill{background:rgba(255,255,255,.05)!important;border-color:rgba(255,255,255,.1)!important;color:#d1d1d6!important;border-radius:25px!important;backdrop-filter:blur(10px)!important;box-shadow:0 2px 4px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.1),inset 0 -1px 0 rgba(0,0,0,.2)!important}.dark .feature-pill:hover{background:rgba(255,23,68,.15)!important;border-color:#FF1744!important;color:#FFCDD2!important;transform:translateY(-1px)!important;box-shadow:0 4px 8px rgba(255,23,68,.3),inset 0 1px 0 rgba(255,23,68,.2),inset 0 -1px 0 rgba(255,23,68,.1)!important}.feature-pill.active{background:rgba(220,20,60,.1)!important;border-color:#DC143C!important;color:#B22222!important;box-shadow:0 4px 8px rgba(220,20,60,.2),inset 0 1px 0 rgba(220,20,60,.1),inset 0 -1px 0 rgba(220,20,60,.05)!important}.dark .feature-pill.active{background:rgba(255,23,68,.15)!important;border-color:#FF1744!important;color:#FFCDD2!important;box-shadow:0 4px 8px rgba(255,23,68,.3),inset 0 1px 0 rgba(255,23,68,.2),inset 0 -1px 0 rgba(255,23,68,.1)!important}.amazon-icon{height:20px;width:auto;filter:brightness(0) invert(1);transition:filter .3s ease;margin-right:.1rem}.facebook-icon{height:16px;width:auto;margin-right:.35rem}.substack-container{position:relative;display:inline-block}.start-here-badge{position:absolute;top:-4px;right:-4px;background:#FFD700;color:#333;font-size:.55rem;font-weight:500;padding:.1rem .3rem;border-radius:6px;text-transform:lowercase;letter-spacing:.2px;z-index:10}.substack-icon{height:16px;width:auto;margin-right:.35rem}.store-icon{height:14px}.services-icon,.store-icon{width:auto;margin-right:.25rem}.services-icon{height:16px}.pill-arrow{height:16px;width:16px;margin-left:.05rem;transition:transform .3s ease}.feature-pill:hover .pill-arrow{transform:translateX(2px)}.feature-divider{font-size:.875rem;color:#86868b;font-weight:300}.dark .feature-divider{color:#a1a1a6}.hero-video{margin:2rem auto 2.5rem;max-width:700px;position:relative}.additional-testimonials{margin:4rem auto 0;max-width:1000px}.dark-mode-widget{display:none}.dark .dark-mode-widget,.light-mode-widget{display:block}.dark .light-mode-widget{display:none}.hero-video:before{content:"";position:absolute;inset:-16px -24px -32px -24px;border-radius:26px;background:radial-gradient(70% 80% at 50% 30%,rgba(0,122,255,.12) 0,rgba(0,0,0,.06) 50%,transparent 75%);filter:blur(16px);z-index:-1;pointer-events:none}.hero-video .video-placeholder{background:#0b0e16;border-radius:18px;padding:4rem 3rem;color:#f5f5f7;position:relative;aspect-ratio:16/9;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;transition:transform .3s ease;border:1px solid rgba(255,255,255,.1);box-shadow:0 12px 30px rgba(0,0,0,.25),0 6px 12px rgba(0,0,0,.15),0 24px 60px rgba(0,0,0,.1)}.hero-video .video-placeholder:hover{transform:scale(1.02);box-shadow:0 16px 40px rgba(0,0,0,.3),0 8px 16px rgba(0,0,0,.2),0 32px 80px rgba(0,0,0,.15)}.video-placeholder{background:#0b0e16;border-radius:18px;padding:4rem 3rem;color:#f5f5f7;position:relative;aspect-ratio:16/9;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;transition:transform .3s ease;border:1px solid rgba(255,255,255,.1)}.video-placeholder:hover{transform:scale(1.02)}.play-button{font-size:4rem;margin-bottom:.75rem;opacity:.9;transition:opacity .3s ease;color:#f5f5f7}.video-placeholder:hover .play-button{opacity:1}.video-label{font-size:1.25rem;font-weight:500;margin:0 0 .25rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}.video-description{font-size:1rem;opacity:.7;margin:0;font-weight:400}.pioneers-intro{padding:2rem 0}.dark .pioneers-intro{background:#0a0a0a}.pioneers-content{text-align:center;max-width:1000px;margin:0 auto}.section-headline{font-size:3.5rem;font-size:clamp(2.25rem,6vw,3.5rem);font-weight:600;line-height:1.05;margin-bottom:1rem;color:#0b0e16;letter-spacing:-.02em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}.dark .section-headline{color:#f5f5f7}.section-description{font-size:1.5rem;line-height:1.4;color:#86868b;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}.dark .section-description{color:#a1a1a6}.pioneers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem;margin-top:2rem}@media (max-width:768px){.pioneers-grid{grid-template-columns:1fr;gap:2rem}}.pioneer-card{background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.08);display:grid;grid-template-columns:clamp(140px,22%,200px) 1fr;overflow:hidden;text-align:left}.dark .pioneer-card{background:#0a0a0a;border:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px rgba(0,0,0,.6)}@media (hover:hover){.pioneer-card:hover{transform:translateY(-6px);box-shadow:0 2px 6px rgba(0,0,0,.06),0 12px 28px rgba(0,0,0,.08)}.dark .pioneer-card:hover{box-shadow:0 2px 6px rgba(0,0,0,.5),0 16px 36px rgba(0,0,0,.6)}}.pioneer-image-section{align-self:stretch}.pioneer-image-section:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.06),rgba(0,0,0,0) 30%);pointer-events:none}.dark .pioneer-image-section:after{background:linear-gradient(90deg,rgba(0,0,0,.25),rgba(0,0,0,0) 35%)}.pioneer-image{background:#fff;border-radius:50%;width:80px;height:80px;display:flex;align-items:center;justify-content:center;color:#86868b;font-weight:600;font-size:1.25rem;box-shadow:0 4px 12px rgba(0,0,0,.1)}.dark .pioneer-image{background:#0b0e16;color:#a1a1a6}.pioneer-info{margin-bottom:1.5rem}.pioneer-info h3{font-size:2rem;font-weight:600;margin-bottom:.35rem;color:#0b0e16;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.1;letter-spacing:-.03em}.dark .pioneer-info h3{color:#f5f5f7}.pioneer-title{font-size:.875rem;color:#ffffff;font-weight:600;margin:.5rem 0 0;text-transform:uppercase;letter-spacing:.01em;background:linear-gradient(135deg,#dc2626,#b91c1c);padding:.5rem 1rem;border-radius:999px;box-shadow:0 2px 8px rgba(0,122,255,.25);display:inline-block}.pioneer-bio{font-size:1.125rem;line-height:1.6;color:#1b1b1d;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}.dark .pioneer-bio{color:#e9e9eb}.platform-section{padding:3rem 0}.dark .platform-section{background:#0a0a0a}.platform-content{text-align:center;max-width:1200px;margin:0 auto}.platform-modal{margin:1.5rem auto;max-width:1000px}.platform-nav{display:flex;justify-content:center;gap:8px;backdrop-filter:none;-webkit-backdrop-filter:none;border-radius:0;padding:0}.dark .platform-nav,.platform-nav{background:transparent;border:none;box-shadow:none}.platform-display{border-radius:0;padding:0;margin-top:.75rem}.dark .platform-display,.platform-display{background:transparent;border:none;box-shadow:none;overflow:visible}.platform-panel{display:none;opacity:0;transform:translateY(20px);will-change:opacity,transform;transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)}.platform-panel.active{display:block;opacity:1;transform:translateZ(0)}.platform-video-full{position:relative;width:100%;margin:3rem 0;padding:0;overflow:visible;contain:layout}.platform-video-full .video-placeholder{background:#0b0e16;border-radius:20px;padding:2rem 1.5rem;aspect-ratio:16/9;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;min-height:400px;width:100%;position:relative;z-index:1;border:1px solid rgba(255,255,255,.2);will-change:transform;transition:transform .2s cubic-bezier(.4,0,.2,1)}@media (hover:hover){.platform-video-full .video-placeholder:hover{transform:translate3d(0,-2px,0)}}.video-title{font-size:1.5rem;font-weight:600;margin:0 0 .75rem;color:#f5f5f7}.video-subtitle{font-size:1.125rem;opacity:.7;margin:0;color:#f5f5f7}.platform-video-full .play-button{font-size:5rem;margin-bottom:1rem;opacity:.9;transition:opacity .3s ease;color:#f5f5f7}.timeline-section{background:#fff;padding:3rem 0}.dark .timeline-section{background:#0a0a0a}.timeline-content{text-align:center;max-width:1000px;margin:0 auto}.timeline{margin-top:2rem;max-width:800px;margin-left:auto;margin-right:auto;display:grid;grid-template-columns:1fr;gap:2rem}.timeline,.timeline-item{position:relative}.timeline-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1rem}.timeline-year{background:#dc2626;color:#fff;padding:.75rem 1.25rem;border-radius:8px;font-weight:600;font-size:1rem;text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;box-shadow:0 4px 16px rgba(0,122,255,.3);font-variant-numeric:tabular-nums;flex-shrink:0}.timeline-content-item{background:#f5f5f7;padding:2.5rem;border-radius:16px;border:1px solid #e5e5e7;transition:transform .3s ease,box-shadow .3s ease;text-align:left;position:relative}.dark .timeline-content-item{background:#161617;border-color:#424245}.timeline-content-item:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.dark .timeline-content-item:hover{box-shadow:0 20px 40px rgba(0,0,0,.3)}.timeline-content-item h3{font-size:1.5rem;font-weight:600;margin:0;color:#0b0e16;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;flex:1}.dark .timeline-content-item h3{color:#f5f5f7}.timeline-content-item p{font-size:1rem;line-height:1.6;color:#86868b;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}.dark .timeline-content-item p{color:#a1a1a6}.floating-action-menu{position:fixed!important;bottom:0!important;left:0!important;right:0!important;z-index:9999!important;background:#ffffff;padding:1rem 0;box-shadow:0 -2px 8px rgba(0,0,0,.08),0 -4px 16px rgba(0,0,0,.04);transform:translateZ(0)!important;will-change:transform!important}.floating-action-menu:before{content:"";position:absolute;inset:-30px -30px -20px -30px;background:radial-gradient(60% 70% at 50% 50%,rgba(0,0,0,.1) 0,rgba(0,0,0,.05) 30%,rgba(0,0,0,.02) 50%,transparent 70%);filter:blur(20px);z-index:-2}.dark .floating-action-menu{background:#0a0a0a;box-shadow:0 -2px 8px rgba(0,0,0,.2),0 -4px 16px rgba(0,0,0,.1)}.dark .floating-action-menu:before{background:radial-gradient(60% 70% at 50% 50%,rgba(0,0,0,.4) 0,rgba(0,0,0,.2) 30%,rgba(0,0,0,.1) 50%,transparent 70%)}.floating-menu-content{max-width:var(--nextra-content-width);padding-left:max(env(safe-area-inset-left),1.5rem);padding-right:max(env(safe-area-inset-right),1.5rem);margin:0 auto;display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.enterprise-button{position:relative;background:rgb(245,245,247)!important}.dark .enterprise-button{background:rgb(29,29,31)!important}.enterprise-badge{background:#dc2626;box-shadow:0 2px 8px rgba(0,122,255,.3)}.basic-badge,.enterprise-badge{position:absolute;top:-8px;right:-8px;color:#fff;font-size:.7rem;font-weight:600;padding:.25rem .5rem;border-radius:12px;line-height:1;z-index:1}.basic-badge{background:#000;box-shadow:0 2px 8px rgba(0,0,0,.15)}.dark .basic-badge{background:#fff;color:#000}.all-access-badge{position:absolute;top:-8px;right:-8px;background:#0b0e16;color:#fff;font-size:.7rem;font-weight:600;padding:.25rem .5rem;border-radius:12px;line-height:1;box-shadow:0 2px 8px rgba(0,0,0,.25);z-index:1}.dark .all-access-badge{background:#fff;color:#0b0e16;box-shadow:0 2px 8px rgba(255,255,255,.25)}.path-section{padding:3rem 0;background:#fff}.dark .path-section{background:#0a0a0a}.path-content{text-align:center;max-width:1200px;margin:0 auto}.path-options{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;position:relative}.path-card{background:#f5f5f7;border-radius:20px;padding:2.5rem;text-align:left;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 16px rgba(0,0,0,.04);transition:all .3s ease;position:relative;display:flex;flex-direction:column;height:100%}.dark .path-card{background:#161617;border-color:rgba(255,255,255,.08);box-shadow:0 4px 16px rgba(0,0,0,.2)}.path-card.featured{background:linear-gradient(135deg,#b91c1c,#991b1b);color:#fff;border:none;transform:scale(1.05)}.path-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px rgba(0,0,0,.12)}.path-card.featured:hover{transform:scale(1.05) translateY(-8px);box-shadow:0 16px 40px rgba(185,28,28,.4)}.dark .path-card:hover{box-shadow:0 12px 32px rgba(0,0,0,.3)}.path-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#ff6b35;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;box-shadow:0 4px 12px rgba(255,107,53,.3)}.path-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#0b0e16;line-height:1.3}.dark .path-card h3{color:#f5f5f7}.path-card.featured h3{color:#fff}.path-card p{font-size:1rem;line-height:1.6;color:#86868b;margin-bottom:1.5rem;flex-grow:1}.dark .path-card p{color:#a1a1a6}.path-card.featured p{color:rgba(255,255,255,.9)}.path-features{list-style:none;padding:0;margin:0 0 2rem}.path-features li{font-size:.95rem;line-height:1.5;color:#1b1b1d;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.path-features li:before{content:"•";color:#b91c1c;font-weight:700;position:absolute;left:0}.dark .path-features li{color:#e9e9eb}.path-card.featured .path-features li{color:rgba(255,255,255,.9)}.path-card.featured .path-features li:before,.path-cta{color:#fff}.path-cta{display:inline-block;background:#b91c1c;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;text-align:center;transition:all .3s ease;margin-top:auto}.path-cta:hover{background:#991b1b;transform:translateY(-2px);box-shadow:0 8px 20px rgba(185,28,28,.4)}.path-card.featured .path-cta{background:rgba(255,255,255,.2);color:#fff;border:1px solid rgba(255,255,255,.3)}.path-card.featured .path-cta:hover{background:rgba(255,255,255,.3);border-color:rgba(255,255,255,.5)}.store-style-card{background:#fff;border-radius:20px;padding:2rem;border:1px solid rgba(0,0,0,.12);box-shadow:0 4px 16px rgba(0,0,0,.08);transition:all .3s ease;position:relative;display:flex;flex-direction:column;height:100%;isolation:isolate}.dark .store-style-card{background:#0a0a0a;border:1px solid rgba(255,255,255,.18);box-shadow:0 4px 16px rgba(0,0,0,.4)}.store-style-card.featured{background:#fff;color:#0b0e16;border:2px solid rgb(220,38,38);transform:scale(1.05);box-shadow:0 8px 32px rgba(220,38,38,.2)}.dark .store-style-card.featured{background:#0a0a0a;color:#f5f5f7;border:2px solid rgb(220,38,38);box-shadow:0 8px 32px rgba(220,38,38,.3)}.store-style-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px rgba(0,0,0,.12)}.store-style-card.featured:hover{transform:scale(1.05) translateY(-8px);box-shadow:0 16px 40px rgba(185,28,28,.4)}.dark .store-style-card:hover{box-shadow:0 12px 32px rgba(0,0,0,.3)}.featured-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#dc2626;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;box-shadow:0 4px 12px rgba(255,107,53,.3)}.card-header{margin-bottom:1.5rem}.card-header h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#0b0e16;line-height:1.3}.dark .card-header h3{color:#f5f5f7}.store-style-card.featured .card-header h3{color:#0b0e16}.dark .store-style-card.featured .card-header h3{color:#f5f5f7}.card-header p{font-size:1rem;line-height:1.6;color:#86868b;margin:0;text-align:left}.dark .card-header p{color:#a1a1a6}.store-style-card.featured .card-header p{color:#86868b}.dark .store-style-card.featured .card-header p{color:#a1a1a6}.card-dropdowns{flex-grow:1;margin-bottom:2rem}.dropdown-section{margin-bottom:.5rem;position:relative;contain:layout style}.dropdown-toggle{width:100%;display:flex;align-items:center;justify-content:between;padding:.75rem;background:rgba(255,255,255,.6);border:1px solid rgba(0,0,0,.12);border-radius:12px;font-weight:600;color:#0b0e16;cursor:pointer;transition:all .3s ease}.dark .dropdown-toggle{background:rgba(22,22,23,.6);border:1px solid rgba(255,255,255,.15);color:#f5f5f7}.store-style-card.featured .dropdown-toggle{background:rgba(255,255,255,.6);border-color:rgba(0,0,0,.06);color:#0b0e16}.dark .store-style-card.featured .dropdown-toggle{background:rgba(22,22,23,.6);border-color:rgba(255,255,255,.08);color:#f5f5f7}.dropdown-toggle:hover{background:rgba(255,255,255,.8);border-color:rgba(0,0,0,.18)}.dark .dropdown-toggle:hover{background:rgba(22,22,23,.8);border-color:rgba(255,255,255,.25)}.store-style-card.featured .dropdown-toggle:hover{background:rgba(255,255,255,.8);border-color:rgba(0,0,0,.1)}.dark .store-style-card.featured .dropdown-toggle:hover{background:rgba(22,22,23,.8);border-color:rgba(255,255,255,.12)}.dropdown-toggle span{flex-grow:1;text-align:left}.dropdown-arrow{width:1.25rem;height:1.25rem;transition:transform .3s ease;color:#86868b}.dark .dropdown-arrow{color:#a1a1a6}.store-style-card.featured .dropdown-arrow{color:#86868b}.dark .store-style-card.featured .dropdown-arrow{color:#a1a1a6}.dropdown-arrow.rotated{transform:rotate(180deg)}.dropdown-content{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;background:rgba(255,255,255,.3);border-radius:0 0 12px 12px;margin-top:-1px;position:relative;z-index:1}.dark .dropdown-content{background:rgba(22,22,23,.3)}.store-style-card.featured .dropdown-content{background:rgba(255,255,255,.3)}.dark .store-style-card.featured .dropdown-content{background:rgba(22,22,23,.3)}.dropdown-content.open{max-height:500px;padding:.75rem}.dropdown-item{font-size:.875rem;line-height:1.5;color:#1b1b1d;margin-bottom:.5rem;padding-left:.5rem}.dropdown-item:last-child{margin-bottom:0}.dark .dropdown-item{color:#e9e9eb}.store-style-card.featured .dropdown-item{color:#1b1b1d}.dark .store-style-card.featured .dropdown-item{color:#e9e9eb}.dropdown-body{text-align:left}.dropdown-body p{font-size:.875rem;line-height:1.6;color:#1b1b1d;margin-bottom:1rem}.dropdown-body p:last-child{margin-bottom:0}.dark .dropdown-body p{color:#e9e9eb}.store-style-card.featured .dropdown-body p{color:#1b1b1d}.dark .store-style-card.featured .dropdown-body p{color:#e9e9eb}.store-style-cta{display:inline-block;background:#1b1b1d;color:#fff;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;text-align:center;transition:all .3s ease;margin-top:auto}.store-style-cta:hover{background:#000;transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.3)}.dark .store-style-cta{background:#fff!important;color:#1b1b1d!important}.dark .store-style-cta:hover{background:#f3f4f6!important;box-shadow:0 8px 20px rgba(255,255,255,.3)!important}.store-style-cta.featured{background:linear-gradient(135deg,#dc2626,#b91c1c)!important;color:#fff!important;border:1px solid #dc2626!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 8px 32px rgba(220,38,38,.3),inset 0 1px 0 rgba(255,255,255,.2)}.store-style-cta.featured:hover{background:linear-gradient(135deg,#b91c1c,#991b1b)!important;border-color:#b91c1c!important;box-shadow:0 12px 40px rgba(220,38,38,.4),inset 0 1px 0 rgba(255,255,255,.3)!important;transform:translateY(-3px)}.dark .store-style-cta.featured{background:linear-gradient(135deg,#dc2626,#b91c1c)!important;color:#fff!important;border:1px solid #dc2626!important}.dark .store-style-cta.featured:hover{background:linear-gradient(135deg,#b91c1c,#991b1b)!important;border-color:#b91c1c!important}.coaching-pricing-table{background:rgba(255,255,255,.6);border-radius:12px;border:1px solid rgba(0,0,0,.12);overflow:hidden;margin-bottom:2rem}.dark .coaching-pricing-table{background:rgba(22,22,23,.6);border:1px solid rgba(255,255,255,.15)}.pricing-table-header{display:grid;grid-template-columns:1fr 1fr 1fr;background:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.12)}.dark .pricing-table-header{background:rgba(255,255,255,.03);border-bottom:1px solid rgba(255,255,255,.15)}.pricing-table-row{display:grid;grid-template-columns:1fr 1fr 1fr;border-bottom:1px solid rgba(0,0,0,.08)}.pricing-table-row:last-child{border-bottom:none}.dark .pricing-table-row{border-bottom:1px solid rgba(255,255,255,.1)}.table-col{padding:.75rem 1rem;font-size:.875rem;text-align:center;display:flex;align-items:center;justify-content:center}.pricing-table-header .table-col{font-weight:600;color:#0b0e16;font-size:.8rem;text-transform:uppercase;letter-spacing:.02em}.dark .pricing-table-header .table-col{color:#f5f5f7}.table-col.duration{font-weight:600;color:#0b0e16}.dark .table-col.duration{color:#f5f5f7}.table-col.price{font-weight:700;color:#dc2626;font-size:.95rem}.table-col.monthly{color:#86868b;font-size:.8rem}.dark .table-col.monthly{color:#a1a1a6}.programs-content{text-align:center;max-width:1200px;margin:0 auto}.programs-modal{margin:1.5rem auto;max-width:1000px}.programs-nav{display:flex;justify-content:center;gap:8px;backdrop-filter:none;-webkit-backdrop-filter:none;border-radius:0;padding:0}.dark .programs-nav,.programs-nav{background:transparent;border:none;box-shadow:none}.programs-display{border-radius:0;padding:0;margin-top:.75rem}.dark .programs-display,.programs-display{background:transparent;border:none;box-shadow:none;overflow:visible}.programs-content-panel{background:#f5f5f7;border-radius:20px;padding:3rem;margin:2rem 0;text-align:left;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 16px rgba(0,0,0,.08)}.dark .programs-content-panel{background:#161617;border-color:rgba(255,255,255,.08);box-shadow:0 4px 16px rgba(0,0,0,.3)}.programs-header{text-align:center;margin-bottom:2rem}.programs-header h3{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#0b0e16;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}.dark .programs-header h3{color:#f5f5f7}.programs-subtitle{font-size:1.25rem;color:#86868b;line-height:1.4;max-width:600px;margin:0 auto}.dark .programs-subtitle{color:#a1a1a6}.programs-description{margin-bottom:2rem}.programs-description p{font-size:1.125rem;line-height:1.6;color:#1b1b1d;margin-bottom:1rem}.dark .programs-description p{color:#e9e9eb}.programs-features{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.programs-feature h4{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#0b0e16}.dark .programs-feature h4{color:#f5f5f7}.programs-feature ul{list-style:none;padding:0}.programs-feature li{font-size:1rem;line-height:1.5;color:#1b1b1d;margin-bottom:.75rem;padding-left:1rem;position:relative}.programs-feature li:before{content:"•";color:#dc2626;font-weight:700;position:absolute;left:0}.dark .programs-feature li{color:#e9e9eb}.framework-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-bottom:2rem}.framework-item{font-size:1rem;line-height:1.5;color:#1b1b1d;padding:1rem;background:rgba(255,255,255,.6);border-radius:12px;border:1px solid rgba(0,0,0,.06)}.dark .framework-item{color:#e9e9eb;background:rgba(22,22,23,.6);border-color:rgba(255,255,255,.08)}.programs-pricing{text-align:center;margin-top:2rem}.pricing-highlight{background:#dc2626;color:#fff;padding:2rem;border-radius:16px;max-width:500px;margin:0 auto}.pricing-highlight h4{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.pricing-highlight p{font-size:1.125rem;line-height:1.5;margin:0;color:#fff}.guild-pricing{text-align:center;margin-bottom:2rem}.guild-price-box{background:#dc2626;color:#fff;padding:2rem;border-radius:16px;max-width:400px;margin:0 auto}.guild-price-box h4{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.guild-price-box p{font-size:1.125rem;line-height:1.5;margin-bottom:.5rem;color:#fff}.guild-price-box p:last-child{margin-bottom:0}.guild-tiers{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}.guild-tier{background:rgba(255,255,255,.6);border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:2rem}.dark .guild-tier{background:rgba(22,22,23,.6);border-color:rgba(255,255,255,.08)}.guild-tier h4{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#0b0e16}.dark .guild-tier h4{color:#f5f5f7}.guild-tier p{font-size:.875rem;color:#86868b;margin-bottom:1rem;font-style:italic}.dark .guild-tier p{color:#a1a1a6}.guild-tier ul{list-style:none;padding:0}.guild-tier li{font-size:1rem;line-height:1.5;color:#1b1b1d;margin-bottom:.5rem;padding-left:1rem;position:relative}.guild-tier li:before{content:"✓";color:#dc2626;font-weight:700;position:absolute;left:0}.dark .guild-tier li{color:#e9e9eb}.programs-cta{margin-top:2rem;padding:1.5rem;background:rgba(41,96,246,.05);border-radius:12px;border:1px solid rgba(41,96,246,.1);text-align:center}.dark .programs-cta{background:rgba(41,96,246,.1);border-color:rgba(41,96,246,.2)}.programs-cta p{font-size:1.125rem;line-height:1.5;color:#1b1b1d;margin:0}.dark .programs-cta p{color:#e9e9eb}.individual-pricing{margin-top:2rem;text-align:left}.individual-pricing h4{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#0b0e16;text-align:center}.dark .individual-pricing h4{color:#f5f5f7}.individual-pricing p{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#1b1b1d;text-align:center}.dark .individual-pricing p{color:#e9e9eb}.individual-prices{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.5rem;margin-bottom:1rem}.price-item{font-size:1rem;line-height:1.5;color:#1b1b1d;padding:.5rem 0}.dark .price-item{color:#e9e9eb}.coaching-options{margin-top:2rem;text-align:center}.coaching-options h4{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#0b0e16}.dark .coaching-options h4{color:#f5f5f7}.coaching-item{margin-bottom:1rem;padding:1rem;background:rgba(255,255,255,.6);border-radius:12px;border:1px solid rgba(0,0,0,.06)}.dark .coaching-item{background:rgba(22,22,23,.6);border-color:rgba(255,255,255,.08)}.coaching-item p{font-size:1rem;line-height:1.5;color:#1b1b1d;margin:0}.dark .coaching-item p{color:#e9e9eb}.dreamstate-intro{margin:2rem 0}.intro-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.intro-card{background:#fff;border-radius:16px;padding:2rem;text-align:center;border:1px solid rgba(0,0,0,.12);box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.dark .intro-card{background:#0a0a0a;border:1px solid rgba(255,255,255,.18);box-shadow:0 2px 8px rgba(0,0,0,.4)}.intro-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.08)}.dark .intro-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.3)}.intro-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.intro-card h4{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#0b0e16}.dark .intro-card h4{color:#f5f5f7}.intro-card p{font-size:1rem;line-height:1.5;color:#86868b;margin:0}.dark .intro-card p{color:#a1a1a6}.frameworks-showcase{margin:3rem 0}.frameworks-header{text-align:center;margin-bottom:2.5rem}.frameworks-header h4{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#0b0e16;line-height:1.2}.dark .frameworks-header h4{color:#f5f5f7}.frameworks-header p{font-size:1.25rem;color:#86868b;line-height:1.4;max-width:600px;margin:0 auto}.dark .frameworks-header p{color:#a1a1a6}.frameworks-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.framework-card{background:#fff;border-radius:20px;padding:2rem;text-align:center;border:1px solid rgba(0,0,0,.12);box-shadow:0 4px 16px rgba(0,0,0,.08);transition:all .3s ease;position:relative;overflow:hidden}.dark .framework-card{background:#0a0a0a;border:1px solid rgba(255,255,255,.18);box-shadow:0 4px 16px rgba(0,0,0,.4)}.framework-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#bf2828,#991b1b);transform:scaleX(0);transition:transform .3s ease}.framework-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px rgba(0,0,0,.12)}.dark .framework-card:hover{box-shadow:0 12px 32px rgba(0,0,0,.3)}.framework-card:hover:before{transform:scaleX(1)}.framework-icon{font-size:3rem;margin-bottom:1.5rem;display:block;filter:grayscale(.2);transition:filter .3s ease}.framework-card:hover .framework-icon{filter:grayscale(0)}.framework-card h5{font-size:1.375rem;font-weight:700;margin-bottom:1rem;color:#0b0e16;line-height:1.3}.dark .framework-card h5{color:#f5f5f7}.framework-card p{font-size:1rem;line-height:1.6;color:#86868b;margin:0}.dark .framework-card p{color:#a1a1a6}.dreamstate-pricing{margin:3rem 0}.pricing-options{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.pricing-card{background:#f5f5f7;border-radius:20px;padding:2.5rem;border:1px solid rgba(0,0,0,.06);position:relative;transition:transform .3s ease,box-shadow .3s ease}.dark .pricing-card{background:#161617;border-color:rgba(255,255,255,.08)}.pricing-card.featured{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none;transform:scale(1.05)}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.12)}.pricing-card.featured:hover{transform:scale(1.05) translateY(-4px);box-shadow:0 16px 40px rgba(220,20,60,.3)}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#ff6b35;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;box-shadow:0 4px 12px rgba(255,107,53,.3)}.pricing-card h4{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#0b0e16;text-align:center}.dark .pricing-card h4{color:#f5f5f7}.pricing-card.featured h4{color:#fff}.price-display{text-align:center;margin-bottom:1.5rem}.price-main{display:block;font-size:2.5rem;font-weight:700;color:#0b0e16;line-height:1}.dark .price-main{color:#f5f5f7}.pricing-card.featured .price-main{color:#fff}.price-sub{display:block;font-size:1rem;color:#86868b;margin-top:.5rem}.dark .price-sub{color:#a1a1a6}.pricing-card.featured .price-sub{color:rgba(255,255,255,.8)}.price-savings{text-align:center;margin-bottom:1.5rem;padding:1rem;background:rgba(255,255,255,.1);border-radius:12px}.price-savings span{display:block;font-size:.875rem;color:rgba(255,255,255,.8)}.savings-highlight{font-weight:700;color:#fff!important;margin-top:.25rem}.pricing-features{list-style:none;padding:0;margin:0}.pricing-features li{font-size:1rem;line-height:1.5;color:rgba(255,255,255,.9);margin-bottom:.75rem;padding-left:1.5rem;position:relative}.pricing-features li:before{content:"✓";position:absolute;left:0;color:#fff;font-weight:700}.individual-framework-list{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:1rem}.framework-price{font-size:.875rem;color:#1b1b1d;padding:.5rem 0}.dark .framework-price{color:#e9e9eb}.coaching-add-ons{margin-top:2rem;text-align:center}.coaching-add-ons h4{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#0b0e16}.dark .coaching-add-ons h4{color:#f5f5f7}.coaching-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.coaching-option{background:#fff;border-radius:16px;padding:1.5rem;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 8px rgba(0,0,0,.04)}.dark .coaching-option{background:#161617;border-color:rgba(255,255,255,.08);box-shadow:0 2px 8px rgba(0,0,0,.2)}.coaching-option h5{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#0b0e16}.dark .coaching-option h5{color:#f5f5f7}.coaching-price{font-size:1.25rem;font-weight:700;color:#dc2626;margin-bottom:.5rem}.coaching-option p{font-size:.875rem;color:#86868b;margin:0}.dark .coaching-option p{color:#a1a1a6}.client-success-section{padding:0 0 5rem}.dark .client-success-section{background:#0a0a0a}.client-success-content{text-align:center;max-width:1000px;margin:0 auto}.client-success-content h3{font-size:clamp(2.25rem,4vw,3rem);font-weight:700;margin-bottom:3rem;color:#0b0e16;letter-spacing:-.02em;line-height:1.1}.dark .client-success-content h3{color:#f5f5f7}@media (max-width:768px){.content-container{padding-left:1rem;padding-right:1rem}.hero-content{padding:1.5rem 0 1rem}.mastery-pill{font-size:.75rem;padding:.5rem 1rem;margin:0 0 1rem}.hero-headline{font-size:clamp(1.75rem,8vw,2.5rem);margin-bottom:1rem;line-height:1.2}.hero-subheadline{font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;line-height:1.4}.hero-video{margin:1.5rem auto 2rem;max-width:100%}.feature-pills{gap:.75rem;margin:0 auto}.feature-pill{font-size:.75rem;padding:.4rem .8rem}.amazon-icon{height:16px;width:auto;margin-right:.05rem}.facebook-icon{height:14px;width:auto;margin-right:.25rem}.substack-container{position:relative;display:inline-block}.start-here-badge{position:absolute;top:-3px;right:-3px;background:#FFD700;color:#333;font-size:.5rem;font-weight:400;padding:.08rem .25rem;border-radius:4px;text-transform:lowercase;letter-spacing:.1px;z-index:10}.substack-icon{height:14px;width:auto;margin-right:.25rem}.store-icon{height:12px}.services-icon,.store-icon{width:auto;margin-right:.2rem}.services-icon{height:14px}.pill-arrow{height:14px;width:14px;margin-left:.025rem}.feature-divider{font-size:.75rem}.video-placeholder{min-height:200px;padding:1rem}.video-title{font-size:1.1rem;margin-bottom:.5rem}.video-subtitle{font-size:.9rem}.pioneers-section,.platform-section,.testimonials-section{padding:2rem 0}.section-headline{font-size:2.25rem;margin-bottom:.75rem}.section-description{font-size:1.25rem;margin-bottom:1.5rem}.platform-nav{display:grid;grid-template-columns:1fr 1fr;gap:8px;max-width:400px;margin:0 auto}.path-section{padding:2rem 0}.path-options{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.path-card.featured{transform:none}.path-card.featured:hover{transform:translateY(-8px)}.path-card{padding:2rem}.store-style-card{padding:1.5rem}.store-style-card.featured{transform:none}.store-style-card.featured:hover{transform:translateY(-8px)}.dropdown-toggle{padding:.6rem;font-size:.9rem}.dropdown-item,.table-col{font-size:.8rem}.table-col{padding:.6rem .5rem}.pricing-table-header .table-col{font-size:.75rem}.table-col.price{font-size:.85rem}.table-col.monthly{font-size:.75rem}.programs-nav{display:grid;grid-template-columns:1fr;gap:8px;max-width:300px;margin:0 auto}.programs-content-panel{padding:2rem;margin:1.5rem 0}.programs-header h3{font-size:2rem}.programs-subtitle{font-size:1.125rem}.programs-features{gap:1.5rem}.framework-grid,.guild-tiers,.programs-features{grid-template-columns:1fr}.guild-tiers{gap:1.5rem}.intro-cards{grid-template-columns:1fr;gap:1rem}.intro-card{padding:1.5rem}.intro-icon{font-size:2rem}.pricing-options{grid-template-columns:1fr;gap:1.5rem}.pricing-card.featured{transform:none}.pricing-card.featured:hover{transform:translateY(-4px)}.individual-framework-list{grid-template-columns:1fr}.coaching-grid,.frameworks-grid{grid-template-columns:1fr;gap:1rem}.framework-card{padding:1.5rem}.framework-icon{font-size:2.5rem;margin-bottom:1rem}.frameworks-header h4{font-size:1.75rem}.frameworks-header p{font-size:1.125rem}.platform-nav button{font-size:.9rem;padding:.75rem 1rem;text-align:center}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:1.5rem}.pioneers-grid{grid-template-columns:1fr;gap:2rem}.pioneer-card{grid-template-columns:1fr!important;text-align:center}.pioneer-card,.pioneer-card *{transform:none!important;transition:none!important;animation:none!important}.pioneer-image-section{height:500px;margin-bottom:0;border-radius:16px 16px 0 0;overflow:hidden;position:relative;aspect-ratio:9/16}.pioneer-content{padding:1.5rem;border-radius:0 0 16px 16px}.pioneer-bio{text-align:left}.pioneer-name{font-size:1.5rem}.pioneer-title{font-size:.9rem}.pioneer-description{font-size:.95rem;line-height:1.5}.platform-nav{flex-wrap:wrap;gap:6px}.platform-panel.active{display:block}.platform-display{padding:1.5rem}.footer-stats{flex-direction:column;gap:2rem}.floating-menu-content{flex-direction:column;align-items:center;gap:1rem}.timeline{gap:2rem}.timeline-header{flex-direction:column;align-items:flex-start;gap:1rem}.timeline-year{padding:.5rem 1rem;font-size:.875rem}.timeline-content-item{padding:2rem}}.pioneer-photo{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.95) contrast(1.03)}.pioneer-photo[alt="Jackson Burnham"]{object-position:35% center}@media (hover:hover){.pioneer-card:hover .pioneer-photo{filter:saturate(1) contrast(1.06)}}@media (max-width:768px){.pioneer-photo{width:100%;height:100%;object-fit:cover;object-position:center top;max-height:500px}}@media (max-width:640px){.pioneer-photo{max-height:450px;object-position:center 10%}}.pioneer-image-section{display:grid;place-items:center;height:100%;width:100%;position:relative;background:#f5f5f7}.dark .pioneer-image-section{background:#2c2c2e}.pioneer-content{padding:2rem}@media (max-width:640px){.content-container{padding-left:.75rem;padding-right:.75rem}.hero-content{padding:1rem 0 .75rem}.mastery-pill{font-size:.7rem;padding:.4rem .8rem}.hero-headline{font-size:clamp(1.5rem,9vw,2rem);line-height:1.15}.hero-subheadline{font-size:1rem;line-height:1.35}.feature-pills{gap:.5rem;margin:0 auto}.feature-pill{padding:.35rem .7rem}.feature-divider,.feature-pill{font-size:.7rem}.pioneer-card{grid-template-columns:1fr!important;text-align:center}.pioneer-card,.pioneer-card *{transform:none!important;transition:none!important;animation:none!important}.pioneer-image-section{height:450px;border-radius:16px 16px 0 0;overflow:hidden;position:relative;aspect-ratio:9/16}.section-headline{font-size:2rem}.section-description{font-size:1.1rem}.platform-video-full{margin:1.5rem 0}.platform-video-full .video-placeholder{min-height:180px;padding:1rem .75rem}.video-title{font-size:1rem}.video-subtitle{font-size:.85rem}}@media (max-width:480px){.content-container{padding-left:.5rem;padding-right:.5rem}.hero-content{padding:.75rem 0 .5rem}.mastery-pill{font-size:.65rem;padding:.35rem .7rem}.hero-headline{font-size:clamp(1.25rem,10vw,1.75rem);margin-bottom:.75rem}.hero-subheadline{font-size:1rem;font-weight:600;margin-bottom:1rem}.section-headline{font-size:1.75rem}.section-description{font-size:1rem}.platform-nav{display:grid;grid-template-columns:1fr 1fr;gap:6px;max-width:350px;margin:0 auto}.platform-nav button{font-size:.8rem;padding:.6rem .8rem;text-align:center}.programs-content-panel{padding:1.5rem}.programs-header h3{font-size:1.75rem}.programs-subtitle{font-size:1rem}.programs-nav{max-width:280px}.programs-nav button{font-size:.8rem;padding:.6rem .8rem}.pioneer-content{padding:1rem}.pioneer-name{font-size:1.25rem}.pioneer-title{font-size:.8rem}.pioneer-description{font-size:.85rem}.pioneer-bio{text-align:left}.testimonial-card{padding:1rem}.platform-video-full{margin:1rem 0}.platform-video-full .video-placeholder{min-height:160px;padding:.75rem .5rem}}.individuals-button{border:1px solid #000!important}.dark .individuals-button{border:1px solid #fff!important}.companies-button,.dark .companies-button{border:1px solid #bf2828!important}