.search-page{background:var(--bg-primary,#0d1117);min-height:100dvh;color:var(--text-primary,#f0f6fc);padding-bottom:90px}.search-container{flex-direction:column;max-width:900px;min-height:100%;margin:0 auto;display:flex}.search-page.loading,.search-page.auth{justify-content:center;align-items:center;height:100vh;display:flex}.loading-spinner{border:3px solid #ffffff1a;border-top-color:var(--accent-green,#22c55e);border-radius:50%;width:32px;height:32px;animation:.8s ease-in-out infinite spin}.search-hero{text-align:center;background:radial-gradient(circle at 50% -20%,#3b82f626 0%,#0000 50%);flex-direction:column;align-items:center;padding:4rem 1.5rem 2rem;display:flex}.search-hero-content{width:100%;max-width:680px}.search-hero h1{letter-spacing:-.02em;color:var(--text-primary);margin:0;font-size:2rem;font-weight:700}.search-subtitle{color:var(--text-muted);margin:.5rem 0 2rem;font-size:1rem;font-weight:450}.search-form{width:100%;margin-bottom:1rem;display:block}.search-bar-unified{box-sizing:border-box;background:#161b22;border:1px solid #ffffff26;border-radius:12px;align-items:center;width:100%;max-width:100%;height:56px;transition:all .2s;display:flex;overflow:hidden;box-shadow:0 4px 20px #0003}.search-bar-unified:focus-within{border-color:var(--accent-green,#22c55e);transform:translateY(-1px);box-shadow:0 0 0 3px #22c55e26,0 8px 24px #0000004d}.search-icon-wrapper{width:48px;height:100%;color:var(--text-muted);flex:0 0 48px;justify-content:center;align-items:center;display:flex}.search-input-unified{color:var(--text-primary);background:0 0;border:none;outline:none;min-width:0;height:100%;margin:0;padding:0;font-family:inherit;font-size:1rem}.search-input-unified::placeholder{color:#ffffff4d}.search-input-unified.main{flex:auto;width:auto}.search-input-unified.refinement{color:#fffc;border-left:1px solid #ffffff1a;flex:0 0 160px;width:160px;padding:0 1rem;font-size:.9375rem}.search-divider{display:none}.search-btn-unified{width:52px;height:100%;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-left:1px solid #ffffff0d;flex:0 0 52px;justify-content:center;align-items:center;transition:all .2s;display:flex}.search-btn-unified:hover{color:var(--accent-green,#22c55e);background:#ffffff0d}.search-btn-unified:disabled{opacity:.5;cursor:wait}.btn-loader-small{border:2px solid #fff3;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}.search-error{color:#f87171;background:#dc26261a;border:1px solid #dc262633;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:.625rem 1rem;font-size:.875rem;display:flex}.search-results{flex-direction:column;flex:1;gap:2rem;width:100%;padding:1rem 1.5rem 3rem;display:flex}.results-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.result-card{background:#12151c;border:1px solid #ffffff14;border-radius:12px;transition:border-color .2s;overflow:hidden}.result-card:hover{border-color:#ffffff26}.result-header{border-bottom:1px solid #ffffff0a;padding:1.25rem 1.5rem .75rem}.result-title{color:var(--text-primary);letter-spacing:.01em;margin:0;font-size:1rem;font-weight:600}.result-body{padding:1.25rem 1.5rem}.result-bullets{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.result-bullets li{color:#f0f6fcd9;flex-direction:column;gap:.25rem;font-size:.9375rem;line-height:1.55;display:flex}.result-bullets li.has-label{border-left:2px solid #22c55e66;padding-left:1rem}.result-bullets li.has-label:last-child{margin-bottom:0}.bullet-label{text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;margin-bottom:.125rem;font-size:.6875rem;font-weight:700}.bullet-value{color:var(--text-primary,#f0f6fc);text-align:left;font-weight:400}.result-text{color:#f0f6fccc;font-size:.9375rem;line-height:1.6}.result-text p{margin-bottom:.75rem}.result-text p:last-child{margin-bottom:0}.search-footer{border-top:1px solid #ffffff14;margin-top:2rem;padding-top:1.5rem}.sources-container{flex-direction:column;gap:.5rem;display:flex}.sources-label{text-transform:uppercase;letter-spacing:.05em;color:#fff6;font-size:.75rem;font-weight:600}.sources-list-inline{flex-wrap:wrap;gap:.75rem;display:flex}.source-link-inline{color:#3b82f6e6;border-radius:4px;margin-left:-.375rem;padding:.125rem .375rem;font-size:.8125rem;text-decoration:none;transition:all .2s}.source-link-inline:hover{color:#60a5fa;background:#3b82f61a}@media (min-width:768px){.results-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.search-hero{padding:3rem 1.25rem 1.5rem}.search-bar-unified{grid-template-rows:auto auto;grid-template-columns:48px 1fr 48px;align-items:center;height:auto;padding:0;display:grid}.search-icon-wrapper{grid-area:1/1;height:50px}.search-input-unified.main{border-bottom:1px solid #ffffff1a;grid-area:1/2/auto/4;width:100%;height:50px;padding-left:0}.search-divider{display:none}.search-input-unified.refinement{border-left:none;grid-area:2/1/auto/3;width:100%;height:50px;padding-left:1rem}.search-btn-unified{width:100%;height:50px;color:var(--accent-green,#22c55e);border-left:1px solid #ffffff1a;grid-area:2/3}}
