.dashboard-header{z-index:1000;background-color:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0}.dashboard-header__container{flex-direction:column;width:100%;max-width:1440px;margin:0 auto;display:flex;padding:.15rem 2rem!important}.dashboard-header__content{justify-content:space-between;align-items:center;min-height:2.1rem;display:flex;position:relative}@media (max-width:639px){.dashboard-header__content{min-height:1.9rem}}.dashboard-header__left{align-items:center;gap:1rem;display:flex}.dashboard-header__nav{display:none}@media (min-width:768px){.dashboard-header__nav{align-items:center;gap:1.5rem;display:flex}}.dashboard-header__nav-link{color:#374151;cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;padding:0;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.dashboard-header__nav-link:hover{color:#34aadc}.dashboard-header__nav-link.active,.dashboard-header__nav-link--active{color:#34aadc;font-weight:700}.dashboard-header__nav-link.dropdown-trigger svg{transition:transform .2s}.dashboard-header__nav-dropdown{position:relative}.dashboard-header__nav-dropdown:hover .dashboard-header__nav-link.dropdown-trigger svg{transform:rotate(180deg)}.dashboard-header__nav-dropdown:hover .dashboard-header__dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dashboard-header__dropdown-menu{opacity:0;visibility:hidden;z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-width:240px;margin-top:.5rem;padding:.25rem 0;transition:all .2s;position:absolute;top:100%;left:0;transform:translateY(-10px);box-shadow:0 4px 12px #00000026}.dashboard-header__dropdown-link{color:#374151;align-items:flex-start;gap:.6rem;padding:.55rem .875rem;text-decoration:none;transition:all .2s;display:flex}.dashboard-header__dropdown-link:hover{background:#f9fafb}.dashboard-header__dropdown-link:hover .dropdown-link-title,.dashboard-header__dropdown-link:hover svg{color:#34aadc}.dashboard-header__dropdown-link svg{color:#6b7280;background:#f3f4f6;border-radius:6px;flex-shrink:0;width:28px;height:28px;padding:6px;transition:all .2s}.dashboard-header__dropdown-link .dropdown-link-title{color:#464659;margin-bottom:.1rem;font-size:.8rem;font-weight:700;line-height:1.3}.dashboard-header__dropdown-link .dropdown-link-desc{color:#6b7280;font-size:.65rem;line-height:1.3}.dashboard-header__user-avatar-compact{display:none}@media (min-width:768px){.dashboard-header__user-avatar-compact{display:flex}}.dashboard-header__signout-btn{color:#fff;cursor:pointer;background:#34aadc;border:none;border-radius:6px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s}.dashboard-header__signout-btn:hover{background:#1da1c9;transform:translateY(-1px)}@media (max-width:768px){.dashboard-header__signout-btn{display:none}}.dashboard-header__mobile-menu{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}@media (min-width:768px){.dashboard-header__mobile-menu{display:none}}@media (max-width:767px){.dashboard-header__mobile-menu{display:flex}}@media (min-width:1024px){.dashboard-header:not(.dashboard-header--public) .dashboard-header__mobile-menu{display:none}}.dashboard-header__mobile-menu:hover{color:#4b5563;background-color:#f9fafb}.dashboard-header__brand{z-index:10;align-items:center;gap:.3rem;display:flex;position:relative}.dashboard-header__brand a{cursor:pointer;pointer-events:auto;display:inline-block}.dashboard-header__brand--aligned{margin-left:0;padding-left:0}.dashboard-header__pillar-stripes{flex-direction:column;flex-shrink:0;justify-content:center;align-self:stretch;align-items:flex-end;gap:2px;display:flex}@media (max-width:480px){.dashboard-header__pillar-stripes{display:none}}.dashboard-header .dh-ps-bar{opacity:.9;border-radius:2px;flex-shrink:0;height:4px}.dashboard-header .dh-ps-bar--move{background:#3c6187;width:18px}.dashboard-header .dh-ps-bar--fueled{background:#a0b277;width:12px}.dashboard-header .dh-ps-bar--connect{background:#f9af2a;width:20px}.dashboard-header .dh-ps-bar--mind{background:#585491;width:10px}.dashboard-header .dh-ps-bar--recover{background:#f6742a;width:15px}.dashboard-header__logo{background-color:#34aadc;border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.dashboard-header__logo-svg{width:auto;height:2.1rem}@media (max-width:639px){.dashboard-header__logo-svg{height:1.9rem}}.dashboard-header__search{display:none}@media (min-width:768px){.dashboard-header__search{opacity:1;visibility:visible;margin-left:1rem;margin-right:1rem;display:block;position:relative}}.dashboard-header__search-toggle{cursor:pointer;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:flex}@media (min-width:768px){.dashboard-header__search-toggle{display:none}}.dashboard-header__search-toggle:hover{background-color:#f3f4f6}.dashboard-header__search-toggle .icon{color:#6b7280;width:1.25rem;height:1.25rem}.dashboard-header__search-input{width:100%;max-width:300px;position:relative}@media (max-width:1024px){.dashboard-header__search-input{max-width:13rem}}@media (max-width:768px){.dashboard-header__search-input{max-width:11rem}}.dashboard-header__search-icon{color:#6b7280;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.dashboard-header__search-icon svg{width:16px;height:16px}.dashboard-header__search-field{background:#f9fafb;border:1px solid #e5e7eb;border-radius:25px;width:100%;padding:.3rem .625rem .3rem 2rem;font-family:Poppins,sans-serif;font-size:.8rem;transition:all .2s}.dashboard-header__search-field:focus{background:#fff;border-color:#34aadc;outline:none;box-shadow:0 0 0 3px #28b8e01a}.dashboard-header__search-field::placeholder{color:#9ca3af}.dashboard-header__search-dropdown{z-index:1100;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;max-height:400px;margin-top:.5rem;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.dashboard-header__search-suggestion{cursor:pointer;border-bottom:1px solid #f3f4f6;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:background-color .15s;display:flex}.dashboard-header__search-suggestion:last-child{border-bottom:none}.dashboard-header__search-suggestion:hover{background-color:#f9fafb}.dashboard-header__search-suggestion--all{color:#34aadc;background-color:#f9fafb;border-top:1px solid #e5e7eb;justify-content:center;gap:.5rem;padding:.875rem 1rem;font-weight:500}.dashboard-header__search-suggestion--all:hover{background-color:#eff6ff}.dashboard-header__search-suggestion-icon{color:#6b7280;background-color:#f3f4f6;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.dashboard-header__search-suggestion-content{flex:1;min-width:0}.dashboard-header__search-suggestion-title{color:#111827;font-size:.875rem;line-height:1.4}.dashboard-header__search-suggestion-title strong{color:#111827;font-weight:600}.dashboard-header__search-suggestion-desc{color:#6b7280;font-size:.8125rem;font-weight:400}.dashboard-header__search-suggestion-type{color:#6b7280;text-transform:capitalize;margin-top:.125rem;font-size:.75rem}.dashboard-header__actions{align-items:center;gap:.5rem;display:flex}@media (min-width:640px){.dashboard-header__actions{gap:1rem}}.dashboard-header__actions--aligned{margin-right:0;padding-right:0}.dashboard-header__mobile-search{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}@media (min-width:768px){.dashboard-header__mobile-search{display:none}}.dashboard-header__mobile-search:hover{color:#4b5563;background-color:#f9fafb}.dashboard-header__mobile-search .icon{width:1.25rem;height:1.25rem}.dashboard-header__notification{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:relative}.dashboard-header__notification:hover{color:#4b5563;background-color:#f9fafb}.dashboard-header__notification .icon{width:1.25rem;height:1.25rem}.dashboard-header__notification-badge{color:#fff;background-color:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:1rem;height:1rem;font-size:.75rem;font-weight:500;display:flex;position:absolute;top:-.25rem;right:-.25rem}.dashboard-header__settings{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}@media (max-width:639px){.dashboard-header__settings{display:none}}.dashboard-header__settings:hover{color:#4b5563;background-color:#f9fafb}.dashboard-header__settings .icon{width:1.25rem;height:1.25rem}.dashboard-header__user{position:relative}.dashboard-header__user--aligned{margin-right:0;padding-right:0}.dashboard-header__user-menu{position:relative}.dashboard-header__user-trigger{cursor:pointer;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem;transition:all .2s;display:flex}@media (min-width:640px){.dashboard-header__user-trigger{gap:.75rem}}.dashboard-header__user-trigger:hover{background-color:#f9fafb}.dashboard-header__user-button{cursor:pointer;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem;transition:all .2s;display:flex}@media (min-width:640px){.dashboard-header__user-button{gap:.75rem}}.dashboard-header__user-button:hover{background-color:#f9fafb}.dashboard-header__user-avatar-only{cursor:pointer;transition:all .2s}.dashboard-header__user-avatar-only:hover{transform:scale(1.05)}.dashboard-header__user-avatar-only:hover .dashboard-header__user-avatar{box-shadow:0 2px 8px #28b8e04d}.dashboard-header__user-avatar{border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;transition:box-shadow .2s;display:flex;overflow:hidden}.dashboard-header__user-avatar--placeholder{background-color:#34aadc}.dashboard-header__user-avatar--placeholder .icon{color:#fff;width:1rem;height:1rem}.dashboard-header__user-avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.dashboard-header__user-info{text-align:left}@media (max-width:639px){.dashboard-header__user-info{display:none}}.dashboard-header__user-name{color:#464659;text-overflow:ellipsis;white-space:nowrap;max-width:8rem;font-size:.875rem;font-weight:800;overflow:hidden}.dashboard-header__user-role{color:#6b7280;font-size:.75rem}.dashboard-header__user-chevron{color:#9ca3af;width:1rem;height:1rem;transition:transform .2s}@media (max-width:639px){.dashboard-header__user-chevron{display:none}}.dashboard-header__user-chevron--open{transform:rotate(180deg)}.dashboard-header__dropdown{z-index:1100;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;width:12rem;padding:.25rem 0;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 4px 12px #00000026}.dashboard-header__dropdown-content{padding:.25rem 0}.dashboard-header__dropdown-header{border-bottom:1px solid #f3f4f6;padding:.5rem 1rem}.dashboard-header__dropdown-name{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:500;overflow:hidden}.dashboard-header__dropdown-email{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.dashboard-header__dropdown-section{padding:.5rem 0}.dashboard-header__dropdown-section:first-of-type{padding-top:0}.dashboard-header__dropdown-section-title{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;align-items:center;padding:.5rem 1rem;font-size:.75rem;font-weight:600;display:flex}.dashboard-header__dropdown-subitem{color:#4b5563;text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:.375rem 1rem .375rem 2.5rem;font-size:.875rem;text-decoration:none;transition:all .2s;display:block}.dashboard-header__dropdown-subitem:hover{color:#111827;background-color:#f9fafb;text-decoration:none}.dashboard-header__dropdown-divider{background-color:#e5e7eb;height:1px;margin:.25rem 0}.dashboard-header__dropdown-item{color:#374151;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.5rem 1rem;font-size:.875rem;text-decoration:none;transition:background-color .2s;display:flex}.dashboard-header__dropdown-item:hover{background-color:#f9fafb;text-decoration:none}.dashboard-header__dropdown-item--danger{color:#dc2626}.dashboard-header__dropdown-item--danger:hover{background-color:#fef2f2}.dashboard-header__dropdown-item .icon{width:1rem;height:1rem;margin-right:.5rem}.dashboard-header__dropdown-divider{border-top:1px solid #f3f4f6;margin:.5rem 0}.dashboard-header__mobile-search-bar{width:100%;margin:0;padding:0;display:none;position:relative}.dashboard-header__mobile-search-bar--expanded{border-top:1px solid #e5e7eb;padding:.75rem 0;display:block}@media (min-width:768px){.dashboard-header__mobile-search-bar{display:none!important}}.dashboard-header__mobile-search-bar .dashboard-header__search-input{align-items:center;width:13rem;display:flex;position:relative}.dashboard-header__mobile-search-bar .dashboard-header__search-field{width:100%;padding:.75rem 2.5rem .75rem 1rem;font-size:1rem}.dashboard-header__mobile-search-bar .dashboard-header__search-dropdown{z-index:50;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;max-height:20rem;margin-top:.5rem;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.dashboard-header__search-close{cursor:pointer;background:0 0;border:none;border-radius:.25rem;padding:.25rem;transition:background-color .2s;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.dashboard-header__search-close:hover{background-color:#f3f4f6}.dashboard-header__search-close .icon{color:#6b7280;width:1rem;height:1rem}.dashboard-header--public .dashboard-header__search,.dashboard-header--public .dashboard-header__search-toggle{display:none}.dashboard-header--public .dashboard-header__container{padding:.575rem 2rem!important}.public-header-nav{align-items:center;gap:2rem;display:none!important}@media (min-width:768px){.public-header-nav{display:flex!important}}.public-header-nav .nav-link{color:#374151;padding:0;font-size:.9375rem;font-weight:600;text-decoration:none;transition:color .2s}.public-header-nav .nav-link:hover{color:#34aadc}.public-header-nav .admin-badge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#fb923c;border-radius:9999px;align-items:center;padding:.375rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}@keyframes subtle-pulse{0%,to{box-shadow:0 2px 4px #28b8e033}50%{box-shadow:0 2px 8px #28b8e066}}.public-header-nav .tier-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;align-items:center;padding:.375rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex;box-shadow:0 2px 4px #0000001a}.public-header-nav .tier-badge--explorer,.public-header-nav .tier-badge--free{color:#6b7280;background:#f3f4f6}.public-header-nav .tier-badge--learner{color:#fff;background:#3b82f6;box-shadow:0 2px 4px #3b82f633}.public-header-nav .tier-badge--guided{color:#fff;background:#f59e0b;box-shadow:0 2px 4px #f59e0b33}.public-header-nav .tier-badge--beta{color:#fff;background:#10b981;box-shadow:0 2px 4px #10b98133}.login-btn,a.login-btn,button.login-btn{cursor:pointer;white-space:nowrap;justify-content:center;align-items:center;font-size:.875rem;line-height:1;transition:background-color .2s;color:#fff!important;background-color:#34aadc!important;border:none!important;border-radius:.375rem!important;padding:.3rem .9rem!important;font-weight:600!important;text-decoration:none!important;display:inline-flex!important}.login-btn:hover,a.login-btn:hover,button.login-btn:hover{color:#fff!important;background-color:#0891b2!important}.dashboard-header__mobile-menu{cursor:pointer;color:#4b5563;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:color .2s;display:flex!important}.dashboard-header__mobile-menu:hover{color:#34aadc}.dashboard-header__mobile-menu .icon{width:1.5rem;height:1.5rem}@media (min-width:768px){.dashboard-header__mobile-menu{display:none!important}}.dashboard-mobile-overlay{z-index:999;background-color:#00000080;display:none;position:fixed;inset:0}.dashboard-mobile-overlay.active{display:block}.dashboard-mobile-menu{z-index:1000;background-color:#fff;width:280px;height:100vh;transition:right .3s;position:fixed;top:0;right:-100%}.dashboard-mobile-menu.active{right:0}.dashboard-mobile-header{background-color:#f8fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.dashboard-mobile-header .title{color:#111827;font-size:1.25rem;font-weight:700}.dashboard-mobile-header .mobile-user-info{align-items:center;gap:.75rem;display:flex}.dashboard-mobile-header .mobile-user-name{color:#111827;font-size:1rem;font-weight:700}.dashboard-mobile-header .close-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.5rem}.dashboard-mobile-header .close-btn:hover{color:#34aadc}.dashboard-mobile-content{padding:1rem 0}.dashboard-mobile-content .dashboard-mobile-nav{flex-direction:column;display:flex}.dashboard-mobile-content .dashboard-mobile-nav .dashboard-mobile-nav-section{border-top:1px solid #e5e7eb;margin-top:1rem;padding-top:1rem}.dashboard-mobile-content .dashboard-mobile-nav .dashboard-mobile-nav-section:first-child{border-top:none;margin-top:0;padding-top:0}.dashboard-mobile-content .dashboard-mobile-nav .dashboard-mobile-nav-section-title{text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;padding:.5rem 1.5rem;font-size:.75rem;font-weight:700}.dashboard-mobile-content .dashboard-mobile-nav .dashboard-mobile-nav-item{color:#4b5563;text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #f3f4f6;align-items:center;gap:.75rem;width:100%;padding:1rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.dashboard-mobile-content .dashboard-mobile-nav .dashboard-mobile-nav-item:hover{color:#34aadc;background-color:#f8fafb}.dashboard-mobile-content .dashboard-mobile-nav .dashboard-mobile-nav-item:last-child{border-bottom:none}.dashboard-mobile-content .dashboard-mobile-nav .dashboard-mobile-nav-item .icon{width:1.25rem;height:1.25rem}.mobile-overlay{z-index:999;background-color:#00000080;display:none;position:fixed;inset:0}.mobile-overlay.active{display:block}.mobile-menu{z-index:1000;background-color:#fff;flex-direction:column;width:300px;height:100vh;transition:right .3s;display:flex;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-2px 0 16px #0000001f}.mobile-menu.active{right:0}.mobile-header{background-color:#f8fafb;border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.mobile-header .title{color:#111827;font-size:1rem;font-weight:700}.mobile-header .mobile-user-info{align-items:center;gap:.75rem;display:flex}.mobile-header .mobile-user-name{color:#111827;font-size:1rem;font-weight:700}.mobile-header .close-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;align-items:center;padding:.25rem;display:flex}.mobile-header .close-btn:hover{color:#34aadc}.mobile-content{flex-direction:column;flex:1;padding:.5rem 0 1.5rem;display:flex}.mobile-nav{flex-direction:column;flex:1;display:flex}.mobile-nav-section{text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;margin-top:.5rem;padding:1rem 1.5rem .4rem;font-size:.7rem;font-weight:700}.mobile-nav-section:first-child{margin-top:0}.mobile-nav-item{color:#374151;border-bottom:1px solid #f3f4f6;padding:.575rem 1.5rem;font-size:.975rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:block}.mobile-nav-item:hover,.mobile-nav-item.active{color:#34aadc;background-color:#f8fafb}.mobile-nav-item:last-child{border-bottom:none}.mobile-nav-item--indent{padding-left:2.5rem;font-size:.9rem}.mobile-actions{border-top:1px solid #e5e7eb;margin-top:auto;padding:1.25rem 1.5rem 0}.mobile-actions .mobile-login-btn{color:#fff;cursor:pointer;text-align:center;background-color:#34aadc;border:none;border-radius:8px;width:100%;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:block}.mobile-actions .mobile-login-btn:hover{background-color:#0891b2}.dashboard-header--ghost{transition:background .3s,border-color .3s,box-shadow .3s;box-shadow:none!important;background:0 0!important;border-bottom-color:#0000!important;position:fixed!important}.dashboard-header--ghost .dashboard-header__logo-svg{filter:brightness(0)invert()}.dashboard-header--ghost .dashboard-header__nav-link{color:#fffc!important}.dashboard-header--ghost .dashboard-header__nav-link:hover{color:#fff!important;background:#ffffff1f!important}.dashboard-header--ghost .dashboard-header__nav-link--active,.dashboard-header--ghost .dashboard-header__nav-link.active{color:var(--brand)!important}.dashboard-header--ghost .dashboard-header__user-name,.dashboard-header--ghost .dashboard-header__user-chevron{color:#ffffffe6!important}.dashboard-header--ghost .login-btn,.dashboard-header--ghost a.login-btn{color:#fff!important;background:0 0!important;border:1.5px solid #ffffff80!important}.dashboard-header--ghost .login-btn:hover,.dashboard-header--ghost a.login-btn:hover{background:#ffffff26!important;border-color:#fff!important}.dashboard-header--ghost .header-icon-btn{color:#fffc!important}.dashboard-header--ghost .header-icon-btn:hover{color:#fff!important;background:#ffffff1f!important}.dashboard-header--ghost .header-search-wrap .header-search-input{color:#fff;background:#ffffff1f;border-color:#fff6}.dashboard-header--ghost .header-search-wrap .header-search-input::placeholder{color:#ffffff8c}.dashboard-header--ghost .header-search-wrap.open .header-icon-btn{color:#fff!important;background:#fff3!important}.dashboard-header--ghost .dashboard-header__mobile-menu{color:#fffc!important}.dashboard-header--ghost .dashboard-header__mobile-menu:hover{color:#fff!important;background:#ffffff1f!important}.header-icon-group{align-items:center;gap:.25rem;display:none}@media (min-width:768px){.header-icon-group{display:flex}}.header-icon-btn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s,color .2s;display:flex;position:relative}.header-icon-btn:hover{color:#1a2e44;background:#f3f4f6}.header-icon-btn__badge{color:#fff;background:#34aadc;border:1.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:.56rem;font-weight:700;display:flex;position:absolute;top:1px;right:1px}.header-search-wrap{align-items:center;display:flex;position:relative}.header-search-wrap .header-search-input{opacity:0;pointer-events:none;color:#1a2e44;background:#fff;border:1.5px solid #34aadc;border-radius:22px;outline:none;width:0;padding:.35rem .85rem;font-family:Poppins,sans-serif;font-size:.78rem;transition:width .28s,opacity .28s;position:absolute;top:50%;right:38px;transform:translateY(-50%)}.header-search-wrap .header-search-input::placeholder{color:#9ca3af}.header-search-wrap.open .header-search-input{opacity:1;pointer-events:all;width:200px}.header-search-wrap.open .header-icon-btn{color:#fff;background:#34aadc}.footer{color:#fff9;background:#464659;border-top:none}.footer .footer-main{max-width:1440px;margin:0 auto;padding:3rem 4rem}@media (max-width:1024px){.footer .footer-main{padding:3rem 2rem}}@media (max-width:768px){.footer .footer-main{padding:2.5rem 1.5rem}}@media (max-width:640px){.footer .footer-main{padding:2rem 1rem}}.footer .footer-main .footer-content{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (min-width:768px){.footer .footer-main .footer-content{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer .footer-main .footer-content{grid-template-columns:2fr .7fr .7fr .7fr .7fr;gap:0}}.footer .footer-logo-section .logo-and-tagline{flex-direction:column;gap:.4rem;display:flex}.footer .footer-logo-section .footer-logo-container{align-items:center;gap:.75rem;display:flex}.footer .footer-logo-section .footer-logo-svg{width:auto;max-width:180px;height:2.1rem}.footer .footer-logo-section .footer-logo-badge{background:#34aadc;border-radius:.5rem;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.footer .footer-logo-section .footer-logo-badge span{color:#fff;font-size:1.25rem;font-weight:700}.footer .footer-logo-section .footer-brand{color:#fff;font-size:1.1rem;font-weight:700}.footer .footer-logo-section .footer-tagline{color:#fff9;max-width:100%;margin:0;font-size:.8rem;line-height:1.5}.footer .footer-logo-section .footer-logo-divider{border:0;border-top:.15rem dotted #ffffff40;width:100%;margin:.25rem 0 0}.footer .footer-logo-section .footer-logo-disclaimer{border-left:.22rem solid #34aadc;align-items:flex-start;gap:.5rem;max-width:100%;padding-left:.65rem;display:flex}.footer .footer-logo-section .footer-logo-disclaimer svg{color:#34aadc;fill:#34aadc;flex-shrink:0;width:.9rem;height:.9rem;margin-top:.15rem}.footer .footer-logo-section .footer-logo-disclaimer p{color:#ffffff8c;margin:0;font-size:.72rem;line-height:1.6}.footer .footer-logo-section .footer-logo-disclaimer p strong{color:#fffc;font-weight:600}@media (min-width:1024px){.footer .footer-column{padding-left:2.5rem}}.footer .footer-column h4{color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.82rem;font-weight:600}.footer .footer-column ul{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.footer .footer-column ul li{color:#fff9;font-size:.8rem}.footer .footer-column ul li a,.footer .footer-column ul li a:visited{color:#fff9;font-size:.8rem;text-decoration:none;transition:color .2s}.footer .footer-column ul li a:hover,.footer .footer-column ul li a:visited:hover{color:#34aadc}.footer .footer-bottom-wrapper{background:#464659;border-top:none}.footer .footer-bottom-wrapper .footer-bottom{max-width:1440px;margin:0 auto;padding:.875rem 4rem}@media (max-width:1024px){.footer .footer-bottom-wrapper .footer-bottom{padding:.875rem 2rem}}@media (max-width:768px){.footer .footer-bottom-wrapper .footer-bottom{padding:.875rem 1.5rem}}@media (max-width:640px){.footer .footer-bottom-wrapper .footer-bottom{padding:.875rem 1rem}}@media (max-width:480px){.footer .footer-bottom-wrapper .footer-bottom{padding:.875rem 12px}}.footer .footer-bottom-wrapper .footer-bottom{flex-direction:column;align-items:center;gap:1rem;display:flex}@media (min-width:640px){.footer .footer-bottom-wrapper .footer-bottom{flex-direction:row;justify-content:space-between;gap:0}}.footer .footer-bottom-wrapper .footer-copyright{color:#ffffff80;font-size:.875rem}.footer .footer-bottom-wrapper .footer-social{align-items:center;gap:1rem;display:flex}.footer .footer-bottom-wrapper .footer-social span{color:#ffffff80;font-size:.875rem}.footer .footer-bottom-wrapper .footer-social .social-links{gap:.75rem;display:flex}.footer .footer-bottom-wrapper .footer-social .social-icon{color:#ffffff8c;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;text-decoration:none;transition:all .3s;display:flex}.footer .footer-bottom-wrapper .footer-social .social-icon:hover{color:#34aadc;transform:translateY(-2px)}.footer .footer-bottom-wrapper .footer-social .social-icon svg{fill:currentColor;width:15px;height:15px}:root{--brand:#34aadc;--brand-dk:#2d99c9;--navy:#1a2e44;--ink:#1a2e44;--muted:#6b7280;--light:#9ca3af;--border:#e5e7eb;--surface:#f8fafc;--bg:#fff;--white:#fff;--c-move:#3c6187;--bg-move:#dce8f3;--c-fueled:#a0b277;--bg-fueled:#eef2e6;--c-recover:#f6742a;--bg-recover:#fdeede;--c-mind:#585491;--bg-mind:#eeedf8;--c-connect:#f9af2a;--bg-connect:#fef6e0;--font-sans:"Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius:8px;--radius-lg:12px;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 24px #0000001a}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;font-size:16px}body{font-family:var(--font-sans);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-sans)}img{max-width:100%;height:auto;display:block}input,select,textarea{font-family:var(--font-sans)}
