.MotivationScreen_wrapper__CNW60{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:var(--bg);opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.MotivationScreen_wrapper__CNW60.MotivationScreen_visible__zRFfS{opacity:1;transform:translateY(0)}.MotivationScreen_bgOrb1__KEmdK{position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(108,99,255,.18) 0,transparent 70%);top:-100px;left:-100px;pointer-events:none;animation:MotivationScreen_float__Z1oPX 8s ease-in-out infinite}.MotivationScreen_bgOrb2__5MvNZ{position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(167,139,250,.12) 0,transparent 70%);bottom:-80px;right:-80px;pointer-events:none;animation:MotivationScreen_float__Z1oPX 10s ease-in-out infinite reverse}@keyframes MotivationScreen_float__Z1oPX{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.05)}}.MotivationScreen_content__pDfEt{position:relative;z-index:1;text-align:center;max-width:480px;padding:40px 24px}.MotivationScreen_badge__M0J_s{display:inline-flex;align-items:center;gap:8px;background:var(--bg-card);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:100px;padding:6px 16px;font-size:12px;font-weight:600;color:var(--accent2);letter-spacing:.05em;text-transform:uppercase;margin-bottom:36px;box-shadow:var(--shadow)}.MotivationScreen_badgeDot__ZoBOK{width:7px;height:7px;border-radius:50%;background:var(--accent2);animation:MotivationScreen_pulse__2LSc5 2s ease-in-out infinite}@keyframes MotivationScreen_pulse__2LSc5{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.MotivationScreen_headline__kvGSO{font-size:clamp(42px,8vw,68px);font-weight:900;line-height:1.1;color:var(--text);margin-bottom:20px;letter-spacing:-.03em}.MotivationScreen_accent___5b3U{background:linear-gradient(135deg,#6c63ff,#a78bfa,#c4b5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.MotivationScreen_sub__2x4gF{font-size:18px;color:var(--text-muted);margin-bottom:48px;line-height:1.5;font-weight:400}.MotivationScreen_btn__9SyL_{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#6c63ff,#8b5cf6);color:#fff;border:none;border-radius:100px;padding:16px 36px;font-size:17px;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;box-shadow:0 8px 32px rgba(108,99,255,.4);font-family:inherit;letter-spacing:.01em}.MotivationScreen_btn__9SyL_:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 14px 40px rgba(108,99,255,.55);filter:brightness(1.1)}.MotivationScreen_btn__9SyL_:active{transform:translateY(0) scale(.98)}.MotivationScreen_hint__Z1LND{margin-top:20px;font-size:13px;color:var(--text-muted);opacity:.7}