.admin-boundary { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .4rem; padding: .55rem 1rem; background: #651f2a; color: #fff; font-size: .75rem; }
.admin-boundary + .app-shell { min-height: calc(100vh - 35px); }
.admin-boundary + .app-shell .app-sidebar { height: calc(100vh - 35px); top: 35px; }
.admin-identity { display: grid; gap: .15rem; margin: .5rem 0 1rem; padding: .75rem; border: 1px solid rgb(255 255 255 / 10%); border-radius: var(--radius-md); background: rgb(255 255 255 / 5%); }
.admin-identity span { color: #d9dcff; font-size: .66rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.admin-identity small { color: rgb(255 255 255 / 55%); }
.attention-row { display: grid; grid-template-columns: 100px minmax(0, 1fr) auto; gap: .8rem; align-items: start; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.attention-row:last-child { border-bottom: 0; }
.attention-row p, .attention-row small { margin: .12rem 0 0; color: var(--ink-650); }
.control-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.control-grid .card { grid-column: auto; }
.purpose-banner { margin-bottom: 1rem; padding: .9rem 1rem; border: 1px solid #efbec3; border-radius: var(--radius-sm); background: var(--danger-100); color: var(--danger-700); }
@media (max-width: 1100px) { .control-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 899px) {
  .admin-boundary + .app-shell .app-sidebar { top: 0; height: 100dvh; }
}
@media (max-width: 680px) {
  .control-grid { grid-template-columns: 1fr; }
  .attention-row { grid-template-columns: 1fr; }
}
