/* ========================================================================== 
   MU ÉTER — Premium Visual System v1
   Camada de identidade pública. O eter.css permanece como base funcional
   para telas internas; este arquivo define a direção final do portal.
   ========================================================================== */

:root {
    --eter-void: #050504;
    --eter-bg: #080806;
    --eter-bg-soft: #0e0d0a;
    --eter-panel: #12100c;
    --eter-panel-2: #19150f;
    --eter-panel-3: #231c12;
    --eter-line: rgba(202, 157, 71, .20);
    --eter-line-soft: rgba(202, 157, 71, .10);
    --eter-line-strong: rgba(226, 181, 90, .54);
    --eter-violet-900: #332160;
    --eter-violet-800: #49307f;
    --eter-violet-700: #6242a2;
    --eter-violet: #8b62d4;
    --eter-violet-400: #aa86ea;
    --eter-violet-300: #c5aff2;
    --eter-magenta: #8ddcf1;
    --eter-gold: #c89a45;
    --eter-gold-2: #edc87a;
    --eter-gold-dim: rgba(200, 154, 69, .15);
    --eter-silver: #f4efe3;
    --eter-silver-2: #d9d1c2;
    --eter-silver-3: #afa797;
    --eter-text: #eee8dc;
    --eter-muted: #a59d8e;
    --eter-dim: #756e61;
    --eter-violet-dim: rgba(109, 78, 171, .12);
    --eter-violet-veil: rgba(109, 78, 171, .24);
    --eter-grad-violet: linear-gradient(135deg, #6d4eab 0%, #9270d2 52%, #7ecfe4 100%);
    --eter-grad-panel: linear-gradient(180deg, rgba(25, 21, 15, .98), rgba(9, 8, 6, .99));
    --eter-grad-gold: linear-gradient(135deg, #72501f 0%, #c89a45 48%, #f2d28c 100%);
    --eter-grad-line: linear-gradient(90deg, transparent, rgba(224, 177, 83, .62), transparent);
    --eter-shadow: 0 28px 70px -32px rgba(0, 0, 0, .96);
    --eter-shadow-lift: 0 34px 90px -34px rgba(205, 153, 57, .26);
    --eter-radius: 3px;
    --eter-radius-sm: 2px;
    --eter-radius-lg: 4px;
    --eter-font: "Inter", "Segoe UI", system-ui, sans-serif;
    --eter-display: "Cinzel", "Trajan Pro", Georgia, serif;
    --eter-wrap: 1320px;
}

html { background: var(--eter-void); }

body.theme-premium {
    background:
        radial-gradient(circle at 82% 14%, rgba(87, 59, 142, .10), transparent 26rem),
        radial-gradient(circle at 15% 38%, rgba(182, 128, 35, .08), transparent 34rem),
        #080806;
    color: var(--eter-text);
}

.theme-premium .wrap { max-width: var(--eter-wrap); padding-left: 28px; padding-right: 28px; }
.theme-premium .page { padding-bottom: 0; }
.theme-premium a { color: var(--eter-gold-2); }
.theme-premium a:hover { color: #fff0c5; }

.eter-sky span:nth-child(1) {
    background: radial-gradient(circle, rgba(167, 107, 32, .20), transparent 68%);
    opacity: .5;
}

.eter-sky span:nth-child(2) {
    background: radial-gradient(circle, rgba(106, 77, 164, .16), transparent 70%);
    opacity: .45;
}

.eter-sky span:nth-child(3) {
    background: radial-gradient(circle, rgba(36, 92, 105, .12), transparent 72%);
    opacity: .4;
}

.eter-stars { opacity: .20; filter: sepia(.3); }
.eter-grain { opacity: .045; }

.eter-forge-lines {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: .19;
    background-image:
        linear-gradient(rgba(222, 178, 89, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(222, 178, 89, .025) 1px, transparent 1px);
    background-size: 88px 88px;
    -webkit-mask-image: radial-gradient(circle at 50% 0, #000 0, transparent 72%);
    mask-image: radial-gradient(circle at 50% 0, #000 0, transparent 72%);
}

::selection { background: rgba(224, 176, 82, .32); color: #fff; }
:focus-visible { outline-color: var(--eter-gold-2); }

/* --------------------------------------------------------------------------
   Molduras, superfícies e botões
   -------------------------------------------------------------------------- */

.theme-premium .frame {
    border-radius: 3px;
    background:
        linear-gradient(145deg, rgba(255, 236, 196, .025), transparent 32%),
        linear-gradient(180deg, rgba(20, 18, 14, .97), rgba(9, 8, 7, .98));
    border: 1px solid rgba(210, 163, 76, .18);
    box-shadow: var(--eter-shadow), inset 0 1px rgba(255, 255, 255, .025);
}

.theme-premium .frame::before {
    inset: 5px;
    padding: 1px;
    border-radius: 0;
    background: linear-gradient(135deg,
        rgba(239, 202, 127, .46), rgba(158, 111, 42, .06) 26%,
        rgba(105, 74, 158, .20) 58%, rgba(231, 183, 88, .38));
}

.theme-premium .frame::after { opacity: .52; }

.theme-premium .slab {
    border-radius: 2px;
    border-color: rgba(204, 158, 70, .13);
    background: linear-gradient(180deg, rgba(26, 22, 16, .74), rgba(10, 9, 7, .80));
}

.theme-premium .btn {
    min-height: 44px;
    border-radius: 1px;
    border-color: rgba(225, 184, 100, .26);
    background: linear-gradient(180deg, rgba(26, 23, 18, .98), rgba(10, 9, 7, .98));
    color: #e8dfcf;
    font-family: var(--eter-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .115em;
    text-transform: uppercase;
    box-shadow: inset 0 1px rgba(255,255,255,.035), 0 14px 30px -20px #000;
}

.theme-premium .btn:hover {
    border-color: rgba(238, 202, 128, .62);
    color: #fff8e8;
    transform: translateY(-2px);
}

.theme-premium .btn.gold {
    color: #171005;
    border-color: #edc87a;
    background:
        linear-gradient(180deg, rgba(255,255,255,.23), transparent 46%),
        linear-gradient(135deg, #8e6226, #e0b65e 54%, #f0d28f);
    box-shadow: inset 0 0 0 1px rgba(255, 246, 213, .34), 0 16px 44px -20px rgba(219, 169, 68, .72);
}

.theme-premium .btn.gold:hover {
    color: #080602;
    filter: brightness(1.1);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.48), 0 20px 54px -20px rgba(228, 179, 77, .9);
}

.theme-premium .btn.lg { min-height: 58px; padding-inline: 28px; }
.theme-premium .btn.sm { min-height: 36px; padding-inline: 15px; font-size: 9px; }

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--eter-gold-2);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .28em;
    text-transform: uppercase;
}

.section-kicker::before { content: ""; width: 34px; height: 1px; background: var(--eter-gold); }

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--eter-silver-2) !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.text-link span { color: var(--eter-gold-2); transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

/* --------------------------------------------------------------------------
   Cabeçalho
   -------------------------------------------------------------------------- */

.premium-header {
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(211, 165, 78, .18);
    background: rgba(6, 6, 5, .90);
    box-shadow: 0 18px 54px -32px #000;
    -webkit-backdrop-filter: blur(22px) saturate(1.2);
    backdrop-filter: blur(22px) saturate(1.2);
}

.premium-header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(235, 195, 113, .55), transparent);
}

.premium-header .header-main {
    min-height: 92px;
    display: flex;
    align-items: center;
    gap: 26px;
}

.premium-header .brand {
    position: relative;
    width: 164px;
    height: 82px;
    flex: 0 0 164px;
    display: grid;
    place-items: center;
    overflow: visible;
}

.premium-header .brand-full {
    width: 188px;
    max-width: none;
    position: absolute;
    left: -15px;
    top: -10px;
    filter: drop-shadow(0 10px 22px rgba(0,0,0,.85));
}

.premium-header .brand-mark { display: none; }

.premium-header .nav { gap: 2px; min-width: 0; }
.premium-header .nav-item { flex: 0 0 auto; }

.premium-header .nav-link {
    min-height: 54px;
    padding: 8px 12px;
    border-radius: 0;
    color: #aaa293;
    gap: 9px;
}

.premium-header .nav-link:hover {
    color: #f0e9db;
    background: linear-gradient(180deg, rgba(202, 154, 69, .09), transparent);
}

.premium-header .nav-link svg { color: #bd8f3f; width: 15px; height: 15px; }
.premium-header .nav-text b { color: inherit; font-family: var(--eter-display); font-size: 9px; letter-spacing: .095em; }
.premium-header .nav-text span { color: #5e5a51; font-size: 8.5px; }

.premium-header .nav-link.is-active { color: #f4e8cb; }
.premium-header .nav-link.is-active::before {
    top: auto;
    bottom: -14px;
    left: 10px;
    right: 10px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #e4b95e, transparent);
    box-shadow: 0 0 12px rgba(228, 185, 94, .7);
}

.premium-header .nav-drop {
    top: calc(100% + 14px);
    border-radius: 1px;
    border-color: rgba(211, 165, 78, .24);
    background: rgba(9, 8, 6, .98);
    box-shadow: 0 28px 50px -22px #000;
}

.premium-header .nav-drop a:hover { background: rgba(202,154,69,.10); color: var(--eter-gold-2); }
.premium-header .header-cta { margin-left: auto; gap: 7px; }
.premium-header .header-play { min-width: 144px; }
.premium-header .header-play span { color: rgba(31,22,7,.70); }

.eter-performance-strip {
    position: relative;
    z-index: 40;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(14px,2vw,34px);
    padding: 10px 18px;
    overflow: hidden;
    border-bottom: 1px solid rgba(220,174,81,.25);
    color: #dbb967;
    background:
        radial-gradient(circle at 50% 0,rgba(121,71,175,.23),transparent 42%),
        linear-gradient(90deg,#050505,#100d12 48%,#050505);
    box-shadow: 0 14px 32px -26px rgba(173,112,238,.9);
    text-transform: uppercase;
}
.eter-performance-strip::before,
.eter-performance-strip::after { content: ""; width: min(12vw,150px); height: 1px; background: linear-gradient(90deg,transparent,rgba(227,184,91,.5)); }
.eter-performance-strip::after { transform: scaleX(-1); }
.eter-performance-strip > span,
.eter-performance-strip > small { color: #a5957c; font: 700 9px/1 Inter,sans-serif; letter-spacing: .18em; }
.eter-performance-strip strong { display: inline-flex; align-items: center; gap: 13px; color: #fff0bd; font: 800 13px/1 var(--eter-display); letter-spacing: .12em; white-space: nowrap; }
.eter-performance-strip strong b { color: inherit; font: inherit; }
.eter-performance-strip strong b:last-child { color: #d8a4ff; text-shadow: 0 0 15px rgba(151,82,220,.55); }
.eter-performance-strip strong i { width: 3px; height: 3px; border-radius: 50%; background: #b986d9; box-shadow: 0 0 8px rgba(185,134,217,.7); }

.language-switch { position: relative; flex: 0 0 auto; }
.language-switch summary {
    width: 47px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #c59a49;
    border: 1px solid rgba(207,159,72,.25);
    background: rgba(10,9,8,.72);
    cursor: pointer;
    list-style: none;
    font: 700 8px Inter,sans-serif;
    letter-spacing: .1em;
}
.language-switch summary::-webkit-details-marker { display: none; }
.language-switch[open] summary,
.language-switch summary:hover { color: #f0c972; border-color: rgba(222,177,83,.55); background: rgba(83,52,108,.14); }
.language-switch__menu {
    position: absolute;
    z-index: 40;
    top: calc(100% + 13px);
    right: 0;
    width: 182px;
    padding: 13px;
    border: 1px solid rgba(211,165,78,.29);
    background: rgba(7,7,7,.985);
    box-shadow: 0 28px 60px rgba(0,0,0,.65);
}
.language-switch__menu::before { content:""; position:absolute; right:15px; top:-5px; width:8px; height:8px; border-left:1px solid rgba(211,165,78,.29); border-top:1px solid rgba(211,165,78,.29); background:#070707; transform:rotate(45deg); }
.language-switch__menu > small { display:block; padding:3px 8px 9px; color:#625b52; font:700 7px Inter,sans-serif; letter-spacing:.2em; }
.language-switch__menu a { min-height:39px; padding:8px; display:grid; grid-template-columns:29px 1fr; align-items:center; gap:8px; color:#8e867c; border-top:1px solid rgba(255,255,255,.045); }
.language-switch__menu a:hover,.language-switch__menu a.is-active { color:#ead9bd; background:rgba(198,148,60,.08); }
.language-switch__menu a b { color:#c99b45; font:700 9px Cinzel,serif; }
.language-switch__menu a span { font-size:10px; }

/* --------------------------------------------------------------------------
   Cadastro premium
   -------------------------------------------------------------------------- */

.register-premium {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
    min-height: 720px;
    margin: 34px 0 88px;
    overflow: hidden;
    border: 1px solid rgba(224, 181, 91, .24);
    background: #090806;
    box-shadow: 0 42px 110px -54px rgba(0, 0, 0, .95);
}

.register-premium::before,
.register-premium::after {
    content: "";
    position: absolute;
    z-index: 5;
    width: 34px;
    height: 34px;
    pointer-events: none;
    border-color: rgba(235, 195, 113, .72);
}

.register-premium::before { top: 10px; left: 10px; border-top: 1px solid; border-left: 1px solid; }
.register-premium::after { right: 10px; bottom: 10px; border-right: 1px solid; border-bottom: 1px solid; }

.register-story {
    position: relative;
    min-height: 720px;
    overflow: hidden;
    isolation: isolate;
}

.register-story-art,
.register-story-veil { position: absolute; inset: 0; }

.register-story-art {
    z-index: -3;
    background: url('../images/premium/hero-eter-sovereign-site.webp') 62% center / cover no-repeat;
    filter: saturate(.82) contrast(1.06);
    transform: scale(1.015);
}

.register-story-veil {
    z-index: -2;
    background:
        radial-gradient(circle at 58% 28%, rgba(141, 55, 207, .20), transparent 31%),
        linear-gradient(90deg, rgba(4, 4, 4, .30), rgba(5, 4, 5, .48) 55%, #090806 100%),
        linear-gradient(180deg, rgba(5, 5, 4, .12), rgba(5, 5, 4, .30) 53%, #090806 100%);
}

.register-story::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(115deg, transparent 46%, rgba(213, 168, 76, .08) 46.2%, transparent 46.5%);
    pointer-events: none;
}

.register-story-content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    padding: 72px 54px 58px;
}

.register-kicker,
.register-step {
    color: #e5bd65;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .27em;
    text-transform: uppercase;
}

.register-story h1 {
    margin: 15px 0 20px;
    color: #f6f0e7;
    font-size: clamp(50px, 4.4vw, 72px);
    line-height: .94;
    letter-spacing: -.015em;
    text-transform: uppercase;
    text-shadow: 0 18px 45px rgba(0, 0, 0, .9);
}

.register-story h1 em {
    color: transparent;
    background: linear-gradient(180deg, #fff2c7 0%, #d6a84e 55%, #8f5d22 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-style: normal;
}

.register-story-content > p {
    max-width: 510px;
    margin: 0;
    color: rgba(242, 235, 225, .82);
    font-size: 15px;
    line-height: 1.78;
    text-shadow: 0 2px 14px #000;
}

.register-journey {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 34px 0 30px;
    padding: 0;
    list-style: none;
}

.register-journey li {
    position: relative;
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 8px;
    min-width: 0;
    padding-right: 14px;
    color: #888074;
}

.register-journey li + li { padding-left: 14px; border-left: 1px solid rgba(216, 170, 79, .16); }
.register-journey li.is-current { color: #e2b75c; }
.register-journey b { font-family: var(--eter-display); font-size: 18px; line-height: 1.1; }
.register-journey span { display: grid; gap: 3px; }
.register-journey strong { color: #e9e0d2; font-family: var(--eter-display); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.register-journey small { color: #91897e; font-size: 9px; line-height: 1.35; }

.register-edition {
    display: flex;
    width: max-content;
    max-width: 100%;
    align-items: center;
    gap: 10px;
    color: #b8ae9f;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.register-edition svg { color: #dcb45e; }
.register-edition i { width: 20px; height: 1px; background: rgba(220, 180, 94, .4); }

.register-form-shell {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 54px clamp(34px, 4vw, 68px) 44px;
    background:
        radial-gradient(circle at 100% 0%, rgba(122, 45, 169, .12), transparent 30%),
        linear-gradient(180deg, rgba(20, 16, 12, .98), rgba(8, 7, 6, .99));
}

.register-form-shell::before {
    content: "";
    position: absolute;
    top: 9%;
    bottom: 9%;
    left: 0;
    width: 1px;
    background: linear-gradient(transparent, rgba(232, 191, 105, .48), transparent);
    box-shadow: 0 0 22px rgba(222, 177, 83, .18);
}

.register-form-head { position: relative; margin-bottom: 30px; padding-left: 78px; }
.register-form-head img {
    position: absolute;
    top: -15px;
    left: -8px;
    width: 72px;
    height: 72px;
    object-fit: contain;
    filter: drop-shadow(0 0 18px rgba(153, 73, 220, .30));
}

.register-form-head h2 {
    margin: 7px 0 7px;
    color: #f4ede2;
    font-size: clamp(30px, 3vw, 43px);
    line-height: 1.08;
    letter-spacing: .01em;
}

.register-form-head p { margin: 0; color: #a79e91; font-size: 13px; }

.register-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 15px; }
.register-field { min-width: 0; }
.register-field.is-wide,
.register-plugin-fields.is-wide,
.register-security.is-wide,
.register-submit.is-wide { grid-column: 1 / -1; }

.register-field label {
    display: block;
    margin-bottom: 8px;
    color: #cfc5b7;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.register-input {
    position: relative;
    display: flex;
    min-height: 50px;
    align-items: center;
    border: 1px solid rgba(221, 177, 88, .20);
    background: rgba(4, 4, 4, .62);
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.register-input:focus-within {
    border-color: rgba(236, 198, 118, .68);
    background: rgba(8, 7, 6, .86);
    box-shadow: 0 0 0 3px rgba(216, 170, 73, .07), 0 12px 30px -24px rgba(232, 188, 98, .55);
}

.register-input svg { flex: 0 0 auto; margin: 0 12px 0 14px; color: #b88b3d; }
.register-input input {
    width: 100%;
    min-width: 0;
    height: 48px;
    padding: 0 13px 0 0;
    border: 0;
    outline: 0;
    color: #f0e9df;
    background: transparent;
    box-shadow: none;
    font-size: 13px;
}

.register-input input:focus { border: 0; box-shadow: none; }
.register-input input::placeholder { color: #625d55; opacity: 1; }
.register-help { display: block; margin-top: 7px; color: #827a6f; font-size: 10.5px; line-height: 1.45; }
.register-plugin-fields:empty { display: none; }

.register-security {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 13px 15px;
    border: 1px solid rgba(205, 160, 72, .13);
    color: #968d80;
    background: rgba(205, 160, 72, .04);
}

.register-security svg { flex: 0 0 auto; margin-top: 1px; color: #d4aa54; }
.register-security p { margin: 0; font-size: 11px; line-height: 1.55; }
.register-security strong { color: #d8cec0; }

.register-submit {
    position: relative;
    display: grid;
    min-height: 62px;
    place-items: center;
    gap: 1px;
    padding: 11px 26px;
    overflow: hidden;
    border: 1px solid #f0cc7a;
    color: #171006;
    background: linear-gradient(105deg, #9f702c 0%, #e8c46f 43%, #f3da99 55%, #bd8737 100%);
    box-shadow: inset 0 1px rgba(255, 245, 204, .72), 0 18px 38px -22px rgba(231, 186, 89, .78);
    cursor: pointer;
    transition: filter .2s ease, transform .2s ease, box-shadow .2s ease;
}

.register-submit::after {
    content: "";
    position: absolute;
    top: -90%;
    left: -25%;
    width: 22%;
    height: 280%;
    background: rgba(255, 255, 255, .24);
    transform: rotate(18deg);
    transition: left .55s ease;
}

.register-submit:hover { filter: brightness(1.08); transform: translateY(-1px); box-shadow: inset 0 1px rgba(255, 245, 204, .82), 0 22px 42px -20px rgba(231, 186, 89, .9); }
.register-submit:hover::after { left: 112%; }
.register-submit span { font-family: var(--eter-display); font-size: 13px; font-weight: 800; letter-spacing: .13em; }
.register-submit small { font-size: 8px; font-weight: 800; letter-spacing: .17em; }

.register-login-link { margin: 24px 0 0; color: #8e867a; font-size: 12px; text-align: center; }
.register-login-link a { margin-left: 5px; color: #e2ba65; font-weight: 700; }
.register-login-link a span { display: inline-block; transition: transform .2s ease; }
.register-login-link a:hover span { transform: translateX(4px); }

.header-account-access {
    position: relative;
    display: flex;
    min-width: 174px;
    min-height: 48px;
    align-items: center;
    gap: 10px;
    padding: 7px 12px 7px 8px;
    overflow: hidden;
    border: 1px solid rgba(231,190,104,.48);
    color: #f0e7d5;
    background:
        linear-gradient(180deg, rgba(218,171,79,.12), transparent 58%),
        rgba(12,10,8,.92);
    box-shadow: inset 0 0 0 1px rgba(255,238,192,.025), 0 14px 34px -24px rgba(222,174,76,.8);
    transition: border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.header-account-access::after {
    content: "";
    position: absolute;
    right: -18px;
    bottom: -28px;
    width: 62px;
    height: 62px;
    border: 1px solid rgba(222,174,76,.12);
    transform: rotate(45deg);
}

.header-account-access:hover {
    border-color: #e5bb63;
    color: #fff5de;
    background: linear-gradient(180deg, rgba(218,171,79,.19), transparent 68%), rgba(15,12,8,.96);
    box-shadow: inset 0 0 0 1px rgba(255,238,192,.06), 0 15px 38px -20px rgba(222,174,76,.95);
}

.header-account-icon {
    display: grid;
    width: 33px;
    height: 33px;
    flex: 0 0 33px;
    place-items: center;
    border: 1px solid rgba(226,182,91,.28);
    color: #e1b95f;
    background: rgba(211,165,78,.06);
}

.header-account-copy { position: relative; z-index: 1; display: grid; gap: 3px; min-width: 0; }
.header-account-copy small { color: #8f8677; font-size: 8px; font-weight: 700; letter-spacing: .14em; line-height: 1; }
.header-account-copy strong { overflow: hidden; color: #f1e8d7; font-family: var(--eter-display); font-size: 9px; letter-spacing: .07em; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.header-account-access.is-connected { border-color: rgba(100,207,132,.3); }
.header-account-access.is-connected .header-account-icon { border-color: rgba(100,207,132,.24); color: #75d493; }

.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    padding: 10px;
    border: 1px solid rgba(210, 163, 76, .23);
    background: rgba(16, 14, 10, .82);
    color: #fff;
    cursor: pointer;
}

.nav-toggle span { display: block; height: 1px; margin: 5px 0; background: var(--eter-gold-2); transition: transform .25s, opacity .2s; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */

.premium-hero {
    min-height: clamp(680px, 79vh, 870px);
    margin-top: 0;
    isolation: isolate;
    border-bottom: 1px solid rgba(220, 177, 91, .18);
}

.premium-hero::after {
    content: "";
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    pointer-events: none;
    background: linear-gradient(transparent, #080806);
}

.premium-hero .hero-bg,
.premium-hero .hero-figure-art {
    inset: 0;
    width: 100%;
    height: 100%;
}

.premium-hero .hero-bg {
    object-fit: cover;
    object-position: center top;
    opacity: .42;
    filter: blur(22px) saturate(.85) brightness(.72);
    transform: scale(1.08);
    animation: eter-hero-zoom 44s ease-in-out infinite alternate;
}

.premium-hero .hero-figure-art {
    object-fit: contain;
    object-position: right top;
    opacity: 1;
    filter: saturate(.96) contrast(1.04);
}

.premium-hero .hero-veil {
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(4,5,5,.98) 0%, rgba(4,5,5,.90) 21%, rgba(4,5,5,.53) 44%, rgba(4,5,5,.06) 72%),
        linear-gradient(180deg, rgba(3,4,5,.16) 45%, rgba(5,5,4,.92) 100%);
}

.hero-orbit {
    right: 9%;
    top: 18%;
    width: 310px;
    height: 310px;
    border: 1px solid rgba(128, 195, 220, .11);
    border-radius: 50%;
    box-shadow: 0 0 70px rgba(109, 81, 167, .10), inset 0 0 34px rgba(231, 185, 95, .06);
    animation: eter-spin 42s linear infinite;
}

.hero-orbit::before,
.hero-orbit::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(227, 184, 93, .10);
    border-radius: 50%;
}

.hero-orbit::before { inset: 34px; transform: rotate(42deg); }
.hero-orbit::after { inset: 82px; border-color: rgba(120, 201, 224, .12); }

.hero-rune {
    right: 12%;
    top: 28%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #dcb55e;
    box-shadow: 0 0 30px 9px rgba(220,181,94,.20);
    animation: eter-breathe 5s ease-in-out infinite;
}

.premium-hero .hero-inner { max-width: 635px; padding: 92px 0 128px; }

.premium-hero .hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 22px;
    color: #e4dccf;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .24em;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .95);
}

.premium-hero .hero-eyebrow::before { display: none; }

.premium-hero .hero-eyebrow span {
    padding: 6px 10px;
    border: 1px solid rgba(224, 178, 84, .30);
    color: #f1cb75;
    background: rgba(8, 7, 6, .78);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
}

.premium-hero h1 {
    margin: 0 0 22px;
    color: #f4efe6;
    font-size: clamp(49px, 5vw, 82px);
    line-height: .98;
    letter-spacing: .005em;
    text-transform: uppercase;
    text-shadow: 0 16px 36px rgba(0,0,0,.78);
}

.premium-hero h1 em {
    display: inline;
    color: transparent;
    background: linear-gradient(180deg, #fff4d2 0%, #e7bd66 42%, #9d6727 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: none;
}

.premium-hero p.lead {
    max-width: 555px;
    margin-bottom: 30px;
    color: rgba(247, 241, 232, .90);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.75;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .95);
}

.premium-hero .hero-actions { gap: 10px; margin-bottom: 25px; }
.premium-hero .hero-login { min-width: 225px; }
.hero-account-prompt { margin: -9px 0 22px !important; color: #d4cabd !important; font-size: 14px !important; font-weight: 500; line-height: 1.5 !important; text-shadow: 0 2px 10px rgba(0, 0, 0, .95); }
.hero-account-prompt a { margin-left: 7px; color: #f1cd77; font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.hero-account-prompt a:hover { color: #f3d991; }
.premium-hero .hero-online { color: #d2c8ba; font-size: 12px; font-weight: 600; letter-spacing: .13em; text-shadow: 0 2px 10px rgba(0, 0, 0, .95); text-transform: uppercase; }
.premium-hero .hero-online strong { color: #fff7e9; font-family: var(--eter-font); font-size: 16px; }

.hero-signature {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 28px;
    color: #c5baaa;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .95);
}

.hero-signature i { width: 18px; height: 1px; background: rgba(226, 183, 95, .55); }

/* --------------------------------------------------------------------------
   Home: barras e seções narrativas
   -------------------------------------------------------------------------- */

.prestige-strip {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    min-height: 100px;
    margin: -58px 0 26px;
    border: 1px solid rgba(221, 176, 87, .24);
    background: rgba(9, 8, 6, .91);
    box-shadow: 0 24px 70px -35px #000;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.prestige-strip::before,
.prestige-strip::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-color: #d7a94e;
}

.prestige-strip::before { left: 6px; top: 6px; border-left: 1px solid; border-top: 1px solid; }
.prestige-strip::after { right: 6px; bottom: 6px; border-right: 1px solid; border-bottom: 1px solid; }

.prestige-strip article {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 20px;
}

.prestige-strip article + article::before {
    content: "";
    position: absolute;
    left: 0;
    top: 23px;
    bottom: 23px;
    width: 1px;
    background: linear-gradient(transparent, rgba(212,166,78,.24), transparent);
}

.prestige-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    color: var(--eter-gold-2);
    border: 1px solid rgba(210,163,76,.22);
    transform: rotate(45deg);
}

.prestige-icon svg { transform: rotate(-45deg); }
.prestige-strip article > span:last-child { display: grid; }
.prestige-strip small { color: #aaa092; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.prestige-strip strong { color: #f0e8da; font-family: var(--eter-display); font-size: 18px; font-weight: 700; letter-spacing: .04em; }
.prestige-strip strong.is-online { color: #76d795; }

.home-section { margin: 0 0 112px; }

.premium-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 35px;
}

.premium-section-head h2,
.panel-premium-head h2 {
    margin: 9px 0 0;
    color: #f0eadd;
    font-size: clamp(27px, 3.1vw, 44px);
    line-height: 1.15;
    letter-spacing: .01em;
}

.premium-section-head > p { max-width: 480px; margin: 0 0 5px; color: #8e877b; font-size: 13px; line-height: 1.75; }

.world-premium {
    position: relative;
    height: 720px;
    margin-bottom: 118px;
    overflow: hidden;
    border-top: 1px solid rgba(211,165,78,.16);
    border-bottom: 1px solid rgba(211,165,78,.16);
    background: #070807;
}

.world-premium > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(.9) contrast(1.04);
    transition: transform 8s cubic-bezier(.2,.7,.2,1);
}

.world-premium:hover > img { transform: scale(1.025); }

.world-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5,6,6,.91) 0, rgba(5,6,6,.54) 38%, rgba(5,6,6,.08) 68%),
        linear-gradient(180deg, #080806 0, transparent 17%, transparent 72%, #080806 100%);
}

.world-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    pointer-events: none;
}

.world-content > * { pointer-events: auto; }
.world-content h2 { max-width: 600px; margin: 14px 0 18px; font-size: clamp(39px, 4.3vw, 67px); line-height: 1.07; }
.world-content p { max-width: 505px; margin: 0 0 28px; color: #a59d90; line-height: 1.8; }
.world-actions { display: flex; align-items: center; gap: 25px; }

/* --------------------------------------------------------------------------
   Classes
   -------------------------------------------------------------------------- */

.class-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.class-card {
    position: relative;
    height: 620px;
    overflow: hidden;
    border: 1px solid rgba(209,162,73,.22);
    background: #0a0907;
    box-shadow: 0 30px 70px -38px #000;
    transition: transform .45s cubic-bezier(.18,.8,.25,1), border-color .35s, box-shadow .4s;
}

.class-card::before {
    content: "";
    position: absolute;
    z-index: 4;
    inset: 8px;
    border: 1px solid rgba(239,205,139,.13);
    pointer-events: none;
}

.class-card::after {
    content: "";
    position: absolute;
    z-index: 4;
    top: 7px;
    left: 50%;
    width: 40px;
    height: 1px;
    transform: translateX(-50%);
    background: var(--class-accent, #d6aa55);
    box-shadow: 0 0 17px var(--class-glow, rgba(214,170,85,.45));
}

.class-card:hover {
    transform: translateY(-9px);
    border-color: rgba(235,198,124,.52);
    box-shadow: 0 38px 90px -36px var(--class-glow, rgba(207,157,61,.28));
}

.class-card > img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; transition: transform 1s cubic-bezier(.18,.8,.25,1), filter .6s; }
.class-card:hover > img { transform: scale(1.035); filter: saturate(1.06) contrast(1.03); }
.class-ember { --class-accent: #e2ad51; --class-glow: rgba(218,151,45,.42); }
.class-astral { --class-accent: #a88ce3; --class-glow: rgba(112,86,187,.42); }
.class-verdant { --class-accent: #79d6c5; --class-glow: rgba(52,158,143,.40); }
.class-hybrid { --class-accent: #8d9eff; --class-glow: rgba(82,101,220,.42); }
.class-sovereign { --class-accent: #d97855; --class-glow: rgba(174,56,40,.40); }
.class-summoner { --class-accent: #c07bf0; --class-glow: rgba(139,58,198,.42); }

.class-vignette {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5,5,4,.02) 28%, rgba(5,5,4,.22) 50%, rgba(5,5,4,.97) 86%),
        linear-gradient(90deg, rgba(5,5,4,.25), transparent 30%, transparent 70%, rgba(5,5,4,.25));
}

.class-index {
    position: absolute;
    z-index: 3;
    top: 25px;
    right: 27px;
    color: rgba(255,244,217,.56);
    font-family: var(--eter-display);
    font-size: 12px;
    letter-spacing: .2em;
}

.class-copy { position: absolute; z-index: 3; left: 32px; right: 32px; bottom: 30px; }
.class-copy > span { color: var(--class-accent); font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.class-copy h3 { margin: 7px 0 9px; font-size: 30px; letter-spacing: .035em; }
.class-copy p { min-height: 52px; margin: 0 0 19px; color: #9d968b; font-size: 12px; line-height: 1.65; }
.class-copy a { display: inline-flex; gap: 10px; align-items: center; color: #ded5c7; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.class-copy a b { color: var(--class-accent); transition: transform .2s; }
.class-copy a:hover b { transform: translateX(4px); }

/* --------------------------------------------------------------------------
   Notícias e núcleo do servidor
   -------------------------------------------------------------------------- */

.home-intel-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(340px, .8fr); gap: 18px; }
.news-premium, .server-nexus { padding: 30px; }
.news-premium { display: grid; grid-template-columns: 1.35fr 1fr; gap: 0 28px; }

.news-premium-row {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 14px;
    min-width: 0;
    padding: 17px 0;
    border-bottom: 1px solid rgba(204,158,70,.10);
}

.news-premium-row.is-featured {
    grid-row: span 3;
    grid-template-columns: 1fr;
    align-content: end;
    padding: 0 28px 0 0;
    border-right: 1px solid rgba(204,158,70,.11);
    border-bottom: 0;
}

.news-premium-row > img,
.news-rune { width: 74px; height: 62px; object-fit: cover; border: 1px solid rgba(210,163,76,.18); background: #0c0b09; }
.news-rune { display: grid; place-items: center; color: var(--eter-gold); }
.news-premium-row.is-featured > img,
.news-premium-row.is-featured > .news-rune { width: 100%; height: 230px; margin-bottom: 20px; }
.news-meta { display: flex; align-items: center; gap: 8px; color: #756d60; font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.news-meta i { width: 12px; height: 1px; background: var(--eter-gold); }
.news-premium-row h3 { margin: 4px 0 5px; font-family: var(--eter-display); font-size: 14px; line-height: 1.35; }
.news-premium-row.is-featured h3 { font-size: 24px; }
.news-premium-row h3 a { color: #e7dfd1; }
.news-premium-row h3 a:hover { color: var(--eter-gold-2); }
.news-premium-row p { margin: 0; color: #827b70; font-size: 11px; line-height: 1.55; }

.premium-empty { grid-column: 1 / -1; min-height: 270px; display: grid; place-items: center; align-content: center; text-align: center; color: #777064; }
.premium-empty > span { color: var(--eter-gold); }
.premium-empty h3 { margin-top: 16px; }
.premium-empty p { margin: 0; }
.premium-empty.compact { min-height: 140px; }

.server-nexus { display: flex; flex-direction: column; }
.nexus-head { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 13px; padding-bottom: 20px; border-bottom: 1px solid rgba(204,158,70,.12); }
.nexus-crystal { width: 42px; height: 42px; display: grid; place-items: center; color: var(--eter-gold-2); border: 1px solid rgba(210,163,76,.26); transform: rotate(45deg); }
.nexus-crystal svg { transform: rotate(-45deg); }
.nexus-head small { color: #6f685d; font-size: 8px; letter-spacing: .17em; text-transform: uppercase; }
.nexus-head h3 { margin: 2px 0 0; font-size: 15px; }
.nexus-state { padding: 5px 8px; border: 1px solid rgba(224,82,82,.28); color: #ef7777; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.nexus-state.is-on { border-color: rgba(82,207,126,.26); color: #69d58e; }


.nexus-numbers { display: grid; grid-template-columns: repeat(3,1fr); margin: auto 0 20px; border-block: 1px solid rgba(204,158,70,.11); }
.nexus-numbers span { display: grid; padding: 15px 8px; text-align: center; }
.nexus-numbers span + span { border-left: 1px solid rgba(204,158,70,.10); }
.nexus-numbers small { color: #696256; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.nexus-numbers b { color: #e0d7c9; font-family: var(--eter-display); font-size: 15px; }

/* --------------------------------------------------------------------------
   Rankings
   -------------------------------------------------------------------------- */

.premium-rank-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.premium-rank-col { overflow: hidden; padding: 0 0 13px; border: 1px solid rgba(204,158,70,.14); background: linear-gradient(180deg, rgba(20,17,12,.92), rgba(9,8,6,.96)); }
.rank-col-head { display: flex; align-items: center; gap: 10px; padding: 16px 15px; border-bottom: 1px solid rgba(204,158,70,.14); background: linear-gradient(90deg, rgba(204,158,70,.07), transparent); }
.rank-col-head > span { color: var(--eter-gold); font-size: 8px; letter-spacing: .1em; }
.rank-col-head h3 { margin: 0; font-size: 10px; letter-spacing: .10em; }
.premium-rank-col .rank-line { padding: 9px 12px; border-color: rgba(204,158,70,.07); }
.premium-rank-col .rank-line:hover { background: rgba(204,158,70,.06); }
.premium-rank-col .rank-medal { font-size: 9px; }
.premium-rank-col .rank-face { width: 23px; height: 23px; border-radius: 50%; border-color: rgba(211,165,78,.28); }
.premium-rank-col .rank-nick { color: #c5bdaf; font-size: 11px; }
.premium-rank-col .rank-val { color: var(--eter-gold-2); font-size: 10px; }
.premium-rank-col .rank-foot { display: flex; justify-content: space-between; margin: 12px 12px 0; padding: 9px 10px; color: #8d8578; border: 1px solid rgba(204,158,70,.11); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.premium-rank-col .rank-foot span { color: var(--eter-gold); }
.ranking-empty { min-height: 190px; display: grid; place-items: center; margin: 0; color: #665f54; font-size: 10px; }

/* --------------------------------------------------------------------------
   Mercado, VIP, eventos e equipe
   -------------------------------------------------------------------------- */

.market-premium {
    position: relative;
    height: 620px;
    margin-bottom: 112px;
    overflow: hidden;
    border-block: 1px solid rgba(139,96,255,.16);
    background: #060607;
}

.market-premium > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.market-premium-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4,4,5,.98) 0, rgba(4,4,5,.82) 38%, transparent 73%),
        linear-gradient(180deg,#080806 0,transparent 19%,transparent 80%,#080806 100%);
}
.market-premium-content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.market-premium-content h2 { max-width: 680px; margin: 13px 0 16px; font-size: clamp(39px,4.5vw,70px); }
.market-premium-content p { max-width: 580px; margin: 0 0 27px; color: #a39c91; line-height: 1.78; }
.market-premium-facts{display:flex;gap:1px;margin:0 0 24px;background:rgba(204,163,68,.25);border:1px solid rgba(204,163,68,.18)}
.market-premium-facts span{display:flex;min-width:145px;flex-direction:column;padding:12px 16px;background:rgba(5,5,7,.86);color:#958d82;font-size:10px;letter-spacing:.11em;text-transform:uppercase}
.market-premium-facts strong{margin-bottom:3px;color:#e1bd61;font-family:var(--eter-serif);font-size:17px;letter-spacing:.04em}
.market-premium-actions{display:flex;gap:10px;flex-wrap:wrap}
.market-premium::after {
    content: "";
    position: absolute;
    right: 17%;
    bottom: 5%;
    width: 26%;
    height: 1px;
    background: linear-gradient(90deg,transparent,rgba(139,96,255,.5),rgba(126,231,255,.3),transparent);
    box-shadow: 0 0 16px rgba(139,96,255,.34);
    animation: eter-market-glow 4.5s ease-in-out infinite;
}

@keyframes eter-market-glow { 50% { opacity: .25; transform: scaleX(.72); } }

.vip-premium {
    position: relative;
    height: 540px;
    margin-bottom: 112px;
    overflow: hidden;
    border-block: 1px solid rgba(211,165,78,.16);
    background: #060605;
}

.vip-premium > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.vip-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,4,3,.96) 0, rgba(4,4,3,.75) 34%, transparent 70%), linear-gradient(180deg,#080806 0,transparent 20%,transparent 80%,#080806 100%); }
.vip-content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.vip-content h2 { max-width: 560px; margin: 13px 0 16px; font-size: clamp(39px,4vw,62px); }
.vip-content p { max-width: 500px; margin: 0 0 27px; color: #9e9689; line-height: 1.75; }

.final-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.event-premium, .staff-premium { padding: 28px; }
.panel-premium-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid rgba(204,158,70,.11); }
.panel-premium-head h2 { font-size: 24px; }
.panel-premium-head > a { color: #8e8679; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }

.event-premium-row { display: grid; grid-template-columns: 32px 58px 1fr auto; align-items: center; gap: 13px; min-height: 68px; padding: 10px 12px; border-bottom: 1px solid rgba(204,158,70,.09); transition: background .2s; }
.event-premium-row:hover { background: rgba(204,158,70,.04); }
.event-premium-row.is-next { border-left: 2px solid var(--eter-gold); background: linear-gradient(90deg, rgba(204,158,70,.07), transparent 48%); }
.event-order { color: #5d574d; font-size: 9px; letter-spacing: .1em; }
.event-premium-row .event-time { color: var(--eter-gold-2); font-family: var(--eter-display); font-size: 15px; }
.event-premium-row .event-info { display: grid; }
.event-premium-row .event-info b { color: #cec6b8; font-size: 11px; }
.event-premium-row .event-info small { color: #716a5f; font-size: 9px; }
.event-premium-row .event-count { color: #988f81; font-size: 8px; letter-spacing: .1em; }

.staff-premium-list { display: grid; gap: 8px; }
.staff-premium-row { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; padding: 8px; border: 1px solid rgba(204,158,70,.10); background: rgba(255,255,255,.012); }
.staff-premium-row img { width: 42px; height: 42px; object-fit: cover; border: 1px solid rgba(204,158,70,.22); }
.staff-premium-row > span { display: grid; }
.staff-premium-row b { color: #d3cbbd; font-size: 11px; }
.staff-premium-row small { color: #6d665b; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.staff-premium-row em { display: flex; align-items: center; gap: 6px; color: #837b6e; font-size: 8px; font-style: normal; text-transform: uppercase; }
.staff-premium-row em i { width: 5px; height: 5px; border-radius: 50%; background: #9c4242; }
.staff-premium-row em.is-on { color: #6dcc8c; }
.staff-premium-row em.is-on i { background: #52cc7a; box-shadow: 0 0 8px rgba(82,204,122,.6); }

.final-cta { position: relative; display: grid; place-items: center; min-height: 430px; padding: 60px 20px 100px; text-align: center; overflow: hidden; }
.final-cta::before { content: ""; position: absolute; width: 600px; height: 250px; border-radius: 50%; background: radial-gradient(ellipse, rgba(184,128,41,.16), transparent 69%); filter: blur(10px); }
.final-cta > * { position: relative; z-index: 1; }
.final-cta > .final-cta-logo {
    width: min(300px, 74vw);
    height: auto;
    margin-bottom: -35px;
    object-fit: contain;
    filter: drop-shadow(0 14px 22px #000);
}
.final-cta > span { color: var(--eter-gold-2); font-size: 9px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.final-cta h2 { margin: 9px 0 28px; font-size: clamp(32px,4vw,54px); }
.final-cta > div { display: flex; gap: 10px; }

/* --------------------------------------------------------------------------
   Subpáginas: coerência visual global
   -------------------------------------------------------------------------- */

.plugin-page-shell {
    min-height: 64vh;
    padding-top: 58px;
    padding-bottom: 96px;
}

.plugin-page-shell > :first-child { margin-top: 0 !important; }

.theme-premium .panel,
.theme-premium .auth-card,
.theme-premium .table-wrap,
.theme-premium .profile-card {
    border-radius: 2px;
    border-color: rgba(204,158,70,.17);
    background: linear-gradient(180deg, rgba(20,17,12,.96), rgba(9,8,6,.98));
    box-shadow: var(--eter-shadow);
}

.theme-premium .panel-head,
.theme-premium .table thead { border-color: rgba(204,158,70,.14); background: rgba(204,158,70,.045); }
.theme-premium input,
.theme-premium select,
.theme-premium textarea { border-radius: 1px; border-color: rgba(204,158,70,.18); background: #0a0907; color: #ded6c8; }
.theme-premium input:focus,
.theme-premium select:focus,
.theme-premium textarea:focus { border-color: rgba(231,187,99,.58); box-shadow: 0 0 0 3px rgba(204,158,70,.09); }
.theme-premium .tab.is-active { color: var(--eter-gold-2); border-color: var(--eter-gold); }

/* --------------------------------------------------------------------------
   Rodapé
   -------------------------------------------------------------------------- */

.premium-footer {
    position: relative;
    padding-top: 0;
    border-top: 1px solid rgba(211,165,78,.16);
    background: linear-gradient(180deg, #080806, #030302 72%);
}

.footer-crest { display: grid; grid-template-columns: 1fr minmax(170px, 220px) 1fr; align-items: center; gap: 18px; margin-bottom: 36px; }
.footer-crest span { height: 1px; background: linear-gradient(90deg, transparent, rgba(218,173,84,.36)); }
.footer-crest span:last-child { background: linear-gradient(90deg, rgba(218,173,84,.36), transparent); }
.footer-crest img { width: 100%; max-width: 220px; opacity: .88; filter: drop-shadow(0 8px 16px #000); }
.premium-footer .footer-cols { grid-template-columns: 1.5fr repeat(4,.72fr) 1.2fr; }
.premium-footer .footer-brand img { width: 190px; margin: -38px 0 -12px -28px; opacity: 1; }
.premium-footer h4 { color: var(--eter-gold-2); }
.premium-footer li a { color: #817a6e; }
.premium-footer li a:hover { color: #e2d9ca; }
.premium-footer .footer-status { border-color: rgba(204,158,70,.16); }
.premium-footer .footer-bottom { border-color: rgba(204,158,70,.10); color: #575249; }

/* --------------------------------------------------------------------------
   Responsividade
   -------------------------------------------------------------------------- */

/* A navegação completa só cabe com folga em viewports realmente largos. O
   limite de 1960px também cobre guias com zoom abaixo de 100%, nas quais a
   largura CSS é maior que a largura física mostrada na captura. */
@media (max-width: 1960px) and (min-width: 881px) {
    .premium-header .header-main { position: relative; flex-wrap: nowrap; gap: 16px; }
    .premium-header .brand { margin-right: auto; }
    .nav-toggle { display: block; order: 2; flex: 0 0 42px; }
    .premium-header .header-cta { order: 3; margin-left: 0; }
    .premium-header .language-switch { order: 2; }
    .premium-header .header-cta .btn:not(.header-play) { display: none; }
    .premium-header .nav {
        position: absolute;
        z-index: 20;
        top: 82px;
        left: 0;
        right: 0;
        order: 4;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        padding: 0 24px;
        border: 0 solid rgba(211,165,78,.18);
        background: rgba(6,6,5,.985);
        box-shadow: 0 28px 70px rgba(0,0,0,.72);
        opacity: 0;
        pointer-events: none;
        transition: max-height .35s ease, padding .35s ease, opacity .25s, border-width .25s;
    }
    .premium-header .nav.is-open {
        max-height: calc(100vh - 82px);
        overflow-y: auto;
        overscroll-behavior: contain;
        padding-top: 18px;
        padding-bottom: 18px;
        border-width: 1px;
        opacity: 1;
        pointer-events: auto;
    }
    .premium-header .nav-link { min-height: 60px; padding-inline: 12px; }
    .premium-header .nav-text span { display: block; }
    .premium-header .nav-link.is-active::before { bottom: 3px; }
    .premium-header .nav-item { min-width: 0; align-self: start; }
    .premium-header .nav-drop {
        position: static;
        display: grid;
        min-width: 0;
        margin: -4px 12px 14px 43px;
        padding: 0 0 0 12px;
        border: 0;
        border-left: 1px solid rgba(211,165,78,.18);
        background: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
    }
    .premium-header .nav-drop a { padding: 5px 0; color: #706a60; font-size: 9px; letter-spacing: .08em; }
}

@media (max-width: 1380px) {
    .premium-header .nav-text span { display: none; }
    .premium-header .nav-link { padding-inline: 9px; }
    .premium-header .header-cta > .btn.sm:not(.header-play) { display: none; }
}

@media (max-width: 1240px) {
    .premium-header .header-cta .btn:not(.header-play) { display: none; }
    .premium-rank-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .premium-footer .footer-cols { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 1040px) {
    .premium-header .header-main { flex-wrap: nowrap; }
    .premium-header .brand { width: 122px; flex-basis: 122px; }
    .premium-header .brand-full { width: 162px; left: -20px; top: -8px; }
    .premium-header .header-cta .btn:not(.header-play) { display: none; }
    .premium-header .header-play { min-width: 124px; }
    .header-account-access { min-width: 162px; }
    .class-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .class-card { height: 550px; }
    .home-intel-grid { grid-template-columns: 1fr; }
    .news-premium { min-height: 420px; }
    .server-nexus { min-height: 440px; }
    .final-grid { grid-template-columns: 1fr; }
}

@media (max-width: 880px) {
    .premium-header .header-main { min-height: 72px; }
    .premium-header .brand { height: 62px; margin-right: auto; }
    .premium-header .brand-full { display: none; }
    .premium-header .brand-mark { display: block; width: 70px; }
    .nav-toggle { display: block; order: 2; }
    .premium-header .header-cta { order: 3; margin-left: 0; }
    .premium-header .language-switch { order: 2; }
    .premium-header .nav {
        position: absolute;
        z-index: 5;
        left: 0;
        right: 0;
        top: 72px;
        order: 4;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 0;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        padding: 0 24px;
        border-bottom: 0 solid rgba(211,165,78,.18);
        background: rgba(6,6,5,.985);
        opacity: 0;
        pointer-events: none;
        transition: max-height .35s ease, padding .35s ease, opacity .25s, border-width .25s;
    }
    .premium-header .nav.is-open { max-height: calc(100vh - 72px); overflow-y: auto; overscroll-behavior: contain; padding-top: 18px; padding-bottom: 18px; border-bottom-width: 1px; opacity: 1; pointer-events: auto; }
    .premium-header .nav-link { min-height: 58px; }
    .premium-header .nav-text span { display: block; }
    .premium-header .nav-link.is-active::before { bottom: 3px; }
    .premium-header .nav-item { min-width: 0; align-self: start; }
    .premium-header .nav-drop { position: static; display: grid; min-width: 0; margin: -4px 10px 14px 41px; padding: 0 0 0 11px; border: 0; border-left: 1px solid rgba(211,165,78,.18); background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
    .premium-header .nav-drop a { padding: 5px 0; color: #706a60; font-size: 9px; letter-spacing: .07em; }

    .register-premium { display: block; margin-top: 24px; }
    .register-story { min-height: 560px; }
    .register-story-content { padding: 64px 44px 48px; }
    .register-form-shell { padding: 52px 44px 42px; }
    .register-form-shell::before { display: none; }

    .premium-hero { min-height: 720px; }
    .premium-hero .hero-figure-art { object-fit: cover; object-position: 62% top; opacity: .64; }
    .premium-hero .hero-veil { background: linear-gradient(90deg, rgba(4,5,5,.97) 0, rgba(4,5,5,.73) 56%, rgba(4,5,5,.30)), linear-gradient(180deg,transparent 50%,#080806); }
    .premium-hero .hero-inner { padding: 95px 0 135px; max-width: 570px; }
    .premium-hero h1 { font-size: clamp(47px, 8vw, 68px); }
    .prestige-strip { grid-template-columns: repeat(2,1fr); }
    .prestige-strip article:nth-child(3)::before { display: none; }
    .prestige-strip article:nth-child(n+3) { border-top: 1px solid rgba(204,158,70,.10); }
    .world-premium { height: 630px; }
    .class-grid { grid-template-columns: 1fr; }
    .class-card { height: 670px; }
    .class-card > img { object-position: center 22%; }
    .premium-rank-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 640px) {
    .theme-premium .wrap { padding-left: 18px; padding-right: 18px; }
    .premium-header .header-play { display: none; }
    .header-account-access { min-width: 150px; }
    .eter-performance-strip { min-height: 38px; gap: 10px; padding: 9px 10px; }
    .eter-performance-strip::before,
    .eter-performance-strip::after,
    .eter-performance-strip > span,
    .eter-performance-strip > small { display: none; }
    .eter-performance-strip strong { gap: 9px; font-size: 11px; letter-spacing: .09em; }
    .premium-header .nav { grid-template-columns: 1fr; padding-inline: 18px; overflow-y: auto; overscroll-behavior: contain; }
    .premium-header .nav.is-open { max-height: calc(100vh - 72px); }
    .premium-hero { min-height: 680px; }
    .premium-hero .hero-figure-art { object-fit: cover; object-position: 67% top; opacity: .50; }
    .premium-hero .hero-veil { background: linear-gradient(90deg, rgba(4,5,5,.94), rgba(4,5,5,.63)), linear-gradient(180deg,transparent 45%,#080806); }
    .premium-hero .hero-inner { padding: 78px 0 128px; }
    .premium-hero .hero-eyebrow { align-items: flex-start; flex-direction: column; gap: 9px; }
    .premium-hero h1 { font-size: 45px; }
    .premium-hero p.lead { font-size: 14px; }
    .premium-hero .hero-actions { display: grid; }
    .premium-hero .hero-actions .btn { width: 100%; }
    .hero-signature { flex-wrap: wrap; }
    .register-premium { display: block; margin-top: 20px; }
    .register-story { min-height: 510px; }
    .register-story-content { padding: 58px 24px 38px; }
    .register-story h1 { font-size: 48px; }
    .register-story-content > p { font-size: 14px; }
    .register-journey { grid-template-columns: 1fr; gap: 13px; }
    .register-journey li + li { padding-left: 0; border-left: 0; }
    .register-edition { flex-wrap: wrap; }
    .register-form-shell { padding: 44px 22px 36px; }
    .register-form-shell::before { display: none; }
    .register-form-head { padding-left: 66px; }
    .register-form-head img { width: 60px; height: 60px; }
    .register-form { grid-template-columns: 1fr; }
    .register-field.is-wide,
    .register-plugin-fields.is-wide,
    .register-security.is-wide,
    .register-submit.is-wide { grid-column: auto; }
    .prestige-strip { margin-bottom: 22px; }
    .prestige-strip article { padding: 16px 10px; justify-content: flex-start; }
    .prestige-icon { width: 36px; height: 36px; }
    .prestige-strip strong { font-size: 13px; }
    .home-section { margin-bottom: 82px; }
    .premium-section-head { display: grid; gap: 18px; margin-bottom: 26px; }
    .premium-section-head h2 { font-size: 30px; }
    .world-premium { height: 590px; margin-bottom: 85px; }
    .world-shade { background: linear-gradient(90deg,rgba(5,6,6,.86),rgba(5,6,6,.40)), linear-gradient(180deg,#080806,transparent 20%,transparent 70%,#080806); }
    .world-content { justify-content: flex-end; padding-bottom: 60px; }
    .world-content h2 { font-size: 37px; }
    .world-actions { align-items: flex-start; flex-direction: column; }
    .class-card { height: 600px; }
    .class-copy { left: 24px; right: 24px; bottom: 24px; }
    .news-premium { grid-template-columns: 1fr; padding: 22px; }
    .news-premium-row.is-featured { grid-row: auto; padding: 0 0 18px; border-right: 0; border-bottom: 1px solid rgba(204,158,70,.10); }
    .news-premium-row.is-featured > img,
    .news-premium-row.is-featured > .news-rune { height: 190px; }
    .server-nexus { padding: 22px; }
    .nexus-head { grid-template-columns: 42px 1fr; }
    .nexus-state { grid-column: 2; width: max-content; }
    .premium-rank-grid { grid-template-columns: 1fr; }
    .market-premium { height: 650px; margin-bottom: 84px; }
    .market-premium > img { object-position: 68% center; opacity: .72; }
    .market-premium-shade { background: linear-gradient(90deg,rgba(4,4,5,.94),rgba(4,4,5,.54)), linear-gradient(180deg,#080806,transparent 20%,transparent 70%,#080806); }
    .market-premium-content { justify-content: flex-end; padding-bottom: 65px; }
    .market-premium-content h2 { font-size: 40px; }
    .market-premium-facts{max-width:100%;overflow:auto}.market-premium-facts span{min-width:125px}.market-premium-content p{margin-bottom:18px}
    .vip-premium { height: 580px; margin-bottom: 84px; }
    .vip-premium > img { object-position: 68% center; opacity: .72; }
    .vip-shade { background: linear-gradient(90deg,rgba(4,4,3,.91),rgba(4,4,3,.48)), linear-gradient(180deg,#080806,transparent 20%,transparent 75%,#080806); }
    .vip-content { justify-content: flex-end; padding-bottom: 65px; }
    .vip-content h2 { font-size: 40px; }
    .event-premium, .staff-premium { padding: 20px; }
    .event-premium-row { grid-template-columns: 28px 50px 1fr; }
    .event-premium-row .event-count { grid-column: 3; }
    .final-cta > div { width: 100%; flex-direction: column; }
    .final-cta > .final-cta-logo { width: min(250px, 78vw); margin-bottom: -28px; }
    .footer-crest { grid-template-columns: 1fr minmax(130px, 155px) 1fr; gap: 10px; }
    .premium-footer .footer-cols { grid-template-columns: repeat(2,1fr); }
    .premium-footer .footer-brand,
    .premium-footer .footer-status { grid-column: 1 / -1; }
}

@media (max-width: 420px) {
    .theme-premium .premium-header .header-main { gap: 8px; padding-inline: 12px; }
    .premium-header .brand { width: 66px; flex-basis: 66px; }
    .premium-header .brand-mark { width: 60px; }
    .premium-header .header-cta { display: flex; }
    .language-switch summary { width: 40px; }
    .header-account-access { min-width: 132px; padding-right: 8px; }
    .header-account-copy small { display: none; }
    .header-account-copy strong { max-width: 78px; font-size: 8.5px; }
    .premium-hero h1 { font-size: 39px; }
    .register-story { min-height: 450px; }
    .register-story h1 { font-size: 40px; }
    .register-story-content { padding-inline: 20px; }
    .register-form-shell { padding-inline: 18px; }
    .register-form-head { padding-left: 0; padding-top: 62px; }
    .register-form-head img { top: -4px; left: -5px; }
    .prestige-strip { grid-template-columns: 1fr; }
    .prestige-strip article + article::before { display: none; }
    .prestige-strip article:nth-child(n+2) { border-top: 1px solid rgba(204,158,70,.10); }
    .class-card { height: 535px; }
    .class-copy p { display: none; }
    .premium-footer .footer-cols { grid-template-columns: 1fr; }
    .premium-footer .footer-brand,
    .premium-footer .footer-status { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    .world-premium:hover > img,
    .class-card:hover,
    .class-card:hover > img { transform: none; }
}

/* ==========================================================================
   AS 4 LINHAGENS NOVAS EM BETA (25/09/2026) -- partials/classes-beta.phtml
   Cada cartao usa a COR DE ENERGIA da linhagem no jogo (--ebc-cor = "r, g, b").
   ========================================================================== */
.eter-beta-classes {
    margin: 34px auto 0;
    max-width: 1180px;
    padding: 22px 22px 24px;
    border: 1px solid rgba(201, 162, 39, .28);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(20, 14, 34, .92), rgba(9, 6, 16, .96));
    box-shadow: 0 18px 50px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 210, 140, .06);
}
.eter-beta-classes .ebc-head { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.eter-beta-classes .ebc-head strong {
    display: block; font-family: "Cinzel", serif; font-size: 20px; letter-spacing: .06em; color: #F3E6C4;
}
.eter-beta-classes .ebc-head p { margin: 4px 0 0; color: #B9B2CC; font-size: 14px; line-height: 1.5; }
.eter-beta-classes .ebc-badge {
    flex: 0 0 auto; padding: 7px 14px; border-radius: 6px;
    font: 800 13px/1 "Cinzel", serif; letter-spacing: .18em; color: #fff;
    background: linear-gradient(180deg, #E1332A, #8E1414);
    box-shadow: 0 0 18px rgba(225, 51, 42, .55);
    animation: ebc-pulso 2.2s ease-in-out infinite;
}
.eter-beta-classes .ebc-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.eter-beta-classes .ebc-card {
    position: relative; overflow: hidden; padding: 18px 16px 16px; border-radius: 10px;
    border: 1px solid rgba(var(--ebc-cor), .38);
    background:
        radial-gradient(120% 80% at 50% 0%, rgba(var(--ebc-cor), .20), transparent 60%),
        linear-gradient(180deg, rgba(16, 11, 26, .95), rgba(7, 5, 12, .98));
}
.eter-beta-classes .ebc-card::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px;
    background: linear-gradient(90deg, transparent, rgba(var(--ebc-cor), .9), transparent);
}
.eter-beta-classes .ebc-tag {
    position: absolute; top: 12px; right: 12px; padding: 3px 7px; border-radius: 4px;
    font: 800 10px/1 "Cinzel", serif; letter-spacing: .14em; color: #fff; background: #B3231C;
}
.eter-beta-classes .ebc-sigla {
    display: block; font: 800 30px/1 "Cinzel", serif; letter-spacing: .08em;
    color: rgb(var(--ebc-cor)); text-shadow: 0 0 18px rgba(var(--ebc-cor), .55);
}
.eter-beta-classes .ebc-card h4 { margin: 10px 0 2px; font-family: "Cinzel", serif; font-size: 16px; color: #F3E6C4; }
.eter-beta-classes .ebc-card small {
    display: block; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(var(--ebc-cor), .95);
}
.eter-beta-classes .ebc-card p { margin: 10px 0 0; font-size: 13px; line-height: 1.5; color: #B9B2CC; }
@keyframes ebc-pulso { 0%, 100% { box-shadow: 0 0 10px rgba(225, 51, 42, .4); } 50% { box-shadow: 0 0 24px rgba(225, 51, 42, .85); } }
@media (max-width: 900px) { .eter-beta-classes .ebc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) {
    .eter-beta-classes { padding: 16px; }
    .eter-beta-classes .ebc-grid { grid-template-columns: 1fr; }
    .eter-beta-classes .ebc-head { align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) { .eter-beta-classes .ebc-badge { animation: none; } }
