.e1e1-student-dashboard {
    max-width: 960px;
    margin: 0 auto;
    padding: 32px 20px;
}

.e1e1-student-hero {
    margin-bottom: 28px;
}

.e1e1-student-card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid #e7e7ef;
    border-radius: 18px;
    padding: 22px;
    margin-bottom: 18px;
    box-shadow: 0 10px 28px rgba(20, 20, 40, 0.08);
}

.e1e1-card-icon {
    font-size: 28px;
    line-height: 1;
}

.e1e1-card-content h3 {
    margin: 0 0 8px;
}

.e1e1-card-content p {
    margin: 0;
    line-height: 1.6;
}
.e1e1-yol-hero {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 28px;
    align-items: center;
    background: linear-gradient(135deg, #ffffff, #f3f8ff);
    border: 1px solid #e5edf8;
    border-radius: 24px;
    padding: 36px;
    margin-bottom: 28px;
    box-shadow: 0 14px 34px rgba(30, 60, 120, 0.08);
}

.e1e1-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #2563eb;
    background: #eef4ff;
    border-radius: 999px;
    padding: 6px 10px;
    margin-bottom: 14px;
}

.e1e1-yol-hero h1 {
    font-size: 42px;
    line-height: 1.1;
    margin: 0 0 14px;
}

.e1e1-yol-hero p {
    margin: 0;
    color: #64748b;
    line-height: 1.7;
}

.e1e1-yol-hero-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 12px 26px rgba(30, 60, 120, 0.1);
}

.e1e1-mini-progress {
    margin-top: 18px;
}

.e1e1-mini-progress span,
.e1e1-mini-progress small,
.e1e1-next-step small {
    display: block;
}

.e1e1-mini-progress span {
    font-size: 13px;
    color: #64748b;
}

.e1e1-mini-progress small {
    margin-top: 4px;
    color: #94a3b8;
}

.e1e1-progress-line {
    height: 6px;
    background: #e5e7eb;
    border-radius: 999px;
    margin-top: 10px;
    overflow: hidden;
}

.e1e1-progress-line span {
    display: block;
    height: 100%;
    background: #2563eb;
    border-radius: 999px;
}

.e1e1-next-step {
    margin-top: 18px;
    background: #f8fafc;
    border-radius: 14px;
    padding: 14px;
}

.e1e1-next-step strong {
    font-size: 13px;
}

.e1e1-yol-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.e1e1-placeholder-card,
.e1e1-student-card {
    background: #ffffff;
    border: 1px solid #e7e7ef;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 28px rgba(20, 20, 40, 0.06);
}

.e1e1-placeholder-card h3 {
    margin: 0 0 12px;
}

.e1e1-placeholder-card p {
    margin: 0;
    color: #64748b;
    line-height: 1.6;
}

.e1e1-yol-wide-card {
    background: #fffdf8;
    border: 1px solid #f1e4c6;
    border-radius: 22px;
    padding: 28px;
    margin-top: 22px;
    box-shadow: 0 10px 28px rgba(120, 80, 20, 0.05);
}

.e1e1-yol-wide-card h3 {
    margin-top: 0;
}

@media (max-width: 760px) {
    .e1e1-yol-hero {
        grid-template-columns: 1fr;
        padding: 26px;
    }

    .e1e1-yol-hero h1 {
        font-size: 34px;
    }

    .e1e1-yol-grid {
        grid-template-columns: 1fr;
    }
}
.e1e1-homework-list {
    list-style: none;
    padding: 0;
    margin: 14px 0 0;
}

.e1e1-homework-item {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #eef2f7;
}

.e1e1-homework-item small {
    white-space: nowrap;
    border-radius: 999px;
    padding: 4px 9px;
    font-size: 12px;
    background: #eef2ff;
    color: #3730a3;
}

.e1e1-homework-status-approved small {
    background: #dcfce7;
    color: #166534;
}

.e1e1-homework-status-submitted small {
    background: #fef3c7;
    color: #92400e;
}

.e1e1-homework-status-revision small {
    background: #fee2e2;
    color: #991b1b;
}
.e1e1-homework-submit-btn {
    border: 0;
    border-radius: 999px;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    margin-top: 6px;
}

.e1e1-homework-submit-btn:hover {
    transform: translateY(-1px);
}

/* ---------------------------------------------------------
   Yol Haritan 2.2
--------------------------------------------------------- */

.e1e1-student-dashboard.e1e1-student-dashboard-v22 {
    max-width: 1180px;
}

.e1e1-student-dashboard-v22 .e1e1-yol-hero {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
    align-items: stretch;
}

.e1e1-student-dashboard-v22 .e1e1-yol-hero-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.e1e1-student-dashboard-v22 .e1e1-hero-motivation {
    display: block;
    margin-top: 8px;
    color: #475569;
    line-height: 1.55;
}

.e1e1-student-dashboard-v22 .e1e1-next-step p {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.55;
}

.e1e1-student-module-groups {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 22px;
}

.e1e1-student-module-group {
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(20, 20, 40, 0.06);
}

.e1e1-student-module-group > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 22px;
    cursor: pointer;
    list-style: none;
}

.e1e1-student-module-group > summary::-webkit-details-marker {
    display: none;
}

.e1e1-student-module-group-heading {
    display: flex;
    align-items: center;
    gap: 10px;
}

.e1e1-student-module-group-heading strong {
    font-size: 18px;
    color: #111827;
}

.e1e1-student-module-group-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.e1e1-student-module-group-content {
    padding: 0 22px 22px;
}

.e1e1-student-module-group-content .e1e1-yol-grid {
    gap: 18px;
}

.e1e1-student-coming-soon {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 22px;
}

.e1e1-student-coming-soon .e1e1-placeholder-card {
    margin: 0;
}

@media (max-width: 900px) {
    .e1e1-student-dashboard-v22 .e1e1-yol-hero {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .e1e1-student-dashboard.e1e1-student-dashboard-v22 {
        padding: 20px 14px;
    }

    .e1e1-student-module-group > summary {
        align-items: flex-start;
        padding: 18px;
    }

    .e1e1-student-module-group-content {
        padding: 0 18px 18px;
    }

    .e1e1-student-coming-soon {
        grid-template-columns: 1fr;
    }
}


/* ---------------------------------------------------------
   Duyurular Modülü 1.0 - Öğrenci
--------------------------------------------------------- */

.e1e1-student-announcements {
    margin-bottom: 22px;
    padding: 24px;
    border: 1px solid #dbeafe;
    border-radius: 22px;
    background:
        linear-gradient(135deg, #ffffff 0%, #f5f9ff 100%);
    box-shadow: 0 12px 30px rgba(30, 60, 120, 0.07);
    scroll-margin-top: 28px;
}

.e1e1-student-announcements-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.e1e1-student-announcements-heading > div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.e1e1-student-announcements-icon {
    font-size: 26px;
    line-height: 1;
}

.e1e1-student-announcements-heading h2 {
    margin: 0 0 5px;
    font-size: 22px;
    color: #111827;
}

.e1e1-student-announcements-heading p {
    margin: 0;
    color: #64748b;
}

.e1e1-student-announcements-count {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eef4ff;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.e1e1-student-announcement-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.e1e1-student-announcement-card {
    padding: 18px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(20, 20, 40, 0.05);
}

.e1e1-student-announcement-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
}

.e1e1-student-announcement-card h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    color: #111827;
}

.e1e1-student-announcement-card time {
    color: #94a3b8;
    font-size: 12px;
    white-space: nowrap;
}

.e1e1-student-announcement-content {
    color: #334155;
    line-height: 1.65;
}

.e1e1-student-announcement-content p:last-child {
    margin-bottom: 0;
}

.e1e1-student-announcement-expiry {
    display: block;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #eef2f7;
    color: #64748b;
    line-height: 1.5;
}

@media (max-width: 850px) {
    .e1e1-student-announcement-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .e1e1-student-announcements {
        padding: 18px;
    }

    .e1e1-student-announcements-heading {
        flex-direction: column;
    }

    .e1e1-student-announcement-card-header {
        flex-direction: column;
    }
}


/* ---------------------------------------------------------
   Mesaj Merkezi 1.0 - Yol Haritan Özeti
--------------------------------------------------------- */

.e1e1-student-message-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
    padding: 20px 22px;
    border: 1px solid #dbeafe;
    border-radius: 20px;
    background: linear-gradient(135deg, #ffffff, #f5f9ff);
    box-shadow: 0 10px 28px rgba(30, 60, 120, .07);
}

.e1e1-student-message-summary > div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.e1e1-student-message-summary > div > span {
    font-size: 25px;
}

.e1e1-student-message-summary h2 {
    margin: 0 0 5px;
    font-size: 20px;
}

.e1e1-student-message-summary p {
    margin: 0;
    color: #64748b;
}

.e1e1-student-message-summary > a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 9px 13px;
    border-radius: 12px;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
}

@media (max-width: 650px) {
    .e1e1-student-message-summary {
        align-items: flex-start;
        flex-direction: column;
    }

    .e1e1-student-message-summary > a {
        width: 100%;
        justify-content: center;
    }
}


/* ---------------------------------------------------------
   Çanta Modülü 1.0 - Öğrenci
--------------------------------------------------------- */

.e1e1-student-bag-summary {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 24px;
    border: 1px solid #dbeafe;
    border-radius: 20px;
    background: linear-gradient(135deg, #ffffff, #f5f9ff);
    box-shadow: 0 10px 28px rgba(30, 60, 120, .07);
}

.e1e1-student-bag-summary-heading {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.e1e1-student-bag-summary-heading > span {
    font-size: 27px;
}

.e1e1-student-bag-summary h3 {
    margin: 0 0 6px;
}

.e1e1-student-bag-summary p {
    margin: 0;
    color: #64748b;
}

.e1e1-student-bag-summary ul {
    margin: 16px 0 0;
    padding-left: 19px;
    color: #475569;
}

.e1e1-student-bag-summary li {
    margin-bottom: 6px;
}

.e1e1-student-bag-summary > a {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    min-height: 39px;
    margin-top: 18px;
    padding: 9px 13px;
    border-radius: 12px;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
}

.e1e1-student-resource-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.e1e1-student-resource-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    min-width: 0;
    padding: 22px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(20, 20, 40, .06);
}

.e1e1-student-resource-icon {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #f1f5f9;
    font-size: 24px;
}

.e1e1-student-resource-content {
    flex: 1;
    min-width: 0;
}

.e1e1-student-resource-type {
    display: inline-block;
    margin-bottom: 7px;
    color: #2563eb;
    font-size: 12px;
    font-weight: 800;
}

.e1e1-student-resource-card h2 {
    margin: 0;
    font-size: 20px;
    line-height: 1.35;
}

.e1e1-student-resource-content > p {
    margin: 10px 0 0;
    color: #475569;
    line-height: 1.6;
}

.e1e1-student-resource-note {
    margin-top: 15px;
    padding: 14px;
    border: 1px solid #fde68a;
    border-radius: 14px;
    background: #fffbeb;
}

.e1e1-student-resource-note strong {
    display: block;
    margin-bottom: 6px;
    color: #92400e;
    font-size: 13px;
}

.e1e1-student-resource-note p {
    margin: 0;
    color: #78350f;
    line-height: 1.55;
}

.e1e1-student-resource-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}

.e1e1-student-resource-meta span {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 5px 9px;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    background: #f8fafc;
    color: #64748b;
    font-size: 12px;
}

.e1e1-student-resource-open {
    display: inline-flex;
    align-items: center;
    min-height: 39px;
    margin-top: 16px;
    padding: 9px 13px;
    border-radius: 12px;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
}

.e1e1-student-bag-empty {
    padding: 50px 24px;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    background: #fff;
    text-align: center;
    box-shadow: 0 10px 28px rgba(20, 20, 40, .06);
}

.e1e1-student-bag-empty > span {
    display: block;
    margin-bottom: 12px;
    font-size: 42px;
}

.e1e1-student-bag-empty h2 {
    margin: 0 0 8px;
}

.e1e1-student-bag-empty p {
    margin: 0;
    color: #64748b;
}

@media (max-width: 850px) {
    .e1e1-student-resource-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .e1e1-student-bag-header h1 {
        font-size: 34px;
    }

    .e1e1-student-resource-card {
        padding: 18px;
    }

    .e1e1-student-bag-summary > a,
    .e1e1-student-resource-open {
        width: 100%;
        justify-content: center;
    }
}


/* ---------------------------------------------------------
   Deneme Sınavı Modülü 1.0 - Öğrenci
--------------------------------------------------------- */

.e1e1-student-exam-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 24px;
    border: 1px solid #dbeafe;
    border-radius: 20px;
    background: linear-gradient(135deg, #ffffff, #f5f9ff);
    box-shadow: 0 10px 28px rgba(30,60,120,.07);
}

.e1e1-student-exam-summary > div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.e1e1-student-exam-summary > div > span {
    font-size: 27px;
}

.e1e1-student-exam-summary h3 {
    margin: 0 0 6px;
}

.e1e1-student-exam-summary p {
    margin: 0;
    color: #64748b;
}

.e1e1-student-exam-summary > a {
    flex: 0 0 auto;
    display: inline-flex;
    min-height: 39px;
    align-items: center;
    padding: 9px 13px;
    border-radius: 12px;
    background: #2563eb;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.e1e1-student-exams-page {
    max-width: 1240px;
}

.e1e1-student-exams-header {
    margin-bottom: 26px;
}

.e1e1-student-exams-header > a {
    display: inline-block;
    margin-bottom: 18px;
    color: #2563eb;
    font-weight: 700;
    text-decoration: none;
}

.e1e1-student-exams-header h1 {
    margin: 0 0 8px;
    font-size: 42px;
}

.e1e1-student-exams-header p {
    margin: 0;
    color: #64748b;
}

.e1e1-student-exams-layout {
    display: grid;
    grid-template-columns: minmax(240px,.7fr) minmax(0,1.7fr);
    gap: 20px;
    align-items: start;
}

.e1e1-student-exam-list,
.e1e1-student-exam-detail {
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(20,20,40,.06);
    overflow: hidden;
}

.e1e1-student-exam-list {
    position: sticky;
    top: 24px;
}

.e1e1-student-exam-list h2 {
    margin: 0;
    padding: 18px;
    border-bottom: 1px solid #eef2f7;
    font-size: 18px;
}

.e1e1-student-exam-list a {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 15px 18px;
    border-bottom: 1px solid #f1f5f9;
    color: inherit;
    text-decoration: none;
}

.e1e1-student-exam-list a:hover,
.e1e1-student-exam-list a.is-active {
    background: #f5f8ff;
}

.e1e1-student-exam-list small {
    color: #64748b;
}

.e1e1-student-exam-list span {
    color: #2563eb;
    font-weight: 800;
}

.e1e1-student-exam-detail {
    padding: 22px;
}

.e1e1-student-exam-detail > header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
}

.e1e1-student-exam-detail > header span {
    color: #2563eb;
    font-size: 12px;
    font-weight: 800;
}

.e1e1-student-exam-detail > header h2 {
    margin: 6px 0;
}

.e1e1-student-exam-detail > header small {
    color: #64748b;
}

.e1e1-student-exam-detail > header > strong {
    font-size: 34px;
    color: #111827;
    white-space: nowrap;
}

.e1e1-student-exam-detail > header > strong small {
    display: block;
    text-align: right;
    font-size: 12px;
}

.e1e1-student-exam-totals {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 10px;
    margin: 20px 0;
}

.e1e1-student-exam-totals div {
    padding: 14px;
    border-radius: 14px;
    background: #f8fafc;
    text-align: center;
}

.e1e1-student-exam-totals strong,
.e1e1-student-exam-totals span {
    display: block;
}

.e1e1-student-exam-totals strong {
    font-size: 24px;
}

.e1e1-student-exam-totals span {
    margin-top: 4px;
    color: #64748b;
    font-size: 12px;
}

.e1e1-student-exam-sections {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.e1e1-student-exam-sections article {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 10px 18px;
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 15px;
}

.e1e1-student-exam-sections h3 {
    margin: 0;
}

.e1e1-student-exam-sections p {
    margin: 5px 0 0;
    color: #64748b;
}

.e1e1-student-exam-sections article > strong {
    color: #2563eb;
}

.e1e1-student-exam-sections article > div:last-child {
    grid-column: 1 / -1;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.e1e1-student-exam-sections article > div:last-child span {
    padding: 5px 9px;
    border-radius: 999px;
    background: #f8fafc;
    color: #64748b;
    font-size: 12px;
}

.e1e1-student-exam-note,
.e1e1-estimated-score-placeholder {
    margin-top: 18px;
    padding: 16px;
    border-radius: 15px;
}

.e1e1-student-exam-note {
    border: 1px solid #fde68a;
    background: #fffbeb;
}

.e1e1-student-exam-note strong {
    color: #92400e;
}

.e1e1-student-exam-note p {
    margin: 7px 0 0;
    color: #78350f;
}

.e1e1-estimated-score-placeholder {
    border: 1px dashed #cbd5e1;
    background: #f8fafc;
}

.e1e1-estimated-score-placeholder p {
    margin: 7px 0 0;
    color: #64748b;
}

.e1e1-student-exams-empty {
    padding: 50px 24px;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    background: #fff;
    text-align: center;
    box-shadow: 0 10px 28px rgba(20,20,40,.06);
}

.e1e1-student-exams-empty > span {
    display: block;
    margin-bottom: 12px;
    font-size: 42px;
}

@media (max-width: 850px) {
    .e1e1-student-exams-layout {
        grid-template-columns: 1fr;
    }

    .e1e1-student-exam-list {
        position: static;
    }
}

@media (max-width: 600px) {
    .e1e1-student-exam-summary {
        align-items: flex-start;
        flex-direction: column;
    }

    .e1e1-student-exam-summary > a {
        width: 100%;
        justify-content: center;
    }

    .e1e1-student-exam-totals {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .e1e1-student-exam-detail > header {
        flex-direction: column;
    }
}


/* ---------------------------------------------------------
   Gelişim Grafiği Modülü 1.0 - Öğrenci Özeti
--------------------------------------------------------- */

.e1e1-student-progress-summary {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 24px;
    border: 1px solid #c7d2fe;
    border-radius: 20px;
    background: linear-gradient(135deg, #ffffff, #eef2ff);
    box-shadow: 0 10px 28px rgba(79,70,229,.08);
}

.e1e1-student-progress-summary > div:first-child {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.e1e1-student-progress-summary > div:first-child > span {
    font-size: 27px;
}

.e1e1-student-progress-summary h3 {
    margin: 0 0 6px;
}

.e1e1-student-progress-summary p {
    margin: 0;
    color: #64748b;
}

.e1e1-student-progress-mini-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 8px;
    margin-top: 15px;
}

.e1e1-student-progress-mini-stats span {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px;
    border-radius: 12px;
    background: rgba(255,255,255,.72);
    color: #64748b;
    font-size: 11px;
}

.e1e1-student-progress-mini-stats strong {
    color: #111827;
    font-size: 18px;
}

.e1e1-student-progress-summary > a {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    min-height: 39px;
    margin-top: 17px;
    padding: 9px 13px;
    border-radius: 12px;
    background: #4f46e5;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
}

.e1e1-student-progress-header {
    margin-bottom: 26px;
}

.e1e1-student-progress-header > a {
    display: inline-block;
    margin-bottom: 18px;
    color: #4f46e5;
    font-weight: 700;
    text-decoration: none;
}

.e1e1-student-progress-header h1 {
    margin: 0 0 8px;
    font-size: 42px;
}

.e1e1-student-progress-header p {
    margin: 0;
    color: #64748b;
}

@media (max-width: 560px) {
    .e1e1-student-progress-summary > a {
        width: 100%;
        justify-content: center;
    }

    .e1e1-student-progress-header h1 {
        font-size: 34px;
    }
}


/* Rule Engine 1.0 - Güzel Haberler */
.e1e1-good-news{margin:0 0 22px;padding:22px;border:1px solid #fde68a;border-radius:20px;background:linear-gradient(135deg,#fffdf3,#fff7d6);box-shadow:0 10px 26px rgba(180,130,20,.08)}.e1e1-good-news-heading{display:flex;gap:12px;align-items:flex-start}.e1e1-good-news-heading>span{font-size:29px}.e1e1-good-news h2{margin:0 0 5px}.e1e1-good-news-heading p{margin:0;color:#78716c}.e1e1-good-news-list{display:flex;flex-direction:column;gap:10px;margin-top:15px}.e1e1-good-news-list article{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:15px;border:1px solid #fef08a;border-radius:14px;background:rgba(255,255,255,.8)}.e1e1-good-news-list p{margin:5px 0 0;color:#713f12}.e1e1-good-news-list a{flex:0 0 auto;color:#a16207;font-weight:800;text-decoration:none}@media(max-width:600px){.e1e1-good-news-list article{align-items:flex-start;flex-direction:column}}


/* ==========================================================
   YOL HARİTAN 3.0 — 1e1 Yol Arkadaşın
   Mevcut student-dashboard.css dosyasının SONUNA eklenir.
   ========================================================== */

.e1e1-yol-v3 {
    --yol-paper: #FAEFE0;
    --yol-paper-soft: #fff9f1;
    --yol-surface: rgba(255, 255, 255, .92);
    --yol-ink: #24313f;
    --yol-muted: #6f716e;
    --yol-line: rgba(91, 68, 43, .16);
    --yol-shadow: 0 16px 44px rgba(62, 45, 27, .12);
    position: relative;
    width: min(1920px, 100%);
    min-height: 100vh;
    margin: 0 auto;
    color: var(--yol-ink);
    background: var(--yol-paper);
    overflow: hidden;
}

.e1e1-yol-v3 *,
.e1e1-yol-v3 *::before,
.e1e1-yol-v3 *::after {
    box-sizing: border-box;
}

.e1e1-yol-v3 a {
    color: inherit;
}

.e1e1-yol-v3-topbar {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 82px;
    padding: 15px 30px;
    border-bottom: 1px solid var(--yol-line);
    background: rgba(255, 250, 244, .90);
    backdrop-filter: blur(16px);
}

.e1e1-yol-v3-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    text-decoration: none;
}

.e1e1-yol-v3-brand > span:first-child {
    font-size: 31px;
}

.e1e1-yol-v3-brand > span:last-child {
    display: flex;
    flex-direction: column;
}

.e1e1-yol-v3-brand strong {
    font-size: 22px;
    line-height: 1;
}

.e1e1-yol-v3-brand small {
    margin-top: 4px;
    color: var(--yol-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.e1e1-yol-v3-profile {
    display: flex;
    align-items: center;
    gap: 14px;
}

.e1e1-yol-v3-notification {
    position: relative;
    font-size: 24px;
}

.e1e1-yol-v3-notification b,
.e1e1-yol-v3-sidebar nav a b,
.e1e1-yol-v3-rail-card header > b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: #dc5b43;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
}

.e1e1-yol-v3-notification b {
    position: absolute;
    top: -9px;
    right: -10px;
}

.e1e1-yol-v3-profile details {
    position: relative;
}

.e1e1-yol-v3-profile summary {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 8px 13px;
    border: 1px solid var(--yol-line);
    border-radius: 999px;
    background: rgba(255,255,255,.82);
    cursor: pointer;
    list-style: none;
    font-weight: 800;
}

.e1e1-yol-v3-profile summary::-webkit-details-marker {
    display: none;
}

.e1e1-yol-v3-profile details > div {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    display: flex;
    flex-direction: column;
    min-width: 170px;
    padding: 8px;
    border: 1px solid var(--yol-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--yol-shadow);
}

.e1e1-yol-v3-profile details a {
    padding: 9px 10px;
    border-radius: 9px;
    text-decoration: none;
}

.e1e1-yol-v3-profile details a:hover {
    background: var(--yol-paper);
}

.e1e1-yol-v3-layout {
    display: grid;
    grid-template-columns: 206px minmax(620px, 1fr) minmax(285px, 350px);
    min-height: calc(100vh - 82px);
}

.e1e1-yol-v3-sidebar {
    position: relative;
    z-index: 12;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 28px 16px 24px;
    border-right: 1px solid var(--yol-line);
    background: rgba(255, 250, 244, .92);
    backdrop-filter: blur(14px);
}

.e1e1-yol-v3-sidebar nav {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.e1e1-yol-v3-sidebar nav a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 48px;
    padding: 10px 12px;
    border-radius: 13px;
    color: #4e5358;
    text-decoration: none;
    font-size: 13px;
    font-weight: 750;
}

.e1e1-yol-v3-sidebar nav a > span {
    font-size: 19px;
}

.e1e1-yol-v3-sidebar nav a b {
    margin-left: auto;
}

.e1e1-yol-v3-sidebar nav a:hover,
.e1e1-yol-v3-sidebar nav a.is-active {
    color: #b95819;
    background: rgba(250, 239, 224, .96);
}

.e1e1-yol-v3-sidebar nav a.is-active::before {
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: -16px;
    width: 5px;
    border-radius: 0 8px 8px 0;
    background: #ef7d20;
    content: '';
}

.e1e1-yol-v3-companion-note {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: auto;
    padding: 16px;
    border: 1px solid var(--yol-line);
    border-radius: 17px;
    background: rgba(255,255,255,.70);
}

.e1e1-yol-v3-companion-note > span {
    color: #d9564d;
    font-size: 20px;
}

.e1e1-yol-v3-companion-note strong {
    font-size: 13px;
}

.e1e1-yol-v3-companion-note small {
    color: var(--yol-muted);
    line-height: 1.5;
}

.e1e1-yol-v3-main {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.e1e1-yol-v3-stage {
    position: relative;
    min-height: 980px;
    padding: 42px 38px 55px;
    background-color: #e8cf9a;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.e1e1-yol-v3-stage::before,
.e1e1-yol-v3-stage::after {
    position: absolute;
    pointer-events: none;
    content: '';
}

.e1e1-yol-v3-stage::before {
    inset: 0;
    background:
        radial-gradient(ellipse at 0 65%, rgba(62,90,51,.74) 0 16%, transparent 42%),
        radial-gradient(ellipse at 100% 65%, rgba(73,94,48,.65) 0 18%, transparent 43%),
        linear-gradient(90deg, rgba(255,249,235,.16), transparent 22%, transparent 78%, rgba(255,249,235,.12));
}

.e1e1-yol-v3-stage::after {
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,.10), transparent 24%, rgba(55,42,30,.10));
}

.e1e1-yol-v3-greeting,
.e1e1-yol-v3-road {
    position: relative;
    z-index: 3;
}

.e1e1-yol-v3-greeting {
    max-width: 560px;
}

.e1e1-yol-v3-greeting .e1e1-badge {
    color: #714b2d;
    background: rgba(255,249,238,.72);
}

.e1e1-yol-v3-greeting h1 {
    margin: 10px 0 11px;
    color: #1f2e3c;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.05;
    text-shadow: 0 2px 16px rgba(255,255,255,.50);
}

.e1e1-yol-v3-greeting p {
    margin: 0;
    color: #2f3b43;
    font-size: 17px;
    line-height: 1.65;
}

.e1e1-yol-v3-road {
    width: min(690px, 100%);
    min-height: 790px;
    margin: 36px auto 0;
    padding: 5px 0 35px;
}

.e1e1-road-stop {
    position: relative;
    z-index: 4;
    display: block;
    width: min(540px, calc(100% - 20px));
    margin: 0 auto 18px;
}

.e1e1-road-stop > summary,
.e1e1-road-stop-link {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 28px;
    gap: 12px;
    align-items: center;
    min-height: 88px;
    padding: 12px 18px 12px 12px;
    border: 1px solid rgba(82,54,31,.34);
    border-radius: 15px 7px 7px 15px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    list-style: none;
    box-shadow:
        inset 0 1px rgba(255,255,255,.22),
        inset 0 -2px rgba(50,27,12,.18),
        0 10px 22px rgba(55,35,20,.20);
    overflow: hidden;
}

.e1e1-road-stop > summary::before,
.e1e1-road-stop-link::before {
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(0deg, transparent 0 9px, rgba(255,255,255,.035) 10px 11px),
        linear-gradient(90deg, rgba(61,31,13,.14), transparent 24%, rgba(255,255,255,.08) 58%, rgba(62,30,12,.16));
    content: '';
}

.e1e1-road-stop > summary::after,
.e1e1-road-stop-link::after {
    position: absolute;
    top: 50%;
    right: -26px;
    width: 52px;
    height: 52px;
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid rgba(82,54,31,.34);
    border-right: 1px solid rgba(82,54,31,.34);
    background: inherit;
    content: '';
    z-index: -1;
}

.e1e1-road-stop > summary::-webkit-details-marker {
    display: none;
}

.e1e1-road-stop-focus > summary { background-color: #a94e35; }
.e1e1-road-stop-homework > summary { background-color: #c78020; }
.e1e1-road-stop-route > summary { background-color: #788e35; }
.e1e1-road-stop-lesson > summary { background-color: #39769c; }
.e1e1-road-stop-exam { background-color: #75518d; }
.e1e1-road-stop-bag { background-color: #378b89; }

.e1e1-road-stop-1 { transform: translateX(42px); }
.e1e1-road-stop-2 { transform: translateX(-34px); }
.e1e1-road-stop-3 { transform: translateX(48px); }
.e1e1-road-stop-4 { transform: translateX(-28px); }
.e1e1-road-stop-exam { transform: translateX(45px); }
.e1e1-road-stop-bag { transform: translateX(-30px); }

.e1e1-road-sign-icon,
.e1e1-road-sign-copy,
.e1e1-road-sign-arrow {
    position: relative;
    z-index: 2;
}

.e1e1-road-sign-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border: 4px solid rgba(255,255,255,.74);
    border-radius: 50%;
    background: rgba(255,255,255,.91);
    color: #263747;
    font-size: 25px;
    box-shadow: 0 5px 14px rgba(52,30,15,.18);
}

.e1e1-road-sign-copy {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}

.e1e1-road-sign-copy strong {
    overflow: hidden;
    font-size: 19px;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e1e1-road-sign-copy small {
    overflow: hidden;
    color: rgba(255,255,255,.88);
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e1e1-road-sign-arrow {
    font-size: 32px;
    transition: transform .2s ease;
}

.e1e1-road-stop[open] .e1e1-road-sign-arrow {
    transform: rotate(90deg);
}

.e1e1-road-stop-panel {
    margin: 10px 12px 0;
    padding: 16px;
    border: 1px solid var(--yol-line);
    border-radius: 16px;
    background: rgba(255,253,249,.94);
    box-shadow: var(--yol-shadow);
    backdrop-filter: blur(12px);
}

.e1e1-road-stop-panel .e1e1-yol-grid {
    grid-template-columns: 1fr;
}

.e1e1-yol-v3-empty {
    padding: 12px;
    color: var(--yol-muted);
    line-height: 1.55;
}

.e1e1-yol-v3-destination {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(450px, calc(100% - 20px));
    margin: 32px auto 0;
    padding: 17px 24px;
    border: 4px solid #66401f;
    border-radius: 8px;
    background:
        repeating-linear-gradient(0deg, transparent 0 12px, rgba(255,255,255,.035) 13px 14px),
        #75471f;
    color: #fff4df;
    text-align: center;
    box-shadow: 0 12px 24px rgba(56,34,18,.24);
}

.e1e1-yol-v3-destination > span {
    position: absolute;
    top: -33px;
    left: 22px;
    font-size: 38px;
}

.e1e1-yol-v3-destination strong {
    font-size: 18px;
}

.e1e1-yol-v3-destination small {
    margin-top: 5px;
    color: #f4d9b9;
}

.e1e1-yol-v3-good-news {
    display: grid;
    grid-template-columns: minmax(220px,.7fr) minmax(0,1.4fr);
    gap: 18px;
    margin: 20px;
    padding: 20px;
    border: 1px solid var(--yol-line);
    border-radius: 20px;
    background: var(--yol-surface);
    box-shadow: var(--yol-shadow);
}

.e1e1-yol-v3-good-news > div:first-child,
.e1e1-yol-v3-good-news > div:first-child > div {
    display: flex;
}

.e1e1-yol-v3-good-news > div:first-child {
    align-items: flex-start;
    gap: 11px;
}

.e1e1-yol-v3-good-news > div:first-child > div {
    flex-direction: column;
}

.e1e1-yol-v3-good-news h2,
.e1e1-yol-v3-good-news p {
    margin: 0;
}

.e1e1-yol-v3-good-news > div:last-child {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 10px;
}

.e1e1-yol-v3-good-news article {
    padding: 12px;
    border-radius: 13px;
    background: var(--yol-paper-soft);
}

.e1e1-yol-v3-good-news article p {
    margin-top: 6px;
    color: var(--yol-muted);
    font-size: 12px;
}

.e1e1-yol-v3-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 13px;
    padding: 0 20px 24px;
}

.e1e1-yol-v3-stats article {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 155px;
    padding: 17px;
    border: 1px solid var(--yol-line);
    border-radius: 18px;
    background: var(--yol-surface);
    box-shadow: var(--yol-shadow);
}

.e1e1-yol-v3-stats article > span {
    font-size: 22px;
}

.e1e1-yol-v3-stats small {
    margin-top: 8px;
    color: var(--yol-muted);
    font-weight: 800;
}

.e1e1-yol-v3-stats strong {
    margin-top: 8px;
    font-size: 28px;
}

.e1e1-yol-v3-stats p {
    margin: 5px 0 0;
    color: var(--yol-muted);
    font-size: 12px;
    line-height: 1.45;
}

.e1e1-yol-v3-stats article > div {
    height: 7px;
    margin-top: auto;
    border-radius: 999px;
    background: #e5dfd4;
    overflow: hidden;
}

.e1e1-yol-v3-stats article > div i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #76a542;
}

.e1e1-yol-v3-rail {
    position: relative;
    z-index: 11;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
    padding: 28px 16px 24px;
    border-left: 1px solid var(--yol-line);
    background: rgba(248,244,237,.72);
    backdrop-filter: blur(14px);
}

.e1e1-yol-v3-rail-card {
    padding: 17px;
    border: 1px solid var(--yol-line);
    border-radius: 19px;
    background: rgba(255,255,255,.91);
    box-shadow: var(--yol-shadow);
}

.e1e1-yol-v3-rail-card > header {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 13px;
}

.e1e1-yol-v3-rail-card > header > span {
    font-size: 22px;
}

.e1e1-yol-v3-rail-card > header > div {
    flex: 1;
    min-width: 0;
}

.e1e1-yol-v3-rail-card h2,
.e1e1-yol-v3-rail-card p {
    margin: 0;
}

.e1e1-yol-v3-rail-card h2 {
    font-size: 16px;
}

.e1e1-yol-v3-rail-card header p {
    margin-top: 3px;
    color: var(--yol-muted);
    font-size: 11px;
}

.e1e1-yol-v3-logbook-shell .e1e1-student-card,
.e1e1-yol-v3-logbook-shell .e1e1-panel-section {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.e1e1-yol-v3-announcement-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.e1e1-yol-v3-announcement-list article {
    padding: 11px;
    border: 1px solid var(--yol-line);
    border-radius: 12px;
    background: var(--yol-paper-soft);
}

.e1e1-yol-v3-announcement-list article.is-unread {
    border-left: 4px solid #e47128;
}

.e1e1-yol-v3-announcement-list h3 {
    margin: 0;
    font-size: 13px;
}

.e1e1-yol-v3-announcement-list time {
    display: block;
    margin-top: 5px;
    color: var(--yol-muted);
    font-size: 10px;
}

.e1e1-yol-v3-announcement-actions {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-top: 8px;
}

.e1e1-yol-v3-announcement-actions form {
    margin: 0;
}

.e1e1-yol-v3-announcement-actions button {
    min-height: 28px;
    padding: 5px 8px;
    border: 1px solid var(--yol-line);
    border-radius: 8px;
    background: #fff;
    color: #5f4b38;
    cursor: pointer;
    font-size: 10px;
    font-weight: 800;
}

.e1e1-yol-v3-announcement-actions span {
    color: #66883e;
    font-size: 10px;
    font-weight: 800;
}

.e1e1-yol-v3-latest-message {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 11px;
    border-radius: 12px;
    background: var(--yol-paper-soft);
}

.e1e1-yol-v3-latest-message small,
.e1e1-yol-v3-next-lesson time {
    color: var(--yol-muted);
}

.e1e1-yol-v3-card-link {
    display: inline-flex;
    margin-top: 12px;
    color: #b75c22;
    text-decoration: none;
    font-size: 12px;
    font-weight: 900;
}

.e1e1-yol-v3-next-lesson > strong,
.e1e1-yol-v3-next-lesson > time {
    display: block;
}

.e1e1-yol-v3-next-lesson > time {
    margin-top: 5px;
    font-size: 12px;
}

.e1e1-yol-v3-mobile-nav {
    display: none;
}

@media (max-width: 1380px) {
    .e1e1-yol-v3-layout {
        grid-template-columns: 188px minmax(570px,1fr) 300px;
    }

    .e1e1-yol-v3-stage {
        padding-inline: 25px;
    }
}

@media (max-width: 1120px) {
    .e1e1-yol-v3-layout {
        grid-template-columns: 180px minmax(0,1fr);
    }

    .e1e1-yol-v3-rail {
        grid-column: 2;
        display: grid;
        grid-template-columns: repeat(2, minmax(0,1fr));
        border-top: 1px solid var(--yol-line);
        border-left: 0;
    }

    .e1e1-yol-v3-stats {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
}

@media (max-width: 820px) {
    .e1e1-yol-v3-topbar {
        padding: 12px 16px;
    }

    .e1e1-yol-v3-layout {
        display: block;
    }

    .e1e1-yol-v3-sidebar {
        display: none;
    }

    .e1e1-yol-v3-stage {
        min-height: 0;
        padding: 28px 14px 35px;
    }

    .e1e1-yol-v3-greeting {
        padding-inline: 8px;
    }

    .e1e1-yol-v3-greeting h1 {
        font-size: 36px;
    }

    .e1e1-yol-v3-road {
        margin-top: 30px;
    }

    .e1e1-road-stop,
    .e1e1-road-stop-1,
    .e1e1-road-stop-2,
    .e1e1-road-stop-3,
    .e1e1-road-stop-4,
    .e1e1-road-stop-exam,
    .e1e1-road-stop-bag {
        width: calc(100% - 40px);
        transform: none;
    }

    .e1e1-yol-v3-path {
        left: 40%;
        width: 150px;
    }

    .e1e1-yol-v3-good-news {
        grid-template-columns: 1fr;
    }

    .e1e1-yol-v3-good-news > div:last-child {
        grid-template-columns: 1fr;
    }

    .e1e1-yol-v3-rail {
        display: flex;
        padding-bottom: 105px;
    }

    .e1e1-yol-v3-mobile-nav {
        position: fixed;
        z-index: 50;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        grid-template-columns: repeat(5, minmax(0,1fr));
        min-height: 72px;
        padding: 8px 7px max(8px, env(safe-area-inset-bottom));
        border-top: 1px solid var(--yol-line);
        background: rgba(255,251,245,.95);
        box-shadow: 0 -8px 24px rgba(56,39,24,.10);
        backdrop-filter: blur(18px);
    }

    .e1e1-yol-v3-mobile-nav a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        color: #6c6d6c;
        text-decoration: none;
        font-size: 9px;
        font-weight: 800;
    }

    .e1e1-yol-v3-mobile-nav a span {
        font-size: 20px;
    }

    .e1e1-yol-v3-mobile-nav a.is-active {
        color: #e56b16;
    }
}

@media (max-width: 560px) {
    .e1e1-yol-v3-brand small {
        display: none;
    }

    .e1e1-yol-v3-profile summary {
        font-size: 0;
    }

    .e1e1-yol-v3-profile summary span {
        font-size: 19px;
    }

    .e1e1-yol-v3-greeting p {
        font-size: 15px;
    }

    .e1e1-road-stop > summary,
    .e1e1-road-stop-link {
        grid-template-columns: 48px minmax(0,1fr) 20px;
        min-height: 76px;
        padding: 10px 12px 10px 9px;
    }

    .e1e1-road-sign-icon {
        width: 47px;
        height: 47px;
        font-size: 21px;
    }

    .e1e1-road-sign-copy strong {
        font-size: 16px;
    }

    .e1e1-road-sign-copy small {
        font-size: 11px;
    }

    .e1e1-yol-v3-stats {
        grid-template-columns: 1fr;
        padding-inline: 14px;
    }

    .e1e1-yol-v3-good-news {
        margin-inline: 14px;
    }
}

/* ==========================================================
   YOL HARİTAN 3.3 — Temizlenmiş Gerçek Sahne
   ========================================================== */

.e1e1-yol-v3 {
    width: 100vw;
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.e1e1-yol-v3-layout {
    grid-template-columns:
        220px
        minmax(720px, 1fr)
        minmax(310px, 360px);
    max-width: 1920px;
    margin: 0 auto;
}

/*
 * Dört günlük atmosfer sınıfı korunuyor; şimdilik hepsi aynı
 * gerçek sahneyi kullanıyor. Daha sonra her sınıfa ayrı görsel
 * bağlanabilir.
 */
.e1e1-yol-v3 .e1e1-yol-v3-stage,
.e1e1-yol-v3.e1e1-road-scene-1 .e1e1-yol-v3-stage,
.e1e1-yol-v3.e1e1-road-scene-2 .e1e1-yol-v3-stage,
.e1e1-yol-v3.e1e1-road-scene-3 .e1e1-yol-v3-stage,
.e1e1-yol-v3.e1e1-road-scene-4 .e1e1-yol-v3-stage {
    position: relative;
    isolation: isolate;
    min-height: 1120px;
    padding: 42px 36px 72px;
    background-color: #d8b77c;
    background-image:
        linear-gradient(
            180deg,
            rgba(255, 247, 230, .10) 0%,
            rgba(44, 35, 22, .01) 42%,
            rgba(35, 27, 17, .18) 100%
        ),
        url("images/yol-haritan/yol-haritan-desktop.webp?v=3");
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, cover;
    overflow: hidden;
}

/* CSS ile çizilen eski yol kaldırıldı. */
.e1e1-yol-v3-path {
    display: none !important;
}

/* Manzarayı kapatan eski arazi katmanları temizlendi. */
.e1e1-yol-v3-stage::before {
    z-index: 0;
    background:
        linear-gradient(
            90deg,
            rgba(22, 25, 17, .17) 0%,
            rgba(22, 25, 17, .02) 32%,
            rgba(22, 25, 17, .01) 72%,
            rgba(22, 25, 17, .10) 100%
        );
    pointer-events: none;
}

.e1e1-yol-v3-stage::after {
    z-index: 0;
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.06),
            transparent 25%,
            rgba(34,24,15,.10)
        );
    pointer-events: none;
}

.e1e1-yol-v3-greeting,
.e1e1-yol-v3-road {
    position: relative;
    z-index: 3;
}

.e1e1-yol-v3-greeting {
    width: min(600px, 80%);
    max-width: 600px;
    margin: 0;
    padding: 20px 24px;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 21px;
    background: rgba(255, 249, 238, .78);
    box-shadow: 0 15px 36px rgba(42, 31, 17, .18);
    backdrop-filter: blur(9px);
}

.e1e1-yol-v3-greeting h1 {
    font-size: clamp(32px, 3.1vw, 48px);
}

.e1e1-yol-v3-road {
    width: min(700px, 70%);
    min-height: 830px;
    margin: 38px auto 0 3%;
    padding: 0 0 34px;
}

.e1e1-road-stop {
    width: min(520px, calc(100% - 24px));
    margin-bottom: 16px;
}

.e1e1-road-stop-1 {
    transform: translateX(22px) rotate(-.35deg);
}

.e1e1-road-stop-2 {
    transform: translateX(78px) rotate(.3deg);
}

.e1e1-road-stop-3 {
    transform: translateX(36px) rotate(-.2deg);
}

.e1e1-road-stop-4 {
    transform: translateX(105px) rotate(.25deg);
}

.e1e1-road-stop-exam {
    transform: translateX(58px) rotate(-.25deg);
}

.e1e1-road-stop-bag {
    transform: translateX(118px) rotate(.18deg);
}

/* Doğal ahşap hissi. */
.e1e1-road-stop > summary,
.e1e1-road-stop-link {
    min-height: 80px;
    border-width: 2px;
    border-color: rgba(49, 27, 12, .62);
    box-shadow:
        inset 0 2px rgba(255, 255, 255, .16),
        inset 0 -5px rgba(38, 18, 7, .23),
        inset 12px 0 18px rgba(54, 28, 12, .08),
        0 13px 28px rgba(31, 22, 14, .34);
}

.e1e1-road-stop > summary::before,
.e1e1-road-stop-link::before {
    background:
        repeating-linear-gradient(
            2deg,
            transparent 0 7px,
            rgba(255,255,255,.045) 8px 9px,
            transparent 10px 15px,
            rgba(48,23,9,.055) 16px 17px
        ),
        radial-gradient(
            ellipse at 18% 35%,
            rgba(70,35,13,.13) 0 5%,
            transparent 18%
        ),
        radial-gradient(
            ellipse at 72% 66%,
            rgba(255,255,255,.08) 0 4%,
            transparent 19%
        ),
        linear-gradient(
            90deg,
            rgba(59,29,12,.18),
            transparent 27%,
            rgba(255,255,255,.08) 57%,
            rgba(57,27,11,.17)
        );
    mix-blend-mode: soft-light;
}

.e1e1-road-stop-focus > summary {
    background-color: #9b513c;
}

.e1e1-road-stop-homework > summary {
    background-color: #b8792e;
}

.e1e1-road-stop-route > summary {
    background-color: #748446;
}

.e1e1-road-stop-lesson > summary {
    background-color: #467892;
}

.e1e1-road-stop-exam {
    background-color: #705879;
}

.e1e1-road-stop-bag {
    background-color: #43817b;
}

.e1e1-road-stop-panel {
    border-color: rgba(100, 70, 42, .23);
    background: rgba(255, 249, 239, .96);
    box-shadow: 0 17px 40px rgba(34, 24, 15, .30);
}

.e1e1-yol-v3-destination {
    margin-top: 28px;
    transform: translateX(76px) rotate(-.25deg);
    box-shadow: 0 16px 34px rgba(33, 22, 13, .36);
}

.e1e1-yol-v3-stats {
    position: relative;
    z-index: 5;
    gap: 16px;
    margin-top: 0;
    padding: 34px 30px 32px;
    border-top: 1px solid rgba(89, 60, 34, .24);
    background: rgba(250, 239, 224, .96);
    box-shadow: 0 -14px 34px rgba(39, 28, 17, .12);
}

.e1e1-yol-v3-logbook-shell {
    position: relative;
    max-height: 330px;
    overflow: auto;
    padding-right: 5px;
    scrollbar-width: thin;
}

.e1e1-yol-v3-logbook-shell::after {
    position: sticky;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 24px;
    margin-top: -24px;
    background: linear-gradient(
        transparent,
        rgba(255,255,255,.96)
    );
    pointer-events: none;
    content: "";
}

@media (min-width: 1500px) {
    .e1e1-yol-v3-layout {
        grid-template-columns:
            220px
            minmax(850px, 1fr)
            minmax(330px, 380px);
    }

    .e1e1-yol-v3 .e1e1-yol-v3-stage {
        min-height: 1180px;
        background-position: 52% center, 52% center;
    }

    .e1e1-yol-v3-road {
        margin-left: 5%;
    }
}

@media (max-width: 1320px) {
    .e1e1-yol-v3-layout {
        grid-template-columns: 200px minmax(0, 1fr);
    }

    .e1e1-yol-v3-rail {
        grid-column: 2;
        display: grid;
        grid-template-columns: repeat(2, minmax(0,1fr));
        border-top: 1px solid var(--yol-line);
        border-left: 0;
    }

    .e1e1-yol-v3 .e1e1-yol-v3-stage {
        background-position: 54% center, 54% center;
    }

    .e1e1-yol-v3-road {
        width: min(680px, 78%);
        margin-left: 2%;
    }
}

@media (max-width: 820px) {
    .e1e1-yol-v3 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .e1e1-yol-v3 .e1e1-yol-v3-stage {
        min-height: auto;
        padding: 24px 14px 46px;
        background-position: 43% center, 43% center;
        background-size: auto 100%, auto 100%;
    }

    .e1e1-yol-v3-greeting {
        width: 100%;
        padding: 17px;
    }

    .e1e1-yol-v3-road {
        width: 100%;
        min-height: 0;
        margin: 28px 0 0;
    }

    .e1e1-road-stop,
    .e1e1-road-stop-1,
    .e1e1-road-stop-2,
    .e1e1-road-stop-3,
    .e1e1-road-stop-4,
    .e1e1-road-stop-exam,
    .e1e1-road-stop-bag,
    .e1e1-yol-v3-destination {
        width: 100%;
        transform: none;
    }

    .e1e1-yol-v3-stats {
        padding: 26px 14px 112px;
    }
}

/* ==========================================================
   YOL HARİTAN 3.4 — İlk Sahne: Şimdi İlk Adımı At
   ========================================================== */

.e1e1-yol-v3-stage {
    padding-top: 30px;
}

.e1e1-yol-v3-opening {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: minmax(260px, .82fr) minmax(300px, 1fr);
    gap: 20px;
    align-items: stretch;
    width: min(780px, 82%);
    margin: 0 auto 20px 2%;
}

.e1e1-yol-v3-opening .e1e1-yol-v3-greeting {
    width: auto;
    max-width: none;
    margin: 0;
}

.e1e1-yol-v3-preparation {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 15px;
    min-width: 0;
    padding: 18px;
    border: 1px solid rgba(96, 69, 39, .25);
    border-radius: 22px;
    background:
        linear-gradient(
            135deg,
            rgba(255, 250, 239, .94),
            rgba(250, 239, 224, .90)
        );
    box-shadow: 0 16px 38px rgba(40, 29, 17, .22);
    backdrop-filter: blur(10px);
    scroll-margin-top: 24px;
}

.e1e1-yol-v3-bag-visual {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 176px;
    border-radius: 17px;
    background:
        radial-gradient(
            circle at 50% 78%,
            rgba(79, 91, 46, .24),
            transparent 38%
        ),
        linear-gradient(
            180deg,
            rgba(255,255,255,.32),
            rgba(226, 208, 173, .34)
        );
    overflow: hidden;
}

.e1e1-yol-v3-bag-visual > span {
    position: relative;
    z-index: 2;
    display: block;
    transform: translateY(5px);
    font-size: 84px;
    filter:
        sepia(.25)
        saturate(.82)
        drop-shadow(0 13px 12px rgba(47, 32, 18, .26));
}

.e1e1-yol-v3-bag-visual > i {
    position: absolute;
    right: 7px;
    bottom: 11px;
    left: 7px;
    height: 24px;
    border-radius: 50%;
    background: rgba(57, 68, 36, .22);
    filter: blur(7px);
}

.e1e1-yol-v3-preparation-copy {
    min-width: 0;
}

.e1e1-yol-v3-kicker {
    color: #8a6848;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.e1e1-yol-v3-preparation h2 {
    margin: 5px 0 6px;
    color: #31553c;
    font-size: 25px;
    line-height: 1.15;
}

.e1e1-yol-v3-preparation p {
    margin: 0;
    color: #695d50;
    font-size: 13px;
    line-height: 1.5;
}

.e1e1-yol-v3-preparation ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.e1e1-yol-v3-preparation li {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 7px;
    align-items: center;
    min-width: 0;
    padding: 6px 8px;
    border: 1px solid rgba(104, 77, 48, .12);
    border-radius: 10px;
    background: rgba(255,255,255,.58);
}

.e1e1-yol-v3-preparation li span {
    text-align: center;
}

.e1e1-yol-v3-preparation li strong {
    overflow: hidden;
    color: #443b32;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e1e1-yol-v3-bag-empty {
    margin-top: 12px;
    padding: 10px;
    border: 1px dashed rgba(104, 77, 48, .25);
    border-radius: 11px;
    color: #776b5f;
    font-size: 12px;
}

.e1e1-yol-v3-preparation-copy > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    margin-top: 12px;
    padding: 7px 11px;
    border: 1px solid rgba(47, 86, 57, .28);
    border-radius: 11px;
    background: rgba(255,255,255,.70);
    color: #315b3c;
    text-decoration: none;
    font-size: 12px;
    font-weight: 900;
}

.e1e1-yol-v3-preparation-copy > a:hover {
    background: #fff;
}

/* Yol, gerçek manzaranın başlangıcına göre sağa açılır. */
.e1e1-yol-v3-road {
    width: min(760px, 76%);
    margin-top: 12px;
    margin-left: 3%;
}

/* Ortak tabelaların yükseklikleri ve boyutları eşit olmak zorunda değil. */
.e1e1-road-stop {
    width: min(475px, calc(100% - 28px));
    margin-bottom: 21px;
}

.e1e1-road-stop > summary,
.e1e1-road-stop-link {
    grid-template-columns: 54px minmax(0, 1fr) 26px;
    min-height: 74px;
    border-radius: 9px;
}

/* 1 — Odak: sağlam, klasik ahşap başlangıç tabelası. */
.e1e1-sign-shape-focus {
    width: min(430px, calc(100% - 28px));
    transform: translateX(12px) rotate(-.55deg);
}

.e1e1-sign-shape-focus > summary {
    border-radius: 11px 5px 5px 11px;
}

/* 2 — Ödev: yapılacak işler panosu. */
.e1e1-sign-shape-homework {
    width: min(390px, calc(100% - 28px));
    transform: translateX(112px) rotate(.35deg);
}

.e1e1-sign-shape-homework > summary {
    border-radius: 10px;
    border-width: 3px;
}

.e1e1-sign-shape-homework > summary::after {
    display: none;
}

/* 3 — Rota: gerçek yön oku. */
.e1e1-sign-shape-route {
    width: min(440px, calc(100% - 28px));
    transform: translateX(42px) rotate(-.28deg);
}

.e1e1-sign-shape-route > summary {
    border-radius: 10px 3px 3px 10px;
}

.e1e1-sign-shape-route > summary::after {
    right: -28px;
    width: 54px;
    height: 54px;
}

/* 4 — Canlı Ders: köprü yanında buluşma panosu. */
.e1e1-sign-shape-lesson {
    width: min(410px, calc(100% - 28px));
    transform: translateX(160px) rotate(.42deg);
}

.e1e1-sign-shape-lesson > summary {
    border-radius: 7px;
}

.e1e1-sign-shape-lesson > summary::after {
    display: none;
}

.e1e1-yol-v3-telescope {
    position: relative;
    z-index: 5;
    display: block;
    width: max-content;
    margin: -82px 0 27px auto;
    transform: translateX(12px) rotate(-8deg);
    font-size: 58px;
    filter:
        sepia(.20)
        saturate(.75)
        drop-shadow(0 10px 11px rgba(36, 26, 17, .32));
    pointer-events: none;
}

/* Deneme: ahşap uyarı levhası. */
.e1e1-sign-shape-warning {
    position: relative;
    width: 275px;
    min-height: 226px;
    margin: 12px 0 28px auto;
    transform: translateX(-8px) rotate(.25deg);
    padding: 62px 29px 28px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    border: 0;
    border-radius: 0;
    background:
        repeating-linear-gradient(
            2deg,
            rgba(255,255,255,.04) 0 7px,
            rgba(39,19,8,.05) 8px 10px
        ),
        #875b48;
    box-shadow:
        inset 0 -7px rgba(49,25,13,.24),
        0 16px 31px rgba(33, 23, 15, .34);
}

.e1e1-sign-shape-warning::before {
    position: absolute;
    inset: 12px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background: #d7b06c;
    content: "";
}

.e1e1-sign-shape-warning::after {
    position: absolute;
    inset: 23px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background:
        repeating-linear-gradient(
            3deg,
            transparent 0 8px,
            rgba(48,23,10,.055) 9px 10px
        ),
        #9e5d47;
    content: "";
}

.e1e1-sign-shape-warning .e1e1-road-sign-icon,
.e1e1-sign-shape-warning .e1e1-road-sign-copy,
.e1e1-sign-shape-warning .e1e1-road-sign-arrow {
    position: relative;
    z-index: 3;
}

.e1e1-sign-shape-warning .e1e1-road-sign-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 5px;
}

.e1e1-sign-shape-warning .e1e1-road-sign-copy {
    align-items: center;
    text-align: center;
}

.e1e1-sign-shape-warning .e1e1-road-sign-copy strong {
    font-size: 18px;
    white-space: normal;
}

.e1e1-sign-shape-warning .e1e1-road-sign-copy small {
    max-width: 165px;
    white-space: normal;
}

.e1e1-sign-shape-warning .e1e1-road-sign-arrow {
    display: none;
}

/* Yol üstü bitiş kapısı; metin ilerlemeye göre PHP'de değişir. */
.e1e1-yol-v3-finish {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: 18px minmax(230px, 340px) 18px;
    justify-content: center;
    align-items: start;
    gap: 0;
    width: min(410px, 78%);
    margin: 40px 0 0 auto;
    transform: translateX(8px) rotate(-.3deg);
}

.e1e1-yol-v3-finish-pole {
    display: block;
    width: 16px;
    height: 142px;
    border: 2px solid rgba(48, 27, 13, .50);
    border-radius: 8px 8px 3px 3px;
    background:
        repeating-linear-gradient(
            90deg,
            rgba(255,255,255,.05) 0 5px,
            rgba(46,22,8,.08) 6px 9px
        ),
        #765034;
    box-shadow: 0 10px 20px rgba(35, 23, 13, .30);
}

.e1e1-yol-v3-finish > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 75px;
    padding: 13px 24px 12px;
    border: 2px solid rgba(84, 43, 22, .55);
    background:
        repeating-linear-gradient(
            3deg,
            transparent 0 8px,
            rgba(67,31,13,.055) 9px 10px
        ),
        #eee0c6;
    box-shadow:
        inset 0 -4px rgba(90,49,26,.10),
        0 12px 25px rgba(36, 24, 14, .30);
    text-align: center;
}

.e1e1-yol-v3-finish small {
    color: #7b624d;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.e1e1-yol-v3-finish strong {
    margin-top: 3px;
    color: #873e2f;
    font-size: 24px;
    line-height: 1.05;
}

/* Eski yol sonu ve yol içindeki ikinci çanta artık kullanılmaz. */
.e1e1-yol-v3-destination,
.e1e1-road-stop-bag {
    display: none !important;
}

@media (max-width: 1320px) {
    .e1e1-yol-v3-opening {
        width: min(820px, 94%);
        grid-template-columns: minmax(240px, .75fr) minmax(310px, 1fr);
    }

    .e1e1-yol-v3-road {
        width: min(720px, 86%);
    }
}

@media (max-width: 980px) {
    .e1e1-yol-v3-opening {
        grid-template-columns: 1fr;
    }

    .e1e1-yol-v3-preparation {
        grid-template-columns: 105px minmax(0, 1fr);
    }
}

@media (max-width: 820px) {
    .e1e1-yol-v3-opening {
        width: 100%;
        margin: 0 0 20px;
    }

    .e1e1-yol-v3-preparation {
        grid-template-columns: 90px minmax(0, 1fr);
        padding: 15px;
    }

    .e1e1-yol-v3-bag-visual {
        min-height: 148px;
    }

    .e1e1-yol-v3-bag-visual > span {
        font-size: 66px;
    }

    .e1e1-yol-v3-road {
        width: 100%;
        margin-left: 0;
    }

    .e1e1-sign-shape-focus,
    .e1e1-sign-shape-homework,
    .e1e1-sign-shape-route,
    .e1e1-sign-shape-lesson,
    .e1e1-sign-shape-warning,
    .e1e1-yol-v3-finish {
        width: 100%;
        max-width: none;
        min-height: 0;
        margin: 0 0 16px;
        padding: 0;
        transform: none;
        clip-path: none;
    }

    .e1e1-sign-shape-warning {
        display: grid;
        grid-template-columns: 54px minmax(0, 1fr) 26px;
        align-items: center;
        padding: 12px 18px 12px 12px;
        border: 2px solid rgba(49, 27, 12, .62);
        border-radius: 10px;
    }

    .e1e1-sign-shape-warning::before,
    .e1e1-sign-shape-warning::after {
        display: none;
    }

    .e1e1-sign-shape-warning .e1e1-road-sign-icon {
        margin: 0;
    }

    .e1e1-sign-shape-warning .e1e1-road-sign-copy {
        align-items: flex-start;
        text-align: left;
    }

    .e1e1-yol-v3-telescope {
        display: none;
    }

    .e1e1-yol-v3-finish {
        grid-template-columns: 12px minmax(0, 1fr) 12px;
        margin-top: 25px;
    }

    .e1e1-yol-v3-finish-pole {
        width: 10px;
        height: 105px;
    }
}

/* ==========================================================
   YOL HARİTAN 3.5 — Görsel Koordinat Denemesi
   WEBP <img> + yüzde koordinatlı sahne nesneleri
   ========================================================== */

@media (min-width: 821px) {
    .e1e1-yol-v3-stage {
        position: relative;
        isolation: isolate;
        min-height: 0 !important;
        padding: 0 !important;
        background: #d9bd86 !important;
        overflow: visible;
    }

    .e1e1-yol-v3-scene-image {
        position: relative;
        z-index: 0;
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        object-fit: contain;
        pointer-events: none;
        user-select: none;
    }

    .e1e1-yol-v3-stage::before {
        z-index: 1;
        background:
            linear-gradient(
                90deg,
                rgba(26, 29, 18, .16) 0%,
                transparent 31%,
                transparent 77%,
                rgba(25, 24, 16, .08) 100%
            );
    }

    .e1e1-yol-v3-stage::after {
        z-index: 1;
        background:
            linear-gradient(
                180deg,
                rgba(255,255,255,.04),
                transparent 26%,
                rgba(27,21,13,.08)
            );
    }

    .e1e1-yol-v3-opening,
    .e1e1-yol-v3-road {
        position: absolute;
        inset: 0;
        z-index: 4;
        width: auto;
        min-height: 0;
        margin: 0;
        padding: 0;
        pointer-events: none;
    }

    .e1e1-yol-v3-opening > *,
    .e1e1-yol-v3-road > * {
        pointer-events: auto;
    }

    /* Günaydın: sahnenin sol üstündeki sakin karşılama alanı. */
    .e1e1-yol-v3-opening .e1e1-yol-v3-greeting {
        position: absolute;
        top: 4.5%;
        left: 3%;
        width: 34%;
        max-width: 390px;
        padding: 15px 18px;
        border-radius: 18px;
    }

    .e1e1-yol-v3-greeting h1 {
        font-size: clamp(25px, 2.4vw, 39px);
    }

    .e1e1-yol-v3-greeting p {
        font-size: 14px;
    }

    /* Çanta: yolun başlangıcında, sol alt hazırlık noktası. */
    .e1e1-yol-v3-preparation {
        position: absolute;
        top: 28%;
        left: 3%;
        display: grid;
        grid-template-columns: 92px minmax(0, 1fr);
        width: 29%;
        min-width: 285px;
        max-width: 360px;
        padding: 14px;
        border-radius: 19px;
    }

    .e1e1-yol-v3-bag-visual {
        min-height: 150px;
    }

    .e1e1-yol-v3-bag-visual > span {
        font-size: 68px;
    }

    .e1e1-yol-v3-preparation h2 {
        font-size: 20px;
    }

    .e1e1-yol-v3-preparation p {
        font-size: 11px;
    }

    .e1e1-yol-v3-preparation li {
        padding: 4px 6px;
    }

    .e1e1-yol-v3-preparation li strong {
        font-size: 10px;
    }

    /* Ortak: tabela koordinatı kendi merkezi üzerinden değerlendirilir. */
    .e1e1-yol-v3-road .e1e1-road-stop {
        position: absolute;
        z-index: 6;
        width: clamp(235px, 25vw, 365px);
        margin: 0;
        transform: translate(-50%, -50%);
    }

    .e1e1-yol-v3-road .e1e1-road-stop > summary,
    .e1e1-yol-v3-road .e1e1-road-stop-link {
        min-height: 66px;
        padding: 9px 13px 9px 9px;
        grid-template-columns: 45px minmax(0, 1fr) 20px;
    }

    .e1e1-yol-v3-road .e1e1-road-sign-icon {
        width: 44px;
        height: 44px;
        border-width: 3px;
        font-size: 20px;
    }

    .e1e1-yol-v3-road .e1e1-road-sign-copy strong {
        font-size: 15px;
    }

    .e1e1-yol-v3-road .e1e1-road-sign-copy small {
        font-size: 10px;
    }

    /* Gerçek yol başlangıcı: ortanın solu, alt bölüm. */
    .e1e1-yol-v3-road .e1e1-sign-shape-focus {
        top: 82%;
        left: 35%;
        width: clamp(230px, 23vw, 335px);
        transform: translate(-50%, -50%) rotate(-1deg);
    }

    /* İlk kıvrımın yanındaki görev panosu. */
    .e1e1-yol-v3-road .e1e1-sign-shape-homework {
        top: 68%;
        left: 50%;
        width: clamp(220px, 22vw, 320px);
        transform: translate(-50%, -50%) rotate(.7deg);
    }

    /* Rota: patikanın sağa yöneldiği bölümde ok tabela. */
    .e1e1-yol-v3-road .e1e1-sign-shape-route {
        top: 52%;
        left: 61%;
        width: clamp(230px, 23vw, 340px);
        transform: translate(-50%, -50%) rotate(-.7deg);
    }

    /* Canlı Ders: köprünün sağ üst yanında buluşma panosu. */
    .e1e1-yol-v3-road .e1e1-sign-shape-lesson {
        top: 60%;
        left: 76%;
        width: clamp(220px, 22vw, 320px);
        transform: translate(-50%, -50%) rotate(.8deg);
    }

    /* Teleskop bağımsız sahne nesnesi. */
    .e1e1-yol-v3-telescope {
        position: absolute;
        z-index: 7;
        top: 50%;
        left: 88%;
        display: block;
        width: auto;
        margin: 0;
        transform: translate(-50%, -50%) rotate(-10deg);
        font-size: clamp(42px, 4.4vw, 70px);
        filter:
            sepia(.24)
            saturate(.72)
            drop-shadow(0 9px 8px rgba(34,24,15,.38));
    }

    /* Deneme: tepeye çıkmadan önceki uyarı noktası. */
    .e1e1-yol-v3-road .e1e1-sign-shape-warning {
        top: 35%;
        left: 73%;
        width: clamp(175px, 17vw, 245px);
        min-height: clamp(165px, 17vw, 235px);
        margin: 0;
        padding: 52px 23px 24px;
        transform: translate(-50%, -50%) rotate(.6deg);
    }

    .e1e1-sign-shape-warning .e1e1-road-sign-icon {
        width: 42px;
        height: 42px;
    }

    .e1e1-sign-shape-warning .e1e1-road-sign-copy strong {
        font-size: 14px;
    }

    .e1e1-sign-shape-warning .e1e1-road-sign-copy small {
        max-width: 135px;
        font-size: 9px;
    }

    /* Hedef: yolun ulaştığı tepe/siluet doğrultusu. */
    .e1e1-yol-v3-finish {
        position: absolute;
        z-index: 7;
        top: 16%;
        left: 77%;
        display: grid;
        grid-template-columns: 12px minmax(175px, 250px) 12px;
        width: auto;
        margin: 0;
        transform: translate(-50%, -50%) rotate(-.5deg);
    }

    .e1e1-yol-v3-finish-pole {
        width: 11px;
        height: 96px;
    }

    .e1e1-yol-v3-finish > div {
        min-height: 57px;
        padding: 8px 15px;
    }

    .e1e1-yol-v3-finish small {
        font-size: 8px;
    }

    .e1e1-yol-v3-finish strong {
        font-size: 17px;
    }

    /* Açılan araç içeriği sahnenin üzerinde ayrı bir bilgi panosu olur. */
    .e1e1-yol-v3-road details[open] {
        z-index: 30;
    }

    .e1e1-yol-v3-road .e1e1-road-stop-panel {
        position: absolute;
        top: calc(100% + 9px);
        left: 0;
        width: min(540px, 58vw);
        max-height: 480px;
        overflow: auto;
    }

    .e1e1-yol-v3-road .e1e1-sign-shape-route .e1e1-road-stop-panel,
    .e1e1-yol-v3-road .e1e1-sign-shape-lesson .e1e1-road-stop-panel {
        right: 0;
        left: auto;
    }
}

/* Tablet: koordinatlar korunur fakat nesneler biraz küçülür. */
@media (min-width: 821px) and (max-width: 1180px) {
    .e1e1-yol-v3-opening .e1e1-yol-v3-greeting {
        width: 31%;
    }

    .e1e1-yol-v3-preparation {
        top: 31%;
        width: 30%;
        min-width: 250px;
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .e1e1-yol-v3-bag-visual > span {
        font-size: 54px;
    }

    .e1e1-yol-v3-road .e1e1-sign-shape-focus {
        left: 37%;
    }

    .e1e1-yol-v3-road .e1e1-sign-shape-homework {
        left: 52%;
    }
}

/* Mobil: koordinatlı sahne yerine güvenli dikey kullanım. */
@media (max-width: 820px) {
    .e1e1-yol-v3-stage {
        position: relative;
        padding: 20px 14px 42px !important;
        background: #d5b77e !important;
        overflow: hidden;
    }

    .e1e1-yol-v3-scene-image {
        position: absolute;
        inset: 0;
        z-index: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 42% center;
        opacity: .48;
        pointer-events: none;
    }

    .e1e1-yol-v3-opening,
    .e1e1-yol-v3-road {
        position: relative;
        z-index: 3;
    }
}

/* ==========================================================
   YOL HARİTAN 3.6 — Sahne Dağılımı ve Okunabilirlik
   ========================================================== */

@media (min-width: 821px) {

    /* Günaydın kartı daha kompakt ve yukarıda kalır. */
    .e1e1-yol-v3-opening .e1e1-yol-v3-greeting {
        top: 4%;
        left: 3%;
        width: 30%;
        max-width: 350px;
    }

    /* Çanta artık Günaydın kartının altına yapışmaz;
       yolun başlangıcında, daha aşağıda ayrı bir hazırlık alanıdır. */
    .e1e1-yol-v3-preparation {
        top: 43%;
        left: 3.5%;
        width: 28%;
        min-width: 270px;
        max-width: 345px;
    }

    /* Tabelaları köprü çevresine yığmak yerine yol boyunca yay. */
    .e1e1-yol-v3-road .e1e1-sign-shape-focus {
        top: 84%;
        left: 36%;
    }

    .e1e1-yol-v3-road .e1e1-sign-shape-homework {
        top: 72%;
        left: 49%;
    }

    .e1e1-yol-v3-road .e1e1-sign-shape-route {
        top: 60%;
        left: 61%;
    }

    .e1e1-yol-v3-road .e1e1-sign-shape-lesson {
        top: 47%;
        left: 72%;
    }

    /* Deneme artık üçgen bir kabın içine sıkışmaz.
       Üçgen yalnızca uyarı simgesi olarak kalır. */
    .e1e1-yol-v3-road .e1e1-sign-shape-warning {
        top: 33%;
        left: 69%;
        display: grid;
        grid-template-columns: 42px 44px minmax(0,1fr) 18px;
        align-items: center;
        gap: 9px;
        width: clamp(245px, 24vw, 360px);
        min-height: 72px;
        margin: 0;
        padding: 10px 14px;
        clip-path: none;
        border: 2px solid rgba(49, 27, 12, .62);
        border-radius: 10px;
        background:
            repeating-linear-gradient(
                2deg,
                transparent 0 8px,
                rgba(48,23,9,.055) 9px 10px
            ),
            #875b48;
        transform: translate(-50%, -50%) rotate(.35deg);
        box-shadow:
            inset 0 2px rgba(255,255,255,.15),
            inset 0 -5px rgba(38,18,7,.23),
            0 13px 28px rgba(31,22,14,.34);
    }

    .e1e1-yol-v3-road .e1e1-sign-shape-warning::before,
    .e1e1-yol-v3-road .e1e1-sign-shape-warning::after {
        display: none;
    }

    .e1e1-exam-warning-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 34px;
        clip-path: polygon(50% 0, 100% 100%, 0 100%);
        padding-top: 9px;
        background: #d6ad67;
        color: #6f321f;
        font-size: 17px;
        font-weight: 950;
        line-height: 1;
        text-shadow: 0 1px rgba(255,255,255,.4);
    }

    .e1e1-sign-shape-warning .e1e1-road-sign-icon {
        width: 42px;
        height: 42px;
        margin: 0;
    }

    .e1e1-sign-shape-warning .e1e1-road-sign-copy {
        align-items: flex-start;
        text-align: left;
    }

    .e1e1-sign-shape-warning .e1e1-road-sign-copy strong {
        font-size: 15px;
        white-space: nowrap;
    }

    .e1e1-sign-shape-warning .e1e1-road-sign-copy small {
        max-width: none;
        font-size: 10px;
        white-space: nowrap;
    }

    .e1e1-sign-shape-warning .e1e1-road-sign-arrow {
        display: inline-flex;
    }

    /* Teleskop bu sürümde kaldırıldı; sahne nefes alır. */
    .e1e1-yol-v3-telescope {
        display: none !important;
    }

    /* Hedef pankartı tek başına tepede asılı kalmaz;
       yolun ulaştığı sağ üst hattın biraz aşağısına bağlanır. */
    .e1e1-yol-v3-finish {
        top: 21%;
        left: 77%;
        grid-template-columns: 10px minmax(160px, 230px) 10px;
        transform: translate(-50%, -50%) rotate(-1.2deg);
    }

    .e1e1-yol-v3-finish::after {
        position: absolute;
        right: 18%;
        bottom: -22px;
        width: 84px;
        height: 26px;
        border-bottom: 3px solid rgba(109, 78, 43, .55);
        border-radius: 50%;
        transform: rotate(-18deg);
        content: "";
        pointer-events: none;
    }

    .e1e1-yol-v3-finish-pole {
        height: 88px;
    }

    .e1e1-yol-v3-finish > div {
        min-height: 52px;
        padding: 8px 12px;
    }

    .e1e1-yol-v3-finish strong {
        font-size: 16px;
    }
}

/* Orta masaüstünde de dağılım korunur. */
@media (min-width: 821px) and (max-width: 1180px) {
    .e1e1-yol-v3-preparation {
        top: 46%;
        width: 29%;
        min-width: 240px;
    }

    .e1e1-yol-v3-road .e1e1-sign-shape-focus {
        left: 37%;
    }

    .e1e1-yol-v3-road .e1e1-sign-shape-homework {
        left: 50%;
    }

    .e1e1-yol-v3-road .e1e1-sign-shape-route {
        left: 62%;
    }

    .e1e1-yol-v3-road .e1e1-sign-shape-lesson {
        left: 73%;
    }

    .e1e1-yol-v3-road .e1e1-sign-shape-warning {
        left: 70%;
    }

    .e1e1-yol-v3-finish {
        left: 78%;
    }
}

/* Mobilde uyarı işareti korunur, pano normal akışta kalır. */
@media (max-width: 820px) {
    .e1e1-exam-warning-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 31px;
        clip-path: polygon(50% 0, 100% 100%, 0 100%);
        padding-top: 8px;
        background: #d6ad67;
        color: #6f321f;
        font-weight: 950;
    }
}

/* ==========================================================
   YOL MOTORU 1.0 — Tek Haritadan Durak Yerleşimi
   ========================================================== */

@media (min-width: 821px) {
    /*
     * Bütün nesneler aynı koordinat denklemine bağlanır.
     * Tarayıcıya özel top/left seçicileri kullanılmaz.
     */
    .e1e1-yol-v3-stage .e1e1-road-engine-object {
        position: absolute !important;
        top: var(--road-y) !important;
        left: var(--road-x) !important;
        width: min(var(--road-width), 32vw) !important;
        max-width: calc(100% - 24px);
        margin: 0 !important;
        transform:
            translate(-50%, -50%)
            translate(var(--road-dx), var(--road-dy)) !important;
        contain: layout;
    }

    .e1e1-yol-v3-opening,
    .e1e1-yol-v3-road {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        pointer-events: none;
    }

    .e1e1-yol-v3-opening > *,
    .e1e1-yol-v3-road > * {
        pointer-events: auto;
    }

    .e1e1-yol-v3-opening .e1e1-yol-v3-greeting {
        max-width: none;
    }

    .e1e1-yol-v3-preparation {
        min-width: 0;
    }

    /*
     * Önceki sürümlerde CSS içine dağılmış koordinatlar iptal edilir.
     * Yerleşimin tek kaynağı artık $road_scene_map'tir.
     */
    .e1e1-yol-v3-road .e1e1-sign-shape-focus,
    .e1e1-yol-v3-road .e1e1-sign-shape-homework,
    .e1e1-yol-v3-road .e1e1-sign-shape-route,
    .e1e1-yol-v3-road .e1e1-sign-shape-lesson,
    .e1e1-yol-v3-road .e1e1-sign-shape-warning,
    .e1e1-yol-v3-finish {
        top: var(--road-y) !important;
        left: var(--road-x) !important;
        width: min(var(--road-width), 32vw) !important;
        margin: 0 !important;
        transform:
            translate(-50%, -50%)
            translate(var(--road-dx), var(--road-dy)) !important;
    }

    /* Tabela yüksekliği sabitlenir; font farkı nesnenin merkezini oynatmaz. */
    .e1e1-yol-v3-road .e1e1-road-stop > summary,
    .e1e1-yol-v3-road .e1e1-road-stop-link {
        height: 70px;
        min-height: 70px;
        padding: 9px 13px 9px 9px;
        overflow: hidden;
    }

    .e1e1-yol-v3-road .e1e1-road-sign-copy {
        min-width: 0;
    }

    .e1e1-yol-v3-road .e1e1-road-sign-copy strong,
    .e1e1-yol-v3-road .e1e1-road-sign-copy small {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /* Deneme, okunabilir normal pano + uyarı işareti. */
    .e1e1-yol-v3-road .e1e1-sign-shape-warning {
        display: grid;
        grid-template-columns: 38px 42px minmax(0, 1fr) 18px;
        align-items: center;
        gap: 8px;
        height: 74px;
        min-height: 74px;
        padding: 9px 12px;
        clip-path: none;
        border: 2px solid rgba(49, 27, 12, .62);
        border-radius: 10px;
        background:
            repeating-linear-gradient(
                2deg,
                transparent 0 8px,
                rgba(48,23,9,.055) 9px 10px
            ),
            #875b48;
        box-shadow:
            inset 0 2px rgba(255,255,255,.15),
            inset 0 -5px rgba(38,18,7,.23),
            0 13px 28px rgba(31,22,14,.34);
    }

    .e1e1-yol-v3-road .e1e1-sign-shape-warning::before,
    .e1e1-yol-v3-road .e1e1-sign-shape-warning::after {
        display: none;
    }

    .e1e1-exam-warning-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 32px;
        padding-top: 8px;
        clip-path: polygon(50% 0, 100% 100%, 0 100%);
        background: #d6ad67;
        color: #6f321f;
        font-size: 15px;
        font-weight: 950;
    }

    .e1e1-sign-shape-warning .e1e1-road-sign-icon {
        width: 40px;
        height: 40px;
        margin: 0;
    }

    .e1e1-sign-shape-warning .e1e1-road-sign-copy {
        align-items: flex-start;
        text-align: left;
    }

    .e1e1-sign-shape-warning .e1e1-road-sign-copy strong,
    .e1e1-sign-shape-warning .e1e1-road-sign-copy small {
        max-width: none;
        white-space: nowrap;
    }

    .e1e1-sign-shape-warning .e1e1-road-sign-arrow {
        display: inline-flex;
    }

    /* Hedef kapısı kendi bağlantı noktasında, daha doğal ve kompakt. */
    .e1e1-yol-v3-finish {
        display: grid;
        grid-template-columns: 10px minmax(0, 1fr) 10px;
        align-items: start;
        height: 92px;
    }

    .e1e1-yol-v3-finish-pole {
        width: 10px;
        height: 92px;
    }

    .e1e1-yol-v3-finish > div {
        min-height: 54px;
        padding: 8px 10px;
    }

    .e1e1-yol-v3-finish strong {
        font-size: 16px;
    }

    .e1e1-yol-v3-finish::after {
        display: none;
    }

    /* Açılan içerik koordinatı değiştirmez; ayrı katmanda açılır. */
    .e1e1-yol-v3-road details[open] {
        z-index: 40;
        contain: none;
    }

    .e1e1-yol-v3-road .e1e1-road-stop-panel {
        position: absolute;
        top: calc(100% + 9px);
        left: 0;
        width: min(540px, 58vw);
        max-height: 470px;
        overflow: auto;
    }
}

/*
 * Mobil Yol Motoru:
 * Görsel koordinatları kullanılmaz; hikâye sırası korunarak
 * güvenli dikey akışa dönülür.
 */
@media (max-width: 820px) {
    .e1e1-yol-v3-stage .e1e1-road-engine-object {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        max-width: none;
        margin: 0 0 16px !important;
        transform: none !important;
        contain: none;
    }

    .e1e1-yol-v3-opening,
    .e1e1-yol-v3-road {
        position: relative;
        inset: auto;
        width: 100%;
        height: auto;
    }

    .e1e1-yol-v3-finish {
        display: grid;
        grid-template-columns: 10px minmax(0, 1fr) 10px;
    }
}

/* ==========================================================
   YOL HARİTAN 4.0 — SVG Harita Katmanı
   ========================================================== */

.e1e1-map-layout {
    display: grid;
    grid-template-columns: minmax(245px, 300px) minmax(0, 1fr);
    min-width: 0;
    border-bottom: 1px solid rgba(91, 68, 43, .16);
    background: #f7ead8;
}

.e1e1-map-preparation {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
    padding: 24px 18px;
    border-right: 1px solid rgba(91, 68, 43, .18);
    background: linear-gradient(
        180deg,
        rgba(255,250,243,.98),
        rgba(247,234,216,.98)
    );
}

.e1e1-map-greeting,
.e1e1-map-bag {
    border: 1px solid rgba(91,68,43,.17);
    border-radius: 20px;
    background: rgba(255,255,255,.76);
    box-shadow: 0 12px 30px rgba(48,35,20,.10);
}

.e1e1-map-greeting {
    padding: 20px;
}

.e1e1-map-greeting h1 {
    margin: 10px 0;
    color: #263744;
    font-size: clamp(26px, 2.1vw, 38px);
    line-height: 1.04;
}

.e1e1-map-greeting p {
    margin: 0;
    color: #615d56;
    font-size: 14px;
    line-height: 1.55;
}

.e1e1-map-bag {
    padding: 18px;
}

.e1e1-map-bag-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 112px;
    margin-bottom: 12px;
    border-radius: 16px;
    background:
        radial-gradient(
            circle at 50% 72%,
            rgba(73,89,44,.20),
            transparent 40%
        ),
        rgba(236,220,190,.46);
    font-size: 70px;
    filter: sepia(.18) saturate(.82);
}

.e1e1-map-bag h2 {
    margin: 5px 0 6px;
    color: #31553c;
    font-size: 23px;
}

.e1e1-map-bag p {
    margin: 0;
    color: #6f675d;
    font-size: 13px;
    line-height: 1.45;
}

.e1e1-map-bag ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.e1e1-map-bag li {
    display: grid;
    grid-template-columns: 26px minmax(0,1fr);
    gap: 7px;
    align-items: center;
    min-width: 0;
    padding: 7px 9px;
    border: 1px solid rgba(91,68,43,.12);
    border-radius: 10px;
    background: rgba(255,255,255,.66);
}

.e1e1-map-bag li strong {
    overflow: hidden;
    color: #473e35;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e1e1-map-bag > a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 14px;
    padding: 8px 11px;
    border: 1px solid rgba(49,91,60,.25);
    border-radius: 10px;
    color: #315b3c;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
}

.e1e1-map-world {
    min-width: 0;
}

.e1e1-map-canvas {
    position: relative;
    width: 100%;
    min-width: 0;
    aspect-ratio: 3 / 2;
    background: #d7bb84;
    overflow: hidden;
}

.e1e1-map-image,
.e1e1-map-overlay,
.e1e1-map-panel-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.e1e1-map-image {
    display: block;
    object-fit: contain;
    background: #d7bb84;
}

.e1e1-map-overlay {
    z-index: 3;
    overflow: visible;
}

.e1e1-svg-stop {
    cursor: pointer;
    transform-box: fill-box;
    transform-origin: center;
    transition: filter .18s ease;
}

.e1e1-svg-stop:hover,
.e1e1-svg-stop:focus {
    filter: brightness(1.08);
    outline: none;
}

.e1e1-svg-stop-title {
    fill: #fffdf7;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        sans-serif;
    font-size: 21px;
    font-weight: 760;
}

.e1e1-svg-stop-subtitle {
    fill: rgba(255,255,255,.86);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        sans-serif;
    font-size: 13px;
}

.e1e1-svg-finish-small {
    fill: #79614d;
    font-family: system-ui, sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
}

.e1e1-svg-finish-title {
    fill: #8a3f2f;
    font-family: system-ui, sans-serif;
    font-size: 22px;
    font-weight: 900;
}

.e1e1-map-panel-layer {
    z-index: 8;
    pointer-events: none;
}

.e1e1-map-tool-panel {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(720px, 78%);
    max-height: 76%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(82,59,37,.25);
    border-radius: 22px;
    background: rgba(255,250,242,.97);
    box-shadow: 0 22px 60px rgba(35,24,14,.38);
    overflow: hidden;
    pointer-events: auto;
    backdrop-filter: blur(12px);
}

.e1e1-map-tool-panel[hidden] {
    display: none;
}

.e1e1-map-tool-panel > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 15px 18px;
    border-bottom: 1px solid rgba(91,68,43,.14);
    background: rgba(250,239,224,.92);
}

.e1e1-map-tool-panel > header > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.e1e1-map-tool-panel h2 {
    margin: 0;
    color: #293746;
    font-size: 21px;
}

.e1e1-map-panel-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: rgba(103,72,42,.10);
    color: #4e4135;
    cursor: pointer;
    font-size: 24px;
}

.e1e1-map-tool-panel-body {
    max-height: calc(76vh - 110px);
    padding: 18px;
    overflow: auto;
}

.e1e1-map-mobile-tools {
    display: none;
}

@media (max-width: 1180px) {
    .e1e1-map-layout {
        grid-template-columns: 230px minmax(0,1fr);
    }

    .e1e1-svg-stop-title {
        font-size: 19px;
    }

    .e1e1-svg-stop-subtitle {
        font-size: 12px;
    }
}

@media (max-width: 820px) {
    .e1e1-map-layout {
        display: block;
    }

    .e1e1-map-preparation {
        display: grid;
        grid-template-columns: 1fr;
        padding: 16px 14px;
        border-right: 0;
    }

    .e1e1-map-greeting,
    .e1e1-map-bag {
        padding: 16px;
    }

    .e1e1-map-canvas {
        aspect-ratio: 4 / 5;
    }

    .e1e1-map-image {
        object-fit: cover;
        object-position: 48% center;
    }

    .e1e1-map-overlay {
        display: none;
    }

    .e1e1-map-panel-layer {
        position: relative;
        inset: auto;
        width: auto;
        height: auto;
    }

    .e1e1-map-tool-panel {
        position: fixed;
        z-index: 200;
        top: 50%;
        left: 50%;
        width: calc(100% - 28px);
        max-height: 82vh;
    }

    .e1e1-map-mobile-tools {
        display: grid;
        grid-template-columns: repeat(2, minmax(0,1fr));
        gap: 10px;
        padding: 14px;
        background: #f7ead8;
    }

    .e1e1-map-mobile-tools button,
    .e1e1-map-mobile-tools a {
        display: grid;
        grid-template-columns: 34px minmax(0,1fr);
        gap: 8px;
        align-items: center;
        min-width: 0;
        padding: 11px;
        border: 1px solid rgba(91,68,43,.16);
        border-radius: 13px;
        background: rgba(255,255,255,.82);
        color: #35414b;
        text-align: left;
        text-decoration: none;
    }

    .e1e1-map-mobile-tools button {
        font: inherit;
        cursor: pointer;
    }

    .e1e1-map-mobile-tools span {
        grid-row: 1 / 3;
        font-size: 23px;
    }

    .e1e1-map-mobile-tools strong {
        overflow: hidden;
        font-size: 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .e1e1-map-mobile-tools small {
        color: #756e65;
        font-size: 10px;
    }
}

/* ==========================================================
   YOL HARİTAN 4.1 — Büyük Harita + Tek Hazırlık Sahnesi
   ========================================================== */

.e1e1-map-layout {
    display: block;
    min-width: 0;
    background: #f3e4cf;
}

.e1e1-map-world {
    width: 100%;
}

.e1e1-map-canvas {
    aspect-ratio: 3 / 2;
    min-height: 0;
}

/* Eski ayrı hazırlık kolonu artık kullanılmaz. */
.e1e1-map-preparation,
.e1e1-map-greeting,
.e1e1-map-bag {
    display: none !important;
}

/*
 * Günaydın ve Çanta tek bir başlangıç sahnesidir.
 * Haritanın genişliğini azaltmaz.
 */
.e1e1-map-opening {
    position: absolute;
    z-index: 6;
    top: 4%;
    left: 3%;
    width: clamp(260px, 28%, 390px);
    border: 1px solid rgba(87, 62, 36, .25);
    border-radius: 23px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 250, 239, .95),
            rgba(244, 228, 203, .91)
        );
    box-shadow:
        0 20px 46px rgba(35, 25, 15, .28),
        inset 0 1px rgba(255,255,255,.65);
    overflow: hidden;
    backdrop-filter: blur(9px);
}

.e1e1-map-opening-head {
    padding: 18px 20px 15px;
    border-bottom: 1px solid rgba(91, 68, 43, .14);
}

.e1e1-map-opening-head h1 {
    margin: 9px 0 8px;
    color: #263746;
    font-size: clamp(25px, 2.2vw, 38px);
    line-height: 1.02;
}

.e1e1-map-opening-head p {
    margin: 0;
    color: #5e5a54;
    font-size: 13px;
    line-height: 1.5;
}

.e1e1-map-opening-head p strong {
    display: block;
    margin-top: 3px;
    color: #384a3d;
}

.e1e1-map-opening-bag {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    padding: 15px 18px 18px;
}

.e1e1-map-opening-bag-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 112px;
    border-radius: 16px;
    background:
        radial-gradient(
            circle at 50% 72%,
            rgba(73,89,44,.22),
            transparent 43%
        ),
        rgba(255,255,255,.42);
    font-size: 64px;
    filter:
        sepia(.20)
        saturate(.80)
        drop-shadow(0 11px 9px rgba(42,29,16,.24));
}

.e1e1-map-opening-bag-copy {
    min-width: 0;
}

.e1e1-map-opening-bag-copy h2 {
    margin: 4px 0 8px;
    color: #31553c;
    font-size: 19px;
    line-height: 1.12;
}

.e1e1-map-opening-bag-copy ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.e1e1-map-opening-bag-copy li {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 5px;
    align-items: center;
    min-width: 0;
    padding: 5px 7px;
    border: 1px solid rgba(91, 68, 43, .11);
    border-radius: 8px;
    background: rgba(255,255,255,.55);
}

.e1e1-map-opening-bag-copy li strong {
    overflow: hidden;
    color: #493f35;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e1e1-map-opening-bag-copy small {
    display: block;
    color: #756b60;
    font-size: 11px;
}

.e1e1-map-opening-bag-copy > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 9px;
    padding: 6px 9px;
    border: 1px solid rgba(49,91,60,.25);
    border-radius: 9px;
    background: rgba(255,255,255,.50);
    color: #315b3c;
    text-decoration: none;
    font-size: 10px;
    font-weight: 850;
}

/* Haritadaki tabelalar sahnenin parçası gibi biraz daha sakin görünür. */
.e1e1-svg-stop {
    opacity: .96;
}

.e1e1-svg-stop-title {
    font-size: 20px;
}

.e1e1-svg-stop-subtitle {
    font-size: 12px;
}

/* Büyük ekranda haritaya maksimum alan ver. */
@media (min-width: 1500px) {
    .e1e1-map-opening {
        width: 365px;
    }
}

@media (max-width: 1180px) and (min-width: 821px) {
    .e1e1-map-opening {
        width: 30%;
        min-width: 245px;
    }

    .e1e1-map-opening-head {
        padding: 14px 15px 12px;
    }

    .e1e1-map-opening-bag {
        grid-template-columns: 64px minmax(0, 1fr);
        padding: 12px 14px 14px;
    }

    .e1e1-map-opening-bag-icon {
        min-height: 90px;
        font-size: 50px;
    }

    .e1e1-map-opening-bag-copy h2 {
        font-size: 16px;
    }
}

@media (max-width: 820px) {
    .e1e1-map-opening {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        margin: 14px;
        border-radius: 18px;
    }

    .e1e1-map-canvas {
        display: flex;
        flex-direction: column;
        aspect-ratio: auto;
        background: #f3e4cf;
        overflow: visible;
    }

    .e1e1-map-image {
        position: relative;
        order: 2;
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 5;
        object-fit: cover;
        object-position: 48% center;
    }

    .e1e1-map-opening {
        order: 1;
    }

    .e1e1-map-panel-layer {
        order: 3;
    }

    .e1e1-map-opening-bag {
        grid-template-columns: 72px minmax(0,1fr);
    }
}

/* ==========================================================
   YOL HARİTAN 4.2 — İşlenmiş SVG Tabelalar
   ========================================================== */

.e1e1-map-opening {
    top: 3.5%;
    left: 3%;
    width: clamp(290px, 29%, 410px);
    border-radius: 8px;
    border-width: 3px;
    border-color: rgba(95, 65, 37, .44);
    background:
        radial-gradient(circle at 10% 12%, rgba(255,255,255,.46), transparent 27%),
        repeating-linear-gradient(
            2deg,
            transparent 0 9px,
            rgba(77,50,27,.025) 10px 11px
        ),
        linear-gradient(
            145deg,
            rgba(255,249,235,.98),
            rgba(236,216,182,.96)
        );
    box-shadow:
        0 22px 50px rgba(35, 25, 15, .31),
        inset 0 0 0 1px rgba(255,255,255,.50);
}

.e1e1-map-opening::before,
.e1e1-map-opening::after {
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #755139;
    box-shadow: inset 0 2px rgba(255,255,255,.25);
    content: "";
}

.e1e1-map-opening::before {
    top: 8px;
    left: 8px;
}

.e1e1-map-opening::after {
    right: 8px;
    bottom: 8px;
}

.e1e1-map-opening-head {
    padding: 22px 22px 17px;
    border-bottom-color: rgba(91, 68, 43, .20);
}

.e1e1-map-opening-head h1 {
    font-size: clamp(28px, 2.45vw, 42px);
}

.e1e1-map-opening-bag {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 15px;
    padding: 17px 20px 21px;
}

.e1e1-map-opening-bag-icon {
    min-height: 124px;
    border: 1px solid rgba(91,68,43,.12);
    background:
        radial-gradient(
            circle at 50% 74%,
            rgba(73,89,44,.24),
            transparent 42%
        ),
        rgba(255,255,255,.48);
    font-size: 70px;
}

.e1e1-map-opening-bag-copy h2 {
    color: #3c533e;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .025em;
}

.e1e1-map-opening-bag-copy li {
    padding: 7px 9px;
    background: rgba(255,255,255,.70);
}

.e1e1-map-opening-bag-copy > a {
    padding: 8px 11px;
    background: rgba(255,255,255,.70);
}

/* Tabelaları görsele göm: daha az dijital, daha doğal kontrast. */
.e1e1-map-overlay {
    filter: saturate(.82) contrast(.98);
}

.e1e1-svg-stop {
    opacity: .98;
}

.e1e1-svg-stop:hover,
.e1e1-svg-stop:focus {
    filter: brightness(1.07) saturate(1.06);
}

.e1e1-svg-stop-title {
    font-size: 21px;
    font-weight: 790;
    paint-order: stroke;
    stroke: rgba(54,31,18,.24);
    stroke-width: 1px;
}

.e1e1-svg-stop-subtitle {
    font-size: 12px;
}

.e1e1-svg-finish-small {
    font-size: 10px;
    letter-spacing: .09em;
}

.e1e1-svg-finish-title {
    font-size: 22px;
}

/* Harita biraz daha yüksek ve sinematik görünsün. */
@media (min-width: 821px) {
    .e1e1-map-canvas {
        aspect-ratio: 1.56 / 1;
    }
}

@media (max-width: 1180px) and (min-width: 821px) {
    .e1e1-map-opening {
        width: 31%;
        min-width: 270px;
    }

    .e1e1-map-opening-head {
        padding: 16px 17px 13px;
    }

    .e1e1-map-opening-bag {
        grid-template-columns: 68px minmax(0, 1fr);
        padding: 13px 15px 16px;
    }

    .e1e1-map-opening-bag-icon {
        min-height: 96px;
        font-size: 52px;
    }

    .e1e1-map-opening-bag-copy h2 {
        font-size: 14px;
    }
}

@media (max-width: 820px) {
    .e1e1-map-opening {
        border-width: 2px;
        border-radius: 12px;
    }

    .e1e1-map-opening-head h1 {
        font-size: 31px;
    }

    .e1e1-map-opening-bag {
        grid-template-columns: 76px minmax(0,1fr);
    }

    .e1e1-map-opening-bag-icon {
        min-height: 96px;
        font-size: 54px;
    }
}

/* ==========================================================
   YOL HARİTAN 4.3 — Birleşik Görsel Dil
   ========================================================== */

/* Açılış panosu: daha sıcak parşömen, daha az modern kart. */
.e1e1-map-opening {
    top: 3.8%;
    left: 2.8%;
    width: clamp(300px, 29.5%, 420px);
    border: 4px solid rgba(88, 58, 32, .48);
    border-radius: 7px;
    background:
        radial-gradient(circle at 18% 10%, rgba(255,255,255,.43), transparent 28%),
        radial-gradient(circle at 82% 88%, rgba(110,72,37,.07), transparent 24%),
        repeating-linear-gradient(
            1.5deg,
            transparent 0 10px,
            rgba(81,52,27,.025) 11px 12px
        ),
        linear-gradient(
            145deg,
            #f4e7c9 0%,
            #ead6ae 58%,
            #dfc294 100%
        );
    box-shadow:
        0 18px 42px rgba(33, 23, 14, .30),
        inset 0 0 0 1px rgba(255,255,255,.48),
        inset 0 0 30px rgba(102,68,36,.08);
}

.e1e1-map-opening-head {
    padding: 22px 22px 18px;
    border-bottom: 1px solid rgba(98, 65, 34, .24);
}

.e1e1-map-opening-head h1 {
    color: #2e332f;
    letter-spacing: -.02em;
}

.e1e1-map-opening-head p {
    color: #5e5143;
}

.e1e1-map-opening-head p strong {
    color: #3f4a3d;
}

.e1e1-map-opening-bag {
    background: rgba(255, 250, 239, .18);
}

.e1e1-map-opening-bag-icon {
    border: 1px solid rgba(92, 61, 32, .16);
    background:
        radial-gradient(circle at 50% 74%, rgba(73,89,44,.24), transparent 42%),
        rgba(255, 250, 239, .30);
}

.e1e1-map-opening-bag-copy h2 {
    color: #435141;
}

.e1e1-map-opening-bag-copy li,
.e1e1-map-opening-bag-copy > a {
    border-color: rgba(91,68,43,.16);
    background: rgba(255, 250, 239, .62);
}

/* Tabelalar tek bir ahşap ailesinden görünür. */
.e1e1-map-overlay {
    filter: saturate(.76) contrast(.98) sepia(.06);
}

.e1e1-svg-stop {
    opacity: .985;
}

.e1e1-svg-stop-title {
    fill: #fff8ea;
    font-size: 20px;
    font-weight: 780;
    paint-order: stroke;
    stroke: rgba(45, 26, 15, .28);
    stroke-width: 1.2px;
}

.e1e1-svg-stop-subtitle {
    fill: rgba(255,248,234,.84);
    font-size: 11.5px;
}

.e1e1-svg-stop:hover,
.e1e1-svg-stop:focus {
    filter: brightness(1.06) saturate(1.02);
}

/* Araç penceresi: eski mavi-beyaz kart yerine Yol Haritan paneli. */
.e1e1-map-tool-panel {
    border: 3px solid rgba(92, 61, 32, .38);
    border-radius: 16px;
    background:
        radial-gradient(circle at 12% 8%, rgba(255,255,255,.38), transparent 26%),
        repeating-linear-gradient(
            2deg,
            transparent 0 11px,
            rgba(76,48,25,.022) 12px 13px
        ),
        linear-gradient(
            145deg,
            rgba(247, 234, 207, .985),
            rgba(229, 207, 170, .985)
        );
    box-shadow:
        0 24px 64px rgba(33, 23, 14, .42),
        inset 0 0 0 1px rgba(255,255,255,.42);
    backdrop-filter: blur(10px);
}

.e1e1-map-tool-panel > header {
    padding: 16px 18px;
    border-bottom: 1px solid rgba(92, 61, 32, .20);
    background:
        linear-gradient(
            90deg,
            rgba(102,69,38,.92),
            rgba(126,88,48,.90)
        );
}

.e1e1-map-tool-panel > header > div {
    color: #fff7e7;
}

.e1e1-map-tool-panel h2 {
    color: #fff7e7;
    font-size: 21px;
    text-shadow: 0 1px rgba(48,29,16,.30);
}

.e1e1-map-panel-close {
    border: 1px solid rgba(255,255,255,.30);
    background: rgba(255,255,255,.14);
    color: #fff7e7;
}

.e1e1-map-panel-close:hover {
    background: rgba(255,255,255,.24);
}

.e1e1-map-tool-panel-body {
    background: rgba(255, 249, 237, .30);
}

/* İçerideki eski beyaz/mavi yüzeyleri yumuşat. */
.e1e1-map-tool-panel .e1e1-card,
.e1e1-map-tool-panel .e1e1-yol-card,
.e1e1-map-tool-panel .module-card,
.e1e1-map-tool-panel .student-module-card {
    border-color: rgba(91,68,43,.16) !important;
    background: rgba(255, 250, 239, .78) !important;
    box-shadow: 0 8px 20px rgba(54,38,22,.10) !important;
}

.e1e1-map-tool-panel button,
.e1e1-map-tool-panel input,
.e1e1-map-tool-panel select,
.e1e1-map-tool-panel textarea {
    border-color: rgba(91,68,43,.24);
}

.e1e1-map-tool-panel a {
    color: #3e5d46;
}

/* Hedef pankartı metin hizası. */
.e1e1-svg-finish-small {
    font-size: 9.5px;
    font-weight: 850;
    letter-spacing: .08em;
}

.e1e1-svg-finish-title {
    font-size: 20px;
    font-weight: 900;
}

/* Orta çözünürlüklerde açılış bloğu taşmadan küçülür. */
@media (max-width: 1180px) and (min-width: 821px) {
    .e1e1-map-opening {
        width: 31%;
        min-width: 275px;
    }
}

@media (max-width: 820px) {
    .e1e1-map-opening {
        border-width: 3px;
        border-radius: 10px;
    }

    .e1e1-map-tool-panel {
        border-width: 2px;
        border-radius: 14px;
    }
}

/* ==========================================================
   YOL HARİTAN 4.4 — Sade Harita / Bağlam Şeridi
   ========================================================== */

.e1e1-svg-stop-title {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -.01em;
}

.e1e1-svg-stop-subtitle {
    display: none;
}

.e1e1-map-overlay {
    filter: saturate(.74) contrast(.98) sepia(.07);
}

.e1e1-svg-stop {
    opacity: .99;
}

.e1e1-svg-stop:hover,
.e1e1-svg-stop:focus {
    filter: brightness(1.06);
}

/* Hedefi biraz daha sola al. */
.e1e1-svg-finish {
    transform: translate(-40px, 0);
}

/* Sağ bağlam özeti. */
.e1e1-context-summary {
    padding: 16px;
    border: 1px solid var(--yol-line);
    border-radius: 18px;
    background:
        linear-gradient(
            145deg,
            rgba(247,234,207,.96),
            rgba(232,211,176,.94)
        );
    box-shadow: 0 10px 24px rgba(45,31,18,.10);
}

.e1e1-context-summary > header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 13px;
}

.e1e1-context-summary > header > span {
    font-size: 23px;
}

.e1e1-context-summary > header div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.e1e1-context-summary > header strong {
    color: #3e4d42;
    font-size: 14px;
}

.e1e1-context-summary > header small {
    color: #7a6b5b;
    font-size: 10px;
}

.e1e1-context-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 8px;
}

.e1e1-context-summary-grid a {
    display: grid;
    grid-template-columns: 30px minmax(0,1fr);
    gap: 7px;
    align-items: center;
    min-width: 0;
    padding: 9px;
    border: 1px solid rgba(92,61,32,.14);
    border-radius: 11px;
    background: rgba(255,250,239,.65);
    color: #3d473f;
    text-decoration: none;
}

.e1e1-context-summary-grid a:hover {
    background: rgba(255,250,239,.90);
}

.e1e1-context-summary-grid a > span {
    font-size: 19px;
}

.e1e1-context-summary-grid a > div {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.e1e1-context-summary-grid strong {
    color: #39443b;
    font-size: 16px;
    line-height: 1;
}

.e1e1-context-summary-grid small {
    margin-top: 3px;
    color: #786b5d;
    font-size: 9px;
}

.e1e1-map-tool-panel {
    border-width: 2px;
    background:
        repeating-linear-gradient(
            2deg,
            transparent 0 12px,
            rgba(76,48,25,.018) 13px 14px
        ),
        linear-gradient(
            145deg,
            rgba(247,234,207,.985),
            rgba(234,216,185,.985)
        );
}

.e1e1-map-tool-panel > header {
    background:
        linear-gradient(
            90deg,
            rgba(95,66,39,.94),
            rgba(115,81,47,.92)
        );
}

@media (max-width: 820px) {
    .e1e1-context-summary-grid {
        grid-template-columns: repeat(4, minmax(0,1fr));
    }

    .e1e1-context-summary-grid a {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .e1e1-context-summary-grid a > div {
        align-items: center;
    }
}


/* ==========================================================
   Yol Haritan v1.7 — Gerçek öğrenci paneli geçişi
   ========================================================== */

.e1e1-yol-v3-main-roadmap {
    min-width: 0;
    padding: 0;
    overflow: visible;
}

.e1e1-yol-v3-main-roadmap .e1e1-roadmap-v1 {
    width: 100%;
    min-width: 0;
}

.e1e1-yol-v3-main-roadmap .e1e1-roadmap-v1__canvas {
    border-radius: 22px;
    box-shadow:
        0 18px 45px rgba(43, 30, 17, .16);
}

.e1e1-yol-v3-sidebar
[data-roadmap-menu-tool],
.e1e1-context-summary
[data-roadmap-menu-tool],
.e1e1-yol-v3-mobile-nav
[data-roadmap-menu-tool] {
    cursor: pointer;
}

@media (max-width: 1100px) {
    .e1e1-yol-v3-main-roadmap
    .e1e1-roadmap-v1__canvas {
        border-radius: 16px;
    }
}


/* ==========================================================
   Öğrenci v1.8 — Seyir Defteri kısa özet
   ========================================================== */

.e1e1-yol-v3-logbook-shell {
    max-height: none !important;
    overflow: visible !important;
    padding-right: 0 !important;
    scrollbar-width: auto !important;
}

.e1e1-yol-v3-logbook-shell::after {
    display: none !important;
    content: none !important;
}

.e1e1-yol-v3-logbook-shell
.e1e1-logbook-weekly-summary,
.e1e1-yol-v3-logbook-shell
.e1e1-logbook-monthly-summary {
    display: none;
}

.e1e1-yol-v3-logbook-shell
.e1e1-logbook-heading {
    display: none;
}

.e1e1-yol-v3-logbook-shell
.e1e1-logbook-day-group {
    margin: 0 0 10px;
}

.e1e1-yol-v3-logbook-shell
.e1e1-logbook-day-title {
    margin: 0 0 7px;
    font-size: 11px;
}

.e1e1-yol-v3-logbook-shell
.e1e1-logbook-entry-list {
    gap: 7px;
}

.e1e1-logbook-full-link {
    margin-top: 13px;
}

/* Yol Haritan — Seyir Defteri gerçek kompakt görünümü */
.e1e1-yol-v3-logbook-shell
.e1e1-logbook-content-module.is-compact {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.e1e1-yol-v3-logbook-shell
.e1e1-logbook-content-module.is-compact
> .e1e1-card-icon,
.e1e1-yol-v3-logbook-shell
.e1e1-logbook-content-module.is-compact
.e1e1-logbook-heading {
    display: none;
}

.e1e1-yol-v3-logbook-shell
.e1e1-logbook-content-module.is-compact
> .e1e1-card-content {
    width: 100%;
    min-width: 0;
}

.e1e1-logbook-compact-list {
    display: grid;
    gap: 8px;
}

.e1e1-logbook-compact-entry {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-width: 0;
    padding: 10px 11px;
    border: 1px solid rgba(49, 85, 60, .11);
    border-radius: 13px;
    background: rgba(255, 255, 255, .72);
}

.e1e1-logbook-compact-entry > span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #edf4f0;
    font-size: 17px;
}

.e1e1-logbook-compact-entry > div {
    min-width: 0;
}

.e1e1-logbook-compact-entry strong {
    display: block;
    overflow: hidden;
    color: #34483c;
    font-size: 13px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e1e1-logbook-compact-entry p {
    display: -webkit-box;
    overflow: hidden;
    margin: 3px 0 0;
    color: #6d7c72;
    font-size: 11px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.e1e1-logbook-compact-entry time {
    color: #87938b;
    font-size: 10px;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .e1e1-logbook-compact-entry {
        grid-template-columns: 32px minmax(0, 1fr);
    }

    .e1e1-logbook-compact-entry > span {
        width: 32px;
        height: 32px;
    }

    .e1e1-logbook-compact-entry time {
        grid-column: 2;
        margin-top: -5px;
    }
}

/* Çanta — kaynaklar ve kişiye özel Ders Kayıtları */
.e1e1-student-bag-shelf+.e1e1-student-bag-shelf{margin-top:30px;padding-top:28px;border-top:1px solid rgba(49,85,60,.12)}
.e1e1-student-bag-shelf>header{margin-bottom:17px}.e1e1-student-bag-shelf>header>span{color:#397d72;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.e1e1-student-bag-shelf>header h2{margin:4px 0 6px;color:#294938;font-family:Georgia,serif;font-size:28px}.e1e1-student-bag-shelf>header p{margin:0;color:#6d7c72;line-height:1.55}
.e1e1-student-recording-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.e1e1-student-recording-card{display:grid;grid-template-columns:132px minmax(0,1fr);min-width:0;overflow:hidden;border:1px solid rgba(49,85,60,.14);border-radius:22px;background:#fff;box-shadow:0 13px 34px rgba(41,73,56,.07)}
.e1e1-student-recording-card.is-new{border-color:rgba(24,166,166,.38);box-shadow:0 15px 38px rgba(24,166,166,.11)}
.e1e1-student-recording-cover{display:grid;place-items:center;min-height:190px;background:linear-gradient(145deg,#e7f1ed,#dce8ed);font-size:44px}.e1e1-student-recording-cover img{width:100%;height:100%;object-fit:cover}
.e1e1-student-recording-copy{display:flex;flex-direction:column;align-items:flex-start;min-width:0;padding:18px}.e1e1-student-recording-label{display:flex;align-items:center;gap:8px}
.e1e1-student-recording-label span{color:#397d72;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.e1e1-student-recording-label b{padding:4px 7px;border-radius:999px;background:#ddf5ef;color:#187568;font-size:9px;text-transform:uppercase}
.e1e1-student-recording-card h3{margin:8px 0 0;color:#294938;font-size:18px;line-height:1.32}.e1e1-student-recording-card p{display:-webkit-box;overflow:hidden;margin:8px 0 0;color:#65766d;font-size:12px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.e1e1-student-recording-meta{display:flex;flex-wrap:wrap;gap:5px;margin-top:11px}.e1e1-student-recording-meta span{padding:4px 7px;border-radius:999px;background:#f0f5f2;color:#65766d;font-size:9px}
.e1e1-student-recording-copy>a{display:inline-flex;margin-top:auto;padding-top:13px;color:#167f78;font-size:12px;font-weight:900;text-decoration:none}
.e1e1-student-recording-header>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.e1e1-student-recording-header>div span{padding:7px 10px;border-radius:999px;background:#edf4f0;color:#526b5d;font-size:12px}
.e1e1-lesson-player{position:relative;overflow:hidden;width:100%;padding-top:56.25%;border-radius:19px;background:#10251b}.e1e1-lesson-player iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.e1e1-lesson-player-message{display:grid;place-items:center;min-height:360px;padding:30px;border-radius:19px;background:#edf4f0;text-align:center}.e1e1-lesson-player-message span{font-size:42px}.e1e1-lesson-player-message p{max-width:520px;color:#526b5d;line-height:1.6}
.e1e1-student-recording-note{margin-top:22px;padding:20px;border-left:5px solid #c28b43;border-radius:16px;background:#fff7e9}.e1e1-student-recording-note>span{color:#9a6729;font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.e1e1-student-recording-note div{color:#654d32;line-height:1.65}.e1e1-student-recording-note p:last-child{margin-bottom:0}.e1e1-student-recording-range{margin:17px 0 0;color:#526b5d;font-size:13px;font-weight:800}
.e1e1-student-recording-body>footer{display:flex;justify-content:space-between;gap:20px;margin-top:24px;padding-top:18px;border-top:1px solid #e3ebe6;color:#718078;font-size:12px}.e1e1-student-recording-body>footer a{color:#167f78;font-weight:900;text-decoration:none}
.e1e1-student-recording-denied{max-width:650px;margin:70px auto;padding:42px;border:1px solid #eadfcf;border-radius:26px;background:#fffaf2;text-align:center}.e1e1-student-recording-denied>span{font-size:42px}.e1e1-student-recording-denied h1{color:#493f35}.e1e1-student-recording-denied p{color:#73685c}.e1e1-student-recording-denied a{display:inline-flex;margin-top:12px;color:#167f78;font-weight:900;text-decoration:none}
.e1e1-yol-v3-mobile-nav a b,
.e1e1-yol-v3-mobile-nav [data-roadmap-menu-tool] b{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;margin-left:3px;padding:0 5px;border-radius:999px;background:#b95819;color:#fff;font-size:9px}
@media(max-width:850px){.e1e1-student-recording-grid{grid-template-columns:1fr}}@media(max-width:600px){.e1e1-student-recording-card{grid-template-columns:92px minmax(0,1fr)}.e1e1-student-recording-cover{min-height:170px}.e1e1-student-recording-copy{padding:15px}.e1e1-student-recording-body>footer{align-items:flex-start;flex-direction:column}.e1e1-lesson-player-message{min-height:240px}}

/* Çanta iç sayfalarının genişlik, zemin ve renk kabuğu student-pages.css
   içindeki ortak e1e1-student-page-shell yapısından gelir. */

.e1e1-student-resource-header>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.e1e1-student-resource-header>div span{padding:7px 10px;border-radius:999px;background:#edf4f0;color:#526b5d;font-size:12px}
.e1e1-student-resource-intro{display:grid;grid-template-columns:72px minmax(0,1fr);gap:18px;align-items:start}.e1e1-student-resource-intro>span{display:grid;place-items:center;width:72px;height:72px;border-radius:20px;background:#edf4f0;font-size:34px}.e1e1-student-resource-intro h2{margin:0 0 7px;color:#294938;font-size:22px}.e1e1-student-resource-intro p{margin:0;color:#66786e;line-height:1.65}
.e1e1-student-resource-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px;padding-top:22px;border-top:1px solid #e3ebe6}.e1e1-student-resource-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 17px;border-radius:13px;background:#167f78;color:#fff;font-weight:900;text-decoration:none}.e1e1-student-resource-actions a+ a{background:#edf4f0;color:#31553c}.e1e1-student-resource-footnote{margin:15px 0 0;color:#718078;font-size:12px;line-height:1.55}
@media(max-width:600px){.e1e1-student-resource-intro{grid-template-columns:1fr}.e1e1-student-resource-actions{flex-direction:column}.e1e1-student-resource-actions a{width:100%}}

/* Behavior v1 — Seyir Defterinde sıcak gelişim özeti */
.e1e1-student-behavior{margin:0 0 22px;padding:25px;border:1px solid rgba(59,112,85,.17);border-radius:24px;background:linear-gradient(145deg,#fffdf7,#eef6ef);box-shadow:0 18px 46px rgba(42,76,57,.07)}
.e1e1-student-behavior>header>span{color:#397d72;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.e1e1-student-behavior>header h2{margin:5px 0 7px;color:#2d4b3b;font-family:Georgia,serif;font-size:27px}.e1e1-student-behavior>header p{max-width:780px;margin:0;color:#6a7a70;font-size:13px;line-height:1.6}
.e1e1-student-behavior-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;margin-top:19px}.e1e1-student-behavior-grid article{display:grid;gap:5px;padding:17px;border:1px solid #e0e9e2;border-radius:17px;background:rgba(255,255,255,.9)}.e1e1-student-behavior-grid span{color:#71847a;font-size:9px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.e1e1-student-behavior-grid strong{color:#2f5140;font-size:22px}.e1e1-student-behavior-grid p{margin:0;color:#7a8880;font-size:10px;line-height:1.45}
.e1e1-student-behavior-note,.e1e1-student-behavior-empty{display:grid;grid-template-columns:52px minmax(0,1fr);gap:14px;align-items:center;margin-top:13px;padding:15px;border-radius:17px;background:#fff7e9}.e1e1-student-behavior-note>span,.e1e1-student-behavior-empty>span{display:grid;place-items:center;width:52px;height:52px;border-radius:15px;background:#fff;font-size:24px}.e1e1-student-behavior-note strong,.e1e1-student-behavior-empty strong{color:#675033}.e1e1-student-behavior-note p,.e1e1-student-behavior-empty p{margin:4px 0 0;color:#7d6d58;font-size:12px;line-height:1.5}.e1e1-student-behavior-empty{margin-top:19px;background:#edf5ef}.e1e1-student-behavior-empty strong{color:#365844}.e1e1-student-behavior-empty p{color:#6a7c70}
@media(max-width:900px){.e1e1-student-behavior-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.e1e1-student-behavior{padding:19px}.e1e1-student-behavior-grid{grid-template-columns:1fr}.e1e1-student-behavior-note,.e1e1-student-behavior-empty{grid-template-columns:1fr}.e1e1-student-behavior>header h2{font-size:23px}}

/* ==========================================================
   Öğrenci v1.9 — Gerçek telefon yerleşimi
   ========================================================== */
@media(max-width:820px){
    .e1e1-yol-v3-layout{
        display:flex !important;
        flex-direction:column;
    }

    .e1e1-yol-v3-main-roadmap{
        order:1;
    }

    .e1e1-yol-v3-rail{
        order:2;
        display:flex !important;
        width:100%;
        min-width:0;
        grid-column:auto !important;
        grid-template-columns:none !important;
        flex-direction:column;
        gap:14px;
        padding:16px 14px 105px;
        border-top:1px solid var(--yol-line);
        border-left:0;
    }

    .e1e1-yol-v3-rail>.e1e1-context-summary,
    .e1e1-yol-v3-announcement-card,
    .e1e1-yol-v3-message-card{
        display:none !important;
    }

    .e1e1-yol-v3-rail-card{
        width:100%;
        min-width:0;
        max-width:none;
    }

    #e1e1-yol-logbook{
        order:1;
    }

    .e1e1-yol-v3-logbook-shell,
    .e1e1-logbook-content-module.is-compact,
    .e1e1-logbook-content-module.is-compact
    >.e1e1-card-content{
        width:100%;
        min-width:0;
        max-width:100%;
    }

    .e1e1-logbook-compact-entry{
        width:100%;
        min-width:0;
        max-width:100%;
    }
}

/* Gelişim Merkezi 3.0 — ikincil sınav bilgisi */
.e1e1-progress-stat-grid small{display:block;margin-top:5px;color:var(--e1e1-muted,#71808b);font-size:10px;line-height:1.4}
.e1e1-student-progress-families{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px}.e1e1-student-progress-families a{padding:8px 12px;border:1px solid #dfe7e8;border-radius:999px;background:#fff;color:#315c73;font-size:12px;font-weight:800;text-decoration:none}.e1e1-student-progress-families a.is-active{border-color:#2f8f91;background:#e8f5f2;color:#176c70}.e1e1-student-progress-context{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:end;margin:0 0 14px;padding:12px;border:1px solid #e1e7e8;border-radius:14px;background:#fff}.e1e1-student-progress-context label{grid-column:1/-1;color:#64748b;font-size:11px;font-weight:800}.e1e1-student-progress-context select,.e1e1-student-progress-context button{min-height:40px;border-radius:10px;padding:8px 10px}.e1e1-student-progress-context select{min-width:0;border:1px solid #d8e1e3;background:#fff}.e1e1-student-progress-context button{border:0;background:#0f9295;color:#fff;font-weight:800}@media(max-width:520px){.e1e1-student-progress-context{grid-template-columns:1fr}.e1e1-student-progress-context button{width:100%}}
.e1e1-student-progress-detail-action {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
}

.e1e1-student-progress-detail-action a {
    align-items: center;
    background: #0f9694;
    border-radius: 12px;
    color: #fff;
    display: inline-flex;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    min-height: 44px;
    padding: 10px 16px;
    text-decoration: none;
}

.e1e1-student-progress-detail-action a:hover,
.e1e1-student-progress-detail-action a:focus-visible {
    background: #0b7f7d;
    color: #fff;
}

@media (max-width: 640px) {
    .e1e1-student-progress-detail-action a {
        width: 100%;
    }
}
.e1e1-yol-v3-mobile-profile {
    display: none;
}

/* Yol Haritan 3.3 — sakin yan sütun ve yolculuk çantası. */
.e1e1-yol-v3-rail {
    gap: 18px;
}

.e1e1-yol-v3-rail-profile {
    margin-bottom: 12px;
}

.e1e1-yol-v3-journey-bag {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    margin-top: clamp(20px, 3.5vh, 42px);
    padding: 14px 12px;
    border: 1px solid rgba(107, 77, 47, .18);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(250,239,224,.96), rgba(255,250,244,.98));
    box-shadow: 0 10px 24px rgba(61,42,25,.08);
    color: #4b4037;
    text-decoration: none;
}

.e1e1-yol-v3-journey-bag:hover,
.e1e1-yol-v3-journey-bag:focus-visible {
    border-color: rgba(22,143,145,.42);
    box-shadow: 0 12px 28px rgba(30,104,104,.13);
    transform: translateY(-1px);
}

.e1e1-yol-v3-journey-bag-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 15px;
    background: rgba(255,255,255,.82);
    font-size: 26px;
}

.e1e1-yol-v3-journey-bag > span:nth-child(2) {
    min-width: 0;
}

.e1e1-yol-v3-journey-bag small,
.e1e1-yol-v3-journey-bag strong,
.e1e1-yol-v3-journey-bag em {
    display: block;
}

.e1e1-yol-v3-journey-bag small {
    color: #9a5d28;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.e1e1-yol-v3-journey-bag strong {
    margin-top: 2px;
    color: #173e73;
    font-size: 12px;
    line-height: 1.25;
}

.e1e1-yol-v3-journey-bag em {
    margin-top: 3px;
    overflow: hidden;
    color: #78695e;
    font-size: 9px;
    font-style: normal;
    line-height: 1.35;
}

.e1e1-yol-v3-journey-bag > b {
    display: grid;
    min-width: 25px;
    height: 25px;
    padding: 0 6px;
    place-items: center;
    border-radius: 999px;
    background: #188f91;
    color: #fff;
    font-size: 10px;
}

@media (max-width: 820px) {
    .e1e1-yol-v3-rail-profile {
        margin-bottom: 0;
    }
}

@media (min-width: 821px) {
    .e1e1-yol-v3-rail > .e1e1-context-summary {
        margin-top: clamp(26px, 5vh, 66px);
    }

    .e1e1-yol-v3-rail > #e1e1-yol-logbook {
        margin-top: clamp(10px, 2.2vh, 28px);
    }
}

/* Platform ekranı ile minimal footer arasındaki tema boşluğunu kaldır. */
body:has(.e1e1-yol-v3) .site-content,
body:has(.e1e1-yol-v3) .site-content > .ast-container,
body:has(.e1e1-yol-v3) #primary,
body:has(.e1e1-yol-v3) .site-main,
body:has(.e1e1-yol-v3) article.hentry,
body:has(.e1e1-yol-v3) .entry-content {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

body:has(.e1e1-yol-v3) .e1e1-yol-v3,
body:has(.e1e1-yol-v3) .entry-content > .e1e1-yol-v3:last-child,
body:has(.e1e1-yol-v3) .site-footer,
body:has(.e1e1-yol-v3) #colophon {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

/* Gelişim Merkezi 3.2 — öğrenci sayfasını ortak kart diline taşı. */
.e1e1-student-progress-page:not(.is-embedded){--e1e1-progress-paper:#fbf0df;--e1e1-progress-ink:#153d72;--e1e1-progress-line:#e7d9c7}
.e1e1-student-progress-page:not(.is-embedded) .e1e1-student-progress-header{margin:0 0 16px;padding:18px 20px;border:1px solid var(--e1e1-progress-line);border-radius:20px;background:linear-gradient(135deg,var(--e1e1-progress-paper),#fff9f1);box-shadow:0 12px 28px rgba(31,55,76,.07)}
.e1e1-student-progress-header>nav{display:flex;align-items:center;gap:6px;margin:0 0 13px;color:#675d53;font-size:12px}.e1e1-student-progress-header>nav a{margin:0;color:#263bc1;font-weight:750;text-decoration:none}.e1e1-student-progress-header>nav strong{color:#4b443e}
.e1e1-student-progress-title-row{display:flex;align-items:center;gap:14px}.e1e1-student-progress-title-icon{display:grid;flex:0 0 52px;width:52px;height:52px;place-items:center;border:1px solid #e8dac6;border-radius:16px;background:#fffaf3;font-size:25px;box-shadow:0 8px 20px rgba(64,52,38,.06)}.e1e1-student-progress-title-row>div{min-width:0}.e1e1-student-progress-title-row .e1e1-badge{display:inline-flex;margin:0 0 5px}.e1e1-student-progress-title-row h1{margin:0 0 3px;color:var(--e1e1-progress-ink);font-size:clamp(25px,3vw,34px);line-height:1.08}.e1e1-student-progress-title-row p{margin:0;color:#6e655d;font-size:13px;line-height:1.45}
.e1e1-student-progress-filter-card{margin:0 0 14px;padding:15px;border:1px solid #e3e7e6;border-radius:18px;background:#fff;box-shadow:0 10px 24px rgba(31,55,76,.06)}.e1e1-student-progress-filter-heading{margin-bottom:12px}.e1e1-student-progress-filter-heading>span{display:block;color:#a35d28;font-size:9px;font-weight:850;letter-spacing:.08em}.e1e1-student-progress-filter-heading h2{margin:3px 0;color:var(--e1e1-progress-ink);font-size:clamp(17px,2vw,21px);line-height:1.2}.e1e1-student-progress-filter-heading p{margin:0;color:#71808b;font-size:11px;line-height:1.4}
.e1e1-student-progress-filter-card .e1e1-student-progress-families{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin:0 0 10px}.e1e1-student-progress-filter-card .e1e1-student-progress-families a{display:grid;min-height:39px;place-items:center;padding:7px 9px;border-radius:11px;text-align:center}.e1e1-student-progress-filter-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.e1e1-student-progress-filter-fields .e1e1-student-progress-context{margin:0;padding:10px;border-radius:12px;background:#fbfcfc;box-sizing:border-box}.e1e1-student-progress-filter-fields .e1e1-student-progress-context label{font-size:10px}
@media(max-width:640px){.e1e1-student-progress-page:not(.is-embedded) .e1e1-student-progress-header{padding:14px;border-radius:16px}.e1e1-student-progress-title-row{align-items:flex-start;gap:10px}.e1e1-student-progress-title-icon{flex-basis:43px;width:43px;height:43px;border-radius:13px;font-size:21px}.e1e1-student-progress-title-row h1{font-size:24px}.e1e1-student-progress-title-row p{font-size:11px}.e1e1-student-progress-filter-card{padding:12px;border-radius:15px}.e1e1-student-progress-filter-card .e1e1-student-progress-families{grid-template-columns:repeat(2,minmax(0,1fr))}.e1e1-student-progress-filter-fields{grid-template-columns:1fr}}

/* Yol Haritan v2: bağımsız üst şerit yan sütunlara dağıtıldı. */
.e1e1-yol-v3-layout {
    min-height: 100vh;
}

.e1e1-yol-v3-sidebar > .e1e1-yol-v3-brand {
    gap: 8px;
    padding: 2px 6px 16px;
    border-bottom: 1px solid var(--yol-line);
}

.e1e1-yol-v3-sidebar > .e1e1-yol-v3-brand > span:first-child {
    font-size: 24px;
}

.e1e1-yol-v3-sidebar > .e1e1-yol-v3-brand strong {
    font-size: 16px;
}

.e1e1-yol-v3-sidebar > .e1e1-yol-v3-brand small {
    font-size: 8px;
}

.e1e1-yol-v3-rail-profile {
    grid-column: 1 / -1;
    justify-content: flex-end;
    min-height: 48px;
    padding: 0 2px 12px;
    border-bottom: 1px solid var(--yol-line);
}

.e1e1-yol-v3-rail-profile details {
    min-width: 0;
}

.e1e1-yol-v3-rail-profile summary {
    max-width: 245px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 820px) {
    .e1e1-yol-v3 {
        position: relative;
    }

    .e1e1-yol-v3-rail-profile {
        display: none;
    }

    .e1e1-yol-v3-mobile-profile {
        position: absolute;
        z-index: 46;
        top: 10px;
        right: 10px;
        display: flex;
        gap: 9px;
        padding: 6px 8px;
        border: 1px solid rgba(255,255,255,.7);
        border-radius: 999px;
        background: rgba(255,250,244,.88);
        box-shadow: 0 8px 20px rgba(56,39,24,.12);
        backdrop-filter: blur(12px);
    }

    .e1e1-yol-v3-mobile-profile .e1e1-yol-v3-notification {
        font-size: 19px;
    }

    .e1e1-yol-v3-mobile-profile summary {
        min-height: 32px;
        padding: 5px 8px;
        font-size: 0;
    }

    .e1e1-yol-v3-mobile-profile summary > span:first-child {
        font-size: 18px;
    }
}
