:root{--guest-auth-action-height: 46px;--guest-auth-action-radius: 14px;--guest-auth-action-text: var(--nc-text, #F7F7F9);--guest-auth-action-brand: var(--nc-brand, #1F80FF);--guest-auth-action-border: var(--nc-border-strong, rgba(245, 245, 247, .16))}.guest-auth-action{box-sizing:border-box;min-height:var(--guest-auth-action-height)!important;height:var(--guest-auth-action-height)!important;padding:0 18px!important;display:flex;align-items:center;justify-content:center;border-radius:var(--guest-auth-action-radius)!important;color:var(--guest-auth-action-text)!important;font-family:Helvetica,Arial,sans-serif;font-size:15px!important;font-weight:700!important;line-height:1!important;text-align:center;text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .12s ease}.guest-auth-action--primary{border:1px solid transparent!important;background:linear-gradient(180deg,#2D8BFF 0%,var(--guest-auth-action-brand) 100%)!important;box-shadow:var(--nc-shadow-brand, 0 7px 16px rgba(31, 128, 255, .15))!important}.guest-auth-action--guest{border:1px solid rgba(31,128,255,.82)!important;background:#1f80ff09!important;box-shadow:none!important}.guest-auth-action--create{border:1px solid var(--guest-auth-action-border)!important;background:#f5f5f706!important;box-shadow:none!important}.guest-auth-action:focus-visible{outline:2px solid #F7F7F9!important;outline-offset:3px!important}.guest-auth-action:active{transform:translateY(1px)}@media(hover:hover)and (pointer:fine){.guest-auth-action--primary:hover{background:linear-gradient(180deg,#4398ff,#2a88ff)!important}.guest-auth-action--guest:hover{background:#1f80ff1a!important;border-color:#3b91ff!important}.guest-auth-action--create:hover{background:#f5f5f711!important;border-color:#f5f5f747!important}}@media(prefers-reduced-motion:reduce){.guest-auth-action{transition:none}}
