@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@500;700;800;900&display=swap";
.dashboard-root{--bg:#f7f7f8;--black:#1c1c1e;--purple:#c4b5fd;--lime:#d4f972;--gray:#8e8e93;--border:1.5px solid var(--black);--radius-pill:9999px;--radius-card:28px;--font-display:"Outfit", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;background-color:var(--bg);color:var(--black);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;padding-bottom:100px;overflow-x:hidden}.dashboard-root *,.dashboard-root :before,.dashboard-root :after{box-sizing:border-box}.dash-bg-shape{background-color:var(--purple);z-index:0;border-bottom-right-radius:50% 20%;border-bottom-left-radius:50% 20%;width:100%;height:min(48vh,45vh + 1.5rem);position:absolute;top:-10px;left:0;overflow:hidden}.dash-bg-shape:after{content:"";background-color:#fff3;border-radius:50%;width:200px;height:200px;position:absolute;bottom:-50px;right:-50px}.dash-container{z-index:1;padding:16px;position:relative}.dash-header{justify-content:space-between;align-items:center;margin-bottom:24px;padding-top:4px;display:flex}.dash-user-info h1{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:4px;font-size:24px;font-weight:800}.dash-user-info p{color:#1c1c1eb3;font-size:14px;font-weight:500}.dash-network-badge{background:var(--black);color:var(--lime);border-radius:var(--radius-pill);letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:6px;padding:8px 12px;font-size:12px;font-weight:700;display:flex}.dash-network-badge span{background-color:var(--lime);border-radius:50%;width:8px;height:8px;display:inline-block}.dash-hero{margin-bottom:28px}.dash-primary-metrics{border-bottom:2px solid var(--black);justify-content:space-between;align-items:flex-end;margin-bottom:24px;padding-bottom:16px;display:flex}.dash-metric-group{flex-direction:column;display:flex}.dash-metric-value{font-family:var(--font-display);letter-spacing:-.04em;align-items:baseline;gap:4px;font-size:48px;font-weight:900;line-height:1;display:flex}.dash-metric-unit{font-size:16px;font-weight:700;font-family:var(--font-body)}.dash-metric-label{color:#1c1c1e99;text-transform:uppercase;letter-spacing:.05em;margin-top:8px;font-size:12px;font-weight:600}.dash-secondary-metrics{grid-template-columns:1fr 1fr;gap:16px;display:grid}.dash-block{border-radius:var(--radius-card);padding:20px;position:relative;overflow:hidden}.dash-block-purple{background-color:var(--purple);color:var(--black)}.dash-block-outline{border:var(--border);background-color:#0000}.dash-block-black{background-color:var(--black);color:#fff;cursor:pointer;justify-content:center;align-items:center;text-decoration:none;display:flex}.dash-block-header{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.dash-block-icon{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.dash-block-icon svg{width:16px;height:16px}.dash-block-value{font-family:var(--font-display);letter-spacing:-.02em;font-size:28px;font-weight:800}.dash-block-label{opacity:.8;margin-top:4px;font-size:13px;font-weight:500}.dash-block-action{font-family:var(--font-display);font-size:20px;font-weight:700}.dash-section-header{font-family:var(--font-display);letter-spacing:-.02em;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:28px;font-weight:800;display:flex}.dash-section-subheader{color:var(--gray);text-transform:uppercase;letter-spacing:.05em;margin-bottom:24px;font-size:13px;font-weight:500}.dash-timeline-container{margin-top:28px;margin-bottom:28px;padding:0 10px;position:relative}.dash-timeline-line{z-index:1;border-top:2px dashed #1c1c1e33;width:100%;height:1px;position:absolute;top:50%;left:0}.dash-timeline-nodes{z-index:2;justify-content:space-between;display:flex;position:relative}.dash-timeline-node{flex-direction:column;align-items:center;display:flex;position:relative}.dash-node-point{background-color:var(--black);border-radius:50%;width:8px;height:8px;margin:12px 0;position:relative}.dash-node-point:after{content:"";background-color:var(--black);opacity:.2;width:1px;height:24px;position:absolute;top:-24px;left:50%;transform:translate(-50%)}.dash-timeline-node.active .dash-node-point{background-color:var(--lime);border:2px solid var(--black);width:16px;height:16px;margin:8px 0}.dash-node-label-top{font-family:var(--font-display);white-space:nowrap;font-size:14px;font-weight:800;position:absolute;top:-30px}.dash-node-label-bottom{color:var(--gray);text-transform:uppercase;letter-spacing:.02em;font-size:11px;font-weight:600}.dash-timeline-node.active .dash-node-label-top{font-size:18px;top:-34px}.dash-timeline-node.active .dash-node-label-bottom{color:var(--black);font-weight:800}.dash-featured-callout{border-top:1px solid #1c1c1e1a;justify-content:space-between;align-items:center;margin-top:32px;padding-top:24px;display:flex}.dash-featured-info{align-items:center;gap:12px;display:flex}.dash-featured-icon{background-color:var(--lime);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.dash-featured-icon svg{width:24px;height:24px}.dash-featured-text h4{font-family:var(--font-display);font-size:16px;font-weight:800}.dash-featured-text p{color:var(--gray);margin-top:2px;font-size:12px;font-weight:500}.dash-huge-number{font-family:var(--font-display);letter-spacing:-.02em;flex-shrink:0;align-items:baseline;gap:4px;font-size:32px;font-weight:900;display:flex}.dash-huge-number span{font-size:14px;font-family:var(--font-body);font-weight:700}.dash-btn-large{background-color:var(--black);color:#fff;text-align:center;border-radius:var(--radius-pill);width:100%;font-family:var(--font-display);cursor:pointer;border:none;margin-top:32px;padding:20px;font-size:18px;font-weight:700;display:block}.dash-arrow-btn{background:var(--lime);border:var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.dash-project-list-header{justify-content:space-between;align-items:baseline;margin-bottom:20px;display:flex}.dash-project-list-header h3{font-family:var(--font-display);font-size:18px;font-weight:800}.dash-see-all{color:var(--gray);align-items:center;gap:4px;font-size:13px;font-weight:600;text-decoration:none;display:flex}.dash-project-scroll{scrollbar-width:none;gap:16px;margin-left:-16px;margin-right:-16px;padding-bottom:16px;padding-left:16px;padding-right:16px;display:flex;overflow-x:auto}.dash-project-scroll::-webkit-scrollbar{display:none}.dash-project-card{border:var(--border);min-width:160px;color:var(--black);background:#fff;border-radius:20px;flex-shrink:0;padding:16px;text-decoration:none}.dash-project-card-icon{background-color:var(--purple);border:1px solid var(--black);border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:16px;display:flex}.dash-project-card-icon.lime-bg{background-color:var(--lime)}.dash-project-card-icon.white-bg{background-color:#fff}.dash-project-card-icon svg{width:20px;height:20px;stroke:var(--black);stroke-width:2px;fill:none}.dash-project-name{font-family:var(--font-display);margin-bottom:4px;font-size:18px;font-weight:800}.dash-project-ticker{color:var(--gray);text-transform:uppercase;font-size:12px;font-weight:600}.dash-bottom-nav{border-radius:var(--radius-pill);border:var(--border);z-index:100;background-color:#fff;gap:40px;padding:16px 32px;display:flex;position:fixed;bottom:32px;left:50%;transform:translate(-50%);box-shadow:0 10px 40px #00000014}.dash-nav-item{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;text-decoration:none;display:flex;position:relative}.dash-nav-item svg{opacity:.4;width:20px;height:20px;transition:all .2s}.dash-nav-item.active{background-color:var(--lime);border-radius:50%;width:40px;height:40px;margin:-8px}.dash-nav-item.active svg{opacity:1}.dash-claim-bar{background:var(--black);width:100%;height:2px;margin-top:8px;position:relative}.dash-claim-bar-fill{background:var(--black);border-radius:2px;width:40%;height:4px;position:absolute;top:-1px;left:0}
