/* Lead Marketplace UI. Scoped to plugin elements so Elementor cannot restyle the product. */
.lmc-shell {
  --lmc-ink:#171719; --lmc-muted:#6f7078; --lmc-line:#e8e8ee;
  --lmc-violet:#625cff; --lmc-violet-dark:#4c46e8; --lmc-violet-light:#ecebff;
  --lmc-green:#b8f46a; --lmc-soft:#f7f7fb;
  width:min(1100px,calc(100% - 32px)); max-width:none!important;
  margin:30px auto 64px!important; padding:clamp(22px,4vw,48px)!important;
  border:1px solid var(--lmc-line)!important; border-radius:26px!important;
  background:#fff!important; color:var(--lmc-ink)!important;
  box-shadow:0 18px 56px rgba(37,35,82,.055);
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;
  font-size:15px!important; line-height:1.6!important; -webkit-font-smoothing:antialiased;
}
.lmc-shell *, .lmc-shell *::before, .lmc-shell *::after {box-sizing:border-box!important; font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;}
.lmc-shell [hidden] {display:none!important;}
.lmc-shell h2,.lmc-shell h3,.lmc-shell h4,.lmc-shell p {color:inherit!important; text-transform:none!important;}
.lmc-shell h2 {font-size:clamp(27px,3vw,38px)!important; line-height:1.18!important; letter-spacing:-.045em!important; font-weight:800!important; margin:0 0 12px!important;}
.lmc-shell h3 {font-size:23px!important; line-height:1.25!important; letter-spacing:-.035em!important; font-weight:750!important; margin:0 0 18px!important;}
.lmc-shell h4 {font-size:17px!important; line-height:1.35!important; letter-spacing:-.02em!important; font-weight:750!important; margin:0!important;}
.lmc-shell p {font-size:14px!important; line-height:1.65!important; margin:0 0 16px!important;}
.lmc-shell a {color:var(--lmc-violet)!important; text-decoration:none!important; transition:color .18s,background .18s,border-color .18s,transform .18s;}
.lmc-shell a:hover {color:var(--lmc-violet-dark)!important;}
.lmc-shell :focus-visible {outline:3px solid rgba(98,92,255,.38)!important; outline-offset:2px!important;}
.lmc-register {max-width:850px!important;}
.lmc-register>h2::before {content:"СТАТЬ ИСПОЛНИТЕЛЕМ";display:block;width:max-content;margin:0 0 18px;padding:7px 12px;border-radius:100px;background:var(--lmc-violet-light);color:var(--lmc-violet);font-size:11px;font-weight:800;letter-spacing:.085em;}
.lmc-register>p[data-lmc-register-intro] {max-width:640px;color:var(--lmc-muted)!important;font-size:15px!important;margin:0 0 30px!important;}
.lmc-form,.lmc-form [data-lmc-profession-details] {display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px!important;align-items:start;min-width:0;}
.lmc-form>[type=hidden],.lmc-form [data-lmc-profession-details]>[type=hidden] {display:none!important;}
.lmc-form>h3,.lmc-form>h4,.lmc-form>p,.lmc-form>fieldset,.lmc-form>.lmc-service-list,.lmc-form>[data-lmc-profile-fields],.lmc-form>[data-lmc-registration-service-fields],.lmc-form>[data-lmc-profession-details],.lmc-form>[data-lmc-profession-error],.lmc-form>[data-lmc-profession-loading],.lmc-form>#lmc-schedule,.lmc-form>.lmc-amounts,.lmc-form>.lmc-agreement,
.lmc-form [data-lmc-profession-details]>h3,.lmc-form [data-lmc-profession-details]>h4,.lmc-form [data-lmc-profession-details]>p,.lmc-form [data-lmc-profession-details]>fieldset,.lmc-form [data-lmc-profession-details]>[data-lmc-profile-fields],.lmc-form [data-lmc-profession-details]>[data-lmc-registration-services],.lmc-form [data-lmc-profession-details]>[data-lmc-registration-service-fields],.lmc-form [data-lmc-profession-details]>.lmc-agreement {grid-column:1/-1;}
.lmc-form>h3:not(:first-child),.lmc-form [data-lmc-profession-details]>h3:not(:first-child) {padding-top:28px;margin-top:14px!important;border-top:1px solid var(--lmc-line);}
.lmc-form>h3,.lmc-form [data-lmc-profession-details]>h3 {margin-bottom:0!important;}
.lmc-form>h4,.lmc-form [data-lmc-profession-details]>h4 {margin-top:18px!important;}
.lmc-form>p.lmc-help,.lmc-form [data-lmc-profession-details]>p.lmc-help {margin:-8px 0 0!important;}
.lmc-form label:not(.lmc-service-card):not(.lmc-agreement),.lmc-dynamic-field {display:grid!important;gap:8px!important;min-width:0;color:var(--lmc-ink)!important;font-size:13px!important;font-weight:700!important;line-height:1.45!important;letter-spacing:0!important;text-transform:none!important;}
.lmc-form input:not([type=checkbox]):not([type=radio]):not([type=hidden]),.lmc-form select,.lmc-form textarea,.lmc-reception select,.lmc-schedule-row input[type=time],.lmc-schedule-row select {
 width:100%!important;min-width:0;min-height:50px!important;padding:12px 14px!important;
 border:1px solid #dcdde7!important;border-radius:11px!important;background:#fff!important;
 box-shadow:none!important;color:var(--lmc-ink)!important;font:500 14px/1.4 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;
 transition:border-color .18s,box-shadow .18s;
}
.lmc-form input:focus,.lmc-form select:focus,.lmc-form textarea:focus,.lmc-schedule-row input:focus,.lmc-schedule-row select:focus {border-color:#aaa7ff!important;box-shadow:0 0 0 4px rgba(98,92,255,.11)!important;outline:none!important;}
.lmc-form textarea {min-height:94px!important;resize:vertical;}
.lmc-form input[type=checkbox],.lmc-form input[type=radio],.lmc-reception input[type=checkbox] {width:19px!important;height:19px!important;min-height:0!important;margin:0!important;padding:0!important;accent-color:var(--lmc-violet);flex:0 0 auto;box-shadow:none!important;}
.lmc-optional {font-weight:500!important;color:var(--lmc-muted)!important;font-size:12px!important;}
.lmc-shell .lmc-btn,.lmc-shell button.lmc-btn {display:inline-flex!important;justify-content:center!important;align-items:center!important;gap:8px;min-height:48px!important;padding:11px 20px!important;width:max-content;max-width:100%;border:1px solid var(--lmc-violet)!important;border-radius:11px!important;background:var(--lmc-violet)!important;color:#fff!important;font-size:13px!important;font-weight:800!important;line-height:1.25!important;text-transform:none!important;letter-spacing:0!important;box-shadow:none!important;text-decoration:none!important;cursor:pointer;transition:background .2s,transform .2s!important;}
.lmc-shell .lmc-btn:hover,.lmc-shell button.lmc-btn:hover {background:var(--lmc-violet-dark)!important;border-color:var(--lmc-violet-dark)!important;color:#fff!important;transform:translateY(-1px);}
.lmc-shell .lmc-btn:disabled {opacity:.55;cursor:not-allowed;transform:none;}
.lmc-shell .lmc-btn.secondary {background:#f2f1ff!important;border-color:#e1dfff!important;color:var(--lmc-violet-dark)!important;}
.lmc-shell .lmc-btn.secondary:hover {background:#e8e6ff!important;}
.lmc-shell .lmc-btn.small {min-height:36px!important;padding:7px 13px!important;}
.lmc-form>.lmc-btn,.lmc-form [data-lmc-profession-details]>.lmc-btn {grid-column:1/-1;}
.lmc-help,.lmc-meta {color:var(--lmc-muted)!important;font-size:13px!important;}
.lmc-alert,.lmc-activation,.lmc-tip {padding:15px 18px!important;border-radius:12px!important;margin:20px 0!important;font-size:14px!important;line-height:1.6!important;}
.lmc-alert.success,.lmc-activation.ready {background:#f0fff5!important;border:1px solid #a2eec6!important;color:#194f38!important;}
.lmc-alert.error,.lmc-activation.incomplete {background:#fff6f4!important;border:1px solid #f8ccc3!important;color:#813d31!important;}
.lmc-tip {background:#f3f2ff!important;border:1px solid #dfddff!important;color:#444088!important;}
.lmc-alert p,.lmc-activation p {color:inherit!important;}
.lmc-service-list {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.lmc-form label.lmc-service-card {display:flex!important;align-items:flex-start!important;gap:13px!important;padding:17px!important;border:1px solid var(--lmc-line)!important;border-radius:13px!important;background:#fff!important;font-size:14px!important;font-weight:600!important;cursor:pointer;transition:border-color .18s,background .18s;}
.lmc-service-card:hover,.lmc-choice-section .lmc-options label:hover {border-color:#c2bfff!important;background:#fbfaff!important;}
.lmc-service-card:has(input:checked),.lmc-choice-section .lmc-options label:has(input:checked) {border-color:#aca8ff!important;background:#f5f4ff!important;}
.lmc-service-card span {display:grid;gap:4px;}
.lmc-service-card strong {font-size:14px!important;font-weight:750!important;color:var(--lmc-ink)!important;}
.lmc-service-card small {font-size:12px!important;color:var(--lmc-muted)!important;line-height:1.5!important;}
.lmc-service-fields-group {grid-column:1/-1;background:var(--lmc-soft);border:1px solid var(--lmc-line);border-radius:14px;padding:20px;margin:10px 0;}
.lmc-service-fields-group h4 {margin-bottom:14px!important;}
.lmc-service-fields-group .lmc-dynamic-field {margin:14px 0;}
.lmc-choice-section {min-width:0!important;margin:12px 0 4px!important;padding:18px 20px 20px!important;border:1px solid var(--lmc-line)!important;border-radius:15px!important;background:#fbfbfe!important;}
.lmc-choice-section legend {float:none!important;width:auto!important;padding:0 8px!important;margin:0!important;color:var(--lmc-ink)!important;font-size:16px!important;font-weight:750!important;letter-spacing:-.02em!important;}
.lmc-choice-section .lmc-options {display:grid!important;grid-template-columns:repeat(auto-fit,minmax(155px,1fr));gap:9px!important;}
.lmc-choice-section .lmc-options label {display:flex!important;align-items:center!important;gap:10px!important;padding:11px 12px!important;margin:0!important;border:1px solid var(--lmc-line)!important;border-radius:10px!important;background:#fff!important;font-size:13px!important;font-weight:600!important;cursor:pointer;}
.lmc-form .lmc-choice-section .lmc-options label,.lmc-form .lmc-options label {display:flex!important;align-items:center!important;gap:9px!important;font-weight:600!important;}
.lmc-form .lmc-dynamic-field .lmc-options {display:flex!important;flex-wrap:wrap;gap:10px!important;}
.lmc-form .lmc-dynamic-field .lmc-options label {display:inline-flex!important;align-items:center!important;gap:8px!important;}
.lmc-form label.lmc-agreement {grid-column:1/-1;display:flex!important;align-items:flex-start!important;gap:11px!important;padding:18px 19px!important;border:1px solid #dfddff!important;border-radius:12px!important;background:#f8f7ff!important;font-size:13px!important;font-weight:500!important;line-height:1.6!important;}
.lmc-agreement a {font-weight:750!important;text-decoration:underline!important;text-underline-offset:2px;}
.lmc-auth-links {margin:22px 0 0!important;font-size:13px!important;color:var(--lmc-muted)!important;}
.lmc-auth-card {max-width:550px!important;text-align:center;padding:50px 36px!important;}
.lmc-auth-card .lmc-btn {margin:12px auto;}
.lmc-eyebrow {display:inline-flex;padding:7px 12px;margin-bottom:18px;border-radius:99px;background:var(--lmc-violet-light);color:var(--lmc-violet);font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;}
.lmc-account-head {display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:22px;}
.lmc-account-head h2 {margin:0 0 8px!important;}
.lmc-account-head .lmc-meta {margin:0!important;}
.lmc-shell .lmc-logout {display:inline-flex;justify-content:center;align-items:center;min-height:42px;white-space:nowrap;padding:8px 17px;border:1px solid var(--lmc-line)!important;border-radius:10px;color:var(--lmc-ink)!important;font-size:13px!important;font-weight:700!important;background:#fff!important;}
.lmc-shell .lmc-logout:hover {background:var(--lmc-soft)!important;}
.lmc-overview {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:8px 0 23px;}
.lmc-overview-item {min-width:0;padding:18px 20px;background:var(--lmc-soft);border:1px solid #f0f0f4;border-radius:14px;display:grid;gap:7px;}
.lmc-overview-item span {font-size:11px!important;font-weight:750!important;letter-spacing:.04em;color:var(--lmc-muted)!important;text-transform:uppercase;}
.lmc-overview-item strong {font-size:17px!important;font-weight:800!important;color:var(--lmc-ink)!important;line-height:1.25;}
.lmc-overview-item strong.lmc-status-on {color:#17754c!important;}
.lmc-overview-item strong.lmc-status-off {color:#666579!important;}
.lmc-tabs {display:flex;gap:5px;overflow-x:auto;scrollbar-width:thin;padding:6px;margin:26px 0 30px!important;border-bottom:1px solid var(--lmc-line);}
.lmc-shell .lmc-tabs a {flex:0 0 auto;display:inline-flex;align-items:center;min-height:42px;padding:9px 14px;border-radius:9px;color:var(--lmc-muted)!important;font-size:13px!important;font-weight:650!important;white-space:nowrap;}
.lmc-shell .lmc-tabs a:hover {background:#f4f3ff!important;color:var(--lmc-violet)!important;}
.lmc-shell .lmc-tabs a.active {background:var(--lmc-violet-light)!important;color:var(--lmc-violet-dark)!important;font-weight:800!important;}
.lmc-tab-content {min-width:0;}
.lmc-tab-content>h3 {margin:0 0 25px!important;}
.lmc-tab-content>.lmc-form {padding:0 0 10px;}
.lmc-activation form {display:inline-flex;margin:0 0 0 8px;}
.lmc-reception {border:1px solid var(--lmc-line)!important;border-radius:16px!important;padding:25px!important;margin:14px 0 30px;background:linear-gradient(125deg,#faf9ff,#fff 70%);}
.lmc-reception h4 {font-size:19px!important;}
.lmc-reception p {color:var(--lmc-muted)!important;}
.lmc-reception-state {display:inline-flex;align-items:center;gap:9px;margin:5px 0 15px;padding:8px 13px;border-radius:99px;background:#f0f0f5;color:#5c5d69;font-size:13px!important;font-weight:800!important;}
.lmc-reception-state::before {content:"";width:8px;height:8px;background:currentColor;border-radius:50%;}
.lmc-reception-state.on {background:#eaffdc;color:#277541;}
.lmc-schedule-row {display:grid;grid-template-columns:1.3fr 1fr 1fr auto 38px;gap:9px;align-items:center;grid-column:1/-1;margin:0 0 11px;}
.lmc-schedule-row label {display:flex!important;align-items:center!important;white-space:nowrap;font-weight:600!important;gap:7px!important;}
.lmc-remove {min-height:38px;border:0!important;border-radius:9px;background:#f4f2f2!important;color:#744a4a!important;font-size:21px!important;cursor:pointer;}
.lmc-balance {font-size:clamp(32px,4vw,46px)!important;font-weight:800!important;color:var(--lmc-ink)!important;letter-spacing:-.04em;margin:4px 0 16px;}
.lmc-amounts {display:flex;flex-wrap:wrap;gap:9px;}
.lmc-amounts button {padding:8px 14px!important;border:1px solid var(--lmc-line)!important;border-radius:9px!important;background:#fff!important;color:var(--lmc-ink)!important;font-size:13px!important;font-weight:700!important;cursor:pointer;}
.lmc-amounts button:hover {border-color:var(--lmc-violet)!important;color:var(--lmc-violet)!important;}
.lmc-payment-form {max-width:570px;}
.lmc-table-wrap {overflow-x:auto;border:1px solid var(--lmc-line);border-radius:12px;}
.lmc-table {border-collapse:collapse;width:100%;min-width:440px;margin:0!important;}
.lmc-table th,.lmc-table td {padding:13px 16px!important;border-bottom:1px solid var(--lmc-line)!important;text-align:left!important;color:var(--lmc-ink)!important;font-size:13px!important;}
.lmc-table th {background:var(--lmc-soft);font-weight:750!important;}
.lmc-table tr:last-child td {border-bottom:0!important;}
.lmc-danger-zone {display:flex;justify-content:flex-end;align-items:center;margin-top:64px!important;padding-top:24px;border-top:1px solid var(--lmc-line);}
.lmc-danger-zone form {margin:0!important;}
.lmc-shell .lmc-delete {display:inline-flex;justify-content:center;align-items:center;min-height:41px;padding:9px 17px!important;border:1px solid #e4e4eb!important;border-radius:10px!important;background:#f0f0f4!important;color:#5b5c67!important;font-size:12px!important;font-weight:700!important;cursor:pointer;box-shadow:none!important;text-transform:none!important;}
.lmc-shell .lmc-delete:hover {background:#e2e2e9!important;color:#34343c!important;}
.lmc-delete-confirm {margin-top:14px!important;}
.lmc-delete-confirm form {display:flex;gap:14px;align-items:center;flex-wrap:wrap;}
@media(max-width:760px) {
 .lmc-shell {width:calc(100% - 22px);padding:23px 18px!important;margin:15px auto 35px!important;border-radius:18px!important;}
 .lmc-account-head {flex-wrap:wrap;}
 .lmc-overview {grid-template-columns:repeat(2,minmax(0,1fr));}
 .lmc-overview-item:last-child {grid-column:1/-1;}
 .lmc-form,.lmc-form [data-lmc-profession-details] {grid-template-columns:1fr;gap:16px!important;}
 .lmc-service-list {grid-template-columns:1fr;}
 .lmc-schedule-row {grid-template-columns:1fr 1fr;gap:8px;padding:13px;border:1px solid var(--lmc-line);border-radius:12px;}
 .lmc-schedule-row select {grid-column:1/-1;}
 .lmc-reception {padding:18px!important;}
 .lmc-tabs {margin-left:-8px!important;margin-right:-8px!important;}
 .lmc-choice-section {padding:16px!important;}
 .lmc-choice-section .lmc-options {grid-template-columns:repeat(auto-fit,minmax(125px,1fr));}
}
@media(max-width:450px) {
 .lmc-overview-item {padding:13px;}
 .lmc-overview-item strong {font-size:15px!important;}
 .lmc-shell .lmc-btn {width:100%;}
 .lmc-shell .lmc-logout {width:auto;}
 .lmc-danger-zone .lmc-delete {width:auto;}
}
