/* AI sahifalari uchun maxsus style */
input[type="file"] {
    border: 2px dashed #4ade80;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    transition: border-color 0.3s;
}
input[type="file"]:hover {
    border-color: #22c55e;
}
button {
    cursor: pointer;
}
img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
