.profile-shell{position:relative;width:100%;min-height:100vh;margin:0;--workspace-gutter: 1.2rem;padding:.7rem var(--workspace-gutter);background:#060a12eb;border-radius:0;display:flex;flex-direction:column;overflow:hidden}.profile-shell:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.85;background-image:radial-gradient(circle at 18% 18%,rgba(var(--g1-r, 0),var(--g1-g, 0),var(--g1-b, 0),.35),transparent 35%),radial-gradient(circle at 82% 8%,rgba(var(--g2-r, 0),var(--g2-g, 0),var(--g2-b, 0),.45),transparent 32%),radial-gradient(circle at 65% 85%,rgba(var(--g3-r, 0),var(--g3-g, 0),var(--g3-b, 0),.25),transparent 40%)}.profile-shell:after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background-image:url(https://assets.spacechips.it/media/svg/background-noise.svg);background-size:160px 160px;opacity:.08;mix-blend-mode:soft-light}.profile-inner{position:relative;z-index:3;display:flex;flex-direction:column;gap:.8rem;flex:1 1 auto}.profile-content{position:relative;flex:1 1 auto;min-height:0;padding:1.2rem 1.4rem;border-radius:20px;background:linear-gradient(145deg,#050912b8,#070c169e);border:1px solid rgba(var(--border-color-rgb),.2);box-shadow:inset 0 0 0 1px #ffffff08;overflow:hidden}.profile-content:before{content:"";position:absolute;inset:0;border-radius:inherit;background:repeating-linear-gradient(90deg,rgba(255,255,255,.02) 0 1px,transparent 1px 32px);opacity:.15;pointer-events:none}.profile-content>*{position:relative;z-index:1}@media(max-width:768px){.profile-shell{--workspace-gutter: .7rem;padding:.6rem var(--workspace-gutter);overflow:visible}.profile-inner{gap:.7rem}.profile-content{padding:.9rem .9rem 4.5rem;border-radius:16px}}@media(max-width:480px){.profile-shell{--workspace-gutter: .55rem;padding:.55rem var(--workspace-gutter)}}.profile-page{display:flex;flex-direction:column;gap:1.1rem}.profile-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);align-items:center;gap:1.4rem;padding:1.4rem 1.6rem}.profile-hero-header{display:flex;flex-direction:column}.profile-identity{display:flex;align-items:center;gap:.85rem}.profile-name-stack{display:flex;flex-direction:column;gap:.3rem}.profile-name{font-size:clamp(2rem,3vw,2.8rem);letter-spacing:.05em;color:var(--text-color-bright)}.profile-name-icon{width:120px;height:120px;border-radius:50%;object-fit:contain;filter:drop-shadow(0 0 12px rgba(var(--border-color-rgb),.35))}.profile-role{color:rgba(var(--text-color-rgb),.8);font-size:1rem}.profile-hero-strip{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;margin-top:-.1rem;margin-left:8rem}.profile-flag{display:inline-flex;align-items:baseline;gap:.4rem;font-size:.65rem;line-height:1;letter-spacing:.22em;text-transform:uppercase;color:rgba(var(--text-color-rgb),.75)}.profile-flag-icon{font-size:.7rem;line-height:1;translate:0 .02em}.profile-flag-icon-status{color:#ffb446}.profile-flag-icon-mode{color:#50d2ff}.profile-flag-icon-sector{color:#64ffbe}.profile-flag-sep{color:rgba(var(--text-color-rgb),.35);font-size:.7rem}.profile-readout{display:grid;grid-template-columns:minmax(0,.7fr) 1px minmax(0,1.2fr) 1px minmax(0,1fr);gap:1rem;padding-left:1.6rem;border-left:1px solid rgba(var(--border-color-rgb),.24)}.profile-readout-column{display:grid;gap:1rem;position:relative}.profile-readout-column:first-of-type .profile-readout-label{font-size:.6rem;letter-spacing:.14em}.profile-readout-column:first-of-type .profile-readout-value{font-size:1.12rem;line-height:1.3}.profile-readout-sep{width:1px;height:100%;background:linear-gradient(180deg,rgba(var(--border-color-rgb),.08),rgba(var(--border-color-rgb),.22),rgba(var(--border-color-rgb),.08));justify-self:center}.profile-readout-row,.profile-readout-section{display:grid;grid-template-columns:110px 1fr;gap:.75rem;align-items:baseline}.profile-readout-label{font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;color:rgba(var(--text-color-rgb),.5)}.profile-readout-value{font-size:1.02rem;color:var(--text-color-bright);padding-top:.08rem}.profile-readout-list{list-style:none;display:grid;gap:.45rem;margin:0;padding:0;font-size:.95rem;color:rgba(var(--text-color-rgb),.85)}.profile-readout-list li{display:flex;align-items:center;gap:.45rem;padding:.2rem 0;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(var(--text-color-rgb),.7);border-bottom:1px dashed rgba(var(--border-color-rgb),.18)}.profile-readout-list li:before{content:"";width:.35rem;height:1px;background:rgba(var(--border-color-rgb),.5);flex-shrink:0}.profile-readout-list li:last-child{border-bottom:none}.profile-readout-status{display:inline-flex;align-items:center;gap:.45rem;--status-dot: #1f7a2b;--status-dot-glow: rgba(31, 122, 43, .65)}.profile-readout-status[data-status=unstable]{--status-dot: #9b7a1a;--status-dot-glow: rgba(155, 122, 26, .65)}.profile-readout-status[data-status=offline]{--status-dot: #7a1f1f;--status-dot-glow: rgba(122, 31, 31, .65)}.profile-readout-status-dot{width:8px;height:8px;border-radius:50%;background:var(--status-dot);box-shadow:0 0 8px var(--status-dot-glow);animation:status-blink 2.6s ease-in-out infinite}.profile-readout-status-text{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--text-color-rgb),.75)}@keyframes status-blink{0%,70%,to{opacity:1;box-shadow:0 0 8px var(--status-dot-glow)}85%{opacity:.55;box-shadow:0 0 4px var(--status-dot-glow)}}.profile-deck{display:grid;grid-template-columns:minmax(0,1.85fr) minmax(0,.75fr);grid-template-areas:"log side" "projects side";gap:1rem}.panel-title{display:flex;align-items:center;gap:.65rem;margin-bottom:.85rem}.panel-title-text{font-size:.75rem;letter-spacing:.22em;text-transform:uppercase;color:rgba(var(--text-color-rgb),.75)}.panel-title-line{flex:1;height:1px;background:linear-gradient(90deg,rgba(var(--border-color-rgb),.5),transparent)}.profile-log{grid-area:log;padding:1.35rem 1.5rem}.profile-log-body p{font-family:Iosevka,Share Tech Mono,monospace;line-height:1.6;color:rgba(var(--text-color-rgb),.82);margin-bottom:.75rem}.profile-log-body p:last-child{margin-bottom:0}.profile-systems{grid-area:systems;padding:1.2rem 1.35rem}.profile-systems-list{list-style:none;display:grid;gap:.75rem}.profile-systems-list li{display:flex;flex-direction:column;gap:.35rem;padding:.65rem .8rem;border-radius:10px;border:1px solid rgba(var(--border-color-rgb),.2);background:#060a1280}.profile-system-label{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(var(--text-color-rgb),.6)}.profile-system-value{font-size:.95rem;color:var(--text-color-bright)}.profile-projects{grid-area:projects;padding:1.2rem 1.35rem}.profile-side{grid-area:side;display:flex;flex-direction:column;height:420px}.profile-side-tabs{display:flex;align-items:center;gap:.5rem;padding:.9rem 1.1rem 0}.profile-side-tab{border:1px solid rgba(var(--border-color-rgb),.2);background:#060a1259;color:rgba(var(--text-color-rgb),.6);font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;padding:.25rem .55rem;border-radius:999px;cursor:pointer;transition:border-color .2s ease,color .2s ease,box-shadow .2s ease}.profile-side-tab.is-active{border-color:rgba(var(--border-color-rgb),.55);color:var(--text-color-bright);box-shadow:0 0 10px rgba(var(--border-color-rgb),.2)}.profile-side-tab:focus-visible,.profile-side-tab:hover{border-color:rgba(var(--border-color-rgb),.4);color:var(--text-color-bright)}.profile-tab-panel{display:flex;flex-direction:column;gap:.9rem;padding:1rem 1.2rem 1.2rem;flex:1 1 auto;min-height:0}.profile-tab-panel[hidden]{display:none}.profile-projects p{line-height:1.6;color:rgba(var(--text-color-rgb),.82)}.profile-recent{display:flex;flex-direction:column;gap:.75rem;flex:1 1 auto;min-height:0}.profile-recent-list{list-style:none;display:grid;gap:.5rem;overflow-y:auto;padding-right:.25rem;--recent-item-height: 60px;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.profile-recent-list::-webkit-scrollbar{width:0;height:0}.profile-recent-item{display:flex;align-items:center;gap:.65rem;min-height:var(--recent-item-height);padding-bottom:.4rem;border-bottom:1px dashed rgba(var(--border-color-rgb),.15)}.profile-recent-item:last-child{border-bottom:none;padding-bottom:0}.profile-recent-image{width:32px;height:32px;border-radius:8px;object-fit:cover;background:#ffffff14;flex-shrink:0;border:1px solid rgba(255,255,255,.06)}.profile-recent-info{display:flex;flex-direction:column;gap:.2rem;min-width:0}.profile-recent-title{color:rgba(var(--text-color-rgb),.88);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-recent-artist,.profile-recent-album{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--text-color-rgb),.6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-recent-empty{font-size:.85rem;color:rgba(var(--text-color-rgb),.6)}.profile-now-playing{grid-area:now;display:flex;flex-direction:column;gap:.6rem}.profile-now-playing-header{display:flex;align-items:center;justify-content:space-between;gap:.3rem;width:100%}.profile-now-playing-header .profile-meta-label{width:auto;text-align:left}.profile-now-playing-status{display:flex;align-items:center;justify-content:flex-end;gap:.3rem;margin-left:.2rem;font-size:.65rem;letter-spacing:.16em;text-transform:uppercase;color:rgba(var(--text-color-rgb),.65)}.profile-now-playing-dot{width:9px;height:9px;border-radius:50%;border:1px solid rgba(var(--border-color-rgb),.3);background:#ffffff1a}.profile-now-playing[data-status=online] .profile-now-playing-dot,.profile-now-playing-status[data-status=online] .profile-now-playing-dot{border-color:#50ffa099;background:#50ffa0e6;box-shadow:0 0 10px #50ffa080}.profile-now-playing[data-status=offline] .profile-now-playing-dot,.profile-now-playing-status[data-status=offline] .profile-now-playing-dot{border-color:#ff505099;background:#ff5050e6;box-shadow:0 0 10px #ff505073;animation:now-playing-blink 2.4s ease-in-out infinite}.profile-now-playing-label{display:none;font-size:.62rem;letter-spacing:.2em;text-transform:uppercase}.profile-now-playing[data-status=online] .status-label-online,.profile-now-playing-status[data-status=online] .status-label-online{display:inline}.profile-now-playing[data-status=online] .status-label-offline,.profile-now-playing[data-status=offline] .status-label-online{display:none}.profile-now-playing[data-status=offline] .status-label-offline,.profile-now-playing-status[data-status=offline] .status-label-offline{display:inline}.profile-now-playing-body{display:flex;align-items:center;gap:.6rem}.profile-now-playing-image{width:56px;height:56px;border-radius:10px;object-fit:cover;background:#ffffff14;flex-shrink:0;border:1px solid rgba(255,255,255,.08)}.profile-now-playing-info{display:flex;flex-direction:column;gap:.2rem;min-width:0}.profile-now-playing-title-text{color:var(--text-color-bright);font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-now-playing-artist-line{font-size:.78rem;color:rgba(var(--text-color-rgb),.7);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-now-playing-links{display:grid;grid-template-columns:1fr;gap:.7rem;margin-top:.5rem;width:100%}.profile-now-playing-links-group{display:grid;gap:.45rem;padding:.75rem;border-radius:10px;border:1px solid rgba(var(--border-color-rgb),.12);background:#05091259}.profile-now-playing-links-label{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(var(--text-color-rgb),.55)}.profile-now-playing-links-list{display:grid;gap:.3rem}.profile-now-playing-link{color:rgba(var(--text-color-rgb),.78);text-decoration:none;font-size:.72rem;letter-spacing:.04em}.profile-now-playing-link:hover,.profile-now-playing-link:focus-visible{color:var(--text-color-bright)}.profile-now-playing-empty{font-size:.75rem;color:rgba(var(--text-color-rgb),.6)}@keyframes now-playing-blink{0%,70%,to{opacity:1;box-shadow:0 0 10px #ff505073}85%{opacity:.55;box-shadow:0 0 5px #ff505059}}.is-hidden{display:none}@media(max-width:900px){.profile-hero{grid-template-columns:1fr;align-items:flex-start}.profile-readout{width:100%;padding-left:0;border-left:none;border-top:1px solid rgba(var(--border-color-rgb),.2);padding-top:.85rem;grid-template-columns:1fr}.profile-readout-sep{width:100%;height:1px;margin:.4rem 0;background:linear-gradient(90deg,rgba(var(--border-color-rgb),.1),rgba(var(--border-color-rgb),.35),rgba(var(--border-color-rgb),.1))}.profile-readout-row,.profile-readout-section{grid-template-columns:100px 1fr}.profile-deck{grid-template-columns:1fr;grid-template-areas:"log" "side" "projects"}.profile-side-tabs{padding:.85rem 1rem 0;flex-wrap:wrap}.profile-tab-panel{padding:.9rem 1rem 1rem;min-height:auto}.profile-side{height:auto}}@media(max-width:768px){.profile-hero,.profile-log,.profile-projects,.profile-side{padding:1rem}.profile-name-icon{width:75px;height:75px}.profile-now-playing-header{flex-direction:column;align-items:flex-start}.profile-now-playing-body{align-items:flex-start}.profile-recent-list{max-height:260px}.profile-now-playing-links{grid-template-columns:1fr}}@media(max-width:520px){.profile-hero-meta{grid-template-columns:1fr}}
