.smart-search-root{--smart-search-avatar-size:44px;--smart-search-ink:#050505;--smart-search-mono:var(--font-mono,ui-monospace,monospace)}.smart-search-root--compact{--smart-search-avatar-size:32px}.smart-search-frame{position:relative}.smart-search-root .smart-search-panel{position:absolute;left:0;right:0;top:calc(100% - 1px);z-index:40;display:grid;grid-template-rows:0fr;background:#fff;pointer-events:none;transition:grid-template-rows .24s cubic-bezier(.22,.61,.36,1)}.smart-search-root .smart-search-frame[data-open=true] .smart-search-panel{grid-template-rows:1fr;pointer-events:auto;outline:1px solid rgba(0,0,0,.08);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.smart-search-root--header .smart-search-panel{z-index:50}.smart-search-root--header .smart-search-frame[data-open=true] .header-smart-search-bar{position:relative;z-index:2;background:#fff}.smart-search-root--header .smart-search-frame[data-open=true] .smart-search-panel{top:100%;z-index:1;outline:none;border:1px solid #000;border-top:none;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.smart-search-root .smart-search-panel-inner{overflow:hidden;min-height:0}.smart-search-root .smart-search-panel-content{max-height:min(60vh,432px);overflow-y:auto;padding:8px;opacity:0;transform:translateY(-4px);transition:opacity .2s ease 30ms,transform .2s ease 30ms}.smart-search-root .smart-search-frame[data-open=true] .smart-search-panel-content{opacity:1;transform:none}.smart-search-root .smart-search-allresults{display:flex;align-items:center;justify-content:space-between;gap:12px;width:calc(100% + 16px);margin:-8px -8px 0;padding:19px 20px 11px;text-align:left;background-color:transparent;border:0;border-bottom:1px solid rgba(0,0,0,.06);cursor:pointer;transition:background-color .12s ease}.smart-search-root--compact .smart-search-allresults{padding:14px 16px 9px}.smart-search-root .smart-search-allresults[data-active=true]{background-color:rgba(5,5,5,.045)}.smart-search-root .smart-search-allresults-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;letter-spacing:-.01em;color:rgba(5,5,5,.58)}.smart-search-root--compact .smart-search-allresults-text{font-size:12px}.smart-search-root .smart-search-allresults-text strong{font-weight:600;color:var(--smart-search-ink)}.smart-search-root .smart-search-enter-hint{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;font-family:var(--smart-search-mono);font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:rgba(5,5,5,.4);white-space:nowrap}.smart-search-root .smart-search-enter-hint kbd{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 3px;font-family:var(--smart-search-mono);font-size:11px;line-height:1;color:rgba(5,5,5,.55);background:rgba(5,5,5,.05);outline:1px solid rgba(0,0,0,.08)}.smart-search-root .smart-search-section-label{padding:10px 12px 6px;font-family:var(--smart-search-mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:rgba(5,5,5,.42)}.smart-search-root--compact .smart-search-section-label{padding:8px 10px 4px;font-size:9px}.smart-search-root .smart-search-results{display:flex;flex-direction:column;transition:opacity .16s ease}.smart-search-root .smart-search-results[data-stale=true]{opacity:.55}.smart-search-root .smart-search-result{display:flex;align-items:center;gap:13px;width:calc(100% + 16px);margin:0 -8px;padding:9px 18px;text-align:left;background-color:transparent;border:0;cursor:pointer;transition:background-color .12s ease}.smart-search-root--compact .smart-search-result{gap:10px;padding:7px 14px}.smart-search-root .smart-search-result[data-active=true]{background-color:rgba(5,5,5,.045)}.smart-search-root .smart-search-result-image{flex:0 0 var(--smart-search-avatar-size);width:var(--smart-search-avatar-size);height:var(--smart-search-avatar-size);display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f3f1ea;outline:1px solid rgba(0,0,0,.06)}.smart-search-root .smart-search-result-image img{width:100%;height:100%;object-fit:cover}.smart-search-root .smart-search-result-initials{font-family:var(--smart-search-mono);font-size:13px;font-weight:600;letter-spacing:.04em;color:rgba(5,5,5,.55)}.smart-search-root--compact .smart-search-result-initials{font-size:11px}.smart-search-root .smart-search-result-body{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}.smart-search-root .smart-search-result-body strong{font-size:15px;font-weight:600;letter-spacing:-.01em;color:var(--smart-search-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.smart-search-root--compact .smart-search-result-body strong{font-size:13px}.smart-search-root .smart-search-result-meta{display:flex;align-items:center;gap:7px;font-family:var(--smart-search-mono);font-size:10px;letter-spacing:.07em;text-transform:uppercase;color:rgba(5,5,5,.5)}.smart-search-root--compact .smart-search-result-meta{font-size:9px;gap:5px}.smart-search-root .smart-search-result-meta i{width:3px;height:3px;background:rgba(5,5,5,.28)}.smart-search-root .smart-search-result-enter{font-family:var(--smart-search-mono);font-size:14px;color:rgba(5,5,5,.32);opacity:0;transition:opacity .12s ease}.smart-search-root .smart-search-result[data-active=true] .smart-search-result-enter{opacity:1}.smart-search-root .smart-search-message{padding:12px 10px 16px;font-size:13px;line-height:1.5;color:rgba(5,5,5,.56)}.smart-search-root .smart-search-message kbd{font-family:var(--smart-search-mono);font-size:11px;padding:1px 5px;background:rgba(5,5,5,.06);outline:1px solid rgba(0,0,0,.08)}.smart-search-root .smart-search-skeleton{display:flex;flex-direction:column}.smart-search-root .smart-search-skeleton-row{display:flex;align-items:center;gap:13px;padding:9px 10px}.smart-search-root--compact .smart-search-skeleton-row{gap:10px;padding:7px 8px}.smart-search-root .smart-search-skeleton-avatar,.smart-search-root .smart-search-skeleton-line,.smart-search-root .smart-search-skeleton-sub{background:linear-gradient(100deg,rgba(5,5,5,.05) 30%,rgba(5,5,5,.1) 50%,rgba(5,5,5,.05) 70%);background-size:200% 100%;animation:smart-search-shimmer 1.25s linear infinite}.smart-search-root .smart-search-skeleton-avatar{flex:0 0 var(--smart-search-avatar-size);width:var(--smart-search-avatar-size);height:var(--smart-search-avatar-size)}.smart-search-root .smart-search-skeleton-copy{display:flex;flex-direction:column;gap:7px;flex:1}.smart-search-root .smart-search-skeleton-line{width:42%;height:10px}.smart-search-root .smart-search-skeleton-sub{width:66%;height:8px}.smart-search-root .smart-search-skeleton-row:nth-child(2) .smart-search-skeleton-line{width:36%}.smart-search-root .smart-search-skeleton-row:nth-child(2) .smart-search-skeleton-sub{width:58%}.smart-search-root .smart-search-skeleton-row:nth-child(3) .smart-search-skeleton-line{width:48%}.smart-search-root .smart-search-skeleton-row:nth-child(3) .smart-search-skeleton-sub{width:52%}@keyframes smart-search-shimmer{to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.smart-search-root .smart-search-panel,.smart-search-root .smart-search-panel-content{transition:none}.smart-search-root .smart-search-skeleton-avatar,.smart-search-root .smart-search-skeleton-line,.smart-search-root .smart-search-skeleton-sub{animation:none}}