.t360-parsian {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  direction: ltr;
  max-width: 22rem;
}

.t360-parsian input {
  width: 5.4rem;
  text-align: center;
  letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
}

.t360-parsian input[data-t360-parsian-seg="6"] {
  width: 7.4rem;
}

.t360-parsian__hint {
  margin: 0 0 0.4rem;
  font-size: 0.78rem;
}

/* Teacher panel chrome — do not leak into Student MyDIAKO. */
.t360-top .s360-top__inner {
  flex-wrap: wrap;
  row-gap: 8px;
}

.t360-top .s360-logout--desk {
  display: block;
}

.t360-top__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.4rem;
  direction: ltr;
}

.t360-top__nav .t360-logout {
  margin: 0;
}

.t360-top__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 34px;
  padding: 0.3rem 0.7rem;
  border-radius: 9px;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.t360-top__btn--outline {
  border: 1px solid var(--ds-navy-800);
  background: #fff;
  color: var(--ds-navy-900);
}

.t360-top__btn--outline:hover,
.t360-top__btn--outline:focus-visible {
  border-color: var(--ds-orange-500);
  color: var(--ds-orange-500);
  outline: none;
}

.t360-top__btn--exit {
  border: 1px solid var(--ds-navy-800);
  background: var(--ds-navy-900);
  color: #fff;
}

.t360-top__btn--exit:hover,
.t360-top__btn--exit:focus-visible {
  background: #fff;
  color: var(--ds-navy-900);
  outline: none;
}

.t360-top__btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.16);
}

@media (max-width: 479px) {
  .t360-top .s360-hello__sub {
    display: none;
  }

  .t360-top__nav {
    width: 100%;
    justify-content: flex-start;
  }

  .t360-top__btn {
    min-height: 32px;
    padding: 0.28rem 0.55rem;
    font-size: 0.72rem;
  }
}

.t360-complete {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.t360-complete__bar {
  flex: 1 1 160px;
  height: 8px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}

.t360-complete__fill {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--ds-navy-800) 0%, var(--ds-orange-500) 100%);
  border-radius: inherit;
}

.t360-complete__pct {
  font-weight: 800;
  color: #0f172a;
  font-size: 14px;
}

.t360-banner {
  background: #fff7ed;
  border: 1px solid #fdba74;
  color: #9a3412;
}

.t360-banner p { margin: 0 0 8px; }

.t360-saved {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
}

.t360-saved p { margin: 0; font-weight: 700; }

.t360-span { grid-column: 1 / -1; }

.t360-profile,
.t360-contact {
  overflow: visible;
}

.t360-avatar-preview {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
  display: block;
  margin-bottom: 8px;
  background: #e2e8f0;
}

.t360-top img.s360-avatar {
  object-fit: cover;
  object-position: center;
}

.t360-phone {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 8px;
  min-width: 0;
  /* LTR row so country selector stays visually LEFT of the number in RTL forms. */
  direction: ltr;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}

.t360-phone--mobile {
  direction: ltr;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}

.t360-phone--mobile .t360-phone__cc {
  order: 1;
}

.t360-phone--mobile input[data-t360-phone-national] {
  order: 2;
}

.t360-phone--mobile input[data-t360-phone-national] {
  width: auto;
  flex: 1 1 auto;
  min-width: 0;
}

.t360-phone--mobile .t360-phone__panel {
  direction: rtl;
  inset-inline-start: 0;
  inset-inline-end: auto;
  width: min(100%, 320px);
}

@media (max-width: 480px) {
  .t360-phone--mobile .t360-phone__cc {
    max-width: 104px;
    padding: 0 6px;
    font-size: 12px;
  }
}

.t360-phone.is-open { z-index: 40; }

.t360-phone__cc {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  max-width: 118px;
  padding: 0 8px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #fff;
  color: #0f172a;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
}

.t360-phone__cc:hover,
.t360-phone__cc[aria-expanded="true"] {
  border-color: #fdba74;
  background: #fff7ed;
}

.t360-phone__caret { font-size: 11px; color: #64748b; }

.t360-phone input[data-t360-phone-national] {
  flex: 1 1 auto;
  min-width: 0;
}

.t360-phone__panel {
  position: absolute;
  inset-inline-start: 0;
  width: min(100%, 320px);
  top: calc(100% + 6px);
  z-index: 50;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 18px 40px -20px rgba(15, 23, 42, 0.45);
  max-height: 260px;
  overflow: hidden;
  flex-direction: column;
}

.t360-phone__panel[hidden] {
  display: none !important;
}

.t360-phone__panel:not([hidden]) {
  display: flex;
}

.t360-phone__search {
  margin: 8px;
  width: calc(100% - 16px);
  box-sizing: border-box;
}

.t360-phone__list {
  list-style: none;
  margin: 0;
  padding: 0 0 8px;
  overflow-y: auto;
  max-height: 200px;
}

.t360-phone__list li {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 8px 12px;
  cursor: pointer;
}

.t360-phone__list li:hover,
.t360-phone__list li.is-selected {
  background: #fff7ed;
}

.t360-phone__empty {
  margin: 0;
  padding: 10px 12px;
  color: #64748b;
}

.t360-docs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.t360-doccard {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
  min-width: 0;
}

.t360-doccard__icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #fff;
  color: #b91c1c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.t360-doccard__body {
  min-width: 0;
  flex: 1 1 auto;
}

.t360-doccard__body strong {
  display: block;
  font-size: 13px;
}

.t360-doccard__file {
  margin: 2px 0 6px;
  color: #64748b;
  font-size: 12px;
  overflow-wrap: anywhere;
}

.t360-doccard__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
}

.t360-upload { display: inline; }

.t360-upload__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.t360-savewrap {
  display: flex;
  justify-content: center;
  margin: 8px 0 24px;
}

.t360-save {
  width: 100%;
}

@media (min-width: 720px) {
  .s360-fields.t360-fields-2 {
    grid-template-columns: 1fr 1fr;
  }

  .t360-docs {
    grid-template-columns: 1fr 1fr;
  }

  .t360-save {
    width: auto;
    min-width: 220px;
    padding-inline: 28px;
  }
}

.s360-main {
  overflow-x: hidden;
}

.s360-form .da-pw-field > input[type="password"],
.s360-form .da-pw-field > input[type="text"] {
  padding-inline-end: 0.35rem;
  box-sizing: border-box;
}

.t360-lang {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.t360-lang__chips,
.t360-dept-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 0;
}

.t360-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.22rem 0.62rem;
  border-radius: 999px;
  background: #ecfdf5;
  border: 1px solid #99f6e4;
  color: #0f766e;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.4;
}

.t360-chip--empty {
  background: #f8fafc;
  border-color: #e2e8f0;
  color: #64748b;
}

.t360-chip--removable {
  cursor: pointer;
  border: 1px solid #99f6e4;
  background: #ecfdf5;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  color: #0f766e;
}

.t360-chip--removable:hover {
  background: #ccfbf1;
}

.t360-chip__x {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.12);
  font-size: 0.85rem;
  line-height: 1;
}

.t360-lang__options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.t360-lang__opt {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0.45rem 0.75rem;
  border: 1px solid #dbe3ee;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  font-weight: 700;
  color: #0f172a;
  user-select: none;
}

.t360-lang__opt:hover {
  border-color: #99f6e4;
  background: #f0fdfa;
}

.t360-lang__opt:has(input:checked) {
  border-color: #0f766e;
  background: #ecfdf5;
  color: #115e59;
}

.t360-lang__opt input {
  width: 1rem;
  height: 1rem;
  accent-color: #0f766e;
  margin: 0;
}

@media (max-width: 719px) {
  .t360-lang__opt {
    flex: 1 1 calc(50% - 8px);
    min-width: 132px;
  }
}

.t360-join {
  min-width: 0;
}

.t360-join__title {
  margin: 0 0 10px;
  font-weight: 800;
  color: #0f172a;
}

.t360-join__row {
  margin: 0;
}

@media (min-width: 720px) {
  .s360-fields.t360-join__row {
    grid-template-columns: 1fr 1fr;
  }
}

.t360-faculty-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "brand brand"
    "photo identity"
    "badges badges";
  align-items: center;
  column-gap: 12px;
  row-gap: 12px;
  padding: 14px 14px 16px;
  margin-bottom: 14px;
  border-radius: 20px;
  direction: ltr;
  color: #fff;
  background:
    radial-gradient(90% 120% at 6% 18%, rgba(96, 165, 250, 0.10), transparent 42%),
    radial-gradient(70% 90% at 98% 88%, rgba(249, 115, 22, 0.08), transparent 40%),
    linear-gradient(168deg, var(--ds-navy-900) 0%, #15233b 52%, #0b1528 100%);
  box-shadow: 0 10px 28px -22px rgba(15, 23, 42, 0.55);
}

.t360-faculty-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse 85% 80% at 50% 40%, #000 18%, transparent 78%);
}

.t360-faculty-hero::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -70px;
  top: -90px;
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(148, 197, 253, 0.14), transparent 68%);
}

.t360-faculty-hero > * {
  position: relative;
  z-index: 1;
}

.t360-faculty-hero__brand {
  grid-area: brand;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  min-width: 0;
}

.t360-faculty-hero__logo {
  display: block;
  height: 64px;
  width: auto;
  max-width: 88px;
  object-fit: contain;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.t360-faculty-hero__kicker {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgba(226, 232, 240, 0.62);
  white-space: nowrap;
}

.t360-faculty-hero__identity {
  grid-area: identity;
  min-width: 0;
  direction: rtl;
  text-align: right;
}

.t360-faculty-hero h1 {
  margin: 0 0 3px;
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
  overflow-wrap: anywhere;
}

.t360-faculty-hero__welcome {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.45;
  color: rgba(226, 232, 240, 0.68);
}

.t360-faculty-hero__langs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px;
  margin-top: 8px;
}

.t360-faculty-hero__lang {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(248, 250, 252, 0.88);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.35;
}

.t360-faculty-hero__photo {
  grid-area: photo;
  flex: none;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.10);
  border: 2px solid rgba(255, 255, 255, 0.38);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  color: #fff;
}

.t360-faculty-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.t360-faculty-hero__badges {
  grid-area: badges;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.t360-pill {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  min-width: 0;
  max-width: 100%;
  padding: 4px 11px 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.t360-pill__k {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.55);
  line-height: 1.3;
}

.t360-pill strong {
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
  white-space: nowrap;
}

.t360-pill--none,
.t360-pill--grade-none {
  background: rgba(148, 163, 184, 0.14);
  border-color: rgba(226, 232, 240, 0.18);
}

.t360-pill--core { background: rgba(249, 115, 22, 0.18); }
.t360-pill--active { background: rgba(147, 197, 253, 0.18); }
.t360-pill--associate { background: rgba(203, 213, 225, 0.16); }
.t360-pill--grade-a_plus,
.t360-pill--grade-a { background: rgba(250, 204, 21, 0.16); }

.t360-faculty-complete--compact {
  padding: 14px 16px 16px;
}

.t360-faculty-complete--compact .t360-complete {
  margin-bottom: 8px;
}

.t360-complete__copy h2 {
  margin: 0;
  font-size: 0.95rem;
}

.t360-edit-link {
  display: inline-block;
  margin-top: 10px;
  color: #475569;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.t360-edit-link:hover,
.t360-edit-link:focus-visible {
  color: var(--ds-navy-900);
  text-decoration: underline;
}

.t360-faculty-complete--compact .s360-btn {
  margin-top: 12px;
}

.t360-kpi-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

.t360-kpi {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 12px 14px;
}

.t360-kpi__icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #f1f5f9;
  color: var(--ds-navy-800);
  margin-bottom: 8px;
}

.t360-kpi h2 {
  margin: 0 0 6px;
  font-size: 0.78rem;
  font-weight: 800;
  color: #64748b;
}

.t360-kpi__hint {
  margin: 4px 0 0;
  color: #94a3b8;
  font-size: 0.75rem;
}

.t360-framework__list {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}

.t360-framework__list li {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 8px 10px;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #eef2f7;
  font-weight: 700;
  color: #334155;
}

.t360-framework__name {
  font-size: 0.86rem;
}

.t360-framework__bar {
  grid-column: 1 / -1;
  height: 4px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}

.t360-framework__bar i {
  display: block;
  height: 100%;
  background: var(--ds-navy-700);
}

.t360-framework__list em {
  font-style: normal;
  color: #94a3b8;
  font-size: 0.74rem;
  font-weight: 600;
}

.t360-framework__list .is-total {
  border-bottom: 0;
  color: #0f172a;
}

.t360-framework__list .is-total .t360-framework__bar {
  display: none;
}

.t360-ptabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 12px;
}

.t360-ptabs__btn {
  border: 1px solid #dbe3ee;
  background: #fff;
  border-radius: 999px;
  padding: 8px 12px;
  font: inherit;
  font-weight: 800;
  color: #334155;
  cursor: pointer;
}

.t360-ptabs__btn.is-active {
  background: var(--ds-navy-900);
  border-color: var(--ds-navy-900);
  color: #fff;
}

.t360-ptabs__btn:focus-visible {
  outline: 2px solid var(--ds-orange-500);
  outline-offset: 2px;
}

.t360-kpi__value {
  margin: 0;
  color: var(--ds-navy-900);
  font-weight: 800;
  font-size: 1.05rem;
}

.t360-kpi__value--pending {
  color: #94a3b8;
  font-size: 0.9rem;
}

.t360-empty-note {
  margin: 0;
  color: #64748b;
  font-weight: 600;
}

.t360-grade-path {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.t360-grade-path__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 72px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid #dbe3ee;
  background: #f8fafc;
  font-weight: 800;
  color: #64748b;
}

.t360-grade-path__step span {
  font-size: 0.68rem;
  letter-spacing: 0.03em;
}

.t360-grade-path__step.is-done {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: var(--ds-navy-800);
}

.t360-grade-path__step.is-current {
  background: var(--ds-navy-900);
  border-color: var(--ds-navy-900);
  color: #fff;
}

.t360-grade-path__step.is-next {
  background: #fff7ed;
  border-color: #fdba74;
  color: #9a3412;
}

.t360-grade-path__arrow {
  color: #94a3b8;
  font-weight: 800;
}

.t360-honor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.t360-honor {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: var(--ds-navy-800);
  font-weight: 800;
  font-size: 0.82rem;
}

.t360-honor small {
  display: block;
  font-weight: 600;
  color: #64748b;
}

.t360-honor__mark {
  color: var(--ds-orange-500);
}

.t360-journey__line,
.t360-journey__years,
.t360-faculty-complete__lead {
  margin: 0 0 8px;
  font-weight: 800;
  color: #0f172a;
}

.t360-complete-list {
  margin: 12px 0 14px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.t360-complete-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #334155;
}

.t360-complete-list .is-done { color: var(--ds-navy-800); }
.t360-complete-list .is-todo { color: #94a3b8; }

.t360-complete-list__mark {
  width: 1.1rem;
  text-align: center;
}

@media (min-width: 720px) {
  .t360-kpi-grid {
    grid-template-columns: 1fr 1fr;
  }

  .t360-complete-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 860px) {
  .t360-faculty-hero {
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    grid-template-areas: "brand identity photo badges";
    column-gap: 22px;
    row-gap: 0;
    padding: 16px 22px;
    min-height: 0;
  }

  .t360-faculty-hero__logo {
    height: 96px;
    max-width: 128px;
  }

  .t360-faculty-hero__kicker {
    font-size: 0.7rem;
  }

  .t360-faculty-hero__identity {
    text-align: center;
  }

  .t360-faculty-hero h1 {
    font-size: 1.55rem;
  }

  .t360-faculty-hero__welcome {
    font-size: 0.88rem;
  }

  .t360-faculty-hero__langs {
    justify-content: center;
  }

  .t360-faculty-hero__photo {
    width: 88px;
    height: 88px;
    font-size: 1.2rem;
  }

  .t360-faculty-hero__badges {
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}

@media (max-width: 859px) {
  .t360-ptabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .t360-ptabs__btn {
    flex: 0 0 auto;
  }
}

.t360-label {
  margin: 0 0 8px;
  font-weight: 800;
  color: #0f172a;
}

.t360-photo {
  display: flex;
  gap: 14px;
  align-items: center;
}

.t360-photo__preview {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #475569;
}

.t360-photo__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.t360-photo__error {
  margin: 8px 0 0;
  color: #b91c1c;
  font-size: 0.8rem;
  font-weight: 700;
}

body.t360-crop-lock {
  overflow: hidden;
  position: fixed;
  width: 100%;
  overscroll-behavior: none;
  touch-action: none;
}

.t360-crop {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: rgba(15, 23, 42, 0.56);
  overscroll-behavior: none;
}

.t360-crop[hidden] {
  display: none;
}

.t360-crop__dialog {
  display: flex;
  flex-direction: column;
  width: min(560px, 100%);
  max-height: min(100dvh - 24px, 820px);
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 22px 48px -26px rgba(15, 23, 42, 0.6);
  outline: none;
}

.t360-crop__body {
  overflow: auto;
  padding: 18px 16px 8px;
  min-height: 0;
}

.t360-crop__dialog h2 {
  margin: 0 0 6px;
  font-size: 1.05rem;
  color: #0f172a;
}

.t360-crop__lead {
  margin: 0 0 14px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #64748b;
  line-height: 1.6;
}

.t360-crop__work {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
}

.t360-crop__stage {
  position: relative;
  width: min(360px, 100%);
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  background: #0f172a;
  touch-action: none;
  cursor: grab;
  user-select: none;
}

.t360-crop__stage.is-dragging {
  cursor: grabbing;
}

.t360-crop__stage canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.t360-crop__hole {
  position: absolute;
  inset: 6%;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 200vmax rgba(15, 23, 42, 0.42);
  pointer-events: none;
}

.t360-crop__aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.t360-crop__aside p {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  color: #64748b;
}

.t360-crop__live {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background: #e2e8f0;
  border: 2px solid rgba(15, 23, 42, 0.12);
}

.t360-crop__live canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.t360-crop__zoom {
  display: grid;
  gap: 6px;
  margin: 16px 0 14px;
  font-size: 0.78rem;
  font-weight: 800;
  color: #0f172a;
}

.t360-crop__zoom-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.t360-crop__zoom input[type="range"] {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  accent-color: #0f172a;
}

.t360-crop__zoom-btn {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border: 1px solid #0f172a;
  border-radius: 9px;
  background: #fff;
  color: #0f172a;
  font: inherit;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.t360-crop__error {
  margin: 0 0 10px;
  color: #b91c1c;
  font-size: 0.8rem;
  font-weight: 700;
}

.t360-crop__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 0 0 auto;
  padding: 10px 16px calc(12px + env(safe-area-inset-bottom));
  border-top: 1px solid #e2e8f0;
  background: #fff;
}

.t360-crop__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 800;
  cursor: pointer;
}

.t360-crop__btn--primary {
  border: 1px solid var(--ds-orange-500, #f97316);
  background: var(--ds-orange-500, #f97316);
  color: #fff;
}

.t360-crop__btn--primary:hover {
  background: var(--ds-orange-600, #ea580c);
  border-color: var(--ds-orange-600, #ea580c);
}

.t360-crop__btn--primary:focus-visible {
  outline: 2px solid rgba(249, 115, 22, 0.55);
  outline-offset: 2px;
}

.t360-crop__btn--primary:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.t360-crop__btn--outline {
  border: 1px solid #0f172a;
  background: #fff;
  color: #0f172a;
}

.t360-crop__btn--ghost {
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #475569;
}

@media (max-width: 640px) {
  .t360-crop {
    padding: 0;
    align-items: stretch;
  }

  .t360-crop__dialog {
    width: 100%;
    max-height: 100dvh;
    height: 100dvh;
    border-radius: 0;
  }

  .t360-crop__body {
    padding: 12px 12px 8px;
  }

  .t360-crop__work {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .t360-crop__stage {
    width: min(280px, calc(100vw - 32px), calc(100dvh - 260px));
  }

  .t360-crop__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .t360-crop__btn {
    width: 100%;
  }

  .t360-crop__btn--primary {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) and (max-height: 700px) {
  .t360-crop__stage {
    width: min(220px, calc(100vw - 32px), calc(100dvh - 220px));
  }

  .t360-crop__lead,
  .t360-crop__aside {
    display: none;
  }
}

@media (max-width: 719px) {
  .s360.s360--app .s360-main,
  .s360.s360--app .s360-top,
  .s360.s360--app .s360-deskfoot {
    width: min(880px, calc(100% - 16px));
  }

  .t360-profile,
  .t360-panel,
  .s360-card {
    min-width: 0;
  }

  .t360-fields-2,
  .s360-fields.t360-fields-2 {
    grid-template-columns: 1fr;
  }
}

.t360-photo__meta {
  min-width: 0;
}

.t360-photo__pick {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  background: var(--ds-navy-900);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.t360-photo__pick input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.t360-photo__pick:focus-within {
  outline: 2px solid var(--ds-orange-500);
  outline-offset: 2px;
}

.t360-photo__file {
  margin: 6px 0 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: #475569;
  word-break: break-all;
}

.t360-save:disabled {
  opacity: 0.72;
  cursor: wait;
}

.t360-panel .errorlist {
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
  color: #b91c1c;
  font-size: 0.8rem;
  font-weight: 700;
}

.t360-field-error {
  color: #b91c1c;
  font-weight: 700;
}

.t360-doc-del {
  color: #b91c1c;
}

.t360-profile input:focus,
.t360-profile select:focus,
.t360-profile textarea:focus,
.t360-profile .s360-datepicker__input:focus {
  outline: 2px solid rgba(249, 115, 22, 0.28);
  border-color: #fdba74;
}

.t360-profile .s360-datepicker,
.t360-profile .s360-datepicker__field,
.t360-panel:has(.s360-datepicker),
.t360-edit__card:has(.s360-datepicker) {
  overflow: visible;
}

.t360-profile .s360-datepicker__open:focus,
.t360-profile .s360-datepicker__open:focus-visible {
  outline: 2px solid rgba(249, 115, 22, 0.28);
  outline-offset: 2px;
  border-color: #fdba74;
}

.t360-profile .s360-datepicker__input[readonly] {
  cursor: pointer;
  caret-color: transparent;
}

.t360-profile .s360-datepicker__field {
  cursor: pointer;
}

.t360-dob-cal-pop {
  overflow: visible !important;
  max-height: none !important;
}

.t360-dob-cal-pop .s360-cal {
  overflow: visible;
}

.t360-dob-cal-pop .s360-cal__title {
  display: flex;
  gap: 6px;
  min-width: 0;
}

.t360-dob-cal-pop .s360-cal__switch {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 40px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  color: #0f172a;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.t360-dob-cal-pop .s360-cal__switch.is-open {
  border-color: #fdba74;
  background: #fff7ed;
}

.t360-dob-cal-pop .s360-cal__months,
.t360-dob-cal-pop .s360-cal__years {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding: 4px 0;
}

.t360-dob-cal-pop .s360-cal__years {
  max-height: min(240px, 45vh);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.t360-dob-cal-pop .s360-cal__chip {
  min-height: 40px;
  border: 0;
  border-radius: 8px;
  background: #f8fafc;
  color: #0f172a;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.t360-dob-cal-pop .s360-cal__chip:hover {
  background: #fff7ed;
}

.t360-dob-cal-pop .s360-cal__chip.is-selected {
  background: #f97316;
  color: #fff;
}

@media (max-width: 719px) {
  .t360-dob-cal-pop .s360-cal__switch,
  .t360-dob-cal-pop .s360-cal__chip {
    min-height: 44px;
  }
}

@media (max-width: 480px) {
  .t360-photo {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Dedicated MyDIAKO Teacher sidebar — not Admin, not Student. */
.t360-app {
  --t360-side-w: 272px;
  --t360-side-w-sm: 80px;
  padding-bottom: 0;
}

.t360-app .s360-nav,
.t360-app .s360-deskfoot {
  display: none !important;
}

.t360-app .s360-top,
.t360-app .s360-main,
.t360-app .s360-deskfoot {
  width: min(1080px, calc(100% - 32px));
}

.t360-side,
.t360-bar {
  font-family: "Vazirmatn", Tahoma, sans-serif;
}

.t360-side {
  position: fixed;
  inset-block: 0;
  inset-inline-start: 0;
  z-index: 60;
  display: flex;
  flex-direction: column;
  width: var(--t360-side-w);
  overflow-x: hidden;
  overflow-y: hidden;
  background: var(--ds-navy-900);
  color: #fff;
  box-shadow: -12px 0 32px rgba(15, 23, 42, 0.18);
}

.t360-side__brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 1rem 0.9rem 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.t360-side__logo {
  width: 32px;
  height: 48px;
  object-fit: contain;
  flex: 0 0 auto;
}

.t360-side__brand-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.2;
}

.t360-side__brand-text strong {
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.t360-side__brand-text span {
  color: var(--ds-orange-500);
  font-size: 0.72rem;
  font-weight: 800;
}

.t360-side__collapse {
  margin-inline-start: auto;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #e2e8f0;
  cursor: pointer;
  display: none;
}

.t360-side__collapse:hover,
.t360-side__collapse:focus-visible {
  background: rgba(249, 115, 22, 0.2);
  color: #fff;
  outline: none;
}

.t360-side__collapse svg {
  width: 18px;
  height: 18px;
  display: block;
  margin: auto;
}

.t360-side__user {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.95rem 0.9rem;
}

.t360-side__avatar {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
  flex: 0 0 44px;
  background: #1e293b;
  border: 2px solid rgba(249, 115, 22, 0.45);
}

.t360-side__avatar--empty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #fff;
  background: #1e293b;
}

.t360-side__user-meta {
  min-width: 0;
}

.t360-side__name {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.t360-side__status {
  display: inline-block;
  margin-top: 0.25rem;
  padding: 0.12rem 0.45rem;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.16);
  color: #fdba74;
  font-size: 0.68rem;
  font-weight: 800;
}

.t360-side__nav {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.35rem 0.55rem;
  overflow-x: hidden;
  overflow-y: auto;
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.t360-side__nav::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.t360-side__foot {
  padding: 0.45rem 0.55rem 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.t360-side__logout {
  margin: 0.15rem 0 0;
}

.t360-side__item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  min-height: 40px;
  padding: 0.4rem 0.65rem;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #e2e8f0;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
  cursor: pointer;
}

.t360-side__item:hover,
.t360-side__item:focus-visible {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  outline: none;
}

.t360-side__item.is-active {
  background: rgba(249, 115, 22, 0.16);
  color: #fff;
  box-shadow: inset 3px 0 0 var(--ds-orange-500);
}

.t360-side__item.is-soon {
  opacity: 0.55;
  cursor: not-allowed;
}

.t360-side__item.is-soon:hover,
.t360-side__item.is-soon:focus-visible {
  background: transparent;
  color: #e2e8f0;
}

.t360-side__item--exit {
  color: #fecaca;
}

.t360-side__item--exit:hover,
.t360-side__item--exit:focus-visible {
  background: rgba(248, 113, 113, 0.12);
  color: #fff;
}

.t360-side__ico {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.t360-side__label {
  flex: 1 1 auto;
  min-width: 0;
}

.t360-side__soon {
  font-style: normal;
  font-size: 0.62rem;
  font-weight: 800;
  color: #fdba74;
  background: rgba(249, 115, 22, 0.12);
  border-radius: 999px;
  padding: 0.1rem 0.38rem;
  white-space: nowrap;
}

.t360-side__badge {
  min-width: 1.15rem;
  padding: 0.05rem 0.35rem;
  border-radius: 999px;
  background: var(--ds-orange-500);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  text-align: center;
}

.t360-bar {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 56px;
  padding-top: 10px;
}

.t360-bar__menu {
  width: 40px;
  height: 40px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  color: var(--ds-navy-900);
  cursor: pointer;
}

.t360-bar__menu svg {
  width: 20px;
  height: 20px;
  display: block;
  margin: auto;
}

.t360-bar__title {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.25;
}

.t360-bar__title strong {
  font-size: 0.92rem;
}

.t360-bar__title span {
  color: #64748b;
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.t360-side-scrim {
  position: fixed;
  inset: 0;
  z-index: 55;
  background: rgba(15, 23, 42, 0.46);
}

.t360-side-scrim[hidden] {
  display: none;
}

@media (max-width: 959px) {
  .t360-side {
    transform: translateX(105%);
    transition: transform 0.22s ease;
  }

  html[dir="rtl"] .t360-side {
    transform: translateX(105%);
  }

  .t360-app.is-side-open .t360-side {
    transform: translateX(0);
  }

  .t360-app.is-side-open {
    overflow: hidden;
  }

  .t360-side__collapse {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .t360-app {
    padding-inline-start: var(--t360-side-w);
  }

  .t360-app.is-side-collapsed {
    padding-inline-start: var(--t360-side-w-sm);
  }

  .t360-bar__menu {
    display: none;
  }

  .t360-side__collapse {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .t360-side.is-collapsed {
    width: var(--t360-side-w-sm);
  }

  .t360-side.is-collapsed .t360-side__brand-text,
  .t360-side.is-collapsed .t360-side__user-meta,
  .t360-side.is-collapsed .t360-side__label,
  .t360-side.is-collapsed .t360-side__soon,
  .t360-side.is-collapsed .t360-side__badge {
    display: none;
  }

  .t360-side.is-collapsed .t360-side__item {
    justify-content: center;
    padding-inline: 0.4rem;
  }

  .t360-side.is-collapsed .t360-side__user {
    justify-content: center;
    padding-inline: 0.55rem;
  }

  .t360-side.is-collapsed .t360-side__collapse svg {
    transform: scaleX(-1);
  }

  .t360-side-scrim {
    display: none !important;
  }
}

.t360-complete-modal[hidden] {
  display: none !important;
}

.t360-complete-modal {
  position: fixed;
  inset: 0;
  z-index: 240;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(15, 23, 42, 0.45);
}

.t360-complete-modal__card {
  width: min(420px, 100%);
  padding: 28px 24px 22px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 48px -20px rgba(15, 23, 42, 0.45);
  text-align: center;
}

.t360-complete-modal__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 0 14px;
  border-radius: 50%;
  background: #16a34a;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 800;
}

.t360-complete-modal__card h2 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 1.15rem;
  font-weight: 800;
}

.t360-complete-modal__card p {
  margin: 0 0 20px;
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.7;
}

.t360-complete-modal__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--ds-orange-500, #f97316);
  border-radius: 10px;
  background: var(--ds-orange-500, #f97316);
  color: #fff;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.t360-complete-modal__cta:hover {
  background: var(--ds-orange-600, #ea580c);
  border-color: var(--ds-orange-600, #ea580c);
  color: #fff;
}

.t360-save-ok .t360-complete-modal__icon {
  background: #16a34a;
  box-shadow: 0 0 0 8px rgba(22, 163, 74, 0.12);
}

.t360-whats {
  z-index: 230;
}

.t360-whats__icon {
  background: #f97316;
  box-shadow: 0 0 0 8px rgba(249, 115, 22, 0.12);
}

.t360-whats__kicker {
  margin: 0 0 6px !important;
  color: #ea580c !important;
  font-size: 0.78rem !important;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.t360-whats__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.t360-whats__ack {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #fff;
  color: #0f172a;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
}

.t360-whats__ack:hover {
  background: #f8fafc;
  border-color: #94a3b8;
}

.t360-save-ok__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7.5rem;
  min-height: 42px;
  padding: 0 22px;
  border: 1px solid #16a34a;
  border-radius: 10px;
  background: #16a34a;
  color: #fff;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.t360-save-ok__btn:hover,
.t360-save-ok__btn:focus-visible {
  background: #15803d;
  border-color: #15803d;
  color: #fff;
  outline: none;
}

/* Faculty dashboard visual layer — presentation only */
.t360-dash-page .s360-main {
  background: transparent;
}

.t360-dash {
  display: grid;
  gap: 12px;
}

.t360-dash__hero {
  margin-bottom: 0;
}

.t360-dash__complete {
  margin-bottom: 0;
}

.t360-dash-card {
  background: #fff;
  border: 1px solid #e8eef6;
  border-radius: 18px;
  box-shadow: 0 10px 28px -22px rgba(15, 23, 42, 0.45);
  padding: 16px;
}

.t360-dash-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 14px;
}

.t360-dash-card__head h2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  color: var(--ds-navy-900);
}

.t360-dash-card__ico {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: #fff7ed;
  color: var(--ds-orange-500);
}

.t360-dash-framework {
  padding: 16px 16px 14px;
}

.t360-dash-scores {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.t360-dash-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-height: 0;
  padding: 14px 12px 12px;
  border-radius: 16px;
  text-align: center;
  border: 1px solid transparent;
}

.t360-dash-score em {
  font-style: normal;
  font-size: 0.68rem;
  font-weight: 700;
  color: #94a3b8;
}

.t360-dash-score strong {
  font-size: 1.85rem;
  font-weight: 800;
  line-height: 1;
  color: var(--ds-navy-900);
}

.t360-dash-score__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: #fff;
}

.t360-dash-score .t360-framework__name {
  font-size: 0.76rem;
  font-weight: 800;
  color: #475569;
}

.t360-dash-score__bar {
  display: block;
  width: 100%;
  height: 8px;
  margin-top: 2px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.t360-dash-score__bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.t360-dash-score--low {
  background: #fff1f2;
  color: #dc2626;
}

.t360-dash-score--low .t360-dash-score__icon,
.t360-dash-score--low .t360-dash-score__bar i {
  background: #dc2626;
}

.t360-dash-score--mid {
  background: #fff7ed;
  color: #ea580c;
}

.t360-dash-score--mid .t360-dash-score__icon,
.t360-dash-score--mid .t360-dash-score__bar i {
  background: #f97316;
}

.t360-dash-score--good {
  background: #eff6ff;
  color: #2563eb;
}

.t360-dash-score--good .t360-dash-score__icon,
.t360-dash-score--good .t360-dash-score__bar i {
  background: #2563eb;
}

.t360-dash-score--high {
  background: #f0fdf4;
  color: #16a34a;
}

.t360-dash-score--high .t360-dash-score__icon,
.t360-dash-score--high .t360-dash-score__bar i {
  background: #16a34a;
}

.t360-dash-mid {
  display: grid;
  gap: 12px;
}

.t360-dash-mid__side {
  display: grid;
  gap: 12px;
}

.t360-dash-growth__body {
  display: grid;
  gap: 14px;
  align-items: center;
}

.t360-dash-stairs {
  display: grid;
  place-items: center;
  min-height: 132px;
  padding: 8px;
  border-radius: 16px;
  background:
    radial-gradient(80% 80% at 20% 20%, rgba(196, 181, 253, 0.35), transparent 50%),
    linear-gradient(180deg, #f5f3ff, #eef2ff);
}

.t360-dash-milestones {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.t360-dash-mile {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "mark meta"
    "bar bar";
  align-items: center;
  column-gap: 10px;
  row-gap: 6px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #f8fafc;
}

.t360-dash-mile__mark {
  grid-area: mark;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e2e8f0;
  color: #475569;
  font-size: 0.78rem;
  font-weight: 800;
}

.t360-dash-mile__meta {
  grid-area: meta;
  min-width: 0;
}

.t360-dash-mile__meta strong {
  display: block;
  font-size: 0.88rem;
  color: var(--ds-navy-900);
}

.t360-dash-mile__meta span {
  color: #64748b;
  font-size: 0.7rem;
  font-weight: 700;
}

.t360-dash-mile__bar {
  grid-area: bar;
  display: block;
  width: 100%;
  height: 7px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}

.t360-dash-mile__bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #94a3b8;
}

.t360-dash-mile.is-done {
  background: #f0fdf4;
}

.t360-dash-mile.is-done .t360-dash-mile__mark,
.t360-dash-mile.is-done .t360-dash-mile__bar i {
  background: #16a34a;
  color: #fff;
}

.t360-dash-mile.is-current {
  background: #fff7ed;
}

.t360-dash-mile.is-current .t360-dash-mile__mark,
.t360-dash-mile.is-current .t360-dash-mile__bar i {
  background: var(--ds-orange-500);
  color: #fff;
}

.t360-dash-mile.is-next {
  background: #eff6ff;
}

.t360-dash-mile.is-next .t360-dash-mile__mark {
  background: #2563eb;
  color: #fff;
}

.t360-dash-growth__note {
  margin: 12px 0 0;
}

.t360-dash-empty {
  display: grid;
  justify-items: center;
  gap: 6px;
  padding: 8px 4px 2px;
  text-align: center;
}

.t360-dash-empty--honor {
  position: relative;
  padding: 10px 8px 4px;
  overflow: hidden;
}

.t360-dash-empty--honor::before,
.t360-dash-empty--honor::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fbbf24;
  opacity: 0.7;
}

.t360-dash-empty--honor::before {
  top: 12px;
  right: 18%;
  box-shadow: 22px 18px 0 #60a5fa, -16px 28px 0 #f97316, 36px 40px 0 #34d399;
}

.t360-dash-empty--honor::after {
  top: 20px;
  left: 16%;
  background: #a78bfa;
  box-shadow: 14px 24px 0 #f472b6, 28px 8px 0 #38bdf8;
}

.t360-dash-empty__medal {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
}

.t360-dash-empty__title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-weight: 800;
  color: var(--ds-navy-900);
}

.t360-dash-empty .t360-empty-note {
  position: relative;
  z-index: 1;
}

.t360-dash-slots {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}

.t360-dash-slots li {
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px dashed #cbd5e1;
  color: #94a3b8;
  font-size: 0.7rem;
  font-weight: 700;
}

.t360-dash-honors__list .t360-honor {
  padding: 12px 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff7ed, #fff);
  box-shadow: 0 8px 20px -18px rgba(15, 23, 42, 0.5);
}

.t360-dash-kpis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.t360-dash-kpi {
  display: grid;
  gap: 4px;
  min-height: 0;
  padding: 14px 12px;
  border-radius: 16px;
}

.t360-dash-kpi__icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  color: #fff;
}

.t360-dash-kpi strong {
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
  color: var(--ds-navy-900);
}

.t360-dash-kpi span:last-child {
  color: #64748b;
  font-size: 0.74rem;
  font-weight: 700;
}

.t360-dash-kpi--orange {
  background: #fff7ed;
}

.t360-dash-kpi--orange .t360-dash-kpi__icon {
  background: #f97316;
}

.t360-dash-kpi--mint {
  background: #ecfdf5;
}

.t360-dash-kpi--mint .t360-dash-kpi__icon {
  background: #10b981;
}

.t360-dash-kpi--blue {
  background: #eff6ff;
}

.t360-dash-kpi--blue .t360-dash-kpi__icon {
  background: #2563eb;
}

.t360-dash-kpi--lilac {
  background: #f5f3ff;
}

.t360-dash-kpi--lilac .t360-dash-kpi__icon {
  background: #7c3aed;
}

.t360-dash-time {
  overflow: hidden;
}

.t360-dash-time__track {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4px;
  margin: 8px 0 0;
  padding: 8px 4px 0;
  list-style: none;
  overflow-x: auto;
  position: relative;
}

.t360-dash-time__track::before {
  content: "";
  position: absolute;
  top: 46px;
  right: 6%;
  left: 6%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7c3aed, #2563eb 55%, #16a34a);
}

.t360-dash-time__node,
.t360-dash-time__gap {
  position: relative;
  z-index: 1;
  flex: 1 0 72px;
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.t360-dash-time__node i {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2563eb;
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #2563eb;
}

.t360-dash-time__node.is-start i {
  background: #7c3aed;
  box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.28);
}

.t360-dash-time__node.is-past i {
  background: #2563eb;
}

.t360-dash-time__node.is-current i {
  width: 20px;
  height: 20px;
  background: #16a34a;
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.28);
}

.t360-dash-time__node strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #eef2ff;
  color: var(--ds-navy-900);
  font-size: 0.8rem;
}

.t360-dash-time__node.is-start strong {
  background: #ede9fe;
  color: #5b21b6;
}

.t360-dash-time__node.is-current strong {
  background: #dcfce7;
  color: #166534;
}

.t360-dash-time__node span,
.t360-dash-time__gap {
  font-size: 0.68rem;
  font-weight: 700;
  color: #64748b;
}

.t360-dash-time__gap {
  align-self: center;
  padding-top: 22px;
}

.t360-dash-time .t360-journey__line {
  margin: 16px 0 0;
  text-align: center;
  font-size: 0.86rem;
}

.t360-dash-time__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
  padding: 12px 16px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 8% 30%, rgba(251, 191, 36, 0.28), transparent 22%),
    radial-gradient(circle at 92% 70%, rgba(96, 165, 250, 0.22), transparent 24%),
    linear-gradient(90deg, #eef2ff, #f0fdf4);
}

.t360-dash-time__banner p {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--ds-navy-800);
}

.t360-dash-time__star {
  color: #f59e0b;
  font-size: 1.2rem;
}

.t360-dash-empty--time {
  padding: 8px 0 0;
}

.t360-dash-more {
  display: grid;
  gap: 12px;
}

.t360-dash-more__card {
  margin-bottom: 0;
  min-height: 0;
}

.t360-dash-class {
  margin-bottom: 12px;
}

.t360-dash-more__card .t360-empty-note {
  padding: 4px 0 0;
}

@media (min-width: 720px) {
  .t360-dash-scores {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .t360-dash-growth__body {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .t360-dash-more {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1080px) {
  .t360-dash-mid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: start;
  }
}

.t360-dev-card {
  overflow: hidden;
}

.t360-dev-table-wrap {
  overflow-x: auto;
}

.t360-dev-table {
  width: 100%;
  border-collapse: collapse;
}

.t360-dev-table th,
.t360-dev-table td {
  padding: 10px 12px;
  text-align: right;
  font-size: 0.86rem;
  border-bottom: 1px solid #e8eef6;
}

.t360-dev-table th {
  color: #64748b;
  font-weight: 800;
}

.t360-dev-empty {
  background: #fff;
  border: 1px solid #e8eef6;
  border-radius: 16px;
  padding: 28px 20px;
}

.t360-dev-empty h2 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}

@media (max-width: 719px) {
  .t360-dash-time__track {
    padding-bottom: 4px;
  }
}

.t360-dash-alert,
.t360-photo-alert {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  margin: 0 0 14px;
  padding: 0.85rem 1rem;
  border: 1px solid #fdba74;
  border-radius: 14px;
  background: #fff7ed;
  color: #9a3412;
}

.t360-dash-alert__copy,
.t360-photo-alert__copy {
  min-width: 0;
  flex: 1 1 16rem;
}

.t360-dash-alert__copy strong,
.t360-photo-alert__copy strong {
  display: block;
  margin: 0 0 0.2rem;
  font-size: 0.92rem;
}

.t360-dash-alert__copy p,
.t360-photo-alert__copy p {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.6;
}

.t360-dash-alert .s360-btn,
.t360-photo-alert .s360-btn {
  flex: 0 0 auto;
}

#t360-photo.is-focus,
#t360-langs.is-focus {
  outline: 2px solid #0f766e;
  outline-offset: 4px;
  border-radius: 14px;
}

/* Mobile Faculty shell — hidden on tablet/desktop */
.t360-tabbar,
.t360-m-quick,
.t360-m-only {
  display: none;
}

.t360-side__group {
  display: none;
  margin: 0.65rem 0.45rem 0.2rem;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

@media (min-width: 720px) {
  .t360-fold > summary,
  .t360-acc__sum {
    display: none;
  }
}

@media (max-width: 959px) {
  .t360-side__group {
    display: block;
  }

  .t360-side__nav {
    gap: 0.2rem;
    padding: 0.45rem 0.65rem 0.7rem;
    -webkit-overflow-scrolling: touch;
  }

  .t360-side__item {
    min-height: 44px;
    padding-inline: 0.7rem;
  }

  .t360-side__ico {
    flex: 0 0 20px;
  }
}

@media (max-width: 719px) {
  .t360-app:has(.t360-tabbar) {
    padding-bottom: calc(4.4rem + env(safe-area-inset-bottom, 0px));
  }

  .t360-app .s360-main,
  .t360-app .s360-top {
    width: min(1080px, calc(100% - 20px));
  }

  .t360-tabbar {
    display: flex;
    position: fixed;
    inset-inline: 0;
    bottom: 0;
    z-index: 50;
    justify-content: space-around;
    align-items: stretch;
    gap: 0.1rem;
    min-height: 3.85rem;
    padding: 0.28rem 0.2rem calc(0.28rem + env(safe-area-inset-bottom, 0px));
    background: #fff;
    border-top: 1px solid #e2e8f0;
    box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.06);
  }

  .t360-tabbar__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.12rem;
    flex: 1 1 0;
    min-width: 0;
    color: #64748b;
    text-align: center;
    text-decoration: none;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1.15;
  }

  .t360-tabbar__item svg {
    width: 20px;
    height: 20px;
  }

  .t360-tabbar__item.is-active {
    color: #0f766e;
  }

  .t360-tabbar__badge {
    position: absolute;
    top: 0;
    inset-inline-end: 18%;
    min-width: 1rem;
    padding: 0 0.22rem;
    border-radius: 999px;
    background: #f97316;
    color: #fff;
    font-size: 0.58rem;
    font-style: normal;
    line-height: 1.15;
  }

  .t360-tabbar__badge[hidden] {
    display: none !important;
  }

  .t360-m-quick,
  .t360-m-only {
    display: block;
  }

  .t360-dash {
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow-x: hidden;
  }

  .t360-dash-alert { order: 0; }
  .t360-dash__hero { order: 1; }
  .t360-dash__complete { order: 2; }
  .t360-m-quick { order: 3; }
  .t360-dash-framework { order: 4; }
  .t360-dash-mid { order: 5; }
  .t360-dash-time { order: 6; }
  .t360-dash-more { order: 7; }

  .t360-dash__hero,
  .t360-faculty-hero {
    padding: 10px 12px 12px;
    row-gap: 6px;
    margin-bottom: 8px;
  }

  .t360-faculty-hero__logo {
    height: 92px;
    max-width: 124px;
  }

  .t360-faculty-hero h1 {
    font-size: 1.15rem;
  }

  .t360-faculty-hero__welcome {
    font-size: 0.78rem;
  }

  .t360-faculty-hero__photo {
    width: 56px;
    height: 56px;
    font-size: 0.85rem;
  }

  .t360-faculty-hero__badges {
    gap: 6px;
  }

  .t360-dash__complete {
    padding: 0.55rem 0.7rem 0.65rem;
    margin-bottom: 8px;
  }

  .t360-complete--desk {
    display: none;
  }

  .t360-dash-gauge-wrap {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.35rem;
  }

  .t360-dash-gauge {
    --t360-gauge-tone: #dc2626;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 108px;
    min-width: 108px;
  }

  .t360-dash-gauge.is-low { --t360-gauge-tone: #dc2626; }
  .t360-dash-gauge.is-warm { --t360-gauge-tone: #f97316; }
  .t360-dash-gauge.is-mid { --t360-gauge-tone: #84cc16; }
  .t360-dash-gauge.is-high,
  .t360-dash-gauge.is-complete { --t360-gauge-tone: #16a34a; }

  .t360-dash-gauge .t360-gauge__dial {
    position: relative;
    width: 108px;
    height: 62px;
  }

  .t360-dash-gauge .t360-gauge__svg {
    display: block;
    width: 108px;
    height: 62px;
  }

  .t360-dash-gauge .t360-gauge__track,
  .t360-dash-gauge .t360-gauge__arc {
    stroke-width: 8;
    stroke-linecap: round;
  }

  .t360-dash-gauge .t360-gauge__track {
    stroke: #e2e8f0;
  }

  .t360-dash-gauge .t360-dash-gauge__arc {
    stroke: url(#t360-dash-gauge-grad);
  }

  .t360-dash-gauge .t360-gauge__value {
    position: absolute;
    inset-inline: 0;
    bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: #0f172a;
    pointer-events: none;
  }

  .t360-dash-gauge .t360-gauge__num {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1;
    font-variant-numeric: tabular-nums;
  }

  .t360-dash-gauge .t360-gauge__check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 0.95rem;
    height: 0.95rem;
    border-radius: 999px;
    background: #16a34a;
    color: #fff;
    font-size: 0.58rem;
    font-weight: 800;
    line-height: 1;
  }

  .t360-dash-gauge .t360-gauge__caption {
    margin: 2px 0 0;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
  }

  .t360-dash-gauge-wrap__copy {
    min-width: 0;
    flex: 1 1 auto;
  }

  .t360-dash-gauge-wrap__copy h2 {
    margin: 0 0 0.15rem;
    font-size: 0.9rem;
  }

  .t360-dash-gauge-wrap__copy .t360-faculty-complete__lead {
    margin: 0;
    font-size: 0.78rem;
  }

  .t360-dash__complete .s360-btn,
  .t360-dash__complete .t360-edit-link {
    margin-top: 0.25rem;
  }

  .t360-m-quick {
    display: grid;
    gap: 6px;
    margin: 0 0 8px;
  }

  .t360-m-card {
    padding: 0.55rem 0.7rem;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
  }

  .t360-m-card header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 0.3rem;
  }

  .t360-m-card h2 {
    margin: 0;
    font-size: 0.82rem;
  }

  .t360-m-card__title {
    margin: 0;
    font-weight: 800;
    color: #0f172a;
  }

  .t360-m-card--inbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .t360-m-inbox {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.7rem 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    color: inherit;
    text-decoration: none;
  }

  .t360-m-inbox strong {
    font-size: 0.82rem;
  }

  .t360-m-inbox span {
    color: #64748b;
    font-size: 0.74rem;
    font-weight: 700;
  }

  .t360-dash-card,
  .t360-dash-more__card {
    margin-bottom: 8px;
    padding: 0.45rem 0.65rem 0.5rem;
  }

  .t360-m-hide {
    display: none !important;
  }

  details[data-t360-mfold]:not(.is-ready) > :not(summary) {
    display: none;
  }

  .t360-acc__sum {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    min-height: 44px;
    padding: 0.1rem 0;
    color: #0f172a;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.3;
    cursor: pointer;
    list-style: none;
  }

  .t360-acc__sum::-webkit-details-marker {
    display: none;
  }

  .t360-acc__chev {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    color: #0f766e;
    transition: transform 0.2s ease;
  }

  details[open] > .t360-acc__sum .t360-acc__chev {
    transform: rotate(180deg);
  }

  .t360-acc__body {
    padding: 0 0 0.25rem;
  }

  details[open] > .t360-acc__body {
    animation: t360-acc-in 0.2s ease;
  }

  @keyframes t360-acc-in {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: none; }
  }

  .t360-dash-scores {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .t360-dash-score {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "icon name pct"
      "icon bar bar"
      "icon wait wait";
    align-items: center;
    gap: 2px 8px;
    padding: 0.45rem 0.5rem;
    text-align: start;
  }

  .t360-dash-score em {
    grid-area: wait;
    margin: 0;
  }

  .t360-dash-score strong {
    grid-area: pct;
    font-size: 0.92rem;
  }

  .t360-dash-score__icon {
    grid-area: icon;
    width: 28px;
    height: 28px;
  }

  .t360-dash-score .t360-framework__name {
    grid-area: name;
  }

  .t360-dash-score__bar {
    grid-area: bar;
  }

  .t360-dash-scores .is-total {
    grid-column: auto;
  }

  .t360-growth-sum p,
  .t360-time-sum {
    display: grid;
    gap: 0.25rem;
    margin: 0 0 0.55rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: #334155;
  }

  .t360-time-sum p {
    margin: 0;
  }

  .t360-fold > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    list-style: none;
    padding: 0.15rem 0;
    color: #0f172a;
    font-size: 0.88rem;
    font-weight: 800;
  }

  .t360-fold > summary::-webkit-details-marker {
    display: none;
  }

  .t360-fold__head {
    color: #0f172a;
    font-size: 0.95rem;
  }

  .t360-fold__deskhead {
    display: none;
  }

  .t360-dash-honors__list,
  .t360-dash-slots {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    max-width: 100%;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }

  .t360-dash-honors__list .t360-honor,
  .t360-dash-slots li {
    flex: 0 0 auto;
  }

  .t360-dash-empty--honor {
    padding: 8px 0 0;
  }

  .t360-dash-empty__medal {
    transform: scale(0.78);
    transform-origin: center top;
  }

  .t360-dash-kpis {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .t360-dash-time__track {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .t360-dash-more {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .t360-dash,
  .t360-faculty-hero,
  .t360-dash-card,
  .s360-card {
    max-width: 100%;
  }
}

.t360-unread-badge {
  background: #dc2626 !important;
  color: #fff !important;
}

.t360-ann-inbox {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.t360-ann-item {
  display: block;
  padding: 0.9rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
  color: inherit;
  text-decoration: none;
}

.t360-ann-item.is-unread {
  background: #fff7ed;
  border-color: #fdba74;
}

.t360-ann-item.is-unread strong {
  font-weight: 800;
}

.t360-ann-item--important {
  box-shadow: inset 3px 0 0 #f59e0b;
}

.t360-ann-item--urgent {
  box-shadow: inset 3px 0 0 #dc2626;
}

.t360-ann-item__top {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.t360-ann-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: #dc2626;
  flex: 0 0 auto;
}

.t360-ann-item p {
  margin: 0.4rem 0 0;
  color: #475569;
  font-size: 0.9rem;
}

.t360-ann-item__meta {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: 0.45rem;
  color: #64748b;
  font-size: 0.78rem;
}

.t360-ann-pri {
  display: inline-flex;
  padding: 0.08rem 0.45rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  background: #dbeafe;
  color: #1e40af;
}

.t360-ann-pri--normal {
  background: #dbeafe;
  color: #1e40af;
}

.t360-ann-pri--important {
  background: #ffedd5;
  color: #9a3412;
}

.t360-ann-pri--urgent {
  background: #fee2e2;
  color: #991b1b;
}

.t360-ann-detail__meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.6rem 1rem;
  margin: 0.6rem 0 1rem;
}

.t360-ann-detail__meta dt {
  color: #64748b;
  font-size: 0.75rem;
}

.t360-ann-detail__body {
  line-height: 1.8;
}

