body {
    font-family: 'Roboto', sans-serif;
}
.veo3-container {
    max-width: 600px;
    margin: 40px auto;
    padding: 25px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.veo3-title {
    text-align: center;
    font-size: 24px;
}
.veo3-language-switcher {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.lang-btn {
    padding: 6px 12px;
    margin: 0 4px;
    cursor: pointer;
}
label {
    font-weight: bold;
    margin-top: 12px;
    display: block;
}
select, input, textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
}
#generate-btn, #copy-btn {
    width: 100%;
    padding: 10px;
    margin-top: 8px;
    background-color: #1e73be;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
