:root{--bg-color:#080808;--card-bg:#181818a6;--card-bg-hover:#242424bf;--border-color:#ffffff0d;--border-color-hover:#ffffff17;--text-primary:#fff;--text-secondary:#8e8e8e;--text-muted:#525252;--accent-color:#3b82f6;--status-online:#22c55e;--status-idle:#eab308;--status-dnd:#ef4444;--status-offline:#71717a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);min-height:100vh;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;position:relative;overflow-x:hidden}#root{z-index:1;justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#fff3}.bg-container{z-index:-2;background-color:var(--bg-color);width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.bg-overlay{pointer-events:none;z-index:1;background:radial-gradient(circle,#0000 70%,#080808e6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.glass-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:24px;transition:all .4s cubic-bezier(.16,1,.3,1)}.card-wrapper{z-index:1;flex-direction:column;gap:32px;width:100%;max-width:860px;padding:24px;display:flex}.profile-card{flex-direction:column;align-items:center;gap:24px;width:100%;padding:32px;display:flex;position:relative;overflow:hidden}.profile-main{justify-content:space-between;align-items:center;gap:20px;width:100%;display:flex}.profile-info{flex:1;align-items:center;gap:20px;display:flex}.avatar-container{flex-shrink:0;width:80px;height:80px;position:relative}.avatar-img{object-fit:cover;border:2px solid #ffffff0d;border-radius:50%;width:100%;height:100%}.status-dot{border:3.5px solid #0e0e0e;border-radius:50%;width:18px;height:18px;position:absolute;bottom:2px;right:2px}.status-dot.online{background-color:var(--status-online)}.status-dot.idle{background-color:var(--status-idle)}.status-dot.dnd{background-color:var(--status-dnd)}.status-dot.offline{background-color:var(--status-offline)}.status-pulse{pointer-events:none;border-radius:50%;width:18px;height:18px;animation:1.8s cubic-bezier(.24,0,.38,1) infinite pulse-ring;position:absolute;bottom:2px;right:2px}.status-pulse.online{box-shadow:0 0 #22c55eb3}.status-pulse.idle{box-shadow:0 0 #eab308b3}.status-pulse.dnd{box-shadow:0 0 #ef4444b3}@keyframes pulse-ring{0%{opacity:.8;transform:scale(.95)}70%{opacity:0;transform:scale(1.6)}to{opacity:0;transform:scale(1.6)}}.user-details{flex-direction:column;gap:4px;display:flex}.name-badge-row{align-items:center;gap:10px;display:flex}.username{letter-spacing:-.5px;font-size:1.6rem;font-weight:700}.tag-badge{color:#60a5fa;text-transform:uppercase;letter-spacing:.5px;background:#3b82f61a;border:1px solid #3b82f633;border-radius:8px;align-items:center;gap:4px;padding:3px 8px;font-size:.72rem;font-weight:600;display:inline-flex}.badge-clan-icon{object-fit:contain;width:12px;height:12px;display:inline-block}.user-handle{color:var(--text-secondary);font-size:.95rem}.status-text{color:var(--text-secondary);align-items:center;gap:6px;margin-top:2px;font-size:.85rem;display:flex}.status-text-music{color:#cbd5e1;font-weight:500}.activity-art-container{border:1px solid var(--border-color);border-radius:14px;flex-shrink:0;width:72px;height:72px;position:relative;overflow:hidden}.activity-art{object-fit:cover;width:100%;height:100%}.socials-row{border-top:1px solid #ffffff0a;justify-content:center;gap:16px;width:100%;margin-top:4px;padding-top:20px;display:flex}.social-link{color:#d1d5db;background:#181818a6;border:1px solid #ffffff0d;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex}.social-link:hover{color:#fff;background:#232323d9;border-color:#ffffff1f;transform:translateY(-2px)}.section-title{text-align:center;color:var(--text-secondary);letter-spacing:.5px;margin-top:14px;margin-bottom:-16px;font-size:1.1rem;font-weight:500;position:relative}.projects-grid{grid-template-columns:repeat(2,1fr);gap:16px;width:100%;display:grid}.project-card{cursor:pointer;flex-direction:row;justify-content:space-between;align-items:center;gap:16px;min-height:100px;padding:20px 24px;text-decoration:none;display:flex;position:relative}.project-card:hover{background:var(--card-bg-hover);border-color:var(--border-color-hover);transform:translateY(-2px)}.project-text{text-align:left;flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.project-title{color:var(--text-primary);font-size:1.05rem;font-weight:600}.project-arrow{color:var(--text-muted);flex-shrink:0;transition:all .3s}.project-card:hover .project-arrow{color:var(--text-primary);transform:translate(2px,-2px)}.project-desc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;line-height:1.35;display:-webkit-box;overflow:hidden}.full-width{grid-column:span 2}@media (width<=600px){.projects-grid{grid-template-columns:1fr}.full-width{grid-column:span 1}.profile-main{text-align:center;flex-direction:column}.profile-info{flex-direction:column;align-items:center}.activity-art-container{width:80px;height:80px;margin-top:10px}.card-wrapper{padding:16px}.profile-card{padding:24px 20px}}
