 :root {
            --f-red: #C00000;
            --f-black: #000000;
            --f-grey: #f0f0f0;
            --f-border: #1a1a1a;
            --font-main: 'Inter', sans-serif;
            --font-serif: 'Playfair Display', serif;
        }

        body { 
            margin: 0; 
            padding: 0; 
            background: #fff; 
            font-family: 'Space Grotesk', sans-serif; 
        }
        
        
        .forbes-top-nav { 
            border-bottom: 1px solid #e0e0e0; 
            padding: 10px 40px; 
            display: flex; 
            justify-content: space-between; 
            align-items: center; 
            font-family: 'IBM Plex Mono', monospace; 
            font-size: 11px; 
            text-transform: uppercase; 
            letter-spacing: 1.5px; 
            color: #000; 
        }
        
        .header-main { 
            text-align: center; 
            padding: 40px 0 20px 0; 
            background: #fff; 
        }
        
        .registry-hero { 
            padding: 10px; 
            text-align: center; 
        }

        .registry-hero img { 
            max-width: 34rem; 
            width: 100%; 
            height: auto; 
        }
        
        .hero-meta { 
            display: flex; 
            justify-content: center; 
            margin-top: 20px; 
            text-align: center; 
        }

        .hero-meta .description { 
            max-width: 650px; 
            font-size: 14px; 
            line-height: 1.5; 
            font-weight: 500; 
            color: #333; 
                       font-family: var(--covelgram-font-serif)!important;
        }

        /* КОНТЕЙНЕР НАВИГАЦИИ */
        .nav-container { 
            border-top: 1px solid #000; 
            border-bottom: 4px double #000; 
            margin-top: 20px; 
            background: #fff; 
            position: sticky; 
            top: 0; 
            z-index: 100;
            width: 100%;
        }

        /* САМО МЕНЮ-СЛАЙДЕР */
        .category-nav { 
            max-width: 2500px; 
            display: flex; 
            flex-wrap: nowrap; /* Запрещаем перенос на новую строку */
            overflow-x: auto;  /* Включаем горизонтальную прокрутку */
            -webkit-overflow-scrolling: touch; /* Плавный скролл на iOS */
            padding: 0; 
            margin: 0;
            list-style: none; 
            align-items: center; 
        }

        /* Скрываем полосу прокрутки (по желанию) */
        .category-nav::-webkit-scrollbar {
            display: none;
        }
        .category-nav {
            -ms-overflow-style: none;  /* IE and Edge */
            scrollbar-width: none;  /* Firefox */
        }

        .category-nav a { 
            display: inline-block; 
            padding: 15px 20px; 
            color: #000; 
            text-decoration: none; 
            font-size: 13px; 
            font-weight: 700; 
            text-transform: uppercase; 
            letter-spacing: 0.5px; 
            white-space: nowrap; /* Текст не разрывается */
            flex-shrink: 0; /* Пункты не сжимаются */
        }

        .category-nav a:hover { 
            color: var(--f-red); 
        }

        .nav-analytics-btn {
            background: #fff2c2;
            color: #000 !important;
            border-right: 1px solid #000;
            font-weight: 900;
        }

        .nav-registry-btn {
            background: var(--f-black) !important;
            color: #fff !important;
            padding: 15px 25px !important;
            font-weight: 900 !important;
            position: sticky; /* Кнопка WORLD REGISTRY остается слева при скролле (опционально) */
            left: 0;
            z-index: 2;
        }

        @media (max-width: 1024px) { 
            .registry-hero img { max-width: 80%; } 
            .forbes-top-nav { display: none; } 
        }

        @media (max-width: 764px) { 
            .hero-meta { margin: 0!important; }
            .hero-meta .description { display: none!important; }
            .category-nav a { padding: 12px 15px; font-size: 12px; }
        }
        .fbs-footer-logo img {
    max-width: 22rem;
}
.fbs-footer {
    background: #000;
    color: #fff;
    padding: 60px 20px 40px;
    font-family: 'Space Grotesk', sans-serif;
    margin-top: 60px;
    border-radius: 50px 50px 0px 0px;
}
.fbs-footer-container {
    max-width: 1200px;
    margin: 0 auto;
}
.fbs-footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.fbs-footer-logo {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1px;
}
.fbs-footer-social a {
    color: #fff;
    font-size: 18px;
    margin-left: 20px;
    text-decoration: none;
    transition: opacity 0.3s;
}
.fbs-footer-social a:hover {
    opacity: 0.7;
}
.fbs-footer-divider {
    border: 0;
    border-top: 1px solid #333;
    margin: 0;
}
.fbs-footer-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 40px 0;
}
.fbs-nav-col h4 {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
    margin-bottom: 20px;
}
.fbs-nav-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.fbs-nav-col ul li {
    margin-bottom: 12px;
}
.fbs-nav-col ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s;
}
.fbs-nav-col ul li a:hover {
    color: #c00;
}
.fbs-footer-bottom {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.fbs-legal-links a {
    color: #666;
    text-decoration: none;
    margin-left: 20px;
}
.fbs-legal-links a:hover {
    text-decoration: underline;
}
        @media (max-width: 768px) {
            .fbs-footer-nav {
                grid-template-columns: repeat(2, 1fr);
            }
            .fbs-footer-top {
                flex-direction: column;
                gap: 20px;
            }
            .fbs-footer-bottom {
                flex-direction: column;
                text-align: center;
                gap: 15px;
            }
            .fbs-legal-links a {
        margin: 0 10px;
            }
        }

        .page {
            max-width: 1180px;
            margin: 0 auto;
            padding: 40px 20px 80px;
        }

        .card {
            background: #fff;
            border: 1px solid #111;
            border-radius: 16px;
            box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
        }

        .muted {
            color: #666;
            font-size: 12px;
            letter-spacing: 1px;
            text-transform: uppercase;
            font-family: 'IBM Plex Mono', monospace;
        }

        .auth-card {
            max-width: 460px;
            margin: 40px auto;
            padding: 32px;
        }

        .auth-card h2 {
            font-family: 'Playfair Display', serif;
            font-size: 30px;
            margin: 4px 0 8px;
        }

        .auth-form {
            display: grid;
            gap: 12px;
            margin-top: 18px;
        }

        .auth-form input {
            border: 1px solid #111;
            border-radius: 10px;
            padding: 12px 14px;
            font-size: 14px;
            font-family: 'Space Grotesk', sans-serif;
            background: #fff;
            outline: none;
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
        }

        .auth-form input:focus {
            border-color: #000;
            box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
        }

        .auth-form button {
            background: #000;
            color: #fff;
            border: 0;
            border-radius: 999px;
            padding: 12px 16px;
            font-size: 12px;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            font-family: 'IBM Plex Mono', monospace;
            cursor: pointer;
            transition: transform 0.2s ease, opacity 0.2s ease;
        }

        .auth-form button:hover {
            transform: translateY(-1px);
            opacity: 0.92;
        }

        .auth-footer {
            margin-top: 16px;
            font-size: 13px;
            color: #333;
        }

        .auth-footer a {
            color: #000;
            font-weight: 700;
            text-decoration: none;
        }

        .auth-footer a:hover {
            text-decoration: underline;
        }

        .alert-error {
            background: #fff2f2;
            border: 1px solid #c00000;
            color: #8b0000;
            padding: 10px 12px;
            border-radius: 10px;
            font-size: 13px;
            margin-top: 12px;
        }
