@import url('https://googleapis.com');

:root {
    --accent-fire: #e25822;       
    --accent-gold: #d4af37;       
    --surface-dark: #0e0906;      
    --panel-wood: #1e120c;        
    --text-parchment: #ebdcb9;    
    --border-glow: rgba(226, 88, 34, 0.2);
    --font-head: 'Cinzel', serif;
    --font-body: 'Montserrat', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--font-body);
}

body {
    position: relative;           
    min-height: 100vh;            
    width: 100%;
    background: #0f0d0a url("../sistemler/bg.webp") no-repeat center top;
    background-size: cover;
    color: #efe2c0;
    overflow-x: hidden;
    padding-top: 50px;
	padding-bottom: 90px !important;	
}

@media (max-width: 1100px) {
    body {
        padding-top: 25px !important;  
    }
    
    .prime-navigation {
        height: 75px;
    }
}

.bg-video {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 15%;
    z-index: -9999 !important;
    background: #191611 url("../sistemler/bg.webp") no-repeat center top;
    background-size: cover;
}

.ambient-glow {
    position: fixed;           
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(14, 9, 6, 0.25) 0%, rgba(30, 18, 12, 0.7) 50%, rgba(14, 9, 6, 0.85) 100%);
    z-index: -1;
    pointer-events: none;
}

.prime-navigation {
    background: #bdad8e !important; 
    border-top: 1px solid #bcaf96 !important;
    border-bottom: 2px solid #8c3b1a !important; 
    box-shadow: 0 4px 20px rgba(0,0,0,0.15) !important;
    backdrop-filter: blur(16px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.nav-wrapper {
    max-width: 1450px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    height: 85px;
    gap: 15px;
    position: relative;
}

.nav-links-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.nav-left {
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0;
}

.mini-counter {
    display: flex;
    gap: 8px;
}

.counter-box {
	background: rgba(25, 20, 15, 0.95);
    border: 2px solid #b38b4d;
    border-radius: 10px;
    padding: 12px 18px;
    min-width: 78px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.counter-box span {
    display: block;
    font-family: var(--font-head);
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}

.counter-box small {
    font-size: 9px;
    color: #d4af37;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.nav-center {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: block !important;
    visibility: visible !important;
}

.nav-logo {
    height: 58px;
    filter: drop-shadow(0 0 25px rgba(255, 215, 100, 0.3));
}

.nav-right {
    display: flex !important;
    align-items: center !important;
    gap: 12px;
    flex-shrink: 0;
}

.nav-btn {
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14.5px;
    letter-spacing: 0.6px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.register-btn {
    background: linear-gradient(135deg, #93350b, #93350b);
    color: #d3c59f;
}

.register-btn:hover {
    background: linear-gradient(135deg, #b94112, #93350b);
    transform: translateY(-2px);
}

.download-btn {
    background: linear-gradient(135deg, #93350b, #93350b);
    color: #d3c59f;
}

.download-btn:hover {
    background: linear-gradient(135deg, #b94112, #93350b);
    transform: translateY(-2px);
}

.mobile-menu-burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 19px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.mobile-menu-burger .burger-bar {
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

@media (max-width: 1100px) {
    .nav-wrapper {
        height: 75px !important;
        padding: 0 20px !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important; 
        align-items: center !important;
    }

    .mobile-menu-burger {
        display: flex !important;
        order: 3 !important;
        z-index: 100005 !important;
    }

    .nav-center {
        position: relative !important;
        left: 0 !important;
        transform: none !important;
        order: 1 !important;
        margin: 0 !important;
    }

    .nav-logo {
        height: 42px !important;
    }

    .nav-links-container {
        position: fixed !important;
        top: -100vh !important;
        left: 0 !important;
        width: 100% !important;
        height: 100vh !important;
        background: rgba(14, 8, 5, 0.90) !important; 
        backdrop-filter: blur(20px) !important;
        -webkit-backdrop-filter: blur(20px) !important; 
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 45px !important;
        padding: 40px !important;
        transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        z-index: 100001 !important;
    }

    .prime-navigation.menu-open .nav-links-container {
        top: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .nav-left, .nav-right {
        position: static !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        background: transparent !important; 
        opacity: 1 !important;
        visibility: visible !important;
    }

    .nav-right {
        gap: 15px !important;
    }

    .mini-counter { 
        gap: 10px !important; 
        flex-direction: row !important;
    }
    
    .counter-box { 
        padding: 10px 14px !important; 
        min-width: 65px !important; 
    }

    .nav-btn { 
        width: 85% !important; 
        max-width: 260px !important; 
        text-align: center !important; 
        padding: 13px 20px !important;
        font-size: 14.5px !important;
    }

    .mobile-menu-burger.burger-active .burger-bar:nth-child(1) { 
        transform: translateY(8px) rotate(45deg) !important; 
        background-color: var(--accent-fire) !important; 
    }
    .mobile-menu-burger.burger-active .burger-bar:nth-child(2) { 
        opacity: 0 !important; 
    }
    .mobile-menu-burger.burger-active .burger-bar:nth-child(3) { 
        transform: translateY(-8px) rotate(-45deg) !important; 
        background-color: var(--accent-fire) !important; 
    }
}


.master-intro {
    max-width: 1300px;
    margin: 0 auto;
    padding: 80px 20px 10px 20px;
}

.intro-grid {
    display: grid;
    grid-template-columns: 1fr 1.25fr;  
    gap: 10px;
    align-items: center;
}

.status-indicator {
    font-family: var(--font-head);
    font-size: 12px;
    letter-spacing: 2px;
    color: var(--accent-gold);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pulse-dot {
    width: 6px;
    height: 6px;
    background: var(--accent-fire);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--accent-fire);
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { transform: scale(0.9); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.4; }
    100% { transform: scale(0.9); opacity: 1; }
}

.main-headline {
    font-family: var(--font-head);
    font-size: 60px;
    font-weight: 900;
    line-height: 1.1;
    color: var(--text-parchment);
    text-shadow: 0 4px 15px rgba(0,0,0,0.9);
}

.main-headline span {
    color: transparent;
    -webkit-text-stroke: 1.5px #fdd184;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 8px rgba(245, 212, 122, 0.6));
}

.main-headline strong,
.main-headline b {
    color: #ffcc66;
    text-shadow: 0 0 20px rgba(255, 204, 102, 0.5);
}

.sub-paragraph {
    font-size: 16px;
    color: #b3a69a;
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 580px;
}

.action-row {
    display: flex;
    gap: 20px;
}

.glow-trigger-btn {
    background: linear-gradient(135deg, #b83b14 0%, var(--accent-fire) 100%);
    color: #fff;
    text-decoration: none;
    padding: 16px 36px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 4px;
    box-shadow: 0 6px 20px rgba(226, 88, 34, 0.3);
    transition: all 0.3s ease;
}

.glow-trigger-btn:hover {
    box-shadow: 0 6px 30px rgba(226, 88, 34, 0.5);
    transform: translateY(-2px);
}

.ghost-trigger-btn {
    background: #5865F2; 
    border: 1px solid rgba(255, 255, 255, 0.15); 
    color: #ffffff; 
    text-decoration: none;
    padding: 16px 36px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.ghost-trigger-btn:hover {
    background: #4752C4; 
    color: #ffffff;
    box-shadow: 0 0 15px rgba(88, 101, 242, 0.4); 
	transform: translateY(-2px);
}

.matrix-counter {
    background: var(--panel-wood);
    border: 2px solid #3d291e;
    border-radius: 8px;
    padding: 35px;
    box-shadow: 0 25px 55px rgba(0,0,0,0.8);
}

.counter-header {
    font-family: var(--font-head);
    font-size: 12px;
    color: var(--text-parchment);
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 25px;
    opacity: 0.8;
}

.matrix-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.matrix-node {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(235, 220, 185, 0.03);
    padding: 25px 15px;
    border-radius: 6px;
    text-align: center;
}

.matrix-node span {
    font-family: var(--font-head);
    font-size: 38px;
    font-weight: 900;
    color: #fff;
    display: block;
    line-height: 1;
}

.matrix-node p {
    font-size: 11px;
    letter-spacing: 1px;
    color: var(--accent-gold);
    margin-top: 8px;
    font-weight: 700;
}

.interactive-showcase {
    max-width: 1300px;
    margin: 40px auto;
    padding: 0 20px;
}

.showcase-header {
    margin-bottom: 40px;
}

.section-tag {
    font-family: var(--font-head);
    font-size: 12px;
    color: var(--accent-fire);
    letter-spacing: 2px;
}

.showcase-header h2 {
    font-family: var(--font-head);
    font-size: 34px;
    color: var(--text-parchment);
    margin-top: 5px;
}

.showcase-cluster {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 40px;
}

.control-deck {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 650px; 
    overflow-y: auto; 
    padding-right: 8px;
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}

.control-deck::-webkit-scrollbar {
    width: 6px;
}

.control-deck::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.control-deck::-webkit-scrollbar-thumb {
    background: var(--accent-fire);
    border-radius: 4px;
    box-shadow: 0 0 10px var(--accent-fire);
}

.deck-trigger {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(235, 220, 185, 0.04);
    padding: 16px 20px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.7;
    flex-shrink: 0;
}

.node-icon {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: var(--accent-fire);
    transition: 0.3s;
}

.node-text h4 {
    font-family: var(--font-head);
    font-size: 13px;
    color: var(--text-parchment);
    letter-spacing: 0.5px;
}

.node-text p {
    font-size: 11px;
    color: #8c7f75;
    margin-top: 1px;
}

.deck-trigger:hover {
    background: var(--panel-wood);
    opacity: 1;
    border-color: rgba(226, 88, 34, 0.3);
    transform: translateX(4px);
}

.deck-trigger.active {
    background: linear-gradient(90deg, var(--panel-wood) 0%, rgba(0,0,0,0) 100%);
    border-left: 4px solid var(--accent-fire);
    box-shadow: inset 5px 0 15px rgba(0,0,0,0.5);
    transform: translateX(6px);
    opacity: 1;
}

.deck-trigger.active .node-text h4 {
    color: #fff;
}

.monitor-display {
    background: linear-gradient(145deg, rgba(28, 15, 10, 0.95) 0%, rgba(12, 6, 4, 0.98) 100%);
    border: 2px solid #3d2417;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    height: 650px;
}

.monitor-pane {
    display: none;
    height: 100%;
}

.monitor-pane.active {
    display: block;
    animation: paneFade 0.4s ease-in-out;
}

@keyframes paneFade {
    from { opacity: 0; }
    to { opacity: 1; }
}

.pane-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pane-graphic img {
    width: 100%;
    height: 440px; 
    object-fit: cover;
    filter: sepia(10%) contrast(105%);
    border-bottom: 2px solid #3d291e;
}

.pane-meta {
    padding: 30px;
    overflow-y: auto;
    flex-grow: 1;
}

.pane-meta h3 {
    font-family: var(--font-head);
    font-size: 24px;
	color: #ff9900;
    margin-bottom: 10px;
    text-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

.pane-meta p {
    color: #d1c5b8;
    font-size: 14.5px;
    line-height: 1.6;
}

.security-core {
    max-width: 1300px;
    margin: 60px auto;
    padding: 0 20px;
}

.core-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.core-card {
    background: rgba(30, 17, 11, 0.4);
    border: 1px solid rgba(235, 220, 185, 0.04);
    border-radius: 6px;
    padding: 35px 25px;
    position: relative;
    transition: 0.3s;
}

.core-card:hover {
    border-color: rgba(226, 88, 34, 0.4);
    background: var(--panel-wood);
    transform: translateY(-4px);
}

.card-index {
    font-family: var(--font-head);
    font-size: 12px;
    color: var(--accent-fire);
    display: block;
    margin-bottom: 15px;
}

.core-card h4 {
    font-family: var(--font-head);
    font-size: 18px;
    color: var(--text-parchment);
    margin-bottom: 12px;
}

.core-card p {
    font-size: 13.5px;
    color: #8c7f75;
    line-height: 1.6;
}

.terminal-footer {
    text-align: center;
    padding: 35px 20px;
    background: #070403 !important; 
    border-top: 1px solid var(--panel-wood);
    font-family: var(--font-head);
    font-size: 11px;
    color: #4a3429;
    letter-spacing: 1px;
    display: block !important;
    width: 100% !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important; 
    z-index: 999 !important; 
    box-sizing: border-box !important;
}


@media (max-width: 1100px) {
    .intro-grid { 
        grid-template-columns: 1fr; 
        gap: 40px; 
    }
    
    .showcase-cluster { 
        grid-template-columns: 1fr; 
        gap: 20px;
    }
    
    .control-deck { 
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        max-height: 320px; 
        overflow-y: auto;  
        overflow-x: hidden;
        padding-right: 4px;
        gap: 10px;
    }
    
    .deck-trigger { 
        flex-shrink: 1;
    }
    
    .deck-trigger.active {
        border-left: 4px solid var(--accent-fire);
        transform: translateX(4px);
    }
    
    .monitor-display {
        height: auto; 
    }
    
    .pane-graphic img {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .nav-wrapper { 
        flex-direction: column; 
        gap: 20px; 
    }
    .action-links { 
        flex-wrap: wrap; 
        justify-content: center; 
    }
    .main-headline { 
        font-size: 36px; 
    }
    .action-row { 
        flex-direction: column; 
    }
    .glow-trigger-btn, .ghost-trigger-btn { 
        justify-content: center; 
        text-align: center; 
        width: 100%;
    }
    
    .control-deck {
        grid-template-columns: 1fr;
    }
}

.preference-section {
    max-width: 1300px;
    margin: 40px auto;
    padding: 0 20px;
}

.preference-title-zone {
    text-align: center;
    margin-bottom: 40px!important;
}

.preference-ancient-decor {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    color: var(--accent-fire);
    font-size: 20px;
    position: relative;
}

.preference-ancient-decor::before, .preference-ancient-decor::after {
    content: '';
    width: 50px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-fire));
    margin: 0 15px;
    display: inline-block;
}

.preference-ancient-decor::after {
    background: linear-gradient(90deg, var(--accent-fire), transparent);
}

.preference-matrix-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.pref-card-header {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.pref-index {
    font-family: var(--font-head);
    font-size: 15px;
    color: var(--accent-gold);
    font-weight: 900;
    opacity: 0.4;
}

.preference-armor-card {
    background-color: #0a0503;
    background-position: center center !important;
    background-size: cover !important; 
    background-repeat: no-repeat !important;
    
    border-radius: 8px;
    padding: 35px 25px;
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    
	border: 2px solid #3d2417;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.8), inset 0 0 15px rgba(0,0,0,0.5);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
    cursor: pointer;
}

.preference-armor-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16, 10, 6, 0.75) 0%, rgba(10, 5, 3, 0.85) 100%); 
    z-index: -1;
    transition: opacity 0.4s ease;
}

.pref-card-header, 
.preference-center-png, 
.preference-armor-card h4, 
.preference-armor-card p {
    position: relative;
    z-index: 2; 
}

.preference-armor-card:hover::before {
    opacity: 0.7;
}

.preference-armor-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(226, 88, 34, 0.25), inset 0 0 15px rgba(226, 88, 34, 0.1);
}

.preference-center-png {
    width: 90px;
    height: 56px;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(180deg, #1c110b 0%, #0d0604 100%);
    border: 1px solid rgba(204, 163, 102, 0.25);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6), inset 0 0 10px rgba(0, 0, 0, 0.8);
    transition: transform 0.4s ease, border-color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}

.preference-center-png .game-icon {
    font-size: 24px;
    color: #ff9900 !important; 
    filter: drop-shadow(0 0 12px rgba(255, 153, 0, 0.85)) !important; 
    transition: transform 0.3s ease, color 0.3s ease !important;
}

.preference-armor-card:hover .preference-center-png {
    background: linear-gradient(180deg, #1c110b 0%, #0d0604 100%);
    border: 1px solid rgba(204, 163, 102, 0.25);
    transform: scale(1.03);
}

.preference-armor-card:hover .preference-center-png .game-icon {
    transform: scale(1.08) rotate(3deg);
    color: #ffffff;
    filter: drop-shadow(0 0 12px rgba(255, 119, 0, 0.85));
}

.preference-armor-card h4 {
    font-family: Arial;
	letter-spacing: 1px;
    font-size: 19px;
    color: #e25822;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
	text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9), 
                 0 4px 10px rgba(0, 0, 0, 0.7),
                 0 0 15px rgba(0, 0, 0, 0.5);
}

.preference-armor-card p {
    font-size: 13.5px;
    color: #cdbcae;
    line-height: 1.6;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9), 
                 0 3px 8px rgba(0, 0, 0, 0.7),
                 0 0 10px rgba(0, 0, 0, 0.4);
}

.preference-armor-card:hover {
    transform: translateY(-6px);
    border-color: var(--accent-fire);
    box-shadow: 0 15px 40px rgba(226, 88, 34, 0.25), inset 0 0 15px rgba(226, 88, 34, 0.1);
}

.preference-armor-card:hover .preference-center-png img {
    transform: scale(1.1) rotate(3deg);
    filter: drop-shadow(0 0 12px var(--accent-fire));
}

.preference-armor-card:hover .pref-index {
    opacity: 1;
    color: var(--accent-fire);
}
.preference-center-png {
    width: 90px;
    height: 56px;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 20%;
    background: #090503;
    border: 1px solid #3d2417;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6), inset 0 0 10px rgba(0, 0, 0, 0.8);
    transition: transform 0.4s ease, border-color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}

.preference-center-png .game-icon {
    font-size: 24px; 
    color: #ff9900; 
    position: relative;
    z-index: 3; 
	filter: drop-shadow(0 0 8px rgba(245, 212, 122, 0.6));
    transition: transform 0.4s ease, color 0.4s ease, filter 0.4s ease;
}

.preference-armor-card h4 {
    font-family: Arial;
	letter-spacing: 1px;
    font-size: 18px;
    color: #dfad6c;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

.preference-armor-card p {
    font-size: 13.5px;
    color: #cdbcae;
    line-height: 1.6;
}

.preference-armor-card:hover {
    transform: translateY(-6px);
    border-color: var(--accent-fire);
    box-shadow: 0 15px 40px rgba(226, 88, 34, 0.25), inset 0 0 15px rgba(226, 88, 34, 0.1);
}

.preference-armor-card:hover .preference-center-png {
    background: linear-gradient(180deg, #26170f 0%, #110905 100%);
    border-color: rgba(255, 119, 0, 0.5); 
    transform: scale(1.03);
}

.preference-armor-card:hover .preference-center-png .game-icon {
    transform: scale(1.08) rotate(3deg);
    color: #ffffff;
    filter: drop-shadow(0 0 12px rgba(255, 119, 0, 0.85));
}

.preference-armor-card:hover .pref-index {
    opacity: 1;
    color: var(--accent-fire);
}

@media (max-width: 1100px) {
    .preference-matrix-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

@media (max-width: 768px) {
    .preference-matrix-grid { grid-template-columns: 1fr; }
    .preference-title-zone h2 { font-size: 28px; }
}

.partners-sanctuary {
    max-width: 1240px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 25px 50px;
    position: relative;
    box-sizing: border-box;
    background: linear-gradient(110deg, rgba(23, 12, 8, 0.90) 0%, rgb(22 14 11 / 90%) 50%, rgba(8, 4, 2, 0.90) 100%) !important;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(61, 36, 23);
    border-image: initial;
    border-radius: 8px;
    overflow: hidden;
    margin: 20px auto !important;
    padding: 40px 30px !important;
}

.floating-brand-icon {
    position: absolute;
    font-size: 42px;
    opacity: 0.07;
    z-index: 1;
    pointer-events: none;
}
.twitch-blur    { left: 8%; top: 18%; color: #9146ff; }
.kick-blur      { right: 7%; top: 25%; color: #53fc18; }
.youtube-blur   { left: 12%; bottom: 22%; color: #ff0000; }
.tiktok-blur    { right: 10%; bottom: 18%; color: #ff0050; }
.instagram-blur { left: 75%; top: 35%; color: #e1306c; }

.luxury-announcement-box {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto 45px;
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.luxury-announcement-item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(90deg, #2a1f17, #3a2a20);
    border: 1px solid #5c4033;
    border-radius: 10px;
    padding: 15px 26px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.65);
}

.luxury-announcement-text {
	color:#cdbcae;
	font-size: 15.5px!important;
    line-height: 1.5;
}



.partners-matrix-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.partner-crest-card {
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid #2e201a;
    border-radius: 8px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.4s ease;
    z-index: 6;
	min-height: 100%;
    box-sizing: border-box;
}

.partner-avatar-square {
    width: 120px;
    height: 120px;
    background: #080403;
    border: 1px solid #2e201a;
    border-radius: 8px;
    overflow: hidden;
}

.partner-avatar-square img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.luxury-grid-card {
    position: relative;
    background: #110905;
    border: 1px solid rgba(189, 173, 142, 0.15);
    border-radius: 12px;
    padding: 20px;
    box-sizing: border-box;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    overflow: hidden;
    text-align: center;
}
.luxury-grid-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}


.partner-parchment-name {
    width: 100%;
    margin-top: 15px;
    padding: 12px 5px;
    text-align: center;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(90deg, 
        #a8997a 0%, 
        #bdad8e 25%, 
        #d6c7ab 50%, 
        #bdad8e 75%, 
        #a8997a 100%
    );
    border: 1px solid rgba(189, 173, 142, 0.8); 
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2), 
                0 4px 15px rgba(0, 0, 0, 0.35);
}

.partner-parchment-name::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    animation: premiumParchmentFlare 2.8s infinite ease-in-out;
}
@keyframes premiumParchmentFlare {
    0% { left: -150%; }
    40%, 100% { left: 150%; } 
}


.partner-parchment-name span {
    font-size: 13px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    z-index: 2;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.4);
}

.partner-social-wrap {
    display: flex;
    gap: 6px;
    margin-top: 10px;
    justify-content: center;
    width: 100%;
}
.partner-social-btn {
    flex: 1;
    background: rgba(23, 13, 7, 0.6);
    border: 1px solid rgba(189, 173, 142, 0.15);
    color: rgba(189, 173, 142, 0.7);
    padding: 8px 0;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner-social-btn:hover {
    background: rgba(189, 173, 142, 0.15);
    border-color: rgba(189, 173, 142, 0.5);
    color: #fff;
    box-shadow: inset 0 0 8px rgba(189, 173, 142, 0.1);
}


.partner-parchment-name span {
    font-size: 14px;
    font-weight: 700;
    color:#000;
}

.partner-platforms {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-top: 16px;
    box-sizing: border-box;
}

.platform-icon {
    flex: 1; 
    height: 34px;
    border-radius: 4px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c8b89f; 
    font-size: 15px;
    text-decoration: none !important;
    
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4), inset 0 0 8px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.2), 
                border-color 0.3s ease, 
                background 0.3s ease, 
                box-shadow 0.3s ease, 
                color 0.3s ease;
}


.platform-icon.youtube { 
    background: linear-gradient(180deg, rgba(61, 26, 26, 0.75) 0%, rgba(13, 6, 6, 0.9) 100%);
    border: 1px solid rgba(90, 44, 44, 0.6); 
}

.platform-icon.twitch { 
    background: linear-gradient(180deg, rgba(43, 31, 61, 0.75) 0%, rgba(8, 5, 13, 0.9) 100%);
    border: 1px solid rgba(66, 50, 92, 0.6); 
}

.platform-icon.kick { 
    background: linear-gradient(180deg, rgba(28, 51, 18, 0.7) 0%, rgba(5, 10, 3, 0.9) 100%);
    border: 1px solid rgba(45, 77, 32, 0.55); 
}

.platform-icon.tiktok { 
    background: linear-gradient(180deg, rgba(34, 34, 34, 0.7) 0%, rgba(8, 8, 8, 0.9) 100%);
    border: 1px solid rgba(51, 51, 51, 0.55); 
}

.platform-icon.instagram { 
    background: linear-gradient(180deg, rgba(58, 28, 41, 0.75) 0%, rgba(13, 6, 9, 0.9) 100%);
    border: 1px solid rgba(92, 48, 68, 0.6); 
}

.platform-icon:hover {
    transform: translateY(-3px) scale(1.05);
    text-decoration: none !important;
}

.platform-icon.youtube:hover { 
    color: #ff0000 !important; 
    background: linear-gradient(180deg, rgba(255, 0, 0, 0.3) 0%, rgba(40, 5, 5, 0.95) 100%);
    border-color: rgba(255, 0, 0, 0.7);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6), 0 0 14px rgba(255, 0, 0, 0.4);
}

.platform-icon.twitch:hover { 
    color: #9146ff !important; 
    background: linear-gradient(180deg, rgba(145, 70, 255, 0.3) 0%, rgba(20, 5, 35, 0.95) 100%);
    border-color: rgba(145, 70, 255, 0.7);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6), 0 0 14px rgba(145, 70, 255, 0.4);
}

.platform-icon.kick:hover { 
    color: #53fc18 !important; 
    background: linear-gradient(180deg, rgba(83, 252, 24, 0.22) 0%, rgba(10, 30, 10, 0.95) 100%);
    border-color: rgba(83, 252, 24, 0.7);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6), 0 0 14px rgba(83, 252, 24, 0.45);
}

.platform-icon.tiktok:hover { 
    color: #ffffff !important; 
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(30, 30, 30, 0.95) 100%);
    border-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6), 0 0 12px rgba(255, 255, 255, 0.3);
}

.platform-icon.instagram:hover { 
    color: #e1306c !important; 
    background: linear-gradient(180deg, rgba(225, 48, 108, 0.3) 0%, rgba(35, 5, 20, 0.95) 100%);
    border-color: rgba(225, 48, 108, 0.7);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6), 0 0 14px rgba(225, 48, 108, 0.4);
}


@media (max-width: 1100px) {
    .partners-matrix-grid {
        grid-template-columns: repeat(2, 1fr); 
        gap: 22px;
    }
}

@media (max-width: 768px) {
    .partners-sanctuary {
        padding: 30px 20px !important;
    }
    .partners-matrix-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .partner-avatar-square {
        width: 105px;
        height: 105px;
    }
    .partner-crest-card {
        padding: 18px 12px;
    }
}

@media (max-width: 480px) {
    .partners-matrix-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.hero-right-panel {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-content {
    width: 100%;
    max-width: 460px;
    height: 420px;
    background: var(--panel-wood);
    border: 3px solid #3d291e;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.9);
}

.panel-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.panel-content::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, 
        rgba(14,9,6,0.3) 0%, 
        rgba(14,9,6,0.6) 50%, 
        rgba(14,9,6,0.9) 100%);
    z-index: 2;
}

.panel-overlay {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 3;
    color: white;
}

.panel-overlay h3 {
    font-family: var(--font-head);
    font-size: 32px;
    text-shadow: 0 4px 15px rgba(0,0,0,0.9);
}

.display-viewport {
    background: #0f0705 !important;
    border: 1px solid #2d1810 !important;
    border-radius: 4px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding: 40px !important;
}

.display-viewport h3 {
    font-family: var(--font-head) !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 15px !important;
}

.display-viewport p {
    font-family: var(--font-body) !important;
    font-size: 15px !important;
    color: #a39389 !important;
    line-height: 1.7 !important;
    max-width: 550px !important;
    margin: 0 auto !important;
}

.control-deck {
	display: flex;
    flex-direction: column;
    gap: px;
    max-height: 650px;
    overflow-y: auto;
    background: #0f0705 !important;
    border: 1px solid #2d1810 !important;
    border-radius: 4px !important;
    padding: 15px !important;
}

.glow-divider-with-h {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 200px; 
    margin: 20px auto;
    color: #e25822;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
}

.glow-divider-with-h::before,
.glow-divider-with-h::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, rgba(226, 88, 34, 0), rgba(226, 88, 34, 0.8));
    margin: 0 15px; 
}

.glow-divider-with-h::after {
    background: linear-gradient(to left, rgba(226, 88, 34, 0), rgba(226, 88, 34, 0.8));
}

.hero-slider {
    width: 100%;
    max-width: 680px;                   
    height: 380px;                       
    margin: 0 auto;                      
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.85);
    border: 3px solid #3d291e;           
}

.hero-slider-wrap {
    pointer-events: auto !important;
}

.slides-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;                /
    transition: opacity 0.8s ease, visibility 0.8s ease;
    z-index: 1;
}

.slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(14,9,6,0.25) 0%, rgba(14,9,6,0.65) 60%, rgba(14,9,6,0.92) 100%);
    z-index: 3;
}

.slide-content {
    position: absolute;
    bottom: 65px;                      
    left: 0;
    width: 100%;
    padding: 0 65px;                     
    box-sizing: border-box;
    z-index: 4;                          
    text-align: center;                  
    pointer-events: none;
    transition: transform 0.6s ease, opacity 0.6s ease;
    transform: translateY(15px);
    opacity: 0;
}

.slide.active .slide-content {
    transform: translateY(0);
    opacity: 1;
}

.slide-content h3 {
    color: #dfad6c;                   
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
}

.slide-content p {
    color: #cdbcae;                     
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
}

.slider-arrow {
    position: absolute !important;
    z-index: 9999 !important;
    pointer-events: auto !important;
}

.slider-prev, .slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.65);
    color: white;
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
}

.slider-prev { left: 20px; }
.slider-next { right: 20px; }

.slider-prev:hover, .slider-next:hover {
    background: var(--accent-fire);
    transform: translateY(-50%) scale(1.08);
}

.slider-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.slider-dot {
    width: 13px;
    height: 13px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}

.slider-dot.active {
    background: var(--accent-fire);
    box-shadow: 0 0 8px var(--accent-fire);
    transform: scale(1.3);
}

@media (max-width: 1920px) {
    .hero-slider {
        max-width: 540px;
        height: 320px;
    }
    .slider-prev, .slider-next {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

@media (max-width: 1440px) {
    .hero-slider {
        max-width: 460px;
        height: 280px;
    }
    .slider-dots {
        bottom: 15px;
    }
    .slide-content {
        bottom: 45px;
        padding: 0 50px;
    }
    .slide-content h3 {
        font-size: 18px;
    }
    .slide-content p {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .hero-slider {
        max-width: 100%;
        height: 260px;
    }
    .slide-content {
        bottom: 40px;
        padding: 0 40px;
    }
    .slide-content h3 {
        font-size: 16px;
    }
    .slide-content p {
        font-size: 11px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

.preference-center-png {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    margin-bottom: 15px;
}

.game-icon {
    font-size: 48px;
    background: linear-gradient(135deg, #f18834 0%, #f18834 50%, #f18834 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 12px rgba(245, 166, 35, 0.6));
    transition: transform 0.3s ease, filter 0.3s ease;
}

.preference-armor-card:hover .game-icon {
    transform: scale(1.1);
    filter: drop-shadow(0 0 20px rgba(245, 166, 35, 0.9));
}

.char-section-wrapper {
    width: 100%;
    max-width: 1240px; 
    margin: 40px auto;
    padding: 0;
    box-sizing: border-box;
}

.character-showcase-section {
    max-width: 1300px;
    margin: 40px auto;
    padding: 50px 40px;
    background: linear-gradient(110deg, rgba(23, 12, 8, 0.90) 0%, rgb(22 14 11 / 90%) 50%, rgba(8, 4, 2, 0.90) 100%) !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;


    border: 2px solid #3d2417;
    border-radius: 8px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.tabs-section, 
.features-section,
.premium-features-section { 
    max-width: 1300px;
    margin: 20px auto !important; 
    padding: 40px 30px !important; 
    background: linear-gradient(110deg, rgba(23, 12, 8, 0.90) 0%, rgb(22 14 11 / 90%) 50%, rgba(8, 4, 2, 0.90) 100%) !important;
    border: 2px solid #3d2417;
    border-radius: 8px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.preference-title-zone {
    text-align: center;
    margin-top: 25px !important;    
    margin-bottom: 25px !important; 
	scroll-margin-top: 100px !important; 
    position: relative;
    width: 100%;
}

.preference-tag {
    font-family: var(--font-head);
    color: #f5d47a;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 7px;
    margin-bottom: 10px;
    display: block;
}

.preference-title-zone h2 {
    font-family: var(--font-head);
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
	color: #ebdcb9;
    letter-spacing: 1.5px;
    display: inline-block;
    padding: 18px 50px;
    margin: 0 !important;
    position: relative;
    background: linear-gradient(to right, rgba(13, 11, 6, 0.01), rgba(13, 11, 6, 0.85) 50%, rgba(13, 11, 6, 0.01));
}

.preference-title-zone h2::before,
.preference-title-zone h2::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent 0%, rgba(141, 123, 73, 0.4) 30%, rgba(141, 123, 73, 0.6) 50%, rgba(141, 123, 73, 0.4) 70%, transparent 100%);
}

.preference-title-zone h2::before {
    top: 0;
}

.preference-title-zone h2::after {
    bottom: 0;
}

.partners-ancient-decor {
    margin-top: 10px !important; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.partners-ancient-decor::before, .partners-ancient-decor::after {
    content: "";
    width: 80px;
    height: 1px;
    background: linear-gradient(to var(--dir, right), transparent 0%, #6e5f36 100%);
    margin: 0 15px;
}
.partners-ancient-decor::before { --dir: right; }
.partners-ancient-decor::after { --dir: left; }

.center-h-logo {
    color: #ebdcb9;
    font-size: 12px;
    font-weight: 600;
    width: 24px;
    height: 24px;
    
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    
    background: #cf7329; 
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    
    padding: 1px; 
    box-sizing: border-box;
}

.center-h-logo span {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    height: 100% !important;
    background: #0d0b06; 
    
    transform: none !important; 
    clip-path: polygon(50% 1%, 99% 50%, 50% 99%, 1% 50%);
    
    line-height: 1 !important;
    padding-bottom: 1px !important; 
    margin: 0 !important;
}

@media (max-width: 768px) {
    .preference-tag {
        font-size: 10px;
        letter-spacing: 6px;
    }
    .preference-title-zone h2 {
        font-size: 24px;
        padding: 12px 25px;
        letter-spacing: 2px;
    }
    .partners-ancient-decor::before, .partners-ancient-decor::after {
        width: 55px;
        margin: 0 12px;
    }
    .center-h-logo {
        width: 22px;
        height: 22px;
        font-size: 10px;
    }
}

.character-showcase-section {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.char-showcase-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 30px !important; 
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.char-podium-display {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 25px !important; 
    width: 100% !important;
    max-width: 1300px !important;
    margin: 0 auto !important;
}

.podium-platform {
    display: flex !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.char-model {
    position: relative !important;
    flex: 1 !important;
    min-width: 0 !important;     
    max-width: 285px !important;
    height: auto !important;      
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important; 
    align-items: center !important;
    cursor: pointer !important;
    overflow: hidden !important; 
    background: #140f0c !important;
    border: 2px solid #2d1f17 !important;
    border-radius: 6px !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.9) !important;
    padding-bottom: 48px !important; 
    box-sizing: border-box !important;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.char-model:hover {
    border-color: #3f2c20 !important;
    transform: translateY(-4px) !important;
}

.char-model img {
    width: 100% !important;       
    height: auto !important;      
    object-fit: fill !important;  
    position: relative !important;
    z-index: 2 !important;
	border: 1px solid #000 !important;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.char-model:hover img {
    transform: scale(1.03) !important;
}

.char-model::after {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding: 16px 0 14px 0 !important;
    background: #090605 !important;  
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 3px !important; 
    text-transform: uppercase !important;
    text-align: center !important;
    color: rgb(185, 169, 155);
    z-index: 5 !important;
    border-top: 1px solid #1f150e !important;
    transition: color 0.3s ease !important;
}

.char-model:hover::after {
    color: #ffffff !important;
}

.char-model::before {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 2px !important; 
    z-index: 6 !important;
    transition: height 0.3s ease, box-shadow 0.3s ease !important;
}

.char-model:hover::before {
    height: 4px !important; 
}

.char-model:nth-child(1)::after { content: "SURA" !important; }
.char-model:nth-child(1)::before { background: #8e49db !important; box-shadow: 0 -2px 8px rgba(142, 73, 219, 0.4) !important; }
.char-model:nth-child(1):hover::before { box-shadow: 0 -4px 15px #8e49db, 0 0 25px #8e49db !important; }

.char-model:nth-child(2)::after { content: "SAVA\015E\00C7I" !important; }
.char-model:nth-child(2)::before { background: #db4141 !important; box-shadow: 0 -2px 8px rgba(219, 65, 65, 0.4) !important; }
.char-model:nth-child(2):hover::before { box-shadow: 0 -4px 15px #db4141, 0 0 25px #db4141 !important; }

.char-model:nth-child(3)::after { content: "N\0130NJA" !important; }
.char-model:nth-child(3)::before { background: #38b854 !important; box-shadow: 0 -2px 8px rgba(56, 184, 84, 0.4) !important; }
.char-model:nth-child(3):hover::before { box-shadow: 0 -4px 15px #38b854, 0 0 25px #38b854 !important; }

.char-model:nth-child(4)::after { content: "\015E AMAN" !important; }
.char-model:nth-child(4)::before { background: #3094db !important; box-shadow: 0 -2px 8px rgba(48, 148, 219, 0.4) !important; }
.char-model:nth-child(4):hover::before { box-shadow: 0 -4px 15px #3094db, 0 0 25px #3094db !important; }

.char-bottom-info-row {
    display: flex !important;
    flex-direction: row !important; 
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
    width: 100% !important;
    margin-top: 10px !important;
}

.char-info-row {
    display: flex !important;
    align-items: center !important; 
    gap: 24px !important;
    width: 100% !important;
    max-width: 580px !important;    
    flex: 1;                        
    background: linear-gradient(90deg, #2c2118, #3f2c20) !important;
    border: 1px solid #5c4033 !important;
    padding: 22px 32px !important;  
    border-radius: 6px !important;
    min-height: 78px;               
}

.char-info-row:hover {
    border-color: #e25822!important;
    box-shadow: 0 12px 35px rgba(226, 88, 34, 0.25),
                inset 0 0 20px rgba(226, 88, 34, 0.15);
    transform: translateY(-2px);              
}
 
.char-info-row > div:first-child,
.char-info-row > span:first-child,
.char-info-row > .luxury-badge-pulse,
.char-info-row > .char-amber-icon {
    background: radial-gradient(circle at center, #1c110b 0%, #0d0402 100%) !important;
    color: #cca366 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0;
    border-radius: 6px !important;
    border: 1px solid rgba(204, 163, 102, 0.35) !important;
}
 
.char-info-text p { color: #cdbcae !important; font-size: 15.5px !important; margin: 0 !important; line-height: 1.6 !important; }
.highlight-pvp { color: #ab3636 !important; font-weight: 700 !important; }

@media (max-width: 768px) {
    .char-showcase-container { padding: 10px !important; }
    .podium-platform {
        flex-direction: row !important;
        flex-wrap: nowrap !important; 
        gap: 6px !important;
    }
    .char-model {
        flex: 1 !important;
        min-width: 0 !important; 
        padding-bottom: 38px !important;
    }
    .char-model::after {
        font-size: 10px !important;
        letter-spacing: 1.5px !important;
        padding: 10px 0 !important;
    }
    .char-bottom-info-row {
        flex-direction: column !important;
        gap: 10px !important;
    }
    .char-info-row { width: 100% !important; padding: 15px 20px !important; }
}



.premium-features-wrapper {
    width: 100%;
    max-width: 1240px; 
    margin: 40px auto;
    padding: 0;
    box-sizing: border-box;
}

.premium-features-section {
	max-width: 1300px;
    margin: 20px auto !important;
    padding: 40px 30px !important;
    background: linear-gradient(110deg, rgba(23, 12, 8, 0.90) 0%, rgb(22 14 11 / 90%) 50%, rgba(8, 4, 2, 0.90) 100%) !important;
    border: 2px solid #3d2417;
    border-radius: 8px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.luxury-announcement-box {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 40px;
    width: 100%;
    align-items: center;
}

.luxury-announcement-wrapper {
    max-width: 1280px;
    margin: 25px auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.luxury-announcement-item {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
    background: linear-gradient(90deg, #2c2118, #3f2c20);
    border: 1px solid #5c4033;
    border-radius: 8px;
    padding: 18px 32px;
    transition: all 0.3s ease;
}

.luxury-announcement-item:hover {
    border-color: #e25822;
    box-shadow: 0 12px 35px rgba(226, 88, 34, 0.25),
                inset 0 0 20px rgba(226, 88, 34, 0.15);
    transform: translateY(-2px);
}

.luxury-announcement-item {
    display: flex;
    align-items: center;
    gap: 20px; 
    background: linear-gradient(90deg, #2a1f17, #3a2a20);
    border: 1px solid #5c4033;
    border-radius: 10px;
    padding: 15px 26px 15px 16px; 
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    box-sizing: border-box;
    width: 100%;
}

.luxury-badge-pulse {
    background: radial-gradient(circle at center, #1c110b 0%, #0d0402 100%);
    color: #8c7b65!important;
    font-family: monospace;
    font-size: 13px;
    font-weight: 700;
    
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 2px; 
    
    border-radius: 6px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid rgba(204, 163, 102, 0.35);
    
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.8),
                0 0 8px rgba(255, 213, 154, 0.12), 
                inset 0 0 10px rgba(0, 0, 0, 0.95);
                
    text-shadow: 0 0 6px rgba(204, 163, 102, 0.5), 0 2px 4px rgba(0,0,0,0.9);
    animation: badgePulseGlow 3.5s ease-in-out infinite;
}

.luxury-badge-pulse::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(204, 163, 102, 0.25), transparent);
    pointer-events: none;
}

@keyframes badgePulseGlow {
    0%, 100% {
        border-color: rgba(204, 163, 102, 0.35);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.8), 0 0 8px rgba(255, 213, 154, 0.12), inset 0 0 10px rgba(0, 0, 0, 0.95);
        color: #cca366;
    }
    50% {
        border-color: rgba(204, 163, 102, 0.6); 
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.8), 0 0 14px rgba(255, 213, 154, 0.3), inset 0 0 6px rgba(204, 163, 102, 0.1);
        color: #ffd59a; 
    }
}

@media (max-width: 768px) {
    .luxury-announcement-item {
        padding: 15px 20px !important; 
    }

    .luxury-badge-pulse {
        display: none !important;
    }
}

.luxury-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 28px;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.luxury-grid-card {
    background: linear-gradient(180deg, #1f140e 0%, #110905 100%);
    border: 1px solid rgba(204, 163, 102, 0.35); 
    padding: 24px 22px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
    cursor: pointer;
}

.luxury-grid-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(204, 163, 102, 0.6), transparent);
    transition: background 0.4s ease;
}

.card-glow-layer {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(204, 163, 102, 0.15) 0%, transparent 65%);
    opacity: 1;
    transition: opacity 0.4s ease, background 0.4s ease;
    z-index: 1;
    pointer-events: none;
}

.luxury-grid-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
    transform: skewX(-25deg);
    pointer-events: none;
    z-index: 3;
    animation: luxuryContinuousFlare 3.2s infinite ease-in-out;
}

@keyframes luxuryContinuousFlare {
    0% { left: -150%; }
    35%, 100% { left: 150%; }
}

.card-title-text {
    color: #b9a99b;
    font-size: 14px;
    font-weight: 600;
	display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.55);
    transition: color 0.4s ease, letter-spacing 0.4s ease, text-shadow 0.4s ease;
    z-index: 2;
	gap: 10px;  
}

.card-title-text i {
	color: #81756b!important;
    font-size: 20px;                   
    color: inherit;                  
	opacity: 0.35; 
    transition: transform 0.4s ease, filter 0.4s ease;
}

.luxury-grid-card:hover {
    transform: translateY(-5px) scale(1.02);
    background: linear-gradient(180deg, #26170f 0%, #170d07 100%);
    border-color: rgba(255, 119, 0, 0.6); 
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.85), 0 0 25px rgba(255, 90, 0, 0.25), inset 0 0 15px rgba(255, 119, 0, 0.1);
}
*/
.luxury-grid-card:hover::before {
    background: linear-gradient(90deg, transparent, #ff9900, transparent);
}

.luxury-grid-card:hover .card-glow-layer {
    background: radial-gradient(circle at center, rgba(255, 90, 0, 0.25) 0%, transparent 65%);
}

.luxury-grid-card:hover .card-title-text {
    color: #ffffff;
    letter-spacing: 1.5px;
    text-shadow: 0 0 12px rgba(255, 119, 0, 0.7), 0 2px 4px rgba(0,0,0,0.9);
}

@media (max-width: 1024px) {
    .luxury-grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px 22px;
    }
}

@media (max-width: 768px) {
    .premium-features-section {
        padding: 45px 25px;
    }
    .luxury-announcement-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 18px;
    }
    .luxury-grid-container {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* Google Font entegrasyonu */
@import url('https://googleapis.com');


.parchment-menu {
    position: fixed; 
    right: 100px; 
    width: 235px; 
    z-index: 950;
    
    top: calc(100vh - 740px); 
    
    transform-origin: top center; 
}

@media (max-height: 850px) {
    .parchment-menu {
        top: 380px !important; 
    }
}

.parchment-scroll {
    width: 100%;
    height: 38px; 
    background: url('../sistemler/p_open.webp') no-repeat center top !important;
    background-size: 235px 610px !important;
    overflow: hidden; 
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.95)); 
    opacity: 1 !important;
    transition: height 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), 
                opacity 0.35s ease;
    padding: 50px 20px 45px 20px; 
    box-sizing: border-box;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.parchment-scroll.ready {
    opacity: 1;
}

.parchment-scroll.open {
    height: 610px; 
}

.parchment-content-wrapper {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    display: flex;
    flex-direction: column;
    flex: 1; 
    height: 100%;
    overflow: hidden;
    z-index: 2; 
}

.parchment-scroll.show-text .parchment-content-wrapper {
    opacity: 1;
    transform: translateY(0);
}

.menu-content {
    flex: 1; 
    overflow-y: auto !important; 
    padding-right: 3px;
}

.menu-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-content ul li {
    position: relative;
}
.menu-content ul li:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 6%;
    width: 88%;
    height: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); 
    box-shadow: 0 -1px 0 rgba(79, 61, 50, 0.15); 
    pointer-events: none;
}

.menu-link {
    display: block;
    padding: 5.5px 6px; 
    color: #4f3d32; 
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px; 
    font-weight: 500;
    letter-spacing: 0.1px;
    position: relative;
    border-radius: 4px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
    transition: all 0.25s ease-in-out;
    border: 1px solid transparent;
}

.menu-icon {
    margin-right: 6px; 
    width: 14px;       
    text-align: center;
    color: #5c4538;    
    font-size: 12px;
    transition: color 0.2s ease;
}

.menu-link:hover .menu-icon, 
.menu-link.active .menu-icon {
    color: #dfad6c !important; 
}

.menu-link::before {
    display: none !important;
}

.menu-link:hover, .menu-link.active {
    background: linear-gradient(to right, #1a0f08 0%, #26170d 45%, rgba(38, 23, 13, 0.6) 75%, transparent 100%) !important;
    
    color: #dfad6c !important; 

    border-left: 1px solid #946d38;
    border-top: 1px solid rgba(148, 109, 56, 0.4);
    border-bottom: 1px solid rgba(148, 109, 56, 0.4);
    border-right: 1px solid transparent;
    
    font-weight: 600;
    padding-left: 12px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

.menu-content::-webkit-scrollbar {
    width: 3px; 
}
.menu-content::-webkit-scrollbar-track {
    background: rgba(79, 61, 50, 0.15); 
    border-radius: 10px;
}
.menu-content::-webkit-scrollbar-thumb {
    background: #946d38; 
    border-radius: 10px;
}
.menu-content::-webkit-scrollbar-thumb:hover {
    background: #735123; 
}

@media (max-width: 1250px) {
    .parchment-menu {
        display: none !important;
    }
}

.menu-icon {
    margin-right: 8px; 
    width: 16px;      
    text-align: center;
    color: #5c4538;   
    font-size: 13px;
    transition: color 0.2s ease;
}

.menu-link:hover .menu-icon, 
.menu-link.active .menu-icon {
    color: #dfad6c !important; 
}

@media (max-width: 1250px) {
    .parchment-menu {
        display: none !important;
    }
}

.intro-section {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}

.intro-box {
    max-width: 1240px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 25px 50px;
    background: linear-gradient(110deg, rgba(23, 12, 8, 0.90) 0%, rgb(22 14 11 / 90%) 50%, rgba(8, 4, 2, 0.90) 100%) !important;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(61, 36, 23);
    position: relative;
    box-sizing: border-box; 
    border-radius: 6px; 
    overflow: visible; 
    margin: 25px auto !important;
    padding: 45px 45px 45px 360px !important; 
    min-height: 420px;
    display: flex;
    align-items: center;
}

.intro-character {
    position: absolute;
    left: 10px;          
    bottom: -35px;       
    top: -45px;          
    width: 330px;        
    z-index: 12;         
    pointer-events: none;
    display: block !important; 
}

.character-bg-spin {
    position: absolute !important;
    left: 50% !important;        
    top: 48% !important;         
    width: 340px !important;   
    height: 340px !important;    
    object-fit: contain !important;
    z-index: 1 !important;       
    mix-blend-mode: screen; 
    opacity: 0.85;
    animation: perfectSpinAmblem 14s linear infinite !important;
    transform-origin: center center !important;
}

.main-character-img { 
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important; 
    height: auto !important; 
    display: block !important; 
    z-index: 5 !important;      
    filter: drop-shadow(0 15px 25px rgba(0,0,0,0.9)); 
    animation: floatCharacter 4s ease-in-out infinite; 
}

.intro-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px; 
    position: relative;
    z-index: 5;
    border-left: 2px solid rgba(163, 114, 71, 0.35);
    padding-left: 25px;
    margin-left: 10px;
}

.intro-body p {
    margin: 0;
    font-size: 15.5px;
    line-height: 1.7;
    color: #cdbcae; 
    text-shadow: 1px 1px 2px #000;
    position: relative;
}

.intro-body p::before {
    content: "";
    position: absolute;
    left: -29px;
    top: 9px;
    width: 6px;
    height: 6px;
    background: #dfad6c;
    border-radius: 50%;
    box-shadow: 0 0 8px #dfad6c, 0 0 2px #000;
}

.intro-body p strong {
    color: #dfad6c; 
    font-weight: 600;
    transition: all 0.3s ease;
}

.intro-box:hover .intro-body p strong {
    color: #ffca85; 
    text-shadow: 0 0 10px rgba(223, 173, 108, 0.5);
}

.intro-p-team { border-top: none !important; padding-top: 0 !important; margin-top: 0 !important; }

@keyframes perfectSpinAmblem {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes floatCharacter { 
    0% { transform: translateY(0px); } 
    50% { transform: translateY(-10px); } 
    100% { transform: translateY(0px); } 
}

@media (max-width: 992px) {
    .intro-box { 
        padding: 20px 15px !important; 
        flex-direction: column; 
        overflow: hidden; 
        margin: 20px auto !important; 
    }
    
    .intro-character { 
        display: none !important; 
    }
    
    .intro-body { 
        border-left: none !important; 
        padding-left: 0 !important; 
        margin-left: 0 !important; 
        display: flex !important;
        flex-direction: column !important;
        gap: 15px; 
        width: 100%;
    }
    
    .intro-body p, 
    .intro-body .intro-p-gold, 
    .intro-body .intro-p-team { 
        display: block !important; 
        background: linear-gradient(90deg, #2a1f17, #3a2a20) !important; 
        border: 1px solid #5c4033 !important; 
        border-radius: 10px !important; 
        padding: 16px 20px !important; 
        box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important; 
        box-sizing: border-box !important;
        width: 100% !important;
        font-size: 15.5px !important; 
        line-height: 1.25 !important;    
        text-align: center !important;         
        word-break: normal !important;         
        letter-spacing: 0.2px !important;      
        padding-left: 20px !important; 
        margin-left: 0 !important;
    }
    
    .intro-body p::before,
    .intro-body .intro-p-team::before,
    .intro-body .intro-p-gold::before { 
        display: none !important; 
    }
}


.rpg-canvas-media {
    position: relative; 
    width: 100%; 
    max-width: 600px; 
    aspect-ratio: 600 / 520; 
    margin: 0 auto; 
    z-index: 2;
    background: transparent !important;
    perspective: 1000px;
}

.canvas-fluid-img {
    display: block;
    width: 100%; 
    height: 100%;
	margin-top:-5px;
    transform: rotateY(-10deg) rotateX(5deg);
    box-shadow: -20px 20px 50px rgba(0,0,0,0.6);
    transition: all 0.5s ease;
    border-radius: 20px 80px 20px 80px !important;
    border: 4px solid transparent; 
    background-image: 
        linear-gradient(rgba(0,0,0,1), rgba(0,0,0,1)), 
        conic-gradient(from var(--border-angle), #150c08, #1b100a, #e25822, #1b100a, #150c08);
    background-origin: border-box;
    background-clip: padding-box, border-box;

    animation: borderRotate 2s linear infinite;
}

@property --border-angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}

@keyframes borderRotate {
    100% {
        --border-angle: 360deg;
    }
}

.rpg-canvas-media:hover .canvas-fluid-img {
    transform: rotateY(0deg) rotateX(0deg) scale(1.01);
}

.canvas-internal-title-plate {
    position: absolute; 
    bottom: -10px; 
    right: -15px; 
    width: 65%; 
    padding: 18px 25px;
    background: linear-gradient(135deg, #ce4c1a 0%, #e25822 100%) !important;
    border-radius: 15px 15px 15px 15px; 
    
    border-left: 10px solid #f59e0b !important;
    box-shadow: 
        -10px 15px 25px rgba(0, 0, 0, 0.65),
        0 0 20px rgba(226, 88, 34, 0.3); 
        
    transform: skew(-10deg); 
    z-index: 10;
    transition: all 0.4s ease;
}

.canvas-internal-title-plate h4 {
    color: #ffffff !important; 
    font-weight: 900; 
    letter-spacing: 2px; 
    font-size: 1.12rem;
    transform: skew(10deg); 
    margin: 0; 
    text-transform: uppercase; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

@media (max-width: 992px) {
    .canvas-fluid-img {
        transform: rotateY(-6deg) rotateX(3deg); 
        border-radius: 20px 80px 20px 80px !important; 
    }

    .canvas-internal-title-plate {
        width: 65%; 
        bottom: -15px; 
        right: -15px; 
        left: auto;
        padding: 18px 25px;
        border-radius: 15px 15px 15px 15px; 
        border-left: 10px solid #f59e0b !important;
        transform: skew(-10deg); 
    }

    .canvas-internal-title-plate h4 {
        font-size: 1.12rem;
        letter-spacing: 2px;
        transform: skew(10deg); 
    }
}

@media (max-width: 480px) {
    .canvas-fluid-img {
        transform: rotateY(-4deg) rotateX(2deg); 
        border-radius: 20px 80px 20px 80px !important; 
    }

    .canvas-internal-title-plate {
        width: 65%;
        bottom: -15px; 
        right: -15px;
        left: auto;
        padding: 16px 20px;
        border-radius: 15px 15px 15px 15px; 
        
        border-left: 10px solid #f59e0b !important; 
        transform: skew(-10deg);

        box-shadow: 
            -10px 15px 25px rgba(0, 0, 0, 0.65),
            0 0 20px rgba(226, 88, 34, 0.3);
    }

    .canvas-internal-title-plate h4 {
        font-size: 1rem; 
        letter-spacing: 2px;
        transform: skew(10deg); 
        text-align: left;
    }
}

.rpg-node-tree { display: flex; flex-direction: column; position: relative; }
.rpg-node-tree::before { 
    content: ''; 
    position: absolute; 
    left: 27px; 
    top: 55px !important; 
    bottom: 55px !important; 
    width: 2px; 
    background: linear-gradient(
        to bottom, 
        #3d2417, 
        #b45309, 
        #f59e0b, 
        #3d2417
    ) !important; 
    background-size: 100% 200% !important;
    animation: lineEnergyFlow 2s linear infinite !important; 
    box-shadow: 0 0 6px rgba(245, 158, 11, 0.4);
    z-index: 1; 
}
.tree-node-row { display: flex; align-items: center; gap: 25px; padding: 12px 0; position: relative; width: 100%; }
.node-slot-wrapper { width: 56px; display: flex; justify-content: center; align-items: center; flex-shrink: 0; z-index: 2; }
.node-slot-diamond { width: 44px; height: 44px; background: #090503; border: 2px solid #5c4033; border-radius: 6px; transform: rotate(45deg); display: flex; align-items: center; justify-content: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1); }
.slot-inner-icon { color: #8c7b65; font-family: monospace; font-size: 13px; font-weight: 700; transform: rotate(-45deg); transition: color 0.25s ease; display: block; }
.node-content-bar { display: flex; flex-direction: column; justify-content: center; background: linear-gradient(90deg, #2a1f17, #3a2a20); border: 1px solid #5c4033; border-radius: 10px; padding: 24px 24px; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); box-sizing: border-box; width: 100%; z-index: 2; transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1); }
.tree-node-row:hover .node-slot-diamond { border-color: #9e5538; background: #150d08; transform: rotate(135deg); }
.tree-node-row:hover .slot-inner-icon { color: #fff; text-shadow: 0 0 5px #f59e0b; transform: rotate(-135deg); }
.tree-node-row:hover .node-content-bar {
    border-color: #e25822!important;
    box-shadow: 0 12px 35px rgba(226, 88, 34, 0.25),
                inset 0 0 20px rgba(226, 88, 34, 0.15);
    transform: translateY(-2px);    
}
.node-content-bar h5 { margin: 0 0 4px 0; color: #f18834; font-size: 18px; font-weight: 700; }
.node-content-bar p { margin: 0; color: #b9a99b; font-size: 14px; line-height: 1.45; }


@media (max-width: 992px) {
    
    .rpg-creative-mesh {
        grid-template-columns: 1fr !important;
        gap: 24px;
    }

    .rpg-node-tree::before {
        left: 21px;
        top: 65px !important;
        bottom: 65px !important;
    }

    .tree-node-row {
        gap: 16px;
        padding: 10px 0;
        flex-wrap: nowrap;
    }

    .node-slot-wrapper {
        width: 46px;
        flex-shrink: 0;
    }

    .node-slot-diamond {
        width: 38px;
        height: 38px;
    }

    .slot-inner-icon {
        font-size: 12px;
    }

    .node-content-bar {
        padding: 14px 16px;
        min-height: auto;
    }

    .node-content-bar h5 {
        font-size: 16.5px;
    }

    .node-content-bar p {
        font-size: 13.5px;
        line-height: 1.4;
    }

    .tree-node-row:hover .node-slot-diamond,
    .tree-node-row:hover .node-content-bar {
        transform: none !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
    }
}

@media (max-width: 480px) {
    
    .tree-node-row {
        gap: 14px;
    }
    
    .node-content-bar {
        padding: 12px 14px;
    }
}

@keyframes continuousShine {
    0% { left: -150% !important; }
    100% { left: 150% !important; }
}
@keyframes lineEnergyFlow {
    0% { background-position: 0% 0%; }
    100% { background-position: 0% 100%; }
}
@keyframes rpgFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

html { scroll-behavior: smooth; }
.preference-title-zone { scroll-margin-top: 100px !important; }

.fluid-starting-section {
    max-width: 1300px;
    margin: 20px auto !important;
    padding: 40px 30px !important;
    background: linear-gradient(110deg, rgba(23, 12, 8, 0.90) 0%, rgb(22 14 11 / 90%) 50%, rgba(8, 4, 2, 0.90) 100%) !important;
    border: 2px solid #3d2417;
    border-radius: 8px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.rpg-creative-mesh {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 40px;                      
    align-items: center !important;
}

.rpg-creative-mesh > .rpg-canvas-media {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
}

.rpg-creative-mesh.tekli-duzen {
    align-items: center !important; 
}

.rpg-creative-mesh.tekli-duzen > img:not(.canvas-fluid-img) {
    grid-column: 2;
    grid-row: 1;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 500px !important; 
    object-fit: contain !important; 
    display: block;
    border-radius: 8px; 
    margin: 0 auto !important; 
    backface-visibility: hidden;
    transform-origin: center center;
    animation: luxuryImagePulse 4s ease-in-out infinite;
}

.rpg-creative-mesh.tekli-duzen > img:not(.canvas-fluid-img):hover {
    transform: scale(1.02);
    transition: transform 0.3s ease;
}

@keyframes luxuryImagePulse {
    0%, 100% {
        transform: scale(1); 
    }
    50% {
        transform: scale(1.015); 
    }
}

.rpg-creative-mesh.tekli-duzen .rpg-node-tree {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: 100%;
    margin-top: 25px !important; 
    padding-top: 0 !important; 
}

.rpg-creative-mesh.tekli-duzen .rpg-node-tree::before {
    left: 27px;
    top: 45px !important;
    bottom: 45px !important;
}

.rpg-creative-mesh.coklu-duzen .rpg-node-tree {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 100%;
    height: auto !important;
    margin: 0 !important; 
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.rpg-creative-mesh.coklu-duzen .rpg-node-tree::before {
    top: 30px !important;
}

@media (max-width: 992px) {
    .rpg-creative-mesh.tekli-duzen,
    .rpg-creative-mesh.coklu-duzen {
        display: flex;
        flex-direction: column;
        gap: 0px !important; 
    }

    .rpg-creative-mesh > .rpg-canvas-media {
        grid-column: auto !important;
        grid-row: auto !important;
        align-self: auto !important;
        width: 100%;
        height: auto !important;
        margin: 0 0 25px 0 !important; 
    }

    .rpg-creative-mesh > img:not(.canvas-fluid-img) {
        grid-column: auto !important;
        grid-row: auto !important;
        align-self: auto !important;
        width: 100%;
        height: auto !important;
        max-height: none !important; 
        margin: 0 0 30px 0 !important;
    }

    .rpg-creative-mesh .rpg-node-tree {
        grid-column: auto !important;
        grid-row: auto !important;
        align-self: auto !important;
        width: 100%;
        height: auto !important;
        margin: 0 !important;
    }
}

.rpg-tab-navigation {
    display: flex; 
    justify-content: center; 
    align-items: center;
    gap: 30px !important; 
    margin-bottom: 45px; 
    border-bottom: 2px solid #2d1a11;
    padding-bottom: 20px; 
    position: relative; 
    z-index: 5; 
    width: 100% !important; 
    box-sizing: border-box;
}

.rpg-tab-btn {
    background: transparent !important; 
    border: none !important; 
    color: #5c4033 !important; 
    padding: 10px 16px !important; 
    width: auto !important; 
    max-width: 320px !important; 
    font-size: 14px;
    font-weight: 700; 
    font-family: 'Montserrat', sans-serif; 
    text-transform: uppercase;
    letter-spacing: 1.5px; 
    cursor: pointer; 
    position: relative;
    overflow: visible; 
    transition: all 0.3s ease;
    box-shadow: none !important; 
    box-sizing: border-box; 
    text-align: center;
    white-space: nowrap !important; 
}

.rpg-tab-btn::after {
    content: ''; 
    position: absolute; 
    bottom: -22px; 
    left: 50%;
    width: 0; 
    height: 3px;
    background: #f59e0b;
    box-shadow: 0 0 10px #f59e0b, 0 0 20px #e17842;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.rpg-tab-btn .tab-btn-decor {
    font-size: 0 !important; 
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
    transform: rotate(45deg); 
    transition: all 0.3s ease;
    background: #2d1a11;
    border: 1px solid #4a2f1f;
}

.rpg-tab-btn:hover, .rpg-tab-btn.active {
    color: #ebdcb9 !important; 
    transform: translateY(-1px);
}

.rpg-tab-btn:hover::after, .rpg-tab-btn.active::after { 
    left: 0; 
    width: 100%; 
}

.rpg-tab-btn:hover .tab-btn-decor, .rpg-tab-btn.active .tab-btn-decor {
    background: #f59e0b !important;
    border-color: #ffedd5 !important;
    box-shadow: 0 0 5px #f59e0b;
    transform: rotate(135deg) scale(1.1);
}

.rpg-tab-content { display: none; }
.rpg-tab-content.active { display: block !important; animation: rpgFadeIn 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards; }

@media (max-width: 992px) {
    
    .rpg-tab-navigation {
        display: flex !important;
        flex-direction: column !important; 
        align-items: center !important;
        gap: 14px !important; 
        padding-bottom: 15px !important;
        margin-bottom: 35px !important;
        border-bottom: 1px solid #2d1a11 !important;
    }
    
    .rpg-tab-btn {
        padding: 6px 10px !important;
        font-size: 13px !important; 
        letter-spacing: 1px !important;
        width: 100% !important; 
        max-width: 260px !important; 
        flex: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        white-space: nowrap !important; 
    }
    
    .rpg-tab-btn::after {
        display: none !important; 
    }
    
    .rpg-tab-btn.active, .rpg-tab-btn:hover {
        border-bottom: 2px solid #f59e0b !important;
        filter: drop-shadow(0 4px 6px rgba(245, 158, 11, 0.15)) !important;
    }

    .rpg-tab-btn:hover, .rpg-tab-btn.active {
        transform: none !important; 
    }
}

.opened-game-box {
    background: rgba(25, 20, 15, 0.95) !important;
    border: 2px solid #b38b4d !important;
    border-radius: 10px !important;
    padding: 10px 40px !important; 
    min-width: 78px !important;
    text-align: center;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5), 0 0 15px rgba(255, 255, 255, 0.8), inset 0 0 10px rgba(0, 0, 0, 0.8) !important;
    animation: pulseGlow 2s infinite ease-in-out;
    vertical-align: middle;
}

.opened-game-box span {
    color: #f5d47a !important; 
    font-size: 1.3rem !important; 
    font-weight: 800 !important;
    letter-spacing: 1px !important;
    font-family: 'Arial Black', sans-serif !important;
    white-space: nowrap !important;
    position: relative !important;
    display: inline-block !important;
    text-shadow: 0 0 8px rgba(255, 204, 0, 0.5) !important;
    overflow: hidden !important;
}

.opened-game-box span::after {

    content: "OYUNUMUZ A\00C7 ILDI!" !important; 
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: max-content !important; 
    height: 100% !important;
    color: #ffffff !important;
    font-size: 1.3rem !important;
    font-weight: 800 !important;
    letter-spacing: 1px !important;
    font-family: 'Arial Black', sans-serif !important;
    -webkit-mask-image: linear-gradient(120deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 65%, rgba(0,0,0,0) 100%) !important;
    -webkit-mask-size: 200% 100% !important;
    animation: whiteStreak 2.5s infinite linear !important;
}

@keyframes pulseGlow {
    0% { transform: scale(1); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5), 0 0 15px rgba(184, 134, 11, 0.4); }
    50% { transform: scale(1.02); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5), 0 0 25px rgba(255, 204, 0, 0.6); }
    100% { transform: scale(1); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5), 0 0 15px rgba(184, 134, 11, 0.4); }
}

@keyframes whiteStreak {
    0% {
        -webkit-mask-position: 150% 0;
    }
    100% {
        -webkit-mask-position: -50% 0;
    }
}
.rpg-canvas-media {
    position: relative !important;
}
.rpg-canvas-media {
    position: relative !important;
}

.canvas-premium-zoom-btn {
    position: absolute !important;
    top: 26px !important; 
    right: 26px !important; 
    background: rgba(25, 22, 17, 0.25) !important; 
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    border: 1px solid rgba(197, 168, 128, 0.25) !important; 
    border-radius: 25px !important; 
    color: rgba(255, 255, 255, 0.55) !important; 
    font-size: 1.15rem !important; 
    width: 36px !important; 
    height: 36px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
    z-index: 9999999 !important; 
    pointer-events: auto !important; 
}

.canvas-premium-zoom-btn:hover {
    background: rgba(255, 255, 255, 0.2) !important; 
    border-color: rgba(255, 255, 255, 0.4) !important; 
    color: #ffffff !important; 
    transform: scale(1.08) !important; 
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.4)) !important;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2) !important;
}

.luxury-popup-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(10, 8, 6, 0.75) !important; 
    backdrop-filter: blur(8px) !important; 
    -webkit-backdrop-filter: blur(8px) !important; 
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 0.3s ease-in-out !important;
    z-index: 999999999999 !important; 
}

.luxury-popup-overlay.active {
    opacity: 1 !important;
    pointer-events: auto !important;
}

.luxury-popup-wrapper {
    position: relative !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important; 
    max-width: 80% !important; 
    max-height: 80vh !important;
    display: block !important;
    transform: scale(0.85) !important;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.luxury-popup-overlay.active .luxury-popup-wrapper {
    transform: scale(1) !important;
}

.luxury-popup-img {
    width: auto !important;
    max-width: 100% !important;
    max-height: 60vh !important; 
    object-fit: contain !important;
    border: 3px solid #3d2417 !important; 
    border-radius: 8px !important; 
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.85) !important;
    display: block !important;
}

.luxury-popup-close-btn {
    position: absolute !important;
    top: -12px !important; 
    right: -12px !important; 
    background: #e64a19 !important; 
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    font-size: 1rem !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    box-shadow: 0 4px 15px rgba(230, 74, 25, 0.6) !important;
    transition: all 0.2s ease !important;
    z-index: 100000 !important;
}

.luxury-popup-close-btn:hover {
    transform: scale(1.1) rotate(90deg) !important; 
    background: #ff5722 !important;
}

@media (max-width: 768px) {
    .canvas-premium-zoom-btn {
        display: none !important;
    }
}


.rpg-creative-mesh.herakles-sys-grid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    width: 100% !important;
}

.herakles-sys-grid .herakles-sys-media {
    flex: 0 0 calc(50% - 15px) !important;
    max-width: calc(50% - 15px) !important;
    width: 50% !important;
    box-sizing: border-box !important;
}

.herakles-sys-grid .herakles-sys-list {
    flex: 0 0 calc(50% - 15px) !important;
    max-width: calc(50% - 15px) !important;
    width: 50% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    box-sizing: border-box !important;
}

.herakles-sys-list .herakles-sys-header {
    background: linear-gradient(90deg, rgba(31, 20, 15, 0.95), transparent) !important; 
    border-left: 4px solid #d4af37 !important; 
    padding: 12px 18px !important; 
    text-align: left !important;
}
.herakles-sys-header span { 
    color: #fff !important; 
    font-family: var(--font-head), 'Cinzel', serif !important; 
    font-size: 1rem !important; 
    letter-spacing: 1.5px !important; 
    text-transform: uppercase !important; 
}

.herakles-sys-list .herakles-sys-stripe {
background: linear-gradient(to right, rgb(47 34 27 / 95%) 0%, rgb(22 15 10 / 50%) 100%) !important;
    border: none !important; 
    border-left: 3px solid #8b6508 !important;
    border-radius: 0 0 0 0 !important;
    padding: 5px 22px !important; 
    display: flex !important; 
    align-items: center !important; 
    justify-content: space-between !important; 
    gap: 15px !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.4) !important;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.herakles-sys-list .herakles-sys-stripe:hover {
    border-left-color: #d4af37 !important; 
    background: linear-gradient(to right, rgb(71 55 46 / 95%) 0%, rgb(22 15 10 / 50%) 100%) !important;
    padding-left: 28px !important;
}

.herakles-sys-text-wrap {
    display: flex !important;
    align-items: center !important;
    text-align: left !important;
}
.herakles-sys-stripe .herakles-sys-title { 
    color: #e15e21 !important; font-weight: bold !important; font-size: 0.95rem !important; margin-right: 6px !important; flex-shrink: 0 !important;
}
.herakles-sys-stripe .herakles-sys-desc { 
    color: #ab988b !important; font-size: 0.92rem !important; line-height: 1.4 !important;
}

.herakles-sys-stripe .herakles-sys-icon {
    width: 42px !important; 
    height: 42px !important; 
    background: radial-gradient(circle, #24160e 0%, #0a0604 100%) !important;
    border: 2px solid #5a4537 !important; 
    border-radius: 6px !important; 
    padding: 2px !important;
    display: flex !important; 
    align-items: center !important; 
    justify-content: center !important;
    flex-shrink: 0 !important; 
    overflow: hidden !important;
    box-shadow: inset 0 0 6px #000, 0 2px 4px rgba(0,0,0,0.5) !important;
    transition: all 0.25s ease !important;
}
.herakles-sys-stripe:hover .herakles-sys-icon { 
    border-color: #e15e21 !important; 
    box-shadow: inset 0 0 6px #000, 0 0 10px rgba(212, 175, 55, 0.4) !important;
}
.herakles-sys-icon img {
    width: 100% !important; height: 100% !important; object-fit: cover !important;
}

.herakles-sys-list .herakles-sys-stripe.herakles-sys-highlight { border-left-color: #e25822 !important; }
.herakles-sys-stripe.herakles-sys-highlight .herakles-sys-title { color: #e25822 !important; }
.herakles-sys-stripe.herakles-sys-highlight .herakles-sys-icon { border-color: #e25822 !important; }
.herakles-sys-stripe.herakles-sys-highlight:hover .herakles-sys-icon { box-shadow: inset 0 0 6px #000, 0 0 10px rgba(226, 88, 34, 0.5) !important; }

.herakles-sys-grid .herakles-sys-footer-box {
    flex: 1 1 100% !important;
    width: 100% !important;
    margin-top: 15px !important;
}

@media (max-width: 992px) {
    .rpg-creative-mesh.herakles-sys-grid {
        flex-direction: column !important;
    }
    .herakles-sys-grid .herakles-sys-media,
    .herakles-sys-grid .herakles-sys-list {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .herakles-sys-list .herakles-sys-stripe:hover {
        transform: none !important;
    }
}

.herakles-bio-box-container {
    width: 100% !important;
    max-width: 1100px !important;
    margin: 0 auto !important; 
    display: flex !important;
    flex-direction: column !important;
    gap: 35px !important; 
    box-sizing: border-box !important;
}

.herakles-bio-box-container > div:first-child {
    margin-bottom: 15px !important; 
}

.bio-custom-header-strip {
    background: linear-gradient(90deg, #a8997a 0%, #bdad8e 25%, #d6c7ab 50%, #bdad8e 75%, #a8997a 100%);
    border: 1px solid rgba(189, 173, 142, 0.8);
    border-radius: 4px !important;
    padding: 12px !important;
    text-align: center !important;
    margin-bottom: 15px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5) !important;
}

.bio-custom-header-strip span {
    font-weight: 700;
    color: #000;
    font-size: 1.25rem !important;
    letter-spacing: 1px !important;
    text-shadow: 0 1px 1px rgba(255,255,255,0.2) !important;
}

.herakles-bio-table-wrapper {
    width: 100% !important;
    box-sizing: border-box !important;
}

.bio-custom-rows-stack {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    width: 100% !important;
}

.bio-custom-rows-stack .bio-row-item {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
	background: linear-gradient(to right, rgba(28, 18, 13, 0.95) 0%, rgb(61 45 33 / 50%) 100%) !important;
    border-left: 4px solid #cc8822 !important; 
    padding: 12px 20px !important;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.bio-custom-rows-stack .bio-row-item:hover {
    border-color: rgba(212, 175, 55, 0.3) !important;
    border-left-color: #ffaa22 !important;
	background: linear-gradient(to right, rgb(41 29 22 / 95%) 0%, rgb(98 79 64 / 50%) 100%) !important;
}

.bio-custom-rows-stack .bio-row-item.bio-row-highlight {
    order-left: 4px solid #f96a32 !important;
	background: linear-gradient(to right, rgba(38, 20, 14, 0.95) 0%, rgb(56 27 16 / 70%) 100%) !important;
    border-color: rgba(226, 88, 34, 0.25) !important;
}

.bio-row-item .b-col-lvl { color: #dfc09f !important; font-weight: bold !important; flex: 1 !important; text-align: left !important; }
.bio-row-item .b-col-time { color: #ba9875 !important; flex: 1 !important; text-align: center !important; }

.bio-row-item .b-col-bonus { color: #ff7711 !important; font-weight: bold !important; flex: 1.5 !important; text-align: right !important; text-shadow: 0 2px 4px rgba(0,0,0,0.9) !important; }
.bio-row-item .b-col-bonus.b-col-multi { font-size: 0.88rem !important; line-height: 1.3 !important; }
.b-col-bonus.b-col-multi span { color: #e25822 !important; }

.bio-row-item .b-col-qty { 
    flex: 1 !important; 
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    color: #9f958d !important;
}

.bio-row-item .b-col-qty img { 
    width: 50px !important;
    height: 50px !important;
	padding: 3px !important;
    box-sizing: border-box !important;
    background: radial-gradient(circle, #1a110b 0%, #050302 100%) !important;
    border: 2px solid #4a3c31 !important;
    border-radius: 4px !important;
    box-shadow: inset 0 0 8px #000, 0 3px 6px rgba(0,0,0,0.7) !important;
    clip-path: polygon(8% 0%, 92% 0%, 100% 8%, 100% 92%, 92% 100%, 8% 100%, 0% 92%, 0% 8%) !important;    
    object-fit: contain !important;                            
    transition: all 0.2s ease !important;
}

.bio-row-item:hover .b-col-qty img {
    border-color: #ffaa22 !important;
    box-shadow: inset 0 0 8px #000, 0 0 12px rgba(255, 170, 34, 0.5) !important;
}

.herakles-bio-grid-wrapper {
    width: 100% !important;
    box-sizing: border-box !important;
}

.bio-custom-grid-layout {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
}

.bio-custom-grid-layout .bio-ek-card {
	background: linear-gradient(to right, rgb(38 29 24 / 95%) 0%, rgb(61 45 33 / 50%) 100%) !important;
	    border: 1px solid #5c4033;
    border-left: 4px solid #cc8822 !important; 
    border-radius: 0px !important;
    padding: 16px 14px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.bio-custom-grid-layout .bio-ek-card:hover {
    transform: translateY(-4px) !important;
    border-left-color: #ffaa22 !important;
	background: linear-gradient(to right, rgb(43 34 30 / 95%) 0%, rgb(79 63 51 / 50%) 100%) !important;
}

.bio-custom-grid-layout .bio-ek-card .ek-icon { 
    width: 44px !important; 
    height: 44px !important; 
    background: radial-gradient(circle, #1a110b 0%, #050302 100%) !important;
    border: 2px solid #4a3c31 !important;
    border-radius: 4px !important;
    display: flex !important; 
    align-items: center !important; 
    justify-content: center !important; 
    box-shadow: inset 0 0 8px #000, 0 3px 6px rgba(0,0,0,0.7) !important;
    clip-path: polygon(8% 0%, 92% 0%, 100% 8%, 100% 92%, 92% 100%, 8% 100%, 0% 92%, 0% 8%) !important;
    transition: all 0.25s ease !important;
}

.bio-custom-grid-layout .bio-ek-card:hover .ek-icon {
    border-color: #ffaa22 !important;
    box-shadow: inset 0 0 8px #000, 0 0 12px rgba(255, 170, 34, 0.4) !important;
}

.ek-icon i,
.ek-icon img { 
    color: #cc8822 !important; 
    font-size: 1.15rem !important; 
    object-fit: contain !important;
    max-width: 100% !important;
    max-height: 100% !important;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) !important;
}
.bio-custom-grid-layout .bio-ek-card:hover .ek-icon i {
    color: #fff !important;
}

.bio-ek-card h5 { 
    color: #ff7711 !important; 
    font-family: var(--font-head), 'Cinzel', serif !important; 
    font-size: 1.05rem !important; 
    margin: 0 !important; 
    letter-spacing: 0.5px !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3) !important;
}

.bio-ek-card p { 
    color: #9f958d !important; 
    font-size: 0.88rem !important; 
    margin: 0 !important; 
}
.bio-ek-card p span { 
    color: #dfc09f !important; 
    font-weight: bold !important; 
}

@media (max-width: 992px) {
    .herakles-bio-box-container > div:first-child { flex-direction: column !important; gap: 20px !important; }
    .herakles-bio-box-container > div:first-child > div { max-width: 100% !important; width: 100% !important; }
}
@media (max-width: 768px) {
    .bio-row-item { padding: 10px !important; font-size: 0.8rem !important; }
    .bio-row-item .b-col-bonus { font-size: 0.75rem !important; }
    .bio-custom-grid-layout { grid-template-columns: 1fr !important; }
}

.herakles-farm-container {
    width: 100% !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
    box-sizing: border-box !important;
}

.farm-top-layout {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    width: 100% !important;
}

.farm-top-layout .farm-column {
    flex: 1 1 calc(50% - 15px) !important;
    max-width: calc(50% - 15px) !important;
    min-width: 320px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    box-sizing: border-box !important;
}

.farm-column .farm-intro-stripe {
    border-radius: 0px !important; 
    padding: 14px 20px !important;
    text-align: left !important;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.farm-intro-stripe p {
    margin: 0 !important;
    color: #cdbcae !important; 
    font-size: 0.92rem !important;
    line-height: 1.4 !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5) !important;
}

.farm-intro-stripe p span {
    color: #dfc09f !important;
    font-weight: bold !important;
}

.farm-column.column-metin .farm-intro-stripe {
    border-left: 4px solid #14b8a6 !important; 
    background: rgba(20, 35, 30, 0.99) !important;
}
.farm-column.column-metin .farm-intro-stripe:hover {
    transform: translateX(4px) !important;
    background: linear-gradient(to right, rgba(28, 48, 42, 0.99) 0%, rgba(20, 35, 30, 0.85) 100%) !important;
    border-left-color: #2dd4bf !important;
}

.farm-column.column-farm .farm-intro-stripe {
    border-left: 4px solid #a855f7 !important; 
    background: rgba(35, 20, 40, 0.99) !important;
}
.farm-column.column-farm .farm-intro-stripe:hover {
    transform: translateX(4px) !important;
    background: linear-gradient(to right, rgba(48, 28, 54, 0.99) 0%, rgba(35, 20, 40, 0.85) 100%) !important;
    border-left-color: #c084fc !important;
}

.farm-bottom-layout {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    width: 100% !important;
    margin-top: 10px !important;
}

.farm-bottom-layout .farm-list-stack {
    flex: 1 1 calc(45% - 10px) !important;
    max-width: calc(45% - 10px) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    box-sizing: border-box !important;
}

.farm-list-stack .farm-list-row {
    display: flex !important;
    align-items: center !important;
	background: rgb(53 53 53 / 28%) !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.08) !important;
    padding: 8px 10px !important;
    gap: 15px !important;
    transition: all 0.2s ease !important;
}
.farm-list-row:hover {
    background: rgb(53 53 53 / 41%) !important
}

.farm-list-row p {
    margin: 0 !important;
    font-size: 0.9rem !important;
    text-align: left !important;
}

.farm-list-row .farm-slot-box {
    width: 40px !important;
    height: 40px !important;
    background: radial-gradient(circle, #1a110b 0%, #050302 100%) !important;
    border: 2px solid #4a3c31 !important;
    border-radius: 4px !important;
    padding: 3px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    box-shadow: inset 0 0 8px #000, 0 2px 4px rgba(0,0,0,0.6) !important;
    clip-path: polygon(8% 0%, 92% 0%, 100% 8%, 100% 92%, 92% 100%, 8% 100%, 0% 92%, 0% 8%) !important;
}

.farm-slot-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    image-rendering: -webkit-optimize-contrast !important;
    image-rendering: crisp-edges !important;
    image-rendering: pixelated !important;
}

.stack-metin .farm-list-row p { color: #14b8a6 !important; text-shadow: 0 1px 3px rgba(0,0,0,0.8) !important; font-weight: bold; }
.stack-farm .farm-list-row p { color: #c084fc !important; text-shadow: 0 1px 3px rgba(0,0,0,0.8) !important; font-weight: bold; }

.stack-metin .farm-list-row:hover .farm-slot-box { border-color: #2dd4bf !important; box-shadow: inset 0 0 8px #000, 0 0 10px rgba(45, 212, 191, 0.4) !important; }
.stack-farm .farm-list-row:hover .farm-slot-box { border-color: #c084fc !important; box-shadow: inset 0 0 8px #000, 0 0 10px rgba(192, 132, 252, 0.4) !important; }

.farm-center-divider {
    flex: 0 0 10% !important;
    max-width: 10% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    height: 330px !important;
    box-sizing: border-box !important;
    position: relative !important;
}

.farm-center-divider .divider-line {
    width: 2px !important;
    flex: 1 !important;
}

.farm-center-divider .divider-line:first-child {
    background: linear-gradient(to bottom, rgba(241, 136, 52, 0) 0%, rgba(241, 136, 52, 0.2) 40%, #f18834 100%) !important;
    box-shadow: 0 4px 6px rgba(241, 136, 52, 0.2) !important;
}

.farm-center-divider .divider-line:last-child {
    background: linear-gradient(to top, rgba(241, 136, 52, 0) 0%, rgba(241, 136, 52, 0.2) 40%, #f18834 100%) !important;
    box-shadow: 0 -4px 6px rgba(241, 136, 52, 0.2) !important;
}

.farm-center-divider .divider-rune {
    width: 32px !important;
    height: 32px !important;
    border: 2px solid #5a4537 !important;
    border-radius: 4px !important;
    transform: rotate(45deg) !important;
    background: #0d0907 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 8px 0 !important;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.9) !important;
    position: relative !important;
}

.farm-center-divider .divider-rune,
.farm-center-divider .divider-rune span {
    color: #a69282 !important;
    font-family: 'Cinzel', 'Arial', sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: bold !important;
    text-shadow: none !important;
}

.farm-center-divider .divider-rune span {
    display: block !important;
    transform: rotate(-45deg) !important;
    line-height: 1 !important;
    text-align: center !important;
    width: 100% !important;
}

@media (max-width: 992px) {
    .farm-top-layout {
        display: flex !important;
        flex-direction: row !important; 
        flex-wrap: nowrap !important;   
        gap: 12px !important;          
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .farm-top-layout .farm-column {
        flex: 1 1 50% !important;
        max-width: calc(50% - 6px) !important; 
        width: 50% !important;
        min-width: 120px !important; 
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
    }

    .farm-column .farm-intro-stripe {
        padding: 10px 12px !important; 
        min-height: 85px !important;  
        display: flex !important;
        align-items: center !important;
    }
    
    .farm-intro-stripe p {
        font-size: 0.78rem !important; 
        line-height: 1.3 !important;
    }
    .farm-bottom-layout {
        flex-direction: column !important;
        gap: 20px !important;
    }
    .farm-bottom-layout .farm-list-stack {
        max-width: 100% !important;
        width: 100% !important;
        flex: 1 1 100% !important;
    }
    .farm-center-divider {
        display: none !important;
    }
    .farm-list-stack .farm-list-row {
        padding: 10px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .farm-list-row p { font-size: 0.85rem !important; }
    .farm-list-row .farm-slot-box { width: 36px !important; height: 36px !important; flex-shrink: 0 !important; }
}

.herakles-derece-flex-wrap {
    width: 100% !important;
    max-width: 1100px !important;
    margin: 0 auto !important; 
    display: flex !important;
    flex-direction: column !important;
    gap: 35px !important;
    box-sizing: border-box !important;
}

.herakles-derece-flex-wrap .derece-top-layout {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    justify-content: space-between !important;
    align-items: flex-start !important; 
    width: 100% !important;
}

.derece-top-layout .derece-left-media {
    flex: 0 0 calc(50% - 15px) !important;
    max-width: calc(50% - 15px) !important;
    width: 50% !important;
    height: auto !important;
    box-sizing: border-box !important;
}
.derece-left-media img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}

.derece-top-layout .herakles-derece-grid-engine {
    flex: 0 0 calc(50% - 15px) !important;
    max-width: calc(50% - 15px) !important;
    width: 50% !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 6px !important; 
    box-sizing: border-box !important;
}

.herakles-derece-grid-engine .rank-node {
    padding: 10px 16px !important;
    border-radius: 4px !important;
    border: none !important;
    box-shadow: none !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    transition: transform 0.2s ease !important;
    cursor: pointer;
}
.herakles-derece-grid-engine .rank-node:hover {
    transform: translateY(-1px) !important;
}

.rank-node h5 { 
    color: #16110e !important; 
    font-weight: 800 !important;
    font-size: 0.92rem !important; 
    margin: 0 !important; 
    text-shadow: none !important;
}

.rank-node p { 
    color: rgba(28, 22, 18, 0.65) !important;
    font-size: 0.82rem !important; 
    font-weight: 600 !important;
    margin: 0 !important; 
}

.herakles-derece-flex-wrap .derece-footer-layout { width: 100% !important; box-sizing: border-box !important; }

.rank-node.rank-1  { background: #7c5c6c !important; } /* Arkadaşça */
.rank-node.rank-2  { background: #e582be !important; } /* Baron */
.rank-node.rank-3  { background: #87857e !important; } /* İyi */
.rank-node.rank-4  { background: #f0a3d6 !important; } /* Lord */
.rank-node.rank-5  { background: #8e7255 !important; } /* Soylu */
.rank-node.rank-6  { background: #bfb2a8 !important; } /* Bey */
.rank-node.rank-7  { background: #5c8f9c !important; } /* Kahraman */
.rank-node.rank-8  { background: #ccb993 !important; } /* Kağan */
.rank-node.rank-9  { background: #7ba89d !important; } /* Cesur */
.rank-node.rank-10 { background: #e0dcd3 !important; } /* Şah */
.rank-node.rank-11 { background: #5070ba !important; } /* Bilge */
.rank-node.rank-12 { background: #cfdedb !important; } /* Büyük */
.rank-node.rank-13 { background: #6865bd !important; } /* Şövalye */
.rank-node.rank-14 { background: #e2e8e6 !important; } /* General */
.rank-node.rank-15 { background: #7b8ebd !important; } /* Süvari */
.rank-node.rank-16 { background: #e2f0ea !important; } /* Hakim */
.rank-node.rank-17 { background: #bd488f !important; } /* Prens */
.rank-node.rank-18 { background: #ecf2f0 !important; } /* Matador */
.rank-node.rank-19 { background: #df409f !important; } /* Kont */
.rank-node.rank-20 { background: #ffffff !important; } /* Kral */

@media (max-width: 992px) {
    .herakles-derece-flex-wrap .derece-top-layout { flex-direction: column !important; gap: 20px !important; }
    .derece-top-layout .derece-left-media,
    .derece-top-layout .herakles-derece-grid-engine { max-width: 100% !important; width: 100% !important; flex: 1 1 100% !important;  margin-top: 25px !important; }
}
@media (max-width: 600px) {
    .herakles-derece-grid-engine { grid-template-columns: 1fr !important; gap: 6px !important; }
}

.herakles-unvan-container {
    margin: 0 auto !important;
}

.herakles-unvan-list-engine .unvan-stripe {
    cursor: pointer;
    border-radius: 0px !important;
    padding: 12px 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1), border-color 0.25s ease !important;
}

.unvan-stripe.title-purple {
background: linear-gradient(to right, rgb(49 32 56 / 96%) 0%, rgb(28 22 32 / 85%) 100%) !important;
    border-left: 4px solid #a855f7 !important;
}
.unvan-stripe.title-purple:hover { 
    border-left-color: #c084fc !important; 
}

.unvan-stripe.title-gold-green {
background: linear-gradient(to right, rgba(35, 33, 18, 0.96) 0%, rgb(36 34 24 / 85%) 100%) !important;
    border-left: 4px solid #84cc16 !important;
}
.unvan-stripe.title-gold-green:hover { 
    border-left-color: #a3e635 !important; 
}

.unvan-stripe.title-red {
    background: linear-gradient(to right, rgba(45, 15, 15, 0.96) 0%, rgb(44 19 19 / 85%) 100%) !important;
    border-left: 4px solid #ef4444 !important;
}
.unvan-stripe.title-red:hover { 
    border-left-color: #f87171 !important; 
}

.unvan-stripe.title-green {
background: linear-gradient(to right, rgba(16, 33, 22, 0.96) 0%, rgb(13 20 15 / 85%) 100%) !important;
    border-left: 4px solid #10b981 !important;
}
.unvan-stripe.title-green:hover { 
    border-left-color: #34d399 !important; 
}

.herakles-unvan-list-engine .unvan-stripe:hover {
    transform: translateX(5px) !important;
}

.unvan-slot-box {
    width: 40px !important;
    height: 40px !important;
    background: radial-gradient(circle, #1a110b 0%, #050302 100%) !important;
    border: 2px solid #4a3c31 !important;
    border-radius: 4px !important;
    padding: 3px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    box-shadow: inset 0 0 8px #000, 0 2px 4px rgba(0,0,0,0.6) !important;
    clip-path: polygon(8% 0%, 92% 0%, 100% 8%, 100% 92%, 92% 100%, 8% 100%, 0% 92%, 0% 8%) !important;
    transition: all 0.25s ease !important;
}

.unvan-stripe.title-purple:hover .unvan-slot-box {
    border-color: #c084fc !important;
    box-shadow: inset 0 0 8px #000, 0 0 12px rgba(192, 132, 252, 0.5) !important;
}

.unvan-stripe.title-gold-green:hover .unvan-slot-box {
    border-color: #a3e635 !important;
    box-shadow: inset 0 0 8px #000, 0 0 12px rgba(163, 230, 53, 0.5) !important;
}

.unvan-stripe.title-red:hover .unvan-slot-box {
    border-color: #f87171 !important;
    box-shadow: inset 0 0 8px #000, 0 0 12px rgba(248, 113, 113, 0.5) !important;
}

.unvan-stripe.title-green:hover .unvan-slot-box {
    border-color: #34d399 !important;
    box-shadow: inset 0 0 8px #000, 0 0 12px rgba(52, 211, 153, 0.5) !important;
}

.unvan-stripe p {
    margin: 0 !important;
    color: #b9a99b !important;
    font-size: 0.95rem !important;
    font-weight: bold !important;
    text-align: left !important;
    flex: 1 !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.9) !important;
}

@media (max-width: 992px) {
    #unvan-sistemi-bolumu {
        margin-bottom: 30px !important;
    }
    .herakles-unvan-container .unvan-top-layout {
        flex-direction: column !important;
        gap: 0 !important;
    }
    .unvan-top-layout .unvan-left-media {
        max-width: 100% !important;
        width: 100% !important;
        flex: 1 1 100% !important;
    }
    .unvan-top-layout .herakles-unvan-list-engine {
        max-width: 100% !important;
        width: 100% !important;
        flex: 1 1 100% !important;
        margin-top: 25px !important;
    }
    .herakles-unvan-list-engine .unvan-stripe:hover {
        transform: none !important;
    }
}

@media (max-width: 600px) {
    .unvan-stripe {
        padding: 10px 14px !important;
    }
    .unvan-stripe p {
        font-size: 0.85rem !important;
    }
}


.herakles-systems-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto !important;
    display: flex;
    flex-direction: column;
    gap: 35px;
    box-sizing: border-box;
}

.systems-top-layout {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.systems-engine-column {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    box-sizing: border-box;
}

.system-block-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}
.system-display-card {
    width: 100%;
    height: 105px;
    background-size: cover;
    background-position: center;
    border: 1px solid #36241a;
    border-radius: 6px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5), inset 0 0 20px rgba(0, 0, 0, 0.6);
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), 
                border-color 0.3s ease, 
                box-shadow 0.3s ease;
    cursor: pointer;
}
.system-display-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle, rgba(20, 10, 5, 0.3) 20%, rgba(5, 3, 2, 0.85) 90%),
        linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 1; 
    transition: opacity 0.3s ease;
}

.system-display-card:hover::before {
    background: 
        radial-gradient(circle, rgba(255, 255, 255, 0.03) 10%, rgba(5, 3, 2, 0.5) 90%),
        linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.system-card-plate, .system-card-slot {
    z-index: 2 !important;
}

.system-card-plate {
    position: absolute;
    bottom: 12px;
    left: 15px;
    background: linear-gradient(to right, rgba(24, 14, 8, 0.98) 0%, rgba(12, 6, 2, 0.9) 100%);
    border: 1px solid #5a4533;
    border-left: 3px solid #ffaa22; 
    padding: 6px 16px;
    border-radius: 0 4px 4px 0;
    margin: 0;
    transition: border-color 0.3s ease;
}


.system-card-plate span {
    color: #dfc09f;
    font-size: 0.9rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px #000;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.system-card-slot {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 38px;
    height: 38px;
    background: radial-gradient(circle, #22160f 0%, #0a0503 100%);
    border: 2px solid #5a4533;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 8px #000;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.system-display-card:hover .system-card-slot {
    border-color: #ffaa22;
    transform: scale(1.05);
    box-shadow: inset 0 0 8px #000, 0 0 12px rgba(255, 170, 34, 0.6);
}

.system-card-slot img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px;
    box-sizing: border-box;
    image-rendering: pixelated;
}

.system-card-desc {
    color: #a8947d;
    font-size: 0.88rem;
    text-align: center;
    line-height: 1.5;
    margin: 12px 0 0 0;
    max-width: 420px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
    transition: color 0.3s ease;
}

.system-block-group:hover .system-card-desc {
    color: #dfc09f;
}

.system-bottom-full-row {
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    margin-top: 20px;
}

.system-bottom-full-row .system-display-card {
    max-width: 440px;
}

@media (max-width: 992px) {
    #unvan-sistemi-bolumu {
        margin-bottom: 30px !important;
    }
    .herakles-systems-container .systems-top-layout {
        flex-direction: column !important;
        gap: 30px !important;
    }
    .systems-top-layout .systems-engine-column {
        max-width: 100% !important;
        width: 100% !important;
        flex: 1 1 100% !important;
    }
}

@media (max-width: 600px) {
    .system-display-card {
        height: 95px;
    }
    .system-card-desc {
        font-size: 0.82rem !important;
    }
    .system-card-plate {
        left: 10px;
        bottom: 8px;
        padding: 4px 12px;
    }
}

.premium-rpg-events-section {
    width: 100%;
    max-width: 1400px;
    margin: 50px auto;
    padding: 20px;
}

.rpg-events-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

@media (max-width: 1200px) { .rpg-events-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 900px) { .rpg-events-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 550px) { .rpg-events-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

.rpg-event-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(15, 10, 8, 0.4); 
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    aspect-ratio: 3 / 4.2;
    border: 1px solid #271b14;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
}

.rpg-card-surface {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
}

.rpg-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%; 
    z-index: 1;
    overflow: hidden;
    mask-image: linear-gradient(to bottom, #000 70%, transparent 95%);
    -webkit-mask-image: linear-gradient(to bottom, #000 70%, transparent 95%);
}

.rpg-card-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.75;    
    transition: transform 0.5s ease, opacity 0.3s ease, filter 0.5s ease;
}

.rpg-card-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
    background: linear-gradient(to top, rgba(15, 10, 8, 0.95) 0%, rgba(15, 10, 8, 0.7) 50%, transparent 100%);
}

.rpg-card-header {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: auto; 
}

.rpg-badge {
    font-size: 0.65rem;
    font-weight: 700;
    color: #a8947d;
    text-transform: uppercase;
    margin-bottom: 6px;
    display: block;
    opacity: 0.6;
}
.rpg-badge::before { content: '? '; }

.rpg-card-title {
    color: #dfc09f;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
}

.rpg-card-divider {
    width: 100%;
    height: 2px; 
    background: #ffaa22; 
    margin: 12px 0;
    position: relative;
    border-radius: 2px; 
    box-shadow: 0 0 6px rgba(255, 170, 34, 0.6), 
                0 0 12px rgba(255, 170, 34, 0.3);
    transition: all 0.3s ease;
}

.rpg-card-text {
    color: #a8947d;
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 0;
    transition: color 0.3s ease;
}

.rpg-event-card:hover {
    transform: translateY(-5px);
    background: rgba(25, 18, 15, 0.7);
    border-color: #89652d;
}

.rpg-event-card:hover .rpg-card-divider {
    background: #ffbb22;
    box-shadow: 0 0 8px rgba(255, 170, 34, 0.9), 
                0 0 18px rgba(255, 170, 34, 0.5),
                0 0 25px rgba(255, 170, 34, 0.2);
}

.rpg-event-card:hover .rpg-card-bg img {
    transform: scale(1.04);
    opacity: 0.85;
}

.rpg-events-footer-banner {
    background: rgba(15, 10, 8, 0.4);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}
.rpg-events-footer-banner p { color: #a8947d; margin: 0; }
.rpg-events-footer-banner .pvm-highlight { color: #a8947d; }
.rpg-events-footer-banner .pvp-highlight { color: #a8947d; }

@media (max-width: 550px) {
    .rpg-event-card {
        aspect-ratio: auto;
        height: auto; 
        display: flex;
        flex-direction: column;
        border-radius: 12px; 
    }

    .rpg-card-surface {
        position: relative; 
        height: 100%;
    }

    .rpg-card-bg {
        position: relative;
        height: 110px; 
        mask-image: linear-gradient(to bottom, #000 85%, transparent 100%);
        -webkit-mask-image: linear-gradient(to bottom, #000 85%, transparent 100%);
    }

    .rpg-card-overlay {
        position: relative; 
        padding: 0 12px 15px 12px; 
        background: transparent; 
        margin-top: -5px; 
    }

    .rpg-card-header {
        margin-top: 0; 
    }

    .rpg-card-title {
        font-size: 0.95rem; 
        line-height: 1.2;
    }

    .rpg-badge {
        font-size: 0.55rem;
        margin-bottom: 4px;
    }

    .rpg-card-divider {
        margin: 6px 0 8px 0; 
        height: 1.5px;
    }

    .rpg-card-text {
        font-size: 0.75rem;
        line-height: 1.3;
    }
}

.rpg-trans-main-container {
    width: 100% !important;
    max-width: 1400px !important;
    margin: 30px auto !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
}

.rpg-trans-main-container *, 
.rpg-trans-main-container *::before, 
.rpg-trans-main-container *::after {
    box-sizing: border-box !important;
}

.rpg-trans-main-container .rpg-section-main-header {
    text-align: center !important;
    margin: 20px 0 !important;
    width: 100% !important;
}

.rpg-trans-main-container .rpg-section-main-header {
    text-align: center !important;
    margin: 25px 0 25px 0 !important;
    width: 100% !important;
}

.rpg-trans-main-container .rpg-main-title {
    font-size: 2rem !important; font-weight: 800 !important; text-transform: uppercase !important; letter-spacing: 1px !important; margin: 0 0 10px 0 !important;
    background: linear-gradient(to right, #1d8337 20%, #ffffff 40%, #ffffff 60%, #1d8337 80%) !important; background-size: 200% auto !important;
    -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important; animation: greenMeteorShimmer 4s linear infinite !important;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.9)) drop-shadow(0 0 10px rgba(29, 131, 55, 0.6)) !important;
    animation: greenMeteorShimmer 4s linear infinite, greenFlicker 6s infinite ease-in-out !important;
}
@keyframes greenFlicker {
    0%, 94%, 96%, 100% { filter: drop-shadow(0 2px 4px rgba(0,0,0,0.9)) drop-shadow(0 0 10px rgba(29, 131, 55, 0.6)) !important; }
    95% { filter: drop-shadow(0 0 25px rgba(255, 255, 255, 1)) drop-shadow(0 0 40px rgba(29, 131, 55, 1)) !important; }
    97% { filter: drop-shadow(0 0 2px rgba(29, 131, 55, 0.2)) !important; }
}
.rpg-trans-main-container .rpg-main-title2 {
    font-size: 2rem !important; font-weight: 800 !important; text-transform: uppercase !important; letter-spacing: 1px !important; margin: 0 0 10px 0 !important;
    background: linear-gradient(to right, #ff3333 20%, #ffffff 45%, #ff8888 55%, #ff3333 80%) !important; background-size: 200% auto !important;
    -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.9)) drop-shadow(0 0 12px rgba(255, 51, 51, 0.7)) !important;
    animation: redMeteorShimmer 4s linear infinite, redFlicker 6s infinite ease-in-out !important;
}
@keyframes redFlicker {
    0%, 94%, 96%, 100% { filter: drop-shadow(0 2px 4px rgba(0,0,0,0.9)) drop-shadow(0 0 12px rgba(255, 51, 51, 0.7)) !important; }
    95% { filter: drop-shadow(0 0 25px rgba(255, 255, 255, 1)) drop-shadow(0 0 40px rgba(255, 51, 51, 1)) !important; }
    97% { filter: drop-shadow(0 0 2px rgba(255, 51, 51, 0.2)) !important; }
}

.rpg-trans-main-container .rpg-transformations-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
    margin-bottom: 30px !important;
    width: 100% !important;
}

.rpg-trans-main-container .rpg-event-card {
    height: auto !important;
    aspect-ratio: auto !important;
    overflow: hidden !important; 
    position: relative !important;
    width: 100% !important;
	background: rgb(53 53 53 / 20%) !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.15) !important;
    border-radius: 12px !important;
    transition: all 0.3s ease !important;
}

.rpg-trans-main-container .rpg-card-surface {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: 100% !important;
    padding: 8px !important;
    display: flex !important;
    flex-direction: column !important;
}

.rpg-trans-main-container .rpg-trans-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
}

.rpg-trans-main-container .rpg-vs-header {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    margin-bottom: 4px !important;
}

.rpg-trans-main-container .rpg-char-avatar {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border: 1px solid #3d2b20 !important;
    border-radius: 6px !important;
    background: rgba(0, 0, 0, 0.5) !important;
    object-fit: cover !important;
}

.rpg-trans-main-container .rpg-card-title {
    color: #dfc09f !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

.rpg-trans-main-container .rpg-badge {
    font-size: 0.65rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin-bottom: 8px !important;
    padding: 4px 10px !important;
    border-radius: 4px !important;
    display: inline-block !important;
    letter-spacing: 0.5px !important;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.6) !important;
}
.rpg-trans-main-container .rpg-badge::before { content: "" !important; }

.rpg-trans-main-container .rpg-badge.badge-farm {
    color: #50fa7b !important;
    background: rgba(40, 250, 120, 0.1) !important;
    border: 1px solid rgba(80, 250, 123, 0.4) !important;
    text-shadow: 0 0 5px rgba(80, 250, 123, 0.5) !important;
}

.rpg-trans-main-container .rpg-badge.badge-vs {
    color: #ff5555 !important; 
    background: rgba(255, 85, 85, 0.1) !important; 
    border: 1px solid rgba(255, 85, 85, 0.4) !important;
    text-shadow: 0 0 5px rgba(255, 85, 85, 0.6) !important; 
}

.rpg-trans-main-container .rpg-card-divider {
    width: 100% !important;
    height: 2px !important;
    background: var(--divider-color, #ffaa22) !important;
    margin: 10px 0 !important;
    border-radius: 2px !important;
    box-shadow: 0 0 6px var(--divider-color, #ffaa22) !important;
}

.rpg-trans-main-container .rpg-item-slots-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    justify-content: center !important;
    margin: 10px auto 0 auto !important;
    width: 100% !important;
    max-width: 240px !important;
}

.rpg-trans-main-container .rpg-item-slot {
    width: 74px !important;
    height: 74px !important;
    max-width: 74px !important;
    max-height: 74px !important;
    background: rgba(10, 7, 5, 0.65) !important;
    border: 1px solid rgba(212, 175, 55, 0.15) !important;
    border-radius: 50% !important; 
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.9) !important;
    transition: all 0.25s ease !important;
}

.rpg-trans-main-container .rpg-item-slot img {
    max-width: 75% !important;
    max-height: 75% !important;
    object-fit: contain !important;
}

.rpg-trans-main-container .rpg-item-slots-container:has(.rpg-item-slot:first-child:nth-last-child(4)) {
    max-width: 160px !important;
}

.rpg-trans-main-container .rpg-item-slots-container:has(.rpg-item-slot:first-child:nth-last-child(7)) {
    max-width: 250px !important;
    gap: 8px !important;
}

.rpg-trans-main-container .rpg-item-slots-container:has(.rpg-item-slot:first-child:nth-last-child(7)) .rpg-item-slot {
    width: 54px !important;
    height: 54px !important;
    max-width: 54px !important;
    max-height: 54px !important;
    border-width: 1.5px !important;
}

.rpg-trans-main-container .rpg-transformation-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0 !important;
    margin-top: 14px !important;
    width: 100% !important;
}

.rpg-trans-main-container .rpg-transformation-row .rpg-item-slot {
    width: 74px !important;   
    height: 74px !important;
    max-width: 74px !important;
    max-height: 74px !important;
    border-width: 1.5px !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
}

.rpg-trans-main-container .rpg-transformation-row .rpg-row-arrow {
    color: var(--divider-color, #675e4e) !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    user-select: none !important;
    width: auto !important;
    min-width: 25px !important; 
    max-width: 40px !important;
    margin: 0 !important;
    padding: 0 4px !important;
}

@media (max-width: 550px) {
    .rpg-trans-main-container .rpg-transformations-grid { 
        grid-template-columns: repeat(2, 1fr) !important; 
        gap: 8px !important; 
    }
    .rpg-trans-main-container .rpg-event-card .rpg-card-surface { 
        padding: 10px !important; 
    }
    .rpg-trans-main-container .rpg-card-title { 
        font-size: 0.95rem !important; 
    }
    .rpg-trans-main-container .rpg-item-slots-container:not(.rpg-ic-item-kart) .rpg-item-slot {
        width: 44px !important;
        height: 44px !important;
        max-width: 44px !important;
        max-height: 44px !important;
    }
    .rpg-trans-main-container .rpg-item-slots-container:not(.rpg-ic-item-kart):has(.rpg-item-slot:first-child:nth-last-child(4)) {
        max-width: 110px !important;
        width: 100% !important;
        gap: 6px !important;
        justify-content: center !important;
        margin: 10px auto 0 auto !important;
    }

    .rpg-trans-main-container .rpg-event-card.rpg-ic-item-kart {
        height: auto !important;
        min-height: 0 !important;
        padding-bottom: 10px !important;
    }
    .rpg-trans-main-container .rpg-event-card.rpg-ic-item-kart .rpg-item-slots-container {
        max-width: 150px !important; 
        width: 100% !important;
        gap: 6px 4px !important;
        justify-content: center !important;
    }
    .rpg-trans-main-container .rpg-event-card.rpg-ic-item-kart .rpg-item-slot {
        width: 34px !important;
        height: 34px !important;
        max-width: 34px !important;
        max-height: 34px !important;
    }

    .rpg-trans-main-container .rpg-transformation-row .rpg-item-slot { 
        width: 40px !important; 
        height: 40px !important; 
        max-width: 40px !important; 
        max-height: 40px !important; 
    }
    .rpg-trans-main-container .rpg-transformation-row { 
        margin-top: 10px !important; 
    }
    .rpg-trans-main-container .rpg-row-arrow { 
        font-size: 0.8rem !important; 
        min-width: 12px !important; 
        padding: 0 2px !important; 
    }
}

.rpg-trans-main-container .rpg-transformation-row.vs-chain {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 8px !important;
}

.rpg-trans-main-container .rpg-event-card:hover {
	background: rgb(53 53 53 / 30%) !important;
    border: 1px solid rgba(212, 175, 55, 0.25) !important;
    transform: translateY(-3px) !important;
}

.rpg-trans-main-container .rpg-event-card:hover .rpg-card-divider {
    box-shadow: 0 0 12px var(--divider-color, #ffaa22) !important;
}
.rpg-transformations-row-end {
    width: 100% !important;
    height: 1px !important;
    background: linear-gradient(90deg, transparent, rgba(223, 192, 159, 0.2) 20%, rgb(175 151 111 / 40%) 50%, rgba(223, 192, 159, 0.2) 80%, transparent) !important;
    margin: 25px 0 35px 0 !important;
    position: relative !important;
}

.rpg-trans-main-container .rpg-slot-badge {
    position: absolute !important;
    bottom: -2px !important;   
    left: -2px !important;     
    width: 24px !important;    
    height: 24px !important;
    background: radial-gradient(circle, #2d2015 0%, #150e0a 100%) !important; 
    border: 1.5px solid #a8947d !important; 
    border-radius: 50% !important; 
    color: #dfc09f !important; 
    font-size: 0.65rem !important;
    font-weight: 900 !important;
    font-family: 'Times New Roman', serif !important; 
    letter-spacing: 0.5px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.8), inset 0 0 4px rgba(0,0,0,0.6) !important;
    z-index: 5 !important;
    pointer-events: none !important; 
    transition: all 0.25s ease !important;
}

@media (max-width: 1200px) {
    .rpg-trans-main-container .rpg-transformations-grid { 
        grid-template-columns: repeat(2, 1fr) !important; 
        gap: 15px !important; 
    }
}

@media (max-width: 550px) {
    .rpg-trans-main-container .rpg-transformations-grid { 
        grid-template-columns: repeat(2, 1fr) !important; 
        gap: 8px !important; 
    }
    
    .rpg-trans-main-container .rpg-event-card .rpg-card-surface { 
        padding: 10px !important; 
    }
    
    .rpg-trans-main-container .rpg-card-title { 
        font-size: 0.95rem !important; 
    }
    
    .rpg-trans-main-container .rpg-item-slots-container,
    .rpg-trans-main-container .rpg-item-slots-container:has(.rpg-item-slot:first-child:nth-last-child(4)),
    .rpg-trans-main-container .rpg-item-slots-container:has(.rpg-item-slot:first-child:nth-last-child(7)) { 
        max-width: 100% !important; 
        width: 100% !important;
        gap: 4px !important; 
        justify-content: center !important;
    }
    
    .rpg-trans-main-container .rpg-item-slot,
    .rpg-trans-main-container .rpg-item-slots-container .rpg-item-slot,
    .rpg-trans-main-container .rpg-item-slots-container:has(.rpg-item-slot:first-child:nth-last-child(7)) .rpg-item-slot { 
        width: 34px !important; 
        height: 34px !important; 
        max-width: 34px !important; 
        max-height: 34px !important; 
    }
    
    .rpg-trans-main-container .rpg-slot-badge {
        width: 14px !important;
        height: 14px !important;
        font-size: 0.45rem !important;
        bottom: -1px !important;
        left: -1px !important;
        border-width: 1px !important;
    }

    .rpg-trans-main-container .rpg-transformation-row { 
        margin-top: 10px !important; 
    }
    
    .rpg-trans-main-container .rpg-row-arrow { 
        font-size: 0.8rem !important; 
        min-width: 12px !important; 
        padding: 0 2px !important; 
    }
    
    .rpg-trans-main-container .rpg-transformation-row .rpg-item-slot { 
        width: 34px !important; 
        height: 34px !important; 
        max-width: 34px !important; 
        max-height: 34px !important; 
    }
}

.rpg-trans-main-container .rpg-event-card:hover .rpg-slot-badge {
    border-color: var(--divider-color, #ffaa22) !important; 
    color: #ffffff !important;
    box-shadow: 0 0 6px var(--divider-color, #ffaa22), inset 0 0 3px rgba(0,0,0,0.8) !important;
}

@media (max-width: 550px) {
    .rpg-trans-main-container .rpg-slot-badge {
        width: 18px !important;
        height: 18px !important;
        font-size: 0.5rem !important;
        border-width: 1px !important;
        bottom: -4px !important;
        left: -4px !important;
    }
}

@media (min-width: 551px) {
    .rpg-trans-main-container .rpg-event-card.rpg-ic-item-kart .rpg-item-slots-container {
        max-width: 250px !important;
        width: 100% !important;
        gap: 8px 10px !important;
        margin: 10px auto 0 auto !important;
        justify-content: center !important;
    }
    .rpg-trans-main-container .rpg-event-card.rpg-ic-item-kart .rpg-item-slot {
        width: 54px !important;
        height: 54px !important;
        max-width: 54px !important;
        max-height: 54px !important;
        border-width: 1.5px !important;
    }
}

@media (max-width: 550px) {
    .rpg-trans-main-container .rpg-event-card.rpg-ic-item-kart .rpg-item-slots-container {
        max-width: 150px !important;
        width: 100% !important;
        gap: 6px 4px !important;
        justify-content: center !important;
    }
    .rpg-trans-main-container .rpg-event-card.rpg-ic-item-kart .rpg-item-slot {
        width: 34px !important;
        height: 34px !important;
        max-width: 34px !important;
        max-height: 34px !important;
    }
}

:root {
    --theme-amber: #ffaa11;          
    --theme-gold-text: #b9a99b;      
    --theme-chocolate-bg: #1f1610;  
    --theme-glow: rgba(255, 170, 17, 0.15);
}

.herakles-events-stripe-wrap {
    width: 100% !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 35px !important;
    box-sizing: border-box !important;
}

.herakles-events-stripe-wrap .events-stripe-top-layout {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    width: 100% !important;
}

.events-stripe-top-layout .events-stripe-left-media {
    flex: 0 0 calc(50% - 15px) !important;
    max-width: calc(50% - 15px) !important;
    width: 50% !important;
    height: auto !important;
    box-sizing: border-box !important;
}

.events-stripe-top-layout .herakles-events-stripe-engine {
    flex: 0 0 calc(50% - 15px) !important;
    max-width: calc(50% - 15px) !important;
    width: 50% !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0 12px !important;
    box-sizing: border-box !important;
}

.herakles-events-stripe-engine .events-stripe-column {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
}

.events-stripe-column .herakles-ev-stripe {
    background: radial-gradient(circle at left, #291e16 0%, var(--theme-chocolate-bg) 100%) !important;
    border: 1px solid rgba(255, 170, 17, 0.08) !important;
    border-left: 3px solid var(--theme-amber) !important; 
    border-radius: 20px 6px 6px 20px !important; 
    padding: 10px 18px 10px 10px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.5) !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    cursor: pointer;
}

.herakles-ev-stripe::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background-image: radial-gradient(rgba(255, 170, 17, 0.03) 1px, transparent 0) !important;
    background-size: 6px 6px !important;
    opacity: 0.5 !important;
    pointer-events: none !important;
}

.herakles-ev-stripe .ev-stripe-text {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    z-index: 2 !important;
}

.ev-stripe-text i {
    width: 28px !important;
    height: 28px !important;
    background: #f18834 !important;
    border: 1px solid rgba(255, 170, 17, 0.25) !important;
    color: #000 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    transition: all 0.25s ease !important;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.9) !important;
}

.ev-stripe-text span {
    font-family: 'Montserrat', sans-serif !important;
    color: #d5c6b6  !important;
    font-weight: 600 !important;
    font-size: 0.88rem !important;
    letter-spacing: 0.2px !important;
}

.herakles-ev-stripe p {
    font-family: 'Montserrat', sans-serif !important;
    color: var(--theme-gold-text) !important;
    font-size: 0.80rem !important;
    font-weight: 600 !important;
    margin: 0 !important;
    opacity: 0.7 !important;
    z-index: 2 !important;
}

.herakles-ev-stripe:hover {
    background: linear-gradient(90deg, #33251c 0%, var(--theme-chocolate-bg) 100%) !important;
    border-left-color: #ffffff !important; 
    padding-left: 9px !important;
}
.herakles-ev-stripe:hover .ev-stripe-text i {
    background: var(--theme-amber) !important;
    color: #1f1610 !important;
    border-color: #ffffff !important;
    box-shadow: 0 0 12px var(--theme-amber) !important;
    transform: rotate(360deg) !important;
}

.herakles-ev-stripe:hover .ev-stripe-text span {
    color: #ffffff !important;
}

.herakles-events-stripe-wrap .events-stripe-footer-layout { 
    width: 100% !important; 
    box-sizing: border-box !important; 
}

@media (max-width: 992px) {
    .herakles-events-stripe-wrap .events-stripe-top-layout { 
        flex-direction: column !important; 
        gap: 25px !important; 
    }
    .events-stripe-top-layout .events-stripe-left-media,
    .events-stripe-top-layout .herakles-events-stripe-engine { 
        max-width: 100% !important; 
        width: 100% !important; 
        flex: 1 1 100% !important; 
    }
}

@media (max-width: 600px) {
    .events-stripe-top-layout .herakles-events-stripe-engine { 
        grid-template-columns: 1fr !important;
        gap: 6px !important;
    }
}

.farm-zones-container {
    width: 100% !important;
    max-width: 1250px !important;
    margin: 60px auto !important;
    text-align: center !important;
    position: relative !important;
    z-index: 5 !important;
    box-sizing: border-box !important;
    padding: 0 24px !important;
}

.farm-main-title {
    color: #f7ede2 !important;
    font-size: 2.4rem !important;
    font-weight: 800 !important;
    letter-spacing: 4px !important;
    text-transform: uppercase !important;
    text-shadow: 0 2px 4px rgba(0,0,0,1), 0 4px 8px rgba(0,0,0,0.8) !important;
    margin-bottom: 50px !important;
}

.farm-diamonds-holder {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px !important;
    width: 100% !important;
    margin: 0 auto !important;

}

.farm-row {
    display: contents !important;
}

.diamond-card {
    background: #070504 !important;
    border: 1.5px solid #3c2a1c !important; 
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.7) !important;
    border-radius: 6px !important; 
    padding: 0 !important; 
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                border-color 0.3s ease, 
                box-shadow 0.3s ease !important;
    box-sizing: border-box !important;
    width: 100% !important; 
    aspect-ratio: 16 / 10 !important;
    overflow: hidden !important; 
    position: relative !important; 
    cursor: pointer !important;
}

.diamond-inner {
    position: absolute !important;
    inset: 0 !important; 
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important; 
    background-position: center !important; 
    background-repeat: no-repeat !important;
    z-index: 1 !important;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.diamond-inner::after {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background: radial-gradient(circle at center, rgba(11, 8, 7, 0.35) 0%, rgba(6, 4, 3, 0.55) 100%) !important;
    z-index: 2 !important;
    transition: background 0.3s ease !important;
}

.zone-name {
    color: #d5c6b6   !important; 
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    letter-spacing: 1px !important;
    text-align: center !important; 
    width: 85% !important;
    padding: 0 0 16px 0 !important; 
    margin: 0 !important;
    position: absolute !important; 
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important; 
    z-index: 3 !important; 
    white-space: normal !important;
    text-shadow: 0 2px 6px rgba(0,0,0,1), 0 0 12px rgba(0,0,0,1) !important;
    box-sizing: border-box !important;
}

.zone-name::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 50% !important; 
    height: 2px !important;
    background: linear-gradient(90deg, rgba(211, 129, 24, 0) 0%, #df851a 50%, rgba(211, 129, 24, 0) 100%) !important;
    transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.diamond-card:hover {
    transform: translateY(-4px) !important; 
    border-color: #df851a !important; 
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.85) !important;
}

.diamond-card:hover .diamond-inner {
    transform: scale(1.04) !important;
}

.diamond-card:hover .diamond-inner::after {
    background: radial-gradient(circle at center, rgba(11, 8, 7, 0.1) 0%, rgba(6, 4, 3, 0.3) 100%) !important;
}

.diamond-card:hover .zone-name::after {
    width: 80% !important;
}

.farm-wizard-note {
    margin-top: 55px !important;
    margin-bottom: 20px !important;
    color: #a89f96 !important;
    font-size: 1.05rem !important;
    text-shadow: 1px 1px 2px #000 !important;
}
.farm-wizard-note .tab-key {
    color: #df851a !important;
    font-weight: bold !important;
}

@media (max-width: 1024px) {
    .farm-diamonds-holder {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 20px !important;
    }
}

@media (max-width: 768px) {
    .farm-diamonds-holder {
        grid-template-columns: repeat(2, 1fr) !important; 
        gap: 12px !important;
    }
    .farm-main-title {
        font-size: 1.8rem !important;
        margin-bottom: 30px !important;
    }
    .zone-name {
        font-size: 1.05rem !important;
    }
}

@media (max-width: 480px) {
    .farm-diamonds-holder {
        gap: 10px !important;
    }
}

.farm-diamonds-holder.dungeon-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 16px !important; 
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
}

.dungeon-grid .diamond-card {
    aspect-ratio: 16 / 10 !important; 
    position: relative !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.dungeon-grid .diamond-inner {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
}

.farm-diamonds-holder.dungeon-grid .diamond-card .diamond-inner::after {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background: radial-gradient(circle at center, rgba(11, 8, 7, 0.35) 0%, rgba(6, 4, 3, 0.55) 100%) !important;
    z-index: 2 !important;
}

.dungeon-grid .diamond-card .zone-name {
    position: absolute !important;
    z-index: 3 !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    text-align: center !important;
    width: 90% !important;
    white-space: normal !important;
    display: block !important;
    margin: 0 !important;
}

@media (min-width: 992px) {
    .farm-diamonds-holder.dungeon-grid .dungeon-promo-card-fixed {
        grid-column: span 2 !important;
        width: 100% !important;
        position: relative !important;
    background: #070504 !important;
    border: 1.5px solid #3c2a1c !important; 
        outline: 1px solid rgba(223, 183, 108, 0.25) !important;
        outline-offset: -4px !important;
                box-shadow: inset 0 0 35px rgba(223, 183, 108, 0.15), 
                    0 0 20px rgba(0, 0, 0, 0.5),
                    0 10px 30px rgba(0, 0, 0, 0.5) !important;
        border-radius: 6px !important;
        overflow: hidden !important;
        cursor: default !important;
        aspect-ratio: 32 / 10 !important; 
        height: auto !important;
        padding-bottom: 0 !important;
    }
}

.farm-diamonds-holder.dungeon-grid .dungeon-promo-card-fixed .promo-glow-bg {
    background: linear-gradient(-45deg, #090605, #1d120a, #332012, #090605) !important;
    background-size: 400% 400% !important;
    animation: promoGlowBgAnim 8s ease infinite !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

@keyframes promoGlowBgAnim {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.promo-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

.typing-line-1 {
    font-family: inherit !important;
    font-size: 25px !important; 
    font-weight: 800 !important;
    color: #f18834 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    letter-spacing: 0.5px !important;
    margin: 0 0 8px 0 !important;
    animation: luxuryTyping1 5.5s linear infinite !important;
}

.typing-line-2 {
    font-family: inherit !important;
    font-size: 15px !important;
    color: #d5c6b6 !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    border-right: 2.5px solid #dfb76c; 
    opacity: 0.95 !important;
    animation: luxuryTyping2 5.5s linear infinite, blinkCursor 0.75s step-end infinite !important;
}

@keyframes luxuryTyping1 {
    0% { clip-path: inset(0 100% 0 0); }
    3% { clip-path: inset(0 100% 0 0); }
    20% { clip-path: inset(0 0% 0 0); }   
    82% { clip-path: inset(0 0% 0 0); }   
    92% { clip-path: inset(0 100% 0 0); } 
    100% { clip-path: inset(0 100% 0 0); }
}

@keyframes luxuryTyping2 {
    0% { clip-path: inset(0 100% 0 0); }
    18% { clip-path: inset(0 100% 0 0); } 
    40% { clip-path: inset(0 0% 0 0); }   
    82% { clip-path: inset(0 0% 0 0); }   
    92% { clip-path: inset(0 100% 0 0); } 
    100% { clip-path: inset(0 100% 0 0); }
}

@keyframes blinkCursor {
    from, to { border-color: transparent; }
    50% { border-color: #dfb76c; }
}

@media (max-width: 991px) {
    .farm-diamonds-holder.dungeon-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    .farm-diamonds-holder.dungeon-grid .dungeon-promo-card-fixed {
        grid-column: span 2 !important; 
        width: 100% !important;
        position: relative !important;
		background: #070504 !important; 
		border: 1.5px solid #3c2a1c !important; 
        border-radius: 6px !important;
        overflow: hidden !important;
        aspect-ratio: 16 / 6 !important; 
        height: auto !important;
        padding-bottom: 0 !important;
    }

    .farm-diamonds-holder.dungeon-grid .dungeon-promo-card-fixed .typing-line-1 { 
        font-size: 15px !important; 
        margin: 0 0 4px 0 !important;
    }
    .farm-diamonds-holder.dungeon-grid .dungeon-promo-card-fixed .typing-line-2 { 
        font-size: 11px !important; 
    }
}

.shortcuts-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 28px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px;
    box-sizing: border-box;
}

.shortcut-parchment-row {
    display: flex;
    align-items: center;
    justify-content: space-between; 
    background: linear-gradient(90deg, rgb(168, 153, 122) 0%, rgb(189, 173, 142) 25%, rgb(214, 199, 171) 50%, rgb(189, 173, 142) 75%, rgb(168, 153, 122) 100%);
    border: 1px solid #dfc09f;
    border-radius: 6px;
    box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.35), 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 12px 20px;
    position: relative;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    min-height: 65px;
}

.shortcut-parchment-row:hover {
    transform: translateY(-2px);
    border-color: rgba(223, 133, 26, 0.8);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2), 0 8px 20px rgba(223, 133, 26, 0.25);
}

.shortcut-key-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 75px;
    width: 75px;
}

.shortcut-key-box.multi-keys {
    min-width: 140px;
    width: 140px;
    gap: 5px;
}

.key-badge {
    background: linear-gradient(135deg, #2c1f13 0%, #19110a 100%);
    color: #ffd285;
    border: 1px solid #5a4225;
    border-radius: 4px;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 18px;
    padding: 4px 14px;
    box-shadow: 0 3px 0 #0d0905, 0 4px 5px rgba(0, 0, 0, 0.5);
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.9);
    display: inline-block;
    text-align: center;
}

.key-badge.font-small {
    font-size: 15px;
    padding: 5px 9px;
}

.key-badge-combo {
    background: linear-gradient(135deg, #3a2b1b 0%, #251a0f 100%);
    color: #f1cf9b;
    border: 1px solid #4a351e;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 6px;
    box-shadow: 0 2px 0 #0f0a06, 0 3px 4px rgba(0, 0, 0, 0.4);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.shortcut-desc-box {
    flex: 1;
    text-align: center;
    padding: 0 15px;
}

.shortcut-desc-box p {
    color: #1e150c;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.15);
}

.shortcut-icon-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 40px;
    width: 40px;
}

.icon-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(71, 58, 41, 0.15);
    border-radius: 50%;
    border: 1px dashed rgba(71, 58, 41, 0.4);
}

.icon-badge i {
    color: #5a4225; 
    font-size: 14px;
}

@media (max-width: 992px) {
    .shortcuts-grid-container {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 15px;
    }
}

@media (max-width: 550px) {
    .shortcut-parchment-row {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        padding: 15px;
    }
    .shortcut-key-box, .shortcut-key-box.multi-keys, .shortcut-icon-box {
        width: auto;
        min-width: 0;
        justify-content: center;
    }
    .shortcut-icon-box {
        order: -1; 
    }
}

.konfor-bg-mesh {
    background-color: #080605;
    background-image: radial-gradient(rgba(255, 170, 34, 0.04) 1.5px, transparent 0);
    background-size: 24px 24px;
    padding: 35px;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: inset 0 0 40px #000;
}

.konfor-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 35px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.konfor-row {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #2a1f17, #3a2a20);
    border: 1px solid #5c4033;
    min-height: 56px;
    position: relative;
    padding: 10px 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.konfor-row.align-left {
    justify-content: flex-start;
    border-radius: 0 8px 8px 0;
    border: 1px solid rgba(255, 170, 34, 0.15);
    border-left: 4px solid rgba(255, 170, 34, 0.85);
}
.konfor-row.align-left .konfor-desc-box {
    text-align: left;
    padding-left: 20px;
}

.konfor-row.align-left:hover {
    transform: translateX(6px);
    border-color: rgba(255, 170, 34, 0.6);
    border-left-color: #ffaa22;
    background: linear-gradient(90deg, #211612 0%, #17100d 40%, #140f0c 100%);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.8), -5px 5px 20px rgba(255, 170, 34, 0.2);
}

.konfor-row.align-right {
    justify-content: flex-end;
    border-radius: 8px 0 0 8px;
    border: 1px solid rgba(255, 170, 34, 0.15);
    border-right: 4px solid rgba(255, 170, 34, 0.85);
}
.konfor-row.align-right .konfor-desc-box {
    text-align: right;
    padding-right: 20px;
}

.konfor-row.align-right:hover {
    transform: translateX(-6px); 
    border-color: rgba(255, 170, 34, 0.6);
    border-right-color: #ffaa22; 
    background: linear-gradient(270deg, #211612 0%, #17100d 40%, #140f0c 100%);
}

.konfor-logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
}

.icon-gold-globe {
    width: 40px;
    height: 40px;
    background: #090605;
    border: 1px solid rgba(255, 170, 34, 0.35); 
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 8px #000;
    transition: all 0.2s ease;
    position: relative;
}

.icon-gold-globe i {
    color: #ebd09e; 
    font-size: 15px;
    display: inline-block !important;
    visibility: visible !important;
    filter: drop-shadow(0 1px 2px #000);
}

.konfor-row:hover .icon-gold-globe {
    border-color: #ffaa22;
    background: #1a110d;
}
.konfor-row:hover .icon-gold-globe i {
    color: #ffaa22; 
}

.konfor-desc-box {
    flex: 1;
}

.konfor-desc-box p {
    color: #d1c4b2;
    font-size: 15.5px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    font-family: sans-serif;
}

@media (max-width: 850px) {
    .konfor-grid-container {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .konfor-row.align-left, .konfor-row.align-right {
        border-radius: 6px !important;
        border: 1px solid rgba(255, 170, 34, 0.3) !important;
        border-left: 4px solid #ffaa22 !important;
    }
    .konfor-row.align-right {
        flex-direction: row-reverse;
        justify-content: flex-start;
    }
    .konfor-row.align-right .konfor-desc-box {
        text-align: left;
        padding-right: 0;
        padding-left: 20px;
    }
}

.rpg-node-tree:not(:has(.tree-node-row:nth-child(2))):not(:has(.luxury-announcement-item:nth-child(2)))::before {
    display: none !important;
}

.rpg-node-tree:not(:has(.tree-node-row:nth-child(2))):not(:has(.luxury-announcement-item:nth-child(2))) .luxury-badge-pulse,
.rpg-node-tree:not(:has(.tree-node-row:nth-child(2))):not(:has(.luxury-announcement-item:nth-child(2))) .node-slot-wrapper {
    display: none !important;
}

.rpg-node-tree:not(:has(.tree-node-row:nth-child(2))):not(:has(.luxury-announcement-item:nth-child(2))) .luxury-announcement-item,
.rpg-node-tree:not(:has(.tree-node-row:nth-child(2))):not(:has(.luxury-announcement-item:nth-child(2))) .node-content-bar {
    margin-left: 0 !important;
    left: 0 !important;
    width: 100% !important;
}

@media (max-width: 768px) {
    .rpg-node-tree:not(:has(:nth-child(2)))::before {
        display: none !important;
    }
}
