﻿:root {
      --primary-color: #6366F1;
      --primary-hover: #4F46E5;
      --accent-coral: #F43F5E;
      --privacy-blue: #38BDF8;
      --crypto-purple: #A78BFA;
      --bg-dark: #050614;
      --bg-card: #111427;
      --bg-panel: #0F1326;
      --border-color: rgba(99,102,241,0.24);
      --text-primary: #F8FAFC;
      --text-muted: #C4B5FD;
      --accent-yellow: rgb(202,138,4);
      --warning-orange: #F97316;
    }

    *,*::before,*::after{box-sizing:border-box;}
    html{width:100%;overflow-x:hidden;scroll-behavior:smooth;}
    body{width:100%;margin:0;overflow-x:hidden;background-color:var(--bg-dark);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}
    img{max-width:100%;height:auto;}

    
    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      width:100%;
      background:rgba(5,11,24,.90);
      backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(99,102,241,.18);
    }
    .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:#F8FAFC;
      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;
    }
    .desktop-nav a:hover{
      color:#F8FAFC;
      background:rgba(99,102,241,.18);
    }
    .mobile-menu-btn{
      display:none;
      width:44px;
      height:44px;
      border:0;
      border-radius:14px;
      background:rgba(99,102,241,.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:99px;
      background:#F8FAFC;
    }

    
    .mobile-nav-mask{
      position:fixed;
      inset:0;
      z-index:1100;
      background:rgba(15,23,42,.56);
      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:#0B1020;
      color:#F8FAFC;
      transform:translateX(-105%);
      transition:transform .28s ease;
      box-shadow:24px 0 60px rgba(0,0,0,.42);
      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(99,102,241,.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(99,102,241,.14);
      color:#F8FAFC;
      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(99,102,241,.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;
      border:1px solid rgba(99,102,241,.14);
    }
    .drawer-nav a:hover{
      background:rgba(244,63,94,.16);
      color:#ffffff;
    }
    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);}

    
    .hero.hero-layout-09 {
      position: relative;
      padding: 80px 0;
      background: radial-gradient(circle at 50% 0%, rgba(99,102,241,0.15) 0%, transparent 60%);
      border-bottom: 1px solid var(--border-color);
    }
    .hero-container {
      width: min(1200px, calc(100% - 32px));
      margin: 0 auto;
      text-align: center;
    }
    .hero-tag {
      display: inline-flex;
      padding: 6px 16px;
      background: rgba(99,102,241,0.12);
      border: 1px solid var(--border-color);
      border-radius: 999px;
      color: var(--crypto-purple);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      margin-bottom: 24px;
    }
    .hero-title {
      font-size: clamp(32px, 5vw, 60px);
      font-weight: 900;
      line-height: 1.1;
      margin: 0 auto 20px;
      max-width: 900px;
      color: var(--text-primary);
    }
    .hero-title span {
      background: linear-gradient(135deg, #F8FAFC 30%, var(--crypto-purple) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .hero-subtitle {
      font-size: clamp(16px, 2vw, 19px);
      line-height: 1.6;
      color: var(--text-muted);
      max-width: 760px;
      margin: 0 auto 36px;
    }
    .hero-actions {
      display: flex;
      justify-content: center;
      gap: 16px;
      margin-bottom: 56px;
      flex-wrap: wrap;
    }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0 28px;
      border-radius: 12px;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.25s ease;
      font-size: 15px;
    }
    .btn-coral {
      background: var(--accent-coral);
      color: #fff;
      box-shadow: 0 4px 20px rgba(244,63,148,0.3);
    }
    .btn-coral:hover {
      transform: translateY(-2px);
      background: #E11D48;
    }
    .btn-outline {
      background: rgba(255,255,255,0.03);
      border: 1px solid var(--border-color);
      color: var(--text-primary);
    }
    .btn-outline:hover {
      background: rgba(99,102,241,0.1);
      border-color: var(--primary-color);
    }

    
    .command-palette-panel {
      width: 100%;
      max-width: 860px;
      margin: 0 auto;
      background: var(--bg-panel);
      border: 1px solid var(--border-color);
      border-radius: 16px;
      box-shadow: 0 20px 50px rgba(0,0,0,0.5);
      overflow: hidden;
      text-align: left;
    }
    .palette-header {
      background: rgba(5,11,24,0.8);
      padding: 16px 20px;
      border-bottom: 1px solid var(--border-color);
      display: flex;
      align-items:center;
      gap:16px;
    }
    .palette-dot-group {
      display: flex;
      gap: 6px;
    }
    .palette-dot-group span {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      display: inline-block;
    }
    .palette-dot-group span:nth-child(1) { background: #EF4444; }
    .palette-dot-group span:nth-child(2) { background: #F59E0B; }
    .palette-dot-group span:nth-child(3) { background: #10B981; }
    .palette-bar {
      flex: 1;
      display: flex;
      align-items: center;
      background: rgba(255,255,255,0.05);
      border-radius: 8px;
      padding: 6px 12px;
      border: 1px solid rgba(99,102,241,0.12);
    }
    .prompt-sym {
      color: var(--privacy-blue);
      font-weight: bold;
      margin-right: 8px;
    }
    .palette-input {
      background: transparent;
      border: none;
      color: var(--text-primary);
      width: 100%;
      font-family: monospace;
      outline: none;
      font-size: 14px;
    }
    .palette-modes {
      display: flex;
      gap: 8px;
      padding: 12px 20px;
      border-bottom: 1px solid var(--border-color);
      overflow-x: auto;
    }
    .mode-chip {
      background: rgba(99,102,241,0.08);
      border: 1px solid rgba(99,102,241,0.2);
      color: var(--text-muted);
      padding: 6px 14px;
      border-radius: 999px;
      font-size: 12px;
      cursor: pointer;
      white-space: nowrap;
      font-family: monospace;
    }
    .mode-chip.active {
      background: var(--primary-color);
      color: #fff;
      border-color: var(--primary-color);
    }
    .palette-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
      padding: 20px;
    }
    .app-tile {
      display: flex;
      gap: 14px;
      padding: 16px;
      background: rgba(255,255,255,0.02);
      border: 1px solid rgba(255,255,255,0.04);
      border-radius: 12px;
      transition: all 0.2s ease;
    }
    .app-tile:hover {
      background: rgba(99,102,241,0.06);
      border-color: var(--border-color);
      transform: translateY(-1px);
    }
    .tile-icon {
      font-size: 24px;
      background: rgba(99,102,241,0.1);
      width: 44px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      flex-shrink: 0;
    }
    .tile-content h4 {
      margin: 0 0 4px;
      font-size: 14px;
      font-weight: 700;
      color: var(--text-primary);
    }
    .tile-content p {
      margin: 0;
      font-size: 12px;
      color: var(--text-muted);
      line-height: 1.4;
    }

    
    .dashboard-signal {
      padding: 80px 0;
      position: relative;
    }
    .section-container {
      width: min(1200px, calc(100% - 32px));
      margin: 0 auto;
    }
    .section-header {
      margin-bottom: 48px;
      text-align: center;
    }
    .section-header h2 {
      font-size: clamp(24px, 4vw, 36px);
      font-weight: 800;
      margin: 0 0 12px;
    }
    .section-header p {
      color: var(--text-muted);
      max-width: 600px;
      margin: 0 auto;
    }
    .advantage-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
    .advantage-card {
      background: var(--bg-card);
      border: 1px solid var(--border-color);
      border-radius: 16px;
      padding: 32px;
      position: relative;
    }
    .adv-icon {
      font-size: 28px;
      margin-bottom: 20px;
    }
    .advantage-card h3 {
      font-size: 18px;
      margin: 0 0 12px;
    }
    .advantage-card p {
      margin: 0;
      font-size: 14px;
      color: var(--text-muted);
      line-height: 1.6;
    }

    
    .articles-console {
      padding: 80px 0;
      background: rgba(15,19,38,0.4);
      border-top: 1px solid var(--border-color);
    }
    .article-deck {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
    .news-card {
      background: var(--bg-card);
      border-radius: 14px;
      border: 1px solid var(--border-color);
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }
    .news-image {
      aspect-ratio: 16/9;
      background: rgba(255,255,255,0.02);
      position: relative;
    }
    .news-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .news-content {
      padding: 24px;
      display: flex;
      flex-direction: column;
      flex: 1;
    }
    .news-meta {
      font-size: 12px;
      color: var(--text-muted);
      margin-bottom: 12px;
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
    }
    .news-title {
      font-size: 17px;
      font-weight: 700;
      margin: 0 0 12px;
      line-height: 1.4;
    }
    .news-title a {
      color: var(--text-primary);
      text-decoration: none;
    }
    .news-title a:hover {
      color: var(--primary-color);
    }
    .news-summary {
      font-size: 13px;
      color: var(--text-muted);
      line-height: 1.5;
      margin: 0 0 20px;
      flex: 1;
    }
    .news-foot {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-top: 1px solid rgba(255,255,255,0.06);
      padding-top: 16px;
    }
    .news-tags {
      display: flex;
      gap: 6px;
    }
    .news-tag {
      font-size: 11px;
      background: rgba(99,102,241,0.12);
      color: var(--crypto-purple);
      padding: 3px 8px;
      border-radius: 4px;
      text-decoration: none;
    }
    .news-more {
      font-size: 12px;
      font-weight: bold;
      color: var(--accent-coral);
      text-decoration: none;
    }

    
    .brand-theme-bar {
      background: linear-gradient(90deg, var(--bg-panel) 0%, var(--accent-yellow) 100%);
      padding: 16px 0;
      border-top: 1px solid var(--border-color);
      border-bottom: 1px solid var(--border-color);
      text-align: center;
    }
    .brand-theme-text {
      font-size: 14px;
      font-weight: 700;
      color: var(--text-primary);
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    
    .site-footer{
      position:relative;
      z-index:1;
      width:100%;
      background:#050614;
      color:#E5E7EB;
      padding:56px 0 24px;
      overflow:hidden;
      border-top: 1px solid var(--border-color);
    }
    .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(226,232,240,.78);
      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(226,232,240,.78);
      text-decoration:none;
      font-size:14px;
      line-height:1.55;
      white-space:normal;
      word-break:break-word;
      overflow-wrap:anywhere;
    }
    .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,.12);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      color:rgba(226,232,240,.62);
      font-size:13px;
    }
    .footer-bottom p{margin:0;min-width:0;word-break:break-word;overflow-wrap:anywhere;}
    .footer-bottom a{color:rgba(226,232,240,.78);text-decoration:none;word-break:break-word;overflow-wrap:anywhere;}

    @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;}
      .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;}
      .advantage-grid, .article-deck { grid-template-columns: 1fr; }
      .palette-grid { grid-template-columns: 1fr; }
    }
    @media (max-width: 640px){
      .footer-inner{grid-template-columns:1fr;}
    }
    @media (max-width: 420px){
      .mobile-drawer{width:88vw;}
      .logo span{max-width:112px;}
      .drawer-logo span{max-width:118px;}
      .footer-inner,.footer-bottom{width:min(100% - 24px, 1200px);}
    }