/* MAJU Akademik v5.4 */
.ak-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 1px 2px rgba(15,23,42,.04)}
.dark .ak-card{background:#1e293b;border-color:#334155}
.ak-badge{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;padding:.3rem .65rem;font-size:.7rem;font-weight:800}
.ak-badge-ok{background:#dcfce7;color:#166534}.dark .ak-badge-ok{background:rgba(22,101,52,.25);color:#86efac}
.ak-badge-warn{background:#fef3c7;color:#92400e}.dark .ak-badge-warn{background:rgba(146,64,14,.25);color:#fcd34d}
.ak-badge-off{background:#fee2e2;color:#991b1b}.dark .ak-badge-off{background:rgba(153,27,27,.25);color:#fca5a5}
.ak-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.75rem;padding:.7rem 1rem;font-size:.8rem;font-weight:800;transition:.2s}
.ak-btn-primary{background:#065f46;color:#fff}.ak-btn-primary:hover{background:#064e3b}.ak-btn-primary:disabled{opacity:.45;cursor:not-allowed}
.ak-btn-soft{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.dark .ak-btn-soft{background:rgba(6,95,70,.25);color:#6ee7b7;border-color:#065f46}
.ak-btn-danger{background:#fff1f2;color:#be123c;border:1px solid #fecdd3}.dark .ak-btn-danger{background:rgba(190,18,60,.16);color:#fda4af;border-color:#9f1239}
.ak-input,.ak-select,.ak-textarea{width:100%;border:1px solid #cbd5e1;border-radius:.65rem;padding:.65rem .75rem;background:#fff;color:#0f172a;font-size:.8rem;outline:none}
.ak-input:focus,.ak-select:focus,.ak-textarea:focus{border-color:#059669;box-shadow:0 0 0 3px rgba(5,150,105,.12)}
.dark .ak-input,.dark .ak-select,.dark .ak-textarea{background:#0f172a;border-color:#475569;color:#e2e8f0}
.ak-label{display:block;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin-bottom:.3rem}
.dark .ak-label{color:#94a3b8}
.ak-grid{display:grid;gap:1rem}.ak-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.ak-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:768px){.ak-grid-2,.ak-grid-3{grid-template-columns:1fr}}
.ak-week-hero{background:linear-gradient(135deg,#064e3b,#065f46);color:#fff;border-radius:1.25rem;padding:1.25rem;position:relative;overflow:hidden}
.ak-week-hero:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:rgba(255,255,255,.06);right:-70px;top:-70px}
.ak-camera{aspect-ratio:4/3;background:#020617;border-radius:1rem;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}
.ak-camera video,.ak-camera img{width:100%;height:100%;object-fit:cover}
.ak-camera canvas{display:none}
.ak-photo34{width:120px;aspect-ratio:3/4;border-radius:.75rem;overflow:hidden;background:#e2e8f0;border:2px solid #fff;box-shadow:0 4px 20px rgba(15,23,42,.15)}
.ak-photo34 img{width:100%;height:100%;object-fit:cover}
.ak-timeline{display:grid;gap:.75rem}
.ak-slot{display:grid;grid-template-columns:100px 1fr auto;gap:1rem;align-items:center;padding:.9rem;border:1px solid #e2e8f0;border-radius:.9rem;background:#fff}
.dark .ak-slot{background:#1e293b;border-color:#334155}
@media(max-width:640px){.ak-slot{grid-template-columns:1fr}.ak-slot .ak-slot-action{justify-self:start}}
.ak-table-wrap{overflow:auto;border:1px solid #e2e8f0;border-radius:.8rem}.dark .ak-table-wrap{border-color:#334155}
.ak-table{width:100%;border-collapse:collapse;min-width:760px}.ak-table th,.ak-table td{padding:.6rem;border-bottom:1px solid #e2e8f0;font-size:.75rem;text-align:left}.dark .ak-table th,.dark .ak-table td{border-color:#334155}.ak-table th{background:#f8fafc;color:#475569;font-size:.65rem;text-transform:uppercase;letter-spacing:.04em}.dark .ak-table th{background:#0f172a;color:#94a3b8}
.ak-modal{position:fixed;inset:0;z-index:1000;background:rgba(15,23,42,.75);backdrop-filter:blur(4px);display:none;align-items:flex-start;justify-content:center;overflow:auto;padding:1rem}
.ak-modal.open{display:flex}.ak-modal-panel{width:min(1100px,100%);margin:auto;background:#f8fafc;border-radius:1.25rem;box-shadow:0 25px 80px rgba(0,0,0,.35);overflow:hidden}.dark .ak-modal-panel{background:#0f172a}
.ak-modal-head{position:sticky;top:0;z-index:2;background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 1.2rem;display:flex;justify-content:space-between;align-items:center}.dark .ak-modal-head{background:#1e293b;border-color:#334155}
.ak-modal-body{padding:1rem 1.2rem 2rem}
.ak-note{padding:.8rem 1rem;border-radius:.75rem;background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe;font-size:.78rem}.dark .ak-note{background:rgba(30,64,175,.18);color:#bfdbfe;border-color:#1e40af}
.ak-rekog-info{border-left:4px solid #059669;padding:.7rem .9rem;background:#ecfdf5;color:#065f46;font-size:.75rem;border-radius:0 .65rem .65rem 0}.dark .ak-rekog-info{background:rgba(6,95,70,.18);color:#a7f3d0}
.ak-disabled-learning{opacity:.55;filter:grayscale(.15);pointer-events:none}
@media print{.ak-no-print{display:none!important}}
textarea.ak-input{min-height:6rem;resize:vertical;line-height:1.5}

.ak-combobox{position:relative}
.ak-combobox-results{position:absolute;z-index:40;left:0;right:0;top:calc(100% + .35rem);max-height:22rem;overflow:auto;background:#fff;border:1px solid #cbd5e1;border-radius:.8rem;box-shadow:0 18px 45px rgba(15,23,42,.18)}
.dark .ak-combobox-results{background:#0f172a;border-color:#475569}
.ak-combobox-option{width:100%;display:flex;flex-direction:column;gap:.15rem;text-align:left;padding:.7rem .8rem;border-bottom:1px solid #e2e8f0;background:transparent;color:inherit}
.dark .ak-combobox-option{border-color:#334155}
.ak-combobox-option:hover,.ak-combobox-option.is-active{background:#ecfdf5}.dark .ak-combobox-option:hover,.dark .ak-combobox-option.is-active{background:rgba(6,95,70,.28)}
#ak-rpl-student-search::-webkit-search-cancel-button{cursor:pointer}


/* v5.8 — Rekognisi ringkas */
.ak-modal-panel-simple{max-width:920px}
.ak-simple-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.ak-simple-summary>div{border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px;background:#f8fafc}
.ak-simple-summary span{display:block;font-size:11px;color:#64748b}.ak-simple-summary strong{display:block;margin-top:2px;font-size:14px;color:#0f172a}
.ak-details{border:1px solid #e2e8f0;border-radius:12px}.ak-details>summary{cursor:pointer;font-weight:700;font-size:13px;color:#475569;list-style:none}.ak-details>summary::-webkit-details-marker{display:none}.ak-details>summary:after{content:'＋';float:right}.ak-details[open]>summary:after{content:'−'}
.ak-source-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ak-source-row{display:grid;grid-template-columns:minmax(0,1fr) 92px 34px;gap:6px;align-items:center}.ak-source-remove{width:34px;height:34px;border-radius:9px;border:1px solid #fecaca;color:#b91c1c;background:#fff;font-weight:800}.ak-source-name,.ak-source-score{min-height:38px}
.ak-conversion-list{display:grid;gap:8px}.ak-conversion-item{display:grid;grid-template-columns:minmax(0,1fr) 72px auto;gap:10px;align-items:center;border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px}.ak-conversion-score{font-size:18px;font-weight:900;text-align:center;color:#065f46}.ak-empty-compact{padding:16px;text-align:center;color:#64748b;background:#f8fafc;border-radius:12px}
.ak-sticky-actions{position:sticky;bottom:0;z-index:5;display:flex;justify-content:flex-end;gap:8px;padding:12px;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);border-top:1px solid #e2e8f0}
@media(max-width:700px){.ak-simple-summary{grid-template-columns:1fr}.ak-source-grid{grid-template-columns:1fr}.ak-conversion-item{grid-template-columns:minmax(0,1fr) 60px}.ak-conversion-item .ak-badge{grid-column:1/-1;justify-self:start}.ak-sticky-actions{flex-direction:column}.ak-sticky-actions .ak-btn{width:100%}}
.dark .ak-simple-summary>div,.dark .ak-source-row,.dark .ak-conversion-item,.dark .ak-details{border-color:#334155}.dark .ak-simple-summary>div,.dark .ak-empty-compact{background:#0f172a}.dark .ak-simple-summary strong{color:#f8fafc}.dark .ak-sticky-actions{background:rgba(15,23,42,.94);border-color:#334155}

/* ===== MAJU Akademik v5.9 ===== */
.ak-profile-v59{display:grid;grid-template-columns:150px minmax(0,1fr);gap:1.25rem;align-items:start}.ak-grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.ak-check-row,.ak-manual-row{display:flex;align-items:center;gap:.75rem;padding:.75rem .85rem;border:1px solid #e2e8f0;border-radius:.8rem;background:#fff}.dark .ak-check-row,.dark .ak-manual-row{background:#111827;border-color:#334155}.ak-check-row input,.ak-manual-row input{width:1.15rem;height:1.15rem;accent-color:#047857}.ak-check-row span,.ak-manual-row span{display:flex;flex:1;flex-direction:column}.ak-check-row small,.ak-manual-row small,.ak-mini-option small{font-size:.7rem;color:#64748b}.ak-compact-results{display:grid;gap:.4rem;max-height:300px;overflow:auto}.ak-mini-option{display:flex;flex-direction:column;text-align:left;padding:.7rem .85rem;border:1px solid #e2e8f0;border-radius:.75rem}.ak-mini-option:hover{border-color:#059669;background:#ecfdf5}.ak-manual-list{max-height:420px;overflow:auto;display:grid;gap:.35rem}.ak-metric{display:block;font-size:1.5rem;font-weight:800;color:#065f46}.ak-grid-4 small{font-size:.7rem;color:#64748b}.ak-verify-page{min-height:100vh;display:grid;place-items:center;padding:1.5rem;background:#f8fafc;font-family:Arial,sans-serif}.ak-verify-card{width:min(620px,100%);background:#fff;border:1px solid #e2e8f0;border-radius:1.25rem;padding:2rem;box-shadow:0 20px 50px rgba(15,23,42,.08)}.ak-verify-logo img{width:110px;height:auto;display:block;margin:0 auto 1rem}.ak-verify-card h1{text-align:center;font-size:1.6rem;font-weight:800;color:#064e3b}.ak-verify-sub{text-align:center;color:#64748b}.ak-verify-state{display:block;width:max-content;margin:.5rem auto 1rem;padding:.35rem .75rem;border-radius:999px;font-weight:800;font-size:.75rem}.ak-verify-state.is-valid{background:#d1fae5;color:#065f46}.ak-verify-state.is-invalid{background:#fee2e2;color:#991b1b}.ak-verify-card dl{display:grid;grid-template-columns:150px 1fr;gap:.65rem 1rem;margin-top:1.5rem}.ak-verify-card dt{color:#64748b}.ak-verify-card dd{font-weight:700;overflow-wrap:anywhere}.ak-hash{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem}
@media(max-width:760px){.ak-profile-v59{grid-template-columns:1fr}.ak-profile-v59 .ak-photo34{margin:auto}.ak-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.ak-verify-card dl{grid-template-columns:1fr;gap:.2rem}.ak-verify-card dd{margin-bottom:.6rem}}


/* v5.12 */
.ak-combobox-results{scrollbar-gutter:stable;overscroll-behavior:contain}
.ak-compact-results{max-height:420px;scrollbar-gutter:stable;overscroll-behavior:contain}
.ak-manual-list{max-height:520px;scrollbar-gutter:stable;overscroll-behavior:contain}
.ak-manual-row-v512{align-items:flex-start}
.ak-manual-row-v512>input{margin-top:.2rem;flex:0 0 auto}
.ak-manual-row-v512 span strong{font-size:.86rem;line-height:1.25;color:#0f172a}
.ak-manual-row-v512 span small{display:block;margin-top:.2rem;line-height:1.35;font-size:.72rem;color:#64748b}
.dark .ak-manual-row-v512 span strong{color:#f8fafc}
@media(max-width:640px){.ak-manual-list{max-height:60vh}.ak-compact-results{max-height:55vh}.ak-combobox-results{max-height:55vh}}


/* ========================================================================== */
/* MAJU Akademik v5.16 — fungsi baru, bahasa visual tetap v5.14              */
/* ========================================================================== */
.ak-grid-5{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem}
@media(max-width:920px){.ak-grid-5{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.ak-grid-5{grid-template-columns:1fr}}
.ak-section-title-v515{display:flex;align-items:flex-start;gap:.75rem}.ak-section-title-v515>span{width:.28rem;align-self:stretch;min-height:2.4rem;border-radius:999px;background:#059669}
.ak-card-accent{position:relative}
.ak-title-band-v515{border-radius:1.25rem;padding:1.25rem 1.4rem;color:#fff;background:linear-gradient(135deg,#064e3b,#065f46);display:flex;align-items:center;justify-content:space-between;gap:1rem;position:relative;overflow:hidden}
.ak-title-band-v515 h2{font-size:clamp(1.45rem,3vw,2rem);font-weight:900}.ak-title-band-v515 p{font-size:.8rem;opacity:.9;margin-top:.35rem;max-width:60rem}.ak-title-band-v515>i,.ak-title-band-v515>svg{width:3rem;height:3rem;opacity:.82}.ak-kicker-v515{font-size:.67rem;font-weight:900;letter-spacing:.12em;color:#a7f3d0}
.ak-tp-checks{display:grid;gap:.4rem;max-height:260px;overflow:auto;border:1px solid #e2e8f0;border-radius:.8rem;padding:.5rem}.ak-tp-checks label{display:flex;gap:.65rem;padding:.55rem;border-radius:.6rem}.ak-tp-checks label:hover{background:#ecfdf5}.ak-tp-checks input{margin-top:.2rem;accent-color:#047857}.ak-tp-checks span{display:flex;flex-direction:column}.ak-tp-checks small{font-size:.67rem;color:#64748b;line-height:1.35}
.ak-attendance-summary>.ak-grid>div{border:1px solid #e2e8f0;border-radius:.8rem;padding:.75rem;text-align:center;background:#f8fafc}.ak-attendance-summary strong{display:block;font-size:1.35rem;color:#065f46}.ak-attendance-summary small{font-size:.68rem;color:#64748b}
.ak-current-mapel-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.5rem}.ak-current-mapel-list>div{display:grid;grid-template-columns:1fr auto;gap:.15rem .6rem;padding:.7rem .8rem;border:1px solid #e2e8f0;border-radius:.75rem}.ak-current-mapel-list>div>span{font-weight:900;font-size:1.15rem;color:#065f46}.ak-current-mapel-list>div>small{grid-column:1/-1;color:#64748b;font-size:.68rem}
.ak-conversion-v515{grid-template-columns:minmax(0,1fr) 72px auto}.ak-conversion-v515 code{display:block;margin:.35rem 0;padding:.3rem .45rem;border-radius:.4rem;background:#f8fafc;color:#334155;font-size:.65rem;white-space:normal}
.ak-loading-skeleton{display:grid;gap:.6rem}.ak-loading-skeleton span{height:54px;border-radius:.75rem;background:linear-gradient(90deg,#e2e8f0 25%,#f8fafc 45%,#e2e8f0 65%);background-size:220% 100%;animation:akShimmer516 1.2s linear infinite}@keyframes akShimmer516{to{background-position:-220% 0}}
.ak-growth-chart{min-height:230px;display:flex;align-items:center;justify-content:center;color:#64748b;margin-top:.75rem}.ak-growth-chart svg{width:100%;height:auto;overflow:visible}.ak-chart-axis{stroke:#cbd5e1;stroke-width:1}.ak-chart-line{fill:none;stroke:#059669;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.ak-chart-points circle{fill:#d1fae5;stroke:#047857;stroke-width:2}.ak-chart-points text,.ak-chart-labels text{fill:#475569}
.ak-daily-status-row{justify-content:space-between}.ak-daily-status-row>span{min-width:0}.ak-daily-status{width:155px;flex:0 0 155px}
.dark .ak-tp-checks,.dark .ak-current-mapel-list>div,.dark .ak-attendance-summary>.ak-grid>div{border-color:#334155}.dark .ak-attendance-summary>.ak-grid>div,.dark .ak-conversion-v515 code{background:#0f172a}.dark .ak-conversion-v515 code{color:#cbd5e1}.dark .ak-chart-points text,.dark .ak-chart-labels text{fill:#cbd5e1}
@media(max-width:700px){.ak-conversion-v515{grid-template-columns:minmax(0,1fr) 58px}.ak-title-band-v515>i,.ak-title-band-v515>svg{display:none}.ak-daily-status-row{align-items:flex-start;flex-direction:column}.ak-daily-status{width:100%;flex-basis:auto}}

/* Spoiler rapi, tetap memakai aksen hijau MAJU v5.14. */
.ak-details-polished-v5153{margin:0;border:1px solid #dbe5e1;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 1px 2px rgba(15,23,42,.035);transition:border-color .18s ease,box-shadow .18s ease}
.ak-details-polished-v5153:hover{border-color:#c8d8d1;box-shadow:0 5px 18px rgba(15,23,42,.055)}.ak-details-polished-v5153[open]{border-color:#a7d7c4;box-shadow:0 8px 24px rgba(6,95,70,.06)}
.ak-details-polished-v5153>.ak-details-summary-v5153{display:grid;grid-template-columns:40px minmax(0,1fr) 32px;align-items:center;gap:12px;width:100%;padding:13px 14px;cursor:pointer;list-style:none;color:#0f172a;background:linear-gradient(180deg,#fff 0%,#fbfdfc 100%);user-select:none;outline:none}
.ak-details-polished-v5153>.ak-details-summary-v5153::-webkit-details-marker{display:none}.ak-details-polished-v5153>.ak-details-summary-v5153::after{content:none!important;display:none!important}
.ak-details-icon-v5153{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;color:#047857;background:#ecfdf5;border:1px solid #d1fae5}.ak-details-icon-v5153 svg{width:19px;height:19px;stroke-width:2}
.ak-details-copy-v5153{min-width:0;display:flex;flex-direction:column;gap:2px;line-height:1.25}.ak-details-copy-v5153 strong{color:#0f172a;font-size:.88rem;font-weight:800}.ak-details-copy-v5153 small{display:block;color:#64748b;font-size:.71rem;font-weight:500;line-height:1.45}
.ak-details-title-row-v5153{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.ak-details-badge-v5153{display:inline-flex;align-items:center;min-height:21px;padding:2px 7px;border-radius:999px;border:1px solid #fde68a;background:#fffbeb;color:#92400e;font-size:.62rem;line-height:1;font-style:normal;font-weight:800;text-transform:uppercase}
.ak-details-chevron-v5153{width:30px;height:30px;display:grid;place-items:center;justify-self:end;border-radius:9px;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0}.ak-details-chevron-v5153 svg{width:17px;height:17px;transition:transform .2s ease}.ak-details-polished-v5153[open] .ak-details-chevron-v5153 svg{transform:rotate(180deg)}
.ak-details-polished-v5153>div{margin:0!important;padding:16px!important;border-top:1px solid #edf2f0;background:#fff}.ak-details-polished-v5153>div.pt-3{padding-top:16px!important}.ak-details-polished-v5153 .ak-note{margin-left:16px;margin-right:16px;margin-bottom:16px}
.dark .ak-details-polished-v5153{border-color:#334155;background:#111827;box-shadow:none}.dark .ak-details-polished-v5153:hover,.dark .ak-details-polished-v5153[open]{border-color:#475569;box-shadow:none}.dark .ak-details-polished-v5153>.ak-details-summary-v5153{color:#f8fafc;background:#111827}.dark .ak-details-copy-v5153 strong{color:#f8fafc}.dark .ak-details-copy-v5153 small{color:#94a3b8}.dark .ak-details-icon-v5153{color:#6ee7b7;background:#0f2f28;border-color:#155e4b}.dark .ak-details-chevron-v5153{color:#cbd5e1;background:#0f172a;border-color:#334155}.dark .ak-details-polished-v5153>div{border-top-color:#263548;background:#111827}
@media(max-width:640px){.ak-details-polished-v5153>.ak-details-summary-v5153{grid-template-columns:36px minmax(0,1fr) 30px;gap:10px;padding:12px}.ak-details-icon-v5153{width:36px;height:36px;border-radius:10px}.ak-details-copy-v5153 strong{font-size:.82rem}.ak-details-copy-v5153 small{font-size:.68rem}.ak-details-polished-v5153>div{padding:13px!important}}


/* v5.18.11 — kamera Presensi Pekanan lebih lebar di PC dan portrait besar di HP. */
.ak-week-layout{grid-template-columns:1fr}.ak-week-photo-card{grid-column:1/-1}.ak-camera-responsive{width:100%;aspect-ratio:16/9;min-height:440px}.ak-camera-responsive video.is-front-camera{transform:scaleX(-1)}
@media(max-width:800px){.ak-camera-responsive{aspect-ratio:3/4;min-height:62svh;max-height:78svh}.ak-camera-responsive video,.ak-camera-responsive img{width:100%;height:100%;object-fit:cover}}
