.modelTest-module__kyLW6W__container{flex-direction:column;gap:24px;max-width:1120px;margin:0 auto;display:flex}.modelTest-module__kyLW6W__headerCard{background:var(--dashboard-card);border:1px solid var(--dashboard-border);border-radius:16px;justify-content:space-between;align-items:center;padding:24px 28px;display:flex;position:relative;overflow:hidden}.modelTest-module__kyLW6W__headerCard:before{content:"";background:linear-gradient(90deg,#ef4444,#f59e0b);height:3px;position:absolute;top:0;left:0;right:0}.modelTest-module__kyLW6W__headerInfo h1{color:var(--dashboard-text);align-items:center;gap:10px;margin:0 0 6px;font-size:22px;font-weight:800;display:flex}.modelTest-module__kyLW6W__headerIcon{color:#ef4444;font-size:26px}.modelTest-module__kyLW6W__headerInfo p{color:var(--dashboard-text-muted);margin:0;font-size:14px}.modelTest-module__kyLW6W__navTabs{border-bottom:1px solid var(--dashboard-border);gap:12px;padding-bottom:12px;display:flex}.modelTest-module__kyLW6W__tabItem{color:var(--dashboard-text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:8px;padding:8px 18px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.modelTest-module__kyLW6W__tabItem:hover{color:var(--dashboard-text);background:var(--dashboard-nav-hover)}.modelTest-module__kyLW6W__tabItemActive{background:var(--dashboard-card);border-color:var(--dashboard-border);color:var(--dashboard-text);box-shadow:0 2px 8px #0003}.modelTest-module__kyLW6W__pulseDot{background:#ef4444;border-radius:50%;width:8px;height:8px;animation:1.5s infinite modelTest-module__kyLW6W__pulse;box-shadow:0 0 8px #ef4444}@keyframes modelTest-module__kyLW6W__pulse{0%{opacity:.8;transform:scale(.9)}50%{opacity:1;transform:scale(1.3)}to{opacity:.8;transform:scale(.9)}}.modelTest-module__kyLW6W__filterSection{background:var(--dashboard-card);border:1px solid var(--dashboard-border);border-radius:14px;flex-direction:column;gap:14px;padding:16px 20px;display:flex}.modelTest-module__kyLW6W__filterRow{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.modelTest-module__kyLW6W__filterLabelCol{align-items:center;gap:6px;min-width:120px;display:flex}.modelTest-module__kyLW6W__filterIcon{color:#f87171;font-size:16px}.modelTest-module__kyLW6W__filterLabel{color:var(--dashboard-text);white-space:nowrap;font-size:13px;font-weight:700}.modelTest-module__kyLW6W__filterPillsRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.modelTest-module__kyLW6W__filterPill{background:var(--dashboard-card-inner);border:1px solid var(--dashboard-border-light);color:var(--dashboard-text-muted);cursor:pointer;white-space:nowrap;border-radius:20px;padding:6px 14px;font-size:12.5px;font-weight:500;transition:all .2s}.modelTest-module__kyLW6W__filterPill:hover{color:var(--dashboard-text);border-color:#ef444466}.modelTest-module__kyLW6W__filterPillActive{color:#f87171;background:#ef444424;border-color:#ef4444;font-weight:700;box-shadow:0 2px 8px #ef444433}.modelTest-module__kyLW6W__testsGrid{grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:20px;display:grid}.modelTest-module__kyLW6W__testCard{background:var(--dashboard-card);border:1px solid var(--dashboard-border);border-radius:16px;flex-direction:column;justify-content:space-between;gap:16px;padding:22px;transition:all .22s;display:flex;position:relative}.modelTest-module__kyLW6W__testCard:hover{border-color:#ef444466;transform:translateY(-2px);box-shadow:0 8px 24px #00000040}.modelTest-module__kyLW6W__cardHead{flex-direction:column;gap:8px;display:flex}.modelTest-module__kyLW6W__badgeRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.modelTest-module__kyLW6W__typeBadge{color:#f87171;background:#ef44441f;border:1px solid #ef444440;border-radius:12px;padding:3px 10px;font-size:11px;font-weight:700}.modelTest-module__kyLW6W__scopeBadge{color:#38bdf8;background:#38bdf81f;border:1px solid #38bdf840;border-radius:12px;padding:3px 10px;font-size:11px;font-weight:700}.modelTest-module__kyLW6W__livePill{color:#ef4444;align-items:center;gap:6px;margin-left:auto;font-size:11px;font-weight:700;display:inline-flex}.modelTest-module__kyLW6W__testName{color:var(--dashboard-text);margin:0;font-size:16.5px;font-weight:700;line-height:1.35}.modelTest-module__kyLW6W__testDesc{color:var(--dashboard-text-muted);margin:0;font-size:13px;line-height:1.45}.modelTest-module__kyLW6W__specList{background:var(--dashboard-card-inner);border:1px solid var(--dashboard-border-light);border-radius:10px;flex-direction:column;gap:6px;padding:10px 12px;display:flex}.modelTest-module__kyLW6W__specRow{color:var(--dashboard-text-muted);justify-content:space-between;align-items:center;font-size:12.5px;display:flex}.modelTest-module__kyLW6W__specRow strong{color:var(--dashboard-text)}.modelTest-module__kyLW6W__joinBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 20px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 14px #ef444459}.modelTest-module__kyLW6W__joinBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ef444473}.modelTest-module__kyLW6W__archiveBtn{background:var(--dashboard-card-inner);border:1px solid var(--dashboard-border);color:var(--dashboard-text);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 20px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.modelTest-module__kyLW6W__archiveBtn:hover{background:var(--dashboard-nav-hover);border-color:#ef444466}.modelTest-module__kyLW6W__emptyState{background:var(--dashboard-card);border:1px solid var(--dashboard-border);text-align:center;color:var(--dashboard-text-muted);border-radius:16px;padding:48px 24px}
.PaywallModal-module__c_-Jva__overlay{z-index:99999;-webkit-backdrop-filter:blur(8px);background:#0a0f1ed1;justify-content:center;align-items:center;padding:1.25rem;animation:.25s cubic-bezier(.16,1,.3,1) PaywallModal-module__c_-Jva__fadeIn;display:flex;position:fixed;inset:0}@keyframes PaywallModal-module__c_-Jva__fadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.PaywallModal-module__c_-Jva__modalCard{color:#f8fafc;background:linear-gradient(#111827 0%,#0b1329 100%);border:1px solid #f59e0b59;border-radius:24px;width:100%;max-width:520px;padding:2.25rem 2rem 1.75rem;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0009,0 0 40px #f59e0b26}.PaywallModal-module__c_-Jva__modalCard:before{content:"";background:linear-gradient(90deg,#0000,#f59e0b,#fbbf24,#0000);border-radius:999px;height:3px;position:absolute;top:0;left:15%;right:15%}.PaywallModal-module__c_-Jva__closeBtn{color:#94a3b8;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.PaywallModal-module__c_-Jva__closeBtn:hover{color:#fff;background:#ffffff2e;transform:rotate(90deg)}.PaywallModal-module__c_-Jva__badgeWrap{justify-content:center;margin-bottom:1.25rem;display:flex}.PaywallModal-module__c_-Jva__proBadge{color:#fbbf24;letter-spacing:.02em;text-transform:uppercase;background:linear-gradient(135deg,#f59e0b33 0%,#d9770640 100%);border:1px solid #f59e0b80;border-radius:999px;align-items:center;gap:.4rem;padding:.4rem 1rem;font-size:.82rem;font-weight:700;display:inline-flex}.PaywallModal-module__c_-Jva__starIcon{color:#f59e0b;font-size:1rem}.PaywallModal-module__c_-Jva__header{text-align:center;margin-bottom:1.75rem}.PaywallModal-module__c_-Jva__iconCircle{color:#f59e0b;background:linear-gradient(135deg,#1e3a8a 0%,#2563eb 100%);border:2px solid #3b82f666;border-radius:18px;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;font-size:2rem;display:flex;box-shadow:0 10px 25px -5px #2563eb66}.PaywallModal-module__c_-Jva__title{color:#fff;margin-bottom:.5rem;font-family:inherit;font-size:1.35rem;font-weight:800;line-height:1.35}.PaywallModal-module__c_-Jva__subtitle{color:#94a3b8;max-width:440px;margin:0 auto;font-size:.92rem;line-height:1.55}.PaywallModal-module__c_-Jva__featuresList{background:#0f172a99;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:.9rem;margin-bottom:1.75rem;padding:1.15rem 1.25rem;display:flex}.PaywallModal-module__c_-Jva__featureItem{align-items:flex-start;gap:.75rem;display:flex}.PaywallModal-module__c_-Jva__checkIcon{color:#10b981;flex-shrink:0;margin-top:.15rem;font-size:1.25rem}.PaywallModal-module__c_-Jva__featureText{flex-direction:column;gap:.15rem;display:flex}.PaywallModal-module__c_-Jva__featureText strong{color:#f1f5f9;font-size:.92rem;font-weight:700}.PaywallModal-module__c_-Jva__featureText span{color:#94a3b8;font-size:.8rem;line-height:1.4}.PaywallModal-module__c_-Jva__actionCol{flex-direction:column;gap:.75rem;display:flex}.PaywallModal-module__c_-Jva__upgradeBtn{color:#0f172a;cursor:pointer;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:.6rem;width:100%;padding:.95rem 1.5rem;font-size:1rem;font-weight:800;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 10px 25px -4px #f59e0b66}.PaywallModal-module__c_-Jva__upgradeBtn:hover{background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);transform:translateY(-2px);box-shadow:0 15px 30px -4px #f59e0b8c}.PaywallModal-module__c_-Jva__btnIcon{font-size:1.25rem}.PaywallModal-module__c_-Jva__arrowIcon{font-size:1.2rem;transition:transform .2s}.PaywallModal-module__c_-Jva__upgradeBtn:hover .PaywallModal-module__c_-Jva__arrowIcon{transform:translate(4px)}.PaywallModal-module__c_-Jva__dismissBtn{color:#94a3b8;cursor:pointer;text-align:center;background:0 0;border:none;width:100%;padding:.65rem 1rem;font-size:.88rem;font-weight:600;transition:color .2s}.PaywallModal-module__c_-Jva__dismissBtn:hover{color:#e2e8f0}.PaywallModal-module__c_-Jva__footerNote{color:#64748b;text-align:center;border-top:1px solid #ffffff14;justify-content:center;align-items:center;gap:.45rem;margin-top:1.25rem;padding-top:1rem;font-size:.78rem;display:flex}.PaywallModal-module__c_-Jva__clockIcon{color:#38bdf8;flex-shrink:0;font-size:.95rem}@media (max-width:640px){.PaywallModal-module__c_-Jva__modalCard{border-radius:20px;padding:1.75rem 1.25rem 1.5rem}.PaywallModal-module__c_-Jva__title{font-size:1.2rem}.PaywallModal-module__c_-Jva__subtitle{font-size:.85rem}}
.AdmissionTargetModal-module__NiyygW__overlay{z-index:99999;-webkit-backdrop-filter:blur(12px);background:#0a0f1ed9;justify-content:center;align-items:center;padding:1.25rem;animation:.25s cubic-bezier(.16,1,.3,1) AdmissionTargetModal-module__NiyygW__fadeIn;display:flex;position:fixed;inset:0}@keyframes AdmissionTargetModal-module__NiyygW__fadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.AdmissionTargetModal-module__NiyygW__modalCard{color:#f8fafc;background:linear-gradient(#111827 0%,#0b1329 100%);border:1px solid #3b82f659;border-radius:28px;width:100%;max-width:640px;padding:2.5rem 2rem 2rem;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #000000b3,0 0 40px #2563eb33}.AdmissionTargetModal-module__NiyygW__modalCard:before{content:"";background:linear-gradient(90deg,#0000,#38bdf8,#f59e0b,#0000);border-radius:999px;height:3px;position:absolute;top:0;left:20%;right:20%}.AdmissionTargetModal-module__NiyygW__closeBtn{color:#94a3b8;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.AdmissionTargetModal-module__NiyygW__closeBtn:hover{color:#fff;background:#ffffff2e;transform:rotate(90deg)}.AdmissionTargetModal-module__NiyygW__header{text-align:center;margin-bottom:2rem}.AdmissionTargetModal-module__NiyygW__headerBadge{color:#38bdf8;letter-spacing:.02em;background:linear-gradient(135deg,#2563eb33 0%,#1e3a8a4d 100%);border:1px solid #3b82f666;border-radius:999px;align-items:center;gap:.4rem;margin-bottom:.85rem;padding:.35rem .95rem;font-size:.82rem;font-weight:700;display:inline-flex}.AdmissionTargetModal-module__NiyygW__badgeIcon{font-size:1rem}.AdmissionTargetModal-module__NiyygW__title{color:#fff;letter-spacing:-.01em;margin-bottom:.6rem;font-size:clamp(1.4rem,2.5vw,1.85rem);font-weight:900;line-height:1.3}.AdmissionTargetModal-module__NiyygW__subtitle{color:#94a3b8;max-width:480px;margin:0 auto;font-size:.92rem;line-height:1.55}.AdmissionTargetModal-module__NiyygW__categoriesGrid{flex-direction:column;gap:.85rem;margin-bottom:1.5rem;display:flex}.AdmissionTargetModal-module__NiyygW__categoryCard{cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff08;border:1px solid #ffffff14;border-radius:18px;align-items:center;gap:1.15rem;padding:1rem 1.25rem;transition:all .22s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.AdmissionTargetModal-module__NiyygW__categoryCard:hover{background:#ffffff0f;border-color:#3b82f673;transform:translate(4px);box-shadow:0 8px 24px -4px #00000059}.AdmissionTargetModal-module__NiyygW__categoryCardActive{background:linear-gradient(135deg,#1e3a8a59 0%,#0f172a99 100%);border-color:#38bdf8;box-shadow:0 0 20px #38bdf833}.AdmissionTargetModal-module__NiyygW__iconCircle{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .2s;display:flex}.AdmissionTargetModal-module__NiyygW__categoryCard:hover .AdmissionTargetModal-module__NiyygW__iconCircle{border-color:#f59e0b66;transform:scale(1.08)}.AdmissionTargetModal-module__NiyygW__iconEmoji{font-size:1.5rem}.AdmissionTargetModal-module__NiyygW__infoCol{flex:1;min-width:0}.AdmissionTargetModal-module__NiyygW__cardTopRow{align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.AdmissionTargetModal-module__NiyygW__catName{color:#f8fafc;margin:0;font-size:1.05rem;font-weight:800}.AdmissionTargetModal-module__NiyygW__categoryCardActive .AdmissionTargetModal-module__NiyygW__catName{color:#38bdf8}.AdmissionTargetModal-module__NiyygW__checkedIcon{color:#38bdf8;flex-shrink:0;font-size:1.25rem}.AdmissionTargetModal-module__NiyygW__catDesc{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.82rem;line-height:1.4;overflow:hidden}.AdmissionTargetModal-module__NiyygW__cardArrow{color:#64748b;flex-shrink:0;font-size:1.25rem;transition:all .2s}.AdmissionTargetModal-module__NiyygW__categoryCard:hover .AdmissionTargetModal-module__NiyygW__cardArrow{color:#f59e0b;transform:translate(4px)}.AdmissionTargetModal-module__NiyygW__categoryCardActive .AdmissionTargetModal-module__NiyygW__cardArrow{color:#38bdf8}.AdmissionTargetModal-module__NiyygW__footerNote{text-align:center;color:#64748b;padding-top:.5rem;font-size:.82rem}@media (max-width:640px){.AdmissionTargetModal-module__NiyygW__modalCard{border-radius:22px;padding:2rem 1.25rem 1.5rem}.AdmissionTargetModal-module__NiyygW__iconCircle{width:42px;height:42px}.AdmissionTargetModal-module__NiyygW__iconEmoji{font-size:1.3rem}.AdmissionTargetModal-module__NiyygW__catName{font-size:.98rem}.AdmissionTargetModal-module__NiyygW__catDesc{font-size:.78rem}}
.DailyQuotaBanner-module__6BIdKq__container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#0f172acc 0%,#1e293bb3 100%);border:1px solid #ffffff14;border-radius:18px;margin-bottom:1.5rem;padding:1.15rem 1.35rem;box-shadow:0 4px 20px -2px #00000040}.DailyQuotaBanner-module__6BIdKq__compact{margin-bottom:1rem;padding:.85rem 1.1rem}.DailyQuotaBanner-module__6BIdKq__paidContainer{background:linear-gradient(135deg,#1e3a8a59 0%,#0f172a99 100%);border:1px solid #3b82f64d;align-items:center;gap:1.25rem;display:flex}.DailyQuotaBanner-module__6BIdKq__vipBadge{color:#0f172a;white-space:nowrap;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border-radius:999px;align-items:center;gap:.4rem;padding:.4rem .85rem;font-size:.82rem;font-weight:800;display:inline-flex}.DailyQuotaBanner-module__6BIdKq__vipStar{font-size:1rem}.DailyQuotaBanner-module__6BIdKq__paidContent{color:#e2e8f0;font-size:.92rem}.DailyQuotaBanner-module__6BIdKq__paidTitle strong{color:#38bdf8}.DailyQuotaBanner-module__6BIdKq__headerRow{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.DailyQuotaBanner-module__6BIdKq__titleGroup{align-items:center;gap:.75rem;display:flex}.DailyQuotaBanner-module__6BIdKq__giftIcon{font-size:1.5rem}.DailyQuotaBanner-module__6BIdKq__title{color:#f8fafc;margin:0;font-size:1rem;font-weight:700;line-height:1.2}.DailyQuotaBanner-module__6BIdKq__subtitle{color:#94a3b8;align-items:center;gap:.3rem;margin-top:.2rem;font-size:.76rem;display:inline-flex}.DailyQuotaBanner-module__6BIdKq__clockIcon{color:#38bdf8;font-size:.85rem}.DailyQuotaBanner-module__6BIdKq__proPillBtn{color:#0f172a;white-space:nowrap;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border-radius:999px;align-items:center;gap:.35rem;padding:.45rem .9rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #f59e0b40}.DailyQuotaBanner-module__6BIdKq__proPillBtn:hover{background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);transform:translateY(-1px);box-shadow:0 6px 16px #f59e0b59}.DailyQuotaBanner-module__6BIdKq__pillIcon{font-size:.95rem}.DailyQuotaBanner-module__6BIdKq__metersGrid{grid-template-columns:repeat(3,1fr);gap:.85rem;display:grid}.DailyQuotaBanner-module__6BIdKq__meterCard{background:#0f172a80;border:1px solid #ffffff0f;border-radius:12px;padding:.75rem .9rem;transition:all .2s}.DailyQuotaBanner-module__6BIdKq__highlightCard{background:#1e3a8a33;border-color:#3b82f666}.DailyQuotaBanner-module__6BIdKq__exhaustedCard{opacity:.75;border-color:#ef444440}.DailyQuotaBanner-module__6BIdKq__meterTop{justify-content:space-between;align-items:center;margin-bottom:.55rem;display:flex}.DailyQuotaBanner-module__6BIdKq__meterLabel{color:#cbd5e1;align-items:center;gap:.35rem;font-size:.82rem;font-weight:600;display:flex}.DailyQuotaBanner-module__6BIdKq__iconQuick{color:#f59e0b;font-size:1.1rem}.DailyQuotaBanner-module__6BIdKq__iconPreset{color:#38bdf8;font-size:1.1rem}.DailyQuotaBanner-module__6BIdKq__iconModel{color:#f87171;font-size:1.1rem}.DailyQuotaBanner-module__6BIdKq__meterCount{color:#94a3b8;font-size:.82rem}.DailyQuotaBanner-module__6BIdKq__activeNumber{color:#10b981;font-size:.95rem;font-weight:700}.DailyQuotaBanner-module__6BIdKq__zeroNumber{color:#ef4444;font-size:.95rem;font-weight:700}.DailyQuotaBanner-module__6BIdKq__totalNumber{color:#64748b;font-size:.78rem}.DailyQuotaBanner-module__6BIdKq__progressBar{background:#ffffff14;border-radius:999px;height:5px;overflow:hidden}.DailyQuotaBanner-module__6BIdKq__progressFill{border-radius:999px;height:100%;transition:width .3s}.DailyQuotaBanner-module__6BIdKq__fillQuick{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.DailyQuotaBanner-module__6BIdKq__fillPreset{background:linear-gradient(90deg,#0284c7,#38bdf8)}.DailyQuotaBanner-module__6BIdKq__fillModel{background:linear-gradient(90deg,#dc2626,#f87171)}@media (max-width:640px){.DailyQuotaBanner-module__6BIdKq__container{padding:1rem}.DailyQuotaBanner-module__6BIdKq__metersGrid{grid-template-columns:1fr;gap:.6rem}.DailyQuotaBanner-module__6BIdKq__headerRow{flex-direction:row;align-items:center}}
.page-module__Hg9zSG__dashboardGrid{grid-template-columns:1fr 340px;gap:24px;max-width:1400px;margin:0 auto;display:grid}.page-module__Hg9zSG__mainCol{flex-direction:column;gap:24px;min-width:0;display:flex}.page-module__Hg9zSG__actionCardsGrid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.page-module__Hg9zSG__actionCard{background:var(--dashboard-card);border:1px solid var(--dashboard-border);color:inherit;cursor:pointer;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:20px 16px;text-decoration:none;transition:all .22s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.page-module__Hg9zSG__actionCard:after{content:"";pointer-events:none;background:radial-gradient(circle at top,#ffffff0f,#0000 70%);border-radius:14px;position:absolute;inset:0}.page-module__Hg9zSG__actionCard:hover{border-color:#3b82f666;transform:translateY(-3px);box-shadow:0 10px 20px -5px #00000059}.page-module__Hg9zSG__actionCardIcon{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;font-size:26px;transition:transform .2s;display:flex;box-shadow:0 6px 14px #00000040}.page-module__Hg9zSG__actionCard:hover .page-module__Hg9zSG__actionCardIcon{transform:scale(1.08)}.page-module__Hg9zSG__actionCardTitle{color:var(--dashboard-text);text-align:center;white-space:nowrap;font-size:14.5px;font-weight:700}.page-module__Hg9zSG__actionCardBadge{color:#fbbf24;background:#f59e0b29;border:1px solid #f59e0b4d;border-radius:8px;padding:2px 6px;font-size:10px;font-weight:700;position:absolute;top:10px;right:10px}.page-module__Hg9zSG__bottomRow{grid-template-columns:1fr 1fr;gap:20px;display:grid}.page-module__Hg9zSG__insightCard{background:var(--dashboard-card);border:1px solid var(--dashboard-border);text-align:center;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:220px;padding:28px 20px;display:flex}.page-module__Hg9zSG__insightIconWrap{background:var(--dashboard-card-inner);border:1px solid var(--dashboard-border);color:#60a5fa;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:4px;font-size:26px;display:flex}.page-module__Hg9zSG__insightTitle{color:var(--dashboard-text);margin:0;font-size:16px;font-weight:700}.page-module__Hg9zSG__insightSubtitle{color:var(--dashboard-text-muted);margin:0;font-size:13.5px}.page-module__Hg9zSG__insightBtn{background:var(--dashboard-nav-hover);border:1px solid var(--dashboard-border);color:var(--dashboard-text);border-radius:8px;margin-top:8px;padding:6px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s}.page-module__Hg9zSG__insightBtn:hover{background:var(--dashboard-nav-active);border-color:#3b82f666}.page-module__Hg9zSG__recentList{text-align:left;flex-direction:column;gap:8px;width:100%;display:flex}.page-module__Hg9zSG__recentItem{background:var(--dashboard-card-inner);border:1px solid var(--dashboard-border-light);border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.page-module__Hg9zSG__recentItemMeta{flex-direction:column;gap:2px;display:flex}.page-module__Hg9zSG__recentItemTitle{color:var(--dashboard-text);font-size:13.5px;font-weight:600}.page-module__Hg9zSG__recentItemDate{color:var(--dashboard-text-muted);font-size:11px}.page-module__Hg9zSG__recentItemScore{color:#10b981;background:#10b9811f;border-radius:6px;padding:3px 8px;font-size:13px;font-weight:700}.page-module__Hg9zSG__sideCol{flex-direction:column;gap:20px;display:flex}.page-module__Hg9zSG__widgetCard{background:var(--dashboard-card);border:1px solid var(--dashboard-border);border-radius:16px;flex-direction:column;gap:16px;padding:20px;display:flex}.page-module__Hg9zSG__widgetHeader{justify-content:space-between;align-items:center;display:flex}.page-module__Hg9zSG__widgetTitle{color:var(--dashboard-text);align-items:center;gap:6px;margin:0;font-size:15px;font-weight:700;display:flex}.page-module__Hg9zSG__widgetAction{color:#60a5fa;cursor:pointer;font-size:12px;font-weight:600;text-decoration:none}.page-module__Hg9zSG__widgetAction:hover{text-decoration:underline}.page-module__Hg9zSG__leagueCard{background:var(--dashboard-card-inner);border:1px solid var(--dashboard-border);text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:10px;padding:20px 16px;display:flex}.page-module__Hg9zSG__leagueTrophy{color:#c084fc;background:#a855f729;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;display:flex}.page-module__Hg9zSG__leagueTextBold{color:var(--dashboard-text);margin:0;font-size:14.5px;font-weight:700}.page-module__Hg9zSG__leagueTextMuted{color:var(--dashboard-text-muted);margin:0;font-size:12px;line-height:1.4}.page-module__Hg9zSG__leagueBtn{color:#fff;cursor:pointer;text-align:center;background:#10b981;border:none;border-radius:8px;width:100%;margin-top:6px;padding:8px;font-size:13.5px;font-weight:700;text-decoration:none;transition:background .2s}.page-module__Hg9zSG__leagueBtn:hover{background:#059669}.page-module__Hg9zSG__tierBadgeWrap{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.page-module__Hg9zSG__tierPill{letter-spacing:.02em;border-radius:20px;align-items:center;gap:6px;padding:4px 12px;font-size:13px;font-weight:800;display:inline-flex}.page-module__Hg9zSG__tierTotalXP{color:#f59e0b;font-size:13px;font-weight:700}.page-module__Hg9zSG__tierProgressWrap{flex-direction:column;gap:6px;margin:10px 0 16px;display:flex}.page-module__Hg9zSG__tierProgressLabel{color:var(--dashboard-text-muted);justify-content:space-between;font-size:11.5px;display:flex}.page-module__Hg9zSG__tierProgressBar{background:#ffffff14;border-radius:10px;width:100%;height:8px;overflow:hidden}.page-module__Hg9zSG__tierProgressFill{border-radius:10px;height:100%;transition:width .4s}.page-module__Hg9zSG__streakDisplayWrap{justify-content:space-between;align-items:baseline;display:flex}.page-module__Hg9zSG__streakBigText{color:#10b981;align-items:center;gap:6px;font-size:28px;font-weight:800;line-height:1;display:flex}.page-module__Hg9zSG__freezePill{color:var(--dashboard-text-muted);background:#ffffff14;border-radius:12px;padding:3px 8px;font-size:11px;font-weight:600}.page-module__Hg9zSG__streakCalendar{background:var(--dashboard-card-inner);border:1px solid var(--dashboard-border-light);border-radius:12px;flex-direction:column;gap:10px;padding:12px 10px;display:flex}.page-module__Hg9zSG__streakCalHeader{color:var(--dashboard-text-muted);justify-content:space-between;align-items:center;padding:0 4px;font-size:11.5px;display:flex}.page-module__Hg9zSG__streakDaysGrid{text-align:center;grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.page-module__Hg9zSG__streakDayCol{flex-direction:column;align-items:center;gap:6px;display:flex}.page-module__Hg9zSG__streakFireDot{width:30px;height:30px;color:var(--dashboard-text-muted);background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;font-size:15px;transition:all .2s;display:flex}.page-module__Hg9zSG__streakFireActive{color:#10b981;background:#10b98129;box-shadow:0 0 10px #10b9814d}.page-module__Hg9zSG__streakDayLabel{color:var(--dashboard-text-muted);font-size:11px;font-weight:500}.page-module__Hg9zSG__streakDayActive{color:#10b981;font-weight:700}.page-module__Hg9zSG__friendsEmpty{color:var(--dashboard-text-muted);text-align:center;padding:12px 0;font-size:13px}.page-module__Hg9zSG__dailyPointsWrap{flex-direction:column;gap:8px;display:flex}.page-module__Hg9zSG__dailyPointsDate{color:var(--dashboard-text-muted);font-size:12px}.page-module__Hg9zSG__dailyPointsMeter{background:#ffffff14;border-radius:10px;width:100%;height:8px;overflow:hidden}.page-module__Hg9zSG__dailyPointsMeterFill{background:linear-gradient(90deg,#38bdf8 0%,#818cf8 100%);border-radius:10px;width:15%;height:100%}.page-module__Hg9zSG__dailyPointsSummary{color:var(--dashboard-text-muted);justify-content:space-between;font-size:12px;display:flex}@media (max-width:1180px){.page-module__Hg9zSG__dashboardGrid{grid-template-columns:1fr}.page-module__Hg9zSG__actionCardsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.page-module__Hg9zSG__actionCardsGrid{grid-template-columns:repeat(2,1fr);gap:10px}.page-module__Hg9zSG__bottomRow{grid-template-columns:1fr}}
