*{box-sizing:border-box}.search-bar{display:flex;justify-content:center;padding:1.8rem 0;-webkit-user-select:none;user-select:none}.search-input-container{display:flex;gap:.75rem;width:100%;max-width:620px;background-color:#fefefe;padding:.75rem 1rem;border-radius:10px;box-shadow:0 4px 12px #00000012;border:1px solid #dddfe2;transition:box-shadow .3s ease}.search-input-container input{flex:1;padding:.65rem 1rem;border:1.5px solid #ccc;border-radius:8px;font-size:1.1rem;font-weight:400;outline-offset:2px;outline-color:#007bff;transition:border-color .3s ease;color:#333}.search-input-container input::placeholder{color:#9ca3af;font-style:italic}.search-input-container input:focus{border-color:#007bff;box-shadow:0 0 8px #007bff4d}.search-input-container button{padding:.65rem 1.5rem;background-color:#007bff;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .25s ease,box-shadow .25s ease;-webkit-user-select:none;user-select:none}.results-container{max-width:720px;margin:1rem auto 3rem;padding:0 1rem}.results-list{list-style:none;padding:0;margin:1.2rem 0 0}.result-item{background:#fff;border:1px solid #e1e4e8;border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1rem;box-shadow:0 2px 8px #0000000a;transition:transform .15s ease,box-shadow .15s ease;font-size:1rem;line-height:1.5;color:#344054;cursor:default;max-width:20em;word-wrap:break-word}.result-item strong{color:#1e293b;font-weight:700}.no-results{text-align:center;color:#6b7280;font-size:1.1rem;margin-top:3rem;font-style:italic;-webkit-user-select:none;user-select:none;display:flex;flex-direction:column;align-items:center;gap:.75rem}.no-results svg{width:50px;height:50px;fill:#9ca3af}.loading,.error{text-align:center;font-weight:600;font-size:1.2rem;padding:1rem 0;-webkit-user-select:none;user-select:none}.error{color:#dc2626}.loading{color:#2563eb}.App{max-width:720px;margin:60px auto;background:#fff;border-radius:16px;padding:2.5rem 3rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;box-shadow:0 8px 24px #0000001a;color:#222;-webkit-user-select:none;user-select:none}.title{font-size:2rem;font-weight:600;text-align:center;margin-bottom:2rem;color:#1e293b;letter-spacing:.05em;text-transform:uppercase}.search-results{display:flex}@media screen and (max-width: 768px){.App{padding:1.5rem}.title{font-size:1.5rem}}@keyframes spin{to{transform:rotate(360deg)}}
