.lm-wrap {
--lm-primary: #18243e;
--lm-primary-soft: #39365f;
--lm-teal: #69babb;
--lm-teal-dark: #20777e;
--lm-sky: #a2d8e6;
--lm-accent: #b7db38;
--lm-pink: #d98fb6;
--lm-peach: #f3b087;
--lm-ink: #14233a;
--lm-muted: #677284;
--lm-line: #dce6e8;
--lm-soft: #f3f8f8;
--lm-notification: #c5362f;
box-sizing: border-box;
max-width: 1180px;
margin: 0 auto;
color: var(--lm-ink);
font-family: inherit;
line-height: 1.5;
}
.lm-wrap *, .lm-wrap *::before, .lm-wrap *::after { box-sizing: border-box; } body.lm-portal-page .entry-header:has(> .entry-title),
body.lm-portal-page .page-header:has(.page-title),
body.lm-portal-page .elementor-widget-theme-post-title,
body.lm-portal-page .wp-block-post-title,
body.lm-portal-page .entry-title,
body.lm-portal-page .page-header-title { display: none !important; }
.lm-wrap--narrow { max-width: 720px; }
.lm-wrap--profile { max-width: 900px; }
.lm-wrap--auth { max-width: 900px; }
.lm-wrap--dashboard {
padding: clamp(10px, 2vw, 24px);
border: 1px solid rgba(24, 36, 62, .08);
border-radius: 28px;
background:
radial-gradient(circle at 1px 1px, rgba(105, 186, 187, .11) 1px, transparent 1.2px) 0 0 / 17px 17px,
linear-gradient(145deg, #f9fcfc 0%, #eef5f5 62%, #f8f8fb 100%);
box-shadow: 0 26px 70px rgba(24, 36, 62, .08);
}
.lm-hero {
position: relative;
padding: clamp(28px, 5vw, 64px);
border-radius: 24px;
background: linear-gradient(125deg, var(--lm-primary) 0%, #252c52 54%, var(--lm-primary-soft) 100%);
box-shadow: 0 22px 44px rgba(24, 36, 62, .2);
color: #fff;
overflow: hidden;
}
.lm-hero::after {
content: "";
position: absolute;
right: -90px;
top: -110px;
width: 300px;
height: 300px;
border-radius: 50%;
background: radial-gradient(circle, rgba(105, 186, 187, .3), rgba(57, 54, 95, .06) 62%, transparent 72%);
opacity: .85;
}
.lm-hero > * { position: relative; z-index: 1; }
.lm-hero h2 { max-width: 760px; margin: 7px 0 12px; color: inherit; font-size: clamp(2rem, 4vw, 3.8rem); letter-spacing: -.04em; line-height: 1.02; }
.lm-hero h2 .lm-hero-finish-message { display: block; }
.lm-hero p { max-width: 650px; color: rgba(255, 255, 255, .8); font-size: 1.04rem; }
.lm-hero--compact { padding-block: clamp(26px, 4vw, 44px); }
.lm-hero--profile {
min-height: 320px;
padding: clamp(28px, 4.2vw, 48px);
background-image:
linear-gradient(90deg, rgba(24, 36, 62, .99) 0%, rgba(24, 36, 62, .94) 43%, rgba(24, 36, 62, .52) 72%, rgba(57, 54, 95, .42) 100%),
linear-gradient(135deg, rgba(105, 186, 187, .14), transparent 52%),
url(//www.lentemarathon.nl/wp-content/plugins/mijn-lentemarathon-core/assets/images/dashboard-hero.jpg);
background-position: center, center, center 45%;
background-size: cover;
}
.lm-welcome-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, 290px); gap: clamp(24px, 4vw, 48px); align-items: start; }
.lm-welcome-copy { align-self: center; max-width: 720px; }
.lm-hero--profile .lm-eyebrow { color: var(--lm-sky); }
.lm-hero-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.lm-hero-pill { display: inline-flex; align-items: center; min-height: 34px; padding: 7px 12px; border: 1px solid rgba(255, 255, 255, .19); border-radius: 999px; background: rgba(255, 255, 255, .1); color: #fff; font-size: .76rem; font-weight: 800; backdrop-filter: blur(8px); }
.lm-hero-pill--accent { color: var(--lm-accent); }
.lm-hero-facets { position: absolute; right: 8px; bottom: 2px; z-index: 0; width: min(36%, 390px); height: auto; opacity: .58; pointer-events: none; }
.lm-profile-summary { align-self: start; min-width: 0; padding: 17px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 17px; background: rgba(20, 27, 48, .61); box-shadow: 0 14px 34px rgba(0, 0, 0, .15); backdrop-filter: blur(13px); }
.lm-profile-summary__head { display: flex; gap: 12px; justify-content: space-between; align-items: center; padding-bottom: 11px; border-bottom: 1px solid rgba(255, 255, 255, .17); }
.lm-profile-summary__head a { color: var(--lm-sky); font-size: .76rem; font-weight: 800; text-decoration: none; }
.lm-profile-summary__actions { display: flex; gap: 11px; justify-content: flex-end; align-items: center; }
.lm-profile-summary__progress { height: 7px; margin: 14px 0 8px; overflow: hidden; border-radius: 999px; background: rgba(255, 255, 255, .15); }
.lm-profile-summary__progress span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--lm-teal), var(--lm-accent)); }
.lm-profile-summary__completion { margin: 0; color: rgba(255, 255, 255, .76) !important; font-size: .76rem !important; }
.lm-profile-summary__fact { display: flex; gap: 14px; justify-content: space-between; align-items: baseline; margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(255, 255, 255, .14); }
.lm-profile-summary__fact span { color: rgba(255, 255, 255, .68); font-size: .72rem; }
.lm-profile-summary__fact strong { color: #fff; font-size: 1.1rem; }
.lm-profile-summary__level { display: grid; gap: 3px; justify-items: end; text-align: right; }
.lm-profile-summary__level a { color: var(--lm-sky); font-size: .64rem; font-weight: 700; line-height: 1.25; text-decoration: underline; text-underline-offset: 2px; }
.lm-profile-summary__missing { margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(255, 255, 255, .14); }
.lm-profile-summary__missing > strong { display: block; color: rgba(255, 255, 255, .68); font-size: .7rem; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.lm-profile-summary__missing ul { display: grid; gap: 2px; margin: 7px 0 0; padding-left: 17px; color: #fff; font-size: .72rem; line-height: 1.35; }
.lm-profile-summary__missing p { margin: 6px 0 0; color: #fff !important; font-size: .72rem !important; line-height: 1.35; }
.lm-profile-summary__footer { display: flex; justify-content: flex-end; margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(255, 255, 255, .14); }
.lm-profile-summary__footer a { display: inline-flex; gap: 7px; align-items: center; min-height: 32px; color: var(--lm-sky); font-size: .72rem; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.lm-profile-summary__footer a:hover { color: #fff; }
.lm-profile-summary__footer a:focus-visible { outline: 3px solid var(--lm-accent); outline-offset: 3px; border-radius: 3px; }
.lm-eyebrow { margin: 0; color: var(--lm-teal-dark); font-size: .75rem !important; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.lm-account-links, .lm-actions, .lm-form-links { display: flex; flex-wrap: wrap; gap: 12px 20px; align-items: center; margin-top: 22px; }
.lm-account-links a { color: #fff; font-size: .88rem; font-weight: 750; text-decoration: underline; text-decoration-color: rgba(162, 216, 230, .65); text-underline-offset: 4px; }
.lm-portal-navigation { display: grid; grid-template-columns: minmax(210px, auto) minmax(0, 1fr) 48px; gap: 14px; align-items: center; margin: 0 0 16px; padding: 10px; border: 1px solid rgba(105, 186, 187, .3); border-radius: 16px; background: rgba(255, 255, 255, .94); box-shadow: 0 8px 24px rgba(24, 36, 62, .055); }
.lm-portal-navigation__back { display: flex; min-width: 0; gap: 10px; align-items: center; padding: 8px 10px; border-radius: 11px; color: var(--lm-primary) !important; text-decoration: none !important; transition: background-color .15s ease, box-shadow .15s ease; }
.lm-portal-navigation__back:hover { background: var(--lm-soft); }
.lm-portal-navigation__back:focus-visible, .lm-portal-navigation__account:focus-visible { outline: 3px solid color-mix(in srgb, var(--lm-accent) 80%, #fff); outline-offset: 2px; }
.lm-portal-navigation__back svg { flex: 0 0 24px; width: 24px; height: 24px; fill: none; stroke: var(--lm-teal-dark); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.lm-portal-navigation__back span { display: grid; min-width: 0; gap: 2px; }
.lm-portal-navigation__back strong { color: var(--lm-primary); font-size: .84rem; line-height: 1.15; }
.lm-portal-navigation__back small { color: var(--lm-muted); font-size: .68rem; line-height: 1.2; }
.lm-portal-navigation__location { display: grid; min-width: 0; gap: 2px; justify-items: center; text-align: center; }
.lm-portal-navigation__location span { color: var(--lm-muted); font-size: .65rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.lm-portal-navigation__location strong { max-width: 100%; color: var(--lm-primary); font-size: .88rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lm-portal-navigation__account { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(105, 186, 187, .3); border-radius: 12px; background: #fff; color: var(--lm-primary) !important; text-decoration: none !important; }
.lm-portal-navigation__account:not(.is-current):hover { border-color: var(--lm-teal-dark); background: var(--lm-soft); }
.lm-portal-navigation__account.is-current { border-color: var(--lm-primary); background: var(--lm-primary); color: #fff !important; }
.lm-portal-navigation__account svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.lm-section, .lm-panel {
margin-top: 28px;
padding: clamp(22px, 4vw, 36px);
border: 1px solid var(--lm-line);
border-radius: 20px;
background: #fff;
box-shadow: 0 13px 36px rgba(24, 36, 62, .065);
}
.lm-auth-hero { display: flex; min-height: 270px; align-items: flex-end; }
.lm-auth-hero__copy { max-width: 680px; }
.lm-auth-panel { margin-top: 18px; }
.lm-auth-panel__inner { width: min(100%, 560px); margin: 0 auto; }
.lm-login-form { display: grid; gap: 18px; }
.lm-login-form > label:not(.lm-checkbox) { display: grid; gap: 7px; color: var(--lm-primary); font-weight: 750; }
.lm-login-form input[type="text"], .lm-login-form input[type="password"] { min-height: 52px; border-color: #9eb2ba; border-radius: 12px; box-shadow: inset 0 1px 2px rgba(24, 36, 62, .045); }
.lm-login-form input[type="text"]:focus, .lm-login-form input[type="password"]:focus { border-color: var(--lm-teal-dark); box-shadow: 0 0 0 4px rgba(105, 186, 187, .14); }
.lm-password-field { position: relative; display: block; }
.lm-password-field input { padding-right: 88px !important; }
.lm-password-toggle { position: absolute; top: 50%; right: 8px; min-width: 68px; padding: 7px 9px; border: 0; border-radius: 8px; transform: translateY(-50%); background: var(--lm-soft); color: var(--lm-primary); font: inherit; font-size: .78rem; font-weight: 800; cursor: pointer; }
.lm-password-toggle:hover { background: #e1eeee; }
.lm-password-toggle:focus-visible { outline: 3px solid var(--lm-accent); outline-offset: 2px; }
.lm-login-remember { margin-top: -3px; color: var(--lm-muted); }
.lm-login-submit { width: 100%; }
.lm-auth-panel .lm-form-links { justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--lm-line); }
.lm-auth-panel .lm-form-links a { color: var(--lm-primary); font-size: .88rem; font-weight: 750; text-underline-offset: 3px; }
.lm-panel h2, .lm-section h3 { margin-top: 0; color: var(--lm-primary); }
.lm-section-intro { margin-top: -6px; color: var(--lm-muted); }
.lm-races-section { padding: 0; border: 0; background: transparent; box-shadow: none; }
.lm-races-section > .lm-section-heading { margin: 28px 2px 14px; }
.lm-registration-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.lm-registration-card { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 16px; align-items: stretch; min-width: 0; padding: 16px; overflow: hidden; border: 1px solid var(--lm-line); border-radius: 22px; background: rgba(255, 255, 255, .88); box-shadow: 0 16px 38px rgba(24, 36, 62, .075); }
.lm-registration-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--lm-sky), var(--lm-teal), var(--lm-primary-soft), var(--lm-peach), var(--lm-pink)); }
.lm-registration-card__panel { min-width: 0; padding: clamp(20px, 2.5vw, 25px); border: 1px solid var(--lm-line); border-radius: 17px; }
.lm-registration-card__panel--entry { display: flex; flex-direction: column; background: linear-gradient(145deg, #fff 0%, #f0f8f8 100%); }
.lm-registration-card__panel--bib { background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(235, 247, 248, .95)); }
.lm-card-section-head { display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center; padding-bottom: 14px; border-bottom: 1px solid var(--lm-line); }
.lm-card-section-head h4 { margin: 0; color: var(--lm-primary); font-size: .95rem; }
.lm-race-identity { margin-top: 18px; }
.lm-race-identity h5 { margin: 4px 0 0; color: var(--lm-primary); font-size: clamp(1.55rem, 3vw, 1.9rem); letter-spacing: -.025em; line-height: 1.08; }
.lm-extra-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.lm-extra-card { position: relative; display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 15px; min-width: 0; padding: 17px; overflow: hidden; border: 1px solid rgba(105, 186, 187, .28); border-radius: 17px; background: linear-gradient(145deg, #fff 0%, #f1f8f8 100%); box-shadow: 0 7px 20px rgba(24, 36, 62, .045); }
.lm-extra-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--lm-extra-accent, var(--lm-teal)); }
.lm-extra-card--engraving { --lm-extra-accent: var(--lm-peach); }
.lm-extra-card--locker { --lm-extra-accent: var(--lm-sky); }
.lm-extra-card--shirt { --lm-extra-accent: var(--lm-pink); }
.lm-extra-card--bibbits { --lm-extra-accent: var(--lm-accent); }
.lm-extra-card__icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 15px; background: color-mix(in srgb, var(--lm-extra-accent, var(--lm-teal)) 18%, #fff); color: var(--lm-primary); }
.lm-extra-card__icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.lm-extra-card__content { min-width: 0; }
.lm-extra-card__content h4 { margin: 2px 0 9px; color: var(--lm-primary); font-size: 1.08rem; line-height: 1.2; }
.lm-extra-card__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.lm-extra-card__tags span { padding: 4px 8px; border: 1px solid rgba(105, 186, 187, .24); border-radius: 999px; background: rgba(255, 255, 255, .78); color: var(--lm-muted); font-size: .7rem; font-weight: 750; line-height: 1.2; }
.lm-extra-card__variants { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin: 0 0 12px; }
.lm-extra-card__variants > div { min-width: 0; padding: 8px 9px; border: 1px solid rgba(105, 186, 187, .25); border-radius: 10px; background: rgba(255, 255, 255, .82); }
.lm-extra-card__variants dt { color: var(--lm-muted); font-size: .62rem; font-weight: 850; letter-spacing: .045em; text-transform: uppercase; }
.lm-extra-card__variants dd { margin: 2px 0 0; color: var(--lm-primary); font-size: .82rem; font-weight: 850; overflow-wrap: anywhere; }
.lm-extra-card__variants > div:only-child { grid-column: 1 / -1; }
.lm-extra-card__fulfilment { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 8px; align-items: start; padding-top: 11px; border-top: 1px solid rgba(105, 186, 187, .2); }
.lm-extra-card__fulfilment svg { width: 18px; height: 18px; margin-top: 1px; fill: none; stroke: var(--lm-teal-dark); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.lm-extra-card__fulfilment span { display: block; margin-bottom: 2px; color: var(--lm-muted); font-size: .66rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.lm-extra-card__fulfilment strong { display: block; color: var(--lm-primary); font-size: .82rem; line-height: 1.38; }
.lm-card-head { display: flex; gap: 18px; justify-content: space-between; align-items: flex-start; }
.lm-card-head h4 { margin: 3px 0 0; color: var(--lm-primary); font-size: 1.6rem; }
.lm-runner-name { margin: 7px 0 0; color: var(--lm-muted); }
.lm-status { display: inline-flex; align-items: center; min-height: 28px; padding: 6px 10px; border-radius: 999px; background: #e8eff0; color: var(--lm-primary); font-size: .72rem; font-weight: 800; white-space: nowrap; }
.lm-status--betaald { background: rgba(183, 219, 56, .22); color: #486300; }
.lm-status--doorverkocht { background: #f4e5e5; color: #8b2929; }
.lm-status--progress { background: rgba(105, 186, 187, .18); color: var(--lm-primary); }
.lm-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 24px 0; }
.lm-details div { min-width: 0; }
.lm-details dt { margin-bottom: 3px; color: var(--lm-muted); font-size: .7rem; font-weight: 750; text-transform: uppercase; letter-spacing: .045em; }
.lm-details dd { margin: 0; overflow-wrap: anywhere; font-weight: 650; }
.lm-registration-details { margin-bottom: 18px; }
.lm-registration-actions { display: flex; flex-direction: column; align-items: flex-start; margin-top: auto; padding-top: 6px; }
.lm-registration-actions .lm-button { align-self: flex-start; }
.lm-registration-card .lm-photo-link { align-self: flex-start; margin-top: 13px; }
.lm-alert-line { padding: 10px 12px; border-radius: 10px; background: #fff3d6; color: #754d00; font-weight: 650; }
.lm-card-hint { margin: 0 0 14px; color: var(--lm-muted); font-size: .9rem; }
.lm-bib-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin: 17px 0 0; }
.lm-bib-stats div { min-width: 0; padding: 11px; border-radius: 12px; background: #eaf4f5; }
.lm-bib-stats dt { color: var(--lm-muted); font-size: .66rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.lm-bib-stats dd { margin: 4px 0 0; color: var(--lm-primary); font-size: .88rem; font-weight: 800; overflow-wrap: anywhere; }
.lm-bib-extra-details { gap: 10px 14px; margin: 14px 0 0; padding: 0 2px; }
.lm-bib-extra-details dd { font-size: .85rem; }
.lm-bib-journey { margin: 18px 0 0; padding: 0; overflow: hidden; border: 0; border-radius: 14px; background: var(--lm-primary); }
.lm-bib-timeline { position: relative; display: grid; grid-template-columns: repeat(var(--lm-step-count, 5), minmax(0, 1fr)); gap: 0; margin: 0; padding: 18px 7px 13px; color: #fff; list-style: none; }
.lm-bib-timeline::before { content: ""; position: absolute; top: 27px; left: 8%; right: 8%; height: 2px; background: rgba(255, 255, 255, .18); }
.lm-bib-step { position: relative; z-index: 1; min-width: 0; color: rgba(255, 255, 255, .58); text-align: center; }
.lm-bib-step__marker { display: block; width: 13px; height: 13px; margin: 3px auto 10px; border: 2px solid rgba(255, 255, 255, .55); border-radius: 50%; background: var(--lm-primary); }
.lm-bib-step__content { display: grid; gap: 3px; padding: 0 4px; }
.lm-bib-step__content strong { color: inherit; font-size: .7rem; line-height: 1.2; overflow-wrap: anywhere; }
.lm-bib-step__content time { color: rgba(255, 255, 255, .5); font-size: .62rem; line-height: 1.2; }
.lm-bib-step--complete, .lm-bib-step--current { color: #fff; }
.lm-bib-step--complete .lm-bib-step__marker { border-color: var(--lm-teal); background: var(--lm-teal); }
.lm-bib-step--current .lm-bib-step__marker { border-color: var(--lm-accent); background: var(--lm-accent); box-shadow: 0 0 0 5px rgba(183, 219, 56, .18); }
.lm-pickup-info { display: flex; gap: 12px; align-items: flex-start; margin: 12px 0 0; padding: 12px 14px; border-radius: 12px; background: #e8f5f5; color: var(--lm-primary); }
.lm-pickup-info__icon { display: grid; flex: 0 0 32px; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--lm-teal); color: #fff; font-size: 1rem; }
.lm-pickup-info p { margin: 5px 0 0; font-size: .88rem; }
.lm-dashboard-sections { margin-top: 0; }
.lm-dashboard-welcome[hidden] { display: none !important; }
.lm-dashboard-welcome .lm-hero { margin-top: 0; }
.lm-dashboard-sections__heading { margin-bottom: 16px; }
.lm-dashboard-sections__heading h3 { margin: 4px 0 0; color: var(--lm-primary); font-size: clamp(1.55rem, 3vw, 2.2rem); line-height: 1.1; }
.lm-dashboard-tablist { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 5px; margin-top: 18px; padding: 6px; border: 1px solid rgba(24, 36, 62, .06); border-radius: 18px; background: rgba(237, 244, 244, .94); }
.lm-dashboard-tab {
position: relative;
display: grid;
gap: 3px;
align-content: center;
min-width: 0;
min-height: 68px;
padding: 13px 32px 13px 14px;
border: 0;
border-radius: 13px;
background: transparent;
color: var(--lm-primary) !important;
box-shadow: none;
line-height: 1.15;
text-decoration: none !important;
transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease;
}
.lm-dashboard-tab__label--mobile { display: none; }
.lm-dashboard-tab:hover { background: rgba(255, 255, 255, .72); box-shadow: 0 7px 18px rgba(24, 36, 62, .07); }
.lm-dashboard-tab--active, .lm-dashboard-tab[aria-selected="true"] { background: var(--lm-primary); color: #fff !important; box-shadow: 0 9px 22px rgba(24, 36, 62, .2); }
.lm-dashboard-tab:focus-visible { outline: 3px solid color-mix(in srgb, var(--lm-accent) 80%, #fff); outline-offset: 3px; }
.lm-dashboard-tab__label { overflow-wrap: anywhere; font-weight: 800; }
.lm-dashboard-tab__hint { color: var(--lm-muted); font-size: .79rem; }
.lm-dashboard-tab--active .lm-dashboard-tab__hint, .lm-dashboard-tab[aria-selected="true"] .lm-dashboard-tab__hint { color: rgba(255, 255, 255, .76); }
.lm-dashboard-tab__new { position: absolute; top: 13px; right: 13px; display: inline-flex; }
.lm-dashboard-tab__dot { width: 11px; height: 11px; border: 2px solid #fff; border-radius: 50%; background: var(--lm-notification); box-shadow: 0 0 0 1px rgba(23, 34, 31, .12); }
.lm-dashboard-tab__count, .lm-dashboard-shortcut__count { display: inline-grid; min-width: 23px; height: 23px; place-items: center; border-radius: 999px; background: var(--lm-notification); color: #fff; font-size: .7rem; font-weight: 850; line-height: 1; text-decoration: none; }
.lm-dashboard-tab__count { position: absolute; top: 10px; right: 10px; border: 2px solid #fff; }
.lm-dashboard-tab--active .lm-dashboard-tab__count { border-color: var(--lm-primary); }
.lm-dashboard-tabpanels { min-width: 0; }
.lm-dashboard-tabpanel[hidden] { display: none !important; }
.lm-dashboard-tabpanel:focus { outline: 0; }
.lm-dashboard-tabpanel:focus-visible { outline: 3px solid color-mix(in srgb, var(--lm-accent) 80%, #fff); outline-offset: 4px; border-radius: 20px; }
.lm-panel-loading { display: flex; min-height: 180px; flex-direction: column; align-items: center; justify-content: center; gap: 8px; margin-top: 16px; padding: 24px; border: 1px solid var(--lm-line); border-radius: 18px; background: #fff; color: var(--lm-primary); font-weight: 800; box-shadow: var(--lm-shadow-card); }
.lm-panel-loading::before { width: 26px; height: 26px; margin-bottom: 8px; border: 3px solid var(--lm-line); border-top-color: var(--lm-teal-dark); border-radius: 50%; content: ""; animation: lm-panel-spin .8s linear infinite; }
@keyframes lm-panel-spin { to { transform: rotate(360deg); } }
.lm-dashboard-tabpanel > .lm-hero { margin-top: 18px; }
.lm-dashboard-tabpanel > .lm-section { margin-top: 18px; }
.lm-dashboard-tabpanel > .lm-loyalty { margin-top: 18px; }
.lm-dashboard-shortcuts { margin-top: 24px; }
.lm-dashboard-shortcuts__heading { margin: 0 2px 13px; }
.lm-dashboard-shortcuts__heading h3 { margin: 4px 0 0; color: var(--lm-primary); font-size: clamp(1.35rem, 3vw, 1.8rem); line-height: 1.1; }
.lm-dashboard-shortcuts__grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.lm-dashboard-shortcut { --lm-shortcut-accent: var(--lm-sky); position: relative; display: flex; min-width: 0; min-height: 116px; flex-direction: column; justify-content: center; overflow: hidden; padding: 17px 42px 17px 17px; border: 1px solid var(--lm-line); border-radius: 16px; background: rgba(255, 255, 255, .93); color: var(--lm-primary) !important; box-shadow: 0 10px 26px rgba(24, 36, 62, .055); text-decoration: none !important; transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease; }
.lm-dashboard-shortcut::after { content: ""; position: absolute; right: -24px; bottom: -34px; width: 84px; height: 84px; border: 2px solid var(--lm-shortcut-accent); opacity: .34; transform: rotate(45deg); }
.lm-dashboard-shortcut--archive { --lm-shortcut-accent: var(--lm-teal); }
.lm-dashboard-shortcut--activities { --lm-shortcut-accent: var(--lm-peach); }
.lm-dashboard-shortcut--travel { --lm-shortcut-accent: var(--lm-sky); }
.lm-dashboard-shortcut--benefits { --lm-shortcut-accent: var(--lm-pink); }
.lm-dashboard-shortcut:hover { border-color: var(--lm-teal); box-shadow: 0 15px 32px rgba(24, 36, 62, .1); transform: translateY(-2px); }
.lm-dashboard-shortcut__label { position: relative; z-index: 1; margin-bottom: 6px; color: var(--lm-teal-dark); font-size: .7rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.lm-dashboard-shortcut strong { position: relative; z-index: 1; max-width: 155px; font-size: .95rem; line-height: 1.2; }
.lm-dashboard-shortcut__arrow { position: absolute; right: 16px; top: 16px; color: var(--lm-teal-dark); font-size: 1.05rem; font-weight: 850; }
.lm-dashboard-shortcut__new { position: absolute; right: 15px; bottom: 14px; z-index: 2; display: inline-flex; }
.lm-dashboard-shortcut__count { position: absolute; right: 14px; bottom: 13px; z-index: 2; }
.lm-tab-empty { max-width: 760px; margin: 0; color: var(--lm-muted); }
.lm-visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.lm-training-intro { max-width: 760px; margin: -8px 0 22px; color: var(--lm-muted); }
.lm-training-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr)); gap: 20px; }
.lm-training-card { display: flex; min-width: 0; flex-direction: column; padding: 24px; border: 1px solid var(--lm-line); border-radius: 18px; background: linear-gradient(145deg, #fff, var(--lm-soft)); box-shadow: 0 10px 26px rgba(24, 36, 62, .055); }
.lm-training-card__head { display: flex; gap: 18px; justify-content: space-between; align-items: flex-start; }
.lm-training-card__head h4 { margin: 5px 0 4px; color: var(--lm-primary); font-size: 1.45rem; }
.lm-training-card__head p:last-child { margin: 0; color: var(--lm-muted); }
.lm-training-days { display: grid; flex: 0 0 auto; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: linear-gradient(135deg, var(--lm-primary), var(--lm-primary-soft)); color: #fff; box-shadow: 0 9px 22px rgba(24, 36, 62, .16); font-size: 1.35rem; font-weight: 850; }
.lm-training-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 24px 0; }
.lm-training-metrics div { min-width: 0; padding: 12px; border-radius: 11px; background: #fff; }
.lm-training-metrics dt { color: var(--lm-muted); font-size: .7rem; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; }
.lm-training-metrics dd { margin: 4px 0 0; color: var(--lm-primary); font-weight: 800; overflow-wrap: anywhere; }
.lm-training-note { margin: 0 0 18px; padding: 12px 14px; border-radius: 11px; background: #fff4d9; color: #684a08; font-size: .9rem; }
.lm-training-note a { color: inherit; font-weight: 750; }
.lm-training-partner { margin-top: auto; padding-top: 21px; border-top: 1px solid var(--lm-line); }
.lm-training-partner h5 { margin: 4px 0 7px; color: var(--lm-primary); font-size: 1.3rem; }
.lm-training-partner p:not(.lm-eyebrow) { margin: 0 0 16px; color: var(--lm-muted); }
.lm-travel-purchase-notice { display: flex; gap: 20px; justify-content: space-between; align-items: center; margin-top: 22px; padding: 20px 22px; border: 1px solid rgba(105, 186, 187, .42); border-left: 5px solid var(--lm-teal); border-radius: 16px; background: linear-gradient(135deg, #fff, var(--lm-soft)); box-shadow: 0 11px 28px rgba(24, 36, 62, .06); }
.lm-travel-purchase-notice h3 { margin: 4px 0 6px; color: var(--lm-primary); font-size: 1.3rem; }
.lm-travel-purchase-notice p:not(.lm-eyebrow) { margin: 0; color: var(--lm-muted); }
.lm-travel-context { display: flex; gap: 18px; justify-content: space-between; align-items: center; margin-top: 20px; padding: 15px 17px; border-radius: 12px; background: var(--lm-soft); }
.lm-travel-context p { margin: 0; color: var(--lm-primary); }
.lm-travel-context a { flex: 0 0 auto; color: var(--lm-teal-dark); font-size: .84rem; font-weight: 800; }
.lm-travel-grid, .lm-travel-ticket-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.lm-travel-card, .lm-travel-ticket { min-width: 0; overflow: hidden; border: 1px solid var(--lm-line); border-radius: 17px; background: #fff; box-shadow: 0 10px 25px rgba(24, 36, 62, .055); }
.lm-travel-card__image { display: block; width: 100%; height: 190px; object-fit: cover; }
.lm-travel-card__body, .lm-travel-ticket { padding: 20px; }
.lm-travel-card h4, .lm-travel-ticket h4 { margin: 8px 0 7px; color: var(--lm-primary); font-size: 1.28rem; line-height: 1.15; }
.lm-travel-location { margin: 0 0 12px; color: var(--lm-teal-dark); font-size: .86rem; font-weight: 800; }
.lm-travel-location::before { content: "●"; margin-right: 7px; color: var(--lm-teal); font-size: .62rem; vertical-align: 1px; }
.lm-travel-card .lm-card-copy, .lm-travel-ticket__content { color: var(--lm-muted); font-size: .92rem; }
.lm-travel-card .lm-card-copy p:first-child, .lm-travel-ticket__content p:first-child { margin-top: 0; }
.lm-travel-card .lm-button, .lm-travel-ticket .lm-button { margin-top: 8px; }
.lm-parking-tickets { background: linear-gradient(145deg, #fff, var(--lm-soft)); }
.lm-parking-plate-form { display: grid; gap: 10px; margin-top: 18px; padding: 15px; border: 1px solid rgba(105, 186, 187, .45); border-radius: 13px; background: #f3faf9; }
.lm-parking-plate-form label { display: grid; gap: 6px; margin: 0; color: var(--lm-primary); font-weight: 750; }
.lm-parking-plate-form input[type="text"] { width: min(100%, 260px); min-height: 44px; border: 1px solid var(--lm-line); border-radius: 10px; background: #fff; color: var(--lm-primary); font: inherit; font-size: 1.05rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.lm-parking-plate-form > p { margin: 0; color: var(--lm-muted); font-size: .82rem; line-height: 1.45; }
.lm-parking-plate-form__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.lm-parking-plate-form__actions .lm-button { margin-top: 0; }
.lm-parking-plate-form__status { color: #35650c; font-size: .82rem; font-weight: 750; }
.lm-wrap--embed .lm-section { margin-top: 0; }
.lm-content-section { overflow: hidden; }
.lm-offers-section { background: linear-gradient(145deg, #fff 0%, var(--lm-soft) 100%); }
.lm-section-heading { margin-bottom: 24px; }
.lm-section-heading h3 { margin: 4px 0 0; font-size: clamp(1.55rem, 3vw, 2.2rem); line-height: 1.1; }
.lm-content-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.lm-content-card { display: flex; min-width: 0; min-height: 100%; flex-direction: column; overflow: hidden; border: 1px solid var(--lm-line); border-radius: 18px; background: #fff; box-shadow: 0 10px 26px rgba(24, 36, 62, .07); }
.lm-content-media { position: relative; aspect-ratio: 16 / 8.7; overflow: hidden; background: #e8efeb; }
.lm-content-image { display: block; width: 100%; height: 100% !important; margin: 0; object-fit: cover; }
.lm-content-media--partner { background: #e8efeb; }
.lm-content-image--partner { padding: 0; object-fit: cover; }
.lm-content-placeholder { display: grid; place-items: center; padding: 26px; }
.lm-content-placeholder span { position: relative; z-index: 1; max-width: 80%; color: #fff; font-size: clamp(1.2rem, 3vw, 2rem); font-weight: 850; line-height: 1.05; text-align: center; }
.lm-content-placeholder--activity { background: linear-gradient(135deg, var(--lm-primary), var(--lm-teal-dark)); }
.lm-content-placeholder--activity::after { content: ""; position: absolute; width: 140px; height: 140px; right: -35px; bottom: -58px; border-radius: 50%; background: var(--lm-peach); opacity: .9; pointer-events: none; }
.lm-content-placeholder--offer { background: linear-gradient(135deg, var(--lm-primary-soft), var(--lm-primary)); }
.lm-content-placeholder--offer span { color: var(--lm-sky); }
.lm-content-badge { position: absolute; top: 14px; right: 14px; z-index: 2; max-width: calc(100% - 28px); padding: 7px 11px; border-radius: 999px; background: #fff; color: var(--lm-primary); box-shadow: 0 5px 18px rgba(0, 0, 0, .12); font-size: .76rem; font-weight: 800; line-height: 1.15; text-align: center; }
.lm-content-badge--full, .lm-content-badge--closed { background: #fff0f0; color: #842727; }
.lm-content-badge--waitlist { background: #fff4d9; color: #754d00; }
.lm-content-badge--offer { background: var(--lm-teal); color: var(--lm-primary); }
.lm-offer-discount-badge { position: absolute; top: 14px; left: 14px; z-index: 2; max-width: calc(58% - 20px); padding: 8px 11px; border-radius: 10px; background: var(--lm-accent); color: var(--lm-primary); box-shadow: 0 5px 18px rgba(0,0,0,.14); font-size: .78rem; font-weight: 900; line-height: 1.15; }
.lm-content-body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.lm-content-body h4 { margin: 5px 0 10px; color: var(--lm-primary); font-size: 1.4rem; line-height: 1.2; }
.lm-content-meta { display: grid; gap: 5px; margin: 2px 0 14px; color: var(--lm-muted); font-size: .9rem; }
.lm-content-meta p { display: flex; gap: 9px; align-items: baseline; margin: 0; }
.lm-content-meta p > span { color: var(--lm-teal-dark); font-size: .7rem; }
.lm-content-description { margin: 0 0 18px; color: #46566c; }
.lm-content-actions { margin-top: auto; padding-top: 2px; }
.lm-partner-lockup { display: flex; min-width: 0; align-items: center; gap: 10px; margin: 0 0 8px; }
.lm-partner-lockup__logo-frame { display: grid; width: 64px; height: 46px; flex: 0 0 64px; place-items: center; overflow: hidden; padding: 5px; border: 1px solid var(--lm-line); border-radius: 10px; background: #fff; }
.lm-partner-lockup__logo { display: block; width: auto !important; max-width: 100% !important; height: auto !important; max-height: 100% !important; margin: 0 !important; object-fit: contain; object-position: center; }
.lm-partner-lockup > div { display: grid; min-width: 0; gap: 1px; }
.lm-partner-lockup span { color: var(--lm-teal-dark); font-size: .66rem; font-weight: 850; letter-spacing: .055em; line-height: 1.2; text-transform: uppercase; }
.lm-partner-lockup strong,.lm-partner-lockup a { overflow-wrap: anywhere; color: var(--lm-primary); font-size: .88rem; font-weight: 850; line-height: 1.25; }
.lm-partner-lockup a { text-decoration-color: rgba(24,36,62,.3); text-underline-offset: 2px; }
.lm-partner-lockup a:hover,.lm-partner-lockup a:focus-visible { color: var(--lm-teal-dark); }
.lm-partner-lockup--activity { margin-top: 5px; padding: 9px 10px; border-radius: 11px; background: var(--lm-soft); }
.lm-button--disabled { border-color: #d8dfdc; background: #e9edeb; color: #69746f !important; cursor: default; pointer-events: none; }
.lm-button--disabled:hover { transform: none; box-shadow: none; }
.lm-offer-details { display: grid; gap: 6px; margin: 0 0 18px; padding: 12px 14px; border-radius: 12px; background: var(--lm-soft); color: var(--lm-primary); font-size: .9rem; }
.lm-offer-details p { margin: 0; }
.lm-offer-details code { display: inline-block; margin-left: 4px; padding: 3px 7px; border: 1px dashed #9eaca7; border-radius: 6px; background: #fff; color: var(--lm-primary); font: inherit; font-weight: 800; letter-spacing: .04em; }
.lm-offer-card .lm-content-actions,.lm-offer-card .lm-benefit-claim-form { width: 100%; }
.lm-offer-card .lm-content-actions .lm-button,.lm-offer-card .lm-benefit-claim-form .lm-button { display: inline-flex; width: 100%; justify-content: center; text-align: center; }
.lm-offer-code { margin: 0 0 18px; }
.lm-wallet-history, .lm-merchandise-purchased, .lm-merchandise-group { margin-top: 26px; }
.lm-wallet-history > h4, .lm-merchandise-purchased > h4, .lm-merchandise-group__heading h4 { margin: 0 0 5px; color: var(--lm-primary); }
.lm-wallet-history > p, .lm-merchandise-purchased > p, .lm-merchandise-group__heading p { margin: 0 0 15px; color: var(--lm-muted); }
.lm-offer-value { margin: 0 0 12px; color: var(--lm-primary); }
.lm-benefit-claim-form { margin: 0; }
.lm-merchandise-checkout-note { margin: 22px 0 0; padding: 13px 15px; border-left: 4px solid var(--lm-teal); border-radius: 9px; background: var(--lm-soft); color: var(--lm-muted); font-size: .88rem; }
.lm-product-variants { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 0 0 17px; }
.lm-product-variants > div { padding: 10px 11px; border-radius: 10px; background: var(--lm-soft); }
.lm-product-variants dt { color: var(--lm-muted); font-size: .66rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.lm-product-variants dd { margin: 3px 0 0; color: var(--lm-primary); font-size: .84rem; font-weight: 800; line-height: 1.35; }
.lm-product-variants > div:only-child { grid-column: 1 / -1; }
.lm-benefits-hotel { display: grid; grid-template-columns: minmax(210px, .72fr) minmax(0, 1.28fr); min-height: 255px; margin-bottom: 20px; overflow: hidden; border: 1px solid rgba(105, 186, 187, .48); border-radius: 18px; background: linear-gradient(135deg, #fff 0%, #eef8f7 100%); box-shadow: var(--lm-shadow-card); }
.lm-benefits-hotel--no-image { grid-template-columns: 1fr; }
.lm-benefits-hotel__image { min-height: 255px; background-position: center; background-size: cover; }
.lm-benefits-hotel__body { display: flex; min-width: 0; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(22px, 4vw, 38px); }
.lm-benefits-hotel__body h3 { margin: 5px 0 8px; font-size: clamp(1.55rem, 3vw, 2.15rem); line-height: 1.08; }
.lm-benefits-hotel__body > p:not(.lm-eyebrow) { margin: 0 0 15px; color: var(--lm-muted); }
.lm-benefits-hotel__facts { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 18px; }
.lm-benefits-hotel__facts span { padding: 6px 9px; border-radius: 999px; background: #fff; color: var(--lm-primary); font-size: .72rem; font-weight: 800; box-shadow: inset 0 0 0 1px rgba(105, 186, 187, .25); }
.lm-content-badge--merchandise { background: #fff; }
.lm-content-placeholder--merchandise { background: linear-gradient(145deg, var(--lm-soft), #fff); }
.lm-archive-summary { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 0 0 22px; }
.lm-archive-summary > div { display: grid; gap: 5px; min-width: 0; padding: 17px 18px; border: 1px solid rgba(105, 186, 187, .32); border-radius: 15px; background: linear-gradient(145deg, #fff, rgba(105, 186, 187, .08)); }
.lm-archive-summary span { color: var(--lm-muted); font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.lm-archive-summary strong { color: var(--lm-primary); font-size: clamp(1.45rem, 3vw, 2.15rem); font-variant-numeric: tabular-nums; line-height: 1; }
.lm-earned-badges { margin: 0 0 22px; padding: 18px; border: 1px solid rgba(105, 186, 187, .32); border-radius: 17px; background: linear-gradient(145deg, #fff, rgba(105, 186, 187, .08)); }
.lm-earned-badges__heading { display: flex; gap: 18px; justify-content: space-between; align-items: center; }
.lm-earned-badges__heading .lm-eyebrow { margin: 0; }
.lm-earned-badges__heading .lm-button { flex: 0 0 auto; margin: 0; }
.lm-earned-badges__heading .lm-button span { margin-left: 5px; }
.lm-earned-badges__rail { display: flex; gap: 10px; margin-top: 15px; padding: 1px 0 4px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; }
.lm-earned-badge { display: grid; flex: 0 0 min(260px, 78vw); grid-template-columns: 52px minmax(0, 1fr); gap: 11px; min-width: 0; align-items: center; padding: 11px 13px; border: 1px solid var(--lm-line); border-radius: 13px; background: #fff; box-shadow: 0 7px 18px rgba(24, 36, 62, .06); }
.lm-earned-badge .lm-badge-medallion { width: 52px; height: 52px; }
.lm-earned-badge > div:last-child { display: grid; gap: 4px; min-width: 0; }
.lm-earned-badge strong { color: var(--lm-primary); font-size: .84rem; line-height: 1.2; }
.lm-earned-badge > div:last-child span { color: var(--lm-teal-dark); font-size: .67rem; font-weight: 800; }
.lm-earned-badges__empty { margin: 15px 0 0; color: var(--lm-muted); font-size: .9rem; }
.lm-loyalty { position: relative; margin: 0 0 26px; padding: clamp(20px, 3vw, 30px); overflow: hidden; border-radius: 21px; background: radial-gradient(circle at 92% 5%, rgba(105, 186, 187, .24), transparent 25%), linear-gradient(135deg, var(--lm-primary), var(--lm-primary-soft)); box-shadow: 0 16px 36px rgba(24, 36, 62, .16); color: #fff; }
.lm-loyalty::after { content: ""; position: absolute; right: -70px; top: -95px; width: 220px; height: 220px; border: 1px solid rgba(105, 186, 187, .36); transform: rotate(45deg); pointer-events: none; }
.lm-loyalty > * { position: relative; z-index: 1; }
.lm-loyalty__heading { display: flex; gap: 24px; justify-content: space-between; align-items: flex-start; }
.lm-loyalty__heading .lm-eyebrow { color: var(--lm-sky); }
.lm-loyalty__heading h4 { margin: 4px 0 7px; color: #fff; font-size: clamp(1.55rem, 3vw, 2.15rem); line-height: 1.05; }
.lm-loyalty__heading p:not(.lm-eyebrow) { max-width: 690px; margin: 0; color: rgba(255, 255, 255, .74); }
.lm-loyalty__heading .lm-loyalty__status { display: inline-flex; margin-top: 12px; padding: 7px 10px; border: 1px solid rgba(255, 255, 255, .17); border-radius: 999px; background: rgba(255, 255, 255, .08); color: #fff; font-size: .78rem; font-weight: 800; }
.lm-loyalty__count { flex: 0 0 auto; padding: 8px 12px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 999px; background: rgba(255, 255, 255, .09); color: var(--lm-accent); font-size: .76rem; font-weight: 850; white-space: nowrap; }
.lm-loyalty-progress-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: 13px; margin-top: 22px; }
.lm-loyalty-next, .lm-loyalty-stats { min-width: 0; margin: 0; padding: 18px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 15px; background: rgba(255, 255, 255, .075); backdrop-filter: blur(8px); }
.lm-loyalty-next .lm-eyebrow { color: var(--lm-accent); }
.lm-loyalty-next h5 { margin: 4px 0 5px; color: #fff; font-size: 1.23rem; }
.lm-loyalty-next p:not(.lm-eyebrow) { margin: 0; color: rgba(255, 255, 255, .72); font-size: .88rem; }
.lm-loyalty-progress { height: 8px; margin: 15px 0 6px; overflow: hidden; border-radius: 999px; background: rgba(255, 255, 255, .14); }
.lm-loyalty-progress span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--lm-teal), var(--lm-accent)); }
.lm-loyalty-next small { color: rgba(255, 255, 255, .68); font-size: .72rem; font-weight: 750; }
.lm-loyalty-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.lm-loyalty-stats div { min-width: 0; padding: 9px; border-radius: 10px; background: rgba(255, 255, 255, .07); }
.lm-loyalty-stats dt { color: rgba(255, 255, 255, .6); font-size: .64rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.lm-loyalty-stats dd { margin: 5px 0 0; color: #fff; font-size: 1.02rem; font-weight: 850; overflow-wrap: anywhere; }
.lm-badge-group { margin-top: 24px; }
.lm-badge-group > h5 { margin: 0 0 10px; color: #fff; font-size: .94rem; }
.lm-badge-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.lm-badge-card { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 12px; min-width: 0; min-height: 112px; align-items: center; padding: 13px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 14px; }
.lm-badge-card--earned { background: #fff; box-shadow: 0 9px 24px rgba(0, 0, 0, .12); }
.lm-badge-card--locked { background: rgba(255, 255, 255, .055); }
.lm-badge-medallion { position: relative; display: grid; width: 58px; height: 58px; place-items: center; clip-path: polygon(50% 0, 88% 18%, 100% 57%, 73% 100%, 27% 100%, 0 57%, 12% 18%); background: linear-gradient(140deg, var(--lm-sky) 0 28%, var(--lm-teal) 28% 51%, var(--lm-primary-soft) 51% 67%, var(--lm-peach) 67% 83%, var(--lm-pink) 83% 100%); color: var(--lm-primary); box-shadow: 0 7px 16px rgba(24, 36, 62, .16); }
.lm-badge-medallion::after { content: ""; position: absolute; inset: 6px; clip-path: inherit; border: 1px solid rgba(24, 36, 62, .3); }
.lm-badge-medallion span { position: relative; z-index: 1; max-width: 48px; font-size: .72rem; font-weight: 900; letter-spacing: -.02em; text-align: center; }
.lm-badge-medallion--image { overflow: hidden; background: #fff; }
.lm-badge-medallion--image::after { z-index: 2; border-color: rgba(24, 36, 62, .18); }
.lm-badge-medallion__image { position: absolute; inset: 0; z-index: 1; display: block; width: 100%; height: 100% !important; object-fit: cover; }
.lm-badge-card--locked .lm-badge-medallion { filter: grayscale(1); opacity: .46; }
.lm-badge-card__copy { min-width: 0; }
.lm-badge-card__copy h6 { margin: 0 0 3px; color: var(--lm-primary); font-size: .9rem; line-height: 1.15; }
.lm-badge-card__copy p { margin: 0 0 7px; color: var(--lm-muted); font-size: .73rem; line-height: 1.35; }
.lm-badge-card__partner { display: flex; gap: 6px; align-items: center; margin: 0 0 7px; color: var(--lm-primary); font-size: .65rem; font-weight: 800; line-height: 1.25; }
.lm-badge-card__partner img { width: auto; max-width: 42px; height: 18px; object-fit: contain; }
.lm-badge-card__status { display: inline-flex; color: var(--lm-teal-dark); font-size: .66rem; font-weight: 850; }
.lm-badge-card--locked .lm-badge-card__copy h6 { color: rgba(255, 255, 255, .82); }
.lm-badge-card--locked .lm-badge-card__copy p { color: rgba(255, 255, 255, .55); }
.lm-badge-card--locked .lm-badge-card__status { color: rgba(255, 255, 255, .56); }
.lm-badge-card--locked .lm-badge-card__partner { color: rgba(255, 255, 255, .65); }
.lm-badge-claim-notice { margin: 0 0 18px; padding: 12px 14px; border: 1px solid rgba(255, 255, 255, .24); border-radius: 12px; background: rgba(255, 255, 255, .1); color: #fff; font-weight: 750; }
.lm-badge-claim-notice--success { border-color: rgba(183, 219, 56, .55); background: rgba(183, 219, 56, .14); }
.lm-badge-claim-notice--error { border-color: rgba(255, 182, 193, .5); background: rgba(255, 182, 193, .12); }
.lm-badge-claim { display: grid; grid-template-columns: minmax(0, 1fr) minmax(180px, .55fr) auto; gap: 16px; align-items: end; margin-top: 24px; padding: 18px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 15px; background: rgba(255, 255, 255, .075); }
.lm-badge-claim h5 { margin: 0 0 4px; color: #fff; font-size: 1rem; }
.lm-badge-claim p { margin: 0; color: rgba(255, 255, 255, .7); font-size: .8rem; }
.lm-badge-claim label { display: grid; gap: 5px; color: rgba(255, 255, 255, .75); font-size: .72rem; font-weight: 750; }
.lm-badge-claim input { width: 100%; min-height: 40px; border: 1px solid rgba(255, 255, 255, .28); border-radius: 9px; background: #fff; color: var(--lm-primary); }
.lm-badge-claim .lm-button { min-height: 40px; margin: 0; }
.lm-archive-editions { display: grid; gap: 18px; }
.lm-archive-edition { overflow: hidden; border: 1px solid var(--lm-line); border-radius: 20px; background: #fff; box-shadow: 0 10px 28px rgba(24, 36, 62, .05); }
.lm-archive-edition--current { border-color: rgba(105, 186, 187, .72); box-shadow: 0 12px 34px rgba(105, 186, 187, .13); }
.lm-archive-edition__header { display: flex; gap: 18px; justify-content: space-between; align-items: center; padding: 18px 22px; border-bottom: 1px solid var(--lm-line); background: linear-gradient(110deg, var(--lm-primary), var(--lm-primary-soft)); color: #fff; }
.lm-archive-edition--current .lm-archive-edition__header { background: linear-gradient(110deg, var(--lm-primary), var(--lm-teal-dark)); }
.lm-archive-edition__header .lm-eyebrow { color: var(--lm-sky); }
.lm-archive-edition__header h4 { margin: 2px 0 0; color: #fff; font-size: 1.8rem; line-height: 1; }
.lm-archive-edition__count { padding: 7px 11px; border-radius: 999px; background: rgba(255, 255, 255, .13); color: #fff; font-size: .75rem; font-weight: 800; white-space: nowrap; }
.lm-archive-races { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--lm-line); }
.lm-archive-race { display: flex; min-width: 0; flex-direction: column; gap: 16px; padding: 22px; background: #fff; }
.lm-archive-race__top { display: flex; gap: 14px; justify-content: space-between; align-items: flex-start; }
.lm-archive-race h5 { margin: 4px 0 0; color: var(--lm-primary); font-size: 1.25rem; line-height: 1.2; }
.lm-archive-race .lm-result-time strong { font-size: clamp(1.8rem, 4vw, 2.7rem); }
.lm-archive-review-note { margin: -6px 0 0; padding: 10px 12px; border-radius: 10px; background: #fff7e5; color: #754d00; font-size: .82rem; }
.lm-results-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.lm-result-card { display: flex; min-width: 0; flex-direction: column; gap: 20px; padding: 24px; border: 1px solid var(--lm-line); border-radius: 18px; background: var(--lm-soft); }
.lm-result-card__top { display: flex; gap: 16px; justify-content: space-between; align-items: flex-start; }
.lm-result-card h4 { margin: 4px 0 0; color: var(--lm-primary); font-size: 1.35rem; line-height: 1.2; }
.lm-result-source { display: inline-flex; flex: 0 0 auto; padding: 6px 10px; border-radius: 999px; font-size: .74rem; font-weight: 800; white-space: nowrap; }
.lm-result-source--official { background: #dff3e7; color: #17633a; }
.lm-result-source--manual { background: #fff4d9; color: #754d00; }
.lm-result-source--registration { background: rgba(105, 186, 187, .18); color: var(--lm-primary); }
.lm-result-time { display: grid; gap: 2px; }
.lm-result-time span { color: var(--lm-muted); font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.lm-result-time strong { color: var(--lm-primary); font-size: clamp(2rem, 5vw, 3.25rem); font-variant-numeric: tabular-nums; line-height: 1; }
.lm-result-places { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; }
.lm-result-places div { padding: 11px 12px; border-radius: 10px; background: #fff; }
.lm-result-places dt { color: var(--lm-muted); font-size: .72rem; letter-spacing: .04em; text-transform: uppercase; }
.lm-result-places dd { margin: 2px 0 0; color: var(--lm-primary); font-weight: 800; }
.lm-result-actions { display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; margin-top: auto; }
.lm-result-actions a, .lm-text-link, .lm-link-button { color: var(--lm-primary); font: inherit; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.lm-result-actions .lm-photo-action--available { display: inline-flex; align-items: center; min-height: 36px; padding: 8px 13px; border-radius: 999px; background: var(--lm-primary); color: #fff; text-decoration: none; }
.lm-result-actions .lm-photo-action--available:hover, .lm-result-actions .lm-photo-action--available:focus-visible { background: var(--lm-primary-soft); color: #fff; }
.lm-photo-status { display: inline-flex; align-items: center; min-height: 30px; padding: 5px 10px; border-radius: 999px; font-size: .76rem; font-weight: 800; line-height: 1.2; }
.lm-photo-status--processing { background: rgba(105, 186, 187, .16); color: var(--lm-teal-dark); }
.lm-photo-status--unavailable { background: var(--lm-soft); color: var(--lm-muted); }
.lm-link-button { padding: 0; border: 0; background: transparent; cursor: pointer; }
.lm-result-actions form { margin: 0; }
.lm-finish-experience { display: grid; gap: 9px; padding: 15px; border: 1px solid rgba(105, 186, 187, .34); border-radius: 13px; background: linear-gradient(135deg, rgba(105, 186, 187, .11), rgba(255, 255, 255, .94)); }
.lm-finish-experience__eyebrow { margin: 0; color: var(--lm-teal-dark); font-size: .7rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.lm-finish-experience__actions { display: flex; flex-wrap: wrap; gap: 8px; }
.lm-finish-experience__actions .lm-button { margin: 0; }
.lm-finish-experience__help { margin: 0; color: var(--lm-muted); font-size: .76rem; line-height: 1.4; }
.lm-official-result-finder { scroll-margin-top: 28px; }
.lm-official-result-finder:focus { outline: none; }
.lm-manual-result { padding: 0; overflow: hidden; scroll-margin-top: 28px; }
.lm-manual-result__summary { display: flex; min-height: 106px; justify-content: space-between; gap: 22px; align-items: center; padding: clamp(20px, 3vw, 28px); cursor: pointer; list-style: none; }
.lm-manual-result__summary::-webkit-details-marker { display: none; }
.lm-manual-result__summary > span:first-child { display: grid; gap: 5px; }
.lm-manual-result__summary strong { color: var(--lm-primary); font-size: clamp(1.2rem, 3vw, 1.55rem); }
.lm-manual-result__summary small { color: var(--lm-muted); font-size: .9rem; font-weight: 500; line-height: 1.45; }
.lm-manual-result__toggle { position: relative; flex: 0 0 38px; width: 38px; height: 38px; border-radius: 50%; background: var(--lm-soft); }
.lm-manual-result__toggle::before, .lm-manual-result__toggle::after { content: ""; position: absolute; top: 18px; left: 11px; width: 16px; height: 2px; border-radius: 2px; background: var(--lm-primary); }
.lm-manual-result__toggle::after { transform: rotate(90deg); transition: transform .18s ease; }
.lm-manual-result[open] .lm-manual-result__toggle::after { transform: rotate(0); }
.lm-manual-result[open] .lm-manual-result__summary { border-bottom: 1px solid var(--lm-line); }
.lm-manual-result__body { padding: clamp(20px, 3vw, 28px); }
.lm-manual-result__body > p { max-width: 780px; margin-top: 0; color: var(--lm-muted); }
.lm-manual-result__summary:focus-visible { outline: 3px solid rgba(105,186,187,.45); outline-offset: -3px; }
.lm-official-result-finder > p { max-width: 800px; color: var(--lm-muted); }
.lm-result-search { display: grid; grid-template-columns: minmax(0, 1fr) minmax(150px, 210px) auto; gap: 14px; align-items: end; margin-top: 22px; }
.lm-result-search label { display: grid; gap: 7px; font-weight: 650; }
.lm-candidate-title { margin: 30px 0 14px; color: var(--lm-primary); font-size: 1.15rem; }
.lm-result-card--candidate { background: #fff; }
.lm-result-runner { margin: 7px 0 0; color: var(--lm-muted); }
.lm-claim-result-form { margin-top: auto; }
.lm-search-empty { margin: 22px 0 0; padding: 14px 16px; border-radius: 12px; background: var(--lm-soft); color: var(--lm-primary) !important; }
.lm-editions-overview { margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--lm-line); }
.lm-editions-overview > h4 { margin: 0 0 5px; color: var(--lm-primary); font-size: 1.2rem; }
.lm-editions-overview > p { margin: 0 0 16px; color: var(--lm-muted); }
.lm-editions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; }
.lm-edition-card { padding: 17px; border: 1px solid var(--lm-line); border-radius: 14px; background: var(--lm-soft); }
.lm-edition-card--selected { border-color: var(--lm-primary); box-shadow: inset 0 0 0 1px var(--lm-primary); }
.lm-edition-card h5 { margin: 4px 0 14px; color: var(--lm-primary); font-size: 1.7rem; }
.lm-edition-actions { display: grid; gap: 8px; }
.lm-official-source-link { margin: 22px 0 0; }
.lm-help-inline { color: var(--lm-muted); font-size: .82rem; font-weight: 400; }
.lm-plain-list { display: grid; gap: 7px; padding-left: 21px; }
.lm-danger-zone { border-color: #e4b2b2; background: #fffafa; }
.lm-danger-zone h2 { color: #842727; }
.lm-button--danger { border-color: #9a2929; background: #9a2929; }
.lm-profile-card { margin-top: 18px; padding: clamp(20px, 3vw, 28px); border: 1px solid var(--lm-line); border-radius: 20px; background: linear-gradient(135deg, #fff, var(--lm-soft)); box-shadow: 0 10px 28px rgba(24, 36, 62, .06); }
.lm-profile-card--complete { border-color: #b8d7c8; background: linear-gradient(135deg, #fff, #edf8f2); }
.lm-profile-card__body { display: flex; gap: 22px; justify-content: space-between; align-items: center; }
.lm-profile-card h3 { margin: 4px 0 6px; color: var(--lm-primary); font-size: clamp(1.3rem, 3vw, 1.75rem); }
.lm-profile-card p { margin: 0; }
.lm-profile-progress { height: 8px; margin-top: 20px; overflow: hidden; border-radius: 999px; background: #dbe4df; }
.lm-profile-progress span { display: block; height: 100%; border-radius: inherit; background: var(--lm-accent); }
.lm-profile-fieldset { display: grid; gap: 18px; min-width: 0; margin: 6px 0 0; padding: clamp(18px, 3vw, 26px); border: 1px solid var(--lm-line); border-radius: 16px; background: var(--lm-soft); }
.lm-profile-fieldset legend { padding: 0 8px; color: var(--lm-primary); font-size: 1.18rem; font-weight: 800; }
.lm-profile-fieldset > p { margin: 0; color: var(--lm-muted); }
.lm-profile-source-note, .lm-consent-note { padding: 12px 14px; border-radius: 11px; background: #eaf5f6; color: var(--lm-primary) !important; font-size: .9rem; }
.lm-consent-fieldset { background: #fff; }
.lm-consent-fieldset .lm-checkbox { padding: 13px 14px; border: 1px solid var(--lm-line); border-radius: 12px; background: var(--lm-soft); line-height: 1.45; }
.lm-brand-field { align-content: start; }
.lm-brand-field input[type="text"] { margin-top: 2px; }
.lm-help--normal { margin-top: 0; }
.lm-button, .lm-wrap input[type="submit"], .lm-wrap #wp-submit {
display: inline-flex;
justify-content: center;
align-items: center;
min-height: 46px;
padding: 11px 20px;
border: 2px solid var(--lm-primary);
border-radius: 12px;
background: var(--lm-primary);
color: #fff !important;
font: inherit;
font-weight: 750;
line-height: 1.1;
text-decoration: none !important;
cursor: pointer;
transition: transform .15s ease, box-shadow .15s ease;
}
.lm-button:hover, .lm-wrap #wp-submit:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(24, 36, 62, .2); }
.lm-button:focus-visible, .lm-wrap input:focus-visible { outline: 3px solid color-mix(in srgb, var(--lm-accent) 80%, #fff); outline-offset: 3px; }
.lm-button--secondary { border-color: var(--lm-teal); background: var(--lm-teal); color: var(--lm-primary) !important; }
.lm-button--small { min-height: 40px; padding: 9px 16px; font-size: .9rem; }
.lm-form, .lm-wrap #loginform { display: grid; gap: 18px; }
.lm-field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.lm-form label, .lm-claim-form label, .lm-wrap #loginform label { display: grid; gap: 7px; font-weight: 650; }
.lm-wrap input[type="text"], .lm-wrap input[type="email"], .lm-wrap input[type="password"], .lm-wrap input[type="url"], .lm-wrap input[type="number"], .lm-wrap input[type="search"], .lm-wrap input[type="date"], .lm-wrap select {
width: 100%;
min-height: 48px;
padding: 10px 13px;
border: 1px solid #aebdc4;
border-radius: 10px;
background: #fff;
color: var(--lm-ink);
font: inherit;
}
.lm-wrap input[readonly] { background: var(--lm-soft); color: var(--lm-muted); }
.lm-checkbox { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; font-weight: 400 !important; }
.lm-checkbox input { margin-top: 4px; }
.lm-profile-score-card { display: grid; gap: 15px; margin: 20px 0 24px; padding: clamp(18px, 3vw, 26px); border: 1px solid #b8d7c8; border-radius: 18px; background: linear-gradient(135deg, #fff, #edf8f2); }
.lm-profile-score-card__head { display: flex; flex-wrap: wrap; gap: 18px; justify-content: space-between; align-items: center; }
.lm-profile-score-card__head h3 { margin: 3px 0 0; color: var(--lm-primary); font-size: clamp(1.35rem, 3vw, 1.8rem); }
.lm-profile-score-card__head > strong { color: var(--lm-primary); font-size: 1.15rem; }
.lm-profile-score-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 18px; }
.lm-profile-score-groups > div { display: flex; gap: 12px; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid rgba(21, 63, 53, .12); }
.lm-profile-score-groups span { color: var(--lm-muted); }
.lm-profile-score-groups strong { color: var(--lm-primary); white-space: nowrap; }
.lm-profile-score-card__next { margin: 0; color: var(--lm-primary); font-weight: 750; }
.lm-profile-score-card__note { margin: 0; color: var(--lm-muted); font-size: .88rem; }
.lm-profile-score-card__actions { margin-top: -3px; }
.lm-wrap--profile-levels { padding: clamp(10px, 2vw, 24px); border: 1px solid rgba(24, 36, 62, .08); border-radius: 28px; background: radial-gradient(circle at 1px 1px, rgba(105, 186, 187, .11) 1px, transparent 1.2px) 0 0 / 17px 17px, linear-gradient(145deg, #f9fcfc 0%, #eef5f5 62%, #f8f8fb 100%); box-shadow: 0 26px 70px rgba(24, 36, 62, .08); }
.lm-profile-level-current { display: grid; grid-template-columns: minmax(180px, .65fr) minmax(260px, 1.35fr); gap: 24px; align-items: center; margin-top: 18px; padding: clamp(20px, 4vw, 30px); border: 1px solid rgba(105, 186, 187, .45); border-radius: 19px; background: #fff; box-shadow: 0 12px 32px rgba(24, 36, 62, .065); }
.lm-profile-level-current h3 { margin: 3px 0 4px; color: var(--lm-primary); font-size: clamp(1.5rem, 4vw, 2.05rem); }
.lm-profile-level-current p { margin: 0; color: var(--lm-muted); }
.lm-profile-level-current__progress .lm-profile-progress { margin-top: 0; }
.lm-profile-level-current__progress p { margin-top: 9px; color: var(--lm-primary); font-size: .86rem; font-weight: 750; }
.lm-profile-levels-section { padding: clamp(21px, 4vw, 34px); }
.lm-profile-level-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; margin-top: 24px; }
.lm-profile-level-card { position: relative; min-width: 0; padding: 21px; overflow: hidden; border: 1px solid var(--lm-line); border-radius: 17px; background: linear-gradient(145deg, #fff, var(--lm-soft)); }
.lm-profile-level-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: #aeb7be; }
.lm-profile-level-card--participant::before { background: #b86f47; }
.lm-profile-level-card--start_ready::before { background: #9eacb8; }
.lm-profile-level-card--well_prepared::before { background: #d4ab32; }
.lm-profile-level-card--spring_ready::before { background: linear-gradient(90deg, #5d8f98, #a2d8e6); }
.lm-profile-level-card--reached { background: #fff; }
.lm-profile-level-card--current { border-color: var(--lm-primary); box-shadow: inset 0 0 0 1px var(--lm-primary), 0 12px 28px rgba(24, 36, 62, .09); }
.lm-profile-level-card__top { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; gap: 12px; align-items: center; }
.lm-profile-level-medal { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--lm-primary); color: #fff; font-size: 1.05rem; font-weight: 900; box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .17); }
.lm-profile-level-card--participant .lm-profile-level-medal { background: #a85e37; }
.lm-profile-level-card--start_ready .lm-profile-level-medal { background: #7d8d9b; }
.lm-profile-level-card--well_prepared .lm-profile-level-medal { background: #bb8c11; }
.lm-profile-level-card--spring_ready .lm-profile-level-medal { background: #477c86; }
.lm-profile-level-card__top p { margin: 0; color: var(--lm-muted); font-size: .72rem; font-weight: 750; }
.lm-profile-level-card__top h4 { margin: 1px 0 0; color: var(--lm-primary); font-size: 1.35rem; }
.lm-profile-level-card__current { align-self: start; padding: 5px 8px; border-radius: 999px; background: var(--lm-accent); color: var(--lm-primary); font-size: .67rem; font-weight: 850; white-space: nowrap; }
.lm-profile-level-card__description { min-height: 48px; margin: 17px 0; color: var(--lm-muted); }
.lm-profile-level-card h5 { margin: 0 0 8px; color: var(--lm-primary); font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; }
.lm-profile-level-card ul { display: grid; gap: 7px; margin: 0; padding-left: 20px; color: var(--lm-ink); font-size: .88rem; }
.lm-profile-levels-note { margin-top: 18px; padding: 20px 22px; border-left: 5px solid var(--lm-teal); border-radius: 13px; background: #fff; box-shadow: 0 10px 25px rgba(24, 36, 62, .05); }
.lm-profile-levels-note h3 { margin: 0 0 7px; color: var(--lm-primary); font-size: 1.05rem; }
.lm-profile-levels-note p { margin: 5px 0 0; color: var(--lm-muted); font-size: .88rem; }
.lm-profile-check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.lm-profile-check-grid .lm-checkbox { padding: 11px 12px; border: 1px solid var(--lm-line); border-radius: 11px; background: #fff; }
.lm-content-card--locked { border-color: #d8dfdc; background: linear-gradient(180deg, #fff, #f7f9f8); }
.lm-content-card--locked .lm-content-media { filter: saturate(.7); }
.lm-content-lock { margin: 0 0 16px; padding: 12px 14px; border-left: 4px solid var(--lm-peach); border-radius: 9px; background: #fff5ef; color: var(--lm-primary); }
.lm-content-lock strong { display: block; margin-bottom: 3px; }
.lm-content-lock p { margin: 0; color: var(--lm-muted); font-size: .9rem; }
.lm-help { margin-top: -10px; color: var(--lm-muted); font-size: .9rem; }
.lm-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.lm-claim-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; align-items: end; }
.lm-empty-state { background: linear-gradient(145deg, #fff, var(--lm-soft)); }
.lm-confirmation h2 { margin-bottom: 12px; }
.lm-resend { margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--lm-line); }
.lm-resend h3 { margin: 0 0 8px; color: var(--lm-primary); }
.lm-resend > p { margin-top: 0; color: var(--lm-muted); }
.lm-resend .lm-form { margin-top: 18px; }
.lm-resend .lm-button { justify-self: start; }
.lm-notice { margin: 0 0 20px; padding: 14px 17px; border-radius: 12px; border: 1px solid; }
.lm-notice--success { border-color: #a9d9ba; background: #e9f7ee; color: #175c34; }
.lm-notice--error { border-color: #e4b2b2; background: #fff0f0; color: #842727; }
@media (max-width: 980px) {
.lm-dashboard-tablist { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lm-welcome-grid { grid-template-columns: minmax(0, 1fr) 220px; }
.lm-registration-card { grid-template-columns: 1fr; }
.lm-dashboard-shortcuts__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lm-archive-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lm-badge-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
.lm-portal-navigation { grid-template-columns: minmax(0, 1fr) auto; gap: 7px; margin-bottom: 10px; padding: 6px; border-radius: 14px; }
.lm-portal-navigation__back { gap: 7px; padding: 7px; }
.lm-portal-navigation__back small { display: none; }
.lm-portal-navigation__back svg { width: 21px; height: 21px; }
.lm-portal-navigation__location { grid-column: 1 / -1; grid-row: 2; justify-items: start; padding: 3px 9px 6px; text-align: left; }
.lm-portal-navigation__location span { display: none; }
.lm-portal-navigation__location strong { font-size: .76rem; }
.lm-portal-navigation__account { grid-column: 2; grid-row: 1; width: 42px; height: 42px; }
.lm-field-row, .lm-claim-form, .lm-badge-claim, .lm-result-search, .lm-details, .lm-content-grid, .lm-results-grid, .lm-training-metrics, .lm-travel-grid, .lm-travel-ticket-grid { grid-template-columns: 1fr; }
.lm-badge-claim .lm-button { justify-self: start; }
.lm-wrap--dashboard { padding: 9px; border-radius: 19px; }
.lm-dashboard-tablist { display: flex; gap: 6px; margin-top: 11px; padding: 5px; overflow-x: auto; overscroll-behavior-inline: contain; border-radius: 15px; scroll-padding-inline: 5px; scroll-snap-type: inline proximity; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.lm-dashboard-tablist::-webkit-scrollbar { display: none; }
.lm-dashboard-tab { flex: 0 0 auto; min-width: max-content; min-height: 46px; padding: 10px 27px 10px 14px; border-radius: 11px; font-size: .82rem; scroll-snap-align: start; text-align: left; white-space: nowrap; }
.lm-dashboard-tab__hint { display: none; }
.lm-dashboard-tab__new { top: 7px; right: 7px; }
.lm-dashboard-tab__dot { width: 9px; height: 9px; border-width: 1px; }
.lm-hero { padding: 25px 21px; border-radius: 19px; }
.lm-hero--profile { min-height: 285px; background-image: linear-gradient(90deg, rgba(24, 36, 62, .98), rgba(24, 36, 62, .66)), linear-gradient(135deg, rgba(105, 186, 187, .13), transparent 55%), url(//www.lentemarathon.nl/wp-content/plugins/mijn-lentemarathon-core/assets/images/dashboard-hero.jpg); }
.lm-welcome-grid { display: block; }
.lm-welcome-copy { max-width: 100%; }
.lm-hero h2 { max-width: 310px; font-size: clamp(2rem, 10vw, 2.7rem); }
.lm-hero-greeting-punctuation { font-size: 0; }
.lm-hero-greeting-punctuation::after { content: "."; font-size: 2.35rem; }
.lm-hero h2 .lm-hero-finish-message { display: none; }
.lm-hero p { max-width: 285px; font-size: .95rem; }
.lm-hero-meta { gap: 6px; margin-top: 17px; }
.lm-hero-pill { min-height: 31px; padding: 6px 9px; font-size: .68rem; }
.lm-profile-summary { max-width: none; margin-top: 22px; }
.lm-hero-facets { right: -70px; bottom: -25px; width: 290px; opacity: .38; }
.lm-account-links { margin-top: 18px; }
.lm-races-section > .lm-section-heading { margin-top: 23px; }
.lm-registration-card { gap: 10px; padding: 9px; border-radius: 18px; }
.lm-card-head { display: grid; }
.lm-registration-card__panel { padding: 17px; border-radius: 14px; }
.lm-card-section-head { align-items: flex-start; }
.lm-race-identity h5 { font-size: 1.55rem; }
.lm-bib-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; }
.lm-bib-stats div { padding: 9px 7px; }
.lm-bib-stats dt { font-size: .57rem; }
.lm-bib-stats dd { font-size: .76rem; }
.lm-bib-timeline { grid-template-columns: 1fr; padding: 11px 13px; }
.lm-bib-timeline::before { top: 21px; right: auto; bottom: 21px; left: 19px; width: 2px; height: auto; }
.lm-bib-step { display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 8px; align-items: center; min-height: 38px; text-align: left; }
.lm-bib-step__marker { margin: 0; }
.lm-bib-step__content { gap: 1px; padding: 0; }
.lm-bib-step__content strong { font-size: .75rem; }
.lm-bib-step__content time { font-size: .64rem; }
.lm-pickup-info { padding: 11px 12px; }
.lm-dashboard-shortcuts__grid { gap: 8px; }
.lm-dashboard-shortcut { min-height: 104px; padding: 14px 34px 14px 14px; }
.lm-dashboard-shortcut strong { font-size: .86rem; }
.lm-travel-purchase-notice, .lm-travel-context { display: grid; }
.lm-travel-purchase-notice .lm-button { justify-self: start; }
.lm-travel-context a { justify-self: start; }
.lm-result-card__top { display: grid; }
.lm-archive-summary, .lm-archive-races { grid-template-columns: 1fr; }
.lm-archive-summary { gap: 8px; }
.lm-archive-summary > div { grid-template-columns: minmax(0, 1fr) auto; align-items: center; padding: 13px 15px; }
.lm-archive-summary strong { font-size: 1.45rem; }
.lm-earned-badges { padding: 15px; }
.lm-earned-badges__heading { display: grid; }
.lm-earned-badges__heading .lm-button { justify-self: start; }
.lm-archive-edition__header { padding: 16px 17px; }
.lm-archive-edition__header h4 { font-size: 1.6rem; }
.lm-archive-race { padding: 18px 17px; }
.lm-archive-race__top { display: grid; }
.lm-loyalty { padding: 19px 15px; border-radius: 17px; }
.lm-loyalty__heading, .lm-loyalty-progress-grid { display: grid; grid-template-columns: 1fr; }
.lm-loyalty__count { justify-self: start; }
.lm-loyalty-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 10px; }
.lm-loyalty-stats div { padding: 7px 5px; }
.lm-loyalty-stats dt { font-size: .57rem; }
.lm-loyalty-stats dd { font-size: .84rem; }
.lm-badge-grid { grid-template-columns: 1fr; }
.lm-badge-card { min-height: 104px; }
.lm-profile-card__body { display: grid; }
.lm-profile-card__body .lm-button { justify-self: start; }
.lm-profile-score-groups, .lm-profile-check-grid { grid-template-columns: 1fr; }
.lm-wrap--profile-levels { padding: 7px; border-radius: 19px; }
.lm-auth-hero { min-height: 225px; }
.lm-auth-panel { margin-top: 12px; padding: 22px 18px; }
.lm-login-form input { min-height: 52px; font-size: 16px; }
.lm-auth-panel .lm-form-links { display: grid; gap: 11px; }
.lm-profile-level-current, .lm-profile-level-grid { grid-template-columns: 1fr; }
.lm-profile-level-current { gap: 16px; }
.lm-profile-level-card { padding: 19px 16px; }
.lm-profile-level-card__top { grid-template-columns: 44px minmax(0, 1fr); }
.lm-profile-level-medal { width: 44px; height: 44px; }
.lm-profile-level-card__current { grid-column: 1 / -1; justify-self: start; }
.lm-profile-level-card__description { min-height: 0; }
.lm-hero::after { right: -135px; top: -135px; }
}
@media (prefers-reduced-motion: reduce) {
.lm-button, .lm-dashboard-tab, .lm-dashboard-shortcut, .lm-update-bell { transition: none; }
.lm-panel-loading::before { animation: none; }
} .lm-update-bell {
position: relative;
display: inline-grid;
flex: 0 0 38px;
width: 38px;
height: 38px;
place-items: center;
border: 1px solid rgba(255, 255, 255, .26);
border-radius: 50%;
background: rgba(255, 255, 255, .08);
color: #fff !important;
box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
text-decoration: none !important;
transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.lm-update-bell svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.lm-update-bell:hover { border-color: rgba(183, 219, 56, .76); background: rgba(255, 255, 255, .16); box-shadow: 0 10px 22px rgba(0, 0, 0, .17); transform: translateY(-1px); }
.lm-update-bell:focus-visible { outline: 3px solid var(--lm-accent); outline-offset: 3px; }
.lm-update-bell.has-unread { border-color: rgba(255, 255, 255, .43); background: rgba(255, 255, 255, .15); }
.lm-update-bell strong {
position: absolute;
top: -7px;
right: -7px;
display: inline-grid;
min-width: 22px;
height: 22px;
padding: 0 5px;
place-items: center;
border: 2px solid #26304f;
border-radius: 999px;
background: var(--lm-notification);
color: #fff;
font-size: .66rem;
font-weight: 900;
line-height: 1;
box-shadow: 0 3px 8px rgba(0, 0, 0, .22);
}
.lm-updates { position: relative; overflow: hidden; }
.lm-updates::before { position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--lm-accent), var(--lm-teal), var(--lm-sky), var(--lm-pink)); content: ""; }
.lm-update-center__head { display: flex; gap: 20px; justify-content: space-between; align-items: flex-start; }
.lm-update-center__head .lm-section-heading { max-width: 760px; }
.lm-update-center__status { margin: 6px 0 18px; color: var(--lm-muted); font-size: .88rem; font-weight: 700; }
.lm-update-list { display: grid; gap: 12px; }
.lm-update-card { --lm-update-color: var(--lm-teal-dark); position: relative; overflow: hidden; border: 1px solid var(--lm-line); border-radius: 16px; background: #fff; box-shadow: 0 8px 22px rgba(24,36,62,.045); transition: border-color .15s ease, box-shadow .15s ease; }
.lm-update-card--important { --lm-update-color: #d07a09; }
.lm-update-card--urgent { --lm-update-color: var(--lm-notification); }
.lm-update-card.is-unread { border-color: color-mix(in srgb, var(--lm-update-color) 42%, var(--lm-line)); box-shadow: 0 11px 28px rgba(24,36,62,.085); }
.lm-update-card details, .lm-update-card summary { margin: 0; }
.lm-update-card summary { display: grid; grid-template-columns: 11px minmax(0,1fr) auto 22px; gap: 14px; align-items: center; min-height: 92px; padding: 18px 20px; color: var(--lm-primary); cursor: pointer; list-style: none; }
.lm-update-card summary::-webkit-details-marker { display: none; }
.lm-update-card summary:focus-visible { outline: 3px solid color-mix(in srgb, var(--lm-accent) 80%, #fff); outline-offset: -4px; border-radius: 16px; }
.lm-update-card__marker { width: 10px; height: 10px; border-radius: 50%; background: #c8d4d7; }
.lm-update-card.is-unread .lm-update-card__marker { background: var(--lm-update-color); box-shadow: 0 0 0 4px color-mix(in srgb, var(--lm-update-color) 16%, transparent); }
.lm-update-card__summary { display: grid; min-width: 0; gap: 4px; }
.lm-update-card__summary > strong { overflow-wrap: anywhere; font-size: 1.04rem; line-height: 1.3; }
.lm-update-card.is-unread .lm-update-card__summary > strong { font-weight: 850; }
.lm-update-card__meta { display: flex; flex-wrap: wrap; gap: 6px 11px; color: var(--lm-teal-dark); font-size: .68rem; font-weight: 850; letter-spacing: .075em; text-transform: uppercase; }
.lm-update-card__priority { color: var(--lm-update-color); }
.lm-update-card__excerpt { overflow: hidden; color: var(--lm-muted); font-size: .84rem; text-overflow: ellipsis; white-space: nowrap; }
.lm-update-card__date { color: var(--lm-muted); font-size: .76rem; font-weight: 700; white-space: nowrap; }
.lm-update-card__chevron { color: var(--lm-teal-dark); font-size: 1.2rem; font-weight: 850; transition: transform .15s ease; }
.lm-update-card details[open] .lm-update-card__chevron { transform: rotate(180deg); }
.lm-update-card__body { padding: 0 20px 22px 45px; border-top: 1px solid rgba(24,36,62,.07); }
.lm-update-card__copy { max-width: 800px; padding-top: 18px; color: #334057; }
.lm-update-card__copy > :first-child { margin-top: 0; }
.lm-update-card__copy > :last-child { margin-bottom: 0; }
.lm-update-card__body .lm-button { margin-top: 18px; }
.lm-update-empty { display: flex; gap: 15px; align-items: center; padding: 22px; border-radius: 15px; background: var(--lm-soft); }
.lm-update-empty > span { display: grid; flex: 0 0 40px; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: var(--lm-accent); color: var(--lm-primary); font-weight: 900; }
.lm-update-empty h4, .lm-update-empty p { margin: 0; }
.lm-update-empty h4 { color: var(--lm-primary); }
.lm-update-empty p { margin-top: 3px; color: var(--lm-muted); }
@media (max-width: 700px) {
.lm-update-center__head { display: grid; }
.lm-update-mark-all { justify-self: start; }
.lm-update-card summary { grid-template-columns: 10px minmax(0,1fr) 20px; gap: 10px; min-height: 84px; padding: 16px 14px; }
.lm-update-card__date { grid-column: 2; grid-row: 2; }
.lm-update-card__chevron { grid-column: 3; grid-row: 1 / span 2; }
.lm-update-card__excerpt { white-space: normal; }
.lm-update-card__body { padding: 0 16px 19px 34px; }
} .lm-team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: 20px; }
.lm-team-card { padding: 22px; border: 1px solid rgba(24, 36, 62, .12); border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(24, 36, 62, .07); }
.lm-team-card__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.lm-team-card__head h4, .lm-team-members h5 { margin: 0; }
.lm-team-members { margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(24, 36, 62, .12); }
.lm-team-members .lm-plain-list li { display: flex; justify-content: space-between; gap: 14px; padding: 9px 0; border-bottom: 1px solid rgba(24, 36, 62, .08); }
.lm-team-members .lm-plain-list span, .lm-team-card__note { color: #5f687a; font-size: .9rem; }
.lm-business-card { border-top: 5px solid #6fc0c3; }
.lm-relay-card { grid-column: 1 / -1; scroll-margin-top: 24px; border-top: 5px solid var(--lm-accent); }
.lm-business-entitlements, .lm-business-places, .lm-relay-places { margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(24, 36, 62, .12); }
.lm-business-entitlements h5, .lm-business-places h5, .lm-relay-places h5 { margin: 0 0 12px; }
.lm-business-entitlements .lm-plain-list, .lm-business-own-places { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.lm-business-entitlements .lm-plain-list li { position: relative; padding-left: 24px; color: #334057; }
.lm-business-entitlements .lm-plain-list li::before { position: absolute; left: 0; color: #4c9f66; content: "✓"; font-weight: 800; }
.lm-business-own-places { margin: 18px 0 0; }
.lm-business-own-places li { display: flex; justify-content: space-between; gap: 12px; padding: 10px 12px; border-radius: 10px; background: #f5f8f8; }
.lm-business-own-places span { color: #5f687a; font-size: .88rem; }
.lm-business-place-list { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.lm-business-place-list li { display: flex; gap: 12px; align-items: center; justify-content: space-between; padding: 11px 12px; border: 1px solid rgba(24, 36, 62, .09); border-radius: 11px; background: #f8fafb; }
.lm-business-place-list__distance { color: var(--lm-primary); font-weight: 750; }
.lm-business-place-list__status { flex: 0 0 auto; padding: 5px 8px; border-radius: 999px; font-size: .78rem; font-weight: 750; }
.lm-business-place-list__status.is-assigned { background: #e9f7ee; color: #17633a; }
.lm-business-place-list__status.is-open { background: #fff2df; color: #8a4d00; }
.lm-business-place-list__action { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; }
.lm-business-place-list__atleta { color: var(--lm-primary); font-size: .78rem; font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.lm-relay-place-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.lm-relay-place-list li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: center; padding: 11px 12px; border: 1px solid rgba(24, 36, 62, .1); border-radius: 12px; background: #f8fafb; }
.lm-relay-place-list span.lm-relay-place-number { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--lm-primary); color: #fff; font-weight: 800; line-height: 1; text-align: center; }
.lm-relay-place-list strong, .lm-relay-place-list span { display: block; }
.lm-relay-place-list div > span { margin-top: 2px; color: #5f687a; font-size: .86rem; }
.lm-relay-step { margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(24, 36, 62, .12); }
.lm-relay-step__head, .lm-relay-step__head > div { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.lm-relay-step__head > div { justify-content: flex-start; }
.lm-relay-step__head h5, .lm-relay-step__head p { margin: 0; }
.lm-relay-step__head p { max-width: 620px; margin-top: 4px; color: #5f687a; font-size: .9rem; }
.lm-relay-step__number { display: grid; flex: 0 0 30px; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--lm-primary); color: #fff; font-weight: 800; }
.lm-relay-ticket-list { margin-top: 14px; }
.lm-relay-ticket-list li { grid-template-columns: 42px 1fr; }
.lm-relay-place-list span.lm-relay-ticket-number { display: grid; min-width: 42px; height: 30px; place-items: center; border-radius: 999px; background: var(--lm-primary); color: #fff; font-size: .78rem; font-weight: 800; line-height: 1; text-align: center; }
.lm-relay-stage-form { display: grid; gap: 16px; margin-top: 16px; }
.lm-relay-stage-board { display: grid; gap: 14px; }
.lm-relay-runner-bank { display: grid; grid-template-columns: minmax(190px, .55fr) minmax(0, 1.45fr); gap: 14px; align-items: center; padding: 13px 14px; border: 1px solid rgba(24, 36, 62, .12); border-radius: 13px; background: #f8fafb; }
.lm-relay-runner-bank h6, .lm-relay-runner-bank p { margin: 0; }
.lm-relay-runner-bank h6 { color: var(--lm-primary); font-size: .9rem; }
.lm-relay-runner-bank p { margin-top: 3px; color: #5f687a; font-size: .8rem; line-height: 1.4; }
.lm-relay-stage-track { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.lm-relay-stage-card { position: relative; display: grid; grid-template-rows: auto minmax(66px, 1fr) auto; gap: 11px; min-width: 0; padding: 14px; border: 1px solid rgba(24, 36, 62, .13); border-radius: 14px; background: #f8fafb; }
.lm-relay-stage-card:not(:last-child)::after { position: absolute; z-index: 2; right: -10px; top: 50%; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: var(--lm-primary); color: #fff; content: "→"; font-size: .72rem; font-weight: 800; transform: translateY(-50%); }
.lm-relay-stage-card__head { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 9px; align-items: start; }
.lm-relay-stage-card__head strong, .lm-relay-stage-card__head small { display: block; }
.lm-relay-stage-card__head strong { color: var(--lm-primary); font-size: .9rem; line-height: 1.3; }
.lm-relay-stage-card__head small { margin-top: 4px; color: #5f687a; font-size: .75rem; line-height: 1.4; }
.lm-relay-stage-card__number { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--lm-primary); color: #fff; font-size: .78rem; font-weight: 800; }
.lm-relay-dropzone { min-width: 0; min-height: 54px; padding: 7px; border: 1px dashed rgba(24, 36, 62, .24); border-radius: 10px; background: #fff; transition: border-color .15s ease, background .15s ease; }
.lm-relay-dropzone--bank { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.lm-relay-dropzone--stage { display: grid; align-content: center; }
.lm-relay-dropzone:empty::before { align-self: center; color: #7a8393; content: attr(data-placeholder); font-size: .78rem; text-align: center; }
.lm-relay-dropzone.is-drag-over { border-color: var(--lm-accent); background: #f5fbdc; }
.lm-relay-runner-chip { display: grid; grid-template-columns: 16px minmax(0, 1fr); gap: 7px; align-items: center; min-width: 0; padding: 9px 10px; border: 1px solid rgba(24, 36, 62, .13); border-radius: 9px; background: #fff; box-shadow: 0 3px 9px rgba(24, 36, 62, .06); color: var(--lm-primary); cursor: grab; }
.lm-relay-runner-chip:active { cursor: grabbing; }
.lm-relay-runner-chip.is-dragging { opacity: .48; }
.lm-relay-runner-chip__handle { color: #7a8393; font-weight: 800; }
.lm-relay-runner-chip strong { min-width: 0; overflow: hidden; font-size: .82rem; text-overflow: ellipsis; white-space: nowrap; }
.lm-relay-stage-card__select { display: grid; gap: 5px; color: var(--lm-primary); font-size: .74rem; font-weight: 750; }
.lm-relay-stage-card__select select { width: 100%; min-width: 0; min-height: 40px; padding: 6px 8px; border: 1px solid rgba(24, 36, 62, .25); border-radius: 8px; background: #fff; color: var(--lm-primary); }
.lm-relay-leg-card { display: grid; grid-template-columns: 18px 1fr; gap: 8px; align-items: start; padding: 10px; border: 1px solid rgba(24, 36, 62, .13); border-radius: 9px; background: #fff; box-shadow: 0 4px 12px rgba(24, 36, 62, .06); cursor: grab; }
.lm-relay-leg-card:active { cursor: grabbing; }
.lm-relay-leg-card.is-dragging { opacity: .48; }
.lm-relay-leg-card__handle { color: #7a8393; font-weight: 800; }
.lm-relay-leg-card strong, .lm-relay-leg-card small { display: block; }
.lm-relay-leg-card small { margin-top: 3px; color: #5f687a; font-size: .76rem; line-height: 1.35; }
.lm-relay-team-finale { display: grid; gap: 3px; padding: 12px 14px; border-left: 4px solid var(--lm-accent); border-radius: 9px; background: #f5fbdc; }
.lm-relay-stage-actions { display: flex; justify-content: flex-end; }
.lm-relay-stage-actions .lm-button { min-width: min(100%, 290px); }
.lm-relay-team-finale span, .lm-relay-route-runner { color: #4e596c; font-size: .84rem; }
.lm-relay-route-overview { display: grid; gap: 9px; margin-top: 14px; }
.lm-relay-route-overview > div { display: grid; gap: 3px; }
.lm-relay-route-overview .lm-relay-leg-card { cursor: default; }
.lm-relay-route-runner { padding-left: 36px; font-weight: 750; }
.lm-relay-stage-waiting { margin: 14px 0 0; padding: 11px 13px; border-radius: 9px; background: #fff2df; color: #7b4808; }
.lm-inline-notice { margin-top: 14px; padding: 10px 12px; border-radius: 9px; font-size: .9rem; font-weight: 700; }
.lm-inline-notice--success { background: #e9f7ee; color: #17633a; }
.lm-inline-notice--error { background: #fdeaea; color: #8d2727; }
@media (max-width: 1020px) { .lm-relay-stage-track { grid-template-columns: repeat(2, minmax(0, 1fr)); } .lm-relay-stage-card::after { display: none !important; } }
@media (max-width: 760px) { .lm-relay-runner-bank, .lm-relay-stage-track { grid-template-columns: 1fr; } .lm-relay-stage-card__select select { min-height: 46px; font-size: 16px; } }
@media (max-width: 640px) { .lm-team-card__head, .lm-team-members .lm-plain-list li, .lm-business-place-list li, .lm-relay-step__head { align-items: flex-start; flex-direction: column; } .lm-business-place-list__action { align-items: flex-start; flex-direction: column; } .lm-relay-step__head .lm-button { width: 100%; } } .lm-strava-connection { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-left: 5px solid #fc4c02; }
.lm-strava-connection h3, .lm-strava-connection p { margin-top: 0; }
.lm-strava-connection > div > p:last-child { max-width: 720px; margin-bottom: 0; color: var(--lm-muted); }
.lm-strava-picker { scroll-margin-top: 28px; border-top: 5px solid #fc4c02; }
.lm-strava-candidates { display: grid; gap: 12px; margin: 20px 0; }
.lm-strava-candidate { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 18px; align-items: center; padding: 16px 18px; border: 1px solid rgba(24,36,62,.12); border-radius: 14px; background: #f8fafb; }
.lm-strava-candidate dl, .lm-strava-snapshot dl { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin: 0; }
.lm-strava-candidate dl div, .lm-strava-snapshot dl div { min-width: 0; }
.lm-strava-candidate dt, .lm-strava-snapshot dt { color: var(--lm-muted); font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.lm-strava-candidate dd, .lm-strava-snapshot dd { margin: 3px 0 0; color: var(--lm-primary); font-weight: 800; }
.lm-strava-connect { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(24,36,62,.1); }
.lm-strava-connect span { flex: 1 1 260px; color: var(--lm-muted); font-size: .82rem; line-height: 1.45; }
.lm-strava-connect--admin strong { color: #fc4c02; }
.lm-strava-snapshot { margin-top: 18px; padding: 16px; border: 1px solid rgba(252,76,2,.24); border-radius: 14px; background: #fff8f5; }
.lm-strava-snapshot__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 13px; color: var(--lm-primary); }
.lm-strava-snapshot__head span { padding: 4px 8px; border-radius: 999px; background: #fc4c02; color: #fff; font-size: .7rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.lm-strava-snapshot__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(252,76,2,.16); }
.lm-strava-snapshot__actions a, .lm-strava-snapshot__actions .lm-link-button { color: var(--lm-primary); font-size: .84rem; font-weight: 800; }
@media (max-width: 700px) {
.lm-strava-connection, .lm-strava-candidate { align-items: stretch; grid-template-columns: 1fr; flex-direction: column; }
.lm-strava-candidate dl, .lm-strava-snapshot dl { grid-template-columns: 1fr; }
.lm-strava-candidate .lm-button, .lm-strava-connection .lm-button { width: 100%; }
} .lm-wrap {
--lm-canvas: #f6faf9;
--lm-surface: #ffffff;
--lm-radius-card: 18px;
--lm-radius-control: 12px;
--lm-shadow-card: 0 12px 32px rgba(24, 36, 62, .07);
}
.lm-wrap--dashboard {
background:
radial-gradient(circle at 1px 1px, rgba(105, 186, 187, .1) 1px, transparent 1.15px) 0 0 / 19px 19px,
var(--lm-canvas);
box-shadow: 0 24px 60px rgba(24, 36, 62, .07);
}
.lm-section, .lm-panel { border-radius: var(--lm-radius-card); box-shadow: var(--lm-shadow-card); }
.lm-button { border-radius: var(--lm-radius-control); }
.lm-dashboard-navigation { position: relative; display: flex; gap: 8px; align-items: stretch; }
.lm-dashboard-tablist { flex: 1 1 auto; min-width: 0; grid-template-columns: repeat(6, minmax(0, 1fr)); }
.lm-dashboard-more { display: none; }
.lm-dashboard-profile-link { display: grid; flex: 0 0 76px; gap: 3px; place-items: center; align-content: center; margin: 0; padding: 7px; border: 1px solid rgba(105, 186, 187, .3); border-radius: 16px; background: #fff; color: var(--lm-primary) !important; font-size: .7rem; font-weight: 800; line-height: 1; text-decoration: none !important; box-shadow: 0 5px 18px rgba(24, 36, 62, .04); }
.lm-dashboard-profile-link:hover { border-color: var(--lm-teal-dark); background: var(--lm-soft); }
.lm-dashboard-profile-link:focus-visible { outline: 3px solid color-mix(in srgb, var(--lm-accent) 80%, #fff); outline-offset: 3px; }
.lm-dashboard-profile-link svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.lm-button--hero { margin-top: 18px; border-color: var(--lm-accent); background: var(--lm-accent); color: var(--lm-primary) !important; }
.lm-button--hero:hover { border-color: #c5e85a; background: #c5e85a; }
.lm-hero--profile .lm-hero-finish-message { max-width: 720px; }
.lm-reentry-card { position: relative; overflow: hidden; border-color: rgba(105, 186, 187, .42); background: linear-gradient(125deg, #fff 0%, #edf8f7 100%); }
.lm-reentry-card::after { position: absolute; right: -50px; bottom: -60px; width: 180px; height: 180px; border: 2px solid rgba(105, 186, 187, .28); border-radius: 46% 54% 56% 44%; content: ""; transform: rotate(24deg); }
.lm-reentry-card > * { position: relative; z-index: 1; }
.lm-reentry-card h3 { max-width: 760px; margin: 5px 0 9px; font-size: clamp(1.55rem, 3.1vw, 2.35rem); line-height: 1.08; }
.lm-reentry-card p:not(.lm-eyebrow) { max-width: 720px; color: var(--lm-muted); }
.lm-profile-destination__head, .lm-profile-destination__communication { display: flex; gap: 24px; justify-content: space-between; align-items: center; }
.lm-profile-destination__head h3 { margin: 5px 0 8px; }
.lm-profile-destination__head p:last-child, .lm-profile-destination__communication p { margin: 0; color: var(--lm-muted); }
.lm-profile-destination__score { flex: 0 0 auto; padding: 8px 11px; border-radius: 999px; background: var(--lm-soft); color: var(--lm-primary); font-size: .78rem; font-weight: 800; }
.lm-profile-destination > .lm-profile-progress { margin: 22px 0; }
.lm-profile-destination__communication { padding: 18px; border: 1px solid var(--lm-line); border-radius: 14px; background: var(--lm-soft); }
.lm-profile-destination__communication strong { color: var(--lm-primary); }
.lm-status--enabled { background: rgba(183, 219, 56, .24); color: #486300; }
.lm-onboarding-consent { margin-top: 6px; padding: 16px; border: 1px solid rgba(105, 186, 187, .45); border-radius: 13px; background: #eef8f7; }
.lm-onboarding-service-note { margin: -5px 0 4px; padding-left: 4px; color: var(--lm-muted); font-size: .84rem; }
@media (max-width: 980px) {
.lm-dashboard-tablist { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
.lm-dashboard-navigation { display: flex; gap: 6px; align-items: stretch; margin-top: 11px; padding: 5px; border: 1px solid rgba(24, 36, 62, .06); border-radius: 15px; background: rgba(237, 244, 244, .96); }
.lm-dashboard-tablist { display: flex; flex: 1 1 auto; gap: 6px; min-width: 0; margin: 0; padding: 0; overflow: visible; border: 0; border-radius: 0; background: transparent; }
.lm-dashboard-tab[data-lm-dashboard-tab="activities"],
.lm-dashboard-tab[data-lm-dashboard-tab="benefits"],
.lm-dashboard-tab[data-lm-dashboard-tab="shop"] { display: none; }
.lm-dashboard-tab { flex: 1 1 0; min-width: 0; justify-items: center; padding: 10px 6px; text-align: center; }
.lm-dashboard-tab__label { font-size: .77rem; overflow-wrap: normal; }
.lm-dashboard-more { position: relative; display: block; flex: 0 0 68px; }
.lm-dashboard-more summary { position: relative; display: grid; height: 100%; min-height: 46px; place-items: center; padding: 10px 7px; border-radius: 11px; color: var(--lm-primary); font-size: .77rem; font-weight: 800; cursor: pointer; list-style: none; }
.lm-dashboard-more summary::-webkit-details-marker { display: none; }
.lm-dashboard-more summary::after { margin-top: -8px; color: var(--lm-teal-dark); content: "•••"; font-size: .72rem; letter-spacing: .08em; }
.lm-dashboard-more.is-active summary, .lm-dashboard-more[open] summary { background: var(--lm-primary); color: #fff; }
.lm-dashboard-more[open] summary::after { color: var(--lm-sky); }
.lm-dashboard-more__menu { position: absolute; z-index: 20; right: 0; top: calc(100% + 8px); display: grid; min-width: 215px; padding: 7px; border: 1px solid var(--lm-line); border-radius: 13px; background: #fff; box-shadow: 0 18px 38px rgba(24, 36, 62, .18); }
.lm-dashboard-more__menu a { display: flex; gap: 9px; align-items: center; justify-content: space-between; padding: 11px 12px; border-radius: 9px; color: var(--lm-primary); font-size: .86rem; font-weight: 750; text-decoration: none; }
.lm-dashboard-more__menu a:hover, .lm-dashboard-more__menu a:focus-visible { background: var(--lm-soft); }
.lm-dashboard-more__new, .lm-dashboard-more__item-new { display: block; flex: 0 0 auto; width: 9px; height: 9px; border: 1px solid #fff; border-radius: 50%; background: var(--lm-notification); box-shadow: 0 0 0 1px rgba(24, 36, 62, .08); }
.lm-dashboard-more__new { position: absolute; top: 6px; right: 6px; }
.lm-dashboard-profile-link { flex: 0 0 48px; margin: 0; border: 0; border-radius: 11px; background: transparent; box-shadow: none; }
.lm-dashboard-profile-link span { display: none; }
.lm-dashboard-profile-link svg { width: 22px; height: 22px; }
.lm-benefits-hotel { grid-template-columns: 1fr; }
.lm-benefits-hotel__image { min-height: 190px; }
.lm-hero h2 .lm-hero-finish-message { display: block; margin-top: 5px; font-size: .54em; line-height: 1.12; letter-spacing: -.02em; }
.lm-hero-greeting-punctuation::after { content: ","; }
.lm-button--hero { width: auto; }
.lm-reentry-card .lm-actions, .lm-profile-destination__head, .lm-profile-destination__communication { align-items: flex-start; flex-direction: column; }
.lm-profile-destination__score { align-self: flex-start; }
} .lm-wrap {
--lm-canvas: #f5faf9;
--lm-surface: #fff;
--lm-surface-soft: #eef6f5;
--lm-line-strong: #cbdcdd;
--lm-radius-card: 18px;
--lm-shadow-card: 0 8px 24px rgba(24, 36, 62, .055);
}
.lm-wrap--dashboard {
padding: clamp(12px, 2vw, 22px);
border-color: rgba(105, 186, 187, .2);
background:
radial-gradient(circle at 1px 1px, rgba(105, 186, 187, .12) 1px, transparent 1.1px) 0 0 / 18px 18px,
linear-gradient(180deg, #fbfdfd 0%, var(--lm-canvas) 100%);
box-shadow: 0 18px 48px rgba(24, 36, 62, .055);
}
.lm-dashboard-navigation { margin: 0; }
.lm-dashboard-tablist {
margin: 0;
padding: 5px;
border-color: rgba(105, 186, 187, .2);
border-radius: 16px;
background: rgba(255, 255, 255, .88);
box-shadow: 0 5px 18px rgba(24, 36, 62, .035);
}
.lm-dashboard-tab {
min-height: 58px;
padding: 11px 29px 11px 12px;
border-radius: 12px;
}
.lm-dashboard-tab:hover { background: var(--lm-surface-soft); box-shadow: none; }
.lm-dashboard-tab--active,
.lm-dashboard-tab[aria-selected="true"] {
background: var(--lm-ink);
box-shadow: 0 8px 20px rgba(20, 35, 58, .16);
}
.lm-dashboard-welcome { margin-top: 16px; }
.lm-dashboard-photo-hero {
min-height: 300px;
padding: 0;
border-radius: 22px;
background-image:
linear-gradient(90deg, rgba(17, 31, 50, .97) 0%, rgba(17, 31, 50, .78) 48%, rgba(17, 31, 50, .16) 88%),
url(//www.lentemarathon.nl/wp-content/plugins/mijn-lentemarathon-core/assets/images/dashboard-hero.jpg);
background-position: center, center 43%;
background-size: cover;
box-shadow: 0 16px 36px rgba(24, 36, 62, .13);
}
.lm-dashboard-photo-hero::after { display: none; }
.lm-dashboard-photo-hero .lm-welcome-grid {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(240px, 290px);
gap: clamp(20px, 3vw, 38px);
align-items: center;
min-height: 300px;
width: 100%;
padding: clamp(24px, 4vw, 42px);
}
.lm-dashboard-photo-hero .lm-welcome-copy {
display: grid;
min-height: calc(300px - clamp(48px, 8vw, 84px));
align-content: end;
}
.lm-dashboard-photo-hero h2 {
max-width: 640px;
margin: 7px 0 9px;
font-size: clamp(2.05rem, 4vw, 3.55rem);
}
.lm-dashboard-photo-hero .lm-hero-finish-message { font-size: .62em; line-height: 1.13; }
.lm-dashboard-photo-hero p { margin: 0; }
.lm-dashboard-photo-hero .lm-account-links { margin-top: 15px; }
.lm-dashboard-photo-hero .lm-account-links a { color: #fff; }
.lm-dashboard-photo-hero .lm-profile-summary { position: relative; z-index: 2; align-self: center; }
.lm-dashboard-tabpanels { min-width: 0; }
.lm-dashboard-tabpanel > .lm-section,
.lm-dashboard-tabpanel > .lm-panel,
.lm-dashboard-tabpanel > .lm-loyalty { margin-top: 16px; }
.lm-panel-head {
display: flex;
gap: 14px;
justify-content: space-between;
align-items: flex-start;
}
.lm-panel-head h3 { margin: 3px 0 0; color: var(--lm-primary); }
.lm-card-rule {
height: 3px;
margin: -27px -27px 19px;
background: linear-gradient(90deg, var(--lm-teal), var(--lm-accent), var(--lm-peach), var(--lm-pink));
}
.lm-dashboard-focus-grid {
display: grid;
grid-template-columns: minmax(0, 1.45fr) minmax(250px, .65fr);
gap: 14px;
align-items: stretch;
margin-top: 16px;
}
.lm-dashboard-focus-grid > .lm-panel,
.lm-dashboard-focus-grid > .lm-profile-summary {
min-width: 0;
margin: 0;
padding: clamp(20px, 3vw, 27px);
border: 1px solid var(--lm-line);
border-radius: var(--lm-radius-card);
background: var(--lm-surface);
box-shadow: var(--lm-shadow-card);
}
.lm-dashboard-focus-card { overflow: hidden; }
.lm-dashboard-focus-card h3 {
margin: 4px 0 0;
font-size: clamp(1.45rem, 3vw, 2rem);
line-height: 1.08;
}
.lm-dashboard-data-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 8px;
margin: 18px 0 15px;
}
.lm-dashboard-data-grid div,
.lm-registration-card .lm-details div,
.lm-bib-stats div {
min-width: 0;
padding: 11px 12px;
border-radius: 12px;
background: var(--lm-surface-soft);
}
.lm-dashboard-data-grid dt,
.lm-registration-card .lm-details dt,
.lm-bib-stats dt {
margin: 0 0 3px;
color: var(--lm-muted);
font-size: .66rem;
font-weight: 800;
letter-spacing: .055em;
text-transform: uppercase;
}
.lm-dashboard-data-grid dd,
.lm-registration-card .lm-details dd,
.lm-bib-stats dd {
margin: 0;
color: var(--lm-primary);
font-weight: 800;
overflow-wrap: anywhere;
}
.lm-focus-link { display: inline-flex; align-items: center; margin-top: 2px; }
.lm-dashboard-focus-grid .lm-profile-summary { color: var(--lm-ink); }
.lm-dashboard-focus-grid .lm-profile-summary__head { border-bottom-color: var(--lm-line); }
.lm-dashboard-focus-grid .lm-profile-summary__head a { color: var(--lm-teal-dark); }
.lm-dashboard-focus-grid .lm-profile-summary__progress { background: #dce8e6; }
.lm-dashboard-focus-grid .lm-profile-summary__completion { color: var(--lm-muted) !important; }
.lm-dashboard-focus-grid .lm-profile-summary__fact,
.lm-dashboard-focus-grid .lm-profile-summary__missing,
.lm-dashboard-focus-grid .lm-profile-summary__footer { border-top-color: var(--lm-line); }
.lm-dashboard-focus-grid .lm-profile-summary__fact span,
.lm-dashboard-focus-grid .lm-profile-summary__missing > strong { color: var(--lm-muted); }
.lm-dashboard-focus-grid .lm-profile-summary__fact strong,
.lm-dashboard-focus-grid .lm-profile-summary__missing ul,
.lm-dashboard-focus-grid .lm-profile-summary__missing p { color: var(--lm-primary) !important; }
.lm-dashboard-focus-grid .lm-profile-summary__level a,
.lm-dashboard-focus-grid .lm-profile-summary__footer a { color: var(--lm-teal-dark); }
.lm-dashboard-focus-grid .lm-update-bell { border-color: var(--lm-line); background: var(--lm-surface-soft); color: var(--lm-primary); }
.lm-races-section > .lm-section-heading { margin: 2px 2px 13px; }
.lm-races-section > .lm-section-heading h3 { margin: 4px 0 0; font-size: clamp(1.45rem, 3vw, 2rem); }
.lm-registration-grid { gap: 14px; }
.lm-registration-card {
display: grid;
grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
gap: 14px;
padding: 0;
overflow: visible;
border: 0;
border-radius: 0;
background: transparent;
box-shadow: none;
}
.lm-registration-card::before { display: none; }
.lm-registration-card__panel {
position: relative;
padding: clamp(20px, 3vw, 27px);
overflow: hidden;
border: 1px solid var(--lm-line);
border-radius: var(--lm-radius-card);
background: var(--lm-surface);
box-shadow: var(--lm-shadow-card);
}
.lm-registration-card__panel--entry,
.lm-registration-card__panel--bib { background: var(--lm-surface); }
.lm-registration-card__panel--entry::before {
position: absolute;
inset: 0 0 auto;
height: 3px;
background: linear-gradient(90deg, var(--lm-teal), var(--lm-accent), var(--lm-peach), var(--lm-pink));
content: "";
}
.lm-card-section-head { padding-bottom: 14px; }
.lm-race-identity { margin-top: 17px; }
.lm-registration-card .lm-details {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 8px;
margin: 18px 0;
}
.lm-registration-card .lm-details dd { font-size: .86rem; }
.lm-bib-stats { gap: 8px; margin-top: 17px; }
.lm-bib-extra-details { margin-top: 8px !important; }
.lm-registration-actions { padding-top: 4px; }
.lm-bib-journey {
margin-top: 18px;
border: 1px solid var(--lm-line);
border-radius: 14px;
background: var(--lm-surface-soft);
}
.lm-bib-timeline {
grid-template-columns: 1fr;
gap: 0;
padding: 10px 14px;
color: var(--lm-primary);
}
.lm-bib-timeline::before {
top: 24px;
right: auto;
bottom: 24px;
left: 21px;
width: 2px;
height: auto;
background: var(--lm-line-strong);
}
.lm-bib-step {
display: grid;
grid-template-columns: 16px minmax(0, 1fr);
gap: 10px;
align-items: center;
min-height: 42px;
color: #839093;
text-align: left;
}
.lm-bib-step__marker { width: 13px; height: 13px; margin: 0; border-color: #9fb5b8; background: var(--lm-surface-soft); }
.lm-bib-step__content { gap: 2px; padding: 0; }
.lm-bib-step__content strong { font-size: .78rem; }
.lm-bib-step__content time { color: var(--lm-muted); font-size: .66rem; }
.lm-bib-step--complete,
.lm-bib-step--current { color: var(--lm-primary); }
.lm-bib-step--complete .lm-bib-step__marker { border-color: var(--lm-teal-dark); background: var(--lm-teal-dark); }
.lm-bib-step--current .lm-bib-step__marker { border-color: #d9bb43; background: #fff; box-shadow: inset 0 0 0 3px #d9bb43, 0 0 0 4px rgba(217, 187, 67, .13); }
.lm-pickup-info { background: #e7f5f2; }
.lm-dashboard-shortcuts { margin-top: 14px; }
.lm-dashboard-shortcuts__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.lm-dashboard-shortcut {
min-height: 108px;
padding: 17px 42px 17px 17px;
border-radius: 16px;
background: var(--lm-surface);
box-shadow: 0 6px 18px rgba(24, 36, 62, .045);
}
.lm-dashboard-shortcut::after {
right: -9px;
bottom: -29px;
width: auto;
height: auto;
border: 0;
color: var(--lm-shortcut-accent);
content: "+";
font-size: 5.2rem;
font-weight: 300;
line-height: 1;
opacity: .34;
transform: none;
}
.lm-dashboard-shortcut--training { --lm-shortcut-accent: var(--lm-sky); }
.lm-dashboard-shortcut--archive { --lm-shortcut-accent: var(--lm-accent); }
.lm-dashboard-shortcut--activities { --lm-shortcut-accent: var(--lm-peach); }
.lm-dashboard-shortcut--benefits { --lm-shortcut-accent: var(--lm-pink); }
.lm-dashboard-shortcut--documents { --lm-shortcut-accent: var(--lm-accent); grid-column: 1 / -1; min-height: 88px; background: linear-gradient(115deg, rgba(183, 219, 56, .2), rgba(255, 255, 255, .96) 58%); border-color: rgba(151, 184, 36, .45); }
.lm-dashboard-shortcut--documents strong { max-width: none; }
.lm-dashboard-shortcut__label { color: var(--lm-teal-dark); }
.lm-dashboard-shortcut__arrow { z-index: 1; }
.lm-race-tools-panel { margin-top: 14px; padding: clamp(20px, 3vw, 27px); }
.lm-race-tools-list { display: grid; margin-top: 10px; }
.lm-race-tools-list a {
display: grid;
grid-template-columns: auto minmax(0, 1fr) auto;
gap: 11px;
align-items: center;
padding: 12px 0;
border-top: 1px solid var(--lm-line);
color: var(--lm-primary);
text-decoration: none;
}
.lm-race-tools-list a:first-child { border-top: 0; }
.lm-race-tools-list small { display: block; margin-top: 2px; color: var(--lm-muted); }
.lm-status-dot { display: block; width: 11px; height: 11px; border: 2px solid #aebfc1; border-radius: 50%; }
.lm-status-dot.is-now { border-color: var(--lm-accent); background: var(--lm-accent); box-shadow: 0 0 0 4px rgba(183, 219, 56, .18); }
.lm-dashboard-tabpanel .lm-section:not(.lm-races-section),
.lm-dashboard-tabpanel .lm-panel,
.lm-dashboard-tabpanel .lm-loyalty,
.lm-dashboard-tabpanel .lm-profile-score-card,
.lm-dashboard-tabpanel .lm-profile-card {
border-color: var(--lm-line);
background-color: var(--lm-surface);
box-shadow: var(--lm-shadow-card);
}
.lm-content-card,
.lm-travel-card,
.lm-result-card,
.lm-archive-edition,
.lm-badge-card,
.lm-training-card,
.lm-team-card {
border-color: var(--lm-line);
box-shadow: 0 6px 20px rgba(24, 36, 62, .045);
}
.lm-button,
.lm-wrap input[type="submit"],
.lm-wrap #wp-submit { border-radius: 999px; }
.lm-button--secondary { border-color: var(--lm-teal); background: #e8f5f4; color: var(--lm-primary) !important; }
.lm-text-link { color: #2b6970; } .lm-registration-attention { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; gap: 16px; align-items: start; margin-top: 16px; padding: clamp(18px, 3vw, 25px); border: 1px solid #e9c66c; border-radius: 20px; background: linear-gradient(135deg, #fffaf0, #fff3d1); color: var(--lm-ink); box-shadow: 0 12px 30px rgba(117, 77, 0, .08); }
.lm-registration-attention__icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: #f1a900; color: #fff; font-size: 1.35rem; font-weight: 900; box-shadow: 0 0 0 6px rgba(241, 169, 0, .13); }
.lm-registration-attention__content { min-width: 0; }
.lm-registration-attention__content .lm-eyebrow { margin: 0 0 4px; color: #825a00; }
.lm-registration-attention__content h3 { margin: 0; color: var(--lm-primary); font-size: clamp(1.25rem, 2.5vw, 1.65rem); line-height: 1.15; }
.lm-registration-attention__content > p:not(.lm-eyebrow) { max-width: 760px; margin: 8px 0 0; color: #5f5542; }
.lm-registration-attention__content > small { display: block; margin-top: 11px; color: #74684f; }
.lm-registration-attention__list { display: grid; gap: 6px; margin: 14px 0 0; padding: 0; list-style: none; }
.lm-registration-attention__list li { display: grid; grid-template-columns: minmax(150px, .45fr) minmax(0, 1fr); gap: 10px; align-items: center; padding: 9px 11px; border: 1px solid rgba(130, 90, 0, .14); border-radius: 10px; background: rgba(255, 255, 255, .62); font-size: .88rem; }
.lm-registration-attention__race { color: var(--lm-primary); font-weight: 800; }
.lm-registration-attention__action { align-self: center; white-space: nowrap; }
.lm-registration-issues { display: grid; gap: 10px; margin: 14px 0 16px; padding: 14px; border: 1px solid #e9c66c; border-radius: 13px; background: #fff7df; }
.lm-registration-issues__heading { display: flex; gap: 8px; align-items: center; color: #704b00; }
.lm-registration-issues__heading > span { display: inline-grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: #f1a900; color: #fff; font-size: .78rem; font-weight: 900; }
.lm-registration-issue { padding-top: 9px; border-top: 1px solid rgba(130, 90, 0, .14); }
.lm-registration-issue > strong { color: var(--lm-primary); }
.lm-registration-issue p { margin: 4px 0 0; color: #665b45; font-size: .88rem; line-height: 1.5; }
.lm-registration-issues .lm-text-link { justify-self: start; font-weight: 800; } .lm-travel-context { display: grid; grid-template-columns: 48px minmax(0,1fr) auto; gap: 14px; align-items: center; }
.lm-travel-context__icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; background: #fff; color: var(--lm-teal-dark); box-shadow: 0 5px 16px rgba(24,36,62,.06); }
.lm-travel-context__icon svg { width: 27px; height: 27px; }
.lm-travel-context__copy { min-width: 0; }
.lm-travel-context__copy strong { display: block; margin-bottom: 3px; color: var(--lm-primary); font-size: .74rem; letter-spacing: .055em; text-transform: uppercase; }
.lm-travel-context__copy p { color: var(--lm-muted); line-height: 1.45; }
.lm-travel-grid > .lm-travel-card:only-child { grid-column: 1 / -1; }
.lm-travel-grid:not(.lm-travel-grid--alternatives) > .lm-travel-card--stay:only-child { display: grid; grid-template-columns: minmax(250px,.85fr) minmax(0,1.15fr); }
.lm-travel-grid:not(.lm-travel-grid--alternatives) > .lm-travel-card--stay:only-child .lm-travel-card__media { min-height: 100%; }
.lm-travel-grid:not(.lm-travel-grid--alternatives) > .lm-travel-card--stay:only-child .lm-travel-card__image { height: 100%; }
.lm-travel-card__media { position: relative; overflow: hidden; min-height: 190px; background: linear-gradient(135deg,#e5f2f2,#d6e8ea); }
.lm-travel-card__image { height: 100%; min-height: 190px; }
.lm-travel-card__placeholder { display: grid; min-height: 190px; place-items: center; color: var(--lm-teal-dark); }
.lm-travel-card__placeholder svg { width: 68px; height: 68px; opacity: .7; }
.lm-travel-discount-badge { position: absolute; top: 13px; right: 13px; display: inline-flex; min-height: 34px; align-items: center; padding: 7px 12px; border-radius: 999px; background: var(--lm-accent); color: var(--lm-primary); font-size: .78rem; font-weight: 900; box-shadow: 0 5px 18px rgba(24,36,62,.16); }
.lm-travel-card__meta { align-items: center; }
.lm-travel-type { display: inline-flex; gap: 6px; align-items: center; }
.lm-travel-type > span { display: inline-grid; width: 25px; height: 25px; place-items: center; border-radius: 8px; background: var(--lm-soft); color: var(--lm-teal-dark); }
.lm-travel-type svg { width: 16px; height: 16px; }
.lm-travel-facts { display: flex; flex-wrap: wrap; gap: 7px; margin: 11px 0 14px; }
.lm-travel-facts > span { display: inline-flex; gap: 6px; align-items: center; min-height: 31px; padding: 6px 9px; border: 1px solid var(--lm-line); border-radius: 9px; background: var(--lm-surface-soft); color: var(--lm-primary); font-size: .76rem; font-weight: 750; }
.lm-travel-facts i { display: inline-flex; color: var(--lm-teal-dark); font-style: normal; }
.lm-travel-facts svg { width: 15px; height: 15px; }
.lm-travel-code { margin: 16px 0 6px; padding: 13px; border: 1px solid #b9dcda; border-radius: 12px; background: #eef8f7; }
.lm-travel-code > span { display: block; margin-bottom: 7px; color: var(--lm-muted); font-size: .7rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.lm-travel-code > div { display: flex; gap: 9px; align-items: center; justify-content: space-between; }
.lm-travel-code code { overflow-wrap: anywhere; border: 1px dashed #78aaa8; border-radius: 8px; background: #fff; color: var(--lm-primary); font-size: .95rem; font-weight: 900; letter-spacing: .055em; }
.lm-travel-code button { flex: 0 0 auto; min-height: 34px; padding: 6px 11px; border: 1px solid var(--lm-teal); border-radius: 999px; background: #fff; color: var(--lm-teal-dark); font-weight: 800; cursor: pointer; }
.lm-travel-code button:hover,.lm-travel-code button:focus-visible,.lm-travel-code button.is-copied { background: var(--lm-teal-dark); color: #fff; }
.lm-travel-code button:focus-visible { outline: 3px solid rgba(183,219,56,.55); outline-offset: 2px; } .lm-travel-featured-partner { margin: 20px 0 28px; }
.lm-travel-featured-partner > .lm-travel-card--featured { position: relative; display: grid; grid-template-columns: minmax(290px,.9fr) minmax(0,1.1fr); overflow: hidden; border: 2px solid #7eb4b2; background: #fff; box-shadow: 0 20px 48px rgba(24,36,62,.13); }
.lm-travel-card--featured::before { position: absolute; z-index: 2; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg,var(--lm-teal),var(--lm-accent),var(--lm-sky)); content: ""; }
.lm-travel-card--featured .lm-travel-card__media { min-height: 350px; }
.lm-travel-card--featured .lm-travel-card__image { min-height: 350px; }
.lm-travel-card--featured .lm-travel-card__body { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: clamp(25px,4vw,38px); }
.lm-travel-card--featured h4 { max-width: 620px; margin-top: 13px; font-size: clamp(1.55rem,3vw,2.15rem); }
.lm-travel-card--featured .lm-card-copy { max-width: 680px; font-size: .98rem; }
.lm-travel-card--featured .lm-button { align-self: flex-start; min-width: 170px; }
.lm-travel-partner-label { color: var(--lm-primary); font-weight: 900; letter-spacing: .035em; }
.lm-travel-partner-label > span { background: var(--lm-accent); color: var(--lm-primary); }
.lm-travel-alternatives-title { margin: 0 2px 13px; color: var(--lm-primary); font-size: 1.12rem; }
.lm-travel-grid--alternatives > .lm-travel-card:only-child { display: block; grid-column: auto; }
.lm-travel-grid--alternatives > .lm-travel-card--stay .lm-travel-card__media { height: 190px; min-height: 190px; }
.lm-travel-grid--alternatives > .lm-travel-card--stay .lm-travel-card__image { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.lm-travel-grid--alternatives > .lm-travel-card--stay:only-child .lm-travel-card__media { min-height: 190px; height: auto; }
.lm-travel-grid--alternatives > .lm-travel-card--stay:only-child .lm-travel-card__image { min-height: 190px; height: 190px; } .lm-dashboard-mobile-nav { display: none; }
@media (max-width: 680px) {
.lm-dashboard-navigation { display: none !important; }
.lm-dashboard-mobile-nav {
position: sticky;
z-index: 25;
top: 8px;
display: block;
margin: 0;
border: 1px solid rgba(105, 186, 187, .4);
border-radius: 16px;
background: rgba(255, 255, 255, .98);
box-shadow: 0 10px 28px rgba(24, 36, 62, .12);
backdrop-filter: blur(14px);
}
.lm-dashboard-mobile-nav summary {
display: grid;
grid-template-columns: 38px minmax(0, 1fr) 22px;
gap: 11px;
align-items: center;
min-height: 64px;
padding: 8px 12px;
color: var(--lm-primary);
cursor: pointer;
list-style: none;
touch-action: manipulation;
}
.lm-dashboard-mobile-nav summary::-webkit-details-marker { display: none; }
.lm-dashboard-mobile-nav summary::marker { content: ""; }
.lm-dashboard-mobile-nav summary:focus-visible { outline: 3px solid color-mix(in srgb, var(--lm-accent) 82%, #fff); outline-offset: 2px; border-radius: 14px; }
.lm-dashboard-mobile-nav__menu-icon {
display: grid;
grid-template-columns: repeat(2, 7px);
gap: 4px;
place-content: center;
width: 38px;
height: 38px;
border-radius: 11px;
background: var(--lm-ink);
}
.lm-dashboard-mobile-nav__menu-icon i { width: 7px; height: 7px; border-radius: 2px; background: #fff; }
.lm-dashboard-mobile-nav__current { display: grid; min-width: 0; line-height: 1.15; }
.lm-dashboard-mobile-nav__current > span { margin-bottom: 2px; color: var(--lm-teal-dark); font-size: .62rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.lm-dashboard-mobile-nav__current strong { overflow: hidden; font-size: .93rem; text-overflow: ellipsis; white-space: nowrap; }
.lm-dashboard-mobile-nav__current small { overflow: hidden; margin-top: 3px; color: var(--lm-muted); font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
.lm-dashboard-mobile-nav__chevron { width: 9px; height: 9px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translate(-2px, 2px); transition: transform .18s ease; }
.lm-dashboard-mobile-nav[open] { border-color: var(--lm-teal); box-shadow: 0 18px 42px rgba(24, 36, 62, .18); }
.lm-dashboard-mobile-nav[open] summary { border-bottom: 1px solid var(--lm-line); }
.lm-dashboard-mobile-nav[open] .lm-dashboard-mobile-nav__chevron { transform: rotate(225deg) translate(-2px, 2px); }
.lm-dashboard-mobile-nav__panel { max-height: min(68vh, 560px); padding: 12px; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; }
.lm-dashboard-mobile-nav__title { margin: 0 4px 12px; color: var(--lm-primary); font-size: 1rem; font-weight: 900; }
.lm-dashboard-mobile-nav__group { display: grid; gap: 4px; margin-top: 12px; }
.lm-dashboard-mobile-nav__group:first-of-type { margin-top: 0; }
.lm-dashboard-mobile-nav__group > p { margin: 0 5px 3px; color: var(--lm-muted); font-size: .66rem; font-weight: 900; letter-spacing: .075em; text-transform: uppercase; }
.lm-dashboard-mobile-nav__item {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 12px;
align-items: center;
min-height: 54px;
padding: 9px 11px;
border: 1px solid transparent;
border-radius: 11px;
color: var(--lm-primary) !important;
text-decoration: none !important;
touch-action: manipulation;
}
.lm-dashboard-mobile-nav__item > span { display: grid; min-width: 0; }
.lm-dashboard-mobile-nav__item strong { font-size: .88rem; line-height: 1.2; }
.lm-dashboard-mobile-nav__item small { margin-top: 3px; color: var(--lm-muted); font-size: .72rem; line-height: 1.25; }
.lm-dashboard-mobile-nav__item:hover, .lm-dashboard-mobile-nav__item:focus-visible { border-color: var(--lm-line-strong); background: var(--lm-surface-soft); }
.lm-dashboard-mobile-nav__item:focus-visible { outline: 2px solid var(--lm-teal); outline-offset: 1px; }
.lm-dashboard-mobile-nav__item[aria-current="page"] { border-color: rgba(105, 186, 187, .5); background: #e9f5f4; box-shadow: inset 4px 0 0 var(--lm-teal-dark); }
.lm-dashboard-mobile-nav__item[aria-current="page"] .lm-dashboard-mobile-nav__arrow { color: var(--lm-teal-dark); }
.lm-dashboard-mobile-nav__arrow { color: var(--lm-muted); font-size: 1rem; }
.lm-dashboard-mobile-nav__new { width: 10px; height: 10px; border-radius: 50%; background: var(--lm-notification); }
.lm-dashboard-mobile-nav__count { display: grid; min-width: 24px; height: 24px; place-items: center; border-radius: 999px; background: var(--lm-notification); color: #fff; font-size: .7rem; }
.lm-dashboard-mobile-nav__profile { margin-top: 13px; border-color: rgba(24, 36, 62, .1); background: #f7f9fa; }
}
@media (max-width: 980px) {
.lm-dashboard-photo-hero .lm-welcome-grid { grid-template-columns: minmax(0, 1fr) minmax(220px, 260px); }
.lm-registration-card { grid-template-columns: 1fr; }
.lm-dashboard-shortcuts__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lm-extra-grid { grid-template-columns: 1fr; }
.lm-travel-grid:not(.lm-travel-grid--alternatives) > .lm-travel-card--stay:only-child { grid-template-columns: 1fr; }
.lm-travel-grid:not(.lm-travel-grid--alternatives) > .lm-travel-card--stay:only-child .lm-travel-card__image { height: 230px; }
.lm-travel-featured-partner > .lm-travel-card--featured { grid-template-columns: 1fr; }
.lm-travel-card--featured .lm-travel-card__media,.lm-travel-card--featured .lm-travel-card__image { min-height: 260px; height: 260px; }
}
@media (max-width: 680px) {
.lm-wrap--dashboard { padding: 8px; border-radius: 20px; }
.lm-dashboard-navigation { margin: 0; }
.lm-dashboard-tab__label--full { display: none; }
.lm-dashboard-tab__label--mobile { display: inline; }
.lm-dashboard-tab { white-space: nowrap; }
.lm-dashboard-welcome { margin-top: 10px; }
.lm-dashboard-photo-hero {
min-height: 0;
background-image:
linear-gradient(to top, rgba(17, 31, 50, .97) 0%, rgba(17, 31, 50, .72) 56%, rgba(17, 31, 50, .18) 100%),
url(//www.lentemarathon.nl/wp-content/plugins/mijn-lentemarathon-core/assets/images/dashboard-hero.jpg);
background-position: center, 57% center;
}
.lm-dashboard-photo-hero .lm-welcome-grid { grid-template-columns: 1fr; gap: 12px; min-height: 0; width: 100%; padding: 19px; }
.lm-dashboard-photo-hero .lm-welcome-copy { min-height: 312px; }
.lm-dashboard-photo-hero h2 { max-width: 100%; font-size: clamp(1.9rem, 9vw, 2.55rem); }
.lm-dashboard-photo-hero .lm-hero-finish-message { display: block; font-size: .58em; }
.lm-dashboard-photo-hero p { max-width: 100%; }
.lm-dashboard-photo-hero .lm-profile-summary { margin-top: 0; padding: 16px; }
.lm-extra-card { grid-template-columns: 46px minmax(0, 1fr); padding: 15px; }
.lm-extra-card__icon { width: 46px; height: 46px; border-radius: 13px; }
.lm-extra-card__icon svg { width: 25px; height: 25px; }
.lm-partner-lockup__logo-frame { width: 58px; height: 42px; flex-basis: 58px; }
.lm-card-rule { margin: -18px -18px 16px; }
.lm-dashboard-data-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lm-dashboard-data-grid div:last-child { grid-column: 1 / -1; }
.lm-registration-card { gap: 10px; padding: 0; }
.lm-registration-card__panel { padding: 18px; border-radius: 16px; }
.lm-registration-card .lm-details { grid-template-columns: 1fr; }
.lm-bib-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lm-bib-stats div:last-child { grid-column: 1 / -1; }
.lm-dashboard-shortcuts { margin-top: 10px; }
.lm-dashboard-shortcuts__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lm-dashboard-shortcut { min-height: 104px; }
.lm-race-tools-panel { margin-top: 10px; padding: 18px; }
.lm-profile-summary__missing { display: none; }
.lm-registration-attention { grid-template-columns: 40px minmax(0, 1fr); gap: 12px; padding: 17px; border-radius: 16px; }
.lm-registration-attention__icon { width: 40px; height: 40px; font-size: 1.1rem; box-shadow: 0 0 0 4px rgba(241, 169, 0, .13); }
.lm-registration-attention__action { grid-column: 1 / -1; width: 100%; justify-content: center; }
.lm-registration-attention__list li { grid-template-columns: 1fr; gap: 3px; }
.lm-travel-context { grid-template-columns: 42px minmax(0,1fr); gap: 11px; }
.lm-travel-context__icon { width: 42px; height: 42px; border-radius: 12px; }
.lm-travel-context a { grid-column: 1 / -1; }
.lm-travel-facts { display: grid; grid-template-columns: 1fr; }
.lm-travel-code > div { align-items: stretch; flex-direction: column; }
.lm-travel-code button { width: 100%; }
.lm-travel-card--featured .lm-travel-card__body { padding: 21px; }
.lm-travel-card--featured .lm-travel-card__media,.lm-travel-card--featured .lm-travel-card__image { min-height: 215px; height: 215px; }
.lm-travel-card--featured .lm-button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
.lm-dashboard-shortcut,
.lm-dashboard-tab { transition: none; }
} .lm-document-center { display: grid; gap: 20px; }
.lm-document-center__back { width: fit-content; }
.lm-document-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.lm-document-card { position: relative; display: flex; min-width: 0; flex-direction: column; align-items: flex-start; gap: 12px; padding: clamp(18px, 3vw, 26px); overflow: hidden; scroll-margin-top: 24px; border: 1px solid rgba(24, 36, 62, .13); border-radius: 18px; background: #fff; box-shadow: var(--lm-shadow-card); }
.lm-document-card.is-unread { border-color: rgba(183, 219, 56, .9); box-shadow: 0 10px 28px rgba(24, 36, 62, .09), inset 4px 0 0 var(--lm-accent); }
.lm-document-card.is-important::after { position: absolute; top: 0; right: 0; width: 70px; height: 70px; border-radius: 0 0 0 70px; background: rgba(183, 219, 56, .17); content: ''; pointer-events: none; }
.lm-document-card__meta { display: flex; width: 100%; flex-wrap: wrap; justify-content: space-between; gap: 8px; color: var(--lm-muted); font-size: .74rem; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.lm-document-card h3 { margin: 0; padding-right: 18px; font-size: 1.22rem; line-height: 1.2; }
.lm-document-card > p { margin: 0; color: var(--lm-muted); line-height: 1.55; }
.lm-document-card__status { display: flex; flex-wrap: wrap; gap: 7px; }
.lm-document-card__content { width: 100%; margin-top: 4px; padding-top: 18px; border-top: 1px solid rgba(24, 36, 62, .1); }
.lm-document-card__content > :first-child { margin-top: 0; }
.lm-document-card__content > :last-child { margin-bottom: 0; }
.lm-status-chip { display: inline-flex; align-items: center; min-height: 26px; padding: 5px 9px; border-radius: 999px; font-size: .7rem; font-weight: 850; }
.lm-status-chip.is-success { background: rgba(52, 142, 91, .12); color: #23663f; }
.lm-status-chip.is-warning { background: rgba(241, 169, 0, .16); color: #795500; }
.lm-status-chip.is-important { background: rgba(183, 219, 56, .22); color: var(--lm-primary); }
@media (max-width: 720px) { .lm-document-grid { grid-template-columns: 1fr; } }.lm-partner-wrap {
position: relative;
overflow: hidden;
border: 1px solid rgba(24, 36, 62, .1);
border-radius: 28px;
background: #fff;
box-shadow: 0 30px 80px rgba(24, 36, 62, .13);
}
.lm-partner-wrap a { text-underline-offset: 3px; }
.lm-partner-wrap a:focus-visible,
.lm-partner-wrap button:focus-visible,
.lm-partner-wrap input:focus-visible { outline: 3px solid var(--lm-accent); outline-offset: 3px; }
.lm-partner-topbar {
position: relative;
display: flex;
min-height: 86px;
gap: 24px;
justify-content: space-between;
align-items: center;
padding: 16px 24px 20px;
background: #fff;
}
.lm-partner-topbar::after {
position: absolute;
right: 0;
bottom: 0;
left: 0;
height: 6px;
background: linear-gradient(90deg, var(--lm-sky) 0 17%, var(--lm-teal) 17% 34%, var(--lm-primary-soft) 34% 58%, var(--lm-peach) 58% 79%, var(--lm-pink) 79% 100%);
content: "";
}
.lm-partner-brand,
.lm-partner-account {
display: flex;
min-width: 0;
gap: 12px;
align-items: center;
}
.lm-partner-brand { color: var(--lm-primary) !important; text-decoration: none !important; }
.lm-partner-brand__mark {
display: grid;
flex: 0 0 44px;
width: 44px;
height: 44px;
place-items: center;
border-radius: 13px;
background: var(--lm-primary);
color: var(--lm-accent);
}
.lm-partner-brand__mark svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.lm-partner-brand > span:last-child,
.lm-partner-account > span:last-child { display: grid; min-width: 0; gap: 1px; }
.lm-partner-brand strong { color: var(--lm-primary); font-size: 1rem; line-height: 1.2; }
.lm-partner-brand small { color: var(--lm-teal-dark); font-size: .7rem; font-weight: 750; }
.lm-partner-account { justify-content: flex-end; text-align: right; }
.lm-partner-account strong { overflow: hidden; color: var(--lm-primary); font-size: .83rem; text-overflow: ellipsis; white-space: nowrap; }
.lm-partner-account small { color: var(--lm-muted); font-size: .68rem; }
.lm-partner-logo {
display: grid;
place-items: center;
overflow: hidden;
border: 1px solid var(--lm-line);
background: #fff;
}
.lm-partner-logo--header { flex: 0 0 48px; width: 48px; height: 48px; padding: 5px; border-radius: 13px; box-shadow: 0 5px 18px rgba(24, 36, 62, .08); }
.lm-partner-logo--card { width: 100%; min-height: 86px; margin-bottom: 14px; padding: 13px; border-radius: 15px; }
.lm-partner-logo img { width: 100% !important; height: 100% !important; max-width: 100% !important; max-height: 100% !important; object-fit: contain; object-position: center; }
.lm-partner-logo--placeholder { color: var(--lm-teal-dark); }
.lm-partner-logo--placeholder svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.lm-partner-logo--card.lm-partner-logo--placeholder svg { width: 42px; height: 42px; }
.lm-partner-shell { display: grid; grid-template-columns: minmax(190px, 225px) minmax(0, 1fr); min-height: 720px; }
.lm-partner-sidebar {
display: flex;
min-width: 0;
flex-direction: column;
padding: 24px 18px;
background: var(--lm-primary);
color: #fff;
}
.lm-partner-company-card { padding: 12px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 18px; background: rgba(255, 255, 255, .07); }
.lm-partner-company-card > span { display: block; color: var(--lm-sky); font-size: .64rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.lm-partner-company-card > strong { display: block; margin-top: 4px; color: #fff; font-size: .8rem; line-height: 1.3; }
.lm-partner-sidebar nav { display: grid; gap: 6px; margin-top: 26px; }
.lm-partner-sidebar nav a {
position: relative;
display: flex;
min-height: 43px;
align-items: center;
padding: 10px 12px 10px 19px;
border-radius: 11px;
color: rgba(255, 255, 255, .78) !important;
font-size: .78rem;
font-weight: 800;
text-decoration: none !important;
}
.lm-partner-sidebar nav a::before { position: absolute; left: 8px; width: 4px; height: 4px; border-radius: 50%; background: var(--lm-teal); content: ""; }
.lm-partner-sidebar nav a:hover { background: rgba(255, 255, 255, .08); color: #fff !important; }
.lm-partner-sidebar nav a.is-current { background: var(--lm-primary-soft); color: #fff !important; box-shadow: inset 3px 0 0 var(--lm-accent); }
.lm-partner-sidebar nav a.is-current::before { background: var(--lm-accent); }
.lm-partner-manager { margin: auto 0 0; padding: 18px 10px 2px; border-top: 1px solid rgba(255, 255, 255, .12); color: rgba(255, 255, 255, .7); font-size: .7rem; line-height: 1.55; }
.lm-partner-manager strong { display: block; color: #fff; font-size: .72rem; }
.lm-partner-manager a { color: var(--lm-sky) !important; }
.lm-partner-main {
position: relative;
min-width: 0;
padding: clamp(18px, 3vw, 34px);
background:
radial-gradient(circle at 1px 1px, rgba(105, 186, 187, .12) 1px, transparent 1.2px) 0 0 / 17px 17px,
linear-gradient(145deg, #f9fcfc 0%, #eef5f5 62%, #f8f8fb 100%);
}
.lm-partner-hero {
position: relative;
display: grid;
min-height: 270px;
grid-template-columns: minmax(0, 1fr) auto;
gap: 24px;
align-items: end;
overflow: hidden;
padding: clamp(26px, 4vw, 48px);
border-radius: 23px;
background-image:
linear-gradient(90deg, rgba(24, 36, 62, .98) 0%, rgba(24, 36, 62, .9) 44%, rgba(24, 36, 62, .5) 78%, rgba(57, 54, 95, .48) 100%),
linear-gradient(135deg, rgba(105, 186, 187, .2), transparent 52%),
url(//www.lentemarathon.nl/wp-content/plugins/mijn-lentemarathon-core/assets/images/dashboard-hero.jpg);
background-position: center, center, center 45%;
background-size: cover;
box-shadow: 0 22px 46px rgba(24, 36, 62, .2);
color: #fff;
}
.lm-partner-hero::before,
.lm-partner-login__intro::before {
position: absolute;
right: -58px;
bottom: -92px;
width: 230px;
height: 230px;
border: 2px solid rgba(217, 143, 182, .68);
transform: rotate(42deg);
content: "";
}
.lm-partner-hero::after,
.lm-partner-login__intro::after {
position: absolute;
right: 56px;
bottom: -128px;
width: 190px;
height: 190px;
border: 2px solid rgba(243, 176, 135, .7);
transform: rotate(42deg);
content: "";
}
.lm-partner-hero > * { position: relative; z-index: 1; }
.lm-partner-hero .lm-eyebrow { color: var(--lm-sky); }
.lm-partner-hero h1 { max-width: 650px; margin: 7px 0 10px; color: #fff; font-size: clamp(2rem, 4vw, 3.3rem); letter-spacing: -.045em; line-height: 1; }
.lm-partner-hero p:not(.lm-eyebrow) { max-width: 640px; margin: 0; color: rgba(255, 255, 255, .78); font-size: .98rem; }
.lm-partner-edition { display: grid; min-width: 140px; gap: 3px; padding: 14px 16px; border: 1px solid rgba(255, 255, 255, .23); border-radius: 16px; background: rgba(20, 27, 48, .6); text-align: right; backdrop-filter: blur(12px); }
.lm-partner-edition strong { color: var(--lm-accent); font-size: 1rem; letter-spacing: .04em; }
.lm-partner-edition small { color: #fff; font-size: .7rem; font-weight: 750; }
.lm-partner-metrics { display: grid; grid-template-columns: .85fr 1.45fr .85fr; gap: 14px; margin: 17px 0; }
.lm-partner-metrics > div { position: relative; min-width: 0; padding: 17px 18px; overflow: hidden; border: 1px solid var(--lm-line); border-radius: 16px; background: rgba(255, 255, 255, .94); box-shadow: 0 10px 26px rgba(24, 36, 62, .06); }
.lm-partner-metrics > div::before { position: absolute; inset: 0 0 auto; height: 4px; background: var(--lm-metric-color, var(--lm-teal)); content: ""; }
.lm-partner-metrics > div:nth-child(2) { --lm-metric-color: var(--lm-pink); }
.lm-partner-metrics > div:nth-child(3) { --lm-metric-color: var(--lm-peach); }
.lm-partner-metrics span { display: block; color: var(--lm-muted); font-size: .64rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.lm-partner-metrics strong { display: block; margin: 5px 0 3px; overflow-wrap: anywhere; color: var(--lm-primary); font-size: clamp(1.05rem, 2vw, 1.35rem); line-height: 1.18; }
.lm-partner-metrics small { display: block; color: var(--lm-muted); font-size: .68rem; line-height: 1.35; }
.lm-partner-panel { margin-top: 16px; padding: clamp(20px, 3vw, 28px); border: 1px solid var(--lm-line); border-radius: 20px; background: rgba(255, 255, 255, .95); box-shadow: 0 13px 32px rgba(24, 36, 62, .065); scroll-margin-top: 20px; }
.lm-partner-section-head { display: flex; gap: 16px; justify-content: space-between; align-items: flex-start; }
.lm-partner-section-head h2 { margin: 4px 0 0; color: var(--lm-primary); font-size: clamp(1.4rem, 3vw, 1.9rem); letter-spacing: -.025em; line-height: 1.1; }
.lm-partner-panel > p { max-width: 780px; color: var(--lm-muted); }
.lm-partner-status { flex: 0 0 auto; padding: 6px 10px; border-radius: 999px; background: rgba(183, 219, 56, .24); color: var(--lm-primary); font-size: .68rem; font-weight: 850; }
.lm-partner-foundation-list { display: grid; gap: 0; margin: 22px 0 0; padding: 0; list-style: none; counter-reset: partner-step; }
.lm-partner-foundation-list li { position: relative; display: grid; grid-template-columns: minmax(130px, .65fr) minmax(0, 1.35fr); gap: 14px; padding: 15px 14px 15px 50px; border-top: 1px solid var(--lm-line); counter-increment: partner-step; }
.lm-partner-foundation-list li::before { position: absolute; top: 13px; left: 8px; display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid var(--lm-line); border-radius: 50%; background: var(--lm-soft); color: var(--lm-muted); content: counter(partner-step); font-size: .7rem; font-weight: 850; }
.lm-partner-foundation-list li.is-complete::before { border-color: var(--lm-accent); background: var(--lm-accent); color: var(--lm-primary); content: "✓"; }
.lm-partner-foundation-list strong { color: var(--lm-primary); font-size: .82rem; }
.lm-partner-foundation-list span { color: var(--lm-muted); font-size: .8rem; }
.lm-partner-contact-list { display: grid; margin-top: 20px; border-top: 1px solid var(--lm-line); }
.lm-partner-contact-list > div { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; gap: 12px; align-items: center; min-width: 0; padding: 13px 4px; border-bottom: 1px solid var(--lm-line); }
.lm-partner-person { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; background: rgba(105, 186, 187, .18); color: var(--lm-teal-dark); }
.lm-partner-person svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.lm-partner-contact-list > div > span:nth-child(2) { display: grid; min-width: 0; }
.lm-partner-contact-list strong { overflow: hidden; color: var(--lm-primary); font-size: .83rem; text-overflow: ellipsis; white-space: nowrap; }
.lm-partner-contact-list small { color: var(--lm-muted); font-size: .7rem; }
.lm-partner-contact-list em { color: var(--lm-teal-dark); font-size: .68rem; font-style: normal; font-weight: 850; }
.lm-partner-logout { margin: 20px 3px 0; text-align: right; }
.lm-partner-logout a { color: var(--lm-muted); font-size: .74rem; font-weight: 750; }
.lm-partner-notice { margin: 0; padding: 13px 18px; border-bottom: 1px solid #efc9c6; background: #fff0ef; color: #85251f; font-weight: 750; }
.lm-partner-wrap--login { max-width: 980px; background: var(--lm-primary); }
.lm-partner-login { display: grid; min-height: 580px; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); }
.lm-partner-login__intro { position: relative; display: flex; min-height: 100%; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: clamp(34px, 6vw, 68px); background-image: linear-gradient(90deg, rgba(24, 36, 62, .98), rgba(24, 36, 62, .68)), url(//www.lentemarathon.nl/wp-content/plugins/mijn-lentemarathon-core/assets/images/dashboard-hero.jpg); background-position: center; background-size: cover; color: #fff; }
.lm-partner-login__intro > * { position: relative; z-index: 1; }
.lm-partner-login__intro .lm-eyebrow { color: var(--lm-accent); }
.lm-partner-login__intro h1 { max-width: 560px; margin: 8px 0 14px; color: #fff; font-size: clamp(2.3rem, 5vw, 4.2rem); letter-spacing: -.055em; line-height: .95; }
.lm-partner-login__intro p:not(.lm-eyebrow) { max-width: 520px; color: rgba(255, 255, 255, .78); }
.lm-partner-login__intro a { color: var(--lm-sky) !important; }
.lm-partner-login > form,
.lm-partner-login > p { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 5vw, 52px); background: #fff; }
.lm-partner-login form label:not(.lm-partner-remember) { display: grid; gap: 7px; margin-bottom: 16px; color: var(--lm-primary); font-size: .8rem; font-weight: 850; }
.lm-partner-login input[type="email"],
.lm-partner-login input[type="password"] { width: 100%; min-height: 48px; padding: 10px 13px; border: 1px solid var(--lm-line); border-radius: 11px; background: #fff; color: var(--lm-primary); font: inherit; }
.lm-partner-login input[type="email"]:focus,
.lm-partner-login input[type="password"]:focus { border-color: var(--lm-teal-dark); box-shadow: 0 0 0 4px rgba(105, 186, 187, .15); }
.lm-partner-remember { display: flex; gap: 8px; align-items: center; margin: 0 0 20px; color: var(--lm-muted); font-size: .76rem; }
.lm-partner-login .lm-button { justify-content: center; width: 100%; margin: 0 0 16px; }
.lm-partner-login form > a { align-self: center; color: var(--lm-teal-dark); font-size: .75rem; font-weight: 750; }
@media (max-width: 880px) {
.lm-partner-shell { grid-template-columns: 180px minmax(0, 1fr); }
.lm-partner-account > span:last-child { display: none; }
.lm-partner-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lm-partner-metrics > div:nth-child(2) { grid-column: span 2; grid-row: 2; }
}
@media (max-width: 700px) {
.lm-partner-wrap { border-radius: 20px; }
.lm-partner-topbar { min-height: 74px; padding: 12px 15px 18px; }
.lm-partner-brand small { display: none; }
.lm-partner-brand strong { font-size: .85rem; }
.lm-partner-brand__mark { flex-basis: 38px; width: 38px; height: 38px; border-radius: 11px; }
.lm-partner-logo--header { width: 42px; height: 42px; flex-basis: 42px; }
.lm-partner-shell { display: block; }
.lm-partner-sidebar { padding: 13px; }
.lm-partner-company-card,
.lm-partner-manager { display: none; }
.lm-partner-sidebar nav { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; margin: 0; }
.lm-partner-sidebar nav a { min-height: 40px; justify-content: center; padding: 8px; text-align: center; }
.lm-partner-sidebar nav a::before { display: none; }
.lm-partner-sidebar nav a.is-current { box-shadow: inset 0 -3px 0 var(--lm-accent); }
.lm-partner-main { padding: 14px; }
.lm-partner-hero { min-height: 315px; grid-template-columns: 1fr; padding: 26px 22px; }
.lm-partner-edition { justify-self: start; min-width: 0; text-align: left; }
.lm-partner-login { grid-template-columns: 1fr; }
.lm-partner-login__intro { min-height: 330px; }
}
@media (max-width: 480px) {
.lm-partner-account { display: none; }
.lm-partner-brand strong { white-space: normal; }
.lm-partner-sidebar nav a { font-size: .67rem; }
.lm-partner-metrics { grid-template-columns: 1fr; }
.lm-partner-metrics > div:nth-child(2) { grid-column: auto; grid-row: auto; }
.lm-partner-section-head { align-items: flex-start; }
.lm-partner-status { white-space: nowrap; }
.lm-partner-foundation-list li { grid-template-columns: 1fr; gap: 2px; }
.lm-partner-contact-list > div { grid-template-columns: 38px minmax(0, 1fr); }
.lm-partner-contact-list em { grid-column: 2; }
.lm-partner-login__intro,
.lm-partner-login > form,
.lm-partner-login > p { padding: 26px 22px; }
}
@media (prefers-reduced-motion: reduce) {
.lm-partner-wrap * { scroll-behavior: auto !important; }
}