@import "https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&family=Montserrat:wght@400;500;600;700&display=swap";:root{color:#1c1c1a;font-synthesis:none;text-rendering:optimizelegibility;--green-900:#14261e;--green-700:#265543;--green-600:#2f6650;--green-100:#d9e8e0;--green-50:#eef3f0;--cream:#f3efe3;--cream-light:#faf8f3;--white:#fff;--ink:#1c1c1a;--muted:#6b6a63;--subtle:#8a8377;--border:#e1e4dd;--gold:#b8863c;--gold-bg:#f7eedd;--rust:#b54b3a;--rust-bg:#f8e9e5;--slate-bg:#edebe5;--accent:var(--green-700);--surface:var(--white);--surface-soft:var(--cream-light);--surface-muted:var(--slate-bg);--danger:var(--rust);--danger-soft:var(--rust-bg);--warning:var(--gold);--warning-soft:var(--gold-bg);--success:var(--green-700);--success-soft:var(--green-50);--sidebar-width:224px;--topbar-height:72px;background:#faf8f3;font-family:Montserrat,ui-sans-serif,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--cream-light);min-width:1100px}button,input,select{font:inherit}button{cursor:pointer}h1,h2,h3,h4{font-family:Poppins,sans-serif}.app-shell{background:var(--cream-light);min-height:100vh;display:flex}.app-shell__main{flex:1;min-width:0}.topbar{z-index:20;height:var(--topbar-height);background:var(--cream-light);justify-content:flex-end;align-items:center;gap:24px;padding:0 36px 0 28px;display:flex;position:sticky;top:0}.topbar__brand{display:none}.topbar__right{align-items:center;gap:14px;display:flex}.topbar__icon-button{width:34px;height:34px;color:var(--muted);background:0 0;border:0;border-radius:999px;place-items:center;font-size:18px;display:grid}.topbar__icon,.sidebar__item-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:18px;height:18px}.topbar__icon-button:hover{background:var(--cream)}.topbar__user{border-left:1px solid var(--border);align-items:center;gap:10px;margin-left:2px;padding-left:14px;display:flex}.topbar__avatar,.coach-avatar{color:#fff;background:var(--green-900);border-radius:50%;place-items:center;font-family:Poppins,sans-serif;font-weight:600;display:grid}.topbar__avatar{width:34px;height:34px;font-size:12px}.topbar__identity{flex-direction:column;gap:1px;display:flex}.topbar__name{color:var(--green-900);font-family:Poppins,sans-serif;font-size:13px;font-weight:600}.topbar__role{color:var(--muted);font-size:11px}.topbar__chevron{color:var(--subtle)}.sidebar{width:var(--sidebar-width);flex:0 0 var(--sidebar-width);background:var(--green-700);height:100vh;padding:26px 12px 20px;position:sticky;top:0}.sidebar__brand{color:#fff;letter-spacing:.01em;border-bottom:1px solid #ffffff24;align-items:center;gap:10px;margin:0 10px 18px;padding-bottom:26px;font-family:Poppins,sans-serif;font-size:17px;font-weight:700;display:flex}.sidebar__brand-logo{background:var(--green-900);border-radius:10px;flex:none;place-items:center;width:36px;height:36px;display:grid;overflow:hidden}.sidebar__brand-logo img{object-fit:cover;object-position:top center;width:31px;height:31px;transform:scale(1.45)}.sidebar__section{color:#ffffff8a;letter-spacing:.09em;margin:22px 12px 9px;font-family:Poppins,sans-serif;font-size:10px;font-weight:600}.sidebar__item{color:#ffffffd1;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:12px;width:100%;min-height:40px;padding:10px 12px;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;display:flex}.sidebar__item:hover{color:#fff;background:#0000001a}.sidebar__item--active{color:var(--green-900);background:var(--cream);font-weight:600}.sidebar__item-icon{place-items:center;width:18px;height:18px;font-size:15px;display:inline-grid}.main-content{flex:1;min-width:0;padding:24px 36px 64px}.page{width:min(1180px,100%)}.page-header{margin-bottom:20px}.page-header--row{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.eyebrow{color:var(--muted);letter-spacing:.09em;text-transform:uppercase;margin-bottom:7px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600}.page-header h1{color:var(--green-900);margin:0;font-size:24px;font-weight:700;line-height:1.15}.page-header p{color:var(--muted);margin:5px 0 0;font-size:13.5px}.panel,.metric-card,.stat-card,.coach-performance-card,.placeholder-panel,.attention-list{background:var(--white);border:1px solid #14261e0f;border-radius:14px;box-shadow:0 1px 2px #14261e0a,0 10px 24px #14261e0d}.metrics-grid,.stat-grid{gap:14px;margin-bottom:20px;display:grid}.metrics-grid{grid-template-columns:repeat(4,1fr)}.stat-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.metric-card,.stat-card{min-height:108px;padding:16px;position:relative}.metric-card__label,.stat-label{color:var(--muted);letter-spacing:.09em;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:11px;font-weight:600}.metric-card__value,.stat-value{color:var(--green-900);margin-top:6px;font-family:Poppins,sans-serif;font-size:24px;font-weight:700;line-height:1;display:block}.metric-card__supporting,.stat-meta{color:var(--muted);margin-top:4px;font-size:11px;display:block}.stat-value-good{color:var(--green-700)}.stat-value-fair{color:var(--gold)}.stat-value-risk{color:var(--rust)}.stat-card-link{cursor:pointer}.stat-card-link:hover{border-color:var(--green-100)}.stat-card-arrow{color:var(--green-700);font-size:12px;font-weight:700;position:absolute;bottom:14px;right:16px}.panel,.coach-performance-card{padding:20px}.notice-banner{color:var(--gold);background:var(--gold-bg);border:1px solid #ead9b4;border-radius:10px;align-items:center;gap:12px;margin-bottom:16px;padding:11px 14px;font-size:12px;display:flex}.notice-banner strong{color:var(--green-900);white-space:nowrap;font-family:Poppins,sans-serif;font-size:12px;font-weight:700}.notice-banner span{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.panel__header{justify-content:space-between;align-items:center;margin-bottom:17px;display:flex}.panel__header--secondary{margin-top:28px}.section-heading h2,.panel__header h2,.coach-performance-title{color:var(--green-900);margin:0;font-family:Poppins,sans-serif;font-size:15px;font-weight:700}.coach-performance-title{margin-bottom:14px}.toolbar{grid-template-columns:minmax(280px,1fr) 180px auto auto;gap:10px;margin-bottom:18px;display:grid}.toolbar__search,.toolbar__select{min-height:38px;color:var(--ink);background:var(--white);border:1px solid var(--border);border-radius:8px;padding:8px 11px}.button{border:1px solid #0000;border-radius:8px;padding:8px 14px;font-family:Poppins,sans-serif;font-size:12px;font-weight:600}.button--primary{color:#fff;background:var(--green-700);border-color:var(--green-700)}.button--primary:hover{background:var(--green-900)}.button--secondary{color:var(--green-700);border-color:var(--green-700);background:0 0}.button--secondary:hover{background:var(--green-50)}.button:disabled{cursor:not-allowed;opacity:.5}.table-summary{color:var(--muted);margin-bottom:12px;font-size:12px;font-weight:600}.table-wrapper{overflow-x:auto}.data-table,.coach-performance-table,.mentee-list-table{border-collapse:collapse;width:100%;min-width:780px}.data-table{min-width:920px}.data-table th,.data-table td,.coach-performance-table th,.coach-performance-table td,.mentee-list-table th,.mentee-list-table td{border-bottom:1px solid var(--green-50);text-align:left;vertical-align:middle;padding:11px 10px;font-size:12.5px}.data-table th,.coach-performance-table th,.mentee-list-table th{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:10.5px;font-weight:600}.data-table tbody tr:last-child td,.coach-performance-table tbody tr:last-child td,.mentee-list-table tbody tr:last-child td{border-bottom:0}.coach-row{cursor:pointer}.coach-row:hover{background:var(--cream-light)}.coach-name-cell{align-items:center;gap:8px;display:flex}.coach-avatar{background:var(--gold);width:24px;height:24px;font-size:9.5px}.mentee-list-row td{background:var(--cream-light);padding:0 10px 16px}.mentee-list-table{min-width:0;margin-top:8px}.status-badge,.health-badge,.track-pill,.tone-badge{white-space:nowrap;letter-spacing:.02em;border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;min-height:22px;padding:4px 10px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;display:inline-flex}.track-pill,.status-badge--on-track,.status-badge--active,.status-badge--active-sp,.health-badge-good,.tone-badge--good{color:var(--green-700);background:var(--green-50);border-color:var(--green-100)}.status-badge--behind,.status-badge--paused,.status-badge--paused-sp,.status-badge--grace,.status-badge--grace-sp,.status-badge--status-decision-pending,.health-badge-fair,.tone-badge--fair{color:var(--gold);background:var(--gold-bg);border-color:#ead9b4}.status-badge--at-risk,.status-badge--withdrawn,.status-badge--withdrawn-sp,.health-badge-risk,.tone-badge--risk{color:var(--rust);background:var(--rust-bg);border-color:#ebc9c1}.health-badge-neutral,.tone-badge--neutral{color:var(--subtle);background:var(--slate-bg);border-color:#dad5c9}.touchpoint-list{flex-direction:column;display:flex}.touchpoint-row{border-bottom:1px solid var(--green-50);grid-template-columns:90px 1fr 100px;align-items:center;gap:18px;min-height:52px;display:grid}.touchpoint-row:last-child{border-bottom:0}.touchpoint-row__date{color:var(--subtle);font-size:11px}.touchpoint-row__description{align-items:center;gap:8px;font-size:12px;display:flex}.touchpoint-row__description strong,.attention-item__name{color:var(--green-900)}.touchpoint-row__description span,.attention-item__meta,.attention-item__details{color:var(--muted)}.table-link,.text-button,.view-all-link{color:var(--green-700);background:0 0;border:0;padding:0;font-family:Poppins,sans-serif;font-size:12px;font-weight:600}.table-link:hover,.text-button:hover,.view-all-link:hover{color:var(--green-900);text-decoration:underline}.view-all-link{border-top:1px solid var(--border);margin:14px auto 0;padding-top:12px;display:block}.pagination{color:var(--muted);justify-content:flex-end;align-items:center;gap:12px;margin-top:16px;font-size:12px;display:flex}.loading-placeholder,.empty-state{color:var(--muted);font-size:13px}.error-message{color:var(--rust)}.journey-error h2{margin:0 0 8px;font-size:18px}.journey-error p{color:var(--muted);margin:0;font-size:14px}.error-detail{color:var(--muted);margin-top:16px;font-size:12px}.error-detail summary{cursor:pointer}.error-detail pre{border:1px solid var(--border);background:var(--accent-color);white-space:pre-wrap;word-break:break-word;border-radius:6px;margin:8px 0 0;padding:10px 12px}.placeholder-panel{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:360px;padding:40px;display:flex}.placeholder-panel__mark{color:var(--green-700);margin-bottom:18px;font-size:28px}.placeholder-panel h2{color:var(--green-900);margin:0;font-size:18px}.placeholder-panel p{max-width:460px;color:var(--muted);margin:10px 0 0;font-size:13px;line-height:1.6}.track-config-layout{grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:18px;display:grid}.track-config-list{align-self:start;padding:8px}.track-config-list__item{width:100%;color:var(--ink);text-align:left;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:flex-start;gap:10px;padding:14px;display:flex}.track-config-list__item:hover,.track-config-list__item.is-selected{background:var(--cream-light)}.track-config-list__item strong,.track-config-list__item small{display:block}.track-config-list__item small,.track-config-list__item em,.track-config-module span{color:var(--muted);margin-top:5px;font-size:11px;font-style:normal}.track-config-list__item em{color:var(--green-700);white-space:nowrap}.track-config-detail{padding:24px}.track-config-detail__header,.track-config-metrics,.track-config-module,.track-config-tags{gap:14px;display:flex}.track-config-detail__actions,.track-config-edit-form__actions{align-items:center;gap:12px;display:flex}.track-config-edit-form{max-width:680px}.track-config-edit-form h2{color:var(--green-900);margin:6px 0}.track-config-edit-form p{color:var(--muted)}.track-config-edit-requirements{border-top:1px solid var(--border);margin-top:22px;padding-top:18px}.track-config-edit-requirements h3{color:var(--green-900);margin:0}.track-config-edit-form .field{margin-top:18px;display:block}.track-config-edit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px;display:grid}.track-config-edit-form input,.track-config-edit-form textarea{width:100%;color:var(--ink);font:inherit;border:1px solid var(--border);border-radius:5px;margin-top:7px;padding:10px 12px;display:block}.track-config-edit-form textarea{resize:vertical}.track-config-edit-form__actions{justify-content:flex-end;margin-top:20px}@media (width<=560px){.track-config-edit-grid{grid-template-columns:1fr}}.track-config-detail__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;padding-bottom:20px}.track-config-detail__header h2,.track-config-section h3{color:var(--green-900);margin:4px 0 0}.track-config-detail__header p{color:var(--muted);margin:6px 0 0}.track-config-metrics{border-bottom:1px solid var(--border);flex-wrap:wrap;padding:18px 0}.track-config-metrics>div{border-right:1px solid var(--border);min-width:130px;padding-right:18px}.track-config-metrics span,.track-config-metrics strong{display:block}.track-config-metrics span{color:var(--muted);font-size:11px}.track-config-metrics strong{color:var(--green-900);margin-top:4px}.track-config-section{padding-top:22px}.track-config-module{background:var(--cream-light);border-left:3px solid var(--green-500);flex-direction:column;margin-top:12px;padding:14px}.track-config-module>div:first-child span{display:block}.track-config-module__items,.track-config-tags{flex-wrap:wrap}.track-config-module__items span,.track-config-tags span{color:var(--green-900);border:1px solid var(--border);background:#fff;border-radius:5px;margin:0;padding:6px 9px;font-size:11px}.track-config-module__items small{color:var(--muted)}@media (width<=760px){.track-config-layout{grid-template-columns:1fr}}.mentee-page{max-width:1180px}.mentee-hero,.mentee-next-action{color:#fff;background:var(--green-700);border-radius:14px;justify-content:space-between;align-items:center;gap:24px;margin-bottom:18px;padding:22px;display:flex;box-shadow:0 16px 34px #14261e1f}.mentee-hero .eyebrow,.mentee-next-action .eyebrow{color:#ffffffad}.mentee-hero .button--secondary{color:#fff;border-color:#ffffff8c}.mentee-hero .button--secondary:hover{background:#ffffff1f}.mentee-hero h2,.mentee-next-action h2{margin:0;font-size:20px;line-height:1.2}.mentee-hero p,.mentee-next-action p{color:#ffffffc7;max-width:720px;margin:7px 0 0;font-size:13px;line-height:1.55}.mentee-progress-ring{text-align:center;border:9px solid #fff3;border-radius:50%;flex:none;place-items:center;width:112px;height:112px;display:grid}.mentee-progress-ring span,.mentee-progress-ring small{grid-area:1/1}.mentee-progress-ring span{color:#fff;align-self:center;font-family:Poppins,sans-serif;font-size:24px;font-weight:700}.mentee-progress-ring small{color:#ffffffb8;text-transform:uppercase;align-self:end;margin-bottom:22px;font-size:10px}.mentee-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.attendance-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.attendance-summary__card{border:1px solid var(--green-50);background:var(--cream-light);border-radius:10px;padding:16px}.attendance-summary__type{color:var(--green-900);letter-spacing:.08em;font-family:Poppins,sans-serif;font-size:13px;font-weight:700}.attendance-summary__count{color:var(--muted);margin-top:7px;font-size:12px}.attendance-summary__percent{color:var(--green-900);margin-top:5px;font-family:Poppins,sans-serif;font-size:24px;font-weight:700;line-height:1}.attendance-history__title{border-top:1px solid var(--green-50);color:var(--green-900);margin:26px 0 0;padding-top:18px;font-family:Poppins,sans-serif;font-size:13px;font-weight:700}.attendance-history{flex-direction:column;margin-top:6px;display:flex}.attendance-history__row{border-bottom:1px solid var(--green-50);grid-template-columns:130px 90px minmax(0,1fr);align-items:center;gap:16px;min-height:44px;display:grid}.attendance-history__row:last-child{border-bottom:0}.attendance-history__date{color:var(--subtle);font-size:12px}.attendance-history__type{color:var(--green-900);font-family:Poppins,sans-serif;font-size:12px;font-weight:600}.attendance-history__status{color:var(--muted);font-size:12px}.attendance-history__row--missed strong{color:var(--rust);font-size:12px}.attendance-history__row--unavailable .attendance-history__status{color:var(--subtle)}.journey-columns{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:18px;display:grid}.ongoing-activities{flex-direction:column;display:flex}.ongoing-subsection+.ongoing-subsection{border-top:1px solid var(--green-50);margin-top:18px;padding-top:18px}.journey-event-list,.event-list,.alert-list,.signal-list{flex-direction:column;gap:12px;display:flex}.journey-event{border-bottom:1px solid var(--green-50);grid-template-columns:14px 1fr;gap:12px;padding:12px 0;display:grid}.journey-event:last-child{border-bottom:0}.journey-event__marker{border:2px solid var(--green-100);background:var(--white);border-radius:50%;width:10px;height:10px;margin-top:5px}.journey-event--completed .journey-event__marker{border-color:var(--green-700);background:var(--green-700)}.journey-event--active .journey-event__marker{border-color:var(--gold);background:var(--gold)}.journey-event--blocked .journey-event__marker{border-color:var(--rust);background:var(--rust)}.journey-event__topline,.event-card,.alert-card,.signal-card{justify-content:space-between;align-items:center;gap:14px;display:flex}.journey-event__topline strong,.event-card strong,.alert-card strong,.signal-card strong{color:var(--green-900);font-family:Poppins,sans-serif;font-size:13px}.journey-event__meta,.event-card p,.alert-card p,.signal-card p{color:var(--muted);margin:4px 0 0;font-size:12px;line-height:1.45}.mini-progress{background:var(--green-50);border-radius:999px;height:5px;margin-top:9px;overflow:hidden}.mini-progress span{background:var(--green-700);height:100%;display:block}.mentee-next-action{background:var(--green-900)}.event-card,.alert-card,.signal-card{border:1px solid var(--green-50);background:var(--cream-light);border-radius:10px;padding:14px}.alert-card{border-left-width:4px}.alert-card--high{border-left-color:var(--rust)}.alert-card--medium{border-left-color:var(--gold)}.alert-card--low{border-left-color:var(--green-700)}.document-list{flex-direction:column;display:flex}.document-row{border-bottom:1px solid var(--green-50);justify-content:space-between;align-items:center;gap:18px;padding:14px 0;display:flex}.document-row:last-child{border-bottom:0}.document-row strong,.support-card h2{color:var(--green-900);margin:0;font-family:Poppins,sans-serif;font-size:14px}.document-row p,.support-card p{color:var(--muted);margin:5px 0 0;font-size:12px;line-height:1.45}.support-card{flex-direction:column;justify-content:space-between;align-items:flex-start;min-height:180px;display:flex}.topbar__logout{margin-left:2px}.login-shell{background:linear-gradient(135deg, #265543f0, #14261ef5), var(--green-700);place-items:center;min-height:100vh;padding:32px;display:grid}.login-card{background:var(--cream-light);border:1px solid #ffffff57;border-radius:16px;width:min(460px,100%);padding:26px;box-shadow:0 24px 70px #00000038}.login-brand{color:var(--green-900);align-items:center;gap:12px;margin-bottom:28px;font-family:Poppins,sans-serif;font-size:19px;font-weight:700;display:flex}.login-brand small{color:var(--muted);margin-top:2px;font-family:Montserrat,sans-serif;font-size:11px;font-weight:600;display:block}.login-brand__logo{background:var(--green-900);border-radius:11px;flex:none;place-items:center;width:42px;height:42px;display:grid;overflow:hidden}.login-brand__logo img{object-fit:cover;object-position:top center;width:36px;height:36px;transform:scale(1.45)}.login-form{flex-direction:column;gap:15px;display:flex}.login-form h1{color:var(--green-900);margin:0;font-size:24px;line-height:1.18}.login-form p{color:var(--muted);margin:8px 0 0;font-size:13px;line-height:1.5}.field{color:var(--green-900);flex-direction:column;gap:7px;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;display:flex}.field input{min-height:42px;color:var(--ink);background:var(--white);border:1px solid var(--border);border-radius:8px;padding:10px 12px}.field input:focus{outline:2px solid var(--green-100);border-color:var(--green-700)}.login-submit{min-height:42px;margin-top:2px}.login-error{color:var(--rust);background:var(--rust-bg);border:1px solid #ebc9c1;border-radius:8px;padding:10px 12px;font-size:12px;line-height:1.45}.demo-login{border-top:1px solid var(--border);margin-top:22px;padding-top:18px}.demo-login__label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;font-family:Poppins,sans-serif;font-size:10.5px;font-weight:600}.demo-login__buttons{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}@media (width<=1250px){.main-content{padding-left:32px;padding-right:32px}.stat-grid{grid-template-columns:repeat(3,1fr)}}.ots-result{border-top:1px solid var(--border);padding:1rem 0}.ots-result summary{cursor:pointer;justify-content:space-between;align-items:center;display:flex}.ots-result summary span{flex-direction:column;display:flex}.ots-result summary em{font-size:1.5rem;font-style:normal;font-weight:700}.ots-pillars{grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));gap:.5rem;margin:1rem 0;display:grid}.ots-pillars span,.ots-answer-list article{border:1px solid var(--border);border-radius:.5rem;padding:.75rem}.ots-pillars span{justify-content:space-between;display:flex}.ots-answer-list{gap:.5rem;display:grid}.ots-answer-list article span,.ots-result summary small{color:var(--muted);font-size:.8rem}.ots-answer-list article strong{margin:.25rem 0;display:block}.ots-answer-list article p{margin:0}.attention-list{margin-bottom:18px;padding:20px}.attention-item{border-bottom:1px solid var(--green-50);padding:12px 0}.attention-item:last-child{border-bottom:0}.attention-item__name{font-family:Poppins,sans-serif;font-size:13px;font-weight:600}.attention-item__details{margin:4px 0 0;font-size:12px;line-height:1.45}.journey-event__evidence{flex-direction:column;gap:2px;margin-top:6px;display:flex}.journey-event__evidence-item{color:var(--subtle);font-size:11px}.event-card__status{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.admin-login-entry{border-top:1px solid var(--border);margin-top:18px;padding-top:18px}.admin-login-entry>.button{width:100%}.admin-login-form{gap:14px;margin-top:16px;display:grid}.admin-login-form[hidden]{display:none}.app-shell--staff .sidebar{overflow-y:auto}.app-shell--staff .sidebar__toggle{color:#fff;background:0 0;border:1px solid #ffffff3d;border-radius:8px;align-items:center;gap:12px;width:100%;margin-bottom:12px;padding:8px 12px;font-size:12px;display:flex}.app-shell--staff .sidebar__toggle>[aria-hidden]{font-size:20px;line-height:1}.app-shell--collapsed{--sidebar-width:76px}.app-shell--collapsed .sidebar__brand{justify-content:center;margin:0 0 18px}.app-shell--collapsed .sidebar__brand-label,.app-shell--collapsed .sidebar__item-label,.app-shell--collapsed .sidebar__section,.app-shell--collapsed .sidebar__toggle-label{display:none}.app-shell--collapsed .sidebar__item,.app-shell--collapsed .sidebar__toggle{justify-content:center}.staff-avatar{border-radius:50%;flex:0 0 32px;place-items:center;width:32px;height:32px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;display:inline-grid}.staff-avatar--0{color:#265543;background:#d9e8e0}.staff-avatar--1{color:#76531d;background:#f7eedd}.staff-avatar--2{color:#38527e;background:#e5eaf4}.staff-avatar--3{color:#714880;background:#eee5f1}.staff-avatar--4{color:#913c2e;background:#f8e9e5}.staff-avatar--5{color:#285e63;background:#e0eff0}.staff-person{align-items:center;gap:10px;display:flex}.staff-person__email{color:var(--muted);margin-top:3px;font-size:11px;display:block}.staff-journeys .data-table{min-width:780px}.staff-journeys .data-table td{padding-top:16px;padding-bottom:16px}.staff-journeys .staff-journey-row:hover{background:var(--cream-light)}.staff-journeys .staff-details-toggle{padding:6px 10px;font-size:11px}.staff-journeys .staff-journey-details>td{background:var(--green-50);padding:20px}.staff-detail-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 28px;margin:0;display:grid}.staff-detail-grid dt{color:var(--muted);margin-bottom:6px;font-size:11px}.staff-detail-grid dd{overflow-wrap:anywhere;margin:0;font-size:12px;font-weight:600}.staff-visually-hidden{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.staff-journeys button:focus-visible,.app-shell--staff .sidebar button:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.staff-renewals .renewal-toolbar{align-items:center;gap:12px;display:flex}.staff-renewals .renewal-last-updated{color:var(--muted);font-size:12px}.renewal-filter-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:24px;padding:16px 20px}.renewal-filter-row{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.renewal-search-box{background:var(--white);border:1px solid var(--border);border-radius:8px;flex:240px;align-items:center;gap:8px;padding:0 12px;display:flex}.renewal-search-icon{opacity:.6;font-size:14px}.renewal-search-input{width:100%;min-height:38px;color:var(--ink);background:0 0;border:none;outline:none;font-size:13px}.renewal-filter-group{align-items:center;gap:8px;display:flex}.renewal-filter-group label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:600}.renewal-filter-select{min-height:38px;color:var(--ink);background:var(--white);border:1px solid var(--border);border-radius:8px;padding:0 12px;font-size:13px}.renewal-filter-summary{color:var(--muted);margin-top:12px;font-size:12px}.table-sort-button{font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;display:inline-flex}.table-sort-button:hover{color:var(--green-900)}.renewal-modal{z-index:1000;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.renewal-modal[hidden]{display:none}.renewal-modal-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#121d1980;position:fixed;inset:0}.renewal-modal-dialog{background:var(--surface);border:1px solid var(--border);z-index:1;border-radius:12px;width:100%;max-width:640px;max-height:90vh;padding:24px;position:relative;overflow-y:auto;box-shadow:0 20px 40px #0003}.renewal-modal-header{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.renewal-modal-header h2{margin:0 0 4px;font-size:20px}.renewal-modal-header p{color:var(--muted);margin:0;font-size:13px}.renewal-modal-close{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:24px;line-height:1}.renewal-modal-close:hover{color:var(--ink)}.renewal-modal-filters{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}.renewal-modal-body{min-height:120px}.renewal-modal-empty{text-align:center;color:var(--muted);padding:40px 20px;font-size:14px}body.renewal-modal-open{overflow:hidden}.mentee-tenure-progress{justify-items:center;gap:12px;min-width:180px;display:grid}.mentee-tenure-progress progress{width:100%;height:14px;accent-color:var(--color-primary,#247568)}.business-pulse-summary{justify-content:space-between;align-items:center;gap:20px;padding:16px 0 4px;display:flex}.business-pulse-summary__status{flex-wrap:wrap;align-items:baseline;gap:8px 18px;display:flex}.business-pulse-summary__status strong{color:var(--green-700,#285e63)}.business-pulse-summary__status span{color:var(--muted);font-size:12px}.business-pulse-page__header{align-items:flex-start}.business-pulse-page__header h1{margin-bottom:8px}.back-link{color:var(--green-700,#285e63);margin-bottom:22px;font-size:13px;font-weight:600;text-decoration:none;display:inline-block}.business-pulse-page__meta{gap:48px;margin-bottom:24px;display:flex}.business-pulse-page__meta div{gap:6px;display:grid}.business-pulse-page__meta strong{font-size:18px}.business-pulse-response{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:14px;overflow:hidden}.business-pulse-response summary{cursor:pointer;justify-content:space-between;gap:16px;padding:18px 20px;font-size:13px;font-weight:700;display:flex}.business-pulse-response summary span:last-child{color:var(--muted);font-size:12px;font-weight:500}.business-pulse-answers{padding:0 20px 20px}.business-pulse-question{border-top:1px solid var(--border);padding:18px 0}.business-pulse-question h3{margin:0 0 8px;font-size:14px;line-height:1.45}.business-pulse-question>div{color:var(--text-secondary,#4f5a57);white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;line-height:1.6}.business-pulse-question ul{margin:0;padding-left:20px}.business-pulse-answer-details{margin:0}.business-pulse-answer-details div{margin-top:8px}.business-pulse-answer-details dt{color:var(--muted);font-size:12px}.business-pulse-answer-details dd{margin:0}@media (width<=700px){.business-pulse-summary,.business-pulse-response summary{flex-direction:column;align-items:flex-start}.business-pulse-page__meta{gap:24px}}.ots-review-sr{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.ots-review-muted{color:var(--muted);font-weight:500}.ots-review-num{font-variant-numeric:tabular-nums;white-space:nowrap;text-align:right!important}.ots-review-context{align-items:center;gap:32px;margin-bottom:16px;display:flex}.ots-review-context__mentee{gap:4px;min-width:200px;display:grid}.ots-review-context__mentee h2{color:var(--green-900);margin:0;font-size:20px}.ots-review-context__mentee span{color:var(--muted);overflow-wrap:anywhere;font-size:12.5px}.ots-review-context dl{flex-wrap:wrap;flex:1;gap:12px 0;margin:0;display:flex}.ots-review-context dl>div{border-left:1px solid var(--border);flex:110px;padding:0 18px}.ots-review-context dt,.ots-review-facts dt,.ots-review-extremes dt{color:var(--muted);font-size:11.5px;font-weight:600}.ots-review-context dd{color:var(--ink);margin:4px 0 0;font-size:13.5px;font-weight:600}.ots-review-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:20px;display:grid}.ots-review-summary__card{align-content:start;justify-items:start;gap:8px;padding:16px 18px;display:grid}.ots-review-summary__head{justify-content:space-between;align-items:baseline;gap:12px;width:100%;display:flex}.ots-review-summary__head time{color:var(--muted);font-size:12px}.ots-review-score{color:var(--green-900);font-family:Poppins,sans-serif;line-height:1}.ots-review-score strong{font-size:28px;font-weight:700}.ots-review-score span{color:var(--muted);font-size:15px}.ots-review-score--large strong{font-size:34px}.ots-review-score--empty{color:var(--subtle);font-size:18px;font-weight:600}.ots-review-change--good{color:var(--success)}.ots-review-change--risk{color:var(--danger)}.ots-review-tabs{border-bottom:1px solid var(--border);gap:4px;margin-bottom:14px;display:flex}.ots-review-tab{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;background:0 0;border:0;border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 18px;font-family:Poppins,sans-serif;font-size:12px;font-weight:600}.ots-review-tab:hover{color:var(--green-700)}.ots-review-tab[aria-selected=true]{color:var(--green-700);border-bottom-color:var(--green-700)}.ots-review-tab:focus-visible,.ots-review-panel:focus-visible,.ots-review-question-group summary:focus-visible{outline:2px solid var(--green-600);outline-offset:2px}.ots-review-panel{padding:22px 24px}.ots-review-panel[hidden]{display:none}.ots-review-phase__title h2{color:var(--green-900);margin:0 0 16px;font-size:18px}.ots-review-empty{text-align:center;padding:24px 0}.ots-review-empty h2{color:var(--green-900);margin:0 0 6px;font-size:16px}.ots-review-empty p{color:var(--muted);margin:0;font-size:13px}.ots-review-overview{border:1px solid var(--border);border-radius:12px;grid-template-columns:minmax(220px,1fr) 2fr;gap:24px;padding:18px;display:grid}.ots-review-overview__score{border-right:1px solid var(--border);align-content:start;justify-items:start;gap:10px;padding-right:24px;display:grid}.ots-review-overview__analysis{align-content:start;gap:10px;display:grid}.ots-review-overview__analysis p{color:var(--ink);margin:0;font-size:13.5px;line-height:1.55}.ots-review-facts{flex-wrap:wrap;gap:6px 18px;margin:4px 0 0;display:flex}.ots-review-facts dd{margin:2px 0 0;font-size:13px;font-weight:600}.ots-review-extremes{background:var(--surface-soft);border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding:12px 14px;display:grid}.ots-review-extremes dd{margin:3px 0 0;font-size:13px;font-weight:700}.ots-review-section{margin-top:26px}.ots-review-section__head{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:10px;display:flex}.ots-review-section__head h3{color:var(--green-900);margin:0;font-size:15px}.ots-review-section__head p{color:var(--muted);margin:3px 0 0;font-size:12px}.ots-review-table{min-width:0}.ots-review-table tbody th{text-align:left;font-size:12.5px;font-weight:500}.ots-review-pillar{align-items:center;gap:10px;display:inline-flex}.ots-review-pillar__index{width:22px;height:22px;color:var(--green-700);background:var(--green-50);border:1px solid var(--green-100);border-radius:999px;flex:none;place-items:center;font-family:Poppins,sans-serif;font-size:11px;font-weight:700;display:inline-grid}.ots-review-bar-cell{width:40%}.ots-review-bar{background:var(--surface-muted);border-radius:999px;height:8px;display:block;overflow:hidden}.ots-review-bar>span{background:var(--green-600);border-radius:inherit;height:100%;display:block}.ots-review-compare__total th,.ots-review-compare__total td{background:var(--green-50);font-weight:700!important}.ots-review-questions{border:1px solid var(--border);border-radius:12px;overflow:hidden}.ots-review-question-group+.ots-review-question-group{border-top:1px solid var(--border)}.ots-review-question-group summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;font-size:13px;font-weight:600;list-style:none;display:flex}.ots-review-question-group summary::-webkit-details-marker{display:none}.ots-review-question-group summary:after{content:"▾";color:var(--muted);transition:transform .15s}.ots-review-question-group summary>span:nth-child(2){margin-left:auto;font-size:12px}.ots-review-question-group[open] summary{background:var(--surface-soft)}.ots-review-question-group[open] summary:after{transform:rotate(180deg)}.ots-review-question-group ol{margin:0;padding:4px 16px 8px 48px}.ots-review-question-group li{border-top:1px solid var(--green-50);padding:12px 0;font-size:13px}.ots-review-question-group li:first-child{border-top:0}.ots-review-question{margin:0 0 6px;font-weight:600;line-height:1.45}.ots-review-response{justify-content:space-between;gap:16px;display:flex}.ots-review-response strong{color:var(--green-700);flex:none;font-size:12.5px}.ots-review-panel .notice-banner{margin:0 0 4px}@media (width<=900px){.ots-review-context{flex-direction:column;align-items:flex-start}.ots-review-context dl>div:first-child{border-left:0;padding-left:0}.ots-review-summary,.ots-review-overview{grid-template-columns:1fr}.ots-review-overview__score{border-right:0;padding-right:0}}.ots-review-refresh{flex:none;justify-items:end;gap:6px;padding-top:34px;display:grid}.ots-review-refresh .button:disabled{opacity:.6}.ots-review-refresh__status{max-width:320px;min-height:16px;color:var(--muted);text-align:right;margin:0;font-size:11.5px}.ots-review-refresh__status--error{color:var(--danger)}.staff-tasks{padding:28px 32px}.st-board{flex-direction:column;gap:36px;display:flex}.st-section__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px 24px;margin-bottom:14px;display:flex}.st-section__title{letter-spacing:-.01em;color:var(--ink);align-items:center;gap:10px;margin:0;font-family:Poppins,sans-serif;font-size:18px;font-weight:600;display:flex}.st-section__note{color:var(--muted);margin:4px 0 0;font-size:13px}.st-count{background:var(--green-700);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 7px;font-size:11px;font-weight:600;display:inline-flex}.st-segmented{background:var(--surface-muted);border-radius:10px;gap:2px;padding:3px;display:inline-flex}.st-segmented__option{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;padding:7px 14px;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;transition:background .12s,color .12s,box-shadow .12s}.st-segmented__option:hover{color:var(--ink)}.st-segmented__option.is-active{background:var(--surface);color:var(--green-700);box-shadow:0 1px 2px #14261e1f}.st-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.st-item{border:1px solid var(--border);background:var(--surface);border-radius:12px;padding:16px 18px;transition:border-color .12s,box-shadow .12s}.st-item:hover{border-color:var(--green-100);box-shadow:0 2px 10px #14261e0f}.st-item--done .st-item__title{color:var(--muted)}.st-item--row{justify-content:space-between;align-items:center;gap:16px;display:flex}.st-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;font-size:12px;display:flex}.st-meta__sep{color:var(--subtle)}.st-meta__who{color:var(--ink);font-weight:500}.st-source{background:var(--subtle);border-radius:50%;flex-shrink:0;width:8px;height:8px}.st-source--moodle{background:var(--gold)}.st-source--fathom{background:#5b6fd6}.st-source--mjh{background:var(--green-600)}.st-item__title{color:var(--ink);white-space:normal;overflow-wrap:anywhere;margin:8px 0 12px;font-size:14px;font-weight:500;line-height:1.5}.st-item--row .st-item__title{margin:0 0 4px}.st-footer{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.st-chip{background:var(--surface-soft);border:1px solid var(--border);min-height:22px;color:var(--muted);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:3px 10px;font-size:11px;font-weight:500;display:inline-flex}.st-chip--locked:before{content:"";background:var(--gold);border-radius:50%;width:6px;height:6px}.st-due{color:var(--muted);align-items:center;gap:6px;font-size:12px;display:inline-flex}.st-due input{border:1px solid var(--border);font:inherit;color:var(--ink);border-radius:8px;padding:4px 8px}.st-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-left:auto;display:flex}.st-edit{flex-direction:column;gap:8px;margin-top:12px;display:flex}.st-edit[hidden]{display:none}.st-edit__label{color:var(--ink);flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}.st-edit textarea{box-sizing:border-box;border:1px solid var(--border);width:100%;font:inherit;resize:vertical;border-radius:8px;padding:8px 10px;font-weight:400}.st-edit .st-actions{margin-left:0}.st-link{color:var(--green-700);cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:6px 4px;font-family:Poppins,sans-serif;font-size:12px;font-weight:600}.st-link:hover{text-decoration:underline}.st-empty{border:1px dashed var(--border);background:var(--surface-soft);color:var(--muted);text-align:center;border-radius:12px;padding:22px;font-size:13px}.st-meeting{margin-top:20px}@media (width<=720px){.staff-tasks{padding:20px 16px}.st-item--row{flex-direction:column;align-items:flex-start}.st-actions{margin-left:0}}.st-detail{flex-direction:column;gap:28px;display:flex}.st-detail__header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:20px;display:flex}.st-detail__title{letter-spacing:-.01em;color:var(--ink);margin:6px 0 0;font-family:Poppins,sans-serif;font-size:22px;font-weight:600}.st-detail .st-actions a.st-link{text-decoration:none}.st-subtitle{color:var(--ink);flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 12px;font-family:Poppins,sans-serif;font-size:15px;font-weight:600;display:flex}.st-subtitle__note{color:var(--gold);font-family:Montserrat,sans-serif;font-size:12px;font-weight:500}.st-item--compact{padding:12px 16px}.st-item--compact .st-item__title{margin:0 0 10px}.st-summary{border:1px solid var(--border);background:var(--surface-soft);color:var(--ink);border-radius:12px;padding:20px 22px;font-size:14px;line-height:1.6}.st-summary h4{letter-spacing:.04em;text-transform:uppercase;color:var(--green-700);margin:18px 0 8px;font-family:Poppins,sans-serif;font-size:13px;font-weight:600}.st-summary h4:first-child{margin-top:0}.st-summary p{margin:0 0 10px}.st-summary ul{flex-direction:column;gap:8px;margin:0 0 10px;padding-left:18px;display:flex}.st-summary li::marker{color:var(--green-600)}.st-summary strong{font-weight:600}.st-summary .summary-clip{background:var(--green-50);color:var(--green-700);white-space:nowrap;vertical-align:1px;border-radius:999px;align-items:center;margin-left:4px;padding:1px 8px;font-size:11px;font-weight:600;text-decoration:none;display:inline-flex}.st-summary .summary-clip:before{content:"▶";margin-right:4px;font-size:8px}.st-summary .summary-clip:hover{background:var(--green-100)}.st-filters{border:1px solid var(--border);background:var(--surface-soft);border-radius:12px;flex-wrap:wrap;align-items:flex-end;gap:12px 16px;padding:14px 16px;display:flex}.st-filter{flex-direction:column;gap:4px;min-width:200px;display:flex}.st-filter__label{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-family:Poppins,sans-serif;font-size:11px;font-weight:600}.st-filter__control{border:1px solid var(--border);background:var(--surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%236b6a63' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 12px center;appearance:none;height:36px;font:inherit;color:var(--ink);cursor:pointer;border-radius:8px;padding:0 32px 0 12px;font-size:13px}.st-filter__control:focus{outline:2px solid var(--green-100);border-color:var(--green-600)}@media (width<=720px){.st-filter{flex:100%;min-width:0}}.session-management-page{max-width:1280px}.session-management-page .page-header{align-items:flex-end;margin-bottom:22px}.session-management-page .page-header h1{margin-bottom:6px}.session-management-page .page-header p{max-width:680px;color:var(--muted);margin:0}.session-management-page>.panel{border:1px solid var(--border);overflow:hidden;box-shadow:0 12px 30px #203a300f}.session-management-page>.panel>.panel__header{background:var(--surface-soft);border-bottom:1px solid var(--border);padding:20px 24px}.session-management-page>.panel>.panel__header h2{font-size:18px}.session-management-page [data-session-list]{background:#fbfaf7;gap:14px;padding:18px;display:grid}.session-management-row{border:1px solid var(--border);background:var(--surface);border-radius:16px;gap:22px;padding:22px 24px;display:grid;box-shadow:0 5px 16px #203a300a}.session-management-row__summary{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.session-management-row__summary h3{letter-spacing:-.02em;margin:7px 0 8px;font-size:22px}.session-management-row__summary p{color:var(--muted);margin:0;font-size:14px}.session-management-row__summary>div:last-child{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.session-management-row .eyebrow{color:var(--green-700);letter-spacing:.12em;font-size:11px}.session-management-row form{border-top:1px solid var(--border);grid-template-columns:minmax(240px,1.6fr) minmax(150px,.65fr);gap:14px;padding-top:18px;display:grid}.session-management-row .field{gap:7px}.session-management-row .field span{color:var(--muted);font-size:12px;font-weight:600}.session-management-row input{min-height:42px}.session-management-actions{flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:8px;padding-top:2px;display:flex}.session-management-actions .button,.session-management-actions .text-button{white-space:nowrap;min-height:38px}.session-management-actions .text-button{color:var(--green-700);border-radius:8px;padding:8px 10px;font-weight:600}.session-management-actions .text-button:hover{background:var(--green-50)}.session-management-actions .text-button--danger{color:var(--red-700,#b94f3d)}@media (width<=760px){.session-management-page .page-header{flex-direction:column;align-items:flex-start}.session-management-row{padding:18px}.session-management-row__summary{flex-direction:column}.session-management-row__summary>div:last-child{flex-direction:row;align-items:flex-start}.session-management-row form{grid-template-columns:1fr}}.attendance-status-cell,.attendance-history__row>span:last-child{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.attendance-recording-link,.attendance-recording-pending{font-size:12px;line-height:1.35}.attendance-recording-link{color:var(--green-700);font-weight:600;text-decoration:none}.attendance-recording-link:hover{text-decoration:underline}.attendance-recording-pending{max-width:310px;color:var(--muted);text-align:right}html.lms-hosted,.lms-hosted body{background:#fff;min-width:0;min-height:0}.app-shell--hosted{overflow-wrap:anywhere;background:#fff;min-height:0;display:block}.journey-navigation{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:4px 8px;margin-bottom:24px;padding:0 0 12px;display:flex}.journey-navigation button{min-height:40px;color:var(--muted);background:0 0;border:1px solid #0000;border-radius:7px;padding:9px 14px;font-size:13px;font-weight:600}.journey-navigation button:hover{background:var(--green-50);color:var(--green-700)}.journey-navigation button[aria-current=page]{color:var(--green-900);background:var(--green-50);border-color:var(--green-100)}.journey-navigation button:focus-visible,.app-shell--hosted button:focus-visible{outline:2px solid var(--green-700);outline-offset:3px}.app-shell--hosted .main-content{padding:0 0 24px}.app-shell--hosted .page,.app-shell--hosted .mentee-page{width:100%;max-width:none}.app-shell--hosted .mentee-summary-grid,.app-shell--hosted .stat-grid,.app-shell--hosted .metrics-grid,.app-shell--hosted .staff-detail-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr))}.app-shell--hosted .mentee-hero,.app-shell--hosted .mentee-next-action{box-shadow:none;border-radius:10px;flex-wrap:wrap}.app-shell--hosted .mentee-hero>:first-child{flex:280px;min-width:0}.app-shell--hosted .mentee-progress-ring{flex-shrink:0}@media (width<=850px){.app-shell--hosted .journey-columns,.app-shell--hosted .track-config-layout{grid-template-columns:minmax(0,1fr)}.app-shell--hosted .page-header--row,.app-shell--hosted .event-card,.app-shell--hosted .journey-event__topline{flex-wrap:wrap}}@media (width<=520px){.journey-navigation{gap:4px}.journey-navigation button{padding:8px 10px}.app-shell--hosted .page-header h1{font-size:22px}.app-shell--hosted .mentee-hero{gap:16px;padding:18px}}.app-shell--hosted .toolbar{grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr))}.app-shell--hosted .toolbar>*{min-width:0}
