.auth-module__K2bxqa__authTopbar{background:var(--bg-card);border-bottom:1px solid var(--border-color);justify-content:flex-start;align-items:center;height:80px;padding:0 10%;display:flex}.auth-module__K2bxqa__authTopbarBrand{align-items:center;gap:12px;text-decoration:none;display:flex}.auth-module__K2bxqa__authTopbarLogoIcon{color:#fff;background-color:#9c1010;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-family:Arial,sans-serif;font-size:1.5rem;font-weight:900;display:flex}.auth-module__K2bxqa__authTopbarText{flex-direction:column;display:flex}.auth-module__K2bxqa__authTopbarTitle{font-family:var(--font-heading);color:var(--text-dark);font-size:1rem;font-weight:700;line-height:1.2}.auth-module__K2bxqa__authTopbarSubtitle{color:var(--text-light);letter-spacing:.5px;font-size:.65rem;font-weight:600}.auth-module__K2bxqa__authMain{background:radial-gradient(circle at top left, #9c101014 0%, var(--color-section-alt) 40%, var(--bg-card-alt) 100%);justify-content:center;align-items:flex-start;min-height:calc(100vh - 80px);padding:4rem 1.5rem;display:flex}.auth-module__K2bxqa__authSection{width:100%;max-width:520px;margin:auto 0}.auth-module__K2bxqa__authContainer{background:var(--bg-card);border-radius:var(--radius-lg);padding:3.5rem 3rem;animation:.5s cubic-bezier(.16,1,.3,1) forwards auth-module__K2bxqa__slideUp;box-shadow:0 15px 45px #0000001f,0 5px 15px #0000000f}.auth-module__K2bxqa__authHeader{text-align:center;margin-bottom:2rem}.auth-module__K2bxqa__authLogoIcon{background-color:var(--accent);color:#fff;width:48px;height:48px;font-family:var(--font-heading);border-radius:12px;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.5rem;font-weight:700;display:flex}.auth-module__K2bxqa__authHeaderTitle{font-family:var(--font-heading);color:var(--text-heading);margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.auth-module__K2bxqa__authHeaderSubtitle{font-family:var(--font-primary);color:var(--text-muted);font-size:.85rem}.auth-module__K2bxqa__authTabs{border-bottom:1px solid var(--border-color);margin-bottom:2.5rem;padding-bottom:0;display:flex}.auth-module__K2bxqa__authTab{text-align:center;color:var(--text-muted);font-family:var(--font-primary);cursor:pointer;transition:var(--transition);background:0 0;border:1px solid #0000;border-bottom:none;flex:1;margin-bottom:-1px;padding:.75rem;font-size:.85rem;font-weight:600}.auth-module__K2bxqa__authTab:hover{color:var(--text-heading)}.auth-module__K2bxqa__authTabActive{color:var(--accent);border:1px solid var(--text-heading);border-radius:var(--radius-sm) var(--radius-sm) 0 0;background:var(--bg-card)}.auth-module__K2bxqa__authFormContainer{animation:.3s forwards auth-module__K2bxqa__fadeIn;display:none}.auth-module__K2bxqa__authFormContainerActive{display:block}.auth-module__K2bxqa__formGroup{text-align:left;margin-bottom:1.5rem}.auth-module__K2bxqa__formRow{gap:1rem;display:flex}.auth-module__K2bxqa__formRow .auth-module__K2bxqa__formGroup{flex:1}.auth-module__K2bxqa__formGroup label{font-family:var(--font-primary);color:var(--text-heading);margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:block}.auth-module__K2bxqa__formGroup input,.auth-module__K2bxqa__formGroup select{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;color:var(--text-heading);font-family:var(--font-primary);transition:var(--transition);padding:.75rem 1rem;font-size:.85rem}.auth-module__K2bxqa__formGroup input:focus,.auth-module__K2bxqa__formGroup select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light);outline:none}.auth-module__K2bxqa__passwordInputWrapper{align-items:center;width:100%;display:flex;position:relative}.auth-module__K2bxqa__passwordInputWrapper input{padding-right:2.5rem}.auth-module__K2bxqa__passwordInputWrapper input::-ms-reveal{display:none}.auth-module__K2bxqa__passwordInputWrapper input::-ms-clear{display:none}.auth-module__K2bxqa__passwordToggleBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex;position:absolute;right:.75rem}.auth-module__K2bxqa__passwordToggleBtn:hover{color:var(--text-heading)}.auth-module__K2bxqa__termsGroup{margin-bottom:1.5rem}.auth-module__K2bxqa__termsLabel{color:var(--text-body);cursor:pointer;align-items:flex-start;gap:.5rem;font-size:.8rem;font-weight:400;display:flex}.auth-module__K2bxqa__termsLabel input[type=checkbox]{width:auto;accent-color:var(--accent);margin-top:.2rem}.auth-module__K2bxqa__termsLabel a{color:var(--accent);font-weight:500;text-decoration:none}.auth-module__K2bxqa__termsLabel a:hover{text-decoration:underline}.auth-module__K2bxqa__authFooterLink{text-align:center;color:var(--text-muted);margin-top:1.5rem;font-size:.85rem}.auth-module__K2bxqa__authFooterLink a{color:var(--accent);font-weight:600;text-decoration:none}.auth-module__K2bxqa__authFooterLink a:hover{text-decoration:underline}.auth-module__K2bxqa__btnBlock{width:100%;margin-top:1rem;padding:.8rem;font-size:.95rem}.auth-module__K2bxqa__authError{color:#ff4d4d;margin-top:.5rem;margin-bottom:1rem;font-size:.85rem;display:none}.auth-module__K2bxqa__authErrorVisible{display:block}.auth-module__K2bxqa__authMessage{color:#2e7d32;margin-bottom:1rem;font-size:.85rem;display:none}.auth-module__K2bxqa__authMessageVisible{display:block}@keyframes auth-module__K2bxqa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes auth-module__K2bxqa__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:576px){.auth-module__K2bxqa__authContainer{padding:2rem 1.5rem}}
.components-module__4dRL9a__topbar{height:var(--topbar-height);background:var(--bg-topbar);border-bottom:1px solid var(--border-light);z-index:1000;transition:left var(--transition), box-shadow var(--transition);justify-content:space-between;align-items:center;padding:0 24px;display:flex;position:fixed;top:0;left:0;right:0}.components-module__4dRL9a__topbarScrolled{box-shadow:var(--shadow-md)}.components-module__4dRL9a__topbarLeft{align-items:center;gap:16px;display:flex}.components-module__4dRL9a__hamburgerBtn{color:var(--text-heading);cursor:pointer;border-radius:var(--radius-sm);transition:background var(--transition);background:0 0;border:none;justify-content:center;align-items:center;padding:4px 8px;font-size:24px;display:flex}.components-module__4dRL9a__hamburgerBtn:hover{background:var(--bg-card-alt)}.components-module__4dRL9a__topbarLogo{font-family:var(--font-heading);letter-spacing:-.5px;align-items:center;gap:4px;font-size:20px;font-weight:800;text-decoration:none;display:flex}.components-module__4dRL9a__topbarCenter{text-align:center;color:var(--text-muted);font-size:var(--font-size-sm);flex:1;display:none}.components-module__4dRL9a__topbarRight{align-items:center;gap:16px;display:flex}.components-module__4dRL9a__btnTopbarCta{border:1.5px solid var(--color-red-deep);color:var(--color-red-deep);font-size:var(--font-size-sm);cursor:pointer;transition:all var(--transition);font-weight:600;font-family:var(--font-primary);white-space:nowrap;background:0 0;border-radius:20px;padding:8px 20px;text-decoration:none}.components-module__4dRL9a__btnTopbarCta:hover{background:var(--color-red-deep);color:var(--color-white)}.components-module__4dRL9a__bellBtn{color:var(--text-heading);cursor:pointer;transition:color var(--transition);background:0 0;border:none;padding:4px;font-size:22px;position:relative}.components-module__4dRL9a__bellBtn:hover{color:var(--color-red-deep)}.components-module__4dRL9a__bellBadge{background:var(--color-red-vivid);border:2px solid var(--bg-topbar);border-radius:50%;width:10px;height:10px;position:absolute;top:0;right:0}@media (max-width:768px){.components-module__4dRL9a__topbar{padding:0 16px}.components-module__4dRL9a__btnTopbarCta{display:none}.components-module__4dRL9a__topbarLogo{font-size:17px}}@media (min-width:1025px){.components-module__4dRL9a__topbarCenter{display:block}}.components-module__4dRL9a__sidebar{width:var(--sidebar-width);background:var(--bg-sidebar);border-right:1px solid var(--border-light);z-index:1002;height:100vh;box-shadow:var(--shadow-sm);flex-direction:column;transition:transform .3s;display:flex;position:fixed;top:0;left:0;overflow:hidden;transform:translate(-280px)}.components-module__4dRL9a__sidebarOpen{transform:translate(0)}.components-module__4dRL9a__sidebarScrollable{flex:1;margin-right:8px;padding-bottom:24px;overflow:hidden auto}.components-module__4dRL9a__sidebarScrollable .components-module__4dRL9a__navItem{margin-right:8px}.components-module__4dRL9a__sidebarScrollable .components-module__4dRL9a__navLabel{padding-right:12px}.components-module__4dRL9a__sidebarScrollable::-webkit-scrollbar{width:6px}.components-module__4dRL9a__sidebarScrollable::-webkit-scrollbar-track{background:0 0}.components-module__4dRL9a__sidebarScrollable::-webkit-scrollbar-thumb{background:var(--color-gray-400);border-radius:10px}.components-module__4dRL9a__sidebarLogoBlock{justify-content:space-between;align-items:center;padding:16px 20px 32px;display:flex;position:relative}.components-module__4dRL9a__sidebarLogo{font-family:var(--font-heading);letter-spacing:-.5px;gap:4px;font-size:18px;font-weight:800;display:flex}.components-module__4dRL9a__sidebarTagline{display:none}.components-module__4dRL9a__sidebarClose{color:var(--text-muted);cursor:pointer;transition:all var(--transition);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;font-size:20px;display:flex}.components-module__4dRL9a__sidebarClose:hover{color:var(--text-heading);background:var(--bg-card-alt)}.components-module__4dRL9a__sidebarUser{background-color:var(--color-red-tint-warm);border-radius:16px;justify-content:center;align-items:center;gap:12px;margin:0 24px 12px;padding:12px;display:flex}.components-module__4dRL9a__userAvatar{background:var(--color-red-deep);width:44px;height:44px;color:var(--color-white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:700;display:flex}.components-module__4dRL9a__userInfo{min-width:0}.components-module__4dRL9a__userName{color:var(--text-heading);align-items:center;gap:6px;font-size:15px;font-weight:700;display:flex}.components-module__4dRL9a__userBadge{border:1px solid var(--color-red-deep);color:var(--color-red-deep);background:var(--color-white);letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;border-radius:12px;padding:2px 4px;font-size:9px;font-weight:700}.components-module__4dRL9a__userEmail{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:12.5px;overflow:hidden}.components-module__4dRL9a__sidebarActionBtn{font-size:var(--font-size-sm);cursor:pointer;transition:all var(--transition);text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:10px;width:calc(100% - 48px);margin:0 24px 8px;padding:10px 14px;font-weight:600;text-decoration:none;display:flex}.components-module__4dRL9a__sidebarActionBtnAdmin{background-color:var(--color-red-tint-warm);color:var(--color-red-deep)}.components-module__4dRL9a__sidebarActionBtnLogout{background-color:var(--color-white);border-color:var(--border-light);color:var(--text-body)}.components-module__4dRL9a__sidebarActionBtnGold{color:#b07d00;background-color:#fffcf2;border-color:#f2e1b1;flex-direction:row;align-items:center;display:flex}.components-module__4dRL9a__sidebarActionBtnGoldIcon{color:#b07d00}.components-module__4dRL9a__sidebarActionBtnGoldText{flex-direction:column;display:flex}.components-module__4dRL9a__sidebarLoginSection{padding:12px 16px}.components-module__4dRL9a__btnSidebarLogin{background-color:var(--color-red-deep);color:#fff;width:100%;font-weight:600;font-size:var(--font-size-sm);text-align:center;font-family:var(--font-primary);transition:background var(--transition);border:none;border-radius:12px;padding:10px 14px;text-decoration:none;display:block}.components-module__4dRL9a__btnSidebarLogin:hover{background-color:var(--color-red-darker)}.components-module__4dRL9a__sidebarQuickAction{padding:12px 16px}.components-module__4dRL9a__btnSidebarCta{background:var(--color-red-deep);width:100%;color:var(--color-white);border-radius:var(--radius-sm);font-weight:600;font-size:var(--font-size-sm);cursor:pointer;text-align:center;font-family:var(--font-primary);transition:background var(--transition);border:none;padding:10px 14px;display:block}.components-module__4dRL9a__btnSidebarCta:hover{background:var(--color-red-darker)}.components-module__4dRL9a__sidebarNavSection{padding:8px 0}.components-module__4dRL9a__navLabel{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin-top:12px;margin-bottom:6px;padding:0 20px;font-size:10px;font-weight:700}.components-module__4dRL9a__navItem{margin:0 16px 4px;position:relative}.components-module__4dRL9a__navLink{color:var(--text-heading);font-size:var(--font-size-sm);transition:all var(--transition);cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:10px;width:100%;padding:10px 14px;font-weight:600;text-decoration:none;display:flex}.components-module__4dRL9a__navLink:hover{color:var(--color-red-deep);background:var(--color-red-tint-warm)}.components-module__4dRL9a__navLinkActive{color:var(--color-red-deep);background:var(--color-red-tint-warm);font-weight:700}.components-module__4dRL9a__navLinkIcon{text-align:center;flex-shrink:0;justify-content:center;align-items:center;width:20px;font-size:18px;display:flex}.components-module__4dRL9a__navLinkText{text-align:left;flex:1}.components-module__4dRL9a__navArrow{color:var(--text-muted);font-size:12px;transition:transform .3s}.components-module__4dRL9a__navItemOpen .components-module__4dRL9a__navArrow{transform:rotate(180deg)}.components-module__4dRL9a__navSubLinks{max-height:0;transition:max-height .3s;overflow:hidden}.components-module__4dRL9a__navItemOpen .components-module__4dRL9a__navSubLinks{max-height:500px}.components-module__4dRL9a__navSubLink{color:var(--text-body);font-size:var(--font-size-sm);transition:all var(--transition);border-radius:12px;padding:8px 16px 8px 46px;font-weight:600;text-decoration:none;display:block}.components-module__4dRL9a__navSubLink:hover{color:var(--color-red-deep);background:var(--color-red-tint-warm)}.components-module__4dRL9a__navSubLinkActive{color:var(--color-red-deep);font-weight:700}.components-module__4dRL9a__sidebarDivider{background:var(--border-light);border:none;height:1px;margin:8px 20px}.components-module__4dRL9a__btn{font-family:var(--font-primary);font-weight:600;font-size:var(--font-size-base);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:8px;padding:12px 28px;text-decoration:none;display:inline-flex}.components-module__4dRL9a__btnPrimary{background:var(--color-red-deep);color:var(--color-white);box-shadow:var(--shadow-sm)}.components-module__4dRL9a__btnPrimary:hover{background:var(--color-red-darker);box-shadow:var(--shadow-md)}.components-module__4dRL9a__btnOutline{border:1px solid var(--text-heading);color:var(--text-heading);background:var(--color-white)}.components-module__4dRL9a__btnOutline:hover{background:var(--color-gray-50)}.components-module__4dRL9a__badgePill{border:1px solid var(--color-red-deep);color:var(--color-red-deep);background:0 0;border-radius:20px;align-items:center;gap:6px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.components-module__4dRL9a__sectionBadge{border:1.5px solid var(--color-red-deep);color:var(--color-red-deep);background:var(--color-red-tint-warm);letter-spacing:.1em;text-transform:uppercase;border-radius:20px;margin-bottom:16px;padding:6px 20px;font-size:12px;font-weight:600;display:inline-block}.components-module__4dRL9a__toolCard{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-lg);transition:all var(--transition);box-shadow:var(--shadow-card);padding:24px;text-decoration:none;display:block;position:relative;overflow:hidden}.components-module__4dRL9a__toolCard:before{content:"";background:var(--color-red-deep);transform-origin:0;height:3px;transition:transform .35s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.components-module__4dRL9a__toolCard:hover{border-color:var(--color-red-blush);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.components-module__4dRL9a__toolCard:hover:before{transform:scaleX(1)}.components-module__4dRL9a__cardIcon{margin-bottom:16px;font-size:32px}.components-module__4dRL9a__cardTag{font-size:var(--font-size-xs);color:var(--color-gray-500);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-weight:600}.components-module__4dRL9a__cardTitle{font-size:var(--font-size-md);color:var(--text-heading);margin-bottom:10px}.components-module__4dRL9a__cardDesc{color:var(--text-body);font-size:14px;line-height:1.6}.components-module__4dRL9a__cardCta{font-size:var(--font-size-sm);color:var(--color-red-deep);transition:all var(--transition);margin-top:16px;font-weight:600;display:block}.components-module__4dRL9a__toolCard:hover .components-module__4dRL9a__cardCta{letter-spacing:.02em}.components-module__4dRL9a__notifItem{border-bottom:1px solid var(--border-light);opacity:0;gap:16px;padding:16px 0;animation:.4s forwards components-module__4dRL9a__notifFadeIn;display:flex;transform:translateY(8px)}.components-module__4dRL9a__notifItem:last-child{border-bottom:none}@keyframes components-module__4dRL9a__notifFadeIn{to{opacity:1;transform:translateY(0)}}.components-module__4dRL9a__notifIcon{flex-shrink:0;margin-top:2px;font-size:24px}.components-module__4dRL9a__notifBody{flex:1;min-width:0}.components-module__4dRL9a__notifMeta{align-items:center;gap:12px;margin-bottom:4px;display:flex}.components-module__4dRL9a__notifTag{font-size:var(--font-size-xs);letter-spacing:.05em;text-transform:uppercase;font-weight:600}.components-module__4dRL9a__notifTime{font-size:var(--font-size-xs);color:var(--text-muted)}.components-module__4dRL9a__notifTitle{font-size:var(--font-size-base);color:var(--text-heading);margin-bottom:4px;font-weight:600}.components-module__4dRL9a__notifDesc{font-size:var(--font-size-sm);color:var(--text-body);line-height:1.5}.components-module__4dRL9a__notifLoading{text-align:center;color:var(--text-muted);font-size:var(--font-size-sm);padding:24px}.components-module__4dRL9a__btnLoadMore{background:var(--color-white);border:1px solid var(--border-color);width:100%;color:var(--text-heading);font-size:var(--font-size-sm);border-radius:var(--radius-sm);cursor:pointer;font-weight:600;font-family:var(--font-primary);transition:all var(--transition);margin-top:8px;padding:12px;display:block}.components-module__4dRL9a__btnLoadMore:hover{border-color:var(--color-gray-400);background:var(--color-gray-50)}.components-module__4dRL9a__liveBadge{color:var(--color-red-vivid);letter-spacing:.05em;align-items:center;gap:4px;font-size:12px;font-weight:600;animation:1.5s ease-in-out infinite components-module__4dRL9a__livePulse;display:flex}@keyframes components-module__4dRL9a__livePulse{0%,to{opacity:1}50%{opacity:.4}}.components-module__4dRL9a__footer{background:var(--color-white);border-top:1px solid var(--border-light);padding:60px 32px 0;box-shadow:0 -4px 20px #00000005}.components-module__4dRL9a__footerGrid{max-width:var(--max-content-w);grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;margin:0 auto;display:grid}.components-module__4dRL9a__footerBrandLogoText{font-family:var(--font-heading);color:var(--text-heading);letter-spacing:-.5px;margin-bottom:12px;font-size:20px;font-weight:800}.components-module__4dRL9a__footerBrandDesc{font-size:var(--font-size-sm);color:var(--text-body);max-width:260px;line-height:1.6}.components-module__4dRL9a__footerSocials{gap:12px;margin-top:24px;display:flex}.components-module__4dRL9a__footerSocialLink{border:1px solid var(--border-color);background:var(--color-white);width:36px;height:36px;color:var(--text-heading);transition:all var(--transition);border-radius:50%;justify-content:center;align-items:center;font-size:16px;display:flex}.components-module__4dRL9a__footerSocialLink:hover{border-color:var(--color-red-deep);color:var(--color-red-deep);background:var(--color-red-tint-warm)}.components-module__4dRL9a__footerCol h4{color:var(--text-heading);margin-bottom:20px;font-size:14px}.components-module__4dRL9a__footerCol a{font-size:var(--font-size-sm);color:var(--text-body);transition:color var(--transition);padding:6px 0;display:block}.components-module__4dRL9a__footerCol a:hover{color:var(--color-red-deep)}.components-module__4dRL9a__footerBottom{border-top:1px solid var(--border-light);max-width:var(--max-content-w);justify-content:space-between;align-items:center;margin-top:60px;margin-left:auto;margin-right:auto;padding:24px 0;display:flex}.components-module__4dRL9a__footerBottom p{font-size:var(--font-size-sm);color:var(--text-muted);margin:0}@media (max-width:768px){.components-module__4dRL9a__footerGrid{grid-template-columns:1fr 1fr;gap:40px}.components-module__4dRL9a__footer{padding:40px 20px 0}.components-module__4dRL9a__footerBottom{text-align:center;flex-direction:column;gap:8px}}@media (max-width:480px){.components-module__4dRL9a__footerGrid{grid-template-columns:1fr;gap:32px}}
.sections-module__6gzkAW__hero{background:var(--bg-primary);text-align:center;padding:80px 20px;position:relative;overflow:hidden}.sections-module__6gzkAW__hero:before{content:"";background:radial-gradient(circle, var(--color-red-tint-warm) 0%, transparent 70%);pointer-events:none;z-index:0;width:800px;height:800px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.sections-module__6gzkAW__heroInner{z-index:1;max-width:900px;margin:0 auto;position:relative}.sections-module__6gzkAW__heroTitle{font-size:var(--font-size-hero);color:var(--text-heading);letter-spacing:-1px;margin-bottom:20px;line-height:1.15}.sections-module__6gzkAW__subtitle{color:var(--text-body);font-size:var(--font-size-md);max-width:680px;margin:0 auto 32px;line-height:1.7}.sections-module__6gzkAW__heroCtaRow{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:56px;display:flex}.sections-module__6gzkAW__heroStats{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-light);flex-wrap:wrap;justify-content:center;gap:40px;margin-top:16px;padding:32px;display:flex}.sections-module__6gzkAW__stat{text-align:center}.sections-module__6gzkAW__statValue{color:var(--color-red-deep);margin-bottom:4px;font-size:32px;font-weight:600;display:block}.sections-module__6gzkAW__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:13px;font-weight:600}@media (max-width:768px){.sections-module__6gzkAW__hero{padding:60px 16px 40px}.sections-module__6gzkAW__heroStats{gap:24px;padding:24px}.sections-module__6gzkAW__statValue{font-size:24px}.sections-module__6gzkAW__subtitle{font-size:16px}}@media (max-width:480px){.sections-module__6gzkAW__heroTitle{font-size:32px}}.sections-module__6gzkAW__tools{max-width:calc(var(--max-content-w) + 48px);margin:0 auto;padding:80px 24px;position:relative}.sections-module__6gzkAW__toolsSectionBadge{text-align:center;width:fit-content;margin:0 auto 16px;display:block}.sections-module__6gzkAW__toolsTitle{text-align:center;font-size:var(--font-size-xl);letter-spacing:-.5px;margin-bottom:12px}.sections-module__6gzkAW__sectionSubtitle{text-align:center;color:var(--text-body);font-size:var(--font-size-md);margin-bottom:48px}.sections-module__6gzkAW__toolsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}@media (max-width:768px){.sections-module__6gzkAW__tools{padding:60px 16px}.sections-module__6gzkAW__toolsGrid{grid-template-columns:1fr}.sections-module__6gzkAW__toolsTitle{font-size:var(--font-size-lg)}}.sections-module__6gzkAW__notifications{max-width:calc(var(--max-content-w) + 48px);margin:0 auto;padding:0 24px 80px}.sections-module__6gzkAW__notificationsContainer{background:var(--color-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:32px}.sections-module__6gzkAW__sectionHeader{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;display:flex}.sections-module__6gzkAW__sectionHeaderTitle{font-size:var(--font-size-lg);letter-spacing:-.5px}@media (max-width:768px){.sections-module__6gzkAW__notifications{padding:0 16px 60px}.sections-module__6gzkAW__notificationsContainer{padding:24px}.sections-module__6gzkAW__sectionHeaderTitle{font-size:var(--font-size-md)}}
