/* Account entry points remain visible on both desktop and mobile. */
.nav .guest-account-actions{display:flex;align-items:center;gap:8px;margin-left:20px;flex:none}
.nav .guest-account-actions a{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid currentColor;min-height:40px;padding:10px 14px;font-size:11px;line-height:1.2;letter-spacing:.02em;white-space:nowrap;text-transform:uppercase}
.nav .guest-account-actions .guest-create{background:#fff;color:#111;border-color:#fff}
.nav.solid .guest-account-actions .guest-create{background:#111;color:#fff;border-color:#111}
.nav .guest-account-actions a:hover{opacity:1;background:#dedede;color:#111;border-color:#dedede}
.nav .guest-account-actions svg{width:14px;height:14px;flex:none}
@media(min-width:901px){.nav ul{gap:clamp(18px,2.2vw,34px);margin-left:auto}.nav .guest-account-actions{margin-left:28px}}
@media(max-width:900px){.nav{justify-content:space-between;gap:12px}.nav .guest-account-actions{margin-left:auto;gap:6px;position:relative;z-index:42}.nav .guest-account-actions a{min-height:38px;padding:9px;font-size:9px}.nav .guest-account-actions svg{display:none}.nav .burger{position:relative;z-index:42;flex:none}.nav .mark{display:block}.nav .wm{display:none}.nav.open .guest-account-actions{color:#111}.nav.open .guest-account-actions .guest-create{background:#111;color:#fff;border-color:#111}body[data-guest-brand="rize"] .nav .mark span{display:none}body[data-guest-brand="rize"] .nav .mark{display:flex}body[data-guest-brand="rize"] .nav.open .guest-account-actions{color:#fff}body[data-guest-brand="rize"] .nav.open .guest-create{background:#fff;color:#111;border-color:#fff}}
@media(max-width:380px){.nav{gap:8px}.nav .guest-account-actions a{padding:9px 7px;font-size:8px}.nav .guest-account-actions{gap:4px}}

html:not([data-guest-session="signed-out"]) .nav .guest-account-actions .guest-create{display:none}
