[data-theme=gray]{--bg-color:#121212;--accent-color:#e0e0e0;--surface-color:#1a1a1a;--text-color:#ccc;--secondary-text:#666}[data-theme=light]{--bg-color:#e5e5e5;--accent-color:#111;--surface-color:#f2f2f2;--text-color:#333;--secondary-text:#888}[data-theme=blue]{--bg-color:#1a1e24;--accent-color:#9cb4d4;--surface-color:#22272e;--text-color:#adbac7;--secondary-text:#53677d}[data-theme=rainbow]{--bg-color:#f0f;--accent-color:#ff0;--surface-color:#0fc;--text-color:red;--secondary-text:#00f}[data-theme=rainbow] *{font-family:Comic Sans MS,Chalkboard SE,Comic Neue,sans-serif!important}*{box-sizing:border-box;margin:0;padding:0;border-radius:0!important}.bg-marquee{z-index:-1;pointer-events:none;opacity:.02;-webkit-user-select:none;user-select:none;width:200%;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-10deg)}.marquee-row,.marquee-row-reverse{white-space:nowrap;font-size:4rem;font-weight:900;line-height:1;display:flex}.marquee-row{animation:60s linear infinite scrollRight}.marquee-row-reverse{animation:80s linear infinite scrollLeft}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}body{background-color:var(--bg-color);color:var(--text-color);justify-content:center;align-items:center;min-height:100vh;font-family:Courier New,Courier,monospace;display:flex;overflow:hidden}#main-stage{opacity:.7;background:var(--surface-color);will-change:transform;border:1px solid #333;flex-direction:column;justify-content:flex-start;width:600px;max-width:90%;height:520px;padding:3.5rem;transition:transform .4s ease-out;display:flex;position:relative;overflow-y:hidden;box-shadow:1px 1px #000}@keyframes revealStage{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}h1{color:var(--accent-color);letter-spacing:-1px;margin-bottom:2.5rem;font-size:2.5rem;font-weight:400}.subtitle{color:var(--secondary-text);letter-spacing:1px;margin-top:-2.35rem;margin-bottom:1.5rem;font-size:.8rem;font-weight:700}p{color:var(--text-color);max-width:600px;font-size:.95rem;line-height:1.7}#main-stage p a{color:var(--accent-color);text-underline-offset:4px;font-weight:400;text-decoration:underline}#main-stage p a:hover{color:var(--secondary-text)}.stage-footer{color:var(--secondary-text);text-align:left;margin-top:auto;padding-top:2rem;font-size:.75rem}.stage-footer.hidden{display:none}.stage-footer a{color:var(--secondary-text);text-underline-offset:3px;margin-left:.1rem;margin-right:.1rem;text-decoration:underline}.stage-footer a:hover{color:var(--accent-color)}.controls{flex-direction:column;align-items:flex-end;gap:1.5rem;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.theme-squares{gap:8px;margin-top:.2rem;display:flex}.theme-square-btn{border:1px solid var(--secondary-text);cursor:pointer;background:#000;width:18px;height:18px;transition:transform .1s,border-color .1s}.theme-square-btn:hover{transform:translateY(-2px)}.theme-square-btn.active{border-color:var(--accent-color);box-shadow:0px 0px 0px 1px var(--accent-color)}.theme-square-btn[data-theme-value=gray]{background:#1a1a1a}.theme-square-btn[data-theme-value=light]{background:#e5e5e5}.theme-square-btn[data-theme-value=blue]{background:#9cb4d4}.theme-square-btn[data-theme-value=rainbow]{background:linear-gradient(135deg,red,#ff0,green,#00f)}.nav-group{flex-direction:column;gap:4px;display:flex}.nav-btn{color:var(--secondary-text);cursor:pointer;text-align:right;text-underline-offset:4px;background:0 0;border:none;padding:.25rem 0;font-family:inherit;font-size:.9rem;text-decoration:underline;transition:color .1s}.nav-btn:hover{color:var(--accent-color)}.nav-btn.active{color:var(--accent-color);font-weight:700}.discord-card{background:var(--surface-color);border:1px solid #333;align-items:center;gap:1.5rem;width:100%;padding:1.5rem;display:flex}.member-avatar-wrap{width:60px;height:60px;position:relative}.member-avatar-img{object-fit:cover;border:1px solid #333;border-radius:0;width:100%;height:100%}.member-avatar-skeleton{background:#222;width:100%;height:100%}.member-avatar-decoration{pointer-events:none;width:130%;height:130%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.member-avatar-decoration img{width:100%;height:100%}.member-status-dot{width:8px;height:8px;position:absolute;bottom:-2px;right:-2px}.status-online{background:#43b581}.status-idle{background:#faa61a}.status-dnd{background:#f04747}.status-offline{background:#747f8d}.member-info{flex-direction:column;gap:4px;min-width:0;display:flex}.member-name{color:var(--accent-color);font-weight:700}.member-username-small{color:var(--secondary-text);font-size:.8rem}.member-clan-tag{color:var(--bg-color);background:var(--accent-color);text-transform:uppercase;margin-left:6px;padding:0 4px;font-size:.7rem}.member-spotify{flex-direction:column;gap:4px;margin-top:4px;display:flex}.spotify-track-info{color:var(--text-color);font-size:.85rem}.spotify-song{font-weight:700}.spotify-artist{color:var(--secondary-text)}.spotify-progress-bg{background:#333;width:100%;height:2px}.spotify-progress-fill{background:var(--accent-color);width:0%;height:100%}.member-activity{color:var(--secondary-text);font-size:.85rem}.info-list{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.info-item{border-bottom:1px solid #222;align-items:baseline;gap:1rem;padding-bottom:.4rem;display:flex}.info-label{min-width:80px;color:var(--secondary-text);font-weight:700}.info-value{color:var(--accent-color);cursor:pointer;text-underline-offset:4px;word-break:break-all;font-family:inherit;font-size:.85rem;text-decoration:underline;transition:all .1s}.info-value:hover{color:var(--secondary-text)}.info-value:active{color:#fff}@media (width<=768px){body{align-items:flex-start;overflow-y:auto}#main-stage{align-self:center;height:88vh;margin-top:0;margin-bottom:4rem;padding:1.5rem}h1{font-size:1.8rem}.controls{background:var(--surface-color);z-index:100;border-top:1px solid #333;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:1rem;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 10px #00000080}.nav-group{flex-direction:row;gap:15px}.nav-btn{text-align:center;width:auto}.discord-card{flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem}.stage-footer{text-align:left;padding-top:1rem}}
