/* CSS properties for this specific theme. */

/**************************************
 * Generic Page Setup
 **************************************/
 @font-face {
    font-family: 'baloo_paaji_2regular';
    src: url('../webfonts/baloopaaji2-regular-webfont.woff2') format('woff2'),
         url('../webfonts/baloopaaji2-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#castleflag {
    position:relative;
}

#img2 {
    position: absolute;
    left: 51px;
    top: 51px;
}


* {
    border-radius: 0 !important;
  }

body {
    font-family: 'baloo_paaji_2regular';
    font-weight: normal;
    font-style: normal;
}

.table-dark {
    --bs-table-bg: rgba(21,25,29,0.7);
    --bs-table-striped-bg: rgba(48,54,59,0.4);
}

.nav-link {
    color: #ced4da;
}

.navbar-times {
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    gap: 0.35rem !important;
}
.navbar-times--stacked {
    flex-direction: column;
    align-items: flex-end;
    font-size: 0.72rem;
    line-height: 1.1;
    gap: 0.2rem !important;
}
.navbar-time-row {
    display: grid;
    grid-template-columns: 6ch 9ch;
    align-items: baseline;
    column-gap: 0.35rem;
    white-space: nowrap;
}
.navbar-time-label {
    letter-spacing: 0.06em;
    opacity: 0.7;
}
.navbar-times--stacked .navbar-time-value {
    min-width: 0;
    text-align: right;
}
.navbar-time-value {
    display: inline-block;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    min-width: 60px;
    text-align: right;
}
.online-counts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-variant-numeric: tabular-nums;
    font-size: 0.72rem;
    line-height: 1.1;
    gap: 0.2rem;
}
.online-counts__row {
    display: grid;
    grid-template-columns: 7ch 5ch;
    align-items: baseline;
    column-gap: 0.35rem;
    white-space: nowrap;
}
.online-counts__label {
    letter-spacing: 0.06em;
    opacity: 0.7;
}
.online-counts__value {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    text-align: right;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        align-items: center;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        display: flex;
        align-items: center;
    }
}

.nav-link .active {
    background-color: rgba(255,255,255,0.7)!important;
}

 .pagecontainer { 
    padding-top:28px; 
    background-color: transparent;
    color: #ced4da;
}

.bg-dark {
    background-color: rgba(21,25,29,0.7)!important;
}

.teamicon {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 3em;
}

.img-thumbnail {
    padding: 0rem;
    border-width: 0;
}

.muhlogo {
    height: 40px;
}

.card {
    border: 1px solid #000;
    background-color: rgba(21,25,29,0)!important;
}

.dropdown-item {
    background-color: #ced4da;
}

.dropdown-menu {
    background-color: #ced4da;
}

.input {
    background-color: #ced4da;
}

.card-header {
    background-color: rgba(21,25,29,0.7);
}
.card-body {
    background-color: rgba(48,54,59,0.7);
}

.card-header img {
    max-height: 50px;
    width: auto;
}

.news-body img {
    max-width: 100%;
    max-height: 250px;
}
.news-panel .card-body {
    background: transparent;
}
.news-feed {
    margin: 0;
}
.news-feed__item {
    background: rgba(30,36,42,0.8);
    border-color: rgba(255,255,255,0.08);
}
.news-feed__item:nth-child(even) {
    background: rgba(26,32,38,0.78);
}
.news-feed__meta {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.55);
    margin-bottom: 0.25rem;
}
.news-feed__title {
    display: inline-block;
    font-weight: 600;
    color: #f0f3f7;
    text-decoration: none;
}
.news-feed__title:hover,
.news-feed__title:focus {
    color: #ffffff;
    text-decoration: underline;
}
.news-feed__excerpt {
    margin: 0.35rem 0 0.6rem;
    color: #c7d0da;
}
.news-feed__actions {
    display: flex;
    justify-content: flex-end;
}
.news-feed__actions .btn {
    border-color: rgba(255,255,255,0.3);
}

/* Account index */
.account-filters .form-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.65);
}
.account-filters .form-control,
.account-filters .form-select {
    background: rgba(18,22,28,0.85);
    border-color: rgba(255,255,255,0.12);
    color: #e6edf3;
}
.account-filters .form-control:focus,
.account-filters .form-select:focus {
    border-color: rgba(160,190,255,0.6);
    box-shadow: 0 0 0 0.2rem rgba(100,140,220,0.2);
}
.account-filters .input-group-text {
    background: rgba(18,22,28,0.85);
    border-color: rgba(255,255,255,0.12);
    color: #cfd6de;
}
.account-filters__actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1rem;
}
.account-filters__dateblock {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    background: rgba(18,22,28,0.5);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 6px;
    padding: 0.6rem 0.75rem;
}
.date-filter-title {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.6);
}
.date-field select {
    background: rgba(18,22,28,0.85);
    border: 1px solid rgba(255,255,255,0.12);
    color: #e6edf3;
    border-radius: 4px;
    padding: 0.15rem 0.35rem;
    font-size: 0.75rem;
}
.date-field-sep {
    opacity: 0.6;
}
.account-state-tabs {
    gap: 0.4rem;
    flex-wrap: wrap;
}
.account-state-tabs .nav-link {
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(18,22,28,0.7);
    color: #cfd6de;
}
.account-state-tabs .nav-link.active {
    background: rgba(255,255,255,0.14);
    border-color: rgba(255,255,255,0.25);
    color: #ffffff;
}
.account-state-tabs .nav-link:hover,
.account-state-tabs .nav-link:focus {
    color: #ffffff;
}
.master-index-table,
.account-index-table,
.character-index-table {
    font-size: 0.75rem;
}
.card-footer {
    background-color: rgba(21,25,29,0.7);
}

.carousel-indicators {
    margin-bottom: 2rem;
}
.table {
    color: #ced4da;
}
a {
    color: #fff;
}

/* Ranking pages */
.ranking-card {
    border-color: rgba(255,255,255,0.08);
}
.ranking-hero {
    padding: 12px 16px;
    border: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(135deg, rgba(16,19,23,0.9), rgba(30,36,42,0.7));
    box-shadow: 0 10px 24px rgba(0,0,0,0.25);
}
.ranking-card .card-header {
    background: rgba(18,22,28,0.85);
}
.ranking-card .card-body {
    background: rgba(30,36,42,0.8);
}
.ranking-table {
    --bs-table-bg: rgba(18,22,28,0.75);
    --bs-table-striped-bg: rgba(40,47,54,0.55);
    --bs-table-hover-bg: rgba(255,255,255,0.04);
}
.ranking-row--top {
    background: rgba(255,255,255,0.06);
}
.ranking-row--top > * {
    background-color: rgba(255,255,255,0.06);
}
.ranking-row--top td {
    color: #f0e6d2;
}
.ranking-row--top a {
    color: #f7ddb0;
}
.ranking-badge {
    display: inline-block;
    min-width: 2.2rem;
    padding: 0.25rem 0.55rem;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.08);
    color: #d7dee5;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.02em;
    border-radius: 999px !important;
}
.ranking-badge--top {
    border-color: rgba(220,170,70,0.45);
    background: rgba(220,170,70,0.22);
    color: #f7d690;
}
.ranking-avatar {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(0,0,0,0.35);
    border-radius: 50% !important;
    object-fit: contain;
}
.ranking-avatar--sm {
    width: 32px;
    height: 32px;
}
.ranking-thumb {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(0,0,0,0.35);
    border-radius: 8px !important;
    object-fit: contain;
}
.ranking-thumb--lg {
    width: 80px;
    height: 80px;
}
.mvp-media {
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(0,0,0,0.35);
    border-radius: 10px;
}
.mvp-media--flat {
    border: 0;
    background: transparent;
}
.mvp-single-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.mvp-single-hero__name {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}
.mvp-media--sm {
    width: 80px;
    height: 80px;
}
.mvp-media__img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.mvp-media__name {
    margin-top: 6px;
    font-size: 0.85rem;
    line-height: 1.2;
    text-align: center;
}
.ranking-table--compact td,
.ranking-table--compact th {
    padding: 0.45rem 0.6rem;
}
.ranking-rank {
    font-weight: 600;
    letter-spacing: 0.02em;
}
.ranking-kills {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}
.ranking-emblem {
    width: 24px;
    height: 24px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(0,0,0,0.35);
    border-radius: 6px !important;
    object-fit: contain;
}

/* BGStats pages */
.bgstats-form {
    padding: 12px 16px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(20,24,30,0.8);
    box-shadow: 0 10px 22px rgba(0,0,0,0.18);
}
.bgstats-form p {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    align-items: center;
}
.bgstats-form label {
    margin-bottom: 0;
    font-size: 0.85rem;
    color: #b9c2cc;
}
.bgstats-form select,
.bgstats-form input[type="text"] {
    min-width: 180px;
    padding: 0.35rem 0.55rem;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.06);
    color: #e6edf5;
}
.bgstats-form input[type="submit"],
.bgstats-form input[type="button"] {
    padding: 0.35rem 0.85rem;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.1);
    color: #e6edf5;
}
.bgstats-form input[type="submit"]:hover,
.bgstats-form input[type="button"]:hover {
    background: rgba(255,255,255,0.18);
}
.bgstats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-auto-rows: 1fr;
    gap: 1rem;
}
.bgstats-tile {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(18,22,28,0.85);
    box-shadow: 0 12px 24px rgba(0,0,0,0.2);
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.bgstats-tile:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(0,0,0,0.28);
}
.bgstats-tile__media {
    background: linear-gradient(180deg, rgba(10,12,16,0.9), rgba(18,22,28,0.8));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
}
.bgstats-tile img {
    width: 100%;
    height: 140px;
    object-fit: contain;
    display: block;
    filter: saturate(0.9);
}
.bgstats-tile__label {
    margin-top: auto;
    display: block;
    padding: 0.65rem 0.75rem;
    font-weight: 600;
    color: #d7dee5;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.8rem;
}


/**************************************
 * Standard Element Overrides
 **************************************/
h3 { padding-top: 10px; }


input[type="text"], input[type="password"] {
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #ced4da;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}















/**************************************
 * Navigation Bar
 **************************************/
.shrink-sm { text-align: left; }

@media (max-width: 1199.98px){
	.shrink-sm { text-align: center; }
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/**************************************
 * Footer
 **************************************/
.footer-social { padding: 0px 5px 0px 5px; }
.social-icon { font-size: 2em; display: inline-block; height: 50px; width: 50px; padding: 0px; }
.icon-facebook { background-color: #4267B2; }
.icon-twitter { background-color: #1DA1F2; }
.icon-discord { background-color: #7289DA; }
.icon-rms { background: #94c4ec url('../img/rms.png') no-repeat center; background-size: 38px; }
.icon-youtube { background-color: #FF0000; }
.icon-instagram{ background-color: #833AB4; }
.icon-twitch { background-color: #6441A4; }

.footer-link a:link, .footer-link a:hover, .footer-link a:focus, .footer-link a:active, .footer-link a:visited { color: #fff !important; }
.footer-link div ul { padding-left: 0px; }
.footer-link div ul li { list-style: none; }

/* Character view refresh */
.character-view {
    --cv-ink: #f2f6fa;
    --cv-muted: #a7b4c2;
    --cv-accent: #f0b35a;
    --cv-accent-2: #4ecdc4;
    --cv-surface: rgba(14, 20, 28, 0.9);
    --cv-surface-2: rgba(20, 29, 40, 0.9);
    --cv-border: rgba(240, 179, 90, 0.35);
    background:
        radial-gradient(900px 460px at 10% -10%, rgba(78, 205, 196, 0.25), transparent 60%),
        radial-gradient(760px 420px at 110% 10%, rgba(240, 179, 90, 0.25), transparent 55%),
        linear-gradient(180deg, rgba(9, 13, 18, 0.95), rgba(12, 17, 23, 0.95));
    border: 1px solid rgba(240, 179, 90, 0.2);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.35);
    padding: 18px;
    animation: cv-rise 0.45s ease-out both;
}

.character-hero {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 14px;
    background: linear-gradient(120deg, rgba(18, 26, 36, 0.95), rgba(25, 35, 48, 0.95));
    border: 1px solid rgba(78, 205, 196, 0.25);
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
    animation: cv-hero 0.55s ease-out both;
}

.character-hero::after {
    content: "";
    position: absolute;
    top: -30%;
    right: -10%;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(240, 179, 90, 0.22), transparent 65%);
    pointer-events: none;
}

.character-hero__media {
    flex: 0 0 140px;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(12, 18, 25, 0.8);
    border: 1px solid rgba(240, 179, 90, 0.25);
    padding: 8px;
}

.character-hero__media .character-preview {
    max-width: 100%;
    max-height: 170px;
    height: auto;
    display: block;
}

.character-hero__content {
    flex: 1 1 auto;
    position: relative;
    z-index: 1;
}

.character-hero__title {
    margin: 0;
    color: var(--cv-ink);
    font-size: 1.65rem;
    letter-spacing: 0.02em;
}

.character-hero__subtitle {
    margin-top: 4px;
    color: var(--cv-muted);
    font-size: 0.95rem;
}

.character-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.character-hero__placeholder {
    color: var(--cv-muted);
    font-size: 2rem;
    line-height: 1;
}

.character-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    border: 1px solid rgba(78, 205, 196, 0.35);
    background: rgba(15, 22, 30, 0.75);
    color: var(--cv-ink);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.character-pill a {
    color: var(--cv-ink);
    text-decoration: none;
    text-transform: none;
}

.character-pill a:hover {
    color: var(--cv-accent);
}

.character-status.is-online {
    border-color: rgba(116, 242, 167, 0.5);
    color: #74f2a7;
}

.character-status.is-offline {
    border-color: rgba(243, 135, 135, 0.5);
    color: #f38787;
}

.character-section {
    margin-bottom: 16px;
    animation: cv-fade 0.5s ease-out both;
}

.character-section:nth-of-type(2) { animation-delay: 0.05s; }
.character-section:nth-of-type(3) { animation-delay: 0.1s; }
.character-section:nth-of-type(4) { animation-delay: 0.15s; }
.character-section:nth-of-type(5) { animation-delay: 0.2s; }

.character-section__title {
    margin: 16px 0 8px;
    color: var(--cv-ink);
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.character-card {
    background: var(--cv-surface);
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.character-card__body {
    padding: 12px 14px;
    color: var(--cv-muted);
}

.character-view .character-table {
    color: var(--cv-ink);
    border-collapse: collapse;
}

.character-view .character-table th {
    background-color: rgba(18, 26, 36, 0.95) !important;
    color: var(--cv-muted);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.character-view .character-table td {
    background-color: rgba(22, 32, 44, 0.9) !important;
}

.character-view .character-table tr:nth-child(even) td {
    background-color: rgba(28, 40, 53, 0.9) !important;
}

.character-view .character-table tr:hover td {
    background-color: rgba(35, 50, 65, 0.95) !important;
}

.character-view .character-table tr.equipped td {
    background-color: rgba(78, 205, 196, 0.2) !important;
}

.character-tabs {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 12px;
}

.character-tabs .nav-link {
    color: var(--cv-muted);
    background: rgba(12, 18, 25, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: none;
    margin-right: 6px;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.character-tabs .nav-link.active {
    color: var(--cv-ink);
    background: rgba(22, 32, 44, 0.95);
    border-color: rgba(240, 179, 90, 0.4);
}

.character-tab-content {
    padding-top: 8px;
}

.character-equip {
    display: grid;
    gap: 10px;
}

.character-equip--gear {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
        "head_top head_mid"
        "head_low armor"
        "weapon shield"
        "garment shoes"
        "acc_right acc_left"
        "ammo ammo";
}

.character-equip--aux {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
        "head_top head_mid"
        "head_low armor"
        "weapon shield"
        "garment shoes"
        "acc_right acc_left";
}

.character-equip--costume {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas:
        ". costume_head_top ."
        ". costume_head_mid ."
        ". costume_head_low ."
        ". costume_garment .";
}

.character-equip--shadow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas:
        "shadow_shield shadow_armor shadow_weapon"
        "shadow_acc_left shadow_shoes shadow_acc_right";
}

.equip-slot {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(14, 20, 28, 0.7);
    padding: 8px;
    min-height: 64px;
}

.equip-slot__label {
    color: var(--cv-muted);
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.equip-slot__item {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
}

.equip-slot__icon {
    width: 22px;
    height: 22px;
}

.equip-slot__refine {
    color: var(--cv-accent);
    font-size: 0.75rem;
}

.equip-slot__name a {
    color: var(--cv-ink);
    text-decoration: none;
}

.equip-slot__name a:hover {
    color: var(--cv-accent);
}

.equip-slot__empty {
    color: var(--cv-muted);
    font-size: 0.75rem;
    margin-top: 6px;
}

.equip-slot--head_top { grid-area: head_top; }
.equip-slot--head_mid { grid-area: head_mid; }
.equip-slot--head_low { grid-area: head_low; }
.equip-slot--weapon { grid-area: weapon; }
.equip-slot--shield { grid-area: shield; }
.equip-slot--armor { grid-area: armor; }
.equip-slot--garment { grid-area: garment; }
.equip-slot--shoes { grid-area: shoes; }
.equip-slot--acc_left { grid-area: acc_left; }
.equip-slot--acc_right { grid-area: acc_right; }
.equip-slot--ammo { grid-area: ammo; }
.equip-slot--costume_head_top { grid-area: costume_head_top; }
.equip-slot--costume_head_mid { grid-area: costume_head_mid; }
.equip-slot--costume_head_low { grid-area: costume_head_low; }
.equip-slot--costume_garment { grid-area: costume_garment; }
.equip-slot--shadow_weapon { grid-area: shadow_weapon; }
.equip-slot--shadow_shield { grid-area: shadow_shield; }
.equip-slot--shadow_armor { grid-area: shadow_armor; }
.equip-slot--shadow_shoes { grid-area: shadow_shoes; }
.equip-slot--shadow_acc_left { grid-area: shadow_acc_left; }
.equip-slot--shadow_acc_right { grid-area: shadow_acc_right; }

.character-view .character-stats td {
    color: var(--cv-ink);
}

.character-view .stat-name {
    color: var(--cv-muted);
}

.character-view .online {
    color: #74f2a7;
}

.character-view .offline {
    color: #f38787;
}

.character-view .not-applicable {
    color: var(--cv-muted);
}

.character-view a {
    color: var(--cv-accent-2);
}

.character-view a:hover {
    color: var(--cv-accent);
}

.character-view p {
    color: var(--cv-muted);
}

@media (max-width: 768px) {
    .character-hero {
        flex-direction: column;
        align-items: flex-start;
    }

    .character-hero__media {
        width: 100%;
    }

    .character-equip--gear {
        grid-template-areas:
            "head_top head_mid"
            "head_low armor"
            "weapon shield"
            "garment shoes"
            "acc_right acc_left"
            "ammo ammo";
    }

    .character-equip--aux {
        grid-template-areas:
            "head_top head_mid"
            "head_low armor"
            "weapon shield"
            "garment shoes"
            "acc_right acc_left";
    }

    .character-equip--costume {
        grid-template-areas:
            "costume_head_top costume_head_mid"
            "costume_head_low costume_garment";
    }

    .character-equip--shadow {
        grid-template-areas:
            "shadow_shield shadow_weapon"
            "shadow_armor shadow_shoes"
            "shadow_acc_left shadow_acc_right";
    }
}

@keyframes cv-rise {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes cv-hero {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes cv-fade {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}
