.e1e1-teacher-panel {
    max-width: 1100px;
    margin: 0 auto;
    padding: 32px 20px;
}


/* =========================================================
   İlk Modül Dörtlüsü 5.0 — Canlı Ders referans görünümü
   ========================================================= */

.e1e1-student-desk.is-module-live_lesson {
    --e1e1-module-accent: #4b88b2;
    --e1e1-module-accent-soft: #e4f0f7;
}

.e1e1-student-desk.is-module-live_lesson .e1e1-student-modules-section {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.e1e1-student-desk.is-module-live_lesson .e1e1-module-group {
    border-color: rgba(57, 114, 154, .22);
    background: linear-gradient(145deg, var(--e1e1-paper), #f3f8fb);
}

.e1e1-student-desk.is-module-live_lesson .e1e1-module-group > summary {
    border-bottom: 1px solid rgba(57, 114, 154, .16);
    background: rgba(244, 249, 252, .8);
}

.e1e1-student-desk.is-module-live_lesson .e1e1-module-group-content {
    padding: 16px;
}

.e1e1-student-desk.is-module-live_lesson .e1e1-teacher-module-grid {
    grid-template-columns: 1fr;
    gap: 12px;
}

.e1e1-teacher-live-lesson-card {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 13px;
    padding: 16px;
    border: 1px solid rgba(57, 114, 154, .2);
    border-left: 5px solid var(--e1e1-module-accent, #4b88b2);
    border-radius: 17px;
    background: rgba(255, 253, 249, .94);
    box-shadow: 0 8px 22px rgba(87, 62, 41, .06);
}

.e1e1-teacher-live-lesson-card > .e1e1-card-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 15px;
    background: var(--e1e1-module-accent-soft, #e4f0f7);
    font-size: 22px;
}

.e1e1-live-lesson-card-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.e1e1-live-lesson-card-heading small {
    display: block;
    margin-bottom: 3px;
    color: var(--e1e1-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.e1e1-live-lesson-card-heading h3 {
    margin: 0;
    color: var(--e1e1-ink);
    font-size: 19px;
    line-height: 1.28;
}

.e1e1-live-lesson-card-heading > span {
    flex: 0 0 auto;
    padding: 5px 9px;
    border-radius: 999px;
    color: #315f80;
    background: var(--e1e1-module-accent-soft, #e4f0f7);
    white-space: nowrap;
    font-size: 10px;
    font-weight: 800;
}

.e1e1-live-lesson-status-completed .e1e1-live-lesson-card-heading > span {
    color: #356833;
    background: #e6f4df;
}

.e1e1-live-lesson-status-postponed .e1e1-live-lesson-card-heading > span {
    color: #87560f;
    background: #fff0cc;
}

.e1e1-live-lesson-status-cancelled .e1e1-live-lesson-card-heading > span {
    color: #8a3e19;
    background: #ffe4d5;
}

.e1e1-live-lesson-facts {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 12px;
}

.e1e1-live-lesson-facts > span {
    min-width: 0;
    padding: 10px;
    border: 1px solid var(--e1e1-line);
    border-radius: 12px;
    background: #fff;
}

.e1e1-live-lesson-facts small,
.e1e1-live-lesson-facts strong {
    display: block;
}

.e1e1-live-lesson-facts small {
    margin-bottom: 3px;
    color: var(--e1e1-muted);
    font-size: 9px;
    font-weight: 750;
}

.e1e1-live-lesson-facts strong {
    color: var(--e1e1-ink);
    font-size: 12px;
    line-height: 1.35;
}

.e1e1-teacher-live-lesson-card .e1e1-live-lesson-description {
    margin-bottom: 10px;
    color: var(--e1e1-muted);
    line-height: 1.55;
}

.e1e1-teacher-live-lesson-card .e1e1-live-lesson-description p {
    margin: 0;
}

.e1e1-live-lesson-payment,
.e1e1-live-lesson-teacher-note {
    margin: 8px 0 0;
    padding: 9px 11px;
    border-radius: 11px;
    color: var(--e1e1-muted);
    background: var(--e1e1-paper-soft);
    font-size: 11px;
}

.e1e1-teacher-live-lesson-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
    align-items: start;
}

.e1e1-teacher-live-lesson-actions > form,
.e1e1-live-lesson-action-form {
    min-width: 0;
    margin: 0;
    border: 1px solid var(--e1e1-line);
    border-radius: 12px;
    background: #fff;
}

.e1e1-teacher-live-lesson-actions > form {
    display: flex;
    min-height: 46px;
    padding: 0;
}

.e1e1-teacher-live-lesson-actions > form button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 9px 11px;
    border: 0;
    border-radius: 11px;
    color: #fff;
    background: var(--e1e1-accent);
    font-size: 11px;
    line-height: 1.2;
}

.e1e1-live-lesson-action-button > span,
.e1e1-live-lesson-action-form > summary > span {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 900;
}

.e1e1-live-lesson-action-button > span {
    color: #287061;
    background: rgba(255, 255, 255, .88);
}

.e1e1-live-lesson-action-form > summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 44px;
    padding: 9px 11px;
    cursor: pointer;
    color: var(--e1e1-ink);
    background: #fff;
    border-radius: 11px;
    font-size: 11px;
    list-style: none;
    line-height: 1.2;
    -webkit-appearance: none;
    appearance: none;
}

.e1e1-live-lesson-action-form > summary strong {
    display: inline;
    color: inherit;
    font-size: inherit;
    font-weight: 800;
}

.e1e1-live-lesson-action-form:first-of-type > summary {
    color: #87560f;
    background: #fff6df;
}

.e1e1-live-lesson-action-form:first-of-type > summary > span {
    background: #ffe8ae;
}

.e1e1-live-lesson-action-form:last-child > summary {
    color: #8a3e19;
    background: #fff0e8;
}

.e1e1-live-lesson-action-form:last-child > summary > span {
    background: #ffdccc;
}

.e1e1-live-lesson-action-form > summary::-webkit-details-marker {
    display: none;
}

.e1e1-live-lesson-action-form[open] {
    grid-column: 1 / -1;
    min-width: 0;
    padding: 12px;
    border-color: rgba(57, 114, 154, .2);
    background: var(--e1e1-paper-soft);
}

.e1e1-live-lesson-action-form[open] > summary {
    justify-content: flex-start;
    min-height: 40px;
    margin-bottom: 10px;
    padding: 8px 10px;
}

.e1e1-live-lesson-action-form > form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    min-width: 0;
    margin: 0;
}

.e1e1-live-lesson-action-form > form > p:last-of-type,
.e1e1-live-lesson-action-form > form > button {
    grid-column: 1 / -1;
}

.e1e1-live-lesson-action-form p {
    min-width: 0;
    margin: 0;
}

.e1e1-live-lesson-action-form label {
    display: block;
    min-width: 0;
    color: var(--e1e1-ink);
    font-size: 11px;
    font-weight: 750;
}

.e1e1-live-lesson-action-form input,
.e1e1-live-lesson-action-form select,
.e1e1-live-lesson-action-form textarea {
    width: 100%;
    max-width: none;
    min-width: 0;
    min-inline-size: 0;
    box-sizing: border-box;
    display: block;
    margin-top: 5px;
    min-height: 41px;
    padding: 8px 10px;
    border-color: var(--e1e1-line-strong);
    border-radius: 10px;
    background: #fff;
    font-size: 13px;
}

.e1e1-live-lesson-action-form textarea {
    min-height: 72px;
    resize: vertical;
}

.e1e1-live-lesson-action-form input[type="checkbox"] {
    display: inline-block;
    width: auto;
    min-height: 0;
    margin: 0 6px 0 0;
    padding: 0;
}

.e1e1-live-lesson-action-form button {
    width: 100%;
    min-height: 41px;
    margin: 0;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: var(--e1e1-accent);
    font-size: 11px;
    font-weight: 800;
}

/* Canlı Ders 4.1 — sabit eylem şeridi ve ortak açılır işlem alanı. */
.e1e1-live-lesson-action-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 0;
    min-height: 46px;
    margin: 0;
    padding: 9px 8px;
    border: 1px solid var(--e1e1-line);
    border-radius: 12px;
    color: var(--e1e1-ink);
    font-size: 11px;
    line-height: 1.2;
}

.e1e1-live-lesson-action-trigger > span {
    display: grid;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    place-items: center;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 900;
}

.e1e1-live-lesson-action-trigger.is-postpone {
    grid-column: 2;
    grid-row: 1;
    color: #87560f;
    background: #fff6df;
}

.e1e1-live-lesson-action-trigger.is-postpone > span { background: #ffe8ae; }

.e1e1-live-lesson-action-trigger.is-cancel {
    grid-column: 3;
    grid-row: 1;
    color: #8a3e19;
    background: #fff0e8;
}

.e1e1-live-lesson-action-trigger.is-cancel > span { background: #ffdccc; }

.e1e1-live-lesson-action-panel {
    grid-column: 1 / -1;
    min-width: 0;
    padding: 10px;
    border: 1px solid rgba(57, 114, 154, .2);
    border-radius: 12px;
    background: var(--e1e1-paper-soft);
}

.e1e1-live-lesson-action-panel[hidden] { display: none !important; }

.e1e1-live-lesson-action-panel > form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    min-width: 0;
    margin: 0;
}

.e1e1-live-lesson-action-panel > form > p,
.e1e1-live-lesson-action-panel label { min-width: 0; margin: 0; }

.e1e1-live-lesson-action-panel > form > p:last-of-type,
.e1e1-live-lesson-action-panel > form > button { grid-column: 1 / -1; }

.e1e1-live-lesson-action-panel label {
    display: block;
    color: var(--e1e1-ink);
    font-size: 10px;
    font-weight: 750;
}

.e1e1-live-lesson-action-panel input,
.e1e1-live-lesson-action-panel select,
.e1e1-live-lesson-action-panel textarea {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: none;
    min-height: 36px;
    box-sizing: border-box;
    margin-top: 5px;
    padding: 7px 9px;
    border-color: var(--e1e1-line-strong);
    border-radius: 9px;
    background: #fff;
    font-size: 12px;
}

.e1e1-live-lesson-action-panel textarea { min-height: 58px; resize: vertical; }
.e1e1-live-lesson-action-panel input[type="checkbox"] { display: inline-block; width: auto; min-height: 0; margin: 0 6px 0 0; padding: 0; }
.e1e1-live-lesson-action-panel > form {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.e1e1-live-lesson-action-panel button {
    width: auto !important;
    min-width: 0 !important;
    max-width: 100%;
    min-height: 36px;
    box-sizing: border-box;
    justify-self: stretch;
    margin: 0;
    padding: 8px 10px;
    border: 0;
    border-radius: 9px;
    color: #fff;
    background: var(--e1e1-accent);
    font-size: 11px;
    font-weight: 800;
}

@media (max-width: 700px) {
    .e1e1-live-lesson-action-panel > form { grid-template-columns: 1fr; }
    .e1e1-live-lesson-action-panel > form > p:last-of-type,
    .e1e1-live-lesson-action-panel > form > button { grid-column: auto; }
}

.e1e1-teacher-live-lesson-actions > form {
    grid-column: 1;
    grid-row: 1;
}

.e1e1-teacher-live-lesson-actions > .e1e1-live-lesson-action-form {
    display: contents;
}

.e1e1-teacher-live-lesson-actions > .e1e1-live-lesson-action-form:first-of-type > summary {
    grid-column: 2;
    grid-row: 1;
}

.e1e1-teacher-live-lesson-actions > .e1e1-live-lesson-action-form:last-of-type > summary {
    grid-column: 3;
    grid-row: 1;
}

.e1e1-teacher-live-lesson-actions > .e1e1-live-lesson-action-form[open] > summary {
    justify-content: center;
    min-height: 44px;
    margin: 0;
    padding: 9px 11px;
}

.e1e1-teacher-live-lesson-actions > .e1e1-live-lesson-action-form > form {
    grid-column: 1 / -1;
    padding: 10px;
    border: 1px solid rgba(57, 114, 154, .2);
    border-radius: 12px;
    background: var(--e1e1-paper-soft);
}

.e1e1-teacher-live-lesson-actions .e1e1-live-lesson-action-form input,
.e1e1-teacher-live-lesson-actions .e1e1-live-lesson-action-form select {
    min-height: 36px;
    padding: 7px 9px;
    font-size: 12px;
}

.e1e1-teacher-live-lesson-actions .e1e1-live-lesson-action-form textarea {
    min-height: 58px;
    padding: 7px 9px;
    font-size: 12px;
}

.e1e1-teacher-live-lesson-actions .e1e1-live-lesson-action-form button {
    min-height: 36px;
}

.e1e1-student-desk.is-module-live_lesson .e1e1-new-card-section {
    border-color: rgba(57, 114, 154, .2);
    background: linear-gradient(145deg, var(--e1e1-paper), #f3f8fb);
}

.e1e1-live-lesson-content-form p {
    min-width: 0;
    margin: 0 0 13px;
}

.e1e1-live-lesson-content-form label {
    display: block;
    margin-bottom: 6px;
    color: var(--e1e1-ink);
}

.e1e1-live-lesson-content-form input:not([type="checkbox"]),
.e1e1-live-lesson-content-form select,
.e1e1-live-lesson-content-form textarea {
    width: 100%;
    max-width: none;
    margin: 0;
    border-color: var(--e1e1-line-strong);
    color: var(--e1e1-ink);
    background: #fff;
}

.e1e1-live-lesson-date-time,
.e1e1-live-lesson-units {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 0;
}

@media (max-width: 700px) {
    .e1e1-student-desk.is-module-live_lesson .e1e1-module-group-content {
        padding: 10px;
    }

    .e1e1-teacher-live-lesson-card {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 9px;
        padding: 11px;
        border-left-width: 4px;
        border-radius: 14px;
    }

    .e1e1-teacher-live-lesson-card > .e1e1-card-icon {
        width: 38px;
        height: 38px;
        border-radius: 12px;
        font-size: 18px;
    }

    .e1e1-live-lesson-card-heading h3 {
        font-size: 16px;
    }

    .e1e1-live-lesson-facts {
        grid-template-columns: 1fr 1fr;
    }

    .e1e1-live-lesson-facts > span:first-child {
        grid-column: 1 / -1;
    }

    .e1e1-teacher-live-lesson-actions {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .e1e1-live-lesson-action-form[open] {
        grid-column: auto;
    }

    .e1e1-live-lesson-action-form > form {
        grid-template-columns: 1fr;
    }

    .e1e1-live-lesson-action-form > form > p:last-of-type,
    .e1e1-live-lesson-action-form > form > button {
        grid-column: auto;
    }

    .e1e1-teacher-live-lesson-actions > .e1e1-live-lesson-action-form > form {
        grid-column: 1 / -1;
    }

    .e1e1-live-lesson-date-time,
    .e1e1-live-lesson-units {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

/* =========================================================
   İlk Modül Dörtlüsü 4.0 — Haftalık Rota referans görünümü
   ========================================================= */

.e1e1-student-desk.is-module-weekly_route {
    --e1e1-module-accent: #819a37;
    --e1e1-module-accent-soft: #edf3da;
}

.e1e1-student-desk.is-module-weekly_route .e1e1-student-modules-section {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.e1e1-student-desk.is-module-weekly_route .e1e1-module-group {
    border-color: rgba(101, 126, 39, .22);
    background: linear-gradient(145deg, var(--e1e1-paper), #f8faee);
}

.e1e1-student-desk.is-module-weekly_route .e1e1-module-group > summary {
    border-bottom: 1px solid rgba(101, 126, 39, .16);
    background: rgba(249, 251, 239, .78);
}

.e1e1-student-desk.is-module-weekly_route .e1e1-module-group-content {
    padding: 16px;
}

.e1e1-student-desk.is-module-weekly_route .e1e1-teacher-module-grid {
    grid-template-columns: 1fr;
    gap: 12px;
}

.e1e1-teacher-route-card {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 13px;
    padding: 16px;
    border: 1px solid rgba(101, 126, 39, .2);
    border-left: 5px solid var(--e1e1-module-accent, #819a37);
    border-radius: 17px;
    background: rgba(255, 253, 249, .94);
    box-shadow: 0 8px 22px rgba(87, 62, 41, .06);
}

.e1e1-teacher-route-card > .e1e1-card-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 15px;
    background: var(--e1e1-module-accent-soft, #edf3da);
    font-size: 22px;
}

.e1e1-route-card-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.e1e1-route-card-heading small {
    display: block;
    margin-bottom: 3px;
    color: var(--e1e1-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.e1e1-route-card-heading h3 {
    margin: 0;
    color: var(--e1e1-ink);
    font-size: 19px;
    line-height: 1.28;
}

.e1e1-route-card-heading > span {
    flex: 0 0 auto;
    padding: 5px 9px;
    border-radius: 999px;
    color: #526b1e;
    background: var(--e1e1-module-accent-soft, #edf3da);
    font-size: 10px;
    font-weight: 800;
}

.e1e1-teacher-route-card .e1e1-weekly-route-date {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 5px 8px;
    border-radius: 999px;
    color: #526b1e;
    background: #f1f5e4;
    font-size: 10px;
    font-weight: 750;
}

.e1e1-teacher-route-card .e1e1-weekly-route-summary {
    margin-bottom: 12px;
    color: var(--e1e1-muted);
    line-height: 1.55;
}

.e1e1-teacher-route-card .e1e1-weekly-route-summary p {
    margin: 0;
}

.e1e1-teacher-route-progress {
    margin-bottom: 12px;
}

.e1e1-teacher-route-progress > div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
    color: var(--e1e1-muted);
    font-size: 11px;
}

.e1e1-teacher-route-progress > span {
    display: block;
    height: 7px;
    overflow: hidden;
    border-radius: 999px;
    background: #e7eadf;
}

.e1e1-teacher-route-progress i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--e1e1-module-accent, #819a37);
}

.e1e1-teacher-route-list {
    display: grid;
    gap: 8px;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.e1e1-teacher-route-list .e1e1-weekly-route-item {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
    padding: 11px;
    border: 1px solid var(--e1e1-line);
    border-radius: 13px;
    background: #fff;
}

.e1e1-route-step-mark {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #6a771f;
    background: var(--e1e1-module-accent-soft, #edf3da);
    font-weight: 900;
}

.e1e1-teacher-route-list .e1e1-weekly-route-status-completed {
    background: #f7faef;
}

.e1e1-teacher-route-list .e1e1-weekly-route-status-completed > span:nth-child(2) {
    color: var(--e1e1-muted);
    text-decoration: line-through;
}

.e1e1-teacher-route-list small {
    padding: 4px 7px;
    border-radius: 999px;
    color: #7a5b21;
    background: #fff0cc;
    white-space: nowrap;
    font-size: 9px;
    font-weight: 800;
}

.e1e1-teacher-route-list .e1e1-weekly-route-status-completed small {
    color: #356833;
    background: #e6f4df;
}

.e1e1-student-desk.is-module-weekly_route .e1e1-new-card-section {
    border-color: rgba(101, 126, 39, .2);
    background: linear-gradient(145deg, var(--e1e1-paper), #f8faee);
}

.e1e1-weekly-route-content-form p {
    min-width: 0;
    margin: 0;
}

.e1e1-weekly-route-content-form label {
    display: block;
    margin-bottom: 6px;
    color: var(--e1e1-ink);
}

.e1e1-weekly-route-content-form input,
.e1e1-weekly-route-content-form select,
.e1e1-weekly-route-content-form textarea {
    width: 100%;
    max-width: none;
    margin: 0;
    border-color: var(--e1e1-line-strong);
    color: var(--e1e1-ink);
    background: #fff;
}

.e1e1-weekly-route-dates,
.e1e1-weekly-route-item-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 13px;
}

.e1e1-weekly-route-add-button {
    width: 100%;
    min-height: 40px;
    color: #526b1e;
    background: var(--e1e1-module-accent-soft, #edf3da);
}

.e1e1-weekly-route-preview-list {
    display: grid;
    gap: 8px;
    margin: 12px 0;
    padding: 0;
    list-style: none;
}

.e1e1-weekly-route-preview-list li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 10px;
    border: 1px solid var(--e1e1-line);
    border-radius: 11px;
    background: rgba(255, 255, 255, .76);
}

.e1e1-weekly-route-remove-button {
    align-self: start;
    border: 0;
    color: #8a3e19;
    background: #ffe4d5;
}

@media (max-width: 700px) {
    .e1e1-student-desk.is-module-weekly_route .e1e1-module-group-content {
        padding: 10px;
    }

    .e1e1-teacher-route-card {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 9px;
        padding: 11px;
        border-left-width: 4px;
        border-radius: 14px;
    }

    .e1e1-teacher-route-card > .e1e1-card-icon {
        width: 38px;
        height: 38px;
        border-radius: 12px;
        font-size: 18px;
    }

    .e1e1-route-card-heading h3 {
        font-size: 16px;
    }

    .e1e1-teacher-route-list .e1e1-weekly-route-item {
        grid-template-columns: 26px minmax(0, 1fr);
        gap: 8px;
        padding: 10px;
    }

    .e1e1-teacher-route-list small {
        grid-column: 2;
        justify-self: start;
    }

    .e1e1-route-step-mark {
        width: 26px;
        height: 26px;
    }

    .e1e1-weekly-route-dates,
    .e1e1-weekly-route-item-fields {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

/* Odak formu, ortak form sınırından sonra da tam kart genişliğini korur. */
.e1e1-student-desk.is-module-focus
    .e1e1-focus-module-form input,
.e1e1-student-desk.is-module-focus
    .e1e1-focus-module-form textarea {
    width: 100%;
    max-width: none;
}

/* =========================================================
   İlk Modül Dörtlüsü 3.0 — Odak referans görünümü
   ========================================================= */

.e1e1-student-desk.is-module-focus {
    --e1e1-module-accent: #ca6044;
    --e1e1-module-accent-soft: #fbe7df;
}

.e1e1-student-desk.is-module-focus .e1e1-student-modules-section {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.e1e1-student-desk.is-module-focus .e1e1-module-group {
    border-color: rgba(177, 78, 54, .22);
    background: linear-gradient(145deg, var(--e1e1-paper), #fff6f1);
}

.e1e1-student-desk.is-module-focus .e1e1-module-group > summary {
    border-bottom: 1px solid rgba(177, 78, 54, .16);
    background: rgba(255, 248, 243, .76);
}

.e1e1-student-desk.is-module-focus .e1e1-module-group-content {
    padding: 16px;
}

.e1e1-student-desk.is-module-focus .e1e1-teacher-module-grid {
    grid-template-columns: 1fr;
    gap: 12px;
}

.e1e1-teacher-focus-card {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 13px;
    padding: 16px;
    border: 1px solid rgba(177, 78, 54, .2);
    border-left: 5px solid var(--e1e1-module-accent, #ca6044);
    border-radius: 17px;
    background: rgba(255, 253, 249, .94);
    box-shadow: 0 8px 22px rgba(87, 62, 41, .06);
}

.e1e1-teacher-focus-card > .e1e1-card-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 15px;
    background: var(--e1e1-module-accent-soft, #fbe7df);
    font-size: 22px;
}

.e1e1-focus-card-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.e1e1-focus-card-heading small {
    display: block;
    margin-bottom: 3px;
    color: var(--e1e1-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.e1e1-focus-card-heading h3 {
    margin: 0;
    color: var(--e1e1-ink);
    font-size: 19px;
    line-height: 1.28;
}

.e1e1-focus-status-label {
    flex: 0 0 auto;
    padding: 5px 9px;
    border-radius: 999px;
    color: #87412f;
    background: var(--e1e1-module-accent-soft, #fbe7df);
    white-space: nowrap;
    font-size: 10px;
    font-weight: 800;
}

.e1e1-focus-status-completed .e1e1-focus-status-label {
    color: #356833;
    background: #e6f4df;
}

.e1e1-focus-date,
.e1e1-focus-completed-at {
    display: inline-flex;
    margin: 0 6px 8px 0;
    padding: 5px 8px;
    border-radius: 999px;
    color: #7d503e;
    background: #f8eee8;
    font-size: 10px;
    font-weight: 750;
}

.e1e1-focus-text {
    margin-top: 4px;
    color: var(--e1e1-muted);
    line-height: 1.55;
}

.e1e1-focus-text p {
    margin: 0;
}

.e1e1-student-desk.is-module-focus .e1e1-new-card-section {
    border-color: rgba(177, 78, 54, .2);
    background: linear-gradient(145deg, var(--e1e1-paper), #fff6f1);
}

.e1e1-focus-module-form {
    display: grid;
    gap: 13px;
}

.e1e1-focus-module-form .e1e1-content-module-field {
    min-width: 0;
}

.e1e1-focus-module-form label {
    display: block;
    margin-bottom: 6px;
    color: var(--e1e1-ink);
}

.e1e1-focus-module-form input,
.e1e1-focus-module-form textarea {
    width: 100%;
    max-width: none;
    margin: 0;
    border-color: var(--e1e1-line-strong);
    color: var(--e1e1-ink);
    background: #fff;
}

@media (max-width: 700px) {
    .e1e1-student-desk.is-module-focus .e1e1-module-group-content {
        padding: 10px;
    }

    .e1e1-teacher-focus-card {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 9px;
        padding: 11px;
        border-left-width: 4px;
        border-radius: 14px;
    }

    .e1e1-teacher-focus-card > .e1e1-card-icon {
        width: 38px;
        height: 38px;
        border-radius: 12px;
        font-size: 18px;
    }

    .e1e1-focus-card-heading {
        gap: 8px;
    }

    .e1e1-focus-card-heading h3 {
        font-size: 16px;
    }

    .e1e1-focus-status-label {
        padding: 4px 7px;
        font-size: 9px;
    }

    .e1e1-focus-text {
        font-size: 12px;
    }
}


.e1e1-teacher-panel-header {
    margin-bottom: 28px;
}

.e1e1-teacher-panel-header h1 {
    margin-bottom: 8px;
}

.e1e1-panel-section {
    background: #ffffff;
    border: 1px solid #e7e7ef;
    border-radius: 18px;
    padding: 24px;
    margin-bottom: 22px;
    box-shadow: 0 10px 28px rgba(20, 20, 40, 0.06);
}

.e1e1-panel-section h2 {
    margin-top: 0;
    margin-bottom: 16px;
}

.e1e1-student-select-form {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.e1e1-student-select-form select,
.e1e1-module-form select,
.e1e1-module-form input[type="text"],
.e1e1-module-form textarea {
    width: 100%;
    max-width: 520px;
    border: 1px solid #d8d8e2;
    border-radius: 12px;
    padding: 10px 12px;
}

.e1e1-student-select-form button,
.e1e1-module-form button,
#homework_add_button {
    border: 0;
    border-radius: 12px;
    padding: 10px 16px;
    cursor: pointer;
    font-weight: 600;
}

.e1e1-form-row {
    margin-bottom: 18px;
}

.e1e1-notice {
    padding: 12px 14px;
    border-radius: 12px;
    margin-bottom: 16px;
}

.e1e1-notice-success {
    background: #e7f7e7;
    border: 1px solid #8bc48b;
}

.e1e1-notice-error {
    background: #fdeaea;
    border: 1px solid #d77;
}

.e1e1-card-history-section summary {
    cursor: pointer;
    font-weight: 700;
}

.e1e1-teacher-module-list {
    margin-top: 18px;
}

#homework_preview_list {
    margin: 12px 0 0;
    padding-left: 20px;
}

#homework_preview_list li {
    margin-bottom: 8px;
}

@media (max-width: 700px) {
    .e1e1-teacher-panel {
        padding: 20px 14px;
    }

    .e1e1-panel-section {
        padding: 18px;
        border-radius: 16px;
    }

    .e1e1-student-select-form {
        display: block;
    }

    .e1e1-student-select-form select,
    .e1e1-student-select-form button {
        width: 100%;
        margin-bottom: 10px;
    }
}
.e1e1-teacher-workspace {
    display: grid;
    grid-template-columns: minmax(280px, 36%) 1fr;
    gap: 22px;
    align-items: start;
}

.e1e1-teacher-sidebar,
.e1e1-teacher-main {
    min-width: 0;
}

.e1e1-teacher-sidebar .e1e1-student-card {
    padding: 16px;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(20, 20, 40, 0.05);
}

.e1e1-teacher-sidebar .e1e1-card-icon {
    font-size: 22px;
}

.e1e1-teacher-sidebar .e1e1-card-content h3 {
    font-size: 16px;
}

@media (max-width: 820px) {
    .e1e1-teacher-workspace {
        grid-template-columns: 1fr;
    }
}
.e1e1-workbench-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.e1e1-workbench .e1e1-panel-section {
    min-height: 220px;
}

.e1e1-empty-mini strong {
    display: block;
    margin-bottom: 8px;
}

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

.e1e1-follow-list {
    margin: 0;
    padding-left: 20px;
}

.e1e1-follow-list li {
    margin-bottom: 10px;
    color: #475569;
}

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

.e1e1-quick-actions button {
    border: 0;
    border-radius: 14px;
    padding: 12px 14px;
    cursor: pointer;
    font-weight: 600;
}

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

    .e1e1-quick-actions {
        grid-template-columns: 1fr;
    }
}
.e1e1-smart-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.e1e1-smart-action {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 16px;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.e1e1-smart-action:hover {
    transform: translateY(-2px);
    border-color: #c7d2fe;
    box-shadow: 0 10px 24px rgba(30, 60, 120, 0.08);
}

.e1e1-smart-icon {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
}

.e1e1-smart-action strong {
    display: block;
    margin-bottom: 6px;
}

.e1e1-smart-action small {
    display: block;
    color: #64748b;
    line-height: 1.45;
}

@media (max-width: 520px) {
    .e1e1-smart-actions {
        grid-template-columns: 1fr;
    }
}
.e1e1-action-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.e1e1-action-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 150px;
    padding: 16px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    color: inherit;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.e1e1-action-card:hover {
    transform: translateY(-2px);
    border-color: #c7d2fe;
    box-shadow: 0 10px 24px rgba(30, 60, 120, 0.08);
}

.e1e1-action-icon {
    font-size: 22px;
}

.e1e1-action-card strong {
    font-size: 15px;
}

.e1e1-action-status {
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

.e1e1-action-card small {
    color: #64748b;
    line-height: 1.4;
}

.e1e1-action-card em {
    margin-top: auto;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    color: #2563eb;
}

@media (max-width: 900px) {
    .e1e1-action-card-grid {
        grid-template-columns: 1fr;
    }
}
.e1e1-teacher-homework-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.e1e1-teacher-homework-actions form {
    margin: 0;
}

.e1e1-teacher-homework-actions button {
    min-width: 120px;
    border: 0;
    border-radius: 999px;
    padding: 7px 12px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
}

.e1e1-teacher-homework-actions button:hover {
    transform: translateY(-1px);
}
/* ---------------------------------------------------------
   Öğrenci Masası 2.0
--------------------------------------------------------- */

.e1e1-teacher-panel.e1e1-student-desk {
    width: min(1400px, calc(100% - 40px));
    max-width: 1400px;
    margin: 40px auto;
}

.e1e1-student-attention-layer {
    width: 100%;
    margin-bottom: 24px;
}

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

.e1e1-attention-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    background: #fff;
}

.e1e1-attention-icon {
    flex: 0 0 auto;
    font-size: 24px;
    line-height: 1;
}

.e1e1-attention-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.e1e1-attention-content small {
    display: block;
}

.e1e1-student-last-activity {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.e1e1-student-desk-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
    gap: 24px;
    align-items: start;
}

.e1e1-student-desk:not(.is-tool-focused) .e1e1-student-desk-grid {
    grid-template-columns: minmax(0, 1fr);
}

.e1e1-student-modules-section,
.e1e1-new-card-section {
    min-width: 0;
}

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

.e1e1-teacher-module-grid > * {
    min-width: 0;
}

.e1e1-student-desk .e1e1-new-card-section {
    position: sticky;
    top: 24px;
}

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

    .e1e1-student-desk .e1e1-new-card-section {
        position: static;
    }
}

@media (max-width: 760px) {
    .e1e1-teacher-panel.e1e1-student-desk {
        width: min(100% - 24px, 1400px);
        margin: 20px auto;
    }

    .e1e1-attention-list,
    .e1e1-teacher-module-grid {
        grid-template-columns: 1fr;
    }
}

/* ---------------------------------------------------------
   Öğrenci Masası 2.1 - Modül Grupları
--------------------------------------------------------- */

.e1e1-attention-jump{
    text-decoration:none;
    color:inherit;
    transition:transform .15s ease, box-shadow .15s ease;
}
.e1e1-attention-jump:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 24px rgba(30,60,120,.08);
}
.e1e1-attention-link-text{
    margin-top:6px;
    font-size:12px;
    font-weight:700;
    color:#2563eb;
}
.e1e1-module-groups{
    display:flex;
    flex-direction:column;
    gap:18px;
}
.e1e1-module-group{
    border:1px solid #e5e7eb;
    border-radius:16px;
    background:#fff;
    overflow:hidden;
}
.e1e1-module-group>summary{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:16px;
    padding:18px 20px;
    cursor:pointer;
    list-style:none;
    font-weight:700;
}
.e1e1-module-group>summary::-webkit-details-marker{display:none;}
.e1e1-module-group-heading{
    display:flex;
    align-items:center;
    gap:12px;
}
.e1e1-module-group-icon{font-size:22px;}
.e1e1-module-group-count{
    font-size:13px;
    color:#64748b;
}
.e1e1-module-group-content{
    padding:0 20px 20px;
}
.e1e1-module-group.is-highlighted{
    animation:e1e1-module-highlight 1.6s ease;
}
@keyframes e1e1-module-highlight{
    0%{box-shadow:0 0 0 0 rgba(37,99,235,.0);}
    35%{box-shadow:0 0 0 6px rgba(37,99,235,.18);}
    100%{box-shadow:0 0 0 0 rgba(37,99,235,0);}
}


/* ---------------------------------------------------------
   Ajandan 2.0
--------------------------------------------------------- */

.e1e1-agenda-page-header {
    padding: 22px;
    border: 1px solid rgba(150, 104, 65, .18);
    border-radius: 22px;
    background: linear-gradient(135deg, #FAEFE0, #fffaf3);
    box-shadow: 0 12px 30px rgba(91, 65, 43, .07);
}
.e1e1-agenda-title-row { display: flex; align-items: center; gap: 16px; }
.e1e1-agenda-title-icon {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    border: 1px solid rgba(150, 104, 65, .18);
    border-radius: 20px;
    background: #fffdf8;
    font-size: 29px;
    box-shadow: 0 10px 24px rgba(91, 65, 43, .08);
}
.e1e1-agenda-title-row h1 { margin: 5px 0 4px; color: #102f53; }
.e1e1-agenda-title-row p { margin: 0; color: #6f6258; }
.e1e1-agenda-command-shell { position: relative; z-index: 5; margin-bottom: 22px; }
.e1e1-agenda-command-shell .e1e1-page-tool-dock {
    grid-template-columns: repeat(9, minmax(0, 1fr));
    margin-bottom: 12px;
}
.e1e1-agenda-student-switcher { width: min(100%, 390px); margin: 0; }
.e1e1-agenda-page .e1e1-teacher-mobile-nav > a.is-active { background: #FAEFE0; color: #7b4d2f; }

.e1e1-teacher-panel.e1e1-agenda-page-v2 {
    width: min(1280px, calc(100% - 40px));
    max-width: 1280px;
    margin: 40px auto;
}

.e1e1-agenda-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.e1e1-agenda-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid #dbe2ea;
    border-radius: 999px;
    background: #ffffff;
    color: #334155;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition:
        transform .15s ease,
        box-shadow .15s ease,
        border-color .15s ease,
        background-color .15s ease;
}

.e1e1-agenda-tabs a:hover {
    transform: translateY(-1px);
    border-color: #c7d2fe;
    box-shadow: 0 8px 20px rgba(30, 60, 120, 0.08);
}

.e1e1-agenda-tabs a.is-active {
    background: #eef2ff;
    border-color: #a5b4fc;
    color: #3730a3;
}

.e1e1-agenda-summary-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 24px;
}

.e1e1-agenda-summary-grid.is-planned-tasks {
    display: none;
}

.e1e1-agenda-summary-card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
    padding: 18px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(20, 20, 40, 0.05);
}

.e1e1-agenda-summary-card strong {
    font-size: 28px;
    line-height: 1;
    color: #111827;
}

.e1e1-agenda-summary-card span {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.e1e1-agenda-group-tab {
    color: inherit;
    text-decoration: none;
    transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.e1e1-agenda-group-tab:hover,
.e1e1-agenda-group-tab.is-active {
    transform: translateY(-2px);
    border-color: rgba(11, 127, 131, .38);
    background: #eef7f7;
    box-shadow: 0 10px 24px rgba(11, 127, 131, .10);
}

.e1e1-agenda-group-tab.is-active strong,
.e1e1-agenda-group-tab.is-active span {
    color: #0b6f73;
}

.e1e1-agenda-group-tabs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 18px;
}

.e1e1-agenda-group-tabs a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 0;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid #e2d7ca;
    border-radius: 15px;
    background: #fffaf4;
    color: #5e4a3c;
    text-align: center;
    text-decoration: none;
    transition: transform .15s ease, border-color .15s ease, background .15s ease;
}

.e1e1-agenda-group-tabs a:hover,
.e1e1-agenda-group-tabs a.is-active {
    transform: translateY(-1px);
    border-color: rgba(11, 127, 131, .4);
    background: #eaf6f5;
    color: #0b6f73;
}

.e1e1-agenda-group-tabs strong {
    display: grid;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .8);
    font-size: 13px;
}

.e1e1-agenda-group-tabs span {
    min-width: 0;
    font-size: 12px;
    font-weight: 800;
}

.e1e1-agenda-content-shell {
    min-width: 0;
}

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

.e1e1-agenda-item {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 22px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(20, 20, 40, 0.06);
}

.e1e1-agenda-item-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.e1e1-agenda-date-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.e1e1-agenda-date-block strong {
    font-size: 30px;
    line-height: 1;
    color: #111827;
}

.e1e1-agenda-date-block span {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.e1e1-agenda-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.e1e1-agenda-status-scheduled {
    background: #eef2ff;
    color: #3730a3;
}

.e1e1-agenda-status-completed {
    background: #ecfdf5;
    color: #166534;
}

.e1e1-agenda-status-postponed {
    background: #fff7ed;
    color: #9a3412;
}

.e1e1-agenda-status-cancelled {
    background: #f8fafc;
    color: #475569;
}

.e1e1-agenda-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.e1e1-agenda-content h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.35;
    color: #111827;
}

.e1e1-agenda-student {
    margin: 0;
}

.e1e1-agenda-student a {
    color: #2563eb;
    font-weight: 700;
    text-decoration: none;
}

.e1e1-agenda-student a:hover {
    text-decoration: underline;
}

.e1e1-agenda-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.e1e1-agenda-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    color: #475569;
    font-size: 12px;
    font-weight: 700;
}

.e1e1-agenda-note {
    padding: 14px 16px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}

.e1e1-agenda-note strong {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
}

.e1e1-agenda-note p {
    margin: 0;
    color: #475569;
    line-height: 1.55;
}

.e1e1-agenda-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
    padding-top: 20px;
}

.e1e1-agenda-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 9px 13px;
    border-radius: 12px;
    border: 1px solid #dbe2ea;
    color: #334155;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    transition:
        transform .15s ease,
        box-shadow .15s ease,
        border-color .15s ease;
}

.e1e1-agenda-actions a:hover {
    transform: translateY(-1px);
    border-color: #c7d2fe;
    box-shadow: 0 8px 18px rgba(30, 60, 120, 0.08);
}

.e1e1-agenda-actions .e1e1-agenda-primary-action {
    border-color: #2563eb;
    background: #2563eb;
    color: #ffffff;
}

.e1e1-agenda-empty-state {
    text-align: center;
    padding: 42px 24px;
}

.e1e1-agenda-empty-state h2 {
    margin-bottom: 8px;
}

.e1e1-agenda-empty-state p {
    margin: 0;
    color: #64748b;
}

.e1e1-agenda-summary-grid.is-upcoming {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.e1e1-agenda-upcoming-list {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(20, 20, 40, .06);
}

.e1e1-agenda-upcoming-item {
    display: grid;
    grid-template-columns: 44px 105px minmax(0, 1fr) auto 20px;
    gap: 15px;
    align-items: center;
    padding: 17px 20px;
    border-bottom: 1px solid #edf0f3;
    color: inherit;
    text-decoration: none;
    transition: background-color .16s ease, transform .16s ease;
}

.e1e1-agenda-upcoming-item:last-child {
    border-bottom: 0;
}

.e1e1-agenda-upcoming-item:hover {
    background: #fffaf3;
}

.e1e1-agenda-upcoming-item.is-overdue {
    background: #fff7ed;
    box-shadow: inset 4px 0 0 #b95819;
}

.e1e1-agenda-upcoming-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #fbf5e9;
    font-size: 20px;
}

.e1e1-agenda-upcoming-date,
.e1e1-agenda-upcoming-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.e1e1-agenda-upcoming-date strong,
.e1e1-agenda-upcoming-copy strong {
    color: #172033;
}

.e1e1-agenda-upcoming-date small,
.e1e1-agenda-upcoming-copy small {
    color: #64748b;
    font-size: 12px;
}

.e1e1-agenda-upcoming-copy strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e1e1-agenda-upcoming-source {
    padding: 6px 9px;
    border-radius: 999px;
    background: #eef7f7;
    color: #0b6f73;
    font-size: 10px;
    font-weight: 900;
    white-space: nowrap;
}

.e1e1-agenda-upcoming-limit-note {
    margin: 12px 4px 0;
    color: #64748b;
    font-size: 12px;
    text-align: right;
}

@media (max-width: 700px) {
    .e1e1-agenda-upcoming-item {
        grid-template-columns: 42px minmax(0, 1fr) 18px;
    }

    .e1e1-agenda-upcoming-date {
        grid-column: 2;
        grid-row: 2;
        flex-direction: row;
        gap: 8px;
    }

    .e1e1-agenda-upcoming-copy {
        grid-column: 2;
        grid-row: 1;
    }

    .e1e1-agenda-upcoming-source {
        display: none;
    }
}

/* ---------------------------------------------------------
   Ajandan 3.0 — Aklında Kalsın
--------------------------------------------------------- */

.e1e1-agenda-planner-grid {
    display: grid;
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.55fr);
    gap: 22px;
    align-items: start;
}

.e1e1-agenda-create-disclosure {
    position: sticky;
    top: 24px;
    min-width: 0;
}

.e1e1-agenda-create-disclosure > summary {
    display: none;
}

.e1e1-agenda-create-disclosure:not([open]) > .e1e1-agenda-create-card {
    display: block;
}

.e1e1-agenda-create-card {
    position: static;
}

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

.e1e1-agenda-form label {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-width: 0;
}

.e1e1-agenda-form label.is-wide {
    grid-column: 1 / -1;
}

.e1e1-agenda-form label > span {
    color: #475569;
    font-size: 12px;
    font-weight: 800;
}

.e1e1-agenda-form input,
.e1e1-agenda-form select,
.e1e1-agenda-form textarea {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid #dbe2ea;
    border-radius: 12px;
    background: #fff;
    color: #172033;
    font: inherit;
}

.e1e1-agenda-form textarea {
    min-height: 104px;
    resize: vertical;
}

.e1e1-agenda-form input:focus,
.e1e1-agenda-form select:focus,
.e1e1-agenda-form textarea:focus {
    outline: 3px solid rgba(11, 127, 131, .13);
    border-color: #0b7f83;
}

.e1e1-agenda-form > button {
    grid-column: 1 / -1;
    min-height: 46px;
    border: 0;
    border-radius: 13px;
    background: #0b7f83;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.e1e1-agenda-form > button:hover {
    background: #096b6e;
}

.e1e1-agenda-return-link {
    display: inline-flex;
    margin-top: 9px;
    color: #0b7f83;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.e1e1-agenda-return-link:hover {
    text-decoration: underline;
}

.e1e1-agenda-planned-flow {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
}

.e1e1-agenda-day-group {
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 9px 26px rgba(20, 20, 40, .05);
}

.e1e1-agenda-day-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border-bottom: 1px solid #edf0f3;
    background: #fbf5e9;
}

.e1e1-agenda-day-overdue .e1e1-agenda-day-heading {
    background: #fff7ed;
}

.e1e1-agenda-day-completed .e1e1-agenda-day-heading {
    background: #f0fdf4;
}

.e1e1-agenda-day-heading h2,
.e1e1-agenda-day-heading p {
    margin: 0;
}

.e1e1-agenda-day-heading h2 {
    color: #172033;
    font-size: 20px;
}

.e1e1-agenda-day-heading p {
    margin-top: 4px;
    color: #64748b;
    font-size: 13px;
}

.e1e1-agenda-day-heading > span {
    display: grid;
    place-items: center;
    min-width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #fff;
    color: #102f53;
    font-weight: 900;
}

.e1e1-agenda-soft-empty {
    padding: 18px 20px;
    color: #64748b;
    font-size: 13px;
}

.e1e1-agenda-task-list {
    display: flex;
    flex-direction: column;
}

.e1e1-agenda-task {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: start;
    padding: 18px 20px;
    border-bottom: 1px solid #edf0f3;
}

.e1e1-agenda-task:last-child {
    border-bottom: 0;
}

.e1e1-agenda-task.is-priority-important {
    box-shadow: inset 4px 0 0 #c78020;
}

.e1e1-agenda-task.is-priority-priority {
    box-shadow: inset 4px 0 0 #b95819;
}

.e1e1-agenda-task-date,
.e1e1-agenda-task-copy {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.e1e1-agenda-task-date strong {
    color: #102f53;
    font-size: 15px;
}

.e1e1-agenda-task-date span,
.e1e1-agenda-task-copy p {
    color: #64748b;
    font-size: 12px;
}

.e1e1-agenda-task-copy h3,
.e1e1-agenda-task-copy p {
    margin: 0;
}

.e1e1-agenda-task-copy h3 {
    color: #172033;
    font-size: 17px;
    line-height: 1.35;
}

.e1e1-agenda-task-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.e1e1-agenda-task-labels span {
    padding: 4px 8px;
    border-radius: 999px;
    background: #eef7f7;
    color: #0b6f73;
    font-size: 10px;
    font-weight: 800;
}

.e1e1-agenda-task-student {
    color: #9a663e !important;
    font-weight: 800;
}

.e1e1-agenda-task-actions {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-width: 126px;
}

.e1e1-agenda-task-actions form,
.e1e1-agenda-task-actions button {
    width: 100%;
}

.e1e1-agenda-task-actions button {
    min-height: 36px;
    padding: 7px 10px;
    border: 1px solid #0b7f83;
    border-radius: 10px;
    background: #0b7f83;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}

.e1e1-agenda-task-actions button.is-quiet {
    border-color: #dbe2ea;
    background: #fff;
    color: #64748b;
}

.e1e1-agenda-edit-panel {
    grid-column: 1 / -1;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 13px;
    background: #f8fafc;
}

.e1e1-agenda-edit-panel > summary {
    padding: 11px 14px;
    color: #475569;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    list-style-position: inside;
}

.e1e1-agenda-edit-panel[open] > summary {
    border-bottom: 1px solid #e5e7eb;
    background: #fbf5e9;
    color: #102f53;
}

.e1e1-agenda-edit-form {
    padding: 16px;
    background: #fff;
}

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

    .e1e1-agenda-create-disclosure,
    .e1e1-agenda-create-card {
        position: static;
    }
}

@media (max-width: 700px) {
    .e1e1-agenda-create-disclosure {
        position: static;
    }

    .e1e1-agenda-create-disclosure > summary {
        position: fixed;
        z-index: 1420;
        right: max(16px, env(safe-area-inset-right));
        bottom: calc(78px + env(safe-area-inset-bottom));
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        min-width: 56px;
        height: 56px;
        padding: 0 16px;
        border: 2px solid rgba(255,255,255,.85);
        border-radius: 999px;
        background: #0b7f83;
        color: #fff;
        box-shadow: 0 14px 34px rgba(11, 94, 98, .28);
        cursor: pointer;
        list-style: none;
    }

    .e1e1-agenda-create-disclosure > summary::-webkit-details-marker {
        display: none;
    }

    .e1e1-agenda-create-disclosure > summary span {
        font-size: 27px;
        font-weight: 400;
        line-height: 1;
        transition: transform .18s ease;
    }

    .e1e1-agenda-create-disclosure > summary strong {
        font-size: 11px;
        white-space: nowrap;
    }

    .e1e1-agenda-create-disclosure:not([open]) > .e1e1-agenda-create-card {
        display: none;
    }

    .e1e1-agenda-create-disclosure[open]::before {
        position: fixed;
        z-index: 1380;
        inset: 0;
        content: "";
        background: rgba(35, 28, 22, .48);
        backdrop-filter: blur(3px);
    }

    .e1e1-agenda-create-disclosure[open] > summary {
        top: 14px;
        right: 14px;
        bottom: auto;
        width: 46px;
        min-width: 46px;
        height: 46px;
        padding: 0;
        background: #7b4d2f;
    }

    .e1e1-agenda-create-disclosure[open] > summary span {
        transform: rotate(45deg);
    }

    .e1e1-agenda-create-disclosure[open] > summary strong {
        display: none;
    }

    .e1e1-agenda-create-disclosure[open] > .e1e1-agenda-create-card {
        position: fixed;
        z-index: 1400;
        top: 66px;
        right: 10px;
        bottom: calc(76px + env(safe-area-inset-bottom));
        left: 10px;
        display: block;
        overflow-y: auto;
        margin: 0;
        padding: 16px;
        border-radius: 18px;
        box-shadow: 0 22px 60px rgba(28, 20, 15, .28);
    }

    .e1e1-agenda-form {
        grid-template-columns: 1fr;
    }

    .e1e1-agenda-form label.is-wide,
    .e1e1-agenda-form > button {
        grid-column: auto;
    }

    .e1e1-agenda-task {
        grid-template-columns: 1fr;
    }

    .e1e1-agenda-task-actions {
        min-width: 0;
        flex-direction: row;
    }
}

@media (max-width: 1100px) {
    .e1e1-agenda-summary-grid,
    .e1e1-agenda-summary-grid.is-upcoming {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .e1e1-agenda-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .e1e1-teacher-panel.e1e1-agenda-page-v2 {
        width: min(100% - 16px, 1280px);
        margin: 12px auto 24px;
        padding: 0 0 82px;
    }
    .e1e1-agenda-page-header { margin-bottom: 12px; padding: 15px; border-radius: 17px; }
    .e1e1-agenda-page-header .e1e1-breadcrumb { margin-bottom: 10px; font-size: 11px; }
    .e1e1-agenda-title-row { gap: 11px; }
    .e1e1-agenda-title-icon { width: 46px; height: 46px; flex-basis: 46px; border-radius: 14px; font-size: 22px; }
    .e1e1-agenda-title-row .e1e1-badge { padding: 4px 8px; font-size: 9px; }
    .e1e1-agenda-title-row h1 { margin: 4px 0 3px; font-size: clamp(25px, 7vw, 31px); }
    .e1e1-agenda-title-row p { font-size: 11px; line-height: 1.4; }
    .e1e1-agenda-command-shell { margin-bottom: 12px; }
    .e1e1-agenda-command-shell .e1e1-page-tool-dock {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-bottom: 9px;
        padding: 9px;
        border-radius: 16px;
    }
    .e1e1-agenda-student-switcher { width: 100%; }
    .e1e1-agenda-student-switcher .e1e1-student-switcher-menu { position: relative; top: auto; margin-top: 7px; }

    .e1e1-agenda-summary-grid,
    .e1e1-agenda-summary-grid.is-upcoming {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .e1e1-agenda-tabs {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
        margin-bottom: 12px;
    }
    .e1e1-agenda-tabs a { min-height: 44px; padding: 8px 5px; border-radius: 13px; font-size: 11px; line-height: 1.25; text-align: center; }
    .e1e1-agenda-summary-grid,
    .e1e1-agenda-summary-grid.is-upcoming { gap: 8px; margin-bottom: 12px; }
    .e1e1-agenda-summary-card { gap: 4px; padding: 12px; border-radius: 14px; }
    .e1e1-agenda-summary-card strong { font-size: 22px; }
    .e1e1-agenda-summary-card span { font-size: 10px; }
    .e1e1-agenda-group-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
        margin-bottom: 12px;
    }
    .e1e1-agenda-group-tabs a {
        justify-content: flex-start;
        min-height: 42px;
        padding: 7px 9px;
        border-radius: 12px;
    }
    .e1e1-agenda-group-tabs a:last-child { grid-column: 1 / -1; }
    .e1e1-agenda-group-tabs strong {
        flex-basis: 25px;
        width: 25px;
        height: 25px;
        font-size: 11px;
    }
    .e1e1-agenda-group-tabs span { font-size: 10px; }
    .e1e1-agenda-upcoming-item { gap: 9px; padding: 12px; }
    .e1e1-agenda-create-card,
    .e1e1-agenda-item { padding: 15px; border-radius: 16px; }
    .e1e1-agenda-day-heading { padding: 14px; }
    .e1e1-agenda-day-heading h2 { font-size: 17px; }
    .e1e1-agenda-day-heading p { font-size: 11px; }
    .e1e1-agenda-task { gap: 11px; padding: 14px; }

    .e1e1-agenda-item {
        padding: 18px;
    }

    .e1e1-agenda-item-header {
        align-items: center;
    }

    .e1e1-agenda-date-block strong {
        font-size: 26px;
    }

    .e1e1-agenda-actions a {
        width: 100%;
    }
}


/* ---------------------------------------------------------
   Sessiz Takip 2.1
--------------------------------------------------------- */

.e1e1-teacher-panel.e1e1-silent-tracking-page-v21 {
    width: min(1280px, calc(100% - 40px));
    max-width: 1280px;
    margin: 40px auto;
}

.e1e1-silent-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.e1e1-silent-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid #dbe2ea;
    border-radius: 999px;
    background: #ffffff;
    color: #334155;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition:
        transform .15s ease,
        box-shadow .15s ease,
        border-color .15s ease,
        background-color .15s ease;
}

.e1e1-silent-tabs a:hover {
    transform: translateY(-1px);
    border-color: #c7d2fe;
    box-shadow: 0 8px 20px rgba(30, 60, 120, 0.08);
}

.e1e1-silent-tabs a.is-active {
    background: #eef2ff;
    border-color: #a5b4fc;
    color: #3730a3;
}

.e1e1-silent-tabs a strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    border-radius: 999px;
    background: #f8fafc;
    color: #111827;
    font-size: 12px;
}

.e1e1-silent-tabs a.is-active strong {
    background: #ffffff;
    color: #3730a3;
}

.e1e1-silent-content-shell {
    min-width: 0;
}

.e1e1-silent-heading {
    margin-bottom: 18px;
}

.e1e1-silent-heading h2 {
    margin-bottom: 6px;
}

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

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

.e1e1-student-summary-card-link {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 260px;
    padding: 22px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(20, 20, 40, 0.06);
    transition:
        transform .15s ease,
        box-shadow .15s ease,
        border-color .15s ease;
}

.e1e1-student-summary-card-link:hover {
    transform: translateY(-2px);
    border-color: #c7d2fe;
    box-shadow: 0 14px 34px rgba(30, 60, 120, 0.10);
}

.e1e1-student-summary-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.e1e1-student-summary-card-header > div {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.e1e1-student-summary-card-header strong {
    font-size: 18px;
    line-height: 1.35;
    color: #111827;
}

.e1e1-student-summary-avatar {
    flex: 0 0 auto;
    font-size: 22px;
}

.e1e1-student-priority-badge {
    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: #475569;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.e1e1-student-summary-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.e1e1-student-summary-details span {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #334155;
    line-height: 1.5;
}

.e1e1-student-summary-details b {
    flex: 0 0 auto;
    font-weight: 400;
}

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

.e1e1-student-summary-meta span {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    color: #475569;
    font-size: 13px;
}

.e1e1-student-summary-meta b {
    color: #111827;
    font-size: 12px;
}

.e1e1-student-summary-open {
    margin-top: auto;
    padding-top: 20px;
    color: #2563eb;
    font-size: 13px;
    font-weight: 800;
}

.e1e1-silent-empty-state {
    text-align: center;
    padding: 42px 24px;
}

/* ---------------------------------------------------------
   Çalışma Masam - kart hizalama rötuşu
--------------------------------------------------------- */

.e1e1-workbench .e1e1-action-card strong {
    min-height: 42px;
    display: flex;
    align-items: flex-start;
}

.e1e1-workbench .e1e1-action-card small {
    min-height: 58px;
}

.e1e1-workbench .e1e1-action-card .e1e1-action-status {
    min-height: 32px;
    display: flex;
    align-items: center;
}

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

@media (max-width: 700px) {
    .e1e1-teacher-panel.e1e1-silent-tracking-page-v21 {
        width: min(100% - 24px, 1280px);
        margin: 20px auto;
    }

    .e1e1-silent-tabs a {
        flex: 1 1 100%;
    }

    .e1e1-student-summary-card-link {
        min-height: 0;
        padding: 18px;
    }

    .e1e1-student-summary-meta {
        grid-template-columns: 1fr;
    }

    .e1e1-workbench .e1e1-action-card strong,
    .e1e1-workbench .e1e1-action-card small,
    .e1e1-workbench .e1e1-action-card .e1e1-action-status {
        min-height: auto;
    }
}


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

.e1e1-teacher-panel.e1e1-announcements-page {
    width: min(1280px, calc(100% - 40px));
    max-width: 1280px;
    margin: 40px auto;
}

.e1e1-announcement-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.e1e1-announcement-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid #dbe2ea;
    border-radius: 999px;
    background: #ffffff;
    color: #334155;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition:
        transform .15s ease,
        box-shadow .15s ease,
        border-color .15s ease,
        background-color .15s ease;
}

.e1e1-announcement-tabs a:hover {
    transform: translateY(-1px);
    border-color: #c7d2fe;
    box-shadow: 0 8px 20px rgba(30, 60, 120, 0.08);
}

.e1e1-announcement-tabs a.is-active {
    background: #eef2ff;
    border-color: #a5b4fc;
    color: #3730a3;
}

.e1e1-announcement-tabs a strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    border-radius: 999px;
    background: #f8fafc;
    color: #111827;
    font-size: 12px;
}

.e1e1-announcements-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(340px, .8fr);
    gap: 24px;
    align-items: start;
}

.e1e1-new-announcement-section {
    position: sticky;
    top: 24px;
}

.e1e1-announcement-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

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

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

.e1e1-announcement-card-header h3 {
    margin: 8px 0 0;
    font-size: 19px;
    color: #111827;
}

.e1e1-announcement-card-header small {
    color: #64748b;
    white-space: nowrap;
}

.e1e1-announcement-status {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #eef2ff;
    color: #3730a3;
    font-size: 12px;
    font-weight: 800;
}

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

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

.e1e1-announcement-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.e1e1-announcement-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #f8fafc;
    color: #475569;
    font-size: 12px;
    font-weight: 700;
}

.e1e1-announcement-form {
    display: flex;
    flex-direction: column;
}

.e1e1-announcement-form label {
    display: block;
    margin-bottom: 8px;
    color: #334155;
    font-size: 14px;
    font-weight: 700;
}

.e1e1-announcement-form label small {
    color: #94a3b8;
    font-weight: 500;
}

.e1e1-announcement-form input[type="text"],
.e1e1-announcement-form input[type="datetime-local"],
.e1e1-announcement-form select,
.e1e1-announcement-form textarea {
    width: 100%;
    max-width: none;
    border: 1px solid #d8dee8;
    border-radius: 12px;
    padding: 11px 12px;
    background: #ffffff;
}

.e1e1-announcement-form textarea {
    resize: vertical;
}

.e1e1-announcement-form button {
    min-height: 46px;
    border: 0;
    border-radius: 13px;
    padding: 11px 16px;
    background: #2563eb;
    color: #ffffff;
    cursor: pointer;
    font-weight: 800;
}

.e1e1-announcement-student-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 220px;
    overflow: auto;
    padding: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #f8fafc;
}

.e1e1-announcement-student-list label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    cursor: pointer;
}

.e1e1-announcement-student-list input {
    margin: 0;
}

@media (max-width: 1050px) {
    .e1e1-announcements-grid {
        grid-template-columns: 1fr;
    }

    .e1e1-new-announcement-section {
        position: static;
    }
}

@media (max-width: 700px) {
    .e1e1-teacher-panel.e1e1-announcements-page {
        width: min(100% - 24px, 1280px);
        margin: 20px auto;
    }

    .e1e1-announcement-tabs a {
        flex: 1 1 100%;
    }

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


/* ---------------------------------------------------------
   Mesaj Merkezi 1.0
--------------------------------------------------------- */

.e1e1-teacher-panel.e1e1-message-center-page,
.e1e1-student-message-center {
    width: min(1440px, calc(100% - 40px));
    max-width: 1440px;
    margin: 40px auto;
}

.e1e1-message-center-layout {
    display: grid;
    grid-template-columns: minmax(230px, .7fr) minmax(420px, 1.5fr) minmax(300px, .8fr);
    gap: 18px;
    align-items: start;
}

.e1e1-student-message-center .e1e1-message-center-layout {
    grid-template-columns: minmax(230px, .7fr) minmax(420px, 1.7fr);
}

.e1e1-message-conversations,
.e1e1-message-thread,
.e1e1-new-conversation {
    min-width: 0;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(20, 20, 40, .06);
    overflow: hidden;
}

.e1e1-message-conversations,
.e1e1-new-conversation {
    position: sticky;
    top: 24px;
}

.e1e1-message-column-heading,
.e1e1-message-thread-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 20px;
    border-bottom: 1px solid #eef2f7;
}

.e1e1-message-column-heading h2,
.e1e1-message-thread-header h2 {
    margin: 0;
    font-size: 18px;
}

.e1e1-message-column-heading span {
    min-width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #eef2ff;
    color: #3730a3;
    font-size: 12px;
    font-weight: 800;
}

.e1e1-conversation-list {
    display: flex;
    flex-direction: column;
    max-height: 650px;
    overflow: auto;
}

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

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

.e1e1-conversation-list a > span {
    position: absolute;
    top: 14px;
    right: 14px;
    min-width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #2563eb;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

.e1e1-conversation-list small,
.e1e1-message-thread-header small {
    color: #64748b;
}

.e1e1-message-thread-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 420px;
    max-height: 560px;
    padding: 20px;
    overflow: auto;
    background: #f8fafc;
}

.e1e1-message-bubble {
    align-self: flex-start;
    max-width: min(80%, 620px);
    padding: 13px 15px;
    border: 1px solid #e5e7eb;
    border-radius: 16px 16px 16px 5px;
    background: #fff;
}

.e1e1-message-bubble.is-own {
    align-self: flex-end;
    border-color: #bfdbfe;
    border-radius: 16px 16px 5px 16px;
    background: #eff6ff;
}

.e1e1-message-bubble strong,
.e1e1-message-bubble time {
    display: block;
    font-size: 12px;
}

.e1e1-message-bubble strong {
    margin-bottom: 6px;
    color: #334155;
}

.e1e1-message-bubble p {
    margin: 0;
    color: #111827;
    line-height: 1.55;
}

.e1e1-message-bubble time {
    margin-top: 8px;
    color: #94a3b8;
    text-align: right;
}

.e1e1-message-reply-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 16px;
    border-top: 1px solid #eef2f7;
}

.e1e1-message-reply-form textarea,
.e1e1-new-conversation-form input[type="text"],
.e1e1-new-conversation-form textarea {
    width: 100%;
    border: 1px solid #d8dee8;
    border-radius: 12px;
    padding: 11px 12px;
}

.e1e1-message-reply-form button,
.e1e1-new-conversation-form button {
    border: 0;
    border-radius: 12px;
    padding: 11px 16px;
    background: #2563eb;
    color: #fff;
    cursor: pointer;
    font-weight: 800;
}

.e1e1-new-conversation-form {
    padding: 18px;
}

.e1e1-new-conversation-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
}

.e1e1-new-conversation-form label small {
    display: block;
    color: #94a3b8;
    font-weight: 500;
}

.e1e1-message-participant-list {
    display: flex;
    flex-direction: column;
    gap: 7px;
    max-height: 220px;
    overflow: auto;
    padding: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #f8fafc;
}

.e1e1-message-participant-list label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    cursor: pointer;
}

.e1e1-message-empty {
    padding: 20px;
    color: #64748b;
    text-align: center;
}

.e1e1-message-empty-large {
    min-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

.e1e1-student-message-header h1 {
    margin-bottom: 8px;
}

@media (max-width: 1120px) {
    .e1e1-message-center-layout,
    .e1e1-student-message-center .e1e1-message-center-layout {
        grid-template-columns: 1fr;
    }

    .e1e1-message-conversations,
    .e1e1-new-conversation {
        position: static;
    }
}

@media (max-width: 700px) {
    .e1e1-teacher-panel.e1e1-message-center-page,
    .e1e1-student-message-center {
        width: min(100% - 24px, 1440px);
        margin: 20px auto;
    }

    .e1e1-message-reply-form {
        grid-template-columns: 1fr;
    }

    .e1e1-message-bubble {
        max-width: 92%;
    }
}


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

.e1e1-teacher-panel.e1e1-resource-center-page {
    width: min(1360px, calc(100% - 40px));
    max-width: 1360px;
    margin: 40px auto;
}

.e1e1-resource-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 22px;
}

.e1e1-resource-summary-grid > div {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 19px;
    border: 1px solid #e5e7eb;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(20, 20, 40, .05);
}

.e1e1-resource-summary-grid strong {
    font-size: 28px;
    line-height: 1;
}

.e1e1-resource-summary-grid span {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.e1e1-resource-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.e1e1-resource-tabs a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 15px;
    border: 1px solid #dbe2ea;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
}

.e1e1-resource-tabs a.is-active {
    border-color: #a5b4fc;
    background: #eef2ff;
    color: #3730a3;
}

.e1e1-resource-center-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(350px, .75fr);
    gap: 24px;
    align-items: start;
}

.e1e1-new-resource-section {
    position: sticky;
    top: 24px;
}

.e1e1-resource-filter-form {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 10px;
    margin-bottom: 18px;
}

.e1e1-resource-filter-form select,
.e1e1-resource-form input[type="text"],
.e1e1-resource-form input[type="url"],
.e1e1-resource-form input[type="datetime-local"],
.e1e1-resource-form input[type="file"],
.e1e1-resource-form select,
.e1e1-resource-form textarea {
    width: 100%;
    max-width: none;
    border: 1px solid #d8dee8;
    border-radius: 12px;
    padding: 11px 12px;
    background: #fff;
}

.e1e1-resource-filter-form button,
.e1e1-resource-form > button {
    border: 0;
    border-radius: 12px;
    padding: 11px 15px;
    background: #2563eb;
    color: #fff;
    cursor: pointer;
    font-weight: 800;
}

.e1e1-resource-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.e1e1-resource-admin-card {
    display: flex;
    gap: 14px;
    padding: 18px;
    border: 1px solid #e5e7eb;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(20, 20, 40, .05);
}

.e1e1-resource-admin-icon {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #f1f5f9;
    font-size: 22px;
}

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

.e1e1-resource-admin-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.e1e1-resource-admin-heading span {
    display: inline-block;
    margin-bottom: 5px;
    color: #2563eb;
    font-size: 12px;
    font-weight: 800;
}

.e1e1-resource-admin-heading h3 {
    margin: 0;
    font-size: 18px;
}

.e1e1-resource-admin-heading small {
    color: #64748b;
    font-weight: 700;
    white-space: nowrap;
}

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

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

.e1e1-resource-admin-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;
    font-weight: 700;
}

.e1e1-resource-preview-link {
    display: inline-flex;
    margin-top: 14px;
    color: #2563eb;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.e1e1-resource-admin-card form {
    display: inline-block;
    margin-top: 12px;
}

.e1e1-resource-archive-button {
    border: 1px solid #dbe2ea;
    border-radius: 10px;
    padding: 8px 11px;
    background: #fff;
    color: #475569;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
}

.e1e1-resource-form label {
    display: block;
    margin-bottom: 8px;
    color: #334155;
    font-size: 14px;
    font-weight: 700;
}

.e1e1-resource-form label small,
.e1e1-resource-form .e1e1-form-row > small {
    display: block;
    margin-top: 6px;
    color: #94a3b8;
    font-weight: 500;
    line-height: 1.45;
}

.e1e1-resource-student-list {
    display: flex;
    flex-direction: column;
    gap: 7px;
    max-height: 210px;
    overflow: auto;
    padding: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #f8fafc;
}

.e1e1-resource-student-list label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    cursor: pointer;
}

.e1e1-resource-empty {
    padding: 38px 20px;
    color: #64748b;
    text-align: center;
}

.e1e1-resource-empty strong {
    display: block;
    margin-bottom: 7px;
    color: #334155;
}

.e1e1-resource-empty p {
    margin: 0;
}

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

    .e1e1-new-resource-section {
        position: static;
    }
}

@media (max-width: 760px) {
    .e1e1-teacher-panel.e1e1-resource-center-page {
        width: min(100% - 24px, 1360px);
        margin: 20px auto;
    }

    .e1e1-resource-summary-grid,
    .e1e1-resource-filter-form {
        grid-template-columns: 1fr;
    }

    .e1e1-resource-admin-heading {
        flex-direction: column;
    }
}


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

.e1e1-teacher-panel.e1e1-exam-center-page {
    width: min(1400px, calc(100% - 40px));
    max-width: 1400px;
    margin: 40px auto;
}

.e1e1-exam-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 22px;
}

.e1e1-exam-summary-grid > div {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 19px;
    border: 1px solid #e5e7eb;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(20,20,40,.05);
}

.e1e1-exam-summary-grid strong {
    font-size: 28px;
    line-height: 1;
}

.e1e1-exam-summary-grid span {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.e1e1-exam-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 22px;
}

.e1e1-exam-tabs a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 9px 15px;
    border: 1px solid #dbe2ea;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    font-weight: 800;
    text-decoration: none;
}

.e1e1-exam-tabs a.is-active {
    border-color: #a5b4fc;
    background: #eef2ff;
    color: #3730a3;
}

.e1e1-exam-center-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(390px, .75fr);
    gap: 24px;
    align-items: start;
}

.e1e1-new-exam-section {
    position: sticky;
    top: 24px;
}

.e1e1-exam-filter-form {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 10px;
    margin-bottom: 18px;
}

.e1e1-exam-filter-form select,
.e1e1-exam-form input,
.e1e1-exam-form select,
.e1e1-exam-form textarea {
    width: 100%;
    max-width: none;
    border: 1px solid #d8dee8;
    border-radius: 12px;
    padding: 10px 11px;
    background: #fff;
}

.e1e1-exam-filter-form button,
.e1e1-exam-form > button {
    border: 0;
    border-radius: 12px;
    padding: 11px 15px;
    background: #2563eb;
    color: #fff;
    cursor: pointer;
    font-weight: 800;
}

.e1e1-exam-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.e1e1-exam-admin-card {
    padding: 18px;
    border: 1px solid #e5e7eb;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(20,20,40,.05);
}

.e1e1-exam-admin-heading {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
}

.e1e1-exam-admin-heading span {
    color: #2563eb;
    font-size: 12px;
    font-weight: 800;
}

.e1e1-exam-admin-heading h3 {
    margin: 5px 0 0;
}

.e1e1-exam-admin-heading small {
    color: #64748b;
    font-weight: 700;
    white-space: nowrap;
}

.e1e1-exam-score-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 8px;
    margin-top: 16px;
}

.e1e1-exam-score-grid div {
    padding: 11px;
    border-radius: 12px;
    background: #f8fafc;
    text-align: center;
}

.e1e1-exam-score-grid strong,
.e1e1-exam-score-grid span {
    display: block;
}

.e1e1-exam-score-grid strong {
    font-size: 20px;
}

.e1e1-exam-score-grid span {
    margin-top: 3px;
    color: #64748b;
    font-size: 11px;
}

.e1e1-exam-admin-meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.e1e1-exam-admin-meta span {
    padding: 5px 9px;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    background: #f8fafc;
    color: #64748b;
    font-size: 12px;
}

.e1e1-exam-archive-button {
    margin-top: 12px;
    border: 1px solid #dbe2ea;
    border-radius: 10px;
    padding: 8px 11px;
    background: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
}

.e1e1-exam-student-list {
    display: flex;
    flex-direction: column;
    gap: 7px;
    max-height: 190px;
    overflow: auto;
    padding: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #f8fafc;
}

.e1e1-exam-student-list label {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 0;
}

.e1e1-exam-section-heading {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.e1e1-exam-section-heading button {
    border: 1px solid #dbe2ea;
    border-radius: 10px;
    padding: 7px 10px;
    background: #fff;
    cursor: pointer;
    font-weight: 700;
}

.e1e1-exam-entry-row {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr repeat(5, .65fr) auto;
    gap: 7px;
    margin-bottom: 9px;
}

.e1e1-exam-entry-row button {
    border: 1px solid #fecaca;
    border-radius: 10px;
    background: #fff;
    color: #991b1b;
    cursor: pointer;
}

.e1e1-exam-empty {
    padding: 38px 20px;
    text-align: center;
    color: #64748b;
}

@media (max-width: 1150px) {
    .e1e1-exam-center-layout {
        grid-template-columns: 1fr;
    }

    .e1e1-new-exam-section {
        position: static;
    }

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

@media (max-width: 760px) {
    .e1e1-teacher-panel.e1e1-exam-center-page {
        width: min(100% - 24px, 1400px);
        margin: 20px auto;
    }

    .e1e1-exam-summary-grid,
    .e1e1-exam-filter-form,
    .e1e1-exam-score-grid,
    .e1e1-exam-entry-row {
        grid-template-columns: 1fr;
    }

    .e1e1-exam-admin-heading {
        flex-direction: column;
    }
}


/* ---------------------------------------------------------
   Deneme Sınavı Modülü 1.1 - Sonuç Giriş Kartları
--------------------------------------------------------- */

.e1e1-exam-entry-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 16px;
    padding: 16px;
    border: 1px solid #dfe6ef;
    border-radius: 16px;
    background: #f8fafc;
}

.e1e1-exam-field {
    min-width: 0;
}

.e1e1-exam-field label {
    display: block;
    margin-bottom: 6px;
    color: #475569;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.3;
}

.e1e1-exam-entry-row .e1e1-exam-field input {
    width: 100%;
    min-width: 0;
    height: 42px;
    padding: 9px 10px;
    color: #0f172a;
    background: #ffffff;
    font-size: 14px;
    line-height: 1.3;
}

.e1e1-exam-entry-row .e1e1-exam-field input::placeholder {
    color: #94a3b8;
    opacity: 1;
}

.e1e1-exam-number-fields {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(5, minmax(72px, 1fr)) minmax(110px, 1.15fr);
    gap: 10px;
    align-items: end;
    padding-top: 2px;
}

.e1e1-exam-live-net {
    min-height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 9px 12px;
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    background: #eff6ff;
}

.e1e1-exam-live-net span {
    color: #64748b;
    font-size: 10px;
    font-weight: 800;
}

.e1e1-exam-live-net strong {
    margin-top: 4px;
    color: #15803d;
    font-size: 20px;
    line-height: 1;
}

.e1e1-exam-row-actions {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-end;
}

.e1e1-exam-row-actions button {
    min-height: 36px;
    border: 1px solid #fecaca;
    border-radius: 10px;
    padding: 8px 12px;
    background: #ffffff;
    color: #b91c1c;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
}

.e1e1-exam-row-actions button:hover {
    background: #fef2f2;
}

@media (max-width: 1250px) {
    .e1e1-exam-entry-row {
        grid-template-columns: 1fr;
    }

    .e1e1-exam-number-fields {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .e1e1-exam-number-fields {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .e1e1-exam-live-net {
        grid-column: 1 / -1;
    }
}

/* Deneme Modülü 1.1 - Dar form kartı düzeltmesi */

.e1e1-exam-number-fields {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.e1e1-exam-number-fields .e1e1-exam-field:nth-child(5) {
    grid-column: 1 / 3;
}

.e1e1-exam-live-net {
    grid-column: 3 / 5;
    min-width: 0;
}

.e1e1-exam-entry-row,
.e1e1-exam-number-fields,
.e1e1-exam-field,
.e1e1-exam-live-net {
    max-width: 100%;
    box-sizing: border-box;
}

.e1e1-exam-entry-row input {
    min-width: 0;
}


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

.e1e1-teacher-panel.e1e1-teacher-progress-page,
.e1e1-student-progress-page {
    width: min(1240px, calc(100% - 40px));
    max-width: 1240px;
    margin: 40px auto;
}

.e1e1-progress-filter-panel {
    margin-bottom: 20px;
    padding: 18px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(20,20,40,.05);
}

.e1e1-progress-filter-panel form {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 12px;
    align-items: end;
}

.e1e1-progress-filter-panel label {
    display: block;
    margin-bottom: 7px;
    color: #475569;
    font-size: 12px;
    font-weight: 800;
}

.e1e1-progress-filter-panel select {
    width: 100%;
    min-height: 43px;
    border: 1px solid #d8dee8;
    border-radius: 12px;
    padding: 9px 11px;
    background: #fff;
}

.e1e1-progress-filter-panel button {
    min-height: 43px;
    border: 0;
    border-radius: 12px;
    padding: 10px 15px;
    background: #2563eb;
    color: #fff;
    cursor: pointer;
    font-weight: 800;
}

.e1e1-progress-student-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
    padding: 18px 20px;
    border: 1px solid #dbeafe;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff, #f5f9ff);
}

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

.e1e1-progress-student-heading > div > span {
    font-size: 26px;
}

.e1e1-progress-student-heading small {
    color: #64748b;
}

.e1e1-progress-student-heading h2 {
    margin: 3px 0 0;
}

.e1e1-progress-student-heading > a {
    color: #2563eb;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.e1e1-progress-message {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 18px;
    padding: 20px;
    border: 1px solid #dbeafe;
    border-radius: 18px;
    background: #eff6ff;
}

.e1e1-progress-message > span {
    font-size: 27px;
}

.e1e1-progress-message h2 {
    margin: 0 0 6px;
    font-size: 20px;
}

.e1e1-progress-message p {
    margin: 0;
    color: #475569;
}

.e1e1-progress-message.is-positive {
    border-color: #bbf7d0;
    background: #f0fdf4;
}

.e1e1-progress-message.is-attention {
    border-color: #fed7aa;
    background: #fff7ed;
}

.e1e1-progress-message.is-steady,
.e1e1-progress-message.is-starting {
    border-color: #c7d2fe;
    background: #eef2ff;
}

.e1e1-progress-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.e1e1-progress-stat-grid > div {
    padding: 17px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(20,20,40,.04);
}

.e1e1-progress-stat-grid span,
.e1e1-progress-stat-grid strong {
    display: block;
}

.e1e1-progress-stat-grid span {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.e1e1-progress-stat-grid strong {
    margin-top: 7px;
    font-size: 26px;
}

.e1e1-progress-stat-grid strong.is-positive {
    color: #15803d;
}

.e1e1-progress-stat-grid strong.is-negative {
    color: #b45309;
}

.e1e1-progress-chart-card,
.e1e1-progress-subjects {
    margin-bottom: 18px;
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(20,20,40,.05);
}

.e1e1-progress-card-heading h2 {
    margin: 0 0 5px;
    font-size: 19px;
}

.e1e1-progress-card-heading p {
    margin: 0;
    color: #64748b;
}

.e1e1-progress-chart-scroll {
    margin-top: 16px;
    overflow-x: auto;
}

.e1e1-progress-svg {
    display: block;
    width: 100%;
    min-width: 660px;
    height: auto;
}

.e1e1-progress-grid-line {
    stroke: #e5e7eb;
    stroke-width: 1;
}

.e1e1-progress-line {
    fill: none;
    stroke: #2563eb;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.e1e1-progress-point {
    fill: #fff;
    stroke: #2563eb;
    stroke-width: 4;
}

.e1e1-progress-axis-label,
.e1e1-progress-x-label {
    fill: #64748b;
    font-size: 11px;
    font-family: inherit;
}

.e1e1-progress-insight-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.e1e1-progress-insight {
    padding: 19px;
    border-radius: 17px;
}

.e1e1-progress-insight.is-strong {
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
}

.e1e1-progress-insight.is-attention {
    border: 1px solid #fed7aa;
    background: #fff7ed;
}

.e1e1-progress-insight > span {
    display: block;
    margin-bottom: 7px;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.e1e1-progress-insight h3 {
    margin: 0;
    font-size: 20px;
}

.e1e1-progress-insight p {
    margin: 8px 0 0;
    color: #475569;
}

.e1e1-progress-subject-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 17px;
}

.e1e1-progress-subject-list article {
    display: grid;
    grid-template-columns: minmax(150px,.7fr) minmax(220px,1.3fr) auto;
    gap: 14px;
    align-items: center;
}

.e1e1-progress-subject-list article > div:first-child {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.e1e1-progress-subject-list small {
    color: #64748b;
}

.e1e1-progress-bar {
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: #e2e8f0;
}

.e1e1-progress-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #60a5fa, #2563eb);
}

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

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

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

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

@media (max-width: 800px) {
    .e1e1-progress-filter-panel form,
    .e1e1-progress-stat-grid,
    .e1e1-progress-insight-grid {
        grid-template-columns: 1fr;
    }

    .e1e1-progress-student-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .e1e1-progress-subject-list article {
        grid-template-columns: 1fr auto;
    }

    .e1e1-progress-subject-list .e1e1-progress-bar {
        grid-column: 1 / -1;
        grid-row: 2;
    }
}

@media (max-width: 560px) {
    .e1e1-teacher-panel.e1e1-teacher-progress-page,
    .e1e1-student-progress-page {
        width: min(100% - 24px, 1240px);
        margin: 20px auto;
    }
}


/* ---------------------------------------------------------
   Sessiz Rehber Modülü 1.0
--------------------------------------------------------- */

.e1e1-teacher-panel.e1e1-guide-page {
    width: min(1240px, calc(100% - 40px));
    max-width: 1240px;
    margin: 40px auto;
}

.e1e1-guide-philosophy {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
    padding: 20px;
    border: 1px solid #c7d2fe;
    border-radius: 18px;
    background: linear-gradient(135deg, #ffffff, #eef2ff);
}

.e1e1-guide-philosophy > span {
    font-size: 29px;
}

.e1e1-guide-philosophy strong {
    display: block;
    margin-bottom: 6px;
    color: #312e81;
    font-size: 17px;
}

.e1e1-guide-philosophy p {
    margin: 0;
    color: #475569;
    line-height: 1.6;
}

.e1e1-guide-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.e1e1-guide-summary-grid > div {
    padding: 17px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(20, 20, 40, .04);
}

.e1e1-guide-summary-grid strong,
.e1e1-guide-summary-grid span {
    display: block;
}

.e1e1-guide-summary-grid strong {
    font-size: 27px;
}

.e1e1-guide-summary-grid span {
    margin-top: 6px;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.e1e1-guide-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 20px;
}

.e1e1-guide-tabs a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 9px 14px;
    border: 1px solid #dbe2ea;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
}

.e1e1-guide-tabs a.is-active {
    border-color: #a5b4fc;
    background: #eef2ff;
    color: #3730a3;
}

.e1e1-guide-tabs a span {
    min-width: 23px;
    height: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, .8);
    font-size: 11px;
}

.e1e1-guide-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.e1e1-guide-suggestion {
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-left-width: 5px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 9px 24px rgba(20, 20, 40, .05);
}

.e1e1-guide-suggestion.is-high {
    border-left-color: #dc2626;
}

.e1e1-guide-suggestion.is-medium {
    border-left-color: #d97706;
}

.e1e1-guide-suggestion.is-positive {
    border-left-color: #16a34a;
}

.e1e1-guide-suggestion > header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.e1e1-guide-priority {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    margin-bottom: 7px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 11px;
    font-weight: 800;
}

.e1e1-guide-suggestion.is-high .e1e1-guide-priority {
    background: #fef2f2;
    color: #b91c1c;
}

.e1e1-guide-suggestion.is-medium .e1e1-guide-priority {
    background: #fff7ed;
    color: #b45309;
}

.e1e1-guide-suggestion.is-positive .e1e1-guide-priority {
    background: #f0fdf4;
    color: #15803d;
}

.e1e1-guide-suggestion h2 {
    margin: 0;
    font-size: 20px;
}

.e1e1-guide-student {
    color: #1e3a8a;
    white-space: nowrap;
}

.e1e1-guide-message {
    margin: 14px 0 0;
    color: #334155;
    font-size: 15px;
    line-height: 1.6;
}

.e1e1-guide-recommendation {
    margin-top: 15px;
    padding: 14px;
    border: 1px solid #dbeafe;
    border-radius: 14px;
    background: #f8fbff;
}

.e1e1-guide-recommendation strong {
    display: block;
    margin-bottom: 5px;
    color: #1e40af;
    font-size: 12px;
}

.e1e1-guide-recommendation p {
    margin: 0;
    color: #475569;
    line-height: 1.55;
}

.e1e1-guide-quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}

.e1e1-guide-quick-links a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid #dbe2ea;
    border-radius: 10px;
    background: #fff;
    color: #334155;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
}

.e1e1-guide-quick-links a:hover {
    border-color: #a5b4fc;
    color: #3730a3;
}

.e1e1-guide-actions {
    display: flex;
    justify-content: flex-end;
    gap: 9px;
    margin-top: 16px;
}

.e1e1-guide-actions button {
    min-height: 38px;
    border: 1px solid #dbe2ea;
    border-radius: 11px;
    padding: 8px 13px;
    background: #fff;
    color: #475569;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
}

.e1e1-guide-actions button.is-primary {
    border-color: #4f46e5;
    background: #4f46e5;
    color: #fff;
}

.e1e1-guide-empty {
    padding: 52px 24px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0 8px 22px rgba(20, 20, 40, .05);
}

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

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

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

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

    .e1e1-guide-suggestion > header {
        flex-direction: column;
    }

    .e1e1-guide-actions {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

@media (max-width: 560px) {
    .e1e1-teacher-panel.e1e1-guide-page {
        width: min(100% - 24px, 1240px);
        margin: 20px auto;
    }

    .e1e1-guide-summary-grid {
        grid-template-columns: 1fr;
    }

    .e1e1-guide-quick-links a,
    .e1e1-guide-actions button {
        width: 100%;
        justify-content: center;
    }
}
.e1e1-guide-evidence{margin-top:12px;padding:11px 13px;border:1px dashed #cbd5e1;border-radius:12px;background:#f8fafc}.e1e1-guide-evidence summary{cursor:pointer;color:#475569;font-size:12px;font-weight:800}.e1e1-guide-evidence code{display:block;margin-top:9px;white-space:pre-wrap;color:#475569}


/**
 * TEMP MIGRATION PREVIEW
 * Yeni içerik mimarisi doğrulandıktan sonra kaldırılacak.
 */

.e1e1-module-engine-indicator {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    padding: 9px 11px;
    border: 1px dashed #94a3b8;
    border-radius: 10px;
    background: #f8fafc;
}

.e1e1-module-engine-indicator strong {
    padding: 4px 8px;
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
    font-size: 11px;
    line-height: 1;
}

.e1e1-module-engine-indicator span {
    color: #64748b;
    font-size: 12px;
    word-break: break-word;
}

/**
 * TEMP MIGRATION PREVIEW
 * Yeni içerik mimarisi doğrulandıktan sonra kaldırılacak.
 */

/* ---------------------------------------------------------
   Çalışma Masam 3.0 - Platform v2 Önyüz Temeli
--------------------------------------------------------- */

.e1e1-teacher-panel.e1e1-workbench-v3 {
    width: min(1380px, calc(100% - 40px));
    max-width: 1380px;
    margin: 36px auto;
    padding: 0;
}

.e1e1-workbench-v3 {
    --e1e1-paper: #FAEFE0;
    --e1e1-paper-soft: #fffaf3;
    --e1e1-ink: #302a25;
    --e1e1-muted: #756b61;
    --e1e1-line: rgba(91, 70, 48, .16);
    --e1e1-shadow: 0 18px 46px rgba(90, 66, 42, .09);
}

.e1e1-workbench-v3-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 30px;
    margin-bottom: 22px;
    border: 1px solid var(--e1e1-line);
    border-radius: 24px;
    background: linear-gradient(135deg, var(--e1e1-paper) 0%, #fff8ee 100%);
    box-shadow: var(--e1e1-shadow);
}

.e1e1-workbench-v3-header h1 {
    margin: 8px 0 6px;
    color: var(--e1e1-ink);
}

.e1e1-workbench-v3-header p {
    margin: 0;
    color: var(--e1e1-muted);
}

.e1e1-workbench-command-grid,
.e1e1-workbench-people-grid {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(270px, 1fr);
    gap: 22px;
    align-items: stretch;
    margin-bottom: 22px;
}

.e1e1-workbench-surface,
.e1e1-workbench-toolbox,
.e1e1-guide-card-compact {
    min-width: 0;
    border: 1px solid var(--e1e1-line);
    border-radius: 24px;
    background: rgba(255, 255, 255, .88);
    box-shadow: var(--e1e1-shadow);
}

.e1e1-workbench-surface,
.e1e1-workbench-toolbox {
    padding: 26px;
}

.e1e1-workbench-v3 .e1e1-section-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.e1e1-workbench-v3 .e1e1-section-heading h2 {
    margin: 4px 0 5px;
    color: var(--e1e1-ink);
}

.e1e1-workbench-v3 .e1e1-section-heading p {
    margin: 0;
    color: var(--e1e1-muted);
    line-height: 1.55;
}

.e1e1-section-kicker {
    display: block;
    color: #9a663e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.e1e1-workbench-timeline {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.e1e1-workbench-timeline-item {
    display: grid;
    grid-template-columns: 62px 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 68px;
    padding: 10px 14px;
    border: 1px solid var(--e1e1-line);
    border-radius: 17px;
    background: var(--e1e1-paper-soft);
    color: inherit;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.e1e1-workbench-timeline-item:hover {
    transform: translateY(-2px);
    border-color: rgba(154, 102, 62, .42);
    box-shadow: 0 10px 24px rgba(90, 66, 42, .10);
}

.e1e1-workbench-timeline-item time {
    color: var(--e1e1-ink);
    font-size: 17px;
    font-weight: 800;
}

.e1e1-workbench-timeline-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #fff;
    font-size: 20px;
}

.e1e1-workbench-timeline-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 3px;
}

.e1e1-workbench-timeline-copy strong {
    color: var(--e1e1-ink);
}

.e1e1-workbench-timeline-copy small {
    color: var(--e1e1-muted);
}

.e1e1-workbench-timeline-arrow {
    color: #9a663e;
    font-weight: 800;
}

.e1e1-workbench-agenda-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--e1e1-line);
}

.e1e1-workbench-agenda-footer span,
.e1e1-workbench-count-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 32px;
    padding: 6px 11px;
    border-radius: 999px;
    background: var(--e1e1-paper-soft);
    color: var(--e1e1-muted);
    font-size: 12px;
    font-weight: 700;
}

.e1e1-workbench-agenda-footer strong {
    color: var(--e1e1-ink);
}

.e1e1-workbench-guide-rail {
    min-width: 0;
}

.e1e1-guide-card-compact {
    height: 100%;
    padding: 24px;
    background: linear-gradient(180deg, #fffaf3 0%, #ffffff 100%);
}

.e1e1-guide-card-compact-heading {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 20px;
}

.e1e1-guide-card-compact-heading h2 {
    margin: 4px 0 0;
    color: var(--e1e1-ink);
    font-size: 21px;
}

.e1e1-guide-card-compact-icon {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border-radius: 17px;
    background: var(--e1e1-paper);
    font-size: 24px;
}

.e1e1-guide-card-compact-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.e1e1-guide-card-compact-metrics a {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 13px 8px;
    border: 1px solid var(--e1e1-line);
    border-radius: 15px;
    background: #fff;
    color: inherit;
    text-align: center;
    text-decoration: none;
}

.e1e1-guide-card-compact-metrics strong {
    color: var(--e1e1-ink);
    font-size: 24px;
    line-height: 1;
}

.e1e1-guide-card-compact-metrics span {
    color: var(--e1e1-muted);
    font-size: 10px;
    font-weight: 700;
}

.e1e1-guide-card-compact > p {
    margin: 18px 0;
    color: var(--e1e1-muted);
    line-height: 1.6;
}

.e1e1-guide-card-compact-link {
    color: #8a5732;
    font-weight: 800;
    text-decoration: none;
}

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

.e1e1-workbench-student-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid var(--e1e1-line);
    border-radius: 16px;
    background: var(--e1e1-paper-soft);
    color: inherit;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease;
}

.e1e1-workbench-student-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(90, 66, 42, .09);
}

.e1e1-workbench-student-avatar {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ead9c3;
    color: #61492f;
    font-weight: 900;
}

.e1e1-workbench-student-item > span:nth-child(2) {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 3px;
}

.e1e1-workbench-student-item strong {
    overflow: hidden;
    color: var(--e1e1-ink);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e1e1-workbench-student-item small {
    color: var(--e1e1-muted);
}

.e1e1-workbench-more-students {
    margin-top: 14px;
}

.e1e1-workbench-more-students > summary {
    cursor: pointer;
    color: #8a5732;
    font-weight: 800;
}

.e1e1-workbench-more-students[open] > summary {
    margin-bottom: 12px;
}

.e1e1-workbench-communication-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.e1e1-workbench-communication-list a {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 66px;
    padding: 11px 12px;
    border: 1px solid var(--e1e1-line);
    border-radius: 16px;
    background: var(--e1e1-paper-soft);
    color: inherit;
    text-decoration: none;
}

.e1e1-workbench-communication-list a > span:first-child {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 13px;
    background: #fff;
    font-size: 19px;
}

.e1e1-workbench-communication-list a > span:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.e1e1-workbench-communication-list strong {
    color: var(--e1e1-ink);
}

.e1e1-workbench-communication-list small {
    color: var(--e1e1-muted);
}

.e1e1-workbench-toolbox {
    margin-bottom: 22px;
    background: linear-gradient(135deg, rgba(250, 239, 224, .82), rgba(255, 255, 255, .94));
}

.e1e1-workbench-tool-dock {
    display: grid;
    grid-template-columns: repeat(8, minmax(90px, 1fr));
    gap: 10px;
}

.e1e1-workbench-tool {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 104px;
    padding: 12px 8px;
    border: 1px solid var(--e1e1-line);
    border-radius: 18px;
    background: rgba(255, 255, 255, .84);
    color: inherit;
    text-align: center;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.e1e1-workbench-tool:hover {
    transform: translateY(-3px);
    background: #fff;
    box-shadow: 0 12px 25px rgba(90, 66, 42, .11);
}

.e1e1-workbench-tool-icon {
    font-size: 25px;
    line-height: 1;
}

.e1e1-workbench-tool-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.e1e1-workbench-tool-copy strong {
    color: var(--e1e1-ink);
    font-size: 13px;
}

.e1e1-workbench-tool-copy small {
    color: var(--e1e1-muted);
    font-size: 10px;
}

.e1e1-workbench-empty-flow {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 105px;
    padding: 18px;
    border: 1px dashed rgba(91, 70, 48, .24);
    border-radius: 18px;
    background: var(--e1e1-paper-soft);
}

.e1e1-workbench-empty-flow > span {
    font-size: 28px;
}

.e1e1-workbench-empty-flow strong {
    display: block;
    margin-bottom: 5px;
    color: var(--e1e1-ink);
}

.e1e1-workbench-empty-flow p {
    margin: 0;
    color: var(--e1e1-muted);
}

@media (max-width: 1180px) {
    .e1e1-workbench-tool-dock {
        grid-template-columns: repeat(4, minmax(100px, 1fr));
    }
}

@media (max-width: 900px) {
    .e1e1-workbench-command-grid,
    .e1e1-workbench-people-grid {
        grid-template-columns: 1fr;
    }

    .e1e1-workbench-v3-header {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 680px) {
    .e1e1-teacher-panel.e1e1-workbench-v3 {
        width: min(100% - 24px, 1380px);
        margin: 18px auto;
    }

    .e1e1-workbench-v3-header,
    .e1e1-workbench-surface,
    .e1e1-workbench-toolbox,
    .e1e1-guide-card-compact {
        border-radius: 19px;
    }

    .e1e1-workbench-v3-header,
    .e1e1-workbench-surface,
    .e1e1-workbench-toolbox {
        padding: 19px;
    }

    .e1e1-workbench-student-list {
        grid-template-columns: 1fr;
    }

    .e1e1-workbench-tool-dock {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
    }

    .e1e1-workbench-tool {
        min-height: 84px;
        padding: 9px 5px;
        border-radius: 15px;
    }

    .e1e1-workbench-tool-copy small {
        display: none;
    }

    .e1e1-workbench-timeline-item {
        grid-template-columns: 52px 38px minmax(0, 1fr);
    }

    .e1e1-workbench-timeline-arrow {
        display: none;
    }

    .e1e1-guide-card-compact-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Sessiz Rehber: 7 / 30 günlük eğitim yolculuğu özeti */
.e1e1-guide-behavior-picker,
.e1e1-guide-behavior {
    margin: 22px 0;
    border: 1px solid rgba(129, 84, 55, .16);
    border-radius: 22px;
    background: linear-gradient(145deg, #fffdf9 0%, #f8f2e8 100%);
    box-shadow: 0 16px 36px rgba(78, 52, 37, .07);
}

.e1e1-guide-behavior-picker {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    gap: 24px;
    align-items: end;
    padding: 22px;
}

.e1e1-guide-behavior-picker > div > span,
.e1e1-guide-behavior-header > div > span,
.e1e1-guide-behavior-signals > span {
    display: block;
    color: #9a6b49;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.e1e1-guide-behavior-picker > div > strong {
    display: block;
    margin-top: 5px;
    color: #40352d;
    font-size: 20px;
}

.e1e1-guide-behavior-picker p,
.e1e1-guide-behavior-header p {
    margin: 6px 0 0;
    color: var(--e1e1-muted, #6f665e);
}

.e1e1-guide-behavior-picker label {
    display: block;
    margin-bottom: 7px;
    color: #5e5047;
    font-size: 13px;
    font-weight: 800;
}

.e1e1-guide-behavior-picker form > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 9px;
}

.e1e1-guide-behavior-picker select,
.e1e1-guide-behavior-picker button {
    min-height: 46px;
    border-radius: 13px;
    font: inherit;
}

.e1e1-guide-behavior-picker select {
    width: 100%;
    border: 1px solid #d8c9b8;
    background: #fff;
    color: #40352d;
    padding: 0 13px;
}

.e1e1-guide-behavior-picker button {
    border: 0;
    background: #815437;
    color: #fff;
    padding: 0 18px;
    font-weight: 800;
    cursor: pointer;
}

.e1e1-guide-behavior {
    overflow: hidden;
}

.e1e1-guide-behavior-header {
    display: flex;
    justify-content: space-between;
    gap: 22px;
    align-items: flex-start;
    padding: 24px;
    border-bottom: 1px solid rgba(129, 84, 55, .12);
}

.e1e1-guide-behavior-header h2 {
    margin: 5px 0 0;
    color: #40352d;
}

.e1e1-guide-behavior-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.e1e1-guide-behavior-actions nav {
    display: flex;
    padding: 4px;
    border-radius: 12px;
    background: #eee3d5;
}

.e1e1-guide-behavior-actions a {
    border-radius: 9px;
    color: #6a5547;
    padding: 7px 11px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.e1e1-guide-behavior-actions nav a.is-active {
    background: #fff;
    color: #815437;
    box-shadow: 0 3px 10px rgba(78, 52, 37, .08);
}

.e1e1-guide-behavior-metrics,
.e1e1-guide-behavior-domains {
    display: grid;
    gap: 12px;
    padding: 20px 24px 0;
}

.e1e1-guide-behavior-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.e1e1-guide-behavior-domains {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.e1e1-guide-behavior-metrics article,
.e1e1-guide-behavior-domains article {
    min-width: 0;
    border: 1px solid rgba(129, 84, 55, .12);
    border-radius: 16px;
    background: rgba(255, 255, 255, .76);
    padding: 16px;
}

.e1e1-guide-behavior-metrics span,
.e1e1-guide-behavior-domains span {
    display: block;
    color: #78695f;
    font-size: 12px;
    font-weight: 800;
}

.e1e1-guide-behavior-metrics strong,
.e1e1-guide-behavior-domains strong {
    display: block;
    margin-top: 5px;
    color: #40352d;
    font-size: 23px;
}

.e1e1-guide-behavior-metrics small,
.e1e1-guide-behavior-domains p {
    display: block;
    margin: 5px 0 0;
    color: #82766e;
    font-size: 12px;
    line-height: 1.45;
}

.e1e1-guide-behavior-signals {
    margin: 20px 24px 24px;
    padding: 16px;
    border-radius: 16px;
    background: #fffaf1;
}

.e1e1-guide-behavior-signals p {
    margin: 8px 0 0;
    color: #5f534b;
}

.e1e1-guide-behavior-signals p.is-attention {
    color: #a04b39;
}

.e1e1-guide-behavior-signals p.is-positive {
    color: #377257;
}

.e1e1-guide-behavior-empty {
    padding: 24px;
    color: #7b4c3c;
}

.e1e1-guide-rhythm-link {
    margin-top: 14px;
}

.e1e1-guide-rhythm-link a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    border: 1px solid rgba(129, 84, 55, .2);
    border-radius: 12px;
    background: #fbf5eb;
    color: #815437;
    padding: 7px 13px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 900px) {
    .e1e1-guide-behavior-picker {
        grid-template-columns: 1fr;
    }

    .e1e1-guide-behavior-metrics,
    .e1e1-guide-behavior-domains {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .e1e1-guide-behavior-picker form > div,
    .e1e1-guide-behavior-metrics,
    .e1e1-guide-behavior-domains {
        grid-template-columns: 1fr;
    }

    .e1e1-guide-behavior-picker button {
        width: 100%;
    }

    .e1e1-guide-behavior-header {
        display: block;
    }

    .e1e1-guide-behavior-actions {
        justify-content: flex-start;
        margin-top: 16px;
    }
}



/* ---------------------------------------------------------
   Öğretmen Araç Sayfası + Öğrenci Bağlam Araçları
--------------------------------------------------------- */

.e1e1-teacher-tool-page {
    --e1e1-paper: #FAEFE0;
    --e1e1-paper-deep: #f2dfc7;
    --e1e1-ink: #3f342c;
    --e1e1-muted: #77695e;
    --e1e1-line: rgba(105, 82, 61, .16);
}

.e1e1-tool-page-header,
.e1e1-teacher-tool-page {
    position: relative;
}

.e1e1-tool-page-title-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 18px;
}

.e1e1-tool-page-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    border-radius: 22px;
    background: var(--e1e1-paper);
    border: 1px solid var(--e1e1-line);
    box-shadow: 0 12px 30px rgba(91, 65, 43, .08);
    font-size: 34px;
}

.e1e1-tool-switcher {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: 10px;
    margin: 24px 0;
}

.e1e1-tool-switcher a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 0;
    min-height: 84px;
    padding: 12px 8px;
    border: 1px solid var(--e1e1-line);
    border-radius: 16px;
    background: rgba(255,255,255,.74);
    color: var(--e1e1-ink);
    text-decoration: none;
    text-align: center;
    transition:
        transform .15s ease,
        border-color .15s ease,
        box-shadow .15s ease,
        background-color .15s ease;
}

.e1e1-tool-switcher a:hover,
.e1e1-tool-switcher a.is-active {
    transform: translateY(-2px);
    background: var(--e1e1-paper);
    border-color: rgba(125, 91, 58, .28);
    box-shadow: 0 10px 24px rgba(91, 65, 43, .09);
}

.e1e1-tool-switcher a span {
    font-size: 22px;
}

.e1e1-tool-switcher a strong {
    overflow: hidden;
    max-width: 100%;
    font-size: 12px;
    line-height: 1.25;
    text-overflow: ellipsis;
}

.e1e1-tool-student-picker {
    padding: 24px;
}

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

.e1e1-tool-student-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 14px;
    border: 1px solid var(--e1e1-line);
    border-radius: 16px;
    background: rgba(255,255,255,.78);
    color: inherit;
    text-decoration: none;
    transition:
        transform .15s ease,
        box-shadow .15s ease,
        border-color .15s ease;
}

.e1e1-tool-student-item:hover {
    transform: translateY(-1px);
    border-color: rgba(125, 91, 58, .28);
    box-shadow: 0 10px 24px rgba(91, 65, 43, .08);
}

.e1e1-tool-student-item > span:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.e1e1-tool-student-item strong,
.e1e1-tool-student-item small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e1e1-tool-student-item small {
    color: var(--e1e1-muted);
}

.e1e1-student-switcher {
    position: relative;
    width: min(100%, 370px);
    margin-top: 18px;
    color: var(--e1e1-ink, #40352d);
}

.e1e1-student-switcher summary {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border: 1px solid var(--e1e1-line, rgba(105, 82, 61, .16));
    border-radius: 15px;
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 8px 22px rgba(91, 65, 43, .07);
    cursor: pointer;
    list-style: none;
}

.e1e1-student-switcher summary::-webkit-details-marker {
    display: none;
}

.e1e1-student-switcher summary > span:nth-child(2) {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.e1e1-student-switcher summary small {
    color: var(--e1e1-muted, #77695e);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.e1e1-student-switcher summary strong {
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e1e1-student-switcher summary > b {
    transition: transform .16s ease;
}

.e1e1-student-switcher[open] summary > b {
    transform: rotate(180deg);
}

.e1e1-student-switcher-avatar,
.e1e1-student-switcher-menu a > span {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 13px;
    background: var(--e1e1-paper-soft, #fff8ef);
    color: var(--e1e1-brand, #21479a);
    font-size: 13px;
    font-weight: 800;
}

.e1e1-student-switcher-menu {
    position: absolute;
    z-index: 30;
    top: calc(100% + 8px);
    left: 0;
    display: grid;
    gap: 7px;
    width: 100%;
    max-height: 310px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid var(--e1e1-line, rgba(105, 82, 61, .16));
    border-radius: 16px;
    background: var(--e1e1-paper, #fffdf8);
    box-shadow: 0 18px 42px rgba(70, 51, 34, .16);
}

.e1e1-student-switcher-caption {
    padding: 2px 4px 5px;
    color: var(--e1e1-muted, #77695e);
    font-size: 11px;
}

.e1e1-student-switcher-menu a {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
    padding: 8px;
    border: 1px solid transparent;
    border-radius: 12px;
    color: inherit;
    text-decoration: none;
}

.e1e1-student-switcher-menu a:hover,
.e1e1-student-switcher-menu a.is-current {
    border-color: var(--e1e1-line, rgba(105, 82, 61, .16));
    background: var(--e1e1-paper-soft, #fff8ef);
}

.e1e1-student-switcher-menu a > span {
    width: 34px;
    height: 34px;
    border-radius: 11px;
}

.e1e1-student-switcher-menu a strong {
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e1e1-student-context-tools {
    margin-bottom: 24px;
    padding: 18px;
    border: 1px solid rgba(105, 82, 61, .16);
    border-radius: 20px;
    background: #FAEFE0;
    box-shadow: 0 12px 30px rgba(91, 65, 43, .07);
}

.e1e1-student-context-tools-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.e1e1-student-context-tools-heading span {
    color: #77695e;
    font-size: 13px;
}

.e1e1-student-context-tool-list {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: 9px;
}

.e1e1-student-context-tool {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 0;
    min-height: 72px;
    padding: 10px 6px;
    border: 1px solid rgba(105, 82, 61, .15);
    border-radius: 14px;
    background: rgba(255,255,255,.72);
    color: #3f342c;
    text-decoration: none;
    text-align: center;
}

.e1e1-student-context-tool:hover,
.e1e1-student-context-tool.is-active {
    background: #fffaf3;
    border-color: rgba(125, 91, 58, .30);
    box-shadow: 0 8px 20px rgba(91, 65, 43, .08);
}

.e1e1-student-context-tool span {
    font-size: 20px;
}

.e1e1-student-context-tool strong {
    overflow: hidden;
    max-width: 100%;
    font-size: 11px;
    line-height: 1.25;
    text-overflow: ellipsis;
}

@media (max-width: 1050px) {
    .e1e1-tool-switcher,
    .e1e1-student-context-tool-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .e1e1-tool-page-title-row {
        align-items: flex-start;
    }

    .e1e1-tool-page-icon {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
        border-radius: 18px;
        font-size: 28px;
    }

    .e1e1-tool-switcher {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x proximity;
        padding-bottom: 6px;
    }

    .e1e1-tool-switcher a {
        flex: 0 0 92px;
        scroll-snap-align: start;
    }

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

    .e1e1-student-context-tools-heading {
        display: block;
    }

    .e1e1-student-context-tools-heading span {
        display: block;
        margin-top: 4px;
    }

    .e1e1-student-context-tool-list {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x proximity;
        padding-bottom: 5px;
    }

    .e1e1-student-context-tool {
        flex: 0 0 82px;
        scroll-snap-align: start;
    }
}



/* ---------------------------------------------------------
   Öğretmen Sayfa Şablonu 1.0
   Aktif dosya: assets/css/teacher-panel.css
--------------------------------------------------------- */

.e1e1-page-shell {
    --e1e1-paper: #FAEFE0;
    --e1e1-paper-soft: #fff8ef;
    --e1e1-paper-deep: #f1dcc2;
    --e1e1-ink: #40352d;
    --e1e1-muted: #78695e;
    --e1e1-line: rgba(104, 79, 56, .16);
    width: min(1400px, calc(100% - 40px));
    max-width: 1400px;
    margin: 36px auto;
}

.e1e1-page-shell-header {
    margin-bottom: 20px;
}

.e1e1-page-shell-title {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 18px;
}

.e1e1-page-shell-title h1 {
    margin: 7px 0 6px;
    color: var(--e1e1-ink);
}

.e1e1-page-shell-title p {
    margin: 0;
    color: var(--e1e1-muted);
}

.e1e1-page-shell-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    flex: 0 0 76px;
    border: 1px solid var(--e1e1-line);
    border-radius: 24px;
    background: var(--e1e1-paper);
    box-shadow: 0 14px 34px rgba(87, 62, 41, .08);
    font-size: 34px;
}

.e1e1-context-bar {
    display: grid;
    grid-template-columns:
        minmax(220px, .9fr)
        minmax(0, 2fr)
        auto;
    gap: 20px;
    align-items: stretch;
    margin-bottom: 16px;
    padding: 18px;
    border: 1px solid var(--e1e1-line);
    border-radius: 22px;
    background:
        linear-gradient(
            135deg,
            var(--e1e1-paper) 0%,
            var(--e1e1-paper-soft) 100%
        );
    box-shadow: 0 14px 34px rgba(87, 62, 41, .07);
}

.e1e1-context-identity {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.e1e1-context-identity > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 16px;
    background: rgba(255,255,255,.68);
    border: 1px solid var(--e1e1-line);
    font-size: 24px;
}

.e1e1-context-identity div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.e1e1-context-identity strong,
.e1e1-context-identity small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e1e1-context-identity strong {
    color: var(--e1e1-ink);
    font-size: 17px;
}

.e1e1-context-identity small {
    color: var(--e1e1-muted);
}

.e1e1-context-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.e1e1-context-metric {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 12px 14px;
    border: 1px solid var(--e1e1-line);
    border-radius: 16px;
    background: rgba(255,255,255,.68);
}

.e1e1-context-metric small,
.e1e1-context-metric strong,
.e1e1-context-metric span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e1e1-context-metric small {
    color: var(--e1e1-muted);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.e1e1-context-metric strong {
    margin-top: 4px;
    color: var(--e1e1-ink);
    font-size: 18px;
}

.e1e1-context-metric span {
    margin-top: 3px;
    color: var(--e1e1-muted);
    font-size: 12px;
}

.e1e1-context-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.e1e1-context-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid var(--e1e1-line);
    border-radius: 12px;
    background: rgba(255,255,255,.74);
    color: var(--e1e1-ink);
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.e1e1-context-actions a:hover {
    background: #fff;
    box-shadow: 0 8px 20px rgba(87, 62, 41, .08);
}

.e1e1-page-tool-dock {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 9px;
    margin-bottom: 24px;
}

.e1e1-page-tool-dock a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 0;
    min-height: 72px;
    padding: 10px 6px;
    border: 1px solid var(--e1e1-line);
    border-radius: 15px;
    background: rgba(255,255,255,.78);
    color: var(--e1e1-ink);
    text-align: center;
    text-decoration: none;
    transition:
        transform .15s ease,
        border-color .15s ease,
        box-shadow .15s ease,
        background-color .15s ease;
}

.e1e1-page-tool-dock a:hover,
.e1e1-page-tool-dock a.is-active {
    transform: translateY(-2px);
    border-color: rgba(123, 88, 55, .30);
    background: var(--e1e1-paper);
    box-shadow: 0 10px 24px rgba(87, 62, 41, .09);
}

.e1e1-page-tool-dock span {
    font-size: 21px;
}

.e1e1-page-tool-dock strong {
    overflow: hidden;
    max-width: 100%;
    font-size: 11px;
    line-height: 1.25;
    text-overflow: ellipsis;
}

.e1e1-page-shell .e1e1-exam-summary-grid,
.e1e1-page-shell .e1e1-exam-center-layout {
    position: relative;
}

@media (max-width: 1050px) {
    .e1e1-context-bar {
        grid-template-columns: 1fr;
    }

    .e1e1-context-actions {
        flex-direction: row;
        justify-content: flex-start;
    }

    .e1e1-page-tool-dock {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .e1e1-page-shell {
        width: min(100% - 24px, 1400px);
        margin: 20px auto;
        padding: 0;
    }

    .e1e1-page-shell-title {
        align-items: flex-start;
    }

    .e1e1-page-shell-icon {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
        border-radius: 18px;
        font-size: 27px;
    }

    .e1e1-context-metrics {
        grid-template-columns: 1fr;
    }

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

    .e1e1-page-tool-dock {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x proximity;
        padding-bottom: 6px;
    }

    .e1e1-page-tool-dock a {
        flex: 0 0 82px;
        scroll-snap-align: start;
    }
}



/* ---------------------------------------------------------
   Öğretmen Sayfa Şablonu 1.1 - Genişlik Düzeltmesi
--------------------------------------------------------- */

.e1e1-teacher-panel.e1e1-page-shell,
.e1e1-teacher-panel.e1e1-exam-center-page.e1e1-page-shell {
    box-sizing: border-box;
    width: min(1400px, calc(100vw - 48px));
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.e1e1-page-shell > *,
.e1e1-page-shell .e1e1-exam-center-layout,
.e1e1-page-shell .e1e1-exam-center-main,
.e1e1-page-shell .e1e1-exam-center-sidebar {
    min-width: 0;
}

@media (max-width: 760px) {
    .e1e1-teacher-panel.e1e1-page-shell,
    .e1e1-teacher-panel.e1e1-exam-center-page.e1e1-page-shell {
        width: calc(100vw - 24px);
    }
}



/* ---------------------------------------------------------
   Deneme Merkezi - Öğrenci Bağlamı
--------------------------------------------------------- */

.e1e1-exam-fixed-student {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 14px;
    border: 1px solid rgba(104, 79, 56, .16);
    border-radius: 16px;
    background: #FAEFE0;
}

.e1e1-exam-fixed-student > span:last-child {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.e1e1-exam-fixed-student small,
.e1e1-exam-fixed-filter-student small {
    color: #78695e;
    font-size: 12px;
}

.e1e1-exam-fixed-filter-student {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 44px;
    padding: 8px 12px;
    border: 1px solid rgba(104, 79, 56, .16);
    border-radius: 12px;
    background: #FAEFE0;
}

.e1e1-exam-fixed-filter-student strong {
    color: #40352d;
}



/* ---------------------------------------------------------
   Çanta + Ortak Araç Sayfası 1.0
--------------------------------------------------------- */

.e1e1-teacher-panel.e1e1-teacher-tool-page {
    box-sizing: border-box;
    width: min(1400px, calc(100vw - 48px));
    max-width: 1400px;
    margin: 36px auto;
}

.e1e1-resource-fixed-student,
.e1e1-resource-fixed-student-filter {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 12px 14px;
    border: 1px solid rgba(104, 79, 56, .16);
    border-radius: 15px;
    background: #FAEFE0;
}

.e1e1-resource-fixed-student > span:last-child,
.e1e1-resource-fixed-student-filter {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}

.e1e1-resource-fixed-student small,
.e1e1-resource-fixed-student-filter small {
    color: #78695e;
    font-size: 12px;
}

.e1e1-resource-fixed-student strong,
.e1e1-resource-fixed-student-filter strong {
    color: #40352d;
}

.e1e1-resource-center-page.e1e1-page-shell
.e1e1-resource-tabs {
    margin-top: 4px;
}

.e1e1-resource-center-page.e1e1-page-shell
.e1e1-resource-center-layout {
    min-width: 0;
}

@media (max-width: 760px) {
    .e1e1-teacher-panel.e1e1-teacher-tool-page {
        width: calc(100vw - 24px);
        margin: 20px auto;
    }
}



/* ---------------------------------------------------------
   Gelişim Merkezi - Ortak Öğretmen Şablonu
--------------------------------------------------------- */

.e1e1-progress-fixed-student {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    min-height: 44px;
    padding: 8px 12px;
    border: 1px solid rgba(104, 79, 56, .16);
    border-radius: 12px;
    background: #FAEFE0;
}

.e1e1-progress-fixed-student small {
    color: #78695e;
    font-size: 12px;
}

.e1e1-progress-fixed-student strong {
    color: #40352d;
}

.e1e1-progress-empty-selection {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.e1e1-progress-empty-selection > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 17px;
    background: #FAEFE0;
    font-size: 25px;
}

.e1e1-progress-empty-selection strong {
    display: block;
    margin-bottom: 6px;
}

.e1e1-progress-empty-selection p {
    margin: 0;
    color: #78695e;
    line-height: 1.6;
}


/* ---------------------------------------------------------
   İletişim Merkezi - Ortak Öğretmen Şablonu
--------------------------------------------------------- */

.e1e1-page-shell .e1e1-communication-tabs {
    margin: 0 0 18px;
    padding: 6px;
    border: 1px solid rgba(104, 79, 56, .16);
    border-radius: 16px;
    background: #fff;
}

.e1e1-page-shell .e1e1-communication-tabs a {
    min-width: 120px;
    text-align: center;
}

.e1e1-communication-fixed-student {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 12px 14px;
    border: 1px solid rgba(104, 79, 56, .16);
    border-radius: 15px;
    background: #FAEFE0;
}

.e1e1-communication-fixed-student > span:last-child {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.e1e1-communication-fixed-student small {
    color: #78695e;
    font-size: 12px;
}

.e1e1-communication-fixed-student strong {
    overflow: hidden;
    color: #40352d;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e1e1-page-shell .e1e1-message-center-layout,
.e1e1-page-shell .e1e1-announcements-grid {
    min-width: 0;
}

@media (max-width: 700px) {
    .e1e1-page-shell .e1e1-communication-tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .e1e1-page-shell .e1e1-communication-tabs a {
        min-width: 0;
    }
}

/* ==========================================================
   PLATFORM v2 — ÖĞRETMEN ÇALIŞMA MASASI
   Final Görsel Uyum Katmanı
   ========================================================== */

:root {
    --e1e1-paper: #FAEFE0;
    --e1e1-paper-soft: #FFF8EF;
    --e1e1-surface: #FFFFFF;
    --e1e1-ink: #40352D;
    --e1e1-muted: #78695E;
    --e1e1-line: rgba(104, 79, 56, .16);
    --e1e1-line-strong: rgba(104, 79, 56, .28);
    --e1e1-accent: #7B5837;
    --e1e1-accent-dark: #5F422B;
    --e1e1-shadow: 0 10px 28px rgba(87, 62, 41, .07);
    --e1e1-shadow-hover: 0 14px 34px rgba(87, 62, 41, .11);
}

/* Ortak yüzeyler */
.e1e1-teacher-panel {
    color: var(--e1e1-ink);
}

.e1e1-panel-section,
.e1e1-message-conversations,
.e1e1-message-thread,
.e1e1-new-conversation,
.e1e1-announcement-card,
.e1e1-resource-admin-card,
.e1e1-exam-card,
.e1e1-progress-card,
.e1e1-module-group {
    border-color: var(--e1e1-line);
    background: var(--e1e1-surface);
    box-shadow: var(--e1e1-shadow);
}

/* Araç Kutusu: daima beyaz */
.e1e1-page-tool-dock,
.e1e1-student-context-tools {
    border: 1px solid var(--e1e1-line);
    border-radius: 20px;
    padding: 12px;
    background: var(--e1e1-surface);
    box-shadow: var(--e1e1-shadow);
}

.e1e1-page-tool-dock a,
.e1e1-student-context-tool,
.e1e1-tool-switcher a {
    border-color: var(--e1e1-line);
    background: var(--e1e1-surface);
    color: var(--e1e1-ink);
}

.e1e1-page-tool-dock a:hover,
.e1e1-page-tool-dock a.is-active,
.e1e1-student-context-tool:hover,
.e1e1-student-context-tool.is-active,
.e1e1-tool-switcher a:hover,
.e1e1-tool-switcher a.is-active {
    border-color: var(--e1e1-line-strong);
    background: var(--e1e1-paper);
    color: var(--e1e1-accent-dark);
    box-shadow: var(--e1e1-shadow-hover);
}

/* Bağlam ve özet: daima sıcak parşömen */
.e1e1-context-bar,
.e1e1-tool-context-summary {
    border: 1px solid var(--e1e1-line);
    border-radius: 22px;
    background:
        linear-gradient(
            135deg,
            var(--e1e1-paper) 0%,
            var(--e1e1-paper-soft) 100%
        );
    box-shadow: var(--e1e1-shadow);
}

.e1e1-tool-context-summary {
    display: grid;
    grid-template-columns: minmax(210px, .85fr) minmax(0, 2fr);
    gap: 18px;
    align-items: stretch;
    margin-bottom: 24px;
    padding: 18px;
}

.e1e1-tool-context-identity {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.e1e1-tool-context-identity > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border: 1px solid var(--e1e1-line);
    border-radius: 16px;
    background: rgba(255,255,255,.72);
    font-size: 24px;
}

.e1e1-tool-context-identity div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.e1e1-tool-context-identity strong {
    color: var(--e1e1-ink);
    font-size: 17px;
}

.e1e1-tool-context-identity small {
    color: var(--e1e1-muted);
}

.e1e1-tool-context-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.e1e1-tool-context-metrics > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 12px 14px;
    border: 1px solid var(--e1e1-line);
    border-radius: 16px;
    background: rgba(255,255,255,.70);
}

.e1e1-tool-context-metrics small {
    color: var(--e1e1-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.e1e1-tool-context-metrics strong {
    overflow: hidden;
    margin-top: 4px;
    color: var(--e1e1-ink);
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e1e1-tool-context-metrics span {
    overflow: hidden;
    margin-top: 3px;
    color: var(--e1e1-muted);
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* İletişim bölümü geçişi: belirgin iki parçalı kontrol */
.e1e1-page-shell .e1e1-communication-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    max-width: 430px;
    margin: 0 0 20px;
    padding: 6px;
    border: 1px solid var(--e1e1-line);
    border-radius: 16px;
    background: var(--e1e1-surface);
    box-shadow: var(--e1e1-shadow);
}

.e1e1-page-shell .e1e1-communication-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 16px;
    border: 1px solid transparent;
    border-radius: 11px;
    color: var(--e1e1-muted);
    text-decoration: none;
    font-weight: 800;
}

.e1e1-page-shell .e1e1-communication-tabs a:hover {
    color: var(--e1e1-accent-dark);
    background: var(--e1e1-paper-soft);
}

.e1e1-page-shell .e1e1-communication-tabs a.is-active {
    border-color: var(--e1e1-line-strong);
    color: var(--e1e1-accent-dark);
    background: var(--e1e1-paper);
    box-shadow: 0 6px 16px rgba(87, 62, 41, .08);
}

/* Eski mavi vurgu dilini sıcak tona yaklaştır */
.e1e1-page-shell a:not(.e1e1-page-tool-dock a),
.e1e1-student-desk a {
    accent-color: var(--e1e1-accent);
}

.e1e1-resource-tabs a.is-active,
.e1e1-announcement-tabs a.is-active,
.e1e1-silent-tabs a.is-active,
.e1e1-agenda-tabs a.is-active {
    border-color: var(--e1e1-line-strong);
    background: var(--e1e1-paper);
    color: var(--e1e1-accent-dark);
}

.e1e1-resource-admin-heading span,
.e1e1-resource-preview-link,
.e1e1-attention-link-text,
.e1e1-student-summary-open,
.e1e1-agenda-student a {
    color: var(--e1e1-accent);
}

.e1e1-announcement-status,
.e1e1-message-column-heading span,
.e1e1-conversation-list a > span {
    background: var(--e1e1-paper);
    color: var(--e1e1-accent-dark);
}

.e1e1-conversation-list a:hover,
.e1e1-conversation-list a.is-active,
.e1e1-message-bubble.is-own {
    border-color: var(--e1e1-line);
    background: var(--e1e1-paper-soft);
}

.e1e1-message-thread-list,
.e1e1-message-participant-list,
.e1e1-announcement-student-list,
.e1e1-agenda-meta span,
.e1e1-agenda-note,
.e1e1-resource-admin-meta span {
    border-color: var(--e1e1-line);
    background: var(--e1e1-paper-soft);
}

/* Ortak ana eylem butonları */
.e1e1-page-shell button[type="submit"],
.e1e1-resource-form > button,
.e1e1-announcement-form button,
.e1e1-message-reply-form button,
.e1e1-new-conversation-form button {
    background: var(--e1e1-accent);
    color: #fff;
}

.e1e1-page-shell button[type="submit"]:hover,
.e1e1-resource-form > button:hover,
.e1e1-announcement-form button:hover,
.e1e1-message-reply-form button:hover,
.e1e1-new-conversation-form button:hover {
    background: var(--e1e1-accent-dark);
}

/* Mobil */
@media (max-width: 760px) {
    .e1e1-tool-context-summary {
        grid-template-columns: 1fr;
    }

    .e1e1-tool-context-metrics {
        grid-template-columns: 1fr;
    }

    .e1e1-page-shell .e1e1-communication-tabs {
        max-width: none;
    }
}


/* =========================================================
   Çanta Kaynak İndeksi v1
   ========================================================= */
.e1e1-resource-filter-form {
    grid-template-columns: minmax(160px, .85fr) minmax(160px, .85fr)
        minmax(160px, .85fr) minmax(220px, 1.2fr) auto auto;
    align-items: center;
}

.e1e1-resource-filter-form input[type="search"] {
    width: 100%;
    max-width: none;
    border: 1px solid var(--e1e1-line, #d8dee8);
    border-radius: 12px;
    padding: 11px 12px;
    background: #fff;
}

.e1e1-resource-filter-reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid var(--e1e1-line, #d8dee8);
    border-radius: 12px;
    background: var(--e1e1-paper-soft, #fffaf3);
    color: var(--e1e1-ink, #24324a);
    font-weight: 800;
    text-decoration: none;
}

.e1e1-resource-index-summary {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: -4px 0 16px;
    color: var(--e1e1-muted, #64748b);
    font-size: 13px;
}

.e1e1-resource-index-summary strong {
    color: var(--e1e1-ink, #24324a);
}

.e1e1-resource-admin-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.e1e1-resource-admin-actions form {
    margin-top: 0;
}

@media (max-width: 1260px) {
    .e1e1-resource-filter-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

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


/* Çanta Kaynak İndeksi v1.1 */
.e1e1-resource-student-context{display:flex;align-items:center;gap:12px;margin:0 0 14px;padding:13px 15px;border:1px solid var(--e1e1-line,rgba(104,79,56,.16));border-radius:16px;background:var(--e1e1-paper-soft,#fff8ef)}
.e1e1-resource-student-context>span{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:14px;background:#fff;font-size:21px}
.e1e1-resource-student-context>div{display:flex;flex-direction:column;gap:3px;min-width:0}
.e1e1-resource-student-context small,.e1e1-resource-student-context-form label{color:var(--e1e1-muted,#78695e);font-size:12px;font-weight:700}
.e1e1-resource-student-context strong{overflow:hidden;color:var(--e1e1-ink,#40352d);text-overflow:ellipsis;white-space:nowrap}
.e1e1-resource-student-context-form{display:grid;grid-template-columns:auto minmax(220px,1fr) auto;align-items:center;gap:10px;width:100%}
.e1e1-resource-filter-form{display:grid;grid-template-columns:minmax(145px,.8fr) minmax(160px,.9fr) minmax(220px,1.25fr) auto;gap:10px;align-items:center;min-width:0}
.e1e1-resource-filter-form>*{min-width:0}
.e1e1-resource-filter-reset{grid-column:1/-1;justify-self:end;min-width:108px}
@media(max-width:1260px){.e1e1-resource-filter-form{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.e1e1-resource-student-context-form,.e1e1-resource-filter-form{grid-template-columns:1fr}.e1e1-resource-filter-reset{grid-column:auto;justify-self:stretch}}


/* ==========================================================
   ÇANTA — WordPress Ortam Kütüphanesi seçicisi v1.2
   ========================================================== */
.e1e1-resource-media-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.e1e1-resource-media-actions > span {
    color: var(--e1e1-muted, #6f665e);
    font-size: 12px;
    font-weight: 700;
}

.e1e1-resource-media-button,
.e1e1-resource-upload-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin: 0;
    padding: 10px 16px;
    border: 1px solid var(--e1e1-line, #d9c7af);
    border-radius: 13px;
    background: #fffaf2;
    color: var(--e1e1-ink, #27364d);
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.e1e1-resource-media-button:hover,
.e1e1-resource-media-button:focus-visible,
.e1e1-resource-upload-label:hover,
.e1e1-resource-upload-label:focus-visible {
    transform: translateY(-1px);
    border-color: #b88a60;
    box-shadow: 0 8px 18px rgba(90, 66, 42, .10);
}

.e1e1-resource-native-file {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    clip-path: inset(50%) !important;
}

.e1e1-resource-media-preview {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    padding: 13px 14px;
    border: 1px solid #d8c2a6;
    border-radius: 15px;
    background: linear-gradient(135deg, #fffdf8, #f8efe2);
}

.e1e1-resource-media-preview[hidden] {
    display: none !important;
}

.e1e1-resource-media-preview-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #ead9c3;
    font-size: 23px;
}

.e1e1-resource-media-preview-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
}

.e1e1-resource-media-preview-copy strong,
.e1e1-resource-media-preview-copy small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e1e1-resource-media-preview-copy small {
    color: var(--e1e1-muted, #6f665e);
}

.e1e1-resource-media-remove {
    padding: 8px 10px !important;
    border: 0 !important;
    background: transparent !important;
    color: #8b4b3c !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    box-shadow: none !important;
}

@media (max-width: 640px) {
    .e1e1-resource-media-actions,
    .e1e1-resource-media-button,
    .e1e1-resource-upload-label {
        width: 100%;
    }

    .e1e1-resource-media-actions > span {
        width: 100%;
        text-align: center;
    }

    .e1e1-resource-media-preview {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .e1e1-resource-media-remove {
        grid-column: 1 / -1;
        justify-self: start;
    }
}

/* =========================================================
   Öğretmen — Öğrenciyi Tanı v1
   ========================================================= */
.e1e1-student-glance-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    margin: 0 0 22px;
    padding: 20px 22px;
    border: 1px solid rgba(160, 112, 72, .22);
    border-radius: 22px;
    background: linear-gradient(135deg, #fffdf8 0%, #fff6e9 100%);
    box-shadow: 0 12px 30px rgba(85, 59, 37, .08);
}

.e1e1-student-glance-avatar,
.e1e1-student-profile-avatar {
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 22px;
    background: #f2dfc8;
}

.e1e1-student-glance-avatar {
    width: 72px;
    height: 72px;
}

.e1e1-student-glance-avatar-image,
.e1e1-student-profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.e1e1-student-glance-copy {
    min-width: 0;
}

.e1e1-student-glance-kicker,
.e1e1-student-profile-eyebrow {
    color: #9a6038;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.e1e1-student-glance-copy h2 {
    margin: 3px 0 7px;
    color: var(--e1e1-ink, #40352d);
    font-size: clamp(20px, 2.2vw, 27px);
}

.e1e1-student-glance-copy p {
    margin: 9px 0 0;
    color: var(--e1e1-muted, #6f665e);
    line-height: 1.55;
}

.e1e1-student-glance-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.e1e1-student-glance-facts span,
.e1e1-student-profile-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #fff;
    color: #655143;
    font-size: 12px;
    font-weight: 750;
}

.e1e1-student-glance-link,
.e1e1-student-profile-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 14px;
    background: #6f4b35;
    color: #fff !important;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.e1e1-student-profile-hero {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    margin-bottom: 22px;
    padding: 24px;
    border: 1px solid rgba(160, 112, 72, .20);
    border-radius: 24px;
    background: linear-gradient(135deg, #fffdf8, #f9ecdc);
}

.e1e1-student-profile-avatar {
    width: 88px;
    height: 88px;
}

.e1e1-student-profile-hero h1 {
    margin: 4px 0 9px;
}

.e1e1-student-profile-hero p {
    margin: 0;
    color: var(--e1e1-muted, #6f665e);
}

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

.e1e1-student-profile-section {
    padding: 22px;
    border: 1px solid var(--e1e1-line, #eadfce);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(65, 48, 34, .06);
}

.e1e1-student-profile-section h2 {
    margin: 0 0 16px;
    font-size: 18px;
}

.e1e1-student-profile-list {
    display: grid;
    gap: 14px;
    margin: 0;
}

.e1e1-student-profile-list div {
    display: grid;
    gap: 4px;
}

.e1e1-student-profile-list dt {
    color: var(--e1e1-muted, #766b62);
    font-size: 12px;
    font-weight: 750;
}

.e1e1-student-profile-list dd {
    margin: 0;
    color: var(--e1e1-ink, #40352d);
    font-weight: 700;
    overflow-wrap: anywhere;
}

.e1e1-student-profile-list a {
    color: #815437;
}

.e1e1-student-profile-privacy {
    margin: 18px 0 0;
    padding: 13px 15px;
    border-radius: 14px;
    background: #f8f4ed;
    color: var(--e1e1-muted, #6f665e);
    font-size: 13px;
    line-height: 1.55;
}

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

@media (max-width: 680px) {
    .e1e1-student-glance-card {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .e1e1-student-glance-link {
        grid-column: 1 / -1;
        width: 100%;
    }

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

    .e1e1-student-profile-hero {
        grid-template-columns: 1fr;
    }
}

/* Öğretmen Mobil Yolculuğu 1.0 */
@media (max-width: 700px) {
    .e1e1-teacher-panel.e1e1-workbench-v3 {
        width: min(100% - 16px, 1380px);
        margin: 12px auto 24px;
    }

    .e1e1-workbench-v3-header {
        gap: 14px;
        margin-bottom: 14px;
        padding: 17px 16px;
        border-radius: 17px;
    }

    .e1e1-workbench-v3-header h1 {
        margin: 5px 0 4px;
        font-size: clamp(27px, 8vw, 34px);
    }

    .e1e1-workbench-v3-header p {
        font-size: 13px;
        line-height: 1.5;
    }

    .e1e1-workbench-command-grid,
    .e1e1-workbench-people-grid {
        gap: 14px;
        margin-bottom: 14px;
    }

    .e1e1-workbench-surface,
    .e1e1-workbench-toolbox,
    .e1e1-guide-card-compact {
        padding: 15px;
        border-radius: 17px;
    }

    .e1e1-workbench-v3 .e1e1-section-heading {
        gap: 12px;
        margin-bottom: 14px;
    }

    .e1e1-workbench-v3 .e1e1-section-heading h2 {
        font-size: 20px;
    }

    .e1e1-workbench-v3 .e1e1-section-heading p {
        font-size: 12px;
        line-height: 1.45;
    }

    .e1e1-workbench-v3 .e1e1-section-link,
    .e1e1-workbench-count-badge {
        flex: 0 0 auto;
        font-size: 11px;
    }

    .e1e1-workbench-timeline {
        gap: 8px;
    }

    .e1e1-workbench-timeline-item {
        grid-template-columns: 45px 34px minmax(0, 1fr);
        gap: 9px;
        min-height: 58px;
        padding: 8px 10px;
        border-radius: 14px;
    }

    .e1e1-workbench-timeline-item time { font-size: 14px; }

    .e1e1-workbench-timeline-icon {
        width: 34px;
        height: 34px;
        border-radius: 11px;
        font-size: 17px;
    }

    .e1e1-workbench-timeline-copy strong { font-size: 13px; }
    .e1e1-workbench-timeline-copy small { font-size: 11px; }

    .e1e1-workbench-agenda-footer {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
        margin-top: 13px;
        padding-top: 13px;
    }

    .e1e1-workbench-agenda-footer span {
        justify-content: center;
        min-width: 0;
        padding: 6px 7px;
        font-size: 10px;
        text-align: center;
    }

    .e1e1-guide-card-compact-heading { margin-bottom: 14px; }

    .e1e1-guide-card-compact-icon {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        font-size: 20px;
    }

    .e1e1-guide-card-compact-heading h2 { font-size: 19px; }

    .e1e1-guide-card-compact > p {
        margin: 13px 0;
        font-size: 12px;
        line-height: 1.5;
    }

    .e1e1-workbench-student-item,
    .e1e1-workbench-communication-list a {
        min-height: 58px;
        padding: 9px 10px;
        border-radius: 14px;
    }

    .e1e1-workbench-student-avatar,
    .e1e1-workbench-communication-list a > span:first-child {
        width: 36px;
        height: 36px;
    }

    .e1e1-workbench-toolbox { margin-bottom: 14px; }

    .e1e1-workbench-tool-dock,
    .e1e1-tool-switcher,
    .e1e1-student-context-tool-list,
    .e1e1-page-tool-dock {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding-bottom: 0;
        overflow: visible;
        scroll-snap-type: none;
    }

    .e1e1-workbench-tool,
    .e1e1-tool-switcher a,
    .e1e1-student-context-tool,
    .e1e1-page-tool-dock a {
        width: auto;
        min-width: 0;
        min-height: 68px;
        flex: initial;
        padding: 9px 7px;
        scroll-snap-align: none;
    }

    .e1e1-workbench-tool {
        flex-direction: row;
        justify-content: flex-start;
        gap: 10px;
        text-align: left;
    }

    .e1e1-workbench-tool-icon {
        flex: 0 0 auto;
        font-size: 21px;
    }

    .e1e1-workbench-tool-copy { min-width: 0; }

    .e1e1-workbench-tool-copy small {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/* Öğretmen Mobil Yolculuğu 1.1 — günlük komuta sırası */
.e1e1-teacher-mobile-nav {
    display: none;
}

@media (max-width: 700px) {
    .e1e1-workbench-v3 {
        display: flex;
        flex-direction: column;
        padding-bottom: 82px !important;
    }

    .e1e1-workbench-v3-header { order: 1; }
    .e1e1-workbench-command-grid { order: 2; }
    .e1e1-workbench-toolbox { order: 3; }
    .e1e1-workbench-people-grid { order: 4; }

    .e1e1-workbench-v3-header .e1e1-workspace-switch {
        display: none;
    }

    .e1e1-workbench-people-grid {
        margin-bottom: 0;
    }

    .e1e1-workbench-communication {
        display: none;
    }

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

    .e1e1-workbench-student-item {
        grid-template-columns: 32px minmax(0, 1fr);
        gap: 8px;
        min-height: 54px;
        padding: 8px;
    }

    .e1e1-workbench-student-item > span:last-child {
        display: none;
    }

    .e1e1-workbench-student-avatar {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .e1e1-workbench-student-item strong {
        font-size: 12px;
    }

    .e1e1-workbench-student-item small {
        font-size: 9px;
    }

    .e1e1-teacher-mobile-nav {
        position: fixed;
        z-index: 1250;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        grid-template-columns: repeat(
            var(--e1e1-teacher-mobile-items, 4),
            minmax(0, 1fr)
        );
        min-height: 66px;
        padding: 6px max(6px, env(safe-area-inset-right))
            max(6px, env(safe-area-inset-bottom))
            max(6px, env(safe-area-inset-left));
        border-top: 1px solid rgba(91, 70, 48, .16);
        background: rgba(255, 250, 243, .96);
        box-shadow: 0 -10px 28px rgba(64, 45, 30, .12);
        backdrop-filter: blur(16px);
    }

    .e1e1-teacher-mobile-nav > a,
    .e1e1-teacher-mobile-account > summary {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        min-width: 0;
        min-height: 52px;
        padding: 4px 2px;
        border: 0;
        border-radius: 11px;
        background: transparent;
        color: #5f554d;
        text-align: center;
        text-decoration: none;
        list-style: none;
        cursor: pointer;
    }

    .e1e1-teacher-mobile-account > summary::-webkit-details-marker {
        display: none;
    }

    .e1e1-teacher-mobile-nav > a:active,
    .e1e1-teacher-mobile-account[open] > summary {
        background: #FAEFE0;
        color: #7b4d2f;
    }

    .e1e1-teacher-mobile-nav > a > span,
    .e1e1-teacher-mobile-account > summary > span {
        font-size: 19px;
        line-height: 1;
    }

    .e1e1-teacher-mobile-nav strong {
        overflow: hidden;
        max-width: 100%;
        font-size: 9px;
        line-height: 1.1;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .e1e1-teacher-mobile-nav > a > small {
        position: absolute;
        top: 2px;
        left: calc(50% + 7px);
        display: grid;
        place-items: center;
        min-width: 17px;
        height: 17px;
        padding: 0 4px;
        border-radius: 999px;
        background: #B95819;
        color: #fff;
        font-size: 8px;
        font-weight: 900;
    }

    .e1e1-teacher-mobile-account {
        position: relative;
        min-width: 0;
    }

    .e1e1-teacher-mobile-account > div {
        position: absolute;
        right: 4px;
        bottom: calc(100% + 10px);
        display: grid;
        gap: 7px;
        width: min(230px, calc(100vw - 24px));
        padding: 12px;
        border: 1px solid rgba(91, 70, 48, .18);
        border-radius: 16px;
        background: #fffdf8;
        box-shadow: 0 16px 38px rgba(64, 45, 30, .18);
        text-align: left;
    }

    .e1e1-teacher-mobile-account > div > span {
        overflow: hidden;
        color: #40352d;
        font-size: 12px;
        font-weight: 800;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .e1e1-teacher-mobile-account > div > a {
        display: block;
        padding: 9px 10px;
        border-radius: 10px;
        background: #FAEFE0;
        color: #7b4939;
        font-size: 12px;
        font-weight: 850;
        text-decoration: none;
    }
}

/* Öğretmen Mobil Yolculuğu 1.2 — ortak araç kabuğu */
@media (max-width: 700px) {
    .e1e1-teacher-panel.e1e1-teacher-tool-page {
        width: min(100% - 16px, 1400px);
        margin: 12px auto 24px;
        padding: 0 0 82px;
    }

    .e1e1-tool-page-header {
        margin-bottom: 12px;
        padding: 16px;
        border: 1px solid rgba(105, 82, 61, .16);
        border-radius: 17px;
        background: linear-gradient(135deg, #FAEFE0, #fffaf3);
        box-shadow: 0 12px 30px rgba(91, 65, 43, .07);
    }

    .e1e1-tool-page-header .e1e1-breadcrumb {
        margin-bottom: 10px;
        font-size: 11px;
    }

    .e1e1-tool-page-title-row {
        align-items: center;
        gap: 12px;
        margin-top: 0;
    }

    .e1e1-tool-page-icon {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        border-radius: 14px;
        font-size: 22px;
    }

    .e1e1-tool-page-title-row .e1e1-badge {
        padding: 4px 8px;
        font-size: 9px;
    }

    .e1e1-tool-page-title-row h1 {
        margin: 4px 0 3px;
        font-size: clamp(25px, 7vw, 31px);
    }

    .e1e1-tool-page-title-row p {
        margin: 0;
        color: var(--e1e1-muted);
        font-size: 11px;
        line-height: 1.4;
    }

    .e1e1-teacher-tool-page .e1e1-tool-switcher {
        margin: 0 0 12px;
    }

    .e1e1-teacher-tool-page .e1e1-tool-switcher a {
        flex-direction: row;
        justify-content: flex-start;
        gap: 9px;
        min-height: 54px;
        padding: 8px 10px;
        border-radius: 13px;
        text-align: left;
    }

    .e1e1-teacher-tool-page .e1e1-tool-switcher a span {
        flex: 0 0 auto;
        font-size: 19px;
    }

    .e1e1-teacher-tool-page .e1e1-tool-switcher a strong {
        font-size: 11px;
        white-space: normal;
    }

    .e1e1-tool-student-picker {
        padding: 14px;
        border-radius: 17px;
    }

    .e1e1-tool-student-picker .e1e1-section-heading {
        display: block;
        margin-bottom: 13px;
    }

    .e1e1-tool-student-picker .e1e1-section-heading h2 {
        margin: 3px 0 4px;
        font-size: 19px;
    }

    .e1e1-tool-student-picker .e1e1-section-heading p {
        margin: 0;
        font-size: 11px;
        line-height: 1.45;
    }

    .e1e1-tool-student-picker .e1e1-section-link {
        display: inline-flex;
        margin-top: 10px;
        font-size: 11px;
    }

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

    .e1e1-tool-student-item {
        grid-template-columns: 32px minmax(0, 1fr);
        gap: 8px;
        min-height: 54px;
        padding: 8px;
        border-radius: 13px;
    }

    .e1e1-tool-student-item > b {
        display: none;
    }

    .e1e1-tool-student-item .e1e1-workbench-student-avatar {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .e1e1-tool-student-item strong {
        font-size: 12px;
    }

    .e1e1-tool-student-item small {
        font-size: 9px;
    }
}

/* Öğretmen Mobil Yolculuğu 1.4 — ortak kompakt araç ölçüsü */
@media (max-width: 700px) {
    .e1e1-page-tool-dock a,
    .e1e1-student-context-tool,
    .e1e1-agenda-command-shell .e1e1-page-tool-dock a {
        flex-direction: row;
        justify-content: flex-start;
        gap: 9px;
        min-height: 54px;
        padding: 8px 10px;
        border-radius: 13px;
        text-align: left;
    }

    .e1e1-page-tool-dock a span,
    .e1e1-student-context-tool span {
        flex: 0 0 auto;
        font-size: 19px;
    }

    .e1e1-page-tool-dock a strong,
    .e1e1-student-context-tool strong {
        font-size: 11px;
        white-space: normal;
    }
}

/* ==========================================================
   GELİŞİM MERKEZİ 2.0 — sıcak ortak kabuk ve mobil yolculuk
   ========================================================== */

.e1e1-teacher-panel.e1e1-teacher-progress-page.e1e1-page-shell {
    width: min(1280px, calc(100% - 40px));
    max-width: 1280px;
    margin: 28px auto 44px;
}

/* ==========================================================
   DENEME MERKEZİ 2.0 — ortak kabuk ve mobil sonuç girişi
   ========================================================== */

.e1e1-teacher-panel.e1e1-exam-center-page.e1e1-page-shell {
    width: min(1360px, calc(100% - 40px));
    max-width: 1360px;
    margin: 28px auto 44px;
}

.e1e1-exam-student-switcher {
    z-index: 25;
    width: 100%;
    margin: -10px 0 22px;
}

.e1e1-exam-student-switcher > summary {
    min-height: 58px;
    border-color: var(--e1e1-line);
    background: var(--e1e1-paper-soft);
    box-shadow: var(--e1e1-shadow);
}

.e1e1-exam-center-page .e1e1-page-shell-title h1 {
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.08;
}

.e1e1-exam-list-section > .e1e1-section-heading h2,
.e1e1-new-exam-section > .e1e1-section-heading h2 {
    margin: 4px 0 5px;
    font-size: 21px;
    line-height: 1.18;
}

.e1e1-exam-list-section > .e1e1-section-heading p,
.e1e1-new-exam-section > .e1e1-section-heading p {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
}

.e1e1-exam-summary-grid > div,
.e1e1-exam-list-section,
.e1e1-exam-admin-card,
.e1e1-new-exam-section {
    border-color: var(--e1e1-line);
    background: var(--e1e1-paper-soft);
    box-shadow: var(--e1e1-shadow);
}

.e1e1-exam-summary-grid > div {
    background: linear-gradient(145deg, #fff, var(--e1e1-paper-soft));
}

.e1e1-exam-summary-grid strong,
.e1e1-exam-admin-heading h3,
.e1e1-new-exam-section h2 {
    color: var(--e1e1-ink);
}

.e1e1-exam-summary-grid span,
.e1e1-exam-admin-heading small,
.e1e1-exam-admin-meta span {
    color: var(--e1e1-muted);
}

.e1e1-exam-tabs {
    gap: 8px;
    margin-bottom: 14px;
    padding: 6px;
    border: 1px solid var(--e1e1-line);
    border-radius: 16px;
    background: #fff;
}

.e1e1-exam-tabs a {
    flex: 1 1 0;
    justify-content: center;
    border-color: transparent;
    background: transparent;
    color: var(--e1e1-muted);
}

.e1e1-exam-tabs a.is-active {
    border-color: var(--e1e1-line-strong);
    background: var(--e1e1-paper);
    color: var(--e1e1-accent-dark);
}

.e1e1-exam-center-layout {
    grid-template-columns: minmax(0, 1.35fr) minmax(390px, .75fr);
    gap: 20px;
}

.e1e1-exam-list-section,
.e1e1-new-exam-section {
    padding: 18px;
    border-radius: 20px;
}

.e1e1-exam-filter-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
    gap: 10px;
    align-items: end;
}

.e1e1-exam-filter-form {
    display: block;
}

.e1e1-exam-filter-field label,
.e1e1-exam-form label {
    color: var(--e1e1-muted);
}

.e1e1-exam-filter-form select,
.e1e1-exam-form input,
.e1e1-exam-form select,
.e1e1-exam-form textarea {
    border-color: var(--e1e1-line);
    background: #fff;
    color: var(--e1e1-ink);
    box-sizing: border-box;
    min-width: 0;
}

.e1e1-exam-form-grid > *,
.e1e1-exam-text-fields > *,
.e1e1-exam-form .e1e1-form-row {
    min-width: 0;
}

.e1e1-exam-filter-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.e1e1-exam-filter-actions button,
.e1e1-exam-form-actions button {
    min-height: 42px;
    border: 0;
    border-radius: 12px;
    padding: 9px 14px;
    background: var(--e1e1-accent);
    color: #fff;
    cursor: pointer;
    font-weight: 800;
}

.e1e1-exam-filter-actions button:hover,
.e1e1-exam-form-actions button:hover {
    background: var(--e1e1-accent-dark);
}

.e1e1-exam-admin-card {
    padding: 16px;
    border-radius: 16px;
    background: linear-gradient(145deg, #fff, #fff9f1);
}

.e1e1-exam-admin-heading span {
    color: #2f8588;
}

.e1e1-exam-score-grid div {
    background: var(--e1e1-paper);
}

.e1e1-exam-score-grid .e1e1-exam-score-primary {
    background: #e7f4f2;
}

.e1e1-exam-admin-meta span {
    border-color: var(--e1e1-line);
    background: #fff;
}

.e1e1-exam-entry-row {
    border-color: var(--e1e1-line);
    background: #fffaf3;
}

.e1e1-exam-entry-row > .e1e1-exam-text-fields {
    grid-column: 1 / -1;
    width: 100%;
}

.e1e1-exam-live-net {
    border-color: rgba(47, 143, 145, .28);
    background: #eaf6f4;
}

.e1e1-exam-live-net strong {
    color: #237678;
    font-size: 16px;
}

.e1e1-exam-live-net {
    min-height: 52px;
    padding: 8px 10px;
}

.e1e1-exam-teacher-note {
    margin-top: 12px;
    padding: 11px 12px;
    border-left: 3px solid #2f8f91;
    border-radius: 0 11px 11px 0;
    background: #edf7f5;
}

.e1e1-exam-teacher-note strong {
    display: block;
    margin-bottom: 4px;
    color: #276f71;
    font-size: 11px;
}

.e1e1-exam-teacher-note p {
    margin: 0;
    color: var(--e1e1-ink);
    font-size: 12px;
    line-height: 1.5;
    white-space: pre-line;
}

.e1e1-exam-create-disclosure {
    position: sticky;
    top: 20px;
}

.e1e1-exam-create-disclosure > summary {
    display: none;
}

.e1e1-exam-create-disclosure:not([open]) > .e1e1-exam-create-panel {
    display: block;
}

.e1e1-exam-create-panel {
    min-width: 0;
}

.e1e1-exam-text-fields,
.e1e1-exam-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.e1e1-exam-form-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 14px;
}

@media (max-width: 1150px) {
    .e1e1-exam-center-layout {
        grid-template-columns: 1fr;
    }

    .e1e1-exam-create-disclosure {
        position: static;
    }
}

@media (max-width: 700px) {
    .e1e1-teacher-panel.e1e1-exam-center-page.e1e1-page-shell {
        width: calc(100vw - 16px);
        margin: 12px auto 24px;
        padding-bottom: 82px;
    }

    .e1e1-exam-student-switcher {
        margin: -4px 0 12px;
    }

    .e1e1-exam-student-switcher > summary {
        min-height: 52px;
        padding: 8px 10px;
        border-radius: 15px;
    }

    .e1e1-exam-student-switcher .e1e1-student-switcher-menu {
        position: relative;
        top: auto;
        margin-top: 7px;
    }

    .e1e1-exam-center-page .e1e1-page-shell-title h1 {
        font-size: 26px;
    }

    .e1e1-exam-list-section > .e1e1-section-heading h2,
    .e1e1-new-exam-section > .e1e1-section-heading h2 {
        font-size: 18px;
    }

    .e1e1-exam-summary-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
        margin-bottom: 12px;
    }

    .e1e1-exam-summary-grid > div {
        gap: 4px;
        padding: 11px 8px;
        border-radius: 13px;
        text-align: center;
    }

    .e1e1-exam-summary-grid strong {
        font-size: 21px;
    }

    .e1e1-exam-summary-grid span {
        font-size: 9px;
        line-height: 1.25;
    }

    .e1e1-exam-list-section {
        padding: 13px;
        border-radius: 17px;
    }

    .e1e1-exam-filter-fields {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .e1e1-exam-form input[type="date"] {
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        -webkit-appearance: none;
        appearance: none;
    }

    .e1e1-exam-filter-field label {
        font-size: 10px;
    }

    .e1e1-exam-filter-form select,
    .e1e1-exam-filter-actions button,
    .e1e1-exam-filter-clear {
        min-height: 40px;
        font-size: 11px;
    }

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

    .e1e1-exam-filter-actions button,
    .e1e1-exam-filter-clear {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .e1e1-exam-list {
        gap: 9px;
    }

    .e1e1-exam-admin-card {
        padding: 13px;
        border-radius: 14px;
    }

    .e1e1-exam-admin-heading {
        flex-direction: row;
        gap: 8px;
    }

    .e1e1-exam-admin-heading h3 {
        font-size: 16px;
    }

    .e1e1-exam-admin-heading small {
        max-width: 38%;
        overflow: hidden;
        font-size: 10px;
        text-overflow: ellipsis;
    }

    .e1e1-exam-score-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 5px;
        margin-top: 11px;
    }

    .e1e1-exam-score-grid div {
        padding: 8px 4px;
        border-radius: 10px;
    }

    .e1e1-exam-score-grid strong {
        font-size: 17px;
    }

    .e1e1-exam-score-grid span {
        font-size: 9px;
    }

    .e1e1-exam-admin-meta {
        margin-top: 9px;
    }

    .e1e1-exam-create-disclosure {
        position: static;
    }

    .e1e1-exam-create-disclosure > summary {
        position: fixed;
        z-index: 1395;
        right: 16px;
        bottom: calc(78px + env(safe-area-inset-bottom));
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        width: 54px;
        min-width: 54px;
        height: 54px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: #2f8f91;
        color: #fff;
        cursor: pointer;
        box-shadow: 0 14px 32px rgba(31, 91, 92, .28);
        list-style: none;
    }

    .e1e1-exam-create-disclosure > summary::-webkit-details-marker {
        display: none;
    }

    .e1e1-exam-create-disclosure > summary span {
        font-size: 28px;
        font-weight: 400;
        line-height: 1;
        transition: transform .18s ease;
    }

    .e1e1-exam-create-disclosure > summary strong {
        display: none;
    }

    .e1e1-exam-create-disclosure:not([open]) > .e1e1-exam-create-panel {
        display: none;
    }

    .e1e1-exam-create-disclosure[open]::before {
        position: fixed;
        z-index: 1380;
        inset: 0;
        content: "";
        background: rgba(35, 28, 22, .5);
        backdrop-filter: blur(3px);
    }

    .e1e1-exam-create-disclosure[open] > summary {
        top: 14px;
        right: 14px;
        bottom: auto;
        width: 46px;
        min-width: 46px;
        height: 46px;
        background: #7b4d2f;
    }

    .e1e1-exam-create-disclosure[open] > summary span {
        transform: rotate(45deg);
    }

    .e1e1-exam-create-disclosure[open] > .e1e1-exam-create-panel {
        position: fixed;
        z-index: 1390;
        top: 66px;
        right: 9px;
        bottom: calc(76px + env(safe-area-inset-bottom));
        left: 9px;
        display: block;
        overflow-y: auto;
        overscroll-behavior: contain;
        border-radius: 18px;
        box-shadow: 0 22px 60px rgba(28, 20, 15, .3);
    }

    .e1e1-exam-create-panel .e1e1-new-exam-section {
        margin: 0;
        padding: 14px;
        border-radius: 18px;
        box-shadow: none;
    }

    .e1e1-exam-text-fields,
    .e1e1-exam-form-grid {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .e1e1-exam-entry-row {
        gap: 10px;
        padding: 12px;
        border-radius: 14px;
    }

    .e1e1-exam-number-fields {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .e1e1-exam-number-fields .e1e1-exam-field:nth-child(5),
    .e1e1-exam-live-net {
        grid-column: 1 / -1;
        min-height: 46px;
    }

    .e1e1-exam-live-net strong {
        font-size: 15px;
    }

    .e1e1-exam-teacher-note {
        margin-top: 9px;
        padding: 9px 10px;
    }

    .e1e1-exam-form-actions button {
        width: 100%;
        min-height: 46px;
    }
}

.e1e1-progress-student-switcher {
    z-index: 25;
    width: 100%;
    margin: -10px 0 22px;
}

.e1e1-progress-student-switcher > summary {
    min-height: 58px;
    border-color: var(--e1e1-line);
    background: var(--e1e1-paper-soft);
    box-shadow: var(--e1e1-shadow);
}

.e1e1-progress-student-picker,
.e1e1-progress-filter-panel,
.e1e1-progress-card {
    border-color: var(--e1e1-line);
    background: var(--e1e1-paper-soft);
    box-shadow: var(--e1e1-shadow);
}

.e1e1-progress-student-picker {
    padding: 20px;
    border-radius: 20px;
}

.e1e1-progress-student-picker .e1e1-section-heading,
.e1e1-progress-filter-panel .e1e1-section-heading {
    margin-bottom: 14px;
}

.e1e1-progress-student-picker .e1e1-section-heading h2,
.e1e1-progress-filter-panel .e1e1-section-heading h2 {
    margin: 4px 0 5px;
    color: var(--e1e1-ink);
}

.e1e1-progress-student-picker .e1e1-section-heading p,
.e1e1-progress-filter-panel .e1e1-section-heading p {
    margin: 0;
    color: var(--e1e1-muted);
}

.e1e1-progress-filter-panel.is-compact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
    gap: 20px;
    align-items: end;
    margin-bottom: 18px;
    padding: 18px 20px;
}

.e1e1-progress-filter-panel.is-compact .e1e1-section-heading {
    margin: 0;
}

.e1e1-progress-filter-panel.is-compact form {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.e1e1-progress-filter-panel select {
    border-color: var(--e1e1-line);
    background: #fff;
    color: var(--e1e1-ink);
}

.e1e1-progress-filter-panel button {
    background: var(--e1e1-accent);
}

.e1e1-progress-filter-panel button:hover {
    background: var(--e1e1-accent-dark);
}

.e1e1-progress-soft-empty {
    padding: 18px;
    border: 1px dashed var(--e1e1-line-strong);
    border-radius: 15px;
    color: var(--e1e1-muted);
    text-align: center;
}

.e1e1-progress-overview {
    min-width: 0;
}

.e1e1-progress-message {
    border-color: rgba(82, 142, 137, .24);
    background: linear-gradient(135deg, #edf8f5, #fffaf2);
}

.e1e1-progress-message.is-positive {
    border-color: rgba(91, 139, 82, .28);
    background: linear-gradient(135deg, #edf7e9, #fffaf2);
}

.e1e1-progress-message.is-attention {
    border-color: rgba(194, 129, 55, .3);
    background: linear-gradient(135deg, #fff2df, #fffaf2);
}

.e1e1-progress-message.is-steady,
.e1e1-progress-message.is-starting {
    border-color: rgba(83, 111, 151, .25);
    background: linear-gradient(135deg, #eef3f7, #fffaf2);
}

.e1e1-progress-stat-grid > .e1e1-progress-card {
    background: linear-gradient(145deg, #fff, var(--e1e1-paper-soft));
}

.e1e1-progress-chart-card,
.e1e1-progress-subjects {
    background: linear-gradient(145deg, #fffdf9, var(--e1e1-paper-soft));
}

.e1e1-progress-line {
    stroke: #2f8f91;
}

.e1e1-progress-point {
    stroke: #2f8f91;
}

.e1e1-progress-grid-line {
    stroke: rgba(104, 79, 56, .14);
}

.e1e1-progress-bar {
    background: #eadfce;
}

.e1e1-progress-bar span {
    background: linear-gradient(90deg, #6bb8b4, #2f8f91);
}

.e1e1-progress-insight.is-strong {
    border-color: rgba(91, 139, 82, .24);
    background: #f1f8ed;
}

.e1e1-progress-insight.is-attention {
    border-color: rgba(194, 129, 55, .26);
    background: #fff4e5;
}

.e1e1-progress-empty {
    background: linear-gradient(145deg, var(--e1e1-paper), var(--e1e1-paper-soft));
}

@media (max-width: 900px) {
    .e1e1-progress-filter-panel.is-compact {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

@media (max-width: 700px) {
    .e1e1-teacher-panel.e1e1-teacher-progress-page.e1e1-page-shell {
        width: calc(100vw - 16px);
        margin: 12px auto 24px;
        padding-bottom: 82px;
    }

    .e1e1-progress-student-switcher {
        margin: -4px 0 12px;
    }

    .e1e1-progress-student-switcher > summary {
        min-height: 52px;
        padding: 8px 10px;
        border-radius: 15px;
    }

    .e1e1-progress-student-switcher .e1e1-student-switcher-menu {
        position: relative;
        top: auto;
        margin-top: 7px;
    }

    .e1e1-progress-student-picker {
        padding: 14px;
        border-radius: 17px;
    }

    .e1e1-progress-student-picker .e1e1-section-heading h2,
    .e1e1-progress-filter-panel .e1e1-section-heading h2 {
        font-size: 19px;
    }

    .e1e1-progress-student-picker .e1e1-section-heading p,
    .e1e1-progress-filter-panel .e1e1-section-heading p {
        font-size: 11px;
        line-height: 1.45;
    }

    .e1e1-progress-filter-panel.is-compact {
        gap: 11px;
        margin-bottom: 12px;
        padding: 14px;
        border-radius: 17px;
    }

    .e1e1-progress-filter-panel.is-compact form {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 7px;
    }

    .e1e1-progress-filter-panel select,
    .e1e1-progress-filter-panel button {
        min-height: 40px;
        padding: 8px 10px;
        font-size: 11px;
    }

    .e1e1-progress-message {
        gap: 10px;
        margin-bottom: 10px;
        padding: 14px;
        border-radius: 16px;
    }

    .e1e1-progress-message > span {
        font-size: 22px;
    }

    .e1e1-progress-message h2 {
        font-size: 17px;
    }

    .e1e1-progress-message p {
        font-size: 11px;
        line-height: 1.45;
    }

    .e1e1-progress-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-bottom: 10px;
    }

    .e1e1-progress-stat-grid > div {
        padding: 12px;
        border-radius: 14px;
    }

    .e1e1-progress-stat-grid span {
        font-size: 10px;
    }

    .e1e1-progress-stat-grid strong {
        margin-top: 5px;
        font-size: 21px;
    }

    .e1e1-progress-chart-card,
    .e1e1-progress-subjects {
        margin-bottom: 10px;
        padding: 14px;
        border-radius: 16px;
    }

    .e1e1-progress-card-heading h2 {
        font-size: 17px;
    }

    .e1e1-progress-card-heading p {
        font-size: 10px;
    }

    .e1e1-progress-chart-scroll {
        margin-top: 10px;
        padding-bottom: 5px;
        overscroll-behavior-inline: contain;
    }

    .e1e1-progress-svg {
        min-width: 560px;
    }

    .e1e1-progress-insight-grid {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 10px;
    }

    .e1e1-progress-insight {
        padding: 14px;
        border-radius: 15px;
    }

    .e1e1-progress-insight h3 {
        font-size: 17px;
    }

    .e1e1-progress-insight p {
        margin-top: 5px;
        font-size: 11px;
    }

    .e1e1-progress-subject-list {
        gap: 10px;
        margin-top: 13px;
    }

    .e1e1-progress-subject-list article {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 7px 10px;
        padding: 10px;
        border: 1px solid var(--e1e1-line);
        border-radius: 13px;
        background: rgba(255,255,255,.68);
    }

    .e1e1-progress-subject-list .e1e1-progress-bar {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .e1e1-progress-empty {
        padding: 30px 16px;
        border-radius: 17px;
    }
}


/* =========================================================
   İletişim Merkezi 2.0 — mobil konuşma ve duyuru akışı
   ========================================================= */

.e1e1-mobile-create-fab,
.e1e1-mobile-create-close,
.e1e1-mobile-thread-back {
    display: none;
}

.e1e1-message-center-page .e1e1-message-center-layout,
.e1e1-announcements-page .e1e1-announcements-grid {
    margin-top: 0;
}

.e1e1-message-center-page .e1e1-message-thread,
.e1e1-message-center-page .e1e1-message-conversations,
.e1e1-message-center-page .e1e1-new-conversation,
.e1e1-announcements-page .e1e1-panel-section {
    border-color: var(--e1e1-line);
}

.e1e1-message-center-page .e1e1-message-thread-list {
    background:
        linear-gradient(rgba(255, 248, 239, .92), rgba(255, 248, 239, .92)),
        repeating-linear-gradient(
            0deg,
            transparent 0,
            transparent 30px,
            rgba(123, 88, 55, .045) 31px
        );
}

.e1e1-message-center-page .e1e1-message-bubble {
    border-color: var(--e1e1-line);
    box-shadow: 0 5px 15px rgba(87, 62, 41, .045);
}

.e1e1-announcements-page .e1e1-announcement-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.e1e1-announcements-page .e1e1-announcement-tabs a {
    width: 100%;
    min-width: 0;
}

@media (max-width: 700px) {
    body.e1e1-communication-overlay-open {
        overflow: hidden;
    }

    .e1e1-teacher-panel.e1e1-message-center-page.e1e1-page-shell,
    .e1e1-teacher-panel.e1e1-announcements-page.e1e1-page-shell {
        width: calc(100vw - 16px);
        margin: 12px auto 24px;
        padding-bottom: 92px;
    }

    .e1e1-message-center-page .e1e1-page-header,
    .e1e1-announcements-page .e1e1-page-header {
        margin-bottom: 10px;
    }

    .e1e1-message-center-page .e1e1-context-bar,
    .e1e1-announcements-page .e1e1-context-bar {
        margin-bottom: 10px;
    }

    .e1e1-page-shell .e1e1-communication-tabs {
        gap: 4px;
        margin-bottom: 10px;
        padding: 4px;
        border-radius: 14px;
    }

    .e1e1-page-shell .e1e1-communication-tabs a {
        min-height: 38px;
        padding: 7px 10px;
        border-radius: 10px;
        font-size: 12px;
    }

    .e1e1-message-center-layout {
        display: block;
    }

    .e1e1-message-conversations,
    .e1e1-message-thread {
        border-radius: 17px;
    }

    .e1e1-message-center-layout:not(.has-mobile-thread) .e1e1-message-thread {
        display: none;
    }

    .e1e1-message-center-layout.has-mobile-thread .e1e1-message-conversations {
        display: none;
    }

    .e1e1-message-column-heading,
    .e1e1-message-thread-header {
        padding: 13px 14px;
    }

    .e1e1-message-column-heading h2,
    .e1e1-message-thread-header h2 {
        font-size: 17px;
    }

    .e1e1-conversation-list {
        max-height: none;
    }

    .e1e1-conversation-list a {
        min-height: 66px;
        justify-content: center;
        padding: 12px 46px 12px 14px;
    }

    .e1e1-mobile-thread-back {
        display: flex;
        align-items: center;
        gap: 7px;
        min-height: 42px;
        padding: 9px 14px;
        border-bottom: 1px solid var(--e1e1-line);
        color: var(--e1e1-accent-dark);
        background: var(--e1e1-paper);
        text-decoration: none;
        font-size: 12px;
        font-weight: 800;
    }

    .e1e1-message-thread-list {
        min-height: 42vh;
        max-height: 56vh;
        padding: 13px;
    }

    .e1e1-message-bubble {
        max-width: 88%;
        padding: 11px 12px;
        font-size: 13px;
    }

    .e1e1-message-reply-form {
        position: sticky;
        bottom: 0;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 7px;
        padding: 10px;
        background: #fff;
    }

    .e1e1-message-reply-form textarea {
        min-height: 44px;
        max-height: 110px;
        padding: 10px;
        font-size: 13px;
    }

    .e1e1-message-reply-form button {
        min-height: 44px;
        padding: 8px 13px;
        font-size: 12px;
    }

    .e1e1-mobile-create-fab {
        position: fixed;
        z-index: 10020;
        right: 18px;
        bottom: calc(78px + env(safe-area-inset-bottom, 0px));
        display: inline-flex;
        align-items: center;
        gap: 7px;
        min-height: 48px;
        padding: 9px 15px 9px 10px;
        border: 0;
        border-radius: 999px;
        color: #fff;
        background: var(--e1e1-accent);
        box-shadow: 0 12px 28px rgba(63, 43, 28, .25);
        font-size: 12px;
        font-weight: 800;
    }

    .e1e1-mobile-create-fab > span:first-child {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: rgba(255, 255, 255, .16);
        font-size: 23px;
        font-weight: 400;
    }

    .e1e1-new-conversation,
    .e1e1-new-announcement-section {
        position: fixed !important;
        z-index: 10030;
        inset: max(10px, env(safe-area-inset-top, 0px)) 8px
            calc(70px + env(safe-area-inset-bottom, 0px));
        display: none;
        max-height: none;
        margin: 0;
        border-radius: 20px;
        overflow: auto;
        overscroll-behavior: contain;
        background: var(--e1e1-paper-soft);
        box-shadow: 0 22px 70px rgba(35, 25, 18, .34);
    }

    .e1e1-new-conversation.is-mobile-open,
    .e1e1-new-announcement-section.is-mobile-open {
        display: block;
    }

    .e1e1-new-conversation.is-mobile-open::before,
    .e1e1-new-announcement-section.is-mobile-open::before {
        content: '';
        position: fixed;
        z-index: -1;
        inset: 0;
        background: rgba(42, 32, 24, .54);
        backdrop-filter: blur(3px);
    }

    .e1e1-mobile-create-close {
        position: sticky;
        z-index: 4;
        top: 10px;
        float: right;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        margin: 10px 10px -52px 0;
        border: 1px solid var(--e1e1-line-strong);
        border-radius: 50%;
        color: var(--e1e1-ink);
        background: rgba(255,255,255,.94);
        box-shadow: 0 7px 18px rgba(63, 43, 28, .13);
        font-size: 25px;
        line-height: 1;
    }

    .e1e1-new-conversation .e1e1-message-column-heading,
    .e1e1-new-announcement-section .e1e1-section-heading {
        padding-right: 58px;
    }

    .e1e1-new-conversation-form,
    .e1e1-announcement-form {
        padding: 14px;
    }

    .e1e1-new-conversation-form .e1e1-form-row,
    .e1e1-announcement-form .e1e1-form-row {
        margin-bottom: 12px;
    }

    .e1e1-new-conversation-form input[type="text"],
    .e1e1-new-conversation-form textarea,
    .e1e1-announcement-form input[type="text"],
    .e1e1-announcement-form input[type="datetime-local"],
    .e1e1-announcement-form select,
    .e1e1-announcement-form textarea {
        min-height: 43px;
        padding: 9px 10px;
        font-size: 13px;
    }

    .e1e1-announcements-page .e1e1-announcement-tabs {
        gap: 5px;
        margin: 0 0 10px;
    }

    .e1e1-announcements-page .e1e1-announcement-tabs a {
        min-height: 42px;
        padding: 6px 8px;
        border-radius: 12px;
        font-size: 11px;
    }

    .e1e1-announcement-tabs a strong {
        min-width: 24px;
        height: 24px;
        padding: 0 6px;
    }

    .e1e1-announcements-grid {
        display: block;
    }

    .e1e1-announcement-list-section {
        padding: 14px;
        border-radius: 17px;
    }

    .e1e1-announcement-list-section .e1e1-section-heading {
        margin-bottom: 12px;
    }

    .e1e1-announcement-list-section .e1e1-section-heading h2 {
        font-size: 18px;
    }

    .e1e1-announcement-list {
        gap: 9px;
    }

    .e1e1-announcement-card {
        padding: 14px;
        border-radius: 15px;
        box-shadow: none;
    }

    .e1e1-announcement-card-header {
        gap: 7px;
        margin-bottom: 9px;
    }

    .e1e1-announcement-card-header h3 {
        margin-top: 6px;
        font-size: 16px;
    }

    .e1e1-announcement-content {
        font-size: 12px;
        line-height: 1.5;
    }

    .e1e1-announcement-meta {
        margin-top: 10px;
    }

    .e1e1-announcement-meta span {
        min-height: 26px;
        padding: 4px 8px;
        font-size: 10px;
    }

}

/* İletişim Merkezi 2.3 — duyuru durum eylemleri */
.e1e1-announcement-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid var(--e1e1-line, rgba(104, 79, 56, .16));
}

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

.e1e1-announcement-actions button {
    min-height: 36px;
    padding: 7px 12px;
    border: 1px solid var(--e1e1-line-strong, rgba(104, 79, 56, .28));
    border-radius: 999px;
    color: var(--e1e1-accent-dark, #5f422b);
    background: var(--e1e1-paper-soft, #fff8ef);
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
}

.e1e1-announcement-actions button.is-primary {
    border-color: var(--e1e1-accent, #7b5837);
    color: #fff;
    background: var(--e1e1-accent, #7b5837);
}

@media (max-width: 700px) {
    .e1e1-announcement-actions {
        gap: 6px;
        margin-top: 10px;
        padding-top: 10px;
    }

    .e1e1-announcement-actions button {
        min-height: 34px;
        padding: 6px 10px;
        font-size: 10px;
    }
}

/* İletişim Merkezi 2.4 — parşömen mobil form ve klavye alanı */
@media (max-width: 700px) {
    body.e1e1-communication-overlay-open::before {
        content: '';
        position: fixed;
        z-index: 10025;
        inset: 0;
        background: rgba(42, 32, 24, .48);
        backdrop-filter: blur(3px);
    }

    .e1e1-new-conversation.is-mobile-open::before,
    .e1e1-new-announcement-section.is-mobile-open::before {
        display: none;
    }

    .e1e1-new-conversation,
    .e1e1-new-announcement-section {
        isolation: isolate;
        width: auto;
        height: auto;
        min-height: 0;
        max-height: calc(100dvh - 86px);
        overflow-x: hidden;
        overflow-y: auto;
        scroll-padding-top: 70px;
        scroll-padding-bottom: 180px;
        color: var(--e1e1-ink, #40352d) !important;
        background:
            linear-gradient(
                145deg,
                #fffaf3 0%,
                var(--e1e1-paper, #faefe0) 100%
            ) !important;
        -webkit-overflow-scrolling: touch;
    }

    .e1e1-new-conversation .e1e1-message-column-heading,
    .e1e1-new-announcement-section .e1e1-section-heading {
        position: relative;
        color: var(--e1e1-ink, #40352d);
        background: rgba(255, 250, 243, .94);
    }

    .e1e1-new-conversation h2,
    .e1e1-new-announcement-section h2,
    .e1e1-new-conversation label,
    .e1e1-new-announcement-section label,
    .e1e1-new-conversation p,
    .e1e1-new-announcement-section p {
        color: var(--e1e1-ink, #40352d);
    }

    .e1e1-new-conversation label small,
    .e1e1-new-announcement-section label small,
    .e1e1-new-announcement-section .e1e1-section-heading p {
        color: var(--e1e1-muted, #78695e);
    }

    .e1e1-new-conversation input,
    .e1e1-new-conversation textarea,
    .e1e1-new-announcement-section input,
    .e1e1-new-announcement-section textarea,
    .e1e1-new-announcement-section select {
        color: var(--e1e1-ink, #40352d) !important;
        background: #fff !important;
    }

    .e1e1-new-conversation-form,
    .e1e1-announcement-form {
        padding-bottom: max(28px, env(safe-area-inset-bottom, 0px));
    }

    .e1e1-new-conversation-form > button[type="submit"],
    .e1e1-announcement-form > button[type="submit"] {
        position: relative;
        z-index: 2;
        width: 100%;
        margin-top: 4px;
    }
}



/* =========================================================
   İlk Modül Dörtlüsü 2.0 — Ödev referans görünümü
   ========================================================= */

.e1e1-tool-create-fab,
.e1e1-tool-create-close {
    display: none;
}

.e1e1-student-desk.is-module-homework {
    --e1e1-module-accent: #d98618;
    --e1e1-module-accent-soft: #fff1d9;
}

.e1e1-student-desk.is-module-homework .e1e1-student-modules-section {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.e1e1-student-desk.is-module-homework .e1e1-module-group {
    border-color: rgba(185, 116, 28, .22);
    background: linear-gradient(145deg, var(--e1e1-paper), #fff8ee);
}

.e1e1-student-desk.is-module-homework .e1e1-module-group > summary {
    border-bottom: 1px solid rgba(185, 116, 28, .16);
    background: rgba(255, 250, 242, .72);
}

.e1e1-student-desk.is-module-homework .e1e1-module-group-content {
    padding: 16px;
}

.e1e1-student-desk.is-module-homework .e1e1-teacher-module-grid {
    grid-template-columns: 1fr;
    gap: 12px;
}

.e1e1-teacher-homework-card {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 13px;
    padding: 16px;
    border: 1px solid rgba(185, 116, 28, .2);
    border-left: 5px solid var(--e1e1-module-accent, #d98618);
    border-radius: 17px;
    background: rgba(255, 253, 249, .94);
    box-shadow: 0 8px 22px rgba(87, 62, 41, .06);
}

.e1e1-teacher-homework-card > .e1e1-card-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 15px;
    background: var(--e1e1-module-accent-soft, #fff1d9);
    font-size: 22px;
}

.e1e1-homework-card-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.e1e1-homework-card-heading small {
    display: block;
    margin-bottom: 3px;
    color: var(--e1e1-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.e1e1-homework-card-heading h3 {
    margin: 0;
    color: var(--e1e1-ink);
    font-size: 19px;
}

.e1e1-homework-card-heading > span {
    flex: 0 0 auto;
    padding: 5px 9px;
    border-radius: 999px;
    color: #84530f;
    background: var(--e1e1-module-accent-soft, #fff1d9);
    font-size: 10px;
    font-weight: 800;
}

.e1e1-teacher-homework-card .e1e1-homework-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.e1e1-teacher-homework-card .e1e1-homework-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 13px;
    border: 1px solid var(--e1e1-line);
    border-radius: 14px;
    background: #fff;
}

.e1e1-teacher-homework-card .e1e1-homework-description {
    margin-top: 5px;
    color: var(--e1e1-muted);
    line-height: 1.5;
}

.e1e1-teacher-homework-card .e1e1-homework-due-date {
    display: block;
    margin-top: 8px;
    color: #8a5c20;
    font-weight: 700;
}

.e1e1-homework-status-label {
    align-self: start;
    padding: 5px 8px;
    border-radius: 999px;
    white-space: nowrap;
    font-size: 10px;
    font-weight: 850;
}

.e1e1-homework-status-assigned .e1e1-homework-status-label {
    color: #87560f;
    background: #fff0cc;
}

.e1e1-homework-status-submitted .e1e1-homework-status-label {
    color: #8a3e19;
    background: #ffe4d5;
}

.e1e1-homework-status-approved .e1e1-homework-status-label {
    color: #356833;
    background: #e6f4df;
}

.e1e1-homework-status-revision .e1e1-homework-status-label {
    color: #74446f;
    background: #f2e2f2;
}

.e1e1-teacher-homework-actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
}

.e1e1-teacher-homework-actions form {
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin: 0;
    padding: 11px;
    border: 1px solid var(--e1e1-line);
    border-radius: 12px;
    background: var(--e1e1-paper-soft);
}

.e1e1-teacher-homework-actions textarea,
.e1e1-teacher-homework-actions input[type="date"] {
    width: 100% !important;
    max-width: none;
    margin: 7px 0 !important;
    padding: 9px 10px;
    border: 1px solid var(--e1e1-line-strong);
    border-radius: 10px;
    color: var(--e1e1-ink);
    background: #fff;
}

.e1e1-teacher-homework-actions button {
    width: 100%;
    min-height: 38px;
    margin-top: auto;
    color: #fff;
    background: var(--e1e1-accent);
}

.e1e1-student-desk.is-module-homework .e1e1-new-card-section {
    border-color: rgba(185, 116, 28, .2);
    background: linear-gradient(145deg, var(--e1e1-paper), #fff8ee);
}

.e1e1-homework-content-form p {
    margin: 0 0 13px;
}

.e1e1-homework-content-form input,
.e1e1-homework-content-form textarea {
    margin-top: 6px;
    border-color: var(--e1e1-line-strong);
    color: var(--e1e1-ink);
    background: #fff;
}

.e1e1-homework-add-button {
    width: 100%;
    min-height: 40px;
    color: #84530f;
    background: var(--e1e1-module-accent-soft, #fff1d9);
}

.e1e1-homework-preview-list {
    display: grid;
    gap: 8px;
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
}

.e1e1-homework-preview-list li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 10px;
    border: 1px solid var(--e1e1-line);
    border-radius: 11px;
    background: rgba(255,255,255,.76);
}

.e1e1-homework-remove-button {
    align-self: start;
    border: 0;
    color: #8a3e19;
    background: #ffe4d5;
}

@media (max-width: 700px) {
    body.e1e1-tool-create-open {
        overflow: hidden;
    }

    body.e1e1-tool-create-open::before {
        content: '';
        position: fixed;
        z-index: 10025;
        inset: 0;
        background: rgba(42, 32, 24, .48);
        backdrop-filter: blur(3px);
    }

    .e1e1-student-desk.is-tool-focused {
        padding-bottom: 92px;
    }

    .e1e1-student-desk.is-module-homework .e1e1-module-group-content {
        padding: 10px;
    }

    .e1e1-teacher-homework-card {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 9px;
        padding: 11px;
        border-left-width: 4px;
        border-radius: 14px;
    }

    .e1e1-teacher-homework-card > .e1e1-card-icon {
        width: 38px;
        height: 38px;
        border-radius: 12px;
        font-size: 18px;
    }

    .e1e1-homework-card-heading h3 {
        font-size: 17px;
    }

    .e1e1-teacher-homework-card .e1e1-homework-item {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 11px;
    }

    .e1e1-homework-status-label {
        justify-self: start;
    }

    .e1e1-teacher-homework-actions {
        grid-template-columns: 1fr;
    }

    .e1e1-tool-create-fab {
        position: fixed;
        z-index: 10020;
        right: 18px;
        bottom: calc(78px + env(safe-area-inset-bottom, 0px));
        display: inline-flex;
        align-items: center;
        gap: 7px;
        min-height: 48px;
        padding: 9px 15px 9px 10px;
        border: 0;
        border-radius: 999px;
        color: #fff;
        background: var(--e1e1-accent);
        box-shadow: 0 12px 28px rgba(63, 43, 28, .25);
    }

    .e1e1-tool-create-fab > span {
        display: grid;
        place-items: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: rgba(255,255,255,.16);
        font-size: 23px;
    }

    .e1e1-tool-create-fab strong {
        font-size: 12px;
    }

    .e1e1-student-desk .e1e1-new-card-section {
        position: fixed !important;
        z-index: 10030;
        inset: 8px 8px auto;
        display: none;
        min-height: 0;
        margin: 0;
        border-radius: 20px;
        overflow-x: hidden;
        overflow-y: auto;
        scroll-padding: 70px 0 180px;
        color: var(--e1e1-ink);
        background: linear-gradient(145deg, #fffaf3, var(--e1e1-paper));
        box-shadow: 0 22px 70px rgba(35, 25, 18, .34);
        -webkit-overflow-scrolling: touch;
    }

    .e1e1-student-desk .e1e1-new-card-section.is-mobile-open {
        display: block;
    }

    .e1e1-tool-create-close {
        position: sticky;
        z-index: 4;
        top: 8px;
        float: right;
        display: grid;
        place-items: center;
        width: 42px;
        height: 42px;
        margin: 0 0 -42px;
        border: 1px solid var(--e1e1-line-strong);
        border-radius: 50%;
        color: var(--e1e1-ink);
        background: #fff;
        box-shadow: 0 7px 18px rgba(63,43,28,.13);
        font-size: 24px;
    }

    .e1e1-new-card-section > .e1e1-section-heading {
        padding-right: 50px;
    }

    .e1e1-new-card-section .e1e1-module-form {
        padding-bottom: max(24px, env(safe-area-inset-bottom, 0px));
    }
}


/* =========================================================
   İlk Modül Dörtlüsü 2.1 — kompakt başlık ölçeği
   ========================================================= */

.e1e1-student-desk.is-tool-focused .e1e1-page-shell-title {
    gap: 14px;
    margin-top: 14px;
}

.e1e1-student-desk.is-tool-focused .e1e1-page-shell-icon {
    width: 60px;
    height: 60px;
    flex-basis: 60px;
    border-radius: 19px;
    font-size: 28px;
}

.e1e1-student-desk.is-tool-focused .e1e1-page-shell-title h1 {
    margin: 5px 0 4px;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.08;
}

.e1e1-student-desk.is-tool-focused .e1e1-page-shell-title p {
    max-width: 720px;
    font-size: 14px;
    line-height: 1.45;
}

.e1e1-student-desk.is-tool-focused
    .e1e1-student-modules-section > .e1e1-section-heading h2,
.e1e1-student-desk.is-tool-focused
    .e1e1-new-card-section > .e1e1-section-heading h2 {
    margin: 0 0 5px;
    font-size: clamp(20px, 2vw, 25px);
    line-height: 1.18;
}

.e1e1-student-desk.is-tool-focused
    .e1e1-student-modules-section > .e1e1-section-heading p,
.e1e1-student-desk.is-tool-focused
    .e1e1-new-card-section > .e1e1-section-heading p {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
}

.e1e1-student-desk.is-tool-focused
    .e1e1-module-group > summary strong {
    font-size: 15px;
}

@media (max-width: 700px) {
    .e1e1-student-desk.is-tool-focused > .e1e1-teacher-panel-header {
        margin-bottom: 10px;
        padding: 14px;
        border-radius: 17px;
    }

    .e1e1-student-desk.is-tool-focused .e1e1-breadcrumb {
        margin-bottom: 8px;
        font-size: 10px;
    }

    .e1e1-student-desk.is-tool-focused .e1e1-page-shell-title {
        align-items: center;
        gap: 10px;
        margin-top: 8px;
    }

    .e1e1-student-desk.is-tool-focused .e1e1-page-shell-icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        border-radius: 13px;
        font-size: 21px;
    }

    .e1e1-student-desk.is-tool-focused .e1e1-page-shell-title .e1e1-badge {
        padding: 3px 7px;
        font-size: 8px;
    }

    .e1e1-student-desk.is-tool-focused .e1e1-page-shell-title h1 {
        margin: 3px 0 2px;
        font-size: clamp(24px, 7vw, 29px);
        line-height: 1.05;
    }

    .e1e1-student-desk.is-tool-focused .e1e1-page-shell-title p {
        font-size: 10px;
        line-height: 1.35;
    }

    .e1e1-student-desk.is-tool-focused
        .e1e1-student-modules-section > .e1e1-section-heading,
    .e1e1-student-desk.is-tool-focused
        .e1e1-new-card-section > .e1e1-section-heading {
        margin-bottom: 10px;
    }

    .e1e1-student-desk.is-tool-focused
        .e1e1-student-modules-section > .e1e1-section-heading h2,
    .e1e1-student-desk.is-tool-focused
        .e1e1-new-card-section > .e1e1-section-heading h2 {
        margin-bottom: 3px;
        font-size: 18px;
        line-height: 1.15;
    }

    .e1e1-student-desk.is-tool-focused
        .e1e1-student-modules-section > .e1e1-section-heading p,
    .e1e1-student-desk.is-tool-focused
        .e1e1-new-card-section > .e1e1-section-heading p {
        font-size: 10px;
        line-height: 1.4;
    }

    .e1e1-student-desk.is-tool-focused
        .e1e1-module-group > summary {
        min-height: 48px;
        padding: 10px 12px;
    }

    .e1e1-student-desk.is-tool-focused
        .e1e1-module-group > summary strong {
        font-size: 13px;
    }

    .e1e1-student-desk.is-tool-focused
        .e1e1-module-group-count {
        font-size: 10px;
    }

    .e1e1-student-desk.is-tool-focused .e1e1-homework-card-heading h3 {
        font-size: 16px;
    }
}

/* =========================================================
   Çalışma Masası ortak kabuk son-katman güvencesi 1.0
   Dosyanın sonundadır: eski sayfa-özel kurallar bunu ezemez.
   ========================================================= */

.e1e1-teacher-tool-page .e1e1-teacher-panel-header,
.e1e1-page-shell .e1e1-page-shell-header,
.e1e1-agenda-page .e1e1-agenda-page-header {
    margin-bottom: 18px;
    padding: 18px 20px;
    border: 1px solid var(--e1e1-line, rgba(104, 79, 56, .16));
    border-radius: 20px;
    background: linear-gradient(135deg, #FAEFE0 0%, #fff8ef 100%);
}

.e1e1-tool-page-title-row,
.e1e1-page-shell-title,
.e1e1-agenda-title-row {
    align-items: center;
    gap: 14px;
    margin-top: 12px;
}

.e1e1-tool-page-icon,
.e1e1-page-shell-icon,
.e1e1-agenda-title-icon {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    border-radius: 19px;
    font-size: 28px;
}

.e1e1-tool-page-title-row h1,
.e1e1-page-shell-title h1,
.e1e1-agenda-title-row h1 {
    margin: 4px 0 3px;
    color: var(--e1e1-brand, #21479a);
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.08;
}

.e1e1-tool-page-title-row p,
.e1e1-page-shell-title p,
.e1e1-agenda-title-row p {
    max-width: 760px;
    margin: 0;
    color: var(--e1e1-muted, #78695e);
    font-size: 14px;
    line-height: 1.45;
}

.e1e1-tool-student-picker > .e1e1-section-heading h2 {
    margin: 3px 0 5px;
    font-size: clamp(22px, 2.2vw, 28px);
    line-height: 1.15;
}

.e1e1-tool-switcher,
.e1e1-page-tool-dock,
.e1e1-agenda-command-shell .e1e1-page-tool-dock {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: 9px;
}

.e1e1-tool-switcher a,
.e1e1-page-tool-dock a,
.e1e1-agenda-command-shell .e1e1-page-tool-dock a {
    min-width: 0;
    min-height: 76px;
    padding: 10px 6px;
}

.e1e1-tool-switcher a strong,
.e1e1-page-tool-dock a strong {
    overflow: visible;
    font-size: 11px;
    line-height: 1.2;
    text-overflow: clip;
    white-space: nowrap;
}

@media (max-width: 1050px) and (min-width: 701px) {
    .e1e1-tool-switcher,
    .e1e1-page-tool-dock,
    .e1e1-agenda-command-shell .e1e1-page-tool-dock {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .e1e1-teacher-tool-page .e1e1-teacher-panel-header,
    .e1e1-page-shell .e1e1-page-shell-header,
    .e1e1-agenda-page .e1e1-agenda-page-header {
        margin-bottom: 12px;
        padding: 14px;
        border-radius: 17px;
    }

    .e1e1-tool-page-title-row,
    .e1e1-page-shell-title,
    .e1e1-agenda-title-row {
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr);
        align-items: center;
        gap: 10px;
        margin-top: 8px;
    }

    .e1e1-tool-page-icon,
    .e1e1-page-shell-icon,
    .e1e1-agenda-title-icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        border-radius: 13px;
        font-size: 21px;
    }

    .e1e1-tool-page-title-row h1,
    .e1e1-page-shell-title h1,
    .e1e1-agenda-title-row h1 {
        margin: 2px 0;
        font-size: clamp(24px, 7vw, 29px);
        line-height: 1.05;
    }

    .e1e1-tool-page-title-row p,
    .e1e1-page-shell-title p,
    .e1e1-agenda-title-row p {
        font-size: 10px;
        line-height: 1.35;
    }

    .e1e1-tool-switcher,
    .e1e1-page-tool-dock,
    .e1e1-agenda-command-shell .e1e1-page-tool-dock {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        overflow: visible;
        padding-bottom: 0;
    }

    .e1e1-tool-switcher a,
    .e1e1-page-tool-dock a,
    .e1e1-agenda-command-shell .e1e1-page-tool-dock a {
        display: flex;
        flex: initial;
        flex-direction: row;
        justify-content: flex-start;
        gap: 9px;
        width: auto;
        min-height: 58px;
        padding: 10px 12px;
        text-align: left;
    }

    .e1e1-tool-switcher a span,
    .e1e1-page-tool-dock a span {
        flex: 0 0 auto;
        font-size: 20px;
    }

    .e1e1-tool-switcher a strong,
    .e1e1-page-tool-dock a strong {
        min-width: 0;
        font-size: 12px;
        white-space: normal;
    }

    .e1e1-tool-student-picker {
        padding: 16px;
    }

    .e1e1-tool-student-picker > .e1e1-section-heading h2 {
        font-size: 21px;
    }
}
/* =========================================================
   Mobil İlk Görünüm 1.0
   Başlık yön gösterir; günlük işlem alanları önce gelir.
   ========================================================= */

/* Çalışma Masam: masaüstünde daha ince karşılama şeridi. */
.e1e1-workbench-v3-header {
    align-items: center;
    padding: 18px 22px;
    margin-bottom: 16px;
    border-radius: 20px;
}

.e1e1-workbench-v3-header h1 {
    margin: 4px 0 2px;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.08;
}

.e1e1-workbench-v3-header p {
    font-size: 13px;
    line-height: 1.4;
}

/* Çalışma alanı seçimi: karar alanı tanıtım metninden önce görünür. */
.e1e1-workspace-selector {
    padding: 28px 20px;
}

.e1e1-workspace-selector > section {
    width: min(1040px, 100%);
}

.e1e1-workspace-selector > section > header {
    margin-bottom: 22px;
}

.e1e1-workspace-selector > section > header h1 {
    max-width: 760px;
    margin: 10px auto 8px;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.05;
}

.e1e1-workspace-selector > section > header > p:last-child {
    max-width: 650px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.5;
}

.e1e1-workspace-grid {
    gap: 16px;
}

.e1e1-workspace-grid > a {
    min-height: 250px;
    padding: 28px;
}

@media (max-width: 700px) {
    /* Çalışma Masam günlük komuta sırası:
       Günün Akışı → Araçlar → Sessiz Rehber → Öğrenciler */
    .e1e1-workbench-v3-header {
        order: 1;
        gap: 8px;
        margin-bottom: 10px;
        padding: 12px 14px;
        border-radius: 15px;
    }

    .e1e1-workbench-v3-header h1 {
        margin: 3px 0 2px;
        font-size: 25px;
        line-height: 1.05;
    }

    .e1e1-workbench-v3-header p {
        font-size: 10px;
        line-height: 1.35;
    }

    .e1e1-workbench-v3-header .e1e1-badge {
        padding: 3px 7px;
        font-size: 8px;
    }

    .e1e1-workbench-command-grid {
        display: contents;
    }

    .e1e1-workbench-agenda {
        order: 2;
        margin-bottom: 10px;
    }

    .e1e1-workbench-toolbox {
        order: 3;
        margin-bottom: 10px;
    }

    .e1e1-workbench-guide-rail {
        order: 4;
        margin-bottom: 10px;
    }

    .e1e1-workbench-people-grid {
        order: 5;
    }

    /* Seçim sayfası: iki çalışma alanı da ilk görünümde yer bulur. */
    .e1e1-workspace-selector {
        display: block;
        min-height: 0;
        padding: 14px 12px 24px;
    }

    .e1e1-workspace-selector > section {
        padding: 16px;
        border-radius: 20px;
    }

    .e1e1-workspace-selector > section > header {
        margin-bottom: 14px;
        text-align: left;
    }

    .e1e1-workspace-eyebrow {
        display: inline-flex;
        padding: 6px 10px;
        font-size: 10px;
    }

    .e1e1-workspace-welcome {
        margin: 10px 0 4px;
        font-size: 13px;
    }

    .e1e1-workspace-selector > section > header h1 {
        max-width: none;
        margin: 4px 0 6px;
        font-size: 27px;
        line-height: 1.08;
    }

    .e1e1-workspace-selector > section > header > p:last-child {
        max-width: none;
        margin: 0;
        font-size: 11px;
        line-height: 1.4;
    }

    .e1e1-workspace-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .e1e1-workspace-grid > a {
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr) auto;
        grid-template-rows: auto auto;
        align-items: center;
        gap: 2px 11px;
        min-height: 0;
        padding: 14px;
        border-radius: 16px;
        text-align: left;
    }

    .e1e1-workspace-card-icon {
        grid-column: 1;
        grid-row: 1 / 3;
        width: 42px;
        height: 42px;
        margin: 0;
        border-radius: 13px;
        font-size: 19px;
    }

    .e1e1-workspace-grid > a small {
        grid-column: 2;
        grid-row: 1;
        font-size: 9px;
    }

    .e1e1-workspace-grid > a strong {
        grid-column: 2;
        grid-row: 2;
        margin: 0;
        font-size: 19px;
        line-height: 1.15;
    }

    .e1e1-workspace-grid > a p {
        display: none;
    }

    .e1e1-workspace-grid > a em {
        grid-column: 3;
        grid-row: 1 / 3;
        margin: 0;
        font-size: 0;
    }

    .e1e1-workspace-grid > a em b {
        font-size: 22px;
    }

    .e1e1-selector-logout {
        margin-top: 14px;
        font-size: 11px;
    }
}

/* Gelişim Merkezi 3.0 — bağlam güvenli sınav seyri */
.e1e1-progress-filter-panel.is-compact{display:grid;grid-template-columns:minmax(0,1.2fr) repeat(2,minmax(220px,.8fr));gap:12px;align-items:end}
.e1e1-progress-filter-panel.is-compact form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:end}
.e1e1-progress-filter-panel.is-compact .e1e1-progress-family-form{grid-template-columns:repeat(2,minmax(0,1fr)) auto}
.e1e1-progress-stat-grid small{display:block;margin-top:5px;color:var(--e1e1-muted);font-size:10px;line-height:1.4}
@media(max-width:900px){.e1e1-progress-filter-panel.is-compact{grid-template-columns:1fr}.e1e1-progress-filter-panel.is-compact form,.e1e1-progress-filter-panel.is-compact .e1e1-progress-family-form{grid-template-columns:repeat(2,minmax(0,1fr)) auto}}@media(max-width:700px){.e1e1-progress-filter-panel.is-compact form,.e1e1-progress-filter-panel.is-compact .e1e1-progress-family-form{grid-template-columns:1fr}.e1e1-progress-filter-panel.is-compact form button{width:100%}}
.e1e1-progress-source-section {
    margin: 0 0 18px;
    padding: 18px 20px;
    border: 1px solid var(--e1e1-line);
    border-radius: 20px;
    background: linear-gradient(145deg, #fffdf9, var(--e1e1-paper-soft));
    box-shadow: var(--e1e1-shadow);
}

.e1e1-progress-source-heading {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: end;
    margin-bottom: 14px;
}

.e1e1-progress-source-heading h2,
.e1e1-progress-source-heading p { margin: 0; }
.e1e1-progress-source-heading h2 { margin-top: 3px; font-size: 21px; color: var(--e1e1-ink); }
.e1e1-progress-source-heading p { max-width: 420px; color: var(--e1e1-muted); font-size: 12px; text-align: right; }

.e1e1-progress-source-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.e1e1-progress-source-card {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 2px 10px;
    align-items: center;
    min-width: 0;
    padding: 13px;
    border: 1px solid var(--e1e1-line);
    border-radius: 15px;
    background: #fff;
    font-style: normal;
}

.e1e1-progress-source-card > span {
    display: grid;
    grid-row: 1 / span 2;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: var(--e1e1-paper);
}

.e1e1-progress-source-card div { min-width: 0; }
.e1e1-progress-source-card small,
.e1e1-progress-source-card strong,
.e1e1-progress-source-card em { display: block; }
.e1e1-progress-source-card small { overflow: hidden; color: var(--e1e1-muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.e1e1-progress-source-card strong { color: var(--e1e1-ink); font-size: 15px; }
.e1e1-progress-source-card b { grid-row: 1 / span 2; color: var(--e1e1-accent-dark); font-size: 20px; }
.e1e1-progress-source-card em { grid-column: 2 / -1; color: var(--e1e1-muted); font-size: 10px; font-style: normal; }
.e1e1-progress-source-card.is-ready { border-color: rgba(47, 143, 145, .32); background: #f2fbfa; }
.e1e1-progress-source-card.is-attention { border-color: rgba(194, 129, 55, .32); background: #fff6e9; }
.e1e1-progress-source-card.is-attention > span { background: #ffead0; }
.e1e1-progress-source-card.is-attention b { color: #9b5d20; }

/* Dengeli ve sabit 3+3 bileşen paleti. */
.e1e1-progress-source-card:nth-child(6n + 1),
.e1e1-progress-source-card:nth-child(6n + 6) {
    background: #eef9f7;
}

.e1e1-progress-source-card:nth-child(6n + 2),
.e1e1-progress-source-card:nth-child(6n + 5) {
    background: #fff8ec;
}

.e1e1-progress-source-card:nth-child(6n + 3),
.e1e1-progress-source-card:nth-child(6n + 4) {
    background: #f0f5fa;
}

.e1e1-progress-source-card.is-attention {
    border-color: #c28137;
    box-shadow: inset 3px 0 0 #c28137;
}

@media (max-width: 700px) {
    .e1e1-progress-source-section { margin-bottom: 12px; padding: 14px; border-radius: 17px; }
    .e1e1-progress-source-heading { display: block; margin-bottom: 10px; }
    .e1e1-progress-source-heading h2 { font-size: 18px; }
    .e1e1-progress-source-heading p { margin-top: 4px; text-align: left; }
    .e1e1-progress-source-grid { grid-template-columns: 1fr; }
}

/* Öğretmen uygulama kabuğu minimal footer'a boşluksuz bağlanır. */
body:has(.e1e1-teacher-panel) .site-content,
body:has(.e1e1-teacher-panel) .site-content > .ast-container,
body:has(.e1e1-teacher-panel) #primary,
body:has(.e1e1-teacher-panel) .site-main,
body:has(.e1e1-teacher-panel) article.hentry,
body:has(.e1e1-teacher-panel) .entry-content {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

body:has(.e1e1-teacher-panel) .site-footer,
body:has(.e1e1-teacher-panel) #colophon {
    margin-top: 0 !important;
}

/* Öğrenci masası: öğretmenin müdahale odaklı genel görünümü. */
.e1e1-student-overview { padding: 20px!important; }
.e1e1-student-overview .e1e1-section-heading { margin-bottom: 14px; }
.e1e1-student-overview .e1e1-section-heading h2 { margin: 2px 0 4px; font-size: clamp(21px,2vw,28px); }
.e1e1-student-overview-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.e1e1-student-overview-card { display: grid; grid-template-columns: 38px minmax(0,1fr) auto; gap: 9px; align-items: center; min-width: 0; padding: 12px; border: 1px solid #e5ded4; border-radius: 14px; background: #fffaf2; color: inherit; text-decoration: none!important; transition: transform .16s ease,border-color .16s ease,box-shadow .16s ease; }
.e1e1-student-overview-card:hover { transform: translateY(-1px); border-color: #85c8c5; box-shadow: 0 8px 20px rgba(28,63,89,.08); }
.e1e1-student-overview-card>span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: #e9f6f4; }
.e1e1-student-overview-card>div { min-width: 0; }
.e1e1-student-overview-card small,.e1e1-student-overview-card strong,.e1e1-student-overview-card em { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.e1e1-student-overview-card small { color: var(--e1e1-muted); font-size: 9px; }
.e1e1-student-overview-card strong { color: var(--e1e1-ink); font-size: 14px; }
.e1e1-student-overview-card em { color: #657b88; font-size: 9px; font-style: normal; }
.e1e1-student-overview-card>b { color: #147e80; font-size: 17px; }
.e1e1-student-overview-card>i { display: none; font-style: normal; }
.e1e1-student-overview-card.is-attention { border-color: #dca35f; box-shadow: inset 3px 0 0 #c28137; }
.e1e1-student-overview-card.is-attention>span { background: #fff0dc; }
.e1e1-student-overview-card:nth-child(6n+3),.e1e1-student-overview-card:nth-child(6n+4) { background: #f2f7fb; }
.e1e1-student-overview-lower { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); gap: 10px; margin-top: 10px; }
.e1e1-student-overview-followup,.e1e1-student-private-note { padding: 14px; border: 1px solid #e5ded4; border-radius: 14px; background: #fff; }
.e1e1-student-overview-followup>div:first-child,.e1e1-student-private-note>div:first-child { display: flex; gap: 9px; align-items: flex-start; }
.e1e1-student-overview-followup p,.e1e1-student-private-note p { margin: 0; }
.e1e1-student-overview-followup strong,.e1e1-student-private-note strong { display: block; color: var(--e1e1-ink); font-size: 14px; }
.e1e1-student-overview-followup small,.e1e1-student-private-note small { display: block; color: #657b88; font-size: 10px; line-height: 1.4; }
.e1e1-student-overview-followup dl { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin: 11px 0; }
.e1e1-student-overview-followup dl>div { padding: 8px 10px; border-radius: 10px; background: #eff8f7; }
.e1e1-student-overview-followup dt { color: #657b88; font-size: 9px; }
.e1e1-student-overview-followup dd { margin: 0; color: #173e73; font-size: 13px; font-weight: 800; }
.e1e1-student-overview-followup>a { color: #087d7f; font-size: 11px; font-weight: 800; }
.e1e1-student-private-note form { display: grid; gap: 7px; margin-top: 10px; }
.e1e1-student-private-note textarea { width: 100%; min-height: 72px; resize: vertical; border: 1px solid #dbe3e6; border-radius: 10px; padding: 10px; font-size: 11px; }
.e1e1-student-private-note button { justify-self: end; min-height: 34px; padding: 7px 12px; border: 0; border-radius: 9px; background: #0f9295; color: #fff; font-size: 11px; font-weight: 800; }
.e1e1-student-private-note-notice { margin-top: 8px!important; padding: 7px 9px; border-radius: 8px; background: #e8f7ef; color: #326a43; font-size: 10px; }
.e1e1-student-overview-attention { margin-top: 10px; padding-top: 12px; border-top: 1px solid #e8e1d8; }
.e1e1-student-overview-attention>strong { color: #9a5d18; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.e1e1-student-overview-attention>div { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin-top: 7px; }
.e1e1-student-overview-attention a { display: grid; grid-template-columns: auto 1fr auto; gap: 8px; align-items: center; padding: 9px 10px; border-radius: 10px; background: #fff6e9; color: inherit; text-decoration: none!important; }
.e1e1-student-overview-attention p,.e1e1-student-overview-attention b,.e1e1-student-overview-attention small { display: block; margin: 0; }
.e1e1-student-overview-attention b { color: #70451d; font-size: 11px; }
.e1e1-student-overview-attention small { color: #7b6c5e; font-size: 9px; }
.e1e1-student-overview-attention i { font-style: normal; }

@media (max-width: 900px) {
    .e1e1-student-overview-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .e1e1-student-overview-lower { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
    .e1e1-student-overview { padding: 14px!important; }
    .e1e1-student-overview .e1e1-section-heading h2 { font-size: 19px; }
    .e1e1-student-overview-grid { grid-template-columns: 1fr; }
    .e1e1-student-overview-card { grid-template-columns: 36px minmax(0,1fr) auto auto; padding: 10px; }
    .e1e1-student-overview-card>span { width: 36px; height: 36px; }
    .e1e1-student-overview-card>i { display: block; }
    .e1e1-student-overview-attention>div { grid-template-columns: 1fr; }
}

@media (max-width: 980px) and (min-width: 701px) {
    .e1e1-progress-source-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Gelişim Merkezi: az kaydırmayla daha çok sonuç görünümü. */
.e1e1-teacher-progress-page .e1e1-progress-filter-panel.is-compact {
    margin-bottom: 12px;
    padding: 13px 15px;
    gap: 10px;
}

.e1e1-teacher-progress-page .e1e1-progress-filter-panel .e1e1-section-heading h2 {
    margin: 2px 0 3px;
    font-size: clamp(16px, 1.35vw, 19px);
    line-height: 1.2;
}

.e1e1-teacher-progress-page .e1e1-progress-filter-panel .e1e1-section-heading p {
    font-size: 11px;
    line-height: 1.35;
}

.e1e1-teacher-progress-page .e1e1-progress-filter-panel .e1e1-section-kicker {
    font-size: 9px;
}

@media (max-width: 700px) {
    .e1e1-teacher-progress-page .e1e1-progress-filter-panel.is-compact {
        padding: 11px 12px;
    }
}
/* Çalışma Masam: masaüstünde site menüsü altındaki gereksiz boşluğu azalt. */
@media (min-width: 1181px) {
    .e1e1-workbench-tool-dock {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
}

/* Öğrenci araçları: başlık ve öğrenci geçişi tek kartta. */
.e1e1-student-desk.is-tool-focused > .e1e1-teacher-panel-header {
    padding: 18px 20px;
    border: 1px solid var(--e1e1-line, rgba(105,82,61,.16));
    border-radius: 20px;
    background: linear-gradient(135deg, #faf0e1, #fff9f1);
    box-shadow: 0 12px 28px rgba(31,55,76,.07);
}

.e1e1-student-tool-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.e1e1-student-tool-header-row > .e1e1-page-shell-title {
    min-width: 0;
    flex: 1 1 auto;
}

.e1e1-inline-student-switcher {
    z-index: 20;
    flex: 0 0 min(34%, 360px);
    width: min(34%, 360px);
    margin: 0;
}

.e1e1-inline-student-switcher summary {
    background: rgba(255,255,255,.86);
}

@media (max-width: 760px) {
    .e1e1-student-tool-header-row {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }

    .e1e1-inline-student-switcher {
        flex-basis: auto;
        width: 100%;
    }

    .e1e1-inline-student-switcher .e1e1-student-switcher-menu {
        position: relative;
        top: auto;
        margin-top: 7px;
    }
}

@media (min-width: 701px) {
    .e1e1-teacher-panel.e1e1-workbench-v3,
    .e1e1-teacher-panel.e1e1-page-shell,
    .e1e1-teacher-panel.e1e1-teacher-tool-page,
    .e1e1-teacher-panel.e1e1-student-desk,
    .e1e1-teacher-panel.e1e1-agenda-page-v2,
    .e1e1-teacher-panel.e1e1-agenda-page,
    .e1e1-teacher-panel.e1e1-silent-tracking-page-v21,
    .e1e1-teacher-panel.e1e1-announcements-page,
    .e1e1-teacher-panel.e1e1-message-center-page,
    .e1e1-teacher-panel.e1e1-resource-center-page,
    .e1e1-teacher-panel.e1e1-exam-center-page,
    .e1e1-teacher-panel.e1e1-teacher-progress-page,
    .e1e1-teacher-panel.e1e1-guide-page {
        margin-top: 18px;
        padding-top: 0;
    }

    .e1e1-teacher-panel.e1e1-workbench-v3 {
        margin-bottom: 30px;
    }
}

/* Ortak sayfa başlığı: özel modüller de aynı çalışma genişliğini kullanır. */
.e1e1-teacher-panel.e1e1-resource-center-page.e1e1-page-shell,
.e1e1-teacher-panel.e1e1-exam-center-page.e1e1-page-shell,
.e1e1-teacher-panel.e1e1-teacher-progress-page.e1e1-page-shell {
    width: min(1400px, calc(100vw - 48px));
    max-width: 1400px;
}

.e1e1-page-shell-header > .e1e1-student-tool-header-row {
    margin-top: 12px;
}

.e1e1-page-shell-header > .e1e1-student-tool-header-row > .e1e1-page-shell-title {
    margin-top: 0;
}

/* Başlık simgesi metin bloğunun önüne geçmeden görsel merkezde dursun. */
.e1e1-tool-page-icon,
.e1e1-page-shell-icon,
.e1e1-agenda-title-icon {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
    border-radius: 17px;
    font-size: 25px;
}

@media (min-width: 701px) {
    .e1e1-teacher-panel.e1e1-exam-center-page.e1e1-page-shell,
    .e1e1-teacher-panel.e1e1-teacher-progress-page.e1e1-page-shell {
        margin-top: 18px;
    }
}

.e1e1-agenda-tab-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.e1e1-agenda-tab-row .e1e1-agenda-tabs {
    flex: 1 1 auto;
}

.e1e1-agenda-new-note-action {
    flex: 0 0 auto;
    padding: 12px 16px;
    border-radius: 14px;
    background: #109b9c;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 700px) {
    .e1e1-teacher-panel.e1e1-resource-center-page.e1e1-page-shell,
    .e1e1-teacher-panel.e1e1-exam-center-page.e1e1-page-shell,
    .e1e1-teacher-panel.e1e1-teacher-progress-page.e1e1-page-shell {
        width: calc(100% - 24px);
    }

    .e1e1-agenda-tab-row {
        align-items: stretch;
        flex-direction: column;
    }

    .e1e1-agenda-new-note-action {
        text-align: center;
    }
}

/* Gelişim Merkezi: Sessiz Takip çalışma ritmi ikinci katmanı. */
.e1e1-progress-rhythm {
    margin: 0 0 12px;
    overflow: hidden;
    border: 1px solid #ded8ce;
    border-radius: 17px;
    background: #fffdf9;
}

.e1e1-progress-rhythm > summary {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 11px;
    align-items: center;
    padding: 13px 15px;
    cursor: pointer;
    list-style: none;
}

.e1e1-progress-rhythm > summary::-webkit-details-marker { display: none; }
.e1e1-progress-rhythm > summary > span:first-child {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #e6f6f3;
}
.e1e1-progress-rhythm > summary > span:nth-child(2) { min-width: 0; }
.e1e1-progress-rhythm > summary small,
.e1e1-progress-rhythm > summary strong,
.e1e1-progress-rhythm > summary em { display: block; }
.e1e1-progress-rhythm > summary small { color: #9a5d18; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.e1e1-progress-rhythm > summary strong { color: var(--e1e1-ink); font-size: 17px; }
.e1e1-progress-rhythm > summary em { overflow: hidden; color: var(--e1e1-muted); font-size: 11px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.e1e1-progress-rhythm > summary > b { transition: transform .2s ease; }
.e1e1-progress-rhythm[open] > summary > b { transform: rotate(180deg); }
.e1e1-progress-rhythm-body { padding: 0 15px 15px; border-top: 1px solid #ece6dd; }
.e1e1-progress-rhythm-windows { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 13px; }
.e1e1-progress-rhythm-windows article { padding: 13px; border-radius: 13px; background: #f2f8f8; }
.e1e1-progress-rhythm-windows small,
.e1e1-progress-rhythm-windows strong,
.e1e1-progress-rhythm-windows span,
.e1e1-progress-rhythm-windows em { display: block; }
.e1e1-progress-rhythm-windows small { color: #547080; font-size: 10px; }
.e1e1-progress-rhythm-windows strong { margin: 2px 0; color: #173e73; font-size: 18px; }
.e1e1-progress-rhythm-windows span,.e1e1-progress-rhythm-windows em { color: #617887; font-size: 10px; font-style: normal; }
.e1e1-progress-rhythm-domains { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 8px; margin-top: 10px; }
.e1e1-progress-rhythm-domains article { display: grid; grid-template-columns: auto 1fr; gap: 2px 7px; padding: 10px; border: 1px solid #e8e1d8; border-radius: 12px; }
.e1e1-progress-rhythm-domains article>span { grid-row: 1 / span 3; }
.e1e1-progress-rhythm-domains strong { color: #173e73; font-size: 12px; }
.e1e1-progress-rhythm-domains small { color: #617887; font-size: 9px; }
.e1e1-progress-rhythm-signals { display: grid; gap: 7px; margin-top: 10px; }
.e1e1-progress-rhythm-signals p { margin: 0; padding: 9px 11px; border-radius: 10px; background: #f4f7f8; color: #526c7e; font-size: 11px; }
.e1e1-progress-rhythm-signals p.is-positive { background: #eaf7ee; color: #326a43; }
.e1e1-progress-rhythm-signals p.is-attention { background: #fff3e3; color: #89531c; }
.e1e1-progress-rhythm-note { margin: 10px 0 0; color: #758794; font-size: 9px; line-height: 1.45; }

@media (max-width: 700px) {
    .e1e1-progress-rhythm > summary { padding: 11px 12px; }
    .e1e1-progress-rhythm > summary em { white-space: normal; }
    .e1e1-progress-rhythm-body { padding: 0 12px 12px; }
    .e1e1-progress-rhythm-windows { grid-template-columns: 1fr 1fr; }
    .e1e1-progress-rhythm-domains { grid-template-columns: 1fr 1fr; }
    .e1e1-progress-rhythm-domains article:last-child { grid-column: 1 / -1; }
}
.e1e1-catalog-toolbar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0 0 8px}.e1e1-resource-catalog-picker .e1e1-catalog-search{grid-column:1/-1}.e1e1-resource-catalog-picker .e1e1-catalog-search,.e1e1-catalog-toolbar select{min-width:0;width:100%;max-width:100%;margin:0;padding:10px 12px;border:1px solid #d8e1e4;border-radius:10px;background:#fff}
.e1e1-catalog-result-summary{display:flex;gap:5px;align-items:center;margin:0 0 10px;color:#6b7b83;font-size:.78rem}.e1e1-catalog-result-summary strong{color:#12355a}
.e1e1-catalog-grid{display:grid;grid-template-columns:1fr;gap:7px;max-height:360px;overflow:auto;padding:2px 4px 2px 2px;margin-bottom:14px;scrollbar-width:thin}
.e1e1-catalog-card{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"radio title domain" "radio meta meta";align-items:center;column-gap:9px;row-gap:3px;min-height:0;padding:11px 12px;border:1px solid #dbe3e5;border-radius:11px;background:#fff;cursor:pointer;transition:.18s ease}
.e1e1-catalog-card[hidden],.e1e1-catalog-no-results[hidden]{display:none!important}
.e1e1-catalog-card:hover{border-color:#24aaa9;transform:translateY(-1px)}
.e1e1-catalog-card:has(input:checked){border-color:#128f91;box-shadow:0 0 0 2px rgba(18,143,145,.13);background:#f1fbfa}
.e1e1-catalog-card input{grid-area:radio;margin:0}.e1e1-catalog-card strong{grid-area:title;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#12355a;font-size:.9rem}.e1e1-catalog-card small{grid-area:meta;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#617582;font-size:.76rem}.e1e1-catalog-domain{grid-area:domain;padding:3px 7px;border-radius:999px;background:#fff2df;color:#8b5725;font-size:.66rem;font-weight:700}
.e1e1-catalog-no-results{padding:18px;border:1px dashed #cbd8db;border-radius:11px;text-align:center;color:#617582;background:#f8fbfa;margin-bottom:14px}
.e1e1-catalog-pager{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:-4px 0 15px}.e1e1-catalog-pager button{padding:7px 10px!important;border:1px solid #d6e0e2!important;border-radius:9px!important;background:#fff!important;color:#174b65!important;font-size:.76rem!important}.e1e1-catalog-pager button:disabled{opacity:.4;cursor:not-allowed}.e1e1-catalog-pager span{color:#687a82;font-size:.74rem}.e1e1-resource-catalog-picker.is-loading .e1e1-catalog-grid{opacity:.48;pointer-events:none}
.e1e1-catalog-assignment-options{display:grid;grid-template-columns:1fr;gap:12px;margin:0 0 16px;padding:14px;border-radius:14px;background:#f7faf9}.e1e1-catalog-assignment-options>*{min-width:0}
.e1e1-catalog-assignment-options>label{display:flex;flex-direction:column;gap:7px}.e1e1-catalog-assignment-options textarea,.e1e1-catalog-assignment-options input{width:100%}
@media(max-width:900px){.e1e1-catalog-assignment-options{grid-template-columns:1fr}}
@media(max-width:560px){.e1e1-catalog-toolbar{grid-template-columns:1fr}.e1e1-resource-catalog-picker .e1e1-catalog-search{grid-column:auto}.e1e1-catalog-grid{max-height:320px}}
/* Homework 2.1 — öğretmen inceleme alanı */
.e1e1-teacher-homework-card .e1e1-homework-status-submitted { position:relative;display:block;min-width:0; }
.e1e1-teacher-homework-card .e1e1-homework-status-submitted > div { width:100%;min-width:0; }
.e1e1-teacher-homework-card .e1e1-homework-status-submitted > div > strong:first-child { display:block;padding-right:112px; }
.e1e1-teacher-homework-card .e1e1-homework-status-submitted > .e1e1-homework-status-label { position:absolute;top:13px;right:13px; }
.e1e1-teacher-homework-card .e1e1-teacher-homework-actions { width:100%;min-width:0;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:12px;margin-top:14px; }
.e1e1-teacher-homework-actions form,.e1e1-teacher-homework-actions textarea,.e1e1-teacher-homework-actions input[type="date"],.e1e1-teacher-homework-actions button { min-width:0;box-sizing:border-box; }
.e1e1-teacher-homework-actions textarea { display:block;min-height:78px;resize:vertical;line-height:1.45; }
.e1e1-teacher-homework-actions button { min-width:0; }
@media (max-width:560px) {
    .e1e1-teacher-homework-card .e1e1-homework-status-submitted > div > strong:first-child { padding-right:0; }
    .e1e1-teacher-homework-card .e1e1-homework-status-submitted > .e1e1-homework-status-label { position:static;display:inline-block;margin-top:9px; }
}

/* =========================================================
   Benim Alanım 1.0 — Öğretmen kişisel kaynak çalışma alanı
   ========================================================= */

.e1e1-workbench-my-space {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.e1e1-workbench-my-space-stats,
.e1e1-my-space-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
}

.e1e1-workbench-my-space-stats > span,
.e1e1-my-space-summary > span {
    display: grid;
    gap: 3px;
    padding: 12px;
    border: 1px solid var(--e1e1-line);
    border-radius: 15px;
    background: var(--e1e1-paper-soft);
}

.e1e1-workbench-my-space-stats strong,
.e1e1-my-space-summary strong {
    color: var(--e1e1-ink);
    font-size: 22px;
    line-height: 1;
}

.e1e1-workbench-my-space-stats small,
.e1e1-my-space-summary small {
    color: var(--e1e1-muted);
    font-size: 10px;
    font-weight: 750;
}

.e1e1-workbench-my-space-latest {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 11px 12px;
    border: 1px solid var(--e1e1-line);
    border-radius: 16px;
    background: #fff;
}

.e1e1-workbench-my-space-latest > span:first-child {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: var(--e1e1-paper);
    font-size: 20px;
}

.e1e1-workbench-my-space-latest > span:last-child {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.e1e1-workbench-my-space-latest small {
    color: var(--e1e1-muted);
    font-size: 10px;
    font-weight: 750;
}

.e1e1-workbench-my-space-latest strong {
    overflow: hidden;
    color: var(--e1e1-ink);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e1e1-workbench-my-space-open {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 46px;
    padding: 11px 14px;
    border: 0;
    border-radius: 14px;
    color: #fff;
    background: var(--e1e1-accent);
    text-decoration: none;
    font-weight: 800;
}

.e1e1-workbench-my-space-open:hover {
    color: #fff;
    background: var(--e1e1-accent-dark);
}

.e1e1-my-space-page {
    width: min(1380px, calc(100% - 40px));
    max-width: 1380px;
    margin: 36px auto;
}

.e1e1-my-space-header {
    padding: 22px;
    border: 1px solid var(--e1e1-line);
    border-radius: 24px;
    background:
        linear-gradient(
            135deg,
            var(--e1e1-paper) 0%,
            rgba(255, 255, 255, .94) 100%
        );
    box-shadow: var(--e1e1-shadow);
}

.e1e1-my-space-header .e1e1-breadcrumb {
    margin-bottom: 16px;
}

.e1e1-my-space-summary {
    margin: 0 0 18px;
}

.e1e1-my-space-layout {
    display: grid;
    grid-template-columns: minmax(250px, 320px) minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}

.e1e1-my-space-sidebar,
.e1e1-my-space-main {
    min-width: 0;
}

.e1e1-my-space-folder-panel,
.e1e1-my-space-content-panel {
    margin: 0;
}

.e1e1-my-space-folder-panel {
    position: sticky;
    top: 24px;
}

.e1e1-my-space-folder-tree,
.e1e1-my-space-folder-tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.e1e1-my-space-folder-tree ul {
    padding-left: 15px;
}

.e1e1-my-space-folder-link {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: center;
    gap: 7px;
    min-height: 40px;
    padding: 7px 9px;
    border-radius: 11px;
    color: inherit;
    text-decoration: none;
}

.e1e1-my-space-folder-link:hover {
    color: var(--e1e1-accent-dark);
    background: var(--e1e1-paper-soft);
}

.e1e1-my-space-folder-link.is-active {
    color: var(--e1e1-accent-dark);
    background: var(--e1e1-paper);
    box-shadow: inset 0 0 0 1px var(--e1e1-line-strong);
}

.e1e1-my-space-folder-link strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

.e1e1-my-space-new-folder {
    margin-top: 14px;
    border-top: 1px solid var(--e1e1-line);
    padding-top: 12px;
}

.e1e1-my-space-new-folder > summary {
    cursor: pointer;
    color: var(--e1e1-accent);
    font-size: 12px;
    font-weight: 800;
    list-style: none;
}

.e1e1-my-space-new-folder > summary::-webkit-details-marker {
    display: none;
}

.e1e1-my-space-new-folder form {
    display: grid;
    gap: 9px;
    margin-top: 10px;
}

.e1e1-my-space-new-folder label {
    display: grid;
    gap: 5px;
}

.e1e1-my-space-new-folder label span {
    color: var(--e1e1-muted);
    font-size: 10px;
    font-weight: 750;
}

.e1e1-my-space-new-folder input {
    width: 100%;
    min-height: 40px;
    box-sizing: border-box;
    padding: 8px 10px;
    border: 1px solid var(--e1e1-line-strong);
    border-radius: 10px;
    background: #fff;
}

.e1e1-my-space-new-folder button {
    width: 100%;
    min-height: 40px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: var(--e1e1-accent);
    font-weight: 800;
}

.e1e1-my-space-media-list {
    display: grid;
    gap: 10px;
}

.e1e1-my-space-media-card {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 13px;
    border: 1px solid var(--e1e1-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(87, 62, 41, .04);
}

.e1e1-my-space-media-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: var(--e1e1-paper-soft);
    font-size: 21px;
}

.e1e1-my-space-media-copy {
    min-width: 0;
}

.e1e1-my-space-media-copy > small {
    display: block;
    margin-bottom: 3px;
    color: var(--e1e1-muted);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.e1e1-my-space-media-copy > strong {
    display: block;
    overflow: hidden;
    color: var(--e1e1-ink);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e1e1-my-space-media-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 7px;
}

.e1e1-my-space-media-meta > span {
    padding: 4px 7px;
    border-radius: 999px;
    color: var(--e1e1-muted);
    background: var(--e1e1-paper-soft);
    font-size: 9px;
    font-weight: 800;
}

.e1e1-my-space-media-meta > span.is-approved {
    color: #356833;
    background: #e6f4df;
}

.e1e1-my-space-media-meta > span.is-pending {
    color: #87560f;
    background: #fff0cc;
}

.e1e1-my-space-media-meta > span.is-rejected {
    color: #8a3e19;
    background: #ffe4d5;
}

.e1e1-my-space-media-meta > span.is-private {
    color: var(--e1e1-accent-dark);
    background: var(--e1e1-paper);
}

.e1e1-my-space-empty {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 18px;
    border: 1px dashed var(--e1e1-line-strong);
    border-radius: 16px;
    background: var(--e1e1-paper-soft);
}

.e1e1-my-space-empty > span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: #fff;
    font-size: 22px;
}

.e1e1-my-space-empty strong {
    color: var(--e1e1-ink);
}

.e1e1-my-space-empty p {
    margin: 4px 0 0;
    color: var(--e1e1-muted);
    line-height: 1.5;
}

@media (max-width: 980px) {
    .e1e1-my-space-layout {
        grid-template-columns: 1fr;
    }

    .e1e1-my-space-folder-panel {
        position: static;
    }
}

@media (max-width: 700px) {
    .e1e1-my-space-page {
        width: min(100% - 24px, 1380px);
        margin: 18px auto;
    }

    .e1e1-my-space-header {
        padding: 16px;
        border-radius: 19px;
    }

    .e1e1-workbench-my-space-stats,
    .e1e1-my-space-summary {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
    }

    .e1e1-workbench-my-space-stats > span,
    .e1e1-my-space-summary > span {
        padding: 9px 7px;
        border-radius: 12px;
    }

    .e1e1-my-space-media-card {
        grid-template-columns: 40px minmax(0, 1fr);
        padding: 10px;
    }

    .e1e1-my-space-media-icon {
        width: 40px;
        height: 40px;
        border-radius: 12px;
        font-size: 18px;
    }
}



/* =========================================================
   Benim Alanım 2.0 — Kaynak ve klasör yönetimi
   ========================================================= */

.e1e1-my-space-layout-v2 {
    grid-template-columns: minmax(230px, 290px) minmax(0, 1fr) minmax(270px, 330px);
}

.e1e1-my-space-detail {
    min-width: 0;
}

.e1e1-my-space-detail-panel {
    position: sticky;
    top: 24px;
    margin: 0;
}

.e1e1-my-space-media-card {
    grid-template-columns: 46px minmax(0, 1fr) auto;
    color: inherit;
    text-decoration: none;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.e1e1-my-space-media-card:hover,
.e1e1-my-space-media-card.is-current {
    border-color: var(--e1e1-line-strong);
    box-shadow: var(--e1e1-shadow-hover);
}

.e1e1-my-space-media-card:hover {
    transform: translateY(-1px);
}

.e1e1-my-space-media-arrow {
    color: var(--e1e1-accent);
    font-weight: 900;
}

.e1e1-my-space-folder-action {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--e1e1-line);
}

.e1e1-my-space-folder-action > summary {
    cursor: pointer;
    color: var(--e1e1-accent);
    font-size: 12px;
    font-weight: 800;
    list-style: none;
}

.e1e1-my-space-folder-action > summary::-webkit-details-marker {
    display: none;
}

.e1e1-my-space-folder-action form {
    display: grid;
    gap: 8px;
    margin-top: 10px;
}

.e1e1-my-space-folder-action form + form {
    padding-top: 10px;
    border-top: 1px dashed var(--e1e1-line);
}

.e1e1-my-space-folder-action label,
.e1e1-my-space-detail-actions label {
    display: grid;
    gap: 5px;
}

.e1e1-my-space-folder-action label span,
.e1e1-my-space-detail-actions label span {
    color: var(--e1e1-muted);
    font-size: 10px;
    font-weight: 750;
}

.e1e1-my-space-folder-action input,
.e1e1-my-space-folder-action select,
.e1e1-my-space-detail-actions select {
    width: 100%;
    min-height: 40px;
    box-sizing: border-box;
    padding: 8px 10px;
    border: 1px solid var(--e1e1-line-strong);
    border-radius: 10px;
    background: #fff;
}

.e1e1-my-space-folder-action button,
.e1e1-my-space-detail-actions button {
    width: 100%;
    min-height: 40px;
    margin: 0;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: var(--e1e1-accent);
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}

.e1e1-my-space-folder-action button:hover,
.e1e1-my-space-detail-actions button:hover {
    background: var(--e1e1-accent-dark);
}

.e1e1-my-space-folder-action button.is-muted-danger,
.e1e1-my-space-detail-actions button.is-muted-danger {
    color: #8a3e19;
    background: #fff0e8;
    box-shadow: inset 0 0 0 1px #e9c9b8;
}

.e1e1-my-space-folder-action button.is-muted-danger:hover,
.e1e1-my-space-detail-actions button.is-muted-danger:hover {
    color: #743116;
    background: #ffe4d5;
}

.e1e1-my-space-detail-heading {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin-bottom: 16px;
}

.e1e1-my-space-detail-heading > span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: var(--e1e1-paper);
    font-size: 22px;
}

.e1e1-my-space-detail-heading small {
    display: block;
    margin-bottom: 3px;
    color: var(--e1e1-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.e1e1-my-space-detail-heading h2 {
    margin: 0;
    color: var(--e1e1-ink);
    font-size: 17px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.e1e1-my-space-detail-facts {
    display: grid;
    gap: 7px;
    margin: 0 0 16px;
}

.e1e1-my-space-detail-facts > div {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 8px;
    padding: 8px 9px;
    border-radius: 10px;
    background: var(--e1e1-paper-soft);
}

.e1e1-my-space-detail-facts dt,
.e1e1-my-space-detail-facts dd {
    margin: 0;
}

.e1e1-my-space-detail-facts dt {
    color: var(--e1e1-muted);
    font-size: 10px;
    font-weight: 750;
}

.e1e1-my-space-detail-facts dd {
    color: var(--e1e1-ink);
    font-size: 11px;
    font-weight: 800;
}

.e1e1-my-space-detail-actions {
    display: grid;
    gap: 12px;
    padding-top: 14px;
    border-top: 1px solid var(--e1e1-line);
}

.e1e1-my-space-detail-actions form {
    display: grid;
    gap: 8px;
    margin: 0;
}

.e1e1-my-space-safe-note {
    margin: 0;
    padding: 10px 11px;
    border-radius: 11px;
    color: var(--e1e1-muted);
    background: var(--e1e1-paper-soft);
    font-size: 10px;
    line-height: 1.5;
}

.e1e1-my-space-safe-note strong {
    color: var(--e1e1-ink);
}

.e1e1-my-space-detail-empty {
    display: grid;
    gap: 7px;
    text-align: center;
    padding: 14px 6px;
}

.e1e1-my-space-detail-empty > span {
    font-size: 28px;
}

.e1e1-my-space-detail-empty p {
    margin: 0;
    color: var(--e1e1-muted);
    font-size: 11px;
}

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

    .e1e1-my-space-detail {
        grid-column: 1 / -1;
    }

    .e1e1-my-space-detail-panel {
        position: static;
    }
}

@media (max-width: 820px) {
    .e1e1-my-space-layout-v2 {
        grid-template-columns: 1fr;
    }

    .e1e1-my-space-sidebar,
    .e1e1-my-space-main,
    .e1e1-my-space-detail {
        grid-column: auto;
    }
}


/* =========================================================
   Benim Alanım 3.0 — Öğretmen çalışma alanı rötuşları
   ========================================================= */

/* Sol klasör bölgesi yeniden rahat genişlikte. */
.e1e1-my-space-layout-v2 {
    grid-template-columns:
        minmax(310px, 340px)
        minmax(420px, 1fr)
        minmax(310px, 340px);
    gap: 18px;
}

.e1e1-my-space-sidebar,
.e1e1-my-space-main,
.e1e1-my-space-detail,
.e1e1-my-space-folder-panel,
.e1e1-my-space-content-panel,
.e1e1-my-space-detail-panel {
    min-width: 0;
}

.e1e1-my-space-folder-action form,
.e1e1-my-space-folder-action label,
.e1e1-my-space-folder-action input,
.e1e1-my-space-folder-action select,
.e1e1-my-space-folder-action button {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.e1e1-my-space-folder-action button {
    display: block;
    overflow-wrap: anywhere;
    white-space: normal;
}

/* Dosyayı kontrol etme kapısı */
.e1e1-my-space-open-media {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 44px;
    box-sizing: border-box;
    margin: 0 0 16px;
    padding: 10px 13px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: var(--e1e1-accent);
    text-decoration: none;
    font-size: 12px;
    font-weight: 850;
}

.e1e1-my-space-open-media:hover {
    color: #fff;
    background: var(--e1e1-accent-dark);
}

.e1e1-my-space-open-media.is-unavailable {
    justify-content: flex-start;
    color: var(--e1e1-muted);
    background: var(--e1e1-paper-soft);
    box-shadow: inset 0 0 0 1px var(--e1e1-line);
}

.e1e1-my-space-open-media.is-unavailable > span:last-child {
    display: grid;
    gap: 2px;
}

.e1e1-my-space-open-media.is-unavailable strong {
    color: var(--e1e1-ink);
    font-size: 11px;
}

.e1e1-my-space-open-media.is-unavailable small {
    font-size: 9px;
    line-height: 1.4;
}

/* Ayrıntı kartı artık bilgi gruplarıyla okunur. */
.e1e1-my-space-detail-group {
    margin: 0 0 15px;
    padding: 13px;
    border: 1px solid var(--e1e1-line);
    border-radius: 14px;
    background: rgba(255, 255, 255, .72);
}

.e1e1-my-space-detail-group > header {
    display: grid;
    gap: 2px;
    margin-bottom: 10px;
}

.e1e1-my-space-detail-group > header span {
    color: var(--e1e1-accent);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.e1e1-my-space-detail-group > header strong {
    color: var(--e1e1-ink);
    font-size: 12px;
}

.e1e1-my-space-detail-group .e1e1-my-space-detail-facts {
    margin-bottom: 0;
}

.e1e1-my-space-detail-facts > div {
    grid-template-columns: 88px minmax(0, 1fr);
}

.e1e1-my-space-detail-facts dd {
    min-width: 0;
    overflow-wrap: anywhere;
    font-weight: 750;
}

.e1e1-my-space-detail-note {
    margin-top: 9px;
    padding: 9px 10px;
    border-radius: 10px;
    background: var(--e1e1-paper-soft);
}

.e1e1-my-space-detail-note small {
    display: block;
    margin-bottom: 4px;
    color: var(--e1e1-muted);
    font-size: 9px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.e1e1-my-space-detail-note p {
    margin: 0;
    color: var(--e1e1-ink);
    font-size: 11px;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.e1e1-my-space-detail-note.is-reviewer {
    background: #f7f2e9;
}

.e1e1-my-space-detail-actions {
    margin-top: 2px;
}

@media (max-width: 1320px) {
    .e1e1-my-space-layout-v2 {
        grid-template-columns:
            minmax(300px, 330px)
            minmax(0, 1fr);
    }

    .e1e1-my-space-detail {
        grid-column: 1 / -1;
    }

    .e1e1-my-space-detail-panel {
        position: static;
    }
}

@media (max-width: 860px) {
    .e1e1-my-space-layout-v2 {
        grid-template-columns: 1fr;
    }

    .e1e1-my-space-sidebar,
    .e1e1-my-space-main,
    .e1e1-my-space-detail {
        grid-column: auto;
    }
}


/* =========================================================
   Benim Alanım 4.0 — Yeni Kaynak Ekle
   ========================================================= */

.e1e1-my-space-resource-create {
    margin: 0 0 14px;
    border: 1px solid var(--e1e1-line-strong);
    border-radius: 14px;
    background: var(--e1e1-paper-soft);
    overflow: hidden;
}

.e1e1-my-space-resource-create > summary {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 13px;
    cursor: pointer;
    list-style: none;
    color: var(--e1e1-ink);
}

.e1e1-my-space-resource-create > summary::-webkit-details-marker {
    display: none;
}

.e1e1-my-space-resource-create > summary > span:first-child {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 10px;
    color: #fff;
    background: var(--e1e1-accent);
    font-size: 18px;
    font-weight: 800;
}

.e1e1-my-space-resource-create > summary > span:last-child {
    display: grid;
    gap: 1px;
}

.e1e1-my-space-resource-create > summary strong {
    font-size: 12px;
}

.e1e1-my-space-resource-create > summary small {
    color: var(--e1e1-muted);
    font-size: 9px;
}

.e1e1-my-space-resource-create form {
    display: grid;
    gap: 11px;
    padding: 13px;
    border-top: 1px solid var(--e1e1-line);
    background: #fff;
}

.e1e1-my-space-resource-create label {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.e1e1-my-space-resource-create label > span {
    color: var(--e1e1-muted);
    font-size: 10px;
    font-weight: 800;
}

.e1e1-my-space-resource-create input[type="text"],
.e1e1-my-space-resource-create input[type="url"],
.e1e1-my-space-resource-create input[type="file"],
.e1e1-my-space-resource-create select,
.e1e1-my-space-resource-create textarea {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 9px 10px;
    border: 1px solid var(--e1e1-line-strong);
    border-radius: 10px;
    background: #fff;
    color: var(--e1e1-ink);
    font: inherit;
}

.e1e1-my-space-resource-create textarea {
    resize: vertical;
}

.e1e1-my-space-resource-create label small {
    color: var(--e1e1-muted);
    font-size: 9px;
    line-height: 1.4;
}

.e1e1-my-space-source-choice {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
}

.e1e1-my-space-source-choice label {
    display: block;
    position: relative;
}

.e1e1-my-space-source-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.e1e1-my-space-source-choice label > span {
    display: grid;
    place-items: center;
    min-height: 38px;
    padding: 7px 8px;
    border: 1px solid var(--e1e1-line);
    border-radius: 10px;
    background: var(--e1e1-paper-soft);
    cursor: pointer;
    text-align: center;
}

.e1e1-my-space-source-choice input:checked + span {
    color: var(--e1e1-accent);
    border-color: var(--e1e1-accent);
    background: #fff;
}

.e1e1-my-space-source-panel {
    display: grid;
    gap: 9px;
}

.e1e1-my-space-source-panel[hidden] {
    display: none !important;
}

.e1e1-my-space-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.e1e1-my-space-resource-destination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 9px 10px;
    border-radius: 10px;
    background: var(--e1e1-paper-soft);
}

.e1e1-my-space-resource-destination span {
    color: var(--e1e1-muted);
    font-size: 9px;
    font-weight: 750;
}

.e1e1-my-space-resource-destination strong {
    color: var(--e1e1-ink);
    font-size: 10px;
    text-align: right;
}

.e1e1-my-space-create-submit {
    width: 100%;
    min-height: 42px;
    border: 0;
    border-radius: 11px;
    color: #fff;
    background: var(--e1e1-accent);
    font-size: 11px;
    font-weight: 850;
    cursor: pointer;
}

.e1e1-my-space-create-submit:hover {
    background: var(--e1e1-accent-dark);
}

.e1e1-my-space-create-note {
    margin: 0;
    color: var(--e1e1-muted);
    font-size: 9px;
    line-height: 1.5;
}

@media (max-width: 560px) {
    .e1e1-my-space-form-grid,
    .e1e1-my-space-source-choice {
        grid-template-columns: 1fr;
    }
}


/* =========================================================
   Benim Alanım 4.1 — Platforma öner + taşma düzeltmesi
   ========================================================= */

.e1e1-my-space-resource-create,
.e1e1-my-space-resource-create form,
.e1e1-my-space-resource-create label,
.e1e1-my-space-resource-create input,
.e1e1-my-space-resource-create select,
.e1e1-my-space-resource-create textarea,
.e1e1-my-space-resource-create button {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.e1e1-my-space-resource-create input[type="file"] {
    display: block;
    width: 100%;
    overflow: hidden;
}

.e1e1-my-space-resource-create button {
    display: block;
    width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
}

.e1e1-my-space-platform-suggest {
    display: grid !important;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 9px !important;
    align-items: start;
    padding: 11px;
    border: 1px solid var(--e1e1-line-strong);
    border-radius: 11px;
    background: var(--e1e1-paper-soft);
    cursor: pointer;
}

.e1e1-my-space-platform-suggest > input {
    width: 16px !important;
    height: 16px;
    margin: 2px 0 0;
}

.e1e1-my-space-platform-suggest > span {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.e1e1-my-space-platform-suggest strong {
    color: var(--e1e1-ink);
    font-size: 11px;
}

.e1e1-my-space-platform-suggest small {
    color: var(--e1e1-muted);
    font-size: 9px;
    line-height: 1.45;
}

.e1e1-my-space-publication-fields {
    display: grid;
    gap: 8px;
    padding: 10px;
    border-left: 3px solid var(--e1e1-accent);
    border-radius: 0 10px 10px 0;
    background: var(--e1e1-paper-soft);
}

.e1e1-my-space-publication-fields[hidden] {
    display: none !important;
}

.e1e1-my-space-publication-fields p {
    margin: 0;
    color: var(--e1e1-muted);
    font-size: 9px;
    line-height: 1.5;
}

.e1e1-my-space-publication-fields p strong {
    color: var(--e1e1-ink);
}


/* =========================================================
   Benim Alanım 4.2 — Sonradan platform için öner
   ========================================================= */

.e1e1-my-space-late-suggest {
    margin: 0 0 14px;
}

.e1e1-my-space-late-suggest-state {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 9px;
    align-items: center;
    padding: 10px 11px;
    border-radius: 11px;
    background: var(--e1e1-paper-soft);
}

.e1e1-my-space-late-suggest-state > span:first-child {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    font-weight: 900;
}

.e1e1-my-space-late-suggest-state > span:last-child {
    display: grid;
    gap: 2px;
}

.e1e1-my-space-late-suggest-state strong {
    color: var(--e1e1-ink);
    font-size: 10px;
}

.e1e1-my-space-late-suggest-state small {
    color: var(--e1e1-muted);
    font-size: 9px;
}

.e1e1-my-space-late-suggest-state.is-approved > span:first-child {
    color: #356833;
    background: #e6f4df;
}

.e1e1-my-space-late-suggest-state.is-pending > span:first-child {
    color: #87560f;
    background: #fff0cc;
}

.e1e1-my-space-late-suggest-box {
    border: 1px solid var(--e1e1-line-strong);
    border-radius: 11px;
    background: var(--e1e1-paper-soft);
    overflow: hidden;
}

.e1e1-my-space-late-suggest-box > summary {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 9px;
    align-items: center;
    padding: 10px 11px;
    cursor: pointer;
    list-style: none;
}

.e1e1-my-space-late-suggest-box > summary::-webkit-details-marker {
    display: none;
}

.e1e1-my-space-late-suggest-box > summary > span:first-child {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    color: #fff;
    background: var(--e1e1-accent);
    font-weight: 900;
}

.e1e1-my-space-late-suggest-box > summary > span:last-child {
    display: grid;
    gap: 2px;
}

.e1e1-my-space-late-suggest-box > summary strong {
    color: var(--e1e1-ink);
    font-size: 10px;
}

.e1e1-my-space-late-suggest-box > summary small {
    color: var(--e1e1-muted);
    font-size: 9px;
    line-height: 1.35;
}

.e1e1-my-space-late-suggest-box form {
    display: grid;
    gap: 8px;
    padding: 10px 11px 11px;
    border-top: 1px solid var(--e1e1-line);
    background: #fff;
}

.e1e1-my-space-late-suggest-box label {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.e1e1-my-space-late-suggest-box label > span {
    color: var(--e1e1-muted);
    font-size: 9px;
    font-weight: 800;
}

.e1e1-my-space-late-suggest-box input,
.e1e1-my-space-late-suggest-box textarea,
.e1e1-my-space-late-suggest-box button {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.e1e1-my-space-late-suggest-box input,
.e1e1-my-space-late-suggest-box textarea {
    padding: 8px 9px;
    border: 1px solid var(--e1e1-line-strong);
    border-radius: 9px;
    background: #fff;
    font: inherit;
}

.e1e1-my-space-late-suggest-box textarea {
    resize: vertical;
}

.e1e1-my-space-late-suggest-box button {
    min-height: 38px;
    border: 0;
    border-radius: 9px;
    color: #fff;
    background: var(--e1e1-accent);
    font-size: 10px;
    font-weight: 850;
    white-space: normal;
    overflow-wrap: anywhere;
    cursor: pointer;
}

.e1e1-my-space-late-suggest-box button:hover {
    background: var(--e1e1-accent-dark);
}

/* =========================================================
   Canlı Ders — Ders Kaydı / Benim Alanım
   ========================================================= */
.e1e1-live-recording-panel{
    display:grid;gap:12px;margin:14px 0;padding:15px;
    border:1px solid var(--e1e1-line,rgba(16,47,83,.12));
    border-radius:16px;background:var(--e1e1-paper-soft,#f7f2e9);
    box-shadow:0 8px 22px rgba(16,47,83,.045)
}
.e1e1-live-recording-panel-head{
    display:grid;grid-template-columns:40px minmax(0,1fr);
    gap:10px;align-items:center
}
.e1e1-live-recording-panel-head>span{
    display:grid;place-items:center;width:40px;height:40px;
    border-radius:12px;background:#fff;font-size:19px
}
.e1e1-live-recording-panel-head>div{display:grid;gap:2px;min-width:0}
.e1e1-live-recording-panel-head strong{
    color:var(--e1e1-ink,#102f53);font-size:13px
}
.e1e1-live-recording-panel-head small,
.e1e1-live-recording-folder-field>small,
.e1e1-live-recording-refresh-note{
    color:var(--e1e1-muted,#687a88);font-size:10px;line-height:1.45
}
.e1e1-live-recording-folder-field{
    display:grid;gap:5px;padding:11px;border:1px solid rgba(16,47,83,.09);
    border-radius:12px;background:rgba(255,255,255,.72)
}
.e1e1-live-recording-folder-field>span{
    color:var(--e1e1-ink,#102f53);font-size:10px;font-weight:800
}
.e1e1-live-recording-folder-select{
    width:100%;min-width:0;min-height:40px;box-sizing:border-box;
    padding:8px 10px;border:1px solid var(--e1e1-line-strong,rgba(16,47,83,.18));
    border-radius:10px;background:#fff;color:var(--e1e1-ink,#102f53)
}
.e1e1-live-recording-progress-wrap{display:grid;gap:5px}
.e1e1-live-recording-progress-wrap progress{width:100%;height:9px}
.e1e1-live-recording-card-status{
    color:var(--e1e1-muted,#687a88);font-size:10px;line-height:1.45
}
.e1e1-live-recording-panel>.e1e1-live-recording-submit{
    width:100%;min-width:0;min-height:42px;box-sizing:border-box;
    margin:0;padding:9px 12px;border:0;border-radius:11px;
    background:var(--e1e1-accent,#1d6f78);color:#fff;font-weight:850;
    white-space:normal;overflow-wrap:anywhere;cursor:pointer
}
.e1e1-live-recording-panel>.e1e1-live-recording-submit:hover{
    background:var(--e1e1-accent-dark,#155a62)
}
.e1e1-live-recording-existing{display:grid;gap:7px}
.e1e1-live-recording-existing-item{
    display:grid;gap:3px;padding:9px 10px;border:1px solid rgba(16,47,83,.08);
    border-radius:10px;background:#fff
}
.e1e1-live-recording-existing-item strong{
    color:var(--e1e1-ink,#102f53);font-size:10px
}
.e1e1-live-recording-existing-item small{
    color:var(--e1e1-muted,#687a88);font-size:9px
}
.e1e1-live-recording-existing-item a{
    width:max-content;color:var(--e1e1-accent,#1d6f78);
    font-size:9px;font-weight:800;text-decoration:none
}
@media(max-width:600px){
    .e1e1-live-recording-panel{padding:12px;border-radius:13px}
}


/* Canlı Ders — kayıt izin / yayın geçişleri */
.e1e1-recording-consent-card{
    display:grid;
    gap:7px;
    margin-top:9px;
}
.e1e1-recording-consent-card>button{
    width:100%;
    min-width:0;
    box-sizing:border-box;
    white-space:normal;
}
.e1e1-recording-consent-card [data-consent-form]{
    display:grid;
    gap:9px;
    padding:10px;
    border:1px solid rgba(16,47,83,.09);
    border-radius:10px;
    background:var(--e1e1-paper-soft,#f7f2e9);
}
.e1e1-recording-consent-card [data-consent-form][hidden]{
    display:none!important;
}
.e1e1-recording-consent-card label{
    display:grid;
    gap:4px;
}
.e1e1-recording-consent-card select,
.e1e1-recording-consent-card textarea{
    width:100%;
    min-width:0;
    max-width:100%;
    box-sizing:border-box;
}
.e1e1-recording-consent-card [data-consent-message]{
    color:var(--e1e1-muted,#687a88);
    font-size:9px;
    line-height:1.4;
}


/* =========================================================
   Çalışma Masam 3.1 — Günlük çalışma sırası
   Başlık → Araç Kutusu → Günün Akışı + Benim Alanım → Öğrenciler
   ========================================================= */
.e1e1-workbench-students-full {
    margin-bottom: 22px;
}

@media (max-width: 700px) {
    .e1e1-workbench-v3-header { order: 1; }
    .e1e1-workbench-toolbox { order: 2; }
    .e1e1-workbench-command-grid { order: 3; }
    .e1e1-workbench-students-full { order: 4; margin-bottom: 0; }

    .e1e1-workbench-command-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 10px;
    }

    .e1e1-workbench-agenda,
    .e1e1-workbench-my-space {
        margin-bottom: 0;
    }
}

/* ==========================================================
   1e1 Ders — Pilot Görsel Kimlik Son Standardizasyonu
   Kaynak: PlatformSettings + yeni nesil Çalışma Masam / Yol Haritan /
   Rehber Masam bileşen dili. İşlevsel katmana dokunmaz.
   ========================================================== */
:root {
    --e1e1-brand: var(--e1e1-primary, #173f7a);
    --e1e1-brand-secondary: var(--e1e1-secondary, #176b8b);
    --e1e1-action: var(--e1e1-accent, #2bb7b3);
    --e1e1-app-bg: #fffdf8;
    --e1e1-parchment: #FAEFE0;
    --e1e1-parchment-soft: #FFF8EF;
    --e1e1-earth-soft: #f1dcc2;
    --e1e1-copy: #40352D;
    --e1e1-copy-muted: #78695E;
    --e1e1-ui-line: rgba(104, 79, 56, .16);
    --e1e1-ui-line-strong: rgba(104, 79, 56, .28);
    --e1e1-ui-shadow: 0 10px 28px rgba(87, 62, 41, .07);
    --e1e1-ui-shadow-hover: 0 14px 34px rgba(87, 62, 41, .11);
}

/* Yeni nesil platform sayfalarında marka başlıkları. */
.e1e1-teacher-panel :where(h1,h2,h3),
.e1e1-page-shell :where(h1,h2,h3),
.e1e1-guide-workbench :where(h1,h2,h3) {
    color: var(--e1e1-brand);
}

/* Astra / WordPress form mirasını platform kabuğunda nötralize et. */
.e1e1-teacher-panel :where(input:not([type="checkbox"]):not([type="radio"]),select,textarea),
.e1e1-page-shell :where(input:not([type="checkbox"]):not([type="radio"]),select,textarea),
.e1e1-guide-workbench :where(input:not([type="checkbox"]):not([type="radio"]),select,textarea) {
    box-sizing: border-box;
    min-height: 42px;
    border: 1px solid var(--e1e1-ui-line-strong);
    border-radius: 12px;
    background: #fff;
    color: var(--e1e1-copy);
    font: inherit;
    box-shadow: none;
}

.e1e1-teacher-panel :where(input:not([type="checkbox"]):not([type="radio"]),select,textarea):focus,
.e1e1-page-shell :where(input:not([type="checkbox"]):not([type="radio"]),select,textarea):focus,
.e1e1-guide-workbench :where(input:not([type="checkbox"]):not([type="radio"]),select,textarea):focus {
    outline: 3px solid rgba(43,183,179,.15);
    border-color: var(--e1e1-action);
    box-shadow: none;
}

/* Ana aksiyon sınıfları aynı davranışı kullansın. */
.e1e1-teacher-panel :where(.button-primary,.e1e1-primary-action,.e1e1-submit,.e1e1-save),
.e1e1-page-shell :where(.button-primary,.e1e1-primary-action,.e1e1-submit,.e1e1-save),
.e1e1-guide-workbench :where(.button-primary,.e1e1-primary-action,.e1e1-submit,.e1e1-save) {
    border-color: var(--e1e1-action);
    background: var(--e1e1-action);
    color: #fff;
    box-shadow: none;
}

.e1e1-teacher-panel :where(.button-primary,.e1e1-primary-action,.e1e1-submit,.e1e1-save):hover,
.e1e1-page-shell :where(.button-primary,.e1e1-primary-action,.e1e1-submit,.e1e1-save):hover,
.e1e1-guide-workbench :where(.button-primary,.e1e1-primary-action,.e1e1-submit,.e1e1-save):hover {
    border-color: var(--e1e1-brand-secondary);
    background: var(--e1e1-brand-secondary);
    color: #fff;
}

/* Ortak kart / araç yüzeyleri: beyaz + sıcak sınır, aktif durumda turkuaz. */
.e1e1-page-tool-dock,
.e1e1-student-context-tools,
.e1e1-tool-switcher,
.e1e1-panel-section,
.e1e1-module-group {
    border-color: var(--e1e1-ui-line);
    box-shadow: var(--e1e1-ui-shadow);
}

.e1e1-page-tool-dock a:hover,
.e1e1-page-tool-dock a.is-active,
.e1e1-student-context-tool:hover,
.e1e1-student-context-tool.is-active,
.e1e1-tool-switcher a:hover,
.e1e1-tool-switcher a.is-active {
    border-color: var(--e1e1-action);
    background: var(--e1e1-parchment-soft);
    color: var(--e1e1-brand);
}
