:root{--page-accent:#c9a84c}.stats-title{color:var(--gold);text-shadow:0 0 30px var(--gold-glow)}.profile-card{background:var(--bg-card);border:1px solid #c9a84c1f;border-radius:2px;justify-content:space-between;align-items:center;padding:2rem 2.5rem;display:flex;position:relative;overflow:hidden}.profile-card:before{content:"";background:linear-gradient(90deg, var(--gold), var(--ember), var(--gold));width:100%;height:3px;position:absolute;top:0;left:0}.profile-card-left{align-items:center;gap:1.5rem;display:flex}.profile-avatar{background:linear-gradient(135deg, var(--bg), #1a1a2e);border:2px solid var(--gold);width:60px;height:60px;color:var(--gold);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.profile-username{font-family:var(--serif);font-size:1.5rem;font-weight:400}.profile-rank{letter-spacing:.2em;color:var(--gold);text-transform:uppercase;font-family:Share Tech Mono,monospace;font-size:.75rem}.profile-member-since{color:var(--text-muted);margin-top:.2rem;font-size:.7rem}.profile-card-right{align-items:center;gap:2rem;display:flex}.level-badge{flex-direction:column;align-items:center;gap:.2rem;display:flex}.level-number{font-family:var(--serif);color:var(--gold);font-size:2.5rem;font-weight:300;line-height:1}.level-label{letter-spacing:.3em;color:var(--text-dim);font-family:Share Tech Mono,monospace;font-size:.55rem}.xp-bar-wrap{width:200px}.xp-bar{background:#f5f0e80f;border-radius:4px;width:100%;height:8px;margin-bottom:.4rem;overflow:hidden}.xp-bar-fill{background:linear-gradient(90deg, var(--gold), var(--ember));width:0%;height:100%;transition:width 1.5s var(--ease-out-expo);border-radius:4px}.xp-text{color:var(--text-dim);text-align:right;font-family:Share Tech Mono,monospace;font-size:.65rem}.rank-track{justify-content:center;align-items:center;gap:0;padding:2rem 0;display:flex}.rank-node{opacity:.3;transition:all .5s var(--ease-out-expo);flex-direction:column;align-items:center;gap:.4rem;display:flex}.rank-node.active{opacity:1}.rank-node.achieved{opacity:.7}.rank-icon{border:2px solid #f5f0e81a;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;transition:all .5s;display:flex}.rank-node.active .rank-icon,.rank-node.achieved .rank-icon{border-color:currentColor}.rank-icon.bronze{color:#cd7f32}.rank-icon.silver{color:silver}.rank-icon.gold{color:#c9a84c}.rank-icon.diamond{color:#b9f2ff}.rank-icon.monolith{color:var(--gold);text-shadow:0 0 10px var(--gold-glow)}.rank-node span:nth-child(2){font-family:var(--sans);letter-spacing:.1em;font-size:.7rem;font-weight:500}.rank-req{color:var(--text-muted);font-family:Share Tech Mono,monospace;font-size:.55rem}.rank-connector{background:#f5f0e814;width:40px;height:2px;margin:0 .5rem 2rem;position:relative}.rank-connector.filled{background:var(--gold)}.badges-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.badge-card{background:var(--bg-card);text-align:center;opacity:.3;transition:all .5s var(--ease-out-expo);border:1px solid #f5f0e80a;border-radius:2px;padding:1.5rem;position:relative}.badge-card.unlocked{opacity:1;border-color:var(--gold-dim)}.badge-card.unlocked:after{content:"✓";color:#0f8;font-size:.7rem;position:absolute;top:.5rem;right:.75rem}.badge-icon{filter:grayscale();margin-bottom:.75rem;font-size:2rem;transition:filter .5s}.badge-card.unlocked .badge-icon{filter:grayscale(0)}.badge-name{font-family:var(--serif);margin-bottom:.3rem;font-size:1.1rem;font-weight:400}.badge-desc{color:var(--text-dim);font-size:.7rem}.heatmap-wrap{padding-bottom:1rem;overflow-x:auto}.heatmap{grid-template-rows:repeat(7,1fr);grid-auto-flow:column;gap:3px;min-width:700px;display:grid}.heatmap-cell{background:var(--gold);opacity:.05;border-radius:2px;width:12px;height:12px;transition:opacity .3s}.heatmap-cell[title]:hover{outline:1px solid var(--gold);outline-offset:1px}.heatmap-legend{color:var(--text-muted);justify-content:flex-end;align-items:center;gap:4px;margin-top:.75rem;font-size:.6rem;display:flex}.heatmap-legend .heatmap-cell{width:12px;height:12px}.stats-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.stat-card{text-align:center;padding:1.5rem}.stat-icon{margin-bottom:.5rem;font-size:1.5rem}.stat-value{font-family:var(--serif);color:var(--gold);margin-bottom:.3rem;font-size:2.5rem;font-weight:300;line-height:1}.stat-name{letter-spacing:.15em;color:var(--text-dim);text-transform:uppercase;font-family:Share Tech Mono,monospace;font-size:.65rem}@media (width<=1024px){.badges-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.profile-card{flex-direction:column;gap:1.5rem;padding:1.5rem}.profile-card-right,.xp-bar-wrap{width:100%}.rank-track{flex-wrap:wrap;gap:.5rem}.rank-connector{width:20px}.badges-grid,.stats-grid{grid-template-columns:1fr 1fr}}
