.srch-main{max-width:min(1180px,var(--content-max));margin:0 auto;padding:calc(var(--nav-h) + 2rem) 1.25rem 4rem}.srch-head{margin-bottom:1.75rem}.srch-title{font-size:clamp(1.8rem,3vw,2.4rem);margin:0 0 1rem}.srch-form{display:flex;align-items:center;gap:.6rem;padding:.1rem .1rem .1rem .9rem;background:var(--bg-card);border:1px solid var(--bg-line);border-radius:var(--radius);box-shadow:var(--shadow-soft)}.srch-form:focus-within{border-color:var(--accent);box-shadow:var(--shadow-glow)}.srch-form-icon{color:var(--text-mute)}.srch-input{flex:1 1 auto;min-width:0;padding:.9rem .2rem;background:transparent;border:0;color:var(--text);font:inherit;font-size:1.05rem}.srch-input:focus-visible{outline:0}.srch-submit{flex:0 0 auto;margin:.25rem;padding:.7rem 1.1rem;background:var(--accent);color:#06080d;border:0;border-radius:var(--radius-sm);cursor:pointer}.srch-submit:hover{filter:brightness(1.08)}.srch-summary{margin:.9rem .2rem 0;color:var(--text-mute);font-size:.92rem}.srch-body{display:grid;grid-template-columns:240px 1fr;gap:1.5rem;align-items:start}.srch-sidebar{position:sticky;top:calc(var(--nav-h) + 1rem);background:var(--bg-card);border:1px solid var(--bg-line);border-radius:var(--radius);padding:.85rem}.srch-side-title{margin:.1rem .35rem .6rem;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-mute);font-weight:700}.srch-subjects{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.15rem}.srch-subject{width:100%;display:flex;align-items:center;gap:.6rem;padding:.55rem .6rem;border-radius:var(--radius-sm);background:transparent;border:0;color:var(--text-mute);font:inherit;font-size:.93rem;text-align:left;cursor:pointer}.srch-subject:hover{background:var(--bg-card-hi);color:var(--text)}.srch-subject.is-active{background:var(--bg-card-hi);color:var(--text);box-shadow:inset 0 0 0 1px var(--accent-soft)}.srch-subject>i{width:1.05rem;text-align:center;flex:0 0 auto}.srch-subject-label{flex:1 1 auto}.srch-subject-count{flex:0 0 auto;font-variant-numeric:tabular-nums;font-size:.8rem;color:var(--text-mute);background:var(--bg-deep);padding:.1rem .45rem;border-radius:999px}.srch-subject.is-active .srch-subject-count{color:var(--text)}.srch-subject:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.srch-panel{min-height:200px}.srch-results{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.srch-res-link{display:flex;align-items:center;gap:.85rem;padding:.8rem .95rem;text-decoration:none;color:var(--text);background:var(--bg-card);border:1px solid var(--bg-line);border-radius:var(--radius-sm);transition:border-color .15s var(--ease-out),background .15s var(--ease-out)}.srch-res-link:hover{background:var(--bg-card-hi);border-color:var(--accent-soft)}.srch-res-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.srch-res-icon{width:1.2rem;text-align:center;color:var(--text-mute);flex:0 0 auto}.srch-res-main{display:flex;flex-direction:column;min-width:0;flex:1 1 auto}.srch-res-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.srch-res-detail{font-size:.82rem;color:var(--text-mute);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.srch-res-badge{flex:0 0 auto;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-mute)}.srch-empty,.srch-hint{color:var(--text-mute);padding:2rem .2rem;margin:0}.srch-more{display:block;width:100%;margin-top:1rem;padding:.8rem;background:var(--bg-card);color:var(--text);border:1px solid var(--bg-line);border-radius:var(--radius-sm);font:inherit;font-weight:600;cursor:pointer}.srch-more:hover{background:var(--bg-card-hi);border-color:var(--accent-soft)}@media(max-width:820px){.srch-body{grid-template-columns:1fr}.srch-sidebar{position:static}.srch-subjects{flex-direction:row;flex-wrap:wrap}.srch-subject{width:auto}}.srch-res-thumb{position:relative;flex:0 0 auto;width:44px;height:44px;display:grid;place-items:center;border-radius:10px;background:var(--bg-deep);overflow:hidden}.srch-res-thumb .srch-res-icon{position:absolute}.srch-res-thumb.has-image .srch-res-icon{display:none}.srch-res-thumb img{position:relative;width:100%;height:100%;object-fit:contain;image-rendering:pixelated}