.search-app-header{width:100%;height:calc(56px + env(safe-area-inset-top,0px));z-index:1000;color:var(--color-light);padding-top:env(safe-area-inset-top,0px);padding-inline:max(var(--space-sm), env(safe-area-inset-left)) max(var(--space-sm), env(safe-area-inset-right));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:background-color var(--transition-fast), box-shadow var(--transition-fast);background:#082237f5;border-bottom:1px solid #ffffff14;position:fixed;top:0;left:0;box-shadow:0 8px 24px #00000024}.search-app-header.is-scrolled{background:#082237fb;border-bottom-color:#ffffff1f;box-shadow:0 12px 32px #00000038}.search-app-header__inner{justify-content:space-between;align-items:center;gap:var(--space-sm);width:100%;max-width:600px;height:56px;margin-inline:auto;display:flex}.search-app-header__back{width:44px;min-width:44px;height:44px;min-height:44px;color:var(--color-light);cursor:pointer;transition:background-color var(--transition-fast);-webkit-tap-highlight-color:transparent;background:#ffffff0f;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex}.search-app-header__back:hover{background:#ffffff1f}.search-app-header__back:active{background:#ffffff2e}.search-app-header__back-spacer{flex-shrink:0;width:44px;min-width:44px}.search-app-header__logo{color:var(--color-light);align-items:center;gap:.6rem;text-decoration:none;display:flex}.search-app-header__logo:hover{color:var(--color-light)}.search-app-header__logo-img{object-fit:contain;width:auto;height:40px;display:block}.search-app-header__brand{font-family:var(--font-headings);letter-spacing:.01em;white-space:nowrap;font-size:.9rem;font-weight:700;line-height:1.1}.search-app-header__auth{justify-content:flex-end;align-items:center;min-width:44px;display:flex}.search-app-header__sign-in{min-height:var(--touch-target-min);color:var(--color-light);font-family:var(--font-headings);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:background-color var(--transition-fast), border-color var(--transition-fast);-webkit-tap-highlight-color:transparent;background:#ffffff0a;border:1px solid #ffffff2e;border-radius:999px;justify-content:center;align-items:center;padding:.45rem .85rem;font-size:.72rem;font-weight:700;display:inline-flex}.search-app-header__sign-in:hover{background:#ffffff14;border-color:#ffffff4d}.search-app-header__avatar{justify-content:center;align-items:center;display:flex}.search-app-header__avatar-img{cursor:pointer;border-radius:50%!important;width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important}.search-app-header__auth-placeholder{background:#ffffff1a;border-radius:50%;width:36px;height:36px;display:inline-block}@media (max-width:374px){.search-app-header__brand{display:none}}.search-app-bottom-nav{z-index:1000;width:100%;padding-bottom:env(safe-area-inset-bottom,0px);padding-inline:env(safe-area-inset-left,0px) env(safe-area-inset-right,0px);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#082237f7;border-top:1px solid #ffffff14;justify-content:space-around;align-items:stretch;display:flex;position:fixed;bottom:0;left:0}.search-app-bottom-nav__tab{color:#ffffff8c;min-width:44px;min-height:56px;transition:color var(--transition-fast);-webkit-tap-highlight-color:transparent;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:2px;padding:6px 4px 4px;text-decoration:none;display:flex}.search-app-bottom-nav__tab:hover{color:#fffc}.search-app-bottom-nav__tab.is-active{color:var(--color-accent)}.search-app-bottom-nav__tab svg{flex-shrink:0;width:22px;height:22px}.search-app-bottom-nav__label{font-family:var(--font-headings);text-transform:uppercase;letter-spacing:.08em;font-size:.6rem;font-weight:700;line-height:1}body.search-app-variant{padding-top:calc(56px + env(safe-area-inset-top,0px));padding-bottom:calc(56px + env(safe-area-inset-bottom,0px))}body.search-app-variant .site-header,body.search-app-variant .site-footer,body.search-app-variant.keyboard-open .search-app-bottom-nav{display:none}body.search-app-variant.is-offline:before{content:"No connection — check your network and try again.";top:calc(56px + env(safe-area-inset-top,0px));z-index:999;color:#fff;width:100%;font-family:var(--font-headings);text-align:center;letter-spacing:.04em;background:#b91c1c;padding:10px 16px;font-size:.75rem;font-weight:700;position:fixed;left:0}