:root{--bg-color: #000000;--text-color: #ffffff;--text-secondary: rgba(255, 85, 255, .731);--text-muted: #eee;--navbar-bg: rgba(0, 0, 0, .411);--card-bg: linear-gradient(to bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, .3));--footer-bg: rgba(0, 0, 0, .495);--badge-bg: #1a1a1a;--badge-border: #333;--badge-text: #ddd;--btn-semi-bg: rgba(255, 255, 255, .039);--btn-semi-text: white;--btn-semi-hover: rgba(255, 255, 255, .8);--btn-semi-hover-text: black;--card-border-glow: white;--snow-color: white;--popup-bg: #121212;--popup-border: #444;--popup-shadow: #000;--card-radius: 0px;--card-shadow: none;--card-border-opacity: 1}.light-mode{--bg-color: #ffffff;--text-color: #121212;--text-secondary: #bf00ff;--text-muted: #333;--navbar-bg: rgba(235, 235, 235, .95);--card-bg: #f3f3f3;--footer-bg: rgba(255, 255, 255, .8);--badge-bg: #ffffff;--badge-border: #e0e0e0;--badge-text: #222;--btn-semi-bg: rgba(0, 0, 0, .05);--btn-semi-text: #121212;--btn-semi-hover: rgba(0, 0, 0, .8);--btn-semi-hover-text: white;--card-border-glow: transparent;--snow-color: #000000;--popup-bg: #f0f0f0;--popup-border: #999;--popup-shadow: #666;--card-radius: 24px;--card-shadow: 0 4px 15px rgba(0, 0, 0, .08);--card-border-opacity: 0}.light-mode .navbar-icons a img[alt=X]{filter:invert(1)}.light-mode .navbar-icons a img[alt=GitHub]{filter:none!important}body{margin:0;padding:0;overflow-x:hidden;min-height:100vh;display:flex;flex-direction:column;background-color:var(--bg-color);color:var(--text-color);transition:background-color .3s ease,color .3s ease}#snow-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none}app-root{flex:1;display:flex;flex-direction:column}.footer{text-align:center;background-color:var(--footer-bg);color:var(--text-color);padding:10px 0;margin-top:auto;transition:background-color .3s ease}@media screen and (max-width: 480px){#snow-canvas{object-position:center}}div:where(.swal2-container) div:where(.retro-music-popup){background-color:var(--popup-bg)!important;border:2px solid var(--popup-border)!important;border-radius:4px!important;box-shadow:6px 6px 0 var(--popup-shadow)!important;padding:1rem!important;width:auto!important;max-width:90vw!important}.music-alert-content{display:flex;align-items:center;gap:15px;text-align:left}.music-cover-img{width:80px;height:80px;border:2px solid var(--text-color);border-radius:0!important;object-fit:cover;box-shadow:2px 2px #bf00ff}.music-info-text{font-family:"Press Start 2P",cursive;font-size:10px;line-height:1.6;color:var(--text-muted)}.music-info-text strong{color:#bf00ff;text-transform:uppercase}.music-info-text span{color:var(--text-color)}@media screen and (max-width: 480px){.music-alert-content{flex-direction:column;text-align:center}.music-info-text{font-size:8px}}
