@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');
*{box-sizing:border-box}body{margin:0;background:#07100f;color:#e7ede8;font-family:Manrope,system-ui}header{height:70px;border-bottom:1px solid #1a2926;display:flex;align-items:center;padding:0 5.5%;gap:45px;background:#081211}.brand{color:#f2f3e8;text-decoration:none;font:800 18px 'DM Mono';letter-spacing:1px}.brand span{color:#61d09a}nav{display:flex;gap:28px}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}nav button{color:#78908b;font-size:13px}nav .active{color:#e7ede8}.status{margin-left:auto;font:11px 'DM Mono';color:#a6b3ae}.status i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#62d39b;margin-right:7px}main{max-width:1420px;margin:auto;padding:55px 5.5%}.hero{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:54px}.eyebrow{font:11px 'DM Mono';letter-spacing:1.3px;color:#7e9991;margin:0 0 13px}.hero h1{font-size:clamp(40px,5vw,72px);line-height:1.02;margin:0;letter-spacing:-3px}.hero em{font-family:'Playfair Display';font-weight:600;color:#7ee2ad}.sub{max-width:460px;color:#99aaa5;line-height:1.7;font-size:15px}.indices{display:flex;border:1px solid #22332f}.indices div{padding:16px 22px;min-width:135px;border-left:1px solid #22332f}.indices div:first-child{border:0}.indices span,.indices strong{display:block;font:11px 'DM Mono';color:#82958f}.indices b{font-size:17px;display:block;margin:6px 0}.up{color:#72d9a0!important}.down{color:#fa786e!important}.controls{display:flex;justify-content:space-between;border-top:1px solid #1e302c;border-bottom:1px solid #1e302c;padding:15px 0;margin-bottom:34px}.periods,.filters{display:flex;gap:7px}.periods button,.filter{font:12px 'DM Mono';padding:9px 13px;color:#899a95;border-radius:3px}.periods .active{background:#d6eddf;color:#0a1814}.filter{border:1px solid #253935}.filter.active{border-color:#73cfa0;color:#bce9ce}.map-head{display:flex;justify-content:space-between;align-items:end}.map-head h2{margin:0;font-size:25px}.map-head p{color:#7c9089;font-size:12px}.legend{display:flex;gap:4px;align-items:center;font:10px 'DM Mono';color:#84958f}.legend i{height:13px;width:18px}.r3{background:#a83a39}.r2{background:#853938}.r1{background:#573133}.n{background:#273532}.g1{background:#2c614b}.g2{background:#29815b}.g3{background:#22a96f}.map{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:94px;gap:6px;margin-top:18px}.tile{padding:14px;position:relative;overflow:hidden;border:1px solid #ffffff10;transition:.2s;min-width:0}.tile:hover{transform:scale(1.018);z-index:2;outline:1px solid #d9ffe8}.tile b{font:700 16px 'DM Mono';display:block}.tile span{font-size:11px;color:#e1eee7cc;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:4px}.tile strong{position:absolute;right:12px;bottom:11px;font:12px 'DM Mono'}.tile.up strong{color:#ceffe0}.tile.down strong{color:#ffc2ba}.s1{grid-column:span 2;grid-row:span 1}.s2{grid-column:span 3;grid-row:span 2}.s3{grid-column:span 4;grid-row:span 2}.bottom{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:28px}.panel{background:#0c1916;border:1px solid #20332e;padding:25px}.panel h3{margin:0 0 12px;font-size:22px}.mover{display:flex;justify-content:space-between;padding:12px 0;border-top:1px solid #1d2d29;font:12px 'DM Mono'}.mover strong{color:#7ee2ad}.story p:last-child{color:#9aaba5;line-height:1.65;font-size:14px;max-width:490px}aside{position:fixed;right:-420px;top:0;width:400px;height:100vh;background:#0b1714;border-left:1px solid #2b413b;padding:42px 30px;transition:.35s;z-index:4}aside.open{right:0}#close{position:absolute;right:20px;top:14px;font-size:32px;color:#a6b7b0}.detail-price{margin:30px 0}.detail-price b{display:block;font-size:38px}.detail-price strong{font:16px 'DM Mono';color:#80dfa8}.chart{height:130px;background:#0e201a;margin:25px 0}.chart svg{width:100%;height:100%}.chart polyline{fill:none;stroke:#79e2a8;stroke-width:3}.stats{display:grid;gap:0;border-top:1px solid #294039}.stats span{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid #294039;font-size:13px;color:#9eb0aa}.stats b{color:#e6f0e9}.disclaimer{position:absolute;bottom:20px;left:30px;right:30px;color:#6f837c;font-size:11px;line-height:1.5}@media(max-width:800px){header{padding:0 20px}nav{display:none}.hero,.controls{display:block}.indices{margin-top:25px;overflow:auto}.filters{overflow:auto;margin-top:12px}.map{grid-template-columns:repeat(6,1fr);grid-auto-rows:83px}.bottom{grid-template-columns:1fr}.legend{display:none}main{padding:35px 20px}.s3{grid-column:span 3}.s2{grid-column:span 3}}