.search-bar-wrapper{position:relative;width:100%}.search-bar{display:flex;align-items:center;gap:8px;background:var(--ln-glass-bg,hsla(0,0%,100%,.03));border:1px solid var(--ln-glass-border,hsla(0,0%,100%,.08));border-radius:14px;padding:6px 6px 6px 16px;margin-bottom:2rem;transition:border-color .2s ease,box-shadow .2s ease}.search-bar:focus-within{border-color:var(--ln-glass-border-hover,hsla(0,0%,100%,.2));box-shadow:0 0 0 3px rgba(var(--ln-accent-rgb,255,255,255),.06)}.search-bar__icon{flex-shrink:0;color:var(--ln-text-muted,hsla(0,0%,100%,.5));opacity:.6}.search-bar__input{flex:1 1;background:none;border:none;outline:none;color:var(--ln-text-primary,#fff);font-size:15px;font-family:inherit;padding:8px 4px;min-width:0}.search-bar__input::placeholder{color:var(--ln-text-muted,hsla(0,0%,100%,.5));opacity:.7}.search-bar__submit{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;border:none;background:rgba(var(--ln-accent-rgb,255,255,255),.08);color:var(--ln-accent,hsla(0,0%,100%,.9));cursor:pointer;transition:background .2s ease,transform .15s ease}.search-bar__submit:hover:not(:disabled){background:rgba(var(--ln-accent-rgb,255,255,255),.14)}.search-bar__submit:active:not(:disabled){transform:scale(.95)}.search-bar__submit:disabled{cursor:default;opacity:.7}.search-bar__spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(var(--ln-accent-rgb,255,255,255),.2);border-top-color:var(--ln-accent,hsla(0,0%,100%,.9));border-radius:50%;animation:search-spin .6s linear infinite}@keyframes search-spin{to{transform:rotate(1turn)}}.search-suggestions{position:absolute;top:100%;left:0;right:0;z-index:100;margin-top:4px;padding:6px 0;background:var(--ln-glass-bg,hsla(0,0%,100%,.03));backdrop-filter:blur(24px) saturate(140%);-webkit-backdrop-filter:blur(24px) saturate(140%);border:1px solid var(--ln-glass-border,hsla(0,0%,100%,.08));border-radius:14px;box-shadow:0 8px 32px rgba(0,0,0,.3),0 2px 8px rgba(0,0,0,.15);animation:suggestions-fadein .18s ease-out;overflow:hidden}@keyframes suggestions-fadein{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.search-suggestions__item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 16px;border:none;background:none;color:var(--ln-text-primary,#fff);font-size:14px;font-family:inherit;cursor:pointer;text-align:left;transition:background .12s ease}.search-suggestions__item--active,.search-suggestions__item:hover{background:rgba(var(--ln-accent-rgb,255,255,255),.06)}.search-suggestions__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:rgba(var(--ln-accent-rgb,255,255,255),.05);color:var(--ln-text-muted,hsla(0,0%,100%,.5))}.search-suggestions__label{flex:1 1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ln-text-primary,hsla(0,0%,100%,.9))}.search-suggestions__meta{flex-shrink:0;font-size:12px;color:var(--ln-text-muted,hsla(0,0%,100%,.4));letter-spacing:.01em}html[data-theme=light] .search-suggestions{background:hsla(0,0%,100%,.45);border-color:rgba(0,0,0,.06);box-shadow:0 8px 32px rgba(0,0,0,.08),0 2px 8px rgba(0,0,0,.04)}html[data-theme=light] .search-suggestions__item--active,html[data-theme=light] .search-suggestions__item:hover{background:hsla(0,0%,100%,.35)}html[data-theme=light] .search-suggestions__icon{background:rgba(0,0,0,.04);color:rgba(0,0,0,.45)}html[data-theme=light] .search-suggestions__label{color:rgba(0,0,0,.85)}html[data-theme=light] .search-suggestions__meta{color:rgba(0,0,0,.4)}@media (max-width:768px){.search-bar{margin-bottom:1.5rem}.search-bar__input{font-size:14px}.search-suggestions__item{padding:8px 14px;font-size:13px}}@media (max-width:480px){.search-bar{padding:4px 4px 4px 12px;border-radius:12px;margin-bottom:1rem}.search-bar__submit{width:38px;height:38px;border-radius:10px}.search-bar__input{font-size:13px}.search-suggestions{border-radius:12px}.search-suggestions__item{padding:8px 12px;gap:8px;font-size:13px}.search-suggestions__icon{width:24px;height:24px;border-radius:6px}}