.wg-account.card{padding:10px 5px;background:#fff}.wg-account.card .grid.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width: 640px){.wg-account.card .grid.two{grid-template-columns:1fr}}.wg-account.card .field{display:flex;flex-direction:column;gap:6px}.wg-account.card .field__label{font-size:13px;color:#4a5568}.wg-account.card .input{border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px}.wg-account.card .input:focus{outline:none;border-color:#3f7d82;box-shadow:0 0 0 3px rgba(63,125,130,.15)}.wg-account.card .input.is-invalid{border-color:#d9534f}.wg-account.card .checkbox-row{display:inline-flex;align-items:center;gap:6px}.wg-account.card .btn{border-radius:10px;cursor:pointer}.wg-account.card .btn-primary{background:#3f7d82;color:#fff;border:none}.wg-account.card .btn-primary:disabled{opacity:.6;cursor:not-allowed}.wg-account.card .field-error{color:#d9534f}.wg-account.card .form-error{color:#d9534f;margin-top:20px}.wg-account.card .form-error span{padding:5px 10px;border-radius:5px;border-color:#d9534f;border-style:solid;border-width:1px}.wg-account.card .form-success{color:#2f855a;margin-top:20px}.wg-account.card .form-success span{padding:5px 10px;border-radius:5px;border-color:#2f855a;border-style:solid;border-width:1px}.wg-account.card .wg-connected,.wg-account.card .wg-account-email{background:#f7fafc;border:1px dashed #cbd5e0;border-radius:12px;padding:10px 12px;margin-bottom:12px;font-size:14px}.wg-account.card .wg-pw{display:grid;gap:12px;margin-top:12px}.wg-account.card .wg-pw .field-wrapper{position:relative;margin-bottom:10px;width:35vw}.wg-account.card .wg-pw .field-wrapper input{width:100%;margin-bottom:0}.wg-account.card .wg-pw .pw-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:none;background:rgba(0,0,0,0);cursor:pointer;padding:4px;font-size:.9em;line-height:1;color:#666;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.wg-account.card .wg-pw .pw-toggle:hover,.wg-account.card .wg-pw .pw-toggle:focus{color:#2c2d2f}.wg-account.card .wg-pw .pw-toggle i{pointer-events:none}.wg-account.card .actions{margin-top:16px;display:flex;gap:8px;justify-content:space-between}.wg-account.card .wg-news{font-size:14px;font-weight:400}.wg-account.card .wg-news input{width:15px;height:15px;margin:0}.wg-account.card .wg-pw{display:grid;gap:12px;margin-top:16px;padding:16px;border-radius:12px;background:#f9fbfc;border:1px solid #e2e8f0;width:fit-content}.wg-account.card .wg-pw .field__label{font-weight:500}.wg-account.card #acc-toggle-pw{margin-top:15px;font-size:14px;transition:background .2s ease,border-color .2s ease}.wg-account.card .btn-danger{background:#d9534f;color:#fff;border:none}.wg-account.card .btn-danger:hover{filter:brightness(0.95)}.wg-account.card .btn-danger:disabled{opacity:.6;cursor:not-allowed}@media(max-width: 768px){.wg-account.card{padding:15px}.wg-account.card .wg-pw{width:100%}.wg-account.card .wg-pw .field-wrapper{width:100%}.wg-account.card .btn{padding:10px 15px}.wg-account.card .actions{gap:5px}}.del-overlay{position:fixed;inset:0;z-index:10000;display:none}.del-overlay .btn-danger{background:#d9534f;color:#fff;border:none}.del-overlay .btn-danger:hover{filter:brightness(0.95)}.del-overlay .btn-danger:disabled{opacity:.6;cursor:not-allowed}.del-overlay .btn-ghost{background:rgba(0,0,0,0);border:1px solid #e2e8f0;color:#2c2d2f}.del-overlay .btn-ghost:hover{background:#f8fafc}.del-overlay.is-open{display:flex;align-items:center;justify-content:center}.del-overlay__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55);backdrop-filter:blur(2px)}.del-overlay__content{position:relative;z-index:1;background:#fff;color:#2c2d2f;max-width:560px;width:92%;padding:22px 20px;border-radius:14px;box-shadow:0 10px 26px rgba(0,0,0,.22);animation:fadeInUp .25s ease}.del-overlay__title{font-size:1.25rem;font-weight:800;color:#3f7d82;margin:0 0 10px}.del-overlay__text{font-size:.98rem;line-height:1.5;color:#4b5b5d;margin:0 0 12px}.del-overlay__text a{color:#3f7d82;text-decoration:underline}.del-overlay__text a:hover{color:#2c2d2f}.del-overlay__note{background:#f7fafc;border:1px dashed #cbd5e0;border-radius:10px;padding:10px 12px;color:#3b4a4c;margin:8px 0 16px;font-size:.95rem}.del-overlay__error{color:#d9534f;margin:10px 0 0}.del-overlay__actions{display:flex;gap:10px;justify-content:space-between}@media(max-width: 768px){.del-overlay .del-overlay__actions{gap:15px}.del-overlay .del-overlay__actions .btn{padding:10px 15px;font-size:14px}}.wg-route.card{padding:10px 5px;background:#fff;margin-bottom:0;position:relative}.wg-route.card .wg-route__title{margin:0 0 10px;font-size:22px;font-weight:900;color:#2c2d2f}.wg-route.card .wg-info-block{border:1px solid #e2e8f0;border-radius:12px;background:#fff;overflow:hidden;margin:0 0 14px}.wg-route.card .wg-info-block>summary{cursor:pointer;padding:12px 14px;font-weight:700;color:#2c2d2f;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:10px;user-select:none}.wg-route.card .wg-info-block>summary i{font-size:12px;transition:transform .2s ease}.wg-route.card .wg-info-block>summary:hover{background:#f9fbfc}.wg-route.card .wg-info-block>summary::-webkit-details-marker{display:none}.wg-route.card .wg-info-block[open]>summary i{transform:rotate(180deg)}.wg-route.card .wg-info-block__content{padding:14px;border-top:1px solid #e2e8f0}.wg-route.card .wg-callout{background:#f7fafc;border:1px dashed #cbd5e0;border-radius:12px;padding:12px 14px;margin-bottom:12px}.wg-route.card .wg-callout__title{margin:0 0 6px;font-weight:800;color:#3f7d82;font-size:14px}.wg-route.card .wg-callout__text{margin:0;color:#3b4a4c;line-height:1.55}.wg-route.card .wg-note{margin-bottom:12px}.wg-route.card .wg-note__title{margin:0 0 6px;font-weight:800;color:#3f7d82;font-size:14px}.wg-route.card .wg-note__list{margin:0;padding-left:18px;color:#4b5b5d}.wg-route.card .wg-note__list li{margin:4px 0}.wg-route.card .wg-styles{margin-bottom:10px}.wg-route.card .wg-styles__title{margin:0 0 8px;font-weight:800;color:#3f7d82;font-size:14px}.wg-route.card .wg-styles__grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:8px;padding-left:0}@media(max-width: 980px){.wg-route.card .wg-styles__grid{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 640px){.wg-route.card .wg-styles__grid{grid-template-columns:1fr}}.wg-route.card .wg-style{background:#f9fbfc;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;display:flex;flex-direction:column;gap:4px}.wg-route.card .wg-style strong{font-size:13px;color:#2c2d2f}.wg-route.card .wg-style span{font-size:13px;color:#4b5b5d;line-height:1.45}.wg-route.card .wg-gen{margin-top:6px}.wg-route.card .field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.wg-route.card .field__label{font-size:13px;color:#4a5568}.wg-route.card .field-meta{font-size:12px;color:#748287}.wg-route.card .input{border:1px solid #e2e8f0;border-radius:10px;max-height:40px;font-size:14px}.wg-route.card .input:focus{outline:none;border-color:#3f7d82;box-shadow:0 0 0 3px rgba(63,125,130,.15)}.wg-route.card .input.is-invalid{border-color:#d9534f}.wg-route.card textarea.input{resize:vertical;min-height:110px}.wg-route.card .field-wrapper.with-action{display:grid;gap:5px;margin-bottom:0}.wg-route.card .field-wrapper.with-action input,.wg-route.card .field-wrapper.with-action select{margin-bottom:0}.wg-route.card .field-wrapper.with-action .btn{max-height:40px;font-size:14px;padding:5px 20px;border-radius:10px}.wg-route.card .field-hint{font-size:12px;color:#748287}.wg-route.card .grid.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width: 680px){.wg-route.card .grid.two{grid-template-columns:1fr}}.wg-route.card .wg-gen__suggestions{margin-top:-15px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.08);max-height:240px;overflow:auto}.wg-route.card .wg-gen__suggestions [role=option]{padding:10px 12px;cursor:pointer}.wg-route.card .wg-gen__suggestions [role=option]:hover,.wg-route.card .wg-gen__suggestions [role=option][aria-selected=true]{background:#f7fafc}.wg-route.card .form-error{color:#d9534f;margin-top:6px}.wg-route.card .form-success{color:#2f855a;margin-top:6px}.wg-route.card .actions{margin-top:16px;display:flex;justify-content:flex-end}.wg-route.card .country-select-wrapper{grid-template-columns:1fr auto auto auto;gap:6px}.wg-route.card .country-select-wrapper .country-select{min-width:100px}.wg-route.card .country-select-wrapper .btn-icon{max-height:40px;padding:0 12px;border-radius:10px;display:flex;align-items:center;justify-content:center}.wg-route.card .country-select-wrapper .btn-icon i{font-size:14px}.wg-route.card .select2-container--default .select2-selection--single{height:40px;border:1px solid #e2e8f0;border-radius:10px;padding:5px 10px;background-color:#fff}.wg-route.card .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:28px;color:#2c2d2f;font-size:14px;padding-left:10px;padding-right:10px}.wg-route.card .select2-container--default .select2-selection--single .select2-selection__arrow{height:100%;right:8px}.wg-route.card .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}.wg-route.card .select2-container--default.select2-container--open .select2-selection--single{border-color:#3f7d82;box-shadow:0 0 0 3px rgba(63,125,130,.15)}.wg-route.card .wg-country-dropdown{border-radius:10px;overflow:hidden}.wg-route.card .wg-country-dropdown .select2-results__option{padding:8px 10px;font-size:14px;cursor:pointer}.wg-route.card .wg-country-dropdown .select2-results__option:hover{background:#f7fafc}.wg-route.card #gen-location{max-height:40px}.wg-route.card #gen-search span,.wg-route.card #gen-locate span{display:none}.wg-route.card #gen-start{padding:10px 15px}.wg-route.card .loading{position:relative !important;overflow:hidden !important;background:linear-gradient(90deg, rgba(63, 125, 130, 0.15) 0%, rgba(63, 125, 130, 0.45) 50%, rgba(63, 125, 130, 0.15) 100%) !important;background-size:200% 100% !important;animation:wg-shimmer 1.4s ease-in-out infinite !important;pointer-events:none !important}@media(max-width: 768px){.wg-route.card .wg-start-overlay__box{max-width:100%;width:100%}.wg-route.card .wg-start-overlay__box .wg-start-overlay__note{width:80%}.wg-route.card .wg-gen__suggestions{margin-top:-45px}.wg-route.card .country-select-wrapper{display:grid;gap:8px;grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);grid-auto-rows:auto}.wg-route.card .country-select-wrapper>*{min-width:0}.wg-route.card .country-select-wrapper #gen-location{grid-column:1/-1;width:100%;box-sizing:border-box;margin-bottom:5px}.wg-route.card .country-select-wrapper .country-select{grid-column:1/-1;margin-bottom:0}.wg-route.card .country-select-wrapper .country-select .select2,.wg-route.card .country-select-wrapper .country-select .select2-container{width:100% !important;max-width:100%;box-sizing:border-box;display:block}.wg-route.card .country-select-wrapper #gen-search,.wg-route.card .country-select-wrapper #gen-locate{grid-row:auto;width:100%;min-width:0;justify-self:stretch;box-sizing:border-box;margin-top:5px}.wg-route.card .country-select-wrapper #gen-search span,.wg-route.card .country-select-wrapper #gen-locate span{display:inline;margin-left:5px}.wg-route.card .country-select-wrapper #gen-search{grid-column:1}.wg-route.card .country-select-wrapper #gen-locate{grid-column:2}.wg-route.card .field-wrapper.with-action .btn{padding:5px 15px}.wg-route.card .field-hint{margin-top:10px}.wg-route.card .grid.two{gap:0}.wg-route.card .grid.two .field{margin-bottom:0}}.wg-route.card .wg-route-options{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:12px}@media(max-width: 780px){.wg-route.card .wg-route-options{grid-template-columns:1fr;gap:10px}}.wg-route.card .wg-field-head{display:flex;align-items:center}.wg-route.card .wg-help-btn{width:22px;height:22px;border:0;background:rgba(0,0,0,0);color:#748287;cursor:pointer;padding:0;display:inline-flex;align-items:center;justify-content:center}.wg-route.card .wg-help-btn:hover{color:#3f7d82}.wg-route.card .wg-help-btn i{font-size:14px}.wg-route.card .wg-bubbles{display:flex;flex-wrap:wrap;gap:8px}.wg-route.card .wg-bubble{border:1px solid #e2e8f0;background:#fff;color:#2c2d2f;border-radius:999px;padding:9px 13px;min-height:40px;display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:500;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease}.wg-route.card .wg-bubble.is-hidden{display:none !important}.wg-route.card .wg-bubble i{font-size:13px;color:#748287}.wg-route.card .wg-bubble:hover{border-color:rgba(63,125,130,.45);background:#f7fafc}.wg-route.card .wg-bubble.is-active{background:rgba(63,125,130,.1);border-color:#3f7d82;color:#2d595c;box-shadow:0 0 0 3px rgba(63,125,130,.12)}.wg-route.card .wg-bubble.is-active i{color:#3f7d82}.wg-route.card .wg-help-modal{position:fixed;inset:0;z-index:9999;display:none}.wg-route.card .wg-help-modal.is-open{display:block}.wg-route.card .wg-help-modal .wg-help-modal__intro{margin:-6px 0 18px;font-size:14px;line-height:1.55;color:#64748b}.wg-route.card .wg-help-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.45);backdrop-filter:blur(2px)}.wg-route.card .wg-help-modal__dialog{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:min(560px,100vw - 24px);max-height:80vh;overflow:auto;background:#fff;border-radius:18px;border:1px solid #e2e8f0;box-shadow:0 20px 60px rgba(0,0,0,.18);padding:24px}@media(max-width: 640px){.wg-route.card .wg-help-modal__dialog{width:calc(100vw - 16px);padding:18px;border-radius:16px}}.wg-route.card .wg-help-modal__close{position:absolute;top:14px;right:14px;width:34px;height:34px;border-radius:999px;border:0;background:#f1f5f9;color:#475569;cursor:pointer;transition:.15s ease;display:flex;align-items:center;justify-content:center}.wg-route.card .wg-help-modal__close:hover{background:#e2e8f0}.wg-route.card .wg-help-modal__close i{font-size:14px}.wg-route.card .wg-help-modal__panel h3{margin:0 0 18px;font-size:20px;font-weight:800;color:#1e293b}.wg-route.card .wg-help-list{display:flex;flex-direction:column;gap:14px}.wg-route.card .wg-help-item{border:1px solid #e2e8f0;border-radius:14px;padding:14px 16px;background:#f8fafc}.wg-route.card .wg-help-item__title{font-size:15px;color:#1e293b;margin:0}.wg-route.card .wg-help-item__title i{color:#3f7d82;width:16px;text-align:center;flex-shrink:0;margin-right:5px}.wg-route.card .wg-help-item__title .restriction{color:#3f7d82;font-style:italic;font-size:14px}.wg-route.card .wg-help-item__desc{margin:8px 0 0;font-size:14px;line-height:1.55;color:#475569}.wg-start-overlay{position:absolute;inset:0;background:hsla(0,0%,100%,.78);backdrop-filter:blur(2px);display:none;z-index:5;border-radius:inherit}.wg-start-overlay__box{position:absolute;inset:0;margin:auto;max-width:520px;min-width:260px;height:60%;width:86%;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 10px 30px rgba(0,0,0,.08);padding:18px 16px;display:grid;gap:10px;justify-items:center;text-align:center}.wg-start-overlay__spinner{width:28px;height:28px;border:3px solid #e6eff2;border-top-color:#3f7d82;border-radius:50%;animation:wgspin .9s linear infinite}.wg-start-overlay__msg{font-weight:700;color:#2c2d2f;font-size:15px}.wg-start-overlay__note{font-size:13px;color:#6b7b80}@keyframes wgspin{to{transform:rotate(360deg)}}.wg-suggest-overlay{position:fixed;inset:0;background:rgba(20,24,28,.45);z-index:9999;display:none;padding:40px;overflow:auto}.wg-suggest-overlay .wg-suggest{background:#fff;border-radius:16px;box-shadow:0 10px 34px rgba(0,0,0,.14);max-width:1080px;margin:0 auto;display:flex;flex-direction:column;overflow:hidden;border:1px solid #e2e8f0}.wg-suggest-overlay .wg-suggest__head{padding:18px 20px 12px;border-bottom:1px solid #e2e8f0}.wg-suggest-overlay .wg-suggest__head .wg-sugg-warn{margin-top:10px;font-size:14px;font-weight:400;color:#d9534f}.wg-suggest-overlay .wg-suggest__title{margin:0 0 6px;font-size:20px;font-weight:800;color:#2c2d2f}.wg-suggest-overlay .wg-suggest__note{margin:0;color:#4b5b5d;font-size:13px}.wg-suggest-overlay .wg-suggest__note small{color:#748287;font-size:12px}.wg-suggest-overlay .wg-suggest__body{display:grid;grid-template-columns:1.3fr 1fr;gap:14px;padding:14px}@media(max-width: 900px){.wg-suggest-overlay .wg-suggest__body{grid-template-columns:1fr}}.wg-suggest-overlay .wg-suggest__map{height:56vh;min-height:320px;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.wg-suggest-overlay .wg-suggest__map .leaflet-container{height:100%;width:100%}.wg-suggest-overlay .wg-suggest__list{border:1px solid #e2e8f0;border-radius:12px;padding:10px;background:#fff;max-height:56vh;overflow:auto}.wg-suggest-overlay .wg-suggest__footer{padding:12px 14px;border-top:1px solid #e2e8f0;display:flex;gap:10px;justify-content:flex-end}.wg-suggest-overlay .wg-suggest__footer .btn-primary.is-loading{pointer-events:none;opacity:.7}.wg-suggest-overlay .wg-suggest .wg-sugg-legend{display:flex;flex-wrap:wrap;align-items:center;gap:5px;padding:4px 2px 10px;color:#4b5b5d;font-size:13px}.wg-suggest-overlay .wg-suggest .wg-sugg-legend .chip{display:inline-block;width:12px;height:12px;border-radius:50%;margin-right:0}.wg-suggest-overlay .wg-suggest .wg-sugg-legend .chip--green{background:#2f855a}.wg-suggest-overlay .wg-suggest .wg-sugg-legend .chip--blue{background:#2563eb}.wg-suggest-overlay .wg-suggest .wg-sugg-legend .chip--accent{background:#3f7d82}.wg-suggest-overlay .wg-suggest .wg-sugg-legend .wg-sugg-cap{margin-left:auto;color:#748287;font-size:12px}.wg-suggest-overlay .wg-suggest .wg-sugg-ul{display:flex;flex-direction:column;gap:6px}.wg-suggest-overlay .wg-suggest .wg-sugg-row{display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:8px;border:1px solid #e2e8f0;border-radius:10px;padding:8px 10px;background:#fff}.wg-suggest-overlay .wg-suggest .wg-sugg-row.is-fixed{background:#f9fbfc}.wg-suggest-overlay .wg-suggest .wg-sugg-row.is-inactive{opacity:.6}.wg-suggest-overlay .wg-suggest .wg-sugg-row.is-edited{box-shadow:0 0 0 3px rgba(63,125,130,.15);border-color:#3f7d82}.wg-suggest-overlay .wg-suggest .wg-sugg-row__title{font-weight:700;font-size:13px;color:#2c2d2f}.wg-suggest-overlay .wg-suggest .wg-sugg-row__name{font-size:13px;color:#374151}.wg-suggest-overlay .wg-suggest .wg-sugg-row__coords{font-size:12px;color:#748287;grid-column:1/-1;padding-left:28px}.wg-suggest-overlay .wg-suggest .wg-sugg-toggle{display:inline-flex;align-items:center;gap:6px}.wg-suggest-overlay .wg-suggest .wg-sugg-toggle input{width:16px;height:16px;margin:0}.wg-suggest-overlay .wg-suggest .wg-sugg-toggle span{font-size:12px;color:#9aa6ac}.wg-suggest-overlay .wg-suggest .wg-sugg-drag{cursor:grab;user-select:none;font-weight:700;color:#a0aec0;padding:0 4px}.wg-suggest-overlay .wg-suggest .wg-sugg-drag:active{cursor:grabbing}.wg-suggest-overlay .wg-suggest .wg-pin{filter:drop-shadow(0 1px 1px rgba(0, 0, 0, 0.25))}@media(max-width: 768px){.wg-suggest-overlay .wg-suggest .wg-sugg-ul{align-items:stretch}.wg-suggest-overlay .wg-suggest .wg-suggest__map{height:48vh}.wg-suggest-overlay .wg-suggest .wg-suggest__list{max-height:48vh}.wg-suggest-overlay .wg-suggest .wg-sugg-row{display:flex;flex-direction:row;align-content:center;justify-content:flex-start}.wg-suggest-overlay .wg-suggest .wg-sugg-row__title{display:none}.wg-suggest-overlay .wg-suggest .wg-sugg-row__coords{margin-left:auto;text-align:right;white-space:nowrap}.wg-suggest-overlay .wg-suggest .wg-sugg-row input{margin:0}.wg-suggest-overlay .wg-suggest .wg-suggest__footer button{font-size:14px;padding:10px 15px}}@media(max-width: 768px){.wg-suggest-overlay{padding:40px 10px}}.wg-built-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);display:none;z-index:999}.wg-built-overlay.is-open{display:block}.wg-built-overlay .wg-built__dialog{position:relative;max-width:960px;width:calc(100% - 32px);margin:48px auto;background:#fff;border-radius:14px;box-shadow:0 10px 40px rgba(0,0,0,.18);padding:20px 20px 16px}.wg-built-overlay .wg-built__title{margin:0 0 12px;font-size:20px;font-weight:600}.wg-built-overlay .wg-built__error{margin:8px 0 12px;color:#b00020}.wg-built-overlay .wg-built__list{gap:15px;display:flex;flex-wrap:nowrap;align-content:flex-start;justify-content:space-around;align-items:flex-start}.wg-built-overlay .wg-route-card{border:1px solid #e6e8ea;border-radius:12px;overflow:hidden;background:#fff;display:flex;flex-direction:column;max-width:33%}.wg-built-overlay .wg-route-card__media{position:relative;background:#f3f5f6}.wg-built-overlay .wg-route-card__media img{width:100%;height:100%;object-fit:cover;display:block}.wg-built-overlay .wg-route-card__body{padding:12px;display:flex;flex-direction:column;gap:8px}.wg-built-overlay .wg-route-card__segments{font-size:13px;color:#4b5563;line-height:1.4}.wg-built-overlay .wg-route-card__segments a{color:initial}.wg-built-overlay .wg-route-card__segments a:after{font-family:"Font Awesome 7 Free";content:"";display:inline-block;color:inherit;font-style:normal;font-weight:600;font-size:10px;margin-left:3px}.wg-built-overlay .wg-route-card__segments i{margin:0;opacity:.7}.wg-built-overlay .wg-route-card__actions{margin-top:6px;display:flex;gap:8px;align-items:center;justify-content:center}.wg-built-overlay .wg-route-card__start{background:#3f7d82;color:#fff;border:0;border-radius:10px;padding:10px 12px;font-weight:600;cursor:pointer;font-size:14px}.wg-built-overlay .wg-route-card__start[disabled]{opacity:.65;cursor:not-allowed}.wg-built-overlay .wg-built__footer{margin-top:14px;display:flex;justify-content:flex-end;gap:8px}.wg-built-overlay .wg-built__footer .btn-danger{background:#d9534f;color:#fff;border:none;font-size:14px;padding:10px 15px}.wg-built-overlay .wg-built__footer .btn-danger:hover{filter:brightness(0.95)}.wg-built-overlay .wg-built__footer .btn-danger:disabled{opacity:.6;cursor:not-allowed}@media(max-width: 768px){.wg-built-overlay .wg-built__list{flex-wrap:wrap;gap:0}.wg-built-overlay .wg-built__list .wg-route-card{max-width:46%;width:46%;margin-bottom:15px}.wg-built-overlay .wg-built__list .wg-route-card .wg-route-card__segments{max-height:100px;overflow:auto}.wg-built-overlay .wg-built__list>.wg-route-card:only-child{max-width:100%;margin-bottom:0}.wg-built-overlay .wg-built__list>.wg-route-card:only-child .wg-route-card__segments{max-height:none}.wg-built-overlay .wg-route-card__segments{font-size:12px}}.wg-my-routes{margin-bottom:0}.wg-my-routes__filters{margin-bottom:1rem}.wg-my-routes__filters .grid{display:grid;gap:10px;align-items:end}.wg-my-routes__filters .grid.four{grid-template-columns:3fr 3fr .8fr .8fr}.wg-my-routes__filters .actions{display:flex;align-self:stretch;align-items:flex-end;margin-bottom:3px}.wg-my-routes__filters .actions .btn{width:100%;font-size:14px;margin-bottom:0;padding:10px 15px;height:fit-content}.wg-my-routes__filters .field .field__label{display:block;margin-bottom:6px;font-weight:600}.wg-my-routes__filters .field .input{width:100%;min-height:42px;margin-bottom:0}.wg-my-routes .wg-hidden-routes{margin-bottom:1rem}.wg-my-routes .wg-hidden-routes .wg-info-block__summary{display:flex;align-items:center;gap:3px;cursor:pointer}.wg-my-routes .wg-hidden-routes .wg-info-block__summary .fa-chevron-down{margin-left:auto;transition:transform .2s ease}.wg-my-routes .wg-hidden-routes[open] .wg-info-block__summary .fa-chevron-down{transform:rotate(180deg)}.wg-my-routes__section-title{margin:1.25rem 0 .5rem}.wg-my-routes__section-title h3{margin:0;font-size:1rem}.wg-my-routes__list{display:grid;grid-template-columns:1fr;gap:12px;margin-top:10px}.wg-my-routes .wg-route-card{border:1px solid #e7e7e7;border-radius:12px;background:#fff;display:grid;grid-template-columns:1fr;gap:10px;padding:12px;box-shadow:0 2px 5px rgba(0,0,0,.04)}.wg-my-routes .wg-route-card__media{width:100%;aspect-ratio:16/9;border-radius:10px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.wg-my-routes .wg-route-card__media img{width:100%;height:100%;object-fit:cover}.wg-my-routes .wg-route-card__media .wg-thumb-placeholder{font-size:12px;color:#777}.wg-my-routes .wg-route-card__body{display:flex;flex-direction:column;gap:6px;justify-content:space-between;margin:15px}.wg-my-routes .wg-route-card__header{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-weight:600;line-height:1.3}.wg-my-routes .wg-route-card__header .wg-route-card__date{margin-left:auto;color:#6b7280;font-size:12px;white-space:nowrap}.wg-my-routes .wg-route-card__meta{font-size:13px;color:#4b5563}.wg-my-routes .wg-route-card__meta .chips{display:inline-flex;flex-wrap:wrap;gap:6px}.wg-my-routes .wg-route-card__meta .chip{background:#eef5f6;color:#3f7d82;border-radius:999px;padding:2px 8px;font-size:12px}.wg-my-routes .wg-route-card__actions{margin-top:6px;display:grid;gap:8px;grid-template-columns:1fr}.wg-my-routes .wg-route-card__actions .btn{width:100%;min-height:42px}.wg-my-routes .wg-route-card__actions .btn-danger{background:#d9534f;color:#fff}.wg-my-routes .wg-route-card__actions .btn-ghost{background:rgba(0,0,0,0);border:1px solid #e5e7eb}.wg-my-routes__pagination{margin-top:14px;display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.wg-my-routes__pagination .pager{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:10px;border:1px solid #e5e7eb;cursor:pointer;font-weight:500;font-size:14px}.wg-my-routes__pagination .pager.is-active{background:#2d595c;border-color:#2d595c}.wg-my-routes__pagination .pager.is-disabled{opacity:.5;pointer-events:none}.flatpickr-calendar{margin-top:-25px}@media(min-width: 992px){.wg-my-routes__filters .grid.four{grid-template-columns:2fr 2fr 1fr .8fr}}@media(max-width: 768px){.wg-my-routes__filters .grid{align-items:stretch}.wg-my-routes__filters .grid.four{grid-template-columns:1fr;grid-auto-rows:auto}.wg-my-routes__filters .actions{position:sticky;bottom:0;z-index:2;padding-top:4px}.wg-my-routes__filters .actions .btn{height:48px;width:100%;border-radius:10px;font-weight:500}.wg-my-routes .wg-my-routes__list{position:relative}.wg-my-routes .wg-route-card__body{margin:0}.wg-my-routes .wg-route-card__header div{width:100%}.wg-my-routes .wg-route-card__header .wg-route-card__date{text-align:right;position:absolute;top:10px;right:10px;padding:10px;background:#fff;width:auto;border-radius:5px}.wg-my-routes .wg-route-card__actions{width:100%;grid-template-columns:1fr 1fr}.wg-my-routes .wg-route-card__actions .btn{width:auto;height:auto;min-height:auto;font-size:14px;font-weight:500}.wg-my-routes__pagination .pager:nth-child(2),.wg-my-routes__pagination .pager:nth-last-child(2){display:none}.flatpickr-calendar{margin-top:-40px}}@media(min-width: 768px){.wg-my-routes .wg-route-card{grid-template-columns:200px 1fr}.wg-my-routes .wg-route-card__media{aspect-ratio:auto;height:150px}.wg-my-routes .wg-route-card__actions{grid-template-columns:auto auto;justify-content:end}.wg-my-routes .wg-route-card__actions .btn{width:auto;padding:0 14px}.wg-my-routes__list{grid-template-columns:1fr 1fr}}.wg-plan-usage{display:grid;gap:20px}.wg-plan-usage #wg-plan-current-name,.wg-plan-usage #wg-plan-current-credits{color:#3f7d82}.wg-plan-usage__header{display:grid;gap:6px;margin-bottom:4px}.wg-plan-usage__header .wg-plan-usage__notice{padding:10px 15px;margin-top:10px;font-size:12px;color:#3f7d82;border-color:#3f7d82;border-style:solid;border-width:1px;border-radius:5px;width:fit-content}.wg-plan-usage__title{font-size:1.1rem}.wg-plan-usage__period{font-size:14px;color:#6b7280;margin-top:5px}.wg-plan-usage .pricing-cards{display:flex;gap:20px;flex-direction:row;flex-wrap:nowrap;justify-content:space-evenly;align-items:center}.wg-plan-usage .pricing-cards .pricing-card{position:relative;overflow:hidden;border:2px solid #e5e7eb;border-radius:14px;padding:20px;transition:all .25s ease;background:#fff}.wg-plan-usage .pricing-cards .pricing-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.06)}.wg-plan-usage .pricing-cards .pricing-card .plan-badge{position:absolute;top:12px;right:12px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;letter-spacing:.02em;text-transform:none;background:rgba(63,125,130,.12);color:#2a4f53;border:1px solid rgba(63,125,130,.18);box-shadow:0 1px 3px rgba(0,0,0,.06);pointer-events:none;user-select:none}.wg-plan-usage .pricing-cards .pricing-card .plan-title{margin:6px 0 2px;font-size:20px;line-height:1.25;font-weight:700;letter-spacing:.005em;color:#111827}.is-standard .wg-plan-usage .pricing-cards .pricing-card .plan-title{text-shadow:0 1px 0 hsla(0,0%,100%,.7)}.wg-plan-usage .pricing-cards .pricing-card .plan-price{margin:2px 0 10px;font-size:28px;line-height:1.1;font-weight:700;color:#0f172a;font-variant-numeric:tabular-nums}.wg-plan-usage .pricing-cards .pricing-card .plan-price .remark{font-size:15px;vertical-align:super;line-height:1;color:#6b7280;margin-left:-5px}.wg-plan-usage .pricing-cards .pricing-card .plan-price .remark::before{content:"*"}.wg-plan-usage .pricing-cards .pricing-card .plan-price .plan-period{margin-left:4px;font-size:13px;font-weight:500;color:#6b7280;vertical-align:baseline}.wg-plan-usage .pricing-cards .pricing-card div.remark{font-size:12px;font-weight:400;color:#6b7280;text-align:right;font-style:italic;width:100%}.wg-plan-usage .pricing-cards .pricing-card div.remark::before{content:"*"}.wg-plan-usage .pricing-cards .pricing-card .plan-action{margin-top:16px}.wg-plan-usage .pricing-cards .pricing-card.is-current .plan-btn{background:#3f7d82;color:#fff;border:none;border-radius:6px;padding:12px 28px;font-family:inherit;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s;text-decoration:none;display:inline-block}.wg-plan-usage .pricing-cards .pricing-card.is-current .plan-btn:hover{background:#2e595c}.wg-plan-usage .pricing-cards .pricing-card.is-current .plan-btn:disabled{background:#f5f5f5;border-color:#ddd;color:#999;cursor:default;box-shadow:none}.wg-plan-usage .pricing-cards .pricing-card:not(.is-current) .plan-btn.btn{display:inline-flex;align-items:center;justify-content:center;min-width:160px;min-height:40px;font-size:14px;font-weight:500;border-radius:8px;border:1px solid #3f7d82;background:#fff;color:#3f7d82;transition:all .2s ease;box-shadow:0 2px 6px rgba(0,0,0,.04)}.wg-plan-usage .pricing-cards .pricing-card:not(.is-current) .plan-btn.btn:hover{background:#3f7d82;color:#fff;transform:translateY(-1px);box-shadow:0 4px 10px rgba(63,125,130,.25)}.wg-plan-usage .pricing-cards .pricing-card:not(.is-current) .plan-btn.btn:active{transform:translateY(0);box-shadow:0 2px 6px rgba(63,125,130,.2)}.wg-plan-usage .pricing-cards .pricing-card:not(.is-current) .plan-btn.btn:disabled{background:#f5f5f5;border-color:#ddd;color:#999;cursor:default;box-shadow:none}.wg-plan-usage .wg-topup__list{display:flex;flex-wrap:wrap;gap:10px}.wg-plan-usage .wg-plan-usage__actions{margin-top:10px}.wg-plan-usage .wg-plan-usage__actions .btn{font-size:14px;padding:10px 15px;font-weight:500}.wg-plan-usage .btn-topup{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:10px;border:1px solid #e5e7eb;text-decoration:none;font-weight:600}.wg-plan-usage .btn-topup:hover{border-color:#d1d5db}.wg-plan-usage .wg-manage-billing.is-hidden{display:none}.wg-modal{position:fixed;inset:0;display:none;background:rgba(0,0,0,.4);z-index:999}.wg-modal.is-open{display:block}.wg-modal .wg-modal__dialog{position:absolute;inset:0;margin:auto;width:min(560px,92vw);background:#fff;border-radius:14px;box-shadow:0 10px 30px rgba(0,0,0,.15);padding:20px 20px 16px;max-height:400px;overflow:auto}.wg-modal .wg-modal__close{position:absolute;top:10px;right:10px;border:0;background:rgba(0,0,0,0);font-size:22px;line-height:1;cursor:pointer;color:#6b7280}.wg-modal .wg-modal__title{margin:6px 0 6px;font-size:20px;font-weight:700}.wg-modal .wg-modal__desc{margin:0 0 14px;color:#4b5563;font-size:14px}.wg-modal .wg-topup__list{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:10px}.wg-modal .wg-modal__foot{position:absolute;bottom:20px;left:20px;right:20px;text-align:right}.wg-modal .btn{font-size:14px;font-weight:500;padding:10px 15px}@media(max-width: 768px){.wg-plan-usage .pricing-cards{flex-direction:column;align-items:stretch}}.wg-user{--rail-w: 240px;--rail-w-collapsed: 72px;display:grid;grid-template-columns:var(--rail-w) 1fr;gap:0;min-height:70vh}body.wg-rail-collapsed .wg-user{grid-template-columns:var(--rail-w-collapsed) 1fr}.wg-user__rail{border-right:1px solid rgba(44,45,47,.12);background:#fafafa;padding:14px 12px;display:flex;flex-direction:column;min-height:70vh}.rail__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.rail__brand{display:inline-flex;align-items:center;gap:8px;color:#2c2d2f;text-decoration:none}.rail__brand .logo{height:25px;display:block}.rail__toggle{width:36px;height:36px;border-radius:10px;border:1px solid rgba(44,45,47,.12);background:#fff;cursor:pointer;color:#2c2d2f;padding:0;font-size:12px;font-weight:400}.rail__toggle:hover{color:#fff}.rail__nav{display:grid;gap:4px;margin-top:8px}.rail__link{display:grid;grid-template-columns:28px 1fr;align-items:center;gap:10px;padding:10px 8px;border-radius:10px;color:#2c2d2f;text-decoration:none}.rail__link:hover{background:rgba(63,125,130,.08)}.rail__link.is-active{background:rgba(63,125,130,.12);font-weight:700}.rail__icon{text-align:center;font-size:18px}.rail__text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width: 768px){body.wg-rail-collapsed .rail__toggle{margin:0 auto}body.wg-rail-collapsed .rail__brand{display:none}body.wg-rail-collapsed .rail__text{display:none}body.wg-rail-collapsed .rail__legal{display:none}body.wg-rail-collapsed .rail__nav .rail__link{grid-template-columns:auto}}.rail__legal{margin-top:auto;padding-top:12px}.auth-legal{color:rgba(44,45,47,.65);font-size:.78rem;line-height:1.45;margin:10px 4px 0}.auth-legal a{color:#3f7d82;text-decoration:underline}.auth-legal a:hover{color:rgb(58.59,116.25,120.9)}.wg-user__main{padding:20px;min-width:0}.wg-user__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.wg-user__title{margin:0;font-size:1.5rem;color:#2c2d2f;font-weight:800}.wg-usage{display:inline-grid;grid-template-columns:auto 1fr;align-items:center;gap:10px}.wg-usage__label{color:rgba(44,45,47,.65);font-size:.9rem}.wg-usage__ring{--wg-usage-color: $brand;--wg-usage-deg: 0deg;width:56px;height:56px;border-radius:50%;position:relative;background:conic-gradient(from 0deg, var(--wg-usage-color) var(--wg-usage-deg), rgba(44, 45, 47, 0.12) 0deg)}.wg-usage__ring::before{content:"";position:absolute;inset:4px;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 1px rgba(44,45,47,.12)}.wg-usage__value{position:absolute;inset:0;display:grid;place-items:center;font-weight:800;color:#2c2d2f;font-size:.95rem}.wg-user__content{background:#fff;border:1px solid rgba(44,45,47,.12);border-radius:16px;padding:16px;min-height:40vh}@media(max-width: 768px){.wg-user{display:flex;flex-direction:column}.wg-routes-page .wg-user__content{padding:0}.wg-user__rail{position:relative;top:0;left:0;width:100%;height:auto;transform:none;box-shadow:inset 0 0 0 1px rgba(44,45,47,.12);padding:15px 15px;background:#fafafa;display:flex;flex-direction:column;z-index:1;min-height:auto;margin-left:20px;margin-right:20px;max-width:-webkit-fill-available;max-width:-moz-available;max-width:fill-available;border-radius:20px;border:1px solid rgba(44,45,47,.12)}.rail__top{display:none}.rail__nav{display:flex;flex-wrap:wrap;gap:8px;margin-top:0}.rail__link{display:block;flex:1 1 auto;grid-template-columns:0 auto;padding:8px 10px;border-radius:8px;text-align:center}.rail__icon{font-size:1.2em}.rail__text{display:none}.rail__legal{display:none}}body.wg-user-not-loaded .wg-usage__ring,body.wg-user-not-loaded .wg-usage__ring::before,body.wg-routes-history-not-loaded .wg-usage__ring,body.wg-routes-history-not-loaded .wg-usage__ring::before,body.wg-route-not-loaded .wg-usage__ring,body.wg-route-not-loaded .wg-usage__ring::before,body.wg-request-in-progress .wg-usage__ring,body.wg-request-in-progress .wg-usage__ring::before{position:relative;overflow:hidden;background:linear-gradient(90deg, rgba(63, 125, 130, 0.15) 0%, rgba(63, 125, 130, 0.45) 50%, rgba(63, 125, 130, 0.15) 100%);background-size:200% 100%;border-radius:50%;animation:wg-shimmer 1.4s ease-in-out infinite}body.wg-user-not-loaded .wg-user__content,body.wg-routes-history-not-loaded .wg-user__content,body.wg-route-not-loaded .wg-user__content,body.wg-request-in-progress .wg-user__content{position:relative;overflow:hidden;background:linear-gradient(90deg, rgba(63, 125, 130, 0.15) 0%, rgba(63, 125, 130, 0.45) 50%, rgba(63, 125, 130, 0.15) 100%);background-size:200% 100%;animation:wg-shimmer 1.4s ease-in-out infinite}body.wg-user-not-loaded .wg-account .wg-connected,body.wg-user-not-loaded .wg-account .wg-account-email,body.wg-user-not-loaded .wg-account input,body.wg-user-not-loaded .wg-account button,body.wg-user-not-loaded .wg-account .checkbox-row,body.wg-routes-history-not-loaded .wg-account .wg-connected,body.wg-routes-history-not-loaded .wg-account .wg-account-email,body.wg-routes-history-not-loaded .wg-account input,body.wg-routes-history-not-loaded .wg-account button,body.wg-routes-history-not-loaded .wg-account .checkbox-row,body.wg-route-not-loaded .wg-account .wg-connected,body.wg-route-not-loaded .wg-account .wg-account-email,body.wg-route-not-loaded .wg-account input,body.wg-route-not-loaded .wg-account button,body.wg-route-not-loaded .wg-account .checkbox-row,body.wg-request-in-progress .wg-account .wg-connected,body.wg-request-in-progress .wg-account .wg-account-email,body.wg-request-in-progress .wg-account input,body.wg-request-in-progress .wg-account button,body.wg-request-in-progress .wg-account .checkbox-row{position:relative !important;overflow:hidden !important;background:linear-gradient(90deg, rgba(63, 125, 130, 0.15) 0%, rgba(63, 125, 130, 0.45) 50%, rgba(63, 125, 130, 0.15) 100%) !important;background-size:200% 100% !important;animation:wg-shimmer 1.4s ease-in-out infinite !important}body.wg-user-not-loaded .wg-account input,body.wg-user-not-loaded .wg-account button,body.wg-user-not-loaded .wg-account .checkbox-row,body.wg-routes-history-not-loaded .wg-account input,body.wg-routes-history-not-loaded .wg-account button,body.wg-routes-history-not-loaded .wg-account .checkbox-row,body.wg-route-not-loaded .wg-account input,body.wg-route-not-loaded .wg-account button,body.wg-route-not-loaded .wg-account .checkbox-row,body.wg-request-in-progress .wg-account input,body.wg-request-in-progress .wg-account button,body.wg-request-in-progress .wg-account .checkbox-row{pointer-events:none !important}body.wg-user-not-loaded .wg-route input,body.wg-user-not-loaded .wg-route button,body.wg-user-not-loaded .wg-route select,body.wg-user-not-loaded .wg-route textarea,body.wg-user-not-loaded .wg-route a.btn,body.wg-routes-history-not-loaded .wg-route input,body.wg-routes-history-not-loaded .wg-route button,body.wg-routes-history-not-loaded .wg-route select,body.wg-routes-history-not-loaded .wg-route textarea,body.wg-routes-history-not-loaded .wg-route a.btn,body.wg-route-not-loaded .wg-route input,body.wg-route-not-loaded .wg-route button,body.wg-route-not-loaded .wg-route select,body.wg-route-not-loaded .wg-route textarea,body.wg-route-not-loaded .wg-route a.btn,body.wg-request-in-progress .wg-route input,body.wg-request-in-progress .wg-route button,body.wg-request-in-progress .wg-route select,body.wg-request-in-progress .wg-route textarea,body.wg-request-in-progress .wg-route a.btn{background:linear-gradient(90deg, rgba(63, 125, 130, 0.15) 0%, rgba(63, 125, 130, 0.45) 50%, rgba(63, 125, 130, 0.15) 100%) !important;background-size:200% 100% !important;animation:wg-shimmer 1.4s ease-in-out infinite !important;pointer-events:none !important}body.wg-user-not-loaded .wg-route input:not(#gen-locate,#gen-country),body.wg-user-not-loaded .wg-route button:not(#gen-locate,#gen-country),body.wg-user-not-loaded .wg-route select:not(#gen-locate,#gen-country),body.wg-user-not-loaded .wg-route textarea:not(#gen-locate,#gen-country),body.wg-user-not-loaded .wg-route a.btn:not(#gen-locate,#gen-country),body.wg-routes-history-not-loaded .wg-route input:not(#gen-locate,#gen-country),body.wg-routes-history-not-loaded .wg-route button:not(#gen-locate,#gen-country),body.wg-routes-history-not-loaded .wg-route select:not(#gen-locate,#gen-country),body.wg-routes-history-not-loaded .wg-route textarea:not(#gen-locate,#gen-country),body.wg-routes-history-not-loaded .wg-route a.btn:not(#gen-locate,#gen-country),body.wg-route-not-loaded .wg-route input:not(#gen-locate,#gen-country),body.wg-route-not-loaded .wg-route button:not(#gen-locate,#gen-country),body.wg-route-not-loaded .wg-route select:not(#gen-locate,#gen-country),body.wg-route-not-loaded .wg-route textarea:not(#gen-locate,#gen-country),body.wg-route-not-loaded .wg-route a.btn:not(#gen-locate,#gen-country),body.wg-request-in-progress .wg-route input:not(#gen-locate,#gen-country),body.wg-request-in-progress .wg-route button:not(#gen-locate,#gen-country),body.wg-request-in-progress .wg-route select:not(#gen-locate,#gen-country),body.wg-request-in-progress .wg-route textarea:not(#gen-locate,#gen-country),body.wg-request-in-progress .wg-route a.btn:not(#gen-locate,#gen-country){position:relative !important;overflow:hidden !important}body.wg-user-not-loaded .wg-my-routes input,body.wg-user-not-loaded .wg-my-routes button,body.wg-user-not-loaded .wg-my-routes select,body.wg-user-not-loaded .wg-my-routes textarea,body.wg-user-not-loaded .wg-my-routes .wg-route-card,body.wg-routes-history-not-loaded .wg-my-routes input,body.wg-routes-history-not-loaded .wg-my-routes button,body.wg-routes-history-not-loaded .wg-my-routes select,body.wg-routes-history-not-loaded .wg-my-routes textarea,body.wg-routes-history-not-loaded .wg-my-routes .wg-route-card,body.wg-route-not-loaded .wg-my-routes input,body.wg-route-not-loaded .wg-my-routes button,body.wg-route-not-loaded .wg-my-routes select,body.wg-route-not-loaded .wg-my-routes textarea,body.wg-route-not-loaded .wg-my-routes .wg-route-card,body.wg-request-in-progress .wg-my-routes input,body.wg-request-in-progress .wg-my-routes button,body.wg-request-in-progress .wg-my-routes select,body.wg-request-in-progress .wg-my-routes textarea,body.wg-request-in-progress .wg-my-routes .wg-route-card{background:linear-gradient(90deg, rgba(63, 125, 130, 0.15) 0%, rgba(63, 125, 130, 0.45) 50%, rgba(63, 125, 130, 0.15) 100%) !important;background-size:200% 100% !important;animation:wg-shimmer 1.4s ease-in-out infinite !important;pointer-events:none !important}body.wg-user-not-loaded .wg-my-routes input:not(#gen-locate,#gen-country),body.wg-user-not-loaded .wg-my-routes button:not(#gen-locate,#gen-country),body.wg-user-not-loaded .wg-my-routes select:not(#gen-locate,#gen-country),body.wg-user-not-loaded .wg-my-routes textarea:not(#gen-locate,#gen-country),body.wg-user-not-loaded .wg-my-routes .wg-route-card:not(#gen-locate,#gen-country),body.wg-routes-history-not-loaded .wg-my-routes input:not(#gen-locate,#gen-country),body.wg-routes-history-not-loaded .wg-my-routes button:not(#gen-locate,#gen-country),body.wg-routes-history-not-loaded .wg-my-routes select:not(#gen-locate,#gen-country),body.wg-routes-history-not-loaded .wg-my-routes textarea:not(#gen-locate,#gen-country),body.wg-routes-history-not-loaded .wg-my-routes .wg-route-card:not(#gen-locate,#gen-country),body.wg-route-not-loaded .wg-my-routes input:not(#gen-locate,#gen-country),body.wg-route-not-loaded .wg-my-routes button:not(#gen-locate,#gen-country),body.wg-route-not-loaded .wg-my-routes select:not(#gen-locate,#gen-country),body.wg-route-not-loaded .wg-my-routes textarea:not(#gen-locate,#gen-country),body.wg-route-not-loaded .wg-my-routes .wg-route-card:not(#gen-locate,#gen-country),body.wg-request-in-progress .wg-my-routes input:not(#gen-locate,#gen-country),body.wg-request-in-progress .wg-my-routes button:not(#gen-locate,#gen-country),body.wg-request-in-progress .wg-my-routes select:not(#gen-locate,#gen-country),body.wg-request-in-progress .wg-my-routes textarea:not(#gen-locate,#gen-country),body.wg-request-in-progress .wg-my-routes .wg-route-card:not(#gen-locate,#gen-country){position:relative !important;overflow:hidden !important}body.wg-user-not-loaded .wg-plan-usage input,body.wg-user-not-loaded .wg-plan-usage button,body.wg-user-not-loaded .wg-plan-usage select,body.wg-user-not-loaded .wg-plan-usage textarea,body.wg-routes-history-not-loaded .wg-plan-usage input,body.wg-routes-history-not-loaded .wg-plan-usage button,body.wg-routes-history-not-loaded .wg-plan-usage select,body.wg-routes-history-not-loaded .wg-plan-usage textarea,body.wg-route-not-loaded .wg-plan-usage input,body.wg-route-not-loaded .wg-plan-usage button,body.wg-route-not-loaded .wg-plan-usage select,body.wg-route-not-loaded .wg-plan-usage textarea,body.wg-request-in-progress .wg-plan-usage input,body.wg-request-in-progress .wg-plan-usage button,body.wg-request-in-progress .wg-plan-usage select,body.wg-request-in-progress .wg-plan-usage textarea{background:linear-gradient(90deg, rgba(63, 125, 130, 0.15) 0%, rgba(63, 125, 130, 0.45) 50%, rgba(63, 125, 130, 0.15) 100%) !important;background-size:200% 100% !important;animation:wg-shimmer 1.4s ease-in-out infinite !important;pointer-events:none !important}body.wg-user-not-loaded .wg-plan-usage input:not(#gen-locate,#gen-country),body.wg-user-not-loaded .wg-plan-usage button:not(#gen-locate,#gen-country),body.wg-user-not-loaded .wg-plan-usage select:not(#gen-locate,#gen-country),body.wg-user-not-loaded .wg-plan-usage textarea:not(#gen-locate,#gen-country),body.wg-routes-history-not-loaded .wg-plan-usage input:not(#gen-locate,#gen-country),body.wg-routes-history-not-loaded .wg-plan-usage button:not(#gen-locate,#gen-country),body.wg-routes-history-not-loaded .wg-plan-usage select:not(#gen-locate,#gen-country),body.wg-routes-history-not-loaded .wg-plan-usage textarea:not(#gen-locate,#gen-country),body.wg-route-not-loaded .wg-plan-usage input:not(#gen-locate,#gen-country),body.wg-route-not-loaded .wg-plan-usage button:not(#gen-locate,#gen-country),body.wg-route-not-loaded .wg-plan-usage select:not(#gen-locate,#gen-country),body.wg-route-not-loaded .wg-plan-usage textarea:not(#gen-locate,#gen-country),body.wg-request-in-progress .wg-plan-usage input:not(#gen-locate,#gen-country),body.wg-request-in-progress .wg-plan-usage button:not(#gen-locate,#gen-country),body.wg-request-in-progress .wg-plan-usage select:not(#gen-locate,#gen-country),body.wg-request-in-progress .wg-plan-usage textarea:not(#gen-locate,#gen-country){position:relative !important;overflow:hidden !important}body.wg-user-not-loaded .wg-usage__value,body.wg-routes-history-not-loaded .wg-usage__value,body.wg-route-not-loaded .wg-usage__value,body.wg-request-in-progress .wg-usage__value{position:relative;color:rgba(0,0,0,0);height:100%}body.wg-user-not-loaded .wg-usage__value:before,body.wg-routes-history-not-loaded .wg-usage__value:before,body.wg-route-not-loaded .wg-usage__value:before,body.wg-request-in-progress .wg-usage__value:before{content:"0%";position:absolute;inset:0;display:inline-flex;align-items:center;justify-content:center;color:#2c2d2f}@keyframes wg-shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}.verify-overlay{position:fixed;inset:0;z-index:10050;display:none}.verify-overlay.is-open{display:flex;align-items:center;justify-content:center}.verify-overlay__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.6);backdrop-filter:blur(2px)}.verify-overlay__content{position:relative;z-index:1;background:#fff;color:#2c2d2f;max-width:600px;width:92%;padding:22px 20px;border-radius:14px;box-shadow:0 10px 26px rgba(0,0,0,.22);animation:fadeInUp .25s ease;text-align:left}.verify-overlay__title{font-size:1.25rem;font-weight:800;color:#3f7d82;margin:0 0 10px}.verify-overlay__text{font-size:.98rem;line-height:1.5;color:#4b5b5d;margin:0}.verify-overlay__text a{color:#3f7d82;text-decoration:underline}.verify-overlay__text a:hover{color:#2c2d2f}.verify-overlay__email{display:inline-flex;gap:6px;align-items:baseline;padding:8px 10px;background:#f7fafc;border:1px dashed #cbd5e0;border-radius:10px;margin:15px 0 15px}.verify-overlay__email-label{color:#4b5b5d}.verify-overlay__error{color:#d9534f;margin:8px 0 0;padding:5px 10px;border-radius:5px;border-color:#d9534f;border-style:solid;border-width:1px}.verify-overlay__success{color:#2f855a;margin:8px 0 0;padding:5px 10px;border-radius:5px;border-color:#2f855a;border-style:solid;border-width:1px}.verify-overlay__actions{margin-top:14px;display:flex;justify-content:space-between;flex-direction:row;flex-wrap:nowrap;align-items:center}.verify-overlay__actions .btn-primary{background:#3f7d82;color:#fff;border:none}.verify-overlay__actions .btn-primary:hover{filter:brightness(0.95)}.verify-overlay__actions .btn-primary:disabled{opacity:.6;cursor:not-allowed}.verify-overlay__actions .btn-primary .spinner{display:inline-block;width:18px;height:18px;border:2px solid hsla(0,0%,100%,.45);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;vertical-align:-3px;margin-right:8px}.verify-overlay__actions .btn-ghost{background:rgba(0,0,0,0);border:1px solid #e2e8f0;color:#2c2d2f}.verify-overlay__actions .btn-ghost:hover{background:#f8fafc}.verify-overlay__actions .btn-ghost:disabled{opacity:.6;cursor:not-allowed}.verify-overlay__actions .btn-ghost .spinner{display:inline-block;width:18px;height:18px;border:2px solid hsla(0,0%,100%,.45);border-top-color:#3f7d82;border-radius:50%;animation:spin .8s linear infinite;vertical-align:-3px;margin-right:8px}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width: 768px){.verify-overlay__actions{flex-direction:column;gap:15px}.verify-overlay__actions .btn{width:100%}}

/*# sourceMappingURL=user.css.map*/