@charset "UTF-8";:root{--primary: #FF6B00;--primary-dark: #C45200;--primary-light: #FF9A45;--bg: #121212;--surface: #1e1e1e;--surface-2: #2a2a2a;--border: #333333;--text: #e0e0e0;--text-muted: #9e9e9e;--navbar-height: 84px;--max-width: 1100px}@media (max-width: 768px){:root{--navbar-height: 56px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background-color:var(--bg);color:var(--text);font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;min-height:100vh}p{text-align:justify;hyphens:auto}a{color:var(--primary);text-decoration:none}a:hover{color:var(--primary-light)}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:1.5rem}section[id]{scroll-margin-top:var(--navbar-height)}.section{padding:5rem 0}.section--alt{background:var(--surface)}.section__title{font-size:2rem;font-weight:700;color:var(--primary);margin-bottom:1.25rem;position:relative;display:inline-block}.section__title:after{content:"";position:absolute;left:0;bottom:-6px;width:48px;height:3px;background:var(--primary);border-radius:2px}.section__body{color:var(--text-muted);font-size:1.05rem;max-width:680px;line-height:1.8;margin-top:.5rem}
