/* ===== GENEL SATIŞ RAPORU ===== */
.genel-satis-container {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.genel-satis-breadcrumb {
    background: linear-gradient(135deg, #FF6247 0%, #FF7F5B 100%);
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
    color: white;
}

.genel-satis-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.genel-satis-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.genel-satis-links a:hover,
.genel-satis-links a.active {
    color: white;
}

.genel-satis-tabs {
    margin-bottom: 30px;
}

.genel-satis-tabs-wrapper {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(255, 98, 71, 0.1);
    padding: 20px;
}

.genel-satis-tab-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.genel-satis-tab-link {
    padding: 12px 24px;
    background: #f8f9fa;
    color: #6c757d;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.genel-satis-tab-link:hover {
    background: rgba(255, 98, 71, 0.1);
    color: #FF6247;
}

.genel-satis-tab-link.active {
    background: #FF6247;
    color: white;
}

.genel-satis-year-selection {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(255, 98, 71, 0.1);
    padding: 25px;
    margin-bottom: 30px;
}

.genel-satis-form-group {
    max-width: 300px;
}

.genel-satis-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.genel-satis-select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.genel-satis-select:focus {
    outline: none;
    border-color: #FF6247;
    box-shadow: 0 0 0 3px rgba(255, 98, 71, 0.1);
}

.genel-satis-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 30px;
}

.genel-satis-stat-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(255, 98, 71, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.genel-satis-stat-card:hover {
    transform: translateY(-5px);
}

.genel-satis-stat-content {
    padding: 30px;
    text-align: center;
}

.genel-satis-stat-label {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 500;
}

.genel-satis-stat-value {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.genel-satis-stat-value.primary {
    color: #FF6247;
}

.genel-satis-stat-value.success {
    color: #28a745;
}

.genel-satis-stat-value.warning {
    color: #ffc107;
}

.genel-satis-monthly-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.genel-satis-monthly-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(255, 98, 71, 0.1);
    transition: transform 0.3s ease;
}

.genel-satis-monthly-card:hover {
    transform: translateY(-3px);
}

.genel-satis-monthly-content {
    padding: 25px;
    text-align: center;
}

.genel-satis-monthly-title {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}

.genel-satis-monthly-amount {
    color: #FF6247;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

/* ===== KATEGORİ SATIŞ RAPORU ===== */
.kategori-satis-wrapper {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.kategori-satis-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(255, 98, 71, 0.1);
    overflow: hidden;
}

.kategori-satis-header {
    background: linear-gradient(135deg, #FF6247 0%, #FF7F5B 100%);
    padding: 25px;
    color: white;
}

.kategori-satis-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.kategori-satis-tabs-section {
    padding: 20px 25px;
    border-bottom: 1px solid #e9ecef;
}

.kategori-satis-tabs-wrapper {
    display: flex;
    justify-content: center;
}

.kategori-satis-tab-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.kategori-satis-tab-link {
    padding: 12px 24px;
    background: #f8f9fa;
    color: #6c757d;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.kategori-satis-tab-link:hover {
    background: rgba(255, 98, 71, 0.1);
    color: #FF6247;
}

.kategori-satis-tab-link.active {
    background: #FF6247;
    color: white;
}

.kategori-satis-filter-section {
    padding: 25px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.kategori-satis-form {
    width: 100%;
}

.kategori-satis-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    align-items: end;
}

.kategori-satis-form-group {
    display: flex;
    flex-direction: column;
}

.kategori-satis-label {
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.kategori-satis-select,
.kategori-satis-input {
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.kategori-satis-select:focus,
.kategori-satis-input:focus {
    outline: none;
    border-color: #FF6247;
    box-shadow: 0 0 0 3px rgba(255, 98, 71, 0.1);
}

.kategori-satis-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.kategori-satis-btn-primary {
    background: #FF6247;
    color: white;
}

.kategori-satis-btn-primary:hover {
    background: #e55a42;
    transform: translateY(-2px);
}

.kategori-satis-chart-section {
    padding: 30px 25px;
}

.kategori-satis-analysis-section {
    padding: 25px;
    background: #f8f9fa;
}

.kategori-satis-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.kategori-satis-category-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(255, 98, 71, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.kategori-satis-category-card:hover {
    transform: translateY(-5px);
}

.kategori-satis-category-image {
    height: 200px;
    overflow: hidden;
}

.kategori-satis-category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.kategori-satis-category-card:hover .kategori-satis-category-image img {
    transform: scale(1.05);
}

.kategori-satis-category-content {
    padding: 25px;
    text-align: center;
}

.kategori-satis-category-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.kategori-satis-category-info {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 10px;
}

.kategori-satis-highlight {
    font-weight: 600;
    color: #FF6247;
}

/* ===== MASA DOLULUK RAPORU ===== */
.masa-doluluk-wrapper {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.masa-doluluk-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(255, 98, 71, 0.1);
    overflow: hidden;
}

.masa-doluluk-header {
    background: linear-gradient(135deg, #FF6247 0%, #FF7F5B 100%);
    padding: 25px;
    color: white;
}

.masa-doluluk-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.masa-doluluk-tabs-section {
    padding: 20px 25px;
    border-bottom: 1px solid #e9ecef;
}

.masa-doluluk-tabs-wrapper {
    display: flex;
    justify-content: center;
}

.masa-doluluk-tab-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.masa-doluluk-tab-link {
    padding: 12px 24px;
    background: #f8f9fa;
    color: #6c757d;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.masa-doluluk-tab-link:hover {
    background: rgba(255, 98, 71, 0.1);
    color: #FF6247;
}

.masa-doluluk-tab-link.active {
    background: #FF6247;
    color: white;
}

.masa-doluluk-filter-section {
    padding: 25px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.masa-doluluk-form {
    width: 100%;
}

.masa-doluluk-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    align-items: end;
}

.masa-doluluk-form-group {
    display: flex;
    flex-direction: column;
}

.masa-doluluk-label {
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.masa-doluluk-select,
.masa-doluluk-input {
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.masa-doluluk-select:focus,
.masa-doluluk-input:focus {
    outline: none;
    border-color: #FF6247;
    box-shadow: 0 0 0 3px rgba(255, 98, 71, 0.1);
}

.masa-doluluk-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.masa-doluluk-btn-success {
    background: #28a745;
    color: white;
}

.masa-doluluk-btn-success:hover {
    background: #218838;
    transform: translateY(-2px);
}

.masa-doluluk-btn-info {
    background: #17a2b8;
    color: white;
}

.masa-doluluk-btn-info:hover {
    background: #138496;
    transform: translateY(-2px);
}

.masa-doluluk-chart-section {
    padding: 30px 25px;
}

.masa-doluluk-results-section {
    padding: 25px;
    background: #f8f9fa;
}

.masa-doluluk-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
}

.masa-doluluk-result-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(255, 98, 71, 0.1);
    transition: transform 0.3s ease;
}

.masa-doluluk-result-card:hover {
    transform: translateY(-3px);
}

.masa-doluluk-card-body {
    padding: 25px;
}

.masa-doluluk-table-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.masa-doluluk-revenue {
    font-size: 20px;
    font-weight: 700;
    color: #FF6247;
    margin-bottom: 15px;
}

.masa-doluluk-progress {
    width: 100%;
    height: 8px;
    background: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}

.masa-doluluk-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #FF6247 0%, #FF7F5B 100%);
    border-radius: 4px;
    transition: width 0.3s ease;
}

.masa-doluluk-occupancy-text {
    color: #6c757d;
    font-size: 14px;
}

/* ===== ÖDEME TİPİ RAPORU ===== */
.odeme-tipi-wrapper {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.odeme-tipi-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(255, 98, 71, 0.1);
    overflow: hidden;
}

.odeme-tipi-header {
    background: linear-gradient(135deg, #FF6247 0%, #FF7F5B 100%);
    padding: 25px;
    color: white;
}

.odeme-tipi-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.odeme-tipi-tabs-section {
    padding: 20px 25px;
    border-bottom: 1px solid #e9ecef;
}

.odeme-tipi-tabs-wrapper {
    display: flex;
    justify-content: center;
}

.odeme-tipi-tab-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.odeme-tipi-tab-link {
    padding: 12px 24px;
    background: #f8f9fa;
    color: #6c757d;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.odeme-tipi-tab-link:hover {
    background: rgba(255, 98, 71, 0.1);
    color: #FF6247;
}

.odeme-tipi-tab-link.active {
    background: #FF6247;
    color: white;
}

.odeme-tipi-filter-section {
    padding: 25px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.odeme-tipi-form {
    width: 100%;
}

.odeme-tipi-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    align-items: end;
}

.odeme-tipi-form-group {
    display: flex;
    flex-direction: column;
}

.odeme-tipi-label {
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.odeme-tipi-input {
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.odeme-tipi-input:focus {
    outline: none;
    border-color: #FF6247;
    box-shadow: 0 0 0 3px rgba(255, 98, 71, 0.1);
}

.odeme-tipi-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.odeme-tipi-btn-success {
    background: #28a745;
    color: white;
}

.odeme-tipi-btn-success:hover {
    background: #218838;
    transform: translateY(-2px);
}

.odeme-tipi-btn-info {
    background: #17a2b8;
    color: white;
}

.odeme-tipi-btn-info:hover {
    background: #138496;
    transform: translateY(-2px);
}

.odeme-tipi-chart-section {
    padding: 30px 25px;
}

.odeme-tipi-details-section {
    padding: 25px;
    background: #f8f9fa;
}

.odeme-tipi-details-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
}

.odeme-tipi-details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.odeme-tipi-detail-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(255, 98, 71, 0.1);
    transition: transform 0.3s ease;
}

.odeme-tipi-detail-card:hover {
    transform: translateY(-3px);
}

.odeme-tipi-card-body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.odeme-tipi-payment-type {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 15px;
}

.odeme-tipi-payment-name {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.odeme-tipi-payment-label {
    color: #6c757d;
    font-size: 12px;
}

.odeme-tipi-sales-number {
    font-size: 24px;
    font-weight: 700;
    color: #FF6247;
    margin: 0;
}

.odeme-tipi-sales-label {
    color: #6c757d;
    font-size: 12px;
}

.odeme-tipi-amount-number {
    font-size: 24px;
    font-weight: 700;
    color: #28a745;
    margin: 0;
}

.odeme-tipi-amount-label {
    color: #6c757d;
    font-size: 12px;
}

/* ===== PERSONEL RAPORU ===== */
.personel-rapor-wrapper {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.personel-rapor-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(255, 98, 71, 0.1);
    overflow: hidden;
}

.personel-rapor-header {
    background: linear-gradient(135deg, #FF6247 0%, #FF7F5B 100%);
    padding: 25px;
    color: white;
}

.personel-rapor-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.personel-rapor-tabs-section {
    padding: 20px 25px;
    border-bottom: 1px solid #e9ecef;
}

.personel-rapor-tabs-wrapper {
    display: flex;
    justify-content: center;
}

.personel-rapor-tab-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.personel-rapor-tab-link {
    padding: 12px 24px;
    background: #f8f9fa;
    color: #6c757d;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.personel-rapor-tab-link:hover {
    background: rgba(255, 98, 71, 0.1);
    color: #FF6247;
}

.personel-rapor-tab-link.active {
    background: #FF6247;
    color: white;
}

.personel-rapor-filter-section {
    padding: 25px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.personel-rapor-form {
    width: 100%;
}

.personel-rapor-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    align-items: end;
}

.personel-rapor-form-group {
    display: flex;
    flex-direction: column;
}

.personel-rapor-label {
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.personel-rapor-input {
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.personel-rapor-input:focus {
    outline: none;
    border-color: #FF6247;
    box-shadow: 0 0 0 3px rgba(255, 98, 71, 0.1);
}

.personel-rapor-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.personel-rapor-btn-success {
    background: #28a745;
    color: white;
}

.personel-rapor-btn-success:hover {
    background: #218838;
    transform: translateY(-2px);
}

.personel-rapor-btn-info {
    background: #17a2b8;
    color: white;
}

.personel-rapor-btn-info:hover {
    background: #138496;
    transform: translateY(-2px);
}

.personel-rapor-chart-section {
    padding: 30px 25px;
}

.personel-rapor-results-section {
    padding: 25px;
    background: #f8f9fa;
}

.personel-rapor-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.personel-rapor-result-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(255, 98, 71, 0.1);
    transition: transform 0.3s ease;
}

.personel-rapor-result-card:hover {
    transform: translateY(-3px);
}

.personel-rapor-result-card.nfc-card {
    border: 2px solid #FF6247;
}

.personel-rapor-card-body {
    padding: 25px;
}

.personel-rapor-staff-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.personel-rapor-revenue {
    font-size: 20px;
    font-weight: 700;
    color: #FF6247;
    margin-bottom: 10px;
}

.personel-rapor-orders {
    color: #6c757d;
    font-size: 14px;
}

/* ===== SAATLİK YOĞUNLUK RAPORU ===== */
.saatlik-yogunluk-wrapper {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.saatlik-yogunluk-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(255, 98, 71, 0.1);
    overflow: hidden;
}

.saatlik-yogunluk-header {
    background: linear-gradient(135deg, #FF6247 0%, #FF7F5B 100%);
    padding: 25px;
    color: white;
}

.saatlik-yogunluk-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.saatlik-yogunluk-tabs-section {
    padding: 20px 25px;
    border-bottom: 1px solid #e9ecef;
}

.saatlik-yogunluk-tabs-wrapper {
    display: flex;
    justify-content: center;
}

.saatlik-yogunluk-tab-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.saatlik-yogunluk-tab-link {
    padding: 12px 24px;
    background: #f8f9fa;
    color: #6c757d;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.saatlik-yogunluk-tab-link:hover {
    background: rgba(255, 98, 71, 0.1);
    color: #FF6247;
}

.saatlik-yogunluk-tab-link.active {
    background: #FF6247;
    color: white;
}

.saatlik-yogunluk-filter-section {
    padding: 25px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.saatlik-yogunluk-form {
    width: 100%;
}

.saatlik-yogunluk-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    align-items: end;
}

.saatlik-yogunluk-form-group {
    display: flex;
    flex-direction: column;
}

.saatlik-yogunluk-label {
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.saatlik-yogunluk-select,
.saatlik-yogunluk-input {
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.saatlik-yogunluk-select:focus,
.saatlik-yogunluk-input:focus {
    outline: none;
    border-color: #FF6247;
    box-shadow: 0 0 0 3px rgba(255, 98, 71, 0.1);
}

.saatlik-yogunluk-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.saatlik-yogunluk-btn-primary {
    background: #FF6247;
    color: white;
}

.saatlik-yogunluk-btn-primary:hover {
    background: #e55a42;
    transform: translateY(-2px);
}

.saatlik-yogunluk-chart-section {
    padding: 30px 25px;
}

.saatlik-yogunluk-analysis-section {
    padding: 25px;
    background: #f8f9fa;
}

.saatlik-yogunluk-analysis-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.saatlik-yogunluk-analysis-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(255, 98, 71, 0.1);
    border-left: 4px solid;
    transition: transform 0.3s ease;
}

.saatlik-yogunluk-analysis-card:hover {
    transform: translateY(-3px);
}

.saatlik-yogunluk-analysis-card.info {
    border-left-color: #17a2b8;
}

.saatlik-yogunluk-analysis-card.warning {
    border-left-color: #ffc107;
}

.saatlik-yogunluk-analysis-card.success {
    border-left-color: #28a745;
}

.saatlik-yogunluk-analysis-card.full-width {
    grid-column: 1 / -1;
}

.saatlik-yogunluk-analysis-content {
    padding: 25px;
}

.saatlik-yogunluk-analysis-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.saatlik-yogunluk-analysis-text {
    color: #6c757d;
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
}

/* ===== STOK DEVİR RAPORU ===== */
.stok-devir-container {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.stok-devir-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(255, 98, 71, 0.1);
    overflow: hidden;
}

.stok-devir-header {
    background: linear-gradient(135deg, #FF6247 0%, #FF7F5B 100%);
    padding: 25px;
    color: white;
}

.stok-devir-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.stok-devir-tabs-section {
    padding: 20px 25px;
    border-bottom: 1px solid #e9ecef;
}

.stok-devir-tabs-wrapper {
    display: flex;
    justify-content: center;
}

.stok-devir-tab-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.stok-devir-tab-link {
    padding: 12px 24px;
    background: #f8f9fa;
    color: #6c757d;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.stok-devir-tab-link:hover {
    background: rgba(255, 98, 71, 0.1);
    color: #FF6247;
}

.stok-devir-tab-link.active {
    background: #FF6247;
    color: white;
}

.stok-devir-filter-section {
    padding: 25px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.stok-devir-form {
    width: 100%;
}

.stok-devir-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    align-items: end;
}

.stok-devir-form-group {
    display: flex;
    flex-direction: column;
}

.stok-devir-label {
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.stok-devir-input {
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.stok-devir-input:focus {
    outline: none;
    border-color: #FF6247;
    box-shadow: 0 0 0 3px rgba(255, 98, 71, 0.1);
}

.stok-devir-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.stok-devir-btn-success {
    background: #28a745;
    color: white;
}

.stok-devir-btn-success:hover {
    background: #218838;
    transform: translateY(-2px);
}

.stok-devir-table-section {
    padding: 25px;
}

.stok-devir-table-wrapper {
    overflow-x: auto;
}

.stok-devir-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(255, 98, 71, 0.1);
}

.stok-devir-table-head {
    background: linear-gradient(135deg, #FF6247 0%, #FF7F5B 100%);
}

.stok-devir-th {
    padding: 20px 15px;
    text-align: left;
    font-weight: 700;
    color: white;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.stok-devir-table-body {
    background: white;
}

.stok-devir-table-row {
    transition: background-color 0.3s ease;
}

.stok-devir-table-row:hover {
    background: rgba(255, 98, 71, 0.05);
}

.stok-devir-td {
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    font-size: 14px;
    color: #333;
}

.stok-devir-td.image-cell {
    width: 80px;
}

.stok-devir-table-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

.stok-devir-td.low-stock {
    color: #dc3545;
    font-weight: 600;
}

.stok-devir-td.no-data {
    text-align: center;
    color: #6c757d;
    font-style: italic;
    padding: 40px;
}

/* ===== ÜRÜN SATIŞ RAPORU ===== */
.urun-satis-wrapper {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.urun-satis-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(255, 98, 71, 0.1);
    overflow: hidden;
}

.urun-satis-header {
    background: linear-gradient(135deg, #FF6247 0%, #FF7F5B 100%);
    padding: 25px;
    color: white;
}

.urun-satis-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.urun-satis-tabs-section {
    padding: 20px 25px;
    border-bottom: 1px solid #e9ecef;
}

.urun-satis-tabs-wrapper {
    display: flex;
    justify-content: center;
}

.urun-satis-tab-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.urun-satis-tab-link {
    padding: 12px 24px;
    background: #f8f9fa;
    color: #6c757d;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.urun-satis-tab-link:hover {
    background: rgba(255, 98, 71, 0.1);
    color: #FF6247;
}

.urun-satis-tab-link.active {
    background: #FF6247;
    color: white;
}

.urun-satis-filter-section {
    padding: 25px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.urun-satis-form {
    width: 100%;
}

.urun-satis-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    align-items: end;
}

.urun-satis-form-group {
    display: flex;
    flex-direction: column;
}

.urun-satis-label {
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.urun-satis-select,
.urun-satis-input {
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.urun-satis-select:focus,
.urun-satis-input:focus {
    outline: none;
    border-color: #FF6247;
    box-shadow: 0 0 0 3px rgba(255, 98, 71, 0.1);
}

.urun-satis-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.urun-satis-btn-success {
    background: #28a745;
    color: white;
}

.urun-satis-btn-success:hover {
    background: #218838;
    transform: translateY(-2px);
}

.urun-satis-btn-info {
    background: #17a2b8;
    color: white;
}

.urun-satis-btn-info:hover {
    background: #138496;
    transform: translateY(-2px);
}

.urun-satis-chart-section {
    padding: 30px 25px;
}

.urun-satis-products-section {
    padding: 25px;
    background: #f8f9fa;
}

.urun-satis-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
}

.urun-satis-product-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(255, 98, 71, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.urun-satis-product-card:hover {
    transform: translateY(-5px);
}

.urun-satis-product-image {
    height: 200px;
    overflow: hidden;
}

.urun-satis-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.urun-satis-product-card:hover .urun-satis-product-image img {
    transform: scale(1.05);
}

.urun-satis-product-content {
    padding: 25px;
}

.urun-satis-product-info {
    margin-bottom: 20px;
}

.urun-satis-product-name {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.urun-satis-product-category {
    color: #6c757d;
    font-size: 14px;
    font-weight: 500;
}

.urun-satis-product-stats {
    border-top: 1px solid #e9ecef;
    padding-top: 15px;
}

.urun-satis-product-summary {
    font-size: 16px;
    font-weight: 600;
    color: #FF6247;
    margin: 0;
    line-height: 1.4;
}

/* ===== RESPONSİVE TASARIM ===== */
@media (max-width: 768px) {
    /* Genel ayarlar */
    .genel-satis-container,
    .kategori-satis-wrapper,
    .masa-doluluk-wrapper,
    .odeme-tipi-wrapper,
    .personel-rapor-wrapper,
    .saatlik-yogunluk-wrapper,
    .stok-devir-container,
    .urun-satis-wrapper {
        padding: 15px;
    }

    /* Tab linkler */
    .genel-satis-tab-links,
    .kategori-satis-tab-links,
    .masa-doluluk-tab-links,
    .odeme-tipi-tab-links,
    .personel-rapor-tab-links,
    .saatlik-yogunluk-tab-links,
    .stok-devir-tab-links,
    .urun-satis-tab-links {
        flex-direction: column;
    }

    .genel-satis-tab-link,
    .kategori-satis-tab-link,
    .masa-doluluk-tab-link,
    .odeme-tipi-tab-link,
    .personel-rapor-tab-link,
    .saatlik-yogunluk-tab-link,
    .stok-devir-tab-link,
    .urun-satis-tab-link {
        text-align: center;
    }

    /* Grid'ler */
    .genel-satis-stats-grid,
    .genel-satis-monthly-grid {
        grid-template-columns: 1fr;
    }

    .kategori-satis-category-grid,
    .odeme-tipi-details-grid,
    .personel-rapor-results-grid,
    .saatlik-yogunluk-analysis-grid,
    .urun-satis-products-grid {
        grid-template-columns: 1fr;
    }

    .masa-doluluk-results-grid {
        grid-template-columns: 1fr;
    }

    /* Form grid'ler */
    .kategori-satis-form-grid,
    .masa-doluluk-form-grid,
    .odeme-tipi-form-grid,
    .personel-rapor-form-grid,
    .saatlik-yogunluk-form-grid,
    .stok-devir-form-grid,
    .urun-satis-form-grid {
        grid-template-columns: 1fr;
    }

    /* Tablo responsive */
    .stok-devir-table-wrapper {
        overflow-x: scroll;
    }

    .stok-devir-table {
        min-width: 800px;
    }

    /* Başlık fontları */
    .genel-satis-title,
    .kategori-satis-title,
    .masa-doluluk-title,
    .odeme-tipi-title,
    .personel-rapor-title,
    .saatlik-yogunluk-title,
    .stok-devir-title,
    .urun-satis-title {
        font-size: 20px;
    }

    /* Stat değerleri */
    .genel-satis-stat-value {
        font-size: 24px;
    }

    .genel-satis-monthly-amount {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    /* Daha küçük ekranlar için ayarlar */
    .genel-satis-container,
    .kategori-satis-wrapper,
    .masa-doluluk-wrapper,
    .odeme-tipi-wrapper,
    .personel-rapor-wrapper,
    .saatlik-yogunluk-wrapper,
    .stok-devir-container,
    .urun-satis-wrapper {
        padding: 10px;
    }

    /* Card padding'ler */
    .genel-satis-breadcrumb,
    .kategori-satis-header,
    .masa-doluluk-header,
    .odeme-tipi-header,
    .personel-rapor-header,
    .saatlik-yogunluk-header,
    .stok-devir-header,
    .urun-satis-header {
        padding: 15px;
    }

    /* Başlık fontları */
    .genel-satis-title,
    .kategori-satis-title,
    .masa-doluluk-title,
    .odeme-tipi-title,
    .personel-rapor-title,
    .saatlik-yogunluk-title,
    .stok-devir-title,
    .urun-satis-title {
        font-size: 18px;
    }

    /* Tab padding'ler */
    .genel-satis-tab-link,
    .kategori-satis-tab-link,
    .masa-doluluk-tab-link,
    .odeme-tipi-tab-link,
    .personel-rapor-tab-link,
    .saatlik-yogunluk-tab-link,
    .stok-devir-tab-link,
    .urun-satis-tab-link {
        padding: 8px 16px;
        font-size: 14px;
    }

    /* Button'lar */
    .kategori-satis-btn,
    .masa-doluluk-btn,
    .odeme-tipi-btn,
    .personel-rapor-btn,
    .saatlik-yogunluk-btn,
    .stok-devir-btn,
    .urun-satis-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}