@charset "utf-8";

/* =========================================================
   Vamp Wars Theme
   Immortal Night inspired classic browser-game layout
   Fixed-width 2-column layout
   Left sidebar 200px / main content 800px
   ========================================================= */

html,
body {
    margin: 0;
    padding: 0;
    min-width: 0;
    width: 100%;
}

body,
td,
th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #aca894;
}

body {
    background-color: #000000;
    /* background: #000000 url("/images/body-bg.png") bottom center no-repeat fixed; */
    overflow-x: auto;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a:link,
a:visited,
a:active {
    color: #5ca2c5;
    text-decoration: none;
}

a:hover {
    color: #5ec9ff;
    text-decoration: none;
}

a img {
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

p,
form,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

hr,
.sidebar-divider {
    border: 0;
    height: 1px;
    background: #5a5a60;
    margin: 12px 0;
}

/* =========================================================
   Typography
   ========================================================= */

h1 {
    color: #84663e;
    margin: 0 0 10px 0;
    font-size: 38px;
    font-weight: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-variant: small-caps;
}

h2,
h3,
h4,
h5 {
    color: #b89258;
    margin: 0 0 10px 0;
    font-weight: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-variant: small-caps;
}

i.fas {
    opacity: 0.9;
}

.content-inner h3 {
    color: #b89258;
    margin: 0 0 10px 0;
    font-size: 22px !important;
    font-weight: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-variant: small-caps;
}

/* =========================================================
   Shell / Wrapper
   ========================================================= */

.theme-shell,
.dark-theme-shell {
    width: 100%;
    max-width: calc(1000px + 24px);
    min-width: 0;
    margin: 0 auto;
    padding: 0 12px 12px 12px;
}

.theme-wrapper,
.dark-theme-wrapper {
    width: 100%;
    max-width: 1000px;
    min-width: 0;
    margin: 0 auto;
}

/* =========================================================
   Header
   ========================================================= */

.header {
    width: 1000px;
    margin: 0 auto 12px auto;
    position: relative;
    overflow: hidden;
}

.header_bg {
    position: relative;
    width: 1000px;
    height: 215px;
    display: block;
    background: #05070d url("/images/header-bg.png") center center no-repeat;
    border: 1px solid #1a2233;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.05),
        inset 0 -1px 0 rgba(0,0,0,0.85),
        0 0 18px rgba(0,0,0,0.45);
    overflow: hidden;
}

.player_stats {
    position: absolute;
    top: 26px;
    left: 498px;
    width: 230px;
    z-index: 5;
    padding: 10px 10px 8px 10px;
    background: rgba(5, 9, 18, 0.78);
    border: 1px solid rgba(69, 89, 125, 0.45);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.04),
        0 0 14px rgba(0,0,0,0.35);
}

.player_name {
    margin-bottom: 6px;
    padding-bottom: 5px;
    color: #dbe5f7;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.3px;
    border-bottom: 1px solid rgba(118, 138, 176, 0.25);
    text-shadow: 0 1px 0 #000000;
}

.player_stats table {
    width: 100%;
    border-collapse: collapse;
}

.player_stats table td {
    vertical-align: middle;
}

.player_stats_lbl {
    color: #b4c2db;
    font-size: 11px;
    padding: 2px 4px 2px 0;
    text-shadow: 0 1px 0 #000000;
    white-space: nowrap;
}

.player_stats_percent_value {
    color: #e6eefc;
    font-size: 11px;
    text-align: right;
    padding-left: 5px;
    text-shadow: 0 1px 0 #000000;
    white-space: nowrap;
}

.player_stats_bar {
    position: relative;
    width: 100px;
    height: 10px;
    overflow: hidden;
    background: linear-gradient(to bottom, #090d16 0%, #05070c 100%);
    border: 1px solid #202940;
    box-shadow:
        inset 0 1px 2px rgba(0,0,0,0.85),
        inset 0 0 0 1px rgba(255,255,255,0.03);
}

.player_stats_bar_value {
    height: 100%;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.18),
        0 0 5px rgba(255,255,255,0.06);
}

.vital-energy {
    background: linear-gradient(to bottom, #5fd0ff 0%, #2f7bff 100%);
}

.vital-will {
    background: linear-gradient(to bottom, #9a8cff 0%, #5b4fe0 100%);
}

.vital-brave {
    background: linear-gradient(to bottom, #e07bff 0%, #9b3fd6 100%);
}

.vital-endurance {
    background: linear-gradient(to bottom, #ffc85a 0%, #d6841f 100%);
}

.vital-health {
    background: linear-gradient(to bottom, #ff6f7d 0%, #d62839 100%);
}

.vital-exp {
    background: linear-gradient(to bottom, #59e3d7 0%, #1fae9f 100%);
}

.header_meta_bar {
    clear: both;
    position: relative;
    z-index: 1;
    width: 1000px;
    min-height: 34px;
    padding: 7px 14px;
    background: linear-gradient(to bottom, #121928 0%, #0a0f18 100%);
    border-left: 1px solid #1a2233;
    border-right: 1px solid #1a2233;
}

.player_assets {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 30px;
    line-height: 18px;
}

.asset {
    color: #c8d3e6;
    font-size: 11px;
    white-space: nowrap;
    text-shadow: 0 1px 0 #000000;
}

.asset_label {
    color: #8093b8;
    font-weight: bold;
    text-transform: normal;
    font-size: 10px;
    letter-spacing: 0.5px;
}

.asset_value {
    color: #eef4ff;
    font-weight: bold;
}

.header_nav_bar {
    clear: both;
    position: relative;
    z-index: 1;
    width: 1000px;
    min-height: 38px;
    padding: 0 10px;
    background: linear-gradient(to bottom, #0a0f18 0%, #05080d 100%);
    border-left: 1px solid #1a2233;
    border-right: 1px solid #1a2233;
    border-bottom: 1px solid #1a2233;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.03),
        0 4px 10px rgba(0,0,0,0.2);
-webkit-border-bottom-right-radius: 12px;
-webkit-border-bottom-left-radius: 12px;
-moz-border-radius-bottomright: 12px;
-moz-border-radius-bottomleft: 12px;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 12px;
}

.header_quicklinks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 38px;
-webkit-border-bottom-right-radius: 12px;
-webkit-border-bottom-left-radius: 12px;
-moz-border-radius-bottomright: 12px;
-moz-border-radius-bottomleft: 12px;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 12px;
}

.header_quicklink {
    display: inline-flex;
    align-items: center;
    height: 38px;
    padding: 10px 14px;
    color: #d8e3f6;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.55px;
    text-shadow: 0 1px 0 #000000;
    border-right: 1px solid rgba(80, 99, 136, 0.22);
    transition: background 0.15s ease, color 0.15s ease;
}

.header_quicklink:first-child {
    border-left: 1px solid rgba(80, 99, 136, 0.22);
}

.header_quicklink:hover {
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(to bottom, rgba(49, 68, 104, 0.28) 0%, rgba(17, 26, 42, 0.18) 100%);
}

/* =========================================================
   Content shell / columns
   ========================================================= */

.content-shell,
.dark-content-shell {
    margin-top: 8px;
}

.layout-table,
.dark-layout-table {
    width: 1000px !important;
    min-width: 1000px !important;
    max-width: 1000px !important;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

.layout-left,
.dark-layout-left {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    vertical-align: top;
    padding: 0;
}

.layout-main,
.dark-layout-main {
    width: 800px;
    min-width: 800px;
    max-width: 800px;
    vertical-align: top;
    padding: 0 0 0 20px;
}

/* =========================================================
   Sidebar
   ========================================================= */

.theme-sidebar,
.sidebar,
#sidebar-left,
#sidebar-right,
.dark-sidebar {
    background: #161616;
    border: 1px solid #44444b;
    color: #d0cbc0;
    padding: 14px;
    border-radius: 0;
    overflow: hidden;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.04),
        0 0 10px rgba(0,0,0,0.18);
    border-radius: 12px;
}

.sidebar-section,
.dark-panel {
    margin-bottom: 14px;
}

.sidebar-section:last-child,
.dark-panel:last-child {
    margin-bottom: 0;
}

.panel-title,
.dark-panel-title {
    display: block;
    margin: 0 0 10px 0;
    padding: 0 0 6px 0;
    border: 0;
    border-bottom: 1px solid #6a6a72;
    background: transparent;
    color: #a88460;
    font-size: 16px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-variant: small-caps;
    font-weight: normal;
    letter-spacing: 0.5px;
    box-shadow: none;
}

.theme-sidebar div,
.dark-sidebar div {
    word-wrap: break-word;
}

.panel-stat {
    margin-bottom: 6px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #bdb8ac;
}

.panel-stat b {
    color: #e0d8c7;
    font-weight: bold;
}

.panel-logout a {
    color: #f0c78f;
}

.quicklink-item {
    margin-bottom: 4px;
}

.quicklink-item:last-child {
    margin-bottom: 0;
}

.donator-name {
    color: #ffffff;
    font-weight: bold;
}

/* =========================================================
   Main content
   ========================================================= */

.theme-content,
.main-content,
#content,
.dark-main-content {
    background: #161616;
    border: 1px solid #4c4c54;
    min-height: 600px;
    overflow: hidden;
    border-radius: 0;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.04),
        0 0 12px rgba(0,0,0,0.18);
    border-radius: 12px;
}

.content-inner,
.dark-content-inner {
    padding: 20px;
    /* overflow-wrap: anywhere; */
}

.top-message,
.dark-top-message {
    /* margin-bottom: 14px; */
}

.donate-banner {
    text-align: center;
    margin-top: 6px;
    padding: 8px 10px;
    background-image: url("/images/donate-banner-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(255,255,255,0.08);
}

.donate-banner b {
    display: block;
    color: #ffffff;
    text-decoration: none;
    text-shadow:
        0 0 4px #3a6bff,
        0 0 8px #3a6bff,
        0 0 14px #1f45ff;
}

.donate-banner b:hover {
    color: #e6f0ff;
    text-shadow:
        0 0 6px #4f7cff,
        0 0 12px #4f7cff,
        0 0 20px #2f5cff;
}

@keyframes vampBorderPulse {
    0% {
        border-color: #471515;
        box-shadow: 0 0 4px rgba(71, 21, 21, 0.25);
    }
    25% {
        border-color: #7a1f1f;
        box-shadow: 0 0 8px rgba(122, 31, 31, 0.40);
    }
    50% {
        border-color: #b12a2a;
        box-shadow: 0 0 14px rgba(177, 42, 42, 0.55);
    }
    75% {
        border-color: #7a1f1f;
        box-shadow: 0 0 8px rgba(122, 31, 31, 0.40);
    }
    100% {
        border-color: #471515;
        box-shadow: 0 0 4px rgba(71, 21, 21, 0.25);
    }
}

@keyframes vampTextPulse {
    0% {
        color: #e8cfa6;
        text-shadow: 0 0 2px rgba(120, 20, 20, 0.3);
    }
    25% {
        color: #f2d7aa;
        text-shadow: 0 0 4px rgba(160, 25, 25, 0.4);
    }
    50% {
        color: #ffffff;
        text-shadow: 0 0 8px rgba(200, 30, 30, 0.7);
    }
    75% {
        color: #f2d7aa;
        text-shadow: 0 0 4px rgba(160, 25, 25, 0.4);
    }
    100% {
        color: #e8cfa6;
        text-shadow: 0 0 2px rgba(120, 20, 20, 0.3);
    }
}

.alert-box,
.dark-alert-box {
    margin-bottom: 8px;
    padding: 10px 12px;
    border: 1px solid #49525c;
    background: rgba(52, 52, 58, 0.45);
    color: #d6d0bf;
    border-radius: 0;
}

/* =========================================================
   Tables
   ========================================================= */

table {
    color: #cfc7b8;
}

.table,
table.table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #303030;
    background: #1d1d1d;
    color: #d0c7b9;
    margin-bottom: 12px;
}

.table th,
table.table th,
.h {
    padding: 8px 10px;
    border: 1px solid #3a3a3a;
    background: #262626;
    color: #dfc08f;
    font-weight: bold;
    text-align: left;
}

.table td,
table.table td {
    padding: 8px 10px;
    border: 1px solid #2e2e2e;
    background: #1d1d1d;
    vertical-align: middle;
}

.table tr:nth-child(even) td,
table.table tr:nth-child(even) td {
    background: #222222;
}

.table .action-btn {
    background: #101820;
    color: #f2e5cf;
    border: 1px solid #334b60;
    padding: 8px 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    max-width: 100%;
    margin: 4px 8px;
}

/* =========================================================
   Forms
   ========================================================= */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="file"],
select,
textarea {
    width: auto;
    max-width: 100%;
    border: solid 1px #49525c;
    background: #1f1f24;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding: 6px 8px;
    border-radius: 0;
    box-sizing: border-box;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: #5ca2c5;
    box-shadow: 0 0 6px rgba(92, 162, 197, 0.16);
}

input[type="submit"],
input[type="button"],
button {
    background: #101820;
    color: #f2e5cf;
    border: 1px solid #334b60;
    padding: 8px 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    max-width: 100%;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
    background: #172432;
    border-color: #5ca2c5;
    color: #ffffff;
}

textarea {
    resize: vertical;
    min-height: 90px;
}

/* =========================================================
   Old MCCodes blocks / message boxes
   ========================================================= */

.info,
.success,
.error,
.msg,
.news,
.block,
.forum-post {
    padding: 10px 12px;
    margin-bottom: 12px;
    border-radius: 0;
    overflow-wrap: anywhere;
}

.info,
.msg,
.news,
.block,
.forum-post {
    border: 1px solid #50565d;
    background: rgba(48, 48, 54, 0.70);
    color: #c4bda9;
}

.success {
    border: 1px solid #4b5a4d;
    background: rgba(40, 52, 42, 0.75);
    color: #cfe0cc;
}

.error {
    border: 1px solid #6a3d38;
    background: rgba(56, 32, 30, 0.75);
    color: #e5c2b7;
}

/* =========================================================
   Footer
   ========================================================= */

.theme-footer,
.footer,
#footer,
.dark-theme-footer {
    margin-top: 12px;
    border-top: solid 1px #303038;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    min-height: 50px;
    border-radius: 0;
    box-shadow: none;
}

.footer-inner,
.dark-footer-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 16px 0;
    text-align: center;
    color: #bb833b;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    overflow-wrap: anywhere;
}

.footer a:link,
.footer a:visited,
.footer a:active,
.footer-inner a:link,
.footer-inner a:visited,
.footer-inner a:active {
    color: #f9cc92;
    font-weight: bold;
}

.footer a:hover,
.footer-inner a:hover {
    color: #ffffff;
    font-weight: bold;
}

/* =========================================================
   Status text
   ========================================================= */

.online,
.status-online {
    color: #89b99d;
    font-weight: bold;
}

.offline,
.status-idle {
    color: #c58d86;
    font-weight: bold;
}

.glow-red {
    color: #dca08f;
    text-shadow: none;
}

/* =========================================================
   Legacy helpers
   ========================================================= */

.table2 {
    width: 100%;
    border-collapse: collapse;
}

.center {
    text-align: center;
}

.lgrad,
.rgrad,
.dgrad,
.dgradl,
.dgradr,
.linegrad {
    background: transparent !important;
}

/* =========================================================
   Main menu include styling
   ========================================================= */

.mainmenu-wrap {
    display: block;
}

.menu-group {
    margin-bottom: 14px;
}

.menu-group:last-child {
    margin-bottom: 0;
}

.menu-group-title {
    display: block;
    margin: 0 0 8px 0;
    padding: 0 0 6px 0;
    border: 0;
    border-bottom: 1px solid #6a6a72;
    background: transparent;
    color: #a88460;
    font-size: 16px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-variant: small-caps;
    font-weight: normal;
    letter-spacing: 0.5px;
    border-radius: 0;
}

.menu-links {
    display: none;
}

.menu-group-title {
    cursor: pointer;
    user-select: none;
}

.menu-link,
.menu-link-highlight,
.menu-staff-link {
    display: block;
    margin-bottom: 4px;
    padding: 0;
    color: #5ca2c5;
    background: transparent;
    border: 0;
    font-weight: normal;
    text-decoration: none;
}

.menu-link:hover,
.menu-link-highlight:hover,
.menu-staff-link:hover {
    color: #5ec9ff;
    background: transparent;
    border: 0;
    text-decoration: none;
}

.menu-staff-online-title {
    margin: 10px 0 6px 0;
    padding-top: 8px;
    border-top: 1px solid #56565e;
    color: #84663e;
    font-weight: normal;
    font-size: 15px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-variant: small-caps;
    letter-spacing: 0.5px;
}

.menu-staff-time {
    margin: 0 0 6px 0;
    color: #9a9688;
    font-size: 10px;
}

.menu-muted {
    color: #9a9688;
    font-size: 11px;
    padding: 0;
}

.menu-clock-box {
    margin-top: 14px;
    padding: 10px 0 0 0;
    border: 0;
    border-top: 1px solid #56565e;
    background: transparent;
    border-radius: 0;
    text-align: left;
}

.menu-clock-title {
    color: #84663e;
    font-size: 15px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-variant: small-caps;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    font-weight: normal;
}

.menu-clock-date {
    color: #bdb8ac;
    font-size: 11px;
    margin-bottom: 3px;
}

.menu-clock-time {
    color: #e0d8c7;
    font-size: 13px;
    font-weight: bold;
}

/* =========================================================
   Vitals / classic stat bars
   ========================================================= */

.vital-row {
    margin-bottom: 10px;
}

.vital-label {
    margin-bottom: 4px;
    color: #c4bda9;
    font-size: 11px;
    line-height: 1.4;
}

.vital-bar {
    position: relative;
    width: 100%;
    height: 10px;
    background: #1f1f24;
    border: 1px solid #49525c;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}

.vital-fill {
    height: 100%;
    border-radius: 0;
    transition: width 0.25s ease-in-out;
    box-shadow: none;
}

/* Header bar color hooks */
/*
.player_stats_bar_value.vital-energy {
    background: linear-gradient(to bottom, #6ed8ff 0%, #2563eb 100%);
}

.player_stats_bar_value.vital-will {
    background: linear-gradient(to bottom, #a78bfa 0%, #6d28d9 100%);
}

.player_stats_bar_value.vital-brave {
    background: linear-gradient(to bottom, #f087ff 0%, #a21caf 100%);
}

.player_stats_bar_value.vital-exp {
    background: linear-gradient(to bottom, #5eead4 0%, #0f9d8a 100%);
}

.player_stats_bar_value.vital-endurance {
    background: linear-gradient(to bottom, #ffd166 0%, #e08512 100%);
}

.player_stats_bar_value.vital-health {
    background: linear-gradient(to bottom, #ff7b89 0%, #dc2626 100%);
}

*/

.vital-energy {
    background: linear-gradient(to bottom, #5fd0ff 0%, #2f7bff 100%);
}

.vital-will {
    background: linear-gradient(to bottom, #9a8cff 0%, #5b4fe0 100%);
}

.vital-brave {
    background: linear-gradient(to bottom, #e07bff 0%, #9b3fd6 100%);
}

.vital-endurance {
    background: linear-gradient(to bottom, #ffc85a 0%, #d6841f 100%);
}

.vital-health {
    background: linear-gradient(to bottom, #ff6f7d 0%, #d62839 100%);
}

.vital-exp {
    background: linear-gradient(to bottom, #59e3d7 0%, #1fae9f 100%);
}

/* =========================================================
   Statbar wrapper
   ========================================================= */

.statbar-wrap {
    margin: 4px 0 8px 0;
    line-height: 0;
    white-space: nowrap;
    overflow: hidden;
}

.statbar-wrap img,
img[src*="greenbar.png"],
img[src*="redbar.png"],
img[src*="bluebar.png"],
img[src*="yellowbar.png"] {
    display: inline-block;
    vertical-align: middle;
    max-width: none !important;
    width: auto !important;
    height: 10px !important;
}

/* =========================================================
   Generic media
   ========================================================= */

iframe,
embed,
object,
video {
    max-width: none;
}

/* =========================================================
   Forum Blockquote (Quotes)
   ========================================================= */

blockquote {
    margin: 10px 0;
    padding: 10px 12px;
    background: rgba(58, 58, 64, 0.88);
    border: 1px solid #5a5a60;
    border-left: 4px solid #9a7650;
    color: #d1c7b8;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: none;
}

blockquote::before {
    content: "Quote";
    display: block;
    margin-bottom: 6px;
    color: #c49a63;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-variant: small-caps;
    font-size: 12px;
    border-bottom: 1px solid #6a6a72;
    padding-bottom: 3px;
}

blockquote blockquote {
    background: rgba(68, 68, 74, 0.92);
    border-left: 4px solid #6d89a8;
    margin-top: 8px;
}

blockquote::after {
    content: "";
    display: block;
    margin-top: 6px;
    border-top: 1px solid #4f4f56;
}

/* =========================================================
   Scrollbar
   ========================================================= */

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #1c1c20;
}

::-webkit-scrollbar-thumb {
    background: #49525c;
    border: 1px solid #626269;
}

::-webkit-scrollbar-thumb:hover {
    background: #5a6672;
}

.asset {
    white-space: nowrap;
    font-size: 13px;
}

.asset_label {
    font-family: Arial, Helvetica, sans-serif;
    color: #c7c2ac;
    font-size: inherit;
    font-weight: bold;
}

.asset_value {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #ffffff;
}

.header_quicklinks {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.84);
    border-top: 1px solid rgba(48, 67, 90, 0.85);
    line-height: 1.2;
}

.header_quicklink,
.header_quicklink:link,
.header_quicklink:visited,
.header_quicklink:active {
    margin: 0 0px;
    color: #b7c6dc;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
}

.header_quicklink:hover {
    color: #ffffff;
    text-decoration: none;
}

.header_quicklink_count {
    margin-left: 3px;
}

/* =========================================================
   Achievements
   ========================================================= */

.achievement-summary-box {
    margin-bottom: 16px;
    padding: 14px;
    border: 1px solid #555b63;
    background: rgba(56, 56, 62, 0.72);
}

.achievement-summary-top {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.achievement-summary-stat {
    min-width: 140px;
    padding: 10px 12px;
    border: 1px solid #50565d;
    background: rgba(48, 48, 54, 0.78);
}

.achievement-summary-number {
    display: block;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.1;
}

.achievement-summary-label {
    display: block;
    margin-top: 4px;
    color: #b7ac95;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.achievement-progress-shell {
    position: relative;
    width: 100%;
    height: 12px;
    overflow: hidden;
    background: #1f1f24;
    border: 1px solid #49525c;
}

.achievement-progress-bar {
    height: 100%;
    background: linear-gradient(to bottom, #b59c78 0%, #6f5d42 100%);
}

.achievement-filter-bar {
    margin-bottom: 14px;
}

.achievement-filter-link,
.achievement-filter-link:link,
.achievement-filter-link:visited,
.achievement-filter-link:active {
    display: inline-block;
    margin: 0 6px 6px 0;
    padding: 7px 10px;
    border: 1px solid #49525c;
    background: #2a2a30;
    color: #d7ccba;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.achievement-filter-link:hover,
.achievement-filter-link.active {
    background: #172432;
    color: #ffffff;
    border-color: #5ca2c5;
}

.achievement-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.achievement-card {
    border: 1px solid #50565d;
    background: rgba(50, 50, 56, 0.82);
    overflow: hidden;
}

.achievement-card-unlocked {
    border-color: #6b573b;
    box-shadow: inset 0 0 0 1px rgba(181, 156, 120, 0.08);
}

.achievement-card-locked {
    opacity: 0.88;
}

.achievement-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-bottom: 1px solid #454a52;
    background: rgba(60, 60, 66, 0.85);
}

.achievement-icon-wrap {
    width: 56px;
    height: 56px;
    border: 1px solid #49525c;
    background: #24242a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 56px;
}

.achievement-icon-image {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
}

.achievement-icon-placeholder {
    font-size: 24px;
    line-height: 1;
}

.achievement-card-head-meta {
    flex: 1;
    min-width: 0;
}

.achievement-card-title {
    color: #f1e6d4;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 4px;
}

.achievement-card-category {
    color: #8f9eb7;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.achievement-card-badge {
    padding: 6px 8px;
    border: 1px solid #49525c;
    background: #303036;
    color: #d9cfbe;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
}

.achievement-card-body {
    padding: 12px;
}

.achievement-card-description,
.achievement-card-requirement,
.achievement-card-reward,
.achievement-card-status {
    margin-bottom: 8px;
    line-height: 1.45;
}

.achievement-card-progress {
    position: relative;
    width: 100%;
    height: 10px;
    overflow: hidden;
    background: #1f1f24;
    border: 1px solid #49525c;
}

.achievement-card-progress-fill {
    height: 100%;
    background: linear-gradient(to bottom, #5ca2c5 0%, #355269 100%);
}

@media (max-width: 1020px) {
    .achievement-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   Mobile collapsible sidebar groups
   ========================================================= */

.menu-group {
    margin-bottom: 14px;
    border: 1px solid #555b63;
    background: rgba(58, 58, 64, 0.42);
}

.menu-group:last-child {
    margin-bottom: 0;
}

.menu-group-title {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 38px 10px 0;
    border: 0;
    background: transparent;
    color: #84663e;
    font-size: 16px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-variant: small-caps;
    font-weight: normal;
    letter-spacing: 0.5px;
    list-style: none;
    cursor: default;
    user-select: none;
}

.menu-group-title::-webkit-details-marker {
    display: none;
}

.menu-group-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-right: 2px solid #9aa7b6;
    border-bottom: 2px solid #9aa7b6;
    transform: rotate(45deg);
    opacity: 0;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-group-body {
    padding-top: 8px;
}

.menu-link,
.menu-link-highlight,
.menu-staff-link {
    display: block;
    margin-bottom: 4px;
    padding: 5px 8px 0px 0px !important;
    color: #5ca2c5;
    background: transparent;
    border: 0;
    font-weight: normal;
    text-decoration: none;
}



.menu-link:hover,
.menu-link-highlight:hover,
.menu-staff-link:hover {
    color: #5ec9ff;
    background: transparent;
    border: 0;
    text-decoration: none;
}

/* Desktop: always open visually */
@media (min-width: 1021px) {
    .menu-group {
        border: 0;
        background: transparent;
    }

    .menu-group-title {
        padding: 0 0 6px 0;
        margin: 0 0 8px 0;
        border-bottom: 1px solid #6a6a72;
        cursor: default;
    }

    .menu-group-title::after {
        display: none;
    }

    .menu-group-body {
        display: block !important;
        padding-top: 0;
    }
}

/* Mobile and tablet: collapsible */
@media (max-width: 1020px) {
    .menu-group {
        margin-bottom: 10px;
        padding: 0;
        overflow: hidden;
    }

    .menu-group[open] .menu-group-title {
        border-bottom: 1px solid #555b63;
        background: rgba(72, 72, 78, 0.55);
    }

    .menu-group[open] .menu-group-title::after {
        transform: rotate(225deg);
        margin-top: -2px;
        opacity: 1;
    }

    .menu-group:not([open]) .menu-group-title::after {
        opacity: 1;
    }

    .menu-group-title {
        padding: 12px 40px 12px 12px;
        margin: 0;
        border-bottom: 0;
        background: rgba(64, 64, 70, 0.35);
        cursor: pointer;
    }

    .menu-group-body {
        padding: 10px 12px 12px 12px;
    }

    .menu-link,
    .menu-link-highlight,
    .menu-staff-link {
        padding: 6px 0;
        margin-bottom: 0;
    }

    .menu-staff-online-title {
        margin-top: 10px;
    }
}
