.advanced-search{width:100%;max-width:700px;margin:0 auto;position:relative}.search-form{gap:8px;width:100%;display:flex}.search-input-wrapper{flex:1;align-items:center;display:flex;position:relative}.search-input{border:2px solid var(--color-border,#e0e0e0);background:var(--color-bg,#fff);width:100%;color:var(--color-text,#2d3748);border-radius:12px;outline:none;padding:14px 48px 14px 44px;font-size:16px;line-height:1.5;transition:all .2s}.search-input:focus{border-color:var(--color-primary,#3b82f6);box-shadow:0 0 0 3px #3b82f61a}.search-input::placeholder{color:var(--color-text-muted,#9ca3af)}.search-icon{color:var(--color-text-muted,#9ca3af);pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.search-spinner{justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:48px;transform:translateY(-50%)}.spinner{border:2px solid var(--color-border,#e0e0e0);border-top-color:var(--color-primary,#3b82f6);border-radius:50%;width:18px;height:18px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.clear-button{color:var(--color-text-muted,#9ca3af);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px;transition:all .2s;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.clear-button:hover{background:var(--color-bg-hover,#f3f4f6);color:var(--color-text,#2d3748)}.search-button{background:var(--color-primary,#3b82f6);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:12px;padding:14px 28px;font-size:16px;font-weight:600;transition:all .2s}.search-button:hover:not(:disabled){background:var(--color-primary-dark,#2563eb);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.search-button:disabled{opacity:.5;cursor:not-allowed}.search-dropdown{border:1px solid var(--color-border,#e0e0e0);z-index:1000;background:#fff;border-radius:12px;max-height:500px;animation:.2s slideDown;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001f}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.search-loading{color:var(--color-text-muted,#9ca3af);justify-content:center;align-items:center;gap:12px;padding:32px;display:flex}.search-error{color:var(--color-error,#ef4444);background:var(--color-error-bg,#fef2f2);border-radius:8px;align-items:center;gap:12px;margin:12px;padding:20px;display:flex}.search-no-results{text-align:center;color:var(--color-text-muted,#9ca3af);flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;display:flex}.search-no-results svg{opacity:.5;margin-bottom:12px}.search-no-results p{color:var(--color-text,#2d3748);margin:8px 0;font-size:16px;font-weight:500}.search-no-results small{color:var(--color-text-muted,#9ca3af);font-size:14px}.search-results-header{border-bottom:1px solid var(--color-border,#e0e0e0);color:var(--color-text-muted,#6b7280);text-transform:uppercase;letter-spacing:.5px;padding:12px 16px;font-size:13px;font-weight:600}.search-results-list{margin:0;padding:0;list-style:none}.search-result-item{cursor:pointer;border-bottom:1px solid var(--color-border,#f3f4f6);padding:16px;transition:background .15s}.search-result-item:last-child{border-bottom:none}.search-result-item:hover,.search-result-item.selected{background:var(--color-bg-hover,#f9fafb)}.result-content{flex-direction:column;gap:6px;display:flex}.result-category{background:var(--color-primary-light,#dbeafe);color:var(--color-primary,#3b82f6);text-transform:uppercase;letter-spacing:.5px;border-radius:6px;width:fit-content;padding:4px 10px;font-size:11px;font-weight:600;display:inline-block}.result-title{color:var(--color-text,#1f2937);margin:0;font-size:16px;font-weight:600;line-height:1.4}.result-excerpt{color:var(--color-text-muted,#6b7280);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:1.5;display:-webkit-box;overflow:hidden}.search-highlight{color:var(--color-text,#1f2937);background:#facc1566;border-radius:2px;padding:2px 0;font-weight:600}.result-meta{color:var(--color-text-muted,#9ca3af);gap:12px;font-size:12px;display:flex}.result-author,.result-date{align-items:center;gap:4px;display:flex}.search-footer{border-top:1px solid var(--color-border,#e0e0e0);text-align:center;padding:12px 16px}.view-all-link{color:var(--color-primary,#3b82f6);border-radius:6px;padding:8px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.view-all-link:hover{background:var(--color-primary-light,#dbeafe);color:var(--color-primary-dark,#2563eb)}@media (max-width:640px){.search-form{flex-direction:column}.search-button{width:100%}.search-input{padding:12px 44px 12px 40px;font-size:16px}.search-dropdown{max-height:400px}.result-title{font-size:15px}.result-excerpt{font-size:13px}}@media (prefers-reduced-motion:reduce){.search-dropdown,.spinner{animation:none}}@media (prefers-color-scheme:dark){.search-input{background:var(--color-bg-dark,#1f2937);border-color:var(--color-border-dark,#374151);color:var(--color-text-dark,#f9fafb)}.search-input:focus{border-color:var(--color-primary,#60a5fa)}.search-dropdown{background:var(--color-bg-dark,#1f2937);border-color:var(--color-border-dark,#374151)}.search-result-item:hover,.search-result-item.selected{background:var(--color-bg-hover-dark,#374151)}}
.Navbar-module__EIxHdq__navContainer{z-index:1000;background-color:#0b1f3b;width:100%;max-width:100vw;max-height:50px;transition:all .25s ease-in-out;position:fixed;top:0;left:0;overflow-x:hidden}.Navbar-module__EIxHdq__containerH{box-sizing:border-box;justify-content:space-between;align-items:center;gap:10px;width:100%;max-width:1400px;max-height:50px;margin:auto;padding:5px 10px;display:flex;position:relative}.Navbar-module__EIxHdq__logo1{align-items:center;gap:10px;text-decoration:none;display:flex}.Navbar-module__EIxHdq__logoImage{border-radius:20%;display:block}.Navbar-module__EIxHdq__brandName{font-size:2rem;font-weight:700;color:#fff!important}.Navbar-module__EIxHdq__navbar2{text-align:center;vertical-align:middle;white-space:nowrap;box-sizing:border-box;background-color:#0b1f3b;border-top:1px solid #625e5e;justify-content:center;width:100%;max-width:100vw;margin-top:50px;margin-left:auto;margin-right:auto;padding:10px;display:flex;overflow-x:auto}.Navbar-module__EIxHdq__navbar2List{text-align:center;justify-content:center;align-items:center;margin:0;padding:0;font-size:1.1rem;list-style:none;display:inline-flex}.Navbar-module__EIxHdq__navbar2List li{flex-shrink:0}.Navbar-module__EIxHdq__navbar2Link{white-space:nowrap;color:#fff;margin:5px 15px;text-decoration:none;transition:all .3s}.Navbar-module__EIxHdq__navbar2::-webkit-scrollbar{height:2px}.Navbar-module__EIxHdq__navbar2::-webkit-scrollbar-thumb{background-color:#1a1a1a;border-radius:10px}.Navbar-module__EIxHdq__brandNameSide{font-size:1.5rem;color:#fff!important}@supports (scrollbar-width:thin){.Navbar-module__EIxHdq__navbar2{scrollbar-width:thin;scrollbar-color:#1a1a1a transparent}}.Navbar-module__EIxHdq__navbarTop:hover a{color:#fff;border-bottom:3px solid;border-image:linear-gradient(90deg,#60a5fa,#10b981) 1;padding-bottom:2px;transition:width .3s;left:0}.Navbar-module__EIxHdq__navbarTop.Navbar-module__EIxHdq__active a{border-bottom:3px solid;border-image:linear-gradient(90deg,#60a5fa,#10b981) 1;width:fit-content;padding-bottom:2px;transition:all .3s;left:0}.Navbar-module__EIxHdq__btn{color:#fff;cursor:pointer;background:#0774e8;border:1px solid #fff;border-radius:5px;margin-right:20px;padding:6px 9px;font-size:1rem;text-decoration:none;transition:all .3s;display:inline-block}.Navbar-module__EIxHdq__btn:hover{background-color:#0774e8;scale:1.05}.Navbar-module__EIxHdq__writeBtn{color:#fff;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffff80;border-radius:5px;margin-right:8px;padding:6px 9px;font-size:1rem;text-decoration:none;transition:all .25s;display:inline-block}.Navbar-module__EIxHdq__writeBtn:hover{color:#fff;background:#ffffff1a;border-color:#fff}.Navbar-module__EIxHdq__themeToggleBtn{cursor:pointer;color:#fff;background:0 0;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:35px;min-width:35px;height:35px;min-height:35px;margin:0 10px;font-size:16px;transition:all .3s;display:flex;position:relative;overflow:hidden}.Navbar-module__EIxHdq__themeToggleBtn:hover{background-color:#ffffff1a;transform:scale(1.05);box-shadow:0 4px 15px #fff3}.Navbar-module__EIxHdq__themeToggleBtn:active{transform:scale(.95)}.Navbar-module__EIxHdq__sidenavbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;z-index:10000;background-color:#0b1f3b;border-right:1px solid #ffffff1a;width:320px;max-width:95vw;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;bottom:0;left:0;overflow:hidden;transform:translate(0);box-shadow:4px 0 24px #00000080}.Navbar-module__EIxHdq__sidenavbar.Navbar-module__EIxHdq__collapsed{box-shadow:none;transform:translate(-100%)}.Navbar-module__EIxHdq__sidebarContent{flex-direction:column;height:100%;padding:20px;display:flex;overflow-y:auto}.Navbar-module__EIxHdq__sidebarHeader{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;display:flex}.Navbar-module__EIxHdq__sidebarLogo{color:#fff;align-items:center;gap:12px;font-size:1.2rem;font-weight:700;text-decoration:none;display:flex}.Navbar-module__EIxHdq__closeBtn{color:#ffffffb3;cursor:pointer;background:#333;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:8px;font-size:1.5rem;transition:all .2s;display:flex}.Navbar-module__EIxHdq__closeBtn:hover{color:#fff;background-color:#333}.Navbar-module__EIxHdq__sidebarSearchForm{margin-bottom:30px}.Navbar-module__EIxHdq__searchWrapper{background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;padding:4px 12px;transition:all .2s;display:flex}.Navbar-module__EIxHdq__searchWrapper:focus-within{background-color:#ffffff1a!important;border-color:#ffffff4d!important}.Navbar-module__EIxHdq__sidebarSearchInput{flex:1;padding:12px 0;font-size:.95rem;color:#fff!important;background:0 0!important;border:none!important;outline:none!important}.Navbar-module__EIxHdq__sidebarSearchInput::placeholder{color:#fff6!important}.Navbar-module__EIxHdq__sidebarSearchBtn{color:#fff9;cursor:pointer;justify-content:center;align-items:center;padding:8px;transition:color .2s;display:flex;background:0 0!important;border:none!important}.Navbar-module__EIxHdq__sidebarSearchBtn:hover{color:#fff!important}.Navbar-module__EIxHdq__mobileNav{flex-direction:column;gap:8px;margin-bottom:auto;display:flex}.Navbar-module__EIxHdq__mobileNavLink{color:#fffc;border-left:3px solid #0000;border-radius:12px;padding:10px 16px;font-size:1.05rem;text-decoration:none;transition:all .2s;display:block}.Navbar-module__EIxHdq__mobileNavLink:hover{color:#fff;background-color:#ffffff0d;padding-left:20px}.Navbar-module__EIxHdq__mobileNavLink.Navbar-module__EIxHdq__active{color:#60a5fa;background-color:#1e90ff26;border-left:3px solid #60a5fa;font-weight:500}.Navbar-module__EIxHdq__mobileWriteLink{color:#60a5fa;background-color:#1e90ff14;border-left:3px solid #60a5fa;border-radius:12px;padding:10px 16px;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.Navbar-module__EIxHdq__mobileWriteLink:hover{color:#93c5fd;background-color:#1e90ff26;padding-left:20px}.Navbar-module__EIxHdq__sidebarFooter{text-align:center;color:#fff6;border-top:1px solid #ffffff1a;margin-top:30px;padding-top:20px;font-size:.85rem}.Navbar-module__EIxHdq__sidebarSocials{justify-content:center;gap:16px;margin-bottom:12px;display:flex}.Navbar-module__EIxHdq__socialIcon{color:#ddd;border:2px solid var(--brand-color,#9ca3af33);background:#37415199;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.6rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.Navbar-module__EIxHdq__socialIcon:before{content:"";background:var(--brand-color,#60a5fa);opacity:.1;border-radius:50%;width:0;height:0;transition:all .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Navbar-module__EIxHdq__socialIcon:hover:before{opacity:.2;width:120%;height:120%}.Navbar-module__EIxHdq__socialIcon:hover{color:var(--brand-color,#fff);border-color:var(--brand-color,#60a5fa);box-shadow:0 8px 25px #0000004d,0 0 20px var(--brand-color,#60a5fa)33;background:#374151cc;text-decoration:none;transform:scale(1.15)translateY(-2px)}.Navbar-module__EIxHdq__socialIcon:hover svg{filter:drop-shadow(0 0 8px var(--brand-color,#60a5fa))}.Navbar-module__EIxHdq__copyrightText{color:#fff;margin:10px 0}.Navbar-module__EIxHdq__sidebarFooterLink{color:#ffffff80;text-decoration:none;transition:color .2s}.Navbar-module__EIxHdq__sidebarFooterLink:hover{color:#fff}.Navbar-module__EIxHdq__separator{color:#fff3;margin:0 8px}.Navbar-module__EIxHdq__toggleBtn{text-align:center;cursor:pointer;color:#fff8f8;background-color:#0b1f3b;border:none;border-radius:4px;margin:5px;padding:0 10px;font-size:1.8rem;transition:all .3s;position:relative}.Navbar-module__EIxHdq__toggleBtn:hover{border:2px solid #fff}.Navbar-module__EIxHdq__overlay{z-index:999;background-color:#00000080;width:100%;height:100%;display:block;position:fixed;top:0;left:0}.Navbar-module__EIxHdq__searchBar{align-items:center;width:100%;max-width:300px;margin-bottom:0;padding:10px;display:flex}.Navbar-module__EIxHdq__searchInput{border-top-left-radius:25px;border-bottom-left-radius:25px;outline:none;flex:1;max-width:180px;padding:8px 12px;font-size:1rem;color:#fff!important;background-color:#0000!important;border:1px solid #ddd!important}.Navbar-module__EIxHdq__searchInput:focus{border-color:#fff!important}.Navbar-module__EIxHdq__searchBtn{color:#fff;cursor:pointer;background-color:#0000;border:1px solid #fff;border-left:none;border-top-right-radius:25px;border-bottom-right-radius:25px;justify-content:center;align-items:center;height:36px;padding:5px 10px;font-size:15px;transition:background-color .3s;display:flex}.Navbar-module__EIxHdq__searchBtn:hover{background-color:#333;border:1px solid #fff}@media (max-width:768px){.Navbar-module__EIxHdq__searchBar{margin-right:10px}.Navbar-module__EIxHdq__navbar2{justify-content:flex-start}.Navbar-module__EIxHdq__searchBarMain{display:none}.Navbar-module__EIxHdq__themeToggleBtn{width:35px;height:35px;margin:0 5px;font-size:14px}.Navbar-module__EIxHdq__brandName{font-size:1.5rem}}@media (max-width:480px){.Navbar-module__EIxHdq__btn,.Navbar-module__EIxHdq__writeBtn{display:none}.Navbar-module__EIxHdq__themeToggleBtn{width:32px;min-width:32px;height:32px;min-height:32px;margin:0 3px;font-size:13px}.Navbar-module__EIxHdq__containerH{justify-content:start;gap:10px}}.Navbar-module__EIxHdq__navbarSearchWrapper{align-items:center;width:100%;max-width:300px;margin-right:20px;display:flex}.Navbar-module__EIxHdq__navbarSearch{width:100%}.Navbar-module__EIxHdq__navbarSearch .search-input{height:40px;color:#fff!important;background:#ffffff1a!important;border:1px solid #fff3!important;border-radius:30px!important;padding:10px 40px!important;font-size:.95rem!important}.Navbar-module__EIxHdq__navbarSearch .search-input:focus{background:#ffffff26!important;border-color:#ffffff80!important;box-shadow:0 0 0 2px #ffffff1a!important}.Navbar-module__EIxHdq__navbarSearch .search-input::placeholder{color:#fff9!important}.Navbar-module__EIxHdq__navbarSearch .search-icon{color:#ffffffb3!important;width:18px!important;height:18px!important}.Navbar-module__EIxHdq__navbarSearch .search-button{display:none!important}.Navbar-module__EIxHdq__navbarSearch .search-dropdown{margin-top:10px;color:#fff!important;background:#0b1f3b!important;border:1px solid #ffffff1a!important;box-shadow:0 10px 25px -5px #00000080!important}.Navbar-module__EIxHdq__navbarSearch .search-results-header{color:#ffffff80!important;border-bottom:1px solid #ffffff1a!important}.Navbar-module__EIxHdq__navbarSearch .search-result-item{border-bottom:1px solid #ffffff0d!important}.Navbar-module__EIxHdq__navbarSearch .search-result-item:hover{background:#ffffff0d!important}.Navbar-module__EIxHdq__navbarSearch .search-result-item.selected{background:#ffffff0d!important}.Navbar-module__EIxHdq__navbarSearch .result-title{color:#fff!important}:is(.Navbar-module__EIxHdq__navbarSearch .result-excerpt,.Navbar-module__EIxHdq__navbarSearch .result-meta){color:#fff9!important}.Navbar-module__EIxHdq__sidebarSearchWrapper{margin-bottom:30px}.Navbar-module__EIxHdq__sidebarSearch .search-input{color:#fff!important;background:#ffffff0d!important;border:1px solid #ffffff1a!important;border-radius:12px!important}.Navbar-module__EIxHdq__sidebarSearch .search-button{display:none!important}.Navbar-module__EIxHdq__sidebarSearch .search-dropdown{color:#fff!important;background:#0b1f3b!important;border:1px solid #ffffff1a!important}.Navbar-module__EIxHdq__sidebarSearch .result-title{color:#fff!important}@media (max-width:768px){.Navbar-module__EIxHdq__navbarSearchWrapper{display:none}}.Navbar-module__EIxHdq__socialTwitter{--brand-color:#1da1f2}.Navbar-module__EIxHdq__socialFacebook{--brand-color:#1877f2}.Navbar-module__EIxHdq__socialInstagram{--brand-color:#e4405f}.Navbar-module__EIxHdq__socialLinkedIn{--brand-color:#0a66c2}
.EmailSubscription-module__sM2Zma__subscriptionContainer{width:100%;max-width:550px;margin:20px auto}.EmailSubscription-module__sM2Zma__subscriptionForm{align-items:stretch;gap:10px;display:flex}.EmailSubscription-module__sM2Zma__inputWrapper{flex:1;align-items:center;display:flex;position:relative}.EmailSubscription-module__sM2Zma__emailInput{border-radius:8px;outline:none;width:100%;padding:12px 45px 12px 16px;font-family:inherit;font-size:.95rem;transition:all .3s;color:#e4e6eb!important;background:#0f172a99!important;border:2px solid #60a5fa4d!important}.EmailSubscription-module__sM2Zma__emailInput::placeholder{color:#94a3b8!important}.EmailSubscription-module__sM2Zma__emailInput:focus{background:#0f172acc!important;border-color:#60a5fa!important;box-shadow:0 0 0 3px #60a5fa1a!important}.EmailSubscription-module__sM2Zma__emailInput:disabled{opacity:.6;cursor:not-allowed}.EmailSubscription-module__sM2Zma__emailInput.EmailSubscription-module__sM2Zma__valid{border-color:#10b981;background:#10b9810d!important}.EmailSubscription-module__sM2Zma__emailInput.EmailSubscription-module__sM2Zma__invalid{border-color:#ef4444;background:#ef44440d!important}.EmailSubscription-module__sM2Zma__validationIcon{pointer-events:none;align-items:center;display:flex;position:absolute;right:12px}.EmailSubscription-module__sM2Zma__iconValid{color:#10b981;font-size:1.2rem;animation:.3s EmailSubscription-module__sM2Zma__scaleIn}.EmailSubscription-module__sM2Zma__iconInvalid{color:#ef4444;font-size:1.2rem;animation:.3s EmailSubscription-module__sM2Zma__shake}@keyframes EmailSubscription-module__sM2Zma__scaleIn{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes EmailSubscription-module__sM2Zma__shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.EmailSubscription-module__sM2Zma__subscribeBtn{color:#fff;cursor:pointer;cursor:pointer;white-space:nowrap;background:#0774e8;border:1px solid #fff;border-radius:5px;justify-content:center;align-items:center;gap:8px;min-width:130px;margin-right:20px;padding:6px 9px;font-size:1rem;text-decoration:none;transition:all .3s;display:flex}.EmailSubscription-module__sM2Zma__subscribeBtn:hover:not(:disabled){background:#0774e8;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.EmailSubscription-module__sM2Zma__subscribeBtn:active:not(:disabled){transform:translateY(0)}.EmailSubscription-module__sM2Zma__subscribeBtn:disabled{opacity:.8;cursor:not-allowed;background:#0774e8}.EmailSubscription-module__sM2Zma__message{border-radius:6px;align-items:center;gap:8px;max-width:fit-content;margin-top:5px;padding:5px 8px;font-size:.85rem;animation:.3s EmailSubscription-module__sM2Zma__slideDown;display:flex}@keyframes EmailSubscription-module__sM2Zma__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.EmailSubscription-module__sM2Zma__message.EmailSubscription-module__sM2Zma__success{color:#10b981;background:#10b98126;border:1px solid #10b9814d;animation:.3s EmailSubscription-module__sM2Zma__slideDown,.5s .3s EmailSubscription-module__sM2Zma__pulse}@keyframes EmailSubscription-module__sM2Zma__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.EmailSubscription-module__sM2Zma__message.EmailSubscription-module__sM2Zma__error{color:#ef4444}.EmailSubscription-module__sM2Zma__message.EmailSubscription-module__sM2Zma__info{color:#60a5fa}.EmailSubscription-module__sM2Zma__message.EmailSubscription-module__sM2Zma__warning{color:#fbbf24}.EmailSubscription-module__sM2Zma__hint{justify-content:start;align-items:center;padding-left:4px;animation:.3s EmailSubscription-module__sM2Zma__fadeIn;display:flex;color:#ef4444!important;margin-top:8px!important;font-size:.85rem!important}@keyframes EmailSubscription-module__sM2Zma__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.EmailSubscription-module__sM2Zma__subscriptionForm{flex-direction:column}.EmailSubscription-module__sM2Zma__emailInput,.EmailSubscription-module__sM2Zma__subscribeBtn{width:100%}.EmailSubscription-module__sM2Zma__subscribeBtn{padding:14px 24px}}@media (max-width:480px){.EmailSubscription-module__sM2Zma__emailInput{padding:14px 45px 14px 14px;font-size:16px}.EmailSubscription-module__sM2Zma__subscribeBtn{font-size:1rem}.EmailSubscription-module__sM2Zma__message{font-size:.85rem}}
.Footer-module__cyaCmW__siteFooter{color:#e4e6eb;box-sizing:border-box;background:#0b1f3b;width:100%;max-width:100vw;padding:25px 15px 15px;font-family:Segoe UI,Roboto,Arial,sans-serif;position:relative;overflow:hidden;box-shadow:0 -2px 15px #0006}.Footer-module__cyaCmW__footerLogo{color:#fff;align-items:center;gap:10px;margin-bottom:15px;text-decoration:none;display:flex}.Footer-module__cyaCmW__footerLogoImage{object-fit:cover;border-radius:8px;width:40px;height:40px;transition:transform .3s}.Footer-module__cyaCmW__footerBrandName{letter-spacing:1px;color:#fff;font-size:1.5rem;font-weight:700;transition:color .3s}.Footer-module__cyaCmW__siteFooter:before{content:"";opacity:.7;background:#22a06b;height:1px;position:absolute;top:0;left:0;right:0}.Footer-module__cyaCmW__footerHeader{text-align:center;margin-bottom:20px;padding:10px 0}.Footer-module__cyaCmW__footerHeader h2{color:#fff;letter-spacing:1.2px;justify-content:center;align-items:center;gap:10px;margin-bottom:8px;font-size:2rem;font-weight:700;display:flex}.Footer-module__cyaCmW__footerHeader h2 i{color:#fff}.Footer-module__cyaCmW__footerHeader p{color:#cbd5e1;max-width:600px;margin:0 auto;font-size:1rem;line-height:1.5}.Footer-module__cyaCmW__subscriptionBox{align-items:stretch;gap:10px;max-width:500px;margin:20px auto;display:flex}.Footer-module__cyaCmW__emailInput{color:#e4e6eb;background:#0f172a99;border:2px solid #60a5fa4d;border-radius:8px;outline:none;flex:1;padding:12px 16px;font-size:.95rem;transition:all .3s}.Footer-module__cyaCmW__emailInput::placeholder{color:#94a3b8}.Footer-module__cyaCmW__emailInput:focus{background:#0f172acc;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa1a}.Footer-module__cyaCmW__subscribeBtn{color:#fff;cursor:pointer;white-space:nowrap;background:#0774e8;border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.Footer-module__cyaCmW__subscribeBtn:hover{background:#0774e8;transform:translateY(-2px);box-shadow:0 4px 12px #0774e8}.Footer-module__cyaCmW__subscribeBtn:active{transform:translateY(0)}.Footer-module__cyaCmW__disclaimer{color:#94a3b8!important;margin-top:12px!important;font-size:.85rem!important}.Footer-module__cyaCmW__footerHeader .Footer-module__cyaCmW__link,.Footer-module__cyaCmW__footerHeader a{color:#60a5fa;font-weight:600;text-decoration:none;transition:all .3s;position:relative}.Footer-module__cyaCmW__footerHeader .Footer-module__cyaCmW__link:after,.Footer-module__cyaCmW__footerHeader a:after{content:"";background:#22a06b;width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.Footer-module__cyaCmW__footerHeader .Footer-module__cyaCmW__link:hover,.Footer-module__cyaCmW__footerHeader a:hover{color:#fff}.Footer-module__cyaCmW__footerHeader .Footer-module__cyaCmW__link:hover:after,.Footer-module__cyaCmW__footerHeader a:hover:after{width:100%}.Footer-module__cyaCmW__footerContent{box-sizing:border-box;flex-wrap:wrap;justify-content:space-between;gap:25px;width:100%;max-width:1300px;margin:0 auto;padding:20px 15px;display:flex}.Footer-module__cyaCmW__footerSection{will-change:transform;flex:1;min-width:200px;transition:transform .2s cubic-bezier(.4,0,.2,1)}.Footer-module__cyaCmW__footerSection h4{color:#fff;letter-spacing:.6px;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:12px;font-size:1.1rem;font-weight:700;display:flex}.Footer-module__cyaCmW__footerSection h4 i{color:#fff}.Footer-module__cyaCmW__footerSection h4 i:hover{color:#fff!important}.Footer-module__cyaCmW__footerSection p{color:#d1d5db;margin:0;padding:0;font-size:.95rem;line-height:1.7}.Footer-module__cyaCmW__footerSection ul{margin:0;padding:0;line-height:1.7;list-style:none}.Footer-module__cyaCmW__footerSection ul li{align-items:center;gap:8px;margin-bottom:8px;padding:3px 0;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Footer-module__cyaCmW__footerSection ul li i{color:#ddd;flex-shrink:0;font-size:.9rem;transition:all .3s}.Footer-module__cyaCmW__footerSection ul li:hover i{color:#fff}.Footer-module__cyaCmW__footerSection a{color:#ddd;font-weight:500;text-decoration:none;transition:color .15s;position:relative}.Footer-module__cyaCmW__footerSection a:before{content:"";background:#22a06b;width:0;height:2px;transition:width .3s;position:absolute;bottom:-1px;left:0}.Footer-module__cyaCmW__footerSection a:hover{color:#fff;text-shadow:0 0 8px #22a06b}.Footer-module__cyaCmW__footerSection a:hover:before{width:100%}.Footer-module__cyaCmW__socialMedia{justify-content:center;gap:12px;margin-top:15px;display:flex}.Footer-module__cyaCmW__socialIcon{width:44px;height:44px;color:var(--brand-color,#9ca3af);border:2px solid var(--brand-color,#9ca3af33);background:#37415199;border-radius:50%;justify-content:center;align-items:center;font-size:1.6rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.Footer-module__cyaCmW__socialIcon:before{content:"";background:var(--brand-color,#60a5fa);opacity:.1;border-radius:50%;width:0;height:0;transition:all .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Footer-module__cyaCmW__socialIcon:hover:before{opacity:.2;width:120%;height:120%}.Footer-module__cyaCmW__socialIcon:hover{color:var(--brand-color,#fff);border-color:var(--brand-color,#60a5fa);box-shadow:0 8px 25px #0000004d,0 0 20px var(--brand-color,#60a5fa)33;background:#374151cc;text-decoration:none;transform:scale(1.15)translateY(-2px)}.Footer-module__cyaCmW__socialIcon:hover svg{filter:drop-shadow(0 0 8px var(--brand-color,#60a5fa))}.Footer-module__cyaCmW__footerBottom{text-align:center;color:#cbd5e1;border-top:1px solid #22a06b;margin-top:20px;padding-top:15px;font-size:.9rem}.Footer-module__cyaCmW__footerBottom p{color:#fff;margin:6px 0;font-size:.9rem}.Footer-module__cyaCmW__footerBottom a{color:#60a5fa;font-weight:600;text-decoration:none;transition:color .15s;position:relative}.Footer-module__cyaCmW__footerBottom a:after{content:"";width:0;height:1px;transition:width .3s;position:absolute;bottom:-1px;left:0}.Footer-module__cyaCmW__footerBottom a:hover{color:#fff;text-shadow:0 0 8px #10b9814d}.Footer-module__cyaCmW__footerBottom a:hover:after{width:100%}.Footer-module__cyaCmW__cookieSettingsBtn{color:#60a5fa;cursor:pointer;font:inherit;font-weight:600;font-size:inherit;background:0 0;border:none;padding:0;text-decoration:none;transition:color .15s;position:relative}.Footer-module__cyaCmW__cookieSettingsBtn:hover{color:#fff;text-shadow:0 0 8px #10b9814d}.Footer-module__cyaCmW__developer{color:#ddd!important}.Footer-module__cyaCmW__developer:hover{color:#fff!important;text-shadow:0 0 10px #f59e0b66!important}.Footer-module__cyaCmW__tagline{text-shadow:0 1px 5px #f59e0b40;color:#fff!important;margin-top:10px!important;font-size:.95rem!important;font-weight:600!important}.Footer-module__cyaCmW__tagline p{font-size:.95rem!important}.Footer-module__cyaCmW__tagline i{color:#fff;margin:0 6px;transition:all .3s}.Footer-module__cyaCmW__footerSubscription{margin-bottom:15px}@media (max-width:768px){.Footer-module__cyaCmW__siteFooter{padding:20px 12px 12px}.Footer-module__cyaCmW__footerContent{flex-direction:column;gap:20px;padding:15px 12px}.Footer-module__cyaCmW__footerSection{text-align:center;min-width:100%;margin:0}.Footer-module__cyaCmW__footerSection ul{align-items:center}.Footer-module__cyaCmW__footerHeader h2{flex-direction:column;gap:8px;font-size:1.7rem}.Footer-module__cyaCmW__subscriptionBox{flex-direction:column;padding:0 10px}.Footer-module__cyaCmW__emailInput,.Footer-module__cyaCmW__subscribeBtn{width:100%}.Footer-module__cyaCmW__socialMedia{justify-content:center}.Footer-module__cyaCmW__footerBottom{padding-top:12px;font-size:.85rem}.Footer-module__cyaCmW__tagline{font-size:.85rem!important}}@media (max-width:480px){.Footer-module__cyaCmW__siteFooter{padding:18px 10px 10px}.Footer-module__cyaCmW__footerHeader{margin-bottom:15px;padding:8px 0}.Footer-module__cyaCmW__footerHeader h2{font-size:1.5rem}.Footer-module__cyaCmW__footerHeader p{font-size:.9rem}.Footer-module__cyaCmW__footerContent{gap:15px;padding:12px 10px}.Footer-module__cyaCmW__footerSection h4{margin-bottom:10px;font-size:1rem}.Footer-module__cyaCmW__footerSection p,.Footer-module__cyaCmW__footerSection ul li{font-size:.85rem}.Footer-module__cyaCmW__footerSection ul li{margin-bottom:6px}.Footer-module__cyaCmW__socialMedia a{width:36px;height:36px;font-size:1.3rem}.Footer-module__cyaCmW__footerBottom{margin-top:15px;padding-top:10px;font-size:.8rem}}.Footer-module__cyaCmW__privacyNote{color:#94a3b8;opacity:.8;justify-content:center;align-items:center;gap:6px;margin-top:8px;transition:opacity .3s;display:flex;font-size:.8rem!important}.Footer-module__cyaCmW__privacyNote:hover{opacity:1}.Footer-module__cyaCmW__privacyNote svg{font-size:.75rem!important}.Footer-module__cyaCmW__socialTwitter{--brand-color:#1da1f2}.Footer-module__cyaCmW__socialFacebook{--brand-color:#1877f2}.Footer-module__cyaCmW__socialInstagram{--brand-color:#e4405f}.Footer-module__cyaCmW__socialLinkedIn{--brand-color:#0a66c2}
@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_55a2d31-module__6HNWrG__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_55a2d31-module__6HNWrG__variable{--font-inter:"Inter","Inter Fallback"}
@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:300;font-display:swap;src:url(../media/20aee433927f7d4b-s.a2c089c6.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:300;font-display:swap;src:url(../media/256e1f7f180674ba-s.afa27594.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:300;font-display:swap;src:url(../media/be3bf58b83159894-s.7b13a9eb.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:300;font-display:swap;src:url(../media/753b6407f468151f-s.504826d2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:300;font-display:swap;src:url(../media/292081311a6a8abc-s.2a17492d.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:300;font-display:swap;src:url(../media/68d403cf9f2c68c5-s.p.f9f15f61.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(../media/20aee433927f7d4b-s.a2c089c6.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(../media/256e1f7f180674ba-s.afa27594.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(../media/be3bf58b83159894-s.7b13a9eb.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(../media/753b6407f468151f-s.504826d2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(../media/292081311a6a8abc-s.2a17492d.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(../media/68d403cf9f2c68c5-s.p.f9f15f61.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(../media/20aee433927f7d4b-s.a2c089c6.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(../media/256e1f7f180674ba-s.afa27594.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(../media/be3bf58b83159894-s.7b13a9eb.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(../media/753b6407f468151f-s.504826d2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(../media/292081311a6a8abc-s.2a17492d.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(../media/68d403cf9f2c68c5-s.p.f9f15f61.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:700;font-display:swap;src:url(../media/20aee433927f7d4b-s.a2c089c6.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:700;font-display:swap;src:url(../media/256e1f7f180674ba-s.afa27594.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:700;font-display:swap;src:url(../media/be3bf58b83159894-s.7b13a9eb.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:700;font-display:swap;src:url(../media/753b6407f468151f-s.504826d2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:700;font-display:swap;src:url(../media/292081311a6a8abc-s.2a17492d.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:700;font-display:swap;src:url(../media/68d403cf9f2c68c5-s.p.f9f15f61.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Serif 4 Fallback";src:local(Times New Roman);ascent-override:87.87%;descent-override:28.41%;line-gap-override:0.0%;size-adjust:117.91%}.source_serif_4_a1733c11-module__RYoCta__className{font-family:"Source Serif 4","Source Serif 4 Fallback";font-style:normal}.source_serif_4_a1733c11-module__RYoCta__variable{--font-source-serif:"Source Serif 4","Source Serif 4 Fallback"}
.RateLimitStatus-module__rilBGa__container{z-index:1000;background:#fff;border:2px solid #ddd;border-radius:8px;min-width:280px;padding:12px;font-family:monospace;font-size:12px;position:fixed;top:20px;right:20px;box-shadow:0 4px 12px #00000026}.RateLimitStatus-module__rilBGa__container.RateLimitStatus-module__rilBGa__success{border-color:#28a745}.RateLimitStatus-module__rilBGa__container.RateLimitStatus-module__rilBGa__warning{border-color:#ffc107}.RateLimitStatus-module__rilBGa__container.RateLimitStatus-module__rilBGa__error{border-color:#dc3545}.RateLimitStatus-module__rilBGa__header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:8px;display:flex}.RateLimitStatus-module__rilBGa__title{color:#333;font-weight:700}.RateLimitStatus-module__rilBGa__closeButton{cursor:pointer;color:#666;background:0 0;border:none;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:16px;display:flex}.RateLimitStatus-module__rilBGa__closeButton:hover{color:#333}.RateLimitStatus-module__rilBGa__content{flex-direction:column;gap:4px;display:flex}.RateLimitStatus-module__rilBGa__statusItem{justify-content:space-between;align-items:center;display:flex}.RateLimitStatus-module__rilBGa__label{color:#666;font-weight:400}.RateLimitStatus-module__rilBGa__value{color:#333;font-weight:700}.RateLimitStatus-module__rilBGa__value.RateLimitStatus-module__rilBGa__success{color:#28a745}.RateLimitStatus-module__rilBGa__value.RateLimitStatus-module__rilBGa__warning{color:#ffc107}.RateLimitStatus-module__rilBGa__value.RateLimitStatus-module__rilBGa__error{color:#dc3545}.RateLimitStatus-module__rilBGa__alert{color:#856404;background:#fff3cd;border:1px solid #ffeaa7;border-radius:4px;margin-top:8px;padding:8px;font-size:11px;line-height:1.3}
