@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: #08090b; --card: #111316; --panel: #191c21; --line: #292d34; --text: #f1f3f5; --muted: #8c929d; --accent: #a78bfa; --accent-soft: rgba(167, 139, 250, 0.16); --green: #54d68d; }
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { min-height: 100%; }
body { align-items: center; background: var(--bg); color: var(--text); display: flex; font-family: 'Space Grotesk', sans-serif; line-height: 1.5; min-height: 100vh; overflow: hidden; }
body::before { background: radial-gradient(circle, rgba(167, 139, 250, 0.18), transparent 68%); content: ''; height: 620px; left: 50%; position: fixed; top: 50%; transform: translate(-50%, -58%); width: 620px; z-index: -1; }
body::after { background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px); background-size: 40px 40px; content: ''; inset: 0; mask-image: linear-gradient(to bottom, black, transparent 78%); pointer-events: none; position: fixed; z-index: -1; }
.site-shell { align-items: center; display: flex; flex-direction: column; justify-content: center; min-height: 100vh; padding: 2rem 1rem; width: 100%; }
.profile-card { animation: profile-in 700ms cubic-bezier(.2,.8,.2,1) both; background: var(--card); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(167, 139, 250, 0.04); max-width: 510px; overflow: hidden; width: 100%; }
.profile-cover { align-items: flex-end; background-color: #242235; background-position: center; background-size: cover; display: flex; height: 126px; justify-content: flex-end; overflow: hidden; padding: 1.1rem 1.5rem; position: relative; transition: background-image .35s ease, background-color .35s ease; }
.profile-cover::before { border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 50%; content: ''; height: 250px; position: absolute; right: -68px; top: -150px; width: 250px; }
.profile-cover::after { background: var(--accent); border-radius: 50%; box-shadow: 0 0 44px rgba(167, 139, 250, 0.8); content: ''; height: 5px; position: absolute; right: 1.6rem; top: 1.4rem; width: 5px; }
.cover-mark { color: rgba(255, 255, 255, 0.08); font-size: 5rem; font-weight: 700; line-height: .75; }
.profile-content { padding: 0 1.5rem 1.25rem; }
.profile-heading { align-items: center; display: flex; margin-top: -38px; position: relative; }
.avatar-frame, .avatar, .avatar-decoration { height: 78px; width: 78px; }
.avatar-frame { flex: 0 0 78px; position: relative; }
.avatar { align-items: center; background: #292236; border: 5px solid var(--card); border-radius: 50%; display: flex; justify-content: center; object-fit: cover; }
.avatar-decoration { height: 88px; left: -5px; object-fit: contain; pointer-events: none; position: absolute; top: -5px; width: 88px; z-index: 2; }
.status-dot { border: 4px solid var(--card); border-radius: 50%; bottom: 1px; height: 18px; position: absolute; right: 1px; width: 18px; z-index: 3; }
.status-online { background: var(--green); } .status-idle { background: #f0b95b; } .status-dnd { background: #ed6673; } .status-offline { background: #777d87; }
.profile-copy { margin-left: .9rem; min-width: 0; }
.name-line { align-items: center; display: flex; gap: .45rem; }
.name-line h1 { font-size: 1.45rem; letter-spacing: -.04em; line-height: 1.1; }
.verified-mark { align-items: center; background: var(--accent); border-radius: 50%; color: #17121f; display: inline-flex; font-size: .65rem; font-weight: 700; height: 16px; justify-content: center; width: 16px; }
.handle { color: var(--muted); font-family: 'DM Mono', monospace; font-size: .72rem; margin-top: .2rem; }
.live-indicator { align-items: center; color: var(--green); display: flex; font-family: 'DM Mono', monospace; font-size: .61rem; gap: .4rem; letter-spacing: .08em; margin-left: auto; text-transform: uppercase; }
.live-indicator span { background: var(--green); border-radius: 50%; box-shadow: 0 0 12px rgba(84, 214, 141, .75); height: 6px; width: 6px; }
.status-text { color: var(--muted); font-size: .82rem; margin: .9rem 0 0; }
.profile-bio { color: #c4c7ce; font-size: .84rem; margin-top: .35rem; }
.profile-divider { background: var(--line); height: 1px; margin: 1.35rem 0 1.1rem; }
.activity-heading { align-items: center; display: flex; justify-content: space-between; margin-bottom: .65rem; }
.section-label, .lanyard-badge, .activity-kicker, .connection-note { font-family: 'DM Mono', monospace; letter-spacing: .08em; text-transform: uppercase; }
.section-label { color: var(--text); font-size: .7rem; font-weight: 500; }
.lanyard-badge { color: var(--accent); font-size: .58rem; }
.activity-panel { background: var(--panel); border: 1px solid var(--line); border-radius: 9px; padding: .55rem; }
.activity-list { display: grid; gap: .55rem; }
.activity-row { align-items: center; display: flex; gap: .9rem; min-height: 76px; padding: .3rem; }
.activity-row-empty { min-height: 76px; }
.activity-icon { align-items: center; background: var(--accent-soft); border-radius: 7px; color: #d9ccff; display: flex; flex: 0 0 54px; font-size: 1.35rem; height: 54px; justify-content: center; overflow: hidden; }
.activity-icon img { height: 100%; object-fit: cover; width: 100%; }
.activity-copy { min-width: 0; }
.activity-kicker { color: var(--accent); font-size: .58rem; margin-bottom: .2rem; }
.activity-title { color: var(--text); font-size: .9rem; font-weight: 600; overflow-wrap: anywhere; }
.activity-detail { color: var(--muted); font-size: .75rem; margin-top: .15rem; overflow-wrap: anywhere; }
.activity-arrow { color: #626873; font-size: 1.1rem; margin-left: auto; }
.connection-note { color: #626873; font-size: .55rem; margin-top: .8rem; }
.page-signature { color: #555b65; font-family: 'DM Mono', monospace; font-size: .58rem; letter-spacing: .1em; margin-top: 1.2rem; text-transform: uppercase; }
.page-signature span { background: var(--accent); border-radius: 50%; display: inline-block; height: 5px; margin-right: .45rem; width: 5px; }
@keyframes profile-in { from { opacity: 0; transform: translateY(18px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@media (max-width: 560px) { body { overflow: auto; } .site-shell { justify-content: flex-start; padding: 1.5rem .75rem; } .profile-cover { height: 108px; } .profile-content { padding-left: 1rem; padding-right: 1rem; } .live-indicator { font-size: .55rem; } }