:root {
    --gmr-home-bg: #120f0b;
    --gmr-home-panel: #211c15;
    --gmr-home-panel-soft: #2a241b;
    --gmr-home-gold: #dfbf76;
    --gmr-home-gold-light: #fff0bd;
    --gmr-home-gold-dark: #8d662b;
    --gmr-home-red: #e62d2f;
    --gmr-home-red-dark: #a9161c;
    --gmr-home-text: #f5f2eb;
    --gmr-home-muted: #c3b9aa;
    --gmr-home-line: rgba(223, 191, 118, .24);
    --gmr-home-width: 1220px;
    --gmr-home-header: 104px;
}

html:has(body.route-landing),
html:has(body.route-home),
body.wok-3d-shell.route-landing,
body.wok-3d-shell.route-home {
    height: auto !important;
    min-height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior-y: auto !important;
    background: var(--gmr-home-bg) !important;
}

body.wok-3d-shell.route-landing .container,
body.wok-3d-shell.route-home .container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.wok-3d-shell.route-landing .container > .row,
body.wok-3d-shell.route-home .container > .row {
    margin: 0 !important;
}

body.wok-3d-shell.route-landing .main,
body.wok-3d-shell.route-home .main,
body.wok-3d-shell.route-landing .main .cont-items,
body.wok-3d-shell.route-home .main .cont-items {
    width: 100% !important;
    height: auto !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: var(--gmr-home-bg) !important;
}

body.wok-3d-shell.route-landing .main > header,
body.wok-3d-shell.route-home .main > header,
body.wok-3d-shell.route-landing .social-media-bar,
body.wok-3d-shell.route-home .social-media-bar,
body.wok-3d-shell.route-landing .main > .line-top,
body.wok-3d-shell.route-landing .main > .line-top-right,
body.wok-3d-shell.route-landing .main > .line-top-left,
body.wok-3d-shell.route-landing .main > .line-left,
body.wok-3d-shell.route-landing .main > .line-right,
body.wok-3d-shell.route-landing .main > .line-bottom,
body.wok-3d-shell.route-landing .main > .line-bottom-right,
body.wok-3d-shell.route-landing .main > .line-bottom-left,
body.wok-3d-shell.route-home .main > .line-top,
body.wok-3d-shell.route-home .main > .line-top-right,
body.wok-3d-shell.route-home .main > .line-top-left,
body.wok-3d-shell.route-home .main > .line-left,
body.wok-3d-shell.route-home .main > .line-right,
body.wok-3d-shell.route-home .main > .line-bottom,
body.wok-3d-shell.route-home .main > .line-bottom-right,
body.wok-3d-shell.route-home .main > .line-bottom-left {
    display: none !important;
}

.gmr-home,
.gmr-home * {
    box-sizing: border-box;
}

.gmr-home {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 22%, rgba(155, 96, 33, .13), transparent 34%),
        var(--gmr-home-bg);
    color: var(--gmr-home-text);
    font-family: "Segoe UI", Inter, Arial, sans-serif;
}

.gmr-home a {
    color: inherit;
    text-decoration: none;
}

.gmr-home a:hover,
.gmr-home a:focus {
    color: inherit;
    text-decoration: none;
}

.gmr-home__ambient {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: .52;
    background:
        linear-gradient(180deg, rgba(17, 13, 8, .5), rgba(17, 13, 8, .82)),
        url('/assets/images/gmr-hero-farm-v3.jpg') center top / cover no-repeat;
}

.gmr-home__inner {
    position: relative;
    z-index: 2;
    width: min(var(--gmr-home-width), calc(100% - 48px));
    margin: 0 auto;
}

.gmr-home-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1200;
    height: var(--gmr-home-header);
    border-bottom: 1px solid var(--gmr-home-line);
    background: rgba(8, 8, 7, .84);
    box-shadow: 0 16px 36px rgba(0, 0, 0, .34);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.gmr-home-header__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 210px minmax(0, 1fr);
    align-items: center;
    width: min(var(--gmr-home-width), calc(100% - 48px));
    height: 100%;
    margin: 0 auto;
}

.gmr-home-header__nav,
.gmr-home-header__actions,
.gmr-home-header__socials {
    display: flex;
    align-items: center;
}

.gmr-home-header__nav {
    justify-content: flex-start;
    gap: clamp(14px, 1.7vw, 26px);
}

.gmr-home-header__nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    color: #e2ded3;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .035em;
    text-transform: uppercase;
    transition: color .2s ease;
}

.gmr-home-header__nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 1px;
    opacity: 0;
    transform: scaleX(.3);
    background: var(--gmr-home-gold);
    box-shadow: 0 0 12px rgba(223, 191, 118, .55);
    transition: opacity .2s ease, transform .2s ease;
}

.gmr-home-header__nav a:hover,
.gmr-home-header__nav a:focus {
    color: var(--gmr-home-gold-light);
}

.gmr-home-header__nav a:hover::after,
.gmr-home-header__nav a:focus::after {
    opacity: 1;
    transform: scaleX(1);
}

.gmr-home-header__nav i {
    color: var(--gmr-home-gold);
    font-size: 14px;
}

.gmr-home-header__logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    padding: 7px 18px;
}

.gmr-home-header__logo::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .55;
    background: radial-gradient(circle, rgba(204, 143, 55, .22), transparent 68%);
}

.gmr-home-header__logo img {
    position: relative;
    display: block;
    width: 178px;
    max-width: 100%;
    height: 88px;
    object-fit: contain;
    filter: drop-shadow(0 8px 12px rgba(0, 0, 0, .9));
}

.gmr-home-header__actions {
    justify-content: flex-end;
    gap: 9px;
}

.gmr-home-header__socials {
    gap: 6px;
}

.gmr-home-header__icon,
.gmr-home-header__discord,
.gmr-home-header__download,
.gmr-home-header__mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 8px;
    color: #f5f4ef;
    box-shadow: inset 0 1px rgba(255, 255, 255, .06), 0 8px 20px rgba(0, 0, 0, .24);
    transition: transform .2s ease, border-color .2s ease, filter .2s ease;
}

.gmr-home-header__icon {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, .055);
    font-size: 16px;
}

.gmr-home-header__discord {
    gap: 8px;
    min-height: 42px;
    padding: 0 14px;
    background: linear-gradient(180deg, #6657ef, #4b39ca);
    font-size: 13px;
    font-weight: 900;
}

.gmr-home-header__download {
    gap: 8px;
    min-height: 46px;
    padding: 0 20px;
    border-color: rgba(255, 115, 115, .36);
    background: linear-gradient(180deg, #f13a3d, #c91e25);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .03em;
}

.gmr-home-header__icon:hover,
.gmr-home-header__icon:focus,
.gmr-home-header__discord:hover,
.gmr-home-header__discord:focus,
.gmr-home-header__download:hover,
.gmr-home-header__download:focus {
    transform: translateY(-2px);
    border-color: rgba(255, 236, 185, .42);
    filter: brightness(1.08);
}

.gmr-home-header__mobile-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    background: rgba(255, 255, 255, .04);
    font-size: 19px;
}

.gmr-home-mobile-menu {
    display: none;
}

.gmr-home-utility {
    position: absolute;
    top: calc(var(--gmr-home-header) + 18px);
    right: 0;
    left: 0;
    z-index: 5;
}

.gmr-home-utility__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(var(--gmr-home-width), calc(100% - 48px));
    margin: 0 auto;
}

.gmr-home-utility__group {
    display: flex;
    align-items: stretch;
    border: 1px solid rgba(223, 191, 118, .28);
    background: rgba(9, 9, 8, .74);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .35), inset 0 1px rgba(255, 255, 255, .03);
    backdrop-filter: blur(10px);
}

.gmr-home-utility__group a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 138px;
    min-height: 48px;
    padding: 0 18px;
    border-right: 1px solid rgba(223, 191, 118, .18);
    color: #f0ede5;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .035em;
    text-transform: uppercase;
    transition: color .2s ease, background .2s ease;
}

.gmr-home-utility__group a:last-child {
    border-right: 0;
}

.gmr-home-utility__group a.is-primary,
.gmr-home-utility__group a:hover,
.gmr-home-utility__group a:focus {
    background: linear-gradient(180deg, #f8eac0, #d8bb76);
    color: #261b0b;
}

.gmr-home-hero {
    position: relative;
    z-index: 1;
    min-height: 790px;
    padding: calc(var(--gmr-home-header) + 116px) 0 62px;
    overflow: hidden;
    border-bottom: 1px solid rgba(223, 191, 118, .12);
    background:
        linear-gradient(180deg, rgba(4, 4, 4, .15) 0%, rgba(5, 5, 5, .26) 38%, rgba(7, 7, 6, .96) 100%),
        linear-gradient(90deg, rgba(4, 4, 3, .68), transparent 36%, transparent 64%, rgba(4, 4, 3, .68)),
        url('/assets/images/gmr-hero-farm-v3.jpg') center top / cover no-repeat;
}

.gmr-home-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 50% 35%, rgba(210, 143, 54, .15), transparent 34%);
}

.gmr-home-hero__content {
    position: relative;
    z-index: 2;
    max-width: 780px;
    margin: 0 auto 46px;
    text-align: center;
    text-shadow: 0 4px 22px #000;
}

.gmr-home-hero__eyebrow {
    margin: 0 0 12px;
    color: var(--gmr-home-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .32em;
    text-transform: uppercase;
}

.gmr-home-hero__title,
.gmr-home-section-title {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    text-transform: uppercase;
}

.gmr-home-hero__title {
    margin: 0;
    color: var(--gmr-home-gold-light) !important;
    background: linear-gradient(180deg, #fff2c6, #e4be70 53%, #96703a) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-size: clamp(58px, 7.2vw, 96px) !important;
    line-height: .98;
    letter-spacing: .04em;
    filter: drop-shadow(0 7px 16px rgba(0, 0, 0, .9));
}

.gmr-home-hero__lead {
    margin: 22px 0 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(25px, 3vw, 40px);
    font-weight: 700;
    letter-spacing: .025em;
    text-transform: uppercase;
}

.gmr-home-hero__description {
    max-width: 690px;
    margin: 20px auto 0;
    color: rgba(235, 233, 226, .72);
    font-size: 17px;
    line-height: 1.7;
}

.gmr-home-primary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-width: 190px;
    min-height: 54px;
    margin-top: 28px;
    padding: 0 25px;
    border: 1px solid rgba(255, 107, 107, .48);
    border-radius: 7px;
    background: linear-gradient(180deg, #ef383b, var(--gmr-home-red));
    box-shadow: 0 14px 32px rgba(0, 0, 0, .42), inset 0 1px rgba(255, 255, 255, .15);
    color: #fff !important;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .035em;
    text-transform: uppercase;
    transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.gmr-home-primary-button:hover,
.gmr-home-primary-button:focus {
    transform: translateY(-3px);
    filter: brightness(1.08);
    box-shadow: 0 18px 38px rgba(0, 0, 0, .54), 0 0 24px rgba(230, 45, 47, .18);
}

.gmr-home-showcase {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.8fr) minmax(0, .92fr);
    grid-template-rows: 150px 150px 94px;
    gap: 10px;
}

.gmr-home-showcase__card {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(223, 191, 118, .3);
    background: #12110e;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .36), inset 0 0 0 1px rgba(255, 255, 255, .025);
    isolation: isolate;
}

.gmr-home-showcase__card img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.9) contrast(1.06) brightness(.78);
    transition: transform .5s ease, filter .3s ease;
}

.gmr-home-showcase__card--client img,
.gmr-home-showcase__card--interface img,
.gmr-home-showcase__card--team img,
.gmr-home-showcase__card--balance img,
.gmr-home-showcase__card--main img {
    object-position: 70% center;
}

.gmr-home-showcase__card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, transparent 18%, rgba(5, 5, 4, .18) 46%, rgba(5, 5, 4, .93) 100%);
}

.gmr-home-showcase__card:hover img,
.gmr-home-showcase__card:focus img {
    transform: scale(1.045);
    filter: saturate(1.08) contrast(1.06) brightness(.88);
}

.gmr-home-showcase__copy {
    width: 100%;
    padding: 17px 18px;
}

.gmr-home-showcase__kicker {
    display: block;
    margin-bottom: 5px;
    color: var(--gmr-home-gold);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.gmr-home-showcase__title {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.3;
    text-transform: uppercase;
    text-shadow: 0 2px 14px #000;
}

.gmr-home-showcase__card--main {
    grid-column: 2;
    grid-row: 1 / 3;
}

.gmr-home-showcase__card--main .gmr-home-showcase__copy {
    padding: 24px 26px;
}

.gmr-home-showcase__card--main .gmr-home-showcase__title {
    max-width: 520px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(24px, 2.4vw, 36px);
}

.gmr-home-showcase__card--event {
    grid-column: 1;
    grid-row: 3;
    align-items: center;
    background: linear-gradient(135deg, #17150f, #0d0d0b);
}

.gmr-home-showcase__card--event::after,
.gmr-home-showcase__card--community::after,
.gmr-home-showcase__card--status::after {
    display: none;
}

.gmr-home-showcase__card--community {
    grid-column: 2;
    grid-row: 3;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(90deg, rgba(10, 9, 8, .92), rgba(27, 20, 16, .78)),
        url('/assets/images/gmr-feature-team-v4.jpg') 70% center / cover;
}

.gmr-home-showcase__card--status {
    grid-column: 3;
    grid-row: 3;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(8, 8, 7, .9), rgba(20, 16, 10, .8)),
        url('/assets/images/gmr-feature-balance-v4.jpg') 70% center / cover;
}

.gmr-home-event-mini,
.gmr-home-status-mini {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 16px 18px;
}

.gmr-home-event-mini__name,
.gmr-home-status-mini__name {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
}

.gmr-home-event-mini__time,
.gmr-home-status-mini__value {
    flex: 0 0 auto;
    color: var(--gmr-home-gold-light);
    font-size: 19px;
    font-weight: 900;
}

.gmr-home-community-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    min-height: 92px;
    color: #fff !important;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.gmr-home-community-link i {
    color: #8c82ff;
    font-size: 28px;
}

.gmr-home-ticker {
    position: relative;
    z-index: 3;
    overflow: hidden;
    min-height: 64px;
    border-top: 1px solid rgba(223, 191, 118, .15);
    border-bottom: 1px solid rgba(223, 191, 118, .15);
    background: rgba(13, 13, 11, .82);
}

.gmr-home-ticker__track {
    display: flex;
    align-items: center;
    width: max-content;
    min-height: 64px;
    animation: gmrHomeTicker 30s linear infinite;
}

.gmr-home-ticker__item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 35px;
    color: #dbd7cc;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .08em;
    white-space: nowrap;
    text-transform: uppercase;
}

.gmr-home-ticker__item::after {
    content: "◆";
    margin-left: 35px;
    color: rgba(223, 191, 118, .46);
    font-size: 7px;
}

.gmr-home-ticker__item i {
    color: var(--gmr-home-gold);
}

@keyframes gmrHomeTicker {
    to { transform: translateX(-50%); }
}

.gmr-home-section {
    position: relative;
    z-index: 2;
    padding: 76px 0;
    border-bottom: 1px solid rgba(223, 191, 118, .12);
    background: rgba(7, 7, 6, .86);
}

.gmr-home-section--academy {
    background:
        linear-gradient(180deg, rgba(7, 7, 6, .88), rgba(7, 7, 6, .98)),
        url('/assets/images/gmr-feature-interface-v2.jpg') center / cover;
}

.gmr-home-section__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 26px;
    margin-bottom: 30px;
}

.gmr-home-section__eyebrow {
    display: block;
    margin-bottom: 7px;
    color: var(--gmr-home-gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.gmr-home-section-title {
    margin: 0;
    color: var(--gmr-home-gold-light) !important;
    font-size: clamp(31px, 4vw, 48px) !important;
    line-height: 1.08;
    letter-spacing: .035em;
}

.gmr-home-section__description {
    max-width: 520px;
    margin: 9px 0 0;
    color: var(--gmr-home-muted);
    font-size: 14px;
    line-height: 1.6;
}

.gmr-home-section__link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 17px;
    border: 1px solid var(--gmr-home-line);
    border-radius: 6px;
    color: var(--gmr-home-gold-light) !important;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.gmr-home-ranking {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 16px;
}

.gmr-home-ranking__tabs {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.gmr-home-ranking__tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 0 18px;
    border: 1px solid rgba(223, 191, 118, .16);
    border-radius: 5px;
    background: rgba(18, 17, 14, .75);
    color: #d8d4ca;
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
    transition: border-color .2s ease, color .2s ease, background .2s ease;
}

.gmr-home-ranking__tab.is-active,
.gmr-home-ranking__tab:hover,
.gmr-home-ranking__tab:focus {
    border-color: rgba(223, 191, 118, .5);
    background: linear-gradient(90deg, rgba(92, 62, 27, .74), rgba(24, 20, 14, .8));
    color: var(--gmr-home-gold-light);
}

.gmr-home-ranking__tab i {
    color: var(--gmr-home-gold);
}

.gmr-home-ranking__panel {
    display: none;
    overflow: hidden;
    border: 1px solid rgba(223, 191, 118, .2);
    border-radius: 6px;
    background: rgba(15, 15, 13, .83);
    box-shadow: 0 18px 36px rgba(0, 0, 0, .25);
}

.gmr-home-ranking__panel.is-active {
    display: block;
}

.gmr-home-ranking__row {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr) minmax(120px, .72fr) 150px;
    align-items: center;
    min-height: 64px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .055);
}

.gmr-home-ranking__row:last-child {
    border-bottom: 0;
}

.gmr-home-ranking__row--head {
    min-height: 44px;
    background: rgba(223, 191, 118, .07);
    color: #908c82;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.gmr-home-ranking__place {
    color: var(--gmr-home-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    font-weight: 900;
}

.gmr-home-ranking__name {
    min-width: 0;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gmr-home-ranking__meta {
    min-width: 0;
    overflow: hidden;
    color: #9c998f;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gmr-home-ranking__score {
    color: var(--gmr-home-gold-light);
    font-size: 14px;
    font-weight: 900;
    text-align: right;
}

.gmr-home-ranking__empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    padding: 30px;
    color: #908d85;
    text-align: center;
}

.gmr-home-academy-summary {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 18px;
    border: 1px solid rgba(223, 191, 118, .23);
    border-radius: 6px;
    background: rgba(17, 15, 12, .78);
}

.gmr-home-academy-summary__label {
    color: #aaa69d;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.gmr-home-academy-summary__value {
    color: var(--gmr-home-gold-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 900;
}

.gmr-home-academies {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.gmr-home-academy {
    position: relative;
    min-height: 210px;
    padding: 21px 18px;
    overflow: hidden;
    border: 1px solid rgba(223, 191, 118, .18);
    border-radius: 6px;
    background: linear-gradient(150deg, rgba(28, 25, 19, .94), rgba(11, 11, 9, .94));
    box-shadow: 0 15px 32px rgba(0, 0, 0, .24);
}

.gmr-home-academy.is-active,
.gmr-home-academy.is-upcoming {
    border-color: rgba(223, 191, 118, .58);
    background: linear-gradient(150deg, rgba(75, 50, 23, .92), rgba(16, 14, 10, .96));
}

.gmr-home-academy__status {
    display: inline-flex;
    min-height: 25px;
    align-items: center;
    padding: 0 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .07);
    color: #b8b4aa;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.gmr-home-academy.is-active .gmr-home-academy__status,
.gmr-home-academy.is-upcoming .gmr-home-academy__status {
    background: var(--gmr-home-red);
    color: #fff;
}

.gmr-home-academy__title {
    margin: 18px 0 7px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 900;
}

.gmr-home-academy__bonus {
    color: var(--gmr-home-gold);
    font-size: 13px;
    font-weight: 900;
}

.gmr-home-academy__dates {
    margin-top: 17px;
    color: #aaa69c;
    font-size: 12px;
    line-height: 1.55;
}

.gmr-home-academy__prize {
    position: absolute;
    right: 18px;
    bottom: 17px;
    color: var(--gmr-home-gold-light);
    font-size: 17px;
    font-weight: 900;
}

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

.gmr-home-news__card {
    display: block;
    overflow: hidden;
    border: 1px solid rgba(223, 191, 118, .17);
    border-radius: 6px;
    background: rgba(15, 15, 13, .84);
    transition: transform .2s ease, border-color .2s ease;
}

.gmr-home-news__card:hover,
.gmr-home-news__card:focus {
    transform: translateY(-4px);
    border-color: rgba(223, 191, 118, .48);
}

.gmr-home-news__art {
    position: relative;
    height: 175px;
    overflow: hidden;
    background: #15130f;
}

.gmr-home-news__art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.gmr-home-news__card:hover .gmr-home-news__art img {
    transform: scale(1.04);
}

.gmr-home-news__body {
    padding: 18px;
}

.gmr-home-news__date {
    color: var(--gmr-home-gold);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.gmr-home-news__title {
    display: -webkit-box;
    min-height: 42px;
    margin-top: 8px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.gmr-home-footer {
    position: relative;
    z-index: 2;
    padding: 38px 0;
    background: rgba(5, 5, 4, .96);
}

.gmr-home-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.gmr-home-footer__logo {
    width: 150px;
    height: 66px;
    object-fit: contain;
    filter: drop-shadow(0 7px 9px rgba(0, 0, 0, .8));
}

.gmr-home-footer__copy {
    color: #77746d;
    font-size: 12px;
    line-height: 1.6;
    text-align: right;
}

@media (max-width: 1120px) {
    .gmr-home-header__inner {
        grid-template-columns: minmax(0, 1fr) 180px minmax(0, 1fr);
    }

    .gmr-home-header__nav {
        gap: 12px;
    }

    .gmr-home-header__nav a {
        font-size: 11px;
    }

    .gmr-home-header__socials {
        display: none;
    }

    .gmr-home-showcase {
        grid-template-columns: minmax(0, .86fr) minmax(0, 1.55fr) minmax(0, .86fr);
    }

    .gmr-home-academies {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    :root {
        --gmr-home-header: 86px;
    }

    .gmr-home__inner,
    .gmr-home-header__inner,
    .gmr-home-utility__inner {
        width: min(100% - 28px, var(--gmr-home-width));
    }

    .gmr-home-header__inner {
        grid-template-columns: 88px minmax(120px, 1fr) 88px;
        gap: 8px;
    }

    .gmr-home-header__nav,
    .gmr-home-header__socials,
    .gmr-home-header__discord span,
    .gmr-home-header__download span,
    .gmr-home-utility {
        display: none;
    }

    .gmr-home-header__mobile-toggle {
        display: inline-flex;
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
    }

    .gmr-home-header__logo {
        grid-column: 2;
        grid-row: 1;
    }

    .gmr-home-header__actions {
        grid-column: 3;
        grid-row: 1;
    }

    .gmr-home-header__actions {
        gap: 7px;
    }

    .gmr-home-header__discord,
    .gmr-home-header__download {
        width: 42px;
        min-width: 42px;
        height: 44px;
        min-height: 44px;
        padding: 0;
    }

    .gmr-home-header__logo {
        padding: 4px 0;
    }

    .gmr-home-header__logo img {
        width: 150px;
        height: 74px;
    }

    .gmr-home-mobile-menu {
        position: fixed;
        inset: var(--gmr-home-header) 0 0;
        z-index: 1190;
        padding: 20px 14px 34px;
        overflow-y: auto;
        background: rgba(6, 6, 5, .98);
    }

    .gmr-home-mobile-menu.is-open {
        display: block;
    }

    .gmr-home-mobile-menu a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 54px;
        padding: 0 16px;
        border-bottom: 1px solid rgba(223, 191, 118, .13);
        color: #eeeae1;
        font-size: 13px;
        font-weight: 900;
        text-transform: uppercase;
    }

    .gmr-home-mobile-menu a i {
        color: var(--gmr-home-gold);
    }

    .gmr-home-hero {
        min-height: auto;
        padding: 150px 0 42px;
        background-position: 56% top;
    }

    .gmr-home-hero__content {
        margin-bottom: 38px;
    }

    .gmr-home-hero__title {
        font-size: clamp(46px, 14vw, 66px) !important;
    }

    .gmr-home-hero__lead {
        margin-top: 18px;
        font-size: 25px;
    }

    .gmr-home-hero__description {
        margin-top: 15px;
        font-size: 15px;
        line-height: 1.65;
    }

    .gmr-home-showcase {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 260px 150px 150px 88px 88px;
    }

    .gmr-home-showcase__card--main {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .gmr-home-showcase__card--event {
        grid-column: 1;
        grid-row: 4;
    }

    .gmr-home-showcase__card--community {
        grid-column: 1 / -1;
        grid-row: 5;
    }

    .gmr-home-showcase__card--status {
        grid-column: 2;
        grid-row: 4;
    }

    .gmr-home-ranking {
        grid-template-columns: 1fr;
    }

    .gmr-home-ranking__tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .gmr-home-academies,
    .gmr-home-news {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 560px) {
    .gmr-home__inner,
    .gmr-home-header__inner {
        width: calc(100% - 24px);
    }

    .gmr-home-header__inner {
        grid-template-columns: 80px minmax(100px, 1fr) 80px;
    }

    .gmr-home-header__logo img {
        width: 132px;
    }

    .gmr-home-header__discord,
    .gmr-home-header__download {
        width: 38px;
        min-width: 38px;
        height: 42px;
        min-height: 42px;
        font-size: 15px;
    }

    .gmr-home-hero {
        padding-top: 137px;
    }

    .gmr-home-hero__eyebrow {
        font-size: 10px;
        letter-spacing: .22em;
    }

    .gmr-home-hero__title {
        font-size: clamp(42px, 15vw, 58px) !important;
    }

    .gmr-home-hero__lead {
        font-size: 22px;
    }

    .gmr-home-hero__description {
        font-size: 14px;
    }

    .gmr-home-primary-button {
        min-width: 185px;
        min-height: 52px;
    }

    .gmr-home-showcase {
        display: flex;
        flex-direction: column;
        gap: 9px;
    }

    .gmr-home-showcase__card {
        min-height: 150px;
    }

    .gmr-home-showcase__card--main {
        min-height: 235px;
        order: -2;
    }

    .gmr-home-showcase__card--community,
    .gmr-home-showcase__card--event,
    .gmr-home-showcase__card--status {
        min-height: 86px;
    }

    .gmr-home-showcase__card--community {
        order: -1;
    }

    .gmr-home-showcase__card--main .gmr-home-showcase__title {
        font-size: 25px;
    }

    .gmr-home-section {
        padding: 58px 0;
    }

    .gmr-home-section__head {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 24px;
    }

    .gmr-home-section-title {
        font-size: 30px !important;
    }

    .gmr-home-ranking__tabs {
        grid-template-columns: 1fr 1fr;
        gap: 6px;
    }

    .gmr-home-ranking__tab {
        min-height: 48px;
        padding: 0 12px;
        font-size: 11px;
    }

    .gmr-home-ranking__row {
        grid-template-columns: 40px minmax(0, 1fr) 110px;
        min-height: 59px;
        padding: 0 12px;
    }

    .gmr-home-ranking__row > :nth-child(3) {
        display: none;
    }

    .gmr-home-ranking__row--head {
        min-height: 40px;
    }

    .gmr-home-academies,
    .gmr-home-news {
        grid-template-columns: 1fr;
    }

    .gmr-home-academy {
        min-height: 190px;
    }

    .gmr-home-academy-summary {
        width: 100%;
        justify-content: space-between;
    }

    .gmr-home-footer__inner {
        flex-direction: column;
        text-align: center;
    }

    .gmr-home-footer__copy {
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gmr-home-ticker__track {
        animation: none;
    }

    .gmr-home *,
    .gmr-home *::before,
    .gmr-home *::after {
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* ========================================================================== 
   GMRGAME LANDING THEME 3.0 — matches every interior page.
   ========================================================================== */
:root {
    --gmr-home-bg: #17110b;
    --gmr-home-panel: #2b2117;
    --gmr-home-panel-soft: #382a1c;
    --gmr-home-gold: #d8a94e;
    --gmr-home-gold-light: #fff1c4;
    --gmr-home-gold-dark: #895420;
    --gmr-home-red: #d72e31;
    --gmr-home-red-dark: #9f1d23;
    --gmr-home-text: #f3eadc;
    --gmr-home-muted: #c7b9a6;
    --gmr-home-line: rgba(231, 190, 107, .34);
}

.gmr-home {
    background:
        radial-gradient(circle at 50% 12%, rgba(206, 139, 42, .16), transparent 31%),
        linear-gradient(180deg, rgba(22, 15, 9, .28), rgba(23, 17, 11, .92)),
        #17110b !important;
}

.gmr-home-header {
    border-bottom-color: rgba(235, 194, 107, .32) !important;
    background: linear-gradient(180deg, rgba(31, 25, 18, .98), rgba(19, 15, 11, .98)) !important;
    box-shadow: inset 0 1px rgba(255, 238, 195, .05), inset 0 -3px rgba(70, 43, 18, .4), 0 16px 38px rgba(8, 5, 3, .38) !important;
}

.gmr-home-header__logo img {
    filter: drop-shadow(0 6px 12px rgba(7, 4, 2, .7)) drop-shadow(0 0 16px rgba(221, 157, 55, .18)) !important;
}

.gmr-home-header__icon,
.gmr-home-header__discord,
.gmr-home-header__download,
.gmr-home-header__mobile-toggle,
.gmr-home-utility__group {
    border-color: rgba(234, 193, 109, .34) !important;
    border-radius: 5px !important;
    background: linear-gradient(180deg, rgba(57, 46, 33, .95), rgba(32, 26, 19, .98)) !important;
    box-shadow: inset 0 1px rgba(255, 242, 207, .1), inset 0 -2px rgba(7, 5, 3, .42), 0 3px 0 rgba(8, 5, 3, .52), 0 8px 16px rgba(7, 4, 2, .22) !important;
}

.gmr-home-header__download,
.gmr-home-primary-button {
    border-color: #ff7e66 !important;
    background: linear-gradient(180deg, #f34e44, #d72e31 56%, #9f1d23) !important;
    box-shadow: inset 0 1px rgba(255, 240, 220, .42), inset 0 -2px rgba(91, 8, 13, .48), 0 4px 0 #711218, 0 13px 26px rgba(61, 7, 10, .35) !important;
}

.gmr-home-hero__title,
.gmr-home-section-title {
    color: var(--gmr-home-gold-light) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-weight: 700 !important;
    letter-spacing: .02em !important;
    text-shadow: 0 1px 0 #fff9dc, 0 2px 0 #8e652d, 0 6px 16px rgba(4, 2, 1, .9) !important;
}

.gmr-home-hero__description,
.gmr-home-section__description {
    color: #d8cbb8 !important;
}

.gmr-home-showcase {
    perspective: 1600px;
}

.gmr-home-showcase__card,
.gmr-home-ranking,
.gmr-home-academy,
.gmr-home-news__card {
    border: 1px solid rgba(231, 190, 107, .38) !important;
    border-radius: 4px !important;
    background:
        linear-gradient(#d8a94e, #d8a94e) left top / 22px 1px no-repeat,
        linear-gradient(#d8a94e, #d8a94e) left top / 1px 22px no-repeat,
        linear-gradient(#d8a94e, #d8a94e) right top / 22px 1px no-repeat,
        linear-gradient(#d8a94e, #d8a94e) right top / 1px 22px no-repeat,
        linear-gradient(#d8a94e, #d8a94e) left bottom / 22px 1px no-repeat,
        linear-gradient(#d8a94e, #d8a94e) left bottom / 1px 22px no-repeat,
        linear-gradient(#d8a94e, #d8a94e) right bottom / 22px 1px no-repeat,
        linear-gradient(#d8a94e, #d8a94e) right bottom / 1px 22px no-repeat,
        linear-gradient(135deg, rgba(255, 246, 216, .06), transparent 21%),
        linear-gradient(180deg, rgba(57, 43, 29, .96), rgba(36, 27, 19, .98)) !important;
    box-shadow: inset 0 1px rgba(255, 242, 204, .11), inset 0 -3px rgba(77, 43, 15, .52), 0 4px 0 rgba(8, 5, 3, .62), 0 22px 48px rgba(10, 6, 3, .5) !important;
}

.gmr-home-showcase__card {
    transform-style: preserve-3d;
}

.gmr-home-showcase__card--community {
    background:
        linear-gradient(90deg, rgba(10, 9, 8, .94), rgba(27, 20, 16, .58)),
        url('/assets/images/gmr-feature-team-v4.jpg') 70% center / cover no-repeat !important;
}

.gmr-home-showcase__card--status {
    background:
        linear-gradient(90deg, rgba(8, 8, 7, .92), rgba(20, 16, 10, .56)),
        url('/assets/images/gmr-feature-balance-v4.jpg') 70% center / cover no-repeat !important;
}

.gmr-home-showcase__card:hover,
.gmr-home-news__card:hover,
.gmr-home-news__card:focus {
    border-color: rgba(245, 211, 135, .75) !important;
    transform: translateY(-7px) rotateX(.7deg) !important;
    box-shadow: inset 0 1px rgba(255, 242, 204, .13), inset 0 -3px rgba(77, 43, 15, .45), 0 6px 0 rgba(8, 5, 3, .62), 0 30px 52px rgba(8, 4, 2, .58) !important;
}

.gmr-home-ranking__tabs {
    border-bottom-color: rgba(231, 190, 107, .28) !important;
    background: linear-gradient(180deg, #4a3825, #2e2319) !important;
    box-shadow: inset 0 1px rgba(255, 240, 199, .08), inset 0 -2px rgba(10, 6, 3, .4) !important;
}

.gmr-home-ranking__tab {
    border-color: rgba(226, 185, 99, .26) !important;
    background: linear-gradient(180deg, rgba(70, 53, 35, .72), rgba(43, 33, 23, .78)) !important;
    box-shadow: inset 0 1px rgba(255, 239, 196, .06), 0 2px 0 rgba(9, 5, 3, .32) !important;
}

.gmr-home-ranking__tab.is-active,
.gmr-home-ranking__tab:hover,
.gmr-home-ranking__tab:focus {
    border-color: #f2d184 !important;
    background: linear-gradient(180deg, #fff4c4, #dfbd6b 58%, #ad7127) !important;
    box-shadow: inset 0 1px #fffceb, inset 0 -2px rgba(96, 49, 10, .3), 0 3px 0 #5f3915, 0 8px 15px rgba(8, 4, 2, .26) !important;
    color: #291a08 !important;
}

.gmr-home-ranking__row {
    border-bottom-color: rgba(239, 200, 119, .12) !important;
    background: linear-gradient(180deg, rgba(58, 44, 30, .82), rgba(47, 35, 25, .84)) !important;
    box-shadow: inset 0 1px rgba(255, 244, 213, .025) !important;
}

.gmr-home-ranking__row:nth-child(even) {
    background: linear-gradient(180deg, rgba(65, 49, 33, .82), rgba(52, 39, 27, .84)) !important;
}

.gmr-home-academy__status {
    box-shadow: inset 0 1px rgba(255, 255, 255, .18), 0 3px 0 rgba(65, 15, 8, .6), 0 7px 13px rgba(8, 4, 2, .3) !important;
}

.gmr-home-footer {
    border-top-color: rgba(229, 186, 97, .3) !important;
    background: linear-gradient(180deg, rgba(34, 25, 17, .98), rgba(19, 14, 10, .99)) !important;
    box-shadow: inset 0 1px rgba(255, 237, 191, .06), 0 -16px 38px rgba(8, 4, 2, .3) !important;
}

@media (max-width: 560px) {
    .gmr-home-showcase__card:hover,
    .gmr-home-news__card:hover,
    .gmr-home-news__card:focus {
        transform: translateY(-3px) !important;
    }
}

/* === GMR ANASAYFA BANNER (2026-08-13) ===
   Hero'daki 5 tanıtım kartı kaldırıldı; yerine sürekli dönen banner geldi.
   Bannerin ALTINDA ETKİNLİK / TOPLULUK / SUNUCU DURUMU kartları eşit
   genişlikte tek sıra hâlinde durur (mobilde alt alta iner).
   Slayt listesi: resources/views/pages/index.blade.php -> $homeBanners

   NOT: Bu blok gmr-reference-theme.css'ten SONRA gelmiyor (o dosya daha geç
   yükleniyor), o yüzden çakışan kurallar bilerek iki sınıflı yazıldı
   (.gmr-home-showcase.gmr-home-showcase--banner) -- böylece tek sınıflı eski
   kurallardan öncelikli olur ve !important'a gerek kalmaz. */

/* Kutu artık ızgara değil: üstte banner, altında üçlü sıra. */
.gmr-home-showcase.gmr-home-showcase--banner {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* --- Banner çerçevesi (kartlarla aynı altın/koyu kahve dil) --- */
.gmr-home-banner {
    /* Afiş oranı: 2051x767. Yeni afişler farklı oranlıysa TEK yer burası. */
    --gmr-home-banner-ratio: 2051 / 767;
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid rgba(231, 190, 107, .38);
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(57, 43, 29, .96), rgba(36, 27, 19, .98));
    box-shadow:
        inset 0 1px rgba(255, 242, 204, .11),
        inset 0 -3px rgba(77, 43, 15, .52),
        0 4px 0 rgba(8, 5, 3, .62),
        0 22px 48px rgba(10, 6, 3, .5);
}

/* Kartlardaki altın köşe gönyeleri. Görselin ÜSTÜNDE dursun diye ayrı katman. */
.gmr-home-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background:
        linear-gradient(#d8a94e, #d8a94e) left top / 22px 1px no-repeat,
        linear-gradient(#d8a94e, #d8a94e) left top / 1px 22px no-repeat,
        linear-gradient(#d8a94e, #d8a94e) right top / 22px 1px no-repeat,
        linear-gradient(#d8a94e, #d8a94e) right top / 1px 22px no-repeat,
        linear-gradient(#d8a94e, #d8a94e) left bottom / 22px 1px no-repeat,
        linear-gradient(#d8a94e, #d8a94e) left bottom / 1px 22px no-repeat,
        linear-gradient(#d8a94e, #d8a94e) right bottom / 22px 1px no-repeat,
        linear-gradient(#d8a94e, #d8a94e) right bottom / 1px 22px no-repeat;
}

/* Sabit oranlı pencere: yükseklik görselden değil orandan gelir -> sayfa zıplamaz. */
.gmr-home-banner__viewport {
    position: relative;
    width: 100%;
    aspect-ratio: var(--gmr-home-banner-ratio);
    overflow: hidden;
}

/* aspect-ratio bilmeyen eski tarayıcı yedeği (767 / 2051 = %37.4). */
@supports not (aspect-ratio: 1 / 1) {
    .gmr-home-banner__viewport {
        height: 0;
        padding-top: 37.4%;
    }
}

/* Slaytlar üst üste; aktif olan görünür. JS çalışmasa bile ilk slayt açık kalır. */
.gmr-home-banner__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .65s ease, visibility 0s linear .65s;
}

.gmr-home-banner__slide.is-active {
    opacity: 1;
    visibility: visible;
    transition: opacity .65s ease, visibility 0s linear 0s;
}

.gmr-home-banner__link,
.gmr-home-banner__slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.gmr-home-banner__slide img {
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}

/* --- Oklar (yalnız 2+ afiş varken basılır) --- */
.gmr-home-banner__arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    padding: 0;
    transform: translateY(-50%);
    border: 1px solid rgba(255, 235, 191, .36);
    border-radius: 50%;
    background: rgba(3, 7, 9, .74);
    box-shadow: inset 0 1px rgba(255, 255, 255, .08), 0 10px 28px rgba(0, 0, 0, .42);
    color: #f4e6c2;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.gmr-home-banner__arrow.is-prev {
    left: 14px;
}

.gmr-home-banner__arrow.is-next {
    right: 14px;
}

.gmr-home-banner__arrow:hover,
.gmr-home-banner__arrow:focus {
    border-color: rgba(255, 238, 197, .78);
    background: rgba(49, 39, 23, .88);
    color: #fff3cf;
    transform: translateY(-50%) scale(1.07);
}

/* --- Noktalar: kutu 34px (parmak hedefi), görünen daire 10px --- */
.gmr-home-banner__dots {
    position: absolute;
    right: 0;
    bottom: 6px;
    left: 0;
    z-index: 4;
    display: flex;
    gap: 2px;
    justify-content: center;
}

.gmr-home-banner__dot {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

.gmr-home-banner__dot::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(255, 235, 191, .55);
    border-radius: 50%;
    background: rgba(6, 5, 4, .62);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .5);
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.gmr-home-banner__dot.is-current::before,
.gmr-home-banner__dot:hover::before,
.gmr-home-banner__dot:focus::before {
    border-color: #f2d184;
    background: linear-gradient(180deg, #fff4c4, #dfbd6b 58%, #ad7127);
    transform: scale(1.2);
}

/* --- Bannerin altındaki üç buton: eşit genişlik, eşit yükseklik --- */
.gmr-home-showcase--banner .gmr-home-showcase__row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

/* Bu kartlar eskiden ızgarada sabit hücrelere sabitlenmişti; artık sırayla akıyorlar. */
.gmr-home-showcase--banner .gmr-home-showcase__card--event,
.gmr-home-showcase--banner .gmr-home-showcase__card--community,
.gmr-home-showcase--banner .gmr-home-showcase__card--status {
    grid-column: auto;
    grid-row: auto;
    order: 0;
    align-items: center;
    min-height: 96px;
}

@media (max-width: 860px) {
    .gmr-home-showcase.gmr-home-showcase--banner {
        gap: 10px;
    }

    .gmr-home-showcase--banner .gmr-home-showcase__row {
        gap: 10px;
    }

    .gmr-home-banner__arrow {
        width: 36px;
        height: 36px;
        font-size: 11px;
    }

    .gmr-home-banner__arrow.is-prev {
        left: 8px;
    }

    .gmr-home-banner__arrow.is-next {
        right: 8px;
    }
}

/* Dar ekranda üç buton alt alta iner. */
@media (max-width: 760px) {
    .gmr-home-showcase--banner .gmr-home-showcase__row {
        grid-template-columns: minmax(0, 1fr);
    }

    .gmr-home-showcase--banner .gmr-home-showcase__card--event,
    .gmr-home-showcase--banner .gmr-home-showcase__card--community,
    .gmr-home-showcase--banner .gmr-home-showcase__card--status {
        min-height: 86px;
    }

    /* Discord kartinin ic baglantisi 92px istiyor ve karti 94px'e sisiriyordu;
       alt alta dizilen ucu de esit yukseklikte tutmak icin kisaltiyoruz. */
    .gmr-home-showcase--banner .gmr-home-showcase__card--community .gmr-home-community-link {
        min-height: 84px;
    }
}

/* Hareket azaltma tercihinde geçiş efektleri sussun (otomatik dönüşü JS kapatıyor). */
@media (prefers-reduced-motion: reduce) {
    .gmr-home-banner__slide,
    .gmr-home-banner__arrow,
    .gmr-home-banner__dot::before {
        transition: none !important;
    }
}

/* === GMR ANASAYFA — İKİNCİ AFİŞ + TANITIM KARTLARI (2026-08-13 / 2. tur) ===
   Bu blok wok-landing.css'in SONUNDA durur; gmr-reference-theme.css daha geç
   yüklendiği için çakışabilecek yerler bilerek iki sınıflı yazıldı.

   1) FARKLI ORANLI AFİŞLER
      gmr-home-banner-1.png = 2051x767 (2.674 : 1)
      gmr-home-banner-2.png = 1870x841 (2.224 : 1)
      Eski kurulum tek orana (2051/767) kilitliydi ve görseli "cover" ile
      dolduruyordu; 2. afiş bu kutuda üstten+alttan 92.5px KIRPILIRDI.
      Yeni kurulum: kabın oranı blade'de EN UZUN afişe göre hesaplanıp
      --gmr-home-banner-ratio ile satır-içi veriliyor, görsel ise "contain".
      ÖLÇÜ (kap genişliği 1220px = --gmr-home-width):
        kutu           -> 1220 x 548.7 px (1870/841)
        2. afiş        -> 1220 x 548.7 px  (kutuyu TAM doldurur, boşluk 0)
        1. afiş        -> 1220 x 456.2 px  (üstte/altta 46.3'er px çerçeve
                          boşluğu; kutunun %8.4'ü) -- HİÇBİRİNDEN parça kesilmez
      Kutu yüksekliği görselden değil orandan geldiği için slayt değişince
      ZIPLAMAZ. Yeni afiş eklenince hesap kendiliğinden güncellenir.

   2) AFİŞ ALTINDAKİ KARTLAR
      Soldaki (--event) ve sağdaki (--status) kart artık Sunucu Tanıtımı
      sayfasına giden birer <a>. Ortadaki Discord kartı aynen duruyor.
      Üçü de eşit genişlikte (grid 1fr) ve eşit yükseklikte (min-height 96px)
      kalır; hover/odak durumları üç kartta da aynı. */

/* Afiş artık kırpılmıyor: kutuya sığdır, kalan yeri çerçeve rengi doldursun. */
.gmr-home-banner__slide img {
    object-fit: contain;
}

/* aspect-ratio bilmeyen eski tarayıcı yedeği artık da orana bağlı
   (blade --gmr-home-banner-pad'i yükseklik/genişlik yüzdesi olarak verir). */
@supports not (aspect-ratio: 1 / 1) {
    .gmr-home-banner__viewport {
        padding-top: var(--gmr-home-banner-pad, 37.4%);
    }
}

/* --- Bağlantıya dönüşen kartlar --- */
.gmr-home-showcase--banner a.gmr-home-showcase__card--go {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.gmr-home-showcase--banner a.gmr-home-showcase__card--go:focus-visible {
    outline: 2px solid #f2d184;
    outline-offset: 2px;
}

/* Kart içindeki iki satır: üstte konu başlığı, altta "TIKLA OKU". */
.gmr-home-showcase--banner .gmr-home-showcase__kicker--topic {
    margin-bottom: 6px;
    font-size: 12px;
    letter-spacing: .085em;
    line-height: 1.3;
}

/* Sağdaki yuvarlak ok: kartın bağlantı olduğunu belli eder. */
.gmr-home-showcase--banner .gmr-home-card-go {
    flex: 0 0 auto;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(231, 190, 107, .45);
    border-radius: 50%;
    background: rgba(8, 6, 4, .5);
    box-shadow: inset 0 1px rgba(255, 242, 204, .1);
    color: var(--gmr-home-gold-light);
    font-size: 13px;
    line-height: 1;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.gmr-home-showcase--banner a.gmr-home-showcase__card--go:hover .gmr-home-card-go,
.gmr-home-showcase--banner a.gmr-home-showcase__card--go:focus .gmr-home-card-go {
    border-color: #f2d184;
    background: linear-gradient(180deg, #fff4c4, #dfbd6b 58%, #ad7127);
    color: #291a08;
    transform: translateX(2px);
}

/* --- Dokunmatikte parmak hedefleri (>=44px) ---
   Karusel kontrolleri ilk kez GERÇEKTEN basılıyor (tek afişte hiç basılmıyordu),
   bu yüzden ok ve noktaların dokunma alanı 44px'e çıkarıldı. Görünen daire
   yine 10px; büyüyen sadece tıklama alanı. */
@media (max-width: 860px) {
    .gmr-home-banner__arrow {
        width: 44px;
        height: 44px;
        font-size: 13px;
    }

    .gmr-home-banner__dot {
        width: 44px;
        height: 44px;
    }
}

/* Nokta şeridi tüm genişliği kaplıyor; afiş tıklanabilir olduğunda
   altındaki bandı yutmasın diye şerit tıklamayı geçirir, noktalar yakalar. */
.gmr-home-banner__dots {
    pointer-events: none;
}

.gmr-home-banner__dot {
    pointer-events: auto;
}
