.mgrv{--mgrv-fg:#111;--mgrv-muted:#666;--mgrv-line:#e2e2e2;--mgrv-accent:#111;--mgrv-error:#d33;--mgrv-brand:#00b453;--mgrv-brand-soft:#e6f7ec;--mgrv-brand-strong:#0f6c35;font-family:Pretendard Variable,Pretendard,system-ui,-apple-system,sans-serif;color:var(--mgrv-fg)}.mgrv .field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.mgrv label{font-size:14px;font-weight:600}.mgrv .req{color:var(--mgrv-error);margin-left:2px}.mgrv button,.mgrv input,.mgrv select,.mgrv textarea{font-family:inherit}.mgrv input,.mgrv select{padding:12px 14px;border:1px solid var(--mgrv-line);border-radius:10px;font-size:16px}.mgrv .err{color:var(--mgrv-error);font-size:12px}.mgrv .cta{width:100%;padding:16px;border:0;border-radius:12px;background:var(--mgrv-accent);color:#fff;font-size:16px;font-weight:700;cursor:pointer}.mgrv .cta:disabled{opacity:.4;cursor:not-allowed}.mgrv .mgrv-turnstile{padding:16px 0}.mgrv .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mgrv .mgrv-section{border-top:1px solid var(--mgrv-line);margin-top:20px;padding-top:20px}.mgrv .mgrv-section:first-of-type{border-top:0;margin-top:0;padding-top:0}.mgrv .mgrv-section-head{display:flex;align-items:center;gap:8px;width:100%;margin:0 0 14px;padding:0;background:none;border:0;text-align:left;font-size:16px;font-weight:700;color:var(--mgrv-fg)}.mgrv button.mgrv-section-head{cursor:pointer}.mgrv .mgrv-chevron{margin-left:auto;transition:transform .15s ease}.mgrv .mgrv-chevron[data-open=true]{transform:rotate(180deg)}.mgrv .mgrv-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}@media (max-width:480px){.mgrv .mgrv-row{grid-template-columns:1fr}}.mgrv .mgrv-status-success{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:28px 8px 24px}.mgrv .mgrv-status-success .mgrv-status-icon{width:64px;height:64px;padding:15px;box-sizing:border-box;border-radius:50%;margin-bottom:6px;color:var(--mgrv-brand);background:var(--mgrv-brand-soft)}.mgrv .mgrv-status-success .mgrv-status-title{margin:0;font-size:18px;font-weight:700;color:var(--mgrv-fg);letter-spacing:-.01em}.mgrv .mgrv-status-success .mgrv-status-detail{margin:0;font-size:14px;color:var(--mgrv-muted)}.mgrv .mgrv-status-error{display:flex;align-items:center;gap:8px;text-align:left;padding:12px 14px;margin-bottom:16px;border:1px solid var(--mgrv-error);border-radius:10px;color:var(--mgrv-error)}.mgrv .mgrv-status-error .mgrv-status-icon{width:20px;height:20px;flex:0 0 20px}.mgrv .mgrv-status-error .mgrv-status-title{margin:0;font-size:14px;font-weight:600;color:inherit}.mgrv .mgrv-status-error .mgrv-status-detail{margin:0;font-size:13px;color:inherit}