﻿.ai-h1-title {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0 30px 0;
    padding: 15px 20px;
    color: #333;
    background: #fdfdfd;
    border-left: 8px solid #fcaa14;
    border-bottom: 1px solid #eee;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    line-height: 1.4;
}

.ai-subtitle-box {
    margin-bottom: 35px;
    background: #fffaf0;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ffe4b5;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.ai-drop-zone {
    border: 2px dashed #ccc;
    padding: 60px 20px;
    background: #f6f6f6;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    text-align: center;
}

.ai-result-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #fdfdfd;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}
