@import"https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700&display=swap";:root{--primary-color: #234B6E;--primary-light: #3A6596;--primary-dark: #152A42;--accent-color: #C4A76C;--accent-light: #D9C18E;--accent-dark: #A68850;--bg-color: #F4F6F9;--text-main: #1A2B3C;--text-light: #5C6B7A;--border-color: #E2E8F0;--success-color: #2E6B52;--primary-rgb: 35, 75, 110;--accent-rgb: 196, 167, 108;--space-xs: 8px;--space-sm: 12px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--radius-md: 10px;--radius-lg: 12px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--shadow-md: 0 4px 16px rgba(0, 0, 0, .08)}body{font-family:Cairo,sans-serif;background-color:var(--bg-color);color:var(--text-main);margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-family:Cairo,sans-serif;color:var(--primary-color)}a{color:var(--primary-color);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-light)}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-md);margin-bottom:var(--space-lg);flex-wrap:wrap}.page-header__text{flex:1;min-width:200px}.page-header__action{flex-shrink:0}.page-loader{display:flex;justify-content:center;align-items:center;padding:var(--space-xl)}.empty-state{padding:var(--space-xl) var(--space-md)}.report-editor__toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:var(--space-md) var(--space-lg);padding:var(--space-md) var(--space-lg);margin-bottom:var(--space-lg);background:var(--surface, #fff);border:1px solid var(--border-color);border-radius:var(--radius-lg)}.report-editor__field{display:flex;flex-direction:column;gap:6px}.report-editor__label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-light)}.report-editor__class-select{min-width:200px}.report-editor__class-chips{display:flex;flex-wrap:wrap;gap:8px}.report-editor__progress-wrap{margin-left:auto;min-width:180px;flex:1;max-width:280px}.report-editor__progress-bar{margin-top:4px}.report-editor__date-nav{display:flex;align-items:center;gap:4px}.report-editor__date-picker{width:140px}.report-editor__summary{display:block;font-size:13px}.report-editor__students-toolbar{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px 4px;flex-wrap:wrap}.report-editor__students-search{margin:0 10px 6px}.report-editor__students-empty{padding:var(--space-md);text-align:center;display:block}.report-editor__student-info{display:flex;flex-direction:column;min-width:0;flex:1;gap:2px}.report-editor__student-preview{font-size:12px;color:var(--text-light);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-editor__student-name{font-size:14px;font-weight:500;color:var(--text-main);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-editor__loading{display:flex;justify-content:center;padding:var(--space-xl)}.report-editor__layout{display:grid;grid-template-columns:minmax(200px,260px) 1fr;gap:var(--space-lg);align-items:start}.report-editor__students{display:flex;flex-direction:column;gap:4px;padding:var(--space-sm);max-height:min(560px,70vh);overflow-y:auto;background:#fff;border:1px solid var(--border-color);border-radius:var(--radius-lg)}.report-editor__students-heading{display:block;padding:8px 10px 4px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-light)}.report-editor__student{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:10px 12px;border:1px solid transparent;border-radius:var(--radius-md);background:transparent;cursor:pointer;text-align:left;font-family:inherit;transition:background .15s,border-color .15s}.report-editor__student:hover{background:rgba(var(--primary-rgb),.04)}.report-editor__student.is-active{background:rgba(var(--primary-rgb),.08);border-color:rgba(var(--primary-rgb),.25)}.report-editor__student-tag{flex-shrink:0;margin:0!important;font-size:11px}.report-editor__form-panel{padding:var(--space-lg);background:#fff;border:1px solid var(--border-color);border-radius:var(--radius-lg)}.report-editor__form-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md);margin-bottom:var(--space-lg);padding-bottom:var(--space-md);border-bottom:1px solid var(--border-color)}.report-editor__attendance{margin-bottom:var(--space-md)}.report-editor__attendance-group{display:flex;flex-wrap:wrap;width:100%}.report-editor__attendance-group .ant-radio-button-wrapper{flex:1;text-align:center;min-width:88px}.report-editor__form-actions{display:flex;justify-content:flex-end;gap:var(--space-sm);flex-wrap:wrap;padding-top:var(--space-md);border-top:1px solid var(--border-color);margin-top:var(--space-xs)}.report-editor__save-btn.ant-btn-primary{min-width:148px;font-weight:600;box-shadow:0 2px 10px rgba(var(--primary-rgb),.28)}.report-editor__save-btn.ant-btn-primary:not(:disabled):hover{box-shadow:0 4px 14px rgba(var(--primary-rgb),.36)}.report-editor__save-next-btn.ant-btn-primary{min-width:148px;font-weight:600;background:var(--accent-color)!important;border-color:var(--accent-dark)!important;color:#fff!important;box-shadow:0 2px 10px rgba(var(--accent-rgb),.35)}.report-editor__save-next-btn.ant-btn-primary:not(:disabled):hover{background:var(--accent-dark)!important;border-color:var(--accent-dark)!important;box-shadow:0 4px 14px rgba(var(--accent-rgb),.45)}.report-tab-hint{display:block;margin-bottom:var(--space-md);font-size:13px}.range-report-table{overflow-x:auto}.range-report-table .ant-table-cell-fix-right{background:#fff}@media(max-width:768px){.report-editor__layout{grid-template-columns:1fr}.report-editor__students{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;max-height:none;padding:var(--space-sm)}.report-editor__students-heading{display:none}.report-editor__student{flex:0 0 auto;flex-direction:column;align-items:flex-start;min-width:120px;max-width:160px}.report-editor__progress-wrap{margin-left:0;max-width:none;width:100%}.report-editor__summary{margin-left:0;width:100%}.report-editor__form-actions .ant-btn{width:100%}}.app-shell__sider{position:fixed!important;left:0;top:0;bottom:0;z-index:100;height:100vh!important;overflow:auto;background:linear-gradient(180deg,var(--primary-color) 0%,var(--primary-dark) 100%)!important;box-shadow:var(--shadow-md)}.app-shell__brand{min-height:88px;display:flex;align-items:center;justify-content:flex-start;gap:var(--space-sm);padding:var(--space-md);background:#ffffff14;border-bottom:1px solid rgba(255,255,255,.16);box-shadow:inset 0 -1px rgba(var(--accent-rgb),.45),0 4px 12px #0000001f}.app-shell__brand--collapsed{justify-content:center;padding-inline:var(--space-xs)}.app-shell__logo-wrap{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:var(--radius-md);background:#fff;padding:3px;box-shadow:0 2px 8px #00000038,0 0 0 2px var(--accent-light)}.app-shell__brand--collapsed .app-shell__logo-wrap{width:44px;height:44px}.app-shell__logo{width:100%;height:100%;border-radius:7px;object-fit:cover}.app-shell__brand-text{min-width:0}.app-shell__brand-title{color:#fff!important;margin:0!important;font-size:.92rem!important;line-height:1.3!important;font-weight:600!important;letter-spacing:.01em;text-shadow:0 1px 3px rgba(0,0,0,.35)}.app-shell__menu{background:transparent!important;border-right:0!important;margin-top:var(--space-md)}.app-shell__logout-wrap{position:absolute;bottom:24px;left:0;right:0;padding:0 var(--space-md)}.app-shell__logout{width:100%;color:#ffffffe0!important;text-align:left;display:flex;align-items:center}.app-shell__header{background:#fff!important;padding:0 var(--space-lg)!important;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:10}.app-shell__header-right{display:flex;align-items:center;gap:var(--space-md)}.app-shell__content{margin:var(--space-lg);padding:var(--space-lg);background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.app-shell__drawer .ant-drawer-header{display:none}.auth-layout{display:flex;min-height:100vh;width:100%}.auth-layout__hero{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;padding:40px;position:relative;overflow:hidden;background-color:var(--primary-color);background-size:300px;background-repeat:repeat}.auth-layout__hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#234b6ed1,#152a428c);z-index:1}.auth-layout__hero-content{z-index:2;text-align:center;display:flex;flex-direction:column;align-items:center;max-width:480px}.auth-layout__hero-title{color:var(--accent-color)!important;margin:0!important;font-size:clamp(1.75rem,4vw,2.5rem)!important;text-shadow:0 2px 4px rgba(0,0,0,.5)}.auth-layout__hero-subtitle{color:#fff!important;font-size:clamp(1rem,2.5vw,1.2rem);margin-top:var(--space-md);display:block;text-shadow:0 1px 2px rgba(0,0,0,.5)}.auth-layout__form-panel{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px var(--space-lg);background-color:var(--bg-color)}.auth-layout__form-inner{width:100%;max-width:400px}.auth-layout__lang{display:flex;justify-content:flex-end;margin-bottom:var(--space-xs)}.auth-layout__logo-wrap{text-align:center;margin-bottom:var(--space-md)}.auth-layout__logo{width:72px;height:auto}.auth-layout__heading{margin-bottom:var(--space-xl);text-align:center;display:flex;flex-direction:column;gap:var(--space-xs)}@media(max-width:768px){.auth-layout{flex-direction:column}.auth-layout__hero{min-height:180px;padding:var(--space-lg);flex:none}.auth-layout__form-panel{padding:var(--space-lg)}.app-shell__content{margin:var(--space-md);padding:var(--space-md);min-height:auto}.app-shell__header{padding:0 var(--space-md)!important}.page-header{flex-direction:column;align-items:stretch}.page-header__action,.page-header__action .ant-space,.page-header__action .ant-btn{width:100%}.dashboard-welcome{flex-direction:column;align-items:stretch}.dashboard-welcome__actions{width:100%}}.ant-menu-inline .ant-menu-item{border-radius:var(--radius-md)!important;margin:4px 8px!important;width:calc(100% - 16px)!important}.ant-layout-sider-trigger{background:var(--primary-dark)!important}.ant-input:focus,.ant-input-password:focus-within,.ant-select-focused .ant-select-selector{border-color:var(--accent-color)!important;box-shadow:0 0 0 2px rgba(var(--accent-rgb),.25)!important}.kid-card{width:100%;max-width:320px;cursor:pointer;transition:transform .2s,box-shadow .2s}.kid-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.kid-card__avatar{width:48px;height:48px;border-radius:50%;background:rgba(var(--primary-rgb),.12);display:flex;align-items:center;justify-content:center;flex-shrink:0}.kid-card__footer{margin-top:var(--space-xs);padding-top:var(--space-sm);border-top:1px solid rgba(var(--primary-rgb),.08)}.stat-card-icon{width:56px;height:56px;border-radius:var(--radius-lg);background:rgba(var(--primary-rgb),.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.dashboard-page{display:flex;flex-direction:column;gap:24px}.dashboard-welcome{display:flex;justify-content:space-between;align-items:center;gap:var(--space-lg);flex-wrap:wrap;padding:18px 24px;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary-color) 100%);color:#fff}.dashboard-welcome__title{color:#ffffffeb!important;font-size:16px;margin:0!important;line-height:1.4}.dashboard-welcome__title strong{color:#fff}.dashboard-welcome__actions{flex-shrink:0}.dashboard-welcome__btn{border-color:#ffffff73!important;color:#fff!important;height:36px;padding-inline:16px!important}.dashboard-welcome__btn:hover{border-color:var(--accent-light)!important;color:var(--accent-light)!important;background:#ffffff14!important}.dashboard-stats-row,.dashboard-panels-row{margin:0!important}.dashboard-stat-card{position:relative;overflow:hidden;border:1px solid var(--border-color);height:100%;border-radius:var(--radius-lg);transition:box-shadow .2s}.dashboard-stat-card:hover{box-shadow:var(--shadow-sm)}.dashboard-stat-card__stripe{position:absolute;top:0;left:0;right:0;height:4px}.dashboard-stat-card__body{display:flex;align-items:center;gap:18px}.dashboard-stat-card__icon{width:48px;height:48px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.dashboard-stat-card__content{flex:1;min-width:0}.dashboard-stat-card__label{font-size:13px;color:var(--text-light)}.dashboard-stat-card__desc{display:block;font-size:12px;margin-top:4px}.dashboard-stat-card .ant-statistic-title{margin-bottom:6px!important}.dashboard-stat-card .ant-statistic-content{margin-bottom:0}.dashboard-panel{border:1px solid var(--border-color);border-radius:var(--radius-lg)}.dashboard-panel .ant-card-head{border-bottom-color:var(--border-color);min-height:48px;padding:0 20px}.dashboard-panel .ant-card-head-title{font-size:15px;font-weight:600;padding:14px 0}.dashboard-panel .ant-card-body{padding:20px}.dashboard-invite-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}.dashboard-invite-metric{text-align:center;padding:14px 10px;background:var(--bg-color);border-radius:var(--radius-md);border:1px solid var(--border-color)}.dashboard-invite-metric__label{display:block;font-size:12px!important;margin-bottom:6px}.dashboard-invite-metric__value{font-size:20px;line-height:1.2}.dashboard-invite-progress{margin-top:4px}.dashboard-invite-progress .ant-progress-text{font-size:12px!important}.teacher-activity-panel__hint{display:block;margin-bottom:12px}.phone-contact-link{border:none;background:none;padding:0;font:inherit;color:#234b6e;text-decoration:underline;cursor:pointer}.phone-contact-link:hover{color:#3a6596}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}
