@import url(https://fonts.googleapis.com/css2?family=Assistant:wght@400;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap);.app-container{display:flex;flex-direction:column;min-height:100vh;overflow:hidden}.header,header{color:#fff;flex-shrink:0;justify-content:center;padding-bottom:10px}.header,header,main{align-items:center;box-sizing:border-box;display:flex;width:100%}main{flex:1 1;flex-direction:column;overflow-y:auto;padding:20px}.footer,footer{align-items:center;box-sizing:border-box;color:#fff;display:flex;flex-shrink:0;height:60px;justify-content:center;padding-top:10px;width:100%}@media (max-width:600px){.header img{height:60px}.footer{padding:10px}.footer .section-1,.footer .section-3{flex:1 1;text-align:center}.footer .section-3 img{height:30px}}:root{--primary:#365314;--primary-soft:#e9f5d9;--secondary:#d97706;--surface:#fff;--muted:#6b7280;--border:#e5e7eb;--shadow:0 10px 30px #00000014;--radius:16px;--topbar-height:80px}.coach-shell{background:radial-gradient(circle at 12% 18%,#f3e8ff 0,#f6fafe 36%,#e7f3e7 100%);color:#0f172a;display:flex;flex-direction:column;font-family:Space Grotesk,ploni,Assistant,sans-serif;gap:20px;min-height:100vh;padding:32px clamp(16px,5vw,32px) 48px}.coach-shell.with-topbar{padding-top:96px;padding-top:calc(var(--topbar-height) + 16px)}.coach-topbar{grid-gap:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #94a3b840;box-shadow:0 6px 24px #0f172a0f;display:grid;flex-direction:row;gap:8px;height:80px;height:var(--topbar-height);left:0;padding:6px clamp(16px,3.5vw,26px);position:fixed;right:0;top:0;z-index:30}.coach-topbar,.topbar-logo{align-items:center;display:flex}.topbar-logo{flex:0 0 auto;gap:10px;justify-content:center;margin:0 auto}.site-logo{filter:drop-shadow(0 6px 14px rgba(0,0,0,.06));height:68px;object-fit:contain;width:auto}.topbar-actions{align-items:center;display:flex;flex:1 1;gap:8px}.topbar-actions.left{justify-content:flex-start}.topbar-actions.right{justify-content:flex-end}.home-button{align-items:center;background:#fff7ed;border:1px solid #fcd34d;box-shadow:0 8px 18px #facc1540;color:#9a3412;display:inline-flex;justify-content:center;padding:10px 12px}.topbar-button{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 18px #11182724;color:#0f172a;cursor:pointer;font-weight:700;padding:9px 14px;transition:transform .15s ease,box-shadow .2s ease,opacity .2s ease}.topbar-button.secondary{background:#f8fafc;border-color:#cbd5e1;box-shadow:0 8px 18px #94a3b84d;color:#0f172a}.hamburger-button{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 8px 18px #11182714;cursor:pointer;display:inline-flex;flex-direction:column;gap:5px;height:44px;justify-content:center;padding:8px;transition:background .2s ease,transform .15s ease;width:46px}.hamburger-button span{background:#0f172a;border-radius:999px;display:block;height:3px;transition:transform .2s ease,opacity .2s ease;width:100%}.hamburger-button.open span:first-child{transform:translateY(6px) rotate(45deg)}.hamburger-button.open span:nth-child(2){opacity:0}.hamburger-button.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.hamburger-menu{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 16px 36px #0f172a1f;display:flex;flex-direction:column;gap:8px;inset-inline-end:clamp(16px,3.5vw,26px);padding:12px;position:absolute;top:76px;top:calc(var(--topbar-height) - 4px);width:min(300px,90vw);z-index:40}.menu-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;padding:4px 4px 10px}.menu-header,.menu-user{align-items:center;display:flex}.menu-user{gap:10px}.menu-avatar{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50%;display:grid;height:36px;place-items:center;width:36px}.menu-avatar,.menu-user-name{color:#0f172a;font-weight:700}.menu-user-role{color:#6b7280;color:var(--muted);font-size:13px}.menu-items{display:flex;flex-direction:column;gap:6px;padding-top:6px}.menu-item{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;padding:10px 12px;text-align:right;transition:transform .15s ease,box-shadow .2s ease,background .2s ease}.menu-item.active{background:#eef2ff;border-color:#c7d2fe;box-shadow:0 10px 24px #4f46e51f}.menu-item:hover{transform:translateY(-1px)}.menu-item-title{color:#0f172a;font-weight:700}.menu-item-sub{color:#6b7280;display:block;font-size:13px}.menu-item.logout{background:#fef2f2;border-color:#fecdd3;box-shadow:0 10px 24px #f871712e}.menu-item.logout .menu-item-title{color:#b91c1c}.topbar-button:hover{transform:translateY(-1px)}.coach-card{background:#fff;background:var(--surface);border-radius:16px;border-radius:var(--radius);box-shadow:0 10px 30px #00000014;box-shadow:var(--shadow);margin:0 auto;max-width:620px;padding:24px}.coach-card__header h1,.coach-header h1{align-items:center;color:#0f172a;font-size:clamp(26px,5vw,32px);justify-content:center;margin:4px 0 8px}.coach-card__header .subtitle,.coach-header .subtitle{color:#6b7280;color:var(--muted);line-height:1.6;margin:0}.coach-form{gap:16px;margin-top:16px}.coach-field,.coach-form{display:flex;flex-direction:column}.coach-field{color:#1f2937;font-weight:500;gap:8px}.coach-field input,.coach-field textarea{background:#f9fafb;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;font-family:inherit;font-size:16px;padding:12px 14px;transition:border-color .2s ease,box-shadow .2s ease}.coach-field input:focus,.coach-field textarea:focus{border-color:#365314;border-color:var(--primary);box-shadow:0 0 0 4px #3653141f;outline:none}.coach-field.inline{flex:1 1;max-width:220px}.report-note-card{background:#f9fafb;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;margin-bottom:16px;padding:12px}.report-note-card .secondary{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:10px;color:#111827;display:inline-flex;font-weight:600;gap:8px;justify-content:center;padding:10px 12px;width:100%}.report-note-card .secondary:disabled{opacity:.6}.report-note-body{grid-gap:8px;display:grid;gap:8px;margin-top:12px}.report-note-header{color:#374151;display:flex;font-size:14px;font-weight:600;gap:12px;justify-content:space-between}.char-counter{color:#6b7280;font-weight:500}.char-counter.over-limit{color:#dc2626}.report-note-body textarea{border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:10px;padding:10px;resize:vertical;width:100%}.coach-primary,.coach-secondary,.coach-tertiary{border:none;border-radius:999px;cursor:pointer;font-size:15px;font-weight:700;padding:12px 18px;transition:transform .15s ease,box-shadow .2s ease,opacity .2s ease}.coach-primary{background:linear-gradient(135deg,#4d7c0f,#365314);box-shadow:0 12px 25px #36531440;color:#fff}.coach-primary:disabled{cursor:not-allowed;opacity:.6}.coach-secondary{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412}.coach-tertiary{background:#0000;border:1px solid #e5e7eb;border:1px solid var(--border);color:#6b7280;color:var(--muted)}.coach-primary:hover,.coach-secondary:hover,.coach-tertiary:hover{transform:translateY(-1px)}.coach-alert{border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;font-weight:600;margin-top:8px;padding:12px 14px}.coach-alert.error{background:#fef2f2;border-color:#fecdd3;color:#b91c1c}.coach-alert.success{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.eyebrow{color:#6b7280;color:var(--muted);font-size:13px;letter-spacing:.5px;margin:0}.subtitle{font-size:15px}.coach-footnote{color:#6b7280;color:var(--muted);font-size:14px;line-height:1.5;margin-top:16px}.coach-header{grid-gap:20px;align-items:center;background:linear-gradient(135deg,#fffffff5,#f1f5f9eb);border:1px solid #94a3b859;border-radius:16px;border-radius:var(--radius);box-shadow:0 10px 30px #00000014;box-shadow:var(--shadow);display:grid;gap:20px;grid-template-columns:auto 1fr;padding:24px;position:relative}.coach-header.compact{box-shadow:0 10px 28px #0f172a14;gap:10px;grid-template-columns:1fr;padding:16px 18px}.header-top-row{align-items:center;display:flex;gap:12px;justify-content:space-between}.header-icon-button{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 6px 14px #0000000f;cursor:pointer;display:inline-flex;height:38px;justify-content:center;width:38px}.header-icon-button:disabled{cursor:not-allowed;opacity:.6}.kpi-row{grid-gap:12px;align-items:stretch;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.kpi-card{align-items:center;background:linear-gradient(135deg,#ecfccb,#dcfce7);border:1px solid #bbf7d0;border-radius:14px;box-shadow:0 8px 16px #16a34a1f;display:flex;flex-direction:column;gap:8px;padding:12px 14px}.kpi-card,.kpi-card-button{text-align:center;width:100%}.kpi-card-button{background:#0000;border:none;color:inherit;cursor:pointer;padding:0}.kpi-card-button:disabled{cursor:not-allowed;opacity:.7}.kpi-card-button:focus-visible{outline:3px solid #c4d7a4;outline-offset:2px}.kpi-card-content{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;width:100%}.kpi-value{color:#166534;font-size:22px;font-weight:800}.kpi-label{color:#065f46;font-size:14px;font-weight:700}.kpi-hint{color:#047857;font-size:13px;font-weight:600}.logout-btn{background:#f3f4f6!important;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 20px #94a3b84d;color:#1f2937!important;font-weight:700;padding:10px 18px}.logout-btn:hover{background:#e5e7eb!important}.coach-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.coach-section{background:#fff;background:var(--surface);border-radius:16px;border-radius:var(--radius);box-shadow:0 10px 30px #00000014;box-shadow:var(--shadow);padding:18px}.section-title h2{margin:2px 0 0}.coach-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:12px}.chip-card{background:#f8fafc;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:14px;cursor:pointer;padding:14px 16px;text-align:right;transition:border-color .2s ease,box-shadow .2s ease,transform .15s ease}.chip-card.active{background:linear-gradient(135deg,#f3fce7,#e2f3c8);border-color:#a3e635;box-shadow:0 8px 20px #4d7c0f29}.chip-card:hover{transform:translateY(-1px)}.chip-title{color:#111827;display:block;font-weight:700}.chip-meta{font-size:13px}.chip-meta,.coach-empty{color:#6b7280;color:var(--muted)}.coach-empty{padding:12px;text-align:center}.students-list{display:flex;flex-direction:column;gap:12px}.student-card{background:#f9fafb;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:14px;padding:14px}.student-card__header{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.student-name{font-size:17px;font-weight:700;margin:0}.student-meta{color:#6b7280;color:var(--muted);font-size:13px;margin:2px 0 0}.status-indicator{background:#e5e7eb;border-radius:12px;color:#111827;font-weight:700;padding:8px 10px}.status-indicator.absent{background:#fef2f2;color:#b91c1c}.status-indicator.late{background:#fff7ed;color:#9a3412}.status-indicator.present{background:#ecfdf3;color:#166534}.student-details{color:#1f2937;line-height:1.5;margin-top:10px}.student-note{color:#4b5563;margin:4px 0 0}.status-actions{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr));margin:10px 0}.status-chip{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;cursor:pointer;font-weight:700;padding:10px 12px;transition:all .15s ease}.status-chip.present.active{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.status-chip.absent.active{background:#fef2f2;border-color:#fecdd3;color:#b91c1c}.status-chip.late.active{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.coach-actions,.history-list{display:flex;flex-direction:column;gap:10px}.history-item{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;display:flex;justify-content:space-between;padding:10px 12px}.history-date{font-weight:700;margin:0}.history-note{color:#6b7280;color:var(--muted);margin:4px 0 0}.history-status{border-radius:12px;font-weight:700;padding:6px 12px}.history-status.present{background:#f0fdf4;color:#166534}.history-status.absent{background:#fef2f2;color:#b91c1c}.history-status.late{background:#fff7ed;color:#9a3412}.header-logo{align-items:center;display:flex;justify-content:center;margin-bottom:12px;width:100%}.header-logo .logo{height:100px;object-fit:contain;width:auto}.login-logo-wrapper{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);display:flex;justify-content:center;margin-bottom:24px;padding-bottom:20px}.login-logo{height:125px;object-fit:contain;width:auto}.header-content{flex:1 1}.coach-header{flex-wrap:wrap}.select-group-section{padding:24px}.section-title.with-toggle{align-items:center;display:flex;gap:12px;justify-content:space-between}.filter-toggle{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:999px;box-shadow:0 6px 14px #0000000f;color:#0f172a;cursor:pointer;display:inline-flex;font-weight:700;gap:8px;padding:8px 12px}.filters-body{display:flex;flex-direction:column;gap:14px;margin-top:10px}.select-group-section.collapsed{padding:16px 18px}.date-range{max-width:100%}.date-range-inputs{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:1fr auto 1fr}.range-separator{color:#6b7280;color:var(--muted);font-weight:700}.group-selector-wrapper{margin-top:16px}.group-dropdown{background:#f9fafb;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;cursor:pointer;font-family:inherit;font-size:16px;padding:14px 16px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.group-dropdown:focus{border-color:#365314;border-color:var(--primary);box-shadow:0 0 0 4px #3653141f;outline:none}.group-dropdown option{padding:12px}.selected-group-info{background:linear-gradient(135deg,#f0fdf4,#e0f2fe);border:2px solid #a3e635;border-radius:14px;margin-top:24px;padding:20px}.group-details h3{color:#166534;font-size:22px;margin:0 0 8px}.group-meta{color:#059669;font-weight:600;margin:0}.selected-group-info .coach-toolbar{border-top:1px solid #a3e6354d;margin-top:16px;padding-top:16px}@media (max-width:720px){:root{--topbar-height:100px}.coach-shell{padding:20px 12px 28px}.coach-shell.with-topbar{padding-top:96px;padding-top:calc(var(--topbar-height) + 16px)}.coach-topbar{gap:8px;grid-template-columns:1fr auto;grid-template-rows:auto auto;height:auto;min-height:80px;min-height:var(--topbar-height);padding:8px 12px}.topbar-actions.left{grid-row:1}.topbar-logo{grid-column:1/-1}.site-logo{height:66px}.coach-header{grid-template-columns:1fr}.coach-toolbar{align-items:flex-start;flex-direction:column}.coach-field.inline{max-width:100%;width:100%}.report-header{top:86px;top:calc(var(--topbar-height) + 6px)}}.report-header{align-items:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;border:1px solid #94a3b859;border-radius:16px;border-radius:var(--radius);box-shadow:0 10px 30px #00000014;box-shadow:var(--shadow);display:flex;flex-wrap:wrap;gap:18px;margin-bottom:16px;padding:18px 20px;position:-webkit-sticky;position:sticky;top:90px;top:calc(var(--topbar-height) + 10px);z-index:20}.report-title h1{align-items:center;color:#0f172a;font-size:24px;justify-content:center;margin:4px 0 6px}.report-title{flex:1 1;min-width:240px}.report-meta{color:#6b7280;color:var(--muted);font-weight:600;margin:0}.report-stats{display:flex;flex-wrap:wrap;font-weight:700;gap:10px;margin-top:10px}.report-pill{align-items:center;background:#0ea5e9;border-radius:12px;box-shadow:0 8px 18px #0ea5e933;color:#0f172a;color:#0b1a33;display:inline-flex;gap:6px;padding:10px 14px}.report-pill.neutral{background:#fbbf24;box-shadow:0 8px 18px #fbbf2433}.report-pill.success{background:#22c55e;box-shadow:0 8px 18px #22c55e40;color:#052e16}.report-pill.danger{background:#fca5a5;box-shadow:0 8px 18px #fca5a540;color:#450a0a}.stat-present{color:#15803d}.stat-absent{color:#b91c1c}.stat-total{color:#1f2937}.students-compact-list{display:flex;flex-direction:column;gap:8px;margin-top:16px}.student-compact-row{background:#f9fafb;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 16px #94a3b82e;padding:12px}.student-compact-main{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.student-number{color:#6b7280;color:var(--muted);font-weight:700;min-width:30px}.student-name-clickable{color:#1f2937;cursor:pointer;flex:1 1;font-weight:600}.student-name-clickable:hover{color:#365314;color:var(--primary);text-decoration:underline}.attendance-buttons{display:flex;gap:8px}.btn-absent,.btn-present{background:#fff;border:2px solid #e5e7eb;border:2px solid var(--border);border-radius:8px;cursor:pointer;font-weight:700;padding:8px 16px;transition:all .2s ease}.btn-present:hover{background:#f0fdf4;border-color:#bbf7d0}.btn-present.active{background:#22c55e;border-color:#22c55e;color:#fff}.btn-absent:hover{background:#fef2f2;border-color:#fecdd3}.btn-absent.active{background:#ef4444;border-color:#ef4444;color:#fff}.btn-note-icon{background:#0000;border:none;cursor:pointer;font-size:18px;padding:4px 8px}.btn-note-icon:hover{transform:scale(1.2)}.note-section{margin-top:8px}.note-section textarea{border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:8px;font-family:inherit;padding:8px;width:100%}.student-details-expanded{border-top:1px solid #e5e7eb;border-top:1px solid var(--border);margin-top:12px;padding-top:12px}.parent-label{font-weight:700;min-width:30px}.parent-name{font-weight:600;min-width:90px}.parent-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;gap:12px;justify-content:space-between;padding:10px 12px}.parent-card,.parent-main{align-items:center;display:flex}.parent-main{gap:8px}.contact-actions{align-items:center;display:flex;gap:6px;justify-self:end}.parent-actions{-webkit-margin-start:auto;margin-inline-start:auto}.contact-actions.small .btn-call,.contact-actions.small .btn-whatsapp{height:34px;padding:6px;width:34px}.btn-call,.btn-whatsapp{align-items:center;background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:10px;box-shadow:0 6px 12px #00000014;cursor:pointer;display:inline-flex;font-size:16px;height:38px;justify-content:center;padding:8px;width:38px}.btn-call:hover{background:#dbeafe;border-color:#3b82f6}.btn-whatsapp{background:#e9fff3;border-color:#bbf7d0}.btn-whatsapp:hover{background:#d1fae5;border-color:#10b981}.btn-whatsapp svg{fill:#10b981}.submit-section{margin-top:24px;text-align:center}.warning-text{color:#b91c1c;font-size:14px;margin-top:8px}.start-report-btn{display:block;margin:16px auto 0;width:min(100%,320px)}.history-grouped-list{display:flex;flex-direction:column;gap:12px;margin-top:16px}.history-group-item{background:#f8fafc;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;overflow:hidden}.history-summary{cursor:pointer;list-style:none;padding:14px 16px;transition:background .2s ease}.history-summary:hover{background:#f1f5f9}.history-summary::-webkit-details-marker{display:none}.history-summary-content{align-items:center;display:flex;gap:12px;justify-content:space-between}.history-group-name{color:#1f2937;font-weight:700}.history-date{color:#6b7280;color:var(--muted);font-size:14px}.history-count{background:#d1fae5;border-radius:12px;color:#059669;font-weight:600;padding:4px 12px}.history-details{background:#fff;border-top:1px solid #e5e7eb;border-top:1px solid var(--border);padding:12px 16px}.history-note-row{background:#f9fafb;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:10px;margin-bottom:12px;padding:12px}.history-note-header{align-items:center;display:flex;gap:12px;justify-content:space-between}.history-note-body{grid-gap:10px;display:grid;gap:10px;margin-top:10px}.history-note-body textarea{border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:10px;padding:10px;resize:vertical;width:100%}.history-note-actions{align-items:center;display:flex;justify-content:space-between}.history-note-preview{color:#111827;margin-top:8px;white-space:pre-wrap}.history-note-preview.muted{color:#6b7280;color:var(--muted)}.history-student-row{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;gap:12px;padding:8px 0}.history-student-row:last-child{border-bottom:none}.history-student-num{color:#6b7280;color:var(--muted);font-weight:600;min-width:30px}.gender-icon{align-items:center;display:inline-flex;font-size:18px;justify-content:center;min-width:22px}.history-student-name{color:#1f2937;flex:1 1}.history-student-status{border-radius:8px;font-size:13px;font-weight:600;padding:4px 12px}.history-student-status.present{background:#d1fae5;color:#065f46}.history-student-status.absent{background:#fee2e2;color:#991b1b}.history-summary-text{display:flex;flex-direction:column;gap:4px}.history-time{color:#6b7280;color:var(--muted);font-size:13px}.student-accordion{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:10px;overflow:hidden}.student-accordion-summary{cursor:pointer;list-style:none;padding:6px}.student-accordion-summary::-webkit-details-marker{display:none}.student-accordion-body{background:#f8fafc;border-top:1px solid #f3f4f6;padding:10px 12px}.student-meta-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-bottom:6px}.student-meta-item{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;display:flex;gap:10px;padding:8px 10px}.student-meta-item,.student-meta-item.contact-meta{justify-content:space-between}.student-detail-row{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:70px 1fr auto;padding:6px 0}.detail-label{color:#6b7280;font-weight:700}.detail-main{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:70px auto 1fr}.student-detail-row.with-actions{align-items:center;grid-template-columns:1fr auto}.detail-value{color:#111827;font-weight:600}.detail-value.muted{color:#6b7280;font-weight:500;text-align:left}.student-id{background:#f1f5f9;border-radius:10px;color:#334155;font-weight:700;padding:4px 10px}.filter-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-top:12px}.filter-actions{display:flex;justify-content:flex-start;margin-top:8px}@font-face{font-family:ploni;font-weight:100;src:local("ploni"),url(/static/media/ploni-ultralight-aaa.7bd722995f2614496d85.woff) format("woff");src:local("ploni"),url(/static/media/ploni-ultralight-aaa.691b0f4d9c48686a6f53.woff2) format("woff2")}@font-face{font-family:ploni;font-weight:200;src:local("ploni"),url(/static/media/ploni-light-aaa.954e066aed72a78f2bed.woff) format("woff");src:local("ploni"),url(/static/media/ploni-light-aaa.542e0eba0ddc8e9ab025.woff2) format("woff2")}@font-face{font-family:ploni;font-weight:300;src:local("ploni"),url(/static/media/ploni-regular-aaa.b22ded39b8a2cd05d052.woff) format("woff");src:local("ploni"),url(/static/media/ploni-regular-aaa.e29f909be6aa74e85841.woff2) format("woff2")}@font-face{font-family:ploni;font-weight:400;src:local("ploni"),url(/static/media/ploni-medium-aaa.8adbf9d50610815efe3b.woff) format("woff");src:local("ploni"),url(/static/media/ploni-medium-aaa.2bedd7ced9c05fbb4694.woff2) format("woff2")}@font-face{font-family:ploni;font-weight:500;src:local("ploni"),url(/static/media/ploni-demibold-aaa.c81c770a30e78d163915.woff) format("woff");src:local("ploni"),url(/static/media/ploni-demibold-aaa.d3cbd8b95659558a8d12.woff2) format("woff2")}@font-face{font-family:ploni;font-weight:600;src:local("ploni"),url(/static/media/ploni-bold-aaa.99cbf14a3136b68a9cd9.woff) format("woff");src:local("ploni"),url(/static/media/ploni-bold-aaa.5ac47102352084aecda2.woff2) format("woff2")}@font-face{font-family:ploni;font-weight:700;src:local("ploni"),url(/static/media/ploni-ultrabold-aaa.420ed4ffca06c5ef6107.woff) format("woff");src:local("ploni"),url(/static/media/ploni-ultrabold-aaa.facd134c15e044519c6e.woff2) format("woff2")}@font-face{font-family:ploni;font-weight:800;src:local("ploni"),url(/static/media/ploni-black-aaa.892370f41347a60d20a2.woff) format("woff");src:local("ploni"),url(/static/media/ploni-black-aaa.6af8b422cf764ac9434e.woff2) format("woff2")}*{box-sizing:border-box}p{font-family:ploni,Times New Roman,Times,serif}body,html{background:radial-gradient(circle at 20% 20%,#f1f5f9 0,#eef2ff 40%,#e0f2fe 75%,#ecfdf3 100%);color:#0f172a;font-family:Space Grotesk,ploni,Assistant,sans-serif;margin:0;padding:0}#root,#root>main,body,html{height:100%}p{line-height:1.2em!important}.load{opacity:.8;pointer-events:none}.credit{bottom:10px;display:flex;flex-direction:column;gap:8px;justify-content:flex-end;left:10px;position:absolute}.credit img{height:auto;object-fit:contain;width:120px}input:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 1000px #fff0!important}input[type=date i]{color:#000}.Mui-focused+div input[type=date i],.MuiFormLabel-filled+div input[type=date i]{color:inherit}.flex{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:center;width:100%}
/*# sourceMappingURL=main.9f2410c4.css.map*/