.guide-search{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;align-items:center;gap:8px;width:100%;max-width:480px;height:40px;padding:0 14px;transition:border-color .15s,background .15s;display:flex;position:relative}.guide-search:focus-within{border-color:var(--guide-accent,#557aff);background:#ffffff0f}.guide-search-icon{color:var(--guide-text-dim,#6b7280);flex-shrink:0}.guide-search-input{min-width:0;color:var(--guide-text,#ededed);background:0 0;border:none;outline:none;flex:1;font-size:15px}.guide-search-input::placeholder{color:var(--guide-text-dim,#6b7280)}.guide-search-shortcut{flex-shrink:0;align-items:center;gap:3px;display:flex}.guide-search-shortcut kbd{color:var(--guide-text-dim,#6b7280);background:#ffffff0f;border:1px solid #ffffff24;border-radius:5px;padding:3px 6px;font-family:inherit;font-size:11px;font-weight:600;line-height:1}.guide-search-popup{z-index:3000;background:var(--guide-surface,linear-gradient(135deg, #292933 0%, #34343f 100%));border:1px solid #ffffff1f;border-radius:14px;max-width:90vw;max-height:min(28rem,70vh);padding:10px;position:fixed;overflow-y:auto;box-shadow:0 20px 60px #000c}.guide-search-skeleton{flex-direction:column;gap:8px;display:flex}.guide-search-skeleton-item{background:linear-gradient(90deg,#ffffff17 25%,#ffffff2e 37%,#ffffff17 63%) 0 0/400% 100%;border-radius:10px;height:58px;animation:1.4s infinite guide-search-shimmer}@keyframes guide-search-shimmer{0%{background-position:100%}to{background-position:0}}.guide-search-empty{text-align:center;color:var(--guide-text-dim,#6b7280);padding:20px;font-size:14px}.guide-search-results{flex-direction:column;gap:4px;list-style:none;display:flex}.guide-search-result{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;width:100%;padding:10px 12px;transition:background .15s;display:block}.guide-search-result:hover,.guide-search-result.active{background:#557aff24}.guide-search-result-category{color:var(--guide-text-dim,#6b7280);margin-bottom:2px;font-size:12px}.guide-search-result-title{color:var(--guide-text,#ededed);margin-bottom:3px;font-size:15px;font-weight:600}.guide-search-result-snippet{color:var(--guide-text-muted,#9ca3af);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;display:-webkit-box;overflow:hidden}.guide-search-result-snippet mark{color:#fff;background:#557aff59;border-radius:3px;padding:0 2px}@media (max-width:900px){.guide-search-shortcut{display:none}}
