@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;500;700&display=swap";html,body{box-sizing:border-box;background-color:#050505;border:3px solid #a78bfa1a;width:100%;height:100%;margin:0;padding:0;overflow:hidden}#root{color:#fafafa;justify-content:center;align-items:center;width:100vw;height:100vh;margin:0;font-family:Outfit,sans-serif;display:flex;position:relative;overflow:hidden}body:before,body:after,#root:before,#root:after{content:"";z-index:999;pointer-events:none;background:#a78bfa;border-radius:50px;position:fixed;box-shadow:0 0 20px 5px #a78bfa,0 0 30px #a78bfab3}body:before{width:150px;height:3px;animation:4s linear infinite traceTop;top:0;left:-200px}body:after{width:3px;height:150px;animation:4s linear infinite traceRight;top:-200px;right:0}#root:before{width:150px;height:3px;animation:4s linear infinite traceBottom;bottom:0;right:-200px}#root:after{width:3px;height:150px;animation:4s linear infinite traceLeft;bottom:-200px;left:0}@keyframes traceTop{0%{opacity:1;left:-200px}24.9%{opacity:1;left:100%}25%,to{opacity:0;left:100%}}@keyframes traceRight{0%,24.9%{opacity:0;top:-200px}25%{opacity:1;top:-200px}49.9%{opacity:1;top:100%}50%,to{opacity:0;top:100%}}@keyframes traceBottom{0%,49.9%{opacity:0;right:-200px}50%{opacity:1;right:-200px}74.9%{opacity:1;right:100%}75%,to{opacity:0;right:100%}}@keyframes traceLeft{0%,74.9%{opacity:0;bottom:-200px}75%{opacity:1;bottom:-200px}99.9%{opacity:1;bottom:100%}to{opacity:0;bottom:100%}}.portfolio-layout{scroll-behavior:smooth;scroll-snap-type:y mandatory;scrollbar-width:none;-ms-overflow-style:none;width:100%;height:100vh;overflow:hidden auto}.portfolio-layout::-webkit-scrollbar{display:none}.intro-stack{flex-direction:column;gap:20px;display:flex}.hint-box{background:#ffffff05;border-left:3px solid #a78bfa;border-radius:0 12px 12px 0;align-items:center;gap:15px;max-width:400px;padding:12px 20px;animation:1s forwards fadeIn;display:flex}.hint-icon{font-size:1.2rem}.hint-box p{color:#a1a1aa;margin:0;font-size:.9rem;font-weight:300}.spotify-widget{box-sizing:border-box;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:20px;width:100%;max-width:600px;padding:15px 20px;display:flex;position:relative;overflow:hidden}.album-art,.avatar-placeholder,.fallback-pfp-wrapper{object-fit:cover;border:1px solid #ffffff1a;border-radius:8px;flex-shrink:0;width:60px;height:60px}.visualizer-mini{align-items:flex-end;gap:2px;height:12px;margin-bottom:2px;display:flex}.vis-bar{background-color:#1ed760;border-radius:1px;width:2px}.active-state .vis-bar{animation:1s infinite alternate visualizerPulse}.bar1{height:10px;animation-delay:0s!important}.bar2{height:12px;animation-delay:.3s!important}.bar3{height:8px;animation-delay:.1s!important}@keyframes visualizerPulse{0%{transform:scaleY(.5)}to{transform:scaleY(1)}}.track-info{flex-direction:column;justify-content:center;display:flex}.song-title{color:#fff;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1rem;font-weight:500;display:-webkit-box;overflow:hidden}.artist-name{color:#a1a1aa;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.8rem;font-weight:300;overflow:hidden}.syncing-state .avatar-loading-state{background:linear-gradient(90deg,#0000,#ffffff0d,#0000);width:100%;height:100%;animation:1.2s infinite loadingPulse}.syncing-state .song-title{animation:1.5s infinite fadeInOut}@keyframes fadeInOut{0%,to{opacity:.7}50%{opacity:.2}}.fallback-state .offline-icon{color:#a1a1aa;opacity:.5;justify-content:center;align-items:center;height:100%;font-size:2rem;display:flex}.fallback-state .artist-name{color:#52525b}.hero-section{box-sizing:border-box;scroll-snap-align:start;flex-direction:column;justify-content:space-between;min-height:100vh;padding:80px 10%;display:flex;position:relative}.hero-content{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:40px;display:flex}.intro-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:30px;max-width:600px;padding:30px;display:flex}.intro-meme{object-fit:cover;border:2px solid #fff3;border-radius:16px;width:120px;height:120px}.system-greet{color:#a78bfa;letter-spacing:2px;font-family:monospace;font-size:.85rem}.intro-text h1{color:#fff;margin:10px 0;font-size:3rem}.intro-text p{color:#a1a1aa;margin:0;font-size:1.1rem;line-height:1.5}.connections-stack{flex-direction:column;gap:15px;min-width:250px;display:flex}.stack-title{color:#a1a1aa;letter-spacing:2px;margin:0 0 10px;font-size:.9rem}.connection-btn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:15px;padding:15px 20px;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.connection-btn:hover{background:#ffffff1a;border-color:#3b82f6;transform:translate(-5px)}.scroll-prompt{text-align:center;color:#a1a1aa;letter-spacing:2px;opacity:.7;cursor:pointer;margin-bottom:20px;font-size:.8rem}.bounce-arrow{color:#fff;margin-top:10px;font-size:2rem;animation:2s infinite bounce}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-15px)}60%{transform:translateY(-7px)}}.grid-section{scroll-snap-align:start;background:linear-gradient(#0000,#000c);min-height:100vh;padding:80px 10%}.section-title{color:#fff;border-bottom:1px solid #ffffff1a;margin-bottom:50px;padding-bottom:15px;font-size:2rem}.games-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:start;gap:40px;display:grid}.placeholder-box{text-align:center;color:#ffffff4d;border:1px dashed #fff3;border-radius:24px;justify-content:center;align-items:center;height:400px;padding:20px;font-family:monospace;display:flex}.showcase-wrapper{cursor:pointer;border-radius:24px;width:100%;max-width:320px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.showcase-wrapper:hover{transform:translateY(-8px)}.showcase-wrapper.syncing{animation:1.5s infinite componentPulse}@keyframes componentPulse{0%,to{opacity:1}50%{opacity:.8}}.card-bg-image{z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transition:opacity .5s;position:absolute;top:0;left:0}.modern-card{box-sizing:border-box;z-index:1;background:#00000080;width:100%;padding:30px 24px;position:relative}.card-border{opacity:0;pointer-events:none;-webkit-mask-composite:xor;background:linear-gradient(45deg,#a78bfa,#f472b6,#3b82f6) 0 0/300% 300%;border-radius:24px;padding:3px;transition:opacity .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.showcase-wrapper:hover .card-border{opacity:1;animation:3s infinite gradientMove}@keyframes gradientMove{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.game-tag{color:#a1a1aa;text-transform:uppercase;letter-spacing:1px;align-items:center;gap:8px;margin-bottom:20px;font-size:.85rem;display:flex}.live-dot{opacity:.5;background:#fafafa;border-radius:50%;width:8px;height:8px}.profile-section{align-items:center;gap:16px;margin-bottom:24px;display:flex}.player-info p{color:#a1a1aa;margin:4px 0 0;font-size:.85rem}.username-live{color:#fff;margin:0;font-size:1.5rem;font-weight:700}.username-awaiting,.username-loading,.username-error{text-transform:uppercase;letter-spacing:1px;color:#a1a1aa;margin:0;font-size:1.1rem;font-weight:500}.username-loading{color:#fff;animation:1s infinite alternate loadingPulseTxt}@keyframes loadingPulseTxt{0%{opacity:1}to{opacity:.3}}.username-error{color:#ec4899}.avatar-placeholder{background:linear-gradient(135deg,#ffffff1a,#ffffff03);border-radius:16px;width:56px;height:56px;position:relative;overflow:hidden}.avatar-image{object-fit:cover;border-radius:16px;width:100%;height:100%}.avatar-loading-state{background:linear-gradient(90deg,#0000,#ffffff0d,#0000);border-radius:16px;width:100%;height:100%;animation:1.2s infinite loadingPulse;position:absolute;top:0;left:0}@keyframes loadingPulse{0%{transform:translate(-100%)}to{transform:translate(100%)}}.status-indicator{text-align:center;letter-spacing:2px;color:#a1a1aa;border-top:1px solid #ffffff1a;width:100%;margin-top:15px;padding-top:15px;font-size:.8rem;font-weight:700;transition:all .3s}.status-indicator.ready-to-jump{color:#fff;border-top:1px solid #a78bfa66}.proceed-btn{cursor:pointer;letter-spacing:4px;font-weight:900;transition:all .3s}.proceed-btn:hover{color:#a78bfa;text-shadow:0 0 10px #a78bfa80;transform:scale(1.05)}.arrow-right{transition:transform .3s;display:inline-block}.proceed-btn:hover .arrow-right{transform:translate(5px)}.discord-live-card{background:#5865f20d;border:1px solid #5865f233;border-radius:12px;align-items:center;gap:15px;padding:12px 15px;animation:.4s forwards slideFadeIn;display:flex}@keyframes slideFadeIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.discord-pfp-wrapper{width:48px;height:48px;position:relative}.discord-pfp{object-fit:cover;border-radius:50%;width:100%;height:100%}.discord-status-dot{border:3px solid #050505;border-radius:50%;width:14px;height:14px;position:absolute;bottom:0;right:0}.status-online{background-color:#23a559}.status-idle{background-color:#f0b232}.status-dnd{background-color:#f23f43}.status-offline{background-color:#80848e}.discord-info h4{color:#fff;margin:0 0 2px;font-size:1rem}.discord-info p{color:#a1a1aa;margin:0;font-size:.85rem}.deep-dive-layout{box-sizing:border-box;z-index:1000;background-color:#050505;width:100vw;height:100vh;padding:40px 10%;position:absolute;top:0;left:0;overflow:hidden auto}.deep-dive-layout::-webkit-scrollbar{display:none}.deep-dive-layout{-ms-overflow-style:none;scrollbar-width:none}.fade-in{animation:.5s forwards fadeInDeep}@keyframes fadeInDeep{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.deep-dive-nav{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.return-btn{color:#a1a1aa;letter-spacing:2px;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:700;transition:color .3s;display:flex}.return-btn:hover{color:#a78bfa}.return-btn:hover .arrow-left{transform:translate(-5px)}.arrow-left{transition:transform .3s}.module-title{color:#a78bfa;letter-spacing:3px;align-items:center;gap:10px;font-family:monospace;display:flex}.player-header{border:1px solid #ffffff1a;border-radius:20px;margin-bottom:30px;padding:50px 40px;position:relative;overflow:hidden}.player-header.custom-bg{background-position:50%;background-repeat:no-repeat;background-size:cover}.header-overlay{z-index:0;background:linear-gradient(90deg,#050505f2 10%,#05050566 100%);width:100%;height:100%;position:absolute;top:0;left:0}.header-content{z-index:1;position:relative}.profile-flex{align-items:center;gap:30px;display:flex}.profile-picture{object-fit:cover;border:3px solid #a78bfa;border-radius:50%;width:100px;height:100px;box-shadow:0 0 20px #a78bfa66}.profile-details h1{color:#fff;letter-spacing:1px;margin:0 0 10px;font-size:2.5rem}.stat-badges{flex-wrap:wrap;gap:15px;display:flex}.badge{color:#d8b4fe;letter-spacing:1px;background:#a78bfa1a;border:1px solid #a78bfa4d;border-radius:8px;padding:6px 14px;font-size:.85rem;font-weight:500}.action-toolbar{border-bottom:1px solid #ffffff1a;gap:15px;margin-bottom:40px;padding-bottom:20px;display:flex}.toolbar-btn{color:#a1a1aa;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;padding:10px 20px;font-family:Outfit,sans-serif;font-size:1rem;font-weight:500;transition:all .3s}.toolbar-btn:hover{color:#fff;background:#ffffff0d}.toolbar-btn.active{color:#fff;background:#a78bfa1a;border:1px solid #a78bfa66}.character-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;padding-bottom:40px;display:grid}.character-card{cursor:pointer;border:1px solid #ffffff1a;border-radius:16px;height:350px;transition:transform .3s,border-color .3s;position:relative;overflow:hidden}.character-card:hover{border-color:#a78bfa;transform:translateY(-10px)}.char-bg{background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .5s;position:absolute;top:0;left:0}.character-card:hover .char-bg{transform:scale(1.05)}.char-overlay{box-sizing:border-box;background:linear-gradient(#0000,#000000e6);justify-content:space-between;align-items:flex-end;width:100%;padding:20px;display:flex;position:absolute;bottom:0;left:0}.char-info h4{color:#fff;margin:0 0 5px;font-size:1.5rem}.char-info p{color:#a1a1aa;margin:0;font-size:.9rem}.char-element{color:#a78bfa;text-transform:uppercase;letter-spacing:1px;font-size:.8rem;font-weight:700}.empty-slot{color:#ffffff4d;cursor:default;background:0 0;border:1px dashed #fff3;justify-content:center;align-items:center;font-family:monospace;display:flex}.relic-scorer-section{flex-direction:column;gap:20px;display:flex}.char-selector{scrollbar-width:none;-ms-overflow-style:none;gap:15px;margin:0;padding:5px 0;display:flex;overflow-x:auto;background:0 0!important;border:none!important}.char-selector::-webkit-scrollbar{display:none}.selector-icon{cursor:pointer;opacity:.5;border:2px solid #0000;border-radius:50%;width:50px;height:50px;transition:all .2s}.selector-icon:hover{opacity:.8}.selector-icon.selected{opacity:1;border-color:#a78bfa;transform:scale(1.1);box-shadow:0 0 10px #a78bfa80}.scorer-layout{grid-template-columns:350px 300px 1fr;align-items:start;gap:20px;display:grid}.scorer-art-panel{background:#00000080;border:1px solid #ffffff1a;border-radius:16px;height:600px;position:relative;overflow:hidden;box-shadow:0 0 20px #00000080}.char-portrait-img{object-fit:var(--char-portrait-fit,cover);object-position:var(--char-portrait-position,center top);width:100%;height:100%;transform:scale(var(--char-portrait-scale,1))}.lc-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10;cursor:pointer;background:#000000d9;border:2px solid #a78bfa80;border-radius:12px;align-items:center;gap:15px;max-width:270px;padding:12px 15px;transition:all .2s;display:flex;position:absolute;bottom:25px;left:20px}.lc-overlay:hover{background:#0a0a0af2;border-color:#a78bfa}.lc-img{object-fit:cover;border-radius:6px;flex-shrink:0;width:75px;height:105px}.lc-info{flex-direction:column;gap:6px;display:flex}.lc-name{color:#fff;font-size:.95rem;font-weight:700;line-height:1.3}.lc-lvl{color:#a1a1aa;font-size:.85rem;font-weight:500}.lc-tooltip{z-index:20;pointer-events:none;background:#0f0f0ff2;border:1px solid #a78bfa99;border-radius:12px;width:250px;margin-bottom:12px;padding:15px;animation:.2s forwards fadeInTooltip;position:absolute;bottom:100%;left:0;box-shadow:0 10px 30px #000c}@keyframes fadeInTooltip{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.lc-tooltip-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:10px;display:flex}.lc-tooltip-title{color:#fff;font-size:.9rem;font-weight:700}.lc-tooltip-rank{color:#050505;background:#a78bfa;border-radius:4px;padding:2px 6px;font-size:.8rem;font-weight:900}.lc-tooltip-stats{flex-direction:column;gap:8px;display:flex}.lc-tooltip-stat-row{justify-content:space-between;font-size:.85rem;display:flex}.lc-stat-name{color:#a1a1aa}.lc-stat-val{color:#fff;font-weight:700}.scorer-stats-panel{background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;padding:20px}.scorer-stats-panel h2{color:#fff;margin:0 0 20px;font-size:1.5rem}.lvl-text{color:#a1a1aa;font-size:1rem;font-weight:400}.stats-list{flex-direction:column;gap:12px;display:flex}.stat-row{border-bottom:1px dashed #ffffff1a;justify-content:space-between;align-items:center;padding-bottom:8px;display:flex}.stat-name{color:#d4d4d8;align-items:center;gap:8px;font-size:.9rem;display:flex}.stat-icon{filter:invert();opacity:.8;width:18px;height:18px}.stat-val{color:#fff;font-weight:700}.relic-box{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;padding:15px;display:flex}.relic-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.relic-icon{width:40px;height:40px}.relic-lvl{color:#fff;background:#d97706;border-radius:4px;padding:2px 6px;font-size:.8rem;font-weight:700}.relic-main{color:#fff;justify-content:space-between;margin-bottom:15px;font-size:1.1rem;font-weight:700;display:flex}.relic-subs{flex-direction:column;flex-grow:1;gap:6px;margin-bottom:15px;display:flex}.roll-boxes{align-items:flex-end;gap:2px;height:8px;display:flex}.roll-box{border-radius:1px}.roll-box.high{width:6px;height:8px}.roll-box.mid{width:5px;height:6px}.roll-box.low{width:4px;height:4px}.roll-box.high.effective{background-color:#22c55e}.roll-box.mid.effective{background-color:#eab308}.roll-box.low.effective{background-color:#f97316}.roll-box.high.ineffective{background-color:#ef4444}.roll-box.mid.ineffective{background-color:#b91c1c}.roll-box.low.ineffective{background-color:#7f1d1d}.sub-row{color:#a1a1aa;justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.sub-val-group{align-items:center;gap:8px;display:flex}.sub-value{text-align:right;color:#fff;width:45px;font-weight:500}.relic-score{color:#a1a1aa;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:10px;font-size:.85rem;display:flex}.relic-score span{font-weight:700}.score-value-group{align-items:center;gap:10px;display:flex}.cyber-info-icon{color:#fafafa;cursor:help;background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-family:monospace;font-size:.7rem;font-weight:700;transition:all .2s;display:inline-flex}.cyber-info-icon:hover{color:#000;background:#a78bfa;box-shadow:0 0 10px #a78bfa99}.grade-OP{text-shadow:0 0 8px #f43f5e80;color:#f43f5e!important}.grade-SSS,.grade-SS{color:#f59e0b!important}.grade-S{color:#10b981!important}.grade-A{color:#a78bfa!important}.grade-B,.grade-C,.grade-D,.grade-F{color:#a1a1aa!important}.scorer-relics-panel{flex-direction:column;gap:15px;padding-bottom:60px;display:flex}.relics-grid{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.relic-settings-bar{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:5px;padding:12px 15px;display:flex}.setting-group{color:#a1a1aa;align-items:center;gap:10px;font-size:.85rem;display:flex}.cyber-select{color:#a78bfa;cursor:pointer;background:#050505;border:1px solid #a78bfa66;border-radius:6px;padding:5px 10px;font-family:Outfit,sans-serif}.checkbox-group input{accent-color:#a78bfa;cursor:pointer}.checkbox-group label{cursor:pointer}.bad-main-stat{background:#ef444405!important;border-color:#ef444466!important}.error-text{-webkit-text-decoration:line-through #ef444480;text-decoration:line-through #ef444480;color:#ef4444!important}.score-label{align-items:center;gap:5px;display:flex}.tooltip-icon{color:#a1a1aa;cursor:help;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.65rem;font-weight:700;transition:all .2s;display:inline-flex}.tooltip-icon:hover{color:#000;background:#a78bfa}.rs-summary{border-bottom:1px solid #ffffff1a;justify-content:space-around;margin-bottom:20px;padding-bottom:20px;display:flex}.rs-box{flex-direction:column;align-items:center;gap:5px;display:flex}.rs-label{color:#a1a1aa;font-size:.9rem;font-weight:500}.rs-value{font-size:1.8rem;font-weight:700}.rs-red{color:#f43f5e}.relic-sets-container{border-top:1px solid #ffffff1a;margin-top:20px;padding-top:20px}.sets-title{color:#38bdf8;margin:0 0 5px;font-size:1rem;font-weight:500}.sets-fraction{color:#a1a1aa;align-items:baseline;margin-bottom:12px;font-size:1.1rem;display:flex}.fraction-highlight{color:#fff;font-size:1.8rem;font-weight:700;line-height:1}.sets-list{flex-direction:column;gap:10px;display:flex}.set-item{color:#e4e4e7;align-items:center;gap:6px;font-size:.95rem;display:flex}.set-bracket{color:#71717a;font-family:monospace}.set-check{color:#fff;background:#22c55e;border-radius:3px;justify-content:center;align-items:center;width:14px;height:14px;font-size:.7rem;font-weight:700;display:flex}.set-num{color:#a1a1aa}.lc-tooltip-desc{color:#a1a1aa;text-align:left;border-top:1px dashed #ffffff1a;margin-top:12px;padding-top:12px;font-size:.8rem;line-height:1.5}.spotify-widget.active-state{justify-content:space-between}.spotify-left-group{flex-shrink:0;align-items:center;gap:20px;max-width:60%;display:flex}.spotify-progress{flex-grow:1;align-items:center;gap:10px;max-width:200px;display:flex}.progress-time{color:#a1a1aa;font-variant-numeric:tabular-nums;text-align:center;min-width:32px;font-size:.75rem}.progress-bar-bg{cursor:pointer;background:#ffffff26;border-radius:2px;flex-grow:1;height:4px;position:relative}.progress-bar-fill{background:#fff;border-radius:2px;height:100%;transition:background .2s;position:relative}.progress-bar-dot{opacity:0;background:#fff;border-radius:50%;width:12px;height:12px;transition:opacity .2s;position:absolute;top:50%;right:-6px;transform:translateY(-50%);box-shadow:0 0 4px #00000080}.spotify-progress:hover .progress-bar-fill{background:#1ed760}.spotify-progress:hover .progress-bar-dot{opacity:1}.eidolon-badge{color:#fff;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;border:1px solid #fff3;border-radius:8px;align-items:center;gap:4px;padding:4px 10px;font-size:.9rem;font-weight:700;display:flex;position:absolute;top:15px;left:15px;box-shadow:0 4px 10px #00000080}.eidolon-icon{color:#a78bfa;font-size:1rem}.achievements-section{justify-content:center;align-items:center;min-height:50vh;padding:40px;display:flex}.display-case{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:600px;display:flex;position:relative}.medal-pedestal{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.floating-medal{z-index:2;width:180px;height:auto;animation:4s ease-in-out infinite floatMedal,3s infinite alternate pulseMedalGlow}.alternate-float{animation-delay:-2s}@keyframes floatMedal{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes pulseMedalGlow{0%{filter:drop-shadow(0 0 15px #8b5cf699)drop-shadow(0 0 30px #38bdf866)}to{filter:drop-shadow(0 0 25px #8b5cf6e6)drop-shadow(0 0 50px #38bdf8cc)drop-shadow(0 0 80px #ffffff4d)}}.medal-desc-box{text-align:left;z-index:1;background:#0a0a0ad9;border:1px solid #ffffff1a;border-left:3px solid #a78bfa;border-radius:4px;max-width:350px;margin-top:40px;padding:20px 25px;box-shadow:0 10px 30px #00000080}.medal-desc-box p{color:#fff;margin:0 0 10px;font-size:1rem;font-weight:500;line-height:1.4}.validity-text{color:#a1a1aa;font-size:.85rem}.achievements-grid{grid-template-columns:1fr auto 1fr;align-items:center;gap:40px;width:100%;display:grid}.achievement-slot{justify-content:center;width:100%;display:flex}.placeholder-slot{color:#ffffff26;text-align:center;border:1px dashed #ffffff1a;border-radius:12px;width:100%;max-width:300px;padding:30px;font-family:monospace}.medal-desc-box.interactive{cursor:pointer;transition:border-color .3s,background .3s,transform .2s}.medal-desc-box.interactive:hover{background:#141414f2;border-color:#d8b4fe;transform:translateY(-2px)}.medal-secret-details{color:#d8b4fe;border-top:1px dashed #a78bfa66;margin-top:15px;padding-top:15px;font-size:.9rem;font-style:italic;line-height:1.6;animation:.3s forwards fadeInTooltip}.friends-list-banner{background-position:50%;background-size:cover;border:1px solid #ffffff1a;border-radius:20px;width:100%;height:120px;margin-bottom:30px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0006}.banner-overlay{background:linear-gradient(90deg,#141414f2 0%,#14141466 50%,#141414b3 100%);position:absolute;inset:0}.banner-content{z-index:2;justify-content:space-between;align-items:center;height:100%;padding:0 25px;display:flex;position:relative}.banner-left{align-items:center;gap:20px;display:flex}.banner-pfp-wrapper{width:80px;height:80px;position:relative}.banner-pfp{object-fit:cover;border:2px solid #fffc;border-radius:50%;width:100%;height:100%}.banner-lvl{color:#000;background:#fff;border:2px solid #222;border-radius:12px;padding:1px 6px;font-size:.75rem;font-weight:900;position:absolute;bottom:-2px;right:-2px}.banner-info{flex-direction:column;gap:4px;display:flex}.banner-name-row{align-items:center;gap:12px;display:flex}.banner-name-row h2{color:#fff;text-shadow:0 2px 4px #000c;margin:0;font-size:1.4rem}.banner-uid-badge{color:#000;background:#d4a373;border-radius:4px;padding:2px 8px;font-size:.7rem;font-weight:700}.banner-signature{color:#e4e4e7;text-shadow:0 1px 3px #000c;align-items:center;gap:6px;font-size:.9rem;display:flex}.banner-status{color:#a1a1aa;margin-top:2px;font-size:.75rem}.banner-right{align-items:center;gap:15px;display:flex}.support-pill{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff40;border:1px solid #fff3;border-radius:50px;align-items:center;gap:20px;padding:8px 20px;display:flex}.handshake-icon{opacity:.8;font-size:1.5rem}.support-chars{gap:12px;display:flex}.support-char-wrapper{width:65px;height:65px;position:relative}.support-char-icon{object-fit:cover;border:2px solid #ffffff80;border-radius:50%;width:100%;height:100%}.support-char-lvl{color:#fff;background:#000;border:2px solid #222;border-radius:10px;padding:2px 6px;font-size:.7rem;font-weight:700;position:absolute;bottom:-2px;right:-6px}.tools-section{padding:40px}.tools-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;width:100%;display:grid}.tool-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14141499;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;gap:15px;padding:25px;transition:transform .2s,border-color .2s;display:flex}.tool-card:hover{border-color:#a78bfa80;transform:translateY(-2px)}.tool-card h3{color:#fff;margin:0;font-size:1.2rem}.tool-desc{color:#a1a1aa;margin:0;font-size:.85rem;line-height:1.4}.tool-inputs{flex-direction:column;gap:10px;margin-top:10px;display:flex}.input-group{flex-direction:column;gap:5px;display:flex}.input-group label{color:#d4d4d8;font-size:.8rem;font-weight:700}.time-input-row{flex-direction:row;align-items:center}.time-input-row .cyber-input{flex:1}.cyber-input{color:#fff;box-sizing:border-box;background:#00000080;border:1px solid #fff3;border-radius:6px;outline:none;width:100%;padding:10px 15px;font-family:inherit;font-size:1rem;transition:border-color .2s}.cyber-input:focus{border-color:#a78bfa}.tool-result{color:#d8b4fe;border-top:1px dashed #ffffff1a;margin-top:auto;padding-top:15px;font-size:1rem;font-weight:700}.placeholder-card{text-align:center;opacity:.5;border:1px dashed #ffffff1a;justify-content:center;align-items:center}.warp-card{grid-column:span 1}.warp-grid-inputs{grid-template-columns:1fr 1fr;gap:15px;display:grid}.warp-check{margin-top:25px}.warp-graph-container{border-top:1px dashed #ffffff1a;flex-direction:column;gap:10px;margin-top:auto;padding-top:20px;display:flex}.warp-chance-text{color:#fff;font-size:1.1rem;font-weight:700}.text-green{color:#10b981;text-shadow:0 0 10px #10b98180}.text-yellow{color:#f59e0b;text-shadow:0 0 10px #f59e0b80}.text-red{color:#ef4444;text-shadow:0 0 10px #ef444480}.prob-bar-bg{background:#0009;border:1px solid #ffffff1a;border-radius:6px;width:100%;height:12px;overflow:hidden}.prob-bar-fill{border-radius:6px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1),background-color .4s;box-shadow:inset 0 0 8px #ffffff4d}.sub-text{color:#71717a;font-size:.85rem;font-style:italic;margin-top:8px!important}.hover-hint{color:#71717a;letter-spacing:1px;text-transform:none;vertical-align:middle;opacity:.7;margin-left:15px;font-size:.9rem;font-weight:400}.construction-wrapper{cursor:not-allowed;width:100%;max-width:320px;position:relative}.construction-wrapper .showcase-wrapper,.construction-wrapper .uid-search-box{opacity:.4;filter:grayscale(.8);pointer-events:none}.construction-tag{color:#000;letter-spacing:2px;z-index:10;pointer-events:none;background:#facc15;border:2px solid #000;border-radius:4px;padding:5px 15px;font-size:.75rem;font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-5deg);box-shadow:0 0 15px #facc1566}.char-selector-wrapper{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:15px;padding:10px 15px;display:flex}.char-selector{gap:15px;margin:0;padding:5px 0;display:flex;overflow-x:auto;background:0 0!important;border:none!important}.uid-search-box{border-left:1px dashed #ffffff1a;align-items:center;gap:10px;padding-left:15px;display:flex}.uid-search-box label{color:#a1a1aa;white-space:nowrap;font-size:.85rem}.uid-search-box .cyber-input{width:130px;padding:6px 12px}.cyber-search-btn{color:#fff;cursor:pointer;background:#a78bfa26;border:1px solid #a78bfa80;border-radius:6px;padding:6px 15px;font-family:inherit;transition:all .2s}.cyber-search-btn:hover{color:#000;background:#a78bfa;box-shadow:0 0 10px #a78bfa80}.relics-content-wrapper{align-items:flex-start;gap:15px;display:flex}.relics-grid{flex-grow:1}.relic-legend-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14141499;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;flex-shrink:0;gap:10px;width:130px;padding:15px;display:flex}.legend-title{color:#fff;text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid #ffffff1a;margin:0 0 5px;padding-bottom:8px;font-size:.85rem}.legend-row{align-items:center;gap:12px;display:flex}.legend-text{color:#a1a1aa;font-size:.8rem}.legend-divider{border-top:1px dashed #ffffff1a;height:1px;margin:5px 0}.roadmap-section{padding:40px}.roadmap-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:30px;width:100%;display:grid}.roadmap-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14141499;border:1px solid #ffffff1a;border-left:3px solid #a78bfa;border-radius:12px;flex-direction:column;gap:20px;padding:25px;display:flex}.roadmap-title{color:#fff;letter-spacing:1px;text-transform:uppercase;border-bottom:1px dashed #ffffff1a;margin:0;padding-bottom:10px;font-size:1.3rem}.team-row{background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;flex-direction:column;gap:10px;padding:15px;display:flex}.team-name{color:#d8b4fe;font-size:.95rem;font-weight:700}.team-members{gap:12px;display:flex}.mini-avatar{object-fit:cover;border:2px solid #fff3;border-radius:50%;width:45px;height:45px}.placeholder-avatar{color:#a1a1aa;background:#27272a;border-style:dashed;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.plan-list{flex-direction:column;gap:15px;margin:0;padding:0;list-style:none;display:flex}.plan-list li{background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;align-items:flex-start;gap:12px;padding:15px;transition:transform .2s,border-color .2s;display:flex}.plan-list li:hover{border-color:#a78bfa66;transform:translate(5px)}.plan-bullet{color:#a78bfa;font-size:1.2rem;line-height:1}.plan-text{color:#e4e4e7;font-size:.95rem;line-height:1.4}.search-input-stack{flex-direction:column;align-items:flex-end;gap:5px;display:flex}.search-input-row{align-items:center;gap:10px;display:flex}.input-error{animation:.4s cubic-bezier(.36,.07,.19,.97) both shake;color:#fca5a5!important;background:#ef44441a!important;border-color:#ef4444!important}.uid-error-text{color:#ef4444;letter-spacing:1px;font-family:monospace;font-size:.75rem;font-weight:700}@keyframes shake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-4px)}40%,60%{transform:translate(4px)}}
