/*
 * REINOS_LOGIN_ORIGINAL_V2
 * Layout inspirado na estrutura clássica da tela inicial.
 */

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

body.reinos-login-original-v2 {
    margin: 0;
    color: #1d130a;
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
    background-color: #cfbd98;
    background-image:
        linear-gradient(
            rgba(221, 204, 165, 0.2),
            rgba(183, 155, 108, 0.15)
        ),
        url('../graphic/index/bg-body.jpg'),
        url('../graphic/index/bg-tile.jpg');
    background-repeat: repeat-x, repeat-x, repeat;
    background-position: top center, top center, top left;
}

body.reinos-login-original-v2 * {
    box-sizing: border-box;
}

body.reinos-login-original-v2 a {
    color: #874400;
    font-weight: bold;
    text-decoration: none;
}

body.reinos-login-original-v2 a:hover {
    color: #b22312;
    text-decoration: underline;
}

.publisher-bar {
    min-height: 28px;
    border-bottom: 1px solid #8e6d3d;
    background:
        url('../graphic/index/bg-top.jpg') repeat-x top left;
    box-shadow: 0 1px 2px rgba(64, 42, 18, 0.35);
}

.publisher-inner {
    display: flex;
    align-items: center;
    width: 800px;
    max-width: calc(100% - 20px);
    min-height: 28px;
    margin: 0 auto;
    color: #704719;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 12px;
}

.publisher-brand {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.04em;
}

.publisher-divider {
    width: 1px;
    height: 15px;
    margin: 0 10px;
    background: rgba(100, 65, 26, 0.35);
}

.site-shell {
    position: relative;
    width: 800px;
    max-width: calc(100% - 20px);
    margin: 7px auto 0;
    padding-bottom: 20px;
}

.main-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 39px;
    padding: 0 24px;
    border: 1px solid #88663c;
    border-radius: 0 0 5px 5px;
    background:
        url('../graphic/index/bg-top-navigation_2.jpg')
        center top / cover no-repeat;
    box-shadow:
        0 2px 0 rgba(255, 246, 213, 0.75),
        0 4px 5px rgba(63, 39, 15, 0.32);
    white-space: nowrap;
}

.main-navigation a {
    padding: 11px 8px 10px;
    color: #7a3d00;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
}

.main-navigation span {
    color: #9e794a;
}

.game-header {
    position: relative;
    height: 128px;
    margin: 8px 5px 0;
    overflow: hidden;
    border: 1px solid #70502d;
    border-bottom: 0;
    background:
        url('../graphic/index/bg-content-line-full.jpg')
        center center / cover no-repeat;
    box-shadow:
        inset 0 0 22px rgba(64, 38, 15, 0.55),
        0 2px 5px rgba(54, 34, 15, 0.35);
}

.game-header::before,
.game-header::after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 62px;
    content: "";
    background: linear-gradient(
        90deg,
        rgba(64, 38, 16, 0.48),
        transparent
    );
}

.game-header::before {
    left: 0;
}

.game-header::after {
    right: 0;
    transform: scaleX(-1);
}

.game-header-village {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            rgba(214, 194, 152, 0.12),
            rgba(75, 47, 22, 0.18)
        );
}

.game-logo {
    position: absolute;
    z-index: 2;
    top: 18px;
    left: 50%;
    display: flex;
    align-items: baseline;
    transform: translateX(-50%);
    white-space: nowrap;
    filter: drop-shadow(0 3px 2px rgba(31, 18, 7, 0.75));
}

.game-logo-main,
.game-logo-small {
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-weight: bold;
    font-style: italic;
    color: #e5c56e;
    text-shadow:
        -2px -2px 0 #4b2c12,
        2px -2px 0 #4b2c12,
        -2px 2px 0 #4b2c12,
        2px 2px 0 #4b2c12,
        0 4px 2px rgba(28, 15, 4, 0.6);
}

.game-logo-main {
    font-size: 49px;
    letter-spacing: -0.05em;
}

.game-logo-small {
    margin: 0 8px;
    font-size: 22px;
}

.paladin {
    position: absolute;
    z-index: 8;
    top: 128px;
    left: -96px;
    width: 214px;
    height: 412px;
    pointer-events: none;
    filter: drop-shadow(4px 5px 3px rgba(42, 25, 10, 0.38));
}

.login-composition {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 61% 39%;
    min-height: 326px;
    margin: 0 5px;
    border: 2px solid #8c6840;
    background:
        url('../graphic/index/contentbg.png') repeat;
    box-shadow:
        inset 0 0 0 2px rgba(255, 245, 210, 0.6),
        0 3px 6px rgba(61, 38, 15, 0.3);
}

.presentation-panel,
.access-panel {
    position: relative;
    padding: 16px 18px;
}

.presentation-panel {
    padding-left: 122px;
    border-right: 2px solid #92704a;
}

.presentation-panel h1,
.access-panel h2,
.news-panel h2,
.modal-window h2 {
    margin: 0 0 10px;
    color: #160f08;
    font-family: Arial, Verdana, sans-serif;
    font-size: 21px;
}

.game-description {
    min-height: 59px;
    margin: 0 0 10px;
    line-height: 1.12;
}

.free-register-button {
    display: block;
    width: 100%;
    min-height: 37px;
    margin: 9px 0 13px;
    border: 2px solid #793007;
    border-radius: 2px;
    color: #fff5dc;
    font-family: Arial, Verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    text-shadow:
        0 2px 1px #4c1006,
        1px 0 #4c1006;
    cursor: pointer;
    background:
        linear-gradient(
            to bottom,
            #df2918 0%,
            #a70f09 48%,
            #7e0805 52%,
            #be150e 100%
        );
    box-shadow:
        inset 0 0 0 2px #e9a557,
        0 2px 2px rgba(65, 28, 7, 0.35);
}

.free-register-button:hover {
    background:
        linear-gradient(
            to bottom,
            #ee3a27 0%,
            #bb170f 48%,
            #900b07 52%,
            #cf2117 100%
        );
}

.screenshots-title {
    margin: 0 0 10px;
    font-size: 15px;
}

.screenshots-list {
    display: flex;
    gap: 31px;
}

.screenshot-frame {
    position: relative;
    display: block;
    width: 86px;
    height: 66px;
    padding: 3px;
    border: 1px solid #76501f;
    background:
        url('../graphic/index/bg-frame.gif')
        center center no-repeat;
    box-shadow: 0 1px 2px rgba(65, 40, 14, 0.3);
}

.screenshot-frame img {
    display: block;
    width: 80px;
    height: 60px;
    object-fit: cover;
}

.zoom-icon {
    position: absolute;
    right: -2px;
    bottom: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    border: 2px solid #f8efd3;
    border-radius: 50%;
    color: white;
    background: #62813b;
    box-shadow: 0 1px 2px #3d2610;
}

.game-features {
    display: flex;
    gap: 9px;
    margin-top: 13px;
}

.game-features span {
    flex: 1;
    padding: 6px 4px;
    border: 1px solid #8c6c41;
    border-radius: 2px;
    color: #4d2d0c;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    background: rgba(220, 198, 156, 0.65);
}

.access-panel {
    padding: 15px 17px;
}

.access-panel h2 {
    margin-bottom: 12px;
}

.form-row {
    display: grid;
    grid-template-columns: 136px 1fr;
    align-items: center;
    margin-bottom: 9px;
}

.form-row label {
    font-weight: bold;
}

.form-row input,
.modal-window input[type="text"],
.modal-window input[type="password"] {
    width: 100%;
    height: 26px;
    padding: 2px 6px;
    border: 2px solid #76501e;
    outline: 0;
    color: #24170c;
    background:
        #fffdf2
        url('../graphic/index/bg-input-text.jpg')
        repeat-x top left;
    box-shadow: inset 0 1px 2px rgba(63, 39, 14, 0.2);
}

.form-row input:focus,
.modal-window input[type="text"]:focus,
.modal-window input[type="password"]:focus {
    border-color: #24170c;
}

.remember-line {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 4px 0 10px;
    font-size: 12px;
}

.login-actions {
    margin-bottom: 8px;
}

.classic-button {
    display: inline-block;
    min-width: 86px;
    min-height: 30px;
    padding: 4px 12px;
    border: 2px solid #704213;
    border-radius: 2px;
    color: #fff4dd;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 1px 1px #4c1708;
    cursor: pointer;
    background:
        linear-gradient(
            to bottom,
            #cf2a1b,
            #8e0805 53%,
            #c21f15
        );
    box-shadow:
        inset 0 0 0 1px #e4aa63,
        0 1px 2px rgba(43, 25, 8, 0.4);
}

.classic-button:hover {
    text-decoration: none;
    filter: brightness(1.08);
}

.gray,
.classic-button:disabled {
    opacity: 0.62;
    cursor: default;
    filter: grayscale(0.4);
}

.password-recovery-link {
    display: inline-block;
    margin-top: 2px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
}

.logged-user {
    margin-bottom: 12px;
    padding: 10px;
    border: 1px solid #96764c;
    background: rgba(232, 215, 179, 0.65);
}

.logged-user strong,
.logged-user span {
    display: block;
}

.logged-user strong {
    margin-bottom: 3px;
    font-size: 17px;
}

.worlds-list {
    display: grid;
    gap: 7px;
    margin-bottom: 12px;
}

.world-button {
    min-height: 34px;
    border: 1px solid #5f3b16;
    color: #39200b;
    font-weight: bold;
    cursor: pointer;
    background:
        linear-gradient(
            #d8ba77,
            #aa7f3f
        );
}

.account-summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 12px;
}

.account-summary div {
    padding: 8px;
    border: 1px solid #957247;
    text-align: center;
    background: rgba(223, 204, 165, 0.65);
}

.account-summary span,
.account-summary strong {
    display: block;
}

.logout-button {
    width: 100%;
}

.news-panel,
.internal-page {
    position: relative;
    z-index: 2;
    width: 750px;
    max-width: calc(100% - 50px);
    margin: 26px auto 0;
    padding: 18px 20px 15px;
    border: 1px solid #947345;
    background:
        url('../graphic/index/main_bg.jpg') repeat;
    box-shadow:
        inset 0 0 0 2px rgba(255, 245, 213, 0.55),
        0 2px 5px rgba(65, 42, 18, 0.3);
}

.news-panel::before {
    position: absolute;
    top: -1px;
    right: 20px;
    left: 20px;
    height: 32px;
    content: "";
    pointer-events: none;
    opacity: 0.45;
    background:
        url('../graphic/index/news_background.png')
        center top / 100% 32px no-repeat;
}

.world-status {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 7px;
    margin-bottom: 13px;
    padding-bottom: 10px;
    border-bottom: 1px solid #aa8a58;
}

.world-status strong {
    font-size: 25px;
}

.world-status span {
    font-size: 11px;
}

.world-status i {
    width: 1px;
    height: 20px;
    margin: 0 8px;
    background: #9a7949;
}

.news-panel h2 {
    position: relative;
    z-index: 2;
    text-align: center;
}

.announcement-list {
    position: relative;
    z-index: 2;
}

.announcement-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 12px;
    min-height: 65px;
    padding: 10px 0;
    border-bottom: 1px solid #baa171;
}

.announcement-item:last-child {
    border-bottom: 0;
}

.announcement-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 34px;
    margin-top: 2px;
    border: 1px solid #9e7c46;
    border-radius: 16px;
    color: #684113;
    font-size: 17px;
    background:
        linear-gradient(
            #f3e9c8,
            #c9ac70
        );
    box-shadow:
        inset 0 0 0 2px rgba(255, 250, 228, 0.65);
}

.announcement-content {
    line-height: 1.35;
}

.announcement-content strong {
    display: block;
    margin-bottom: 3px;
}

.server-information {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 13px;
    padding-top: 10px;
    border-top: 1px solid #aa8a58;
    color: #654215;
    font-size: 10px;
}

.internal-page {
    overflow: hidden;
}

.internal-page table {
    max-width: 100%;
}

.site-footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 750px;
    max-width: calc(100% - 50px);
    margin: 18px auto 0;
    padding: 13px 22px 7px;
    border-top: 1px solid #a98a57;
    color: #704414;
    background:
        url('../graphic/index/footer-bg.png')
        repeat-x bottom left;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-column strong {
    margin-bottom: 3px;
    color: #4a3019;
    font-family: Georgia, "Times New Roman", serif;
}

.footer-column a {
    font-size: 12px;
    line-height: 1.15;
}

.footer-bottom {
    grid-column: 1 / -1;
    margin-top: 12px;
    padding-top: 7px;
    border-top: 1px solid rgba(134, 96, 47, 0.34);
    font-size: 10px;
    text-align: center;
}

.modal-layer {
    position: fixed;
    z-index: 5000;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(33, 20, 8, 0.72);
}

.modal-window {
    position: relative;
    width: 420px;
    max-width: 100%;
    padding: 22px;
    border: 3px solid #78542b;
    color: #2e1c0d;
    background:
        url('../graphic/index/contentbg.png') repeat;
    box-shadow:
        inset 0 0 0 2px #e4cf9f,
        0 12px 30px rgba(24, 13, 4, 0.55);
}

.modal-close {
    position: absolute;
    top: 6px;
    right: 7px;
    width: 27px;
    height: 27px;
    border: 1px solid #673813;
    color: #fff0d7;
    font-size: 19px;
    line-height: 20px;
    cursor: pointer;
    background: #8e1a0d;
}

.modal-window p {
    line-height: 1.4;
}

.modal-window form > label {
    display: block;
    margin: 10px 0 4px;
    font-weight: bold;
}

.captcha-row {
    display: grid;
    grid-template-columns: 1fr 125px;
    align-items: center;
    gap: 10px;
}

.captcha-row img {
    max-width: 125px;
    height: auto;
    border: 1px solid #755027;
    background: #fff;
}

.modal-register-button {
    margin-bottom: 0;
    font-size: 17px;
}

.support-button {
    color: #fff3da !important;
}

.autoHideBox {
    position: fixed !important;
    z-index: 7000;
    top: 42px !important;
    right: 18px !important;
    left: auto !important;
    width: min(390px, calc(100% - 36px)) !important;
    height: auto !important;
    margin: 0 !important;
    padding: 14px 16px 14px 47px;
    border: 2px solid #6e4a23;
    color: #2a1a0b;
    background-color: #f5e6bf;
    box-shadow: 0 5px 15px rgba(38, 23, 9, 0.45);
}

.autoHideBox.error {
    background-color: #efb592;
}

.autoHideBox.success {
    background-color: #c9d99c;
}

.autoHideBox.info {
    background-color: #d7d6b3;
}

@media (max-width: 1000px) {
    .paladin {
        left: -48px;
    }

    .presentation-panel {
        padding-left: 165px;
    }

    .screenshots-list {
        gap: 12px;
    }
}

@media (max-width: 820px) {
    .publisher-inner {
        justify-content: center;
    }

    .main-navigation {
        justify-content: flex-start;
        overflow-x: auto;
    }

    .game-logo-main {
        font-size: 39px;
    }

    .game-logo-small {
        font-size: 18px;
    }

    .paladin {
        top: 134px;
        left: -25px;
        width: 170px;
        height: auto;
    }

    .login-composition {
        grid-template-columns: 55% 45%;
    }

    .presentation-panel {
        padding-left: 135px;
    }

    .screenshots-list {
        gap: 7px;
    }

    .screenshot-frame:nth-child(3) {
        display: none;
    }
}

@media (max-width: 680px) {
    .site-shell {
        max-width: calc(100% - 10px);
    }

    .publisher-divider,
    .publisher-inner span:last-child {
        display: none;
    }

    .main-navigation {
        padding: 0 10px;
    }

    .main-navigation a {
        padding-right: 7px;
        padding-left: 7px;
        font-size: 12px;
    }

    .game-header {
        height: 105px;
        margin-right: 0;
        margin-left: 0;
    }

    .game-logo {
        top: 22px;
    }

    .game-logo-main {
        font-size: 29px;
    }

    .game-logo-small {
        margin: 0 5px;
        font-size: 14px;
    }

    .paladin {
        display: none;
    }

    .login-composition {
        display: block;
        margin-right: 0;
        margin-left: 0;
    }

    .presentation-panel {
        padding: 17px;
        border-right: 0;
        border-bottom: 2px solid #92704a;
    }

    .access-panel {
        padding: 17px;
    }

    .screenshots-list {
        justify-content: center;
        gap: 16px;
    }

    .screenshot-frame:nth-child(3) {
        display: block;
    }

    .news-panel,
    .internal-page,
    .site-footer {
        width: 100%;
        max-width: 100%;
    }

    .site-footer {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .server-information {
        flex-wrap: wrap;
        gap: 7px 14px;
    }
}

@media (max-width: 430px) {
    .game-logo-main {
        font-size: 24px;
    }

    .game-logo-small {
        font-size: 12px;
    }

    .screenshots-list {
        gap: 7px;
    }

    .screenshot-frame:nth-child(3) {
        display: none;
    }

    .form-row {
        display: block;
    }

    .form-row label {
        display: block;
        margin-bottom: 4px;
    }

    .world-status {
        flex-wrap: wrap;
    }

    .world-status i {
        display: none;
    }

    .announcement-item {
        grid-template-columns: 39px 1fr;
        gap: 8px;
    }

    .announcement-icon {
        width: 37px;
    }

    .site-footer {
        grid-template-columns: 1fr;
    }

    .captcha-row {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================
   REINOS_NEWS_V3_BEGIN
   Notícias ilustradas, ícones reais e rodapé responsivo
   ========================================================== */

.game-features span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.game-features img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
    image-rendering: auto;
}

.news-panel.news-panel-v3 {
    width: 760px;
    max-width: calc(100% - 40px);
    padding: 0 18px 15px;
    overflow: hidden;
    border: 2px solid #8c693c;
    background:
        linear-gradient(
            rgba(247, 235, 204, 0.94),
            rgba(225, 204, 162, 0.94)
        ),
        url('../graphic/index/main_bg.jpg') repeat;
    box-shadow:
        inset 0 0 0 2px rgba(255, 248, 222, 0.68),
        0 4px 10px rgba(62, 39, 15, 0.32);
}

.news-panel.news-panel-v3::before {
    display: none;
}

.news-hero {
    position: relative;
    min-height: 150px;
    margin: 0 -18px 15px;
    overflow: hidden;
    border-bottom: 2px solid #7e592e;
    background-image:
        linear-gradient(
            90deg,
            rgba(39, 22, 8, 0.82) 0%,
            rgba(52, 29, 10, 0.56) 48%,
            rgba(52, 29, 10, 0.16) 100%
        ),
        url('../graphic/index/screenshot-2.jpg');
    background-position: center, center 42%;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-hero::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 27px;
    content: "";
    opacity: 0.7;
    background:
        url('../graphic/index/news_background.png')
        center bottom / 100% 32px no-repeat;
}

.news-hero-content {
    position: relative;
    z-index: 2;
    width: 58%;
    padding: 22px 23px 26px;
    color: #fff3d5;
    text-shadow: 0 2px 2px rgba(24, 13, 4, 0.9);
}

.news-kicker {
    display: block;
    margin-bottom: 5px;
    color: #e4bf72;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.news-hero-content h2 {
    margin: 0 0 7px;
    color: #fff3d5;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    text-align: left;
}

.news-hero-content p {
    max-width: 390px;
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
}

.world-status.world-status-v3 {
    display: grid;
    grid-template-columns:
        minmax(120px, 1fr)
        minmax(120px, 1fr)
        minmax(145px, 1fr);
    align-items: stretch;
    gap: 8px;
    margin: 0 0 16px;
    padding: 0 0 14px;
    border-bottom: 1px solid #a78450;
}

.world-status-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 8px 10px;
    border: 1px solid #a17e49;
    background:
        linear-gradient(
            rgba(249, 239, 210, 0.88),
            rgba(214, 189, 141, 0.78)
        );
    box-shadow:
        inset 0 0 0 1px rgba(255, 250, 229, 0.65);
}

.world-status-card strong,
.world-status-card span {
    display: block;
}

.world-status-card strong {
    margin-right: 6px;
    color: #3b230d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
}

.world-status-card span {
    max-width: 88px;
    color: #61411f;
    font-size: 10px;
    line-height: 1.15;
}

.world-status-card.world-status-time {
    flex-direction: column;
}

.world-status-card.world-status-time strong {
    margin: 0 0 2px;
    font-size: 17px;
}

.world-status-card.world-status-time span {
    max-width: none;
    text-align: center;
}

.news-section-title {
    margin: 0 0 12px;
    color: #3c240e;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    text-align: center;
}

.default-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.default-news-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #987344;
    background:
        linear-gradient(
            rgba(248, 237, 207, 0.96),
            rgba(219, 195, 151, 0.96)
        );
    box-shadow:
        inset 0 0 0 1px rgba(255, 250, 230, 0.7),
        0 2px 4px rgba(74, 45, 15, 0.18);
}

.default-news-image {
    position: relative;
    height: 92px;
    overflow: hidden;
    border-bottom: 1px solid #866039;
    background: #8b704d;
}

.default-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: auto;
    transform: scale(1.03);
    transition: transform 0.2s ease;
}

.default-news-card:hover .default-news-image img {
    transform: scale(1.1);
}

.default-news-label {
    position: absolute;
    top: 7px;
    left: 7px;
    padding: 3px 7px;
    border: 1px solid rgba(71, 38, 10, 0.7);
    color: #fff4d8;
    font-size: 9px;
    font-weight: bold;
    text-shadow: 0 1px #311705;
    background: rgba(110, 58, 17, 0.86);
}

.default-news-content {
    min-height: 139px;
    padding: 10px 11px 11px;
}

.default-news-content h3 {
    margin: 0 0 6px;
    color: #38210c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.08;
}

.default-news-content p {
    min-height: 49px;
    margin: 0 0 8px;
    color: #5c4023;
    font-size: 11px;
    line-height: 1.4;
}

.default-news-link {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 4px 9px;
    border: 1px solid #76501f;
    color: #f9e8c5 !important;
    font-size: 10px;
    text-shadow: 0 1px #351904;
    background:
        linear-gradient(
            #9a5c22,
            #6f390f
        );
}

.default-news-link:hover {
    text-decoration: none !important;
    filter: brightness(1.1);
}

.news-dynamic-list {
    display: grid;
    gap: 9px;
}

.news-dynamic-list .announcement-item {
    grid-template-columns: 52px 1fr;
    min-height: 67px;
    padding: 9px 11px;
    border: 1px solid #a0804f;
    background:
        linear-gradient(
            rgba(247, 235, 204, 0.92),
            rgba(219, 196, 152, 0.8)
        );
}

.news-dynamic-list .announcement-icon {
    width: 46px;
    height: 46px;
    margin: 0;
    border-radius: 3px;
}

.news-dynamic-list .announcement-icon img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.news-dynamic-list .announcement-content {
    align-self: center;
}

.server-information.server-information-v3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin-top: 15px;
    padding: 10px 7px 0;
    border-top: 1px solid #aa8958;
    color: #63421f;
    font-size: 10px;
}

.server-information-separator {
    width: 1px;
    height: 15px;
    background: #a17e4c;
}

.site-footer.site-footer-v3 {
    position: relative;
    grid-template-columns: 118px repeat(4, minmax(0, 1fr));
    width: 760px;
    max-width: calc(100% - 40px);
    min-height: 145px;
    gap: 18px;
    margin-top: 17px;
    padding: 17px 18px 40px;
    overflow: hidden;
    border-top: 1px solid #9b7948;
    border-bottom: 1px solid #8a663b;
    background:
        linear-gradient(
            rgba(230, 210, 171, 0.3),
            rgba(184, 151, 99, 0.18)
        ),
        url('../graphic/index/footer-bg.png')
        repeat-x bottom left;
}

.footer-seal-area {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.footer-seal-area img {
    display: block;
    width: 106px;
    height: auto;
    opacity: 0.86;
}

.site-footer-v3 .footer-column {
    min-width: 0;
}

.site-footer-v3 .footer-column strong {
    margin-bottom: 7px;
    color: #482b12;
    font-size: 14px;
}

.site-footer-v3 .footer-column a {
    display: block;
    margin-bottom: 3px;
    color: #7b4009;
    font-size: 11px;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.site-footer-v3 .footer-bottom {
    position: absolute;
    right: 18px;
    bottom: 7px;
    left: 18px;
    margin: 0;
    padding-top: 7px;
}

@media (max-width: 760px) {
    .news-hero {
        min-height: 165px;
        background-position: center, 58% center;
    }

    .news-hero-content {
        width: 72%;
    }

    .default-news-grid {
        grid-template-columns: 1fr 1fr;
    }

    .default-news-card:last-child {
        grid-column: 1 / -1;
    }

    .site-footer.site-footer-v3 {
        grid-template-columns: 90px 1fr 1fr;
        gap: 15px;
    }

    .footer-seal-area {
        grid-row: span 2;
    }

    .footer-seal-area img {
        width: 82px;
    }
}

@media (max-width: 560px) {
    .news-panel.news-panel-v3,
    .site-footer.site-footer-v3 {
        max-width: 100%;
    }

    .news-hero-content {
        width: 100%;
        padding: 21px 18px 29px;
        background:
            linear-gradient(
                90deg,
                rgba(42, 23, 8, 0.86),
                rgba(42, 23, 8, 0.56)
            );
    }

    .news-hero-content h2 {
        font-size: 24px;
    }

    .world-status.world-status-v3 {
        grid-template-columns: 1fr 1fr;
    }

    .world-status-card.world-status-time {
        grid-column: 1 / -1;
    }

    .default-news-grid {
        grid-template-columns: 1fr;
    }

    .default-news-card:last-child {
        grid-column: auto;
    }

    .default-news-image {
        height: 115px;
    }

    .default-news-content {
        min-height: 0;
    }

    .default-news-content p {
        min-height: 0;
    }

    .server-information.server-information-v3 {
        flex-wrap: wrap;
    }

    .server-information-separator {
        display: none;
    }

    .site-footer.site-footer-v3 {
        grid-template-columns: 1fr 1fr;
        padding-bottom: 44px;
    }

    .footer-seal-area {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .footer-seal-area img {
        width: 95px;
    }
}

@media (max-width: 380px) {
    .world-status.world-status-v3 {
        grid-template-columns: 1fr;
    }

    .world-status-card.world-status-time {
        grid-column: auto;
    }

    .site-footer.site-footer-v3 {
        grid-template-columns: 1fr;
    }
}

/* REINOS_NEWS_V3_END */

/* ==========================================================
   PORTAL_VISUAL_V5_BEGIN
   Formulários, identidade e navegação
   ========================================================== */

.game-header {
    background-image:
        linear-gradient(
            rgba(212, 191, 148, 0.06),
            rgba(55, 32, 12, 0.22)
        ),
        var(--portal-banner) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

.game-logo {
    display: none !important;
}

.game-logo-image {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    display: block;
    width: auto;
    max-width: min(480px, 78%);
    max-height: 118px;
    transform: translate(-50%, -50%);
    object-fit: contain;
    filter:
        drop-shadow(0 3px 2px rgba(39, 21, 6, 0.8));
}

.publisher-inner {
    justify-content: center;
}

.main-navigation {
    display: grid;
    grid-template-columns: repeat(5, minmax(92px, max-content));
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 47px;
    height: auto;
    padding: 5px 18px;
    white-space: normal;
    overflow: visible;
}

.main-navigation a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 29px;
    padding: 4px 13px;
    border: 1px solid #906a38;
    border-radius: 2px;
    color: #713700;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px rgba(255, 243, 211, 0.7);
    background-color: #d7bb81;
    background-image:
        url('../graphic/layout/navi.png'),
        linear-gradient(
            to bottom,
            rgba(249, 237, 201, 0.76),
            rgba(190, 151, 85, 0.72)
        );
    background-repeat: repeat-x, no-repeat;
    background-position: center, center;
    background-size: auto 100%, 100% 100%;
    box-shadow:
        inset 0 0 0 1px rgba(255, 247, 220, 0.55),
        0 1px 2px rgba(71, 42, 13, 0.2);
}

.main-navigation a:hover,
.main-navigation a:focus {
    color: #571e00;
    text-decoration: none;
    filter: brightness(1.07);
}

.main-navigation > span {
    display: none;
}

/*
 * Inputs sem repetição horizontal.
 */
.form-row {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 11px;
}

.form-row input,
.modal-window input[type="text"],
.modal-window input[type="password"] {
    display: block;
    width: 100%;
    min-width: 0;
    height: 32px;
    padding: 5px 9px;
    border: 1px solid #77501f;
    border-radius: 1px;
    outline: 0;
    color: #24170c;
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
    background-color: #fffaf0;
    background-image:
        url('../graphic/index/bg-input-text_mobile.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    box-shadow:
        inset 0 1px 2px rgba(63, 39, 14, 0.2),
        0 0 0 1px rgba(255, 248, 219, 0.55);
}

.form-row input:focus,
.modal-window input[type="text"]:focus,
.modal-window input[type="password"]:focus {
    border-color: #3e240c;
    box-shadow:
        0 0 0 2px rgba(130, 86, 34, 0.18),
        inset 0 1px 2px rgba(63, 39, 14, 0.18);
}

/*
 * Botões usando texturas reais.
 */
.free-register-button,
.classic-button,
.modal-close {
    background-color: #a91a0f;
    background-image:
        url('../graphic/layout/button_red.jpg');
    background-repeat: repeat-x;
    background-position: center center;
    background-size: auto 100%;
}

.world-button {
    background-color: #8da54e;
    background-image:
        url('../graphic/layout/button_green.jpg');
    background-repeat: repeat-x;
    background-position: center center;
    background-size: auto 100%;
}

/*
 * Modal de cadastro compacto.
 */
.modal-layer {
    padding: 12px;
    overflow-y: auto;
}

.modal-window {
    width: 400px;
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
    padding: 20px 20px 18px;
    overflow-y: auto;
    border: 2px solid #735027;
    outline: 1px solid #d2b575;
    background-color: #ead8ae;
    background-image:
        linear-gradient(
            rgba(247, 236, 204, 0.88),
            rgba(220, 196, 148, 0.88)
        ),
        url('../graphic/index/content.jpg');
    background-repeat: no-repeat, repeat;
    background-position: center, top left;
    background-size: 100% 100%, 128px 128px;
    box-shadow:
        inset 0 0 0 2px rgba(255, 249, 224, 0.62),
        0 12px 30px rgba(28, 15, 4, 0.58);
}

.modal-window h2 {
    margin: 0 34px 7px 0;
    font-size: 21px;
}

.modal-window p {
    margin: 0 0 12px;
    line-height: 1.35;
}

.modal-window form > label {
    margin: 8px 0 4px;
}

.modal-close {
    top: 6px;
    right: 6px;
    width: 27px;
    height: 27px;
    padding: 0;
    line-height: 23px;
}

.captcha-row {
    grid-template-columns: minmax(0, 1fr) 105px;
    gap: 9px;
}

.captcha-row img {
    width: 105px;
    max-width: 105px;
    height: 32px;
    object-fit: contain;
}

.modal-register-button {
    min-height: 35px;
    margin: 14px 0 0;
    font-size: 16px;
}

/*
 * Login principal.
 */
.access-panel {
    min-width: 0;
}

.access-panel form {
    width: 100%;
}

.remember-line {
    margin-left: 122px;
}

.login-actions {
    margin-left: 122px;
}

.password-recovery-link {
    margin-left: 122px;
}

/*
 * Miniaturas apenas visuais.
 */
.screenshot-frame {
    cursor: default;
}

.screenshot-frame:hover img {
    transform: none !important;
}

.zoom-icon {
    display: none !important;
}

/*
 * Moldura lateral usando assets originais.
 */
.login-composition::before,
.login-composition::after {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    width: 25px;
    content: "";
    pointer-events: none;
    background-repeat: repeat-y;
    background-position: top center;
}

.login-composition::before {
    left: -25px;
    background-image:
        url('../graphic/index/mainborder-left.png');
}

.login-composition::after {
    right: -25px;
    background-image:
        url('../graphic/index/mainborder-right.png');
}

.site-footer.site-footer-v3 {
    grid-template-columns:
        100px
        repeat(4, minmax(100px, 1fr));
    align-items: start;
    min-height: 0;
    height: auto;
    gap: 15px;
    padding: 17px 18px 13px;
    overflow: visible;
}

.site-footer-v3 .footer-column {
    min-width: 0;
}

.site-footer-v3 .footer-column a {
    margin-bottom: 4px;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: break-word;
}

.site-footer-v3 .footer-bottom {
    position: static;
    grid-column: 1 / -1;
    margin-top: 7px;
    padding-top: 8px;
}

@media (max-width: 820px) {
    .main-navigation {
        grid-template-columns: repeat(5, minmax(80px, 1fr));
        padding-right: 8px;
        padding-left: 8px;
    }

    .main-navigation a {
        padding-right: 6px;
        padding-left: 6px;
        font-size: 12px;
    }

    .form-row {
        grid-template-columns: 98px minmax(0, 1fr);
    }

    .remember-line,
    .login-actions,
    .password-recovery-link {
        margin-left: 108px;
    }
}

@media (max-width: 680px) {
    .main-navigation {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 4px;
    }

    .main-navigation a {
        width: 100%;
        min-width: 0;
    }

    .login-composition::before,
    .login-composition::after {
        display: none;
    }

    .form-row {
        display: block;
    }

    .form-row label {
        display: block;
        margin-bottom: 4px;
    }

    .remember-line,
    .login-actions,
    .password-recovery-link {
        margin-left: 0;
    }

    .game-logo-image {
        max-width: 88%;
        max-height: 94px;
    }

    .site-footer.site-footer-v3 {
        grid-template-columns: 90px 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .main-navigation {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .modal-window {
        width: 100%;
        padding: 17px 14px 15px;
    }

    .captcha-row {
        grid-template-columns: minmax(0, 1fr) 96px;
    }

    .captcha-row img {
        width: 96px;
        max-width: 96px;
    }

    .site-footer.site-footer-v3 {
        grid-template-columns: 1fr 1fr;
    }

    .footer-seal-area {
        grid-column: 1 / -1;
    }
}

@media (max-width: 350px) {
    .main-navigation {
        grid-template-columns: 1fr;
    }

    .site-footer.site-footer-v3 {
        grid-template-columns: 1fr;
    }

    .site-footer-v3 .footer-column {
        text-align: center;
    }
}

/* ==========================================================
   PORTAL_STATUS_COMPACT_V51_BEGIN
   Cartões compactos e tipografia legível
   ========================================================== */

.news-panel.news-panel-v3 {
    padding-right: 14px;
    padding-left: 14px;
}

.world-status.world-status-v3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 6px;
    margin: 0 0 10px;
    padding: 0 0 9px;
}

.world-status-card {
    min-height: 42px;
    padding: 5px 7px;
    border-color: #a27a42;
    background:
        linear-gradient(
            to bottom,
            rgba(249, 237, 205, 0.94),
            rgba(216, 190, 139, 0.88)
        );
    box-shadow:
        inset 0 0 0 1px rgba(255, 250, 228, 0.58);
}

.world-status-card strong {
    flex: 0 0 auto;
    margin: 0 6px 0 0;
    color: #3d220b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1;
}

.world-status-card span {
    max-width: 82px;
    color: #51371c;
    font-family: Arial, Verdana, sans-serif;
    font-size: 9px;
    font-weight: 600;
    line-height: 1.12;
}

.world-status-card.world-status-time {
    flex-direction: column;
    gap: 2px;
}

.world-status-card.world-status-time strong {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.02em;
}

.world-status-card.world-status-time span {
    max-width: none;
    font-size: 8px;
    font-weight: normal;
    text-align: center;
}

.news-section-title {
    margin: 0 0 9px;
    color: #351d09;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}

@media (max-width: 560px) {
    .world-status.world-status-v3 {
        grid-template-columns: 1fr 1fr;
    }

    .world-status-card.world-status-time {
        grid-column: 1 / -1;
        min-height: 38px;
    }

    .world-status-card strong {
        font-size: 18px;
    }
}

@media (max-width: 360px) {
    .world-status.world-status-v3 {
        grid-template-columns: 1fr;
    }

    .world-status-card.world-status-time {
        grid-column: auto;
    }
}

/* PORTAL_STATUS_COMPACT_V51_END */

/* PORTAL_VISUAL_V5_END */

/* ==========================================================
   PORTAL_LAYOUT_V6_BEGIN
   Alinhamento superior, redes sociais e status compacto
   ========================================================== */

:root {
    --portal-page-width: 800px;
}

/*
 * Remove a barra duplicada que estava acima da navegação.
 */
.publisher-bar {
    display: none;
}

.site-shell {
    width: var(--portal-page-width);
    max-width: calc(100% - 20px);
    margin-top: 7px;
}

/*
 * Menu, banner e conteúdo passam a usar a mesma largura.
 */
.main-navigation,
.game-header,
.login-composition {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.main-navigation {
    grid-template-columns: repeat(5, minmax(100px, 1fr));
    min-height: 42px;
    padding: 4px 126px;
    gap: 4px;
}

.main-navigation a {
    min-height: 27px;
    padding: 3px 9px;
    font-size: 13px;
}

/*
 * Banner superior mais compacto.
 */
.game-header {
    height: 112px;
    margin-top: 6px;
}

.game-logo-image {
    max-width: min(450px, 70%);
    max-height: 84px;
}

/*
 * Redes sociais.
 */
.portal-social-panel {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 150px);
    min-height: 38px;
    margin: 0 0 6px auto;
    padding: 5px 8px;
    border: 1px solid #96713f;
    border-top: 0;
    color: #523316;
    background:
        linear-gradient(
            to bottom,
            rgba(245, 231, 195, 0.96),
            rgba(205, 174, 119, 0.9)
        ),
        url('../graphic/index/content.jpg') repeat;
    box-shadow:
        inset 0 0 0 1px rgba(255, 249, 222, 0.65),
        0 2px 3px rgba(60, 36, 13, 0.22);
}

.portal-social-title {
    margin-right: 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 12px;
    white-space: nowrap;
}

.portal-social-links {
    display: flex;
    align-items: center;
    gap: 5px;
}

.portal-social-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 25px;
    padding: 3px 7px;
    border: 1px solid #8d6736;
    border-radius: 2px;
    color: #593414;
    font-size: 9px;
    font-weight: bold;
    text-decoration: none;
    background:
        linear-gradient(
            to bottom,
            #f0dfb9,
            #c9a667
        );
    box-shadow:
        inset 0 0 0 1px rgba(255, 248, 220, 0.52);
}

.portal-social-link:hover {
    color: #3b1e08;
    text-decoration: none;
    filter: brightness(1.07);
}

.portal-social-link svg {
    width: 17px;
    height: 17px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.portal-social-link .social-fill {
    fill: currentColor;
    stroke: none;
}

.portal-social-link.is-disabled {
    opacity: 0.55;
    cursor: default;
}

/*
 * Conteúdo principal e personagem.
 */
.login-composition {
    min-height: 292px;
}

.paladin {
    top: 155px;
}

.login-composition::before,
.login-composition::after {
    top: 0;
    bottom: 0;
    width: 18px;
    opacity: 0.92;
}

.login-composition::before {
    left: 0;
    background-size: 18px auto;
}

.login-composition::after {
    right: 0;
    background-size: 18px auto;
}

/*
 * Hero de notícias menos alto.
 */
.news-hero {
    min-height: 118px;
    margin-bottom: 10px;
}

.news-hero-content {
    padding-top: 17px;
    padding-bottom: 21px;
}

.news-hero-content h2 {
    font-size: 25px;
}

/*
 * Faixa compacta de estatísticas.
 */
.realm-status-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin: 0 0 10px;
    padding: 6px 12px;
    border-top: 1px solid #af8b53;
    border-bottom: 1px solid #af8b53;
    color: #4d3014;
    background:
        linear-gradient(
            to bottom,
            rgba(242, 225, 186, 0.78),
            rgba(211, 181, 127, 0.58)
        );
}

.realm-status-item,
.realm-status-time {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 145px;
}

.realm-status-item strong {
    margin-right: 6px;
    color: #381e08;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1;
}

.realm-status-item span {
    max-width: 78px;
    font-size: 9px;
    font-weight: bold;
    line-height: 1.1;
}

.realm-status-time {
    flex-direction: column;
}

.realm-status-time strong {
    color: #381e08;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
}

.realm-status-time span {
    margin-top: 1px;
    font-size: 8px;
}

.realm-status-divider {
    width: 1px;
    height: 24px;
    margin: 0 14px;
    background: #a27b43;
}

.news-section-title {
    margin: 0 0 9px;
    color: #351e0a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.2;
}

@media (max-width: 820px) {
    .main-navigation {
        padding-right: 8px;
        padding-left: 8px;
    }

    .portal-social-panel {
        width: calc(100% - 120px);
    }

    .paladin {
        top: 158px;
    }
}

@media (max-width: 680px) {
    .main-navigation {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .game-header {
        height: 100px;
    }

    .portal-social-panel {
        justify-content: center;
        width: 100%;
        margin-bottom: 5px;
    }

    .portal-social-title {
        display: none;
    }

    .portal-social-links {
        flex-wrap: wrap;
        justify-content: center;
    }

    .portal-social-link {
        flex: 1 1 calc(25% - 5px);
        justify-content: center;
        min-width: 80px;
    }

    .paladin {
        display: none;
    }

    .realm-status-strip {
        flex-wrap: wrap;
    }

    .realm-status-item,
    .realm-status-time {
        min-width: 120px;
    }
}

@media (max-width: 480px) {
    .main-navigation {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .portal-social-link {
        flex-basis: calc(50% - 5px);
    }

    .realm-status-strip {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }

    .realm-status-divider {
        display: none;
    }

    .realm-status-item,
    .realm-status-time {
        min-width: 0;
        padding: 4px;
    }

    .realm-status-time {
        grid-column: 1 / -1;
        border-top: 1px solid #b08d58;
        padding-top: 6px;
    }
}

/* PORTAL_LAYOUT_V6_END */

/* ==========================================================
   PORTAL_LAYOUT_V61_BEGIN
   Conexão das notícias e espaçamento do rodapé
   ========================================================== */

/*
 * O banner e o conteúdo passam a formar uma peça única.
 */
.news-panel.news-panel-v3 {
    padding: 0 14px 15px;
    overflow: hidden;
}

.news-panel.news-panel-v3 .news-hero {
    width: auto;
    min-height: 118px;
    margin: 0 -14px;
    border-bottom: 1px solid #805b2e;
    box-shadow: none;
}

/*
 * Remove a faixa decorativa translúcida que estava
 * formando a mancha abaixo do banner.
 */
.news-panel.news-panel-v3 .news-hero::after {
    display: none !important;
    content: none !important;
    background: none !important;
}

.news-panel.news-panel-v3 .news-hero-content {
    padding-bottom: 18px;
}

/*
 * Une a faixa de informações ao banner.
 */
.realm-status-strip {
    min-height: 36px;
    margin: 0 -1px 9px;
    padding: 5px 11px;
    border-top: 0;
    border-right: 1px solid #a47d44;
    border-bottom: 1px solid #a47d44;
    border-left: 1px solid #a47d44;
    background:
        linear-gradient(
            to bottom,
            rgba(245, 229, 190, 0.96),
            rgba(214, 184, 128, 0.82)
        );
    box-shadow:
        inset 0 1px 0 rgba(255, 249, 221, 0.72);
}

.realm-status-item,
.realm-status-time {
    min-height: 26px;
}

.realm-status-item strong {
    font-size: 17px;
}

.realm-status-item span {
    font-size: 8px;
    line-height: 1.12;
}

.realm-status-time strong {
    font-size: 12px;
}

.realm-status-time span {
    font-size: 8px;
}

.realm-status-divider {
    height: 22px;
    margin-right: 13px;
    margin-left: 13px;
}

.news-section-title {
    margin: 0 0 10px;
    padding: 0;
    font-size: 18px;
}

/*
 * Cards das notícias com espaço interno equilibrado.
 */
.default-news-grid {
    gap: 11px;
}

.default-news-content {
    padding: 11px 13px 13px;
}

.default-news-content h3 {
    margin-bottom: 7px;
    line-height: 1.08;
}

.default-news-content p {
    margin-bottom: 10px;
    line-height: 1.42;
}

.default-news-link {
    margin-top: 2px;
    padding: 5px 10px;
}

/*
 * Rodapé com mais distância das bordas.
 */
.site-footer.site-footer-v3 {
    padding: 19px 28px 15px;
    column-gap: 24px;
    row-gap: 13px;
}

.site-footer-v3 .footer-seal-area {
    padding: 2px 5px 0;
}

.site-footer-v3 .footer-column {
    min-width: 0;
    padding: 0 5px;
}

.site-footer-v3 .footer-column strong {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.2;
}

.site-footer-v3 .footer-column a {
    display: block;
    margin: 0 0 5px;
    padding: 0 1px;
    line-height: 1.35;
}

.site-footer-v3 .footer-bottom {
    margin-top: 5px;
    padding: 10px 8px 0;
}

/*
 * Evita que a textura externa forme uma faixa
 * diferente entre notícias e rodapé.
 */
.news-panel.news-panel-v3 + .site-footer {
    margin-top: 17px;
}

@media (max-width: 680px) {
    .news-panel.news-panel-v3 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .news-panel.news-panel-v3 .news-hero {
        margin-right: -10px;
        margin-left: -10px;
    }

    .site-footer.site-footer-v3 {
        padding: 18px 18px 14px;
        column-gap: 18px;
    }

    .site-footer-v3 .footer-column {
        padding: 0 3px;
    }
}

@media (max-width: 480px) {
    .realm-status-strip {
        padding: 6px 7px;
    }

    .realm-status-item,
    .realm-status-time {
        min-height: 30px;
    }

    .site-footer.site-footer-v3 {
        padding-right: 16px;
        padding-left: 16px;
    }
}

/* PORTAL_LAYOUT_V61_END */

/* ==========================================================
   PORTAL_LAYOUT_V62_BEGIN
   União definitiva das notícias e respiro do rodapé
   ========================================================== */

/*
 * O painel não cria mais espaço entre o hero e o status.
 */
.news-panel.news-panel-v3 {
    padding-top: 0 !important;
}

.news-panel.news-panel-v3 .news-hero {
    display: flex;
    align-items: center;
    width: auto;
    min-height: 94px;
    height: 94px;
    margin:
        0
        -14px
        0
        -14px !important;
    padding: 0;
    border-bottom: 0 !important;
    overflow: hidden;
}

.news-panel.news-panel-v3 .news-hero-content {
    width: 62%;
    padding:
        13px
        18px
        14px !important;
}

.news-panel.news-panel-v3 .news-hero-content h2 {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1.05;
}

.news-panel.news-panel-v3 .news-hero-content p {
    margin: 0;
    line-height: 1.3;
}

.news-panel.news-panel-v3 .news-kicker {
    margin-bottom: 3px;
}

/*
 * A faixa passa a encostar diretamente na imagem.
 */
.news-panel.news-panel-v3 .realm-status-strip {
    width: auto;
    min-height: 36px;
    margin:
        0
        -14px
        10px
        -14px !important;
    padding: 5px 18px;
    border-top: 1px solid #775027;
    border-right: 0;
    border-bottom: 1px solid #9b713c;
    border-left: 0;
    box-shadow:
        inset 0 1px rgba(255, 247, 216, 0.72);
}

.news-panel.news-panel-v3 .news-section-title {
    margin-top: 0;
}

/*
 * Rodapé com afastamento lateral e inferior real.
 */
.site-footer.site-footer-v3 {
    padding:
        22px
        38px
        18px !important;
    column-gap: 28px;
    row-gap: 16px;
}

.site-footer-v3 .footer-seal-area {
    padding:
        2px
        8px
        18px;
}

.site-footer-v3 .footer-column {
    padding:
        0
        7px
        18px !important;
}

.site-footer-v3 .footer-column strong {
    margin-bottom: 9px;
}

.site-footer-v3 .footer-column a {
    margin-bottom: 6px;
    padding-right: 2px;
    padding-left: 2px;
    line-height: 1.4;
}

.site-footer-v3 .footer-bottom {
    margin-top: 4px;
    padding:
        13px
        10px
        4px !important;
    border-top: 1px solid rgba(123, 86, 42, 0.42);
}

/*
 * Garante distância entre as últimas opções e a linha final.
 */
.site-footer-v3 .footer-column a:last-child {
    margin-bottom: 5px;
}

@media (max-width: 680px) {
    .news-panel.news-panel-v3 .news-hero {
        height: auto;
        min-height: 102px;
        margin-right: -10px !important;
        margin-left: -10px !important;
    }

    .news-panel.news-panel-v3 .news-hero-content {
        width: 75%;
    }

    .news-panel.news-panel-v3 .realm-status-strip {
        margin-right: -10px !important;
        margin-left: -10px !important;
    }

    .site-footer.site-footer-v3 {
        padding:
            20px
            24px
            16px !important;
        column-gap: 20px;
    }
}

@media (max-width: 480px) {
    .news-panel.news-panel-v3 .news-hero-content {
        width: 100%;
    }

    .site-footer.site-footer-v3 {
        padding:
            19px
            20px
            15px !important;
    }

    .site-footer-v3 .footer-column {
        padding-bottom: 14px !important;
    }
}

/* PORTAL_LAYOUT_V62_END */

/* ==========================================================
   PORTAL_WORLD_STATUS_V63_BEGIN
   Mundo sempre visível, botão único e status legível
   ========================================================== */

/*
 * O seletor nunca mais começa escondido.
 */
#words.worlds-list-visible,
.worlds-list.worlds-list-visible {
    position: static !important;
    display: grid !important;
    visibility: visible !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    opacity: 1 !important;
    overflow: visible !important;
    gap: 8px;
    background: none !important;
}

/*
 * Remove qualquer textura ou classe antiga que misturava
 * verde e amarelo.
 */
.world-button {
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 47px;
    margin: 0;
    padding: 6px 12px;
    border: 1px solid #435f17 !important;
    border-radius: 2px;
    color: #192706 !important;
    cursor: pointer;
    background-color: #7fa63b !important;
    background-image:
        linear-gradient(
            to bottom,
            #a7c766 0%,
            #8aad43 48%,
            #70972e 52%,
            #82a93b 100%
        ) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    box-shadow:
        inset 0 0 0 1px rgba(232, 246, 186, 0.54),
        0 2px 3px rgba(47, 66, 15, 0.25) !important;
    text-shadow: 0 1px rgba(229, 243, 185, 0.7);
}

.world-button::before,
.world-button::after {
    display: none !important;
    content: none !important;
}

.world-button:hover,
.world-button:focus {
    border-color: #31470d !important;
    background-image:
        linear-gradient(
            to bottom,
            #b5d578 0%,
            #96b951 48%,
            #7aa139 52%,
            #8eb64b 100%
        ) !important;
    filter: none !important;
    outline: none;
}

.world-button:active {
    transform: translateY(1px);
}

.world-button-title {
    display: block;
    color: #182304;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.1;
}

.world-button-subtitle {
    display: block;
    margin-top: 2px;
    color: #324912;
    font-family: Arial, Verdana, sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.1;
}

.world-empty-message {
    padding: 12px;
    border: 1px solid #9b7846;
    color: #5e3c19;
    text-align: center;
    background: rgba(231, 210, 171, 0.72);
}

/*
 * Pontos e vitórias com leitura melhor.
 */
.account-summary {
    gap: 8px;
}

.account-summary div {
    min-height: 52px;
    padding: 8px 6px;
}

.account-summary span {
    margin-bottom: 4px;
    font-size: 11px;
}

.account-summary strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1;
}

/*
 * Novo formato do status.
 * Não é uma faixa minúscula e também não são cards gigantes.
 */
.realm-status-panel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: auto;
    margin:
        0
        -14px
        12px;
    padding: 9px 14px;
    border-top: 1px solid #8d6534;
    border-bottom: 1px solid #98703d;
    background:
        linear-gradient(
            to bottom,
            rgba(237, 217, 176, 0.98),
            rgba(207, 174, 116, 0.9)
        );
    box-shadow:
        inset 0 1px rgba(255, 248, 218, 0.72);
}

.realm-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 55px;
    padding: 6px 9px;
    border: 1px solid rgba(128, 89, 40, 0.56);
    color: #40250d;
    text-align: center;
    background:
        linear-gradient(
            to bottom,
            rgba(250, 239, 207, 0.88),
            rgba(225, 199, 150, 0.72)
        );
    box-shadow:
        inset 0 0 0 1px rgba(255, 250, 228, 0.55);
}

.realm-stat-label {
    display: block;
    margin-bottom: 4px;
    color: #63421f;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.15;
}

.realm-stat-value {
    display: block;
    color: #2c1706;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
}

.realm-stat-time .realm-stat-value {
    font-size: 17px;
}

.realm-stat-time small {
    display: block;
    margin-top: 4px;
    color: #6a4927;
    font-size: 9px;
    line-height: 1;
}

/*
 * Regras antigas não aparecem mais no layout.
 */
.realm-status-strip,
.world-status.world-status-v3 {
    display: none !important;
}

@media (max-width: 680px) {
    .realm-status-panel {
        margin-right: -10px;
        margin-left: -10px;
        padding-right: 10px;
        padding-left: 10px;
        gap: 6px;
    }

    .realm-stat {
        min-height: 52px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .realm-stat-label {
        font-size: 10px;
    }

    .realm-stat-value {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .realm-status-panel {
        grid-template-columns: 1fr 1fr;
    }

    .realm-stat-time {
        grid-column: 1 / -1;
    }

    .world-button {
        min-height: 50px;
    }
}

@media (max-width: 340px) {
    .realm-status-panel {
        grid-template-columns: 1fr;
    }

    .realm-stat-time {
        grid-column: auto;
    }
}

/* PORTAL_WORLD_STATUS_V63_END */



/* ==========================================================
   PORTAL_ACCESS_REDESIGN_V65_BEGIN
   Repaginação do login e painel do jogador
   ========================================================== */

.login-composition {
    grid-template-columns: 57% 43% !important;
    min-height: 315px;
}

/*
 * Painel esquerdo
 */
.portal-showcase {
    min-height: 315px;
    padding:
        20px
        22px
        20px
        125px !important;
    border-right: 1px solid #a87c39 !important;
}

.portal-showcase h1 {
    margin: 0 0 8px;
    color: #2d1a08;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
}

.portal-showcase .game-description {
    max-width: 350px;
    margin: 0 0 16px;
    color: #4f351c;
    font-size: 12px;
    line-height: 1.42;
}

.showcase-title {
    margin: 0 0 9px;
    color: #523114;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
}

.showcase-gallery {
    display: grid;
    grid-template-columns: repeat(3, 82px);
    gap: 12px;
    margin-bottom: 15px;
}

.showcase-item {
    padding: 3px;
    border: 1px solid #b4873d;
    color: #4b2e12;
    text-align: center;
    background: #e5cf9f;
}

.showcase-item img {
    display: block;
    width: 74px;
    height: 56px;
    object-fit: cover;
    border: 1px solid #765127;
}

.showcase-item span {
    display: block;
    padding: 5px 2px 2px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 11px;
    font-weight: bold;
}

.showcase-caption {
    max-width: 325px;
    margin: 4px 0 0;
    padding: 9px 11px;
    border-left: 3px solid #b78a3f;
    color: #65451f;
    font-size: 11px;
    line-height: 1.4;
    background: rgba(221, 197, 148, 0.42);
}

.showcase-register {
    width: 100%;
    max-width: 290px;
}

/*
 * Painel direito
 */
.portal-access {
    min-width: 0;
    min-height: 315px;
    padding: 18px 17px 17px !important;
}

.access-heading {
    margin-bottom: 13px;
    padding-bottom: 11px;
    border-bottom: 1px solid #b28a4c;
}

.access-kicker {
    display: block;
    margin-bottom: 3px;
    color: #8b5c1e;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.access-heading h2 {
    margin: 0 0 4px;
    color: #2b1908;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    line-height: 1.15;
}

.access-heading p {
    margin: 0;
    color: #684921;
    font-size: 11px;
    line-height: 1.35;
}

/*
 * Mundos
 */
.portal-world-section {
    margin-bottom: 11px;
}

.portal-world-section h3 {
    margin: 0 0 7px;
    color: #4d3014;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
}

#words.worlds-list-visible {
    display: flex !important;
    flex-wrap: wrap;
    gap: 7px;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}

/*
 * Botões: somente cor sólida e borda dourada.
 */
.portal-action {
    appearance: none !important;
    -webkit-appearance: none !important;

    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    min-height: 34px;
    padding: 6px 16px;

    border: 2px solid #c49a43 !important;
    border-radius: 2px !important;

    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 18px !important;

    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;

    cursor: pointer;
}

.portal-action::before,
.portal-action::after {
    display: none !important;
    content: none !important;
}

.portal-action-red,
#do_login,
#do_logout,
#do_reg {
    color: #fff1d2 !important;
    background-color: #9d2419 !important;
}

.portal-action-red:hover,
#do_login:hover,
#do_logout:hover,
#do_reg:hover {
    color: #ffffff !important;
    background-color: #b43123 !important;
    border-color: #d1aa55 !important;
}

.portal-action-green,
#words .portal-world-button,
#words .world-button {
    width: auto !important;
    min-width: 125px !important;
    min-height: 34px !important;

    color: #fff2cf !important;
    background-color: #586f25 !important;

    border: 2px solid #c49a43 !important;
}

.portal-action-green:hover,
#words .portal-world-button:hover,
#words .world-button:hover {
    color: #ffffff !important;
    background-color: #6c8730 !important;
    border-color: #d2ac57 !important;
}

.world-button-title,
.world-button-subtitle {
    color: inherit !important;
    font: inherit !important;
    text-shadow: none !important;
}

.world-button-subtitle,
.world-section-heading,
.world-access-heading {
    display: none !important;
}

/*
 * Resumo da conta
 */
.portal-account-summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 12px 0 11px;
}

.portal-account-summary div {
    min-height: 54px;
    padding: 8px;
    border: 1px solid #b68a43;
    text-align: center;
    background: rgba(229, 207, 164, 0.5);
}

.portal-account-summary span {
    display: block;
    margin-bottom: 4px;
    color: #704b21;
    font-size: 10px;
}

.portal-account-summary strong {
    display: block;
    color: #2e1a08;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1;
}

.portal-logout-form {
    margin: 0;
    text-align: right;
}

.portal-logout-form .logout-button {
    width: auto !important;
    min-width: 125px !important;
    margin: 0 !important;
}

/*
 * Login
 */
.portal-login-form .form-row {
    display: block;
    margin-bottom: 11px;
}

.portal-login-form .form-row label {
    display: block;
    margin-bottom: 4px;
    color: #4d3015;
    font-weight: bold;
}

.portal-login-form .form-row input {
    width: 100% !important;
    height: 34px;
}

.portal-login-form .remember-line,
.portal-login-form .password-recovery-link,
.portal-login-actions {
    margin-left: 0 !important;
}

.portal-login-form .remember-line {
    margin-bottom: 11px;
}

.portal-login-actions {
    margin-bottom: 9px;
}

.portal-login-actions .login-button {
    min-width: 125px !important;
}

.portal-login-form .password-recovery-link {
    display: inline-block;
    font-size: 12px;
}

/*
 * Remove regras visuais antigas que possam reaparecer.
 */
.free-register-button,
.classic-button,
.world-button,
.logout-button {
    background-image: none !important;
    box-shadow: none !important;
}

@media (max-width: 820px) {
    .login-composition {
        grid-template-columns: 55% 45% !important;
    }

    .portal-showcase {
        padding-left: 135px !important;
    }

    .showcase-gallery {
        grid-template-columns: repeat(2, 82px);
    }

    .showcase-item:last-child {
        display: none;
    }
}

@media (max-width: 680px) {
    .login-composition {
        display: block !important;
    }

    .portal-showcase {
        min-height: 0;
        padding: 18px !important;
        border-right: 0 !important;
        border-bottom: 1px solid #a87c39;
    }

    .showcase-gallery {
        grid-template-columns: repeat(3, 82px);
        justify-content: center;
    }

    .showcase-item:last-child {
        display: block;
    }

    .showcase-register {
        max-width: none;
    }

    .portal-access {
        min-height: 0;
    }
}

@media (max-width: 420px) {
    .showcase-gallery {
        grid-template-columns: repeat(2, 82px);
    }

    .showcase-item:last-child {
        display: none;
    }

    .portal-account-summary {
        gap: 6px;
    }

    #words .world-button {
        width: 100% !important;
    }

    .portal-logout-form .logout-button,
    .portal-login-actions .login-button {
        width: 100% !important;
    }
}

/* PORTAL_ACCESS_REDESIGN_V65_END */

/* ==========================================================
   PORTAL_GOVERNOR_V66_BEGIN
   Painel completo do jogador autenticado
   ========================================================== */

/*
 * Quando logado, não existe coluna esquerda.
 */
.login-composition.portal-player-view {
    display: block !important;
    min-height: 0 !important;
}

.portal-player-view .portal-access {
    width: 100% !important;
    min-height: 0 !important;
    padding: 22px 24px 20px !important;
    border: 0 !important;
}

/*
 * Cabeçalho do governante.
 */
.governor-dashboard {
    width: 100%;
}

.governor-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;

    margin-bottom: 16px;
    padding-bottom: 14px;

    border-bottom: 1px solid #b78b42;
}

.governor-kicker {
    display: block;
    margin-bottom: 4px;

    color: #916522;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.governor-header h2 {
    margin: 0 0 5px;

    color: #2d1908;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    line-height: 1.1;
}

.governor-header p {
    max-width: 500px;
    margin: 0;

    color: #62431f;
    font-size: 12px;
    line-height: 1.4;
}

.governor-status {
    flex: 0 0 auto;

    padding: 6px 10px;

    border: 1px solid #b98a3c;
    color: #4e611c;

    font-size: 10px;
    font-weight: bold;

    background: #e7d6a8;
}

/*
 * Estatísticas.
 */
.governor-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;

    margin-bottom: 18px;
}

.governor-stat-card {
    min-width: 0;
    padding: 12px 11px;

    border: 1px solid #b78a40;

    text-align: center;

    background: rgba(231, 210, 166, 0.48);
}

.governor-stat-card span {
    display: block;
    margin-bottom: 6px;

    color: #70491c;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.governor-stat-card strong {
    display: block;

    color: #2c1806;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    line-height: 1;
}

.governor-stat-card small {
    display: block;
    margin-top: 6px;

    color: #765a36;
    font-size: 9px;
    line-height: 1.2;
}

/*
 * Mundos.
 */
.governor-worlds {
    margin-bottom: 16px;
    padding: 14px;

    border: 1px solid #b38845;

    background: rgba(220, 195, 147, 0.32);
}

.governor-section-heading {
    margin-bottom: 11px;
    padding-bottom: 9px;

    border-bottom: 1px solid #bea064;
}

.governor-section-heading h3 {
    margin: 0 0 3px;

    color: #3a220d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
}

.governor-section-heading p {
    margin: 0;

    color: #73522b;
    font-size: 10px;
}

.governor-worlds #words {
    display: flex !important;
    flex-wrap: wrap;
    gap: 9px;

    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}

.governor-world-button {
    appearance: none;
    -webkit-appearance: none;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

    min-width: 170px;
    min-height: 52px;
    padding: 8px 15px;

    border: 2px solid #c39a45;

    color: #fff1cf;
    text-align: left;

    background: #536923;

    cursor: pointer;
}

.governor-world-button:hover {
    border-color: #d4ae58;
    color: #ffffff;
    background: #657f2d;
}

.governor-world-button span {
    display: block;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    font-weight: bold;
}

.governor-world-button small {
    display: block;
    margin-top: 3px;

    color: #e7ddb9;
    font-size: 9px;
    font-weight: bold;
}

/*
 * Rodapé interno.
 */
.governor-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;

    padding-top: 3px;
}

.governor-footer > span {
    color: #77552d;
    font-size: 10px;
}

.governor-footer form {
    margin: 0;
}

.governor-logout-button,
.portal-login-button {
    appearance: none;
    -webkit-appearance: none;

    min-width: 130px;
    min-height: 34px;
    padding: 6px 16px;

    border: 2px solid #c39a45;

    color: #fff0d0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    font-weight: bold;

    background: #91281d;

    cursor: pointer;
}

.governor-logout-button:hover,
.portal-login-button:hover {
    border-color: #d4ae58;
    color: #ffffff;
    background: #aa3427;
}

/*
 * Nenhuma imagem, gradiente, sombra ou borda interna.
 */
.governor-world-button,
.governor-logout-button,
.portal-login-button {
    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    border-radius: 2px !important;
}

.governor-world-button::before,
.governor-world-button::after,
.governor-logout-button::before,
.governor-logout-button::after,
.portal-login-button::before,
.portal-login-button::after {
    display: none !important;
    content: none !important;
}

/*
 * Login deslogado.
 */
.portal-login-form .form-row {
    display: block;
    margin-bottom: 11px;
}

.portal-login-form .form-row label {
    display: block;
    margin-bottom: 4px;

    color: #503318;
    font-weight: bold;
}

.portal-login-form .remember-line,
.portal-login-form .password-recovery-link,
.portal-login-actions {
    margin-left: 0 !important;
}

.portal-login-actions {
    margin-bottom: 9px;
}

/*
 * Desativa elementos antigos que não fazem parte
 * do novo painel autenticado.
 */
.portal-player-view .portal-showcase,
.portal-player-view .portal-account-summary,
.portal-player-view .account-summary,
.portal-player-view .world-section-heading,
.portal-player-view .world-access-heading,
.portal-player-view .world-button-subtitle {
    display: none !important;
}

@media (max-width: 760px) {
    .governor-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .portal-player-view .portal-access {
        padding: 18px 14px !important;
    }

    .governor-header,
    .governor-footer {
        display: block;
    }

    .governor-status {
        display: inline-block;
        margin-top: 10px;
    }

    .governor-footer > span {
        display: block;
        margin-bottom: 10px;
    }

    .governor-world-button,
    .governor-logout-button {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .governor-stats {
        grid-template-columns: 1fr;
    }
}

/* PORTAL_GOVERNOR_V66_END */


/* ==========================================================
   PORTAL_COMPLETE_FRAME_V68_BEGIN
   Moldura completa, banner real e botões clássicos
   ========================================================== */

/*
 * Banner real, sem camada ou textura sobre a imagem.
 */
.game-header {
    height: 205px !important;
    overflow: hidden !important;

    border: 0 !important;

    background-color: #8e7046 !important;
    background-image:
        url('/global_cdn/branding/banner-principal.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: center 48% !important;
    background-size: cover !important;

    box-shadow: none !important;
}

.game-header::before,
.game-header::after,
.game-header-village {
    display: none !important;
    content: none !important;
    background: none !important;
}

/*
 * Logo ampliada.
 */
.game-logo-image {
    top: 50% !important;

    width: auto !important;
    max-width: 94% !important;
    max-height: 185px !important;

    object-fit: contain !important;

    transform:
        translate(-50%, -50%)
        scale(1.14) !important;

    filter:
        drop-shadow(0 4px 3px rgba(28, 14, 3, 0.82)) !important;
}

/*
 * Moldura completa com oito peças e fundo central.
 * Funciona antes e depois do login.
 */
.login-composition {
    position: relative !important;

    margin-right: 0 !important;
    margin-left: 0 !important;

    padding:
        20px
        20px
        22px !important;

    border: 0 !important;

    background-color: #ead7ad !important;

    background-image:
        url('../graphic/index/border_top_left.png'),
        url('../graphic/index/border_top_right.png'),
        url('../graphic/index/border_bottom_left.png'),
        url('../graphic/index/border_bottom_right.png'),
        url('../graphic/index/border_top_middle.png'),
        url('../graphic/index/border_bottom_middle.png'),
        url('../graphic/index/border_left.png'),
        url('../graphic/index/border_right.png'),
        url('../graphic/index/contentbg.png') !important;

    background-position:
        top left,
        top right,
        bottom left,
        bottom right,
        top center,
        bottom center,
        left center,
        right center,
        center center !important;

    background-repeat:
        no-repeat,
        no-repeat,
        no-repeat,
        no-repeat,
        repeat-x,
        repeat-x,
        repeat-y,
        repeat-y,
        repeat !important;

    box-shadow:
        0 5px 10px rgba(54, 32, 11, 0.3) !important;
}

/*
 * Desativa bordas antigas que estavam duplicando as laterais.
 */
.login-composition::before,
.login-composition::after {
    display: none !important;
    content: none !important;
    background: none !important;
}

/*
 * Os painéis internos deixam a moldura externa visível.
 */
.login-composition .portal-showcase,
.login-composition .portal-access,
.portal-player-view .governor-dashboard {
    background:
        rgba(239, 222, 186, 0.42) !important;
}

/*
 * Painel autenticado considerando o guerreiro.
 */
.portal-player-view .portal-access {
    padding: 0 !important;
}

.portal-player-view .governor-dashboard {
    position: relative !important;

    min-height: 360px;

    padding:
        28px
        24px
        25px
        185px !important;

    border: 0 !important;
}

.portal-player-view .governor-dashboard::before,
.portal-player-view .governor-dashboard::after {
    display: none !important;
    content: none !important;
}

/*
 * Estado deslogado também reserva o espaço correto.
 */
.login-composition:not(.portal-player-view) .portal-showcase {
    padding-left: 145px !important;
}

/*
 * Guerreiro alinhado à moldura, sem cobrir os textos.
 */
.paladin {
    z-index: 30 !important;

    top: 191px !important;
    left: -91px !important;

    width: 222px !important;
    height: auto !important;

    pointer-events: none !important;

    filter:
        drop-shadow(4px 5px 3px rgba(44, 25, 8, 0.36)) !important;
}

/*
 * Cabeçalho do governante.
 */
.governor-header {
    min-height: 79px;
    margin-bottom: 14px;
    padding-bottom: 12px;

    border-bottom: 1px solid #b8893c;
}

.governor-header h2 {
    color: #2d1908;
    font-size: 27px;
}

.governor-status {
    border: 1px solid #b98a39;
    color: #4e5d20;
    background: #e6d2a2;
}

/*
 * Estatísticas com borda dourada simples.
 */
.governor-stats {
    gap: 9px;
    margin-bottom: 15px;
}

.governor-stat-card {
    min-height: 78px;
    padding: 11px 8px;

    border: 1px solid #b98937;

    background-color: #e5cfa1;
    background-image: none !important;

    box-shadow: none !important;
}

.governor-stat-card strong {
    font-size: 23px;
}

/*
 * Área dos mundos.
 */
.governor-worlds {
    margin-bottom: 14px;
    padding: 13px;

    border: 1px solid #b98937;

    background-color: rgba(225, 202, 158, 0.72);
    background-image: none !important;
}

/*
 * Mundo no padrão clássico do portal original:
 * botão bege, compacto e apenas uma borda dourada.
 */
.governor-world-button {
    appearance: none !important;
    -webkit-appearance: none !important;

    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    min-width: 135px !important;
    min-height: 34px !important;

    padding: 5px 13px !important;

    border: 2px solid #bc8d35 !important;
    border-radius: 1px !important;

    color: #504229 !important;

    background-color: #cdbb8f !important;
    background-image: none !important;

    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;

    cursor: pointer;
}

.governor-world-button:hover {
    border-color: #d0a64d !important;
    color: #30271a !important;
    background-color: #dbc99d !important;
}

.governor-world-button span {
    color: inherit !important;

    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.governor-world-button small {
    display: none !important;
}

/*
 * Login, cadastro e saída no padrão vermelho clássico.
 * Apenas cor e uma borda dourada.
 */
.governor-logout-button,
.portal-login-button,
.showcase-register,
.portal-action-red,
#do_login,
#do_logout,
#do_reg {
    appearance: none !important;
    -webkit-appearance: none !important;

    min-height: 32px !important;
    padding: 5px 15px !important;

    border: 2px solid #c69235 !important;
    border-radius: 1px !important;

    color: #fff1d2 !important;

    background-color: #a61c13 !important;
    background-image: none !important;

    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;

    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 14px !important;
    font-weight: bold !important;

    cursor: pointer;
}

.governor-logout-button:hover,
.portal-login-button:hover,
.showcase-register:hover,
.portal-action-red:hover,
#do_login:hover,
#do_logout:hover,
#do_reg:hover {
    border-color: #d5aa50 !important;
    color: #ffffff !important;
    background-color: #bd2a1e !important;
}

/*
 * Nenhuma camada adicional nos botões.
 */
.governor-world-button::before,
.governor-world-button::after,
.governor-logout-button::before,
.governor-logout-button::after,
.portal-login-button::before,
.portal-login-button::after,
.showcase-register::before,
.showcase-register::after {
    display: none !important;
    content: none !important;
}

/*
 * Rodapé interno do painel.
 */
.governor-footer {
    padding: 2px 0 0;
}

.governor-footer > span {
    max-width: 235px;
}

/*
 * Responsividade.
 */
@media (max-width: 820px) {
    .game-header {
        height: 178px !important;
    }

    .game-logo-image {
        max-height: 160px !important;
        transform:
            translate(-50%, -50%)
            scale(1.08) !important;
    }

    .portal-player-view .governor-dashboard {
        padding-left: 160px !important;
    }

    .paladin {
        left: -68px !important;
        width: 205px !important;
    }
}

@media (max-width: 680px) {
    .game-header {
        height: 148px !important;
    }

    .game-logo-image {
        max-height: 132px !important;
        transform: translate(-50%, -50%) !important;
    }

    .paladin {
        display: none !important;
    }

    .portal-player-view .governor-dashboard {
        min-height: 0;

        padding:
            24px
            14px
            22px !important;
    }

    .login-composition:not(.portal-player-view) .portal-showcase {
        padding-left: 18px !important;
    }
}

@media (max-width: 480px) {
    .game-header {
        height: 124px !important;
    }

    .game-logo-image {
        max-height: 110px !important;
    }

    .login-composition {
        padding:
            20px
            18px
            22px !important;
    }
}

/* PORTAL_COMPLETE_FRAME_V68_END */


/* ==========================================================
   PORTAL_LOGO_WARRIOR_V683_BEGIN
   Ajuste definitivo da logo, guerreiro e espaços
   ========================================================== */

/*
 * Logo realmente menor.
 * Remove a ampliação scale(1.14) usada anteriormente.
 */
.game-logo-image {
    top: 50% !important;

    width: 72% !important;
    max-width: 560px !important;
    height: auto !important;
    max-height: 158px !important;

    transform:
        translate(-50%, -50%) !important;

    object-fit: contain !important;
}

/*
 * Guerreiro menor e mais para a esquerda.
 */
.paladin {
    top: 190px !important;
    left: -120px !important;

    width: 180px !important;
    height: auto !important;

    max-width: none !important;

    pointer-events: none !important;
}

/*
 * Painel autenticado:
 * diminui bastante o espaço reservado ao guerreiro.
 */
.login-composition.portal-player-view {
    min-height: 0 !important;
}

.portal-player-view .portal-access {
    min-height: 0 !important;
}

.portal-player-view .governor-dashboard {
    min-height: 0 !important;

    padding:
        20px
        19px
        16px
        118px !important;
}

/*
 * Compactação vertical real.
 */
.governor-header {
    min-height: 0 !important;

    margin-bottom: 9px !important;
    padding-bottom: 8px !important;
}

.governor-header h2 {
    margin-bottom: 3px !important;
}

.governor-stats {
    gap: 8px !important;
    margin-bottom: 10px !important;
}

.governor-stat-card {
    min-height: 62px !important;
    padding: 8px 6px !important;
}

.governor-stat-card span {
    margin-bottom: 4px !important;
}

.governor-stat-card strong {
    font-size: 21px !important;
}

.governor-stat-card small {
    margin-top: 4px !important;
}

.governor-worlds {
    margin-bottom: 9px !important;
    padding: 9px 10px !important;
}

.governor-section-heading {
    margin-bottom: 8px !important;
    padding-bottom: 6px !important;
}

.governor-world-button {
    min-height: 31px !important;
    padding: 4px 12px !important;
}

.governor-footer {
    min-height: 34px !important;
    padding: 0 !important;
}

.governor-footer > span {
    max-width: 175px !important;
}

/*
 * Antes do login:
 * reduz o espaço reservado ao guerreiro.
 */
.login-composition:not(.portal-player-view) .portal-showcase {
    min-height: 0 !important;

    padding:
        16px
        18px
        15px
        104px !important;
}

.login-composition:not(.portal-player-view) .portal-access {
    min-height: 0 !important;

    padding-top: 16px !important;
    padding-bottom: 15px !important;
}

.portal-showcase .game-description {
    max-width: 410px !important;
    margin-bottom: 12px !important;
}

.showcase-gallery {
    gap: 9px !important;
    margin-bottom: 10px !important;
}

/*
 * Mantém espaço suficiente para a moldura.
 */
.login-composition {
    padding:
        17px
        19px
        18px !important;
}

@media (max-width: 820px) {
    .game-logo-image {
        width: 76% !important;
        max-width: 520px !important;
        max-height: 145px !important;
    }

    .paladin {
        left: -92px !important;
        width: 168px !important;
    }

    .portal-player-view .governor-dashboard {
        padding-left: 105px !important;
    }

    .login-composition:not(.portal-player-view) .portal-showcase {
        padding-left: 94px !important;
    }
}

@media (max-width: 680px) {
    .game-logo-image {
        width: 88% !important;
        max-height: 120px !important;
    }

    .paladin {
        display: none !important;
    }

    .portal-player-view .governor-dashboard {
        padding:
            18px
            13px
            16px !important;
    }

    .login-composition:not(.portal-player-view) .portal-showcase {
        padding:
            16px
            14px
            15px !important;
    }
}

@media (max-width: 480px) {
    .game-logo-image {
        width: 91% !important;
        max-height: 100px !important;
    }
}

/* PORTAL_LOGO_WARRIOR_V683_END */

/* ==========================================================
   PORTAL_WARRIOR_LOW_V684_BEGIN
   Guerreiro maior, mais baixo e avançando sobre a área seguinte
   ========================================================== */

/*
 * Mantém o guerreiro grande.
 * O ajuste principal é vertical: ele desce e os pés
 * ultrapassam visualmente a parte inferior do painel.
 */
.paladin {
    z-index: 40 !important;

    top: 220px !important;
    left: -100px !important;

    width: 228px !important;
    max-width: none !important;
    height: auto !important;

    transform: none !important;
    pointer-events: none !important;

    filter:
        drop-shadow(
            4px
            6px
            3px
            rgba(44, 25, 8, 0.38)
        ) !important;
}

/*
 * Permite que os pés ultrapassem a moldura e fiquem
 * sobre a distância anterior ao bloco de notícias.
 */
.site-shell,
.login-composition,
.login-composition.portal-player-view,
.portal-player-view,
.portal-access {
    overflow: visible !important;
}

/*
 * O painel reserva espaço apenas na área realmente
 * ocupada pelo corpo do guerreiro.
 */
.portal-player-view .governor-dashboard {
    padding-left: 150px !important;
}

/*
 * Antes do login, o conteúdo também respeita
 * o guerreiro maior.
 */
.login-composition:not(.portal-player-view) .portal-showcase {
    padding-left: 138px !important;
}

/*
 * A moldura continua visível, enquanto o guerreiro
 * permanece acima dela.
 */
.login-composition {
    isolation: visible !important;
}

@media (max-width: 820px) {
    .paladin {
        top: 215px !important;
        left: -82px !important;
        width: 210px !important;
    }

    .portal-player-view .governor-dashboard {
        padding-left: 138px !important;
    }

    .login-composition:not(.portal-player-view) .portal-showcase {
        padding-left: 125px !important;
    }
}

@media (max-width: 680px) {
    .paladin {
        display: none !important;
    }

    .portal-player-view .governor-dashboard {
        padding-left: 13px !important;
    }

    .login-composition:not(.portal-player-view) .portal-showcase {
        padding-left: 14px !important;
    }
}

/* PORTAL_WARRIOR_LOW_V684_END */
