html,
button,
input,
select,
textarea,
.pure-g [class *="pure-u"],
.pure-g-r [class *="pure-u"] {
    font-family: 'JetBrains Mono', Consolas, monospace;
}

html {
    background: #0a0e14;
    overflow-y: scroll;
}

body {
    display: flex;
    flex-direction: column;
    max-width: 1160px;
    margin: 0 auto;
    color: #c5c8c6;
}

::selection {
    background: rgba(78, 201, 78, 0.3);
    color: #fff;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #0a0e14;
}

::-webkit-scrollbar-thumb {
    background: #1a3a1a;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: #2a5a2a;
}

header>.home-menu {
    background: rgba(10, 14, 20, 0.95) !important;
    border-bottom: 1px solid #1a3a1a;
    height: 64px;
    display: flex;
    backdrop-filter: blur(10px);
}

header>.home-menu>a.pure-menu-heading,
header>.home-menu>ul,
header>.home-menu>ul>li {
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: normal !important;
}

header>.home-menu>a.pure-menu-heading {
    color: #4ec94e;
    font-size: 1.3em;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Inter', system-ui, sans-serif;
}

header>.home-menu>ul>li>a {
    color: #8a8f98;
    font-family: 'Inter', system-ui, sans-serif;
    padding: 0 18px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.75rem;
    transition: color 0.2s;
}

header>.home-menu>ul>li>a:hover,
header>.home-menu>ul>li>a:focus {
    background: inherit !important;
    color: #4ec94e;
}

header>.home-menu>ul>li.pure-menu-selected>a {
    color: #4ec94e;
}

main {
    background-color: #0d1117;
    position: relative;
    min-height: 500px;
}

a {
    color: #4ec94e;
    text-decoration: none;
    transition: color 0.2s;
}

a:hover {
    color: #6eef6e;
}

footer {
    text-align: center;
    color: #555;
    font-size: 0.8em;
    padding: 20px 15px;
    border-top: 1px solid #1a3a1a;
    line-height: 28px;
}

footer a {
    color: #8a8f98;
    transition: color 0.2s;
}

footer a:hover {
    color: #4ec94e;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: #111820;
    border: 1px solid #1a2a1a;
    border-radius: 6px;
    overflow: hidden;
}

table.pure-table thead {
    background: rgba(30, 60, 30, 0.15);
}

table.pure-table th {
    color: #4ec94e;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    padding: 10px 15px;
    text-align: left;
    border-bottom: 1px solid #1a3a1a;
}

table.pure-table td {
    background: transparent !important;
    padding: 8px 15px;
    font-size: 0.85rem;
    color: #c5c8c6;
    border-bottom: 1px solid #0d1117;
}

table.pure-table {
    background: #111820 !important;
    border: 1px solid #1a2a1a;
}

table.pure-table tr.pure-table-odd {
    background: #0d1218;
}

table.pure-table td a {
    color: #4ec94e;
}

table.pure-table tr:hover {
    background: rgba(30, 60, 30, 0.15);
}

.nav-logo {
    height: 28px;
    vertical-align: middle;
    margin-right: 8px;
    filter: drop-shadow(0 0 6px rgba(78, 201, 78, 0.4));
}

.nvd3 .nv-axis line,
.nvd3 .nv-axis path {
    fill: none;
    stroke: #2a3a2a;
}

.nvd3 .nv-axis text {
    fill: #8a8f98;
    font-size: 0.75rem;
}

.nvd3 .nv-guideline {
    stroke: #2a5a2a;
}

.nvtooltip {
    background: #1a2a1a !important;
    border: 1px solid #2a5a2a !important;
    color: #e0e0e0 !important;
    border-radius: 6px !important;
    font-family: 'JetBrains Mono', Consolas, monospace !important;
}

.nvtooltip table td {
    color: #e0e0e0 !important;
}

.nvtooltip table td.legend-color-guide div {
    border: 1px solid #2a5a2a !important;
}

.nvtooltip h3 {
    background: #2a5a2a !important;
    color: #ffffff !important;
    border-bottom: 1px solid #3a7a3a !important;
    font-family: 'JetBrains Mono', Consolas, monospace !important;
}