#auth-screen .auth-action-button{display:flex;align-items:center;justify-content:center;gap:10px;min-height:48px;border:1px solid rgba(200,164,91,.48);box-shadow:0 8px 18px rgba(23,61,42,.12),inset 0 1px 0 rgba(255,255,255,.1);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background-color .2s ease}#auth-screen .auth-action-button:hover{transform:translateY(-2px);border-color:#d4ae5c;box-shadow:0 12px 24px rgba(23,61,42,.2),inset 0 1px 0 rgba(255,255,255,.14)}#auth-screen .auth-action-button:active{transform:translateY(0) scale(.99)}#auth-screen .auth-action-button:focus-visible{outline:3px solid rgba(200,164,91,.4);outline-offset:3px}#auth-screen .auth-action-icon{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:9px;color:#d9b565;background:rgba(255,255,255,.08);transition:transform .2s ease,background-color .2s ease}#auth-screen .auth-action-icon svg{width:19px;height:19px;display:block}#auth-screen .auth-action-button:hover .auth-action-icon{transform:scale(1.08) rotate(-3deg);background:rgba(216,181,106,.16)}#auth-screen .organization-signup-back.auth-action-button{margin-top:9px}@media(max-width:550px){#auth-screen .auth-action-button{min-height:46px}#auth-screen .auth-action-icon{flex-basis:28px;width:28px;height:28px}}@media(prefers-reduced-motion:reduce){#auth-screen .auth-action-button,#auth-screen .auth-action-icon{transition:none}}
