body{font-family:Arial,sans-serif;background-color:#1f2937;color:#fff}.container{display:flex;flex-direction:column;padding:20px}.search{padding:30px}.radio-button-container{display:flex;justify-content:center;margin-bottom:30px}.radio-button{margin:0 80px;align-self:center}h1{text-align:center;font-size:1.875rem;font-weight:700;margin-bottom:2rem}.input-container{display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:15px}.text-area{width:100%;max-width:400px;border:1px solid #4b5563;padding:1rem 1.5rem;border-radius:12px;background-color:#1f2937;color:#d1d5db;transition:box-shadow .2s,border-color .2s;resize:none;overflow:hidden;line-height:1.75}.text-area:focus{border-color:#9ca3af}.text-area:hover{box-shadow:0 4px 8px #0000004d}button{width:50%;padding:.5rem;border-radius:9999px;background-color:#3b82f6;color:#fff;cursor:pointer;transition:background-color .2s}button:hover{background-color:#2563eb}button:disabled{opacity:.5;cursor:not-allowed}.button-container{display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:10px}.output-container{align-self:center;max-width:60%;width:100%;background-color:#1f2937;padding:1rem;border-radius:8px}.output-paragraph{margin-bottom:1rem;word-wrap:break-word;line-height:1.75}.loading-dots{font-size:50px;display:inline-flex;align-items:center;gap:.2rem}.loading-dots span{display:inline-block;animation:bounce .6s infinite alternate}.loading-dots span:nth-child(1){animation-delay:0s}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.output-container{position:relative;padding:1rem;border-radius:8px;min-height:100px}.copy-button{width:50%;padding:.5rem;border-radius:9999px;background-color:#3b82f6;color:#fff;cursor:pointer;transition:background-color .2s}.copy-button:hover{color:#3dafac}
