<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* === FORM ALANI (Ãœst KÄ±sÄ±m) === */
.memur-maas-form {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* BaÅŸlÄ±k */
.memur-maas-form h2,
.memur-maas-form-title {
    font-size: 24px;
    font-weight: 700;
    color: #dc241c;
    border-left: 4px solid #dc241c;
    padding-left: 10px;
    margin-bottom: 20px;
}

/* Etiketler */
.memur-maas-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 14px;
    color: #333;
}

/* Select ve input alanlarÄ± */
.memur-maas-form select,
.memur-maas-form input[type="date"],
.memur-maas-form input[type="number"] {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

/* GeliÅŸmiÅŸ seÃ§enek baÄŸlantÄ±sÄ± */
.memur-maas-form a {
    font-size: 14px;
    color: #444;
    text-decoration: underline;
    margin-bottom: 12px;
    display: inline-block;
}

/* Hesapla butonu */
.memur-maas-form button {
    background-color: #dc241c;
    color: white;
    font-weight: bold;
    font-size: 15px;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.memur-maas-form button:hover {
    background-color: #b81f18;
}

/* === MAAÅž SONUÃ‡ TABLOSU === */
.maas-sonuc-tablosu {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    max-width: 800px;
    margin: 0 auto 40px;
}

.maas-sonuc-tablosu h2 {
    font-size: 26px;
    font-weight: 800;
    color: #dc241c;
    padding-bottom: 10px;
    border-bottom: 3px solid #dc241c;
    margin-bottom: 20px;
}

.maas-sonuc-tablosu table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.maas-sonuc-tablosu thead {
    background-color: #f2f2f2;
}

.maas-sonuc-tablosu th,
.maas-sonuc-tablosu td {
    padding: 12px 14px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-size: 15px;
}

.maas-sonuc-tablosu tfoot tr th {
    background-color: #f9f9f9;
    font-weight: bold;
}

.maas-sonuc-tablosu tfoot tr:last-child th,
.maas-sonuc-tablosu tfoot tr:last-child td {
    font-size: 18px;
    color: #dc241c;
    font-weight: bold;
}

/* === MESLEK AÃ‡IKLAMASI === */
.meslek-aciklama {
    background: #fefefe;
    border-left: 4px solid #dc241c;
    padding: 20px;
    margin-top: 30px;
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}

/* === SSS ALANI === */
.sss {
    background: #f9f9f9;
    padding: 20px;
    border-left: 4px solid #dc241c;
    margin-top: 30px;
    border-radius: 6px;
}

.sss h3 {
    font-size: 20px;
    color: #dc241c;
    margin-bottom: 15px;
}

.sss .faq-item {
    margin-bottom: 15px;
}

.sss .faq-item p {
    margin: 0;
    font-size: 15px;
}

/* === RESPONSIVE UYUM === */
@media (max-width: 600px) {
    .memur-maas-form,
    .maas-sonuc-tablosu {
        padding: 15px;
    }

    .memur-maas-form h2,
    .maas-sonuc-tablosu h2 {
        font-size: 20px;
    }

    .maas-sonuc-tablosu th,
    .maas-sonuc-tablosu td {
        font-size: 14px;
    }
}
/* Mobilde TL simgesinin kaymasÄ±nÄ± engelle */
.maas-sonuc-tablosu tfoot tr:last-child td {
    font-size: 22px;
    color: #dc241c;
    font-weight: bold;
    white-space: nowrap;
    text-align: right;
}
/* === MESLEK AÃ‡IKLAMA KUTULARI (YENÄ°) === */
.meslek-aciklama-kutulari {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.meslek-kutu {
    background: #f9f9f9;
    border-left: 4px solid #dc241c;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.04);
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}

.meslek-kutu h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #dc241c;
    font-size: 20px;
}


</pre></body></html>