/* All About Material v1.4.11 header search and authentication refinements */
.aam-nav-wrap{position:relative}
.aam-header-search{position:relative;z-index:114;display:flex;flex:0 0 auto;align-items:center}
.aam-search-toggle{width:44px;height:44px;display:grid;place-items:center;padding:0;border:1px solid var(--aam-line);border-radius:50%;background:#fff;color:var(--aam-ink);cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease}
.aam-search-toggle svg,.aam-search-field-icon{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round}
.aam-search-toggle:hover,.aam-header-search.is-open .aam-search-toggle{border-color:color-mix(in srgb,var(--aam-primary) 36%,var(--aam-line));background:var(--aam-primary-soft);color:var(--aam-primary);box-shadow:0 8px 22px color-mix(in srgb,var(--aam-primary) 16%,transparent);transform:translateY(-1px)}
.aam-search-toggle:focus-visible{outline:3px solid color-mix(in srgb,var(--aam-primary) 24%,transparent);outline-offset:3px}
.aam-header-search-panel{position:absolute;z-index:112;top:50%;right:0;width:min(720px,calc(100vw - 430px));min-width:460px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-50%) scaleX(.68);transform-origin:right center;transition:opacity .2s ease,visibility .2s ease,transform .32s cubic-bezier(.22,1,.36,1)}
.aam-header-search.is-open .aam-header-search-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(-50%) scaleX(1)}
.aam-header-search.is-open .aam-search-toggle{opacity:0;pointer-events:none;transform:scale(.84)}
.aam-header-search-panel>form{height:56px;display:flex;align-items:center;gap:12px;padding:6px 12px 6px 17px;border:1px solid color-mix(in srgb,var(--aam-primary) 34%,var(--aam-line));border-radius:15px;background:#fff;box-shadow:0 18px 48px rgba(12,27,43,.16),0 0 0 5px color-mix(in srgb,var(--aam-primary) 8%,transparent)}
.aam-header-search-panel .aam-search-field-icon{flex:0 0 auto;color:var(--aam-primary)}
.aam-header-search-panel input[type="search"]{width:100%;height:42px;margin:0!important;padding:0!important;border:0!important;outline:0!important;background:transparent!important;color:var(--aam-ink)!important;font:500 15px/1.2 "DM Sans",sans-serif!important;box-shadow:none!important;-webkit-appearance:none}
.aam-header-search-panel input[type="search"]::-webkit-search-cancel-button{cursor:pointer}
.aam-search-shortcut{flex:0 0 auto;padding:4px 7px;border:1px solid var(--aam-line);border-radius:6px;background:var(--aam-soft);color:var(--aam-muted);font-size:9px;font-weight:700;letter-spacing:.06em}
.aam-live-search-results{position:absolute;top:calc(100% + 13px);right:0;left:0;max-height:min(520px,calc(100vh - 120px));overflow-y:auto;padding:12px;border:1px solid var(--aam-line);border-radius:17px;background:#fff;box-shadow:0 28px 70px rgba(9,25,41,.2)}
.aam-search-quick{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:8px}
.aam-search-quick>span{width:100%;margin-bottom:2px;color:var(--aam-muted);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.11em}
.aam-search-quick a{padding:7px 11px;border:1px solid var(--aam-line);border-radius:999px;background:#fff;color:#344054;font-size:12px;font-weight:650;transition:.2s ease}
.aam-search-quick a:hover{border-color:var(--aam-primary);background:var(--aam-primary-soft);color:var(--aam-primary)!important;transform:translateY(-1px)}
.aam-live-result-list{display:grid;gap:3px}
.aam-live-result{display:grid;grid-template-columns:54px minmax(0,1fr) 20px;gap:13px;align-items:center;padding:9px;border-radius:12px;transition:background .18s ease,transform .18s ease}
.aam-live-result:hover,.aam-live-result:focus-visible{outline:0;background:var(--aam-primary-soft);transform:translateX(2px)}
.aam-live-result>img,.aam-live-result-placeholder{width:54px;height:54px;display:grid;place-items:center;border-radius:10px;background:linear-gradient(145deg,var(--aam-primary-soft),#fff);color:var(--aam-primary);font:700 18px "Poppins",sans-serif;object-fit:cover}
.aam-live-result-copy{min-width:0;display:flex;flex-direction:column}
.aam-live-result-copy small{color:var(--aam-primary);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}
.aam-live-result-copy strong{overflow:hidden;color:var(--aam-ink);font-size:13px;text-overflow:ellipsis;white-space:nowrap}
.aam-live-result-copy>span{overflow:hidden;color:var(--aam-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}
.aam-live-result-arrow{width:17px;height:17px;fill:none;stroke:var(--aam-muted);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.aam-search-all{display:flex;justify-content:center;margin-top:8px;padding:11px;border-top:1px solid var(--aam-line);color:var(--aam-primary)!important;font-size:12px;font-weight:750}
.aam-search-empty{display:flex;flex-direction:column;align-items:center;padding:28px 18px;text-align:center}
.aam-search-empty strong{font-size:14px}
.aam-search-empty span{margin-top:4px;color:var(--aam-muted);font-size:12px}
.aam-search-loading{min-height:106px;display:flex;align-items:center;justify-content:center;gap:5px;color:var(--aam-primary)}
.aam-search-loading>span{width:7px;height:7px;border-radius:50%;background:currentColor;animation:aam-search-pulse .8s ease-in-out infinite alternate}
.aam-search-loading>span:nth-child(2){animation-delay:.16s}.aam-search-loading>span:nth-child(3){animation-delay:.32s}
.aam-search-loading small{margin-left:8px;color:var(--aam-muted)}
@keyframes aam-search-pulse{to{opacity:.25;transform:translateY(-4px)}}

.aam-auth-section{min-height:calc(100svh - 125px);grid-template-columns:minmax(430px,46%) minmax(0,54%);align-items:start}
.aam-auth-art{position:sticky;top:0;width:100%;height:calc(100svh - 82px);min-height:650px;align-self:start;padding:clamp(42px,5vw,76px)!important}
.aam-auth-art-inner{width:min(100%,620px);height:100%;display:flex;flex-direction:column;justify-content:center;margin:0 auto}
.aam-auth-brand-row{display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap}
.aam-auth-brand-row .aam-logo{flex:0 0 auto}
.aam-auth-brand-row .aam-eyebrow{max-width:260px;margin:0;text-align:right}
.aam-auth-message{margin-top:clamp(84px,15vh,160px)}
.aam-auth-art .aam-auth-message h2{margin:0 0 14px;font-size:clamp(38px,3vw,52px)}
.aam-auth-panel{width:100%;min-height:calc(100svh - 82px);padding:clamp(48px,6vw,95px)}
.aam-auth-panel>div{max-width:560px}
.aam-auth-form input::placeholder,.aam-form-card input::placeholder,.aam-form-card textarea::placeholder,.aam-dashboard-form input::placeholder,.aam-dashboard-form textarea::placeholder,.aam-modal-form input::placeholder,.aam-modal-form textarea::placeholder{color:#98a2b3;opacity:1}
.aam-password-wrap{position:relative;display:block;width:100%;margin-top:6px}
.aam-password-wrap input{margin-top:0!important;padding-right:54px!important}
.aam-password-toggle{position:absolute;top:50%;right:7px;width:38px;height:38px;display:grid;place-items:center;padding:0;border:0;border-radius:9px;background:transparent;color:#667085;cursor:pointer;transform:translateY(-50%);transition:background .2s ease,color .2s ease}
.aam-password-toggle:hover,.aam-password-toggle:focus-visible{outline:0;background:var(--aam-primary-soft);color:var(--aam-primary)}
.aam-password-toggle svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.aam-password-toggle .aam-eye-slash{display:none}
.aam-password-toggle.is-visible .aam-eye-slash{display:block}
.aam-auth-form .aam-remember{display:flex;align-items:center;gap:9px;margin:0;color:#344054;font-size:12px;font-weight:650;cursor:pointer}
.aam-auth-form .aam-remember input{width:17px!important;height:17px;min-height:17px;margin:0;padding:0;accent-color:var(--aam-primary)}
.aam-auth-form .aam-remember span{line-height:1.2}
.aam-recovery-form>p{margin:0;text-align:left}

@media(min-width:1700px){
	.aam-auth-section{grid-template-columns:1fr 1fr}
	.aam-auth-panel{padding-right:max(7vw,110px);padding-left:max(7vw,110px)}
}

@media(max-width:1120px){
	.aam-header-search-panel{width:min(610px,calc(100vw - 300px));min-width:420px}
	.aam-auth-section{grid-template-columns:minmax(390px,45%) minmax(0,55%)}
	.aam-auth-art{padding:42px!important}
	.aam-auth-brand-row{align-items:flex-start;flex-direction:column}
	.aam-auth-brand-row .aam-eyebrow{text-align:left}
	.aam-auth-panel{padding:58px 44px}
}

@media(max-width:1050px){
	.aam-nav-toggle{order:4;margin-left:0!important}
	.aam-header-search{order:3;margin-left:auto}
	.aam-nav{order:5}
	.aam-nav-actions{order:6}
	.aam-header-search-panel{width:min(620px,calc(100vw - 150px));min-width:0}
}

@media(max-width:780px){
	.aam-auth-art{position:static;display:none;height:auto;min-height:0}
	.aam-auth-panel{min-height:auto;padding:55px 25px}
	.aam-auth-links{align-items:flex-start;flex-direction:column;gap:10px}
}

@media(max-width:560px){
	.aam-search-toggle{width:40px;height:40px}
	.aam-header-search-panel{position:fixed;top:76px;right:14px;left:14px;width:auto;min-width:0;transform:translateY(-12px) scale(.97);transform-origin:top center}
	.aam-header-search.is-open .aam-header-search-panel{transform:translateY(0) scale(1)}
	.aam-header-search-panel>form{height:54px;border-radius:13px}
	.aam-live-search-results{max-height:calc(100vh - 155px)}
	.aam-search-shortcut{display:none}
	.aam-live-result{grid-template-columns:48px minmax(0,1fr) 17px;gap:10px}
	.aam-live-result>img,.aam-live-result-placeholder{width:48px;height:48px}
	.aam-auth-panel h1{font-size:32px}
}

@media(prefers-reduced-motion:reduce){
	.aam-header-search-panel,.aam-search-toggle,.aam-live-result{transition:none!important}
	.aam-search-loading>span{animation:none}
}
