:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;justify-content:center;align-items:flex-start;min-width:320px;min-height:100vh;background-color:#f5f5f5}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.container{max-width:800px;margin:0 auto;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background-color:#fff}h1{color:#333;text-align:center;margin-bottom:2rem;font-size:2.5rem;font-weight:600}.input-section{width:100%;max-width:500px;margin-bottom:2rem;display:flex;gap:1rem}.input-section input{flex:1;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;background-color:#fff}.input-section input:focus{border-color:#666;outline:none;box-shadow:0 0 0 2px #0000001a}.input-section button{padding:.75rem 1.5rem;background-color:#333;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s}.input-section button:hover{background-color:#444}.input-section button:disabled{background-color:#999;cursor:not-allowed}.error-message{color:#dc3545;background-color:#f8d7da;padding:.75rem;border-radius:4px;margin-bottom:1rem;width:100%;max-width:500px;text-align:center}.results-section{width:100%;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.name-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;transition:transform .2s}.name-card:hover{transform:translateY(-2px)}.name-card h2{color:#333;margin-bottom:1rem;font-size:1.5rem}.name-details p{margin:.5rem 0;color:#666;line-height:1.5}.name-details strong{color:#333;font-weight:600}@media (max-width: 600px){.input-section{flex-direction:column}.input-section input,.input-section button{width:100%}.results-section{grid-template-columns:1fr}}
