/* Attendance Platform — UI Phase 03 — Guardian App Mobile-First Design System */
@font-face{font-family:"Tajawal";src:url("fonts/tajawal-400.ttf") format("truetype");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:"Tajawal";src:url("fonts/tajawal-500.ttf") format("truetype");font-style:normal;font-weight:500;font-display:swap}
@font-face{font-family:"Tajawal";src:url("fonts/tajawal-700.ttf") format("truetype");font-style:normal;font-weight:700;font-display:swap}
@font-face{font-family:"Tajawal";src:url("fonts/tajawal-800.ttf") format("truetype");font-style:normal;font-weight:800;font-display:swap}
:root{
  --g-bg:#f4f7f8;--g-surface:#fff;--g-surface-2:#f8fafb;--g-ink:#17313a;--g-muted:#6f838b;--g-line:#dce7e9;
  --g-brand:#123c49;--g-brand-2:#0b6976;--g-accent:#087f8c;--g-accent-soft:#e2f4f5;--g-green:#087a55;--g-green-soft:#e3f6ee;
  --g-amber:#946200;--g-amber-soft:#fff2d2;--g-red:#ad2b22;--g-red-soft:#ffebe8;--g-blue:#3a5fa6;--g-blue-soft:#eaf0ff;
  --g-violet:#7250a8;--g-violet-soft:#f0eafd;--g-radius:20px;--g-radius-sm:14px;--g-shadow:0 10px 30px rgba(18,60,73,.07);
}
*{box-sizing:border-box}html{background:var(--g-bg);-webkit-text-size-adjust:100%}body{margin:0;background:var(--g-bg);color:var(--g-ink);font-family:"Cairo",Tahoma,Arial,sans-serif;font-size:15px;line-height:1.55}body,button,input,select,textarea{font-family:"Cairo",Tahoma,Arial,sans-serif}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}svg{stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.g-shell{min-height:100vh}.g-main{width:min(1120px,100%);margin:0 auto;padding:24px 22px 42px}.g-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);border-bottom:1px solid rgba(220,231,233,.9);backdrop-filter:blur(16px)}.g-header__inner{width:min(1180px,100%);min-height:72px;margin:auto;padding:0 22px;display:flex;align-items:center;gap:28px}.g-brand{display:flex;align-items:center;gap:11px;min-width:max-content}.g-brand__mark{width:42px;height:42px;border-radius:14px;background:var(--g-brand);color:#fff;display:grid;place-items:center;box-shadow:0 8px 20px rgba(18,60,73,.16)}.g-brand__mark svg{width:25px;height:25px}.g-brand__text{display:grid;line-height:1.25}.g-brand__text strong{font-size:16px}.g-brand__text small{font-size:11px;color:var(--g-muted);margin-top:3px}.g-desktop-nav{display:flex;align-items:center;gap:5px;margin-inline-start:auto}.g-desktop-nav a{padding:9px 13px;border-radius:12px;color:#597078;font-size:14px;font-weight:600}.g-desktop-nav a:hover,.g-desktop-nav a.active{background:var(--g-accent-soft);color:#075f69}.g-logout-form{margin:0}.g-icon-btn{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--g-line);background:#fff;color:#63787f;border-radius:13px}.g-icon-btn:hover{color:var(--g-red);border-color:#efc9c5;background:#fff7f6}.g-icon-btn svg{width:21px}.g-bottom-nav{display:none}
.g-toast{display:flex;gap:10px;align-items:flex-start;padding:13px 15px;border-radius:15px;margin-bottom:18px;border:1px solid}.g-toast__icon{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;font-weight:800;flex:0 0 auto}.g-toast--success{background:var(--g-green-soft);border-color:#bfe6d6;color:#0b674b}.g-toast--success .g-toast__icon{background:#c7ebdc}.g-toast--danger{background:var(--g-red-soft);border-color:#f2c9c4;color:#9d2b23}.g-toast--danger .g-toast__icon{background:#f8d4d0}
.g-eyebrow{display:block;color:var(--g-accent);font-size:12px;font-weight:800;letter-spacing:.02em;margin-bottom:4px}.g-welcome{background:linear-gradient(135deg,var(--g-brand),#176d78);color:#fff;border-radius:26px;padding:28px 30px;display:flex;justify-content:space-between;align-items:center;gap:18px;overflow:hidden;position:relative}.g-welcome:after{content:"";position:absolute;width:220px;height:220px;border:38px solid rgba(255,255,255,.055);border-radius:50%;left:-70px;top:-90px}.g-welcome .g-eyebrow{color:#bfe9ed}.g-welcome h1{margin:0;font-size:27px;line-height:1.25}.g-welcome p{margin:6px 0 0;color:#d8edf0}.g-welcome__actions{display:flex;gap:9px;position:relative;z-index:1}.g-soft-action{display:flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid rgba(255,255,255,.2);border-radius:13px;background:rgba(255,255,255,.1);color:#fff}.g-soft-action:hover{background:rgba(255,255,255,.16)}.g-soft-action:disabled{opacity:.75;cursor:default}.g-soft-action svg{width:19px;height:19px}.g-alert-strip{margin-top:14px;background:#fff;border:1px solid var(--g-line);border-radius:18px;padding:13px 15px;display:flex;align-items:center;gap:12px;box-shadow:var(--g-shadow)}.g-alert-strip__icon{width:38px;height:38px;border-radius:13px;background:var(--g-red-soft);color:var(--g-red);display:grid;place-items:center;font-weight:800}.g-alert-strip>span:nth-child(2){display:grid}.g-alert-strip small{color:var(--g-muted);font-size:12px;margin-top:1px}.g-alert-strip__arrow{margin-inline-start:auto;color:var(--g-accent);font-size:20px}.g-section-heading{margin:28px 0 13px;display:flex;align-items:end;justify-content:space-between;gap:12px}.g-section-heading h2{margin:0;font-size:21px}.g-count-chip{padding:5px 10px;background:#edf3f4;color:#60767e;border-radius:999px;font-size:12px;font-weight:700}
.g-children-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.g-child-card{background:#fff;border:1px solid var(--g-line);border-radius:23px;padding:19px;box-shadow:var(--g-shadow);position:relative;overflow:hidden}.g-child-card:before{content:"";position:absolute;inset-inline-start:0;top:0;bottom:0;width:4px;background:#bdcacc}.g-child-card--present:before{background:var(--g-green)}.g-child-card--late:before{background:var(--g-amber)}.g-child-card--absent:before{background:var(--g-red)}.g-child-card--excused:before{background:var(--g-blue)}.g-child-card__top{display:flex;align-items:center;gap:13px}.g-student-avatar{width:62px;height:62px;border-radius:19px;background:var(--g-accent-soft);display:grid;place-items:center;overflow:visible;position:relative;flex:0 0 auto;color:#096a74;font-size:25px;font-weight:800}.g-student-avatar img{width:100%;height:100%;object-fit:cover;border-radius:19px}.g-status-dot{position:absolute;width:14px;height:14px;border-radius:50%;bottom:-3px;left:-3px;background:#aab9bd;border:3px solid #fff}.g-child-card--present .g-status-dot{background:var(--g-green)}.g-child-card--late .g-status-dot{background:var(--g-amber)}.g-child-card--absent .g-status-dot{background:var(--g-red)}.g-child-card--excused .g-status-dot{background:var(--g-blue)}.g-child-card__identity{min-width:0;flex:1}.g-child-card__identity h3{font-size:18px;margin:5px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.g-child-card__identity p{margin:1px 0;color:var(--g-muted);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.g-status-pill{display:inline-flex;align-items:center;width:max-content;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:800;background:#eef2f3;color:#61747a}.g-status-pill--present,.g-status-pill--approved{background:var(--g-green-soft);color:var(--g-green)}.g-status-pill--late,.g-status-pill--pending{background:var(--g-amber-soft);color:var(--g-amber)}.g-status-pill--absent,.g-status-pill--rejected{background:var(--g-red-soft);color:var(--g-red)}.g-status-pill--excused{background:var(--g-blue-soft);color:var(--g-blue)}.g-status-pill--holiday,.g-status-pill--cancelled{background:#edf1f2;color:#63767d}.g-student-meta{display:grid;grid-template-columns:repeat(3,1fr);margin-top:16px;padding:12px 0;border-top:1px solid #edf2f3;border-bottom:1px solid #edf2f3}.g-student-meta span{display:grid;text-align:center;min-width:0;padding:0 5px;border-inline-start:1px solid #edf2f3}.g-student-meta span:first-child{border-inline-start:0}.g-student-meta small,.g-today-times small{color:var(--g-muted);font-size:10px}.g-student-meta strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.g-today-times{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:13px}.g-today-times>div{display:flex;align-items:center;gap:9px;background:#f7fafb;border-radius:14px;padding:10px}.g-time-icon{width:34px;height:34px;border-radius:11px;display:grid;place-items:center}.g-time-icon svg{width:18px}.g-time-icon--in{background:var(--g-green-soft);color:var(--g-green)}.g-time-icon--out{background:var(--g-blue-soft);color:var(--g-blue)}.g-today-times span:last-child{display:grid}.g-today-times strong{font-size:16px;line-height:1.1}.g-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}.g-action-tile{display:grid;grid-template-columns:35px 1fr;grid-template-rows:auto auto;column-gap:8px;align-items:center;padding:10px;background:#fff;border:1px solid var(--g-line);border-radius:14px}.g-action-tile>span{width:35px;height:35px;grid-row:1/3;border-radius:11px;background:var(--g-accent-soft);color:var(--g-accent);display:grid;place-items:center}.g-action-tile svg{width:19px}.g-action-tile b{font-size:12px}.g-action-tile small{font-size:9px;color:var(--g-muted)}.g-action-tile:hover{border-color:#badde0;background:#fbfefe}
.g-page-title{padding:8px 2px 4px}.g-page-title h1{font-size:28px;margin:0}.g-page-title p{color:var(--g-muted);margin:4px 0 0}.g-page-title--with-action{display:flex;justify-content:space-between;align-items:end;gap:15px}.g-page-hero{background:#fff;border:1px solid var(--g-line);border-radius:22px;padding:18px;display:flex;align-items:center;gap:13px;box-shadow:var(--g-shadow)}.g-page-hero h1{font-size:21px;margin:0}.g-page-hero p{margin:2px 0 0;color:var(--g-muted);font-size:12px}.g-page-hero--compact{max-width:100%}.g-back{width:38px;height:38px;border-radius:12px;background:#f0f5f6;color:#5d737a;display:grid;place-items:center;flex:0 0 auto}.g-back svg{width:19px}.g-mini-avatar{width:52px;height:52px;border-radius:16px;background:var(--g-accent-soft);color:#086773;display:grid;place-items:center;font-size:21px;font-weight:800;overflow:hidden;flex:0 0 auto}.g-mini-avatar img{width:100%;height:100%;object-fit:cover}.g-metrics-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px}.g-metric{background:#fff;border:1px solid var(--g-line);border-radius:16px;padding:13px;display:grid}.g-metric span{font-size:11px;color:var(--g-muted)}.g-metric strong{font-size:24px;line-height:1.2;margin-top:4px}.g-metric small{font-size:10px;color:#91a0a5}.g-attendance-list{display:grid;gap:10px}.g-attendance-day{background:#fff;border:1px solid var(--g-line);border-radius:18px;padding:13px;display:grid;grid-template-columns:70px 1fr;gap:13px;align-items:stretch}.g-attendance-date{background:#f6f9fa;border-radius:14px;display:grid;place-items:center;align-content:center;text-align:center}.g-attendance-date strong{font-size:24px;line-height:1}.g-attendance-date span{font-size:10px;color:var(--g-muted);margin-top:5px}.g-attendance-info{min-width:0}.g-attendance-info__head{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.g-warning-chip{padding:3px 8px;background:var(--g-red-soft);color:var(--g-red);border-radius:999px;font-size:10px;font-weight:700}.g-attendance-times{display:grid;grid-template-columns:1fr 1px 1fr;gap:12px;align-items:center;margin-top:10px}.g-attendance-times>span{display:grid}.g-attendance-times small{font-size:10px;color:var(--g-muted)}.g-attendance-times b{font-size:16px}.g-attendance-times i{height:26px;background:var(--g-line)}
.g-grade-summary{margin-top:14px;display:grid;grid-template-columns:2fr 1fr;gap:10px}.g-grade-summary>div{background:#fff;border:1px solid var(--g-line);border-radius:18px;padding:16px;display:grid}.g-grade-summary span{font-size:11px;color:var(--g-muted)}.g-grade-summary strong{font-size:26px;margin-top:3px}.g-grade-summary small{font-size:10px;color:#91a0a5}.g-grade-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.g-grade-card{background:#fff;border:1px solid var(--g-line);border-radius:19px;padding:16px;box-shadow:0 7px 20px rgba(18,60,73,.045)}.g-grade-card__top{display:flex;justify-content:space-between;align-items:center}.g-grade-icon{width:38px;height:38px;border-radius:12px;background:var(--g-accent-soft);color:var(--g-accent);display:grid;place-items:center}.g-grade-icon svg{width:20px}.g-grade-pct{font-size:11px;font-weight:800;padding:4px 8px;border-radius:999px;background:#eef3f4}.g-grade-card--excellent .g-grade-pct{background:var(--g-green-soft);color:var(--g-green)}.g-grade-card--good .g-grade-pct{background:var(--g-blue-soft);color:var(--g-blue)}.g-grade-card--pass .g-grade-pct{background:var(--g-amber-soft);color:var(--g-amber)}.g-grade-card--low .g-grade-pct{background:var(--g-red-soft);color:var(--g-red)}.g-grade-card h3{font-size:15px;margin:13px 0 5px}.g-score{display:flex;align-items:baseline;gap:5px}.g-score strong{font-size:27px}.g-score span{color:var(--g-muted);font-size:12px}.g-progress{height:7px;background:#edf2f3;border-radius:99px;overflow:hidden;margin:8px 0}.g-progress i{height:100%;display:block;background:var(--g-accent);border-radius:99px}.g-grade-card--excellent .g-progress i{background:var(--g-green)}.g-grade-card--good .g-progress i{background:var(--g-blue)}.g-grade-card--pass .g-progress i{background:var(--g-amber)}.g-grade-card--low .g-progress i{background:var(--g-red)}.g-grade-note{font-size:12px;margin:10px 0;padding:9px;background:#f7f9fa;border-radius:11px}.g-grade-date{color:var(--g-muted);font-size:10px}
.g-form-card{background:#fff;border:1px solid var(--g-line);border-radius:22px;padding:20px;margin-top:17px;box-shadow:var(--g-shadow)}.g-form-card__head{display:flex;align-items:center;gap:12px;margin-bottom:15px;padding-bottom:14px;border-bottom:1px solid #edf2f3}.g-form-card__icon{width:44px;height:44px;border-radius:14px;background:var(--g-accent-soft);color:var(--g-accent);display:grid;place-items:center}.g-form-card__icon svg{width:22px}.g-form-card__head h2{font-size:17px;margin:0}.g-form-card__head p{font-size:11px;color:var(--g-muted);margin:2px 0 0}.g-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.g-field{display:grid;gap:6px;margin:0}.g-field>span:first-child{font-size:12px;font-weight:700;color:#486068}.g-field>span small{color:var(--g-muted);font-weight:400}.g-field--full{grid-column:1/-1}.g-field input,.g-field select,.g-field textarea{width:100%;border:1px solid #cadadd;background:#fff;color:var(--g-ink);border-radius:13px;padding:11px 12px;outline:none;transition:.18s}.g-field input:focus,.g-field select:focus,.g-field textarea:focus{border-color:#75b9c0;box-shadow:0 0 0 3px rgba(8,127,140,.1)}.g-field textarea{min-height:96px;resize:vertical}.g-date-wrap{width:100%;border:1px solid #cadadd;border-radius:13px;padding:11px 12px;background:#fff}.g-date-wrap input{display:block;width:100%;min-width:0;border:0!important;background:transparent!important;padding:0!important;box-shadow:none!important}.g-form-actions{display:flex;justify-content:flex-start}.g-primary,.g-secondary{border:0;border-radius:13px;padding:10px 15px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px}.g-primary{background:var(--g-accent);color:#fff;box-shadow:0 8px 18px rgba(8,127,140,.16)}.g-primary:hover{background:#076f7b}.g-primary--large{width:100%;padding:13px 16px;font-size:15px}.g-secondary{background:#edf3f4;color:#506970}.g-leave-list{display:grid;gap:10px}.g-leave-card{background:#fff;border:1px solid var(--g-line);border-radius:18px;padding:16px}.g-leave-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.g-leave-card__top small{color:var(--g-muted)}.g-leave-card__top h3{font-size:15px;margin:2px 0}.g-leave-card__top h3 span{color:#9aa9ad;margin:0 3px}.g-leave-reason{font-size:12px;margin:11px 0 0}.g-decision{margin-top:11px;background:#f6f9fa;border-radius:12px;padding:10px 12px}.g-decision span{font-size:10px;font-weight:800;color:var(--g-muted)}.g-decision p{font-size:12px;margin:2px 0 0}.g-decision--empty p{color:#8a9a9f}
.g-compose-card{display:none}.g-compose-card.open{display:block}.g-upload{border:1px dashed #b9cdd1;background:#fafcfc;border-radius:14px;padding:13px;display:flex;align-items:center;gap:10px;cursor:pointer}.g-upload input{display:none}.g-upload__icon{width:36px;height:36px;border-radius:11px;background:var(--g-accent-soft);color:var(--g-accent);display:grid;place-items:center;font-size:20px}.g-upload>span:last-child{display:grid}.g-upload strong{font-size:12px}.g-upload small{font-size:10px;color:var(--g-muted)}.g-thread-list{display:grid;gap:9px}.g-thread-card{background:#fff;border:1px solid var(--g-line);border-radius:17px;padding:12px 13px;display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:11px}.g-thread-card:hover{border-color:#b8d9dc;background:#fcfefe}.g-thread-avatar{width:46px;height:46px;border-radius:15px;background:var(--g-accent-soft);color:#08707b;display:grid;place-items:center;font-weight:800;font-size:17px;flex:0 0 auto}.g-thread-content{display:grid;min-width:0}.g-thread-content strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.g-thread-content small{font-size:11px;color:var(--g-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.g-thread-meta{display:grid;text-align:left;justify-items:end;gap:5px}.g-thread-meta time{font-size:10px;color:var(--g-muted)}.g-thread-meta i{font-style:normal;color:var(--g-accent)}.g-chat-head{background:#fff;border:1px solid var(--g-line);border-radius:18px;padding:12px;display:flex;align-items:center;gap:10px}.g-chat-head>div:last-child{min-width:0}.g-chat-head h1{font-size:16px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.g-chat-head p{font-size:10px;color:var(--g-muted);margin:2px 0 0}.g-chat{display:flex;flex-direction:column;gap:8px;padding:18px 5px}.g-bubble{max-width:76%;padding:11px 13px;border-radius:17px;background:#fff;border:1px solid var(--g-line)}.g-bubble--mine{align-self:flex-start;background:#e5f5f6;border-color:#c7e8eb;border-bottom-left-radius:5px}.g-bubble--admin{align-self:flex-end;border-bottom-right-radius:5px}.g-bubble__sender{font-size:10px;color:var(--g-accent);font-weight:800}.g-bubble p{margin:4px 0;font-size:13px;white-space:pre-wrap}.g-bubble time{display:block;font-size:9px;color:var(--g-muted);margin-top:5px}.g-attachment{margin-top:7px;background:rgba(255,255,255,.65);border:1px solid rgba(180,203,207,.8);border-radius:11px;padding:8px;display:flex;gap:8px;align-items:center}.g-attachment>span:last-child{display:grid}.g-attachment strong{font-size:10px}.g-attachment small{font-size:9px;color:var(--g-muted)}.g-reply-box{position:sticky;bottom:14px;background:#fff;border:1px solid var(--g-line);border-radius:18px;padding:10px;box-shadow:0 14px 34px rgba(18,60,73,.12)}.g-reply-box textarea{width:100%;min-height:70px;max-height:160px;resize:vertical;border:0;outline:none;padding:5px;background:transparent}.g-reply-actions{border-top:1px solid #edf2f3;padding-top:8px;display:flex;align-items:center;gap:8px}.g-attach-button{width:36px;height:36px;border-radius:11px;background:#edf3f4;color:#60757c;display:grid;place-items:center;cursor:pointer}.g-attach-button input{display:none}.g-attach-button svg{width:19px}.g-reply-file{font-size:10px;color:var(--g-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.g-send-button{width:39px;height:39px;border:0;border-radius:12px;background:var(--g-accent);color:#fff;display:grid;place-items:center;margin-inline-start:auto}.g-send-button svg{width:19px}
.g-info-strip{margin-top:14px;background:var(--g-accent-soft);color:#08646e;border-radius:14px;padding:10px 13px;display:flex;align-items:center;gap:8px}.g-info-strip strong{width:30px;height:30px;background:#fff;border-radius:9px;display:grid;place-items:center}.g-notification-list{display:grid;gap:9px;margin-top:17px}.g-notification-card{background:#fff;border:1px solid var(--g-line);border-radius:17px;padding:13px;display:grid;grid-template-columns:44px 1fr auto;align-items:start;gap:11px}.g-notification-card--unread{border-color:#b6dce0;background:#fcffff}.g-notification-icon{width:44px;height:44px;border-radius:14px;background:#edf3f4;color:#60747b;display:grid;place-items:center}.g-notification-icon svg{width:21px}.g-notification-icon--grade{background:var(--g-violet-soft);color:var(--g-violet)}.g-notification-icon--attendance{background:var(--g-green-soft);color:var(--g-green)}.g-notification-icon--leave{background:var(--g-amber-soft);color:var(--g-amber)}.g-notification-icon--message{background:var(--g-blue-soft);color:var(--g-blue)}.g-notification-content{min-width:0}.g-notification-title{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.g-notification-title i{font-style:normal;background:var(--g-accent);color:#fff;border-radius:999px;padding:2px 6px;font-size:8px}.g-notification-content p{font-size:12px;margin:4px 0;color:#445c64}.g-notification-content time{font-size:9px;color:var(--g-muted)}.g-read-button{width:31px;height:31px;border:0;border-radius:10px;background:var(--g-accent-soft);color:var(--g-accent);font-weight:800}
.g-pager{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:16px}.g-pager a,.g-pager>span{min-width:70px;text-align:center;padding:7px 10px;border-radius:11px;background:#fff;border:1px solid var(--g-line);font-size:11px}.g-pager>span:nth-child(2){min-width:auto;background:transparent;border:0;color:var(--g-muted)}.g-pager .disabled{opacity:.45}.g-empty-state{grid-column:1/-1;background:#fff;border:1px dashed #c6d7da;border-radius:20px;padding:34px 20px;text-align:center}.g-empty-state>span{width:50px;height:50px;border-radius:15px;background:#edf4f5;color:var(--g-accent);display:grid;place-items:center;margin:0 auto 10px;font-size:21px}.g-empty-state svg{width:25px}.g-empty-state h3{margin:0;font-size:16px}.g-empty-state p{margin:4px 0 0;color:var(--g-muted);font-size:12px}
/* Login */
.g-auth{min-height:100vh;background:#edf3f4}.g-auth-shell{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.g-auth-brand{background:linear-gradient(145deg,#123c49,#0b6773);color:#fff;padding:8vh clamp(38px,7vw,100px);display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.g-auth-brand:after{content:"";width:380px;height:380px;border:60px solid rgba(255,255,255,.045);border-radius:50%;position:absolute;left:-130px;bottom:-130px}.g-auth-logo{width:76px;height:76px;border-radius:24px;background:rgba(255,255,255,.1);display:grid;place-items:center;margin-bottom:26px}.g-auth-logo svg{width:47px;stroke:#fff;stroke-width:2.1}.g-auth-kicker{font-size:12px;color:#bce4e8;font-weight:800}.g-auth-brand h1{font-size:38px;line-height:1.35;margin:7px 0 10px;max-width:600px}.g-auth-brand>p{font-size:15px;color:#d5eaed;max-width:560px;margin:0 0 30px}.g-auth-feature{display:flex;align-items:center;gap:11px;margin-top:11px;position:relative;z-index:1}.g-auth-feature>span{width:29px;height:29px;border-radius:10px;background:rgba(255,255,255,.12);display:grid;place-items:center}.g-auth-feature>div{display:grid}.g-auth-feature strong{font-size:13px}.g-auth-feature small{font-size:10px;color:#bddde1}.g-auth-card{width:min(420px,calc(100% - 44px));margin:auto;background:#fff;border:1px solid var(--g-line);border-radius:26px;padding:29px;box-shadow:0 22px 60px rgba(18,60,73,.11)}.g-auth-card__head{display:flex;align-items:center;gap:11px}.g-auth-mobile-logo{display:none;width:45px;height:45px;border-radius:14px;background:var(--g-brand);color:#fff;place-items:center}.g-auth-mobile-logo svg{width:25px}.g-auth-card__head small{color:var(--g-accent);font-size:11px;font-weight:800}.g-auth-card__head h2{font-size:25px;margin:0}.g-auth-help{color:var(--g-muted);font-size:12px;margin:8px 0 21px}.g-auth-error{display:flex;gap:9px;align-items:flex-start;background:var(--g-red-soft);color:var(--g-red);border:1px solid #f2cac6;border-radius:13px;padding:10px 11px;margin-bottom:14px;font-size:12px}.g-auth-error>span{width:22px;height:22px;border-radius:8px;background:#f9d3d0;display:grid;place-items:center;font-weight:900}.g-input-wrap{position:relative;display:flex!important;align-items:center}.g-input-wrap svg{position:absolute;right:11px;width:19px;color:#7f9298}.g-input-wrap input{padding-right:39px!important}.g-auth-card .g-field{margin-bottom:13px}.g-auth-footnote{text-align:center;font-size:10px;color:var(--g-muted);margin:14px 0 0}
@media(max-width:900px){
  .g-main{padding:18px 16px 96px}.g-header__inner{min-height:64px;padding:0 16px}.g-brand__mark{width:38px;height:38px;border-radius:12px}.g-brand__text strong{font-size:14px}.g-desktop-nav{display:none}.g-logout-form{margin-inline-start:auto}.g-bottom-nav{position:fixed;z-index:60;display:grid;grid-template-columns:repeat(4,1fr);left:12px;right:12px;bottom:max(10px,env(safe-area-inset-bottom));background:rgba(255,255,255,.96);border:1px solid rgba(209,225,228,.95);border-radius:20px;padding:6px;box-shadow:0 14px 40px rgba(18,60,73,.16);backdrop-filter:blur(16px)}.g-bottom-nav a{height:55px;border-radius:15px;display:grid;place-items:center;align-content:center;gap:2px;color:#71868d;font-size:9px;font-weight:700}.g-bottom-nav a svg{width:20px;height:20px}.g-bottom-nav a.active{background:var(--g-accent-soft);color:#076975}.g-welcome{padding:22px}.g-welcome h1{font-size:23px}.g-children-grid{grid-template-columns:1fr}.g-grade-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.g-auth-shell{grid-template-columns:1fr}.g-auth-brand{display:none}.g-auth-card{margin:auto}.g-auth-mobile-logo{display:grid}
}
@media(max-width:620px){
  body{font-size:14px}.g-main{padding:14px 12px 92px}.g-header__inner{padding:0 13px}.g-brand__text small{display:none}.g-icon-btn{width:38px;height:38px}.g-welcome{border-radius:21px;padding:18px;display:block}.g-welcome h1{font-size:21px}.g-welcome p{font-size:12px}.g-welcome__actions{margin-top:15px;display:grid;grid-template-columns:1fr 1fr}.g-soft-action{font-size:11px;padding:9px}.g-alert-strip{border-radius:16px;padding:11px}.g-alert-strip small{display:none}.g-section-heading{margin-top:22px}.g-section-heading h2{font-size:18px}.g-child-card{border-radius:20px;padding:15px}.g-student-avatar{width:56px;height:56px;border-radius:17px}.g-student-avatar img{border-radius:17px}.g-child-card__identity h3{font-size:16px}.g-student-meta{margin-top:13px;padding:10px 0}.g-today-times{gap:7px}.g-today-times>div{padding:9px}.g-card-actions{gap:7px}.g-action-tile{padding:9px}.g-page-title h1{font-size:23px}.g-page-title p{font-size:11px}.g-page-title--with-action{align-items:flex-start}.g-page-title--with-action .g-primary{padding:9px 11px;font-size:11px;white-space:nowrap}.g-page-hero{padding:12px;border-radius:18px}.g-page-hero .g-back{width:34px;height:34px}.g-mini-avatar{width:45px;height:45px;border-radius:14px}.g-page-hero h1{font-size:16px}.g-metrics-row{grid-template-columns:repeat(2,1fr);gap:7px}.g-metric{padding:11px}.g-metric strong{font-size:21px}.g-attendance-day{grid-template-columns:59px 1fr;padding:10px;gap:10px;border-radius:16px}.g-attendance-date strong{font-size:21px}.g-attendance-times{gap:8px}.g-grade-summary{grid-template-columns:1.5fr 1fr;gap:7px}.g-grade-summary>div{padding:13px}.g-grade-summary strong{font-size:23px}.g-grade-grid{grid-template-columns:1fr;gap:9px}.g-grade-card{padding:14px}.g-form-card{padding:14px;border-radius:19px}.g-form-grid{grid-template-columns:1fr}.g-field--full{grid-column:auto}.g-leave-card{padding:13px}.g-leave-card__top h3{font-size:12px}.g-thread-card{grid-template-columns:42px 1fr auto;padding:10px}.g-thread-avatar{width:42px;height:42px;border-radius:13px}.g-thread-meta time{display:none}.g-bubble{max-width:88%}.g-notification-card{grid-template-columns:40px 1fr auto;padding:11px}.g-notification-icon{width:40px;height:40px}.g-notification-content p{font-size:11px}.g-auth{background:#f3f7f8}.g-auth-card{width:calc(100% - 24px);padding:22px;border-radius:22px}.g-auth-card__head h2{font-size:22px}.g-auth-help{margin-bottom:17px}
}

/* Phase 08 — guardian engagement */
.g-service-links{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.g-service-links a{display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;gap:0 10px;align-items:center;background:#fff;border:1px solid var(--g-line);border-radius:17px;padding:12px 14px;box-shadow:var(--g-shadow)}.g-service-links a>span{grid-row:1/3;width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:var(--g-accent-soft);font-size:19px}.g-service-links strong{font-size:13px}.g-service-links small{font-size:10px;color:var(--g-muted)}
.g-announcement-list,.g-appointment-list,.g-month-days{display:flex;flex-direction:column;gap:10px}.g-announcement-card,.g-appointment-card,.g-detail-card{background:#fff;border:1px solid var(--g-line);border-radius:19px;padding:16px 17px;box-shadow:var(--g-shadow)}.g-announcement-card{border-inline-start:4px solid #b8c5c8}.g-announcement-card--important{border-inline-start-color:var(--g-amber)}.g-announcement-card--urgent{border-inline-start-color:var(--g-red)}.g-announcement-card.is-unread{background:#fbfeff;border-color:#badfe2}.g-announcement-card__top,.g-announcement-card__meta,.g-appointment-card__top{display:flex;align-items:center;justify-content:space-between;gap:10px}.g-announcement-card__top time,.g-announcement-card__meta,.g-appointment-card small{font-size:10px;color:var(--g-muted)}.g-announcement-card h3,.g-appointment-card h3{font-size:15px;margin:9px 0 3px}.g-announcement-card p{margin:0;color:#586f77;font-size:12px}.g-announcement-card__meta{margin-top:10px}.g-announcement-card__meta b{color:var(--g-accent)}.g-priority{display:inline-flex;padding:4px 9px;border-radius:999px;font-size:10px;font-weight:800;background:#edf2f3;color:#61747a}.g-priority--important{background:var(--g-amber-soft);color:var(--g-amber)}.g-priority--urgent{background:var(--g-red-soft);color:var(--g-red)}.g-detail-card{margin-top:12px}.g-detail-card--urgent{border-top:4px solid var(--g-red)}.g-detail-card--important{border-top:4px solid var(--g-amber)}.g-detail-body{font-size:14px;line-height:2;margin:0}.g-detail-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px;padding-top:12px;border-top:1px solid var(--g-line);font-size:11px;color:var(--g-muted)}.g-inline-button{display:inline-flex!important;width:max-content;margin-top:14px}.g-read-confirm{margin-top:10px;padding:10px 12px;background:var(--g-green-soft);color:var(--g-green);border-radius:13px;font-size:11px;font-weight:700}.g-quick-links{display:flex;justify-content:flex-end;margin-top:10px}.g-absence-justify{margin-top:11px;padding-top:10px;border-top:1px solid #edf2f3}.g-absence-justify summary{cursor:pointer;color:var(--g-accent);font-size:11px;font-weight:800}.g-justify-form{display:grid;gap:8px;margin-top:9px}.g-justify-form textarea{width:100%;min-height:82px;border:1px solid var(--g-line);border-radius:13px;padding:10px;background:#fff}.g-justification-status{display:flex;align-items:center;gap:8px}.g-justification-status small{color:var(--g-muted)}
.g-appointment-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.g-appointment-meta>span{display:grid;background:var(--g-surface-2);border-radius:13px;padding:9px}.g-appointment-meta small{font-size:9px;color:var(--g-muted)}.g-appointment-meta b{font-size:11px}.g-response-actions{display:flex;gap:8px;margin-top:10px}.g-secondary{border:1px solid var(--g-line);background:#fff;color:var(--g-ink);border-radius:12px;padding:9px 13px}.g-month-switcher{display:flex;align-items:end;gap:8px;margin:12px 0}.g-month-switcher label{display:grid;gap:4px;font-size:11px;color:var(--g-muted)}.g-month-switcher input{border:1px solid var(--g-line);border-radius:11px;padding:9px 10px;background:#fff}.g-metrics-row--monthly{grid-template-columns:repeat(6,1fr)}.g-rate-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.g-rate-grid>div{background:#fff;border:1px solid var(--g-line);border-radius:17px;padding:14px;display:grid;grid-template-columns:1fr auto;gap:8px}.g-rate-grid span{font-size:11px;color:var(--g-muted)}.g-rate-grid strong{font-size:20px}.g-rate-grid i{grid-column:1/-1;height:7px;border-radius:999px;background:linear-gradient(to left,var(--g-accent) var(--rate),#e9eff1 var(--rate));display:block}.g-month-days article{display:grid;grid-template-columns:62px 110px 1fr;align-items:center;gap:10px;background:#fff;border:1px solid var(--g-line);border-radius:15px;padding:10px 12px}.g-month-days article>div:first-child{display:grid}.g-month-days article>div:first-child strong{font-size:18px}.g-month-days article>div:first-child small{font-size:9px;color:var(--g-muted)}.g-month-times{display:flex;gap:13px;justify-content:flex-end;align-items:center;font-size:10px;color:var(--g-muted)}.g-month-times b{color:var(--g-ink)}.g-month-times em{font-style:normal;color:var(--g-amber);font-weight:700}
@media(max-width:900px){.g-service-links{grid-template-columns:1fr 1fr}.g-metrics-row--monthly{grid-template-columns:repeat(3,1fr)}}
@media(max-width:620px){.g-service-links{grid-template-columns:1fr}.g-announcement-card,.g-appointment-card,.g-detail-card{padding:14px}.g-appointment-meta,.g-rate-grid{grid-template-columns:1fr}.g-metrics-row--monthly{grid-template-columns:repeat(2,1fr)}.g-month-days article{grid-template-columns:52px 92px 1fr}.g-month-times{flex-direction:column;align-items:flex-end;gap:2px}.g-response-actions{flex-direction:column}.g-response-actions form,.g-response-actions button{width:100%}}

/* Professional dark mobile UI */
:root{
  color-scheme:dark;
  --g-bg:#07101d;--g-surface:#0e1a2b;--g-surface-2:#111f33;--g-ink:#f4f7fb;--g-muted:#9eafc1;--g-line:#20334e;
  --g-brand:#0a1b2d;--g-brand-2:#12374b;--g-accent:#32b8c6;--g-accent-soft:rgba(50,184,198,.14);
  --g-green:#36c98f;--g-green-soft:rgba(54,201,143,.14);--g-amber:#f2b84b;--g-amber-soft:rgba(242,184,75,.14);
  --g-red:#ef6470;--g-red-soft:rgba(239,100,112,.14);--g-blue:#5da8ff;--g-blue-soft:rgba(93,168,255,.14);
  --g-violet:#b28af4;--g-violet-soft:rgba(178,138,244,.14);--g-shadow:0 14px 38px rgba(1,7,15,.24)
}
html,body,.g-app,.g-shell{background:#07101d;color:var(--g-ink)}body{background-image:radial-gradient(circle at 15% -8%,rgba(50,184,198,.08),transparent 32%),linear-gradient(180deg,#081321,#07101d);background-attachment:fixed}
*{scrollbar-width:thin;scrollbar-color:#29435f #091421}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:#091421}*::-webkit-scrollbar-thumb{background:#29435f;border-radius:999px}::selection{background:rgba(50,184,198,.28);color:#fff}
.g-header{background:rgba(8,19,33,.93);border-color:#20334e;box-shadow:0 10px 30px rgba(1,7,15,.18)}.g-brand__mark{background:linear-gradient(145deg,#2aa8b6,#277b99);box-shadow:0 8px 22px rgba(50,184,198,.18)}.g-desktop-nav a{color:#a7b6c6}.g-desktop-nav a:hover,.g-desktop-nav a.active{background:var(--g-accent-soft);color:#72dbe4}.g-icon-btn{background:#111f33;border-color:var(--g-line);color:#aab9c9}.g-icon-btn:hover{background:var(--g-red-soft);border-color:rgba(239,100,112,.35);color:#ff929d}
.g-welcome{background:radial-gradient(circle at 12% 15%,rgba(104,220,229,.12),transparent 34%),linear-gradient(135deg,#0c2739,#12485a);border:1px solid #28516a;box-shadow:var(--g-shadow)}.g-welcome .g-eyebrow{color:#8fe6ed}.g-welcome p{color:#c4d8e2}.g-soft-action{background:rgba(8,22,36,.36);border-color:rgba(147,209,223,.22)}.g-soft-action:hover{background:rgba(50,184,198,.14)}
.g-alert-strip,.g-child-card,.g-action-tile,.g-page-hero,.g-metric,.g-attendance-day,.g-grade-summary>div,.g-grade-card,.g-form-card,.g-leave-card,.g-thread-card,.g-chat-head,.g-bubble,.g-reply-box,.g-notification-card,.g-pager a,.g-pager>span,.g-empty-state,.g-service-links a,.g-announcement-card,.g-appointment-card,.g-detail-card,.g-rate-grid>div,.g-month-days article{background:var(--g-surface);border-color:var(--g-line);color:var(--g-ink);box-shadow:var(--g-shadow)}
.g-child-card,.g-grade-card,.g-form-card,.g-detail-card{background:linear-gradient(145deg,#0f1c2e,#0c1828)}.g-child-card:hover,.g-action-tile:hover,.g-thread-card:hover,.g-service-links a:hover{background:#14263b;border-color:#31556e}.g-alert-strip{background:rgba(239,100,112,.07);border-color:rgba(239,100,112,.26)}
.g-count-chip,.g-back,.g-secondary,.g-grade-pct,.g-status-pill,.g-priority,.g-notification-icon,.g-attach-button,.g-empty-state>span{background:#17283d;color:#a9bacb}.g-back:hover,.g-secondary:hover{background:#1c3048;color:#e9f1f8}.g-student-avatar,.g-mini-avatar,.g-thread-avatar,.g-grade-icon,.g-form-card__icon,.g-service-links a>span{background:var(--g-accent-soft);color:#6bd8e2}.g-status-dot{border-color:var(--g-surface)}
.g-student-meta{border-color:#1b3048}.g-student-meta span{border-color:#1b3048}.g-today-times>div,.g-attendance-date,.g-grade-note,.g-decision,.g-appointment-meta>span{background:var(--g-surface-2)}.g-attendance-times i{background:var(--g-line)}.g-progress{background:#1b2d43}.g-rate-grid i{background:linear-gradient(to left,var(--g-accent) var(--rate),#1b2d43 var(--rate))}
.g-eyebrow,.g-thread-meta i,.g-alert-strip__arrow,.g-auth-card__head small,.g-quick-links a{color:#6bd8e2}.g-page-title p,.g-page-hero p,.g-child-card__identity p,.g-metric span,.g-metric small,.g-grade-summary span,.g-grade-summary small,.g-grade-date,.g-field>span small,.g-decision span,.g-thread-content small,.g-bubble time,.g-notification-content time,.g-empty-state p{color:var(--g-muted)}
.g-status-pill--present,.g-status-pill--approved{background:var(--g-green-soft);color:#6fe0b0}.g-status-pill--late,.g-status-pill--pending,.g-priority--important{background:var(--g-amber-soft);color:#ffd27d}.g-status-pill--absent,.g-status-pill--rejected,.g-priority--urgent{background:var(--g-red-soft);color:#ff949e}.g-status-pill--excused{background:var(--g-blue-soft);color:#8fc7ff}.g-status-pill--holiday,.g-status-pill--cancelled{background:#19293d;color:#b0bfce}.g-warning-chip{background:var(--g-red-soft);color:#ff949e}
.g-toast--success{background:var(--g-green-soft);border-color:rgba(54,201,143,.3);color:#77e2b5}.g-toast--success .g-toast__icon{background:rgba(54,201,143,.18)}.g-toast--danger,.g-auth-error{background:var(--g-red-soft);border-color:rgba(239,100,112,.3);color:#ff9ba5}.g-toast--danger .g-toast__icon,.g-auth-error>span{background:rgba(239,100,112,.18)}
.g-form-card__head,.g-reply-actions,.g-detail-meta,.g-absence-justify{border-color:var(--g-line)}.g-field>span:first-child{color:#c3ced9}.g-field input,.g-field select,.g-field textarea,.g-date-wrap,.g-justify-form textarea,.g-month-switcher input{background:#091624;color:var(--g-ink);border-color:#2b4363}.g-field input::placeholder,.g-field textarea::placeholder,.g-justify-form textarea::placeholder{color:#667c92}.g-field input:hover,.g-field select:hover,.g-field textarea:hover{border-color:#3b5975}.g-field input:focus,.g-field select:focus,.g-field textarea:focus,.g-justify-form textarea:focus,.g-month-switcher input:focus{background:#0c1929;border-color:var(--g-accent);box-shadow:0 0 0 3px rgba(50,184,198,.13);outline:none}.g-field select option{background:#0b1727;color:var(--g-ink)}input[type="date"]::-webkit-calendar-picker-indicator,input[type="month"]::-webkit-calendar-picker-indicator{filter:invert(.82) sepia(.08) saturate(.7)}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{-webkit-text-fill-color:var(--g-ink);box-shadow:0 0 0 1000px #091624 inset}
.g-primary,.g-send-button{background:linear-gradient(135deg,#2aa7b5,#23889d);color:#fff;box-shadow:0 8px 22px rgba(35,142,158,.22)}.g-primary:hover,.g-send-button:hover{background:linear-gradient(135deg,#34bdca,#277f9d)}.g-upload{background:#0b1929;border-color:#31516b}.g-attachment{background:#111f33;border-color:#2b4363}.g-bubble--mine{background:rgba(50,184,198,.13);border-color:rgba(50,184,198,.28)}.g-bubble--admin{background:#101f33}.g-reply-box textarea{color:var(--g-ink)}
.g-info-strip{background:var(--g-accent-soft);color:#73dce5}.g-info-strip strong{background:#14283b}.g-notification-card--unread,.g-announcement-card.is-unread{background:rgba(50,184,198,.075);border-color:rgba(50,184,198,.36)}.g-notification-content p,.g-announcement-card p{color:#b9c7d4}.g-read-confirm{background:var(--g-green-soft);color:#76dfb4}.g-pager>span:nth-child(2){background:transparent;box-shadow:none}.g-empty-state{border-style:dashed}.g-appointment-meta>span{border:1px solid #1b3048}
.g-bottom-nav{background:rgba(8,19,33,.95);border-color:#263d58;box-shadow:0 18px 48px rgba(1,7,15,.45)}.g-bottom-nav a{color:#8297ad}.g-bottom-nav a:hover{background:#111f33;color:#c6d2de}.g-bottom-nav a.active{background:rgba(50,184,198,.15);color:#72dce5;box-shadow:inset 0 0 0 1px rgba(50,184,198,.12)}
.g-auth{background:#07101d}.g-auth-shell{background:radial-gradient(circle at 75% 12%,rgba(50,184,198,.09),transparent 30%),#07101d}.g-auth-brand{background:radial-gradient(circle at 15% 18%,rgba(107,216,226,.13),transparent 34%),linear-gradient(145deg,#0a1d2e,#103c4e)}.g-auth-card{background:#0e1a2b;border-color:#263e59;box-shadow:0 28px 75px rgba(1,7,15,.5)}.g-auth-mobile-logo{background:linear-gradient(145deg,#2aa8b6,#277b99)}.g-input-wrap svg{color:#7f95aa}.g-auth-help,.g-auth-footnote{color:var(--g-muted)}
.g-student-avatar img,.g-mini-avatar img{object-fit:cover}.g-month-days article{box-shadow:none}
:focus-visible{outline:2px solid #67d5df;outline-offset:2px}
@media(max-width:620px){.g-auth{background:#07101d}.g-auth-card{background:#0e1a2b}.g-bottom-nav{left:8px;right:8px;bottom:max(8px,env(safe-area-inset-bottom))}}

html,body,button,input,select,textarea{font-family:"Tajawal",Tahoma,Arial,sans-serif}
.g-auth-install-link{display:block;margin-top:14px;text-align:center;color:#62d4dd;text-decoration:none;font-size:13px;font-weight:700}.g-auth-install-link:hover{text-decoration:underline}
.live-chat-status{display:inline-flex;align-items:center;margin-inline-start:7px;color:#59d7a7!important;font-size:10px!important;font-weight:700}.live-chat-status.is-offline{color:#ff9a9f!important}.live-chat-status.is-sending{color:#71d6e0!important}.g-chat[data-live-chat]{max-height:56vh;min-height:220px;overflow-y:auto;overscroll-behavior:contain;scroll-behavior:smooth;padding-inline:7px}.g-reply-box.is-sending{opacity:.78}.g-reply-box.is-sending textarea{pointer-events:none}.g-send-button:disabled{cursor:wait;opacity:.65}

/* Guardian App UI Polish Phase 01 — compact home + restrained semantic color */
.g-header-notifications{margin-inline-start:auto;position:relative}
.g-header-notifications:hover,.g-header-notifications.active{background:var(--g-accent-soft);border-color:rgba(50,184,198,.34);color:#72dce5}
.g-welcome.g-welcome--compact{min-height:104px;padding:17px 22px;align-items:center}
.g-welcome.g-welcome--compact:after{width:170px;height:170px;border-width:28px;left:-56px;top:-76px}
.g-welcome--compact h1{font-size:23px}
.g-welcome--compact p{font-size:11px;margin-top:4px;max-width:560px}
.g-service-links--home{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.g-service-links--home a{min-height:88px;padding:12px 13px}
.g-service-links--home a:first-child{background:linear-gradient(145deg,rgba(93,168,255,.08),rgba(14,26,43,.98));border-color:rgba(93,168,255,.24)}
.g-service-links--home a:first-child>span{background:var(--g-blue-soft);color:#8fc7ff}
.g-service-links--home a:last-child{background:linear-gradient(145deg,rgba(178,138,244,.07),rgba(14,26,43,.98));border-color:rgba(178,138,244,.22)}
.g-service-links--home a:last-child>span{background:var(--g-violet-soft);color:#c5a7f7}
.g-child-card{background:linear-gradient(145deg,#101e31,#0c1828)}
.g-today-times>div{border:1px solid transparent}
.g-today-times>div:first-child{background:linear-gradient(145deg,rgba(54,201,143,.10),rgba(17,31,51,.98));border-color:rgba(54,201,143,.20)}
.g-today-times>div:last-child{background:linear-gradient(145deg,rgba(239,100,112,.09),rgba(17,31,51,.98));border-color:rgba(239,100,112,.20)}
.g-time-icon--in{background:var(--g-green-soft);color:#72dfb2}
.g-time-icon--out{background:var(--g-red-soft);color:#ff929d}
.g-action-tile{transition:background .18s ease,border-color .18s ease,transform .18s ease}
.g-action-tile:active{transform:scale(.985)}
.g-action-tile--attendance{background:linear-gradient(145deg,rgba(50,184,198,.075),rgba(14,26,43,.98));border-color:rgba(50,184,198,.22)}
.g-action-tile--attendance>span{background:var(--g-accent-soft);color:#72dce5}
.g-action-tile--grades{background:linear-gradient(145deg,rgba(178,138,244,.07),rgba(14,26,43,.98));border-color:rgba(178,138,244,.21)}
.g-action-tile--grades>span{background:var(--g-violet-soft);color:#c8acf7}
.g-action-tile--homework{background:linear-gradient(145deg,rgba(242,184,75,.065),rgba(14,26,43,.98));border-color:rgba(242,184,75,.19)}
.g-action-tile--homework>span{background:var(--g-amber-soft);color:#ffd27d}
.g-action-tile--schedule{background:linear-gradient(145deg,rgba(54,201,143,.065),rgba(14,26,43,.98));border-color:rgba(54,201,143,.19)}
.g-action-tile--schedule>span{background:var(--g-green-soft);color:#76dfb4}
.g-page-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.g-page-actions form{margin:0}
.g-push-enable{display:inline-flex;align-items:center;gap:7px;background:var(--g-accent-soft);border-color:rgba(50,184,198,.30);color:#78dce5}
.g-push-enable:hover{background:rgba(50,184,198,.20);border-color:rgba(50,184,198,.42)}
.g-push-enable svg{width:18px;height:18px}
.g-push-enable:disabled{background:var(--g-green-soft);border-color:rgba(54,201,143,.26);color:#76dfb4;cursor:default}
@media(max-width:620px){
  .g-welcome.g-welcome--compact{min-height:96px;padding:15px 17px;display:flex}
  .g-welcome--compact h1{font-size:20px}
  .g-welcome--compact p{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .g-service-links--home{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .g-service-links--home a{min-height:82px;padding:10px;grid-template-columns:38px 1fr;column-gap:8px}
  .g-service-links--home a>span{width:38px;height:38px;border-radius:12px;font-size:17px}
  .g-service-links--home strong{font-size:12px}
  .g-service-links--home small{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .g-page-title--with-action{display:grid;grid-template-columns:1fr;gap:10px}
  .g-page-actions{justify-content:stretch}
  .g-page-actions>*{flex:1 1 0}
  .g-page-actions form button,.g-page-actions>button{width:100%;justify-content:center;min-height:40px}
}


/* Guardian App UI Polish Phase 02 — attendance + monthly summary semantic color */
.g-attendance-summary-link{margin-top:12px;margin-bottom:4px}
.g-attendance-summary-link .g-inline-button{min-height:42px;padding:9px 16px;border-radius:14px;font-size:12px;box-shadow:0 8px 22px rgba(35,142,158,.16)}
.g-attendance-metrics .g-metric,.g-monthly-metrics .g-metric{position:relative;overflow:hidden;border-width:1px;box-shadow:none}
.g-attendance-metrics .g-metric:before,.g-monthly-metrics .g-metric:before{content:"";position:absolute;inset-inline-start:0;top:0;bottom:0;width:3px;border-radius:3px}
.g-metric--school-days{background:linear-gradient(145deg,rgba(93,168,255,.07),rgba(14,26,43,.98));border-color:rgba(93,168,255,.20)}
.g-metric--school-days:before{background:#76b7ff}.g-metric--school-days strong{color:#9dccff}
.g-metric--present{background:linear-gradient(145deg,rgba(54,201,143,.075),rgba(14,26,43,.98));border-color:rgba(54,201,143,.20)}
.g-metric--present:before{background:#54d3a1}.g-metric--present strong{color:#7ce3ba}
.g-metric--late{background:linear-gradient(145deg,rgba(242,184,75,.07),rgba(14,26,43,.98));border-color:rgba(242,184,75,.20)}
.g-metric--late:before{background:#e9b750}.g-metric--late strong{color:#ffd27d}
.g-metric--absent{background:linear-gradient(145deg,rgba(239,100,112,.065),rgba(14,26,43,.98));border-color:rgba(239,100,112,.20)}
.g-metric--absent:before{background:#ed7180}.g-metric--absent strong{color:#ff9aa4}
.g-metric--excused{background:linear-gradient(145deg,rgba(95,166,255,.065),rgba(14,26,43,.98));border-color:rgba(95,166,255,.19)}
.g-metric--excused:before{background:#6ba9f5}.g-metric--excused strong{color:#9acbff}
.g-metric--early{background:linear-gradient(145deg,rgba(178,138,244,.065),rgba(14,26,43,.98));border-color:rgba(178,138,244,.20)}
.g-metric--early:before{background:#a883df}.g-metric--early strong{color:#c9adf5}
.g-attendance-day{position:relative;overflow:hidden;transition:border-color .18s ease,background .18s ease}
.g-attendance-day:before,.g-month-day:before{content:"";position:absolute;inset-inline-start:0;top:12px;bottom:12px;width:3px;border-radius:4px;background:#38516a}
.g-attendance-day--present:before,.g-month-day--present:before{background:#54d3a1}
.g-attendance-day--late:before,.g-month-day--late:before{background:#e9b750}
.g-attendance-day--absent:before,.g-month-day--absent:before{background:#ed7180}
.g-attendance-day--excused:before,.g-month-day--excused:before{background:#6ba9f5}
.g-attendance-day--holiday:before,.g-month-day--holiday:before{background:#65798e}
.g-attendance-day--early:after,.g-month-day--early:after{content:"";position:absolute;inset-inline-end:0;top:0;bottom:0;width:2px;background:rgba(239,100,112,.70)}
.g-attendance-time--in b,.g-month-time--in b{color:#7ce3ba}.g-attendance-time--out b,.g-month-time--out b{color:#ff9aa4}
.g-month-switcher--polished{background:rgba(15,29,47,.72);border:1px solid #233b55;border-radius:18px;padding:10px 12px;justify-content:flex-start}
.g-month-switcher--polished label{flex:1}.g-month-switcher--polished input{width:100%;min-height:42px}
.g-month-switcher--polished .g-primary{min-height:42px;padding:9px 18px;box-shadow:none}
.g-rate-grid--polished{gap:10px}.g-rate-grid--polished>div{position:relative;overflow:hidden;padding:14px 16px;box-shadow:none}
.g-rate-card--attendance{background:linear-gradient(145deg,rgba(54,201,143,.06),rgba(14,26,43,.98));border-color:rgba(54,201,143,.20)!important}
.g-rate-card--punctuality{background:linear-gradient(145deg,rgba(178,138,244,.06),rgba(14,26,43,.98));border-color:rgba(178,138,244,.20)!important}
.g-rate-card--attendance strong{color:#7ce3ba}.g-rate-card--punctuality strong{color:#c9adf5}
.g-rate-card--attendance i{background:linear-gradient(to left,#54d3a1 var(--rate),#1b2d43 var(--rate))}
.g-rate-card--punctuality i{background:linear-gradient(to left,#a883df var(--rate),#1b2d43 var(--rate))}
.g-month-days--polished .g-month-day{position:relative;overflow:hidden;background:linear-gradient(145deg,#101e31,#0d192a);padding:11px 13px}
.g-month-date{padding-inline-start:5px}.g-month-date strong{font-size:20px}.g-month-date small{color:var(--g-muted)}
@media(max-width:620px){
  .g-attendance-summary-link{justify-content:stretch}.g-attendance-summary-link .g-inline-button{width:100%;justify-content:center;margin-top:0}
  .g-attendance-metrics,.g-monthly-metrics{gap:8px}
  .g-attendance-metrics .g-metric,.g-monthly-metrics .g-metric{min-height:104px;padding:12px 13px}
  .g-attendance-metrics .g-metric strong,.g-monthly-metrics .g-metric strong{font-size:24px}
  .g-month-switcher--polished{display:grid;grid-template-columns:1fr auto;align-items:end;margin:10px 0 12px}
  .g-rate-grid--polished{grid-template-columns:1fr 1fr}.g-rate-grid--polished>div{padding:12px}.g-rate-grid--polished strong{font-size:22px}
  .g-month-days--polished .g-month-day{grid-template-columns:50px 86px 1fr;padding:10px 11px}
}

/* Guardian App UI Polish Phase 03 — grades + homework + schedule restrained academic colors */
.g-subject-grade-grid,.g-academic-card-grid--polished{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
.g-subject-grade-card,.g-academic-card-grid--polished .g-academic-card{position:relative;overflow:hidden;display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit;background:linear-gradient(145deg,#101e31,#0d192a);border:1px solid #263b57;border-radius:18px;padding:13px;min-height:82px;transition:transform .18s ease,border-color .18s ease,background .18s ease}
.g-subject-grade-card:active,.g-academic-card-grid--polished .g-academic-card:active{transform:scale(.985)}
.g-subject-grade-card:before,.g-academic-card-grid--polished .g-academic-card:before{content:"";position:absolute;inset-inline-start:0;top:10px;bottom:10px;width:3px;border-radius:3px;background:#5ecbd4}
.g-subject-grade-card__icon,.g-academic-card-grid--polished .g-academic-card__icon{width:43px;height:43px;flex:0 0 43px;border-radius:14px;display:grid;place-items:center;background:#172941;color:#7ce0e7;font-size:18px;font-weight:900}
.g-subject-grade-card__body,.g-academic-card-grid--polished .g-academic-card__body{display:flex;flex:1;min-width:0;flex-direction:column;gap:4px}
.g-subject-grade-card__body strong,.g-academic-card-grid--polished .g-academic-card__body strong{font-size:14px}.g-subject-grade-card__body small,.g-academic-card-grid--polished .g-academic-card__body small{font-size:10px;color:#9caec0}
.g-subject-grade-card__count{min-width:42px;text-align:center;padding:7px 8px;border-radius:12px;background:rgba(255,255,255,.035)}.g-subject-grade-card__count b{display:block;font-size:19px}.g-subject-grade-card__count span{display:block;font-size:9px;color:#9caec0}
.g-subject-grade-grid[data-grade-tone-cycle]>.g-subject-grade-card:nth-child(4n+1){border-color:rgba(50,184,198,.24);background:linear-gradient(145deg,rgba(50,184,198,.065),rgba(14,26,43,.98))}.g-subject-grade-grid[data-grade-tone-cycle]>.g-subject-grade-card:nth-child(4n+1):before{background:#5ecbd4}.g-subject-grade-grid[data-grade-tone-cycle]>.g-subject-grade-card:nth-child(4n+1) .g-subject-grade-card__icon{background:var(--g-accent-soft);color:#78dce5}
.g-subject-grade-grid[data-grade-tone-cycle]>.g-subject-grade-card:nth-child(4n+2){border-color:rgba(178,138,244,.22);background:linear-gradient(145deg,rgba(178,138,244,.06),rgba(14,26,43,.98))}.g-subject-grade-grid[data-grade-tone-cycle]>.g-subject-grade-card:nth-child(4n+2):before{background:#a883df}.g-subject-grade-grid[data-grade-tone-cycle]>.g-subject-grade-card:nth-child(4n+2) .g-subject-grade-card__icon{background:var(--g-violet-soft);color:#c9adf5}
.g-subject-grade-grid[data-grade-tone-cycle]>.g-subject-grade-card:nth-child(4n+3){border-color:rgba(242,184,75,.21);background:linear-gradient(145deg,rgba(242,184,75,.055),rgba(14,26,43,.98))}.g-subject-grade-grid[data-grade-tone-cycle]>.g-subject-grade-card:nth-child(4n+3):before{background:#e9b750}.g-subject-grade-grid[data-grade-tone-cycle]>.g-subject-grade-card:nth-child(4n+3) .g-subject-grade-card__icon{background:var(--g-amber-soft);color:#ffd27d}
.g-subject-grade-grid[data-grade-tone-cycle]>.g-subject-grade-card:nth-child(4n+4){border-color:rgba(54,201,143,.21);background:linear-gradient(145deg,rgba(54,201,143,.055),rgba(14,26,43,.98))}.g-subject-grade-grid[data-grade-tone-cycle]>.g-subject-grade-card:nth-child(4n+4):before{background:#54d3a1}.g-subject-grade-grid[data-grade-tone-cycle]>.g-subject-grade-card:nth-child(4n+4) .g-subject-grade-card__icon{background:var(--g-green-soft);color:#7ce3ba}
.g-academic-card-grid--polished .g-academic-card__arrow{font-size:18px;color:#78dce5}
.g-academic-tone--cyan{border-color:rgba(50,184,198,.24)!important;background:linear-gradient(145deg,rgba(50,184,198,.065),rgba(14,26,43,.98))!important}.g-academic-tone--cyan:before{background:#5ecbd4}.g-academic-tone--cyan .g-subject-grade-card__icon,.g-academic-tone--cyan .g-academic-card__icon{background:var(--g-accent-soft);color:#78dce5}
.g-academic-tone--violet{border-color:rgba(178,138,244,.22)!important;background:linear-gradient(145deg,rgba(178,138,244,.06),rgba(14,26,43,.98))!important}.g-academic-tone--violet:before{background:#a883df}.g-academic-tone--violet .g-subject-grade-card__icon,.g-academic-tone--violet .g-academic-card__icon{background:var(--g-violet-soft);color:#c9adf5}
.g-academic-tone--amber{border-color:rgba(242,184,75,.21)!important;background:linear-gradient(145deg,rgba(242,184,75,.055),rgba(14,26,43,.98))!important}.g-academic-tone--amber:before{background:#e9b750}.g-academic-tone--amber .g-subject-grade-card__icon,.g-academic-tone--amber .g-academic-card__icon{background:var(--g-amber-soft);color:#ffd27d}
.g-academic-tone--green{border-color:rgba(54,201,143,.21)!important;background:linear-gradient(145deg,rgba(54,201,143,.055),rgba(14,26,43,.98))!important}.g-academic-tone--green:before{background:#54d3a1}.g-academic-tone--green .g-subject-grade-card__icon,.g-academic-tone--green .g-academic-card__icon{background:var(--g-green-soft);color:#7ce3ba}
.g-grade-detail-summary{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0}.g-grade-summary-card{position:relative;overflow:hidden;padding:14px 15px;border-radius:17px;background:linear-gradient(145deg,#101e31,#0d192a);border:1px solid #263b57}.g-grade-summary-card:before{content:"";position:absolute;inset-inline-start:0;top:10px;bottom:10px;width:3px;border-radius:3px}.g-grade-summary-card span,.g-grade-summary-card small{display:block;color:#9caec0}.g-grade-summary-card strong{display:block;font-size:24px;margin:3px 0}.g-grade-summary-card--average{border-color:rgba(54,201,143,.20)}.g-grade-summary-card--average:before{background:#54d3a1}.g-grade-summary-card--average strong{color:#7ce3ba}.g-grade-summary-card--count{border-color:rgba(95,166,255,.20)}.g-grade-summary-card--count:before{background:#6ba9f5}.g-grade-summary-card--count strong{color:#9acbff}
.g-result-card{position:relative;overflow:hidden;padding:15px 16px;border-radius:18px;background:linear-gradient(145deg,#101e31,#0d192a);border:1px solid #263b57;margin-bottom:11px}.g-result-card:before{content:"";position:absolute;inset-inline-start:0;top:12px;bottom:12px;width:3px;border-radius:3px;background:#5ecbd4}.g-result-card__head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.g-result-card__head h3{margin:2px 0 0;font-size:15px}.g-result-card__meta{display:flex;gap:7px;flex-wrap:wrap;margin-top:7px}.g-result-card__meta span{font-size:10px;padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.045);color:#9caec0}.g-result-score{display:flex;align-items:baseline;gap:5px;margin-top:12px}.g-result-score strong{font-size:27px}.g-result-score span{color:#9caec0}.g-result-state{font-weight:800;padding:6px 9px;border-radius:11px;background:rgba(255,255,255,.055)}.g-result-note{margin:9px 0 0;color:#aab8c7}.g-result-progress{height:7px;border-radius:99px;background:#1b2d43;overflow:hidden;margin-top:9px}.g-result-progress i{display:block;height:100%;border-radius:99px;background:#5ecbd4}.g-result-card--good{border-color:rgba(54,201,143,.20)}.g-result-card--good:before,.g-result-card--good .g-result-progress i{background:#54d3a1}.g-result-card--good .g-result-state,.g-result-card--good .g-result-score strong{color:#7ce3ba}.g-result-card--warning{border-color:rgba(242,184,75,.20)}.g-result-card--warning:before,.g-result-card--warning .g-result-progress i{background:#e9b750}.g-result-card--warning .g-result-state,.g-result-card--warning .g-result-score strong{color:#ffd27d}.g-result-card--low,.g-result-card--absent{border-color:rgba(239,100,112,.20)}.g-result-card--low:before,.g-result-card--absent:before,.g-result-card--low .g-result-progress i{background:#ed7180}.g-result-card--low .g-result-state,.g-result-card--low .g-result-score strong,.g-result-card--absent .g-result-state,.g-result-card--absent .g-result-score strong{color:#ff9aa4}.g-result-card--excused{border-color:rgba(95,166,255,.20)}.g-result-card--excused:before{background:#6ba9f5}.g-result-card--excused .g-result-state,.g-result-card--excused .g-result-score strong{color:#9acbff}
.g-grade-grid--polished .g-grade-card{position:relative;overflow:hidden;background:linear-gradient(145deg,#101e31,#0d192a);border:1px solid #263b57}.g-grade-grid--polished .g-grade-card:before{content:"";position:absolute;inset-inline-start:0;top:12px;bottom:12px;width:3px;border-radius:3px}.g-grade-card--good:before{background:#54d3a1}.g-grade-card--warning:before{background:#e9b750}.g-grade-card--low:before{background:#ed7180}
.g-homework-summary--polished{display:flex;justify-content:space-between;align-items:center;margin:0 2px 12px;padding:10px 12px;background:linear-gradient(145deg,rgba(242,184,75,.055),#0d192a);border:1px solid rgba(242,184,75,.20);border-radius:13px;color:#aebdca;font-size:11px}.g-homework-summary--polished strong{color:#ffd27d;font-size:15px}.g-homework-list{display:grid;gap:10px}.g-homework-card--polished{position:relative;overflow:hidden;background:linear-gradient(145deg,#101e31,#0d192a);border:1px solid rgba(242,184,75,.16);border-radius:17px;padding:14px}.g-homework-card--polished:before{content:"";position:absolute;inset-inline-start:0;top:12px;bottom:12px;width:3px;border-radius:3px;background:#e9b750}.g-homework-card__head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.g-homework-title h2{font-size:14px;margin:3px 0 0}.g-homework-title small{font-size:10px;color:#9caec0}.g-homework-due{font-size:10px;padding:6px 8px;border-radius:999px;background:rgba(242,184,75,.10);color:#ffd27d;white-space:nowrap;border:1px solid rgba(242,184,75,.14)}.g-homework-body{font-size:12px;line-height:1.85;margin-top:11px;padding-top:10px;border-top:1px solid #1a2d45}.g-homework-image{display:block;margin-top:10px}.g-homework-image img{display:block;width:100%;max-height:440px;object-fit:contain;border-radius:12px;border:1px solid #263b57;background:#081422}
.g-schedule-image-card--polished{background:linear-gradient(145deg,rgba(95,166,255,.05),#0d192a);border:1px solid rgba(95,166,255,.18);border-radius:18px;padding:14px;margin-bottom:14px}.g-schedule-image-card--polished img{display:block;width:100%;max-height:650px;object-fit:contain;border-radius:14px;background:#081422}.g-schedule-open{font-size:11px;color:#82c5ff;text-decoration:none}.g-week-strip--polished{display:flex;justify-content:space-between;align-items:center;margin:12px 2px;padding:10px 12px;border-radius:13px;background:linear-gradient(145deg,rgba(50,184,198,.05),#0d192a);border:1px solid rgba(50,184,198,.18);font-size:11px;color:#9caec0}.g-week-strip--polished strong{color:#78dce5}.g-schedule-week--polished{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:11px}.g-schedule-week--polished .g-schedule-day{position:relative;overflow:hidden;background:linear-gradient(145deg,#101e31,#0d192a);border:1px solid #263b57;border-radius:18px;min-width:0}.g-schedule-week--polished .g-schedule-day:before{content:"";position:absolute;inset-inline-start:0;top:12px;bottom:12px;width:3px;border-radius:3px}.g-schedule-day--cyan{border-color:rgba(50,184,198,.20)!important}.g-schedule-day--cyan:before{background:#5ecbd4}.g-schedule-day--violet{border-color:rgba(178,138,244,.20)!important}.g-schedule-day--violet:before{background:#a883df}.g-schedule-day--green{border-color:rgba(54,201,143,.20)!important}.g-schedule-day--green:before{background:#54d3a1}.g-schedule-day--amber{border-color:rgba(242,184,75,.20)!important}.g-schedule-day--amber:before{background:#e9b750}.g-schedule-week--polished .g-schedule-day__head{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;background:rgba(9,22,37,.52);border-bottom:1px solid #20344b}.g-schedule-week--polished .g-schedule-day__head strong{font-size:14px}.g-schedule-week--polished .g-schedule-day__head span{font-size:10px;color:#9caec0}.g-schedule-lessons{display:grid}.g-schedule-lesson{display:grid;grid-template-columns:38px 1fr;gap:9px;align-items:center;padding:10px 12px;border-bottom:1px solid #1a2d45}.g-schedule-lesson:last-child{border-bottom:0}.g-schedule-period{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:#172941;color:#78dce5;font-weight:900}.g-schedule-day--violet .g-schedule-period{background:var(--g-violet-soft);color:#c9adf5}.g-schedule-day--green .g-schedule-period{background:var(--g-green-soft);color:#7ce3ba}.g-schedule-day--amber .g-schedule-period{background:var(--g-amber-soft);color:#ffd27d}.g-schedule-subject{display:flex;flex-direction:column;gap:3px;min-width:0}.g-schedule-subject strong{font-size:12px}.g-schedule-subject small,.g-schedule-time{font-size:10px;color:#9caec0}.g-schedule-time{grid-column:2}.g-schedule-empty-day{padding:17px 14px;color:#8093a8;font-size:11px;text-align:center}
@media(max-width:620px){.g-subject-grade-grid,.g-academic-card-grid--polished{grid-template-columns:1fr}.g-grade-detail-summary{grid-template-columns:1fr 1fr;gap:8px}.g-grade-summary-card{padding:12px}.g-grade-summary-card strong{font-size:22px}.g-schedule-week--polished{grid-template-columns:1fr}.g-homework-card__head{flex-direction:column}}
