.smart-search{--ss-bg:#fff;--ss-fg:#172033;--ss-muted:#667085;--ss-border:#d0d5dd;--ss-accent:#2563eb;--ss-shadow:0 12px 32px rgba(16,24,40,0.14);position:relative;width:100%;max-width:42rem;color:var(--ss-fg);font:inherit;}.smart-search__field{display:flex;align-items:center;gap:0.6rem;min-height:44px;padding:0 0.75rem;border:1px solid var(--ss-border);border-radius:10px;background:var(--ss-bg);transition:border-color 0.15s,box-shadow 0.15s;}.smart-search__field:focus-within{border-color:var(--ss-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--ss-accent) 18%,transparent);}.smart-search__icon{width:16px;height:16px;border:2px solid currentColor;border-radius:50%;color:var(--ss-muted);position:relative;flex:0 0 auto;}.smart-search__icon:after{content:'';position:absolute;width:6px;height:2px;background:currentColor;right:-5px;bottom:-2px;transform:rotate(45deg);border-radius:2px;}.smart-search__input{width:100%;min-width:0;border:0 !important;outline:0 !important;box-shadow:none !important;background:transparent !important;color:inherit !important;font:inherit;padding:0.65rem 0 !important;}.smart-search__clear{border:0;background:transparent;color:var(--ss-muted);font-size:1.4rem;line-height:1;cursor:pointer;padding:0.25rem;}.smart-search__panel{position:absolute;z-index:9999;top:calc(100% + 8px);left:0;right:0;max-height:min(65vh,440px);overflow:auto;padding:0.4rem;background:var(--ss-bg);border:1px solid var(--ss-border);border-radius:12px;box-shadow:var(--ss-shadow);}.smart-search__result{display:flex;flex-direction:column;gap:0.18rem;padding:0.7rem 0.8rem;color:var(--ss-fg) !important;text-decoration:none !important;border-radius:8px;}.smart-search__result:hover,.smart-search__result[aria-selected='true']{background:color-mix(in srgb,var(--ss-accent) 10%,var(--ss-bg));outline:none;}.smart-search__result-title{font-size:0.96rem;}.smart-search__result-excerpt,.smart-search__result-parent{color:var(--ss-muted);font-size:0.84rem;line-height:1.35;}.smart-search__result-parent{font-size:0.76rem;}.smart-search__empty{padding:1rem;color:var(--ss-muted);text-align:center;}.smart-search.is-loading .smart-search__icon{border-top-color:transparent;animation:ss-spin 0.7s linear infinite;}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute !important;width:1px;word-wrap:normal !important;}@keyframes ss-spin{to{transform:rotate(360deg);}}@media (prefers-color-scheme:dark){.smart-search{--ss-bg:#101828;--ss-fg:#f2f4f7;--ss-muted:#98a2b3;--ss-border:#344054;--ss-accent:#84adff;--ss-shadow:0 16px 36px rgba(0,0,0,0.4);}}@media (prefers-reduced-motion:reduce){.smart-search *{animation-duration:0.01ms !important;transition-duration:0.01ms !important;}}.smart-search__field,.smart-search__panel{border-radius:var(--ss-radius,10px);}.smart-search--compact .smart-search__field{min-height:38px;}.smart-search--compact .smart-search__input{padding:0.45rem 0 !important;}.smart-search--compact .smart-search__result{padding:0.5rem 0.65rem;}.smart-search--scheme-light{--ss-bg:#fff;--ss-fg:#172033;--ss-muted:#667085;--ss-border:#d0d5dd;}.smart-search--scheme-dark{--ss-bg:#101828;--ss-fg:#f2f4f7;--ss-muted:#98a2b3;--ss-border:#344054;--ss-shadow:0 16px 36px rgba(0,0,0,0.4);}.smart-search__mark{background:color-mix(in srgb,var(--ss-accent) 24%,transparent);color:inherit;border-radius:2px;padding:0 0.08em;}.smart-search--results{max-width:none;}.smart-search--results .smart-search__panel{position:static;max-height:none;margin-top:1rem;box-shadow:none;padding:0;border:0;background:transparent;}.smart-search--results .smart-search__result{padding:1rem 0;border-bottom:1px solid var(--ss-border);border-radius:0;}.smart-search--results .smart-search__result-title{font-size:1.1rem;}.smart-search--results .smart-search__result-excerpt{font-size:0.92rem;max-width:70ch;}.smart-search__toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:0.75rem;}.smart-search__filters{display:flex;flex-wrap:wrap;gap:0.45rem;}.smart-search__filter{border:1px solid var(--ss-border);border-radius:999px;padding:0.35rem 0.7rem;background:var(--ss-bg);color:var(--ss-fg);cursor:pointer;text-transform:capitalize;}.smart-search__filter[aria-pressed='true']{background:var(--ss-accent);border-color:var(--ss-accent);color:#fff;}.smart-search__count{color:var(--ss-muted);font-size:0.86rem;white-space:nowrap;}.widget_smart_search,.smart-search-widget{min-width:0;padding-bottom:12px;}.smart-search-widget .smart-search{max-width:none;}.smart-search-widget--compact .smart-search__panel{min-width:min(22rem,calc(100vw - 2rem));}.smart-search-widget__results-link{display:inline-block;margin-top:0.55rem;font-size:0.85rem;color:var(--ss-accent,#2563eb);}@media (max-width:782px){.smart-search-widget--compact .smart-search__panel{min-width:0;width:100%;}}.smart-search,.smart-search *,.smart-search *::before,.smart-search *::after,.smart-search-overlay,.smart-search-overlay *,.smart-search-overlay *::before,.smart-search-overlay *::after{box-sizing:border-box;}.smart-search{min-width:0;}.smart-search__field,.smart-search__panel,.smart-search__result,.smart-search__result-title,.smart-search__result-excerpt,.smart-search__result-parent{min-width:0;max-width:100%;}.smart-search__panel{width:100%;overflow-x:hidden;}.smart-search__result{width:100%;white-space:normal;}.smart-search__result-title,.smart-search__result-excerpt,.smart-search__result-parent{display:block;white-space:normal;overflow-wrap:anywhere;word-break:normal;}.smart-search:not(.smart-search--results) .smart-search__result-excerpt{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;}.smart-search__trigger{display:flex;align-items:center;gap:0.65rem;width:100%;min-height:44px;padding:0 0.85rem;border:1px solid var(--ss-border,#d0d5dd);border-radius:var(--ss-radius,10px);background:var(--ss-bg,#f2f4f7);color:var(--ss-muted,#667085);font:inherit;text-align:left;cursor:pointer;}.smart-search__trigger:hover{border-color:var(--ss-accent,#2563eb);}.smart-search__trigger:focus-visible{outline:0;box-shadow:0 0 0 3px color-mix(in srgb,var(--ss-accent,#2563eb) 18%,transparent);}.smart-search__trigger-icon{width:14px;height:14px;border:2px solid currentColor;border-radius:50%;position:relative;flex:0 0 auto;}.smart-search__trigger-icon::after{content:'';position:absolute;width:5px;height:2px;background:currentColor;right:-4px;bottom:-2px;transform:rotate(45deg);border-radius:2px;}.smart-search__trigger-label{flex:1;min-width:0;}.smart-search__shortcut{display:inline-flex;align-items:center;min-height:24px;padding:0 0.45rem;border:1px solid color-mix(in srgb,currentColor 22%,transparent);border-radius:6px;background:color-mix(in srgb,currentColor 7%,transparent);font-size:0.75rem;line-height:1;white-space:nowrap;}.smart-search-overlay[hidden]{display:none !important;}.smart-search-overlay{position:fixed;z-index:2147483000;inset:0;display:grid;place-items:start center;padding:clamp(12px,3vh,28px) 16px 24px;color:#172033;}.smart-search-overlay__backdrop{position:absolute;inset:0;background:rgba(16,24,40,0.72);backdrop-filter:blur(2px);}.smart-search-overlay__dialog{position:relative;display:flex;flex-direction:column;width:min(760px,100%);max-height:calc(100dvh - 48px);overflow:hidden;border:1px solid rgba(255,255,255,0.16);border-radius:16px;background:var(--ss-bg,#fff);box-shadow:0 24px 80px rgba(0,0,0,0.34);}.smart-search-overlay__content{min-height:0;padding:12px;}.smart-search-overlay__close{position:absolute;z-index:2;top:20px;right:22px;width:32px;height:32px;border:0;background:transparent;color:var(--ss-muted,#667085);font-size:1.55rem;line-height:1;cursor:pointer;}.smart-search-overlay .smart-search{max-width:none;}.smart-search--overlay-surface .smart-search__field{padding-right:2.75rem;background:color-mix(in srgb,var(--ss-bg) 92%,var(--ss-muted));}.smart-search--overlay-surface .smart-search__panel{position:relative;top:auto;left:auto;right:auto;max-height:calc(100dvh - 220px);margin-top:10px;box-shadow:none;border:0;padding:0.3rem;}.smart-search-overlay__footer{display:flex;justify-content:space-between;gap:14px;padding:10px 18px;border-top:1px solid var(--ss-border,#d0d5dd);color:var(--ss-muted,#667085);font-size:0.76rem;}.smart-search-overlay__footer span{display:flex;align-items:center;gap:5px;}.smart-search-overlay__footer kbd{min-width:22px;padding:3px 5px;border:1px solid var(--ss-border,#d0d5dd);border-radius:4px;background:color-mix( in srgb,var(--ss-bg,#fff) 80%,var(--ss-muted,#667085) );color:var(--ss-fg,#172033);font:inherit;text-align:center;}.smart-search-overlay-open{overflow:hidden;}@media (prefers-color-scheme:dark){.smart-search-overlay{color:#f2f4f7;}.smart-search-overlay__dialog{background:#101828;}}@media (max-width:600px){.smart-search-overlay{padding:8px;}.smart-search-overlay__dialog{width:100%;max-height:calc(100dvh - 16px);border-radius:12px;}.smart-search-overlay__content{padding:10px;}.smart-search--overlay-surface .smart-search__panel{max-height:calc(100dvh - 170px);}.smart-search-overlay__footer{justify-content:center;}.smart-search-overlay__footer span:nth-child(2){display:none;}.smart-search__shortcut{display:none;}}.smart-search__load-state{display:flex;align-items:center;justify-content:center;gap:0.75rem;min-height:120px;padding:1.25rem;color:var(--ss-muted);text-align:center;}.smart-search__load-state--loading::before{content:'';width:18px;height:18px;border:2px solid color-mix(in srgb,var(--ss-muted) 32%,transparent);border-top-color:var(--ss-accent);border-radius:50%;animation:ss-spin 0.7s linear infinite;}.smart-search__load-state--error{flex-direction:column;}.smart-search__retry{border:1px solid var(--ss-border);border-radius:7px;padding:0.45rem 0.8rem;background:var(--ss-bg);color:var(--ss-fg);font:inherit;cursor:pointer;}.smart-search__retry:hover,.smart-search__retry:focus-visible{border-color:var(--ss-accent);outline:none;}.smart-search--overlay-surface .smart-search__result{position:relative;padding:0.72rem 2.5rem 0.72rem 0.85rem;border:1px solid transparent;}.smart-search--overlay-surface .smart-search__result::after{content:'↵';position:absolute;top:50%;right:0.9rem;transform:translateY(-50%);color:transparent;font-size:1rem;}.smart-search--overlay-surface .smart-search__result:hover,.smart-search--overlay-surface .smart-search__result[aria-selected='true']{border-color:color-mix(in srgb,var(--ss-accent) 24%,transparent);background:color-mix(in srgb,var(--ss-accent) 12%,var(--ss-bg));}.smart-search--overlay-surface .smart-search__result[aria-selected='true']::after{color:var(--ss-accent);}.smart-search--overlay-surface .smart-search__result-excerpt{margin-top:0.12rem;-webkit-line-clamp:2;line-clamp:2;}.smart-search--overlay-surface .smart-search__empty{min-height:120px;display:grid;place-items:center;}.smart-search--overlay-surface .smart-search__panel:empty{display:none;}.smart-search-overlay__content{display:flex;flex-direction:column;min-height:0;overflow:hidden;}.smart-search--overlay-surface{display:flex;flex-direction:column;min-height:0;max-height:100%;}.smart-search--overlay-surface .smart-search__field{position:sticky;z-index:3;top:0;flex:0 0 auto;}.smart-search--overlay-surface .smart-search__panel{flex:1 1 auto;min-height:0;overscroll-behavior:contain;scrollbar-gutter:stable;}.smart-search__group + .smart-search__group{margin-top:0.45rem;}.smart-search__group-title{position:sticky;z-index:2;top:0;margin:0;padding:0.65rem 0.85rem 0.35rem;background:var(--ss-bg);color:var(--ss-muted);font-size:0.72rem;font-weight:700;line-height:1.25;letter-spacing:0.055em;text-transform:uppercase;}.smart-search__result-breadcrumb{display:block;margin-top:0.12rem;color:var(--ss-muted);font-size:0.76rem;line-height:1.3;text-transform:capitalize;}.smart-search--overlay-surface .smart-search__result-title{font-size:0.96rem;line-height:1.35;}.smart-search--overlay-surface .smart-search__result-excerpt{font-size:0.84rem;line-height:1.42;}.smart-search--scheme-light{--ss-dialog-bg:#fff;--ss-selected-bg:#eff6ff;--ss-backdrop:rgba(16,24,40,0.68);--ss-kbd-bg:#f2f4f7;}.smart-search--scheme-dark{--ss-dialog-bg:#101828;--ss-selected-bg:#1d2939;--ss-backdrop:rgba(3,7,18,0.78);--ss-kbd-bg:#1d2939;}.smart-search-overlay:has(.smart-search--scheme-light) .smart-search-overlay__dialog{background:var(--ss-dialog-bg,#fff);}.smart-search-overlay:has(.smart-search--scheme-dark) .smart-search-overlay__dialog{background:var(--ss-dialog-bg,#101828);}.smart-search-overlay:has(.smart-search--scheme-light) .smart-search-overlay__backdrop,.smart-search-overlay:has(.smart-search--scheme-dark) .smart-search-overlay__backdrop{background:var(--ss-backdrop);}.smart-search-overlay:has(.smart-search--scheme-dark) .smart-search-overlay__footer kbd{background:var(--ss-kbd-bg);color:var(--ss-fg);}.smart-search--overlay-surface.smart-search--scheme-light .smart-search__result:hover,.smart-search--overlay-surface.smart-search--scheme-light .smart-search__result[aria-selected='true'],.smart-search--overlay-surface.smart-search--scheme-dark .smart-search__result:hover,.smart-search--overlay-surface.smart-search--scheme-dark .smart-search__result[aria-selected='true']{background:var(--ss-selected-bg);}@media (max-width:600px){.smart-search-overlay__close{top:17px;right:17px;}.smart-search__group-title{padding-left:0.65rem;}.smart-search--overlay-surface .smart-search__result{padding:0.65rem 2.25rem 0.65rem 0.65rem;}.smart-search--overlay-surface .smart-search__result-excerpt{font-size:0.81rem;}.smart-search-overlay__footer{min-height:42px;padding:8px 12px;}.smart-search-overlay__footer span:last-child{margin-left:auto;}}@media (max-height:560px){.smart-search-overlay{padding:6px;}.smart-search-overlay__dialog{max-height:calc(100dvh - 12px);}.smart-search-overlay__footer{display:none;}.smart-search--overlay-surface .smart-search__panel{max-height:calc(100dvh - 92px);}}.smart-search__recent{padding:0.2rem 0.3rem 0.45rem;}.smart-search__recent-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;}.smart-search__recent-title{position:static;flex:1;background:transparent;}.smart-search__recent-clear{border:0;padding:0.35rem 0.55rem;background:transparent;color:var(--ss-accent);font:inherit;font-size:0.76rem;cursor:pointer;}.smart-search__recent-clear:hover,.smart-search__recent-clear:focus-visible{text-decoration:underline;outline:none;}.smart-search__recent-item{display:flex;align-items:center;gap:0.7rem;width:100%;min-width:0;padding:0.7rem 0.85rem;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--ss-fg);font:inherit;text-align:left;cursor:pointer;}.smart-search__recent-item:hover,.smart-search__recent-item:focus-visible{border-color:color-mix(in srgb,var(--ss-accent) 22%,transparent);background:color-mix(in srgb,var(--ss-accent) 10%,var(--ss-bg));outline:none;}.smart-search__recent-icon{flex:0 0 auto;color:var(--ss-muted);}.smart-search__recent-query{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.smart-search__start-hint{display:grid;min-height:120px;place-items:center;padding:1rem;color:var(--ss-muted);text-align:center;}@media (max-width:600px){.smart-search__recent-item{padding:0.65rem;}.smart-search__recent-title{padding-left:0.65rem;}}.smart-search[data-resolved-scheme='light']{--ss-bg:#fff;--ss-fg:#172033;--ss-muted:#667085;--ss-border:#d0d5dd;--ss-accent:#2563eb;--ss-shadow:0 12px 32px rgba(16,24,40,0.14);--ss-dialog-bg:#fff;--ss-selected-bg:#eff6ff;--ss-kbd-bg:#f2f4f7;color-scheme:light;}.smart-search[data-resolved-scheme='dark']{--ss-bg:#101828;--ss-fg:#f2f4f7;--ss-muted:#98a2b3;--ss-border:#475467;--ss-accent:#84adff;--ss-shadow:0 18px 48px rgba(0,0,0,0.52);--ss-dialog-bg:#101828;--ss-selected-bg:#1d2939;--ss-kbd-bg:#1d2939;color-scheme:dark;}.smart-search__trigger[data-resolved-scheme='light']{--ss-bg:#f2f4f7;--ss-fg:#172033;--ss-muted:#667085;--ss-border:#d0d5dd;--ss-accent:#2563eb;background:var(--ss-bg);color:var(--ss-muted);color-scheme:light;}.smart-search__trigger[data-resolved-scheme='dark']{--ss-bg:#1d2939;--ss-fg:#f2f4f7;--ss-muted:#cbd5e1;--ss-border:#475467;--ss-accent:#84adff;background:var(--ss-bg);color:var(--ss-muted);color-scheme:dark;}.smart-search-overlay[data-resolved-scheme='light']{--ss-bg:#fff;--ss-fg:#172033;--ss-muted:#667085;--ss-border:#d0d5dd;--ss-accent:#2563eb;color:#172033;color-scheme:light;}.smart-search-overlay[data-resolved-scheme='dark']{--ss-bg:#101828;--ss-fg:#f2f4f7;--ss-muted:#98a2b3;--ss-border:#475467;--ss-accent:#84adff;color:#f2f4f7;color-scheme:dark;}.smart-search-overlay[data-resolved-scheme='light'] .smart-search-overlay__dialog{background:#fff;}.smart-search-overlay[data-resolved-scheme='dark'] .smart-search-overlay__dialog{background:#101828;border-color:#344054;}.smart-search-overlay[data-resolved-scheme='light'] .smart-search-overlay__backdrop{background:rgba(16,24,40,0.68);}.smart-search-overlay[data-resolved-scheme='dark'] .smart-search-overlay__backdrop{background:rgba(3,7,18,0.82);}.smart-search[data-resolved-scheme='dark'] .smart-search__field{background:#1d2939;}.smart-search[data-resolved-scheme='dark'] .smart-search__input{color:#f2f4f7 !important;caret-color:#84adff;}.smart-search[data-resolved-scheme='dark'] .smart-search__input::placeholder{color:#98a2b3;opacity:1;}.smart-search[data-resolved-scheme='light'] .smart-search__input{color:#172033 !important;caret-color:#2563eb;}.smart-search[data-resolved-scheme='light'] .smart-search__input::placeholder{color:#667085;opacity:1;}.smart-search[data-resolved-scheme='dark'] .smart-search__clear,.smart-search-overlay[data-resolved-scheme='dark'] .smart-search-overlay__close{color:#cbd5e1;}.smart-search-overlay[data-resolved-scheme='dark'] .smart-search-overlay__footer{background:#101828;border-color:#344054;}.smart-search-overlay[data-resolved-scheme='dark'] .smart-search-overlay__footer kbd{background:#1d2939;border-color:#475467;color:#f2f4f7;}.smart-search__input::-webkit-search-cancel-button,.smart-search__input::-webkit-search-decoration,.smart-search__input::-webkit-search-results-button,.smart-search__input::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none;display:none;}.smart-search__input{-webkit-appearance:textfield;appearance:textfield;}.smart-search--appearance-follow-theme{--ss-bg:var(--ss-theme-bg,#fff);--ss-fg:var(--ss-theme-fg,#172033);--ss-accent:var(--ss-theme-accent,#2563eb);--ss-border:var(--ss-theme-border,#d0d5dd);font-family:var(--ss-theme-font-family,inherit);font-size:var(--ss-theme-font-size,inherit);}.smart-search--appearance-follow-theme .smart-search__field,.smart-search--appearance-follow-theme .smart-search__panel{background:var(--ss-bg);color:var(--ss-fg);}.smart-search-overlay:has(.smart-search--appearance-follow-theme){--ss-bg:var(--ss-theme-bg,#fff);--ss-fg:var(--ss-theme-fg,#172033);--ss-accent:var(--ss-theme-accent,#2563eb);--ss-border:var(--ss-theme-border,#d0d5dd);font-family:var(--ss-theme-font-family,inherit);font-size:var(--ss-theme-font-size,inherit);}.smart-search__trigger{font-family:var(--ss-theme-font-family,inherit);font-size:var(--ss-theme-font-size,inherit);}.smart-search--shape-pill .smart-search__panel,.smart-search--shape-pill.smart-search--overlay-surface .smart-search__panel{border-radius:16px;}.smart-search--appearance-plugin{font-family:inherit;}.smart-search--appearance-custom{--ss-bg:var(--ss-custom-bg,#fff);--ss-fg:var(--ss-custom-fg,#172033);--ss-border:var(--ss-custom-border,#d0d5dd);}.smart-search--appearance-custom .smart-search__field,.smart-search--appearance-custom .smart-search__panel{background:var(--ss-bg);color:var(--ss-fg);}.smart-search-overlay:has(.smart-search--appearance-custom){--ss-bg:var(--ss-custom-bg,#fff);--ss-fg:var(--ss-custom-fg,#172033);--ss-border:var(--ss-custom-border,#d0d5dd);}.smart-search-native{display:block;width:100%;min-width:0;margin:0 0 2.25rem !important;padding:0;}.widget_search:has(>.smart-search-native),.widget_search:has(.smart-search-native){margin-bottom:0 !important;}.smart-search-native>.smart-search,.smart-search-native .smart-search__shell{width:100%;margin:0;}.smart-search-native .smart-search__trigger{box-sizing:border-box;width:100%;min-height:3rem !important;border:1px solid var(--input-border-color,var(--border-color,#e7ebed)) !important;border-radius:5px !important;background:var(--input-bg-color,#fff) !important;color:var(--input-placeholder-color,var(--input-color,#667085)) !important;box-shadow:none;font-family:var(--ss-theme-font-family,inherit);font-weight:400;line-height:1.5;}.smart-search-native .smart-search__trigger-label{min-width:0;padding-inline:0.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.smart-search-native .smart-search__trigger-icon{width:16px;height:16px;flex:0 0 16px;}.smart-search-native .smart-search__shortcut{min-height:22px;padding:0.1rem 0.5rem;border-color:var(--input-border-color,var(--border-color,#d0d5dd));border-radius:4px;background:transparent;color:inherit;font-size:0.75rem;}.smart-search-native .smart-search__trigger:hover{border-color:var(--link-color,var(--ss-theme-accent,#2563eb)) !important;}.smart-search-native .smart-search__trigger:focus-visible{outline:none;border-color:var(--link-color,var(--ss-theme-accent,#2563eb)) !important;box-shadow:var(--input-focus,0 0 0 3px rgba(37,99,235,0.2));}@media (max-width:600px){.smart-search-native{margin-bottom:2rem !important;}.smart-search-native .smart-search__trigger{min-height:3.5rem !important;font-size:1rem !important;}}