.search-page{padding:1rem 0}.search-header{margin-bottom:1.5rem;padding:2rem 0;text-align:center}.search-header h1{color:hsla(0,0%,100%,.95);font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.search-header h1 .keyword{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.search-header p{color:hsla(0,0%,100%,.5);font-size:.875rem}@media screen and (max-width:799px){.search-header{margin-bottom:1rem;padding:1rem 0}.search-header h1{font-size:1.25rem}}.search-box-wrapper{margin:1.5rem auto 0;max-width:600px}@media screen and (max-width:799px){.search-box-wrapper{margin-top:1rem}}.search-form-main{display:flex;gap:.75rem}@media screen and (max-width:799px){.search-form-main{flex-direction:column;gap:.5rem}}.search-input-wrapper{flex:1;position:relative}.search-input-wrapper .search-input{background:#16213e;border:2px solid hsla(0,0%,100%,.1);border-radius:9999px;color:hsla(0,0%,100%,.95);font-size:1rem;outline:none;padding:.75rem 1.25rem;transition:all .2s ease;width:100%}.search-input-wrapper .search-input::-moz-placeholder{color:hsla(0,0%,100%,.5)}.search-input-wrapper .search-input::placeholder{color:hsla(0,0%,100%,.5)}.search-input-wrapper .search-input:focus{border-color:#667eea;box-shadow:0 0 0 4px rgba(102,126,234,.1)}.search-form-main .search-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:9999px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .2s ease}.search-form-main .search-btn:hover{background:linear-gradient(135deg,#506be7,#694391);box-shadow:0 0 20px rgba(102,126,234,.3),0 0 40px rgba(118,75,162,.2)}@media screen and (max-width:799px){.search-form-main .search-btn{width:100%}}.search-stats{margin-bottom:1.5rem}.search-stats .stats-info{align-items:center;color:hsla(0,0%,100%,.5);display:flex;font-size:.875rem;gap:.5rem}.search-stats .stats-info .count strong{color:#667eea;font-weight:600}@media screen and (max-width:799px){.search-stats{margin-bottom:1rem}}.search-empty{padding:4rem 0;text-align:center}.search-empty .empty-icon{margin-bottom:1.5rem}.search-empty .empty-icon svg{color:hsla(0,0%,100%,.5);height:100px;width:100px}.search-empty h2{color:hsla(0,0%,100%,.95);font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.search-empty p{color:hsla(0,0%,100%,.5);font-size:.875rem;margin-bottom:1.5rem}@media screen and (max-width:799px){.search-empty{padding:2rem 0}.search-empty .empty-icon svg{height:80px;width:80px}.search-empty h2{font-size:1.125rem}}.suggestions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.suggestion-tag{background:#16213e;border:1px solid hsla(0,0%,100%,.1);border-radius:9999px;color:hsla(0,0%,100%,.7);display:inline-block;font-size:.875rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.suggestion-tag:hover{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;color:#fff}