/* Fase 15 - Buscador global */
.header-actions{align-items:center}
.global-search{position:relative;width:min(520px,42vw);z-index:30}
.global-search input{width:100%;height:44px;padding:0 82px 0 42px;border:1px solid var(--border,#d7e0da);border-radius:12px;background:#fff;font:inherit;color:var(--text,#183126);box-shadow:0 2px 10px rgba(18,56,35,.06);transition:border-color .18s,box-shadow .18s}
.global-search input:focus{outline:0;border-color:var(--primary,#177a3f);box-shadow:0 0 0 3px rgba(23,122,63,.14),0 5px 18px rgba(18,56,35,.08)}
.global-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:22px;color:#607268;pointer-events:none}
.global-search-shortcut{position:absolute;right:12px;top:50%;transform:translateY(-50%);padding:3px 7px;border:1px solid #d6ddd8;border-radius:6px;background:#f4f7f5;color:#64736b;font-size:11px;box-shadow:none}
.global-search-results{position:absolute;top:calc(100% + 8px);left:0;right:0;max-height:min(520px,70vh);overflow:auto;background:#fff;border:1px solid #dce4df;border-radius:14px;box-shadow:0 18px 50px rgba(16,48,30,.18);padding:8px}
.global-search-results.hidden{display:none}
.gs-status{padding:18px;text-align:center;color:#68776f}
.gs-group-title{padding:10px 10px 5px;color:#607268;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.gs-result{width:100%;display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center;border:0;background:transparent;border-radius:10px;padding:10px;text-align:left;cursor:pointer;color:inherit}
.gs-result:hover,.gs-result.active{background:#eef8f1}
.gs-result-icon{width:36px;height:36px;border-radius:10px;background:#e7f4eb;display:grid;place-items:center;color:#126735;font-weight:800}
.gs-result-main{min-width:0}
.gs-result-title{display:block;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.gs-result-meta{display:block;margin-top:2px;color:#68776f;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.gs-result-type{font-size:11px;color:#607268;background:#f2f5f3;border-radius:999px;padding:4px 7px}
.gs-tip{padding:8px 10px;border-top:1px solid #eef1ef;color:#718078;font-size:11px}
.global-search-highlight{animation:globalSearchPulse 2.2s ease;outline:3px solid rgba(23,122,63,.35)!important;outline-offset:3px}
@keyframes globalSearchPulse{0%,100%{background:inherit}25%,70%{background:#e9f8ed}}
@media(max-width:1050px){.global-search{width:min(390px,36vw)}.global-search-shortcut{display:none}.global-search input{padding-right:14px}}
@media(max-width:760px){header{flex-wrap:wrap}.header-actions{width:100%;flex-wrap:wrap}.global-search{order:-1;width:100%}.global-search-results{position:fixed;left:10px;right:10px;top:112px;max-height:calc(100vh - 130px)}.date-box{display:none}}
