:root{--text-primary:#111;--text-secondary:#555;--text-muted:#888;--bg-primary:#fff;--border-color:#e5e5e5;--accent:#111;--max-width:640px}*{box-sizing:border-box;margin:0;padding:0}html{font-size:15px}body{color:var(--text-primary);background:var(--bg-primary);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.6}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}h1,h2,h3{font-weight:500;line-height:1.3}h1{margin-bottom:.75rem;font-size:1.5rem}h2{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-top:2rem;margin-bottom:.75rem;font-size:.75rem;font-weight:500}h3{margin-bottom:.5rem;font-size:1rem}p{color:var(--text-secondary);margin-bottom:1rem}a{color:var(--text-primary);text-underline-offset:2px;text-decoration:underline}a:hover{color:var(--text-secondary)}.header{border-bottom:1px solid var(--border-color);padding:1.5rem 0}.header-inner{justify-content:space-between;align-items:center;display:flex}.logo{letter-spacing:-.01em;font-size:.9rem;font-weight:600;text-decoration:none}.logo:hover{color:var(--text-primary)}.nav{gap:1.5rem;display:flex}.nav a{color:var(--text-secondary);font-size:.85rem;text-decoration:none}.nav a:hover{color:var(--text-primary)}.hero{padding:3rem 0 2rem}.hero h1{margin-bottom:.75rem;font-size:1.4rem;font-weight:500}.hero p{margin-bottom:1.5rem;font-size:.95rem}.waitlist-form{gap:.5rem;max-width:360px;display:flex}.waitlist-form input{border:1px solid var(--border-color);border-radius:4px;flex:1;padding:.6rem .75rem;font-family:inherit;font-size:.85rem}.waitlist-form input:focus{border-color:var(--accent);outline:none}.waitlist-form button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.6rem 1rem;font-family:inherit;font-size:.85rem}.waitlist-form button:hover{opacity:.9}.section{padding:1.5rem 0}.section-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.section-header h2{margin:0}.section-header a{color:var(--text-muted);font-size:.8rem}.module-list{list-style:none}.module-item{border-bottom:1px solid var(--border-color)}.module-item:last-child{border-bottom:none}.module-item a{align-items:center;gap:1rem;padding:.75rem 0;text-decoration:none;display:flex}.module-item a:hover .module-title{text-decoration:underline}.module-number{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:.75rem}.module-title{flex:1;font-size:.9rem}.module-count{color:var(--text-muted);font-size:.75rem}.article-list{list-style:none}.article-item{border-bottom:1px solid var(--border-color);padding:.6rem 0}.article-item:last-child{border-bottom:none}.article-content h3{margin-bottom:.2rem;font-size:.9rem;font-weight:500}.article-content h3 a{text-decoration:none}.article-content h3 a:hover{text-decoration:underline}.article-content p{color:var(--text-muted);margin:0;font-size:.8rem}.learn-header{padding:2.5rem 0 1.5rem}.learn-header h1{margin-bottom:.5rem}.learn-header p{font-size:.9rem}.module-section{margin-bottom:2rem}.module-section h3{color:var(--text-primary);border-bottom:1px solid var(--border-color);margin-bottom:.5rem;padding-bottom:.5rem;font-size:.9rem}.chapter-list{list-style:none}.chapter-item{border-bottom:1px solid var(--border-color);padding:.5rem 0}.chapter-item:last-child{border-bottom:none}.chapter-item a{align-items:center;gap:.5rem;font-size:.875rem;text-decoration:none;display:flex}.chapter-item a:hover{text-decoration:underline}.chapter-number{color:var(--text-muted);min-width:1.25rem;font-size:.8rem}.article-header{border-bottom:1px solid var(--border-color);padding:2rem 0 1rem}.article-breadcrumb{color:var(--text-muted);margin-bottom:.75rem;font-size:.8rem}.article-breadcrumb a{color:var(--text-secondary)}.article-meta{color:var(--text-muted);margin-bottom:.5rem;font-size:.75rem}.article-body{padding:1.5rem 0}.article-body h2{text-transform:none;letter-spacing:normal;color:var(--text-primary);margin-top:1.5rem;margin-bottom:.5rem;font-size:1rem}.article-body p{color:var(--text-primary);font-size:.9rem}.article-body ul,.article-body ol{margin-bottom:1rem;padding-left:1.25rem;font-size:.9rem}.article-body li{margin-bottom:.4rem}.article-body code{background:#f5f5f5;border-radius:3px;padding:.1rem .3rem;font-size:.85em}.article-body blockquote{border-left:2px solid var(--border-color);color:var(--text-secondary);margin:1rem 0;padding-left:1rem;font-style:italic}.article-nav{border-top:1px solid var(--border-color);justify-content:space-between;margin-top:1.5rem;padding:1.5rem 0;font-size:.85rem;display:flex}.article-nav a{color:var(--text-secondary)}.about-content{padding:2.5rem 0}.about-content h1{margin-bottom:1.5rem}.about-content p{color:var(--text-primary);margin-bottom:1rem;font-size:.9rem}.values-list{margin:1.5rem 0;list-style:none}.values-list li{border-bottom:1px solid var(--border-color);padding:.6rem 0;font-size:.9rem}.values-list li:last-child{border-bottom:none}.footer{border-top:1px solid var(--border-color);margin-top:2rem;padding:2rem 0}.footer-inner{justify-content:space-between;align-items:center;display:flex}.footer-logo{font-size:.85rem;font-weight:500}.footer-links{gap:1rem;display:flex}.footer-links a{color:var(--text-secondary);font-size:.8rem;text-decoration:none}.footer-links a:hover{color:var(--text-primary)}.footer-tagline{color:var(--text-muted);text-align:center;margin-top:1.5rem;font-size:.8rem}@media (max-width:480px){html{font-size:14px}.container{padding:0 1rem}.header{padding:1rem 0}.header-inner{flex-direction:column;gap:.75rem}.nav{gap:1.25rem}.hero{padding:2rem 0 1.5rem}.hero h1{font-size:1.25rem}.hero p{font-size:.9rem}.waitlist-form{flex-direction:column;max-width:100%}.waitlist-form button{width:100%}.section{padding:1.25rem 0}.module-item a{gap:.75rem}.module-count{display:none}.learn-header{padding:2rem 0 1rem}.article-header{padding:1.5rem 0 .75rem}.article-nav{flex-direction:column;gap:.75rem}.about-content{padding:2rem 0}.footer{padding:1.5rem 0}.footer-inner{text-align:center;flex-direction:column;gap:.75rem}.footer-tagline{margin-top:1rem}}@media (min-width:481px) and (max-width:768px){html{font-size:15px}.container{padding:0 2rem}.hero{padding:2.5rem 0 2rem}.hero h1{font-size:1.35rem}.waitlist-form{max-width:380px}.module-item a{padding:.85rem 0}.chapter-item{padding:.6rem 0}.article-nav{gap:1rem}}@media (min-width:769px) and (max-width:1024px){:root{--max-width:680px}html{font-size:15px}.container{padding:0 2.5rem}.hero{padding:3rem 0 2.5rem}.hero h1{font-size:1.5rem}}@media (min-width:1025px){:root{--max-width:720px}html{font-size:16px}.container{padding:0 1.5rem}.header{padding:1.75rem 0}.hero{padding:4rem 0 3rem}.hero h1{font-size:1.6rem}.hero p{font-size:1rem}.section{padding:2rem 0}.module-item a{padding:.9rem 0}.learn-header{padding:3rem 0 2rem}.article-header{padding:2.5rem 0 1.25rem}.article-body{padding:2rem 0}.about-content{padding:3rem 0}.footer{margin-top:3rem;padding:2.5rem 0}}@media (min-width:1440px){:root{--max-width:760px}html{font-size:17px}}
