@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

/* Coming Soon Page Styles */


/* ====== Base ====== */
:root {
    --bg0: #070712;
    --bg1: #0b0b1b;
    --card: #0f1024cc;
    --stroke: #2b2d55;
    --text: #e9e9ff;
    --muted: #b7b7d6;
    --neon1: #7c4dff;
    --neon2: #00e5ff;
    --neon3: #ff2bd6;
    --good: #43ff8a;
    --warn: #ffcf5a;
    --bad: #ff5a7a;
    --radius: 24px;
    --shadow: 0 18px 60px rgba(0,0,0,.55);
}

/* Full-page shell */
.gx-shell {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 32px 16px;
    background: radial-gradient(1200px 600px at 20% 10%, rgba(124,77,255,.22), transparent 60%), radial-gradient(900px 600px at 80% 20%, rgba(0,229,255,.18), transparent 55%), radial-gradient(900px 700px at 60% 90%, rgba(255,43,214,.14), transparent 60%), linear-gradient(180deg, var(--bg1), var(--bg0));
    color: var(--text);
    position: relative;
    overflow: hidden;
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

/* Animated star-ish noise background */
.gx-bg {
    position: absolute;
    inset: -40px;
    background: radial-gradient(2px 2px at 20% 30%, rgba(255,255,255,.35) 40%, transparent 42%), radial-gradient(1.5px 1.5px at 70% 10%, rgba(255,255,255,.25) 40%, transparent 42%), radial-gradient(1.8px 1.8px at 85% 65%, rgba(255,255,255,.20) 40%, transparent 42%), radial-gradient(1.2px 1.2px at 10% 80%, rgba(255,255,255,.22) 40%, transparent 42%), radial-gradient(1.6px 1.6px at 40% 55%, rgba(255,255,255,.18) 40%, transparent 42%);
    opacity: .25;
    filter: blur(.2px);
    animation: drift 10s linear infinite;
    pointer-events: none;
}

@keyframes drift {
    0% {
        transform: translate3d(0,0,0);
    }

    50% {
        transform: translate3d(12px,-10px,0);
    }

    100% {
        transform: translate3d(0,0,0);
    }
}

/* CRT scanlines overlay */
.gx-scanlines {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient( to bottom, rgba(255,255,255,.03), rgba(255,255,255,.03) 1px, rgba(0,0,0,0) 3px, rgba(0,0,0,0) 6px );
    mix-blend-mode: overlay;
    opacity: .35;
    pointer-events: none;
}

/* ====== Card ====== */
.gx-card {
    width: min(920px, 100%);
    border-radius: var(--radius);
    background: linear-gradient(180deg, rgba(15,16,36,.92), rgba(10,10,22,.88));
    border: 1px solid rgba(43,45,85,.85);
    box-shadow: var(--shadow);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

    /* Neon border glow */
    .gx-card::before {
        content: "";
        position: absolute;
        inset: -2px;
        border-radius: calc(var(--radius) + 2px);
        background: conic-gradient(from 180deg, rgba(124,77,255,.7), rgba(0,229,255,.65), rgba(255,43,214,.65), rgba(124,77,255,.7));
        filter: blur(18px);
        opacity: .35;
        z-index: 0;
    }

    .gx-card > * {
        position: relative;
        z-index: 1;
    }

/* ====== Header ====== */
.gx-header {
    padding: 22px 28px 10px;
    border-bottom: 1px solid rgba(43,45,85,.7);
}

.gx-marquee {
    height: 22px;
    overflow: hidden;
    border-radius: 0;
    border: 1px solid rgba(124,77,255,.35);
    background: rgba(124,77,255,.10);
    box-shadow: 0 0 0 1px rgba(0,229,255,.08) inset;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
}

    .gx-marquee span {
        display: inline-block;
        white-space: nowrap;
        padding-left: 100%;
        animation: marquee 20s linear infinite;
        color: rgba(233,233,255,.85);
        text-transform: uppercase;
        letter-spacing: .14em;
        font-weight: 700;
        font-size: 12px;
        line-height: 22px;
    }

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.gx-title {
    margin: 0;
    font-size: clamp(40px, 6vw, 64px);
    letter-spacing: .08em;
    line-height: 1;
    text-shadow: 0 0 12px rgba(124,77,255,.55), 0 0 18px rgba(0,229,255,.35);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.gx-title-logo {
    display: block;
    max-height: 240px;
    width: auto;
    max-width: 100%;
}

.gx-subtitle {
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 14px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

/* ====== Hero layout ====== */
.gx-hero {
    display: grid;
    grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
    gap: 24px;
    padding: 28px;
    align-items: stretch;
}

.gx-hero-left,
.gx-hero-right {
    display: flex;
    align-items: center;
}

.gx-hero-left {
    justify-content: center;
}

.gx-hero-right {
    justify-content: center;
}

/* ====== Center content ====== */
.gx-center {
    padding: 0;
    width: 100%;
}

.gx-screen {
    border-radius: 22px;
    border: 1px solid rgba(43,45,85,.85);
    background: radial-gradient(900px 300px at 20% 20%, rgba(0,229,255,.18), transparent 55%), radial-gradient(900px 300px at 80% 80%, rgba(255,43,214,.14), transparent 60%), linear-gradient(180deg, rgba(6,6,18,.9), rgba(10,10,22,.9));
    padding: 18px;
    box-shadow: 0 0 0 1px rgba(255,255,255,.04) inset, 0 16px 40px rgba(0,0,0,.45);
}

.gx-screen-inner {
    border-radius: 16px;
    border: 1px solid rgba(124,77,255,.25);
    background: rgba(10,10,22,.65);
    padding: 18px 18px 16px;
    position: relative;
    overflow: hidden;
}

    .gx-screen-inner::after {
        content: "";
        position: absolute;
        inset: -60px;
        background: radial-gradient(500px 120px at 40% 0%, rgba(255,255,255,.10), transparent 60%);
        transform: rotate(-8deg);
        pointer-events: none;
    }

/* Status row */
.gx-status {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.gx-chip {
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(233,233,255,.85);
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(0,229,255,.35);
    background: rgba(0,229,255,.10);
}

.gx-pulse {
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--good);
    text-shadow: 0 0 14px rgba(67,255,138,.35);
    animation: pulse 1.3s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: .75;
        transform: translateY(0);
    }

    50% {
        opacity: 1;
        transform: translateY(-1px);
    }
}

.gx-copy {
    margin: 10px 0 14px;
    color: rgba(233,233,255,.88);
    line-height: 1.6;
    max-width: 100%;
}

.gx-countdown-fake {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-radius: 14px;
    border: 1px solid rgba(255,43,214,.25);
    background: rgba(255,43,214,.07);
    padding: 10px 12px;
}

.gx-label {
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(233,233,255,.75);
}

.gx-digits {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 18px;
    letter-spacing: .22em;
    color: rgba(233,233,255,.95);
    text-shadow: 0 0 10px rgba(124,77,255,.35);
}

/* ====== Actions layout ====== */
.gx-actions {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 16px;
    align-items: start;
    padding: 0 28px 28px;
}

@media (max-width: 820px) {
    .gx-actions {
        grid-template-columns: 1fr;
        padding: 0 20px 28px;
    }
}

@media (max-width: 900px) {
    .gx-hero {
        grid-template-columns: 1fr;
        padding: 24px 20px 28px;
    }

    .gx-hero-left {
        order: -1;
    }

    .gx-title-logo {
        max-height: 200px;
    }
}

/* ====== Email row ====== */
.gx-email {
    display: grid;
    gap: 10px;
}

.gx-email-label {
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(233,233,255,.70);
}

.gx-email-row {
    display: flex;
    gap: 10px;
    width: 100%;
}

.gx-input {
    flex: 1;
    border-radius: 14px;
    border: 1px solid rgba(43,45,85,.85);
    background: rgba(6,6,18,.65);
    padding: 12px 12px;
    color: rgba(233,233,255,.95);
    outline: none;
}

    .gx-input:focus {
        border-color: rgba(124,77,255,.55);
        box-shadow: 0 0 0 4px rgba(124,77,255,.18);
    }

.gx-btn {
    border: 1px solid rgba(0,229,255,.45);
    background: rgba(0,229,255,.12);
    color: rgba(233,233,255,.95);
    border-radius: 14px;
    padding: 12px 14px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease, opacity .12s ease;
    white-space: nowrap;
}

    .gx-btn:hover:not(:disabled) {
        border-color: rgba(255,43,214,.45);
        box-shadow: 0 0 0 1px rgba(255,43,214,.10) inset, 0 16px 32px rgba(0,0,0,.35);
        transform: translateY(-1px);
    }

    .gx-btn:active:not(:disabled) {
        transform: translateY(0);
    }

    .gx-btn:disabled {
        opacity: .45;
        cursor: not-allowed;
    }

.gx-hint {
    font-size: 12px;
    color: rgba(233,233,255,.60);
}

.gx-error {
    margin-top: 6px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(255,90,122,.35);
    background: rgba(255,90,122,.10);
    color: rgba(233,233,255,.95);
}

.gx-success {
    margin-top: 6px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(67,255,138,.35);
    background: rgba(67,255,138,.10);
    color: rgba(233,233,255,.95);
}

/* ====== Contact panel ====== */
.gx-contact {
    border-radius: 18px;
    border: 1px solid rgba(43,45,85,.75);
    background: rgba(12,12,30,.40);
    padding: 14px;
    box-shadow: 0 10px 28px rgba(0,0,0,.30);
    display: grid;
    gap: 10px;
}

.gx-contact-title {
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(233,233,255,.80);
    margin-bottom: 2px;
}

.gx-contact-row {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: rgba(233,233,255,.92);
    padding: 10px 10px;
    border-radius: 14px;
    border: 1px solid rgba(43,45,85,.65);
    background: rgba(6,6,18,.40);
    transition: transform .12s ease, border-color .12s ease, box-shadow .12s ease;
}

    .gx-contact-row:hover {
        transform: translateY(-1px);
        border-color: rgba(0,229,255,.40);
        box-shadow: 0 12px 28px rgba(0,0,0,.32);
    }

.gx-contact-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 999px;;
    background: rgba(124,77,255,.12);
    box-shadow: 0 0 14px rgba(124,77,255,.18);
    font-size: 16px;
}

span.gx-contact-icon svg {
    fill: rgba(124,77,255,.30);
}

.gx-contact-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
}

.gx-contact-label {
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(233,233,255,.65);
}

.gx-contact-value {
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gx-contact-cta {
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(233,233,255,.70);
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(0,229,255,.22);
    background: rgba(0,229,255,.08);
}

.gx-whatsapp .gx-contact-icon {
    background: rgba(67,255,138,.10);
    box-shadow: 0 0 14px rgba(67,255,138,.18);
}

.gx-whatsapp .gx-contact-icon svg {
    fill: rgba(67,255,138,.40);
}

/* ====== Footer ====== */
.gx-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 22px;
    border-top: 1px solid rgba(43,45,85,.7);
    color: rgba(233,233,255,.65);
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gx-footer-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.gx-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(67,255,138,.85);
    box-shadow: 0 0 12px rgba(67,255,138,.35);
}

/* ====== Modal (confirm notify) ====== */
.gx-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.62);
    backdrop-filter: blur(6px);
    display: grid;
    place-items: center;
    padding: 16px;
    z-index: 1000;
}

.gx-modal {
    width: min(540px, 100%);
    border-radius: 22px;
    border: 1px solid rgba(43,45,85,.85);
    background: linear-gradient(180deg, rgba(15,16,36,.96), rgba(10,10,22,.94));
    box-shadow: 0 24px 90px rgba(0,0,0,.65);
    position: relative;
    overflow: hidden;
}

.gx-modal-glow {
    position: absolute;
    inset: -2px;
    background: conic-gradient(from 180deg, rgba(124,77,255,.55), rgba(0,229,255,.5), rgba(255,43,214,.5), rgba(124,77,255,.55));
    filter: blur(22px);
    opacity: .22;
    pointer-events: none;
}

.gx-modal-header {
    padding: 18px 18px 10px;
    position: relative;
}

.gx-modal-badge {
    display: inline-block;
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255,207,90,.35);
    background: rgba(255,207,90,.10);
    color: rgba(233,233,255,.9);
    margin-bottom: 10px;
}

.gx-modal-title {
    margin: 0;
    font-size: 22px;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(124,77,255,.28);
}

.gx-modal-body {
    padding: 0 18px 14px;
    color: rgba(233,233,255,.88);
    line-height: 1.55;
}

.gx-modal-line {
    margin-top: 8px;
}

.gx-modal-email {
    margin-top: 14px;
    border-radius: 16px;
    border: 1px solid rgba(0,229,255,.25);
    background: rgba(0,229,255,.07);
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.gx-modal-email-label {
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(233,233,255,.70);
}

.gx-modal-email-value {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    letter-spacing: .06em;
    color: rgba(233,233,255,.96);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
    text-align: right;
}

.gx-modal-note {
    margin-top: 10px;
    font-size: 12px;
    color: rgba(233,233,255,.62);
}

.gx-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 14px 18px 18px;
    border-top: 1px solid rgba(43,45,85,.65);
    position: relative;
}

/* Button variants */
.gx-btn-ghost {
    border-color: rgba(233,233,255,.18);
    background: rgba(233,233,255,.06);
}

.gx-btn-primary {
    border-color: rgba(67,255,138,.40);
    background: rgba(67,255,138,.12);
}

    .gx-btn-primary:hover {
        border-color: rgba(67,255,138,.60);
    }

/* ====== Toast ====== */
.gx-toast {
    position: fixed;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    width: min(820px, calc(100% - 32px));
    border-radius: 18px;
    border: 1px solid rgba(67,255,138,.30);
    background: rgba(10,10,22,.88);
    box-shadow: 0 18px 60px rgba(0,0,0,.55);
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1100;
    backdrop-filter: blur(10px);
}

.gx-toast-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(67,255,138,.85);
    box-shadow: 0 0 14px rgba(67,255,138,.35);
    flex: 0 0 auto;
}

.gx-toast strong {
    font-weight: 900;
}

.gx-toast-close {
    margin-left: auto;
    border: 1px solid rgba(233,233,255,.18);
    background: rgba(233,233,255,.06);
    color: rgba(233,233,255,.85);
    border-radius: 12px;
    padding: 8px 10px;
    cursor: pointer;
}

    .gx-toast-close:hover {
        border-color: rgba(0,229,255,.35);
    }

/* ====== Responsive ====== */
@media (max-width: 520px) {
    .gx-header {
        padding: 18px 18px 10px;
    }

    .gx-center {
        padding: 18px;
    }

    .gx-email-row {
        flex-direction: column;
    }

    .gx-btn {
        width: 100%;
    }

    .gx-modal-actions {
        flex-direction: column;
    }
}
