:root{--bg:#0b1220;--fg:#e6edf6;--brand-blue:#26a0db;--brand-blue-hover:#3aabe4;--brand-blue-on-light:#0f6fa3;--brand-green:#299b48;--brand-green-bright:#3cc266;--surface-light:#ecf5fa;--surface-light-strong:#d3edf7;--accent:var(--brand-blue)}*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%;background:var(--bg);color:var(--fg);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.wm-header{position:fixed;top:12px;left:50%;transform:translateX(-50%);width:calc(100% - 24px);max-width:1200px;z-index:8;height:60px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:12px;gap:12px;padding:0 12px 0 18px;border-radius:16px;background:rgba(13,18,30,.82);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 30px rgba(0,0,0,.35)}.wm-brand{display:inline-flex;align-items:center;justify-self:start;flex-shrink:0}.wm-logo{height:42px;width:auto;display:block}.wm-nav{display:flex;align-items:center;justify-content:center;gap:26px;min-width:0}.wm-nav-link{font-size:14px;font-weight:500;line-height:1;white-space:nowrap;text-decoration:none;color:rgba(230,237,246,.82);transition:color .15s ease;padding:0;background:none;border:none;cursor:pointer;font-family:inherit}.wm-nav-link:hover{color:#ffffff}.wm-nav-link--accent{color:var(--brand-green-bright)}.wm-nav-link--accent:hover{color:#5bd884}.wm-actions{display:flex;align-items:center;gap:10px;justify-self:end}.wm-cta{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border-radius:10px;border:none;background:var(--accent);color:#ffffff;font-weight:700;font-size:13.5px;white-space:nowrap;cursor:pointer;text-decoration:none;transition:background .15s ease,transform .15s ease}.wm-cta:hover{background:var(--brand-blue-hover);transform:translateY(-1px)}.wm-cta__icon{font-size:14px}.wm-burger{display:none;flex-direction:column;justify-content:center;gap:4px;width:40px;height:40px;padding:0 9px;border-radius:10px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.05);cursor:pointer}.wm-burger span{display:block;height:2px;border-radius:2px;background:#e6edf6}.wm-mobile-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;display:flex;flex-direction:column;padding:8px;border-radius:14px;background:rgba(13,18,30,.96);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.12);box-shadow:0 12px 34px rgba(0,0,0,.45)}.wm-mobile-link{display:block;width:100%;text-align:left;padding:11px 12px;border-radius:9px;font-size:14px;font-weight:500;text-decoration:none;color:#e6edf6;white-space:nowrap;background:none;border:none;cursor:pointer;font-family:inherit}.wm-mobile-link:hover{background:rgba(255,255,255,.06)}.wm-mobile-cta{background:var(--brand-blue);color:#fff;font-weight:700;text-align:center}.wm-mobile-cta:hover{background:var(--brand-blue-hover)}.maplibregl-ctrl-attrib{background-color:rgba(11,18,32,.4)!important;padding:2px 8px!important;border-radius:8px}.maplibregl-ctrl-attrib a{color:rgba(230,237,246,.4)!important;font-size:10px!important;text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:rgba(230,237,246,.8)!important}.maplibregl-ctrl-attrib-button{background-color:rgba(255,255,255,.15)!important;opacity:.55}@media (max-width:820px){.wm-header{height:54px;padding:0 10px 0 14px}.wm-logo{height:40px}.wm-nav{display:none}.wm-burger{display:flex}.wm-cta{display:none}}.wm-collapse{flex-shrink:0;width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);color:#cdd8e6;font-size:18px;line-height:1;cursor:pointer;padding:0}.wm-collapse:hover{background:rgba(255,255,255,.12)}.wm-chip{position:absolute;z-index:2;display:inline-flex;align-items:center;gap:6px;padding:9px 13px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(11,18,32,.82);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:#e6edf6;font-size:12.5px;font-weight:600;cursor:pointer}.wm-chip:hover{border-color:var(--brand-blue)}.wm-arealist{position:absolute;top:320px;bottom:16px;left:16px;z-index:2;width:300px;max-width:calc(100vw - 32px);display:flex;flex-direction:column;background:rgba(11,18,32,.86);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.12);border-radius:12px;overflow:hidden;color:#e6edf6}.wm-arealist__head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 12px 8px}.wm-arealist__title{font-size:13px;font-weight:700}.wm-arealist__count{display:inline-block;margin-left:6px;padding:1px 7px;border-radius:999px;background:rgba(38,160,219,.2);color:#7cc7ec;font-size:11px;font-weight:700}.wm-arealist__search{margin:0 12px 8px;padding:8px 10px;border-radius:8px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);color:#e6edf6;font-size:13px;font-family:inherit;outline:none}.wm-arealist__search::placeholder{color:rgba(230,237,246,.5)}.wm-arealist__search:focus{border-color:var(--brand-blue)}.wm-arealist__list{overflow-y:auto;padding:0 6px 8px}.wm-arealist__item{display:flex;align-items:center;gap:8px;width:100%;text-align:left;padding:8px;border-radius:8px;border:none;background:none;cursor:pointer;color:#e6edf6;font-family:inherit;font-size:13px}.wm-arealist__item:hover{background:rgba(255,255,255,.07)}.wm-arealist__dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;border:1px solid #0b1220}.wm-arealist__name{font-weight:600}.wm-arealist__prov{margin-left:auto;font-size:11.5px;opacity:.6;white-space:nowrap}.wm-arealist__empty{padding:12px;font-size:12.5px;opacity:.6}@media (max-width:640px){.wm-arealist{top:auto;width:auto;left:12px;right:12px;max-height:60vh}}.wm-popup{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#0b1220;font-size:14px;min-width:240px;max-width:290px}.wm-popup__header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.wm-popup__mascot{width:56px;height:56px;object-fit:contain;flex-shrink:0}.wm-popup__name{font-weight:700;font-size:16px;line-height:1.3}.wm-popup__prov{font-weight:400;opacity:.6;font-size:13px}.wm-popup__badge{display:inline-block;margin-top:4px;padding:2px 8px;border-radius:6px;color:#fff;font-size:13px;font-weight:600}.wm-popup-group{margin-top:10px}.wm-popup-group__title{font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;opacity:.55;margin-bottom:4px}.wm-popup-table{font-size:14px;border-collapse:collapse;width:100%}.wm-popup-table__label{padding-right:10px;opacity:.7}.wm-popup-table__value{text-align:right}.wm-popup-minerals{display:flex;gap:6px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}.wm-popup-mineral-badge{flex-shrink:0;padding:5px 10px;border-radius:999px;border:1px solid rgba(11,18,32,.14);background:#f4f7fa;color:#33475b;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.wm-popup-mineral-badge--active{background:var(--brand-blue);border-color:var(--brand-blue);color:#fff}.wm-popup-mineral-badge--empty{opacity:.45}.wm-popup-mineral-detail{margin-top:8px;padding:8px 10px;border-radius:8px;background:#f4f7fa}.wm-popup-mineral-detail__value{font-size:16px;margin-bottom:4px}.wm-popup-mineral-detail__empty{opacity:.55;font-style:italic;font-size:14px}.wm-popup-mineral-detail__desc{font-size:13.5px;line-height:1.45;margin:0 0 6px;opacity:.85}.wm-popup-mineral-detail__threshold{font-size:12.5px;opacity:.6}.wm-popup-locked-chips{display:flex;flex-wrap:wrap;gap:6px}.wm-popup-locked-chip{padding:3px 8px;border-radius:999px;background:#f4f7fa;color:#8a97a6;font-size:13px;font-weight:600}.wm-popup-locked-chip--active{background:rgba(38,160,219,.14);color:var(--brand-blue)}.wm-popup__cta{margin-top:10px;font-size:14px;opacity:.75}.wm-popup__cta--button{display:block;width:100%;padding:8px 10px;border:none;border-radius:8px;background:var(--brand-blue);color:#fff;font-family:inherit;font-weight:600;opacity:1;text-align:center;cursor:pointer;transition:background .15s ease}.wm-popup__cta--button:hover{background:var(--brand-blue-hover)}.wm-popup__filter{margin-top:8px;font-size:14px}.wm-popup__filter-label{opacity:.7}.wm-info{background:var(--surface-light);border-top:1px solid var(--surface-light-strong)}.wm-info__inner{max-width:1200px;margin:0 auto;padding:48px 24px;color:#1e2a38}.wm-info__title{font-size:22px;font-weight:800;margin:0 0 12px;color:#0b1220}.wm-info__lead{font-size:14px;line-height:1.7;color:#33475b;max-width:720px;margin:0 0 28px}.wm-info__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-bottom:24px}.wm-info__item .wm-info__item-label{font-size:15px;font-weight:700;color:var(--brand-blue-on-light);margin:0 0 8px}.wm-info__item p{font-size:13.5px;line-height:1.6;color:#4a5a6a;margin:0}.wm-info__note{font-size:13px;line-height:1.6;color:#5a6b7a;max-width:720px;margin:0}@media (max-width:820px){.wm-info__grid{grid-template-columns:1fr;gap:20px}}.wm-footer{background:var(--surface-light);color:#1e2a38}.wm-footer__inner{max-width:1200px;margin:0 auto;padding:48px 24px 32px;display:grid;grid-template-columns:1.6fr 1fr 1.2fr 1.4fr;grid-gap:32px;gap:32px}.wm-footer__logo{height:46px;width:auto;display:block;margin-bottom:14px}.wm-footer__desc{font-size:13.5px;line-height:1.6;color:#4a5a6a;margin:0 0 16px;max-width:340px}.wm-footer__social{display:flex;gap:16px}.wm-footer__social a{font-size:13px;font-weight:600;color:var(--brand-blue-on-light);text-decoration:none}.wm-footer__social a:hover{text-decoration:underline}.wm-footer__h{font-size:14px;font-weight:700;color:#0b1220;margin:0 0 14px}.wm-footer__col a{display:block;font-size:13.5px;color:#33475b;text-decoration:none;margin-bottom:10px;transition:color .15s ease}.wm-footer__col a:hover{color:var(--brand-blue-on-light)}.wm-footer__row{font-size:13.5px;color:#4a5a6a;margin-bottom:10px}.wm-footer__row a{display:inline;margin:0;color:var(--brand-blue-on-light);font-weight:600;text-decoration:none}.wm-footer__row a:hover{text-decoration:underline}.wm-footer__addr{font-size:13px;line-height:1.55;color:#4a5a6a;margin:0 0 12px}.wm-footer__addr b{color:#26343f}.wm-footer__bottom{max-width:1200px;margin:0 auto;padding:18px 24px;border-top:1px solid var(--surface-light-strong);display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:12.5px;color:#5a6b7a}.wm-footer__bottom a{color:var(--brand-blue-on-light);text-decoration:none;font-weight:600;white-space:nowrap}.wm-footer__bottom a:hover{text-decoration:underline}@media (max-width:820px){.wm-footer__inner{grid-template-columns:1fr 1fr;gap:28px 24px;padding:36px 18px 24px}.wm-footer__brand{grid-column:1/-1}.wm-footer__bottom{flex-direction:column;align-items:flex-start;gap:8px;padding:16px 18px}}@media (max-width:480px){.wm-footer__inner{grid-template-columns:1fr}}.wt-page{background:#ffffff;color:#1e2a38}.wt-header-fixed{position:fixed;top:0;left:0;right:0;z-index:30;display:flex;justify-content:center;padding-top:12px;pointer-events:none}.wt-header-fixed .wm-header{position:relative;top:auto;left:auto;transform:none;margin:0;pointer-events:auto;background:var(--surface-light);border-color:var(--surface-light-strong);box-shadow:0 6px 24px rgba(11,18,32,.12)}.wt-header-fixed .wm-nav-link{color:#33475b}.wt-header-fixed .wm-nav-link:hover{color:var(--brand-blue-on-light)}.wt-header-fixed .wm-nav-link--accent{color:var(--brand-green)}.wt-header-fixed .wm-nav-link--accent:hover{color:#1e7a3c}.wt-header-fixed .wm-burger{border-color:rgba(11,18,32,.14);background:rgba(11,18,32,.04)}.wt-header-fixed .wm-burger span{background:#14212e}.wt-hero{background:linear-gradient(160deg,#eaf6fc,#f6fbfe 55%,#ffffff);border-bottom:1px solid var(--surface-light-strong)}.wt-hero__inner{max-width:860px;margin:0 auto;padding:100px 24px 56px;text-align:center}.wt-badges{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:20px}.wt-badge{display:inline-block;font-size:12.5px;font-weight:700;color:var(--brand-blue-on-light);background:rgba(38,160,219,.12);border:1px solid rgba(38,160,219,.3);border-radius:999px;padding:5px 12px}.wt-badge--free{color:#fff;background:var(--brand-green);border-color:var(--brand-green);letter-spacing:.4px}.wt-hero__title{font-size:36px;line-height:1.2;font-weight:800;color:#0b1220;margin:0 0 16px}.wt-hero__sub{font-size:16px;line-height:1.7;color:#4a5a6a;max-width:660px;margin:0 auto 28px}.wt-hero__cta{display:inline-block;padding:15px 32px;border-radius:12px;background:var(--brand-blue);color:#fff;font-size:16px;font-weight:700;text-decoration:none;box-shadow:0 8px 24px rgba(38,160,219,.35);transition:background .15s ease,transform .15s ease}.wt-hero__cta:hover{background:var(--brand-blue-hover);transform:translateY(-2px)}.wt-hero__note{margin:16px 0 0;font-size:13px;color:#6b7a89}.wt-section{background:#ffffff}.wt-section--alt{background:var(--surface-light)}.wt-section__inner{max-width:1120px;margin:0 auto;padding:56px 24px}.wt-h2{font-size:27px;font-weight:800;color:#0b1220;margin:0 0 12px}.wt-h2,.wt-lead{text-align:center}.wt-lead{font-size:15px;line-height:1.7;color:#4a5a6a;max-width:680px;margin:0 auto 32px}.wt-grid{display:grid;grid-gap:22px;gap:22px;margin-top:32px}.wt-grid--4{grid-template-columns:repeat(4,1fr)}.wt-grid--3{grid-template-columns:repeat(3,1fr)}.wt-grid--2{grid-template-columns:repeat(2,1fr)}.wt-card{border:1px solid var(--surface-light-strong);border-radius:14px;padding:24px 20px;text-align:center;box-shadow:0 2px 10px rgba(11,18,32,.04)}.wt-card,.wt-section--alt .wt-card{background:#fff}.wt-card__icon{font-size:34px;line-height:1;margin-bottom:14px}.wt-card__title{font-size:16px;font-weight:700;color:#14212e;margin:0 0 8px}.wt-card__desc{font-size:13.5px;line-height:1.6;color:#4a5a6a;margin:0}.wt-steps{list-style:none;counter-reset:none;margin:32px 0 0;padding:0;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:18px;gap:18px}.wt-step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.wt-step__num{flex-shrink:0;width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--brand-blue);color:#fff;font-size:20px;font-weight:800}.wt-step__title{font-size:15px;font-weight:700;color:#14212e;margin:0 0 5px}.wt-step__desc{font-size:13px;line-height:1.55;color:#4a5a6a;margin:0}.wt-panel{background:#fff;border:1px solid var(--surface-light-strong);border-radius:14px;padding:24px 26px}.wt-panel__title{font-size:16px;font-weight:700;color:var(--brand-blue-on-light);margin:0 0 14px}.wt-list{margin:0;padding:0;list-style:none;display:grid;grid-gap:10px;gap:10px}.wt-list li{font-size:14px;color:#33475b;padding-left:24px;position:relative}.wt-list li:before{content:"💧";position:absolute;left:0;top:0;font-size:13px}.wt-register{background:linear-gradient(160deg,#f6fbfe,#eaf6fc);border-top:1px solid var(--surface-light-strong);border-bottom:1px solid var(--surface-light-strong)}.wt-register__inner{max-width:1000px;margin:0 auto;padding:56px 24px;display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;align-items:center}.wt-register__intro .wt-h2{text-align:left}.wt-register__intro .wt-lead{text-align:left;margin-left:0}.wt-checklist{list-style:none;margin:20px 0 0;padding:0;display:grid;grid-gap:12px;gap:12px}.wt-checklist li{font-size:14.5px;color:#33475b;padding-left:30px;position:relative}.wt-checklist li:before{content:"✓";position:absolute;left:0;top:-1px;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--brand-green);color:#fff;font-size:12px;font-weight:800}.wt-form{background:#fff;border:1px solid var(--surface-light-strong);border-radius:16px;padding:26px 24px;box-shadow:0 12px 34px rgba(11,18,32,.08);gap:14px}.wt-field,.wt-form{display:flex;flex-direction:column}.wt-field{gap:6px;border:none;margin:0;padding:0;min-width:0}.wt-field--group{gap:8px}.wt-field__label{font-size:13.5px;font-weight:600;color:#33475b;padding:0}.wt-field__hint{font-size:12.5px;line-height:1.45;color:#6b7c8c}.wt-input{width:100%;padding:11px 13px;border-radius:9px;border:1px solid #cddbe6;background:#fff;color:#14212e;font-size:14.5px;font-family:inherit;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.wt-input::placeholder{color:#9aa8b5}.wt-input:focus{border-color:var(--brand-blue);box-shadow:0 0 0 3px rgba(38,160,219,.15)}.wt-radios{display:flex;gap:10px;flex-wrap:wrap}.wt-radio{flex:1 1;min-width:90px;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 8px;border-radius:9px;border:1px solid #cddbe6;background:#fff;color:#33475b;font-size:14px;font-weight:600;cursor:pointer;transition:border-color .15s ease,background .15s ease}.wt-radio input{accent-color:var(--brand-blue);cursor:pointer}.wt-radio--on{border-color:var(--brand-blue)}.wt-geo,.wt-radio--on{background:rgba(38,160,219,.08);color:var(--brand-blue-on-light)}.wt-geo{width:100%;padding:11px 12px;border-radius:9px;border:1px solid rgba(38,160,219,.5);font-size:13.5px;font-weight:600;font-family:inherit;cursor:pointer}.wt-geo:disabled{cursor:default}.wt-geo--ok{border-color:rgba(41,155,72,.55);background:rgba(41,155,72,.1);color:#1e7a3c}.wt-geo__note{font-size:12px;line-height:1.45;color:#6b7a89;margin:0}.wt-turnstile:not(:empty){margin-top:2px}.wt-error{font-size:13.5px;color:#c0392b;background:rgba(192,57,43,.08);border:1px solid rgba(192,57,43,.25);border-radius:8px;padding:9px 12px}.wt-submit{width:100%;padding:14px;border-radius:11px;border:none;background:var(--brand-blue);color:#fff;font-size:15.5px;font-weight:800;font-family:inherit;cursor:pointer;transition:background .15s ease}.wt-submit:hover{background:var(--brand-blue-hover)}.wt-submit:disabled{background:#7fb9d6;cursor:default}.wt-form__privacy{font-size:11.5px;line-height:1.5;color:#8a97a6;margin:2px 0 0;text-align:center}.wt-form--done{align-items:center;text-align:center;padding:40px 26px}.wt-form__done-icon{width:60px;height:60px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--brand-green);color:#fff;font-size:32px;font-weight:800;margin-bottom:8px}.wt-form__done-title{font-size:20px;font-weight:800;color:#14212e;margin:0}.wt-form__done-text{font-size:14.5px;line-height:1.65;color:#4a5a6a;margin:0;max-width:340px}.wt-cta-final{background:#0f1728;color:#e6edf6}.wt-cta-final__inner{max-width:720px;margin:0 auto;padding:52px 24px;text-align:center}.wt-cta-final__title{font-size:24px;font-weight:800;margin:0 0 10px}.wt-cta-final__desc{font-size:15px;line-height:1.6;color:rgba(230,237,246,.78);margin:0 0 24px}.wt-cta-final__btn{display:inline-block;padding:13px 28px;border-radius:11px;background:var(--brand-blue);color:#fff;font-size:15px;font-weight:700;text-decoration:none;transition:background .15s ease,transform .15s ease}.wt-cta-final__btn:hover{background:var(--brand-blue-hover);transform:translateY(-2px)}@media (max-width:900px){.wt-grid--4,.wt-steps{grid-template-columns:repeat(2,1fr)}.wt-steps{gap:22px}.wt-register__inner{grid-template-columns:1fr;gap:28px}.wt-register__intro .wt-h2,.wt-register__intro .wt-lead{text-align:center;margin-left:auto}}@media (max-width:560px){.wt-hero__inner{padding:78px 20px 40px}.wt-hero__title{font-size:27px}.wt-section__inner{padding:40px 20px}.wt-h2{font-size:22px}.wt-grid--2,.wt-grid--3,.wt-grid--4,.wt-steps{grid-template-columns:1fr}.wt-step{flex-direction:row;text-align:left;align-items:flex-start}}