﻿:root {
      --primary: #0EA5E9;
      --secondary: #14B8A6;
      --accent: #2563EB;
      --bg-dark: #03111F;
      --bg-deep: #050B16;
      --bg-card: rgba(15, 32, 55, 0.65);
      --border-cyan: rgba(14, 165, 233, 0.24);
      --text-main: #F8FAFC;
      --text-muted: #94A3B8;
      --success: #22C55E;
      --font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      background-color: var(--bg-dark);
      color: var(--text-main);
      font-family: var(--font-family);
      overflow-x: hidden;
      line-height: 1.6;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    
    .container {
      width: min(1200px, calc(100% - 32px));
      margin: 0 auto;
    }

    
    .site-header {
      position: sticky;
      top: 0;
      z-index: 1000;
      width: 100%;
      background: rgba(3, 17, 31, 0.92);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid var(--border-cyan);
    }

    .header-inner {
      width: min(1200px, calc(100% - 32px));
      min-height: 72px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .logo {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
      max-width: 100%;
      text-decoration: none;
      flex-shrink: 0;
    }

    .logo img {
      display: block;
      height: 40px;
      width: auto;
      max-width: 150px;
      object-fit: contain;
      flex-shrink: 0;
    }

    .logo span {
      display: inline-block;
      font-size: 18px;
      font-weight: 800;
      line-height: 1.2;
      color: #e5eefc;
      white-space: nowrap;
      max-width: 180px;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .desktop-nav-wrap {
      flex: 1 1 auto;
      min-width: 0;
      display: flex;
      justify-content: flex-end;
      overflow: hidden;
    }

    .desktop-nav {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 8px;
      max-width: 100%;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      white-space: nowrap;
    }

    .desktop-nav::-webkit-scrollbar { display: none; }

    .desktop-nav a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 40px;
      padding: 0 13px;
      border-radius: 999px;
      color: #cbd5e1;
      text-decoration: none;
      font-size: 14px;
      font-weight: 700;
      line-height: 1;
      white-space: nowrap;
      flex: 0 0 auto;
      transition: all 0.3s ease;
    }

    .desktop-nav a:hover {
      color: #fff;
      background: rgba(14, 165, 233, 0.15);
    }

    .mobile-menu-btn {
      display: none;
      width: 44px;
      height: 44px;
      border: 0;
      border-radius: 14px;
      background: rgba(6, 182, 212, 0.14);
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
      flex: 0 0 auto;
    }

    .mobile-menu-btn span {
      display: block;
      width: 20px;
      height: 2px;
      border-radius: 999px;
      background: #e5eefc;
    }

    .mobile-nav-mask {
      position: fixed;
      inset: 0;
      z-index: 1100;
      background: rgba(2, 6, 23, 0.68);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity .25s ease, visibility .25s ease;
    }

    .mobile-drawer {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1110;
      width: min(86vw, 360px);
      height: 100vh;
      height: 100dvh;
      max-width: 90vw;
      background: #07111F;
      color: #E5EEFC;
      transform: translateX(-105%);
      transition: transform .28s ease;
      box-shadow: 24px 0 60px rgba(15,23,42,.24);
      display: flex;
      flex-direction: column;
      overflow: hidden;
    }

    .drawer-head {
      min-height: 76px;
      padding: 16px 16px 14px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      border-bottom: 1px solid rgba(6, 182, 212, 0.18);
      flex: 0 0 auto;
    }

    .drawer-logo { min-width: 0; }
    .drawer-logo img { height: 34px; max-width: 120px; }
    .drawer-logo span { font-size: 16px; max-width: 145px; }

    .drawer-close {
      width: 40px;
      height: 40px;
      border: 0;
      border-radius: 14px;
      background: rgba(6, 182, 212, 0.14);
      color: #E5EEFC;
      font-size: 26px;
      line-height: 1;
      cursor: pointer;
      flex: 0 0 auto;
    }

    .drawer-body {
      flex: 1 1 auto;
      min-height: 0;
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      padding: 14px;
    }

    .drawer-nav {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .drawer-nav a {
      display: flex;
      align-items: center;
      width: 100%;
      min-height: 48px;
      padding: 13px 14px;
      border-radius: 14px;
      background: rgba(148, 163, 184, 0.10);
      color: #F8FAFC;
      text-decoration: none;
      font-size: 15px;
      font-weight: 700;
      line-height: 1.35;
      white-space: normal;
      word-break: break-word;
      overflow-wrap: anywhere;
    }

    body.drawer-open { overflow: hidden; touch-action: none; }
    body.drawer-open .mobile-nav-mask { opacity: 1; visibility: visible; pointer-events: auto; }
    body.drawer-open .mobile-drawer { transform: translateX(0); }

    
    @media (max-width: 900px) {
      .header-inner { width: min(100% - 24px, 1200px); min-height: 64px; gap: 12px; }
      .desktop-nav-wrap, .desktop-nav { display: none !important; }
      .mobile-menu-btn { display: inline-flex !important; }
      .logo img { height: 34px; max-width: 118px; }
      .logo span { font-size: 16px; max-width: 145px; }
    }

    @media (max-width: 420px) {
      .mobile-drawer { width: 88vw; }
      .logo span { max-width: 112px; }
      .drawer-logo span { max-width: 118px; }
    }

    
    .hero-layout-10 {
      position: relative;
      min-height: 100vh;
      min-height: 100dvh;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      padding: 64px 0 48px;
      background: radial-gradient(circle at 50% 30%, rgba(14, 165, 233, 0.15), transparent 60%), #03111F;
      overflow: hidden;
    }

    .hero-layout-10::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 70%, #03111F 100%);
      pointer-events: none;
    }

    
    .hero-net-grid {
      position: absolute;
      inset: 0;
      background-image: linear-gradient(rgba(14, 165, 233, 0.04) 1px, transparent 1px),
                        linear-gradient(90deg, rgba(14, 165, 233, 0.04) 1px, transparent 1px);
      background-size: 40px 40px;
      background-position: center top;
      pointer-events: none;
    }

    .hero-layout-10 .hero-top {
      text-align: center;
      max-width: 800px;
      margin: auto 0;
      padding: 0 16px;
      position: relative;
      z-index: 10;
    }

    .hero-layout-10 .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(14, 165, 233, 0.12);
      border: 1px solid rgba(14, 165, 233, 0.3);
      padding: 6px 16px;
      border-radius: 999px;
      font-size: 13px;
      font-weight: 600;
      color: var(--primary);
      margin-bottom: 24px;
      text-transform: uppercase;
      letter-spacing: 0.05em;
    }

    .hero-layout-10 .hero-title {
      font-size: clamp(32px, 5vw, 64px);
      font-weight: 850;
      line-height: 1.15;
      color: #fff;
      margin-bottom: 20px;
      letter-spacing: -0.02em;
    }

    .hero-layout-10 .hero-title span {
      background: linear-gradient(135deg, #38BDF8, #14B8A6);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .hero-layout-10 .hero-desc {
      font-size: clamp(16px, 2vw, 19px);
      color: var(--text-muted);
      margin-bottom: 32px;
      max-width: 640px;
      margin-left: auto;
      margin-right: auto;
    }

    .hero-layout-10 .hero-actions {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      flex-wrap: wrap;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0 28px;
      border-radius: 999px;
      font-weight: 700;
      font-size: 15px;
      cursor: pointer;
      transition: all 0.25s ease;
    }

    .btn-primary {
      background: linear-gradient(135deg, var(--accent), var(--secondary));
      color: #fff;
      border: none;
      box-shadow: 0 4px 20px rgba(37, 99, 235, 0.25);
    }

    .btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 24px rgba(37, 99, 235, 0.35);
    }

    .btn-secondary {
      background: rgba(148, 163, 184, 0.1);
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.15);
    }

    .btn-secondary:hover {
      background: rgba(148, 163, 184, 0.15);
      border-color: var(--primary);
    }

    
    .hero-layout-10 .floating-island {
      width: min(1168px, calc(100% - 32px));
      background: rgba(7, 17, 31, 0.72);
      backdrop-filter: blur(24px);
      border: 1px solid var(--border-cyan);
      border-radius: 24px;
      padding: 24px 32px;
      margin-top: auto;
      position: relative;
      z-index: 10;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 24px;
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    }

    .hero-layout-10 .island-item {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    .hero-layout-10 .island-label {
      font-size: 12px;
      color: var(--primary);
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 0.05em;
    }

    .hero-layout-10 .island-value {
      font-size: 17px;
      font-weight: 700;
      color: #fff;
    }

    .hero-layout-10 .island-desc {
      font-size: 13px;
      color: var(--text-muted);
    }

    
    .section-padding {
      padding: 80px 0;
    }

    .section-head {
      text-align: center;
      max-width: 640px;
      margin: 0 auto 56px;
    }

    .section-title {
      font-size: clamp(28px, 4vw, 36px);
      font-weight: 800;
      color: #fff;
      margin-bottom: 16px;
    }

    .section-desc {
      color: var(--text-muted);
      font-size: 16px;
    }

    .feature-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 24px;
    }

    .feature-card {
      background: var(--bg-card);
      border: 1px solid rgba(255, 255, 255, 0.06);
      border-radius: 20px;
      padding: 32px;
      transition: all 0.3s ease;
    }

    .feature-card:hover {
      border-color: var(--primary);
      transform: translateY(-4px);
    }

    .feature-icon {
      width: 48px;
      height: 48px;
      border-radius: 12px;
      background: rgba(14, 165, 233, 0.1);
      border: 1px solid rgba(14, 165, 233, 0.2);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--primary);
      font-size: 20px;
      font-weight: 800;
      margin-bottom: 20px;
    }

    .feature-card h3 {
      font-size: 19px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 12px;
    }

    .feature-card p {
      font-size: 14px;
      color: var(--text-muted);
      line-height: 1.6;
    }

    
    .article-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 24px;
    }

    .article-card {
      background: var(--bg-card);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 16px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      transition: all 0.3s ease;
    }

    .article-card:hover {
      border-color: var(--secondary);
      transform: translateY(-3px);
    }

    .article-img-wrap {
      aspect-ratio: 16 / 10;
      width: 100%;
      overflow: hidden;
      background: #101F30;
      position: relative;
    }

    .article-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .article-card:hover .article-img-wrap img {
      transform: scale(1.05);
    }

    .article-body {
      padding: 20px;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
    }

    .article-meta {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 12px;
      color: var(--text-muted);
      margin-bottom: 12px;
    }

    .article-tag {
      background: rgba(20, 184, 166, 0.12);
      color: var(--secondary);
      padding: 2px 8px;
      border-radius: 4px;
      font-weight: 600;
    }

    .article-title {
      font-size: 17px;
      font-weight: 700;
      color: #fff;
      line-height: 1.4;
      margin-bottom: 10px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .article-summary {
      font-size: 13px;
      color: var(--text-muted);
      line-height: 1.5;
      margin-bottom: 16px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .article-footer-meta {
      margin-top: auto;
      padding-top: 12px;
      border-top: 1px solid rgba(255, 255, 255, 0.05);
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 12px;
      color: var(--text-muted);
    }

    
    .pagination-wrap {
      width: min(1200px, calc(100% - 32px));
      margin: 36px auto 0;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .pagination-list {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 8px;
      max-width: 100%;
    }

    .pagination-item {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 40px;
      min-height: 40px;
      padding: 0 14px;
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, .24);
      background: rgba(15, 23, 42, .72);
      color: #e5e7eb;
      text-decoration: none;
      font-size: 14px;
      font-weight: 700;
      line-height: 1;
      white-space: nowrap;
      transition: all 0.2s ease;
    }

    .pagination-item:hover {
      border-color: rgba(20, 184, 166, .55);
      background: rgba(20, 184, 166, .16);
      color: #ffffff;
    }

    .pagination-item.current,
    .pagination-item.active,
    .pagination-item.is-current {
      background: linear-gradient(135deg, #14B8A6, #0EA5E9);
      border-color: transparent;
      color: #ffffff;
    }

    .pagination-item.disabled,
    .pagination-item.is-disabled {
      opacity: .45;
      pointer-events: none;
    }

    
    .cta-section {
      background: linear-gradient(135deg, rgba(3, 17, 31, 0.95), rgba(5, 11, 22, 0.95)),
                  radial-gradient(circle at center, rgba(14, 165, 233, 0.1), transparent);
      border-top: 1px solid var(--border-cyan);
      border-bottom: 1px solid var(--border-cyan);
      padding: 80px 0;
      text-align: center;
    }

    
    .site-footer {
      position: relative;
      z-index: 1;
      width: 100%;
      background: #050B16;
      color: #e5e7eb;
      padding: 56px 0 24px;
      overflow: hidden;
      border-top: 1px solid rgba(255,255,255,0.04);
    }

    .footer-inner {
      width: min(1200px, calc(100% - 32px));
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(150px, 1fr));
      gap: 28px;
      align-items: start;
    }

    .footer-brand { min-width: 0; }
    .footer-brand p {
      margin: 16px 0 0;
      color: rgba(229, 231, 235, 0.74);
      line-height: 1.8;
      font-size: 14px;
      word-break: break-word;
      overflow-wrap: anywhere;
    }

    .footer-logo span { color: #ffffff; }
    .footer-column { min-width: 0; }
    .footer-column h3 { margin: 0 0 14px; font-size: 15px; color: #ffffff; }
    .footer-column ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
    .footer-column li { min-width: 0; }
    .footer-column a, .footer-column span {
      display: inline;
      color: rgba(229, 231, 235, 0.74);
      text-decoration: none;
      font-size: 14px;
      line-height: 1.55;
      white-space: normal;
      word-break: break-word;
      overflow-wrap: anywhere;
      transition: color 0.2s ease;
    }

    .footer-column a:hover { color: #ffffff; }
    
    .footer-bottom {
      width: min(1200px, calc(100% - 32px));
      margin: 32px auto 0;
      padding-top: 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.12);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      color: rgba(229, 231, 235, 0.62);
      font-size: 13px;
    }

    .footer-bottom p { margin: 0; min-width: 0; word-break: break-word; overflow-wrap: anywhere; }
    .footer-bottom a { color: rgba(229, 231, 235, 0.74); text-decoration: none; word-break: break-word; overflow-wrap: anywhere; }

    
    @media (max-width: 980px) {
      .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .footer-inner { grid-template-columns: 1fr 1fr; gap: 24px; }
      .footer-brand { grid-column: 1 / -1; }
      .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
    }

    @media (max-width: 640px) {
      .article-grid { grid-template-columns: 1fr; gap: 18px; }
      .footer-inner { grid-template-columns: 1fr; }
      .pagination-wrap { width: min(100% - 24px, 1200px); margin: 28px auto 0; }
      .pagination-list { gap: 6px; }
      .pagination-item { min-width: 36px; min-height: 36px; padding: 0 11px; font-size: 13px; }
    }