/* Signup-only terms acceptance for Shahdad AI mobile SMS auth v2. */
.sh-auth-terms{min-width:0;min-height:52px;display:grid;grid-template-columns:28px minmax(0,1fr);grid-template-areas:"check label" ". help";align-items:center;column-gap:10px;row-gap:2px;padding:10px 11px;border:1px solid rgba(47,125,107,.16);border-radius:16px;background:rgba(255,255,255,.78);color:#173d43;cursor:pointer;touch-action:manipulation}
.sh-auth-terms input{grid-area:check;appearance:none;width:24px;height:24px;min-height:24px;margin:0;border:2px solid #6d8882;border-radius:8px;background:#fff;display:grid;place-items:center;cursor:pointer}
.sh-auth-terms input::before{content:"";width:11px;height:6px;border:solid #fff;border-width:0 0 2px 2px;transform:rotate(-45deg) scale(0);transform-origin:center;transition:transform .16s ease}
.sh-auth-terms input:checked{border-color:#2f7d6b;background:#2f7d6b}
.sh-auth-terms input:checked::before{transform:rotate(-45deg) scale(1)}
.sh-auth-terms input[aria-invalid="true"]{border-color:#a23d50;box-shadow:0 0 0 4px rgba(162,61,80,.12)}
.sh-auth-terms>span{grid-area:label;min-width:0;font-size:14px;font-weight:800;line-height:1.7}
.sh-auth-terms>small{grid-area:help;color:#5b716e;font-size:13px;font-weight:500;line-height:1.65}
.sh-auth-terms:focus-within{border-color:#2f7d6b;box-shadow:0 0 0 3px rgba(47,125,107,.12)}
.sh-auth-terms input:focus-visible{outline:3px solid #2f7d6b;outline-offset:3px}
@media(max-width:370px){.sh-auth-terms{padding-inline:9px}.sh-auth-terms>span{font-size:13px}}
@media(prefers-reduced-motion:reduce){.sh-auth-terms input::before{transition:none}}
@media(forced-colors:active){.sh-auth-terms,.sh-auth-terms input{border:1px solid CanvasText}.sh-auth-terms input:checked{background:Highlight}.sh-auth-terms input:checked::before{border-color:HighlightText}}
