*{margin:0;padding:0;box-sizing:border-box}:root{--muted-orange:#cc5500;--bright-orange:#ff6600;--primary-orange:#e55100;--text-primary:#000000;--text-secondary:#404040;--text-muted:#707070;--background:#ffffff;--border-light:#e0e0e0;--border-medium:#c0c0c0;--surface-light:#f8f8f8}::selection{background:var(--primary-orange);color:var(--text-primary)}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,system-ui,sans-serif;background:var(--background);color:var(--text-primary);line-height:1.5}.nav-terminal{background:var(--background);padding:1rem 2rem;border-bottom:1px solid var(--border-light);font-family:monaco,menlo,ubuntu mono,monospace;position:sticky;top:0;z-index:100}.terminal-prompt{display:flex;align-items:center;gap:1rem;max-width:1200px;margin:0 auto}.prompt-symbol{color:var(--primary-orange);font-weight:700;font-size:1.2rem}.logo-stacked{display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,segoe ui,system-ui,sans-serif;font-weight:900;line-height:.85;font-size:1.4rem}.logo-stacked .logo-line-1,.logo-stacked .logo-line-2{display:flex;justify-content:space-between;min-width:2em}.nav-commands{display:flex;gap:2rem;margin-left:auto;align-items:center}.nav-commands a{color:var(--text-primary);text-decoration:none;font-size:.95rem;transition:color .2s ease}.nav-commands a:hover{color:var(--bright-orange)}.nav-commands a::before{content:'--';color:var(--primary-orange);margin-right:.1em}.nav-commands a:hover::before{color:var(--bright-orange)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero{padding:4rem 0;text-align:left}.hero-title{font-size:3.5rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}.hero-subtitle{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2rem;max-width:600px;font-weight:400}.hero-meta{display:flex;gap:.5rem;font-family:monaco,menlo,ubuntu mono,monospace;font-size:.9rem;color:var(--text-muted);margin-bottom:3rem;flex-direction:column}.hero-meta span::before{content:'> ';color:var(--primary-orange)}.latest-episode{background:var(--surface-light);border:1px solid var(--border-light);padding:2rem;margin-bottom:4rem}.section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-family:monaco,menlo,ubuntu mono,monospace;font-size:.9rem;font-weight:700}.section-header::before{content:'$ ';color:var(--primary-orange)}.episode-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.episode-title>a{color:inherit;text-decoration:none}.episode-title>a:hover{text-decoration:underline}.episode-meta{color:var(--text-muted);font-size:.9rem;margin-bottom:1rem}.episode-description{color:var(--text-secondary);margin-bottom:1.5rem}.episode-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:.75rem 1.5rem;border:1px solid var(--border-medium);background:var(--background);color:var(--text-primary);text-decoration:none;font-weight:500;transition:all .2s ease;font-size:.9rem}.btn:hover{border-color:var(--primary-orange);color:var(--primary-orange)}.btn-primary{background:var(--primary-orange);color:#fff;border-color:var(--primary-orange)}.btn-primary:hover{background:#b04900;border-color:#b04900;color:#fff}.recent-episodes{margin-bottom:4rem}.episodes-list{display:grid;gap:1.5rem}.episode-item{padding:1.5rem 0;border-bottom:1px solid var(--border-light);transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.episode-item:hover{transform:translateX(4px);border-left:3px solid var(--primary-orange);padding-left:1.5rem}.episode-item:last-child{border-bottom:none}.episode-number{font-family:monaco,menlo,ubuntu mono,monospace;color:var(--bright-orange);font-size:.85rem;font-weight:700;margin-bottom:.25rem}.episode-item h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.episode-item .episode-meta{margin-bottom:.75rem}.episode-item p{color:var(--text-secondary);font-size:.95rem}.about-preview{background:var(--surface-light);padding:2rem;border:1px solid var(--border-light);margin-bottom:4rem}.about-preview h2{font-size:1.5rem;margin-bottom:1rem}.about-preview p{color:var(--text-secondary);margin-bottom:1rem}.hosts-list{display:flex;gap:2rem;margin-top:1.5rem;font-family:monaco,menlo,ubuntu mono,monospace;font-size:.9rem}.host{color:var(--text-muted)}.host::before{content:'> ';color:var(--bright-orange)}.footer{border-top:1px solid var(--border-light);padding:2rem 0;margin-top:4rem;color:var(--text-muted);font-size:.9rem}.footer-content{display:flex;justify-content:space-between;align-items:center}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--text-muted);text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:var(--primary-orange)}@media(max-width:768px){.terminal-prompt{gap:1rem}.nav-commands{gap:1rem;font-size:.85rem}.logo-stacked{font-size:1.2rem}.hero-title{font-size:2.5rem}.hero-meta{flex-direction:column;gap:.5rem}.hosts-list{flex-direction:column;gap:.5rem}.footer-content{flex-direction:column;gap:1rem;text-align:center}}@media(max-width:480px){.container{padding:0 1rem}.nav-terminal{padding:1rem}.terminal-prompt{flex-wrap:wrap}.nav-commands{max-width:30%;flex-wrap:wrap}.nav-commands>a{flex:0 0 100%}.hero{padding:2rem 0}.hero-title{font-size:2rem}.latest-episode,.about-preview{padding:1.5rem}.episode-actions{flex-direction:column}}