* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: linear-gradient(135deg, #0f172a, #111827, #1e293b);
    color: #ffffff;
    min-height: 100vh;
}

.topbar {
    height: 70px;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: blur(18px);
    background: rgba(255,255,255,.05);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.logo {
    font-size: 28px;
    font-weight: bold;
}

nav a {
    color: white;
    text-decoration: none;
    margin-left: 25px;
    transition: .25s;
}

nav a:hover {
    color: #60a5fa;
}

.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 70px);
    padding: 40px;
}

.hero-card {
    width: 100%;
    max-width: 650px;
    padding: 60px;
    text-align: center;
    border-radius: 22px;
    backdrop-filter: blur(20px);
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 25px 60px rgba(0,0,0,.35);
}

.hero-card h1 {
    font-size: 56px;
    margin-bottom: 20px;
}

.hero-card p {
    font-size: 20px;
    color: #d1d5db;
    line-height: 1.7;
    margin-bottom: 40px;
}

.button {
    display: inline-block;
    padding: 16px 42px;
    border-radius: 12px;
    background: #2563eb;
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: .25s;
}

.button:hover {
    background: #3b82f6;
    transform: translateY(-2px);
}

.share-meta {
    margin: 28px 0;
    padding: 18px;
    text-align: left;
    border: 1px solid rgba(125, 211, 252, .22);
    border-radius: 12px;
    background: rgba(15, 23, 42, .55);
}

.share-meta p {
    margin: 8px 0;
    font-size: 16px;
}

.share-note {
    margin-top: 24px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    color: #94a3b8 !important;
}
form {
    margin-top: 35px;
}

input {
    width: 100%;
    margin-bottom: 18px;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.06);
    color: white;
    font-size: 16px;
    outline: none;
    transition: .2s;
}

input:focus {
    border-color: #3b82f6;
    background: rgba(255,255,255,.10);
}

input::placeholder {
    color: #bfc6d4;
}

button.button {
    width: 100%;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.login-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(rgba(125, 211, 252, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(125, 211, 252, .08) 1px, transparent 1px),
        radial-gradient(circle at 50% 0%, rgba(20, 184, 166, .28), transparent 34%),
        linear-gradient(145deg, #06070a 0%, #10151d 46%, #101712 100%);
    background-size: 42px 42px, 42px 42px, auto, auto;
}

.login-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, transparent 0 44%, rgba(45, 212, 191, .16) 49%, transparent 54%),
        linear-gradient(240deg, transparent 0 48%, rgba(248, 113, 113, .12) 52%, transparent 57%);
    pointer-events: none;
}

.login-card {
    position: relative;
    max-width: 460px;
    padding: 46px;
    border-radius: 8px;
    background: rgba(8, 13, 20, .78);
    border: 1px solid rgba(125, 211, 252, .28);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, .48),
        inset 0 1px 0 rgba(255, 255, 255, .08);
}

.login-card h1 {
    font-size: 42px;
    margin-bottom: 12px;
}

.login-card p {
    margin-bottom: 32px;
    color: #b8f3e6;
    font-size: 17px;
}

.login-card input {
    border-radius: 8px;
    border-color: rgba(125, 211, 252, .26);
    background: rgba(255, 255, 255, .045);
}

.login-card input:focus {
    border-color: #2dd4bf;
    box-shadow: 0 0 0 3px rgba(45, 212, 191, .16);
}

.login-card .button {
    border-radius: 8px;
    background: linear-gradient(135deg, #14b8a6, #38bdf8);
    color: #041014;
    box-shadow: 0 16px 34px rgba(20, 184, 166, .25);
}

.login-card .button:hover {
    background: linear-gradient(135deg, #2dd4bf, #7dd3fc);
}

.approval-card {
    overflow: hidden;
}

.approval-pulse {
    width: 84px;
    height: 84px;
    margin: 6px auto 24px;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, rgba(45, 212, 191, .95) 0 18%, transparent 19%),
        radial-gradient(circle at center, rgba(56, 189, 248, .22) 0 52%, transparent 53%),
        radial-gradient(circle at center, rgba(244, 114, 182, .20) 0 70%, transparent 71%);
    box-shadow:
        0 0 0 1px rgba(125, 211, 252, .24),
        0 0 42px rgba(45, 212, 191, .34);
    animation: approvalPulse 1.8s ease-in-out infinite;
}

.approval-status {
    margin-bottom: 0 !important;
    color: #e0f2fe !important;
    font-size: 16px !important;
}

@keyframes approvalPulse {
    0%, 100% {
        transform: scale(.92);
        opacity: .82;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
}

.ban-card {
    max-width: 820px;
    padding: 34px;
}

.ban-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 7;
    object-fit: cover;
    border-radius: 14px;
    margin-bottom: 28px;
    border: 1px solid rgba(248,113,113,.38);
    box-shadow: 0 20px 46px rgba(127,29,29,.35);
}

.ban-card h1 {
    color: #fee2e2;
    margin-bottom: 14px;
}

.ban-message strong {
    display: block;
    margin: 10px 0;
    color: #fca5a5;
    font-size: 34px;
    letter-spacing: 0;
}

.ban-help {
    margin-bottom: 18px !important;
}

.ban-meta {
    color: #94a3b8;
    font-size: 14px;
}
