html {
    color-scheme: dark;
}

body {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.platform-tab.is-active {
    border-color: rgba(46, 204, 113, .45);
    background: rgba(46, 204, 113, .12);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
}

.platform-tab.is-active div:first-child {
    color: rgb(209, 250, 229);
}
