.header-module{position:relative;z-index:1000;width:100%;background-color:var(--header-bg, #fff);border-bottom:1px solid var(--atlas-border, #e5e7eb);box-shadow:0 1px 4px #0000000f}.header-module.is-sticky{position:sticky;top:0;z-index:1000}.header-module.is-fixed-height{box-sizing:border-box;height:var(--header-fixed-height)}.header-module.is-fixed-height .header-row{height:100%;min-height:0;padding-top:0;padding-bottom:0}.header-module .header-row{position:relative;display:flex;align-items:center;gap:1rem;padding-top:var(--header-row-pt, 18px);padding-bottom:var(--header-row-pb, 18px)}.header-module .header-actions{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;flex-wrap:wrap;margin-left:auto;min-width:0}.header-module .logo{flex-shrink:0;display:flex;align-items:center;text-decoration:none;width:min(100%,var(--header-logo-width, 200px));margin-left:var(--header-logo-margin-left, 0px);margin-right:var(--header-logo-margin-right, 50px)}.header-module .logo:hover,.header-module .logo:focus{background:none;opacity:1;text-decoration:none;color:inherit}.header-module .logo-image{display:block;width:100%;height:auto;max-width:100%}.header-module .logo-placeholder{font-weight:700;font-size:1.25rem;color:var(--atlas-text-primary, #111827)}.header-module .search-wrap{position:relative;display:flex;align-items:center;width:-moz-max-content;width:max-content}.header-module .topbar-search-slot{display:flex;align-items:center;flex-shrink:0}.header-module .topbar-search-slot.is-breakout{position:absolute;top:var(--header-row-pt, 18px);bottom:var(--header-row-pb, 18px);right:var(--header-search-breakout-offset-xxl, 24px);z-index:2}.header-module .search-toggle{display:inline-flex;align-items:center;justify-content:center;gap:0;aspect-ratio:1;line-height:1;padding:var(--header-search-toggle-padding, 14px);border-radius:var(--header-search-toggle-radius, var(--atlas-border-radius))}.header-module .search-toggle>svg{width:var(--header-search-toggle-icon-size, 20px);height:var(--header-search-toggle-icon-size, 20px)}.header-module .search-form{position:absolute;top:calc(100% + 8px);right:0;display:flex;align-items:center;gap:.25rem;background-color:var(--header-bg, #fff);border:1px solid var(--atlas-border, #e5e7eb);border-radius:8px;padding:.25rem;box-shadow:0 4px 12px -2px #0000001a;min-width:280px;z-index:200}.header-module .search-input{flex:1;border:none;outline:none;background:transparent;font-size:.9375rem;padding:.375rem .5rem;color:var(--atlas-text-primary, #111827)}.header-module .search-input::-moz-placeholder{color:var(--atlas-text-secondary, #6b7280)}.header-module .search-input::placeholder{color:var(--atlas-text-secondary, #6b7280)}.header-module .search-input::-webkit-search-cancel-button{display:none}.header-module .search-submit{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background-color:var(--atlas-primary, #1d4ed8);color:var(--atlas-primary-contrast, #fff);border:none;border-radius:6px;cursor:pointer;transition:background-color .15s ease}.header-module .search-submit:hover{background-color:color-mix(in srgb,var(--atlas-primary, #1d4ed8) 85%,black)}.header-module .btn{white-space:nowrap;flex-shrink:0;text-decoration:none}.header-module .btn:hover{text-decoration:none}.header-module .btn:hover .btn-icon{transform:translate(3px)}.header-module .btn-icon{display:inline-block;vertical-align:middle;margin-inline-start:.375rem;margin-block-end:.1em;transition:transform .15s ease}.header-module .btn-label-mobile{display:none}@media (max-width: 1399.98px){.header-module .topbar-search-slot.is-breakout{right:var(--header-search-breakout-offset-xl, var(--header-search-breakout-offset-xxl, 24px))}.header-module.search-breakout-until-xxl .topbar-search-slot.is-breakout{position:static;top:auto;bottom:auto;right:auto;transform:none}}@media (max-width: 1199.98px){.header-module .topbar-search-slot.is-breakout{right:var(--header-search-breakout-offset-md, var(--header-search-breakout-offset-xl, 24px))}.header-module.search-breakout-until-xl .topbar-search-slot.is-breakout{position:static;top:auto;bottom:auto;right:auto;transform:none}}@media (max-width: 991.98px){.header-module.is-fixed-height{height:var(--header-fixed-mobile-height, var(--header-fixed-height))}}@media (max-width: 767.98px){.header-module .topbar-search-slot.is-breakout{right:var(--header-search-breakout-offset-sm, var(--header-search-breakout-offset-md, 16px))}.header-module.search-breakout-until-md .topbar-search-slot.is-breakout{position:static;top:auto;bottom:auto;right:auto;transform:none}}@media (max-width: 575.98px){.header-module .header-row{min-height:60px;display:grid;grid-template-columns:minmax(0,1fr);gap:.75rem}.header-module.is-fixed-height .header-row{min-height:0}.header-module .topbar-search-slot.is-breakout{position:static;top:auto;bottom:auto;right:auto;transform:none}.header-module .logo{width:min(100%,var(--header-logo-width-mobile, var(--header-logo-width, 200px)));margin-right:0;flex:0 0 auto;min-width:0}.header-module .header-actions{width:100%;margin-left:0;gap:.75rem;flex-direction:column;align-items:stretch;justify-content:flex-start;flex:none}.header-module .header-actions .btn{width:100%;max-width:none;display:inline-flex;align-items:center;justify-content:center;text-align:center;white-space:normal}.header-module .topbar-search-slot,.header-module .search-wrap,.header-module .search-form,.header-module .search-toggle{width:100%;min-width:0}.header-module .topbar-search-slot{justify-content:stretch}.header-module .btn-label-desktop{display:none}.header-module .btn-label-mobile{display:inline}.header-module .btn-mobile-sm{padding:var(--atlas-btn-sm-padding);font-size:var(--atlas-btn-sm-font-size)}.header-module .btn-mobile-md{padding:var(--atlas-btn-md-padding);font-size:var(--atlas-btn-md-font-size)}.header-module .btn-mobile-lg{padding:var(--atlas-btn-lg-padding);font-size:var(--atlas-btn-lg-font-size)}}
