<?php
	require_once "header.php";
 ?>


<!DOCTYPE html>
<html lang="pt-BR">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Recompensas: Roah Chamber Challenge</title>
    <style>
        /* Reset básico */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        /* Desativa a rolagem */
        body, html {
            width: 100%;
            height: 100%;
            font-family: Arial, sans-serif;
            color: #FFF;
        }

        /* Background com efeito blur */
        body {
            background: url('img/download_wallsection1.webp') no-repeat center center fixed;
            background-size: cover;
            backdrop-filter: blur(0px);
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }

        /* Container principal */
        .container {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            width: 90%;
            max-width: 1200px;
			margin-top: 180px;
        }

        /* Linha com quadros lado a lado */
        .row {
            display: flex;
            justify-content: space-between;
            gap: 20px;
            width: 100%;
            margin-bottom: 20px;
        }

        /* Quadros individuais */
        .rewards-box {
            background: rgba(0, 0, 0, 0.5); /* Cor darkred com transparência */
            padding: 20px;
            border-radius: 10px;
            flex: 1;
            text-align: center;
            font-size: 1em;
            line-height: 1.6em;
            color: #FFF;
        }


        /* Títulos */
        .rewards-title {
            font-size: 1.5em;
            margin-bottom: 10px;
            color: cyan;
        }
		
        /* Títulos */
        .rewards-titleSILVER {
            font-size: 1.5em;
            margin-bottom: 10px;
            color: silver;
        }
		
        /* Títulos */
        .rewards-titleGOLD {
            font-size: 1.5em;
            margin-bottom: 10px;
            color: gold;
        }
		
        /* Títulos */
        .top-title {
            font-size: 2em;
            margin-bottom: 10px;
            color: white;
        }

        .rewards-title2 {
            font-size: 1.2em;
            margin-bottom: 10px;
            color: #FFD700;
        }

        /* Itens de recompensa */
        .reward-item {
            margin: 5px 0;
        }

        .reward-item img {
            width: 20px;
            height: 20px;
            margin-right: 10px;
        }

        /* Linha separadora */
        .separator {
            border-top: 2px solid #FFD700;
            margin: 15px 0;
        }

        /* Botão Voltar */
        .back-button {
            position: absolute;
            top: 20px;
            left: 20px;
            padding: 10px 20px;
            background-color: rgba(255, 255, 255, 0.1);
            color: #FFF;
            border: 1px solid #FFF;
            border-radius: 5px;
            text-decoration: none;
            font-size: 1em;
            transition: background-color 0.3s ease, color 0.3s ease;
        }

        .back-button:hover {
            background-color: rgba(255, 255, 255, 0.3);
            color: #FFD700;
        }

        /* Informação adicional */
        .info-text {
            font-size: 0.9em;
            color: #FFF;
            text-align: center;
            margin-top: 20px;
        }
		
        /* Informação adicional */
        .info-tittle {
            font-size: 3em;
            color: #FFF;
            text-align: center;
            margin-top: 20px;
        }
		
		
.header-buttons {
    display: flex;
    justify-content: center;
    margin: 20px auto;
    gap: 15px;
}

.header-buttons a {
    padding: 12px 25px;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(145deg, #1e1e1e, #2a2a2a);
    border: 2px solid #555;
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    font-size: 1rem;
    letter-spacing: 0.5px;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.header-buttons a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.header-buttons a:hover::before {
    left: 100%;
}

.header-buttons a:hover {
    background: linear-gradient(145deg, #2a2a2a, #1e1e1e);
    border-color: #777;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.5);
}
.header-buttons a[href="https://vortexaion.com/1x1D"],
.header-buttons a[href="https://vortexaion.com/1x1D"] {
    background: linear-gradient(145deg, #FFE699, #FFD700); /* Amarelo suave */
    border: 2px solid #FFD700; /* Borda amarela */
    color: #333; /* Texto escuro para contraste */
    box-shadow: 0 4px 6px rgba(255, 214, 0, 0.3); /* Sombra amarelada */
}

.header-buttons a[href="https://vortexaion.com/1x1D"]:hover,
.header-buttons a[href="https://vortexaion.com/1x1D"]:hover {
    background: linear-gradient(145deg, #FFD700, #FFE699); /* Inverte o gradiente no hover */
    border-color: #FFC107; /* Borda mais escura no hover */
    box-shadow: 0 6px 8px rgba(255, 214, 0, 0.5); /* Sombra mais intensa no hover */
}

    </style>
</head>
<body>

    <div class="container">
        <!-- Informação adicional -->
        <div class="info-tittle">
            Recompensas do Desafio Roah Champer Challenge
        </div>
		<div class="header-buttons">
			<a href="https://vortexaion.com/RoahChamperChallenge">INICIAIS</a>
			<a href="https://vortexaion.com/RoahGold">GOLD</a>
			<a href="https://vortexaion.com/RoahPlatinum">PLATINUM</a>
			<a href="https://vortexaion.com/RoahMithril">MITHRIL</a>
			<a href="https://vortexaion.com/RoahCeranium">CERANIUM</a>
			<a href="https://vortexaion.com/RoahAncient">ANCIENT</a>
			<a href="https://vortexaion.com/RoahAncientPlus">ANCIENT_PLUS</a>
		</div>
        <!-- Linha de quadros -->
        <div class="row">
            <!-- Quadro 3 -->
            <div class="rewards-box">
                <div class="rewards-titleGOLD">ANCIENT</div>
                <div class="rewards-title2">Itens:</div>
				<!-- Recompensas para o primeiro colocado -->
				<div class="reward-item"><img src="img\webshop/icon_item_coin_pvp_01.png" alt="Battle Medal"> Battle Medal (Rank Base)</div>
				<div class="reward-item"><img src="img\webshop/RedCoin-icon.png" alt="Red Coin"> Red Coin (Rank Base)</div>
				<div class="reward-item"><img src="img\webshop/icon_item_qina01.png" alt="Kinah"> 10kk KINAH</div>
				<div class="reward-item"><img src="img\webshop/icon_item_badge06.png" alt="Crucible Insignia">80.000 Crucible Insignia</div>
				<div class="reward-item"><img src="img\webshop/icon_item_token_named_01.png" alt="Insignia of Conquest">300 Insignia of Conquest</div>
				<div class="reward-item"><img src="img/webshop/icon_item_badge09.png" alt="Ceranium">10 Ceranium Medal</div>
				<div class="reward-item"><img src="img/webshop/icon_item_box07.png" alt="Equipment Box">1 Hyperion's Equipment Box</div>
				<div class="reward-item"><img src="img/webshop/icon_item_box07.png" alt="Equipment Box">1 Vashartis's Equipment Box</div>
				<div class="reward-item"><img src="img\webshop/icon_item_exceed_key_01.png" alt="Evolution Stone"> 20 Evolution Stone</div>
				<div class="reward-item"><img src="img\webshop/icon_item_box03.png" alt="Evolution Stone">1 [Event] Dandy Form Candy Box</div>
				<div class="reward-item"><img src="img/webshop/energystream_pvpPass.png" alt="Energy">5 Energy PvP Stream</div>
				<div class="reward-item"><img src="img\webshop/icon_item_enchant_exceed_01.png" alt="All-Powerful Enchantment Stone"> 25 All-Powerful Enchantment Stone</div>
				<div class="reward-item"><img src="img/webshop/icon_item_key04.png" alt="Protectorate">7 Protectorate's Treasure Chest Key</div>
				<div class="reward-item"><img src="img\webshop/icon_item_key01.png" alt="Protectorate">7 Protectorate's Treasure Crate Key</div>
				<div class="reward-item"><img src="img/webshop/icon_item_key06.png" alt="Protectorate">7 Protectorate's Treasure Chest Key</div>
            </div>
        </div>

        <!-- Informação adicional -->
                <div class="rewards-title2">Informações adicionais</div>
                <div class="reward-item">As recompensas Bases variam de acordo com o tempo que finaliza o desafio e seu rank atual (Exceto as com valores fixos).</div>
    </div>

</body>
</html>