/* User-selectable RuneSource themes. Purple is the original/default theme. */
html[data-theme="dark"]{--bg:#050505;--panel:#111;--purple:#f4f4f4;--text:#f7f7f7;--muted:#aaa;--line:#303030;color-scheme:dark}
html[data-theme="light"]{--bg:#f3f1f5;--panel:#fff;--purple:#7c3aed;--text:#17131b;--muted:#665e6d;--line:#d8d1dd;color-scheme:light}
html[data-theme="purple"]{color-scheme:dark}

html[data-theme="dark"] body{background:#050505;color:#f7f7f7}
html[data-theme="dark"] header,html[data-theme="dark"] footer,html[data-theme="dark"] .site-footer{background:#080808!important;border-color:#303030!important}
html[data-theme="dark"] .announce{background:#161616!important}
html[data-theme="dark"] .logo img{filter:grayscale(1) brightness(1.4)!important}
html[data-theme="dark"] .kicker,html[data-theme="dark"] a:not(.btn),html[data-theme="dark"] .rank,html[data-theme="dark"] .price,html[data-theme="dark"] .dimensions strong{color:#eee}
html[data-theme="dark"] .panel,html[data-theme="dark"] .rank-card,html[data-theme="dark"] .reference-server-tile,html[data-theme="dark"] .weekly-server,html[data-theme="dark"] .weekly-filter-panel,html[data-theme="dark"] .launch-panel,html[data-theme="dark"] .launch-card,html[data-theme="dark"] .side-widget,html[data-theme="dark"] .shared-side-widget,html[data-theme="dark"] .vote-verification-card,html[data-theme="dark"] .profile-card,html[data-theme="dark"] .campaign,html[data-theme="dark"] .article-card,html[data-theme="dark"] .article-lead,html[data-theme="dark"] .price-card,html[data-theme="dark"] .advertising-side,html[data-theme="dark"] .toplist-side,html[data-theme="dark"] .vote-sidebar,html[data-theme="dark"] .launch-sidebar,html[data-theme="dark"] .articles-side{background:#111!important;border-color:#353535!important;box-shadow:none!important}
html[data-theme="dark"] .btn,html[data-theme="dark"] .profile-button,html[data-theme="dark"] .weekly-action,html[data-theme="dark"] .launch-view{background:#f0f0f0!important;color:#050505!important}
html[data-theme="dark"] input,html[data-theme="dark"] textarea,html[data-theme="dark"] select,html[data-theme="dark"] .mobile-menu,html[data-theme="dark"] .account-dropdown-menu,html[data-theme="dark"] .nav-dropdown-menu{background:#0a0a0a!important;border-color:#3a3a3a!important;color:#fff!important}

html[data-theme="light"] body{background:radial-gradient(circle at 75% 0,#eadff7,transparent 30%),#f3f1f5;color:#17131b}
html[data-theme="light"] header,html[data-theme="light"] footer,html[data-theme="light"] .site-footer{background:#fff!important;border-color:#d8d1dd!important;color:#17131b}
html[data-theme="light"] .announce{background:#7c3aed!important;color:#fff}
html[data-theme="light"] .logo img{filter:brightness(0)!important}
html[data-theme="light"] .links,html[data-theme="light"] .account,html[data-theme="light"] .mobile-menu a{color:#39303f}
html[data-theme="light"] .panel,html[data-theme="light"] .rank-card,html[data-theme="light"] .reference-server-tile,html[data-theme="light"] .weekly-server,html[data-theme="light"] .weekly-filter-panel,html[data-theme="light"] .launch-panel,html[data-theme="light"] .launch-card,html[data-theme="light"] .side-widget,html[data-theme="light"] .shared-side-widget,html[data-theme="light"] .vote-verification-card,html[data-theme="light"] .profile-card,html[data-theme="light"] .campaign,html[data-theme="light"] .article-card,html[data-theme="light"] .article-lead,html[data-theme="light"] .price-card,html[data-theme="light"] .advertising-side,html[data-theme="light"] .toplist-side,html[data-theme="light"] .vote-sidebar,html[data-theme="light"] .launch-sidebar,html[data-theme="light"] .articles-side{background:#fff!important;border-color:#d8d1dd!important;color:#17131b!important;box-shadow:0 12px 32px #47355112!important}
html[data-theme="light"] .rankings,html[data-theme="light"] .dark,html[data-theme="light"] .home-cta,html[data-theme="light"] .new-rsps,html[data-theme="light"] .docs-hero{background:#eee9f2!important;border-color:#d8d1dd!important}
html[data-theme="light"] h1,html[data-theme="light"] h2,html[data-theme="light"] h3,html[data-theme="light"] strong{color:#17131b}
html[data-theme="light"] p,html[data-theme="light"] small,html[data-theme="light"] .rank-description,html[data-theme="light"] .launch-intro,html[data-theme="light"] .article-body{color:#665e6d}
html[data-theme="light"] input,html[data-theme="light"] textarea,html[data-theme="light"] select{background:#fff!important;border-color:#cfc6d5!important;color:#17131b!important}
html[data-theme="light"] .mobile-menu,html[data-theme="light"] .account-dropdown-menu,html[data-theme="light"] .nav-dropdown-menu{background:#fff!important;border-color:#d3cad8!important;color:#17131b!important;box-shadow:0 18px 45px #33203d24!important}
html[data-theme="light"] .mobile-menu a:hover,html[data-theme="light"] .account-dropdown-menu a:hover,html[data-theme="light"] .nav-dropdown-menu a:hover{background:#f0e9f5!important;color:#5b247e!important}
html[data-theme="light"] .nav-discord{background:#f5f1f7;color:#3d3342;border-color:#d3cad8}

.theme-switcher{position:relative;flex:0 0 auto;margin-left:12px}.theme-toggle{display:flex;align-items:center;gap:7px;height:44px;padding:0 11px;border:1px solid #4b3157;border-radius:10px;background:#151018;color:#e8dced;cursor:pointer}.theme-toggle i{width:12px;height:12px;border:2px solid currentColor;border-radius:50%;background:#a855f7;box-shadow:inset -4px 0 #0a0710}.theme-toggle span{font-size:10px;font-weight:800}.theme-menu{position:absolute;z-index:150;top:52px;right:0;display:none;width:145px;padding:7px;border:1px solid #50305f;border-radius:10px;background:#100b15;box-shadow:0 18px 45px #000a}.theme-switcher.open .theme-menu{display:grid}.theme-menu button{display:flex;align-items:center;gap:9px;padding:10px;border:0;border-radius:7px;background:transparent;color:#cdbfd5;text-align:left;cursor:pointer}.theme-menu button:hover,.theme-menu button.active{background:#291635;color:#fff}.theme-menu b{width:12px;height:12px;border:1px solid #777;border-radius:50%}.theme-menu [data-set-theme="purple"] b{background:#a855f7}.theme-menu [data-set-theme="dark"] b{background:#080808}.theme-menu [data-set-theme="light"] b{background:#fff}
html[data-theme="dark"] .theme-toggle,html[data-theme="dark"] .theme-menu{background:#111;border-color:#383838}html[data-theme="dark"] .theme-toggle i{background:#fff;box-shadow:inset -4px 0 #111}html[data-theme="light"] .theme-toggle,html[data-theme="light"] .theme-menu{background:#fff;border-color:#d3cad8;color:#29202e}html[data-theme="light"] .theme-toggle i{background:#fff;box-shadow:inset -4px 0 #999}
@media(max-width:1050px){.theme-toggle span{display:none}.theme-toggle{width:44px;justify-content:center;padding:0}.theme-switcher{margin-left:auto}}@media(max-width:850px){.theme-switcher{margin-left:auto}.theme-menu{right:0}}
