body{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,sans-serif;max-width:800px;margin:0 auto;padding:20px;background-color:#fdf5ec;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.project{margin-bottom:20px;text-align:center}.translation-item{display:flex;justify-content:space-between;align-items:center;padding:10px;border-bottom:1px solid #eee}.translation-item:last-child{border-bottom:none}.mic-icon{display:inline-flex;justify-content:center;align-items:center;width:60px;height:60px;border-radius:50%;background-color:#ed592e;color:#fff;cursor:pointer;transition:all .3s}.mic-icon:hover{background-color:#d04a24;transform:scale(1.05)}.mic-icon svg{width:30px;height:30px}.mic-icon.recording{animation:pulse 1.5s infinite}.copy-button{padding:10px 15px;background-color:#ed592e;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:16px;transition:background-color .3s;margin-top:15px;width:100%}.copy-button:hover{background-color:#d04a24}.copy-button.copied{background-color:#45a049}h1{color:#333;text-align:center}.logo-wrapper{text-align:center;margin-bottom:20px}.logo{max-width:100px;height:auto}.error{color:#d04a24;padding:10px;margin:10px 0;border-radius:4px;background-color:#f8d7da;text-align:center}.results{margin-top:20px;padding:15px;border-radius:5px;background-color:#fff;box-shadow:0 2px 5px #0000001a}.translating-message{text-align:center;margin:20px 0;color:#ed592e;font-size:18px;display:flex;flex-direction:column;align-items:center;gap:10px}.loading-dots{display:flex;justify-content:center;gap:8px}.loading-dots span{display:inline-block;width:10px;height:10px;border-radius:50%;background-color:#ed592e;animation:bounce 1.4s infinite ease-in-out both}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}.instructions-container{background-color:#ed592e14;border-radius:12px;padding:24px;margin:28px 0;border:1px solid rgba(237,89,46,.15);box-shadow:0 2px 8px #0000000d;transition:all .3s ease}.instructions-container:hover{box-shadow:0 4px 12px #0000001a;border-color:#ed592e4d}.instruction-text{margin:12px 0;line-height:1.7;color:#333;font-size:16px;position:relative;padding-left:20px}.instruction-text:first-child{margin-top:0;font-weight:600;color:#ed592e}.instruction-text:last-child{margin-bottom:0}.instruction-text:not(:first-child):before{content:"";position:absolute;left:0;top:10px;width:8px;height:8px;background-color:#ed592e;border-radius:50%}@media (max-width: 768px){.instructions-container{padding:18px;margin:20px 0}.instruction-text{font-size:15px;padding-left:16px}}.designer-credit{text-align:center;margin-top:40px;padding-top:20px;border-top:1px solid rgba(237,89,46,.2);color:#666;font-size:14px;letter-spacing:.5px;font-style:italic;transition:color .3s ease}.designer-credit:hover{color:#ed592e}@media (max-width: 768px){.designer-credit{margin-top:30px;font-size:13px}}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes pulse{0%{box-shadow:0 0 #ed592eb3}70%{box-shadow:0 0 0 15px #ed592e00}to{box-shadow:0 0 #ed592e00}}
