.ful-discord-contacts { padding: 10px 0; color: var(--secondary); font-size: 11px; line-height: 1.5; text-align: left; }
.ful-contact-heading { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 8px; }
.ful-contact-people { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.ful-contact-person { display: flex; flex-direction: column; min-width: 0; gap: 2px; }
.ful-contact-person > span { color: var(--secondary); }
.ful-contact-person strong { color: var(--text); font-size: 12px; font-weight: 550; overflow-wrap: anywhere; }
.ful-contact-person a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.ful-contact-person small { overflow-wrap: anywhere; }
.ful-discord-contacts-detail { width: 100%; box-sizing: border-box; padding: 16px; border: 1px solid var(--line); border-radius: 10px; font-size: 12px; }
body.minimal-calm #drawer:has(.ful-student-details-simple) { width: min(960px,calc(100vw - 32px)); border: 1px solid var(--secondary); box-shadow: 0 24px 80px rgb(0 0 0 / .45); }
body.minimal-calm #drawer:has(.ful-student-details-simple)::backdrop { background: rgb(0 0 0 / .5); }
.ful-discord-contacts-detail strong { font-size: 17px; }
.ful-discord-contacts-detail .ful-help { margin: 12px 0 0; font-size: 11px; }
.ful-student-quick-nav { display: flex; flex-wrap: wrap; gap: 6px; padding: 4px 0; }
.ful-student-quick-nav .btn { min-height: 32px; }
.ful-student-details-simple .ful-student-context { scroll-margin-top: 12px; }
.ful-student-details-simple .ful-student-context > h3 { margin: 0 0 12px; font-size: 13px; }
.ful-student-details-simple .ful-student-note-grid { align-items: start; }
.ful-student-details-simple .ful-student-more { scroll-margin-top: 12px; }
@media (max-width: 480px) { .ful-discord-contacts-detail { padding: 12px; } .ful-discord-contacts-detail strong { font-size: 14px; } }
/* Overdue red is the card token (--card-red in ui/student-card.css) so every overdue surface changes together. */
.dc-cell { display: inline-block; max-width: 100%; color: var(--ink); font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.dc-cell a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.dc-cell.is-overdue, .dc-cell.is-overdue a { color: var(--card-red,#d0281c); font-weight: 600; }
.dc-cell.is-muted, .dc-cell.is-error { color: var(--muted); font-weight: 400; }
.dc-cell.is-loading { color: var(--muted); letter-spacing: .12em; }
.dc-cell .dc-retry { padding: 0 0 0 6px; font-size: inherit; font-weight: 500; color: var(--secondary); }
.dc-updating { color: var(--muted); }
.ful-discord-contacts-cell { padding: 0; margin: 0; border: 0; font-size: inherit; color: inherit; }
.student-profile .ful-contact-person strong.dc-cell.is-overdue, .ful-contact-person strong.dc-cell.is-overdue a { color: var(--card-red,#d0281c); }
.student-profile .ful-contact-person strong.dc-cell.is-muted, .student-profile .ful-contact-person strong.dc-cell.is-error, .student-profile .ful-contact-person strong.dc-cell.is-loading { color: var(--muted); }
@media (prefers-reduced-motion: no-preference) { .dc-cell.is-loading { animation: dc-pulse 1.4s ease-in-out infinite; } @keyframes dc-pulse { 50% { opacity: .45; } } }
