        body {
            margin: 0;
            min-height: 100vh;
            display: grid;
            place-items: center;
            background: #000;
            color: rgba(255,255,255,0.88);
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
        }
        a {
            color: #fff;
            font-weight: 600;
        }
        .message {
            text-align: center;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            font-size: 12px;
        }
    