.dashboard-module__rhT8Tq__dashboardWrapper{background:var(--bg-gradient,var(--bg-color));min-height:100vh;padding-top:64px;display:flex}.dashboard-module__rhT8Tq__sidebar{-webkit-backdrop-filter:blur(20px);z-index:100;background:#0f172a8c;border-right:1px solid #ffffff0d;flex-direction:column;flex-shrink:0;gap:2rem;width:260px;padding:2.5rem 1.25rem;transition:all .3s;display:flex;position:fixed;top:64px;bottom:0;left:0}.dashboard-module__rhT8Tq__sidebarTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;margin-bottom:.75rem;padding-left:.5rem;font-size:.75rem;font-weight:800}.dashboard-module__rhT8Tq__sidebarNav{flex-direction:column;gap:.4rem;display:flex}.dashboard-module__rhT8Tq__navItem{color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:.75rem;width:100%;padding:.85rem 1rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.dashboard-module__rhT8Tq__navItem:hover{color:var(--text-main);background:#ffffff08}.dashboard-module__rhT8Tq__navItemActive{color:#fff;background:var(--primary-light);border-color:#99322340}.dashboard-module__rhT8Tq__navIcon{width:18px;height:18px;color:var(--text-muted);flex-shrink:0;transition:color .2s}.dashboard-module__rhT8Tq__navItemActive .dashboard-module__rhT8Tq__navIcon{color:var(--primary)}.dashboard-module__rhT8Tq__contentArea{flex:1;margin-left:260px;padding:3rem 4rem;transition:all .3s;overflow-y:auto}.dashboard-module__rhT8Tq__header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-bottom:3rem;padding-bottom:1.5rem;display:flex}.dashboard-module__rhT8Tq__title{color:var(--text-main);letter-spacing:-.04em;font-size:2.2rem;font-weight:900}.dashboard-module__rhT8Tq__highlight{background:linear-gradient(to right, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.dashboard-module__rhT8Tq__sectionHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;width:100%;margin-bottom:2rem;display:flex}.dashboard-module__rhT8Tq__sectionTitle{color:var(--text-main);letter-spacing:-.02em;margin-bottom:0;font-size:1.5rem;font-weight:800}.dashboard-module__rhT8Tq__dropdownContainer{position:relative}.dashboard-module__rhT8Tq__dropdownBtn{border:1px solid var(--border-color);color:var(--text-main);cursor:pointer;background:#ffffff08;border-radius:12px;align-items:center;gap:.6rem;padding:.7rem 1.25rem;font-family:inherit;font-size:.9rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.dashboard-module__rhT8Tq__dropdownBtn:hover{background:#ffffff14;border-color:#99322366;box-shadow:0 4px 12px #99322326}.dashboard-module__rhT8Tq__chevronIcon{width:16px;height:16px;color:var(--text-muted);transition:transform .3s}.dashboard-module__rhT8Tq__chevronIcon.dashboard-module__rhT8Tq__open{transform:rotate(180deg)}.dashboard-module__rhT8Tq__dropdownMenu{-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-color);width:220px;box-shadow:var(--shadow-lg);z-index:1000;background:#0f172af2;border-radius:14px;flex-direction:column;gap:.25rem;padding:.5rem;animation:.2s cubic-bezier(.16,1,.3,1) forwards dashboard-module__rhT8Tq__slideDown;display:flex;position:absolute;top:calc(100% + .5rem);right:0}.dashboard-module__rhT8Tq__dropdownItem{width:100%;color:var(--text-muted);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.65rem .85rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s}.dashboard-module__rhT8Tq__dropdownItem:hover{color:var(--text-main);background:#ffffff0a}.dashboard-module__rhT8Tq__dropdownItemActive{background:var(--primary-light)!important;color:#fff!important}@keyframes dashboard-module__rhT8Tq__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dashboard-module__rhT8Tq__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.8rem;display:grid}.dashboard-module__rhT8Tq__card{background:#0f172a73;border:1px solid #ffffff0f;border-radius:20px;flex-direction:column;padding:1.8rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 6px -1px #0000001a}.dashboard-module__rhT8Tq__card:hover{border-color:#99322359;transform:translateY(-4px);box-shadow:0 12px 20px -8px #99322333}.dashboard-module__rhT8Tq__cardTitle{color:var(--text-main);margin-bottom:.6rem;font-size:1.3rem;font-weight:700}.dashboard-module__rhT8Tq__cardDesc{color:var(--text-muted);flex-grow:1;margin-bottom:1.8rem;font-size:.95rem;line-height:1.5}.dashboard-module__rhT8Tq__cardMeta{color:var(--primary);justify-content:space-between;align-items:center;margin-bottom:1.25rem;font-size:.85rem;font-weight:700;display:flex}.dashboard-module__rhT8Tq__startBtn{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);color:#fff;cursor:pointer;text-align:center;border:none;border-radius:12px;padding:.85rem;font-weight:700;text-decoration:none;transition:all .2s;box-shadow:0 4px 12px #99322340}.dashboard-module__rhT8Tq__startBtn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #99322359}.dashboard-module__rhT8Tq__tableCard{background:#0f172a73;border:1px solid #ffffff0f;border-radius:20px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a}.dashboard-module__rhT8Tq__tableWrapper{overflow-x:auto}.dashboard-module__rhT8Tq__scoresTable{border-collapse:collapse;text-align:left;width:100%}.dashboard-module__rhT8Tq__scoresTable th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #ffffff0d;padding:1rem;font-size:.85rem;font-weight:800}.dashboard-module__rhT8Tq__scoresTable td{border-bottom:1px solid #ffffff08;padding:1.25rem 1rem;font-size:.95rem}.dashboard-module__rhT8Tq__tableName{color:var(--text-main);font-weight:700}.dashboard-module__rhT8Tq__tableDate{color:var(--text-muted)}.dashboard-module__rhT8Tq__tableScore{color:var(--text-main);font-weight:800}.dashboard-module__rhT8Tq__progressRow{align-items:center;gap:.75rem;display:flex}.dashboard-module__rhT8Tq__progressLabel{min-width:38px;font-size:.9rem;font-weight:700}.dashboard-module__rhT8Tq__miniProgressBar{background-color:#ffffff0d;border-radius:9999px;width:100px;height:6px;overflow:hidden}.dashboard-module__rhT8Tq__miniProgressFill{border-radius:9999px;height:100%}.dashboard-module__rhT8Tq__statusBadge{border-radius:8px;padding:.3rem .75rem;font-size:.8rem;font-weight:800;display:inline-block}.dashboard-module__rhT8Tq__badgePass{color:var(--success);background-color:#10b9811a;border:1px solid #10b98133}.dashboard-module__rhT8Tq__badgeFail{color:var(--danger);background-color:#ef44441a;border:1px solid #ef444433}.dashboard-module__rhT8Tq__statsOverview{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.dashboard-module__rhT8Tq__statCardBig{text-align:center;background:#0f172a73;border:1px solid #ffffff0f;border-radius:20px;flex-direction:column;align-items:center;padding:2rem;display:flex;box-shadow:0 4px 6px -1px #0000001a}.dashboard-module__rhT8Tq__statCardValue{color:var(--text-main);background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:2.8rem;font-weight:900;line-height:1.1}.dashboard-module__rhT8Tq__statCardLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.02em;font-size:.85rem;font-weight:700}.dashboard-module__rhT8Tq__analysisDetails{background:#0f172a73;border:1px solid #ffffff0f;border-radius:24px;padding:2.5rem;box-shadow:0 4px 6px -1px #0000001a}.dashboard-module__rhT8Tq__subSectionTitle{color:var(--text-main);margin-bottom:1.75rem;font-size:1.25rem;font-weight:800}.dashboard-module__rhT8Tq__subjectBreakdown{flex-direction:column;gap:1.5rem;display:flex}.dashboard-module__rhT8Tq__subjectRow{flex-direction:column;gap:.6rem;display:flex}.dashboard-module__rhT8Tq__subjectHeader{color:var(--text-main);justify-content:space-between;font-size:.95rem;font-weight:700;display:flex}.dashboard-module__rhT8Tq__successLabel{color:var(--success)}.dashboard-module__rhT8Tq__failLabel{color:var(--danger)}.dashboard-module__rhT8Tq__subjectBarBg{background-color:#ffffff0d;border-radius:9999px;width:100%;height:8px;overflow:hidden}.dashboard-module__rhT8Tq__subjectBarFill{border-radius:9999px;height:100%}@media (max-width:900px){.dashboard-module__rhT8Tq__sidebar{width:200px}.dashboard-module__rhT8Tq__contentArea{margin-left:200px;padding:2.5rem 2rem}}@media (max-width:768px){.dashboard-module__rhT8Tq__dashboardWrapper{flex-direction:column;padding-top:64px}.dashboard-module__rhT8Tq__sidebar{border-bottom:1px solid #ffffff14;border-right:none;flex-direction:row;justify-content:space-around;gap:0;width:100%;height:auto;padding:1.25rem 1rem;position:relative;top:0}.dashboard-module__rhT8Tq__sidebarTitle{display:none}.dashboard-module__rhT8Tq__sidebarNav{flex-direction:row;justify-content:space-between;gap:.5rem;width:100%}.dashboard-module__rhT8Tq__navItem{justify-content:center;padding:.6rem .8rem;font-size:.85rem}.dashboard-module__rhT8Tq__contentArea{margin-left:0;padding:2rem 1.5rem}.dashboard-module__rhT8Tq__statsOverview{grid-template-columns:1fr;gap:1rem}}.dashboard-module__rhT8Tq__yearsPageContainer{flex-direction:column;animation:.4s cubic-bezier(.16,1,.3,1) forwards dashboard-module__rhT8Tq__fadeInYearsPage;display:flex}.dashboard-module__rhT8Tq__backBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 0;font-family:inherit;font-size:.95rem;font-weight:700;transition:all .2s;display:inline-flex}.dashboard-module__rhT8Tq__backBtn:hover{color:var(--primary)}.dashboard-module__rhT8Tq__backBtn:hover .dashboard-module__rhT8Tq__backIcon{color:var(--primary);transform:translate(-3px)}.dashboard-module__rhT8Tq__backIcon{width:18px;height:18px;color:var(--text-muted);transition:all .2s}.dashboard-module__rhT8Tq__yearsPageHeader{text-align:left;margin-bottom:2.5rem}.dashboard-module__rhT8Tq__yearsPageTitle{color:var(--text-main);letter-spacing:-.04em;background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:2.2rem;font-weight:900}.dashboard-module__rhT8Tq__yearsPageSubtitle{color:var(--text-muted);font-size:1.05rem;line-height:1.5}.dashboard-module__rhT8Tq__yearsPageGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;display:grid}.dashboard-module__rhT8Tq__yearsPageCard{cursor:pointer;background:#0f172a73;border:1px solid #ffffff0f;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;padding:2.5rem 1.5rem;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 6px -1px #0000001a}.dashboard-module__rhT8Tq__yearsPageCard:hover{background:var(--primary-light);border-color:var(--primary);transform:translateY(-4px);box-shadow:0 12px 24px -8px #9932234d}.dashboard-module__rhT8Tq__yearsPageNumber{color:var(--text-main);letter-spacing:-.02em;margin-bottom:.75rem;font-size:2.8rem;font-weight:900}.dashboard-module__rhT8Tq__yearsPageCard:hover .dashboard-module__rhT8Tq__yearsPageNumber{color:#fff}.dashboard-module__rhT8Tq__yearsPageStartLabel{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:800;transition:color .2s}.dashboard-module__rhT8Tq__yearsPageCard:hover .dashboard-module__rhT8Tq__yearsPageStartLabel{color:var(--secondary)}@keyframes dashboard-module__rhT8Tq__fadeInYearsPage{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.dashboard-module__rhT8Tq__yearsPageCard{position:relative}.dashboard-module__rhT8Tq__freeBadge{color:var(--success);text-transform:uppercase;letter-spacing:.05em;background-color:#10b9811f;border:1px solid #10b98140;border-radius:6px;padding:.2rem .6rem;font-size:.7rem;font-weight:800;position:absolute;top:1rem;right:1rem}.dashboard-module__rhT8Tq__lockedBadge{color:var(--accent);text-transform:uppercase;letter-spacing:.05em;background-color:#f59e0b1a;border:1px solid #f59e0b33;border-radius:6px;padding:.2rem .6rem;font-size:.7rem;font-weight:800;position:absolute;top:1rem;right:1rem}.dashboard-module__rhT8Tq__lockedCard{opacity:.75;border-color:#ffffff08!important}.dashboard-module__rhT8Tq__lockedCard:hover{opacity:1;background:#ffffff05!important;border-color:#f59e0b40!important;transform:translateY(-2px)!important;box-shadow:0 8px 16px -6px #f59e0b0d!important}.dashboard-module__rhT8Tq__yearsPageStartLabelLocked{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:800;transition:color .2s}.dashboard-module__rhT8Tq__lockedCard:hover .dashboard-module__rhT8Tq__yearsPageStartLabelLocked{color:var(--accent)}.dashboard-module__rhT8Tq__modalOverlay{-webkit-backdrop-filter:blur(12px);z-index:9999;background-color:#000000d9;justify-content:center;align-items:center;padding:1.5rem 1rem;animation:.25s ease-out forwards dashboard-module__rhT8Tq__fadeInModal;display:flex;position:fixed;inset:0;overflow-y:auto}.dashboard-module__rhT8Tq__modalCloseBtn{width:36px;height:36px;color:var(--text-muted);cursor:pointer;z-index:50;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:1rem;right:1rem}.dashboard-module__rhT8Tq__modalCloseBtn:hover{color:#ef4444;background:#ef444426;border-color:#ef44444d;transform:rotate(90deg)scale(1.05)}.dashboard-module__rhT8Tq__closeIcon{stroke-width:2.5px;width:18px;height:18px}.dashboard-module__rhT8Tq__premiumModalContent{width:95%;max-width:780px;max-height:90vh;box-shadow:var(--shadow-lg), 0 0 50px #000c;text-align:center;background:#0f172af2;border:1px solid #ffffff14;border-radius:28px;padding:2rem;animation:.3s cubic-bezier(.16,1,.3,1) forwards dashboard-module__rhT8Tq__slideUpModal;position:relative;overflow-y:auto}.dashboard-module__rhT8Tq__premiumIconContainer{background:#f59e0b14;border:1px solid #f59e0b33;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto 1rem;display:flex}.dashboard-module__rhT8Tq__premiumIcon{color:var(--accent);font-size:1.6rem}.dashboard-module__rhT8Tq__premiumModalTitle{letter-spacing:-.03em;background:linear-gradient(135deg, var(--logo-text) 0%, var(--text-muted) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:1.85rem;font-weight:900}.dashboard-module__rhT8Tq__premiumModalSubtitle{color:var(--text-muted);max-width:500px;margin-bottom:1.25rem;margin-left:auto;margin-right:auto;font-size:.95rem;line-height:1.55}.dashboard-module__rhT8Tq__pricingGrid{text-align:left;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:1.5rem;display:grid}.dashboard-module__rhT8Tq__pricingCard{border:1px solid var(--border-color);background:#1e293b40;border-radius:20px;flex-direction:column;padding:2rem 1.75rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.dashboard-module__rhT8Tq__pricingCard:hover{background:#1e293b66;border-color:#ffffff26;transform:translateY(-2px)}.dashboard-module__rhT8Tq__premiumPlanCard{background:#9932230d;border-color:#9932234d}.dashboard-module__rhT8Tq__premiumPlanCard:hover{border-color:var(--primary);background:#99322314;box-shadow:0 10px 30px -10px #99322340}.dashboard-module__rhT8Tq__recommendedBadge{background:linear-gradient(135deg, var(--accent) 0%, var(--secondary) 100%);color:#000;text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;padding:.3rem .85rem;font-size:.75rem;font-weight:850;position:absolute;top:-12px;left:50%;transform:translate(-50%);box-shadow:0 4px 10px #f59e0b33}.dashboard-module__rhT8Tq__planTitle{color:var(--text-main);margin-bottom:1rem;font-size:1.25rem;font-weight:800}.dashboard-module__rhT8Tq__planPriceBox{align-items:baseline;gap:.2rem;margin-bottom:.75rem;display:flex}.dashboard-module__rhT8Tq__planPrice{color:var(--text-main);letter-spacing:-.03em;font-size:2.2rem;font-weight:900}.dashboard-module__rhT8Tq__planPeriod{color:var(--text-muted);font-size:.9rem;font-weight:600}.dashboard-module__rhT8Tq__planDesc{color:var(--text-muted);min-height:2.8rem;margin-bottom:1.5rem;font-size:.85rem;line-height:1.4}.dashboard-module__rhT8Tq__planFeatures{flex-direction:column;flex-grow:1;gap:.75rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.dashboard-module__rhT8Tq__planFeatures li{color:var(--text-main);align-items:center;gap:.6rem;font-size:.85rem;font-weight:500;display:flex}.dashboard-module__rhT8Tq__disabledFeature{text-decoration:line-through;color:#94a3b866!important}.dashboard-module__rhT8Tq__highlightFeature{font-weight:700!important}.dashboard-module__rhT8Tq__sparkleCheckIcon{width:16px;height:16px;color:var(--accent);flex-shrink:0}.dashboard-module__rhT8Tq__crossIcon{color:#94a3b84d;flex-shrink:0;width:16px;height:16px}.dashboard-module__rhT8Tq__checkIcon{width:16px;height:16px;color:var(--success);flex-shrink:0}.dashboard-module__rhT8Tq__pricingBtn{border:1px solid var(--border-color);width:100%;color:var(--text-main);cursor:pointer;text-align:center;background:#ffffff0a;border-radius:12px;padding:.85rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:all .2s}.dashboard-module__rhT8Tq__pricingBtn:hover{background:#ffffff14;border-color:#fff3}.dashboard-module__rhT8Tq__premiumPricingBtn{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);color:#fff;border:none;box-shadow:0 6px 16px #99322359}.dashboard-module__rhT8Tq__premiumPricingBtn:hover{transform:translateY(-1px);box-shadow:0 10px 24px #99322380}@media (max-width:680px){.dashboard-module__rhT8Tq__premiumModalContent{width:90%;padding:2.5rem 1.5rem}.dashboard-module__rhT8Tq__pricingGrid{grid-template-columns:1fr;gap:1.25rem}.dashboard-module__rhT8Tq__planDesc{min-height:auto}}@keyframes dashboard-module__rhT8Tq__fadeInModal{0%{opacity:0}to{opacity:1}}@keyframes dashboard-module__rhT8Tq__slideUpModal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dashboard-module__rhT8Tq__premiumPackCard{cursor:pointer;background:linear-gradient(135deg,#99322314 0%,#f59e0b0d 100%);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;padding:2.5rem 1.5rem;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 4px 15px #9932230d;border:1px solid #9932234d!important}.dashboard-module__rhT8Tq__premiumPackCard:hover{transform:translateY(-4px);box-shadow:0 12px 28px -6px #99322340;border-color:var(--primary)!important;background:linear-gradient(135deg,#99322326 0%,#f59e0b14 100%)!important}.dashboard-module__rhT8Tq__premiumPackBadge{color:var(--accent);text-transform:uppercase;letter-spacing:.05em;background-color:#f59e0b1f;border:1px solid #f59e0b40;border-radius:6px;padding:.2rem .6rem;font-size:.7rem;font-weight:800;position:absolute;top:1rem;right:1rem}.dashboard-module__rhT8Tq__premiumPackYearsContainer{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:.5rem;margin-bottom:.5rem;display:flex}.dashboard-module__rhT8Tq__premiumPackYearPill{color:var(--text-main);background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;padding:.2rem .75rem;font-size:1.4rem;font-weight:800;transition:all .2s}.dashboard-module__rhT8Tq__premiumPackCard:hover .dashboard-module__rhT8Tq__premiumPackYearPill{color:#fff;background:#ffffff14;border-color:#ffffff26}.dashboard-module__rhT8Tq__premiumPackTitle{color:var(--text-main);margin-top:.75rem;margin-bottom:.25rem;font-size:1.2rem;font-weight:800}.dashboard-module__rhT8Tq__premiumPackSubtitle{color:var(--text-muted);text-align:center;max-width:190px;margin-bottom:1.25rem;font-size:.8rem;line-height:1.4}.dashboard-module__rhT8Tq__yearsPageStartLabelPremiumPack{color:var(--accent);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:800;transition:all .2s}.dashboard-module__rhT8Tq__premiumPackCard:hover .dashboard-module__rhT8Tq__yearsPageStartLabelPremiumPack{color:#fff;text-shadow:0 0 10px #f59e0b80}.dashboard-module__rhT8Tq__successIconContainer{background:#10b98114;border:1px solid #10b98133;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;margin:.5rem auto 1.5rem;display:flex;box-shadow:0 0 20px #10b98126}.dashboard-module__rhT8Tq__successCheckIcon{color:#10b981;width:32px;height:32px}.dashboard-module__rhT8Tq__successModalTitle{letter-spacing:-.03em;color:#10b981;margin-bottom:.75rem;font-size:1.85rem;font-weight:900}.dashboard-module__rhT8Tq__successModalSubtitle{color:var(--text-muted);max-width:480px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:.975rem;line-height:1.6}.dashboard-module__rhT8Tq__successHighlight{color:var(--text-main);font-weight:700}.dashboard-module__rhT8Tq__closeSuccessBtn{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:.8rem 2.2rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:all .2s;display:inline-block;box-shadow:0 4px 14px #99322340}.dashboard-module__rhT8Tq__closeSuccessBtn:hover{transform:translateY(-1.5px);box-shadow:0 6px 20px #99322366}.dashboard-module__rhT8Tq__breadcrumb{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.2rem 0;font-size:.85rem;font-weight:700;display:flex}.dashboard-module__rhT8Tq__breadcrumbItem{color:var(--text-muted);text-decoration:none;transition:color .2s}.dashboard-module__rhT8Tq__breadcrumbItem:hover{color:var(--primary);cursor:pointer}.dashboard-module__rhT8Tq__breadcrumbActive{color:var(--text-main);font-weight:800}.dashboard-module__rhT8Tq__breadcrumbSeparator{color:#ffffff26;font-weight:500}.dashboard-module__rhT8Tq__loader{border:3.5px solid #ffffff0d;border-top-color:var(--primary);border-radius:50%;width:42px;height:42px;animation:.8s linear infinite dashboard-module__rhT8Tq__spin}@keyframes dashboard-module__rhT8Tq__spin{to{transform:rotate(360deg)}}.dashboard-module__rhT8Tq__progressSection{background:#0f172a73;border:1px solid #ffffff0f;border-radius:24px;margin-bottom:3rem;padding:2.5rem;box-shadow:0 4px 6px -1px #0000001a}.dashboard-module__rhT8Tq__progressHeader{justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem;display:flex}.dashboard-module__rhT8Tq__progressTitle{color:var(--text-main);margin:0;font-size:1.25rem;font-weight:800}.dashboard-module__rhT8Tq__progressFraction{color:var(--primary);font-size:1.5rem;font-weight:900}.dashboard-module__rhT8Tq__globalProgressBar{background-color:#ffffff0d;border-radius:9999px;width:100%;height:12px;margin-bottom:2rem;overflow:hidden}.dashboard-module__rhT8Tq__globalProgressFill{background:linear-gradient(90deg, var(--primary), var(--secondary));border-radius:9999px;height:100%;transition:width .5s ease-out}.dashboard-module__rhT8Tq__yearsStatusGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;display:grid}.dashboard-module__rhT8Tq__yearStatusCard{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem;transition:all .2s;display:flex}.dashboard-module__rhT8Tq__yearStatusCard:hover{background:#ffffff0d}.dashboard-module__rhT8Tq__yearName{color:var(--text-main);font-size:1.2rem;font-weight:800}.dashboard-module__rhT8Tq__statusLabel{text-transform:uppercase;border-radius:6px;padding:.2rem .6rem;font-size:.8rem;font-weight:700}.dashboard-module__rhT8Tq__statusTermine{color:var(--success);background:#10b9811a;border:1px solid #10b98133}.dashboard-module__rhT8Tq__statusEnCours{color:var(--accent);background:#f59e0b1a;border:1px solid #f59e0b33}.dashboard-module__rhT8Tq__statusNonCommence{color:var(--text-muted);background:#ffffff0d;border:1px solid #ffffff1a}.dashboard-module__rhT8Tq__chartSection{background:#0f172a73;border:1px solid #ffffff0f;border-radius:24px;margin-bottom:3rem;padding:2.5rem;box-shadow:0 4px 6px -1px #0000001a}.dashboard-module__rhT8Tq__chartContainer{border-bottom:2px solid #ffffff1a;align-items:flex-end;gap:1.5rem;height:250px;margin-top:1rem;padding-top:2rem;display:flex;overflow-x:auto}.dashboard-module__rhT8Tq__chartBarWrapper{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;min-width:60px;height:100%;display:flex}.dashboard-module__rhT8Tq__chartBar{background:linear-gradient(180deg, var(--primary), #99322333);border-radius:8px 8px 0 0;width:100%;max-width:40px;transition:height .5s ease-out;position:relative}.dashboard-module__rhT8Tq__chartBar:hover{filter:brightness(1.2)}.dashboard-module__rhT8Tq__chartValue{color:var(--text-main);font-size:.85rem;font-weight:800;position:absolute;top:-25px;left:50%;transform:translate(-50%)}.dashboard-module__rhT8Tq__chartLabel{color:var(--text-muted);margin-top:1rem;font-size:.85rem;font-weight:700}.dashboard-module__rhT8Tq__thSimulation,.dashboard-module__rhT8Tq__tdSimulation{text-align:center}.dashboard-module__rhT8Tq__simulationBox{flex-direction:column;align-items:center;gap:.3rem;display:inline-flex}.dashboard-module__rhT8Tq__seuilText{color:var(--text-muted);font-size:.75rem;font-weight:600}.dashboard-module__rhT8Tq__badgeAdmis{color:#34d399;background:#10b98126;border:1px solid #10b9814d;border-radius:6px;padding:.3rem .6rem}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__progressSection{background:#0f172a73;border:1px solid #ffffff0f;border-radius:24px;margin-bottom:3rem;padding:2.5rem;box-shadow:0 4px 6px -1px #0000001a}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__progressHeader{justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem;display:flex}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__progressTitle{color:var(--text-main);margin:0;font-size:1.25rem;font-weight:800}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__progressFraction{color:var(--primary);font-size:1.5rem;font-weight:900}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__globalProgressBar{background-color:#ffffff0d;border-radius:9999px;width:100%;height:12px;margin-bottom:2rem;overflow:hidden}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__globalProgressFill{background:linear-gradient(90deg, var(--primary), var(--secondary));border-radius:9999px;height:100%;transition:width .5s ease-out}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__yearsStatusGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;display:grid}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__yearStatusCard{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem;transition:all .2s;display:flex}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__yearStatusCard:hover{background:#ffffff0d}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__yearName{color:var(--text-main);font-size:1.2rem;font-weight:800}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__statusLabel{text-transform:uppercase;border-radius:6px;padding:.2rem .6rem;font-size:.8rem;font-weight:700}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__statusTermine{color:var(--success);background:#10b9811a;border:1px solid #10b98133}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__statusEnCours{color:var(--accent);background:#f59e0b1a;border:1px solid #f59e0b33}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__statusNonCommence{color:var(--text-muted);background:#ffffff0d;border:1px solid #ffffff1a}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__chartSection{background:#0f172a73;border:1px solid #ffffff0f;border-radius:24px;margin-bottom:3rem;padding:2.5rem;box-shadow:0 4px 6px -1px #0000001a}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__chartContainer{border-bottom:2px solid #ffffff1a;align-items:flex-end;gap:1.5rem;height:250px;margin-top:1rem;padding-top:2rem;display:flex;overflow-x:auto}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__chartBarWrapper{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;min-width:60px;height:100%;display:flex}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__chartBar{background:linear-gradient(180deg, var(--primary), #99322333);border-radius:8px 8px 0 0;width:100%;max-width:40px;transition:height .5s ease-out;position:relative}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__chartBar:hover{filter:brightness(1.2)}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__chartValue{color:var(--text-main);flex-direction:column;align-items:center;gap:.2rem;margin-bottom:.5rem;font-size:.85rem;font-weight:800;display:flex;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__chartLabel{color:var(--text-muted);margin-top:1rem;font-size:.85rem;font-weight:700}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__thSimulation,.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__tdSimulation{text-align:center}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__simulationBox{flex-direction:column;align-items:center;gap:.3rem;display:inline-flex}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__seuilText{color:var(--text-muted);font-size:.75rem;font-weight:600}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__badgeAdmis{color:#34d399;text-transform:uppercase;background:#10b98126;border:1px solid #10b9814d;border-radius:6px;padding:.3rem .6rem;font-size:.8rem;font-weight:800}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__badgeAjourne{color:#f87171;text-transform:uppercase;background:#ef444426;border:1px solid #ef44444d;border-radius:6px;padding:.3rem .6rem;font-size:.8rem;font-weight:800}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__accordionContainer{flex-direction:column;gap:1rem;width:100%;margin-top:1rem;display:flex}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__accordionItem{background:#0f172a99;border:1px solid #ffffff14;border-radius:16px;transition:all .3s;overflow:hidden}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__accordionHeader{cursor:pointer;background:#ffffff05;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;transition:background .2s;display:flex}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__accordionHeader:hover{background:#ffffff0f}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__accordionTitle{color:var(--text-main);align-items:center;gap:.75rem;margin:0;font-size:1.2rem;font-weight:800;display:flex}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__accordionIcon{color:var(--primary)}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__accordionToggle{color:var(--text-muted);transition:transform .3s}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__accordionToggle.dashboard-module__rhT8Tq__open{transform:rotate(180deg)}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__accordionContent{background:#0003;border-top:1px solid #ffffff0d;padding:1.5rem}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__yearAccordionItem{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;margin-bottom:1rem;transition:all .3s;overflow:hidden}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__yearAccordionItem:last-child{margin-bottom:0}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__yearAccordionHeader{cursor:pointer;justify-content:space-between;align-items:center;padding:1rem 1.25rem;transition:background .2s;display:flex}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__yearAccordionHeader:hover{background:#ffffff0f}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__yearTitle{color:var(--text-main);font-size:1.05rem;font-weight:700}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__bestScoreBadge{color:var(--success);background:#10b98126;border:1px solid #10b9814d;border-radius:20px;margin-left:1rem;padding:.35rem .85rem;font-size:.85rem;font-weight:800}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__yearAccordionContent{background:#0000004d;border-top:1px solid #ffffff0d;padding:1rem}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__historyTableWrapper{overflow-x:auto}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__historyTable{border-collapse:collapse;text-align:left;width:100%;font-size:.95rem}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__historyTable th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #ffffff1a;padding:.85rem 1rem;font-size:.8rem;font-weight:700}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__historyTable td{color:var(--text-main);border-bottom:1px solid #ffffff0d;padding:1rem}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__historyTable tr:last-child td{border-bottom:none}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__tableRightAlign{text-align:right!important}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__paymentDetailsBox{text-align:left;background:#1e293b66;border:1px solid #ffffff14;border-radius:16px;margin:1.5rem 0;padding:1.5rem}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__paymentDetailItem{margin-bottom:1rem}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__paymentDetailItem:last-child{margin-bottom:0}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__paymentLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.8rem;font-weight:700;display:block}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__paymentValue{color:var(--accent);letter-spacing:1px;font-family:monospace;font-size:1.1rem;font-weight:850}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__paymentInputGroup{text-align:left;margin-top:1.5rem}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__paymentInputLabel{color:var(--text-main);margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:block}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__paymentInput{width:100%;color:var(--text-main);background:#0f172a99;border:1px solid #ffffff1a;border-radius:12px;outline:none;padding:.85rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__paymentInput:focus{border-color:var(--primary);box-shadow:0 0 10px #99322333}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__paymentActionRow{gap:1rem;margin-top:2rem;display:flex}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__paymentBackBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:12px;flex:1;padding:.85rem;font-size:.95rem;font-weight:700;transition:all .2s}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__paymentBackBtn:hover{color:var(--text-main);background:#ffffff0a}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__paymentSubmitBtn{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);color:#fff;cursor:pointer;border:none;border-radius:12px;flex:2;padding:.85rem;font-size:.95rem;font-weight:700;transition:all .2s;box-shadow:0 6px 16px #99322359}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__paymentSubmitBtn:hover{transform:translateY(-1px);box-shadow:0 10px 24px #99322380}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__lockedSection{justify-content:center;align-items:center;min-height:50vh;padding:2rem;display:flex}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__lockedContainer{text-align:center;background:#0f172a66;border:1px solid #ffffff0d;border-radius:24px;flex-direction:column;align-items:center;gap:1rem;max-width:500px;padding:4rem 3rem;display:flex}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__lockedIcon{margin-bottom:1rem;font-size:4rem;display:block}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__lockedContainer h2{color:var(--text-main);margin:0;font-size:1.8rem;font-weight:800}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__lockedContainer p{color:var(--text-muted);margin:0;line-height:1.6}@media (max-width:1024px){.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__pricingGrid{grid-template-columns:1fr;max-width:450px}}@media (max-width:768px){.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__premiumPackCard{flex-direction:column!important;align-items:stretch!important;gap:1rem!important;padding:1.5rem!important}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__premiumPackYearsContainer{margin-top:1rem;justify-content:flex-start!important}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__premiumModalContent{width:95%;margin:1rem;padding:2rem 1.5rem}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__paymentActionRow{flex-direction:column}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__paymentSubmitBtn,.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__paymentBackBtn{width:100%}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__yearsPageGrid{grid-template-columns:1fr}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__yearsPageHeader{text-align:center}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__dropdownContainer{width:100%}}@media (max-width:480px){.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__premiumModalContent{width:98%!important;margin:.5rem!important;padding:1.5rem 1rem!important}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__premiumModalSubtitle{padding:0 .5rem;margin-bottom:1rem!important;font-size:.85rem!important}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__premiumModalTitle{font-size:1.5rem}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__planPrice{font-size:2rem}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__yearsPageTitle{font-size:1.8rem}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__paymentDetailItem{flex-direction:column;align-items:flex-start;gap:.25rem}}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__pendingRequestView{text-align:center;flex-direction:column;align-items:center;padding:1rem 0;display:flex}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__pendingIconContainer{background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;display:flex}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__pendingIcon{color:#f59e0b;width:32px;height:32px}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__pendingModalTitle{color:var(--text-main);margin-bottom:.75rem;font-size:1.5rem;font-weight:800}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__pendingModalSubtitle{color:var(--text-muted);margin-bottom:2rem;font-size:1rem;line-height:1.5}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__receiptBox{text-align:left;background:#ffffff08;border:1px dashed #ffffff26;border-radius:12px;width:100%;margin-bottom:2rem;padding:1.25rem}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__receiptLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.85rem}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__receiptValue{color:var(--text-main);font-size:1.1rem;font-weight:600}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__modifyOfferBtn{width:100%;color:var(--text-main);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:1rem;font-size:1.05rem;font-weight:700;transition:all .2s}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__modifyOfferBtn:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__whatsappBox{text-align:center;background:#99322314;border:1px solid #99322340;border-radius:16px;flex-direction:column;align-items:center;gap:.6rem;margin:1.5rem 0;padding:1.25rem;display:flex;box-shadow:0 4px 15px #9932230d}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__whatsappHeader{color:var(--secondary);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;margin-bottom:.2rem;font-size:.85rem;font-weight:800;display:flex}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__whatsappIcon{width:18px;height:18px;color:var(--secondary)}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__whatsappTextAr{color:var(--text-main);direction:rtl;margin:0;font-size:1.1rem;font-weight:700}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__whatsappTextFr{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.4}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__whatsappLink{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.6rem 1.5rem;font-size:1.1rem;font-weight:800;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #9932234d;color:#fff!important}.dashboard-module__rhT8Tq__badgeAdmis .dashboard-module__rhT8Tq__whatsappLink:hover{background:linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);transform:translateY(-2px);box-shadow:0 6px 16px #99322373}
.guide-module__1R_BOW__container{color:#fff;background:linear-gradient(135deg,#000 0%,#0f172a 100%);justify-content:center;align-items:center;min-height:100vh;padding:8rem 1rem 4rem;display:flex}.guide-module__1R_BOW__content{width:100%;max-width:800px}.guide-module__1R_BOW__header{text-align:center;margin-bottom:4rem}.guide-module__1R_BOW__title{background:linear-gradient(90deg,#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:800}.guide-module__1R_BOW__subtitle{color:#94a3b8;max-width:600px;margin:0 auto;font-size:1.2rem}.guide-module__1R_BOW__langSwitcher{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:99px;justify-content:center;align-items:center;gap:.5rem;width:fit-content;margin-top:2rem;margin-left:auto;margin-right:auto;padding:.4rem;display:flex}.guide-module__1R_BOW__langBtn{color:#cbd5e1;cursor:pointer;background:0 0;border:none;border-radius:99px;padding:.6rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.guide-module__1R_BOW__langBtn:hover{color:#fff;background:#ffffff1a}.guide-module__1R_BOW__active{color:#fff;background:linear-gradient(135deg,#ea4335 0%,#b91c1c 100%);box-shadow:0 4px 15px #ea433566}.guide-module__1R_BOW__active:hover{background:linear-gradient(135deg,#f87171 0%,#dc2626 100%)}.guide-module__1R_BOW__stepsContainer{flex-direction:column;gap:2rem;display:flex;position:relative}.guide-module__1R_BOW__stepsContainer:before{content:"";background:#ffffff1a;width:2px;position:absolute;top:2rem;bottom:2rem;left:2.5rem}.guide-module__1R_BOW__stepCard{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;padding:2.5rem;transition:all .3s;display:flex;position:relative}.guide-module__1R_BOW__stepCard:hover{background:#ffffff0d;border-color:#ffffff26;transform:translateY(-2px)}.guide-module__1R_BOW__stepNumber{color:#fff;z-index:2;background:linear-gradient(135deg,#ea4335 0%,#b91c1c 100%);border:4px solid #0f172a;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.5rem;font-weight:800;display:flex;position:absolute;top:2.5rem;left:-1.5rem;box-shadow:0 0 20px #ea433566}.guide-module__1R_BOW__stepContent{margin-left:2rem}.guide-module__1R_BOW__stepTitle{color:#fff;margin-bottom:1rem;font-size:1.8rem;font-weight:700}.guide-module__1R_BOW__stepDescription{color:#cbd5e1;font-size:1.1rem;line-height:1.6}.guide-module__1R_BOW__highlightBox{background:#ea43351a;border-left:4px solid #ea4335;border-radius:0 12px 12px 0;margin-top:1.5rem;padding:1.25rem}.guide-module__1R_BOW__highlightText{color:#f87171;margin:0;font-size:1rem;font-weight:500}.guide-module__1R_BOW__ctaContainer{text-align:center;margin-top:4rem}.guide-module__1R_BOW__ctaButton{color:#fff;background:linear-gradient(90deg,#ea4335,#b91c1c);border-radius:9999px;justify-content:center;align-items:center;padding:1rem 2.5rem;font-size:1.2rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 25px -5px #ea433580}.guide-module__1R_BOW__ctaButton:hover{transform:translateY(-2px);box-shadow:0 15px 35px -5px #ea433599}@media (max-width:768px){.guide-module__1R_BOW__stepsContainer:before{display:none}.guide-module__1R_BOW__stepCard{flex-direction:column;padding:2rem 1.5rem}.guide-module__1R_BOW__stepNumber{border:none;margin-bottom:1.5rem;position:relative;top:0;left:0}.guide-module__1R_BOW__stepContent{margin-left:0}.guide-module__1R_BOW__title{font-size:2.2rem}}
