@import "https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=Archivo+Black:wght@400&display=swap";
.Chat-module__4bQ-9W__chatWrapper{justify-content:space-between;gap:5px;display:flex}.Chat-module__4bQ-9W__chatContainer{border:1px solid var(--color-blue);height:calc(100dvh - var(--header-height,150px) - var(--nav-height,0px) - 60px);background:0 0;border-radius:11px;flex-direction:column;gap:20px;width:100%;max-width:100%;padding:2rem;display:flex;position:relative}.Chat-module__4bQ-9W__userAvatar{object-fit:contain;z-index:5;width:12vw;min-width:40px;max-width:80px;height:12vw;min-height:40px;max-height:80px;position:absolute;top:-4%;left:-3%}.Chat-module__4bQ-9W__userAvatarStatic{object-fit:contain;z-index:5;width:25vw;min-width:80px;max-width:177px;height:25vw;min-height:80px;max-height:177px;position:absolute;top:-10%;left:-7%}.Chat-module__4bQ-9W__userAvatarEmpty{object-fit:contain;z-index:5;width:20vw;min-width:60px;max-width:150px;height:20vw;min-height:60px;max-height:150px;position:absolute;top:-100%;left:-7%}.Chat-module__4bQ-9W__userAvatarEmptyStatic{object-fit:contain;z-index:5;width:25vw;min-width:80px;max-width:177px;height:25vw;min-height:80px;max-height:177px;position:absolute;top:-100%;left:-7%}.Chat-module__4bQ-9W__messageContainer{align-items:flex-start;gap:15px;margin-top:20px;margin-bottom:16px;margin-left:60px;display:flex}.Chat-module__4bQ-9W__userMessage{color:rgba(255,255,255,.9);word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;border-left:3px solid var(--color-primary,#ea3ef7);background:rgba(255,255,255,.05);border-radius:8px;max-width:100%;margin-bottom:20px;padding:12px 16px;font-family:Space Mono,monospace;font-size:16px;font-weight:500;line-height:1.6}.Chat-module__4bQ-9W__analysisContainer{flex:1;align-items:flex-start;gap:20px;min-height:0;display:flex;position:relative}.Chat-module__4bQ-9W__analysisContent{border:1px solid var(--color-blue);word-wrap:break-word;word-break:break-word;background:0 0;border-radius:11px;width:100%;max-width:100%;height:100%;padding:40px;position:relative;overflow-x:hidden;overflow-y:auto}.Chat-module__4bQ-9W__analysisContent::-webkit-scrollbar{width:6px}.Chat-module__4bQ-9W__analysisContent::-webkit-scrollbar-track{background:0 0}.Chat-module__4bQ-9W__analysisContent::-webkit-scrollbar-thumb{background:var(--color-accent);background-clip:content-box;border:1px solid transparent;border-radius:8px}.Chat-module__4bQ-9W__analysisContent::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}.Chat-module__4bQ-9W__analysisText{color:rgba(255,255,255,.58);word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;pointer-events:auto;max-width:100%;margin-bottom:20px;font-family:Space Mono,monospace;font-size:16px;font-weight:400;line-height:150%}.Chat-module__4bQ-9W__analysisText strong{font-weight:700}.Chat-module__4bQ-9W__responseContainer{margin-bottom:20px;position:relative}.Chat-module__4bQ-9W__responseContainer.Chat-module__4bQ-9W__shortResponse{padding-bottom:40px}.Chat-module__4bQ-9W__responseSummary{color:rgba(255,255,255,.58);word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;max-width:100%;margin-bottom:12px;font-family:Space Mono,monospace;font-size:16px;font-weight:400;line-height:150%}.Chat-module__4bQ-9W__responseDetails{color:rgba(255,255,255,.58);word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;max-width:100%;margin-bottom:20px;font-family:Space Mono,monospace;font-size:16px;font-weight:400;line-height:150%;transition:max-height .3s ease-in-out;overflow:hidden}.Chat-module__4bQ-9W__responseDetails.Chat-module__4bQ-9W__collapsed{max-height:0;margin-bottom:0}.Chat-module__4bQ-9W__responseDetails.Chat-module__4bQ-9W__expanded{max-height:none}.Chat-module__4bQ-9W__expandButton{border:1px solid var(--color-blue);color:var(--color-primary);cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:8px;margin-bottom:12px;padding:8px 16px;font-family:Space Mono,monospace;font-size:14px;font-weight:400;transition:all .2s;display:flex}.Chat-module__4bQ-9W__expandButton:hover{border-color:var(--color-primary);background:rgba(234,62,247,.1)}.Chat-module__4bQ-9W__expandButton:focus{outline:2px solid var(--color-primary);outline-offset:2px}.Chat-module__4bQ-9W__expandIcon{transition:transform .2s}.Chat-module__4bQ-9W__expandIcon.Chat-module__4bQ-9W__expanded{transform:rotate(180deg)}.Chat-module__4bQ-9W__emptyChatContent{flex-direction:column;align-items:center;gap:40px;height:100%;display:flex}.Chat-module__4bQ-9W__welcomeCard{border:1px solid var(--color-blue);border-radius:11px;width:100%;padding:30px 40px 30px 60px;position:relative}.Chat-module__4bQ-9W__welcomeText{color:rgba(255,255,255,.8);font-family:Space Mono,monospace;font-size:16px;font-weight:400;line-height:150%}.Chat-module__4bQ-9W__popularPromptsSection{width:100%;max-width:100%}.Chat-module__4bQ-9W__promptsTitle{font-family:var(--font-archivo),sans-serif;color:var(--color-blue);margin-bottom:40px;font-size:36px;font-weight:700}.Chat-module__4bQ-9W__scrollButtonContainer{z-index:100;position:absolute;bottom:120px;left:50%;transform:translate(-50%)}.Chat-module__4bQ-9W__scrollButton{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.95);border:1px solid rgba(234,62,247,.2);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;box-shadow:0 4px 12px rgba(0,0,0,.15)}.Chat-module__4bQ-9W__scrollButton:hover{background:#fff;border-color:rgba(234,62,247,.4);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.2)}.Chat-module__4bQ-9W__scrollButton:active{transform:translateY(0)}.Chat-module__4bQ-9W__scrollIcon{color:#666;width:20px;height:20px;transition:color .3s}.Chat-module__4bQ-9W__scrollButton:hover .Chat-module__4bQ-9W__scrollIcon{color:#ea3ef7}@media (prefers-color-scheme:dark){.Chat-module__4bQ-9W__scrollButton{background:rgba(33,35,39,.95);border-color:rgba(234,62,247,.3)}.Chat-module__4bQ-9W__scrollButton:hover{background:#212327;border-color:rgba(234,62,247,.5)}.Chat-module__4bQ-9W__scrollIcon{color:#ccc}.Chat-module__4bQ-9W__scrollButton:hover .Chat-module__4bQ-9W__scrollIcon{color:#ea3ef7}}.Chat-module__4bQ-9W__sideArrow{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;gap:15px;padding:10px;transition:all .3s;animation:2s ease-in-out infinite Chat-module__4bQ-9W__missionControlPulse;display:flex}.Chat-module__4bQ-9W__sideArrow:hover{animation:.5s ease-in-out Chat-module__4bQ-9W__missionControlHover;transform:scale(1.1)}@keyframes Chat-module__4bQ-9W__missionControlPulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}@keyframes Chat-module__4bQ-9W__missionControlHover{0%{transform:scale(1.1)}50%{transform:scale(1.15)}to{transform:scale(1.1)}}.Chat-module__4bQ-9W__missionControlText{writing-mode:vertical-rl;text-orientation:upright;color:var(--color-primary);letter-spacing:2px;opacity:.72;font-family:Space Mono,monospace;font-size:16px;font-weight:700}@media (max-width:1200px){.Chat-module__4bQ-9W__chatContainer{gap:20px}.Chat-module__4bQ-9W__messageContainer{margin-top:15px;margin-left:40px}.Chat-module__4bQ-9W__userMessage{padding:10px 14px;font-size:15px;line-height:1.6}.Chat-module__4bQ-9W__analysisContent{height:100%;padding:30px}.Chat-module__4bQ-9W__responseSummary,.Chat-module__4bQ-9W__responseDetails{font-size:14px}.Chat-module__4bQ-9W__expandButton{padding:6px 12px;font-size:12px}.Chat-module__4bQ-9W__welcomeCard{padding:25px 30px 25px 80px}.Chat-module__4bQ-9W__welcomeText{font-size:18px}.Chat-module__4bQ-9W__promptsTitle{margin-bottom:30px;font-size:28px}.Chat-module__4bQ-9W__scrollButtonContainer{bottom:100px}.Chat-module__4bQ-9W__scrollButton{width:44px;height:44px}.Chat-module__4bQ-9W__scrollIcon{width:18px;height:18px}}@media (max-width:1024px){.Chat-module__4bQ-9W__sideArrow{gap:10px}.Chat-module__4bQ-9W__missionControlText{letter-spacing:1.5px;font-size:14px}}@media (max-width:900px){.Chat-module__4bQ-9W__chatContainer{height:calc(100dvh - var(--header-height,110px) - var(--nav-height,0px) - 60px);gap:30px;padding:1rem}.Chat-module__4bQ-9W__messageContainer{flex-direction:column;gap:10px;margin-top:10px;margin-left:30px}.Chat-module__4bQ-9W__userMessage{margin-left:0;padding:8px 12px;font-size:16px;line-height:1.6}.Chat-module__4bQ-9W__analysisContainer{flex-direction:column;gap:15px;margin-top:15px}.Chat-module__4bQ-9W__analysisContent{width:100%;height:100%;padding:25px}.Chat-module__4bQ-9W__responseSummary,.Chat-module__4bQ-9W__responseDetails{font-size:14px}.Chat-module__4bQ-9W__expandButton{padding:6px 12px;font-size:12px}.Chat-module__4bQ-9W__emptyChatContent{gap:30px}.Chat-module__4bQ-9W__welcomeCard{width:100%;padding:15px 25px 15px 40px}.Chat-module__4bQ-9W__welcomeText{font-size:16px}.Chat-module__4bQ-9W__popularPromptsSection{width:100%;max-width:100%}.Chat-module__4bQ-9W__promptsTitle{margin-bottom:25px;font-size:24px}.Chat-module__4bQ-9W__scrollButtonContainer{bottom:80px}.Chat-module__4bQ-9W__scrollButton{width:40px;height:40px}.Chat-module__4bQ-9W__scrollIcon{width:16px;height:16px}}@media (max-width:768px){.Chat-module__4bQ-9W__chatContainer{height:calc(100dvh - var(--header-height,110px) - var(--nav-height,0px) - 60px);gap:25px}.Chat-module__4bQ-9W__sideArrow,.Chat-module__4bQ-9W__userAvatar,.Chat-module__4bQ-9W__userAvatarStatic,.Chat-module__4bQ-9W__userAvatarEmpty,.Chat-module__4bQ-9W__userAvatarEmptyStatic{display:none}.Chat-module__4bQ-9W__messageContainer{margin-top:8px;margin-left:10px}.Chat-module__4bQ-9W__userMessage{padding:8px 10px;font-size:14px;line-height:1.6}.Chat-module__4bQ-9W__analysisContent{height:100%;padding:20px}.Chat-module__4bQ-9W__responseSummary,.Chat-module__4bQ-9W__responseDetails{font-size:12px}.Chat-module__4bQ-9W__expandButton{padding:5px 10px;font-size:11px}.Chat-module__4bQ-9W__emptyChatContent{gap:25px}.Chat-module__4bQ-9W__welcomeCard{padding:15px 20px 15px 80px}.Chat-module__4bQ-9W__welcomeText{font-size:14px}.Chat-module__4bQ-9W__promptsTitle{margin-bottom:20px;font-size:20px}.Chat-module__4bQ-9W__analysisText{font-size:14px}}@media (max-width:480px){.Chat-module__4bQ-9W__chatContainer{height:calc(100dvh - var(--header-height,110px) - var(--nav-height,0px) - 60px);gap:20px;padding:10px}.Chat-module__4bQ-9W__analysisContainer{margin:0}.Chat-module__4bQ-9W__userAvatar,.Chat-module__4bQ-9W__userAvatarStatic,.Chat-module__4bQ-9W__userAvatarEmpty,.Chat-module__4bQ-9W__userAvatarEmptyStatic{display:none}.Chat-module__4bQ-9W__messageContainer{margin-top:5px;margin-left:0}.Chat-module__4bQ-9W__userMessage{padding:6px 8px;font-size:12px;line-height:1.6}.Chat-module__4bQ-9W__analysisContent{height:100%;padding:15px}.Chat-module__4bQ-9W__responseSummary,.Chat-module__4bQ-9W__responseDetails{font-size:11px}.Chat-module__4bQ-9W__expandButton{padding:4px 8px;font-size:10px}.Chat-module__4bQ-9W__emptyChatContent{gap:20px}.Chat-module__4bQ-9W__welcomeCard{padding:12px 15px 12px 60px}.Chat-module__4bQ-9W__welcomeText{font-size:12px}.Chat-module__4bQ-9W__promptsTitle{margin-bottom:15px;font-size:18px}.Chat-module__4bQ-9W__analysisText{font-size:12px}.Chat-module__4bQ-9W__scrollButtonContainer{bottom:70px}.Chat-module__4bQ-9W__scrollButton{width:36px;height:36px}.Chat-module__4bQ-9W__scrollIcon{width:14px;height:14px}.Chat-module__4bQ-9W__contextLimitWarning{margin-bottom:8px;padding:8px 12px}.Chat-module__4bQ-9W__warningContent{gap:8px}.Chat-module__4bQ-9W__warningText{font-size:11px}.Chat-module__4bQ-9W__newChatButton{padding:6px 12px;font-size:11px}}.Chat-module__4bQ-9W__contextLimitWarning{background:linear-gradient(135deg,rgba(234,62,247,.15) 0%,rgba(234,62,247,.05) 100%);border:1px solid rgba(234,62,247,.3);border-radius:8px;margin-bottom:12px;padding:12px 16px;animation:.3s ease-out Chat-module__4bQ-9W__slideIn}@keyframes Chat-module__4bQ-9W__slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Chat-module__4bQ-9W__warningContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.Chat-module__4bQ-9W__warningText{color:var(--color-text-primary);flex:1;min-width:200px;font-size:14px;font-weight:500}.Chat-module__4bQ-9W__newChatButton{background:linear-gradient(135deg,var(--color-purple)0%,var(--color-pink)100%);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}.Chat-module__4bQ-9W__newChatButton:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(234,62,247,.3)}.Chat-module__4bQ-9W__newChatButton:active{transform:translateY(0)}
.Input-module__aqcCqa__inputSection{flex-shrink:0;margin:0}.Input-module__aqcCqa__inputWrapper{align-items:center;width:100%;max-width:850px;display:flex;position:relative}.Input-module__aqcCqa__inputWrapperAuto{max-width:none}.Input-module__aqcCqa__inputWrapperFullWidth{width:100%;max-width:none}.Input-module__aqcCqa__input{color:#fff;width:100%;caret-color:var(--color-primary);background:rgba(52,52,52,.71);border:none;border-radius:11px;padding:18px 90px 18px 16px;font-family:Space Mono,monospace;font-size:16px}.Input-module__aqcCqa__input::placeholder{color:rgba(255,255,255,.5)}.Input-module__aqcCqa__input:focus{border-color:#fe8af2;outline:none;box-shadow:0 0 20px rgba(254,138,242,.3)}.Input-module__aqcCqa__input:disabled{opacity:.6;cursor:not-allowed}.Input-module__aqcCqa__submitButton{cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:8px;transition:transform .2s;display:flex;position:absolute;right:15px}.Input-module__aqcCqa__submitButton:hover:not(:disabled){transform:translate(3px)}.Input-module__aqcCqa__submitButton:disabled{opacity:.5;cursor:not-allowed}.Input-module__aqcCqa__stopButton{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;display:flex;position:absolute;right:15px}.Input-module__aqcCqa__stopIcon{justify-content:center;align-items:center;display:flex}.Input-module__aqcCqa__stopCircle{background:var(--color-primary,#fe8af2);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;animation:1.5s ease-in-out infinite Input-module__aqcCqa__stopButtonPulse;display:flex;box-shadow:0 2px 8px rgba(254,138,242,.3)}.Input-module__aqcCqa__stopSquare{background:#fff;border-radius:2px;width:12px;height:12px}.Input-module__aqcCqa__stopButton:hover .Input-module__aqcCqa__stopCircle{background:var(--color-primary-hover,#f973d3);transform:scale(1.1);box-shadow:0 4px 12px rgba(254,138,242,.4)}.Input-module__aqcCqa__stopButton:active .Input-module__aqcCqa__stopCircle{transform:scale(.95)}@keyframes Input-module__aqcCqa__stopButtonPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.Input-module__aqcCqa__rightArrows{cursor:pointer;align-items:center;gap:8px;display:flex}.Input-module__aqcCqa__arrowSmall{animation:2s ease-in-out infinite Input-module__aqcCqa__rightArrowWave}.Input-module__aqcCqa__arrowMedium{animation:2s ease-in-out .33s infinite Input-module__aqcCqa__rightArrowWave}.Input-module__aqcCqa__arrowLarge{animation:2s ease-in-out .66s infinite Input-module__aqcCqa__rightArrowWave}@keyframes Input-module__aqcCqa__rightArrowWave{0%{transform:scale(1)translate(0)}16.66%{transform:scale(1.2)translate(2px)}33.33%{transform:scale(1)translate(0)}50%{transform:scale(1)translate(0)}66.66%{transform:scale(1.2)translate(2px)}83.33%{transform:scale(1)translate(0)}to{transform:scale(1)translate(0)}}@media (max-width:1200px){.Input-module__aqcCqa__inputWrapper{max-width:700px}.Input-module__aqcCqa__inputWrapperFullWidth{width:100%;max-width:none}.Input-module__aqcCqa__input{padding:15px 80px 15px 14px;font-size:14px}.Input-module__aqcCqa__submitButton{padding:6px;right:12px}.Input-module__aqcCqa__rightArrows{gap:6px}}@media (max-width:1000px){.Input-module__aqcCqa__inputWrapper{max-width:500px}.Input-module__aqcCqa__inputWrapperFullWidth{width:100%;max-width:none}.Input-module__aqcCqa__input{padding:12px 70px 12px 12px;font-size:13px}.Input-module__aqcCqa__submitButton{padding:5px;right:10px}.Input-module__aqcCqa__rightArrows{gap:4px}}@media (max-width:900px){.Input-module__aqcCqa__inputWrapper{width:95%;max-width:none;margin:0 auto}.Input-module__aqcCqa__inputWrapperAuto{max-width:none}.Input-module__aqcCqa__input{padding:16px 70px 16px 16px;font-size:15px}.Input-module__aqcCqa__submitButton{padding:8px;right:15px}}@media (max-width:600px){.Input-module__aqcCqa__input{padding:15px 50px 15px 15px;font-size:12px}.Input-module__aqcCqa__input::placeholder{font-size:11px}}@media (max-width:400px){.Input-module__aqcCqa__inputWrapper{max-width:100%}.Input-module__aqcCqa__inputWrapperAuto{max-width:none}.Input-module__aqcCqa__input{padding:12px 40px 12px 12px;font-size:13px}}@media (max-width:320px){.Input-module__aqcCqa__input{padding:10px 50px 10px 10px;font-size:11px}.Input-module__aqcCqa__input::placeholder{font-size:10px}.Input-module__aqcCqa__submitButton{padding:4px;right:8px}.Input-module__aqcCqa__rightArrows{gap:2px}.Input-module__aqcCqa__rightArrows img{width:6px!important;height:14px!important}}
.Hero-module__JgYmMq__container{max-width:1280px;margin:0 auto;padding:0 25px;position:relative}.Hero-module__JgYmMq__hero{position:relative;overflow:hidden}.Hero-module__JgYmMq__heroContent{align-items:center;display:flex}.Hero-module__JgYmMq__leftContent{flex-direction:column;flex:1;padding-left:3.5rem;display:flex}.Hero-module__JgYmMq__textBlock{max-width:600px}.Hero-module__JgYmMq__phaseTag{color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#ea3ef7 0%,#00f9ff 100%);border-radius:20px;width:-moz-fit-content;width:fit-content;padding:8px 30px;font-family:Space Mono,monospace;font-size:14px;font-weight:700;display:inline-block;box-shadow:0 4px 12px rgba(234,62,247,.3)}.Hero-module__JgYmMq__title{font-family:var(--font-archivo),sans-serif;color:#fff;margin:1.5rem 0 0;font-size:60px;font-weight:700;line-height:1.04}.Hero-module__JgYmMq__subtitle{color:rgba(255,255,255,.68);margin:.5rem 0 1rem;font-family:Space Mono,monospace;font-size:14px;font-weight:400;line-height:1.5}.Hero-module__JgYmMq__subtitle strong{font-weight:700}.Hero-module__JgYmMq__divider{align-items:center;gap:20px;max-width:860px;margin:2rem 0;display:flex}.Hero-module__JgYmMq__dividerLine{background:rgba(230,0,237,.35);flex:1;height:1px}.Hero-module__JgYmMq__dividerText{color:rgba(255,255,255,.67);font-family:Space Mono,monospace;font-size:20px;font-weight:400}.Hero-module__JgYmMq__robotContainer{z-index:1;width:360px;height:360px;position:absolute;top:4%;right:0}.Hero-module__JgYmMq__robotImage{object-fit:contain;border-radius:50%;width:100%;height:100%}.Hero-module__JgYmMq__promptsTitle{color:var(--color-blue);margin:0 0 3rem 1.5rem;font-family:Archivo,sans-serif;font-size:36px;font-weight:700}@media (max-width:1400px){.Hero-module__JgYmMq__robotContainer{width:300px;height:300px}}@media (max-width:1200px){.Hero-module__JgYmMq__container{padding:0 20px}.Hero-module__JgYmMq__heroContent{gap:15px}.Hero-module__JgYmMq__title{font-size:48px}.Hero-module__JgYmMq__robotContainer{width:250px;height:250px}}@media (max-width:1000px){.Hero-module__JgYmMq__heroContent{gap:15px}.Hero-module__JgYmMq__leftContent{padding-left:0}.Hero-module__JgYmMq__robotContainer{width:230px;height:230px}.Hero-module__JgYmMq__title{font-size:44px}.Hero-module__JgYmMq__subtitle{font-size:13px}}@media (max-width:900px){.Hero-module__JgYmMq__container{padding:0 18px}.Hero-module__JgYmMq__heroContent{text-align:center;flex-direction:column;gap:20px;min-height:auto}.Hero-module__JgYmMq__textBlock{width:100%;max-width:700px;margin:0 auto}.Hero-module__JgYmMq__phaseTag{padding:6px 20px;font-size:12px}.Hero-module__JgYmMq__title{font-size:40px}.Hero-module__JgYmMq__subtitle{font-size:14px}.Hero-module__JgYmMq__promptsTitle{margin:0;font-size:28px}.Hero-module__JgYmMq__robotContainer{width:400px;height:280px;margin:40px auto;position:relative;top:auto;right:auto;overflow:hidden;transform:none}}@media (max-width:600px){.Hero-module__JgYmMq__container{padding:0 15px}.Hero-module__JgYmMq__leftContent{gap:20px}.Hero-module__JgYmMq__hero{padding:20px 0 0}.Hero-module__JgYmMq__heroContent{gap:16px;margin-bottom:20px}.Hero-module__JgYmMq__title{font-size:32px;line-height:1.1}.Hero-module__JgYmMq__subtitle{font-size:14px}.Hero-module__JgYmMq__robotContainer{width:250px;height:200px;margin:20px auto}.Hero-module__JgYmMq__phaseTag{padding:6px 20px;font-size:12px}.Hero-module__JgYmMq__divider{margin:20px 0}.Hero-module__JgYmMq__dividerText{font-size:16px}}@media (max-width:400px){.Hero-module__JgYmMq__container{padding:0 12px}.Hero-module__JgYmMq__heroContent{gap:12px}.Hero-module__JgYmMq__title{font-size:28px;line-height:1.2}.Hero-module__JgYmMq__subtitle{font-size:13px}.Hero-module__JgYmMq__robotContainer{width:250px;height:200px}.Hero-module__JgYmMq__phaseTag{padding:5px 16px;font-size:11px}.Hero-module__JgYmMq__dividerText{font-size:14px}}
.Footer-module__Grjkva__footer{background:var(--color-bg-secondary);border-top:1px solid var(--color-border-accent);flex-shrink:0;width:100%;margin-top:auto}.Footer-module__Grjkva__footerContent{flex-direction:column;justify-content:center;align-items:center;gap:12px;max-width:1200px;margin:0 auto;padding:16px 24px;display:flex}.Footer-module__Grjkva__disclaimerText{font-family:var(--font-geist-sans);color:var(--color-text-secondary);text-align:center;letter-spacing:.01em;opacity:.8;margin:0;font-size:11px;line-height:1.6}.Footer-module__Grjkva__footerLinks{align-items:center;gap:12px;display:flex}.Footer-module__Grjkva__footerLink{font-family:var(--font-geist-sans);color:var(--color-text-secondary);opacity:.8;font-size:11px;text-decoration:none;transition:color .2s}.Footer-module__Grjkva__footerLink:hover{color:var(--color-primary);opacity:1}.Footer-module__Grjkva__separator{font-family:var(--font-geist-sans);color:var(--color-text-secondary);opacity:.5;font-size:11px}@media (max-width:768px){.Footer-module__Grjkva__footerContent{padding:12px 16px}.Footer-module__Grjkva__disclaimerText{font-size:10px}}@media (max-width:480px){.Footer-module__Grjkva__footerContent{padding:10px 12px}.Footer-module__Grjkva__disclaimerText{font-size:9px;line-height:1.5}}
.LoyaltyRuleAction-module__y4OtyG__connectButton{color:var(--color-blue);cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:700;-webkit-text-decoration:underline transparent;text-decoration:underline transparent;transition:all .2s}.LoyaltyRuleAction-module__y4OtyG__connectButton:hover{color:var(--color-primary);transform:translateY(-1px)}.LoyaltyRuleAction-module__y4OtyG__connectButton:disabled{opacity:.5;cursor:not-allowed}.LoyaltyRuleAction-module__y4OtyG__claimButton{color:#fff;cursor:pointer;background-color:#059669;border:none;border-radius:.5rem;padding:.5rem 1rem;font-weight:500;transition:background-color .2s}.LoyaltyRuleAction-module__y4OtyG__claimButton:hover{background-color:#047857}.LoyaltyRuleAction-module__y4OtyG__claimButton:focus{outline:none;box-shadow:0 0 0 2px #10b981}.LoyaltyRuleAction-module__y4OtyG__claimButton:disabled{opacity:.5;cursor:not-allowed}.LoyaltyRuleAction-module__y4OtyG__processing{color:#fff;cursor:pointer;background-color:#d97706;border:none;border-radius:.5rem;padding:.5rem 1rem;font-weight:500;transition:background-color .2s}.LoyaltyRuleAction-module__y4OtyG__processing:hover{background-color:#b45309}.LoyaltyRuleAction-module__y4OtyG__processing:focus{outline:none;box-shadow:0 0 0 2px #f59e0b}.LoyaltyRuleAction-module__y4OtyG__processing:disabled{opacity:.5;cursor:not-allowed}.LoyaltyRuleAction-module__y4OtyG__checkMark{object-fit:contain;width:27px;height:36px}.LoyaltyRuleAction-module__y4OtyG__smallSpinner{border:2px solid rgba(0,249,255,.2);border-top:2px solid var(--color-secondary);border-radius:50%;width:20px;height:20px;animation:1s linear infinite LoyaltyRuleAction-module__y4OtyG__spin}@keyframes LoyaltyRuleAction-module__y4OtyG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.ComingSoon-module__nnxCsW__pageContainer{color:var(--color-text-primary);padding:1.5rem 1rem 1rem}.ComingSoon-module__nnxCsW__content{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:1280px;min-height:60vh;margin:0 auto;display:flex}.ComingSoon-module__nnxCsW__title{font-family:var(--font-archivo),sans-serif;color:#fff;margin-bottom:1rem;font-size:48px;font-weight:700}.ComingSoon-module__nnxCsW__subtitle{color:rgba(255,255,255,.68);font-family:Space Mono,monospace;font-size:18px;font-weight:400}@media (max-width:768px){.ComingSoon-module__nnxCsW__pageContainer{padding:5rem .5rem 1rem}.ComingSoon-module__nnxCsW__title{font-size:36px}.ComingSoon-module__nnxCsW__subtitle{font-size:16px}}
.BadgeProgressSkeleton-module__XcTtGW__skeletonSection{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(rgba(20,20,40,.8) 0%,rgba(10,10,20,.9) 100%);border:1px solid rgba(94,131,242,.3);border-radius:16px;flex-direction:column;gap:20px;padding:24px;display:flex}.BadgeProgressSkeleton-module__XcTtGW__skeletonContent{flex-direction:column;align-items:center;gap:16px;display:flex}.BadgeProgressSkeleton-module__XcTtGW__skeletonTitle{background:rgba(94,131,242,.1);border-radius:6px;width:180px;height:24px;position:relative;overflow:hidden}.BadgeProgressSkeleton-module__XcTtGW__skeletonBadge{flex-direction:column;align-items:center;gap:12px;display:flex}.BadgeProgressSkeleton-module__XcTtGW__skeletonBadgeImage{background:rgba(94,131,242,.1);border-radius:12px;width:200px;height:200px;position:relative;overflow:hidden}.BadgeProgressSkeleton-module__XcTtGW__skeletonBadgeLabel{background:rgba(94,131,242,.1);border-radius:4px;width:120px;height:20px;position:relative;overflow:hidden}.BadgeProgressSkeleton-module__XcTtGW__skeletonProgressContainer{align-items:center;gap:12px;width:100%;display:flex}.BadgeProgressSkeleton-module__XcTtGW__skeletonProgressBar{background:rgba(94,131,242,.1);border-radius:6px;flex:1;height:12px;position:relative;overflow:hidden}.BadgeProgressSkeleton-module__XcTtGW__skeletonProgressPercent{background:rgba(94,131,242,.1);border-radius:4px;width:40px;height:18px;position:relative;overflow:hidden}.BadgeProgressSkeleton-module__XcTtGW__skeletonHint{background:rgba(94,131,242,.1);border-radius:4px;width:80%;height:18px;position:relative;overflow:hidden}.BadgeProgressSkeleton-module__XcTtGW__skeletonActions{justify-content:center;gap:12px;display:flex}.BadgeProgressSkeleton-module__XcTtGW__skeletonButton{background:rgba(94,131,242,.1);border-radius:8px;width:120px;height:44px;position:relative;overflow:hidden}.BadgeProgressSkeleton-module__XcTtGW__shimmer{background:linear-gradient(90deg,transparent 0%,rgba(254,138,241,.3) 50%,transparent 100%);width:100%;height:100%;animation:2s infinite BadgeProgressSkeleton-module__XcTtGW__shimmer;position:absolute;top:0;left:-100%}@keyframes BadgeProgressSkeleton-module__XcTtGW__shimmer{0%{left:-100%}to{left:100%}}@media (max-width:480px){.BadgeProgressSkeleton-module__XcTtGW__skeletonBadgeImage{width:160px;height:160px}.BadgeProgressSkeleton-module__XcTtGW__skeletonActions{flex-direction:column;width:100%}.BadgeProgressSkeleton-module__XcTtGW__skeletonButton{width:100%}}
.BadgeProgress-module__Kn4ugq__progressSection{flex-direction:column;flex:1;min-height:0;font-family:Space Mono,monospace;display:flex}.BadgeProgress-module__Kn4ugq__progressSection.BadgeProgress-module__Kn4ugq__exporting .BadgeProgress-module__Kn4ugq__actionButtons{display:none}.BadgeProgress-module__Kn4ugq__progressContent{flex:1}.BadgeProgress-module__Kn4ugq__progressTitle{color:var(--color-primary-hover);text-align:center;margin-bottom:12px;font-size:24px;font-weight:700}.BadgeProgress-module__Kn4ugq__badgeCard{flex-direction:column;align-items:center;max-width:280px;margin:0 auto 15px;display:flex;position:relative}.BadgeProgress-module__Kn4ugq__robotHead{width:150px;height:auto;margin-bottom:16px}.BadgeProgress-module__Kn4ugq__tierName{color:var(--color-text-primary);text-align:center;font-family:Space Mono,monospace;font-size:8px;position:absolute;bottom:25%;left:50%;transform:translate(-50%)}.BadgeProgress-module__Kn4ugq__rankBadge{color:var(--color-text-primary);text-align:center;font-family:Space Mono,monospace;font-size:6px;font-weight:400;position:absolute;bottom:16%;left:calc(50% + 10px);transform:translate(-50%)}.BadgeProgress-module__Kn4ugq__progressBarContainer{justify-content:center;align-items:center;gap:15px;width:100%;max-width:80%;margin:0 auto 12px;display:flex}.BadgeProgress-module__Kn4ugq__progressBar{background:linear-gradient(rgba(94,131,242,.25) 0%,rgba(94,131,242,.25) 100%);border:1px solid rgba(94,131,242,.3);border-radius:6px;flex:1;height:13px;overflow:hidden}.BadgeProgress-module__Kn4ugq__progressFill{background:linear-gradient(90deg,#5e83f2 0%,#00f9ff 100%);border-radius:6px;height:100%;box-shadow:0 0 8px rgba(0,249,255,.5)}.BadgeProgress-module__Kn4ugq__progressPercent{color:rgba(255,255,255,.79);flex-shrink:0;font-size:15px;font-weight:400}.BadgeProgress-module__Kn4ugq__progressHint{color:rgba(255,255,255,.79);text-align:center;margin:0;font-size:13px;font-weight:400}.BadgeProgress-module__Kn4ugq__emptyText{color:#6b7280;text-align:center;margin:20px 0;font-size:14px}.BadgeProgress-module__Kn4ugq__actionButtons{justify-content:center;gap:12px;margin-top:20px;display:flex}.BadgeProgress-module__Kn4ugq__actionBtn{border:1px solid var(--color-secondary);color:var(--color-primary-hover);cursor:pointer;background:0 0;border-radius:11px;padding:12px 30px;font-family:Space Mono,monospace;font-size:16px;font-weight:400;transition:all .2s}.BadgeProgress-module__Kn4ugq__actionBtn:hover{background:rgba(240,107,242,.1)}@media (max-width:768px){.BadgeProgress-module__Kn4ugq__progressSection{margin-bottom:20px}.BadgeProgress-module__Kn4ugq__progressTitle{margin-bottom:12px;font-size:16px}.BadgeProgress-module__Kn4ugq__badgeCard{max-width:200px;margin-bottom:15px}.BadgeProgress-module__Kn4ugq__robotHead{width:120px;margin-bottom:12px}.BadgeProgress-module__Kn4ugq__tierName{font-size:7px;bottom:25%}.BadgeProgress-module__Kn4ugq__rankBadge{font-size:5px;bottom:16%}.BadgeProgress-module__Kn4ugq__progressBarContainer{max-width:90%;margin-bottom:12px}.BadgeProgress-module__Kn4ugq__progressBar{height:10px}.BadgeProgress-module__Kn4ugq__progressPercent{font-size:13px}.BadgeProgress-module__Kn4ugq__progressHint{margin:0;font-size:12px}.BadgeProgress-module__Kn4ugq__actionButtons{flex-direction:column;gap:10px;width:100%;max-width:280px;margin:20px auto 0}.BadgeProgress-module__Kn4ugq__actionBtn{width:100%;padding:12px 24px;font-size:14px}}@media (max-width:480px){.BadgeProgress-module__Kn4ugq__actionButtons{flex-direction:column}.BadgeProgress-module__Kn4ugq__actionBtn{max-width:none}}
.Missions-module__ddmMca__section{margin-bottom:40px}.Missions-module__ddmMca__sectionTitle{color:var(--color-primary);border-bottom:1px solid rgba(254,138,242,.3);margin-bottom:20px;padding-bottom:10px;font-size:24px;font-weight:700}.Missions-module__ddmMca__missionList{flex-direction:column;gap:12px;max-height:220px;padding-right:4px;display:flex;overflow-y:auto}.Missions-module__ddmMca__missionList::-webkit-scrollbar{width:6px}.Missions-module__ddmMca__missionList::-webkit-scrollbar-track{background:rgba(52,52,52,.3);border-radius:3px}.Missions-module__ddmMca__missionList::-webkit-scrollbar-thumb{background:rgba(254,138,242,.5);border-radius:3px}.Missions-module__ddmMca__missionList::-webkit-scrollbar-thumb:hover{background:rgba(254,138,242,.7)}.Missions-module__ddmMca__missionListExpanded{min-height:400px;max-height:100%}.Missions-module__ddmMca__missionItem{cursor:pointer;background:rgba(52,52,52,.71);border-radius:14px;align-items:center;gap:15px;padding:12px 20px;transition:all .2s;display:flex;position:relative}.Missions-module__ddmMca__missionItem:hover{background:rgba(52,52,52,.9)}.Missions-module__ddmMca__xpBadge{color:#fff;background:linear-gradient(90deg,rgba(234,62,247,.72) 0%,#00f9ff 100%);border-radius:19px;flex-shrink:0;padding:6px 12px;font-size:10px;font-weight:700}.Missions-module__ddmMca__missionContent{flex:1}.Missions-module__ddmMca__missionTitle{color:rgba(255,255,255,.84);font-size:15px;font-weight:700}.Missions-module__ddmMca__missionDescription{color:var(--color-text-secondary);margin-top:4px;font-size:14px;display:block}.Missions-module__ddmMca__processingStatus{border-radius:4px;margin-top:8px;padding:4px 8px;font-size:12px;font-weight:500}.Missions-module__ddmMca__processingStatus.Missions-module__ddmMca__pending{color:#ffc107;background-color:rgba(255,193,7,.1)}.Missions-module__ddmMca__processingStatus.Missions-module__ddmMca__processing{color:#007bff;background-color:rgba(0,123,255,.1)}.Missions-module__ddmMca__processingStatus.Missions-module__ddmMca__completed{color:#28a745;background-color:rgba(40,167,69,.1)}.Missions-module__ddmMca__processingStatus.Missions-module__ddmMca__failed{color:#dc3545;background-color:rgba(220,53,69,.1)}.Missions-module__ddmMca__actionArea{align-items:center;gap:8px;margin-left:auto;display:flex}.Missions-module__ddmMca__ctaButton{color:var(--color-blue);cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:700;-webkit-text-decoration:underline transparent;text-decoration:underline transparent;transition:all .2s}.Missions-module__ddmMca__ctaButton:hover{color:var(--color-primary);transform:translateY(-1px)}.Missions-module__ddmMca__ctaButton:focus{outline:none}.Missions-module__ddmMca__ctaDisabled{opacity:.5;pointer-events:none;cursor:not-allowed}@media (max-width:768px){.Missions-module__ddmMca__section{margin-bottom:30px}.Missions-module__ddmMca__sectionTitle{margin-bottom:15px;padding-bottom:8px;font-size:18px}.Missions-module__ddmMca__missionList{gap:10px;max-height:320px}.Missions-module__ddmMca__missionItem{flex-wrap:wrap;gap:10px;padding:12px}.Missions-module__ddmMca__xpBadge{padding:5px 10px;font-size:9px}.Missions-module__ddmMca__missionTitle{font-size:13px}.Missions-module__ddmMca__missionDescription,.Missions-module__ddmMca__ctaButton{font-size:12px}.Missions-module__ddmMca__actionArea{flex-wrap:wrap;gap:6px}}.Missions-module__ddmMca__processingMessage{color:var(--color-text-primary);margin-top:4px;font-size:.875rem;font-weight:400;display:block}.Missions-module__ddmMca__timeInfo{color:var(--color-text-primary);margin-top:4px;font-size:.875rem}.Missions-module__ddmMca__emptyState{text-align:center;justify-content:center;align-items:center;padding:40px 20px;display:flex}.Missions-module__ddmMca__emptyText{color:rgba(255,255,255,.7);margin:0;font-size:16px;line-height:1.6}
.MissionsSkeleton-module___9zubW__skeletonSection{flex-direction:column;gap:12px;display:flex}.MissionsSkeleton-module___9zubW__skeletonTitle{background:rgba(94,131,242,.1);border-radius:6px;width:120px;height:24px;position:relative;overflow:hidden}.MissionsSkeleton-module___9zubW__skeletonList{flex-direction:column;gap:8px;display:flex}.MissionsSkeleton-module___9zubW__skeletonItem{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(rgba(20,20,40,.8) 0%,rgba(10,10,20,.9) 100%);border:1px solid rgba(94,131,242,.3);border-radius:12px;align-items:center;gap:12px;padding:10px 12px;display:flex}.MissionsSkeleton-module___9zubW__skeletonBadge{background:rgba(94,131,242,.1);border-radius:8px;flex-shrink:0;width:48px;height:48px;position:relative;overflow:hidden}.MissionsSkeleton-module___9zubW__skeletonContent{flex-direction:column;flex:1;gap:6px;display:flex}.MissionsSkeleton-module___9zubW__skeletonMissionTitle{background:rgba(94,131,242,.1);border-radius:4px;width:60%;height:16px;position:relative;overflow:hidden}.MissionsSkeleton-module___9zubW__skeletonMissionDesc{background:rgba(94,131,242,.1);border-radius:4px;width:80%;height:14px;position:relative;overflow:hidden}.MissionsSkeleton-module___9zubW__skeletonActions{flex-shrink:0;gap:8px;display:flex}.MissionsSkeleton-module___9zubW__skeletonButton{background:rgba(94,131,242,.1);border-radius:8px;width:90px;height:32px;position:relative;overflow:hidden}.MissionsSkeleton-module___9zubW__shimmer{background:linear-gradient(90deg,transparent 0%,rgba(254,138,241,.3) 50%,transparent 100%);width:100%;height:100%;animation:2s infinite MissionsSkeleton-module___9zubW__shimmer;position:absolute;top:0;left:-100%}@keyframes MissionsSkeleton-module___9zubW__shimmer{0%{left:-100%}to{left:100%}}@media (max-width:768px){.MissionsSkeleton-module___9zubW__skeletonItem{flex-direction:column;align-items:flex-start}.MissionsSkeleton-module___9zubW__skeletonActions{justify-content:stretch;width:100%}.MissionsSkeleton-module___9zubW__skeletonButton{flex:1}}
.BackButton-module__oI1kxG__backButton{border:1px solid var(--color-secondary);color:#fff;cursor:pointer;background:0 0;border-radius:12px;justify-content:center;align-items:center;gap:4px;width:-moz-fit-content;width:fit-content;margin:20px auto 0;padding:20px;font-size:14px;font-weight:600;transition:all .2s;display:flex;position:static}.BackButton-module__oI1kxG__backButton:hover{border-color:var(--color-primary);color:#fff;background:rgba(0,249,255,.1)}.BackButton-module__oI1kxG__backButton:focus{border-color:var(--color-primary);background:rgba(0,249,255,.1);outline:none}.BackButton-module__oI1kxG__backButton:active{transform:translate(-2px)}.BackButton-module__oI1kxG__backButton svg{transition:transform .2s}.BackButton-module__oI1kxG__backButton:hover svg:first-child{transform:translate(-2px)}.BackButton-module__oI1kxG__backButton:hover svg:nth-child(2){transform:translate(-1px)}.BackButton-module__oI1kxG__backButton span{margin-left:2px}@media (max-width:768px){.BackButton-module__oI1kxG__backButton{width:calc(100% - 40px);max-width:300px;margin:20px auto 0;padding:16px 24px;font-size:14px}}@media (max-width:480px){.BackButton-module__oI1kxG__backButton{width:calc(100% - 20px);padding:14px 20px;font-size:13px}}
:root{--card-border:rgba(94,131,242,.6);--accent:rgba(254,138,241,.92);--cyan:rgba(0,249,255,.52)}.page-module__NKwALG__container{color:#fff;background:#000;justify-content:center;width:100%;padding:0 20px;font-family:Space Mono,monospace;display:flex}.page-module__NKwALG__mainWrapper{box-sizing:border-box;width:100%;max-width:1280px;position:relative}.page-module__NKwALG__contentCenter{z-index:10;grid-template-rows:auto 1fr;gap:24px;display:grid;position:relative}.page-module__NKwALG__gridColumns{grid-template-columns:1fr minmax(320px,540px);align-items:stretch;gap:24px;display:grid}.page-module__NKwALG__leaderboardContainer{border:1px solid var(--card-border);box-sizing:border-box;background:rgba(255,255,255,.02);border-radius:11px;flex-direction:column;height:100%;min-height:auto;max-height:none;padding:24px 20px 12px;display:flex;overflow:hidden}.page-module__NKwALG__titleBar{justify-content:center;align-items:center;gap:16px;margin-bottom:1rem;display:flex;position:relative}.page-module__NKwALG__arrowButton{color:var(--accent);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.page-module__NKwALG__prevButton{position:absolute;left:12px}.page-module__NKwALG__nextButton{position:absolute;right:12px}.page-module__NKwALG__arrowButton img{transform:translateY(1px)}.page-module__NKwALG__leaderboardTitle{text-align:center}.page-module__NKwALG__leaderboardHeaderRow{box-sizing:border-box;border-bottom:1px solid rgba(255,255,255,.02);grid-template-columns:60px 1fr 160px 160px;align-items:center;gap:12px;min-height:48px;margin-bottom:6px;padding:10px 8px;display:grid}.page-module__NKwALG__leaderboardTitle{color:var(--color-blue);margin:0 0 8px;font-family:Archivo Black,sans-serif;font-size:40px;line-height:1}.page-module__NKwALG__headerCol{color:var(--accent);text-align:center;font-size:16px}.page-module__NKwALG__rankNumber{color:rgba(255,255,255,.31);align-items:center;gap:8px;display:flex}.page-module__NKwALG__rankIconWrapper{justify-content:center;align-items:center;gap:4px;display:flex}.page-module__NKwALG__rankIcon{width:20px;height:20px}.page-module__NKwALG__rankArrow{opacity:.72;width:8px;height:12px}.page-module__NKwALG__rankNumber{color:rgba(255,255,255,.31);font-size:16px}.page-module__NKwALG__userAddress{color:var(--color-blue);text-align:center}.page-module__NKwALG__userAddressLower{color:rgba(255,255,255,.5);text-align:center}.page-module__NKwALG__energyLevel{color:var(--color-blue);text-align:center}.page-module__NKwALG__energyLevelLower{color:rgba(255,255,255,.5);text-align:center}.page-module__NKwALG__tierText{color:var(--color-blue);text-align:center}.page-module__NKwALG__tierTextLower{color:rgba(255,255,255,.5);text-align:center}.page-module__NKwALG__leaderboardRows{flex:auto;max-height:460px;padding-right:8px;overflow-x:hidden;overflow-y:auto}.page-module__NKwALG__leaderboardRows::-webkit-scrollbar{width:8px}.page-module__NKwALG__leaderboardRows::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:4px}.page-module__NKwALG__leaderboardRows::-webkit-scrollbar-thumb{background:rgba(254,138,241,.5);border-radius:4px}.page-module__NKwALG__leaderboardRows::-webkit-scrollbar-thumb:hover{background:rgba(254,138,241,.7)}.page-module__NKwALG__leaderboardRow{box-sizing:border-box;border-bottom:1px solid rgba(255,255,255,.02);grid-template-columns:60px 1fr 160px 160px;align-items:center;gap:12px;min-height:56px;padding:12px 8px;display:grid}.page-module__NKwALG__leaderboardRow .page-module__NKwALG__rankNumber{color:rgba(255,255,255,.31)}.page-module__NKwALG__leaderboardRow .page-module__NKwALG__userAddress{color:var(--color-blue);text-align:center}.page-module__NKwALG__leaderboardRow .page-module__NKwALG__userAddressLower{color:rgba(255,255,255,.5);text-align:center}.page-module__NKwALG__leaderboardRow .page-module__NKwALG__energyLevel{color:var(--color-blue);text-align:center}.page-module__NKwALG__leaderboardRow .page-module__NKwALG__energyLevelLower{color:rgba(255,255,255,.5);text-align:center}.page-module__NKwALG__leaderboardRow .page-module__NKwALG__tierText{color:var(--color-blue);text-align:center}.page-module__NKwALG__leaderboardRow .page-module__NKwALG__tierTextLower{color:rgba(255,255,255,.5);text-align:center}.page-module__NKwALG__rightColumn{flex-direction:column;gap:20px;height:100%;display:flex}.page-module__NKwALG__profileCard,.page-module__NKwALG__referralSection{border:1px solid var(--cyan);box-sizing:border-box;background:rgba(255,255,255,.02);border-radius:11px;flex-direction:column;padding:16px 20px 12px;display:flex}.page-module__NKwALG__profileCard{flex:none}.page-module__NKwALG__referralSection{flex-direction:column;flex:1;justify-content:space-between;display:flex}.page-module__NKwALG__profileHeaderRow{justify-content:space-between;align-items:center;width:100%;display:flex;position:relative}.page-module__NKwALG__profileLeftColumn{flex-direction:column;display:flex;position:relative}.page-module__NKwALG__profileLogo{object-fit:contain;width:240px;height:auto;position:absolute;top:-30px;left:-28px}.page-module__NKwALG__profileAvatarImage{object-fit:cover;width:200px;height:200px}.page-module__NKwALG__profileStats{margin-top:80px}.page-module__NKwALG__profileAddress{color:var(--color-primary);font-size:20px;font-weight:700}.page-module__NKwALG__profileStatLine{color:rgba(255,255,255,.77);margin:4px 0;font-size:14px}.page-module__NKwALG__profileButtons{justify-content:center;gap:16px;margin-top:auto;display:flex}.page-module__NKwALG__profileButton{color:var(--color-text-primary);cursor:pointer;background:0 0;border:1px solid #00f9ff;border-radius:10px;flex:none;width:auto;padding:12px 22px;transition:background .2s,color .2s,box-shadow .2s,transform 60ms}.page-module__NKwALG__profileButton:hover{background:rgba(0,249,255,.12);box-shadow:inset 0 0 0 2px rgba(0,249,255,.25)}.page-module__NKwALG__profileButton:active{transform:translateY(1px)}.page-module__NKwALG__exporting .page-module__NKwALG__profileButtons,.page-module__NKwALG__exporting .page-module__NKwALG__profileButton{display:none!important}.page-module__NKwALG__referralTitle{color:var(--accent);margin-bottom:12px;font-size:20px}.page-module__NKwALG__referralDescription{color:rgba(255,255,255,.71);font-size:14px}.page-module__NKwALG__referralCode{color:var(--accent);text-align:center;word-break:break-all;flex:1;justify-content:center;align-items:center;margin:auto 0;font-size:16px;font-weight:700;line-height:1.4;display:flex}.page-module__NKwALG__referralButtons{justify-content:center;gap:12px;margin-top:auto;display:flex}.page-module__NKwALG__referralButton{color:var(--color-text-primary);cursor:pointer;background:0 0;border:1px solid #00f9ff;border-radius:10px;padding:12px 22px;transition:background .2s,color .2s,box-shadow .2s,transform 60ms}.page-module__NKwALG__referralButton:hover:not(:disabled){background:rgba(0,249,255,.12);box-shadow:inset 0 0 0 2px rgba(0,249,255,.25)}.page-module__NKwALG__referralButton:active:not(:disabled){transform:translateY(1px)}.page-module__NKwALG__referralButton:disabled{opacity:.6;cursor:not-allowed}.page-module__NKwALG__backToChat{color:var(--accent);align-items:center;gap:8px;margin-top:0;font-size:14px;display:inline-flex}.page-module__NKwALG__centered{justify-content:center;align-items:center;display:flex}.page-module__NKwALG__retryButton{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:.25rem;margin-top:1rem;padding:.5rem 1rem;font-family:Space Mono,monospace}.page-module__NKwALG__pageContainer{color:var(--color-text-primary);padding:1.5rem 1rem 1rem}.page-module__NKwALG__content{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:1280px;min-height:60vh;margin:0 auto;display:flex}.page-module__NKwALG__title{font-family:var(--font-archivo),sans-serif;color:#fff;margin-bottom:1rem;font-size:48px;font-weight:700}.page-module__NKwALG__subtitle{color:rgba(255,255,255,.68);font-family:Space Mono,monospace;font-size:18px;font-weight:400}.page-module__NKwALG__loading{flex-direction:column;gap:1rem;width:100%;max-width:600px;display:flex}.page-module__NKwALG__loadingItem{background-color:#e5e7eb;border-radius:.5rem;height:4rem;animation:2s cubic-bezier(.4,0,.6,1) infinite page-module__NKwALG__pulse}.page-module__NKwALG__errorText{color:#dc2626;font-size:1rem}.page-module__NKwALG__emptyText{color:#6b7280;text-align:center;padding:2rem 0}.page-module__NKwALG__unauthenticated{position:static}.page-module__NKwALG__profileCard.page-module__NKwALG__unauthenticated{text-align:center;flex:none;justify-content:center;align-items:center}.page-module__NKwALG__profileCard.page-module__NKwALG__unauthenticated .page-module__NKwALG__profileAddress{color:var(--accent);letter-spacing:.5px;text-transform:uppercase;text-align:center;justify-content:center;align-items:center;width:100%;min-height:60px;font-size:18px;font-weight:600;display:flex}.page-module__NKwALG__referralSection.page-module__NKwALG__unauthenticated{text-align:center;justify-content:center;align-items:center}.page-module__NKwALG__referralSection.page-module__NKwALG__unauthenticated .page-module__NKwALG__referralTitle,.page-module__NKwALG__referralSection.page-module__NKwALG__unauthenticated .page-module__NKwALG__referralDescription{text-align:center}.page-module__NKwALG__referralSection.page-module__NKwALG__unauthenticated .page-module__NKwALG__referralCode{color:var(--accent);letter-spacing:.5px;text-transform:uppercase;text-align:center;justify-content:center;align-items:center;min-height:60px;margin:20px 0;font-size:16px;font-weight:600;display:flex}.page-module__NKwALG__leaderboardItem{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;justify-content:space-between;align-items:center;padding:1rem;display:flex;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.page-module__NKwALG__userInfo{align-items:center;gap:1rem;display:flex}.page-module__NKwALG__rank{color:#fff;background-color:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.875rem;font-weight:700;display:flex}.page-module__NKwALG__userDetails{flex-direction:column;display:flex}.page-module__NKwALG__userName{color:#111827;margin:0;font-size:1rem;font-weight:600}.page-module__NKwALG__userStats{color:#6b7280;margin:0;font-size:.875rem}.page-module__NKwALG__pointsContainer{text-align:right}.page-module__NKwALG__points{color:#2563eb;margin:0;font-size:1.5rem;font-weight:700}.page-module__NKwALG__pointsLabel{color:#6b7280;margin:0;font-size:.875rem}@keyframes page-module__NKwALG__pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:1100px){.page-module__NKwALG__gridColumns{grid-template-columns:1fr minmax(300px,380px)}.page-module__NKwALG__profileAvatarImage{width:120px;height:120px}}@media (max-width:900px){.page-module__NKwALG__gridColumns{grid-template-columns:1fr minmax(280px,320px)}.page-module__NKwALG__profileAvatarImage{width:100px;height:100px}.page-module__NKwALG__profileStats{margin-top:80px}}@media (max-width:650px){.page-module__NKwALG__leaderboardHeaderRow,.page-module__NKwALG__leaderboardRow{grid-template-columns:50px 1fr 90px 90px;gap:4px;padding:10px 4px;font-size:14px}.page-module__NKwALG__headerCol{font-size:14px}.page-module__NKwALG__userAddress,.page-module__NKwALG__userAddressLower{font-size:12px}.page-module__NKwALG__leaderboardRows{max-height:380px}.page-module__NKwALG__profileCard{padding:15px 18px 12px}.page-module__NKwALG__profileAvatarImage{width:100px;height:100px}.page-module__NKwALG__profileStats{margin-top:60px}.page-module__NKwALG__profileButtons{flex-wrap:wrap;gap:10px}.page-module__NKwALG__profileButton{flex:1;min-width:120px}.page-module__NKwALG__referralSection{padding:15px 18px 12px}.page-module__NKwALG__referralButtons{flex-wrap:wrap;gap:10px}.page-module__NKwALG__referralButton{flex:1;min-width:120px}}@media (max-width:600px){.page-module__NKwALG__container{padding:0 10px}.page-module__NKwALG__contentCenter{max-height:none}.page-module__NKwALG__gridColumns{grid-template-columns:1fr;align-items:start;gap:16px;overflow:visible}.page-module__NKwALG__rightColumn{order:-1;gap:16px;height:auto}.page-module__NKwALG__referralSection{flex:none}.page-module__NKwALG__leaderboardContainer{padding:20px 12px 10px}.page-module__NKwALG__leaderboardRows{max-height:360px}.page-module__NKwALG__leaderboardHeaderRow,.page-module__NKwALG__leaderboardRow{grid-template-columns:35px 1fr 70px 60px;gap:0;padding:8px 2px;font-size:13px}.page-module__NKwALG__headerCol{font-size:13px}.page-module__NKwALG__leaderboardTitle{font-size:28px}.page-module__NKwALG__userAddress,.page-module__NKwALG__userAddressLower{word-break:break-all;text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.5px;max-width:100%;font-family:Space Mono,monospace;font-size:10px;line-height:1.1;overflow:hidden}.page-module__NKwALG__energyLevel,.page-module__NKwALG__energyLevelLower,.page-module__NKwALG__tierText,.page-module__NKwALG__tierTextLower{font-size:12px}.page-module__NKwALG__profileCard{padding:15px 16px 12px}.page-module__NKwALG__profileHeaderRow{text-align:center;flex-direction:column;align-items:center;gap:16px}.page-module__NKwALG__profileLeftColumn{align-items:center}.page-module__NKwALG__profileLogo{width:180px;height:auto;margin-bottom:16px;position:static}.page-module__NKwALG__profileAvatarImage{width:80px;height:80px}.page-module__NKwALG__profileStats{margin-top:16px}.page-module__NKwALG__profileAddress{font-size:16px}.page-module__NKwALG__profileStatLine{font-size:12px}.page-module__NKwALG__profileButtons{flex-direction:column;gap:12px;margin-top:20px}.page-module__NKwALG__profileButton{width:100%;padding:10px 16px}.page-module__NKwALG__referralSection{padding:15px 16px 12px}.page-module__NKwALG__referralTitle{margin-bottom:16px;font-size:18px}.page-module__NKwALG__referralDescription{font-size:12px}.page-module__NKwALG__referralCode{font-size:14px}.page-module__NKwALG__referralButtons{flex-direction:column;gap:12px}.page-module__NKwALG__referralButton{width:100%;padding:10px 16px}}@media (max-width:800px){.page-module__NKwALG__contentCenter{gap:16px}.page-module__NKwALG__gridColumns{grid-template-columns:1fr;align-items:start;height:auto}.page-module__NKwALG__rightColumn{flex-direction:column;order:2;height:auto;display:flex}.page-module__NKwALG__leaderboardContainer{height:auto}.page-module__NKwALG__referralSection{flex:none}}@media (max-width:768px){.page-module__NKwALG__container{padding:0 10px}.page-module__NKwALG__titleBar,.page-module__NKwALG__leaderboardTitle{margin:0}.page-module__NKwALG__pageContainer{padding:5rem .5rem 1rem}.page-module__NKwALG__centered{padding-top:0}.page-module__NKwALG__title{font-size:36px}.page-module__NKwALG__subtitle{font-size:16px}.page-module__NKwALG__leaderboardItem{padding:.75rem}.page-module__NKwALG__userInfo{gap:.75rem}.page-module__NKwALG__rank{width:1.75rem;height:1.75rem;font-size:.75rem}.page-module__NKwALG__userName{font-size:.875rem}.page-module__NKwALG__userStats{font-size:.75rem}.page-module__NKwALG__points{font-size:1.25rem}.page-module__NKwALG__pointsLabel{font-size:.75rem}}
.ReferralSkeleton-module__6Q5VOq__skeletonSection{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(rgba(20,20,40,.8) 0%,rgba(10,10,20,.9) 100%);border:1px solid rgba(94,131,242,.3);border-radius:16px;flex-direction:column;align-items:center;gap:20px;padding:32px 24px;display:flex}.ReferralSkeleton-module__6Q5VOq__skeletonTitle{background:rgba(94,131,242,.1);border-radius:6px;width:140px;height:28px;position:relative;overflow:hidden}.ReferralSkeleton-module__6Q5VOq__skeletonDescription{flex-direction:column;align-items:center;gap:8px;width:100%;display:flex}.ReferralSkeleton-module__6Q5VOq__skeletonDescLine{background:rgba(94,131,242,.1);border-radius:4px;width:200px;height:20px;position:relative;overflow:hidden}.ReferralSkeleton-module__6Q5VOq__skeletonDescLine:first-child{width:220px}.ReferralSkeleton-module__6Q5VOq__skeletonDescLine:last-child{width:180px}.ReferralSkeleton-module__6Q5VOq__skeletonCode{background:rgba(94,131,242,.1);border:1px solid rgba(94,131,242,.2);border-radius:12px;width:100%;max-width:300px;height:56px;margin:8px 0;position:relative;overflow:hidden}.ReferralSkeleton-module__6Q5VOq__skeletonButtons{flex-wrap:wrap;justify-content:center;gap:12px;width:100%;display:flex}.ReferralSkeleton-module__6Q5VOq__skeletonButton{background:rgba(94,131,242,.1);border-radius:8px;width:180px;height:48px;position:relative;overflow:hidden}.ReferralSkeleton-module__6Q5VOq__shimmer{background:linear-gradient(90deg,transparent 0%,rgba(254,138,241,.3) 50%,transparent 100%);width:100%;height:100%;animation:2s infinite ReferralSkeleton-module__6Q5VOq__shimmer;position:absolute;top:0;left:-100%}@keyframes ReferralSkeleton-module__6Q5VOq__shimmer{0%{left:-100%}to{left:100%}}@media (max-width:480px){.ReferralSkeleton-module__6Q5VOq__skeletonSection{gap:16px;padding:24px 16px}.ReferralSkeleton-module__6Q5VOq__skeletonTitle{width:120px;height:24px}.ReferralSkeleton-module__6Q5VOq__skeletonDescLine{width:160px;height:18px}.ReferralSkeleton-module__6Q5VOq__skeletonDescLine:first-child{width:180px}.ReferralSkeleton-module__6Q5VOq__skeletonDescLine:last-child{width:140px}.ReferralSkeleton-module__6Q5VOq__skeletonCode{height:52px}.ReferralSkeleton-module__6Q5VOq__skeletonButtons{flex-direction:column;width:100%}.ReferralSkeleton-module__6Q5VOq__skeletonButton{width:100%;height:44px}}
.NftCard-module__0tg6dG__userCard{background:rgba(0,0,0,.5);border:1px solid rgba(0,249,255,.52);border-radius:11px;padding:20px;position:relative}.NftCard-module__0tg6dG__loadingMessage{color:rgba(254,138,241,.92);text-align:center;padding:40px 20px;font-size:18px}.NftCard-module__0tg6dG__userCardHeader{margin-bottom:20px}.NftCard-module__0tg6dG__userCardInfo{flex-direction:column;display:flex}.NftCard-module__0tg6dG__userCardAddress{color:rgba(254,138,241,.92);font-size:24px;font-weight:700;line-height:1.5}.NftCard-module__0tg6dG__userCardNft{color:rgba(255,255,255,.77);margin-left:21px;font-size:15px;font-weight:700;line-height:1.5}.NftCard-module__0tg6dG__nftImages{justify-content:space-between;align-self:stretch;display:flex;position:relative}.NftCard-module__0tg6dG__nftMain{object-fit:contain;width:192px;height:257px}.NftCard-module__0tg6dG__nftSecondary{object-fit:contain;width:103px;height:138px}.NftCard-module__0tg6dG__nftProgress{color:#fff;font-size:8px;font-weight:400;line-height:1.5;position:absolute;top:64px;right:23px}.NftCard-module__0tg6dG__nftMainWrapper{flex-direction:column;justify-content:flex-start;align-items:center;gap:14px;display:flex}.NftCard-module__0tg6dG__badgeImageContainer{justify-content:center;align-items:center;display:flex;position:relative}.NftCard-module__0tg6dG__badgeScore{white-space:nowrap;font-size:10px;font-weight:400;position:absolute;bottom:22%;left:50%;transform:translate(-50%)}.NftCard-module__0tg6dG__smallCardWrapper{flex-direction:column;align-items:center;gap:14px;padding-top:10px;display:flex}.NftCard-module__0tg6dG__smallHeader{text-align:right}.NftCard-module__0tg6dG__smallCard{position:relative}.NftCard-module__0tg6dG__progressWrapper{align-items:center;gap:8px;width:100%;display:flex}.NftCard-module__0tg6dG__smallProgressBar{background:linear-gradient(rgba(11,204,231,.17) 0%,rgba(11,204,231,.17) 100%);border-radius:6px;flex:1;height:12px;position:relative}.NftCard-module__0tg6dG__smallProgressFill{background:#0b6b6b;border-radius:6px;height:12px;transition:width .3s;position:absolute;top:0;left:0}.NftCard-module__0tg6dG__smallProgressLabel{color:#fff;white-space:nowrap;font-size:12px;font-weight:700}.NftCard-module__0tg6dG__smallWallet{color:rgba(254,138,241,.92);text-align:right;font-size:20px;font-weight:700}.NftCard-module__0tg6dG__nftActions{display:flex}.NftCard-module__0tg6dG__shareButton{color:#fff;cursor:pointer;background:rgba(217,217,217,0);border:1px solid #00f9ff;border-radius:11px;justify-content:center;align-items:center;padding:8px 24px;font-family:Space Mono,monospace;font-size:12px;font-weight:400;line-height:1.5;transition:background .2s,box-shadow .2s;display:flex;position:relative}.NftCard-module__0tg6dG__shareButton:hover{background:rgba(0,249,255,.1);box-shadow:inset 0 0 0 2px rgba(0,249,255,.25)}.NftCard-module__0tg6dG__pointsBadge{color:#fff;background:rgba(250,0,255,.88);border-radius:14px;padding:0 12px;font-size:14px;font-weight:700;line-height:26px;position:absolute;top:-7px;right:-30px}.NftCard-module__0tg6dG__mintButton{color:rgba(255,255,255,.41);cursor:pointer;background:rgba(217,217,217,0);border:1px solid rgba(0,249,255,.23);border-radius:11px;padding:8px 31px;font-family:Space Mono,monospace;font-size:12px;font-weight:400;line-height:1.5;transition:background .2s,border-color .2s,color .2s}.NftCard-module__0tg6dG__mintButton:hover{color:rgba(255,255,255,.7);background:rgba(0,249,255,.05);border-color:rgba(0,249,255,.4)}.NftCard-module__0tg6dG__explorerLink{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:4px;padding:0;font-family:Space Mono,monospace;font-size:11px;font-weight:400;line-height:1.5;transition:opacity .2s;display:flex}.NftCard-module__0tg6dG__explorerLink:hover{opacity:.8}.NftCard-module__0tg6dG__updateIndicator{color:#fff;background:rgba(255,165,0,.9);border-radius:6px;padding:4px 8px;font-size:11px;font-weight:600;animation:2s infinite NftCard-module__0tg6dG__pulse;position:absolute;top:10px;right:10px}@keyframes NftCard-module__0tg6dG__pulse{0%,to{opacity:1}50%{opacity:.6}}.NftCard-module__0tg6dG__maxLevel{justify-content:center;align-items:center;height:100%;font-size:60px;display:flex}@media (max-width:768px){.NftCard-module__0tg6dG__userCard{padding:16px}.NftCard-module__0tg6dG__nftImages{flex-direction:column;align-items:center;gap:20px;height:auto}.NftCard-module__0tg6dG__nftMain{width:160px;height:auto}.NftCard-module__0tg6dG__smallCardWrapper{align-items:center;width:100%}.NftCard-module__0tg6dG__smallCard{width:110px;height:150px}.NftCard-module__0tg6dG__smallProgressBar{width:180px}.NftCard-module__0tg6dG__smallWallet{text-align:center;font-size:18px}.NftCard-module__0tg6dG__nftActions{flex-direction:column;gap:12px}.NftCard-module__0tg6dG__shareButton,.NftCard-module__0tg6dG__mintButton{width:100%}.NftCard-module__0tg6dG__pointsBadge{right:10px}.NftCard-module__0tg6dG__badgeOverlay{bottom:35px}.NftCard-module__0tg6dG__badgeScore{padding:3px 12px;font-size:10px}}@media (max-width:480px){.NftCard-module__0tg6dG__nftMain{width:140px}.NftCard-module__0tg6dG__smallCard{width:100px;height:130px}.NftCard-module__0tg6dG__smallProgressBar{width:150px}.NftCard-module__0tg6dG__userCardNft{text-align:center;margin-left:0;font-size:13px}.NftCard-module__0tg6dG__smallHeader{text-align:center}.NftCard-module__0tg6dG__badgeOverlay{bottom:30px}.NftCard-module__0tg6dG__badgeScore{padding:2px 10px;font-size:9px}.NftCard-module__0tg6dG__badgeRank{font-size:9px}}
.NftCardSkeleton-module__j31uZW__skeletonCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(rgba(20,20,40,.8) 0%,rgba(10,10,20,.9) 100%);border:1px solid rgba(94,131,242,.3);border-radius:16px;padding:24px}.NftCardSkeleton-module__j31uZW__skeletonImages{align-items:flex-start;gap:24px;display:flex}.NftCardSkeleton-module__j31uZW__skeletonMainWrapper{flex-direction:column;flex:1;gap:16px;display:flex}.NftCardSkeleton-module__j31uZW__skeletonBadge{background:rgba(94,131,242,.1);border-radius:12px;width:192px;height:257px;position:relative;overflow:hidden}.NftCardSkeleton-module__j31uZW__skeletonButton{background:rgba(94,131,242,.1);border-radius:8px;width:192px;height:44px;position:relative;overflow:hidden}.NftCardSkeleton-module__j31uZW__skeletonLink{background:rgba(94,131,242,.1);border-radius:6px;width:150px;height:32px;position:relative;overflow:hidden}.NftCardSkeleton-module__j31uZW__skeletonNextTier{flex-direction:column;gap:12px;width:200px;display:flex}.NftCardSkeleton-module__j31uZW__skeletonWallet{background:rgba(94,131,242,.1);border-radius:6px;width:100%;height:28px;position:relative;overflow:hidden}.NftCardSkeleton-module__j31uZW__skeletonHeader{background:rgba(94,131,242,.1);border-radius:6px;width:80%;height:24px;position:relative;overflow:hidden}.NftCardSkeleton-module__j31uZW__skeletonSmallCard{background:rgba(94,131,242,.1);border-radius:8px;width:103px;height:138px;margin:8px auto;position:relative;overflow:hidden}.NftCardSkeleton-module__j31uZW__skeletonProgress{flex-direction:column;gap:8px;display:flex}.NftCardSkeleton-module__j31uZW__skeletonProgressBar{background:rgba(94,131,242,.1);border-radius:4px;width:100%;height:8px;position:relative;overflow:hidden}.NftCardSkeleton-module__j31uZW__skeletonProgressLabel{background:rgba(94,131,242,.1);border-radius:4px;width:50px;height:16px;margin:0 auto;position:relative;overflow:hidden}.NftCardSkeleton-module__j31uZW__shimmer{background:linear-gradient(90deg,transparent 0%,rgba(94,131,242,.2) 50%,transparent 100%);width:100%;height:100%;animation:2s infinite NftCardSkeleton-module__j31uZW__shimmer;position:absolute;top:0;left:-100%}@keyframes NftCardSkeleton-module__j31uZW__shimmer{0%{left:-100%}to{left:100%}}@media (max-width:768px){.NftCardSkeleton-module__j31uZW__skeletonImages{flex-direction:column;align-items:center}.NftCardSkeleton-module__j31uZW__skeletonMainWrapper{align-items:center;width:100%}.NftCardSkeleton-module__j31uZW__skeletonNextTier{width:100%;max-width:300px}.NftCardSkeleton-module__j31uZW__skeletonSmallCard{width:120px;height:160px}}@media (max-width:480px){.NftCardSkeleton-module__j31uZW__skeletonCard{padding:16px}.NftCardSkeleton-module__j31uZW__skeletonImages{gap:16px}.NftCardSkeleton-module__j31uZW__skeletonBadge{width:160px;height:214px}.NftCardSkeleton-module__j31uZW__skeletonButton{width:160px;height:40px}.NftCardSkeleton-module__j31uZW__skeletonSmallCard{width:90px;height:120px}}
.AgentMessage-module__WJGixa__container{pointer-events:auto;opacity:0;width:100%;animation:.3s ease-out forwards AgentMessage-module__WJGixa__fadeInUp;position:relative;transform:translateY(20px)}@keyframes AgentMessage-module__WJGixa__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.AgentMessage-module__WJGixa__content{font-family:var(--font-family,"Space Mono",monospace);word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;pointer-events:auto;padding-right:40px;font-size:16px;line-height:1.6}.AgentMessage-module__WJGixa__heading1{color:var(--color-primary,#ea3ef7);text-transform:uppercase;letter-spacing:1px;word-break:break-word;margin:1.5rem 0 1rem;font-size:1.75rem;font-weight:700}.AgentMessage-module__WJGixa__heading2{color:var(--color-blue,#00d4ff);text-transform:uppercase;letter-spacing:.5px;word-break:break-word;margin:1.5rem 0 .75rem;font-size:1.5rem;font-weight:700}.AgentMessage-module__WJGixa__heading3{color:var(--color-primary,#ea3ef7);text-transform:uppercase;letter-spacing:.5px;word-break:break-word;margin:1rem 0 .5rem;font-size:1.25rem;font-weight:700}.AgentMessage-module__WJGixa__paragraph{color:var(--color-text,#fff);word-break:break-word;margin:.5rem 0 1rem;line-height:1.6}.AgentMessage-module__WJGixa__unorderedList,.AgentMessage-module__WJGixa__orderedList{margin:1rem 0;padding-left:2.5rem}.AgentMessage-module__WJGixa__listItem{color:var(--color-text,#fff);word-break:break-word;margin:.5rem 0}.AgentMessage-module__WJGixa__blockquote{border-left:4px solid var(--color-accent,#ea3ef7);color:var(--color-text,#fff);word-break:break-word;margin:1rem 0;padding-left:1rem;font-style:italic}.AgentMessage-module__WJGixa__codeBlock{background-color:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:8px;max-width:100%;margin:1rem 0;padding:1rem;overflow-x:auto}.AgentMessage-module__WJGixa__codeContent{white-space:pre-wrap;word-break:break-word;color:var(--color-text,#fff);font-family:Space Mono,monospace}.AgentMessage-module__WJGixa__inlineCode{color:var(--color-text,#fff);word-break:break-word;background-color:rgba(255,255,255,.1);border-radius:4px;padding:.125rem .25rem;font-family:Space Mono,monospace;font-size:.875rem}.AgentMessage-module__WJGixa__linkContainer{margin:4px 0;display:inline-block}.AgentMessage-module__WJGixa__regularLink{color:var(--color-primary,#ea3ef7);cursor:pointer;pointer-events:auto;z-index:1;border:1px solid var(--color-primary,#ea3ef7);background:linear-gradient(135deg,rgba(234,62,247,.15) 0%,rgba(0,212,255,.15) 100%);border-radius:6px;align-items:center;gap:6px;margin:4px 0;padding:6px 12px;font-size:.875rem;font-style:normal;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;position:relative}.AgentMessage-module__WJGixa__regularLink:hover{border-color:var(--color-blue,#00d4ff);color:var(--color-blue,#00d4ff);background:linear-gradient(135deg,rgba(234,62,247,.25) 0%,rgba(0,212,255,.25) 100%);transform:translateY(-1px);box-shadow:0 4px 12px rgba(234,62,247,.3)}.AgentMessage-module__WJGixa__regularLink:after{content:"↗";opacity:.8;flex-shrink:0;font-size:.75rem}.AgentMessage-module__WJGixa__compactTableLink{color:var(--color-primary,#ea3ef7);cursor:pointer;pointer-events:auto;z-index:1;border:1px solid var(--color-primary,#ea3ef7);background:linear-gradient(135deg,rgba(234,62,247,.15) 0%,rgba(0,212,255,.15) 100%);border-radius:6px;justify-content:center;align-items:center;gap:4px;min-width:32px;height:32px;margin:2px;padding:6px 8px;font-size:.875rem;font-style:normal;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;position:relative}.AgentMessage-module__WJGixa__compactTableLink:hover{border-color:var(--color-blue,#00d4ff);color:var(--color-blue,#00d4ff);background:linear-gradient(135deg,rgba(234,62,247,.25) 0%,rgba(0,212,255,.25) 100%);transform:translateY(-1px);box-shadow:0 2px 8px rgba(234,62,247,.3)}.AgentMessage-module__WJGixa__compactTableLink:after{content:"→";opacity:.9;flex-shrink:0;font-size:.875rem}.AgentMessage-module__WJGixa__twitterLink{color:#1da1f2;cursor:pointer;pointer-events:auto;z-index:1;background:rgba(29,161,242,.15);border:1px solid #1da1f2;border-radius:6px;align-items:center;gap:6px;margin:4px 0;padding:6px 12px;font-size:.875rem;font-style:normal;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;position:relative}.AgentMessage-module__WJGixa__twitterLink:hover{color:#1da1f2;background:rgba(29,161,242,.25);transform:translateY(-1px);box-shadow:0 4px 12px rgba(29,161,242,.3)}.AgentMessage-module__WJGixa__twitterLink:after{content:"🐦";flex-shrink:0;font-size:.75rem}.AgentMessage-module__WJGixa__favicon{border-radius:50%;width:1rem;height:1rem}.AgentMessage-module__WJGixa__separator{border:none;border-top:1px solid rgba(255,255,255,.3);margin:.5rem 0 1rem}.AgentMessage-module__WJGixa__sectionDivider{background:0 0;border:none;border-top:2px solid rgba(234,62,247,.4);margin:2rem 0;position:relative}.AgentMessage-module__WJGixa__sectionDivider:before{content:"";background:linear-gradient(90deg,var(--color-primary,#ea3ef7)0%,var(--color-blue,#00d4ff)50%,transparent 100%);border-radius:2px;width:120px;height:4px;position:absolute;top:-2px;left:0}.AgentMessage-module__WJGixa__tableWrapper{-webkit-overflow-scrolling:touch;border-radius:8px;margin:1rem 0;overflow-x:auto;box-shadow:0 2px 8px rgba(0,0,0,.2)}.AgentMessage-module__WJGixa__table{border-collapse:collapse;border:1px solid rgba(255,255,255,.2);border-radius:8px;width:100%;overflow:hidden}.AgentMessage-module__WJGixa__tableHead{background-color:rgba(255,255,255,.1)}.AgentMessage-module__WJGixa__tableHeader{text-align:left;color:var(--color-text,#fff);background-color:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);padding:.75rem 1rem;font-weight:600}.AgentMessage-module__WJGixa__tableBody{background-color:transparent}.AgentMessage-module__WJGixa__tableRow{border-bottom:1px solid rgba(255,255,255,.2)}.AgentMessage-module__WJGixa__tableRow:last-child{border-bottom:none}.AgentMessage-module__WJGixa__tableCell{color:var(--color-text,#fff);word-break:break-word;border:1px solid rgba(255,255,255,.2);padding:.75rem 1rem}.AgentMessage-module__WJGixa__strong{color:var(--color-text,#fff);word-break:break-word;font-weight:700}.AgentMessage-module__WJGixa__italic{color:var(--color-text,#fff);word-break:break-word;font-style:italic}.AgentMessage-module__WJGixa__markdownContent{word-break:break-word;color:var(--color-text,#fff)}.metricBadge{white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;border-radius:20px;margin:0 4px;padding:4px 12px;font-size:.875rem;font-weight:700;transition:all .2s;display:inline-block}.metricBadge.apy{color:#000;background:linear-gradient(135deg,#ff0 0%,gold 100%);animation:2s ease-in-out AgentMessage-module__WJGixa__pulseGlow;box-shadow:0 2px 6px rgba(255,255,0,.4)}.metricBadge.apy:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(255,255,0,.6)}@keyframes AgentMessage-module__WJGixa__pulseGlow{0%{box-shadow:0 2px 6px rgba(255,255,0,.4)}50%{transform:scale(1.05);box-shadow:0 4px 20px rgba(255,255,0,.8),0 0 30px rgba(255,255,0,.6)}to{box-shadow:0 2px 6px rgba(255,255,0,.4)}}@keyframes AgentMessage-module__WJGixa__fadeInOut{0%,to{opacity:.4}50%{opacity:.8}}.volatilityFlag{white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;border-radius:12px;margin:0 4px;padding:3px 8px;font-size:.75rem;font-weight:700;animation:2s ease-in-out AgentMessage-module__WJGixa__pulseGlow;display:inline-block;position:relative}.volatilityFlag.highRisk{color:#fff;background:linear-gradient(135deg,#f44 0%,#c00 100%);box-shadow:0 2px 6px rgba(255,68,68,.4)}.volatilityFlag.mediumRisk{color:#fff;background:linear-gradient(135deg,#f80 0%,#c60 100%);box-shadow:0 2px 6px rgba(255,136,0,.4)}.volatilityFlag.lowRisk{color:#000;background:linear-gradient(135deg,#0f8 0%,#00cc6a 100%);box-shadow:0 2px 6px rgba(0,255,136,.4)}.volatilityFlag.volatile{color:#fff;background:linear-gradient(135deg,#ea3ef7 0%,#c42ed1 100%);box-shadow:0 2px 6px rgba(234,62,247,.4)}.volatilityFlag.stable{color:#000;background:linear-gradient(135deg,#00d4ff 0%,#09c 100%);box-shadow:0 2px 6px rgba(0,212,255,.4)}.volatilityFlag:before{content:"⚠️";margin-right:4px}.volatilityFlag.lowRisk:before{content:"✅"}.volatilityFlag.stable:before{content:"🔒"}@media (max-width:1200px){.AgentMessage-module__WJGixa__content{font-size:15px}.AgentMessage-module__WJGixa__heading1{font-size:1.5rem}.AgentMessage-module__WJGixa__heading2{font-size:1.375rem}.AgentMessage-module__WJGixa__heading3{font-size:1.125rem}.AgentMessage-module__WJGixa__regularLink,.AgentMessage-module__WJGixa__twitterLink{padding:5px 10px;font-size:.8rem}.metricBadge{padding:3px 10px;font-size:.8rem}.volatilityFlag{padding:2px 6px;font-size:.7rem}}@media (max-width:1220px){.AgentMessage-module__WJGixa__tableWrapper{-webkit-overflow-scrolling:touch;font-size:.95rem;position:relative;overflow-x:auto}.AgentMessage-module__WJGixa__tableWrapper:after{content:"← Scroll horizontally →";color:rgba(255,255,255,.6);white-space:nowrap;pointer-events:none;background:rgba(0,0,0,.7);border-radius:12px;padding:3px 10px;font-size:.75rem;animation:3s ease-in-out infinite AgentMessage-module__WJGixa__fadeInOut;position:absolute;bottom:-25px;left:50%;transform:translate(-50%)}.AgentMessage-module__WJGixa__table{min-width:900px}.AgentMessage-module__WJGixa__tableHead th,.AgentMessage-module__WJGixa__tableRow td{white-space:nowrap;padding:8px 14px;font-size:.95rem}.AgentMessage-module__WJGixa__tableCell:first-child,.AgentMessage-module__WJGixa__tableHeader:first-child{min-width:120px}.AgentMessage-module__WJGixa__tableCell:nth-child(2),.AgentMessage-module__WJGixa__tableHeader:nth-child(2){min-width:130px}.AgentMessage-module__WJGixa__tableCell:nth-child(3),.AgentMessage-module__WJGixa__tableHeader:nth-child(3){min-width:80px}.AgentMessage-module__WJGixa__tableCell:nth-child(4),.AgentMessage-module__WJGixa__tableHeader:nth-child(4){min-width:100px}.AgentMessage-module__WJGixa__tableCell:nth-child(5),.AgentMessage-module__WJGixa__tableHeader:nth-child(5),.AgentMessage-module__WJGixa__tableCell:nth-child(6),.AgentMessage-module__WJGixa__tableHeader:nth-child(6){min-width:80px}.AgentMessage-module__WJGixa__tableCell:nth-child(7),.AgentMessage-module__WJGixa__tableHeader:nth-child(7){min-width:100px}.AgentMessage-module__WJGixa__tableCell:last-child,.AgentMessage-module__WJGixa__tableHeader:last-child{text-align:center;min-width:80px}.AgentMessage-module__WJGixa__compactTableLink{min-width:30px;height:30px;padding:5px 7px;font-size:.85rem}.AgentMessage-module__WJGixa__compactTableLink:after{font-size:.85rem}}@media (max-width:1024px){.AgentMessage-module__WJGixa__tableWrapper{-webkit-overflow-scrolling:touch;font-size:.9rem;position:relative;overflow-x:auto}.AgentMessage-module__WJGixa__tableWrapper:after{content:"← Scroll horizontally →";color:rgba(255,255,255,.6);white-space:nowrap;pointer-events:none;background:rgba(0,0,0,.7);border-radius:12px;padding:3px 10px;font-size:.75rem;animation:3s ease-in-out infinite AgentMessage-module__WJGixa__fadeInOut;position:absolute;bottom:-25px;left:50%;transform:translate(-50%)}.AgentMessage-module__WJGixa__table{min-width:700px}.AgentMessage-module__WJGixa__tableHead th,.AgentMessage-module__WJGixa__tableRow td{padding:8px 12px;font-size:.9rem}.AgentMessage-module__WJGixa__compactTableLink{min-width:28px;height:28px;padding:4px 6px;font-size:.8rem}.AgentMessage-module__WJGixa__compactTableLink:after{font-size:.8rem}}@media (max-width:1000px){.AgentMessage-module__WJGixa__heading1{font-size:1.75rem}.AgentMessage-module__WJGixa__heading2{font-size:1.5rem}.AgentMessage-module__WJGixa__heading3{font-size:1.25rem}}@media (max-width:900px){.AgentMessage-module__WJGixa__content{font-size:15px}.AgentMessage-module__WJGixa__regularLink,.AgentMessage-module__WJGixa__twitterLink{padding:5px 10px;font-size:.75rem}.AgentMessage-module__WJGixa__heading1{font-size:1.5rem}.AgentMessage-module__WJGixa__heading2{font-size:1.25rem}.AgentMessage-module__WJGixa__heading3{font-size:1.125rem}}@media (max-width:768px){.AgentMessage-module__WJGixa__content{font-size:14px}.AgentMessage-module__WJGixa__heading1{font-size:1.5rem}.AgentMessage-module__WJGixa__heading2{font-size:1.25rem}.AgentMessage-module__WJGixa__heading3{font-size:1.125rem}.AgentMessage-module__WJGixa__regularLink,.AgentMessage-module__WJGixa__twitterLink{padding:4px 8px;font-size:.75rem}.AgentMessage-module__WJGixa__tableWrapper{-webkit-overflow-scrolling:touch;font-size:.875rem;position:relative;overflow-x:auto}.AgentMessage-module__WJGixa__tableWrapper:after{content:"← Scroll horizontally →";color:rgba(255,255,255,.6);white-space:nowrap;pointer-events:none;background:rgba(0,0,0,.7);border-radius:12px;padding:2px 8px;font-size:.7rem;animation:3s ease-in-out infinite AgentMessage-module__WJGixa__fadeInOut;position:absolute;bottom:-25px;left:50%;transform:translate(-50%)}.AgentMessage-module__WJGixa__table{min-width:600px;font-size:.75rem}.AgentMessage-module__WJGixa__tableHeader,.AgentMessage-module__WJGixa__tableCell{white-space:nowrap;min-width:80px;padding:.5rem;font-size:.75rem}.AgentMessage-module__WJGixa__compactTableLink{min-width:24px;height:24px;padding:3px 5px;font-size:.7rem}.AgentMessage-module__WJGixa__compactTableLink:after{font-size:.7rem}.AgentMessage-module__WJGixa__tableHeader{background-color:rgba(255,255,255,.15);font-weight:600}.AgentMessage-module__WJGixa__tableCell:first-child,.AgentMessage-module__WJGixa__tableHeader:first-child{white-space:normal;word-break:break-word;min-width:100px}.AgentMessage-module__WJGixa__tableCell:nth-child(2),.AgentMessage-module__WJGixa__tableHeader:nth-child(2){min-width:90px}.AgentMessage-module__WJGixa__tableCell:nth-child(3),.AgentMessage-module__WJGixa__tableHeader:nth-child(3){text-align:right;min-width:70px}.AgentMessage-module__WJGixa__tableCell:nth-child(4),.AgentMessage-module__WJGixa__tableHeader:nth-child(4){text-align:right;min-width:80px}.AgentMessage-module__WJGixa__tableCell:nth-child(5),.AgentMessage-module__WJGixa__tableHeader:nth-child(5){text-align:right;min-width:70px}.AgentMessage-module__WJGixa__tableCell:nth-child(6),.AgentMessage-module__WJGixa__tableHeader:nth-child(6){text-align:center;min-width:90px}.AgentMessage-module__WJGixa__tableCell:last-child,.AgentMessage-module__WJGixa__tableHeader:last-child{white-space:normal;word-break:break-word;min-width:100px}}@media (max-width:480px){.AgentMessage-module__WJGixa__content{font-size:13px}.AgentMessage-module__WJGixa__heading1{font-size:1.375rem}.AgentMessage-module__WJGixa__heading2{font-size:1.125rem}.AgentMessage-module__WJGixa__heading3{font-size:1rem}.AgentMessage-module__WJGixa__regularLink,.AgentMessage-module__WJGixa__twitterLink{padding:3px 6px;font-size:.7rem}.AgentMessage-module__WJGixa__tableWrapper{border-radius:8px;font-size:.75rem;box-shadow:0 2px 8px rgba(0,0,0,.3)}.AgentMessage-module__WJGixa__table{border-radius:8px;min-width:500px;font-size:.7rem}.AgentMessage-module__WJGixa__tableHeader,.AgentMessage-module__WJGixa__tableCell{padding:.4rem .3rem;font-size:.7rem;line-height:1.2}.AgentMessage-module__WJGixa__compactTableLink{border-radius:4px;min-width:20px;height:20px;padding:2px 4px;font-size:.65rem}.AgentMessage-module__WJGixa__compactTableLink:after{font-size:.65rem}.AgentMessage-module__WJGixa__tableHeader{text-transform:uppercase;letter-spacing:.5px;background-color:rgba(255,255,255,.2);font-weight:700}.AgentMessage-module__WJGixa__tableCell:first-child,.AgentMessage-module__WJGixa__tableHeader:first-child{min-width:80px;max-width:120px}.AgentMessage-module__WJGixa__tableCell:nth-child(2),.AgentMessage-module__WJGixa__tableHeader:nth-child(2){min-width:70px;max-width:100px}.AgentMessage-module__WJGixa__tableCell:nth-child(3),.AgentMessage-module__WJGixa__tableHeader:nth-child(3){color:#ff0;min-width:60px;font-weight:700}.AgentMessage-module__WJGixa__tableCell:nth-child(4),.AgentMessage-module__WJGixa__tableHeader:nth-child(4){min-width:60px}.AgentMessage-module__WJGixa__tableCell:nth-child(5),.AgentMessage-module__WJGixa__tableHeader:nth-child(5){min-width:50px}.AgentMessage-module__WJGixa__tableCell:nth-child(6),.AgentMessage-module__WJGixa__tableHeader:nth-child(6){min-width:60px}.AgentMessage-module__WJGixa__tableCell:last-child,.AgentMessage-module__WJGixa__tableHeader:last-child{min-width:80px;max-width:120px}.AgentMessage-module__WJGixa__tableRow:nth-child(odd){background-color:rgba(255,255,255,.05)}.AgentMessage-module__WJGixa__tableRow:hover{background-color:rgba(255,255,255,.1)}}.AgentMessage-module__WJGixa__actionsContainer{z-index:10;gap:8px;display:flex;position:absolute;top:8px;right:8px}.AgentMessage-module__WJGixa__copyButton{cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(0,0,0,.7);border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.AgentMessage-module__WJGixa__copyButton:hover{background:rgba(0,0,0,.9);transform:scale(1.05)}.AgentMessage-module__WJGixa__copyIcon{color:rgba(255,255,255,.7);transition:color .2s}.AgentMessage-module__WJGixa__copyButton:hover .AgentMessage-module__WJGixa__copyIcon{color:var(--color-primary,#fe8af2)}.AgentMessage-module__WJGixa__copyButton:active{transform:scale(.95)}
.ProfileSkeleton-module__1Smn5G__skeletonSection{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(rgba(20,20,40,.8) 0%,rgba(10,10,20,.9) 100%);border:1px solid rgba(94,131,242,.3);border-radius:16px;padding:24px}.ProfileSkeleton-module__1Smn5G__skeletonContent{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.ProfileSkeleton-module__1Smn5G__skeletonLeft{flex-direction:column;flex:1;gap:20px;display:flex}.ProfileSkeleton-module__1Smn5G__skeletonLogo{background:rgba(94,131,242,.1);border-radius:8px;width:200px;height:50px;position:relative;overflow:hidden}.ProfileSkeleton-module__1Smn5G__skeletonProfile{flex-direction:column;gap:16px;display:flex}.ProfileSkeleton-module__1Smn5G__skeletonAddress{background:rgba(94,131,242,.1);border-radius:6px;width:140px;height:24px;position:relative;overflow:hidden}.ProfileSkeleton-module__1Smn5G__skeletonStats{flex-direction:column;gap:8px;display:flex}.ProfileSkeleton-module__1Smn5G__skeletonStat{background:rgba(94,131,242,.1);border-radius:4px;width:160px;height:20px;position:relative;overflow:hidden}.ProfileSkeleton-module__1Smn5G__skeletonRight{flex-direction:column;align-items:center;display:flex}.ProfileSkeleton-module__1Smn5G__skeletonBadge{flex-direction:column;align-items:center;gap:12px;display:flex}.ProfileSkeleton-module__1Smn5G__skeletonBadgeImage{background:rgba(94,131,242,.1);border-radius:12px;width:200px;height:200px;position:relative;overflow:hidden}.ProfileSkeleton-module__1Smn5G__skeletonBadgeLabel{background:rgba(94,131,242,.1);border-radius:4px;width:120px;height:20px;position:relative;overflow:hidden}.ProfileSkeleton-module__1Smn5G__shimmer{background:linear-gradient(90deg,transparent 0%,rgba(254,138,241,.3) 50%,transparent 100%);width:100%;height:100%;animation:2s infinite ProfileSkeleton-module__1Smn5G__shimmer;position:absolute;top:0;left:-100%}@keyframes ProfileSkeleton-module__1Smn5G__shimmer{0%{left:-100%}to{left:100%}}@media (max-width:768px){.ProfileSkeleton-module__1Smn5G__skeletonContent{flex-direction:column;align-items:center}.ProfileSkeleton-module__1Smn5G__skeletonLeft{align-items:center;width:100%}.ProfileSkeleton-module__1Smn5G__skeletonLogo{width:160px;height:40px}}
.Profile-module__Yc6_Wa__profileSection{border-bottom:1px solid var(--color-accent-hover);flex-shrink:0;margin-bottom:15px;padding:0 0 15px;font-family:Space Mono,monospace}.Profile-module__Yc6_Wa__profileContent{grid-template-columns:1fr 1fr;align-items:stretch;gap:30px;display:grid;position:relative}.Profile-module__Yc6_Wa__leftColumn{flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex;position:relative}.Profile-module__Yc6_Wa__rightColumn{flex-direction:column;justify-content:flex-start;align-items:center;display:flex;position:relative}.Profile-module__Yc6_Wa__logo{z-index:1;width:200px;height:auto;position:absolute;top:-20px;left:50%;transform:translate(-50%)}.Profile-module__Yc6_Wa__badgeCard{flex-direction:column;align-items:center;display:flex;position:relative}.Profile-module__Yc6_Wa__robotHead{width:200px;height:auto;margin-bottom:16px}.Profile-module__Yc6_Wa__tierName{color:var(--color-text-primary);text-align:center;font-family:Space Mono,monospace;font-size:10px;position:absolute;bottom:24%;left:50%;transform:translate(-50%)}.Profile-module__Yc6_Wa__rankBadge{color:var(--color-text-primary);text-align:center;font-family:Space Mono,monospace;font-size:8px;font-weight:400;position:absolute;bottom:14.5%;left:calc(50% + 10px);transform:translate(-50%)}.Profile-module__Yc6_Wa__profileHeader{text-align:left;width:100%;margin-top:60px}.Profile-module__Yc6_Wa__profileName{color:var(--color-text-primary);margin-bottom:15px;font-size:24px;font-weight:700}.Profile-module__Yc6_Wa__profileStats{flex-direction:column;gap:4px;display:flex}.Profile-module__Yc6_Wa__statItem{gap:8px;font-size:15px;display:flex}.Profile-module__Yc6_Wa__statLabel{color:var(--color-text-secondary);font-weight:700}.Profile-module__Yc6_Wa__statValue{color:var(--color-text-secondary);font-weight:400}.Profile-module__Yc6_Wa__leaderboardBtn{border:1px solid var(--color-secondary);color:var(--color-text-primary);cursor:pointer;z-index:10;pointer-events:auto;background:0 0;border-radius:11px;outline:none;width:100%;max-width:200px;margin:0;padding:12px 24px;font-family:Space Mono,monospace;font-size:16px;font-weight:400;transition:all .3s;display:block;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.Profile-module__Yc6_Wa__leaderboardBtn:hover{background:rgba(var(--color-secondary-rgb),.15);border-color:var(--color-secondary);color:var(--color-text-primary);box-shadow:0 4px 12px rgba(var(--color-secondary-rgb),.4);transform:translate(-50%)translateY(-2px)}.Profile-module__Yc6_Wa__leaderboardBtn:focus{background:rgba(var(--color-secondary-rgb),.15);border-color:var(--color-secondary);color:var(--color-text-primary);box-shadow:0 0 0 3px rgba(var(--color-secondary-rgb),.3)}.Profile-module__Yc6_Wa__leaderboardBtn:active{background:rgba(var(--color-secondary-rgb),.2);box-shadow:0 2px 6px rgba(var(--color-secondary-rgb),.3);transform:translate(-50%)translateY(0)}.Profile-module__Yc6_Wa__loading{animation:2s cubic-bezier(.4,0,.6,1) infinite Profile-module__Yc6_Wa__pulse}.Profile-module__Yc6_Wa__loadingBar{background-color:#e5e7eb;border-radius:.25rem;height:1rem;margin-bottom:1rem}.Profile-module__Yc6_Wa__loadingBar:first-child{width:25%}.Profile-module__Yc6_Wa__loadingBar:nth-child(2){width:50%}.Profile-module__Yc6_Wa__loadingBar:nth-child(3){width:75%}.Profile-module__Yc6_Wa__loadingBar:nth-child(4){width:50%}.Profile-module__Yc6_Wa__emptyText{color:#6b7280}@keyframes Profile-module__Yc6_Wa__pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:768px){.Profile-module__Yc6_Wa__profileSection{margin-bottom:15px;padding-bottom:15px}.Profile-module__Yc6_Wa__profileContent{grid-template-columns:1fr;gap:15px;min-height:auto;margin-bottom:20px}.Profile-module__Yc6_Wa__leftColumn{min-height:auto;padding:10px}.Profile-module__Yc6_Wa__rightColumn{justify-content:center;min-height:auto;padding:10px;display:flex}.Profile-module__Yc6_Wa__logo{width:150px;top:-10px}.Profile-module__Yc6_Wa__profileHeader{margin-top:60px}.Profile-module__Yc6_Wa__profileName{font-size:16px}.Profile-module__Yc6_Wa__statItem{gap:6px;font-size:13px}.Profile-module__Yc6_Wa__statLabel,.Profile-module__Yc6_Wa__statValue{font-size:13px}.Profile-module__Yc6_Wa__badgeCard{max-width:200px}.Profile-module__Yc6_Wa__robotHead{width:120px;margin-bottom:12px}.Profile-module__Yc6_Wa__tierName{font-size:7px;bottom:25%}.Profile-module__Yc6_Wa__rankBadge{font-size:5px;bottom:16%}}
.Prompt-module__-iqO-a__promptCard{border:1px solid var(--color-blue);cursor:pointer;background:rgba(217,217,217,.1);border-radius:11px;flex-direction:column;justify-content:space-between;padding:15px;transition:all .3s;display:flex}.Prompt-module__-iqO-a__promptCard:hover{background:rgba(104,116,189,.3);box-shadow:0 10px 30px rgba(94,131,242,.3)}.Prompt-module__-iqO-a__promptText{color:rgba(255,255,255,.8);text-align:center;flex:1;margin-bottom:15px;font-family:Space Mono,monospace;font-size:14px;font-weight:400;line-height:1.4}.Prompt-module__-iqO-a__tryButton{color:#fe8af2;font-family:var(--font-archivo),sans-serif;cursor:pointer;background:0 0;border:none;align-self:center;align-items:center;gap:8px;font-size:16px;font-weight:600;transition:all .2s;display:flex}.Prompt-module__-iqO-a__tryButton:hover{transform:translate(5px)}.Prompt-module__-iqO-a__tryArrows{align-items:center;gap:2px;display:flex}.Prompt-module__-iqO-a__arrowMedium{animation:2s ease-in-out .33s infinite Prompt-module__-iqO-a__rightArrowWave}.Prompt-module__-iqO-a__arrowLarge{animation:2s ease-in-out .66s infinite Prompt-module__-iqO-a__rightArrowWave}.Prompt-module__-iqO-a__tryButtonText{text-align:center}@keyframes Prompt-module__-iqO-a__rightArrowWave{0%{transform:scale(1)translate(0)}16.66%{transform:scale(1.2)translate(2px)}33.33%{transform:scale(1)translate(0)}50%{transform:scale(1)translate(0)}66.66%{transform:scale(1.2)translate(2px)}83.33%{transform:scale(1)translate(0)}to{transform:scale(1)translate(0)}}@media (max-width:600px){.Prompt-module__-iqO-a__promptCard{min-height:160px;padding:18px}.Prompt-module__-iqO-a__promptText{font-size:15px;line-height:1.5}.Prompt-module__-iqO-a__tryButton{font-size:16px}}
.PopularPrompts-module__Oh3ZoW__promptsTitle{font-family:var(--font-archivo),sans-serif;color:#5e83f2;text-align:center;margin-bottom:40px;font-size:32px;font-weight:700}.PopularPrompts-module__Oh3ZoW__promptsNavigation{align-items:center;gap:20px;display:flex}.PopularPrompts-module__Oh3ZoW__navArrow{cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:10px;transition:transform .2s}.PopularPrompts-module__Oh3ZoW__navArrow:hover{transform:scale(1.1)}.PopularPrompts-module__Oh3ZoW__navArrow svg{width:14px;height:27px}.PopularPrompts-module__Oh3ZoW__scrollContainer{scroll-behavior:smooth;flex:1;width:100%;overflow:hidden}.PopularPrompts-module__Oh3ZoW__promptsGrid{gap:20px;width:100%;display:flex}.PopularPrompts-module__Oh3ZoW__promptsGrid>*{flex:0 0 calc(20% - 16px);min-width:0}.PopularPrompts-module__Oh3ZoW__promptsGrid[data-cards="4"]>*{flex:0 0 calc(25% - 15px)}.PopularPrompts-module__Oh3ZoW__promptsGrid[data-cards="3"]>*{flex:0 0 calc(33.333% - 13.33px)}.PopularPrompts-module__Oh3ZoW__promptsGrid[data-cards="2"]>*{flex:0 0 calc(50% - 10px)}.PopularPrompts-module__Oh3ZoW__promptsGrid[data-cards="1"]>*{flex:0 0 100%}@media (max-width:900px){.PopularPrompts-module__Oh3ZoW__promptsNavigation{gap:10px}.PopularPrompts-module__Oh3ZoW__navArrow{padding:8px}.PopularPrompts-module__Oh3ZoW__navArrow svg{width:12px;height:24px}}@media (max-width:600px){.PopularPrompts-module__Oh3ZoW__promptsTitle{gap:10px;font-size:24px}.PopularPrompts-module__Oh3ZoW__promptsNavigation{gap:4px}}
.RequiredActionsSkeleton-module__LavA7a__skeletonSection{flex-direction:column;gap:12px;display:flex}.RequiredActionsSkeleton-module__LavA7a__skeletonTitle{background:rgba(94,131,242,.1);border-radius:6px;width:180px;height:24px;position:relative;overflow:hidden}.RequiredActionsSkeleton-module__LavA7a__skeletonList{flex-direction:column;gap:8px;display:flex}.RequiredActionsSkeleton-module__LavA7a__skeletonItem{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(rgba(20,20,40,.8) 0%,rgba(10,10,20,.9) 100%);border:1px solid rgba(94,131,242,.3);border-radius:12px;align-items:center;gap:12px;padding:10px 12px;display:flex}.RequiredActionsSkeleton-module__LavA7a__skeletonBadge{background:rgba(94,131,242,.1);border-radius:8px;flex-shrink:0;width:48px;height:48px;position:relative;overflow:hidden}.RequiredActionsSkeleton-module__LavA7a__skeletonContent{flex-direction:column;flex:1;gap:6px;display:flex}.RequiredActionsSkeleton-module__LavA7a__skeletonMissionTitle{background:rgba(94,131,242,.1);border-radius:4px;width:70%;height:16px;position:relative;overflow:hidden}.RequiredActionsSkeleton-module__LavA7a__skeletonMissionDesc{background:rgba(94,131,242,.1);border-radius:4px;width:85%;height:14px;position:relative;overflow:hidden}.RequiredActionsSkeleton-module__LavA7a__skeletonActions{flex-shrink:0;gap:8px;display:flex}.RequiredActionsSkeleton-module__LavA7a__skeletonButton{background:rgba(94,131,242,.1);border-radius:8px;width:90px;height:32px;position:relative;overflow:hidden}.RequiredActionsSkeleton-module__LavA7a__shimmer{background:linear-gradient(90deg,transparent 0%,rgba(254,138,241,.3) 50%,transparent 100%);width:100%;height:100%;animation:2s infinite RequiredActionsSkeleton-module__LavA7a__shimmer;position:absolute;top:0;left:-100%}@keyframes RequiredActionsSkeleton-module__LavA7a__shimmer{0%{left:-100%}to{left:100%}}@media (max-width:768px){.RequiredActionsSkeleton-module__LavA7a__skeletonItem{flex-direction:column;align-items:flex-start}.RequiredActionsSkeleton-module__LavA7a__skeletonActions{justify-content:stretch;width:100%}.RequiredActionsSkeleton-module__LavA7a__skeletonButton{flex:1}}
.RequiredActions-module__T6B5da__section{margin-bottom:40px}.RequiredActions-module__T6B5da__sectionTitle{color:var(--color-primary);border-bottom:1px solid rgba(254,138,242,.3);margin-bottom:20px;padding-bottom:10px;font-size:24px;font-weight:700}.RequiredActions-module__T6B5da__missionList{flex-direction:column;gap:12px;max-height:240px;padding-right:4px;display:flex;overflow-y:auto}.RequiredActions-module__T6B5da__missionList::-webkit-scrollbar{width:6px}.RequiredActions-module__T6B5da__missionList::-webkit-scrollbar-track{background:rgba(52,52,52,.3);border-radius:3px}.RequiredActions-module__T6B5da__missionList::-webkit-scrollbar-thumb{background:rgba(254,138,242,.5);border-radius:3px}.RequiredActions-module__T6B5da__missionList::-webkit-scrollbar-thumb:hover{background:rgba(254,138,242,.7)}.RequiredActions-module__T6B5da__missionItem{cursor:pointer;background:rgba(52,52,52,.71);border-radius:14px;align-items:center;gap:15px;padding:12px 20px;transition:all .2s;display:flex;position:relative}.RequiredActions-module__T6B5da__missionItem:hover{background:rgba(52,52,52,.9)}.RequiredActions-module__T6B5da__xpBadge{color:#fff;background:linear-gradient(90deg,rgba(234,62,247,.72) 0%,#00f9ff 100%);border-radius:19px;flex-shrink:0;padding:6px 12px;font-size:10px;font-weight:700}.RequiredActions-module__T6B5da__missionContent{flex:1}.RequiredActions-module__T6B5da__missionTitle{color:rgba(255,255,255,.84);font-size:15px;font-weight:700}@media (max-width:768px){.RequiredActions-module__T6B5da__section{margin-bottom:30px}.RequiredActions-module__T6B5da__sectionTitle{margin-bottom:15px;padding-bottom:8px;font-size:18px}.RequiredActions-module__T6B5da__missionList{gap:10px}.RequiredActions-module__T6B5da__missionItem{flex-wrap:wrap;gap:10px;padding:12px}.RequiredActions-module__T6B5da__xpBadge{padding:5px 10px;font-size:9px}.RequiredActions-module__T6B5da__missionTitle{font-size:13px}.RequiredActions-module__T6B5da__missionDescription,.RequiredActions-module__T6B5da__ctaButton{font-size:12px}.RequiredActions-module__T6B5da__actionArea{flex-wrap:wrap;gap:6px}}.RequiredActions-module__T6B5da__missionDescription{color:var(--color-text-secondary);margin-top:4px;font-size:14px;display:block}.RequiredActions-module__T6B5da__processingStatus{border-radius:4px;margin-top:8px;padding:4px 8px;font-size:12px;font-weight:500}.RequiredActions-module__T6B5da__processingStatus.RequiredActions-module__T6B5da__pending{color:#ffc107;background-color:rgba(255,193,7,.1)}.RequiredActions-module__T6B5da__processingStatus.RequiredActions-module__T6B5da__processing{color:#007bff;background-color:rgba(0,123,255,.1)}.RequiredActions-module__T6B5da__processingStatus.RequiredActions-module__T6B5da__completed{color:#28a745;background-color:rgba(40,167,69,.1)}.RequiredActions-module__T6B5da__processingStatus.RequiredActions-module__T6B5da__failed{color:#dc3545;background-color:rgba(220,53,69,.1)}.RequiredActions-module__T6B5da__actionArea{align-items:center;gap:8px;margin-left:auto;display:flex}.RequiredActions-module__T6B5da__ctaButton{color:var(--color-blue);cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:700;-webkit-text-decoration:underline transparent;text-decoration:underline transparent;transition:all .2s}.RequiredActions-module__T6B5da__ctaButton:hover{color:var(--color-primary);transform:translateY(-1px)}.RequiredActions-module__T6B5da__ctaButton:focus{outline:none}.RequiredActions-module__T6B5da__ctaDisabled{opacity:.5;pointer-events:none;cursor:not-allowed}.RequiredActions-module__T6B5da__processingMessage{color:var(--color-text-primary);margin-top:4px;font-size:.875rem;font-weight:400;display:block}.RequiredActions-module__T6B5da__timeInfo{color:var(--color-text-primary);margin-top:4px;font-size:.875rem}
.page-module__24OuLG__dashboard{color:#fff;font-family:Space Mono,monospace;overflow-x:hidden}.page-module__24OuLG__mainContent{grid-template-columns:1fr 540px;gap:20px;max-width:1280px;margin:0 auto;padding:0 0 20px;display:grid}.page-module__24OuLG__leftSidebar{border:1px solid var(--color-blue);background:0 0;border-radius:11px;flex-direction:column;padding:30px 20px 15px;display:flex;position:relative}.page-module__24OuLG__rightSidebar{background:rgba(217,217,217,0);border:1px solid rgba(0,249,255,.32);border-radius:11px;flex-direction:column;padding:20px 20px 15px;display:flex}@media (max-width:1024px){.page-module__24OuLG__mainContent{grid-template-columns:1fr;gap:40px}.page-module__24OuLG__rightSidebar{padding:15px 15px 12px}}@media (max-width:768px){.page-module__24OuLG__mainContent{gap:20px;padding:10px}.page-module__24OuLG__leftSidebar{padding:20px 15px 12px}.page-module__24OuLG__rightSidebar{padding:15px 15px 12px}}.page-module__24OuLG__spinner{border:8px solid rgba(0,249,255,.2);border-top:8px solid var(--color-secondary);z-index:1;border-radius:50%;width:120px;height:120px;animation:1s linear infinite page-module__24OuLG__spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes page-module__24OuLG__spin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.page-module__24OuLG__errorContainer{min-height:300px;color:var(--color-primary);text-align:center;background:rgba(52,52,52,.3);border:1px solid rgba(254,138,242,.4);border-radius:14px;flex-direction:column;justify-content:center;align-items:center;margin:20px 0;padding:60px 40px;font-family:Space Mono,monospace;font-size:16px;display:flex;position:relative}.page-module__24OuLG__errorContainer:before{content:"";opacity:.6;background:linear-gradient(135deg,rgba(254,138,241,.1) 0%,rgba(255,0,0,.1) 100%);border-radius:14px;position:absolute;top:0;bottom:0;left:0;right:0}.page-module__24OuLG__authRequired{text-align:center;padding:60px 40px}.page-module__24OuLG__title{color:var(--color-primary);margin-bottom:16px;font-size:2rem;font-weight:700}.page-module__24OuLG__subtitle{color:var(--color-text-secondary);margin-bottom:0;font-size:1.125rem}.page-module__24OuLG__loadMoreWrapper{justify-content:center;margin-top:20px;padding:20px;display:flex}.page-module__24OuLG__loadMoreButton{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:600;transition:opacity .2s}.page-module__24OuLG__loadMoreButton:hover{opacity:.9}.page-module__24OuLG__loadMoreButton:disabled{opacity:.6;cursor:not-allowed}.page-module__24OuLG__skeletonCard{background:rgba(52,52,52,.4);border:1px solid rgba(0,249,255,.25);border-radius:12px;padding:16px;position:relative;overflow:hidden}.page-module__24OuLG__skeletonLine{background:rgba(255,255,255,.12);border-radius:6px;height:12px}.page-module__24OuLG__skeletonLine+.page-module__24OuLG__skeletonLine{margin-top:10px}.page-module__24OuLG__skeletonAvatar{background:rgba(255,255,255,.12);border-radius:50%;width:56px;height:56px}.page-module__24OuLG__skeletonProgress{background:rgba(255,255,255,.12);border-radius:6px;height:10px}.page-module__24OuLG__skeletonShimmer:after{content:"";background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.25) 50%,rgba(255,255,255,0) 100%);animation:1.5s infinite page-module__24OuLG__shimmer;position:absolute;top:0;bottom:0;left:0;right:0;transform:translate(-100%)}@keyframes page-module__24OuLG__shimmer{to{transform:translate(100%)}}.page-module__24OuLG__profileSection{border-bottom:1px solid var(--color-accent-hover);margin-bottom:20px;padding:0 0 20px;font-family:Space Mono,monospace}.page-module__24OuLG__profileContent{justify-content:center;align-items:center;min-height:200px;margin-bottom:30px;display:flex;position:relative}.page-module__24OuLG__progressSection{text-align:center;margin-bottom:30px;font-family:Space Mono,monospace}.page-module__24OuLG__progressTitle{color:var(--color-primary-hover);text-align:center;font-size:24px;font-weight:700}.page-module__24OuLG__emptyText{color:#6b7280;text-align:center;margin:20px 0;font-size:14px}.page-module__24OuLG__missionsContentWrapper{flex-direction:column;display:flex}
.page-module___8aEwW__container{color:var(--color-text-primary);font-family:Space Mono,monospace;position:relative;overflow:hidden}.page-module___8aEwW__header{z-index:10;border:1px solid rgba(254,138,241,.92);border-radius:11px;justify-content:space-between;align-items:center;margin:51px;padding:51px;display:flex;position:relative}.page-module___8aEwW__header:before{content:"";border:1px solid var(--color-blue);pointer-events:none;border-radius:11px;position:absolute;top:14px;bottom:14px;left:14px;right:14px}.page-module___8aEwW__main{z-index:10;max-width:1280px;margin:0 auto;padding:0 20px;position:relative}.page-module___8aEwW__title{margin:20px 0;font-family:Archivo,sans-serif;font-size:54px;font-weight:700}.page-module___8aEwW__subtitle{color:rgba(255,255,255,.68);max-width:655px;margin:16px 0 40px;font-family:Space Mono,monospace;font-size:16px;font-weight:400;line-height:1.5}.page-module___8aEwW__phasesGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;width:100%;display:grid}.page-module___8aEwW__phaseCard{border:1px solid var(--color-blue);background:rgba(217,217,217,.05);border-radius:11px;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;min-height:500px;padding:50px 30px 40px;transition:transform .3s;display:flex;position:relative}.page-module___8aEwW__phaseCard:hover{transform:translateY(-5px)}.page-module___8aEwW__phaseBadge{text-align:center;background:linear-gradient(90deg,#ea3ef7 0%,#00f9ff 100%);border-radius:19px;min-width:133px;padding:10px 35px;position:absolute;top:-22px;left:50%;transform:translate(-50%)}.page-module___8aEwW__phaseBadge span{white-space:nowrap;font-family:Space Mono,monospace;font-size:14px;font-weight:700}.page-module___8aEwW__phaseContent{text-align:center;flex-direction:column;flex:1;justify-content:space-between;align-items:center;margin-top:20px;display:flex}.page-module___8aEwW__phaseImage{object-fit:contain;width:179px;height:224px;margin-top:-40px;margin-bottom:0}.page-module___8aEwW__phaseTitle{color:var(--color-primary);margin:15px 0 10px;font-family:Space Mono,monospace;font-size:36px;font-weight:700;line-height:1.2}.page-module___8aEwW__phaseDescription{color:rgba(255,255,255,.69);flex:1;margin-bottom:20px;font-family:Space Mono,monospace;font-size:16px;font-weight:400;line-height:1.5}.page-module___8aEwW__ctaButton{border:1px solid var(--color-blue);color:var(--color-primary);cursor:pointer;background:0 0;border-radius:11px;padding:12px 40px;font-family:Space Mono,monospace;font-size:16px;font-weight:400;text-decoration:none;transition:all .3s}.page-module___8aEwW__ctaButton:hover{background:rgba(240,107,242,.1);transform:translateY(-2px)}.page-module___8aEwW__unavailable .page-module___8aEwW__comingSoon{justify-content:center;align-items:center;height:100%;margin-top:40px;display:flex}.page-module___8aEwW__unavailable .page-module___8aEwW__comingSoon h2{color:rgba(255,255,255,.18);font-family:Space Mono,monospace;font-size:36px;font-weight:700}@media (max-width:1400px){.page-module___8aEwW__header{margin:30px;padding:30px}.page-module___8aEwW__title{font-size:48px}.page-module___8aEwW__phasesGrid{gap:30px}}@media (max-width:1024px){.page-module___8aEwW__phasesGrid{grid-template-columns:1fr;gap:60px;margin-top:80px}.page-module___8aEwW__phaseCard{width:100%;max-width:500px;margin:0 auto}}@media (max-width:768px){.page-module___8aEwW__header{flex-direction:column;gap:20px;margin:20px;padding:20px}.page-module___8aEwW__main{margin-top:40px;padding:0 20px}.page-module___8aEwW__title{font-size:36px}.page-module___8aEwW__subtitle{margin-bottom:40px;font-size:14px}.page-module___8aEwW__phasesGrid{gap:40px;margin-top:60px}.page-module___8aEwW__phaseTitle{font-size:28px}.page-module___8aEwW__phaseDescription{font-size:14px}.page-module___8aEwW__phaseBadge{padding:8px 25px;top:-18px}.page-module___8aEwW__phaseBadge span{font-size:12px}}@media (max-width:480px){.page-module___8aEwW__title{font-size:28px}.page-module___8aEwW__phaseCard{min-height:350px;padding:30px 20px}.page-module___8aEwW__phaseImage{width:140px;height:175px}}
.TogglePanel-module__y2a-qG__togglePanel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;color:#fff;background:rgba(0,0,0,.85);width:665px;height:100vh;font-family:Space Mono,monospace;transition:transform .4s ease-in-out;position:fixed;top:0;right:0;overflow:hidden;transform:translate(100%)}.TogglePanel-module__y2a-qG__panelOpen{transform:translate(0)}.TogglePanel-module__y2a-qG__panelContent{flex-direction:column;height:100%;padding:0;display:flex}.TogglePanel-module__y2a-qG__panelBody{flex:1;position:relative;overflow-y:auto}.TogglePanel-module__y2a-qG__sideArrow{z-index:10;cursor:pointer;padding:8px;transition:transform .2s;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.TogglePanel-module__y2a-qG__sideArrow:hover{transform:translateY(-50%)scale(1.1)}.TogglePanel-module__y2a-qG__container{max-width:100%;margin:0 auto;padding:25px 55px}.TogglePanel-module__y2a-qG__header{text-align:center;margin-bottom:48px}.TogglePanel-module__y2a-qG__mainTitle{color:rgba(255,255,255,.92);margin:0;font-size:24px;font-weight:700;line-height:1.2}.TogglePanel-module__y2a-qG__missionsSection{margin-bottom:32px}.TogglePanel-module__y2a-qG__missionsCard{border:1px solid var(--color-secondary);border-radius:8px;margin-bottom:24px;padding:24px}.TogglePanel-module__y2a-qG__sectionTitle{color:var(--color-secondary-hover);margin:0 0 32px;font-size:20px;font-weight:700}.TogglePanel-module__y2a-qG__missionsList{flex-direction:column;gap:0;max-height:210px;padding-right:8px;display:flex;overflow-y:auto}.TogglePanel-module__y2a-qG__missionsList::-webkit-scrollbar{width:6px}.TogglePanel-module__y2a-qG__missionsList::-webkit-scrollbar-track{background:0 0}.TogglePanel-module__y2a-qG__missionsList::-webkit-scrollbar-thumb{background:var(--color-accent);background-clip:content-box;border:1px solid transparent;border-radius:8px}.TogglePanel-module__y2a-qG__missionsList::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}.TogglePanel-module__y2a-qG__promptsCard{border:1px solid var(--color-secondary);border-radius:8px;padding:24px}.TogglePanel-module__y2a-qG__promptsList{flex-direction:column;gap:0;max-height:200px;padding-right:8px;display:flex;overflow-y:auto}.TogglePanel-module__y2a-qG__promptsList::-webkit-scrollbar{width:6px}.TogglePanel-module__y2a-qG__promptsList::-webkit-scrollbar-track{background:0 0}.TogglePanel-module__y2a-qG__promptsList::-webkit-scrollbar-thumb{background:var(--color-accent);background-clip:content-box;border:1px solid transparent;border-radius:8px}.TogglePanel-module__y2a-qG__promptsList::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}.TogglePanel-module__y2a-qG__loadingState,.TogglePanel-module__y2a-qG__emptyState{text-align:center;color:rgba(255,255,255,.6);padding:20px;font-size:14px}.TogglePanel-module__y2a-qG__skeletonMission{justify-content:space-between;align-items:center;gap:16px;padding:7px 0;display:flex}.TogglePanel-module__y2a-qG__skeletonLeft{flex:1;align-items:center;gap:16px;display:flex}.TogglePanel-module__y2a-qG__skeletonBadge{background:rgba(255,255,255,.1);border-radius:12px;flex-shrink:0;width:48px;height:24px}.TogglePanel-module__y2a-qG__skeletonText{background:rgba(255,255,255,.1);border-radius:4px;flex:1;max-width:200px;height:16px}.TogglePanel-module__y2a-qG__skeletonRight{align-items:center;gap:8px;display:flex}.TogglePanel-module__y2a-qG__skeletonAction{background:rgba(255,255,255,.1);border-radius:4px;width:80px;height:16px}.TogglePanel-module__y2a-qG__skeletonArrow{background:rgba(255,255,255,.1);border-radius:2px;width:8px;height:14px}.TogglePanel-module__y2a-qG__skeletonDivider{background:rgba(168,85,247,.2);width:100%;height:1px;margin:7px 0}@keyframes TogglePanel-module__y2a-qG__skeletonPulse{0%,to{opacity:1}50%{opacity:.5}}.TogglePanel-module__y2a-qG__skeletonMission,.TogglePanel-module__y2a-qG__skeletonBadge,.TogglePanel-module__y2a-qG__skeletonText,.TogglePanel-module__y2a-qG__skeletonAction,.TogglePanel-module__y2a-qG__skeletonArrow{animation:1.5s ease-in-out infinite TogglePanel-module__y2a-qG__skeletonPulse}@media (max-width:1024px){.TogglePanel-module__y2a-qG__togglePanel{width:550px}.TogglePanel-module__y2a-qG__container{padding:20px 40px}.TogglePanel-module__y2a-qG__mainTitle{font-size:28px}.TogglePanel-module__y2a-qG__sectionTitle{font-size:20px}.TogglePanel-module__y2a-qG__missionsCard,.TogglePanel-module__y2a-qG__promptsCard{padding:22px}.TogglePanel-module__y2a-qG__missionsList{max-height:190px}.TogglePanel-module__y2a-qG__promptsList{max-height:180px}}@media (max-width:768px){.TogglePanel-module__y2a-qG__togglePanel{width:100%}.TogglePanel-module__y2a-qG__container{padding:20px}.TogglePanel-module__y2a-qG__mainTitle{font-size:24px}.TogglePanel-module__y2a-qG__sectionTitle{font-size:18px}.TogglePanel-module__y2a-qG__missionsCard,.TogglePanel-module__y2a-qG__promptsCard{padding:20px}.TogglePanel-module__y2a-qG__missionsList{max-height:170px}.TogglePanel-module__y2a-qG__promptsList{max-height:160px}.TogglePanel-module__y2a-qG__sideArrow{padding:6px;left:12px}}@media (max-width:480px){.TogglePanel-module__y2a-qG__container{padding:16px}.TogglePanel-module__y2a-qG__mainTitle{font-size:20px}.TogglePanel-module__y2a-qG__sectionTitle{font-size:16px}.TogglePanel-module__y2a-qG__missionsCard,.TogglePanel-module__y2a-qG__promptsCard{padding:16px}.TogglePanel-module__y2a-qG__missionsList{max-height:150px}.TogglePanel-module__y2a-qG__promptsList{max-height:140px}.TogglePanel-module__y2a-qG__sideArrow{padding:4px;left:8px}.TogglePanel-module__y2a-qG__skeletonBadge{width:40px;height:20px}.TogglePanel-module__y2a-qG__skeletonText{max-width:150px}.TogglePanel-module__y2a-qG__skeletonAction{width:60px;height:14px}.TogglePanel-module__y2a-qG__skeletonArrow{width:6px;height:12px}}
.MissionItem-module__hSKAmG__missionWrapper{flex-direction:column;display:flex}.MissionItem-module__hSKAmG__missionItem{cursor:pointer;border-radius:4px;outline:none;justify-content:space-between;align-items:center;padding:7px 0;transition:all .3s;display:flex}.MissionItem-module__hSKAmG__missionWrapper:hover .MissionItem-module__hSKAmG__missionRight{transform:translate(4px)}.MissionItem-module__hSKAmG__missionItem:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.MissionItem-module__hSKAmG__missionLeft{flex:1;align-items:center;gap:16px;display:flex}.MissionItem-module__hSKAmG__xpBadge{background:linear-gradient(135deg,#00f9ff 0%,#fe8af2 100%);border-radius:12px;flex-shrink:0;width:48px;height:24px;position:relative}.MissionItem-module__hSKAmG__xpText{color:#fff;justify-content:center;align-items:center;font-size:9px;font-weight:600;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.MissionItem-module__hSKAmG__missionDescription{color:rgba(255,255,255,.6);flex:1;font-size:12px;transition:color .3s}.MissionItem-module__hSKAmG__missionWrapper:hover .MissionItem-module__hSKAmG__missionDescription{color:rgba(255,255,255,.9)}.MissionItem-module__hSKAmG__missionRight{align-items:center;gap:8px;transition:transform .3s;display:flex}.MissionItem-module__hSKAmG__actionText{color:rgba(255,255,255,.6);font-size:12px;transition:color .3s}.MissionItem-module__hSKAmG__missionWrapper:hover .MissionItem-module__hSKAmG__actionText{color:#fe8af2}.MissionItem-module__hSKAmG__divider{background:rgba(168,85,247,.5);width:100%;height:1px;margin:7px 0}@media (max-width:768px){.MissionItem-module__hSKAmG__missionDescription,.MissionItem-module__hSKAmG__actionText{font-size:11px}.MissionItem-module__hSKAmG__xpBadge{width:44px;height:22px}.MissionItem-module__hSKAmG__xpText{font-size:8px}.MissionItem-module__hSKAmG__missionLeft{gap:12px}}@media (max-width:480px){.MissionItem-module__hSKAmG__missionDescription,.MissionItem-module__hSKAmG__actionText{font-size:10px}.MissionItem-module__hSKAmG__xpBadge{width:40px;height:20px}.MissionItem-module__hSKAmG__xpText{font-size:7px}.MissionItem-module__hSKAmG__missionLeft{gap:10px}.MissionItem-module__hSKAmG__missionRight{gap:6px}}
.PromptItem-module__IsZQrq__promptWrapper{cursor:pointer;flex-direction:column;display:flex}.PromptItem-module__IsZQrq__promptItem{flex-direction:column;gap:15px;padding:12px 0;transition:all .3s;display:flex}.PromptItem-module__IsZQrq__questionText{color:rgba(255,255,255,.6);margin:0;font-size:12px;line-height:1.6;transition:color .3s}.PromptItem-module__IsZQrq__promptWrapper:hover .PromptItem-module__IsZQrq__questionText{color:#fff}.PromptItem-module__IsZQrq__questionHighlighted{color:rgba(255,255,255,.6);font-weight:700;transition:color .3s}.PromptItem-module__IsZQrq__promptWrapper:hover .PromptItem-module__IsZQrq__questionHighlighted{color:var(--color-secondary)}.PromptItem-module__IsZQrq__promptButton{color:rgba(255,255,255,.6);cursor:pointer;background:rgba(255,255,255,.15);border:none;border-radius:20px;align-self:flex-start;padding:4px 12px;font-size:10px;font-weight:700;transition:all .3s}.PromptItem-module__IsZQrq__promptButton:hover{color:#fff;background:linear-gradient(135deg,#00f9ff 0%,#fe8af2 100%);transform:scale(1.02)}.PromptItem-module__IsZQrq__promptButton:focus{outline:none;box-shadow:0 0 0 2px rgba(0,249,255,.75)}.PromptItem-module__IsZQrq__promptButton:active{transform:scale(.98)}.PromptItem-module__IsZQrq__divider{background:rgba(168,85,247,.5);width:100%;height:1px;margin:12px 0}@media (max-width:768px){.PromptItem-module__IsZQrq__questionText{font-size:11px}.PromptItem-module__IsZQrq__promptButton{padding:3px 10px;font-size:9px}.PromptItem-module__IsZQrq__promptItem{gap:12px;padding:10px 0}.PromptItem-module__IsZQrq__divider{margin:10px 0}}@media (max-width:480px){.PromptItem-module__IsZQrq__questionText{font-size:10px;line-height:1.5}.PromptItem-module__IsZQrq__promptButton{padding:3px 8px;font-size:8px}.PromptItem-module__IsZQrq__promptItem{gap:10px;padding:8px 0}.PromptItem-module__IsZQrq__divider{margin:8px 0}}
