*{margin:0;padding:0;box-sizing:border-box}
html{background:#07111f;}
body{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  background:#07111f;
  color:#fff;
}
body.preload *{
  transition:none!important;
}
a{text-decoration:none;color:inherit}
header{height:76px;padding:0 8%;display:flex;align-items:center;justify-content:space-between;background:rgba(7,17,31,.92);border-bottom:1px solid rgba(255,255,255,.08);position:sticky;top:0;z-index:10}
.logo{font-size:24px;font-weight:800;color:#27e6d3}
nav a{margin-left:28px;color:#c8d4e3;font-size:15px}
nav a:hover{color:#27e6d3}
.btn{display:inline-block;padding:12px 24px;border-radius:10px;background:linear-gradient(135deg,#27e6d3,#1a8cff);color:#fff;font-weight:700}
.user-area{display:flex;align-items:center;gap:12px}
.user-menu{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:8px 10px 8px 14px}
.user-name{color:#27e6d3;font-weight:800;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.user-link{color:#c8d4e3;font-size:14px;cursor:pointer}
.user-link:hover{color:#27e6d3}
.logout-btn{border:none;border-radius:8px;background:#ff5f6d;color:#fff;padding:8px 12px;font-weight:700;cursor:pointer}
.hero{padding:90px 8% 70px;display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center}
.hero h1{font-size:54px;line-height:1.15;margin-bottom:24px}
.hero p{font-size:18px;line-height:1.8;color:#b9c6d6;margin-bottom:34px}
.notice{margin-top:22px;color:#8fa4ba;font-size:14px}
.card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:28px;box-shadow:0 22px 70px rgba(0,0,0,.36)}
.card h3{margin-bottom:18px;font-size:22px}
.market-row{display:grid;grid-template-columns:1.2fr 1fr .7fr;gap:12px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.08);align-items:center}
.market-row.clickable{cursor:pointer;transition:.2s}
.market-row.clickable:hover{background:rgba(39,230,211,.06);padding-left:10px;border-radius:12px}
.market-row:last-child{border-bottom:0}
.coin{font-weight:700}
.price{color:#27e6d3}
.loading{color:#8fa4ba;font-size:13px;margin-top:-8px;margin-bottom:14px}
.refresh-time{color:#8fa4ba;font-size:13px;margin-top:16px;text-align:right}
.error{color:#ff8f8f;font-size:13px;margin-top:12px;text-align:right;display:none}
.coin-tag{display:inline-block;margin-left:8px;padding:2px 8px;border-radius:999px;background:rgba(39,230,211,.12);color:#27e6d3;font-size:12px;font-weight:600}
.up{color:#38ef7d;text-align:right}
.down{color:#ff5f6d;text-align:right}
.section{padding:70px 8%}
.page{display:none;padding:70px 8%;min-height:calc(100vh - 76px)}
.page.active{display:block}
.page-title{font-size:38px;margin-bottom:14px}
.page-desc{color:#b9c6d6;line-height:1.8;margin-bottom:28px;max-width:900px}
.table-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:24px;overflow-x:auto}
.market-table-row{cursor:pointer;transition:.2s}
.market-table-row:hover{background:rgba(39,230,211,.06)}
.detail-head{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:18px;margin-bottom:24px}
.detail-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:22px}
.detail-card span{display:block;color:#8fa4ba;font-size:14px;margin-bottom:8px}
.detail-card strong{font-size:26px;color:#27e6d3}
.chart-box{height:460px;background:#0d1b2f;border:1px solid rgba(255,255,255,.12);border-radius:20px;overflow:hidden;margin-bottom:24px}
.hc-chart{width:100%;height:100%;display:block}
.trade-layout{display:grid;grid-template-columns:1fr 1fr;gap:24px}
table{width:100%;border-collapse:collapse;min-width:760px}
th,td{padding:16px;text-align:left;border-bottom:1px solid rgba(255,255,255,.08)}
th{color:#8fa4ba;font-weight:600}
td{color:#e8f0f8}
.asset-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:26px}
.asset-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:24px}
.asset-card span{display:block;color:#8fa4ba;font-size:14px;margin-bottom:10px}
.asset-card strong{font-size:26px;color:#27e6d3}
.security-list{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.security-item{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:24px;line-height:1.8;color:#b9c6d6}
.security-item h3{color:#27e6d3;margin-bottom:10px}
.back-home{margin-top:28px;display:inline-block}
.section h2{text-align:center;font-size:36px;margin-bottom:34px}
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.feature{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:30px}
.feature h3{color:#27e6d3;margin-bottom:14px}
.feature p{color:#b9c6d6;line-height:1.75}
.trade-box{max-width:560px;margin:0 auto;background:#0d1b2f;border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:32px}
.trade-box label{font-size:14px;color:#9fb1c7}
.trade-box input,.trade-box select{width:100%;margin:8px 0 18px;padding:15px;border:0;border-radius:12px;background:#16263d;color:#fff;font-size:15px}
.trade-box button{width:100%;padding:16px;border:0;border-radius:12px;background:linear-gradient(135deg,#27e6d3,#1a8cff);color:#fff;font-size:16px;font-weight:800;cursor:pointer}
.risk{max-width:900px;margin:0 auto;background:rgba(255,186,73,.08);border:1px solid rgba(255,186,73,.25);border-radius:18px;padding:22px;color:#f6d89d;line-height:1.8}
footer{padding:32px 8%;text-align:center;color:#7f91a5;border-top:1px solid rgba(255,255,255,.08)}
@media(max-width:900px){
  nav{display:none}
  .hero{grid-template-columns:1fr;padding-top:60px}
  .hero h1{font-size:38px}
  .features{grid-template-columns:1fr}
  .market-row{grid-template-columns:1fr 1fr}
  .market-row span:last-child{text-align:left}
  .asset-grid{grid-template-columns:1fr}
  .security-list{grid-template-columns:1fr}
  .page-title{font-size:30px}
  .detail-head{grid-template-columns:1fr}
  .trade-layout{grid-template-columns:1fr}
}

.order-modal-mask{position:fixed;inset:0;background:rgba(0,0,0,.62);display:none;align-items:center;justify-content:center;z-index:9999}
.order-modal{width:420px;max-width:92%;background:#0d1b2f;border:1px solid rgba(39,230,211,.25);border-radius:22px;padding:28px;box-shadow:0 25px 80px rgba(0,0,0,.55)}
.order-modal h3{color:#27e6d3;font-size:24px;margin-bottom:18px}
.order-modal-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.08);color:#b9c6d6}
.order-modal-row strong{color:#fff}
.order-modal-close{margin-top:22px;width:100%;padding:14px;border:0;border-radius:12px;background:linear-gradient(135deg,#27e6d3,#1a8cff);color:#fff;font-weight:800;cursor:pointer}


body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  background:
    radial-gradient(circle at 20% 10%,rgba(39,230,211,.20),transparent 32%),
    radial-gradient(circle at 80% 20%,rgba(26,140,255,.22),transparent 34%),
    radial-gradient(circle at 50% 90%,rgba(255,95,109,.10),transparent 34%),
    #07111f;
}
body::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent 90%);
}
header{
  backdrop-filter:blur(18px);
}
.hero{
  min-height:720px;
  position:relative;
}
.hero h1{
  background:linear-gradient(135deg,#fff,#27e6d3,#1a8cff);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  letter-spacing:-1.5px;
}
.hero p{
  max-width:720px;
}
.hero .btn{
  box-shadow:0 12px 36px rgba(39,230,211,.28);
  transition:.25s;
}
.hero .btn:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 48px rgba(39,230,211,.42);
}
.card{
  position:relative;
  overflow:hidden;
}
.card::before{
  content:"";
  position:absolute;
  inset:-1px;
  background:linear-gradient(135deg,rgba(39,230,211,.22),transparent,rgba(26,140,255,.18));
  opacity:.55;
  pointer-events:none;
}
.card>*{
  position:relative;
  z-index:1;
}
.market-row{
  padding-left:12px;
  padding-right:12px;
  border-radius:12px;
}
.feature,.asset-card,.table-card,.trade-box,.security-item{
  backdrop-filter:blur(14px);
  box-shadow:0 18px 50px rgba(0,0,0,.22);
  transition:.25s;
}
.feature:hover,.asset-card:hover,.table-card:hover,.security-item:hover{
  transform:translateY(-3px);
  border-color:rgba(39,230,211,.28);
}
.logo{
  letter-spacing:.8px;
  text-shadow:0 0 22px rgba(39,230,211,.45);
}
.notice{
  display:inline-block;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
}


.logo{
    font-size:38px;
    font-weight:900;
    letter-spacing:3px;
    display:flex;
    align-items:center;
    color:#dffcff;
    text-transform:uppercase;
}

.logo-v{
    background:linear-gradient(
        135deg,
        #6ffcff 0%,
        #27e6d3 40%,
        #1a8cff 100%
    );
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

    text-shadow:
        0 0 8px rgba(39,230,211,.9),
        0 0 16px rgba(39,230,211,.8),
        0 0 32px rgba(26,140,255,.7);

    margin-right:2px;
}


.footer-pro{
  padding:64px 8% 42px;
  background:#101418;
  border-top:1px solid rgba(255,255,255,.08);
  color:#9ca8b7;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.2fr repeat(4,1fr);
  gap:52px;
}
.footer-logo{
  font-size:30px;
  font-weight:900;
  letter-spacing:3px;
  color:#27e6d3;
  text-shadow:0 0 18px rgba(39,230,211,.55);
  margin-bottom:18px;
}
.footer-slogan{
  color:#d7e3f0;
  font-weight:700;
  font-size:18px;
  margin-bottom:18px;
}
.qr-box{
  width:120px;
  height:120px;
  border-radius:16px;
  background:linear-gradient(135deg,#fff,#dffcff);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#0d1b2f;
  font-weight:900;
  margin:16px 0 12px;
}
.footer-social{
  display:flex;
  gap:14px;
  margin-top:18px;
}
.footer-social span{
  width:34px;
  height:34px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#dce8f5;
  font-weight:800;
}
.footer-col h3{
  color:#fff;
  font-size:18px;
  margin-bottom:20px;
}
.footer-col a{
  display:block;
  color:#9ca8b7;
  font-size:14px;
  margin-bottom:14px;
}
.footer-col a:hover{
  color:#27e6d3;
}
.footer-bottom{
  margin-top:48px;
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,.08);
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:#7f91a5;
  font-size:13px;
}
@media(max-width:900px){
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-bottom{flex-direction:column}
}
@media(max-width:560px){
  .footer-grid{grid-template-columns:1fr}
}


/* VEXON CLEAN PROFESSIONAL UI */

:root{
  --bg:#07111f;
  --panel:#0d1b2f;
  --panel2:#101d31;
  --border:rgba(255,255,255,.10);
  --text:#e8f0f8;
  --muted:#8fa4ba;
  --primary:#27e6d3;
  --blue:#1a8cff;
  --green:#38ef7d;
  --red:#ff5f6d;
}

body{
  background:
    radial-gradient(circle at 16% 8%,rgba(39,230,211,.10),transparent 28%),
    radial-gradient(circle at 80% 18%,rgba(26,140,255,.12),transparent 30%),
    var(--bg);
}

header{
  height:72px;
  padding:0 7%;
  background:rgba(7,17,31,.86);
  backdrop-filter:blur(18px);
  border-bottom:1px solid var(--border);
}

.logo{
  font-size:30px !important;
  font-weight:900 !important;
  letter-spacing:3px !important;
  color:#dffcff !important;
  text-shadow:
    0 0 10px rgba(39,230,211,.65),
    0 0 24px rgba(26,140,255,.45) !important;
}

.logo-v{
  color:var(--primary);
}

nav a{
  font-weight:600;
  color:#b8c6d8;
}

.btn{
  border-radius:12px;
  background:linear-gradient(135deg,var(--primary),var(--blue));
  box-shadow:0 10px 30px rgba(26,140,255,.20);
  transition:.22s;
}

.btn:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 40px rgba(39,230,211,.25);
}

.hero{
  min-height:680px;
  padding:110px 7% 80px;
  gap:64px;
}

.hero h1{
  font-size:58px;
  letter-spacing:-1.6px;
  line-height:1.08;
  margin-bottom:26px;
  color:#fff;
}

.hero p{
  max-width:680px;
  color:#b6c6d8;
  font-size:18px;
}

.notice{
  margin-top:24px;
  color:#8fa4ba;
  background:rgba(255,255,255,.04);
  border:1px solid var(--border);
  padding:10px 14px;
  border-radius:999px;
}

.card,.feature,.table-card,.trade-box,.asset-card,.security-item,.detail-card{
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.035));
  border:1px solid var(--border);
  box-shadow:none;
}

.card{
  border-radius:26px;
  padding:30px;
}

.card h3,.feature h3,.security-item h3{
  color:var(--primary);
}

.market-row{
  border-radius:14px;
  padding:14px 12px;
}

.market-row:hover,.market-table-row:hover{
  background:rgba(39,230,211,.06);
}

.section{
  padding:76px 7%;
}

.section h2{
  font-size:34px;
  letter-spacing:-.6px;
  margin-bottom:34px;
}

.features{
  gap:22px;
}

.feature{
  border-radius:22px;
  padding:28px;
}

.feature p{
  color:#aebdd0;
}

.page{
  padding:72px 7%;
}

.page-title{
  font-size:36px;
  letter-spacing:-.6px;
}

.page-desc{
  color:#aebdd0;
}

.table-card{
  border-radius:22px;
}

th{
  color:#8fa4ba;
  font-size:14px;
}

td{
  color:#e8f0f8;
}

.trade-box{
  border-radius:22px;
}

.trade-box input,.trade-box select{
  background:#13243a;
  border:1px solid rgba(255,255,255,.06);
}

.trade-box input:focus,.trade-box select:focus{
  outline:none;
  border-color:rgba(39,230,211,.45);
}

.up{color:var(--green)}
.down{color:var(--red)}

.footer-pro{
  background:#0b1018;
}

.footer-logo{
  color:var(--primary);
}

.footer-col h3{
  font-size:17px;
}

.footer-col a{
  color:#8f9db0;
}

.footer-bottom{
  color:#718196;
}


.login-modal-mask{position:fixed;inset:0;background:rgba(0,0,0,.62);display:none;align-items:center;justify-content:center;z-index:10000}
.login-modal{width:420px;max-width:92%;background:#0d1b2f;border:1px solid rgba(39,230,211,.25);border-radius:22px;padding:30px;box-shadow:0 28px 90px rgba(0,0,0,.58);text-align:center}
.login-modal-icon{width:58px;height:58px;border-radius:50%;margin:0 auto 18px;background:linear-gradient(135deg,#27e6d3,#1a8cff);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:900}
.login-modal h3{font-size:24px;margin-bottom:10px;color:#fff}
.login-modal p{color:#9fb1c7;line-height:1.7;margin-bottom:24px}
.login-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.login-modal-actions button{padding:14px;border:0;border-radius:12px;font-weight:800;cursor:pointer}
.login-modal-cancel{background:rgba(255,255,255,.08);color:#c8d4e3}
.login-modal-login{background:linear-gradient(135deg,#27e6d3,#1a8cff);color:#fff}


.mobile-menu-btn{
  display:none;
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  background:rgba(255,255,255,.06);
  color:#27e6d3;
  font-size:24px;
  font-weight:900;
  cursor:pointer;
}

@media(max-width:900px){
  .mobile-menu-btn{
    display:flex!important;
    align-items:center;
    justify-content:center;
    order:2;
  }

  #main-nav{
    display:none!important;
    width:100%;
    order:4;
    margin-top:8px;
    padding:12px;
    border-radius:18px;
    background:rgba(13,27,47,.96);
    border:1px solid rgba(255,255,255,.10);
  }

  #main-nav.mobile-open{
    display:grid!important;
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  #main-nav a{
    margin:0!important;
    padding:14px 12px;
    text-align:center;
    border-radius:12px;
    background:rgba(255,255,255,.06);
    color:#d8e7f7;
    font-size:14px;
    font-weight:700;
  }

  #main-nav a:hover{
    background:rgba(39,230,211,.12);
    color:#27e6d3;
  }

  .user-area{
    order:3;
  }

  .logo{
    order:1;
  }
}

@media(max-width:420px){
  #main-nav.mobile-open{
    grid-template-columns:1fr;
  }
}


.market-detail-btn{
border:1px solid #27e6d3;
background:transparent;
color:#27e6d3;
padding:6px 12px;
border-radius:8px;
cursor:pointer;
margin-right:6px;
}

.market-trade-btn{
border:none;
background:#27e6d3;
color:#00111d;
padding:6px 12px;
border-radius:8px;
font-weight:700;
cursor:pointer;
}



/* Gate风格市场列表优化 */
#market table{
  border-collapse:separate !important;
  border-spacing:0 10px !important;
}

#market tbody tr.market-table-row{
  height:72px;
}

#market tbody tr.market-table-row td{
  padding:18px 16px !important;
  vertical-align:middle;
}

#market tbody tr.market-table-row td:first-child{
  line-height:1.9;
}

#market tbody tr.market-table-row td:first-child strong{
  display:block;
  font-size:16px;
  margin-bottom:6px;
}

#market .coin-tag{
  margin-left:0 !important;
  margin-top:4px;
  display:inline-block;
}

.market-detail-btn,
.market-trade-btn{
  min-width:68px;
}



.vexon-gradient-logo span:nth-child(1){color:#27e6d3}
.vexon-gradient-logo span:nth-child(2){color:#45e7df}
.vexon-gradient-logo span:nth-child(3){color:#68e9ee}
.vexon-gradient-logo span:nth-child(4){color:#88cfff}
.vexon-gradient-logo span:nth-child(5){color:#4d8cff}
.vexon-gradient-logo span{
  text-shadow:0 0 18px currentColor;
}


.about-hero-card{
  margin:32px 0;
  padding:42px;
  border-radius:28px;
  background:
    radial-gradient(circle at 15% 20%, rgba(39,230,211,.22), transparent 34%),
    linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 28px 90px rgba(0,0,0,.35);
}

.about-hero-card span{
  color:#27e6d3;
  font-size:14px;
  font-weight:800;
  letter-spacing:.8px;
}

.about-hero-card h2{
  margin:12px 0 16px;
  font-size:36px;
  background:linear-gradient(135deg,#fff,#27e6d3,#4d8cff);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.about-hero-card p{
  max-width:880px;
  color:#b9c6d6;
  line-height:1.9;
}

.about-section{
  margin-top:56px;
}

.about-section h2,
.about-contact h2{
  font-size:32px;
  margin-bottom:24px;
}

.about-contact{
  margin-top:56px;
  padding:34px;
  border-radius:24px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.1);
}

.about-contact p{
  color:#b9c6d6;
  line-height:1.8;
  margin-bottom:24px;
}

@media(max-width:768px){
  .about-hero-card{
    padding:26px;
  }

  .about-hero-card h2{
    font-size:28px;
  }
}


.mobile-intro-card{
  margin:28px 0;
  padding:22px;
  border-radius:22px;
  background:rgba(255,255,255,.05);
  backdrop-filter:blur(20px);
  border:1px solid rgba(255,255,255,.08);
}

.mobile-intro-title{
  font-size:22px;
  font-weight:800;
  color:#fff;
  margin-bottom:12px;
}

.mobile-intro-desc{
  line-height:1.9;
  color:#b9c6d6;
  font-size:15px;
}

.mobile-intro-tags{
  margin-top:16px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.mobile-intro-tags span{
  padding:6px 12px;
  border-radius:999px;
  background:rgba(39,230,211,.12);
  border:1px solid rgba(39,230,211,.25);
  color:#27e6d3;
  font-size:12px;
}


.hero-title-card{
  padding:34px;
  border-radius:28px;
  background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(18px);
  box-shadow:0 28px 90px rgba(0,0,0,.32);
  max-width:760px;
}

.hero-title-card h1{
  margin:0 0 18px!important;
}

.hero-title-card p{
  margin:0!important;
  line-height:1.9;
  color:#b9c6d6;
}

@media(max-width:768px){
  .hero-title-card{
    padding:24px;
    border-radius:22px;
  }

  .hero-title-card h1{
    font-size:34px!important;
    line-height:1.18!important;
  }

  .hero-title-card p{
    font-size:15px!important;
  }
}


.hero-brand{
  display:block;
  font-size:72px;
  font-weight:900;
  line-height:1;
  margin-bottom:12px;
  background:linear-gradient(90deg,#27e6d3,#4d8cff);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.hero-subtitle{
  display:block;
  font-size:42px;
  font-weight:800;
  line-height:1.2;
  color:#fff;
}

@media(max-width:768px){

  .hero-brand{
    font-size:56px;
    margin-bottom:10px;
  }

  .hero-subtitle{
    font-size:28px;
    line-height:1.3;
  }

}



/* VEXON Glass Logo */
.logo{
  letter-spacing:4px!important;
}

.vexon-gradient-logo{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:1px;
}

.vexon-gradient-logo span{
  background:linear-gradient(
    180deg,
    #d8fffb 0%,
    #8cf5ea 25%,
    #27e6d3 60%,
    #15bfae 100%
  );

  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;

  text-shadow:
    0 0 8px rgba(39,230,211,.35),
    0 0 18px rgba(39,230,211,.25);

  position:relative;
}

.vexon-gradient-logo::before{
  content:"";
  position:absolute;
  inset:-8px;
  background:
    radial-gradient(
      circle,
      rgba(39,230,211,.20),
      transparent 70%
    );

  filter:blur(12px);
  z-index:-1;
}

.vexon-gradient-logo::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-3px;
  height:2px;

  background:linear-gradient(
    90deg,
    transparent,
    rgba(39,230,211,.8),
    transparent
  );

  opacity:.6;
}

@media(max-width:768px){

  .vexon-gradient-logo{
    font-size:42px!important;
  }

}


.profile-security-panel{
  margin-top:22px;
  max-width:520px;
  padding:26px;
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 20px 70px rgba(0,0,0,.28);
}

.profile-security-panel h3{
  color:#27e6d3;
  margin-bottom:18px;
}

.profile-security-list{
  display:grid;
  gap:12px;
}

.profile-security-list a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:16px 18px;
  border-radius:16px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.09);
  color:#d8e7f7;
  text-decoration:none;
  transition:.2s;
}

.profile-security-list a:hover{
  border-color:rgba(39,230,211,.45);
  background:rgba(39,230,211,.08);
}

.profile-security-list span{
  font-weight:800;
}

.profile-security-list em{
  font-style:normal;
  color:#27e6d3;
  font-size:13px;
}

@media(max-width:768px){
  .profile-security-panel{
    max-width:none;
  }
}


.profile-layout{
  display:grid;
  grid-template-columns:520px 1fr;
  gap:28px;
  align-items:start;
}

.profile-security-panel{
  padding:28px;
  border-radius:24px;
  background:linear-gradient(180deg,
    rgba(255,255,255,.08),
    rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.1);
}

.profile-security-panel h3{
  color:#27e6d3;
  margin-bottom:20px;
}

.profile-security-list{
  display:grid;
  gap:14px;
}

.profile-security-list a{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px;
  border-radius:16px;
  text-decoration:none;
  color:#fff;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
}

.profile-security-list em{
  color:#27e6d3;
  font-style:normal;
}

@media(max-width:992px){
  .profile-layout{
    grid-template-columns:1fr;
  }
}


/* KYC证件类型下拉框 */
#kyc-id-type{
    width:100%!important;
    height:62px!important;
    min-height:62px!important;
    padding:0 20px!important;

    font-size:18px!important;
    font-weight:600!important;
    color:#fff!important;

    border-radius:16px!important;
    border:1px solid rgba(255,255,255,.12)!important;

    background:rgba(18,31,54,.95)!important;

    appearance:auto!important;
    -webkit-appearance:menulist!important;

    box-sizing:border-box!important;
}

#kyc-id-type option{
    background:#0f172a!important;
    color:#fff!important;
    font-size:16px!important;
}

#kyc-mask label{
    display:block!important;
    margin-bottom:10px!important;
    font-size:16px!important;
    font-weight:700!important;
}


.kyc-warning{
  margin:12px 0 18px;
  padding:12px 14px;
  border-radius:14px;
  background:rgba(255,184,77,.12);
  border:1px solid rgba(255,184,77,.38);
  color:#ffcc66;
  font-size:14px;
  font-weight:800;
  line-height:1.6;
}


/* 用户下拉菜单 */
.user-dropdown{
  position:relative;
  display:inline-flex;
  align-items:center;
}

.user-dropdown-btn{
  display:flex;
  align-items:center;
  gap:8px;
  cursor:pointer;
  padding:10px 16px;
  border-radius:14px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  white-space:nowrap;
}

.user-dropdown-btn .user-name{
  color:#27e6d3;
  font-weight:800;
  max-width:160px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.user-arrow{
  color:#8fa4ba;
  font-size:13px;
}

.user-dropdown-menu{
  position:absolute;
  right:0;
  top:calc(100% + 10px);
  min-width:190px;
  display:none;
  flex-direction:column;
  padding:8px;
  background:rgba(11,24,43,.98);
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  box-shadow:0 20px 60px rgba(0,0,0,.38);
  z-index:99999;
}

.user-dropdown:hover .user-dropdown-menu{
  display:flex;
}

.user-dropdown-menu .user-link,
.user-dropdown-menu .logout-btn{
  display:block;
  width:100%;
  padding:12px 14px;
  border-radius:12px;
  color:#c8d4e3;
  background:transparent;
  border:none;
  text-align:left;
  font-size:14px;
  cursor:pointer;
}

.user-dropdown-menu .user-link:hover,
.user-dropdown-menu .logout-btn:hover{
  background:rgba(39,230,211,.10);
  color:#27e6d3;
}

.user-dropdown-menu .logout-btn{
  color:#ff8f8f;
}


.user-icon{
  width:18px;
  height:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#27e6d3;
  font-size:16px;
}


.security-action{
  margin-top:12px;
  color:#27e6d3;
  font-weight:800;
  font-size:14px;
}



.security-card-grid{
display:grid!important;
grid-template-columns:repeat(3,minmax(320px,1fr))!important;
gap:24px!important;
align-items:stretch!important;
}

.security-manage-card{
min-height:680px!important;
padding:28px!important;
}

.inline-code-row{
display:flex!important;
gap:12px!important;
align-items:center!important;
}

.inline-code-row input{
flex:1!important;
width:auto!important;
}

.inline-code-row button{
width:140px!important;
flex:none!important;
}

.kyc-progress{
display:flex!important;
justify-content:space-between!important;
align-items:flex-start!important;
margin:30px 0!important;
}

.kyc-step{
flex:1!important;
text-align:center!important;
}

.kyc-step p{
white-space:nowrap!important;
font-size:13px!important;
margin-top:8px!important;
}

@media(max-width:1200px){
.security-card-grid{
grid-template-columns:1fr!important;
}
}

.security-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin:20px 0}
.security-manage-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:22px}
.security-manage-card h4{font-size:20px;margin-bottom:10px}
.security-manage-card p{color:#9fb1c7;line-height:1.6;margin-bottom:14px}
.security-manage-card input,.security-manage-card select{width:100%;height:50px;margin:8px 0;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:rgba(10,25,45,.85);color:#fff;padding:0 14px}
.security-manage-card button,.inline-code-row button{height:50px;border:none;border-radius:14px;background:linear-gradient(135deg,#27e6d3,#2494ff);color:#fff;font-weight:800;cursor:pointer;padding:0 16px;margin-top:10px}
.inline-code-row{display:flex;gap:10px}
.inline-code-row input{flex:1}
.kyc-progress{display:flex;justify-content:space-between;margin:18px 0}
.kyc-step{text-align:center;color:#8fa4ba;font-size:12px}
.kyc-step span{display:block;width:20px;height:20px;border-radius:50%;background:rgba(255,255,255,.14);margin:0 auto 6px}
.kyc-step.active span{background:#27e6d3;box-shadow:0 0 18px rgba(39,230,211,.5)}
.kyc-step.active p{color:#27e6d3;font-weight:800}
@media(max-width:1000px){.security-card-grid{grid-template-columns:1fr}}

