/* Ana Checklist Konteyner Stilleri */
.sge-checklist-container {
    border: 1px solid #e0e0e0;
    padding: 25px;
    border-radius: 8px;
    background-color: #fcfcfc;
    position: relative;
}

/* İlerleme Çubuğu ve Yapışkan Menü Stilleri */
.sge-progress-placeholder {
    display: none;
    height: 95px;
}
.sge-progress-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 25px;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.sge-progress-bar-container {
    width: 100%;
    height: 24px;
    background-color: #eeeeee;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
}
.sge-progress-bar {
    height: 100%;
    background-color: #4CAF50;
    width: 0%;
    transition: width 0.4s ease-in-out;
}

/* URL/Başlık Giriş Alanı */
.sge-url-input-area {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #dddddd;
}
.sge-url-input-area label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
    font-size: 1.1em;
}
#sge-url-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1em;
    box-sizing: border-box;
}
#sge-url-input:focus {
    border-color: var(--ast-global-color-0, #ff006e);
    outline: none;
    box-shadow: 0 0 5px rgba(255, 0, 110, 0.3);
}
.sge-privacy-notice {
    font-size: 0.85em;
    color: #777;
    margin-top: 10px;
    text-align: center;
    line-height: 1.5;
}
.sge-privacy-notice a {
    color: #555;
    text-decoration: underline;
}

/* Checklist Kategori ve Madde Stilleri */
.sge-category { margin-top: 20px; }
.sge-category h4 { display: flex; justify-content: space-between; align-items: center; }
.sge-category-score { background-color: #eef1f5; color: #555; font-size: 0.8em; font-weight: normal; padding: 4px 8px; border-radius: 12px; margin-left: 15px; }
.sge-item label { cursor: pointer; display: flex; align-items: center; padding: 8px 0; font-size: 16px; }
.sge-item input[type="checkbox"] { width: 18px; height: 18px; margin-right: 12px; }

/* Tavsiye Kutusu Stili */
.sge-recommendation { background-color: #fffde7; border-left: 4px solid #fbc02d; padding: 12px 18px; margin-top: 10px; border-radius: 0 4px 4px 0; font-size: 0.9em; line-height: 1.6; }
.sge-recommendation strong { color: #c49000; }

/* Buton ve Rapor Alanları */
.sge-report-button-container { text-align: center; margin-top: 30px; padding-top: 20px; border-top: 1px dashed #dddddd; }
.sge-main-button { background-color: var(--ast-global-color-0, #ff006e); color: #ffffff; border: none; border-radius: 100px; padding: 15px 30px; font-size: 1.1em; font-weight: bold; cursor: pointer; transition: background-color 0.3s ease; }
.sge-main-button:hover { background-color: var(--ast-global-color-6, #e50063); }
.sge-summary-categories { margin: 20px 0; padding: 15px; background-color: #f9f9f9; border-radius: 6px; border: 1px solid #eee; }
.sge-summary-categories p { margin: 5px 0; }
.sge-summary-message { margin-top: 20px; font-style: italic; }
.sge-save-report-area { margin-top: 25px; padding: 20px; border-top: 1px solid #eee; text-align: center; background-color: #f9f9f9; border-radius: 6px; }
.sge-save-report-area p { font-weight: bold; margin-bottom: 15px; }
.sge-secondary-button { background-color: #008000; color: #ffffff; border: 1px solid #006400; border-radius: 100px; padding: 12px 25px; font-size: 1em; cursor: pointer; transition: all 0.3s ease; }
.sge-secondary-button:hover { background-color: #006400; }
.sge-secondary-button:disabled { opacity: 0.6; cursor: not-allowed; }
.sge-save-feedback { margin-top: 15px; font-weight: bold; font-size: 0.9em; }
.sge-save-feedback.success { color: #228B22; }
.sge-save-feedback.error { color: #B22222; }

/* Geçmiş Raporlar Tablosu Stilleri */
.sge-past-audits-area { margin-top: 40px; padding-top: 30px; border-top: 2px solid #e0e0e0; }
.sge-past-audits-area h3 { text-align: center; margin-bottom: 20px; font-size: 1.8em; }
.sge-past-audits-table { width: 100%; border-collapse: collapse; font-size: 0.95em; }
.sge-past-audits-table th, .sge-past-audits-table td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #ddd; }
.sge-past-audits-table th { background-color: #f8f9fa; font-weight: bold; }
.sge-past-audits-table tbody tr:nth-of-type(even) { background-color: #fdfdfd; }
.sge-past-audits-table tbody tr:hover { background-color: #f1f1f1; }