.nw .nw-search-overlay-host{position:fixed;inset:0;z-index:200;display:flex;justify-content:center;pointer-events:none}.nw .nw-search-overlay-scrim{position:absolute;inset:0;border:0;background:rgba(10,10,10,.35);cursor:pointer;pointer-events:auto}.nw .nw-search-overlay-panel{position:relative;z-index:1;width:min(100%,var(--nw-shell-w,390px));max-width:var(--nw-shell-w,390px);height:100%;max-height:100dvh;background:var(--bg,#faf8f5);display:flex;flex-direction:column;overflow:hidden;pointer-events:auto;box-shadow:0 0 40px rgba(0,0,0,.12)}.nw .nw-search-overlay-scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:calc(24px + env(safe-area-inset-bottom, 0px))}.nw .nw-search-overlay-panel .nw-pp-topnav{flex:none}.nw .nw-search-suggestion-empty,.nw .nw-search-suggestion-loading{padding:8px 16px 12px;font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3)}.nw .nw-search-suggestion-loading{color:var(--ink-2)}.nw .nw-search-overlay-panel button.nw-search-row{width:100%;border:none;background:transparent;text-align:left;font:inherit}.nw .nw-search-overlay-panel .nw-search-row .label{border:none;background:transparent;padding:0;font:inherit;color:inherit;text-align:left;cursor:pointer}.nw .nw-search-overlay-panel button.nw-trending-pill{border:none;cursor:pointer}.nw .nw-search-bar--overlay{margin-top:0;margin-bottom:10px}.nw .nw-search-recent-card{flex:none;margin:0 16px 12px;padding:0;background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(10,10,10,.08);border:1px solid rgba(10,10,10,.06);overflow:hidden}.nw .nw-search-recent-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px 8px}.nw .nw-search-recent-title{font-size:9.5px;letter-spacing:.14em;color:var(--ink-3)}.nw .nw-search-recent-clear,.nw .nw-search-recent-title{font-family:var(--mono);font-weight:600;text-transform:uppercase}.nw .nw-search-recent-clear{border:0;background:transparent;padding:0;font-size:10px;letter-spacing:.06em;color:#df5d5d;cursor:pointer}.nw .nw-search-recent-clear:disabled{opacity:.6;cursor:not-allowed}.nw .nw-search-recent-loading{margin:0;padding:4px 14px 14px;font-family:var(--mono);font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-3)}.nw .nw-search-recent-list{list-style:none;margin:0;padding:0 0 6px}.nw .nw-search-recent-row{display:flex;align-items:center;gap:10px;padding:11px 14px;border-top:1px solid var(--hairline)}.nw .nw-search-recent-row svg{width:16px;height:16px;stroke:var(--ink-3);stroke-width:2;fill:none;flex:none}.nw .nw-search-recent-query{flex:1;min-width:0;border:0;background:transparent;padding:0;text-align:left;font-family:var(--display);font-size:14px;font-weight:700;letter-spacing:-.02em;color:var(--ink);cursor:pointer}.nw .nw-search-recent-remove{width:26px;height:26px;border-radius:50%;border:0;background:var(--bg-soft,#f2f2f2);display:grid;place-items:center;flex:none;cursor:pointer}.nw .nw-search-recent-remove:disabled{opacity:.5;cursor:not-allowed}.nw .nw-search-recent-remove svg{width:10px;height:10px;stroke:var(--ink-2);stroke-width:2.4}