.ia-box {
    border: 2px solid #333;
    padding: 1rem;
    margin: 1rem 0;
    background: #fafafa;
    font-family: 'Poppins', sans-serif;
}
.ia-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}
.ia-prompt {
    width: 100%;
    height: 100px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0.5rem;
}
.ia-copy {
    background: #111;
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: background 0.3s;
}
.ia-copy:hover {
    background: #444;
}
