:root{--font-heading: "Lexend", -apple-system, BlinkMacSystemFont, sans-serif;--font-body: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;--text-primary: #1A1F2C;--text-secondary: #64748B;--bg-page: #F8F9FC}.buscador-container{width:100%;min-height:calc(100vh - 200px)}.content-area{width:100%;max-width:1100px;margin:0 auto;padding:3rem 1.5rem 5rem}.buscador-header{text-align:center;margin-bottom:3.5rem}.badge{display:inline-block;font-family:var(--font-heading);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);background:#e2e8f0;padding:.5rem 1.25rem;border-radius:99px;margin-bottom:1.25rem}.title{font-family:var(--font-heading);font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;margin:0 0 1rem;color:var(--text-primary)}.subtitle{font-family:var(--font-body);font-size:1.1rem;color:var(--text-secondary);margin:0 auto;max-width:600px}.search-section{max-width:800px;margin:0 auto 3.5rem}.search-box{position:relative;display:flex;align-items:center;background:#fff;border:2px solid #E2E8F0;border-radius:16px;padding:.5rem 1rem;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000000d;margin-bottom:1.5rem}.search-box:focus-within{border-color:#3b82f6;box-shadow:0 10px 25px -5px #3b82f633;transform:translateY(-2px)}.search-icon{color:#94a3b8;margin-right:.75rem}.search-box input{flex:1;border:none;background:transparent;font-family:var(--font-body);font-size:1.125rem;color:var(--text-primary);padding:.75rem 0;outline:none}.search-box input::placeholder{color:#94a3b8}.clear-btn{background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.clear-btn:hover{color:#ef4444;background:#fef2f2}.search-filters{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.filter-btn{background:#fff;border:1px solid #E2E8F0;color:#64748b;font-family:var(--font-body);font-size:.875rem;font-weight:500;padding:.5rem 1.25rem;border-radius:99px;cursor:pointer;transition:all .2s ease}.filter-btn:hover{border-color:#cbd5e1;color:#334155}.filter-btn.active{background:#1a1f2c;border-color:#1a1f2c;color:#fff}.results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.doc-card{background:#fff;border:1px solid #E2E8F0;border-radius:16px;padding:1.5rem;display:flex;align-items:flex-start;gap:1.25rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #00000005;position:relative;overflow:hidden}.doc-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#e2e8f0;transition:background .3s ease}.doc-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -4px #00000014;border-color:#cbd5e1}.doc-card:hover:before{background:#3b82f6}.doc-icon{flex-shrink:0;width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.icon-pdf{background:#fef2f2}.icon-doc{background:#eff6ff}.doc-content{flex:1;min-width:0}.doc-subject{display:block;font-family:var(--font-heading);font-size:.75rem;font-weight:600;color:#8b5cf6;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.05em}.doc-title{font-family:var(--font-heading);font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem;line-height:1.4}.doc-desc{font-family:var(--font-body);font-size:.875rem;color:var(--text-secondary);margin:0 0 1rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.doc-meta{display:flex;align-items:center;gap:.5rem}.doc-type{font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:6px;background:#f1f5f9;color:#64748b}.doc-action{color:#cbd5e1;transition:all .3s ease;align-self:center}.doc-card:hover .doc-action{color:#3b82f6;transform:translate(4px)}.no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#fff;border:1px dashed #CBD5E1;border-radius:16px}.no-results svg{color:#94a3b8;margin-bottom:1rem}.no-results h3{font-family:var(--font-heading);font-size:1.25rem;color:var(--text-primary);margin:0 0 .5rem}.no-results p{color:var(--text-secondary);margin:0}html[data-theme=dark] .search-box,html[data-theme=darker] .search-box{background:#1e2433;border-color:#2d3748}html[data-theme=darker] .search-box{background:#0a0c10;border-color:#161c2a}html[data-theme=dark] .search-box input,html[data-theme=darker] .search-box input{color:#e2e8f0}html[data-theme=dark] .filter-btn,html[data-theme=darker] .filter-btn{background:#1e2433;border-color:#2d3748;color:#94a3b8}html[data-theme=darker] .filter-btn{background:#0a0c10;border-color:#161c2a}html[data-theme=dark] .filter-btn.active,html[data-theme=darker] .filter-btn.active{background:#e2e8f0;color:#0f172a}html[data-theme=dark] .doc-card,html[data-theme=darker] .doc-card{background:#1e2433;border-color:#2d3748}html[data-theme=darker] .doc-card{background:#0a0c10;border-color:#161c2a}html[data-theme=dark] .doc-card:before,html[data-theme=darker] .doc-card:before{background:#2d3748}html[data-theme=dark] .doc-title,html[data-theme=darker] .doc-title,html[data-theme=dark] .title,html[data-theme=darker] .title{color:#e2e8f0}html[data-theme=darker] .doc-title,html[data-theme=darker] .title{color:#cdd6e8}html[data-theme=dark] .doc-desc,html[data-theme=darker] .doc-desc,html[data-theme=dark] .subtitle,html[data-theme=darker] .subtitle{color:#94a3b8}html[data-theme=dark] .icon-pdf,html[data-theme=darker] .icon-pdf{background:#ef44441a}html[data-theme=dark] .icon-doc,html[data-theme=darker] .icon-doc{background:#3b82f61a}html[data-theme=dark] .doc-type,html[data-theme=darker] .doc-type{background:#2d3748;color:#94a3b8}html[data-theme=darker] .doc-type{background:#161c2a}html[data-theme=dark] .no-results,html[data-theme=darker] .no-results{background:#1e2433;border-color:#2d3748}html[data-theme=darker] .no-results{background:#0a0c10;border-color:#161c2a}
