@import"https://fonts.googleapis.com/css2?family=Nunito:wght@500;600;700;800&family=Source+Sans+3:wght@400;500;600;700&display=swap";:root{--navy: #1a375f;--navy-deep: #122744;--green: #5d9a56;--green-soft: #74b46c;--gold: #f9b233;--orange: #e8941a;--ink: #1a375f;--paper: #eef3f8;--card: #ffffff;--line: #d4dee8;--danger: #b42318;--muted: #5b6b7c;--shadow: 0 10px 30px rgba(26, 55, 95, .08);font-family:"Source Sans 3",Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;background:var(--paper);color:var(--ink)}.app-frame{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1;display:flex;flex-direction:column}.site-footer{background:var(--navy);color:#ffffffd1;text-align:center;padding:.55rem 1rem;font-size:.82rem;font-weight:600;letter-spacing:.01em;border-top:3px solid var(--gold)}.site-footer a{color:var(--gold);font-weight:800;text-decoration:none}.site-footer a:hover{color:#ffd56a;text-decoration:underline}h1,h2,h3,.brand-lockup h1,.student-name{font-family:Nunito,"Source Sans 3",sans-serif}button,input,select{font:inherit}button{background:var(--navy);color:#fff;border:0;border-radius:12px;padding:.75rem 1.3rem;cursor:pointer;font-weight:700}button:hover:not(:disabled){background:var(--navy-deep)}button:disabled{opacity:.55;cursor:not-allowed}button.ghost{background:transparent;color:var(--navy);border:1px solid var(--line)}button.ghost:hover:not(:disabled){background:#eef4fb}input,select{width:100%;padding:.7rem .85rem;border:1px solid var(--line);border-radius:10px;background:#fff}input:focus,select:focus{outline:2px solid rgba(116,180,108,.45);border-color:var(--green-soft)}.password-field{position:relative;width:100%}.password-field input{padding-right:4.6rem}.password-toggle{position:absolute;right:.3rem;top:50%;transform:translateY(-50%);background:transparent;color:var(--navy);border:0;width:auto;padding:.3rem .65rem;font-size:.82rem;font-weight:700}.password-toggle:hover:not(:disabled){background:#eef4fb}label{display:flex;flex-direction:column;gap:.35rem;font-size:.92rem;font-weight:600}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;color:var(--green);margin:0 0 .25rem;font-weight:800}.error{color:var(--danger)}.banner{margin:0 1.5rem 1rem}.login-shell{min-height:0;flex:1;display:grid;place-items:center;padding:1.5rem;background:radial-gradient(circle at 12% 12%,rgba(249,178,51,.22) 0%,transparent 38%),radial-gradient(circle at 88% 86%,rgba(116,180,108,.22) 0%,transparent 42%),var(--paper)}.login-card,.panel{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:1.5rem;display:flex;flex-direction:column;gap:.9rem;box-shadow:var(--shadow)}.login-card{width:min(440px,94vw);align-items:stretch}.login-cover{width:100%;border-radius:16px;display:block;background:#fff;border:1px solid var(--line)}.login-card h1,.admin-top h1,.aula-top h1,.brand-lockup h1{margin:0;font-size:1.7rem;font-weight:800;color:var(--navy)}.lede,.hint,.muted{color:var(--muted);margin:0}.aula-shell,.admin-shell{min-height:0;flex:1;padding:1.1rem 1.4rem 2rem}.aula-top,.admin-top{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.brand-lockup{display:flex;align-items:center;gap:.85rem}.brand-lockup img{width:84px;height:46px;object-fit:cover;object-position:center;border-radius:10px;background:#fff;border:1px solid var(--line)}.brand-lockup.compact img{width:68px;height:38px}.aula-meta{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.dot{width:10px;height:10px;border-radius:50%;background:var(--danger);display:inline-block}.dot.on{background:var(--green)}.aula-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(240px,.65fr) minmax(260px,.75fr);gap:1.2rem}.hero-card,.queue-card{background:var(--navy);color:#f6f8fb;border-radius:24px;padding:1.8rem;min-height:68vh}.hero-card.active{background:linear-gradient(160deg,#1a375f,#24527d 48%,#5d9a56 140%)}.student-name{font-size:clamp(3rem,7vw,6.4rem);line-height:.95;margin:.4rem 0 1rem}.student-photo,.student-initials{width:min(36vh,280px);height:min(36vh,280px);border-radius:32px;object-fit:cover;background:#eef3f8;color:var(--navy);display:grid;place-items:center;font-size:3.2rem;font-weight:800;box-shadow:0 16px 40px #00000038}.caregiver{opacity:.88}.idle h2{font-size:2.2rem}.queue-card{background:var(--card);color:var(--ink);min-height:auto}.queue-card h3{margin:0 0 .8rem}.queue-card ol{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.7rem}.queue-card li{display:grid;grid-template-columns:auto auto 1fr auto;gap:.7rem;align-items:center;border:1px solid var(--line);border-radius:14px;padding:.7rem}.transit-card li{grid-template-columns:auto auto 1fr}.pos{width:32px;height:32px;border-radius:50%;background:var(--gold);color:var(--navy);display:grid;place-items:center;font-weight:800}.queue-card small{display:block;color:var(--muted)}.tabs{display:flex;gap:.4rem;margin-bottom:1rem;flex-wrap:wrap}.tab{background:transparent;color:var(--navy);border:1px solid var(--line)}.tab.on{background:var(--navy);color:#fff}.row,.inline-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.8rem;align-items:end}.table-wrap{overflow-x:auto}.paged-table{display:flex;flex-direction:column;gap:.8rem}.table-search{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;padding:.75rem;background:#f3f7fb;border:1px solid var(--line);border-radius:12px}.table-search-label{font-weight:700;color:var(--navy)}.table-search input{flex:1 1 220px;min-width:180px;margin:0}.table-search button{padding:.7rem 1.1rem;width:auto}.pager{display:flex;align-items:center;justify-content:space-between;gap:.8rem;flex-wrap:wrap;color:var(--muted);font-size:.92rem}.pager button{padding:.45rem .9rem}.gate-map{height:360px;width:100%;border-radius:12px;border:1px solid var(--line);z-index:1}.panel h3.section{margin:.4rem 0 0}table{width:100%;border-collapse:collapse}thead th{background:#f3f7fb;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.cell-sub{display:block;color:var(--muted);font-size:.8rem}th,td{text-align:left;padding:.7rem .55rem;border-bottom:1px solid var(--line)}tbody tr:hover{background:#f7fafc}a{color:var(--green);font-weight:700;text-decoration:none}a:hover{text-decoration:underline}.status{color:var(--green);font-weight:700}.porter-pin-card{max-width:520px}.porter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;max-width:1080px}.porter-grid .porter-pin-card{max-width:none}.porter-pin-input{font-size:2.4rem;letter-spacing:.4em;text-align:center;font-weight:800}.porter-result h2{margin:0;font-size:2rem}.porter-result h3{margin:1rem 0 .4rem;font-size:1.05rem}.porter-kids{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.8rem}.porter-kids li{display:flex;justify-content:space-between;align-items:center;gap:1rem;border:1px solid var(--line);border-radius:14px;padding:.8rem 1rem}.porter-kids small{display:block;color:var(--muted)}@media(max-width:1100px){.aula-layout{grid-template-columns:1fr}.hero-card{min-height:46vh}.porter-grid{grid-template-columns:1fr}}.thumb{width:48px;height:48px;border-radius:12px;object-fit:cover;background:#eef3f8}.thumb.placeholder{display:inline-grid;place-items:center;color:var(--muted);font-size:.8rem}.file-btn{display:inline-flex;align-items:center;cursor:pointer;border:1px solid var(--line);border-radius:999px;padding:.35rem .8rem;font-weight:700;color:var(--navy)}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin:1rem 0}.stat-card{background:#f4f7fb;border-radius:16px;padding:1rem;display:flex;flex-direction:column;gap:.2rem}.stat-card strong{font-size:1.8rem;color:var(--navy)}.hour-bars{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.hour-bars li{display:grid;grid-template-columns:4.5rem 1fr auto;align-items:center;gap:.6rem}.hour-bars .bar{display:block;height:10px;background:var(--green);border-radius:999px;max-width:100%}.invite-card{display:flex;gap:1rem;align-items:center;border:1px solid var(--line);border-radius:16px;padding:1rem;margin:1rem 0}.pin-inline{font-size:2rem;letter-spacing:.2em;font-weight:800;margin:.2rem 0;color:var(--navy)}.invite-chips{display:flex;flex-direction:column;gap:.45rem;margin:.8rem 0}.chip-row{display:flex;flex-wrap:wrap;gap:.45rem}.chip{background:#e8f1ea;color:var(--navy);border:1px solid #c5d9c8;border-radius:999px;padding:.35rem .75rem;font-size:.85rem;width:auto}.chip:hover:not(:disabled){background:#d7e8db}.student-picker{max-height:280px;overflow:auto;border:1px solid var(--line);border-radius:12px;padding:.4rem .6rem;background:#f7fafc;display:flex;flex-direction:column;gap:.15rem;margin-top:.6rem}.student-pick{display:flex;flex-direction:row;align-items:center;gap:.6rem;padding:.35rem .2rem;font-weight:500}.student-pick small{display:block;color:var(--muted);font-size:.8rem}.student-pick input{width:auto}.aula-shell.kiosk{user-select:none;-webkit-user-select:none;cursor:none;touch-action:none}.aula-shell.kiosk .aula-top{padding-top:.4rem}.aula-shell.kiosk .kiosk-hide{display:none!important}.aula-shell.kiosk .student-photo,.aula-shell.kiosk .student-initials{width:min(48vh,420px);height:min(48vh,420px);border-radius:36px}.aula-shell.kiosk .student-name{font-size:clamp(3.4rem,8vw,7.2rem)}.import-bar{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1rem}.import-result,.leftover-alert{border:1px solid var(--line);border-radius:14px;padding:.8rem 1rem;margin:0 0 1rem;background:#f7fafc}.leftover-alert{background:#fff6e8;border-color:#f0d6a0}.import-errors,.import-invites,.leftover-list{margin:.5rem 0 0;padding-left:1.1rem}.leftover-list{list-style:none;padding:0;display:grid;gap:.35rem}.leftover-list li{display:flex;justify-content:space-between;gap:1rem;padding:.45rem .6rem;background:#fff6e8;border-radius:10px}.kiosk-unlock{max-width:360px;margin:0 auto 1rem}.row-actions{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.row-actions button,.row-actions .file-btn{padding:.4rem .7rem;font-size:.85rem}button.ghost.danger{color:var(--danger);border-color:#f0c7c3}button.ghost.danger:hover:not(:disabled){background:#fdecea}.detail-card{border:1px solid var(--line);border-radius:14px;padding:1rem 1.1rem;background:#f7fafc}.detail-head{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.detail-head h3{margin:0}.detail-list{display:grid;grid-template-columns:140px 1fr;gap:.35rem .8rem;margin:.8rem 0 0}.detail-list dt{color:var(--muted);font-size:.85rem}.detail-list dd{margin:0}.check-inline{flex-direction:row;align-items:center;gap:.45rem}@media(max-width:900px){.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.invite-card{flex-direction:column;align-items:flex-start}}
