@layer tokens, base, components, responsive, overrides, utilities;
@layer base {


.password-field-control { position: relative; display: block; grid-column: 1 / -1; width: 100%; min-width: 0; }
.password-field-control > input { width: 100%; padding-inline-end: 3.5rem; }
.password-visibility-toggle {
  position: absolute; inset-inline-end: 2px; top: 50%; translate: 0 -50%; display: inline-grid; place-items: center;
  width: 44px; min-width: 44px; height: 44px; min-height: 44px;
  margin: 0; padding: 0; border: 0; border-radius: 10px;
  background: transparent; color: currentColor; box-shadow: none; cursor: pointer; z-index: 1;
}
.password-visibility-toggle:hover { background: color-mix(in srgb, currentColor 10%, transparent); }
.password-visibility-toggle:focus-visible { outline: 3px solid #dff6f8; outline-offset: -3px; }
.password-visibility-icon {
  position: relative;
  display: block;
  width: 22px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 75% 12%;
  transform: rotate(45deg);
}
.password-visibility-icon::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  inset: 2px auto auto 6px;
  border-radius: 50%;
  background: currentColor;
}
.password-visibility-toggle[aria-pressed="true"] .password-visibility-icon::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 28px;
  left: 8px;
  top: -9px;
  border-radius: 2px;
  background: currentColor;
  transform: rotate(-45deg);
}



.meo-lockup{max-width:100%;display:inline-grid;grid-template-columns:minmax(0,1fr);justify-items:center;align-items:center;gap:3px;color:#18323c;line-height:1;text-decoration:none}
.meo-lockup>img{content:var(--brand-logo-url);display:block;width:100%;height:auto;min-width:0}
.meo-lockup-label{display:none}
.meo-lockup-on-dark{padding:0;border-radius:0;color:#fff;background:transparent}
.meo-lockup-on-dark>img{filter:brightness(0) invert(1)}
@media(forced-colors:active){.meo-lockup-label{color:CanvasText}}


:root{--ink:#18323c;--forest:#18323c;--orange:var(--brand-primary, #6e5367);--earth-action:var(--brand-primary, #6e5367);--mint:var(--brand-primary, #6e5367);--paper:#f3f6f8;--muted:#5f6e76;--line:#d5e0e5;--white:#ffffff}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}.auth-page{min-height:100vh;display:flex;flex-direction:column}.auth-nav{height:86px;padding:18px clamp(22px,5vw,70px);display:flex;align-items:center;justify-content:space-between}.auth-logo{width:116px}.auth-logo img{display:block;width:100%}.auth-nav>a:last-child{padding:10px 14px;border-radius:12px;color:var(--forest);text-decoration:none;font-size: 16px;font-weight:700}.auth-shell{width:min(1120px,calc(100% - 40px));margin:auto;display:grid;grid-template-columns:1fr minmax(390px,470px);gap:clamp(50px,9vw,130px);align-items:center;padding:35px 0 70px}.auth-shell.compact{max-width:1000px}.auth-story{padding:20px}.kicker,.step-label{color:var(--orange);font-size: 16px;font-weight:800;letter-spacing:.14em}.auth-story h1{margin:16px 0 18px;font-size:calc(clamp(45px,6vw,75px) - 2.6667px);line-height:.95;letter-spacing:-.065em}.auth-story>p{max-width:480px;color:var(--muted);font-size: 16px;line-height:1.7}.story-points{margin-top:31px;display:grid;gap:11px;color:var(--forest);font-size: 16px;font-weight:800}.auth-card{position:relative;padding:38px;border:1px solid var(--line);border-radius:28px;background:var(--white);box-shadow:0 24px 70px rgba(24,50,60,.1)}.auth-card h2{margin:9px 0 7px;font-size:calc(30px - 2.6667px);letter-spacing:-.045em}.auth-card>p{margin:0 0 24px;color:var(--muted);font-size: 16px;line-height:1.55}.mascot{width:58px;height:58px}.mascot img{width:100%}form{display:grid;gap:15px}label{display:grid;grid-template-columns:1fr auto;gap:7px;color:var(--ink);font-size: 16px;font-weight:700}label input{grid-column:1/-1;width:100%;height:49px;padding:0 14px;border:1.5px solid var(--line);border-radius:13px;color:var(--ink);background:#fff;font:inherit;font-size: 16px;outline:0}label input:focus{border-color:var(--orange);box-shadow:0 0 0 4px rgb(var(--brand-primary-rgb, 53 107 112) / .1)}label a,.auth-switch a,.back-link{color:var(--forest);font-weight:700;text-decoration:none}label small{grid-column:1/-1;color:var(--muted);font-size: 16px;font-weight:500}.check{display:flex;align-items:center;color:var(--muted);font-weight:600}.check input{width:18px;height:18px;flex:0 0 auto}.auth-primary,.auth-secondary,.auth-provider{min-height:49px;border:0;border-radius:13px;display:flex;align-items:center;justify-content:center;font-size: 16px;font-weight:800;text-decoration:none;cursor:pointer}.auth-primary{color:#fff;background:var(--earth-action)}.auth-primary:hover{color:#fff;background:var(--forest)}.auth-primary.link{margin-top:20px}.auth-secondary{margin-top:10px;border:1.5px solid var(--line);color:var(--ink);background:#fff}.auth-divider{display:flex;align-items:center;gap:10px;margin:20px 0;color:var(--muted);font-size: 16px}.auth-divider:before,.auth-divider:after{content:"";height:1px;flex:1;background:var(--line)}.auth-methods{display:grid;grid-template-columns:1fr 1fr;gap:9px}.auth-provider{gap:9px;border:1.5px solid var(--line);color:var(--ink);background:#fff}.auth-provider:hover{border-color:var(--orange)}.auth-provider b{font-size:16px}.auth-switch{margin:22px 0 0;text-align:center}.auth-alert,.biometric-status{margin-bottom:14px;padding:12px 13px;border-radius:11px;color:var(--brand-primary, #6e5367);background:#e8f8fa;font-size: 16px;line-height:1.5}.biometric-status{margin:12px 0 0;color:var(--forest);background:#e7f0f4}.auth-footer{padding:20px clamp(22px,5vw,70px);display:flex;justify-content:space-between;color:#8c9691;font-size: 16px}.success-mark,.google-mark{width:64px;height:64px;border-radius:20px;display:grid;place-items:center;color:var(--forest);background:var(--mint);font-size:26px;font-weight:800}.google-mark{border:1px solid var(--line);color:#4285f4;background:#fff}.provider-note{margin-top:-3px;color:var(--orange);font-weight:700}.sso-preview{margin:18px 0;padding:16px;border-radius:15px;background:#edf2f4;display:grid;gap:7px}.sso-preview strong,.sso-preview span{display:block}.sso-preview strong{font-size: 16px}.sso-preview span{color:var(--muted);font-size: 16px}.back-link{display:inline-block;margin-bottom:20px;font-size: 16px}@media(max-width:800px){.auth-nav{height:72px}.auth-shell,.auth-shell.compact{grid-template-columns:1fr;width:min(540px,calc(100% - 28px));gap:10px;padding:10px 0 45px}.auth-story{padding:10px 8px 22px}.auth-story h1{font-size:calc(43px - 2.6667px)}.story-points{display:none}.auth-card{padding:27px}.auth-footer{display:grid;gap:6px;text-align:center}.auth-methods{grid-template-columns:1fr}}
.auth-footer{align-items:end;gap:28px;color:#6f7b7f;font-size:16px}.auth-publisher{display:grid;gap:3px;margin:0;font-style:normal;line-height:1.45}.auth-publisher>span:first-child{color:var(--earth-action);font-weight:700}.auth-publisher strong{color:var(--ink)}.auth-footer nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:14px}@media(max-width:800px){.auth-footer{gap:18px;text-align:left}.auth-footer nav{justify-content:flex-start}}


.auth-page a { text-decoration: none; }

label select{grid-column:1/-1;width:100%;height:49px;padding:0 14px;border:1.5px solid var(--line);border-radius:13px;color:var(--ink);background:#fff;font:inherit;font-size:16px;outline:0}label select:focus{border-color:var(--orange);box-shadow:0 0 0 4px rgb(var(--brand-primary-rgb, 53 107 112) / .1)}
.auth-sim-status{margin:0;padding:14px 15px;border-radius:14px;color:#4b5f68;background:#edf2f4;font-size:16px;line-height:1.55;font-weight:650}.auth-sim-status.is-confirmed{color:#174c3b;background:#e4f2eb}.auth-sim-status.is-local_required{color:#47565d;background:#dff6f8}


.auth-footer{margin-top:34px;padding:34px clamp(28px,5vw,72px);display:grid;grid-template-columns:minmax(330px,1.35fr) minmax(180px,.55fr) minmax(260px,.8fr);align-items:start;gap:clamp(28px,5vw,72px);color:rgba(255,255,255,.68);background:#090c0d}
.auth-footer-brand{display:grid;grid-template-columns:132px minmax(0,1fr);align-items:start;gap:24px}.auth-footer-lockup{width:132px;color:#fff}.auth-footer-lockup img{width:100%;height:auto;filter:brightness(0) invert(1)}
.auth-publisher{gap:2px;color:rgba(255,255,255,.62)}.auth-publisher>span:first-child{color:var(--orange)}.auth-publisher strong{color:#fff}
.auth-footer-links,.auth-footer-coverage{display:grid;align-content:start;gap:13px}.auth-footer-links>strong,.auth-footer-coverage>strong{color:var(--brand-primary, #6e5367);font-size:16px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.auth-footer nav{display:grid;justify-content:start;gap:10px}.auth-footer a{color:rgba(255,255,255,.75);font-weight:750}.auth-footer a:hover{color:#fff}.auth-footer-coverage span{max-width:280px;line-height:1.55}
.auth-scroll-top{position:fixed;z-index:169;right:max(22px,env(safe-area-inset-right));bottom:max(22px,env(safe-area-inset-bottom));width:48px;height:48px;padding:0;border:0;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--earth-action);box-shadow:0 14px 36px rgba(9,12,13,.24);opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .18s ease,transform .18s ease,background .18s ease}.auth-scroll-top.is-visible{opacity:1;pointer-events:auto;transform:none}.auth-scroll-top:hover{background:var(--forest)}.auth-scroll-top svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.auth-page .auth-nav .public-usability-fab{position:static;min-height:44px;padding-inline:11px;border-radius:13px;color:var(--ink);background:var(--white);box-shadow:0 7px 20px rgba(16,45,58,.1);transform:none}
.auth-page .auth-nav .public-usability-fab img{filter:none}.auth-page.is-footer-visible .auth-scroll-top{opacity:0;pointer-events:none;transform:translateY(12px)}
@media(max-width:960px){.auth-footer{grid-template-columns:1fr 1fr}.auth-footer-brand{grid-column:1/-1}}
@media(max-width:620px){.auth-footer{padding:30px 24px calc(34px + env(safe-area-inset-bottom));grid-template-columns:1fr;gap:28px}.auth-footer-brand{grid-column:1;grid-template-columns:104px 1fr;gap:18px}.auth-footer-lockup{width:104px}.auth-footer-links,.auth-footer-coverage{padding-top:20px;border-top:1px solid rgba(255,255,255,.12)}.auth-scroll-top{right:max(14px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom))}}


.auth-provider-stack{display:grid;gap:10px}.auth-provider-wide{width:100%}.auth-provider img{width:21px;height:21px;object-fit:contain}.auth-provider.auth-passkey-provider img{width:20px;height:20px}.auth-modern-divider{margin:16px 0}.auth-modern-divider span{white-space:nowrap}.biometric-status:empty{display:none}.google-country-card{display:grid;gap:18px}.google-identity{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:13px;padding:13px;border-radius:16px;background:#edf2f4}.google-identity-mark{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;color:#fff;background:var(--forest);font-weight:800}.google-identity strong,.google-identity span{display:block}.google-identity span{margin-top:2px;color:var(--muted);overflow-wrap:break-word}.passkey-card{display:grid;gap:18px}.passkey-shield{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:#e7f0f4}.passkey-shield img{width:27px;height:27px}.passkey-list{display:grid;gap:9px}.passkey-list article{padding:14px;border-radius:14px;background:#edf2f4;display:flex;justify-content:space-between;gap:16px}.passkey-list article span{color:var(--muted)}
@media(max-width:620px){.passkey-list article{display:grid;gap:4px}}
.google-profile-summary{margin:0 0 4px;padding:15px 17px;border:1px solid var(--line);border-radius:16px;background:#edf2f4}.google-profile-summary header{margin-bottom:11px;color:#267052;font-size:16px}.google-profile-summary dl{margin:0;display:grid;gap:9px}.google-profile-summary dl>div{display:grid;grid-template-columns:minmax(82px,.32fr) minmax(0,1fr);gap:14px;align-items:baseline}.google-profile-summary dt{color:var(--muted);font-weight:750}.google-profile-summary dd{min-width:0;margin:0;color:var(--ink);font-weight:700;overflow-wrap:break-word}@media(max-width:420px){.google-profile-summary dl>div{grid-template-columns:1fr;gap:2px}}


main.auth-shell[tabindex="-1"]:focus{outline:0}.auth-modern-methods{display:grid;grid-template-columns:1fr;gap:10px}.auth-modern-methods .auth-provider{width:100%;min-width:0;padding:11px 16px;text-align:center;line-height:1.25}.auth-modern-methods .biometric-status{margin:2px 0 0}.auth-email-primary{padding:18px;border-radius:18px;background:color-mix(in srgb,var(--paper) 70%,var(--white))}.auth-password-fallback{margin-top:2px}.auth-password-fallback summary{min-height:49px;padding:13px 15px;border:1px solid var(--line);border-radius:13px;display:flex;align-items:center;cursor:pointer;font-weight:700}.auth-password-fallback summary::before{content:'›';margin-right:9px;transition:transform .16s ease}.auth-password-fallback[open] summary::before{transform:rotate(90deg)}.auth-password-fallback form{margin-top:14px;padding:16px;border-radius:16px;background:var(--paper)}
@media(max-width:359px){.auth-card{padding:20px}.auth-modern-methods .auth-provider{font-size:16px}.auth-email-primary{padding:14px}}
@media(min-width:360px) and (max-width:479px){.auth-card{padding:24px}.auth-email-primary{padding:15px}}
@media(min-width:480px) and (max-width:719px){.auth-card{padding:30px}.auth-shell{max-width:600px}}
@media(min-width:720px) and (max-width:899px){.auth-shell{grid-template-columns:1fr;max-width:660px}.auth-story{padding-bottom:6px}.story-points{grid-template-columns:repeat(3,1fr);font-size:16px}}
@media(min-width:900px) and (max-width:1199px){.auth-shell{width:min(1040px,calc(100% - 48px));grid-template-columns:minmax(0,1fr) minmax(390px,450px);gap:54px}}
@media(min-width:1200px) and (max-width:1439px){.auth-shell{width:min(1160px,calc(100% - 64px));gap:78px}.auth-card{padding:40px}}
@media(min-width:1440px){.auth-shell{width:min(1240px,calc(100% - 80px));grid-template-columns:minmax(0,1fr) 480px;gap:96px}.auth-card{padding:42px}.auth-story h1{max-width:720px}}

.auth-submit-with-help{display:grid;grid-template-columns:minmax(0,1fr) 46px;gap:10px;align-items:center}.auth-context-help{width:44px;height:44px;padding:0;border:0;border-radius:50%;display:inline-grid;place-items:center;color:#fff;background:#050505;font:900 21px/1 system-ui,sans-serif;cursor:pointer}.auth-context-help img{display:block;width:24px;height:24px}.auth-context-help:hover,.auth-context-help:focus-visible{background:#18323c;outline:3px solid rgba(24,50,60,.24);outline-offset:3px}.auth-private-email .auth-context-help{vertical-align:middle;margin-left:6px}.auth-help-dialog{width:min(480px,calc(100vw - 32px));padding:0;border:0;border-radius:22px;box-shadow:0 24px 80px rgba(0,0,0,.28)}.auth-help-dialog::backdrop{background:rgba(10,24,30,.56);backdrop-filter:blur(3px)}.auth-help-dialog-body{position:relative;padding:30px}.auth-help-dialog-body h2{margin:0 34px 10px 0;color:var(--ink);font-size:calc(26px - 2.6667px)}.auth-help-dialog-body p{margin:0 0 22px;color:var(--muted);line-height:1.6}.auth-help-dialog-body .auth-primary{width:100%}.auth-help-close{position:absolute;top:14px;right:14px;width:40px;height:40px;border:0;border-radius:50%;color:#fff;background:#050505;font-size:24px;line-height:1;cursor:pointer}.auth-help-close:focus-visible{outline:3px solid rgba(24,50,60,.28);outline-offset:3px}

.auth-operator-cancel{margin:0;text-align:center}.auth-link-button{appearance:none;border:0;background:transparent;color:var(--forest);cursor:pointer;font:inherit;font-weight:700;padding:.65rem .8rem}.auth-link-button:hover,.auth-link-button:focus-visible{color:var(--earth-action)}

.checkout-price-summary{margin:18px 0;padding:20px;border-radius:18px;background:#edf3f5;display:grid;gap:6px}.checkout-price-summary span{font-weight:700}.checkout-price-summary strong{font-size:clamp(34px,6vw,52px);letter-spacing:-.05em}.checkout-price-summary small{color:var(--muted);font-size:16px;line-height:1.5}.checkout-reassurance{margin:0 0 22px;padding:0;list-style:none;display:grid;gap:9px;color:var(--muted)}.checkout-reassurance li{position:relative;padding-left:25px;line-height:1.45}.checkout-reassurance li:before{content:'✓';position:absolute;left:0;color:#267052;font-weight:800}
.auth-submit-with-help{grid-template-columns:minmax(0,1fr) 36px}.auth-context-help{width:33px;height:33px;font-size:35px}
.auth-login-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin:0 0 16px;padding:5px;border:1px solid var(--line);border-radius:15px;background:var(--paper)}.auth-login-tab{min-height:42px;padding:8px 7px;border:0;border-radius:11px;color:var(--muted);background:transparent;font:800 15px/1.15 inherit;cursor:pointer}.auth-login-tab.is-active{color:var(--ink);background:#fff;box-shadow:0 3px 12px rgba(24,50,60,.1)}.auth-login-tab:focus-visible{outline:3px solid rgb(var(--brand-primary-rgb, 53 107 112) / .35);outline-offset:2px}.auth-login-panel[hidden]{display:none}.auth-panel-lead{margin:0 0 12px;color:var(--muted);font-size:16px;line-height:1.45}.auth-password-form{padding:16px;border-radius:16px;background:var(--paper)}
@media(max-width:430px){.auth-login-tab{font-size:16px;padding-inline:4px}.auth-login-tabs{gap:3px}}
.auth-login-tab{display:flex;align-items:center;justify-content:center;gap:5px;padding:6px 4px;line-height:.95;white-space:normal}.auth-login-tab img{width:18px;height:18px}.auth-tab-google{font:950 18px/1 Arial,sans-serif;color:#4285f4}.auth-tab-password{font:950 12px/1 Arial,sans-serif;letter-spacing:1px}
.auth-login-tab.is-active img{filter:brightness(0) invert(1)}.auth-login-tab.is-active .auth-tab-google,.auth-login-tab.is-active .auth-tab-password{color:#fff}
.auth-context-help{background:#eef3f4;color:#18323c;border:1px solid rgba(24,50,60,.28);box-shadow:none}.auth-context-help{width:27px;height:27px;font-size:32px;line-height:.72}
@media(min-width:900px){.auth-shell{width:min(1320px,calc(100% - 64px));grid-template-columns:minmax(0,35fr) minmax(0,65fr);gap:clamp(34px,5vw,72px)}.auth-card{padding:44px 48px}.auth-story{padding:24px 10px 24px 0}}
@media(min-width:720px) and (max-width:899px){.auth-shell{width:min(720px,calc(100% - 40px));grid-template-columns:1fr;gap:28px;padding:24px 0 54px}.auth-story{text-align:center;padding:18px 16px 4px}.auth-story h1{max-width:620px;margin-inline:auto}.auth-story>p{margin-inline:auto;max-width:620px}.story-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:24px}.story-points span{display:flex;justify-content:center;text-align:center}.auth-card{width:100%;padding:32px;border-radius:24px}}
.auth-login-tabs{position:relative;gap:4px;margin:2px 0 22px;padding:4px;border:1px solid color-mix(in srgb,var(--line) 82%,var(--forest));border-radius:16px;background:color-mix(in srgb,var(--paper) 72%,var(--white));box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}.auth-login-tab{position:relative;min-height:40px;border-radius:12px;color:var(--muted);font-weight:700;font-size:16px;line-height:.86;transition:color .16s ease,background .16s ease,box-shadow .16s ease;white-space:nowrap}.auth-login-tab.is-active{color:#fff;background:var(--earth-action);box-shadow:0 7px 18px rgb(var(--brand-primary-rgb, 53 107 112) / .22)}.auth-login-tab:not(.is-active):hover{color:var(--ink);background:rgba(255,255,255,.72)}.auth-login-panel{animation:auth-panel-in .16s ease-out}@keyframes auth-panel-in{from{opacity:.55;transform:translateY(3px)}to{opacity:1;transform:none}}
@media(max-width:899px){.auth-shell{width:min(720px,calc(100% - 32px))}}
@media(max-width:520px){.auth-login-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.auth-login-tab{min-height:44px;white-space:normal;font-size:16px;line-height:.86}}

.auth-submit-with-help{grid-template-columns:minmax(0,1fr) 44px;gap:12px}
.auth-context-help{position:relative;width:40px;height:40px;min-width:40px;padding:0;border:0;border-radius:50%;display:grid;place-items:center;background:#111;color:#fff;box-shadow:0 6px 16px rgba(17,17,17,.16);cursor:pointer;transition:background .16s ease,transform .16s ease,box-shadow .16s ease}
.auth-context-help img{display:block;width:20px;height:20px;filter:brightness(0) invert(1)}
.auth-context-help:hover{background:#2a2a2a;transform:translateY(-1px);box-shadow:0 9px 22px rgba(17,17,17,.2)}
.auth-context-help:focus-visible{outline:3px solid rgb(var(--brand-primary-rgb, 53 107 112) / .28);outline-offset:3px}
:root[data-theme="dark"] .auth-context-help{background:#050505;color:#fff}
.auth-card h2{font-size:calc(26px - 2.6667px)}
.auth-card>p{font-size:16px}
@media(min-width:900px){.auth-card{padding:52px 60px}.auth-login-tab{font-size:16px}}

.auth-login-panel{min-height:350px;display:flex;flex-direction:column;justify-content:flex-start}
.auth-login-panel[hidden]{display:none}
.auth-login-panel>form,.auth-login-panel>.auth-modern-methods{width:100%}
.checkout-order-summary{margin:18px 0;padding:18px;border:1px solid var(--line);border-radius:18px;background:color-mix(in srgb,var(--blue) 7%,var(--white))}.checkout-order-summary h2{margin:6px 0 14px}.checkout-order-summary dl{margin:0;display:grid;gap:9px}.checkout-order-summary dl>div{display:flex;align-items:center;justify-content:space-between;gap:18px}.checkout-order-summary dt{color:var(--muted)}.checkout-order-summary dd{margin:0;font-weight:800}.checkout-order-summary .checkout-order-total{margin-top:5px;padding-top:12px;border-top:1px solid var(--line);font-size:18px}.checkout-order-summary .auth-secondary{margin:14px 0 0}


:root{--shadow-soft:0 10px 30px rgba(16,45,58,.07),0 2px 8px rgba(16,45,58,.035);--shadow-raised:0 24px 64px rgba(16,45,58,.12),0 4px 14px rgba(16,45,58,.05)}
.auth-page{background:linear-gradient(180deg,#f8fafb 0,var(--paper) 520px);text-rendering:optimizeLegibility}
.auth-nav{border-bottom:1px solid rgba(24,50,60,.07);background:rgba(255,255,255,.72);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.auth-card{border-color:rgba(24,50,60,.11);box-shadow:var(--shadow-raised)}
.auth-primary,.auth-provider,.auth-secondary,.auth-login-tab{transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background-color .16s ease}
.auth-primary:hover,.auth-provider:hover,.auth-secondary:hover{transform:translateY(-1px)}
.auth-primary:active,.auth-provider:active,.auth-secondary:active{transform:translateY(0)}
.auth-brand-navigation{display:flex;align-items:center;gap:22px}.auth-back-to-site{min-height:40px;padding:0 12px;border-radius:11px;display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:16px;font-weight:650;text-decoration:none;transition:color .16s ease,background-color .16s ease}.auth-back-to-site:hover{color:var(--ink);background:#edf4f6}.auth-back-to-site:focus-visible{outline:3px solid rgb(var(--brand-primary-rgb, 53 107 112) / .28);outline-offset:2px}@media(max-width:620px){.auth-brand-navigation{gap:10px}.auth-back-to-site{padding-inline:8px;font-size:16px}.auth-back-to-site span{display:none}}


:root{--auth-text:clamp(.9375rem,.91rem + .12vw,1rem);--auth-small:clamp(.8125rem,.79rem + .1vw,.9rem);--auth-title:clamp(2.35rem,2rem + 2vw,3.75rem)}
.auth-page{font-size:var(--auth-text)}
.auth-nav{min-height:5.25rem;height:auto;padding:1rem clamp(1rem,4vw,4.5rem);gap:1rem}
.auth-logo{width:clamp(6.5rem,8vw,8.25rem)}
.auth-back-to-site{min-height:2.5rem;padding-inline:.75rem;font-size:var(--auth-small);font-weight:600}
.auth-shell{width:min(70rem,calc(100% - clamp(2rem,5vw,4rem)));grid-template-columns:minmax(20rem,.85fr) minmax(25rem,1.15fr);gap:clamp(2.5rem,5.5vw,5rem);padding:clamp(2.5rem,5vw,4rem) 0}
.auth-story{padding:clamp(.5rem,2vw,1.5rem)}
.auth-story h1{font-size:calc(var(--auth-title) - 2.6667px);font-weight:700;line-height:.98;letter-spacing:-.055em;text-wrap:balance}
.kicker,.step-label{font-size:var(--auth-small);font-weight:700}
.auth-story>p,.story-points,.auth-card>p,.auth-panel-lead,label,label input,label select,.auth-primary,.auth-secondary,.auth-provider,.auth-switch{font-size:var(--auth-text)}
.story-points{font-weight:650}
.auth-card{width:100%;max-width:36.5rem;min-width:0;justify-self:end;padding:clamp(1.75rem,3vw,2.5rem);border-radius:clamp(1.25rem,2vw,1.75rem);container-type:inline-size}
.auth-card h2{font-size:calc(clamp(1.45rem,1.25rem + .7vw,1.9rem) - 2.6667px);font-weight:700;line-height:1.15;text-wrap:balance}
.auth-login-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:.375rem;margin-bottom:1.25rem;padding:.3rem;border-radius:1rem}
.auth-login-tab{min-width:0;min-height:3rem;padding:.65rem .75rem;gap:.45rem;font-size:clamp(.8125rem,.78rem + .12vw,.9375rem);font-weight:650;line-height:1.2;white-space:normal;text-align:center;overflow-wrap:break-word}
.auth-login-tab img{width:1.125rem;height:1.125rem;flex:0 0 1.125rem}
.auth-primary,.auth-secondary,.auth-provider{min-height:3.125rem;font-weight:700}
.auth-login-panel{min-height:clamp(14.5rem,24vh,17.5rem)}
.auth-email-primary,.auth-password-form{padding:clamp(.875rem,2vw,1.125rem)}
@media(max-width:55.99rem){.auth-shell{grid-template-columns:1fr;width:min(36.5rem,calc(100% - 2rem));gap:1.5rem}.auth-story{text-align:center}.auth-story>p{margin-inline:auto}.story-points{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-card{width:100%;justify-self:center}}
@media(max-width:47.99rem){.auth-nav{align-items:flex-start;flex-wrap:wrap}.auth-nav-actions{margin-left:auto}.auth-story h1{font-size:calc(clamp(2.25rem,9vw,3.5rem) - 2.6667px)}.story-points{display:none}.auth-login-panel{min-height:17rem}}
@media(max-width:35rem){.auth-brand-navigation{width:100%;justify-content:space-between}.auth-nav-actions{width:100%;justify-content:flex-end}.auth-back-to-site span{display:inline}.auth-shell{width:calc(100% - 1.25rem)}.auth-card{padding:1.25rem}.auth-login-tab{min-height:2.875rem}.auth-submit-with-help{grid-template-columns:minmax(0,1fr) 2.75rem;gap:.5rem}}


.auth-nav-help{min-height:2.75rem;padding:0 .85rem;border-radius:.75rem;display:inline-flex;align-items:center;gap:.5rem;color:var(--ink);background:var(--white);box-shadow:0 .35rem 1.2rem rgba(16,45,58,.08);font-size:var(--auth-small);font-weight:650;text-decoration:none}
.auth-nav-help:hover{background:#edf4f6}.auth-nav-help:focus-visible{outline:.1875rem solid rgb(var(--brand-primary-rgb,53 107 112)/.28);outline-offset:.125rem}.auth-nav-help img{width:1.125rem;height:1.125rem}
.auth-preferences-dock{position:fixed;z-index:169;right:max(1.125rem,env(safe-area-inset-right));bottom:max(1.125rem,env(safe-area-inset-bottom));width:auto;max-width:calc(100vw - 2.25rem);min-height:4.125rem;padding:.5rem;border:1px solid rgba(24,50,60,.12);border-radius:1.25rem;display:grid;grid-template-columns:minmax(7.875rem,1fr) minmax(5.75rem,auto) minmax(9.375rem,auto) 2.75rem 2.75rem;gap:.4375rem;align-items:end;color:var(--ink);background:rgba(255,255,255,.96);box-shadow:0 1.125rem 3rem rgba(16,45,58,.16);backdrop-filter:blur(1.125rem);-webkit-backdrop-filter:blur(1.125rem)}
.auth-preference-field{min-width:0;display:grid;gap:.1875rem}.auth-preference-field>span{padding-inline:.4375rem;color:var(--muted);font-size:.6875rem;font-weight:650;line-height:1;letter-spacing:.055em;text-transform:uppercase}
.auth-preferences-dock :is(.auth-market,.language-picker){width:100%;height:2.75rem;border:0;border-radius:.75rem;background:#f3f6f8;box-shadow:none}
.auth-market{display:flex;align-items:center;overflow:hidden}.auth-market select{min-width:0;width:100%;height:2.75rem;padding:0 .45rem;border:0;color:var(--ink);background:transparent;font:650 .8125rem/1.2 inherit}.auth-market button{width:2rem;height:2.75rem;padding:0;border:0;color:var(--ink);background:transparent;font:inherit;font-weight:650;cursor:pointer}
.auth-preferences-dock .language-picker.is-enhanced{height:2.75rem;background:transparent}.auth-preferences-dock .language-picker.is-enhanced .language-picker-trigger{width:100%;min-width:5.75rem;height:2.75rem;border:0;border-radius:.75rem;background:#f3f6f8;box-shadow:none;font-size:.8125rem;font-weight:650}
.auth-preference-brand select{width:100%;height:2.75rem;padding:0 1.875rem 0 .625rem;border:0;border-radius:.75rem;color:var(--ink);background:#f3f6f8;font:inherit;font-size:.75rem;font-weight:620}
.auth-preference-action{width:2.75rem;min-width:2.75rem;height:2.75rem;min-height:2.75rem;padding:0;border:0;border-radius:.75rem;display:grid;place-items:center;color:var(--ink);background:#f3f6f8;box-shadow:none;transform:none;cursor:pointer}.auth-preference-action:hover{background:color-mix(in srgb,var(--brand-primary) 13%,#f3f6f8)}.auth-preference-action b{font-size:1rem;font-weight:650;letter-spacing:-.04em}
.auth-preferences-dock .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap;border:0}
:root[data-theme="dark"] .auth-preferences-dock{border-color:rgba(255,255,255,.12);background:rgba(23,35,41,.96);box-shadow:0 1.125rem 3rem rgba(0,0,0,.3)}
:root[data-theme="dark"] .auth-preferences-dock :is(.auth-market,.language-picker),:root[data-theme="dark"] .auth-preferences-dock .language-picker.is-enhanced .language-picker-trigger,:root[data-theme="dark"] .auth-preference-brand select,:root[data-theme="dark"] .auth-preference-action{color:var(--ink);background:#223138}
.auth-scroll-top{right:max(1.125rem,env(safe-area-inset-right));bottom:calc(6.125rem + env(safe-area-inset-bottom))}.auth-footer{padding-bottom:calc(2.125rem + 5.75rem + env(safe-area-inset-bottom))}.auth-page:has(.auth-cookie-banner:not([hidden])) .auth-preferences-dock{opacity:0;pointer-events:none;transform:translateY(.5rem)}
@media(max-width:47.99rem){.auth-nav{min-height:4.75rem;align-items:center;flex-wrap:nowrap}.auth-brand-navigation{min-width:0}.auth-nav-help span{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.auth-nav-help{width:2.75rem;min-width:2.75rem;padding:0;display:grid;place-items:center}.auth-preferences-dock{right:max(.75rem,env(safe-area-inset-right));bottom:calc(.75rem + env(safe-area-inset-bottom));grid-template-columns:minmax(7.5rem,1fr) minmax(5.5rem,.8fr) minmax(8.75rem,1fr) 2.625rem 2.625rem}.auth-scroll-top{right:max(.875rem,env(safe-area-inset-right));bottom:calc(5.875rem + env(safe-area-inset-bottom))}}
@media(max-width:35rem){.auth-nav{min-height:4.5rem;padding-block:.75rem}.auth-brand-navigation{width:auto;justify-content:flex-start}.auth-back-to-site{white-space:nowrap}.auth-preferences-dock{right:max(.5rem,env(safe-area-inset-right));left:max(.5rem,env(safe-area-inset-left));max-width:none;min-height:8rem;padding:.4375rem;grid-template-columns:minmax(0,1fr) minmax(0,.82fr) 2.625rem 2.625rem;gap:.3125rem;border-radius:1.0625rem}.auth-preference-market{grid-column:1/3}.auth-preference-language{grid-column:3/5}.auth-preference-brand{grid-column:1/3;grid-row:2}.auth-preference-field>span{padding-inline:.3125rem;font-size:.625rem}.auth-market select,.auth-preferences-dock .language-picker.is-enhanced .language-picker-trigger{font-size:.75rem}.auth-preference-brand select{height:2.625rem;font-size:.6875rem}.auth-preference-action{width:2.625rem;min-width:2.625rem;height:2.625rem;min-height:2.625rem;align-self:end}.auth-footer{padding-bottom:calc(2.125rem + 9.25rem + env(safe-area-inset-bottom))}.auth-scroll-top{bottom:calc(9.875rem + env(safe-area-inset-bottom))}}
@media(max-width:26rem){.auth-back-to-site{width:2.5rem;min-width:2.5rem;padding:0;display:grid;place-items:center;font-size:0}.auth-back-to-site span{display:block;font-size:1rem}.auth-nav-help{width:2.5rem;min-width:2.5rem}.auth-logo{width:5.5rem}}


html:has(.auth-preferences-dock){scroll-padding-bottom:7rem}
.auth-card :is(input,select,button,a){scroll-margin-bottom:7rem}
.auth-login-tabs.auth-login-tabs-three{grid-template-columns:repeat(3,minmax(0,1fr))}
.auth-page-ufoundme{--brand-primary:#ff704d;--brand-primary-rgb:255 112 77;--earth-action:#171327;--forest:#171327;--ink:#171327;--paper:#fbfaf7;--line:#e6e1dc;background:linear-gradient(140deg,#fffaf4,#f3edff)}
.auth-logo.auth-logo-ufoundme{width:clamp(8.5rem,12vw,11rem)}.auth-logo-ufoundme img{width:100%;height:auto;display:block}
.auth-page-ufoundme .auth-card{box-shadow:0 28px 75px rgba(23,19,39,.13)}
.auth-page-ufoundme .auth-login-tab.is-active{background:linear-gradient(135deg,#ff704d,#d542b2)}
.auth-page-ufoundme .registration-shell{min-height:calc(100svh - 86px);align-items:center;padding-block:clamp(1.5rem,4vh,3rem)}
.auth-page-ufoundme .registration-illustration{display:none}.auth-page-ufoundme .registration-card{max-width:34rem}
.ufm-registration-form{gap:1rem}.ufm-registration-consent{margin-top:.25rem;padding:.85rem;border-radius:.85rem;background:#f7f3ef}.ufm-registration-consent a{margin-left:.25rem}


.auth-page-ufoundme{--ufm-coral:#ff704d;--ufm-pink:#d542b2;--ufm-blue:#2979c7;position:relative;isolation:isolate;background:radial-gradient(circle at 9% 18%,#ffd2a8 0 9%,transparent 28%),radial-gradient(circle at 88% 28%,#ecccf8 0 11%,transparent 31%),linear-gradient(142deg,#fff9ee 0,#fff 48%,#f2edff 100%)}
.auth-page-ufoundme::before{position:fixed;inset:0;z-index:-1;background:linear-gradient(120deg,#ffffff00 30%,#ff704d0c 30% 58%,#d542b20c 58%);content:'';pointer-events:none}
.auth-page-ufoundme .auth-nav{border-bottom-color:#ff704d20;background:#fffaf1d9}.auth-page-ufoundme .auth-shell{max-width:76rem;grid-template-columns:minmax(23rem,1.05fr) minmax(25rem,.95fr);gap:clamp(2.5rem,6vw,6rem)}
.auth-page-ufoundme .auth-story{position:relative}.auth-page-ufoundme .auth-story h1{max-width:36rem;color:#171327}.auth-page-ufoundme .auth-story h1::first-line{color:var(--ufm-coral)}.auth-page-ufoundme .kicker,.auth-page-ufoundme .step-label{color:var(--ufm-pink)}
.auth-page-ufoundme .story-points{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.auth-page-ufoundme .story-points>span{min-height:3.25rem;padding:.65rem .75rem;display:flex;align-items:center;border:1px solid #17132710;border-radius:1rem;background:#ffffffb8;font-size:.78rem;box-shadow:0 .6rem 1.8rem #1713270a}.auth-page-ufoundme .register-points>span{gap:.5rem}
.auth-page-ufoundme .auth-card{overflow:hidden;border:1px solid #ff704d30;border-radius:2rem;background:#fffdfbe8;box-shadow:0 2rem 5rem #592a4e20;backdrop-filter:blur(1rem)}.auth-page-ufoundme .auth-card::before{height:.42rem;position:absolute;inset:0 0 auto;background:linear-gradient(90deg,var(--ufm-coral),#ffae57,var(--ufm-pink));content:''}.auth-page-ufoundme .auth-card h2{color:#171327}.auth-page-ufoundme .auth-card input{border-color:#dacfd6;background:#fff}.auth-page-ufoundme .auth-card input:focus{border-color:var(--ufm-coral);box-shadow:0 0 0 4px #ff704d1c}.auth-page-ufoundme .auth-primary{background:linear-gradient(135deg,var(--ufm-coral),#ee546e 55%,var(--ufm-pink));box-shadow:0 .75rem 1.8rem #d542b228}.auth-page-ufoundme .auth-primary:hover{background:linear-gradient(135deg,#f65e3b,#c82da0)}.auth-page-ufoundme .auth-secondary,.auth-page-ufoundme .auth-provider{border-color:#d9ced7;background:#fffaf7}.auth-page-ufoundme .auth-switch a{color:#b62b91}.auth-page-ufoundme .ufm-registration-consent,.auth-page-ufoundme .auth-trust-note{background:#fff3ea}
.ufm-auth-mark{width:3.4rem;height:3.4rem;padding:.85rem;display:grid;place-items:center;border-radius:1.15rem;background:linear-gradient(135deg,#ffd36f,var(--ufm-coral));transform:rotate(-5deg)}.ufm-auth-mark img{width:100%;height:100%;filter:brightness(0) invert(1)}
.auth-page-ufoundme .auth-footer-ufoundme{background:#171327}.auth-page-ufoundme .auth-footer-ufoundme .auth-footer-brand{grid-template-columns:11rem minmax(0,1fr);align-items:center}.auth-page-ufoundme .auth-footer-ufoundme .auth-footer-brand p{margin:0;color:#c6c0ce}.auth-page-ufoundme .auth-footer-ufoundme .auth-footer-lockup{width:11rem}.auth-page-ufoundme .auth-footer-ufoundme .auth-footer-links>strong,.auth-page-ufoundme .auth-footer-ufoundme .auth-footer-coverage>strong{color:#ff8a69}
.ufm-auth-scene{height:17rem;margin-top:1.25rem;position:relative;overflow:hidden;border-radius:2rem;background:linear-gradient(145deg,#ffcc6f,var(--ufm-coral) 54%,var(--ufm-pink));box-shadow:0 1.6rem 3.5rem #8b39512b}.ufm-auth-scene::before{position:absolute;inset:-15%;background:#ffffff22;content:'';-webkit-mask:url('/assets/icons/fa-paw.svg') 0 0/4.6rem 4.6rem;mask:url('/assets/icons/fa-paw.svg') 0 0/4.6rem 4.6rem;transform:rotate(-11deg);opacity:.65}.ufm-auth-orbit{position:absolute;border:1px solid #ffffff55;border-radius:50%}.ufm-auth-orbit.orbit-one{width:15rem;height:15rem;right:-3rem;top:-5rem}.ufm-auth-orbit.orbit-two{width:10rem;height:10rem;left:-2rem;bottom:-5rem}
.ufm-auth-phone{width:10.4rem;min-height:15.6rem;left:50%;bottom:-2rem;position:absolute;padding:.75rem .65rem 1rem;border:.42rem solid #171327;border-radius:2rem;color:#171327;background:#fff;text-align:center;transform:translateX(-50%) rotate(3deg);box-shadow:0 1rem 2.5rem #17132738}.ufm-auth-phone>i{width:3.6rem;height:.7rem;top:0;left:50%;position:absolute;border-radius:0 0 .6rem .6rem;background:#171327;transform:translateX(-50%)}.ufm-auth-phone>img{width:5.1rem;height:5.1rem;margin:.8rem auto .35rem;display:block;border:.3rem solid #ffd6b5;border-radius:50%;object-fit:cover}.ufm-auth-phone small,.ufm-auth-phone span{display:block;font-size:.5rem}.ufm-auth-phone strong{display:block;font-size:1.25rem}.ufm-auth-phone b{margin-top:.5rem;padding:.4rem .5rem;display:block;border-radius:.7rem;color:#fff;background:#171327;font-size:.5rem}.ufm-auth-badge{width:4.3rem;right:12%;bottom:1.1rem;position:absolute;filter:drop-shadow(0 .7rem 1rem #17132745);transform:rotate(-12deg)}
@media(max-width:55.99rem){.auth-page-ufoundme .auth-shell{grid-template-columns:1fr}.ufm-auth-scene{max-width:32rem;margin-inline:auto}.auth-page-ufoundme .story-points{max-width:32rem;margin-inline:auto;margin-top:1.2rem}}
@media(max-width:47.99rem){.ufm-auth-scene{height:13rem}.ufm-auth-phone{width:8.4rem;min-height:12rem}.ufm-auth-phone>img{width:3.8rem;height:3.8rem}.ufm-auth-badge{width:3.5rem}.auth-page-ufoundme .auth-story{padding-bottom:0}.auth-page-ufoundme .auth-story>p{margin-bottom:.75rem}}
@media(max-width:35rem){.auth-page-ufoundme .auth-story h1{font-size:2.45rem}.auth-page-ufoundme .story-points{display:none}.ufm-auth-scene{height:10.5rem;margin-top:.75rem;border-radius:1.5rem}.ufm-auth-phone{width:7rem;min-height:10rem;bottom:-2.3rem}.ufm-auth-phone>img{width:3rem;height:3rem;margin-top:.55rem}.ufm-auth-phone b{display:none}.ufm-auth-badge{right:7%;width:2.8rem}.auth-page-ufoundme .auth-card{border-radius:1.5rem}}
@media(max-width:47.99rem){.auth-shell{padding-bottom:7.5rem}}
@media(max-width:35rem){html:has(.auth-preferences-dock){scroll-padding-bottom:10rem}.auth-shell{padding-bottom:10.5rem}.auth-card :is(input,select,button,a){scroll-margin-bottom:10rem}}
@media(max-width:64rem){.auth-preferences-dock{right:max(.75rem,env(safe-area-inset-right));left:max(.75rem,env(safe-area-inset-left));bottom:calc(.75rem + env(safe-area-inset-bottom));width:auto;max-width:none;min-height:8rem;grid-template-columns:repeat(6,minmax(0,1fr));grid-template-rows:auto auto;gap:.375rem}.auth-preference-market{grid-column:1/3}.auth-preference-language{grid-column:3/5}.auth-preference-brand{grid-column:5/7}.auth-preferences-dock .theme-toggle{grid-column:1/4;grid-row:2;width:100%}.auth-preferences-dock .usability-toggle{grid-column:4/7;grid-row:2;width:100%}.auth-footer{padding-bottom:calc(2.125rem + 9.25rem + env(safe-area-inset-bottom))}.auth-scroll-top{bottom:calc(9.875rem + env(safe-area-inset-bottom))}html:has(.auth-preferences-dock){scroll-padding-bottom:10rem}.auth-shell{padding-bottom:10.5rem}.auth-card :is(input,select,button,a){scroll-margin-bottom:10rem}}
@media(max-width:35rem){.auth-preferences-dock{right:max(.5rem,env(safe-area-inset-right));left:max(.5rem,env(safe-area-inset-left));grid-template-columns:minmax(0,1fr) minmax(0,.82fr) 2.625rem 2.625rem}.auth-preference-market{grid-column:1/3}.auth-preference-language{grid-column:3/5}.auth-preference-brand{grid-column:1/3;grid-row:2}.auth-preferences-dock .theme-toggle{grid-column:3;grid-row:2;width:2.625rem}.auth-preferences-dock .usability-toggle{grid-column:4;grid-row:2;width:2.625rem}}


.auth-preferences-handle{display:none}
@media(max-width:74.9375rem){
  .auth-preferences-dock{transition:opacity .18s ease,transform .18s ease,box-shadow .18s ease}
  .auth-preferences-handle{position:absolute;z-index:2;top:-1.375rem;left:50%;min-width:10.5rem;min-height:3rem;padding:0 1.125rem;border:1px solid rgba(24,50,60,.14);border-radius:999px;display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--ink);background:rgba(255,255,255,.98);box-shadow:0 .5rem 1.375rem rgba(16,45,58,.15);font:650 .8125rem/1.1 inherit;transform:translateX(-50%);touch-action:manipulation;-webkit-tap-highlight-color:transparent;cursor:pointer}
  .auth-preferences-handle:focus-visible{outline:.1875rem solid var(--brand-secondary,var(--apricot));outline-offset:.1875rem}
  .auth-preferences-handle [data-preferences-dock-icon]{font-size:1.125rem;line-height:1}
  .auth-preferences-dock.is-collapsed{right:auto;left:50%;width:min(11.875rem,calc(100vw - 2rem));max-width:11.875rem;min-height:3rem;height:3rem;padding:0;grid-template:1fr/1fr;border-radius:999px;transform:translateX(-50%)}
  .auth-preferences-dock.is-collapsed>:not(.auth-preferences-handle){display:none}
  .auth-preferences-dock.is-collapsed .auth-preferences-handle{position:relative;inset:auto;width:100%;min-width:0;height:3rem;border:0;background:transparent;box-shadow:none;transform:none}
  :root[data-theme="dark"] .auth-preferences-handle{border-color:rgba(255,255,255,.15);color:var(--ink);background:rgba(23,35,41,.98)}
}
@media(prefers-reduced-motion:reduce){.auth-preferences-dock{transition:none}}


.auth-page-ufoundme:has(.registration-shell) .auth-preferences-dock,.auth-page-ufoundme:has(.registration-shell) .auth-scroll-top{display:none}
.auth-page-ufoundme:has(.registration-shell) .auth-footer{padding-bottom:1.75rem}
.auth-page-ufoundme:has(.registration-shell) .registration-shell{width:min(70rem,calc(100% - 3rem));min-height:calc(100svh - 5.375rem);padding:2.25rem 0 3rem;grid-template-columns:minmax(0,1fr) minmax(25rem,28rem);gap:clamp(2.5rem,6vw,5.5rem);align-items:center}
.auth-page-ufoundme:has(.registration-shell) .registration-story{padding:0}.auth-page-ufoundme:has(.registration-shell) .registration-story h1{max-width:31rem;margin:.75rem 0 1rem;font-size:clamp(2.9rem,4.5vw,4.3rem);line-height:.94}.auth-page-ufoundme:has(.registration-shell) .registration-story>p{max-width:29rem;margin:0 0 1.25rem;font-size:.92rem;line-height:1.6}
.auth-page-ufoundme:has(.registration-shell) .story-points{max-width:32rem;margin-top:0;grid-template-columns:repeat(3,minmax(0,1fr))}.auth-page-ufoundme:has(.registration-shell) .story-points>span{min-height:4.1rem;padding:.65rem;align-items:flex-start;border-radius:.9rem;font-size:.68rem;line-height:1.35}.auth-page-ufoundme:has(.registration-shell) .register-points b{color:#171327}
.auth-page-ufoundme:has(.registration-shell) .ufm-auth-scene{height:12.5rem;max-width:32rem;margin-top:1rem;border-radius:1.5rem}.auth-page-ufoundme:has(.registration-shell) .ufm-auth-phone{width:8rem;min-height:11.8rem;bottom:-2.1rem;border-width:.34rem;border-radius:1.55rem}.auth-page-ufoundme:has(.registration-shell) .ufm-auth-phone>img{width:3.7rem;height:3.7rem}.auth-page-ufoundme:has(.registration-shell) .ufm-auth-phone strong{font-size:1rem}.auth-page-ufoundme:has(.registration-shell) .ufm-auth-badge{width:3.45rem;right:14%}
.auth-page-ufoundme:has(.registration-shell) .registration-card{width:100%;max-width:28rem;padding:2rem;border-radius:1.65rem;justify-self:end}.auth-page-ufoundme:has(.registration-shell) .registration-card h2{margin:.45rem 0 .3rem;font-size:1.45rem}.auth-page-ufoundme:has(.registration-shell) .registration-card>p{margin-bottom:1.25rem;font-size:.78rem}
.auth-page-ufoundme:has(.registration-shell) .ufm-registration-form{display:grid;grid-template-columns:1fr;gap:.85rem}.auth-page-ufoundme:has(.registration-shell) .ufm-registration-form>*{grid-column:1}.auth-page-ufoundme:has(.registration-shell) .ufm-registration-form label{font-size:.76rem}.auth-page-ufoundme:has(.registration-shell) .ufm-registration-form label input:not([type=checkbox]){height:3rem;border-radius:.8rem;font-size:.82rem}
.auth-page-ufoundme:has(.registration-shell) .ufm-registration-consent{margin:0;padding:.8rem;align-items:flex-start;border:1px solid color-mix(in srgb,var(--ufm-brand-primary) 22%,transparent);border-radius:.85rem;background:var(--ufm-primary-soft)}.auth-page-ufoundme:has(.registration-shell) .ufm-registration-consent input{margin-top:.08rem;accent-color:var(--ufm-brand-primary)}.auth-page-ufoundme:has(.registration-shell) .ufm-registration-consent span{line-height:1.45}.auth-page-ufoundme:has(.registration-shell) .ufm-registration-terms-help{width:1.65rem;height:1.65rem;min-width:1.65rem;margin-left:.3rem;padding:0;border:0;border-radius:50%;display:inline-grid;place-items:center;vertical-align:middle;color:#fff;background:var(--ufm-brand-primary);font:600 .82rem/1 "Inter",system-ui,sans-serif;cursor:pointer}.auth-page-ufoundme:has(.registration-shell) .ufm-registration-terms-help:hover{background:var(--ufm-brand-secondary)}.auth-page-ufoundme:has(.registration-shell) .ufm-registration-terms-help:focus-visible{outline:3px solid color-mix(in srgb,var(--ufm-brand-primary) 28%,transparent);outline-offset:3px}
.auth-page-ufoundme:has(.registration-shell) .ufm-registration-consent-row{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.45rem}
.auth-page-ufoundme:has(.registration-shell) .auth-trust-note{margin:0;padding:.7rem .8rem;display:flex;align-items:center;gap:.65rem;border:0;border-radius:.8rem;color:#625b67;background:#f6f2fa;font-size:.68rem;line-height:1.45}.auth-page-ufoundme:has(.registration-shell) .auth-trust-note img{width:1.1rem;height:1.1rem;flex:0 0 1.1rem}.auth-page-ufoundme:has(.registration-shell) .auth-primary{min-height:3.15rem;border-radius:.85rem;color:#fff;background:#28183b;box-shadow:none}.auth-page-ufoundme:has(.registration-shell) .auth-switch{margin-top:1.1rem;padding-top:1rem;border-top:1px solid #17132712;font-size:.72rem}.auth-page-ufoundme:has(.registration-shell) .auth-switch a{min-height:2.4rem;padding:0 .9rem;border:1px solid #1713272b;border-radius:999px;display:inline-flex;align-items:center;color:#171327}
@media(max-width:55.99rem){.auth-page-ufoundme:has(.registration-shell) .registration-shell{width:min(36rem,calc(100% - 2rem));padding:1.5rem 0 2.5rem;grid-template-columns:1fr;gap:1.5rem}.auth-page-ufoundme:has(.registration-shell) .registration-story{text-align:center}.auth-page-ufoundme:has(.registration-shell) .registration-story h1,.auth-page-ufoundme:has(.registration-shell) .registration-story>p{margin-inline:auto}.auth-page-ufoundme:has(.registration-shell) .registration-card{max-width:30rem;justify-self:center}.auth-page-ufoundme:has(.registration-shell) .ufm-auth-scene{display:none}}
@media(max-width:35rem){.auth-page-ufoundme:has(.registration-shell) .registration-shell{width:calc(100% - 1rem);padding-top:.8rem}.auth-page-ufoundme:has(.registration-shell) .registration-story h1{font-size:2.45rem}.auth-page-ufoundme:has(.registration-shell) .registration-story>p{font-size:.8rem}.auth-page-ufoundme:has(.registration-shell) .story-points{display:none}.auth-page-ufoundme:has(.registration-shell) .registration-card{padding:1.25rem;border-radius:1.25rem}.auth-page-ufoundme:has(.registration-shell) .auth-switch{display:grid;gap:.6rem}.auth-page-ufoundme:has(.registration-shell) .auth-switch a{justify-content:center}}
.auth-page-ufoundme:has(.registration-shell) :is(.auth-cookie-banner,.auth-cookie-dialog){display:none}
.auth-page-ufoundme :is(.auth-cookie-banner,.auth-cookie-dialog,.auth-preferences-dock,.auth-scroll-top){display:none}
.auth-page-ufoundme:has(.registration-shell) .registration-card{padding:1.45rem 1.65rem}
.auth-page-ufoundme:has(.registration-shell) .registration-card h2{margin:.3rem 0 .15rem;font-size:1.38rem}
.auth-page-ufoundme:has(.registration-shell) .registration-card>p{margin-bottom:.75rem;font-size:.74rem}
.auth-page-ufoundme:has(.registration-shell) .ufm-registration-form{gap:.6rem}
.auth-page-ufoundme:has(.registration-shell) .ufm-registration-consent{padding:.62rem .72rem}
.auth-page-ufoundme:has(.registration-shell) .auth-trust-note{padding:.58rem .72rem}
.auth-page-ufoundme:has(.registration-shell) .auth-primary{min-height:2.9rem}
.auth-page-ufoundme:has(.registration-shell) .auth-switch{margin-top:.75rem;padding-top:.75rem}


.auth-page-ufoundme{font-family:var(--ufm-font-primary,"Inter",system-ui,sans-serif);color:var(--ufm-ink);background:linear-gradient(135deg,color-mix(in srgb,var(--ufm-brand-secondary) 9%,white),white 56%,color-mix(in srgb,var(--ufm-brand-primary) 8%,white))}
.auth-page-ufoundme::before{display:none}
.auth-page-ufoundme .auth-nav{height:82px;min-height:82px;padding:0 max(28px,5vw);border-bottom:1px solid #ece8e3;background:#fffdfaf2;backdrop-filter:blur(16px)}
.auth-page-ufoundme .auth-logo.auth-logo-ufoundme{width:10.3rem}.auth-page-ufoundme .auth-back-to-site,.auth-page-ufoundme .auth-nav-help{min-height:42px;border:1px solid #e6e1dc;border-radius:999px;color:var(--ufm-ink);background:#fff;text-decoration:none;font-size:.72rem;font-weight:750}.auth-page-ufoundme .auth-nav-help:hover,.auth-page-ufoundme .auth-back-to-site:hover{border-color:var(--ufm-brand-primary);background:var(--ufm-primary-soft)}
.auth-page-ufoundme .auth-story .kicker,.auth-page-ufoundme .step-label{color:#716b7a;font-size:.68rem;letter-spacing:.12em}.auth-page-ufoundme .auth-story .kicker::before,.auth-page-ufoundme .step-label::before{width:7px;height:7px;margin-right:8px;border-radius:50%;display:inline-block;background:var(--ufm-brand-primary);content:''}
.auth-page-ufoundme .auth-story h1{color:var(--ufm-ink);font-weight:680;letter-spacing:-.065em}.auth-page-ufoundme .auth-story h1::first-line{color:var(--ufm-brand-primary)}.auth-page-ufoundme .auth-story>p{color:#716b7a}
.auth-page-ufoundme .auth-card{border:1px solid #e6e1dc;border-radius:26px;background:#fff;box-shadow:0 18px 55px #17132712;backdrop-filter:none}.auth-page-ufoundme .auth-card::before{display:none}.auth-page-ufoundme .auth-card h2{color:var(--ufm-ink)}
.auth-page-ufoundme .auth-card :is(input,select,textarea){border-color:#ded8d1;border-radius:11px;color:var(--ufm-ink);background:#fbfaf8}.auth-page-ufoundme .auth-card :is(input,select,textarea):focus{border-color:var(--ufm-brand-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--ufm-brand-primary) 15%,transparent)}
.auth-page-ufoundme .auth-primary{color:#fff;background:var(--ufm-ink);box-shadow:0 12px 30px #17132720}.auth-page-ufoundme .auth-primary:hover{background:color-mix(in srgb,var(--ufm-ink) 86%,var(--ufm-brand-primary))}.auth-page-ufoundme .auth-secondary,.auth-page-ufoundme .auth-provider{border-color:#e6e1dc;background:#fff}.auth-page-ufoundme .auth-provider:hover,.auth-page-ufoundme .auth-secondary:hover{border-color:var(--ufm-brand-primary);background:var(--ufm-primary-soft)}
.auth-page-ufoundme .auth-login-tabs{padding:5px;border-radius:999px;background:#f4f0ec}.auth-page-ufoundme .auth-login-tab{border-radius:999px;color:#716b7a}.auth-page-ufoundme .auth-login-tab.is-active{color:var(--ufm-ink);background:#fff;box-shadow:0 4px 14px #17132712}
.auth-page-ufoundme .ufm-registration-consent,.auth-page-ufoundme .auth-trust-note{border-color:color-mix(in srgb,var(--ufm-brand-primary) 22%,transparent);background:var(--ufm-primary-soft)}.auth-page-ufoundme .ufm-registration-terms-help{color:#fff;background:var(--ufm-brand-primary)}
.auth-page-ufoundme .auth-switch a{color:var(--ufm-ink)}.auth-page-ufoundme .auth-footer-ufoundme{background:var(--ufm-ink)}.auth-page-ufoundme .auth-footer-ufoundme .auth-footer-links>strong,.auth-page-ufoundme .auth-footer-ufoundme .auth-footer-coverage>strong{color:var(--ufm-brand-secondary)}
.auth-page-ufoundme .ufm-auth-scene{background:var(--ufm-brand-gradient)}


.auth-footer-ufoundme{padding:4.25rem max(1.5rem,5vw) 1.5rem;display:block;color:#d6d1dd;background:#171327;font-size:.7rem}.ufm-auth-footer-grid{width:min(82.5rem,100%);margin:auto;display:grid;grid-template-columns:1.35fr .65fr .8fr 1.1fr;gap:6vw}.auth-footer-ufoundme .auth-footer-brand{display:block}.auth-footer-ufoundme .auth-footer-lockup{display:inline-flex}.auth-footer-ufoundme .auth-footer-lockup img{width:10.9375rem;height:auto;filter:brightness(0) invert(1)}.auth-footer-ufoundme p{margin:.75rem 0;color:#aaa4b4;font-size:.76rem;line-height:1.55}.auth-footer-ufoundme small{color:#817b89;font-size:.62rem}.auth-footer-ufoundme nav,.ufm-auth-footer-note{display:flex;flex-direction:column;align-items:flex-start;gap:.625rem}.auth-footer-ufoundme strong{margin-bottom:.375rem;color:#fff;font-size:.72rem}.auth-footer-ufoundme a{color:#c6c0ce;text-decoration:none;font-size:.7rem}.auth-footer-ufoundme a:hover,.auth-footer-ufoundme a:focus-visible{color:#fff;text-decoration:underline}.ufm-auth-footer-bottom{width:min(82.5rem,100%);margin:3.125rem auto 0;padding-top:1.25rem;display:flex;justify-content:space-between;gap:1rem;border-top:1px solid #ffffff1b;color:#777180;font-size:.6rem}@media(max-width:56.25rem){.ufm-auth-footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:40.625rem){.auth-footer-ufoundme{padding:3.125rem 1.25rem 1.375rem}.ufm-auth-footer-grid{grid-template-columns:1fr;gap:2.125rem}.ufm-auth-footer-bottom{display:grid;gap:.4375rem}}
.auth-page-ufoundme .auth-footer.auth-footer-ufoundme{padding:4.25rem max(1.5rem,5vw) 1.5rem;display:block;background:#171327}.auth-page-ufoundme .auth-footer-ufoundme .auth-footer-brand{display:block;grid-template-columns:none}.auth-page-ufoundme .auth-footer-ufoundme .auth-footer-lockup{width:auto}@media(max-width:40.625rem){.auth-page-ufoundme .auth-footer.auth-footer-ufoundme{padding:3.125rem 1.25rem 1.375rem}}
.auth-page-ufoundme:has(.registration-shell) .auth-trust-note{width:100%;max-width:none;align-self:stretch;box-sizing:border-box}
@media(max-width:47.99rem){.auth-page-ufoundme .auth-nav{height:68px;min-height:68px;padding:0 14px}.auth-page-ufoundme .auth-logo.auth-logo-ufoundme{width:8.1rem}.auth-page-ufoundme .auth-back-to-site{border:0;background:transparent}.auth-page-ufoundme .auth-nav-help{width:42px;min-width:42px}}

.auth-page-ufoundme .auth-shell{flex:1;min-height:calc(100svh - 82px);align-content:center}
.auth-page-ufoundme .auth-shell>*{min-width:0}
@media(max-width:47.99rem){.auth-page-ufoundme .auth-shell{min-height:calc(100svh - 68px);align-content:center}}
.auth-page-ufoundme,html:has(.auth-page-ufoundme){max-width:100%;overflow-x:clip}
.auth-page-ufoundme .auth-footer-ufoundme .auth-footer-lockup{padding:8px;border-radius:12px;background:#fff}.auth-page-ufoundme .auth-footer-ufoundme .auth-footer-lockup img{filter:none}
.auth-tab-google{color:#1a5fb4}


.auth-page-ufoundme .auth-context-help{
  box-sizing:border-box;
  width:40px;height:40px;
  min-width:40px;max-width:40px;
  min-height:40px;max-height:40px;
  aspect-ratio:1/1;flex:0 0 40px;
  align-self:center;line-height:1;
}
.auth-page-ufoundme .ufm-registration-terms-help{
  box-sizing:border-box;
  width:1.75rem;height:1.75rem;
  min-width:1.75rem;max-width:1.75rem;
  min-height:1.75rem;max-height:1.75rem;
  aspect-ratio:1/1;flex:0 0 1.75rem;
  align-self:center;line-height:1;
}


.auth-shell:has(.ufm-checkout-card){width:min(68rem,calc(100% - 2rem));grid-template-columns:1fr;align-items:start;padding-top:2rem}
.ufm-checkout-card{max-width:68rem;justify-self:center;padding:clamp(1.25rem,3vw,2.5rem)}
.ufm-checkout-card>h1{margin:.55rem 0 .6rem;font-size:clamp(2rem,5vw,3.4rem);line-height:1;letter-spacing:-.045em}.ufm-checkout-card>p{max-width:48rem}
.ufm-checkout-card .checkout-price-summary{margin:1.25rem 0;padding:1rem;border:1px solid rgba(81,53,128,.16);background:#f7f3fa;gap:.55rem}.ufm-checkout-card .checkout-price-summary>div{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.ufm-checkout-card .checkout-price-summary span{font-size:.82rem}.ufm-checkout-card .checkout-price-summary strong{font-size:.9rem;letter-spacing:0;white-space:nowrap}.ufm-checkout-card .checkout-price-summary .checkout-summary-total{margin-top:.35rem;padding-top:.75rem;border-top:1px solid rgba(81,53,128,.18)}.ufm-checkout-card .checkout-price-summary .checkout-summary-total :is(span,strong){color:#352052;font-size:1.08rem;font-weight:850}
.ufm-checkout-form{display:grid;gap:1rem}.checkout-address-card{min-width:0;margin:0;padding:1rem;border:1px solid rgba(53,32,82,.16);border-radius:1rem;display:grid;align-content:start;gap:.85rem;background:#fff}.checkout-address-card legend{padding:0 .5rem;color:#352052;font-size:.92rem;font-weight:850}.checkout-address-card legend span{width:1.65rem;height:1.65rem;margin-right:.5rem;border-radius:50%;display:inline-grid;place-items:center;color:#fff;background:#513580;font-size:.72rem}.checkout-address-card label{font-size:.84rem}.checkout-address-card :is(input,select,textarea){font-size:.92rem}.checkout-address-card textarea{grid-column:1/-1;width:100%;min-height:5rem;padding:.75rem;border:1.5px solid var(--line);border-radius:.8rem;resize:vertical;color:var(--ink);background:#fff;font:inherit}.checkout-address-card textarea:focus{border-color:var(--orange);box-shadow:0 0 0 4px rgb(var(--brand-primary-rgb,53 107 112)/.1);outline:0}
.checkout-same-address{min-height:2.75rem;padding:.65rem .75rem;border-radius:.8rem;display:flex;align-items:center;gap:.6rem;background:#f7f3fa}.checkout-same-address input{width:1.2rem;height:1.2rem;flex:0 0 auto;accent-color:#513580}.checkout-different-label{margin:0;color:var(--muted);font-size:.76rem}.checkout-delivery-fields{display:grid;gap:.85rem}.checkout-delivery-fields[hidden]{display:none}.checkout-gift-message small{grid-column:1/-1;color:var(--muted);font-size:.72rem;font-weight:500}.checkout-terms{margin:.2rem 0;display:flex;align-items:flex-start;gap:.65rem}.checkout-terms input{width:1.2rem;height:1.2rem;flex:0 0 auto}.ufm-checkout-card .auth-help{text-align:center;color:var(--muted);font-size:.75rem}
.checkout-delivery-summary{margin:0 0 1rem;padding:1rem;border:1px solid rgba(81,53,128,.2);border-radius:1rem;display:flex;align-items:center;gap:.8rem;background:#fff}.checkout-delivery-summary>img{width:1.35rem;height:1.35rem}.checkout-delivery-summary>span{display:grid;gap:.2rem}.checkout-delivery-summary strong{color:#352052;font-size:.92rem}.checkout-delivery-summary small{color:var(--muted);font-size:.8rem;line-height:1.4}
.checkout-reminder{grid-column:1/-1;min-height:3.25rem;margin:0;padding:.8rem 1rem;border:1px solid rgba(81,53,128,.2);border-radius:1rem;display:flex;align-items:flex-start;gap:.7rem;color:#4b4255;background:#fbf9fc;font-size:.8rem;line-height:1.45}.checkout-reminder input{width:1.2rem;height:1.2rem;margin:.05rem 0 0;flex:0 0 auto;accent-color:#513580}.checkout-reminder span{font-weight:650}
@media(min-width:720px){.ufm-checkout-form{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.ufm-checkout-form>.checkout-terms,.ufm-checkout-form>.auth-primary{grid-column:1/-1}.ufm-checkout-card .checkout-price-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1.5rem}.ufm-checkout-card .checkout-price-summary .checkout-summary-total{grid-column:1/-1}}
@media(max-width:359px){.auth-shell:has(.ufm-checkout-card){width:calc(100% - 1rem)}.ufm-checkout-card{padding:1rem}.checkout-address-card{padding:.8rem}.ufm-checkout-card .checkout-price-summary>div{align-items:flex-start;flex-direction:column;gap:.15rem}.ufm-checkout-card .checkout-price-summary strong{white-space:normal}}


:root{--forest:#102d3a;--mint:var(--brand-primary, #3f7482)}.auth-nav-actions{display:flex;align-items:center;gap:10px}.auth-nav-actions>a{padding:10px 14px;border-radius:12px;color:var(--forest);text-decoration:none;font-size:16px;font-weight:850}.auth-language{padding:3px;border:1px solid var(--line);border-radius:10px;display:flex;gap:2px;background:#fff}.auth-language a{min-width:29px;padding:6px 5px;border-radius:7px;display:grid;place-items:center;color:var(--muted);text-decoration:none;font-size:16px;font-weight:950}.auth-language a.active{color:#fff;background:var(--forest)}.auth-footer nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:14px}.auth-footer a{color:inherit;text-decoration:none}.auth-footer a:hover{color:var(--forest)}.auth-legal-note,.auth-prototype-note{margin:0;padding:12px;border-radius:11px;color:var(--muted);background:#eef1f2;font-size:16px;line-height:1.55}.auth-legal-note a{color:var(--forest);font-weight:900}.auth-prototype-note{color:#47565d;background:#dff6f8;font-weight:700}@media(max-width:560px){.auth-nav{padding-inline:16px}.auth-logo{width:96px}.auth-nav-actions{gap:5px}.auth-nav-actions>a{display:none}.auth-language a{min-width:27px}.auth-footer nav{justify-content:center}}


.register-points span {
  display: flex;
  align-items: center;
  gap: 10px;
}


.auth-private-email {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 13px;
  color: var(--muted);
  background: color-mix(in srgb, var(--line) 38%, transparent);
}

.auth-private-email strong {
  color: var(--ink);
}


.auth-private-email {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 12px;
  align-items: center;
}

.auth-private-email > span {
  min-width: 0;
}

.auth-private-email .auth-context-help {
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: #111;
  box-shadow: 0 6px 16px rgba(17,17,17,.16);
}

.auth-private-email .auth-context-help img {
  display: block;
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.auth-private-email .auth-context-help:hover {
  background: #2a2a2a;
}

label input.auth-code-input {
  height: 62px;
  text-align: center;
  font-size: 28px;
  font-variant-numeric: tabular-nums;
  font-weight:700;
  letter-spacing: .24em;
}

.auth-otp-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

.auth-otp-actions form {
  display: block;
}

.auth-otp-actions .auth-secondary {
  width: 100%;
  margin: 0;
}

.auth-text-action {
  width: 100%;
  min-height: 49px;
  padding: 8px 12px;
  border: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}

.auth-text-action:hover,
.auth-text-action:focus-visible {
  color: var(--earth-action);
}

.auth-password-fallback {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
}

.auth-password-fallback summary {
  padding: 14px 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight:700;
}

.auth-password-fallback[open] summary {
  border-bottom: 1px solid var(--line);
}

.auth-password-fallback form {
  padding: 16px;
}

@media (max-width: 480px) {
  .auth-otp-actions {
    grid-template-columns: 1fr;
  }
}

.register-points b {
  color: #294956;
  font-weight:700;
}

:root[data-theme="dark"] .register-points b,
:root[data-theme="dark"] .auth-nav-actions > a {
  color: #eef5f6;
}

:root[data-theme="dark"] .auth-nav-actions > a:hover,
:root[data-theme="dark"] .auth-nav-actions > a:focus-visible {
  color: var(--brand-primary, #3f7482);
  background: rgba(255, 255, 255, .08);
}

.story-point-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: var(--orange);
  background: rgb(var(--brand-primary-rgb, 63 116 130) / .12);
}

.story-point-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.auth-shell.registration-shell {
  width: min(1240px, calc(100% - 40px));
  grid-template-columns: minmax(300px, .72fr) minmax(620px, 1.28fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
  padding: 18px 0 38px;
}

.registration-story {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 18px 12px 0;
}

.registration-story h1 {
  margin-top: 12px;
  font-size: calc(clamp(42px, 4.7vw, 64px) - 2.6667px);
}

.registration-story > p {
  margin-bottom: 18px;
}

.registration-illustration {
  position: relative;
  margin: 24px 0 0;
  min-height: 190px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 22px 55px rgba(24, 50, 60, .14);
}

.registration-illustration::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(16, 45, 58, .18));
}

.registration-illustration img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  display: block;
  object-fit: cover;
}

.registration-illustration > .registration-ai-badge {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  width: min(126px, calc(100% - 28px));
  filter: drop-shadow(0 5px 14px rgba(0, 0, 0, .24));
  pointer-events: none;
}

.registration-illustration > .registration-ai-badge img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
}

.registration-card {
  width: 100%;
  padding: 28px 32px;
}

.registration-card > p {
  margin-bottom: 17px;
}

.registration-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
}

.registration-form > label:nth-of-type(3),
.registration-form > .auth-sim-status,
.registration-form > .auth-adult-choice,
.registration-form > .check,
.registration-form > .auth-primary {
  grid-column: 1 / -1;
}

.auth-trust-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 11px 12px;
  border: 1px solid color-mix(in srgb, var(--line) 78%, transparent);
  border-radius: 13px;
  color: var(--muted);
  background: color-mix(in srgb, var(--paper) 76%, white);
  font-size: 16px;
  line-height: 1.45;
}

.auth-trust-note img {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 1px;
}

.auth-trust-note a {
  color: var(--ink);
  font-weight:700;
}

.registration-form .auth-sim-status{display:grid;grid-template-columns:minmax(120px,auto) 1fr;align-items:start;gap:8px 14px;padding:14px 16px}.registration-form .auth-sim-status[hidden]{display:none}.registration-form .auth-sim-status strong{white-space:nowrap;color:var(--ink);font-weight:700}.registration-form .auth-sim-status span{min-width:0}.auth-adult-choice{display:grid;gap:5px}.auth-adult-choice small{display:flex;align-items:flex-start;gap:8px;padding-left:28px;color:var(--muted);font-size:16px;line-height:1.4}.auth-adult-choice small img{width:17px;height:17px;flex:0 0 17px}.auth-inline-link{display:inline;padding:2px 5px;border:0;border-radius:6px;color:var(--earth-action);background:rgb(var(--brand-primary-rgb, 63 116 130) / .1);font:inherit;font-weight:700;text-decoration:none;cursor:pointer}.auth-terms-modal{width:min(720px,calc(100% - 28px));max-height:min(780px,calc(100vh - 30px));padding:28px;border:0;border-radius:24px;color:var(--ink);background:var(--white);box-shadow:0 36px 100px rgba(8,29,37,.3)}.auth-terms-modal::backdrop{background:rgba(11,30,38,.66);backdrop-filter:blur(5px)}.auth-terms-modal-head{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px}.auth-terms-modal-head h2{margin:0;font-size:calc(26px - 2.6667px)}.auth-terms-modal-head>button{width:40px;height:40px;border:0;border-radius:50%;color:var(--ink);background:var(--paper);font-size:25px;cursor:pointer}.auth-terms-modal>p{color:var(--muted);line-height:1.55}.auth-terms-modal ul{display:grid;gap:9px;margin:18px 0;padding-left:22px;color:var(--ink);line-height:1.45}.auth-terms-modal-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:22px}.auth-terms-modal-actions>a{color:var(--earth-action);font-weight:700}.auth-terms-modal-actions .auth-primary{min-width:150px;padding:0 18px}

@media (max-width:620px){.registration-form .auth-sim-status{grid-template-columns:1fr}}

.auth-footer{grid-template-columns:minmax(360px,1.4fr) minmax(210px,.7fr) minmax(230px,.75fr);align-items:start}.auth-footer-brand{align-items:start}.auth-publisher,.auth-publisher>span,.auth-publisher>strong{font-size:13pt}.auth-publisher{align-self:start;line-height:1.48}.auth-publisher>span,.auth-publisher>strong{display:block}.auth-footer-links,.auth-footer-coverage{padding:0;border:0;gap:10px}.auth-footer-links>strong,.auth-footer-coverage>strong{min-height:22px;margin:0;color:var(--brand-primary, #3f7482)}.auth-footer-links nav{display:grid;gap:8px}.auth-footer-links a{display:inline-flex;width:max-content;align-items:center;gap:7px;color:rgba(255,255,255,.84);line-height:1.35;text-decoration:none}.auth-footer-links a::after{content:'›';color:var(--brand-primary, #3f7482);font-size:19px;line-height:1;transition:transform .18s ease}.auth-footer-links a:hover,.auth-footer-links a:focus-visible{color:#fff}.auth-footer-links a:hover::after,.auth-footer-links a:focus-visible::after{transform:translateX(3px)}@media(max-width:960px){.auth-footer{grid-template-columns:1fr 1fr}.auth-footer-brand{grid-column:1/-1}}@media(max-width:620px){.auth-footer{grid-template-columns:1fr}.auth-footer-brand{grid-column:1}.auth-footer-links,.auth-footer-coverage{padding-top:0;border-top:0}}

:root[data-theme="dark"] .auth-page{background:radial-gradient(circle at 18% 12%,rgba(46,91,105,.28),transparent 30%),linear-gradient(145deg,#091419 0%,#0d2028 58%,#101a1e 100%)}:root[data-theme="dark"] .registration-card{border-color:rgba(255,255,255,.1);background:rgba(20,36,43,.94);box-shadow:0 34px 90px rgba(0,0,0,.32)}:root[data-theme="dark"] .registration-story>p{color:#b9c7cc}:root[data-theme="dark"] .registration-illustration{border:1px solid rgba(255,255,255,.1);box-shadow:0 24px 60px rgba(0,0,0,.32)}:root[data-theme="dark"] .pet-kind span,:root[data-theme="dark"] .auth-trust-note{border-color:rgba(255,255,255,.11);color:#c2cdd1;background:rgba(32,52,60,.88)}:root[data-theme="dark"] .registration-form .auth-sim-status{border:1px solid rgba(255,255,255,.08);color:#d6e2e5;background:#20323a}:root[data-theme="dark"] .registration-form .auth-sim-status.is-confirmed{color:#c9eadf;background:#1c3833}:root[data-theme="dark"] .registration-form .auth-sim-status.is-local_required{color:#dff6f8;background:var(--brand-primary, #3f7482)}:root[data-theme="dark"] .auth-inline-link,:root[data-theme="dark"] .auth-terms-modal-actions>a{color:var(--brand-primary, #3f7482)}:root[data-theme="dark"] .auth-terms-modal{border:1px solid rgba(255,255,255,.1);background:#14242b}:root[data-theme="dark"] .auth-terms-modal-head>button{color:#f3f5f4;background:#223840}:root[data-theme="dark"] .auth-terms-modal>p{color:#b9c7cc}:root[data-theme="dark"] .auth-adult-choice small{color:#aebdc2}:root[data-theme="dark"] .registration-card input,:root[data-theme="dark"] .registration-card select{border-color:#3a5059;background:#0f1d23}:root[data-theme="dark"] .registration-card input:focus,:root[data-theme="dark"] .registration-card select:focus{border-color:var(--brand-primary, #3f7482);box-shadow:0 0 0 4px rgb(var(--brand-primary-rgb, 63 116 130) / .14)}

.auth-help-steps{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin:18px 0}.auth-help-steps article{display:grid;grid-template-columns:34px 1fr;gap:10px;padding:13px;border:1px solid var(--line);border-radius:15px;background:color-mix(in srgb,var(--paper) 72%,white)}.auth-help-steps article>span{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;color:#fff;background:var(--ink);font-weight:700}.auth-help-steps strong{display:block;margin:1px 0 3px}.auth-help-steps p{margin:0;color:var(--muted);font-size:16px;line-height:1.4}.auth-help-support{padding:12px 14px;border-radius:13px;color:var(--ink);background:#e8f8fa;font-weight:800;text-align:center}:root[data-theme="dark"] .auth-help-steps article{border-color:rgba(255,255,255,.1);background:#1d3139}:root[data-theme="dark"] .auth-help-steps article>span{color:#162a32;background:var(--brand-primary, #3f7482)}:root[data-theme="dark"] .auth-help-support{color:#d9f7fa;background:var(--brand-primary, #3f7482)}@media(max-width:560px){.auth-help-steps{grid-template-columns:1fr}.auth-terms-modal{padding:22px}.auth-terms-modal-actions{align-items:stretch;flex-direction:column}.auth-terms-modal-actions .auth-primary{width:100%}}

@media (max-width: 960px) {
  .auth-shell.registration-shell {
    width: min(720px, calc(100% - 28px));
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .registration-story { padding: 8px 8px 0; }
  .registration-story h1 { font-size: calc(43px - 2.6667px); }
  .registration-illustration { min-height: 150px; margin-top: 16px; }
  .registration-illustration img { min-height: 150px; max-height: 210px; }
}

@media (max-width: 560px) {
  .registration-card { padding: 24px 20px; }
  .registration-form { grid-template-columns: 1fr; }
  .registration-form > * { grid-column: 1; }
  .registration-illustration { display: none; }
}

.auth-card label select {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 49px;
  padding: 0 42px 0 14px;
  border: 1.5px solid var(--line);
  border-radius: 13px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  font-size: 16px;
}

.auth-logo {
  width: 136px;
}

@media (max-width: 560px) {
  .auth-logo {
    width: 118px;
  }
}


.auth-shell.compact.verification-shell {
  width: min(1120px, calc(100% - 40px));
  max-width: 1120px;
  grid-template-columns: minmax(0, .95fr) minmax(430px, 1.05fr);
  gap: 0;
  padding: 0;
  border-radius: 32px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 34px 90px rgba(16, 45, 58, .14);
}

.auth-story.verification-story {
  position: relative;
  min-height: 570px;
  padding: clamp(38px, 4.5vw, 62px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 74% 64%, rgba(242, 201, 164, .2), transparent 29%),
    linear-gradient(145deg, #102d3a 0%, #173f4b 60%, #1c4751 100%);
  isolation: isolate;
}

.auth-story.verification-story::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .34;
  background-image: radial-gradient(rgba(255, 255, 255, .22) .7px, transparent .7px);
  background-size: 18px 18px;
  mask-image: linear-gradient(135deg, #000, transparent 74%);
}

.auth-story.verification-story .kicker {
  color: #dff6f8;
}

.auth-story.verification-story h1 {
  max-width: 520px;
  margin: 18px 0 20px;
  color: #fff;
  font-size: calc(clamp(42px, 4.4vw, 62px) - 2.6667px);
  line-height: 1.01;
  letter-spacing: -.055em;
}

.auth-story.verification-story > p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
  line-height: 1.65;
}

.verification-visual {
  position: relative;
  width: min(370px, 90%);
  height: 176px;
  margin: 24px auto 2px;
  transform: scale(.88);
}

.verification-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.verification-orbit.orbit-one {
  width: 240px;
  height: 150px;
}

.verification-orbit.orbit-two {
  width: 330px;
  height: 200px;
}

.verification-envelope {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 154px;
  height: 112px;
  padding: 13px 17px;
  border-radius: 28px;
  color: #102d3a;
  background: #ffffff;
  box-shadow: 0 24px 48px rgba(0, 0, 0, .24);
  transform: translate(-50%, -50%) rotate(-3deg);
}

.verification-envelope svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.verification-mascot {
  position: absolute;
  left: calc(50% + 52px);
  top: calc(50% + 25px);
  width: 54px;
  height: 54px;
  padding: 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 13px 30px rgba(0, 0, 0, .25);
}

.verification-mascot img {
  display: block;
  width: 100%;
  height: 100%;
}

.verification-spark {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand-primary, #3f7482);
  box-shadow: 0 0 0 7px rgb(var(--brand-secondary-rgb, 236 122 68) / .13);
}

.verification-spark.spark-one {
  left: 8%;
  top: 31%;
}

.verification-spark.spark-two {
  right: 4%;
  bottom: 25%;
  width: 7px;
  height: 7px;
  background: var(--brand-primary, #3f7482);
  box-shadow: 0 0 0 6px rgba(242, 201, 164, .12);
}

.verification-promises {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.verification-promises span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  border-radius: 999px;
  color: rgba(255, 255, 255, .88);
  background: rgba(255, 255, 255, .09);
  font-weight: 750;
}

.verification-promises svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  fill: none;
  stroke: var(--brand-primary, #3f7482);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.auth-card.verification-card {
  align-self: stretch;
  padding: clamp(38px, 4.2vw, 60px);
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--white);
  box-shadow: none;
}

.verification-status {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--ink);
  background: rgb(var(--brand-secondary-rgb, 236 122 68) / .11);
  font-weight:700;
}

.verification-status > span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgb(var(--brand-secondary-rgb, 236 122 68) / .12);
}

.auth-card.verification-card h2 {
  margin: 18px 0 10px;
  font-size: calc(clamp(32px, 2.8vw, 42px) - 2.6667px);
  line-height: 1.06;
  letter-spacing: -.05em;
}

.auth-card.verification-card > .verification-lead {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.58;
}

.verification-lead strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
}

.verification-next {
  margin: 24px 0 18px;
  padding: 22px;
  border-radius: 22px;
  background: rgba(16, 45, 58, .055);
}

.verification-next h3 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: max(16px, calc(18px - 2.6667px));
  letter-spacing: -.02em;
}

.verification-route {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  column-gap: 12px;
  align-items: center;
}

.verification-route-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 6px 18px rgba(16, 45, 58, .08);
}

.verification-route-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.verification-route-icon.mascot-route img {
  width: 23px;
  height: 23px;
}

.verification-route p {
  margin: 0;
  color: var(--ink);
  font-weight: 780;
  line-height: 1.35;
}

.verification-route-line {
  width: 1px;
  height: 13px;
  margin: 3px 0 3px 18px;
  background: rgba(16, 45, 58, .2);
}

.verification-route-line + .verification-route-icon {
  grid-column: 1;
}

.verification-tip {
  margin: 0 0 15px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.verification-actions {
  display: grid;
  gap: 10px;
}

.verification-actions form {
  gap: 0;
}

.verification-actions .auth-primary,
.verification-actions .auth-secondary {
  min-height: 54px;
  margin: 0;
  padding: 12px 18px;
  color: #fff;
  font-size: 16px;
  font-weight:700;
  text-decoration: none;
}

.verification-actions .auth-secondary {
  color: var(--ink);
  background: transparent;
}

.verification-actions .auth-secondary:hover {
  background: rgba(16, 45, 58, .06);
}

.auth-card.verification-card .auth-alert {
  margin: 0 0 16px;
  padding: 14px 16px;
  font-size: 16px;
  line-height: 1.45;
}

.auth-card.verification-card .auth-alert.success {
  color: #245346;
  background: #edf6f1;
}

@media (max-width: 899px) {
  .verification-shell,
  .auth-shell.compact.verification-shell {
    width: min(690px, calc(100% - 34px));
    grid-template-columns: 1fr;
    margin-block: 18px 36px;
  }

  .auth-story.verification-story {
    min-height: 0;
    padding: 40px 44px 32px;
    text-align: left;
  }

  .auth-story.verification-story > p {
    margin-inline: 0;
  }

  .verification-visual {
    position: absolute;
    right: -35px;
    bottom: -31px;
    width: 270px;
    height: 180px;
    margin: 0;
    opacity: .78;
    transform: scale(.78);
    transform-origin: right bottom;
  }

  .verification-promises {
    position: relative;
    z-index: 1;
    max-width: 420px;
  }

  .auth-card.verification-card {
    width: 100%;
    max-width: none;
    padding: 42px 44px;
  }
}

@media (max-width: 560px) {
  .verification-shell,
  .auth-shell.compact.verification-shell {
    width: calc(100% - 20px);
    margin-block: 8px 24px;
    border-radius: 26px;
  }

  .auth-story.verification-story {
    padding: 34px 24px 29px;
  }

  .auth-story.verification-story h1 {
    max-width: 380px;
    margin-top: 14px;
    font-size: calc(clamp(36px, 10.5vw, 48px) - 2.6667px);
  }

  .auth-story.verification-story > p {
    font-size: 16px;
    line-height: 1.55;
  }

  .verification-visual {
    display: none;
  }

  .verification-promises {
    display: grid;
    gap: 7px;
    margin-top: 22px;
  }

  .verification-promises span {
    width: fit-content;
    padding: 8px 11px;
    background: rgba(255, 255, 255, .08);
  }

  .auth-card.verification-card {
    padding: 32px 22px 24px;
  }

  .auth-card.verification-card h2 {
    font-size: calc(clamp(32px, 9.5vw, 42px) - 2.6667px);
  }

  .verification-next {
    margin-top: 24px;
    padding: 18px 16px;
  }
}

@media (max-width: 359px) {
  .auth-story.verification-story {
    padding-inline: 20px;
  }

  .auth-card.verification-card {
    padding-inline: 18px;
  }

  .verification-next {
    padding-inline: 14px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .verification-envelope {
    animation: meo-envelope-settle .72s cubic-bezier(.2, .78, .28, 1) both;
  }

  .verification-mascot {
    animation: meo-mascot-arrive .78s .16s cubic-bezier(.2, .8, .26, 1) both;
  }

  .verification-status > span {
    animation: meo-status-pulse 2.4s ease-in-out infinite;
  }
}

@keyframes meo-envelope-settle {
  from { opacity: 0; transform: translate(-50%, -42%) rotate(3deg) scale(.9); }
  to { opacity: 1; transform: translate(-50%, -50%) rotate(-3deg) scale(1); }
}

@keyframes meo-mascot-arrive {
  from { opacity: 0; transform: translateY(12px) scale(.82); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes meo-status-pulse {
  0%, 100% { box-shadow: 0 0 0 5px rgb(var(--brand-secondary-rgb, 236 122 68) / .12); }
  50% { box-shadow: 0 0 0 8px rgb(var(--brand-secondary-rgb, 236 122 68) / .04); }
}

:root[data-theme="dark"] .auth-shell.compact.verification-shell {
  background: #172329;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .34);
}

:root[data-theme="dark"] .auth-card.verification-card {
  background: #172329;
}

:root[data-theme="dark"] .verification-next {
  background: #223138;
}

:root[data-theme="dark"] .verification-route-icon {
  color: #f3f5f4;
  background: #101c21;
  box-shadow: none;
}

:root[data-theme="dark"] .verification-status {
  color: #f3f5f4;
  background: rgb(var(--brand-secondary-rgb, 236 122 68) / .16);
}

:root[data-theme="dark"] .verification-actions .auth-secondary {
  color: #f3f5f4;
}

:root[data-theme="dark"] .verification-actions .auth-secondary:hover {
  background: rgba(255, 255, 255, .06);
}

:root[data-theme="dark"] .auth-card.verification-card .auth-alert.success {
  color: #d4eee5;
  background: #203b35;
}

.registration-card .auth-switch {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  text-align: center;
}
.registration-card .auth-switch a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  margin-left: 6px;
  padding: 7px 12px;
  border: 1px solid currentColor;
  border-radius: 11px;
  color: var(--earth-action);
  font-weight:700;
  text-decoration: none;
}
.registration-card .auth-switch a::after { content: "\2192"; font-size: 1.08em; }
.registration-card .auth-switch a:hover,
.registration-card .auth-switch a:focus-visible { color: var(--brand-primary, #3f7482); }
:root[data-theme="dark"] .registration-card .auth-switch { border-top-color: rgba(255,255,255,.14); color: #c2ccd0; }
:root[data-theme="dark"] .registration-card .auth-switch a { color: var(--brand-primary, #3f7482); }

.auth-help-link{display:inline-flex;align-items:center;gap:8px}.auth-help-link img{width:18px;height:18px}.auth-nav-actions .auth-help-link{min-height:44px}@media(max-width:560px){.auth-nav{height:auto;min-height:118px;align-items:flex-start;flex-wrap:wrap}.auth-logo{margin-top:4px}.auth-nav-actions{width:100%;justify-content:flex-start}.auth-nav-actions .auth-help-link{width:44px;padding:0;display:grid;place-items:center;background:var(--white);box-shadow:0 7px 20px rgba(16,45,58,.1)}.auth-nav-actions .auth-help-link span{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.auth-nav-actions .auth-help-link img{width:20px;height:20px}:root[data-theme="dark"] .auth-nav-actions .auth-help-link{background:#172b34}:root[data-theme="dark"] .auth-nav-actions .auth-help-link img{filter:brightness(0) invert(1)}}

.auth-cookie-banner{position:fixed;z-index:420;right:20px;bottom:20px;left:20px;width:min(1100px,calc(100% - 40px));margin:auto;padding:20px 22px;border:1px solid rgba(255,255,255,.14);border-radius:22px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:26px;color:#fff;background:rgba(15,37,46,.97);box-shadow:0 28px 90px rgba(3,12,16,.38);backdrop-filter:blur(18px)}.auth-cookie-banner[hidden]{display:none}.auth-cookie-banner strong{font-size:18px}.auth-cookie-banner p{max-width:720px;margin:6px 0 0;color:rgba(255,255,255,.76);font-size:16px;line-height:1.5}.auth-cookie-actions{display:flex;gap:10px}.auth-cookie-actions button{min-height:46px;padding:0 17px;border:1px solid rgba(255,255,255,.34);border-radius:13px;color:#fff;background:transparent;font:inherit;font-size:16px;font-weight:700;cursor:pointer}.auth-cookie-actions button:hover,.auth-cookie-actions button:focus-visible,.auth-cookie-actions .is-primary{border-color:var(--earth-action);background:var(--earth-action)}.auth-cookie-dialog{width:min(620px,calc(100% - 28px));padding:28px;border:0;border-radius:24px;color:var(--ink);background:var(--white);box-shadow:0 36px 100px rgba(8,29,37,.34)}.auth-cookie-dialog::backdrop{background:rgba(8,25,32,.7);backdrop-filter:blur(6px)}.auth-cookie-dialog>span{color:var(--earth-action);font-weight:700;letter-spacing:.08em}.auth-cookie-dialog h2{margin:8px 44px 20px 0}.auth-cookie-close{position:absolute;top:18px;right:18px;width:40px;height:40px;border:0;border-radius:50%;color:var(--ink);background:var(--paper);font-size:26px;cursor:pointer}.auth-cookie-row{min-height:86px;padding:16px 17px;border:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px;background:#f7f9fa}.auth-cookie-row:first-of-type{border-radius:16px 16px 0 0}.auth-cookie-row+.auth-cookie-row{border-top:0;border-radius:0 0 16px 16px}.auth-cookie-row strong,.auth-cookie-row small{display:block}.auth-cookie-row small{margin-top:4px;color:var(--muted);font-size:16px;line-height:1.4}.auth-cookie-row>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:#fff;background:#287d69;font-weight:800}.auth-cookie-row+.auth-cookie-row>span{color:#69797f;background:#e3e9eb}.auth-cookie-dialog-actions{margin-top:20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.auth-cookie-dialog-actions a{color:var(--earth-action);font-weight:700}.auth-cookie-dialog-actions .auth-primary{min-width:130px;padding-inline:18px}:root[data-theme="dark"] .auth-cookie-dialog{border:1px solid rgba(255,255,255,.1);background:#14242b}:root[data-theme="dark"] .auth-cookie-row{border-color:#39505a;background:#1c3038}:root[data-theme="dark"] .auth-cookie-close{color:#fff;background:#263d46}@media(max-width:700px){.auth-cookie-banner{right:12px;bottom:12px;left:12px;width:auto;grid-template-columns:1fr;gap:16px;padding:18px}.auth-cookie-actions{display:grid;grid-template-columns:1fr 1fr}.auth-cookie-actions button{padding-inline:12px}}@media(max-width:430px){.auth-cookie-actions{grid-template-columns:1fr}.auth-cookie-dialog-actions{align-items:stretch;flex-direction:column}.auth-cookie-dialog-actions .auth-primary{width:100%}}
.reset-password-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 10px;margin:12px 0;padding:11px 12px;list-style:none;border-radius:12px;background:var(--paper);font-size:14.5px;line-height:1.4}.reset-password-checklist li{display:flex;align-items:center;gap:7px;color:var(--muted)}.reset-password-checklist li span{display:grid;place-items:center;flex:0 0 18px;height:18px;border-radius:50%;color:transparent;background:var(--line);font-size:14.5px;font-weight:700}.reset-password-checklist li.is-valid{color:#17633e}.reset-password-checklist li.is-valid span{color:#fff;background:#2b9d68}@media(max-width:520px){.reset-password-checklist{grid-template-columns:1fr}}
.reset-link-verified{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#17633e;font-size:14.5px;font-weight:700}.reset-link-verified span{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;color:#fff;background:#2b9d68}

@media(max-width:359px){.auth-footer-brand{grid-template-columns:1fr;gap:14px}.auth-footer-lockup{width:124px}.auth-publisher{max-width:100%}}



@media(max-width:359px){.auth-nav,.mk-nav{padding-inline:15px}.auth-logo,.mk-nav>a{width:94px}.auth-shell{width:calc(100% - 18px)}.auth-story h1{font-size:calc(35px - 2.6667px)}.auth-card{padding:20px;border-radius:21px}.hero{padding-inline:16px}.hero h1{font-size:calc(48px - 2.6667px)}.hero-visual{min-height:310px}.section,.wide-band,.privacy{padding-inline:17px}.float-card{transform:scale(.85)}.logo-line{padding-inline:17px}.mk-footer{padding-inline:18px}}
@media(min-width:360px) and (max-width:479px){.auth-story h1{font-size:calc(40px - 2.6667px)}.auth-card{padding:25px}.auth-shell{width:calc(100% - 24px)}.hero{padding-inline:20px}.hero h1{font-size:calc(54px - 2.6667px)}.hero-visual{min-height:340px}.section,.wide-band,.privacy{padding-inline:21px}}
@media(min-width:480px) and (max-width:719px){.auth-shell{width:min(560px,calc(100% - 38px))}.auth-card{padding:34px}.auth-story h1{font-size:calc(49px - 2.6667px)}.hero{padding-inline:32px}.hero h1{font-size:calc(66px - 2.6667px)}.hero-visual{min-height:450px}.section,.wide-band,.privacy{padding-inline:34px}}
@media(min-width:720px) and (max-width:899px){.auth-shell{width:min(690px,calc(100% - 50px));grid-template-columns:1fr}.auth-story{text-align:center}.auth-story>p{margin-inline:auto}.auth-card{max-width:520px;width:100%;margin:auto}.hero{padding-inline:48px}.feature-grid{grid-template-columns:1fr 1fr}.feature:last-child{grid-column:1/-1}.section,.wide-band,.privacy{padding-inline:50px}}
@media(min-width:900px) and (max-width:1199px){.auth-shell{width:min(1000px,calc(100% - 60px));grid-template-columns:1fr 430px;gap:60px}.auth-story h1{font-size:calc(60px - 2.6667px)}.hero{padding-inline:60px}.hero h1{font-size:calc(76px - 2.6667px)}.section,.wide-band,.privacy{padding-inline:62px}.feature-grid{gap:12px}.feature{padding:22px}}
@media(min-width:1200px) and (max-width:1439px){.auth-shell{max-width:1140px}.auth-card{padding:40px}.hero{padding-inline:80px}.section,.wide-band{padding-inline:82px}}
@media(min-width:1440px) and (max-width:1919px){.auth-shell{max-width:1280px;grid-template-columns:1fr 500px}.auth-story h1{font-size:calc(80px - 2.6667px)}.auth-card{padding:45px}.hero,.section,.wide-band{max-width:1680px;margin-inline:auto}.hero h1{font-size:calc(105px - 2.6667px)}}
@media(min-width:1920px){.auth-shell{max-width:1480px;grid-template-columns:1fr 540px}.auth-story h1{font-size:calc(94px - 2.6667px)}.auth-card{padding:50px}.hero,.section,.privacy{max-width:1800px;margin-inline:auto}.hero h1{font-size:calc(122px - 2.6667px)}.feature{min-height:480px}.mk-nav,.mk-footer{padding-inline:max(80px,calc((100vw - 1800px)/2))}}



@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url('assets/fonts/InterVariable.woff2') format('woff2-variations')}
@font-face{font-family:Inter;font-style:italic;font-weight:100 900;font-display:swap;src:url('assets/fonts/InterVariable-Italic.woff2') format('woff2-variations')}
.theme-toggle{width:44px;min-width:44px;height:44px;padding:0;border:1px solid var(--line,#d5e0e5);border-radius:13px;display:inline-flex;align-items:center;justify-content:center;gap:0;flex:0 0 auto;color:var(--ink,#18323c);background:var(--white,var(--panel,#ffffff));box-shadow:0 7px 18px rgba(16,45,58,.07);font:inherit;font-weight:900;cursor:pointer}
.theme-toggle:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(16,45,58,.12)}
.theme-toggle:focus-visible{outline:3px solid rgb(var(--brand-primary-rgb, 63 116 130) / .5);outline-offset:3px}
.theme-toggle [data-theme-icon]{font-size:17px;line-height:1}.theme-toggle [data-theme-label]{display:none}
@media(prefers-color-scheme:dark){:root:not([data-theme]){--ink:#f3f5f4;--muted:#a7b3b7;--paper:#0d1519;--white:#172329;--panel:#172329;--line:#304148;--sky:#172a32;--apricot:var(--brand-primary, #3f7482)}}
:root[data-theme="dark"]{--ink:#f3f5f4;--muted:#a7b3b7;--paper:#0d1519;--white:#172329;--panel:#172329;--line:#304148;--sky:#172a32;--apricot:var(--brand-primary, #3f7482);--blue:#23444d}
[data-theme="dark"] body,[data-theme="dark"] .legal-page{color:var(--ink);background:var(--paper)}
[data-theme="dark"] .public-header{border-color:rgba(255,255,255,.08);background:rgba(13,21,25,.94)}
[data-theme="dark"] .public-brand,[data-theme="dark"] .auth-logo,[data-theme="dark"] .go-logo,[data-theme="dark"] .brand{padding:6px 9px;border-radius:12px;background:#fff}[data-theme="dark"] .public-brand img,[data-theme="dark"] .auth-logo img,[data-theme="dark"] .go-logo img,[data-theme="dark"] .brand img{filter:none}
[data-theme="dark"] .public-primary a:hover,[data-theme="dark"] .public-signin:hover,[data-theme="dark"] .public-menu-links>a:hover,[data-theme="dark"] .public-menu-signin:hover{background:#223138}
[data-theme="dark"] .public-primary a.active,[data-theme="dark"] .public-menu-links>a.active{color:#142127;background:#f3f5f4;font-weight:950}
[data-theme="dark"] .public-language,[data-theme="dark"] .auth-language,[data-theme="dark"] .public-menu-panel{background:#172329}
[data-theme="dark"] .public-language a.active,[data-theme="dark"] .auth-language a.active{color:#172329;background:#f3f5f4}
[data-theme="dark"] .public-newsletter,[data-theme="dark"] .public-dialog,[data-theme="dark"] .auth-card{background:#172329}
[data-theme="dark"] input,[data-theme="dark"] select,[data-theme="dark"] textarea,[data-theme="dark"] .auth-secondary,[data-theme="dark"] .auth-provider{color:var(--ink);border-color:var(--line);background:#101c21}
[data-theme="dark"] .cookie-row,[data-theme="dark"] .public-dialog-close,[data-theme="dark"] .auth-legal-note,[data-theme="dark"] .sso-preview{background:#223138}
[data-theme="dark"] .public-cookie-options{border-color:var(--line);background:#172329}[data-theme="dark"] .cookie-row{background:transparent}[data-theme="dark"] .public-cookie-actions .public-cookie-policy{color:var(--ink);border-color:var(--line);background:#101c21}
[data-theme="dark"] .auth-prototype-note{color:#dff6f8;background:#17424b}[data-theme="dark"] .auth-alert{color:#dff6f8;background:#17424b}
[data-theme="dark"] .biometric-status{color:#d7e5e8;background:#21363e}
[data-theme="dark"] .mk-float,[data-theme="dark"] .mk-country-list article,[data-theme="dark"] .guide-flow article{background:rgba(23,35,41,.94)}
[data-theme="dark"] .mk-feature.earth,[data-theme="dark"] .mk-final,[data-theme="dark"] .guide-help,[data-theme="dark"] .coverage-sources{background:var(--brand-primary, #3f7482)}
[data-theme="dark"] .mk-feature.light,[data-theme="dark"] .guide-faq,[data-theme="dark"] .plan-card:not(.featured),[data-theme="dark"] .price-table-wrap,[data-theme="dark"] .coverage-roadmap article,[data-theme="dark"] .coverage-table,[data-theme="dark"] .coverage-effort li{background:var(--white)}
[data-theme="dark"] .mk-benelux,[data-theme="dark"] .price-structure,[data-theme="dark"] .guide-whatsapp,[data-theme="dark"] .coverage-scale{background:var(--sky)}
[data-theme="dark"] .mk-text-link,[data-theme="dark"] .guide-link{color:var(--ink)}
[data-theme="dark"] .mk-alert-stack i,[data-theme="dark"] .plan-prices>div,[data-theme="dark"] .guide-help li{color:var(--ink);background:#223138}
[data-theme="dark"] .mk-final p,[data-theme="dark"] .guide-help p,[data-theme="dark"] .coverage-sources>p{color:#c3ced1}
[data-theme="dark"] .legal-subnav-shell{background:rgba(13,21,25,.96)}
[data-theme="dark"] .legal-subnav a:hover,[data-theme="dark"] .legal-toc{background:#223138}
[data-theme="dark"] .legal-document,[data-theme="dark"] .legal-table-scroll tbody td,[data-theme="dark"] .legal-table-scroll tbody tr:nth-child(even) td{background:var(--white)}
[data-theme="dark"] .legal-section-body>p,[data-theme="dark"] .legal-list li,[data-theme="dark"] .legal-table-scroll tbody td{color:#c5d0d3}
[data-theme="dark"] .legal-callout,[data-theme="dark"] .legal-table-scroll tbody th,[data-theme="dark"] .legal-sources{background:#22353d}
[data-theme="dark"] .legal-callout p,[data-theme="dark"] .legal-sources summary{color:var(--ink)}
[data-theme="dark"] .card,[data-theme="dark"] .safe-card,[data-theme="dark"] .device-card,[data-theme="dark"] .device-tab,[data-theme="dark"] .pet-roster-card,[data-theme="dark"] .profile-hero,[data-theme="dark"] .settings-menu,[data-theme="dark"] .settings-content,[data-theme="dark"] dialog,[data-theme="dark"] .drawer,[data-theme="dark"] .go-alert{background:var(--panel)}
[data-theme="dark"] .icon-button,[data-theme="dark"] .pet-switcher,[data-theme="dark"] .button:not(.primary),[data-theme="dark"] .command,[data-theme="dark"] .switch-pet-option,[data-theme="dark"] .go-pet{color:var(--ink);background:#172329}
[data-theme="dark"] .map-source-pill,[data-theme="dark"] .coverage-picker,[data-theme="dark"] .go-map-status,[data-theme="dark"] .go-coverage{color:var(--ink);background:rgba(23,35,41,.94)}
[data-theme="dark"] .maplibregl-canvas{filter:brightness(.72) saturate(.78) contrast(1.08)}
[data-theme="dark"] .maplibregl-popup-content{color:var(--ink);background:#172329}
[data-theme="dark"] .go-language{background:rgba(255,255,255,.08)}
[data-theme="dark"] .go-language a[aria-current="page"]{color:#142127;background:#f3f5f4}
[data-theme="dark"] .go-head .theme-toggle{width:36px;height:36px;border:0;background:#172329;box-shadow:none}


[data-theme="dark"] .mk-hero,
[data-theme="dark"] .mk-page-hero,
[data-theme="dark"] .mk-product-hero,
[data-theme="dark"] .mk-how-hero{background:radial-gradient(circle at 82% 18%,rgb(var(--brand-primary-rgb, 63 116 130) / .16),transparent 30%),linear-gradient(145deg,#0d1519,#142329 66%,#172a32)}
[data-theme="dark"] .mk-hero:before,[data-theme="dark"] .mk-page-hero:after{border-color:rgba(255,255,255,.08)}
[data-theme="dark"] .mk-proof{color:var(--muted);border-color:var(--line);background:rgba(23,35,41,.94)}
[data-theme="dark"] .mk-proof b,[data-theme="dark"] .mk-float strong,[data-theme="dark"] .mk-country-list strong{color:var(--ink)}
[data-theme="dark"] .mk-story,[data-theme="dark"] .mk-product-pain,[data-theme="dark"] .mk-how-journey,[data-theme="dark"] .mk-testimonials{background:var(--white)}
[data-theme="dark"] .mk-reassurance,[data-theme="dark"] .mk-product-proof,[data-theme="dark"] .mk-how-cards>li,[data-theme="dark"] .mk-testimonial-grid blockquote{background:var(--paper)}
[data-theme="dark"] .mk-privacy{background:linear-gradient(180deg,#0d1519,#172329)}
[data-theme="dark"] .mk-feature.light{background:linear-gradient(145deg,#172329,#1b2a30)}
[data-theme="dark"] .mk-feature.earth{background:linear-gradient(145deg,var(--brand-primary, #3f7482),var(--brand-primary, #3f7482))}
[data-theme="dark"] .mk-feature.earth h3,[data-theme="dark"] .mk-feature.earth>span,[data-theme="dark"] .mk-device-row i:nth-child(3){color:var(--ink)}
[data-theme="dark"] .mk-country-list article,[data-theme="dark"] .mk-tracker-facts article,[data-theme="dark"] .mk-product-hero-visual{border-color:transparent;background:#172329}
[data-theme="dark"] .mk-tracker-presale{border-color:var(--brand-primary, #3f7482);background:linear-gradient(135deg,var(--brand-primary, #3f7482),var(--brand-primary, #3f7482))}
[data-theme="dark"] .mk-tracker-presale>strong,[data-theme="dark"] .mk-tracker-facts strong,[data-theme="dark"] .mk-how-result{color:var(--ink)}
[data-theme="dark"] .mk-tracker-presale>small{color:#dff6f8}
[data-theme="dark"] .mk-how-result,[data-theme="dark"] .mk-alert-stack i{background:#22353d}
[data-theme="dark"] .mk-final{color:var(--ink);background:linear-gradient(135deg,var(--brand-primary, #3f7482),#26383e)}
[data-theme="dark"] .mk-final .mk-kicker,[data-theme="dark"] .mk-final h2{color:var(--ink)}
[data-theme="dark"] .mk-main-cta,[data-theme="dark"] .mk-tracker-presale>a,[data-theme="dark"] .public-cta{color:#fff;background:var(--brand-primary, #3f7482)}
[data-theme="dark"] .mk-main-cta:hover,[data-theme="dark"] .mk-tracker-presale>a:hover,[data-theme="dark"] .public-cta:hover{color:#fff;background:var(--brand-primary, #3f7482)}
[data-theme="dark"] .mk-text-link{color:#f3f5f4}
[data-theme="dark"] .mk-story-controls>button{color:#142127;background:#f3f5f4}
[data-theme="dark"] .mk-story-dots button span{background:#77878d}
[data-theme="dark"] .mk-story-dots button[aria-pressed="true"] span{background:var(--brand-primary, #3f7482)}
[data-theme="dark"] .mk-proof,[data-theme="dark"] .mk-steps li,[data-theme="dark"] .mk-country-list article,[data-theme="dark"] .mk-how-cards>li{border-color:var(--line)}
@media(max-width:1080px){.public-header .public-menu{margin-left:auto}.public-menu-theme{margin-left:auto}}
@media(max-width:560px){.theme-toggle:not(.public-menu-theme),.public-menu-theme{width:44px;min-width:44px;height:44px;padding:0}}
@media print{.theme-toggle{display:none}:root[data-theme="dark"]{--ink:#111;--muted:#444;--paper:#fff;--white:#fff;--panel:#fff;--line:#bbb}:root[data-theme="dark"] body,:root[data-theme="dark"] .legal-page{color:#111;background:#fff}}




body {
  text-rendering: optimizeLegibility;
}

:where(main, [role="main"]) {
  isolation: isolate;
}

:where(main, [role="main"]) :where(h1, h2, h3) {
  text-wrap: balance;
}

:where(main, [role="main"]) :where(p, li) {
  text-wrap: pretty;
}

.public-header {
  box-shadow: 0 10px 34px rgba(16, 45, 58, .055);
}

.public-primary a,
.public-signin,
.public-cta {
  letter-spacing: -.012em;
}

.public-newsletter {
  border: 0;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .18);
}

.public-footer nav a,
.public-cookie-link {
  padding-block: 3px;
  line-height: 1.45;
}

.public-dialog {
  border: 0;
}

.mk-hero {
  background:
    radial-gradient(circle at 84% 12%, var(--sky, #e4f0f5) 0%, transparent 36%),
    linear-gradient(180deg, var(--white, #fff) 0%, var(--paper, #f3f6f8) 100%);
}

.mk-hero h1 {
  line-height: .94;
  letter-spacing: -.058em;
}

.mk-section-head h2,
.mk-how h2,
.mk-benelux h2,
.mk-privacy h2,
.mk-final h2 {
  line-height: 1;
  letter-spacing: -.052em;
}

.mk-hero-copy > p,
.mk-section-head > p,
.mk-how-intro > p,
.mk-benelux > div > p,
.mk-privacy p,
.mk-final p {
  max-width: 68ch;
  line-height: 1.7;
}

.mk-feature,
.mk-country-list article,
.mk-story-card {
  border: 0;
  box-shadow: 0 20px 58px rgba(16, 45, 58, .09);
}

.mk-feature.light,
.mk-country-list article,
.mk-story {
  background: var(--white, #fff);
}

.mk-how {
  background: var(--navy, #102d3a);
}

.mk-feature.earth {
  background: linear-gradient(145deg, #dff6f8 0%, var(--brand-primary, #3f7482) 100%);
}

.mk-benelux {
  background: linear-gradient(145deg, #e4f0f5 0%, #f3f6f8 100%);
}

.mk-final {
  background: linear-gradient(135deg, #dff6f8 0%, #e4f0f5 100%);
}

.mk-text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  
  
}

.auth-card,
.card,
.safe-card,
.device-card,
.pet-roster-card,
.profile-hero,
.settings-menu,
.settings-content,
.family-panel,
.admin-panel,
.admin-metrics article,
.vet-card,
.vet-form-shell {
  border: 0;
  box-shadow: 0 22px 64px rgba(16, 45, 58, .085);
}

.auth-card,
.card,
.device-card,
.pet-roster-card,
.profile-hero,
.settings-menu,
.settings-content {
  background: var(--white, var(--panel, #fff));
}

:where(.auth-story, .mk-section-head, .mk-how-intro, .family-hero, .admin-intro, .vet-section-head) > p {
  max-width: 68ch;
  line-height: 1.7;
}

@media (max-width: 560px) {
  .mk-hero h1 {
    font-size: calc(clamp(44px, 14vw, 56px) - 2.6667px);
    line-height: .98;
    letter-spacing: -.048em;
  }

  .mk-section-head h2,
  .mk-how h2,
  .mk-benelux h2,
  .mk-privacy h2,
  .mk-final h2 {
    font-size: calc(clamp(38px, 11vw, 48px) - 2.6667px);
    line-height: 1.03;
  }
}

@media (prefers-contrast: more) {
  .public-header {
    border-bottom: 2px solid var(--ink, #18323c);
    box-shadow: none;
  }

  .public-cta,
  .auth-card,
  .card,
  .mk-feature {
    box-shadow: none;
  }

  .public-footer nav a,
  .public-cookie-link {
    color: #fff;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mk-story-card img,
  .public-cta,
  .vet-button,
  .theme-toggle {
    transition: none;
  }
}



@media screen {
  :root {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  body {
    font-size: 16px;
    line-height: 1.5;
    max-width: 100%;
  }

  :where(main, header, footer, nav, section, article, aside, form, fieldset, dialog, div) {
    min-width: 0;
  }

  :where(img, picture, video) {
    max-width: 100%;
    height: auto;
  }

  :where(pre, code, .legal-table-scroll, .coverage-table, .price-structure, .admin-table-scroll) {
    max-width: 100%;
  }

  :where(pre, .legal-table-scroll, .coverage-table, .price-structure, .admin-table-scroll) {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  dialog {
    box-sizing: border-box;
    max-width: calc(100% - 24px);
    max-height: calc(100vh - 24px);
    max-height: calc(100dvh - 24px);
    overflow: auto;
    overscroll-behavior: contain;
  }

  
  :where(body, body *)
    :not(:where(
      h1, h2, h3, h4, h5, h6,
      h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
      svg, svg *,
      [aria-hidden="true"], [aria-hidden="true"] *,
      script, style, link, meta
    )) {
    font-size: 16px;
  }

  :where(p, li, dt, dd, th, td, caption, figcaption, blockquote, address, small) {
    line-height: 1.5;
  }

  :where(a, button, input, select, textarea, label, legend, summary, output, time) {
    line-height: 1.35;
  }

  :where(button, select, textarea, summary, input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]), [role="button"], [role="tab"], [role="radio"], [role="checkbox"]) {
    min-height: 44px;
    min-width: 44px;
  }

  :where(label:has(input[type="checkbox"]), label:has(input[type="radio"])) {
    min-height: 44px;
    align-items: center;
  }

  :where(input[type="checkbox"], input[type="radio"]) {
    min-width: 20px;
    min-height: 20px;
  }

  :where(p, li, dt, dd, th, td, small, label, a, button, output) {
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: none;
  }

  input::placeholder,
  textarea::placeholder {
    font-size: 16px;
    opacity: .72;
  }

  :where(a[href], button, input, select, textarea, summary, [tabindex]:not([tabindex="-1"]), [role="button"], [role="tab"], [role="radio"], [role="checkbox"]):focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
    box-shadow: 0 0 0 6px #102d3a;
  }

  :where(input, select, textarea)[aria-invalid="true"] {
    border-width: 2px;
    border-style: solid;
    outline: 2px solid currentColor;
    outline-offset: 2px;
  }

  :where([role="alert"], .auth-alert, .scan-error, .photo-error, .admin-step-up-error, .admin-reseller-flash.is-error) {
    border-inline-start: 4px solid currentColor;
  }

  :where(.admin-status, .status, .pill, .device-pill) {
    border: 1px solid currentColor;
  }

  :where(a[aria-current="page"], a[aria-current="true"]) {
    text-decoration: none;
    
    
  }

  :where(button[aria-pressed="true"], [role="tab"][aria-selected="true"], [role="radio"][aria-checked="true"]) {
    box-shadow: inset 0 0 0 2px currentColor;
  }

  :where(main, footer, dialog) :where(p, li, small, address) a[href]:not(.button):not(.public-cta):not(.auth-primary):not(.auth-secondary) {
    text-decoration: none;
    font-weight: 700;
  }

  
  .auth-legal-note,
  .auth-prototype-note,
  .maplibregl-ctrl-attrib {
    font-size: 16px;
  }

  
  .plan-card h3 {
    font-size: max(16px, calc(18px - 2.6667px));
    line-height: 1.25;
  }

  .admin-gateway-evidence-grid .admin-alert h3 {
    font-size: max(16px, calc(16px - 2.6667px));
    line-height: 1.25;
  }

  .admin-dashboard-compact .admin-alert h3 {
    font-size: max(16px, calc(16px - 2.6667px));
    line-height: 1.25;
  }

  
  .coverage-effort li::before {
    font-size: 16px;
  }

  .rail-expanded .rail-action::after {
    font-size: 16px;
  }

  .rail-button[title]::after,.rail-action[title]::after {
    font-size: 16px;
  }

  
  .public-header-inner,
  .auth-nav,
  .go-head {
    height: auto;
  }

  .public-header-inner {
    min-height: 78px;
    padding-block: 10px;
  }

  .auth-nav {
    min-height: 86px;
  }

  .go-head {
    min-height: 72px;
  }

  .public-footer-social,
  .public-footer-bottom,
  .auth-footer,
  .page-head,
  .head-actions,
  .top-actions,
  .modal-actions {
    flex-wrap: wrap;
  }

  .public-newsletter form > div,
  .newsletter-field {
    min-height: 52px;
  }

  .public-newsletter button,
  .newsletter-field button {
    min-width: 108px;
    padding-inline: 14px;
  }

  .language-picker select,
  .language-picker button,
  .public-language a,
  .auth-language a {
    min-width: 44px;
    min-height: 44px;
  }

  .go-language a {
    width: 44px;
    min-width: 44px;
    min-height: 44px;
  }

  :where(
    .public-primary a, .public-signin, .public-cta, .public-menu-panel a,
    .public-footer nav a, .public-cookie-link, .public-footer-social a,
    .auth-nav-actions > a, .auth-primary, .auth-secondary, .auth-provider,
    .go-logo, .go-locate, .rail-button, .rail-action, .icon-button, .avatar,
    .app-language-switcher select, .app-language-switcher button, .help-link, .site-footer a, .social-share a,
    .footer-link-button
  ) {
    min-width: 44px;
    min-height: 44px;
  }

  .pwa-notice {
    width: min(480px, calc(100% - 28px));
    grid-template-columns: 42px minmax(0, 1fr) auto;
  }

  .pwa-notice .pwa-action {
    grid-column: 2;
    justify-self: start;
  }

  .pwa-notice .pwa-close {
    grid-column: 3;
    grid-row: 1;
  }

  .go-alert {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .go-alert time {
    grid-column: 2;
    justify-self: start;
  }

  .go-nav b {
    width: auto;
    min-width: 22px;
    height: 22px;
    padding-inline: 5px;
  }

  .go-coverage select,
  .coverage-picker select {
    max-width: 190px;
  }

  .legal-table-scroll,
  .coverage-table,
  .price-structure {
    overscroll-behavior-inline: contain;
  }

  @media (max-width: 1080px) {
    .public-header-inner {
      min-height: 68px;
    }
  }

  @media (max-width: 720px) {
    .auth-nav,
    .auth-nav-actions,
    .go-head,
    .go-title,
    .go-section-head {
      flex-wrap: wrap;
    }

    .auth-nav-actions {
      justify-content: flex-end;
    }

    .go-head {
      height: auto;
    }

    .public-dialog,
    .auth-card,
    .modal-body,
    .usability-dialog {
      max-width: calc(100vw - 20px);
    }

    .pwa-notice {
      max-height: calc(100dvh - 20px);
      overflow: auto;
    }
  }

  @media (max-width: 560px) {
    .auth-nav {
      min-height: 72px;
    }

    .public-dialog,
    .auth-card,
    .modal-body {
      overflow-wrap: break-word;
      word-break: normal;
      hyphens: none;
    }

    .public-newsletter form > div,
    .newsletter-field {
      height: auto;
    }

    .pwa-notice {
      right: 10px;
      width: calc(100% - 20px);
    }
  }

  @media (max-width: 359px) {
    .go-language a {
      width: 44px;
    }

    .go-head {
      gap: 5px;
      padding-inline: 8px;
    }

    .go-head > a.go-logo {
      width: 68px;
    }
  }
}

.admin-animal-history-grid h5 {
    font-size: max(16px, calc(18px - 2.6667px));
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms;
    animation-iteration-count: 1;
    scroll-behavior: auto;
    transition-delay: 0s;
    transition-duration: .01ms;
  }
}

@media (forced-colors: active) {
  :where(a[href], button, input, select, textarea, summary, [tabindex]:not([tabindex="-1"]), [role="button"], [role="tab"], [role="radio"], [role="checkbox"]):focus-visible {
    outline: 3px solid Highlight;
    box-shadow: none;
  }

  :where(button, input, select, textarea, summary, [role="button"], [role="tab"], [role="radio"], [role="checkbox"], .admin-status, .status, .pill, .device-pill) {
    border: 1px solid ButtonText;
    forced-color-adjust: auto;
  }

  :where([aria-current="page"], [aria-selected="true"], [aria-pressed="true"], [aria-checked="true"]) {
    outline: 2px solid Highlight;
    outline-offset: 2px;
  }

  :where([role="alert"], .auth-alert, .scan-error, .photo-error, .admin-step-up-error, .admin-reseller-flash.is-error) {
    border-inline-start: 4px double CanvasText;
  }
}


html:root body :where(*, *::before, *::after) {
  text-decoration: none;
  text-decoration-line: none;
}

.skip-link {
  position: fixed;
  top: max(12px, env(safe-area-inset-top));
  left: max(12px, env(safe-area-inset-left));
  z-index: 10000;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 10px 16px;
  border-radius: 12px;
  background: #18323c;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(15, 35, 43, 0.24);
  transform: translateY(calc(-100% - 32px));
  transition: transform 160ms ease;
}


.skip-link:not(:focus):not(:focus-visible) {
  width: 1px;
  height: 1px;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.skip-link:focus,
.skip-link:focus-visible {
  width: auto;
  height: auto;
  min-height: 44px;
  padding: 10px 16px;
  overflow: visible;
  clip-path: none;
  white-space: normal;
  transform: translateY(0);
  outline: 3px solid var(--brand-primary, #3f7482);
  outline-offset: 3px;
}


.usability-toggle {
  min-width: 44px;
  min-height: 44px;
  padding: 0 11px;
  border: 0;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex: 0 0 auto;
  color: var(--ink, #18323c);
  background: var(--white, #ffffff);
  box-shadow: 0 7px 20px rgba(16, 45, 58, .1);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}


.meo-map-credits,.meo-map-credits :is(strong,span,a),
html[data-readability="comfort"] .meo-map-credits,
html[data-readability="comfort"] .meo-map-credits :is(strong,span,a),
html[data-readability="clear"] .meo-map-credits,
html[data-readability="clear"] .meo-map-credits :is(strong,span,a){font-size:calc(1px * 10);line-height:1.15}

.usability-toggle:hover { box-shadow: 0 11px 26px rgba(16, 45, 58, .15); }
.usability-toggle:focus-visible { outline: 3px solid rgb(var(--brand-secondary-rgb, 236 122 68) / .52); outline-offset: 3px; }
.usability-toggle > b { font-size: 17px; letter-spacing: -.05em; }
.usability-toggle [data-usability-label] { font-size: 16px; }

.public-usability-fab {
  position: fixed;
  z-index: 170;
  left: max(22px, env(safe-area-inset-left));
  bottom: max(22px, env(safe-area-inset-bottom));
  min-height: 48px;
  padding-inline: 15px;
  border-radius: 999px;
  color: #fff;
  background: var(--navy, #102d3a);
  box-shadow: 0 14px 36px rgba(9, 12, 13, .24);
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.public-usability-fab:hover {
  background: var(--earth-action, var(--brand-primary, #3f7482));
  box-shadow: 0 17px 42px rgba(9, 12, 13, .3);
  transform: translateY(-2px);
}
.public-usability-fab img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
}
body:has(.public-cookie-banner:not([hidden])) .public-usability-fab { bottom: 132px; }

@media (max-width: 1199px) {
  .public-usability-fab { bottom: calc(82px + env(safe-area-inset-bottom)); }
  body:has(.public-cookie-banner:not([hidden])) .public-usability-fab { bottom: calc(214px + env(safe-area-inset-bottom)); }
}

.usability-dialog {
  box-sizing: border-box;
  width: min(540px, calc(100% - 32px));
  max-height: calc(100vh - 24px);
  max-height: calc(100dvh - 24px);
  padding: clamp(26px, 5vw, 42px);
  border: 0;
  border-radius: 30px;
  color: var(--ink, #18323c);
  background: var(--white, #ffffff);
  box-shadow: 0 36px 100px rgba(5, 19, 25, .36);
  overflow: auto;
  overscroll-behavior: contain;
}

.usability-dialog::backdrop { background: rgba(7, 20, 25, .68); backdrop-filter: blur(7px); }
.usability-dialog[open] { display: block; }
.usability-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-radius: 13px;
  color: var(--ink, #18323c);
  background: rgba(24, 50, 60, .08);
  font-size: 24px;
  cursor: pointer;
}
.usability-badge {
  width: 54px;
  height: 54px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #102d3a;
  font-size: 21px;
  font-weight: 950;
}
.usability-dialog h2 { margin: 18px 48px 9px 0; font-size: calc(clamp(30px, 5vw, 42px) - 2.6667px); line-height: 1.05; letter-spacing: -.045em; }
.usability-dialog > p { margin: 0; color: var(--muted, #68747a); font-size: 16px; line-height: 1.6; }
.usability-choices { margin: 25px 0 18px; display: grid; gap: 10px; }
.usability-choice {
  width: 100%;
  min-height: 78px;
  padding: 13px 15px;
  border: 2px solid transparent;
  border-radius: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3px;
  color: var(--ink, #18323c);
  background: rgba(24, 50, 60, .065);
  text-align: left;
  cursor: pointer;
}
.usability-choice:hover { background: rgba(24, 50, 60, .11); }
.usability-choice.is-selected { border-color: currentColor; color: #fff; background: #102d3a; box-shadow: 0 13px 30px rgba(16, 45, 58, .2); }
.usability-choice strong,
.usability-choice span { grid-column: 1; }
.usability-choice.is-selected::after {
  content: '✓';
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  font-size: 22px;
  font-weight: 950;
}
.usability-choice strong { font-size: 18px; }
.usability-choice span { color: var(--muted, #68747a); font-size: 16px; line-height: 1.45; }
.usability-choice.is-selected span { color: rgba(255, 255, 255, .76); }
.usability-dialog > small { display: block; color: var(--muted, #68747a); font-size: 16px; line-height: 1.5; }

html[data-readability="comfort"] { --muted: #4d5c62; --line: #b9c7cd; }
html[data-readability="clear"] { --muted: #3e4c52; --line: #93a3aa; }

@media screen {
  html[data-readability="comfort"] body,
  html[data-readability="comfort"] :where(body, body *):not(:where(h1, h2, h3, h4, h5, h6, h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, svg, svg *, [aria-hidden="true"], [aria-hidden="true"] *, script, style, link, meta)) {
    font-size: 18px;
  }
  html[data-readability="clear"] body,
  html[data-readability="clear"] :where(body, body *):not(:where(h1, h2, h3, h4, h5, h6, h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, svg, svg *, [aria-hidden="true"], [aria-hidden="true"] *, script, style, link, meta)) {
    font-size: 20px;
  }
  html[data-readability="comfort"] :where(p, li, label, a, button, input, select, textarea, small),
  html[data-readability="clear"] :where(p, li, label, a, button, input, select, textarea, small) {
    line-height: 1.55;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: none;
  }
  html[data-readability="comfort"] :where(button, input:not([type="checkbox"]):not([type="radio"]), select, textarea, summary, [role="button"], [role="radio"]) { min-width: 50px; min-height: 50px; }
  html[data-readability="clear"] :where(button, input:not([type="checkbox"]):not([type="radio"]), select, textarea, summary, [role="button"], [role="radio"]) { min-width: 56px; min-height: 56px; }
  html[data-readability="comfort"] :where(label:has(input[type="checkbox"]), label:has(input[type="radio"])) { min-height: 50px; }
  html[data-readability="clear"] :where(label:has(input[type="checkbox"]), label:has(input[type="radio"])) { min-height: 56px; }
}

:root[data-theme="dark"] .usability-toggle:not(.public-usability-fab),
:root[data-theme="dark"] .usability-dialog { color: #f3f5f4; background: #172329; }
:root[data-theme="dark"] .public-usability-fab { color: #fff; background: var(--brand-primary, #3f7482); }
:root[data-theme="dark"] .usability-close,
:root[data-theme="dark"] .usability-choice { color: #f3f5f4; background: #223138; }
:root[data-theme="dark"] .usability-choice.is-selected { color: #fff; background: var(--brand-primary, #3f7482); }
:root[data-theme="dark"] .usability-choice.is-selected span { color: #fff; }

@media (max-width: 680px) {
  .auth-nav-actions .usability-toggle [data-usability-label],
  .top-actions .usability-toggle [data-usability-label],
  .go-head .usability-toggle [data-usability-label] { display: none; }
  .auth-nav-actions .usability-toggle,
  .top-actions .usability-toggle,
  .go-head .usability-toggle { width: 44px; padding: 0; }
  .public-usability-fab {
    left: max(14px, env(safe-area-inset-left));
    bottom: calc(82px + env(safe-area-inset-bottom));
    width: 48px;
    min-width: 48px;
    height: 48px;
    padding: 0;
  }
  .public-usability-fab [data-usability-label] { display: none; }
  body:has(.public-cookie-banner:not([hidden])) .public-usability-fab { bottom: calc(246px + env(safe-area-inset-bottom)); }
}

@media (max-width: 420px) {
  .usability-dialog { width: calc(100% - 20px); padding: 25px 20px; border-radius: 24px; }
  .usability-dialog h2 { margin-right: 40px; font-size: calc(30px - 2.6667px); }
  .usability-choice { min-height: 74px; padding: 13px 14px; }
}


@media (max-width: 560px) {
  .mk-actions .mk-text-link {
    width: calc(100% - 60px);
    min-height: 48px;
    margin-left: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .usability-dialog::backdrop { backdrop-filter: none; }
  .usability-toggle,
  .usability-choice,
  .usability-close { transition: none; }
}

@media (forced-colors: active) {
  .usability-toggle,
  .usability-close,
  .usability-choice,
  .usability-dialog {
    border: 1px solid ButtonText;
    box-shadow: none;
    forced-color-adjust: auto;
  }

  .usability-choice.is-selected {
    border: 3px double Highlight;
  }
}

@media print { .usability-toggle, .usability-dialog { display: none; } }


@media screen and (max-width:1199px){
  html :is(.map-route-fullscreen .map-data-toggle .segment,.map-route-fullscreen .map-layer-toggle .segment){font-size:14.5px;line-height:1.1;font-weight:500;min-height:32px;height:32px}
  html .map-route-fullscreen .map-data-toggle{min-height:38px;height:38px}
  html .map-route-fullscreen .map-layer-toggle{min-height:32px;height:32px}
  html .map-route-fullscreen .map-position-chevron{min-width:48px;width:48px;min-height:25px;height:25px;font-size:14.5px}
  html .map-route-fullscreen .map-latest-position :is(.eyebrow,strong,p){font-size:14.5px;line-height:1.35}
  html :is(.map-route-fullscreen .segmented,.map-route-fullscreen .map-position-chevron,.map-route-fullscreen .map-panel){border-color:transparent}
  html :is(.map-route-fullscreen .segment,.rail .rail-button,.rail .rail-action){text-align:center;justify-content:center}
}



.language-picker {
  min-width: 0;
  margin: 0;
  padding: 3px;
  border: 1px solid var(--line, #d5e0e5);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: var(--ink, #18323c);
  background: #fff;
  box-shadow: 0 7px 18px rgba(16, 45, 58, .06);
}

.language-picker select {
  min-width: 0;
  width: 154px;
  min-height: 44px;
  padding: 6px 30px 6px 10px;
  border: 0;
  border-radius: 9px;
  color: inherit;
  background-color: transparent;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  cursor: pointer;
}

.language-picker button {
  width: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-radius: 9px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--navy, var(--forest, #102d3a));
  font: inherit;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.language-picker select:focus-visible,
.language-picker button:focus-visible {
  outline: 3px solid var(--apricot, var(--brand-primary, #6e5367));
  outline-offset: 2px;
}

.language-picker button:hover {
  background: #183d4d;
}

.language-picker.is-enhanced button {
  display: none;
}

.language-picker.is-enhanced{position:relative;padding:0;border:0;background:transparent;box-shadow:none}.language-picker.is-enhanced select,.language-picker.is-enhanced>button[type="submit"]{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.language-picker.is-enhanced .language-picker-trigger{position:relative;width:auto;min-width:184px;min-height:48px;padding:0 14px;border:1px solid var(--line,#d5e0e5);border-radius:15px;display:grid;grid-template-columns:28px 1fr 20px;align-items:center;gap:8px;color:var(--ink,#18323c);background:rgba(255,255,255,.96);box-shadow:0 10px 28px rgba(16,45,58,.1);font-size:16px;font-weight:850;text-align:left}.language-picker-globe{position:relative;width:28px;height:28px;border-radius:9px;display:grid;place-items:center;color:#fff;background:var(--ink,#18323c)}.language-picker-globe::before{content:"";width:14px;height:14px;border:1.7px solid currentColor;border-radius:50%;background:linear-gradient(90deg,transparent 44%,currentColor 45% 55%,transparent 56%),linear-gradient(transparent 44%,currentColor 45% 55%,transparent 56%)}.language-picker-globe::after{content:"";position:absolute;width:6px;height:14px;border:1.4px solid currentColor;border-top-color:transparent;border-bottom-color:transparent;border-radius:50%}.language-picker-chevron{color:var(--muted,#5f6e76);font-size:20px;transition:transform .18s ease}.language-picker.is-open .language-picker-chevron{transform:rotate(180deg)}.language-picker.is-enhanced .language-picker-menu{position:absolute;z-index:520;top:calc(100% + 9px);right:0;width:276px;padding:8px;border:1px solid var(--line,#d5e0e5);border-radius:18px;color:var(--ink,#18323c);background:rgba(255,255,255,.98);box-shadow:0 24px 70px rgba(9,28,36,.2);backdrop-filter:blur(18px)}.language-picker.is-enhanced .language-picker-menu[hidden]{display:none}.language-picker.is-enhanced .language-picker-option{width:100%;min-height:48px;padding:7px 10px;border:0;border-radius:12px;display:grid;grid-template-columns:38px 1fr 22px;align-items:center;gap:9px;color:inherit;background:transparent;font:inherit;font-size:16px;font-weight:750;text-align:left}.language-picker.is-enhanced .language-picker-option:hover,.language-picker.is-enhanced .language-picker-option:focus-visible{color:var(--ink,#18323c);background:#edf3f5;outline:0}.language-picker-code{color:var(--muted,#5f6e76);font-weight:900}.language-picker-check{opacity:0;color:var(--earth-action,var(--brand-primary, #6e5367));font-size:18px}.language-picker-option[aria-selected="true"]{color:var(--ink,#18323c);background:#e8f8fa}.language-picker-option[aria-selected="true"] .language-picker-check{opacity:1}[data-theme="dark"] .language-picker.is-enhanced .language-picker-trigger,[data-theme="dark"] .language-picker.is-enhanced .language-picker-menu{color:#f3f5f4;border-color:rgba(255,255,255,.16);background:rgba(20,36,43,.98)}[data-theme="dark"] .language-picker-globe{color:#18323c;background:var(--brand-primary, #6e5367)}[data-theme="dark"] .language-picker.is-enhanced .language-picker-option:hover,[data-theme="dark"] .language-picker.is-enhanced .language-picker-option:focus-visible{color:#fff;background:#263c45}[data-theme="dark"] .language-picker-option[aria-selected="true"]{color:#fff;background:var(--brand-primary, #6e5367)}@media(max-width:560px){.language-picker.is-enhanced .language-picker-trigger{min-width:144px;padding-inline:10px}.language-picker.is-enhanced .language-picker-menu{position:fixed;top:auto;right:12px;bottom:12px;left:12px;width:auto;max-height:min(520px,calc(100dvh - 24px));overflow:auto;padding:10px;border-radius:22px}.language-picker.is-enhanced .language-picker-option{min-height:52px}}


.language-picker.is-enhanced .language-picker-trigger{min-width:96px;min-height:44px;padding:0 10px;border-radius:14px;grid-template-columns:26px auto 14px;gap:7px;box-shadow:0 7px 18px rgba(16,45,58,.07);font-size:16px;letter-spacing:.04em}
.language-picker.is-enhanced .language-picker-menu{top:calc(100% + 8px);width:208px;padding:6px;border-radius:16px;box-shadow:0 20px 55px rgba(9,28,36,.18)}
.language-picker.is-enhanced .language-picker-option{min-height:44px;padding-block:5px;font-size:16px}
.language-picker-separator{height:1px;margin:6px 8px;background:var(--line,#d5e0e5)}
@media(max-width:560px){.language-picker.is-enhanced .language-picker-trigger{min-width:88px;padding-inline:8px}}

.rail-language-switcher{display:none}
.public-preferences-dock .language-picker.is-enhanced .language-picker-menu{top:auto;right:0;bottom:calc(100% + 8px)}
@media(max-width:899px){
  .rail-language-switcher{display:flex;width:100%;margin-top:auto;margin-bottom:8px}
  .rail-language-switcher .language-picker-trigger{width:100%;grid-template-columns:26px 1fr 14px}
  .rail-language-switcher .language-picker-menu{position:absolute;inset:auto 0 calc(100% + 8px) 0;width:100%;max-height:min(380px,55dvh);overflow:auto}
}
@media(max-width:560px){.public-preferences-dock .language-picker.is-enhanced .language-picker-menu{position:fixed;top:auto;right:8px;bottom:calc(154px + env(safe-area-inset-bottom));left:8px;width:auto;max-height:min(460px,calc(100dvh - 174px - env(safe-area-inset-bottom)))}}

[data-theme="dark"] .language-picker {
  color: #f3f5f4;
  background: #172329;
  border-color: rgba(255, 255, 255, .18);
}

[data-theme="dark"] .language-picker select {
  color-scheme: dark;
}

@media (max-width: 560px) {
  .language-picker {
    max-width: 100%;
  }

  .language-picker select {
    width: min(154px, calc(100vw - 132px));
  }
}

.public-menu .language-picker {
  width: 100%;
}

.public-menu .language-picker select {
  width: auto;
  flex: 1 1 auto;
}

.go-language select {
  width: 64px;
}

@media (max-width: 479px) {
  .go-head .language-picker {
    padding: 2px;
  }

  .go-head .language-picker select {
    width: 52px;
    padding-inline: 8px 22px;
  }
}

@media (max-width: 560px) {
  .auth-language select {
    width: min(110px, calc(100vw - 202px));
  }
}

@media (forced-colors: active) {
  .language-picker,
  .language-picker select,
  .language-picker button {
    border: 1px solid ButtonText;
    forced-color-adjust: auto;
  }
}



:root {
  --meo-brand-primary: #6e5367;
  --meo-brand-secondary: #c9a7a7;
}



:root[data-brand-theme='meo-prune-rose-v1'] {
  --meo-brand-primary: #6e5367;
  --meo-brand-secondary: #c9a7a7;
  --meo-brand-on-primary: #ffffff;
  --meo-brand-on-action: #ffffff;
  --meo-brand-on-secondary: #3e2e3a;
  --meo-brand-logo-url: url('/assets/brand/oem/meo-logo-oem-6e5367-c9a7a7.svg?v=1');
  --meo-brand-mascot-url: url('/assets/brand/oem/meo-mascot-o-oem-6e5367-c9a7a7.svg?v=1');
}



:root[data-brand-theme='meo-turquoise-navy-v1'] {
  --meo-brand-primary: #47bbd6;
  --meo-brand-secondary: #223452;
  --meo-brand-on-primary: #000000;
  --meo-brand-on-action: #000000;
  --meo-brand-on-secondary: #ffffff;
  --meo-brand-logo-url: url('/assets/brand/official/meo-logo.svg?v=1');
  --meo-brand-mascot-url: url('/assets/brand/oem/meo-mascot-o-oem-47bbd6-223452.svg?v=1');
}



:root[data-brand-theme='meo-petroleum-orange-v1'] {
  --meo-brand-primary: #3f7482;
  --meo-brand-secondary: #ec7a44;
  --meo-brand-on-primary: #ffffff;
  --meo-brand-on-action: #ffffff;
  --meo-brand-on-secondary: #000000;
  --meo-brand-logo-url: url('/assets/brand/oem/meo-logo-oem-3f7482-ec7a44.svg?v=1');
  --meo-brand-mascot-url: url('/assets/brand/oem/meo-mascot-o-oem-3f7482-ec7a44.svg?v=1');
}



@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/Lexend-Vietnamese-Variable.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/Lexend-LatinExt-Variable.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/Lexend-Latin-Variable.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  
  --brand-primary: var(--meo-brand-primary, #6e5367);
  --brand-secondary: var(--meo-brand-secondary, #c9a7a7);

  
  --brand-text: var(--meo-brand-reading, color-mix(in srgb, var(--brand-primary) 56%, black));
  --brand-background: color-mix(in srgb, var(--brand-secondary) 8%, white);
  --brand-surface: color-mix(in srgb, var(--brand-secondary) 2%, white);
  --brand-surface-tint: color-mix(in srgb, var(--brand-secondary) 7%, var(--brand-background));
  --brand-surface-strong: color-mix(in srgb, var(--brand-secondary) 15%, var(--brand-background));
  --brand-surface-emphasis: color-mix(in srgb, var(--brand-primary) 88%, black);
  --brand-surface-emphasis-strong: color-mix(in srgb, var(--brand-primary) 68%, black);
  --brand-surface-gradient: linear-gradient(145deg, var(--brand-surface), var(--brand-surface-tint));
  --brand-secondary-gradient: linear-gradient(145deg, var(--brand-secondary-soft), var(--brand-surface-strong));
  --brand-emphasis-gradient: linear-gradient(145deg, var(--brand-surface-emphasis), var(--brand-surface-emphasis-strong));
  --brand-alert: #d97706;
  --brand-alert-background: #fef3c7;
  --brand-positive: #2f7d52;
  --brand-positive-background: #e8f5ed;
  --brand-font: 'Lexend', 'Noto Sans', 'Noto Sans Devanagari', 'Noto Sans Greek', 'Inter', 'Open Sans', ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --brand-logo-url: var(--meo-brand-logo-url, url('/assets/brand/oem/meo-logo-oem-6e5367-c9a7a7.svg?v=1'));
  --brand-mascot-url: var(--meo-brand-mascot-url, url('/assets/brand/oem/meo-mascot-o-oem-6e5367-c9a7a7.svg?v=1'));

  
  --brand-primary-rgb: from var(--brand-primary) r g b;
  --brand-secondary-rgb: from var(--brand-secondary) r g b;
  --brand-primary-dark: color-mix(in srgb, var(--brand-primary) 78%, black);
  --brand-primary-darker: color-mix(in srgb, var(--brand-primary) 62%, black);
  --brand-secondary-dark: color-mix(in srgb, var(--brand-secondary) 48%, black);
  --brand-secondary-hover: var(--meo-brand-secondary-hover, color-mix(in srgb, var(--brand-secondary) 82%, var(--brand-primary)));
  --brand-primary-soft: color-mix(in srgb, var(--brand-primary) 10%, var(--brand-background));
  --brand-secondary-soft: color-mix(in srgb, var(--brand-secondary) 18%, var(--brand-background));
  --brand-primary-border: color-mix(in srgb, var(--brand-primary) 42%, var(--brand-background));
  --brand-secondary-border: color-mix(in srgb, var(--brand-secondary) 38%, var(--brand-background));
  --brand-alert-dark: color-mix(in srgb, var(--brand-alert) 72%, black);
  --brand-muted: var(--meo-brand-reading-muted, color-mix(in srgb, var(--brand-text) 68%, white));
  --brand-line: color-mix(in srgb, var(--brand-primary) 18%, var(--brand-background));
  
  --brand-reading: var(--meo-brand-reading, var(--brand-text));
  --brand-reading-muted: var(--meo-brand-reading-muted, var(--brand-muted));
  --brand-link: var(--meo-brand-link, var(--brand-primary-dark));
  --brand-link-hover: var(--meo-brand-link-hover, var(--brand-primary-darker));
  --brand-rail-background: var(--meo-brand-rail-background, color-mix(in srgb, var(--brand-primary) 58%, black));
  --brand-footer-background: var(--meo-brand-footer-background, color-mix(in srgb, var(--brand-primary) 42%, black));
  --brand-on-dark: var(--meo-brand-on-dark, white);
  --brand-on-dark-muted: var(--meo-brand-on-dark-muted, white);
  --brand-on-dark-accent: var(--meo-brand-on-dark-accent, white);
  --brand-dark-line: color-mix(in srgb, var(--brand-secondary) 22%, transparent);
  --brand-navigation-hover: var(--meo-brand-navigation-hover, color-mix(in srgb, var(--brand-secondary) 10%, var(--brand-rail-background)));
  --brand-navigation-active: var(--meo-brand-navigation-active, color-mix(in srgb, var(--brand-secondary) 18%, var(--brand-rail-background)));
  --brand-icon-surface: var(--brand-primary-soft);
  
  --brand-tile-surface: var(--meo-brand-tile-surface, color-mix(in srgb, var(--brand-secondary) 7%, var(--brand-surface)));
  --brand-tile-surface-hover: var(--meo-brand-tile-surface-hover, color-mix(in srgb, var(--brand-secondary) 13%, var(--brand-surface)));
  --brand-tile-border: color-mix(in srgb, var(--brand-primary) 24%, var(--brand-background));
  --brand-tile-shadow: 0 10px 28px color-mix(in srgb, var(--brand-primary) 11%, transparent);
  
  --brand-tile-icon: var(--meo-brand-tile-icon, var(--brand-reading));
  --brand-tile-icon-surface: var(--meo-brand-tile-icon-surface, color-mix(in srgb, var(--brand-primary) 13%, var(--brand-surface)));
  --brand-tile-icon-border: color-mix(in srgb, var(--brand-primary) 26%, var(--brand-surface));
  --brand-tile-icon-emphasis: var(--brand-primary);
  --brand-tile-icon-on-emphasis: var(--brand-on-primary);
  --brand-action: var(--brand-primary);
  --brand-action-hover: var(--meo-brand-action-hover, var(--brand-primary-dark));
  --brand-on-primary: var(--meo-brand-on-primary, #ffffff);
  --brand-on-action: var(--meo-brand-on-action, var(--brand-on-primary));
  --brand-on-action-hover: var(--meo-brand-on-action-hover, var(--brand-on-action));
  --brand-on-secondary: var(--meo-brand-on-secondary, var(--brand-text));
  --brand-on-secondary-hover: var(--meo-brand-on-secondary-hover, var(--brand-on-secondary));
  --brand-heading: var(--meo-brand-heading, var(--brand-primary-dark));
  --brand-focus: var(--meo-brand-focus, var(--brand-primary-dark));
  --brand-cyan-halo: color-mix(in srgb, var(--brand-secondary) 18%, transparent);
  --brand-cold-shadow: 0 14px 36px color-mix(in srgb, var(--brand-primary) 16%, transparent);
  --brand-cold-shadow-soft: 0 6px 20px color-mix(in srgb, var(--brand-primary) 10%, transparent);
  --brand-focus-ring: 0 0 0 4px color-mix(in srgb, var(--brand-focus) 34%, transparent);

  
  --brand: var(--brand-primary);
  --brand-dark: var(--brand-text);
  --primary: var(--brand-primary);
  --primary-dark: var(--brand-primary-dark);
  --teal: var(--brand-primary);
  --earth-action: var(--brand-action);
  --mint2: var(--brand-primary);
  --admin-earth: var(--brand-action);
  --blog-accent: var(--brand-primary);
  --blog-accent-dark: var(--brand-primary-dark);

  --secondary: var(--brand-secondary);
  --accent: var(--brand-secondary);
  --success: var(--brand-positive);
  --success-soft: var(--brand-positive-background);
  --coral: var(--brand-alert-dark);
  --apricot: var(--brand-secondary-soft);
  --orange: var(--brand-secondary);
  --warning: var(--brand-alert-dark);
  --warning-soft: var(--brand-alert-background);
  --alert-text: var(--brand-text);
  --alert-marker: var(--brand-alert);
  --alert-background: var(--brand-alert-background);
}


:root[data-brand-theme='meo-prune-rose-v1'] {
  --meo-brand-reading:#3e2e3a;--meo-brand-reading-muted:#746971;--meo-brand-heading:#564150;
  --meo-brand-link:#564150;--meo-brand-link-hover:#443340;--meo-brand-on-action-hover:#ffffff;
  --meo-brand-on-secondary-hover:#3e2e3a;--meo-brand-secondary-hover:#b9989b;--meo-brand-focus:#6e5367;
  --meo-brand-rail-background:#493744;--meo-brand-navigation-hover:#5c4853;--meo-brand-navigation-active:#6a545e;
  --meo-brand-footer-background:#2e232b;--meo-brand-on-dark:#ffffff;--meo-brand-on-dark-muted:#ede1e1;--meo-brand-on-dark-accent:#d8c0c0;
  --meo-brand-tile-surface:#faf7f7;--meo-brand-tile-surface-hover:#f7f2f2;--meo-brand-tile-icon:#564150;--meo-brand-tile-icon-surface:#ebe7ea;
}
:root[data-brand-theme='meo-turquoise-navy-v1'] {
  --meo-brand-reading:#111111;--meo-brand-reading-muted:#545454;--meo-brand-heading:#111111;
  --meo-brand-link:#2c7485;--meo-brand-link-hover:#111111;--meo-brand-on-action-hover:#000000;
  --meo-brand-on-secondary-hover:#ffffff;--meo-brand-secondary-hover:#294c6a;--meo-brand-focus:#3792a7;
  --meo-brand-rail-background:#2f7b8d;--meo-brand-navigation-hover:#2d7084;--meo-brand-navigation-active:#2c697e;
  --meo-brand-footer-background:#1e4f5a;--meo-brand-on-dark:#ffffff;--meo-brand-on-dark-muted:#ffffff;--meo-brand-on-dark-accent:#ffffff;
  --meo-brand-tile-surface:#ecedf0;--meo-brand-tile-surface-hover:#dfe1e6;--meo-brand-tile-icon:#2c7485;--meo-brand-tile-icon-surface:#e4f3f7;
}
:root[data-brand-theme='meo-petroleum-orange-v1'] {
  --meo-brand-reading:#234149;--meo-brand-reading-muted:#4b636a;--meo-brand-heading:#315a65;
  --meo-brand-link:#315a65;--meo-brand-link-hover:#274851;--meo-brand-on-action-hover:#ffffff;
  --meo-brand-on-secondary-hover:#000000;--meo-brand-secondary-hover:#cd794f;--meo-brand-focus:#3f7482;
  --meo-brand-rail-background:#2a4d56;--meo-brand-navigation-hover:#475453;--meo-brand-navigation-active:#5c5951;
  --meo-brand-footer-background:#1a3137;--meo-brand-on-dark:#ffffff;--meo-brand-on-dark-muted:#f9d2bf;--meo-brand-on-dark-accent:#ffffff;
  --meo-brand-tile-surface:#fef3ee;--meo-brand-tile-surface-hover:#fdebe3;--meo-brand-tile-icon:#315a65;--meo-brand-tile-icon-surface:#e6eaeb;
}


:root:not([data-theme='dark']) {
  --text: var(--brand-text);
  --ink: var(--brand-text);
  --ink-2: var(--brand-muted);
  --muted: var(--brand-muted);
  --background: var(--brand-background);
  --bg: var(--brand-background);
  --paper: var(--brand-background);
  --surface-soft: var(--brand-background);
  --soft: var(--brand-background);
  --line: var(--brand-line);
  --border: var(--brand-line);
  --surface: var(--brand-surface);
  --panel: var(--brand-surface);
  --white: var(--brand-surface);
  --shadow: var(--brand-cold-shadow);
  --shadow-soft: var(--brand-cold-shadow-soft);
  --sky: color-mix(in srgb, var(--brand-primary) 7%, var(--brand-background));
  
  --forest: var(--brand-rail-background);
  --navy: var(--brand-primary-darker);
  --panel: var(--brand-surface);
  --prototype-footer-bg: var(--brand-footer-background);
  --admin-ink: var(--brand-reading);
  --admin-muted: var(--brand-reading-muted);
  --admin-paper: var(--brand-background);
  --admin-panel: var(--brand-surface);
  --admin-navy: var(--brand-primary-darker);
  --admin-sky: var(--brand-primary-soft);
  --admin-line: var(--brand-line);
  --admin-panel-border: 1px solid var(--brand-line);
  --legal-ink: var(--brand-reading);
  --legal-copy: var(--brand-reading-muted);
  --legal-accent: var(--brand-primary);
  --legal-accent-dark: var(--brand-primary-dark);
  --legal-line: var(--brand-line);
  --legal-paper: var(--brand-background);
  --legal-white: var(--brand-surface);
}

body,
button,
input,
select,
textarea {
  font-family: var(--brand-font);
}


img[src$='meo-logo.svg'],
img[src*='meo-logo.svg?'],
img[src$='MEO-logo.svg'],
img[src*='MEO-logo.svg?'],
img[src$='meo-logo-accessible.svg'],
img[src*='meo-logo-accessible.svg?'],
img[src*='/assets/brand/oem/meo-logo-oem-'] {
  content: var(--brand-logo-url);
}


.meo-lockup-on-dark {
  padding: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
}

.meo-lockup-on-dark > img {
  filter: brightness(0) invert(1);
}


img[src$='MEO-mascot-o.svg'],
img[src*='MEO-mascot-o.svg?'],
img[src*='/assets/brand/oem/meo-mascot-o-oem-'] {
  content: var(--brand-mascot-url);
}

:where(.pet-face,.pet-big,.pin,.onboard-art,.mini-mascot) {
  background-image: var(--brand-mascot-url);
}

body {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.52;
}

:root:not([data-theme='dark']) body {
  color: var(--brand-text);
  background-color: var(--brand-background);
  background-image:
    radial-gradient(circle at 88% 4%, var(--brand-cyan-halo), transparent 24rem),
    linear-gradient(180deg, color-mix(in srgb, var(--brand-secondary) 5%, var(--brand-background)), var(--brand-background) 36rem);
  background-attachment: fixed;
}


:root:not([data-theme='dark']) :where(
  .public-cta,
  .public-newsletter button,
  .public-newsletter-dialog button[type='submit'],
  .public-cookie-save,
  .newsletter-flow-card button,
  .newsletter-flow-action,
  .price2 button,
  .price2-cta a,
  .price2-tracker a,
  .prototype-promo-dialog form button,
  .mk-live-offer > a,
  .mk-main-cta,
  .mk-tracker-presale > a,
  .auth-primary,
  .registration-card button[type='submit'],
  .contact-form button[type='submit'],
  .button.primary,
  .button[data-variant='primary'],
  .app-back-to-top,
  .back-top
) {
  color: var(--brand-on-action);
  background: var(--brand-action);
  border-color: var(--brand-action);
  box-shadow: 0 8px 22px color-mix(in srgb, var(--brand-primary) 22%, transparent);
}

:root:not([data-theme='dark']) :where(
  .public-cta,
  .public-newsletter button,
  .price2 button,
  .price2-cta a,
  .mk-main-cta,
  .mk-tracker-presale > a,
  .auth-primary,
  .registration-card button[type='submit'],
  .contact-form button[type='submit'],
  .button.primary,
  .button[data-variant='primary']
):hover {
  color: var(--brand-on-action-hover);
  background: var(--brand-action-hover);
  border-color: var(--brand-action-hover);
}

:root:not([data-theme='dark']) :where(.status-success,.toast-success,.is-success,[data-status='success']) {
  color: var(--brand-text);
  border-color: var(--brand-primary);
  background: var(--brand-positive-background);
}

:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible {
  outline: 3px solid var(--brand-focus);
  outline-offset: 3px;
  box-shadow: var(--brand-focus-ring);
}


:root:not([data-theme='dark']) :where(
  .card,
  .auth-card,
  .registration-card,
  .settings-panel,
  .settings-hub-content,
  .metric-card,
  .plan,
  .blog-latest-card,
  .blog-article-shell,
  .legal-card,
  .public-newsletter-dialog,
  .modal-content,
  .drawer
):not(.dark) {
  border-color: var(--brand-line);
  background-color: var(--brand-surface-tint);
  box-shadow: var(--brand-cold-shadow-soft);
}


:root:not([data-theme='dark']) :where(
  .segment.active,
  .settings-hub-nav button.active,
  .settings-hub-nav a.active,
  .public-menu-links a[aria-current='page'],
  .tabs [aria-selected='true'],
  .rail-button.active,
  .bottom-nav a.active,
  .mobile-bottom-nav a.active
) {
  color: var(--brand-on-primary);
  background: var(--brand-primary);
  border-color: var(--brand-primary);
}

:root:not([data-theme='dark']) :where(
  .settings-hub-nav svg,
  .metric-card svg,
  .telemetry-gauge svg,
  .public-feature svg,
  .feature-icon,
  .card-icon
) {
  color: var(--brand-primary);
}


:root:not([data-theme='dark']) :where(.badge-accent,.tag-accent,.pill-accent,.is-important) {
  color: var(--brand-text);
  border-color: var(--brand-secondary-border);
  background: var(--brand-secondary-soft);
}


:root:not([data-theme='dark']) :where(
  .button.secondary,
  .button[data-variant='secondary'],
  .auth-secondary,
  .public-signin,
  .secondary-action,
  .tracking-pause-toggle
) {
  color: var(--brand-on-secondary);
  background: var(--brand-secondary);
  border-color: var(--brand-secondary);
  box-shadow: 0 6px 18px color-mix(in srgb, var(--brand-primary) 12%, transparent);
}

:root:not([data-theme='dark']) :where(
  .button.secondary,
  .button[data-variant='secondary'],
  .auth-secondary,
  .public-signin,
  .secondary-action,
  .tracking-pause-toggle
):hover {
  color: var(--brand-on-secondary-hover);
  background: var(--brand-secondary-hover);
  border-color: var(--brand-primary-border);
}

:root:not([data-theme='dark']) :where(h1,h2,h3,.page-title,.section-title) {
  color: var(--brand-heading);
}

:root:not([data-theme='dark']) :where(input,select,textarea) {
  color: var(--brand-text);
  border-color: var(--brand-line);
  background: var(--brand-surface);
}


:root:not([data-theme='dark']) :where(.alert, .warning, .auth-alert, [role='alert']) {
  color: var(--alert-text);
  border-color: var(--alert-marker);
  background-color: var(--alert-background);
}

@media (max-width: 480px) {
  body { font-size: 15px; }
}


:where(h1,h2,h3,h4,h5,h6){font-weight:520;text-wrap:balance}
:where(h1,h2){letter-spacing:-.035em}
:where(h3,h4,h5,h6){letter-spacing:-.018em}
:where(p,li,dd,dt,small){font-weight:400}
:where(strong,b){font-weight:550}
:where(button,[role='button'],.button,summary,label,nav a){font-weight:520}
:where(.eyebrow,.kicker,.mk-kicker,.step-label,.legal-kicker,.settings-nav-kicker){font-size:.6875rem;font-weight:550;letter-spacing:.09em}


:where(.mk-hero,.mk-page-hero,.mk-product-hero-copy,.coverage-hero,.pricing-intro,.ulule-page) h1{
  font-size:calc(clamp(2.25rem,3.8vw,3.55rem) - 0.1667rem);
  font-weight:540;
  line-height:1.02;
  letter-spacing:-.04em;
}
:where(.mk-section-head,.mk-how,.mk-benelux,.mk-privacy,.mk-final,.mk-editorial-head,.mk-tracker-copy) h2{
  font-size:calc(clamp(1.75rem,2.8vw,2.65rem) - 0.1667rem);
  font-weight:530;
  line-height:1.08;
  letter-spacing:-.034em;
}
:where(.mk-feature,.mk-editorial-card,.mk-tracker-facts,.tracker-purchase,.plan,.coverage-scale) h3{
  font-size:calc(clamp(1.1rem,1.5vw,1.45rem) - 0.1667rem);
  font-weight:520;
  line-height:1.22;
}
:where(.mk-hero-copy>p,.mk-page-hero>p,.mk-page-hero p,.mk-editorial-head p,.mk-product-hero-copy>p,.coverage-hero p){
  font-size:clamp(.925rem,1vw,1rem);
  line-height:1.58;
}


:where(.blog-hero,.blog-article-shell,.legal-hero) h1{
  font-size:calc(clamp(1.9rem,3.2vw,2.9rem) - 0.1667rem);
  font-weight:540;
  line-height:1.06;
  letter-spacing:-.036em;
}
:where(.article-lead,.blog-article-shell>article>header p,.legal-hero-inner>p){font-size:1rem;line-height:1.6}
:where(.article-body,.blog-content,.legal-section-body){font-size:.98rem;line-height:1.64}
.auth-story h1{font-size:calc(clamp(2.2rem,4vw,2.95rem) - 0.1667rem);font-weight:540;line-height:1.07;letter-spacing:-.035em}
.auth-card h2{font-size:calc(1.35rem - 0.1667rem);font-weight:530;line-height:1.2}
:where(.auth-story>p,.auth-card>p){font-size:.95rem;line-height:1.55}


:where(.page-head,.settings-page>.page-head,.pet-hub-page>.page-head) h1{
  font-size:calc(clamp(1.55rem,2vw,1.95rem) - 0.1667rem);
  font-weight:540;
  line-height:1.1;
  letter-spacing:-.032em;
}
:where(.page-head,.settings-section-head,.section-title)>p{font-size:.92rem;line-height:1.5}
:where(.card,.settings-hub-content,.settings-panel,.drawer,.modal-body){font-weight:400}
:where(.card,.settings-hub-content,.settings-panel,.drawer,.modal-body) :where(h2,h3,h4,strong,b){font-weight:520}
:where(.button,.segment,.rail-button,.rail-action,.notification-button,.settings-hub-nav button,.auth-primary,.auth-secondary,.auth-provider,.auth-login-tab,.public-cta,.public-primary a,.public-signin,.menu-button,.public-menu-toggle,.public-quick-menu,.public-cookie-link,.public-newsletter button,.language-picker-trigger,.public-menu-links>a,.public-menu-actions>a,.public-preference-action,.public-preferences-dock button,.public-preferences-dock select){
  font-size:.84375rem;
  font-weight:520;
  letter-spacing:-.005em;
}
:where(.button,.notification-button,.settings-hub-nav button,.auth-primary,.auth-secondary,.auth-provider,.public-cta,.public-primary a,.public-signin,.menu-button,.public-menu-links>a,.public-menu-actions>a,.public-preference-action){
  min-height:2.625rem;
  padding:.55rem .875rem;
  border-radius:.75rem;
  line-height:1.2;
}
:where(.segment,.auth-login-tab){min-height:2.25rem;padding:.45rem .7rem;line-height:1.15}
.public-header :where(nav a,.public-signin,.public-menu-links>a,.public-menu-actions>a){font-size:.84375rem;font-weight:500}
.public-dialog h2{font-size:clamp(1.3rem,2vw,1.6rem);font-weight:530;line-height:1.15}
:where(.status,.tag,.badge,.pill,.live-status,.notification-badge){font-weight:540}
:where(.telemetry-gauge,.metric-card,.window-metrics,.battery-reading,.subscription-price,.price-summary) strong{font-weight:580}
:where(.telemetry-gauge,.metric-card,.window-metrics,.overview-window-card,.overview-status-card,.battery-reading) :where(span,b,small){font-weight:500}

@media(max-width:560px){
  :where(.mk-hero,.mk-page-hero,.mk-product-hero-copy,.coverage-hero,.pricing-intro,.ulule-page) h1{font-size:calc(clamp(1.85rem,8.2vw,2.35rem) - 0.1667rem)}
  :where(.mk-section-head,.mk-how,.mk-benelux,.mk-privacy,.mk-final,.mk-editorial-head,.mk-tracker-copy) h2{font-size:calc(clamp(1.55rem,6.5vw,2rem) - 0.1667rem)}
  :where(.blog-hero,.blog-article-shell,.legal-hero) h1{font-size:calc(clamp(1.75rem,7.5vw,2.2rem) - 0.1667rem)}
  .auth-story h1{font-size:calc(clamp(1.95rem,8.2vw,2.35rem) - 0.1667rem)}
  .auth-card h2{font-size:calc(1.25rem - 0.1667rem)}
  :where(.page-head,.settings-page>.page-head,.pet-hub-page>.page-head) h1{font-size:calc(clamp(1.5rem,6.3vw,1.75rem) - 0.1667rem)}
  :where(.button,.notification-button,.settings-hub-nav button,.auth-primary,.auth-secondary,.auth-provider,.public-cta,.public-primary a,.public-signin,.menu-button,.public-menu-actions>a,.public-preference-action){min-height:2.75rem}
}


body.mk-page-product{font-size:.9rem}
body.mk-page-product .mk-product-hero-copy h1{font-size:calc(clamp(2.1rem,3.7vw,3.15rem) - 0.1667rem);font-weight:540;line-height:1.05;letter-spacing:-.038em}
body.mk-page-product :is(.mk-section-head,.mk-privacy,.mk-final,.mk-ufoundme) h2{font-size:calc(clamp(1.55rem,2.3vw,2.2rem) - 0.1667rem);font-weight:530;line-height:1.12;letter-spacing:-.03em}
body.mk-page-product :is(.mk-feature,.mk-tracker-facts) h3{font-size:max(16px, calc(clamp(1rem,1.15vw,1.2rem) - 0.1667rem));font-weight:520;line-height:1.25}
body.mk-page-product :is(.mk-product-pain,.mk-product-proof,.mk-privacy,.mk-final) :is(p,li,small,span){font-size:.9rem;line-height:1.58}
body.mk-page-product .mk-tracker-facts article strong{font-size:.94rem;font-weight:540;line-height:1.35}
body.mk-page-product .mk-tracker-presale>strong{font-size:clamp(1.1rem,1.4vw,1.35rem);font-weight:560}
body.mk-page-product .mk-tracker-presale>:is(p,small){font-size:.875rem}
body.mk-page-product :is(.mk-main-cta,.mk-text-link,.mk-tracker-presale>a){font-size:.84375rem;font-weight:520}
@media(max-width:560px){body.mk-page-product .mk-product-hero-copy h1{font-size:calc(clamp(1.9rem,8vw,2.25rem) - 0.1667rem)}body.mk-page-product :is(.mk-section-head,.mk-privacy,.mk-final,.mk-ufoundme) h2{font-size:calc(clamp(1.45rem,6.4vw,1.85rem) - 0.1667rem)}body.mk-page-product .mk-product-hero-copy>p{font-size:.9375rem}}

.meo-powered-by {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: inherit;
  font-size: .625rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
  opacity: .82;
}

.meo-powered-by > span { white-space: nowrap; }

.meo-powered-by > img {
  display: block;
  width: auto;
  height: 1.25rem;
  max-width: 2.4rem;
  object-fit: contain;
}

.meo-footer-signature {
  width: min(calc(100% - 48px), 1360px);
  margin: 18px auto 0;
  padding-top: 18px;
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid rgb(255 255 255 / .12);
  color: rgb(255 255 255 / .72);
}

.meo-footer-signature .meo-powered-by--footer {
  gap: .65rem;
  font-size: .6875rem;
  opacity: 1;
}

.meo-footer-signature .meo-powered-by--footer > img {
  width: auto;
  min-width: 72px;
  max-width: 96px;
  height: 2.15rem;
}

@media (max-width: 560px) {
  .meo-footer-signature {
    width: calc(100% - 32px);
    justify-content: flex-start;
  }
}


.meo-powered-by strong {
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}

.auth-card > .meo-powered-by {
  display: flex;
  justify-content: center;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--border, color-mix(in srgb, var(--brand-primary) 18%, white));
  color: var(--muted, inherit);
}


:where(.eyebrow, .kicker, .step-label, .mk-kicker, .price2-hero > span, .price2-simulator header span) {
  color: var(--brand-secondary-dark);
}


:where(.public-footer, .auth-footer, .app-rail, .admin-sidebar, [data-theme="dark"])
  :where(.eyebrow, .kicker, .step-label, .mk-kicker) {
  color: var(--brand-on-dark-accent);
}


:root:not([data-theme='dark']) :where(body, main, .app-main, .admin-main, .superadmin-main) {
  color: var(--brand-reading);
}

:root:not([data-theme='dark']) :where(
  .lead,
  .page-head > p,
  .section-heading > p,
  .settings-section-head > p,
  .card > p,
  .settings-panel > p,
  .help-card > p,
  .legal-card > p
) {
  color: var(--brand-reading-muted);
}

:root:not([data-theme='dark']) :where(main, .app-main, .admin-main, .superadmin-main)
  a:not(.button):not([class*='primary']):not([aria-current='page']) {
  color: var(--brand-link);
}

:root:not([data-theme='dark']) :where(main, .app-main, .admin-main, .superadmin-main)
  a:not(.button):not([class*='primary']):not([aria-current='page']):hover {
  color: var(--brand-link-hover);
}

:root:not([data-theme='dark']) :where(.app-rail, .rail, .admin-sidebar, .sidebar, .side-nav) {
  color: var(--brand-on-dark);
  background: var(--brand-rail-background);
  border-color: var(--brand-dark-line);
}

:root:not([data-theme='dark']) :where(.app-rail, .rail, .admin-sidebar, .sidebar, .side-nav)
  :where(a, button, .rail-button, .rail-action, .nav-item) {
  color: var(--brand-on-dark-muted);
  border-color: transparent;
}

:root:not([data-theme='dark']) .admin-sidebar :where(.admin-nav-block, .admin-sidebar-identity) {
  color: var(--brand-on-dark-muted);
  background: transparent;
  border-color: var(--brand-dark-line);
}

:root:not([data-theme='dark']) :where(.mobile-menu-open .rail, .mobile-menu-open.rail-expanded .rail) {
  color: var(--brand-on-dark);
  background: var(--brand-rail-background);
}

:root:not([data-theme='dark']) :where(.app-rail, .rail, .admin-sidebar, .sidebar, .side-nav)
  :where(a, button, .rail-button, .rail-action, .nav-item):hover {
  color: var(--brand-on-dark);
  background: var(--brand-navigation-hover);
}

:root:not([data-theme='dark']) :where(
  .rail-nav a.active,
  .rail-nav a[aria-current='page'],
  .rail-button.active,
  .admin-sidebar a.active,
  .admin-sidebar a[aria-current='page'],
  .sidebar a.active,
  .side-nav a.active
) {
  color: var(--brand-on-dark);
  background: var(--brand-navigation-active);
  box-shadow: inset 3px 0 0 var(--brand-on-dark-accent);
}

:root:not([data-theme='dark']) :where(.public-footer, .app-footer, .site-footer, .auth-footer, .admin-footer, .superadmin-footer) {
  color: var(--brand-on-dark);
  background: var(--brand-footer-background);
  border-color: var(--brand-dark-line);
}

:root:not([data-theme='dark']) :where(.public-footer, .app-footer, .site-footer, .auth-footer, .admin-footer, .superadmin-footer)
  :where(p, span, small, address, dd, dt, li, label, .muted, .app-footer-legal) {
  color: var(--brand-on-dark-muted);
}

:root:not([data-theme='dark']) :where(.public-footer, .app-footer, .site-footer, .auth-footer, .admin-footer, .superadmin-footer)
  :where(h2, h3, h4, strong, b) {
  color: var(--brand-on-dark);
}

:root:not([data-theme='dark']) :where(.public-footer, .app-footer, .site-footer, .auth-footer, .admin-footer, .superadmin-footer)
  :where(a, button:not([type='submit'])) {
  color: var(--brand-on-dark-accent);
}

:root:not([data-theme='dark']) :where(.public-footer, .app-footer, .site-footer, .auth-footer, .admin-footer, .superadmin-footer)
  :where(a, button:not([type='submit'])):hover {
  color: var(--brand-on-dark);
}

:root:not([data-theme='dark']) :where(
  .public-footer-share,
  .public-footer-publisher,
  .meo-footer-signature,
  .app-footer-legal,
  .site-footer hr
) {
  border-color: var(--brand-dark-line);
}

:root:not([data-theme='dark']) :where(.public-footer-share button, .public-footer-share a, .app-footer-social a) {
  color: var(--brand-on-dark);
  border-color: var(--brand-dark-line);
  background: var(--brand-navigation-hover);
}


:root:not([data-theme='dark']) :where(main, .app-main, .admin-main, .superadmin-main) :where(
  .card,
  [class$='-card'],
  [class*='-card '],
  [class$='-panel'],
  [class*='-panel '],
  [class$='-tile'],
  [class*='-tile '],
  [class$='-box'],
  [class*='-box ']
):not(.dark):not(.is-featured):not(.alert):not(.warning):not(.danger):not(.is-success):not(.is-available):not(.is-warning):not(.is-critical):not(.is-unavailable):not([data-tone='dark']):not([data-status]) {
  color: var(--brand-reading);
  border-color: var(--brand-tile-border);
  background-color: var(--brand-tile-surface);
  box-shadow: var(--brand-tile-shadow);
}


:root:not([data-theme='dark']) :where(
  .tile-icon,
  .card-icon,
  .settings-card-icon,
  .setting-tile > span:first-child,
  .settings-tile > span:first-child,
  .summary-icon,
  .metric-icon,
  .telemetry-icon,
  .billing-summary-icon,
  .contact-card-icon,
  .onboarding-feature-icon,
  .event-icon,
  .safe-icon,
  .checkout-product-icon
):not(.is-success):not(.is-available):not(.is-warning):not(.is-critical):not(.is-unavailable):not([data-status]) {
  color: var(--brand-tile-icon);
  border-color: var(--brand-tile-icon-border);
  background: var(--brand-tile-icon-surface);
}

:root:not([data-theme='dark']) :where(
  .tile-icon,
  .card-icon,
  .settings-card-icon,
  .setting-tile > span:first-child,
  .settings-tile > span:first-child,
  .summary-icon,
  .metric-icon,
  .telemetry-icon,
  .billing-summary-icon,
  .contact-card-icon,
  .onboarding-feature-icon,
  .event-icon,
  .safe-icon,
  .checkout-product-icon
):not(.is-success):not(.is-available):not(.is-warning):not(.is-critical):not(.is-unavailable):not([data-status]) svg {
  color: inherit;
  stroke: currentColor;
}

:root:not([data-theme='dark']) :where(
  .tile-icon,
  .card-icon,
  .settings-card-icon,
  .setting-tile > span:first-child,
  .settings-tile > span:first-child,
  .summary-icon,
  .metric-icon,
  .telemetry-icon,
  .billing-summary-icon,
  .contact-card-icon,
  .onboarding-feature-icon,
  .event-icon,
  .safe-icon,
  .checkout-product-icon
) svg [fill='currentColor'] {
  fill: currentColor;
}


:root:not([data-theme='dark']) :where(
  .tile-icon,
  .card-icon,
  .settings-card-icon,
  .setting-tile > span:first-child,
  .settings-tile > span:first-child,
  .summary-icon,
  .metric-icon,
  .billing-summary-icon,
  .contact-card-icon,
  .onboarding-feature-icon,
  .event-icon,
  .safe-icon,
  .checkout-product-icon
):not(.is-success):not(.is-available):not(.is-warning):not(.is-critical):not(.is-unavailable):not([data-status]):has(> img[src$='.svg'], > img[src*='.svg?']) {
  color: var(--brand-on-dark);
  background: var(--brand-surface-emphasis);
}

:root:not([data-theme='dark']) :where(
  .tile-icon,
  .card-icon,
  .settings-card-icon,
  .setting-tile > span:first-child,
  .settings-tile > span:first-child,
  .summary-icon,
  .metric-icon,
  .billing-summary-icon,
  .contact-card-icon,
  .onboarding-feature-icon,
  .event-icon,
  .safe-icon,
  .checkout-product-icon
):not(.is-success):not(.is-available):not(.is-warning):not(.is-critical):not(.is-unavailable):not([data-status]) > img[src$='.svg'],
:root:not([data-theme='dark']) :where(
  .tile-icon,
  .card-icon,
  .settings-card-icon,
  .setting-tile > span:first-child,
  .settings-tile > span:first-child,
  .summary-icon,
  .metric-icon,
  .billing-summary-icon,
  .contact-card-icon,
  .onboarding-feature-icon,
  .event-icon,
  .safe-icon,
  .checkout-product-icon
):not(.is-success):not(.is-available):not(.is-warning):not(.is-critical):not(.is-unavailable):not([data-status]) > img[src*='.svg?'] {
  filter: brightness(0) invert(1);
}

:root:not([data-theme='dark']) :where(
  .tile-icon.is-emphasis,
  .card-icon.is-emphasis,
  .settings-card-icon.is-emphasis,
  .summary-icon.is-emphasis,
  .billing-summary-icon.is-emphasis,
  .contact-card-icon.is-emphasis
) {
  color: var(--brand-tile-icon-on-emphasis);
  background: var(--brand-tile-icon-emphasis);
}

@media (hover: hover) {
  :root:not([data-theme='dark']) :where(
    [class$='-tile'],
    [class*='-tile ']
  ):not(.alert):not(.warning):not(.danger):not(.is-success):not(.is-available):not(.is-warning):not(.is-critical):not(.is-unavailable):not([data-status]):hover {
    background-color: var(--brand-tile-surface-hover);
  }
}

:root:not([data-theme='dark']) :where(main, .app-main, .admin-main, .superadmin-main) :where(
  .card,
  [class$='-card'],
  [class*='-card '],
  [class$='-panel'],
  [class*='-panel '],
  [class$='-tile'],
  [class*='-tile ']
):not(.dark):not(.is-featured):not(.alert):not(.warning):not(.danger):not(.is-success):not(.is-available):not(.is-warning):not(.is-critical):not(.is-unavailable):not([data-tone='dark']):not([data-status])
  :where(h1, h2, h3, h4, h5, h6, strong, b) {
  color: var(--brand-heading);
}

:root:not([data-theme='dark']) :where(main, .app-main, .admin-main, .superadmin-main) :where(
  .card,
  [class$='-card'],
  [class*='-card '],
  [class$='-panel'],
  [class*='-panel '],
  [class$='-tile'],
  [class*='-tile ']
):not(.dark):not(.is-featured):not(.alert):not(.warning):not(.danger):not(.is-success):not(.is-available):not(.is-warning):not(.is-critical):not(.is-unavailable):not([data-tone='dark']):not([data-status])
  :where(p, li, dd, dt, small, .muted) {
  color: var(--brand-reading-muted);
}


:root:not([data-theme='dark']) :where(
  .mk-feature.light,
  .mk-product-hero,
  .mk-product-pain,
  .mk-product-proof,
  .mk-privacy,
  .price-option-card,
  .subscription-price-card,
  .tracker-price-card,
  .tracker-offer-price
) {
  color: var(--brand-reading);
  border-color: var(--brand-line);
  background: var(--brand-surface-gradient);
}

:root:not([data-theme='dark']) :where(
  .mk-feature.earth,
  .mk-final,
  .final-cta,
  .price2-simulator,
  .price2-comparison,
  .plan.recommended,
  .plan-card.is-highlighted,
  .subscription-plan-card.is-highlighted
) {
  color: var(--brand-reading);
  border-color: var(--brand-secondary-border);
  background: var(--brand-secondary-gradient);
}

:root:not([data-theme='dark']) :where(
  .mk-feature.dark,
  .mk-editorial,
  .mk-ufoundme,
  .shop-card.is-featured,
  .admin-card,
  [data-tone='dark']
) {
  color: var(--brand-on-dark);
  border-color: var(--brand-dark-line);
  background: var(--brand-emphasis-gradient);
}

:root:not([data-theme='dark']) :where(
  .mk-feature.dark,
  .mk-editorial,
  .mk-ufoundme,
  .shop-card.is-featured,
  .admin-card,
  [data-tone='dark']
) :where(h1, h2, h3, h4, h5, h6, strong, b) {
  color: var(--brand-on-dark);
}

:root:not([data-theme='dark']) :where(
  .mk-feature.dark,
  .mk-editorial,
  .mk-ufoundme,
  .shop-card.is-featured,
  .admin-card,
  [data-tone='dark']
) :where(p, li, dd, dt, small, .muted) {
  color: var(--brand-on-dark-muted);
}


:root:not([data-theme='dark']) :where(
  .menu-button,
  .public-preference-action,
  .public-preferences-dock select,
  .public-preferences-dock .global-market,
  .public-preferences-dock .global-language,
  .button.secondary,
  .button[data-variant='secondary']
) {
  color: var(--brand-reading);
  border-color: var(--brand-secondary-border);
  background: var(--brand-secondary-soft);
}

:root:not([data-theme='dark']) :where(.public-preferences-dock, .global-preferences) {
  color: var(--brand-reading);
  border-color: var(--brand-line);
  background: color-mix(in srgb, var(--brand-surface) 94%, transparent);
  box-shadow: var(--brand-cold-shadow-soft);
}

:root:not([data-theme='dark']) :where(
  .button:not(.secondary):not([data-variant='secondary']):not(.danger):not([data-variant='danger']),
  .tracker-buy-button,
  .plan-cta,
  .checkout-button,
  .skip-link
) {
  color: var(--brand-on-action);
  border-color: var(--brand-action);
  background: var(--brand-action);
  box-shadow: 0 8px 22px color-mix(in srgb, var(--brand-primary) 22%, transparent);
}


:root:not([data-theme='dark']) :where(
  .button:not(.secondary):not(.button-secondary):not([data-variant='secondary']):not(.danger):not([data-variant='danger']),
  .auth-button:not(.secondary), .public-pwa-install, .calculator-submit,
  .family-primary, .family-invite button, .tracker-buy-button, .plan-cta,
  .checkout-button, .skip-link
):hover {
  color: var(--brand-on-action-hover);
  border-color: var(--brand-action-hover);
  background: var(--brand-action-hover);
}

:root:not([data-theme='dark']) :where(
  .button-secondary, .auth-button.secondary, .family-secondary
) {
  color: var(--brand-reading);
  border-color: var(--brand-secondary-border);
  background: var(--brand-secondary-soft);
}

:root:not([data-theme='dark']) :where(
  .button-secondary, .auth-button.secondary, .family-secondary
):hover {
  color: var(--brand-on-secondary-hover);
  border-color: var(--brand-primary-border);
  background: var(--brand-secondary-hover);
}

:root:not([data-theme='dark']) :where(
  .auth-login-tab.is-active,
  .public-primary a.active,
  .public-primary a[aria-current='page'],
  .calculator-plan-options input:checked + span
) {
  color: var(--brand-on-primary);
  border-color: var(--brand-primary);
  background: var(--brand-primary);
}


:root:not([data-theme='dark']) :where(
  .prototype-footer,
  .public-footer,
  .app-footer,
  .site-footer,
  .auth-footer,
  .admin-footer,
  .superadmin-footer,
  .newsletter-flow-footer
) {
  color: var(--brand-on-dark);
  border-color: var(--brand-dark-line);
  background: var(--brand-footer-background);
}


.brand-theme-picker {
  min-width: 10rem;
  display: grid;
  gap: .2rem;
  color: var(--brand-reading);
}

.brand-theme-picker > span {
  color: var(--brand-reading-muted);
  font-size: .625rem;
  font-weight: 650;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.brand-theme-picker select {
  width: 100%;
  min-height: 2.65rem;
  padding: 0 2rem 0 .75rem;
  border: 1px solid var(--brand-line);
  border-radius: .75rem;
  color: var(--brand-reading);
  background: var(--brand-surface-tint);
  font: inherit;
  font-size: .75rem;
  font-weight: 550;
}

.brand-theme-picker--compact {
  align-self: center;
}

@media (max-width: 560px) {
  .brand-theme-picker--compact {
    width: 100%;
    min-width: 0;
  }
}





:root{
  --ufm-brand-primary:#4b3575;
  --ufm-brand-secondary:#251a3d;
  --ufm-brand-coral:#ff704d;
  --ufm-brand-apricot:#ffb36b;
  --ufm-ink:#171327;
  --ufm-icon-color:#333333;
  --ufm-cream:#faf8fc;
  --ufm-primary-soft:#eee9f6;
  --ufm-secondary-soft:#e2daf0;
  --ufm-brand-gradient:linear-gradient(135deg,#5b4388,#251a3d);
  --theme-a:#4b3575;
  --theme-b:#251a3d;
  --coral:#4b3575;
  --orange:#4b3575;
  --brand-primary:#4b3575;
  --earth-action:#251a3d;
  --ufm-weight-regular:400;
  --ufm-weight-medium:500;
  --ufm-weight-semibold:590;
  --ufm-weight-heading:620;
  --ufm-shadow-raised:0 6px 18px rgba(37,26,61,.07);
  --ufm-shadow-overlay:0 16px 42px rgba(37,26,61,.16);
}


:where(button,a,summary,[role="button"]) > :where(svg,i),
:where(.ufm-icon,.icon-glyph){
  color:var(--ufm-icon-color);
}

:where(button,a,summary,[role="button"]) > svg{
  fill:currentColor;
}


body{font-weight:var(--ufm-weight-regular)}
body :is(h1,h2,h3,h4){font-weight:var(--ufm-weight-heading)}
body :is(p,li,dd,dt,small,label,input,select,textarea){font-weight:var(--ufm-weight-regular)}
body strong{font-weight:var(--ufm-weight-semibold)}
body :is(button,.primary,.secondary,.outline,.nav-cta){font-weight:var(--ufm-weight-semibold)}


.hero :is(h1,.hero-promise){font-size:clamp(2.6rem,3.9vw,3.85rem);font-weight:600;line-height:1;letter-spacing:-.048em}
.principle-copy h1,.chat-principle-copy h1,.view-heading h1{font-size:clamp(2.35rem,3.4vw,3.4rem);font-weight:600;line-height:1.03;letter-spacing:-.044em}
.help-head h1{font-size:clamp(2.1rem,3vw,3rem);font-weight:600;letter-spacing:-.04em}
.kicker,.eyebrow,.view .kicker{font-weight:620;letter-spacing:.11em}
.hero-copy>p:not(.kicker),.principle-copy>p:not(.kicker),.chat-principle-copy>p:not(.kicker){font-weight:400}
.topbar>nav a,.account-actions>a,.account-actions>button{font-weight:560}


:is(.hero-price,.principle-steps li,.chat-benefits article,.help-questions,.help-answer,.first-year-offer,
  .product-card,.summary,.pet-card,.empty,.account-card,.pet-form,.studio-shell,.studio-editor,
  .owner-office>section[data-panel],.auth-card,.story-points>span,.legal-page article,
  .legal-page aside>nav,.meo-tracker-promo,.security-card,.portal-shortcut){box-shadow:none}
:is(.primary,.secondary,.outline,.nav-cta,.auth-primary,.auth-secondary,.auth-provider,
  .topbar>nav a,.layout-filters button,.studio-themes>button,.tabs button){box-shadow:none}
:is(.photo-dialog,.qr-dialog,.cart,.ufm-bo-cart,.profile-menu>div,.mobile-menu-sheet)[open],
:is(.photo-dialog,.qr-dialog,.profile-menu>div,.mobile-menu-sheet){box-shadow:var(--ufm-shadow-overlay)}


.product-copy h3,.section-heading h2,.section-title h2,.owner-pet-card h3{font-weight:610}
.product-copy strong,.hero-price strong,.first-year-offer strong{font-weight:610}
.product-copy button,.cart-panel form button,.cart-trigger,.continue{font-weight:600}
.brand-chip,.service-pill,.status,.studio-card>span{font-weight:620}
.principle-steps strong,.chat-benefits strong,.help-list button,.legal-page aside>nav a{font-weight:580}


.auth-page-ufoundme .auth-story h1,
.auth-page-ufoundme:has(.registration-shell) .registration-story h1{font-size:clamp(2.3rem,3.65vw,3.2rem);font-weight:600;line-height:1.05;letter-spacing:-.044em}
.auth-page-ufoundme .auth-card{box-shadow:none}
.auth-page-ufoundme .auth-login-tab{font-weight:560}
.auth-page-ufoundme .auth-login-tab.is-active{box-shadow:none}
.auth-page-ufoundme .auth-primary{box-shadow:none;font-weight:600}
.auth-page-ufoundme .story-points b,.auth-page-ufoundme .register-points b{font-weight:580}
.welcome h1,.studio-page .welcome h1{font-weight:610;letter-spacing:-.038em}
main :is(h1,h2,h3){font-weight:610;letter-spacing:-.03em}main h1{font-size:clamp(2rem,4vw,3.5rem)}main h2{font-size:clamp(1.35rem,2.4vw,2rem)}main h3{font-size:clamp(1.05rem,1.7vw,1.35rem)}
.tabs button,.studio-steps button,.studio-editor label,.pet-form label{font-weight:560}
.studio-steps button b,.studio-themes>button>span strong{font-weight:620}
.studio-phone{box-shadow:var(--ufm-shadow-raised)}


.legal-page h1{font-size:clamp(2.1rem,2.9vw,3rem);font-weight:600;line-height:1.05;letter-spacing:-.04em}
.legal-page article h2{font-size:clamp(2rem,3vw,2.9rem);font-weight:600;line-height:1.07;letter-spacing:-.04em}
.legal-page article h3{font-weight:620}
.legal-page aside>p,.legal-page article>header p{font-weight:620}
.legal-page article section p{font-weight:400;line-height:1.72}
.legal-back,.contact{font-weight:600}


:is(.primary,.nav-cta,.auth-primary,.product-copy button,.cart-panel form button,.contact):hover,
:is(.primary,.nav-cta,.auth-primary,.product-copy button,.cart-panel form button,.contact):focus-visible{transform:none;box-shadow:none}
:is(.secondary,.outline,.auth-secondary,.auth-provider):hover,
:is(.secondary,.outline,.auth-secondary,.auth-provider):focus-visible{transform:none;box-shadow:none;border-color:var(--ufm-brand-primary)}

@media(max-width:1279px){
  .hero :is(h1,.hero-promise){font-size:clamp(2.45rem,5.1vw,3.8rem)}
  .principle-copy h1,.chat-principle-copy h1,.view-heading h1{font-size:clamp(2.25rem,4.7vw,3.35rem)}
}
@media(max-width:767px){
  .hero :is(h1,.hero-promise){font-size:clamp(2.15rem,8.8vw,3rem);line-height:1.02}
  .principle-copy h1,.chat-principle-copy h1,.view-heading h1{font-size:clamp(2rem,8.2vw,2.8rem);line-height:1.04}
  .auth-page-ufoundme .auth-story h1,.auth-page-ufoundme:has(.registration-shell) .registration-story h1{font-size:clamp(2rem,8vw,2.7rem)}
}
@media(max-width:599px){
  .hero :is(h1,.hero-promise){font-size:clamp(1.95rem,9.7vw,2.55rem)}
  .hero .actions{width:100%;max-width:20rem;grid-template-columns:1fr}
  .hero .actions>*{width:100%;min-height:44px;white-space:normal;text-align:center}
  .hero .actions .primary{padding-inline:1rem}
  .legal-page h1{font-size:clamp(1.9rem,10vw,2.45rem)}
  .legal-page article h2{font-size:clamp(1.85rem,9vw,2.35rem)}
}


html body{font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
button,input,select,textarea{font-family:inherit}

.hero{background:linear-gradient(135deg,#faf8fc,#fff 56%,#eee9f6)}
.hero h1 em{color:#fff;background:var(--ufm-brand-primary);padding:0 .08em;border-radius:.12em;box-decoration-break:clone;-webkit-box-decoration-break:clone}
.kicker i,.steps button.active span,.cart-trigger b,.mobile-cart-trigger b{background:var(--ufm-brand-primary)}
.aura-one{background:#d9cdee}.aura-two{background:#b7a5d5}
.cart-product-icon,.layout-floating-menu>i,.pet-avatar,.account-card>span{background:var(--ufm-brand-gradient)}
.proof-privacy,.proof-eu,.scenario{background:var(--ufm-primary-soft)}
.proof-privacy:before,.proof-eu:before,.scenario h2 span,.reasons li:before{color:var(--ufm-brand-primary)}
.chat-principle,.help-view{background:linear-gradient(145deg,#faf8fc,#fff 52%,#eee9f6)}
.chat-suggestions button,.chat-demo-phone .primary,.scan-content>.primary,.chat-form button,.tabs b,.owner-chat form button{border-color:var(--ufm-brand-primary);color:#fff;background:var(--ufm-brand-primary)}
.chat-suggestions button:hover,.chat-suggestions button:focus-visible,.chat-suggestions button[aria-pressed="true"]{border-color:var(--ufm-brand-secondary);color:#fff;background:var(--ufm-brand-secondary)}
.chat-suggestions button:disabled{border-color:#d7d0df;color:#756e7d;background:#eeeaf2;cursor:not-allowed}
.bubble.owner,.messages .sent{background:var(--ufm-brand-secondary)}
.layout-filters button.active,.layout-floating-menu>b{background:var(--ufm-ink)}

.auth-page-ufoundme{
  --ufm-coral:var(--ufm-brand-coral);
  --ufm-pink:var(--ufm-brand-primary);
  --brand-primary:var(--ufm-brand-primary);
  --brand-primary-rgb:75 53 117;
  --earth-action:var(--ufm-brand-secondary);
  --forest:var(--ufm-brand-secondary);
  --ink:var(--ufm-ink);
  --paper:var(--ufm-cream);
  --line:#ded7e9;
  background:radial-gradient(circle at 8% 22%,#ffb36b2e 0 10%,transparent 30%),radial-gradient(circle at 91% 20%,#ff704d1c 0 9%,transparent 29%),linear-gradient(140deg,#faf8fc,#fff 50%,#eee9f6)
}
.auth-page-ufoundme::before{background:linear-gradient(120deg,transparent 32%,#4b357508 32% 61%,#ff704d08 61%)}
.auth-page-ufoundme .auth-nav{border-bottom:1px solid #251a3d12;background:#fffdfbd9;backdrop-filter:blur(18px)}
.auth-page-ufoundme .auth-shell{max-width:74rem;grid-template-columns:minmax(23rem,1.04fr) minmax(25rem,.96fr);gap:clamp(2.5rem,6vw,5.5rem)}
.auth-page-ufoundme .kicker,.auth-page-ufoundme .step-label{color:var(--ufm-brand-coral)}
.auth-page-ufoundme .auth-story h1::first-line{color:var(--ufm-brand-primary)}
.auth-page-ufoundme .story-points>span{border-color:#4b35751a;background:#ffffffd9;box-shadow:0 .6rem 1.8rem #251a3d0a}
.auth-page-ufoundme .auth-card{border:1px solid #4b35752b;background:#fffefced;box-shadow:0 2rem 5rem #251a3d1d}
.auth-page-ufoundme .auth-card::before{background:linear-gradient(90deg,var(--ufm-brand-coral),var(--ufm-brand-apricot),var(--ufm-brand-primary))}
.auth-page-ufoundme .auth-card h2{margin-top:0;color:var(--ufm-brand-secondary)}
.auth-page-ufoundme .auth-login-tabs{border-color:#4b357526;background:#f4f0f7}
.auth-page-ufoundme .auth-login-tab{color:#675e70}
.auth-page-ufoundme .auth-login-tab.is-active{color:var(--ufm-brand-secondary);border-color:transparent;background:linear-gradient(135deg,var(--ufm-brand-coral),var(--ufm-brand-apricot));box-shadow:0 .55rem 1.2rem #ff704d24}
.auth-page-ufoundme .auth-login-tab.is-active img{filter:none}
.auth-page-ufoundme .auth-login-tab.is-active .auth-tab-google,.auth-page-ufoundme .auth-login-tab.is-active .auth-tab-password{color:var(--ufm-brand-secondary)}
.auth-page-ufoundme .auth-login-panel{border-color:#4b357514;background:#fff}

.auth-page-ufoundme .auth-login-panel{min-height:0}
.auth-page-ufoundme .auth-primary{color:#fff;background:var(--ufm-brand-secondary);box-shadow:0 .75rem 1.8rem #251a3d24}
.auth-page-ufoundme .auth-primary:hover{background:var(--ufm-brand-primary)}
.auth-page-ufoundme .auth-email-primary .auth-submit-with-help:has(>.auth-primary:only-child){grid-template-columns:minmax(0,1fr)}
.auth-page-ufoundme .auth-secondary,.auth-page-ufoundme .auth-provider{border-color:#4b357530;background:#fff}
.auth-page-ufoundme .auth-provider:hover{border-color:var(--ufm-brand-coral)}
.auth-page-ufoundme .auth-card input:focus{border-color:var(--ufm-brand-primary);box-shadow:0 0 0 4px #4b35752e}
.auth-page-ufoundme .ufm-registration-consent,.auth-page-ufoundme .auth-trust-note{background:var(--ufm-primary-soft)}
.auth-page-ufoundme .ufm-registration-consent a{background:var(--ufm-brand-primary)}
.auth-page-ufoundme .auth-switch a{color:var(--ufm-brand-secondary)}
.auth-page-ufoundme .ufm-auth-scene{background:linear-gradient(145deg,var(--ufm-brand-apricot),var(--ufm-brand-coral) 48%,var(--ufm-brand-primary))}
.auth-page-ufoundme .ufm-auth-scene::before{display:none;content:none}
.auth-page-ufoundme .ufm-auth-scene{height:18rem}
.auth-page-ufoundme .ufm-auth-phone{transition:transform .2s ease}
.auth-page-ufoundme .ufm-auth-phone-dog{left:39%;z-index:2;transform:translateX(-50%) rotate(-6deg)}
.auth-page-ufoundme .ufm-auth-phone-cat{left:66%;bottom:-2.5rem;z-index:1;background:#faf8fc;transform:translateX(-50%) rotate(7deg) scale(.91)}
.auth-page-ufoundme .ufm-auth-phone-cat>img{border-color:#e2daf0;object-position:center 24%}
.auth-page-ufoundme .ufm-auth-phone-cat b{background:var(--ufm-brand-primary)}
.auth-page-ufoundme .ufm-auth-badge{right:auto;left:9%;bottom:1.35rem;z-index:3;transform:rotate(-11deg)}

.auth-page-ufoundme .auth-preferences-dock,.auth-page-ufoundme .auth-scroll-top{display:none}
html:has(.auth-page-ufoundme) .auth-shell{padding-bottom:clamp(2rem,5vw,4.5rem)}

@media(max-width:55.99rem){.auth-page-ufoundme .auth-shell{grid-template-columns:1fr}.auth-page-ufoundme .ufm-auth-phone-dog{left:40%}.auth-page-ufoundme .ufm-auth-phone-cat{left:65%}}
@media(max-width:35rem){.auth-page-ufoundme .ufm-auth-scene{height:11rem}.auth-page-ufoundme .ufm-auth-phone-dog{left:39%}.auth-page-ufoundme .ufm-auth-phone-cat{left:64%;bottom:-2.5rem}.auth-page-ufoundme .ufm-auth-badge{left:5%;bottom:.7rem}}


.auth-page-ufoundme:has(.registration-shell){overflow-x:hidden}
.auth-page-ufoundme:has(.registration-shell) .auth-nav{width:100%;min-width:0}
.auth-page-ufoundme:has(.registration-shell) .auth-brand-navigation{min-width:0}
.auth-page-ufoundme:has(.registration-shell) .registration-shell{width:min(74rem,calc(100% - 2.5rem));max-width:none;grid-template-columns:minmax(0,1fr) minmax(25rem,29rem);gap:clamp(2rem,5vw,5rem);align-items:start;margin-inline:auto;padding:clamp(1.5rem,4vh,3.5rem) 0 clamp(2.5rem,6vh,5rem)}
.auth-page-ufoundme:has(.registration-shell) :is(.registration-story,.registration-card,.registration-form,.registration-form>*,.story-points>span){min-width:0;max-width:100%}
.auth-page-ufoundme:has(.registration-shell) .registration-story{padding:clamp(.5rem,2vw,1.25rem) 0 0}
.auth-page-ufoundme:has(.registration-shell) .registration-story h1{max-width:12ch;font-size:clamp(2.65rem,4.4vw,4rem);line-height:1;overflow-wrap:anywhere}
.auth-page-ufoundme:has(.registration-shell) .registration-story>p{max-width:38rem}
.auth-page-ufoundme:has(.registration-shell) .register-points{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}
.auth-page-ufoundme:has(.registration-shell) .register-points>span{min-height:4.3rem;padding:.7rem;border:1px solid #4b35751a;border-radius:1rem;align-items:center}
.auth-page-ufoundme:has(.registration-shell) .register-points b{overflow-wrap:anywhere;font-size:.72rem;line-height:1.35}
.auth-page-ufoundme:has(.registration-shell) .ufm-auth-scene{width:100%;height:14rem;margin-top:1.1rem;overflow:hidden;border-radius:1.5rem}
.auth-page-ufoundme:has(.registration-shell) .registration-card{width:100%;padding:clamp(1.5rem,3vw,2.25rem);overflow:hidden}
.auth-page-ufoundme:has(.registration-shell) .ufm-registration-form{grid-template-columns:repeat(2,minmax(0,1fr))}
.auth-page-ufoundme:has(.registration-shell) .ufm-registration-form>*{grid-column:auto}
.auth-page-ufoundme:has(.registration-shell) .ufm-registration-form>:is(.ufm-registration-consent,.auth-trust-note,.auth-primary){grid-column:1/-1}
.auth-page-ufoundme:has(.registration-shell) .ufm-registration-form :is(input,select,textarea,button){max-width:100%}
.auth-page-ufoundme:has(.registration-shell) :is(.ufm-registration-consent,.auth-trust-note,.auth-switch){overflow-wrap:anywhere}

@media(min-width:1600px){
  .auth-page-ufoundme:has(.registration-shell) .registration-shell{width:min(78rem,calc(100% - 6rem));grid-template-columns:minmax(0,1fr) minmax(27rem,30rem);gap:5.5rem}
}
@media(min-width:1440px) and (max-width:1599px){
  .auth-page-ufoundme:has(.registration-shell) .registration-shell{width:min(74rem,calc(100% - 5rem));grid-template-columns:minmax(0,1fr) minmax(26rem,29rem);gap:4.5rem}
}
@media(min-width:1280px) and (max-width:1439px){
  .auth-page-ufoundme:has(.registration-shell) .registration-shell{width:min(70rem,calc(100% - 4rem));grid-template-columns:minmax(0,1fr) minmax(25rem,28rem);gap:3.25rem}
  .auth-page-ufoundme:has(.registration-shell) .registration-story h1{font-size:clamp(2.75rem,4.1vw,3.6rem)}
}
@media(min-width:1024px) and (max-width:1279px){
  .auth-page-ufoundme:has(.registration-shell) .registration-shell{width:min(62rem,calc(100% - 3rem));grid-template-columns:minmax(0,1fr) minmax(24rem,26rem);gap:2rem}
  .auth-page-ufoundme:has(.registration-shell) .registration-story h1{font-size:clamp(2.45rem,4.4vw,3.15rem)}
  .auth-page-ufoundme:has(.registration-shell) .register-points{grid-template-columns:1fr}
  .auth-page-ufoundme:has(.registration-shell) .register-points>span{min-height:0}
  .auth-page-ufoundme:has(.registration-shell) .ufm-auth-scene{height:12rem}
  .auth-page-ufoundme:has(.registration-shell) .ufm-registration-form{grid-template-columns:1fr}
  .auth-page-ufoundme:has(.registration-shell) .ufm-registration-form>*{grid-column:1}
}
@media(min-width:768px) and (max-width:1023px){
  .auth-page-ufoundme:has(.registration-shell) .registration-shell{width:min(44rem,calc(100% - 2.5rem));grid-template-columns:1fr;gap:1.5rem;padding-top:2rem}
  .auth-page-ufoundme:has(.registration-shell) .registration-story{text-align:center}
  .auth-page-ufoundme:has(.registration-shell) .registration-story h1,.auth-page-ufoundme:has(.registration-shell) .registration-story>p{margin-inline:auto}
  .auth-page-ufoundme:has(.registration-shell) .register-points{grid-template-columns:repeat(3,minmax(0,1fr))}
  .auth-page-ufoundme:has(.registration-shell) .ufm-auth-scene{height:12rem;margin-inline:auto}
  .auth-page-ufoundme:has(.registration-shell) .registration-card{margin:0}
}
@media(min-width:480px) and (max-width:767px){
  .auth-page-ufoundme:has(.registration-shell) .auth-nav{padding-inline:1rem}
  .auth-page-ufoundme:has(.registration-shell) .registration-shell{width:min(38rem,calc(100% - 2rem));grid-template-columns:1fr;gap:1rem;padding:1.25rem 0 2.5rem}
  .auth-page-ufoundme:has(.registration-shell) .registration-story{padding-inline:.25rem}
  .auth-page-ufoundme:has(.registration-shell) .registration-story h1{font-size:clamp(2.25rem,8vw,2.85rem)}
  .auth-page-ufoundme:has(.registration-shell) .register-points{grid-template-columns:1fr}
  .auth-page-ufoundme:has(.registration-shell) .register-points>span{min-height:0}
  .auth-page-ufoundme:has(.registration-shell) .ufm-auth-scene{display:none}
  .auth-page-ufoundme:has(.registration-shell) .registration-card{padding:1.5rem}
  .auth-page-ufoundme:has(.registration-shell) .ufm-registration-form{grid-template-columns:1fr}
  .auth-page-ufoundme:has(.registration-shell) .ufm-registration-form>*{grid-column:1}
}
@media(max-width:479px){
  .auth-page-ufoundme:has(.registration-shell) .auth-nav{height:auto;min-height:4rem;padding:.6rem .75rem;gap:.5rem}
  .auth-page-ufoundme:has(.registration-shell) .auth-brand-navigation{gap:.45rem}
  .auth-page-ufoundme:has(.registration-shell) .auth-logo.auth-logo-ufoundme{width:7.25rem;flex:0 0 auto}
  .auth-page-ufoundme:has(.registration-shell) .auth-back-to-site{min-width:0;padding:.45rem;font-size:.62rem;white-space:normal}
  .auth-page-ufoundme:has(.registration-shell) .auth-nav-help{width:2.5rem;min-width:2.5rem;padding:0}
  .auth-page-ufoundme:has(.registration-shell) .auth-nav-help span{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
  .auth-page-ufoundme:has(.registration-shell) .registration-shell{width:calc(100% - 1.25rem);grid-template-columns:1fr;gap:.75rem;padding:1rem 0 2rem}
  .auth-page-ufoundme:has(.registration-shell) .registration-story{padding:.25rem}
  .auth-page-ufoundme:has(.registration-shell) .registration-story h1{font-size:clamp(2rem,11vw,2.45rem)}
  .auth-page-ufoundme:has(.registration-shell) .registration-story>p{font-size:.82rem;line-height:1.5}
  .auth-page-ufoundme:has(.registration-shell) .register-points,.auth-page-ufoundme:has(.registration-shell) .ufm-auth-scene{display:none}
  .auth-page-ufoundme:has(.registration-shell) .registration-card{padding:1.25rem;border-radius:1.25rem}
  .auth-page-ufoundme:has(.registration-shell) .ufm-registration-form{grid-template-columns:1fr}
  .auth-page-ufoundme:has(.registration-shell) .ufm-registration-form>*{grid-column:1}
  .auth-page-ufoundme:has(.registration-shell) .ufm-registration-consent{align-items:flex-start}
}

body:has(.summary),body:has(main>aside){background:var(--ufm-cream)}
.summary .kicker,main>aside>p,article>header>p{color:var(--ufm-brand-primary)}
.summary .secure{background:var(--ufm-primary-soft)}
.summary .actions .primary,.contact,.partner-head~.hero aside,.paw{background:var(--ufm-brand-gradient)}
.chat-page .mine,.chat-panel form button{background:var(--ufm-brand-primary)}
.chat-avatar{background:var(--ufm-primary-soft)}

@media(forced-colors:active){*{--ufm-brand-primary:CanvasText;--ufm-brand-secondary:Highlight}}


.auth-page-ufoundme{background:radial-gradient(circle at 12% 18%,#8f76c21f,transparent 28%),radial-gradient(circle at 86% 82%,#d9ceec55,transparent 32%),linear-gradient(135deg,#fbf9fd,#f2eef8)}
.auth-page-ufoundme::before{background:linear-gradient(120deg,transparent 34%,#4b357508 34% 63%,#251a3d08 63%)}
.auth-page-ufoundme .kicker,.auth-page-ufoundme .step-label{color:var(--ufm-brand-primary)}
.auth-page-ufoundme .auth-card::before{display:none}
.auth-page-ufoundme .auth-card :is(input,select,textarea){border:1px solid #cbc2d6;outline:0;box-shadow:none;background:#fff}
.auth-page-ufoundme .auth-card :is(input,select,textarea):is(:focus,:focus-visible){border-color:#60439a;outline:0;box-shadow:none;background:#fbf9ff}
.auth-page-ufoundme .auth-login-tab.is-active{color:#fff;border-color:#4b3575;background:#4b3575;box-shadow:0 .5rem 1.15rem #251a3d2b}
.auth-page-ufoundme .auth-login-tab.is-active img{filter:brightness(0) invert(1)}
.auth-page-ufoundme .auth-login-tab.is-active :is(.auth-tab-google,.auth-tab-password){color:#fff}
.auth-page-ufoundme .auth-login-tab:not(.is-active):hover{color:#251a3d;background:#e8e0f1}
.auth-page-ufoundme .auth-primary{background:#251a3d;box-shadow:0 .7rem 1.6rem #251a3d25}
.auth-page-ufoundme .auth-primary:hover,
.auth-page-ufoundme .auth-primary:focus-visible{
  color:#fff;
  background:#60439a;
  box-shadow:0 .9rem 2rem #4b357538;
  transform:translateY(-2px)
}
.auth-page-ufoundme .auth-primary:active{
  color:#fff;
  background:#4b3575;
  box-shadow:0 .45rem 1.1rem #4b35752f;
  transform:translateY(0)
}
.auth-page-ufoundme :is(.auth-secondary,.auth-provider){border-color:#cfc6d9;color:#251a3d;background:#fff}
.auth-page-ufoundme :is(.auth-secondary,.auth-provider):hover{border-color:#60439a;background:#eee8f6;box-shadow:0 .55rem 1.15rem #251a3d16;transform:translateY(-1px)}
.auth-page-ufoundme :is(.auth-switch a,label a):hover{color:#60439a;text-decoration:underline;text-underline-offset:.2em}
.auth-page-ufoundme .ufm-auth-scene{background:linear-gradient(145deg,#b8a5d8,#60439a 52%,#251a3d)}


.shipping-picker{margin:18px 0;padding:16px;border:1px solid #5135802b;border-radius:16px;background:#f8f5fc}
.shipping-picker>label{display:block;margin-bottom:9px;color:#513580;font-size:.72rem;font-weight:800}
.shipping-picker>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}
.shipping-picker select,.shipping-picker button{min-height:46px;border:1px solid #51358038;border-radius:12px;font:inherit}
.shipping-picker select{width:100%;padding:0 12px;background:#fff;color:#171327}
.shipping-picker button{padding:0 18px;background:#513580;color:#fff;font-size:.72rem;font-weight:850;cursor:pointer}
.shipping-picker button:hover{background:#21172f}
.summary dl .grand-total{margin-top:14px;padding-top:13px;border-top:1px solid #17132718;font-size:1.05rem;font-weight:900}
@media(max-width:479px){.shipping-picker>div{grid-template-columns:1fr}.shipping-picker button{width:100%}}

:where(form label,form legend,form input,form select,form textarea,form option,form output){font-weight:400}:where(form input,form textarea)::placeholder{font-weight:400}


.auth-page-ufoundme .auth-shell:not(.registration-shell){
  width:min(72rem,calc(100% - 3rem));
  min-height:clamp(38rem,calc(100svh - 9rem),48rem);
  margin-inline:auto;
  padding:clamp(2rem,5vh,4.5rem) 0;
  align-items:center
}
.auth-page-ufoundme .auth-story h1{max-width:11ch;font-size:clamp(2.6rem,4.4vw,4.25rem);line-height:1.02;letter-spacing:-.045em}
.auth-page-ufoundme .auth-story>p{max-width:36rem;color:#625b69;font-size:1rem;line-height:1.65}
.auth-page-ufoundme .story-points{gap:.65rem;align-items:stretch}
.auth-page-ufoundme .story-points>span{
  min-height:3.9rem;height:100%;padding:.8rem 1rem;
  display:flex;align-items:flex-start;justify-content:flex-start;
  align-content:flex-start;align-self:stretch;
  border-radius:1rem;text-align:left;box-shadow:none
}

.auth-page-ufoundme:has(.registration-shell) .register-points>span{
  gap:.75rem;border-color:#4b357536;background:#fff
}
.auth-page-ufoundme:has(.registration-shell) .register-points .story-point-icon{
  width:42px;height:42px;flex:0 0 42px;border-radius:12px;
  color:#3b2864;background:#eee9f6
}
.auth-page-ufoundme:has(.registration-shell) .register-points .story-point-icon svg{
  width:24px;height:24px;stroke-width:2.25
}
.auth-page-ufoundme .auth-card{width:100%;max-width:31rem;margin-inline:auto;padding:clamp(1.7rem,3vw,2.5rem);border-color:#d9d2e2;background:#fff;box-shadow:0 1rem 2.5rem #251a3d12}
.auth-page-ufoundme .auth-card>h2{font-size:clamp(1.45rem,2vw,1.85rem);line-height:1.15;letter-spacing:-.025em;color:#251a3d}
.auth-page-ufoundme .auth-card>h2+p{margin-top:.45rem;color:#68616f;line-height:1.55}
.auth-page-ufoundme .auth-alert.success{border:1px solid #6f56a538;border-left:3px solid #60439a;background:#f2eef8;color:#251a3d}
.auth-page-ufoundme .auth-alert{position:relative;margin-block:1rem;padding:var(--ufm-auth-alert-padding,1rem 1rem 1rem 2.85rem);border:1px solid transparent;border-left-width:3px;border-radius:.9rem;color:#251a3d;font-size:.9rem;line-height:1.5}
.auth-page-ufoundme .auth-alert::before{width:1.35rem;height:1.35rem;position:absolute;top:1rem;left:.9rem;display:grid;place-items:center;border-radius:50%;color:#fff;font-size:.76rem;font-weight:850;content:'i'}
.auth-page-ufoundme .auth-alert.success{border-color:#6f56a538;border-left-color:#60439a;background:#f2eef8}.auth-page-ufoundme .auth-alert.success::before{background:#60439a;content:'✓'}
.auth-page-ufoundme .auth-alert.warning{border-color:#d9952738;border-left-color:#bf7612;background:#fff7e8;color:#5b3b10}.auth-page-ufoundme .auth-alert.warning::before{background:#bf7612;content:'!'}
.auth-page-ufoundme .auth-alert.error{border-color:#c8475238;border-left-color:#b6323e;background:#fff0f1;color:#6b2028}.auth-page-ufoundme .auth-alert.error::before{background:#b6323e;content:'×'}
.auth-page-ufoundme .auth-magic-sent{width:min(50rem,calc(100% - 2rem));min-height:calc(100svh - 74px);grid-template-columns:1fr;align-content:center;padding-block:2rem}
.auth-page-ufoundme .auth-magic-sent .auth-story{display:none}
.auth-page-ufoundme .auth-magic-sent .auth-card{max-width:48rem;position:relative;overflow:hidden;padding:clamp(1.5rem,4vw,2.75rem)}
.auth-page-ufoundme .ufm-magic-sent-mark{display:grid;place-items:center;width:3rem;height:3rem;margin:0 0 1.25rem;border-radius:50%;color:#fff;background:#4b3575;font-size:1.25rem;line-height:1}
.auth-page-ufoundme .auth-magic-sent .auth-alert.success{--ufm-auth-alert-padding:1rem 1.1rem;margin-top:1.4rem;border-radius:.9rem;font-size:.92rem;line-height:1.55}
.auth-page-ufoundme .auth-magic-sent .auth-alert.success::before{content:none}
.auth-page-ufoundme .ufm-magic-destination{margin-top:1rem;padding:.85rem 1rem;border:1px solid #04313c24;border-radius:.9rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:#edf5f5;color:#04313c}
.auth-page-ufoundme .ufm-magic-destination span{font-size:.76rem;font-weight:750;letter-spacing:.04em;text-transform:uppercase}
.auth-page-ufoundme .ufm-magic-destination strong{min-width:0;font-size:.98rem;overflow-wrap:anywhere}
.auth-page-ufoundme .ufm-magic-guidance{margin-top:1rem;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);gap:.8rem}
.auth-page-ufoundme :is(.ufm-magic-next,.ufm-magic-recovery){padding:1rem;border:1px solid #ded7e6;border-radius:1rem}
.auth-page-ufoundme .ufm-magic-recovery{background:#faf8fc}
.auth-page-ufoundme :is(.ufm-magic-next,.ufm-magic-recovery) h3{margin:0 0 .65rem;color:#251a3d;font-size:.98rem;line-height:1.25}
.auth-page-ufoundme :is(.ufm-magic-next ol,.ufm-magic-recovery ul){margin:0;padding-left:1.3rem;display:grid;gap:.45rem;color:#625b69;font-size:.82rem;line-height:1.4}
.auth-page-ufoundme .ufm-magic-next li::marker{color:#04313c;font-weight:800}
.auth-page-ufoundme .ufm-magic-recovery>p{margin:.75rem 0 0;color:#6e6575;font-size:.76rem;line-height:1.4}
.auth-page-ufoundme .ufm-magic-actions{margin-top:.85rem;display:grid;grid-template-columns:1fr 1fr;gap:.55rem;align-items:stretch}
.auth-page-ufoundme .ufm-magic-actions form{display:flex;min-width:0}
.auth-page-ufoundme .ufm-magic-actions :is(.auth-secondary,.auth-text-action){width:100%;height:100%;min-height:44px;margin:0;padding:.65rem .75rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;text-align:center;font-size:.78rem;line-height:1.2}
.auth-page-ufoundme .ufm-magic-support{padding-top:.7rem;border-top:1px solid #e6e0eb}
.auth-page-ufoundme .ufm-magic-support a{color:#04313c;font-weight:750}
.auth-page-ufoundme .auth-magic-sent .auth-login-tabs{margin-top:1.5rem}
.auth-page-ufoundme .auth-magic-sent .auth-login-panel{min-height:0}
@media(max-width:699px){.auth-page-ufoundme .ufm-magic-guidance{grid-template-columns:1fr}.auth-page-ufoundme .ufm-magic-destination{align-items:flex-start;flex-direction:column;gap:.25rem}.auth-page-ufoundme .ufm-magic-actions{grid-template-columns:1fr}}
.auth-page-ufoundme :is(.auth-primary,.auth-secondary,.auth-text-action,.auth-provider){min-height:48px}
.auth-page-ufoundme:has(.auth-code-input) .auth-card{max-width:30rem}
.auth-page-ufoundme:has(.auth-code-input) .auth-private-email{
  margin:0 0 1rem;padding:1rem;border-radius:.9rem;
  display:flex;flex-direction:column;align-items:flex-start;gap:.3rem;
  background:#f2eef8;color:#45355f;line-height:1.45
}
.auth-page-ufoundme:has(.auth-code-input) .auth-private-email span{font-size:.82rem;color:#716783}
.auth-page-ufoundme:has(.auth-code-input) .auth-private-email strong{
  max-width:100%;color:#352650;font-size:1rem;font-weight:700;
  overflow-wrap:anywhere;word-break:normal
}
.auth-page-ufoundme:has(.auth-code-input) .auth-otp-form{grid-template-columns:1fr}
.auth-page-ufoundme:has(.auth-code-input) .auth-otp-form>*{grid-column:1/-1}
.auth-page-ufoundme:has(.auth-code-input) .auth-otp-form label{display:grid;gap:.45rem}
.auth-page-ufoundme:has(.auth-code-input) .auth-otp-form label small{max-width:34ch;line-height:1.45}
.auth-page-ufoundme:has(.auth-code-input) .auth-code-input{width:100%;height:60px;padding-inline:.65rem;border-color:#cfc4dc;font-size:clamp(1.35rem,5vw,1.75rem);letter-spacing:.2em}
.auth-page-ufoundme:has(.auth-code-input) .auth-otp-actions{margin-top:1rem;gap:.65rem;align-items:stretch}
.auth-page-ufoundme:has(.auth-code-input) .auth-otp-actions form{display:flex;min-width:0}
.auth-page-ufoundme:has(.auth-code-input) .auth-otp-actions .auth-secondary{
  width:100%;height:100%;margin:0;padding:.75rem 1rem;border-radius:.9rem;
  display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.25
}
.auth-page-ufoundme .ufm-otp-no-mail{margin:.85rem 0 0;padding:.8rem .9rem;border-radius:.8rem;background:#f7f4fa;color:#625b69;font-size:.78rem;line-height:1.45}
.auth-page-ufoundme .ufm-otp-no-mail a{color:#04313c;font-weight:750}
.auth-page-ufoundme .ufm-help-button{width:48px;min-width:48px;padding:0;right:18px}
.auth-page-ufoundme .ufm-help-button span{display:none}
.auth-page-ufoundme .ufm-readability-button{width:48px;min-width:48px;padding:0;right:76px}
.auth-page-ufoundme .ufm-readability-button span{display:none}
.auth-page-ufoundme .ufm-help-button{display:none}
.auth-page-ufoundme .ufm-readability-button{top:10px;right:66px;bottom:auto}
.auth-page-ufoundme .auth-magic-sent .ufm-auth-scene{filter:saturate(.78)}


.auth-page-ufoundme .auth-login-tabs.auth-login-tabs-three{
  grid-template-columns:minmax(7.2rem,1.2fr) minmax(5.8rem,.9fr) minmax(6.5rem,1fr);
  gap:.4rem;
  padding:.38rem;
  border-radius:1.15rem
}
.auth-page-ufoundme .auth-login-tabs-three .auth-login-tab{
  min-width:0;
  min-height:48px;
  padding:.65rem .55rem;
  border-radius:.85rem;
  font-size:clamp(.76rem,.72rem + .16vw,.88rem);
  line-height:1;
  white-space:nowrap
}
.auth-page-ufoundme .auth-login-tab>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.auth-page-ufoundme .auth-login-help-ticker{display:none}


.auth-page-ufoundme:has(.auth-shell) .ufm-footer{
  --ufm-footer-safe-zone:20px;
  padding-top:clamp(30px,4vw,40px)
}
.auth-page-ufoundme:has(.auth-shell) .ufm-footer-trust,
.auth-page-ufoundme:has(.auth-shell) .ufm-footer-europe{margin-top:20px}
.auth-page-ufoundme:has(.auth-shell) .ufm-footer-bottom{margin-top:15px}
@media(max-width:767px){
  .auth-page-ufoundme:has(.auth-shell) .ufm-footer{
    --ufm-footer-safe-zone:calc(18px + env(safe-area-inset-bottom));
    padding-bottom:var(--ufm-footer-safe-zone)
  }
}


@media(min-width:1024px) and (hover:hover) and (pointer:fine){
  
  .auth-page-ufoundme .auth-card:has(.auth-login-tabs){overflow:visible;position:relative;z-index:2}
  .auth-page-ufoundme .auth-login-tabs{position:relative;z-index:3;overflow:visible}
  .auth-page-ufoundme .auth-login-tab[data-login-help]::after{
    width:max-content;max-width:min(18rem,calc(100vw - 2rem));padding:.58rem .72rem;position:absolute;z-index:30;left:50%;bottom:calc(100% + .65rem);border-radius:.65rem;color:#fff;background:#251a3d;box-shadow:0 .65rem 1.5rem #251a3d2b;content:attr(data-login-help);font-size:.76rem;font-weight:520;line-height:1.35;white-space:normal;opacity:0;pointer-events:none;transform:translate(-50%,.25rem);transition:opacity .16s ease,transform .16s ease
  }
  .auth-page-ufoundme .auth-login-tab[data-login-help]::before{position:absolute;z-index:31;left:50%;bottom:calc(100% + .35rem);border:.34rem solid transparent;border-top-color:#251a3d;content:"";opacity:0;pointer-events:none;transform:translateX(-50%);transition:opacity .16s ease}
  .auth-page-ufoundme .auth-login-tab[data-login-help]:is(:hover,:focus-visible)::after{opacity:1;transform:translate(-50%,0)}
  .auth-page-ufoundme .auth-login-tab[data-login-help]:is(:hover,:focus-visible)::before{opacity:1}
  .auth-page-ufoundme .auth-login-tab[data-login-help]:first-child::after{left:0;transform:translateY(.25rem)}
  .auth-page-ufoundme .auth-login-tab[data-login-help]:first-child:is(:hover,:focus-visible)::after{transform:none}
  .auth-page-ufoundme .auth-login-tab[data-login-help]:first-child::before{left:2rem}
  .auth-page-ufoundme .auth-login-tab[data-login-help]:last-child::after{right:0;left:auto;transform:translateY(.25rem)}
  .auth-page-ufoundme .auth-login-tab[data-login-help]:last-child:is(:hover,:focus-visible)::after{transform:none}
  .auth-page-ufoundme .auth-login-tab[data-login-help]:last-child::before{right:2rem;left:auto;transform:none}
}


@media(max-width:767px){
  .auth-page-ufoundme .auth-login-help-ticker{height:auto;margin:-.25rem 0 .75rem;display:block;overflow:visible;color:#716a78;font-size:.82rem;line-height:1.45;white-space:normal;mask-image:none}
  .auth-page-ufoundme .auth-login-help-ticker span{width:auto;display:block;padding-left:0;animation:none;transform:none}
}
@media(prefers-reduced-motion:reduce){
  .auth-page-ufoundme .auth-login-help-ticker{height:auto;white-space:normal;mask-image:none}
  .auth-page-ufoundme .auth-login-help-ticker span{width:auto;padding-left:0;animation:none;transform:none}
}

@media(min-width:1600px){.auth-page-ufoundme .auth-shell:not(.registration-shell){width:min(76rem,calc(100% - 6rem))}}
@media(min-width:1440px) and (max-width:1599px){.auth-page-ufoundme .auth-shell:not(.registration-shell){width:min(72rem,calc(100% - 5rem))}}
@media(min-width:1280px) and (max-width:1439px){.auth-page-ufoundme .auth-shell:not(.registration-shell){width:min(68rem,calc(100% - 4rem));gap:3.25rem}}
@media(min-width:1024px) and (max-width:1279px){.auth-page-ufoundme .auth-shell:not(.registration-shell){width:min(61rem,calc(100% - 3rem));grid-template-columns:minmax(0,1fr) minmax(23rem,26rem);gap:2rem}.auth-page-ufoundme .auth-story h1{font-size:clamp(2.45rem,4.3vw,3.3rem)}}
@media(min-width:768px) and (max-width:1023px){.auth-page-ufoundme .auth-shell:not(.registration-shell){width:min(42rem,calc(100% - 2.5rem));grid-template-columns:1fr;min-height:0;gap:1.5rem;align-items:start}.auth-page-ufoundme .auth-story{text-align:center}.auth-page-ufoundme .auth-story h1,.auth-page-ufoundme .auth-story>p{margin-inline:auto}.auth-page-ufoundme .story-points{grid-template-columns:repeat(3,minmax(0,1fr))}.auth-page-ufoundme .ufm-auth-scene{height:13rem}.auth-page-ufoundme .auth-card{max-width:34rem}}
@media(min-width:600px) and (max-width:767px){.auth-page-ufoundme .auth-shell:not(.registration-shell){width:min(36rem,calc(100% - 2rem));grid-template-columns:1fr;min-height:0;gap:1.25rem;padding:1.5rem 0 2.5rem}.auth-page-ufoundme .auth-story h1{font-size:clamp(2.2rem,8vw,2.8rem)}.auth-page-ufoundme .story-points{grid-template-columns:1fr}.auth-page-ufoundme .ufm-auth-scene{height:12rem}.auth-page-ufoundme .auth-card{padding:1.5rem}}
@media(max-width:479px){.auth-page-ufoundme .auth-shell:not(.registration-shell){width:calc(100% - 1.25rem);grid-template-columns:1fr;min-height:0;gap:1rem;padding:1.1rem 0 2rem}.auth-page-ufoundme .auth-story h1{font-size:clamp(2rem,10vw,2.45rem)}.auth-page-ufoundme .auth-story>p{font-size:.9rem}.auth-page-ufoundme .story-points,.auth-page-ufoundme .ufm-auth-scene{display:none}.auth-page-ufoundme .auth-card{padding:1.25rem;border-radius:1.25rem}.auth-page-ufoundme .auth-login-tabs.auth-login-tabs-three{grid-template-columns:minmax(0,1.18fr) minmax(0,.82fr) minmax(0,1fr);gap:.25rem;padding:.28rem}.auth-page-ufoundme .auth-login-tabs-three .auth-login-tab{min-width:0;padding:.65rem .2rem;font-size:clamp(.64rem,3vw,.72rem);white-space:nowrap}.auth-page-ufoundme .auth-login-tabs-three .auth-login-tab :is(img,.auth-tab-google,.auth-tab-password){display:none}.auth-page-ufoundme .ufm-magic-sent-mark{width:2.65rem;height:2.65rem}}
@media(max-width:359px){.auth-page-ufoundme .auth-login-tab :is(img,.auth-tab-google,.auth-tab-password){display:none}.auth-page-ufoundme .auth-login-tab{font-size:.67rem;line-height:1.15}.auth-page-ufoundme .auth-magic-sent .auth-card{padding-inline:1rem}.auth-page-ufoundme .auth-alert.success{font-size:.86rem}}
@media(max-width:479px){.auth-page-ufoundme:has(.auth-code-input) .auth-code-input{height:58px;font-size:1.35rem;letter-spacing:.16em}.auth-page-ufoundme:has(.auth-code-input) .auth-otp-actions{grid-template-columns:1fr}.auth-page-ufoundme:has(.auth-code-input) .auth-otp-actions button{width:100%}}


@media(max-width:1023px){
  .auth-page-ufoundme .ufm-auth-public-header{height:68px;min-height:68px;padding-inline:16px}
  .auth-page-ufoundme .ufm-auth-public-header .auth-logo{width:clamp(106px,24vw,140px)}
  .auth-page-ufoundme .ufm-auth-language,.auth-page-ufoundme .ufm-auth-account{display:none}
  .auth-page-ufoundme .ufm-auth-cart{margin-left:auto}
  .auth-page-ufoundme .ufm-auth-menu-sheet{top:76px;right:8px;left:max(8px,calc(100vw - 430px));max-height:calc(100dvh - 84px);overflow:auto}
  .auth-page-ufoundme .auth-shell:not(.registration-shell){align-content:start}
  .auth-page-ufoundme .auth-shell:not(.registration-shell)>.auth-card{order:1}
  .auth-page-ufoundme .auth-shell:not(.registration-shell)>.auth-story{order:2}
  .auth-page-ufoundme .auth-login-panel{min-height:0}
  .auth-page-ufoundme .auth-card{max-width:34rem}
  .auth-page-ufoundme .auth-login-tab{min-height:48px}
  .auth-page-ufoundme .auth-primary,.auth-page-ufoundme .auth-secondary,.auth-page-ufoundme .auth-provider{min-height:48px}
}
@media(min-width:768px) and (max-width:1023px){
  .auth-page-ufoundme .auth-shell:not(.registration-shell){padding:2rem 0 3rem;gap:2rem}
  .auth-page-ufoundme .auth-story{display:grid;grid-template-columns:minmax(0,1fr) minmax(16rem,.8fr);align-items:center;gap:1.5rem;text-align:left}
  .auth-page-ufoundme .auth-story>.kicker,.auth-page-ufoundme .auth-story>h1,.auth-page-ufoundme .auth-story>p,.auth-page-ufoundme .story-points{grid-column:1}
  .auth-page-ufoundme .auth-story h1,.auth-page-ufoundme .auth-story>p{margin-inline:0}
  .auth-page-ufoundme .story-points{grid-template-columns:1fr}
  .auth-page-ufoundme .ufm-auth-scene{grid-column:2;grid-row:1/5;width:100%;height:14rem;margin:0}
}
@media(max-width:767px){
  .auth-page-ufoundme .ufm-auth-public-header{height:64px;min-height:64px;padding-inline:10px}
  .auth-page-ufoundme .ufm-auth-cart{width:48px;padding:0}.auth-page-ufoundme .ufm-auth-cart span{display:none}
  .auth-page-ufoundme .ufm-auth-menu-sheet{top:70px;right:6px;left:6px;max-height:calc(100dvh - 78px)}
  .auth-page-ufoundme .auth-shell:not(.registration-shell){padding-top:1rem}
  .auth-page-ufoundme .auth-card{padding:1.25rem;border-radius:1.25rem}
  .auth-page-ufoundme .auth-card>h2{font-size:1.35rem}
  .auth-page-ufoundme .auth-login-tabs{margin-bottom:1rem}
  .auth-page-ufoundme .auth-switch{margin-top:1rem}
}
@media(max-width:479px){
  .auth-page-ufoundme .auth-story{padding:1rem .35rem 0;text-align:left}
  .auth-page-ufoundme .auth-story .kicker{display:none}
  .auth-page-ufoundme .auth-story h1{max-width:13ch;margin:0;font-size:1.85rem}
  .auth-page-ufoundme .auth-story>p{margin:.75rem 0 0;font-size:.88rem;line-height:1.55}
  .auth-page-ufoundme .auth-login-tab{padding-inline:.2rem;font-size:.72rem;white-space:nowrap}
  .auth-page-ufoundme .auth-login-tab :is(img,.auth-tab-google,.auth-tab-password){flex:0 0 auto}
}

:where(body.auth-page-ufoundme, body.eshop-page, body.catalog-page, body.public-card-body, body.chat-surface, body.legal-page, body:has(.owner-office), body:has(.studio-page), body:has(.view.active)) :is(h1, h2, h3, h4) {
  font-weight: 620;
}

:where(body.auth-page-ufoundme, body.eshop-page, body.catalog-page, body.public-card-body, body.chat-surface, body.legal-page, body:has(.owner-office), body:has(.studio-page), body:has(.view.active)) :is(strong, b) {
  font-weight: 600;
}

:where(body.auth-page-ufoundme, body.eshop-page, body.catalog-page, body.public-card-body, body.chat-surface, body.legal-page, body:has(.owner-office), body:has(.studio-page), body:has(.view.active)) :is(button, .button, .btn, .primary, .secondary, [role="button"]) {
  font-weight: 560;
}

:where(body.auth-page-ufoundme, body.eshop-page, body.catalog-page, body.public-card-body, body.chat-surface, body.legal-page, body:has(.owner-office), body:has(.studio-page), body:has(.view.active)) :is(label, legend) {
  font-weight: 520;
}

:where(body.auth-page-ufoundme, body.eshop-page, body.catalog-page, body.public-card-body, body.chat-surface, body.legal-page, body:has(.owner-office), body:has(.studio-page), body:has(.view.active)) :is(.kicker, .eyebrow, .step-label, .product-type) {
  font-weight: 600;
}

:where(body.auth-page-ufoundme, body.eshop-page, body.catalog-page, body.public-card-body, body.chat-surface, body.legal-page, body:has(.owner-office), body:has(.studio-page), body:has(.view.active)) :is(main, section, article, aside, header, footer, nav, form, fieldset, div, span, p, a, button, label) {
  min-width: 0;
}

:where(body.auth-page-ufoundme, body.eshop-page, body.catalog-page, body.public-card-body, body.chat-surface, body.legal-page, body:has(.owner-office), body:has(.studio-page), body:has(.view.active)) :is(h1, h2, h3, h4, p, a, button, label, legend, li, dt, dd, small, strong, b) {
  overflow-wrap: anywhere;
}

:where(body.eshop-page, body.catalog-page) :is(.product-price strong, .grand-total dd, .first-year-offer strong),
:where(body.public-card-body, body:has(.studio-page)) :is(.studio-card h1, .studio-card h3, .public-card h1),
:where(body.auth-page-ufoundme, body.legal-page) [aria-current="page"] {
  font-weight: 650;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  
  .ufm-footer{padding-top:34px}
  .ufm-footer .ufm-footer-grid{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:clamp(24px,4vw,44px);row-gap:24px}
  .ufm-footer .ufm-footer-brand{grid-column:1/-1;display:grid;grid-template-columns:190px minmax(0,1fr) minmax(240px,.9fr);grid-template-rows:auto auto;column-gap:28px;row-gap:5px;align-items:start}
  .ufm-footer .ufm-footer-brand>a:first-child{grid-column:1;grid-row:1;margin:0}
  .ufm-footer .ufm-footer-brand>p{grid-column:2;grid-row:1}
  .ufm-footer .ufm-footer-brand>small{grid-column:2;grid-row:2}
  .ufm-footer .ufm-footer-brand>.ufm-footer-contact{grid-column:3;grid-row:1/3;margin:0}
  .ufm-footer .ufm-footer-brand>.ufm-footer-social{grid-column:1;grid-row:2;margin-top:2px}
  .ufm-footer .ufm-footer-grid>nav{gap:5px}
  .ufm-footer .ufm-footer-grid>nav a{display:flex;align-items:center;min-height:36px}
  .ufm-footer .ufm-footer-trust,.ufm-footer .ufm-footer-europe{margin-top:22px}
  .ufm-footer .ufm-footer-bottom{margin-top:14px;padding-top:13px}

  body:has(.hero.active) .hero {
    padding-inline: clamp(36px, 4.5vw, 58px);
    grid-template-columns: minmax(0, 1.05fr) minmax(410px, .95fr);
    column-gap: clamp(28px, 3.5vw, 46px);
  }

  body:has(.hero.active) .hero-copy {
    width: 100%;
    max-width: 590px;
    align-self: start;
  }

  body:has(.hero.active) .hero .hero-promise {
    max-width: 13.5ch;
    font-size: clamp(3rem, 4.7vw, 4.15rem);
    line-height: .96;
    letter-spacing: -.06em;
  }

  body:has(.hero.active) .hero-copy > p:not(.kicker) {
    max-width: 48ch;
    margin-block: 20px;
    font-size: .94rem;
    line-height: 1.62;
  }

  body:has(.hero.active) .hero-how {
    margin-block: 18px;
    padding-block: 14px;
  }

  body:has(.hero.active) .hero-how ol {
    gap: 10px;
  }

  body:has(.hero.active) .hero-how li {
    min-height: 74px;
    padding: 10px;
    align-content: center;
  }

  body:has(.hero.active) .hero .actions {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(142px, .65fr);
    gap: 10px;
  }

  body:has(.hero.active) .hero .actions > * {
    width: 100%;
    min-height: 48px;
    justify-content: center;
  }

  body:has(.hero.active) .hero .proof {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, max-content));
    gap: 8px 16px;
  }

  body:has(.hero.active) .hero-product {
    width: 100%;
    min-width: 0;
    align-self: start;
  }

  body:has(.hero.active) .hero-visual {
    width: 100%;
    min-height: 500px;
  }
}

.brand-pronunciation {
  font-size: max(0.75rem, 12px);
  font-weight: 400;
}

.mobile-app-nav > button :is(span, strong),
.mobile-app-nav > button {
  color: #5b5362;
  font-size: max(0.75rem, 12px);
}

.preview-intro {
  color: #6f234a;
}

@media (pointer: coarse) {
  :where(.language-switcher a, .ufm-universal-languages a, .action-world, .action-spanish-flag) {
    min-width: var(--ufm-touch-target);
    min-height: var(--ufm-touch-target);
  }

  .ufm-footer nav a {
    position: relative;
  }

  .ufm-footer nav a::before {
    position: absolute;
    inset: 50% -8px auto;
    min-height: var(--ufm-touch-target);
    content: "";
    transform: translateY(-50%);
  }
}

.view.qr-principle {
  background:
    radial-gradient(circle at 82% 24%, rgba(217, 205, 238, .48), transparent 28%),
    linear-gradient(135deg, #faf8fc, #fff 56%, #eee9f6);
}


.auth-page-ufoundme:has(.registration-shell) .ufm-registration-consent-row {
  position: relative;
}

.auth-page-ufoundme:has(.registration-shell) .ufm-registration-consent-row > label {
  padding-right: 3.45rem;
}

.auth-page-ufoundme:has(.registration-shell) .ufm-registration-terms-help {
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
  min-height: 2.75rem;
  position: absolute;
  top: 50%;
  right: .45rem;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
}

.auth-page-ufoundme:has(.registration-shell) .auth-switch a {
  min-height: 2.75rem;
}


.auth-page-ufoundme:has(.registration-shell) :is(.gdpr-alert, .ufm-readability-button, .ufm-back-to-top, .ufm-help-button) {
  display: none;
}





@font-face{font-family:"Inter";src:url("/ufoundme/assets/fonts/InterUFM-Latin-Regular.woff2") format("woff2");font-style:normal;font-weight:100 599;font-display:optional;unicode-range:U+0000-024F,U+1E00-1EFF,U+20AC,U+2122,U+2190-2199,U+2713,U+2715,U+2717,U+2718,U+271A,U+2753,U+2764,U+2B05-2B07,U+FFFD}
@font-face{font-family:"Inter";src:url("/ufoundme/assets/fonts/InterUFM-Latin-Bold.woff2") format("woff2");font-style:normal;font-weight:600 900;font-display:optional;unicode-range:U+0000-024F,U+1E00-1EFF,U+20AC,U+2122,U+2190-2199,U+2713,U+2715,U+2717,U+2718,U+271A,U+2753,U+2764,U+2B05-2B07,U+FFFD}
:root{--ufm-font-primary:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-primary:var(--ufm-font-primary)}
html{font-family:var(--ufm-font-primary);font-synthesis:none;-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{font-family:var(--ufm-font-primary);font-synthesis:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
button,input,select,textarea{font-family:inherit}


.hero .hero-promise{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}


body.auth-page-ufoundme,body.eshop-page,body.catalog-page,body.public-card-body,body.chat-surface,body.legal-page,body.ufm-ulule,body:has(.owner-office),body:has(.studio-page),body:has(.ufm-contact-head){font-family:var(--ufm-font-primary)}
body.auth-page-ufoundme *,body:has(.owner-office) *{box-sizing:border-box}
body.auth-page-ufoundme :is(button,input,select,textarea),body.eshop-page :is(button,input,select,textarea),body.catalog-page :is(button,input,select,textarea),body.public-card-body :is(button,input,select,textarea),body.chat-surface :is(button,input,select,textarea),body.legal-page :is(button,input,select,textarea),body:has(.owner-office) :is(button,input,select,textarea),body:has(.studio-page) :is(button,input,select,textarea){font-family:inherit}
body.auth-page-ufoundme .auth-logo.auth-logo-ufoundme{display:block;min-width:0;flex:0 0 auto}
body.auth-page-ufoundme .auth-logo.auth-logo-ufoundme img{width:100%;max-width:100%;height:auto}
body.auth-page-ufoundme .auth-nav,body.auth-page-ufoundme .auth-brand-navigation{min-width:0;max-width:100%}
body.auth-page-ufoundme .auth-brand-navigation{flex:1 1 auto}
body.auth-page-ufoundme .auth-shell,body.auth-page-ufoundme .auth-card{min-width:0;max-width:100%;box-sizing:border-box}
body.auth-page-ufoundme .auth-card>*{min-width:0;max-width:100%}
body.auth-page-ufoundme .ufm-auth-scene{max-width:100%;overflow:clip;contain:paint}
@media(max-width:359px){body.auth-page-ufoundme .auth-logo.auth-logo-ufoundme{width:7rem}body.auth-page-ufoundme .auth-card{width:100%;padding-inline:1rem}body.auth-page-ufoundme .auth-nav{width:100%;padding-inline:.875rem}}


@media(max-width:767px){
  body.auth-page-ufoundme :is(input,select,textarea),
  body.eshop-page :is(input,select,textarea),
  body.catalog-page :is(input,select,textarea),
  body.public-card-body :is(input,select,textarea),
  body.chat-surface :is(input,select,textarea),
  body.legal-page :is(input,select,textarea),
  body:has(.owner-office) :is(input,select,textarea),
  body:has(.studio-page) :is(input,select,textarea),
  body:has(.ufm-contact-head) :is(input,select,textarea){font-size:16px}
}





.topbar{width:100%;max-width:100vw}.topbar>*,.topbar>.logo img,.compact-header-actions{min-width:0}.topbar>.logo img{height:auto}.mobile-app-nav[hidden],.mobile-menu-sheet[hidden]{display:none}


.compact-cart-trigger,.compact-menu-trigger{height:46px;min-height:46px;max-height:46px;padding:0 14px;border:1px solid #ddd5de;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:8px;overflow:hidden;color:#171327;background:#fff;font:750 .72rem Lexend,system-ui,sans-serif;line-height:1;white-space:nowrap;cursor:pointer}
.compact-cart-trigger img,.compact-menu-trigger img{width:18px;height:18px;min-width:18px;max-width:18px;object-fit:contain}
.compact-cart-trigger b{min-width:21px;height:21px;padding:0 5px;border-radius:99px;display:grid;place-items:center;color:#fff;background:#513580;font-size:.55rem}
.compact-menu-trigger{min-width:96px;color:#fff;background:#171327;border-color:#171327}
.compact-menu-trigger img{filter:invert(1)}
.compact-cart-trigger:hover{border-color:#513580;background:#f7f3fb}.compact-menu-trigger:hover{background:#513580;border-color:#513580}
.wide-menu-trigger{display:none}


.mobile-menu-sheet{width:440px;max-width:calc(100vw - 12px);max-height:calc(100svh - 104px);padding:20px;position:fixed;z-index:95;top:92px;right:clamp(34px,4vw,100px);bottom:auto;left:auto;overflow:auto;border:1px solid #17132718;border-radius:24px;display:grid;gap:16px;background:#fff;box-shadow:0 28px 80px #17132738}
.mobile-menu-sheet>header{display:flex;align-items:center;justify-content:space-between;gap:16px}.mobile-menu-sheet>header a{display:flex;align-items:center}.mobile-menu-sheet>header img{width:145px;height:auto}.mobile-menu-sheet>header button{width:44px;height:44px;flex:0 0 44px;border:0;border-radius:50%;display:grid;place-items:center;background:#f2efeb;font-size:1.25rem}
.mobile-sheet-routes{display:grid;grid-template-columns:1fr 1fr;gap:9px}.mobile-sheet-routes>*{min-height:62px;padding:11px;border:0;border-radius:16px;display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:9px;color:#171327;background:#f6f3ef;text-align:left;text-decoration:none;font:800 .7rem Lexend,sans-serif}.mobile-sheet-routes img{width:20px;height:20px}.mobile-sheet-routes b{font-size:.8rem}.compact-only-route{display:grid}
.mobile-sheet-account{display:grid;grid-template-columns:1fr 1fr;gap:9px}.mobile-sheet-account a,.mobile-sheet-account button{min-height:46px;padding:0 13px;border:1px solid #e6e1dc;border-radius:999px;display:flex;align-items:center;justify-content:center;color:#171327;background:#fff;text-align:center;text-decoration:none;font:800 .68rem Lexend,sans-serif}.mobile-sheet-account .primary{border:0;color:#fff;background:#171327}
.mobile-sheet-tools{min-width:0;padding-top:12px;border-top:1px solid #e6e1dc;display:grid;gap:9px}.mobile-sheet-tools h2{margin:0;color:#665e70;font:800 .65rem/1.2 Lexend,sans-serif;letter-spacing:.1em;text-transform:uppercase}.mobile-sheet-tools>div{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mobile-sheet-tools :is(a,button){min-width:0;min-height:48px;padding:9px 11px;border:1px solid #e6e1dc;border-radius:14px;display:flex;align-items:center;gap:9px;color:#171327;background:#fff;text-align:left;text-decoration:none;font:750 .7rem/1.25 Lexend,sans-serif;overflow-wrap:anywhere}.mobile-sheet-tools :is(a,button):hover,.mobile-sheet-tools :is(a,button):focus-visible{border-color:#513580;background:#f7f3fb;outline:0}.mobile-sheet-tools img{width:19px;height:19px;flex:0 0 19px}.mobile-sheet-tools .menu-aa{width:25px;height:25px;flex:0 0 25px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#513580;font-size:.58rem}
.mobile-sheet-languages{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.mobile-sheet-languages a{min-height:42px;padding:0;border:1px solid #ddd5de;border-radius:999px;display:flex;align-items:center;justify-content:center;color:#171327;background:#fff;text-decoration:none;font-size:.64rem;font-weight:800}.mobile-sheet-languages a[aria-current]{color:#fff;background:#171327}
body.mobile-menu-open{overflow:hidden}

@media(min-width:1760px){
  .mobile-menu-sheet{width:440px;max-height:calc(100svh - 104px);padding:20px;position:fixed;z-index:95;top:92px;right:clamp(34px,4vw,100px);bottom:auto;left:auto;overflow:auto;border:1px solid #17132718;border-radius:24px;display:grid;gap:16px;background:#fff;box-shadow:0 28px 80px #17132738}
  .mobile-menu-sheet>header{display:flex;align-items:center;justify-content:space-between;gap:16px}.mobile-menu-sheet>header a{display:flex;align-items:center}.mobile-menu-sheet>header img{width:145px;height:auto}.mobile-menu-sheet>header button{width:44px;height:44px;flex:0 0 44px;border:0;border-radius:50%;display:grid;place-items:center;background:#f2efeb;font-size:1.25rem}
  .mobile-sheet-routes{display:grid;grid-template-columns:1fr 1fr;gap:9px}.mobile-sheet-routes>*{min-height:62px;padding:11px;border:0;border-radius:16px;display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:9px;color:#171327;background:#f6f3ef;text-align:left;text-decoration:none;font:800 .7rem Lexend,sans-serif}.mobile-sheet-routes img{width:20px;height:20px}.mobile-sheet-routes b{font-size:.8rem}.compact-only-route{display:grid}
  .mobile-sheet-account{display:grid;grid-template-columns:1fr 1fr;gap:9px}.mobile-sheet-account a,.mobile-sheet-account button{min-height:46px;padding:0 13px;border:1px solid #e6e1dc;border-radius:999px;display:flex;align-items:center;justify-content:center;color:#171327;background:#fff;text-align:center;text-decoration:none;font:800 .68rem Lexend,sans-serif}.mobile-sheet-account .primary{border:0;color:#fff;background:#171327}
  .mobile-sheet-languages{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.mobile-sheet-languages a{min-height:42px;padding:0;border:1px solid #ddd5de;border-radius:999px;display:flex;align-items:center;justify-content:center;color:#171327;background:#fff;text-decoration:none;font-size:.64rem;font-weight:800}.mobile-sheet-languages a[aria-current]{color:#fff;background:#171327}
  body.mobile-menu-open{overflow:hidden}
}


@media(min-width:2000px){
  .topbar{height:82px;min-height:82px;padding:0 clamp(48px,5vw,100px);display:grid;grid-template-columns:190px 96px minmax(780px,1fr) minmax(360px,430px);align-items:center;gap:18px}
  .topbar>.logo{margin:0;grid-column:1;justify-self:start}.topbar>.logo img{width:165px}
  .wide-menu-trigger{grid-column:2;min-width:92px;min-height:46px;padding:0 14px;border:1px solid #171327;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#fff;background:#171327;font:750 .7rem/1 Lexend,system-ui,sans-serif;cursor:pointer}.wide-menu-trigger img{width:18px;height:18px;filter:invert(1)}.wide-menu-trigger:hover,.wide-menu-trigger:focus-visible{border-color:#513580;background:#513580;outline:3px solid #51358024;outline-offset:2px}
  .topbar>nav{grid-column:3;display:flex;align-self:stretch;align-items:center;justify-content:center;gap:clamp(12px,.9vw,20px)}
  .topbar>nav a{min-height:44px;padding:0 2px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;font-size:var(--ufm-header-font-size);line-height:1.25}
  .topbar>.account-actions,.compact-header-actions,.mobile-cart-trigger,.mobile-app-nav{display:none}
}


@media(min-width:1760px) and (max-width:1999px){
  .topbar{height:76px;min-height:76px;padding:0 clamp(34px,4vw,70px);display:grid;grid-template-columns:180px 92px minmax(690px,1fr) minmax(320px,390px);align-items:center;gap:15px}
  .topbar>.logo{margin:0;grid-column:1;justify-self:start}.topbar>.logo img{width:158px}
  .wide-menu-trigger{grid-column:2;min-width:88px;min-height:44px;padding:0 12px;border:1px solid #171327;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:7px;color:#fff;background:#171327;font:750 .66rem/1 Lexend,system-ui,sans-serif;cursor:pointer}.wide-menu-trigger img{width:17px;height:17px;filter:invert(1)}.wide-menu-trigger:hover,.wide-menu-trigger:focus-visible{border-color:#513580;background:#513580;outline:3px solid #51358024;outline-offset:2px}
  .topbar>nav{grid-column:3;display:flex;align-items:center;justify-content:center;gap:clamp(9px,.75vw,15px)}
  .topbar>nav a{min-height:44px;padding:0 1px;display:inline-flex;align-items:center;white-space:nowrap;font-size:var(--ufm-header-font-size)}
  .topbar>.account-actions,.compact-header-actions,.mobile-cart-trigger,.mobile-app-nav{display:none}
}


@media(min-width:1440px) and (max-width:1759px){
  .topbar{height:74px;min-height:74px;padding:0 clamp(28px,4vw,64px);display:grid;grid-template-columns:180px minmax(230px,1fr) minmax(330px,390px);align-items:center;gap:18px}
  .topbar>.logo{margin:0;grid-column:1;justify-self:start}.topbar>.logo img{width:158px}.topbar>nav,.topbar>.account-actions{display:none}
  .compact-header-actions{grid-column:2;display:flex;align-items:center;justify-content:flex-end;justify-self:end;gap:9px;margin:0}.mobile-cart-trigger,.mobile-app-nav{display:none}
  .mobile-menu-sheet{top:84px;right:clamp(28px,4vw,64px);bottom:auto;left:auto}
}


@media(min-width:1280px) and (max-width:1439px){
  .topbar{height:72px;min-height:72px;padding:0 28px;display:grid;grid-template-columns:170px minmax(220px,1fr) minmax(300px,340px);align-items:center;gap:16px}
  .topbar>.logo{margin:0;grid-column:1;justify-self:start}.topbar>.logo img{width:154px}.topbar>nav,.topbar>.account-actions{display:none}
  .compact-header-actions{grid-column:2;display:flex;align-items:center;justify-content:flex-end;justify-self:end;gap:8px;margin:0}.compact-cart-trigger,.compact-menu-trigger{font-size:.72rem}.mobile-cart-trigger,.mobile-app-nav{display:none}
  .mobile-menu-sheet{top:80px;right:28px;bottom:auto;left:auto}
}


@media(min-width:1024px) and (max-width:1279px){
  .topbar{height:66px;min-height:66px;padding:0 18px;position:sticky;display:flex;align-items:center;justify-content:flex-start}
  .topbar>.logo{margin:0}.topbar>.logo img{width:145px}.topbar>nav,.topbar>.account-actions,.compact-header-actions{display:none}
  
  .wide-menu-trigger{width:44px;min-width:44px;height:44px;min-height:44px;padding:0;position:absolute;right:438px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #171327;border-radius:50%;color:#fff;background:#171327;cursor:pointer}.wide-menu-trigger img{width:18px;height:18px;filter:invert(1)}.wide-menu-trigger span{display:none}.wide-menu-trigger:hover,.wide-menu-trigger:focus-visible{border-color:#513580;background:#513580;outline:3px solid #51358024;outline-offset:2px}
  .mobile-cart-trigger{position:absolute;right:359px;display:inline-flex;align-items:center;min-width:44px;min-height:44px}.mobile-app-nav{display:none}
}


@media(min-width:768px) and (max-width:1023px){
  .topbar{height:64px;min-height:64px;padding:0 16px;position:sticky;display:flex;align-items:center;justify-content:flex-start}
  .topbar>.logo{margin:0}.topbar>.logo img{width:140px}.topbar>nav,.topbar>.account-actions,.compact-header-actions{display:none}
  .wide-menu-trigger{width:44px;min-width:44px;height:44px;min-height:44px;padding:0;position:absolute;right:16px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #171327;border-radius:50%;color:#fff;background:#171327;cursor:pointer}.wide-menu-trigger img{width:18px;height:18px;filter:invert(1)}.wide-menu-trigger span{display:none}.wide-menu-trigger:hover,.wide-menu-trigger:focus-visible{border-color:#513580;background:#513580;outline:3px solid #51358024;outline-offset:2px}
  .mobile-cart-trigger{position:absolute;right:68px;display:inline-flex;align-items:center;min-width:44px;min-height:44px}.mobile-app-nav{display:grid;width:100%;right:0;left:0;border-radius:0}
}


@media(max-width:767px){
  .topbar{height:60px;min-height:60px;padding:0 8px;display:flex;align-items:center;justify-content:flex-start}.topbar>.logo{margin:0}.topbar>.logo img{width:clamp(100px,27vw,126px)}
  .topbar>nav,.topbar>.account-actions,.compact-header-actions{display:none}.wide-menu-trigger{width:44px;min-width:44px;height:44px;min-height:44px;padding:0;position:absolute;right:8px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #171327;border-radius:50%;color:#fff;background:#171327}.wide-menu-trigger img{width:18px;height:18px;filter:invert(1)}.wide-menu-trigger span{display:none}.mobile-cart-trigger{position:absolute;right:60px;display:inline-flex;min-width:44px;min-height:44px;padding:0 8px}.mobile-cart-trigger span{display:none}.mobile-app-nav{display:grid;width:100%;right:0;left:0;border-radius:0}
  .mobile-app-nav>button{min-width:0;overflow:hidden}.mobile-app-nav>button>span{font-size:clamp(.6rem,2.1vw,.69rem);line-height:1.2}
}
@media(max-width:359px){.topbar>.logo img{width:96px}.mobile-cart-trigger{right:58px}.wide-menu-trigger{right:6px}}


@media(min-width:768px) and (max-width:1023px){
  .auth-page-ufoundme .mobile-menu-sheet{width:min(520px,calc(100vw - 32px));max-width:calc(100vw - 32px);right:16px;left:auto}
}
@media(max-width:767px){
  .auth-page-ufoundme .mobile-menu-sheet{width:auto;max-width:none;right:12px;left:12px}
}
.mobile-wall-of-fame{display:none}


@media(max-width:1999px){.topbar>*{min-width:0}.compact-header-actions button,.mobile-cart-trigger{flex:0 0 auto}.mobile-menu-sheet{max-width:calc(100vw - 12px)}}


@media(max-width:1279px){
  .wide-menu-trigger,
  .wide-menu-trigger:hover,
  .wide-menu-trigger:active,
  .wide-menu-trigger[aria-expanded="true"]{color:#fff;border-color:#000;background:#000}
  .wide-menu-trigger:focus-visible{color:#fff;border-color:#000;background:#000;outline:3px solid #51358038;outline-offset:2px}
}


@media(min-width:480px) and (max-width:767px){
  .mobile-menu-sheet{
    width:auto;max-width:none;max-height:calc(100svh - 148px - env(safe-area-inset-bottom));
    top:68px;right:12px;bottom:auto;left:12px;
    overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;
    border-radius:22px;transform:none;
  }
}
.mobile-sheet-tools-title{margin:0;color:#665e70;font:800 .65rem/1.2 Lexend,Inter,system-ui,sans-serif;letter-spacing:.1em;text-transform:uppercase}



.auth-page-ufoundme .ufm-auth-public-header{height:74px;min-height:74px;padding:0 clamp(20px,4vw,64px);position:sticky;top:0;z-index:120;display:flex;align-items:center;gap:12px;border-bottom:1px solid #251a3d14;background:#fffdfbf2;backdrop-filter:blur(16px)}
.auth-page-ufoundme .ufm-auth-public-header .auth-logo{width:158px;margin-right:auto}
.ufm-auth-language{height:48px;padding:4px;display:flex;align-items:center;gap:2px;border:1px solid #ddd5de;border-radius:999px;background:#fff}
.ufm-auth-language a{min-width:42px;min-height:40px;padding:0 8px;display:grid;place-items:center;border-radius:999px;color:#625b6c;text-decoration:none;font-size:.72rem;font-weight:650}
.ufm-auth-language a[aria-current]{color:#fff;background:#28183b}
.ufm-auth-account a,.ufm-auth-cart,.ufm-auth-menu{min-height:48px;padding:0 16px;border:1px solid #ddd5de;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#171327;background:#fff;text-decoration:none;font:650 .78rem Inter,system-ui,sans-serif;white-space:nowrap}
.ufm-auth-account a{color:#fff;border-color:#28183b;background:#28183b}
.ufm-auth-cart img,.ufm-auth-menu img{width:18px;height:18px}
.ufm-auth-menu{width:48px;padding:0;color:#fff;border-color:#000;background:#000;cursor:pointer}
.ufm-auth-menu img{filter:invert(1)}.ufm-auth-menu span{display:none}
.ufm-auth-menu-sheet{font-family:Inter,system-ui,sans-serif}
.auth-page-ufoundme:has(.registration-shell) .registration-card{border-color:#ddd5de;background:#fffdfb;box-shadow:0 18px 55px #17132712}
.auth-page-ufoundme:has(.registration-shell) .registration-card .auth-primary{background:#28183b;box-shadow:none}
.auth-page-ufoundme:has(.registration-shell) .registration-card .auth-primary:hover{background:#513580}
.auth-page-ufoundme:has(.registration-shell) .ufm-registration-consent,.auth-page-ufoundme:has(.registration-shell) .auth-trust-note{border-color:#ded6e7;background:#f6f2fa}


@media(max-width:1199px){
  .auth-page-ufoundme .ufm-auth-public-header .ufm-auth-language,
  .auth-page-ufoundme .ufm-auth-public-header .ufm-auth-account{display:none}
  .auth-page-ufoundme .ufm-auth-public-header .auth-logo{margin-right:auto}
}
@media(max-width:767px){
  .auth-page-ufoundme .ufm-auth-public-header .ufm-auth-cart{width:44px;min-width:44px;padding:0}
  .auth-page-ufoundme .ufm-auth-public-header .ufm-auth-cart span{display:none}
}



:root{--ufm-public-header-height:74px;--ufm-public-gutter:clamp(16px,4vw,64px);--ufm-brand-lockup-width:clamp(132px,11vw,168px)}
:where(body>header,.topbar,.legal-header,.shop-header,.shop-checkout-header,.ufm-auth-public-header,.ufm-contact-head,.partner-head,.dash-head){
  height:var(--ufm-public-header-height);
  min-height:var(--ufm-public-header-height);
  padding-block:0;
  padding-inline:var(--ufm-public-gutter);
  align-items:center;
  border-bottom:1px solid #251a3d14;
  background:#fffdfbf2;
  backdrop-filter:blur(16px);
}
:where(body>header>a:first-child,.topbar .logo,.legal-brand,.shop-brand,.shop-checkout-header>a:first-child,.ufm-auth-public-header .auth-logo,.ufm-contact-head>a:first-child,.partner-head>a:first-child,.dash-head>a:first-child){
  width:var(--ufm-brand-lockup-width);
  min-width:var(--ufm-brand-lockup-width);
  max-width:var(--ufm-brand-lockup-width);
  min-height:48px;display:flex;
  flex:0 0 var(--ufm-brand-lockup-width);
  align-items:center;justify-content:center;
}

.ufm-brand-lockup{
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:2px;
  line-height:1;
  text-decoration:none;
}
.ufm-brand-lockup>.brand-pronunciation{
  display:block;
  width:100%;
  flex:0 0 auto;
  color:#77717d;
  font-family:Inter,system-ui,sans-serif;
  font-size:clamp(10px,.72vw,12px);
  font-weight:400;
  line-height:1;
  letter-spacing:.045em;
  text-align:center;
  white-space:nowrap;
  word-break:normal;
  overflow-wrap:normal;
}

:where(.shop-brand,.legal-brand,.ufm-auth-public-header .auth-logo,.ufm-contact-head>a:first-child,.partner-head>a:first-child,.dash-head>a:first-child):not(.ufm-brand-lockup){
  flex-direction:column;
  align-items:flex-start;
  gap:2px;
  line-height:1;
  text-decoration:none;
}
:where(.shop-brand,.legal-brand,.ufm-auth-public-header .auth-logo,.ufm-contact-head>a:first-child,.partner-head>a:first-child,.dash-head>a:first-child):not(.ufm-brand-lockup)::after{
  content:"[juː faʊnd miː]";
  display:block;
  width:100%;
  color:#77717d;
  font-family:Inter,system-ui,sans-serif;
  font-size:clamp(10px,.72vw,12px);
  font-weight:400;
  line-height:1;
  letter-spacing:.045em;
  text-align:center;
  white-space:nowrap;
}
:where(body>header>a:first-child,.topbar .logo,.legal-brand,.shop-brand,.shop-checkout-header>a:first-child,.ufm-auth-public-header .auth-logo,.ufm-contact-head>a:first-child,.partner-head>a:first-child,.dash-head>a:first-child)>img{
  width:100%;max-width:100%;height:auto;display:block;flex:0 0 auto;
}
body>.ufm-global-controls{
  top:calc(var(--ufm-public-header-height)/2);
  right:var(--ufm-public-gutter);
  transform:translateY(-50%);
}


@media(min-width:1280px) and (max-width:1759px){
  .shop-header>.wide-menu-trigger,
  .shop-header>.desktop-cart-trigger{display:none}
  .shop-header>.compact-header-actions{display:flex}
}
.mobile-menu-sheet{z-index:13010}
.mobile-menu-sheet>header{position:relative;z-index:1}


@media(min-width:768px) and (max-width:1199px){
  body>.ufm-global-controls.ufm-guest-controls{display:none}
  body>.ufm-global-controls.ufm-owner-controls{right:164px}
  body:has(>.topbar)>.ufm-global-controls.ufm-owner-controls{top:calc(var(--ufm-public-header-height)/2)}
  .topbar>.mobile-cart-trigger{right:80px}
  .topbar>.wide-menu-trigger{right:20px}
  .legal-header .legal-back{margin-left:auto}
  .shop-header .cart-trigger{margin-left:auto}
}

@media(max-width:767px){
  :root{--ufm-public-header-height:68px;--ufm-public-gutter:12px;--ufm-brand-lockup-width:clamp(112px,34vw,138px)}
  :where(body>header,.topbar,.legal-header,.shop-header,.shop-checkout-header,.ufm-auth-public-header,.ufm-contact-head,.partner-head,.dash-head){gap:10px}
  .ufm-brand-lockup>.brand-pronunciation{font-size:10px}
  body>.ufm-global-controls.ufm-guest-controls{display:none}
  body>.ufm-global-controls.ufm-owner-controls{top:7px;right:124px;transform:none}
  body>.ufm-global-controls.ufm-owner-controls .ufm-owner-menu>div{position:absolute;top:calc(100% + 9px);right:-117px;left:auto;width:min(290px,calc(100vw - 16px))}
  .legal-header .legal-back{margin-left:auto}
  .shop-header .cart-trigger{margin-left:auto}
  .legal-page main::before{inset:var(--ufm-public-header-height) 0 0}
}

@media(pointer:coarse){
  :where(body>header,.topbar,.legal-header,.shop-header,.shop-checkout-header,.ufm-auth-public-header,.ufm-contact-head,.partner-head,.dash-head) :where(a,button,summary){
    min-width:44px;min-height:44px;touch-action:manipulation;-webkit-tap-highlight-color:transparent;
  }
}


body>:is(header.topbar,header.legal-header,header.shop-header,header.shop-checkout-header,header.ufm-auth-public-header,header.ufm-contact-head,header.partner-head,header.dash-head),
body>header:first-child{height:var(--ufm-public-header-height);min-height:var(--ufm-public-header-height);padding-block:0;align-items:center}
body.legal-page>header.legal-header{height:var(--ufm-public-header-height);min-height:var(--ufm-public-header-height);padding-block:0;align-items:center}


.mobile-menu-sheet :is(.mobile-sheet-routes,.mobile-sheet-tools,.mobile-sheet-account,.mobile-sheet-languages) :is(a,button),
.mobile-menu-sheet :is(.mobile-sheet-routes,.mobile-sheet-tools,.mobile-sheet-account,.mobile-sheet-languages) :is(span,b),
.mobile-menu-sheet .mobile-sheet-tools h2{
  color:#000;
}
.mobile-menu-sheet :is(.mobile-sheet-routes,.mobile-sheet-tools) img{
  filter:brightness(0);
  opacity:1;
}
.mobile-menu-sheet .mobile-test-now{
  color:#000;
  background:#f6f3ef;
}
.mobile-menu-sheet .mobile-test-now img{filter:brightness(0)}
.mobile-menu-sheet .mobile-wall-of-fame{
  color:#000;
  background:color-mix(in srgb,#04313c 15%,#fff);
}
.mobile-menu-sheet .mobile-wall-of-fame img{filter:brightness(0)}
.mobile-menu-sheet .mobile-sheet-tools .menu-aa{
  color:#000;
  border:1px solid #000;
  background:#fff;
}
.mobile-menu-sheet .mobile-sheet-account .primary,
.mobile-menu-sheet .mobile-sheet-languages a[aria-current]{
  color:#000;
  border:1px solid #000;
  background:#fff;
}





:root{--ufm-title-xl:clamp(2.05rem,3.45vw,3.35rem);--ufm-title-lg:clamp(1.7rem,2.65vw,2.55rem);--ufm-title-md:clamp(1.25rem,1.75vw,1.7rem)}
:where(.hero,.principle-view,.chat-principle,.studio,.help-view,.test-studio,.layouts,.dashboard,.legal-page main,.catalog-page,.ufm-ulule) h1{max-width:15ch;text-wrap:balance;line-height:1.02;letter-spacing:-.045em}
.hero .hero-promise{max-width:13ch;font-size:var(--ufm-title-xl);line-height:1.04}
.hero .hero-promise-statement{max-width:22ch;font-size:clamp(2.15rem,3.25vw,3.35rem);line-height:1.08;letter-spacing:-.04em}
.principle-copy :is(h1,h2),.chat-principle-copy :is(h1,h2),.action-heading :is(h1,h2){max-width:13ch;font-size:var(--ufm-title-xl);line-height:1.02}
.view-heading :is(h1,h2),.test-studio-head :is(h1,h2),.help-head :is(h1,h2){max-width:15ch;font-size:var(--ufm-title-lg);line-height:1.04}
.dashboard .welcome h1,.studio-page .welcome h1,.legal-page h1,.catalog-page h1{font-size:var(--ufm-title-lg);line-height:1.05}
.legal-page article h2,.dashboard .section-title h2,.studio-editor h2{font-size:var(--ufm-title-md);line-height:1.08;text-wrap:balance}
.ufm-ulule .ulule-hero h1{max-width:14ch;font-size:var(--ufm-title-xl);line-height:1.02}
.ufm-ulule :is(.join-panel,.how,.truth,.community,.final-cta) h2{font-size:var(--ufm-title-lg);line-height:1.05;text-wrap:balance}
@media(max-width:1023px){:root{--ufm-title-xl:clamp(2.05rem,9vw,3rem);--ufm-title-lg:clamp(1.8rem,7.5vw,2.55rem);--ufm-title-md:clamp(1.4rem,5.5vw,1.9rem)}:where(.hero,.principle-view,.chat-principle,.studio,.help-view,.test-studio,.layouts,.dashboard,.legal-page main,.catalog-page,.ufm-ulule) h1{max-width:13ch;letter-spacing:-.035em}.hero .hero-promise-statement{max-width:19ch;font-size:clamp(1.9rem,7.2vw,2.7rem)}}
@media(max-width:800px){:root{--ufm-title-xl:clamp(1.85rem,7.8vw,2.65rem);--ufm-title-lg:clamp(1.55rem,6.4vw,2.15rem);--ufm-title-md:clamp(1.2rem,4.8vw,1.6rem)}:where(.principle-copy,.chat-principle-copy,.action-heading,.view-heading,.test-studio-head,.help-head) h2{letter-spacing:-.035em}}
@media(max-width:380px){:root{--ufm-title-xl:clamp(1.9rem,9.7vw,2.45rem);--ufm-title-lg:clamp(1.65rem,8.2vw,2.15rem)}:where(.hero,.principle-view,.chat-principle,.studio,.help-view,.test-studio,.layouts,.dashboard,.legal-page main,.catalog-page,.ufm-ulule) h1{max-width:12ch}}




.ufm-footer{--ufm-footer-safe-zone:22px;position:relative;padding:40px max(24px,5vw) var(--ufm-footer-safe-zone);display:grid;grid-template-columns:minmax(0,1fr);column-gap:16px;color:#d9d4e3;background:#171327}
.ufm-footer::before{content:attr(data-release);position:absolute;top:18px;right:max(24px,5vw);color:#d9d4e3;font-size:.62rem;line-height:1;letter-spacing:.06em;opacity:.42;font-variant-numeric:tabular-nums}
.ufm-footer-grid{width:min(1320px,100%);margin:auto;display:grid;grid-template-columns:minmax(280px,1.45fr) repeat(3,minmax(150px,.72fr));gap:clamp(34px,5vw,78px)}
.ufm-footer-brand,.ufm-footer nav{display:flex;flex-direction:column;align-items:flex-start;gap:7px;min-width:0}
.ufm-footer-brand>a:first-child{display:inline-flex;margin-bottom:7px}.ufm-footer-brand img{width:190px;max-width:100%;height:auto;display:block;filter:brightness(0) invert(1)}
.ufm-footer p{max-width:410px;margin:0;color:#b8b1c2;font-size:.9rem;line-height:1.65}.ufm-footer small{color:#938b9e;font-size:.78rem;line-height:1.5}.ufm-footer strong{margin-bottom:5px;color:#fff;font-size:.9rem;letter-spacing:.01em}
.ufm-footer a{max-width:100%;color:#d0c9d7;text-decoration:none;font-size:.86rem;line-height:1.45;overflow-wrap:anywhere}.ufm-footer a:hover,.ufm-footer a:focus-visible{color:#fff;text-decoration:underline;text-underline-offset:4px}.ufm-footer-mail{margin-top:7px;color:#ff8b73;font-weight:750}
.ufm-footer-contact{margin-top:7px;display:grid;gap:4px}.ufm-footer-contact .ufm-footer-mail{margin-top:0}.ufm-footer-contact span{color:#b8b1c2;font-size:.78rem;line-height:1.45}.ufm-footer-contact span b{margin:0;color:#d9d4e3;font-size:inherit;font-weight:600}.ufm-footer-contact span a{font-size:inherit}.ufm-footer-contact address{max-width:410px;color:#b8b1c2;font-size:.78rem;font-style:normal;line-height:1.45;overflow-wrap:anywhere}
.ufm-footer-social{display:grid;gap:7px;margin-top:8px}.ufm-footer-social>strong{margin:0;font-size:.78rem;color:#b8b1c2}.ufm-footer-social-actions{display:flex;flex-wrap:wrap;gap:7px}.ufm-footer-social button,.ufm-footer-social-actions>a{width:42px;height:42px;padding:0;display:grid;place-items:center;border:1px solid #ffffff24;border-radius:50%;color:#fff;background:#ffffff0d;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease}.ufm-footer-social button:hover,.ufm-footer-social button:focus-visible,.ufm-footer-social-actions>a:hover,.ufm-footer-social-actions>a:focus-visible{transform:translateY(-2px);border-color:#ff8b73;background:#5b3a8e;outline:3px solid #ff8b7333;outline-offset:2px;text-decoration:none}.ufm-footer-social button.is-done{background:#2bab79;border-color:#2bab79}.ufm-footer-social button img,.ufm-footer-social-actions>a img{width:17px;height:17px;filter:brightness(0) invert(1)}.ufm-footer-social output{min-height:1em;color:#7fe0b0;font-size:.72rem;font-weight:750}
.ufm-footer-trust{width:100%;max-width:652px;margin:28px 0 0;justify-self:end;padding:13px 15px;display:flex;align-items:center;gap:11px;border:1px solid #ffffff1a;border-radius:15px;background:#ffffff0a}.ufm-footer-trust img{width:22px;height:22px;filter:brightness(0) invert(1);opacity:.9}.ufm-footer-trust span{display:grid;gap:2px;min-width:0;flex:1;color:#a9a2b1;font-size:.76rem}.ufm-footer-trust span strong{margin:0;font-size:.8rem}.ufm-footer-trust>a{font-weight:750;white-space:nowrap}
.ufm-footer-europe{width:100%;max-width:652px;margin:28px 0 0;justify-self:start;padding:13px 15px;display:flex;align-items:center;justify-content:center;gap:12px;border:1px solid #ffffff18;border-radius:15px;background:#ffffff08}.ufm-footer-europe img{width:42px;height:28px;flex:0 0 auto;border-radius:4px;box-shadow:0 3px 12px #0005}.ufm-footer-europe p{max-width:920px;color:#c9c3d0;font-size:.76rem;line-height:1.4;text-align:left}
.ufm-footer-ai-disclosure{box-sizing:border-box;width:min(1320px,100%);margin:18px auto 0;padding:13px 16px;grid-column:1/-1;display:grid;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:13px;border:1px solid #ffffff18;border-radius:15px;color:#b8b1c2;background:#ffffff08}.ufm-footer-ai-mark{box-sizing:border-box;width:40px;height:40px;border:1px solid #ffffff40;border-radius:50%;display:grid;place-items:center;color:#fff;background:#563b88;font-size:.72rem;font-weight:800;letter-spacing:.05em}.ufm-footer-ai-disclosure p{max-width:none;font-size:.78rem;line-height:1.45}
.ufm-footer-bottom{width:min(1320px,100%);margin:18px auto 0;padding-top:15px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid #ffffff1b;color:#8d8593;font-size:.72rem}.ufm-footer-bottom>a{font-size:.72rem;font-weight:750}
.ufm-footer-copyright{display:inline-flex;align-items:baseline;gap:.5rem;white-space:nowrap}.ufm-footer-release{color:#d9d4e3;font:inherit;font-size:.66rem;letter-spacing:.04em;opacity:1;font-variant-numeric:tabular-nums}
.ufm-footer-seller{display:grid;gap:3px;text-align:center}.ufm-footer-seller b{font-weight:500}.ufm-footer-seller small{font:inherit}.ufm-footer-seller a{color:inherit;text-underline-offset:3px}
@media(max-width:1023px){.ufm-footer-grid{grid-template-columns:1.2fr repeat(2,.8fr)}.ufm-footer-grid>nav:last-child{grid-column:2/4}}
@media(max-width:1279px){.ufm-footer{--ufm-footer-safe-zone:calc(32px + env(safe-area-inset-bottom))}}
@media(max-width:767px){.ufm-footer{--ufm-footer-safe-zone:calc(32px + env(safe-area-inset-bottom));padding:36px 24px var(--ufm-footer-safe-zone)}.ufm-footer-grid{grid-template-columns:1fr 1fr;gap:28px 24px}.ufm-footer-brand{grid-column:1/-1}.ufm-footer-grid>nav:last-child{grid-column:auto}.ufm-footer-trust{align-items:flex-start;flex-wrap:wrap}.ufm-footer-trust span{min-width:calc(100% - 40px)}.ufm-footer-bottom{display:grid;gap:6px}}
@media(max-width:679px){.ufm-footer-grid{grid-template-columns:1fr}.ufm-footer-brand,.ufm-footer-grid>nav:last-child{grid-column:auto}.ufm-footer p,.ufm-footer a{font-size:.88rem}.ufm-footer-social button,.ufm-footer-social-actions>a{width:44px;height:44px}.ufm-footer-trust span{min-width:0;width:calc(100% - 40px)}.ufm-footer-trust>a{margin-left:36px}}
@media(max-width:679px){.ufm-footer-ai-disclosure{grid-template-columns:36px minmax(0,1fr);gap:11px;padding:12px 13px}.ufm-footer-ai-mark{width:36px;height:36px;font-size:.68rem}.ufm-footer-ai-disclosure p{font-size:.76rem}}

@media(min-width:600px) and (max-width:767px){
  .ufm-footer-grid{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:16px;row-gap:34px}
  .ufm-footer-brand{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(240px,.85fr);grid-template-rows:auto auto auto;column-gap:32px;row-gap:7px;align-items:start;padding:18px;border:1px solid #ffffff14;border-radius:20px;background:#ffffff06}
  .ufm-footer-brand>a:first-child{grid-column:1;grid-row:1;margin:0;padding:0}
  .ufm-footer-brand>p{grid-column:1;grid-row:2}
  .ufm-footer-brand>small{grid-column:1;grid-row:3}
  .ufm-footer-brand>.ufm-footer-contact{grid-column:2;grid-row:1/3;margin:0}
  .ufm-footer-brand>.ufm-footer-social{grid-column:2;grid-row:3;margin:4px 0 0}
  .ufm-footer-grid>nav:last-child{grid-column:auto}
  .ufm-footer nav{gap:5px}
  .ufm-footer nav strong{font-size:.82rem;line-height:1.25}
  .ufm-footer nav a{display:flex;align-items:center;min-height:44px;font-size:.78rem;line-height:1.25}
}
@media(min-width:768px) and (max-width:1023px){
  .ufm-footer-grid{grid-template-columns:minmax(220px,1.2fr) repeat(3,minmax(0,.8fr));gap:clamp(14px,2vw,28px)}
  .ufm-footer-grid>nav:last-child{grid-column:auto}
}
@media(min-width:768px){
  .ufm-footer{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  .ufm-footer-grid,.ufm-footer-bottom{grid-column:1/-1}
  .ufm-footer-trust{grid-column:1}
  .ufm-footer-europe{grid-column:2}
}

@media(max-width:599px){
  .ufm-footer{--ufm-footer-safe-zone:calc(28px + env(safe-area-inset-bottom));padding:32px 18px var(--ufm-footer-safe-zone)}
  .ufm-footer-brand>a:first-child{margin-bottom:5px;padding:7px;border-radius:11px}
  .ufm-footer-brand img{width:164px}
  .ufm-footer-grid{grid-template-columns:1fr;gap:20px}
  .ufm-footer-grid>nav,.ufm-footer-grid>nav:last-child{grid-column:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 8px;padding:13px;border:1px solid #ffffff17;border-radius:16px;background:#ffffff08}
  .ufm-footer-grid>nav strong{grid-column:1/-1;margin:0 0 2px;font-size:.8rem}
  .ufm-footer-grid>nav a{min-width:0;min-height:44px;padding:8px 9px;display:flex;align-items:center;border:1px solid #ffffff12;border-radius:11px;background:#ffffff08;font-size:.72rem;line-height:1.25}
  .ufm-footer-grid>nav a:hover,.ufm-footer-grid>nav a:focus-visible{background:#ffffff14;text-decoration:none}
  .ufm-footer-europe{align-items:flex-start;justify-content:flex-start}
  .ufm-footer-europe p{text-align:left;font-size:.76rem}
  .ufm-footer-trust,.ufm-footer-europe{margin-top:18px}
  .ufm-footer-bottom{margin-top:14px;padding-top:13px}
}
.ufm-footer-brand>a:first-child{padding:8px;border-radius:12px;background:transparent}.ufm-footer-brand img{filter:brightness(0) invert(1)}


.ufm-public-bottom-nav{display:none}
@media(max-width:1279px){
  body:has(.ufm-public-bottom-nav){padding-bottom:calc(68px + env(safe-area-inset-bottom))}
  body:has(.ufm-public-bottom-nav) .mobile-menu-sheet{
    width:min(680px,calc(100% - 24px));max-width:680px;max-height:calc(100svh - 96px);
    margin:0;padding:18px;position:fixed;z-index:13010;right:12px;bottom:calc(76px + env(safe-area-inset-bottom));left:auto;top:auto;
    display:grid;grid-template-columns:minmax(0,1fr);gap:14px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;
    border:1px solid #ded7e2;border-radius:24px;color:#171327;background:#fffdfa;box-shadow:0 24px 70px #17132735;
    font-family:Inter,system-ui,sans-serif
  }
  body:has(.ufm-public-bottom-nav) .mobile-menu-sheet[hidden]{display:none}
  body:has(.ufm-public-bottom-nav) .mobile-menu-sheet>header{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:14px}
  body:has(.ufm-public-bottom-nav) .mobile-menu-sheet>header>a{min-width:0;max-width:calc(100% - 58px);display:inline-flex}
  body:has(.ufm-public-bottom-nav) .mobile-menu-sheet>header>a>img{width:145px;max-width:100%;height:auto;max-height:48px;display:block;object-fit:contain;object-position:left center}
  body:has(.ufm-public-bottom-nav) .mobile-menu-sheet>header>button{width:44px;min-width:44px;height:44px;min-height:44px;padding:0;display:grid;place-items:center;border:0;border-radius:50%;color:#171327;background:#f3efec;font:500 1.2rem/1 Inter,system-ui,sans-serif;cursor:pointer}
  body:has(.ufm-public-bottom-nav) .mobile-sheet-account{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:9px;border:1px solid #e5dfe7;border-radius:17px;background:#f8f4fa}
  body:has(.ufm-public-bottom-nav) .mobile-sheet-account a{min-width:0;min-height:48px;padding:10px 12px;display:flex;align-items:center;justify-content:center;border:1px solid #ded7e2;border-radius:14px;color:#171327;background:#fff;text-align:center;text-decoration:none;font-size:.8rem;font-weight:700;line-height:1.25;overflow-wrap:anywhere}
  body:has(.ufm-public-bottom-nav) .mobile-sheet-account a.primary{border-color:#171327;color:#fff;background:#171327}
  body:has(.ufm-public-bottom-nav) .mobile-sheet-routes{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  body:has(.ufm-public-bottom-nav) .mobile-sheet-routes a{min-width:0;min-height:56px;padding:9px 11px;display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:9px;border:1px solid #e7e1de;border-radius:14px;color:#171327;background:#f7f4f1;text-decoration:none;font-size:.78rem;font-weight:700;line-height:1.25}
  body:has(.ufm-public-bottom-nav) .mobile-sheet-routes img{width:22px;max-width:22px;height:22px;max-height:22px;display:block;object-fit:contain;opacity:.8}
  body:has(.ufm-public-bottom-nav) .mobile-sheet-routes span{min-width:0;overflow-wrap:anywhere}
  body:has(.ufm-public-bottom-nav) .mobile-sheet-routes b{font-size:1rem;font-weight:600}
  body:has(.ufm-public-bottom-nav) .mobile-sheet-languages{min-width:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
  body:has(.ufm-public-bottom-nav) .mobile-sheet-languages a{min-width:0;min-height:44px;display:grid;place-items:center;border:1px solid #ded7e2;border-radius:12px;color:#514a59;background:#fff;text-decoration:none;font-size:.76rem;font-weight:750}
  body:has(.ufm-public-bottom-nav) .mobile-sheet-languages a[aria-current=page]{border-color:#171327;color:#fff;background:#171327}
  body:has(.ufm-public-bottom-nav) .mobile-sheet-tools{min-width:0;padding-top:12px;border-top:1px solid #e6e1dc;display:grid;gap:9px}
  body:has(.ufm-public-bottom-nav) .mobile-sheet-tools h2{margin:0;color:#665e70;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase}
  body:has(.ufm-public-bottom-nav) .mobile-sheet-tools>div{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  body:has(.ufm-public-bottom-nav) .mobile-sheet-tools :is(a,button){min-width:0;min-height:48px;padding:9px 11px;display:flex;align-items:center;gap:9px;border:1px solid #e6e1dc;border-radius:14px;color:#171327;background:#fff;text-align:left;text-decoration:none;font:700 .74rem/1.25 Inter,system-ui,sans-serif;overflow-wrap:anywhere}
  body:has(.ufm-public-bottom-nav) .mobile-sheet-tools img{width:20px;max-width:20px;height:20px;max-height:20px;display:block;object-fit:contain}
  body:has(.ufm-public-bottom-nav) .mobile-sheet-tools .menu-aa{width:26px;min-width:26px;height:26px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#513580;font-size:.6rem}
  .ufm-public-bottom-nav{width:100%;height:calc(68px + env(safe-area-inset-bottom));padding:6px max(6px,env(safe-area-inset-right)) calc(6px + env(safe-area-inset-bottom)) max(6px,env(safe-area-inset-left));position:fixed;z-index:10020;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:start;border:0;border-top:1px solid #17132714;border-radius:0;background:#fffdfaf2;box-shadow:0 -12px 34px #17132714;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}
  .ufm-public-bottom-nav>a,.ufm-public-bottom-nav>button{width:100%;height:54px;min-width:0;min-height:54px;padding:5px 3px;border:0;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;overflow:hidden;color:#77717d;background:transparent;font:750 .69rem/1.1 Inter,system-ui,sans-serif;text-decoration:none}
  .ufm-public-bottom-nav img{width:19px;max-width:19px;height:19px;max-height:19px;display:block;object-fit:contain;opacity:.72;filter:brightness(0) saturate(100%) invert(20%)}
  .ufm-public-bottom-nav span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .ufm-public-bottom-nav .active{color:#171327;background:#fbe5df}.ufm-public-bottom-nav .active img{opacity:1}
  .ufm-public-bottom-nav>a:focus-visible,.ufm-public-bottom-nav>button:focus-visible{outline:3px solid #ff806666;outline-offset:-3px}
}


.ufm-utility-toggle{
  position:fixed;z-index:10023;right:18px;bottom:calc(92px + env(safe-area-inset-bottom));
  width:48px;min-width:48px;max-width:48px;height:48px;min-height:48px;max-height:48px;
  margin:0;padding:0;display:grid;place-items:center;overflow:hidden;
  border:1px solid rgba(255,255,255,.48);border-radius:50%;
  color:#fff;background:rgba(37,26,61,.66);box-shadow:0 5px 18px rgba(27,18,45,.16);
  -webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);
  cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;
  transition:background-color .18s ease,transform .18s ease,opacity .18s ease;
}
.ufm-utility-toggle svg{width:19px;max-width:19px;height:19px;max-height:19px;display:block;fill:currentColor}
.ufm-utility-toggle:focus-visible{outline:3px solid #ff8066;outline-offset:3px}
.ufm-utility-toggle:active{transform:scale(.96)}
body.ufm-utility-ready .ufm-help-button,
body.ufm-utility-ready .ufm-readability-button{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px) scale(.94);transition:opacity .18s ease,transform .18s ease,visibility 0s linear .18s}
body.ufm-utility-ready.ufm-utility-open .ufm-help-button,
body.ufm-utility-ready.ufm-utility-open .ufm-readability-button{opacity:1;visibility:visible;pointer-events:auto;transform:none;transition-delay:0s}
body.ufm-utility-open .ufm-utility-toggle{background:rgba(37,26,61,.92)}
body.ufm-utility-ready.ufm-utility-open .ufm-help-button{right:18px;bottom:calc(150px + env(safe-area-inset-bottom))}
body.ufm-utility-ready.ufm-utility-open .ufm-readability-button{right:18px;bottom:calc(208px + env(safe-area-inset-bottom))}
@media(hover:hover){.ufm-utility-toggle:hover{background:rgba(37,26,61,.88);transform:translateY(-1px)}}
@media(max-width:1279px){
  .ufm-utility-toggle{right:16px;bottom:calc(84px + env(safe-area-inset-bottom))}
  body.ufm-utility-ready.ufm-utility-open .ufm-help-button{right:16px;bottom:calc(140px + env(safe-area-inset-bottom))}
  body.ufm-utility-ready.ufm-utility-open .ufm-readability-button{right:16px;bottom:calc(196px + env(safe-area-inset-bottom))}
}
@media(max-width:767px){
  .ufm-utility-toggle{right:12px}
  body.ufm-utility-ready.ufm-utility-open .ufm-help-button,
  body.ufm-utility-ready.ufm-utility-open .ufm-readability-button{right:12px}
}
@media(prefers-reduced-motion:reduce){.ufm-utility-toggle,body.ufm-utility-ready .ufm-help-button,body.ufm-utility-ready .ufm-readability-button{transition:none}}


.ufm-utility-toggle{display:none}
.ufm-readability-button,
body.ufm-utility-ready .ufm-readability-button,
body.ufm-utility-ready.ufm-utility-open .ufm-readability-button{
  top:auto;right:auto;bottom:calc(14px + env(safe-area-inset-bottom));left:18px;
  opacity:1;visibility:visible;pointer-events:auto;transform:none;
}
.ufm-back-to-top{
  position:fixed;z-index:88;right:18px;bottom:calc(14px + env(safe-area-inset-bottom));
  min-width:48px;height:48px;padding:0 14px;display:flex;align-items:center;justify-content:center;gap:8px;
  border:1px solid rgba(255,255,255,.48);border-radius:999px;color:#fff;
  background:rgba(37,26,61,.82);box-shadow:0 5px 18px rgba(27,18,45,.16);
  -webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);
  font:650 13px/1 Inter,system-ui,sans-serif;text-decoration:none;
}
.ufm-back-to-top span{font-size:22px;line-height:1}.ufm-back-to-top b{font:inherit;white-space:nowrap}
.ufm-back-to-top:hover,.ufm-back-to-top:focus-visible{color:#fff;background:#4b3575;outline:3px solid rgba(255,139,115,.34);outline-offset:3px}
.ufm-readability-button,.ufm-back-to-top,.gdpr-alert{translate:0 var(--ufm-footer-stop-shift,0px)}
@media(max-width:1279px){
  .ufm-readability-button,body.ufm-utility-ready .ufm-readability-button,body.ufm-utility-ready.ufm-utility-open .ufm-readability-button{left:12px;bottom:calc(82px + env(safe-area-inset-bottom))}
  .ufm-back-to-top{right:12px;bottom:calc(82px + env(safe-area-inset-bottom));width:48px;padding:0;border-radius:50%}
  .ufm-back-to-top b{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
}
@media(max-width:679px){
  .ufm-readability-button,body.ufm-utility-ready .ufm-readability-button,body.ufm-utility-ready.ufm-utility-open .ufm-readability-button{bottom:calc(72px + env(safe-area-inset-bottom))}
  .ufm-back-to-top{bottom:calc(72px + env(safe-area-inset-bottom))}
}
@media(prefers-reduced-motion:reduce){.ufm-back-to-top{scroll-behavior:auto}}
.ufm-footer-social-actions>a img,.ufm-footer-social-actions>a svg{width:17px;height:17px;display:block;opacity:1;filter:brightness(0) saturate(100%) invert(100%)}
.auth-page-ufoundme:has(.registration-shell) .ufm-back-to-top{display:none}



.gdpr-alert {
  position: fixed;
  right: auto;
  bottom: calc(72px + env(safe-area-inset-bottom));
  left: 50%;
  z-index: 88;
  width: auto;
  max-width: calc(100vw - 20px);
  min-height: 52px;
  margin: 0;
  padding: 4px 5px 4px 11px;
  border: 1px solid #d9d2df;
  border-radius: 999px;
  display: grid;
  grid-template-columns: 20px auto 44px;
  align-items: center;
  gap: 8px;
  color: #251a3d;
  background: rgb(255 255 255 / 96%);
  box-shadow: 0 12px 34px rgb(37 26 61 / 18%);
  backdrop-filter: blur(16px);
  transform: translateX(-50%);
  font: 600 14px/1.3 Inter, system-ui, sans-serif;
}

.gdpr-alert[hidden] { display: none; }

body:has(> .gdpr-alert:not([hidden])) main::after {
  width: 100%; height: calc(74px + env(safe-area-inset-bottom)); display: block; content: '';
}
.gdpr-alert > img { width: 20px; height: 20px; }
.gdpr-alert > span { display: none; }

.gdpr-alert > a {
  min-width: 0;
  color: inherit;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.2;
  white-space: nowrap;
}

.gdpr-alert > button {
  position: static;
  width: 44px;
  height: 44px;
  min-width: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #251a3d;
  background: #eee9f2;
  transform: none;
  cursor: pointer;
  touch-action: manipulation;
}

.gdpr-alert > button:hover,
.gdpr-alert > button:focus-visible {
  color: #fff;
  background: #4b3575;
  outline: 3px solid rgb(255 139 115 / 34%);
  outline-offset: 2px;
}


@media (min-width: 680px) {
  .gdpr-alert {
    bottom: calc(82px + env(safe-area-inset-bottom));
    width: auto;
    padding: 4px 5px 4px 11px;
    border-radius: 999px;
    grid-template-columns: 20px auto 44px;
    gap: 10px;
    left: 50%;
  }
  .finder-start form { padding:24px; }
}


@media (min-width: 1280px) {
  .gdpr-alert {
    bottom: 14px;
    left: 50%;
    width: min(620px, calc(100vw - 32px));
    padding: 7px 7px 7px 14px;
    border-radius: 16px;
    grid-template-columns: 20px minmax(0, 1fr) auto 44px;
  }
  .gdpr-alert > span { display:block;min-width:0;overflow:hidden;color:#4f465e;font-size:12px;font-weight:450;line-height:1.25;text-overflow:ellipsis;white-space:nowrap; }
  .gdpr-alert > span strong { color:#251a3d;font-weight:650; }
  body:has(> .gdpr-alert:not([hidden])) main::after { height: 72px; }
}


.auth-page-ufoundme .gdpr-alert {
  right: auto;
  
  bottom: calc(82px + env(safe-area-inset-bottom));
  left: 50%;
  width: auto;
  max-width: calc(100vw - 20px);
  grid-template-columns: 20px auto 44px;
  transform: translateX(-50%);
}
.auth-page-ufoundme .gdpr-alert > span { display: none; }
.auth-page-ufoundme .gdpr-alert { min-height:48px;padding-left:9px;gap:6px; }
.auth-page-ufoundme .gdpr-alert > a { font-size:12px; }
.auth-page-ufoundme .gdpr-alert > button { width:44px;height:44px;min-width:44px; }
@media (min-width:480px) {
  .auth-page-ufoundme .gdpr-alert { min-height:52px;padding-left:11px;gap:8px; }
  .auth-page-ufoundme .gdpr-alert > a { font-size:14px; }
  .auth-page-ufoundme .gdpr-alert > button { width:44px;height:44px;min-width:44px; }
}
@media (max-width:679px) {
  .auth-page-ufoundme .gdpr-alert {
    bottom: calc(72px + env(safe-area-inset-bottom));
  }
}
@media (min-width:1280px) {
  .auth-page-ufoundme .gdpr-alert {
    bottom: calc(14px + env(safe-area-inset-bottom));
  }
}


.finder-start { width: min(460px, calc(100% - 28px)); padding: 0; border: 0; border-radius: 24px; color: #251a3d; }
.finder-start::backdrop { background: rgb(23 19 39 / 53%); backdrop-filter: blur(7px); }
.finder-start form { padding: 19px; display: grid; gap: 13px; }
.finder-start form > button:first-child { width: 44px; height: 44px; justify-self: end; border: 0; border-radius: 50%; }
.finder-start small { letter-spacing: .1em; }
.finder-start h2, .finder-start p { margin: 0; }
.finder-start label { display: grid; gap: 7px; font-weight: 650; }
.finder-start textarea { min-height: 110px; padding: 12px; border: 1px solid #d9d2df; border-radius: 14px; resize: vertical; }
.finder-start [data-error] { color: #a32635; }
.auth-page-ufoundme:has(.registration-shell) .gdpr-alert { display: none; }


body #layouts .sticky-action {
  bottom: calc(86px + env(safe-area-inset-bottom));
  max-width: calc(100vw - 24px);
}
body #layouts { padding-bottom: 180px; }

body:has(> .gdpr-alert) .ufm-footer {
  padding-bottom: calc(96px + env(safe-area-inset-bottom));
}
body:has(#layouts.active):has(> .gdpr-alert) .ufm-footer {
  padding-bottom: calc(208px + env(safe-area-inset-bottom));
}
@media (max-width:1279px) {
  
  body #aide.help-view {
    height: auto;
    min-height: calc(100svh - 68px);
    padding-bottom: 236px;
    grid-template-rows: auto auto;
    align-content: start;
    overflow: visible;
  }
  body #aide .help-shell { align-items: start; }
  body #aide .help-questions { max-height: 340px; }
  body #aide .help-answer { max-height: none; overflow: visible; }
  body #aide .help-answer>div { margin-top: 24px; }
  body #layouts .sticky-action { bottom: calc(158px + env(safe-area-inset-bottom)); }
  body #layouts { padding-bottom: 250px; }
  body:has(> .gdpr-alert) .ufm-footer {
    padding-bottom: calc(168px + env(safe-area-inset-bottom));
  }
  body:has(#layouts.active):has(> .gdpr-alert) .ufm-footer {
    padding-bottom: calc(280px + env(safe-area-inset-bottom));
  }
}
@media (max-width:767px) {
  body #aide .help-shell { grid-template-rows: minmax(130px,220px) auto; }
}
@media (max-width:1023px) {
  
  body #layouts .sticky-action {
    display: grid;
    grid-template-columns: minmax(0,1fr);
    gap: 8px;
    padding: 10px;
  }
  body #layouts .sticky-action>span,
  body #layouts .sticky-action>span>span { min-width: 0; }
  body #layouts .sticky-action strong { overflow-wrap: anywhere; }
  body #layouts .sticky-action>div {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 8px;
    width: 100%;
  }
  body #layouts .sticky-action>div :is(.primary,.secondary) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 48px;
    height: auto;
    padding: 8px;
    font-size: .8rem;
    line-height: 1.25;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  body #layouts { padding-bottom: 320px; }
  body:has(#layouts.active):has(> .gdpr-alert) .ufm-footer {
    padding-bottom: calc(320px + env(safe-area-inset-bottom));
  }
}

@media (max-width:1279px) and (min-height:700px) {
  html.ufm-floating-layout-ready body #aide.help-view {
    height: var(--ufm-help-available,calc(100svh - 286px));
    min-height: 0;
    padding-bottom: 14px;
    grid-template-rows: auto minmax(0,1fr);
    overflow: hidden;
  }
  html.ufm-floating-layout-ready body #aide .help-shell {
    min-height: 0;
    align-items: stretch;
  }
  html.ufm-floating-layout-ready body #aide .help-questions {
    min-height: 0;
    max-height: none;
    overflow: hidden;
  }
  html.ufm-floating-layout-ready body #aide .help-answer {
    min-height: 0;
    max-height: none;
    overflow: auto;
    scroll-padding-block: 12px;
  }
  html.ufm-floating-layout-ready body #aide :is(a,button):focus-visible {
    outline: 2px solid #4b3575;
    outline-offset: 2px;
  }
}
@media (max-width:1023px) and (min-height:700px) {
  html.ufm-floating-layout-ready body #aide .help-shell {
    grid-template-rows: minmax(110px,.4fr) minmax(0,.6fr);
  }
}
@media (max-width:599px) {
  html:not(.ufm-mobile-utility-active) body .gdpr-alert {
    bottom: calc(132px + env(safe-area-inset-bottom));
  }
  html:not(.ufm-mobile-utility-active):has(.gdpr-alert:not([hidden])) body #layouts .sticky-action {
    bottom: calc(208px + env(safe-area-inset-bottom));
  }
  html.ufm-mobile-utility-active body #layouts .sticky-action {
    bottom: calc(var(--ufm-mobile-utility-dock-h) + 12px);
  }
  html.ufm-mobile-utility-active:has(.gdpr-alert:not([hidden])) body #layouts .sticky-action {
    bottom: calc(var(--ufm-mobile-utility-dock-h) + 76px);
  }
  body:has(> .gdpr-alert) .ufm-footer {
    padding-bottom: calc(224px + env(safe-area-inset-bottom));
  }
  body:has(#layouts.active):has(> .gdpr-alert) .ufm-footer {
    padding-bottom: calc(376px + env(safe-area-inset-bottom));
  }
  body #layouts { padding-bottom: 376px; }
}

html[data-ufm-css-bundle="marketing"]:not(.js) body #layouts .sticky-action {
  position: static;
  inset: auto;
  width: calc(100% - 32px);
  max-width: 1240px;
  margin: 20px auto;
  transform: none;
  translate: none;
}
html[data-ufm-css-bundle="marketing"]:not(.js) body .gdpr-alert {
  position: static;
  inset: auto;
  width: fit-content;
  max-width: calc(100% - 32px);
  margin: 16px auto;
  transform: none;
  translate: none;
}
html[data-ufm-css-bundle="marketing"]:not(.js) body .ufm-back-to-top {
  position: static;
  inset: auto;
  width: max-content;
  max-width: calc(100% - 32px);
  margin: 16px auto;
  transform: none;
  translate: none;
}




body.eshop-page > .gdpr-alert {
  position: static;
  inset: auto;
  width: fit-content;
  max-width: calc(100% - 32px);
  margin: 16px auto;
  transform: none;
  translate: none;
}
body.eshop-page > .gdpr-alert > a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
body.eshop-page > .ufm-back-to-top {
  position: static;
  inset: auto;
  width: max-content;
  max-width: calc(100% - 32px);
  margin: 16px auto;
  transform: none;
  translate: none;
}
body.eshop-page > nav.mobile-app-nav.ufm-public-bottom-nav {
  position: static;
  inset: auto;
  margin-block: 16px;
  transform: none;
  translate: none;
}





.ufm-readability-button{box-sizing:border-box;width:max-content;max-width:calc(100vw - 24px);min-width:112px;height:48px;padding:0 14px 0 8px;position:fixed;z-index:88;top:auto;left:18px;right:auto;bottom:calc(14px + env(safe-area-inset-bottom));border:1px solid #e6e1dc;border-radius:999px;display:flex;align-items:center;justify-content:center;gap:8px;color:#251a3d;background:#fff;box-shadow:0 10px 28px #251a3d24;font:700 .7rem Lexend,system-ui;line-height:1}
.ufm-readability-button:hover,.ufm-readability-button:focus-visible{color:#fff;background:#4b3575;outline:0;transform:translateY(-2px)}.ufm-readability-button b{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#4b3575;font-size:.7rem}.ufm-readability-button:hover b{color:#251a3d;background:#fff}.ufm-readability-button span{white-space:nowrap}
.ufm-readability{width:min(580px,calc(100% - 28px));padding:0;border:0;border-radius:24px;color:#251a3d;background:#fff;font-family:Lexend,system-ui;box-shadow:0 30px 90px #251a3d55}.ufm-readability::backdrop{background:#17132799;backdrop-filter:blur(5px)}.ufm-readability form{padding:28px;position:relative}.ufm-readability .close{width:38px;height:38px;position:absolute;right:18px;top:18px;border:0;border-radius:50%;background:#f2eff4;font-size:1.3rem}.ufm-readability form>span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#4b3575;font-weight:700}.ufm-readability h2{margin:14px 48px 22px 0;font-size:1.7rem}.ufm-readability [role="radiogroup"]{display:grid;gap:9px}.ufm-readability [data-profile]{min-height:70px;padding:13px 16px;border:1px solid #e6e1dc;border-radius:15px;display:grid;gap:3px;color:#251a3d;background:#fff;text-align:left}.ufm-readability [data-profile] span{color:#716b7a;font-size:.78rem}.ufm-readability [data-profile].selected{border-color:#4b3575;background:#f5f2f8;box-shadow:inset 4px 0 #4b3575}.ufm-readability form>small{margin-top:16px;display:block;color:#716b7a}

@media(max-width:1279px){.ufm-readability-button{left:12px;right:auto;bottom:calc(82px + env(safe-area-inset-bottom))}}
@media(max-width:679px){.ufm-readability-button{bottom:calc(72px + env(safe-area-inset-bottom))}}
html[data-ufm-readability="comfort"] body{font-size:17px;line-height:1.65}html[data-ufm-readability="clear"] body{font-size:19px;line-height:1.72}html[data-ufm-readability="comfort"] :is(p,li,label,summary),html[data-ufm-readability="clear"] :is(p,li,label,summary){letter-spacing:.005em}html[data-ufm-readability="clear"]{filter:contrast(1.08)}
@media(max-width:520px){.ufm-readability-button{width:48px;min-width:48px;padding:0}.ufm-readability-button span{display:none}.ufm-readability form{padding:22px 18px}}
@media(prefers-reduced-motion:reduce){.ufm-readability-button{transition:none}}
.auth-page-ufoundme:has(.registration-shell) .ufm-readability-button{display:none}


body.eshop-page > .ufm-readability-button {
  position: static;
  inset: auto;
  max-width: calc(100% - 32px);
  margin: 16px auto;
  transform: none;
  translate: none;
}




.ufm-help-button{width:48px;min-width:48px;height:48px;min-height:48px;padding:0;position:fixed;z-index:88;right:12px;bottom:calc(80px + env(safe-area-inset-bottom));border:1px solid #ffffff2e;border-radius:999px;display:flex;align-items:center;justify-content:center;gap:9px;color:#fff;background:#251a3d;box-shadow:0 14px 38px #20173538;font:700 .78rem Inter,system-ui;line-height:1;transition:bottom .2s ease,transform .15s ease,background .15s ease}
.ufm-help-button:hover,.ufm-help-button:focus-visible{background:#513580;transform:translateY(-2px);outline:3px solid #8d72be42}
.ufm-help-button b{width:32px;height:32px;flex:0 0 32px;border-radius:50%;display:grid;place-items:center;color:#fff;background:#7556ad;font-size:.9rem}
.ufm-help-button span{display:none;white-space:nowrap}

.ufm-help{--guide:#60439a;--guide-soft:#f1ebfa;width:min(100% - 20px,920px);max-height:calc(100dvh - 20px);padding:0;border:0;border-radius:26px;color:#201735;background:#fff;font-family:Inter,system-ui;box-shadow:0 36px 110px #2017355c;overflow:auto}
.ufm-help[data-phase="1"]{--guide:#c85d48;--guide-soft:#fff0eb}
.ufm-help[data-phase="2"]{--guide:#187b90;--guide-soft:#e9f7fa}
.ufm-help[data-phase="3"]{--guide:#248665;--guide-soft:#eaf8f1}
.ufm-help::backdrop{background:#171327a8;backdrop-filter:blur(7px)}
.ufm-help form{min-height:min(690px,calc(100dvh - 20px));padding:24px 20px;position:relative;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;background:linear-gradient(145deg,#fff 0 58%,var(--guide-soft) 150%)}
.ufm-help .close{width:44px;height:44px;position:absolute;z-index:2;right:14px;top:14px;border:0;border-radius:50%;display:grid;place-items:center;color:#251a3d;background:#f2eff4;font-size:1.3rem;cursor:pointer}
.ufm-help .close:hover,.ufm-help .close:focus-visible{color:#fff;background:var(--guide);outline:3px solid color-mix(in srgb,var(--guide) 24%,transparent)}

.ufm-help header{padding-right:48px;display:grid;gap:16px}
.ufm-help header>div:first-child{min-width:0}
.ufm-help header small{color:var(--guide);font-size:.69rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.ufm-help h2{margin:8px 0 5px;font-size:clamp(1.7rem,7vw,2.35rem);line-height:1.05;letter-spacing:-.04em}
.ufm-help header p,.ufm-help article p{color:#675f70}
.ufm-help header p{margin:0;font-size:.94rem;line-height:1.55}
.ufm-help-chips{display:flex;flex-wrap:wrap;gap:8px;align-content:start}
.ufm-help-chips span{min-height:38px;padding:7px 11px;border:1px solid color-mix(in srgb,var(--guide) 18%,#e5dfea);border-radius:13px;display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:8px;color:#51485c;background:#fff;box-shadow:0 8px 24px #251a3d0a;font-size:.68rem;line-height:1.25}
.ufm-help-chips img{width:20px;height:20px;display:block;object-fit:contain;opacity:.82}
.ufm-help-chips strong{font-size:inherit;font-weight:750}

.ufm-help-progress{margin:20px 0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;color:var(--guide);font-size:.7rem;font-weight:800}
.ufm-help-progress>span{height:8px;border-radius:99px;display:block;background:#eae5ed;overflow:hidden}
.ufm-help-progress>span:after{width:var(--p);height:100%;border-radius:inherit;display:block;content:"";background:linear-gradient(90deg,var(--guide),color-mix(in srgb,var(--guide) 62%,#f7b25b));transition:width .25s ease}
.ufm-help-progress output{min-width:48px;font:800 .7rem Inter,system-ui;text-align:right}

.ufm-help-layout{min-height:0;display:grid;gap:14px}
.ufm-help-phases{margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;list-style:none}
.ufm-help-phases li{min-width:0;min-height:68px;padding:8px 4px;border:1px solid transparent;border-radius:14px;display:grid;place-items:center;gap:5px;color:#746d7b;background:#f5f2f6;text-align:center;transition:background .2s ease,color .2s ease,transform .2s ease}
.ufm-help-phases li b{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;color:#655d6d;background:#fff;font-size:.68rem;box-shadow:0 4px 12px #251a3d0a}
.ufm-help-phases li span{max-width:100%;display:grid;gap:2px;font-size:.61rem;font-weight:750;line-height:1.2;overflow-wrap:anywhere}
.ufm-help-phases li em{color:inherit;font-size:.53rem;font-style:normal;font-weight:650;opacity:.68}
.ufm-help-phases li[data-state="done"]{color:#39735f;background:#edf7f2}
.ufm-help-phases li[data-state="done"] b{color:#fff;background:#4c9a7e}
.ufm-help-phases li[aria-current]{border-color:color-mix(in srgb,var(--guide) 24%,#fff);color:#fff;background:var(--guide);box-shadow:0 10px 24px color-mix(in srgb,var(--guide) 22%,transparent);transform:translateY(-1px)}
.ufm-help-phases li[aria-current] b{color:var(--guide)}

.ufm-help article{min-height:270px;padding:22px;border:1px solid color-mix(in srgb,var(--guide) 14%,#e8e2ed);border-radius:22px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(145deg,#fff,var(--guide-soft));box-shadow:inset 0 1px #fff,0 18px 50px #251a3d0b}
.ufm-help-card-head{margin-bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:14px}
.ufm-help-icon{width:58px;height:58px;flex:0 0 58px;border-radius:18px;display:grid;place-items:center;color:#fff;background:var(--guide);box-shadow:0 12px 26px color-mix(in srgb,var(--guide) 24%,transparent)}
.ufm-help-icon img{width:27px;height:27px;display:block;filter:brightness(0) invert(1)}
.ufm-help-step-number{color:color-mix(in srgb,var(--guide) 14%,#fff);font-size:clamp(3.4rem,9vw,5.8rem);font-weight:850;line-height:.8;letter-spacing:-.08em;user-select:none}
.ufm-help article>small{color:var(--guide);font-size:.7rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.ufm-help article h3{max-width:24ch;margin:10px 0 8px;font-size:clamp(1.25rem,4vw,1.6rem);line-height:1.18;letter-spacing:-.02em}
.ufm-help article p{max-width:62ch;margin:0;font-size:.95rem;line-height:1.66}

.ufm-help footer{margin-top:16px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px}
.ufm-help footer button{min-width:108px;min-height:48px;padding:0 18px;border:1px solid #ddd5e2;border-radius:14px;color:#251a3d;background:#fff;font:750 .79rem Inter,system-ui;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}
.ufm-help footer button:hover:not(:disabled),.ufm-help footer button:focus-visible{transform:translateY(-1px);box-shadow:0 9px 22px #251a3d17}
.ufm-help footer button:disabled{opacity:.36;cursor:not-allowed}
.ufm-help footer .primary{min-width:120px;border-color:transparent;color:#fff;background:var(--guide)}
.ufm-help-footer-status{color:#746d7b;font-size:.68rem;font-weight:750;text-align:center}

body:has(.layout-floating-menu:not([hidden])) .ufm-help-button{bottom:calc(136px + env(safe-area-inset-bottom))}
body:has(.layouts:not([hidden])) .ufm-help-button{bottom:calc(138px + env(safe-area-inset-bottom))}

@media(min-width:360px){.ufm-help{width:min(100% - 28px,920px)}.ufm-help form{padding:25px 22px}.ufm-help-phases li span{font-size:.64rem}.ufm-help article{min-height:260px}}
@media(min-width:480px){.ufm-help-button{width:auto;min-width:112px;padding:0 15px 0 8px}.ufm-help-button span{display:block}.ufm-help form{padding:28px}.ufm-help header{grid-template-columns:minmax(0,1fr) minmax(210px,.7fr);align-items:end}.ufm-help-chips{justify-content:flex-end}.ufm-help-chips span{max-width:250px}.ufm-help article{padding:26px}.ufm-help-phases li{padding:10px 6px}.ufm-help-phases li span{font-size:.68rem}}
@media(min-width:680px){.ufm-help{width:min(920px,calc(100% - 40px));border-radius:30px}.ufm-help form{min-height:650px}.ufm-help-layout{grid-template-columns:220px minmax(0,1fr);gap:18px}.ufm-help-phases{grid-template-columns:1fr;align-content:start;gap:8px}.ufm-help-phases li{min-height:58px;padding:8px 12px;grid-template-columns:30px minmax(0,1fr);justify-items:start;text-align:left}.ufm-help-phases li span{width:100%;grid-template-columns:minmax(0,1fr) auto;align-items:center;font-size:.74rem;overflow-wrap:normal}.ufm-help-phases li em{font-size:.59rem}.ufm-help article{min-height:330px;padding:30px}.ufm-help article p{font-size:1rem}}
@media(min-width:768px){.ufm-help-button{right:18px}.ufm-help form{padding:34px}.ufm-help h2{font-size:2.4rem}.ufm-help-layout{grid-template-columns:232px minmax(0,1fr)}.ufm-help footer{margin-left:250px}}
@media(min-width:1024px){.ufm-help-button{bottom:18px}body:has(.layout-floating-menu:not([hidden])) .ufm-help-button{bottom:112px}body:has(.layouts:not([hidden])) .ufm-help-button{bottom:112px}.ufm-help{width:min(960px,calc(100% - 56px))}.ufm-help form{min-height:660px}}
@media(min-width:1280px){.ufm-help{width:960px}.ufm-help article p{font-size:1.02rem}.ufm-help footer button{font-size:.84rem}}
@media(max-width:679px){.ufm-help-footer-status{display:none}}
@media(max-width:479px){.ufm-help form{min-height:calc(100dvh - 20px)}.ufm-help header{padding-right:40px}.ufm-help-chips span{flex:1 1 140px}.ufm-help article{justify-content:flex-start}.ufm-help-step-number{font-size:3.6rem}.ufm-help footer{position:sticky;bottom:-25px;padding:12px 0 max(0px,env(safe-area-inset-bottom));background:linear-gradient(0deg,#fff 72%,transparent)}.ufm-help footer button{min-width:0}}
@media(max-width:1199px) and (min-width:521px){body:has(.layout-floating-menu:not([hidden])) .ufm-help-button{bottom:calc(176px + env(safe-area-inset-bottom))}}
@media(pointer:coarse){.ufm-help :is(button,[role="button"]){min-width:44px;min-height:44px;touch-action:manipulation}}
@media(prefers-reduced-motion:reduce){.ufm-help-progress>span:after,.ufm-help-button,.ufm-help-phases li,.ufm-help footer button{transition:none}}
@media(forced-colors:active){.ufm-help-phases li[aria-current],.ufm-help-icon,.ufm-help footer .primary{border:2px solid ButtonText}.ufm-help-icon img{filter:none}}
.auth-page-ufoundme:has(.registration-shell) .ufm-help-button{display:none}


}
@layer tokens {} @layer components {} @layer responsive {} @layer overrides {}@layer utilities { [hidden] { display:none !important; } }