/* Floating Glass navigation. Existing dismissal, restoration and route handlers own visibility. */
@media(max-width:900px){
  body{--falue-glass-bg:rgba(255,255,255,.86);--falue-glass-line:rgba(255,255,255,.8);--falue-glass-ink:#30334f;--falue-glass-muted:#6d718b;--falue-glass-active:#ede9ff;--falue-glass-accent:#6248ef;--falue-glass-shadow:0 6px 24px rgba(46,37,93,.10),inset 0 1px 0 rgba(255,255,255,.7)}
  html#night-mode body,html.falue-night-mode body,html[data-theme=dark] body,body[data-falue-ambient-theme=dark],body.dark,body.night_mode{--falue-glass-bg:rgba(20,21,29,.88);--falue-glass-line:rgba(255,255,255,.11);--falue-glass-ink:#efedfa;--falue-glass-muted:#b9b5ce;--falue-glass-active:#34284c;--falue-glass-accent:#b79aff;--falue-glass-shadow:0 6px 24px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.05)}
  body .falue-mobile-profile-topbar{
    left:max(12px,env(safe-area-inset-left))!important;right:max(12px,env(safe-area-inset-right))!important;
    top:calc(12px + env(safe-area-inset-top))!important;width:auto!important;max-width:none!important;
    height:60px!important;min-height:60px!important;padding:6px 8px!important;gap:6px!important;
    border:1px solid var(--falue-glass-line)!important;border-radius:24px!important;
    background:var(--falue-glass-bg)!important;color:var(--falue-glass-ink)!important;
    -webkit-backdrop-filter:blur(20px) saturate(150%)!important;backdrop-filter:blur(20px) saturate(150%)!important;
    box-shadow:var(--falue-glass-shadow)!important;box-sizing:border-box!important;
  }
  body .falue-mobile-profile-topbar .falue-profile-topbar-back,
  body .falue-mobile-profile-topbar .falue-profile-topbar-menu,
  body .falue-mobile-profile-topbar .falue-mobile-header-action,
  body .falue-mobile-profile-topbar .falue-profile-topbar-account{width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;border-radius:15px!important;border:0!important;background:transparent!important;box-shadow:none!important;color:var(--falue-glass-ink)!important;flex-shrink:0}
  body .falue-mobile-profile-topbar .falue-profile-topbar-identity{min-width:0;flex:1 1 auto;gap:8px!important}
  body .falue-mobile-profile-topbar .falue-profile-topbar-name{color:var(--falue-glass-ink)!important;font-weight:650!important}
  body .falue-mobile-profile-topbar .falue-mobile-header-actions{gap:0!important}
  body .falue-mobile-profile-topbar .falue-profile-topbar-avatar{box-shadow:none!important;background:transparent!important}
  body .falue-mobile-profile-topbar button:focus-visible,body .falue-concept-dock :focus-visible{outline:2px solid var(--falue-glass-accent)!important;outline-offset:2px}
  body .falue-concept-dock{
    left:max(12px,env(safe-area-inset-left))!important;right:max(12px,env(safe-area-inset-right))!important;
    bottom:calc(12px + env(safe-area-inset-bottom))!important;width:auto!important;max-width:none!important;
    height:64px!important;min-height:64px!important;padding:5px 6px!important;gap:2px!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;border-radius:24px!important;
    background:var(--falue-glass-bg)!important;border:1px solid var(--falue-glass-line)!important;
    -webkit-backdrop-filter:blur(20px) saturate(150%)!important;backdrop-filter:blur(20px) saturate(150%)!important;
    box-shadow:var(--falue-glass-shadow)!important;color:var(--falue-glass-muted)!important;box-sizing:border-box!important;
  }
  body .falue-concept-dock .falue-concept-dock-item,
  body .falue-concept-dock .falue-concept-create{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;position:relative!important;inset:auto!important;min-width:0!important;width:100%!important;height:52px!important;min-height:44px!important;margin:0!important;padding:3px 0!important;border:0!important;border-radius:17px!important;background:transparent!important;box-shadow:none!important;color:var(--falue-glass-muted)!important;transform:none!important;text-decoration:none!important}
  body .falue-concept-dock .falue-concept-dock-pill,
  body .falue-concept-dock .falue-concept-create-core{position:static!important;display:flex!important;align-items:center!important;justify-content:center!important;flex:none!important;width:28px!important;height:28px!important;padding:2px!important;border:0!important;border-radius:10px!important;background:transparent!important;box-shadow:none!important;transform:none!important;color:inherit!important}
  body .falue-concept-dock .falue-concept-create-ring{display:none!important}
  body .falue-concept-dock .falue-concept-dock-pill svg,
  body .falue-concept-dock .falue-concept-create-core svg{width:22px!important;height:22px!important;color:inherit!important}
  body .falue-concept-dock .falue-concept-dock-item::after{content:attr(aria-label);font-family:inherit;font-size:10px;font-weight:500;line-height:12px;white-space:nowrap;color:inherit}
  body .falue-concept-dock .falue-concept-create::after{content:'Create';font-family:inherit;font-size:10px;font-weight:500;line-height:12px;color:inherit}
  body .falue-concept-dock .falue-concept-dock-item.is-active{background:var(--falue-glass-active)!important;color:var(--falue-glass-accent)!important}
  body .falue-concept-dock .falue-concept-dock-item:active,
  body .falue-concept-dock .falue-concept-create:active{background:var(--falue-glass-active)!important}
  body .falue-footer-restore-control{background:var(--falue-glass-bg)!important;border:1px solid var(--falue-glass-line)!important;color:var(--falue-glass-accent)!important;box-shadow:var(--falue-glass-shadow)!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important}
  @supports not (backdrop-filter:blur(1px)){body{--falue-glass-bg:#fff}html#night-mode body,html.falue-night-mode body,html[data-theme=dark] body,body[data-falue-ambient-theme=dark],body.dark,body.night_mode{--falue-glass-bg:#171820}}
}

@font-face{font-family:'Convergence';src:url('../fonts/Convergence-Regular.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}
@media(max-width:900px){body .falue-mobile-profile-topbar .falue-profile-topbar-name[aria-disabled="true"]{font-family:'Convergence',sans-serif!important;font-weight:400!important}}
