/* Pickle2Ball Phone + PIN Auth — mobile first */
.p2b-auth-page{background:#fff}.p2b-auth-wrap{width:100%;max-width:100%;margin:0 auto;padding:18px 12px calc(104px + env(safe-area-inset-bottom))}.p2b-auth-card{width:100%;max-width:560px;margin:0 auto;padding:0;background:#fff;border:0;border-radius:0;box-shadow:none}.p2b-auth-card h1{margin:0 0 10px;color:#111;font-size:30px;line-height:1.12}.p2b-auth-card>p,.p2b-auth-card>div{margin-top:0;margin-bottom:16px;color:#222;font-size:16px;line-height:1.5}.p2b-auth-card .p2b-help-text,.p2b-auth-card .p2b-help-text-bot{color:#5f6368;font-size:15px}.p2b-auth-card a{color:#3366cc}.p2b-auth-card .p2b-form{display:grid;gap:16px;width:100%;margin-top:18px}.p2b-auth-card .p2b-form-row{display:grid;grid-template-columns:minmax(0,1fr);gap:14px}.p2b-auth-card .p2b-field{display:grid;gap:7px;min-width:0}.p2b-auth-card .p2b-field label{color:#111;font-size:15px;font-weight:700;line-height:1.3}.p2b-auth-card input,.p2b-auth-card select{width:100%;min-width:0;min-height:48px;padding:11px 12px;border:1px solid #cfd4dc;border-radius:6px;background:#fff;color:#111;font-size:16px;line-height:1.25}.p2b-auth-card input:focus,.p2b-auth-card select:focus{border-color:#3366cc;outline:2px solid rgba(51,102,204,.18);outline-offset:0}.p2b-auth-card .p2b-button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:11px 16px;border:1px solid #0b3d91;border-radius:6px;background:#0b3d91;color:#fff;font-size:17px;font-weight:700;line-height:1.2;text-align:center;text-decoration:none;cursor:pointer}.p2b-auth-card .p2b-button:hover,.p2b-auth-card .p2b-button:focus{background:#092f70;text-decoration:none}.p2b-auth-card .p2b-flash{margin:14px 0;padding:12px;border:1px solid #e4b8b8;border-radius:6px;background:#fff5f5;color:#8a1c1c;font-size:15px;line-height:1.45}.p2b-auth-card .p2b-pin-box{display:flex;align-items:center;justify-content:center;min-height:76px;margin:8px 0 16px;border:2px solid #111;background:#fff;font-size:34px;letter-spacing:.18em}.p2b-auth-card .p2b-help-text-bot{margin-top:18px}@media (min-width:640px){.p2b-auth-wrap{padding-top:28px;padding-left:20px;padding-right:20px}.p2b-auth-card{padding:22px;border:1px solid #dde1e6}.p2b-auth-card h1{font-size:34px}.p2b-auth-card .p2b-form-row{grid-template-columns:minmax(180px,.9fr) minmax(0,1.4fr)}.p2b-auth-card .p2b-button{width:auto;min-width:170px;justify-self:start}}
