/* QWERTY adaptive phone/tablet experience — v44 */
.mobile-primary-nav{display:none}
.mobile-view{animation:mobile-enter .22s ease both}
@keyframes mobile-enter{from{opacity:.55;transform:translateY(5px)}to{opacity:1;transform:none}}

.mobile-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px;margin-bottom:16px;border:1px solid var(--border);border-radius:18px;background:linear-gradient(135deg,var(--surface),color-mix(in srgb,var(--accent) 8%,var(--surface)));box-shadow:var(--shadow)}
.mobile-hero h2{margin:3px 0 6px;font-size:clamp(1.25rem,3vw,1.85rem);line-height:1.15}
.mobile-hero p{max-width:680px;margin:0;color:var(--text-soft);font-size:.87rem;line-height:1.5}
.mobile-kicker{color:var(--accent);font-size:.68rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase}
.mobile-hero-actions{flex:0 0 auto}
.mobile-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}
.mobile-kpi{min-width:0;display:flex;align-items:center;gap:12px;padding:16px;border:1px solid var(--border);border-radius:15px;background:var(--surface);box-shadow:var(--shadow-sm)}
.mobile-kpi-icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:12px;color:#fff;background:var(--accent)}
.mobile-kpi>div{min-width:0;display:flex;flex-direction:column}
.mobile-kpi small,.mobile-kpi span{overflow:hidden;color:var(--text-soft);font-size:.7rem;text-overflow:ellipsis;white-space:nowrap}
.mobile-kpi strong{overflow:hidden;margin:1px 0;font-size:1.25rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}
.mobile-kpi.green .mobile-kpi-icon,.mobile-action-icon.green{background:#16a34a}.mobile-kpi.orange .mobile-kpi-icon,.mobile-action-icon.orange{background:#ea580c}.mobile-kpi.purple .mobile-kpi-icon,.mobile-action-icon.purple{background:#7c3aed}.mobile-kpi.red .mobile-kpi-icon,.mobile-action-icon.red{background:#dc2626}.mobile-kpi.blue .mobile-kpi-icon,.mobile-action-icon.blue{background:#2563eb}
.mobile-section{margin-bottom:16px;padding:18px;border:1px solid var(--border);border-radius:16px;background:var(--surface);box-shadow:var(--shadow-sm)}
.mobile-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:13px}
.mobile-section-head h3{margin:0;font-size:.96rem}.mobile-section-head h3 i{margin-right:5px;color:var(--accent)}
.mobile-section-head button{min-height:36px;padding:0 7px;border:0;background:transparent;color:var(--accent);font:inherit;font-size:.76rem;font-weight:800;cursor:pointer}
.mobile-action-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.mobile-action{min-width:0;min-height:76px;display:grid;grid-template-columns:42px minmax(0,1fr) 14px;align-items:center;gap:10px;padding:12px;border:1px solid var(--border);border-radius:13px;background:var(--surface-2);color:var(--text);font:inherit;text-align:left;cursor:pointer;transition:.18s}
.mobile-action:hover{border-color:var(--accent);transform:translateY(-1px)}
.mobile-action-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;color:#fff}
.mobile-action>span:nth-child(2){min-width:0;display:flex;flex-direction:column}.mobile-action strong,.mobile-action small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-action strong{font-size:.82rem}.mobile-action small{margin-top:2px;color:var(--text-soft);font-size:.66rem}.mobile-action>i{color:var(--text-soft);font-size:.68rem}
.mobile-record-list{display:grid;gap:8px}
.mobile-record{width:100%;min-height:62px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2);color:var(--text);font:inherit;text-align:left}
button.mobile-record{cursor:pointer}.mobile-record-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:var(--accent-soft);color:var(--accent)}
.mobile-record-copy{min-width:0;display:flex;flex-direction:column}.mobile-record-copy strong{overflow:hidden;font-size:.82rem;text-overflow:ellipsis;white-space:nowrap}.mobile-record-copy small{overflow:hidden;margin-top:2px;color:var(--text-soft);font-size:.68rem;text-overflow:ellipsis;white-space:nowrap}.mobile-record-right{max-width:145px;color:var(--text-soft);font-size:.72rem;text-align:right}.mobile-record-right strong{color:var(--text)}
.mobile-status{display:inline-flex;align-items:center;min-height:25px;padding:3px 8px;border-radius:999px;font-size:.65rem;font-weight:800;white-space:nowrap}.mobile-status-success{background:#dcfce7;color:#15803d}.mobile-status-danger{background:#fee2e2;color:#b91c1c}.mobile-status-warn{background:#ffedd5;color:#c2410c}.mobile-status-info{background:#dbeafe;color:#1d4ed8}
.mobile-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;min-height:112px;padding:18px;color:var(--text-soft);text-align:center}.mobile-empty i{font-size:1.45rem;color:var(--accent);opacity:.7}.mobile-empty p{margin:0;font-size:.8rem}

.mobile-child-chip,.mobile-child-select,.mobile-child-missing{display:flex;align-items:center;gap:11px;margin-bottom:16px;padding:12px 14px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}
.mobile-child-chip>i,.mobile-child-missing>i{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:var(--accent-soft);color:var(--accent)}
.mobile-child-chip span,.mobile-child-missing div{min-width:0;display:flex;flex:1;flex-direction:column}.mobile-child-chip small,.mobile-child-select>span,.mobile-child-missing small{color:var(--text-soft);font-size:.66rem}.mobile-child-chip strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-child-chip em{color:var(--text-soft);font-size:.73rem;font-style:normal;white-space:nowrap}
.mobile-child-select{align-items:center}.mobile-child-select>span{font-weight:800;text-transform:uppercase}.mobile-child-select select{flex:1;min-width:0}
.mobile-child-missing{border-color:#fdba74;background:#fff7ed;color:#9a3412}
[data-theme="dark"] .mobile-child-missing{background:rgba(154,52,18,.14)}

.mobile-more-search,.mobile-directory-search{position:relative;margin-bottom:15px}.mobile-more-search i,.mobile-directory-search i{position:absolute;z-index:1;top:50%;left:14px;transform:translateY(-50%);color:var(--text-soft)}.mobile-more-search .input,.mobile-directory-search .input{width:100%;min-height:48px;padding-left:42px;border-radius:14px}
.mobile-account-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:18px}.mobile-account-actions button{min-height:48px;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--text);font:inherit;font-weight:750;cursor:pointer}.mobile-account-actions i{margin-right:7px;color:var(--accent)}
.mobile-more-group{margin-bottom:18px}.mobile-more-group h3{margin:0 0 9px;color:var(--text-soft);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.mobile-more-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.mobile-more-grid button{min-height:78px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:9px;border:1px solid var(--border);border-radius:13px;background:var(--surface);color:var(--text);font:inherit;cursor:pointer}.mobile-more-grid button i{font-size:1.08rem;color:var(--accent)}.mobile-more-grid button span{max-width:100%;overflow:hidden;font-size:.7rem;font-weight:750;text-align:center;text-overflow:ellipsis;white-space:nowrap}

.mobile-results,.mobile-transport-grid{display:grid;gap:12px}.mobile-result-card,.mobile-transport-card{overflow:hidden;border:1px solid var(--border);border-radius:15px;background:var(--surface);box-shadow:var(--shadow-sm)}
.mobile-result-head{display:flex;align-items:center;justify-content:space-between;padding:15px;background:var(--accent-soft)}.mobile-result-head small{color:var(--text-soft);font-size:.66rem}.mobile-result-head h3{margin:2px 0 0;font-size:.94rem}.mobile-result-head>strong{font-size:1.4rem;color:var(--accent)}
.mobile-result-subjects{padding:5px 14px 10px}.mobile-result-subjects>div{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--border)}.mobile-result-subjects>div:last-child{border:0}.mobile-result-subjects span{display:flex;flex-direction:column}.mobile-result-subjects strong{font-size:.8rem}.mobile-result-subjects small{margin-top:2px;color:var(--text-soft);font-size:.68rem}.mobile-result-subjects b{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:var(--accent-soft);color:var(--accent)}
.mobile-transport-card{display:grid;grid-template-columns:58px minmax(0,1fr);gap:14px;padding:16px}.mobile-transport-card>span{width:58px;height:58px;display:grid;place-items:center;border-radius:15px;background:var(--accent);color:#fff;font-size:1.3rem}.mobile-transport-card small{color:var(--text-soft);font-size:.68rem}.mobile-transport-card h3{margin:2px 0 12px}.mobile-transport-card dl{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 0 12px}.mobile-transport-card dl div{display:flex;flex-direction:column}.mobile-transport-card dt{color:var(--text-soft);font-size:.64rem}.mobile-transport-card dd{margin:2px 0 0;font-size:.78rem;font-weight:750}
.mobile-student-list{display:grid;grid-template-columns:1fr 1fr;gap:9px}.mobile-student-card{min-width:0;display:grid;grid-template-columns:44px minmax(0,1fr) 12px;align-items:center;gap:10px;padding:12px;border:1px solid var(--border);border-radius:13px;background:var(--surface);color:var(--text);font:inherit;text-align:left;cursor:pointer}.mobile-student-avatar{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;background:var(--accent);color:#fff;font-weight:850}.mobile-student-card>span:nth-child(2){min-width:0;display:flex;flex-direction:column}.mobile-student-card strong,.mobile-student-card small,.mobile-student-card em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-student-card strong{font-size:.82rem}.mobile-student-card small,.mobile-student-card em{margin-top:2px;color:var(--text-soft);font-size:.66rem}.mobile-student-card em{font-style:normal}.mobile-student-card>i{color:var(--text-soft);font-size:.68rem}

@media(max-width:1000px){
  body.mobile-app-ready{--mobile-nav-size:76px}
  .mobile-app-ready .sidebar,.mobile-app-ready .sidebar-overlay{display:none!important}
  .mobile-app-ready .main{margin-left:var(--mobile-nav-size)}
  .mobile-app-ready .topbar .menu-btn{display:none}
  .mobile-primary-nav{position:fixed;z-index:55;top:0;bottom:0;left:0;width:var(--mobile-nav-size);display:flex;flex-direction:column;align-items:stretch;gap:7px;padding:calc(12px + env(safe-area-inset-top)) 7px 12px;border-right:1px solid var(--border);background:color-mix(in srgb,var(--surface) 94%,transparent);box-shadow:4px 0 18px rgba(15,23,42,.06);backdrop-filter:blur(18px)}
  .mobile-primary-nav button{position:relative;min-width:0;min-height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:0;border-radius:13px;background:transparent;color:var(--text-soft);font:inherit;cursor:pointer}
  .mobile-primary-nav button i{font-size:1.02rem}.mobile-primary-nav button span{max-width:100%;overflow:hidden;font-size:.61rem;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.mobile-primary-nav button.active{background:var(--accent-soft);color:var(--accent)}.mobile-primary-nav button.active:before{content:"";position:absolute;top:13px;bottom:13px;left:-7px;width:3px;border-radius:0 4px 4px 0;background:var(--accent)}
  .mobile-app-ready .content{padding:16px}
  .mobile-app-ready .topbar{padding:0 14px}.mobile-app-ready .page-title{display:block!important;max-width:34vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .mobile-app-ready .global-search{display:none}.mobile-app-ready .work-context-current{min-width:150px}
  .mobile-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-more-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .mobile-app-ready .input,.mobile-app-ready .btn,.mobile-app-ready button,.mobile-app-ready select{min-height:44px}
  .mobile-app-ready .modal{max-width:calc(100vw - 108px);max-height:calc(100dvh - 32px)}
  .mobile-app-ready .modal-body{overflow-y:auto}
}

@media(max-width:599px){
  body.mobile-app-ready{--mobile-nav-size:calc(66px + env(safe-area-inset-bottom))}
  .mobile-app-ready .main{margin-left:0;padding-bottom:var(--mobile-nav-size)}
  .mobile-primary-nav{top:auto;right:0;bottom:0;width:auto;height:var(--mobile-nav-size);display:grid;grid-template-columns:repeat(5,1fr);gap:2px;padding:5px 4px env(safe-area-inset-bottom);border-top:1px solid var(--border);border-right:0;box-shadow:0 -7px 24px rgba(15,23,42,.1)}
  .mobile-primary-nav button{min-height:56px;border-radius:11px}.mobile-primary-nav button i{font-size:1rem}.mobile-primary-nav button span{font-size:.59rem}.mobile-primary-nav button.active:before{top:-5px;right:28%;bottom:auto;left:28%;width:auto;height:3px;border-radius:0 0 4px 4px}
  .mobile-app-ready .content{padding:10px 10px calc(12px + env(safe-area-inset-bottom))}
  .mobile-app-ready .topbar{height:58px;gap:6px;padding:0 10px}.mobile-app-ready .page-title{max-width:43vw;font-size:.98rem}.mobile-app-ready #themeBtn{display:none}.mobile-app-ready .user-chip{padding:2px}.mobile-app-ready .user-chip .uname,.mobile-app-ready .user-chip>i{display:none}.mobile-app-ready .avatar{width:38px;height:38px}.mobile-app-ready .icon-btn{width:40px;height:40px;min-height:40px}.mobile-app-ready .work-context{display:none!important}
  .mobile-hero{align-items:flex-start;padding:17px;margin-bottom:10px;border-radius:15px}.mobile-hero h2{font-size:1.28rem}.mobile-hero p{font-size:.77rem}.mobile-hero-actions{display:none}
  .mobile-kpis{gap:8px;margin-bottom:10px}.mobile-kpi{min-height:92px;align-items:flex-start;gap:8px;padding:12px}.mobile-kpi-icon{width:34px;height:34px;flex-basis:34px;border-radius:10px}.mobile-kpi strong{font-size:1.02rem}.mobile-kpi small,.mobile-kpi span{white-space:normal;line-height:1.25}
  .mobile-section{margin-bottom:10px;padding:12px;border-radius:14px}.mobile-action-grid{gap:7px}.mobile-action{min-height:72px;grid-template-columns:36px minmax(0,1fr) 10px;gap:8px;padding:9px}.mobile-action-icon{width:36px;height:36px;border-radius:10px}.mobile-action small{white-space:normal;line-height:1.2}
  .mobile-record{min-height:60px;padding:9px}.mobile-record-copy small{white-space:normal;line-height:1.25}.mobile-record-right{max-width:100px}
  .mobile-child-chip,.mobile-child-select,.mobile-child-missing{margin-bottom:10px;padding:10px}.mobile-child-chip em{max-width:105px;overflow:hidden;text-overflow:ellipsis}
  .mobile-account-actions{grid-template-columns:1fr}.mobile-more-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mobile-more-grid button{min-height:72px}.mobile-more-grid button span{white-space:normal;line-height:1.15}
  .mobile-student-list{grid-template-columns:1fr}.mobile-transport-card{grid-template-columns:44px minmax(0,1fr);padding:12px}.mobile-transport-card>span{width:44px;height:44px;border-radius:12px}.mobile-transport-card dl{grid-template-columns:1fr 1fr}
  .mobile-app-ready input,.mobile-app-ready select,.mobile-app-ready textarea,.mobile-input{font-size:16px!important}
  .mobile-app-ready .table-tools{align-items:stretch}.mobile-app-ready .table-tools>*{width:100%!important;max-width:none!important}.mobile-app-ready .row-actions{flex-wrap:wrap}
  .mobile-app-ready .mobile-card-table,.mobile-app-ready .mobile-card-table tbody,.mobile-app-ready .mobile-card-table tr,.mobile-app-ready .mobile-card-table td{display:block;width:100%}.mobile-app-ready .mobile-card-table thead{display:none}.mobile-app-ready .mobile-card-table tbody{display:grid;gap:10px}.mobile-app-ready .mobile-card-table tr{overflow:hidden;padding:9px 11px;border:1px solid var(--border);border-radius:13px;background:var(--surface)}.mobile-app-ready .mobile-card-table td{display:grid;grid-template-columns:minmax(90px,.42fr) minmax(0,1fr);gap:9px;padding:7px 0;border-bottom:1px solid var(--border);text-align:right}.mobile-app-ready .mobile-card-table td:last-child{border:0}.mobile-app-ready .mobile-card-table td:before{content:attr(data-label);color:var(--text-soft);font-size:.66rem;font-weight:800;letter-spacing:.04em;text-align:left;text-transform:uppercase}.mobile-app-ready .mobile-card-table td[colspan]{display:block;text-align:center}.mobile-app-ready .mobile-card-table td[colspan]:before{display:none}
  .mobile-app-ready .mobile-scroll-table{position:relative;margin-right:-12px;padding:0 12px 9px 0;overflow-x:auto}.mobile-app-ready .mobile-scroll-table:after{content:"Swipe to see more →";position:sticky;left:0;display:block;width:max-content;margin:7px 0 0;color:var(--text-soft);font-size:.64rem}.mobile-app-ready .mobile-wide-table{min-width:760px}
  .mobile-app-ready .modal-backdrop{align-items:stretch;padding:0}.mobile-app-ready .modal,.mobile-app-ready .modal.lg,.mobile-app-ready .modal.student-quick-modal,.mobile-app-ready .modal.bulk-student-bill-modal{width:100vw;max-width:100vw!important;height:100dvh;max-height:100dvh;margin:0;border-radius:0}.mobile-app-ready .modal-head{position:sticky;z-index:3;top:0;min-height:58px;padding:12px 14px;background:var(--surface)}.mobile-app-ready .modal-body{flex:1;padding:14px;overflow-y:auto}.mobile-app-ready .modal-foot{position:sticky;z-index:3;bottom:0;display:grid;grid-template-columns:1fr 1fr;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:var(--surface)}.mobile-app-ready .modal-foot .btn{width:100%}.mobile-app-ready .form-grid,.mobile-app-ready .admission-form-grid,.mobile-app-ready .grid-2,.mobile-app-ready .grid-3{grid-template-columns:1fr!important}
}

@media print{.mobile-primary-nav,.mobile-app-ready .topbar,.mobile-app-ready .sidebar{display:none!important}.mobile-app-ready .main{margin:0!important;padding:0!important}.mobile-app-ready .content{padding:0!important}.mobile-hero-actions,.mobile-account-actions{display:none!important}}

/* Shared authentication touch improvements when this stylesheet is linked. */
@media(max-width:599px){.auth-wrap .input,.auth-wrap .btn,.auth-wrap button{min-height:48px}.auth-wrap input,.auth-wrap select,.auth-wrap textarea{font-size:16px!important}}

/* v45 phone/background notification controls */
.push-menu-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.55rem .7rem}.push-menu-control{border:0!important;border-radius:999px!important;background:color-mix(in srgb,var(--accent) 12%,transparent)!important;color:var(--accent)!important;font-size:.72rem!important;font-weight:800!important;padding:.42rem .62rem!important;width:auto!important}.push-menu-item{display:grid!important;grid-template-columns:2rem 1fr;gap:.65rem;align-items:start!important;padding:.72rem!important;white-space:normal!important}.push-menu-item>i{display:grid;place-items:center;width:2rem;height:2rem;border-radius:.65rem;background:color-mix(in srgb,var(--accent) 12%,transparent);color:var(--accent)}.push-menu-item>span{display:grid;gap:.14rem;min-width:0}.push-menu-item strong{font-size:.82rem;line-height:1.25}.push-menu-item small{display:-webkit-box;overflow:hidden;color:var(--text-soft);font-size:.73rem;line-height:1.32;-webkit-box-orient:vertical;-webkit-line-clamp:2}.push-menu-item time{color:var(--text-soft);font-size:.66rem}.push-menu-item.unread{background:color-mix(in srgb,var(--accent) 7%,transparent)!important}.push-menu-item.unread strong:after{content:"";display:inline-block;width:.42rem;height:.42rem;margin-left:.35rem;border-radius:50%;background:var(--accent);vertical-align:middle}.push-mark-read{justify-content:center!important;color:var(--accent)!important;font-weight:800!important}.push-menu-empty{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1.1rem;color:var(--text-soft);font-size:.82rem}.push-settings-status{display:flex;gap:.75rem;align-items:flex-start;padding:.9rem;border-radius:.9rem;background:color-mix(in srgb,#16a34a 11%,transparent);color:#15803d}.push-settings-status>i{font-size:1.25rem;margin-top:.1rem}.push-settings-status div{display:grid;gap:.2rem}.push-settings-status span{color:var(--text-soft);font-size:.78rem;line-height:1.4}.push-settings-list{display:grid;gap:.3rem;margin-top:.8rem}.push-settings-list label{display:flex;align-items:center;gap:.65rem;padding:.68rem .2rem;border-bottom:1px solid var(--border);font-size:.86rem;font-weight:700}.push-settings-list input{width:1.05rem;height:1.05rem;accent-color:var(--accent)}.push-settings-note{display:flex;gap:.5rem;align-items:flex-start;margin:.8rem 0 0;color:var(--text-soft);font-size:.75rem;line-height:1.4}
@media(max-width:600px){#notifMenu{position:fixed;top:calc(58px + env(safe-area-inset-top));right:.6rem;left:.6rem;max-height:min(70vh,34rem);overflow:auto}.push-menu-control{min-height:2.25rem}.push-menu-item{min-height:4.6rem}}
