:root {
    --bg-deep: #070d17;
    --bg-panel: #0f1c30;
    --bg-panel-2: #172843;
    --line-steel: #2a4265;
    --text-main: #eef3ff;
    --text-muted: #adc0dc;
    --accent-gold: #d9b45f;
    --accent-ice: #64bfff;
}

html {
    min-height: 100%;
    background-color: var(--bg-deep);
    font-family: "Manrope", sans-serif;
}

body {
    margin: 0;
    min-height: 100vh;
    background:
        radial-gradient(1000px 350px at 50% -120px, rgba(91, 144, 204, 0.25), transparent 65%),
        linear-gradient(180deg, #09111d 0%, var(--bg-deep) 55%);
    background-color: var(--bg-deep);
    font-family: inherit;
}

*,
*::before,
*::after {
    font-family: inherit;
}

button,
input,
select,
textarea {
    font: inherit;
}

.blizz-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
}

.topbar {
    background:
        linear-gradient(180deg, rgba(32, 51, 81, 0.92) 0%, rgba(16, 30, 50, 0.94) 100%);
    border-bottom: 1px solid var(--line-steel);
    box-shadow: 0 14px 40px rgba(4, 8, 15, 0.5), inset 0 1px 0 rgba(202, 228, 255, 0.15);
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    backdrop-filter: blur(12px);
}

.topbar::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(100, 191, 255, 0.6) 50%, transparent 100%);
}

.bottombar {
    border-top: 1px solid rgba(194, 220, 255, 0.15);
    border-bottom: 1px solid rgba(12, 21, 36, 0.95);
    background: linear-gradient(180deg, rgba(13, 24, 40, 0.95) 0%, rgba(8, 15, 26, 0.95) 100%);
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.brand-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    box-shadow: 0 0 0 1px rgba(136, 173, 220, 0.2), 0 8px 20px rgba(0, 0, 0, 0.35);
}

.logotext {
    margin: 0;
    font-weight: 800;
    color: var(--text-main);
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-size: 22px;
    text-shadow: 0 2px 12px rgba(100, 191, 255, 0.2);
}

.cta-link {
    color: #f8e9bc;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 800;
    font-size: 12px;
    border: 1px solid rgba(217, 180, 95, 0.7);
    background: linear-gradient(180deg, rgba(217, 180, 95, 0.25) 0%, rgba(217, 180, 95, 0.12) 100%);
    padding: 10px 14px;
    border-radius: 6px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.cta-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 0 18px rgba(217, 180, 95, 0.35);
    background: linear-gradient(180deg, rgba(217, 180, 95, 0.35) 0%, rgba(217, 180, 95, 0.18) 100%);
}

.bottombar button {
    color: var(--text-muted);
    background: transparent;
    border: none;
    border-right: 1px solid rgba(58, 85, 120, 0.5);
    height: 40px;
    padding: 0 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.9px;
    font-size: 11px;
    position: relative;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.bottombar button:last-child {
    border-right: none;
}

.bottombar button:hover {
    color: var(--text-main);
    background-color: rgba(34, 63, 100, 0.38);
}

.bottombar button:hover::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, var(--accent-ice) 50%, transparent 100%);
}

.bottombar button.active {
    color: #f3f7ff;
    background:
        linear-gradient(180deg, rgba(53, 87, 130, 0.42) 0%, rgba(31, 56, 89, 0.38) 100%);
    box-shadow: inset 0 1px 0 rgba(153, 206, 255, 0.28);
}

.bottombar button.active::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #8ed4ff 50%, transparent 100%);
}

.evidences {
    position: fixed;
    top: 100px;
    width: fit-content;
    min-width: 300px;
    min-height: 300px;
    padding: 10px;
    box-sizing: border-box;
    border: 2px solid #182a43;
    background-color: #111c2e;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.evidences img {
    width: 300px;
    height: 300px;
    object-fit: contain;
}

.evidence-body {
    padding-top: 124px;
}

.evidence-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 20px 32px;
}

.evidence-hero {
    background:
        linear-gradient(145deg, rgba(32, 56, 88, 0.45) 0%, rgba(13, 25, 43, 0.8) 70%),
        radial-gradient(420px 240px at 92% 18%, rgba(100, 191, 255, 0.2) 0%, transparent 68%);
    border: 1px solid rgba(92, 132, 185, 0.45);
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 18px;
    box-shadow: 0 16px 36px rgba(3, 8, 16, 0.4), inset 0 1px 0 rgba(195, 227, 255, 0.12);
}

.evidence-kicker {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 11px;
    font-weight: 700;
    color: #9ecfff;
}

.evidence-hero h2 {
    margin: 6px 0 8px;
    color: #f5f9ff;
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.1;
}

.evidence-description {
    margin: 0;
    max-width: 700px;
    color: #c2d3ea;
    font-size: 15px;
}

.evidence-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.evidence-tab {
    border: 1px solid rgba(81, 124, 181, 0.55);
    background: linear-gradient(180deg, rgba(20, 34, 56, 0.95) 0%, rgba(10, 18, 30, 0.95) 100%);
    color: #bfd3ee;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.evidence-tab:hover {
    transform: translateY(-1px);
    color: #ebf4ff;
    border-color: rgba(127, 188, 255, 0.75);
}

.evidence-tab.active {
    color: #f3f8ff;
    border-color: rgba(143, 204, 255, 0.9);
    background: linear-gradient(180deg, rgba(63, 101, 148, 0.55) 0%, rgba(29, 53, 85, 0.6) 100%);
    box-shadow: 0 0 0 1px rgba(110, 183, 255, 0.3), inset 0 1px 0 rgba(196, 228, 255, 0.35);
}

.evidence-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
}

.evidence-card[hidden] {
    display: none;
}

.evidence-card {
    margin: 0;
    background: linear-gradient(180deg, rgba(23, 39, 63, 0.95) 0%, rgba(12, 21, 36, 0.95) 100%);
    border: 1px solid rgba(90, 128, 178, 0.4);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 26px rgba(3, 10, 18, 0.45);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.evidence-card:hover {
    transform: translateY(-3px);
    border-color: rgba(126, 188, 255, 0.7);
    box-shadow: 0 20px 34px rgba(2, 7, 14, 0.56), 0 0 0 1px rgba(108, 177, 255, 0.2);
}

.evidence-card img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    display: block;
    background-color: rgba(7, 15, 25, 0.9);
}

.evidence-card figcaption {
    padding: 10px 12px 11px;
    color: #d7e5f8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-top: 1px solid rgba(82, 120, 171, 0.35);
}

.evidence-empty {
    margin: 12px 0 0;
    color: #9eb6d4;
    font-size: 14px;
    letter-spacing: 0.3px;
}

.placeholder {
    position: fixed;
    font-family: "manrope", sans-serif;
    font-weight: 700;
    top: 132px;
    left: 20px;
    color: #F5F7FA;
    font-size: 24px;
}
.highlight-red {
    font-family: "manrope", sans-serif;
    font-weight: 700;
    color: #e53935;
    font-size: 24px;
}

.highlight-green {
    font-family: "manrope", sans-serif;
    font-weight: 700;
    color: #22c55e;
    font-size: 24px;
}

.reminder {
    position: fixed;
    background-color: #111c2e;
    border-left: 5px solid #facc15;
    height: 100px;
    width: 300px;
    padding-left: 10px;
    top: 210px;
    left: 20px;
}

.reminder h3 {
    position: relative;
    top: -25px;
    font-family: "manrope", sans-serif;
    font-weight: 700;
    color: #facc15;
    font-size: 24px;
    margin-left: 10px;

}

.reminder p {
    position: relative;
    top: -50px;
    font-family: "manrope", sans-serif;
    font-weight: 700;
    color: #F5F7FA;
    font-size: 24px;
    margin-left: 10px;
}

@media (max-width: 640px) {
    .topbar {
        padding: 0 10px;
        height: 64px;
    }

    .bottombar {
        height: 36px;
    }

    .bottombar button {
        height: 36px;
        padding: 0 10px;
        letter-spacing: 0.4px;
        font-size: 10px;
    }

    .logo {
        width: 42px;
        height: 42px;
    }

    .logotext {
        font-size: 18px;
    }

    .cta-link {
        font-size: 10px;
        padding: 8px 10px;
    }

    .placeholder {
        top: 120px;
        font-size: 20px;
    }

    .highlight-red,
    .highlight-green,
    .reminder h3,
    .reminder p {
        font-size: 20px;
    }

    .reminder {
        top: 188px;
        width: calc(100% - 40px);
        box-sizing: border-box;
    }

    .evidence-body {
        padding-top: 112px;
    }

    .evidence-page {
        padding: 14px 12px 20px;
    }

    .evidence-hero {
        padding: 15px;
        margin-bottom: 14px;
    }

    .evidence-description {
        font-size: 14px;
    }

    .evidence-tabs {
        gap: 8px;
        margin-bottom: 12px;
    }

    .evidence-tab {
        font-size: 11px;
        padding: 7px 12px;
    }

    .evidence-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .evidence-card img {
        height: 190px;
    }
}