
.e1e1-guide-workbench {
    box-sizing: border-box;
    width: min(1280px, calc(100vw - 48px));
    margin: 14px auto 56px;
    color: #40352d;
}

.e1e1-guide-workbench__hero {
    padding: 22px 24px;
    border: 1px solid rgba(104, 79, 56, .16);
    border-radius: 20px;
    background: #fff8ef;
    box-shadow: 0 10px 28px rgba(87, 62, 41, .07);
}

.e1e1-guide-workbench__badge,
.e1e1-guide-student-strip header span,
.e1e1-guide-section-title > span,
.e1e1-guide-student-focus__identity span {
    color: #087d7f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
}

.e1e1-guide-workbench__hero h1 {
    margin: 4px 0 5px;
    color: #173e73;
    font-size: clamp(30px, 4vw, 42px);
}

.e1e1-guide-workbench__hero p {
    max-width: 780px;
    margin: 0;
    color: #6f665e;
    line-height: 1.5;
}

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

.e1e1-guide-overview article {
    padding: 16px;
    border: 1px solid rgba(104, 79, 56, .14);
    border-radius: 16px;
    background: #fff;
}

.e1e1-guide-overview article > span,
.e1e1-guide-overview article > small {
    display: block;
    color: #78695e;
    font-size: 11px;
}

.e1e1-guide-overview article > strong {
    display: block;
    margin: 5px 0 2px;
    color: #173e73;
    font-size: 26px;
}

.e1e1-guide-overview article.is-attention {
    border-color: rgba(172, 77, 55, .24);
    background: #fff8f4;
}

.e1e1-guide-overview article.is-positive {
    border-color: rgba(38, 120, 78, .20);
    background: #f7fcf9;
}

.e1e1-guide-student-strip,
.e1e1-guide-student-focus {
    margin-top: 14px;
    padding: 20px;
    border: 1px solid rgba(104, 79, 56, .16);
    border-radius: 20px;
    background: #fff;
}

.e1e1-guide-student-strip header h2,
.e1e1-guide-student-focus__header h2,
.e1e1-guide-section-title h3 {
    margin: 3px 0 0;
    color: #173e73;
}

.e1e1-guide-student-strip header p,
.e1e1-guide-student-focus__identity p {
    margin: 5px 0 0;
    color: #78695e;
    font-size: 12px;
    line-height: 1.45;
}

.e1e1-guide-student-strip__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.e1e1-guide-student-chip {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
    min-width: 0;
    padding: 11px;
    border: 1px solid rgba(104, 79, 56, .14);
    border-radius: 15px;
    color: inherit;
    background: #fffdf8;
    text-decoration: none;
    transition: .16s ease;
}

.e1e1-guide-student-chip:hover,
.e1e1-guide-student-chip.is-current {
    transform: translateY(-1px);
    border-color: rgba(8, 125, 127, .28);
    background: #f5fbfa;
    box-shadow: 0 8px 20px rgba(87, 62, 41, .07);
}

.e1e1-guide-student-chip__avatar img {
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 15px;
}

.e1e1-guide-student-chip__copy {
    min-width: 0;
}

.e1e1-guide-student-chip__copy strong,
.e1e1-guide-student-chip__copy small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e1e1-guide-student-chip__copy strong {
    color: #173e73;
    font-size: 14px;
}

.e1e1-guide-student-chip__copy small {
    margin-top: 3px;
    color: #78695e;
    font-size: 10px;
}

.e1e1-guide-student-chip > b {
    color: #087d7f;
}

.e1e1-guide-student-focus__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
}

.e1e1-guide-student-focus__identity {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.e1e1-guide-student-focus__avatar {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    border-radius: 20px;
}

.e1e1-guide-window-switch {
    display: inline-flex;
    gap: 5px;
    padding: 4px;
    border-radius: 12px;
    background: #faefe0;
}

.e1e1-guide-window-switch a {
    padding: 7px 10px;
    border-radius: 9px;
    color: #6f665e;
    text-decoration: none;
    font-size: 11px;
    font-weight: 800;
}

.e1e1-guide-window-switch a.is-active {
    color: #fff;
    background: #087d7f;
}

.e1e1-guide-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: 14px;
}

.e1e1-guide-rhythm-card,
.e1e1-guide-signal-card {
    min-width: 0;
    padding: 18px;
    border: 1px solid rgba(104, 79, 56, .14);
    border-radius: 17px;
    background: #fffdf8;
}

.e1e1-guide-rhythm-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
}

.e1e1-guide-rhythm-metrics article {
    padding: 12px;
    border-radius: 13px;
    background: #fff;
}

.e1e1-guide-rhythm-metrics span,
.e1e1-guide-rhythm-metrics small {
    display: block;
    color: #78695e;
    font-size: 9px;
}

.e1e1-guide-rhythm-metrics strong {
    display: block;
    margin-top: 4px;
    color: #173e73;
    font-size: 18px;
}

.e1e1-guide-domain-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
}

.e1e1-guide-domain-grid article {
    padding: 13px;
    border: 1px solid rgba(104, 79, 56, .10);
    border-radius: 13px;
    background: #fff;
}

.e1e1-guide-domain-grid span {
    display: block;
    color: #78695e;
    font-size: 10px;
}

.e1e1-guide-domain-grid strong {
    display: block;
    margin: 4px 0;
    color: #173e73;
    font-size: 16px;
}

.e1e1-guide-domain-grid p {
    margin: 0;
    color: #78695e;
    font-size: 9px;
    line-height: 1.4;
}

.e1e1-guide-rhythm-signals {
    margin-top: 10px;
    padding: 13px;
    border-radius: 13px;
    background: #fff;
}

.e1e1-guide-rhythm-signals > span {
    display: block;
    margin-bottom: 7px;
    color: #9a6038;
    font-size: 10px;
    font-weight: 800;
}

.e1e1-guide-rhythm-signals p {
    margin: 5px 0 0;
    padding: 8px 10px;
    border-radius: 10px;
    background: #f8f5ef;
    color: #5f554d;
    font-size: 11px;
}

.e1e1-guide-rhythm-signals p.is-positive {
    background: #eef8f2;
    color: #26784e;
}

.e1e1-guide-signal-list {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.e1e1-guide-signal-list article {
    padding: 13px;
    border-left: 4px solid #c8b8a7;
    border-radius: 12px;
    background: #fff;
}

.e1e1-guide-signal-list article.is-high {
    border-left-color: #a94335;
    background: #fff7f4;
}

.e1e1-guide-signal-list article.is-medium {
    border-left-color: #d17c32;
    background: #fff9f1;
}

.e1e1-guide-signal-list article.is-positive {
    border-left-color: #26784e;
    background: #f4fbf7;
}

.e1e1-guide-signal-list article > div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.e1e1-guide-signal-list article > div span,
.e1e1-guide-signal-list article > div b {
    font-size: 9px;
    font-weight: 800;
}

.e1e1-guide-signal-list article > div span {
    color: #087d7f;
}

.e1e1-guide-signal-list article > div b {
    color: #78695e;
}

.e1e1-guide-signal-list h4 {
    margin: 5px 0;
    color: #173e73;
    font-size: 14px;
}

.e1e1-guide-signal-list p {
    margin: 0;
    color: #5f554d;
    font-size: 11px;
    line-height: 1.45;
}

.e1e1-guide-signal-list small {
    display: block;
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid rgba(104, 79, 56, .10);
    color: #78695e;
    font-size: 10px;
    line-height: 1.4;
}

.e1e1-guide-inline-empty,
.e1e1-guide-select-prompt,
.e1e1-guide-workbench__empty {
    padding: 24px;
    border-radius: 14px;
    background: #fff;
    color: #78695e;
    text-align: center;
}

.e1e1-guide-inline-empty.is-positive {
    background: #f4fbf7;
}

.e1e1-guide-inline-empty strong,
.e1e1-guide-select-prompt strong,
.e1e1-guide-workbench__empty strong {
    display: block;
    color: #173e73;
}

.e1e1-guide-inline-empty p,
.e1e1-guide-select-prompt p,
.e1e1-guide-workbench__empty p {
    margin: 5px 0 0;
}

.e1e1-guide-select-prompt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 14px;
}

.e1e1-guide-select-prompt > span {
    font-size: 25px;
}

.e1e1-guide-workbench-message {
    padding: 30px;
    text-align: center;
}

.e1e1-guide-workbench-message.is-error {
    color: #8f3d36;
}

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

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

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

@media (max-width: 700px) {
    .e1e1-guide-workbench {
        width: calc(100vw - 20px);
        margin: 10px auto 84px;
    }

    .e1e1-guide-workbench__hero,
    .e1e1-guide-student-strip,
    .e1e1-guide-student-focus {
        padding: 15px;
        border-radius: 16px;
    }

    .e1e1-guide-overview {
        gap: 7px;
    }

    .e1e1-guide-overview article {
        padding: 12px;
    }

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

    .e1e1-guide-student-focus__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .e1e1-guide-window-switch {
        width: 100%;
    }

    .e1e1-guide-window-switch a {
        flex: 1 1 50%;
        text-align: center;
    }

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

/* Rehber Masam v1.1 — seçili öğrenci üst paneli */
.e1e1-guide-workbench__hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.e1e1-guide-workbench__hero-copy {
    min-width: 0;
}

.e1e1-guide-student-switcher {
    width: min(360px, 100%);
    flex: 0 0 360px;
    padding: 12px 14px;
    border: 1px solid rgba(8, 125, 127, .16);
    border-radius: 15px;
    background: rgba(255, 255, 255, .72);
}

.e1e1-guide-student-switcher > label {
    display: block;
    margin-bottom: 6px;
    color: #087d7f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.e1e1-guide-student-switcher__control {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
}

.e1e1-guide-student-switcher__avatar {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #173e73;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.e1e1-guide-student-switcher select {
    width: 100%;
    min-width: 0;
    height: 38px;
    padding: 0 34px 0 10px;
    border: 1px solid rgba(104, 79, 56, .18);
    border-radius: 10px;
    background: #fff;
    color: #173e73;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.e1e1-guide-student-switcher small {
    display: block;
    margin: 6px 0 0 42px;
    color: #78695e;
    font-size: 9px;
    line-height: 1.35;
}

/* Sol sütunda Yolculuk Ritmi + Akademik Gelişim */
.e1e1-guide-detail-column {
    display: grid;
    align-content: start;
    gap: 14px;
    min-width: 0;
}

.e1e1-guide-progress-card {
    min-width: 0;
    padding: 18px;
    border: 1px solid rgba(104, 79, 56, .14);
    border-radius: 17px;
    background: #fffdf8;
}

.e1e1-guide-progress-summary {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #fff;
}

.e1e1-guide-progress-summary span {
    color: #173e73;
    font-size: 12px;
    font-weight: 800;
}

.e1e1-guide-progress-summary small {
    color: #78695e;
    font-size: 9px;
    white-space: nowrap;
}

.e1e1-guide-progress-chart {
    width: 100%;
    margin-top: 10px;
    padding: 10px 8px 4px;
    overflow-x: auto;
    border-radius: 13px;
    background: #fff;
    scrollbar-width: thin;
}

.e1e1-guide-progress-chart svg {
    display: block;
    min-width: 620px;
    max-width: none;
    height: auto;
}

@media (max-width: 980px) {
    .e1e1-guide-workbench__hero {
        align-items: flex-start;
        flex-direction: column;
    }

    .e1e1-guide-student-switcher {
        width: 100%;
        flex-basis: auto;
    }
}

@media (max-width: 700px) {
    .e1e1-guide-student-switcher {
        padding: 11px;
    }

    .e1e1-guide-student-switcher small {
        margin-left: 0;
    }

    .e1e1-guide-progress-summary {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }

    .e1e1-guide-progress-summary small {
        white-space: normal;
    }
}

/* =========================================================
   Rehber Masam v1.2 — Öğretmen paneli ortak görünüm hizası
   teacher-panel.css araç sayfası ölçülerini izler.
   ========================================================= */
.e1e1-guide-workbench {
    width: min(1400px, calc(100% - 40px));
    max-width: 1400px;
    margin: 40px auto 56px;
}

.e1e1-guide-workbench__hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
    padding: 18px 20px;
    border: 1px solid rgba(104, 79, 56, .16);
    border-radius: 20px;
    background: linear-gradient(135deg, #FAEFE0 0%, #fff8ef 100%);
}

.e1e1-guide-workbench__hero-copy {
    min-width: 0;
    flex: 1 1 auto;
}

.e1e1-guide-workbench__title-row {
    display: flex;
    align-items: center;
    gap: 14px;
}

.e1e1-guide-workbench__icon {
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    border: 1px solid rgba(105, 82, 61, .16);
    border-radius: 19px;
    background: #fffdf8;
    box-shadow: 0 10px 24px rgba(91, 65, 43, .08);
    font-size: 28px;
}

.e1e1-guide-workbench__badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 4px 9px;
    border-radius: 999px;
    color: #21479a;
    background: #eaf1ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0;
}

.e1e1-guide-workbench__hero h1 {
    margin: 4px 0 3px;
    color: #21479a;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.08;
}

.e1e1-guide-workbench__hero p {
    max-width: 760px;
    margin: 0;
    color: #78695e;
    font-size: 14px;
    line-height: 1.45;
}

/* Seçili öğrencide diğer öğretmen araçlarıyla aynı kompakt değiştirici. */
.e1e1-guide-student-switcher.e1e1-student-switcher {
    position: relative;
    width: min(100%, 370px);
    flex: 0 0 370px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #40352d;
}

.e1e1-guide-student-switcher > summary {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border: 1px solid 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-guide-student-switcher > summary::-webkit-details-marker { display: none; }

.e1e1-guide-student-switcher > summary > span:nth-child(2) {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.e1e1-guide-student-switcher > summary small {
    margin: 0;
    color: #77695e;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.2;
    text-transform: uppercase;
}

.e1e1-guide-student-switcher > summary strong {
    overflow: hidden;
    color: #40352d;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e1e1-guide-student-switcher > summary > b {
    color: #40352d;
    transition: transform .16s ease;
}

.e1e1-guide-student-switcher[open] > summary > b { transform: rotate(180deg); }

.e1e1-guide-student-switcher .e1e1-student-switcher-avatar,
.e1e1-guide-student-switcher .e1e1-student-switcher-menu a > span {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 13px;
    background: #fff8ef;
    color: #21479a;
    font-size: 13px;
    font-weight: 800;
}

.e1e1-guide-student-switcher .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 rgba(105, 82, 61, .16);
    border-radius: 16px;
    background: #fffdf8;
    box-shadow: 0 18px 42px rgba(70, 51, 34, .16);
}

.e1e1-guide-student-switcher .e1e1-student-switcher-caption {
    padding: 2px 4px 5px;
    color: #77695e;
    font-size: 11px;
}

.e1e1-guide-student-switcher .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-guide-student-switcher .e1e1-student-switcher-menu a:hover,
.e1e1-guide-student-switcher .e1e1-student-switcher-menu a.is-current {
    border-color: rgba(105, 82, 61, .16);
    background: #fff8ef;
}

.e1e1-guide-student-switcher .e1e1-student-switcher-menu a > span {
    width: 34px;
    height: 34px;
    border-radius: 11px;
}

.e1e1-guide-student-switcher .e1e1-student-switcher-menu a strong {
    overflow: hidden;
    color: #40352d;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* İç başlıklar da öğretmen araçlarının daha sakin ölçeğine çekildi. */
.e1e1-guide-student-strip header h2,
.e1e1-guide-student-focus__header h2 {
    font-size: clamp(22px, 2.2vw, 28px);
    line-height: 1.15;
}

.e1e1-guide-section-title h3 {
    font-size: 20px;
    line-height: 1.2;
}

@media (max-width: 980px) {
    .e1e1-guide-workbench__hero {
        align-items: flex-start;
        flex-direction: column;
    }

    .e1e1-guide-student-switcher.e1e1-student-switcher {
        width: 100%;
        flex-basis: auto;
    }
}

@media (max-width: 700px) {
    .e1e1-guide-workbench {
        width: min(100% - 16px, 1400px);
        margin: 12px auto 84px;
    }

    .e1e1-guide-workbench__hero {
        margin-bottom: 12px;
        padding: 14px;
        border-radius: 17px;
    }

    .e1e1-guide-workbench__title-row {
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr);
        align-items: center;
        gap: 10px;
    }

    .e1e1-guide-workbench__icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        border-radius: 13px;
        font-size: 21px;
    }

    .e1e1-guide-workbench__hero h1 {
        font-size: clamp(25px, 7vw, 31px);
    }

    .e1e1-guide-workbench__hero p {
        font-size: 11px;
        line-height: 1.4;
    }

    .e1e1-guide-student-switcher .e1e1-student-switcher-menu {
        position: relative;
        top: auto;
        margin-top: 7px;
    }
}

/* =========================================================
   Rehber Masam 1.3 — okunabilir notlar + akademik filtre
   ========================================================= */
.e1e1-guide-rhythm-signals > span {
    font-size: 12px;
    line-height: 1.35;
}

.e1e1-guide-rhythm-signals p {
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.5;
}

.e1e1-guide-progress-filter {
    margin-top: 12px;
    padding: 12px;
    border: 1px solid rgba(104, 79, 56, .14);
    border-radius: 13px;
    background: #fff;
}

.e1e1-guide-progress-filter-kicker {
    display: block;
    margin-bottom: 2px;
    color: #9a6038;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.e1e1-guide-progress-filter > strong {
    display: block;
    margin-bottom: 10px;
    color: #173e73;
    font-size: 14px;
    line-height: 1.3;
}

.e1e1-guide-progress-family-form,
.e1e1-guide-progress-context-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
    align-items: end;
    gap: 8px;
    margin: 0;
}

.e1e1-guide-progress-context-form {
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 8px;
}

.e1e1-guide-progress-family-form label,
.e1e1-guide-progress-context-form label {
    min-width: 0;
    margin: 0;
}

.e1e1-guide-progress-family-form label > span,
.e1e1-guide-progress-context-form label > span {
    display: block;
    margin-bottom: 4px;
    color: #78695e;
    font-size: 10px;
    font-weight: 700;
}

.e1e1-guide-progress-family-form select,
.e1e1-guide-progress-context-form select {
    width: 100%;
    min-width: 0;
    min-height: 36px;
    padding: 7px 9px;
    border: 1px solid rgba(104, 79, 56, .18);
    border-radius: 9px;
    background: #fffdf8;
    color: #3f342c;
    font-size: 11px;
}

.e1e1-guide-progress-family-form button,
.e1e1-guide-progress-context-form button {
    min-height: 36px;
    margin: 0;
    padding: 7px 10px;
    border: 0;
    border-radius: 9px;
    background: #2f8f88;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
    cursor: pointer;
}

@media (max-width: 700px) {
    .e1e1-guide-progress-family-form,
    .e1e1-guide-progress-context-form {
        grid-template-columns: 1fr;
    }

    .e1e1-guide-progress-family-form button,
    .e1e1-guide-progress-context-form button {
        width: 100%;
    }
}
