.app-header{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0a0a0bd6;padding-block:18px}.app-header__content{justify-content:space-between;align-items:center;gap:20px;display:flex}.app-header__brand{min-width:0;color:var(--fg);align-items:center;gap:10px;text-decoration:none;display:inline-flex}.app-header__mark{color:#fff;background:#1389ee;border:1px solid #82c8ff52;border-radius:8px;flex:0 0 40px;place-items:center;width:40px;height:40px;font-weight:800;display:inline-grid}.app-header__brand-copy{flex-direction:column;min-width:0;line-height:1.15;display:flex}.app-header__brand-copy strong,.app-header__brand-copy span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.app-header__brand-copy strong{font-size:15px}.app-header__brand-copy span{color:var(--muted);font-size:12px}.app-header__links{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.app-header__link{min-height:34px;color:var(--muted-strong);border-radius:6px;align-items:center;padding:0 10px;font-size:14px;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.app-header__link:hover{background:var(--surface-hover);color:var(--fg)}@media (max-width:720px){.app-header__content{flex-direction:column;align-items:flex-start}.app-header__links{justify-content:flex-start}}
.footer{border-top:1px solid var(--line);margin-top:64px;padding-block:28px}.footer__content{justify-content:space-between;align-items:center;gap:20px;display:flex}.footer__note{max-width:420px;color:var(--muted);margin:0;font-size:14px}.footer__links{flex-wrap:wrap;justify-content:flex-end;gap:8px 12px;display:flex}.footer__link{color:var(--muted-strong);font-size:14px;text-decoration:none}.footer__link:hover{color:var(--fg)}@media (max-width:720px){.footer__content{flex-direction:column;align-items:flex-start}.footer__links{justify-content:flex-start}}
