:root{font-family: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;place-items:center;min-width:320px;min-height:100vh}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:480px;margin:0 auto;padding:2rem 1.5rem}.title{font-size:2.4rem;margin-bottom:.25rem;text-align:center}.subtitle{text-align:center;color:#888;margin-bottom:2.5rem;font-size:1rem}.form{display:flex;flex-direction:column;gap:2rem}.field{display:flex;flex-direction:column;gap:.5rem;position:relative}.label{font-size:1rem;font-weight:600}.input{padding:.75rem 1rem;border:2px solid #444;border-radius:12px;background:transparent;color:inherit;font-size:1rem;outline:none;transition:border-color .2s}.input:focus{border-color:#646cff}.input::placeholder{color:#666}.dropdown{position:absolute;top:100%;left:0;right:0;max-height:200px;overflow-y:auto;margin:.25rem 0 0;padding:.25rem 0;list-style:none;border:2px solid #444;border-radius:12px;background:#2a2a2a;z-index:10}.dropdown-item{padding:.6rem 1rem;cursor:pointer;transition:background .15s}.dropdown-item:hover{background:#646cff;color:#fff}.dropdown-item.no-result{color:#888;cursor:default}.dropdown-item.no-result:hover{background:transparent;color:#888}.submit-btn{margin-top:.5rem;padding:1rem;border:none;border-radius:14px;background:#646cff;color:#fff;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .2s}.submit-btn:hover:not(:disabled){background:#535bf2}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.loading{text-align:center;margin-top:2rem;color:#888;font-size:1rem;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.result{margin-top:2rem;padding:1.5rem;border:2px solid #444;border-radius:14px;background:#646cff0d}.result h2{font-size:1.3rem;margin-bottom:1rem;color:#646cff}.result-content{white-space:pre-wrap;line-height:1.7;font-size:.95rem}@media(prefers-color-scheme:light){.input{border-color:#ccc}.input::placeholder{color:#aaa}.dropdown{background:#fff;border-color:#ccc;box-shadow:0 4px 12px #0000001a}.dropdown-item:hover{background:#646cff;color:#fff}.result{border-color:#ccc;background:#646cff08}}
