        @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');
        
        :root {
            --primary: #2c3e50;
            --secondary: #3498db;
            --accent: #e74c3c;
            --dark: #1a252f;
            --light: #ecf0f1;
            --gold: #fec604;
            --silver: #c0c0c0;
            --bronze: #cd7f32;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Montserrat', sans-serif;
        }
        
        body {
            background: linear-gradient(135deg, var(--dark), var(--primary));
            color: var(--light);
            min-height: 100vh;
            overflow-x: hidden;
        }
        
        /* Header */
        header {
            background: rgba(26, 37, 47, 0.9);
            backdrop-filter: blur(10px);
            padding: 15px 0;
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
            border-bottom: 1px solid rgba(52, 152, 219, 0.2);
        }
        
        .header-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 20px;
        }
        
        .nav-links {
            display: flex;
            gap: 30px;
        }
        
        .nav-links a {
            color: var(--light);
            text-decoration: none;
            font-weight: 600;
            font-size: 16px;
            position: relative;
            padding: 5px 0;
            transition: all 0.3s ease;
        }
        
        .nav-links a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background: var(--secondary);
            transition: width 0.3s ease;
        }
        
        .nav-links a:hover {
            color: var(--secondary);
        }
        
        .nav-links a:hover::after {
            width: 100%;
        }
        
        .nav-links a.active {
            color: var(--secondary);
        }
        
        .nav-links a.active::after {
            width: 100%;
        }
        
        .account-btn {
            background: linear-gradient(135deg, var(--secondary), #2980b9);
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
		text-decoration: none;
        }
        
        .account-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
        }
        
        /* Main Content */
        .main-content {
            padding: 150px 20px 100px;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .section-title {
            font-size: 36px;
            margin-bottom: 50px;
            text-align: center;
            position: relative;
            display: inline-block;
            width: 100%;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: var(--secondary);
        }
        

        
        /* Top List */
        .top-list {
            background: rgba(44, 62, 80, 0.5);
            border-radius: 10px;
            padding: 30px;
            margin-top: 80px;
            border: 1px solid rgba(52, 152, 219, 0.2);
        }
        
        .top-title {
            text-align: center;
            font-size: 24px;
            margin-bottom: 30px;
            color: var(--secondary);
        }
        
        .top-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 20px;
            border-bottom: 1px solid rgba(52, 152, 219, 0.1);
            transition: all 0.3s ease;
        }
        
        .top-item:hover {
            background: rgba(52, 152, 219, 0.1);
            transform: translateX(5px);
        }
        
        .top-item:last-child {
            border-bottom: none;
        }
        
        .top-number {
            font-weight: 700;
            width: 30px;
            color: rgba(236, 240, 241, 0.7);
        }
        
        .top-name {
            flex: 1;
            padding: 0 20px;
        }
        
        .top-money {
            font-weight: 600;
            color: var(--secondary);
        }
        
        /* Footer */
        footer {
            background: var(--dark);
            padding: 30px 0;
            text-align: center;
            font-size: 14px;
            color: rgba(236, 240, 241, 0.6);
            margin-top: 50px;
        }
        
        .footer-links {
            display: flex;
            justify-content: center;
            gap: 30px;
            margin-bottom: 20px;
            flex-wrap: wrap;
        }
        
        .footer-links a {
            color: rgba(236, 240, 241, 0.8);
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .footer-links a:hover {
            color: var(--secondary);
        }
        
        /* Particles */
        .particles {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            overflow: hidden;
        }
        
        .particle {
            position: absolute;
            background: rgba(52, 152, 219, 0.5);
            border-radius: 50%;
            animation: float linear infinite;
        }
        
        @keyframes float {
            0% {
                transform: translateY(0) rotate(0deg);
                opacity: 1;
            }
            100% {
                transform: translateY(-1000px) rotate(720deg);
                opacity: 0;
            }
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .header-container {
                flex-direction: column;
                gap: 10px;
            }
            
  
        }
        .forbes_container {
            background-color: #111;
            min-height: 100vh;
            padding-bottom: 10vh
        }

        .fobres-text-block {
            align-items: center;
            color: #fff;
            display: flex;
            font-size: 6vh;
            font-weight: 800;
            justify-content: center;
            padding: 10vh 0
        }

        .forbes-img-container {
            display: flex;
            justify-content: center;
            margin-bottom: 10vh
        }

        .forbes-img-one-text,.forbes-img-three-text,.forbes-img-two-text {
            align-items: center;
            display: flex;
            font-size: 6vh;
            font-weight: 200;
            justify-content: center;
            margin-bottom: 2vh
        }

        .forbes-img-one-text {
            color: #ff3500
        }

        .forbes-img-two-text {
            color: #9aa7d7
        }

        .forbes-img-three-text {
            color: #8a420e
        }

        .forbes-img-three,.forbes-img-two {
            margin-top: 15vh
        }

        .forbes-img-three {
            margin-left: 10vh
        }

        .forbes-img-two {
            margin-right: 10vh
        }

        .forbes-down-background-one {
            background-image: linear-gradient(211.23deg,#fda301 -179.92%,rgba(253,163,1,0) 73.53%);
            display: flex;
            justify-content: center;
            max-height: 40vh;
            max-width: 27vh;
            width: 97%
        }

        .forbes-down-background-one-block {
            align-items: center;
            width: 100%
        }

        .forbes-down-background-one-block,.forbes-down-background-two,.forbes-img-one-up,.forbes-img-three-up,.forbes-img-two-up {
            display: flex;
            justify-content: center
        }

        .forbes-down-background-two {
            background-image: linear-gradient(211.23deg,#d4daef -179.92%,rgba(212,218,239,0) 73.53%);
            max-height: 40vh;
            max-width: 27vh;
            width: 97%
        }

        .forbes-down-background-two-block {
            align-items: center;
            display: flex;
            justify-content: center;
            width: 100%
        }

        .forbes-down-background-three {
            background-image: linear-gradient(211.23deg,#976b1b -179.92%,rgba(151,107,27,0) 73.53%);
            display: flex;
            justify-content: center;
            max-height: 40vh;
            width: 97%
        }

        .forbes-down-background-three-block {
            align-items: center;
            display: flex;
            justify-content: center;
            width: 100%
        }

        .forbes-down-image {
            height: 40vh;
            max-width: 275px
        }

        .forbes-up-nickname {
            align-items: center;
            color: #fff;
            display: flex;
            font-size: 3vh;
            font-weight: 800;
            justify-content: center;
            letter-spacing: .3vh;
            padding-top: 5vh
        }

        .dashboard_headers {
            background-color: #111
        }

        .forbes-up-money {
            align-items: center;
            color: #fff;
            font-size: 2.5vh;
            font-weight: 100;
            padding-top: 2vh
        }

        .forbes-top-block,.forbes-up-money {
            display: flex;
            justify-content: center
        }

        .forbes-top-block {
            padding-top: 1vh
        }

        .forbes-top {
            align-items: center;
            display: flex;
            justify-content: space-between;
            padding: 0 20%;
            width: 100%
        }

        .forbes-number {
            border: .0625rem solid hsla(0,0%,100%,.1);
            border-radius: 50%;
            color: #fff;
            font-size: 3vh;
            font-weight: 200;
            height: 5.25vh;
            width: 5.25vh
        }

        .forbes-number,.forbes-top-one {
            align-items: center;
            display: flex;
            justify-content: center
        }

        .forbes-nick {
            color: #fff;
            font-size: 2vh;
            font-weight: 500;
            letter-spacing: .2vh;
            margin-left: 3vh
        }
		@media (max-width: 768px) {
			.forbes-img-one, .forbes-img-two, .forbes-img-three {
				width: 15%; /* Чуть меньше ширина */
			}
			
			.forbes-img-one-text, .forbes-img-two-text, .forbes-img-three-text {
				font-size: 1.5vh;
			}
			
			.forbes-down-image {
				height: 12vh;
			}
			
			.forbes-up-nickname {
				font-size: 1.0vh;
			}
			
			.forbes-up-money {
				font-size: 1.0vh;
			}
		}