@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@700&display=swap";*{padding:0;margin:0;box-sizing:border-box;font-family:Outfit,sans-serif}a{text-decoration:none;color:inherit}.app{min-height:100vh;color:#fff;background:#000}p,li,small,input,select,button,.table-layout p,.suggestion-item .symbol,.coin-stats .label,.nav-right select,.nav-right button{font-family:IBM Plex Sans,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.font-plex{font-family:IBM Plex Sans,sans-serif}.navbar{display:flex;align-items:center;justify-content:space-between;padding:14px 80px;background-color:#000;box-shadow:0 2px 10px #ffffff0a;border-bottom:1px solid rgba(255,255,255,.04)}.navbar .logo{color:#000;font-size:24px;font-weight:700}.navbar img{width:150px;height:auto}.navbar .brand{display:flex;align-items:center;gap:10px}.navbar .brand img{width:28px;height:28px;object-fit:contain}.navbar .logo-text{color:#fff;font-size:22px;font-weight:700}.navbar ul{display:flex;list-style:none;gap:40px;margin:0;padding:0;align-items:center}.navbar ul li{color:#e5e7eb;font-size:16px;font-weight:500;cursor:pointer;transition:color .3s}.navbar ul li:hover{color:#fff}.nav-right{display:flex;align-items:center;gap:15px}.nav-right select{padding:8px 12px;border:1px solid rgba(255,255,255,.2);border-radius:5px;background-color:#1e232dcc;color:#fff;font-size:14px;cursor:pointer;outline:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.nav-right button{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;background:linear-gradient(90deg,#ff8c00,#ffb86b);color:#111827;border:none;border-radius:999px;font-size:14px;font-weight:800;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.nav-right button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff88001f}.nav-right button img{width:16px;height:16px}@keyframes currencySelectBump{0%{transform:scale(1);box-shadow:0 0 #4a90e200}50%{transform:scale(1.06);box-shadow:0 0 14px #4a90e280}to{transform:scale(1);box-shadow:0 0 #4a90e200}}.nav-right select.currency-bump{animation:currencySelectBump .35s ease;border-color:#4a90e2}@media(max-width:1024px){.navbar{padding:14px 28px}.navbar ul{gap:20px}}@media(max-width:768px){.navbar{padding:12px 16px}.navbar .brand .logo-text{font-size:18px}.navbar .brand img{width:24px;height:24px}.navbar ul{display:none}.nav-right{gap:10px}.nav-right select{padding:6px 10px;font-size:13px}.nav-right button{padding:8px 16px;font-size:13px}}.home{min-height:80vh;padding:40px}.hero{text-align:center;max-width:800px;margin:0 auto;padding:24px;background:transparent;border:none;border-radius:0;box-shadow:none}.hero-landing{max-width:1100px;padding:48px 24px}.hero-landing h1{font-size:72px;font-weight:800;color:#fff;font-family:Outfit,sans-serif;letter-spacing:-.8px;margin-bottom:10px;line-height:1.02;text-shadow:0 2px 14px rgba(0,0,0,.6)}.hero-landing .subtitle{color:#cbd5e1;font-size:18px;margin-bottom:26px;font-weight:500}.wallet-cards{display:flex;gap:18px;justify-content:center;margin-bottom:28px;flex-wrap:wrap}.wallet-cards .card{background:linear-gradient(180deg,#ffffff05,#ffffff03);border:1px solid rgba(255,255,255,.04);padding:18px 20px;width:150px;height:130px;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#fff;box-shadow:0 6px 24px #02061799}.wallet-cards .card .card-ill{font-size:28px}.wallet-logo{width:36px;height:36px;object-fit:contain;border-radius:6px}.market-summary{max-width:1200px;margin:36px auto 0;padding:0 12px}.market-summary-inner{text-align:center;color:#e6eef8;padding:18px 12px}.market-summary-inner h2{font-size:36px;margin-bottom:12px;font-weight:800}.market-summary-desc{color:#9aa;max-width:980px;margin:0 auto 20px;font-size:16px;line-height:1.6}.metric-cards{display:flex;gap:20px;justify-content:center;margin-top:18px;flex-wrap:wrap}.metric-card{background:#061e0de6;border-radius:12px;padding:18px 24px;min-width:300px;color:#e6f2e6;box-shadow:0 8px 30px #02060a99;border:1px solid rgba(255,255,255,.02)}.metric-label{color:#9aa;font-size:14px;margin-bottom:8px}.metric-value{font-size:22px;font-weight:800;margin-bottom:8px}.metric-change{display:inline-block;background:#16803526;color:#16a34a;padding:6px 10px;border-radius:8px;font-weight:700}.wallet-cards .card .card-title{font-weight:700}.wallet-cards .card .card-cta{color:#d1d5db;margin-top:6px;font-size:13px}.hero-search{max-width:840px;margin:28px auto 0}.hero-search input{width:calc(100% - 150px);padding:16px 20px;border-radius:999px;border:1px solid rgba(255,255,255,.06);background:#ffffff05;color:#e6eef8;font-size:16px}.hero-search button{width:140px;border-radius:999px;padding:12px 18px;margin-left:12px;background:linear-gradient(90deg,#ff8c00,#ffb86b);border:none;color:#111827;font-weight:800;cursor:pointer}.hero h1{font-size:48px;font-weight:700;color:#fff;font-family:IBM Plex Mono,monospace;margin-bottom:20px;line-height:1.2}.hero p{font-size:18px;color:#e5e7eb;margin-bottom:30px;line-height:1.6}@keyframes slideUpFade{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero h1,.hero p{opacity:0;transform:translateY(24px);animation:slideUpFade .6s ease forwards;will-change:transform,opacity}.hero h1{animation-delay:.12s}.hero p{animation-delay:.26s}@media(prefers-reduced-motion:reduce){.hero h1,.hero p{animation:none;opacity:1;transform:none}}.hero form{display:flex;gap:10px;justify-content:center;align-items:center;position:relative}.hero input{padding:12px 20px;width:400px;border:2px solid #ddd;border-radius:5px;font-size:16px;color:#000;outline:none;transition:border-color .3s}.hero input:focus{border-color:#4a90e2}.search-wrapper{position:relative}.suggestions{position:absolute;top:calc(100% + 8px);left:0;width:100%;max-height:360px;overflow-y:auto;background:#141923f2;border:1px solid rgba(255,255,255,.1);border-radius:8px;box-shadow:0 8px 24px #0006;padding:6px 0;z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.suggestion-item{display:flex;align-items:center;gap:10px;padding:10px 14px;cursor:pointer}.suggestion-item:hover{background:#282d37cc}.suggestion-item img{width:20px;height:20px;border-radius:50%}.suggestion-item .name{color:#fff;font-weight:600}.suggestion-item .symbol{color:#9ca3af;font-size:12px;margin-left:auto;text-transform:uppercase}.hero button{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 30px;background-color:#fff;color:#000;border:2px solid transparent;border-radius:5px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 0 10px #fff3}.hero button:hover{background-color:#e5e7eb;border:2px solid #4a90e2;box-shadow:0 0 20px #4a90e299,0 0 30px #4a90e266,0 0 40px #4a90e233;transform:translateY(-2px)}.crypto-table{max-width:1020px;margin:48px auto 0;padding:0 12px}.crypto-box{background-color:#0f1214a6;border-radius:18px;box-shadow:0 6px 30px #02061799;border:1px solid rgba(255,255,255,.04);overflow:hidden}.table-layout{display:grid;grid-template-columns:.5fr 2fr 1fr 1fr 1.5fr 1.4fr;gap:12px;align-items:center;padding:18px 24px}.table-layout.row{margin:0;text-decoration:none;transition:transform .12s ease,box-shadow .12s ease,background .12s ease;background:transparent;border-radius:0;padding:14px 20px;border-bottom:1px solid rgba(255,255,255,.03)}.table-layout.row:hover{transform:translateY(-2px);box-shadow:0 8px 22px #4a90e214;background-color:#161a1eb8}.see-more-wrap{display:flex;justify-content:center;margin-top:18px;padding:12px 0}.see-more{background:transparent;border:1px solid rgba(255,255,255,.06);padding:10px 24px;border-radius:999px;color:#fff;cursor:pointer;font-weight:800}.see-more:hover{transform:translateY(-2px);box-shadow:0 10px 28px #0009}.table-layout p{color:#fff;font-size:15px;font-weight:600;text-align:left}.crypto-box .table-layout:first-child p{font-weight:700;font-family:IBM Plex Mono,monospace}.crypto-box .table-layout:first-child{background:transparent}.table-layout p:first-child{text-align:center}.table-layout p:nth-child(3),.table-layout p:nth-child(4),.table-layout p:nth-child(5){text-align:right}.table-layout p:nth-child(5){padding-right:12px;white-space:nowrap}.table-layout p:nth-child(6){padding-left:12px}.sparkline-cell{display:flex;align-items:center;justify-content:center;padding:0 0 0 12px;margin:0;min-width:140px}.sparkline-cell>div{display:flex;align-items:center;justify-content:center}.table-row.loading,.table-row.error{margin-top:12px;padding:18px 24px;background:#fff;border:1px solid #eee;border-radius:8px;color:#000}@media(max-width:1024px){.home{padding:30px 24px}.table-layout{padding:16px 20px;gap:12px}.table-layout p{font-size:15px}}@media(max-width:900px){.hero h1{font-size:40px}.hero p{font-size:16px}.hero form{flex-wrap:wrap}.hero input{width:100%}.table-layout{grid-template-columns:.5fr 2fr 1fr 1fr 1.2fr}.table-layout p:nth-child(6){display:none}}@media(max-width:640px){.home{padding:24px 16px}.hero h1{font-size:32px}.hero p{font-size:15px}.hero form{gap:8px}.hero button,.search-wrapper{width:100%}.suggestions{max-height:300px}.table-layout{grid-template-columns:.6fr 2.4fr 1fr;padding:14px 16px;gap:10px}.table-layout p{font-size:14px}.table-layout p:nth-child(4),.table-layout p:nth-child(5),.table-layout p:nth-child(6){display:none}.table-layout.row p:nth-child(2){gap:8px!important}.table-layout.row p:nth-child(2) img{width:20px;height:20px}.table-layout.row p:nth-child(2) span{font-size:11px!important}}.coin.container{max-width:1100px;margin:40px auto;padding:20px}.coin-header{display:flex;align-items:center;gap:12px}.coin-header img{width:32px;height:32px}.coin-header h1{font-family:IBM Plex Mono,monospace;font-size:32px;font-weight:700;color:#fff}.coin-header h1 span{font-family:IBM Plex Sans,sans-serif;font-size:16px;font-weight:400;color:#999;text-transform:uppercase}.coin-stats{margin-top:24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;background:#14192399;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:20px}.coin-stats .label{font-family:IBM Plex Sans,sans-serif;color:#999;font-size:14px;margin-bottom:6px;font-weight:400}.coin-stats .value{font-family:IBM Plex Mono,monospace;color:#fff;font-size:20px;font-weight:600}.coin-desc{margin-top:20px;font-family:IBM Plex Sans,sans-serif;color:#ccc;line-height:1.7;font-size:15px;background:transparent;border:none;padding:0;border-radius:0}@media(max-width:900px){.coin.container{padding:16px;margin:28px auto}.coin-header h1{font-size:28px}.coin-header img{width:28px;height:28px}.coin-stats{grid-template-columns:1fr;gap:12px;padding:16px}}@media(max-width:640px){.coin.container{padding:14px;margin:20px auto}.coin-header h1{font-size:24px}.coin-header h1 span{font-size:14px}.coin-header img{width:24px;height:24px}.coin-stats .value{font-size:18px}.coin-stats .label{font-size:13px}.coin-desc{font-size:14px;line-height:1.65}}.coin.container.error{font-family:IBM Plex Sans,sans-serif;color:#ff6b6b;background:#141923cc;border:1px solid rgba(255,107,107,.3);padding:12px 16px;border-radius:8px}
