﻿:root {
    /* PayAndLay neon-noir palette */
    --page-back-color: #05040A;
    --panel-back-color: #090713;
    --cyan: #23F3FF;
    --cyan-soft: #8AFBFF;
    --plum: #27112F;
    --purple: #8E36C8;
    --magenta: #FF3FB7;
    --hot-pink: #FF4EC8;
    --gold: #F4C46A;
    --gold-soft: #FFE0A3;
    --amber: #D9872E;
    --ink: #05040A;
    --white: #FFF4FA;
    --muted: #B99BBE;
    /* Scroller */
    --scrolling-banner-back-color: #080612;
    --scrolling-banner-fore-color: #23F3FF;
    /* Regular buttons */
    --button-back-color: #130A1D;
    --button-fore-color: #FFF4FA;
    --button-border-color: #8E36C8;
    /* Hot buttons */
    --hot-button-back-color: #F4C46A;
    --hot-button-fore-color: #150812;
    --hot-button-border-color: #FF3FB7;
}

html {
    min-height: 100%;
    margin: 0;
    padding: 0;
    background-color: var(--page-back-color);
    overflow-y: auto;
}

body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    font-family: 'Kalam', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    background: radial-gradient(circle at top left, rgba(35, 243, 255, 0.14), transparent 28%), radial-gradient(circle at top right, rgba(255, 63, 183, 0.20), transparent 30%), linear-gradient(180deg, #020207 0%, #0A0612 45%, #05040A 100%);
    overflow-y: auto;
}

.container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    background-color: var(--panel-back-color);
    box-shadow: 0 0 26px rgba(35, 243, 255, 0.18), 0 0 52px rgba(255, 63, 183, 0.16), 0 0 90px rgba(244, 196, 106, 0.08);
}

.banner {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.header {
    margin-top: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(90deg, #06050D 0%, #160B20 35%, #25102D 70%, #07050D 100%);
    color: var(--scrolling-banner-fore-color);
    border-top: 2px solid var(--scrolling-banner-fore-color);
    border-bottom: 2px solid var(--scrolling-banner-fore-color);
    box-sizing: border-box;
    box-shadow: 0 0 14px rgba(35, 243, 255, 0.38), inset 0 0 18px rgba(255, 63, 183, 0.10);
}

#ScrollingBanner {
    margin-top: 0;
    padding: 10px 0;
    overflow: hidden;
    font-size: 28px;
    white-space: nowrap;
    text-align: left;
    letter-spacing: 1px;
    line-height: 40px;
    font-weight: 700;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    color: var(--scrolling-banner-fore-color);
    text-shadow: 0 0 5px rgba(35, 243, 255, 0.95), 0 0 13px rgba(35, 243, 255, 0.70), 0 0 22px rgba(255, 63, 183, 0.46);
}

.main {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 12px 24px 26px;
    box-sizing: border-box;
    background: radial-gradient(circle at 18% 0%, rgba(35, 243, 255, 0.10), transparent 30%), radial-gradient(circle at 84% 0%, rgba(255, 63, 183, 0.13), transparent 32%), linear-gradient(180deg, #090713 0%, #05040A 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.styled-button {
    width: 100%;
    margin-top: 15px;
    background: linear-gradient(90deg, #12091B 0%, #1B0E2A 48%, #12091B 100%);
    color: var(--button-fore-color);
    border: 2px solid var(--button-border-color);
    padding: 8px 0;
    box-sizing: border-box;
    font-family: 'Kalam', Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.6px;
    cursor: default;
    border-radius: 13px;
    text-align: center;
    text-transform: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.045), 0 0 8px rgba(142, 54, 200, 0.38), 0 0 14px rgba(255, 63, 183, 0.16), 0 6px 14px rgba(0, 0, 0, 0.46);
    text-shadow: 0 0 4px rgba(255, 244, 250, 0.42), 0 0 10px rgba(255, 63, 183, 0.36);
}

.custom {
    background: linear-gradient(90deg, #F4C46A 0%, #FF71C8 52%, #8E36C8 100%);
    color: var(--hot-button-fore-color);
    border: 2px solid rgba(255, 224, 163, 0.95);
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 0 10px rgba(244, 196, 106, 0.45), 0 0 18px rgba(255, 63, 183, 0.34), 0 7px 16px rgba(0, 0, 0, 0.54);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.20);
}

    .custom:hover {
        background: linear-gradient(90deg, #FFE0A3 0%, #FF8FDB 50%, #B057F2 100%);
        border-color: #23F3FF;
        box-shadow: 0 0 13px rgba(244, 196, 106, 0.65), 0 0 24px rgba(255, 63, 183, 0.50), 0 0 18px rgba(35, 243, 255, 0.24), 0 9px 20px rgba(0, 0, 0, 0.62);
        transform: translateY(-2px);
    }

.button-container {
    margin-bottom: 16px;
}

.scroll {
    padding-left: 50px;
    padding-right: 50px;
}

@media (max-width: 600px) {
    #ScrollingBanner {
        font-size: 23px;
        line-height: 32px;
        letter-spacing: 0.8px;
    }

    .styled-button {
        font-size: 21px;
        padding: 7px 0;
        margin-top: 14px;
        letter-spacing: 0.5px;
        border-radius: 11px;
    }

    .main {
        padding-left: 20px;
        padding-right: 20px;
    }
}
