﻿:root {
      --primary: #1D7BFF;
      --primary-hover: #0a66f0;
      --primary-glow: rgba(29, 123, 255, 0.35);
      --bg-dark: rgb(40, 42, 54);
      --bg-darker: #171921;
      --bg-card: rgba(255, 255, 255, 0.04);
      --bg-card-hover: rgba(255, 255, 255, 0.08);
      --border-color: rgba(255, 255, 255, 0.08);
      --border-glow: rgba(29, 123, 255, 0.5);
      --text-light: #F8FAFC;
      --text-gray: #94A3B8;
      --text-muted: #64748B;
      --silver: #E2E8F0;
      --glass: rgba(23, 25, 33, 0.75);
    }
    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }
    body {
      background-color: var(--bg-darker);
      color: var(--text-light);
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      line-height: 1.6;
      overflow-x: hidden;
    }
    a {
      color: var(--primary);
      text-decoration: none;
      transition: all 0.3s ease;
    }
    a:hover {
      color: var(--text-light);
    }
    .container {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }
    
    .logo {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      text-decoration: none;
    }
    .logo img {
      display: block;
      height: 40px;
      width: auto;
      max-width: 160px;
      object-fit: contain;
      flex-shrink: 0;
    }
    .logo span {
      display: inline-block;
      font-size: 20px;
      font-weight: 800;
      line-height: 1;
      color: var(--text-light);
      white-space: nowrap;
      letter-spacing: 0.5px;
    }

    
    .site-header {
      position: sticky;
      top: 0;
      z-index: 100;
      background: var(--glass);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--border-color);
      padding: 15px 0;
    }
    .header-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .desktop-nav {
      display: flex;
      gap: 25px;
      align-items: center;
    }
    .desktop-nav a {
      color: var(--text-gray);
      font-size: 15px;
      font-weight: 500;
    }
    .desktop-nav a:hover {
      color: var(--primary);
    }
    .header-actions {
      display: flex;
      align-items: center;
      gap: 15px;
    }
    .btn-download-top {
      background: var(--primary);
      color: var(--text-light);
      padding: 8px 20px;
      border-radius: 6px;
      font-size: 14px;
      font-weight: 600;
      border: none;
      cursor: pointer;
    }
    .btn-download-top:hover {
      background: var(--primary-hover);
      box-shadow: 0 0 15px var(--primary-glow);
    }
    .drawer-trigger {
      display: none;
      flex-direction: column;
      gap: 5px;
      background: none;
      border: none;
      cursor: pointer;
      padding: 5px;
    }
    .drawer-trigger span {
      display: block;
      width: 25px;
      height: 2px;
      background: var(--text-light);
      transition: 0.3s;
    }

    
    .drawer-backdrop {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0,0,0,0.7);
      backdrop-filter: blur(5px);
      z-index: 1000;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
    }
    .drawer-backdrop.active {
      opacity: 1;
      visibility: visible;
    }
    .mobile-drawer {
      position: fixed;
      top: 0;
      left: -300px;
      width: 300px;
      height: 100vh;
      background: var(--bg-darker);
      border-right: 1px solid var(--border-color);
      z-index: 1001;
      display: flex;
      flex-direction: column;
      transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
      padding: 20px;
    }
    .mobile-drawer.active {
      left: 0;
    }
    .drawer-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 30px;
    }
    .drawer-close {
      background: none;
      border: none;
      color: var(--text-light);
      font-size: 28px;
      cursor: pointer;
    }
    .mobile-nav {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    .mobile-nav a {
      color: var(--text-gray);
      font-size: 16px;
      font-weight: 500;
      padding: 8px 0;
      border-bottom: 1px solid rgba(255,255,255,0.02);
    }
    .mobile-nav a:hover {
      color: var(--primary);
      padding-left: 5px;
    }
    .drawer-footer {
      margin-top: auto;
      border-top: 1px solid var(--border-color);
      padding-top: 20px;
      font-size: 13px;
      color: var(--text-gray);
    }

    
    .hero-layout-01 {
      position: relative;
      background: radial-gradient(circle at 50% 15%, #1d7bff1e 0%, transparent 60%), var(--bg-dark);
      padding: 100px 0 120px 0;
      border-bottom: 1px solid var(--border-color);
      text-align: center;
      overflow: hidden;
    }
    .hero-layout-01::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      background: url('data:image/svg+xml,%3Csvg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M54 48c-2 0-3 1-4 2v4c1 1 2 2 4 2s3-1 4-2v-4c-1-1-2-2-4-2zm-36 0c-2 0-3 1-4 2v4c1 1 2 2 4 2s3-1 4-2v-4c-1-1-2-2-4-2zM54 12c-2 0-3 1-4 2v4c1 1 2 2 4 2s3-1 4-2v-4c-1-1-2-2-4-2zm-36 0c-2 0-3 1-4 2v4c1 1 2 2 4 2s3-1 4-2v-4c-1-1-2-2-4-2z" fill="%23ffffff" fill-opacity="0.015" fill-rule="evenodd"/%3E%3C/svg%3E');
      pointer-events: none;
    }
    .hero-manifesto {
      max-width: 850px;
      margin: 0 auto;
      z-index: 5;
      position: relative;
    }
    .hero-manifesto .badge {
      display: inline-block;
      background: rgba(29, 123, 255, 0.12);
      border: 1px solid var(--primary);
      color: var(--primary);
      padding: 6px 18px;
      border-radius: 50px;
      font-size: 13px;
      font-weight: 600;
      margin-bottom: 25px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    .hero-manifesto h1 {
      font-size: clamp(32px, 5vw, 56px);
      font-weight: 800;
      line-height: 1.2;
      color: var(--text-light);
      margin-bottom: 20px;
      letter-spacing: -0.5px;
    }
    .hero-manifesto h1 span {
      background: linear-gradient(135deg, #FFF 30%, var(--primary) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .hero-manifesto .subtitle {
      font-size: clamp(15px, 2vw, 19px);
      color: var(--text-gray);
      margin-bottom: 35px;
      line-height: 1.6;
    }
    .hero-manifesto .btn-group {
      display: flex;
      justify-content: center;
      gap: 15px;
      flex-wrap: wrap;
      margin-bottom: 60px;
    }
    .btn-primary {
      background: var(--primary);
      color: var(--text-light);
      padding: 14px 35px;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 700;
      box-shadow: 0 4px 20px var(--primary-glow);
    }
    .btn-primary:hover {
      background: var(--primary-hover);
      transform: translateY(-2px);
    }
    .btn-secondary {
      background: rgba(255,255,255,0.05);
      color: var(--text-light);
      border: 1px solid var(--border-color);
      padding: 14px 35px;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 700;
    }
    .btn-secondary:hover {
      background: rgba(255,255,255,0.1);
      border-color: var(--text-gray);
      transform: translateY(-2px);
    }

    
    .hero-visual-panel {
      position: relative;
      max-width: 950px;
      margin: 0 auto;
      border-radius: 12px;
      background: rgba(23, 25, 33, 0.85);
      border: 1px solid var(--border-color);
      box-shadow: 0 30px 60px rgba(0,0,0,0.4), 0 0 40px rgba(29, 123, 255, 0.08);
      padding: 35px;
      backdrop-filter: blur(20px);
    }
    .visual-panel-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid var(--border-color);
      padding-bottom: 20px;
      margin-bottom: 25px;
    }
    .window-dots {
      display: flex;
      gap: 8px;
    }
    .window-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: rgba(255,255,255,0.15);
    }
    .window-dot:nth-child(1) { background: #FF5F56; }
    .window-dot:nth-child(2) { background: #FFBD2E; }
    .window-dot:nth-child(3) { background: #27C93F; }
    .panel-title-text {
      color: var(--text-gray);
      font-size: 13px;
      font-family: monospace;
      letter-spacing: 0.5px;
    }
    .visual-dashboard-content {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 20px;
    }
    .dashboard-stat-card {
      background: rgba(255,255,255,0.02);
      border: 1px solid var(--border-color);
      border-radius: 8px;
      padding: 20px;
      text-align: left;
    }
    .dashboard-stat-card .card-label {
      font-size: 13px;
      color: var(--text-gray);
      margin-bottom: 5px;
    }
    .dashboard-stat-card .card-value {
      font-size: 24px;
      font-weight: 700;
      color: var(--primary);
    }
    .dashboard-stat-card .card-desc {
      font-size: 11px;
      color: var(--text-muted);
      margin-top: 5px;
    }

    
    .hero-surrounding-cards {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      margin-top: 40px;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      padding: 0 20px;
    }
    .floating-card {
      background: var(--bg-card);
      border: 1px solid var(--border-color);
      border-radius: 12px;
      padding: 25px;
      text-align: left;
      transition: all 0.3s ease;
      box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    }
    .floating-card:hover {
      background: var(--bg-card-hover);
      border-color: var(--border-glow);
      box-shadow: 0 0 20px var(--primary-glow);
      transform: translateY(-5px);
    }
    .floating-card .card-icon {
      width: 45px;
      height: 45px;
      border-radius: 8px;
      background: rgba(29, 123, 255, 0.1);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 18px;
      color: var(--primary);
    }
    .floating-card h3 {
      font-size: 17px;
      font-weight: 700;
      margin-bottom: 10px;
      color: var(--silver);
    }
    .floating-card p {
      font-size: 13px;
      color: var(--text-gray);
      line-height: 1.5;
    }

    
    .section-title {
      text-align: center;
      margin-bottom: 50px;
    }
    .section-title h2 {
      font-size: 32px;
      font-weight: 700;
      color: var(--text-light);
      position: relative;
      display: inline-block;
      padding-bottom: 15px;
    }
    .section-title h2::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 3px;
      background: var(--primary);
    }
    .section-title p {
      color: var(--text-gray);
      margin-top: 15px;
      font-size: 16px;
    }
    .features-section {
      padding: 90px 0;
      background: var(--bg-darker);
    }
    .features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }
    .feature-item {
      background: var(--bg-card);
      border: 1px solid var(--border-color);
      border-radius: 12px;
      padding: 35px;
      transition: all 0.3s ease;
    }
    .feature-item:hover {
      border-color: var(--primary);
      transform: translateY(-5px);
    }
    .feature-item h3 {
      font-size: 20px;
      margin-bottom: 12px;
      color: var(--silver);
    }
    .feature-item p {
      color: var(--text-gray);
      font-size: 14px;
    }

    
    .news-section {
      padding: 90px 0;
      background: var(--bg-dark);
      border-top: 1px solid var(--border-color);
    }
    .news-container {
      display: grid;
      grid-template-columns: 2fr 1fr;
      gap: 40px;
    }
    .articles-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: 25px;
    }
    
    .article-card {
      background: var(--bg-card);
      border: 1px solid var(--border-color);
      border-radius: 10px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      transition: all 0.3s ease;
    }
    .article-card:hover {
      border-color: var(--primary);
      transform: translateY(-3px);
    }
    .card-img-container {
      width: 100%;
      height: 160px;
      background: #20232d;
      position: relative;
    }
    .card-img-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .article-meta {
      padding: 10px 15px 0 15px;
      display: flex;
      justify-content: space-between;
      font-size: 12px;
      color: var(--text-muted);
    }
    .article-body {
      padding: 15px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }
    .article-body h3 {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 10px;
      line-height: 1.4;
    }
    .article-body h3 a {
      color: var(--silver);
    }
    .article-body h3 a:hover {
      color: var(--primary);
    }
    .article-desc {
      font-size: 13px;
      color: var(--text-gray);
      margin-bottom: 15px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .article-tags-row {
      margin-top: auto;
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
    }
    .article-tag {
      background: rgba(255,255,255,0.05);
      color: var(--text-gray);
      font-size: 11px;
      padding: 3px 8px;
      border-radius: 4px;
    }

    
    .sidebar-panel {
      background: var(--bg-card);
      border: 1px solid var(--border-color);
      border-radius: 12px;
      padding: 25px;
    }
    .sidebar-panel h3 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 20px;
      border-left: 3px solid var(--primary);
      padding-left: 10px;
    }
    .hot-list {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }
    .hot-item {
      display: flex;
      gap: 12px;
      border-bottom: 1px solid rgba(255,255,255,0.03);
      padding-bottom: 12px;
    }
    .hot-item:last-child {
      border: none;
      padding: 0;
    }
    .hot-thumb {
      width: 60px;
      height: 60px;
      border-radius: 6px;
      overflow: hidden;
      background: #20232d;
      flex-shrink: 0;
    }
    .hot-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .hot-info {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .hot-info h4 {
      font-size: 13px;
      font-weight: 500;
      line-height: 1.4;
    }
    .hot-info h4 a {
      color: var(--silver);
    }
    .hot-info h4 a:hover {
      color: var(--primary);
    }
    .hot-meta {
      font-size: 11px;
      color: var(--text-muted);
    }

    
    .cta-section {
      padding: 80px 0;
      background: linear-gradient(135deg, rgba(29, 123, 255, 0.1) 0%, transparent 100%), var(--bg-darker);
      text-align: center;
      border-top: 1px solid var(--border-color);
    }
    .cta-content {
      max-width: 700px;
      margin: 0 auto;
    }
    .cta-content h2 {
      font-size: 32px;
      font-weight: 800;
      margin-bottom: 20px;
    }
    .cta-content p {
      color: var(--text-gray);
      margin-bottom: 30px;
      font-size: 16px;
    }

    
    .site-footer {
      background: #111218;
      border-top: 1px solid var(--border-color);
      padding: 60px 0 30px 0;
    }
    .footer-container {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1.5fr;
      gap: 40px;
      margin-bottom: 40px;
    }
    .footer-brand p {
      color: var(--text-gray);
      font-size: 14px;
      margin-top: 15px;
      line-height: 1.6;
    }
    .footer-links h4, .footer-tags h4, .footer-contact h4 {
      font-size: 16px;
      font-weight: 700;
      color: var(--silver);
      margin-bottom: 20px;
    }
    .footer-links ul {
      list-style: none;
    }
    .footer-links ul li {
      margin-bottom: 10px;
    }
    .footer-links ul li a {
      color: var(--text-gray);
      font-size: 14px;
    }
    .footer-links ul li a:hover {
      color: var(--primary);
    }
    .footer-tag-cloud {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }
    .f-tag {
      background: rgba(255,255,255,0.03);
      border: 1px solid var(--border-color);
      color: var(--text-gray);
      padding: 4px 10px;
      border-radius: 4px;
      font-size: 12px;
    }
    .f-tag:hover {
      border-color: var(--primary);
      color: var(--primary);
    }
    .footer-contact p {
      color: var(--text-gray);
      font-size: 14px;
      margin-bottom: 10px;
    }
    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.05);
      padding-top: 25px;
      text-align: center;
      font-size: 13px;
      color: var(--text-muted);
    }

    
    @media (max-width: 991px) {
      .desktop-nav, .btn-download-top { display: none; }
      .drawer-trigger { display: flex; }
      .news-container { grid-template-columns: 1fr; }
      .hero-surrounding-cards { grid-template-columns: repeat(2, 1fr); }
      .footer-container { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 576px) {
      .hero-surrounding-cards { grid-template-columns: 1fr; }
      .footer-container { grid-template-columns: 1fr; }
    }