body.papillon-theme .papillon-search-overlay{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:24px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--pap-motion-fast) var(--pap-ease),visibility 0s linear var(--pap-motion-fast);}
body.papillon-theme .papillon-search-overlay.is-open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity var(--pap-motion-fast) var(--pap-ease),visibility 0s linear 0s;}
body.papillon-theme .papillon-search-overlay[hidden]{display:none;}
body.papillon-theme .papillon-search-backdrop{position:absolute;inset:0;background:rgba(12,31,35,.58);backdrop-filter:blur(8px);}
body.papillon-theme .papillon-search-dialog{overscroll-behavior:contain;position:relative;display:flex;width:min(760px,calc(100vw - 32px));max-height:min(760px,calc(100dvh - 48px));flex-direction:column;gap:10px;padding:14px;overflow:hidden;border:1px solid rgba(255,255,255,.72);border-radius:24px;background:#f6f8f8;box-shadow:0 34px 90px rgba(10,29,33,.34);transform:translateY(-10px) scale(.985);transition:transform var(--pap-motion-fast) var(--pap-ease);}
body.papillon-theme .papillon-search-overlay.is-open .papillon-search-dialog{transform:none;}
body.papillon-theme .papillon-search-dialog-head{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;border:1px solid var(--pap-line);border-radius:16px;background:var(--pap-panel);}
body.papillon-theme .papillon-search-dialog-head>div{min-width:0;}
body.papillon-theme .papillon-search-dialog-head .eyebrow{margin-bottom:3px;}
body.papillon-theme .papillon-search-dialog-head h2{margin:0;overflow:hidden;font-size:19px;line-height:1.55;text-overflow:ellipsis;white-space:nowrap;}
body.papillon-theme .papillon-search-close{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;padding:0;border:1px solid var(--pap-line);border-radius:12px;background:var(--pap-panel);color:var(--pap-muted);font-size:27px;line-height:1;}
body.papillon-theme .papillon-search-close:hover{border-color:#bed0d3;background:var(--pap-purple-soft);color:var(--pap-purple);}
body.papillon-theme .papillon-search-command{display:flex;min-height:60px;flex:0 0 auto;align-items:center;gap:10px;padding:0 13px;border:1px solid #bdcfd2;border-radius:15px;background:var(--pap-panel);box-shadow:0 0 0 4px rgba(52,118,131,.055);}
body.papillon-theme .papillon-search-command:focus-within{border-color:var(--pap-purple);box-shadow:0 0 0 4px rgba(52,118,131,.1);}
body.papillon-theme .papillon-search-command-icon{display:grid;width:30px;height:30px;flex:0 0 30px;place-items:center;color:var(--pap-purple);}
body.papillon-theme .papillon-search-command-icon .papillon-icon{width:22px;height:22px;}
body.papillon-theme .papillon-search-command input{width:100%;min-width:0;height:58px;padding:0;border:0;outline:0;background:transparent;font-size:14px;}
body.papillon-theme .papillon-search-command input::-webkit-search-cancel-button{display:none;-webkit-appearance:none;}
body.papillon-theme .papillon-search-command-keys{display:flex;flex:0 0 auto;align-items:center;justify-content:center;gap:5px;}
body.papillon-theme :where(.papillon-search-command,.papillon-search-keys) kbd{display:inline-grid;min-width:28px;height:28px;place-items:center;padding-inline:6px;border:1px solid #d3d8d9;border-bottom-width:2px;border-radius:7px;background:#f8fbfb;color:var(--pap-muted);font:700 12px var(--pap-font-family);line-height:1;white-space:nowrap;}
body.papillon-theme .papillon-search-meta{display:flex;min-height:43px;flex:0 0 auto;align-items:center;justify-content:space-between;gap:14px;padding:8px 13px;border:1px solid var(--pap-line);border-radius:12px;background:var(--pap-panel);color:var(--pap-muted);font-size:11.5px;}
body.papillon-theme .papillon-search-meta>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
body.papillon-theme .papillon-search-keys{display:flex;flex:0 0 auto;align-items:center;justify-content:center;gap:5px;white-space:nowrap;}
body.papillon-theme .papillon-search-results{min-height:0;flex:1 1 auto;overflow:auto;padding:0;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#cad5d7 transparent;}
body.papillon-theme .papillon-search-result-section{margin-bottom:9px;padding:10px;border:1px solid var(--pap-line);border-radius:14px;background:var(--pap-panel);}
body.papillon-theme .papillon-search-result-section:last-child{margin-bottom:0;}
body.papillon-theme .papillon-search-result-section h3{margin:0 3px 8px;color:var(--pap-muted);font-size:11.5px;font-weight:700;}
body.papillon-theme .papillon-search-result{display:flex;min-height:66px;align-items:center;gap:12px;margin-top:7px;padding:8px 10px;border:1px solid var(--pap-line);border-radius:12px;background:var(--pap-panel);color:var(--pap-ink);text-decoration:none;transition:background-color var(--pap-motion-fast) var(--pap-ease),border-color var(--pap-motion-fast) var(--pap-ease),transform var(--pap-motion-fast) var(--pap-ease),box-shadow var(--pap-motion-base) var(--pap-ease);}
body.papillon-theme .papillon-search-result:first-of-type{margin-top:0;}
body.papillon-theme :where(.papillon-search-result:hover,.papillon-search-result.is-active){border-color:#bcd0d4;background:linear-gradient(110deg,#f0f4f5,#fff);box-shadow:0 6px 16px rgba(34,89,100,.08);transform:translateX(-2px);}
body.papillon-theme .papillon-search-result-media{display:grid;width:48px;height:48px;flex:0 0 48px;place-items:center;overflow:hidden;border:1px solid #e8eced;border-radius:10px;background:var(--pap-purple-soft);color:var(--pap-purple);font:italic 20px var(--pap-font-family);}
body.papillon-theme .papillon-search-result-media img{width:100%;height:100%;object-fit:cover;}
body.papillon-theme .papillon-search-result-icon{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border:1px solid #e1e7e8;border-radius:11px;background:var(--pap-purple-soft);color:var(--pap-purple);font-size:18px;}
body.papillon-theme .papillon-search-result-copy{display:block;min-width:0;flex:1;}
body.papillon-theme .papillon-search-result-copy :where(strong,small){display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
body.papillon-theme .papillon-search-result-copy strong{font-size:11.5px;}
body.papillon-theme .papillon-search-result-copy small{margin-top:3px;color:var(--pap-muted);font-size:11.5px;}
body.papillon-theme .papillon-search-result-arrow{display:grid;width:28px;height:28px;flex:0 0 28px;place-items:center;border-radius:8px;background:var(--pap-purple-soft);color:var(--pap-purple);font-size:15px;}
body.papillon-theme .papillon-search-view-all{display:flex;min-height:50px;align-items:center;justify-content:center;margin-top:9px;border:1px solid #c6d5d8;border-radius:12px;background:var(--pap-panel);color:var(--pap-purple);font-size:11.5px;font-weight:700;text-align:center;text-decoration:none;}
body.papillon-theme .papillon-search-empty{display:flex;min-height:210px;flex:1;flex-direction:column;align-items:center;justify-content:center;padding:26px;border:1px solid var(--pap-line);border-radius:14px;background:var(--pap-panel);text-align:center;}
body.papillon-theme .papillon-search-empty[hidden]{display:none;}
body.papillon-theme .papillon-search-empty-mark{display:grid;width:58px;height:58px;place-items:center;margin-bottom:13px;border-radius:50% 50% 50% 7px;background:var(--pap-gradient-primary,#0e6266);color:#fff;font:italic 29px var(--pap-font-family);box-shadow:0 12px 28px rgba(34,89,100,.2);}
body.papillon-theme .papillon-search-empty strong{font-size:14px;}
body.papillon-theme .papillon-search-empty p{max-width:360px;margin:5px 0 0;color:var(--pap-muted);font-size:11.5px;line-height:2;}
body.papillon-theme .papillon-search-dialog-foot{display:flex;min-height:54px;flex:0 0 auto;align-items:center;justify-content:space-between;gap:14px;padding:9px 12px;border:1px solid var(--pap-line);border-radius:12px;background:var(--pap-panel);}
body.papillon-theme .papillon-search-dialog-foot>div{display:flex;min-width:0;align-items:center;gap:7px;color:var(--pap-muted);font-size:11.5px;}
body.papillon-theme .papillon-search-dialog-foot>div>div{display:flex;min-width:0;gap:5px;overflow-x:auto;scrollbar-width:none;}
body.papillon-theme .papillon-search-dialog-foot button{min-height:30px;padding:4px 9px;border:1px solid #d7ddde;border-radius:999px;background:var(--pap-panel);color:var(--pap-ink-2);font-size:11.5px;white-space:nowrap;}
body.papillon-theme .papillon-search-dialog-foot>a{display:inline-flex;align-items:center;gap:6px;color:var(--pap-purple);font-size:11.5px;font-weight:700;text-decoration:none;white-space:nowrap;}
body.papillon-theme .papillon-search-dialog[data-state="loading"] .papillon-search-results{opacity:.55;}
@media(max-width:820px){
  body.papillon-theme .papillon-search-overlay{padding:12px;}
  body.papillon-theme .papillon-search-dialog{overscroll-behavior:contain;width:calc(100vw - 24px);max-height:calc(100dvh - 24px);gap:8px;padding:9px;border-radius:18px;}
  body.papillon-theme .papillon-search-dialog-head{padding:11px 12px;border-radius:13px;}
  body.papillon-theme .papillon-search-dialog-head h2{font-size:15px;}
  body.papillon-theme .papillon-search-close{width:40px;height:40px;flex-basis:40px;}
  body.papillon-theme .papillon-search-command{min-height:54px;padding-inline:10px;border-radius:13px;}
  body.papillon-theme .papillon-search-command input{height:52px;font-size:12px;}
  body.papillon-theme .papillon-search-command-icon{width:26px;height:26px;flex-basis:26px;}
  body.papillon-theme .papillon-search-command-keys kbd:last-child{display:none;}
  body.papillon-theme .papillon-search-command kbd{min-width:39px;height:26px;padding-inline:5px;font-size:11.5px;}
  body.papillon-theme .papillon-search-meta{min-height:40px;padding:7px 10px;}
  body.papillon-theme .papillon-search-keys{display:none;}
  body.papillon-theme .papillon-search-result-section{padding:8px;}
  body.papillon-theme .papillon-search-result{min-height:62px;padding:7px 8px;}
  body.papillon-theme .papillon-search-dialog-foot{display:block;padding:8px 10px;}
  body.papillon-theme .papillon-search-dialog-foot>div{margin-bottom:7px;}
  body.papillon-theme .papillon-search-dialog-foot>a{min-height:38px;justify-content:center;}
}
@media(max-width:380px){
  body.papillon-theme .papillon-search-dialog-head .eyebrow{display:none;}
  body.papillon-theme .papillon-search-command-keys{display:none;}
  body.papillon-theme .papillon-search-result-media{width:44px;height:44px;flex-basis:44px;}
  body.papillon-theme .papillon-search-result-arrow{display:none;}
}
