html{box-sizing:border-box;scroll-behavior:auto}*,:before,:after{box-sizing:inherit}body{font-variant-numeric:lining-nums oldstyle-nums proportional-nums tabular-nums slashed-zero;color:#0f0f0f00;cursor:auto;border:none;flex-direction:column;width:100%;min-height:100vh;margin:0;padding:0;font-family:Outfit,Inter,Satoshi,Space Grotesk,Arial,sans-serif;display:flex;overflow:hidden auto}.main-content{flex:1}div.background{z-index:-1;background:#000 50%/cover;width:100vw;height:100vh;transition:transform .3s ease-in-out,opacity .5s ease-in-out,background-image .5s ease-in-out;position:fixed;top:0;left:0}div.background:after{content:"";pointer-events:none;z-index:1;opacity:1;position:absolute;inset:0}img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none;draggable:false}.glass-container>*,.about-container>*,.about-bg>*{pointer-events:auto}.volume-btn{cursor:pointer!important}.tooltip{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#00000080;border-radius:4px;padding:4px 8px;font-size:.75rem;transition:opacity,transform;position:absolute;top:50%;left:-13px;transform:translateY(-50%)translate(-8px)}.volume-container{z-index:500;cursor:default;pointer-events:auto;background:0 0;border:1px solid #fff0;border-radius:200px;justify-content:center;align-items:center;gap:10px;width:auto;min-width:100px;height:52px;padding:0 16px;transition:background .3s,border-color .3s;display:none;position:fixed;top:20px;left:20px}.volume-container:hover{border-color:#ffffff12}.volume-container>*{pointer-events:auto}.volume-btn{color:#fff;z-index:100;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;padding:0;transition:background .2s;display:flex;position:relative;pointer-events:auto!important}.volume-icon{opacity:1;pointer-events:none;width:30px;height:30px;transition:opacity .3s;position:absolute;cursor:pointer!important}#mute-icon{opacity:0}#unmute-icon{opacity:1}.volume-slider{appearance:none;opacity:0;cursor:pointer;pointer-events:auto;background:0 0;border-radius:5px;outline:none;width:0;height:8px;transition:transform .3s ease-in-out,width .3s ease-in-out,opacity .2s ease-in-out;position:relative;overflow:visible;transform:translate(0)}.volume-container:hover .volume-slider:not(.force-hide){opacity:1;width:150px}.volume-slider.force-hide{opacity:0;pointer-events:none;width:0}.volume-slider::-webkit-slider-runnable-track{-webkit-appearance:none;background:0 0;border-radius:5px;height:8px}.volume-slider::-moz-range-track{background:0 0;border:none;border-radius:5px;height:8px}.volume-slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:0 0;border-radius:50%;width:0;height:0;margin-top:-6px}.volume-slider::-moz-range-thumb{cursor:pointer;background:0 0;border:none;width:0;height:0}.volume-label{color:#fff;-webkit-user-select:none;user-select:none;opacity:0;visibility:hidden;cursor:text;pointer-events:auto;margin-left:5px;padding:0 10px;font-size:1rem;transition:opacity 16s ease-in-out 8s,visibility 16s ease-in-out 8s}.volume-container:hover .volume-label:not(.force-hide){opacity:1;visibility:visible;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.volume-label.force-hide{opacity:0;visibility:hidden;pointer-events:none;transition:opacity 16s ease-in-out 8s,visibility 16s ease-in-out 8s}.volume-label.editing{opacity:0;pointer-events:none}.volume-display{opacity:0;justify-content:center;align-items:center;min-width:50px;height:28px;transition:transform .5s ease-in-out .3s,opacity .5s ease-in-out .3s;display:flex;position:relative;transform:translate(0)}.volume-container:hover .volume-display:not(.force-hide){opacity:1;transition:transform .3s ease-in-out,opacity .3s ease-in-out;transform:translate(0)}.volume-display.force-hide{opacity:0;transition:transform .5s ease-in-out .3s,opacity .5s ease-in-out .3s;transform:translate(0)}.volume-input{color:#fff;text-align:center;opacity:0;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:4px;outline:none;width:50px;height:28px;margin:0 15px;padding:0 10px;font-family:Inter,sans-serif;font-size:.9rem;display:none}.volume-input.editing{opacity:1;pointer-events:auto}.volume-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.volume-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.volume-input[type=number]{-moz-appearance:textfield}.volume-input:focus{background:#fff3;border-color:#ffffff80}.volume-container:hover .volume-input:not(.force-hide){opacity:1;transition:transform .3s ease-in-out,opacity .3s ease-in-out;transform:translate(0)}.volume-input.force-hide{opacity:0;transition:transform .5s ease-in-out .3s,opacity .5s ease-in-out .3s}.terminal-container{z-index:500;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;background:#1e1e1e;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;width:800px;max-height:500px;font-family:JetBrains Mono,monospace;transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);display:none;position:fixed;bottom:26px;right:26px;overflow:hidden;transform:translateY(20px)scale(.95);box-shadow:0 0 4px #000c}.terminal-container.visible{opacity:1;display:flex;transform:translateY(0)scale(1)}.terminal-container.closing{opacity:0;transform:translateY(20px)scale(.95)}.terminal-header{background:#ffffff0a;border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 16px;display:flex}.terminal-dots{align-items:center;gap:8px;display:flex}.dot{border-radius:50%;width:12px;height:12px;box-shadow:inset 0 1px 1px #ffffff40,inset 0 -1px 1px #00000040}.dot-red{background:#ff5f56}.dot-yellow{background:#ffbd2e}.dot-green{background:#27c93f}.terminal-title{color:#fff6;pointer-events:none;font-size:.75rem;font-weight:500;position:absolute;left:50%;transform:translate(-50%)}.terminal-close{cursor:pointer;opacity:.3;z-index:1;background:0 0;border:none;justify-content:center;align-items:center;padding:2px;transition:opacity .2s;display:flex}.terminal-close:hover{opacity:1}.terminal-close svg{color:#fff;width:20px;height:20px}.terminal-output{scrollbar-width:auto;scrollbar-color:#ffffff1a transparent;flex-direction:column;flex:1;gap:3px;max-height:380px;padding:16px 16px 8px;display:flex;overflow-y:auto}.terminal-output::-webkit-scrollbar{width:6px}.terminal-output::-webkit-scrollbar-thumb{background:#fff}.terminal-line{color:#ffffffd9;word-break:break-all;font-size:.78rem;line-height:1.5}.terminal-line.bright{color:#fffffff2}.terminal-line.dim{color:#ffffff80}.terminal-line.muted{color:#ffffff40}.terminal-line.success{color:#28ca42}.terminal-bright{color:#ffffffe6;font-weight:600}.terminal-dim{color:#fff3}.terminal-highlight{color:#ffbd2e;font-weight:600}.terminal-input-row{border-top:1px solid #ffffff0d;flex-shrink:0;align-items:center;gap:8px;padding:12px 16px;display:flex}.terminal-prompt{color:gray;white-space:nowrap;flex-shrink:0;font-size:.78rem;font-weight:600}.terminal-input{color:#fff;caret-color:#fff;background:0 0;border:none;outline:none;flex:1;font-family:JetBrains Mono,monospace;font-size:.78rem}.terminal-input::placeholder{color:#fff3}.terminal-file-input-hidden{display:none}.terminal-toggle{cursor:pointer;z-index:299;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;background:#080808;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;transition:border-color .1s,opacity .1s,transform .2s cubic-bezier(.4,0,.2,1);display:none;position:fixed;bottom:40px;left:auto;right:40px;overflow:hidden;transform:scale(.8)}.terminal-toggle.visible{opacity:1;display:flex;transform:scale(1)}.terminal-toggle:before{content:"";z-index:0;background:#fff;border-radius:10px;width:100%;height:100%;transition:left .4s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:-100%}.terminal-toggle:hover:before{left:0}.terminal-toggle:hover svg{color:#000}.terminal-toggle svg{color:#fff;z-index:199;width:18px;height:18px;transition:color .4s cubic-bezier(.4,0,.2,1) .1s;position:relative}@media (max-width:768px){.terminal-container{width:calc(100vw - 2rem);bottom:1rem;right:1rem}.terminal-toggle{bottom:1.25rem;right:1.25rem}}body.noscroll{width:100%;height:100vh;position:fixed;overflow:hidden!important}.intro-screen{z-index:2000;cursor:default;pointer-events:auto;opacity:1;will-change:opacity;background:#000;justify-content:center;align-items:center;transition:opacity .8s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;inset:0}.intro-screen.fade-out{opacity:0;pointer-events:none;will-change:auto}.intro-message{color:#fff;text-align:center;letter-spacing:.04em;text-shadow:1px 0 3px #fff;-webkit-user-select:none;user-select:none;z-index:3;cursor:text;pointer-events:auto;font-family:Outfit,sans-serif;font-size:2.7rem;font-weight:700;position:relative}.intro-right,.intro-left{z-index:2;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;align-items:flex-end;height:auto;max-height:100vw;transition:bottom .65s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:0}.intro-right{right:0}.intro-left{left:0}.cursor{color:#fff;animation:1s ease-in-out infinite fadeCur}@keyframes fadeCur{0%{opacity:0}50%{opacity:1}to{opacity:0}}@media (max-width:1400px){.intro-right,.intro-left{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;height:35vw;transition:bottom .65s cubic-bezier(.4,0,.2,1);bottom:0}}.tech-marquee-background{z-index:0;pointer-events:none;opacity:1;transform-origin:50%;will-change:transform;backface-visibility:hidden;-webkit-font-smoothing:antialiased;background:#000;flex-direction:column;justify-content:space-evenly;width:100%;height:71%;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)rotate(-15deg)scale(1.5);box-shadow:0 -1px #ffffff0f}.tech-marquee-background:before{content:"";pointer-events:none;z-index:2;background:linear-gradient(90deg,#0000 0%,#0006 10%,#000000d9 25%,#000000b3 40%,#0003 50%,#000000b3 60%,#000000d9 75%,#0006 90%,#0000 100%);width:100%;height:100%;position:absolute;top:0;left:0}.tech-marquee-row{white-space:nowrap;pointer-events:auto;z-index:1;will-change:transform;display:inline-flex;transform:translate(0,0)}.tech-marquee-row-wrapper{width:100%;overflow:hidden}.tech-marquee-row span{color:#262626;text-transform:uppercase;cursor:pointer;pointer-events:auto;-webkit-user-select:none;user-select:none;margin-right:2rem;font-family:Space Grotesk,sans-serif;font-size:1.3rem;font-weight:600;transition:color .2s ease-in-out,transform .3s ease-in-out}.tech-marquee-row[data-direction=left]{animation:150s linear infinite marqueeLeft}.tech-marquee-row[data-direction=right]{animation:110s linear infinite marqueeRight}.tech-marquee-highlight{z-index:1;animation:60s linear infinite marqueeRight!important}.left-tech-marquee-highlight{z-index:1;animation:30s linear infinite marqueeLeft!important}.tech-marquee-row.paused{animation-play-state:paused!important}.tech-marquee-highlight span,.left-tech-marquee-highlight span{color:#676767;font-weight:700}.tech-marquee-row span.hovered,.tech-marquee-highlight span.hovered,.left-tech-marquee-highlight span.hovered{color:#fff;pointer-events:auto;cursor:pointer!important;font-weight:900!important}@keyframes marqueeLeft{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@keyframes marqueeRight{0%{transform:translate(-50%)}to{transform:translate(0,0)}}.navbar{filter:drop-shadow(0 0 26px #000)drop-shadow(0 0 26px #000)drop-shadow(0 0 26px #000)drop-shadow(0 0 26px #000);pointer-events:all;cursor:default;z-index:500;background:0 0;border:none;flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:auto;display:flex;position:fixed;top:50%;left:2rem;transform:translateY(-50%)}.navbar-menu{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.navbar-link{color:#fff6;pointer-events:all;text-shadow:2px 2px 8px #000c;background:0 0;border:none;padding:.5rem 1rem;font-family:Outfit,sans-serif;font-size:1.3rem;text-decoration:none;transition:all .3s;position:relative;cursor:pointer!important}.navbar-link:hover,.navbar-link.active{color:#fff}@media (max-width:768px){.navbar{flex-direction:column;width:auto;top:18%;bottom:auto;left:1rem;transform:none}.navbar-menu{flex-direction:column;gap:2rem}.navbar-link{padding:.5rem .8rem;font-size:1rem}}@media (max-width:555px){.navbar{display:none}}@media (max-width:300px){.navbar{display:none}}.glass-container{box-sizing:border-box;z-index:10;pointer-events:none;justify-content:center;align-items:center;width:100vw;height:500px;display:flex;position:relative}.glass-panel{box-sizing:border-box;z-index:11;pointer-events:auto;isolation:isolate;background:linear-gradient(135deg,#79797921,#c8102f21,#01206921,#27272721);border:none;border-left:3px solid #0000;border-right:3px solid #0000;border-radius:20px;flex-direction:row;justify-content:space-evenly;align-items:center;gap:2rem;width:650px;max-width:999px;height:150px;margin-bottom:15vh;padding:0 2rem;transition:box-shadow .3s ease-in-out,border-color .3s ease-in-out,background .3s ease-in-out;display:flex;position:relative;overflow:visible}.glass-panel>*{z-index:11;margin-top:0;margin-bottom:0;position:relative}.glass-panel.status-online{background:linear-gradient(135deg,#79797921,#c8102f21,#01206921,#27272721,#43b5811a);border-color:#43b581}.glass-panel.status-idle{background:linear-gradient(135deg,#79797921,#c8102f21,#01206921,#27272721,#faa61a1a);border-color:#faa61a}.glass-panel.status-dnd{border-color:#f04747}.glass-panel.status-offline,.glass-panel.status-invisible{background:linear-gradient(135deg,#79797921,#c8102f21,#01206921,#27272721,#747f8d1a);border-color:#747f8d}.avatar-wrapper{z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;margin:0;display:flex;position:relative;left:0}.avatar{object-fit:cover;border-radius:50%;width:100%;height:100%}.avatar-decoration{object-fit:contain;pointer-events:none;z-index:2;width:120%;height:120%;display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.discord-status-dot{z-index:3;background:#000;border-radius:100%;outline:5px solid #000;width:17px;height:17px;position:absolute;bottom:5px;right:5px}.username-badge-wrapper{flex-flow:row;flex:1;justify-content:center;align-items:center;gap:1.5rem;min-width:0;display:flex}.discord-username{color:#fff;letter-spacing:.01em;cursor:text;pointer-events:auto;flex-shrink:0;font-size:2.3rem;font-weight:700;line-height:1;position:relative}.badge-bubble{border:none;border-bottom:2.5px solid #fff;border-radius:999px;flex-wrap:wrap;flex-shrink:0;justify-content:center;align-items:center;gap:8px;padding:8px 16px;display:inline-flex}.badge-icons{isolation:isolate;align-items:center;display:inline-block;position:relative}.badge-icons svg{color:#fff;cursor:default;width:1.3rem;height:1.3rem;display:block;position:relative}.badge-icons .textBubble,.badge-icons #textBubble{color:#fff;opacity:0;pointer-events:auto;z-index:3;text-align:center;white-space:nowrap;background:#131313;border:1px solid #ffffff21;border-radius:13px;padding:9px 15px;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:700;transition:opacity .2s ease-in-out;display:inline-flex;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.badge-icons svg:hover~.textBubble,.badge-icons svg:hover~#textBubble{opacity:1}@media (max-width:768px){.glass-container{height:auto;min-height:400px;padding:2rem 1rem}.glass-panel{flex-direction:column;gap:1.5rem;width:100%;max-width:calc(100% - 2rem);height:auto;margin:2rem auto;padding:2rem 1.5rem}.avatar-wrapper{width:80px;height:80px;margin:0 auto .5rem}.username-badge-wrapper{flex-direction:column;align-items:center;gap:1rem;width:100%}.discord-username{text-align:center;font-size:1.75rem}.badge-bubble{flex-wrap:wrap;justify-content:center;gap:6px;padding:6px 12px}}@media (max-width:540px){.glass-panel{max-width:calc(100% - 1.5rem);margin:1.5rem auto;padding:1.5rem 1rem}.discord-username{font-size:1.5rem}}@media (max-width:400px){.glass-panel{max-width:calc(100% - 1rem);margin:1rem auto;padding:1.25rem .75rem}.avatar-wrapper{width:70px;height:70px}.discord-status-dot{width:15px;height:15px}.discord-username{font-size:1.35rem}}@media (max-width:180px){.badge-bubble{display:none}}.widget-stack-container{z-index:5;pointer-events:none;justify-content:center;width:100vw;margin-top:-190px;margin-bottom:10rem;display:flex;position:relative}.widget-stack{pointer-events:auto;flex-direction:column;align-items:stretch;gap:0;width:650px;display:flex;position:relative}#activity-name,#activity-details,#activity-state,#activity-elapsed,#activity-off-status,#song-name,#artist-name,#time-display,#off-status,.reconnecting-text,.activity-label{cursor:text}#activity-widget{box-sizing:border-box;opacity:0;pointer-events:none;background:linear-gradient(135deg,#79797921,#c8102f21,#01206921,#27272721);border:none;border-top:3px solid #0000;border-radius:20px 20px 0 0;justify-content:flex-start;align-items:center;gap:16px;width:100%;height:auto;min-height:0;max-height:0;padding:0 34px;transition:border-color .3s ease-in-out,background .3s ease-in-out,max-height .45s cubic-bezier(.4,0,.2,1),opacity .35s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1),min-height .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}#activity-widget.visible{opacity:1;pointer-events:auto;min-height:90px;max-height:200px;padding-top:20px;padding-bottom:20px}#activity-widget.activity-active{border-color:#b5bac1}#activity-widget.activity-inactive{border-color:#747f8d;justify-content:center}#activity-off-status{text-align:center;color:#ffffff63;justify-content:center;width:38%;font-size:1.1rem;font-style:italic;display:flex}#activity-widget>*{z-index:3;position:relative}.activity-icon-wrapper{flex-shrink:0;display:none;position:relative}#activity-icon{object-fit:cover;border-radius:10px;width:67px;height:67px;display:block}.activity-small-icon{object-fit:cover;z-index:4;background:#1e1e1e;border-radius:50%;outline:2px solid #00000080;width:22px;height:22px;display:none;position:absolute;bottom:-4px;right:-4px}.activity-icon-fallback{background:#ffffff12;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:67px;height:67px;display:none}.activity-icon-fallback svg{color:#fff6;width:28px;height:28px}.activity-info{flex-direction:column;flex:1;justify-content:center;gap:2px;display:none;overflow:hidden}.activity-label{color:#fff6;text-transform:uppercase;letter-spacing:.08em;margin-bottom:2px;font-size:.7rem;font-weight:600}#activity-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:700;overflow:hidden}#activity-details{color:#ffffffb3;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;display:none;overflow:hidden}#activity-state{color:#ffffff80;white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;display:none;overflow:hidden}#activity-elapsed{color:#43b581;font-variant-numeric:lining-nums;margin-top:4.4px;font-size:.9em;display:none}.widget-divider{opacity:0;pointer-events:none;border:none;border-top:1px solid #ffffff12;width:100%;height:0;margin:0;transition:opacity .3s;display:block}.widget-divider.visible{opacity:1}#spotify-widget{box-sizing:border-box;z-index:5;opacity:0;pointer-events:none;background:linear-gradient(135deg,#79797921,#c8102f21,#01206921,#27272721);border:none;border-bottom:3px solid #0000;border-radius:20px;justify-content:flex-start;align-items:center;gap:16px;width:100%;height:auto;min-height:90px;max-height:0;padding:20px 34px;transition:box-shadow .3s ease-in-out,border-color .3s ease-in-out,background .3s ease-in-out,border-radius .45s cubic-bezier(.4,0,.2,1),max-height .45s cubic-bezier(.4,0,.2,1),opacity .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}#spotify-widget:not(.hidden){opacity:1;max-height:300px}#spotify-widget.has-activity{border-radius:0 0 20px 20px}#spotify-widget.hidden{opacity:0;pointer-events:none;max-height:0}#spotify-widget.active{border-color:#1db954!important}#spotify-widget.inactive{border-color:#747f8d!important;justify-content:center!important}#spotify-widget.reconnecting{border-color:#faa61a!important}#spotify-widget>*{z-index:3;margin-top:0;margin-bottom:0;position:relative}#spotify-widget #album-art{object-fit:cover;border-radius:8px;flex-shrink:0;width:67px;height:67px;margin-right:0;display:block}#spotify-widget .song-info{flex-direction:column;flex:1;justify-content:flex-start;display:flex;overflow:hidden}#spotify-widget #song-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:1rem;font-weight:600;overflow:hidden}#spotify-widget #artist-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}#spotify-widget .progress-container{background:0 0;border-radius:4px;width:100%;height:4px;margin-top:5px;overflow:hidden}#spotify-widget #progress-bar{will-change:width;background:#fff;width:0%;height:100%;transition:width .2s linear}#spotify-logo{opacity:.4;filter:brightness(0)invert();flex-shrink:0;width:40px;height:40px;display:none!important}.time-wrapper{justify-content:flex-start;width:100%;display:flex}#time-display{color:#fff;font-variant-numeric:lining-nums;margin-top:4.4px;font-size:.9em}.reconnecting-spinner{z-index:20;border:4px solid #fff0;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:42px;height:42px;animation:1s linear infinite spin;position:relative;left:0}.reconnecting-text{text-align:center;z-index:20;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;color:#0000;background:linear-gradient(90deg,#fff 0%,#0000 10%,#fff 100%) 0 0/200%;-webkit-background-clip:text;background-clip:text;font-size:1.1rem;font-style:italic;animation:1.4s ease-in-out infinite blink,2.5s linear infinite swipe;display:none;position:relative}#spotify-widget.reconnecting .reconnecting-spinner,#spotify-widget.reconnecting .reconnecting-text{display:block}#spotify-widget.reconnecting #off-status,#spotify-widget.reconnecting #album-art,#spotify-widget.reconnecting .song-info{display:none!important}@keyframes spin{to{transform:rotate(360deg)}}@keyframes blink{0%,to{opacity:1}50%{opacity:.4}}@keyframes swipe{0%{background-position:100% 0}to{background-position:-300% 0}}#spotify-widget.reconnecting{flex-direction:column;justify-content:center;align-items:center;gap:.75rem}.off-status-text{text-align:center;color:#fff;cursor:pointer;pointer-events:auto;z-index:10;justify-content:center;width:37%;font-size:1.1rem;font-style:italic;display:flex;position:relative}#spotify-widget #off-status{text-align:center;color:#ffffff63;cursor:text;pointer-events:auto;z-index:10;justify-content:center;font-size:1.1rem;font-style:italic;display:none;position:relative}@media (max-width:768px){.widget-stack-container{box-sizing:border-box;width:100%;margin-top:0;margin-bottom:3rem;padding:0 1rem}.widget-stack{align-items:stretch;width:100%;max-width:calc(100% - 2rem);margin:0 auto}#activity-widget{box-sizing:border-box;border-radius:20px 20px 0 0;width:100%;min-height:90px;padding:1.25rem 1rem}#activity-widget.visible{min-height:90px}#activity-icon,.activity-icon-fallback{width:59px;height:59px}#activity-name{font-size:1rem}.widget-divider{width:100%}#spotify-widget{box-sizing:border-box;border-radius:20px;flex-direction:row;align-items:center;gap:16px;width:100%;height:auto;min-height:90px;padding:1.25rem 1rem;overflow:hidden}#spotify-widget.has-activity{border-radius:0 0 20px 20px}#spotify-widget #album-art{flex-shrink:0;width:59px;height:59px;margin-right:0}#spotify-widget .song-info{flex:1;min-width:0;overflow:hidden}#spotify-widget #song-name,#spotify-widget #artist-name{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}#spotify-widget #song-name{font-size:1rem}#spotify-widget #artist-name{font-size:.85rem}#spotify-widget .progress-container{margin-top:4px}#time-display{font-size:.9rem}#spotify-widget #off-status{white-space:normal;text-align:center;word-break:break-word;flex:1;min-width:0;max-width:100%;padding:0;font-size:1.1rem!important}#spotify-logo{width:32px;height:32px;display:none!important}#activity-widget .off-status-text{font-size:1.1rem!important}#spotify-widget.reconnecting{flex-direction:column;justify-content:center;align-items:center;gap:.75rem;min-height:100px;padding:1.25rem 1rem}.reconnecting-text{white-space:normal;text-align:center;max-width:100%;font-size:.8rem}#activity-widget.activity-inactive .off-status-text{white-space:normal;word-break:break-word;font-size:1.1rem}}.page-wrapper{flex-direction:column;min-height:100vh;display:flex}.about-footer-section{z-index:5;pointer-events:none;background:0 0;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;margin-top:5rem;padding:2rem;display:flex;position:relative;overflow:hidden}.underline{z-index:5;background:#0d0d0d00;width:1.8px;height:40px;padding-bottom:5px;position:relative;bottom:15vh;left:50%;overflow:visible;transform:translate(-50%)}.underline:before{content:"";background:linear-gradient(#0000 0%,#fff,#0000 100%);width:100%;height:40px;animation:2s linear infinite anmUnd;position:absolute;bottom:-100%;left:0}@keyframes anmUnd{0%{opacity:0;bottom:100%}25%{opacity:.5;bottom:50%}50%{opacity:1;bottom:0%}75%{opacity:1;bottom:-50%}to{opacity:.2;bottom:-100%}}.about-container{text-align:center;z-index:2;box-sizing:border-box;pointer-events:none;width:100%;max-width:999px;height:auto;margin:0 auto;padding:0 1rem;position:relative}.about-space{background:0 0;width:100%;height:20vh}.about-bg{text-align:center;z-index:5;box-sizing:border-box;background:#131517;border:1.3px solid #0000;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:2rem;padding:2rem;transition:border-color .2s ease-in-out;display:flex;position:relative;overflow:hidden}.about-bg:hover{border-color:#ffffff1a}.about-title{color:#fff;letter-spacing:-.02em;margin-top:0;margin-bottom:.75rem;font-family:Inter,sans-serif;font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700}.about-secondary-title{color:#fff9;letter-spacing:-.015em;margin-top:0;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:clamp(1.5rem,4vw,2rem);font-weight:700}.about-subtitle{color:#fff;margin-top:0;margin-bottom:1.25rem;font-family:Outfit,sans-serif;font-size:clamp(.95rem,3vw,1.1rem)}.about-description{color:#ffffff80;box-sizing:border-box;word-wrap:break-word;width:100%;max-width:700px;margin:0 auto;padding:0 1rem;font-size:clamp(.9rem,2.5vw,1rem);line-height:1.8}.about-hover{border-bottom:1px solid #ffffff80;transition:color .3s ease-in-out,background-color .1s ease-in-out}.about-hover:hover{color:#000;background-color:#fff}@media (max-width:768px){.about-footer-section{padding:1.5rem 1rem}.about-description{max-width:100%;line-height:1.7}.about-bg{padding:1.75rem 1.25rem}.underline{bottom:15vh}}@media (max-width:480px){.about-footer-section{padding:1rem .75rem}.about-bg{padding:1.5rem 1rem}.underline{bottom:13vh}}@media (max-width:340px){.underline{display:none}}.footer{text-align:center;z-index:200;background:#000;border:none;border-top:1px solid #ffffff21;flex-shrink:0;justify-content:center;align-items:center;width:100%;min-height:80px;padding:20px 15px;display:flex;position:relative;overflow:visible}.footer-content{z-index:500;flex-flow:column wrap;justify-content:center;align-items:center;gap:2rem;margin-bottom:20px;display:flex;position:relative;overflow:visible}.footer-title-wrapper{text-align:center;min-width:10.5ch;display:inline-block;position:relative;overflow:visible}.footer-title{color:#fff6;white-space:nowrap;cursor:text;pointer-events:auto;font-family:Inter,sans-serif;font-size:1.2rem;font-weight:700;display:inline-block;position:relative}.footer-title:hover{color:#fff}.footer-icons{justify-content:center;align-items:center;gap:2.5em;display:flex}.footer-icon{opacity:0;justify-content:center;align-items:center;transition:transform .5s ease-out,opacity 1s ease-out;display:flex;position:relative;transform:translateY(30px)}.footer-icon.animate{opacity:1;transform:translateY(0)}.footer-icon img,.footer-icon svg{opacity:.4;filter:brightness(0)invert();pointer-events:all;width:32px;height:32px;transition:opacity .2s ease-in-out,transform .2s ease-in-out;cursor:pointer!important}.footer-icon:hover img,.footer-icon:hover svg{opacity:1}.footer-copyright{color:#fff;z-index:500;-webkit-user-select:none;user-select:none;white-space:nowrap;pointer-events:auto;align-items:center;padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.9rem;display:flex;position:absolute;top:50%;left:3rem;overflow:visible;transform:translateY(-50%)}.underline-text{cursor:text;display:inline-block;position:relative}.underline-text:after{content:"";opacity:.8;border-bottom:2px dashed #fff;width:100%;transition:bottom .2s,opacity .2s;position:absolute;bottom:-2px;left:0}.copyright-link:hover .underline-text:after{opacity:1;bottom:-4px}.copyright-link{color:inherit;text-decoration:none;transition:background-color .15s ease-in-out,color .15s ease-in-out;display:inline-block;position:relative}.copyright-link:hover{background-color:#075985;border-radius:2px}.copyright-link .tooltip-bubble{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;z-index:1000;border:1px solid #ffffff21;border-radius:13px;padding:.3rem .6rem;font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;transition:opacity .3s ease-in-out,transform .3s ease-in-out;position:absolute;bottom:40%;left:50%;transform:translate(-50%)translateY(-14px)}.copyright-link:hover .tooltip-bubble{opacity:1}.wipe-mask{z-index:1;background:#000;width:0;height:100%;position:absolute;top:0;right:0}@media (max-width:860px){.footer{flex-direction:column;gap:1rem;padding-bottom:60px}.footer-content{flex-direction:column;gap:.8em}.footer-icons{gap:2em}.footer-icon{transform:translateY(15px)}.footer-copyright{text-align:center;justify-content:center;position:absolute;inset:auto auto 1rem 50%;transform:translate(-50%)}}#activity-widget,#activity-widget *,#spotify-widget,#spotify-widget *,.discord-username,.textBubble,#textBubble,.badge-icons .textBubble,.badge-icons #textBubble,.avatar,.avatar-wrapper{-webkit-user-select:none;user-select:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:var(--thumb-color,#262626);border-radius:999px;transition:background .1s}::-webkit-scrollbar-thumb:hover{background:#fff}*{scrollbar-width:thin;scrollbar-color:#262626 #000}
