.srch-container{max-width:var(--container-xl);margin:0 auto;padding:0 var(--space-6, 1.5rem)}.srch-hero{background:linear-gradient(160deg,var(--secondary-900) 0%,var(--secondary-800) 100%);padding:5rem 0 3.5rem;text-align:center}.srch-hero-inner{max-width:680px;margin:0 auto;padding:0 1.5rem}.srch-crumb{font-size:.8rem;color:rgba(255,255,255,.3);margin-bottom:1.5rem}.srch-crumb a{color:rgba(255,255,255,.4);text-decoration:none}.srch-crumb a:hover{color:#fff}.srch-hero h1{font-family:var(--font-heading, 'Inter', sans-serif);font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#fff;line-height:1.15;margin:0 0 1.75rem;letter-spacing:-.03em}.srch-form{margin:0}.srch-input-wrap{display:flex;align-items:center;background:#fff;border:0;border-radius:3rem;padding:.375rem .375rem .375rem 1.125rem;box-shadow:0 4px 20px rgba(0,0,0,.15);transition:box-shadow .2s}.srch-input-wrap:focus-within{box-shadow:0 4px 20px rgba(37,99,235,.25)}.srch-icon{color:#94a3b8;flex-shrink:0;margin-right:.625rem}.srch-input{flex:1;border:0;outline:0;font-size:1rem;color:var(--secondary-900);background:0 0;padding:.5rem 0;font-family:var(--font-sans, 'Inter', sans-serif)}.srch-submit{background:var(--primary-500);color:#fff;border:0;border-radius:2.5rem;padding:.625rem 1.5rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.srch-submit:hover{background:var(--primary-600, #2563eb)}.srch-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1.25rem}.srch-pill{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.55);border-radius:1.25rem;padding:.375rem 1rem;font-size:.85rem;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.srch-pill.active,.srch-pill:hover{background:var(--primary-500);border-color:var(--primary-500);color:#fff}.srch-results-section{padding:2.5rem 0 5rem}.srch-status{color:#64748b;font-size:.9rem;margin-bottom:1rem}.srch-results{display:grid;gap:1rem}.srch-result{display:flex;gap:1.25rem;padding:1.25rem;border:1px solid var(--card-border, #e2e8f0);border-radius:var(--card-radius, .75rem);background:var(--card-bg, #fff);color:var(--secondary-900);cursor:pointer;transition:box-shadow .2s,transform .2s}.srch-result:hover{box-shadow:var(--shadow-md, 0 4px 12px rgba(0,0,0,.08));transform:translateY(-2px)}.srch-result-img{width:6rem;height:6rem;border-radius:var(--radius-md, .5rem);object-fit:cover;flex-shrink:0;background:#f1f5f9}.srch-result-body{flex:1;min-width:0}.srch-result-type{display:inline-block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--primary-500);margin-bottom:.25rem}.srch-result-title{font-size:1.05rem;font-weight:700;color:var(--secondary-900);margin:0 0 .25rem;line-height:1.3}.srch-result-desc{font-size:.85rem;color:#64748b;line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.srch-empty{text-align:center;padding:3rem 0;color:#64748b}.srch-empty strong,.srch-initial h2{color:var(--secondary-900)}@media (max-width:480px){.srch-result{flex-direction:column;gap:.75rem}.srch-result-img{width:100%;height:10rem}}.srch-initial h2{font-family:var(--font-heading, 'Inter', sans-serif);font-size:1.25rem;font-weight:800;margin:0 0 1rem}.srch-chips{display:flex;flex-wrap:wrap;gap:.625rem;margin-bottom:3rem}.srch-chip{background:var(--card-bg, #fff);border:1px solid var(--card-border, #e2e8f0);border-radius:var(--radius-md, .5rem);padding:.75rem 1.25rem;font-size:.9rem;font-weight:500;color:#475569;text-decoration:none;transition:background .15s,border-color .15s,color .15s}.srch-chip:hover{background:#eff6ff;border-color:var(--primary-500);color:var(--primary-500)}.srch-browse{border-top:1px solid #e2e8f0;padding-top:2rem}.srch-browse-links{display:flex;flex-wrap:wrap;gap:1rem}.srch-browse-links a{color:var(--primary-500);text-decoration:none;font-weight:600;font-size:.95rem}.srch-browse-links a:hover{text-decoration:underline}@media (max-width:768px){.srch-hero{padding:4rem 0 2.5rem}.srch-hero h1{font-size:1.75rem}}@media (max-width:480px){.srch-hero{padding:3rem 0 2rem}.srch-input-wrap{padding:.25rem .25rem .25rem .75rem}.srch-submit{padding:.5rem 1rem;font-size:.88rem}.srch-chips{gap:.5rem}.srch-chip{padding:.625rem 1rem;font-size:.85rem}}