.LesProviderProfile-form {
    --les-pp-rule: color-mix(in srgb, currentColor 15%, transparent);
    --les-pp-wash: color-mix(in srgb, currentColor 5%, transparent);
    max-width: 720px;
}
.LesProviderProfile-directory {
    --les-pp-rule: color-mix(in srgb, currentColor 15%, transparent);
    --les-pp-wash: color-mix(in srgb, currentColor 4%, transparent);
    --les-pp-muted: color-mix(in srgb, currentColor 75%, transparent);
    max-width: 1800px;
    margin: 0 auto;
}
body.LesProviderProfile-directoryPage .Frame-content > .Container {
    max-width: 1880px;
}
.LesProviderProfile-form h3 {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid var(--les-pp-rule);
}
.LesProviderProfile-services {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 6px 12px;
    margin-top: 8px;
}
.LesProviderProfile-serviceOption {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 6px;
    border-radius: 4px;
    font-weight: normal;
    cursor: pointer;
}
.LesProviderProfile-serviceOption:hover {
    background: var(--les-pp-wash);
}

.LesProviderProfile-logoPreviewWrap:not(:empty) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    margin-top: 10px;
    padding: 14px;
    box-sizing: border-box;
    border-radius: 12px;
    border: 1px solid var(--les-pp-rule);
    background: var(--les-pp-wash);
}
.LesProviderProfile-logoPreviewWrap img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}
.LesProviderProfile-CropPopup {
    width: 90vw;
    max-width: 640px;
}
.LesProviderProfile-CropPopup .Body {
    max-height: 90vh;
    overflow-y: auto;
    box-sizing: border-box;
}
.LesProviderProfile-CropPopup h1 {
    margin: 0 0 16px;
    font-size: 18px;
}
.LesProviderProfile-CropStage {
    display: flex;
    justify-content: center;
}
.LesProviderProfile-CropImage {
    display: block;
    max-width: 100%;
}

.jcrop-holder {
    direction: ltr;
    text-align: left;
    position: relative;
}
.jcrop-vline,
.jcrop-hline {
    background: #fff url('/applications/dashboard/design/images/jcrop.gif');
    font-size: 0;
    position: absolute;
}
.jcrop-vline {
    height: 100%;
    width: 1px !important;
}
.jcrop-vline.right {
    right: 0;
}
.jcrop-hline {
    height: 1px !important;
    width: 100%;
}
.jcrop-hline.bottom {
    bottom: 0;
}
.jcrop-tracker {
    height: 100%;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
}
.jcrop-handle {
    background-color: #333;
    border: 1px #eee solid;
    width: 7px;
    height: 7px;
    font-size: 1px;
}
.jcrop-handle.ord-n { left: 50%; margin-left: -4px; margin-top: -4px; top: 0; }
.jcrop-handle.ord-s { bottom: 0; left: 50%; margin-bottom: -4px; margin-left: -4px; }
.jcrop-handle.ord-e { margin-right: -4px; margin-top: -4px; right: 0; top: 50%; }
.jcrop-handle.ord-w { left: 0; margin-left: -4px; margin-top: -4px; top: 50%; }
.jcrop-handle.ord-nw { left: 0; margin-left: -4px; margin-top: -4px; top: 0; }
.jcrop-handle.ord-ne { margin-right: -4px; margin-top: -4px; right: 0; top: 0; }
.jcrop-handle.ord-se { bottom: 0; margin-bottom: -4px; margin-right: -4px; right: 0; }
.jcrop-handle.ord-sw { bottom: 0; left: 0; margin-bottom: -4px; margin-left: -4px; }
.jcrop-dragbar.ord-n, .jcrop-dragbar.ord-s { height: 7px; width: 100%; }
.jcrop-dragbar.ord-e, .jcrop-dragbar.ord-w { height: 100%; width: 7px; }
.jcrop-dragbar.ord-n { margin-top: -4px; }
.jcrop-dragbar.ord-s { bottom: 0; margin-bottom: -4px; }
.jcrop-dragbar.ord-e { margin-right: -4px; right: 0; }
.jcrop-dragbar.ord-w { margin-left: -4px; }
.jcrop-holder img,
img.jcrop-preview {
    max-width: none;
}

body.LesProviderProfile-showcasePage {
    --les-pp-rule: color-mix(in srgb, currentColor 15%, transparent);
    --les-pp-wash: color-mix(in srgb, currentColor 4%, transparent);
    --les-pp-muted: color-mix(in srgb, currentColor 75%, transparent);
}
body.LesProviderProfile-showcasePage .BreadcrumbsBox {
    display: none !important;
}
body.LesProviderProfile-showcasePage .Frame-content > .Container {
    max-width: 1180px;
}
body.LesProviderProfile-showcasePage .Profile {
    max-width: 1180px;
    margin: 0 auto;
}
body.LesProviderProfile-showcasePage .User > h1.H,
body.LesProviderProfile-showcasePage .User > #Status,
body.LesProviderProfile-showcasePage .User > .About.P {
    display: none;
}
body.LesProviderProfile-showcasePage .BoxProfileFilter::before {
    content: "Community Discussion";
    display: block;
    font-size: 1.3em;
    font-weight: 700;
    margin: 8px 0 16px;
}
body.LesProviderProfile-showcasePage .FilterMenu {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    border-bottom: 1px solid var(--les-pp-rule);
}
body.LesProviderProfile-showcasePage .FilterMenu li {
    margin: 0;
}
body.LesProviderProfile-showcasePage .FilterMenu li a {
    display: inline-block;
    padding: 8px 14px;
    text-decoration: none;
    color: var(--les-pp-muted);
    font-weight: 600;
    font-size: 0.92em;
    border-bottom: 2px solid transparent;
}
body.LesProviderProfile-showcasePage .FilterMenu li a:hover {
    color: inherit;
}
body.LesProviderProfile-showcasePage .FilterMenu li.Active a {
    color: inherit;
    border-bottom-color: currentColor;
}
body.LesProviderProfile-showcasePage .ProfileOptions {
    float: none;
    display: flex;
    justify-content: flex-end;
    margin: 0 0 16px;
}

.LesProviderProfile-showcase {
    --les-pp-rule: color-mix(in srgb, currentColor 15%, transparent);
    --les-pp-wash: color-mix(in srgb, currentColor 4%, transparent);
    --les-pp-muted: color-mix(in srgb, currentColor 75%, transparent);
    margin-bottom: 32px;
}
.LesProviderProfile-logoPlate {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-sizing: border-box;
    border-radius: 20px;
    border: 1px solid var(--les-pp-rule);
    background: var(--les-pp-wash);
    overflow: hidden;
}
.LesProviderProfile-logoPlate img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}
.LesProviderProfile-logoPlate--hero {
    width: 132px;
    height: 132px;
    padding: 0;
    border: none;
}
.LesProviderProfile-logoPlate--hero:not(.LesProviderProfile-logoPlate--placeholder) {
    background: none;
}
.LesProviderProfile-logoPlate--compact {
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    border-radius: 10px;
}
.LesProviderProfile-logoPlate--compact:not(.LesProviderProfile-logoPlate--placeholder) {
    background: none;
}
.LesProviderProfile-logoPlate--placeholder span {
    font-size: 2.2em;
    font-weight: 800;
    color: var(--les-pp-muted);
}
.LesProviderProfile-logoPlate--compact.LesProviderProfile-logoPlate--placeholder span {
    font-size: 1.5em;
}

.LesProviderProfile-identity {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--les-pp-rule);
}
.LesProviderProfile-identityMain {
    min-width: 0;
    flex: 1 1 380px;
}
.LesProviderProfile-identityName {
    margin: 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.9em;
    font-weight: 700;
    line-height: 1.15;
}
.LesProviderProfile-identitySummary {
    margin: 8px 0 0;
    max-width: 62ch;
    color: var(--les-pp-muted);
}
.LesProviderProfile-pillrow {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}
.LesProviderProfile-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 11px;
    border-radius: 999px;
    font-size: 0.83em;
    font-weight: 600;
    line-height: 1.8;
}
.LesProviderProfile-pill--good {
    border: 1px solid var(--les-pp-rule);
    background: var(--les-pp-wash);
}
.LesProviderProfile-pill--tag {
    border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
    color: var(--les-pp-muted);
}
.LesProviderProfile-identityActions {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}
.LesProviderProfile-cta {
    font-size: 0.95em;
    padding: 0 20px;
}


.LesProviderProfile-dashboard {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 28px;
    align-items: start;
}
.LesProviderProfile-mainCol section + section {
    margin-top: 30px;
}
.LesProviderProfile-sectionLabel {
    font-size: 0.72em;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--les-pp-muted);
    font-weight: 700;
    margin: 0 0 12px;
}
.LesProviderProfile-prose {
    max-width: 66ch;
    font-size: 1.03em;
    line-height: 1.7;
}
.LesProviderProfile-sideCard {
    border: 1px solid var(--les-pp-rule);
    background: var(--les-pp-wash);
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 18px;
}
.LesProviderProfile-sideCard h2 {
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 14px;
    color: var(--les-pp-muted);
}
.LesProviderProfile-statLine {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 7px 0;
    border-bottom: 1px solid var(--les-pp-rule);
    font-size: 0.9em;
}
.LesProviderProfile-statLine:last-child {
    border-bottom: none;
}
.LesProviderProfile-statLine b {
    font-variant-numeric: tabular-nums;
    font-size: 1.05em;
}
@media (max-width: 860px) {
    .LesProviderProfile-dashboard {
        grid-template-columns: 1fr;
    }
}

.LesProviderProfile-teamGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
}
.LesProviderProfile-teamCard {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid var(--les-pp-rule);
    border-radius: 12px;
    background: var(--les-pp-wash);
}
.LesProviderProfile-teamAvatar {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--les-pp-rule);
    background: var(--les-pp-wash);
}
.LesProviderProfile-teamText {
    min-width: 0;
    display: flex;
    flex-direction: column;
    font-size: 0.92em;
    line-height: 1.35;
}
.LesProviderProfile-teamText span {
    margin-top: 2px;
    color: var(--les-pp-muted);
    font-size: 0.92em;
}

.LesProviderProfile-card {
    --les-pp-rule: color-mix(in srgb, currentColor 15%, transparent);
    --les-pp-wash: color-mix(in srgb, currentColor 4%, transparent);
    --les-pp-muted: color-mix(in srgb, currentColor 75%, transparent);
    position: relative;
    display: block;
    border: 1px solid var(--les-pp-rule);
    border-radius: 10px;
    background: var(--les-pp-wash);
    text-decoration: none;
    color: inherit;
}
.LesProviderProfile-card--compact:hover {
    border-color: color-mix(in srgb, currentColor 30%, transparent);
}
.LesProviderProfile-card--compact {
    padding: 10px 12px;
}
.LesProviderProfile-card--basic {
    border-style: dashed;
}
.LesProviderProfile-basicPill {
    display: inline-block;
    margin-top: 4px;
    font-size: 0.7em;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 999px;
    background: var(--les-pp-wash);
    border: 1px solid var(--les-pp-rule);
    color: var(--les-pp-muted);
    white-space: nowrap;
}
.LesProviderProfile-basicStats {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 10px;
    margin-top: 8px;
    font-size: 0.82em;
    color: var(--les-pp-muted);
}
.LesProviderProfile-cardHeader {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 6px;
}
.LesProviderProfile-cardHeaderText {
    min-width: 0;
    flex: 1;
}
.LesProviderProfile-cardName {
    display: block;
    font-weight: 700;
    font-size: 0.98em;
    line-height: 1.2;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
a.LesProviderProfile-cardName:hover {
    text-decoration: underline;
}
.LesProviderProfile-cardMeta {
    display: block;
    margin-top: 2px;
    font-size: 0.8em;
    line-height: 1.2;
    color: var(--les-pp-muted);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.LesProviderProfile-cardMeta a {
    text-decoration: none;
}
.LesProviderProfile-cardMeta a:hover {
    text-decoration: underline;
}
.LesProviderProfile-about {
    font-size: 0.88em;
    line-height: 1.4;
    margin: 6px 0;
}
.LesProviderProfile-card--compact .LesProviderProfile-about {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.LesProviderProfile-reps {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    margin-left: auto;
}
.LesProviderProfile-repAvatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--les-pp-rule);
    background: var(--les-pp-wash);
}
.LesProviderProfile-repMore {
    margin-left: 4px;
    font-size: 0.76em;
    color: var(--les-pp-muted);
}
.LesProviderProfile-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 6px 0 2px;
}
.LesProviderProfile-tag {
    font-size: 0.76em;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 999px;
    background: var(--les-pp-wash);
    border: 1px solid var(--les-pp-rule);
    color: var(--les-pp-muted);
    text-decoration: none;
    white-space: nowrap;
}
.LesProviderProfile-filterGrid .LesProviderProfile-tag:hover {
    color: inherit;
    border-color: color-mix(in srgb, currentColor 35%, transparent);
}
.LesProviderProfile-filterGrid .LesProviderProfile-tag {
    position: relative;
    font-size: 0.82em;
    padding: 5px 12px;
    border-width: 1px;
    cursor: pointer;
    background: var(--les-pp-wash);
    border-color: var(--les-pp-rule);
    color: var(--les-pp-muted);
}
.LesProviderProfile-filterGrid .LesProviderProfile-tag input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}
.LesProviderProfile-filterGrid .LesProviderProfile-tag:has(input:checked) {
    background: var(--les-pp-accent-bg, #60A96D);
    border-color: var(--les-pp-accent-border, #60A96D);
    color: var(--les-pp-accent-text, #fff);
    font-weight: 700;
}
.LesProviderProfile-tagDash {
    display: none;
}
.LesProviderProfile-filterGrid .LesProviderProfile-tag:has(input:checked) .LesProviderProfile-tagDash {
    display: none;
}
.LesProviderProfile-tagCheck {
    display: none;
    margin-right: 4px;
    font-weight: 700;
}
.LesProviderProfile-filterGrid .LesProviderProfile-tag:has(input:checked) .LesProviderProfile-tagCheck {
    display: inline;
}
.LesProviderProfile-clearFilters {
    margin-left: 4px;
    text-decoration: underline;
    font-weight: 600;
    font-size: 0.9em;
}
.LesProviderProfile-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 6px;
}
.LesProviderProfile-socialIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    text-decoration: none;
    color: var(--les-pp-muted);
}
.LesProviderProfile-socialIconImg {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
}
.LesProviderProfile-socialIcon:hover {
    opacity: 0.8;
}
.LesProviderProfile-socialFallback {
    display: inline-flex;
    align-items: center;
    padding: 3px 9px;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
    font-size: 0.72em;
    font-weight: 600;
    white-space: nowrap;
}
.LesProviderProfile-socialIcon:hover .LesProviderProfile-socialFallback {
    color: inherit;
    border-color: currentColor;
}
.LesProviderProfile-identityActions .LesProviderProfile-socialIcon {
    width: 36px;
    height: 36px;
}
.LesProviderProfile-identityActions .LesProviderProfile-socialIconImg {
    width: 30px;
    height: 30px;
}

.LesProviderProfile-directory-controls {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--les-pp-rule, color-mix(in srgb, currentColor 15%, transparent));
}
.LesProviderProfile-matchMode {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 0.85em;
    color: var(--les-pp-muted, color-mix(in srgb, currentColor 75%, transparent));
}
.LesProviderProfile-matchHint {
    font-size: 0.9em;
    font-style: italic;
    opacity: 0.75;
}
.LesProviderProfile-matchMode--irrelevant .LesProviderProfile-matchOption {
    opacity: 0.45;
    pointer-events: none;
}
.LesProviderProfile-matchMode--irrelevant .LesProviderProfile-matchHint {
    opacity: 1;
    font-weight: 600;
    font-style: normal;
}
.LesProviderProfile-matchOption {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 999px;
    border: 1px solid var(--les-pp-rule, color-mix(in srgb, currentColor 15%, transparent));
    color: var(--les-pp-muted, color-mix(in srgb, currentColor 75%, transparent));
    cursor: pointer;
}
.LesProviderProfile-matchOption input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}
.LesProviderProfile-matchOption:hover {
    border-color: color-mix(in srgb, currentColor 35%, transparent);
}
.LesProviderProfile-matchOption:has(input:checked) {
    background: var(--les-pp-accent-bg, #60A96D);
    border-color: var(--les-pp-accent-border, #60A96D);
    color: var(--les-pp-accent-text, #fff);
}
.LesProviderProfile-matchOption .LesProviderProfile-tagDash,
.LesProviderProfile-matchOption .LesProviderProfile-tagCheck {
    margin-right: 3px;
}
.LesProviderProfile-matchOption:has(input:checked) .LesProviderProfile-tagDash {
    display: none;
}
.LesProviderProfile-matchOption:has(input:checked) .LesProviderProfile-tagCheck {
    display: inline;
}
.LesProviderProfile-filterGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.LesProviderProfile-applyFilters {
    margin-top: 16px;
}
.LesProviderProfile-directory-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 12px;
}
.LesProviderProfile-directory-empty {
    padding: 40px 0;
    text-align: center;
    color: var(--les-pp-muted, color-mix(in srgb, currentColor 75%, transparent));
}

body.les-provider-incomplete .MeButton-user {
    position: relative;
}
body.les-provider-incomplete .MeButton-user::after {
    content: '!';
    position: absolute;
    top: -4px;
    right: -4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #e53935;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    pointer-events: none;
}
