.ip-ai-hd {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #cbd5e1;
}

.ip-ai-hd input {
    width: 16px;
    height: 16px;
}

#ai-preview {
    display: block;
    width: 100%;
    height: auto;
    max-height: 70vh;
    object-fit: contain;
    background: #0f172a;
}

#ai-preview[hidden] {
    display: none !important;
}

#ai-generate:disabled {
    opacity: 0.65;
}
