@charset "UTF-8";.devourplay-navigation{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#2d2d2f;height:58px}.devourplay-navigation__container{display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 16px;max-width:100%;margin:0 auto}.devourplay-navigation__logo{display:flex;align-items:center;cursor:pointer;height:24px}.devourplay-navigation__logo img{height:100%;width:auto}.devourplay-navigation__logo-desktop{display:block}.devourplay-navigation__logo-mobile{display:none}@media (max-width: 1054px){.devourplay-navigation__logo{height:32px}.devourplay-navigation__logo-desktop{display:none}.devourplay-navigation__logo-mobile{display:block;height:32px;width:32px;object-fit:contain}}.devourplay-navigation__desktop{display:none}@media (min-width: 1054px){.devourplay-navigation__desktop{display:flex;align-items:center;flex:1;margin-left:32px}}.devourplay-navigation__items{display:flex;align-items:center;gap:10px}.devourplay-navigation__item{display:flex;align-items:center;gap:6px;height:26px;padding:0 10px;border:none;background:none;color:#b8b8b9;font-size:14px;font-weight:700;cursor:pointer;border-radius:100px;transition:all .2s ease}.devourplay-navigation__item:hover{background-color:#2d2d2f;border-radius:100px;color:#b8b8b9}.devourplay-navigation__item:hover svg{color:#b8b8b9;fill:#b8b8b9}.devourplay-navigation__item:hover svg path{fill:#b8b8b9}.devourplay-navigation__item--active{background-color:#48425d;border-radius:100px;color:#aa96ef}.devourplay-navigation__item--active svg{color:#aa96ef;fill:#aa96ef}.devourplay-navigation__item--active svg path{fill:#aa96ef}.devourplay-navigation__item--active:hover{background-color:#48425d;color:#aa96ef}.devourplay-navigation__item--active:hover svg{color:#aa96ef;fill:#aa96ef}.devourplay-navigation__item--active:hover svg path{fill:#aa96ef}.devourplay-navigation__item-icon{display:flex;align-items:center}.devourplay-navigation__item-icon svg{max-height:14px;width:auto;color:inherit}.devourplay-navigation__item-text{line-height:1}.devourplay-navigation__controls{display:flex;align-items:center;gap:16px}.devourplay-navigation__user-info{display:none}@media (min-width: 1054px){.devourplay-navigation__user-info{display:flex;align-items:center}}.devourplay-navigation__xp{font-size:14px;font-weight:600;color:#aa96ef;background-color:#48425d;padding:6px 12px;border-radius:16px}.devourplay-navigation__desktop-user{display:none}@media (min-width: 1054px){.devourplay-navigation__desktop-user{display:flex;align-items:center}}.devourplay-navigation__login-btn{background:#48425D;color:#aa96ef;border:none;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .2s ease}.devourplay-navigation__login-btn:hover{opacity:.8}.devourplay-navigation__user-dropdown{position:relative}.devourplay-navigation__user-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;color:#b8b8b9;font-size:20px;cursor:pointer;border-radius:8px;transition:background-color .2s ease}.devourplay-navigation__user-button:hover{background-color:#2d2d2f}.devourplay-navigation__dropdown-menu{position:absolute;top:100%;right:0;margin-top:8px;min-width:200px;background-color:#39393b;border:1px solid #2a2a2a;border-radius:8px;box-shadow:0 4px 12px #0000004d;z-index:1000;overflow:hidden}.devourplay-navigation__dropdown-header{padding:16px;display:flex;flex-direction:column;gap:4px}.devourplay-navigation__dropdown-username{color:#aa96ef;font-size:14px;font-weight:600}.devourplay-navigation__dropdown-xp{color:#b8b8b9;font-size:12px}.devourplay-navigation__dropdown-divider{margin:0;border:none;border-top:1px solid #2a2a2a}.devourplay-navigation__dropdown-item{width:100%;padding:12px 16px;background:none;border:none;color:#b8b8b9;font-size:14px;text-align:left;cursor:pointer;transition:background-color .2s ease}.devourplay-navigation__dropdown-item:hover{background-color:#2d2d2f}.devourplay-navigation__dropdown-item--logout{color:#ff6b6b}.devourplay-navigation__dropdown-item--logout:hover{background-color:#ff6b6b1a}.devourplay-navigation__mobile-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:none;color:#b8b8b9;font-size:24px;cursor:pointer;border-radius:8px;transition:background-color .2s ease}@media (min-width: 1054px){.devourplay-navigation__mobile-toggle{display:none}}.devourplay-navigation__mobile-toggle:hover{background-color:#2d2d2f}.devourplay-navigation__mobile-bar{display:none}@media (max-width: 1054px){.devourplay-navigation__mobile-bar{display:flex;align-items:center;gap:8px;flex:1;margin-left:16px}}.devourplay-navigation__mobile-bar-item{display:flex;align-items:center;gap:6px;padding:6px 12px;border:none;background:none;color:#b8b8b9;font-size:14px;font-weight:700;cursor:pointer;border-radius:100px;transition:all .2s ease;white-space:nowrap}.devourplay-navigation__mobile-bar-item svg{width:20px;height:20px;flex-shrink:0}.devourplay-navigation__mobile-bar-item span{display:none}.devourplay-navigation__mobile-bar-item:hover{background-color:#2d2d2f;color:#b8b8b9}.devourplay-navigation__mobile-bar-item--active{background-color:#48425d;color:#aa96ef}.devourplay-navigation__mobile-bar-item--active span{display:inline}.devourplay-navigation__mobile-bar-item--active:hover{background-color:#48425d;color:#aa96ef}.devourplay-navigation__mobile-menu{position:fixed;top:58px;left:0;right:0;bottom:0;background-color:#39393b;transform:translate(100%);transition:transform .3s ease;overflow-y:auto;display:flex;flex-direction:column}@media (min-width: 1054px){.devourplay-navigation__mobile-menu{display:none}}.devourplay-navigation__mobile-menu--open{transform:translate(0)}.devourplay-navigation__mobile-items{display:flex;flex-direction:column;padding:16px}.devourplay-navigation__mobile-item{display:flex;align-items:center;gap:16px;width:100%;padding:16px;border:none;background:none;color:#b8b8b9;font-size:16px;font-weight:600;text-align:left;cursor:pointer;border-radius:8px;transition:background-color .2s ease}.devourplay-navigation__mobile-item:hover{background-color:#2d2d2f;color:#b8b8b9}.devourplay-navigation__mobile-item--active{background-color:#48425d;color:#aa96ef}.devourplay-navigation__mobile-item--active svg{color:#aa96ef}.devourplay-navigation__mobile-item--active:hover{background-color:#48425d;color:#aa96ef}.devourplay-navigation__mobile-item--active:hover svg{color:#aa96ef}.devourplay-navigation__mobile-item-icon{display:flex;align-items:center;font-size:20px}.devourplay-navigation__mobile-item-icon svg{width:20px;height:20px}.devourplay-navigation__mobile-user{margin-top:auto;padding:16px;border-top:1px solid #2a2a2a}.devourplay-navigation__mobile-login{width:100%;background:#48425D;color:#aa96ef;border:none;padding:12px 24px;border-radius:24px;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .2s ease}.devourplay-navigation__mobile-login:hover{opacity:.8}.devourplay-navigation__mini{display:none}@media (max-width: 400px){.devourplay-navigation{height:48px}.devourplay-navigation__container{display:none}.devourplay-navigation__mobile-menu{display:none!important}.devourplay-navigation__mini{display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 12px}.devourplay-navigation__mini-logo{width:32px;height:32px}.devourplay-navigation__mini-logo img{width:100%;height:100%}.devourplay-navigation__mini-xp{font-size:14px;font-weight:600;color:#aa96ef;background-color:#48425d;padding:6px 12px;border-radius:16px}}.page-padding-adjuster_discord-activities{padding-top:58px}@media (max-width: 400px){.page-padding-adjuster_discord-activities{padding-top:48px}}.devourplay-mobile-nav{position:fixed;z-index:1001;left:0;right:0;bottom:0;background:linear-gradient(180deg,#1a1a1c 0%,#0f0f10 100%);border-top:1px solid rgba(170,150,239,.2);box-shadow:0 -3px 12px #0000004d}@media (min-width: 768px){.devourplay-mobile-nav{display:none}}.devourplay-mobile-nav_content{padding:.75rem .5rem calc(env(safe-area-inset-bottom,1rem) - .25rem) .5rem;display:flex;justify-content:space-around;align-items:center}.devourplay-mobile-nav_item{display:flex;flex-direction:column;align-items:center;justify-content:center;background:none;border:none;color:#999;cursor:pointer;padding:.75rem .25rem;flex:1;transition:all .2s;text-decoration:none;min-width:0}.devourplay-mobile-nav_item:active{transform:scale(.95)}.devourplay-mobile-nav_item_active{color:#aa96ef}.devourplay-mobile-nav_item_active .devourplay-mobile-nav_icon{color:#aa96ef;filter:drop-shadow(0 0 4px rgba(170,150,239,.5))}.devourplay-mobile-nav_item_disabled{opacity:.5;cursor:not-allowed}.devourplay-mobile-nav_item:not(.devourplay-mobile-nav_item_disabled):hover{color:#d4a5ff}.devourplay-mobile-nav_icon{font-size:1.5rem;margin-bottom:0;transition:all .2s}@media (min-width: 768px){.devourplay-mobile-nav_icon{font-size:1.75rem}}.devourplay-mobile-nav_label{font-size:.625rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}@media (min-width: 768px){.devourplay-mobile-nav_label{font-size:.75rem}}.devourplay-mobile-nav_menu{border-left:1px solid rgba(255,255,255,.1);margin-left:.5rem;padding-left:.75rem}@media (max-width: 767px){.page-padding-adjuster{padding-bottom:4rem}}.devourplay-mobile-sidebar{position:fixed;top:0;right:0;bottom:0;width:80%;max-width:320px;background:linear-gradient(180deg,#1a1a1c 0%,#0f0f10 100%);z-index:1003;display:flex;flex-direction:column;transform:translate(0);animation:slideIn .3s ease-out;box-shadow:-4px 0 20px #00000080}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.devourplay-mobile-sidebar__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);z-index:1002;animation:fadeIn .3s ease-out}.devourplay-mobile-sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.devourplay-mobile-sidebar__logo{height:32px;width:auto;max-width:160px;object-fit:contain}.devourplay-mobile-sidebar__close{background:none;border:none;color:#999;font-size:1.5rem;padding:.5rem;cursor:pointer;transition:color .2s}.devourplay-mobile-sidebar__close:hover{color:#fff}.devourplay-mobile-sidebar__nav{flex:1;overflow-y:auto;padding:1rem 0}.devourplay-mobile-sidebar__item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;background:none;border:none;color:#999;cursor:pointer;transition:all .2s;text-align:left}.devourplay-mobile-sidebar__item:active{background:rgba(255,255,255,.05)}.devourplay-mobile-sidebar__item-icon{font-size:1.25rem;flex-shrink:0}.devourplay-mobile-sidebar__item-label{font-size:.875rem;font-weight:500}.devourplay-mobile-sidebar__item--logout{margin-top:auto;padding-top:1rem;padding-bottom:1rem;border-top:1px solid rgba(255,255,255,.1);margin-top:1rem}.devourplay-mobile-sidebar__item--logout:hover{color:#f44}.devourplay-mobile-sidebar__user{display:flex;align-items:center;gap:.75rem;padding:1rem;border-top:1px solid rgba(255,255,255,.1);margin-top:auto}.devourplay-mobile-sidebar__user-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;border:2px solid #aa96ef;flex-shrink:0}.devourplay-mobile-sidebar__user-avatar img{width:100%;height:100%;object-fit:cover}.devourplay-mobile-sidebar__user-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#aa96ef 0%,#d4a5ff 100%);display:flex;align-items:center;justify-content:center;color:#000;font-weight:700;font-size:1.125rem}.devourplay-mobile-sidebar__user-info{flex:1;min-width:0}.devourplay-mobile-sidebar__user-name{display:block;color:#fff;font-weight:600;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.devourplay-mobile-sidebar__user-status{display:block;color:#4ade80;font-size:.75rem;font-weight:500}.devourplay-mobile-sidebar__socials{display:flex;justify-content:center;align-items:center;gap:1.5rem;padding:1rem;border-top:1px solid rgba(255,255,255,.1);margin-top:auto}.devourplay-mobile-sidebar__social-link{color:#999;font-size:1.25rem;transition:all .2s;text-decoration:none}.devourplay-mobile-sidebar__social-link:hover{color:#aa96ef;transform:translateY(-2px)}.devourplay-mobile-sidebar__social-link:active{transform:translateY(0)}.devourplay-mobile-sidebar__nav{scrollbar-width:thin;scrollbar-color:rgba(170,150,239,.3) transparent}.devourplay-mobile-sidebar__nav::-webkit-scrollbar{width:4px}.devourplay-mobile-sidebar__nav::-webkit-scrollbar-track{background:transparent}.devourplay-mobile-sidebar__nav::-webkit-scrollbar-thumb{background:rgba(170,150,239,.3);border-radius:2px}.devourplay-mobile-sidebar__nav::-webkit-scrollbar-thumb:hover{background:rgba(170,150,239,.5)}._questProgressCard_zzk2h_71{position:relative;width:100%;min-width:0;overflow:visible;background:linear-gradient(145deg,#121219 0%,#0f0f16 100%),radial-gradient(circle at 30% 30%,rgba(255,255,255,.02) 0%,transparent 50%);border:1px solid rgba(255,255,255,.05);border-radius:24px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 60px #000c,0 12px 25px #0009,0 4px 8px #0006,inset 0 1px #ffffff26,inset 0 -1px #0000004d,inset 1px 0 #ffffff0d}._questProgressCard_zzk2h_71:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 25% 25%,rgba(255,255,255,.03) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(0,0,0,.04) 0%,transparent 40%),linear-gradient(135deg,rgba(255,255,255,.01) 0%,transparent 50%);border-radius:24px;pointer-events:none;mix-blend-mode:overlay;z-index:-1}._questProgressCard_zzk2h_71:hover{transform:translateY(-4px) translateZ(0) rotateX(1deg);box-shadow:0 30px 80px #000000e6,0 18px 35px #000000b3,0 6px 12px #00000080,inset 0 1px #ffffff2e,inset 0 -1px #ffffff1f,inset 1px 0 #ffffff26,inset -1px 0 #ffffff14}._questProgressCard_zzk2h_71:hover:before{background:radial-gradient(circle at 25% 25%,rgba(255,255,255,.04) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(0,0,0,.05) 0%,transparent 40%),linear-gradient(135deg,rgba(255,255,255,.02) 0%,transparent 50%)}._questProgressCard_zzk2h_71 ._header_zzk2h_102{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.05);cursor:pointer;-webkit-user-select:none;user-select:none;transition:opacity .2s ease;position:relative;z-index:2}._questProgressCard_zzk2h_71 ._header_zzk2h_102:hover{opacity:.9}._questProgressCard_zzk2h_71 ._header_zzk2h_102 ._titleGroup_zzk2h_117{display:flex;align-items:center;gap:.5rem}._questProgressCard_zzk2h_71 ._header_zzk2h_102 ._titleGroup_zzk2h_117 ._iconWrapper_zzk2h_122{display:flex;align-items:center;justify-content:center;width:24px;height:24px}._questProgressCard_zzk2h_71 ._header_zzk2h_102 ._titleGroup_zzk2h_117 ._iconWrapper_zzk2h_122 svg{width:20px;height:20px;color:#a88bff}._questProgressCard_zzk2h_71 ._header_zzk2h_102 ._titleGroup_zzk2h_117 h3{color:#fff;font-size:1rem;font-weight:600;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._questProgressCard_zzk2h_71 ._header_zzk2h_102 ._headerRight_zzk2h_141{display:flex;align-items:center;gap:.5rem}._questProgressCard_zzk2h_71 ._header_zzk2h_102 ._claimableBadge_zzk2h_146{background:rgba(255,255,255,.08);color:#fffc;padding:.2rem .5rem;border-radius:8px;font-size:.7rem;font-weight:600;border:1px solid rgba(255,255,255,.2)}._questProgressCard_zzk2h_71 ._collapseToggle_zzk2h_155{background:transparent;border:none;color:#fff9;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.25rem;transition:color .2s ease;pointer-events:none}._questProgressCard_zzk2h_71 ._collapseToggle_zzk2h_155:hover{color:#fffc}._questProgressCard_zzk2h_71._collapsed_zzk2h_171 ._header_zzk2h_102{border-bottom:none}._questProgressCard_zzk2h_71 ._content_zzk2h_174{padding:1.25rem;position:relative;z-index:2}._questProgressCard_zzk2h_71 ._filterButtons_zzk2h_179{display:flex;gap:.25rem;margin-bottom:.75rem;padding:.375rem 0;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}._questProgressCard_zzk2h_71 ._filterButtons_zzk2h_179::-webkit-scrollbar{display:none}._questProgressCard_zzk2h_71 ._filterButtons_zzk2h_179 ._filterButton_zzk2h_179{padding:.25rem .4rem;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.01);color:#ffffff80;border-radius:6px;font-size:.7rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}._questProgressCard_zzk2h_71 ._filterButtons_zzk2h_179 ._filterButton_zzk2h_179:hover{background:rgba(255,255,255,.03);border-color:#ffffff26;color:#ffffffb3}._questProgressCard_zzk2h_71 ._filterButtons_zzk2h_179 ._filterButton_zzk2h_179._active_zzk2h_208{background:rgba(132,99,243,.15);border:1px solid #A88BFF;border-radius:20px;color:#ffffffb3;font-weight:600;box-shadow:0 0 0 .5px #a88bff4d}._questProgressCard_zzk2h_71 ._timePeriodFilters_zzk2h_216{display:flex;gap:.25rem;margin-bottom:.75rem;padding:.375rem 0;flex-wrap:wrap}._questProgressCard_zzk2h_71 ._timePeriodFilters_zzk2h_216 ._timePeriodButton_zzk2h_223{padding:.375rem .5rem;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.01);color:#ffffff80;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease}._questProgressCard_zzk2h_71 ._timePeriodFilters_zzk2h_216 ._timePeriodButton_zzk2h_223:hover{background:rgba(255,255,255,.03);border-color:#ffffff26;color:#ffffffb3}._questProgressCard_zzk2h_71 ._timePeriodFilters_zzk2h_216 ._timePeriodButton_zzk2h_223._active_zzk2h_208{background:rgba(132,99,243,.15);border:1px solid #A88BFF;border-radius:6px;color:#ffffffb3;font-weight:600;box-shadow:0 0 0 .5px #a88bff4d}._questProgressCard_zzk2h_71 ._gameFilterWrapper_zzk2h_247{display:inline-block;margin-left:.25rem}._questProgressCard_zzk2h_71 ._gameFilterWrapper_zzk2h_247 select{padding:.2rem 1.5rem .2rem .5rem;border:1px solid rgba(255,255,255,.08);background-color:#ffffff03;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="rgba(255,255,255,0.5)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');background-repeat:no-repeat;background-position:right .375rem center;background-size:12px;color:#ffffff80;border-radius:6px;font-size:.75rem;font-weight:500;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;cursor:pointer;transition:all .2s ease;appearance:none;-webkit-appearance:none;-moz-appearance:none;min-width:120px;max-width:180px;height:28px;line-height:1}._questProgressCard_zzk2h_71 ._gameFilterWrapper_zzk2h_247 select:hover{background-color:#ffffff08;border-color:#ffffff26;color:#ffffffb3}._questProgressCard_zzk2h_71 ._gameFilterWrapper_zzk2h_247 select:focus{outline:none;border-color:#ffffff26;box-shadow:0 0 0 .5px #ffffff1a}._questProgressCard_zzk2h_71 ._gameFilterWrapper_zzk2h_247 select option{background:#121219;color:#ffffffe6;padding:.25rem}._questProgressCard_zzk2h_71 ._questTable_zzk2h_290{width:100%;min-width:0;border-collapse:separate;border-spacing:0;table-layout:fixed}._questProgressCard_zzk2h_71 ._questTable_zzk2h_290 thead tr{border-bottom:1px solid rgba(255,255,255,.05)}._questProgressCard_zzk2h_71 ._questTable_zzk2h_290 thead th{text-align:left;padding:.375rem .25rem;color:#ffffff59;font-size:.625rem;font-weight:400;text-transform:uppercase;letter-spacing:.5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;white-space:nowrap}._questProgressCard_zzk2h_71 ._questTable_zzk2h_290 thead th:nth-child(1){width:35%;max-width:35%}._questProgressCard_zzk2h_71 ._questTable_zzk2h_290 thead th:nth-child(2){width:12%;max-width:12%;text-align:center}._questProgressCard_zzk2h_71 ._questTable_zzk2h_290 thead th:nth-child(3){width:20%;max-width:20%}._questProgressCard_zzk2h_71 ._questTable_zzk2h_290 thead th:nth-child(4){width:18%;max-width:18%;text-align:center}._questProgressCard_zzk2h_71 ._questTable_zzk2h_290 thead th:nth-child(5){width:15%;max-width:15%;text-align:center}._questProgressCard_zzk2h_71 ._questTable_zzk2h_290 tbody tr{border-bottom:1px solid rgba(255,255,255,.03);transition:background-color .2s ease}._questProgressCard_zzk2h_71 ._questTable_zzk2h_290 tbody tr:hover{background:rgba(255,255,255,.02)}._questProgressCard_zzk2h_71 ._questTable_zzk2h_290 tbody tr._claimable_zzk2h_146{background:rgba(120,89,230,.02)}._questProgressCard_zzk2h_71 ._questTable_zzk2h_290 tbody tr._claimable_zzk2h_146:hover{background:rgba(120,89,230,.04)}._questProgressCard_zzk2h_71 ._questTable_zzk2h_290 tbody td{padding:.5rem .25rem;color:#ffffffd9;font-size:.75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;vertical-align:middle;word-break:break-word;overflow:hidden;text-overflow:ellipsis}._questProgressCard_zzk2h_71 ._questTable_zzk2h_290 tbody td:nth-child(1){width:35%;max-width:35%}._questProgressCard_zzk2h_71 ._questTable_zzk2h_290 tbody td:nth-child(2){width:12%;max-width:12%;text-align:center}._questProgressCard_zzk2h_71 ._questTable_zzk2h_290 tbody td:nth-child(3){width:20%;max-width:20%}._questProgressCard_zzk2h_71 ._questTable_zzk2h_290 tbody td:nth-child(4){width:18%;max-width:18%;text-align:center}._questProgressCard_zzk2h_71 ._questTable_zzk2h_290 tbody td:nth-child(5){width:15%;max-width:15%;text-align:center}._questProgressCard_zzk2h_71 ._questCell_zzk2h_380{display:flex;flex-direction:column;gap:.25rem}._questProgressCard_zzk2h_71 ._questCell_zzk2h_380 ._gameTag_zzk2h_385{font-size:.5625rem;color:#ffffff59;text-transform:uppercase;letter-spacing:.3px;font-weight:400;display:inline-block}._questProgressCard_zzk2h_71 ._questCell_zzk2h_380 ._questNameContainer_zzk2h_393{display:flex;align-items:center;gap:.5rem;min-width:0}._questProgressCard_zzk2h_71 ._questCell_zzk2h_380 ._expandButton_zzk2h_399{flex-shrink:0;display:flex;align-items:center;justify-content:center}._questProgressCard_zzk2h_71 ._questCell_zzk2h_380 ._questName_zzk2h_393{font-weight:500;color:#ffffffe6;font-size:.75rem;line-height:1.2;flex:1;min-width:0}._questProgressCard_zzk2h_71 ._expandButton_zzk2h_399{background:transparent;border:none;cursor:pointer;padding:0 8px 0 0;font-size:14px;color:#fff9;transition:color .2s ease}._questProgressCard_zzk2h_71 ._questType_zzk2h_428{display:inline-block;padding:.25rem .625rem;border-radius:12px;font-size:.75rem;font-weight:500;background:rgba(255,255,255,.05);color:#ffffffb3}._questProgressCard_zzk2h_71 ._questType_zzk2h_428._daily_zzk2h_437{background:rgba(66,165,245,.15);color:#42a5f5}._questProgressCard_zzk2h_71 ._questType_zzk2h_428._weekly_zzk2h_441{background:rgba(171,71,188,.15);color:#ab47bc}._questProgressCard_zzk2h_71 ._questType_zzk2h_428._event_zzk2h_445{background:rgba(255,167,38,.15);color:#ffa726}._questProgressCard_zzk2h_71 ._questType_zzk2h_428._achievement_zzk2h_449{background:rgba(255,235,59,.15);color:#ffeb3b}._questProgressCard_zzk2h_71 ._progressCell_zzk2h_453{display:flex;flex-direction:column;gap:.25rem}._questProgressCard_zzk2h_71 ._progressCell_zzk2h_453 ._complete_zzk2h_458{color:#fffc;font-weight:600;font-size:.75rem}._questProgressCard_zzk2h_71 ._progressCell_zzk2h_453 ._progressBar_zzk2h_463{height:6px;background:rgba(255,255,255,.05);border-radius:4px;overflow:hidden;width:100px;max-width:100%;box-shadow:inset 0 1px 3px #0003}._questProgressCard_zzk2h_71 ._progressCell_zzk2h_453 ._progressBar_zzk2h_463 ._progressFill_zzk2h_472{height:100%;background:linear-gradient(90deg,#8463F3,#A88BFF);border-radius:4px;transition:width .3s ease;box-shadow:0 2px 4px #8463f34d;position:relative}._questProgressCard_zzk2h_71 ._progressCell_zzk2h_453 ._progressBar_zzk2h_463 ._progressFill_zzk2h_472:after{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,rgba(255,255,255,.3),rgba(255,255,255,.1));border-radius:4px 4px 0 0}._questProgressCard_zzk2h_71 ._progressCell_zzk2h_453 ._progressText_zzk2h_490{font-size:.7rem;color:#fff9;font-weight:500}._questProgressCard_zzk2h_71 ._rewards_zzk2h_495{display:flex;flex-direction:column;gap:.125rem;min-width:80px}._questProgressCard_zzk2h_71 ._rewards_zzk2h_495 ._xpReward_zzk2h_501{color:#ffffffb3;font-weight:600;font-size:.7rem}._questProgressCard_zzk2h_71 ._rewards_zzk2h_495 ._fuelReward_zzk2h_506{color:#ffa726;font-weight:600;font-size:.7rem}._questProgressCard_zzk2h_71 ._rewards_zzk2h_495 ._otherReward_zzk2h_511{color:#4fc3f7;font-weight:600;font-size:.7rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px}._questProgressCard_zzk2h_71 ._rewards_zzk2h_495 ._noReward_zzk2h_520{color:#fff3;font-size:.75rem;text-align:center}._questProgressCard_zzk2h_71 ._claimButton_zzk2h_525{background:rgba(255,255,255,.05);color:#ffffffb3;border:1px solid rgba(255,255,255,.15);padding:.25rem .5rem;border-radius:4px;font-size:.65rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;text-align:center;display:inline-block}._questProgressCard_zzk2h_71 ._claimButton_zzk2h_525:hover:not(:disabled){background:rgba(255,255,255,.08);border-color:#ffffff40;color:#ffffffe6;transform:translateY(-1px)}._questProgressCard_zzk2h_71 ._claimButton_zzk2h_525:disabled{opacity:.6;cursor:not-allowed}._questProgressCard_zzk2h_71 ._nearComplete_zzk2h_549{color:#ffa726;font-weight:600;font-size:.7rem;white-space:nowrap}._questProgressCard_zzk2h_71 ._inProgress_zzk2h_555{color:#ffffff80;font-size:.7rem;white-space:nowrap}._questProgressCard_zzk2h_71 ._claimed_zzk2h_560{color:#ffffff4d;font-size:.7rem;font-style:italic}._questProgressCard_zzk2h_71 ._expired_zzk2h_565{color:#ff646480;font-size:.7rem;font-style:italic}._questProgressCard_zzk2h_71 ._noResults_zzk2h_570{padding:2rem;text-align:center;color:#ffffff80;font-size:.9rem}._questProgressCard_zzk2h_71 ._pagination_zzk2h_576{display:flex;justify-content:center;align-items:center;gap:1rem;padding:1rem 0;margin-top:1rem;border-top:1px solid rgba(255,255,255,.05)}._questProgressCard_zzk2h_71 ._pagination_zzk2h_576 ._pageButton_zzk2h_585{padding:.375rem .75rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:#ffffffb3;border-radius:4px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease}._questProgressCard_zzk2h_71 ._pagination_zzk2h_576 ._pageButton_zzk2h_585:hover:not(:disabled){background:rgba(255,255,255,.08);border-color:#fff3;color:#ffffffe6}._questProgressCard_zzk2h_71 ._pagination_zzk2h_576 ._pageButton_zzk2h_585:disabled{opacity:.4;cursor:not-allowed}._questProgressCard_zzk2h_71 ._pagination_zzk2h_576 ._pageInfo_zzk2h_605{font-size:.75rem;color:#fff9;font-weight:500}._questProgressCard_zzk2h_71 ._resetPeriod_zzk2h_610{padding:.125rem .375rem;border-radius:3px;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px;display:inline-block;white-space:nowrap}._questProgressCard_zzk2h_71 ._resetPeriod_zzk2h_610._daily_zzk2h_437{background:rgba(33,150,243,.12);color:#64b5f6}._questProgressCard_zzk2h_71 ._resetPeriod_zzk2h_610._weekly_zzk2h_441{background:rgba(156,39,176,.12);color:#ce93d8}._questProgressCard_zzk2h_71 ._viewMore_zzk2h_636{text-align:center;padding:1rem;color:#ffffff80;font-size:.8125rem;border-top:1px solid rgba(255,255,255,.05);margin-top:1rem}._questProgressCard_zzk2h_71 ._emptyState_zzk2h_644{text-align:center;padding:3rem 2rem}._questProgressCard_zzk2h_71 ._emptyState_zzk2h_644 ._emptyIcon_zzk2h_648{font-size:2rem;margin-bottom:.75rem}._questProgressCard_zzk2h_71 ._emptyState_zzk2h_644 h4{font-size:1rem;color:#fffffff2;margin:0 0 .75rem;font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._questProgressCard_zzk2h_71 ._emptyState_zzk2h_644 p{font-size:.875rem;color:#ffffffb3;margin:0;font-weight:400;line-height:1.4;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500}._questProgressCard_zzk2h_71 ._emptyState_zzk2h_644 span{font-size:.875rem;color:#ffffff80}._questProgressCard_zzk2h_71 ._questCards_zzk2h_672{display:flex;flex-direction:column;gap:.75rem;width:100%}._questProgressCard_zzk2h_71 ._questCard_zzk2h_672{background:linear-gradient(145deg,#121219 0%,#0f0f16 100%),radial-gradient(circle at 30% 30%,rgba(255,255,255,.02) 0%,transparent 50%);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 8px 32px #00000080,0 2px 8px #0006,inset 0 1px #ffffff14}._questProgressCard_zzk2h_71 ._questCard_zzk2h_672._claimable_zzk2h_146{border-color:#7859e64d;background:rgba(120,89,230,.05)}._questProgressCard_zzk2h_71 ._questCard_zzk2h_672:hover{transform:translateY(-2px);box-shadow:0 12px 40px #0009,0 4px 12px #00000080,inset 0 1px #ffffff14}._questProgressCard_zzk2h_71 ._questCardHeader_zzk2h_695{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}._questProgressCard_zzk2h_71 ._questHeaderRow_zzk2h_701{display:grid;grid-template-columns:1fr auto;gap:.5rem;align-items:center}._questProgressCard_zzk2h_71 ._gameTag_zzk2h_385{display:inline-block;background:rgba(132,99,243,.15);color:#a88bff;padding:.125rem .375rem;border-radius:4px;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;width:fit-content}._questProgressCard_zzk2h_71 ._questNameContainer_zzk2h_393{display:flex;align-items:center;gap:.375rem;min-width:0;width:100%}._questProgressCard_zzk2h_71 ._expandButton_zzk2h_399{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:0;min-width:16px;background:transparent;border:none;cursor:pointer;font-size:14px;color:#fff9;transition:color .2s ease}._questProgressCard_zzk2h_71 ._expandButton_zzk2h_399:hover{color:#ffffffe6}._questProgressCard_zzk2h_71 ._expandButton_zzk2h_399:focus{outline:none}._questProgressCard_zzk2h_71 ._questName_zzk2h_393{color:#fffffff2;font-size:.8125rem;font-weight:600;margin:0;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}._questProgressCard_zzk2h_71 ._resetPeriod_zzk2h_610{padding:.25rem .5rem;font-size:.625rem;font-weight:600;border-radius:4px;text-transform:uppercase;letter-spacing:.025em;white-space:nowrap;height:fit-content}._questProgressCard_zzk2h_71 ._resetPeriod_zzk2h_610._daily_zzk2h_437{background:rgba(255,193,7,.12);color:#ffd54f}._questProgressCard_zzk2h_71 ._resetPeriod_zzk2h_610._weekly_zzk2h_441{background:rgba(33,150,243,.12);color:#64b5f6}._questProgressCard_zzk2h_71 ._resetPeriod_zzk2h_610._monthly_zzk2h_628{background:rgba(76,175,80,.12);color:#81c784}._questProgressCard_zzk2h_71 ._resetPeriod_zzk2h_610._never_zzk2h_632{background:rgba(255,255,255,.05);color:#fff6}._questProgressCard_zzk2h_71 ._questCardProgress_zzk2h_784{margin-bottom:.75rem}._questProgressCard_zzk2h_71 ._questCardProgress_zzk2h_784 ._progressBar_zzk2h_463{background:rgba(255,255,255,.05);height:6px;border-radius:3px;overflow:hidden;margin-bottom:.375rem}._questProgressCard_zzk2h_71 ._questCardProgress_zzk2h_784 ._progressBar_zzk2h_463 ._progressFill_zzk2h_472{background:linear-gradient(90deg,#7859E6 0%,#9C7BFF 100%);height:100%;border-radius:3px;transition:width .3s ease}._questProgressCard_zzk2h_71 ._questCardProgress_zzk2h_784 ._progressText_zzk2h_490{font-size:.75rem;color:#fff9;font-weight:500}._questProgressCard_zzk2h_71 ._questCardProgress_zzk2h_784 ._claimed_zzk2h_560,._questProgressCard_zzk2h_71 ._questCardProgress_zzk2h_784 ._expired_zzk2h_565,._questProgressCard_zzk2h_71 ._questCardProgress_zzk2h_784 ._complete_zzk2h_458{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}._questProgressCard_zzk2h_71 ._questCardProgress_zzk2h_784 ._claimed_zzk2h_560{color:#fff6}._questProgressCard_zzk2h_71 ._questCardProgress_zzk2h_784 ._expired_zzk2h_565{color:#ff6b6b}._questProgressCard_zzk2h_71 ._questCardProgress_zzk2h_784 ._complete_zzk2h_458{color:#7859e6}._questProgressCard_zzk2h_71 ._questCardFooter_zzk2h_822{display:flex;justify-content:space-between;align-items:center;gap:.75rem}._questProgressCard_zzk2h_71 ._questCardFooter_zzk2h_822 ._rewards_zzk2h_495{display:flex;flex-wrap:wrap;gap:.375rem;flex:1;min-width:0}._questProgressCard_zzk2h_71 ._questCardFooter_zzk2h_822 ._rewards_zzk2h_495 ._xpReward_zzk2h_501,._questProgressCard_zzk2h_71 ._questCardFooter_zzk2h_822 ._rewards_zzk2h_495 ._fuelReward_zzk2h_506,._questProgressCard_zzk2h_71 ._questCardFooter_zzk2h_822 ._rewards_zzk2h_495 ._otherReward_zzk2h_511,._questProgressCard_zzk2h_71 ._questCardFooter_zzk2h_822 ._rewards_zzk2h_495 ._noReward_zzk2h_520{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}._questProgressCard_zzk2h_71 ._questCardFooter_zzk2h_822 ._rewards_zzk2h_495 ._xpReward_zzk2h_501{background:rgba(120,89,230,.12);color:#9c7bff}._questProgressCard_zzk2h_71 ._questCardFooter_zzk2h_822 ._rewards_zzk2h_495 ._fuelReward_zzk2h_506{background:rgba(255,193,7,.12);color:#ffd54f}._questProgressCard_zzk2h_71 ._questCardFooter_zzk2h_822 ._rewards_zzk2h_495 ._otherReward_zzk2h_511{background:rgba(33,150,243,.12);color:#64b5f6}._questProgressCard_zzk2h_71 ._questCardFooter_zzk2h_822 ._rewards_zzk2h_495 ._noReward_zzk2h_520{display:none}._questProgressCard_zzk2h_71 ._questCardFooter_zzk2h_822 ._questAction_zzk2h_859{flex-shrink:0}._questProgressCard_zzk2h_71 ._questCardFooter_zzk2h_822 ._questAction_zzk2h_859 ._claimButton_zzk2h_525{background:linear-gradient(135deg,#7859E6 0%,#9C7BFF 100%);border:none;color:#fff;padding:.5rem 1rem;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.025em}._questProgressCard_zzk2h_71 ._questCardFooter_zzk2h_822 ._questAction_zzk2h_859 ._claimButton_zzk2h_525:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #ffffff1a}._questProgressCard_zzk2h_71 ._questCardFooter_zzk2h_822 ._questAction_zzk2h_859 ._claimButton_zzk2h_525:disabled{opacity:.5;cursor:not-allowed}._questProgressCard_zzk2h_71 ._questCardFooter_zzk2h_822 ._questAction_zzk2h_859 ._claimed_zzk2h_560,._questProgressCard_zzk2h_71 ._questCardFooter_zzk2h_822 ._questAction_zzk2h_859 ._nearComplete_zzk2h_549,._questProgressCard_zzk2h_71 ._questCardFooter_zzk2h_822 ._questAction_zzk2h_859 ._inProgress_zzk2h_555{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}._questProgressCard_zzk2h_71 ._questCardFooter_zzk2h_822 ._questAction_zzk2h_859 ._claimed_zzk2h_560{color:#fff6}._questProgressCard_zzk2h_71 ._questCardFooter_zzk2h_822 ._questAction_zzk2h_859 ._nearComplete_zzk2h_549{color:#ffd54f}._questProgressCard_zzk2h_71 ._questCardFooter_zzk2h_822 ._questAction_zzk2h_859 ._inProgress_zzk2h_555{color:#fff9}@keyframes _pulse_zzk2h_1{0%{box-shadow:0 0 #7859e666}70%{box-shadow:0 0 0 10px #7859e600}to{box-shadow:0 0 #7859e600}}._expandedRow_zzk2h_912{background:rgba(255,255,255,.01)}._expandedRow_zzk2h_912:hover{background:rgba(255,255,255,.015)}._expandedCell_zzk2h_919{padding:1rem!important}._milestonesContainer_zzk2h_923{margin-top:.5rem;padding:0;background:transparent;border-radius:0;border:none}._milestonesHeader_zzk2h_931{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.5rem;padding-bottom:.375rem;border-bottom:1px solid rgba(255,255,255,.05)}._milestonesTitle_zzk2h_940{font-size:.6875rem;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px}._milestonesSubtitle_zzk2h_948{font-size:.625rem;font-weight:400;color:#fff9;font-style:italic}._milestonesList_zzk2h_955{display:flex;flex-direction:column;gap:0}._milestoneItem_zzk2h_961{display:flex;align-items:center;gap:.25rem;padding:.5rem .25rem;background:transparent;border-radius:0;border:none;border-bottom:1px solid rgba(255,255,255,.04);transition:all .2s ease;margin-bottom:0}._milestoneItem_zzk2h_961:first-child{padding-top:.25rem}._milestoneItem_zzk2h_961:last-child{border-bottom:none}._milestoneItem_zzk2h_961:hover{background:rgba(255,255,255,.02)}._milestoneItem_zzk2h_961._complete_zzk2h_458{background:transparent}._milestoneItem_zzk2h_961._complete_zzk2h_458 ._milestoneProgressFill_zzk2h_985{background:linear-gradient(90deg,#4CAF50,#66BB6A)}._milestoneNameColumn_zzk2h_988{width:35%;max-width:35%;padding-right:.5rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.125rem;min-width:0}._milestoneName_zzk2h_988{font-size:.7rem;font-weight:600;color:#ffffffb3;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;min-width:0}._lockIcon_zzk2h_1012{font-size:.625rem;margin-left:.25rem;flex-shrink:0}._milestoneResetColumn_zzk2h_1018{width:12%;max-width:12%;text-align:center;padding:0 .25rem}._milestoneDescription_zzk2h_1025{font-size:.625rem;color:#ffffffb3;line-height:1.3;font-weight:400;font-style:italic;width:100%;display:block;text-align:left}._milestoneProgressColumn_zzk2h_1036{width:20%;max-width:20%;display:flex;flex-direction:column;justify-content:center;gap:.25rem;padding:0 .25rem}._milestoneProgressBar_zzk2h_1046{width:100%;height:6px;background:rgba(0,0,0,.4);border-radius:3px;overflow:hidden;box-shadow:inset 0 1px 2px #0000004d}._milestoneProgressFill_zzk2h_985{height:100%;background:linear-gradient(90deg,#8463F3,#A88BFF);border-radius:2px;transition:width .3s ease;box-shadow:0 1px 3px #8463f366;position:relative}._milestoneProgressFill_zzk2h_985:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,rgba(255,255,255,.2),rgba(255,255,255,.1));border-radius:2px 2px 0 0}._milestoneProgressText_zzk2h_1074{font-size:.625rem;font-weight:500;color:#ffffffbf;text-align:left;white-space:nowrap}._milestoneCompleteText_zzk2h_1082{font-size:.7rem;font-weight:600;color:#5eead4f2;text-align:left;white-space:nowrap}._milestoneRewardActionColumn_zzk2h_1090{width:33%;max-width:33%;text-align:center;padding:0 .25rem;display:flex!important;flex-direction:column!important;gap:.5rem!important;align-items:center!important;justify-content:center!important;align-self:center}._milestoneRewardActionColumn_zzk2h_1090 ._milestoneRewards_zzk2h_1102{display:flex!important;flex-direction:column!important;gap:.125rem!important;align-items:center!important}._milestoneRewardActionColumn_zzk2h_1090 ._milestoneRewards_zzk2h_1102 ._xpReward_zzk2h_501,._milestoneRewardActionColumn_zzk2h_1090 ._milestoneRewards_zzk2h_1102 ._fuelReward_zzk2h_506,._milestoneRewardActionColumn_zzk2h_1090 ._milestoneRewards_zzk2h_1102 ._otherReward_zzk2h_511{font-size:.625rem;font-weight:600;white-space:nowrap}._milestoneRewardActionColumn_zzk2h_1090 ._milestoneRewards_zzk2h_1102 ._xpReward_zzk2h_501{color:#ffffffb3}._milestoneRewardActionColumn_zzk2h_1090 ._milestoneRewards_zzk2h_1102 ._fuelReward_zzk2h_506{color:#ffa726}._milestoneRewardActionColumn_zzk2h_1090 ._milestoneRewards_zzk2h_1102 ._otherReward_zzk2h_511{color:#4fc3f7}._milestoneRewardActionColumn_zzk2h_1090 .milestone-claimed-badge{background:rgba(76,175,80,.15);color:#66bb6a;border:1px solid rgba(76,175,80,.3);border-radius:6px;padding:.25rem .5rem;font-size:.625rem;font-weight:500;white-space:nowrap}._milestoneRewardActionColumn_zzk2h_1090 .go-vip-ow_quest-reward-card_claim-btn{font-size:.625rem;padding:.25rem .5rem}._milestoneContent_zzk2h_1139{flex:1;min-width:0;display:flex;flex-direction:column}._milestoneAction_zzk2h_1146{flex-shrink:0;display:flex!important;flex-direction:row!important;align-items:flex-start!important;gap:.5rem!important;padding-top:.125rem;justify-content:flex-end!important;align-self:flex-start!important;margin-top:auto}._milestoneAction_zzk2h_1146 ._milestoneRewards_zzk2h_1102{display:flex!important;flex-direction:column!important;align-items:flex-end!important;gap:.125rem!important}._milestoneHeader_zzk2h_1164{display:flex;align-items:center;gap:.625rem;margin-bottom:0}._milestoneDescriptionRow_zzk2h_1171{margin-top:.25rem;margin-bottom:.25rem}._milestoneRewards_zzk2h_1102{display:flex;align-items:center;gap:.5rem}._milestoneRewards_zzk2h_1102 span{white-space:nowrap;font-size:.625rem;font-weight:600}._milestoneNumber_zzk2h_1187{font-size:.6875rem;font-weight:600;color:#ffffff4d;min-width:16px;flex-shrink:0}._milestoneProgress_zzk2h_985{font-size:.625rem;font-weight:500;color:#fff6;min-width:40px;text-align:right;white-space:nowrap;flex-shrink:0}._milestoneProgressRow_zzk2h_1205{display:flex;align-items:center;gap:.5rem}._milestoneStatusRow_zzk2h_1211{display:flex;align-items:center;gap:.5rem;padding:.25rem 0}._checkpointList_zzk2h_1218{display:flex;flex-direction:column;gap:.25rem;margin-top:.5rem;padding:.5rem;background:rgba(0,0,0,.2);border-radius:8px;border:1px solid rgba(255,255,255,.05)}._checkpointItem_zzk2h_1229{display:flex;align-items:center;gap:.5rem;padding:.375rem .5rem;border-radius:4px;transition:background .2s ease}._checkpointItem_zzk2h_1229:hover{background:rgba(255,255,255,.03)}._checkpointIcon_zzk2h_1241{font-size:.75rem;width:1.25rem;text-align:center;flex-shrink:0}._checkpointProgress_zzk2h_1248{font-size:.75rem;font-weight:500;color:#ffffffb3;min-width:3rem}._checkpointReward_zzk2h_1255{font-size:.7rem;font-weight:600;color:#a88bff;margin-left:auto}._checkpointComplete_zzk2h_1262 ._checkpointIcon_zzk2h_1241{color:#4caf50}._checkpointComplete_zzk2h_1262 ._checkpointProgress_zzk2h_1248{color:#ffffff80;text-decoration:line-through}._checkpointActive_zzk2h_1270{background:rgba(168,139,255,.1);border:1px solid rgba(168,139,255,.3)}._checkpointActive_zzk2h_1270 ._checkpointIcon_zzk2h_1241{color:#a88bff}._checkpointActive_zzk2h_1270 ._checkpointProgress_zzk2h_1248{color:#ffffffe6}._checkpointLocked_zzk2h_1281{opacity:.5}._checkpointLocked_zzk2h_1281 ._checkpointIcon_zzk2h_1241{color:#fff6}._milestoneClaimButton_zzk2h_1288{padding:.1875rem .5rem;font-size:.5625rem;font-weight:600;background:linear-gradient(135deg,#8463F3,#A88BFF);color:#fff;border:none;border-radius:3px;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}._milestoneClaimButton_zzk2h_1288:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #8463f366}._milestoneClaimButton_zzk2h_1288:disabled{opacity:.6;cursor:not-allowed}.frame-one-button._cockpitClaimButton_zzk2h_1310{background:rgba(132,99,243,.15)!important;background-image:none!important;border:1px solid #A88BFF!important;box-shadow:0 0 0 .5px #a88bff4d!important;border-radius:20px!important;padding:4px 12px!important;min-height:24px!important;height:24px!important;font-size:11px!important;line-height:1!important;transition:all .2s ease!important}.frame-one-button._cockpitClaimButton_zzk2h_1310 span{font-size:11px!important;font-weight:600!important;color:#ffffffb3!important;line-height:1!important}.frame-one-button._cockpitClaimButton_zzk2h_1310:hover{background:rgba(132,99,243,.2)!important;background-image:none!important;box-shadow:0 0 0 1px #a88bff80!important;transform:none!important}.frame-one-button._cockpitClaimButton_zzk2h_1310:hover span{color:#fffc!important}.frame-one-button._cockpitClaimButton_zzk2h_1310:active{background:rgba(132,99,243,.25)!important;background-image:none!important;box-shadow:0 0 0 1px #a88bff99!important;transform:none!important}@media (max-width: 768px){._questProgressCard_zzk2h_71{padding:1rem;border-radius:24px}._questProgressCard_zzk2h_71._compact_zzk2h_1350{padding:0;border-radius:24px}._questProgressCard_zzk2h_71 ._filterButtons_zzk2h_179,._questProgressCard_zzk2h_71 ._timePeriodFilters_zzk2h_216{gap:.2rem}._questProgressCard_zzk2h_71 ._filterButtons_zzk2h_179 ._filterButton_zzk2h_179,._questProgressCard_zzk2h_71 ._filterButtons_zzk2h_179 ._timePeriodButton_zzk2h_223,._questProgressCard_zzk2h_71 ._timePeriodFilters_zzk2h_216 ._filterButton_zzk2h_179,._questProgressCard_zzk2h_71 ._timePeriodFilters_zzk2h_216 ._timePeriodButton_zzk2h_223{padding:.3rem .4rem;font-size:.75rem}._questProgressCard_zzk2h_71 ._gameFilterWrapper_zzk2h_247{width:100%;margin-left:0;margin-top:.5rem;margin-bottom:.25rem}._questProgressCard_zzk2h_71 ._gameFilterWrapper_zzk2h_247 select{width:100%;max-width:none}._questProgressCard_zzk2h_71 ._questTable_zzk2h_290{font-size:.8125rem;min-width:600px}._questProgressCard_zzk2h_71 ._questTable_zzk2h_290 thead th{font-size:.6875rem;padding:.5rem}._questProgressCard_zzk2h_71 ._questTable_zzk2h_290 thead th:nth-child(1){min-width:180px}._questProgressCard_zzk2h_71 ._questTable_zzk2h_290 thead th:nth-child(2){width:60px}._questProgressCard_zzk2h_71 ._questTable_zzk2h_290 thead th:nth-child(3){min-width:120px}._questProgressCard_zzk2h_71 ._questTable_zzk2h_290 thead th:nth-child(4){width:80px}._questProgressCard_zzk2h_71 ._questTable_zzk2h_290 thead th:nth-child(5){min-width:120px}._questProgressCard_zzk2h_71 ._questTable_zzk2h_290 tbody td{font-size:.8125rem;padding:.75rem .5rem}._questProgressCard_zzk2h_71 ._claimButton_zzk2h_525{padding:.375rem .875rem;font-size:.8125rem}}.collapsible-data-card{background:linear-gradient(145deg,#121219 0%,#0f0f16 100%),radial-gradient(circle at 30% 30%,rgba(255,255,255,.02) 0%,transparent 50%);border:1px solid rgba(255,255,255,.05);border-radius:24px;overflow:visible;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 60px #000c,0 12px 25px #0009,0 4px 8px #0006,inset 0 1px #ffffff26,inset 0 -1px #0000004d,inset 1px 0 #ffffff0d}.collapsible-data-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 25% 25%,rgba(255,255,255,.03) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(0,0,0,.04) 0%,transparent 40%),linear-gradient(135deg,rgba(255,255,255,.01) 0%,transparent 50%);border-radius:24px;pointer-events:none;mix-blend-mode:overlay;z-index:1}.collapsible-data-card:hover{transform:translateY(-4px) translateZ(0) rotateX(1deg);box-shadow:0 30px 80px #000000e6,0 18px 35px #000000b3,0 6px 12px #00000080,inset 0 1px #ffffff2e,inset 0 -1px #ffffff1f,inset 1px 0 #ffffff26,inset -1px 0 #ffffff14}.collapsible-data-card:hover:before{background:radial-gradient(circle at 25% 25%,rgba(255,255,255,.04) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(0,0,0,.05) 0%,transparent 40%),linear-gradient(135deg,rgba(255,255,255,.02) 0%,transparent 50%)}.collapsible-data-card__header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s ease;position:relative;z-index:2}.collapsible-data-card__header:hover{background-color:transparent}.collapsible-data-card__header:focus{outline:none;background-color:transparent}.collapsible-data-card__header:focus-visible{outline:2px solid var(--primary-color);outline-offset:-2px}.collapsible-data-card__title-group{display:flex;align-items:center;gap:.75rem;flex:1}.collapsible-data-card__icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:#a88bff}.collapsible-data-card__icon svg{width:20px;height:20px}.collapsible-data-card__title{margin:0;font-size:1rem;font-weight:600;color:#fff}.collapsible-data-card__badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;background:linear-gradient(135deg,#FF7C83 0%,#E86B72 100%);color:#fff;border-radius:12px;font-size:.75rem;font-weight:600}.collapsible-data-card__actions,.collapsible-data-card__header-actions{display:flex;align-items:center;gap:.5rem}.collapsible-data-card__header-actions button{padding:.25rem .5rem;font-size:.875rem;border-radius:6px;border:1px solid var(--border-color, #e0e0e0);background:white;cursor:pointer;transition:all .2s ease}.collapsible-data-card__header-actions button:hover{background:var(--hover-bg, #f5f5f5)}html[data-theme=dark] .collapsible-data-card__header-actions button{background:var(--dark-button-bg, #2a2a2a);border-color:var(--dark-border-color, #444444);color:var(--dark-text-primary, #ffffff)}html[data-theme=dark] .collapsible-data-card__header-actions button:hover{background:var(--dark-hover-bg, #333333)}body.brand-dark .collapsible-data-card__header-actions button{background:var(--dark-button-bg, #2a2a2a);border-color:var(--dark-border-color, #444444);color:var(--dark-text-primary, #ffffff)}body.brand-dark .collapsible-data-card__header-actions button:hover{background:var(--dark-hover-bg, #333333)}.collapsible-data-card__toggle{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;color:#fff9;cursor:pointer;border-radius:6px;transition:all .2s ease}.collapsible-data-card__toggle svg{width:20px;height:20px;transition:transform .2s ease}.collapsible-data-card__toggle:hover{background:rgba(255,255,255,.05);color:#fffc}.collapsible-data-card__content{border-top:1px solid rgba(255,255,255,.05);overflow:hidden}.collapsible-data-card__inner{padding:1.25rem;background:transparent;position:relative;z-index:2}.collapsible-data-card__loading{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:2rem;color:#fff9}.collapsible-data-card__loading .loading-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.1);border-top-color:#aa96ef;border-radius:50%;animation:spin .8s linear infinite}.collapsible-data-card__empty{padding:2rem;text-align:center;color:#ffffff80}.collapsible-data-card.collapsed .collapsible-data-card__content{display:none}@media (max-width: 768px){.collapsible-data-card{margin-bottom:.75rem}.collapsible-data-card__header{padding:.875rem 1rem}.collapsible-data-card__inner{padding:1rem}.collapsible-data-card__title{font-size:.9375rem}}.stats-card__filters{display:flex;gap:.25rem;margin-bottom:1.25rem;justify-content:center}.stats-card__filter{padding:.375rem .875rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:.625rem;color:#ffffff80;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:2rem;text-align:center;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.stats-card__filter:hover{background:rgba(255,255,255,.06);color:#ffffffb3;border-color:#ffffff1f}.stats-card__filter.active{background:rgba(132,99,243,.15);border:1px solid #A88BFF;border-radius:20px;color:#ffffffb3;font-weight:600;box-shadow:0 0 0 .5px #a88bff4d}.stats-card__content{display:flex;flex-direction:column;gap:.625rem;min-height:150px}.stats-card__item{display:flex;align-items:center;gap:.75rem;padding:.325rem 0;transition:all .15s ease}.stats-card__item:hover{transform:translate(2px)}.stats-card__item:hover .stats-card__icon{color:#a88bff}.stats-card__icon{width:1rem;height:1rem;color:#ffffff80;flex-shrink:0;transition:color .15s ease}.stats-card__label{flex:1;font-size:.8125rem;color:#fff9;font-weight:500;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.stats-card__value{font-size:.9375rem;font-weight:600;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-align:right}.stats-card__note{margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.05);font-size:.625rem;color:#fff6;text-align:center;font-style:italic;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@media (max-width: 768px){.stats-card__filters{width:100%;justify-content:space-between;margin-bottom:1rem}.stats-card__filter{flex:1;padding:.375rem .25rem;font-size:.75rem;min-width:0}.stats-card__content{gap:.625rem}.stats-card__item{gap:.625rem;padding:.25rem 0}.stats-card__icon{width:.875rem;height:.875rem}.stats-card__label{font-size:.75rem}.stats-card__value{font-size:.875rem}}._lastSessionCard_10ydz_47{background:linear-gradient(145deg,#121219 0%,#0f0f16 100%),radial-gradient(circle at 30% 30%,rgba(255,255,255,.02) 0%,transparent 50%);border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:0;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 60px #000c,0 12px 25px #0009,0 4px 8px #0006,inset 0 1px #ffffff26,inset 0 -1px #0000004d,inset 1px 0 #ffffff0d;min-width:0;overflow:visible}._lastSessionCard_10ydz_47:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 25% 25%,rgba(255,255,255,.03) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(0,0,0,.04) 0%,transparent 40%),linear-gradient(135deg,rgba(255,255,255,.01) 0%,transparent 50%);border-radius:24px;pointer-events:none;mix-blend-mode:overlay;z-index:1}._lastSessionCard_10ydz_47:hover{transform:translateY(-4px) translateZ(0) rotateX(1deg);box-shadow:0 30px 80px #000000e6,0 18px 35px #000000b3,0 6px 12px #00000080,inset 0 1px #ffffff2e,inset 0 -1px #ffffff1f,inset 1px 0 #ffffff26,inset -1px 0 #ffffff14}._lastSessionCard_10ydz_47:hover:before{background:radial-gradient(circle at 25% 25%,rgba(255,255,255,.04) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(0,0,0,.05) 0%,transparent 40%),linear-gradient(135deg,rgba(255,255,255,.02) 0%,transparent 50%)}._lastSessionCard_10ydz_47>*{position:relative;z-index:2}._lastSessionCard_10ydz_47 ._performanceMessage_10ydz_82{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:linear-gradient(135deg,rgba(132,99,243,.15),rgba(168,139,255,.1));border:1px solid rgba(132,99,243,.2);border-radius:8px;margin-bottom:1rem}._lastSessionCard_10ydz_47 ._performanceMessage_10ydz_82 ._fireIcon_10ydz_92{color:#a88bff;font-size:1.2rem}._lastSessionCard_10ydz_47 ._performanceMessage_10ydz_82 span{color:#fff;font-weight:500;font-size:.9rem}._lastSessionCard_10ydz_47 ._continueButton_10ydz_101{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.875rem 1.25rem;margin-top:1.25rem;background:linear-gradient(135deg,#8463F3,#A88BFF);border:none;border-radius:8px;color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease}._lastSessionCard_10ydz_47 ._continueButton_10ydz_101 ._playIcon_10ydz_118{font-size:.9rem}._lastSessionCard_10ydz_47 ._continueButton_10ydz_101:hover{transform:translateY(-2px);box-shadow:0 8px 16px #7859e64d}._lastSessionCard_10ydz_47 ._continueButton_10ydz_101:active{transform:translateY(0)}._lastSessionCard_10ydz_47 ._header_10ydz_128{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.05);cursor:pointer;-webkit-user-select:none;user-select:none;transition:opacity .2s ease}._lastSessionCard_10ydz_47 ._header_10ydz_128:hover{opacity:.9}._lastSessionCard_10ydz_47 ._header_10ydz_128 ._titleGroup_10ydz_141{display:flex;align-items:center;gap:.75rem;flex:1}._lastSessionCard_10ydz_47 ._header_10ydz_128 ._titleGroup_10ydz_141 ._iconWrapper_10ydz_147{display:flex;align-items:center;justify-content:center;width:24px;height:24px}._lastSessionCard_10ydz_47 ._header_10ydz_128 ._titleGroup_10ydz_141 ._iconWrapper_10ydz_147 svg{width:20px;height:20px;color:#a88bff}._lastSessionCard_10ydz_47 ._header_10ydz_128 ._titleGroup_10ydz_141 h3{margin:0;font-size:1rem;font-weight:600;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._lastSessionCard_10ydz_47 ._header_10ydz_128 ._headerMeta_10ydz_166{display:flex;align-items:center;gap:.5rem}._lastSessionCard_10ydz_47 ._header_10ydz_128 ._timeAgo_10ydz_171{font-size:.75rem;color:#fff6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._lastSessionCard_10ydz_47 ._header_10ydz_128 ._timeAgo_10ydz_171._stale_10ydz_176{color:#ffa50099}._lastSessionCard_10ydz_47 ._header_10ydz_128 ._trendIcon_10ydz_179{width:1rem;height:1rem;color:#fff6}._lastSessionCard_10ydz_47 ._header_10ydz_128 ._trendIcon_10ydz_179._trendUp_10ydz_184{color:#4caf50}._lastSessionCard_10ydz_47 ._header_10ydz_128 ._trendIcon_10ydz_179._trendDown_10ydz_187{color:#ff5252}._lastSessionCard_10ydz_47 ._header_10ydz_128 ._collapseToggle_10ydz_190{background:transparent;border:none;color:#fff9;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.25rem;transition:color .2s ease;pointer-events:none}._lastSessionCard_10ydz_47 ._header_10ydz_128 ._collapseToggle_10ydz_190:hover{color:#fffc}._lastSessionCard_10ydz_47._collapsed_10ydz_206 ._header_10ydz_128{margin-bottom:0;border-bottom:none}._lastSessionCard_10ydz_47 ._content_10ydz_210{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem}._lastSessionCard_10ydz_47 ._gameNameItem_10ydz_216{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;margin-bottom:.25rem;transition:all .15s ease}._lastSessionCard_10ydz_47 ._gameNameItem_10ydz_216:hover{transform:translate(2px)}._lastSessionCard_10ydz_47 ._gameNameItem_10ydz_216:hover ._icon_10ydz_147{color:#ff7c83}._lastSessionCard_10ydz_47 ._gameNameItem_10ydz_216 ._gameTitle_10ydz_230{font-size:1.125rem;font-weight:600;color:#fffffff2;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._lastSessionCard_10ydz_47 ._item_10ydz_236{display:flex;align-items:center;gap:.75rem;padding:.375rem 0;transition:all .15s ease}._lastSessionCard_10ydz_47 ._item_10ydz_236:hover{transform:translate(2px)}._lastSessionCard_10ydz_47 ._item_10ydz_236:hover ._icon_10ydz_147{color:#ff7c83}._lastSessionCard_10ydz_47 ._icon_10ydz_147{width:1rem;height:1rem;color:#ffffff80;flex-shrink:0;transition:color .15s ease}._lastSessionCard_10ydz_47 ._label_10ydz_256{flex:1;font-size:.8125rem;color:#fff9;font-weight:500;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._lastSessionCard_10ydz_47 ._value_10ydz_263{font-size:.9375rem;font-weight:600;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-align:right;display:flex;align-items:center;gap:.5rem}._lastSessionCard_10ydz_47 ._value_10ydz_263 ._comparison_10ydz_273{font-size:.75rem;padding:.125rem .375rem;border-radius:.25rem;font-weight:500}._lastSessionCard_10ydz_47 ._value_10ydz_263 ._comparison_10ydz_273._above_10ydz_279{color:#4caf50;background:rgba(76,175,80,.1)}._lastSessionCard_10ydz_47 ._value_10ydz_263 ._comparison_10ydz_273._below_10ydz_283{color:#ff5252;background:rgba(255,82,82,.1)}._lastSessionCard_10ydz_47 ._noSession_10ydz_287{text-align:center;padding:1rem .75rem}._lastSessionCard_10ydz_47 ._noSession_10ydz_287 ._emptyIcon_10ydz_291{font-size:1.75rem;margin-bottom:.5rem}._lastSessionCard_10ydz_47 ._noSession_10ydz_287 h4{font-size:.9375rem;color:#fffffff2;margin:0 0 .5rem;font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._lastSessionCard_10ydz_47 ._noSession_10ydz_287 p{font-size:.8125rem;color:#ffffffb3;margin:0;font-weight:400;line-height:1.3;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._lastSessionCard_10ydz_47 ._milestones_10ydz_310{padding:.75rem;background:rgba(120,89,230,.05);border-radius:.5rem;border:1px solid rgba(120,89,230,.1)}._lastSessionCard_10ydz_47 ._milestones_10ydz_310 ._milestonesHeader_10ydz_316{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}._lastSessionCard_10ydz_47 ._milestones_10ydz_310 ._milestonesHeader_10ydz_316 ._icon_10ydz_147{color:#7859e6}._lastSessionCard_10ydz_47 ._milestones_10ydz_310 ._milestonesHeader_10ydz_316 ._label_10ydz_256{font-size:.8125rem;font-weight:600;color:#ffffffe6}._lastSessionCard_10ydz_47 ._milestones_10ydz_310 ._milestonesList_10ydz_330{display:flex;flex-direction:column;gap:.375rem}._lastSessionCard_10ydz_47 ._milestones_10ydz_310 ._milestonesList_10ydz_330 ._milestone_10ydz_310{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:#ffffffb3}._lastSessionCard_10ydz_47 ._milestones_10ydz_310 ._milestonesList_10ydz_330 ._milestone_10ydz_310 ._xpBadge_10ydz_342{color:#ff7c83;font-weight:600;background:rgba(120,89,230,.1);padding:.125rem .375rem;border-radius:.25rem}._lastSessionCard_10ydz_47 ._recentSessions_10ydz_349{border-top:1px solid rgba(255,255,255,.05);padding-top:.5rem;margin-top:.25rem}._lastSessionCard_10ydz_47 ._recentSessions_10ydz_349 h5{font-size:.6875rem;font-weight:500;color:#ffffff80;margin:0 0 .375rem;text-transform:uppercase;letter-spacing:.5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._lastSessionCard_10ydz_47 ._recentSessions_10ydz_349 ._sessionsTable_10ydz_363{display:flex;flex-direction:column;gap:.375rem}._lastSessionCard_10ydz_47 ._recentSessions_10ydz_349 ._sessionRow_10ydz_368{display:flex;justify-content:space-between;align-items:center;padding:.375rem;background:rgba(255,255,255,.02);border-radius:.375rem;transition:all .15s ease}._lastSessionCard_10ydz_47 ._recentSessions_10ydz_349 ._sessionRow_10ydz_368:hover{background:rgba(255,255,255,.04);transform:translate(2px)}._lastSessionCard_10ydz_47 ._recentSessions_10ydz_349 ._sessionRow_10ydz_368:nth-child(2n){background:rgba(255,255,255,.01)}._lastSessionCard_10ydz_47 ._recentSessions_10ydz_349 ._sessionRow_10ydz_368 ._gameInfo_10ydz_384{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}._lastSessionCard_10ydz_47 ._recentSessions_10ydz_349 ._sessionRow_10ydz_368 ._gameInfo_10ydz_384 ._gameIcon_10ydz_391{width:.875rem;height:.875rem;color:#fff6;flex-shrink:0}._lastSessionCard_10ydz_47 ._recentSessions_10ydz_349 ._sessionRow_10ydz_368 ._gameInfo_10ydz_384 ._gameTitle_10ydz_230{font-size:.8125rem;color:#ffffffb3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._lastSessionCard_10ydz_47 ._recentSessions_10ydz_349 ._sessionRow_10ydz_368 ._sessionStats_10ydz_405{display:flex;align-items:center;gap:.75rem;flex-shrink:0}._lastSessionCard_10ydz_47 ._recentSessions_10ydz_349 ._sessionRow_10ydz_368 ._sessionStats_10ydz_405 ._duration_10ydz_411{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#ffffff80;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._lastSessionCard_10ydz_47 ._recentSessions_10ydz_349 ._sessionRow_10ydz_368 ._sessionStats_10ydz_405 ._duration_10ydz_411 ._clockIcon_10ydz_419{width:.625rem;height:.625rem;color:#ffffff4d}._lastSessionCard_10ydz_47 ._recentSessions_10ydz_349 ._sessionRow_10ydz_368 ._sessionStats_10ydz_405 ._xp_10ydz_342{font-size:.75rem;color:#ff7c83;font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._lastSessionCard_10ydz_47 ._recentSessions_10ydz_349 ._sessionRow_10ydz_368 ._sessionStats_10ydz_405 ._timeAgo_10ydz_171{font-size:.75rem;color:#ffffff73;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._lastSessionCard_10ydz_47 ._todaySummary_10ydz_435{border-top:1px solid rgba(255,255,255,.05);padding-top:.5rem;margin-top:.25rem}._lastSessionCard_10ydz_47 ._todaySummary_10ydz_435 h5{font-size:.6875rem;font-weight:500;color:#ffffff80;margin:0 0 .375rem;text-transform:uppercase;letter-spacing:.5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._lastSessionCard_10ydz_47 ._todaySummary_10ydz_435 ._summaryStats_10ydz_449{display:flex;justify-content:space-around;gap:.75rem}._lastSessionCard_10ydz_47 ._todaySummary_10ydz_435 ._summaryStats_10ydz_449 ._stat_10ydz_454{display:flex;flex-direction:column;align-items:center;gap:.125rem}._lastSessionCard_10ydz_47 ._todaySummary_10ydz_435 ._summaryStats_10ydz_449 ._stat_10ydz_454 ._value_10ydz_263{font-size:1rem;font-weight:600;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._lastSessionCard_10ydz_47 ._todaySummary_10ydz_435 ._summaryStats_10ydz_449 ._stat_10ydz_454 ._label_10ydz_256{font-size:.625rem;color:#fff6;text-transform:uppercase;letter-spacing:.5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._lastSessionCard_10ydz_47 ._callToAction_10ydz_473{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.05);text-align:center}._lastSessionCard_10ydz_47 ._callToAction_10ydz_473 ._playButton_10ydz_479{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,#8463F3 0%,#A88BFF 100%);border:none;border-radius:.5rem;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}._lastSessionCard_10ydz_47 ._callToAction_10ydz_473 ._playButton_10ydz_479 svg{width:1rem;height:1rem}._lastSessionCard_10ydz_47 ._callToAction_10ydz_473 ._playButton_10ydz_479:hover{transform:translateY(-2px);box-shadow:0 4px 12px #7859e64d}._lastSessionCard_10ydz_47 ._callToAction_10ydz_473 ._playButton_10ydz_479:active{transform:translateY(0)}._lastSessionCard_10ydz_47 ._callToAction_10ydz_473 ._staleMessage_10ydz_504{margin:.75rem 0 0;font-size:.75rem;color:#fff6;font-style:italic}._lastSessionCard_10ydz_47 ._weeklyXPSimple_10ydz_510{margin-bottom:.25rem}._lastSessionCard_10ydz_47 ._weeklyXPSimple_10ydz_510 ._xpRow_10ydz_513{display:flex;align-items:center;justify-content:space-between;margin-bottom:.125rem}._lastSessionCard_10ydz_47 ._weeklyXPSimple_10ydz_510 ._xpRow_10ydz_513 ._label_10ydz_256{color:#fffc;font-size:1rem;font-weight:500}._lastSessionCard_10ydz_47 ._weeklyXPSimple_10ydz_510 ._xpRow_10ydz_513 ._value_10ydz_263{color:#fff;font-size:1rem;font-weight:600}._lastSessionCard_10ydz_47 ._weeklyXPSimple_10ydz_510 ._xpLimit_10ydz_529 ._limitText_10ydz_529{font-size:.75rem;color:#ffffff80;font-style:italic}._lastSessionCard_10ydz_47 ._skeletonMargin_10ydz_534{margin-top:.5rem}@media (max-width: 768px){._lastSessionCard_10ydz_47 ._header_10ydz_128{margin-bottom:1rem}._lastSessionCard_10ydz_47 ._header_10ydz_128 h4{font-size:.9375rem}._lastSessionCard_10ydz_47 ._header_10ydz_128 ._timeAgo_10ydz_171{font-size:.6875rem}._lastSessionCard_10ydz_47 ._content_10ydz_210{gap:.625rem}._lastSessionCard_10ydz_47 ._item_10ydz_236{gap:.625rem;padding:.25rem 0}._lastSessionCard_10ydz_47 ._icon_10ydz_147{width:.875rem;height:.875rem}._lastSessionCard_10ydz_47 ._label_10ydz_256{font-size:.75rem}._lastSessionCard_10ydz_47 ._value_10ydz_263{font-size:.875rem}}.transaction-history-card{min-height:300px;max-height:400px;display:flex;flex-direction:column;overflow:hidden}.transaction-history-card__time-filters{display:flex;gap:.25rem;margin-bottom:1.5rem;justify-content:center}.transaction-history-card__time-filters .transaction-history-card__time-filter{padding:.375rem .875rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:.625rem;color:#ffffff80;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.transaction-history-card__time-filters .transaction-history-card__time-filter:hover{background:rgba(255,255,255,.06);color:#ffffffb3;border-color:#ffffff1f}.transaction-history-card__time-filters .transaction-history-card__time-filter.active{background:rgba(132,99,243,.15);border:1px solid #A88BFF;border-radius:20px;color:#ffffffb3;font-weight:600;box-shadow:0 0 0 .5px #a88bff4d}.transaction-history-card__filters{display:flex;gap:.3rem;margin-bottom:1rem;flex-wrap:wrap}.transaction-history-card__filter{padding:.375rem .625rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:.5rem;color:#ffffff80;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.transaction-history-card__filter:hover{background:rgba(255,255,255,.06);color:#ffffffb3;border-color:#ffffff1f}.transaction-history-card__filter.active{background:rgba(132,99,243,.15);border:1px solid #A88BFF;border-radius:.5rem;color:#ffffffb3;font-weight:600;box-shadow:0 0 0 .5px #a88bff4d}.transaction-history-card__filter.icon-only{display:flex;align-items:center;justify-content:center}.transaction-history-card__list{display:flex;flex-direction:column;gap:.375rem;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:8px;margin-right:-8px}.transaction-history-card__list::-webkit-scrollbar{width:4px}.transaction-history-card__list::-webkit-scrollbar-track{background:rgba(255,255,255,.02);border-radius:2px}.transaction-history-card__list::-webkit-scrollbar-thumb{background:rgba(255,255,255,.1);border-radius:2px}.transaction-history-card__list::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.15)}.transaction-history-card__item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.03);transition:all .15s ease}.transaction-history-card__item:last-child{border-bottom:none}.transaction-history-card__item:hover{transform:translate(2px)}.transaction-history-card__info{flex:1;display:flex;flex-direction:column;gap:.125rem;min-width:0}.transaction-history-card__description{font-size:.75rem;color:#fffc;font-weight:500;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.transaction-history-card__date{font-size:.75rem;color:#fff6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.transaction-history-card__amount{font-size:.75rem;font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;white-space:nowrap}.transaction-history-card__amount.positive{color:#4ade80}.transaction-history-card__amount.negative{color:#f87171}.transaction-history-card__empty{padding:2rem 1rem;text-align:center;color:#ffffff4d;font-size:.875rem;font-style:italic;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@media (max-width: 768px){.transaction-history-card__filters{justify-content:space-between}.transaction-history-card__filter{flex:1;min-width:0;padding:.25rem .375rem;font-size:.6875rem;text-align:center}.transaction-history-card__list{max-height:300px}.transaction-history-card__description,.transaction-history-card__date,.transaction-history-card__amount{font-size:.75rem!important}}.transaction-history-card-wrapper .collapsible-data-card__content{overflow:hidden}.transaction-history-card-wrapper .collapsible-data-card__content .collapsible-data-card__inner{display:flex;flex-direction:column;max-height:400px;overflow:hidden}.transaction-icon{width:1rem;height:1rem;flex-shrink:0}.transaction-icon.quest{color:#a88bff}.transaction-icon.time{color:#c084fc}.transaction-icon.gaming{color:#34d399}.transaction-icon.xp{color:#60a5fa}.transaction-icon.reward{color:#fbbf24}.transaction-icon.fuel{color:#f97316}.transaction-icon.purchase{color:#ec4899}.transaction-icon.lootbox{color:#a855f7}.my-activity-drawer{position:fixed;top:0;right:-450px;width:450px;max-width:100vw;height:100vh;background:linear-gradient(180deg,#0a0a0f 0%,#121218 100%);z-index:1001;transition:right .3s ease-in-out;display:flex;flex-direction:column;box-shadow:-8px 0 32px #00000080}@media screen and (max-width: 767px){.my-activity-drawer{width:100vw;right:-100vw}}.my-activity-drawer--open{right:0}.my-activity-drawer__overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.6);z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.my-activity-drawer__overlay--visible{opacity:1;visibility:visible}.my-activity-drawer__header{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.3);flex-shrink:0}.my-activity-drawer__back-btn{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#ffffffb3;padding:.5rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.my-activity-drawer__back-btn:hover{background:rgba(255,255,255,.1);color:#fff}.my-activity-drawer__back-btn svg{width:16px;height:16px}.my-activity-drawer__title{margin:0;font-size:1.25rem;font-weight:600;color:#fff}.my-activity-drawer__content{flex:1;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.my-activity-drawer__content::-webkit-scrollbar{width:6px}.my-activity-drawer__content::-webkit-scrollbar-track{background:rgba(255,255,255,.02)}.my-activity-drawer__content::-webkit-scrollbar-thumb{background:rgba(255,255,255,.15);border-radius:3px}.my-activity-drawer__content::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.25)}.my-activity-drawer__section .quest-progress-card,.my-activity-drawer__section .stats-card,.my-activity-drawer__section .last-session-card,.my-activity-drawer__section .transaction-history-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:16px}.devourplay_footer{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;background-color:#121214;border-top:1px solid rgba(255,255,255,.08);margin-top:auto}.devourplay_footer_logo{flex-shrink:0}.devourplay_footer_logo img{height:20px;width:auto;opacity:.8;transition:opacity .2s ease}.devourplay_footer_logo img:hover{opacity:1}.devourplay_footer_links{display:flex;align-items:center;gap:.5rem;font-size:.8rem}.devourplay_footer_links a{color:#ffffff80;text-decoration:none;transition:color .2s ease}.devourplay_footer_links a:hover{color:#fffc}.devourplay_footer_divider{color:#ffffff4d}.devourplay_footer_right{display:flex;align-items:center;gap:1.5rem}.devourplay_footer_downloads{display:flex;align-items:center;gap:1rem}.devourplay_footer_download-link{font-size:.75rem;color:#ffffff80;text-decoration:none;padding:.25rem .5rem;border:1px solid rgba(255,255,255,.15);border-radius:4px;transition:all .2s ease}.devourplay_footer_download-link:hover{color:#fffc;border-color:#ffffff4d;background:rgba(255,255,255,.05)}.devourplay_footer_copyright{font-size:.8rem;color:#fff6}@media (max-width: 768px){.devourplay_footer{flex-direction:column;gap:1rem;padding:1.25rem 1rem;text-align:center}.devourplay_footer_links{flex-wrap:wrap;justify-content:center}.devourplay_footer_right{flex-direction:column;gap:.75rem}.devourplay_footer_downloads{gap:.5rem}}.mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;height:60px;background:#141416;border-top:1px solid rgba(255,255,255,.1);display:none;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(20,20,22,.95)}@media screen and (max-width: 767px){.mobile-bottom-nav{display:flex;align-items:center;justify-content:space-around;padding:0 .5rem}}.mobile-bottom-nav .nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 4px;background:transparent;border:none;color:#ffffff80;cursor:pointer;transition:all .2s ease;position:relative}.mobile-bottom-nav .nav-item .nav-icon{font-size:20px;line-height:1;transition:transform .2s ease}.mobile-bottom-nav .nav-item .nav-label{font-size:10px;font-weight:500;text-transform:capitalize}.mobile-bottom-nav .nav-item:active{transform:scale(.95)}.mobile-bottom-nav .nav-item.active{color:#fff}.mobile-bottom-nav .nav-item.active .nav-icon{transform:scale(1.1)}.mobile-bottom-nav .nav-item.active:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:30px;height:3px;background:linear-gradient(135deg,#7859E6 0%,#FF4238 100%);border-radius:0 0 3px 3px}.mobile-bottom-nav .nav-item:hover:not(.active){color:#ffffffb3}@media screen and (max-width: 767px){.sophisticated-dashboard{padding-bottom:calc(60px + .75rem)}}.unified-leaderboard-v2{position:relative;background:transparent;border:none;box-shadow:none;margin-top:1rem;margin-bottom:1rem}.unified-leaderboard-v2__header{padding:1.25rem 1.5rem;background:rgba(0,0,0,.4);border-radius:12px;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:0}.unified-leaderboard-v2__header .header-left{display:flex;align-items:center;gap:.75rem}.unified-leaderboard-v2__header .header-left .icon{width:24px;height:24px;color:#aa96ef;filter:drop-shadow(0 0 8px rgba(170,150,239,.5))}.unified-leaderboard-v2__header .header-left .title{font-size:1.25rem;font-weight:700;color:#fff;margin:0;text-transform:uppercase;letter-spacing:1px;text-shadow:0 0 20px rgba(170,150,239,.3)}.unified-leaderboard-v2__header .controls{display:flex;gap:.75rem;align-items:center;flex-shrink:0}@media (max-width: 767.98px){.unified-leaderboard-v2__header .controls{flex-direction:column;align-items:flex-start;gap:.5rem;width:100%}}.unified-leaderboard-v2__header .month-selector{padding:.5rem .75rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#ffffffe6;font-size:.8125rem;cursor:pointer;min-width:140px;height:36px;transition:all .2s ease}.unified-leaderboard-v2__header .month-selector:hover{border-color:#aa96ef4d;background:rgba(170,150,239,.05)}.unified-leaderboard-v2__header .month-selector:focus{outline:none;border-color:#aa96ef;box-shadow:0 0 0 2px #aa96ef33}.unified-leaderboard-v2__header .month-selector option{background:#0B0B0B;color:#fff}.unified-leaderboard-v2__header .view-toggle{display:flex;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:.125rem;gap:.125rem;flex-shrink:0}.unified-leaderboard-v2__header .view-toggle button{flex:1;padding:.5rem 1rem;background:transparent;border:none;border-radius:6px;color:#ffffff80;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.unified-leaderboard-v2__header .view-toggle button:hover:not(.active){color:#ffffffb3;background:rgba(255,255,255,.03)}.unified-leaderboard-v2__header .view-toggle button.active{background:linear-gradient(135deg,rgba(170,150,239,.2) 0%,rgba(170,150,239,.1) 100%);color:#aa96ef;box-shadow:0 0 10px #aa96ef33}.unified-leaderboard-v2__tabs{display:flex;padding:.5rem 0;background:transparent;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:1.5rem}@media (max-width: 767.98px){.unified-leaderboard-v2__tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.unified-leaderboard-v2__tabs::-webkit-scrollbar{display:none}}.unified-leaderboard-v2__tabs .tab{padding:1rem 1.25rem;background:transparent;border:none;border-bottom:2px solid transparent;color:#fff6;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;white-space:nowrap;flex-shrink:0;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 767.98px){.unified-leaderboard-v2__tabs .tab{padding:.75rem 1rem;font-size:.75rem;gap:.25rem}.unified-leaderboard-v2__tabs .tab span{display:none}}.unified-leaderboard-v2__tabs .tab svg{width:18px;height:18px;opacity:.7}@media (max-width: 767.98px){.unified-leaderboard-v2__tabs .tab svg{width:22px;height:22px}}.unified-leaderboard-v2__tabs .tab:hover:not(.disabled){color:#ffffffb3}.unified-leaderboard-v2__tabs .tab:hover:not(.disabled) svg{opacity:1}.unified-leaderboard-v2__tabs .tab.active{color:#aa96ef;border-bottom-color:#aa96ef;text-shadow:0 0 10px rgba(170,150,239,.3)}.unified-leaderboard-v2__tabs .tab.active svg{opacity:1;filter:drop-shadow(0 0 4px rgba(170,150,239,.5))}.unified-leaderboard-v2__tabs .tab.disabled{opacity:.3;cursor:not-allowed}.unified-leaderboard-v2__content{padding-top:0}.unified-leaderboard-v2__content .loading-state,.unified-leaderboard-v2__content .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#ffffff80;font-size:.875rem;gap:1rem}.unified-leaderboard-v2__content .spinner{width:32px;height:32px;border:3px solid rgba(170,150,239,.2);border-top-color:#aa96ef;border-radius:50%;animation:spin 1s linear infinite}.unified-leaderboard-v2 .pinned-position{background:linear-gradient(90deg,rgba(170,150,239,.1) 0%,transparent 100%);border-left:3px solid #AA96EF;margin-bottom:.5rem}.unified-leaderboard-v2 .pinned-position .position-row{padding:.75rem 1rem}.unified-leaderboard-v2 .leaderboard-table{margin-top:.5rem}.unified-leaderboard-v2 .leaderboard-table .table-header{display:grid;grid-template-columns:70px 1fr 100px;padding:1rem;background:linear-gradient(90deg,rgba(170,150,239,.08) 0%,transparent 50%);border-bottom:1px solid rgba(170,150,239,.2);font-size:.6875rem;font-weight:700;color:#fff9;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.5rem}@media (max-width: 767.98px){.unified-leaderboard-v2 .leaderboard-table .table-header{grid-template-columns:50px 1fr 80px;padding:.75rem;font-size:.625rem}}.unified-leaderboard-v2 .leaderboard-table .table-header .rank,.unified-leaderboard-v2 .leaderboard-table .table-header .player{text-align:left}.unified-leaderboard-v2 .leaderboard-table .table-header .xp{text-align:right}.unified-leaderboard-v2 .leaderboard-table .table-body .position-row{display:grid;grid-template-columns:70px 1fr 100px;align-items:center;padding:1.125rem 1rem;transition:all .2s ease;border-bottom:1px solid rgba(255,255,255,.08);position:relative}.unified-leaderboard-v2 .leaderboard-table .table-body .position-row:nth-child(odd){background:rgba(255,255,255,.02)}.unified-leaderboard-v2 .leaderboard-table .table-body .position-row:nth-child(2n){background:transparent}@media (max-width: 767.98px){.unified-leaderboard-v2 .leaderboard-table .table-body .position-row{grid-template-columns:50px 1fr 80px;padding:1rem .75rem}}.unified-leaderboard-v2 .leaderboard-table .table-body .position-row:hover{background:linear-gradient(90deg,rgba(170,150,239,.05) 0%,transparent 70%)}.unified-leaderboard-v2 .leaderboard-table .table-body .position-row:hover:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:#AA96EF;box-shadow:0 0 10px #aa96ef}.unified-leaderboard-v2 .leaderboard-table .table-body .position-row.highlighted{background:linear-gradient(90deg,rgba(170,150,239,.1) 0%,transparent 70%)}.unified-leaderboard-v2 .leaderboard-table .table-body .position-row.highlighted:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#AA96EF;box-shadow:0 0 15px #aa96ef}.unified-leaderboard-v2 .leaderboard-table .table-body .position-row.highlighted .name{color:#fff;font-weight:600}.unified-leaderboard-v2 .leaderboard-table .table-body .position-row.top-three.rank-1{background:linear-gradient(90deg,rgba(255,215,0,.1) 0%,transparent 60%)}.unified-leaderboard-v2 .leaderboard-table .table-body .position-row.top-three.rank-1 .rank{color:gold;text-shadow:0 0 10px rgba(255,215,0,.5)}.unified-leaderboard-v2 .leaderboard-table .table-body .position-row.top-three.rank-2{background:linear-gradient(90deg,rgba(192,192,192,.08) 0%,transparent 60%)}.unified-leaderboard-v2 .leaderboard-table .table-body .position-row.top-three.rank-2 .rank{color:silver;text-shadow:0 0 8px rgba(192,192,192,.4)}.unified-leaderboard-v2 .leaderboard-table .table-body .position-row.top-three.rank-3{background:linear-gradient(90deg,rgba(205,127,50,.08) 0%,transparent 60%)}.unified-leaderboard-v2 .leaderboard-table .table-body .position-row.top-three.rank-3 .rank{color:#cd7f32;text-shadow:0 0 8px rgba(205,127,50,.4)}.unified-leaderboard-v2 .leaderboard-table .table-body .position-row.top-three .name{color:#fff;font-weight:600}.unified-leaderboard-v2 .leaderboard-table .table-body .position-row.top-three .xp{color:#fff;font-weight:700}.unified-leaderboard-v2 .leaderboard-table .table-body .position-row .rank{font-size:1.5rem;font-weight:700;color:#fff9;display:flex;align-items:center}@media (max-width: 767.98px){.unified-leaderboard-v2 .leaderboard-table .table-body .position-row .rank{font-size:1.25rem}}.unified-leaderboard-v2 .leaderboard-table .table-body .position-row .player{display:flex;align-items:center;gap:.75rem}.unified-leaderboard-v2 .leaderboard-table .table-body .position-row .player .avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.1);flex-shrink:0}@media (max-width: 767.98px){.unified-leaderboard-v2 .leaderboard-table .table-body .position-row .player .avatar{width:32px;height:32px}}.unified-leaderboard-v2 .leaderboard-table .table-body .position-row .player .player-text{display:flex;flex-direction:column;min-width:0;overflow:hidden}.unified-leaderboard-v2 .leaderboard-table .table-body .position-row .player .player-text .name{font-size:.9375rem;font-weight:500;color:#ffffffd9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 767.98px){.unified-leaderboard-v2 .leaderboard-table .table-body .position-row .player .player-text .name{font-size:.8125rem}}.unified-leaderboard-v2 .leaderboard-table .table-body .position-row .player .player-text .guild-name{font-size:.75rem;color:#fff6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 767.98px){.unified-leaderboard-v2 .leaderboard-table .table-body .position-row .player .player-text .guild-name{font-size:.6875rem}}.unified-leaderboard-v2 .leaderboard-table .table-body .position-row .xp{font-size:.9375rem;font-weight:600;color:#fffc;text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}@media (max-width: 767.98px){.unified-leaderboard-v2 .leaderboard-table .table-body .position-row .xp{font-size:.8125rem}}.unified-leaderboard-v2 .pagination{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;margin-top:.5rem;border-top:1px solid rgba(255,255,255,.05)}.unified-leaderboard-v2 .pagination .page-btn{padding:.625rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#ffffffb3;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.unified-leaderboard-v2 .pagination .page-btn svg{width:18px;height:18px}.unified-leaderboard-v2 .pagination .page-btn:hover:not(:disabled){background:rgba(170,150,239,.1);border-color:#aa96ef4d;color:#aa96ef;box-shadow:0 0 10px #aa96ef33}.unified-leaderboard-v2 .pagination .page-btn:disabled{opacity:.3;cursor:not-allowed}.unified-leaderboard-v2 .pagination .page-info{font-size:.875rem;color:#fff9;display:flex;flex-direction:column;align-items:center;gap:.25rem}.unified-leaderboard-v2 .pagination .page-info .total{font-size:.75rem;color:#fff6}.guild-competition-sidebar{background:rgba(0,0,0,.4);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:1rem;height:fit-content;position:sticky;top:1rem}.guild-competition-sidebar__image{border-radius:8px;overflow:hidden}.guild-competition-sidebar__image .competition-image{width:100%;height:auto;object-fit:cover;display:block}.guild-competition-sidebar__sponsor{display:flex;flex-direction:column;gap:.25rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.guild-competition-sidebar__sponsor .sponsor-label{font-size:.6875rem;color:#ffffff80;text-transform:uppercase;letter-spacing:1px}.guild-competition-sidebar__sponsor .sponsor-name{font-size:.9375rem;font-weight:600;color:#fff}.guild-competition-sidebar__prizes .prize-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.75rem;font-weight:700;color:#fff9;text-transform:uppercase;letter-spacing:1px}.guild-competition-sidebar__prizes .prize-header .gift-icon{width:16px;height:16px;color:#aa96ef}.guild-competition-sidebar__prizes .prizes-list{display:flex;flex-direction:column;gap:.625rem}.guild-competition-sidebar__prizes .prize-item{display:flex;align-items:center;gap:.75rem;padding:.625rem;background:rgba(255,255,255,.03);border-radius:8px;border:1px solid rgba(255,255,255,.06)}.guild-competition-sidebar__prizes .prize-item .prize-icon{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:rgba(170,150,239,.15);color:#aa96ef}.guild-competition-sidebar__prizes .prize-item .prize-icon svg{width:16px;height:16px}.guild-competition-sidebar__prizes .prize-item .prize-content{display:flex;flex-direction:column;gap:.125rem;min-width:0}.guild-competition-sidebar__prizes .prize-item .prize-content .prize-label{font-size:.6875rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px}.guild-competition-sidebar__prizes .prize-item .prize-content .prize-value{font-size:.8125rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.guild-competition-sidebar__visit-btn{display:flex;align-items:center;justify-content:center;padding:.625rem 1rem;background:rgba(170,150,239,.15);border:1px solid rgba(170,150,239,.3);border-radius:8px;color:#aa96ef;font-size:.8125rem;font-weight:600;text-decoration:none;transition:all .2s ease;margin-top:.5rem}.guild-competition-sidebar__visit-btn:hover{background:rgba(170,150,239,.25);border-color:#aa96ef}.guilds-page{min-height:100vh;background:#0B0B0B;color:#f2f2f2}.guilds-page__container{width:80%;max-width:1400px;margin:0 auto;padding:1.5rem 0}@media screen and (max-width: 767px){.guilds-page__container{width:100%;padding:1rem .75rem}}@media screen and (min-width: 768px) and (max-width: 1189px){.guilds-page__container{width:90%;padding:1.25rem 0}}.guilds-page__back-btn{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.5rem 1rem;color:#ffffffb3;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-bottom:1.5rem}.guilds-page__back-btn:hover{background:rgba(255,255,255,.08);color:#fff;border-color:#ffffff26}.guilds-page__back-btn .back-text-desktop{display:inline}@media screen and (max-width: 767px){.guilds-page__back-btn .back-text-desktop{display:none}}.guilds-page__back-btn .back-text-mobile{display:none;font-size:1.25rem;line-height:1}@media screen and (max-width: 767px){.guilds-page__back-btn .back-text-mobile{display:inline}}@media screen and (max-width: 767px){.guilds-page__back-btn{padding:.375rem .75rem;margin-bottom:1rem}}.guilds-page__content{display:flex;flex-direction:column;gap:1rem}@media screen and (max-width: 767px){.guilds-page__content{gap:.75rem}}.guilds-page__content .guilds-header,.guilds-page__content .guild-member-header{border-radius:24px;overflow:hidden}.guilds-page__content .guilds-badges,.guilds-page__content .guilds-badges.guilds-page_section,.guilds-page__content .guilds-badges.gofrens-my-nfts{background:transparent;background-color:transparent;padding:0;margin-top:2rem;border:none;box-shadow:none}.guilds-page__content .guilds-badges .gofrens-my-nfts_own-nfts,.guilds-page__content .guilds-badges.guilds-page_section .gofrens-my-nfts_own-nfts,.guilds-page__content .guilds-badges.gofrens-my-nfts .gofrens-my-nfts_own-nfts{display:flex;gap:1rem;overflow-x:auto;cursor:grab;padding-bottom:.5rem;scroll-behavior:smooth}.guilds-page__content .guilds-badges .gofrens-my-nfts_own-nfts:active,.guilds-page__content .guilds-badges.guilds-page_section .gofrens-my-nfts_own-nfts:active,.guilds-page__content .guilds-badges.gofrens-my-nfts .gofrens-my-nfts_own-nfts:active{cursor:grabbing}.guilds-page__content .guilds-badges .gofrens-my-nfts_own-nfts::-webkit-scrollbar,.guilds-page__content .guilds-badges.guilds-page_section .gofrens-my-nfts_own-nfts::-webkit-scrollbar,.guilds-page__content .guilds-badges.gofrens-my-nfts .gofrens-my-nfts_own-nfts::-webkit-scrollbar{height:6px}.guilds-page__content .guilds-badges .gofrens-my-nfts_own-nfts::-webkit-scrollbar-track,.guilds-page__content .guilds-badges.guilds-page_section .gofrens-my-nfts_own-nfts::-webkit-scrollbar-track,.guilds-page__content .guilds-badges.gofrens-my-nfts .gofrens-my-nfts_own-nfts::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:3px}.guilds-page__content .guilds-badges .gofrens-my-nfts_own-nfts::-webkit-scrollbar-thumb,.guilds-page__content .guilds-badges.guilds-page_section .gofrens-my-nfts_own-nfts::-webkit-scrollbar-thumb,.guilds-page__content .guilds-badges.gofrens-my-nfts .gofrens-my-nfts_own-nfts::-webkit-scrollbar-thumb{background:rgba(170,150,239,.3);border-radius:3px}.guilds-page__content .guilds-badges .gofrens-my-nfts_own-nfts::-webkit-scrollbar-thumb:hover,.guilds-page__content .guilds-badges.guilds-page_section .gofrens-my-nfts_own-nfts::-webkit-scrollbar-thumb:hover,.guilds-page__content .guilds-badges.gofrens-my-nfts .gofrens-my-nfts_own-nfts::-webkit-scrollbar-thumb:hover{background:rgba(170,150,239,.5)}.guilds-page__content .guilds-badges .gofrens-nft-card,.guilds-page__content .guilds-badges.guilds-page_section .gofrens-nft-card,.guilds-page__content .guilds-badges.gofrens-my-nfts .gofrens-nft-card{flex:0 0 calc(20% - .8rem);min-width:180px;max-width:220px}.guilds-page__content .guilds-badges .gofrens-nft-card_content p,.guilds-page__content .guilds-badges .gofrens-nft-card_content h5,.guilds-page__content .guilds-badges.guilds-page_section .gofrens-nft-card_content p,.guilds-page__content .guilds-badges.guilds-page_section .gofrens-nft-card_content h5,.guilds-page__content .guilds-badges.gofrens-my-nfts .gofrens-nft-card_content p,.guilds-page__content .guilds-badges.gofrens-my-nfts .gofrens-nft-card_content h5{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 767px){.guilds-page__content .guilds-badges .gofrens-nft-card,.guilds-page__content .guilds-badges.guilds-page_section .gofrens-nft-card,.guilds-page__content .guilds-badges.gofrens-my-nfts .gofrens-nft-card{flex:0 0 140px;min-width:140px}}.guilds-page__content .guilds-explore{background:transparent;padding:0;margin-top:3rem;border:none;box-shadow:none}.guilds-page__content .guilds-explore.guilds-page_section{background:transparent;padding:0;border:none;box-shadow:none}.guilds-page__leaderboard-section{display:flex;gap:1.5rem;align-items:flex-start}.guilds-page__leaderboard-section:not(.has-sidebar) .guilds-page__leaderboard-main{flex:1}.guilds-page__leaderboard-section.has-sidebar .guilds-page__leaderboard-main{flex:0 0 70%;max-width:70%}.guilds-page__leaderboard-section.has-sidebar .guilds-page__competition-sidebar{flex:0 0 calc(30% - 1.5rem);max-width:calc(30% - 1.5rem);position:sticky;top:1rem}@media screen and (min-width: 768px) and (max-width: 1189px){.guilds-page__leaderboard-section{flex-direction:column;gap:1rem}.guilds-page__leaderboard-section.has-sidebar .guilds-page__leaderboard-main,.guilds-page__leaderboard-section.has-sidebar .guilds-page__competition-sidebar{flex:1;max-width:100%}.guilds-page__leaderboard-section.has-sidebar .guilds-page__competition-sidebar{position:relative;top:0}}@media screen and (max-width: 767px){.guilds-page__leaderboard-section{flex-direction:column;gap:.75rem}.guilds-page__leaderboard-section.has-sidebar .guilds-page__leaderboard-main,.guilds-page__leaderboard-section.has-sidebar .guilds-page__competition-sidebar{flex:1;max-width:100%}.guilds-page__leaderboard-section.has-sidebar .guilds-page__competition-sidebar{position:relative;top:0}}.network-status-indicator{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:1000}.network-status-indicator .network-status-content{display:flex;align-items:center;gap:8px;background:rgba(0,0,0,.85);color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #00000026;animation:slideInDown .3s ease-out}.network-status-indicator .network-status-icon{display:flex;align-items:center;justify-content:center}.network-status-indicator .network-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite}.network-status-indicator .network-status-text{color:#fff;font-size:14px;font-weight:500}.network-status-indicator .network-retry-btn{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;transition:all .2s ease}.network-status-indicator .network-retry-btn:hover{background:rgba(255,255,255,.2);border-color:#ffffff4d;transform:scale(1.05)}.network-status-indicator .network-retry-btn:active{transform:scale(.95)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideInDown{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (max-width: 768px){.network-status-indicator{top:10px}.network-status-indicator .network-status-content{padding:6px 12px;font-size:13px}.network-status-indicator .network-spinner{width:14px;height:14px}.network-status-indicator .network-retry-btn{width:20px;height:20px;font-size:12px}}.sophisticated-dashboard.layout-compact .network-status-indicator{top:10px}.sophisticated-dashboard.layout-compact .network-status-indicator .network-status-content{background:rgba(0,0,0,.9);border:1px solid rgba(170,150,239,.3)}.active-mission-card{position:relative;width:100%;height:300px;border-radius:28px;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#121219;padding:1.5rem;box-sizing:border-box;box-shadow:0 20px 60px #000c,0 12px 25px #0009,0 4px 8px #0006,inset 0 1px #ffffff26,inset 0 -1px #0000004d,inset 1px 0 #ffffff0d;border:1px solid rgba(255,255,255,.05);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:grid;grid-template-rows:auto 1fr auto;gap:.5rem}@media screen and (max-width: 767px){.active-mission-card{padding:1rem;border-radius:20px;height:auto}}.active-mission-card:hover{transform:translateY(-4px) translateZ(0) rotateX(1deg);box-shadow:0 30px 80px #000000e6,0 18px 35px #000000b3,0 6px 12px #00000080,inset 0 1px #ffffff2e,inset 0 -1px #ffffff1f,inset 1px 0 #ffffff26,inset -1px 0 #ffffff14}.active-mission-card--discover{background:#121219;cursor:default}.active-mission-card--discover:hover{transform:none;box-shadow:0 4px 12px #00000026}.active-mission-card--discover .discover-hero{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:100%;text-align:center;gap:1rem;padding-top:1rem}@media screen and (max-width: 767px){.active-mission-card--discover .discover-hero{gap:.75rem;padding-top:.75rem}}.active-mission-card--discover .discover-header{margin-bottom:.5rem}.active-mission-card--discover .discover-header .play-earn-repeat-logo{height:80px;width:auto;max-width:100%;object-fit:contain}@media screen and (max-width: 767px){.active-mission-card--discover .discover-header .play-earn-repeat-logo{height:60px}}.active-mission-card--discover .discover-header .fallback-text h1{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#ff6b35 0%,#f7931e 50%,#8b5cf6 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0;letter-spacing:2px}@media screen and (max-width: 767px){.active-mission-card--discover .discover-header .fallback-text h1{font-size:1.8rem;letter-spacing:1px}}.active-mission-card--discover .discover-content{max-width:90%}.active-mission-card--discover .discover-content .hero-description{font-size:1rem;line-height:1.5;color:#ffffffe6;margin:0 0 1rem;font-weight:400}@media screen and (max-width: 767px){.active-mission-card--discover .discover-content .hero-description{font-size:.9rem;line-height:1.4;margin-bottom:.75rem}}.active-mission-card--discover .discover-content .discover-games{position:absolute;bottom:12px;left:12px;right:12px;overflow:hidden}.active-mission-card--discover .discover-content .discover-games .games-carousel{position:relative;width:100%;height:60px;overflow:hidden;background:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:12px}.active-mission-card--discover .discover-content .discover-games .games-carousel .games-scroll{display:flex;align-items:center;gap:10px;animation:scroll-games 40s linear infinite;padding:10px 0}.active-mission-card--discover .discover-content .discover-games .games-carousel .games-scroll .game-icon{width:40px;height:40px;border-radius:8px;object-fit:cover;flex-shrink:0;border:1px solid rgba(255,255,255,.1);transition:transform .2s ease}.active-mission-card--discover .discover-content .discover-games .games-carousel .games-scroll .game-icon:hover{transform:scale(1.1)}@media screen and (max-width: 767px){.active-mission-card--discover .discover-content .discover-games .games-carousel .games-scroll .game-icon{width:35px;height:35px}}@keyframes scroll-games{0%{transform:translate(0)}to{transform:translate(-50%)}}.active-mission-card .mission-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(0,0,0,.2) 0%,rgba(0,0,0,.3) 40%,rgba(0,0,0,.7) 70%,rgba(0,0,0,.85) 100%);pointer-events:none}.active-mission-card .mission-top{position:relative;z-index:5;display:flex;align-items:center;gap:1rem}@media screen and (max-width: 767px){.active-mission-card .mission-top{margin-bottom:1rem;gap:.75rem}}.active-mission-card .mission-top .asset-image{display:block;height:50px;width:auto;margin:0;padding:0}@media screen and (max-width: 767px){.active-mission-card .mission-top .asset-image{height:40px}}.active-mission-card .mission-top .brand-logo{height:50px;width:auto;max-width:120px;object-fit:contain}@media screen and (max-width: 767px){.active-mission-card .mission-top .brand-logo{height:40px;max-width:100px}}.active-mission-card .mission-top .mission-date{color:#fff9;font-size:14px;line-height:20px}@media screen and (max-width: 767px){.active-mission-card .mission-top .mission-date{font-size:12px;line-height:16px}}.active-mission-card .mission-title{position:relative;z-index:5;font-weight:900;color:#fff;margin:.5rem 0;line-height:1.1;letter-spacing:-.5px;text-shadow:0 4px 20px rgba(0,0,0,.6);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.active-mission-card .mission-footer{position:relative;z-index:5;display:flex;align-items:flex-end;gap:1.5rem}@media screen and (max-width: 767px){.active-mission-card .mission-footer{flex-direction:column;gap:1rem}}.active-mission-card .mission-footer .mission-description{flex:1;color:#ffffffe6;font-size:14px;line-height:1.4;margin:0;text-shadow:0 2px 10px rgba(0,0,0,.5);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width: 767px){.active-mission-card .mission-footer .mission-description{font-size:13px;line-height:1.5;-webkit-line-clamp:2}}.active-mission-card .mission-footer .mission-action-btn{flex-shrink:0;padding:10px 24px;border-radius:20px;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;background-color:transparent}@media screen and (max-width: 767px){.active-mission-card .mission-footer .mission-action-btn{width:100%;padding:12px 24px;text-align:center}}.active-mission-card .mission-footer .mission-action-btn.light{color:#000}.active-mission-card .mission-footer .mission-action-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}.active-mission-card .mission-pagination{position:absolute;bottom:20px;right:32px;display:flex;gap:8px;z-index:10}.active-mission-card .mission-pagination .dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.4);border:none;cursor:pointer;transition:all .3s ease;padding:0}.active-mission-card .mission-pagination .dot--active{background:white;width:24px;border-radius:4px}.active-mission-card .mission-pagination .dot:hover:not(.dot--active){background:rgba(255,255,255,.6);transform:scale(1.2)}.active-mission-card--loading{background:#121219;display:flex;align-items:center;justify-content:center;height:300px}@media screen and (max-width: 767px){.active-mission-card--loading{height:auto;min-height:200px}}.active-mission-card--loading .loading-text{color:#fff9;font-size:16px;font-weight:600}.active-mission-card--empty{background-image:url(/NoActiveMissions.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;height:300px;max-height:300px;box-sizing:border-box;overflow:hidden}@media screen and (max-width: 767px){.active-mission-card--empty{height:auto;min-height:200px}}.active-mission-card--empty .empty-state{text-align:center;margin:0;padding:1rem;max-width:100%}.active-mission-card--empty .empty-state h2{color:#fffc;font-size:24px;font-weight:700;margin:0 0 8px;line-height:1.2}.active-mission-card--empty .empty-state p{color:#ffffff80;font-size:14px;margin:0;line-height:1.4}.in-game-compact{background:rgba(20,20,22,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1rem;max-width:600px;margin:0 auto;box-shadow:0 8px 32px #0006;border:1px solid rgba(255,255,255,.1)}.in-game-compact .compact-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.in-game-compact .compact-header .game-status{display:flex;align-items:center;gap:.5rem}.in-game-compact .compact-header .game-status .game-icon{font-size:16px}.in-game-compact .compact-header .game-status .game-name{font-size:14px;font-weight:600;color:#fff}.in-game-compact .compact-header .quick-stats{display:flex;gap:1rem}.in-game-compact .compact-header .quick-stats .stat-item{display:flex;align-items:center;gap:.25rem}.in-game-compact .compact-header .quick-stats .stat-item .stat-label{font-size:10px;color:#ffffff80;font-weight:600}.in-game-compact .compact-header .quick-stats .stat-item .stat-value{font-size:14px;font-weight:700;color:#fff}.in-game-compact .compact-mission{margin-bottom:1rem}.in-game-compact .compact-mission .active-mission-card{height:auto;max-height:200px;padding:1rem;border-radius:12px}.in-game-compact .compact-mission .active-mission-card .mission-top{margin-bottom:.75rem}.in-game-compact .compact-mission .active-mission-card .mission-top .brand-logo{height:30px}.in-game-compact .compact-mission .active-mission-card .mission-top .mission-date{font-size:11px}.in-game-compact .compact-mission .active-mission-card .mission-title{font-size:18px!important;margin-bottom:.5rem;-webkit-line-clamp:1}.in-game-compact .compact-mission .active-mission-card .mission-footer{flex-direction:row;gap:1rem}.in-game-compact .compact-mission .active-mission-card .mission-footer .mission-description{font-size:12px;-webkit-line-clamp:2}.in-game-compact .compact-mission .active-mission-card .mission-footer .mission-action-btn{padding:6px 16px;font-size:12px;width:auto}.in-game-compact .compact-progress{margin-bottom:1rem}.in-game-compact .compact-progress .xp-bar{height:4px;background:rgba(255,255,255,.1);border-radius:2px;overflow:hidden;margin-bottom:.5rem}.in-game-compact .compact-progress .xp-bar .xp-fill{height:100%;background:linear-gradient(135deg,#7859E6 0%,#FF4238 100%);transition:width .3s ease}.in-game-compact .compact-progress .xp-text{font-size:11px;color:#fff9;text-align:center}.in-game-compact .compact-actions{display:flex;justify-content:center;gap:.5rem}.in-game-compact .compact-actions .action-btn{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.in-game-compact .compact-actions .action-btn span{font-size:18px}.in-game-compact .compact-actions .action-btn:hover{background:rgba(255,255,255,.1);transform:scale(1.05)}.in-game-compact .compact-actions .action-btn:active{transform:scale(.95)}.in-game-compact .compact-actions .action-btn--primary{background:linear-gradient(135deg,#7859E6 0%,#FF4238 100%);border:none}.in-game-compact .compact-actions .action-btn--primary:hover{box-shadow:0 4px 12px #7859e666}.context-in-game .sophisticated-dashboard{padding:.5rem}.context-in-game .sophisticated-dashboard .left-nav,.context-in-game .sophisticated-dashboard .right-panels,.context-in-game .sophisticated-dashboard .bottom-cards,.context-in-game .sophisticated-dashboard .bets-table{display:none}.context-in-game .sophisticated-dashboard .main-content{background:transparent;border:none;box-shadow:none;padding:0}.cockpit-loader{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1a1d29 0%,#2a2d39 100%);display:flex;align-items:center;justify-content:center;z-index:9999}.cockpit-loader .loader-content{display:flex;flex-direction:column;align-items:center;gap:3rem;width:90%;max-width:400px}.cockpit-loader .logo-container .logo{height:80px;width:auto;max-width:100%;object-fit:contain;animation:fadeInScale .8s ease-out}.cockpit-loader .logo-container .logo-text{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#ff6b35 0%,#f7931e 50%,#8b5cf6 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:system-ui,-apple-system,sans-serif;text-align:center}.cockpit-loader .progress-container{width:100%}.cockpit-loader .progress-container .progress-bar{width:100%;height:3px;background:rgba(255,255,255,.1);border-radius:2px;overflow:hidden}.cockpit-loader .progress-container .progress-bar .progress-fill{height:100%;background:linear-gradient(90deg,#ff6b35 0%,#f7931e 50%,#8b5cf6 100%);border-radius:2px;transition:width .3s ease-out}.cockpit-loader .progress-container .progress-bar .progress-fill:after{content:"";position:absolute;top:0;right:-30px;width:30px;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3));animation:shimmer 1.5s ease-in-out infinite}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{transform:translate(-30px)}to{transform:translate(400px)}}@media (max-width: 768px){.cockpit-loader .loader-content{gap:2rem}.cockpit-loader .loader-content .logo-container .logo{height:60px}.cockpit-loader .loader-content .logo-text{font-size:2rem}}.user-greeting{margin:0 0 .75rem;padding:.5rem 1.5rem 0;display:flex;align-items:center;justify-content:space-between}@media screen and (min-width: 1190px){.user-greeting{padding:.25rem 1.5rem .5rem;margin:0 0 .75rem}}@media screen and (max-width: 767px){.user-greeting{padding:.5rem 0 0;flex-direction:column;align-items:flex-start;gap:.75rem}}.user-greeting__text{font-size:2rem;font-weight:700;margin:0;line-height:1.2;color:#fff;background:linear-gradient(135deg,rgba(255,255,255,.8) 0%,rgb(255,255,255) 30%,rgba(255,255,255,.6) 50%,rgb(255,255,255) 70%,rgba(255,255,255,.8) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media screen and (min-width: 1190px){.user-greeting__text{font-size:2.75rem}}.user-greeting__wave{display:inline-block;font-size:2rem;-webkit-text-fill-color:initial;background:none;margin-left:.25rem}@media screen and (min-width: 1190px){.user-greeting__wave{font-size:2.75rem}}.user-greeting__spin-button{background:none;border:none;padding:0;cursor:pointer;transition:transform .2s ease;flex-shrink:0}.user-greeting__spin-button:hover{transform:scale(1.05)}.user-greeting__spin-button:active{transform:scale(.95)}.user-greeting__spin-button img{display:block;height:72px;width:auto}@media screen and (min-width: 1190px){.user-greeting__spin-button img{height:96px}}._container_t7ke5_71{position:relative;width:100%;padding:.5rem 1.5rem;background:transparent;border:none;border-radius:0;box-shadow:none}@media (max-width: 767.98px){._container_t7ke5_71{padding:.5rem .75rem}}._container_t7ke5_71._compact_t7ke5_85{padding:.25rem .5rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);border-radius:12px;box-shadow:none}._header_t7ke5_93{margin-bottom:.75rem}._title_t7ke5_97{font-size:1.1rem;font-weight:700;color:#fff;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}._headerIcon_t7ke5_107{color:#aa96ef;font-size:20px}._searchWrapper_t7ke5_112{display:flex;gap:.75rem;align-items:center}@media (max-width: 767.98px){._searchWrapper_t7ke5_112{flex-direction:row;gap:.5rem}}._searchBox_t7ke5_124{position:relative;flex:1;min-width:0;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:8px;height:36px}@media (max-width: 767.98px){._searchBox_t7ke5_124{flex:1;min-width:0}}._searchIcon_t7ke5_140{display:none}._searchInput_t7ke5_144{width:100%;padding:8px 40px 8px 16px;background:transparent!important;border:1px solid #F1161D;border-radius:8px;color:#fff;font-size:.875rem;height:36px}._compact_t7ke5_85 ._searchInput_t7ke5_144{padding:6px 32px 6px 12px;font-size:.8125rem;height:32px}._searchInput_t7ke5_144::placeholder{color:#fff6}._searchInput_t7ke5_144:focus{outline:none;background:rgba(255,255,255,.08);border-color:#f1161d}._clearBtn_t7ke5_168{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#ffffff80;cursor:pointer;padding:.25rem;font-size:.875rem;display:flex;align-items:center;justify-content:center}._clearBtn_t7ke5_168:hover{color:#fff}._filters_t7ke5_187{display:flex;gap:.5rem;flex-shrink:0}@media (max-width: 767.98px){._filters_t7ke5_187{gap:.375rem}}._compact_t7ke5_85 ._filters_t7ke5_187{width:auto;justify-content:flex-end}._filterBtn_t7ke5_202{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#ffffff80;cursor:pointer;transition:all .2s}._compact_t7ke5_85 ._filterBtn_t7ke5_202{width:32px;height:32px;font-size:.8125rem}._filterBtn_t7ke5_202:hover{background:rgba(255,255,255,.08);color:#fff}._filterBtnActive_t7ke5_224{background:rgba(255,66,56,.1);border:.5px solid #F1161D;color:#f1161d;border-radius:20px;box-shadow:0 0 0 .5px #ff42384d}._dropdown_t7ke5_232{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:rgba(26,26,28,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;z-index:10000;box-shadow:0 10px 40px #00000080}._compact_t7ke5_85 ._dropdown_t7ke5_232{z-index:10001;position:fixed;left:var(--dropdown-left, 0);right:var(--dropdown-right, 0);top:var(--dropdown-top, calc(100% + .5rem));width:var(--dropdown-width, auto);min-width:400px}._dropdownHeader_t7ke5_255{padding:.75rem 1rem;background:rgba(255,255,255,.02);border-bottom:1px solid rgba(255,255,255,.05);color:#fff9;font-size:.875rem}._gamesList_t7ke5_263{max-height:320px;overflow-y:auto}._gamesList_t7ke5_263::-webkit-scrollbar{width:8px}._gamesList_t7ke5_263::-webkit-scrollbar-track{background:rgba(255,255,255,.02)}._gamesList_t7ke5_263::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:4px}._gameItem_t7ke5_278{width:100%;padding:.75rem 1rem;background:transparent;border:none;display:flex;align-items:center;gap:.75rem;cursor:pointer;text-align:left;transition:background .2s}._gameItem_t7ke5_278:hover,._gameItemFocused_t7ke5_290{background:rgba(255,255,255,.05)}._gameName_t7ke5_294{flex:1;color:#fff;font-size:.875rem;font-weight:500;text-align:left}._gameGenre_t7ke5_302{color:#fff6;font-size:.75rem}._viewBtn_t7ke5_307{padding:.25rem .75rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:4px;color:#ffffff80;font-size:.75rem;font-weight:600;transition:all .2s}._gameItem_t7ke5_278:hover ._viewBtn_t7ke5_307{background:rgba(255,255,255,.08);color:#ffffffb3;border-color:#fff3}._dropdownFooter_t7ke5_323{padding:.5rem 1rem;background:rgba(255,255,255,.02);border-top:1px solid rgba(255,255,255,.05);color:#fff6;font-size:.75rem;text-align:center}._loading_t7ke5_332{padding:1rem;text-align:center;color:#fff9;font-size:.875rem}._selected_t7ke5_339{margin-top:.75rem;padding:.5rem .75rem;background:rgba(170,150,239,.1);border:1px solid rgba(170,150,239,.2);border-radius:6px;color:#fffc;font-size:.875rem}._selected_t7ke5_339 strong{color:#aa96ef}.game-search-modal{max-width:600px;width:90vw;height:70vh;max-height:600px;padding:0;background:#1a1a1c;border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden}.game-search-modal__content{display:flex;flex-direction:column;height:100%;overflow:hidden}.game-search-modal__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.1);background:rgba(0,0,0,.3)}.game-search-modal__title{font-size:20px;font-weight:600;color:#fff;display:flex;align-items:center;gap:10px;margin:0}.game-search-modal__title svg{color:#7859e6}.game-search-modal__close{background:transparent;border:none;color:#ffffff80;font-size:20px;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s}.game-search-modal__close:hover{color:#ff4238}.game-search-modal__search{padding:16px 24px;position:relative;background:rgba(0,0,0,.2);border-bottom:1px solid rgba(255,255,255,.08)}.game-search-modal__search-icon{position:absolute;left:36px;top:50%;transform:translateY(-50%);color:#fff6;font-size:16px;pointer-events:none}.game-search-modal__input{width:100%;padding:10px 100px 10px 40px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:15px;transition:all .2s}.game-search-modal__input::placeholder{color:#fff6}.game-search-modal__input:focus{outline:none;background:rgba(255,255,255,.08);border-color:#7859e6}.game-search-modal__clear{position:absolute;right:36px;top:50%;transform:translateY(-50%);background:none;border:none;color:#fff6;font-size:14px;cursor:pointer;padding:4px;transition:color .2s}.game-search-modal__clear:hover{color:#ff4238}.game-search-modal__filters{position:absolute;right:36px;top:50%;transform:translateY(-50%);display:flex;gap:4px}.game-search-modal__filter-btn{padding:6px 8px;border-radius:6px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05);color:#ffffff80;cursor:pointer;transition:all .2s;font-size:14px;display:flex;align-items:center;justify-content:center}.game-search-modal__filter-btn:hover:not(.game-search-modal__filter-btn--active){background:rgba(255,255,255,.08);color:#ffffffb3}.game-search-modal__filter-btn--active{background:#7859E6;color:#fff;border-color:#7859e6}.game-search-modal__results{flex:1;overflow-y:auto;overflow-x:hidden;background:rgba(0,0,0,.1)}.game-search-modal__count{padding:12px 24px;color:#ffffff80;font-size:13px;background:rgba(0,0,0,.2);border-bottom:1px solid rgba(255,255,255,.05)}.game-search-modal__list-container{flex:1;min-height:0}.game-search-modal__virtual-list::-webkit-scrollbar{width:8px}.game-search-modal__virtual-list::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:4px}.game-search-modal__virtual-list::-webkit-scrollbar-thumb{background:rgba(170,150,239,.3);border-radius:4px}.game-search-modal__virtual-list::-webkit-scrollbar-thumb:hover{background:rgba(170,150,239,.4)}.game-search-modal__list{display:flex;flex-direction:column}.game-search-modal__item{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;cursor:pointer;transition:background .2s;border-bottom:1px solid rgba(255,255,255,.05)}.game-search-modal__item:hover{background:rgba(255,255,255,.03)}.game-search-modal__item:focus{outline:none;background:rgba(120,89,230,.1)}.game-search-modal__item:last-child{border-bottom:none}.game-search-modal__item-left{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.game-search-modal__item-icon{width:32px;height:32px;object-fit:contain;border-radius:6px;background:rgba(255,255,255,.02);flex-shrink:0}.game-search-modal__item-text{display:flex;flex-direction:column;align-items:flex-start;min-width:0;flex:1}.game-search-modal__item-name{color:#fff;font-size:15px;font-weight:500;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;line-height:1.2}.game-search-modal__item-genre{color:#fff6;font-size:12px;margin-top:2px}.game-search-modal__item-visit{padding:5px 14px;background:transparent;border:1px solid rgba(120,89,230,.4);border-radius:6px;color:#7859e6;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;flex-shrink:0}.game-search-modal__item-visit:hover{background:rgba(120,89,230,.15);border-color:#7859e6}.game-search-modal__item-visit:active{transform:scale(.95)}.game-search-modal__loading,.game-search-modal__error,.game-search-modal__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.game-search-modal__loading{color:#ffffff80}.game-search-modal__error{color:#ff4238}.game-search-modal__error p{margin:0;font-size:14px}.game-search-modal__empty{color:#fff6}.game-search-modal__empty p{margin:0;font-size:14px}.game-search-modal__spinner{width:40px;height:40px;border:3px solid rgba(120,89,230,.2);border-top-color:#7859e6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@media (max-width: 640px){.game-search-modal .frame-one-modal__content{width:95vw;max-height:80vh}.game-search-modal__header{padding:16px 20px}.game-search-modal__title{font-size:18px}.game-search-modal__search{padding:12px 20px}.game-search-modal__search-icon{left:32px}.game-search-modal__clear{right:32px}.game-search-modal__item{padding:10px 20px}.game-search-modal__item-icon{width:28px;height:28px}.game-search-modal__item-name{font-size:14px}.game-search-modal__item-genre{font-size:11px}.game-search-modal__item-visit{padding:4px 12px;font-size:12px}}.mode-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;flex:1;min-width:140px;min-height:100px;padding:1rem 1rem 1.5rem;background:linear-gradient(145deg,rgba(35,35,40,.95) 0%,rgba(25,25,28,.98) 100%);border:1px solid rgba(255,255,255,.06);border-radius:12px;cursor:pointer;overflow:hidden;transition:all .2s ease}.mode-card:hover{transform:translateY(-2px);border-color:#ffffff1f;background:linear-gradient(145deg,rgba(40,40,45,.95) 0%,rgba(30,30,33,.98) 100%)}.mode-card:active{transform:translateY(0)}.mode-card--active{border-color:#7859e666}.mode-card--active .mode-card__label{color:#fff}.mode-card__content{position:relative;z-index:3;display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;width:100%}.mode-card__badge{position:absolute;top:.75rem;right:.75rem;z-index:4;padding:.2rem .5rem;font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;border-radius:4px}.mode-card__badge--green{background:rgba(16,185,129,.2);color:#10b981;border:1px solid rgba(16,185,129,.3)}.mode-card__badge--red{background:rgba(241,22,29,.2);color:#f1161d;border:1px solid rgba(241,22,29,.3)}.mode-card__badge--gold{background:rgba(247,200,76,.2);color:#f7c84c;border:1px solid rgba(247,200,76,.3)}.mode-card__icon{font-size:1.5rem;color:#ffffffb3;line-height:1;margin-bottom:.25rem}.mode-card__icon svg{width:1.5rem;height:1.5rem}.mode-card__label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#ffffffd9}.mode-card__subtext{font-size:.7rem;font-weight:500;color:#fff6}.mode-card__active-line{position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#7859E6 0%,#F1161D 100%)}.mode-card__background,.mode-card__shader{display:none}@media (max-width: 576px){.mode-card{min-width:100px;min-height:80px;padding:.75rem}.mode-card__icon{font-size:1.25rem}.mode-card__icon svg{width:1.25rem;height:1.25rem}.mode-card__label{font-size:.75rem}.mode-card__subtext{display:none}.mode-card__badge{top:.5rem;right:.5rem;padding:.15rem .35rem;font-size:.5rem}}.dual-reward-carousel{width:100%;margin:1rem 0;padding:.25rem 0}.dual-reward-carousel__header{margin-bottom:1rem;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}@media (max-width: 767.98px){.dual-reward-carousel__header{padding:0 .75rem}}.dual-reward-carousel__title{font-size:1.125rem;font-weight:700;color:#ffffffe6;margin:0;display:flex;align-items:center;gap:.5rem}@media (max-width: 767.98px){.dual-reward-carousel__title{font-size:1rem}}.dual-reward-carousel__count{display:inline-flex;align-items:center;justify-content:center;min-width:1.75rem;height:1.75rem;padding:0 .5rem;background:#AA96EF;border-radius:8px;font-size:.875rem;font-weight:700;color:#fff;order:-1}@media (max-width: 767.98px){.dual-reward-carousel__count{min-width:1.5rem;height:1.5rem;font-size:.75rem}}.dual-reward-carousel__view-all{color:#fff9;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;background:none;border:none;padding:0}.dual-reward-carousel__view-all:hover{color:#ffffffe6}.dual-reward-carousel__hero{display:flex;gap:1rem;padding:0 1.5rem;min-height:400px}@media (max-width: 991.98px){.dual-reward-carousel__hero{flex-direction:column;min-height:auto}}@media (max-width: 767.98px){.dual-reward-carousel__hero{padding:0 .75rem;gap:.75rem}}.dual-reward-carousel__featured{flex:1 1 75%;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#0000004d;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .3s ease;min-height:400px}.dual-reward-carousel__featured:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000080}@media (max-width: 991.98px){.dual-reward-carousel__featured{min-height:320px;flex:1 1 100%}}@media (max-width: 767.98px){.dual-reward-carousel__featured{min-height:280px}}.dual-reward-carousel__featured-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}.dual-reward-carousel__featured-bg img{width:100%;height:100%;object-fit:cover}.dual-reward-carousel__featured-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to top,rgba(0,0,0,.95) 0%,rgba(0,0,0,.7) 40%,rgba(0,0,0,.3) 70%,rgba(0,0,0,0) 100%);display:flex;align-items:flex-end;padding:2.5rem}@media (max-width: 767.98px){.dual-reward-carousel__featured-overlay{padding:1.5rem}}.dual-reward-carousel__featured-content{width:100%}.dual-reward-carousel__featured-name{font-size:2rem;font-weight:700;color:#fff;margin:0 0 .5rem}@media (max-width: 767.98px){.dual-reward-carousel__featured-name{font-size:1.5rem}}.dual-reward-carousel__featured-quests{margin-bottom:1rem}.dual-reward-carousel__quest-badge{font-size:.875rem;font-weight:600;color:#fffc}.dual-reward-carousel__featured-events{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.dual-reward-carousel__event-badge{display:inline-flex;align-items:center;padding:.375rem .75rem;background:rgba(255,255,255,.9);border-radius:6px;font-size:.75rem;font-weight:600;color:#18181b;text-transform:uppercase;letter-spacing:.5px}.dual-reward-carousel__featured-cta{display:inline-flex;align-items:center;padding:.75rem 1.5rem;background:linear-gradient(135deg,#7859E6 0%,#FF4238 100%);color:#fff;font-size:1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .2s ease}.dual-reward-carousel__featured-cta:hover{transform:translateY(-2px);box-shadow:0 4px 20px #7859e666}.dual-reward-carousel__grid{flex:1 1 25%;max-width:280px;display:flex;flex-direction:column;gap:.75rem;overflow-y:auto;max-height:450px;padding-right:.5rem}@media (max-width: 991.98px){.dual-reward-carousel__grid{flex-direction:row;overflow-x:auto;overflow-y:hidden;max-height:none;padding-right:0;padding-bottom:.5rem}}.dual-reward-carousel__grid::-webkit-scrollbar{width:6px;height:6px}.dual-reward-carousel__grid::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:3px}.dual-reward-carousel__grid::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:3px}.dual-reward-carousel__grid::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.dual-reward-carousel__grid-card{position:relative;min-height:120px;border-radius:10px;overflow:hidden;cursor:pointer;transition:all .2s ease;flex-shrink:0}@media (max-width: 991.98px){.dual-reward-carousel__grid-card{min-width:200px}}.dual-reward-carousel__grid-card:hover{transform:translate(4px);box-shadow:0 4px 12px #0000004d}.dual-reward-carousel__grid-icon{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}.dual-reward-carousel__grid-info{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.6) 50%,rgba(0,0,0,.2) 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:1rem}.dual-reward-carousel__grid-name{font-size:.9rem;font-weight:700;color:#fff;margin:0 0 .25rem;line-height:1.2}.dual-reward-carousel__grid-events{font-size:.75rem;color:#ffffffb3;font-weight:500}.dual-reward-carousel__modes{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;padding:1rem 1.5rem 0;margin-top:1rem}.dual-reward-carousel__modes .mode-card{min-height:100px}@media (max-width: 991.98px){.dual-reward-carousel__modes{grid-template-columns:repeat(4,1fr)}.dual-reward-carousel__modes .mode-card{min-height:90px}}@media (max-width: 767.98px){.dual-reward-carousel__modes{grid-template-columns:repeat(2,1fr);padding:.75rem .75rem 0}.dual-reward-carousel__modes .mode-card{min-height:80px}}.enhanced-game-card{flex-shrink:0;cursor:pointer;transition:all .3s ease;position:relative;width:240px}@media (max-width: 1024px){.enhanced-game-card{width:240px;min-width:240px}}@media (max-width: 480px){.enhanced-game-card{width:220px;min-width:220px}}@media (min-width: 1440px){.enhanced-game-card{width:276px}}@media (min-width: 1920px){.enhanced-game-card{width:320px}}.enhanced-game-card--disabled{opacity:.6;cursor:default;pointer-events:none}.enhanced-game-card:hover:not(.enhanced-game-card--disabled){transform:translateY(-8px)}.enhanced-game-card:hover:not(.enhanced-game-card--disabled) .enhanced-game-card__image{box-shadow:0 8px 24px #7859e64d}.enhanced-game-card:hover:not(.enhanced-game-card--disabled) .enhanced-game-card__image img{transform:scale(1.05)}.enhanced-game-card:hover:not(.enhanced-game-card--disabled) .enhanced-game-card__button{opacity:1;transform:translateY(0)}.enhanced-game-card__image{width:100%;aspect-ratio:276/128;border-radius:10px;overflow:hidden;position:relative;background:rgba(255,255,255,.03);box-shadow:0 2px 8px #00000026;transition:all .3s ease}.enhanced-game-card__image .asset-image,.enhanced-game-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;display:block}.enhanced-game-card__genre-badge{position:absolute;top:.5rem;left:.5rem;padding:.25rem .5rem;background:rgba(0,0,0,.75);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:6px;font-size:.625rem;font-weight:600;color:#ffffffe6;text-transform:uppercase;letter-spacing:.5px;z-index:2}.enhanced-game-card__quest-badge{position:absolute;top:.5rem;right:.5rem;padding:.25rem .5rem;background:rgba(241,22,29,.9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:6px;font-size:.625rem;font-weight:700;color:#fff;z-index:2}.enhanced-game-card__logo{position:absolute;bottom:.5rem;left:.5rem;width:48px;height:48px;z-index:2}.enhanced-game-card__logo .asset-image,.enhanced-game-card__logo img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5))}.enhanced-game-card__button{position:absolute;bottom:.5rem;left:.5rem;right:.5rem;opacity:0;transform:translateY(10px);transition:all .3s ease;z-index:3;display:flex;flex-direction:column;align-items:stretch;gap:.25rem;background:rgba(0,0,0,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:.5rem;border-radius:12px}.enhanced-game-card__button button{width:100%;padding:.375rem .875rem;background:rgba(255,66,56,.1);border:1px solid #F1161D;border-radius:20px;color:#ffffffb3;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 0 0 .5px #ff42384d}.enhanced-game-card__button button:hover{background:rgba(255,66,56,.15);box-shadow:0 0 0 1px #ff423866;color:#fffc;transform:translateY(-1px)}.enhanced-game-card__button button:active{transform:translateY(0)}.enhanced-game-card__title{margin-top:.375rem;font-size:.875rem;font-weight:600;color:#ffffffe6;text-align:left;line-height:1.2;width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media (max-width: 767.98px){.enhanced-game-card__title{font-size:.75rem}}.genre-carousel{width:100%;margin:0;padding:0}.genre-carousel__header{margin-bottom:.5rem;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}@media (max-width: 767.98px){.genre-carousel__header{padding:0 .75rem}}.genre-carousel__title{font-size:1.125rem;font-weight:700;color:#ffffffe6;margin:0;display:flex;align-items:center;gap:.5rem}@media (max-width: 767.98px){.genre-carousel__title{font-size:1rem}}.genre-carousel__icon{color:#aa96ef;font-size:1rem;display:flex;align-items:center}.genre-carousel__view-all{color:#fff9;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;background:none;border:none;padding:0}.genre-carousel__view-all:hover{color:#ffffffe6}.genre-carousel__count{display:inline-flex;align-items:center;justify-content:center;min-width:1.75rem;height:1.75rem;padding:0 .5rem;background:rgba(255,255,255,.08);border-radius:8px;font-size:.75rem;font-weight:600;color:#fff9;margin-left:.5rem}@media (max-width: 767.98px){.genre-carousel__count{min-width:1.5rem;height:1.5rem;font-size:.688rem;margin-left:.375rem}}.genre-carousel__track-wrapper{position:relative;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.genre-carousel__track-wrapper::-webkit-scrollbar{height:8px}.genre-carousel__track-wrapper::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:4px}.genre-carousel__track-wrapper::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:4px}.genre-carousel__track-wrapper::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.genre-carousel__track{display:flex;gap:1rem;padding:.75rem 1.5rem 1.25rem}@media (max-width: 767.98px){.genre-carousel__track{gap:.75rem;padding:.5rem .75rem 1rem}}.category-grid-view{width:100%;padding:1.5rem 0}.category-grid-view__header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:0 1.5rem}@media (max-width: 767.98px){.category-grid-view__header{padding:0 .75rem}}.category-grid-view__back{padding:.5rem 1rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fffc;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.category-grid-view__back:hover{background:rgba(255,255,255,.08);border-color:#ffffff26;color:#ffffffe6;transform:translate(-2px)}.category-grid-view__title-section{flex:1;display:flex;align-items:baseline;gap:.75rem}.category-grid-view__title{font-size:1.5rem;font-weight:700;color:#fffffff2;margin:0}.category-grid-view__count{font-size:.875rem;font-weight:600;color:#ffffff80;background:rgba(255,255,255,.05);padding:.25rem .75rem;border-radius:12px}.category-grid-view__controls{display:grid;grid-template-columns:400px 180px;gap:1rem;margin-bottom:1.5rem;padding:0 1.5rem}@media (max-width: 767.98px){.category-grid-view__controls{grid-template-columns:1fr;gap:.75rem;padding:0 .75rem}}@media (max-width: 767.98px){.category-grid-view__search-wrapper{width:100%}}.category-grid-view__search{width:100%;padding:.75rem 1rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#ffffffe6;font-size:.875rem;transition:all .2s ease;box-sizing:border-box}.category-grid-view__search::placeholder{color:#fff6}.category-grid-view__search:focus{outline:none;background:rgba(255,255,255,.08);border-color:#7859e680}@media (max-width: 768px){.category-grid-view__search{padding:.25rem .5rem;font-size:.75rem;line-height:1.2;height:32px}}@media (max-width: 767.98px){.category-grid-view__sort-wrapper{width:100%}}.category-grid-view__sort{width:100%;padding:.75rem 2.5rem .75rem 1rem;background:rgba(255,255,255,.05);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#ffffffe6;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box}.category-grid-view__sort:hover{background:rgba(255,255,255,.08);border-color:#ffffff26}.category-grid-view__sort:focus{outline:none;border-color:#7859e680}@media (max-width: 768px){.category-grid-view__sort{padding:.25rem 1.5rem .25rem .5rem;background-position:right .5rem center;font-size:.75rem;line-height:1.2;height:32px}}.category-grid-view__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:0 1.5rem}@media (max-width: 991.98px){.category-grid-view__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 767.98px){.category-grid-view__grid{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:0 .75rem}}.category-grid-view__empty{text-align:center;padding:3rem 1rem;color:#ffffff80;font-size:.875rem}.category-grid-view__load-more{height:1px;width:100%;visibility:hidden}.category-grid-view__loading{text-align:center;padding:2rem 1rem;color:#fff9;font-size:.875rem;font-weight:600}.quest-card-compact{display:flex;flex-direction:column;width:240px;height:100%;background:#121219;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;position:relative;flex-shrink:0;box-shadow:0 8px 32px #00000080,0 2px 8px #0006,inset 0 1px #ffffff14}@media (max-width: 1024px){.quest-card-compact{width:240px;min-width:240px}}@media (max-width: 480px){.quest-card-compact{width:220px;min-width:220px}}@media (min-width: 1440px){.quest-card-compact{width:276px}}@media (min-width: 1920px){.quest-card-compact{width:320px}}.quest-card-compact:hover{transform:translateY(-4px);border-color:#ff423880;background:rgba(18,18,25,.95);box-shadow:0 12px 40px #0009,0 4px 12px #00000080,inset 0 1px #ffffff14}.quest-card-compact__icon{width:100%;height:120px;overflow:hidden;background:linear-gradient(135deg,rgba(120,89,230,.1),rgba(255,255,255,.05))}.quest-card-compact__icon img{width:100%;height:100%;object-fit:cover}.quest-card-compact__header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem .5rem;border-bottom:1px solid rgba(255,255,255,.08)}.quest-card-compact__header-left{display:flex;align-items:center;gap:.5rem}.quest-card-compact__type{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#ffffffb3;background:rgba(255,66,56,.1);border:1px solid #FF4238;padding:.25rem .5rem;border-radius:6px;box-shadow:0 0 0 .5px #ff42384d}.quest-card-compact__milestone-count{font-size:.7rem;font-weight:600;color:#fff9}.quest-card-compact__content{flex:1;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.5rem}.quest-card-compact__title{font-size:.9rem;font-weight:700;color:#fffffff2;margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.quest-card-compact__description{font-size:.75rem;color:#fff9;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.quest-card-compact__details{margin-top:auto;display:flex;flex-wrap:wrap;gap:.5rem}.quest-card-compact__target{font-size:.75rem;color:#ffffffb3;background:rgba(255,255,255,.05);padding:.25rem .5rem;border-radius:6px;font-weight:600}.quest-card-compact__progress-container{padding:0 1rem .75rem;display:flex;align-items:center;gap:.5rem}.quest-card-compact__progress-bar{flex:1;height:6px;background:rgba(255,255,255,.1);border-radius:3px;overflow:hidden;position:relative}.quest-card-compact__progress-fill{height:100%;background:linear-gradient(90deg,#7859E6 0%,#F1161D 100%);border-radius:3px;transition:width .3s ease;box-shadow:0 0 8px #7859e680}.quest-card-compact__progress-text{font-size:.7rem;font-weight:600;color:#ffffffb3;white-space:nowrap;min-width:50px;text-align:right}.quest-card-compact__reward{position:absolute;top:.75rem;right:.75rem;display:flex;flex-direction:column;align-items:center;background:rgba(241,22,29,.95);padding:.5rem .75rem;border-radius:8px;box-shadow:0 2px 8px #0000004d;pointer-events:none}.quest-card-compact__reward-amount{font-size:1rem;font-weight:700;color:#fff;line-height:1}.quest-card-compact__reward-type{font-size:.65rem;font-weight:600;color:#ffffffe6;text-transform:uppercase;letter-spacing:.5px;margin-top:.25rem}.quests-grid-view{width:100%;padding:1.5rem 0}.quests-grid-view__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:0 1.5rem}@media (max-width: 767.98px){.quests-grid-view__header{padding:0 .75rem;gap:.5rem;flex-wrap:wrap}}.quests-grid-view__back{padding:.375rem .75rem;background:rgba(255,66,56,.1);border:1px solid #FF4238;border-radius:20px;color:#ffffffb3;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 0 0 .5px #ff42384d;white-space:nowrap;flex-shrink:0}.quests-grid-view__back:hover{background:rgba(255,66,56,.15);border-color:#ff423880;color:#fffc;transform:translate(-2px)}@media (max-width: 767.98px){.quests-grid-view__back{padding:.25rem .5rem;font-size:.75rem}}.quests-grid-view__title-section{flex:1;display:flex;align-items:baseline;gap:.75rem}@media (max-width: 767.98px){.quests-grid-view__title-section{display:contents}}.quests-grid-view__title{font-size:1.5rem;font-weight:700;color:#fffffff2;margin:0}.quests-grid-view__count{font-size:.875rem;font-weight:600;color:#ffffff80;background:rgba(255,255,255,.05);padding:.25rem .75rem;border-radius:12px}@media (max-width: 767.98px){.quests-grid-view__count{flex:0 0 100%;width:100%}}.quests-grid-view__controls{display:flex;margin-bottom:2rem;padding:0 1.5rem}@media (max-width: 767.98px){.quests-grid-view__controls{padding:0 .75rem}}.quests-grid-view__search-wrapper{flex:1;max-width:500px}.quests-grid-view__search{width:100%;padding:.75rem 1rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:12px;color:#ffffffe6;font-size:.875rem;transition:all .2s ease;box-sizing:border-box}.quests-grid-view__search::placeholder{color:#ffffff80}.quests-grid-view__search:focus{outline:none;background:rgba(255,255,255,.05);border-color:#ff423880}@media (max-width: 768px){.quests-grid-view__search{padding:.5rem .75rem;font-size:.875rem}}.quests-grid-view__content{display:flex;flex-direction:column;gap:2rem}.quests-grid-view__game-row{display:flex;align-items:stretch;gap:1rem;padding:0 1.5rem}@media (max-width: 767.98px){.quests-grid-view__game-row{padding:0 .75rem;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.quests-grid-view__game-row::-webkit-scrollbar{height:6px}.quests-grid-view__game-row::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:3px}.quests-grid-view__game-row::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:3px}.quests-grid-view__game-row::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}}.quests-grid-view__game-card{flex-shrink:0;width:240px}@media (max-width: 1024px){.quests-grid-view__game-card{width:240px;min-width:240px}}@media (max-width: 480px){.quests-grid-view__game-card{width:220px;min-width:220px}}@media (min-width: 1440px){.quests-grid-view__game-card{width:276px}}@media (min-width: 1920px){.quests-grid-view__game-card{width:320px}}.quests-grid-view__quest-carousel{flex:1;display:flex;gap:1rem;padding-bottom:.5rem}@media (min-width: 769px){.quests-grid-view__quest-carousel{overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.quests-grid-view__quest-carousel::-webkit-scrollbar{height:6px}.quests-grid-view__quest-carousel::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:3px}.quests-grid-view__quest-carousel::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:3px}.quests-grid-view__quest-carousel::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}}@media (max-width: 767.98px){.quests-grid-view__quest-carousel{overflow:visible}}.quests-grid-view__empty{text-align:center;padding:3rem 1rem;color:#ffffff80;font-size:.875rem}.quests-grid-view__loading{text-align:center;padding:3rem 1rem;color:#fff9;font-size:.875rem;font-weight:600}.my-activity-view{padding:1.5rem;max-width:1400px;margin:0 auto}.my-activity-view__header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.my-activity-view__back-btn{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.5rem 1rem;color:#ffffffb3;font-size:.875rem;cursor:pointer;transition:all .2s ease}.my-activity-view__back-btn:hover{background:rgba(255,255,255,.1);color:#fff}.my-activity-view__title{font-size:1.5rem;font-weight:600;color:#fff;margin:0}.my-activity-view__grid{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem;align-items:start}@media (max-width: 1024px){.my-activity-view__grid{grid-template-columns:1fr}}.my-activity-view__column{display:flex;flex-direction:column;gap:1.5rem}.games-view{padding:1rem 0}.games-view__header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:0 1rem}.games-view__back-btn{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.5rem 1rem;color:#ffffffb3;font-size:.875rem;cursor:pointer;transition:all .2s ease}.games-view__back-btn:hover{background:rgba(255,255,255,.1);color:#fff}.games-view__back-desktop{display:inline}@media (max-width: 768px){.games-view__back-desktop{display:none}}.games-view__back-mobile{display:none}@media (max-width: 768px){.games-view__back-mobile{display:inline}}.games-view__title{font-size:1.5rem;font-weight:600;color:#fff;margin:0}.games-view__content{display:flex;flex-direction:column;gap:2rem}.games-view__search{padding-bottom:3rem}._profile_1uis0_47{position:relative;display:flex;align-items:center;gap:1rem;width:100%}._profile_1uis0_47._playVariant_1uis0_54{padding:0}._profile_1uis0_47._playVariant_1uis0_54 ._profilePic_1uis0_57{display:block;width:80px;height:80px;flex-shrink:0}._profile_1uis0_47._playVariant_1uis0_54 ._content_1uis0_63{flex:1;position:relative;display:flex;flex-direction:column;justify-content:center;padding-left:1rem}._profile_1uis0_47._playVariant_1uis0_54 ._levelBadge_1uis0_71{display:inline-block;font-size:.75rem;font-weight:600;background:#ffffff;color:#7859e6;padding:.25rem .625rem;border-radius:1rem;border:2px solid #7859E6;margin-bottom:.5rem;width:fit-content;box-shadow:0 0 25px #7859e699,0 0 50px #7859e64d}._profile_1uis0_47._playVariant_1uis0_54 ._levelBadge_1uis0_71._levelBadgeClickable_1uis0_84{cursor:pointer;transition:all .2s ease}._profile_1uis0_47._playVariant_1uis0_54 ._levelBadge_1uis0_71._levelBadgeClickable_1uis0_84:hover{transform:scale(1.05);background:rgba(170,150,239,.3)}._profile_1uis0_47._playVariant_1uis0_54 ._xpContainer_1uis0_92{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.75rem}._profile_1uis0_47._playVariant_1uis0_54 ._xpContainer_1uis0_92 ._xpLeft_1uis0_98{display:flex;align-items:baseline;gap:.625rem}._profile_1uis0_47._playVariant_1uis0_54 ._xpContainer_1uis0_92 ._xpLeft_1uis0_98 ._xpCounter_1uis0_103{font-size:2.5rem;font-weight:700;color:#fff;line-height:1;letter-spacing:-.5px;text-shadow:0 0 30px rgba(170,150,239,.8),0 0 60px rgba(170,150,239,.5)}._profile_1uis0_47._playVariant_1uis0_54 ._xpContainer_1uis0_92 ._xpLeft_1uis0_98 ._xpPoints_1uis0_111{font-size:1.5rem;font-weight:400;color:#ffffffe6;text-transform:uppercase;text-shadow:0 0 25px rgba(170,150,239,.7),0 0 50px rgba(170,150,239,.4)}._profile_1uis0_47._playVariant_1uis0_54 ._xpContainer_1uis0_92>div:last-child{position:absolute;left:350px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:.25rem}._profile_1uis0_47._playVariant_1uis0_54 ._xpContainer_1uis0_92>div:last-child ._rewardsButton_1uis0_127{display:flex;align-items:center;gap:.375rem;background:transparent;border:none;cursor:pointer;color:#aa96ef;font-size:1rem;transition:all .2s ease;padding:0;white-space:nowrap}._profile_1uis0_47._playVariant_1uis0_54 ._xpContainer_1uis0_92>div:last-child ._rewardsButton_1uis0_127 strong{font-weight:600;white-space:nowrap}._profile_1uis0_47._playVariant_1uis0_54 ._xpContainer_1uis0_92>div:last-child ._rewardsButton_1uis0_127 svg{width:1.125rem;height:1.125rem;flex-shrink:0}._profile_1uis0_47._playVariant_1uis0_54 ._xpContainer_1uis0_92>div:last-child ._rewardsButton_1uis0_127:hover{color:#fff}._profile_1uis0_47._playVariant_1uis0_54 ._xpContainer_1uis0_92>div:last-child ._xpTotal_1uis0_152{font-size:1.125rem;color:#fff9;font-weight:400;white-space:nowrap}._profile_1uis0_47._playVariant_1uis0_54 ._progressBar_1uis0_158{width:100%;margin-top:.25rem}._profile_1uis0_47._gamesVariant_1uis0_162{padding:.75rem;width:100%;min-height:4.5rem}._profile_1uis0_47._gamesVariant_1uis0_162 ._profilePic_1uis0_57{display:none!important}._profile_1uis0_47._gamesVariant_1uis0_162 ._content_1uis0_63{width:100%;position:relative}._profile_1uis0_47._gamesVariant_1uis0_162 ._levelBadge_1uis0_71{position:absolute;right:2rem;top:.25rem;font-size:.75rem;font-weight:600;background:#ffffff;color:#7859e6;padding:.25rem .625rem;border-radius:1rem;border:2px solid #7859E6;z-index:10}._profile_1uis0_47._gamesVariant_1uis0_162 ._levelBadge_1uis0_71._levelBadgeClickable_1uis0_84{cursor:pointer;transition:all .2s ease}._profile_1uis0_47._gamesVariant_1uis0_162 ._levelBadge_1uis0_71._levelBadgeClickable_1uis0_84:hover{transform:scale(1.05);color:#fff}._profile_1uis0_47._gamesVariant_1uis0_162 ._xpContainer_1uis0_92{display:flex;align-items:center;justify-content:space-between;width:100%;padding-top:.5rem;height:2.5rem}._profile_1uis0_47._gamesVariant_1uis0_162 ._xpContainer_1uis0_92 ._xpLeft_1uis0_98{display:flex;align-items:center;gap:.25rem}._profile_1uis0_47._gamesVariant_1uis0_162 ._xpContainer_1uis0_92 ._xpLeft_1uis0_98 ._xpCounter_1uis0_103{font-size:1.875rem;font-weight:700;color:#fff;line-height:1}._profile_1uis0_47._gamesVariant_1uis0_162 ._xpContainer_1uis0_92 ._xpLeft_1uis0_98 ._xpPoints_1uis0_111{font-size:1.25rem;font-weight:500;color:#fffc}._profile_1uis0_47._gamesVariant_1uis0_162 ._xpContainer_1uis0_92>div:last-child{position:absolute;right:0;top:.25rem}._profile_1uis0_47._gamesVariant_1uis0_162 ._xpContainer_1uis0_92>div:last-child ._rewardsButton_1uis0_127{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;background:transparent;border:none;cursor:pointer}._profile_1uis0_47._gamesVariant_1uis0_162 ._xpContainer_1uis0_92>div:last-child ._rewardsButton_1uis0_127 strong{display:none}._profile_1uis0_47._gamesVariant_1uis0_162 ._xpContainer_1uis0_92>div:last-child ._rewardsButton_1uis0_127 svg{width:1.25rem;height:1.25rem;color:#ffffffb3;transition:all .2s ease}._profile_1uis0_47._gamesVariant_1uis0_162 ._xpContainer_1uis0_92>div:last-child ._rewardsButton_1uis0_127:hover svg{color:#aa96ef;transform:scale(1.1)}._profile_1uis0_47._gamesVariant_1uis0_162 ._xpContainer_1uis0_92>div:last-child ._xpTotal_1uis0_152{position:absolute;left:0;top:2.5rem;font-size:1rem;color:#fff9;white-space:nowrap}._profile_1uis0_47._gamesVariant_1uis0_162 ._progressBar_1uis0_158{width:100%;margin-top:.5rem}._profile_1uis0_47._mobileVariant_1uis0_260{padding:0}._profile_1uis0_47._mobileVariant_1uis0_260 ._profilePic_1uis0_57{display:none!important}._profile_1uis0_47._mobileVariant_1uis0_260 ._content_1uis0_63{position:relative!important}._profile_1uis0_47._mobileVariant_1uis0_260 ._levelBadge_1uis0_71{position:absolute!important;right:2.75rem!important;top:.25rem!important;font-size:.875rem!important}._profile_1uis0_47._mobileVariant_1uis0_260 ._xpContainer_1uis0_92{display:flex!important;align-items:center!important;justify-content:space-between!important;padding-top:.5rem!important;height:2.5rem!important}._profile_1uis0_47._mobileVariant_1uis0_260 ._xpLeft_1uis0_98{display:flex!important;align-items:baseline!important;gap:.5rem!important}._profile_1uis0_47._mobileVariant_1uis0_260 ._xpCounter_1uis0_103{font-size:1.875rem!important;font-weight:700!important;color:#fff!important}._profile_1uis0_47._mobileVariant_1uis0_260 ._xpPoints_1uis0_111{font-size:1.25rem!important;color:#fffc!important}._profile_1uis0_47._mobileVariant_1uis0_260 ._xpTotalInline_1uis0_296{font-size:1rem!important;color:#fff9!important}._profile_1uis0_47._mobileVariant_1uis0_260 ._rewardsButton_1uis0_127{position:absolute!important;right:2rem!important;top:-1.75rem!important;width:1.5rem!important;height:1.5rem!important;display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;border:none!important;padding:0!important;cursor:pointer!important}._profile_1uis0_47._mobileVariant_1uis0_260 ._rewardsButton_1uis0_127 svg{width:1.5rem!important;height:1.5rem!important;color:#aa96ef!important}._profile_1uis0_47._mobileVariant_1uis0_260 ._xpTotal_1uis0_152{display:none!important}._profilePic_1uis0_57{flex-shrink:0;border-radius:50%;overflow:hidden}._profilePic_1uis0_57 img{width:100%;height:100%;object-fit:cover}._content_1uis0_63{flex:1;position:relative}._progressBar_1uis0_158{position:relative}._cockpitVariant_1uis0_343{display:flex;flex-direction:column;gap:1.5rem;padding:0;width:100%}._cockpitVariant_1uis0_343 ._profileHeaderRow_1uis0_350{display:flex;align-items:center;gap:.75rem;width:100%}._cockpitVariant_1uis0_343 ._profilePic_1uis0_57{width:75px;height:75px;min-width:75px;flex-shrink:0;border-radius:50%;overflow:hidden}._cockpitVariant_1uis0_343 ._profilePic_1uis0_57 img{width:100%;height:100%;object-fit:cover}._cockpitVariant_1uis0_343 ._levelBadge_1uis0_71{flex:0 1 auto;margin:0 auto}._cockpitVariant_1uis0_343 ._giftIcon_1uis0_373{flex-shrink:0}._cockpitVariant_1uis0_343 ._xpSection_1uis0_376{display:flex;flex-direction:column;gap:.75rem;width:100%}._cockpitVariant_1uis0_343 ._xpDisplay_1uis0_382{display:flex;align-items:baseline;gap:.5rem}._cockpitVariant_1uis0_343 ._xpValue_1uis0_387{font-size:1.5rem;font-weight:700;color:#fff}._cockpitVariant_1uis0_343 ._xpLabel_1uis0_392{font-size:1rem;color:#fffc}._cockpitVariant_1uis0_343 ._xpTotal_1uis0_152{font-size:.875rem;color:#fff9}._cockpitVariant_1uis0_343 ._progressContainer_1uis0_400{width:100%;height:8px;background:rgba(255,255,255,.1);border-radius:4px;overflow:hidden}._cockpitVariant_1uis0_343 ._progressBar_1uis0_158{height:100%;background:linear-gradient(90deg,#FF7C83 0%,#E86B72 100%);border-radius:4px;transition:width .3s ease}.devourplay-stats{display:flex;justify-content:space-evenly;align-items:center;width:100%;padding:.75rem 0 .5rem;gap:.5rem;border-top:1px solid rgba(255,255,255,.1);margin:0}.devourplay-stats__item{display:flex;align-items:center;gap:.5rem;flex:0 0 auto}.devourplay-stats__item:not(:last-child){padding-right:1rem;border-right:1px solid rgba(255,255,255,.1);margin-right:1rem}.devourplay-stats__content{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem}.devourplay-stats__icon{font-size:1.25rem;opacity:.8;color:#ffffffb3}.devourplay-stats__value{font-size:1.125rem;font-weight:600;color:#ffffffe6;white-space:nowrap;line-height:1}.devourplay-stats__label{font-size:.75rem;color:#fff9;white-space:nowrap;text-transform:uppercase;letter-spacing:.025em}.devourplay-stats--desktop .devourplay-stats__item{gap:.75rem}.devourplay-stats--mobile .devourplay-stats__content{flex-direction:row;align-items:center}.devourplay-stats--mobile .devourplay-stats__item{gap:.25rem}.devourplay-stats--mobile .devourplay-stats__value{font-size:.9375rem}@media (max-width: 768px){.devourplay-stats{padding:.5rem 0;gap:.25rem}.devourplay-stats__item{gap:.125rem}.devourplay-stats__item:not(:last-child){padding-right:.5rem;margin-right:.5rem}.devourplay-stats__icon{font-size:1rem}.devourplay-stats__value{font-size:.9375rem}}.play--overwolf .devourplay-stats{padding:.5rem 0;gap:.5rem;justify-content:space-evenly}.play--overwolf .devourplay-stats__item{flex:0 0 auto;flex-direction:row;align-items:center;gap:.25rem}.play--overwolf .devourplay-stats__item:not(:last-child){padding-right:.75rem;margin-right:.75rem;border-right:1px solid rgba(255,255,255,.1)}.play--overwolf .devourplay-stats__icon{font-size:1rem;opacity:.8}.play--overwolf .devourplay-stats__value{font-size:.875rem;font-weight:600}.profile-card{background:linear-gradient(135deg,rgba(28,28,30,.95) 0%,rgba(35,35,38,.95) 100%);border-radius:1rem;border:1px solid rgba(170,150,239,.15);padding:.5rem 1.5rem;height:auto;min-height:100px;position:relative;overflow:hidden;box-shadow:0 20px 80px #000000e6,0 10px 40px #000000b3,0 4px 20px #000c,0 0 60px #aa96ef14,inset 0 2px #ffffff26,inset 0 -1px #0000004d;box-sizing:border-box;display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:minmax(auto,130px) minmax(auto,60px);align-items:center;gap:0;column-gap:2.5rem;row-gap:0;transition:all .3s ease}.profile-card>*{box-sizing:border-box}.profile-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(170,150,239,.5),transparent);opacity:.7}.profile-card--no-card{background:transparent;border:none;box-shadow:none;padding:0}.profile-card--no-card:before{display:none}.profile-card--cockpit{display:flex;flex-direction:column;padding:1rem;gap:1rem}.profile-card--cockpit .profile-card__left-section{width:100%;display:flex;flex-direction:column;gap:1rem}.profile-card--cockpit .user-profile{display:flex!important;flex-direction:column!important;gap:.75rem!important;width:100%!important}.profile-card--cockpit .user-profile .profile-header-row{display:flex;align-items:center;justify-content:space-between;width:100%}.profile-card--cockpit .user-profile .profile-header-row .profile-pic{width:40px!important;height:40px!important;display:block!important}.profile-card--cockpit .user-profile .profile-header-row .profile-pic img{width:100%;height:100%;border-radius:50%}.profile-card--cockpit .user-profile .profile-header-row .level-badge{flex:1;margin:0 .5rem}.profile-card--cockpit .user-profile .profile-header-row .gift-icon{cursor:pointer;background:rgba(255,66,56,.1);border:1px solid #FF4238;border-radius:20px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#ffffffb3;font-size:1.1rem;box-shadow:0 0 0 .5px #ff42384d;transition:all .2s ease}.profile-card--cockpit .user-profile .profile-header-row .gift-icon:hover{opacity:.8;transform:translateY(-1px)}.profile-card--cockpit .user-profile .xp-section{width:100%}.profile-card--cockpit .user-profile .xp-section .xp-display{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.5rem}.profile-card--cockpit .user-profile .xp-section .xp-display .xp-value{font-size:1.5rem;font-weight:700;color:#fff}.profile-card--cockpit .user-profile .xp-section .xp-display .xp-label{font-size:.875rem;color:#ffffffb3}.profile-card--cockpit .user-profile .xp-section .progress-container{width:100%;height:8px;background:rgba(255,255,255,.1);border-radius:4px;overflow:hidden}.profile-card--cockpit .user-profile .xp-section .progress-container .progress-bar{height:100%;background:var(--primary-color);border-radius:4px;transition:width .3s ease}.profile-card--cockpit .profile-card__fuel-balance{justify-content:center;width:100%;margin-top:.5rem}.profile-card--unauthenticated{height:auto;min-height:auto;padding:1rem 1.5rem;grid-template-rows:auto;grid-template-columns:1fr;display:flex;flex-direction:column;align-items:center;justify-content:center}@media (max-width: 768px){.profile-card--unauthenticated{max-width:400px!important;width:85%!important;margin:0 auto!important;padding:2.5rem 1.5rem!important}}.profile-card--unauthenticated .profile-card__left-section{display:none}.profile-card--unauthenticated .profile-card__auth-cta{grid-column:1/-1;grid-row:1;border-top:none!important;padding:2rem 0!important;margin:0!important;gap:1rem!important}.profile-card:hover{box-shadow:0 28px 100px #000000f2,0 14px 50px #000c,0 6px 25px #000000d9,0 0 80px #aa96ef26,inset 0 2px #fff3,inset 0 -1px #0006;border-color:#aa96ef4d;transform:translateY(-6px)}.profile-card:hover:before{opacity:1}.profile-card--loading .profile-card__skeleton{display:flex;align-items:center;gap:1.5rem;padding:1rem 0}.profile-card--loading .profile-card__skeleton .skeleton-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(90deg,#2a2a2c 25%,#3a3a3c 50%,#2a2a2c 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.profile-card--loading .profile-card__skeleton .skeleton-content{flex:1}.profile-card--loading .profile-card__skeleton .skeleton-content .skeleton-line{height:12px;border-radius:4px;background:linear-gradient(90deg,#2a2a2c 25%,#3a3a3c 50%,#2a2a2c 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;margin-bottom:8px}.profile-card--loading .profile-card__skeleton .skeleton-content .skeleton-line--thick{width:120px;height:16px}.profile-card--loading .profile-card__skeleton .skeleton-content .skeleton-line--thin{width:80px;height:10px}.profile-card--loading .profile-card__skeleton .skeleton-content .skeleton-line--progress{width:100%;height:8px;margin-top:12px}.profile-card--loading .profile-card__skeleton .skeleton-fuel{width:120px;height:40px;border-radius:8px;background:linear-gradient(90deg,#2a2a2c 25%,#3a3a3c 50%,#2a2a2c 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.profile-card__left-section{display:contents}.profile-card .overwolf-govip_xp{grid-column:1/3;grid-row:1;margin:-.25rem 0!important;background:none!important;box-shadow:none!important;padding:0!important;border-radius:0!important;display:flex!important;align-items:center;gap:1rem;width:100%}.profile-card .overwolf-govip_xp_content{flex:1;width:100%}.profile-card .overwolf-govip_xp_content .go-vip-top_header_user-details_level_container--clickable{cursor:pointer;transition:all .2s ease}.profile-card .overwolf-govip_xp_content .go-vip-top_header_user-details_level_container--clickable:hover{transform:scale(1.05);color:#aa96ef}.profile-card .overwolf-govip_xp_content .go-vip-top_header_user-details_level_container--clickable:active{transform:scale(.98)}.profile-card .overwolf-govip_xp_bar{width:100%}.profile-card .overwolf-govip_xp .overwolf-govip_account_level__avatar{width:48px!important;height:48px!important}.profile-card .overwolf-govip_xp .overwolf-govip_account_level__xp{font-size:1.25rem!important}.profile-card .overwolf-govip_xp .overwolf-govip_account_level__level{font-size:.875rem!important}.profile-card .overwolf-govip-summary{grid-column:1/-1;grid-row:2;margin:0!important;background:none!important;box-shadow:none!important;padding:1rem 0 .5rem!important;border-top:1px solid rgba(255,255,255,.1);display:flex!important;align-items:center;justify-content:space-evenly;width:100%;padding-left:5%;padding-right:5%}.profile-card .overwolf-govip-summary .overwolf-govip-summary__stat-value{font-size:1rem!important}.profile-card .overwolf-govip-summary .overwolf-govip-summary__stat-label{font-size:.75rem!important}.profile-card__fuel-balance{grid-column:3;grid-row:1;display:flex;align-items:center;gap:.375rem;background:rgba(255,255,255,.05);padding:.375rem .625rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.1);min-width:110px;width:fit-content;height:35px;margin-left:auto}.profile-card__fuel-balance .fuel-skeleton{width:80px;height:20px;background:linear-gradient(90deg,rgba(255,255,255,.05) 25%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.05) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:.25rem}.profile-card__fuel-balance .fuel-icon{width:24px;height:24px;object-fit:contain;flex-shrink:0}.profile-card__fuel-balance .fuel-amount{font-size:.9375rem;font-weight:700;color:#aa96ef;white-space:nowrap}.profile-card__fuel-balance .fuel-currency{font-size:.625rem;color:#999;margin-left:.25rem}.profile-card__fuel-balance .fuel-add{background:rgba(170,150,239,.2);border:1px solid rgba(170,150,239,.4);color:#aa96ef;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;margin-left:.25rem;font-size:1.125rem;line-height:1}.profile-card__fuel-balance .fuel-add:hover{background:rgba(170,150,239,.3);transform:scale(1.1)}.profile-card__fuel-balance .fuel-add:active{transform:scale(.95)}.profile-card__stats-container{grid-column:1/-1;grid-row:2;width:100%;margin:0;padding:0}.play--overwolf .profile-card__stats-container{width:100%;overflow:hidden}.profile-card__auth-cta{grid-column:1/-1;grid-row:2;margin:0!important;background:none!important;box-shadow:none!important;padding:2.5rem 0!important;border-top:1px solid rgba(255,255,255,.1);display:flex!important;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:100%;gap:1rem;position:relative;z-index:20}.profile-card__auth-cta .auth-cta__logo{display:block;height:32px;width:auto;object-fit:contain}.profile-card__auth-cta .auth-cta__message{margin:0;font-size:.875rem;color:#fffc;font-weight:500;flex-shrink:0;text-align:center;line-height:1.4}.profile-card__auth-cta .auth-cta__message br{display:block}.profile-card__auth-cta .auth-cta__buttons{display:flex;flex-direction:column;gap:.75rem;justify-content:center;align-items:center;flex-shrink:0;position:relative;z-index:30}.profile-card__auth-cta .auth-cta__buttons button{min-width:140px;max-width:200px;font-weight:600}.profile-card__auth-cta .auth-cta__buttons button.auth-cta__login-btn{border-radius:.875rem!important;background:linear-gradient(135deg,#F1161D 0%,#7859E6 100%)!important;height:2.75rem!important;min-height:2.75rem!important;max-height:2.75rem!important;min-width:12rem!important;max-width:12rem!important;border:none!important;padding:0 1.5rem!important;position:relative;z-index:10;pointer-events:auto!important;cursor:pointer!important;box-shadow:0 0 12px #7859e659,0 0 20px #f1161d26,0 3px 10px #00000026!important;transition:all .2s ease}.profile-card__auth-cta .auth-cta__buttons button.auth-cta__login-btn span{color:#fff!important;font-size:.95rem!important;font-style:normal!important;font-weight:600!important}.profile-card__auth-cta .auth-cta__buttons button.auth-cta__login-btn:hover{background:linear-gradient(135deg,#F1161D 0%,#7859E6 100%)!important;transform:translateY(-1px);box-shadow:0 0 15px #7859e673,0 0 25px #f1161d40,0 4px 12px #0003!important}.profile-card--force-mobile{display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;grid-template-columns:none!important;grid-template-rows:none!important;column-gap:0!important;row-gap:0!important;align-items:stretch;justify-content:flex-start;gap:0;height:auto!important;min-height:120px!important;max-height:none!important;text-align:left;overflow:visible!important;box-sizing:border-box!important;position:relative!important;width:100%!important;max-width:100%!important;padding:0 .5rem}.profile-card--force-mobile.profile-card--unauthenticated{max-width:380px!important;width:80%!important;margin:0 auto!important;padding:3rem 1.5rem!important}.profile-card--force-mobile .profile-card__left-section{width:100%!important;max-width:100%!important;grid-column:unset!important;padding:0!important;margin:0!important}.profile-card--force-mobile .profile-card__fuel-balance{position:absolute!important;top:3.25rem!important;right:0!important;margin:0!important;grid-column:unset!important;justify-self:unset!important;transform:translateY(20px)!important}.profile-card--force-mobile .profile-card__stats-container{width:100%!important;grid-column:unset!important;grid-row:unset!important;padding:0!important;margin:0!important;margin-top:.75rem!important}.profile-card--force-mobile .profile-card__fuel-balance--games{top:5rem!important}@media (max-width: 768px){.profile-card{column-gap:1rem;padding:.75rem 1rem;min-height:auto;height:auto}.profile-card--unauthenticated{padding:.5rem;min-height:auto;height:auto}}.play--overwolf.play--mobile .profile-card .go-vip-top_header_exp_counter-container>div:last-child .go-vip-top_header_exp_counter-container_exp{display:inline-block!important;position:absolute!important;left:130px!important;top:1rem!important;font-size:1rem!important;color:#fff9;font-weight:400}.milestone{--quest-purple: #7859E6;--quest-red: #F1161D;--quest-completed: #7859E6;min-width:0;width:100%;max-width:400px;display:flex;flex-direction:column}.milestone--complete .milestone__card{border-color:#7859e666}.milestone__header{position:relative;width:100%}.milestone__frame{width:100%;height:auto;max-height:32px;object-fit:cover;object-position:left;display:block;filter:drop-shadow(0 0 10px rgba(0,255,255,.25))}.milestone__title{position:absolute;top:50%;left:1rem;transform:translateY(-50%);font-size:.875rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#2d2d2d;text-shadow:none}.milestone__card{width:90.5%;background:rgba(0,0,0,.6);border:2px solid rgba(255,255,255,.2);border-top:none;border-radius:0 0 8px 8px;padding:12px 16px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;box-shadow:inset 0 0 30px #00000080}.milestone__info{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}.milestone__name{font-size:.8125rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#fffffffa;line-height:1.2}.milestone__description{font-size:.8125rem;font-weight:400;color:#fff9;line-height:1.4;margin-bottom:6px}.milestone__progress-wrapper{display:flex;align-items:center;justify-content:center;padding:4px 0}.milestone__rewards-container{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-start}.milestone__reward-badge{display:flex;align-items:center;justify-content:center;gap:2px;padding:6px 10px;border-radius:6px;font-size:.6875rem;font-weight:800;white-space:nowrap;text-transform:uppercase;letter-spacing:.05em;border:1px solid;transition:all .2s ease;box-shadow:0 4px 12px #0000004d}.milestone__reward-badge--xp{background:linear-gradient(135deg,rgba(170,150,239,.25) 0%,rgba(170,150,239,.15) 100%);border-color:#aa96ef80;color:#aa96ef;box-shadow:0 0 12px #aa96ef40}.milestone__reward-badge--fuel{background:linear-gradient(135deg,rgba(255,107,0,.25) 0%,rgba(255,107,0,.15) 100%);border-color:#ff6b0080;color:#ff9500;box-shadow:0 0 12px #ff6b0040}.milestone__reward-badge--lootbox{background:linear-gradient(135deg,rgba(168,85,247,.25) 0%,rgba(168,85,247,.15) 100%);border-color:#a855f780;color:#d8b4fe;box-shadow:0 0 12px #a855f740}.milestone__reward-badge--entry,.milestone__reward-badge--badge,.milestone__reward-badge--nft{background:linear-gradient(135deg,rgba(120,89,230,.25) 0%,rgba(120,89,230,.15) 100%);border-color:#7859e680;color:#c4b5fd;box-shadow:0 0 12px #7859e640}.milestone__reward-badge--other{background:linear-gradient(135deg,rgba(255,255,255,.15) 0%,rgba(255,255,255,.08) 100%);border-color:#ffffff4d;color:#ffffffe6;box-shadow:0 0 12px #ffffff26}.milestone__reward-value{font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:.02em}.milestone__claim-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;margin-top:8px;border:none;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .2s ease;background:linear-gradient(135deg,#FF7A00 0%,#FF9500 100%);color:#fff;box-shadow:0 4px 12px #ff7a0059}.milestone__claim-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #ff7a0073}.milestone__claim-btn:active:not(:disabled){transform:translateY(0)}.milestone__claim-btn:disabled{opacity:.6;cursor:not-allowed}.milestone__claim-btn svg{flex-shrink:0}.milestone__claimed-badge{display:flex;align-items:center;gap:6px;padding:6px 12px;margin-top:8px;border-radius:6px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.15);color:#ffffff80}.milestone__claimed-badge svg{flex-shrink:0}.milestone__claimed-date{color:#ffffff59;font-weight:400;margin-left:4px}.milestone__claimed-date:before{content:"·";margin-right:4px}.milestone--claimed .milestone__card{border-color:#7859e64d;background:rgba(120,89,230,.05)}.gauge{position:relative;width:100%;margin-top:.75rem}@media (max-width: 1023px){.gauge{aspect-ratio:unset;min-height:unset;max-height:unset}}@media (min-width: 1024px){.gauge{aspect-ratio:3.5/1;min-height:80px;max-height:140px;max-width:525px;container-type:inline-size}}.gauge__mobile{display:flex;flex-direction:column;gap:.625rem;padding:1rem 1.25rem;background:rgba(18,18,25,.95);border:1px solid rgba(255,255,255,.1);border-radius:10px}@media (min-width: 1024px){.gauge__mobile{display:none}}.gauge__mobile-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.gauge__mobile-name{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#ffffffe6;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gauge__mobile-label{font-size:1.125rem;font-weight:800;color:#d1d1d6;flex-shrink:0}.gauge__mobile-bar{height:10px;background:rgba(255,255,255,.1);border-radius:5px;overflow:hidden}.gauge__mobile-bar-fill{height:100%;background:#8B6CE0;border-radius:5px;transition:width .3s ease;box-shadow:0 0 8px #8b6ce080}.gauge__mobile-footer{display:flex;justify-content:space-between;align-items:center}.gauge__mobile-sublabel{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#ffffff80}.gauge__mobile-progress{font-size:1rem;font-weight:700;color:#d1d1d6}.gauge__background{display:none}@media (min-width: 1024px){.gauge__background{display:block;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 8px 24px rgba(0,0,0,.6));transition:filter .3s ease}}.gauge__overlay{display:none}@media (min-width: 1024px){.gauge__overlay{display:block;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}}.gauge__label{display:none}@media (min-width: 1024px){.gauge__label{display:flex;position:absolute;top:50%;left:13%;transform:translate(-50%,-50%);flex-direction:column;align-items:center;justify-content:center;z-index:2;pointer-events:none}}.gauge__label-text{font-size:.875rem;font-weight:700;color:#d1d1d6;font-variant-numeric:tabular-nums;line-height:1;white-space:nowrap}@media (min-width: 1200px){.gauge__label-text{font-size:1rem}}@media (min-width: 1600px){.gauge__label-text{font-size:1.25rem}}.gauge__label--short .gauge__label-text{font-size:1rem}@media (min-width: 1200px){.gauge__label--short .gauge__label-text{font-size:1.125rem}}@media (min-width: 1600px){.gauge__label--short .gauge__label-text{font-size:1.5rem}}.gauge__label--medium .gauge__label-text{font-size:.75rem}@media (min-width: 1200px){.gauge__label--medium .gauge__label-text{font-size:.875rem}}@media (min-width: 1600px){.gauge__label--medium .gauge__label-text{font-size:1rem}}.gauge__label--long .gauge__label-text{font-size:.625rem}@media (min-width: 1200px){.gauge__label--long .gauge__label-text{font-size:.75rem}}@media (min-width: 1600px){.gauge__label--long .gauge__label-text{font-size:.875rem}}.gauge__label-sublabel{font-size:.625rem;font-weight:600;color:#ffffff8c;text-shadow:0 1px 2px rgba(0,0,0,.6);text-transform:uppercase;letter-spacing:.08em;margin-top:4px}@media (min-width: 1200px){.gauge__label-sublabel{font-size:.75rem}}@media (min-width: 1400px){.gauge__label-sublabel{font-size:.875rem}}.gauge__title-overlay{display:none}@media (min-width: 1024px){.gauge__title-overlay{display:flex;position:absolute;top:14%;left:22%;right:2%;height:35%;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 1.5rem;z-index:2;pointer-events:none}}.gauge__title-name{font-size:.625rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#2d2d2d;line-height:1;text-shadow:none;margin:0}@media (min-width: 1200px){.gauge__title-name{font-size:.75rem}}@media (min-width: 1600px){.gauge__title-name{font-size:1rem}}.gauge__milestone-counter{position:absolute;top:48%;bottom:36%;left:26%;right:12%;display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:800;color:#d1d1d6;font-variant-numeric:tabular-nums;z-index:2;pointer-events:none}@media (min-width: 1200px){.gauge__milestone-counter{font-size:.75rem}}@media (min-width: 1600px){.gauge__milestone-counter{font-size:1rem}}.gauge--active .gauge__background{opacity:1;filter:drop-shadow(0 8px 24px rgba(0,0,0,.6))}.gauge--completed .gauge__background{filter:drop-shadow(0 8px 24px rgba(0,0,0,.6))}.gauge--completed .gauge__label-text{color:#d1d1d6}.gauge--locked .gauge__background{opacity:.5;filter:drop-shadow(0 4px 12px rgba(0,0,0,.5))}.gauge--locked .gauge__label-text{color:#ffffff80;text-shadow:0 2px 4px rgba(0,0,0,.8)}.milestone-ladder{--quest-lavender: #AA96EF;--quest-purple: #7859E6;--quest-red: #FF4238;--card-bg: #121219;--border-light: rgba(255, 255, 255, .08);display:flex;flex-direction:column;gap:.5rem;padding:0}.milestone-ladder__header{display:flex;flex-direction:column;gap:.25rem}.milestone-ladder__name{font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ffffffe6}@media (min-width: 768px){.milestone-ladder__name{font-size:1.125rem}}.milestone-ladder__description{font-size:.75rem;font-weight:400;color:#ffffff80;line-height:1.4}.milestone-ladder__checkpoint-panel{display:flex;flex-direction:column;gap:.75rem}.milestone-ladder__checkpoint-tracker{display:flex;flex-direction:row;align-items:center;gap:.75rem;max-width:550px}.milestone-ladder__tracker-dial{flex:1;min-width:0}.milestone-ladder__gauge{width:100%}.milestone-ladder__checkpoint-toggle-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.25);border-radius:6px;cursor:pointer;transition:all .2s ease}.milestone-ladder__checkpoint-toggle-icon:hover{background:rgba(255,255,255,.12);border-color:#ffffff59;transform:scale(1.05)}.milestone-ladder__checkpoint-toggle-icon:active{transform:scale(.95)}.milestone-ladder__toggle-chevron{font-size:1rem;font-weight:700;color:#fff9;transition:transform .3s ease;line-height:1}.milestone-ladder__checkpoint-panel--expanded .milestone-ladder__toggle-chevron{transform:rotate(90deg)}.milestone-ladder__checkpoint-list{display:flex;flex-direction:column;gap:.5rem;max-height:0;opacity:0;overflow:hidden;transition:all .3s ease}.milestone-ladder__checkpoint-list--open{max-height:500px;opacity:1}.milestone-ladder__checkpoint-item{display:grid;grid-template-columns:20px 1fr 55px auto;gap:.375rem;align-items:center;padding:.5rem .625rem;background:var(--card-bg);border:1px solid var(--border-light);border-radius:8px;transition:all .2s ease}@media (min-width: 480px){.milestone-ladder__checkpoint-item{grid-template-columns:24px 1fr 70px auto;gap:.75rem;padding:.625rem .875rem}}.milestone-ladder__checkpoint-item:hover{background:rgba(255,255,255,.03);border-color:#ffffff1f}.milestone-ladder__checkpoint-item--completed{background:rgba(120,89,230,.08);border-color:#7859e640}.milestone-ladder__checkpoint-item--completed:hover{background:rgba(120,89,230,.12);border-color:#7859e659}.milestone-ladder__checkpoint-item--active{background:rgba(255,255,255,.04);border-color:#fff3}.milestone-ladder__checkpoint-item--active:hover{background:rgba(255,255,255,.06);border-color:#ffffff40}.milestone-ladder__checkpoint-item--locked{opacity:.5;background:rgba(255,255,255,.02);border-color:#ffffff0d}.milestone-ladder__checkpoint-item--claimable{background:rgba(255,255,255,.04);border-color:#7859e64d}.milestone-ladder__checkpoint-item--claimable:hover{background:rgba(255,255,255,.06);border-color:#7859e666}.milestone-ladder__checkpoint-item-state{font-size:1rem;text-align:center;font-weight:700;flex-shrink:0}.milestone-ladder__checkpoint-item-label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ffffffd9}.milestone-ladder__checkpoint-item-reward{font-size:.6rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#aa96ef;text-align:right;text-shadow:0 0 4px rgba(170,150,239,.3);flex-shrink:0}@media (min-width: 480px){.milestone-ladder__checkpoint-item-reward{font-size:.7rem}}.milestone-ladder__checkpoint-claim-btn{padding:.375rem .75rem;background:#7859E6;border:none;border-radius:6px;color:#fff;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.milestone-ladder__checkpoint-claim-btn:hover{transform:translateY(-1px);background:#8a6df0;box-shadow:0 4px 12px #7859e666}.milestone-ladder__checkpoint-claim-btn:active{transform:scale(.98)}.milestone-ladder__progress-text,.milestone-ladder__progress-current,.milestone-ladder__progress-divider,.milestone-ladder__progress-target{display:none}.milestone-ladder__header-top{display:flex;justify-content:space-between;align-items:flex-start}.milestone-action{--quest-purple: #7859E6;--quest-lavender: #AA96EF;--quest-red: #F1161D;--topbar-gray: #9CA3AF;min-width:0;width:100%;box-sizing:border-box;padding:.75rem 1rem;border-radius:12px;border:2px solid var(--topbar-gray);background:linear-gradient(180deg,rgba(42,42,50,.9) 0%,rgba(30,30,36,.95) 100%);cursor:pointer;transition:all .15s ease}.milestone-action:hover:not(.milestone-action--claimed):not(.milestone-action--expanded){transform:translateY(-2px);border-color:var(--topbar-gray);box-shadow:0 0 16px #9ca3af80}.milestone-action--claimed{opacity:.6;border-color:var(--topbar-gray);cursor:default}.milestone-action--expanded{cursor:default}.milestone-action__inner{display:flex;align-items:flex-start;min-width:0;width:100%}.milestone-action__content{display:flex;flex-direction:column;gap:.5rem;width:100%;min-width:0}.milestone-action__header{display:flex;align-items:center;gap:.75rem;color:#fff}.milestone-action__header>svg{flex-shrink:0;fill:currentColor}.milestone-action__name{font-size:.8rem;font-weight:600;color:#fffffff2;line-height:1.3;word-wrap:break-word}.milestone-action__description{font-size:.7rem;color:#ffffff80;line-height:1.3;word-wrap:break-word;padding-left:1.75rem}.milestone-action__reward-row{padding-left:1.75rem}.milestone-action__reward{display:flex;align-items:center;gap:6px;font-size:1rem;font-weight:600;color:#ffffffe6;white-space:nowrap}.milestone-action__reward--claimed{opacity:.7}.milestone-action__claim-btn{display:flex;align-items:center;gap:6px;padding:.5rem 1rem;border-radius:6px;border:none;background:linear-gradient(135deg,var(--quest-purple) 0%,var(--quest-red) 100%);color:#fff;font-size:.8rem;font-weight:700;cursor:pointer;transition:all .15s ease;white-space:nowrap}.milestone-action__claim-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 0 12px #7859e680}.milestone-action__claim-btn:active:not(:disabled){transform:scale(.98)}.milestone-action__claim-btn:disabled{opacity:.6;cursor:not-allowed}.milestone-action__reward-badge{display:flex;align-items:center;gap:2px;padding:3px 8px;border-radius:10px;font-size:.75rem;font-weight:700;white-space:nowrap;background:rgba(0,0,0,.6);border:1px solid rgba(255,255,255,.1)}.milestone-action__reward-badge--xp{background:rgba(170,150,239,.15);border-color:#aa96ef4d;color:#aa96ef}.milestone-action__reward-badge--fuel{background:rgba(255,107,0,.15);border-color:#ff6b004d;color:#ff6b00}.milestone-action__reward-badge--lootbox{background:rgba(147,51,234,.15);border-color:#9333ea4d;color:#a855f7}.milestone-action__reward-badge--entry,.milestone-action__reward-badge--badge,.milestone-action__reward-badge--nft{background:rgba(120,89,230,.15);border-color:#7859e64d;color:#9b7ef7}.milestone-action__reward-badge--other{background:rgba(255,255,255,.1);border-color:#fff3;color:#fffc}.milestone-action__reward-icon{font-size:.8rem;line-height:1}.milestone-action__reward-value{font-weight:800;font-variant-numeric:tabular-nums}.milestone-action__expanded{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:.5rem 0;width:100%}.milestone-action__expanded-header{display:flex;align-items:center;gap:.75rem}.milestone-action__expanded-header .milestone-action__name{font-size:1rem;font-weight:700}.milestone-action__expanded-reward{font-size:.875rem;font-weight:600;color:#ffffffb3}.milestone-action__expanded-buttons{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:280px}.milestone-action__btn{padding:.625rem 1rem;border-radius:8px;border:none;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s ease;width:100%}.milestone-action__btn--primary{background:linear-gradient(135deg,var(--quest-purple) 0%,var(--quest-red) 100%);color:#fff}.milestone-action__btn--primary:hover{transform:scale(1.02);box-shadow:0 0 12px #f1161d66}.milestone-action__btn--secondary{background:rgba(255,255,255,.1);color:#ffffffe6;border:1px solid rgba(255,255,255,.2)}.milestone-action__btn--secondary:hover{background:rgba(255,255,255,.15)}.milestone-action__btn--cancel{background:transparent;color:#ffffff80}.milestone-action__btn--cancel:hover{color:#fffc}.quest-info-modal{position:relative;background:#1a1a1f;border:1px solid rgba(255,255,255,.1);border-radius:12px;max-height:85vh;max-width:600px;width:100%;overflow-y:auto;margin:0 20px;box-shadow:0 20px 60px #0009}.quest-info-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.85);z-index:999999;padding:20px}.quest-info-modal__close{position:absolute;top:16px;right:16px;padding:8px;border-radius:50%;background:rgba(255,255,255,.1);border:none;cursor:pointer;color:#fff;font-size:18px;transition:background .2s;z-index:10}.quest-info-modal__close:hover{background:rgba(255,255,255,.2)}.quest-info-modal__content{padding:24px 32px 32px}.quest-info-modal__header{margin-bottom:24px;padding-right:40px}.quest-info-modal__title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 8px;text-shadow:0 0 20px rgba(255,255,255,.3)}.quest-info-modal__description{font-size:.95rem;color:#ffffffb3;margin:0;line-height:1.5}.quest-info-modal__total-rewards{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.quest-info-modal__total-rewards h3{font-size:.75rem;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.1em;margin:0 0 8px}.quest-info-modal__rewards-row{display:flex;flex-wrap:wrap;gap:12px}.quest-info-modal__reward{display:inline-flex;align-items:center;gap:5px;font-size:.8rem;font-weight:500;color:#ffffffe6}.quest-info-modal__reward svg{font-size:.75rem;color:#a78bfa}.quest-info-modal__milestones h3{font-size:.85rem;font-weight:600;color:#d1d1d6;text-transform:uppercase;letter-spacing:.1em;margin:0 0 16px}.quest-info-modal__milestone{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.05)}.quest-info-modal__milestone:last-child{border-bottom:none}.quest-info-modal__milestone--expandable .quest-info-modal__milestone-header{cursor:pointer}.quest-info-modal__milestone--expandable .quest-info-modal__milestone-header:hover{background:rgba(255,255,255,.03)}.quest-info-modal__milestone-header{display:flex;align-items:center;gap:10px;padding:4px;margin:-4px -4px 4px;border-radius:6px;transition:background .2s}.quest-info-modal__milestone-expand{font-size:.7rem;color:#ffffff80;width:16px;display:flex;align-items:center;justify-content:center}.quest-info-modal__milestone-summary{display:flex;align-items:center;justify-content:space-between;padding:4px 0;font-size:.8rem}.quest-info-modal__milestone-summary-status{display:flex;align-items:center;gap:6px;color:#ffffffe6}.quest-info-modal__milestone-summary-status svg{font-size:.75rem;color:#a78bfa}.quest-info-modal__milestone-summary-status.complete svg,.quest-info-modal__milestone-summary-status.claimed svg{color:#a78bfa}.quest-info-modal__milestone-summary-checkpoints{color:#ffffffb3;font-size:.75rem}.quest-info-modal__milestone-num{font-size:.75rem;color:#fff9;font-weight:600}.quest-info-modal__milestone-name{flex:1;font-weight:600;color:#fff;font-size:1rem}.quest-info-modal__milestone-progress{font-size:.85rem;font-weight:700;color:#d1d1d6}.quest-info-modal__milestone-desc{font-size:.85rem;color:#fffc;margin:0 0 12px;line-height:1.4}.quest-info-modal__checkpoints{margin-top:8px}.quest-info-modal__checkpoints-label{font-size:.7rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:4px}.quest-info-modal__checkpoints-list{display:flex;flex-direction:column;gap:2px}.quest-info-modal__checkpoint{display:flex;align-items:center;gap:12px;padding:6px 0}.quest-info-modal__checkpoint.reached .quest-info-modal__checkpoint-threshold,.quest-info-modal__checkpoint.claimed .quest-info-modal__checkpoint-threshold{color:#a78bfa}.quest-info-modal__checkpoint-threshold{font-size:.85rem;font-weight:600;color:#d1d1d6;min-width:60px;display:flex;align-items:center;gap:6px}.quest-info-modal__checkpoint-check{color:#a78bfa;font-size:.75rem}.quest-info-modal__checkpoint-rewards{display:flex;flex-wrap:wrap;gap:8px}.quest-info-modal__checkpoint-reward{display:inline-flex;align-items:center;gap:4px;font-size:.8rem;font-weight:600;color:#d1d1d6}.quest-info-modal__milestone-status{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:4px;font-size:.8rem;color:#d1d1d6}.quest-info-modal__status-divider{color:#ffffff4d}.quest-info-modal__milestone-status-icon{font-size:.8rem;color:#a78bfa}.quest-info-modal__milestone-status-text{color:#ffffffe6;font-weight:500}.quest-card{position:relative;background:transparent;border:none;padding:0;overflow:visible}@media (min-width: 768px){.quest-card{padding:0}}.quest-card--standard:after{content:"";position:absolute;left:0;top:1rem;bottom:1rem;width:3px;background:linear-gradient(180deg,rgba(255,122,50,.6),rgba(255,122,50,.15));border-radius:2px;z-index:2}.quest-card--premium:after{content:"";position:absolute;left:0;top:1rem;bottom:1rem;width:3px;background:linear-gradient(180deg,rgba(120,89,230,.6),rgba(120,89,230,.15));border-radius:2px;z-index:2}.quest-card--clickable{cursor:pointer}.quest-card--locked{opacity:.5}.quest-card--completed:after{content:"";position:absolute;left:0;top:1rem;bottom:1rem;width:3px;background:linear-gradient(180deg,rgba(120,89,230,.6),rgba(120,89,230,.15));border-radius:2px;z-index:2}.quest-card--sponsored{background:rgba(0,0,0,.3);border-radius:16px;padding:1.5rem;border:1px solid var(--quest-accent-color, rgba(170, 150, 239, .3))}.quest-card__lock-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.quest-card__lock-icon{font-size:2rem;color:#fff9}.quest-card__lock-text{font-size:.875rem;font-weight:600;color:#fffc;text-shadow:0 2px 4px rgba(0,0,0,.5)}.quest-card__sponsor-banner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;margin:-1.5rem -1.5rem 1rem;border-radius:16px 16px 0 0;min-height:48px}.quest-card__sponsor-banner.light{color:#000000e6}.quest-card__sponsor-banner.light .quest-card__sponsor-banner-link{color:#000000b3}.quest-card__sponsor-banner.light .quest-card__sponsor-banner-link:hover{color:#000000e6}.quest-card__sponsor-banner.dark{color:#fffffff2}.quest-card__sponsor-banner.dark .quest-card__sponsor-banner-link{color:#fffc}.quest-card__sponsor-banner.dark .quest-card__sponsor-banner-link:hover{color:#fff}.quest-card__sponsor-banner-logo{height:32px;width:auto;max-width:140px;object-fit:contain}.quest-card__sponsor-banner-name{font-size:1.125rem;font-weight:700}.quest-card__sponsor-banner-link{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s ease}.quest-card__sponsor-banner-link svg{font-size:1.25rem}.quest-card__sponsor-info{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.quest-card__sponsor-info-text{display:flex;flex-direction:column;gap:.25rem}.quest-card__sponsor-info-name{font-size:1rem;font-weight:700;color:#fffffff2}.quest-card__sponsor-info-end{font-size:.75rem;color:#fff9}.quest-card__sponsor-info-image{position:absolute;top:70px;right:1.25rem;border-radius:8px;overflow:hidden}.quest-card__sponsor-info-image img{max-width:300px;max-height:250px}.quest-card__header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}@media (min-width: 768px){.quest-card__header{gap:.75rem;margin-bottom:1.5rem}}.quest-card__header-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.quest-card__reset-chip{display:inline-flex;align-items:center;padding:.125rem .5rem;background:transparent;border:none;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#fff6}.quest-card__state-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.quest-card__state-label--active{color:#00d4ffe6}.quest-card__state-label--completed{color:#34c759e6}.quest-card__state-label--locked{color:#8e8e93e6}.quest-card__title-row{display:flex;align-items:center;gap:10px}.quest-card__title{font-size:1.125rem;font-weight:800;color:#fff;margin:0;line-height:1.3;letter-spacing:-.01em}@media (min-width: 768px){.quest-card__title{font-size:1.5rem}}.quest-card__info-btn{flex-shrink:0;background:none;border:none;cursor:pointer;color:#ffffff80;font-size:1rem;padding:4px;transition:color .2s,transform .2s}.quest-card__info-btn:hover{color:#0ff;transform:scale(1.1)}@media (min-width: 768px){.quest-card__info-btn{font-size:1.25rem}}.quest-card__requirement{font-size:.875rem;color:#ffffffa6;margin:0;line-height:1.5}.quest-card__countdown{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600;color:#fbbf24e6}.quest-card__countdown-icon{font-size:.875rem}.quest-card__body{margin-bottom:1rem}.quest-card--sponsored .quest-card__header,.quest-card--sponsored .quest-card__body{margin-top:4rem}.quest-card__milestones{display:flex;flex-direction:column;gap:.875rem}@media (min-width: 768px){.quest-card__milestones{gap:1.125rem}}.quest-card__milestones--simple-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem;width:100%;overflow:visible}.quest-card__milestones--simple-grid>*{min-width:0}@media screen and (min-width: 768px){.quest-card__milestones--simple-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media screen and (min-width: 1190px){.quest-card__milestones--simple-grid{grid-template-columns:repeat(4,1fr);gap:1rem}}.quest-card__milestones--actions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem;width:100%;overflow:visible}.quest-card__milestones--actions-grid>*{min-width:0}@media screen and (min-width: 768px){.quest-card__milestones--actions-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media screen and (min-width: 1190px){.quest-card__milestones--actions-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}.quest-card__progress-bar{display:flex;flex-direction:column;gap:.5rem}.quest-card__progress-labels{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.quest-card__progress-label{font-size:.875rem;font-weight:500;color:#fffc}.quest-card__progress-value{font-size:.875rem;font-weight:700;font-family:Courier New,monospace;color:#00d4ffe6}.quest-card__progress-track{height:8px;background:rgba(255,255,255,.1);border-radius:4px;overflow:hidden}.quest-card__progress-fill{height:100%;background:linear-gradient(90deg,#7859E6 0%,#F1161D 100%);border-radius:4px;transition:width .3s ease}.quest-card__footer{display:flex;flex-direction:column;gap:.75rem}.quest-card__footer--blur{filter:blur(4px);opacity:.5}.quest-card__rewards{display:flex;flex-wrap:wrap;gap:.5rem}.quest-card__reward{display:flex;align-items:center;gap:.375rem;padding:.5rem .875rem;border-radius:20px;font-size:.875rem;font-weight:700;border:1px solid transparent;transition:all .2s ease;text-shadow:0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px #ffffff0d}.quest-card__reward:hover{transform:scale(1.05);box-shadow:0 4px 12px #0000004d,inset 0 1px 2px #ffffff14}.quest-card__reward--xp{background:linear-gradient(to right,#FF7A32,#FF9F40);border-color:#ff7a3280;color:#fff;box-shadow:0 0 8px #ff7a3233,inset 0 1px 2px #ffffff1a}.quest-card__reward--xp:hover{box-shadow:0 4px 12px #ff7a3266,inset 0 1px 2px #ffffff26}.quest-card__reward--fuel{background:linear-gradient(to right,#F1161D,#F6625F);border-color:#f1161d80;color:#fff;box-shadow:0 0 8px #f1161d33,inset 0 1px 2px #ffffff1a}.quest-card__reward--fuel:hover{box-shadow:0 4px 12px #f1161d66,inset 0 1px 2px #ffffff26}.quest-card__reward--lootbox{background:linear-gradient(to right,#6C4FE6,#957AFF);border-color:#6c4fe680;color:#fff;box-shadow:0 0 8px #6c4fe633,inset 0 1px 2px #ffffff1a}.quest-card__reward--lootbox:hover{box-shadow:0 4px 12px #6c4fe666,inset 0 1px 2px #ffffff26}.quest-card__reward--entries{background:linear-gradient(to right,#179E5C,#3DD68C);border-color:#179e5c80;color:#fff;box-shadow:0 0 8px #179e5c33,inset 0 1px 2px #ffffff1a}.quest-card__reward--entries:hover{box-shadow:0 4px 12px #179e5c66,inset 0 1px 2px #ffffff26}.quest-card__reward--bonus{background:linear-gradient(to right,#FF7A32,#FF9F40);border-color:#ff7a3280;color:#fff;box-shadow:0 0 8px #ff7a3233,inset 0 1px 2px #ffffff1a}.quest-card__reward--bonus:hover{box-shadow:0 4px 12px #ff7a3266,inset 0 1px 2px #ffffff26}.quest-card__reward-icon{font-size:.875rem}.quest-card__claim-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#7859E6 0%,#FF4238 100%);border:none;border-radius:12px;font-size:.875rem;font-weight:700;color:#fff;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.quest-card__claim-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #7859e666}.quest-card__claim-btn:active{transform:translateY(0)}.quest-card__sponsor-badge{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;border:1px solid rgba(255,255,255,.1)}.quest-card__sponsor-logo{height:20px;width:auto}.quest-card__sponsor-label{font-size:.75rem;font-weight:600;color:#ffffffe6}@media screen and (max-width: 767px){.quest-card{padding:1rem}.quest-card__title{font-size:1rem}.quest-card__requirement{font-size:.8125rem}.quest-card__rewards{gap:.375rem}.quest-card__reward{font-size:.75rem;padding:.3125rem .625rem}.quest-card__sponsor-badge{top:.75rem;right:.75rem}}.quest-ladder{--node-size-base: 16px;--node-size-active: 18px;--track-height: 5px;--connector-width: 20px;--track-color: rgba(255, 255, 255, .08);--track-color-completed: rgba(255, 255, 255, .25);--node-future: rgba(255, 255, 255, .12);--node-active: rgba(255, 255, 255, .35);--node-completed: rgba(255, 255, 255, .5);display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.quest-ladder--compact{--node-size-base: 12px;--node-size-active: 14px;--track-height: 4px;--connector-width: 14px;gap:.5rem;padding:.375rem 0}.quest-ladder__track{display:flex;align-items:center;flex-shrink:0}.quest-ladder__node{width:var(--node-size-base);height:var(--node-size-base);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;z-index:2;transition:all .2s ease;background:var(--node-future)}.quest-ladder__node--locked{background:var(--node-future);opacity:.6}.quest-ladder__node--completed{background:var(--node-completed);box-shadow:inset 0 0 3px #fff6,0 0 6px #ffffff26}.quest-ladder__node--active{width:var(--node-size-active);height:var(--node-size-active);background:var(--node-active);animation:ladder-pulse 2.5s ease-in-out infinite}.quest-ladder__check{width:8px;height:8px;color:#0009}.quest-ladder__pulse{width:6px;height:6px;background:white;border-radius:50%;animation:ladder-inner-pulse 2.5s ease-in-out infinite}@keyframes ladder-pulse{0%,to{opacity:1;box-shadow:0 0 4px #fff3}50%{opacity:.85;box-shadow:0 0 8px #ffffff4d}}@keyframes ladder-inner-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:.8}}.quest-ladder__connector{width:var(--connector-width);height:var(--track-height);border-radius:2px;transition:background .2s ease;background:var(--track-color);box-shadow:inset 0 1px 2px #0006,inset 0 -1px #ffffff08}.quest-ladder__connector--completed{background:var(--track-color-completed);box-shadow:inset 0 1px 2px #0000004d,inset 0 -1px #ffffff0d,0 0 4px #ffffff14}.quest-ladder__arrow{width:12px;height:12px;margin-left:4px;color:#fff3;display:flex;align-items:center;justify-content:center}.quest-ladder__arrow svg{width:100%;height:100%}.quest-ladder__progress{display:flex;align-items:center;gap:.2rem;font-family:inherit;font-size:.875rem;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.quest-ladder__progress-current{color:#ffffffe6}.quest-ladder__rewards{display:flex;align-items:center;gap:.2rem;margin-left:auto}.quest-ladder__reward-pip{padding:.2rem .4rem;border-radius:8px;font-size:.5625rem;font-weight:800;text-transform:uppercase;letter-spacing:.2px;transition:all .2s ease;background:rgba(120,89,230,.1);border:1px solid rgba(120,89,230,.2);color:#ae9bf0}.quest-ladder__reward-pip--claimed{background:rgba(255,255,255,.04);border-color:#ffffff14;color:#ffffff4d;text-decoration:line-through;opacity:.5}.quest-ladder--compact .quest-ladder__check{width:6px;height:6px}.quest-ladder--compact .quest-ladder__pulse{width:4px;height:4px}.quest-ladder--compact .quest-ladder__arrow{width:10px;height:10px}.quest-ladder--compact .quest-ladder__progress{font-size:.6875rem}.game-quest-display{display:flex;flex-direction:column;gap:1rem}.game-quest-display__empty{padding:2rem;text-align:center;color:#ffffff80;font-size:.875rem}.game-quest-display__row{display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.game-quest-display__row--pair{flex-direction:row;gap:1rem}}.game-quest-display__cell{flex:1;min-width:0;width:100%}@media (min-width: 768px){.game-quest-display__row--pair .game-quest-display__cell{width:50%}}.milestone-checkpoints{display:flex;flex-direction:column;gap:.75rem;padding:.5rem 0}.milestone-checkpoints--compact{gap:.5rem}.milestone-checkpoints__header{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#fff9}.milestone-checkpoints__header-icon{font-size:.875rem;color:#00d4ffcc}.milestone-checkpoints__header-text{color:#ffffffb3}.milestone-checkpoints__item{display:flex;align-items:flex-start;gap:1rem;position:relative}.milestone-checkpoints__checkpoint{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:32px}.milestone-checkpoints__indicator{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;transition:all .2s ease}.milestone-checkpoints__indicator--completed{background:linear-gradient(135deg,#7859E6 0%,#9B7AFF 100%);border:2px solid #7859E6;box-shadow:0 0 12px #7859e666}.milestone-checkpoints__indicator--active{background:linear-gradient(135deg,#00FFFF 0%,#00D4FF 100%);border:2px solid #00FFFF;box-shadow:0 0 12px #0ff6;animation:pulse 2s ease-in-out infinite}.milestone-checkpoints__indicator--locked{background:rgba(142,142,147,.1);border:2px solid rgba(142,142,147,.3)}.milestone-checkpoints__icon{font-size:14px;color:#fff}.milestone-checkpoints__icon--small{font-size:12px;opacity:.6}.milestone-checkpoints__dot{width:12px;height:12px;border-radius:50%;background:white}.milestone-checkpoints__connector{width:2px;flex:1;min-height:24px;background:rgba(142,142,147,.3);margin:4px 0;transition:background .2s ease}.milestone-checkpoints__connector--completed{background:linear-gradient(180deg,#7859E6 0%,#9B7AFF 100%)}.milestone-checkpoints__content{flex:1;display:flex;flex-direction:column;gap:.25rem;padding-top:4px}.milestone-checkpoints__label{display:flex;align-items:center;gap:.5rem}.milestone-checkpoints__number{font-size:.75rem;font-weight:700;color:#00d4ffcc}.milestone-checkpoints__name{font-size:.875rem;font-weight:500;color:#ffffffe6;line-height:1.4}.milestone-checkpoints__progress{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;font-family:Courier New,monospace;padding-left:1.75rem}.milestone-checkpoints__progress-current{color:#ffffffb3}.milestone-checkpoints__progress-current--completed{color:#7859e6}.milestone-checkpoints__progress-separator{color:#ffffff4d}.milestone-checkpoints__progress-goal{color:#ffffff80}@keyframes pulse{0%,to{box-shadow:0 0 12px #00d4ff66}50%{box-shadow:0 0 20px #00d4ffb3}}.milestone-card{position:relative;display:flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,rgba(20,24,35,.95) 0%,rgba(15,18,28,.98) 100%);border:2px solid rgba(255,255,255,.25);border-radius:16px;padding:3rem 1.5rem;margin-top:0;margin-bottom:1rem;min-height:200px;transition:all .3s cubic-bezier(.34,1.56,.64,1);width:100%;max-width:none;box-sizing:border-box;overflow:visible;box-shadow:0 8px 32px #00000080,0 2px 8px #0006,inset 0 1px #ffffff14}.milestone-card:nth-child(1){z-index:1}.milestone-card:nth-child(2){z-index:2}.milestone-card:nth-child(3){z-index:3}.milestone-card:nth-child(4){z-index:4}.milestone-card:nth-child(5){z-index:5}.milestone-card:nth-child(6){z-index:6}.milestone-card:nth-child(7){z-index:7}.milestone-card:nth-child(8){z-index:8}.milestone-card:nth-child(9){z-index:9}.milestone-card:nth-child(10){z-index:10}.milestone-card:before{content:"";position:absolute;top:-2px;left:50%;transform:translate(-50%);width:105px;height:45px;background:inherit;border-radius:0 0 52.5px 52.5px;z-index:1;border:2px solid;border-color:inherit;border-top:none;box-shadow:inherit}.milestone-card:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:105px;height:45px;background:rgba(15,17,23,.98);border-radius:52.5px 52.5px 0 0;z-index:1;border:2px solid;border-color:inherit;border-bottom:none;box-shadow:inset 0 2px 6px #00000080}.milestone-card:hover{transform:translateY(-12px) scale(1.02);border-color:#fff6;box-shadow:0 16px 48px #0009,0 8px 24px #0006,inset 0 2px 4px #ffffff26;z-index:100}.milestone-card--active{background:linear-gradient(135deg,rgba(20,24,35,.95) 0%,rgba(15,18,28,.98) 100%);border-color:#00d4ff66;box-shadow:0 8px 32px #00000080,0 2px 8px #0006,inset 0 1px #ffffff14}.milestone-card--active:hover{transform:translateY(-4px)}.quest-group--sponsored .milestone-card--active{border-color:var(--brand-color);box-shadow:0 8px 32px #00000080,0 4px 16px var(--brand-color),inset 0 1px #fff3}.quest-group--sponsored .milestone-card--active:hover{box-shadow:0 12px 48px #0009,0 6px 24px var(--brand-color)}.milestone-card--completed{background:linear-gradient(135deg,rgba(120,89,230,.2) 0%,rgba(255,214,10,.15) 50%,rgba(120,89,230,.1) 100%);border-color:#7859e699;box-shadow:0 8px 32px #00000080,0 6px 24px #7859e666,0 0 40px #ffd60a33,inset 0 1px #ffffff40}.milestone-card--completed:before{background:linear-gradient(135deg,rgba(120,89,230,.25) 0%,rgba(255,214,10,.2) 100%);box-shadow:0 4px 12px #7859e64d,inset 0 -1px 2px #ffd60a33}.milestone-card--completed:after{background:#0f1117;box-shadow:inset 0 4px 8px #00000080,inset 0 2px 4px #7859e61a}.milestone-card--completed:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 16px 56px #0009,0 8px 32px #34c75999,0 0 60px #ffd60a4d}.milestone-card--locked{opacity:.7;pointer-events:none;filter:grayscale(.4) brightness(.8);border-color:#8e8e934d;background:linear-gradient(135deg,rgba(20,24,35,.7) 0%,rgba(15,18,28,.8) 100%);box-shadow:0 8px 32px #0009,0 0 20px #8e8e931a,inset 0 1px #ffffff0d}.milestone-card--locked:before{background:linear-gradient(135deg,rgba(20,24,35,.8) 0%,rgba(15,18,28,.9) 100%);opacity:.8}.milestone-card--locked .milestone-card__progress{opacity:1;filter:none}.milestone-card--clickable{cursor:pointer}.milestone-card__header,.milestone-card__state-badge{display:none}.milestone-card__progress{position:absolute;top:-55px;left:50%;transform:translate(-50%);width:90px;height:90px;z-index:100}.milestone-card__progress .circular-progress-indicator{width:90px;height:90px}.milestone-card__content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;width:100%}.milestone-card__icon-container{display:none}.milestone-card__text{text-align:left;flex:1}.milestone-card__title{font-size:1.125rem;font-weight:700;color:#fff;margin:0 0 .5rem;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.5);letter-spacing:.3px}.milestone-card__description{font-size:.875rem;color:#fff9;margin:0;line-height:1.4}.milestone-card__checkpoints{width:100%;padding:.5rem 0;border-top:1px solid rgba(255,255,255,.1)}.milestone-card__rewards{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end;align-items:center}.milestone-card__reward{display:flex;align-items:center;gap:.25rem;padding:.375rem .625rem;border-radius:16px;font-size:.75rem;font-weight:700;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);transition:all .2s ease;text-shadow:0 1px 2px rgba(0,0,0,.3)}.milestone-card__reward:hover{transform:scale(1.05);box-shadow:0 2px 8px #0000004d}.milestone-card__reward--xp{background:linear-gradient(135deg,rgba(0,212,255,.2) 0%,rgba(0,255,255,.15) 100%);border-color:#00d4ff66;color:#00d4fff2;box-shadow:0 0 8px #00d4ff1a}.milestone-card__reward--fuel{background:linear-gradient(135deg,rgba(255,59,48,.2) 0%,rgba(255,149,0,.15) 100%);border-color:#ff3b3066;color:#ff3b30f2;box-shadow:0 0 8px #ff3b301a}.milestone-card__reward--lootbox{background:linear-gradient(135deg,rgba(175,82,222,.2) 0%,rgba(255,214,10,.15) 100%);border-color:#af52de66;color:#af52def2;box-shadow:0 0 8px #af52de1a}.milestone-card__reward--entries{background:linear-gradient(135deg,rgba(255,214,10,.2) 0%,rgba(255,149,0,.15) 100%);border-color:#ffd60a66;color:#ffd60af2;box-shadow:0 0 8px #ffd60a1a}.milestone-card__reward-icon{font-size:.875rem}.milestone-card__reward-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem .875rem;border-radius:20px;font-size:.875rem;font-weight:600;background:rgba(170,150,239,.15);border:1.5px solid rgba(170,150,239,.4);color:#aa96ef;transition:all .2s ease}.milestone-card__reward-badge:hover{transform:translateY(-2px);background:rgba(170,150,239,.2);border-color:#aa96ef99}.milestone-card__reward-badge img{width:20px;height:20px;object-fit:contain}.milestone-card__reward-badge span{white-space:nowrap}.milestone-card__claim-btn{width:100%;padding:1rem;margin-top:.75rem;background:linear-gradient(135deg,rgba(52,199,89,.3) 0%,rgba(255,214,10,.25) 50%,rgba(52,199,89,.3) 100%);border:2px solid rgba(52,199,89,.6);border-radius:16px;font-size:1rem;font-weight:700;color:#fff;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 16px #34c75966,0 0 24px #ffd60a33,inset 0 1px 2px #ffffff4d;text-shadow:0 0 12px rgba(255,214,10,.8),0 2px 4px rgba(0,0,0,.5);text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden}.milestone-card__claim-btn:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.2) 50%,transparent 70%);animation:shimmer 2s linear infinite}.milestone-card__claim-btn:hover:not(:disabled){background:linear-gradient(135deg,rgba(52,199,89,.5) 0%,rgba(255,214,10,.4) 50%,rgba(52,199,89,.5) 100%);border-color:#ffd60acc;transform:translateY(-4px) scale(1.05);box-shadow:0 8px 32px #34c75999,0 0 48px #ffd60a66,inset 0 2px 4px #fff6}.milestone-card__claim-btn:active:not(:disabled){transform:translateY(-1px) scale(1.02);box-shadow:0 4px 16px #34c75980,0 0 32px #ffd60a4d}.milestone-card__claim-btn:disabled{opacity:.4;cursor:not-allowed;filter:grayscale(.5)}.milestone-card__claimed-badge{display:flex;align-items:center;justify-content:center;gap:.375rem;width:100%;padding:.625rem;margin-top:.5rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#ffffff80;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.milestone-card__claimed-text{display:flex;align-items:center;gap:.375rem}.milestone-card__claimed-date{font-weight:400;color:#ffffff59}.milestone-card__claimed-date:before{content:"·";margin-right:.25rem}.milestone-card__locked-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;padding:1rem 1.25rem;background:rgba(0,0,0,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;border:1px solid rgba(255,255,255,.2)}.milestone-card__locked-icon{font-size:2rem;color:#ffffffe6;filter:drop-shadow(0 2px 6px rgba(0,0,0,.8))}.milestone-card__locked-text{font-size:1rem;font-weight:700;color:#fff;text-shadow:0 2px 4px rgb(0,0,0);letter-spacing:.5px;line-height:1.4}@media screen and (max-width: 767px){.milestone-card{width:100%;padding:1rem}.milestone-card__icon-container{width:48px;height:48px;border-radius:10px}.milestone-card__title{font-size:.875rem}.milestone-card__description{font-size:.8125rem}.milestone-card__reward{font-size:.6875rem;padding:.3125rem .5rem}.milestone-card__reward-badge{padding:.375rem .625rem;font-size:.75rem}.milestone-card__reward-badge img{width:16px;height:16px}.milestone-card__claim-btn,.milestone-card__claimed-badge{font-size:.8125rem;padding:.625rem}.milestone-card__locked-overlay{padding:1rem}.milestone-card__locked-icon{font-size:1.5rem}.milestone-card__locked-text{font-size:.6875rem}}@keyframes pulseActive{0%,to{box-shadow:0 8px 32px #00000080,0 6px 24px #00d4ff66,0 0 40px #00d4ff33,inset 0 1px #fff3}50%{box-shadow:0 8px 32px #00000080,0 8px 32px #00d4ff99,0 0 60px #00d4ff59,inset 0 1px #ffffff40}}@keyframes shimmer{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}@keyframes borderRotate{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(360deg)}}@keyframes flowDots{0%{left:0;opacity:0}20%{opacity:1}80%{opacity:1}to{left:100%;opacity:0}}.quest-group{position:relative;display:flex;flex-direction:column;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.08);padding:1.5rem 2rem;margin-bottom:1.5rem;transition:all .3s ease}.quest-group:hover{border-bottom-color:#ffffff1f}.quest-group--sponsored{border-bottom-color:var(--brand-color, rgba(170, 150, 239, .3))}.quest-group--guild-qualifier{border-bottom-color:#ffd60a33}.quest-group__sponsor-header{position:absolute;top:0;left:0;right:0;height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;border-top-left-radius:16px;border-top-right-radius:16px;z-index:2}.quest-group__sponsor-logo-container{display:flex;align-items:center;height:100%}.quest-group__sponsor-logo{height:2.5rem;width:auto;max-width:150px;object-fit:contain}.quest-group__sponsor-visit-btn{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.3);border-radius:8px;font-size:.875rem;font-weight:600;color:#fff;text-decoration:none;transition:all .2s ease;cursor:pointer}.quest-group__sponsor-visit-btn:hover{background:rgba(255,255,255,.3);transform:translate(2px)}.quest-group__sponsor-visit-btn svg{font-size:1.25rem}.quest-group__sponsor-info{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;margin:-1.5rem -1.5rem 1.5rem;margin-top:48px;background:rgba(0,0,0,.3);border-bottom:1px solid rgba(255,255,255,.1)}.quest-group__sponsor-name{font-size:.875rem;color:#ffffffe6}.quest-group__sponsor-name strong{font-weight:700}.quest-group__sponsor-end-date{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600;color:#fbbf24e6}.quest-group__sponsor-end-date svg{font-size:.875rem}.quest-group__header{margin-bottom:1.5rem}.quest-group--sponsored .quest-group__header{padding-top:.5rem}.quest-group__title-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.quest-group__title{font-size:1.25rem;font-weight:700;color:#fffffff2;margin:0;line-height:1.3}.quest-group__guild-badge{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:linear-gradient(135deg,rgba(255,214,10,.2) 0%,rgba(255,149,0,.15) 100%);border:1px solid rgba(255,214,10,.4);border-radius:12px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#ffd60ae6;white-space:nowrap}.quest-group__guild-badge svg{font-size:.875rem}.quest-group__description{font-size:.875rem;color:#ffffffb3;margin:0;line-height:1.5}.quest-group__completion-rewards{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;margin-top:.5rem;flex-wrap:wrap}.quest-group__completion-rewards-label{font-size:.875rem;font-weight:600;color:#ffffffb3;white-space:nowrap}.quest-group__completion-rewards-list{display:flex;flex-wrap:wrap;gap:.5rem}.quest-group__completion-reward{padding:.375rem .75rem;background:rgba(170,150,239,.15);border:1px solid rgba(170,150,239,.3);border-radius:8px;font-size:.875rem;font-weight:600;color:#aa96eff2;white-space:nowrap}.quest-group__tracks{display:flex;flex-direction:row;justify-content:space-between;margin-top:4rem;width:100%}.quest-group__track{display:flex;flex-direction:column;gap:0;width:45%;flex-shrink:0;flex-grow:0;box-sizing:border-box;overflow:visible}.quest-group__milestones{display:flex;flex-direction:column;align-items:stretch;gap:0;width:100%;box-sizing:border-box;overflow:visible}.quest-group__milestones--scrollable{max-height:none;overflow-y:visible;overflow-x:visible;padding-bottom:.5rem}@media screen and (max-width: 767px){.quest-group{padding:1rem;margin-bottom:1rem}.quest-group__sponsor-header{height:40px;padding:0 .75rem}.quest-group__sponsor-logo{height:2rem;max-width:120px}.quest-group__sponsor-visit-btn{padding:.375rem .75rem;font-size:.8125rem}.quest-group__sponsor-info{margin-top:40px;padding:.625rem .75rem}.quest-group__title{font-size:1rem}.quest-group__description{font-size:.8125rem}.quest-group__guild-badge{font-size:.6875rem;padding:.3125rem .625rem}.quest-group__completion-rewards{padding:.375rem 0;margin-top:.375rem;gap:.5rem}.quest-group__completion-rewards-label{font-size:.8125rem;width:100%}.quest-group__completion-reward{padding:.3125rem .625rem;font-size:.8125rem}.quest-group__tracks{flex-direction:column;gap:1.5rem}.quest-group__track{width:100%}.quest-group__milestones{width:100%;gap:0}.quest-group__milestones--scrollable{padding-bottom:.375rem}}.quest-display{display:flex;flex-direction:column;gap:2rem;width:100%}.quest-display__section{display:flex;flex-direction:column;gap:1rem}.quest-display__section-header{display:flex;flex-direction:column;gap:.25rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.quest-display__section-title{font-size:1.25rem;font-weight:700;color:#fffffff2;margin:0;line-height:1.3}.quest-display__section-subtitle{font-size:.875rem;color:#fff9;margin:0;line-height:1.4}.quest-display__quests{display:flex;flex-direction:column;gap:1.5rem}.quest-display__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:rgba(28,28,30,.6);border:1px dashed rgba(255,255,255,.1);border-radius:16px}.quest-display__empty-icon{font-size:3rem;color:#ffffff4d;margin-bottom:1.5rem}.quest-display__empty-title{font-size:1.25rem;font-weight:600;color:#fffc;margin:0 0 .5rem}.quest-display__empty-text{font-size:.875rem;color:#ffffff80;margin:0;line-height:1.5;max-width:400px}@media screen and (max-width: 767px){.quest-display{gap:1.5rem}.quest-display__section{gap:.75rem}.quest-display__section-header{padding-bottom:.5rem}.quest-display__section-title{font-size:1rem}.quest-display__section-subtitle{font-size:.8125rem}.quest-display__quests{gap:1rem}.quest-display__empty{padding:3rem 1.5rem}.quest-display__empty-icon{font-size:2.5rem;margin-bottom:1rem}.quest-display__empty-title{font-size:1.125rem}.quest-display__empty-text{font-size:.8125rem}}.quest-filter-bar{display:flex;align-items:center;justify-content:center;padding:1rem;background:linear-gradient(135deg,rgba(20,20,25,.6) 0%,rgba(15,15,22,.6) 100%);border-radius:16px;border:1px solid rgba(255,255,255,.05);margin-bottom:1.5rem}.quest-filter-bar__filters{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.quest-filter-bar__filter{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:12px;font-size:.875rem;font-weight:600;color:#ffffffb3;cursor:pointer;transition:all .2s ease;white-space:nowrap}.quest-filter-bar__filter:hover:not(:disabled){background:rgba(0,212,255,.1);border-color:#00d4ff4d;color:#00d4ffe6;transform:translateY(-2px)}.quest-filter-bar__filter:active:not(:disabled){transform:translateY(0)}.quest-filter-bar__filter--active{background:linear-gradient(135deg,rgba(0,212,255,.2) 0%,rgba(0,255,255,.15) 100%);border-color:#00d4ff66;color:#00d4fff2;box-shadow:0 0 16px #00d4ff4d}.quest-filter-bar__filter--active .quest-filter-bar__icon{color:#00d4ff}.quest-filter-bar__filter--active .quest-filter-bar__count{background:rgba(0,212,255,.3);color:#fff}.quest-filter-bar__filter:disabled{opacity:.4;cursor:not-allowed}.quest-filter-bar__icon{font-size:1rem;color:#fff9;transition:color .2s ease}.quest-filter-bar__label{font-weight:700;text-transform:uppercase;letter-spacing:.5px}.quest-filter-bar__count{display:flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 .375rem;background:rgba(255,255,255,.1);border-radius:11px;font-size:.75rem;font-weight:700;color:#fffc;transition:all .2s ease}@media screen and (max-width: 767px){.quest-filter-bar{padding:.75rem;margin-bottom:1rem}.quest-filter-bar__filters{gap:.5rem;width:100%}.quest-filter-bar__filter{flex:1;min-width:0;padding:.625rem .75rem;justify-content:center;font-size:.8125rem}}@media screen and (max-width: 767px) and (max-width: 380px){.quest-filter-bar__filter{padding:.625rem}.quest-filter-bar__filter .quest-filter-bar__label{display:none}.quest-filter-bar__filter .quest-filter-bar__icon{font-size:1.125rem}}@media screen and (max-width: 767px){.quest-filter-bar__count{min-width:20px;height:20px;font-size:.6875rem}}.track-column{display:flex;flex-direction:column;gap:1rem;width:100%}.track-column__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;background:transparent;border-bottom:2px solid rgba(255,255,255,.08);margin-bottom:.5rem}.track-column__title{font-size:.875rem;font-weight:700;color:#fff9;margin:0;text-transform:uppercase;letter-spacing:1px}.track-column__stats{display:flex;align-items:center;gap:1rem}.track-column__stat{font-size:.875rem;font-weight:600;color:#00d4ffcc;display:flex;align-items:center;gap:.25rem}.track-column__stat--completed{color:#34c759cc}.track-column__quests{display:flex;flex-direction:column;gap:1rem}.track-column__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;background:linear-gradient(135deg,rgba(20,20,25,.4) 0%,rgba(15,15,22,.4) 100%);border-radius:12px;border:1px dashed rgba(255,255,255,.1);text-align:center}.track-column__empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.6}.track-column__empty-title{font-size:1.125rem;font-weight:600;color:#fffc;margin-bottom:.5rem}.track-column__empty-text{font-size:.875rem;color:#ffffff80;line-height:1.5;max-width:300px}@media screen and (max-width: 767px){.track-column__header{padding:.75rem}.track-column__title{font-size:1rem}.track-column__stats{gap:.75rem}.track-column__stat{font-size:.8125rem}}.game-quest-suggestions{padding:1.5rem 0}@media (max-width: 768px){.game-quest-suggestions{padding:1rem 0}}.game-quest-suggestions--loading{text-align:center;padding:2rem;color:#fff9}.game-quest-suggestions__spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:#7859e6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.game-quest-suggestions__header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.game-quest-suggestions__header h3{margin:0;font-size:1.125rem;color:#fff}.game-quest-suggestions__icon{color:#7859e6;font-size:1.25rem}.game-quest-suggestions__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem}@media (max-width: 768px){.game-quest-suggestions__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:1rem}}.game-quest-suggestions__card{background:linear-gradient(135deg,rgba(170,150,239,.1) 0%,rgba(170,150,239,.05) 100%);border:1px solid rgba(170,150,239,.2);border-radius:12px;padding:.75rem;cursor:pointer;transition:all .3s ease}@media (max-width: 768px){.game-quest-suggestions__card{padding:.5rem}}.game-quest-suggestions__card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #aa96ef33;background:linear-gradient(135deg,rgba(170,150,239,.15) 0%,rgba(170,150,239,.08) 100%)}.game-quest-suggestions__card:focus{outline:2px solid #7859E6;outline-offset:2px}.game-quest-suggestions__card-image{width:100%;height:80px;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;overflow:hidden;border-radius:8px;background:rgba(0,0,0,.2)}.game-quest-suggestions__card-image img{width:100%;height:100%;object-fit:cover}.game-quest-suggestions__card-image svg{font-size:2rem;color:#ffffff4d}.game-quest-suggestions__card-content{text-align:center}.game-quest-suggestions__card-content h4{margin:0 0 .5rem;font-size:.875rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.game-quest-suggestions__card-button{background:linear-gradient(135deg,#7859E6 0%,#AA96EF 100%);color:#fff;border:none;border-radius:6px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:transform .2s;width:100%}.game-quest-suggestions__card-button:hover{transform:scale(1.05)}.game-quest-suggestions__explore{width:100%;background:transparent;border:1px solid rgba(170,150,239,.3);color:#fffc;padding:.75rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.game-quest-suggestions__explore:hover{background:rgba(170,150,239,.1);border-color:#aa96ef80;color:#fff}.game-quest-section{width:100%;padding:0 1rem;margin-bottom:2rem}@media (min-width: 768px){.game-quest-section{padding:0 8%}}@media (min-width: 1024px) and (max-width: 1399px){.game-quest-section{padding:0 3%}}.game-quest-section--compact{padding:0 .5rem}@media (min-width: 768px){.game-quest-section--compact{padding:0}}.game-quest-section--compact .game-quest-section__hero,.game-quest-section--compact .game-quest-section__game-title-section{width:100%;max-width:none}.game-quest-section--compact .game-quest-section__header{width:100%;max-width:none;padding-left:.5rem;padding-right:.5rem;margin-bottom:12px;padding-bottom:12px;gap:12px}@media (min-width: 768px){.game-quest-section--compact .game-quest-section__header{padding-left:2rem;padding-right:2rem;gap:16px}}.game-quest-section--compact .game-quest-section__content{width:100%;padding:0}.game-quest-section:not(.game-quest-section--compact){max-width:1600px;margin:0 auto;padding:0 8%}@media (max-width: 768px){.game-quest-section:not(.game-quest-section--compact){padding:0 4%}}.game-quest-section__hero{position:relative;height:280px;background:linear-gradient(to bottom,rgba(255,215,0,.15),rgba(15,15,22,.95)),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 300"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(255,255,255,0.02)" stroke-width="0.5"/></pattern></defs><rect width="1200" height="300" fill="url(%23grid)"/></svg>');border:3px solid;border-image:linear-gradient(135deg,#FFD700 0%,rgba(255,215,0,.3) 100%) 1;margin-bottom:40px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 0 40px #ffd7004d,inset 0 0 40px #ffd7001a,0 20px 60px #000c}.game-quest-section__hero-title{font-size:4rem;font-weight:900;color:gold;text-shadow:0 0 20px rgba(255,215,0,.8),0 0 40px rgba(255,215,0,.4),0 2px 10px rgba(0,0,0,.8);letter-spacing:-.02em;margin:0}.game-quest-section__header{position:relative;margin-bottom:24px;display:flex;flex-direction:column;align-items:flex-start;row-gap:16px}.game-quest-section__title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;width:100%}.game-quest-section__title-section{display:flex;align-items:center;gap:16px;flex:0 1 auto}.game-quest-section__title{font-size:1.125rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:#fff;margin:0;white-space:nowrap}@media (min-width: 768px){.game-quest-section__title{font-size:1.5rem}}.game-quest-section__countdown{display:flex;align-items:center;gap:8px;font-size:.9rem;font-weight:600;color:gold;text-shadow:0 0 8px rgba(255,215,0,.4);white-space:nowrap}.game-quest-section__xp-earned{position:absolute;right:0;bottom:12px;display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center;padding:12px 24px;background:linear-gradient(135deg,rgba(255,215,0,.08) 0%,rgba(255,215,0,.02) 100%);border:2px solid rgba(255,215,0,.25);border-radius:8px;box-shadow:0 0 24px #ffd70026,inset 0 1px #ffffff0d}.game-quest-section__xp-label{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.2em;color:#ffd700e6;text-shadow:0 0 12px rgba(255,215,0,.5)}.game-quest-section__xp-value{font-size:2.5rem;font-weight:900;color:gold;text-shadow:0 0 20px rgba(255,215,0,.6),0 2px 8px rgba(0,0,0,.6);font-variant-numeric:tabular-nums;line-height:1}.game-quest-section__xp-record{font-size:.85rem;font-weight:600;color:#ffffffa6;letter-spacing:.05em}.game-quest-section__actions{display:flex;gap:16px;flex:0 0 auto}.game-quest-section__action-icon{background:none;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;cursor:pointer;transition:all .2s ease;color:#fff9;padding:0}.game-quest-section__action-icon:hover{border-color:#fff6;color:#ffffffe6;background:rgba(255,255,255,.05)}.game-quest-section__game-status{margin-top:12px}.game-quest-section__filter-row{position:relative;display:flex;justify-content:flex-start;align-items:flex-end;flex-wrap:wrap;gap:12px 16px;width:100%}.game-quest-section__filter-row:after{content:"";position:absolute;bottom:4px;left:0;right:0;height:1px;background:rgba(255,255,255,.1)}@media (min-width: 1145px){.game-quest-section__filter-row{flex-wrap:nowrap;justify-content:space-between}}.game-quest-section__filter-group{display:flex;align-items:flex-end;gap:0;flex-shrink:0}.game-quest-section__filters{display:flex;gap:0;flex-wrap:nowrap;flex:0 0 auto}.game-quest-section__filter-btn{flex:0 0 auto;padding:8px 16px;background:transparent;border:1px solid rgba(255,255,255,.15);border-bottom:none;border-radius:6px 6px 0 0;color:#fff9;font-size:.75rem;font-weight:700;text-transform:capitalize;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:4px;white-space:nowrap;position:relative;margin-bottom:4px;margin-left:-1px}.game-quest-section__filter-btn:first-child{margin-left:0}@media (min-width: 768px){.game-quest-section__filter-btn{padding:10px 24px;border-radius:8px 8px 0 0;font-size:.9rem;gap:6px}}.game-quest-section__filter-btn:hover{border-color:#ffffff4d;color:#ffffffd9;background:rgba(255,255,255,.05);z-index:1}.game-quest-section__filter-btn.active{border-color:#ffffff4d;color:#fff;background:rgba(255,255,255,.1);z-index:2}.game-quest-section__filter-count{font-size:.75rem;font-weight:600;opacity:.7}.game-quest-section__game-title-section{margin-bottom:24px}.game-quest-section__game-subtitle{font-size:1.5rem;font-weight:800;color:#fffffff2;margin:0;letter-spacing:-.01em}.game-quest-section__content{display:flex;flex-direction:column;gap:24px}.game-quest-section__controls{display:flex;justify-content:flex-end;align-items:center;margin-bottom:16px}.game-quest-section__toggle{margin-left:12px;margin-bottom:4px;transform:scale(.85);transform-origin:left bottom;align-self:flex-end}.game-quest-section__toggle.frame-one-switch-input,.game-quest-section__toggle .frame-one-switch-input__container{border-radius:8px 8px 0 0}.game-quest-section__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;width:100%;margin-top:32px}@media (min-width: 1024px){.game-quest-section__grid{grid-template-columns:minmax(0,55fr) minmax(0,45fr);gap:24px}}@media (min-width: 1400px){.game-quest-section__grid{grid-template-columns:minmax(0,40fr) minmax(0,60fr);gap:32px}}.game-quest-section__column-left{display:flex;flex-direction:column;gap:24px;min-width:0}.game-quest-section__column-right{display:flex;flex-direction:column;gap:1.5rem;min-width:0;max-width:100%;padding-left:0;padding-top:0}@media (min-width: 1024px){.game-quest-section__column-right{padding-left:16px;padding-top:1.5rem;gap:24px}}.game-quest-section__quest-rows{display:flex;flex-direction:column;gap:1.5rem}.game-quest-section__quest-full-row{position:relative;display:grid;grid-template-columns:1fr;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}@media (min-width: 1024px){.game-quest-section__quest-full-row{grid-template-columns:1fr 1fr;gap:1.5rem}}.game-quest-section__quest-full-row:last-child{border-bottom:none;padding-bottom:0}.game-quest-section__quest-full-row--locked .game-quest-section__quest-card-cell,.game-quest-section__quest-full-row--locked .game-quest-section__quest-milestones-cell{opacity:.5;pointer-events:none}@media (min-width: 1024px){.game-quest-section__quest-full-row--no-ladder{grid-template-columns:1fr}}.game-quest-section__quest-full-row--no-ladder .game-quest-section__quest-milestones-cell{padding-top:0}.game-quest-section__quest-full-row--no-ladder .game-quest-section__quest-name-header{padding-left:.5rem}@media (min-width: 768px){.game-quest-section__quest-full-row--no-ladder .game-quest-section__quest-name-header{padding-left:2rem}}.game-quest-section__quest-full-row--no-ladder .game-quest-section__milestones-section,.game-quest-section__quest-full-row--no-ladder .game-quest-section__actions-section{padding-left:.5rem}@media (min-width: 768px){.game-quest-section__quest-full-row--no-ladder .game-quest-section__milestones-section,.game-quest-section__quest-full-row--no-ladder .game-quest-section__actions-section{padding-left:2rem}}@media (min-width: 1024px){.game-quest-section__quest-full-row--no-objectives{grid-template-columns:1fr}}.game-quest-section__quest-card-cell{min-width:0;padding-left:.5rem}@media (min-width: 768px){.game-quest-section__quest-card-cell{padding-left:2rem}}.game-quest-section__quest-milestones-cell{display:flex;flex-direction:column;gap:1rem;min-width:0}@media (min-width: 1024px){.game-quest-section__quest-milestones-cell{padding-top:4.5rem}}.game-quest-section__quest-lock-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;padding:1.5rem 2rem;background:rgba(0,0,0,.7);border-radius:16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.game-quest-section__quest-lock-icon{font-size:2.5rem;color:#fffc}.game-quest-section__quest-lock-text{font-size:1rem;font-weight:700;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.5)}.game-quest-section__panel-title{font-size:.95rem;font-weight:900;text-transform:uppercase;letter-spacing:.15em;color:#0ff;text-shadow:0 0 12px rgba(0,255,255,.6);margin:0 0 16px;display:flex;align-items:center;gap:8px}.game-quest-section__panel-title:before{content:"";width:3px;height:16px;background:linear-gradient(180deg,#00FFFF,rgba(0,255,255,.2))}.game-quest-section__quest-name-header{margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.game-quest-section__quest-name{font-size:1.25rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#fff;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.5)}.game-quest-section__stats-bar{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 16px;padding:0 0 12px;background:none;border:none;width:100%;order:-1}@media (min-width: 768px){.game-quest-section__stats-bar{gap:12px 24px;justify-content:flex-start}}@media (min-width: 1145px){.game-quest-section__stats-bar{width:auto;order:0;margin-left:auto;padding-bottom:0;justify-content:flex-end}}.game-quest-section__stat-item{display:flex;align-items:center;gap:8px}.game-quest-section__stat-label{font-size:.7rem;font-weight:600;color:#fff9;text-transform:uppercase;letter-spacing:.05em}@media (min-width: 768px){.game-quest-section__stat-label{font-size:.75rem}}.game-quest-section__stat-val{font-size:.875rem;font-weight:800;color:gold;font-variant-numeric:tabular-nums}@media (min-width: 768px){.game-quest-section__stat-val{font-size:1rem}}.game-quest-section__stat-max{font-size:.7rem;font-weight:500;color:#fff6}.game-quest-section__guild-qualifier{width:100%}.game-quest-section__guild-qualifier .guild-qualifier-card{margin:0}.game-quest-section__objectives-section{display:flex;flex-direction:column;gap:12px}.game-quest-section__objectives-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.game-quest-section__objective-card{position:relative;background:linear-gradient(135deg,rgba(15,15,22,.98) 0%,rgba(8,8,14,.95) 100%),radial-gradient(ellipse at top,rgba(120,89,230,.08) 0%,transparent 70%);border:2px solid rgba(120,89,230,.4);border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:10px;box-shadow:0 0 30px #7859e633,inset 0 1px #ffffff1a,inset 0 -1px #00000080,0 12px 40px #000000b3;transition:all .25s ease;overflow:hidden}.game-quest-section__objective-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(120,89,230,.6),transparent)}.game-quest-section__objective-card:hover{border-color:#7859e6b3;transform:translateY(-3px);box-shadow:0 0 40px #7859e659,inset 0 1px #ffffff26,0 16px 48px #7859e633}.game-quest-section__objective-name{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#fffffff2;line-height:1.2}.game-quest-section__objective-description{font-size:.65rem;font-weight:400;color:#ffffff8c;line-height:1.3}.game-quest-section__objective-progress-bar{height:6px;background:linear-gradient(90deg,rgba(0,0,0,.6),rgba(255,255,255,.05));border:1px solid rgba(120,89,230,.25);border-radius:2px;overflow:hidden;box-shadow:inset 0 2px 4px #000c}.game-quest-section__objective-progress-fill{height:100%;background:linear-gradient(90deg,#7859E6 0%,#A78BFA 100%);box-shadow:0 0 10px #7859e64d}.game-quest-section__objective-reward{font-size:.6rem;font-weight:800;color:gold;text-transform:uppercase;letter-spacing:.05em;text-shadow:0 0 6px rgba(255,215,0,.3)}.game-quest-section__actions-section{display:flex;flex-direction:column;gap:12px;min-width:0;overflow:hidden;padding:0 .5rem}@media (min-width: 768px){.game-quest-section__actions-section{padding:0}}.game-quest-section__actions-grid{display:grid;grid-template-columns:1fr;gap:12px;min-width:0}@media (min-width: 480px){.game-quest-section__actions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1400px){.game-quest-section__actions-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.game-quest-section__action-card{position:relative;background:linear-gradient(135deg,rgba(15,15,22,.98) 0%,rgba(8,8,14,.95) 100%),radial-gradient(ellipse at top,rgba(255,107,0,.06) 0%,transparent 70%);border:2px solid rgba(255,107,0,.35);border-radius:8px;padding:14px;display:flex;flex-direction:column;gap:8px;box-shadow:0 0 24px #ff6b0026,inset 0 1px #ffffff14,inset 0 -1px #00000080,0 10px 32px #0009;transition:all .25s ease;overflow:hidden}.game-quest-section__action-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(255,107,0,.5),transparent)}.game-quest-section__action-card:hover{border-color:#ff6b0099;transform:translateY(-3px);box-shadow:0 0 36px #ff6b004d,inset 0 1px #ffffff1f,0 14px 40px #ff6b0026}.game-quest-section__action-name{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#fffffff2}.game-quest-section__action-btn{align-self:flex-start;padding:6px 10px;background:linear-gradient(135deg,rgba(255,107,0,.2),rgba(255,107,0,.08));border:2px solid rgba(255,107,0,.5);border-radius:2px;color:#ff6b00e6;font-size:.6rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;transition:all .2s ease;box-shadow:0 0 8px #ff6b001a}.game-quest-section__action-btn:hover{background:linear-gradient(135deg,rgba(255,107,0,.3),rgba(255,107,0,.15));border-color:#ff6b00cc;box-shadow:0 0 12px #ff6b0040}.game-quest-section__milestones-section{display:flex;flex-direction:column;gap:12px;min-width:0;max-width:100%;padding:0 .5rem}@media (min-width: 768px){.game-quest-section__milestones-section{padding-top:0;padding-right:0;padding-bottom:0}}.game-quest-section__milestones-grid{display:grid;grid-template-columns:1fr;gap:12px;min-width:0}@media (min-width: 1400px){.game-quest-section__milestones-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.game-quest-section__empty{text-align:center;padding:40px 20px;color:#fff9}.game-quest-section__empty p{font-size:1.1rem;margin-bottom:8px}.game-quest-section__empty span{font-size:.9rem}.game-quest-section__empty-right{text-align:center;padding:40px 20px;color:#ffffff80;font-size:.9rem}.game-quest-section__loading,.game-quest-section__error{padding:40px 20px;text-align:center;color:#fff9}@media (max-width: 1200px){.game-quest-section__title-row{flex-wrap:wrap}}@media (max-width: 768px){.game-quest-section{padding:0 16px}.game-quest-section__hero{height:200px;margin-bottom:24px}.game-quest-section__hero-title{font-size:2.5rem}.game-quest-section__title{font-size:1.2rem}.game-quest-section__title-row{flex-direction:column;align-items:flex-start;gap:16px}.game-quest-section__xp-earned{align-items:flex-start;text-align:left}.game-quest-section__xp-value{font-size:2.5rem}.game-quest-section__actions{order:-1;align-self:flex-end;margin-bottom:12px}.game-quest-section__filters{width:auto}.game-quest-section__controls{flex-direction:column;align-items:stretch}}@media (max-width: 480px){.game-quest-section__hero{height:160px}.game-quest-section__hero-title{font-size:2rem}.game-quest-section__title{font-size:1rem}.game-quest-section__xp-value{font-size:2rem}}.community-cards{display:flex;flex-direction:column;gap:1rem;margin-top:0}.community-cards--loading .community-cards__skeleton-title{width:180px;height:24px;border-radius:4px;background:linear-gradient(90deg,#2a2a2c 25%,#3a3a3c 50%,#2a2a2c 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;margin-bottom:1rem}.community-cards--loading .community-cards__skeleton-card{height:80px;border-radius:1rem;background:linear-gradient(90deg,#2a2a2c 25%,#3a3a3c 50%,#2a2a2c 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.community-cards__title{font-size:1.25rem;margin:0 0 .5rem;display:flex;align-items:center;gap:.5rem;color:#fff}.feature-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#1a1a1c 0%,#2d2d2f 100%);border:1px solid rgba(170,150,239,.2);border-radius:1rem;cursor:pointer;transition:all .2s;text-align:left;width:100%}.feature-card:hover{transform:translate(4px);border-color:#aa96ef66;background:linear-gradient(135deg,#2a2a2c 0%,#3d3d3f 100%)}.feature-card:hover .feature-icon{transform:scale(1.1)}.feature-card:active{transform:translate(2px)}.feature-card .feature-icon{width:48px;height:48px;border-radius:.5rem;object-fit:contain;transition:transform .2s}.feature-card .feature-info{flex:1}.feature-card .feature-info .feature-title{font-size:1rem;font-weight:600;margin:0 0 .25rem;color:#fff}.feature-card .feature-info .feature-subtitle{font-size:.875rem;color:#999;margin:0}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width: 768px){.community-cards{margin-top:1rem}.feature-card{padding:1rem}.feature-card .feature-icon{width:40px;height:40px}.feature-card .feature-info .feature-title{font-size:.875rem}.feature-card .feature-info .feature-subtitle{font-size:.75rem}}.devourplay_streak-light{display:flex;flex-direction:column;align-items:center;gap:.375rem;flex:1;min-width:0}.devourplay_streak-light__glow{display:none}.devourplay_streak-light__icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;transition:all .2s ease;background:rgba(255,255,255,.03);border:2px solid rgba(255,255,255,.15);color:#ffffff80}.devourplay_streak-light__reward{font-size:.6rem;font-weight:600;color:#ffffff80;white-space:nowrap;text-align:center}.devourplay_streak-light--active .devourplay_streak-light__icon{background:rgba(255,255,255,.15);border:2px solid rgba(255,255,255,.4);color:#fff}.devourplay_streak-light--active .devourplay_streak-light__reward{color:#fff9}.devourplay_streak-light--milestone .devourplay_streak-light__reward{color:#7859e6;font-weight:700}.devourplay_streak-light--milestone.devourplay_streak-light--active .devourplay_streak-light__icon{border-color:#7859e6;background:rgba(120,89,230,.15)}.devourplay_streak-light--claimed{opacity:.5}.devourplay_streak-card{display:flex;gap:1.5rem;padding:1rem 0}.devourplay_streak-card--weekly-only{flex-direction:row}.devourplay_streak-card--monthly-only{flex-direction:column;padding:1rem;background:linear-gradient(135deg,rgba(255,255,255,.03) 0%,rgba(255,255,255,.01) 100%);border:1px solid rgba(255,255,255,.08);border-radius:12px}.devourplay_streak-card--monthly-only .devourplay_streak-card__weeks{flex-direction:column;gap:.5rem}.devourplay_streak-card--monthly-only .devourplay_streak-card__week{flex-direction:row;justify-content:space-between;padding:.75rem 1rem}.devourplay_streak-card--monthly-only .devourplay_streak-card__week-light{order:-1}.devourplay_streak-card--monthly-only .devourplay_streak-card__week-progress{flex:1;margin:0 .75rem}.devourplay_streak-card__section{flex:1;display:flex;flex-direction:column;gap:.75rem}.devourplay_streak-card__header{display:flex;justify-content:space-between;align-items:center}.devourplay_streak-card__title{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#ffffff80}.devourplay_streak-card__day-count{font-size:.75rem;font-weight:500;color:#fff9}.devourplay_streak-card__lights{display:flex;gap:.5rem;padding:.5rem 0}.devourplay_streak-card__light{display:flex;flex-direction:column;align-items:center;gap:.375rem;position:relative}.devourplay_streak-card__light--future{opacity:.4}.devourplay_streak-card__light--future .devourplay_streak-card__light-glow{background:rgba(40,40,50,.9);border-color:#ffffff1a}.devourplay_streak-card__light--future .devourplay_streak-card__light-day{color:#fff6}.devourplay_streak-card__light--future .devourplay_streak-card__light-reward{color:#ffffff40}.devourplay_streak-card__light--missed .devourplay_streak-card__light-glow{background:rgba(40,40,50,.9);border-color:#ffffff1a}.devourplay_streak-card__light--missed .devourplay_streak-card__light-day{color:#fff6}.devourplay_streak-card__light--missed .devourplay_streak-card__light-reward{color:#fff9}.devourplay_streak-card__light--today .devourplay_streak-card__light-glow{background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.2) 0%,rgba(139,92,246,.4) 100%);border-color:#8b5cf699;animation:pulse-today 2s ease-in-out infinite}.devourplay_streak-card__light--today .devourplay_streak-card__light-day{color:#ffffffe6}.devourplay_streak-card__light--today .devourplay_streak-card__light-reward{color:#fff9}.devourplay_streak-card__light--complete .devourplay_streak-card__light-glow{background:radial-gradient(circle at 30% 30%,#E0F7FF 0%,#22D3EE 40%,#06B6D4 100%);border-color:#22d3ee99;box-shadow:0 0 12px #22d3eeb3,0 0 24px #06b6d480,0 0 40px #0891b24d}.devourplay_streak-card__light--complete .devourplay_streak-card__light-day{color:#fff}.devourplay_streak-card__light--complete .devourplay_streak-card__light-reward{color:#fff9}@keyframes pulse-today{0%,to{opacity:1;box-shadow:0 0 8px #8b5cf666}50%{opacity:.8;box-shadow:0 0 16px #8b5cf699}}.devourplay_streak-card__light-glow{width:32px;height:32px;border-radius:50%;background:rgba(40,40,50,.9);border:2px solid rgba(255,255,255,.1);transition:all .3s ease}.devourplay_streak-card__light-day{font-size:.85rem;font-weight:700;color:#ffffff80;transition:all .3s ease}.devourplay_streak-card__light-reward{font-size:.65rem;font-weight:600;color:#fff9;transition:all .3s ease}.devourplay_streak-card__today{font-size:.75rem;color:#fff9}.devourplay_streak-card__today--done{color:#4ade80;font-weight:600}.devourplay_streak-card__today--progress{color:#fff9}.devourplay_streak-card__divider{width:1px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.15) 20%,rgba(255,255,255,.15) 80%,transparent)}.devourplay_streak-card__weeks{display:flex;gap:.5rem}.devourplay_streak-card__week{flex:1;padding:.625rem .5rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:10px;display:flex;flex-direction:column;align-items:center;gap:.375rem;transition:all .2s ease}.devourplay_streak-card__week--active{background:rgba(255,255,255,.06);border-color:#fff3;border-width:2px}.devourplay_streak-card__week--active .devourplay_streak-card__week-light{background:linear-gradient(135deg,rgba(120,89,230,.3) 0%,rgba(170,150,239,.2) 100%);border-color:#7859e6}.devourplay_streak-card__week--active .devourplay_streak-card__week-label{color:#fff}.devourplay_streak-card__week--complete{background:linear-gradient(135deg,rgba(74,222,128,.1) 0%,rgba(34,197,94,.05) 100%);border-color:#4ade804d}.devourplay_streak-card__week--complete .devourplay_streak-card__week-light{background:linear-gradient(135deg,rgba(74,222,128,.3) 0%,rgba(34,197,94,.2) 100%);border-color:#4ade80;color:#4ade80}.devourplay_streak-card__week--complete .devourplay_streak-card__week-hours{color:#4ade80}.devourplay_streak-card__week--future{opacity:.5}.devourplay_streak-card__week-light{width:24px;height:24px;border-radius:50%;background:rgba(255,255,255,.05);border:2px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;transition:all .2s ease}.devourplay_streak-card__week-label{font-size:.65rem;font-weight:600;color:#ffffff80}.devourplay_streak-card__week-hours{font-size:.7rem;font-weight:600;color:#fff9}.devourplay_streak-card__week-progress{width:100%;height:4px;background:rgba(255,255,255,.1);border-radius:2px;overflow:hidden}.devourplay_streak-card__week-progress-fill{height:100%;background:linear-gradient(90deg,#7859E6 0%,#AA96EF 100%);border-radius:2px;transition:width .3s ease}.devourplay_streak-card__week-reward{font-size:.6rem;font-weight:600;color:#aa96ef;padding:.125rem .375rem;background:rgba(120,89,230,.15);border-radius:4px}@media (min-width: 1200px) and (max-width: 1399.98px){.devourplay_streak-card{gap:1rem;padding:.75rem 0}.devourplay_streak-card__lights{gap:.25rem}.devourplay_streak-card__light-glow{width:26px;height:26px}.devourplay_streak-card__light-day{font-size:.75rem}.devourplay_streak-card__light-reward{font-size:.55rem}.devourplay_streak-card__week{padding:.5rem .375rem}.devourplay_streak-card__week-label{font-size:.6rem}.devourplay_streak-card__week-hours{font-size:.65rem}}@media (max-width: 768px){.devourplay_streak-card{flex-direction:column;gap:1rem}.devourplay_streak-card__divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15) 20%,rgba(255,255,255,.15) 80%,transparent)}.devourplay_streak-card__lights{justify-content:space-between}.devourplay_streak-card__light{flex:1;max-width:44px}}.devourplay_stat-card{display:flex;gap:.75rem;padding:.5rem;background:rgba(255,255,255,.03);border-radius:8px;width:100%;justify-content:space-between;flex-direction:row;align-items:center}.devourplay_stat-card:hover{background:rgba(255,255,255,.05)}.devourplay_stat-card__icon{font-size:1.25rem;opacity:.8}.devourplay_stat-card__content{display:flex;flex-direction:column;gap:.125rem;flex:1}.devourplay_stat-card__value{font-size:.9375rem;font-weight:600;color:#fff}.devourplay_stat-card__suffix{font-size:.75rem;color:#fff9;margin-left:.125rem}.devourplay_stat-card__label{font-size:.6875rem;font-weight:500;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px}.devourplay_stat-card--highlight{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.15)}.devourplay_stat-card--highlight .devourplay_stat-card__value{color:#fff;font-weight:700}.devourplay_stat-card--highlight:hover{background:rgba(255,255,255,.08);border-color:#fff3}.devourplay_stat-card--large{padding:1rem 1.25rem;background:rgba(255,255,255,.02);border-radius:12px;border:1px solid rgba(255,255,255,.08)}.devourplay_stat-card--large .devourplay_stat-card__icon{font-size:1.5rem}.devourplay_stat-card--large .devourplay_stat-card__value{font-size:1.25rem}.devourplay_stat-card--large .devourplay_stat-card__label{font-size:.75rem}.devourplay_player-stats{background:linear-gradient(145deg,#121219 0%,#0f0f16 100%),radial-gradient(circle at 30% 30%,rgba(255,255,255,.02) 0%,transparent 50%);border-radius:24px;border:1px solid rgba(255,255,255,.12);position:relative;box-shadow:0 20px 60px #000c,0 12px 25px #0009,0 4px 8px #0006,inset 0 1px #ffffff26,inset 0 -1px #0000004d,inset 1px 0 #ffffff0d;transition:all .3s cubic-bezier(.4,0,.2,1);padding:1rem 1.25rem}.devourplay_player-stats:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 25% 25%,rgba(255,255,255,.03) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(0,0,0,.04) 0%,transparent 40%),linear-gradient(135deg,rgba(255,255,255,.01) 0%,transparent 50%);border-radius:24px;pointer-events:none;mix-blend-mode:overlay}.devourplay_player-stats:hover{transform:translateY(-4px) translateZ(0) rotateX(1deg);box-shadow:0 30px 80px #000000e6,0 18px 35px #000000b3,0 6px 12px #00000080,inset 0 1px #ffffff2e,inset 0 -1px #ffffff1f,inset 1px 0 #ffffff26,inset -1px 0 #ffffff14}.devourplay_player-stats__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.devourplay_player-stats__title{margin:0;font-size:.875rem;font-weight:600;color:#fff}.devourplay_player-stats__tabs{display:flex;gap:.125rem;background:rgba(0,0,0,.3);border-radius:6px;padding:.125rem}.devourplay_player-stats__tab{padding:.25rem .5rem;border:none;background:transparent;color:#ffffff80;border-radius:4px;font-size:.65rem;font-weight:500;cursor:pointer;transition:all .2s ease}.devourplay_player-stats__tab:hover{color:#fffc;background:rgba(255,255,255,.05)}.devourplay_player-stats__tab--active{background:rgba(255,255,255,.1);color:#fff;font-weight:600}.devourplay_player-stats__content{display:flex;flex-direction:column;gap:.5rem}.devourplay_player-stats__list{display:flex;flex-direction:column;gap:.25rem}.devourplay_player-stats__row{display:flex;justify-content:space-between;align-items:center;padding:.5rem .625rem;background:rgba(255,255,255,.02);border-radius:6px;transition:background .15s ease}.devourplay_player-stats__row:hover{background:rgba(255,255,255,.04)}.devourplay_player-stats__row--primary{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}.devourplay_player-stats__row--primary .devourplay_player-stats__row-value{font-size:1rem;font-weight:700;color:#fff}.devourplay_player-stats__row-label{font-size:.75rem;font-weight:500;color:#fff9}.devourplay_player-stats__row-value{font-size:.85rem;font-weight:600;color:#fff}.devourplay_player-stats__rank-badge{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem .75rem;background:rgba(120,89,230,.1);border:1px solid rgba(120,89,230,.25);border-radius:6px;margin-top:.25rem}.devourplay_player-stats__rank-icon{font-size:.85rem}.devourplay_player-stats__rank-value{font-size:.8rem;font-weight:600;color:#aa96ef}@media (max-width: 480px){.devourplay_player-stats{padding:.875rem 1rem}.devourplay_player-stats__tabs{gap:0}.devourplay_player-stats__tab{padding:.25rem .375rem;font-size:.6rem}}.devourplay_leaderboard-row{display:flex;align-items:center;gap:.625rem;padding:.5rem .75rem;background:rgba(255,255,255,.02);border-radius:6px;transition:all .15s ease}.devourplay_leaderboard-row:hover{background:rgba(255,255,255,.04)}.devourplay_leaderboard-row__rank{width:28px;font-size:.8rem;font-weight:600;color:#ffffff80;text-align:center;flex-shrink:0}.devourplay_leaderboard-row__player{flex:1;display:flex;align-items:center;gap:.5rem;min-width:0}.devourplay_leaderboard-row__avatar{width:26px;height:26px;border-radius:50%;object-fit:cover;flex-shrink:0}.devourplay_leaderboard-row__avatar-placeholder{width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#3a3a42 0%,#2a2a32 100%);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;color:#fff9;flex-shrink:0}.devourplay_leaderboard-row__name{font-size:.8rem;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.devourplay_leaderboard-row__you-badge{font-size:.55rem;font-weight:600;text-transform:uppercase;padding:.1rem .3rem;background:#7859E6;color:#fff;border-radius:3px;flex-shrink:0}.devourplay_leaderboard-row__score{font-size:.75rem;font-weight:600;color:#fff9;flex-shrink:0}.devourplay_leaderboard-row--top3{background:rgba(255,255,255,.04)}.devourplay_leaderboard-row--top3 .devourplay_leaderboard-row__rank{font-size:1rem}.devourplay_leaderboard-row--top3 .devourplay_leaderboard-row__name{font-weight:600}.devourplay_leaderboard-row--top3 .devourplay_leaderboard-row__score{color:#fff}.devourplay_leaderboard-row--current-user{background:rgba(120,89,230,.1);border:1px solid rgba(120,89,230,.25)}.devourplay_leaderboard-row--current-user .devourplay_leaderboard-row__rank{color:#aa96ef}.devourplay_leaderboard-row--current-user .devourplay_leaderboard-row__score{color:#fff}.devourplay_leaderboard-row--current-user:hover{background:rgba(120,89,230,.15)}.devourplay_leaderboard{background:linear-gradient(145deg,#121219 0%,#0f0f16 100%),radial-gradient(circle at 30% 30%,rgba(255,255,255,.02) 0%,transparent 50%);border-radius:24px;border:1px solid rgba(255,255,255,.12);position:relative;box-shadow:0 20px 60px #000c,0 12px 25px #0009,0 4px 8px #0006,inset 0 1px #ffffff26,inset 0 -1px #0000004d,inset 1px 0 #ffffff0d;transition:all .3s cubic-bezier(.4,0,.2,1);padding:1.25rem}.devourplay_leaderboard:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 25% 25%,rgba(255,255,255,.03) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(0,0,0,.04) 0%,transparent 40%),linear-gradient(135deg,rgba(255,255,255,.01) 0%,transparent 50%);border-radius:24px;pointer-events:none;mix-blend-mode:overlay}.devourplay_leaderboard:hover{transform:translateY(-4px) translateZ(0) rotateX(1deg);box-shadow:0 30px 80px #000000e6,0 18px 35px #000000b3,0 6px 12px #00000080,inset 0 1px #ffffff2e,inset 0 -1px #ffffff1f,inset 1px 0 #ffffff26,inset -1px 0 #ffffff14}.devourplay_leaderboard__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.875rem}.devourplay_leaderboard__title{margin:0;font-size:.9rem;font-weight:600;color:#fff}.devourplay_leaderboard__tabs{display:flex;gap:.125rem;background:rgba(0,0,0,.3);border-radius:6px;padding:.125rem}.devourplay_leaderboard__tab{padding:.3rem .6rem;border:none;background:transparent;color:#ffffff80;border-radius:4px;font-size:.7rem;font-weight:500;cursor:pointer;transition:all .2s ease}.devourplay_leaderboard__tab:hover{color:#fffc;background:rgba(255,255,255,.05)}.devourplay_leaderboard__tab--active{background:rgba(255,255,255,.1);color:#fff;font-weight:600}.devourplay_leaderboard__info-bar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.625rem .875rem;background:rgba(255,255,255,.03);border-radius:8px;border:1px solid rgba(255,255,255,.08);margin-bottom:.875rem}.devourplay_leaderboard__prize-badge{font-size:.8rem;font-weight:600;color:#aa96ef}.devourplay_leaderboard__timer-badge{font-size:.75rem;font-weight:500;color:#ffffff80}.devourplay_leaderboard__rankings{display:flex;flex-direction:column;gap:.375rem}.devourplay_leaderboard__user-rank{margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.08)}.devourplay_leaderboard__action{margin-top:.875rem;display:flex;justify-content:center}.devourplay_leaderboard__entered{font-size:.8rem;font-weight:600;color:#10dc60;padding:.5rem 1rem;background:rgba(16,220,96,.1);border-radius:6px}.devourplay_leaderboard__enter-btn{padding:.625rem 1.5rem;background:linear-gradient(135deg,#7859E6,#FF4238);color:#fff;border:none;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease}.devourplay_leaderboard__enter-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #7859e64d}@media (max-width: 768px){.devourplay_leaderboard{padding:1rem}.devourplay_leaderboard__header{flex-direction:column;align-items:flex-start;gap:.75rem}.devourplay_leaderboard__tabs{width:100%;justify-content:space-between}.devourplay_leaderboard__tab{flex:1;text-align:center}.devourplay_leaderboard__info-bar{flex-direction:column;align-items:flex-start;gap:.375rem}}@keyframes devourplay-pulse{0%,to{box-shadow:0 8px 32px #00000080,0 0 10px #ff42384d}50%{box-shadow:0 8px 32px #00000080,0 0 20px #ff423880}}.devourplay_game-page{min-height:100vh;background:#141416}.devourplay_game-page__hero{position:relative;padding:3rem 1.5rem 2rem;background:linear-gradient(180deg,rgba(120,89,230,.1) 0%,transparent 100%);border-bottom:1px solid rgba(255,255,255,.05)}.devourplay_game-page__hero-content{max-width:800px;margin:0 auto;text-align:center}.devourplay_game-page__game-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 .5rem;text-shadow:0 2px 20px rgba(0,0,0,.5)}.devourplay_game-page__game-subtitle{font-size:1rem;color:#fff9;margin:0}.devourplay_game-page__content{max-width:800px;margin:0 auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.devourplay_game-page__section{display:flex;flex-direction:column}.devourplay_game-page__section-title{font-size:1.1rem;font-weight:600;color:#fff;margin:0 0 1rem;display:flex;align-items:center;gap:.75rem}.devourplay_game-page__quests{display:flex;flex-direction:column;gap:1rem}.devourplay_game-page__section--coming-soon{opacity:.7}.devourplay_game-page__coming-soon-badge{font-size:.65rem;font-weight:600;text-transform:uppercase;padding:.25rem .5rem;background:rgba(255,255,255,.1);border-radius:4px;color:#fff9}.devourplay_game-page__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem 2rem;background:rgba(255,255,255,.02);border:1px dashed rgba(255,255,255,.08);border-radius:12px}.devourplay_game-page__placeholder span{font-size:2rem;opacity:.5}.devourplay_game-page__placeholder p{font-size:.9rem;color:#ffffff80;margin:0}@media (max-width: 768px){.devourplay_game-page__hero{padding:2rem 1rem 1.5rem}.devourplay_game-page__game-title{font-size:1.75rem}.devourplay_game-page__content{padding:1rem;gap:1rem}}.game-content{width:100%}.game-content--standalone .game-content__body{display:flex;flex-direction:column;gap:1.5rem;padding:0 1rem}@media (min-width: 1024px){.game-content--standalone .game-content__body{padding:0}}.game-content--standalone .game-content__main{flex:1;min-width:0}.game-content--standalone .game-content__sidebar{width:100%;display:flex;flex-direction:column;gap:1rem}.game-content--cockpit{width:100%}.game-content--cockpit .game-content__body{display:flex;flex-direction:column;gap:1.5rem}.game-content--cockpit .game-content__two-column{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.game-content--cockpit .game-content__two-column{grid-template-columns:2fr 1fr}}.game-content--cockpit .game-content__column-left{display:flex;flex-direction:column;gap:1.5rem}.game-content--cockpit .game-content__column-right{display:flex;flex-direction:column;gap:1rem}.game-content--cockpit .game-content__steam-stats-mobile{display:block}@media (min-width: 1024px){.game-content--cockpit .game-content__steam-stats-mobile{display:none}}.game-content #game-news,.game-content section[aria-label="About This Game"]{margin-top:1.5rem}@media screen and (min-width: 768px){.play-show-mobile-only{display:none!important}}@media screen and (max-width: 767px){.play-hide-mobile{display:none!important}}@media screen and (max-width: 767px){.play-show-tablet-only{display:none!important}}@media screen and (min-width: 1190px){.play-show-tablet-only{display:none!important}}@media screen and (max-width: 1189px){.play-show-desktop-only{display:none!important}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}:root{--devour-violet: #7859E6;--devour-red: #F1161D;--devour-gradient: linear-gradient(135deg, #7859E6 0%, #F1161D 100%);--devour-gradient-90: linear-gradient(90deg, #7859E6 0%, #F1161D 100%);--devour-gradient-180: linear-gradient(180deg, #7859E6 0%, #F1161D 100%);--devour-gold: #F7C84C;--devour-green: #10B981;--devour-orange: #F59E0B;--bg-primary: #0B0B0B;--bg-secondary: #1E1E1E;--bg-tertiary: #2A2A2F;--text-primary: #F2F2F2;--text-secondary: rgba(255, 255, 255, .8);--text-muted: rgba(255, 255, 255, .6);--glass-bg: rgba(255, 255, 255, .05);--glass-border: rgba(255, 255, 255, .1);--glass-backdrop: blur(20px)}:export{black:#000000;white:#FFFFFF;accent-navy:#2B1D52;primary-purple:#452D7A;light-purple:#C2B6F4;secondary-purple:#7859E6;royal-purple:#5c42b1;lighter-gray:#E0E0E1;deep-lavender:#7F56D9;muted-lavender:#836FA3;gentle-lavender:#AA96EF;pure-ivory:#FCFAFF;lavender-gray:#9E8DB6;ui-gray:#F0F0F1;silver-gray:#C7C7CA;charcoal-gray:#08060B;subtitle-gray:#A8A8AD;dark-blue-gray:#1B1B20;soft-lilac:#DED6F8;warning:#FFEE3F;error:#F1161D;error-background:#FFF6F2;success:#11D66D;midnight-blue:#101828}:export{f1-sidebar-width:258px;f1-sidebar-width-docked:258px;f1-sidebar-docked-at:1200px;frame-one-modal-transition-timing:.35s;nft-restaurant-filtering-card-width:254px}body.has-cockpit-dashboard,body{margin:0;padding:0}.sophisticated-dashboard{background:transparent;min-height:calc(100vh - 60px);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:.5rem 4rem;width:100%;box-sizing:border-box;text-rendering:optimizeSpeed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;--grid-max-width: 100%;--grid-gap: 1.5rem;--grid-columns-desktop: minmax(0, 72fr) minmax(0, 28fr)}@media screen and (max-width: 767px){.sophisticated-dashboard{padding:0;min-height:auto}}.sophisticated-dashboard .dashboard-grid{display:grid;gap:var(--grid-gap);width:100%;max-width:100%;margin:0 auto;background:transparent;min-height:calc(100vh - 60px - 3rem);align-items:start;box-sizing:border-box;transition:grid-template-columns .3s ease-out,gap .2s ease-out;grid-template-columns:1fr;grid-template-areas:"main" "content";gap:1rem}@media screen and (max-width: 767px){.sophisticated-dashboard .dashboard-grid{grid-template-columns:1fr;grid-template-rows:auto;grid-template-areas:"main" "content";height:auto;min-height:unset;gap:1rem}}@media screen and (min-width: 768px) and (max-width: 1189px){.sophisticated-dashboard .dashboard-grid{grid-template-columns:1fr;grid-template-rows:auto;grid-template-areas:"main" "content";height:auto;gap:1.25rem}}@media screen and (min-width: 1190px){.sophisticated-dashboard .dashboard-grid{grid-template-columns:minmax(0,72fr) minmax(0,28fr);grid-template-areas:"main content";gap:1.5rem}.sophisticated-dashboard .dashboard-grid:not(:has(.content-column)){grid-template-columns:1fr;grid-template-areas:"main"}}.content-column{grid-area:content;background:transparent;padding:0;margin-top:8.5rem;display:flex;flex-direction:column;gap:1rem;position:relative;overflow:visible}.tournaments-page .content-column{margin-top:4rem}@media screen and (max-width: 767px){.content-column{padding:0}.content-column>*{margin-left:.75rem;margin-right:.75rem}}@media screen and (min-width: 768px) and (max-width: 1189px){.content-column{padding:0}}.content-column .profile-card-wrapper{background:linear-gradient(145deg,#121219 0%,#0f0f16 100%),radial-gradient(circle at 30% 30%,rgba(255,255,255,.02) 0%,transparent 50%);border-radius:24px;padding:1rem;position:relative;border:1px solid rgba(255,255,255,.05);overflow:visible;box-shadow:0 20px 60px #000c,0 12px 25px #0009,0 4px 8px #0006,inset 0 1px #ffffff26,inset 0 -1px #0000004d,inset 1px 0 #ffffff0d;transition:all .3s cubic-bezier(.4,0,.2,1)}.content-column .profile-card-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 25% 25%,rgba(255,255,255,.03) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(0,0,0,.04) 0%,transparent 40%),linear-gradient(135deg,rgba(255,255,255,.01) 0%,transparent 50%);border-radius:24px;pointer-events:none;mix-blend-mode:overlay}.content-column .profile-card-wrapper:hover{transform:translateY(-4px) translateZ(0) rotateX(1deg);box-shadow:0 30px 80px #000000e6,0 18px 35px #000000b3,0 6px 12px #00000080,inset 0 1px #ffffff2e,inset 0 -1px #ffffff1f,inset 1px 0 #ffffff26,inset -1px 0 #ffffff14}.content-column .profile-card-wrapper:hover:before{background:radial-gradient(circle at 25% 25%,rgba(255,255,255,.04) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(0,0,0,.05) 0%,transparent 40%),linear-gradient(135deg,rgba(255,255,255,.02) 0%,transparent 50%)}@media screen and (min-width: 768px) and (max-width: 1189px){.content-column .profile-card-wrapper{padding:1.25rem;border-radius:20px}.content-column .profile-card-wrapper:before{border-radius:20px}}@media screen and (max-width: 767px){.content-column .profile-card-wrapper{padding:1rem;border-radius:20px}.content-column .profile-card-wrapper:before{border-radius:20px}.content-column .profile-card-wrapper:hover{transform:translateY(-2px)}}.content-column .guild-info-wrapper{background:transparent;border-radius:24px;padding:1.5rem;border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #00000080,0 2px 8px #0006,inset 0 1px #ffffff14}@media screen and (min-width: 768px) and (max-width: 1189px){.content-column .guild-info-wrapper{padding:1.25rem;border-radius:20px}}@media screen and (max-width: 767px){.content-column .guild-info-wrapper{padding:1rem;border-radius:20px}}.content-column .profile-card-wrapper .profile-card{background:transparent!important;border:none!important;box-shadow:none!important;padding:.5rem!important;margin:0!important;column-gap:.5rem!important;row-gap:.25rem!important;min-height:auto!important;height:auto!important}.content-column .nav-header .logo{font-size:16px;font-weight:700;color:#fff;margin-bottom:1rem;display:flex;align-items:center;gap:8px}.content-column .nav-header .search-bar{background:rgba(255,255,255,.05);border:none;border-radius:12px;padding:12px 16px;color:#ffffffb3;font-size:14px;width:100%}.content-column .nav-menu{display:flex;flex-direction:column;gap:4px}@media screen and (max-width: 767px){.content-column .nav-menu{display:none}}.content-column .nav-menu .nav-item{padding:12px 16px;border-radius:12px;font-size:14px;cursor:pointer;transition:all .2s ease;color:#ffffffb3;display:flex;align-items:center;gap:12px}.content-column .nav-menu .nav-item:hover{background:rgba(255,255,255,.05);color:#fff}.content-column .nav-menu .nav-item.active{background:#7859E6;color:#fff;font-weight:500;box-shadow:inset 0 1px #fff3,0 4px 12px #7859e666}.content-column .top-streamers{background:#232431;border-radius:20px;padding:1rem}.content-column .top-streamers h4{margin:0 0 1rem;font-size:14px;font-weight:600;color:#fff}.content-column .top-streamers .streamers-list{display:flex;gap:8px;margin-bottom:1rem}.content-column .top-streamers .streamers-list .streamer-avatar{width:32px;height:32px;background:#7859E6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px}.content-column .top-streamers button{background:transparent;border:1px solid rgba(255,255,255,.1);color:#ffffffb3;padding:8px 16px;border-radius:8px;font-size:12px;cursor:pointer;width:100%}.content-column .top-streamers button:hover{background:rgba(255,255,255,.05)}.content-column .activity-section{background:#232431;border-radius:20px;padding:1rem}.content-column .activity-section h4{margin:0 0 1rem;font-size:14px;font-weight:600;color:#fff}.content-column .activity-section .activity-item{margin-bottom:1rem}.content-column .activity-section .activity-item>div:first-child{font-size:13px;color:#fff;margin-bottom:8px;line-height:1.4}.content-column .activity-section .activity-item .tags{display:flex;gap:6px}.content-column .activity-section .activity-item .tags span{background:#7859E6;padding:4px 8px;border-radius:12px;font-size:10px;font-weight:500;color:#fff}.content-column .data-card{background:linear-gradient(145deg,#121219 0%,#0f0f16 100%),radial-gradient(circle at 30% 30%,rgba(255,255,255,.02) 0%,transparent 50%);border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:1.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 60px #000c,0 12px 25px #0009,0 4px 8px #0006,inset 0 1px #ffffff26,inset 0 -1px #0000004d,inset 1px 0 #ffffff0d;min-width:0;overflow:visible}.content-column .data-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 25% 25%,rgba(255,255,255,.03) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(0,0,0,.04) 0%,transparent 40%),linear-gradient(135deg,rgba(255,255,255,.01) 0%,transparent 50%);border-radius:24px;pointer-events:none;mix-blend-mode:overlay;z-index:1}.content-column .data-card:hover{transform:translateY(-4px) translateZ(0) rotateX(1deg);box-shadow:0 30px 80px #000000e6,0 18px 35px #000000b3,0 6px 12px #00000080,inset 0 1px #ffffff2e,inset 0 -1px #ffffff1f,inset 1px 0 #ffffff26,inset -1px 0 #ffffff14}.content-column .data-card:hover:before{background:radial-gradient(circle at 25% 25%,rgba(255,255,255,.04) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(0,0,0,.05) 0%,transparent 40%),linear-gradient(135deg,rgba(255,255,255,.02) 0%,transparent 50%)}.content-column .data-card>*{position:relative;z-index:2}@media screen and (min-width: 768px) and (max-width: 1189px){.content-column .data-card{padding:1.25rem;border-radius:20px}.content-column .data-card:before{border-radius:20px}}@media screen and (max-width: 767px){.content-column .data-card{padding:1rem;border-radius:20px}.content-column .data-card:before{border-radius:20px}}.content-column .guild-card{background:transparent;border-radius:24px;padding:1.5rem;position:relative;border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #00000080,0 2px 8px #0006,inset 0 1px #ffffff14;height:fit-content}.content-column .guild-card h4{margin:0 0 1rem;font-size:15px;font-weight:600;color:#fff}.content-column .guild-card .winner-item{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.03)}.content-column .guild-card .winner-item:last-child{border-bottom:none}.content-column .guild-card .winner-item .winner-avatar{width:32px;height:32px;background:#7859E6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px}.content-column .guild-card .winner-item .winner-info{flex:1}.content-column .guild-card .winner-item .winner-info .name{font-size:13px;font-weight:500;margin-bottom:2px;color:#fff}.content-column .guild-card .winner-item .winner-info .amount{font-size:14px;font-weight:600;color:#10b981}.content-column .guild-card .winner-item .time{font-size:11px;color:#fff6}.content-column .expand-btn{background:linear-gradient(135deg,#7859E6 0%,#F1161D 100%);color:#fff;border:none;padding:14px;border-radius:16px;font-weight:600;font-size:13px;cursor:pointer;position:relative;box-shadow:inset 0 1px #fff3,0 4px 12px #7859e666;transition:all .3s ease}.content-column .expand-btn:hover{background:linear-gradient(135deg,#8463F3 0%,#A88BFF 100%);transform:translateY(-1px);box-shadow:inset 0 1px #fff3,0 6px 20px #7859e680}.content-column .chat-card{background:transparent;border-radius:24px;padding:1.5rem;position:relative;border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #00000080,0 2px 8px #0006,inset 0 1px #ffffff14;height:fit-content}.content-column .chat-card h4{margin:0 0 1rem;font-size:15px;font-weight:600;color:#fff}.content-column .chat-card .chat-members{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:11px;color:#ffffff80}.content-column .chat-card .chat-members .member-avatars{display:flex;gap:4px}.content-column .chat-card .chat-members .member-avatars span{width:20px;height:20px;background:#7859E6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px}.content-column .chat-card .chat-messages{height:160px;overflow-y:auto;margin-bottom:1rem}.content-column .chat-card .chat-messages .message{display:flex;gap:10px;margin-bottom:1rem}.content-column .chat-card .chat-messages .message.special{flex-direction:row-reverse}.content-column .chat-card .chat-messages .message.special .message-content{background:#8b5cf6;border-radius:12px 12px 4px;padding:10px}.content-column .chat-card .chat-messages .message .message-avatar{width:28px;height:28px;background:#7859E6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.content-column .chat-card .chat-messages .message .message-content .message-name{font-size:11px;font-weight:500;margin-bottom:3px;color:#7859e6}.content-column .chat-card .chat-messages .message .message-content .message-text{font-size:12px;line-height:1.3;margin-bottom:3px;color:#fffc}.content-column .chat-card .chat-messages .message .message-content .message-time{font-size:10px;color:#fff6}.content-column .chat-card .chat-input{display:flex;align-items:center;gap:8px}.content-column .chat-card .chat-input input{flex:1;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:8px 12px;color:#fff;font-size:12px}.content-column .chat-card .chat-input input::placeholder{color:#fff6}.content-column .chat-card .chat-input button{background:transparent;border:none;color:#ffffff80;font-size:14px;cursor:pointer}.content-column .chat-card .chat-input button:hover{color:#fff}.content-column .flash-challenge-card{background:transparent;border-radius:32px;padding:2rem 1.5rem 1.5rem;position:relative;border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #00000080,0 2px 8px #0006,inset 0 1px #ffffff14;display:flex;align-items:center;gap:12px;height:fit-content;overflow:visible}@media screen and (min-width: 768px) and (max-width: 1189px){.content-column .flash-challenge-card{padding:1.75rem 1.25rem 1.25rem;border-radius:24px}}@media screen and (max-width: 767px){.content-column .flash-challenge-card{padding:1.5rem 1rem 1rem;border-radius:20px}}.content-column .flash-challenge-card:after{content:"";position:absolute;top:-2px;left:50%;transform:translate(-50%);width:50px;height:25px;background:#141416;border-radius:0 0 25px 25px;z-index:1}.content-column .flash-challenge-card:before{content:"+";position:absolute;top:-18px;left:50%;transform:translate(-50%);width:36px;height:36px;background:linear-gradient(135deg,#7859E6 0%,#F1161D 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:400;box-shadow:0 6px 20px #7859e699,inset 0 1px #ffffff4d;z-index:2}.content-column .flash-challenge-card .tournament-icon{width:36px;height:36px;background:linear-gradient(135deg,#7859E6 0%,#F1161D 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;color:#fff;box-shadow:inset 0 1px #ffffff4d,0 4px 12px #7859e680}.content-column .flash-challenge-card .tournament-info{font-size:12px;color:#fff}.content-column .flash-challenge-card .tournament-info .premium-text{margin-top:4px;font-size:11px;color:#fff9}.content-column .flash-challenge-card .tournament-info .premium-text span{color:#f97316;font-weight:500}.content-column .community-power-card{background:transparent;border-radius:20px;padding:1.5rem;position:relative;border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #00000080,0 2px 8px #0006,inset 0 1px #ffffff14;height:fit-content}.content-column .community-power-card h4{margin:0 0 8px;font-size:13px;font-weight:500;color:#fff}.content-column .community-power-card .balance-amount{font-size:20px;font-weight:600;margin-bottom:10px;color:#fff}.content-column .community-power-card .balance-controls button{background:rgba(255,255,255,.1);border:none;color:#fff;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:14px;margin-bottom:1rem}.main-column{grid-area:main;background:transparent;border-radius:32px;padding:1rem .5rem 1.5rem;max-width:100%;box-sizing:border-box;min-width:0;display:flex;flex-direction:column;gap:.25rem;position:relative;border:none;box-shadow:none;overflow-x:hidden;overflow-y:visible}.main-column .game-challenges-section{max-width:400px;margin-bottom:1.5rem;margin-left:1.5rem}@media screen and (max-width: 767px){.main-column .game-challenges-section{margin-left:.75rem}}@media screen and (max-width: 767px){.main-column{padding:0;border-radius:0;border:none;box-shadow:none}.main-column>*{padding-left:.75rem;padding-right:.75rem}}@media screen and (min-width: 768px) and (max-width: 1189px){.main-column{padding:1.25rem;border-radius:24px}}.main-column .hero-section{display:grid;grid-template-columns:68% 30%;gap:2%;min-height:300px;height:auto;overflow:visible}@media screen and (min-width: 768px) and (max-width: 1189px){.main-column .hero-section{grid-template-columns:60% 38%;gap:2%;height:280px;overflow:hidden}}@media screen and (max-width: 767px){.main-column .hero-section{grid-template-columns:1fr;grid-template-rows:auto auto;gap:1rem;height:auto}}.main-column .hero-section .hero-card{height:100%;position:relative}.main-column .hero-section .hero-card .active-mission-card{height:100%;display:flex;flex-direction:column}@media screen and (max-width: 767px){.main-column .hero-section .hero-card{height:auto;min-height:250px}}.main-column .hero-section .hero-stats{display:flex;flex-direction:column;gap:1.5rem;height:100%}@media screen and (min-width: 768px) and (max-width: 1189px){.main-column .hero-section .hero-stats{gap:1rem}}@media screen and (max-width: 767px){.main-column .hero-section .hero-stats{flex-direction:row;gap:1rem;height:auto}}.main-column .hero-section .hero-stats .stat-card{background:transparent;border-radius:24px;padding:1.5rem;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #00000080,0 2px 8px #0006,inset 0 1px #ffffff14}@media screen and (min-width: 768px) and (max-width: 1189px){.main-column .hero-section .hero-stats .stat-card{padding:1.25rem;border-radius:20px}}@media screen and (max-width: 767px){.main-column .hero-section .hero-stats .stat-card{padding:1rem;min-height:80px}}.main-column .hero-section .hero-stats .stat-card h4{font-size:13px;font-weight:500;margin-bottom:.75rem;color:#fff9;text-transform:uppercase;letter-spacing:.5px}@media screen and (min-width: 768px) and (max-width: 1189px){.main-column .hero-section .hero-stats .stat-card h4{font-size:12px;margin-bottom:.5rem}}@media screen and (max-width: 767px){.main-column .hero-section .hero-stats .stat-card h4{font-size:11px;margin-bottom:.25rem}}.main-column .hero-section .hero-stats .stat-card .stat-value{font-size:28px;font-weight:700;color:#fff;margin-bottom:.25rem}@media screen and (min-width: 768px) and (max-width: 1189px){.main-column .hero-section .hero-stats .stat-card .stat-value{font-size:24px}}@media screen and (max-width: 767px){.main-column .hero-section .hero-stats .stat-card .stat-value{font-size:20px}}.main-column .hero-section .hero-stats .stat-card .stat-subtitle{font-size:13px;color:#ffffff80;font-weight:400}@media screen and (max-width: 767px){.main-column .hero-section .hero-stats .stat-card .stat-subtitle{font-size:12px}}.main-column .bottom-cards{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media screen and (min-width: 768px) and (max-width: 1189px){.main-column .bottom-cards{gap:1.25rem}}@media screen and (max-width: 767px){.main-column .bottom-cards{grid-template-columns:1fr;grid-template-rows:auto auto;gap:1rem}}.main-column .bottom-cards .data-card,.main-column .bottom-cards .profile-card,.main-column .bottom-cards .journey-card{background:linear-gradient(145deg,#121219 0%,#0f0f16 100%),radial-gradient(circle at 30% 30%,rgba(255,255,255,.02) 0%,transparent 50%);border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:1.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 60px #000c,0 12px 25px #0009,0 4px 8px #0006,inset 0 1px #ffffff26,inset 0 -1px #0000004d,inset 1px 0 #ffffff0d;min-width:0;overflow:visible}.main-column .bottom-cards .data-card:before,.main-column .bottom-cards .profile-card:before,.main-column .bottom-cards .journey-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 25% 25%,rgba(255,255,255,.03) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(0,0,0,.04) 0%,transparent 40%),linear-gradient(135deg,rgba(255,255,255,.01) 0%,transparent 50%);border-radius:24px;pointer-events:none;mix-blend-mode:overlay;z-index:1}.main-column .bottom-cards .data-card:hover,.main-column .bottom-cards .profile-card:hover,.main-column .bottom-cards .journey-card:hover{transform:translateY(-4px) translateZ(0) rotateX(1deg);box-shadow:0 30px 80px #000000e6,0 18px 35px #000000b3,0 6px 12px #00000080,inset 0 1px #ffffff2e,inset 0 -1px #ffffff1f,inset 1px 0 #ffffff26,inset -1px 0 #ffffff14}.main-column .bottom-cards .data-card:hover:before,.main-column .bottom-cards .profile-card:hover:before,.main-column .bottom-cards .journey-card:hover:before{background:radial-gradient(circle at 25% 25%,rgba(255,255,255,.04) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(0,0,0,.05) 0%,transparent 40%),linear-gradient(135deg,rgba(255,255,255,.02) 0%,transparent 50%)}.main-column .bottom-cards .data-card>*,.main-column .bottom-cards .profile-card>*,.main-column .bottom-cards .journey-card>*{position:relative;z-index:2}@media screen and (min-width: 768px) and (max-width: 1189px){.main-column .bottom-cards .data-card,.main-column .bottom-cards .profile-card,.main-column .bottom-cards .journey-card{padding:1.25rem;border-radius:20px}}@media screen and (max-width: 767px){.main-column .bottom-cards .data-card,.main-column .bottom-cards .profile-card,.main-column .bottom-cards .journey-card{padding:1rem;border-radius:20px}}.main-column .bottom-cards .profile-card .profile-header{display:flex;align-items:center;gap:12px;margin-bottom:1rem}.main-column .bottom-cards .profile-card .profile-header .avatar{width:44px;height:44px;background:#f59e0b;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px}.main-column .bottom-cards .profile-card .profile-header .profile-info .name{font-size:15px;font-weight:600;margin-bottom:4px;color:#fff}.main-column .bottom-cards .profile-card .profile-header .profile-info .subtitle{font-size:12px;color:#ffffff80}.main-column .bottom-cards .profile-card .progress-section .level-indicator{font-size:20px;margin-bottom:12px}.main-column .bottom-cards .profile-card .progress-section .progress-bar{height:6px;background:rgba(255,255,255,.1);border-radius:3px;overflow:hidden;margin-bottom:12px}.main-column .bottom-cards .profile-card .progress-section .progress-bar .progress-fill{height:100%;width:37.5%;background:#8b5cf6;border-radius:3px}.main-column .bottom-cards .profile-card .progress-section .level-stats{display:flex;justify-content:space-between;font-size:13px;font-weight:500;margin-bottom:8px;color:#fff}.main-column .bottom-cards .profile-card .progress-section .level-labels{display:flex;justify-content:space-between;font-size:11px;color:#ffffff80}.main-column .bottom-cards .journey-card{text-align:center}.main-column .bottom-cards .journey-card h4{margin:0 0 1rem;font-size:15px;font-weight:600;color:#fff}.main-column .bottom-cards .journey-card .circular-progress{position:relative;display:inline-block;margin-bottom:1rem}.main-column .bottom-cards .journey-card .circular-progress .progress-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.main-column .bottom-cards .journey-card .circular-progress .progress-center .percentage{font-size:20px;font-weight:700;color:#fff}.main-column .bottom-cards .journey-card .profit-stats{display:flex;justify-content:space-between;margin-bottom:1rem}.main-column .bottom-cards .journey-card .profit-stats .stat{text-align:center}.main-column .bottom-cards .journey-card .profit-stats .stat span:first-child{display:block;font-size:16px;font-weight:700;margin-bottom:4px;color:#fff}.main-column .bottom-cards .journey-card .profit-stats .stat span:last-child{font-size:10px;color:#ffffff80}.main-column .bottom-cards .journey-card .place-bet-btn{background:linear-gradient(135deg,#7859E6 0%,#F1161D 100%);color:#fff;border:none;padding:10px 20px;border-radius:16px;font-weight:600;font-size:13px;cursor:pointer;width:100%;margin-bottom:8px}.main-column .bottom-cards .journey-card .place-bet-btn:hover{background:linear-gradient(135deg,#8463F3 0%,#A88BFF 100%)}.main-column .bottom-cards .journey-card .average-profit{font-size:11px;color:#ffffff80}.main-column .actions-table{background:transparent;border-radius:24px;padding:1.5rem;position:relative;border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #00000080,0 2px 8px #0006,inset 0 1px #ffffff14}@media screen and (min-width: 768px) and (max-width: 1189px){.main-column .actions-table{padding:1.25rem;border-radius:20px}}@media screen and (max-width: 767px){.main-column .actions-table{padding:1rem;border-radius:20px}}.main-column .actions-table h4{margin:0 0 1rem;font-size:15px;font-weight:600;color:#fff}.main-column .actions-table table{width:100%;border-collapse:collapse}.main-column .actions-table table thead th{text-align:left;padding:12px 8px;font-size:11px;font-weight:500;color:#ffffff80;border-bottom:1px solid rgba(255,255,255,.05)}.main-column .actions-table table tbody td{padding:12px 8px;font-size:13px;border-bottom:1px solid rgba(255,255,255,.03);color:#fff}.main-column .actions-table table tbody td .user{display:flex;align-items:center;gap:8px}.main-column .actions-table table tbody td.profit-positive{color:#10b981;font-weight:500}@media screen and (max-width: 767px){.sophisticated-dashboard{overflow-x:hidden;max-width:100vw}}@media screen and (max-width: 767px) and (max-width: 767px){.sophisticated-dashboard.layout-standard .dashboard-grid,.sophisticated-dashboard.layout-compact .dashboard-grid,.sophisticated-dashboard.layout-expanded .dashboard-grid{grid-template-columns:1fr;grid-template-areas:"main" "content";gap:1.5rem}}@media screen and (max-width: 767px){.sophisticated-dashboard.layout-standard .dashboard-grid .main-column,.sophisticated-dashboard.layout-standard .dashboard-grid .content-column,.sophisticated-dashboard.layout-compact .dashboard-grid .main-column,.sophisticated-dashboard.layout-compact .dashboard-grid .content-column,.sophisticated-dashboard.layout-expanded .dashboard-grid .main-column,.sophisticated-dashboard.layout-expanded .dashboard-grid .content-column{width:100%;max-width:100%;overflow-x:hidden}.sophisticated-dashboard.layout-standard .dashboard-grid .main-column *,.sophisticated-dashboard.layout-standard .dashboard-grid .content-column *,.sophisticated-dashboard.layout-compact .dashboard-grid .main-column *,.sophisticated-dashboard.layout-compact .dashboard-grid .content-column *,.sophisticated-dashboard.layout-expanded .dashboard-grid .main-column *,.sophisticated-dashboard.layout-expanded .dashboard-grid .content-column *{max-width:100%;word-wrap:break-word;overflow-wrap:break-word}}.sophisticated-dashboard.layout-compact{--grid-columns-desktop: 1fr;--grid-max-width: 900px}@media screen and (min-width: 1190px){.sophisticated-dashboard.layout-compact .dashboard-grid{grid-template-areas:"main"}}.sophisticated-dashboard.layout-compact .content-column{display:none}.sophisticated-dashboard.layout-compact .main-column{margin:0 auto}@media screen and (min-width: 768px) and (max-width: 1189px){.sophisticated-dashboard.layout-standard .dashboard-grid{grid-template-columns:1fr;grid-template-areas:"main" "content"}}@media screen and (max-width: 767px){.sophisticated-dashboard.layout-standard .content-column .guild-card,.sophisticated-dashboard.layout-standard .content-column .chat-card,.sophisticated-dashboard.layout-standard .content-column .flash-challenge-card{display:none}}.sophisticated-dashboard.layout-expanded{--grid-columns-desktop: 1fr 1fr;--grid-max-width: 1600px}@media screen and (min-width: 768px) and (max-width: 1189px){.sophisticated-dashboard.layout-expanded .dashboard-grid{grid-template-columns:1fr 1fr;grid-template-areas:"main sidebar"}}@media screen and (max-width: 767px){.sophisticated-dashboard.layout-expanded .content-column{display:block}}.sophisticated-dashboard.layout-expanded .guild-card,.sophisticated-dashboard.layout-expanded .chat-card,.sophisticated-dashboard.layout-expanded .flash-challenge-card,.sophisticated-dashboard.layout-expanded .community-power-card{display:block}.sophisticated-dashboard.layout-expanded .collapsible-panel .panel-content{display:block;max-height:none}.sophisticated-dashboard.layout-expanded .collapsible-panel .panel-header .toggle-icon{transform:rotate(90deg)}.sophisticated-dashboard.layout-expanded .main-column{font-size:14px}.sophisticated-dashboard.layout-expanded .main-column .hero-section{min-height:280px}@media screen and (max-width: 767px){.sophisticated-dashboard.guilds-page .dashboard-grid{grid-template-areas:"main" "content"}}.sophisticated-dashboard.game-active{min-height:unset}@media screen and (min-width: 1190px){.sophisticated-dashboard.game-active .dashboard-grid{grid-template-rows:auto auto;min-height:unset}.sophisticated-dashboard.game-active .main-column{display:contents}.sophisticated-dashboard.game-active .game-content-full{grid-column:1/-1}.sophisticated-dashboard.game-active .post-quest-content{grid-column:1;display:flex;flex-direction:column;gap:1.5rem}.sophisticated-dashboard.game-active .content-column{margin-top:0;grid-row-start:2}.sophisticated-dashboard.game-active .steam-stats-mobile{display:none}}@media screen and (max-width: 767px){.sophisticated-dashboard.game-active .content-column{display:none}.sophisticated-dashboard.game-active .dashboard-grid{grid-template-areas:"main";grid-template-columns:1fr}.sophisticated-dashboard.game-active .steam-stats-mobile{display:block}}.game-content-full{width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box;min-width:0;padding:0 .5rem;background:none}@media screen and (max-width: 767px){.game-content-full{padding:0 .25rem}}.game-content-full .game-stats-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem;padding:0 1rem}@media screen and (max-width: 767px){.game-content-full .game-stats-row{grid-template-columns:1fr;gap:.75rem;padding:0 .5rem}}.game-content-full .game-nav-bar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:nowrap;width:100%;max-width:100%}@media screen and (max-width: 767px){.game-content-full .game-nav-bar{gap:.5rem}}.game-content-full .game-nav-bar .close-game-btn{flex:0 0 auto}@media screen and (max-width: 767px){.game-content-full .game-nav-bar .close-game-btn{padding:.375rem .5rem;min-width:auto;font-size:.875rem}}.game-content-full .game-nav-bar>div:last-child{flex:1 1 auto;min-width:0;overflow:hidden}.game-content-full .game-nav-bar>div:last-child>div{width:100%;max-width:100%}.game-content-full .game-nav-bar>div:last-child>div .game-search-container,.game-content-full .game-nav-bar>div:last-child>div .search-container,.game-content-full .game-nav-bar>div:last-child>div [class*=search]{width:100%!important;max-width:100%!important;min-width:0!important}.game-content-full .game-nav-bar>div:last-child>div .game-search-container input,.game-content-full .game-nav-bar>div:last-child>div .search-container input,.game-content-full .game-nav-bar>div:last-child>div [class*=search] input{width:100%!important;min-width:0!important;max-width:100%!important}.game-content-full .game-nav-bar .back-text-desktop{display:inline}@media screen and (max-width: 767px){.game-content-full .game-nav-bar .back-text-desktop{display:none}}.game-content-full .game-nav-bar .back-text-mobile{display:none;font-size:1.25rem;line-height:1}@media screen and (max-width: 767px){.game-content-full .game-nav-bar .back-text-mobile{display:inline}}.game-content-full .game-section{margin-bottom:1.5rem;max-width:100%;overflow-x:hidden;box-sizing:border-box;min-width:0;padding:0}@media screen and (min-width: 768px) and (max-width: 1189px){.game-content-full .game-section{margin-bottom:1.25rem;padding:0}}@media screen and (max-width: 767px){.game-content-full .game-section{margin-bottom:1rem;padding:0}}.game-content-full .game-section:last-child{margin-bottom:0}.game-content-full .game-section--two-column{display:grid;grid-template-columns:60fr 40fr;gap:1.25rem;align-items:start}@media screen and (min-width: 768px) and (max-width: 1189px){.game-content-full .game-section--two-column{grid-template-columns:60fr 40fr;gap:1rem}}@media screen and (max-width: 767px){.game-content-full .game-section--two-column{grid-template-columns:1fr;gap:1rem}}.game-content-full .game-section__left{min-width:0}.game-content-full .game-section__right{display:flex;flex-direction:column;gap:.875rem;min-width:0}.game-content-full .game-section .game-news-section__grid{grid-template-columns:repeat(2,1fr)!important}@media (max-width: 767.98px){.game-content-full .game-section .game-news-section__grid{grid-template-columns:1fr!important}}.game-content-full .game-section .game-news-section__header h2,.game-content-full .game-section .game-about-section__header h2,.game-content-full .game-section .game-quest-section__header h2,.game-content-full .game-section .game-leaderboard-section__header h2{font-size:15px!important;font-weight:600!important;text-transform:uppercase;letter-spacing:.5px}.game-content-full .game-hero-wrapper .game-hero__title{font-size:1.75rem!important}@media (max-width: 767.98px){.game-content-full .game-hero-wrapper .game-hero__title{font-size:1.25rem!important}}.game-content-full .game-hero-wrapper .game-hero__description{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important}.game-content-full .game-hero-wrapper .game-hero__description.expanded{-webkit-line-clamp:unset!important;overflow:visible!important}.game-content-full .game-hero-wrapper .game-hero__read-more{background:transparent;border:1px solid rgba(170,150,239,.3);color:#aa96ef;padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:.5rem;display:inline-block}.game-content-full .game-hero-wrapper .game-hero__read-more:hover{background:rgba(170,150,239,.1);border-color:#aa96ef}.game-content-full .close-game-btn{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:#ffffffb3;padding:.5rem 1rem;border-radius:12px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;position:relative;flex-shrink:0}.game-content-full .close-game-btn:hover{background:rgba(255,255,255,.08);color:#fff}.steam-stats-panel .game-steam-stats__header h3{font-size:15px!important;font-weight:600!important;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:.5rem}.steam-stats-panel .game-steam-stats__header h3 .game-steam-stats__header-icon{color:#66c0f4;font-size:14px}.steam-stats-panel .game-steam-stats__stat:first-child .game-steam-stats__icon{display:none!important}.steam-stats-panel .game-steam-stats__stat:nth-child(2) .game-steam-stats__icon{display:none!important}.content-relocated{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.content-relocated>div{width:100%}.content-mobile{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}@media screen and (max-width: 767px){.content-mobile{gap:1rem}}.content-mobile>div{width:100%}.download-cta{background:linear-gradient(135deg,#2a1810 0%,#1a1208 100%);border:2px solid #FF6B00;border-radius:24px;padding:2rem 2.5rem;margin:1rem 0 1.5rem;display:flex;flex-direction:column;gap:1.25rem;position:relative;overflow:hidden;transition:all .3s ease;box-shadow:0 8px 32px #ff6b004d,0 0 60px #ff6b0026,inset 0 1px #ff6b0033}.download-cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,107,0,.1),transparent);animation:shimmer 3s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.download-cta:hover{border-color:#ffb800;transform:translateY(-2px);box-shadow:0 12px 48px #ff6b0066,0 0 80px #ff6b0040,inset 0 1px #ff6b004d}@media screen and (max-width: 767px){.download-cta{margin:1rem .75rem 1.5rem;padding:1.75rem;gap:1rem}}.download-cta__header{display:flex;align-items:center;gap:1rem;z-index:1}.download-cta__header h3{margin:0;font-size:1.75rem;font-weight:800;background:linear-gradient(135deg,#F1161D 0%,#7859E6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px;line-height:1.2}@media screen and (max-width: 767px){.download-cta__header h3{font-size:1.4rem}}.download-cta__icon{font-size:2.5rem;flex-shrink:0;line-height:1;filter:drop-shadow(0 0 20px rgba(255,107,0,.5))}@media screen and (max-width: 767px){.download-cta__icon{font-size:2rem}}.download-cta>p{margin:0;font-size:1.05rem;color:#ffffffe6;line-height:1.5;font-weight:500;z-index:1}@media screen and (max-width: 767px){.download-cta>p{font-size:.95rem}}.download-cta button{align-self:flex-start;background:linear-gradient(135deg,#F1161D 0%,#7859E6 100%)!important;border:none!important;color:#fff!important;box-shadow:0 0 12px #7859e659,0 0 20px #f1161d26,0 3px 10px #00000026!important;transition:all .3s ease;z-index:1;font-weight:700;font-size:1.05rem}.download-cta button span{color:#fff!important}.download-cta button:hover{background:linear-gradient(135deg,#F1161D 0%,#7859E6 100%)!important;box-shadow:0 0 15px #7859e673,0 0 25px #f1161d40,0 4px 12px #0003!important;transform:translateY(-2px) scale(1.02)}@media screen and (max-width: 767px){.download-cta button{width:100%;font-size:1rem}}.blitz-playable-ads{min-height:100vh;padding:2rem;background:#141416;color:#fff}.blitz-playable-ads__header{text-align:center;margin-bottom:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.blitz-playable-ads__header h1{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#fff}.blitz-playable-ads__header h1 span{color:#f1161d}.blitz-playable-ads__header p{font-size:1rem;color:#ffffff80;margin-bottom:1.5rem}.blitz-playable-ads__header p.error{color:#f1161d}.blitz-playable-ads__stats{display:flex;gap:2rem;justify-content:center;padding:1rem;background:rgba(255,255,255,.03);border-radius:12px;border:1px solid rgba(255,255,255,.08);max-width:600px;margin:0 auto}.blitz-playable-ads__stats span{font-size:.875rem;color:#ffffff80;font-weight:500}.blitz-playable-ads__stats span strong{color:#f1161d;font-size:1.1rem;font-weight:600;margin-left:.5rem}.blitz-playable-ads__grid{display:grid;grid-template-columns:repeat(5,300px);grid-auto-rows:300px;gap:1.5rem;max-width:1650px;margin:0 auto;justify-content:center}@media (max-width: 1650px){.blitz-playable-ads__grid{grid-template-columns:repeat(4,300px);max-width:1350px}}@media (max-width: 1350px){.blitz-playable-ads__grid{grid-template-columns:repeat(3,300px);max-width:1000px}}@media (max-width: 1000px){.blitz-playable-ads__grid{grid-template-columns:repeat(2,300px);max-width:650px}}@media (max-width: 650px){.blitz-playable-ads__grid{grid-template-columns:300px;max-width:300px}}.blitz-playable-ads__slot{position:relative;width:300px;height:300px;overflow:hidden;border-radius:0;background:#121219;border:1px solid rgba(255,255,255,.08)}.blitz-playable-ads__slot>*{width:100%;height:100%}.blitz-playable-ads__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#121219;border:2px dashed rgba(255,255,255,.08);border-radius:0}.blitz-playable-ads__placeholder-content{text-align:center;padding:1.5rem}.blitz-playable-ads__placeholder-icon{width:60px;height:60px;margin:0 auto 1rem;border-radius:50%;background:rgba(241,22,29,.1);border:2px solid rgba(241,22,29,.3);display:flex;align-items:center;justify-content:center;font-size:2rem;color:#ffffff4d}.blitz-playable-ads__placeholder h3{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#ffffff80}.blitz-playable-ads__placeholder p{font-size:.85rem;color:#ffffff4d}.blitz-playable-ads__no-quests{max-width:800px;margin:4rem auto;padding:3rem;background:#121219;border:1px solid rgba(255,255,255,.08);border-radius:24px;text-align:center;box-shadow:0 20px 60px #000c,0 12px 25px #0009,0 4px 8px #0006,inset 0 1px #ffffff26}.blitz-playable-ads__no-quests h2{font-size:1.5rem;margin-bottom:1rem;color:#f1161d;font-weight:600}.blitz-playable-ads__no-quests p{font-size:1rem;margin-bottom:1.5rem;color:#ffffff80}.blitz-playable-ads__no-quests ul{text-align:left;max-width:600px;margin:0 auto;padding-left:2rem}.blitz-playable-ads__no-quests ul li{font-size:.875rem;color:#ffffff80;margin-bottom:.75rem;line-height:1.6}.blitz-playable-ads__no-quests ul li::marker{color:#f1161d}.blitz-playable-ads__slot .go-vip-ow_quest-reward-card{display:flex;flex-direction:column;height:100%}.blitz-playable-ads__slot .go-vip-ow_quest-reward-card__header{flex-shrink:0}.blitz-playable-ads__slot .go-vip-ow_quest-reward-card__body{flex:1;overflow-y:auto}.blitz-playable-ads__slot .go-vip-ow_quest-reward-card__body::-webkit-scrollbar{width:6px}.blitz-playable-ads__slot .go-vip-ow_quest-reward-card__body::-webkit-scrollbar-track{background:rgba(255,255,255,.03);border-radius:3px}.blitz-playable-ads__slot .go-vip-ow_quest-reward-card__body::-webkit-scrollbar-thumb{background:rgba(241,22,29,.3);border-radius:3px}.blitz-playable-ads__slot .go-vip-ow_quest-reward-card__body::-webkit-scrollbar-thumb:hover{background:rgba(241,22,29,.5)}.blitz-playable-ads__slot .go-vip-ow_quest-reward-card__footer{flex-shrink:0;margin-top:auto}
