
        body {
            background-color: #05080d;
            color: #f8f9fa;
        }

        .navbar {
            background: rgba(5, 8, 13, 0.95);
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .hero {
            min-height: 70vh;
            display: flex;
            align-items: center;
            background: radial-gradient(circle at top, #273c75 0, #05080d 60%);
        }

        .hero-title {
            font-size: 3rem;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .hero-subtitle {
            font-size: 1.1rem;
            max-width: 35rem;
        }

        .badge-status {
            text-transform: uppercase;
            letter-spacing: 0.08em;
            font-size: 0.8rem;
        }

        .section-title {
            text-transform: uppercase;
            letter-spacing: 0.15em;
            font-size: 0.9rem;
            color: #adb5bd;
        }

        .feature-icon {
            width: 40px;
            height: 40px;
            border-radius: 999px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 0.9rem;
        }

        .card {
            background-color: #0b111a;
            border-color: rgba(255, 255, 255, 0.08);
        }

        footer {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            background-color: #05080d;
        }

        a {
            color: #66c2ff;
        }

        a:hover {
            color: #9ad4ff;
        }

        @font-face {
            font-family: 'RobotReavers';
            src: url('/join_info/RobotReavers.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }

        /* ROBA header pinned to top-left */
        .navbar-brand {
            font-family: 'RobotReavers', sans-serif;
            font-size: 38px;
            color: white;
        }