.widget-container.svelte-gczoum{position:relative;padding:12px;height:100vh;display:flex;flex-direction:column;gap:8px;box-sizing:border-box;overflow:hidden}.widget-header.svelte-gczoum{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;min-height:clamp(24px,5vh,32px)}.dismiss-button.svelte-gczoum{width:28px;height:28px;padding:0;margin-left:auto;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:6px;cursor:pointer;color:var(--widget-text-secondary);transition:all .15s}.dismiss-button.svelte-gczoum:hover{background:var(--widget-border);color:var(--widget-text)}.dismiss-button.svelte-gczoum:focus{outline:2px solid var(--widget-accent);outline-offset:2px}.dismiss-button.svelte-gczoum svg:where(.svelte-gczoum){width:16px;height:16px}.country-interstitial.svelte-gczoum{display:flex;flex-direction:column;gap:16px;padding:8px 0}.interstitial-prompt.svelte-gczoum{text-align:center}.interstitial-prompt.svelte-gczoum p:where(.svelte-gczoum){margin:0 0 4px;font-size:16px;font-weight:500;color:var(--widget-text)}.interstitial-hint.svelte-gczoum{font-size:13px;color:var(--widget-text-secondary)}.interstitial-picker.svelte-gczoum{background:var(--widget-bg);border:1px solid var(--widget-border);border-radius:8px;overflow:hidden}.interstitial-picker.svelte-gczoum .search-input:where(.svelte-gczoum){border-radius:8px 8px 0 0}.interstitial-picker.svelte-gczoum .country-list:where(.svelte-gczoum){max-height:200px;overflow-y:auto}.country-picker.svelte-gczoum,.country-picker.minimal.svelte-gczoum{position:relative}.picker-button-minimal.svelte-gczoum{display:flex;align-items:center;gap:6px;min-height:44px;padding:8px 12px;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:background-color .15s}.picker-button-minimal.svelte-gczoum:hover{background:var(--widget-border)}.picker-button-minimal.svelte-gczoum:focus{outline:2px solid var(--widget-accent);outline-offset:2px}.picker-button-minimal.svelte-gczoum .flag:where(.svelte-gczoum){font-size:16px;line-height:1}.picker-country-name.svelte-gczoum{font-size:13px;color:var(--widget-text-secondary)}.country-picker.minimal.svelte-gczoum .picker-dropdown:where(.svelte-gczoum){top:auto;bottom:calc(100% + 4px);left:0;right:auto;min-width:250px;max-height:calc(100vh - 120px)}.flag.svelte-gczoum{font-size:18px;line-height:1}.country-name.svelte-gczoum{flex:1;text-align:left}.picker-dropdown.svelte-gczoum{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--widget-bg);border:1px solid var(--widget-border);border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:100;max-height:280px;display:flex;flex-direction:column}.picker-dropdown-header.svelte-gczoum{display:none;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--widget-border);flex-shrink:0}.picker-dropdown-title.svelte-gczoum{font-weight:500;font-size:15px;color:var(--widget-text)}.picker-dropdown-close.svelte-gczoum{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;border-radius:6px;color:var(--widget-text-secondary);cursor:pointer;transition:all .15s}.picker-dropdown-close.svelte-gczoum:hover{background:var(--widget-border);color:var(--widget-text)}.picker-dropdown-close.svelte-gczoum svg:where(.svelte-gczoum){width:18px;height:18px}.search-input.svelte-gczoum{padding:10px 12px;border:none;border-bottom:1px solid var(--widget-border);background:transparent;font-size:14px;color:var(--widget-text);outline:none}.search-input.svelte-gczoum::placeholder{color:var(--widget-text-secondary)}.country-list.svelte-gczoum{overflow-y:auto;flex:1}.country-option.svelte-gczoum{width:100%;display:flex;align-items:center;gap:10px;min-height:48px;padding:12px 14px;background:transparent;border:none;cursor:pointer;font-size:15px;color:var(--widget-text);text-align:left;transition:background-color .1s}.country-option.svelte-gczoum:hover,.country-option.highlighted.svelte-gczoum{background:var(--widget-border)}.country-option.selected.svelte-gczoum{background:color-mix(in srgb,var(--widget-accent) 15%,transparent)}.country-option.highlighted.selected.svelte-gczoum{background:color-mix(in srgb,var(--widget-accent) 25%,transparent)}.no-results.svelte-gczoum{padding:16px;text-align:center;color:var(--widget-text-secondary);font-size:14px}.resources-container.svelte-gczoum{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.slide-container.svelte-gczoum{flex:1;display:flex;min-height:0;position:relative}.panel.svelte-gczoum{flex:0 0 100%;display:flex;flex-direction:column;min-height:0;transition:transform .25s ease-out}.hero-panel.svelte-gczoum{display:flex;flex-direction:column;justify-content:center;gap:12px}.hero-bottom-row.svelte-gczoum{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:8px}.list-panel.svelte-gczoum{position:absolute;top:0;left:100%;right:-100%;bottom:0;background:var(--widget-bg)}.slide-container.show-list.svelte-gczoum .hero-panel:where(.svelte-gczoum){transform:translate(-100%)}.slide-container.show-list.svelte-gczoum .list-panel:where(.svelte-gczoum){transform:translate(-100%)}.see-more-trigger.svelte-gczoum{flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:6px;min-height:44px;padding:10px 16px;background:transparent;border:1px solid var(--widget-border);border-radius:8px;color:var(--widget-text-secondary);font-size:clamp(12px,2.5vh,14px);cursor:pointer;transition:all .15s;margin-left:auto}.see-more-trigger.svelte-gczoum:hover{border-color:var(--widget-accent);color:var(--widget-text);background:var(--widget-border)}.see-more-trigger.svelte-gczoum:focus{outline:2px solid var(--widget-accent);outline-offset:2px}.see-more-trigger.svelte-gczoum svg:where(.svelte-gczoum){width:16px;height:16px}.back-button.svelte-gczoum{flex-shrink:0;display:flex;align-items:center;gap:6px;min-height:44px;padding:10px 14px;margin-bottom:clamp(4px,1vh,8px);background:transparent;border:none;border-radius:8px;color:var(--widget-text-secondary);font-size:clamp(12px,2.5vh,14px);cursor:pointer;transition:all .15s}.back-button.svelte-gczoum:hover{color:var(--widget-text);background:var(--widget-border)}.back-button.svelte-gczoum:focus{outline:2px solid var(--widget-accent);outline-offset:2px}.back-button.svelte-gczoum svg:where(.svelte-gczoum){width:16px;height:16px}.resource-list-scroll.svelte-gczoum{flex:1;display:flex;flex-direction:column;gap:clamp(3px,.8vh,6px);overflow-y:auto;min-height:0}.list-item.svelte-gczoum{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:clamp(6px,1.5vh,10px) clamp(8px,2vw,12px);background:var(--widget-bg);border:1px solid var(--widget-border);border-radius:6px;gap:8px}.list-item-info.svelte-gczoum{display:flex;align-items:center;gap:6px;min-width:0;flex:1}.list-item-name.svelte-gczoum{font-size:clamp(11px,2.5vh,13px);font-weight:500;color:var(--widget-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list-item-badge.svelte-gczoum{flex-shrink:0;padding:1px 4px;background:var(--widget-primary);color:#fff;font-size:clamp(8px,1.8vh,9px);font-weight:600;border-radius:3px}.status-open.svelte-gczoum{background:#22c55e!important;color:#fff!important}.status-closed.svelte-gczoum{background:#ef4444!important;color:#fff!important}.hero-availability.status-open.svelte-gczoum{color:#22c55e;background:transparent!important}.hero-availability.status-closed.svelte-gczoum{color:#ef4444;background:transparent!important}.list-item-actions.svelte-gczoum{display:flex;gap:clamp(3px,.8vw,5px);flex-shrink:0}.list-item-action.svelte-gczoum{display:flex;align-items:center;justify-content:center;width:clamp(36px,8vh,44px);height:clamp(36px,8vh,44px);background:var(--widget-border);color:var(--widget-text);border:none;border-radius:8px;cursor:pointer;text-decoration:none;transition:background-color .15s}.list-item-action.svelte-gczoum:hover{background:color-mix(in srgb,var(--widget-border) 70%,var(--widget-accent))}.list-item-action.svelte-gczoum svg:where(.svelte-gczoum){width:clamp(16px,3vh,18px);height:clamp(16px,3vh,18px)}.list-item-action.svelte-gczoum:focus{outline:2px solid var(--widget-accent);outline-offset:2px}.resources-list.svelte-gczoum{display:flex;flex-direction:column;gap:8px}.loading.svelte-gczoum,.error.svelte-gczoum,.empty.svelte-gczoum{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;text-align:center;color:var(--widget-text-secondary);font-size:clamp(12px,3vh,14px)}.loading.svelte-gczoum{gap:clamp(8px,2vh,12px)}.spinner.svelte-gczoum{width:24px;height:24px;border:2px solid var(--widget-border);border-top-color:var(--widget-accent);border-radius:50%;animation:svelte-gczoum-spin .8s linear infinite}@keyframes svelte-gczoum-spin{to{transform:rotate(360deg)}}.error.svelte-gczoum{color:#ef4444}.resource-card.svelte-gczoum{background:var(--widget-bg);border:1px solid var(--widget-border);border-radius:8px;overflow:hidden}.resource-header.svelte-gczoum{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px;background:transparent;border:none;cursor:pointer;text-align:left}.resource-main.svelte-gczoum{display:flex;flex-direction:column;align-items:flex-start;gap:2px;flex:1;min-width:0}.resource-name-group.svelte-gczoum{display:flex;align-items:center;gap:8px}.resource-name.svelte-gczoum{font-weight:500;font-size:14px;color:var(--widget-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.resource-tagline.svelte-gczoum{font-size:12px;color:var(--widget-text-secondary);opacity:.85}.badge-247.svelte-gczoum{flex-shrink:0;padding:2px 6px;background:var(--widget-primary);color:#fff;font-size:10px;font-weight:600;border-radius:4px;text-transform:uppercase}.expand-icon.svelte-gczoum{width:16px;height:16px;color:var(--widget-text-secondary);transition:transform .15s;flex-shrink:0}.expand-icon.rotated.svelte-gczoum{transform:rotate(180deg)}.resource-name-local.svelte-gczoum{padding:0 12px 4px;margin:0;font-size:13px;color:var(--widget-text-secondary);font-style:italic}.resource-description.svelte-gczoum{padding:0 12px 8px;margin:0;font-size:13px;color:var(--widget-text-secondary);line-height:1.4}.resource-tags.svelte-gczoum{display:flex;flex-wrap:wrap;gap:4px;padding:0 12px 10px}.scope-tag.svelte-gczoum,.population-tag.svelte-gczoum{display:inline-block;padding:2px 8px;font-size:11px;border-radius:12px}.scope-tag.svelte-gczoum{background:color-mix(in srgb,var(--widget-accent) 15%,transparent);color:var(--widget-accent)}.population-tag.svelte-gczoum{background:var(--widget-border);color:var(--widget-text-secondary)}.resource-actions.svelte-gczoum{display:flex;flex-wrap:wrap;gap:6px;padding:0 12px 12px}.action-button.svelte-gczoum{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:6px;font-size:13px;font-weight:500;text-decoration:none;cursor:pointer;border:none;transition:opacity .15s}.action-button.svelte-gczoum:hover{opacity:.85}.action-phone.svelte-gczoum{background:var(--widget-primary);color:#fff}.action-text.svelte-gczoum{background:#3b82f6;color:#fff}.action-chat.svelte-gczoum{background:#8b5cf6;color:#fff}.action-web.svelte-gczoum{background:var(--widget-border);color:var(--widget-text)}.action-email.svelte-gczoum{background:#f59e0b;color:#fff}.action-telegram.svelte-gczoum{background:#08c;color:#fff}.action-line.svelte-gczoum{background:#00b900;color:#fff}.action-wechat.svelte-gczoum{background:#07c160;color:#fff;cursor:default}.text-instructions.svelte-gczoum{padding:8px 12px 12px;font-size:12px;color:var(--widget-text-secondary);background:var(--widget-border);margin:0 12px 12px;border-radius:4px}.hero-card.svelte-gczoum{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:clamp(8px,2.5vh,16px);background:var(--widget-bg);padding:clamp(16px,5vh,28px) clamp(16px,5vw,28px);text-align:center;min-height:0}.hero-header.svelte-gczoum{display:flex;flex-direction:column;align-items:center;gap:clamp(2px,.5vh,4px)}.hero-name.svelte-gczoum{font-size:clamp(14px,3.5vh,18px);font-weight:600;color:var(--widget-text);line-height:1.2}.hero-tagline.svelte-gczoum{font-size:clamp(11px,2.5vh,13px);color:var(--widget-text-secondary)}.hero-phone.svelte-gczoum{font-size:clamp(24px,7vh,36px);font-weight:700;color:var(--widget-primary);text-decoration:none;letter-spacing:.02em;transition:opacity .15s}.hero-phone.svelte-gczoum:hover{opacity:.8}.hero-availability.svelte-gczoum{font-size:clamp(11px,2.5vh,13px);color:var(--widget-primary)}.hero-actions.svelte-gczoum{display:flex;justify-content:center;flex-wrap:wrap;gap:clamp(6px,1.5vw,10px)}.hero-action.svelte-gczoum{display:flex;align-items:center;justify-content:center;gap:clamp(4px,1vw,6px);min-height:44px;height:clamp(44px,9vh,48px);padding:0 clamp(14px,3.5vw,18px);background:var(--widget-border);color:var(--widget-text);border:none;border-radius:8px;cursor:pointer;text-decoration:none;transition:background-color .15s,transform .1s}.hero-action.svelte-gczoum:hover{background:color-mix(in srgb,var(--widget-border) 70%,var(--widget-accent))}.hero-action.svelte-gczoum:focus{outline:2px solid var(--widget-accent);outline-offset:2px}.hero-action.svelte-gczoum:active{transform:scale(.97)}.hero-action.svelte-gczoum svg:where(.svelte-gczoum){width:clamp(16px,3.5vh,20px);height:clamp(16px,3.5vh,20px);flex-shrink:0}.hero-action.svelte-gczoum .action-label:where(.svelte-gczoum){font-size:clamp(12px,2.5vh,14px);font-weight:500}.hero-action-primary.svelte-gczoum{background:var(--widget-primary);color:#fff}.hero-action-primary.svelte-gczoum:hover{background:color-mix(in srgb,var(--widget-primary) 85%,black)}.compact-card.svelte-gczoum{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:var(--widget-bg);border:1px solid var(--widget-border);border-radius:8px}.compact-info.svelte-gczoum{display:flex;flex-direction:column;gap:2px;min-width:0}.compact-name-row.svelte-gczoum{display:flex;align-items:center;gap:6px}.compact-name.svelte-gczoum{font-size:13px;font-weight:500;color:var(--widget-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.compact-tagline.svelte-gczoum{font-size:11px;color:var(--widget-text-secondary);opacity:.8}.compact-badge.svelte-gczoum{flex-shrink:0;padding:2px 5px;background:var(--widget-primary);color:#fff;font-size:9px;font-weight:600;border-radius:3px}.compact-actions.svelte-gczoum{display:flex;gap:6px;flex-shrink:0}.compact-action.svelte-gczoum{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--widget-border);color:var(--widget-text);border:none;border-radius:6px;cursor:pointer;text-decoration:none;transition:background-color .15s}.compact-action.svelte-gczoum:hover{background:color-mix(in srgb,var(--widget-border) 70%,var(--widget-accent))}.compact-action.svelte-gczoum svg:where(.svelte-gczoum){width:16px;height:16px}.alternatives-section.svelte-gczoum{margin-top:16px}.alternatives-label.svelte-gczoum{font-size:12px;color:var(--widget-text-secondary);margin-bottom:8px;text-align:center}.alternatives-grid.svelte-gczoum{display:flex;flex-direction:column;gap:6px}.alternatives-grid.secondary.svelte-gczoum{margin-top:6px;padding-top:6px;border-top:1px dashed var(--widget-border)}.show-more-button.svelte-gczoum{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;margin-top:10px;padding:10px 16px;background:transparent;border:1px solid var(--widget-border);border-radius:8px;color:var(--widget-text-secondary);font-size:13px;cursor:pointer;transition:all .15s}.show-more-button.svelte-gczoum:hover{border-color:var(--widget-accent);color:var(--widget-text);background:var(--widget-border)}.secondary-section.svelte-gczoum{margin-top:8px;border-top:1px solid var(--widget-border);padding-top:8px}.secondary-toggle.svelte-gczoum{width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:transparent;border:1px solid var(--widget-border);border-radius:8px;cursor:pointer;font-size:13px;color:var(--widget-text-secondary);transition:background-color .15s,border-color .15s}.secondary-toggle.svelte-gczoum:hover{background:var(--widget-border);border-color:var(--widget-accent)}.toggle-icon.svelte-gczoum{width:16px;height:16px;color:var(--widget-text-secondary);transition:transform .15s}.toggle-icon.rotated.svelte-gczoum{transform:rotate(180deg)}.secondary-resources.svelte-gczoum{display:flex;flex-direction:column;gap:8px;margin-top:8px}@media(max-height:320px){.widget-container.svelte-gczoum{padding:8px;gap:4px}.hero-card.svelte-gczoum{padding:10px 12px;gap:6px}.hero-name.svelte-gczoum{font-size:14px}.hero-tagline.svelte-gczoum,.hero-availability.svelte-gczoum{font-size:11px}.hero-phone.svelte-gczoum{font-size:22px}.hero-action.svelte-gczoum{min-height:40px;height:40px;padding:0 12px;gap:4px}.hero-action.svelte-gczoum svg:where(.svelte-gczoum){width:16px;height:16px}.hero-action.svelte-gczoum .action-label:where(.svelte-gczoum){font-size:11px}.see-more-trigger.svelte-gczoum,.picker-button-minimal.svelte-gczoum{min-height:40px;padding:8px 12px;font-size:12px}.list-item-action.svelte-gczoum{width:36px;height:36px}}@media(max-height:240px){.widget-container.svelte-gczoum{padding:6px;gap:3px}.widget-header.svelte-gczoum{min-height:20px}.hero-card.svelte-gczoum{padding:8px 10px;gap:4px}.hero-header.svelte-gczoum{gap:1px}.hero-name.svelte-gczoum{font-size:13px}.hero-tagline.svelte-gczoum{font-size:10px}.hero-availability.svelte-gczoum{display:none}.hero-phone.svelte-gczoum{font-size:20px}.hero-action.svelte-gczoum{min-height:36px;height:36px;padding:0 10px}.hero-action.svelte-gczoum svg:where(.svelte-gczoum){width:16px;height:16px}.hero-action.svelte-gczoum .action-label:where(.svelte-gczoum){display:none}.see-more-trigger.svelte-gczoum,.picker-button-minimal.svelte-gczoum{min-height:36px;padding:6px 10px;font-size:11px}.list-item-action.svelte-gczoum{width:32px;height:32px}.list-item-action.svelte-gczoum svg:where(.svelte-gczoum){width:14px;height:14px}}@media(max-height:180px){.widget-container.svelte-gczoum{padding:4px;gap:2px}.widget-header.svelte-gczoum{display:none}.hero-card.svelte-gczoum{padding:6px 8px;gap:3px}.hero-name.svelte-gczoum{font-size:12px}.hero-tagline.svelte-gczoum{display:none}.hero-phone.svelte-gczoum{font-size:18px}.hero-action.svelte-gczoum{min-height:32px;height:32px;padding:0 8px;border-radius:6px}.hero-action.svelte-gczoum svg:where(.svelte-gczoum){width:14px;height:14px}.see-more-trigger.svelte-gczoum,.picker-button-minimal.svelte-gczoum{min-height:32px;padding:4px 8px;font-size:10px;border-radius:6px}.hero-bottom-row.svelte-gczoum{gap:4px}}@media(max-width:300px){.hero-action.svelte-gczoum .action-label:where(.svelte-gczoum){display:none}.hero-action.svelte-gczoum{padding:0 10px}}@media(max-width:240px){.widget-container.svelte-gczoum{padding:6px}.hero-card.svelte-gczoum{padding:8px}.hero-phone.svelte-gczoum{font-size:18px}.hero-actions.svelte-gczoum{gap:4px}.hero-action.svelte-gczoum{height:28px;padding:0 8px}}@media(max-height:320px),(max-width:320px){.country-picker.minimal.svelte-gczoum .picker-dropdown:where(.svelte-gczoum){position:fixed;top:0;left:0;right:0;bottom:0;min-width:unset;max-height:unset;border-radius:0;border:none;z-index:1000}.country-picker.minimal.svelte-gczoum .picker-dropdown:where(.svelte-gczoum) .picker-dropdown-header:where(.svelte-gczoum){display:flex}.country-picker.minimal.svelte-gczoum .picker-dropdown:where(.svelte-gczoum) .search-input:where(.svelte-gczoum){padding:14px 16px;font-size:16px;border-radius:0}.country-picker.minimal.svelte-gczoum .picker-dropdown:where(.svelte-gczoum) .country-option:where(.svelte-gczoum){padding:14px 16px}.country-picker.minimal.svelte-gczoum .picker-dropdown:where(.svelte-gczoum) .country-name:where(.svelte-gczoum){font-size:15px}.country-picker.minimal.svelte-gczoum .picker-dropdown:where(.svelte-gczoum) .flag:where(.svelte-gczoum){font-size:20px}}
