:root{
  --navy:#242220;
  --navy-deep:#191817;
  --ink:#292725;
  --muted:#716d69;
  --line:#ded9d3;
  --paper:#f4f2ee;
  --white:#fff;
  --gold:#c8653f;
  --gold-soft:#f4e5de;
  --red:#b54835;
  --green:#5f7064;
  --soft:#f7f4f0;
  --beige:#f1ece7;
}

html,body{background:var(--paper);color:var(--ink)}
.topbar{background:linear-gradient(105deg,#171716,#242321);border-bottom-color:#343230;box-shadow:0 2px 16px rgba(0,0,0,.14)}
.brand,.brand strong{color:#f7f5f1}.brand span{color:#bcb7b1}.brand .brand-n,.sidebar-brand .brand-n{color:var(--gold)}
.header-actions .quiet-button,.header-actions .icon-button{color:#eeeae5}.header-actions .quiet-button:hover,.header-actions .icon-button:hover{color:var(--gold)}
.sidebar{background:#22211f;border-right:0}.sidebar-brand{border-bottom-color:#3b3936}.sidebar-brand strong{color:#f7f5f1}.sidebar-brand>span{color:#b8b1aa}.side-nav button{color:#bcb8b3}.side-nav button:hover{background:#2d2b29;color:#fff}.side-nav button.active{background:var(--gold);color:#fff}.side-foot{border-top-color:#3b3936;color:#8e8983}
.workspace{background:linear-gradient(180deg,#f7f5f2 0,#f1eee9 100%)}
.welcome-line h1,.section-bar h2,.student-name,.card h3,.calendar-event p,.evaluation-row>strong,.evaluation-note-label{color:var(--ink)}
.kicker,.section-index,.count,.calendar-event time{color:var(--gold)}
.login-layout{max-width:1180px}.login-intro h1{color:var(--ink)}.login-panel{box-shadow:0 20px 60px rgba(35,28,23,.08);border-color:#d9d3cc}
.primary{background:var(--gold);transition:.18s ease}.primary:hover{background:#ad4f30}.primary:focus-visible,.text-button:focus-visible,.status-btn:focus-visible{outline:2px solid var(--gold);outline-offset:2px}
.text-button{color:var(--gold)}
.task-summary,.table-shell,.calendar-summary,.calendar-events{border-color:var(--line);box-shadow:0 8px 28px rgba(34,29,25,.035)}
.task-card.active{background:var(--ink);color:#fff}.task-card.active strong{color:#fff}.task-card strong:not(:empty){color:var(--gold)}
.today-head{background:#e9e5e0;color:#66615c}.status-btn:hover{border-color:var(--gold)}.status-btn.selected{background:var(--ink);border-color:var(--ink)}
.card{border-color:var(--line);box-shadow:0 6px 20px rgba(35,30,26,.025)}.badge,.attendance-chip{background:var(--gold-soft);color:#a64f31}.notice-important,.feedback-composer{border-left-color:var(--gold)}.unread-card{background:#fff9f5;border-color:#e8c5b6}
.eval-level.selected,.history-filter.active{background:var(--gold);border-color:var(--gold)}
.director-alert-card strong,.student-history-summary strong{color:var(--ink)}.director-alert-card.has-alert{border-left-color:var(--gold);background:#fff8f4}.director-alert-card.has-alert strong{color:var(--gold)}
.mobile-nav button.active{color:var(--gold);border-top-color:var(--gold)}
::selection{background:#e8b29e;color:#201d1b}

@media(max-width:899px){
  .topbar{background:#1d1c1b}.workspace{background:var(--paper)}
  .today-row,.task-card{border-radius:2px}
  .mobile-nav{background:#fffdfa}.mobile-nav button{background:#fffdfa}
}
