
*{box-sizing:border-box}
:root{
  --page:#070d18;
  --surface:#0b1320;
  --surface-2:#0e1828;
  --surface-3:#111e30;
  --line:#1b2a3e;
  --line-soft:#152338;
  --text:#eef5ff;
  --muted:#8190a5;
  --muted-2:#5e6e84;
  --teal:#19d3bd;
  --teal-soft:#0f8f82;
  --amber:#ffb21e;
  --green:#30dca3;
  --blue:#70a5ff;
}
html,body{margin:0;min-height:100%;background:var(--page);color:var(--text)}
body{
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;
  background:
    radial-gradient(circle at 50% -180px,rgba(20,115,184,.14),transparent 420px),
    linear-gradient(180deg,#070d18 0%,#08101d 55%,#070d18 100%);
}
button{font:inherit}
.shell{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:18px 0 26px}

.hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:4px 2px 18px}
.hero-title{display:flex;align-items:center;gap:10px}
.hero-dot{width:8px;height:8px;background:var(--teal);box-shadow:0 0 18px rgba(25,211,189,.65)}
.hero h1{margin:0;font-size:19px;line-height:1;font-weight:720;letter-spacing:-.02em}
.hero-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.hero-meta span{
  display:inline-flex;align-items:center;height:28px;padding:0 10px;
  border:1px solid var(--line);background:#0a1421;color:#8fa0b7;font-size:11px
}
.hero-meta span:last-child{color:#74cabd}

.surface{border:1px solid var(--line);background:rgba(10,19,32,.94);box-shadow:0 22px 70px rgba(0,0,0,.22)}

.category-tabs{
  display:flex;align-items:center;gap:2px;padding:5px;border-bottom:1px solid var(--line);
  overflow-x:auto;background:#09121f
}
.category-tab{
  position:relative;min-width:126px;flex:1;height:38px;border:0;background:transparent;color:#78889f;
  cursor:pointer;font-size:12px;font-weight:650;transition:.18s ease
}
.category-tab:hover{color:#b6c2d2;background:#0d1827}
.category-tab.active{color:#e8fffb;background:#10233a}
.category-tab.active::after{
  content:"";position:absolute;left:18px;right:18px;bottom:-5px;height:2px;background:var(--teal)
}

.category-panel{padding:18px 18px 20px}
.pool-tabs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:22px}
.pool-tab{
  height:31px;padding:0 12px;border:1px solid var(--line);background:#0c1726;color:#8392a7;
  cursor:pointer;font-size:11px;transition:.18s ease
}
.pool-tab b{margin-left:5px;color:#89a0bb;font-weight:700}
.pool-tab:hover{border-color:#2b415d;color:#b8c4d4}
.pool-tab.active{border-color:#176f68;background:#0b1b29;color:#2ce0ca}
.pool-tab.active b{color:#2ce0ca}

.pool-intro{
  display:flex;align-items:flex-start;justify-content:space-between;gap:26px;
  padding:1px 2px 17px;border-bottom:1px solid var(--line-soft)
}
.pool-copy{min-width:0}
.pool-title-row{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.pool-symbol{
  width:24px;height:24px;display:inline-grid;place-items:center;border:1px solid #24415b;background:#0d1c2d;color:#d9e6f7;
  font-size:12px;font-weight:800
}
.pool-title{font-size:14px;font-weight:720;color:#edf4ff}
.pool-description{margin:11px 0 0;color:#8998ad;font-size:11px;line-height:1.7;max-width:850px}
.pool-example{margin-top:7px;color:#65778f;font-size:10.5px;line-height:1.7}
.pool-badges{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.pool-badge{
  display:inline-flex;align-items:center;height:26px;padding:0 10px;border:1px solid #1c756d;
  background:rgba(14,118,108,.12);color:#2ad8c2;font-size:10.5px;white-space:nowrap
}
.pool-badge:nth-child(2){border-color:#735216;background:rgba(126,88,13,.10);color:#f6bd47}

.table-wrap{margin-top:14px;overflow-x:auto;border:1px solid var(--line)}
table{width:100%;min-width:930px;border-collapse:collapse;background:#0a1422}
thead{background:#0d1a2a}
th{
  height:50px;padding:0 17px;text-align:left;border-bottom:1px solid var(--line);
  color:#6f819a;font-size:10.5px;font-weight:650;white-space:nowrap
}
th small{display:block;margin-top:4px;color:#52647c;font-size:9.5px;font-weight:500}
td{height:70px;padding:10px 17px;border-bottom:1px solid var(--line-soft);vertical-align:middle}
tbody tr:last-child td{border-bottom:0}
tbody tr{transition:.14s ease}
tbody tr:hover{background:#0d1929}

.model-cell{min-width:180px}
.model-wrap{display:flex;align-items:center;gap:7px}
.model-name{
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  color:#f2f6fb;font-size:12px;font-weight:700;white-space:nowrap
}
.tag{
  display:inline-flex;align-items:center;height:19px;padding:0 6px;border:1px solid #146c65;
  color:#25d5c0;background:rgba(15,111,101,.11);font-size:9px
}
.copy{
  width:18px;height:18px;border:0;background:transparent;color:#52667f;cursor:pointer;padding:0;
  display:grid;place-items:center;font-size:11px
}
.copy:hover{color:#93a5bb}

.price{min-width:126px}
.sale{font-size:16px;line-height:1;color:var(--amber);font-weight:780;letter-spacing:-.02em}
.sale.text{font-size:12px;color:#9eacbd;font-weight:650}
.official{margin-top:6px;color:#5f7088;font-size:9.5px;white-space:nowrap}
.official s{color:#708096;text-decoration-color:#46576c}

.saving{
  display:inline-flex;align-items:center;height:25px;padding:0 9px;border:1px solid #17765e;
  background:rgba(16,130,92,.11);color:var(--green);font-size:10.5px;font-weight:700;white-space:nowrap
}

.empty{
  padding:56px 18px;text-align:center;color:#63758d;font-size:12px;border:1px dashed #203149;background:#0a1523
}
.footer{
  display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap;
  padding:18px 0 0;color:#53647b;font-size:10px
}
.footer-sep{color:#34455c}

@media(max-width:780px){
  .shell{width:calc(100% - 18px);padding-top:10px}
  .hero{align-items:flex-start;flex-direction:column;padding-bottom:12px}
  .hero-meta{justify-content:flex-start}
  .category-panel{padding:13px 10px 14px}
  .category-tab{min-width:106px}
  .pool-intro{flex-direction:column;gap:14px}
  .pool-badges{justify-content:flex-start}
  .pool-description{font-size:11px}
}
