.myc-checkout-button{appearance:none;border:0;border-radius:12px;background:#5BA854;color:#fff;font-family:Inter,Arial,sans-serif;font-weight:800;font-size:14px;padding:13px 18px;cursor:pointer;transition:.2s ease;display:inline-flex;align-items:center;justify-content:center;min-height:44px;text-decoration:none}.myc-checkout-button:hover{background:#4f9849;transform:translateY(-1px)}
.myc-modal-backdrop{position:fixed;inset:0;background:rgba(10,15,20,.55);z-index:99998;display:none;align-items:center;justify-content:center;padding:18px}.myc-modal-backdrop.myc-open{display:flex}.myc-modal{width:100%;max-width:440px;background:#fff;border-radius:20px;box-shadow:0 24px 70px rgba(0,0,0,.25);font-family:Inter,Arial,sans-serif;overflow:hidden}.myc-modal-header{padding:22px 22px 14px;border-bottom:1px solid #eef0f2;display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.myc-modal-title{font-size:21px;line-height:1.2;font-weight:850;margin:0;color:#121212;letter-spacing:-.03em}.myc-modal-subtitle{font-size:14px;line-height:1.5;margin:6px 0 0;color:#606873}.myc-close{border:0;background:#f3f5f6;border-radius:10px;width:34px;height:34px;cursor:pointer;font-size:22px;line-height:1;color:#333}.myc-modal-body{padding:20px 22px 22px}.myc-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;background:#f3f7f3;padding:5px;border-radius:12px;margin-bottom:16px}.myc-tab{border:0;background:transparent;border-radius:9px;padding:10px;font-size:14px;font-weight:800;cursor:pointer;color:#4c545d}.myc-tab.myc-active{background:#fff;color:#5BA854;box-shadow:0 3px 12px rgba(0,0,0,.06)}.myc-field{margin-bottom:12px}.myc-field label{display:block;font-size:13px;font-weight:750;color:#20262d;margin-bottom:6px}.myc-field input,.myc-field select{width:100%;border:1px solid #dce2e6;border-radius:12px;min-height:44px;padding:10px 12px;font-size:14px;font-family:Inter,Arial,sans-serif;outline:none}.myc-field input:focus,.myc-field select:focus{border-color:#5BA854;box-shadow:0 0 0 3px rgba(91,168,84,.12)}.myc-check{display:flex;gap:9px;align-items:flex-start;font-size:13px;line-height:1.45;color:#4e5660;margin:12px 0}.myc-check input{margin-top:3px}.myc-submit{width:100%;border:0;border-radius:12px;background:#5BA854;color:#fff;font-weight:850;font-size:14px;min-height:46px;cursor:pointer;margin-top:8px}.myc-submit:hover{background:#4f9849}.myc-error{display:none;background:#fff1f1;border:1px solid #ffd2d2;color:#9d1c1c;border-radius:12px;padding:10px 12px;font-size:13px;line-height:1.4;margin-bottom:12px}.myc-error.myc-show{display:block}.myc-muted{font-size:13px;color:#6a737d;line-height:1.5}.myc-hidden{display:none!important}.myc-processing{text-align:center;padding:20px}.myc-spinner{width:36px;height:36px;border-radius:50%;border:3px solid #e4efe3;border-top-color:#5BA854;margin:0 auto 14px;animation:mycSpin 1s linear infinite}@keyframes mycSpin{to{transform:rotate(360deg)}}.myc-plan-status{font-family:Inter,Arial,sans-serif;background:#f7fbf7;border:1px solid rgba(91,168,84,.25);border-radius:14px;padding:14px 16px;color:#172018}.myc-plan-status span{margin-left:8px;color:#5BA854;font-weight:800}
.myc-selection-box{background:#f7fbf7;border:1px solid rgba(91,168,84,.2);border-radius:14px;padding:12px 14px;margin-bottom:14px;display:flex;flex-direction:column;gap:3px}.myc-selection-box span{font-size:12px;color:#6a737d;font-weight:700}.myc-selection-box strong{font-size:15px;color:#172018;font-weight:850}.myc-plan-status small{margin-left:8px;color:#6a737d;font-weight:600}
