@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{--bg:#071014;--panel:#0c191e;--line:#1b3036;--text:#e7f0ed;--muted:#89a19b;--teal:#5ee3bd;--red:#ff6e70;--blue:#6ca8ff}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 80% 0,#12302d 0,transparent 32%),var(--bg);color:var(--text);font-family:'Space Grotesk',system-ui,sans-serif;min-height:100vh}body:before{content:'';position:fixed;inset:0;pointer-events:none;opacity:.08;background-image:linear-gradient(#8fffff 1px,transparent 1px),linear-gradient(90deg,#8fffff 1px,transparent 1px);background-size:64px 64px}.top{height:76px;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 clamp(18px,4vw,64px);gap:24px;position:relative;z-index:2;background:#071014cc;backdrop-filter:blur(16px)}.logo{display:flex;align-items:center;gap:10px;color:var(--text);font-size:14px;font-weight:600;letter-spacing:.08em;text-decoration:none;white-space:nowrap}.mark{width:28px;height:28px;border:1px solid var(--teal);color:var(--teal);display:grid;place-items:center;border-radius:7px;font-family:'DM Mono';font-size:15px}.live{font:11px 'DM Mono';color:var(--teal);border:1px solid #24554d;padding:6px 9px;border-radius:20px}.live i{display:inline-block;width:6px;height:6px;background:var(--teal);border-radius:50%;margin-right:6px;box-shadow:0 0 9px var(--teal)}nav{display:flex;gap:22px;margin-left:auto}nav a{color:var(--muted);font-size:12px;text-decoration:none;white-space:nowrap}nav a:hover,nav a.active{color:var(--text)}select{background:#102127;color:var(--text);border:1px solid var(--line);padding:8px;border-radius:5px;font-size:11px}main{max-width:1380px;margin:auto;padding:0 clamp(18px,4vw,64px)}.hero{min-height:340px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:30px}.eyebrow{font:11px 'DM Mono';letter-spacing:.14em;color:var(--teal);margin:0 0 14px}.eyebrow span{color:var(--muted)}h1{font-size:clamp(36px,5.5vw,74px);line-height:.98;max-width:680px;margin:0 0 20px;letter-spacing:-.06em;font-weight:600}.sub{max-width:530px;color:var(--muted);font-size:16px;line-height:1.6}.hero-actions{display:flex;align-items:center;gap:18px;margin-top:26px}.button{background:var(--teal);color:#05211c;text-decoration:none;padding:12px 15px;border-radius:4px;font-size:12px;font-weight:600}.button b{margin-left:10px}.source{font:10px 'DM Mono';color:var(--muted);max-width:270px;line-height:1.4}.orb{width:210px;height:210px;border:1px solid #26524b;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;background:radial-gradient(circle,#123d35,transparent 66%);flex:none}.orb-ring{position:absolute;inset:13px;border:1px dashed #4bb79b;border-radius:50%;animation:spin 18s linear infinite}.orb strong{font:40px 'DM Mono';color:var(--teal)}.orb small{font:10px 'DM Mono';color:var(--muted);margin-top:5px}@keyframes spin{to{transform:rotate(360deg)}}.stats{display:grid;grid-template-columns:repeat(5,1fr);border-bottom:1px solid var(--line)}.stats article{padding:24px 18px;border-right:1px solid var(--line)}.stats article:first-child{padding-left:0}.stats article:last-child{border:0}.stats span,.stats em{display:block;font:10px 'DM Mono';color:var(--muted);font-style:normal}.stats strong{display:block;font:22px 'DM Mono';margin:11px 0 6px}.stats .red strong{color:var(--red)}.stats .blue strong{color:var(--blue)}.grid{display:grid;grid-template-columns:1.4fr .6fr;gap:18px;margin:28px 0}.panel{background:#0a171cdd;border:1px solid var(--line);padding:22px;min-width:0}.wide{grid-row:span 2}.panel-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}.panel-head h2{margin:0;font-size:20px;letter-spacing:-.03em}.panel-head a{color:var(--teal);text-decoration:none;font-size:19px}.stamp,.muted{font:10px 'DM Mono';color:var(--muted)}table{width:100%;border-collapse:collapse;font:12px 'DM Mono'}th{text-align:left;color:#5f7a75;font-size:10px;font-weight:400;padding:10px 8px;border-bottom:1px solid var(--line)}td{padding:15px 8px;border-bottom:1px solid #14272c}td:nth-child(n+2){text-align:right}.coin{display:flex;align-items:center;gap:9px;font-family:'Space Grotesk';font-weight:600}.coin img{width:23px;height:23px;border-radius:50%;background:#16292c}.up{color:var(--teal)}.down{color:var(--red)}.loading{text-align:center!important;color:var(--muted);padding:35px}.gauge{text-align:center;padding:10px 0 20px}.gauge-value{font:54px 'DM Mono';color:var(--teal}.gauge-label{font-size:12px;color:var(--muted);margin:4px 0 22px}.gauge-track{height:7px;background:#182c30;border-radius:6px;overflow:hidden}.gauge-track i{height:100%;display:block;width:0;background:linear-gradient(90deg,var(--red),#e7d26c,var(--teal));transition:width 1s}.heatmap{display:grid;grid-template-columns:repeat(6,1fr);gap:5px;height:130px}.heatmap span{border-radius:2px;background:#15332f}.heatmap span:nth-child(2n){background:#236151}.heatmap span:nth-child(3n){background:#bd7b49}.heatmap span:nth-child(5n){background:#b84b52}.heat-legend{display:flex;align-items:center;gap:8px;margin-top:12px;font:9px 'DM Mono';color:var(--muted)}.heat-legend i{height:5px;flex:1;background:linear-gradient(90deg,#15332f,#236151,#bd7b49,#b84b52)}footer{max-width:1380px;margin:0 auto;padding:26px clamp(18px,4vw,64px);display:flex;justify-content:space-between;color:#52706a;font:10px 'DM Mono'}[dir=rtl] nav{margin-left:0;margin-right:auto}[dir=rtl] th{text-align:right}[dir=rtl] td:nth-child(n+2){text-align:left}@media(max-width:1000px){nav{gap:12px}.top{gap:12px}.live{display:none}}@media(max-width:720px){.top{height:auto;min-height:72px;flex-wrap:wrap;padding:14px 18px}.logo{order:1}select{order:2;margin-left:auto}nav{order:3;width:100%;overflow-x:auto;padding-bottom:4px;margin:0!important}nav a{font-size:11px}.hero{min-height:410px;align-items:flex-start;padding-top:52px}.orb{width:130px;height:130px}.orb strong{font-size:25px}.orb-ring{inset:8px}h1{font-size:43px}.sub{font-size:14px}.hero-actions{align-items:flex-start;flex-direction:column}.stats{grid-template-columns:repeat(2,1fr)}.stats article,.stats article:first-child{padding:17px 12px;border-bottom:1px solid var(--line)}.grid{display:block}.panel{margin-bottom:16px;padding:17px}.table-wrap{overflow-x:auto}table{min-width:560px}footer{display:block;line-height:2}}
