#search-container{position:fixed;z-index:9999;left:0;top:0;width:100vw;height:100%;overflow-y:auto;display:none;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:rgba(0,0,0,.15)}body[theme=dark] #search-container{background:rgba(0,0,0,.4)}#search-space{width:50%;margin-top:15vh;margin-left:auto;margin-right:auto;margin-bottom:4em}@media(max-width:1200px){#search-space{width:90%}}#search-filters{display:flex;gap:.5em;flex-wrap:wrap;padding:.5em 1em;background:#fff;border:1px solid #ddd;border-bottom:none;border-top-left-radius:5px;border-top-right-radius:5px;box-shadow:0 14px 50px rgba(27,33,48,.12),0 10px 30px rgba(27,33,48,.16)}body[theme=dark] #search-filters{background:#1f1f28;border-color:#54546d}#search-filters button{background:0 0;border:1px solid #ccc;border-radius:4px;padding:.15em .55em;cursor:pointer;font-size:.8em;font-family:inherit;color:#555}body[theme=dark] #search-filters button{border-color:#54546d;color:#a9a9b3}#search-filters button.active{background:#e8ecf7;border-color:#3150aa;font-weight:600;color:#3150aa}body[theme=dark] #search-filters button.active{background:#363646;border-color:#658594;color:#dcd7ba}#search-filters button:hover:not(.active){border-color:#aaa;color:#333}body[theme=dark] #search-filters button:hover:not(.active){border-color:#7e8a8a;color:#dcd7ba}#search-bar{display:block;width:100%;box-sizing:border-box;padding:.85em 1.1em;font-size:1.25em;font-family:inherit;border:1px solid #ddd;border-top:none;border-bottom:none;background:#fff;color:#161209;box-shadow:0 14px 50px rgba(27,33,48,.12),0 10px 30px rgba(27,33,48,.16)}body[theme=dark] #search-bar{background:#1f1f28;border-color:#54546d;color:#dcd7ba}#search-bar::placeholder{color:#aaa}body[theme=dark] #search-bar::placeholder{color:#54546d}#search-bar:focus{outline:none}#results-container{background:#fff;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow:0 14px 50px rgba(27,33,48,.12),0 10px 30px rgba(27,33,48,.16)}body[theme=dark] #results-container{background:#1f1f28}#results-container .result-card{display:block;width:100%;padding:1em;cursor:pointer;border:1px solid #ddd;border-bottom:none;background:#fff;text-align:left;font-family:inherit;font-size:100%;line-height:1.4;margin:0;transition:background .15s ease}body[theme=dark] #results-container .result-card{background:#1f1f28;border-color:#54546d}#results-container .result-card:hover,#results-container .result-card:focus{background:rgba(180,180,180,.12);outline:none}body[theme=dark] #results-container .result-card:hover,body[theme=dark] #results-container .result-card:focus{background:#2a2a37}#results-container .result-card:last-of-type{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-bottom:1px solid #ddd}body[theme=dark] #results-container .result-card:last-of-type{border-bottom-color:#54546d}#results-container .result-card h3,#results-container .result-card p{margin:0}#results-container .result-card h3{font-size:1em;font-weight:600;color:#3150aa}body[theme=dark] #results-container .result-card h3{color:#658594}body[theme=dark] #results-container .result-card:hover h3{color:#d27e99}#results-container .result-card p{font-size:.85em;color:#555;margin-top:.3em}body[theme=dark] #results-container .result-card p{color:#a9a9b3}.search-highlight{background-color:rgba(49,80,170,.15);padding:.05em .2em;border-radius:3px}body[theme=dark] .search-highlight{background-color:rgba(101,133,148,.3)}.source-badge{display:inline-block;font-size:.65em;padding:.1em .45em;border-radius:3px;margin-left:.5em;vertical-align:middle;font-weight:500}.source-badge.source-blog{background:rgba(37,99,235,.12);color:#2563eb}.source-badge.source-brain{background:rgba(22,163,74,.12);color:#16a34a}body[theme=dark] .source-badge.source-blog{background:rgba(101,133,148,.2);color:#658594}body[theme=dark] .source-badge.source-brain{background:rgba(22,163,74,.15);color:#76946a}.result-date{display:inline-block;font-size:.65em;color:#888;margin-left:.5em;vertical-align:middle}body[theme=dark] .result-date{color:#7e8a8a}