        body {
            font-family: "JetBrains Mono", monospace, Tahoma, Geneva, Verdana, sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            margin: 0;
            background: #000000;
        }
        .card {
            background: #000000;
            border-radius: 24px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
            padding: 40px;
            max-width: 480px;
            width: 90%;
            text-align: center;
            transition: 0.3s ease;
        }

        h1 {
            font-size: 28px;
            font-weight: 600;
            color: #ffffff;
            margin: 0;
            font-weight: 400;
        }

        p {
            font-size: 16px;
            line-height: 1.6;
            color: #d8d8d8;
            margin: 0;
            font-weight: 200;
        }

        .status-badge {
            display: inline-block;
            background: #e8e8e8;
            color: #000000;
            font-size: 14px;
            font-weight: 500;
            padding: 8px 18px;
            border-radius: 0;
            letter-spacing: 0.3px;
        }