: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}}body{font-family:Inter,system-ui,sans-serif;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding:4rem 1rem}.container{width:100%;max-width:700px;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:1.5rem;padding:2rem 2.5rem;box-shadow:0 10px 25px #0000000d;animation:fadeIn .8s ease;overflow:hidden;word-wrap:break-word}h1{text-align:center;font-weight:800;font-size:2rem;margin-bottom:1.5rem}form{display:flex;gap:.5rem;margin-bottom:1rem}input{flex:1;padding:.7rem 1rem;border-radius:.75rem;border:1px solid #d1d5db;font-size:1rem;outline:none;transition:border-color .2s ease}input:focus{border-color:#6366f1}button{background:linear-gradient(to right,#000,#222);color:#fff;padding:.7rem 1rem;border-radius:.75rem;border:none;cursor:pointer;transition:all .3s ease}button:hover{transform:translateY(-1px);opacity:.9}.error{color:#dc2626;margin-top:.5rem}.result{margin-top:1.5rem;animation:fadeIn .6s ease;max-height:400px;overflow-y:auto;padding-right:1rem;scrollbar-width:thin}.animated-text{font-size:1rem;line-height:1.7;color:#111827;margin-top:1rem;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;max-width:100%;animation:fadeIn .6s ease}.keywords{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.5rem}.keyword{background:#eef2ff;color:#3730a3;border-radius:9999px;padding:.3rem .8rem;font-size:.85rem;transition:.3s ease}.keyword:hover{background:#c7d2fe}.result::-webkit-scrollbar{width:8px}.result::-webkit-scrollbar-thumb{background-color:#9ca3af80;border-radius:9999px}.result::-webkit-scrollbar-thumb:hover{background-color:#6b7280cc}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
