/* Portal Sekolah v204 — ekspor data dan daftar kartu pegawai yang ringkas. */
.school-v204-toolbar-actions { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:8px; }
.school-v204-toolbar-actions button { min-height:40px; margin:0; white-space:nowrap; }

.eskul-v204-class-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(320px,1fr)); gap:12px; }
.eskul-v204-class-group { overflow:hidden; border:1px solid #e1ebe7; border-radius:16px; background:#fff; }
.eskul-v204-class-head { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:12px 14px; background:#eff9f5; }
.eskul-v204-class-head b { color:#08745d; font-size:13px; }
.eskul-v204-class-head span { display:grid; min-width:28px; height:26px; place-items:center; border-radius:999px; background:#fff; color:#08745d; font-size:9px; font-weight:900; }
.eskul-v204-registration-list { display:grid; }
.eskul-v204-registration-row { display:grid; grid-template-columns:minmax(110px,1.1fr) minmax(100px,1fr) auto; align-items:center; gap:9px; min-height:49px; padding:9px 13px; border-top:1px solid #edf2f0; }
.eskul-v204-registration-row:first-child { border-top:0; }
.eskul-v204-registration-row b { overflow:hidden; color:#263a32; font-size:10px; text-overflow:ellipsis; white-space:nowrap; }
.eskul-v204-registration-row small { overflow:hidden; color:#718078; font-size:9px; text-overflow:ellipsis; white-space:nowrap; }
.eskul-v204-registration-row .eskul-v203-status { justify-self:end; }
.eskul-v204-registration-state { display:grid; justify-items:end; gap:5px; }
.eskul-v204-registration-state .eskul-v203-decisions button { padding:5px 7px; }
.eskul-v205-registration-actions { display:flex; align-items:center; justify-content:flex-end; gap:5px; }
.eskul-v205-row-delete { border:0; border-radius:8px; padding:5px 7px; background:#fff0f0; color:#b4232d; font-size:8px; font-weight:900; cursor:pointer; }
.eskul-v205-row-delete:hover { background:#ffe1e1; }
.eskul-v205-row-delete:disabled { opacity:.5; cursor:wait; }

.v204-card-directory { overflow:hidden; border:1px solid #e1e9e6; border-radius:17px; background:#fff; }
.v204-card-directory-row { display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; width:100%; min-height:58px; gap:14px; padding:10px 14px; border:0; border-top:1px solid #edf2f0; background:#fff; color:inherit; text-align:left; cursor:pointer; transition:background-color 140ms ease; }
.v204-card-directory-row:first-child { border-top:0; }
.v204-card-directory-row:hover { background:#f1faf7; }
.v204-card-directory-copy { display:grid; min-width:0; gap:3px; }
.v204-card-directory-copy b { overflow:hidden; color:#20352d; font-size:12px; text-overflow:ellipsis; white-space:nowrap; }
.v204-card-directory-copy span { color:#74817b; font-size:9px; font-weight:750; }
.v204-card-directory-arrow { display:grid; width:30px; height:30px; place-items:center; border-radius:10px; background:#ebf7f3; color:#08745d; font-size:17px; }

#modal .modal-card:has(.v204-card-detail) { width:min(960px,calc(100vw - 32px)) !important; }
.v204-card-detail { display:grid; gap:15px; }
.v204-card-detail-head { padding-right:44px; }
.v204-card-detail-head span { color:#07966e; font-size:9px; font-weight:900; letter-spacing:.14em; }
.v204-card-detail-head h2 { margin:5px 0 3px; font-size:21px; }
.v204-card-detail-head p { margin:0; color:#718078; font-size:10px; }
.v204-card-detail-preview { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; padding:13px; border-radius:18px; background:#f1f7f4; }
.v204-card-detail-preview canvas { display:block; width:100%; height:auto; border-radius:14px; background:#fff; box-shadow:0 8px 24px rgba(15,23,42,.11); }
.v204-card-detail-status { min-height:18px; color:#718078; font-size:9px; font-weight:700; text-align:center; }
.v204-card-detail-actions { display:flex; justify-content:flex-end; flex-wrap:wrap; gap:8px; }
.v204-card-detail-actions button { min-height:40px; margin:0; }

@media (max-width:720px) {
  .school-v204-toolbar { align-items:stretch !important; flex-direction:column; }
  .school-v204-toolbar-actions { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); width:100%; }
  .school-v204-toolbar-actions button { width:100%; padding-inline:8px; font-size:10px; }
  .school-v204-toolbar-actions .primary { grid-column:auto; }
  .eskul-v204-class-grid { grid-template-columns:1fr; }
  .eskul-v204-registration-row { grid-template-columns:minmax(0,1fr) auto; }
  .eskul-v204-registration-row small { grid-column:1; grid-row:2; }
  .eskul-v204-registration-state { grid-column:2; grid-row:1/3; }
  .eskul-v205-registration-actions { align-items:flex-end; flex-direction:column; }
  .v204-card-detail-preview { grid-template-columns:1fr; padding:9px; }
  .v204-card-detail-actions { display:grid; grid-template-columns:1fr; }
  .v204-card-detail-actions button { width:100%; }
}
