*{box-sizing:border-box;margin:0;padding:0}:root{--primary-blue:#0150d4;--primary-light:#3385ff;--primary-glow:#1661e3;--bg-base-dark:#15171a;--bg-darker:#101215;--bg-card:#20232a;--bg-card-dark:#20232ab3;--bg-subtle:#14161b99;--text-primary:#fff;--text-light:#f1f1f1;--text-muted:#939393;--text-placeholder:#c8c8c899;--border-subtle:#1c1c23;--border-medium:#2f2f36cc;--border-interactive:#2f2f36;--color-success:#22c55e;--color-error:#ef4444;--color-warning:#f1ed62;--google-color:#4285f4;--discord-color:#5865f2}body{background:linear-gradient(180deg, var(--bg-base-dark) 0%, var(--bg-darker) 100%);color:var(--text-primary);-moz-osx-font-smoothing:grayscale;min-height:100vh;line-height:1.5}.signup-container{background:linear-gradient(180deg, var(--bg-base-dark) 0%, var(--bg-darker) 100%);flex-direction:column;justify-content:center;align-items:center;min-width:100vw;min-height:100vh;padding:clamp(6rem,5vw,1.5rem);display:flex}.login-box{background:var(--bg-card);text-align:center;border:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(10px);border-radius:12px;width:100%;max-width:450px;padding:clamp(1.5rem,5vw,2rem);position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.login-box:before{content:"";pointer-events:none;background:linear-gradient(90deg,#3385ff08,#0000,#3385ff05);position:absolute;inset:0}.error-message{color:var(--color-error);justify-content:center;align-items:center;margin-bottom:1.25rem;padding:.5rem 0;font-size:.875rem;display:flex}h2{letter-spacing:-.5px;text-shadow:2px 2px 4px #0000004d;margin-bottom:1.5rem;font-size:clamp(1.25rem,4vw,1.75rem);font-weight:600}.login-with{flex-direction:column;gap:1rem;width:100%;margin-bottom:1.5rem;display:flex}.third-party-button{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:100%;height:55px;padding:.875rem 2rem;font-size:1rem;font-weight:500;transition:opacity .2s;display:flex}.third-party-button.google{background:linear-gradient(120deg, var(--google-color) 60%, #5a9df8 100%);color:#fff}.third-party-button.discord{background:linear-gradient(120deg, var(--discord-color) 60%, #7289da 100%);color:#fff}.third-party-button svg{margin-right:.5rem;font-size:1.2rem}.third-party-button:hover{opacity:.9}.or-divider{color:var(--text-muted);letter-spacing:.025em;align-items:center;margin:2rem 0;font-size:.875rem;font-weight:500;display:flex}.or-divider:before,.or-divider:after{content:"";background:linear-gradient(90deg, transparent, var(--border-interactive), transparent);flex:1;height:1px;margin:0 1rem}.input-group{text-align:left;margin-bottom:1.5rem}.input-group label{color:var(--text-muted);letter-spacing:.025em;text-transform:uppercase;margin-bottom:.5rem;font-size:.6875rem;font-weight:500;display:block}.input-group input{width:100%;height:55px;color:var(--text-light);border:1px solid var(--border-medium);background:#1a1c2233;border-radius:8px;padding:0 20px;font-size:1rem;transition:all .3s}.input-group input::placeholder{color:var(--text-placeholder)}.input-group input:focus{border-color:var(--primary-blue);outline:none}.password-input-container{align-items:center;display:flex;position:relative}.password-input-container input{width:100%;padding-right:50px}.password-toggle-button{cursor:pointer;color:var(--text-muted);z-index:2;background:0 0;border:none;justify-content:center;align-items:center;height:100%;padding:0;transition:color .3s;display:flex;position:absolute;right:15px}.password-toggle-button:hover{color:var(--text-light)}.password-toggle-button:focus{outline:2px solid var(--primary-light);outline-offset:2px;border-radius:4px}input[type=checkbox]#rememberMe{cursor:pointer;border:1px solid var(--border-medium);appearance:none;background:#1a1c2233;border-radius:4px;width:16px;height:16px;margin-right:.5rem;transition:all .3s;display:block;position:relative}input[type=checkbox]#rememberMe:checked{border-color:var(--primary-blue);background:var(--primary-blue);background-image:url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path d=\"m7.204 10.687 5.093-5.093-.943-.943-4.15 4.15L5.09 6.688l-.943.943z\" fill=\"white\"/></svg>");background-position:50%;background-repeat:no-repeat}input[type=checkbox]#rememberMe:focus{outline:2px solid var(--primary-light);outline-offset:2px}.remember-me{color:var(--text-muted);justify-content:space-between;align-items:center;margin-bottom:2rem;font-size:.875rem;display:flex}.checkbox-holder{cursor:pointer;align-items:center;transition:color .2s;display:flex}.checkbox-element-holder,.forgot-password-holder{align-items:center;display:flex}.forgot-password-holder a{color:var(--text-muted);border-bottom:1px solid #0000;text-decoration:none;transition:color .2s}.forgot-password-holder a:hover{color:var(--primary-light)}.login-button{background:linear-gradient(120deg, var(--primary-blue) 60%, var(--primary-light) 100%);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;height:55px;padding:.875rem 2rem;font-size:1rem;font-weight:500;transition:opacity .2s;box-shadow:0 4px 15px -3px #0150d40a}.login-button:disabled{cursor:not-allowed;box-shadow:none;opacity:.6;background:#7a7a7a}.login-button:not(:disabled):hover{opacity:.9}.animate-spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.footer-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;font-size:.875rem;display:flex}.footer-links p{color:var(--text-muted)}.footer-links a{color:var(--text-light);font-weight:500;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--primary-light)}.epic-auth-switch-link{color:var(--text-light);cursor:pointer;background:0 0;border:none;padding:0;font-weight:500;text-decoration:none;transition:color .2s}.epic-auth-switch-link:hover{color:var(--primary-light)}.epic-auth-embed{width:100%;display:block}.epic-auth-embed .login-box{width:100%;max-width:none;margin:0 auto}@media (max-width:768px){.login-box{width:100%;margin:1rem;padding:1.5rem}h2{font-size:1.5rem}.third-party-button{height:50px;padding:.75rem 1.5rem;font-size:.9rem}.input-group input{height:50px;padding:0 15px}.login-button{height:50px;padding:.75rem 1.5rem}.remember-me{flex-direction:column;align-items:flex-start;gap:1rem}.checkbox-holder{align-self:flex-start}.forgot-password-holder{align-self:flex-end}}@media (max-width:480px){.signup-container,.login-box{padding:1rem}.remember-me{flex-direction:row;justify-content:space-between}.checkbox-holder,.forgot-password-holder{flex:auto}}@media (forced-colors:active){.login-button,.third-party-button,input[type=checkbox]#rememberMe,.login-box{border:1px solid}}
.AllTimeEpicAuthFlow-module__ByargG__overlay{top:var(--site-header-height);z-index:980;-webkit-backdrop-filter:blur(10px);background:linear-gradient(#0b0d11bd 0%,#0b0d11e0 100%);justify-content:center;align-items:flex-start;padding:48px 48px 24px;display:flex;position:fixed;bottom:0;left:0;right:0;overflow-y:auto}.AllTimeEpicAuthFlow-module__ByargG__dialog{background:#20232a;border:1px solid #1c1c23;border-radius:12px;width:100%;max-width:980px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 18px 40px #00000057}.AllTimeEpicAuthFlow-module__ByargG__dialog:before{content:"";pointer-events:none;background:linear-gradient(90deg,#3385ff08,#0000,#3385ff05);position:absolute;inset:0}.AllTimeEpicAuthFlow-module__ByargG__inner{padding:24px;position:relative}.AllTimeEpicAuthFlow-module__ByargG__headerRow{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.AllTimeEpicAuthFlow-module__ByargG__titleBlock{min-width:0}.AllTimeEpicAuthFlow-module__ByargG__title{color:#f1f1f1;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;line-height:1.05}.AllTimeEpicAuthFlow-module__ByargG__subtitle{color:#a0a7b4;max-width:720px;margin-top:10px;font-size:.98rem;line-height:1.55}.AllTimeEpicAuthFlow-module__ByargG__closeButton{color:#ffffffad;cursor:pointer;background:#0f1115b8;border:1px solid #2f2f36cc;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .2s,color .2s,border-color .2s;display:inline-flex}.AllTimeEpicAuthFlow-module__ByargG__closeButton:hover{color:#fff;background:#20232af0;border-color:#3385ff42}.AllTimeEpicAuthFlow-module__ByargG__checklist{gap:12px;margin-top:22px;display:grid}.AllTimeEpicAuthFlow-module__ByargG__checkpointCard{background:#1012179e;border:1px solid #1c1c23;border-radius:10px;align-items:flex-start;gap:12px;min-width:0;padding:14px;transition:border-color .2s,background-color .2s;display:flex;position:relative}.AllTimeEpicAuthFlow-module__ByargG__checkpointCardActive{background:#0150d414;border-color:#3385ff4d}.AllTimeEpicAuthFlow-module__ByargG__checkpointCardComplete{background:#0150d41f;border-color:#3385ff57}.AllTimeEpicAuthFlow-module__ByargG__checkpointBadge{color:#ffffff80;background:#1a1c2285;border:1px solid #2f2f36cc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.92rem;font-weight:700;display:inline-flex}.AllTimeEpicAuthFlow-module__ByargG__checkpointBadgeActive{color:#f1f1f1;background:#0150d429;border-color:#3385ff57}.AllTimeEpicAuthFlow-module__ByargG__checkpointBadgeComplete{color:#fff;background:#0150d4;border-color:#3385ff57}.AllTimeEpicAuthFlow-module__ByargG__checkpointCopy{min-width:0}.AllTimeEpicAuthFlow-module__ByargG__checkpointTitle{color:#f1f1f1;font-size:.96rem;font-weight:600}.AllTimeEpicAuthFlow-module__ByargG__checkpointText{color:#939393;margin-top:4px;font-size:.84rem;line-height:1.45}.AllTimeEpicAuthFlow-module__ByargG__statusAlert{color:#f3edaf;background:#f1ed6214;border:1px solid #f1ed6238;border-radius:8px;margin-top:18px;padding:14px 16px;font-size:.92rem;line-height:1.5}.AllTimeEpicAuthFlow-module__ByargG__stagePanel{background:#101217bd;border:1px solid #1c1c23;border-radius:12px;margin-top:18px;padding:22px}.AllTimeEpicAuthFlow-module__ByargG__stageStack{flex-direction:column;gap:14px;margin-top:18px;display:flex}.AllTimeEpicAuthFlow-module__ByargG__infoCard{background:#0f1115c7;border:1px solid #1c1c23;border-radius:10px;padding:18px 18px 16px;position:relative}.AllTimeEpicAuthFlow-module__ByargG__eyebrow{color:#a0a7b4b8;letter-spacing:.18em;text-transform:uppercase;font-size:.72rem;font-weight:600}.AllTimeEpicAuthFlow-module__ByargG__infoTitle{color:#f1f1f1;margin-top:8px;font-size:1.08rem;font-weight:600}.AllTimeEpicAuthFlow-module__ByargG__infoText{color:#a0a7b4;margin-top:6px;font-size:.94rem;line-height:1.55}.AllTimeEpicAuthFlow-module__ByargG__stageTitle{color:#f1f1f1;font-size:1.45rem;font-weight:700;line-height:1.15}.AllTimeEpicAuthFlow-module__ByargG__stageText{color:#a0a7b4;margin-top:10px;font-size:.95rem;line-height:1.6}.AllTimeEpicAuthFlow-module__ByargG__buttonRow{flex-wrap:wrap;gap:12px;margin-top:18px;display:flex}.AllTimeEpicAuthFlow-module__ByargG__primaryButton{color:#fff;cursor:pointer;background:linear-gradient(120deg,#0150d4 60%,#3385ff 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:52px;padding:14px 22px;font-size:.95rem;font-weight:600;transition:opacity .2s,transform .2s;display:inline-flex}.AllTimeEpicAuthFlow-module__ByargG__primaryButton:hover{opacity:.92}.AllTimeEpicAuthFlow-module__ByargG__primaryButton:disabled{opacity:.6;cursor:not-allowed}.AllTimeEpicAuthFlow-module__ByargG__linkGrid{gap:18px;display:grid}.AllTimeEpicAuthFlow-module__ByargG__profileCard{background:#0f1115c7;border-radius:10px;padding:18px}.AllTimeEpicAuthFlow-module__ByargG__profileId{color:#939393;word-break:break-all;margin-top:8px;font-size:.78rem;line-height:1.45}.AllTimeEpicAuthFlow-module__ByargG__successPanel{text-align:center;background:#0150d414;border:1px solid #3385ff42;border-radius:12px;margin-top:18px;padding:28px 22px}.AllTimeEpicAuthFlow-module__ByargG__successBadge{color:#fff;background:#0150d4;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto;display:inline-flex}.AllTimeEpicAuthFlow-module__ByargG__successTitle{color:#f1f1f1;margin-top:16px;font-size:1.75rem;font-weight:700}.AllTimeEpicAuthFlow-module__ByargG__successText{color:#cfe1ff;max-width:560px;margin:10px auto 0;font-size:.95rem;line-height:1.6}@media (min-width:900px){.AllTimeEpicAuthFlow-module__ByargG__checklist{grid-template-columns:repeat(4,minmax(0,1fr))}.AllTimeEpicAuthFlow-module__ByargG__checkpointCard{flex-direction:column;gap:14px;min-height:148px}.AllTimeEpicAuthFlow-module__ByargG__buttonRow{justify-content:flex-start}.AllTimeEpicAuthFlow-module__ByargG__primaryButton{width:auto;min-width:240px}.AllTimeEpicAuthFlow-module__ByargG__linkGrid{grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);align-items:start}}@media (max-width:768px){.AllTimeEpicAuthFlow-module__ByargG__overlay{top:var(--site-header-height);padding:30px 22px 16px}.AllTimeEpicAuthFlow-module__ByargG__inner{padding:18px}.AllTimeEpicAuthFlow-module__ByargG__headerRow{gap:12px}.AllTimeEpicAuthFlow-module__ByargG__subtitle{font-size:.92rem}.AllTimeEpicAuthFlow-module__ByargG__stagePanel{padding:18px}.AllTimeEpicAuthFlow-module__ByargG__successTitle{font-size:1.45rem}}
.CountdownTimer-module__4lloca__countdownCard{will-change:transform;background:#20232a;border:1px solid #1c1c23;border-radius:clamp(8px,2vw,12px);max-width:600px;margin:1.5rem;transition:box-shadow .3s,transform .3s;display:flex;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 4px 12px #0000001a,inset 0 1px 1px #ffffff0d}.CountdownTimer-module__4lloca__bgImage{-o-object-fit:cover;object-fit:cover;filter:blur(20px)brightness(.4);opacity:.6;z-index:0;pointer-events:none;position:absolute;inset:0}.CountdownTimer-module__4lloca__gradientOverlay{pointer-events:none;position:absolute;inset:0}.CountdownTimer-module__4lloca__cardContent{z-index:1;border-radius:inherit;align-items:stretch;width:100%;display:flex;position:relative;overflow:hidden}.CountdownTimer-module__4lloca__leftSection{flex-shrink:0;justify-content:center;align-self:stretch;align-items:stretch;width:clamp(80px,20vw,120px);min-width:80px;display:flex;position:relative}.CountdownTimer-module__4lloca__logoContainer{box-sizing:border-box;border-radius:clamp(8px,2vw,12px) 0 0 clamp(8px,2vw,12px);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.CountdownTimer-module__4lloca__logoWrapper{border-radius:clamp(8px,2vw,12px) 0 0 clamp(8px,2vw,12px);width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.CountdownTimer-module__4lloca__logoImage{-o-object-fit:cover;object-fit:cover;border-radius:clamp(8px,2vw,12px) 0 0 clamp(8px,2vw,12px);width:100%;height:100%;transition:transform .3s;transform:translateZ(0);box-shadow:0 2px 8px #00000026}.CountdownTimer-module__4lloca__rightSection{flex-direction:column;flex:1;gap:clamp(.75rem,2vw,1rem);min-width:0;padding:clamp(1rem,3vw,1.5rem) clamp(.5rem,2vw,1rem) 0 0;display:flex}.CountdownTimer-module__4lloca__rightSectionNoCta{padding-bottom:clamp(1rem,3vw,1.5rem)}.CountdownTimer-module__4lloca__eventInfo{flex-direction:column;justify-content:center;align-items:center;gap:.25rem;display:flex}.CountdownTimer-module__4lloca__eventTitleContainer{align-items:center;display:flex}.CountdownTimer-module__4lloca__eventTitle{color:#f1f1f1;text-transform:uppercase;margin:0;font-size:clamp(1rem,4vw,1.25rem);font-weight:500;line-height:1.2;transition:color .3s}.CountdownTimer-module__4lloca__updateLabel{color:#939393;text-transform:uppercase;letter-spacing:.025em;font-size:clamp(.625rem,2vw,.75rem);font-weight:600}.CountdownTimer-module__4lloca__timerSection{flex-direction:column;display:flex}.CountdownTimer-module__4lloca__ctaDock{justify-content:center;width:100%;margin-top:auto;display:flex}.CountdownTimer-module__4lloca__makePredictionsBtn{text-align:center;color:#f5f9ff;letter-spacing:.04em;text-transform:uppercase;background:linear-gradient(135deg,#1f6fff,#3385ff 55%,#4a98ff);border:1px solid #92bcff3d;border-top-color:#92bcff66;border-bottom:0;border-radius:10px 10px 0 0;width:fit-content;min-width:min(100%,220px);max-width:100%;padding:.75rem 1rem;font-size:clamp(.72rem,2.2vw,.9rem);font-weight:700;text-decoration:none;transition:filter .2s,transform .2s;display:block;box-shadow:0 -6px 16px #3385ff38,inset 0 1px #ffffff2e}.CountdownTimer-module__4lloca__makePredictionsBtn:hover{filter:brightness(1.06)}.CountdownTimer-module__4lloca__timerContainer{position:relative}.CountdownTimer-module__4lloca__timerDisplay{justify-content:center;align-items:center;width:100%;display:flex}.CountdownTimer-module__4lloca__timerActive{color:#f1f1f1}.CountdownTimer-module__4lloca__timerExpired{color:#22c55e}.CountdownTimer-module__4lloca__eventStatus{color:#22c55e;text-transform:uppercase;letter-spacing:.025em;margin-left:.7rem;font-size:clamp(.75rem,2vw,.875rem);font-weight:700}.CountdownTimer-module__4lloca__expiredText{text-transform:uppercase;letter-spacing:.025em;font-size:clamp(1rem,3vw,1.125rem);font-weight:700}.CountdownTimer-module__4lloca__timeUnits{flex-wrap:wrap;align-items:flex-end;gap:clamp(.75rem,2vw,1rem);display:flex}.CountdownTimer-module__4lloca__timeUnit{flex-direction:column;flex-shrink:0;align-items:center;min-width:clamp(2.5rem,6vw,3rem);display:flex}.CountdownTimer-module__4lloca__timeNumber{color:#f1f1f1;margin-bottom:.125rem;font-size:clamp(1.25rem,4vw,1.75rem);font-weight:500;line-height:1}.CountdownTimer-module__4lloca__timeLabel{color:#939393;text-transform:uppercase;letter-spacing:.05em;font-size:clamp(.5rem,1.5vw,.625rem);font-weight:600;line-height:1}.CountdownTimer-module__4lloca__fadingSeconds{animation:.4s ease-out CountdownTimer-module__4lloca__fadeInUp}@keyframes CountdownTimer-module__4lloca__fadeInUp{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.CountdownTimer-module__4lloca__countdownCard{margin-bottom:.75rem}.CountdownTimer-module__4lloca__eventTitleContainer{flex-direction:column;align-items:center}.CountdownTimer-module__4lloca__eventTitle{margin-bottom:.6rem}.CountdownTimer-module__4lloca__updateLabel{margin-top:.15rem;font-size:clamp(.5rem,1.5vw,.625rem)}.CountdownTimer-module__4lloca__eventStatus{color:#22c55e;text-transform:uppercase;letter-spacing:.025em;text-wrap:nowrap;margin-left:0;font-size:clamp(.55rem,2vw,.875rem);font-weight:700}.CountdownTimer-module__4lloca__leftSection{width:80px;min-width:80px}.CountdownTimer-module__4lloca__rightSection{padding:1rem .75rem 0}.CountdownTimer-module__4lloca__rightSectionNoCta{padding-bottom:1rem}.CountdownTimer-module__4lloca__timeUnits{gap:.5rem}}@media (max-width:480px){.CountdownTimer-module__4lloca__countdownCard{text-align:center;flex-direction:column}.CountdownTimer-module__4lloca__leftSection{width:80px;min-width:80px}.CountdownTimer-module__4lloca__rightSection{align-items:center;padding:1rem 1rem 0}.CountdownTimer-module__4lloca__rightSectionNoCta{padding-bottom:1rem}.CountdownTimer-module__4lloca__timeUnits{justify-content:center}.CountdownTimer-module__4lloca__eventInfo{text-align:center;align-items:center}}@media (max-width:320px){.CountdownTimer-module__4lloca__logoContainer{min-height:70px}.CountdownTimer-module__4lloca__timeUnits{gap:.375rem}.CountdownTimer-module__4lloca__timeUnit{min-width:2rem}}
