
        body {
            background-color: #131313;
            color: #e5e2e1;
            scroll-behavior: smooth;
            overflow-x: hidden;
        }
        .material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
        }
        .matte-card {
            background: #1c1b1b;
            border: 1px solid #353534;
            box-shadow: none;
        }
        .matte-card-high {
            background: #2a2a2a;
            border: 1px solid #444748;
        }
        .matte-grid {
            background-image: 
                linear-gradient(rgba(229, 226, 225, 0.03) 1px, transparent 1px),
                linear-gradient(90deg, rgba(229, 226, 225, 0.03) 1px, transparent 1px);
            background-size: 48px 48px;
        }
        .ticker-container {
            mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
        }
        @keyframes scroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }
        .animate-scroll {
            animation: scroll 40s linear infinite;
        }
        .accent-line-matte {
            height: 1px;
            background: #444748;
        }
        .hero-matte-gradient {
            background: radial-gradient(circle at 20% 40%, rgba(215, 38, 56, 0.07) 0%, transparent 60%);
        }
    

      body {
        background-color: #131313;
        color: #e5e2e1;
        -webkit-font-smoothing: antialiased;
      }
      .matte-card {
        background-color: #161616;
        border: 1px solid rgba(255, 255, 255, 0.05);
        box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.02);
      }
      .matte-border-b {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
      }
      .matte-border-r {
        border-right: 1px solid rgba(255, 255, 255, 0.05);
      }
      .inner-glow:hover {
        background-color: #1c1b1b;
        border-color: rgba(255, 255, 255, 0.1);
      }
      .material-symbols-outlined {
        font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
      }
    

        body {
            background-color: #0D0D0D;
            color: #e5e2e1;
            font-family: 'Sora', sans-serif;
            margin: 0;
            padding: 0;
        }
        .matte-card {
            background-color: #161616;
            border: 1px solid rgba(255, 255, 255, 0.05);
            transition: all 0.3s ease;
        }
        .matte-card:hover {
            background-color: #1C1C1C;
            border-color: rgba(255, 255, 255, 0.1);
        }
        .inner-glow {
            box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.05);
        }
        .hairline-y {
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }
        .material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
        }
        /* Custom Scrollbar */
        ::-webkit-scrollbar { width: 4px; }
        ::-webkit-scrollbar-track { background: #0D0D0D; }
        ::-webkit-scrollbar-thumb { background: #353534; border-radius: 10px; }
        
        .no-scrollbar::-webkit-scrollbar {
            display: none;
        }
        .no-scrollbar {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }
    

        body {
            background-color: #131313;
            color: #e5e2e1;
            font-family: 'Sora', sans-serif;
            margin: 0;
            overflow-x: hidden;
        }
        .matte-card {
            background-color: #1c1b1b;
            border: 1px solid #353534;
            transition: all 0.3s ease;
        }
        .matte-card:hover {
            border: 1px solid #444748;
        }
        .inner-glow-input {
            background-color: #131313;
            border: none;
            border-bottom: 1px solid #353534;
            transition: border-color 0.3s ease;
        }
        .inner-glow-input:focus {
            outline: none;
            border-bottom: 1px solid #d72638;
            ring: 0;
        }
        .crimson-button {
            background-color: #d72638;
            color: #ffffff;
            transition: opacity 0.2s ease;
        }
        .crimson-button:hover {
            opacity: 0.9;
        }
        .hairline-separator {
            height: 1px;
            background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.05) 50%, rgba(255,255,255,0) 100%);
        }
        .material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
        }
    

        body {
            background-color: #131313;
            color: #e5e2e1;
            overflow-x: hidden;
            scroll-behavior: smooth;
        }
        .topo-pattern {
            background-image: radial-gradient(#ffffff08 1px, transparent 0);
            background-size: 40px 40px;
        }
        .matte-card {
            background: #1c1b1b;
            border: 1px solid #353534;
            box-shadow: none;
        }
        .editorial-line {
            height: 1px;
            background: #444748;
            width: 100%;
        }
        .vertical-line {
            width: 1px;
            background: rgba(255, 255, 255, 0.05);
            height: 100%;
        }
        .glass-blur {
            backdrop-filter: blur(20px);
            background: rgba(13, 13, 13, 0.8);
        }
        .material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
        }
    

        .matte-card {
            background-color: #1c1b1b;
            border: 1px solid #353534;
        }
        .glow-hover:hover {
            border-color: #d72638;
            transition: border-color 0.3s ease;
        }
        .material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
        }
        ::-webkit-scrollbar { width: 6px; }
        ::-webkit-scrollbar-track { background: #131313; }
        ::-webkit-scrollbar-thumb { background: #333; border-radius: 10px; }
        .matte-grid {
            background-image: 
                linear-gradient(rgba(229, 226, 225, 0.03) 1px, transparent 1px),
                linear-gradient(90deg, rgba(229, 226, 225, 0.03) 1px, transparent 1px);
            background-size: 48px 48px;
        }
    