.search-page{max-width:1240px;margin:0 auto;padding:48px 24px 100px}.search-header{text-align:center;max-width:820px;margin:0 auto 64px}.search-badge{color:var(--secondary);letter-spacing:.18em;text-transform:uppercase;background:#d6b0661f;border-radius:999px;justify-content:center;align-items:center;padding:.65rem 1.1rem;font-size:.78rem;font-weight:700;display:inline-flex}.search-header h1{color:var(--heading);font-family:var(--font-heading);text-wrap:balance;margin-top:24px;font-size:clamp(3rem,6vw,5rem);line-height:1.08}.search-header p{max-width:760px;color:var(--muted-foreground);text-wrap:pretty;margin:28px auto 0;font-size:1.18rem;line-height:1.9}.search-form{margin-top:56px;position:relative}.search-form input{border:1px solid var(--border);background:var(--surface);width:100%;height:74px;color:var(--foreground);font-family:var(--font-app);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='M21 21l-4.35-4.35'/%3E%3C/svg%3E");background-position:24px;background-repeat:no-repeat;background-size:20px;border-radius:22px;outline:none;padding:0 72px 0 64px;font-size:18px;font-weight:500;transition:border-color .25s,box-shadow .25s,transform .25s;box-shadow:0 6px 24px #0000000a}.search-form input:hover{transform:translateY(-1px)}.search-form input:focus{border-color:var(--secondary);box-shadow:0 0 0 4px #d6b06629,0 14px 36px #00000014}.search-form input::placeholder{color:var(--muted-foreground);font-size:17px}.search-form button{width:42px;height:42px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:12px;justify-content:center;align-items:center;padding:0;transition:background-color .25s,color .25s;display:flex;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.search-form button:hover{color:var(--secondary);background:#d6b0661a}.search-form button:focus-visible{outline:2px solid var(--secondary);outline-offset:3px}.search-form button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.search-results-wrapper{margin-top:64px}.search-results-info{color:var(--muted-foreground);margin-bottom:12px;font-size:15px}.search-results-info strong{color:var(--heading)}.search-results-list{flex-direction:column;display:flex}.search-result{border-bottom:1px solid var(--border);opacity:0;border-radius:24px;padding:38px 0;transition:background-color .28s,box-shadow .28s,padding .28s;animation:.45s forwards searchFade}.search-result:last-child{border-bottom:none}.search-result:hover{background:color-mix(in srgb, var(--secondary) 6%, transparent);padding-inline:18px;box-shadow:0 10px 28px #0000000d}.search-result-link{color:inherit;grid-template-columns:340px minmax(0,1fr);align-items:center;gap:40px;text-decoration:none;display:grid}.search-result-thumb{border:1px solid var(--border);background:var(--surface);border-radius:20px;width:340px;height:212px;position:relative;overflow:hidden}.search-result-thumb img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.search-result-no-image{color:var(--muted-foreground);letter-spacing:.08em;text-transform:uppercase;justify-content:center;align-items:center;font-size:.82rem;font-weight:600;display:flex;position:absolute;inset:0}.search-result-inner{flex-direction:column;justify-content:center;min-width:0;display:flex}.search-result-title{color:var(--heading);font-family:var(--font-heading);margin:0 0 18px;font-size:clamp(2rem,2.5vw,2.6rem);font-weight:700;line-height:1.18;transition:color .25s}.search-result:hover .search-result-title{color:var(--secondary)}.search-result-excerpt{color:var(--muted-foreground);margin:0;font-size:1.05rem;line-height:1.9}.search-empty{text-align:center;color:var(--muted-foreground);padding:72px 24px}.search-empty h2{color:var(--heading);font-family:var(--font-heading);margin:0 0 14px;font-size:2rem}.search-empty p{margin:0;font-size:1rem;line-height:1.8}.search-empty strong{color:var(--heading)}@media (width<=1024px){.search-result-link{grid-template-columns:260px 1fr;gap:28px}.search-result-thumb{width:260px;height:162px}.search-result-title{font-size:2rem}}@media (width<=768px){.search-form input{height:64px;font-size:16px}.search-result{padding:28px 0}.search-result-link{grid-template-columns:1fr;gap:22px}.search-result-thumb{aspect-ratio:16/10;width:100%;height:auto}.search-result-title{font-size:1.8rem}.search-result-excerpt{font-size:1rem;line-height:1.8}}@media (width<=480px){.search-form{margin-top:42px}.search-form input{background-position:20px;background-size:18px;border-radius:18px;height:58px;padding-left:56px;font-size:15px}.search-form input::placeholder{font-size:14px}.search-form button{width:38px;height:38px;right:10px}.search-result-title{font-size:1.55rem}}html.dark .search-form input{box-shadow:0 8px 28px #00000047}html.dark .search-result:hover{box-shadow:0 12px 32px #0000004d}@keyframes searchFade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
