/* CS2list.net / Brand system: Ubuntu Mono + CS2list Signal Green #00E5A0. */
:root { --lime:#00E5A0; --lime-dark:#06150f; --mono:"Ubuntu Mono", monospace; --body:"Ubuntu Mono", monospace; --display:"Ubuntu Mono", monospace; }
html[data-theme="light"] { --lime:#00E5A0; --lime-dark:#06150f; }
body, button, input, select { font-family:"Ubuntu Mono", monospace; }
.brand-name, .hero h1, .section-head h2, .signal-section h2, .about-strip h2, .map-signal-card strong { font-family:"Ubuntu Mono", monospace; }
html[data-theme="light"] .top-cta, html[data-theme="light"] .join-button { color:#06150f; background:#00E5A0; border-color:#00E5A0; }
html[data-theme="light"] .section-label, html[data-theme="light"] .filter-head, html[data-theme="light"] .footer-label, html[data-theme="light"] .theme-toggle:hover { color:#008f6e; }
html[data-theme="light"] .copy-button, html[data-theme="light"] .outline-cta { color:#00795f; border-color:rgba(0,143,110,.42); }
.server-detail-link { color:inherit; text-decoration:none; }
.server-detail-link:hover { color:var(--lime); text-decoration:underline; text-decoration-color:rgba(0,229,160,.55); text-underline-offset:3px; }
.details-button { display:inline-flex; align-items:center; justify-content:center; min-height:32px; padding:0 .55rem; color:#a2b3a6; border:1px solid var(--line); background:transparent; font:11px var(--mono); text-decoration:none; }
.details-button:hover { color:var(--lime); border-color:rgba(0,229,160,.48); background:rgba(0,229,160,.06); }
.server-card.list-card .details-button { min-height:32px; }
