/* =========================================
    Website: Spirit2Reborn
    Design & Code by: AVION
    © Spirit2Reborn - Minden jog fenntartva
========================================= */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

/* =========================================
   ALAP BODY + VIDEO HÁTTÉR
========================================= */

body {
    font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    color: #f2e4dc;
    background: #050101;
    overflow-x: hidden;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* háttér videó – teljes böngésző, enyhén elmosva */
.pixarts-header-video {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    pointer-events: none;
    filter: blur(8px) brightness(0.55) saturate(1.05);
    transform: scale(1.05);
}

a {
    color: #f0b06a;
    text-decoration: none;
    transition: color .15s ease, opacity .15s ease, background .15s ease;
}

a:hover {
    color: #ffd29b;
}

/* Címek - Cinzel font */
h1, h2, h3, h4, h5, h6 {
    font-family: "Cinzel", serif;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #f9e6d7;
}

h1 {
    font-size: 24px;
    font-weight: 900;
}

h2 {
    font-size: 16px;
    font-weight: 700;
}

h3 {
    font-size: 14px;
    font-weight: 600;
}

/* =========================================
   HEADER + NAV + LOGO
========================================= */

.pixarts-header {
    position: relative;
    padding: 12px 0 20px;  
    border-bottom: none;
    background: transparent;
    z-index: 1;
}

.pixarts-header-inner {
    position: relative;
}

/* konténer */
.pixarts-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* felső nav sáv */
.header-bar {
    margin-bottom: 8px;  
}

.pixarts-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(25, 10, 8, 0.95) 0%, rgba(15, 5, 3, 0.98) 100%);
    border: 1px solid rgba(240, 176, 106, 0.15);
    backdrop-filter: blur(20px);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.1);
    position: relative;
}

.pixarts-nav::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 999px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(240, 176, 106, 0.3), rgba(240, 176, 106, 0.05));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.pixarts-nav ul {
    display: flex;
    align-items: center;
    gap: 26px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-weight: 600;
}

.pixarts-nav li {
    position: relative;
}

.pixarts-nav li a {
    color: #f9e6d7;
    opacity: .8;
    position: relative;
    padding: 8px 4px;
    display: inline-block;
    transition: all 0.3s ease;
}

.pixarts-nav li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 2px;
    width: 0;
    background: linear-gradient(90deg, #f0b06a, #ffd29b);
    box-shadow: 0 0 8px rgba(240, 176, 106, 0.5);
    transition: width .3s ease;
    border-radius: 2px;
}

.pixarts-nav li:hover a,
.pixarts-nav li.active a {
    opacity: 1;
    color: #ffd29b;
    text-shadow: 0 0 10px rgba(240, 176, 106, 0.3);
}

.pixarts-nav li:hover a::after,
.pixarts-nav li.active a::after {
    width: 100%;
}

/* nav listák két oldalt */
.nav-left,
.nav-right {
    display: flex;
}

/* LOGO HERO – nagy logo a nav alatt */

.logo-hero-wrapper {
    margin-top: 8px;      
    margin-bottom: 8px;   
    text-align: center;
}

.hero-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;    
}

.hero-logo img {
    /* === LOGO MÉRET BEÁLLÍTÁS === */
    /* Változtasd meg ezt az értéket a logo méretéhez: */
    max-width: 350px;  
    
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.5));
}

/* =========================================
   FŐ TARTALOM
========================================= */

.pixarts-body {
    padding: 0 0 60px;  
    background: transparent;
    position: relative;
    z-index: 1;
}

.pixarts-body .pixarts-container.main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}


.layout-main {
    display: grid;
    grid-template-columns: minmax(0, 2.1fr) minmax(260px, 0.9fr);
    gap: 24px;
    margin-top: 10px;
}


.main-column,
.sidebar-column {
    min-width: 0;
}

/* =========================================
   HERO KÁRTYA + BANNER
========================================= */

.hero-card {
    background: rgba(10, 5, 3, 0.95);
    border-radius: 14px;
    padding: 16px 18px 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 20px;
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.hero-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.hero-text h1 {
    margin: 0 0 4px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hero-text p {
    margin: 0;
    font-size: 13px;
    color: #e8d0c0;
}

.hero-cta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}


.btn-primary,
.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border-radius: 999px;
    border: 2px solid transparent;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .16em;
    cursor: pointer;
    font-weight: 700;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-primary::before,
.btn-secondary::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 999px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.btn-primary {
    background: linear-gradient(135deg, #d97d3f 0%, #c96f35 50%, #b35c28 100%);
    color: #1b0201;
    border-color: transparent;
    box-shadow: 
        0 4px 15px rgba(201, 111, 53, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.btn-primary::before {
    background: linear-gradient(135deg, #c16830 0%, #a85a2b 100%);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 
        0 6px 25px rgba(201, 111, 53, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    color: #0f0000;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.btn-primary:hover::before {
    opacity: 1;
}

.btn-primary:active {
    transform: translateY(0);
}

.btn-secondary {
    background: rgba(15, 5, 3, 0.5);
    color: #f0b06a;
    border-color: rgba(240, 176, 106, 0.6);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.2),
        inset 0 0 20px rgba(240, 176, 106, 0.05);
}

.btn-secondary::before {
    background: linear-gradient(135deg, rgba(240, 176, 106, 0.15), rgba(255, 210, 155, 0.1));
    z-index: -1;
}

.btn-secondary:hover {
    background: rgba(240, 176, 106, 0.12);
    border-color: rgba(240, 176, 106, 0.9);
    color: #ffd29b;
    transform: translateY(-2px);
    box-shadow: 
        0 6px 25px rgba(240, 176, 106, 0.2),
        inset 0 0 20px rgba(240, 176, 106, 0.1);
}

.btn-secondary:hover::before {
    opacity: 1;
}

.btn-secondary:active {
    transform: translateY(0);
}

.btn-primary.full-width {
    width: 100%;
    justify-content: center;
}

/* bannerrész */

.hero-banner img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

/* =========================================
   HÍREK
========================================= */

.news-section {
    background: rgba(10, 5, 3, 0.95);
    border-radius: 14px;
    padding: 16px 18px 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}



.news-section .news-single {
    padding: 14px 0;
    border-bottom: 1px solid rgba(120, 70, 50, 0.35);
}

.news-section .news-single:last-child {
    border-bottom: none;
}

.news-section .news-single .titlebar {
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .11em;
    color: #f6decd;
}

.news-section .news-single .innertext p {
    margin: 0 0 6px;
    font-size: 13px;
    color: #e9cec2;
}

/* pagination */
.news-section .pagination {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    gap: 6px;
    font-size: 12px;
}

/* =========================================
   SIDEBAR ÁLTALÁNOS
========================================= */

.sidebar-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.sidebar-card {
    background: rgba(10, 5, 3, 0.95);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 12px 14px 14px;
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.sidebar-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 10px;
}

.sidebar-header h2 {
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .15em;
}

.sidebar-subtitle,
.sidebar-link {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #d9bba3;
}

.sidebar-link:hover {
    color: #ffe0b8;
}

.sidebar-body {
    font-size: 13px;
}

/* =========================================
   LOGIN DOBOZ
========================================= */

.login-box form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.input-row {
    display: block;
}

.input-row input {
    width: 100%;
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid rgba(185, 120, 85, 0.7);
    background: rgba(10, 4, 3, 0.9);
    color: #f6e1d4;
    font-size: 13px;
}

.input-row input::placeholder {
    color: #a6806c;
}

.input-row input:focus {
    outline: none;
    border-color: #f0b06a;
}

.captcha-row {
    margin: 6px 0;
}

.login-links {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 12px;
    color: #e8ccc0;
}

.link-light {
    color: #f0b06a;
}

.link-light:hover {
    color: #ffd29b;
}

.link-strong {
    font-weight: 600;
}



.user-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.user-menu-list li a {
    display: flex;
    justify-content: space-between;
    padding: 6px 10px;
    border-radius: 8px;
    background: rgba(22, 8, 5, 0.95);
    color: #f2ded4;
    font-size: 12px;
}

.user-menu-list li a:hover {
    background: rgba(33, 13, 8, 0.98);
    color: #ffd29b;
}

.user-menu-list .logout {
    color: #f28b8b;
}

.user-menu-list .logout:hover {
    color: #ff9999;
}

.badge {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 999px;
    background: rgba(200, 120, 80, 0.25);
    font-size: 10px;
}

/* =========================================
   SERVER STATISTICS
========================================= */

.stats-box {
    font-size: 13px;
}

.stat-row {
    padding: 6px 0;
    border-top: 1px solid rgba(60, 30, 20, 0.6);
}

.stat-row:first-child {
    border-top: none;
}

.stat-value {
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.stat-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #debda6;
}

/* =========================================
   RANKING BOXOK
========================================= */

.rank-box {
    font-size: 12px;
}

.rank-header {
    display: grid;
    grid-template-columns: 10% 1fr 28% 18%;
    padding: 4px 2px 6px;
    border-bottom: 1px solid rgba(60, 30, 20, 0.8);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .11em;
    color: #cfac94;
}

.rank-list {
    display: flex;
    flex-direction: column;
}

.rank-row {
    display: grid;
    grid-template-columns: 10% 1fr 28% 18%;
    padding: 5px 2px;
    border-bottom: 1px solid rgba(35, 15, 10, 0.8);
    color: #f3ddd0;
}

.rank-row:last-child {
    border-bottom: none;
}

.rank-row:hover {
    background: rgba(255, 255, 255, 0.02);
}

.col-pos {
    text-align: left;
}

.col-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.col-empire {
    font-size: 11px;
}

.col-level {
    text-align: right;
}

/* empire színek */
.col-empire.red    { color: #ff7676; }
.col-empire.blue   { color: #7bb1ff; }
.col-empire.yellow { color: #ffd76a; }

.rank-footer {
    margin-top: 8px;
    font-size: 11px;
}

/* =========================================
   FOOTER
========================================= */

/* Discord widget specifikus stílus */
.discord-widget-card iframe {
    border-radius: 8px;
    background: rgba(5, 1, 1, 0.5);
}

.discord-widget-card .sidebar-body {
    padding: 0;
}

.pixarts-footer {
    margin-top: 30px;
    padding: 20px 0 60px;
    background: transparent;
}

.pixarts-footer .pixarts-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;  
}

.foot-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 8px;  
}

.foot-menu img {
    /* === FOOTER LOGO MÉRET === */
    /* Változtasd meg ezt az értéket: */
    max-height: 100px;  
}

.foot-menu ul {
    display: flex;
    gap: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .13em;
}

.foot-menu li {
    color: #f4d3c4;
    opacity: .8;
}

.foot-menu li a {
    color: #f4d3c4;
}

.foot-menu li:hover,
.foot-menu li.active {
    opacity: 1;
}

.foot-menu li:hover a {
    color: #ffd29b;
}

.foot-foot {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
    color: #e6c7bb;
}

.go-top {
    position: absolute;
    left: 50%;
    bottom: 4px;
    transform: translateX(-50%);
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #c96f35;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s ease;
}

.go-top:hover {
    background: #e08543;
}

.go-top::before {
    content: "↑";
    font-size: 16px;
    font-weight: 700;
    color: #1b0201;
}

.ownertag a {
    color: #f4d3c4;
    font-weight: 600;
}

.ownertag a:hover {
    color: #ffd29b;
}

.author {
    display: flex;
    align-items: center;
    gap: 8px;
}

.author img {
    max-height: 20px;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 992px) {
    .layout-main {
        grid-template-columns: minmax(0, 1fr);
    }

    .sidebar-column {
        order: 2;
    }

    .main-column {
        order: 1;
    }

    .hero-card-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-cta {
        justify-content: flex-start;
    }

    .foot-menu {
        flex-direction: column;
        align-items: flex-start;
    }

    .foot-menu ul {
        flex-wrap: wrap;
    }

    .foot-foot {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .go-top {
        position: static;
        transform: none;
        margin: 12px auto;
    }
}

@media (max-width: 768px) {
    .pixarts-nav {
        flex-direction: column;
        gap: 6px;
        padding: 8px 14px;
    }

    .pixarts-nav ul {
        justify-content: center;
        flex-wrap: wrap;
    }

    .logo-hero-wrapper {
        margin-top: 16px;
    }

    .hero-logo img {
        /* === MOBIL LOGO MÉRET === */
        max-width: 280px;  /* Mobilon kisebb logo. Alapértelmezett: 280px */
    }

    .pixarts-body .pixarts-container.main {
        padding: 0 12px;
    }

    .news-section,
    .hero-card,
    .sidebar-card {
        padding: 14px 12px 14px;
    }

    .rank-header,
    .rank-row {
        grid-template-columns: 8% 1fr 27% 18%;
    }
}
/* =========================================
   REGISZTRÁCIÓS OLDAL STÍLUSOK
========================================= */


.registration-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 15px;
    position: relative;
    overflow: hidden;
    background: transparent;
}


.dragon-video-bg {
    display: none !important;
}


.registration-card {
    background: linear-gradient(135deg, rgba(15, 6, 4, 0.98) 0%, rgba(10, 5, 3, 0.98) 100%);
    border-radius: 16px;
    padding: 25px 30px;
    border: 1px solid rgba(240, 176, 106, 0.2);
    backdrop-filter: blur(20px);

    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);

    max-width: 1200px;
    width: 100%;
    position: relative;
    z-index: 1;
}


.registration-dragon {
    text-align: center;
    margin-bottom: -15px;
}

.registration-dragon video {
    max-width: 325px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 4px 15px rgba(201, 111, 53, 0.4));
}


.registration-header {
    text-align: center;
    margin-bottom: 20px;
}

.registration-header h1 {
    font-family: "Cinzel", serif;
    font-size: 28px;
    font-weight: 900;
    color: #f9e6d7;
    margin: 0 0 6px;
    text-shadow: 0 2px 10px rgba(240, 176, 106, 0.3);
    letter-spacing: 0.1em;
}

.registration-header p {
    color: #d9bba3;
    font-size: 13px;
    margin: 0;
    opacity: 0.9;
}


.registration-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}


.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #f0b06a;
    display: flex;
    align-items: center;
    gap: 4px;
}

.form-group label .required {
    color: #ff7676;
}


.form-group input,
.form-group select {
    width: 100%;
    padding: 10px 14px;
    border-radius: 10px;
    border: 2px solid rgba(185, 120, 85, 0.3);
    background: rgba(5, 2, 1, 0.8);
    color: #f6e1d4;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    transition: all 0.3s ease;
    outline: none;
}

.form-group input::placeholder,
.form-group select option {
    color: #a6806c;
}

.form-group input:focus,
.form-group select:focus {
    border-color: #f0b06a;
    background: rgba(5, 2, 1, 0.95);
    box-shadow:
        0 0 0 3px rgba(240, 176, 106, 0.1),
        0 4px 12px rgba(240, 176, 106, 0.2);
}

.form-group input:hover,
.form-group select:hover {
    border-color: rgba(240, 176, 106, 0.5);
}


.form-group input.error {
    border-color: #ff7676;
    background: rgba(40, 5, 5, 0.8);
}

.form-group .error-message {
    font-size: 10px;
    color: #ff7676;
    margin-top: -3px;
    display: none;
}

.form-group input.error ~ .error-message {
    display: block;
}


.form-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.checkbox-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkbox-group input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #f0b06a;
}

.checkbox-group label {
    font-size: 12px;
    color: #e8ccc0;
    cursor: pointer;
    margin: 0;
}

.checkbox-group label a {
    color: #f0b06a;
    text-decoration: underline;
}

.checkbox-group label a:hover {
    color: #ffd29b;
}


.recaptcha-wrapper {
    display: flex;
    justify-content: center;
    margin: 6px 0;
}


.register-submit {
    margin-top: 6px;
}

.register-submit .btn-primary {
    width: 100%;
    padding: 12px 20px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.18em;
}


.login-redirect {
    text-align: center;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(240, 176, 106, 0.15);
}

.login-redirect p {
    color: #d9bba3;
    font-size: 13px;
    margin: 0;
}

.login-redirect a {
    color: #f0b06a;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.login-redirect a:hover {
    color: #ffd29b;
    text-decoration: underline;
}


.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}


.password-strength {
    margin-top: 4px;
    height: 3px;
    background: rgba(120, 70, 50, 0.3);
    border-radius: 2px;
    overflow: hidden;
    display: none;
}

.password-strength.active {
    display: block;
}

.password-strength-bar {
    height: 100%;
    width: 0%;
    transition: width 0.3s ease, background 0.3s ease;
    border-radius: 2px;
}

.password-strength-bar.weak {
    width: 33%;
    background: #ff7676;
}

.password-strength-bar.medium {
    width: 66%;
    background: #ffd76a;
}

.password-strength-bar.strong {
    width: 100%;
    background: #7bb1ff;
}


.success-message {
    background: linear-gradient(135deg, rgba(80, 200, 120, 0.2), rgba(60, 180, 100, 0.15));
    border: 1px solid rgba(80, 200, 120, 0.4);
    border-radius: 10px;
    padding: 16px;
    text-align: center;
    color: #7bb1ff;
    margin-bottom: 14px;
    display: none;
}

.success-message.show {
    display: block;
}

.success-message h3 {
    color: #7bb1ff;
    margin: 0 0 8px;
    font-size: 16px;
}

.success-message p {
    margin: 0;
    color: #d9bba3;
    font-size: 13px;
}


.alert-error {
    background: linear-gradient(135deg, rgba(200, 80, 80, 0.2), rgba(180, 60, 60, 0.15));
    border: 1px solid rgba(200, 80, 80, 0.4);
    border-radius: 10px;
    padding: 12px;
    color: #ff7676;
    margin-bottom: 14px;
    font-size: 12px;
}


.info-box {
    background: rgba(240, 176, 106, 0.1);
    border: 1px solid rgba(240, 176, 106, 0.3);
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 14px;
    font-size: 12px;
    color: #e8ccc0;
}

.info-box h4 {
    color: #f0b06a;
    margin: 0 0 6px;
    font-size: 13px;
    font-weight: 700;
}

.info-box ul {
    margin: 0;
    padding-left: 18px;
}

.info-box li {
    margin: 3px 0;
}


@media (max-width: 768px) {
    .registration-card {
        padding: 20px 16px;
        max-width: 100%;
    }

    .registration-header h1 {
        font-size: 24px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .registration-dragon video {
        max-width: 140px;
    }
}

@media (max-width: 480px) {
    .registration-wrapper {
        padding: 15px 10px;
    }

    .registration-card {
        padding: 18px 14px;
    }

    .registration-header h1 {
        font-size: 20px;
    }

    .form-group input,
    .form-group select {
        padding: 9px 12px;
        font-size: 12px;
    }
}

/* Animációk */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.registration-card {
    animation: fadeInUp 0.5s ease-out;
}


.form-group select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23f0b06a' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
}


.btn-primary.loading {
    position: relative;
    color: transparent;
    pointer-events: none;
}

.btn-primary.loading::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -7px;
    border: 2px solid #1b0201;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
/* =========================================
   DOWNLOAD OLDAL + Admin szerkeszthető
========================================= */

.download-page-wrapper {
    padding: 20px 0 60px;
    max-width: 1100px;
    margin: 0 auto;
}

/* Header */
.download-page-header {
    text-align: center;
    padding: 30px 20px;
    background: linear-gradient(135deg, rgba(15, 6, 4, 0.95) 0%, rgba(10, 5, 3, 0.95) 100%);
    border-radius: 16px;
    border: 1px solid rgba(240, 176, 106, 0.2);
    backdrop-filter: blur(20px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
    margin-bottom: 30px;
}

.download-icon-animated {
    display: inline-flex;
    width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(240, 176, 106, 0.15), rgba(201, 111, 53, 0.15));
    border-radius: 50%;
    margin-bottom: 15px;
    border: 2px solid rgba(240, 176, 106, 0.3);
    animation: downloadPulse 2s ease-in-out infinite;
}

@keyframes downloadPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.download-page-header h1 {
    font-family: "Cinzel", serif;
    font-size: 32px;
    font-weight: 900;
    color: #f9e6d7;
    margin: 0 0 8px;
    text-shadow: 0 2px 10px rgba(240, 176, 106, 0.3);
}

.download-page-header p {
    font-size: 15px;
    color: #d9bba3;
    margin: 0;
}

/* Content */
.download-page-content {
    padding: 0 20px;
}

/* Cards Grid */
.download-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

/* Download Card */
.download-card {
    background: linear-gradient(135deg, rgba(15, 6, 4, 0.95) 0%, rgba(10, 5, 3, 0.95) 100%);
    border-radius: 14px;
    padding: 25px;
    border: 1px solid rgba(240, 176, 106, 0.2);
    backdrop-filter: blur(20px);
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.download-card:hover {
    transform: translateY(-4px);
    border-color: rgba(240, 176, 106, 0.4);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

/* Fő kliens kártya (első elem) */
.download-card-main {
    grid-column: span 2;
    background: linear-gradient(135deg, rgba(201, 111, 53, 0.15) 0%, rgba(15, 6, 4, 0.95) 50%);
    border: 2px solid rgba(240, 176, 106, 0.3);
    box-shadow: 0 8px 25px rgba(201, 111, 53, 0.2);
}

/* Badge */
.download-badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background: linear-gradient(135deg, #c96f35, #b35c28);
    color: #1b0201;
    padding: 5px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    box-shadow: 0 4px 12px rgba(201, 111, 53, 0.4);
    display: flex;
    align-items: center;
    gap: 4px;
}

.download-card-alt .download-badge {
    background: rgba(240, 176, 106, 0.2);
    color: #f0b06a;
    border: 1px solid rgba(240, 176, 106, 0.3);
}

/* Card Body */
.download-card-body {
    display: flex;
    flex-direction: column;
    gap: 18px;
    height: 100%;
}

.download-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.download-card-main .download-card-icon {
    height: 100px;
}

.download-card-info {
    flex: 1;
}

.download-card-info h3 {
    font-family: "Cinzel", serif;
    font-size: 20px;
    font-weight: 700;
    color: #f9e6d7;
    margin: 0 0 8px;
}

.download-card-main .download-card-info h3 {
    font-size: 24px;
}

.download-card-info p {
    font-size: 13px;
    color: #d9bba3;
    margin: 0;
    line-height: 1.5;
}

/* Download Buttons */
.btn-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-download-main {
    background: linear-gradient(135deg, #d97d3f 0%, #c96f35 50%, #b35c28 100%);
    color: #1b0201;
    box-shadow: 0 6px 20px rgba(201, 111, 53, 0.4);
}

.btn-download-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(201, 111, 53, 0.6);
    color: #0f0000;
}

.btn-download-alt {
    background: rgba(240, 176, 106, 0.1);
    color: #f0b06a;
    border-color: rgba(240, 176, 106, 0.3);
}

.btn-download-alt:hover {
    background: rgba(240, 176, 106, 0.2);
    border-color: rgba(240, 176, 106, 0.6);
    color: #ffd29b;
    transform: translateY(-2px);
}

/* Quick Guide */
.download-quick-guide {
    background: rgba(15, 6, 4, 0.95);
    border-radius: 14px;
    padding: 25px;
    border: 1px solid rgba(240, 176, 106, 0.2);
    backdrop-filter: blur(20px);
    margin-bottom: 20px;
}

.download-quick-guide h3 {
    font-family: "Cinzel", serif;
    font-size: 18px;
    font-weight: 700;
    color: #f9e6d7;
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.quick-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.quick-step {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: rgba(10, 5, 3, 0.6);
    border-radius: 10px;
    border: 1px solid rgba(240, 176, 106, 0.15);
}

.step-num {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #c96f35, #b35c28);
    border-radius: 50%;
    font-size: 14px;
    font-weight: 800;
    color: #1b0201;
}

.quick-step span:last-child {
    font-size: 13px;
    color: #d9bba3;
}

/* Empty State */
.download-empty-state {
    text-align: center;
    padding: 60px 20px;
    background: rgba(15, 6, 4, 0.95);
    border-radius: 14px;
    border: 1px solid rgba(240, 176, 106, 0.2);
}

.download-empty-state h3 {
    font-family: "Cinzel", serif;
    font-size: 22px;
    font-weight: 700;
    color: #f9e6d7;
    margin: 20px 0 10px;
}

.download-empty-state p {
    font-size: 14px;
    color: #d9bba3;
    margin: 0;
}

/* Discord Help */
.download-discord-help {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    background: linear-gradient(135deg, rgba(88, 101, 242, 0.1) 0%, rgba(15, 6, 4, 0.95) 50%);
    border-radius: 14px;
    border: 2px solid rgba(88, 101, 242, 0.3);
    backdrop-filter: blur(20px);
}

.download-discord-help svg {
    flex-shrink: 0;
    color: #5865F2;
}

.download-discord-help h4 {
    font-family: "Cinzel", serif;
    font-size: 18px;
    font-weight: 700;
    color: #f9e6d7;
    margin: 0 0 6px;
}

.download-discord-help p {
    font-size: 13px;
    color: #d9bba3;
    margin: 0 0 12px;
}

.btn-discord-mini {
    display: inline-flex;
    padding: 8px 20px;
    border-radius: 999px;
    background: linear-gradient(135deg, #5865F2, #4752C4);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-discord-mini:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(88, 101, 242, 0.4);
    color: #ffffff;
}

/* Responsive */
@media (max-width: 992px) {
    .download-card-main {
        grid-column: span 1;
    }
}

@media (max-width: 768px) {
    .download-page-header h1 {
        font-size: 26px;
    }

    .download-cards-grid {
        grid-template-columns: 1fr;
    }

    .quick-steps {
        grid-template-columns: 1fr;
    }

    .download-discord-help {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .download-page-header {
        padding: 25px 15px;
    }

    .download-page-header h1 {
        font-size: 22px;
    }

    .download-card {
        padding: 20px;
    }
}
/* =========================================
   RANGLISTA STÍLUSOK
========================================= */


.ranking-wrapper {
    /* Nincs padding/max-width - a layout kezeli */
}

/* Header */
.ranking-header {
    background: rgba(10, 5, 3, 0.95);
    border-radius: 14px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.ranking-header h1 {
    font-family: "Cinzel", serif;
    font-size: 20px;
    font-weight: 700;
    color: #f9e6d7;
    margin: 0;
    text-shadow: 0 2px 10px rgba(240, 176, 106, 0.3);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* Tabs */
.ranking-tabs {
    display: flex;
    gap: 8px;
    background: rgba(5, 2, 1, 0.6);
    padding: 6px;
    border-radius: 999px;
    border: 1px solid rgba(240, 176, 106, 0.15);
}

.ranking-tab {
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #d9bba3;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ranking-tab:hover {
    color: #f0b06a;
    background: rgba(240, 176, 106, 0.05);
}

.ranking-tab.active {
    background: linear-gradient(135deg, #c96f35, #b35c28);
    color: #1b0201;
    box-shadow: 0 4px 12px rgba(201, 111, 53, 0.3);
}

/* Keresés */
.ranking-search-card {
    background: rgba(10, 5, 3, 0.95);
    border-radius: 14px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

.ranking-search-form {
    display: flex;
    gap: 10px;
    align-items: center;
}

.ranking-search-input {
    flex: 1;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(185, 120, 85, 0.7);
    background: rgba(10, 4, 3, 0.9);
    color: #f6e1d4;
    font-size: 13px;
    outline: none;
    transition: all 0.3s ease;
}

.ranking-search-input::placeholder {
    color: #a6806c;
}

.ranking-search-input:focus {
    border-color: #f0b06a;
}

.btn-search {
    padding: 10px 20px;
    border-radius: 999px;
    background: linear-gradient(135deg, #d97d3f, #c96f35);
    color: #1b0201;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(201, 111, 53, 0.3);
}

.btn-search:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201, 111, 53, 0.5);
}

/* Táblázat kártya */
.ranking-table-card {
    background: rgba(10, 5, 3, 0.95);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

/* Táblázat */
.ranking-table {
    width: 100%;
    border-collapse: collapse;
}

.ranking-table thead {
    background: linear-gradient(135deg, rgba(201, 111, 53, 0.15), rgba(10, 5, 3, 0.8));
    border-bottom: 2px solid rgba(240, 176, 106, 0.3);
}

.ranking-table th {
    padding: 14px 16px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    color: #f0b06a;
    text-align: left;
}

.ranking-table tbody tr {
    border-bottom: 1px solid rgba(240, 176, 106, 0.1);
    transition: all 0.3s ease;
}

.ranking-table tbody tr:hover {
    background: rgba(240, 176, 106, 0.05);
    border-left: 3px solid #f0b06a;
}

.ranking-table tbody tr:last-child {
    border-bottom: none;
}

.ranking-table td {
    padding: 14px 16px;
    color: #d9bba3;
    font-size: 13px;
}

/* Első oszlop - pozíció */
.ranking-table tbody tr td:first-child {
    font-size: 16px;
    font-weight: 800;
    color: #f0b06a;
    font-family: "Cinzel", serif;
    width: 60px;
}

/* Top 3 színek */
.ranking-table tbody tr:nth-child(1) td:first-child {
    color: #FFD700;
}

.ranking-table tbody tr:nth-child(2) td:first-child {
    color: #C0C0C0;
}

.ranking-table tbody tr:nth-child(3) td:first-child {
    color: #CD7F32;
}

/* Második oszlop - név/guild */
.ranking-table tbody tr td:nth-child(2) {
    font-size: 14px;
    font-weight: 700;
    color: #f9e6d7;
}

.ranking-guilds-table tbody tr td:nth-child(2) {
    font-size: 15px;
    font-weight: 800;
    color: #f0b06a;
    font-family: "Cinzel", serif;
}

/* Empire színek */
.ranking-table tbody tr td.red {
    color: #ff7676;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

.ranking-table tbody tr td.blue {
    color: #7bb1ff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

.ranking-table tbody tr td.yellow {
    color: #ffd76a;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

/* Level oszlop */
.rank-th-level {
    text-align: center;
}

.ranking-table tbody tr td:nth-last-child(2) {
    font-size: 15px;
    font-weight: 800;
    color: #f0b06a;
    text-align: center;
}

/* EXP/Points oszlop */
.rank-th-exp,
.rank-th-points {
    text-align: right;
}

.ranking-table tbody tr td:last-child {
    font-family: monospace;
    font-size: 13px;
    text-align: right;
}

.ranking-guilds-table tbody tr td:last-child {
    color: #7bb1ff;
    font-weight: 700;
}

/* Pagination */
.ranking-pagination {
    padding: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-top: 1px solid rgba(240, 176, 106, 0.1);
    background: rgba(5, 2, 1, 0.3);
    flex-wrap: wrap;
}

.ranking-pagination a,
.ranking-pagination span,
.ranking-pagination strong {
    min-width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Normál linkek */
.ranking-pagination a {
    background: rgba(10, 5, 3, 0.8);
    border: 1px solid rgba(240, 176, 106, 0.2);
    color: #d9bba3;
}

.ranking-pagination a:hover {
    background: rgba(240, 176, 106, 0.15);
    border-color: rgba(240, 176, 106, 0.5);
    color: #f0b06a;
    transform: translateY(-2px);
}

/* Aktív oldal */
.ranking-pagination strong {
    background: linear-gradient(135deg, #c96f35, #b35c28);
    color: #1b0201;
    border: 1px solid rgba(201, 111, 53, 0.5);
    box-shadow: 0 4px 12px rgba(201, 111, 53, 0.3);
}

/* Disabled */
.ranking-pagination span {
    background: rgba(10, 5, 3, 0.5);
    border: 1px solid rgba(240, 176, 106, 0.1);
    color: #a6806c;
    opacity: 0.5;
    cursor: not-allowed;
}

/* Responsive */
@media (max-width: 992px) {
    .ranking-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .rank-th-exp,
    .rank-th-points,
    .ranking-table tbody tr td:last-child {
        display: none;
    }
}

@media (max-width: 768px) {
    .ranking-header h1 {
        font-size: 18px;
    }

    .ranking-tabs {
        width: 100%;
    }

    .ranking-tab {
        flex: 1;
        justify-content: center;
        padding: 8px 12px;
        font-size: 11px;
    }

    .ranking-search-form {
        flex-direction: column;
    }

    .btn-search {
        width: 100%;
        justify-content: center;
    }

    .rank-th-leader,
    .ranking-table tbody tr td:nth-child(3) {
        display: none;
    }

    .ranking-table th,
    .ranking-table td {
        padding: 10px 8px;
        font-size: 12px;
    }
}
/* =========================================
   FIÓKOM OLDAL
========================================= */

/* Wrapper */
.account-wrapper {
    /* Nincs max-width - illeszkedik a layout-hoz */
}

/* Header */
.account-header {
    background: rgba(10, 5, 3, 0.95);
    border-radius: 14px;
    padding: 20px 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.account-header-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(240, 176, 106, 0.15), rgba(201, 111, 53, 0.15));
    border-radius: 50%;
    border: 2px solid rgba(240, 176, 106, 0.3);
}

.account-header h1 {
    font-family: "Cinzel", serif;
    font-size: 20px;
    font-weight: 700;
    color: #f9e6d7;
    margin: 0;
    text-shadow: 0 2px 10px rgba(240, 176, 106, 0.3);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* Alert üzenetek */
.account-alert {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 600;
}

.account-alert svg {
    flex-shrink: 0;
}

.account-alert-success {
    background: linear-gradient(135deg, rgba(80, 200, 120, 0.15), rgba(60, 180, 100, 0.1));
    border: 1px solid rgba(80, 200, 120, 0.3);
    color: #7bb1ff;
}

.account-alert-danger {
    background: linear-gradient(135deg, rgba(200, 80, 80, 0.15), rgba(180, 60, 60, 0.1));
    border: 1px solid rgba(200, 80, 80, 0.3);
    color: #ff7676;
}

/* Account info kártya */
.account-info-card {
    background: rgba(10, 5, 3, 0.95);
    border-radius: 14px;
    padding: 20px 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

.account-info-card h3 {
    font-family: "Cinzel", serif;
    font-size: 16px;
    font-weight: 700;
    color: #f0b06a;
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.account-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.account-info-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px;
    background: rgba(5, 2, 1, 0.6);
    border-radius: 8px;
    border: 1px solid rgba(240, 176, 106, 0.1);
}

.info-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #d9bba3;
}

.info-value {
    font-size: 14px;
    font-weight: 700;
    color: #f0b06a;
    font-family: "Cinzel", serif;
}

/* Account műveletek grid */
.account-actions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 16px;
}

/* Action kártya */
.account-action-card {
    background: rgba(10, 5, 3, 0.95);
    border-radius: 14px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    display: flex;
    gap: 16px;
    transition: all 0.3s ease;
}

.account-action-card:hover {
    transform: translateY(-2px);
    border-color: rgba(240, 176, 106, 0.3);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.6);
}

/* Danger kártya */
.account-action-danger {
    border-color: rgba(200, 80, 80, 0.3);
}

.account-action-danger:hover {
    border-color: rgba(200, 80, 80, 0.5);
}

.account-action-danger .action-icon {
    background: linear-gradient(135deg, rgba(200, 80, 80, 0.2), rgba(180, 60, 60, 0.15));
    border-color: rgba(200, 80, 80, 0.4);
    color: #ff7676;
}

/* Warning kártya */
.account-action-warning {
    border-color: rgba(255, 215, 106, 0.3);
}

.account-action-warning:hover {
    border-color: rgba(255, 215, 106, 0.5);
}

.account-action-warning .action-icon {
    background: linear-gradient(135deg, rgba(255, 215, 106, 0.2), rgba(255, 180, 70, 0.15));
    border-color: rgba(255, 215, 106, 0.4);
    color: #ffd76a;
}

/* Action icon */
.action-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(240, 176, 106, 0.15), rgba(201, 111, 53, 0.15));
    border-radius: 12px;
    border: 2px solid rgba(240, 176, 106, 0.3);
    color: #f0b06a;
}

/* Action content */
.action-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.action-content h4 {
    font-family: "Cinzel", serif;
    font-size: 15px;
    font-weight: 700;
    color: #f9e6d7;
    margin: 0;
    letter-spacing: 0.08em;
}

.action-content p {
    font-size: 12px;
    color: #d9bba3;
    margin: 0;
    line-height: 1.5;
}

.action-content form {
    margin-top: 4px;
}

/* Action gombok */
.btn-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(240, 176, 106, 0.1);
    border: 1px solid rgba(240, 176, 106, 0.3);
    color: #f0b06a;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-action:hover {
    background: rgba(240, 176, 106, 0.2);
    border-color: rgba(240, 176, 106, 0.6);
    color: #ffd29b;
    transform: translateX(4px);
}

/* Danger gomb */
.btn-action-danger {
    background: rgba(200, 80, 80, 0.1);
    border-color: rgba(200, 80, 80, 0.3);
    color: #ff7676;
}

.btn-action-danger:hover {
    background: rgba(200, 80, 80, 0.2);
    border-color: rgba(200, 80, 80, 0.6);
    color: #ff9999;
}

/* Warning gomb */
.btn-action-warning {
    background: rgba(255, 215, 106, 0.1);
    border-color: rgba(255, 215, 106, 0.3);
    color: #ffd76a;
}

.btn-action-warning:hover {
    background: rgba(255, 215, 106, 0.2);
    border-color: rgba(255, 215, 106, 0.6);
    color: #ffe8a8;
}

/* Responsive */
@media (max-width: 768px) {
    .account-header {
        flex-direction: column;
        text-align: center;
    }

    .account-info-grid {
        grid-template-columns: 1fr;
    }

    .account-actions-grid {
        grid-template-columns: 1fr;
    }

    .account-action-card {
        flex-direction: column;
        text-align: center;
    }

    .action-icon {
        margin: 0 auto;
    }

    .btn-action:hover {
        transform: translateY(-2px);
    }
}
/* =========================================
   ADMIN OLDAL WRAPPER
========================================= */

/* Admin wrapper */
.admin-wrapper {
    /* Nincs max-width - illeszkedik a layout-hoz */
}

/* Admin Header */
.admin-header {
    background: linear-gradient(135deg, rgba(201, 111, 53, 0.2), rgba(10, 5, 3, 0.95));
    border-radius: 14px;
    padding: 20px 18px;
    border: 2px solid rgba(240, 176, 106, 0.3);
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 20px rgba(201, 111, 53, 0.3);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.admin-header-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(240, 176, 106, 0.2), rgba(201, 111, 53, 0.2));
    border-radius: 12px;
    border: 2px solid rgba(240, 176, 106, 0.4);
}

.admin-header h1 {
    font-family: "Cinzel", serif;
    font-size: 20px;
    font-weight: 900;
    color: #f9e6d7;
    margin: 0;
    text-shadow: 0 2px 10px rgba(240, 176, 106, 0.5);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* Admin Content Card */
.admin-content-card {
    background: rgba(10, 5, 3, 0.95);
    border-radius: 14px;
    padding: 20px 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

/* Frissítés értesítés elrejtése */
.admin-content-card .alert-info:first-child,
.admin-content-card > .alert:first-child {
    display: none !important;
}

/* MINDEN P elem színe a content-ban */
.admin-content-card p {
    color: #d9bba3 !important;
}

/* ==========================================
   ADMIN FORMS - Űrlapok stílusai (NAGYOBB)
========================================== */

.admin-content-card .form-group {
    margin-bottom: 18px;
}

.admin-content-card label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #f0b06a;
    margin-bottom: 8px;
}

.admin-content-card .form-control,
.admin-content-card input[type="text"],
.admin-content-card input[type="email"],
.admin-content-card input[type="password"],
.admin-content-card input[type="number"],
.admin-content-card input[type="url"],
.admin-content-card select,
.admin-content-card textarea {
    width: 100%;
    padding: 12px 16px;
    border-radius: 10px;
    border: 2px solid rgba(185, 120, 85, 0.3);
    background: rgba(5, 2, 1, 0.8);
    color: #f6e1d4;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    transition: all 0.3s ease;
    outline: none;
    min-height: 44px;
}

.admin-content-card .form-control::placeholder,
.admin-content-card input::placeholder,
.admin-content-card textarea::placeholder {
    color: #a6806c;
}

.admin-content-card .form-control:focus,
.admin-content-card input:focus,
.admin-content-card select:focus,
.admin-content-card textarea:focus {
    border-color: #f0b06a;
    background: rgba(5, 2, 1, 0.95);
    box-shadow: 0 0 0 3px rgba(240, 176, 106, 0.1);
}

/* ==========================================
   ADMIN BUTTONS - Gombok stílusai
========================================== */

.admin-content-card .btn,
.admin-content-card button[type="submit"],
.admin-content-card input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.admin-content-card .btn-primary,
.admin-content-card button[type="submit"] {
    background: linear-gradient(135deg, #d97d3f, #c96f35);
    color: #1b0201;
    box-shadow: 0 4px 12px rgba(201, 111, 53, 0.3);
}

.admin-content-card .btn-primary:hover,
.admin-content-card button[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201, 111, 53, 0.5);
    color: #1b0201;
}

.admin-content-card .btn-danger {
    background: linear-gradient(135deg, #ff7676, #e86060);
    color: #1b0201;
    box-shadow: 0 4px 12px rgba(200, 80, 80, 0.3);
}

.admin-content-card .btn-danger:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(200, 80, 80, 0.5);
    color: #1b0201;
}

.admin-content-card .btn-success {
    background: linear-gradient(135deg, #7bb1ff, #5a95e8);
    color: #1b0201;
    box-shadow: 0 4px 12px rgba(123, 177, 255, 0.3);
}

.admin-content-card .btn-success:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(123, 177, 255, 0.5);
    color: #1b0201;
}

.admin-content-card .btn-sm {
    padding: 6px 14px;
    font-size: 11px;
}

/* ==========================================
   ADMIN TABLES - Táblázatok stílusai
========================================== */

.admin-content-card .table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: rgba(5, 2, 1, 0.6);
    border-radius: 10px;
    overflow: hidden;
}

.admin-content-card .table thead {
    background: linear-gradient(135deg, rgba(201, 111, 53, 0.15), rgba(10, 5, 3, 0.8));
    border-bottom: 2px solid rgba(240, 176, 106, 0.3);
}

.admin-content-card .table th {
    padding: 14px 16px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    color: #f0b06a;
    text-align: left;
}

.admin-content-card .table tbody tr {
    border-bottom: 1px solid rgba(240, 176, 106, 0.1);
    transition: all 0.3s ease;
}

.admin-content-card .table tbody tr:hover {
    background: rgba(240, 176, 106, 0.05);
    border-left: 3px solid #f0b06a;
}

.admin-content-card .table tbody tr:last-child {
    border-bottom: none;
}

.admin-content-card .table td,
.admin-content-card .table th[scope="row"] {
    padding: 14px 16px;
    color: #d9bba3;
    font-size: 13px;
}

/* ==========================================
   ADMIN ALERTS - Értesítések
========================================== */

.admin-content-card .alert {
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 18px;
    font-size: 13px;
    font-weight: 600;
}

.admin-content-card .alert-success {
    background: linear-gradient(135deg, rgba(80, 200, 120, 0.15), rgba(60, 180, 100, 0.1));
    border: 1px solid rgba(80, 200, 120, 0.3);
    color: #7bb1ff;
}

.admin-content-card .alert-danger {
    background: linear-gradient(135deg, rgba(200, 80, 80, 0.15), rgba(180, 60, 60, 0.1));
    border: 1px solid rgba(200, 80, 80, 0.3);
    color: #ff7676;
}

.admin-content-card .alert-info {
    background: linear-gradient(135deg, rgba(123, 177, 255, 0.15), rgba(90, 149, 232, 0.1));
    border: 1px solid rgba(123, 177, 255, 0.3);
    color: #7bb1ff;
}

.admin-content-card .alert-warning {
    background: linear-gradient(135deg, rgba(255, 215, 106, 0.15), rgba(255, 180, 70, 0.1));
    border: 1px solid rgba(255, 215, 106, 0.3);
    color: #ffd76a;
}

/* ==========================================
   ADMIN LIST GROUPS
========================================== */

.admin-content-card .list-group {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(240, 176, 106, 0.15);
}

/* List group header (active) */
.admin-content-card .list-group-item.active {
    background: linear-gradient(135deg, rgba(201, 111, 53, 0.3), rgba(10, 5, 3, 0.95));
    border: none;
    border-bottom: 2px solid rgba(240, 176, 106, 0.4);
    color: #f0b06a;
    font-family: "Cinzel", serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 14px 18px;
}

.admin-content-card .list-group-item.active i {
    margin-right: 8px;
}

/* List group items (linkek) */
.admin-content-card .list-group-item-action {
    background: rgba(5, 2, 1, 0.6) !important;
    border: none !important;
    border-bottom: 1px solid rgba(240, 176, 106, 0.1) !important;
    padding: 14px 18px;
    transition: all 0.3s ease;
    color: inherit !important;
}

.admin-content-card .list-group-item-action:last-child {
    border-bottom: none !important;
}

.admin-content-card .list-group-item-action:hover {
    background: rgba(240, 176, 106, 0.08) !important;
    border-left: 3px solid #f0b06a !important;
    transform: translateX(4px);
}

/* List group item heading */
.admin-content-card .list-group-item-heading {
    font-family: "Cinzel", serif;
    font-size: 14px;
    font-weight: 700;
    color: #f9e6d7 !important;
    margin: 0 0 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.admin-content-card .list-group-item-heading i {
    color: #f0b06a !important;
}

/* List group item text (leírás) */
.admin-content-card .list-group-item-text,
.admin-content-card .list-group-item-action p,
.admin-content-card .list-group-item-action .list-group-item-text {
    font-size: 12px !important;
    color: #d9bba3 !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}

/* Responsive */
@media (max-width: 768px) {
    .admin-header {
        flex-direction: column;
        text-align: center;
    }

    .admin-header h1 {
        font-size: 18px;
    }

    .admin-content-card {
        padding: 16px 14px;
    }
    
    .admin-content-card .list-group-item-action:hover {
        transform: translateY(-2px);
    }
    
    .admin-content-card .list-group-item-heading {
        font-size: 13px !important;
    }
    
    .admin-content-card .list-group-item-text {
        font-size: 11px !important;
    }
    
    .admin-content-card .table {
        font-size: 12px;
    }
    
    .admin-content-card .table th,
    .admin-content-card .table td {
        padding: 10px 8px;
    }
}
/* =========================================
   KARAKTEREK OLDAL
========================================= */

/* Wrapper */
.characters-wrapper {
    /* Illeszkedik a layout-hoz */
}

/* Header */
.characters-header {
    background: rgba(10, 5, 3, 0.95);
    border-radius: 14px;
    padding: 20px 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.characters-header-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(240, 176, 106, 0.15), rgba(201, 111, 53, 0.15));
    border-radius: 50%;
    border: 2px solid rgba(240, 176, 106, 0.3);
}

.characters-header h1 {
    font-family: "Cinzel", serif;
    font-size: 20px;
    font-weight: 700;
    color: #f9e6d7;
    margin: 0;
    text-shadow: 0 2px 10px rgba(240, 176, 106, 0.3);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* Alert üzenetek */
.characters-alert {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 600;
}

.characters-alert svg {
    flex-shrink: 0;
}

.characters-alert-success {
    background: linear-gradient(135deg, rgba(80, 200, 120, 0.15), rgba(60, 180, 100, 0.1));
    border: 1px solid rgba(80, 200, 120, 0.3);
    color: #7bb1ff;
}

/* Táblázat kártya */
.characters-table-card {
    background: rgba(10, 5, 3, 0.95);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

/* Táblázat */
.characters-table {
    width: 100%;
    border-collapse: collapse;
}

.characters-table thead {
    background: linear-gradient(135deg, rgba(201, 111, 53, 0.15), rgba(10, 5, 3, 0.8));
    border-bottom: 2px solid rgba(240, 176, 106, 0.3);
}

.characters-table th {
    padding: 16px 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    color: #f0b06a;
    text-align: left;
}

.characters-table tbody tr {
    border-bottom: 1px solid rgba(240, 176, 106, 0.1);
    transition: all 0.3s ease;
}

.characters-table tbody tr:hover {
    background: rgba(240, 176, 106, 0.05);
    border-left: 3px solid #f0b06a;
}

.characters-table tbody tr:last-child {
    border-bottom: none;
}

.characters-table td {
    padding: 16px 20px;
    color: #d9bba3;
    font-size: 13px;
}

/* Pozíció oszlop */
.char-position {
    font-size: 16px;
    font-weight: 800;
    color: #f0b06a;
    font-family: "Cinzel", serif;
    width: 60px;
}

/* Class ikon */
.char-class {
    width: 70px;
}

.char-class img {
    display: block;
    border-radius: 8px;
    border: 2px solid rgba(240, 176, 106, 0.2);
    transition: all 0.3s ease;
}

.characters-table tbody tr:hover .char-class img {
    border-color: rgba(240, 176, 106, 0.5);
    transform: scale(1.1);
}

/* Név */
.char-name {
    font-size: 15px;
    font-weight: 700;
    color: #f9e6d7;
}

/* Level */
.char-level {
    font-size: 16px;
    font-weight: 800;
    color: #f0b06a;
    text-align: center;
}

/* EXP */
.char-exp {
    font-family: monospace;
    font-size: 13px;
    text-align: right;
}

/* Debug gomb */
.char-debug {
    text-align: center;
}

.btn-debug {
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(240, 176, 106, 0.1);
    border: 1px solid rgba(240, 176, 106, 0.3);
    color: #f0b06a;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-debug:hover {
    background: rgba(240, 176, 106, 0.2);
    border-color: rgba(240, 176, 106, 0.6);
    color: #ffd29b;
    transform: translateY(-2px);
}

/* Üres állapot */
.characters-empty {
    background: rgba(10, 5, 3, 0.95);
    border-radius: 14px;
    padding: 60px 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.characters-empty svg {
    margin-bottom: 20px;
}

.characters-empty h3 {
    font-family: "Cinzel", serif;
    font-size: 18px;
    font-weight: 700;
    color: #f0b06a;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .characters-header {
        flex-direction: column;
        text-align: center;
    }

    .characters-header h1 {
        font-size: 18px;
    }

    .characters-table th,
    .characters-table td {
        padding: 12px 10px;
        font-size: 12px;
    }

    .char-position {
        width: 40px;
        font-size: 14px;
    }

    .char-class {
        width: 50px;
    }

    .char-class img {
        width: 32px;
    }

    .char-name {
        font-size: 13px;
    }

    .char-level {
        font-size: 14px;
    }

    .char-exp {
        display: none;
    }
}
/* =========================================
   KÓD BEVÁLTÁSA OLDAL
========================================= */

/* Wrapper */
.redeem-wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.redeem-header {
    background: rgba(10, 5, 3, 0.95);
    border-radius: 14px;
    padding: 20px 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.redeem-header-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(240, 176, 106, 0.15), rgba(201, 111, 53, 0.15));
    border-radius: 50%;
    border: 2px solid rgba(240, 176, 106, 0.3);
}

.redeem-header h1 {
    font-family: "Cinzel", serif;
    font-size: 20px;
    font-weight: 700;
    color: #f9e6d7;
    margin: 0;
    text-shadow: 0 2px 10px rgba(240, 176, 106, 0.3);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* Alert üzenetek */
.redeem-alert {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 600;
}

.redeem-alert svg {
    flex-shrink: 0;
}

.redeem-alert-success {
    background: linear-gradient(135deg, rgba(80, 200, 120, 0.15), rgba(60, 180, 100, 0.1));
    border: 1px solid rgba(80, 200, 120, 0.3);
    color: #7bb1ff;
}

.redeem-alert-danger {
    background: linear-gradient(135deg, rgba(200, 80, 80, 0.15), rgba(180, 60, 60, 0.1));
    border: 1px solid rgba(200, 80, 80, 0.3);
    color: #ff7676;
}

/* Redeem kártya */
.redeem-card {
    background: rgba(10, 5, 3, 0.95);
    border-radius: 14px;
    padding: 40px 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-bottom: 20px;
}

.redeem-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(240, 176, 106, 0.15), rgba(201, 111, 53, 0.15));
    border-radius: 50%;
    border: 2px solid rgba(240, 176, 106, 0.3);
    margin-bottom: 20px;
}

.redeem-card h2 {
    font-family: "Cinzel", serif;
    font-size: 22px;
    font-weight: 700;
    color: #f9e6d7;
    margin: 0 0 8px;
    letter-spacing: 0.08em;
}

.redeem-card p {
    color: #d9bba3;
    font-size: 13px;
    margin: 0 0 30px;
}

/* Redeem form */
.redeem-form {
    margin-top: 25px;
}

.redeem-input-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.redeem-input {
    width: 100%;
    padding: 14px 18px;
    border-radius: 10px;
    border: 2px solid rgba(185, 120, 85, 0.3);
    background: rgba(5, 2, 1, 0.8);
    color: #f6e1d4;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
    outline: none;
}

.redeem-input::placeholder {
    color: #a6806c;
}

.redeem-input:focus {
    border-color: #f0b06a;
    background: rgba(5, 2, 1, 0.95);
    box-shadow: 0 0 0 4px rgba(240, 176, 106, 0.1);
}

.redeem-submit {
    width: 100%;
    padding: 14px 24px;
    border-radius: 999px;
    background: linear-gradient(135deg, #d97d3f, #c96f35);
    color: #1b0201;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(201, 111, 53, 0.3);
}

.redeem-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201, 111, 53, 0.5);
}

.redeem-submit svg {
    flex-shrink: 0;
}

/* Info kártya */
.redeem-info-card {
    background: rgba(240, 176, 106, 0.08);
    border: 1px solid rgba(240, 176, 106, 0.2);
    border-radius: 10px;
    padding: 16px 20px;
}

.redeem-info-card h3 {
    font-family: "Cinzel", serif;
    font-size: 14px;
    font-weight: 700;
    color: #f0b06a;
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.redeem-info-card p {
    color: #d9bba3;
    font-size: 12px;
    margin: 0;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .redeem-wrapper {
        padding: 0 15px;
    }

    .redeem-header {
        flex-direction: column;
        text-align: center;
    }

    .redeem-header h1 {
        font-size: 18px;
    }

    .redeem-card {
        padding: 30px 20px;
    }

    .redeem-card-icon {
        width: 80px;
        height: 80px;
    }

    .redeem-card h2 {
        font-size: 18px;
    }

    .redeem-input {
        font-size: 14px;
        padding: 12px 16px;
    }

    .redeem-submit {
        padding: 12px 20px;
        font-size: 12px;
    }
}
/* =========================================
    Website: Spirit2Reborn
    Design & Code by: AVION
    © Spirit2Reborn - Minden jog fenntartva
========================================= */