.auth-btn{height:50px;display:inline-flex;align-items:center;gap:12px;width:100%;padding:0 18px;border-radius:9999px;font:600 15px/1 system-ui,-apple-system,"Segoe UI",Roboto,Arial;text-decoration:none;user-select:none;white-space:nowrap;transition:transform .08s ease,box-shadow .15s ease,border-color .15s ease,filter .15s ease;justify-content:center}.auth-btn__icon{width:34px;height:34px;display:grid;place-items:center;border-radius:9999px;flex-shrink:0}.auth-btn:active{transform:translateY(0)}.auth-btn:hover{transform:translateY(-1px)}.auth-btn:focus-visible{outline:0}.auth-btn--google{background:#fff;color:#111;border:1px solid rgba(0,0,0,.12);box-shadow:0 1px 2px rgba(0,0,0,.06)}.auth-btn--google .auth-btn__icon{background:#fff;border:1px solid rgba(0,0,0,.08)}.auth-btn--google:hover{border-color:rgba(0,0,0,.18);box-shadow:0 6px 18px rgba(0,0,0,.1)}.auth-btn--google:focus-visible{box-shadow:0 0 0 4px rgba(66,133,244,.22),0 6px 18px rgba(0,0,0,.1)}.auth-btn--guest{font-weight:700;color:#111;border:1px solid rgba(0,0,0,.08);background:linear-gradient(135deg,#ff8a00,#ffb347);box-shadow:0 6px 20px rgba(255,138,0,.35),inset 0 1px 0 rgba(255,255,255,.45)}.auth-btn--guest .auth-btn__icon{color:#ff8a00}.auth-btn--guest:hover{filter:brightness(1.03);box-shadow:0 10px 28px rgba(255,138,0,.45),inset 0 1px 0 rgba(255,255,255,.5)}.auth-btn--guest:focus-visible{box-shadow:0 0 0 4px rgba(255,138,0,.35),0 10px 28px rgba(255,138,0,.45)}.auth-btn__icon img{width:20px;height:20px}