:root {
    --primaryColor: #6aa6eb;
    --transparentPrimaryColor: #6aa6eb5c;
    --leaderBoardTopColor: #fcb434;
}

#view > .main--wrapper .container {
    display: flex;
    gap: 30px;
}

div#styleToggle i {
    color: white;
    font-size: 20px;
    margin-right: 20px;
    position: relative;
    top: 2px;
    cursor: pointer;
}

#sidebar {
    width: 350px;
}


body {
    font-family: 'Raleway', sans-serif;
    transition: ease 0.3s;
}

#content {
    width: 100%;
    flex: 1;
}

#styleToggle {
    height: 30px;
}

.navbar-expand-lg .navbar-nav {
    gap: 20px;
}

#styleToggle svg {
    width: 30px;
    stroke: white;
}

body:not(.dark) .dark-btn {
    display: none;
}

body:not(.light) .light-btn {
    display: none;
}

#styleToggle .dark-btn svg {
    width: 23px;
}

.light-btn, .dark-btn {
    position: absolute;
}

#styleToggle {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    margin-right: 15px;
    position: relative;
    top: 1px;
    cursor: pointer;
}

#header .navbar {
    padding: 0px;
    height: 72px;
}

.dropdown-toggle::after {
    display: none;
}

#header .nav-link {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

#header .logo {
    max-width: 180px;
}

#header .breathing-logo {
    animation: breathing 5s infinite;
}

@keyframes breathing {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05); 
    }
    100% {
        transform: scale(1);
    }
}

#header .nav-link:hover, .nav-link:focus {
    color: white !important;
}

#header .nav-link {
    color: #ffffffbb;
}

.server-status {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.05), 0 8px 10px -6px rgb(0 0 0 / 0.01);
    height: 57px;
    background: var(--primaryColor) !important;
    color: white !important;
    outline-offset: -2px;
    outline: 1px solid #ffffff82;
    border: 1px solid #0000002b !important;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 8px;
    font-weight: bold;
    color: white;
    font-size: 15px;
}

.small .news-post {
    display: flex;
    flex-direction: column;
}

#news-collection.small {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 25px;
}

.small .news-text {
    background: white;
    padding: 30px;
    border-radius: 0px 0px 10px 10px;
    margin-top: 0px !important;
}

.small .news-image {
    border-radius: 10px 10px 0px 0px !important;
    height: 162px;
    width: auto;
    max-width: initial;
}

div#hero-space {
    margin-bottom: 30px;
}

.small .news-text {
    margin-top: 20px;
}


.small .news-title {
    font-size: 22px;
}

form.d-flex.search {
    position: relative;
    display: flex;
    align-items: center;
}

form.d-flex.search i {
    position: absolute;
    left: 20px;
    font-size: 14px;
    color: white;
}

.server-status .count {
    margin-left: auto;
    background: #06060629;
    color: white !important;
    padding: 5px 15px;
    font-size: 11px;
    border-radius: 100px;
}

div#sidebar {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

div#twitter {
    margin-top: -8px;
}

.alert-light {
    background: #fff;
    border-width: 2px !important;
    color: #a3a3a3;
}

#header input {
    padding-left: 45px !important;
    min-width: 215px;
}

#header .nav-link.active {
    color: white !important;
}

.header-logo.header-bg img {
    object-fit: contain;
    filter: grayscale(1);
    opacity: .075;
    transform: rotate(353deg);
}

.alert {
    border-color: transparent !important;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    font-size: 14px;
}

img {
    max-width: 100%;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

a.donator {
    color: #00b9a7 !important;
}

a.admin {
    color: red !important;
}

#header .navbar {
    background: transparent !important;
}

#header {
    background: #d5d5d5;
}

.main--wrapper {
    padding-top: 30px;
    padding-bottom: 40px;
}

#header > .container {
    padding: 40px 0;
    padding-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#view {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#header input {
    border-radius: 100px;
    padding: 0 20px;
    height: 39px;
    color: white;
    background: #0000001c;
    box-shadow: none !important;
    border: none !important;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

#header input::placeholder {
    color: #ffffffbb;
}

#header {
    position: relative;
}

#header:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(180deg, #0000004f, transparent);
    bottom: 0;
    height: 100px;
}

.header-bg {
    overflow: hidden;
}

h6.dropdown-header {
    font-weight: 800;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #939393;
}

.header-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .95;
}

#header > .container {
    position: relative;
    z-index: 1000;
}

#header > nav {
    position: relative;
    z-index: 2500;
}

.header-bg {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    bottom: 0;
}

.dropdown-menu {
    border: none !important;
}

.dropdown-menu {
    width: -webkit-fill-available;
}

#foot {
    background: #101010;
    margin-top: auto;
}

#foot .top {
    display: flex;
    align-items: center;
    padding: 20px 0px;
    border-bottom: 1px solid #ffffff0d;
}

#foot .logo {
    margin-top: 30px;
    width: 100px;
    height: 100px;
    transition: all 1s ease;
}

@media (max-width: 768px) {
    #foot .logo {
        margin-right: auto;
        margin-left: auto;
    }
}

#foot .top h1 {
    font-weight: 900;
    margin: 0;
    line-height: 1;
    font-size: 28px;
    text-transform: uppercase;
    color: white;
}

#foot .top .right {
    margin-left: auto;
    display: flex;
    gap: 30px;
}

#foot .top .right a {
    text-transform: uppercase;
    color: #676767;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none !important;
}

#foot .middle {
    display: flex;
    align-items: center;
    padding: 35px 0px;
    color: #464646;
    font-weight: bold;
    font-size: 14px;
}

#foot .middle .text {
    line-height: 1.65;
}

#foot .middle .text > span {
    color: #5e5e5e;
    font-size: 16px;
}

#foot .middle .text > span strong {
    color: #8f8f8f;
}

#foot .watermark {
    width: 48px;
    margin-left: auto;
}

#foot .watermark path {
    fill: #2e2e2e;
}

.main--wrapper {
    flex: 1;
}



div#hero-space {
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #efefef;
    padding: 26px 0;
    text-align: center;
    font-weight: bold;
    color: #9f9f9f;
    font-size: 14px;
    margin-top: 30px;
}

.news-title span {
    line-height: 1.5;
    background: #d74f4f;
    font-size: 12px;
    color: white;
    padding: 5px 14px;
    border-radius: 100px;
}

.news-image {
    max-width: 45%;
}

.news-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-post.large {
    display: flex;
    gap: 30px;
    max-height: 300px;
}

.news-text {
    flex: 1;
    font-size: 15px;
    line-height: 25px;
}

.alert {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.05), 0 8px 10px -6px rgb(0 0 0 / 0.01);
    margin-bottom: 25px;
}

.news-title {
    font-weight: 700;
    font-size: 24px;
}

.news-desc {
    font-weight: 500;
    color: grey;
    margin-top: 5px;
    max-height: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-mask-image: linear-gradient(180deg, #000 60%, transparent);
}

.news-image {
    border-radius: 10px;
    overflow: hidden;
}

.user-meta {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-top: 15px;
    gap: 10px;
}

#foot .top .right a:hover {
    color: white !important;
}

#foot .top .right a {
    transition: all .15s linear;
}

.user-meta .avatar img {
    border-radius: 5px !important;
}

.user-meta .avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 22px;
    height: 22px;
    overflow: hidden;
}

.user-meta a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.user-meta > span {
    color: silver;
    font-weight: 500;
    font-size: 15px;
}

.card-body.card-friends {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    display: grid;
    gap: 20px;
}

.card-body.card-friends img {
    max-width: 35px;
    border-radius: 8px;
    margin: 0 auto;
}

.card-body.card-friends a {
    display: flex;
}

.server-status.cta {
    text-transform: uppercase;
    justify-content: center;
    cursor: pointer;
}

.hero-card.card {
    background: black;
    margin-bottom: 25px;
    text-align: center;
}

.viewed {
    margin-left: 5px;
    color: #c1c1c1;
    position: relative;
    font-size: 14px;
}

.hero-card.card {
    background: url(/images/background.jpg);
    background-position: top;
    background-size: cover;
    outline: 1px solid #ffffff5e;
    outline-offset: -2px;
    border: 1px solid black !important;
    text-shadow: 2px 2px 1px #000000b5;
}

.status-label.green {
    background: #18c61833;
    color: green;
}

.status-label {
    background: #ddddddb8;
    font-size: 11px;
    padding: 5px 25px;
    margin-left: 6px;
    border-radius: 7px;
    position: relative;
    top: -1px;
    font-weight: 800 !important;
    color: white;
}

.status-label.yellow {
    background: #ffa5004a;
    color: #c67600;
}

.hero-card.card p {
    margin: 0px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11px;
    color: white;
    opacity: .75;
}

.hero-card.card .card-body {
    padding: 40px !important;
}

.user-btn .dropdown-menu {
    margin-top: 10px;
}

.hero-card.card h1 {
    font-weight: 900;
    text-transform: uppercase;
    color: white;
    font-size: 32px;
}

.user-btn.signed-in {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

#accountDropdown {
    display: flex;
    align-items: center;
    gap: 7px;
}

.user-btn .avatar {
    width: 39px;
    height: 39px;
    padding: 4px;
    background: #00000017;
}


.form-label {
    font-weight: 800;
    color: #595959;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.dark .form-label {
    color: #979797;
}

a {
    text-decoration: none !important;
}

.btn-block {
    display: block;
    width: 100%;
}

.return-to {
    text-align: center;
    margin-top: 15px;
}

.return-to > a span {
    color: black;
}

.dark .return-to > a span {
    color: var(--primaryColor);
}

.return-to > a {
    color: grey;
    font-weight: bold;
    text-decoration: none !important;
    font-size: 13px;
}

.form-select, .form-control {
    font-weight: 600;
}

textarea.form-control {
    height: auto;
}

.login-btn {
    padding: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 12px;
}

.form-text {
    color: darkgrey;
    font-weight: bold;
    font-size: 12px;
    margin-top: 7px;
}

.user-btn.signed-in .username {
    font-weight: bold;
    color: white;
}

.username {
    text-decoration: none;
}

#content.login-wrapper {
    max-width: 500px;
    margin: 0 auto;
}

.new-ticket-wrapper {
    
    margin: 0 auto;
}

.ticket--view #sidebar .card ol {
    font-size: 15px;
    font-weight: 700;
}

.user-btn {
    margin-left: 5px;
}

.user-btn .fa-angle-down {
    color: white;
    font-size: 11px;
    opacity: .75;
}

.ticket--view #sidebar .card {
    font-weight: 600;
}

.user-btn {
    cursor: pointer;
}

.post-status {
    margin-left: auto;
}

div#sidebar.end {
    order: 5;
}

.fw-bold.sub--heading {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: grey;
    margin-bottom: 2px;
}

.status--label {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #d9d9d9c9;
    padding: 8px 20px;
    border-radius: 6px;
    color: white;
}

.dropdown-toggle {
    text-decoration: none !important;
}

.post-status .dropdown-menu li > a {
    background: transparent !important;
    text-align: center;
}

.status--label.red {
    background: #ff00002b;
    color: red;
}

.status--label.green {
    background: #33800042;
    color: green;
}

.post-status .dropdown-menu {
    box-shadow: 0px 4px 20px #0000002e !important;
    margin-top: 10px !important;
}

.btn.btn-primary {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.05), 0 8px 10px -6px rgb(0 0 0 / 0.01);
    background: var(--primaryColor) !important;
    color: white !important;
    outline-offset: -2px;
    outline: 1px solid #ffffff82;
    border: 1px solid #0000002b !important;
}

.btn.btn-primary.small {
    font-size: 10px;
    margin-top: 10px;
}

.btn.btn-green {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.05), 0 8px 10px -6px rgb(0 0 0 / 0.01);
    background: #1ac60e !important;
    color: white !important;
    outline-offset: -2px;
    outline: 1px solid #ffffff82;
    border: 1px solid #0000002b !important;
}
.btn.btn-red {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.05), 0 8px 10px -6px rgb(0 0 0 / 0.01);
    background: #c60e0e !important;
    color: white !important;
    outline-offset: -2px;
    outline: 1px solid #ffffff82;
    border: 1px solid #0000002b !important;
}

.news-title span {
    background: var(--primaryColor) !important;
    outline-offset: -2px;
    outline: 1px solid #ffffff82;
    border: 1px solid #0000002b !important;
}

.dark .staff-info.card-body.text-center {
    background: transparent !important;
}

.dark .staff-avatar {
    background: #ffffff0a;
}

@media screen and (max-width: 1040px) {
    .ms-lg-3.me-auto.node-meta {
        display: none;
    }

    #content.forum-wrap .list-group-item {
        gap: 20px;
    }
}


@media screen and (max-width: 768px) {
    #header .user-btn {
        justify-content: center;
    }

    .comment .avatar {
        margin-right: 15px;
    }

    .user-btn > a {
        color: white !important;
        font-size: 16px;
        height: 37px !important;
    }

    .user-btn a {
        color: black !important;
        padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
        font-weight: 600;
        font-size: 16px !important;
        letter-spacing: 1.4px;
        text-transform: uppercase;
    }

    #header .user-btn {
        margin-top: 10px !important;
        margin-bottom: 5px !important;
    }

    .user-btn {
        width: 100%;
    }

    form .row {
        flex-direction: column !important;
    }

    form .row .col-3 {
        width: 100% !important;
    }

    .hero-card.card {
        margin-top: 15px !important;
        margin-bottom: 20px !important;
    }

    .post-view.flex {
        margin-top: 15px;
    }

    .staff--view #section-above {
        margin-bottom: 15px !important;
    }

    .card .stat-grid, .card .stat-grid.two {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .stat-grid {
        gap: 15px !important;
    }

    #styleToggle svg {
        width: 30px;
        stroke: white;
        margin-left: 15px;
    }

    .node-meta {
        display: none;
    }

    .node-user {
        display: none !important;
    }

    .forum-list .list-group-item {
        gap: 15px;
    }

    #view > .main--wrapper .container, #news-collection.small, div#sidebar, #content.forum-wrap {
        gap: 15px !important;
    }

    #news-collection {
        margin-bottom: 15px;
    }

    .header-bg {
        background-size: auto !important;
    }

    .dark .header-bg {
        background-size: auto !important;
    }

    .large .news-text {
        border-radius: 8px !important;
    }

    #news-collection.small, .card.card-feed {
        margin-top: 15px !important;
    }

    .alert {
        margin-bottom: 15px;
    }

    #content #news-collection.small.two {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    #header .navbar {
        background: #00000057 !important;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 5001 !important;
        padding-top: 20px;
        backdrop-filter: blur(6px);
    }

    .navbar-expand-lg .navbar-nav {
        gap: 10px;
        padding-top: 15px;
        margin-bottom: 0px !important;
        text-align: center;
        border-top: 1px solid #ffffff24 !important;
    }

    #header .navbar .container {
        padding: 0px;
        justify-content: center;
    }

    div#header {
        padding-top: 72px;
    }

    .navbar-expand-lg .user-btn, .navbar-expand-lg .search {
        display: none !important;
    }

    .navbar-toggler {
        margin-bottom: 20px;
        outline: none !important;
        box-shadow: none !important;
        border: none !important;
        background: white !important;
    }

    #header .nav-link {
        color: white !important;
        font-size: 16px;
    }

    #foot .top {
        display: none !important;
    }

    #foot .watermark {
        display: none !important;
    }

    #foot .middle .text {
        margin: 0 auto;
        text-align: center;
        font-size: 13px;
    }

    #foot .middle {
        padding: 40px 0px;
    }

    #foot .middle .text > span {
        font-size: 15px;
    }

    .staff-info {
        padding-top: 18px !important;
    }

    #staff {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        gap: 15px !important;
    }

    #section-above {
        flex-direction: column;
        gap: 15px !important;
        margin-bottom: 15px;
    }

    div#section-above .alert {
        margin: 0px !important;
    }

    div#section-above .server-status {
        flex: none !important;
        max-width: 100% !important;
    }

    #view > .main--wrapper .container {
        flex-direction: column !important;
    }

    div#sidebar {
        width: auto !important;
        flex: 1 !important;
    }

    #news-collection.small {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .small .news-text {
        flex: 0 !important;
    }

    .small .news-image {
        max-height: 155px !important;
    }

    .news-post.large {
        flex-direction: column !important;
    }

    .large .news-image {
        max-width: 100% !important;
    }

    .forum-list a.fw-bold {
        display: flex;
        align-items: center;
    }

    #header .navbar-expand-lg .user-btn {
        display: flex !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .staff-member.card {
        flex: 1;
    }

    .staff--view #section-above {
        margin-bottom: 15px !important;
    }

    .card-header.flex.left {
        display: block !important;
    }

    .status--label {
        padding-top: 10px;
        font-size: 70%;
        width: fit-content;
    }

    .post-title.ticket {
        padding-top: 5px;
    }

    div.post-status.ticket .dropdown .dropdown-menu {
        width: auto;
    }

    div.post-status.ticket .dropdown .dropdown-menu .status--label {
        width: 185px;
    }

    .avatar.xm.ticket {
        margin-right: 10px;
    }

    .avatar.xm.forum {
        margin-right: 10px;
    }

    .avatar.xm.log {
        display: none;
    }

    .avatar.xm.statistic {
        margin-right: 10px;
    }

    .card-feed-meta.ticket {
        margin-bottom: 10px;
    }

    .dropdown-menu .show {
        font-size: 75%;
    }

    .policy p {
        text-align: center;
        margin-left: 0 !important;
    }

    .policy.tickets {
        margin-top: 15px;
    }

    .cta.tickets {
        margin-bottom: 15px;
    }

    .ticket-status-title {
        width: 140px !important;
    }

    .ticket-title {
        width: 40%;
    }

    .ticket-last-reply {
        display: none;
    }

    .status-label {
        margin-left: 20px;
        display: table-caption;
    }

    .section-title.leaderboard {
        display: none !important;
    }

    .stat-grid.top-players {
        display: block;
    }

    .player-card {
        margin-bottom: 10px;
    }

    .error-container {
        margin-left: 5%;
    }

    .col-md-3.mb-3.badge-display {
        margin-top: 10px;
        padding: 0;
    }

    .notification {
        bottom: 11px !important;
        right: 105px !important;
    }
}

.ticket-status-title {
    width: 280px;
}

.pagination {
    margin-bottom: 0px !important;
}

.dark .comment.comment--reply {
    border: 1px solid #292828;
    background-color: #222222;
}

.comment.comment--reply {
    background: #f9f9f9;
    border: 1px solid #e6e6e6;
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
    font-size: 15px;
}

.comment.comment--reply.sub-reply {
    margin-left: 15px;
}

.comment.comment--reply .avatar {
    max-width: 40px;
    height: 40px;
    padding: 5px;
}

.comment {
    display: flex;
    flex: 1;
    align-items: center;
}

.fw-bold p {
    margin-bottom: 0;
}

.pagination {
    margin-top: 20px;
}

.pagination a {
    font-weight: bold;
    color: black !important;
}

.dark .pagination a {
    color: white !important;
}

.dark .page-link, .dark .page-link:hover {
    background: #1d1d1d;
    border-color: #333333;
}

.dark .pagination .page-item.disabled a {
    background: #333333c9;
    border-color: #333333;
}

.card-feed-list.card-recent {
    border: none !important;
}

.list-group-item:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.list-group-item:last-child {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}



#hero-space .h-item {
    background: #f6f6f6;
    padding: 23px;
    text-align: left;
    border-radius: 10px;
}

#hero-space {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 25px;
}

#hero-space .h-item h2, #hero-space .h-item p {
    margin: 0;
}

#hero-space .h-item h2 {
    font-weight: 700;
    color: black;
    font-size: 20px;
    margin: 1px 0px;
}

#hero-space .discount {
    color: #9f9f9f;
    text-decoration: line-through;
}

#hero-space .h-item p {
    color: #d90d28;
}

#hero-space .h-item {
    display: flex;
    align-items: center;
}

#hero-space .h-item .icon {
    width: 50px;
    height: 50px;
    margin-right: 18px;
    border-radius: 9px !important;
}

#hero-space .icon.placeholder {
    background: #dbdbdb;
}

#hero-space .h-item .text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

#hero-space .h-item .text small {
    font-weight: 800 !important;
    color: #006cab;
}




.stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 25px;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
    gap: 25px;
}

.section-title .bar {
    flex: 1;
    height: 1px;
    background: #e9e9e9;
}

.section-title h1 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: .5px;
}

div#section-above .alert {
    flex: 1;
}

div#section-above .server-status {
    max-width: 350px;
    flex: 1;
}

#view > .main--wrapper .container.vert {
    flex-direction: column;
    gap: 0;
}

#section-above {
    display: flex;
    gap: 25px;
}

.player-card {
    background: white;
    padding: 0 23px;
    text-align: left;
    border-radius: 10px;
    height: 115px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.dark .player-card {
    background: #1e1e1e;
}

.stat-grid.top-players {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    margin-bottom: 25px;
}

.player-card h1 {
    color: white;
    margin: 0px;
    font-size: 20px;
    font-weight: 700;
}

.player-card .avatar {
    background-color: white;
    align-self: flex-start;
    height: 115px;
    overflow: hidden;
    border-radius: 10px;
    width: 95px;
}

.dark .player-card .avatar {
    background: #1e1e1e;
}

.player-card .avatar img {
    max-width: 81px;
}

.stat-grid.top-players .user-meta > a {
    font-size: 20px;
    font-weight: 800 !important;
}

.stat-grid.top-players {
}

.stat-grid.top-players .user-meta {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    margin-top: 0px;
}

.stat-grid.top-players .user-meta span {
    font-weight: 800;
    color: #ffffff;
    font-size: 11px;
    background: var(--leaderBoardTopColor);
    padding: 3px 12px;
    border-radius: 100px;
    margin-top: 2px;
    text-transform: uppercase;
    letter-spacing: .75px;
}



.list-group-item .user-meta > span {
    margin-left: auto;
}

.list-group-item .user-meta {
    display: inline-flex;
    margin: 0px;
}

.float-right {
    float: right;
    color: grey;
    font-weight: bold;
}

.card-body {
    padding: 25px !important;
    word-break: break-word;
}

.card-feed .list-group-item {
    word-break: break-word;
}

.card-feed .list-group-item .ms-lg-3.me-auto {
    flex: 1;
}

.card-header {
    font-weight: 800;
    color: #000;
    border-color: #e7e7e7;
    background: #f0f0f0;
}

.card-header p {
    margin-bottom: 0;
    font-size: 12px;
    color: silver;
}

.list-group-numbered > .list-group-item::before {
    color: #939393;
    font-weight: bold;
}

.list-group-item {
    padding: 15px 20px;
}

.card-header.text-sm {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #959595 !important;
}

.card {
    border-color: #e7e7e7;
}

.card-header {
    padding: 20px 25px;
    border-color: #e7e7e7 !important;
    background: #f0f0f0;
}

ul.nav.nav-tabs.card-header-tabs {
    margin: 0px !important;
}

.card-header-tabs .nav-link {
    font-weight: bold !important;
    color: #767676 !important;
    border: none !important;
    border-radius: 7px !important;
}

.card-header-tabs .nav-link.active {
    color: black !important;
    background: #e1e1e1;
}

.stat-grid .float-right {
    background: #f0f0f0;
    min-width: 56px;
    text-align: center;
    border-radius: 100px;
    color: grey;
    font-size: 14px;
    position: relative;
    padding: 2px;
    top: 0px;
}

.stat-grid .list-group-item:first-child .float-right {
    background: #ffc00794;
    color: var(--leaderBoardTopColor);
}

.sidebar--before #sidebar {
    order: -5;
}

.card-header.small {
    text-align: center;
    color: #959595;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 13px;
    text-shadow: 0px 1px 1px black;
}

.card-header.danger {
    background: #e54141;
    color: white !important;
    border-color: #ad1d1d !important;
}

.stat-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.card-footer .online-text {
    color: #1ac60e !important;
}

.card-footer .server .dark {
    color: white;
}

.card-user-details {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 25px;
    align-items: center;
}

.user-text {
    flex: 1;
}

.card-user-details .avatar {
    width: 145px;
    height: 145px;
    background: #efefef;
    overflow: hidden;
    border-radius: 100px;
    padding: 15px;
}

.news-title {
    color: black !important;
    text-decoration: none !important;
}

.card-user-details .username {
    font-size: 24px;
    font-weight: 800;
}

.user-small-meta span {
    color: #24acff;
}

.card-user-details .rank {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
    color: #d32121;
}

.user-view ul.nav.nav-tabs.card-header-tabs {
    justify-content: center;
}

.user-view .card-header-tabs .nav-item {
    flex: 1;
}

.user-small-meta {
    font-weight: bold;
    font-size: 13px;
    margin-top: 5px;
    color: #a1a1a1;
}

ul.nav.nav-tabs.card-header-tabs {
    justify-content: center;
}

.tab-content > .tab-pane .alert {
    margin: 0px;
}

.card-header {
    text-align: center;
}

.user-btn > a {
    border-radius: 100px;
    padding: 0 20px;
    height: 39px;
    color: white;
    background: #0000001c;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

#news-collection.small {
    margin-top: 25px;
}

#news-collection.small.two {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.dropdown-item {
    font-weight: bold;
    font-size: 14px;
    color: black !important;
}

.dropdown-item:hover {
    font-weight: bold;
    font-size: 14px;
    color: #504f4f !important;
}


.card-footer {
    border-color: #e1e1e1 !important;
    padding: 13px;
    text-align: center;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 800;
    text-transform: uppercase;
    color: #9b9b9b;
}

.card-footer span {
    color: #505050;
}


.card-feed-list {
    border-top: 1px solid #e7e7e7;
}

.card-feed .list-group-item {
    padding: 22px 25px;
}

.card-socials {
    display: flex;
}

.card-body.card-socials {
    border-radius: 7px !important;
}

.card-feed-input {
    flex: 1;
}

.card-feed-meta {
    font-size: 13px;
    font-weight: 700;
    color: #9b9b9b;
    display: flex;
    gap: 6px;
}

.card-feed-meta a {
    color: #1d5acd;
    text-decoration: none !important;
}

.form-control {
    height: 42px;
    font-weight: bold;
    font-size: 15px;
}

.card-socials > a {
    flex: 1;
    text-align: center;
    font-size: 23px;
    color: black !important;
    line-height: .5px;
}

.avatar {
    width: 52px;
    height: 52px;
    background: #efefef;
    overflow: hidden;
    border-radius: 100px;
    padding: 7px;
}

.card-feed-action {
    display: flex;
    padding: 25px;
    align-items: center;
    gap: 15px;
}

.card.card-feed {
    margin-top: 25px;
}

ol.breadcrumb {
    margin: 0px;
}

ol.breadcrumb a {
    color: #999999;
    text-decoration: none !important;
}

.forum-list a.fw-bold {
    color: black;
    text-decoration: none;
}

#content.forum-wrap {
    gap: 25px;
    display: flex;
    flex-direction: column;
}

#content.forum-wrap .alert {
    margin-bottom: 0px !important;
}

ol.breadcrumb li {
    font-size: 12px;
}

.node-user {
    min-width: 230px;
    gap: 15px;
    margin-left: 40px;;
}

.card-header.left {
    text-align: left !important;
}

.node-user .node-title {
    font-size: 15px !important;
}

.breadcrumb-item.active {
    color: #000000;
}

.breadcrumb-bar {
    display: flex;
    height: 57px;
    align-items: center;
}

.node-meta {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.node-meta .card-feed-meta span {
    color: black;
}

.node-meta .card-feed-meta i {
    margin-right: 7px;
    color: silver;
    opacity: .86;
}

.node-meta {
    min-width: 134px;
}

.node-meta .card-feed-meta {
    align-items: center;
}

.node-meta .card-feed-meta {
    flex: 1;
    text-align: center;
    justify-content: flex-start;
}

.forum-list .node-icon {
    width: 50px;
    height: 50px;
    background: var(--transparentPrimaryColor);
    border-radius: 100px;
    color: var(--primaryColor);
}

.card-header.sm {
    padding: 15px;
}

.forum-list .list-group-item {
    padding: 18px 20px;
}

.forum-list .fw-bold {
    font-size: 17px;
}

.node-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: grey;
}

.header-bg {
    background: url(/images/background.jpg);
    background-size: cover;
    background-position: center -5%;
}

.dark .header-bg {
    filter: grayscale(1);
}

.header-logo.header-bg {
    display: none;
}

body {
    background: #dddddd;
}

.large .news-text {
    padding: 40px;
    background: white;
    border-radius: 0 10px 10px 0px;
}

.news-post.large {
    gap: 0px !important;
}

.large .news-image {
    border-radius: 10px 0 0 10px !important;
    max-width: 50%;
}

.large .news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-post {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.05), 0 8px 10px -6px rgb(0 0 0 / 0.01);
}

.card {
    border-width: 0px;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.05), 0 8px 10px -6px rgb(0 0 0 / 0.01);
}

.card .card {
    border-width: 1px;
}

.card-header:first-child {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.card {
    border-radius: 10px !important;
}

.badge.bg-dark {
    background: #4CAF50 !important;
}

.card-header.mini-bg {
    background: url(/images/background.jpg);
    background-position: bottom;
    background-size: cover;
    outline: 1px solid #ffffff5e;
    outline-offset: -2px;
    border: 1px solid black !important;
}

.card-header.kits-bg {
    background: url(/images/background.jpg);
    background-position: top;
    background-size: cover;
    outline: 1px solid #ffffff5e;
    outline-offset: -2px;
    border: 1px solid black !important;
}


.stat-grid .card-header span {
    color: white;
    text-shadow: 2px 2px 1px #00000040;
    letter-spacing: 3px;
    font-weight: 900 !important;
}

.card-header-tabs .nav-link {
    padding: 15px;
    font-weight: 800 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    border: 1px solid transparent !important;
    font-size: 13px !important;
}

.card-header-tabs .nav-link.active {
    background: var(--primaryColor) !important;
    color: white !important;
    outline-offset: -2px;
    outline: 1px solid #ffffff82;
    border: 1px solid #0000002b !important;
}

.user-view ul.nav.nav-tabs.card-header-tabs {
    gap: 25px;
}

.staff-banner.owner {
    background: var(--primaryColor);
}

.staff-banner {
    outline: 1px solid #ffffff82;
    border: 1px solid #0000002b !important;
    outline-offset: -2px;
}

#staff {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.staff-avatar {
    width: 125px;
    height: 125px;
    margin: 0 auto;
    background: #efefef9f;
    border-radius: 100px;
    margin-top: 30px;
    overflow: hidden;
    padding: 15px;
}

.staff-info {
    padding-top: 18px !important;
}

.staff-banner {
    background: black;
    padding: 10px;
    border-radius: 100px;
    font-weight: bold;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.staff-info {
    padding-top: 12px !important;
}

.staff-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.staff-section {
    border-radius: 10px;
    margin-bottom: 15px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 36px;
}

.staff-name {
    font-size: 19px;
    font-weight: 700;
    color: black;
}

.dark .staff-name {
    color: white;
}

.card.card-feed {
    overflow: hidden;
}

.category-node {
    display: flex;
    flex-direction: column;
}

.category-node .user-meta.flex span {
    margin-left: 0;
    font-size: 13px;
}

.category-node .user-meta.flex {
    gap: 5px;
    font-size: 13px;
}

.category-node .user-meta.flex .avatar {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    display: none;
}

.small .card-user-details .avatar {
    width: 120px;
    height: 120px;
}

.post-view.flex {
    display: flex;
    gap: 25px;
}

#sidebar.small {
    width: 300px;
}

.card-text {
    font-weight: bold;
    line-height: 32px;
    color: grey;
    font-size: 16px;
}

.dark .card-text {
    color: #b3b3b7;
}

.post-title h1 {
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
}

h1 {
    color: black;
}

h2 {
    color: black;
}

h3 {
    color: black;
}

h4 {
    color: black;
}

h5 {
    color: black;
}

h6 {
    color: black;
}

.dark h1 {
    color: white;
}

.dark h2 {
    color: white;
}

.dark h3 {
    color: white;
}

.dark h4 {
    color: white;
}

.dark h5 {
    color: white;
}

.dark h6 {
    color: white;
}

.card-header.flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.post-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: 2px;
}

.card-header .avatar {
    background: #0000001a;
}

.post-view .card-feed-input {
    display: flex;
    align-items: center;
    gap: 15px;
}

.post-view .card-feed-input .btn {
    height: 42px;
    display: flex;
    align-items: center;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 25px;
}

.btn-primary {
    background: black !important;
    border-color: transparent !important;
}

.node-control-inner a i {
    color: silver;
}

.node-controls {
    display: flex;
    font-size: 13px;
}

.node-controls a.liked {
    color: #eb3170 !important;
}

.node-controls a.liked i {
    color: inherit !important;
}

.node-controls .nci-user {
    margin-left: auto;
}

.node-control-inner {
    display: flex;
    gap: 15px;
}

.node-control-inner a {
    display: flex;
    font-weight: bold;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
    color: black !important;
}

.post-card .node-controls {
    margin-top: 5px;
}



.dark .dropdown-menu {
    background: #2e2e2e;
}

.dark .status--label {
    background: orange;
    color: white;
}

.dark .status--label.red {
    background: red;
    color: white;
}

.dark .status--label.green {
    background: green;
    color: white;
}

.dark .dropdown-item {
    background: transparent !important;
    color: white !important;
}

.dark .dropdown-item:hover {
    background: transparent !important;
    color: #b6b6b6 !important;
}

.dark .dropdown-divider {
    border-color: #505050 !important;
}

.dark .navbar-toggler {
    background: #0000008a !important;
}

.dark .navbar-toggler-icon {
    filter: invert(1);
}

body:not(.dark) .dark-only {
    display: none !important;
}

body:not(.light) .light-only {
    display: none !important;
}

body.dark {
    background: #121212;
}

.dark .news-title {
    color: white !important;
}

.dark .news-desc {
    color: silver !important;
}

.dark .user-meta > span {
    color: grey;
}

.dark .card {
    border-color: #333333 !important;
}

.dark .stat-grid .float-right {
    background: #373737;
    color: silver;
}

.dark .user-meta a {
    color: white !important;
}

.dark .small .news-text, .dark .large .news-text {
    background: #222222 !important;
}

.dark .card-feed-list {
    border-color: #313131 !important;
}

.dark .alert-light {
    background: #222222 !important;
}

.dark .breadcrumb-item.active {
    color: white !important;
}

.dark .breadcrumb-item + .breadcrumb-item::before {
    color: #8d8d8d !important;
}

.dark .card {
    background: #222222;
}

.dark .card-header {
    background: #222222;
    color: white !important;
    border-color: #313131 !important;
}

.dark .node-control-inner a {
    color: white !important;
}

.dark .list-group-item {
    color: silver;
    background: #1d1d1d;
    border-color: #2e2e2e !important;
}

.dark .forum-list a.fw-bold {
    color: white !important;
}

.dark .node-meta .card-feed-meta span {
    color: white;
}

.dark #foot {
    background: #00000054 !important;
}

.dark .card-feed-meta {
    color: dimgrey;
}

.dark .form-select, .dark .form-control {
    background: #121212;
    border-color: #313131;
    color: white;
}

.dark .form-select::placeholder, .dark .form-control::placeholder {
    color: #848484;
}

.dark .card-feed-meta a {
    color: #de8888;
}

.dark .avatar {
    background: #161616;
}

.dark .user-btn .avatar {
    background: #35353585;
}

.dark .card {
    color: white;
}

.dark a.card {
    color: white;
}

.card-body {
    border-bottom-left-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
}

.dark .card-body {
    background: #00000040;
}

.search .user-meta {
    padding: 5px 15px !important;
    margin-top: 0px !important;
}

#content div#staff {
    gap: 30px;
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap !important;
}

.staff-member.card {
    min-width: 301px;
}

.dark .card-header.kits-bg {
    background: url(/images/background.jpg) top;
    background-size: cover;
    outline: none !important;
    background-color: hsl(206, 27%, 38%);
    background-blend-mode: multiply;
}

.dark .card-header.mini-bg {
    background: url(/images/background.jpg) bottom;
    background-size: cover;
    outline: none !important;
    background-color: hsl(206, 27%, 38%);
    background-blend-mode: multiply;
}

.dark .card-footer {
    border-color: #313131 !important;
}

.dark .card-footer span {
    color: white;
}

.dark .card-user-details .username {
    color: white;
}

.dark .card-socials > a {
    color: white !important;
}

.dark .hero-card.card {
    background: url(/images/background.jpg) top;
    background-size: cover;
    outline: none !important;
}

.alert-error {
    color: white;
    text-shadow: 1px 1px #ffffff61;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.11);
    background-color: #f8d7da;
    border: #ffbbc1 1px solid !important;
}

.alert-error h3 {
    margin-bottom: 0 !important;
    color: black !important;
}

.error-container {
    position: fixed;
    bottom: 30px; 
    right: 20px; 
    opacity: 1;
    transition: opacity 1s;
}

.policy p {
    margin-left: 1rem;
    color: black;
}

.policy b {
    color: black;
}

.policy a {
    color: #7164b3;
}

.dark .policy b {
    color: white;
}

.dark .policy p {
    color: #a1a1a1;
}

.dark .policy a {
    color: white;
}


input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}


input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.user-btn .dropdown-item {
    padding: 0 15px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}

@media only screen and (max-width: 768px) {
    .user-btn .dropdown-menu {
        margin-top: 5px !important;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }
}

.search .dropdown {
    position: relative;
    display: inline-block;
}

.search .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    list-style: none;
    margin: 0;
}

.dark .search .dropdown-menu {
    background-color: #2e2e2e;
}

.search .dropdown:hover .dropdown-menu {
    display: block;
}

.user-comment-delete {
    border: none;
    background: none;
    padding: 0;
    font-size: 12px;
    cursor: pointer;
    color: black;
    font-weight: 600;
}

.dark .user-comment-delete {
    color: #919191;
}

.modal-header {
    font-weight: 700;
    border-color: #f0f0f0;
    background-color: #f0f0f0;
}

.dark .modal-header {
    color: white;
    border-color: #222222;
    background-color: #222222;
}

.modal-body {
    text-align: center;
    font-weight: 450;
    letter-spacing: 0.4px;
    background-color: white;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}

.dark .modal-body {
    color: silver;
    background-color: #1d1d1d;
}

.modal-content {
    background-color: white;
}

.dark .modal-content {
    background-color: #1d1d1d;
}

.modal-footer {
    border-color: #f0f0f0;
    background-color: #f0f0f0;
}

.dark .modal-footer {
    border-color: #222222;
    background-color: #222222;
}

.dark .modal .btn-close {
    filter: invert(1);
}

.modal {
    transition: all .15s linear;
}

.modal-body textarea {
    width: 100%;
    height: 175px;
    outline: none;
    color: black;
    border-radius: 5px;
    background-color: #ebebeb;
    border-color: #ebebeb;
}

.dark .modal-body textarea {
    color: white;
    border-color: #252525;
    background-color: #1c1c1c;
}

.modal-body textarea:focus {
    border-color: #ebebeb;
}

.dark .modal-body textarea:focus {
    border-color: #252525;
}

.card .list-group-item .error {
    color: white;
}

.comment-post {
    font-weight: 800;
    text-transform: uppercase;
    margin-left: 8px;
    font-size: 13px;
    letter-spacing: 2px;
    word-break: auto-phrase;
}

.btn {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
}

.social-input {
    padding-top: 10px;
}

.social-input label {
    padding-left: 4px;
}

.settings-btn {
    margin-top: 25px;
    padding: 10px;
}

.social-input .fab {
    padding-left: 4px;
}

.navigation-meta {
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
    color: silver;
    font-weight: 600;
    letter-spacing: 0.6px;
}

.grant-row {
    margin-left: auto !important;
}

.static-text {
    position: static;
    left: 10px;
    z-index: 1;
    color: rgb(128, 128, 128);
    word-break: auto-phrase;
}

.dynamic-input {
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    color: black;
    padding-left: 1px;
}

.dark .dynamic-input {
    color: white;
}

.input-wrap:focus-within {
    border-color: #007BFF !important;
}

.input-wrap {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 5px 10px;
    position: relative;
    color: white;
    height: 42px;
    font-weight: bold;
    font-size: 15px;
    border-radius: 0.375rem;
}

.dark .input-wrap {
    background: #121212;
    border-color: #313131;
    color: white;
}

.error-card {
    background-color: white !important;
    font-weight: 700;
    text-align: center !important;
    padding: 15px !important;
}

.dark .error-card {
    background-color: #1d1d1d !important;
}

tr {
    text-align: center;
    vertical-align: middle;
}

thead tr th {
    padding: 15px 0 !important;
    border-radius: 20px;
}

tbody tr th {
    padding: 20px 0 !important;
}

.dark thead tr th {
    background: #222222;
    color: white !important;
    border-color: #313131 !important;
}

.dark tbody tr th {
    color: silver;
    background: #1d1d1d;
    border-color: #2e2e2e !important;
}

tbody tr th .meta span {
    font-size: 11px;
}

tbody tr th a {
    color: black;
}

.dark tbody tr th a {
    color: silver;
}

th a, th .meta {
    display: block;
    margin-bottom: -5px;
}

.text-left {
    text-align: left !important;
}

.no-top-border {
    border-top: 0;
}

.punishment-footer {
    font-size: 10.95px;
    color: #dd9c9c;
    font-weight: 560;
}

.time-form {
    height: 42px;
}

.forum.category.options {
    height: 24px;
}

.form-check-label {
    color: #595959;
    font-weight: 600;
    letter-spacing: 1px;
}

.dark label.form-check-label {
    color: #979797;
}

.dark .admin-button {
    color: white;
    background-color: #121212;
}

.admin-button {
    border-radius: 5px;
    width: 200px;
    height: 60px;
    background-color: #dddddd;
    margin: 30px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}

.admin-box {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}

.forum-list-group {
    border-radius: 10px !important;
    margin: 3px 0 !important;
    border-width: 0 !important;
}

.card-header.rounded {
    border-radius: 10px !important;
    border-width: 0 !important;
}

.card-body.forum {
    background-color: white;
    border-radius: 10px !important;
    color: black;
}

.dark .card-body.forum {
    background-color: #222222;
    color: white;
}

.badge-view-box img {
    background-color: #dddddd;
    margin: 10px;
    width: 50%;
    border-radius: 5px;
}

.dark .badge-view-box img {
    background-color: #121212;
}

.card.forum-list.badge {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: black;
}

.dark .card.forum-list.badge {
    color: white;
}

.badge-meta b {
    color: black;
}

.badge-meta span {
    color: #5d5d5d;
}

.dark .badge-meta b {
    color: white;
}

.dark .badge-meta span {
    color: silver;
}

.validation-text {
    text-transform: uppercase;
    padding-top: 10px;
    letter-spacing: 1.4px;
    font-size: 13px;
    font-weight: 600;
}

.col-md-4.ticket-creation {
    padding: 20px;
    padding-top: 0px;
}

.section-title.ticket-creation {
    padding: 20px 20px 0 20px;
}

.ticket-creation-btn {
    height: 60px;
}

.ticket-question .title {
    color: #474747;
    font-size: 13.5px !important;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    font-weight: 600;
}

.dark .ticket-question .title {
    color: white;
}

.ticket-question {
    line-height: 1.5;
    font-weight: 500;
}

.card-text.ticket {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.form-label.support {
    font-size: 12px;
}

.dark .form-label.support {
    color: #dbdbdb;
}

select {
    min-width: 100%;
    height: 42px;
    font-weight: bold;
    font-size: 15px;
    color: #212529;
    border: var(--bs-border-width) solid var(--bs-border-color);
    padding: 0.375rem 0.75rem;
    border-radius: var(--bs-border-radius);
    appearance: none;
}

.dark select {
    background: #121212;
    border-color: #313131;
    color: white;
}

.select-option {
    padding: 10px;
}

canvas {
    cursor: move;
}

.skin-view {
    padding: 50px 0;
    max-width: 300px;
}

.notification {
    color: white;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    bottom: 20px;
    right: 82px;
    padding: 0 5px;
    background-color: #eb5555d6;
    border-radius: 10px;
}

.notification-view p {
    margin-bottom: 0;
    font-size: 12px;
    color: gray;
}

.fa-bell {
    color: var(--primaryColor);
}

:root {
    --primaryColor: #b8922e;
    --transparentPrimaryColor: rgba(184, 146, 46, .26);
    --leaderBoardTopColor: #d9b84a;
    --yedupe-bg: #f3f3f3;
    --yedupe-ink: #1f1a28;
    --yedupe-purple: #21152d;
    --yedupe-purple-2: #2a1b39;
    --yedupe-gold: #c7a438;
    --yedupe-red: #c32838;
    --yedupe-muted: #767676;
    --yedupe-border: #dedede;
}

html, body {
    background: var(--yedupe-bg) !important;
    color: #34313a;
}

body::before {
    content: "";
    position: fixed;
    inset: 0 0 auto 0;
    height: 215px;
    background: linear-gradient(rgba(15, 19, 25, .15), rgba(15, 19, 25, .20)), url('/images/background.jpg') center 42% / cover no-repeat;
    filter: saturate(1.05);
    z-index: -2;
}

body::after {
    content: "";
    position: fixed;
    inset: 215px 0 0 0;
    background: #f2f2f2;
    z-index: -3;
}

#view {
    min-height: 100vh;
    background: transparent !important;
}

#header {
    min-height: 205px;
    background: transparent !important;
    position: relative;
}

#header .header-bg,
#header .header-logo.header-bg {
    display: none !important;
}

#header .navbar {
    height: 46px !important;
    padding-top: 14px !important;
}

#header .navbar .container {
    justify-content: center;
}

#header .navbar-collapse {
    justify-content: center;
    gap: 18px;
}

#header .navbar-nav {
    margin: 0 auto !important;
    gap: 8px !important;
    background: rgba(22, 18, 31, .35);
    backdrop-filter: blur(6px);
    border-radius: 30px;
    padding: 4px 10px;
    border: 1px solid rgba(255, 255, 255, .18);
}

#header .nav-link {
    font-size: 10px !important;
    letter-spacing: 2px !important;
    color: rgba(255, 255, 255, .82) !important;
    padding: 8px 12px !important;
    border-radius: 18px;
}

#header .nav-link.active,
#header .nav-link:hover {
    background: rgba(255,255,255,.18);
    color: #fff !important;
}

#header .logo {
    max-width: 120px !important;
    margin: 34px auto 0 auto !important;
    text-align: center;
}

#header .logo img {
    max-height: 74px;
    width: auto;
    object-fit: contain;
}

#styleToggle { display: none !important; }

form.d-flex.search {
    background: rgba(255, 255, 255, .97);
    border-radius: 3px;
    min-height: 34px;
    box-shadow: 0 3px 12px rgba(0,0,0,.12);
}

#header input {
    min-width: 205px !important;
    height: 34px;
    border: 0 !important;
    background: transparent !important;
    color: #1d1825 !important;
    font-size: 12px;
}

form.d-flex.search i { color: #9b9b9b !important; }
#searchResults {
    width: 260px;
    margin-top: 8px !important;
    border-radius: 0 !important;
    border: 1px solid var(--yedupe-border) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,.16) !important;
    padding: 4px 0;
}
#searchResults li { padding: 8px 12px; cursor: pointer; }
#searchResults li:hover { background: #f2eee4; }

.user-btn,
.user-btn.signed-in #accountDropdown {
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(0,0,0,.08);
    color: #2c2537;
    border-radius: 3px;
    min-height: 34px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    box-shadow: 0 3px 12px rgba(0,0,0,.12);
}
.user-btn a { color: #2c2537 !important; font-weight: 700; font-size: 12px; text-transform: uppercase; }

.main--wrapper {
    margin-top: -24px;
    padding-bottom: 70px;
}

#view > .main--wrapper .container {
    max-width: 1040px;
    gap: 22px;
}

#content,
#sidebar {
    position: relative;
}

.card,
.alert-light,
.news-text,
.staff-member,
.server-status,
#discord iframe,
#twitter iframe {
    border-radius: 0 !important;
    border: 1px solid var(--yedupe-border) !important;
    box-shadow: 0 2px 0 rgba(0,0,0,.03) !important;
}

.card,
.alert-light,
.news-text,
.staff-member {
    background: #fff !important;
}

.card-header,
.staff-title,
.section-title h1,
.card .card-header.sm {
    background: var(--yedupe-purple) !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px !important;
    font-weight: 800 !important;
}

.staff-title,
.card-header {
    padding: 11px 15px !important;
}

.breadcrumb-bar {
    padding: 10px 14px !important;
    font-size: 12px;
}
.breadcrumb-bar a { color: var(--yedupe-gold) !important; font-weight: 700; }

.server-status {
    background: var(--yedupe-red) !important;
    color: white !important;
    outline: 0 !important;
    height: 42px !important;
    border: 0 !important;
    border-bottom: 4px solid var(--yedupe-gold) !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    letter-spacing: 1px;
}
.server-status .count {
    background: rgba(0,0,0,.24) !important;
    border-radius: 2px !important;
}

#section-above {
    margin-bottom: 18px;
}

#news-collection .news-post.large,
#news-collection.small .news-post,
.stat-grid .card,
.player-card,
.staff-member {
    background: #fff;
    border: 1px solid var(--yedupe-border);
}

.news-title {
    color: var(--yedupe-purple) !important;
    text-transform: uppercase;
    font-weight: 800 !important;
    letter-spacing: .6px;
}
.news-title span {
    background: var(--yedupe-red) !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-size: 10px !important;
}
.news-desc,
.card-body,
.list-group-item {
    font-size: 13px;
    color: #555;
}

#staff {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
    gap: 16px !important;
}
.staff-member {
    overflow: hidden;
    min-height: 198px;
    transition: transform .12s ease, box-shadow .12s ease;
}
.staff-member:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0,0,0,.11) !important;
}
.staff-avatar {
    height: 116px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: linear-gradient(#f8f8f8, #ececec);
}
.staff-avatar img {
    max-height: 150px;
    margin-top: 8px;
}
.staff-name {
    color: var(--yedupe-purple) !important;
    font-weight: 800;
    font-size: 13px;
}
.staff-banner {
    border-radius: 0 !important;
    margin: 8px auto 0 auto;
    padding: 4px 8px !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
}

.stat-grid {
    gap: 16px !important;
}
.list-group-numbered > .list-group-item {
    padding: 8px 12px;
}
.list-group-item .float-right {
    color: var(--yedupe-purple);
    font-weight: 800;
}

#foot {
    background: #202020 !important;
    border-top: 1px solid rgba(255,255,255,.05);
    color: #aaa !important;
    min-height: 92px;
    padding: 26px 0 !important;
}
#foot .logo img { max-height: 38px; opacity: .88; }
#foot a { color: #d9d9d9 !important; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }
#foot .watermark { display: none !important; }
#foot strong { color: #fff; }

.auth-card,
.login-card,
.register-card {
    background: rgba(255,255,255,.98) !important;
    border: 1px solid var(--yedupe-border) !important;
    border-radius: 0 !important;
    box-shadow: 0 16px 40px rgba(0,0,0,.18) !important;
}

.btn-primary,
button[type='submit'],
input[type='submit'] {
    background: var(--yedupe-gold) !important;
    border-color: #a98521 !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-control,
.form-select {
    border-radius: 0 !important;
    border-color: #d7d7d7 !important;
}

@media (max-width: 991px) {
    #header .navbar-collapse {
        background: rgba(24,18,34,.95);
        padding: 15px;
        border-radius: 0;
        z-index: 50;
    }
    #header .navbar-nav { background: transparent; border: 0; }
    form.d-flex.search { margin: 12px 0; }
    #view > .main--wrapper .container { flex-direction: column; }
    #sidebar { width: 100% !important; }
}



body, html {
    background: #ededed !important;
    font-family: 'Raleway', Arial, sans-serif !important;
}
body.dark, body.light { background: #ededed !important; color: #333 !important; }
#view { background: #ededed !important; }
#header {
    height: 172px !important;
    min-height: 172px !important;
    background: linear-gradient(rgba(31,39,42,.12), rgba(31,39,42,.18)), url('/images/background.jpg?v=yedupe4') center 42% / cover no-repeat !important;
    overflow: visible !important;
    border-bottom: none !important;
}
#header:after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: -1px;
    height: 1px;
    background: rgba(255,255,255,.45);
}
#header .header-bg, #header .header-logo { display: none !important; }
#header .navbar {
    position: relative !important;
    top: 0 !important;
    height: 40px !important;
    padding: 9px 0 0 0 !important;
    z-index: 5;
}
#header .navbar .container { max-width: 980px !important; }
#header .navbar-collapse { display: flex !important; justify-content: center !important; align-items: flex-start !important; }
#header .navbar-nav {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    gap: 16px !important;
    margin: 0 auto !important;
}
#header .nav-link {
    color: rgba(255,255,255,.92) !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.5) !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: 2.8px !important;
    padding: 6px 2px !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
}
#header .nav-link.active, #header .nav-link:hover {
    color: #fff !important;
    background: transparent !important;
    border-bottom: 2px solid #c9ab3d !important;
}
#header .container .logo {
    width: 92px !important;
    max-width: 92px !important;
    margin: 24px auto 0 auto !important;
    padding: 0 !important;
    position: relative !important;
    z-index: 4 !important;
}
#header .container .logo img {
    width: 92px !important;
    max-width: 92px !important;
    height: auto !important;
    filter: drop-shadow(0 3px 6px rgba(0,0,0,.5));
}
#styleToggle { display: block !important; position: absolute !important; right: 235px !important; top: 9px !important; width: 18px !important; height: 18px !important; color: #fff !important; opacity: .9; }
#styleToggle .light-btn, #styleToggle .dark-btn { width: 18px !important; height: 18px !important; }
#styleToggle .light-btn { display: none !important; }
#styleToggle .dark-btn svg { width: 18px !important; height: 18px !important; }
form.d-flex.search {
    position: absolute !important;
    right: 70px !important;
    top: 4px !important;
    width: 185px !important;
    min-height: 31px !important;
    height: 31px !important;
    margin: 0 !important;
    padding: 0 10px !important;
    background: rgba(255,255,255,.20) !important;
    border-radius: 19px !important;
    border: 1px solid rgba(255,255,255,.16) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 2px 8px rgba(0,0,0,.13) !important;
    backdrop-filter: blur(6px) !important;
    display: flex !important;
    align-items: center !important;
    z-index: 10 !important;
}
form.d-flex.search i { color: rgba(255,255,255,.85) !important; font-size: 13px !important; margin-right: 8px !important; }
#header input#searchInput {
    width: 130px !important;
    min-width: 0 !important;
    height: 28px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: 1.8px !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}
#header input#searchInput::placeholder { color: rgba(255,255,255,.78) !important; }
#searchResults {
    position: absolute !important;
    left: 0 !important;
    top: 34px !important;
    width: 230px !important;
    border-radius: 0 !important;
    border: 1px solid #d8d8d8 !important;
    padding: 0 !important;
    background: #fff !important;
    box-shadow: 0 12px 26px rgba(0,0,0,.18) !important;
}
#searchResults li { list-style: none !important; padding: 8px 10px !important; }
#searchResults .user-meta { display: flex !important; align-items: center !important; gap: 8px !important; }
#searchResults .avatar img { width: 24px !important; height: 24px !important; border-radius: 2px !important; }
#searchResults a { color: #31263b !important; font-size: 12px !important; font-weight: 800 !important; text-decoration: none !important; }
.user-btn {
    position: absolute !important;
    right: 0 !important;
    top: 4px !important;
    height: 31px !important;
    min-height: 31px !important;
    border-radius: 19px !important;
    padding: 0 18px !important;
    background: rgba(255,255,255,.20) !important;
    color: white !important;
    border: 1px solid rgba(255,255,255,.16) !important;
    box-shadow: 0 2px 8px rgba(0,0,0,.13) !important;
    backdrop-filter: blur(6px) !important;
}
.user-btn a { color: white !important; font-size: 10px !important; letter-spacing: 1.5px !important; }
.main--wrapper {
    margin-top: 0 !important;
    padding: 0 0 0 0 !important;
    background: #ededed !important;
}
.main--wrapper > .container {
    max-width: 960px !important;
    margin: 0 auto !important;
    padding-top: 28px !important;
    padding-bottom: 44px !important;
}
#content {
    width: 100% !important;
}
#section-above {
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: stretch !important;
    gap: 8px !important;
}
.breadcrumb-bar, .alert.alert-light.breadcrumb-bar {
    flex: 1 1 auto !important;
    background: #fff !important;
    height: 34px !important;
    padding: 0 12px !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center !important;
    box-shadow: none !important;
}
.breadcrumb { margin: 0 !important; font-size: 11px !important; font-weight: 700 !important; }
.breadcrumb a { color: #a78723 !important; text-decoration: none !important; }
.server-status {
    flex: 0 0 188px !important;
    height: 34px !important;
    min-height: 34px !important;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 4px solid #c8a32f !important;
    background: #be2636 !important;
    color: white !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: 1.5px !important;
    padding: 0 9px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-shadow: none !important;
}
.server-status .count { background: transparent !important; color: white !important; font-size: 10px !important; padding: 0 !important; }
.card, .alert-light, .forum-list, .staff-member, .news-post, table, .table {
    border-radius: 0 !important;
    border: 1px solid #d8d8d8 !important;
    background: #fff !important;
    box-shadow: none !important;
}
.card-header, .staff-title, .section-title, .section-title h1, thead th {
    background: #21162d !important;
    color: #fff !important;
    border-radius: 0 !important;
    border: none !important;
    min-height: 32px !important;
    padding: 9px 12px !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
}
.btn, .btn-primary, button[type='submit'], input[type='submit'] {
    border-radius: 0 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}
.btn-primary, button[type='submit'], input[type='submit'] { background: #c7a33a !important; border-color: #a98622 !important; }
.form-control, .form-select, select, textarea, input {
    border-radius: 0 !important;
    font-size: 12px !important;
}
#staff {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 18px 22px !important;
    background: #fff !important;
    border: 1px solid #d8d8d8 !important;
    border-top: 0 !important;
    padding: 22px !important;
    margin-bottom: 14px !important;
}
.staff-title {
    margin: 0 !important;
    text-align: left !important;
}
.staff-member.card {
    border: none !important;
    background: transparent !important;
    min-height: 118px !important;
    text-align: center !important;
    box-shadow: none !important;
}
.staff-avatar {
    height: 64px !important;
    background: transparent !important;
    overflow: visible !important;
}
.staff-avatar img {
    width: 46px !important;
    height: 46px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    margin: 0 auto !important;
    border: 3px solid #f5f5f5 !important;
    box-shadow: 0 1px 5px rgba(0,0,0,.2) !important;
}
.staff-info { padding: 4px 0 0 0 !important; }
.staff-name { color: #2c2136 !important; font-size: 11px !important; font-weight: 900 !important; text-transform: none !important; }
.staff-banner {
    width: auto !important;
    display: inline-block !important;
    background: #c33040 !important;
    color: #fff !important;
    padding: 3px 7px !important;
    margin-top: 4px !important;
    border-radius: 0 !important;
    font-size: 8px !important;
    font-weight: 900 !important;
    letter-spacing: .8px !important;
}
#foot { background: #1f1f1f !important; min-height: 82px !important; padding: 20px 0 !important; margin-top: 0 !important; }
#foot .container { max-width: 960px !important; }
#foot .logo img { width: 48px !important; height: auto !important; }
#foot .text, #foot a { font-size: 10px !important; color: #aaa !important; }
@media (max-width: 991px) {
    #header { height: auto !important; min-height: 150px !important; }
    #header .navbar-collapse { background: rgba(32,22,44,.97) !important; padding: 12px !important; }
    form.d-flex.search, .user-btn, #styleToggle { position: relative !important; right: auto !important; top: auto !important; margin: 8px auto !important; }
    #staff { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}


:root {
    --yedupe-purple: #261b33;
    --yedupe-purple-dark: #1b1325;
    --yedupe-gold: #d9ad2d;
    --yedupe-red: #ff202b;
    --yedupe-page: #efefef;
    --yedupe-muted: #a4a6ac;
}

html, body {
    min-height: 100%;
}

body {
    margin: 0;
    background: var(--yedupe-page) !important;
    color: #6f737d;
    font-family: 'Raleway', Arial, sans-serif !important;
    letter-spacing: .02em;
}

body.dark, body.light {
    background: var(--yedupe-page) !important;
}

#view {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.yedupe-header {
    height: 292px;
    position: relative;
    overflow: visible;
    background: #1b2736;
    z-index: 2;
}

.yedupe-header .header-bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(26, 44, 58, .28), rgba(26, 44, 58, .28)), url('/images/background.jpg');
    background-size: cover;
    background-position: center 42%;
    filter: blur(5px) saturate(1.05);
    transform: scale(1.035);
}

.yedupe-header::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 22%, rgba(255,255,255,.1), transparent 24%), rgba(22,38,53,.08);
    pointer-events: none;
}

.yedupe-nav {
    position: relative;
    z-index: 5;
    height: 54px;
    width: 100%;
}

.yedupe-nav-inner {
    width: 1160px;
    max-width: calc(100vw - 44px);
    height: 54px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 28px;
}

.yedupe-brand {
    display: flex;
    align-items: center;
    width: 34px;
    flex: 0 0 34px;
}

.yedupe-brand img {
    max-height: 44px;
    width: auto;
    display: block;
}

.yedupe-nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
    flex: 1 1 auto;
}

.yedupe-nav-links a,
.yedupe-store,
.yedupe-login {
    color: rgba(255,255,255,.92) !important;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: 900;
    letter-spacing: 4px;
    font-size: 12px;
    line-height: 1;
    text-shadow: 0 1px 10px rgba(0,0,0,.18);
}

.yedupe-nav-links a:hover,
.yedupe-store:hover,
.yedupe-login:hover {
    color: #fff !important;
}

.yedupe-nav-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto;
}

.yedupe-search {
    height: 28px;
    min-width: 190px;
    width: 190px;
    position: relative;
    margin: 0 !important;
}

.yedupe-search i {
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 12px;
    z-index: 2;
}

.yedupe-search input,
#header .yedupe-search input {
    width: 100%;
    height: 28px;
    min-width: 0 !important;
    padding: 0 12px 0 33px !important;
    border: 2px solid rgba(255,255,255,.88) !important;
    border-radius: 5px !important;
    background: rgba(28,40,52,.34) !important;
    color: #fff !important;
    font-weight: 800;
    font-size: 12px;
    outline: none !important;
    box-shadow: none !important;
}

.yedupe-search input::placeholder {
    color: #fff;
    opacity: .95;
    text-transform: lowercase;
}

.yedupe-login {
    border: 2px solid rgba(255,255,255,.88);
    border-radius: 5px;
    padding: 8px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.yedupe-hero-mark {
    position: relative;
    z-index: 3;
    height: 238px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 22px;
}

.yedupe-hero-mark img {
    width: 116px;
    height: auto;
    filter: drop-shadow(0 8px 18px rgba(0,0,0,.3));
}

.yedupe-tagline {
    margin-top: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 6px;
    font-size: 12px;
    text-shadow: 0 2px 12px rgba(0,0,0,.35);
}

.main--wrapper {
    background: var(--yedupe-page);
    flex: 1 0 auto;
}

#view > .main--wrapper .container,
.yedupe-home.container,
.yedupe-login-page.container {
    display: block !important;
    width: 920px;
    max-width: calc(100vw - 36px);
    margin: 0 auto;
    padding: 0 !important;
}

.yedupe-home {
    margin-top: -58px !important;
    position: relative;
    z-index: 4;
}

.yedupe-news-wrap {
    width: 100%;
    max-width: 920px;
    margin: 0 auto 120px;
}

.yedupe-store-strip {
    display: block;
    height: 31px;
    line-height: 31px;
    background: var(--yedupe-red);
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 5px;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 2px 0 rgba(0,0,0,.08);
}

.yedupe-announcements {
    background: #fff;
    min-height: 420px;
    padding: 14px 14px 26px;
    border-right: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}

.yedupe-post-card {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #d9d9dd;
    box-shadow: 0 2px 0 rgba(0,0,0,.025);
    margin-bottom: 20px;
    overflow: hidden;
}

.yedupe-post-title {
    display: block;
    background: var(--yedupe-purple);
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 5px;
    line-height: 1.2;
    padding: 8px 14px;
    min-height: 33px;
}

.yedupe-post-meta {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #c1c1c5;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 14px 5px;
}

.yedupe-post-meta img {
    width: 18px;
    height: 18px;
    border-radius: 2px;
    margin-right: 2px;
}

.yedupe-post-meta a {
    font-weight: 900;
    text-decoration: none !important;
}

.yedupe-post-preview {
    position: relative;
    max-height: 126px;
    overflow: hidden;
    padding: 0 14px 34px;
    color: #747883;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
}

.yedupe-post-preview::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 54px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 88%);
}

.yedupe-read-more {
    display: block;
    margin: 0 14px 12px;
    height: 31px;
    line-height: 31px;
    border-radius: 3px;
    background: var(--yedupe-gold);
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.7px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.12);
}


.yedupe-login-page {
    min-height: calc(100vh - 54px);
    margin-top: -238px !important;
    padding-top: 280px !important;
    position: relative;
    z-index: 4;
}

body:has(.yedupe-login-page) .yedupe-header,
body:has(.yedupe-login-page) .main--wrapper {
    background: transparent !important;
}

body:has(.yedupe-login-page) {
    background-image: linear-gradient(rgba(26, 51, 70, .58), rgba(27, 54, 61, .54)), url('/images/background.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
}

body:has(.yedupe-login-page) .yedupe-header .header-bg {
    opacity: 0;
}

body:has(.yedupe-login-page) .yedupe-hero-mark,
body:has(.yedupe-login-page) #foot {
    display: none !important;
}

.yedupe-auth-title {
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
}

.yedupe-auth-title h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 42px;
    line-height: .95;
    font-weight: 900;
    letter-spacing: 26px;
    padding-left: 26px;
}

.yedupe-auth-title p {
    margin: 9px 0 0;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 7px;
    font-weight: 900;
    color: rgba(255,255,255,.55);
}

.yedupe-auth-card {
    width: 455px;
    max-width: calc(100vw - 36px);
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0 16px 28px rgba(0,0,0,.06);
}

.yedupe-auth-card input {
    width: 100%;
    height: 43px;
    border: 0;
    background: #f3f3f3;
    border-radius: 4px;
    margin-bottom: 18px;
    text-align: center;
    color: #9a9da3;
    font-weight: 800;
    outline: none;
}

.yedupe-auth-card input::placeholder {
    color: #c6c7c9;
    opacity: 1;
    text-transform: lowercase;
}

.yedupe-auth-card button {
    width: 100%;
    height: 36px;
    border: 0;
    border-radius: 3px;
    background: var(--yedupe-gold);
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.8px;
}

.yedupe-auth-links {
    width: 455px;
    max-width: calc(100vw - 36px);
    margin: 16px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.yedupe-auth-links a {
    height: 48px;
    line-height: 48px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 600;
    color: #4aa662 !important;
}

.yedupe-auth-links a:nth-child(2) {
    color: #5c88db !important;
}


#searchResults {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 33px;
    width: 100%;
    min-width: 215px;
    background: rgba(28, 28, 32, .96);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 4px;
    padding: 5px;
    z-index: 9999;
}

#searchResults li {
    list-style: none;
}

#searchResults .user-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px;
    color: #fff;
}

#searchResults .avatar img {
    width: 22px;
    height: 22px;
}

#searchResults a {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 800;
}

#searchResults .user-meta:hover {
    background: rgba(255,255,255,.08);
}


#foot {
    background: #202020 !important;
    color: #6d7079;
    min-height: 260px;
    padding: 58px 0 28px;
    margin-top: auto;
}

#foot .container {
    width: 920px;
    max-width: calc(100vw - 36px);
    padding: 0 !important;
}

#foot .logo img {
    width: 44px;
    opacity: .95;
}

#foot .right a {
    color: #a7a9b0 !important;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 10px;
    letter-spacing: 1.5px;
    margin-left: 30px;
    text-decoration: none !important;
}

#foot .middle {
    border-top: 1px solid rgba(255,255,255,.06);
    margin-top: 30px;
    padding-top: 34px;
}

#foot .text span {
    font-size: 16px;
    font-weight: 800;
}

#foot .text {
    font-size: 11px;
    color: #80838a;
}

#foot .watermark { display: none !important; }


#sidebar,
.server-status,
#discord,
#twitter,
.header-logo,
#styleToggle,
#header .navbar,
#header .logo,
#news-collection,
.news-post,
.news-image,
.news-text,
.news-title,
.news-desc {
    
}

@media (max-width: 900px) {
    .yedupe-nav-inner { gap: 14px; max-width: calc(100vw - 20px); }
    .yedupe-nav-links { gap: 13px; }
    .yedupe-nav-links a, .yedupe-store, .yedupe-login { font-size: 10px; letter-spacing: 2px; }
    .yedupe-search { width: 150px; min-width: 150px; }
    .yedupe-post-title { font-size: 12px; letter-spacing: 2px; }
    .yedupe-auth-title h1 { font-size: 32px; letter-spacing: 16px; padding-left: 16px; }
}


body.page-home .yedupe-header {
    height: 378px;
}
body.page-inner .yedupe-header {
    height: 126px;
    overflow: hidden;
}
body.page-inner .yedupe-hero-mark {
    display: none !important;
}
body.page-inner .main--wrapper {
    min-height: 690px;
}
body.page-inner #view > .main--wrapper .container {
    margin-top: 0 !important;
}
body.page-home .yedupe-hero-mark {
    height: 324px;
    justify-content: center;
    padding-top: 42px;
}
body.page-home .yedupe-hero-mark img {
    width: 124px;
}
body.page-home .yedupe-tagline {
    margin-top: 18px;
    letter-spacing: 7px;
    font-size: 12px;
}
body.page-home .yedupe-home {
    margin-top: -34px !important;
}
body.page-home .yedupe-news-wrap {
    width: 922px;
    max-width: 922px;
}
.yedupe-nav-inner {
    width: 1180px;
    gap: 26px;
}
.yedupe-brand img {
    max-height: 46px;
}
.yedupe-nav-links {
    gap: 34px;
}
.yedupe-nav-actions {
    gap: 16px;
}
.yedupe-search {
    width: 165px !important;
    min-width: 165px !important;
    height: 28px;
    flex: 0 0 165px;
}
.yedupe-search input,
#header .yedupe-search input {
    box-sizing: border-box !important;
    display: block !important;
    width: 165px !important;
    min-width: 165px !important;
    max-width: 165px !important;
    padding-left: 31px !important;
    padding-right: 10px !important;
    font-size: 11px !important;
    letter-spacing: .4px !important;
    font-family: Arial, sans-serif !important;
}
.yedupe-search i {
    left: 10px !important;
    width: 13px;
    text-align: center;
}
.yedupe-login {
    min-width: 76px;
    padding: 8px 13px;
}
.yedupe-store-strip {
    position: relative;
    z-index: 7;
}
.yedupe-announcements {
    min-height: 520px;
}

body.page-login {
    background-image: linear-gradient(rgba(25, 47, 67, .58), rgba(28, 55, 61, .58)), url('/images/background.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: fixed !important;
}
body.page-login .yedupe-header {
    height: 54px !important;
    background: transparent !important;
    overflow: visible;
}
body.page-login .yedupe-header .header-bg {
    opacity: 0 !important;
}
body.page-login .yedupe-hero-mark,
body.page-login #foot {
    display: none !important;
}
body.page-login .main--wrapper {
    background: transparent !important;
    min-height: calc(100vh - 54px);
}
body.page-login .yedupe-login-page {
    margin-top: 0 !important;
    padding-top: 104px !important;
    min-height: calc(100vh - 54px);
}
body.page-login .yedupe-auth-title h1 {
    color: #fff;
    text-shadow: 0 2px 18px rgba(0,0,0,.18);
}
body.page-login .yedupe-auth-title p {
    color: rgba(255,255,255,.55);
}
body.page-login .yedupe-auth-card,
body.page-login .yedupe-auth-links a {
    box-shadow: 0 12px 28px rgba(0,0,0,.08);
}

body:not(.page-login):has(.yedupe-login-page) {
    background: var(--yedupe-page) !important;
}


body { background:#efefef !important; }
body.page-login { background-image: linear-gradient(rgba(25,47,67,.55),rgba(28,55,61,.55)),url('/images/background.jpg') !important; }
.yedupe-header{height:310px;position:relative;overflow:visible;background:#24425d;}
.yedupe-header .header-bg{position:absolute;inset:0;background:url('/images/background.jpg') center/cover no-repeat;filter:blur(5px);transform:scale(1.04);opacity:.9;}
.yedupe-header:after{content:"";position:absolute;inset:0;background:rgba(17,33,53,.30);pointer-events:none;}
.yedupe-nav{height:62px;position:relative;z-index:10;}
.yedupe-nav-inner{height:62px;width:980px;max-width:calc(100vw - 40px);margin:0 auto;display:flex;align-items:center;gap:26px;}
.yedupe-brand{display:flex;width:38px;min-width:38px;height:38px;align-items:center;justify-content:center;}
.yedupe-brand img{width:34px;max-height:38px;object-fit:contain;}
.yedupe-nav-links,.yedupe-nav-actions{display:flex;align-items:center;gap:30px;}
.yedupe-nav-actions{margin-left:auto;gap:18px;}
.yedupe-nav-links a,.yedupe-store,.yedupe-login{color:#fff!important;text-transform:uppercase;text-decoration:none!important;font-size:12px;font-weight:700;letter-spacing:4px;text-shadow:0 1px 8px rgba(0,0,0,.35);line-height:1;}
.yedupe-nav-links a:hover,.yedupe-store:hover,.yedupe-login:hover{color:#fff!important;opacity:.78;}
.yedupe-login{border:2px solid rgba(255,255,255,.9);border-radius:4px;padding:9px 18px;min-width:88px;text-align:center;background:rgba(255,255,255,.06);}
.yedupe-search{width:178px!important;min-width:178px!important;height:28px!important;border:2px solid rgba(255,255,255,.88)!important;border-radius:4px!important;background:rgba(0,0,0,.08)!important;position:relative;display:flex!important;align-items:center!important;overflow:visible!important;}
.yedupe-search i{left:10px!important;top:50%!important;transform:translateY(-50%)!important;color:#fff!important;font-size:12px!important;position:absolute!important;z-index:2;}
.yedupe-search input,#header .yedupe-search input{height:24px!important;line-height:24px!important;background:transparent!important;border:0!important;outline:0!important;color:#fff!important;width:176px!important;min-width:176px!important;max-width:176px!important;padding:0 8px 0 30px!important;font-size:11px!important;font-weight:700!important;letter-spacing:.2px!important;font-family:Arial,sans-serif!important;text-transform:none!important;}
.yedupe-search input::placeholder{color:#fff!important;opacity:.95!important;font-size:11px!important;font-weight:700!important;}
#searchResults{top:34px!important;left:0!important;right:auto!important;width:230px!important;min-width:230px!important;background:#fff!important;border:0!important;border-radius:2px!important;box-shadow:0 8px 22px rgba(0,0,0,.22)!important;padding:10px!important;}
#searchResults .user-meta{color:#222!important;background:#fff!important;padding:8px 10px!important;border-radius:2px;}
#searchResults .user-meta:hover{background:#f3f3f3!important;}
#searchResults a,#searchResults .username,#searchResults span{color:#222!important;text-shadow:none!important;font-weight:800!important;font-size:12px!important;}
#searchResults .avatar img{width:24px;height:24px;border-radius:3px;image-rendering:auto;}
.yedupe-hero-mark{position:relative;z-index:8;height:248px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:38px;pointer-events:auto;}
.yedupe-hero-mark img{width:118px;filter:drop-shadow(0 8px 18px rgba(0,0,0,.3));}
.yedupe-tagline{margin-top:24px;color:#fff;text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:7px;text-shadow:0 2px 12px rgba(0,0,0,.45);}
body.page-inner .yedupe-header{height:190px!important;overflow:hidden!important;}
body.page-inner .yedupe-hero-mark{display:none!important;}
body.page-inner .main--wrapper{min-height:650px;background:#efefef!important;}
body.page-login .yedupe-header{height:62px!important;background:transparent!important;overflow:visible!important;}
body.page-login .yedupe-header .header-bg{display:none!important;}
body.page-login .main--wrapper{background:transparent!important;min-height:calc(100vh - 62px)!important;}
body.page-login .yedupe-login-page{min-height:calc(100vh - 62px)!important;padding-top:110px!important;margin-top:0!important;}
body.page-login .yedupe-auth-title h1{font-size:44px;letter-spacing:22px;color:#fff!important;text-shadow:0 2px 16px rgba(0,0,0,.18);}
body.page-login .yedupe-auth-title p{color:rgba(255,255,255,.58)!important;}
body.page-login #foot, body.page-login .yedupe-hero-mark{display:none!important;}
body.page-home .yedupe-header{height:340px!important;}
body.page-home .yedupe-hero-mark{height:278px!important;padding-top:44px!important;justify-content:center!important;}
body.page-home .yedupe-home{margin-top:-82px!important;position:relative;z-index:12;}
body.page-home .yedupe-news-wrap{width:922px!important;max-width:922px!important;margin:0 auto;background:#fff;min-height:570px;}
.yedupe-store-strip{height:31px;line-height:31px;display:block;text-align:center;background:#ff1f2b!important;color:white!important;text-transform:uppercase;text-decoration:none!important;font-size:11px;font-weight:900;letter-spacing:5px;border-radius:2px 2px 0 0;}
.yedupe-announcements{padding:15px 14px 40px!important;background:#fff!important;min-height:520px!important;}
.yedupe-post-card{background:#fff;border:1px solid #ddd;border-radius:3px;margin:0 0 18px;box-shadow:0 1px 0 rgba(0,0,0,.03);overflow:hidden;}
.yedupe-post-title{display:block;background:#261b33!important;color:#fff!important;padding:8px 14px;text-decoration:none!important;font-size:14px;font-weight:900;letter-spacing:5px;text-transform:uppercase;line-height:1.15;border-radius:2px 2px 0 0;}
.yedupe-post-meta{display:flex;align-items:center;gap:5px;padding:11px 14px 0;color:#b8b8b8;font-size:12px;}
.yedupe-post-meta img{width:20px;height:20px;border-radius:2px;}
.yedupe-post-meta a{font-size:12px;font-weight:900;text-decoration:none!important;}
.yedupe-post-preview{position:relative;max-height:116px;overflow:hidden;padding:8px 14px 34px;color:#777;font-size:14px;line-height:1.48;}
.yedupe-post-preview:after{content:"";position:absolute;left:0;right:0;bottom:0;height:42px;background:linear-gradient(rgba(255,255,255,0),#fff);}
.yedupe-read-more{display:block;margin:0 14px 14px;height:30px;line-height:30px;text-align:center;border-radius:3px;background:#d9ad2d!important;color:#fff!important;text-transform:uppercase;text-decoration:none!important;font-size:11px;font-weight:900;letter-spacing:1.4px;}
#foot{background:#242424!important;min-height:230px!important;margin-top:0!important;padding:42px 0 26px!important;color:#73767e;}
#foot .container{width:922px!important;max-width:922px!important;margin:0 auto!important;padding:0!important;position:relative;}
#foot .logo{height:44px;margin-bottom:28px;}
#foot .logo img{width:45px;opacity:.65;}
#foot .top{border-bottom:1px solid rgba(255,255,255,.055);padding:0 0 22px;margin-bottom:28px;display:flex;justify-content:flex-end;}
#foot .right{display:flex;gap:34px;}
#foot .right a{margin:0!important;color:#a6adb6!important;font-size:10px!important;letter-spacing:2px!important;font-weight:800!important;text-transform:uppercase;text-decoration:none!important;}
#foot .middle{border:0!important;margin:0!important;padding:0!important;display:flex;justify-content:space-between;align-items:flex-start;}
#foot .text{font-size:11px;color:#7d8087;font-weight:700;}
#foot .text span{font-size:16px!important;font-weight:800!important;color:#888c94!important;}
#foot .watermark{display:block!important;opacity:.18;width:86px;height:32px;overflow:hidden;}
#foot .watermark svg{width:86px;fill:#fff;}

.yedupe-page-title{position:relative;z-index:8;text-align:center;color:#fff;text-transform:uppercase;margin-top:-112px;margin-bottom:72px;}
.yedupe-page-title h1{font-size:34px;letter-spacing:18px;font-weight:900;margin:0;padding-left:18px;text-shadow:0 2px 14px rgba(0,0,0,.25);}
.yedupe-page-title p{font-size:10px;letter-spacing:5px;font-weight:900;margin:4px 0 0;color:rgba(255,255,255,.8);}
.yedupe-staff-shell{width:922px;max-width:922px;margin:-40px auto 70px;background:#fff;border-radius:5px;padding:12px;display:grid;grid-template-columns:1fr 220px;gap:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);}
.yedupe-staff-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;align-items:stretch;}
.yedupe-staff-card{background:#fafafa;border:1px solid #ececec;border-radius:4px;min-height:112px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:14px 8px;text-decoration:none!important;}
.yedupe-staff-card.owner,.yedupe-staff-card.developer,.yedupe-staff-card.platform-admin,.yedupe-staff-card.senior-admin-single{grid-column:span 2;}
.yedupe-staff-card img{width:48px;height:48px;object-fit:cover;image-rendering:auto;margin-bottom:8px;}
.yedupe-staff-name{display:block;color:#111!important;font-size:15px;font-weight:900;text-decoration:none!important;letter-spacing:.2px;line-height:1.1;}
.yedupe-staff-rank{display:block;text-transform:uppercase;font-size:9px;font-weight:900;letter-spacing:5px;margin-top:5px;}
.yedupe-staff-jump{background:#fff;border-left:1px solid #eee;padding:0 0 10px;}
.yedupe-staff-jump h3{height:28px;line-height:28px;margin:0 0 8px;text-align:center;color:#8a8a8a;text-transform:uppercase;font-size:11px;font-weight:900;letter-spacing:3px;background:#f7f7f7;border-radius:3px;}
.yedupe-staff-jump a{display:block;height:28px;line-height:28px;background:#eee;border-radius:5px;margin:7px 10px;color:#777!important;text-align:center;text-transform:uppercase;text-decoration:none!important;font-size:10px;font-weight:900;letter-spacing:3px;}
.yedupe-staff-jump a.active,.yedupe-staff-jump a:hover{background:#c90000;color:#fff!important;}

.yedupe-leaderboard-shell{width:930px;max-width:930px;margin:-40px auto 70px;background:#fff;border-radius:5px;padding:14px;box-shadow:0 2px 8px rgba(0,0,0,.08);}
.yedupe-lb-tabs{height:38px;background:#f3f3f3;border-radius:4px;margin-bottom:12px;display:flex;align-items:center;overflow:hidden;}
.yedupe-lb-tabs .select{height:38px;line-height:38px;padding:0 26px;background:#d9ad2d;color:#fff;text-transform:uppercase;font-size:11px;font-weight:900;letter-spacing:4px;position:relative;}
.yedupe-lb-tabs a{height:38px;line-height:38px;padding:0 22px;color:#aaa!important;text-transform:uppercase;text-decoration:none!important;font-size:11px;font-weight:900;letter-spacing:3px;border-left:1px solid #e5e5e5;}
.yedupe-lb-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;}
.yedupe-lb-card{border:1px solid #ddd;border-radius:5px;overflow:visible;background:#fff;}
.yedupe-lb-head{height:30px;line-height:30px;background:#261b33;color:#fff;text-align:center;text-transform:uppercase;font-size:11px;font-weight:900;letter-spacing:1px;position:relative;}
.yedupe-lb-table{width:100%;border-collapse:collapse;font-size:12px;}
.yedupe-lb-table th{background:#eee;color:#aaa;text-transform:uppercase;font-size:10px;letter-spacing:2px;font-weight:900;padding:6px 8px;}
.yedupe-lb-table td{padding:7px 8px;border-bottom:1px solid #f2f2f2;color:#777;font-weight:800;}
.yedupe-lb-table img{width:20px;height:20px;border-radius:2px;margin-right:6px;vertical-align:middle;}
.yedupe-lb-rank{width:34px;text-align:center;color:#999;font-weight:900;}
.yedupe-lb-amount{text-align:right;color:#888;font-weight:900;}
#view > .main--wrapper .container{display:block;}
body.page-inner #view > .main--wrapper .container{width:100%;max-width:none;padding:0;}

.yedupe-staff-page #section-above,.yedupe-leaderboard-page #section-above{display:none!important;}


html,body{width:100%;min-height:100%;background:#efefef!important;overflow-x:hidden;}
#view{min-height:100vh;display:flex;flex-direction:column;}
.main--wrapper{background:#efefef!important;flex:1 0 auto;}
.yedupe-header{height:285px!important;position:relative!important;overflow:visible!important;background:#213c55!important;}
.yedupe-header .header-bg{position:absolute!important;inset:-8px!important;background-image:linear-gradient(rgba(25,45,63,.28),rgba(25,45,63,.28)),url('/images/background.jpg')!important;background-size:cover!important;background-position:center 45%!important;filter:blur(5px) saturate(1.08)!important;transform:scale(1.035)!important;opacity:1!important;}
.yedupe-header:after{content:"";position:absolute;inset:0;background:rgba(20,36,52,.12)!important;pointer-events:none;}
.yedupe-nav{height:55px!important;position:relative!important;z-index:30!important;}
.yedupe-nav-inner{width:930px!important;max-width:930px!important;height:55px!important;margin:0 auto!important;display:flex!important;align-items:center!important;gap:24px!important;}
.yedupe-brand{width:34px!important;min-width:34px!important;height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.yedupe-brand img{width:30px!important;max-height:38px!important;object-fit:contain!important;}
.yedupe-nav-links{display:flex!important;align-items:center!important;gap:29px!important;flex:0 0 auto!important;}
.yedupe-nav-actions{display:flex!important;align-items:center!important;gap:14px!important;margin-left:auto!important;}
.yedupe-nav-links a,.yedupe-store,.yedupe-login{font-size:10px!important;font-weight:800!important;letter-spacing:4px!important;color:#fff!important;text-transform:uppercase!important;text-decoration:none!important;text-shadow:0 1px 10px rgba(0,0,0,.28)!important;line-height:1!important;white-space:nowrap!important;}
.yedupe-login{height:27px!important;min-width:64px!important;border:2px solid rgba(255,255,255,.9)!important;border-radius:4px!important;padding:0 12px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:rgba(255,255,255,.06)!important;}
.yedupe-store{margin-right:3px!important;}
.yedupe-search{width:144px!important;min-width:144px!important;max-width:144px!important;height:27px!important;border:2px solid rgba(255,255,255,.9)!important;border-radius:4px!important;background:rgba(20,35,50,.18)!important;position:relative!important;display:flex!important;align-items:center!important;overflow:visible!important;box-sizing:border-box!important;}
.yedupe-search i{position:absolute!important;left:10px!important;top:50%!important;transform:translateY(-50%)!important;color:#fff!important;font-size:11px!important;width:13px!important;text-align:center!important;z-index:5!important;pointer-events:none!important;}
.yedupe-search input,#header .yedupe-search input{position:relative!important;z-index:4!important;width:140px!important;min-width:140px!important;max-width:140px!important;height:23px!important;line-height:23px!important;border:0!important;background:transparent!important;color:#fff!important;padding:0 7px 0 35px!important;margin:0!important;font:700 11px/23px Arial,sans-serif!important;letter-spacing:.2px!important;text-transform:none!important;box-sizing:border-box!important;outline:none!important;box-shadow:none!important;}
.yedupe-search input::placeholder{color:#fff!important;opacity:.95!important;font:700 11px/23px Arial,sans-serif!important;}
#searchResults{top:32px!important;left:0!important;width:225px!important;min-width:225px!important;background:#fff!important;border:0!important;border-radius:2px!important;box-shadow:0 8px 22px rgba(0,0,0,.24)!important;padding:8px!important;z-index:99999!important;}
#searchResults .user-meta{display:flex!important;align-items:center!important;gap:8px!important;background:#fff!important;color:#222!important;padding:8px 10px!important;border-radius:2px!important;}
#searchResults .user-meta:hover{background:#f1f1f1!important;}
#searchResults a,#searchResults span,#searchResults .username{color:#222!important;text-shadow:none!important;font-size:12px!important;font-weight:900!important;letter-spacing:.2px!important;text-decoration:none!important;opacity:1!important;}
#searchResults .avatar img{width:24px!important;height:24px!important;border-radius:3px!important;}
body.page-home .yedupe-header{height:365px!important;}
body.page-home .yedupe-hero-mark{position:absolute!important;top:92px!important;left:0!important;right:0!important;height:auto!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-direction:column!important;z-index:15!important;}
body.page-home .yedupe-hero-mark img{width:124px!important;height:auto!important;filter:drop-shadow(0 8px 18px rgba(0,0,0,.35))!important;}
body.page-home .yedupe-tagline{margin-top:16px!important;color:#fff!important;font-size:10px!important;font-weight:900!important;letter-spacing:6px!important;text-transform:uppercase!important;text-shadow:0 2px 12px rgba(0,0,0,.45)!important;}
body.page-home .yedupe-home{margin-top:-34px!important;position:relative!important;z-index:20!important;}
body.page-home .yedupe-news-wrap{width:922px!important;max-width:922px!important;margin:0 auto -34px!important;background:#fff!important;min-height:560px!important;border-radius:0 0 5px 5px!important;box-shadow:0 1px 0 rgba(0,0,0,.05)!important;position:relative!important;}
.yedupe-store-strip{height:30px!important;line-height:30px!important;background:#ff1f2b!important;color:#fff!important;text-align:center!important;text-transform:uppercase!important;text-decoration:none!important;font-size:10px!important;font-weight:900!important;letter-spacing:5px!important;border-radius:2px 2px 0 0!important;position:relative!important;z-index:2!important;}
.yedupe-announcements{background:#fff!important;min-height:520px!important;padding:14px 14px 28px!important;border-left:1px solid #dfdfdf!important;border-right:1px solid #dfdfdf!important;}
.yedupe-post-card{background:#fff!important;border:1px solid #dadade!important;border-radius:4px!important;margin-bottom:20px!important;box-shadow:0 2px 0 rgba(0,0,0,.025)!important;overflow:hidden!important;}
.yedupe-post-title{display:block!important;background:#261b33!important;color:#fff!important;text-decoration:none!important;text-transform:uppercase!important;font-size:14px!important;font-weight:900!important;letter-spacing:5px!important;line-height:1.15!important;padding:8px 14px!important;}
.yedupe-post-meta{display:flex!important;align-items:center!important;gap:5px!important;color:#bcbcc0!important;font-size:12px!important;font-weight:700!important;padding:12px 14px 5px!important;}
.yedupe-post-meta img{width:18px!important;height:18px!important;border-radius:2px!important;margin-right:2px!important;}
.yedupe-post-preview{position:relative!important;max-height:126px!important;overflow:hidden!important;padding:0 14px 34px!important;color:#747883!important;font-size:14px!important;font-weight:500!important;line-height:1.45!important;}
.yedupe-post-preview:after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:0!important;height:54px!important;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff 88%)!important;}
.yedupe-read-more{display:block!important;margin:0 14px 12px!important;height:31px!important;line-height:31px!important;border-radius:3px!important;background:#d9ad2d!important;color:#fff!important;text-align:center!important;text-decoration:none!important;text-transform:uppercase!important;font-size:10px!important;font-weight:900!important;letter-spacing:1.6px!important;}
body.page-inner .yedupe-header{height:270px!important;overflow:hidden!important;}
body.page-inner .yedupe-hero-mark{display:none!important;}
body.page-inner .main--wrapper{background:#efefef!important;min-height:520px!important;}
.yedupe-page-title{position:relative!important;z-index:20!important;text-align:center!important;color:#fff!important;text-transform:uppercase!important;margin:-190px auto 94px!important;}
.yedupe-page-title h1{margin:0!important;color:#fff!important;font-size:32px!important;line-height:.95!important;font-weight:900!important;letter-spacing:18px!important;padding-left:18px!important;text-shadow:0 2px 14px rgba(0,0,0,.32)!important;}
.yedupe-page-title p{margin:7px 0 0!important;color:rgba(255,255,255,.92)!important;font-size:10px!important;font-weight:900!important;letter-spacing:5px!important;text-shadow:0 1px 8px rgba(0,0,0,.28)!important;}
.yedupe-staff-shell,.yedupe-leaderboard-shell{position:relative!important;z-index:25!important;margin:-64px auto -38px!important;}
.yedupe-staff-shell{width:922px!important;max-width:922px!important;background:#fff!important;border-radius:5px!important;padding:12px!important;display:grid!important;grid-template-columns:1fr 220px!important;gap:12px!important;box-shadow:0 2px 8px rgba(0,0,0,.08)!important;}
.yedupe-staff-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:12px!important;align-items:stretch!important;}
.yedupe-staff-card{background:#fbfbfb!important;border:1px solid #ededed!important;border-radius:4px!important;min-height:112px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:14px 8px!important;text-decoration:none!important;box-shadow:0 1px 0 rgba(0,0,0,.025)!important;}
.yedupe-staff-card.owner,.yedupe-staff-card.developer,.yedupe-staff-card.platform-admin,.yedupe-staff-card.senior-admin-single{grid-column:span 2!important;}
.yedupe-staff-card img{width:50px!important;height:50px!important;object-fit:cover!important;margin-bottom:8px!important;image-rendering:auto!important;}
.yedupe-staff-name{display:block!important;color:#111!important;font-size:15px!important;font-weight:900!important;text-decoration:none!important;letter-spacing:.1px!important;line-height:1.1!important;}
.yedupe-staff-rank{display:block!important;text-transform:uppercase!important;font-size:9px!important;font-weight:900!important;letter-spacing:5px!important;margin-top:5px!important;}
.yedupe-staff-jump{background:#fff!important;border-left:1px solid #eee!important;padding:0 0 10px!important;}
.yedupe-staff-jump h3{height:28px!important;line-height:28px!important;margin:0 0 8px!important;text-align:center!important;color:#8a8a8a!important;text-transform:uppercase!important;font-size:11px!important;font-weight:900!important;letter-spacing:3px!important;background:#f7f7f7!important;border-radius:3px!important;}
.yedupe-staff-jump a{display:block!important;height:28px!important;line-height:28px!important;background:#eee!important;border-radius:5px!important;margin:7px 10px!important;color:#777!important;text-align:center!important;text-transform:uppercase!important;text-decoration:none!important;font-size:10px!important;font-weight:900!important;letter-spacing:3px!important;}
.yedupe-staff-jump a.active,.yedupe-staff-jump a:hover{background:#c90000!important;color:#fff!important;}
.yedupe-leaderboard-shell{width:930px!important;max-width:930px!important;background:#fff!important;border-radius:5px!important;padding:14px!important;box-shadow:0 2px 8px rgba(0,0,0,.08)!important;}
.yedupe-lb-tabs{height:38px!important;background:#f3f3f3!important;border-radius:4px!important;margin-bottom:12px!important;display:flex!important;align-items:center!important;overflow:hidden!important;}
.yedupe-lb-tabs .select{height:38px!important;line-height:38px!important;padding:0 26px!important;background:#d9ad2d!important;color:#fff!important;text-transform:uppercase!important;font-size:11px!important;font-weight:900!important;letter-spacing:4px!important;position:relative!important;}
.yedupe-lb-tabs .select:after{content:"";position:absolute;right:-17px;top:0;border-top:19px solid transparent;border-bottom:19px solid transparent;border-left:17px solid #d9ad2d;}
.yedupe-lb-tabs a{height:38px!important;line-height:38px!important;padding:0 24px!important;color:#aaa!important;text-transform:uppercase!important;text-decoration:none!important;font-size:11px!important;font-weight:900!important;letter-spacing:3px!important;border-left:1px solid #e5e5e5!important;}
.yedupe-lb-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:12px!important;}
.yedupe-lb-card{border:1px solid #ddd!important;border-radius:5px!important;overflow:visible!important;background:#fff!important;}
.yedupe-lb-head{height:30px!important;line-height:30px!important;background:#261b33!important;color:#fff!important;text-align:center!important;text-transform:uppercase!important;font-size:10px!important;font-weight:900!important;letter-spacing:1px!important;}
.yedupe-lb-table{width:100%!important;border-collapse:collapse!important;font-size:12px!important;}
.yedupe-lb-table th{background:#eee!important;color:#aaa!important;text-transform:uppercase!important;font-size:9px!important;letter-spacing:2px!important;font-weight:900!important;padding:6px 8px!important;}
.yedupe-lb-table td{padding:7px 8px!important;border-bottom:1px solid #f2f2f2!important;color:#777!important;font-weight:800!important;}
.yedupe-lb-table img{width:20px!important;height:20px!important;border-radius:2px!important;margin-right:6px!important;vertical-align:middle!important;}
.yedupe-lb-rank{width:34px!important;text-align:center!important;color:#999!important;font-weight:900!important;}
.yedupe-lb-amount{text-align:right!important;color:#888!important;font-weight:900!important;}
body.page-login,.login-page-body{background-image:linear-gradient(rgba(26,51,70,.58),rgba(27,54,61,.54)),url('/images/background.jpg')!important;background-size:cover!important;background-position:center!important;background-attachment:fixed!important;}
body.page-login .yedupe-header,body:has(.yedupe-login-page) .yedupe-header{height:55px!important;background:transparent!important;overflow:visible!important;}
body.page-login .yedupe-header .header-bg,body:has(.yedupe-login-page) .yedupe-header .header-bg{display:none!important;}
body.page-login .yedupe-hero-mark,body:has(.yedupe-login-page) .yedupe-hero-mark,body.page-login #foot,body:has(.yedupe-login-page) #foot{display:none!important;}
body.page-login .main--wrapper,body:has(.yedupe-login-page) .main--wrapper{background:transparent!important;min-height:calc(100vh - 55px)!important;}
body.page-login .yedupe-login-page,body:has(.yedupe-login-page) .yedupe-login-page{margin-top:0!important;padding-top:92px!important;min-height:calc(100vh - 55px)!important;}
.yedupe-auth-title h1{font-size:42px!important;letter-spacing:25px!important;padding-left:25px!important;color:#fff!important;text-shadow:0 2px 18px rgba(0,0,0,.25)!important;}
.yedupe-auth-title p{color:rgba(255,255,255,.60)!important;}
.yedupe-auth-card{width:455px!important;background:#fff!important;border-radius:5px!important;padding:30px!important;box-shadow:0 16px 28px rgba(0,0,0,.06)!important;}
.yedupe-auth-card input{height:43px!important;background:#f3f3f3!important;border:0!important;border-radius:4px!important;text-align:center!important;}
.yedupe-auth-card button{height:36px!important;background:#d9ad2d!important;color:#fff!important;border:0!important;border-radius:3px!important;text-transform:uppercase!important;font-size:11px!important;font-weight:900!important;letter-spacing:1.8px!important;}
.yedupe-auth-links{width:455px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important;margin:16px auto 0!important;}
.yedupe-auth-links a{height:48px!important;line-height:48px!important;background:#fff!important;border-radius:5px!important;text-align:center!important;text-decoration:none!important;font-size:13px!important;font-weight:600!important;}
#foot{background:#242424!important;min-height:178px!important;padding:32px 0 24px!important;margin-top:0!important;color:#73767e!important;position:relative!important;z-index:1!important;}
#foot .yedupe-footer-inner{width:930px!important;max-width:930px!important;margin:0 auto!important;padding:0!important;}
.footer-brand{display:flex!important;align-items:center!important;gap:10px!important;height:36px!important;opacity:.42!important;}
.footer-brand img{width:40px!important;height:40px!important;object-fit:contain!important;}
.footer-brand span{color:#fff!important;font-weight:800!important;font-size:13px!important;}
.footer-nav{float:right!important;margin-top:-24px!important;display:flex!important;gap:32px!important;}
.footer-nav a{color:#a7aeb7!important;text-transform:uppercase!important;text-decoration:none!important;font-size:10px!important;font-weight:900!important;letter-spacing:1.8px!important;}
.footer-line{clear:both!important;border-top:1px solid rgba(255,255,255,.055)!important;margin:28px 0 28px!important;}
.footer-bottom{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;}
.footer-copy{font-size:11px!important;color:#858991!important;font-weight:700!important;line-height:1.35!important;}
.footer-copy strong{font-size:16px!important;color:#8d929b!important;font-weight:900!important;}
.footer-faint{text-transform:uppercase!important;font-size:9px!important;letter-spacing:8px!important;color:rgba(255,255,255,.12)!important;margin-top:6px!important;}
#view>.main--wrapper .container{display:block!important;}
body.page-inner #view>.main--wrapper .container{width:100%!important;max-width:none!important;padding:0!important;}
@media(max-width:980px){.yedupe-nav-inner,.yedupe-news-wrap,.yedupe-staff-shell,.yedupe-leaderboard-shell,#foot .yedupe-footer-inner{max-width:calc(100vw - 28px)!important;width:calc(100vw - 28px)!important}.yedupe-nav-links{gap:14px!important}.yedupe-nav-links a,.yedupe-store,.yedupe-login{letter-spacing:2px!important}.yedupe-staff-shell{grid-template-columns:1fr!important}.yedupe-staff-grid,.yedupe-lb-grid{grid-template-columns:1fr 1fr!important}.yedupe-staff-jump{display:none!important}}


html, body { min-height:100%; }
body { background:#ececec !important; }
#view { min-height:100vh; display:flex; flex-direction:column; }
.main--wrapper { flex:1 0 auto; background:#ececec !important; }


.yedupe-header { height:300px !important; overflow:visible !important; }
.yedupe-header .header-bg { background-position:center 42% !important; filter:blur(5px) saturate(1.06) !important; }
.yedupe-nav { height:58px !important; }
.yedupe-nav-inner { width:930px !important; max-width:930px !important; height:58px !important; margin:0 auto !important; }
.yedupe-nav-links, .yedupe-nav-actions { gap:28px !important; }
.yedupe-nav-links a, .yedupe-store, .yedupe-login { font-family:Arial,sans-serif !important; font-weight:700 !important; letter-spacing:4px !important; font-size:12px !important; color:#fff !important; text-shadow:0 1px 12px rgba(0,0,0,.28) !important; }
.yedupe-brand img { width:32px !important; height:auto !important; }

body.page-home .yedupe-header { height:392px !important; }
body.page-home .yedupe-hero-mark { height:300px !important; padding-top:68px !important; justify-content:center !important; }
body.page-home .yedupe-hero-mark img { width:124px !important; margin-bottom:18px !important; }
body.page-home .yedupe-tagline { margin-top:0 !important; color:#fff !important; font-size:11px !important; letter-spacing:7px !important; font-weight:900 !important; text-shadow:0 2px 14px rgba(0,0,0,.45) !important; }
body.page-home .yedupe-home { margin-top:-54px !important; position:relative !important; z-index:12 !important; }
body.page-home .yedupe-news-wrap { width:922px !important; max-width:922px !important; min-height:540px !important; background:#fff !important; margin:0 auto -38px !important; padding:0 14px 42px !important; border-radius:0 0 3px 3px !important; }
body.page-home .yedupe-store-strip { height:29px !important; line-height:29px !important; margin:0 -14px 14px !important; display:block !important; background:#ff202b !important; color:#fff !important; text-align:center !important; font-size:11px !important; font-weight:900 !important; letter-spacing:5px !important; text-transform:uppercase !important; position:relative !important; z-index:20 !important; }
.yedupe-announcements { padding:0 !important; }
.yedupe-post-card { margin:0 0 16px !important; border:1px solid #ddd !important; border-radius:4px !important; background:#fff !important; overflow:hidden !important; }
.yedupe-post-title { height:30px !important; line-height:30px !important; display:block !important; background:#261b33 !important; color:#fff !important; padding:0 14px !important; text-transform:uppercase !important; font-size:13px !important; font-weight:900 !important; letter-spacing:6px !important; }
.yedupe-post-meta { padding:12px 14px 0 !important; font-size:12px !important; }
.yedupe-post-preview { padding:10px 14px 24px !important; max-height:112px !important; overflow:hidden !important; position:relative !important; color:#777 !important; font-size:14px !important; line-height:1.45 !important; }
.yedupe-post-preview:after { content:""; position:absolute; left:0; right:0; bottom:0; height:42px; background:linear-gradient(rgba(255,255,255,0),#fff); }
.yedupe-read-more { margin:0 14px 14px !important; height:28px !important; line-height:28px !important; display:block !important; border-radius:3px !important; background:#d9ad2d !important; color:#fff !important; text-align:center !important; font-size:11px !important; font-weight:900 !important; letter-spacing:2px !important; text-transform:uppercase !important; }


body.page-inner .yedupe-header, body:not(.page-home):not(.page-login) .yedupe-header { height:252px !important; overflow:visible !important; }
body.page-inner .yedupe-hero-mark, body:not(.page-home):not(.page-login) .yedupe-hero-mark { display:none !important; }
.yedupe-page-title { position:relative !important; z-index:8 !important; text-align:center !important; color:#fff !important; text-transform:uppercase !important; margin:-150px auto 84px !important; }
.yedupe-page-title h1 { color:#fff !important; font-family:Arial,sans-serif !important; font-size:34px !important; letter-spacing:19px !important; font-weight:900 !important; margin:0 !important; padding-left:19px !important; text-shadow:0 2px 16px rgba(0,0,0,.38) !important; }
.yedupe-page-title p { color:rgba(255,255,255,.92) !important; font-size:10px !important; font-weight:900 !important; letter-spacing:5px !important; margin:8px 0 0 !important; text-shadow:0 1px 8px rgba(0,0,0,.32) !important; }


.yedupe-search { width:180px !important; min-width:180px !important; max-width:180px !important; height:28px !important; border:2px solid rgba(255,255,255,.92) !important; border-radius:4px !important; box-sizing:border-box !important; overflow:visible !important; background:rgba(255,255,255,.08) !important; }
.yedupe-search i { position:absolute !important; left:12px !important; top:50% !important; transform:translateY(-50%) !important; width:13px !important; text-align:center !important; color:#fff !important; font-size:12px !important; pointer-events:none !important; }
.yedupe-search input, #header .yedupe-search input, #searchInput { box-sizing:border-box !important; width:176px !important; min-width:176px !important; max-width:176px !important; height:24px !important; line-height:24px !important; padding:0 8px 0 36px !important; margin:0 !important; border:0 !important; background:transparent !important; color:#fff !important; text-indent:0 !important; font-size:11px !important; font-family:Arial,sans-serif !important; font-weight:700 !important; letter-spacing:.2px !important; }
.yedupe-search input::placeholder { color:#fff !important; opacity:.95 !important; }
#searchResults { top:34px !important; left:0 !important; width:248px !important; min-width:248px !important; background:#fff !important; border:0 !important; border-radius:2px !important; box-shadow:0 8px 22px rgba(0,0,0,.25) !important; padding:8px !important; z-index:9999 !important; }
#searchResults .user-meta { display:flex !important; align-items:center !important; gap:9px !important; color:#222 !important; background:#fff !important; padding:8px 10px !important; border-radius:2px !important; }
#searchResults a, #searchResults span, #searchResults .username { color:#222 !important; opacity:1 !important; text-shadow:none !important; font-size:12px !important; font-weight:900 !important; }
#searchResults .avatar img { width:24px !important; height:24px !important; border-radius:2px !important; }


.yedupe-staff-shell { width:930px !important; max-width:930px !important; margin:-56px auto -38px !important; padding:12px !important; background:#fff !important; border-radius:5px !important; display:grid !important; grid-template-columns:1fr 220px !important; gap:12px !important; box-shadow:0 2px 8px rgba(0,0,0,.08) !important; position:relative !important; z-index:20 !important; }
.yedupe-staff-groups { display:flex !important; flex-direction:column !important; gap:12px !important; }
.yedupe-rank-row { display:grid !important; gap:12px !important; }
.yedupe-rank-row.one { grid-template-columns:1fr !important; }
.yedupe-rank-row.two { grid-template-columns:1fr 1fr !important; }
.yedupe-rank-row.many { grid-template-columns:repeat(4,1fr) !important; }
.yedupe-rank-row.one .yedupe-staff-card { width:100% !important; max-width:none !important; }
.yedupe-staff-card { background:#fbfbfb !important; border:1px solid #ededed !important; border-radius:4px !important; min-height:112px !important; display:flex !important; flex-direction:column !important; align-items:center !important; justify-content:center !important; text-align:center !important; padding:15px 8px 13px !important; text-decoration:none !important; box-shadow:0 1px 0 rgba(0,0,0,.025) !important; }
.yedupe-staff-card img { width:50px !important; height:50px !important; margin:0 0 9px !important; image-rendering:auto !important; }
.yedupe-staff-name { color:#111 !important; font-family:Arial,sans-serif !important; font-size:16px !important; font-weight:900 !important; line-height:1.05 !important; }
.yedupe-staff-rank { text-transform:uppercase !important; font-family:Arial,sans-serif !important; font-size:9px !important; font-weight:900 !important; letter-spacing:5px !important; margin-top:6px !important; }
.yedupe-staff-jump { border-left:1px solid #eee !important; padding:0 0 10px !important; }
.yedupe-staff-jump h3 { height:28px !important; line-height:28px !important; background:#f7f7f7 !important; color:#888 !important; border-radius:3px !important; text-align:center !important; font-size:11px !important; font-weight:900 !important; letter-spacing:3px !important; margin:0 0 8px !important; text-transform:uppercase !important; }
.yedupe-staff-jump a { display:block !important; height:29px !important; line-height:29px !important; margin:7px 10px !important; border-radius:5px !important; background:#eee !important; color:#777 !important; text-align:center !important; text-decoration:none !important; text-transform:uppercase !important; font-size:10px !important; font-weight:900 !important; letter-spacing:3px !important; }
.yedupe-staff-jump a.active, .yedupe-staff-jump a:hover { background:#c90000 !important; color:#fff !important; }


.yedupe-leaderboard-shell { width:930px !important; max-width:930px !important; margin:-56px auto -38px !important; padding:14px !important; background:#fff !important; border-radius:5px !important; box-shadow:0 2px 8px rgba(0,0,0,.08) !important; position:relative !important; z-index:20 !important; }
.yedupe-lb-tabs { height:38px !important; margin-bottom:12px !important; display:flex !important; background:#f5f5f5 !important; border-radius:4px !important; overflow:hidden !important; }
.yedupe-lb-tabs .select { min-width:210px !important; height:38px !important; line-height:38px !important; background:#d9ad2d !important; color:#fff !important; text-transform:uppercase !important; font-size:11px !important; font-weight:900 !important; letter-spacing:4px !important; text-align:center !important; }
.yedupe-lb-tabs a { height:38px !important; line-height:38px !important; min-width:130px !important; text-align:center !important; color:#aaa !important; text-transform:uppercase !important; text-decoration:none !important; font-size:11px !important; font-weight:900 !important; letter-spacing:3px !important; border-left:1px solid #e7e7e7 !important; }
.yedupe-lb-grid { grid-template-columns:repeat(3,1fr) !important; gap:12px !important; }
.yedupe-lb-head { background:#261b33 !important; color:#fff !important; height:30px !important; line-height:30px !important; font-size:10px !important; font-weight:900 !important; text-transform:uppercase !important; }


body.page-login, body:has(.yedupe-login-page) { background-image:linear-gradient(rgba(28,51,70,.55),rgba(28,54,61,.55)),url('/images/background.jpg') !important; background-size:cover !important; background-position:center !important; background-attachment:fixed !important; }
body.page-login .yedupe-header, body:has(.yedupe-login-page) .yedupe-header { height:58px !important; background:transparent !important; overflow:visible !important; }
body.page-login .yedupe-header .header-bg, body:has(.yedupe-login-page) .yedupe-header .header-bg { display:none !important; }
body.page-login .main--wrapper, body:has(.yedupe-login-page) .main--wrapper { background:transparent !important; min-height:calc(100vh - 58px) !important; }
body.page-login #foot, body:has(.yedupe-login-page) #foot, body.page-login .yedupe-hero-mark, body:has(.yedupe-login-page) .yedupe-hero-mark { display:none !important; }
.yedupe-login-page { padding-top:112px !important; margin-top:0 !important; min-height:calc(100vh - 58px) !important; }
.yedupe-auth-title h1 { color:#fff !important; font-size:42px !important; letter-spacing:25px !important; padding-left:25px !important; }
.yedupe-auth-title p { color:rgba(255,255,255,.58) !important; }


#foot { background:#242424 !important; min-height:126px !important; padding:26px 0 22px !important; margin-top:0 !important; }
#foot .yedupe-footer-inner { width:930px !important; max-width:930px !important; margin:0 auto !important; padding:0 !important; position:relative !important; }
.footer-brand { float:left !important; height:34px !important; opacity:.55 !important; display:flex !important; align-items:center !important; gap:10px !important; }
.footer-brand img { width:34px !important; height:34px !important; object-fit:contain !important; }
.footer-brand span { color:rgba(255,255,255,.42) !important; font-family:Arial,sans-serif !important; font-size:10px !important; font-weight:900 !important; letter-spacing:6px !important; text-transform:uppercase !important; }
.footer-nav { float:right !important; margin:8px 0 0 !important; display:flex !important; gap:34px !important; }
.footer-nav a { color:#a7aeb7 !important; text-decoration:none !important; text-transform:uppercase !important; font-size:10px !important; font-weight:900 !important; letter-spacing:2px !important; }
.footer-line { display:none !important; }
.footer-bottom { clear:both !important; padding-top:24px !important; display:flex !important; justify-content:space-between !important; align-items:flex-end !important; border-top:1px solid rgba(255,255,255,.055) !important; }
.footer-copy { color:#858991 !important; font-size:11px !important; font-weight:700 !important; line-height:1.35 !important; }
.footer-copy strong { color:#8d929b !important; font-size:16px !important; font-weight:900 !important; }
.footer-faint { color:rgba(255,255,255,.055) !important; font-family:Arial,sans-serif !important; font-size:10px !important; font-weight:900 !important; letter-spacing:8px !important; text-transform:uppercase !important; margin:0 !important; }

@media(max-width:980px){.yedupe-nav-inner,.yedupe-news-wrap,.yedupe-staff-shell,.yedupe-leaderboard-shell,#foot .yedupe-footer-inner{width:calc(100vw - 28px)!important;max-width:calc(100vw - 28px)!important}.yedupe-staff-shell{grid-template-columns:1fr!important}.yedupe-rank-row.many{grid-template-columns:repeat(2,1fr)!important}.yedupe-staff-jump{display:none!important}.yedupe-lb-grid{grid-template-columns:1fr!important}}


:root{
  --yedupe-owner:#c40000;
  --yedupe-developer:#2f71ff;
  --yedupe-platform:#b94720;
  --yedupe-headadmin:#2f71ff;
  --yedupe-senioradmin:#ff4545;
  --yedupe-admin:#ff4545;
  --yedupe-seniormod:#0eb8b5;
  --yedupe-mod:#38dff1;
  --yedupe-trialmod:#f0a72f;
  --yedupe-helper:#ffd944;
}


.yedupe-header{height:255px!important;overflow:visible!important;background:#243b54!important;}
.yedupe-header .header-bg{inset:0!important;background-image:linear-gradient(rgba(25,46,66,.35),rgba(25,46,66,.35)),url('/images/background.jpg')!important;background-size:cover!important;background-position:center 54%!important;filter:blur(5px) saturate(1.05)!important;transform:scale(1.045)!important;opacity:1!important;}
.yedupe-nav{height:58px!important;}
.yedupe-nav-inner{height:58px!important;width:930px!important;max-width:930px!important;gap:24px!important;align-items:center!important;}
.yedupe-brand{width:31px!important;min-width:31px!important;height:40px!important;}
.yedupe-brand img{width:29px!important;max-height:39px!important;}
.yedupe-nav-links{gap:32px!important;}
.yedupe-nav-actions{gap:20px!important;margin-left:auto!important;}
.yedupe-nav-links a,.yedupe-store,.yedupe-login{font-family:Arial,sans-serif!important;font-size:10px!important;font-weight:900!important;letter-spacing:4px!important;line-height:1!important;color:#fff!important;text-shadow:0 1px 9px rgba(0,0,0,.38)!important;white-space:nowrap!important;}
.yedupe-login{height:28px!important;min-width:72px!important;padding:0 13px!important;border:2px solid rgba(255,255,255,.86)!important;border-radius:4px!important;background:rgba(255,255,255,.05)!important;}


.yedupe-search{width:150px!important;min-width:150px!important;max-width:150px!important;height:28px!important;border:2px solid rgba(255,255,255,.86)!important;border-radius:4px!important;background:rgba(0,0,0,.09)!important;position:relative!important;display:block!important;overflow:visible!important;}
.yedupe-search i{position:absolute!important;left:11px!important;top:50%!important;transform:translateY(-50%)!important;width:13px!important;font-size:12px!important;line-height:12px!important;color:#fff!important;z-index:5!important;pointer-events:none!important;}
.yedupe-search input,#header .yedupe-search input,#searchInput{position:absolute!important;left:0!important;top:0!important;width:146px!important;min-width:146px!important;max-width:146px!important;height:24px!important;line-height:24px!important;padding:0 8px 0 34px!important;margin:0!important;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;color:#fff!important;text-indent:0!important;font-family:Arial,sans-serif!important;font-size:10px!important;font-weight:800!important;letter-spacing:.1px!important;text-transform:none!important;}
.yedupe-search input::placeholder,#searchInput::placeholder{color:#fff!important;opacity:.95!important;}
#searchResults{top:32px!important;left:0!important;width:230px!important;min-width:230px!important;padding:7px!important;background:#fff!important;border-radius:2px!important;box-shadow:0 7px 20px rgba(0,0,0,.24)!important;}
#searchResults .user-meta{display:flex!important;align-items:center!important;gap:8px!important;color:#222!important;text-shadow:none!important;background:#fff!important;padding:8px 9px!important;}
#searchResults a,#searchResults span,#searchResults .username{color:#222!important;opacity:1!important;font-family:Arial,sans-serif!important;font-size:12px!important;font-weight:900!important;text-shadow:none!important;}


body.page-home .yedupe-header{height:335px!important;}
body.page-home .yedupe-hero-mark{height:252px!important;padding-top:50px!important;justify-content:center!important;}
body.page-home .yedupe-hero-mark img{width:112px!important;}
body.page-home .yedupe-tagline{margin-top:15px!important;color:#fff!important;font-size:10px!important;font-weight:900!important;letter-spacing:5px!important;}
body.page-home .yedupe-home{margin-top:-36px!important;position:relative!important;z-index:20!important;}
body.page-home .yedupe-news-wrap{width:922px!important;max-width:922px!important;min-height:560px!important;background:#fff!important;box-shadow:none!important;}
.yedupe-store-strip{height:31px!important;line-height:31px!important;margin:0!important;border-radius:1px 1px 0 0!important;}


body.page-inner .yedupe-header{height:255px!important;overflow:hidden!important;}
body.page-inner .yedupe-page-title{position:relative!important;z-index:10!important;text-align:center!important;margin-top:-158px!important;margin-bottom:86px!important;color:#fff!important;pointer-events:none!important;}
body.page-inner .yedupe-page-title h1{font-family:Arial,sans-serif!important;color:#fff!important;font-size:33px!important;font-weight:900!important;letter-spacing:19px!important;line-height:1!important;margin:0!important;padding-left:19px!important;text-shadow:0 2px 14px rgba(0,0,0,.24)!important;}
body.page-inner .yedupe-page-title p{font-family:Arial,sans-serif!important;color:rgba(255,255,255,.82)!important;font-size:10px!important;font-weight:900!important;letter-spacing:5px!important;margin:7px 0 0!important;text-shadow:0 2px 10px rgba(0,0,0,.2)!important;}
body.page-inner .main--wrapper{background:#efefef!important;min-height:610px!important;}


.yedupe-staff-shell{width:930px!important;max-width:930px!important;margin:-82px auto 74px!important;padding:12px!important;display:grid!important;grid-template-columns:1fr 220px!important;gap:12px!important;background:#fff!important;border-radius:5px!important;box-shadow:0 2px 8px rgba(0,0,0,.08)!important;position:relative!important;z-index:30!important;}
.yedupe-staff-groups{display:flex!important;flex-direction:column!important;gap:12px!important;}
.yedupe-rank-row{display:grid!important;gap:12px!important;align-items:stretch!important;}
.yedupe-rank-row.one{grid-template-columns:1fr!important;}
.yedupe-rank-row.two{grid-template-columns:1fr 1fr!important;}
.yedupe-rank-row.many{grid-template-columns:repeat(4,1fr)!important;}
.yedupe-staff-card{min-height:112px!important;background:#fbfbfb!important;border:1px solid #ececec!important;border-radius:4px!important;box-shadow:0 1px 0 rgba(0,0,0,.025)!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;text-decoration:none!important;padding:15px 8px 13px!important;}
.yedupe-staff-card img{width:50px!important;height:50px!important;margin:0 0 9px!important;image-rendering:auto!important;}
.yedupe-staff-name{color:#111!important;font-family:Arial,sans-serif!important;font-size:16px!important;font-weight:900!important;line-height:1.05!important;}
.yedupe-staff-rank{font-family:Arial,sans-serif!important;text-transform:uppercase!important;font-size:9px!important;font-weight:900!important;letter-spacing:5px!important;margin-top:6px!important;}
.yedupe-staff-jump{border-left:1px solid #eee!important;padding:0 0 10px!important;background:#fff!important;}
.yedupe-staff-jump h3{height:28px!important;line-height:28px!important;background:#f7f7f7!important;color:#888!important;border-radius:3px!important;margin:0 0 8px!important;text-align:center!important;font-size:11px!important;font-weight:900!important;letter-spacing:3px!important;text-transform:uppercase!important;}
.yedupe-staff-jump a{display:block!important;height:28px!important;line-height:28px!important;margin:7px 10px!important;border-radius:5px!important;background:#eee!important;color:#777!important;text-align:center!important;text-decoration:none!important;text-transform:uppercase!important;font-family:Arial,sans-serif!important;font-size:10px!important;font-weight:900!important;letter-spacing:3px!important;}
.yedupe-staff-rank[data-rank="Owner"], .yedupe-staff-rank[data-rank="OWNER"]{color:var(--yedupe-owner)!important;}
.yedupe-staff-rank[data-rank="Developer"], .yedupe-staff-rank[data-rank="DEVELOPER"]{color:var(--yedupe-developer)!important;}
.yedupe-staff-rank[data-rank="Platform Admin"], .yedupe-staff-rank[data-rank="PLATFORM ADMIN"], .yedupe-staff-rank[data-rank="PlatformAdmin"]{color:var(--yedupe-platform)!important;}
.yedupe-staff-rank[data-rank="HeadAdmin"], .yedupe-staff-rank[data-rank="Head Admin"], .yedupe-staff-rank[data-rank="HEADADMIN"]{color:var(--yedupe-headadmin)!important;}
.yedupe-staff-rank[data-rank="SeniorAdmin"], .yedupe-staff-rank[data-rank="Senior Admin"], .yedupe-staff-rank[data-rank="SENIORADMIN"]{color:var(--yedupe-senioradmin)!important;}
.yedupe-staff-rank[data-rank="Admin"], .yedupe-staff-rank[data-rank="ADMIN"]{color:var(--yedupe-admin)!important;}
.yedupe-staff-rank[data-rank="SeniorMod"], .yedupe-staff-rank[data-rank="Senior Mod"], .yedupe-staff-rank[data-rank="SENIORMOD"]{color:var(--yedupe-seniormod)!important;}
.yedupe-staff-rank[data-rank="Mod"], .yedupe-staff-rank[data-rank="MOD"]{color:var(--yedupe-mod)!important;}
.yedupe-staff-rank[data-rank="TrialMod"], .yedupe-staff-rank[data-rank="Trial Mod"], .yedupe-staff-rank[data-rank="TRIALMOD"]{color:var(--yedupe-trialmod)!important;}
.yedupe-staff-rank[data-rank="Helper"], .yedupe-staff-rank[data-rank="HELPER"]{color:var(--yedupe-helper)!important;}
.yedupe-staff-jump a[data-rank="Owner"], .yedupe-staff-jump a[data-rank="OWNER"]{--rank-hover:var(--yedupe-owner)}
.yedupe-staff-jump a[data-rank="Developer"], .yedupe-staff-jump a[data-rank="DEVELOPER"]{--rank-hover:var(--yedupe-developer)}
.yedupe-staff-jump a[data-rank="HeadAdmin"], .yedupe-staff-jump a[data-rank="Head Admin"], .yedupe-staff-jump a[data-rank="HEADADMIN"]{--rank-hover:var(--yedupe-headadmin)}
.yedupe-staff-jump a[data-rank="SeniorAdmin"], .yedupe-staff-jump a[data-rank="Senior Admin"], .yedupe-staff-jump a[data-rank="SENIORADMIN"]{--rank-hover:var(--yedupe-senioradmin)}
.yedupe-staff-jump a[data-rank="Admin"], .yedupe-staff-jump a[data-rank="ADMIN"]{--rank-hover:var(--yedupe-admin)}
.yedupe-staff-jump a[data-rank="SeniorMod"], .yedupe-staff-jump a[data-rank="Senior Mod"], .yedupe-staff-jump a[data-rank="SENIORMOD"]{--rank-hover:var(--yedupe-seniormod)}
.yedupe-staff-jump a[data-rank="Mod"], .yedupe-staff-jump a[data-rank="MOD"]{--rank-hover:var(--yedupe-mod)}
.yedupe-staff-jump a[data-rank="TrialMod"], .yedupe-staff-jump a[data-rank="Trial Mod"], .yedupe-staff-jump a[data-rank="TRIALMOD"]{--rank-hover:var(--yedupe-trialmod)}
.yedupe-staff-jump a[data-rank="Helper"], .yedupe-staff-jump a[data-rank="HELPER"]{--rank-hover:var(--yedupe-helper)}
.yedupe-staff-jump a.active,.yedupe-staff-jump a:hover{background:var(--rank-hover,#c90000)!important;color:#fff!important;}


.yedupe-leaderboard-shell{width:930px!important;max-width:930px!important;margin:-82px auto 74px!important;background:#fff!important;border-radius:5px!important;padding:14px!important;box-shadow:0 2px 8px rgba(0,0,0,.08)!important;position:relative!important;z-index:30!important;}
.yedupe-lb-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:12px!important;}
.yedupe-lb-card{border:1px solid #e5e5e5!important;border-radius:4px!important;overflow:hidden!important;background:#fff!important;}
.yedupe-lb-head{height:30px!important;line-height:30px!important;background:#261b33!important;color:#fff!important;font-size:10px!important;font-weight:900!important;letter-spacing:.2px!important;text-transform:uppercase!important;}


#foot{background:#242424!important;min-height:94px!important;padding:25px 0!important;margin-top:0!important;color:#73767e!important;}
#foot .yedupe-footer-inner{width:930px!important;max-width:930px!important;margin:0 auto!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;border:0!important;}
.footer-brand{float:none!important;display:flex!important;align-items:center!important;gap:11px!important;height:38px!important;opacity:.95!important;}
.footer-brand img{width:28px!important;height:28px!important;object-fit:contain!important;opacity:.9!important;}
.footer-brand span{font-family:Arial,sans-serif!important;font-size:10px!important;font-weight:900!important;letter-spacing:7px!important;text-transform:uppercase!important;color:rgba(255,255,255,.17)!important;}
.footer-nav{float:none!important;margin:0!important;display:flex!important;gap:34px!important;align-items:center!important;}
.footer-nav a{font-family:Arial,sans-serif!important;color:#a7aeb7!important;text-decoration:none!important;text-transform:uppercase!important;font-size:10px!important;font-weight:900!important;letter-spacing:2px!important;}
.footer-bottom,.footer-copy{display:none!important;}
.footer-faint{display:none!important;}

@media(max-width:980px){.yedupe-nav-inner,.yedupe-news-wrap,.yedupe-staff-shell,.yedupe-leaderboard-shell,#foot .yedupe-footer-inner{width:calc(100vw - 28px)!important;max-width:calc(100vw - 28px)!important}.yedupe-staff-shell{grid-template-columns:1fr!important}.yedupe-rank-row.many{grid-template-columns:repeat(2,1fr)!important}.yedupe-staff-jump{display:none!important}.yedupe-lb-grid{grid-template-columns:1fr!important}.footer-nav{gap:14px!important}}


html, body { background:#efefef !important; }
#view { min-height:100vh !important; display:flex !important; flex-direction:column !important; }
.main--wrapper { flex:1 0 auto !important; background:#efefef !important; }
.yedupe-header { height:315px !important; overflow:visible !important; }
.yedupe-header .header-bg { inset:-12px !important; background-position:center 62% !important; background-size:cover !important; transform:scale(1.06) !important; filter:blur(5px) saturate(1.05) !important; }
.yedupe-nav { height:64px !important; z-index:80 !important; }
.yedupe-nav-inner { width:930px !important; max-width:930px !important; height:64px !important; margin:0 auto !important; display:flex !important; align-items:center !important; gap:28px !important; }
.yedupe-brand { width:34px !important; min-width:34px !important; }
.yedupe-brand img { width:31px !important; height:auto !important; }
.yedupe-nav-links { gap:30px !important; }
.yedupe-nav-actions { margin-left:auto !important; gap:18px !important; }
.yedupe-nav-links a, .yedupe-store, .yedupe-login { font-family:Arial,sans-serif !important; color:#fff !important; font-size:10px !important; font-weight:800 !important; letter-spacing:4px !important; line-height:1 !important; text-transform:uppercase !important; text-decoration:none !important; white-space:nowrap !important; text-shadow:0 1px 10px rgba(0,0,0,.35) !important; }
.yedupe-login { min-width:74px !important; height:29px !important; padding:0 14px !important; display:flex !important; align-items:center !important; justify-content:center !important; border:2px solid rgba(255,255,255,.88) !important; border-radius:4px !important; }
.yedupe-search { width:180px !important; min-width:180px !important; max-width:180px !important; height:29px !important; padding:0 9px !important; display:flex !important; align-items:center !important; gap:7px !important; border:2px solid rgba(255,255,255,.88) !important; border-radius:4px !important; background:rgba(0,0,0,.10) !important; box-sizing:border-box !important; overflow:visible !important; position:relative !important; }
.yedupe-search i { position:static !important; transform:none !important; width:12px !important; min-width:12px !important; margin:0 !important; color:#fff !important; font-size:11px !important; pointer-events:none !important; }
.yedupe-search input, #header .yedupe-search input, #searchInput { flex:1 1 auto !important; width:auto !important; min-width:0 !important; max-width:none !important; height:25px !important; line-height:25px !important; padding:0 !important; margin:0 !important; border:0 !important; outline:0 !important; background:transparent !important; color:#fff !important; font:700 11px/25px Arial,sans-serif !important; letter-spacing:.1px !important; text-indent:0 !important; }
.yedupe-search input::placeholder { color:#fff !important; opacity:.95 !important; }
#searchResults { top:35px !important; left:0 !important; width:250px !important; min-width:250px !important; padding:8px !important; background:#fff !important; border:0 !important; border-radius:2px !important; box-shadow:0 8px 22px rgba(0,0,0,.25) !important; z-index:99999 !important; }
#searchResults .user-meta { display:flex !important; align-items:center !important; gap:9px !important; padding:8px 10px !important; color:#222 !important; background:#fff !important; }
#searchResults .user-meta:hover { background:#f2f2f2 !important; }
#searchResults a, #searchResults span, #searchResults .username { color:#222 !important; opacity:1 !important; text-shadow:none !important; font:900 12px/1 Arial,sans-serif !important; }
#searchResults .avatar img { width:24px !important; height:24px !important; border-radius:2px !important; }
body.page-home .yedupe-header { height:405px !important; }
body.page-home .yedupe-hero-mark { position:absolute !important; top:92px !important; left:0 !important; right:0 !important; height:auto !important; padding:0 !important; display:flex !important; flex-direction:column !important; align-items:center !important; justify-content:flex-start !important; z-index:15 !important; }
body.page-home .yedupe-hero-mark img { width:120px !important; margin:0 0 18px !important; }
body.page-home .yedupe-tagline { margin:0 !important; font-size:10px !important; letter-spacing:6px !important; color:#fff !important; font-weight:900 !important; }
body.page-home .yedupe-home { margin-top:-88px !important; position:relative !important; z-index:20 !important; }
body.page-home .yedupe-news-wrap { width:922px !important; max-width:922px !important; margin:0 auto -20px !important; min-height:560px !important; padding:0 14px 38px !important; background:#fff !important; }
body.page-home .yedupe-store-strip { margin:0 -14px 14px !important; height:30px !important; line-height:30px !important; }
body.page-inner .yedupe-header, body:not(.page-home):not(.page-login) .yedupe-header { height:300px !important; overflow:visible !important; }
body.page-inner .yedupe-hero-mark, body:not(.page-home):not(.page-login) .yedupe-hero-mark { display:none !important; }
body.page-inner .yedupe-page-title, body:not(.page-home):not(.page-login) .yedupe-page-title { position:relative !important; z-index:20 !important; margin:-205px auto 95px !important; text-align:center !important; text-transform:uppercase !important; pointer-events:none !important; }
body.page-inner .yedupe-page-title h1, body:not(.page-home):not(.page-login) .yedupe-page-title h1 { margin:0 !important; padding-left:18px !important; color:#fff !important; font:900 34px/1 Arial,sans-serif !important; letter-spacing:18px !important; text-shadow:0 2px 14px rgba(0,0,0,.32) !important; }
body.page-inner .yedupe-page-title p, body:not(.page-home):not(.page-login) .yedupe-page-title p { margin:8px 0 0 !important; color:rgba(255,255,255,.92) !important; font:900 10px/1 Arial,sans-serif !important; letter-spacing:5px !important; }
.yedupe-staff-shell { width:930px !important; max-width:930px !important; margin:-70px auto 68px !important; padding:12px !important; display:grid !important; grid-template-columns:1fr 220px !important; gap:12px !important; background:#fff !important; border-radius:5px !important; box-shadow:0 2px 8px rgba(0,0,0,.08) !important; position:relative !important; z-index:30 !important; }
.yedupe-staff-groups { display:flex !important; flex-direction:column !important; gap:12px !important; min-height:0 !important; }
.yedupe-rank-row { display:grid !important; gap:12px !important; width:100% !important; }
.yedupe-rank-row.one { grid-template-columns:1fr !important; }
.yedupe-rank-row.two { grid-template-columns:1fr 1fr !important; }
.yedupe-rank-row.many { grid-template-columns:repeat(4,1fr) !important; }
.yedupe-rank-row .yedupe-staff-card { min-height:112px !important; width:100% !important; }
.yedupe-staff-card { background:#fbfbfb !important; border:1px solid #ededed !important; border-radius:4px !important; box-shadow:0 1px 0 rgba(0,0,0,.025) !important; display:flex !important; flex-direction:column !important; align-items:center !important; justify-content:center !important; text-align:center !important; text-decoration:none !important; padding:15px 8px 13px !important; }
.yedupe-staff-card img { width:50px !important; height:50px !important; margin:0 0 9px !important; object-fit:cover !important; }
.yedupe-staff-name { color:#111 !important; font:900 16px/1.05 Arial,sans-serif !important; text-decoration:none !important; }
.yedupe-staff-rank { color:var(--rank-color, #4f6dff) !important; text-transform:uppercase !important; font:900 9px/1 Arial,sans-serif !important; letter-spacing:5px !important; margin-top:6px !important; }
.yedupe-staff-jump { background:#fff !important; border-left:1px solid #eee !important; padding:0 0 10px !important; }
.yedupe-staff-jump h3 { height:28px !important; line-height:28px !important; margin:0 0 8px !important; background:#f7f7f7 !important; color:#888 !important; text-align:center !important; text-transform:uppercase !important; font:900 11px/28px Arial,sans-serif !important; letter-spacing:3px !important; }
.yedupe-staff-jump a { display:block !important; height:28px !important; line-height:28px !important; margin:7px 10px !important; border-radius:5px !important; background:#eee !important; color:#777 !important; text-align:center !important; text-transform:uppercase !important; text-decoration:none !important; font:900 10px/28px Arial,sans-serif !important; letter-spacing:3px !important; }
.yedupe-staff-jump a.active, .yedupe-staff-jump a:hover { background:var(--rank-color, #c90000) !important; color:#fff !important; }
#foot { flex:0 0 auto !important; background:#242424 !important; min-height:96px !important; padding:28px 0 !important; margin:0 !important; }
#foot .yedupe-footer-inner { width:930px !important; max-width:930px !important; margin:0 auto !important; padding:0 !important; display:flex !important; align-items:center !important; justify-content:space-between !important; }
.footer-brand { display:flex !important; align-items:center !important; gap:12px !important; opacity:1 !important; }
.footer-brand img { width:25px !important; height:25px !important; object-fit:contain !important; opacity:.85 !important; }
.footer-brand span { color:rgba(255,255,255,.16) !important; font:900 10px/1 Arial,sans-serif !important; letter-spacing:7px !important; text-transform:uppercase !important; }
.footer-nav { display:flex !important; gap:34px !important; margin:0 !important; float:none !important; }
.footer-nav a { color:#a7aeb7 !important; text-decoration:none !important; text-transform:uppercase !important; font:900 10px/1 Arial,sans-serif !important; letter-spacing:2px !important; }
.footer-bottom, .footer-copy, .footer-faint, .footer-line { display:none !important; }
@media(max-width:980px){ .yedupe-nav-inner,.yedupe-news-wrap,.yedupe-staff-shell,.yedupe-leaderboard-shell,#foot .yedupe-footer-inner{width:calc(100vw - 28px)!important;max-width:calc(100vw - 28px)!important} .yedupe-nav-links,.yedupe-nav-actions{gap:12px!important} .yedupe-nav-links a,.yedupe-store,.yedupe-login{letter-spacing:2px!important;font-size:9px!important} .yedupe-staff-shell{grid-template-columns:1fr!important} .yedupe-rank-row.many{grid-template-columns:repeat(2,1fr)!important} .yedupe-staff-jump{display:none!important} }



html, body { background:#eeeeee !important; }
#view { min-height:100vh !important; display:flex !important; flex-direction:column !important; }
.main--wrapper { flex:1 0 auto !important; padding:0 !important; margin:0 !important; background:#eeeeee !important; }


#header.yedupe-header { height:335px !important; min-height:335px !important; max-height:none !important; overflow:visible !important; position:relative !important; z-index:5 !important; background:#28405a !important; }
#header.yedupe-header .header-bg { position:absolute !important; left:0 !important; right:0 !important; top:0 !important; bottom:0 !important; inset:0 !important; background-image:linear-gradient(rgba(25,44,62,.28),rgba(25,44,62,.28)),url('/images/background.jpg') !important; background-repeat:no-repeat !important; background-size:100% auto !important; background-position:center 58% !important; filter:blur(5px) saturate(1.06) !important; transform:scale(1.035) !important; opacity:1 !important; }
#header.yedupe-header:after { content:"" !important; position:absolute !important; inset:0 !important; height:auto !important; background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.02) 55%,rgba(0,0,0,0)) !important; pointer-events:none !important; z-index:1 !important; }


.yedupe-nav { position:relative !important; z-index:50 !important; height:58px !important; }
.yedupe-nav-inner { width:940px !important; max-width:940px !important; height:58px !important; margin:0 auto !important; display:flex !important; align-items:center !important; gap:26px !important; }
.yedupe-brand { width:32px !important; min-width:32px !important; height:42px !important; display:flex !important; align-items:center !important; justify-content:center !important; }
.yedupe-brand img { width:30px !important; height:auto !important; display:block !important; }
.yedupe-nav-links { display:flex !important; align-items:center !important; gap:32px !important; flex:0 0 auto !important; }
.yedupe-nav-actions { margin-left:auto !important; display:flex !important; align-items:center !important; gap:16px !important; flex:0 0 auto !important; }
.yedupe-nav-links a,.yedupe-store,.yedupe-login { color:#fff !important; font-family:Arial,sans-serif !important; font-size:10px !important; font-weight:800 !important; letter-spacing:4px !important; line-height:1 !important; text-transform:uppercase !important; text-decoration:none !important; white-space:nowrap !important; text-shadow:0 1px 10px rgba(0,0,0,.42) !important; }
.yedupe-login { min-width:72px !important; height:28px !important; padding:0 13px !important; border:2px solid rgba(255,255,255,.86) !important; border-radius:4px !important; display:flex !important; align-items:center !important; justify-content:center !important; }


.yedupe-search { width:178px !important; min-width:178px !important; max-width:178px !important; height:28px !important; padding:0 9px !important; box-sizing:border-box !important; display:flex !important; align-items:center !important; gap:8px !important; border:2px solid rgba(255,255,255,.88) !important; border-radius:4px !important; background:rgba(0,0,0,.08) !important; position:relative !important; overflow:visible !important; }
.yedupe-search i { position:relative !important; left:auto !important; top:auto !important; transform:none !important; flex:0 0 12px !important; width:12px !important; height:12px !important; margin:0 !important; color:#fff !important; font-size:11px !important; line-height:12px !important; z-index:1 !important; }
.yedupe-search input, #header .yedupe-search input, input#searchInput { position:relative !important; left:auto !important; top:auto !important; flex:1 1 auto !important; width:auto !important; min-width:0 !important; max-width:none !important; height:24px !important; line-height:24px !important; padding:0 !important; margin:0 !important; border:0 !important; outline:0 !important; background:transparent !important; color:#fff !important; box-shadow:none !important; text-indent:0 !important; font:700 11px/24px Arial,sans-serif !important; letter-spacing:.1px !important; text-transform:none !important; z-index:1 !important; }
.yedupe-search input::placeholder,#searchInput::placeholder { color:#fff !important; opacity:.95 !important; }


body.page-inner .yedupe-page-title, body:not(.page-home):not(.page-login) .yedupe-page-title { position:relative !important; z-index:25 !important; margin:-238px auto 112px !important; text-align:center !important; text-transform:uppercase !important; pointer-events:none !important; clear:both !important; }
body.page-inner .yedupe-page-title h1, body:not(.page-home):not(.page-login) .yedupe-page-title h1 { color:#fff !important; margin:0 !important; padding:0 0 0 18px !important; font-family:Arial,sans-serif !important; font-size:34px !important; line-height:1 !important; font-weight:900 !important; letter-spacing:18px !important; text-shadow:0 2px 14px rgba(0,0,0,.36) !important; }
body.page-inner .yedupe-page-title p, body:not(.page-home):not(.page-login) .yedupe-page-title p { color:rgba(255,255,255,.92) !important; margin:8px 0 0 !important; font:900 10px/1 Arial,sans-serif !important; letter-spacing:5px !important; text-shadow:0 1px 8px rgba(0,0,0,.32) !important; }


body.page-home #header.yedupe-header { height:405px !important; min-height:405px !important; }
body.page-home #header.yedupe-header .header-bg { background-size:100% auto !important; background-position:center 60% !important; }
body.page-home .yedupe-hero-mark { position:absolute !important; left:0 !important; right:0 !important; top:118px !important; z-index:30 !important; height:auto !important; padding:0 !important; display:flex !important; flex-direction:column !important; align-items:center !important; }
body.page-home .yedupe-hero-mark img { width:126px !important; height:auto !important; margin:0 0 20px !important; }
body.page-home .yedupe-tagline { color:#fff !important; font:900 10px/1 Arial,sans-serif !important; letter-spacing:6px !important; text-transform:uppercase !important; text-shadow:0 1px 10px rgba(0,0,0,.36) !important; }
body.page-home .yedupe-home { position:relative !important; z-index:35 !important; margin-top:-88px !important; }
body.page-home .yedupe-news-wrap { width:922px !important; max-width:922px !important; margin:0 auto 0 !important; min-height:560px !important; background:#fff !important; padding:0 14px 38px !important; box-shadow:none !important; }
body.page-home .yedupe-store-strip { margin:0 -14px 14px !important; height:30px !important; line-height:30px !important; }


.yedupe-staff-shell { width:930px !important; max-width:930px !important; margin:-82px auto 70px !important; padding:12px !important; background:#fff !important; border-radius:5px !important; box-shadow:0 2px 8px rgba(0,0,0,.08) !important; display:grid !important; grid-template-columns:1fr 220px !important; gap:12px !important; position:relative !important; z-index:35 !important; }
.yedupe-staff-groups { display:flex !important; flex-direction:column !important; gap:12px !important; }
.yedupe-rank-row { display:grid !important; gap:12px !important; width:100% !important; }
.yedupe-rank-row.one { grid-template-columns:1fr !important; }
.yedupe-rank-row.two { grid-template-columns:1fr 1fr !important; }
.yedupe-rank-row.many { grid-template-columns:repeat(4,1fr) !important; }
.yedupe-rank-row.two .yedupe-staff-card { width:100% !important; }
.yedupe-staff-card { background:#fbfbfb !important; border:1px solid #ededed !important; border-radius:4px !important; min-height:112px !important; display:flex !important; align-items:center !important; justify-content:center !important; flex-direction:column !important; padding:15px 8px 13px !important; text-align:center !important; text-decoration:none !important; }
.yedupe-staff-card img { width:50px !important; height:50px !important; margin:0 0 9px !important; object-fit:cover !important; }
.yedupe-staff-name { color:#111 !important; font:900 16px/1.05 Arial,sans-serif !important; }
.yedupe-staff-rank { color:var(--rank-color,#2f8cff) !important; text-transform:uppercase !important; font:900 9px/1 Arial,sans-serif !important; letter-spacing:5px !important; margin-top:6px !important; }
.yedupe-staff-jump a.active,.yedupe-staff-jump a:hover { background:var(--rank-color,#c90000) !important; color:#fff !important; }


#foot { flex:0 0 auto !important; background:#242424 !important; height:88px !important; min-height:88px !important; padding:0 !important; margin:0 !important; display:flex !important; align-items:center !important; }
#foot .yedupe-footer-inner { width:930px !important; max-width:930px !important; margin:0 auto !important; padding:0 !important; display:flex !important; align-items:center !important; justify-content:space-between !important; }
.footer-brand { display:flex !important; align-items:center !important; gap:12px !important; opacity:1 !important; }
.footer-brand img { width:25px !important; height:25px !important; object-fit:contain !important; opacity:.85 !important; }
.footer-brand span { color:rgba(255,255,255,.16) !important; font:900 10px/1 Arial,sans-serif !important; letter-spacing:7px !important; text-transform:uppercase !important; }
.footer-nav { display:flex !important; gap:34px !important; margin:0 !important; float:none !important; }
.footer-nav a { color:#a7aeb7 !important; font:900 10px/1 Arial,sans-serif !important; letter-spacing:2px !important; text-transform:uppercase !important; text-decoration:none !important; }
.footer-bottom,.footer-copy,.footer-faint,.footer-line{display:none!important;}

@media(max-width:980px){#header.yedupe-header{height:320px!important}.yedupe-nav-inner,.yedupe-news-wrap,.yedupe-staff-shell,.yedupe-leaderboard-shell,#foot .yedupe-footer-inner{width:calc(100vw - 28px)!important;max-width:calc(100vw - 28px)!important}.yedupe-nav-links,.yedupe-nav-actions{gap:12px!important}.yedupe-nav-links a,.yedupe-store,.yedupe-login{letter-spacing:2px!important;font-size:9px!important}.yedupe-staff-shell{grid-template-columns:1fr!important}.yedupe-rank-row.many{grid-template-columns:repeat(2,1fr)!important}.yedupe-staff-jump{display:none!important}}


html, body { min-height: 100% !important; }
body { background:#efefef !important; }
#view { min-height:100vh !important; display:flex !important; flex-direction:column !important; }
.main--wrapper { flex:1 0 auto !important; background:#efefef !important; }


#header.yedupe-header {
    position:relative !important;
    overflow:visible !important;
    background-color:#2b4057 !important;
    background-image:linear-gradient(rgba(13,28,43,.30),rgba(13,28,43,.18)), url('/images/background.jpg') !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;
    background-position:center 46% !important;
}
#header.yedupe-header .header-bg { display:none !important; }
#header.yedupe-header:after { content:"" !important; position:absolute !important; inset:0 !important; z-index:1 !important; pointer-events:none !important; background:linear-gradient(180deg,rgba(0,0,0,.20),rgba(0,0,0,.04) 65%,rgba(0,0,0,0)) !important; }

body.page-inner #header.yedupe-header,
body:not(.page-home):not(.page-login) #header.yedupe-header { height:355px !important; min-height:355px !important; background-size:cover !important; background-position:center 48% !important; }
body.page-home #header.yedupe-header { height:455px !important; min-height:455px !important; background-size:cover !important; background-position:center 48% !important; }
body.page-login #header.yedupe-header { height:0 !important; min-height:0 !important; }
body.page-login #header.yedupe-header .yedupe-nav { position:absolute !important; top:0 !important; left:0 !important; right:0 !important; }


.yedupe-nav { position:relative !important; z-index:80 !important; height:60px !important; }
.yedupe-nav-inner { width:930px !important; max-width:930px !important; height:60px !important; margin:0 auto !important; display:flex !important; align-items:center !important; gap:26px !important; }
.yedupe-brand { width:32px !important; min-width:32px !important; height:46px !important; }
.yedupe-brand img { width:31px !important; height:auto !important; }
.yedupe-nav-links { display:flex !important; align-items:center !important; gap:33px !important; flex:0 0 auto !important; }
.yedupe-nav-actions { margin-left:auto !important; display:flex !important; align-items:center !important; gap:16px !important; flex:0 0 auto !important; }
.yedupe-nav-links a,.yedupe-store,.yedupe-login { font-family:Arial,sans-serif !important; font-size:10px !important; font-weight:700 !important; letter-spacing:4px !important; color:#fff !important; text-transform:uppercase !important; text-decoration:none !important; white-space:nowrap !important; text-shadow:0 1px 10px rgba(0,0,0,.42) !important; }
.yedupe-login { height:28px !important; min-width:72px !important; border:2px solid rgba(255,255,255,.9) !important; border-radius:4px !important; display:flex !important; align-items:center !important; justify-content:center !important; padding:0 14px !important; }


.yedupe-search { width:178px !important; min-width:178px !important; max-width:178px !important; height:28px !important; border:2px solid rgba(255,255,255,.9) !important; border-radius:4px !important; padding:0 9px !important; display:flex !important; align-items:center !important; gap:8px !important; background:rgba(0,0,0,.08) !important; box-sizing:border-box !important; overflow:visible !important; position:relative !important; }
.yedupe-search i { position:static !important; transform:none !important; flex:0 0 12px !important; width:12px !important; height:12px !important; line-height:12px !important; margin:0 !important; font-size:11px !important; color:#fff !important; pointer-events:none !important; }
.yedupe-search input,#header .yedupe-search input,input#searchInput { position:static !important; flex:1 1 auto !important; min-width:0 !important; width:auto !important; max-width:none !important; height:24px !important; line-height:24px !important; padding:0 !important; margin:0 !important; border:0 !important; background:transparent !important; outline:0 !important; box-shadow:none !important; text-indent:0 !important; color:#fff !important; font:700 11px/24px Arial,sans-serif !important; letter-spacing:.1px !important; }
.yedupe-search input::placeholder { color:#fff !important; opacity:.95 !important; }
#searchResults { top:34px !important; left:0 !important; width:230px !important; min-width:230px !important; }


body.page-inner .yedupe-page-title,
body:not(.page-home):not(.page-login) .yedupe-page-title { position:relative !important; z-index:35 !important; text-align:center !important; margin:-245px auto 126px !important; pointer-events:none !important; }
body.page-inner .yedupe-page-title h1,
body:not(.page-home):not(.page-login) .yedupe-page-title h1 { color:#fff !important; font:900 34px/1 Arial,sans-serif !important; letter-spacing:18px !important; margin:0 !important; padding-left:18px !important; text-shadow:0 2px 15px rgba(0,0,0,.34) !important; }
body.page-inner .yedupe-page-title p,
body:not(.page-home):not(.page-login) .yedupe-page-title p { color:#fff !important; font:900 10px/1 Arial,sans-serif !important; letter-spacing:5px !important; margin:9px 0 0 !important; text-shadow:0 1px 8px rgba(0,0,0,.34) !important; }


body.page-home .yedupe-hero-mark { top:132px !important; z-index:40 !important; }
body.page-home .yedupe-hero-mark img { width:126px !important; margin-bottom:20px !important; }
body.page-home .yedupe-home { margin-top:-96px !important; z-index:45 !important; }
body.page-home .yedupe-news-wrap { width:922px !important; max-width:922px !important; min-height:560px !important; background:#fff !important; margin:0 auto 0 !important; padding:0 14px 38px !important; }


.yedupe-staff-shell { width:930px !important; max-width:930px !important; margin:-98px auto 72px !important; padding:12px !important; background:#fff !important; border-radius:5px !important; box-shadow:0 2px 8px rgba(0,0,0,.08) !important; display:grid !important; grid-template-columns:1fr 220px !important; gap:12px !important; position:relative !important; z-index:45 !important; }
.yedupe-staff-groups { display:flex !important; flex-direction:column !important; gap:12px !important; }
.yedupe-rank-row { display:grid !important; gap:12px !important; width:100% !important; }
.yedupe-rank-row.one { grid-template-columns:1fr !important; }
.yedupe-rank-row.two { grid-template-columns:repeat(2,1fr) !important; }
.yedupe-rank-row.three { grid-template-columns:repeat(3,1fr) !important; }
.yedupe-rank-row.four { grid-template-columns:repeat(4,1fr) !important; }
.yedupe-staff-card { width:100% !important; min-height:112px !important; background:#fbfbfb !important; border:1px solid #ededed !important; border-radius:4px !important; display:flex !important; align-items:center !important; justify-content:center !important; flex-direction:column !important; padding:14px 8px !important; text-align:center !important; text-decoration:none !important; }
.yedupe-staff-card img { width:54px !important; height:54px !important; object-fit:contain !important; margin:0 0 8px !important; image-rendering:auto !important; }
.yedupe-staff-name { color:#111 !important; font:900 16px/1.05 Arial,sans-serif !important; letter-spacing:.05px !important; }
.yedupe-staff-rank { color:var(--rank-color,#2f8cff) !important; font:900 9px/1 Arial,sans-serif !important; text-transform:uppercase !important; letter-spacing:5px !important; margin-top:6px !important; }
.yedupe-staff-jump a.active,.yedupe-staff-jump a:hover { background:var(--rank-color,#c90000) !important; color:#fff !important; }


#foot { flex:0 0 auto !important; background:#242424 !important; height:86px !important; min-height:86px !important; padding:0 !important; margin:0 !important; display:flex !important; align-items:center !important; }
#foot .yedupe-footer-inner { width:930px !important; max-width:930px !important; margin:0 auto !important; display:flex !important; align-items:center !important; justify-content:space-between !important; padding:0 !important; }
.footer-brand { display:flex !important; align-items:center !important; gap:12px !important; }
.footer-brand img { width:24px !important; height:24px !important; object-fit:contain !important; }
.footer-brand span { color:rgba(255,255,255,.16) !important; font:900 10px/1 Arial,sans-serif !important; letter-spacing:7px !important; text-transform:uppercase !important; }
.footer-nav { display:flex !important; gap:34px !important; }
.footer-nav a { color:#a7aeb7 !important; font:900 10px/1 Arial,sans-serif !important; letter-spacing:2px !important; text-transform:uppercase !important; text-decoration:none !important; }
.footer-faint,.footer-copy,.footer-bottom,.footer-line { display:none !important; }

@media(max-width:980px){.yedupe-nav-inner,.yedupe-news-wrap,.yedupe-staff-shell,.yedupe-leaderboard-shell,#foot .yedupe-footer-inner{width:calc(100vw - 28px)!important;max-width:calc(100vw - 28px)!important}.yedupe-nav-links,.yedupe-nav-actions{gap:12px!important}.yedupe-nav-links a,.yedupe-store,.yedupe-login{letter-spacing:2px!important;font-size:9px!important}.yedupe-staff-shell{grid-template-columns:1fr!important}.yedupe-rank-row.four,.yedupe-rank-row.three{grid-template-columns:repeat(2,1fr)!important}.yedupe-staff-jump{display:none!important}}


#header.yedupe-header{background-image:linear-gradient(rgba(13,28,43,.22),rgba(13,28,43,.12)),url('/images/background.jpg')!important;background-size:cover!important;background-position:center 52%!important;background-repeat:no-repeat!important;background-color:#263d55!important;}
.yedupe-nav{height:64px!important;}
.yedupe-nav-inner{height:64px!important;width:930px!important;max-width:930px!important;gap:26px!important;}
.yedupe-nav-links{gap:32px!important;}
.yedupe-nav-actions{gap:14px!important;}
.yedupe-nav-links a,.yedupe-store,.yedupe-login{font-size:10px!important;letter-spacing:3.6px!important;font-weight:800!important;}
.yedupe-search{width:178px!important;min-width:178px!important;height:28px!important;padding:0 10px!important;gap:10px!important;}
.yedupe-search i{position:static!important;display:block!important;flex:0 0 12px!important;width:12px!important;margin:0!important;line-height:1!important;}
.yedupe-search input,#header .yedupe-search input,input#searchInput{padding-left:0!important;text-indent:0!important;font-size:11px!important;line-height:24px!important;}
#searchResults{background:#fff!important;border:1px solid #ddd!important;border-radius:2px!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important;padding:0!important;}
#searchResults li,#searchResults a,#searchResults .dropdown-item{color:#111!important;font-weight:800!important;text-shadow:none!important;}

body.page-home #header.yedupe-header{height:420px!important;min-height:420px!important;background-position:center 52%!important;}
body.page-home .yedupe-hero-mark{display:flex!important;position:absolute!important;top:108px!important;left:0!important;right:0!important;z-index:30!important;align-items:center!important;justify-content:flex-start!important;flex-direction:column!important;height:auto!important;padding:0!important;}
body.page-home .yedupe-hero-mark img{display:block!important;width:128px!important;height:auto!important;margin:0 0 18px!important;filter:drop-shadow(0 8px 18px rgba(0,0,0,.38))!important;}
body.page-home .yedupe-tagline{display:block!important;color:#fff!important;font:900 10px/1 Arial,sans-serif!important;letter-spacing:6px!important;text-transform:uppercase!important;text-shadow:0 2px 12px rgba(0,0,0,.42)!important;}
body.page-home .yedupe-home{margin-top:-78px!important;position:relative!important;z-index:40!important;}
body.page-home .yedupe-news-wrap{width:922px!important;max-width:922px!important;min-height:565px!important;margin:0 auto!important;padding:0 14px 38px!important;background:#fff!important;border-radius:0 0 3px 3px!important;box-shadow:none!important;}
body.page-home .yedupe-store-strip{height:30px!important;line-height:30px!important;margin:0 -14px 14px!important;background:#ff1f2d!important;color:#fff!important;font:900 11px/30px Arial,sans-serif!important;letter-spacing:5px!important;text-transform:uppercase!important;text-align:center!important;}

body:not(.page-home):not(.page-login) #header.yedupe-header{height:330px!important;min-height:330px!important;background-position:center 50%!important;}
body:not(.page-home):not(.page-login) .yedupe-page-title{position:relative!important;z-index:35!important;text-align:center!important;margin:-232px auto 108px!important;text-transform:uppercase!important;pointer-events:none!important;}
body:not(.page-home):not(.page-login) .yedupe-page-title h1{color:#fff!important;font:900 34px/1 Arial,sans-serif!important;letter-spacing:18px!important;margin:0!important;padding-left:18px!important;text-shadow:0 2px 14px rgba(0,0,0,.35)!important;}
body:not(.page-home):not(.page-login) .yedupe-page-title p{color:#fff!important;font:900 10px/1 Arial,sans-serif!important;letter-spacing:5px!important;margin:9px 0 0!important;}

body.page-login,body:has(.yedupe-login-page){background-image:linear-gradient(rgba(26,50,70,.52),rgba(30,58,62,.50)),url('/images/background.jpg')!important;background-size:cover!important;background-position:center 52%!important;background-attachment:fixed!important;}
body.page-login #header.yedupe-header,body:has(.yedupe-login-page) #header.yedupe-header{height:64px!important;min-height:64px!important;background:transparent!important;}
body.page-login .main--wrapper,body:has(.yedupe-login-page) .main--wrapper{background:transparent!important;min-height:calc(100vh - 64px)!important;}
body.page-login .yedupe-login-page,body:has(.yedupe-login-page) .yedupe-login-page{padding-top:92px!important;margin-top:0!important;min-height:calc(100vh - 64px)!important;}
body.page-login #foot,body:has(.yedupe-login-page) #foot{display:none!important;}
body.page-login .yedupe-auth-title h1,body:has(.yedupe-login-page) .yedupe-auth-title h1{color:#fff!important;}

.yedupe-staff-shell{width:930px!important;max-width:930px!important;margin:-98px auto 72px!important;background:#fff!important;border-radius:5px!important;box-shadow:0 2px 8px rgba(0,0,0,.08)!important;padding:12px!important;display:grid!important;grid-template-columns:1fr 220px!important;gap:12px!important;position:relative!important;z-index:45!important;}
.yedupe-staff-groups{display:flex!important;flex-direction:column!important;gap:12px!important;}
.yedupe-rank-row{display:grid!important;gap:12px!important;width:100%!important;scroll-margin-top:120px!important;}
.yedupe-rank-row.one{grid-template-columns:1fr!important;}
.yedupe-rank-row.two{grid-template-columns:repeat(2,1fr)!important;}
.yedupe-rank-row.three{grid-template-columns:repeat(3,1fr)!important;}
.yedupe-rank-row.many{grid-template-columns:repeat(4,1fr)!important;}
.yedupe-staff-card{min-height:112px!important;background:#fbfbfb!important;border:1px solid #ededed!important;border-radius:4px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;padding:14px 8px!important;text-align:center!important;text-decoration:none!important;}
.yedupe-staff-card img{width:58px!important;height:58px!important;object-fit:contain!important;margin:0 0 8px!important;}
.yedupe-staff-name{font:900 16px/1.05 Arial,sans-serif!important;color:#111!important;}
.yedupe-staff-rank{font:900 9px/1 Arial,sans-serif!important;text-transform:uppercase!important;letter-spacing:5px!important;margin-top:6px!important;color:var(--rank-color,#2f8cff)!important;}
.yedupe-staff-jump a{display:block!important;text-decoration:none!important;cursor:pointer!important;transition:background .12s ease,color .12s ease!important;}
.yedupe-staff-jump a.active,.yedupe-staff-jump a:hover{background:var(--rank-color,#c90000)!important;color:#fff!important;}

.yedupe-forums-page,.yedupe-forum-category-page{position:relative!important;z-index:45!important;}
.yedupe-forums-shell{width:930px!important;max-width:930px!important;margin:-98px auto 70px!important;display:grid!important;grid-template-columns:1fr 220px!important;gap:12px!important;background:#fff!important;border-radius:5px!important;box-shadow:0 2px 8px rgba(0,0,0,.08)!important;padding:12px!important;}
.yedupe-forum-main{display:flex!important;flex-direction:column!important;gap:12px!important;}
.yedupe-forum-section,.yedupe-forum-sidebar section,.yedupe-forum-category-shell{background:#fff!important;border-radius:4px!important;}
.yedupe-forum-section-header,.yedupe-forum-sidebar h3,.yedupe-thread-list-head{background:#e9e9e9!important;color:#777!important;text-transform:uppercase!important;letter-spacing:4px!important;font:900 10px/28px Arial,sans-serif!important;padding:0 18px!important;border-radius:3px 3px 0 0!important;}
.yedupe-forum-row{min-height:72px!important;display:grid!important;grid-template-columns:1fr 70px 70px 185px!important;align-items:center!important;gap:10px!important;background:#fbfbfb!important;border:1px solid #eee!important;border-top:0!important;text-decoration:none!important;color:#333!important;padding:12px 14px!important;}
.yedupe-forum-info h3,.yedupe-thread-info h3{margin:0!important;color:#d5a724!important;font:900 16px/1.1 Arial,sans-serif!important;}
.yedupe-forum-info p,.yedupe-thread-info p{margin:3px 0 0!important;color:#8a8a8a!important;font:600 12px/1.2 Arial,sans-serif!important;}
.yedupe-forum-stat{text-align:center!important;color:#666!important;}
.yedupe-forum-stat strong{display:block!important;font:900 15px/1 Arial,sans-serif!important;}
.yedupe-forum-stat span{display:block!important;text-transform:uppercase!important;font:900 9px/1 Arial,sans-serif!important;letter-spacing:2px!important;color:#aaa!important;margin-top:5px!important;}
.yedupe-forum-latest{font:700 11px/1.25 Arial,sans-serif!important;color:#79a0d5!important;overflow:hidden!important;}
.yedupe-forum-latest small{display:block!important;color:#aaa!important;margin-top:4px!important;}
.yedupe-forum-latest img{width:16px!important;height:16px!important;margin-right:4px!important;}
.yedupe-forum-latest.empty,.yedupe-empty-row,.yedupe-side-empty{color:#c2c2c2!important;font:700 13px/1 Arial,sans-serif!important;padding:18px!important;background:#fbfbfb!important;border:1px solid #eee!important;}
.yedupe-forum-sidebar{display:flex!important;flex-direction:column!important;gap:12px!important;}
.yedupe-forum-sidebar section{border:1px solid #eee!important;background:#fff!important;}
.yedupe-forum-category-shell{width:930px!important;max-width:930px!important;margin:-98px auto 70px!important;background:#fff!important;border-radius:5px!important;box-shadow:0 2px 8px rgba(0,0,0,.08)!important;padding:12px!important;}
.yedupe-forum-breadcrumb{height:28px!important;background:#f4f4f4!important;border:1px solid #e2e2e2!important;border-radius:3px!important;display:flex!important;align-items:center!important;margin-bottom:12px!important;overflow:hidden!important;}
.yedupe-forum-breadcrumb a,.yedupe-forum-breadcrumb span{height:28px!important;line-height:28px!important;padding:0 16px!important;text-transform:uppercase!important;letter-spacing:3px!important;font:900 10px/28px Arial,sans-serif!important;color:#8b8b8b!important;text-decoration:none!important;border-right:1px solid #ddd!important;}
.yedupe-forum-breadcrumb a:first-child{background:#4b9add!important;color:#fff!important;}
.yedupe-thread-list-head{display:grid!important;grid-template-columns:1fr 80px 190px!important;margin-bottom:6px!important;}
.yedupe-thread-row{display:grid!important;grid-template-columns:44px 1fr 80px 190px!important;align-items:center!important;background:#fbfbfb!important;border:1px solid #eee!important;border-radius:4px!important;margin-bottom:8px!important;min-height:62px!important;text-decoration:none!important;color:#333!important;padding:8px 12px!important;}
.yedupe-thread-rank{font:900 25px/1 Arial,sans-serif!important;color:#bbb!important;text-align:center!important;}
.yedupe-thread-replies{text-align:center!important;font:900 13px/1 Arial,sans-serif!important;color:#666!important;}
.yedupe-thread-latest{font:700 11px/1.2 Arial,sans-serif!important;color:#d7a726!important;}
.yedupe-thread-latest img{width:18px!important;height:18px!important;margin-right:5px!important;}
.yedupe-thread-latest small{display:block!important;color:#aaa!important;margin-left:25px!important;}
.yedupe-pagination .page-link{border:0!important;background:#f8f8f8!important;color:#777!important;margin:0 5px!important;border-radius:5px!important;font-weight:900!important;}

#foot{height:86px!important;min-height:86px!important;background:#242424!important;display:flex!important;align-items:center!important;padding:0!important;margin:0!important;}
#foot .yedupe-footer-inner{width:930px!important;max-width:930px!important;margin:0 auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0!important;}
.footer-brand{display:flex!important;align-items:center!important;gap:12px!important;}
.footer-brand img{width:24px!important;height:24px!important;object-fit:contain!important;}
.footer-brand span{font:900 10px/1 Arial,sans-serif!important;letter-spacing:7px!important;text-transform:uppercase!important;color:rgba(255,255,255,.18)!important;}
.footer-nav{display:flex!important;gap:34px!important;}
.footer-nav a{font:900 10px/1 Arial,sans-serif!important;letter-spacing:2px!important;text-transform:uppercase!important;text-decoration:none!important;color:#a7aeb7!important;}
.footer-faint,.footer-copy,.footer-bottom,.footer-line{display:none!important;}

@media(max-width:980px){.yedupe-nav-inner,.yedupe-news-wrap,.yedupe-staff-shell,.yedupe-forums-shell,.yedupe-forum-category-shell,#foot .yedupe-footer-inner{width:calc(100vw - 28px)!important;max-width:calc(100vw - 28px)!important}.yedupe-nav-links,.yedupe-nav-actions{gap:12px!important}.yedupe-nav-links a,.yedupe-store,.yedupe-login{letter-spacing:2px!important;font-size:9px!important}.yedupe-staff-shell,.yedupe-forums-shell{grid-template-columns:1fr!important}.yedupe-rank-row.four,.yedupe-rank-row.three{grid-template-columns:repeat(2,1fr)!important}.yedupe-staff-jump,.yedupe-forum-sidebar{display:none!important}.yedupe-forum-row,.yedupe-thread-row{grid-template-columns:1fr!important}.yedupe-forum-stat,.yedupe-forum-latest,.yedupe-thread-rank,.yedupe-thread-replies,.yedupe-thread-latest{display:none!important}}




.yedupe-forums-page,
.yedupe-forum-category-page {
  position: relative !important;
  z-index: 80 !important;
}
.yedupe-forums-shell {
  width: 930px !important;
  max-width: 930px !important;
  margin: -56px auto 70px !important;
  position: relative !important;
  z-index: 90 !important;
  display: grid !important;
  grid-template-columns: 1fr 220px !important;
  gap: 12px !important;
  padding: 12px !important;
  background: #fff !important;
  border-radius: 5px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.08) !important;
}
.yedupe-forum-category-shell {
  width: 930px !important;
  max-width: 930px !important;
  margin: -56px auto 70px !important;
  position: relative !important;
  z-index: 90 !important;
}
.yedupe-forum-section-header,
.yedupe-forum-sidebar h3,
.yedupe-thread-list-head {
  height: 28px !important;
  background: #e8e8e8 !important;
  color: #777 !important;
  text-transform: uppercase !important;
  letter-spacing: 4px !important;
  font: 900 10px/28px Arial, sans-serif !important;
}
.yedupe-forum-row {
  min-height: 72px !important;
  grid-template-columns: 1fr 68px 68px 185px !important;
  background: #fbfbfb !important;
  border: 1px solid #ededed !important;
  border-top: 0 !important;
}
.yedupe-forum-info h3,
.yedupe-thread-info h3 {
  color: #d6aa31 !important;
}
.yedupe-page-title {
  position: relative !important;
  z-index: 70 !important;
}
body.page-inner .yedupe-page-title {
  margin-top: 12px !important;
}
body.page-inner .yedupe-header {
  height: 255px !important;
  overflow: visible !important;
}
body.page-inner .yedupe-header .header-bg {
  background-image: linear-gradient(rgba(25,45,63,.26), rgba(25,45,63,.26)), url('/images/background.jpg') !important;
  background-size: cover !important;
  background-position: center 46% !important;
  opacity: 1 !important;
  filter: blur(5px) saturate(1.05) !important;
  transform: scale(1.035) !important;
}


body.page-login,
body.page-login #view,
body.page-login .main--wrapper {
  background-image: linear-gradient(rgba(31,57,75,.58), rgba(37,75,76,.58)), url('/images/background.jpg') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-attachment: fixed !important;
  background-color: transparent !important;
}
body.page-login .yedupe-header {
  height: 62px !important;
  background: transparent !important;
  overflow: visible !important;
}
body.page-login .yedupe-header .header-bg,
body.page-login .yedupe-header:after {
  display: none !important;
}
body.page-login .yedupe-login-page {
  min-height: calc(100vh - 62px) !important;
  padding-top: 105px !important;
  margin-top: 0 !important;
  background: transparent !important;
}
body.page-login #foot { display: none !important; }


.yedupe-staff-card .yedupe-staff-rank[data-rank*="HeadAdmin"],
.yedupe-staff-card .yedupe-staff-rank[data-rank*="Head Admin"],
.yedupe-staff-card .yedupe-staff-rank[data-rank*="HEADADMIN"],
.yedupe-staff-jump a[data-rank*="HeadAdmin"],
.yedupe-staff-jump a[data-rank*="Head Admin"] { --rank-color:#aa0000 !important; color:#aa0000 !important; }
.yedupe-staff-card .yedupe-staff-rank[data-rank*="Developer"],
.yedupe-staff-jump a[data-rank*="Developer"] { --rank-color:#55ffff !important; color:#55ffff !important; }
.yedupe-staff-card .yedupe-staff-rank[data-rank="Mod"],
.yedupe-staff-card .yedupe-staff-rank[data-rank*="MOD"],
.yedupe-staff-jump a[data-rank="Mod"],
.yedupe-staff-jump a[data-rank*="MOD"] { --rank-color:#aa00aa !important; color:#aa00aa !important; }
.yedupe-staff-card:hover { border-color: var(--rank-color) !important; }
.yedupe-staff-jump a:hover,
.yedupe-staff-jump a.active {
  background: var(--rank-color, #c90000) !important;
  color: #fff !important;
}


.yedupe-staff-rank { white-space: nowrap !important; }


.yedupe-search { width: 174px !important; min-width: 174px !important; max-width: 174px !important; }
.yedupe-search i { left: 12px !important; }
.yedupe-search input,
#header .yedupe-search input {
  width: 170px !important;
  min-width: 170px !important;
  max-width: 170px !important;
  padding-left: 40px !important;
}


.yedupe-rank-row { scroll-margin-top: 175px !important; }

@media(max-width:980px){
  .yedupe-forums-shell,.yedupe-forum-category-shell{width:calc(100vw - 28px)!important;max-width:calc(100vw - 28px)!important;margin:-40px auto 60px!important;}
}


:root { --yedupe-bg-image: url('/images/background.jpg'); }
#header.yedupe-header,
#header.yedupe-header .header-bg {
  background-image: linear-gradient(rgba(10,22,34,.32), rgba(10,22,34,.24)), var(--yedupe-bg-image) !important;
  background-size: cover !important;
  background-position: center 50% !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}
#header.yedupe-header .header-bg { filter: blur(5px) saturate(1.06) !important; transform: scale(1.035) !important; }
.yedupe-nav { top: 0 !important; height: 58px !important; }
.yedupe-nav-inner { height: 58px !important; max-width: 922px !important; width: 922px !important; }
.yedupe-brand img { width: 30px !important; height: auto !important; }
.yedupe-nav-links { gap: 32px !important; }
.yedupe-nav-actions { gap: 18px !important; }
.yedupe-nav-links a,.yedupe-store,.yedupe-login {
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 4px !important;
  color: #fff !important;
  text-shadow: 0 1px 6px rgba(0,0,0,.28) !important;
}
.yedupe-search {
  width: 178px !important;
  height: 28px !important;
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  padding: 0 10px !important;
  border: 2px solid rgba(255,255,255,.92) !important;
  border-radius: 4px !important;
  background: rgba(255,255,255,.08) !important;
  box-sizing: border-box !important;
}
.yedupe-search i { position: static !important; flex: 0 0 auto !important; width: 12px !important; color:#fff !important; font-size: 11px !important; transform:none !important; margin:0 !important; }
.yedupe-search input { position: static !important; flex: 1 1 auto !important; min-width:0 !important; width:auto !important; height:24px !important; padding:0 !important; margin:0 !important; border:0 !important; outline:0 !important; background:transparent !important; color:#fff !important; font-size:10px !important; font-weight:800 !important; letter-spacing:.4px !important; line-height:24px !important; }
.yedupe-search input::placeholder { color:#fff !important; opacity:.96 !important; }
.yedupe-login { min-width:70px !important; height:28px !important; line-height:24px !important; border:2px solid rgba(255,255,255,.92) !important; border-radius:4px !important; padding:0 13px !important; text-align:center !important; }

body.page-home #header.yedupe-header { height: 440px !important; min-height: 440px !important; background-position: center 52% !important; }
body.page-home .yedupe-hero-mark { display:flex !important; position:absolute !important; top:118px !important; left:0 !important; right:0 !important; z-index:45 !important; flex-direction:column !important; align-items:center !important; justify-content:flex-start !important; height:auto !important; padding:0 !important; }
body.page-home .yedupe-hero-mark img { display:block !important; width:128px !important; height:auto !important; margin:0 0 18px !important; filter:drop-shadow(0 8px 18px rgba(0,0,0,.38)) !important; }
body.page-home .yedupe-tagline { display:block !important; color:#fff !important; font:900 10px/1 Arial,sans-serif !important; letter-spacing:6px !important; text-transform:uppercase !important; text-shadow:0 2px 12px rgba(0,0,0,.45) !important; }
body.page-home .yedupe-home { margin-top:-74px !important; position:relative !important; z-index:50 !important; }
body.page-home .yedupe-news-wrap { width:922px !important; max-width:922px !important; min-height:565px !important; margin:0 auto !important; padding:0 14px 38px !important; background:#fff !important; }
body.page-home .yedupe-store-strip { margin:0 -14px 14px !important; height:30px !important; line-height:30px !important; position:relative !important; z-index:2 !important; }

body.page-login, body.page-login #view, body.page-login .main--wrapper {
  background-image: linear-gradient(rgba(22,43,60,.48), rgba(24,47,54,.42)), var(--yedupe-bg-image) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-color: transparent !important;
}
body.page-login #header.yedupe-header { height: 0 !important; min-height:0 !important; overflow:visible !important; background:transparent !important; }
body.page-login #header.yedupe-header .header-bg { display:none !important; }
body.page-login .yedupe-nav { position:absolute !important; top:0 !important; left:0 !important; right:0 !important; z-index:80 !important; }
body.page-login .main--wrapper { min-height: calc(100vh - 68px) !important; padding-top: 116px !important; display:flex !important; justify-content:flex-start !important; }
body.page-login .yedupe-login-page { margin:0 auto !important; padding-top:0 !important; }
body.page-login #foot { min-height:68px !important; height:68px !important; padding:0 !important; background:#202020 !important; }
body.page-login #foot .yedupe-footer-inner { height:68px !important; min-height:68px !important; }

body.page-inner #header.yedupe-header,
body:not(.page-home):not(.page-login) #header.yedupe-header { height:340px !important; min-height:340px !important; background-position:center 50% !important; overflow:visible !important; }
body.page-inner .yedupe-page-title,
body:not(.page-home):not(.page-login) .yedupe-page-title { margin:-230px auto 112px !important; position:relative !important; z-index:35 !important; text-align:center !important; }
body.page-inner .yedupe-page-title h1,
body:not(.page-home):not(.page-login) .yedupe-page-title h1 { color:#fff !important; letter-spacing:17px !important; text-shadow:0 2px 15px rgba(0,0,0,.38) !important; }

.yedupe-staff-jump a { color:#777 !important; text-shadow:none !important; box-shadow:none !important; filter:none !important; }
.yedupe-staff-jump a:hover,.yedupe-staff-jump a.active { background:var(--rank-color,#c90000) !important; color:#fff !important; text-shadow:none !important; box-shadow:none !important; filter:none !important; }
.yedupe-staff-jump a[data-rank*="Developer"] { --rank-color:#55ffff !important; color:#777 !important; }
.yedupe-staff-jump a[data-rank*="Mod"] { --rank-color:#aa00aa !important; color:#777 !important; }
.yedupe-staff-jump a[data-rank*="Head"] { --rank-color:#8b0000 !important; color:#777 !important; }
.yedupe-staff-rank[data-rank*="Developer"] { color:#55ffff !important; }
.yedupe-staff-rank[data-rank*="Head"] { color:#8b0000 !important; }
.yedupe-staff-rank[data-rank="Mod"], .yedupe-staff-rank[data-rank*=" Mod"] { color:#aa00aa !important; }
.yedupe-rank-row.two { grid-template-columns:repeat(2,1fr) !important; }
.yedupe-rank-row.three { grid-template-columns:repeat(3,1fr) !important; }
.yedupe-rank-row.many { grid-template-columns:repeat(4,1fr) !important; }
.yedupe-rank-row.one .yedupe-staff-card { max-width:none !important; }



body.page-login,
body.page-login #view,
body.page-login .site-wrapper,
body.page-login .main--wrapper {
    background-image: linear-gradient(rgba(17,32,48,.35), rgba(17,32,48,.35)), url('/images/background.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}
body.page-login .yedupe-header {
    height: 66px !important;
    background: transparent !important;
    position: relative !important;
}
body.page-login .yedupe-header .header-bg { display:none !important; }
body.page-login .main--wrapper { min-height: calc(100vh - 66px) !important; }
body.page-login .yedupe-login-page {
    min-height: calc(100vh - 66px) !important;
    margin-top: 0 !important;
    padding-top: 150px !important;
    background: transparent !important;
}
body.page-login .container.yedupe-login-page { background: transparent !important; }
body.page-login #foot { display:none !important; }


.yedupe-nav-inner{width:930px!important;max-width:930px!important;height:50px!important;gap:22px!important;}
.yedupe-nav{height:50px!important;}
.yedupe-brand{width:32px!important;min-width:32px!important;}
.yedupe-brand img{width:30px!important;max-height:34px!important;}
.yedupe-nav-links{gap:30px!important;}
.yedupe-nav-actions{gap:14px!important;}
.yedupe-nav-links a,.yedupe-store,.yedupe-login{font-size:10px!important;letter-spacing:3.2px!important;font-weight:800!important;line-height:1!important;}
.yedupe-login{min-width:68px!important;height:25px!important;padding:0 12px!important;border-radius:4px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
.yedupe-search{width:174px!important;min-width:174px!important;height:25px!important;display:flex!important;align-items:center!important;border:2px solid rgba(255,255,255,.9)!important;border-radius:4px!important;background:rgba(0,0,0,.05)!important;box-sizing:border-box!important;}
.yedupe-search i{position:static!important;transform:none!important;width:20px!important;min-width:20px!important;margin-left:8px!important;margin-right:2px!important;font-size:11px!important;line-height:1!important;}
.yedupe-search input,#header .yedupe-search input{position:static!important;display:block!important;flex:1 1 auto!important;width:auto!important;min-width:0!important;max-width:none!important;height:21px!important;padding:0 8px 0 0!important;border:0!important;background:transparent!important;font-size:11px!important;letter-spacing:.1px!important;}
.yedupe-theme-toggle{width:16px!important;height:16px!important;border:0!important;background:transparent!important;color:rgba(255,255,255,.85)!important;font-size:12px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;margin-left:2px!important;}


body.page-home .yedupe-header{height:360px!important;}
.home-identity-v15{position:relative;z-index:30;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:-278px auto 56px;pointer-events:auto;}
.home-identity-v15 img{width:126px;height:auto;filter:drop-shadow(0 8px 18px rgba(0,0,0,.38));margin-bottom:18px;}
.home-identity-v15 div{font-size:12px;font-weight:900;letter-spacing:7px;text-transform:uppercase;color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.45);}
body.page-home .yedupe-hero-mark{display:none!important;}
body.page-home .yedupe-home{margin-top:0!important;}
body.page-home .yedupe-news-wrap{margin-top:0!important;}


.yedupe-forums-page .yedupe-page-title,.yedupe-forum-category-page .yedupe-page-title{margin-top:-180px!important;margin-bottom:82px!important;position:relative!important;z-index:20!important;}
.yedupe-forums-shell,.yedupe-forum-category-shell{margin:-76px auto 70px!important;position:relative!important;z-index:30!important;}


.yedupe-staff-jump a{color:#777!important;text-shadow:none!important;}
.yedupe-staff-jump a.active,.yedupe-staff-jump a:hover{color:#fff!important;text-shadow:none!important;}
.yedupe-staff-jump a[data-rank-key="developer"].active,.yedupe-staff-jump a[data-rank-key="developer"]:hover{background:#55ffff!important;color:#fff!important;}
.yedupe-staff-jump a[data-rank-key="mod"].active,.yedupe-staff-jump a[data-rank-key="mod"]:hover{background:#6f2dbd!important;color:#fff!important;}
.yedupe-staff-rank[data-rank-key="developer"]{color:#55ffff!important;}
.yedupe-staff-rank[data-rank-key="mod"]{color:#6f2dbd!important;}
.yedupe-staff-rank[data-rank-key="headadmin"]{color:#8b0000!important;}

#searchResults a[data-rank-color]{color:attr(data-rank-color) !important;}



:root{
  --yedupe-owner:#c00000;
  --yedupe-developer:#55ffff;
  --yedupe-headadmin:#8b0000;
  --yedupe-senioradmin:#ff4040;
  --yedupe-admin:#ff4040;
  --yedupe-seniormod:#b000b8;
  --yedupe-mod:#6f2dbd;
  --yedupe-trialmod:#ffd21c;
}


.yedupe-nav{height:52px!important;position:absolute!important;top:0!important;left:0!important;right:0!important;z-index:80!important;background:linear-gradient(to bottom,rgba(0,0,0,.16),rgba(0,0,0,0))!important;}
.yedupe-nav-inner{height:52px!important;width:920px!important;max-width:920px!important;margin:0 auto!important;display:flex!important;align-items:center!important;gap:24px!important;}
.yedupe-brand img{width:25px!important;height:auto!important;display:block!important;}
.yedupe-nav-links,.yedupe-nav-actions{display:flex!important;align-items:center!important;gap:28px!important;}
.yedupe-nav-links a,.yedupe-store,.yedupe-login{font-family:Arial,sans-serif!important;font-size:9px!important;font-weight:800!important;letter-spacing:4px!important;line-height:22px!important;color:#fff!important;text-transform:uppercase!important;text-shadow:0 1px 5px rgba(0,0,0,.35)!important;text-decoration:none!important;}
.yedupe-login{height:25px!important;line-height:22px!important;padding:0 16px!important;border:2px solid rgba(255,255,255,.85)!important;border-radius:4px!important;}
.yedupe-theme-toggle{width:13px!important;height:13px!important;border:0!important;background:transparent!important;color:#fff!important;margin-left:-14px!important;padding:0!important;font-size:10px!important;line-height:13px!important;opacity:.95!important;}
.yedupe-search{width:142px!important;height:24px!important;border:2px solid rgba(255,255,255,.85)!important;border-radius:4px!important;display:flex!important;align-items:center!important;gap:6px!important;padding:0 8px!important;background:rgba(255,255,255,.05)!important;position:relative!important;}
.yedupe-search i{position:static!important;display:block!important;flex:0 0 auto!important;font-size:10px!important;color:#fff!important;line-height:1!important;margin:0!important;}
.yedupe-search input{height:20px!important;line-height:20px!important;padding:0!important;margin:0!important;border:0!important;outline:0!important;background:transparent!important;color:#fff!important;font-size:10px!important;font-weight:800!important;width:100%!important;letter-spacing:.4px!important;}
.yedupe-search input::placeholder{color:#fff!important;opacity:.95!important;}
.yedupe-search .dropdown-menu{top:28px!important;left:0!important;width:210px!important;border:0!important;border-radius:0!important;box-shadow:0 8px 22px rgba(0,0,0,.16)!important;padding:7px 0!important;}
.yedupe-search .dropdown-menu li{padding:6px 10px!important;}
.yedupe-search .user-meta{display:flex!important;align-items:center!important;gap:8px!important;}
.yedupe-search .avatar img{width:24px!important;height:24px!important;}
.yedupe-search .user-meta a{font-size:12px!important;font-weight:900!important;text-decoration:none!important;text-shadow:none!important;letter-spacing:.2px!important;}


.yedupe-header{height:300px!important;position:relative!important;overflow:visible!important;background:transparent!important;}
.yedupe-header .header-bg{position:absolute!important;inset:0!important;background-image:linear-gradient(rgba(0,0,0,.14),rgba(0,0,0,.12)),url('/images/background.jpg')!important;background-size:cover!important;background-position:center 47%!important;background-repeat:no-repeat!important;filter:none!important;}
body.page-home .yedupe-header{height:365px!important;}
body.page-home .yedupe-header .header-bg{background-position:center 44%!important;}
body.page-inner .yedupe-page-title,body:not(.page-home):not(.page-login) .yedupe-page-title{margin:-214px auto 92px!important;position:relative!important;z-index:25!important;text-align:center!important;}
body.page-inner .yedupe-page-title h1,body:not(.page-home):not(.page-login) .yedupe-page-title h1{color:#fff!important;font-family:Arial,sans-serif!important;font-weight:800!important;font-size:30px!important;letter-spacing:17px!important;line-height:1!important;margin:0!important;padding-left:17px!important;text-shadow:0 2px 13px rgba(0,0,0,.28)!important;}
body.page-inner .yedupe-page-title p,body:not(.page-home):not(.page-login) .yedupe-page-title p{color:#fff!important;font:800 9px/1 Arial,sans-serif!important;letter-spacing:5px!important;margin:9px 0 0!important;text-shadow:0 2px 10px rgba(0,0,0,.28)!important;}


body.page-home .yedupe-hero-mark{display:flex!important;position:absolute!important;top:86px!important;left:0!important;right:0!important;z-index:35!important;align-items:center!important;justify-content:flex-start!important;flex-direction:column!important;height:auto!important;padding:0!important;}
body.page-home .yedupe-hero-mark img{display:block!important;width:118px!important;height:auto!important;filter:drop-shadow(0 7px 16px rgba(0,0,0,.35))!important;}
body.page-home .yedupe-tagline,.home-identity-v15 div{display:block!important;margin-top:18px!important;color:#fff!important;font:800 10px/1 Arial,sans-serif!important;letter-spacing:6px!important;text-transform:uppercase!important;text-shadow:0 2px 12px rgba(0,0,0,.42)!important;}
body.page-home .home-identity-v15{display:none!important;}
body.page-home .yedupe-home{margin-top:-46px!important;position:relative!important;z-index:45!important;}
body.page-home .yedupe-news-wrap{width:922px!important;max-width:922px!important;margin:0 auto 58px!important;background:#fff!important;min-height:560px!important;border-radius:0 0 4px 4px!important;padding:0 14px 38px!important;box-shadow:0 2px 6px rgba(0,0,0,.05)!important;}
body.page-home .yedupe-store-strip{margin:0 -14px 14px!important;height:30px!important;line-height:30px!important;background:#ff1f2e!important;color:#fff!important;font:900 10px/30px Arial,sans-serif!important;letter-spacing:5px!important;text-align:center!important;text-transform:uppercase!important;text-decoration:none!important;display:block!important;}


.yedupe-staff-shell{margin:-54px auto 70px!important;}
.yedupe-rank-row.one .yedupe-staff-card{max-width:none!important;}
.yedupe-staff-rank[data-rank*="Developer"],.yedupe-staff-card[data-rank*="Developer"] .yedupe-staff-rank{color:var(--yedupe-developer)!important;}
.yedupe-staff-rank[data-rank*="Head"],.yedupe-staff-card[data-rank*="Head"] .yedupe-staff-rank{color:var(--yedupe-headadmin)!important;}
.yedupe-staff-rank[data-rank*="Trial"],.yedupe-staff-card[data-rank*="Trial"] .yedupe-staff-rank{color:var(--yedupe-trialmod)!important;}
.yedupe-staff-rank[data-rank="Mod"],.yedupe-staff-card[data-rank="Mod"] .yedupe-staff-rank{color:var(--yedupe-mod)!important;}
.yedupe-staff-jump a{color:#777!important;}
.yedupe-staff-jump a[data-rank*="Developer"]{--rank-color:var(--yedupe-developer)!important;}
.yedupe-staff-jump a[data-rank*="Head"]{--rank-color:var(--yedupe-headadmin)!important;}
.yedupe-staff-jump a[data-rank*="Trial"]{--rank-color:var(--yedupe-trialmod)!important;}
.yedupe-staff-jump a[data-rank="Mod"]{--rank-color:var(--yedupe-mod)!important;}


.yedupe-forums-shell,.yedupe-forum-category-shell{margin:-46px auto 70px!important;position:relative!important;z-index:40!important;}
.yedupe-forums-page .yedupe-page-title,.yedupe-forum-category-page .yedupe-page-title{margin-top:-206px!important;margin-bottom:74px!important;}


body.page-login{background:#111 url('/images/background.jpg') center center/cover fixed no-repeat!important;min-height:100vh!important;}
body.page-login #view{background:transparent!important;min-height:100vh!important;}
body.page-login .yedupe-header{height:52px!important;background:transparent!important;position:absolute!important;top:0!important;left:0!important;right:0!important;z-index:80!important;}
body.page-login .yedupe-header .header-bg{background:none!important;display:none!important;}
body.page-login .main--wrapper{background:transparent!important;background-image:none!important;min-height:calc(100vh - 72px)!important;padding-top:190px!important;margin:0!important;}
body.page-login .yedupe-login-page{background:transparent!important;min-height:0!important;margin:0 auto!important;padding:0!important;}
body.page-login .yedupe-auth-title{margin:0 auto 28px!important;text-align:center!important;}
body.page-login .yedupe-auth-title h1{color:#fff!important;font:800 30px/1 Arial,sans-serif!important;letter-spacing:18px!important;text-shadow:0 2px 16px rgba(0,0,0,.28)!important;padding-left:18px!important;}
body.page-login .yedupe-auth-title p{color:rgba(255,255,255,.8)!important;font:800 9px/1 Arial,sans-serif!important;letter-spacing:6px!important;text-transform:uppercase!important;margin-top:9px!important;}
body.page-login #foot{height:72px!important;background:#202020!important;position:relative!important;z-index:10!important;}
body.page-login #foot .yedupe-footer-inner{height:72px!important;}


body.dark{background:#111!important;color:#d7d7d7!important;}
body.dark .main--wrapper{background:#151515!important;}
body.dark .yedupe-header .header-bg{background-image:linear-gradient(rgba(0,0,0,.38),rgba(0,0,0,.34)),url('/images/background-dark.jpg')!important;}
body.dark .yedupe-news-wrap,body.dark .yedupe-staff-shell,body.dark .yedupe-leaderboard-shell,body.dark .yedupe-forums-shell,body.dark .yedupe-forum-category-shell,body.dark .yedupe-auth-card{background:#202020!important;color:#dcdcdc!important;}
body.dark .yedupe-post-card,body.dark .yedupe-staff-card,body.dark .yedupe-forum-row,body.dark .yedupe-thread-row,body.dark .yedupe-forum-sidebar section,body.dark .yedupe-lb-card,body.dark .yedupe-lb-row{background:#262626!important;border-color:#333!important;color:#dcdcdc!important;}
body.dark .yedupe-forum-section-header,body.dark .yedupe-forum-sidebar h3,body.dark .yedupe-thread-list-head,body.dark .yedupe-lb-tabs,body.dark .yedupe-staff-jump h3,body.dark .yedupe-staff-jump a{background:#303030!important;color:#aaa!important;}
body.dark .yedupe-staff-name,body.dark .yedupe-lb-user,body.dark .yedupe-forum-info h3{color:#fff!important;}
body.dark .yedupe-auth-card input{background:#292929!important;color:#eee!important;}

@media(max-width:980px){
  .yedupe-nav-inner{width:calc(100vw - 28px)!important;max-width:calc(100vw - 28px)!important;gap:12px!important;}
  .yedupe-nav-links,.yedupe-nav-actions{gap:12px!important;}
  .yedupe-search{width:120px!important;}
}


:root{
  --yedupe-purple:#21142f;
  --yedupe-gold:#d6ad28;
  --yedupe-light:#eeeeee;
  --yedupe-panel:#ffffff;
  --yedupe-dark:#111111;
}


.yedupe-nav a,.yedupe-store,.yedupe-login,.yedupe-search input,.yedupe-theme-toggle{
  font-family:Arial,sans-serif!important;
  font-weight:800!important;
  letter-spacing:3px!important;
  font-size:11px!important;
  text-transform:uppercase!important;
}
.yedupe-nav-inner{max-width:1070px!important;height:48px!important;gap:28px!important;align-items:center!important;}
.yedupe-brand img{width:28px!important;height:auto!important;}
.yedupe-nav-links{gap:34px!important;}
.yedupe-nav-actions{gap:14px!important;}
.yedupe-search{width:154px!important;height:25px!important;display:flex!important;align-items:center!important;padding:0 10px!important;border:2px solid rgba(255,255,255,.8)!important;border-radius:4px!important;background:rgba(255,255,255,.05)!important;}
.yedupe-search i{position:static!important;margin-right:8px!important;color:#fff!important;font-size:11px!important;line-height:1!important;flex:0 0 auto!important;}
.yedupe-search input{padding:0!important;margin:0!important;background:transparent!important;border:0!important;height:21px!important;line-height:21px!important;color:#fff!important;flex:1!important;min-width:0!important;text-transform:none!important;letter-spacing:.5px!important;font-size:11px!important;}
.yedupe-search input::placeholder{color:#fff!important;opacity:.9!important;text-transform:none!important;letter-spacing:.4px!important;}
.yedupe-login{height:26px!important;line-height:22px!important;padding:0 18px!important;border:2px solid rgba(255,255,255,.82)!important;border-radius:4px!important;display:inline-flex!important;align-items:center!important;}
.yedupe-theme-toggle{width:14px!important;height:14px!important;border:0!important;background:transparent!important;color:#fff!important;padding:0!important;font-size:12px!important;opacity:.9!important;}


body.page-home #header.yedupe-header{height:345px!important;min-height:345px!important;background-position:center 47%!important;}
body.page-home .yedupe-hero-mark{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;top:82px!important;}
body.page-home .yedupe-hero-mark img{width:118px!important;height:auto!important;filter:drop-shadow(0 10px 16px rgba(0,0,0,.28))!important;}
body.page-home .yedupe-hero-mark .yedupe-tagline{margin-top:42px!important;font:800 12px/1 Arial,sans-serif!important;letter-spacing:8px!important;color:#fff!important;text-shadow:0 2px 12px rgba(0,0,0,.45)!important;text-transform:uppercase!important;}
body.page-home .home-identity-v15{display:none!important;}
body.page-home .main--wrapper{margin-top:-34px!important;background:#eee!important;}
body.page-home .yedupe-news-wrap{margin:-20px auto 0!important;position:relative!important;z-index:30!important;width:970px!important;max-width:calc(100vw - 40px)!important;}
body.page-home .yedupe-store-strip{height:28px!important;line-height:28px!important;margin:0!important;border-radius:2px 2px 0 0!important;}
body.page-home .yedupe-announcements{min-height:330px!important;background:#fff!important;}
body.page-home.dark .main--wrapper{background:#111!important;}
body.page-home.dark .yedupe-announcements{background:#fff!important;}


html:has(body.page-login){background:#111 url('/images/background.jpg') center center/cover fixed no-repeat!important;}
body.page-login,
body.page-login #view,
body.page-login .site-wrapper,
body.page-login .main--wrapper,
body.page-login .container,
body.page-login .container.yedupe-login-page{
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
}
body.page-login{min-height:100vh!important;background:#111 url('/images/background.jpg') center center/cover fixed no-repeat!important;}
body.page-login.dark{background-image:url('/images/background-dark.jpg')!important;background-size:cover!important;background-position:center!important;background-attachment:fixed!important;}
body.page-login #header.yedupe-header{height:52px!important;min-height:52px!important;background:transparent!important;position:absolute!important;top:0;left:0;right:0;z-index:80!important;}
body.page-login #header.yedupe-header .header-bg{display:none!important;}
body.page-login .main--wrapper{min-height:calc(100vh - 72px)!important;padding-top:200px!important;margin:0!important;}
body.page-login .yedupe-login-page{margin:0 auto!important;padding:0!important;min-height:auto!important;}
body.page-login #foot{height:72px!important;min-height:72px!important;background:#202020!important;display:block!important;}
body.page-login #foot .yedupe-footer-inner{height:72px!important;min-height:72px!important;}
body.page-login .yedupe-auth-title h1{font-size:31px!important;letter-spacing:20px!important;color:#fff!important;text-shadow:0 2px 18px rgba(0,0,0,.35)!important;}
body.page-login .yedupe-auth-title p{color:rgba(255,255,255,.8)!important;}


body.dark{background:#111!important;color:#d8d8d8!important;}
body.dark #header.yedupe-header{background-image:linear-gradient(rgba(10,13,18,.45),rgba(10,13,18,.45)),url('/images/background-dark.jpg')!important;}
body.dark .main--wrapper{background:#111!important;}
body.dark #foot{background:#1d1d1d!important;}
body.dark .yedupe-footer-inner{background:#1d1d1d!important;}
body.dark .yedupe-news-wrap,
body.dark .yedupe-leaderboard-wrap,
body.dark .yedupe-staff-shell,
body.dark .yedupe-forums-shell,
body.dark .yedupe-forum-thread-shell,
body.dark .yedupe-profile-shell,
body.dark .yedupe-profile-tab-body,
body.dark .yedupe-profile-sidebar .profile-info-box,
body.dark .yedupe-profile-sidebar .profile-social-box,
body.dark .profile-friends-box,
body.dark .forum-panel,
body.dark .card,
body.dark .list-group-item{background:#191919!important;color:#ddd!important;border-color:#2b2b2b!important;}
body.dark .yedupe-announcements,
body.dark .yedupe-post-card,
body.dark .yedupe-board-card,
body.dark .yedupe-board-table tbody tr,
body.dark .yedupe-staff-card,
body.dark .yedupe-profile-card-main{background:#202020!important;color:#e7e7e7!important;border-color:#333!important;}
body.dark .yedupe-board-table thead th,
body.dark .yedupe-gamemode-tabs,
body.dark .yedupe-staff-jump .jump-title{background:#303030!important;color:#ddd!important;}
body.dark .yedupe-staff-jump a{background:#303030!important;color:#e5e5e5!important;}
body.dark .yedupe-auth-card,body.dark .yedupe-auth-links a{background:#fff!important;color:#777!important;}
body.dark .yedupe-post-preview{color:#bdbdbd!important;}


.yedupe-staff-shell{margin-top:-72px!important;}
.yedupe-staff-card .yedupe-staff-rank[data-rank="trial mod"], .rank-trial-mod{color:#f5c22d!important;}
.yedupe-staff-card .yedupe-staff-rank[data-rank="developer"], .rank-developer{color:#55ffff!important;}
.yedupe-staff-card .yedupe-staff-rank[data-rank="mod"], .rank-mod{color:#aa00aa!important;}
.yedupe-staff-card .yedupe-staff-rank[data-rank="head admin"], .rank-head-admin{color:#aa0000!important;}
.yedupe-staff-jump a{transition:none!important;box-shadow:none!important;text-shadow:none!important;}
.yedupe-staff-jump a:not(.active):not(:hover){color:#666!important;background:#eee!important;}
body.dark .yedupe-staff-jump a:not(.active):not(:hover){background:#333!important;color:#cfd2d6!important;}


#searchResults{margin-top:12px!important;background:#fff!important;border:0!important;border-radius:2px!important;box-shadow:0 10px 25px rgba(0,0,0,.25)!important;padding:16px 0!important;width:260px!important;}
#searchResults li{padding:0 18px!important;}
#searchResults .user-meta{display:flex!important;align-items:center!important;gap:14px!important;}
#searchResults .avatar img{width:32px!important;height:32px!important;}
#searchResults a{font-size:16px!important;font-weight:800!important;letter-spacing:.2px!important;text-transform:none!important;}


.yedupe-profile-page{max-width:1120px!important;margin:-92px auto 0!important;position:relative!important;z-index:35!important;padding:0!important;}
.yedupe-profile-hero{position:absolute!important;top:-205px!important;left:0!important;right:0!important;text-align:center!important;color:#fff!important;pointer-events:none!important;}
.yedupe-profile-hero-head{width:86px!important;height:86px!important;object-fit:contain!important;border:4px solid #fff!important;border-radius:14px!important;filter:drop-shadow(0 5px 14px rgba(0,0,0,.35))!important;margin-bottom:14px!important;}
.yedupe-profile-hero h1{font:900 34px/1 Arial,sans-serif!important;letter-spacing:13px!important;text-transform:uppercase!important;margin:0!important;text-shadow:0 2px 16px rgba(0,0,0,.35)!important;}
.yedupe-profile-hero-rank{font:900 9px/1 Arial,sans-serif!important;letter-spacing:5px!important;text-transform:uppercase!important;margin-top:6px!important;}
.yedupe-profile-shell{display:grid!important;grid-template-columns:250px 1fr!important;gap:16px!important;background:#fff!important;border-radius:4px!important;padding:14px!important;box-shadow:0 2px 12px rgba(0,0,0,.11)!important;min-height:720px!important;}
.yedupe-profile-sidebar{display:flex!important;flex-direction:column!important;gap:10px!important;}
.profile-status-banner,.profile-last-seen{background:#e93952!important;color:#fff!important;border-radius:3px!important;height:28px!important;line-height:28px!important;text-align:center!important;text-transform:uppercase!important;font:900 10px/28px Arial,sans-serif!important;letter-spacing:4px!important;}
.profile-status-banner.offline{background:#e83f58!important;}
.yedupe-profile-card-main{background:#fff!important;border:1px solid #e5e5e5!important;border-radius:3px!important;text-align:center!important;padding:28px 10px 20px!important;}
.yedupe-profile-body-head img{height:128px!important;width:auto!important;object-fit:contain!important;filter:drop-shadow(0 3px 5px rgba(0,0,0,.12))!important;}
.yedupe-profile-card-main .profile-name{font:900 24px/1 Arial,sans-serif!important;color:#111!important;margin-top:12px!important;}
.yedupe-profile-card-main .profile-rank{font:900 10px/1 Arial,sans-serif!important;letter-spacing:5px!important;text-transform:uppercase!important;margin-top:8px!important;}
.profile-info-box,.profile-social-box,.profile-friends-box{background:#fff!important;border:1px solid #e5e5e5!important;border-radius:3px!important;text-align:center!important;padding:16px 10px!important;color:#777!important;font:700 13px/1.45 Arial,sans-serif!important;}
.profile-info-box b{color:#666!important;}
.profile-social-box{display:flex!important;justify-content:center!important;gap:16px!important;font-size:20px!important;}
.profile-social-box .fa-youtube{color:#ff0000!important}.profile-social-box .fa-twitter{color:#1da1f2!important}.profile-social-box .fa-telegram{color:#229ed9!important}
.friends-title{height:26px;line-height:26px;margin:-16px -10px 12px;background:#eee;color:#888;text-transform:uppercase;font:900 10px/26px Arial,sans-serif;letter-spacing:3px;}
.friends-grid{display:grid!important;grid-template-columns:repeat(5,1fr)!important;gap:4px!important;}
.friends-grid img{width:32px!important;height:32px!important;}
.yedupe-profile-content{min-width:0!important;}
.yedupe-profile-tabs{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:12px!important;margin-bottom:12px!important;}
.yedupe-profile-tabs a{height:48px!important;line-height:48px!important;text-align:center!important;background:#f7f7f7!important;border:1px solid #e7e7e7!important;border-radius:4px!important;color:#999!important;text-transform:uppercase!important;text-decoration:none!important;font:900 11px/48px Arial,sans-serif!important;letter-spacing:4px!important;}
.yedupe-profile-tabs a.active{background:#fff!important;color:#444!important;border-bottom:3px solid #28d6a2!important;}
.yedupe-profile-tab-body{background:#fff!important;border:1px solid #eee!important;border-radius:3px!important;min-height:560px!important;padding:14px!important;}
.stat-grid.two{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:12px!important;}
.stat-grid.two .card{border:0!important;background:#f7f7f7!important;border-radius:4px!important;overflow:hidden!important;}
.stat-grid.two .card-header{height:34px!important;line-height:34px!important;text-align:center!important;background-image:url('/images/background.jpg')!important;background-size:cover!important;color:#fff!important;font:900 12px/34px Arial,sans-serif!important;letter-spacing:5px!important;text-transform:uppercase!important;padding:0!important;}
.stat-grid.two .list-group-item{height:32px!important;padding:0 12px!important;background:#eee!important;border:4px solid #f7f7f7!important;font-size:12px!important;}
.card-feed{margin-top:16px!important;border:0!important;background:#f7f7f7!important;padding:12px!important;}
.card-feed-action{display:flex!important;gap:12px!important;align-items:center!important;}
.card-feed-action .avatar img{width:32px!important;height:32px!important;}
.card-feed-input{flex:1!important;}
.card-feed-input input{height:34px!important;background:#fff!important;border:1px solid #e5e5e5!important;text-align:left!important;color:#999!important;}
.card-feed-list .list-group-item{background:#f7f7f7!important;border:0!important;border-radius:4px!important;margin:8px 0!important;}
body.dark .yedupe-profile-shell,body.dark .yedupe-profile-tab-body,body.dark .yedupe-profile-card-main,body.dark .profile-info-box,body.dark .profile-social-box,body.dark .profile-friends-box{background:#1e1e1e!important;border-color:#333!important;color:#ddd!important;}
body.dark .yedupe-profile-card-main .profile-name{color:#fff!important;}
body.dark .yedupe-profile-tabs a{background:#242424!important;border-color:#333!important;color:#bbb!important;}
body.dark .yedupe-profile-tabs a.active{background:#1e1e1e!important;color:#fff!important;}
body.dark .stat-grid.two .card,body.dark .card-feed{background:#202020!important;}
body.dark .stat-grid.two .list-group-item{background:#2b2b2b!important;border-color:#202020!important;color:#ddd!important;}

@media(max-width:900px){.yedupe-profile-shell{grid-template-columns:1fr!important}.yedupe-profile-page{margin-top:-60px!important}.stat-grid.two{grid-template-columns:1fr!important}}

.yedupe-forums-shell,.yedupe-forum-category-shell{margin:-58px auto 70px!important;position:relative!important;z-index:40!important;}
.yedupe-forums-page .yedupe-page-title,.yedupe-forum-category-page .yedupe-page-title{margin-top:-206px!important;margin-bottom:92px!important;}
body.page-home .yedupe-news-wrap{margin:-30px auto 0!important;}
body.page-home .yedupe-store-strip{position:relative!important;z-index:10!important;}


:root{
  --yedupe-bg-light:url('/images/background.jpg');
  --yedupe-bg-dark:url('/images/background-dark.jpg');
  --yedupe-bg:var(--yedupe-bg-light);
  --yedupe-purple:#261b33;
  --yedupe-gold:#d9ad2d;
  --yedupe-red:#ff202b;
}
body.dark{--yedupe-bg:var(--yedupe-bg-dark);}
html,body,#view{min-height:100%;}
body{font-family:'Raleway',Arial,sans-serif!important;background:#efefef!important;}
body.dark{background:#101010!important;color:#dcdcdc!important;}


#header.yedupe-header{background:transparent!important;position:relative!important;overflow:visible!important;}
#header.yedupe-header .header-bg{
  display:block!important;position:absolute!important;inset:0!important;
  background-image:linear-gradient(rgba(11,29,48,.28),rgba(11,29,48,.22)),var(--yedupe-bg)!important;
  background-size:cover!important;background-position:center 48%!important;background-repeat:no-repeat!important;
  filter:blur(5px) saturate(1.06)!important;transform:scale(1.035)!important;opacity:1!important;
}
#header.yedupe-header:after{content:""!important;position:absolute!important;inset:0!important;background:rgba(6,18,30,.14)!important;pointer-events:none!important;}
.yedupe-nav{height:44px!important;position:relative!important;z-index:100!important;}
.yedupe-nav-inner{height:44px!important;width:930px!important;max-width:930px!important;margin:0 auto!important;display:flex!important;align-items:center!important;gap:24px!important;}
.yedupe-brand{width:32px!important;min-width:32px!important;height:32px!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.yedupe-brand img{width:30px!important;max-height:32px!important;object-fit:contain!important;}
.yedupe-nav-links{display:flex!important;align-items:center!important;gap:30px!important;flex:0 0 auto!important;}
.yedupe-nav-actions{margin-left:auto!important;display:flex!important;align-items:center!important;gap:14px!important;}
.yedupe-nav-links a,.yedupe-store,.yedupe-login{
  font:800 10px/1 Arial,sans-serif!important;letter-spacing:4px!important;text-transform:uppercase!important;
  color:#fff!important;text-decoration:none!important;text-shadow:0 1px 8px rgba(0,0,0,.35)!important;
}
.yedupe-store{margin-right:2px!important;}
.yedupe-login{height:25px!important;min-width:72px!important;padding:0 12px!important;border:2px solid rgba(255,255,255,.92)!important;border-radius:4px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:rgba(255,255,255,.04)!important;}
.yedupe-search{width:168px!important;min-width:168px!important;max-width:168px!important;height:25px!important;border:2px solid rgba(255,255,255,.9)!important;border-radius:4px!important;background:rgba(10,25,38,.12)!important;display:flex!important;align-items:center!important;padding:0 9px!important;gap:7px!important;box-sizing:border-box!important;margin:0!important;position:relative!important;}
.yedupe-search i{position:static!important;transform:none!important;width:12px!important;height:auto!important;font-size:11px!important;color:#fff!important;margin:0!important;flex:0 0 12px!important;}
.yedupe-search input,#header .yedupe-search input{position:static!important;flex:1 1 auto!important;width:auto!important;min-width:0!important;max-width:none!important;height:21px!important;line-height:21px!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;color:#fff!important;font:800 10px/21px Arial,sans-serif!important;letter-spacing:.2px!important;box-shadow:none!important;outline:none!important;}
.yedupe-search input::placeholder{color:#fff!important;opacity:.95!important;}
.yedupe-theme-toggle{height:18px!important;width:18px!important;min-width:18px!important;border:0!important;background:transparent!important;color:#fff!important;padding:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;position:relative!important;z-index:110!important;opacity:.95!important;}
.yedupe-theme-toggle i{font-size:12px!important;line-height:1!important;pointer-events:none!important;}


body.page-login,body.page-login #view,body.page-login .main--wrapper{
  background-image:linear-gradient(rgba(18,42,63,.50),rgba(24,58,64,.42)),var(--yedupe-bg)!important;
  background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-attachment:fixed!important;background-color:#14293a!important;
}
body.dark.page-login,body.dark.page-login #view,body.dark.page-login .main--wrapper{background-image:linear-gradient(rgba(5,5,7,.62),rgba(5,5,7,.62)),var(--yedupe-bg-dark)!important;}
body.page-login #header.yedupe-header{height:44px!important;min-height:44px!important;background:transparent!important;}
body.page-login #header.yedupe-header .header-bg,body.page-login #header.yedupe-header:after,body.page-login #foot{display:none!important;}
body.page-login .main--wrapper{min-height:calc(100vh - 44px)!important;padding-top:95px!important;display:block!important;}
body.page-login .yedupe-login-page{min-height:calc(100vh - 140px)!important;margin:0 auto!important;padding:0!important;position:relative!important;}
.login-bottom-brand{position:fixed!important;left:50%!important;bottom:70px!important;transform:translateX(-50%)!important;display:flex!important;align-items:center!important;gap:12px!important;opacity:.42!important;z-index:20!important;}
.login-bottom-brand img{width:32px!important;height:32px!important;object-fit:contain!important;}
.login-bottom-brand span{font:900 10px/1 Arial,sans-serif!important;letter-spacing:3px!important;color:#fff!important;text-transform:uppercase!important;}
.yedupe-auth-title h1{font:900 42px/.95 Arial,sans-serif!important;letter-spacing:24px!important;padding-left:24px!important;text-shadow:0 2px 18px rgba(0,0,0,.24)!important;}
.yedupe-auth-title p{font:900 9px/1 Arial,sans-serif!important;letter-spacing:7px!important;color:rgba(255,255,255,.62)!important;}


body.page-home #header.yedupe-header{height:355px!important;min-height:355px!important;}
body.page-home .yedupe-hero-mark{display:flex!important;position:absolute!important;top:75px!important;left:0!important;right:0!important;height:auto!important;padding:0!important;z-index:45!important;align-items:center!important;justify-content:flex-start!important;flex-direction:column!important;}
body.page-home .yedupe-hero-mark img{width:126px!important;margin:0 0 20px!important;display:block!important;filter:drop-shadow(0 8px 18px rgba(0,0,0,.38))!important;}
body.page-home .yedupe-tagline{display:block!important;color:#fff!important;font:900 11px/1 Arial,sans-serif!important;letter-spacing:7px!important;text-transform:uppercase!important;text-shadow:0 2px 14px rgba(0,0,0,.48)!important;margin:0!important;}
body.page-home .home-identity-v15{display:none!important;}
body.page-home .yedupe-home{margin-top:-34px!important;position:relative!important;z-index:60!important;}
body.page-home .yedupe-news-wrap{width:930px!important;max-width:930px!important;min-height:560px!important;margin:0 auto 70px!important;background:#fff!important;padding:0!important;box-shadow:0 2px 8px rgba(0,0,0,.08)!important;}
body.page-home .yedupe-store-strip{width:100%!important;margin:0!important;border-radius:0!important;display:block!important;height:31px!important;line-height:31px!important;background:#ff1f2b!important;color:#fff!important;}
body.page-home .yedupe-announcements{padding:0 14px 38px!important;min-height:520px!important;background:#fff!important;}
body.page-inner #header.yedupe-header,body:not(.page-home):not(.page-login) #header.yedupe-header{height:270px!important;min-height:270px!important;}
body.page-inner .yedupe-page-title,body:not(.page-home):not(.page-login) .yedupe-page-title{margin:-190px auto 78px!important;position:relative!important;z-index:40!important;text-align:center!important;}
body.page-inner .yedupe-page-title h1{font:900 42px/1 Arial,sans-serif!important;letter-spacing:18px!important;color:#fff!important;text-shadow:0 2px 16px rgba(0,0,0,.35)!important;}
body.page-inner .yedupe-page-title p{font:900 10px/1 Arial,sans-serif!important;letter-spacing:5px!important;color:#fff!important;text-transform:uppercase!important;}


.yedupe-staff-shell{margin:-52px auto 74px!important;}
.yedupe-leaderboard-shell{margin:-34px auto 74px!important;width:930px!important;max-width:930px!important;}
.yedupe-forums-shell,.yedupe-forum-category-shell{margin:-48px auto 70px!important;width:930px!important;max-width:930px!important;}


.yedupe-lb-tabs a.active,.yedupe-lb-tabs a:hover{background:#d9ad2d!important;color:#fff!important;}
.yedupe-lb-table{table-layout:fixed!important;width:100%!important;}
.yedupe-lb-table th:nth-child(1),.yedupe-lb-table td:nth-child(1){width:44px!important;text-align:center!important;}
.yedupe-lb-table th:nth-child(2),.yedupe-lb-table td:nth-child(2){width:auto!important;}
.yedupe-lb-table th:nth-child(3),.yedupe-lb-table td:nth-child(3){width:68px!important;text-align:right!important;}
.yedupe-lb-user-cell{display:flex!important;align-items:center!important;gap:8px!important;white-space:nowrap!important;overflow:hidden!important;}
.yedupe-lb-user-cell img{width:22px!important;height:22px!important;margin:0!important;flex:0 0 22px!important;}
.yedupe-lb-user-cell a{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.yedupe-lb-rank{font-size:0!important;}
.yedupe-lb-rank::before{content:attr(data-rank);font-size:12px!important;font-weight:900!important;color:#8a8a8a!important;}
.yedupe-lb-table tbody tr:nth-child(1) .yedupe-lb-rank::before,.yedupe-lb-table tbody tr:nth-child(2) .yedupe-lb-rank::before,.yedupe-lb-table tbody tr:nth-child(3) .yedupe-lb-rank::before{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:20px!important;height:20px!important;border-radius:50%!important;color:#fff!important;font-size:11px!important;box-shadow:inset 0 -2px 0 rgba(0,0,0,.12)!important;}
.yedupe-lb-table tbody tr:nth-child(1) .yedupe-lb-rank::before{content:'1'!important;background:#f5bf32!important;}
.yedupe-lb-table tbody tr:nth-child(2) .yedupe-lb-rank::before{content:'2'!important;background:#d6d8db!important;color:#8a8a8a!important;}
.yedupe-lb-table tbody tr:nth-child(3) .yedupe-lb-rank::before{content:'3'!important;background:#de854c!important;}


.yedupe-staff-card .yedupe-staff-rank[data-rank*="Trial"],.yedupe-staff-jump a[data-rank*="Trial"]{--rank-color:#ffaa00!important;color:#ffaa00!important;}
.yedupe-staff-card .yedupe-staff-rank[data-rank*="Developer"],.yedupe-staff-jump a[data-rank*="Developer"]{--rank-color:#55ffff!important;color:#55ffff!important;}
.yedupe-staff-card .yedupe-staff-rank[data-rank*="Mod"],.yedupe-staff-jump a[data-rank*="Mod"]{--rank-color:#6f2dbd!important;color:#6f2dbd!important;}
.yedupe-staff-card .yedupe-staff-rank[data-rank*="Head"],.yedupe-staff-jump a[data-rank*="Head"]{--rank-color:#8b0000!important;color:#8b0000!important;}
.yedupe-staff-jump a:not(.active):not(:hover){background:#eee!important;color:#6d7078!important;}
.yedupe-staff-jump a:hover,.yedupe-staff-jump a.active{background:var(--rank-color,#c90000)!important;color:#fff!important;}
#searchResults a[style]{color:inherit!important;}
#searchResults .user-meta a{color:var(--search-rank-color,#222)!important;}


.yedupe-profile-page{width:930px!important;max-width:930px!important;margin:-58px auto 0!important;position:relative!important;z-index:45!important;padding:0!important;}
.yedupe-profile-hero{position:absolute!important;top:-160px!important;left:0!important;right:0!important;text-align:center!important;color:#fff!important;pointer-events:none!important;}
.yedupe-profile-hero-head{width:74px!important;height:74px!important;border:4px solid #fff!important;border-radius:14px!important;object-fit:contain!important;filter:drop-shadow(0 6px 14px rgba(0,0,0,.35))!important;margin-bottom:12px!important;}
.yedupe-profile-hero h1{font:900 34px/1 Arial,sans-serif!important;letter-spacing:12px!important;margin:0!important;color:#fff!important;text-transform:uppercase!important;text-shadow:0 2px 14px rgba(0,0,0,.38)!important;}
.yedupe-profile-hero-rank{font:900 9px/1 Arial,sans-serif!important;letter-spacing:4px!important;text-transform:uppercase!important;margin-top:6px!important;}
.yedupe-profile-shell{width:930px!important;display:grid!important;grid-template-columns:230px 1fr!important;gap:14px!important;background:#fff!important;border-radius:5px!important;padding:14px!important;box-shadow:0 2px 10px rgba(0,0,0,.11)!important;min-height:680px!important;}
.profile-status-banner.online{background:#28b65b!important;color:#fff!important;}
.profile-status-banner.offline,.profile-last-seen{background:#e93952!important;color:#fff!important;}
.profile-last-seen b{color:#26e671!important;}
.yedupe-profile-card-main .profile-rank,.yedupe-profile-hero-rank{color:var(--profile-rank-color)!important;}
.profile-info-box b{font-weight:900!important;color:#69707a!important;}
.profile-social-box:empty{display:none!important;}
.yedupe-profile-tabs{grid-template-columns:repeat(3,1fr)!important;}
.profile-general-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;margin-bottom:14px!important;}
.profile-stat-panel,.profile-coming-soon{background:#f7f7f7!important;border:1px solid #ececec!important;border-radius:4px!important;overflow:hidden!important;}
.profile-stat-panel h3{height:34px!important;line-height:34px!important;margin:0!important;text-align:center!important;text-transform:uppercase!important;font:900 12px/34px Arial,sans-serif!important;letter-spacing:5px!important;color:#fff!important;background-image:linear-gradient(rgba(30,25,38,.45),rgba(30,25,38,.45)),url('/images/background.jpg')!important;background-size:cover!important;}
.profile-stat-lines{padding:10px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important;}
.profile-stat-lines div{height:30px!important;background:#eee!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 10px!important;border-radius:3px!important;color:#8b8e95!important;font:800 12px/1 Arial,sans-serif!important;}
.profile-stat-lines span{font-weight:900!important;color:#90939b!important;}
.profile-stat-lines b{font-weight:900!important;color:#888!important;}
.profile-coming-soon{display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;color:#d9d9d9!important;text-transform:uppercase!important;font:900 12px/1.35 Arial,sans-serif!important;letter-spacing:3px!important;min-height:190px!important;}
.profile-coming-soon .coming-icon{font-size:44px!important;line-height:1!important;opacity:.35!important;margin-bottom:8px!important;}
.yedupe-profile-comments{margin-top:14px!important;background:#f7f7f7!important;border:0!important;border-radius:4px!important;padding:12px!important;}
.card-feed-action{display:flex!important;align-items:center!important;gap:10px!important;}
.card-feed-action .avatar img{width:30px!important;height:30px!important;object-fit:contain!important;}
.card-feed-input{display:flex!important;gap:8px!important;flex:1!important;}
.card-feed-input input{height:32px!important;border:1px solid #e4e4e4!important;background:#fff!important;border-radius:3px!important;text-align:left!important;padding:0 12px!important;}
.card-feed-input button{height:32px!important;border:0!important;background:#d9ad2d!important;color:#fff!important;font:900 10px/1 Arial,sans-serif!important;letter-spacing:1.5px!important;text-transform:uppercase!important;}
.card-feed-list .list-group-item{background:#f7f7f7!important;border:0!important;border-radius:4px!important;margin:8px 0!important;color:#777!important;}
.card-feed-meta a{font-weight:900!important;text-decoration:none!important;}
.card-feed-meta span{color:#aaa!important;margin-left:4px!important;font-size:11px!important;}


body.dark #header.yedupe-header .header-bg{background-image:linear-gradient(rgba(0,0,0,.46),rgba(0,0,0,.46)),var(--yedupe-bg-dark)!important;}
body.dark .main--wrapper,body.dark body{background:#111!important;}
body.dark .yedupe-news-wrap,body.dark .yedupe-announcements,body.dark .yedupe-post-card,body.dark .yedupe-leaderboard-shell,body.dark .yedupe-lb-card,body.dark .yedupe-staff-shell,body.dark .yedupe-staff-card,body.dark .yedupe-forums-shell,body.dark .yedupe-forum-category-shell,body.dark .yedupe-profile-shell,body.dark .yedupe-profile-tab-body,body.dark .yedupe-profile-card-main,body.dark .profile-info-box,body.dark .profile-friends-box,body.dark .profile-stat-panel,body.dark .profile-coming-soon,body.dark .yedupe-profile-comments{background:#202020!important;border-color:#333!important;color:#ddd!important;}
body.dark .yedupe-post-preview,body.dark .profile-stat-lines div,body.dark .card-feed-input input,body.dark .card-feed-list .list-group-item{background:#2a2a2a!important;color:#ddd!important;border-color:#383838!important;}
body.dark .yedupe-post-preview:after{background:linear-gradient(rgba(32,32,32,0),#202020)!important;}
body.dark .yedupe-lb-table th,body.dark .yedupe-lb-tabs,body.dark .yedupe-staff-jump .jump-title,body.dark .yedupe-forum-section-header,body.dark .yedupe-forum-sidebar h3{background:#303030!important;color:#aaa!important;}
body.dark .yedupe-lb-table td,body.dark .yedupe-lb-table tr{background:#202020!important;border-color:#333!important;color:#ddd!important;}
body.dark .yedupe-staff-name,body.dark .profile-name{color:#fff!important;}
body.dark #foot{background:#1f1f1f!important;}

@media(max-width:980px){
 .yedupe-nav-inner,.yedupe-news-wrap,.yedupe-leaderboard-shell,.yedupe-staff-shell,.yedupe-forums-shell,.yedupe-forum-category-shell,.yedupe-profile-page,.yedupe-profile-shell,#foot .yedupe-footer-inner{width:calc(100vw - 28px)!important;max-width:calc(100vw - 28px)!important;}
 .yedupe-nav-links,.yedupe-nav-actions{gap:12px!important}.yedupe-nav-links a,.yedupe-store,.yedupe-login{font-size:9px!important;letter-spacing:2px!important}.yedupe-search{width:145px!important;min-width:145px!important}.yedupe-profile-shell{grid-template-columns:1fr!important}.profile-general-grid{grid-template-columns:1fr!important}.yedupe-lb-grid{grid-template-columns:1fr!important}.yedupe-staff-shell{grid-template-columns:1fr!important}.yedupe-staff-jump{display:none!important}
}


:root{
  --yedupe-blue-rank:#55ffff;
  --yedupe-owner:#d00000;
  --yedupe-head-admin:#aa0000;
  --yedupe-senior-admin:#ff5555;
  --yedupe-admin:#ff5555;
  --yedupe-senior-mod:#aa00aa;
  --yedupe-mod:#aa00aa;
  --yedupe-trial-mod:#ffaa00;
}


#header.yedupe-header .yedupe-nav{height:48px!important;z-index:500!important;position:relative!important;}
#header.yedupe-header .yedupe-nav-inner{width:930px!important;max-width:930px!important;height:48px!important;gap:24px!important;}
#header.yedupe-header .yedupe-brand{width:36px!important;min-width:36px!important;}
#header.yedupe-header .yedupe-brand img{width:34px!important;max-height:38px!important;}
#header.yedupe-header .yedupe-nav-links{gap:31px!important;}
#header.yedupe-header .yedupe-nav-actions{gap:13px!important;}
#header.yedupe-header .yedupe-nav-links a,
#header.yedupe-header .yedupe-store,
#header.yedupe-header .yedupe-login{
  font-family:Arial,sans-serif!important;
  font-size:10px!important;
  line-height:1!important;
  letter-spacing:4px!important;
  font-weight:700!important;
  color:#fff!important;
  text-shadow:0 1px 10px rgba(0,0,0,.32)!important;
}
#header.yedupe-header .yedupe-login{height:25px!important;min-width:74px!important;padding:0 13px!important;border:2px solid rgba(255,255,255,.92)!important;border-radius:4px!important;}
#header.yedupe-header .yedupe-search{width:158px!important;min-width:158px!important;max-width:158px!important;height:25px!important;padding:0 9px!important;border:2px solid rgba(255,255,255,.9)!important;border-radius:4px!important;gap:8px!important;}
#header.yedupe-header .yedupe-search i{position:static!important;transform:none!important;width:12px!important;flex:0 0 12px!important;font-size:11px!important;pointer-events:none!important;}
#header.yedupe-header .yedupe-search input{font-weight:700!important;font-size:10px!important;letter-spacing:.15px!important;line-height:21px!important;height:21px!important;padding:0!important;position:static!important;width:auto!important;min-width:0!important;max-width:none!important;}
#header.yedupe-header .yedupe-theme-toggle{display:flex!important;align-items:center!important;justify-content:center!important;width:26px!important;height:26px!important;min-width:26px!important;cursor:pointer!important;pointer-events:auto!important;position:relative!important;z-index:9999!important;}
#header.yedupe-header .yedupe-theme-toggle i{font-size:12px!important;pointer-events:none!important;}


body.page-home #header.yedupe-header{height:350px!important;min-height:350px!important;}
body.page-home .yedupe-hero-mark{top:76px!important;left:0!important;right:0!important;height:auto!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;z-index:60!important;}
body.page-home .yedupe-hero-mark img{width:120px!important;margin:0 0 14px!important;display:block!important;}
body.page-home .yedupe-hero-mark .yedupe-tagline,
body.page-home .yedupe-tagline{margin:0!important;font:800 10px/1 Arial,sans-serif!important;letter-spacing:6px!important;color:#fff!important;text-transform:uppercase!important;text-shadow:0 2px 12px rgba(0,0,0,.45)!important;}
body.page-home .yedupe-home{margin-top:-44px!important;position:relative!important;z-index:75!important;}
body.page-home .yedupe-news-wrap{width:930px!important;max-width:930px!important;margin:0 auto 70px!important;padding:0!important;background:#fff!important;border-radius:2px!important;overflow:visible!important;box-shadow:0 2px 10px rgba(0,0,0,.10)!important;}
body.page-home .yedupe-store-strip{width:100%!important;display:block!important;height:30px!important;line-height:30px!important;margin:0!important;padding:0!important;border-radius:2px 2px 0 0!important;background:#ff1f2b!important;text-align:center!important;}
body.page-home .yedupe-announcements{padding:0 14px 38px!important;min-height:520px!important;background:#fff!important;}


body.page-login .main--wrapper{padding-top:125px!important;min-height:100vh!important;}
body.page-login .yedupe-login-page{min-height:calc(100vh - 125px)!important;}
body.page-login #foot{display:none!important;}
body.page-login .login-bottom-brand{bottom:78px!important;}
body.page-inner .login-wrapper{width:480px!important;max-width:480px!important;margin:118px auto 0!important;}
body.page-inner .login-wrapper .card{width:100%!important;}
body.page-inner .login-wrapper .return-to{text-align:center!important;margin-top:22px!important;}


body.page-inner #view>.main--wrapper .yedupe-profile-page,
body.page-inner #view>.main--wrapper .yedupe-profile-page.container,
#view>.main--wrapper .yedupe-profile-page{
  width:930px!important;
  max-width:930px!important;
  margin:-60px auto 70px!important;
  padding:0!important;
  position:relative!important;
  z-index:90!important;
  display:block!important;
}
.yedupe-profile-page .yedupe-profile-hero{display:block!important;position:absolute!important;top:-162px!important;left:0!important;right:0!important;text-align:center!important;z-index:95!important;pointer-events:none!important;}
.yedupe-profile-page .yedupe-profile-hero-head{width:74px!important;height:74px!important;border:4px solid #fff!important;border-radius:14px!important;object-fit:contain!important;filter:drop-shadow(0 6px 14px rgba(0,0,0,.35))!important;margin:0 auto 12px!important;display:block!important;}
.yedupe-profile-page .yedupe-profile-hero h1{font:900 34px/1 Arial,sans-serif!important;letter-spacing:12px!important;color:#fff!important;text-transform:uppercase!important;text-shadow:0 2px 14px rgba(0,0,0,.38)!important;margin:0!important;padding-left:12px!important;}
.yedupe-profile-page .yedupe-profile-hero-rank{font:900 9px/1 Arial,sans-serif!important;letter-spacing:4px!important;text-transform:uppercase!important;margin-top:6px!important;color:var(--profile-rank-color,#d32838)!important;}
body.page-inner #view>.main--wrapper .yedupe-profile-shell,
.yedupe-profile-page .yedupe-profile-shell{width:930px!important;max-width:930px!important;display:grid!important;grid-template-columns:230px 1fr!important;gap:14px!important;margin:0!important;}
.yedupe-profile-card-main .profile-rank,
.yedupe-profile-page .profile-rank{color:var(--profile-rank-color,#d32838)!important;}
.yedupe-profile-card-main .profile-name{color:#111!important;}
.yedupe-profile-comments .card-feed-input input::placeholder{color:#9a9a9a!important;opacity:1!important;}
.yedupe-profile-comments .card-feed-action .avatar{display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 32px!important;}
.yedupe-profile-comments .card-feed-action .avatar img{width:32px!important;height:32px!important;border-radius:3px!important;object-fit:contain!important;}


.yedupe-staff-rank[data-rank*="Owner"], .rank-owner{color:var(--yedupe-owner)!important;}
.yedupe-staff-rank[data-rank*="Developer"], .rank-developer{color:var(--yedupe-blue-rank)!important;}
.yedupe-staff-rank[data-rank*="Head"], .rank-head-admin{color:var(--yedupe-head-admin)!important;}
.yedupe-staff-rank[data-rank*="Senior Admin"], .rank-senior-admin{color:var(--yedupe-senior-admin)!important;}
.yedupe-staff-rank[data-rank="Admin"], .rank-admin{color:var(--yedupe-admin)!important;}
.yedupe-staff-rank[data-rank*="Senior Mod"], .rank-senior-mod{color:var(--yedupe-senior-mod)!important;}
.yedupe-staff-rank[data-rank="Mod"], .rank-mod{color:var(--yedupe-mod)!important;}
.yedupe-staff-rank[data-rank*="Trial"], .rank-trial-mod{color:var(--yedupe-trial-mod)!important;}
.yedupe-staff-jump a[data-rank*="Developer"]{--rank-color:var(--yedupe-blue-rank)!important;color:#666!important;}
.yedupe-staff-jump a[data-rank*="Head"]{--rank-color:var(--yedupe-head-admin)!important;color:#666!important;}
.yedupe-staff-jump a[data-rank*="Senior Mod"]{--rank-color:var(--yedupe-senior-mod)!important;color:#666!important;}
.yedupe-staff-jump a[data-rank="Mod"]{--rank-color:var(--yedupe-mod)!important;color:#666!important;}
.yedupe-staff-jump a[data-rank*="Trial"]{--rank-color:var(--yedupe-trial-mod)!important;color:#666!important;}
.yedupe-staff-jump a.active,.yedupe-staff-jump a:hover{background:var(--rank-color,#d00000)!important;color:#fff!important;text-shadow:none!important;box-shadow:none!important;}


.yedupe-leaderboard-shell{margin:-18px auto 74px!important;}


#searchResults .user-meta a{color:var(--search-rank-color,#222)!important;}


body.dark.page-home .yedupe-announcements,
body.dark.page-home .yedupe-news-wrap,
body.dark .yedupe-profile-shell,
body.dark .yedupe-profile-tab-body,
body.dark .yedupe-profile-card-main,
body.dark .profile-info-box,
body.dark .profile-social-box,
body.dark .profile-friends-box,
body.dark .profile-stat-panel,
body.dark .profile-coming-soon,
body.dark .yedupe-profile-comments{background:#202020!important;border-color:#333!important;color:#ddd!important;}
body.dark .yedupe-profile-card-main .profile-name{color:#fff!important;}
body.dark .profile-stat-lines div,
body.dark .card-feed-input input,
body.dark .card-feed-list .list-group-item{background:#2a2a2a!important;color:#ddd!important;border-color:#383838!important;}

@media(max-width:980px){
  body.page-inner #view>.main--wrapper .yedupe-profile-page,
  body.page-inner #view>.main--wrapper .yedupe-profile-shell{width:calc(100vw - 28px)!important;max-width:calc(100vw - 28px)!important;}
  body.page-inner #view>.main--wrapper .yedupe-profile-shell{grid-template-columns:1fr!important;}
}


#header.yedupe-header .yedupe-search input,
#header.yedupe-header .yedupe-search input:focus,
#header.yedupe-header input#searchInput,
#header.yedupe-header input#searchInput:focus{
  font-family:Arial,sans-serif!important;
  font-size:10px!important;
  line-height:21px!important;
  font-weight:600!important;
  letter-spacing:.05px!important;
  text-transform:none!important;
  color:#fff!important;
}
#header.yedupe-header .yedupe-search input::placeholder,
#header.yedupe-header input#searchInput::placeholder{
  font-size:10px!important;
  font-weight:600!important;
  letter-spacing:.05px!important;
  text-transform:none!important;
  color:rgba(255,255,255,.95)!important;
}
#searchResults{width:250px!important;min-width:250px!important;padding:8px 9px!important;border-radius:3px!important;}
#searchResults li{padding:0!important;margin:0!important;list-style:none!important;}
#searchResults .user-meta{height:34px!important;padding:5px 8px!important;gap:9px!important;border-radius:2px!important;}
#searchResults .avatar img{width:22px!important;height:22px!important;border-radius:50%!important;}
#searchResults a,#searchResults .username,#searchResults span{
  font-family:Arial,sans-serif!important;
  font-size:13px!important;
  line-height:18px!important;
  font-weight:700!important;
  letter-spacing:0!important;
  text-transform:none!important;
  text-shadow:none!important;
}
#searchResults .user-meta a{color:var(--search-rank-color,#222)!important;}


.main--wrapper > .container:has(.yedupe-profile-page){
  width:100%!important;max-width:none!important;padding:0!important;margin:0!important;
}
.main--wrapper > .container > .yedupe-profile-page,
body.page-inner .main--wrapper > .container > .yedupe-profile-page,
.yedupe-profile-page{
  width:930px!important;
  max-width:930px!important;
  margin:-54px auto 72px!important;
  padding:0!important;
  display:block!important;
  position:relative!important;
  left:auto!important;right:auto!important;float:none!important;
  z-index:90!important;
}
.yedupe-profile-shell{
  width:930px!important;max-width:930px!important;margin:0 auto!important;
  display:grid!important;grid-template-columns:230px 1fr!important;gap:14px!important;
}
.yedupe-profile-hero{display:block!important;position:absolute!important;top:-158px!important;left:0!important;right:0!important;text-align:center!important;z-index:120!important;}
.yedupe-profile-hero-head{width:72px!important;height:72px!important;border:4px solid #fff!important;border-radius:13px!important;background:rgba(255,255,255,.95)!important;box-shadow:0 0 0 1px rgba(255,255,255,.9),0 8px 18px rgba(0,0,0,.32)!important;object-fit:contain!important;}
.yedupe-profile-hero h1{font-size:32px!important;font-weight:800!important;letter-spacing:11px!important;color:#fff!important;text-transform:uppercase!important;margin:0!important;}
.yedupe-profile-hero-rank,.yedupe-profile-card-main .profile-rank,.profile-rank{color:var(--profile-rank-color,#d00000)!important;}
.yedupe-profile-card-main .profile-rank,.profile-rank{font-size:9px!important;font-weight:900!important;letter-spacing:4px!important;text-transform:uppercase!important;}


body.page-login .main--wrapper{padding-top:150px!important;}
.yedupe-auth-title{margin-bottom:32px!important;}
.yedupe-auth-card,.yedupe-auth-links a,.login-wrapper .card,.login-wrapper .card-header,.login-wrapper .card-body{
  border-radius:6px!important;
}
.login-wrapper .card{overflow:hidden!important;border-radius:7px!important;}
.login-wrapper .card-header{border-radius:7px 7px 0 0!important;}
body.page-inner .login-wrapper{margin-top:145px!important;}


#header.yedupe-header .yedupe-theme-toggle,
#header.yedupe-header .yedupe-theme-toggle *{pointer-events:auto!important;}
#header.yedupe-header .yedupe-theme-toggle{z-index:2147483647!important;position:relative!important;}

@media(max-width:980px){
  .main--wrapper > .container > .yedupe-profile-page,.yedupe-profile-page,.yedupe-profile-shell{width:calc(100vw - 28px)!important;max-width:calc(100vw - 28px)!important;}
  .yedupe-profile-shell{grid-template-columns:1fr!important;}
}




.yedupe-profile-page .yedupe-profile-hero { top:-176px!important; }
.yedupe-profile-page .yedupe-profile-hero-head,
.yedupe-profile-hero-head{
  width:76px!important;height:76px!important;
  border:0!important;border-radius:0!important;background:transparent!important;
  box-shadow:none!important;object-fit:contain!important;
  filter:
    drop-shadow(2px 0 0 #fff) drop-shadow(-2px 0 0 #fff)
    drop-shadow(0 2px 0 #fff) drop-shadow(0 -2px 0 #fff)
    drop-shadow(0 7px 13px rgba(0,0,0,.40))!important;
}
.yedupe-profile-page .yedupe-profile-hero h1{margin-top:4px!important;}
body.page-inner #header.yedupe-header{height:360px!important;min-height:360px!important;background-position:center 56%!important;}

.main--wrapper > .container:has(.yedupe-profile-page){display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;}
.main--wrapper > .container > .yedupe-profile-page,.yedupe-profile-page{width:930px!important;max-width:930px!important;margin:-50px auto 74px!important;left:auto!important;right:auto!important;float:none!important;}
.yedupe-profile-shell{width:930px!important;max-width:930px!important;margin:0 auto!important;}
.profile-status-banner.online{background:#28c96f!important;color:#fff!important;}
.profile-status-banner.offline,.profile-last-seen{background:#e8334e!important;color:#fff!important;}
.profile-last-seen b{color:#26dd7b!important;}
.yedupe-profile-card-main .profile-rank,.yedupe-profile-hero-rank{color:var(--profile-rank-color,#d00000)!important;}
.card-feed-input input::placeholder{content:"log in to say hi...";}


body.dark .yedupe-forums-shell,body.dark .yedupe-forum-category-shell,body.dark .yedupe-forum-section,body.dark .yedupe-forum-sidebar section{background:#202020!important;border-color:#333!important;color:#ddd!important;}
body.dark .yedupe-forum-row,body.dark .yedupe-empty-row,body.dark .yedupe-side-empty,body.dark .yedupe-thread-row{background:#171717!important;border-color:#333!important;color:#d8d8d8!important;}
body.dark .yedupe-forum-section-header,body.dark .yedupe-forum-sidebar h3,body.dark .yedupe-thread-list-head,body.dark .yedupe-forum-breadcrumb{background:#333!important;color:#cfd3dc!important;}
body.dark .yedupe-forum-info p,body.dark .yedupe-thread-info p,body.dark .yedupe-forum-stat,body.dark .yedupe-forum-latest small{color:#a8acb6!important;}
body.dark .yedupe-forum-info h3,body.dark .yedupe-thread-info h3{color:#d9ad2d!important;}
body.dark .yedupe-forum-latest.empty,body.dark .yedupe-empty-row,body.dark .yedupe-side-empty{color:#b9bdc7!important;}


body.dark.page-home .yedupe-post-meta,body.dark.page-home .yedupe-post-preview{background:#202020!important;color:#d8d8d8!important;}
body.dark.page-home .yedupe-post-preview:after{background:linear-gradient(rgba(32,32,32,0),#202020)!important;}
body.dark.page-home .yedupe-post-card{background:#202020!important;border-color:#333!important;}
body.dark.page-home .yedupe-post-title{background:#21162d!important;color:#fff!important;}
body.dark.page-home .yedupe-announcements,body.dark.page-home .yedupe-news-wrap{background:#202020!important;border-color:#333!important;}


body.dark .yedupe-staff-jump,body.dark .yedupe-staff-shell{background:#202020!important;border-color:#333!important;color:#ddd!important;}
body.dark .yedupe-staff-jump-title{background:#333!important;color:#cfd3dc!important;}
body.dark .yedupe-staff-jump a{background:#333!important;color:#cfd3dc!important;}
body.dark .yedupe-staff-card{background:#1b1b1b!important;border-color:#333!important;}
body.dark .yedupe-staff-name{color:#fff!important;}


html:has(body.page-login),body.page-login{min-height:100%!important;background-color:#07111c!important;}
body.page-login{
  background-image:linear-gradient(rgba(3,12,22,.50),rgba(4,14,23,.54)),url('/images/background.jpg')!important;
  background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-attachment:fixed!important;
}
body.page-login #view,body.page-login .main--wrapper,body.page-login #header.yedupe-header{background:transparent!important;background-image:none!important;}
body.page-login #view:before,body.page-login #view:after,body.page-login:before,body.page-login:after{display:none!important;}
body.page-login .yedupe-auth-card{background:#fff!important;border-color:#fff!important;}
body.dark.page-login .yedupe-auth-card{background:#fff!important;border-color:#fff!important;}
body.dark.page-login .yedupe-auth-card input{background:#2b2b2b!important;color:#fff!important;}
body.dark.page-login .yedupe-auth-links a{background:#fff!important;color:#555!important;}
body.page-login .login-bottom-brand{display:flex!important;position:fixed!important;left:0!important;right:0!important;bottom:76px!important;justify-content:center!important;align-items:center!important;gap:12px!important;color:rgba(255,255,255,.55)!important;z-index:75!important;}
body.page-login .login-bottom-brand img{width:22px!important;height:22px!important;object-fit:contain!important;}
body.page-login .login-bottom-brand span{font:900 10px/1 Arial,sans-serif!important;letter-spacing:5px!important;text-transform:uppercase!important;color:rgba(255,255,255,.52)!important;}
body.page-login #foot{display:none!important;}


#searchResults a,#searchResults .username,#searchResults span{font-size:12px!important;font-weight:700!important;}
#searchResults .user-meta{height:32px!important;}

@media(max-width:980px){.main--wrapper > .container > .yedupe-profile-page,.yedupe-profile-page,.yedupe-profile-shell{width:calc(100vw - 28px)!important;max-width:calc(100vw - 28px)!important;}.yedupe-profile-shell{grid-template-columns:1fr!important;}}



:root{
  --rank-owner:#d00000;--rank-developer:#55ffff;--rank-head-admin:#aa0000;--rank-senior-admin:#ff5555;--rank-admin:#ff5555;--rank-senior-mod:#00aaaa;--rank-mod:#aa00aa;--rank-trial-mod:#ffaa00;
}
html.dark, body.dark{background:#121212!important;}
body.dark #foot, body.dark #foot .yedupe-footer-inner, body.dark .footer-brand, body.dark .footer-nav, body.dark .footer-faint{background:#1f1f1f!important;box-shadow:none!important;}
body.dark #foot{border-top:0!important;}
body.dark .main--wrapper{background:#151515!important;}
body.dark .container, body.dark .vert{background:transparent!important;}


#header.yedupe-header .yedupe-nav-inner{width:1000px!important;max-width:1000px!important;}
.yedupe-gamemodes-nav{position:relative;display:flex;align-items:center;height:48px;}
.yedupe-gamemodes-nav>a{color:#fff;text-decoration:none;text-transform:uppercase;font:800 10px/48px Arial,sans-serif;letter-spacing:3px;padding:0 2px;text-shadow:0 1px 3px rgba(0,0,0,.45);}
.yedupe-gamemodes-menu{display:none;position:absolute;left:50%;top:42px;transform:translateX(-50%);width:180px;background:#fff;border-radius:3px;box-shadow:0 8px 18px rgba(0,0,0,.18);padding:7px 0;z-index:99999;}
.yedupe-gamemodes-nav:hover .yedupe-gamemodes-menu{display:block;}
.yedupe-gamemodes-menu a,.yedupe-gamemodes-menu span{display:block;padding:9px 14px;font:800 10px/1 Arial,sans-serif;letter-spacing:2px;text-transform:uppercase;color:#666;text-decoration:none;white-space:nowrap;}
.yedupe-gamemodes-menu a:hover{color:#d9ad2d;background:#f7f7f7;}
.yedupe-gamemodes-menu span{opacity:.45;cursor:not-allowed;}
.yedupe-gamemodes-menu em{display:block;font-style:normal;font-size:8px;letter-spacing:1px;margin-top:3px;color:#999;}
body.dark .yedupe-gamemodes-menu{background:#242424;border:1px solid #333;}
body.dark .yedupe-gamemodes-menu a,body.dark .yedupe-gamemodes-menu span{color:#d5d5d5;}


body.page-home .home-identity-v15{display:none!important;}
body.page-home .yedupe-hero-mark{top:88px!important;}
body.page-home .yedupe-hero-mark img{width:96px!important;max-width:96px!important;}
body.page-home .yedupe-tagline{margin-top:18px!important;font:900 10px/1 Arial,sans-serif!important;letter-spacing:6px!important;text-transform:uppercase!important;color:#fff!important;text-shadow:0 2px 8px rgba(0,0,0,.55)!important;}
.home-player-count{margin-top:12px;border:1px solid rgba(255,255,255,.55);background:rgba(0,0,0,.22);color:#fff;border-radius:3px;padding:7px 14px;font:900 10px/1 Arial,sans-serif;letter-spacing:2px;text-transform:uppercase;cursor:pointer;text-shadow:0 1px 3px rgba(0,0,0,.45);}
.home-player-count:hover,.home-player-count.copied{background:#d9ad2d;border-color:#d9ad2d;color:#fff;}
.yedupe-news-wrap{margin-top:-28px!important;position:relative!important;z-index:70!important;overflow:visible!important;}
.yedupe-store-strip{display:block!important;width:100%!important;box-sizing:border-box!important;margin:0!important;border-radius:3px 3px 0 0!important;}
body.dark.page-home .yedupe-news-wrap{background:#202020!important;}
body.dark.page-home .yedupe-post-meta,body.dark.page-home .yedupe-post-preview{background:#202020!important;}
body.dark.page-home .yedupe-post-card{background:#202020!important;}


.yedupe-leaderboard-page .yedupe-leaderboard-shell{margin-top:-36px!important;}
.yedupe-lb-tabs a.active{background:#e0b328!important;color:#fff!important;}
.yedupe-lb-user-cell{display:grid!important;grid-template-columns:24px minmax(0,1fr)!important;align-items:center!important;column-gap:10px!important;}
.yedupe-lb-user-cell img{justify-self:center!important;}
.yedupe-lb-user-cell a{text-align:left!important;}
.yedupe-leaderboard-empty{padding:28px;text-align:center;font:900 12px/1 Arial,sans-serif;letter-spacing:2px;text-transform:uppercase;color:#999;background:#fff;border:1px solid #eee;border-radius:3px;}
body.dark .yedupe-leaderboard-empty{background:#202020;border-color:#333;color:#aaa;}


.yedupe-staff-shell{align-items:stretch!important;}
.yedupe-staff-jump{align-self:stretch!important;max-height:100%!important;overflow:hidden!important;border-left:1px solid #e8e8e8!important;padding:12px 14px!important;background:#fff!important;}
.yedupe-staff-jump a[data-rank-key*="senior-mod"], .yedupe-staff-rank[data-rank-key*="senior-mod"]{color:var(--rank-senior-mod)!important;--rank-color:var(--rank-senior-mod)!important;}
.yedupe-staff-jump a[data-rank-key*="trial-mod"], .yedupe-staff-rank[data-rank-key*="trial-mod"]{color:var(--rank-trial-mod)!important;--rank-color:var(--rank-trial-mod)!important;}
.yedupe-staff-jump a[data-rank-key="mod"], .yedupe-staff-rank[data-rank-key="mod"]{color:var(--rank-mod)!important;--rank-color:var(--rank-mod)!important;}
.yedupe-staff-jump a[data-rank-key*="developer"], .yedupe-staff-rank[data-rank-key*="developer"]{color:var(--rank-developer)!important;--rank-color:var(--rank-developer)!important;}
body.dark .yedupe-staff-jump{background:#202020!important;border-left-color:#333!important;}
body.dark .yedupe-staff-jump h3{background:#333!important;color:#cfd3dc!important;}
body.dark .yedupe-staff-jump a:not(:hover):not(.active){background:#333!important;}


body:has(.yedupe-profile-page) #header.yedupe-header{height:390px!important;min-height:390px!important;background-position:center 58%!important;}
.main--wrapper > .container:has(.yedupe-profile-page){display:block!important;max-width:none!important;width:100%!important;margin:0!important;padding:0!important;}
.yedupe-profile-page{width:930px!important;max-width:930px!important;margin:-72px auto 80px!important;left:auto!important;right:auto!important;transform:none!important;}
.yedupe-profile-shell{width:930px!important;max-width:930px!important;margin:0 auto!important;}
.yedupe-profile-hero{top:-178px!important;}
.yedupe-profile-hero-head{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;filter:drop-shadow(2px 0 0 #fff) drop-shadow(-2px 0 0 #fff) drop-shadow(0 2px 0 #fff) drop-shadow(0 -2px 0 #fff) drop-shadow(2px 2px 0 #fff) drop-shadow(-2px 2px 0 #fff) drop-shadow(2px -2px 0 #fff) drop-shadow(-2px -2px 0 #fff)!important;}
.profile-rank,.yedupe-profile-hero-rank{color:var(--profile-rank-color,#d00000)!important;}
.profile-empty-threads{background:#f7f7f7!important;color:#aaa!important;justify-content:center!important;border:1px solid #e2e2e2!important;}
body.dark .profile-empty-threads{background:#202020!important;color:#cfcfcf!important;border-color:#333!important;}
body.dark .yedupe-profile-tab-body,body.dark .profile-empty-threads,body.dark .card,body.dark .card-feed-list,body.dark .card-feed{background:#202020!important;color:#ddd!important;border-color:#333!important;}
body.dark .yedupe-profile-tabs a{background:#242424!important;border-color:#333!important;color:#aaa!important;}
body.dark .yedupe-profile-tabs a.active{color:#fff!important;background:#242424!important;border-bottom-color:#28d99b!important;}


body.dark .yedupe-forums-shell, body.dark .yedupe-forum-category-shell{background:#202020!important;color:#ddd!important;border-color:#333!important;}
body.dark .yedupe-forum-section, body.dark .yedupe-forum-sidebar section, body.dark .yedupe-thread-list, body.dark .yedupe-thread-post{background:#202020!important;color:#ddd!important;border-color:#333!important;}
body.dark .yedupe-forum-row, body.dark .yedupe-side-thread, body.dark .yedupe-thread-row{background:#2a2a2a!important;border-color:#363636!important;color:#ddd!important;}
body.dark .yedupe-empty-row, body.dark .yedupe-side-empty{background:#f5f5f5!important;color:#b8b8b8!important;}
body.dark .yedupe-forum-section-header, body.dark .yedupe-forum-sidebar h3, body.dark .yedupe-thread-list-head, body.dark .yedupe-forum-breadcrumb{background:#333!important;color:#d0d3dc!important;}


body.page-login, body.dark.page-login{background:#06101c!important;min-height:100vh!important;overflow-x:hidden!important;}
body.page-login::before{content:""!important;position:fixed!important;inset:0!important;background-image:linear-gradient(rgba(3,12,22,.35),rgba(3,12,22,.42)),url('/images/background.jpg')!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;z-index:-2!important;}
body.dark.page-login::before{background-image:linear-gradient(rgba(0,0,0,.62),rgba(0,0,0,.68)),url('/images/background.jpg')!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;}
body.page-login #view,body.page-login .main--wrapper,body.page-login #header.yedupe-header,body.page-login #header.yedupe-header .header-bg{background:transparent!important;background-image:none!important;}
body.page-login .main--wrapper{padding-top:185px!important;}
body.page-login .yedupe-auth-card{background:#fff!important;border-color:#fff!important;}
body.dark.page-login .yedupe-auth-card{background:#111!important;border-color:#222!important;}
body.dark.page-login .yedupe-auth-card input{background:#292929!important;border-color:#333!important;color:#fff!important;}
body.dark.page-login .yedupe-auth-links a{background:#111!important;color:#dcdcdc!important;border:1px solid #222!important;}
body.page-login #foot{display:none!important;}
body.page-login .login-bottom-brand{bottom:54px!important;}
body.page-inner .login-wrapper{margin-top:160px!important;}
body.dark.page-inner .login-wrapper .card,body.dark.page-inner .login-wrapper .card-body{background:#202020!important;color:#ddd!important;border-color:#333!important;}
body.dark.page-inner .login-wrapper input{background:#2a2a2a!important;color:#fff!important;border-color:#444!important;}
body.dark.page-inner .login-wrapper .card-header{background:#21162d!important;color:#fff!important;}
.error-container{position:fixed!important;right:18px!important;bottom:94px!important;z-index:999999!important;max-width:360px!important;}


.lifesteal-page .yedupe-page-title{margin-top:-48px!important;}
.lifesteal-shell{width:930px;max-width:930px;margin:-34px auto 80px;background:#fff;border-radius:5px;padding:14px;box-shadow:0 2px 10px rgba(0,0,0,.12);position:relative;z-index:50;}
.lifesteal-hero-card{background:linear-gradient(rgba(25,18,34,.78),rgba(25,18,34,.78)),url('/images/background.jpg');background-size:cover;background-position:center;border-radius:4px;padding:34px;color:#fff;text-align:center;}
.lifesteal-kicker{font:900 10px/1 Arial,sans-serif;letter-spacing:4px;text-transform:uppercase;color:#d9ad2d;margin-bottom:12px;}
.lifesteal-hero-card h2{font:900 28px/1.15 Arial,sans-serif;letter-spacing:1px;max-width:740px;margin:0 auto 16px;}
.lifesteal-hero-card p{max-width:780px;margin:0 auto;color:#d8d8d8;font-size:14px;line-height:1.6;}
.lifesteal-actions{display:flex;gap:12px;justify-content:center;margin-top:22px;}
.lifesteal-actions a,.lifesteal-actions button{background:#d9ad2d;color:#fff;border:0;border-radius:3px;padding:12px 18px;text-decoration:none;font:900 10px/1 Arial,sans-serif;letter-spacing:2px;text-transform:uppercase;}
.lifesteal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px;}
.lifesteal-grid article{background:#f7f7f7;border:1px solid #ececec;border-radius:4px;padding:18px;min-height:150px;}
.lifesteal-grid h3{font:900 13px/1 Arial,sans-serif;letter-spacing:4px;text-transform:uppercase;color:#21162d;margin-bottom:12px;}
.lifesteal-grid p{font-size:13px;line-height:1.55;color:#777;margin:0;}
body.dark .lifesteal-shell{background:#202020;border:1px solid #333;}
body.dark .lifesteal-grid article{background:#2a2a2a;border-color:#363636;}
body.dark .lifesteal-grid h3{color:#d9ad2d;} body.dark .lifesteal-grid p{color:#ddd;}
@media(max-width:980px){.lifesteal-shell{width:calc(100vw - 28px);max-width:calc(100vw - 28px);}.lifesteal-grid{grid-template-columns:1fr}.lifesteal-actions{flex-direction:column}.yedupe-profile-page,.yedupe-profile-shell{width:calc(100vw - 28px)!important;max-width:calc(100vw - 28px)!important}.yedupe-profile-shell{grid-template-columns:1fr!important}}




.yedupe-nav, .yedupe-nav-inner, .yedupe-nav-actions, .yedupe-gamemodes-nav { overflow: visible !important; z-index: 100000 !important; }
.yedupe-gamemodes-menu, .dropdown-menu, #searchResults { z-index: 100001 !important; }
.yedupe-gamemodes-menu span { cursor: default !important; opacity: .62 !important; }
.yedupe-gamemodes-nav > a.disabled-gamemodes { cursor: default !important; }
.yedupe-gamemodes-menu a { pointer-events: none !important; opacity: .62 !important; }


.yedupe-search { display:flex !important; align-items:center !important; gap:8px !important; overflow:visible !important; width:178px !important; min-width:178px !important; }
.yedupe-search i { position:static !important; transform:none !important; flex:0 0 12px !important; width:12px !important; min-width:12px !important; margin:0 !important; pointer-events:none !important; }
.yedupe-search input, #header .yedupe-search input, input#searchInput { flex:1 1 auto !important; min-width:0 !important; width:auto !important; padding:0 !important; text-indent:0 !important; font:500 11px/24px Arial,sans-serif !important; letter-spacing:.15px !important; }
#searchResults a, #searchResults span, #searchResults .username { font:800 11px/1 Arial,sans-serif !important; }


.yedupe-theme-toggle { position:relative !important; z-index:100002 !important; pointer-events:auto !important; cursor:pointer !important; width:28px !important; height:28px !important; display:inline-flex !important; align-items:center !important; justify-content:center !important; }


html.dark body.page-login, body.dark.page-login, body.page-login {
  min-height:100vh !important;
  background:#06101c !important;
  background-image:linear-gradient(rgba(3,12,22,.35),rgba(3,12,22,.42)),url('/images/background.jpg') !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}
html.dark body.page-login, body.dark.page-login {
  background-image:linear-gradient(rgba(0,0,0,.58),rgba(0,0,0,.64)),url('/images/background-dark.jpg') !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}
body.page-login::before { display:none !important; }
body.page-login #view, body.page-login .main--wrapper, body.page-login #header.yedupe-header, body.page-login #header.yedupe-header .header-bg { background:transparent !important; background-image:none !important; }
body.page-login #foot { display:none !important; }
body.page-login .yedupe-auth-title { margin-top:28px !important; }
body.dark.page-login .yedupe-auth-card, body.dark.page-login .yedupe-auth-links a { background:rgba(13,17,24,.92) !important; border-color:rgba(255,255,255,.08) !important; color:#fff !important; }
body.dark.page-login .yedupe-auth-card input { background:#1f2530 !important; color:#fff !important; border-color:#303846 !important; }
body.page-inner .login-wrapper .card, body.page-inner .login-wrapper .card-body { border-radius:8px !important; }
body.page-inner .login-wrapper { margin-top:190px !important; }
.error-container { bottom:118px !important; z-index:9999999 !important; }


.yedupe-profile-hero-head {
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  -webkit-filter: drop-shadow(2px 0 0 #fff) drop-shadow(-2px 0 0 #fff) drop-shadow(0 2px 0 #fff) drop-shadow(0 -2px 0 #fff) !important;
  filter: drop-shadow(2px 0 0 #fff) drop-shadow(-2px 0 0 #fff) drop-shadow(0 2px 0 #fff) drop-shadow(0 -2px 0 #fff) !important;
}
body:has(.yedupe-profile-page) #header.yedupe-header { height:405px !important; min-height:405px !important; background-position:center 60% !important; }
.yedupe-profile-hero { top:-168px !important; }
.profile-status-banner.online, .profile-last-seen b { color:#27c46b !important; }
.profile-status-banner.offline { color:#e05252 !important; }


html.dark body, body.dark { background:#151515 !important; color:#ddd !important; }
body.dark .main--wrapper, body.dark .container, body.dark .yedupe-news-wrap, body.dark .yedupe-post-card, body.dark .yedupe-post-body,
body.dark .yedupe-forums-shell, body.dark .yedupe-forum-category-shell, body.dark .yedupe-forum-section, body.dark .yedupe-forum-sidebar section,
body.dark .yedupe-staff-shell, body.dark .yedupe-staff-groups, body.dark .yedupe-staff-jump,
body.dark .yedupe-leaderboard-shell, body.dark .yedupe-profile-page, body.dark .yedupe-profile-sidebar, body.dark .yedupe-profile-content,
body.dark .yedupe-profile-tab-body, body.dark .profile-stat-panel, body.dark .profile-coming-soon, body.dark .card, body.dark .card-body,
body.dark .list-group-item, body.dark .card-feed, body.dark .card-feed-list {
  background:#202020 !important;
  color:#ddd !important;
  border-color:#333 !important;
}
body.dark .yedupe-post-meta { background:#202020 !important; color:#aaa !important; }
body.dark .yedupe-thread-row, body.dark .yedupe-forum-row, body.dark .yedupe-side-thread { background:#282828 !important; color:#ddd !important; border-color:#383838 !important; }
body.dark .yedupe-empty-row, body.dark .yedupe-side-empty { background:#282828 !important; color:#aaa !important; }
body.dark .yedupe-staff-jump h3, body.dark .yedupe-forum-section-header, body.dark .yedupe-forum-sidebar h3, body.dark .yedupe-thread-list-head { background:#333 !important; color:#ddd !important; }
body.dark #foot, body.dark #foot .yedupe-footer-inner { background:#111 !important; border:0 !important; box-shadow:none !important; }


:root { --rank-seniormod:#00aaaa; --rank-trialmod:#ffff55; --rank-mod:#aa00aa; --rank-developer:#55ffff; --rank-headadmin:#aa0000; }
.yedupe-staff-rank[data-rank-key*="senior-mod"], .yedupe-staff-rank[data-rank-key*="seniormod"], .yedupe-staff-jump a[data-rank-key*="senior-mod"], .yedupe-staff-jump a[data-rank-key*="seniormod"] { color:var(--rank-seniormod)!important; --rank-color:var(--rank-seniormod)!important; }
.yedupe-staff-rank[data-rank-key*="trial-mod"], .yedupe-staff-rank[data-rank-key*="trialmod"], .yedupe-staff-jump a[data-rank-key*="trial-mod"], .yedupe-staff-jump a[data-rank-key*="trialmod"] { color:var(--rank-trialmod)!important; --rank-color:var(--rank-trialmod)!important; }
.yedupe-staff-rank[data-rank-key="mod"], .yedupe-staff-jump a[data-rank-key="mod"] { color:var(--rank-mod)!important; --rank-color:var(--rank-mod)!important; }
.yedupe-staff-rank[data-rank-key*="developer"], .yedupe-staff-jump a[data-rank-key*="developer"] { color:var(--rank-developer)!important; --rank-color:var(--rank-developer)!important; }
.yedupe-staff-rank[data-rank-key*="head-admin"], .yedupe-staff-rank[data-rank-key*="headadmin"], .yedupe-staff-jump a[data-rank-key*="head-admin"], .yedupe-staff-jump a[data-rank-key*="headadmin"] { color:var(--rank-headadmin)!important; --rank-color:var(--rank-headadmin)!important; }
.yedupe-staff-jump { display:block !important; max-height:100% !important; overflow:auto !important; }
.yedupe-staff-jump a:not(:hover):not(.active) { color:#777 !important; }
.yedupe-staff-jump a:hover, .yedupe-staff-jump a.active { background:var(--rank-color,#c90000) !important; color:#fff !important; }


body.dark .profile-empty-threads, body.dark .yedupe-profile-tab-body .fw-bold, body.dark .yedupe-profile-tab-body a { color:#ddd !important; }
body.dark .yedupe-profile-tab-body .card-feed-meta, body.dark .yedupe-profile-tab-body .card-feed-meta span { color:#aaa !important; }




body.dark{background:#efefef!important;color:inherit!important;}
.yedupe-theme-toggle{display:none!important;visibility:hidden!important;pointer-events:none!important;}


#header.yedupe-header{position:relative!important;z-index:2147480000!important;overflow:visible!important;isolation:isolate!important;}
#header.yedupe-header .header-bg{z-index:0!important;}
#header.yedupe-header .yedupe-nav{position:relative!important;z-index:2147481000!important;overflow:visible!important;}
#header.yedupe-header .yedupe-nav-inner,
#header.yedupe-header .yedupe-nav-links,
#header.yedupe-header .yedupe-nav-actions,
#header.yedupe-header .yedupe-gamemodes-nav,
#header.yedupe-header .yedupe-account,
#header.yedupe-header .yedupe-search{position:relative!important;overflow:visible!important;z-index:2147482000!important;}
.yedupe-page-title,.yedupe-hero-mark{z-index:10!important;}
.yedupe-gamemodes-menu{
  position:absolute!important;
  top:42px!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  width:180px!important;
  background:#fff!important;
  border:1px solid rgba(0,0,0,.08)!important;
  border-radius:3px!important;
  box-shadow:0 10px 22px rgba(0,0,0,.24)!important;
  opacity:1!important;
  z-index:2147483000!important;
}
.yedupe-gamemodes-menu span{background:#fff!important;color:#888!important;opacity:1!important;text-shadow:none!important;}
.yedupe-gamemodes-menu span+span{border-top:1px solid #f0f0f0!important;}
.yedupe-gamemodes-menu em{color:#aaa!important;}
.yedupe-account .dropdown-menu,
.yedupe-nav-actions .dropdown-menu,
#searchResults{
  position:absolute!important;
  z-index:2147483000!important;
  background:#fff!important;
  opacity:1!important;
  box-shadow:0 10px 22px rgba(0,0,0,.24)!important;
  border:0!important;
}
#searchResults{top:34px!important;left:0!important;width:250px!important;min-width:250px!important;transform:none!important;}
#searchResults li,#searchResults a{background:#fff!important;position:relative!important;z-index:2147483001!important;}


.profile-status-banner,
.profile-status-banner.online,
.profile-status-banner.offline,
.profile-last-seen,
.profile-last-seen span{
  color:#fff!important;
  text-shadow:none!important;
}
.profile-status-banner.online{background:#28c96f!important;}
.profile-status-banner.offline,.profile-last-seen{background:#e8334e!important;}
.profile-last-seen b{color:#28e878!important;}


.yedupe-lb-user-cell a,
.yedupe-lb-user-cell a:visited{
  color:#007bff!important;
  text-shadow:none!important;
  font-weight:900!important;
}
.yedupe-lb-user-cell a[style*="#ffffff"],
.yedupe-lb-user-cell a[style*="#fff"],
.yedupe-lb-user-cell a[style*="white"]{
  color:#007bff!important;
}
.yedupe-lb-table td{background:#fff!important;}
.yedupe-lb-table tbody tr:hover td{background:#fafafa!important;}


.yedupe-forums-shell{position:relative!important;z-index:50!important;}
.yedupe-leaderboard-shell{position:relative!important;z-index:50!important;}
.yedupe-staff-shell{position:relative!important;z-index:50!important;}
.yedupe-profile-page{position:relative!important;z-index:90!important;}



#header.yedupe-header{
  z-index:auto!important;
  isolation:auto!important;
  pointer-events:auto!important;
}
#header.yedupe-header .header-bg{z-index:0!important;pointer-events:none!important;}
#header.yedupe-header .yedupe-nav{
  position:relative!important;
  z-index:100000!important;
  overflow:visible!important;
}
#header.yedupe-header .yedupe-nav-inner,
#header.yedupe-header .yedupe-nav-links,
#header.yedupe-header .yedupe-nav-actions,
#header.yedupe-header .yedupe-gamemodes-nav,
#header.yedupe-header .yedupe-account,
#header.yedupe-header .yedupe-search{
  position:relative!important;
  overflow:visible!important;
  z-index:100001!important;
}
.yedupe-gamemodes-menu,
.yedupe-account .dropdown-menu,
.yedupe-nav-actions .dropdown-menu,
#searchResults{
  z-index:100002!important;
}

.yedupe-home,
.yedupe-news-wrap,
.yedupe-forums-shell,
.yedupe-leaderboard-shell,
.yedupe-staff-shell,
.yedupe-profile-page,
.yedupe-profile-shell{
  position:relative!important;
  z-index:100!important;
}
.yedupe-page-title,.yedupe-hero-mark{position:relative!important;z-index:5!important;}


.yedupe-lb-user-cell a,
.yedupe-lb-user-cell a:visited{
  color:inherit!important;
  font-weight:900!important;
  text-shadow:none!important;
}
.yedupe-lb-user-cell a:not([style]),
.yedupe-lb-user-cell a[style=""],
.yedupe-lb-user-cell a[style*="#ffffff"],
.yedupe-lb-user-cell a[style*="#fff"],
.yedupe-lb-user-cell a[style*="white"],
.yedupe-lb-user-cell a[style*="rgb(255, 255, 255)"]{
  color:#4f535b!important;
  text-shadow:0 1px 0 rgba(0,0,0,.28)!important;
}



.yedupe-lb-user-cell a[style*="#4f535b"]{
  color:#4f535b!important;
  text-shadow:0 1px 0 rgba(0,0,0,.28)!important;
}
.yedupe-lb-user-cell a:not([style]){
  color:#4f535b!important;
  text-shadow:0 1px 0 rgba(0,0,0,.28)!important;
}


.yedupe-support-page{position:relative;z-index:100;margin-bottom:76px;}
.yedupe-support-page .yedupe-page-title{margin-top:-50px!important;}
.yedupe-support-shell{
  width:930px;
  max-width:930px;
  margin:-34px auto 76px;
  background:#fff;
  border-radius:5px;
  padding:14px;
  box-shadow:0 2px 8px rgba(0,0,0,.08);
  position:relative;
  z-index:100;
}
.yedupe-support-intro{
  border:1px solid #e8e8e8;
  border-radius:3px;
  overflow:hidden;
  margin-bottom:16px;
  background:#fff;
}
.yedupe-support-intro h2{
  margin:0;
  background:#21162d;
  color:#fff;
  font:900 12px/1 Arial,sans-serif;
  letter-spacing:5px;
  text-transform:uppercase;
  padding:12px 16px;
}
.yedupe-support-intro p{
  margin:0;
  padding:16px;
  color:#9aa0a6;
  font:700 13px/1.55 Arial,sans-serif;
}
.yedupe-support-category{margin-top:18px;}
.yedupe-support-section-title{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:16px;
  margin:8px 0 16px;
}
.yedupe-support-section-title span{height:1px;background:#e4e4e4;display:block;}
.yedupe-support-section-title h3{
  margin:0;
  color:#777;
  font:900 10px/1 Arial,sans-serif;
  letter-spacing:3px;
  text-transform:uppercase;
  white-space:nowrap;
}
.yedupe-support-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.yedupe-support-option{
  min-height:74px;
  border:1px solid #c49c21;
  background:#d9ad2d;
  color:#fff!important;
  text-decoration:none!important;
  border-radius:3px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 18px rgba(0,0,0,.055);
  transition:transform .12s ease, box-shadow .12s ease, filter .12s ease;
}
.yedupe-support-option:hover{
  transform:translateY(-1px);
  filter:brightness(1.04);
  box-shadow:0 14px 22px rgba(0,0,0,.10);
}
.yedupe-support-option strong{
  display:block;
  font:900 10px/1 Arial,sans-serif;
  letter-spacing:1.4px;
  text-transform:uppercase;
}
.yedupe-support-option em{
  display:block;
  margin-top:7px;
  font:800 9px/1 Arial,sans-serif;
  color:rgba(255,255,255,.72);
  letter-spacing:.6px;
  text-transform:uppercase;
  font-style:normal;
}
@media(max-width:980px){
  .yedupe-support-shell{width:calc(100vw - 28px);max-width:calc(100vw - 28px);}
  .yedupe-support-grid{grid-template-columns:1fr;}
}



.yedupe-support-intro h2{text-align:center;}
.yedupe-support-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin-bottom:18px;}
.yedupe-support-option{grid-column:span 2;}
.yedupe-support-option:nth-child(4):last-child{grid-column:1 / -1;}
.yedupe-support-option:nth-child(4):nth-last-child(2),
.yedupe-support-option:nth-child(5):last-child{grid-column:span 3;}
@media(max-width:980px){.yedupe-support-grid{grid-template-columns:1fr}.yedupe-support-option,.yedupe-support-option:nth-child(4):last-child,.yedupe-support-option:nth-child(4):nth-last-child(2),.yedupe-support-option:nth-child(5):last-child{grid-column:auto;}}



#header.yedupe-header { position: relative !important; z-index: 500 !important; }
#header.yedupe-header .yedupe-nav { position: relative !important; z-index: 10000 !important; overflow: visible !important; }
#header.yedupe-header .yedupe-nav-inner,
#header.yedupe-header .yedupe-nav-links,
#header.yedupe-header .yedupe-nav-actions,
#header.yedupe-header .yedupe-gamemodes-nav { overflow: visible !important; }
.yedupe-gamemodes-menu,
.yedupe-nav-actions .dropdown-menu,
#searchResults { z-index: 100000 !important; }
.yedupe-gamemodes-menu { width: 145px !important; top: 39px !important; padding: 4px 0 !important; }
.yedupe-gamemodes-menu span { padding: 7px 12px !important; font-size: 9px !important; letter-spacing: 1.6px !important; }
.yedupe-gamemodes-menu em { font-size: 7px !important; }


.yedupe-lb-player.default,
.yedupe-lb-player.default a,
.yedupe-lb-player .default,
.yedupe-lb-table a:not([style*="#"]):not([style*="rgb"]),
.yedupe-lb-table .rank-default,
.yedupe-lb-table .rank-default a {
  color:#666 !important;
  text-shadow:0 1px 0 #fff !important;
}
.yedupe-lb-table a[style*="#000000"],
.yedupe-lb-table a[style*="#555555"],
.yedupe-lb-table a[style*="#aaaaaa"] { text-shadow:0 1px 0 #fff !important; }


.support-list-page,
.support-ticket-create,
.ticket-view-page,
.account-page-title-wrap {
  width:930px !important;
  max-width:calc(100vw - 28px) !important;
  margin:0 auto 76px !important;
  position:relative !important;
  z-index:120 !important;
}
.support-list-page .yedupe-page-title,
.support-ticket-create .yedupe-page-title,
.ticket-view-page .ticket-view-title,
.account-page-title-wrap .yedupe-page-title {
  margin:-190px auto 76px !important;
  text-align:center !important;
  text-transform:uppercase !important;
  pointer-events:none !important;
}
.support-list-page .yedupe-page-title h1,
.support-ticket-create .yedupe-page-title h1,
.ticket-view-page .ticket-view-title h1,
.account-page-title-wrap .yedupe-page-title h1 {
  color:#fff !important;
  font:900 34px/1 Arial,sans-serif !important;
  letter-spacing:18px !important;
  margin:0 !important;
  padding-left:18px !important;
  text-shadow:0 2px 14px rgba(0,0,0,.35) !important;
}
.support-list-page .yedupe-page-title p,
.support-ticket-create .yedupe-page-title p,
.ticket-view-page .ticket-view-title p,
.account-page-title-wrap .yedupe-page-title p {
  color:#fff !important;
  font:900 10px/1 Arial,sans-serif !important;
  letter-spacing:5px !important;
  margin:9px 0 0 !important;
  text-shadow:0 2px 10px rgba(0,0,0,.28) !important;
}
.support-list-shell,
.support-create-shell,
.ticket-view-shell,
.account-settings-shell {
  background:#fff !important;
  border:1px solid rgba(0,0,0,.055) !important;
  border-radius:5px !important;
  box-shadow:0 2px 8px rgba(0,0,0,.08) !important;
  overflow:hidden !important;
}
.support-list-header,
.support-create-header,
.ticket-block-header,
.account-block-header {
  background:#21162d !important;
  color:#fff !important;
  padding:13px 18px !important;
  font:900 12px/1 Arial,sans-serif !important;
  letter-spacing:4px !important;
  text-transform:uppercase !important;
}
.support-list-topbar { display:flex !important; align-items:center !important; justify-content:space-between !important; gap:12px !important; padding:12px 14px !important; border-bottom:1px solid #eee !important; background:#fff !important; }
.support-list-topbar .breadcrumb-bar { margin:0 !important; flex:1 !important; }
.support-list-topbar .server-status.cta { margin:0 !important; height:38px !important; min-width:170px !important; max-width:none !important; justify-content:center !important; border-radius:3px !important; background:#d9ad2d !important; font:900 10px/1 Arial,sans-serif !important; letter-spacing:1px !important; }
.support-ticket-table { margin:0 !important; }
.support-ticket-table thead th { background:#21162d !important; color:#fff !important; border:0 !important; font:900 10px/1 Arial,sans-serif !important; letter-spacing:2px !important; text-transform:uppercase !important; padding:14px 18px !important; }
.support-ticket-table tbody td,
.support-ticket-table tbody th { background:#fff !important; border-top:1px solid #eee !important; padding:18px !important; vertical-align:middle !important; }
.support-ticket-table a:not(.ticket-table-person) { color:#111 !important; font-weight:900 !important; text-decoration:none !important; }
.support-ticket-table a.ticket-table-person { font-weight:900 !important; text-decoration:none !important; }
.support-ticket-table .meta { color:#999 !important; font-size:11px !important; font-weight:800 !important; margin-top:4px !important; }
.support-empty { padding:32px 18px !important; text-align:center !important; color:#999 !important; font:800 13px/1.6 Arial,sans-serif !important; }

.support-create-shell .support-create-help { padding:16px 18px !important; color:#9aa0a6 !important; font:700 13px/1.55 Arial,sans-serif !important; border-bottom:1px solid #eee !important; }
.support-create-shell form { padding:18px !important; }
.support-create-shell label.support { display:block !important; margin:0 0 9px !important; color:#555 !important; font:900 11px/1 Arial,sans-serif !important; letter-spacing:4px !important; text-transform:uppercase !important; }
.support-create-shell textarea.form-control { min-height:132px !important; border:1px solid #ddd !important; border-radius:2px !important; box-shadow:none !important; padding:13px !important; color:#555 !important; font:700 13px/1.45 Arial,sans-serif !important; }
.support-create-shell .settings-btn,
.support-create-shell button[type="submit"] { width:100% !important; height:46px !important; background:#d9ad2d !important; border:1px solid #c49c21 !important; color:#fff !important; border-radius:3px !important; font:900 10px/1 Arial,sans-serif !important; letter-spacing:1px !important; text-transform:uppercase !important; }

.ticket-view-page { width:1180px !important; }
.ticket-view-layout { display:grid !important; grid-template-columns:260px minmax(0,1fr) !important; gap:16px !important; }
.ticket-info-panel,.ticket-main-panel { background:#fff !important; border:1px solid rgba(0,0,0,.055) !important; border-radius:5px !important; box-shadow:0 2px 8px rgba(0,0,0,.08) !important; overflow:hidden !important; }
.ticket-info-list { list-style:none !important; margin:0 !important; padding:0 !important; }
.ticket-info-list li { padding:16px 18px !important; border-bottom:1px solid #eee !important; }
.ticket-info-label { display:block !important; color:#aaa !important; font:900 10px/1 Arial,sans-serif !important; letter-spacing:3px !important; text-transform:uppercase !important; margin-bottom:8px !important; }
.ticket-main-header { background:#21162d !important; color:#fff !important; padding:14px 18px !important; display:flex !important; align-items:center !important; gap:14px !important; }
.ticket-main-body { padding:18px !important; }
.ticket-question-grid { display:grid !important; grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:16px !important; }
.ticket-question-card { border:1px solid #eee !important; border-radius:4px !important; background:#fafafa !important; min-height:96px !important; padding:16px !important; }
.ticket-reply-action { background:#f7f7f7 !important; border-top:1px solid #eee !important; padding:18px !important; display:flex !important; gap:14px !important; align-items:center !important; }
.ticket-reply-action form { flex:1 !important; display:flex !important; gap:10px !important; }
.ticket-reply-action textarea { min-height:44px !important; height:44px !important; }
.ticket-reply-action button { background:#d9ad2d !important; border:1px solid #c49c21 !important; color:#fff !important; min-width:90px !important; }


.account-page-title-wrap .breadcrumb-bar { margin:0 0 14px !important; }
.account-settings-grid { display:grid !important; grid-template-columns:minmax(0,2fr) minmax(320px,1fr) !important; gap:20px !important; }
.account-settings-grid .card { border:1px solid rgba(0,0,0,.055) !important; border-radius:5px !important; box-shadow:0 2px 8px rgba(0,0,0,.08) !important; overflow:hidden !important; }
.account-settings-grid .card-header { background:#21162d !important; color:#fff !important; text-align:center !important; font:900 11px/1 Arial,sans-serif !important; letter-spacing:3px !important; text-transform:uppercase !important; padding:13px 18px !important; }
.account-settings-grid .settings-btn { background:#d9ad2d !important; border-color:#c49c21 !important; color:#fff !important; font:900 10px/1 Arial,sans-serif !important; letter-spacing:1px !important; text-transform:uppercase !important; }
.notifications-shell { background:#fff !important; border:1px solid rgba(0,0,0,.055) !important; border-radius:5px !important; box-shadow:0 2px 8px rgba(0,0,0,.08) !important; overflow:hidden !important; }
.notifications-shell .list-group-item { padding:18px !important; }
.notifications-empty { background:#fff !important; color:#999 !important; }
.notifications-empty a { color:#999 !important; }
@media(max-width:980px){.ticket-view-layout,.account-settings-grid{grid-template-columns:1fr!important}.support-list-topbar{flex-direction:column!important;align-items:stretch!important}.ticket-question-grid{grid-template-columns:1fr!important}}



.yedupe-rank-row.three{grid-template-columns:repeat(3,1fr)!important;}
.yedupe-staff-jump a{color:var(--rank-hover,#777)!important;background:#eee!important;}
.yedupe-staff-jump a.active,.yedupe-staff-jump a:hover{background:#eee!important;color:var(--rank-hover,#777)!important;filter:brightness(.97)!important;}
.yedupe-staff-jump a::before{content:none!important;}

.support-list-page,.support-ticket-create{width:930px!important;max-width:calc(100vw - 28px)!important;margin:-82px auto 76px!important;position:relative!important;z-index:30!important;}
.ticket-view-page{width:930px!important;max-width:calc(100vw - 28px)!important;margin:-82px auto 76px!important;position:relative!important;z-index:30!important;}
.support-list-page .yedupe-page-title,.support-ticket-create .yedupe-page-title,.ticket-view-page .ticket-view-title{margin:-96px auto 54px!important;}
.support-list-shell,.support-create-shell,.support-ticket-card,.ticket-info-panel,.ticket-main-panel,.ticket-reply-panel{border-radius:5px!important;background:#fff!important;box-shadow:0 2px 8px rgba(0,0,0,.08)!important;}
.ticket-view-layout{grid-template-columns:220px minmax(0,1fr)!important;}
.support-ticket-table a:not([style]),.support-ticket-table .rank-default,.support-ticket-table .rank-default a{color:#555!important;text-shadow:0 1px 0 #fff!important;}
.yedupe-lb-table a:not([style]),.yedupe-lb-player:not([style]){color:#555!important;text-shadow:0 1px 0 #fff!important;}
@media(max-width:980px){.support-list-page,.support-ticket-create,.ticket-view-page{margin:-58px auto 60px!important}.ticket-view-layout{grid-template-columns:1fr!important}.yedupe-rank-row.three{grid-template-columns:1fr!important}}



#header.yedupe-header{z-index:auto!important;isolation:auto!important;overflow:visible!important;}
#header.yedupe-header:after,#header.yedupe-header .header-bg{z-index:0!important;pointer-events:none!important;}
#header.yedupe-header .yedupe-nav{position:relative!important;z-index:9000!important;overflow:visible!important;}
#header.yedupe-header .yedupe-nav-inner,#header.yedupe-header .yedupe-nav-links,#header.yedupe-header .yedupe-nav-actions,#header.yedupe-header .yedupe-gamemodes-nav,#header.yedupe-header .yedupe-account,#header.yedupe-header .yedupe-search{position:relative!important;overflow:visible!important;z-index:9001!important;}
.yedupe-gamemodes-menu,.yedupe-account .dropdown-menu,.yedupe-nav-actions .dropdown-menu,#searchResults{position:absolute!important;z-index:999999!important;}
.main--wrapper,.yedupe-news-wrap,.yedupe-forums-shell,.yedupe-leaderboard-shell,.yedupe-staff-shell,.yedupe-profile-page,.yedupe-profile-shell,.yedupe-support-shell,.support-list-page,.support-ticket-create,.ticket-view-page{position:relative!important;z-index:90!important;}

.yedupe-profile-page{margin-top:-105px!important;}
.yedupe-staff-shell{margin-top:-85px!important;}
.yedupe-forums-shell{margin-top:-86px!important;}
.yedupe-leaderboard-shell{margin-top:-86px!important;}
.yedupe-support-shell{margin-top:-34px!important;}


.yedupe-account-pill{gap:7px!important;padding-left:8px!important;padding-right:10px!important;}
.yedupe-account-head{width:18px!important;height:18px!important;border-radius:3px!important;object-fit:cover!important;image-rendering:auto!important;display:inline-block!important;}


.yedupe-rank-row{display:grid!important;gap:12px!important;width:100%!important;}
.yedupe-rank-row:has(> .yedupe-staff-card:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,1fr))!important;}
.yedupe-rank-row:has(> .yedupe-staff-card:nth-child(3):last-child),.yedupe-rank-row.three{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
.yedupe-rank-row:has(> .yedupe-staff-card:nth-child(n+4)),.yedupe-rank-row.many{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
.yedupe-rank-row .yedupe-staff-card{width:100%!important;max-width:none!important;}
.yedupe-staff-jump a{background:#eee!important;color:var(--rank-color,#777)!important;}
.yedupe-staff-jump a:hover,.yedupe-staff-jump a.active{background:#e8e8e8!important;color:var(--rank-color,#777)!important;}


.yedupe-empty-row{background:#f3f3f3!important;justify-content:center!important;border:1px solid #ddd!important;}
.yedupe-empty-row .error,.yedupe-empty-row .fw-bold{color:#888!important;text-shadow:none!important;}
.yedupe-admin-list-card .list-group-item{background:#fff!important;color:#555!important;}

@media(max-width:980px){
  .yedupe-rank-row:has(> .yedupe-staff-card:nth-child(2):last-child),
  .yedupe-rank-row:has(> .yedupe-staff-card:nth-child(3):last-child),
  .yedupe-rank-row:has(> .yedupe-staff-card:nth-child(n+4)),
  .yedupe-rank-row.three,.yedupe-rank-row.many{grid-template-columns:1fr!important;}
}




#header.yedupe-header{position:relative!important;z-index:1!important;overflow:visible!important;}
#header.yedupe-header .header-bg,#header.yedupe-header:after{z-index:0!important;pointer-events:none!important;}
#header.yedupe-header .yedupe-nav{position:relative!important;z-index:50!important;overflow:visible!important;}
.main--wrapper{position:relative!important;z-index:5!important;}
.yedupe-news-wrap,.yedupe-forums-shell,.yedupe-leaderboard-shell,.yedupe-staff-shell,.yedupe-profile-page,.yedupe-profile-shell,.support-list-page,.support-ticket-create,.ticket-view-page,.account-settings-shell{position:relative!important;z-index:6!important;}

.yedupe-gamemodes-nav,.yedupe-account,.yedupe-search{position:relative!important;z-index:10000!important;overflow:visible!important;}
.yedupe-gamemodes-menu,.yedupe-account .dropdown-menu,#searchResults{position:absolute!important;z-index:2147483000!important;}


.yedupe-account-pill{display:inline-flex!important;align-items:center!important;gap:7px!important;}
.yedupe-account-head{width:18px!important;height:18px!important;border-radius:2px!important;object-fit:cover!important;image-rendering:pixelated!important;box-shadow:none!important;filter:none!important;}
.yedupe-account-name{font:900 10px/1 Arial,sans-serif!important;letter-spacing:4px!important;text-transform:uppercase!important;text-shadow:0 1px 2px rgba(0,0,0,.35)!important;}


.yedupe-rank-row{display:grid!important;gap:12px!important;width:100%!important;grid-template-columns:1fr!important;}
.yedupe-rank-row.two{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
.yedupe-rank-row.three{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
.yedupe-rank-row.many{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
.yedupe-rank-row .yedupe-staff-card{width:100%!important;max-width:none!important;min-width:0!important;}
.yedupe-staff-card{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;}
.yedupe-staff-jump a{background:#eee!important;color:var(--rank-color,#777)!important;}
.yedupe-staff-jump a:hover,.yedupe-staff-jump a.active{background:#e8e8e8!important;color:var(--rank-color,#777)!important;filter:none!important;}
.yedupe-staff-jump a:first-of-type:not(:hover){background:#eee!important;color:var(--rank-color,#777)!important;}


body.page-inner .yedupe-staff-shell{margin-top:-85px!important;}
body.page-inner .yedupe-forums-shell{margin-top:-86px!important;}
body.page-inner .yedupe-leaderboard-shell{margin-top:-86px!important;}
body.page-inner .yedupe-profile-page{margin-top:-92px!important;}
body.page-inner .support-list-page,body.page-inner .support-ticket-create,body.page-inner .ticket-view-page{margin-top:-74px!important;}


.yedupe-lb-table a:not([style]),.yedupe-lb-player:not([style]),.rank-default,.rank-default a{color:#4c4c4c!important;text-shadow:0 1px 0 #fff,0 0 1px rgba(0,0,0,.18)!important;}

@media(max-width:980px){
  .yedupe-rank-row.two,.yedupe-rank-row.three,.yedupe-rank-row.many{grid-template-columns:1fr!important;}
}


:root{--yedupe-senior-mod:#00aaaa!important;--yedupe-trial-mod:#ffaa00!important;}

body.page-home .yedupe-home{margin-top:-58px!important;position:relative!important;z-index:80!important;}
body.page-inner .yedupe-page-title{margin:-178px auto 112px!important;position:relative!important;z-index:12!important;pointer-events:none!important;}
body.page-inner .yedupe-page-title h1{position:relative!important;z-index:12!important;}
body.page-inner .yedupe-forums-shell,
body.page-inner .yedupe-leaderboard-shell,
body.page-inner .yedupe-staff-shell{margin-top:-58px!important;position:relative!important;z-index:30!important;}
body.page-inner .yedupe-profile-page{margin-top:-68px!important;position:relative!important;z-index:30!important;}

body:has(.yedupe-profile-page) #header.yedupe-header{height:296px!important;min-height:296px!important;}
body:has(.yedupe-profile-page) .yedupe-profile-hero{top:-178px!important;}
body:has(.yedupe-profile-page) .yedupe-profile-hero-head{filter:none!important;box-shadow:0 0 0 4px #fff!important;border:0!important;border-radius:13px!important;}

#header.yedupe-header{position:relative!important;z-index:20!important;overflow:visible!important;}
#header.yedupe-header .yedupe-nav{position:relative!important;z-index:100000!important;overflow:visible!important;}
#header.yedupe-header .yedupe-nav-inner,
#header.yedupe-header .yedupe-nav-links,
#header.yedupe-header .yedupe-nav-actions,
#header.yedupe-header .yedupe-gamemodes-nav,
#header.yedupe-header .yedupe-account,
#header.yedupe-header .yedupe-search{overflow:visible!important;position:relative!important;z-index:100001!important;}
.yedupe-gamemodes-menu,
.yedupe-account .dropdown-menu,
.yedupe-nav-actions .dropdown-menu,
#searchResults{z-index:2147483647!important;position:absolute!important;pointer-events:auto!important;}
.yedupe-gamemodes-menu{width:176px!important;min-width:176px!important;padding:14px 16px!important;border-radius:4px!important;background:#fff!important;box-shadow:0 8px 18px rgba(0,0,0,.18)!important;}
.yedupe-gamemodes-menu span{display:block!important;padding:0 0 11px!important;margin:0!important;font-size:12px!important;letter-spacing:3px!important;line-height:1.1!important;color:#777!important;}
.yedupe-gamemodes-menu span:last-child{padding-bottom:0!important;}
.yedupe-gamemodes-menu em{display:block!important;margin-top:2px!important;font-size:9px!important;letter-spacing:2px!important;color:#aaa!important;font-style:normal!important;}
.yedupe-account .dropdown-menu{background:#fff!important;border:0!important;border-radius:5px!important;box-shadow:0 8px 18px rgba(0,0,0,.18)!important;padding:10px 0!important;}

.yedupe-account-head{width:18px!important;height:18px!important;min-width:18px!important;display:inline-block!important;border-radius:2px!important;object-fit:cover!important;image-rendering:pixelated!important;background:transparent!important;}
.yedupe-account-pill img[src=""],.yedupe-account-pill img:not([src]){display:none!important;}
.yedupe-account-pill{min-width:auto!important;padding-left:8px!important;padding-right:10px!important;}

.yedupe-staff-groups{display:flex!important;flex-direction:column!important;gap:12px!important;}
.yedupe-rank-row{display:grid!important;gap:12px!important;width:100%!important;grid-template-columns:1fr!important;}
.yedupe-rank-row.one{grid-template-columns:1fr!important;}
.yedupe-rank-row.two{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
.yedupe-rank-row.three{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
.yedupe-rank-row.many{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
.yedupe-rank-row .yedupe-staff-card{width:100%!important;max-width:none!important;min-width:0!important;grid-column:auto!important;}
.yedupe-staff-card.owner,.yedupe-staff-card.developer,.yedupe-staff-card.platform-admin,.yedupe-staff-card.senior-admin-single{grid-column:auto!important;}

.yedupe-staff-jump a,.yedupe-staff-jump a:visited{background:#eee!important;color:var(--rank-color,#777)!important;text-shadow:none!important;box-shadow:none!important;filter:none!important;}
.yedupe-staff-jump a:hover,.yedupe-staff-jump a.active{background:#ddd!important;color:var(--rank-color,#777)!important;text-shadow:none!important;box-shadow:none!important;filter:none!important;}
.yedupe-staff-jump a:first-of-type{background:#eee!important;color:var(--rank-color,#777)!important;}
.yedupe-staff-jump a:first-of-type:hover{background:#ddd!important;color:var(--rank-color,#777)!important;}

.yedupe-staff-rank[data-rank*="Senior Mod"],.rank-senior-mod{color:#00aaaa!important;}
.yedupe-staff-rank[data-rank*="Trial"],.rank-trial-mod{color:#ffaa00!important;}

.profile-punishment-console,.punishment-console{color:#8b0000!important;}
.yedupe-admin-list-card .list-group-item,.yedupe-profile-tab-body .list-group-item{color:#777!important;}
.yedupe-empty-row,.profile-empty-threads{color:#8b8b8b!important;text-shadow:none!important;}

.yedupe-forum-admin{margin-bottom:14px!important;border:1px solid #e6e6e6!important;border-radius:4px!important;background:#fff!important;overflow:hidden!important;}
.yedupe-admin-inline-form{display:grid!important;grid-template-columns:1.5fr 90px 1.2fr 160px!important;gap:10px!important;padding:12px!important;}
.yedupe-admin-inline-form input{height:34px!important;border:1px solid #ddd!important;border-radius:3px!important;padding:0 10px!important;font:700 12px Arial,sans-serif!important;color:#777!important;}
.yedupe-admin-inline-form button,.yedupe-action-btn{height:34px!important;line-height:34px!important;background:#d9ad2d!important;color:#fff!important;border:0!important;border-radius:3px!important;text-align:center!important;text-transform:uppercase!important;text-decoration:none!important;font:900 10px/34px Arial,sans-serif!important;letter-spacing:2px!important;padding:0 14px!important;}
.yedupe-forum-actions{display:flex!important;justify-content:flex-end!important;margin-bottom:10px!important;}

.yedupe-lb-table a:not([style]),.yedupe-lb-player:not([style]),.rank-default,.rank-default a{color:#444!important;text-shadow:0 1px 0 #fff,0 0 1px rgba(0,0,0,.25)!important;}
@media(max-width:980px){
  body.page-inner .yedupe-page-title{margin:-168px auto 90px!important;}
  body.page-inner .yedupe-forums-shell,body.page-inner .yedupe-leaderboard-shell,body.page-inner .yedupe-staff-shell{margin-top:-42px!important;}
  .yedupe-rank-row.two,.yedupe-rank-row.three,.yedupe-rank-row.many{grid-template-columns:1fr!important;}
  .yedupe-admin-inline-form{grid-template-columns:1fr!important;}
}




body.page-home #view > .main--wrapper > .container {
  margin-top:-58px!important;
  position:relative!important;
  z-index:80!important;
}
body.page-home #view > .main--wrapper > .container.yedupe-home {
  margin-top:-58px!important;
}


body.page-inner .yedupe-forums-shell,
body.page-inner .yedupe-forum-category-shell,
body.page-inner .yedupe-leaderboard-shell,
body.page-inner .yedupe-staff-shell,
body.page-inner .lifesteal-shell,
body.page-inner .yedupe-support-shell {
  position:relative!important;
  z-index:30!important;
}

@media(max-width:980px){
  body.page-home #view > .main--wrapper > .container,
  body.page-home #view > .main--wrapper > .container.yedupe-home {
    margin-top:-42px!important;
  }
}



#header.yedupe-header {
  position:relative!important;
  z-index:auto!important;
  isolation:auto!important;
  overflow:visible!important;
}


#header.yedupe-header .header-bg,
#header.yedupe-header:after {
  z-index:0!important;
  pointer-events:none!important;
}


.main--wrapper {
  position:relative!important;
  z-index:5!important;
  overflow:visible!important;
}
body.page-home #view > .main--wrapper > .container,
body.page-home .yedupe-home,
body.page-home .yedupe-news-wrap,
body.page-inner .yedupe-forums-shell,
body.page-inner .yedupe-forum-category-shell,
body.page-inner .yedupe-leaderboard-shell,
body.page-inner .yedupe-staff-shell,
body.page-inner .lifesteal-shell,
body.page-inner .yedupe-support-shell,
body.page-inner .support-list-page,
body.page-inner .support-ticket-create,
body.page-inner .ticket-view-page,
body.page-inner .yedupe-profile-page,
body.page-inner .account-settings-shell {
  position:relative!important;
  z-index:20!important;
}


#header.yedupe-header .yedupe-nav {
  position:relative!important;
  z-index:100000!important;
  overflow:visible!important;
}
#header.yedupe-header .yedupe-nav-inner,
#header.yedupe-header .yedupe-nav-links,
#header.yedupe-header .yedupe-nav-actions,
#header.yedupe-header .yedupe-gamemodes-nav,
#header.yedupe-header .yedupe-account,
#header.yedupe-header .yedupe-search {
  position:relative!important;
  z-index:100001!important;
  overflow:visible!important;
}
.yedupe-gamemodes-menu,
.yedupe-account .dropdown-menu,
.yedupe-nav-actions .dropdown-menu,
#searchResults {
  position:absolute!important;
  z-index:2147483647!important;
}




body.page-home .main--wrapper {
  margin-top:0!important;
}
body.page-home #view > .main--wrapper > .container,
body.page-home #view > .main--wrapper > .container.yedupe-home,
body.page-home .yedupe-home {
  margin-top:-30px!important;
}
@media(max-width:980px){
  body.page-home .main--wrapper {
    margin-top:0!important;
  }
  body.page-home #view > .main--wrapper > .container,
  body.page-home #view > .main--wrapper > .container.yedupe-home,
  body.page-home .yedupe-home {
    margin-top:-30px!important;
  }
}




.yedupe-staff-groups {
  display:flex!important;
  flex-direction:column!important;
  gap:12px!important;
}
.yedupe-rank-row,
.yedupe-rank-row.one,
.yedupe-rank-row.two,
.yedupe-rank-row.three,
.yedupe-rank-row.four,
.yedupe-rank-row.many {
  display:grid!important;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  gap:12px!important;
  width:100%!important;
  align-items:stretch!important;
}
.yedupe-rank-row .yedupe-staff-card {
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  grid-column:span 3!important;
}
.yedupe-rank-row.one .yedupe-staff-card { grid-column:span 12!important; }
.yedupe-rank-row.two .yedupe-staff-card { grid-column:span 6!important; }
.yedupe-rank-row.three .yedupe-staff-card { grid-column:span 4!important; }
.yedupe-rank-row.four .yedupe-staff-card { grid-column:span 3!important; }


.yedupe-rank-row.many.remainder-1 .yedupe-staff-card:last-child {
  grid-column:span 12!important;
}
.yedupe-rank-row.many.remainder-2 .yedupe-staff-card:nth-last-child(-n+2) {
  grid-column:span 6!important;
}
.yedupe-rank-row.many.remainder-3 .yedupe-staff-card:nth-last-child(-n+3) {
  grid-column:span 4!important;
}

@media(max-width:980px){
  .yedupe-rank-row,
  .yedupe-rank-row.one,
  .yedupe-rank-row.two,
  .yedupe-rank-row.three,
  .yedupe-rank-row.four,
  .yedupe-rank-row.many {
    grid-template-columns:1fr!important;
  }
  .yedupe-rank-row .yedupe-staff-card,
  .yedupe-rank-row.one .yedupe-staff-card,
  .yedupe-rank-row.two .yedupe-staff-card,
  .yedupe-rank-row.three .yedupe-staff-card,
  .yedupe-rank-row.four .yedupe-staff-card,
  .yedupe-rank-row.many .yedupe-staff-card,
  .yedupe-rank-row.many.remainder-1 .yedupe-staff-card:last-child,
  .yedupe-rank-row.many.remainder-2 .yedupe-staff-card:nth-last-child(-n+2),
  .yedupe-rank-row.many.remainder-3 .yedupe-staff-card:nth-last-child(-n+3) {
    grid-column:1 / -1!important;
  }
}




@media (min-width: 641px) {
  body .yedupe-rank-row {
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    width:100%!important;
  }
  body .yedupe-rank-row.two,
  body .yedupe-rank-row:has(> .yedupe-staff-card:nth-child(2):last-child) {
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body .yedupe-rank-row.three,
  body .yedupe-rank-row:has(> .yedupe-staff-card:nth-child(3):last-child) {
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  body .yedupe-rank-row.four,
  body .yedupe-rank-row:has(> .yedupe-staff-card:nth-child(4):last-child) {
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
  body .yedupe-rank-row > .yedupe-staff-card,
  body .yedupe-rank-row.one > .yedupe-staff-card,
  body .yedupe-rank-row.two > .yedupe-staff-card,
  body .yedupe-rank-row.three > .yedupe-staff-card,
  body .yedupe-rank-row.four > .yedupe-staff-card {
    grid-column:auto!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    box-sizing:border-box!important;
  }
}
@media (max-width: 640px) {
  body .yedupe-rank-row,
  body .yedupe-rank-row.one,
  body .yedupe-rank-row.two,
  body .yedupe-rank-row.three,
  body .yedupe-rank-row.four {
    grid-template-columns:1fr!important;
  }
  body .yedupe-rank-row > .yedupe-staff-card {
    grid-column:auto!important;
    box-sizing:border-box!important;
  }
}



body:has(.yedupe-profile-page) .yedupe-profile-hero-head,
.yedupe-profile-page .yedupe-profile-hero-head,
.yedupe-profile-hero-head {
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  filter:none!important;
  outline:0!important;
}


.yedupe-profile-page .profile-last-seen {
  background:#28c96f!important;
  color:#fff!important;
}
.yedupe-profile-page .profile-last-seen span {
  color:#fff!important;
}
.yedupe-profile-page .profile-last-seen b {
  color:#fff3a6!important;
  text-shadow:0 1px 1px rgba(0,0,0,.18)!important;
}


@media (min-width:641px) {
  body .yedupe-staff-groups .yedupe-rank-row,
  body .yedupe-staff-groups .yedupe-rank-row.one,
  body .yedupe-staff-groups .yedupe-rank-row.two,
  body .yedupe-staff-groups .yedupe-rank-row.three,
  body .yedupe-staff-groups .yedupe-rank-row.many {
    display:grid!important;
    grid-template-columns:repeat(12,minmax(0,1fr))!important;
    gap:12px!important;
    width:100%!important;
    align-items:stretch!important;
  }

  body .yedupe-staff-groups .yedupe-rank-row > .yedupe-staff-card,
  body .yedupe-staff-groups .yedupe-rank-row.many > .yedupe-staff-card {
    grid-column:span 3!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    box-sizing:border-box!important;
  }

  body .yedupe-staff-groups .yedupe-rank-row.one > .yedupe-staff-card {
    grid-column:span 12!important;
  }
  body .yedupe-staff-groups .yedupe-rank-row.two > .yedupe-staff-card {
    grid-column:span 6!important;
  }
  body .yedupe-staff-groups .yedupe-rank-row.three > .yedupe-staff-card {
    grid-column:span 4!important;
  }

  body .yedupe-staff-groups .yedupe-rank-row.many.remainder-1 > .yedupe-staff-card:last-child {
    grid-column:span 12!important;
  }
  body .yedupe-staff-groups .yedupe-rank-row.many.remainder-2 > .yedupe-staff-card:nth-last-child(-n+2) {
    grid-column:span 6!important;
  }
  body .yedupe-staff-groups .yedupe-rank-row.many.remainder-3 > .yedupe-staff-card:nth-last-child(-n+3) {
    grid-column:span 4!important;
  }
}

@media (max-width:640px) {
  body .yedupe-staff-groups .yedupe-rank-row,
  body .yedupe-staff-groups .yedupe-rank-row.one,
  body .yedupe-staff-groups .yedupe-rank-row.two,
  body .yedupe-staff-groups .yedupe-rank-row.three,
  body .yedupe-staff-groups .yedupe-rank-row.many {
    grid-template-columns:1fr!important;
  }
  body .yedupe-staff-groups .yedupe-rank-row > .yedupe-staff-card {
    grid-column:auto!important;
  }
}


@media (min-width:641px) {
  body .yedupe-staff-shell .yedupe-staff-groups .yedupe-rank-row {
    display:grid!important;
    grid-template-columns:repeat(var(--staff-columns,1),minmax(0,1fr))!important;
    gap:12px!important;
    width:100%!important;
    align-items:stretch!important;
  }
  body .yedupe-staff-shell .yedupe-staff-groups .yedupe-rank-row > .yedupe-staff-card,
  body .yedupe-staff-shell .yedupe-staff-groups .yedupe-rank-row > .yedupe-staff-card.owner,
  body .yedupe-staff-shell .yedupe-staff-groups .yedupe-rank-row > .yedupe-staff-card.developer,
  body .yedupe-staff-shell .yedupe-staff-groups .yedupe-rank-row > .yedupe-staff-card.network-admin,
  body .yedupe-staff-shell .yedupe-staff-groups .yedupe-rank-row > .yedupe-staff-card.senior-mod {
    grid-column:auto!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    box-sizing:border-box!important;
  }
}
@media (max-width:640px) {
  body .yedupe-staff-shell .yedupe-staff-groups .yedupe-rank-row {
    display:grid!important;
    grid-template-columns:1fr!important;
  }
  body .yedupe-staff-shell .yedupe-staff-groups .yedupe-rank-row > .yedupe-staff-card {
    grid-column:auto!important;
    width:100%!important;
    max-width:none!important;
  }
}


.yedupe-forum-thread-page {
    width:100% !important;
    max-width:none !important;
    padding:0 !important;
    margin:0 !important;
    position:relative !important;
    z-index:42 !important;
}

.yedupe-forum-thread-page > .yedupe-page-title {
    margin:-245px auto 126px !important;
}

.yedupe-thread-shell {
    width:930px !important;
    max-width:calc(100vw - 28px) !important;
    margin:-58px auto 70px !important;
    padding:12px !important;
    background:#fff !important;
    border-radius:5px !important;
    box-shadow:0 2px 10px rgba(0,0,0,.10) !important;
    position:relative !important;
    z-index:46 !important;
}

.yedupe-thread-topbar {
    min-height:29px !important;
    display:flex !important;
    align-items:stretch !important;
    gap:10px !important;
    margin-bottom:12px !important;
}

.yedupe-thread-breadcrumb {
    min-width:0 !important;
    flex:1 1 auto !important;
    height:29px !important;
    display:flex !important;
    align-items:center !important;
    overflow:hidden !important;
    border:1px solid #dedede !important;
    border-radius:3px !important;
    background:#f5f5f5 !important;
}

.yedupe-thread-breadcrumb a,
.yedupe-thread-breadcrumb span {
    position:relative !important;
    display:flex !important;
    align-items:center !important;
    height:27px !important;
    min-width:0 !important;
    padding:0 18px !important;
    color:#8c8c8c !important;
    text-decoration:none !important;
    text-transform:uppercase !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    font:900 8px/27px Arial,sans-serif !important;
    letter-spacing:2px !important;
    border-right:1px solid #ddd !important;
}

.yedupe-thread-breadcrumb a.home {
    flex:0 0 40px !important;
    justify-content:center !important;
    padding:0 !important;
    color:#fff !important;
    background:#58a6df !important;
    font-size:11px !important;
}

.yedupe-thread-breadcrumb span {
    flex:1 1 auto !important;
    border-right:0 !important;
}

.yedupe-thread-staff-menu {
    flex:0 0 auto !important;
}

.yedupe-thread-staff-button {
    height:29px !important;
    padding:0 14px !important;
    border:0 !important;
    border-radius:3px !important;
    background:#d89b11 !important;
    color:#fff !important;
    text-transform:uppercase !important;
    font:900 8px/29px Arial,sans-serif !important;
    letter-spacing:1.5px !important;
}

.yedupe-thread-post {
    display:grid !important;
    grid-template-columns:184px minmax(0,1fr) !important;
    min-height:420px !important;
    overflow:hidden !important;
    border:1px solid #e2e2e2 !important;
    border-radius:4px !important;
    background:#fff !important;
}

.yedupe-thread-author {
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    padding:23px 16px 24px !important;
    border-right:1px solid #ededed !important;
    background:#fff !important;
    text-align:center !important;
}

.yedupe-thread-author-image {
    width:112px !important;
    height:112px !important;
    display:flex !important;
    align-items:flex-end !important;
    justify-content:center !important;
    margin:0 auto 12px !important;
    border-radius:50% !important;
    background:#fafafa !important;
    overflow:hidden !important;
    text-decoration:none !important;
}

.yedupe-thread-author-image img {
    width:108px !important;
    height:108px !important;
    object-fit:contain !important;
    transform:translateY(5px) !important;
    image-rendering:auto !important;
}

.yedupe-thread-author-name {
    color:#151515 !important;
    text-decoration:none !important;
    font:900 18px/1 Arial,sans-serif !important;
}

.yedupe-thread-author-rank {
    margin-top:7px !important;
    text-transform:uppercase !important;
    font:900 9px/1 Arial,sans-serif !important;
    letter-spacing:4px !important;
}

.yedupe-thread-content {
    min-width:0 !important;
    display:flex !important;
    flex-direction:column !important;
    padding:18px 18px 10px !important;
}

.yedupe-thread-title-row {
    display:flex !important;
    align-items:flex-start !important;
    justify-content:space-between !important;
    gap:14px !important;
    padding-bottom:10px !important;
}

.yedupe-thread-title-row h1 {
    min-width:0 !important;
    margin:0 !important;
    color:#252525 !important;
    font:900 20px/1.2 Arial,sans-serif !important;
}

.yedupe-thread-flags {
    display:flex !important;
    gap:7px !important;
    flex:0 0 auto !important;
}

.yedupe-thread-flags span {
    padding:5px 7px !important;
    border-radius:3px !important;
    background:#f0f0f0 !important;
    color:#929292 !important;
    text-transform:uppercase !important;
    font:900 8px/1 Arial,sans-serif !important;
    letter-spacing:1px !important;
}

.yedupe-thread-body {
    flex:1 1 auto !important;
    min-height:290px !important;
    padding:0 0 22px !important;
    color:#777 !important;
    font:500 13px/1.48 Arial,sans-serif !important;
    overflow-wrap:anywhere !important;
}

.yedupe-thread-body p { margin:0 0 12px !important; }
.yedupe-thread-body h1,.yedupe-thread-body h2,.yedupe-thread-body h3,
.yedupe-thread-body h4,.yedupe-thread-body h5,.yedupe-thread-body h6 {
    margin:16px 0 8px !important;
    color:#333 !important;
}
.yedupe-thread-body img { max-width:100% !important; height:auto !important; }
.yedupe-thread-body a { color:#d09d17 !important; }
.yedupe-thread-body ul,.yedupe-thread-body ol { padding-left:20px !important; }
.yedupe-thread-body blockquote {
    margin:12px 0 !important;
    padding:10px 14px !important;
    border-left:3px solid #d9ad2d !important;
    background:#f7f7f7 !important;
}

.yedupe-thread-post-footer {
    display:flex !important;
    align-items:flex-end !important;
    justify-content:space-between !important;
    gap:16px !important;
    padding-top:8px !important;
    border-top:1px solid #f0f0f0 !important;
}

.yedupe-thread-time {
    display:flex !important;
    flex-direction:column !important;
    gap:3px !important;
    color:#bbb !important;
    font:600 10px/1.2 Arial,sans-serif !important;
}

.yedupe-thread-controls {
    display:flex !important;
    align-items:center !important;
    gap:14px !important;
}

.yedupe-thread-controls a {
    color:#595959 !important;
    text-decoration:none !important;
    font:800 10px/1 Arial,sans-serif !important;
}

.yedupe-thread-controls i { color:#aaa !important; margin-right:4px !important; }

.yedupe-thread-replies {
    margin-top:12px !important;
    padding:12px !important;
    border:1px solid #ededed !important;
    border-radius:4px !important;
    background:#fafafa !important;
}

.yedupe-thread-reply-composer {
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    padding:0 0 11px !important;
    border-bottom:1px solid #eee !important;
}

.yedupe-thread-reply-composer > img {
    width:28px !important;
    height:28px !important;
    flex:0 0 28px !important;
    object-fit:contain !important;
    border-radius:3px !important;
}

.yedupe-thread-reply-form {
    min-width:0 !important;
    flex:1 1 auto !important;
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
}

.yedupe-thread-reply-form textarea,
.yedupe-thread-reply-form input {
    flex:1 1 auto !important;
    width:100% !important;
    height:32px !important;
    min-height:32px !important;
    max-height:110px !important;
    resize:vertical !important;
    padding:8px 10px !important;
    border:1px solid #e3e3e3 !important;
    border-radius:3px !important;
    outline:0 !important;
    background:#fff !important;
    color:#666 !important;
    font:600 11px/1.2 Arial,sans-serif !important;
}

.yedupe-thread-reply-form button {
    height:32px !important;
    min-width:64px !important;
    padding:0 14px !important;
    border:0 !important;
    border-radius:0 !important;
    background:#c59b28 !important;
    color:#fff !important;
    text-transform:uppercase !important;
    font:900 9px/32px Arial,sans-serif !important;
    letter-spacing:1.5px !important;
}

.yedupe-thread-login-reply {
    display:block !important;
    height:34px !important;
    padding:0 12px !important;
    border:1px solid #e7e7e7 !important;
    border-radius:3px !important;
    background:#f5f5f5 !important;
    color:#bbb !important;
    text-decoration:none !important;
    font:700 11px/34px Arial,sans-serif !important;
}

.yedupe-thread-reply-list {
    list-style:none !important;
    margin:10px 0 0 !important;
    padding:0 !important;
}

.yedupe-thread-reply {
    position:relative !important;
    display:grid !important;
    grid-template-columns:28px minmax(0,1fr) auto !important;
    align-items:center !important;
    gap:10px !important;
    min-height:48px !important;
    margin:7px 0 0 !important;
    padding:7px 10px !important;
    border:0 !important;
    border-radius:3px !important;
    background:#f0f0f0 !important;
}

.yedupe-thread-reply-avatar {
    width:28px !important;
    height:28px !important;
    object-fit:contain !important;
    border-radius:2px !important;
}

.yedupe-thread-reply-main { min-width:0 !important; }
.yedupe-thread-reply-message {
    color:#555 !important;
    font:600 11px/1.35 Arial,sans-serif !important;
    overflow-wrap:anywhere !important;
}
.yedupe-thread-reply-message p { margin:0 !important; }
.yedupe-thread-reply-meta {
    display:flex !important;
    align-items:center !important;
    gap:6px !important;
    margin-top:3px !important;
    font:700 9px/1 Arial,sans-serif !important;
}
.yedupe-thread-reply-meta a { text-decoration:none !important; font-weight:900 !important; }
.yedupe-thread-reply-meta span { color:#aaa !important; }

.yedupe-thread-reply-actions {
    display:flex !important;
    align-items:center !important;
    gap:4px !important;
}
.yedupe-thread-reply-actions a {
    width:28px !important;
    height:28px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-left:1px solid #dedede !important;
    color:#9a9a9a !important;
    text-decoration:none !important;
}

.yedupe-thread-nested-replies {
    grid-column:2 / -1 !important;
    width:100% !important;
}
.yedupe-thread-nested-replies .comment {
    display:grid !important;
    grid-template-columns:26px minmax(0,1fr) auto !important;
    gap:9px !important;
    margin:7px 0 0 !important;
    padding:7px 9px !important;
    border-radius:3px !important;
    background:#e8e8e8 !important;
}
.yedupe-thread-nested-replies .avatar {
    width:26px !important;
    height:26px !important;
    padding:0 !important;
    border-radius:2px !important;
    background:transparent !important;
}
.yedupe-thread-nested-replies .avatar img {
    width:26px !important;
    height:26px !important;
    object-fit:contain !important;
}

body.dark .yedupe-thread-shell,
body.dark .yedupe-thread-post,
body.dark .yedupe-thread-author,
body.dark .yedupe-thread-content {
    background:#1d1d1d !important;
    border-color:#333 !important;
}
body.dark .yedupe-thread-title-row h1,
body.dark .yedupe-thread-author-name { color:#f0f0f0 !important; }
body.dark .yedupe-thread-body { color:#bcbcbc !important; }
body.dark .yedupe-thread-replies { background:#191919 !important; border-color:#333 !important; }
body.dark .yedupe-thread-reply { background:#282828 !important; }
body.dark .yedupe-thread-reply-message { color:#ddd !important; }
body.dark .yedupe-thread-reply-form textarea,
body.dark .yedupe-thread-reply-form input { background:#252525 !important; border-color:#3a3a3a !important; color:#ddd !important; }
body.dark .yedupe-thread-breadcrumb { background:#292929 !important; border-color:#3a3a3a !important; }
body.dark .yedupe-thread-breadcrumb a,
body.dark .yedupe-thread-breadcrumb span { color:#bbb !important; border-color:#3a3a3a !important; }

@media (max-width:760px) {
    .yedupe-forum-thread-page > .yedupe-page-title { margin-bottom:110px !important; }
    .yedupe-thread-shell { margin-top:-64px !important; padding:8px !important; }
    .yedupe-thread-topbar { flex-direction:column !important; }
    .yedupe-thread-staff-menu,.yedupe-thread-staff-button { width:100% !important; }
    .yedupe-thread-post { grid-template-columns:1fr !important; }
    .yedupe-thread-author {
        border-right:0 !important;
        border-bottom:1px solid #ededed !important;
        padding:16px !important;
    }
    .yedupe-thread-author-image { width:82px !important; height:82px !important; }
    .yedupe-thread-author-image img { width:80px !important; height:80px !important; }
    .yedupe-thread-content { padding:15px !important; }
    .yedupe-thread-body { min-height:180px !important; }
    .yedupe-thread-post-footer { align-items:flex-start !important; flex-direction:column !important; }
}



.yedupe-forum-thread-page .yedupe-thread-shell {
    margin-top:-58px !important;
}

.yedupe-thread-reply-main {
    min-width:0 !important;
    width:100% !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:center !important;
    text-align:left !important;
}

.yedupe-thread-reply-message {
    display:block !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    text-align:left !important;
    align-self:stretch !important;
}

.yedupe-thread-reply-message > * {
    margin-left:0 !important;
    margin-right:0 !important;
    text-align:left !important;
}

.yedupe-thread-reply-meta {
    width:auto !important;
    margin:3px 0 0 !important;
    padding:0 !important;
    justify-content:flex-start !important;
    text-align:left !important;
}

@media (max-width:760px) {
    .yedupe-forum-thread-page .yedupe-thread-shell {
        margin-top:-48px !important;
    }
}



.yedupe-category-heading{display:flex!important;align-items:center!important;justify-content:space-between!important;}
.yedupe-category-heading>span{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
.yedupe-category-admin-tools{display:flex!important;align-items:flex-start!important;gap:8px!important;flex-wrap:wrap!important;padding:8px 10px!important;background:#f7f7f7!important;border:1px solid #ededed!important;border-top:0!important;}
.yedupe-admin-details{position:relative!important;}
.yedupe-admin-details>summary,.yedupe-inline-delete button{list-style:none!important;cursor:pointer!important;height:28px!important;line-height:28px!important;border:0!important;border-radius:3px!important;padding:0 12px!important;background:#dedede!important;color:#777!important;text-transform:uppercase!important;font:900 9px/28px Arial,sans-serif!important;letter-spacing:1.7px!important;}
.yedupe-admin-details>summary::-webkit-details-marker{display:none!important;}
.yedupe-admin-details[open]>summary{background:#c9a02a!important;color:#fff!important;}
.yedupe-admin-panel-form{width:100%!important;display:grid!important;grid-template-columns:1.2fr 1.8fr 80px 1.2fr auto 130px!important;gap:8px!important;padding:10px!important;margin-top:8px!important;background:#fff!important;border:1px solid #e4e4e4!important;border-radius:3px!important;box-shadow:0 2px 8px rgba(0,0,0,.05)!important;}
.yedupe-admin-details:not(.compact){flex:0 1 auto!important;}
.yedupe-admin-details:not(.compact)[open]{flex-basis:100%!important;}
.yedupe-admin-panel-form.category-edit{grid-template-columns:1.4fr 90px 1.4fr 140px!important;}
.yedupe-admin-panel-form.forum-edit{grid-template-columns:1.2fr 1.8fr 80px 1.2fr auto 120px!important;}
.yedupe-admin-panel-form input{height:32px!important;min-width:0!important;border:1px solid #ddd!important;border-radius:3px!important;padding:0 9px!important;color:#666!important;font:700 11px Arial,sans-serif!important;}
.yedupe-admin-panel-form button{height:32px!important;border:0!important;border-radius:3px!important;background:#d3a72b!important;color:#fff!important;text-transform:uppercase!important;font:900 9px Arial,sans-serif!important;letter-spacing:1.7px!important;padding:0 12px!important;}
.yedupe-admin-check{height:32px!important;display:flex!important;align-items:center!important;gap:6px!important;color:#777!important;font:800 10px Arial,sans-serif!important;text-transform:uppercase!important;white-space:nowrap!important;}
.yedupe-admin-check input{width:14px!important;height:14px!important;padding:0!important;}
.yedupe-inline-delete{margin:0!important;}
.yedupe-inline-delete button{background:#a93b3b!important;color:#fff!important;}
.yedupe-forum-entry{border-bottom:0!important;}
.yedupe-forum-manage{display:flex!important;align-items:flex-start!important;gap:8px!important;flex-wrap:wrap!important;padding:6px 10px!important;background:#f8f8f8!important;border:1px solid #ededed!important;border-top:0!important;}
.yedupe-forum-manage .yedupe-admin-details.compact[open]{flex-basis:100%!important;}
.yedupe-forum-manage+.yedupe-forum-entry{margin-top:0!important;}
.yedupe-side-thread{position:relative!important;display:block!important;min-height:62px!important;padding:10px 34px 10px 10px!important;background:#fbfbfb!important;border-top:1px solid #eee!important;color:#555!important;text-decoration:none!important;transition:background .12s ease!important;}
.yedupe-side-thread:hover{background:#f2f2f2!important;color:#333!important;}
.yedupe-side-thread-title{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#555!important;font:900 11px/1.2 Arial,sans-serif!important;}
.yedupe-side-thread-forum{display:block!important;margin-top:3px!important;color:#b79a44!important;text-transform:uppercase!important;font:900 8px/1 Arial,sans-serif!important;letter-spacing:1.5px!important;}
.yedupe-side-thread-meta{display:flex!important;align-items:center!important;gap:4px!important;margin-top:7px!important;min-width:0!important;color:#aaa!important;font:700 9px/1 Arial,sans-serif!important;}
.yedupe-side-thread-meta img{width:18px!important;height:18px!important;image-rendering:auto!important;}
.yedupe-side-thread-meta b{max-width:82px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
.yedupe-side-thread-meta em{font-style:normal!important;color:#aaa!important;white-space:nowrap!important;}
.yedupe-side-thread-count{position:absolute!important;right:9px!important;top:10px!important;color:#aaa!important;font:800 9px Arial,sans-serif!important;}
.yedupe-side-thread-count i{margin-right:2px!important;}
body.dark .yedupe-category-admin-tools,body.dark .yedupe-forum-manage{background:#252525!important;border-color:#363636!important;}
body.dark .yedupe-admin-panel-form{background:#202020!important;border-color:#3a3a3a!important;}
body.dark .yedupe-admin-panel-form input{background:#171717!important;border-color:#404040!important;color:#ddd!important;}
body.dark .yedupe-side-thread{background:#282828!important;border-color:#383838!important;color:#ddd!important;}
body.dark .yedupe-side-thread:hover{background:#303030!important;}
body.dark .yedupe-side-thread-title{color:#ddd!important;}
@media(max-width:980px){
  .yedupe-category-admin-tools,.yedupe-forum-manage{display:flex!important;}
  .yedupe-admin-panel-form,.yedupe-admin-panel-form.category-edit,.yedupe-admin-panel-form.forum-edit{grid-template-columns:1fr!important;}
}



.yedupe-forum-category-shell .yedupe-forum-breadcrumb .yedupe-forum-home {
    width:34px !important;
    min-width:34px !important;
    padding:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    font-size:11px !important;
    letter-spacing:0 !important;
}
.yedupe-forum-category-shell .yedupe-forum-breadcrumb .yedupe-forum-home i {
    display:block !important;
    line-height:1 !important;
    color:#fff !important;
}

.yedupe-forum-category-shell .yedupe-thread-list-head {
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 104px 218px !important;
    column-gap:18px !important;
    align-items:center !important;
    padding:0 16px !important;
    margin-bottom:6px !important;
}
.yedupe-thread-head-title { min-width:0 !important; }
.yedupe-thread-head-replies { text-align:center !important; }
.yedupe-thread-head-latest { text-align:left !important; }

.yedupe-forum-category-shell .yedupe-thread-row {
    display:grid !important;
    grid-template-columns:44px minmax(0,1fr) 104px 218px !important;
    column-gap:18px !important;
    align-items:center !important;
    padding:8px 16px !important;
}

.yedupe-forum-category-shell .yedupe-thread-info p {
    display:flex !important;
    align-items:baseline !important;
    gap:4px !important;
    margin:4px 0 0 !important;
    color:#8d8d8d !important;
    font:600 10px/1.2 Arial,sans-serif !important;
}
.yedupe-forum-category-shell .yedupe-thread-info p b {
    color:#6f6f6f !important;
    font-weight:900 !important;
}
.yedupe-thread-posted-time {
    color:#aaa !important;
    font:600 8px/1 Arial,sans-serif !important;
    white-space:nowrap !important;
}

.yedupe-thread-reply-count {
    width:auto !important;
    height:auto !important;
    min-width:0 !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    background:transparent !important;
    text-align:center !important;
    color:#666 !important;
    font:900 13px/1 Arial,sans-serif !important;
}

.yedupe-forum-category-shell .yedupe-thread-latest {
    min-width:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:8px !important;
    color:#d1a323 !important;
    text-align:left !important;
    font:700 10px/1.15 Arial,sans-serif !important;
}
.yedupe-forum-category-shell .yedupe-thread-latest img {
    width:20px !important;
    height:20px !important;
    flex:0 0 20px !important;
    margin:0 !important;
    object-fit:contain !important;
    image-rendering:auto !important;
}
.yedupe-thread-latest-copy {
    min-width:0 !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:3px !important;
    line-height:1 !important;
}
.yedupe-thread-latest-copy strong {
    max-width:160px !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
    color:#d1a323 !important;
    font:900 10px/1 Arial,sans-serif !important;
}
.yedupe-thread-latest-copy small {
    display:block !important;
    margin:0 !important;
    color:#aaa !important;
    font:600 8px/1 Arial,sans-serif !important;
    white-space:nowrap !important;
}
.yedupe-forum-category-shell .yedupe-thread-latest.empty {
    display:flex !important;
    align-items:center !important;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
    color:#bbb !important;
    font:700 9px/1.2 Arial,sans-serif !important;
}

body.dark .yedupe-thread-reply-count { color:#bbb !important; }
body.dark .yedupe-thread-posted-time,
body.dark .yedupe-thread-latest-copy small { color:#888 !important; }

@media(max-width:980px) {
    .yedupe-forum-category-shell .yedupe-thread-row { grid-template-columns:minmax(0,1fr) !important; }
    .yedupe-forum-category-shell .yedupe-thread-list-head { grid-template-columns:minmax(0,1fr) !important; }
    .yedupe-thread-head-replies,.yedupe-thread-head-latest,
    .yedupe-forum-category-shell .yedupe-thread-rank,
    .yedupe-thread-reply-count,
    .yedupe-forum-category-shell .yedupe-thread-latest { display:none !important; }
}



body > .modal-backdrop {
    z-index: 2000000 !important;
}
body > .modal {
    z-index: 2000001 !important;
}
body > .modal .modal-dialog {
    position: relative !important;
    z-index: 2000002 !important;
}
body > .modal .modal-content {
    border: 0 !important;
    border-radius: 5px !important;
    box-shadow: 0 14px 42px rgba(0,0,0,.28) !important;
    overflow: hidden !important;
}
body > .modal .modal-header {
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 14px 18px !important;
    color: #fff !important;
    background: #21162d !important;
    border: 0 !important;
    font: 900 11px/1 Arial,sans-serif !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
}
body > .modal .modal-header .btn-close {
    margin: 0 !important;
    filter: invert(1) grayscale(1) brightness(2) !important;
    opacity: .9 !important;
}
body > .modal .modal-body {
    padding: 20px !important;
    text-align: left !important;
    background: #fff !important;
    color: #555 !important;
}
body > .modal .modal-footer {
    padding: 12px 18px !important;
    background: #f6f6f6 !important;
    border-top: 1px solid #ececec !important;
}
body > .modal .modal-footer .btn-primary {
    background: #d0a72a !important;
    border-color: #bd951e !important;
}
body > .modal .yedupe-report-help {
    margin: 0 0 12px !important;
    color: #777 !important;
    font: 700 12px/1.45 Arial,sans-serif !important;
}
body > .modal textarea[name="reason"] {
    width: 100% !important;
    min-height: 150px !important;
    padding: 12px !important;
    resize: vertical !important;
    color: #333 !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
    outline: none !important;
    font: 700 13px/1.45 Arial,sans-serif !important;
}
body > .modal textarea[name="reason"]:focus {
    border-color: #d0a72a !important;
    box-shadow: 0 0 0 2px rgba(208,167,42,.15) !important;
}


.standard-page-shell,
.account-page-title-wrap,
.support-list-page,
.support-ticket-create,
.ticket-view-page {
    width:930px !important;
    max-width:calc(100vw - 28px) !important;
    margin:-74px auto 76px !important;
    position:relative !important;
    z-index:95 !important;
}
.standard-page-shell > .yedupe-page-title,
.account-page-title-wrap > .yedupe-page-title,
.support-list-page > .yedupe-page-title,
.support-ticket-create > .yedupe-page-title,
.ticket-view-page > .ticket-view-title {
    margin:-112px auto 58px !important;
    text-align:center !important;
    pointer-events:none !important;
}
.standard-page-shell > .yedupe-page-title h1,
.account-page-title-wrap > .yedupe-page-title h1,
.support-list-page > .yedupe-page-title h1,
.support-ticket-create > .yedupe-page-title h1,
.ticket-view-page > .ticket-view-title h1 {
    color:#fff !important;
    font:900 34px/1 Arial,sans-serif !important;
    letter-spacing:17px !important;
    text-transform:uppercase !important;
    margin:0 !important;
    padding-left:17px !important;
    text-shadow:0 2px 14px rgba(0,0,0,.35) !important;
}
.standard-page-shell > .yedupe-page-title p,
.account-page-title-wrap > .yedupe-page-title p,
.support-list-page > .yedupe-page-title p,
.support-ticket-create > .yedupe-page-title p,
.ticket-view-page > .ticket-view-title p {
    color:#fff !important;
    font:900 10px/1 Arial,sans-serif !important;
    letter-spacing:5px !important;
    text-transform:uppercase !important;
    margin:9px 0 0 !important;
    text-shadow:0 2px 10px rgba(0,0,0,.3) !important;
}
.standard-page-card,
.standard-page-shell > #content,
.account-page-title-wrap > #content,
.support-list-shell {
    background:#fff !important;
    border:1px solid rgba(0,0,0,.06) !important;
    border-radius:5px !important;
    box-shadow:0 2px 8px rgba(0,0,0,.08) !important;
    padding:12px !important;
    overflow:visible !important;
}
.standard-page-shell .card,
.account-page-title-wrap .card { border-color:#ececec !important; box-shadow:none !important; }
.standard-page-shell .breadcrumb-bar,
.account-page-title-wrap .breadcrumb-bar { margin:0 0 12px !important; }
.new-thread-page .new-ticket-wrapper { padding:12px !important; }
.new-thread-page .card { margin:0 !important; }
.new-thread-page .card-header,
.standard-page-shell .section-title h1 { background:#21162d !important; color:#fff !important; }
.new-thread-page .row { align-items:end !important; }
.new-thread-page .col-3 { width:30% !important; }
.new-thread-page .card-body { padding:18px !important; }

.support-list-actions { display:flex !important; align-items:center !important; gap:8px !important; flex-wrap:wrap !important; }
.support-list-actions a {
    display:inline-flex !important; align-items:center !important; justify-content:center !important;
    min-height:32px !important; padding:0 12px !important; border-radius:3px !important;
    background:#d2a72b !important; color:#fff !important; text-decoration:none !important;
    font:900 9px/1 Arial,sans-serif !important; letter-spacing:1.5px !important; text-transform:uppercase !important;
}
.support-list-page .support-list-shell { padding:12px !important; }
.support-list-page .support-list-topbar { display:flex !important; align-items:center !important; justify-content:space-between !important; gap:12px !important; margin-bottom:12px !important; }
.support-list-page .breadcrumb-bar { flex:1 !important; margin:0 !important; }
.support-ticket-table th,.support-ticket-table td { text-align:left !important; }
.support-ticket-table td:nth-child(1),.support-ticket-table td:nth-child(4) { text-align:center !important; }
.standard-pagination { padding:14px 0 2px !important; }

.ticket-view-page { width:1040px !important; }
.ticket-view-layout { grid-template-columns:245px minmax(0,1fr) !important; }
.ticket-assignee-block { background:#fcfcfc !important; }
.ticket-assign-actions { display:flex !important; flex-direction:column !important; gap:6px !important; margin-top:10px !important; }
.ticket-assign-actions form { display:flex !important; gap:5px !important; margin:0 !important; }
.ticket-assign-actions input { min-width:0 !important; width:100% !important; height:30px !important; border:1px solid #ddd !important; border-radius:3px !important; padding:0 8px !important; font-size:10px !important; }
.ticket-assign-actions button { height:30px !important; border:0 !important; border-radius:3px !important; padding:0 9px !important; background:#d0a62a !important; color:#fff !important; font:900 8px/1 Arial,sans-serif !important; letter-spacing:1px !important; text-transform:uppercase !important; white-space:nowrap !important; }
.ticket-assign-actions button.danger { background:#b74747 !important; }
.ticket-status-box .dropdown-toggle { text-decoration:none !important; }
.ticket-reply-action form { align-items:stretch !important; }
.ticket-reply-action textarea { flex:1 !important; }
.ticket-reply-action button { min-height:44px !important; }
.ticket-reply-item { align-items:center !important; }
.ticket-reply-body { display:flex !important; flex-direction:column !important; gap:4px !important; }
.ticket-reply-text { order:2 !important; margin:0 !important; }
.ticket-reply-meta { order:1 !important; }

.yedupe-thread-nested-replies { grid-column:2 / -1 !important; margin-top:5px !important; padding-left:18px !important; }
.yedupe-child-reply {
    margin:6px 0 0 var(--reply-depth,0px) !important;
    display:grid !important;
    grid-template-columns:28px minmax(0,1fr) 28px !important;
    align-items:start !important;
    gap:9px !important;
    padding:8px 9px !important;
    border-left:2px solid #d8d8d8 !important;
    border-radius:0 3px 3px 0 !important;
    background:#e9e9e9 !important;
}
.yedupe-child-reply-avatar { width:28px !important; height:28px !important; object-fit:contain !important; border-radius:2px !important; }
.yedupe-child-reply-content { min-width:0 !important; text-align:left !important; }
.yedupe-child-reply-meta { display:flex !important; align-items:center !important; gap:6px !important; margin-top:4px !important; margin-bottom:0 !important; font:800 9px/1 Arial,sans-serif !important; }
.yedupe-child-reply-meta a { text-decoration:none !important; font-weight:900 !important; }
.yedupe-child-reply-meta span { color:#aaa !important; }
.yedupe-child-reply-message { color:#555 !important; font:600 11px/1.35 Arial,sans-serif !important; overflow-wrap:anywhere !important; }
.yedupe-child-reply-message p { margin:0 !important; }
.yedupe-child-reply-action { width:28px !important; height:28px !important; display:flex !important; align-items:center !important; justify-content:center !important; color:#999 !important; border-left:1px solid #d4d4d4 !important; text-decoration:none !important; }
.yedupe-child-replies { width:100% !important; }

@media(max-width:980px){
    .standard-page-shell,.account-page-title-wrap,.support-list-page,.support-ticket-create,.ticket-view-page { margin:-55px auto 58px !important; }
    .standard-page-shell > .yedupe-page-title,.account-page-title-wrap > .yedupe-page-title,.support-list-page > .yedupe-page-title,.support-ticket-create > .yedupe-page-title,.ticket-view-page > .ticket-view-title { margin:-90px auto 42px !important; }
    .ticket-view-layout { grid-template-columns:1fr !important; }
    .support-list-page .support-list-topbar { align-items:stretch !important; flex-direction:column !important; }
}
@media(max-width:680px){
    .new-thread-page .col-3,.new-thread-page .col { width:100% !important; flex:0 0 100% !important; }
    .yedupe-thread-nested-replies { padding-left:4px !important; }
    .yedupe-child-reply { margin-left:0 !important; }
}


body.page-inner #view > .main--wrapper > .container.standard-page-shell,
body.page-inner #view > .main--wrapper > .container.account-page-title-wrap,
body.page-inner #view > .main--wrapper > .container.support-list-page,
body.page-inner #view > .main--wrapper > .container.support-ticket-create {
    display:block !important;
    width:930px !important;
    max-width:930px !important;
    margin:-74px auto 76px !important;
    padding:0 !important;
    float:none !important;
    flex:0 0 930px !important;
    box-sizing:border-box !important;
}
body.page-inner #view > .main--wrapper > .container.ticket-view-page {
    display:block !important;
    width:1040px !important;
    max-width:1040px !important;
    margin:-74px auto 76px !important;
    padding:0 !important;
    float:none !important;
    box-sizing:border-box !important;
}
body.page-inner #view > .main--wrapper > .container.standard-page-shell > #content,
body.page-inner #view > .main--wrapper > .container.account-page-title-wrap > #content,
body.page-inner #view > .main--wrapper > .container.support-list-page > .support-list-shell,
body.page-inner #view > .main--wrapper > .container.support-ticket-create > .new-ticket-wrapper {
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    box-sizing:border-box !important;
}

.yedupe-profile-card-main .profile-badges {
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex-wrap:wrap !important;
    gap:7px !important;
    min-height:0 !important;
    margin:10px 0 0 !important;
}
.yedupe-profile-card-main .profile-badge {
    width:30px !important;
    height:30px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:4px !important;
    border:1px solid #e8e8e8 !important;
    border-radius:4px !important;
    background:#fafafa !important;
    box-shadow:0 1px 2px rgba(0,0,0,.05) !important;
}
.yedupe-profile-card-main .profile-badge img {
    display:block !important;
    width:22px !important;
    height:22px !important;
    object-fit:contain !important;
}
.yedupe-profile-page .profile-last-seen.online { background:#25c96f !important; }
.yedupe-profile-page .profile-last-seen.online b { color:#fff1a6 !important; }
.yedupe-profile-page .profile-last-seen.offline { background:#e8334e !important; color:#fff !important; }
.yedupe-profile-page .profile-last-seen.offline span { color:#fff !important; }
.yedupe-profile-page .profile-last-seen.banned { background:#8f2434 !important; color:#fff !important; }

.account-notification-link { display:flex !important; align-items:center !important; justify-content:space-between !important; gap:12px !important; }
.account-notification-count {
    min-width:19px !important;
    height:19px !important;
    padding:0 5px !important;
    border-radius:10px !important;
    background:#e83d51 !important;
    color:#fff !important;
    text-align:center !important;
    font:900 9px/19px Arial,sans-serif !important;
}
.notifications-toolbar {
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    min-height:42px !important;
    margin-bottom:10px !important;
    padding:0 14px !important;
    border-radius:3px !important;
    background:#21162d !important;
    color:#fff !important;
    text-transform:uppercase !important;
    font:900 10px/1 Arial,sans-serif !important;
    letter-spacing:2px !important;
}
.notifications-toolbar span { margin-left:10px !important; color:#d9ad2d !important; }
.notifications-shell {
    overflow:hidden !important;
    border:1px solid #e9e9e9 !important;
    border-radius:4px !important;
    background:#fff !important;
}
.notification-row {
    display:grid !important;
    grid-template-columns:40px minmax(0,1fr) auto !important;
    align-items:center !important;
    gap:12px !important;
    min-height:72px !important;
    padding:12px 14px !important;
    border:0 !important;
    border-bottom:1px solid #ededed !important;
    text-align:left !important;
}
.notification-row:last-child { border-bottom:0 !important; }
.notification-row.is-unread { background:#fffcf2 !important; border-left:3px solid #d9ad2d !important; }
.notification-row.is-read { background:#fff !important; opacity:.78 !important; }
.notification-icon {
    width:36px !important;
    height:36px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:50% !important;
    background:#f2f2f2 !important;
    color:#9b9b9b !important;
}
.notification-row.is-unread .notification-icon { background:#fff3c9 !important; color:#c69b23 !important; }
.notification-view { margin:0 !important; min-width:0 !important; }
.notification-view a { color:#4e5358 !important; font:700 12px/1.4 Arial,sans-serif !important; text-decoration:none !important; }
.notification-view a a { color:#c0931b !important; font-weight:900 !important; }
.notification-view p { margin:5px 0 0 !important; color:#aaa !important; font:700 9px/1 Arial,sans-serif !important; }
.notification-action { margin:0 !important; }
.notification-read-btn {
    height:30px !important;
    padding:0 10px !important;
    border:0 !important;
    border-radius:3px !important;
    background:#d2a72b !important;
    color:#fff !important;
    text-transform:uppercase !important;
    font:900 8px/30px Arial,sans-serif !important;
    letter-spacing:1px !important;
}
.ticket-superuser-actions { display:flex !important; justify-content:flex-end !important; margin:12px 0 0 !important; }
.ticket-delete-btn {
    height:34px !important;
    padding:0 13px !important;
    border:0 !important;
    border-radius:3px !important;
    background:#b83e4d !important;
    color:#fff !important;
    text-transform:uppercase !important;
    font:900 9px/34px Arial,sans-serif !important;
    letter-spacing:1px !important;
}
.ticket-delete-btn i { margin-right:5px !important; }

@media(max-width:1068px){
    body.page-inner #view > .main--wrapper > .container.ticket-view-page {
        width:calc(100vw - 28px) !important;
        max-width:calc(100vw - 28px) !important;
    }
}
@media(max-width:958px){
    body.page-inner #view > .main--wrapper > .container.standard-page-shell,
    body.page-inner #view > .main--wrapper > .container.account-page-title-wrap,
    body.page-inner #view > .main--wrapper > .container.support-list-page,
    body.page-inner #view > .main--wrapper > .container.support-ticket-create {
        width:calc(100vw - 28px) !important;
        max-width:calc(100vw - 28px) !important;
        flex-basis:auto !important;
        margin:-55px auto 58px !important;
    }
}
@media(max-width:620px){
    .notification-row { grid-template-columns:34px minmax(0,1fr) !important; }
    .notification-action { grid-column:2 !important; }
}



body.page-home .yedupe-news-wrap {
    border-radius:7px !important;
    overflow:hidden !important;
}
body.page-home .yedupe-store-strip {
    border-radius:7px 7px 0 0 !important;
}
body.page-home .yedupe-announcements {
    border-radius:0 0 7px 7px !important;
}


.profile-name-line {
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:7px !important;
    margin-top:2px !important;
    overflow:visible !important;
}
.yedupe-profile-card-main .profile-name-line .profile-name { margin:0 !important; }
.yedupe-profile-card-main .profile-name-line .profile-badges {
    display:inline-flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    flex-wrap:nowrap !important;
    gap:4px !important;
    margin:0 !important;
    min-height:0 !important;
    overflow:visible !important;
}
.yedupe-profile-card-main .profile-name-line .profile-badge {
    position:relative !important;
    width:auto !important;
    height:auto !important;
    min-width:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    outline:0 !important;
    cursor:help !important;
    overflow:visible !important;
}
.yedupe-profile-card-main .profile-name-line .profile-badge img {
    width:19px !important;
    height:19px !important;
    object-fit:contain !important;
    filter:drop-shadow(0 1px 1px rgba(0,0,0,.14)) !important;
}
.profile-badge[data-tooltip]::before,
.profile-badge[data-tooltip]::after {
    position:absolute !important;
    left:50% !important;
    z-index:9999 !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    transition:opacity .14s ease, transform .14s ease !important;
}
.profile-badge[data-tooltip]::before {
    content:attr(data-tooltip) !important;
    bottom:calc(100% + 9px) !important;
    transform:translate(-50%, 4px) !important;
    width:max-content !important;
    max-width:230px !important;
    padding:8px 10px !important;
    border-radius:4px !important;
    background:#20152c !important;
    color:#fff !important;
    text-align:center !important;
    white-space:normal !important;
    font:700 10px/1.35 Arial,sans-serif !important;
    letter-spacing:.2px !important;
    box-shadow:0 4px 14px rgba(0,0,0,.22) !important;
}
.profile-badge[data-tooltip]::after {
    content:"" !important;
    bottom:calc(100% + 3px) !important;
    transform:translateX(-50%) !important;
    border:6px solid transparent !important;
    border-top-color:#20152c !important;
}
.profile-badge[data-tooltip]:hover::before,
.profile-badge[data-tooltip]:hover::after,
.profile-badge[data-tooltip]:focus::before,
.profile-badge[data-tooltip]:focus::after {
    opacity:1 !important;
    visibility:visible !important;
}
.profile-badge[data-tooltip]:hover::before,
.profile-badge[data-tooltip]:focus::before { transform:translate(-50%, 0) !important; }
.yedupe-profile-card-main { overflow:visible !important; }

.profile-grants-panel { width:100% !important; }
.profile-grant-list { display:flex !important; flex-direction:column !important; gap:8px !important; }
.profile-grant-row {
    display:grid !important;
    grid-template-columns:42px minmax(0,1fr) !important;
    gap:12px !important;
    align-items:start !important;
    padding:14px !important;
    border:1px solid #e8e8e8 !important;
    border-radius:4px !important;
    background:#fff !important;
    box-shadow:0 1px 2px rgba(0,0,0,.03) !important;
}
.profile-grant-row.is-removed { opacity:.74 !important; background:#fafafa !important; }
.profile-grant-icon {
    width:42px !important;
    height:42px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:50% !important;
    background:#fff5cf !important;
    color:#c99a16 !important;
    font-size:16px !important;
}
.profile-grant-row.is-removed .profile-grant-icon { background:#f5e7e9 !important; color:#c74a5b !important; }
.profile-grant-title { display:flex !important; align-items:center !important; flex-wrap:wrap !important; gap:7px !important; }
.profile-grant-title > span { color:#8d8d8d !important; text-transform:uppercase !important; font:900 9px/1 Arial,sans-serif !important; letter-spacing:2px !important; }
.profile-grant-title > b { color:#be901a !important; font:900 14px/1.2 Arial,sans-serif !important; }
.profile-grant-title > em { margin-left:auto !important; padding:4px 7px !important; border-radius:10px !important; background:#dbf6e6 !important; color:#2d9b5e !important; text-transform:uppercase !important; font:900 8px/1 Arial,sans-serif !important; letter-spacing:1px !important; font-style:normal !important; }
.profile-grant-row.is-removed .profile-grant-title > em { background:#f7e4e7 !important; color:#c64557 !important; }
.profile-grant-reason { margin-top:6px !important; color:#555 !important; font:700 11px/1.4 Arial,sans-serif !important; }
.profile-grant-meta { display:flex !important; flex-wrap:wrap !important; gap:10px 16px !important; margin-top:9px !important; color:#aaa !important; font:700 9px/1.2 Arial,sans-serif !important; }
.profile-grant-meta i { margin-right:4px !important; color:#c4c4c4 !important; }
.profile-grant-meta b { color:#777 !important; }
.profile-grant-removed-reason { margin-top:8px !important; color:#bd4a59 !important; font:700 9px/1.3 Arial,sans-serif !important; }
.profile-grants-empty { min-height:160px !important; display:flex !important; flex-direction:column !important; align-items:center !important; justify-content:center !important; gap:10px !important; color:#aaa !important; border:1px solid #e8e8e8 !important; border-radius:4px !important; background:#fff !important; }
.profile-grants-empty i { font-size:24px !important; }
.profile-grants-empty b { text-transform:uppercase !important; font:900 9px/1 Arial,sans-serif !important; letter-spacing:2px !important; }

.yedupe-overview-entry .yedupe-forum-row { background:#fffdf6 !important; }
.yedupe-overview-entry .yedupe-forum-info h3 { color:#c6971c !important; }

@media (max-width: 820px) {
    html, body, #view { width:100% !important; max-width:100% !important; overflow-x:hidden !important; }
    #header.yedupe-header { height:260px !important; min-height:260px !important; background-position:center center !important; }
    .yedupe-nav { height:auto !important; min-height:94px !important; }
    .yedupe-nav-inner {
        width:calc(100vw - 20px) !important;
        max-width:calc(100vw - 20px) !important;
        min-height:94px !important;
        height:auto !important;
        padding:8px 0 9px !important;
        display:grid !important;
        grid-template-columns:32px minmax(0,1fr) auto !important;
        grid-template-rows:38px 34px !important;
        column-gap:10px !important;
        row-gap:5px !important;
        align-items:center !important;
    }
    .yedupe-brand { grid-column:1 !important; grid-row:1 !important; width:30px !important; min-width:30px !important; height:34px !important; }
    .yedupe-brand img { width:28px !important; max-height:34px !important; }
    .yedupe-nav-actions { grid-column:2 / 4 !important; grid-row:1 !important; justify-self:end !important; margin-left:0 !important; gap:7px !important; min-width:0 !important; }
    .yedupe-search { width:132px !important; min-width:132px !important; height:27px !important; }
    .yedupe-login { min-width:58px !important; height:27px !important; padding:0 8px !important; font-size:8px !important; letter-spacing:1.5px !important; }
    .yedupe-account-name { max-width:76px !important; overflow:hidden !important; text-overflow:ellipsis !important; }
    .yedupe-nav-links {
        grid-column:1 / 4 !important;
        grid-row:2 !important;
        width:100% !important;
        display:flex !important;
        justify-content:flex-start !important;
        gap:18px !important;
        padding:0 3px 4px !important;
        overflow-x:auto !important;
        overflow-y:hidden !important;
        scrollbar-width:none !important;
    }
    .yedupe-nav-links::-webkit-scrollbar { display:none !important; }
    .yedupe-nav-links a,.yedupe-store { flex:0 0 auto !important; font-size:8px !important; letter-spacing:2px !important; }
    #searchResults { right:0 !important; left:auto !important; width:min(260px, calc(100vw - 28px)) !important; min-width:0 !important; }

    body.page-inner .yedupe-page-title,
    body:not(.page-home):not(.page-login) .yedupe-page-title {
        margin:-145px auto 94px !important;
        padding:0 10px !important;
    }
    body.page-inner .yedupe-page-title h1,
    body:not(.page-home):not(.page-login) .yedupe-page-title h1 {
        font-size:25px !important;
        letter-spacing:10px !important;
        padding-left:10px !important;
    }
    body.page-inner .yedupe-page-title p,
    body:not(.page-home):not(.page-login) .yedupe-page-title p { font-size:8px !important; letter-spacing:3px !important; }

    .yedupe-news-wrap,.yedupe-forums-shell,.yedupe-staff-shell,.yedupe-leaderboard-shell,
    .yedupe-profile-shell,.yedupe-thread-shell,.yedupe-support-shell,.account-settings-shell,
    body.page-inner #view > .main--wrapper > .container.standard-page-shell,
    body.page-inner #view > .main--wrapper > .container.account-page-title-wrap,
    body.page-inner #view > .main--wrapper > .container.support-list-page,
    body.page-inner #view > .main--wrapper > .container.support-ticket-create,
    body.page-inner #view > .main--wrapper > .container.ticket-view-page {
        width:calc(100vw - 20px) !important;
        max-width:calc(100vw - 20px) !important;
        min-width:0 !important;
        margin-left:auto !important;
        margin-right:auto !important;
        box-sizing:border-box !important;
    }
    .yedupe-forums-shell,.yedupe-staff-shell,.yedupe-leaderboard-shell { margin-top:-50px !important; }
    .yedupe-forums-shell { grid-template-columns:1fr !important; gap:10px !important; padding:8px !important; }
    .yedupe-forum-sidebar { display:grid !important; grid-template-columns:1fr 1fr !important; gap:8px !important; }
    .yedupe-forum-row { grid-template-columns:minmax(0,1fr) 52px 52px !important; gap:8px !important; padding:12px !important; }
    .yedupe-forum-latest { grid-column:1 / -1 !important; margin-top:4px !important; padding-top:8px !important; border-top:1px solid #eee !important; }
    .yedupe-category-admin-tools { flex-wrap:wrap !important; }
    .yedupe-admin-panel-form,.yedupe-admin-inline-form { grid-template-columns:1fr !important; }

    .yedupe-profile-page { width:100% !important; max-width:100% !important; }
    .yedupe-profile-hero { margin-top:-150px !important; margin-bottom:76px !important; }
    .yedupe-profile-hero-head { width:70px !important; height:70px !important; }
    .yedupe-profile-hero h1 { font-size:25px !important; letter-spacing:8px !important; }
    .yedupe-profile-shell { display:flex !important; flex-direction:column !important; gap:10px !important; margin-top:-48px !important; padding:8px !important; }
    .yedupe-profile-sidebar { width:100% !important; max-width:none !important; display:grid !important; grid-template-columns:1fr 1fr !important; gap:8px !important; }
    .profile-status-banner,.yedupe-profile-card-main,.profile-last-seen,.profile-info-box,.profile-social-box,.profile-friends-box { width:100% !important; box-sizing:border-box !important; }
    .profile-status-banner,.yedupe-profile-card-main { grid-column:1 / -1 !important; }
    .yedupe-profile-content { width:100% !important; min-width:0 !important; }
    .yedupe-profile-tabs { overflow-x:auto !important; flex-wrap:nowrap !important; scrollbar-width:none !important; }
    .yedupe-profile-tabs::-webkit-scrollbar { display:none !important; }
    .yedupe-profile-tabs a { flex:0 0 auto !important; min-width:108px !important; }
    .yedupe-profile-tab-body { padding:10px !important; overflow-x:auto !important; }

    .yedupe-staff-shell { grid-template-columns:1fr !important; padding:8px !important; }
    .yedupe-staff-jump { display:none !important; }
    body .yedupe-staff-shell .yedupe-staff-groups .yedupe-rank-row.one { grid-template-columns:1fr !important; }
    body .yedupe-staff-shell .yedupe-staff-groups .yedupe-rank-row.two,
    body .yedupe-staff-shell .yedupe-staff-groups .yedupe-rank-row.three,
    body .yedupe-staff-shell .yedupe-staff-groups .yedupe-rank-row.four { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }

    .yedupe-leaderboard-shell { padding:8px !important; }
    .yedupe-lb-grid,.leaderboard-grid { grid-template-columns:1fr !important; }

    .yedupe-thread-post { grid-template-columns:1fr !important; }
    .yedupe-thread-author { min-height:0 !important; padding:14px !important; border-right:0 !important; border-bottom:1px solid #eee !important; display:grid !important; grid-template-columns:64px minmax(0,1fr) !important; align-items:center !important; text-align:left !important; }
    .yedupe-thread-author img { grid-row:1 / 3 !important; width:58px !important; height:58px !important; margin:0 !important; }
    .yedupe-thread-author-name,.yedupe-thread-author-rank { justify-self:start !important; }
    .yedupe-thread-body { min-height:260px !important; padding:14px !important; }
    .yedupe-reply-row { grid-template-columns:30px minmax(0,1fr) auto !important; gap:8px !important; }

    .support-ticket-table,.table { min-width:720px !important; }
    .support-list-shell,.ticket-view-shell,.new-ticket-wrapper,#content { overflow-x:auto !important; }
    .ticket-details-grid { grid-template-columns:1fr !important; }
    .standard-page-shell > #content,.account-page-title-wrap > #content { padding:8px !important; }

    #foot { height:auto !important; min-height:90px !important; padding:20px 0 !important; }
    #foot .yedupe-footer-inner { width:calc(100vw - 24px) !important; flex-direction:column !important; gap:18px !important; }
    .footer-nav { flex-wrap:wrap !important; justify-content:center !important; gap:14px 22px !important; }
}

@media (max-width: 520px) {
    #header.yedupe-header { height:245px !important; min-height:245px !important; }
    .yedupe-search { width:112px !important; min-width:112px !important; }
    .yedupe-search input { font-size:9px !important; }
    .yedupe-nav-links { gap:14px !important; }
    .yedupe-nav-links a,.yedupe-store { font-size:7px !important; letter-spacing:1.5px !important; }
    body.page-inner .yedupe-page-title h1,
    body:not(.page-home):not(.page-login) .yedupe-page-title h1 { font-size:21px !important; letter-spacing:7px !important; }
    .yedupe-forum-sidebar { grid-template-columns:1fr !important; }
    .yedupe-forum-row { grid-template-columns:minmax(0,1fr) 44px 44px !important; padding:10px !important; }
    .yedupe-forum-info h3 { font-size:13px !important; }
    .yedupe-forum-info p { font-size:9px !important; }
    .yedupe-profile-sidebar { grid-template-columns:1fr !important; }
    .profile-status-banner,.yedupe-profile-card-main { grid-column:auto !important; }
    body .yedupe-staff-shell .yedupe-staff-groups .yedupe-rank-row.two,
    body .yedupe-staff-shell .yedupe-staff-groups .yedupe-rank-row.three,
    body .yedupe-staff-shell .yedupe-staff-groups .yedupe-rank-row.four { grid-template-columns:1fr !important; }
    .profile-grant-row { grid-template-columns:34px minmax(0,1fr) !important; padding:11px !important; gap:9px !important; }
    .profile-grant-icon { width:34px !important; height:34px !important; }
    .profile-grant-title > em { width:100% !important; margin:4px 0 0 !important; text-align:center !important; }
    .notification-row { grid-template-columns:30px minmax(0,1fr) !important; padding:11px !important; }
}


.ticket-user-cell {
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    min-width:0 !important;
}
.ticket-user-cell.compact { gap:8px !important; }
.ticket-table-head {
    flex:0 0 auto !important;
    width:28px !important;
    height:28px !important;
    object-fit:contain !important;
    image-rendering:auto !important;
    border:0 !important;
    border-radius:2px !important;
    background:transparent !important;
    box-shadow:none !important;
}
.ticket-user-cell.compact .ticket-table-head { width:24px !important; height:24px !important; }
.ticket-table-copy { min-width:0 !important; display:flex !important; flex-direction:column !important; align-items:flex-start !important; }
.ticket-table-person,
.ticket-table-empty {
    font:900 11px/1.15 Arial,sans-serif !important;
    text-decoration:none !important;
    white-space:nowrap !important;
}
.ticket-table-person:not([style]),
.ticket-table-empty { color:#555 !important; }
.ticket-table-empty.muted { color:#999 !important; font-weight:800 !important; }
.support-ticket-table tbody td:nth-child(2) { min-width:300px !important; }
.support-ticket-table tbody td:nth-child(3),
.support-ticket-table tbody td:last-child { min-width:150px !important; }

.account-notification-link {
    position:relative !important;
    width:100% !important;
    padding-right:44px !important;
    box-sizing:border-box !important;
}
.account-notification-count {
    position:absolute !important;
    right:12px !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    margin:0 !important;
    flex:0 0 auto !important;
    z-index:2 !important;
}


@media (max-width: 820px) {
    html,body,#view,.main--wrapper { width:100% !important; max-width:100% !important; overflow-x:hidden !important; }
    #header.yedupe-header { height:225px !important; min-height:225px !important; background-position:center center !important; }
    .yedupe-nav { min-height:86px !important; height:auto !important; }
    .yedupe-nav-inner {
        width:calc(100vw - 16px) !important;
        max-width:calc(100vw - 16px) !important;
        min-height:86px !important;
        height:auto !important;
        padding:7px 0 8px !important;
        margin:0 auto !important;
        display:flex !important;
        flex-wrap:wrap !important;
        align-content:flex-start !important;
        align-items:center !important;
        gap:7px 10px !important;
    }
    .yedupe-brand { order:1 !important; width:30px !important; min-width:30px !important; height:34px !important; }
    .yedupe-brand img { width:28px !important; height:auto !important; }
    .yedupe-nav-actions {
        order:2 !important;
        margin-left:auto !important;
        display:flex !important;
        align-items:center !important;
        gap:7px !important;
        min-width:0 !important;
    }
    .yedupe-nav-links {
        order:3 !important;
        width:100% !important;
        display:flex !important;
        flex-wrap:wrap !important;
        align-items:center !important;
        justify-content:center !important;
        gap:8px 16px !important;
        padding:3px 4px 0 !important;
        overflow:visible !important;
    }
    .yedupe-nav-links a,.yedupe-store { font-size:8px !important; letter-spacing:1.7px !important; line-height:1.2 !important; }
    .yedupe-search { width:128px !important; min-width:128px !important; }
    .yedupe-account .dropdown-menu { max-width:calc(100vw - 20px) !important; min-width:190px !important; right:0 !important; left:auto !important; }

    body.page-inner .yedupe-page-title,
    body:not(.page-home):not(.page-login) .yedupe-page-title {
        margin:-122px auto 76px !important;
        width:calc(100vw - 20px) !important;
        max-width:calc(100vw - 20px) !important;
        padding:0 !important;
    }
    body.page-inner .yedupe-page-title h1,
    body:not(.page-home):not(.page-login) .yedupe-page-title h1 {
        font-size:22px !important;
        letter-spacing:7px !important;
        padding-left:7px !important;
        white-space:normal !important;
        overflow-wrap:anywhere !important;
    }
    body.page-inner .yedupe-page-title p,
    body:not(.page-home):not(.page-login) .yedupe-page-title p {
        font-size:8px !important;
        letter-spacing:2.4px !important;
    }

    body.page-inner #view > .main--wrapper > .container,
    .yedupe-news-wrap,.yedupe-forums-shell,.yedupe-staff-shell,.yedupe-leaderboard-shell,
    .yedupe-profile-shell,.yedupe-thread-shell,.yedupe-forum-category-shell,
    .support-list-page,.support-ticket-create,.ticket-view-page,
    .standard-page-shell,.account-page-title-wrap {
        width:calc(100vw - 12px) !important;
        max-width:calc(100vw - 12px) !important;
        min-width:0 !important;
        margin-left:auto !important;
        margin-right:auto !important;
        padding-left:0 !important;
        padding-right:0 !important;
        box-sizing:border-box !important;
    }
    .standard-page-shell,.account-page-title-wrap,.support-list-page,.support-ticket-create,.ticket-view-page,
    body.page-inner #view > .main--wrapper > .container.standard-page-shell,
    body.page-inner #view > .main--wrapper > .container.account-page-title-wrap,
    body.page-inner #view > .main--wrapper > .container.support-list-page,
    body.page-inner #view > .main--wrapper > .container.support-ticket-create,
    body.page-inner #view > .main--wrapper > .container.ticket-view-page {
        margin-top:-42px !important;
        margin-bottom:48px !important;
        flex:0 0 auto !important;
    }
    .standard-page-card,.standard-page-shell > #content,.account-page-title-wrap > #content,
    .support-list-shell,.new-ticket-wrapper,.ticket-view-shell {
        width:100% !important;
        max-width:100% !important;
        min-width:0 !important;
        padding:8px !important;
        overflow:hidden !important;
        box-sizing:border-box !important;
    }
    input,textarea,select,.form-control { max-width:100% !important; box-sizing:border-box !important; }
    img { max-width:100%; }

    .support-list-page .support-list-topbar { flex-direction:column !important; align-items:stretch !important; }
    .support-list-actions { width:100% !important; }
    .support-list-actions a { flex:1 1 auto !important; }
    .support-ticket-table,
    .support-ticket-table tbody,
    .support-ticket-table tr,
    .support-ticket-table td {
        display:block !important;
        width:100% !important;
        min-width:0 !important;
        max-width:100% !important;
        box-sizing:border-box !important;
    }
    .support-ticket-table { min-width:0 !important; border:0 !important; background:transparent !important; }
    .support-ticket-table thead { display:none !important; }
    .support-ticket-table tbody { display:grid !important; gap:10px !important; }
    .support-ticket-table tbody tr {
        overflow:hidden !important;
        border:1px solid #e7e7e7 !important;
        border-radius:4px !important;
        background:#fff !important;
        box-shadow:0 1px 3px rgba(0,0,0,.04) !important;
    }
    .support-ticket-table tbody td,
    .support-ticket-table tbody td:nth-child(2),
    .support-ticket-table tbody td:nth-child(3),
    .support-ticket-table tbody td:last-child {
        min-width:0 !important;
        padding:10px 11px 10px 104px !important;
        position:relative !important;
        border-top:1px solid #eee !important;
        text-align:left !important;
        min-height:42px !important;
    }
    .support-ticket-table tbody td:first-child { border-top:0 !important; }
    .support-ticket-table tbody td::before {
        content:attr(data-label) !important;
        position:absolute !important;
        left:11px !important;
        top:50% !important;
        transform:translateY(-50%) !important;
        width:82px !important;
        color:#8d8d8d !important;
        font:900 8px/1.2 Arial,sans-serif !important;
        letter-spacing:1.3px !important;
        text-transform:uppercase !important;
    }
    .ticket-user-cell { justify-content:flex-start !important; }
    .support-ticket-table .status-label { display:inline-flex !important; }

    .yedupe-forums-shell { grid-template-columns:1fr !important; padding:7px !important; gap:8px !important; }
    .yedupe-forum-sidebar { grid-template-columns:1fr !important; display:grid !important; }
    .yedupe-forum-row { grid-template-columns:minmax(0,1fr) 44px 44px !important; gap:7px !important; padding:10px !important; }
    .yedupe-forum-latest { grid-column:1 / -1 !important; }
    .yedupe-forum-category-shell { padding:7px !important; }
    .yedupe-thread-list-head { display:none !important; }
    .yedupe-thread-row {
        display:grid !important;
        grid-template-columns:28px minmax(0,1fr) 42px !important;
        gap:8px !important;
        padding:10px !important;
    }
    .yedupe-thread-latest { grid-column:2 / -1 !important; margin-top:3px !important; }

    .yedupe-profile-shell { padding:7px !important; }
    .yedupe-profile-sidebar { grid-template-columns:1fr !important; }
    .yedupe-profile-tabs a { min-width:96px !important; padding-left:10px !important; padding-right:10px !important; }
    .yedupe-profile-tab-body { overflow:hidden !important; }

    .ticket-view-layout,.ticket-details-grid { grid-template-columns:1fr !important; }
    .ticket-reply-action form { flex-direction:column !important; }
    .ticket-reply-action button { width:100% !important; }

    .panel-grid,.admin-panel-grid,.badge-grid,.tags-grid { grid-template-columns:1fr !important; }
    .row { --bs-gutter-x:12px !important; }

    #foot { min-height:88px !important; height:auto !important; padding:18px 0 !important; }
    #foot .yedupe-footer-inner { width:calc(100vw - 18px) !important; max-width:calc(100vw - 18px) !important; }
}

@media (max-width: 520px) {
    #header.yedupe-header { height:210px !important; min-height:210px !important; }
    .yedupe-nav-inner { width:calc(100vw - 12px) !important; max-width:calc(100vw - 12px) !important; }
    .yedupe-search { display:none !important; }
    .yedupe-nav-actions { margin-left:auto !important; }
    .yedupe-nav-links { gap:7px 12px !important; }
    .yedupe-nav-links a,.yedupe-store { font-size:7px !important; letter-spacing:1.2px !important; }
    body.page-inner .yedupe-page-title,
    body:not(.page-home):not(.page-login) .yedupe-page-title { margin:-105px auto 65px !important; }
    body.page-inner .yedupe-page-title h1,
    body:not(.page-home):not(.page-login) .yedupe-page-title h1 { font-size:19px !important; letter-spacing:5px !important; padding-left:5px !important; }
    .support-ticket-table tbody td,
    .support-ticket-table tbody td:nth-child(2),
    .support-ticket-table tbody td:nth-child(3),
    .support-ticket-table tbody td:last-child { padding-left:88px !important; }
    .support-ticket-table tbody td::before { width:68px !important; font-size:7px !important; letter-spacing:1px !important; }
    .yedupe-forum-row { grid-template-columns:minmax(0,1fr) 38px 38px !important; }
    .yedupe-forum-stat strong { font-size:12px !important; }
    .yedupe-forum-stat span { font-size:7px !important; }
    .yedupe-thread-row { grid-template-columns:24px minmax(0,1fr) 34px !important; }
    .yedupe-thread-info h3 { font-size:12px !important; }
    .yedupe-thread-info p { font-size:8px !important; }
}



.yedupe-mobile-menu-toggle { display:none; }


.support-ticket-table td:first-child { width:142px !important; min-width:142px !important; }
.support-ticket-table .status-label {
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:auto !important;
    min-width:112px !important;
    max-width:128px !important;
    min-height:24px !important;
    padding:6px 10px !important;
    margin:0 !important;
    top:0 !important;
    border-radius:5px !important;
    box-sizing:border-box !important;
    white-space:nowrap !important;
    word-break:normal !important;
    overflow-wrap:normal !important;
    text-align:center !important;
    font:900 8px/1 Arial,sans-serif !important;
    letter-spacing:.15px !important;
}


.support-ticket-table .ticket-table-person[style] { font-weight:900 !important; }
.support-ticket-table span.ticket-table-person[style],
.support-ticket-table a.ticket-table-person[style] { color:inherit; }
.support-ticket-table span.ticket-table-person[style="color:#ffffff"],
.support-ticket-table span.ticket-table-person[style="color:#fff"],
.support-ticket-table a.ticket-table-person[style="color:#ffffff"],
.support-ticket-table a.ticket-table-person[style="color:#fff"] { color:#555 !important; }


.yedupe-account .dropdown-menu {
    min-width:220px !important;
    width:220px !important;
}
.account-notification-link {
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:18px !important;
    padding-right:14px !important;
}
.account-notification-count {
    position:static !important;
    transform:none !important;
    margin-left:auto !important;
    width:22px !important;
    min-width:22px !important;
    height:22px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:999px !important;
    line-height:1 !important;
}

@media (max-width: 820px) {
    html { -webkit-text-size-adjust:100% !important; text-size-adjust:100% !important; }
    html,body,#view,.main--wrapper,#header,#foot {
        width:100% !important;
        max-width:100% !important;
        min-width:0 !important;
        overflow-x:hidden !important;
        box-sizing:border-box !important;
    }

    
    #header.yedupe-header {
        height:190px !important;
        min-height:190px !important;
        overflow:visible !important;
        background-position:center 48% !important;
    }
    body.page-home #header.yedupe-header {
        height:340px !important;
        min-height:340px !important;
    }
    .yedupe-nav {
        height:58px !important;
        min-height:58px !important;
        background:rgba(15,34,54,.32) !important;
        backdrop-filter:blur(2px) !important;
        overflow:visible !important;
    }
    .yedupe-nav-inner {
        position:relative !important;
        width:100% !important;
        max-width:100% !important;
        min-width:0 !important;
        height:58px !important;
        min-height:58px !important;
        margin:0 !important;
        padding:0 12px !important;
        display:flex !important;
        flex-wrap:nowrap !important;
        align-items:center !important;
        align-content:center !important;
        gap:9px !important;
        box-sizing:border-box !important;
    }
    .yedupe-brand {
        order:1 !important;
        width:34px !important;
        min-width:34px !important;
        height:40px !important;
        margin:0 !important;
    }
    .yedupe-brand img { width:32px !important; max-height:38px !important; }
    .yedupe-mobile-menu-toggle {
        order:2 !important;
        display:inline-flex !important;
        align-items:center !important;
        justify-content:center !important;
        width:36px !important;
        min-width:36px !important;
        height:32px !important;
        margin-left:auto !important;
        padding:0 !important;
        border:1px solid rgba(255,255,255,.78) !important;
        border-radius:4px !important;
        background:rgba(0,0,0,.12) !important;
        color:#fff !important;
        font-size:15px !important;
        cursor:pointer !important;
        z-index:100004 !important;
    }
    .yedupe-nav-actions {
        order:3 !important;
        margin:0 !important;
        display:flex !important;
        align-items:center !important;
        gap:7px !important;
        min-width:0 !important;
        flex:0 1 auto !important;
    }
    .yedupe-search { display:none !important; }
    .yedupe-login,.yedupe-account-pill {
        height:32px !important;
        min-height:32px !important;
        max-width:150px !important;
        padding:0 9px !important;
        box-sizing:border-box !important;
    }
    .yedupe-account-name {
        max-width:90px !important;
        overflow:hidden !important;
        text-overflow:ellipsis !important;
        white-space:nowrap !important;
        font-size:8px !important;
        letter-spacing:2px !important;
    }
    .yedupe-account .dropdown-menu {
        top:38px !important;
        right:0 !important;
        left:auto !important;
        width:226px !important;
        min-width:226px !important;
        max-width:calc(100vw - 18px) !important;
    }

    .yedupe-nav-links {
        position:absolute !important;
        top:58px !important;
        left:9px !important;
        right:9px !important;
        z-index:100003 !important;
        width:auto !important;
        max-height:calc(100vh - 80px) !important;
        margin:0 !important;
        padding:8px !important;
        display:none !important;
        flex-direction:column !important;
        flex-wrap:nowrap !important;
        align-items:stretch !important;
        justify-content:flex-start !important;
        gap:0 !important;
        overflow-y:auto !important;
        overflow-x:hidden !important;
        border:1px solid rgba(0,0,0,.08) !important;
        border-radius:5px !important;
        background:#fff !important;
        box-shadow:0 12px 28px rgba(0,0,0,.24) !important;
    }
    body.mobile-menu-open .yedupe-nav-links { display:flex !important; }
    .yedupe-nav-links > a,
    .yedupe-nav-links .yedupe-gamemodes-nav > a {
        display:flex !important;
        align-items:center !important;
        width:100% !important;
        min-height:40px !important;
        padding:0 12px !important;
        color:#21162d !important;
        text-shadow:none !important;
        border-radius:3px !important;
        font:900 10px/1 Arial,sans-serif !important;
        letter-spacing:2.2px !important;
        box-sizing:border-box !important;
    }
    .yedupe-nav-links > a:hover,
    .yedupe-nav-links .yedupe-gamemodes-nav > a:hover { background:#f3f3f3 !important; }
    .yedupe-gamemodes-nav { width:100% !important; }
    .yedupe-gamemodes-menu { display:none !important; }

    body.page-inner .yedupe-page-title,
    body:not(.page-home):not(.page-login) .yedupe-page-title {
        width:calc(100% - 24px) !important;
        max-width:calc(100% - 24px) !important;
        margin:-106px auto 72px !important;
        padding:0 !important;
    }
    body.page-inner .yedupe-page-title h1,
    body:not(.page-home):not(.page-login) .yedupe-page-title h1 {
        font-size:21px !important;
        letter-spacing:6px !important;
        line-height:1.1 !important;
        padding-left:6px !important;
    }
    body.page-inner .yedupe-page-title p,
    body:not(.page-home):not(.page-login) .yedupe-page-title p {
        margin-top:7px !important;
        font-size:7px !important;
        letter-spacing:2.2px !important;
    }

    body.page-home .yedupe-hero-mark {
        top:92px !important;
        width:calc(100% - 30px) !important;
        left:15px !important;
        transform:none !important;
    }
    body.page-home .yedupe-hero-mark img { width:104px !important; margin-bottom:14px !important; }
    body.page-home .yedupe-tagline { font-size:8px !important; letter-spacing:3px !important; }
    body.page-home .home-player-count { height:34px !important; font-size:8px !important; letter-spacing:1.7px !important; }
    body.page-home .yedupe-home { margin-top:-34px !important; }

    
    .main--wrapper { padding-left:0 !important; padding-right:0 !important; }
    .main--wrapper > .container,
    .yedupe-home,.yedupe-news-wrap,.yedupe-forums-shell,.yedupe-staff-shell,.yedupe-leaderboard-shell,
    .yedupe-profile-page,.yedupe-profile-shell,.yedupe-thread-shell,.yedupe-forum-category-shell,
    .support-list-page,.support-ticket-create,.ticket-view-page,.standard-page-shell,
    .account-page-title-wrap,.new-ticket-wrapper,.ticket-view-shell,.support-list-shell,
    .standard-page-card,.account-settings-shell,#content {
        width:calc(100vw - 18px) !important;
        max-width:calc(100vw - 18px) !important;
        min-width:0 !important;
        margin-left:auto !important;
        margin-right:auto !important;
        box-sizing:border-box !important;
    }
    .yedupe-forums-shell,.yedupe-staff-shell,.yedupe-leaderboard-shell,.yedupe-thread-shell,
    .yedupe-forum-category-shell,.support-list-page,.support-ticket-create,.ticket-view-page,
    .standard-page-shell,.account-page-title-wrap { margin-top:-34px !important; }

    
    .yedupe-forums-shell { grid-template-columns:1fr !important; gap:9px !important; padding:7px !important; }
    .yedupe-forum-sidebar { display:grid !important; grid-template-columns:1fr !important; gap:8px !important; }
    .yedupe-forum-row { grid-template-columns:minmax(0,1fr) 42px 42px !important; gap:6px !important; padding:10px !important; }
    .yedupe-forum-latest { grid-column:1 / -1 !important; }
    .yedupe-side-thread { padding:11px !important; }

    
    .yedupe-staff-shell { grid-template-columns:1fr !important; padding:7px !important; }
    .yedupe-staff-jump { display:none !important; }
    body .yedupe-staff-shell .yedupe-staff-groups .yedupe-rank-row.one,
    body .yedupe-staff-shell .yedupe-staff-groups .yedupe-rank-row.two,
    body .yedupe-staff-shell .yedupe-staff-groups .yedupe-rank-row.three,
    body .yedupe-staff-shell .yedupe-staff-groups .yedupe-rank-row.four {
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:7px !important;
    }
    .yedupe-staff-card { min-height:112px !important; padding:10px 6px !important; }
    .yedupe-staff-card img { width:45px !important; height:45px !important; margin-bottom:7px !important; }
    .yedupe-staff-name { font-size:14px !important; }
    .yedupe-staff-rank { font-size:7px !important; letter-spacing:2.6px !important; }

    
    .yedupe-thread-post { grid-template-columns:1fr !important; }
    .yedupe-thread-author {
        min-height:0 !important;
        padding:12px !important;
        grid-template-columns:58px minmax(0,1fr) !important;
    }
    .yedupe-thread-author img { width:52px !important; height:52px !important; }
    .yedupe-thread-body { min-height:180px !important; padding:13px !important; }
    .yedupe-thread-body h1,.yedupe-thread-title { font-size:20px !important; line-height:1.2 !important; }

    
    .yedupe-leaderboard-shell { padding:7px !important; overflow:hidden !important; }
    .yedupe-lb-grid,.leaderboard-grid { grid-template-columns:1fr !important; }
    .yedupe-lb-table { width:100% !important; min-width:0 !important; table-layout:fixed !important; }
    .yedupe-lb-table th,.yedupe-lb-table td { padding:10px 7px !important; }
    .yedupe-lb-table th:first-child,.yedupe-lb-table td:first-child { width:54px !important; }
    .yedupe-lb-table th:last-child,.yedupe-lb-table td:last-child { width:62px !important; }

    
    .support-ticket-table td:first-child { width:100% !important; min-width:0 !important; }
    .support-ticket-table .status-label { min-width:118px !important; max-width:150px !important; }
    .support-ticket-table,
    .support-ticket-table tbody,
    .support-ticket-table tr,
    .support-ticket-table td { min-width:0 !important; max-width:100% !important; }

    #foot { min-height:92px !important; height:auto !important; padding:18px 0 !important; }
    #foot .yedupe-footer-inner { width:calc(100% - 20px) !important; max-width:calc(100% - 20px) !important; }
}

@media (max-width: 520px) {
    #header.yedupe-header { height:178px !important; min-height:178px !important; }
    body.page-home #header.yedupe-header { height:322px !important; min-height:322px !important; }
    .yedupe-nav-inner { padding:0 9px !important; }
    .yedupe-mobile-menu-toggle { width:34px !important; min-width:34px !important; }
    .yedupe-login,.yedupe-account-pill { max-width:132px !important; }
    body.page-inner .yedupe-page-title,
    body:not(.page-home):not(.page-login) .yedupe-page-title { margin:-96px auto 65px !important; }
    body .yedupe-staff-shell .yedupe-staff-groups .yedupe-rank-row.one,
    body .yedupe-staff-shell .yedupe-staff-groups .yedupe-rank-row.two,
    body .yedupe-staff-shell .yedupe-staff-groups .yedupe-rank-row.three,
    body .yedupe-staff-shell .yedupe-staff-groups .yedupe-rank-row.four { grid-template-columns:1fr !important; }
    .yedupe-staff-card { min-height:104px !important; }
    .yedupe-forum-row { grid-template-columns:minmax(0,1fr) 38px 38px !important; }
    .yedupe-thread-row { grid-template-columns:24px minmax(0,1fr) 34px !important; }
}



.yedupe-legacy-ladder-head {
    position: relative !important;
    padding: 0 !important;
    overflow: visible !important;
    z-index: 12 !important;
}
.yedupe-legacy-ladder-button {
    width: 100% !important;
    height: 31px !important;
    border: 0 !important;
    padding: 0 12px !important;
    background: #261832 !important;
    color: #fff !important;
    font: 900 10px/31px Arial,sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: .3px !important;
    cursor: pointer !important;
}
.yedupe-legacy-ladder-button i { margin-left: 4px !important; }
.yedupe-legacy-ladder-menu {
    position: absolute !important;
    top: 31px !important;
    left: 0 !important;
    width: 100% !important;
    padding: 7px 0 !important;
    background: #fff !important;
    border: 1px solid #d8d8d8 !important;
    border-top: 0 !important;
    border-radius: 0 0 4px 4px !important;
    box-shadow: 0 5px 12px rgba(0,0,0,.18) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-4px) !important;
    transition: opacity .14s ease, transform .14s ease !important;
    z-index: 150 !important;
}
.yedupe-legacy-ladder-head:hover .yedupe-legacy-ladder-menu,
.yedupe-legacy-ladder-head:focus-within .yedupe-legacy-ladder-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}
.yedupe-legacy-ladder-menu a {
    display: block !important;
    padding: 7px 16px !important;
    color: #333 !important;
    background: #fff !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font: 500 12px/1.2 Arial,sans-serif !important;
    letter-spacing: .2px !important;
}
.yedupe-legacy-ladder-menu a:hover,
.yedupe-legacy-ladder-menu a.active {
    color: #c69b18 !important;
    background: #f7f7f7 !important;
}
.yedupe-lb-no-data {
    height: 44px !important;
    color: #aaa !important;
    text-align: center !important;
    font: 700 10px/44px Arial,sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}
@media (max-width: 700px) {
    .yedupe-lb-grid { grid-template-columns: 1fr !important; }
    .yedupe-legacy-ladder-menu { position: static !important; display: none !important; transform: none !important; }
    .yedupe-legacy-ladder-head:focus-within .yedupe-legacy-ladder-menu,
    .yedupe-legacy-ladder-head:hover .yedupe-legacy-ladder-menu { display: block !important; }
}



:root{
  --yedupe-network-admin:#aa0000;
  --yedupe-head-admin:#ff5555;
}


.yedupe-staff-rank[data-rank-key*="network-admin"],
.yedupe-staff-rank[data-rank-key*="networkadmin"],
.yedupe-staff-rank[data-rank*="Network Admin"]{
  color:var(--yedupe-network-admin)!important;
  --rank-color:var(--yedupe-network-admin)!important;
}
.yedupe-staff-rank[data-rank-key*="head-admin"],
.yedupe-staff-rank[data-rank-key*="headadmin"],
.yedupe-staff-rank[data-rank*="Head Admin"]{
  color:var(--yedupe-head-admin)!important;
  --rank-color:var(--yedupe-head-admin)!important;
}


.yedupe-staff-jump{
  background:#fff!important;
  border-left:1px solid #eee!important;
  padding:0 0 10px!important;
  overflow:visible!important;
}
.yedupe-staff-jump h3{
  height:28px!important;
  line-height:28px!important;
  margin:0 0 8px!important;
  border-radius:3px!important;
  background:#f7f7f7!important;
  color:#858585!important;
  text-align:center!important;
  text-transform:uppercase!important;
  font:900 11px/28px Arial,sans-serif!important;
  letter-spacing:3px!important;
}
.yedupe-staff-jump a,
.yedupe-staff-jump a:link,
.yedupe-staff-jump a:visited{
  display:block!important;
  height:28px!important;
  line-height:28px!important;
  margin:7px 10px!important;
  padding:0 6px!important;
  border:0!important;
  border-radius:5px!important;
  background:#eee!important;
  color:#777!important;
  text-align:center!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
  font:900 10px/28px Arial,sans-serif!important;
  letter-spacing:3px!important;
  text-shadow:none!important;
  box-shadow:none!important;
  filter:none!important;
  transition:background-color .12s ease!important;
}
.yedupe-staff-jump a:hover:not(.active),
.yedupe-staff-jump a:focus-visible:not(.active){
  background:#ddd!important;
  color:#777!important;
}
.yedupe-staff-jump a.active,
.yedupe-staff-jump a.active:hover,
.yedupe-staff-jump a.active:focus-visible{
  background:var(--rank-color,#c90000)!important;
  color:#fff!important;
}
.yedupe-rank-row{scroll-margin-top:72px!important;}


.ticket-author-head img,
.ticket-reply-action .avatar img,
.ticket-reply-head img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  transform:none!important;
  margin:0!important;
  image-rendering:pixelated!important;
}


.yedupe-staff-page .yedupe-staff-jump a[data-rank-key],
.yedupe-staff-page .yedupe-staff-jump a[data-rank-key]:link,
.yedupe-staff-page .yedupe-staff-jump a[data-rank-key]:visited{
  background:#eee!important;
  color:#777!important;
}
.yedupe-staff-page .yedupe-staff-jump a[data-rank-key]:hover:not(.active),
.yedupe-staff-page .yedupe-staff-jump a[data-rank-key]:focus-visible:not(.active){
  background:#ddd!important;
  color:#777!important;
}
.yedupe-staff-page .yedupe-staff-jump a[data-rank-key].active,
.yedupe-staff-page .yedupe-staff-jump a[data-rank-key].active:hover,
.yedupe-staff-page .yedupe-staff-jump a[data-rank-key].active:focus-visible{
  background:var(--rank-color,#c90000)!important;
  color:#fff!important;
}



.yedupe-staff-page .yedupe-staff-jump .staff-jump-link,
.yedupe-staff-page .yedupe-staff-jump .staff-jump-link:link,
.yedupe-staff-page .yedupe-staff-jump .staff-jump-link:visited {
  background:#eee !important;
  color:#777 !important;
}
.yedupe-staff-page .yedupe-staff-jump .staff-jump-link:hover:not(.active),
.yedupe-staff-page .yedupe-staff-jump .staff-jump-link:focus-visible:not(.active) {
  background:#ddd !important;
  color:#777 !important;
}
.yedupe-staff-page .yedupe-staff-jump .staff-jump-link.active,
.yedupe-staff-page .yedupe-staff-jump .staff-jump-link.active:hover,
.yedupe-staff-page .yedupe-staff-jump .staff-jump-link.active:focus-visible {
  background:var(--rank-color,#c90000) !important;
  color:#fff !important;
}
.yedupe-staff-page .yedupe-staff-rank[data-rank-key="network-admin"],
.yedupe-staff-page .yedupe-staff-rank[data-rank-key="networkadmin"] { color:#aa0000 !important; }
.yedupe-staff-page .yedupe-staff-rank[data-rank-key="head-admin"],
.yedupe-staff-page .yedupe-staff-rank[data-rank-key="headadmin"] { color:#ff5555 !important; }


.yedupe-mobile-nav-extra { display:none; }

@media (max-width: 820px) {
    html {
        -webkit-text-size-adjust:100% !important;
        text-size-adjust:100% !important;
    }

    html, body, #view, .main--wrapper {
        width:100% !important;
        max-width:100% !important;
        min-width:0 !important;
        overflow-x:hidden !important;
    }

    body.mobile-menu-open {
        overflow:hidden !important;
        touch-action:none !important;
    }

    
    #header.yedupe-header {
        position:relative !important;
        height:240px !important;
        min-height:240px !important;
        overflow:visible !important;
        z-index:2 !important;
    }

    body.page-home #header.yedupe-header {
        height:382px !important;
        min-height:382px !important;
    }

    #header.yedupe-header .header-bg {
        inset:0 !important;
        background-position:center center !important;
    }

    #header.yedupe-header .yedupe-nav {
        position:absolute !important;
        top:0 !important;
        right:0 !important;
        left:0 !important;
        width:100% !important;
        height:64px !important;
        min-height:64px !important;
        margin:0 !important;
        overflow:visible !important;
        background:rgba(13,31,49,.62) !important;
        border-bottom:1px solid rgba(255,255,255,.08) !important;
        -webkit-backdrop-filter:blur(8px) !important;
        backdrop-filter:blur(8px) !important;
        z-index:2147482000 !important;
    }

    #header.yedupe-header .yedupe-nav-inner {
        position:relative !important;
        width:100% !important;
        max-width:100% !important;
        min-width:0 !important;
        height:64px !important;
        min-height:64px !important;
        margin:0 !important;
        padding:0 13px !important;
        display:flex !important;
        align-items:center !important;
        justify-content:space-between !important;
        gap:10px !important;
        overflow:visible !important;
        box-sizing:border-box !important;
        z-index:2147482001 !important;
    }

    #header.yedupe-header .yedupe-brand {
        position:relative !important;
        order:1 !important;
        display:flex !important;
        align-items:center !important;
        justify-content:flex-start !important;
        width:48px !important;
        min-width:48px !important;
        height:48px !important;
        margin:0 !important;
        z-index:3 !important;
    }

    #header.yedupe-header .yedupe-brand img {
        display:block !important;
        width:42px !important;
        max-width:42px !important;
        height:auto !important;
        max-height:48px !important;
        object-fit:contain !important;
    }

    #header.yedupe-header .yedupe-nav-actions {
        display:none !important;
    }

    #header.yedupe-header .yedupe-mobile-menu-toggle {
        position:relative !important;
        order:2 !important;
        display:inline-flex !important;
        align-items:center !important;
        justify-content:center !important;
        flex:0 0 42px !important;
        width:42px !important;
        min-width:42px !important;
        height:38px !important;
        margin:0 0 0 auto !important;
        padding:0 !important;
        border:1px solid rgba(255,255,255,.8) !important;
        border-radius:5px !important;
        background:rgba(0,0,0,.18) !important;
        color:#fff !important;
        box-shadow:0 2px 7px rgba(0,0,0,.16) !important;
        opacity:1 !important;
        visibility:visible !important;
        cursor:pointer !important;
        z-index:2147483002 !important;
    }

    .yedupe-menu-icon,
    .yedupe-menu-icon span {
        display:block !important;
        pointer-events:none !important;
    }

    .yedupe-menu-icon {
        position:relative !important;
        width:18px !important;
        height:14px !important;
    }

    .yedupe-menu-icon span {
        position:absolute !important;
        left:0 !important;
        width:18px !important;
        height:2px !important;
        border-radius:2px !important;
        background:#fff !important;
        transform-origin:center !important;
        transition:transform .18s ease, top .18s ease, opacity .14s ease !important;
    }

    .yedupe-menu-icon span:nth-child(1) { top:0 !important; }
    .yedupe-menu-icon span:nth-child(2) { top:6px !important; }
    .yedupe-menu-icon span:nth-child(3) { top:12px !important; }
    body.mobile-menu-open .yedupe-menu-icon span:nth-child(1) { top:6px !important; transform:rotate(45deg) !important; }
    body.mobile-menu-open .yedupe-menu-icon span:nth-child(2) { opacity:0 !important; }
    body.mobile-menu-open .yedupe-menu-icon span:nth-child(3) { top:6px !important; transform:rotate(-45deg) !important; }

    
    #header.yedupe-header .yedupe-nav-links {
        position:absolute !important;
        top:72px !important;
        right:10px !important;
        left:10px !important;
        width:auto !important;
        max-width:none !important;
        max-height:calc(100dvh - 92px) !important;
        margin:0 !important;
        padding:9px !important;
        display:flex !important;
        flex-direction:column !important;
        flex-wrap:nowrap !important;
        align-items:stretch !important;
        justify-content:flex-start !important;
        gap:0 !important;
        overflow-x:hidden !important;
        overflow-y:auto !important;
        border:1px solid rgba(0,0,0,.09) !important;
        border-radius:7px !important;
        background:#fff !important;
        box-shadow:0 18px 42px rgba(0,0,0,.28) !important;
        opacity:0 !important;
        visibility:hidden !important;
        pointer-events:none !important;
        transform:translateY(-8px) !important;
        transition:opacity .16s ease, transform .16s ease, visibility .16s ease !important;
        z-index:2147483001 !important;
    }

    body.mobile-menu-open #header.yedupe-header .yedupe-nav-links {
        opacity:1 !important;
        visibility:visible !important;
        pointer-events:auto !important;
        transform:translateY(0) !important;
    }

    #header.yedupe-header .yedupe-nav-links > a,
    #header.yedupe-header .yedupe-nav-links .yedupe-gamemodes-nav > a,
    #header.yedupe-header .yedupe-mobile-account-link {
        display:flex !important;
        align-items:center !important;
        width:100% !important;
        min-height:42px !important;
        margin:0 !important;
        padding:0 13px !important;
        border:0 !important;
        border-radius:4px !important;
        background:transparent !important;
        color:#261a31 !important;
        text-shadow:none !important;
        text-transform:uppercase !important;
        text-decoration:none !important;
        white-space:nowrap !important;
        font:900 10px/1 Arial,sans-serif !important;
        letter-spacing:2.1px !important;
        box-sizing:border-box !important;
    }

    #header.yedupe-header .yedupe-nav-links > a:hover,
    #header.yedupe-header .yedupe-nav-links .yedupe-gamemodes-nav > a:hover,
    #header.yedupe-header .yedupe-mobile-account-link:hover {
        background:#f2f2f2 !important;
        color:#261a31 !important;
        opacity:1 !important;
    }

    #header.yedupe-header .yedupe-gamemodes-nav {
        display:block !important;
        width:100% !important;
        height:auto !important;
        min-height:42px !important;
    }

    #header.yedupe-header .yedupe-gamemodes-menu { display:none !important; }

    #header.yedupe-header .yedupe-mobile-nav-extra {
        display:block !important;
        width:100% !important;
        margin:7px 0 0 !important;
        padding:9px 0 0 !important;
        border-top:1px solid #ececec !important;
    }

    #header.yedupe-header .yedupe-mobile-search {
        position:relative !important;
        display:flex !important;
        align-items:center !important;
        width:100% !important;
        height:40px !important;
        margin:0 0 8px !important;
        padding:0 11px !important;
        border:1px solid #dedede !important;
        border-radius:5px !important;
        background:#f7f7f7 !important;
        box-sizing:border-box !important;
    }

    #header.yedupe-header .yedupe-mobile-search i {
        position:static !important;
        flex:0 0 auto !important;
        margin:0 9px 0 0 !important;
        color:#9a9a9a !important;
        font-size:12px !important;
    }

    #header.yedupe-header .yedupe-mobile-search input {
        width:100% !important;
        min-width:0 !important;
        height:38px !important;
        margin:0 !important;
        padding:0 !important;
        border:0 !important;
        outline:0 !important;
        background:transparent !important;
        color:#444 !important;
        box-shadow:none !important;
        text-transform:none !important;
        font:700 12px/38px Arial,sans-serif !important;
        letter-spacing:0 !important;
    }

    #header.yedupe-header .yedupe-mobile-search input::placeholder { color:#aaa !important; }

    #header.yedupe-header .yedupe-mobile-account-heading {
        display:flex !important;
        align-items:center !important;
        gap:9px !important;
        min-height:44px !important;
        margin:0 0 5px !important;
        padding:0 12px !important;
        border-radius:4px !important;
        background:#f8f8f8 !important;
        color:#444 !important;
        text-transform:uppercase !important;
        font:900 10px/1 Arial,sans-serif !important;
        letter-spacing:2px !important;
    }

    #header.yedupe-header .yedupe-mobile-account-heading img {
        width:27px !important;
        height:27px !important;
        border-radius:3px !important;
        object-fit:cover !important;
        image-rendering:pixelated !important;
    }

    #header.yedupe-header .yedupe-mobile-account-link {
        gap:10px !important;
    }

    #header.yedupe-header .yedupe-mobile-account-link i {
        width:15px !important;
        color:#9d9d9d !important;
        text-align:center !important;
        font-size:11px !important;
    }

    #header.yedupe-header .yedupe-mobile-account-link.danger,
    #header.yedupe-header .yedupe-mobile-account-link.danger i { color:#bc3f50 !important; }

    .yedupe-mobile-notification-count {
        display:inline-flex !important;
        align-items:center !important;
        justify-content:center !important;
        min-width:21px !important;
        height:21px !important;
        margin-left:auto !important;
        padding:0 6px !important;
        border-radius:999px !important;
        background:#d2a928 !important;
        color:#fff !important;
        font:900 9px/1 Arial,sans-serif !important;
        letter-spacing:0 !important;
        box-sizing:border-box !important;
    }

    
    body.page-home .yedupe-hero-mark {
        top:85px !important;
        right:14px !important;
        left:14px !important;
        width:auto !important;
        height:auto !important;
        padding:0 !important;
        transform:none !important;
    }

    body.page-home .yedupe-hero-mark img {
        width:118px !important;
        max-width:118px !important;
        margin:0 0 18px !important;
    }

    body.page-home .yedupe-tagline {
        margin:0 !important;
        font-size:9px !important;
        line-height:1.45 !important;
        letter-spacing:4px !important;
        white-space:normal !important;
    }

    body.page-home .home-player-count {
        height:38px !important;
        margin-top:17px !important;
        padding:0 18px !important;
        font-size:9px !important;
        letter-spacing:2px !important;
    }

    
    .main--wrapper {
        position:relative !important;
        z-index:5 !important;
        padding-top:0 !important;
        overflow:visible !important;
    }

    body.page-home .yedupe-home,
    body.page-home #view > .main--wrapper > .yedupe-home {
        position:relative !important;
        z-index:20 !important;
        width:calc(100% - 20px) !important;
        max-width:calc(100% - 20px) !important;
        margin:-48px auto 52px !important;
        padding:0 !important;
    }

    body.page-home .yedupe-news-wrap {
        width:100% !important;
        max-width:100% !important;
        margin:0 !important;
    }

    body.page-inner .yedupe-staff-page,
    body.page-inner .yedupe-forums-page,
    body.page-inner .yedupe-leaderboard-page,
    body.page-inner .yedupe-forum-thread-page,
    body.page-inner .yedupe-forum-category-page,
    body.page-inner .yedupe-support-page,
    body.page-inner .standard-page-shell,
    body.page-inner .account-page-title-wrap,
    body.page-inner .support-list-page,
    body.page-inner .support-ticket-create,
    body.page-inner .ticket-view-page {
        position:relative !important;
        z-index:20 !important;
        overflow:visible !important;
    }

    
    body.page-inner .yedupe-page-title,
    body:not(.page-home):not(.page-login) .yedupe-page-title {
        position:absolute !important;
        top:-146px !important;
        right:12px !important;
        left:12px !important;
        z-index:40 !important;
        width:auto !important;
        max-width:none !important;
        margin:0 !important;
        padding:0 !important;
        text-align:center !important;
        pointer-events:none !important;
    }

    body.page-inner .yedupe-page-title h1,
    body:not(.page-home):not(.page-login) .yedupe-page-title h1 {
        margin:0 !important;
        padding-left:7px !important;
        color:#fff !important;
        font:900 23px/1 Arial,sans-serif !important;
        letter-spacing:7px !important;
        text-shadow:0 2px 13px rgba(0,0,0,.42) !important;
    }

    body.page-inner .yedupe-page-title p,
    body:not(.page-home):not(.page-login) .yedupe-page-title p {
        margin:8px 0 0 !important;
        color:rgba(255,255,255,.92) !important;
        font:900 8px/1 Arial,sans-serif !important;
        letter-spacing:3px !important;
        text-shadow:0 1px 8px rgba(0,0,0,.36) !important;
    }

    body.page-inner .yedupe-forums-shell,
    body.page-inner .yedupe-staff-shell,
    body.page-inner .yedupe-leaderboard-shell,
    body.page-inner .yedupe-thread-shell,
    body.page-inner .yedupe-forum-category-shell,
    body.page-inner .yedupe-support-shell,
    body.page-inner .support-list-page,
    body.page-inner .support-ticket-create,
    body.page-inner .ticket-view-page,
    body.page-inner .standard-page-shell,
    body.page-inner .account-page-title-wrap,
    body.page-inner .account-settings-shell {
        position:relative !important;
        z-index:25 !important;
        width:calc(100% - 20px) !important;
        max-width:calc(100% - 20px) !important;
        min-width:0 !important;
        margin:-44px auto 58px !important;
        box-sizing:border-box !important;
    }

    
    body.page-inner .yedupe-profile-page {
        position:relative !important;
        z-index:25 !important;
        width:calc(100% - 20px) !important;
        max-width:calc(100% - 20px) !important;
        min-width:0 !important;
        margin:-44px auto 58px !important;
        box-sizing:border-box !important;
    }

    body.page-inner .yedupe-profile-hero {
        top:-152px !important;
        right:8px !important;
        left:8px !important;
        z-index:40 !important;
    }

    body.page-inner .yedupe-profile-hero-head {
        width:68px !important;
        height:68px !important;
        margin-bottom:10px !important;
    }

    body.page-inner .yedupe-profile-hero h1 {
        font-size:24px !important;
        line-height:1 !important;
        letter-spacing:7px !important;
        padding-left:7px !important;
    }

    body.page-inner .yedupe-profile-hero-rank {
        margin-top:7px !important;
        font-size:8px !important;
        letter-spacing:3px !important;
    }

    body.page-inner .yedupe-profile-shell {
        width:100% !important;
        max-width:100% !important;
        margin:0 !important;
    }

    
    body.page-inner .yedupe-staff-shell,
    body.page-inner .yedupe-forums-shell,
    body.page-inner .yedupe-leaderboard-shell,
    body.page-inner .yedupe-thread-shell,
    body.page-inner .yedupe-forum-category-shell {
        padding:8px !important;
    }

    body.page-inner .yedupe-staff-jump { display:none !important; }

    body.page-inner .yedupe-staff-shell .yedupe-rank-row.one,
    body.page-inner .yedupe-staff-shell .yedupe-rank-row.two,
    body.page-inner .yedupe-staff-shell .yedupe-rank-row.three,
    body.page-inner .yedupe-staff-shell .yedupe-rank-row.four,
    body.page-inner .yedupe-staff-shell .yedupe-rank-row.many {
        grid-template-columns:1fr !important;
        gap:8px !important;
    }
}

@media (max-width: 520px) {
    #header.yedupe-header {
        height:224px !important;
        min-height:224px !important;
    }

    body.page-home #header.yedupe-header {
        height:358px !important;
        min-height:358px !important;
    }

    body.page-home .yedupe-hero-mark { top:80px !important; }
    body.page-home .yedupe-hero-mark img { width:108px !important; max-width:108px !important; }
    body.page-home .yedupe-tagline { font-size:8px !important; letter-spacing:3.25px !important; }
    body.page-home .home-player-count { height:36px !important; margin-top:15px !important; }

    body.page-inner .yedupe-page-title,
    body:not(.page-home):not(.page-login) .yedupe-page-title {
        top:-136px !important;
    }

    body.page-inner .yedupe-page-title h1,
    body:not(.page-home):not(.page-login) .yedupe-page-title h1 {
        font-size:21px !important;
        letter-spacing:6px !important;
        padding-left:6px !important;
    }

    body.page-inner .yedupe-profile-hero { top:-143px !important; }

    body.page-home .yedupe-home,
    body.page-home #view > .main--wrapper > .yedupe-home,
    body.page-inner .yedupe-forums-shell,
    body.page-inner .yedupe-staff-shell,
    body.page-inner .yedupe-leaderboard-shell,
    body.page-inner .yedupe-thread-shell,
    body.page-inner .yedupe-forum-category-shell,
    body.page-inner .yedupe-support-shell,
    body.page-inner .support-list-page,
    body.page-inner .support-ticket-create,
    body.page-inner .ticket-view-page,
    body.page-inner .standard-page-shell,
    body.page-inner .account-page-title-wrap,
    body.page-inner .account-settings-shell,
    body.page-inner .yedupe-profile-page {
        width:calc(100% - 16px) !important;
        max-width:calc(100% - 16px) !important;
    }
}


@media (max-width: 820px) {
    body.mobile-menu-open { touch-action:auto !important; }
    body.mobile-menu-open #header.yedupe-header { z-index:2147483000 !important; }
    body.mobile-menu-open .main--wrapper { z-index:1 !important; }
}
@media (max-width: 820px) {
    #header.yedupe-header .yedupe-nav-links .yedupe-mobile-account-link,
    #header.yedupe-header .yedupe-nav-links .yedupe-mobile-account-link:link,
    #header.yedupe-header .yedupe-nav-links .yedupe-mobile-account-link:visited {
        color:#261a31 !important;
        text-shadow:none !important;
        font:900 10px/1 Arial,sans-serif !important;
        letter-spacing:2.1px !important;
        opacity:1 !important;
    }
    #header.yedupe-header .yedupe-nav-links .yedupe-mobile-account-link.danger,
    #header.yedupe-header .yedupe-nav-links .yedupe-mobile-account-link.danger:link,
    #header.yedupe-header .yedupe-nav-links .yedupe-mobile-account-link.danger:visited {
        color:#bc3f50 !important;
    }
}


@media (max-width: 820px) {
    
    body.page-inner .yedupe-leaderboard-shell .yedupe-lb-tabs {
        display:grid !important;
        grid-template-columns:repeat(3,minmax(0,1fr)) !important;
        width:100% !important;
        height:auto !important;
        min-height:0 !important;
        margin:0 0 10px !important;
        overflow:hidden !important;
        border:1px solid #e8e8e8 !important;
        border-radius:5px !important;
        background:#f4f4f4 !important;
    }
    body.page-inner .yedupe-leaderboard-shell .yedupe-lb-tabs .select {
        grid-column:1 / -1 !important;
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;
        width:100% !important;
        min-width:0 !important;
        height:38px !important;
        padding:0 10px !important;
        border-radius:0 !important;
        font-size:10px !important;
        line-height:1 !important;
        letter-spacing:3px !important;
        box-sizing:border-box !important;
    }
    body.page-inner .yedupe-leaderboard-shell .yedupe-lb-tabs .select::after {
        display:none !important;
        content:none !important;
    }
    body.page-inner .yedupe-leaderboard-shell .yedupe-lb-tabs > a {
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;
        width:100% !important;
        min-width:0 !important;
        height:40px !important;
        margin:0 !important;
        padding:0 4px !important;
        overflow:hidden !important;
        border-top:1px solid #e5e5e5 !important;
        border-left:1px solid #e5e5e5 !important;
        background:#f4f4f4 !important;
        color:#999 !important;
        font-size:8px !important;
        line-height:1.1 !important;
        letter-spacing:1.25px !important;
        text-align:center !important;
        text-overflow:ellipsis !important;
        white-space:nowrap !important;
        box-sizing:border-box !important;
    }
    body.page-inner .yedupe-leaderboard-shell .yedupe-lb-tabs > a:first-of-type {
        border-left:0 !important;
    }
    body.page-inner .yedupe-leaderboard-shell .yedupe-lb-tabs > a.active,
    body.page-inner .yedupe-leaderboard-shell .yedupe-lb-tabs > a:hover {
        background:#d9ad2d !important;
        color:#fff !important;
    }

    
    body.page-inner .yedupe-staff-shell {
        padding:8px !important;
    }
    body.page-inner .yedupe-staff-shell .yedupe-staff-groups {
        width:100% !important;
        min-width:0 !important;
    }
    body.page-inner .yedupe-staff-shell .yedupe-staff-groups .yedupe-rank-row,
    body.page-inner .yedupe-staff-shell .yedupe-staff-groups .yedupe-rank-row.one,
    body.page-inner .yedupe-staff-shell .yedupe-staff-groups .yedupe-rank-row.two,
    body.page-inner .yedupe-staff-shell .yedupe-staff-groups .yedupe-rank-row.three,
    body.page-inner .yedupe-staff-shell .yedupe-staff-groups .yedupe-rank-row.four,
    body.page-inner .yedupe-staff-shell .yedupe-staff-groups .yedupe-rank-row.many {
        display:grid !important;
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:8px !important;
        width:100% !important;
        margin:0 0 8px !important;
    }
    body.page-inner .yedupe-staff-shell .yedupe-staff-groups .yedupe-rank-row:last-child {
        margin-bottom:0 !important;
    }
    body.page-inner .yedupe-staff-shell .yedupe-rank-row > .yedupe-staff-card,
    body.page-inner .yedupe-staff-shell .yedupe-rank-row.one > .yedupe-staff-card,
    body.page-inner .yedupe-staff-shell .yedupe-rank-row.two > .yedupe-staff-card,
    body.page-inner .yedupe-staff-shell .yedupe-rank-row.three > .yedupe-staff-card,
    body.page-inner .yedupe-staff-shell .yedupe-rank-row.four > .yedupe-staff-card,
    body.page-inner .yedupe-staff-shell .yedupe-rank-row.many > .yedupe-staff-card {
        grid-column:auto !important;
        width:100% !important;
        min-width:0 !important;
        max-width:none !important;
        min-height:122px !important;
        padding:12px 6px 10px !important;
        box-sizing:border-box !important;
    }
    body.page-inner .yedupe-staff-shell .yedupe-rank-row > .yedupe-staff-card:only-child {
        grid-column:1 / -1 !important;
        width:100% !important;
    }
    body.page-inner .yedupe-staff-shell .yedupe-rank-row > .yedupe-staff-card:last-child:nth-child(odd):not(:only-child) {
        grid-column:1 / -1 !important;
        width:calc(50% - 4px) !important;
        justify-self:center !important;
    }
    body.page-inner .yedupe-staff-shell .yedupe-staff-card img {
        width:48px !important;
        height:48px !important;
        margin-bottom:8px !important;
    }
    body.page-inner .yedupe-staff-shell .yedupe-staff-name {
        max-width:100% !important;
        overflow:hidden !important;
        font-size:14px !important;
        line-height:1.1 !important;
        text-overflow:ellipsis !important;
        white-space:nowrap !important;
    }
    body.page-inner .yedupe-staff-shell .yedupe-staff-rank {
        margin-top:6px !important;
        font-size:7px !important;
        line-height:1.1 !important;
        letter-spacing:2.1px !important;
        white-space:normal !important;
    }

    
    body.page-inner:has(.yedupe-profile-page) #header.yedupe-header {
        height:286px !important;
        min-height:286px !important;
    }
    body.page-inner:has(.yedupe-profile-page) .yedupe-profile-page {
        margin-top:-44px !important;
    }
    body.page-inner:has(.yedupe-profile-page) .yedupe-profile-hero,
    body.page-inner .yedupe-profile-page .yedupe-profile-hero {
        top:-132px !important;
        right:12px !important;
        left:12px !important;
        width:auto !important;
        max-width:none !important;
        transform:none !important;
    }
    body.page-inner:has(.yedupe-profile-page) .yedupe-profile-hero-head,
    body.page-inner .yedupe-profile-page .yedupe-profile-hero-head {
        width:62px !important;
        height:62px !important;
        margin:0 auto 8px !important;
    }
    body.page-inner:has(.yedupe-profile-page) .yedupe-profile-hero h1,
    body.page-inner .yedupe-profile-page .yedupe-profile-hero h1 {
        max-width:100% !important;
        margin:0 !important;
        padding:0 0 0 5px !important;
        overflow:hidden !important;
        font-size:22px !important;
        line-height:1.05 !important;
        letter-spacing:5px !important;
        text-overflow:ellipsis !important;
        white-space:nowrap !important;
    }
    body.page-inner:has(.yedupe-profile-page) .yedupe-profile-hero-rank,
    body.page-inner .yedupe-profile-page .yedupe-profile-hero-rank {
        margin-top:7px !important;
        font-size:8px !important;
        line-height:1.1 !important;
        letter-spacing:3px !important;
    }

    
    body.page-inner .ticket-view-page,
    body.page-inner #view > .main--wrapper > .container.ticket-view-page {
        width:calc(100% - 16px) !important;
        max-width:calc(100% - 16px) !important;
        min-width:0 !important;
        margin:-44px auto 50px !important;
        padding:0 !important;
        overflow:visible !important;
    }
    body.page-inner .ticket-view-title {
        position:absolute !important;
        top:-142px !important;
        right:10px !important;
        left:10px !important;
        width:auto !important;
        margin:0 !important;
        text-align:center !important;
    }
    body.page-inner .ticket-view-title h1 {
        padding-left:6px !important;
        font-size:21px !important;
        line-height:1 !important;
        letter-spacing:6px !important;
    }
    body.page-inner .ticket-view-title p {
        max-width:100% !important;
        margin-top:8px !important;
        overflow:hidden !important;
        font-size:8px !important;
        letter-spacing:2px !important;
        text-overflow:ellipsis !important;
        white-space:nowrap !important;
    }
    body.page-inner .ticket-view-layout,
    body.page-inner .ticket-main-column,
    body.page-inner .ticket-info-panel,
    body.page-inner .ticket-main-panel,
    body.page-inner .ticket-reply-panel {
        width:100% !important;
        max-width:100% !important;
        min-width:0 !important;
        box-sizing:border-box !important;
    }
    body.page-inner .ticket-view-layout {
        display:grid !important;
        grid-template-columns:minmax(0,1fr) !important;
        gap:12px !important;
    }
    body.page-inner .ticket-main-header {
        display:grid !important;
        grid-template-columns:42px minmax(0,1fr) !important;
        align-items:center !important;
        gap:10px !important;
        width:100% !important;
        min-width:0 !important;
        min-height:0 !important;
        padding:13px !important;
        box-sizing:border-box !important;
    }
    body.page-inner .ticket-author-head {
        width:42px !important;
        height:42px !important;
    }
    body.page-inner .ticket-heading {
        width:100% !important;
        min-width:0 !important;
    }
    body.page-inner .ticket-heading h1 {
        width:100% !important;
        max-width:100% !important;
        overflow:visible !important;
        font-size:14px !important;
        line-height:1.25 !important;
        letter-spacing:1.15px !important;
        text-overflow:clip !important;
        white-space:normal !important;
        overflow-wrap:anywhere !important;
    }
    body.page-inner .ticket-heading .ticket-meta {
        font-size:9px !important;
        line-height:1.35 !important;
        white-space:normal !important;
    }
    body.page-inner .ticket-status-box {
        grid-column:1 / -1 !important;
        width:100% !important;
        min-width:0 !important;
        margin:2px 0 0 !important;
    }
    body.page-inner .ticket-status-box .dropdown,
    body.page-inner .ticket-status-box .dropdown-toggle,
    body.page-inner .ticket-status-pill {
        width:100% !important;
        min-width:0 !important;
        max-width:none !important;
        box-sizing:border-box !important;
    }
    body.page-inner .ticket-status-pill {
        min-height:38px !important;
        padding:10px !important;
        white-space:normal !important;
        text-align:center !important;
    }
    body.page-inner .ticket-main-body {
        width:100% !important;
        min-width:0 !important;
        padding:12px !important;
        box-sizing:border-box !important;
    }
    body.page-inner .ticket-question-grid {
        display:grid !important;
        grid-template-columns:minmax(0,1fr) !important;
        gap:10px !important;
    }
    body.page-inner .ticket-question-card {
        width:100% !important;
        min-width:0 !important;
        min-height:0 !important;
        padding:13px !important;
        box-sizing:border-box !important;
    }
    body.page-inner .ticket-question-card .title {
        line-height:1.35 !important;
        letter-spacing:1.6px !important;
        white-space:normal !important;
    }
    body.page-inner .ticket-reply-action {
        display:grid !important;
        grid-template-columns:38px minmax(0,1fr) !important;
        align-items:start !important;
        gap:10px !important;
        width:100% !important;
        min-width:0 !important;
        padding:12px !important;
        box-sizing:border-box !important;
    }
    body.page-inner .ticket-reply-action .avatar {
        width:38px !important;
        height:38px !important;
    }
    body.page-inner .ticket-reply-action form {
        display:flex !important;
        flex-direction:column !important;
        width:100% !important;
        min-width:0 !important;
        gap:8px !important;
    }
    body.page-inner .ticket-reply-action textarea,
    body.page-inner .ticket-reply-action input.form-control {
        display:block !important;
        width:100% !important;
        min-width:0 !important;
        max-width:100% !important;
        height:auto !important;
        min-height:44px !important;
        margin:0 !important;
        padding:11px !important;
        overflow:hidden !important;
        font-size:11px !important;
        line-height:1.35 !important;
        text-align:left !important;
        text-overflow:ellipsis !important;
        box-sizing:border-box !important;
    }
    body.page-inner .ticket-reply-action > input.form-control {
        align-self:center !important;
    }
    body.page-inner .ticket-reply-action button {
        width:100% !important;
        min-width:0 !important;
        min-height:40px !important;
    }
    body.page-inner .ticket-reply-list,
    body.page-inner .ticket-reply-item,
    body.page-inner .ticket-reply-body {
        width:100% !important;
        max-width:100% !important;
        min-width:0 !important;
        box-sizing:border-box !important;
    }
    body.page-inner .ticket-reply-item {
        gap:10px !important;
        padding:13px 12px !important;
    }
    body.page-inner .ticket-reply-text {
        overflow-wrap:anywhere !important;
        word-break:break-word !important;
    }

    
    body.page-inner .support-list-shell {
        padding:10px !important;
        overflow:visible !important;
    }
    body.page-inner .support-list-page .support-list-topbar {
        gap:10px !important;
        margin-bottom:12px !important;
    }
    body.page-inner .support-list-page .breadcrumb-bar {
        width:100% !important;
        min-width:0 !important;
        overflow:hidden !important;
        padding:10px !important;
        box-sizing:border-box !important;
    }
    body.page-inner .support-list-page .breadcrumb {
        display:flex !important;
        flex-wrap:wrap !important;
        row-gap:4px !important;
    }
    body.page-inner .support-list-actions {
        display:grid !important;
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:8px !important;
    }
    body.page-inner .support-list-actions a {
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;
        width:100% !important;
        min-width:0 !important;
        min-height:42px !important;
        margin:0 !important;
        padding:8px !important;
        text-align:center !important;
        box-sizing:border-box !important;
    }
    body.page-inner .support-ticket-table,
    body.page-inner .support-ticket-table tbody {
        display:block !important;
        width:100% !important;
        min-width:0 !important;
        margin:0 !important;
    }
    body.page-inner .support-ticket-table tbody tr {
        display:grid !important;
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:12px !important;
        width:100% !important;
        min-width:0 !important;
        margin:0 0 12px !important;
        padding:14px !important;
        overflow:hidden !important;
        border:1px solid #e5e5e5 !important;
        border-radius:6px !important;
        background:#fff !important;
        box-shadow:0 2px 7px rgba(0,0,0,.055) !important;
        box-sizing:border-box !important;
    }
    body.page-inner .support-ticket-table tbody tr:last-child {
        margin-bottom:0 !important;
    }
    body.page-inner .support-ticket-table tbody td,
    body.page-inner .support-ticket-table tbody td:nth-child(2),
    body.page-inner .support-ticket-table tbody td:nth-child(3),
    body.page-inner .support-ticket-table tbody td:last-child {
        position:relative !important;
        display:flex !important;
        flex-direction:column !important;
        align-items:flex-start !important;
        justify-content:flex-start !important;
        width:100% !important;
        min-width:0 !important;
        max-width:100% !important;
        min-height:0 !important;
        margin:0 !important;
        padding:0 !important;
        overflow:visible !important;
        border:0 !important;
        background:transparent !important;
        text-align:left !important;
        box-sizing:border-box !important;
    }
    body.page-inner .support-ticket-table tbody td::before {
        content:attr(data-label) !important;
        position:static !important;
        display:block !important;
        width:auto !important;
        min-width:0 !important;
        margin:0 0 7px !important;
        transform:none !important;
        color:#999 !important;
        font:900 8px/1.1 Arial,sans-serif !important;
        letter-spacing:1.7px !important;
        text-transform:uppercase !important;
    }
    body.page-inner .support-ticket-table .ticket-user-cell,
    body.page-inner .support-ticket-table .ticket-table-copy {
        width:100% !important;
        min-width:0 !important;
        max-width:100% !important;
    }
    body.page-inner .support-ticket-table .ticket-table-copy > a,
    body.page-inner .support-ticket-table .ticket-table-person {
        max-width:100% !important;
        overflow-wrap:anywhere !important;
        word-break:break-word !important;
        white-space:normal !important;
    }
    body.page-inner .support-ticket-table .status-label {
        width:100% !important;
        min-width:0 !important;
        max-width:none !important;
        min-height:36px !important;
        padding:9px 10px !important;
        white-space:normal !important;
        text-align:center !important;
        box-sizing:border-box !important;
    }
    body.page-inner .support-ticket-table.user-support-ticket-table tbody td:nth-child(1) { grid-column:1 / -1 !important; }
    body.page-inner .support-ticket-table.user-support-ticket-table tbody td:nth-child(2) { grid-column:1 / -1 !important; }
    body.page-inner .support-ticket-table.user-support-ticket-table tbody td:nth-child(3) { grid-column:1 / 2 !important; }
    body.page-inner .support-ticket-table.user-support-ticket-table tbody td:nth-child(4) { grid-column:2 / 3 !important; }

    body.page-inner .support-ticket-table.staff-support-ticket-table tbody td:nth-child(1) { grid-column:1 / -1 !important; }
    body.page-inner .support-ticket-table.staff-support-ticket-table tbody td:nth-child(2) { grid-column:1 / -1 !important; }
    body.page-inner .support-ticket-table.staff-support-ticket-table tbody td:nth-child(3) { grid-column:1 / 2 !important; }
    body.page-inner .support-ticket-table.staff-support-ticket-table tbody td:nth-child(4) { grid-column:2 / 3 !important; }
    body.page-inner .support-ticket-table.staff-support-ticket-table tbody td:nth-child(5) { grid-column:1 / -1 !important; }
    body.page-inner .support-list-shell .standard-pagination {
        margin:22px 0 4px !important;
    }
}

@media (max-width: 420px) {
    body.page-inner .yedupe-leaderboard-shell .yedupe-lb-tabs > a {
        font-size:7px !important;
        letter-spacing:.8px !important;
    }
    body.page-inner .yedupe-staff-shell .yedupe-staff-name {
        font-size:13px !important;
    }
}

.yedupe-tournament-page{width:min(1420px,calc(100% - 30px))!important;max-width:1420px!important;margin:-54px auto 40px!important;position:relative!important;z-index:25!important;padding:0!important;font-family:Raleway,Arial,sans-serif!important}.yedupe-tournament-heading{display:flex;align-items:center;gap:20px;background:#fff;border:1px solid #dedee4;border-radius:5px 5px 0 0;padding:20px 24px;box-shadow:0 4px 15px rgba(24,16,35,.09);position:relative}.yedupe-tournament-heading-accent{width:6px;height:72px;background:#d9ad2d;border-radius:3px;flex:0 0 auto}.yedupe-tournament-heading-copy{min-width:0;flex:1}.yedupe-tournament-title-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.yedupe-tournament-title-row h1{margin:0;color:#241a31;font-size:27px;font-weight:900;letter-spacing:.2px}.yedupe-tournament-meta{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:10px;color:#777985;font-size:12px;font-weight:700}.yedupe-tournament-meta span{display:flex;align-items:center;gap:7px}.yedupe-tournament-meta i{color:#a88a2c}.yedupe-tournament-meta b{color:#2b2531}.yedupe-live-pill{display:inline-flex;align-items:center;justify-content:center;background:#d7333e;color:#fff;border:1px solid #aa1f29;border-radius:4px;padding:5px 9px;font-size:10px;font-weight:900;letter-spacing:1px;text-transform:uppercase;box-shadow:0 2px 8px rgba(215,51,62,.25)}.yedupe-live-pill.small{padding:3px 7px;font-size:8px}.yedupe-tournament-back{display:flex;align-items:center;gap:8px;color:#5e5864!important;text-decoration:none!important;border:1px solid #d9d8df;background:#f8f8fa;padding:10px 14px;border-radius:4px;font-size:11px;font-weight:800;text-transform:uppercase;white-space:nowrap}.yedupe-tournament-back:hover{background:#261b33;color:#fff!important;border-color:#261b33}.yedupe-tournament-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:14px;background:#ececef;padding:14px;border-radius:0 0 5px 5px;box-shadow:0 7px 24px rgba(24,16,35,.12)}.yedupe-bracket-card,.yedupe-tournament-panel{background:#fff;border:1px solid #dad9e0;border-radius:4px;box-shadow:0 2px 7px rgba(25,18,34,.05)}.yedupe-bracket-card{min-width:0;overflow:hidden}.yedupe-bracket-toolbar{height:58px;background:#261b33;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 17px}.yedupe-bracket-toolbar>div{display:flex;flex-direction:column}.yedupe-bracket-toolbar span{font-size:13px;font-weight:900;letter-spacing:2px;text-transform:uppercase}.yedupe-bracket-toolbar small{margin-top:3px;color:#c6becd;font-size:10px;font-weight:700}.yedupe-bracket-fullscreen{border:1px solid rgba(255,255,255,.23);background:rgba(255,255,255,.08);color:#fff;border-radius:3px;padding:7px 10px;font-size:10px;font-weight:800;text-transform:uppercase;display:flex;align-items:center;gap:6px}.yedupe-bracket-fullscreen:hover{background:#d9ad2d;border-color:#d9ad2d}.yedupe-bracket-empty{height:560px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#96919b}.yedupe-bracket-empty i{font-size:45px;color:#d9ad2d;margin-bottom:15px}.yedupe-bracket-empty h2{font-size:20px;font-weight:900;color:#2a2231}.yedupe-bracket-empty p{font-size:12px}.yedupe-bracket-scroll{overflow:auto;background:linear-gradient(135deg,#fafafa,#f1f1f4);scrollbar-color:#c4c0c8 transparent;scrollbar-width:thin}.yedupe-bracket-grid{display:grid;grid-auto-flow:column;grid-auto-columns:228px;gap:34px;min-width:max-content;padding:18px 24px 24px}.yedupe-bracket-round{display:flex;flex-direction:column;min-height:620px}.yedupe-bracket-round>header{text-align:center;height:52px;display:flex;flex-direction:column;justify-content:center;border-bottom:2px solid #e2e0e5}.yedupe-bracket-round>header strong{text-transform:uppercase;color:#302738;font-size:11px;font-weight:900;letter-spacing:1.5px}.yedupe-bracket-round>header span{color:#9a959e;font-size:9px;font-weight:700;margin-top:3px}.yedupe-round-matches{display:flex;flex-direction:column;justify-content:space-around;gap:18px;flex:1;padding:10px 0}.yedupe-match-card{position:relative;border:1px solid #d7d5dc;background:#fff;border-radius:4px;overflow:visible;box-shadow:0 2px 8px rgba(28,21,36,.06)}.yedupe-match-card:after{content:"";position:absolute;right:-35px;top:50%;width:34px;border-top:1px solid #b6b1bc}.yedupe-bracket-round:nth-last-child(2) .yedupe-match-card:after{border-color:#d9ad2d}.yedupe-match-card.is-live{border-color:#d7333e;box-shadow:0 0 0 1px rgba(215,51,62,.13),0 4px 12px rgba(215,51,62,.1)}.yedupe-match-card.is-complete{border-color:#c9af57}.yedupe-match-status{position:absolute;right:7px;top:-18px;color:#d7333e;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.8px}.yedupe-match-status span{display:inline-block;width:6px;height:6px;background:#d7333e;border-radius:50%;margin-right:4px;animation:yedupe-live-pulse 1.4s infinite}.yedupe-team-row{height:34px;display:grid;grid-template-columns:25px minmax(0,1fr) 24px;align-items:center;color:#57515d;border-bottom:1px solid #ebe9ed;font-size:10px;font-weight:700}.yedupe-team-row:last-child{border-bottom:0}.yedupe-team-row.is-winner{background:#fff9e7;color:#211a27}.yedupe-team-row.is-winner .yedupe-team-name,.yedupe-team-row.is-winner b{font-weight:900}.yedupe-team-row.is-winner b{color:#b88b00}.yedupe-team-row.is-bye{color:#aaa5ae;font-style:italic}.yedupe-seed{height:100%;display:flex;align-items:center;justify-content:center;background:#f0eff2;color:#89848d;font-size:9px}.yedupe-team-row.is-winner .yedupe-seed{background:#d9ad2d;color:#fff}.yedupe-team-name{padding:0 7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.yedupe-team-row b{text-align:center}.yedupe-champion-round{width:220px}.yedupe-champion-card{margin:auto 0;min-height:145px;border:2px solid #d9ad2d;background:linear-gradient(145deg,#fffdf5,#f8edc5);border-radius:5px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 6px 22px rgba(217,173,45,.2);padding:18px}.yedupe-champion-card i{font-size:36px;color:#d9ad2d;margin-bottom:10px}.yedupe-champion-card strong{color:#2a2230;font-size:14px;font-weight:900}.yedupe-champion-card span{color:#a17b08;font-size:9px;font-weight:900;letter-spacing:1.5px;text-transform:uppercase;margin-top:5px}.yedupe-champion-card.is-pending{filter:grayscale(.3);opacity:.78}.yedupe-bracket-footer{min-height:45px;border-top:1px solid #dedce2;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 16px;color:#8f8a93;font-size:9px;font-weight:700}.yedupe-bracket-footer i{margin-right:6px}.yedupe-tournament-sidebar{display:flex;flex-direction:column;gap:12px}.yedupe-tournament-panel>header{min-height:47px;padding:0 14px;border-bottom:1px solid #dedce2;display:flex;align-items:center;gap:8px;color:#342b3a;font-size:10px;font-weight:900;letter-spacing:1px;text-transform:uppercase}.yedupe-tournament-panel>header i{color:#a98a29}.yedupe-tournament-panel>header b,.yedupe-tournament-panel>header .yedupe-live-pill{margin-left:auto}.yedupe-tournament-panel dl{margin:0;padding:10px 14px}.yedupe-tournament-panel dl>div{display:flex;justify-content:space-between;gap:12px;padding:7px 0;border-bottom:1px solid #efedf1}.yedupe-tournament-panel dl>div:last-child{border-bottom:0}.yedupe-tournament-panel dt{color:#99949d;font-size:9px;font-weight:700}.yedupe-tournament-panel dd{margin:0;color:#39313f;font-size:9px;font-weight:900;text-align:right;max-width:155px}.yedupe-prize-text{white-space:nowrap}.yedupe-upcoming-empty{padding:24px 14px;text-align:center;color:#aaa5ae;font-size:10px}.yedupe-upcoming-match{padding:13px}.yedupe-upcoming-round{display:block;color:#8f8994;font-size:9px;font-weight:800;text-transform:uppercase;margin-bottom:13px}.yedupe-upcoming-teams{display:grid;grid-template-columns:1fr 28px 1fr;align-items:center;text-align:center;gap:5px}.yedupe-upcoming-teams>div{min-width:0}.yedupe-upcoming-teams strong{display:block;color:#332a39;font-size:10px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.yedupe-upcoming-teams small{display:block;color:#b48c12;font-size:8px;font-weight:800;margin-top:4px}.yedupe-upcoming-teams>b{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #ddd9e0;border-radius:4px;color:#746d78;font-size:8px}.yedupe-upcoming-state{display:block;margin-top:14px;padding-top:10px;border-top:1px solid #ebe9ed;text-align:right;color:#a4872d;font-size:9px;font-weight:900;text-transform:uppercase}.yedupe-upcoming-state.is-live{color:#d7333e}.yedupe-progress-panel{padding-bottom:9px}.yedupe-progress-track{height:7px;background:#e6e4e8;border-radius:4px;margin:13px 14px 10px;overflow:hidden}.yedupe-progress-track span{display:block;height:100%;background:#d9ad2d;border-radius:4px;transition:width .3s ease}.yedupe-progress-round{display:flex;justify-content:space-between;padding:7px 14px;color:#716b75;font-size:9px;font-weight:700}.yedupe-progress-round b{color:#332b39}.yedupe-tournament-notice{position:fixed;right:18px;bottom:18px;z-index:9997;width:min(430px,calc(100vw - 28px));min-height:68px;background:#261b33;border:1px solid #493b59;border-left:5px solid #d9ad2d;border-radius:5px;box-shadow:0 12px 35px rgba(21,13,30,.36);display:flex;align-items:center;gap:12px;padding:12px 14px;color:#fff!important;text-decoration:none!important;transition:transform .22s ease,opacity .22s ease}.yedupe-tournament-notice:hover{transform:translateY(-3px);background:#2d203b}.yedupe-tournament-notice.is-hidden{opacity:0;pointer-events:none;transform:translateY(18px)}.yedupe-tournament-notice-copy{display:flex;flex-direction:column;min-width:0;flex:1}.yedupe-tournament-notice-copy strong{font-size:11px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.yedupe-tournament-notice-copy small{color:#c5bbc9;font-size:9px;font-weight:700;margin-top:4px}.yedupe-tournament-notice-action{display:flex;align-items:center;gap:6px;color:#d9ad2d;font-size:9px;font-weight:900;text-transform:uppercase;white-space:nowrap}@keyframes yedupe-live-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.75)}}.yedupe-bracket-card:fullscreen{background:#ececef;padding:14px}.yedupe-bracket-card:fullscreen .yedupe-bracket-scroll{height:calc(100vh - 120px)}.yedupe-bracket-card:fullscreen .yedupe-bracket-round{min-height:calc(100vh - 170px)}
@media(max-width:1000px){.yedupe-tournament-page{width:calc(100% - 20px)!important;margin-top:-40px!important}.yedupe-tournament-layout{grid-template-columns:1fr}.yedupe-tournament-sidebar{display:grid;grid-template-columns:repeat(3,1fr)}.yedupe-tournament-title-row h1{font-size:22px}.yedupe-tournament-heading{align-items:flex-start}.yedupe-tournament-back{margin-left:auto}}
@media(max-width:720px){.yedupe-tournament-page{width:calc(100% - 12px)!important;margin-top:-26px!important}.yedupe-tournament-heading{padding:14px;gap:11px;flex-wrap:wrap}.yedupe-tournament-heading-accent{height:54px;width:4px}.yedupe-tournament-heading-copy{width:calc(100% - 20px)}.yedupe-tournament-title-row h1{font-size:17px}.yedupe-tournament-meta{gap:8px 14px;font-size:9px}.yedupe-tournament-back{width:100%;justify-content:center;margin:0}.yedupe-tournament-layout{padding:7px;gap:8px}.yedupe-bracket-grid{grid-auto-columns:205px;gap:25px;padding:12px}.yedupe-bracket-round{min-height:540px}.yedupe-tournament-sidebar{display:flex}.yedupe-bracket-footer{align-items:flex-start;flex-direction:column;padding:10px 13px;gap:5px}.yedupe-bracket-fullscreen{display:none}.yedupe-tournament-notice{right:8px;bottom:8px;width:calc(100vw - 16px);padding:10px;gap:8px}.yedupe-tournament-notice-action{font-size:0}.yedupe-tournament-notice-action i{font-size:12px}}
.mc_black{color:#000}.mc_dark_blue{color:#0000aa}.mc_dark_green{color:#00aa00}.mc_dark_aqua{color:#00aaaa}.mc_dark_red{color:#aa0000}.mc_dark_purple{color:#aa00aa}.mc_gold{color:#ffaa00}.mc_gray{color:#aaa}.mc_dark_gray{color:#555}.mc_blue{color:#5555ff}.mc_green{color:#55ff55}.mc_aqua{color:#55ffff}.mc_red{color:#ff5555}.mc_light_purple{color:#ff55ff}.mc_yellow{color:#ffff55}.mc_white{color:#fff}.mc_bold{font-weight:900}.mc_italic{font-style:italic}.mc_underlined{text-decoration:underline}.mc_strikethrough{text-decoration:line-through}

/* ========================================================================== */
/* Legacy overview + live tournament page (2026-06-18)                       */
/* ========================================================================== */
.yedupe-gamemodes-menu a.yedupe-gamemode-live {
  display:block!important;
  padding:11px 14px!important;
  margin:0!important;
  background:#fff!important;
  color:#5f5964!important;
  opacity:1!important;
  pointer-events:auto!important;
  cursor:pointer!important;
  text-decoration:none!important;
  border-top:1px solid #f0f0f0!important;
  font:900 11px/1 Arial,sans-serif!important;
  letter-spacing:2.5px!important;
  text-transform:uppercase!important;
  text-shadow:none!important;
}
.yedupe-gamemodes-menu a.yedupe-gamemode-live em {
  color:#b38a11!important;
  opacity:1!important;
}
.yedupe-gamemodes-menu a.yedupe-gamemode-live:hover,
.yedupe-gamemodes-menu a.yedupe-gamemode-live:focus {
  background:#faf7ed!important;
  color:#b38a11!important;
}

body.page-inner:has(.yedupe-legacy-page) .main--wrapper > .yedupe-legacy-page,
body.page-inner:has(.yedupe-tournament-screen) .main--wrapper > .yedupe-tournament-screen {
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
body.page-inner:has(.yedupe-legacy-page) .yedupe-legacy-page-title,
body.page-inner:has(.yedupe-tournament-screen) .yedupe-tournament-page-title {
  margin:-178px auto 100px!important;
  position:relative!important;
  z-index:12!important;
  pointer-events:none!important;
}
body.page-inner:has(.yedupe-tournament-screen) .yedupe-tournament-page-title p {
  max-width:900px!important;
  margin:9px auto 0!important;
  padding:0 18px!important;
  line-height:1.5!important;
}

.yedupe-legacy-shell {
  position:relative!important;
  z-index:30!important;
  width:min(1120px,calc(100% - 30px))!important;
  margin:-59px auto 64px!important;
  padding:0!important;
  overflow:hidden!important;
  background:#f1f1f3!important;
  border:1px solid #dedee3!important;
  border-radius:5px!important;
  box-shadow:0 10px 30px rgba(25,18,34,.16)!important;
  font-family:Raleway,Arial,sans-serif!important;
}
.yedupe-legacy-intro {
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 315px!important;
  gap:0!important;
  background:#fff!important;
  border-bottom:1px solid #dedee3!important;
}
.yedupe-legacy-intro-copy { padding:38px 42px 36px!important; }
.yedupe-legacy-kicker {
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  color:#aa8416!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:2px!important;
  text-transform:uppercase!important;
}
.yedupe-legacy-intro-copy h2 {
  margin:13px 0 12px!important;
  max-width:690px!important;
  color:#251c2d!important;
  font-size:31px!important;
  line-height:1.12!important;
  font-weight:900!important;
  letter-spacing:-.6px!important;
}
.yedupe-legacy-intro-copy > p {
  max-width:700px!important;
  margin:0!important;
  color:#77727c!important;
  font-size:12px!important;
  line-height:1.8!important;
  font-weight:600!important;
}
.yedupe-legacy-actions {
  display:flex!important;
  align-items:stretch!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin-top:25px!important;
}
.yedupe-legacy-play,
.yedupe-legacy-copy {
  min-height:58px!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  border-radius:4px!important;
  padding:10px 16px!important;
  text-decoration:none!important;
  box-shadow:none!important;
  text-transform:none!important;
  letter-spacing:normal!important;
  font-family:Raleway,Arial,sans-serif!important;
}
.yedupe-legacy-play {
  flex:1 1 260px!important;
  background:#d9ad2d!important;
  color:#fff!important;
  border:1px solid #c49306!important;
}
.yedupe-legacy-play:hover { background:#c89c20!important;color:#fff!important;transform:translateY(-1px)!important; }
.yedupe-legacy-copy {
  flex:0 1 230px!important;
  margin:0!important;
  background:#2a2034!important;
  color:#fff!important;
  border:1px solid #1f1727!important;
  cursor:pointer!important;
}
.yedupe-legacy-copy:hover,.yedupe-legacy-copy.copied { background:#372944!important;border-color:#372944!important; }
.yedupe-legacy-play > i,.yedupe-legacy-copy > i { width:25px!important;text-align:center!important;font-size:20px!important; }
.yedupe-legacy-play span,.yedupe-legacy-copy span { display:flex!important;flex-direction:column!important;gap:3px!important;min-width:0!important; }
.yedupe-legacy-play b,.yedupe-legacy-copy b { color:inherit!important;font-size:11px!important;font-weight:900!important;letter-spacing:1.1px!important;text-transform:uppercase!important; }
.yedupe-legacy-play small,.yedupe-legacy-copy small { color:rgba(255,255,255,.72)!important;font-size:9px!important;font-weight:700!important;letter-spacing:0!important;text-transform:none!important; }
.yedupe-legacy-version-note {
  display:flex!important;
  align-items:flex-start!important;
  gap:9px!important;
  margin-top:17px!important;
  color:#8b8690!important;
  font-size:9px!important;
  line-height:1.6!important;
  font-weight:700!important;
}
.yedupe-legacy-version-note i { color:#b48c17!important;margin-top:2px!important; }
.yedupe-legacy-quick-card {
  background:#2a2034!important;
  color:#fff!important;
  padding:0!important;
  border-left:5px solid #d9ad2d!important;
}
.yedupe-legacy-quick-card header {
  height:58px!important;
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  padding:0 19px!important;
  border-bottom:1px solid rgba(255,255,255,.09)!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:1.8px!important;
  text-transform:uppercase!important;
}
.yedupe-legacy-quick-card header span { width:7px!important;height:7px!important;border-radius:50%!important;background:#d9ad2d!important;box-shadow:0 0 0 4px rgba(217,173,45,.13)!important; }
.yedupe-legacy-quick-card > div { padding:17px 19px!important;border-bottom:1px solid rgba(255,255,255,.08)!important; }
.yedupe-legacy-quick-card > div:last-child { border-bottom:0!important; }
.yedupe-legacy-quick-card b { display:block!important;font-size:10px!important;font-weight:900!important;letter-spacing:.5px!important; }
.yedupe-legacy-quick-card small { display:block!important;margin-top:5px!important;color:#bcb4c3!important;font-size:9px!important;font-weight:600!important; }
.yedupe-legacy-section { padding:31px 35px 35px!important;border-bottom:1px solid #dcdce1!important;background:#f5f5f6!important; }
.yedupe-legacy-section:last-child { border-bottom:0!important; }
.yedupe-legacy-section-heading { display:flex!important;align-items:center!important;gap:15px!important;margin-bottom:22px!important; }
.yedupe-legacy-section-heading > span { display:flex!important;align-items:center!important;justify-content:center!important;width:38px!important;height:38px!important;background:#d9ad2d!important;color:#fff!important;border-radius:3px!important;font-size:11px!important;font-weight:900!important;box-shadow:0 3px 10px rgba(217,173,45,.22)!important; }
.yedupe-legacy-section-heading h2 { margin:0!important;color:#2c2333!important;font-size:17px!important;font-weight:900!important; }
.yedupe-legacy-section-heading p { margin:4px 0 0!important;color:#99949d!important;font-size:9px!important;font-weight:700!important; }
.yedupe-legacy-feature-grid { display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:11px!important; }
.yedupe-legacy-feature-grid article { min-height:165px!important;padding:22px 19px!important;background:#fff!important;border:1px solid #dddce2!important;border-radius:4px!important;box-shadow:0 2px 8px rgba(32,24,40,.04)!important; }
.yedupe-legacy-feature-grid article:hover { border-color:#d3b45b!important;transform:translateY(-2px)!important;box-shadow:0 7px 18px rgba(32,24,40,.08)!important; }
.yedupe-legacy-feature-grid i { color:#b28b17!important;font-size:20px!important; }
.yedupe-legacy-feature-grid h3 { margin:15px 0 8px!important;color:#312839!important;font-size:11px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.8px!important; }
.yedupe-legacy-feature-grid p { margin:0!important;color:#85808a!important;font-size:9px!important;line-height:1.7!important;font-weight:600!important; }
.yedupe-legacy-ladders-section { background:#eeeef1!important; }
.yedupe-legacy-ladders { display:flex!important;flex-wrap:wrap!important;gap:8px!important; }
.yedupe-legacy-ladders span { min-width:112px!important;flex:1 1 112px!important;padding:13px 12px!important;background:#fff!important;border:1px solid #d8d7dd!important;border-left:3px solid #d9ad2d!important;border-radius:3px!important;color:#514a56!important;text-align:center!important;font-size:9px!important;font-weight:900!important;letter-spacing:1px!important;text-transform:uppercase!important; }
.yedupe-legacy-steps { display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important; }
.yedupe-legacy-steps article { display:flex!important;align-items:flex-start!important;gap:13px!important;padding:18px!important;background:#fff!important;border:1px solid #dedde2!important;border-radius:4px!important; }
.yedupe-legacy-steps article > b { display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 27px!important;height:27px!important;border-radius:50%!important;background:#2b2135!important;color:#d9ad2d!important;font-size:10px!important;font-weight:900!important; }
.yedupe-legacy-steps h3 { margin:0 0 5px!important;color:#312839!important;font-size:10px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.8px!important; }
.yedupe-legacy-steps p { margin:0!important;color:#89848d!important;font-size:9px!important;line-height:1.6!important;font-weight:600!important; }
.yedupe-legacy-bottom-cta { display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;margin-top:18px!important;padding:18px 20px!important;background:#2a2034!important;border-left:5px solid #d9ad2d!important;border-radius:4px!important;color:#fff!important; }
.yedupe-legacy-bottom-cta div { display:flex!important;flex-direction:column!important;gap:4px!important; }
.yedupe-legacy-bottom-cta span { color:#c9c1ce!important;font-size:9px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:1px!important; }
.yedupe-legacy-bottom-cta strong { font-size:11px!important;font-weight:900!important; }
.yedupe-legacy-bottom-cta a { display:inline-flex!important;align-items:center!important;gap:8px!important;padding:10px 14px!important;background:#d9ad2d!important;color:#fff!important;border-radius:3px!important;text-decoration:none!important;font-size:9px!important;font-weight:900!important;letter-spacing:1px!important;text-transform:uppercase!important;white-space:nowrap!important; }
.yedupe-legacy-bottom-cta a:hover { background:#c89c20!important;color:#fff!important; }

.yedupe-tournament-screen { width:100%!important;max-width:none!important; }
.yedupe-tournament-screen .yedupe-tournament-page {
  margin:-59px auto 44px!important;
  position:relative!important;
  z-index:30!important;
}

@media(max-width:900px) {
  .yedupe-legacy-intro { grid-template-columns:1fr!important; }
  .yedupe-legacy-quick-card { border-left:0!important;border-top:5px solid #d9ad2d!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important; }
  .yedupe-legacy-quick-card header { grid-column:1/-1!important; }
  .yedupe-legacy-quick-card > div:nth-child(even) { border-right:1px solid rgba(255,255,255,.08)!important; }
  .yedupe-legacy-feature-grid { grid-template-columns:repeat(2,minmax(0,1fr))!important; }
  .yedupe-legacy-steps { grid-template-columns:1fr!important; }
}
@media(max-width:650px) {
  body.page-inner:has(.yedupe-legacy-page) .yedupe-legacy-page-title,
  body.page-inner:has(.yedupe-tournament-screen) .yedupe-tournament-page-title { margin:-159px auto 80px!important; }
  .yedupe-legacy-page-title h1 { font-size:27px!important;letter-spacing:12px!important;padding-left:12px!important; }
  .yedupe-legacy-page-title p,.yedupe-tournament-page-title p { font-size:8px!important;letter-spacing:2.5px!important; }
  .yedupe-legacy-shell { width:calc(100% - 14px)!important;margin:-43px auto 35px!important; }
  .yedupe-tournament-screen .yedupe-tournament-page { margin:-43px auto 35px!important; }
  .yedupe-legacy-intro-copy { padding:27px 20px!important; }
  .yedupe-legacy-intro-copy h2 { font-size:23px!important; }
  .yedupe-legacy-actions { flex-direction:column!important; }
  .yedupe-legacy-play,.yedupe-legacy-copy { flex:1 1 auto!important;width:100%!important; }
  .yedupe-legacy-quick-card { grid-template-columns:1fr!important; }
  .yedupe-legacy-quick-card header { grid-column:auto!important; }
  .yedupe-legacy-quick-card > div { border-right:0!important; }
  .yedupe-legacy-section { padding:25px 17px!important; }
  .yedupe-legacy-feature-grid { grid-template-columns:1fr!important; }
  .yedupe-legacy-bottom-cta { align-items:flex-start!important;flex-direction:column!important; }
  .yedupe-legacy-bottom-cta a { width:100%!important;justify-content:center!important; }
}

@media(max-width:980px) {
  #header.yedupe-header .yedupe-gamemodes-nav { height:auto!important; }
  #header.yedupe-header .yedupe-gamemodes-menu {
    display:block!important;
    position:static!important;
    inset:auto!important;
    transform:none!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0 0 3px 13px!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  #header.yedupe-header .yedupe-gamemodes-menu span { display:none!important; }
  #header.yedupe-header .yedupe-gamemodes-menu a.yedupe-gamemode-live {
    min-height:35px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    padding:0 12px!important;
    border:0!important;
    border-left:3px solid #d9ad2d!important;
    border-radius:3px!important;
    background:#f5f3ed!important;
    color:#4c4451!important;
  }
  #header.yedupe-header .yedupe-gamemodes-menu a.yedupe-gamemode-live em {
    display:inline!important;
    margin:0!important;
  }
}

/* Legacy dropdown and rating ladder polish — 2026-06-18 */
@media (min-width:981px) {
  #header.yedupe-header .yedupe-gamemodes-menu {
    width:176px!important;
    min-width:176px!important;
    padding:8px 0!important;
    overflow:hidden!important;
    border:1px solid rgba(36,29,43,.08)!important;
    border-radius:4px!important;
    background:#fff!important;
  }
  #header.yedupe-header .yedupe-gamemodes-menu span,
  #header.yedupe-header .yedupe-gamemodes-menu a.yedupe-gamemode-live {
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:11px 16px!important;
    border:0!important;
    background:#fff!important;
    color:#716a75!important;
    text-shadow:none!important;
    opacity:1!important;
    font:800 11px/1.05 Arial,sans-serif!important;
    letter-spacing:2.35px!important;
    text-transform:uppercase!important;
    text-decoration:none!important;
    white-space:nowrap!important;
  }
  #header.yedupe-header .yedupe-gamemodes-menu span {
    cursor:default!important;
  }
  #header.yedupe-header .yedupe-gamemodes-menu span em {
    display:block!important;
    margin-top:4px!important;
    color:#aaa5ad!important;
    font:800 8px/1 Arial,sans-serif!important;
    letter-spacing:1.55px!important;
  }
  #header.yedupe-header .yedupe-gamemodes-menu span + span,
  #header.yedupe-header .yedupe-gamemodes-menu span + a.yedupe-gamemode-live {
    border-top:1px solid #ecebef!important;
  }
  #header.yedupe-header .yedupe-gamemodes-menu a.yedupe-gamemode-live {
    pointer-events:auto!important;
    cursor:pointer!important;
  }
  #header.yedupe-header .yedupe-gamemodes-menu a.yedupe-gamemode-live:hover,
  #header.yedupe-header .yedupe-gamemodes-menu a.yedupe-gamemode-live:focus-visible {
    background:#f7f5ef!important;
    color:#b48c17!important;
    outline:0!important;
  }
}

.yedupe-legacy-ratings-section {
  background:#f4f4f6!important;
}
.yedupe-legacy-rating-summary {
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:11px!important;
  margin-bottom:14px!important;
}
.yedupe-legacy-rating-summary > div {
  display:flex!important;
  align-items:flex-start!important;
  gap:13px!important;
  padding:18px 19px!important;
  border:1px solid #dcdae0!important;
  border-radius:4px!important;
  background:#fff!important;
  box-shadow:0 2px 8px rgba(32,24,40,.035)!important;
}
.yedupe-legacy-rating-summary i {
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 34px!important;
  width:34px!important;
  height:34px!important;
  border-radius:3px!important;
  background:#2b2135!important;
  color:#d9ad2d!important;
  font-size:13px!important;
}
.yedupe-legacy-rating-summary span {
  display:flex!important;
  flex-direction:column!important;
  gap:5px!important;
}
.yedupe-legacy-rating-summary b {
  color:#312839!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.75px!important;
  text-transform:uppercase!important;
}
.yedupe-legacy-rating-summary small {
  color:#89848d!important;
  font-size:9px!important;
  font-weight:600!important;
  line-height:1.65!important;
}
.yedupe-legacy-rank-grid {
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:8px!important;
}
.yedupe-legacy-rank-grid article {
  --legacy-rank-color:#777;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  min-height:58px!important;
  padding:12px 15px!important;
  border:1px solid #dedde2!important;
  border-left:4px solid var(--legacy-rank-color)!important;
  border-radius:4px!important;
  background:#fff!important;
  box-shadow:0 2px 7px rgba(32,24,40,.035)!important;
}
.yedupe-legacy-rank-grid article > div {
  display:flex!important;
  align-items:center!important;
  gap:11px!important;
  min-width:0!important;
}
.yedupe-legacy-rank-grid article span {
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:27px!important;
  height:27px!important;
  border-radius:50%!important;
  background:color-mix(in srgb,var(--legacy-rank-color) 12%,white)!important;
  color:var(--legacy-rank-color)!important;
  font-size:8px!important;
  font-weight:900!important;
}
.yedupe-legacy-rank-grid article b {
  overflow:hidden!important;
  color:var(--legacy-rank-color)!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:1px!important;
  text-overflow:ellipsis!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}
.yedupe-legacy-rank-grid article strong {
  color:#8b8690!important;
  font-size:9px!important;
  font-weight:800!important;
  letter-spacing:.25px!important;
  white-space:nowrap!important;
}
.yedupe-legacy-rank-grid .rank-legend { --legacy-rank-color:#aa0000; }
.yedupe-legacy-rank-grid .rank-immortal { --legacy-rank-color:#e34444; }
.yedupe-legacy-rank-grid .rank-ascendant { --legacy-rank-color:#3ca94c; }
.yedupe-legacy-rank-grid .rank-grandmaster { --legacy-rank-color:#9b2c9b; }
.yedupe-legacy-rank-grid .rank-master { --legacy-rank-color:#d853d8; }
.yedupe-legacy-rank-grid .rank-diamond { --legacy-rank-color:#159aa8; }
.yedupe-legacy-rank-grid .rank-platinum { --legacy-rank-color:#38b8c7; }
.yedupe-legacy-rank-grid .rank-gold { --legacy-rank-color:#d1a014; }
.yedupe-legacy-rank-grid .rank-silver { --legacy-rank-color:#8e9299; }
.yedupe-legacy-rank-grid .rank-bronze { --legacy-rank-color:#c17824; }

@media (max-width:980px) {
  #header.yedupe-header .yedupe-gamemodes-menu a.yedupe-gamemode-live {
    justify-content:flex-start!important;
    pointer-events:auto!important;
    opacity:1!important;
  }
}
@media (max-width:650px) {
  .yedupe-legacy-rating-summary,
  .yedupe-legacy-rank-grid {
    grid-template-columns:1fr!important;
  }
  .yedupe-legacy-rank-grid article {
    min-height:54px!important;
  }
}

/* Legacy seasons, archived leaderboards, and Hall of Legends */
.yedupe-legacy-hall-feature { position:relative!important; }
.yedupe-legacy-hall-feature > a {
  display:inline-flex!important;align-items:center!important;gap:7px!important;margin-top:14px!important;
  color:#b28b17!important;font-size:8px!important;font-weight:900!important;letter-spacing:.8px!important;
  text-decoration:none!important;text-transform:uppercase!important;
}
.yedupe-legacy-hall-feature > a i { font-size:8px!important;transition:transform .18s ease!important; }
.yedupe-legacy-hall-feature > a:hover i { transform:translateX(3px)!important; }

.yedupe-legacy-season-bar {
  display:grid!important;grid-template-columns:minmax(0,1fr) 190px auto!important;align-items:center!important;gap:14px!important;
  margin-bottom:15px!important;padding:15px 17px!important;background:#2b2135!important;border-left:5px solid #d9ad2d!important;
  border-radius:4px!important;box-shadow:0 5px 16px rgba(27,20,33,.14)!important;color:#fff!important;
}
.yedupe-legacy-season-bar > div:first-child { display:flex!important;flex-direction:column!important;gap:2px!important;min-width:0!important; }
.yedupe-legacy-season-bar > div:first-child span { color:#c7becd!important;font-size:8px!important;font-weight:900!important;letter-spacing:1.2px!important;text-transform:uppercase!important; }
.yedupe-legacy-season-bar > div:first-child strong { font-size:14px!important;font-weight:900!important;letter-spacing:.3px!important; }
.yedupe-legacy-season-bar > div:first-child small { color:#aaa1b0!important;font-size:8px!important;font-weight:700!important; }
.yedupe-legacy-season-picker { position:relative!important; }
.yedupe-legacy-season-picker > button {
  display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;padding:11px 12px!important;
  background:#fff!important;border:0!important;border-radius:3px!important;color:#3b3142!important;font-size:9px!important;font-weight:900!important;
  letter-spacing:.7px!important;text-transform:uppercase!important;cursor:pointer!important;
}
.yedupe-legacy-season-picker > div {
  display:none!important;position:absolute!important;z-index:40!important;top:calc(100% + 6px)!important;left:0!important;right:0!important;
  max-height:260px!important;overflow:auto!important;background:#fff!important;border:1px solid #d8d5dc!important;border-radius:3px!important;
  box-shadow:0 10px 26px rgba(28,20,35,.2)!important;
}
.yedupe-legacy-season-picker:hover > div,.yedupe-legacy-season-picker:focus-within > div { display:block!important; }
.yedupe-legacy-season-picker > div a { display:flex!important;flex-direction:column!important;gap:2px!important;padding:10px 12px!important;border-bottom:1px solid #eceaee!important;text-decoration:none!important; }
.yedupe-legacy-season-picker > div a:last-child { border-bottom:0!important; }
.yedupe-legacy-season-picker > div a span { color:#4b4350!important;font-size:9px!important;font-weight:900!important;text-transform:uppercase!important; }
.yedupe-legacy-season-picker > div a small { color:#9b959f!important;font-size:8px!important;font-weight:700!important; }
.yedupe-legacy-season-picker > div a:hover,.yedupe-legacy-season-picker > div a.active { background:#f5f0df!important; }
.yedupe-legacy-hall-shortcut {
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:11px 14px!important;
  background:#d9ad2d!important;border-radius:3px!important;color:#fff!important;text-decoration:none!important;font-size:8px!important;
  font-weight:900!important;letter-spacing:.9px!important;text-transform:uppercase!important;white-space:nowrap!important;
}
.yedupe-legacy-hall-shortcut:hover { background:#c89c20!important;color:#fff!important; }

body.page-inner:has(.yedupe-legacy-hall-page) .container.vert-container { max-width:none!important;width:100%!important;padding:0!important; }
.yedupe-legacy-hall-page { min-height:650px!important; }
.yedupe-legacy-hall-shell {
  position:relative!important;z-index:4!important;width:min(1080px,calc(100% - 34px))!important;margin:-52px auto 55px!important;
  background:#f4f4f6!important;border-radius:5px!important;box-shadow:0 12px 34px rgba(34,26,42,.18)!important;overflow:visible!important;
}
.yedupe-hall-hero {
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:25px!important;padding:30px 34px!important;
  background:linear-gradient(120deg,#281f32,#3a2d46)!important;border-bottom:5px solid #d9ad2d!important;color:#fff!important;
}
.yedupe-hall-hero > div { max-width:690px!important; }
.yedupe-hall-hero > div > span { display:inline-flex!important;align-items:center!important;gap:7px!important;color:#d9ad2d!important;font-size:8px!important;font-weight:900!important;letter-spacing:1.4px!important;text-transform:uppercase!important; }
.yedupe-hall-hero h2 { margin:9px 0 8px!important;color:#fff!important;font-size:24px!important;font-weight:900!important;letter-spacing:.2px!important;text-shadow:0 1px 2px rgba(0,0,0,.2)!important; }
.yedupe-hall-hero p { margin:0!important;color:#c6becb!important;font-size:10px!important;line-height:1.7!important;font-weight:600!important; }
.yedupe-hall-hero > a { display:inline-flex!important;align-items:center!important;gap:8px!important;padding:11px 14px!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:3px!important;color:#fff!important;text-decoration:none!important;font-size:8px!important;font-weight:900!important;letter-spacing:.8px!important;text-transform:uppercase!important;white-space:nowrap!important; }
.yedupe-hall-hero > a:hover { background:rgba(255,255,255,.08)!important;color:#fff!important; }
.yedupe-hall-toolbar {
  display:grid!important;grid-template-columns:minmax(0,1fr) 190px auto!important;align-items:center!important;gap:14px!important;padding:17px 22px!important;
  background:#fff!important;border-bottom:1px solid #dddae1!important;
}
.yedupe-hall-toolbar > div:first-child { display:flex!important;flex-direction:column!important;gap:2px!important; }
.yedupe-hall-toolbar > div:first-child small { color:#9a949d!important;font-size:8px!important;font-weight:900!important;letter-spacing:1px!important;text-transform:uppercase!important; }
.yedupe-hall-toolbar > div:first-child strong { color:#342a3c!important;font-size:14px!important;font-weight:900!important; }
.yedupe-hall-toolbar > div:first-child span { color:#918a95!important;font-size:8px!important;font-weight:700!important; }
.yedupe-hall-season-select { position:relative!important; }
.yedupe-hall-season-select > button { display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;padding:11px 12px!important;background:#f1eff3!important;border:1px solid #dad7de!important;border-radius:3px!important;color:#453c4b!important;font-size:9px!important;font-weight:900!important;text-transform:uppercase!important;cursor:pointer!important; }
.yedupe-hall-season-select > div { display:none!important;position:absolute!important;z-index:50!important;top:calc(100% + 5px)!important;left:0!important;right:0!important;max-height:270px!important;overflow:auto!important;background:#fff!important;border:1px solid #d9d5dd!important;border-radius:3px!important;box-shadow:0 10px 24px rgba(30,22,37,.18)!important; }
.yedupe-hall-season-select:hover > div,.yedupe-hall-season-select:focus-within > div { display:block!important; }
.yedupe-hall-season-select > div a { display:flex!important;flex-direction:column!important;gap:2px!important;padding:10px 12px!important;border-bottom:1px solid #ece9ee!important;text-decoration:none!important; }
.yedupe-hall-season-select > div a span { color:#443b49!important;font-size:9px!important;font-weight:900!important;text-transform:uppercase!important; }
.yedupe-hall-season-select > div a small { color:#99939d!important;font-size:8px!important;font-weight:700!important; }
.yedupe-hall-season-select > div a:hover,.yedupe-hall-season-select > div a.active { background:#f6f0df!important; }
.yedupe-hall-leaderboard-link { display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:11px 14px!important;background:#d9ad2d!important;border-radius:3px!important;color:#fff!important;text-decoration:none!important;font-size:8px!important;font-weight:900!important;letter-spacing:.8px!important;text-transform:uppercase!important;white-space:nowrap!important; }
.yedupe-hall-leaderboard-link:hover { background:#c89c20!important;color:#fff!important; }
.yedupe-hall-section { padding:29px 31px 34px!important;border-bottom:1px solid #dedbe1!important; }
.yedupe-hall-section:last-child { border-bottom:0!important; }
.yedupe-hall-section > header { display:flex!important;align-items:center!important;gap:13px!important;margin-bottom:20px!important; }
.yedupe-hall-section > header > span { display:flex!important;align-items:center!important;justify-content:center!important;width:36px!important;height:36px!important;background:#d9ad2d!important;border-radius:3px!important;color:#fff!important;font-size:10px!important;font-weight:900!important; }
.yedupe-hall-section h2 { margin:0!important;color:#32283a!important;font-size:16px!important;font-weight:900!important; }
.yedupe-hall-section header p { margin:3px 0 0!important;color:#98919b!important;font-size:8px!important;font-weight:700!important; }
.yedupe-hall-grid { display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:11px!important; }
.yedupe-hall-grid article { position:relative!important;min-height:145px!important;padding:18px!important;background:#fff!important;border:1px solid #dedbe1!important;border-top:3px solid #d9ad2d!important;border-radius:4px!important;box-shadow:0 3px 10px rgba(31,23,39,.04)!important; }
.yedupe-hall-grid article.is-unclaimed { opacity:.72!important;border-top-color:#aaa5ad!important; }
.yedupe-hall-icon { position:absolute!important;top:15px!important;right:15px!important;color:#d9ad2d!important;font-size:17px!important; }
.yedupe-hall-grid article > small { display:block!important;max-width:80%!important;color:#827b86!important;font-size:8px!important;font-weight:900!important;letter-spacing:.8px!important;line-height:1.4!important;text-transform:uppercase!important; }
.yedupe-hall-player { display:flex!important;align-items:center!important;gap:11px!important;margin-top:25px!important; }
.yedupe-hall-player img { width:40px!important;height:40px!important;border-radius:4px!important;image-rendering:auto!important; }
.yedupe-hall-player span { display:flex!important;flex-direction:column!important;min-width:0!important; }
.yedupe-hall-player b { overflow:hidden!important;color:#342b3b!important;font-size:11px!important;font-weight:900!important;text-overflow:ellipsis!important;white-space:nowrap!important; }
.yedupe-hall-player em { margin-top:3px!important;color:#b28b17!important;font-size:9px!important;font-style:normal!important;font-weight:900!important; }
.yedupe-champion-grid { display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important; }
.yedupe-champion-grid article { display:flex!important;align-items:center!important;gap:13px!important;padding:15px!important;background:#fff!important;border:1px solid #dedbe1!important;border-left:4px solid #d9ad2d!important;border-radius:4px!important; }
.yedupe-champion-grid img { width:48px!important;height:48px!important;border-radius:4px!important; }
.yedupe-champion-grid article > div { display:flex!important;flex-direction:column!important;min-width:0!important; }
.yedupe-champion-grid small { color:#9a939d!important;font-size:8px!important;font-weight:900!important;letter-spacing:.7px!important;text-transform:uppercase!important; }
.yedupe-champion-grid b { margin-top:3px!important;color:#342b3b!important;font-size:11px!important;font-weight:900!important; }
.yedupe-champion-grid span { margin-top:4px!important;color:#b28b17!important;font-size:8px!important;font-weight:800!important; }
.yedupe-hall-empty,.yedupe-hall-unavailable { padding:28px!important;background:#fff!important;border:1px dashed #d5d1d8!important;border-radius:4px!important;color:#8f8893!important;text-align:center!important;font-size:9px!important;font-weight:800!important; }
.yedupe-hall-unavailable { display:flex!important;flex-direction:column!important;align-items:center!important;gap:7px!important;margin:26px!important; }
.yedupe-hall-unavailable i { color:#d9ad2d!important;font-size:24px!important; }
.yedupe-hall-unavailable strong { color:#392f40!important;font-size:12px!important;font-weight:900!important; }

@media (max-width:900px) {
  .yedupe-legacy-season-bar,.yedupe-hall-toolbar { grid-template-columns:1fr 180px!important; }
  .yedupe-legacy-hall-shortcut,.yedupe-hall-leaderboard-link { grid-column:1/-1!important; }
  .yedupe-hall-grid { grid-template-columns:repeat(2,minmax(0,1fr))!important; }
}
@media (max-width:650px) {
  .yedupe-legacy-season-bar,.yedupe-hall-toolbar { grid-template-columns:1fr!important; }
  .yedupe-legacy-hall-shell { width:calc(100% - 14px)!important;margin:-43px auto 34px!important; }
  .yedupe-hall-hero { align-items:flex-start!important;flex-direction:column!important;padding:25px 19px!important; }
  .yedupe-hall-hero h2 { font-size:21px!important; }
  .yedupe-hall-toolbar { padding:15px!important; }
  .yedupe-hall-section { padding:24px 16px 28px!important; }
  .yedupe-hall-grid,.yedupe-champion-grid { grid-template-columns:1fr!important; }
}

/* ========================================================================== */
/* YeDupe brand pass                                                          */
/* ========================================================================== */
:root {
  --yedupe-deep:#07182f;
  --yedupe-navy:#0d2d57;
  --yedupe-blue:#2fb8ff;
  --yedupe-cyan:#8ce9ff;
  --yedupe-indigo:#4669e8;
  --yedupe-purple:#6757e9;
  --yedupe-page:#eef4fb;
  --yedupe-border:#dce7f3;
  --yedupe-muted:#6d7f93;
}

body,
body.light {
  background:var(--yedupe-page)!important;
}

#header.yedupe-header {
  background:var(--yedupe-deep)!important;
}
#header.yedupe-header .header-bg {
  background-image:linear-gradient(120deg,rgba(4,22,47,.63),rgba(25,43,103,.45)),url('/images/background.jpg')!important;
  background-position:center 53%!important;
  filter:blur(4px) saturate(1.14)!important;
}
#header.yedupe-header::after {
  background:linear-gradient(to bottom,rgba(4,19,40,.10),rgba(4,19,40,.34))!important;
}
.yedupe-nav {
  background:linear-gradient(90deg,rgba(4,18,41,.48),rgba(18,35,83,.30))!important;
  border-bottom:1px solid rgba(147,224,255,.15)!important;
  backdrop-filter:blur(5px)!important;
}
#header.yedupe-header .yedupe-brand img {
  width:38px!important;
  max-height:40px!important;
  filter:drop-shadow(0 4px 8px rgba(0,0,0,.32))!important;
}
body.page-home .yedupe-hero-mark img {
  width:154px!important;
  max-width:154px!important;
  filter:drop-shadow(0 13px 25px rgba(0,0,0,.40))!important;
}
body.page-home .yedupe-tagline,
body.page-home .yedupe-hero-mark .yedupe-tagline {
  color:#fff!important;
  letter-spacing:5px!important;
  text-shadow:0 2px 14px rgba(0,0,0,.48)!important;
}
.home-player-count {
  border-color:rgba(142,233,255,.62)!important;
}
.home-player-count:hover,
.home-player-count.copied {
  border-color:var(--yedupe-cyan)!important;
  background:rgba(35,151,222,.24)!important;
}

.yedupe-store-strip {
  background:linear-gradient(90deg,#1ca8f4,#555be8 58%,#7657e7)!important;
  box-shadow:0 8px 20px rgba(38,101,206,.18)!important;
}
.yedupe-post-title {
  background:linear-gradient(90deg,#0c2a50,#173d73)!important;
  border-left:4px solid var(--yedupe-blue)!important;
}
.yedupe-read-more,
.breadcrumb-bar a,
.yedupe-post-meta a {
  color:#238fda!important;
}
.yedupe-read-more:hover,
.breadcrumb-bar a:hover {
  color:#5664e9!important;
}

.yedupe-gamemodes-menu a {
  pointer-events:auto!important;
  opacity:1!important;
}
#header.yedupe-header .yedupe-gamemodes-menu a.yedupe-gamemode-live,
#header.yedupe-header .yedupe-gamemodes-menu a {
  border-left-color:var(--yedupe-blue)!important;
}
#header.yedupe-header .yedupe-gamemodes-menu a.yedupe-gamemode-live:hover,
#header.yedupe-header .yedupe-gamemodes-menu a:hover,
#header.yedupe-header .yedupe-gamemodes-menu a:focus-visible {
  background:#eef8ff!important;
  color:#278fd5!important;
}

.yedupe-login,
.yedupe-mobile-account-link,
.btn-primary {
  border-color:rgba(142,233,255,.76)!important;
}
.btn-primary,
.yedupe-auth-card button[type="submit"] {
  background:linear-gradient(90deg,#259fe5,#5363e8)!important;
  border-color:#3c7edb!important;
}

.yedupe-page-title h1 {
  text-shadow:0 3px 17px rgba(0,20,53,.42)!important;
}

#foot {
  background:#06162b!important;
  border-top:1px solid rgba(89,177,235,.14)!important;
}
.footer-brand img,
.login-bottom-brand img {
  object-fit:contain!important;
  filter:drop-shadow(0 3px 8px rgba(0,0,0,.28))!important;
}
.footer-brand span {
  color:rgba(205,235,255,.50)!important;
}
.footer-faint {
  color:rgba(133,198,239,.07)!important;
}
.footer-nav a:hover {
  color:var(--yedupe-cyan)!important;
}

/* Lifesteal Dupe landing page */
.lifesteal-page .yedupe-page-title {
  margin-top:-49px!important;
}
.lifesteal-shell {
  width:960px!important;
  max-width:calc(100vw - 28px)!important;
  margin:-34px auto 80px!important;
  padding:14px!important;
  background:#fff!important;
  border:1px solid rgba(44,112,171,.10)!important;
  border-radius:7px!important;
  box-shadow:0 16px 38px rgba(14,44,79,.13)!important;
}
.lifesteal-hero-card {
  position:relative!important;
  overflow:hidden!important;
  padding:46px 38px 42px!important;
  border:1px solid rgba(123,221,255,.18)!important;
  border-radius:6px!important;
  background:
    radial-gradient(circle at 82% 12%,rgba(99,86,235,.31),transparent 32%),
    radial-gradient(circle at 16% 80%,rgba(44,187,255,.22),transparent 34%),
    linear-gradient(120deg,rgba(5,25,52,.93),rgba(12,48,94,.89)),
    url('/images/background.jpg') center 53%/cover no-repeat!important;
  box-shadow:inset 0 0 70px rgba(25,158,255,.08)!important;
}
.lifesteal-hero-card::before {
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(115deg,transparent 15%,rgba(255,255,255,.055) 34%,transparent 51%);
}
.lifesteal-kicker {
  position:relative!important;
  color:var(--yedupe-cyan)!important;
  font:900 10px/1 Arial,sans-serif!important;
  letter-spacing:5px!important;
  text-transform:uppercase!important;
}
.lifesteal-hero-card h2 {
  position:relative!important;
  max-width:760px!important;
  margin:0 auto 16px!important;
  color:#fff!important;
  font:900 31px/1.16 Raleway,Arial,sans-serif!important;
  letter-spacing:.2px!important;
  text-shadow:0 3px 18px rgba(0,0,0,.28)!important;
}
.lifesteal-hero-card p {
  position:relative!important;
  max-width:760px!important;
  color:#d9e9f8!important;
  font-size:13px!important;
  line-height:1.72!important;
}
.lifesteal-pills {
  position:relative!important;
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:center!important;
  gap:8px!important;
  margin:23px auto 0!important;
}
.lifesteal-pills span {
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  padding:8px 10px!important;
  border:1px solid rgba(142,233,255,.24)!important;
  border-radius:999px!important;
  background:rgba(5,20,48,.39)!important;
  color:#dff7ff!important;
  font:800 9px/1 Arial,sans-serif!important;
  letter-spacing:.8px!important;
  text-transform:uppercase!important;
}
.lifesteal-pills i {
  color:var(--yedupe-cyan)!important;
}
.lifesteal-actions {
  position:relative!important;
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:center!important;
  gap:10px!important;
  margin-top:25px!important;
}
.lifesteal-actions a,
.lifesteal-actions button {
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-height:40px!important;
  padding:0 17px!important;
  border:1px solid rgba(121,222,255,.35)!important;
  border-radius:4px!important;
  background:linear-gradient(90deg,#1d99dd,#5260e8)!important;
  color:#fff!important;
  box-shadow:0 7px 16px rgba(24,91,177,.20)!important;
  font:900 9px/1 Arial,sans-serif!important;
  letter-spacing:1.3px!important;
  text-decoration:none!important;
  text-transform:uppercase!important;
  transition:transform .16s ease,filter .16s ease!important;
}
.lifesteal-actions a.secondary {
  background:rgba(8,31,66,.62)!important;
}
.lifesteal-actions a:hover,
.lifesteal-actions button:hover {
  transform:translateY(-1px)!important;
  filter:brightness(1.08)!important;
}
.lifesteal-grid {
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  margin-top:14px!important;
}
.lifesteal-grid article {
  position:relative!important;
  min-height:180px!important;
  padding:22px 19px 19px!important;
  overflow:hidden!important;
  border:1px solid var(--yedupe-border)!important;
  border-radius:5px!important;
  background:linear-gradient(145deg,#fff,#f6faff)!important;
  box-shadow:0 5px 14px rgba(18,68,115,.045)!important;
}
.lifesteal-grid article::after {
  content:"";
  position:absolute;
  right:-28px;
  bottom:-32px;
  width:90px;
  height:90px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(63,166,236,.10),transparent 68%);
}
.lifesteal-grid article > i {
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:34px!important;
  height:34px!important;
  margin-bottom:16px!important;
  border-radius:8px!important;
  background:linear-gradient(145deg,rgba(40,169,239,.13),rgba(100,87,233,.10))!important;
  color:#329ede!important;
  font-size:14px!important;
}
.lifesteal-grid h3 {
  margin:0 0 10px!important;
  color:#12345d!important;
  font:900 12px/1 Arial,sans-serif!important;
  letter-spacing:2.6px!important;
  text-transform:uppercase!important;
}
.lifesteal-grid p {
  margin:0!important;
  color:#6d7f91!important;
  font-size:12px!important;
  line-height:1.65!important;
}
.lifesteal-join-card {
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
  margin-top:14px!important;
  padding:24px 26px!important;
  border-radius:5px!important;
  background:linear-gradient(115deg,#0a2447,#123d72 63%,#4247b5)!important;
  color:#fff!important;
  box-shadow:0 8px 20px rgba(27,74,132,.17)!important;
}
.lifesteal-join-card span {
  display:block!important;
  color:var(--yedupe-cyan)!important;
  font:900 8px/1 Arial,sans-serif!important;
  letter-spacing:2.5px!important;
  text-transform:uppercase!important;
}
.lifesteal-join-card h3 {
  margin:6px 0 7px!important;
  color:#fff!important;
  font:900 22px/1 Raleway,Arial,sans-serif!important;
}
.lifesteal-join-card p {
  margin:0!important;
  color:#cfe0f1!important;
  font-size:11px!important;
}
.lifesteal-join-card strong {
  color:#fff!important;
}
.lifesteal-join-card button {
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  min-width:170px!important;
  min-height:43px!important;
  border:1px solid rgba(156,232,255,.48)!important;
  border-radius:4px!important;
  background:rgba(7,27,61,.50)!important;
  color:#fff!important;
  font:900 10px/1 Arial,sans-serif!important;
  letter-spacing:1.5px!important;
}

@media(max-width:980px) {
  .lifesteal-shell { width:calc(100vw - 28px)!important; }
  .lifesteal-grid { grid-template-columns:repeat(2,minmax(0,1fr))!important; }
  .lifesteal-actions { flex-direction:row!important; }
}
@media(max-width:650px) {
  #header.yedupe-header .yedupe-brand img { width:33px!important; }
  body.page-home .yedupe-hero-mark img { width:132px!important;max-width:132px!important; }
  .lifesteal-shell { width:calc(100vw - 14px)!important;padding:7px!important;margin-bottom:42px!important; }
  .lifesteal-hero-card { padding:34px 18px 30px!important; }
  .lifesteal-hero-card h2 { font-size:24px!important; }
  .lifesteal-pills { align-items:stretch!important; }
  .lifesteal-pills span { justify-content:center!important;flex:1 1 calc(50% - 8px)!important; }
  .lifesteal-actions { flex-direction:column!important; }
  .lifesteal-actions a,
  .lifesteal-actions button { width:100%!important; }
  .lifesteal-grid { grid-template-columns:1fr!important; }
  .lifesteal-grid article { min-height:0!important; }
  .lifesteal-join-card { align-items:flex-start!important;flex-direction:column!important;padding:22px 19px!important; }
  .lifesteal-join-card button { width:100%!important; }
}

/* ========================================================================== */
/* YeDupe UI fixes - 2026-08-29                                               */
/* ========================================================================== */

/* Login uses the full YeDupe background graphic instead of the page shell. */
body.page-login,
body.page-login.light,
body.page-login.dark {
    background: #07182f !important;
}
body.page-login::before,
body.page-login::after {
    display: none !important;
}
body.page-login #view {
    min-height: 100vh !important;
    background:
        linear-gradient(rgba(7, 24, 47, .52), rgba(13, 45, 87, .48)),
        url('/images/background.jpg') center center / cover no-repeat fixed !important;
}
body.page-login #header.yedupe-header,
body.page-login .main--wrapper {
    background: transparent !important;
}
body.page-login #header.yedupe-header .header-bg {
    display: none !important;
}

/* Home CTAs use the blue YeDupe palette. */
body.page-home .yedupe-store-strip,
.yedupe-store-strip {
    background: linear-gradient(90deg, #159fe9, #3f78ec 58%, #6659e9) !important;
    color: #fff !important;
}
.yedupe-read-more,
body.page-home .yedupe-read-more {
    background: linear-gradient(90deg, #159fe9, #3f78ec 58%, #6659e9) !important;
    color: #fff !important;
    border-color: #2d7cde !important;
}
.yedupe-read-more:hover,
body.page-home .yedupe-read-more:hover {
    background: linear-gradient(90deg, #118ed2, #356ce0 58%, #584dd8) !important;
    color: #fff !important;
}

/* Lifesteal leaderboard YeDupe palette */
.yedupe-lb-tabs > a.active,
.yedupe-lb-tabs > a:hover,
body.page-inner .yedupe-leaderboard-shell .yedupe-lb-tabs > a.active,
body.page-inner .yedupe-leaderboard-shell .yedupe-lb-tabs > a:hover {
    background: linear-gradient(90deg, #159fe9, #3f78ec 58%, #6659e9) !important;
    color: #fff !important;
}


/* YeDupe profile/support final overrides (2026-08-29). */
body.page-home .yedupe-store-strip,
.yedupe-store-strip{background:#ff1f2b!important;color:#fff!important;}
.yedupe-lb-tabs .select{background:linear-gradient(90deg,#159fe9,#3f78ec 58%,#6659e9)!important;}
.yedupe-lb-tabs .select:after{border-left-color:#6659e9!important;}
.profile-stat-grid.profile-stat-grid-lifesteal{grid-template-columns:minmax(0,1fr)!important;}
.profile-stat-panel.profile-stat-panel-lifesteal{width:100%!important;}
.profile-stat-lines.profile-stat-lines-six{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important;}
@media(max-width:760px){.profile-stat-lines.profile-stat-lines-six{grid-template-columns:1fr!important;}}

.profile-general-grid.profile-general-grid-lifesteal{grid-template-columns:minmax(0,1fr)!important;}


/* ========================================================================== */
/* YeDupe profile/forum/admin corrections - 2026-08-29                        */
/* ========================================================================== */

/* Keep the original profile gamemode-card layout: Lifesteal + coming soon. */
.profile-general-grid.profile-general-grid-lifesteal {
    display:grid !important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
    gap:12px !important;
    align-items:stretch !important;
}
.profile-general-grid.profile-general-grid-lifesteal .profile-stat-panel,
.profile-general-grid.profile-general-grid-lifesteal .profile-coming-soon {
    width:100% !important;
    min-width:0 !important;
    min-height:190px !important;
    box-sizing:border-box !important;
}
.profile-stat-lines.profile-stat-lines-six {
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:7px !important;
    padding:10px !important;
}
@media(max-width:760px) {
    .profile-general-grid.profile-general-grid-lifesteal {
        grid-template-columns:1fr !important;
    }
    .profile-stat-lines.profile-stat-lines-six {
        grid-template-columns:1fr !important;
    }
}

/* Profile comments ported from the earlier site. */
.profile-comment-actions {
    flex:0 0 auto !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    margin-left:10px !important;
}
.profile-comment-actions a {
    width:30px !important;
    height:30px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:3px !important;
    background:#f1f1f1 !important;
    color:#c13b4a !important;
    text-decoration:none !important;
}
.profile-comment-actions a:hover {
    background:rgba(193,59,74,.12) !important;
    color:#a62938 !important;
}
.profile-comments-empty {
    min-height:70px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    color:#888 !important;
    font:900 10px/1 Arial,sans-serif !important;
    letter-spacing:2px !important;
    text-transform:uppercase !important;
}

/* Empty profile states must remain readable in light mode. */
.yedupe-profile-tab-body .profile-empty-state,
.yedupe-profile-tab-body .error.profile-empty-state,
.profile-grants-empty.profile-empty-state {
    color:#777 !important;
    -webkit-text-fill-color:#777 !important;
    text-shadow:none !important;
    opacity:1 !important;
}
.yedupe-profile-tab-body .yedupe-empty-row,
.yedupe-profile-tab-body .profile-empty-threads {
    background:#f7f7f7 !important;
    color:#777 !important;
    border-color:#ececec !important;
    justify-content:center !important;
    min-height:74px !important;
}
body.dark .yedupe-profile-tab-body .profile-empty-state,
body.dark .yedupe-profile-tab-body .error.profile-empty-state,
body.dark .profile-grants-empty.profile-empty-state {
    color:#aaa !important;
    -webkit-text-fill-color:#aaa !important;
}
body.dark .yedupe-profile-tab-body .yedupe-empty-row,
body.dark .yedupe-profile-tab-body .profile-empty-threads {
    background:#242424 !important;
    border-color:#363636 !important;
}

/* Forum categories and forum-admin create/edit controls use YeDupe blue. */
.yedupe-forum-section-header.yedupe-category-heading > span,
.yedupe-category-heading > span,
.yedupe-forum-category-shell .yedupe-forum-section-header > span {
    color:#238ee9 !important;
}
.yedupe-admin-details[open] > summary,
.yedupe-admin-panel-form button,
.yedupe-admin-inline-form button,
.yedupe-action-btn {
    background:linear-gradient(90deg,#159fe9,#3f78ec 58%,#6659e9) !important;
    border-color:#2d7cde !important;
    color:#fff !important;
}
.yedupe-admin-details[open] > summary:hover,
.yedupe-admin-panel-form button:hover,
.yedupe-admin-inline-form button:hover,
.yedupe-action-btn:hover {
    background:linear-gradient(90deg,#118ed2,#356ce0 58%,#584dd8) !important;
    color:#fff !important;
}

/* Requested staff colors, matching /list exactly. */
:root {
    --yedupe-owner:#aa0000;
    --yedupe-manager:#ff5555;
    --yedupe-engineer:#ffaa00;
    --yedupe-senioradmin:#aa0000;
    --yedupe-admin:#ff55ff;
    --yedupe-seniormod:#aa00aa;
    --yedupe-mod:#ffff55;
    --yedupe-helper:#55ff55;
}
.yedupe-staff-page .yedupe-staff-rank[data-rank-key*="owner"] { color:#aa0000 !important; }
.yedupe-staff-page .yedupe-staff-rank[data-rank-key*="manager"] { color:#ff5555 !important; }
.yedupe-staff-page .yedupe-staff-rank[data-rank-key*="engineer"] { color:#ffaa00 !important; }
.yedupe-staff-page .yedupe-staff-rank[data-rank-key*="senior-admin"],
.yedupe-staff-page .yedupe-staff-rank[data-rank-key*="senioradmin"],
.yedupe-staff-page .yedupe-staff-rank[data-rank-key*="sr-admin"],
.yedupe-staff-page .yedupe-staff-rank[data-rank-key*="sradmin"] { color:#aa0000 !important; }
.yedupe-staff-page .yedupe-staff-rank[data-rank-key="admin"] { color:#ff55ff !important; }
.yedupe-staff-page .yedupe-staff-rank[data-rank-key*="senior-mod"],
.yedupe-staff-page .yedupe-staff-rank[data-rank-key*="seniormod"],
.yedupe-staff-page .yedupe-staff-rank[data-rank-key*="sr-mod"],
.yedupe-staff-page .yedupe-staff-rank[data-rank-key*="srmod"] { color:#aa00aa !important; }
.yedupe-staff-page .yedupe-staff-rank[data-rank-key="mod"] { color:#ffff55 !important; }
.yedupe-staff-page .yedupe-staff-rank[data-rank-key*="helper"] { color:#55ff55 !important; }

/* Keep store strip red; Read More stays YeDupe blue. */
body.page-home .yedupe-store-strip,
.yedupe-store-strip {
    background:#ff1f2b !important;
    color:#fff !important;
}
body.page-home .yedupe-read-more,
.yedupe-read-more {
    background:linear-gradient(90deg,#159fe9,#3f78ec 58%,#6659e9) !important;
    color:#fff !important;
}

/* Admin server panel. */
.server-panel-empty {
    margin:1rem !important;
    text-align:center !important;
    color:#777 !important;
}
.server-admin-table .status-label {
    display:inline-block !important;
    min-width:82px !important;
    padding:4px 7px !important;
    border-radius:3px !important;
    text-align:center !important;
    font:900 9px/1 Arial,sans-serif !important;
    letter-spacing:1.2px !important;
}
.server-player-list {
    display:flex !important;
    flex-direction:column !important;
    gap:6px !important;
    margin-top:7px !important;
}
.server-player-kick {
    display:grid !important;
    grid-template-columns:minmax(90px,1fr) minmax(120px,1.35fr) auto !important;
    gap:6px !important;
    align-items:center !important;
}
.server-player-kick span {
    color:#666 !important;
    font-weight:800 !important;
}
.server-player-kick input {
    min-width:0 !important;
    height:29px !important;
    border:1px solid #ddd !important;
    border-radius:3px !important;
    padding:0 8px !important;
    color:#666 !important;
    font-size:11px !important;
}
.server-player-kick button {
    height:29px !important;
    display:inline-flex !important;
    align-items:center !important;
    gap:5px !important;
}
@media(max-width:760px) {
    .server-player-kick { grid-template-columns:1fr !important; }
}

/* ========================================================================== */
/* YeDupe final forum/staff color corrections                                 */
/* ========================================================================== */
/* Keep the category bar heading ("YeDupe Network") neutral gray. */
.yedupe-forums-page .yedupe-forum-section-header,
.yedupe-forums-page .yedupe-forum-section-header.yedupe-category-heading,
.yedupe-forums-page .yedupe-forum-section-header.yedupe-category-heading > span {
    color:#777 !important;
    -webkit-text-fill-color:#777 !important;
}
/* Forum entries themselves are YeDupe blue. */
.yedupe-forums-page .yedupe-forum-info h3,
.yedupe-forums-page .yedupe-overview-entry .yedupe-forum-info h3,
.yedupe-forum-category-page .yedupe-thread-info h3 {
    color:#238ee9 !important;
    -webkit-text-fill-color:#238ee9 !important;
}
/* Exact in-game staff palette, including text-fill so old gradient rules cannot win. */
.yedupe-staff-page .yedupe-staff-rank[data-rank-key*="owner"] { color:#aa0000!important; -webkit-text-fill-color:#aa0000!important; }
.yedupe-staff-page .yedupe-staff-rank[data-rank-key*="manager"] { color:#ff5555!important; -webkit-text-fill-color:#ff5555!important; }
.yedupe-staff-page .yedupe-staff-rank[data-rank-key*="engineer"] { color:#ffaa00!important; -webkit-text-fill-color:#ffaa00!important; }
.yedupe-staff-page .yedupe-staff-rank[data-rank-key*="senior-admin"],
.yedupe-staff-page .yedupe-staff-rank[data-rank-key*="senioradmin"],
.yedupe-staff-page .yedupe-staff-rank[data-rank-key*="sr-admin"],
.yedupe-staff-page .yedupe-staff-rank[data-rank-key*="sradmin"] { color:#aa0000!important; -webkit-text-fill-color:#aa0000!important; }
.yedupe-staff-page .yedupe-staff-rank[data-rank-key="admin"] { color:#ff55ff!important; -webkit-text-fill-color:#ff55ff!important; background-image:none!important; }
.yedupe-staff-page .yedupe-staff-rank[data-rank-key*="senior-mod"],
.yedupe-staff-page .yedupe-staff-rank[data-rank-key*="seniormod"],
.yedupe-staff-page .yedupe-staff-rank[data-rank-key*="sr-mod"],
.yedupe-staff-page .yedupe-staff-rank[data-rank-key*="srmod"] { color:#aa00aa!important; -webkit-text-fill-color:#aa00aa!important; }
.yedupe-staff-page .yedupe-staff-rank[data-rank-key="mod"] { color:#ffff55!important; -webkit-text-fill-color:#ffff55!important; }
.yedupe-staff-page .yedupe-staff-rank[data-rank-key*="helper"] { color:#55ff55!important; -webkit-text-fill-color:#55ff55!important; }


/* 2026-08-29 profile status readability: long Lifesteal/last-seen labels must fit the sidebar. */
.yedupe-profile-page .profile-last-seen,
.yedupe-profile-page .profile-last-seen span {
    font: 900 9px/28px Arial,sans-serif !important;
    letter-spacing: 1.5px !important;
    white-space: nowrap !important;
    overflow: visible !important;
}
.yedupe-profile-page .profile-last-seen b {
    font: inherit !important;
    letter-spacing: inherit !important;
}


/* 2026-08-29 profile status: keep the complete server/last-seen sentence visible. */
.yedupe-profile-page .profile-last-seen,
.yedupe-profile-page .profile-last-seen span,
.yedupe-profile-page .profile-last-seen b {
    letter-spacing: .55px !important;
}
.yedupe-profile-page .profile-last-seen {
    font-size: 9px !important;
    padding: 0 3px !important;
    box-sizing: border-box !important;
}
