﻿*,*::before,*::after{box-sizing:border-box;}
    html{width:100%;overflow-x:hidden;}
    body{
      width:100%;
      margin:0;
      overflow-x:hidden;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      background-color: #061826;
      color: #F8FAFC;
    }
    img{max-width:100%;height:auto;}

    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      width:100%;
      background:rgba(6, 24, 38, 0.94);
      backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(6, 182, 212, 0.15);
    }

    .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:#22D3EE;
      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:#94A3B8;
      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:#22D3EE;
      background:rgba(6, 182, 212, 0.12);
    }

    .mobile-menu-btn{
      display:none;
      width:44px;
      height:44px;
      border:0;
      border-radius:14px;
      background:rgba(6, 182, 212, 0.12);
      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:#22D3EE;
    }

    .mobile-nav-mask{
      position:fixed;
      inset:0;
      z-index:1100;
      background:rgba(6, 18, 38, 0.85);
      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:#061826;
      color:#F8FAFC;
      transform:translateX(-105%);
      transition:transform .28s ease;
      box-shadow:24px 0 60px rgba(6, 182, 212, 0.15);
      display:flex;
      flex-direction:column;
      overflow:hidden;
      border-right: 1px solid rgba(6, 182, 212, 0.2);
    }

    .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.15);
      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;color:#22D3EE;}

    .drawer-close{
      width:40px;
      height:40px;
      border:0;
      border-radius:14px;
      background:rgba(6, 182, 212, 0.12);
      color:#22D3EE;
      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(6, 182, 212, 0.05);
      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;
      transition: all 0.3s ease;
    }
    .drawer-nav a:hover{
      background:rgba(6, 182, 212, 0.15);
      color:#22D3EE;
    }

    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);}

    .site-footer{
      position:relative;
      z-index:1;
      width:100%;
      background:#030d15;
      color:#94A3B8;
      padding:56px 0 24px;
      overflow:hidden;
      border-top:1px solid rgba(6, 182, 212, 0.15);
    }

    .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:#64748B;
      line-height:1.8;
      font-size:14px;
      word-break:break-word;
      overflow-wrap:anywhere;
    }
    .footer-logo span{color:#22D3EE;}
    .footer-column{min-width:0;}
    .footer-column h3{margin:0 0 14px;font-size:15px;color:#F8FAFC;border-left:3px solid #06B6D4;padding-left:8px;}
    .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:#94A3B8;
      text-decoration:none;
      font-size:14px;
      line-height:1.55;
      white-space:normal;
      word-break:break-word;
      overflow-wrap:anywhere;
      transition:color 0.3s;
    }
    .footer-column a:hover{color:#22D3EE;}
    .footer-bottom{
      width:min(1200px, calc(100% - 32px));
      margin:32px auto 0;
      padding-top:20px;
      border-top:1px solid rgba(6, 182, 212, 0.12);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      color:#64748B;
      font-size:13px;
    }
    .footer-bottom p{margin:0;min-width:0;word-break:break-word;overflow-wrap:anywhere;}
    .footer-bottom a{color:#94A3B8;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;}
    }

    @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);}
    }

    
    .hero-layout-08 {
      background: radial-gradient(circle at 50% -20%, rgba(6, 182, 212, 0.15) 0%, rgba(6, 24, 38, 0) 70%), #061826;
      padding: 64px 0 80px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .hero-layout-08 .container {
      width: min(1200px, calc(100% - 32px));
      margin: 0 auto;
      text-align: center;
    }
    .hero-title-area {
      max-width: 800px;
      margin: 0 auto 48px;
    }
    .hero-badge-tag {
      display: inline-flex;
      align-items: center;
      background: rgba(6, 182, 212, 0.1);
      border: 1px solid rgba(6, 182, 212, 0.2);
      color: #22D3EE;
      font-size: 13px;
      font-weight: 600;
      padding: 6px 16px;
      border-radius: 999px;
      margin-bottom: 16px;
      letter-spacing: 0.5px;
    }
    .hero-layout-08 h1 {
      font-size: clamp(32px, 5vw, 52px);
      font-weight: 800;
      color: #F8FAFC;
      line-height: 1.15;
      margin: 0 0 16px;
    }
    .hero-layout-08 h1 span {
      background: linear-gradient(135deg, #22D3EE 0%, #06B6D4 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .hero-layout-08 p.lead {
      font-size: clamp(16px, 2.5vw, 18px);
      color: #94A3B8;
      max-width: 680px;
      margin: 0 auto 32px;
      line-height: 1.6;
    }
    .hero-buttons {
      display: flex;
      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: 8px;
      font-weight: 700;
      font-size: 15px;
      text-decoration: none;
      transition: all 0.3s ease;
      cursor: pointer;
    }
    .btn-theme-orange {
      background: rgb(225,112,85);
      color: #FFFFFF;
      border: 1px solid rgb(225,112,85);
    }
    .btn-theme-orange:hover {
      opacity: 0.95;
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(225,112,85, 0.3);
    }
    .btn-outline-cyan {
      border: 1px solid rgba(6, 182, 212, 0.4);
      color: #22D3EE;
      background: rgba(6, 182, 212, 0.05);
    }
    .btn-outline-cyan:hover {
      background: rgba(6, 182, 212, 0.15);
      border-color: #22D3EE;
      transform: translateY(-2px);
    }

    
    .dashboard-panel {
      width: 100%;
      background: rgba(6, 24, 38, 0.6);
      border: 1px solid rgba(6, 182, 212, 0.15);
      border-radius: 16px;
      backdrop-filter: blur(20px);
      padding: 24px;
      margin-top: 12px;
      box-shadow: 0 20px 40px rgba(0,0,0,0.3);
      text-align: left;
    }
    .dashboard-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid rgba(6, 182, 212, 0.1);
      padding-bottom: 16px;
      margin-bottom: 24px;
    }
    .dashboard-title-status {
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .dashboard-title-status h3 {
      margin: 0;
      font-size: 16px;
      color: #F8FAFC;
    }
    .status-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: rgba(34, 211, 238, 0.1);
      color: #67E8F9;
      font-size: 12px;
      padding: 3px 10px;
      border-radius: 99px;
      border: 1px solid rgba(34, 211, 238, 0.15);
    }
    .status-badge::before {
      content: '';
      width: 6px;
      height: 6px;
      background-color: #22D3EE;
      border-radius: 50%;
      box-shadow: 0 0 8px #22D3EE;
    }
    .dashboard-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }
    @media (max-width: 1024px) {
      .dashboard-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 640px) {
      .dashboard-grid { grid-template-columns: 1fr; }
    }

    .dashboard-card {
      background: rgba(6, 182, 212, 0.03);
      border: 1px solid rgba(6, 182, 212, 0.08);
      border-radius: 12px;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .dashboard-card.col-span-2 {
      grid-column: span 2;
    }
    @media (max-width: 1024px) {
      .dashboard-card.col-span-2 { grid-column: span 1; }
    }
    .card-label {
      font-size: 13px;
      color: #64748B;
      margin-bottom: 8px;
    }
    .card-val {
      font-size: clamp(20px, 3vw, 28px);
      font-weight: 800;
      color: #22D3EE;
      line-height: 1.2;
    }
    .card-val span.unit {
      font-size: 14px;
      font-weight: 500;
      color: #94A3B8;
      margin-left: 4px;
    }
    .card-footer-info {
      margin-top: 12px;
      font-size: 12px;
      color: #64748B;
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .card-footer-info .trend-up {
      color: #10B981;
      font-weight: bold;
    }

    
    .mini-chart {
      height: 60px;
      display: flex;
      align-items: flex-end;
      gap: 6px;
      margin-top: 16px;
    }
    .mini-chart-bar {
      flex: 1;
      background: linear-gradient(to top, #06B6D4, #22D3EE);
      border-radius: 4px;
      min-height: 10%;
      position: relative;
      transition: height 0.3s;
    }
    .mini-chart-bar:hover {
      background: #67E8F9;
    }

    
    .live-list {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .live-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: rgba(255,255,255,0.02);
      border-radius: 6px;
      padding: 8px 12px;
      font-size: 13px;
      border: 1px solid rgba(6, 182, 212, 0.05);
    }
    .live-item .broker {
      font-weight: bold;
      color: #F8FAFC;
    }
    .live-item .amount {
      color: #10B981;
      font-weight: bold;
    }

    
    .section-wrap {
      padding: 80px 0;
      border-top: 1px solid rgba(6, 182, 212, 0.1);
    }
    .container-mid {
      width: min(1200px, calc(100% - 32px));
      margin: 0 auto;
    }
    .section-header {
      text-align: center;
      max-width: 600px;
      margin: 0 auto 48px;
    }
    .section-header h2 {
      font-size: clamp(24px, 4vw, 36px);
      font-weight: 800;
      color: #F8FAFC;
      margin: 0 0 16px;
    }
    .section-header p {
      color: #94A3B8;
      font-size: 16px;
      line-height: 1.6;
    }

    
    .grid-3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
    @media (max-width: 768px) {
      .grid-3 { grid-template-columns: 1fr; }
    }
    .feature-card {
      background: rgba(6, 24, 38, 0.5);
      border: 1px solid rgba(6, 182, 212, 0.1);
      border-radius: 12px;
      padding: 32px 24px;
      transition: all 0.3s;
    }
    .feature-card:hover {
      border-color: #22D3EE;
      transform: translateY(-4px);
    }
    .feature-icon-box {
      width: 48px;
      height: 48px;
      background: rgba(6, 182, 212, 0.1);
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      color: #22D3EE;
      font-size: 20px;
      font-weight: bold;
    }
    .feature-card h3 {
      margin: 0 0 12px;
      font-size: 18px;
      color: #F8FAFC;
    }
    .feature-card p {
      margin: 0;
      color: #94A3B8;
      font-size: 14px;
      line-height: 1.6;
    }

    
    .broker-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }
    @media (max-width: 900px) {
      .broker-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 480px) {
      .broker-grid { grid-template-columns: 1fr; }
    }
    .broker-card {
      background: rgba(6, 24, 38, 0.8);
      border: 1px solid rgba(6, 182, 212, 0.15);
      border-radius: 12px;
      padding: 24px;
      text-align: center;
      transition: transform 0.3s;
    }
    .broker-card:hover {
      transform: scale(1.02);
      border-color: #22D3EE;
    }
    .broker-logo {
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      color: #22D3EE;
      font-size: 22px;
      letter-spacing: 1px;
      border-bottom: 1px solid rgba(6, 182, 212, 0.1);
      margin-bottom: 16px;
    }
    .broker-rate-label {
      font-size: 12px;
      color: #64748B;
      margin-bottom: 4px;
    }
    .broker-rate {
      font-size: 24px;
      font-weight: 800;
      color: #10B981;
      margin-bottom: 16px;
    }
    .broker-card p {
      font-size: 13px;
      color: #94A3B8;
      margin: 0 0 16px;
      line-height: 1.4;
    }

    
    .articles-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
    @media (max-width: 900px) {
      .articles-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 640px) {
      .articles-grid { grid-template-columns: 1fr; }
    }
    .article-card {
      background: rgba(6, 24, 38, 0.5);
      border: 1px solid rgba(6, 182, 212, 0.1);
      border-radius: 12px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }
    .article-thumb {
      aspect-ratio: 16/10;
      background: #112535;
      overflow: hidden;
      position: relative;
    }
    .article-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s;
    }
    .article-card:hover .article-thumb img {
      transform: scale(1.05);
    }
    .article-content {
      padding: 20px;
      display: flex;
      flex-direction: column;
      flex: 1;
    }
    .article-meta {
      font-size: 12px;
      color: #64748B;
      margin-bottom: 10px;
      display: flex;
      gap: 12px;
    }
    .article-title {
      font-size: 16px;
      font-weight: 700;
      color: #F8FAFC;
      margin: 0 0 10px;
      line-height: 1.4;
    }
    .article-title a {
      color: inherit;
      text-decoration: none;
    }
    .article-title a:hover {
      color: #22D3EE;
    }
    .article-summary {
      font-size: 13px;
      color: #94A3B8;
      line-height: 1.6;
      margin: 0 0 16px;
    }
    .article-card-footer {
      margin-top: auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-top: 1px solid rgba(6, 182, 212, 0.08);
      padding-top: 12px;
    }
    .article-tags {
      display: flex;
      gap: 6px;
      flex-wrap: wrap;
    }
    .article-tag {
      background: rgba(6, 182, 212, 0.1);
      color: #22D3EE;
      font-size: 11px;
      padding: 2px 8px;
      border-radius: 4px;
    }
    .article-more-link {
      font-size: 12px;
      color: #22D3EE;
      text-decoration: none;
      font-weight: 700;
    }

    
    .cta-section {
      background: linear-gradient(135deg, rgba(6, 182, 212, 0.1) 0%, rgba(3, 13, 21, 0.4) 100%), #061826;
      border-top: 1px solid rgba(6, 182, 212, 0.15);
      padding: 80px 0;
      text-align: center;
    }
    .cta-box {
      max-width: 700px;
      margin: 0 auto;
    }
    .cta-box h2 {
      font-size: clamp(24px, 4vw, 36px);
      font-weight: 800;
      color: #F8FAFC;
      margin-bottom: 16px;
    }
    .cta-box p {
      color: #94A3B8;
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 32px;
    }