.iye-dashboard-wrapper { background: #fff; padding: 25px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); border: 1px solid #e2e8f0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
.iye-dashboard-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #edf2f7; padding-bottom: 15px; margin-bottom: 20px; }
.iye-dashboard-tabs { display: flex; list-style: none; padding: 0; margin: 0 0 25px 0; border-bottom: 1px solid #e2e8f0; }
.iye-dashboard-tabs li { margin-right: 15px; }
.iye-dashboard-tabs li a { display: block; padding: 10px 18px; text-decoration: none; font-weight: 600; color: #4a5568; border-bottom: 3px solid transparent; transition: all 0.2s; }
.iye-dashboard-tabs li.active a, .iye-dashboard-tabs li a:hover { color: #e53e3e; border-bottom-color: #e53e3e; }
.iye-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 15px; }
.iye-stat-card { background: #f7fafc; padding: 20px; border-radius: 6px; border: 1px solid #e2e8f0; text-align: center; }
.iye-stat-card h3 { margin: 0 0 10px 0; font-size: 14px; color: #718096; }
.iye-stat-card .count { font-size: 28px; font-weight: bold; color: #2d3748; }
.iye-form-group { margin-bottom: 18px; }
.iye-form-group label { display: block; font-weight: 600; margin-bottom: 6px; color: #2d3748; }
.iye-form-group input, .iye-form-group select, .iye-form-group textarea { width: 100%; padding: 10px; border: 1px solid #cbd5e0; border-radius: 4px; box-sizing: border-box; }
.iye-form-row { display: flex; gap: 15px; }
.iye-form-row .iye-form-group { flex: 1; }
.iye-btn { display: inline-block; padding: 10px 20px; border-radius: 4px; border: none; font-weight: bold; cursor: pointer; text-decoration: none; }
.iye-btn-primary { background: #e53e3e; color: #fff; }
.iye-btn-primary:hover { background: #c53030; }
.iye-btn-secondary { background: #edf2f7; color: #2d3748; }
.iye-alert { padding: 12px 15px; border-radius: 4px; margin-bottom: 20px; font-weight: 500; }
.iye-alert-success { background: #c6f6d5; color: #22543d; }
.iye-alert-error { background: #fed7d7; color: #742a2a; }
.iye-table { width: 100%; border-collapse: collapse; margin-top: 15px; }
.iye-table th, .iye-table td { border: 1px solid #e2e8f0; padding: 12px; text-align: left; }
.iye-table th { background: #f7fafc; font-weight: 600; }

.iye-container { max-width: 1200px; margin: 30px auto; padding: 0 15px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
.iye-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 25px; }
.iye-card { background: #fff; padding: 20px; border-radius: 8px; border: 1px solid #e2e8f0; margin-bottom: 20px; box-shadow: 0 2px 10px rgba(0,0,0,0.03); }
.iye-card h3 { margin-top: 0; border-bottom: 2px solid #edf2f7; padding-bottom: 10px; color: #2d3748; }
.iye-btn-action { display: block; padding: 12px; margin-bottom: 10px; border-radius: 6px; text-align: center; font-weight: bold; text-decoration: none; color: #fff; transition: opacity 0.2s; }
.iye-btn-phone { background: #3182ce; }
.iye-btn-whatsapp { background: #38a169; }
.iye-btn-email { background: #dd6b20; }
.iye-btn-maps { background: #e53e3e; }
.iye-btn-action:hover { opacity: 0.9; color: #fff; }
.iye-egitim-list { list-style: none; padding: 0; }
.iye-egitim-list li { padding: 12px 0; border-bottom: 1px solid #edf2f7; }
.iye-egitim-list li:last-child { border-bottom: none; }
.iye-egitim-list h4 { margin: 0 0 5px 0; }
@media (max-width: 768px) { .iye-grid { grid-template-columns: 1fr; } }

/* Panel Form Düzeni Düzeltmeleri */
.iye-tab-content { display: none; width: 100%; box-sizing: border-box; }
.iye-tab-content.active { display: block; }

.iye-section-title {
    font-size: 16px;
    font-weight: bold;
    color: #2d3748;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #edf2f7;
}

.iye-form-row {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.iye-form-row::after {
    content: "";
    display: table;
    clear: both;
}

.iye-form-group {
    width: 100%;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.iye-form-row .iye-form-group {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.iye-form-row .iye-form-group:last-child {
    margin-right: 0;
}

.iye-form-row-3 .iye-form-group {
    width: 31%;
    margin-right: 3.5%;
}

.iye-form-row-3 .iye-form-group:last-child {
    margin-right: 0;
}

.iye-form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #4a5568;
}

.iye-form-group input[type="text"],
.iye-form-group input[type="email"],
.iye-form-group input[type="url"],
.iye-form-group textarea {
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px;
    border: 1px solid #cbd5e0;
    border-radius: 6px;
    box-sizing: border-box !important;
    font-size: 14px;
}

@media (max-width: 768px) {
    .iye-form-row .iye-form-group,
    .iye-form-row-3 .iye-form-group {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}