@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--background:#111;--surface:#1a1a1a;--text-primary:#ededed;--text-secondary:#a3a3a3;--border:#333;--radius-sm:8px;--radius-md:12px;--radius-lg:24px;--radius-full:9999px;--color-text:var(--text-primary);--color-text-muted:var(--text-secondary);--color-border-light:var(--border);--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);max-width:100vw;color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;font-family:inherit;text-decoration:none}::selection{background:var(--color-highlight-green);color:var(--color-text)}.sectionLabel{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:20px;font-size:11px;font-weight:500}.highlight{border:1.5px solid var(--color-highlight-green);border-radius:var(--radius-full);white-space:nowrap;padding:1px 8px;font-weight:500;display:inline}.highlightYellow{border-color:var(--color-highlight-yellow)}.highlightBlue{border-color:var(--color-highlight-blue)}.inlineIcon{vertical-align:middle;width:18px;height:18px;margin:0 2px;display:inline-block}
