.capture-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.capture-choice{position:relative;display:grid;place-items:center;gap:6px;min-height:145px;padding:20px 14px;border:1.5px solid #dfb2c7;border-radius:16px;background:linear-gradient(145deg,#fff,#fff5f9);color:#4f3944;text-align:center;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.capture-choice:hover,.capture-choice:focus-within{transform:translateY(-2px);border-color:#d64d8e;box-shadow:0 10px 25px #8d486917}.capture-choice input{position:absolute;width:1px;height:1px;opacity:0}.capture-choice i{display:grid;place-items:center;width:46px;height:46px;border-radius:15px;background:#fce7f1;font-size:25px;font-style:normal}.capture-choice b{font-size:11px}.capture-choice span{color:#806c75;font-size:8px;line-height:1.4}.capture-selected{display:flex;align-items:center;gap:9px;margin-top:11px;padding:10px 12px;border:1px solid #eadbe2;border-radius:11px;background:#faf7f9;color:#806c75;font-size:9px}.capture-selected i{font-style:normal}.capture-selected.ready{border-color:#b8dec7;background:#edf9f2;color:#267343}.capture-guidance{margin:9px 2px 0;color:#806c75;font-size:8px;text-align:center}@media(max-width:620px){.capture-choice-grid{grid-template-columns:1fr 1fr;gap:8px}.capture-choice{min-height:128px;padding:15px 8px}.capture-choice i{width:40px;height:40px;font-size:22px}.capture-choice b{font-size:10px}.capture-choice span{font-size:7px}}@media(max-width:380px){.capture-choice-grid{grid-template-columns:1fr}.capture-choice{min-height:105px}}
