@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700;800&family=Inter:wght@400;500;600&family=Source+Serif+4:opsz,wght@8..60,400;8..60,600&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif}html,body,#root{background-color:#f4f7fe;width:100%;height:100%;min-height:100vh;overflow-x:hidden}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:Poppins,sans-serif;font-weight:400;line-height:1.5}.login-page-wrapper{background:#fff;width:100vw;height:100vh;font-family:Poppins,sans-serif;display:flex;overflow:hidden}.login-container-inner{background:#fff;width:100%;height:100%;animation:.55s cubic-bezier(.22,1,.36,1) both slideUp;display:flex}@keyframes slideUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.login-left-section{background:#0a0a0a;flex:1.1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.login-left-section .hero-image{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.login-right-section{background:#fff;flex:1;justify-content:center;align-items:center;padding:56px 52px;display:flex}.login-card{width:100%;max-width:390px;transition:all .4s;animation:.65s cubic-bezier(.22,1,.36,1) .15s both fadeInUp;position:relative}.login-card.success-state .login-form,.login-card.success-state .role-toggle,.login-card.success-state .form-header,.login-card.success-state .login-footer,.login-card.success-state .error-message{opacity:.1;filter:blur(4px);pointer-events:none}.login-card.superadmin-mode .login-button{background:linear-gradient(135deg,#0d1b3e 0%,#000 100%);box-shadow:0 4px 16px #0d1b3e4d}.login-card.superadmin-mode .login-button:hover{box-shadow:0 8px 24px #0d1b3e66}.login-card .form-header{margin-bottom:28px}.login-card .form-header h2{color:#1a2647;letter-spacing:-.01em;margin:0 0 6px;font-family:Poppins,sans-serif;font-size:1.9rem;font-weight:700}.login-card .form-header p{color:#8896b5;text-transform:capitalize;margin:0;font-size:.9rem;font-weight:400}.login-card .superadmin-header{text-align:center;background:#f7f9ff;border:1px solid #e4e9f5;border-radius:14px;margin-bottom:36px;padding:24px;animation:.5s both fadeInDown}.login-card .superadmin-header .security-badge{color:#1b3b6f;background:#fff;border:1px solid #e4e9f5;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 12px;display:flex;box-shadow:0 4px 12px #00000008}.login-card .superadmin-header .security-badge svg{width:24px;height:24px}.login-card .superadmin-header .header-title{color:#0d1b3e;letter-spacing:.1em;margin-bottom:4px;font-family:Poppins,sans-serif;font-size:1.3rem;font-weight:800}.login-card .superadmin-header .header-subtitle{color:#8896b5;letter-spacing:.02em;font-size:.85rem;font-weight:500}.login-success-overlay{z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f1e3e8c;justify-content:center;align-items:center;animation:.25s both fadeIn;display:flex;position:fixed;inset:0}.login-success-box{text-align:center;background:#fff;border:1px solid #e5e9f0;border-radius:18px;flex-direction:column;align-items:center;gap:10px;min-width:280px;padding:36px 40px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;animation:.3s cubic-bezier(.34,1.56,.64,1) both scaleIn;display:flex;box-shadow:0 20px 50px #0f1e3e38}.login-success-box .login-success-icon{background:#e8f8ee;border-radius:14px;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:6px;display:flex}.login-success-box .login-success-icon svg{width:28px;height:28px;stroke:#16a34a!important}.login-success-box h3{color:#0f1e3d;letter-spacing:-.01em;margin:0;font-size:1.18rem;font-weight:800}.login-success-box p{color:#6b7b96;margin:0;font-size:.86rem;font-weight:500}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-6px)}20%,40%,60%,80%{transform:translate(6px)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}.shake-animation{animation:.4s cubic-bezier(.36,.07,.19,.97) both shake}.error-message{color:#d63737;text-align:center;letter-spacing:.01em;background:#fff2f2;border:1px solid #f5c6c6;border-radius:12px;margin-bottom:24px;padding:13px 16px;font-size:.875rem;font-weight:500}.role-toggle{background:#f1f3fb;border-radius:50px;gap:3px;margin-bottom:32px;padding:5px;display:flex}.role-toggle button{cursor:pointer;color:#8896b5;letter-spacing:.04em;background:0 0;border:none;border-radius:50px;flex:1;padding:11px 6px;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1)}.role-toggle button:hover:not(.active){color:#1a2647}.role-toggle button.active{color:#fff;background:#1b3b6f;box-shadow:0 4px 14px #4f6ef759,0 1px 3px #4f6ef733}.login-form{flex-direction:column;gap:16px;display:flex}.input-group{flex-direction:column;gap:7px;display:flex}.input-group label{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.input-group .password-field{width:100%;position:relative}.input-group .password-field input{box-sizing:border-box;width:100%;padding-right:56px}.input-group .password-toggle-button{z-index:2;color:#8896b5;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s,color .2s;display:inline-flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.input-group .password-toggle-button:hover{color:#122b54;background:#4f6ef71a}.input-group .password-toggle-button svg{width:18px;height:18px}.input-group .forgot-link{color:#1b3b6f;align-self:flex-end;margin-top:2px;font-size:.82rem;font-weight:600;text-decoration:none;transition:color .2s}.input-group .forgot-link:hover{color:#122b54;text-decoration:underline}.input-group input{color:#1a2647;background:#f1f3fb;border:1.5px solid #0000;border-radius:50px;padding:15px 22px;font-family:Poppins,sans-serif;font-size:.95rem;transition:border-color .2s,box-shadow .2s,background .2s}.input-group input:focus{background:#fff;border-color:#1b3b6f;outline:none;box-shadow:0 0 0 4px #1b3b6f2e,0 2px 8px #4f6ef714}.input-group input::placeholder{color:#a7b1cc;font-weight:400}.input-group input:hover:not(:focus){border-color:#d5ddef}.login-button{color:#fff;box-sizing:border-box;letter-spacing:.05em;cursor:pointer;background:linear-gradient(135deg,#3d5a95 0%,#1b3b6f 50%,#122b54 100%);border:none;border-radius:50px;justify-content:center;align-items:center;gap:10px;height:52px;margin-top:10px;font-family:Poppins,sans-serif;font-size:.88rem;font-weight:600;transition:box-shadow .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #1b3b6f4d,0 1px 4px #1b3b6f33}.login-button .button-arrow{flex-shrink:0;width:17px;height:17px}.login-button:after{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff1f 0%,#0000 60%);position:absolute;inset:0}.login-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1b3b6f61,0 2px 8px #1b3b6f38}.login-button:active{transform:translateY(0);box-shadow:0 2px 8px #1b3b6f40}.login-button.loading{pointer-events:none;background:#1b3b6f}.login-button.success{pointer-events:none;background:#10b981;box-shadow:0 4px 16px #10b9814d}.login-button .loader{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin;display:inline-block}.login-footer{justify-content:center;align-items:center;margin-top:28px;padding:0 4px;display:flex}.login-footer .superadmin-toggle{color:#8896b5;cursor:pointer;letter-spacing:.02em;background:0 0;border:none;align-items:center;padding:0;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:600;transition:all .25s;display:flex;position:relative}.login-footer .superadmin-toggle svg{opacity:.7;transition:transform .25s}.login-footer .superadmin-toggle:after{content:"";background:#1b3b6f;height:1px;transition:transform .25s;position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(0)}.login-footer .superadmin-toggle:hover{color:#1b3b6f}.login-footer .superadmin-toggle:hover svg{opacity:1;transform:translateY(-1px)}.login-footer .superadmin-toggle:hover:after{transform:scaleX(1)}@media (width<=992px){.login-page-wrapper{height:auto;min-height:100vh;overflow:visible}.login-container-inner{flex-direction:column;height:auto;min-height:100vh}.login-left-section{min-height:240px}.login-right-section{padding:44px 32px}}@media (width<=480px){.login-right-section{padding:32px 24px}}.confirm-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f1e3e80;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.confirm-modal-overlay .confirm-modal-container{text-align:center;transform-origin:50%;background:#fff;border:1px solid #e5e9f0;border-radius:18px;width:min(400px,100%);padding:30px 28px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;animation:.22s cubic-bezier(.22,1,.36,1) modalPop;box-shadow:0 20px 50px #0f1e3e38}.confirm-modal-overlay .confirm-modal-container .confirm-modal-icon{border-radius:14px;place-items:center;width:58px;height:58px;margin:0 auto 18px;display:grid}.confirm-modal-overlay .confirm-modal-container .confirm-modal-icon svg{width:26px;height:26px}.confirm-modal-overlay .confirm-modal-container .confirm-modal-icon.info{color:#4f46e5;background:#eef2ff}.confirm-modal-overlay .confirm-modal-container .confirm-modal-icon.danger{color:#e11d48;background:#fdeaee}.confirm-modal-overlay .confirm-modal-container .confirm-modal-icon.warning{color:#d97706;background:#fef3e2}.confirm-modal-overlay .confirm-modal-container .confirm-modal-content h3{color:#0f1e3d;letter-spacing:-.01em;margin:0 0 8px;font-size:1.18rem;font-weight:800}.confirm-modal-overlay .confirm-modal-container .confirm-modal-content p{color:#6b7b96;max-width:300px;margin:0 auto 24px;font-size:.88rem;line-height:1.6}.confirm-modal-overlay .confirm-modal-container .confirm-modal-actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.confirm-modal-overlay .confirm-modal-container .confirm-modal-actions button{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:10px;flex:120px;min-width:120px;padding:10px 18px;font-family:inherit;font-size:.85rem;font-weight:700;transition:transform .15s,box-shadow .15s,background .15s,border-color .15s}.confirm-modal-overlay .confirm-modal-container .confirm-modal-actions button.confirm-cancel-btn{color:#0f1e3d;background:#fff;border-color:#e5e9f0}.confirm-modal-overlay .confirm-modal-container .confirm-modal-actions button.confirm-cancel-btn:hover{background:#f6f8fb;border-color:#cbd3e1}.confirm-modal-overlay .confirm-modal-container .confirm-modal-actions button.confirm-btn{color:#fff}.confirm-modal-overlay .confirm-modal-container .confirm-modal-actions button.confirm-btn.info{background:#4f46e5;box-shadow:0 4px 12px #4f46e552}.confirm-modal-overlay .confirm-modal-container .confirm-modal-actions button.confirm-btn.info:hover{background:#352be1;box-shadow:0 6px 16px #4f46e56b}.confirm-modal-overlay .confirm-modal-container .confirm-modal-actions button.confirm-btn.danger{background:#e11d48;box-shadow:0 4px 12px #e11d4852}.confirm-modal-overlay .confirm-modal-container .confirm-modal-actions button.confirm-btn.danger:hover{background:#c61a3f;box-shadow:0 6px 16px #e11d486b}.confirm-modal-overlay .confirm-modal-container .confirm-modal-actions button.confirm-btn.warning{background:#d97706;box-shadow:0 4px 12px #d9770652}.confirm-modal-overlay .confirm-modal-container .confirm-modal-actions button.confirm-btn.warning:hover{background:#bb6705;box-shadow:0 6px 16px #d977066b}.confirm-modal-overlay .confirm-modal-container .confirm-modal-actions button.confirm-btn:hover{transform:translateY(-1px)}.confirm-modal-overlay .confirm-modal-container .confirm-modal-actions button.confirm-btn:active{transform:translateY(0)}@keyframes modalPop{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.dashboard-sidebar{z-index:200;width:220px;min-width:220px;height:100vh;box-shadow:none;background:#0f1e3d;border-right:1px solid #ffffff14;flex-direction:column;flex-shrink:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:width .25s cubic-bezier(.4,0,.2,1),min-width .25s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;overflow:visible}.dashboard-sidebar.collapsed{width:68px;min-width:68px}.dashboard-sidebar.collapsed .brand-text{display:none}.dashboard-sidebar.collapsed .brand-mini{display:flex}.dashboard-sidebar.collapsed .item-label,.dashboard-sidebar.collapsed .submenu-arrow,.dashboard-sidebar.collapsed .active-dot,.dashboard-sidebar.collapsed .sidebar-user-info,.dashboard-sidebar.collapsed .logout-btn,.dashboard-sidebar.collapsed .nav-submenu{display:none}.dashboard-sidebar.collapsed .nav-item{justify-content:center;padding:8px 0}.dashboard-sidebar.collapsed .nav-item.active .item-icon{margin:0 auto}.dashboard-sidebar.collapsed .sidebar-user{justify-content:center;gap:0;padding:8px 0}.dashboard-sidebar.collapsed .logout-card{justify-content:center;gap:0}.dashboard-sidebar.collapsed .nav-item,.dashboard-sidebar.collapsed .sidebar-user,.dashboard-sidebar.collapsed .logout-card{position:relative}.dashboard-sidebar.collapsed .nav-item:after,.dashboard-sidebar.collapsed .sidebar-user:after,.dashboard-sidebar.collapsed .logout-card:after{content:attr(data-tooltip);color:#e6eaf2;white-space:nowrap;opacity:0;pointer-events:none;z-index:250;background:#1b2a4e;border:1px solid #ffffff14;border-radius:6px;padding:5px 10px;font-size:.73rem;font-weight:600;transition:opacity .15s,transform .15s;position:absolute;top:50%;left:calc(100% + 10px);transform:translateY(-50%)translate(-6px);box-shadow:0 4px 12px #00000059}.dashboard-sidebar.collapsed .nav-item:hover:after,.dashboard-sidebar.collapsed .sidebar-user:hover:after,.dashboard-sidebar.collapsed .logout-card:hover:after{opacity:1;transform:translateY(-50%)translate(0)}.sidebar-collapse-toggle{color:#9ba8c4;cursor:pointer;z-index:210;background:#1b2a4e;border:1px solid #ffffff14;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;padding:0;transition:background .15s,border-color .15s,color .15s;display:flex;position:absolute;top:22px;right:-11px;box-shadow:0 2px 6px #00000059}.sidebar-collapse-toggle svg{stroke-width:2.5px;width:12px;height:12px}.sidebar-collapse-toggle .collapse-arrow{justify-content:center;align-items:center;transition:transform .28s cubic-bezier(.4,0,.2,1);display:flex}.sidebar-collapse-toggle .collapse-arrow.rotated{transform:rotate(180deg)}.sidebar-collapse-toggle:hover{color:#6366f1;background:#6366f124;border-color:#6366f1}.sidebar-collapse-toggle:active{background:#ffffff0d}.sidebar-brand{border-bottom:1px solid #ffffff14;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:10px;padding:20px 16px 18px;display:flex;position:relative}.sidebar-brand .brand-text{justify-content:center;align-items:center;width:100%;display:flex}.sidebar-brand .brand-logo-full{object-fit:contain;border-radius:6px;width:auto;max-width:150px;height:auto;max-height:44px}.sidebar-brand .brand-mini{justify-content:center;align-items:center;width:36px;height:36px;display:none}.sidebar-brand .brand-logo-mini{object-fit:cover;border-radius:8px;width:32px;height:32px}.sidebar-nav{flex-direction:column;flex:1;gap:1px;padding:10px 8px;display:flex;overflow:hidden auto}.sidebar-nav::-webkit-scrollbar{display:none}.sidebar-nav .nav-item{cursor:pointer;color:#9ba8c4;-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;transition:background .13s,color .13s;display:flex;position:relative;overflow:hidden}.sidebar-nav .nav-item:before{content:"";opacity:0;background:linear-gradient(#818cf8,#4338ca);border-radius:0 2px 2px 0;width:2.5px;transition:opacity .15s;position:absolute;top:20%;bottom:20%;left:0}.sidebar-nav .nav-item .nav-ripple{pointer-events:none;background:#6366f138;border-radius:50%;width:8px;height:8px;animation:.55s ease-out forwards rippleEffect;position:absolute;transform:translate(-50%,-50%)scale(0)}.sidebar-nav .nav-item .item-icon{opacity:.65;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:opacity .13s,background .13s,color .13s;display:flex}.sidebar-nav .nav-item .item-icon svg{stroke-width:1.8px;width:15px;height:15px}.sidebar-nav .nav-item .item-label{white-space:nowrap;flex:1;font-size:.81rem;font-weight:500;transition:color .13s}.sidebar-nav .nav-item .active-dot{background:#6366f1;border-radius:50%;flex-shrink:0;width:5px;height:5px}.sidebar-nav .nav-item:hover{color:#e6eaf2;background:#ffffff0d}.sidebar-nav .nav-item:hover .item-icon{opacity:.9}.sidebar-nav .nav-item:active{background:#ffffff12}.sidebar-nav .nav-item.active{color:#e6eaf2;background:#6366f124}.sidebar-nav .nav-item.active:before{opacity:1}.sidebar-nav .nav-item.active .item-icon{opacity:1;color:#6366f1;background:#6366f12e}.sidebar-nav .nav-item.active .item-label{color:#e6eaf2;font-weight:700}.sidebar-nav .nav-item.active .active-dot{background:#6366f1}.sidebar-nav .nav-item-group{flex-direction:column;gap:1px;display:flex}.sidebar-nav .nav-item-group.open .nav-submenu{opacity:1;visibility:visible;max-height:1000px}.sidebar-nav .nav-submenu{opacity:0;visibility:hidden;flex-direction:column;gap:1px;max-height:0;margin:2px 0 2px 24px;padding-left:10px;transition:max-height .25s,opacity .2s;display:flex;position:relative;overflow:hidden}.sidebar-nav .nav-submenu:before{content:"";background:#ffffff14;width:1px;position:absolute;top:4px;bottom:4px;left:0}.sidebar-nav .sub-item{background:0 0;border-radius:8px;align-items:center;gap:8px;padding:6px 10px;position:relative}.sidebar-nav .sub-item:before{content:"";background:#ffffff14;width:8px;height:1px;position:absolute;top:50%;left:-10px}.sidebar-nav .sub-item .item-icon{opacity:.55;border-radius:6px;width:20px;height:20px}.sidebar-nav .sub-item .item-icon svg{width:12px;height:12px}.sidebar-nav .sub-item .item-label{color:#9ba8c4;font-size:.78rem;font-weight:400}.sidebar-nav .sub-item:hover{background:#ffffff0d}.sidebar-nav .sub-item:hover:before{background:#6e7a95}.sidebar-nav .sub-item:hover .item-label{color:#e6eaf2}.sidebar-nav .sub-item:hover .item-icon{opacity:.85}.sidebar-nav .sub-item.active{background:#6366f124}.sidebar-nav .sub-item.active:before{background:#6366f1}.sidebar-nav .sub-item.active .item-icon{opacity:1;color:#6366f1}.sidebar-nav .sub-item.active .item-label{color:#e6eaf2;font-weight:700}.sidebar-nav .submenu-arrow{color:#9ba8c4;flex-shrink:0;margin-left:auto;font-size:.75rem;line-height:1;transition:transform .22s}.sidebar-nav .submenu-arrow.open{transform:rotate(180deg)}.sidebar-footer{border-top:1px solid #ffffff14;flex-direction:column;flex-shrink:0;gap:0;padding:10px 8px 12px;display:flex;position:relative}.sidebar-user{z-index:1;background:#ffffff0d;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:9px;margin-bottom:6px;padding:8px 9px;display:flex;position:relative}.sidebar-user-avatar{color:#fff;letter-spacing:.03em;background:linear-gradient(135deg,#6366f1,#4338ca);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.68rem;font-weight:800;display:flex;box-shadow:0 3px 8px #6366f166}.sidebar-user-info{flex-direction:column;flex:1;min-width:0;display:flex}.sidebar-user-name{color:#e6eaf2;white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;font-weight:700;line-height:1.3;overflow:hidden}.sidebar-user-role{color:#9ba8c4;white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:.67rem;overflow:hidden}.sidebar-footer-divider{z-index:1;background:#ffffff14;height:1px;margin:2px 0 6px;position:relative}.logout-card{cursor:pointer;z-index:1;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:10px;padding:8px 9px;transition:background .13s,border-color .13s;display:flex;position:relative;overflow:hidden}.logout-card:hover{background:#e11d481f;border-color:#e11d484d}.logout-card:hover .logout-icon-container{color:#e11d48}.logout-card:hover .logout-btn{color:#e11d48;font-weight:600}.logout-card:active{background:#e11d4814}.logout-card .logout-icon-container{color:#9ba8c4;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:color .13s;display:flex}.logout-card .logout-icon-container svg{stroke-width:1.8px;width:15px;height:15px}.logout-card .logout-btn{color:#9ba8c4;cursor:pointer;letter-spacing:normal;background:0 0;border:none;padding:0;font-family:inherit;font-size:.81rem;font-weight:500;transition:color .13s}.mobile-toggle{z-index:1100;color:#e6eaf2;cursor:pointer;background:#0f1e3d;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;transition:background .13s,border-color .13s;display:none;position:fixed;top:14px;left:14px;box-shadow:0 2px 6px #00000059}.mobile-toggle:hover{background:#1b2a4e;border-color:#6e7a95}.mobile-toggle:active{background:#ffffff12}.mobile-toggle.open{background:#6366f124;border-color:#6366f1;left:234px}.sidebar-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:199;background:#0f1e3e80;animation:.2s fadeIn;display:none;position:fixed;inset:0}.sidebar-overlay.show{display:block}@media (width<=1024px){.mobile-toggle{display:flex}.sidebar-collapse-toggle{display:none}.dashboard-sidebar{border-radius:0;width:220px;min-width:220px;transition:left .3s cubic-bezier(.4,0,.2,1);left:-220px;overflow:hidden}.dashboard-sidebar.mobile-open{left:0}.dashboard-sidebar.collapsed{width:220px;min-width:220px}.dashboard-sidebar.collapsed .brand-text{display:flex}.dashboard-sidebar.collapsed .brand-mini{display:none}.dashboard-sidebar.collapsed .item-label,.dashboard-sidebar.collapsed .submenu-arrow,.dashboard-sidebar.collapsed .active-dot,.dashboard-sidebar.collapsed .sidebar-user-info,.dashboard-sidebar.collapsed .logout-btn{display:initial}.dashboard-sidebar.collapsed .sidebar-user-info{display:flex}.dashboard-sidebar.collapsed .nav-item{justify-content:flex-start;padding:8px 10px}.dashboard-sidebar.collapsed .sidebar-user,.dashboard-sidebar.collapsed .logout-card{justify-content:flex-start;gap:10px}.dashboard-sidebar.collapsed .nav-item:after,.dashboard-sidebar.collapsed .sidebar-user:after,.dashboard-sidebar.collapsed .logout-card:after{display:none}.dashboard-sidebar .sidebar-brand{padding-top:60px}}@keyframes rippleEffect{0%{opacity:1;transform:translate(-50%,-50%)scale(0)}to{opacity:0;transform:translate(-50%,-50%)scale(28)}}.dashboard-wrapper{background-color:#f4f7fe;min-height:100vh;font-family:Poppins,sans-serif;display:flex}.dashboard-sidebar{flex-shrink:0;width:210px}.dashboard-main{flex-direction:column;flex:1;min-width:0;margin-left:210px;padding:0 24px 24px;display:flex;overflow-x:hidden}.dashboard-content{flex-direction:column;gap:16px;display:flex}.superuser-dashboard-content{gap:24px}.superuser-hero{background:#fff;border:1px solid #e2e8f0e6;border-radius:20px;grid-template-columns:minmax(0,1.8fr) 300px;align-items:stretch;gap:24px;padding:28px;display:grid;box-shadow:0 18px 45px #13234f12}.superuser-kicker{color:#3d5af1;letter-spacing:.02em;background:#3d5af11a;border-radius:999px;width:fit-content;margin-bottom:12px;padding:7px 12px;font-size:.78rem;font-weight:800;display:inline-flex}.superuser-hero h2{color:#111827;margin-bottom:10px;font-size:2rem;line-height:1.15}.superuser-hero p{color:#64748b;max-width:700px;font-size:.95rem;line-height:1.7}.superuser-hero-actions{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.superuser-primary-btn,.superuser-secondary-btn{cursor:pointer;border:0;border-radius:10px;padding:11px 18px;font-weight:800;transition:transform .18s,box-shadow .18s,background .18s}.superuser-primary-btn{color:#fff;background:#3d5af1;box-shadow:0 12px 28px #3d5af138}.superuser-secondary-btn{color:#1e293b;background:#f8fafc;border:1px solid #e2e8f0}.superuser-primary-btn:hover,.superuser-secondary-btn:hover{transform:translateY(-1px)}.superuser-status-card{color:#fff;background:linear-gradient(135deg,#111827,#25345f);border-radius:16px;flex-direction:column;justify-content:center;min-width:0;min-height:170px;padding:24px;display:flex}.superuser-status-card.has-logo{box-shadow:none;background:0 0;border:none;justify-content:center;align-items:center;padding:0}.superuser-logo-display{justify-content:center;align-items:center;width:100%;height:170px;display:flex}.superuser-logo-display img{object-fit:contain;max-width:100%;max-height:100%}.superuser-status-card span{color:#cbd5e1;margin-bottom:10px;font-size:.85rem}.superuser-status-card strong{word-break:break-word;font-size:2rem;line-height:1.1}.superuser-status-card p{color:#dbeafe;margin-top:12px}.superuser-summary-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.superuser-stat-card{background:#fff;border:1px solid #e2e8f0e6;border-radius:16px;min-width:0;padding:20px;box-shadow:0 12px 32px #13234f0d}.superuser-stat-card span{color:#64748b;margin-bottom:10px;font-size:.82rem;font-weight:700;display:block}.superuser-stat-card strong{color:#111827;word-break:break-word;margin-bottom:10px;font-size:clamp(1.2rem,2vw,1.85rem);line-height:1.15;display:block}.superuser-stat-card p{color:#64748b;margin:0;font-size:.86rem}.superuser-dashboard-grid{grid-template-columns:minmax(0,1.2fr) minmax(340px,.9fr);gap:18px;display:grid}.superuser-panel{background:#fff;border:1px solid #e2e8f0e6;border-radius:16px;min-width:0;padding:22px;box-shadow:0 12px 32px #13234f0d}.superuser-panel-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.superuser-panel-header h3{color:#111827;margin-bottom:0;font-size:1.1rem}.superuser-panel-header span{color:#64748b;font-size:.86rem}.usage-chart{gap:12px;display:grid}.usage-bar{grid-template-columns:40px 1fr 40px;align-items:center;gap:12px;display:grid}.day-label,.month-label{color:#64748b;font-size:.85rem;font-weight:600}.bar-container{background:#f1f5f9;border-radius:12px;height:24px;overflow:hidden}.bar-fill{background:linear-gradient(90deg,#3d5af1,#6366f1);border-radius:12px;height:100%;transition:width .3s}.usage-value{color:#111827;text-align:right;font-size:.85rem;font-weight:600}@media (width<=1024px){.dashboard-main{width:100%;margin-left:0;padding:60px 14px 20px}.superuser-hero,.superuser-summary-row,.superuser-dashboard-grid{grid-template-columns:1fr}}.usage-graph-panel{min-height:220px}.usage-message{color:#1e293b;background:#f8fafc;border:1px solid #dbeafe;border-radius:16px;padding:24px}.usage-message.error{color:#991b1b;background:#fff1f2;border-color:#fecdd3}.usage-graph{gap:16px;display:grid}.usage-bar-row{gap:8px;display:grid}.usage-labels{color:#334155;justify-content:space-between;align-items:center;gap:12px;font-size:.95rem;display:flex}.usage-client{text-overflow:ellipsis;white-space:nowrap;max-width:240px;font-weight:700;overflow:hidden}.usage-meta{justify-content:flex-end;display:flex}.usage-count{color:#64748b;font-size:.9rem}.usage-bar-track{background:#e2e8f0;border-radius:999px;width:100%;height:18px;overflow:hidden}.usage-bar-fill{border-radius:999px;height:100%;transition:width .3s}.admin-details-panel{flex-direction:column;gap:16px;display:flex}.admins-table td{color:#1b254b;vertical-align:middle;white-space:nowrap;padding:11px 14px;font-size:.855rem;line-height:1.4}.admins-table td:first-child{color:#a3aed0;text-align:center;width:48px;font-size:.78rem;font-weight:700}.school-info{flex-direction:column;display:flex}.school-name{font-weight:600}.address-snippet{color:#a3aed0;white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-size:.78rem;overflow:hidden}.contact-info,.location-info{flex-direction:column;gap:2px;font-size:.82rem;display:flex}.contact-info span,.location-info span{white-space:nowrap}.phone,.state-pin{color:#a3aed0;font-size:.78rem}.badge{color:#3d5af1;white-space:nowrap;letter-spacing:.02em;background:#eef2ff;border-radius:20px;padding:3px 10px;font-size:.72rem;font-weight:700;display:inline-block}.loader{color:#1b254b;padding:24px;font-weight:700}.loader.error{color:#b91c1c}.admins-page-container,.admin-form-container{width:100%;padding:0}.page-header{justify-content:space-between;align-items:center;margin-bottom:14px;padding:0 4px;display:flex}.page-header .header-left h1{color:#1b254b;margin-bottom:2px;font-size:1.3rem;font-weight:700}.page-header .header-left p{color:#a3aed0;margin:0;font-size:.82rem}.add-btn,.save-btn,.back-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3d5af1 0%,#6366f1 100%);border:none;border-radius:10px;padding:9px 18px;font-size:.875rem;font-weight:600;transition:all .2s;box-shadow:0 3px 10px #3d5af140}.add-btn:hover,.save-btn:hover,.back-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #3d5af159}.back-btn{color:#3d5af1;box-shadow:none;background:#fff;border:1.5px solid #c7d2fe}.back-btn:hover{box-shadow:none;background:#f0f4ff;transform:none}.table-card{background:#fff;border:1px solid #3d5af11a;border-radius:16px;padding:0;overflow:hidden;box-shadow:0 4px 24px #3d5af114}.table-card .table-controls{background:linear-gradient(90deg,#f0f4ff 0%,#f5f3ff 100%);border-bottom:1px solid #e0e7ff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:10px 16px;display:flex}.table-card .table-responsive{padding:0 0 4px;overflow-x:auto}.table-card .table-responsive::-webkit-scrollbar{height:5px}.table-card .table-responsive::-webkit-scrollbar-track{background:#f0f4ff}.table-card .table-responsive::-webkit-scrollbar-thumb{background:#c7d2fe;border-radius:4px}.table-card .table-responsive::-webkit-scrollbar-thumb:hover{background:#818cf8}.admins-table{border-collapse:collapse;width:100%}.admins-table thead{background:linear-gradient(90deg,#162040 0%,#1e2f5a 100%)}.admins-table th{text-align:left;color:#ffffffe6;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;border:none;padding:11px 14px;font-size:.7rem;font-weight:700}.admins-table tbody tr{border-bottom:1px solid #eef2ff;transition:background .15s,box-shadow .15s}.admins-table tbody tr:nth-child(2n){background:#f8f9ff}.admins-table tbody tr:nth-child(odd){background:#fff}.admins-table tbody tr:last-child{border-bottom:none}.admins-table tbody tr:hover{box-shadow:inset 3px 0 #3d5af1;background:#eef2ff!important}.admins-table tbody tr td{color:#1b254b;vertical-align:middle;white-space:nowrap;padding:11px 14px;font-size:.855rem;line-height:1.4}.admins-table tbody tr td:first-child{color:#a3aed0;text-align:center;width:48px;font-size:.78rem;font-weight:700}.admins-table tbody tr td:last-child{text-align:right}.admins-table .school-info{flex-direction:column;display:flex}.admins-table .school-info .school-name{margin-bottom:2px;font-weight:600}.admins-table .school-info .address-snippet{color:#a3aed0;white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-size:.78rem;overflow:hidden}.admins-table .contact-info,.admins-table .location-info,.admins-table .credential-info{flex-direction:column;gap:2px;font-size:.82rem;display:flex}.admins-table .contact-info span,.admins-table .location-info span,.admins-table .credential-info span{white-space:nowrap}.admins-table .contact-info .phone,.admins-table .contact-info .state-pin,.admins-table .contact-info .password,.admins-table .location-info .phone,.admins-table .location-info .state-pin,.admins-table .location-info .password,.admins-table .credential-info .phone,.admins-table .credential-info .state-pin,.admins-table .credential-info .password{color:#a3aed0;font-size:.78rem}.admins-table .badge{color:#3d5af1;white-space:nowrap;letter-spacing:.02em;background:#eef2ff;border-radius:20px;padding:3px 10px;font-size:.72rem;font-weight:700;display:inline-block}.admins-table .badge.secondary{color:#059669;background:#ecfdf5}.admins-table .password-column{text-align:center;vertical-align:middle;width:120px}.admins-table .password-cell{color:#1b254b;flex-direction:column;justify-content:center;align-items:center;gap:6px;font-family:monospace;font-size:.85rem;display:inline-flex}.admins-table .password-toggle-btn{color:#3d5af1;cursor:pointer;background:#eef2ff;border:none;border-radius:12px;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s,transform .2s;display:inline-flex}.admins-table .password-toggle-btn svg{width:18px;height:18px}.admins-table .password-toggle-btn:hover{background:#dbe4ff;transform:translateY(-1px)}.admins-table .password-text{text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:140px;overflow:hidden}.action-btns{justify-content:flex-end;gap:6px;display:flex}.action-btns button{cursor:pointer;white-space:nowrap;border-radius:20px;padding:5px 12px;font-size:.75rem;font-weight:700;transition:all .15s}.action-btns .edit-btn{color:#3d5af1;background:#eef2ff;border:1.5px solid #c7d2fe}.action-btns .edit-btn:hover{color:#fff;background:#3d5af1;border-color:#3d5af1}.action-btns .delete-btn{color:#dc2626;background:#fef2f2;border:1.5px solid #fecaca}.action-btns .delete-btn:hover{color:#fff;background:#dc2626;border-color:#dc2626}.form-card{background:#fff;border:1px solid #3d5af11a;border-radius:16px;width:100%;margin:0 auto;padding:24px;box-shadow:0 4px 24px #3d5af114}.form-section{margin-bottom:24px}.form-section .section-header{border-bottom:2px solid #eef2ff;justify-content:space-between;align-items:center;margin-bottom:14px;padding-bottom:8px;display:flex}.form-section h3{color:#3d5af1;text-transform:uppercase;letter-spacing:.06em;margin:0;font-size:.78rem;font-weight:700}.form-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.form-grid .full-width{grid-column:span 3}.form-grid .span-2{grid-column:span 2}.form-group{flex-direction:column;gap:5px;display:flex}.form-group label{color:#1b254b;letter-spacing:.01em;font-size:.78rem;font-weight:700}.form-group input,.form-group select,.form-group textarea{color:#1b254b;appearance:none;background:#f8f9ff;border:1.5px solid #e0e7ff;border-radius:9px;padding:9px 12px;font-family:inherit;font-size:.875rem;transition:border-color .2s,box-shadow .2s,background .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff;border-color:#3d5af1;outline:none;box-shadow:0 0 0 3px #3d5af11a}.form-group input::placeholder,.form-group select::placeholder,.form-group textarea::placeholder{color:#c7d2fe}.form-group select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%233d5af1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;padding-right:34px}.form-group textarea{resize:vertical;height:88px}.form-actions{justify-content:flex-end;margin-top:20px;display:flex}.form-actions .save-btn{min-width:160px;padding:10px 24px}.stats-row{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:16px;display:grid}.premium-stat-card{background:#fff;border:1px solid #3d5af114;border-radius:14px;flex-direction:column;gap:10px;padding:18px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 16px #3d5af112}.premium-stat-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px #3d5af124}.premium-stat-card .card-top{justify-content:space-between;align-items:center;display:flex}.premium-stat-card .card-top .icon{border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.2rem;display:flex}.premium-stat-card .card-top .trend{color:#a3aed0;text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:700}.premium-stat-card .card-top .trend.positive{color:#059669}.premium-stat-card .card-main h3{color:#a3aed0;margin-bottom:3px;font-size:.8rem;font-weight:600}.premium-stat-card .card-main p{color:#1b254b;font-size:1.3rem;font-weight:700}.premium-stat-card .card-footer{border-top:1px solid #eef2ff;padding-top:10px}.premium-stat-card .card-footer .action-link{color:#3d5af1;cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem;font-weight:700;transition:color .2s}.premium-stat-card .card-footer .action-link:hover{color:#0f2fd2;text-decoration:underline}.premium-stat-card.blue .icon{color:#3d5af1;background:#eef2ff}.premium-stat-card.purple .icon{color:#7c3aed;background:#f5f3ff}.premium-stat-card.green .icon{color:#059669;background:#ecfdf5}.school-tag{color:#3d5af1;background:#eef2ff;border-radius:20px;margin-left:8px;padding:3px 8px;font-size:.72rem;font-weight:700}@media (width<=1024px){.page-header{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:16px}.page-header .add-btn{text-align:center;width:100%}}@media (width<=768px){.stats-row{grid-template-columns:1fr;gap:10px}.form-grid{grid-template-columns:1fr}.form-grid .full-width,.form-grid .span-2{grid-column:span 1}.form-actions .save-btn{width:100%}}.payment-btn:hover{color:#fff;background:#2563eb}.modal-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.payment-modal{background:#fff;border-radius:12px;width:480px;max-width:95vw;overflow:hidden;box-shadow:0 20px 60px #0003}.payment-modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.payment-modal-header h2{color:#111827;margin:0;font-size:18px;font-weight:600}.payment-modal-body{flex-direction:column;gap:16px;padding:24px;display:flex}.payment-modal-body .form-group{flex-direction:column;gap:6px;display:flex}.payment-modal-body .form-group label{color:#374151;font-size:13px;font-weight:500}.payment-modal-body .form-group input,.payment-modal-body .form-group select{color:#111827;border:1px solid #d1d5db;border-radius:8px;outline:none;padding:10px 12px;font-size:14px;transition:border-color .2s}.payment-modal-body .form-group input:focus,.payment-modal-body .form-group select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.payment-modal-footer{background:#f9fafb;border-top:1px solid #e5e7eb;justify-content:flex-end;gap:10px;padding:16px 24px;display:flex}.payment-modal-footer .modal-cancel-btn,.payment-modal-footer .modal-save-btn{cursor:pointer;box-shadow:none;border-radius:8px;padding:9px 20px;font-size:14px;font-weight:500;transition:background .2s}.payment-modal-footer .modal-cancel-btn{color:#374151;background:#fff;border:1.5px solid #d1d5db}.payment-modal-footer .modal-cancel-btn:hover{background:#f3f4f6}.payment-modal-footer .modal-save-btn{color:#fff;background:#2563eb;border:none}.payment-modal-footer .modal-save-btn:hover{background:#1d4ed8}.payment-modal-footer .modal-save-btn:disabled{opacity:.6;cursor:not-allowed}.modal-close-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:18px}.modal-close-btn:hover{color:#111827;background:#f3f4f6}.payment-btn{color:#2563eb;cursor:pointer;background:#f0f7ff;border:1px solid #bfdbfe;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .2s}.payment-btn:hover:not(:disabled){color:#fff;background:#2563eb}.payment-toggle-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:20px;padding:14px 16px;display:flex}.payment-toggle-row .toggle-label{color:#374151;flex:1;font-size:14px;font-weight:500}.payment-toggle-row .toggle-options{gap:8px;display:flex}.payment-toggle-row .toggle-option{color:#6b7280;cursor:pointer;background:#fff;border:1.5px solid #d1d5db;border-radius:8px;align-items:center;gap:6px;padding:8px 20px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.payment-toggle-row .toggle-option input[type=radio]{display:none}.payment-toggle-row .toggle-option.active{color:#2563eb;background:#eff6ff;border-color:#2563eb}.payment-toggle-row .toggle-option:hover:not(.active){background:#f3f4f6;border-color:#9ca3af}.payment-btn:disabled,.payment-btn.disabled{color:#9ca3af;cursor:not-allowed;opacity:.6;background:#f3f4f6;border-color:#e5e7eb}.admin-dashboard-content{gap:20px;padding:24px}.admin-hero{background:#fff;border:1px solid #e8edf5;border-radius:18px;grid-template-columns:minmax(0,1fr) 260px;align-items:center;gap:24px;padding:32px 36px;display:grid;box-shadow:0 2px 16px #13234f0f}.admin-kicker{color:#3d5af1;letter-spacing:.06em;text-transform:uppercase;background:#3d5af114;border-radius:999px;width:fit-content;margin-bottom:14px;padding:6px 14px;font-size:.75rem;font-weight:800;display:inline-flex}.admin-hero h2{color:#0f172a;margin-bottom:10px;font-size:1.85rem;font-weight:800;line-height:1.2}.admin-hero>div>p{color:#64748b;max-width:580px;font-size:.92rem;line-height:1.65}.admin-hero-actions{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.admin-primary-btn,.admin-secondary-btn{cursor:pointer;border:0;border-radius:10px;padding:10px 20px;font-size:.875rem;font-weight:700;transition:transform .15s,box-shadow .15s,opacity .15s}.admin-primary-btn{color:#fff;background:#3d5af1;box-shadow:0 6px 20px #3d5af147}.admin-secondary-btn{color:#1e293b;background:#f8fafc;border:1px solid #e2e8f0}.admin-primary-btn:hover{transform:translateY(-1px);box-shadow:0 10px 26px #3d5af157}.admin-secondary-btn:hover{background:#f1f5f9;transform:translateY(-1px)}.admin-client-card{color:#fff;background:linear-gradient(140deg,#111827 0%,#1e3058 100%);border-radius:14px;flex-direction:column;justify-content:center;align-items:flex-start;min-height:160px;padding:22px 24px;display:flex}.admin-client-card.has-logo{box-shadow:none;background:#f8fafc;border:1px solid #e8edf5;justify-content:center;align-items:center;padding:20px}.admin-client-card>span{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;font-size:.78rem;font-weight:600}.admin-client-card>strong{word-break:break-all;font-size:1.5rem;font-weight:800;line-height:1.2}.admin-client-card>p{color:#94a3b8;margin-top:10px;font-size:.82rem}.admin-logo-display{flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.admin-logo-display img{object-fit:contain;max-width:90px;max-height:90px}.admin-school-name{text-align:center;font-size:.95rem;font-weight:800;line-height:1.3;color:#111827!important;margin:0!important}.admin-alert{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;padding:12px 16px;font-size:.875rem;font-weight:600}.admin-stats-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.admin-stat-card{background:#fff;border:1px solid #e8edf5;border-radius:14px;padding:20px 22px;box-shadow:0 2px 12px #13234f0d}.admin-stat-card>span{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px;font-size:.78rem;font-weight:700;display:block}.admin-stat-card>strong{color:#0f172a;word-break:break-word;font-size:clamp(1.3rem,2vw,1.8rem);font-weight:800;line-height:1.15;display:block}.admin-stat-card>p{color:#94a3b8;margin-top:8px;font-size:.82rem}.admin-stat-card.pending{border-left:3px solid #ef4444}.admin-stat-card.pending strong{color:#dc2626}.admin-stat-card.paid{border-left:3px solid #16a34a}.admin-stat-card.paid strong{color:#15803d}.admin-stat-card.collection{border-left:3px solid #f59e0b}.admin-stat-card.collection strong{color:#b45309}.admin-dashboard-grid{grid-template-columns:minmax(0,1.25fr) minmax(320px,1fr);gap:16px;display:grid}.admin-dashboard-grid.bottom{grid-template-columns:minmax(0,1.1fr) minmax(300px,1fr)}.admin-dashboard-grid.three-col{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) minmax(0,1fr)}.admin-panel{background:#fff;border:1px solid #e8edf5;border-radius:14px;min-width:0;padding:22px 24px;box-shadow:0 2px 12px #13234f0a}.admin-panel-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.admin-panel-header h3{color:#0f172a;margin-bottom:4px;font-size:1rem;font-weight:800}.admin-panel-header p{color:#94a3b8;font-size:.82rem}.admin-panel-header>span{color:#64748b;white-space:nowrap;flex-shrink:0;font-size:.82rem;font-weight:600}.admin-finance-chart{grid-template-columns:160px minmax(0,1fr);align-items:center;gap:28px;display:grid}.admin-donut{border-radius:50%;flex-shrink:0;place-items:center;width:160px;height:160px;display:grid;position:relative}.admin-donut:after{content:"";background:#fff;border-radius:50%;width:110px;height:110px;position:absolute}.admin-donut span{z-index:1;color:#0f172a;font-size:1.4rem;font-weight:800;position:relative}.admin-finance-list{gap:10px;display:grid}.admin-finance-list div{color:#64748b;background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;font-size:.875rem;display:flex}.admin-finance-list strong{color:#0f172a;text-align:right;font-size:.875rem;font-weight:700}.admin-class-chart{gap:10px;display:grid}.admin-class-row{grid-template-columns:70px minmax(0,1fr) 38px;align-items:center;gap:12px;display:grid}.admin-class-row span{color:#475569;white-space:nowrap;font-size:.82rem;font-weight:700}.admin-class-row strong{color:#0f172a;text-align:right;font-size:.82rem;font-weight:800}.admin-class-row div{background:#f1f5f9;border-radius:999px;height:10px;overflow:hidden}.admin-class-row i{border-radius:inherit;background:#3d5af1;height:100%;display:block}.admin-attendance-panel{grid-column:1/-1}.admin-attendance-chart{gap:10px;display:grid}.admin-attendance-row{background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;grid-template-columns:160px minmax(0,1fr) 54px;align-items:center;gap:14px;padding:12px 14px;display:grid}.admin-attendance-label{min-width:0}.admin-attendance-label strong{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:700;display:block;overflow:hidden}.admin-attendance-label span{color:#94a3b8;margin-top:2px;font-size:.75rem;display:block}.admin-attendance-track{background:#e5e7eb;border-radius:999px;height:10px;overflow:hidden}.admin-attendance-track i{border-radius:inherit;background:#16a34a;height:100%;display:block}.admin-attendance-row em{color:#15803d;text-align:right;font-size:.875rem;font-style:normal;font-weight:800}.admin-due-list,.admin-action-list{gap:8px;display:grid}.admin-due-list button,.admin-action-list button{text-align:left;cursor:pointer;background:#fff;border:1px solid #e8edf5;border-radius:10px;width:100%;padding:12px 14px;transition:border-color .15s,transform .15s,box-shadow .15s}.admin-due-list button{grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.admin-action-list button{flex-direction:row;align-items:center;gap:12px;display:flex}.admin-due-list button:hover,.admin-action-list button:hover{border-color:#3d5af14d;transform:translateY(-1px);box-shadow:0 6px 18px #13234f14}.admin-due-list button>span,.admin-action-list button>span{color:#3d5af1;background:#3d5af114;border-radius:10px;flex-shrink:0;place-items:center;width:40px;min-width:40px;height:40px;font-size:.875rem;font-weight:800;display:grid}.admin-action-list button>div{flex-direction:column;flex:1;min-width:0;display:flex}.admin-due-list strong,.admin-action-list strong{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:700;display:block;overflow:hidden}.admin-due-list small,.admin-action-list small{color:#94a3b8;margin-top:2px;font-size:.75rem;display:block}.admin-due-list em{color:#dc2626;white-space:nowrap;font-size:.875rem;font-style:normal;font-weight:700}.admin-empty{color:#94a3b8;text-align:center;place-items:center;min-height:100px;font-size:.875rem;font-weight:600;display:grid}.admin-leaves-count{color:#fff;background:#3d5af1;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;min-width:28px;height:28px;padding:0 8px;font-size:.8rem;font-weight:800;display:inline-flex}.admin-leaves-list{flex-direction:column;gap:8px;max-height:320px;padding-right:4px;display:flex;overflow-y:auto}.admin-leaves-list::-webkit-scrollbar{width:4px}.admin-leaves-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:999px}.admin-leaves-list::-webkit-scrollbar-thumb{background:#3d5af133;border-radius:999px}.admin-leaves-list::-webkit-scrollbar-thumb:hover{background:#3d5af159}.admin-leave-item{background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;grid-template-columns:60px minmax(0,1fr);gap:12px;padding:10px;transition:background .15s;display:grid}.admin-leave-item:hover{background:#f1f5f9}.admin-leave-date{color:#fff;background:linear-gradient(140deg,#3d5af1,#6366f1);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:8px 4px;display:flex}.admin-leave-day{font-size:1.15rem;font-weight:800;line-height:1}.admin-leave-dayname{opacity:.85;text-transform:uppercase;letter-spacing:.04em;margin-top:3px;font-size:.62rem;font-weight:600}.admin-leave-info{flex-direction:column;justify-content:center;gap:4px;min-width:0;display:flex}.admin-leave-type{gap:6px;margin-bottom:2px;display:flex}.admin-leave-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:4px;align-items:center;width:fit-content;padding:2px 7px;font-size:.67rem;font-weight:800;display:inline-flex}.admin-leave-badge.badge-holiday{color:#b91c1c;background:#dc26261a}.admin-leave-badge.badge-leave{color:#3d5af1;background:#3d5af11a}.admin-leave-item strong{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:700;overflow:hidden}.admin-leave-item small{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:.73rem;overflow:hidden}@media (width<=1180px){.admin-stats-row{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-dashboard-grid,.admin-dashboard-grid.bottom,.admin-dashboard-grid.three-col{grid-template-columns:1fr}}@media (width<=760px){.admin-dashboard-content{gap:14px;padding:16px}.admin-hero{grid-template-columns:1fr;padding:22px 20px}.admin-hero h2{font-size:1.45rem}.admin-stats-row{grid-template-columns:1fr}.admin-finance-chart{grid-template-columns:1fr;justify-items:center}.admin-finance-list{width:100%}.admin-due-list button{grid-template-columns:40px minmax(0,1fr)}.admin-due-list em{grid-column:2}.admin-attendance-row{grid-template-columns:1fr;gap:8px}.admin-attendance-row em{text-align:left}}.pending-fee-page{background:#f6f8fb;flex-direction:column;gap:24px;min-height:100%;padding:20px 20px 36px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.pending-fee-page .secondary-btn{cursor:pointer;color:#0f1e3d;background:#fff;border:1px solid #e5e9f0;border-radius:10px;padding:8px 16px;font-size:.82rem;font-weight:700;transition:background .15s,border-color .15s,transform .15s}.pending-fee-page .secondary-btn:hover:not(:disabled){background:#f6f8fb;border-color:#c5cedd}.pending-fee-page .secondary-btn:disabled{opacity:.5;cursor:not-allowed}.pending-fee-page .fee-header{background:#fff;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:22px 28px;display:flex;box-shadow:0 1px 2px #0f1e3e0a,0 10px 28px #0f1e3e12}.pending-fee-page .fee-header h1{color:#0f1e3d;letter-spacing:-.015em;margin:0 0 3px;font-size:1.32rem;font-weight:800}.pending-fee-page .fee-header p{color:#6b7b96;margin:0;font-size:.86rem}.pending-fee-page .fee-header-main{align-items:center;gap:16px;display:flex}.pending-fee-page .fee-header-icon{color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex;box-shadow:0 6px 16px #d9770661}.pending-fee-page .fee-header-icon svg{stroke-width:1.8px;width:24px;height:24px}.pending-fee-page .fee-stat-chip{background:#fdeaee;border:1px solid #fbd2da;border-radius:12px;flex-direction:column;align-items:flex-end;gap:2px;padding:10px 20px;display:flex}.pending-fee-page .fee-stat-chip span{color:#e11d48;text-transform:uppercase;letter-spacing:.05em;font-size:.66rem;font-weight:700}.pending-fee-page .fee-stat-chip strong{color:#1b2a4e;font-size:1.2rem;font-weight:800;line-height:1.2}.pending-fee-page .fee-filter-bar{background:#fff;border:1px solid #e5e9f0;border-radius:10px;flex-wrap:wrap;align-items:flex-end;gap:14px;padding:16px 20px;display:flex;box-shadow:0 4px 10px #0f1e3e12,0 1px 3px #0f1e3e0d}.pending-fee-page .fee-filter{flex-direction:column;gap:6px;min-width:150px;display:flex}.pending-fee-page .fee-filter label{color:#6b7b96;text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:700}.pending-fee-page .fee-filter select{color:#0f1e3d;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7B96' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 10px center/14px no-repeat;border:1.5px solid #e5e9f0;border-radius:6px;outline:none;padding:9px 30px 9px 12px;font-family:inherit;font-size:.82rem;font-weight:600;transition:border-color .15s}.pending-fee-page .fee-filter select:focus{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e52e}.pending-fee-page .fee-search{color:#6b7b96;background:#fff;border:1.5px solid #e5e9f0;border-radius:6px;flex:1;align-items:center;gap:8px;min-width:240px;padding:9px 14px;transition:border-color .15s,box-shadow .15s;display:flex}.pending-fee-page .fee-search:focus-within{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51f}.pending-fee-page .fee-search svg{color:#6b7b96;flex-shrink:0}.pending-fee-page .fee-search input{color:#0f1e3d;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:.85rem}.pending-fee-page .fee-search input::placeholder{color:#a4aec2}.pending-fee-page .fee-table-card{background:#fff;border:1px solid #e5e9f0;border-radius:10px;overflow:hidden;box-shadow:0 4px 10px #0f1e3e12,0 1px 3px #0f1e3e0d}.pending-fee-page .table-responsive{overflow-x:auto}.pending-fee-page .table-responsive::-webkit-scrollbar{height:6px}.pending-fee-page .table-responsive::-webkit-scrollbar-track{background:#f6f8fb}.pending-fee-page .table-responsive::-webkit-scrollbar-thumb{background:#c5ccd9;border-radius:10px}.pending-fee-page .fee-table{border-collapse:separate;border-spacing:0;width:100%;min-width:1100px}.pending-fee-page .fee-table th,.pending-fee-page .fee-table td{text-align:left;color:#0f1e3d;vertical-align:middle;border-bottom:1px solid #e5e9f0;border-right:1px solid #e5e9f0;padding:13px 16px;font-size:.81rem}.pending-fee-page .fee-table th:last-child,.pending-fee-page .fee-table td:last-child{border-right:none}.pending-fee-page .fee-table th{text-transform:uppercase;letter-spacing:.06em;color:#1b2a4e;white-space:nowrap;z-index:1;background:#f8fafc;border-bottom:2px solid #c5cedd;font-size:.68rem;font-weight:800;position:sticky;top:0}.pending-fee-page .fee-table tbody tr{transition:background .1s}.pending-fee-page .fee-table tbody tr:nth-child(2n){background:#fafbfd}.pending-fee-page .fee-table tbody tr:nth-child(odd){background:#fff}.pending-fee-page .fee-table tbody tr:hover{background:#eef2ff!important}.pending-fee-page .fee-table tbody tr:last-child td{border-bottom:none}.pending-fee-page .fee-no-cell{color:#6b7b96;font-weight:600}.pending-fee-page .fee-plain-cell{color:#0f1e3d;white-space:nowrap}.pending-fee-page .fee-name-cell{color:#0f1e3d;white-space:nowrap;font-weight:600}.pending-fee-page .fee-amount-cell{white-space:nowrap;font-family:SFMono-Regular,Consolas,Courier New,monospace;font-weight:700}.pending-fee-page .fee-fine{color:#e11d48}.pending-fee-page .fee-amount{color:#1b2a4e}.pending-fee-page .fee-empty{text-align:center;color:#a4aec2;background:#fff;padding:64px 24px;font-size:.88rem;font-weight:500}.pending-fee-page .fee-error{text-align:center;color:#e11d48;background:#fdeaee;padding:24px;font-size:.88rem;font-weight:600}.pending-fee-page .fee-table-controls{background:#f8fafc;border-top:1px solid #e5e9f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex}.pending-fee-page .fee-table-filter{align-items:center;gap:8px;display:flex}.pending-fee-page .fee-table-filter label{color:#6b7b96;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;font-size:.72rem;font-weight:700}.pending-fee-page .fee-select{color:#0f1e3d;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7B96' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 8px center/14px no-repeat;border:1.5px solid #e5e9f0;border-radius:6px;outline:none;padding:6px 30px 6px 12px;font-family:inherit;font-size:.8rem;font-weight:600;transition:border-color .12s}.pending-fee-page .fee-select:focus{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e52e}.pending-fee-page .fee-table-pagination{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.pending-fee-page .fee-table-pagination span{color:#6b7b96;white-space:nowrap;font-size:.78rem;font-weight:600}.pending-fee-page .fee-pagination-buttons{gap:8px;display:flex}@media (width<=768px){.pending-fee-page .fee-header{flex-direction:column;align-items:flex-start}.pending-fee-page .fee-filter-bar{flex-direction:column;align-items:stretch}.pending-fee-page .fee-search{min-width:0}.pending-fee-page .fee-table-controls{flex-direction:column;align-items:flex-start}}.paid-fee-page{background:#f6f8fb;flex-direction:column;gap:24px;min-height:100%;padding:20px 20px 36px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.paid-fee-page .secondary-btn{cursor:pointer;color:#0f1e3d;background:#fff;border:1px solid #e5e9f0;border-radius:10px;padding:8px 16px;font-size:.82rem;font-weight:700;transition:background .15s,border-color .15s,transform .15s}.paid-fee-page .secondary-btn:hover:not(:disabled){background:#f6f8fb;border-color:#c5cedd}.paid-fee-page .secondary-btn:disabled{opacity:.5;cursor:not-allowed}.paid-fee-page .fee-header{background:#fff;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:22px 28px;display:flex;box-shadow:0 1px 2px #0f1e3e0a,0 10px 28px #0f1e3e12}.paid-fee-page .fee-header h1{color:#0f1e3d;letter-spacing:-.015em;margin:0 0 3px;font-size:1.32rem;font-weight:800}.paid-fee-page .fee-header p{color:#6b7b96;margin:0;font-size:.86rem}.paid-fee-page .fee-header-main{align-items:center;gap:16px;display:flex}.paid-fee-page .fee-header-icon{color:#fff;background:linear-gradient(135deg,#34d399,#16a34a);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex;box-shadow:0 6px 16px #16a34a61}.paid-fee-page .fee-header-icon svg{stroke-width:1.8px;width:24px;height:24px}.paid-fee-page .fee-stat-chip{background:#e8f8ee;border:1px solid #bbf0d6;border-radius:12px;flex-direction:column;align-items:flex-end;gap:2px;padding:10px 20px;display:flex}.paid-fee-page .fee-stat-chip span{color:#16a34a;text-transform:uppercase;letter-spacing:.05em;font-size:.66rem;font-weight:700}.paid-fee-page .fee-stat-chip strong{color:#1b2a4e;font-size:1.2rem;font-weight:800;line-height:1.2}.paid-fee-page .fee-filter-bar{background:#fff;border:1px solid #e5e9f0;border-radius:10px;flex-wrap:wrap;align-items:flex-end;gap:14px;padding:16px 20px;display:flex;box-shadow:0 4px 10px #0f1e3e12,0 1px 3px #0f1e3e0d}.paid-fee-page .fee-filter{flex-direction:column;gap:6px;min-width:150px;display:flex}.paid-fee-page .fee-filter label{color:#6b7b96;text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:700}.paid-fee-page .fee-filter select{color:#0f1e3d;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7B96' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 10px center/14px no-repeat;border:1.5px solid #e5e9f0;border-radius:6px;outline:none;padding:9px 30px 9px 12px;font-family:inherit;font-size:.82rem;font-weight:600;transition:border-color .15s}.paid-fee-page .fee-filter select:focus{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e52e}.paid-fee-page .fee-search{color:#6b7b96;background:#fff;border:1.5px solid #e5e9f0;border-radius:6px;flex:1;align-items:center;gap:8px;min-width:240px;padding:9px 14px;transition:border-color .15s,box-shadow .15s;display:flex}.paid-fee-page .fee-search:focus-within{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51f}.paid-fee-page .fee-search svg{color:#6b7b96;flex-shrink:0}.paid-fee-page .fee-search input{color:#0f1e3d;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:.85rem}.paid-fee-page .fee-search input::placeholder{color:#a4aec2}.paid-fee-page .fee-table-card{background:#fff;border:1px solid #e5e9f0;border-radius:10px;overflow:hidden;box-shadow:0 4px 10px #0f1e3e12,0 1px 3px #0f1e3e0d}.paid-fee-page .table-responsive{overflow-x:auto}.paid-fee-page .table-responsive::-webkit-scrollbar{height:6px}.paid-fee-page .table-responsive::-webkit-scrollbar-track{background:#f6f8fb}.paid-fee-page .table-responsive::-webkit-scrollbar-thumb{background:#c5ccd9;border-radius:10px}.paid-fee-page .fee-table{border-collapse:separate;border-spacing:0;width:100%;min-width:1020px}.paid-fee-page .fee-table th,.paid-fee-page .fee-table td{text-align:left;color:#0f1e3d;vertical-align:middle;border-bottom:1px solid #e5e9f0;border-right:1px solid #e5e9f0;padding:13px 16px;font-size:.81rem}.paid-fee-page .fee-table th:last-child,.paid-fee-page .fee-table td:last-child{border-right:none}.paid-fee-page .fee-table th{text-transform:uppercase;letter-spacing:.06em;color:#1b2a4e;white-space:nowrap;z-index:1;background:#f8fafc;border-bottom:2px solid #c5cedd;font-size:.68rem;font-weight:800;position:sticky;top:0}.paid-fee-page .fee-table tbody tr{transition:background .1s}.paid-fee-page .fee-table tbody tr:nth-child(2n){background:#fafbfd}.paid-fee-page .fee-table tbody tr:nth-child(odd){background:#fff}.paid-fee-page .fee-table tbody tr:hover{background:#eef2ff!important}.paid-fee-page .fee-table tbody tr:last-child td{border-bottom:none}.paid-fee-page .fee-no-cell{color:#6b7b96;font-weight:600}.paid-fee-page .fee-plain-cell{color:#0f1e3d;white-space:nowrap}.paid-fee-page .fee-name-cell{color:#0f1e3d;white-space:nowrap;font-weight:600}.paid-fee-page .paid-amount-cell{color:#16a34a;white-space:nowrap;font-family:SFMono-Regular,Consolas,Courier New,monospace;font-weight:700}.paid-fee-page .fee-empty{text-align:center;color:#a4aec2;background:#fff;padding:64px 24px;font-size:.88rem;font-weight:500}.paid-fee-page .fee-error{text-align:center;color:#e11d48;background:#fdeaee;padding:24px;font-size:.88rem;font-weight:600}.paid-fee-page .fee-table-controls{background:#f8fafc;border-top:1px solid #e5e9f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex}.paid-fee-page .fee-table-filter{align-items:center;gap:8px;display:flex}.paid-fee-page .fee-table-filter label{color:#6b7b96;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;font-size:.72rem;font-weight:700}.paid-fee-page .fee-select{color:#0f1e3d;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7B96' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 8px center/14px no-repeat;border:1.5px solid #e5e9f0;border-radius:6px;outline:none;padding:6px 30px 6px 12px;font-family:inherit;font-size:.8rem;font-weight:600;transition:border-color .12s}.paid-fee-page .fee-select:focus{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e52e}.paid-fee-page .fee-table-pagination{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.paid-fee-page .fee-table-pagination span{color:#6b7b96;white-space:nowrap;font-size:.78rem;font-weight:600}.paid-fee-page .fee-pagination-buttons{gap:8px;display:flex}@media (width<=768px){.paid-fee-page .fee-header{flex-direction:column;align-items:flex-start}.paid-fee-page .fee-filter-bar{flex-direction:column;align-items:stretch}.paid-fee-page .fee-search{min-width:0}.paid-fee-page .fee-table-controls{flex-direction:column;align-items:flex-start}}.student-list-page{background:#f6f8fb;flex-direction:column;gap:24px;min-height:100%;padding:20px 20px 36px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.student-list-page .secondary-btn{cursor:pointer;color:#0f1e3d;background:#fff;border:1px solid #e5e9f0;border-radius:10px;padding:8px 16px;font-size:.82rem;font-weight:700;transition:background .15s,border-color .15s,transform .15s}.student-list-page .secondary-btn:hover:not(:disabled){background:#f6f8fb;border-color:#c5cedd}.student-list-page .secondary-btn:disabled{opacity:.5;cursor:not-allowed}.student-list-page .student-header{background:#fff;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:22px 28px;display:flex;box-shadow:0 1px 2px #0f1e3e0a,0 10px 28px #0f1e3e12}.student-list-page .student-header h1{color:#0f1e3d;letter-spacing:-.015em;margin:0 0 3px;font-size:1.36rem;font-weight:800}.student-list-page .student-header p{color:#6b7b96;margin:0;font-size:.86rem}.student-list-page .student-header-main{align-items:center;gap:16px;display:flex}.student-list-page .student-header-icon{color:#fff;background:linear-gradient(135deg,#6366f1,#4338ca);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex;box-shadow:0 6px 16px #4f46e561}.student-list-page .student-header-icon svg{stroke-width:1.8px;width:24px;height:24px}.student-list-page .student-stat-chip{background:#eef2ff;border:1px solid #dce3ff;border-radius:12px;flex-direction:column;align-items:flex-end;gap:2px;padding:10px 20px;display:flex}.student-list-page .student-stat-chip span{color:#4f46e5;text-transform:uppercase;letter-spacing:.05em;font-size:.66rem;font-weight:700}.student-list-page .student-stat-chip strong{color:#1b2a4e;font-size:1.2rem;font-weight:800;line-height:1.2}.student-list-page .student-filter-bar{background:#fff;border:1px solid #e5e9f0;border-radius:10px;flex-wrap:wrap;align-items:flex-end;gap:14px;padding:16px 20px;display:flex;box-shadow:0 4px 10px #0f1e3e12,0 1px 3px #0f1e3e0d}.student-list-page .student-filter{flex-direction:column;gap:6px;min-width:160px;display:flex}.student-list-page .student-filter label{color:#6b7b96;text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:700}.student-list-page .student-filter select{color:#0f1e3d;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7B96' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 10px center/14px no-repeat;border:1.5px solid #e5e9f0;border-radius:6px;outline:none;padding:9px 30px 9px 12px;font-family:inherit;font-size:.82rem;font-weight:600;transition:border-color .15s}.student-list-page .student-filter select:focus{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e52e}.student-list-page .student-search{color:#6b7b96;background:#fff;border:1.5px solid #e5e9f0;border-radius:6px;flex:1;align-items:center;gap:8px;min-width:260px;padding:9px 14px;transition:border-color .15s,box-shadow .15s;display:flex}.student-list-page .student-search:focus-within{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51f}.student-list-page .student-search svg{color:#6b7b96;flex-shrink:0}.student-list-page .student-search input{color:#0f1e3d;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:.85rem}.student-list-page .student-search input::placeholder{color:#a4aec2}.student-list-page .student-table-card{background:#fff;border:1px solid #e5e9f0;border-radius:10px;overflow:hidden;box-shadow:0 4px 10px #0f1e3e12,0 1px 3px #0f1e3e0d}.student-list-page .table-responsive{overflow-x:auto}.student-list-page .table-responsive::-webkit-scrollbar{height:6px}.student-list-page .table-responsive::-webkit-scrollbar-track{background:#f6f8fb}.student-list-page .table-responsive::-webkit-scrollbar-thumb{background:#c5ccd9;border-radius:10px}.student-list-page .student-table{border-collapse:separate;border-spacing:0;width:100%;min-width:1280px}.student-list-page .student-table th,.student-list-page .student-table td{text-align:left;color:#0f1e3d;vertical-align:middle;border-bottom:1px solid #e5e9f0;border-right:1px solid #e5e9f0;padding:13px 16px;font-size:.81rem}.student-list-page .student-table th:last-child,.student-list-page .student-table td:last-child{border-right:none}.student-list-page .student-table th{text-transform:uppercase;letter-spacing:.06em;color:#1b2a4e;white-space:nowrap;z-index:1;background:#f8fafc;border-bottom:2px solid #c5cedd;font-size:.68rem;font-weight:800;position:sticky;top:0}.student-list-page .student-table tbody tr{transition:background .1s}.student-list-page .student-table tbody tr:nth-child(2n){background:#fafbfd}.student-list-page .student-table tbody tr:nth-child(odd){background:#fff}.student-list-page .student-table tbody tr:hover{background:#eef2ff!important}.student-list-page .student-table tbody tr:last-child td{border-bottom:none}.student-list-page .student-no-cell{color:#6b7b96;font-weight:600}.student-list-page .student-plain-cell{color:#0f1e3d;white-space:nowrap}.student-list-page .student-name-cell{color:#0f1e3d;white-space:nowrap;font-weight:600}.student-list-page .student-address-cell{text-overflow:ellipsis;white-space:nowrap;max-width:160px;overflow:hidden}.student-list-page .student-empty{text-align:center;color:#a4aec2;background:#fff;padding:64px 24px;font-size:.88rem;font-weight:500}.student-list-page .student-error{text-align:center;color:#e11d48;background:#fdeaee;padding:24px;font-size:.88rem;font-weight:600}.student-list-page .student-table-controls{background:#f8fafc;border-top:1px solid #e5e9f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex}.student-list-page .student-table-filter{align-items:center;gap:8px;display:flex}.student-list-page .student-table-filter label{color:#6b7b96;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;font-size:.72rem;font-weight:700}.student-list-page .student-select{color:#0f1e3d;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7B96' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 8px center/14px no-repeat;border:1.5px solid #e5e9f0;border-radius:6px;outline:none;padding:6px 30px 6px 12px;font-family:inherit;font-size:.8rem;font-weight:600;transition:border-color .12s}.student-list-page .student-select:focus{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e52e}.student-list-page .student-table-pagination{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.student-list-page .student-table-pagination span{color:#6b7b96;white-space:nowrap;font-size:.78rem;font-weight:600}.student-list-page .student-pagination-buttons{gap:8px;display:flex}@media (width<=768px){.student-list-page .student-header{flex-direction:column;align-items:flex-start}.student-list-page .student-filter-bar{flex-direction:column;align-items:stretch}.student-list-page .student-search{min-width:0}.student-list-page .student-table-controls{flex-direction:column;align-items:flex-start}}.job-categories-page{background:#f6f8fb;flex-direction:column;gap:28px;min-height:100%;padding:20px 20px 36px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.job-categories-page .primary-btn,.job-categories-page .secondary-btn{cursor:pointer;border:1px solid #0000;border-radius:10px;padding:10px 20px;font-size:.85rem;font-weight:700;transition:background .15s,border-color .15s,box-shadow .15s,transform .15s}.job-categories-page .primary-btn{color:#fff;background:#4f46e5;box-shadow:0 4px 12px #4f46e552}.job-categories-page .primary-btn:hover{background:#352be1;transform:translateY(-1px);box-shadow:0 6px 16px #4f46e56b}.job-categories-page .primary-btn:active{transform:translateY(0)}.job-categories-page .primary-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.job-categories-page .secondary-btn{color:#0f1e3d;background:#fff;border-color:#e5e9f0;padding:8px 16px}.job-categories-page .secondary-btn:hover{background:#f6f8fb;border-color:#c5cedd}.job-categories-page .secondary-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.job-categories-page .category-header{background:#fff;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:22px 28px;display:flex;box-shadow:0 1px 2px #0f1e3e0a,0 10px 28px #0f1e3e12}.job-categories-page .category-header h1{color:#0f1e3d;letter-spacing:-.015em;margin:0 0 3px;font-size:1.36rem;font-weight:800}.job-categories-page .category-header p{color:#6b7b96;margin:0;font-size:.86rem}.job-categories-page .category-header-main{align-items:center;gap:16px;display:flex}.job-categories-page .category-header-icon{color:#fff;background:linear-gradient(135deg,#6366f1,#4338ca);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex;box-shadow:0 6px 16px #4f46e561}.job-categories-page .category-header-icon svg{stroke-width:1.8px;width:24px;height:24px}.job-categories-page .category-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.job-categories-page .category-table-card{background:#fff;border:1px solid #e5e9f0;border-radius:10px;overflow:hidden;box-shadow:0 4px 10px #0f1e3e12,0 1px 3px #0f1e3e0d}.job-categories-page .table-responsive{overflow-x:auto}.job-categories-page .table-responsive::-webkit-scrollbar{height:6px}.job-categories-page .table-responsive::-webkit-scrollbar-track{background:#f6f8fb}.job-categories-page .table-responsive::-webkit-scrollbar-thumb{background:#c5ccd9;border-radius:10px}.job-categories-page .category-table{border-collapse:separate;border-spacing:0;width:100%;min-width:720px}.job-categories-page .category-table th,.job-categories-page .category-table td{text-align:left;color:#0f1e3d;vertical-align:middle;border-bottom:1px solid #e5e9f0;border-right:1px solid #e5e9f0;padding:14px 16px;font-size:.81rem}.job-categories-page .category-table th:last-child,.job-categories-page .category-table td:last-child{border-right:none}.job-categories-page .category-table th{text-transform:uppercase;letter-spacing:.06em;color:#1b2a4e;white-space:nowrap;z-index:1;background:#f8fafc;border-bottom:2px solid #c5cedd;font-size:.68rem;font-weight:800;position:sticky;top:0}.job-categories-page .category-table tbody tr{transition:background .1s}.job-categories-page .category-table tbody tr:nth-child(2n){background:#fafbfd}.job-categories-page .category-table tbody tr:nth-child(odd){background:#fff}.job-categories-page .category-table tbody tr:hover{background:#eef2ff!important}.job-categories-page .category-table tbody tr:last-child td{border-bottom:none}.job-categories-page .category-no-cell{color:#6b7b96;font-weight:600}.job-categories-page .category-plain-cell{color:#0f1e3d}.job-categories-page .category-name-cell{color:#0f1e3d;font-weight:600}.job-categories-page .default-tag{color:#6b7b96;text-transform:uppercase;letter-spacing:.03em;background:#f1f2f5;border:1px solid #e2e4e9;border-radius:100px;align-items:center;margin-left:8px;padding:2px 8px;font-size:.66rem;font-weight:700;display:inline-flex}.job-categories-page .pill{color:#0f1e3d;white-space:nowrap;background:#f1f2f5;border:1px solid #e2e4e9;border-radius:100px;align-items:center;padding:4px 12px;font-size:.72rem;font-weight:700;display:inline-flex}.job-categories-page .action-btn{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;transition:background .12s,transform .12s;display:inline-flex}.job-categories-page .action-btn:hover{transform:translateY(-1px)}.job-categories-page .action-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.job-categories-page .edit-btn{color:#2563eb;background:#eaf2fe}.job-categories-page .edit-btn:hover:not(:disabled){background:#d7e6fd}.job-categories-page .delete-btn{color:#e11d48;background:#fdeaee}.job-categories-page .delete-btn:hover:not(:disabled){background:#fbd7df}.job-categories-page .category-actions-cell{align-items:center;gap:6px;display:flex}.job-categories-page .category-empty{text-align:center;color:#a4aec2;background:#fff;padding:64px 24px;font-size:.88rem;font-weight:500}.job-categories-page .category-table-controls{background:#f8fafc;border-top:1px solid #e5e9f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex}.job-categories-page .category-table-filter{align-items:center;gap:8px;display:flex}.job-categories-page .category-table-filter label{color:#6b7b96;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;font-size:.72rem;font-weight:700}.job-categories-page .category-select{color:#0f1e3d;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7B96' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 8px center/14px no-repeat;border:1.5px solid #e5e9f0;border-radius:6px;outline:none;padding:6px 30px 6px 12px;font-family:inherit;font-size:.8rem;font-weight:600;transition:border-color .12s}.job-categories-page .category-select:focus{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e52e}.job-categories-page .category-table-pagination{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.job-categories-page .category-table-pagination span{color:#6b7b96;white-space:nowrap;font-size:.78rem;font-weight:600}.job-categories-page .category-pagination-buttons{gap:8px;display:flex}@media (width<=640px){.job-categories-page .category-header,.job-categories-page .category-table-controls{flex-direction:column;align-items:flex-start}}.job-category-form-page{background:#f6f8fb;flex-direction:column;gap:28px;width:100%;min-height:100%;padding:20px 20px 36px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.job-category-form-page .form-header{background:#fff;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:22px 28px;display:flex;box-shadow:0 1px 2px #0f1e3e0a,0 10px 28px #0f1e3e12}.job-category-form-page .form-header h1{color:#0f1e3d;letter-spacing:-.015em;margin:0 0 3px;font-size:1.36rem;font-weight:800}.job-category-form-page .form-header p{color:#6b7b96;margin:0;font-size:.86rem}.job-category-form-page .form-header-main{align-items:center;gap:16px;display:flex}.job-category-form-page .form-header-icon{color:#fff;background:linear-gradient(135deg,#6366f1,#4338ca);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex;box-shadow:0 6px 16px #4f46e561}.job-category-form-page .form-header-icon svg{stroke-width:1.8px;width:24px;height:24px}.job-category-form-page .back-btn{color:#4f46e5;cursor:pointer;background:#fff;border:1.5px solid #e0e7ff;border-radius:10px;padding:10px 20px;font-size:.85rem;font-weight:700;transition:background .15s,border-color .15s,transform .15s}.job-category-form-page .back-btn:hover{background:#eef2ff;border-color:#4f46e5;transform:translateY(-1px)}.job-category-form-page .form-card{background:#fff;border:1px solid #e5e9f0;border-radius:16px;width:100%;margin:0 auto;padding:28px;box-shadow:0 1px 2px #0f1e3e0d,0 8px 24px #0f1e3e0f}.job-category-form-page .form-group{flex-direction:column;gap:6px;display:flex}.job-category-form-page .form-group label{color:#1b2a4e;letter-spacing:.01em;font-size:.78rem;font-weight:700}.job-category-form-page .form-group input{color:#0f1e3d;background:#f8fafc;border:1.5px solid #e5e9f0;border-radius:10px;padding:9px 12px;font-family:inherit;font-size:.85rem;transition:border-color .15s,box-shadow .15s,background .15s}.job-category-form-page .form-group input:focus{background:#fff;border-color:#4f46e5;outline:none;box-shadow:0 0 0 3px #4f46e51f}.job-category-form-page .form-group input::placeholder{color:#a4aec2}.job-category-form-page .form-group input:disabled{color:#6b7b96;cursor:not-allowed;background:#f1f2f5}.job-category-form-page .field-hint{color:#6b7b96;margin-top:4px;font-size:.8rem}.job-category-form-page .save-btn{color:#fff;letter-spacing:.015em;cursor:pointer;background:linear-gradient(135deg,#818cf8 0%,#6366f1 45%,#4338ca 100%);border:none;border-radius:11px;min-width:160px;padding:10px 22px;font-size:.875rem;font-weight:700;transition:box-shadow .18s,transform .18s,filter .18s;position:relative;box-shadow:0 4px 14px #4338ca61,inset 0 1px #ffffff59,inset 0 -1px #00000014}.job-category-form-page .save-btn:hover{filter:brightness(1.06);transform:translateY(-2px);box-shadow:0 8px 20px #4338ca75,inset 0 1px #fff6,inset 0 -1px #00000014}.job-category-form-page .save-btn:active{filter:brightness(.97);transform:translateY(0);box-shadow:0 2px 8px #4338ca59,inset 0 1px 2px #00000026}.job-category-form-page .save-btn:disabled{opacity:.6;cursor:not-allowed;filter:none;box-shadow:none;transform:none}.job-category-form-page .form-actions{justify-content:flex-end;display:flex}@media (width<=1024px){.job-category-form-page .form-header{flex-direction:column;align-items:flex-start}}.primary-btn{color:#fff;background:#4f46e5;border-color:#0000;border-radius:10px;padding:10px 20px;font-size:.85rem;box-shadow:0 4px 12px #4f46e552}.staff-page{background:#f6f8fb;flex-direction:column;gap:28px;min-height:100%;padding:20px 20px 36px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.staff-header{background:#fff;border:none;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:22px 28px;display:flex;box-shadow:0 1px 2px #0f1e3e0a,0 10px 28px #0f1e3e12}.staff-header h1{color:#0f1e3d;letter-spacing:-.015em;margin:0 0 3px;font-size:1.36rem;font-weight:800}.staff-header p{color:#6b7b96;margin:0;font-size:.86rem}.staff-header-main{align-items:center;gap:16px;display:flex}.staff-header-icon{color:#fff;background:linear-gradient(135deg,#6366f1,#4338ca);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex;box-shadow:0 6px 16px #4f46e561}.staff-header-icon svg{stroke-width:1.8px;width:24px;height:24px}.staff-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.staff-table-card{background:#fff;border:1px solid #e5e9f0;border-radius:10px;overflow:hidden;box-shadow:0 4px 10px #0f1e3e12,0 1px 3px #0f1e3e0d}.staff-toolbar{border-bottom:1px solid #e5e9f0;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.staff-search{color:#6b7b96;background:#fff;border:1px solid #e5e9f0;border-radius:6px;align-items:center;gap:8px;width:320px;max-width:100%;padding:9px 14px;transition:border-color .12s,box-shadow .12s;display:flex}.staff-search:focus-within{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51f}.staff-search svg{color:#6b7b96;flex-shrink:0}.staff-search input{color:#0f1e3d;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:.85rem}.staff-search input::placeholder{color:#a4aec2}.staff-table{border-collapse:separate;border-spacing:0;width:100%;min-width:1320px}.staff-table th,.staff-table td{text-align:left;color:#0f1e3d;vertical-align:middle;border-bottom:1px solid #e5e9f0;border-right:1px solid #e5e9f0;padding:14px 16px;font-size:.81rem}.staff-table th:last-child,.staff-table td:last-child{border-right:none}.staff-table th{text-transform:uppercase;letter-spacing:.06em;color:#1b2a4e;white-space:nowrap;z-index:1;background:#f8fafc;border-bottom:2px solid #c5cedd;font-size:.68rem;font-weight:800;position:sticky;top:0}.staff-table tbody tr{transition:background .1s}.staff-table tbody tr:nth-child(2n){background:#fafbfd}.staff-table tbody tr:nth-child(odd){background:#fff}.staff-table tbody tr:hover{background:#eef2ff!important}.staff-table tbody tr:last-child td{border-bottom:none}.staff-no-cell{color:#6b7b96;font-weight:600}.staff-plain-cell{color:#0f1e3d}.staff-address-cell{text-overflow:ellipsis;white-space:nowrap;max-width:150px;overflow:hidden}.staff-person{align-items:center;gap:10px;display:flex}.staff-avatar{color:#fff;letter-spacing:.02em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.66rem;font-weight:700;display:flex}.staff-person-name{color:#0f1e3d;white-space:nowrap;font-weight:600}.pill{color:#0f1e3d;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;background:#f1f2f5;border:1px solid #e2e4e9;border-radius:100px;align-items:center;padding:4px 12px;font-size:.72rem;font-weight:700;display:inline-flex}.staff-assignments-list{flex-direction:column;gap:4px;display:flex}.staff-assignment-chip{color:#0f1e3d;white-space:nowrap;background:#f1f2f5;border:1px solid #e2e4e9;border-radius:6px;padding:2px 8px;font-size:.74rem}.staff-password-column{white-space:nowrap}.staff-password-cell{align-items:center;gap:8px;display:flex}.staff-password-text{color:#0f1e3d;background:#f6f8fb;border:1px solid #e5e9f0;border-radius:6px;padding:2px 8px;font-family:SFMono-Regular,Consolas,Courier New,monospace;font-size:.78rem}.staff-date-cell{flex-direction:column;line-height:1.3;display:flex}.staff-date-main{color:#0f1e3d;font-weight:600}.staff-date-sub{color:#6b7b96;font-size:.72rem}.staff-password-toggle{color:#2563eb}.staff-password-toggle:hover{background:#eaf2fe}.edit-btn:hover{background:#d7e6fd}.delete-btn{color:#e11d48;background:#fdeaee}.delete-btn:hover{background:#fbd7df}.staff-actions-cell{align-items:center;gap:6px;display:flex}.staff-empty{text-align:center;color:#a4aec2;background:#fff;padding:64px 24px;font-size:.88rem;font-weight:500}.staff-table-controls{background:#f8fafc;border-top:1px solid #e5e9f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex}.staff-table-filter{align-items:center;gap:8px;display:flex}.staff-table-filter label{color:#6b7b96;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;font-size:.72rem;font-weight:700}.staff-select{color:#0f1e3d;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7B96' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 8px center/14px no-repeat;border:1.5px solid #e5e9f0;border-radius:6px;outline:none;padding:6px 30px 6px 12px;font-family:inherit;font-size:.8rem;font-weight:600;transition:border-color .12s}.staff-select:focus{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e52e}.staff-table-pagination{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.staff-table-pagination span{color:#6b7b96;white-space:nowrap;font-size:.78rem;font-weight:600}.staff-pagination-buttons{gap:8px;display:flex}@media (width<=640px){.staff-header{flex-direction:column;align-items:flex-start}.staff-toolbar{flex-direction:column;align-items:stretch}.staff-search{width:100%}.staff-table-controls{flex-direction:column;align-items:flex-start}}.staff-form-page{background:#f6f8fb;flex-direction:column;gap:28px;width:100%;min-height:100%;padding:20px 20px 36px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.staff-form-page .form-header{background:#fff;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:22px 28px;display:flex;box-shadow:0 1px 2px #0f1e3e0a,0 10px 28px #0f1e3e12}.staff-form-page .form-header h1{color:#0f1e3d;letter-spacing:-.015em;margin:0 0 3px;font-size:1.36rem;font-weight:800}.staff-form-page .form-header p{color:#6b7b96;margin:0;font-size:.86rem}.staff-form-page .form-header-main{align-items:center;gap:16px;display:flex}.staff-form-page .form-header-icon{color:#fff;background:linear-gradient(135deg,#6366f1,#4338ca);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex;box-shadow:0 6px 16px #4f46e561}.staff-form-page .form-header-icon svg{stroke-width:1.8px;width:24px;height:24px}.staff-form-page .back-btn{color:#4f46e5;cursor:pointer;background:#fff;border:1.5px solid #e0e7ff;border-radius:10px;padding:10px 20px;font-size:.85rem;font-weight:700;transition:background .15s,border-color .15s,transform .15s}.staff-form-page .back-btn:hover{background:#eef2ff;border-color:#4f46e5;transform:translateY(-1px)}.staff-form-page .form-card{background:#fff;border:1px solid #e5e9f0;border-radius:16px;width:100%;padding:28px;box-shadow:0 1px 2px #0f1e3e0d,0 8px 24px #0f1e3e0f}.staff-form-page .form-section{margin-bottom:24px}.staff-form-page .form-section .section-header{border-bottom:2px solid #eef2ff;justify-content:space-between;align-items:center;margin-bottom:14px;padding-bottom:8px;display:flex}.staff-form-page .form-section h3{color:#4f46e5;text-transform:uppercase;letter-spacing:.07em;margin:0 0 14px;font-size:.72rem;font-weight:700}.staff-form-page .form-section .section-header h3{margin-bottom:0}.staff-form-page .form-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.staff-form-page .form-grid .full-width{grid-column:span 3}.staff-form-page .form-grid .span-2{grid-column:span 2}.staff-form-page .form-group{flex-direction:column;gap:6px;display:flex}.staff-form-page .form-group label{color:#1b2a4e;letter-spacing:.01em;font-size:.78rem;font-weight:700}.staff-form-page .form-group input,.staff-form-page .form-group select,.staff-form-page .form-group textarea{color:#0f1e3d;appearance:none;background:#f8fafc;border:1.5px solid #e5e9f0;border-radius:10px;padding:9px 12px;font-family:inherit;font-size:.85rem;transition:border-color .15s,box-shadow .15s,background .15s}.staff-form-page .form-group input:focus,.staff-form-page .form-group select:focus,.staff-form-page .form-group textarea:focus{background:#fff;border-color:#4f46e5;outline:none;box-shadow:0 0 0 3px #4f46e51f}.staff-form-page .form-group input::placeholder,.staff-form-page .form-group select::placeholder,.staff-form-page .form-group textarea::placeholder{color:#a4aec2}.staff-form-page .form-group select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%234F46E5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;padding-right:34px}.staff-form-page .form-group textarea{resize:vertical;height:88px}.staff-form-page .add-btn,.staff-form-page .save-btn{color:#fff;letter-spacing:.015em;cursor:pointer;background:linear-gradient(135deg,#818cf8 0%,#6366f1 45%,#4338ca 100%);border:none;border-radius:11px;padding:10px 22px;font-size:.875rem;font-weight:700;transition:box-shadow .18s,transform .18s,filter .18s;position:relative;box-shadow:0 4px 14px #4338ca61,inset 0 1px #ffffff59,inset 0 -1px #00000014}.staff-form-page .add-btn:hover,.staff-form-page .save-btn:hover{filter:brightness(1.06);transform:translateY(-2px);box-shadow:0 8px 20px #4338ca75,inset 0 1px #fff6,inset 0 -1px #00000014}.staff-form-page .add-btn:active,.staff-form-page .save-btn:active{filter:brightness(.97);transform:translateY(0);box-shadow:0 2px 8px #4338ca59,inset 0 1px 2px #00000026}.staff-form-page .add-btn:disabled,.staff-form-page .save-btn:disabled{opacity:.6;cursor:not-allowed;filter:none;box-shadow:none;transform:none}.staff-form-page .delete-btn{color:#e11d48;cursor:pointer;background:#fdeaee;border:1.5px solid #fbd2da;border-radius:10px;font-size:.85rem;font-weight:700;transition:background .15s,color .15s,border-color .15s}.staff-form-page .delete-btn:hover{color:#fff;background:#e11d48;border-color:#e11d48}.staff-form-page .form-actions{justify-content:flex-end;margin-top:20px;display:flex}.staff-form-page .form-actions .save-btn{min-width:160px;padding:10px 24px}@media (width<=1024px){.staff-form-page .form-header{flex-direction:column;align-items:flex-start}}@media (width<=768px){.staff-form-page .form-grid{grid-template-columns:1fr}.staff-form-page .form-grid .full-width,.staff-form-page .form-grid .span-2{grid-column:span 1}.staff-form-page .form-actions .save-btn{width:100%}}:root{--sidebar-width:220px}.dashboard-main{margin-left:var(--sidebar-width,220px);width:calc(100% - var(--sidebar-width,220px));transition:margin-left .28s cubic-bezier(.4,0,.2,1),width .28s cubic-bezier(.4,0,.2,1)}@media (width<=1024px){.dashboard-main{width:100%;margin-left:0}}.staff-dashboard-content,.staff-dashboard-content *{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.staff-dashboard-content{color:#172b4d;background:#f7f8f9;flex-direction:column;gap:16px;padding:4px 0 32px;font-size:14px;display:flex}.sd-hero{background:#fff;border:1px solid #dfe1e6;border-radius:8px;grid-template-columns:1fr 220px;align-items:center;gap:20px;padding:24px 28px;display:grid;position:relative;box-shadow:0 1px 2px #091e4214}.sd-eyebrow{color:#0052cc;letter-spacing:.08em;text-transform:uppercase;background:#e9f2ff;border-radius:3px;margin-bottom:12px;padding:3px 10px;font-size:.68rem;font-weight:700;display:inline-block}.sd-title{color:#172b4d;letter-spacing:-.01em;margin-bottom:6px;font-size:1.5rem;font-weight:700;line-height:1.25}.sd-subtitle{color:#5e6c84;font-size:.82rem;line-height:1.6}.sd-hero-actions{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.sd-btn-icon{flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:inline-flex}.sd-btn-icon svg{stroke-width:2.4px;width:100%;height:100%}.sd-btn-primary{color:#fff;cursor:pointer;background:#0052cc;border:1px solid #0052cc;border-radius:4px;align-items:center;gap:7px;height:34px;padding:0 16px;font-size:.82rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.sd-btn-primary:hover{background:#0747a6;border-color:#0747a6}.sd-btn-ghost{color:#344563;cursor:pointer;background:#f4f5f7;border:1px solid #dfe1e6;border-radius:4px;align-items:center;gap:7px;height:34px;padding:0 16px;font-size:.82rem;font-weight:600;transition:border-color .15s,background .15s;display:inline-flex}.sd-btn-ghost:hover{background:#ebedf1;border-color:#ced1d9}.sd-school-card{text-align:center;background:#e9f2ff;border:1px solid #0052cc29;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:120px;padding:18px;display:flex}.sd-school-logo{object-fit:contain;border:2px solid #fff;border-radius:50%;width:60px;height:60px;box-shadow:0 1px 2px #091e4214}.sd-school-name{color:#172b4d;font-size:.85rem;font-weight:700;line-height:1.3}.sd-class-badge{color:#0052cc;letter-spacing:-.02em;font-size:2.2rem;font-weight:800;line-height:1}.sd-school-label{text-transform:uppercase;letter-spacing:.08em;color:#0052ccb3;font-size:.68rem;font-weight:700}.sd-alert{color:#b25e09;background:#fff7e6;border:1px solid #ffe2b3;border-left:3px solid #ff991f;border-radius:4px;padding:10px 14px;font-size:.8rem;font-weight:500}.sd-stats-row{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.sd-stat{background:#fff;border:1px solid #dfe1e6;border-radius:6px;padding:16px 16px 14px;transition:box-shadow .16s,border-color .16s,transform .16s;position:relative;box-shadow:0 1px 2px #091e4214}.sd-stat:hover{border-color:#0052cc4d;transform:translateY(-1px);box-shadow:0 4px 10px #091e421a}.sd-stat-icon{color:#6b778c;background:#f1f2f4;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;margin-bottom:12px;display:inline-flex}.sd-stat-icon svg{stroke-width:2.3px;width:15px;height:15px}.present .sd-stat-icon{color:#2e7d32;background:#e3fcef}.absent .sd-stat-icon{color:#de350b;background:#ffebe6}.half .sd-stat-icon{color:#b25e09;background:#fff7e6}.rate .sd-stat-icon{color:#0052cc;background:#e9f2ff}.sd-stat-label{text-transform:uppercase;letter-spacing:.07em;color:#5e6c84;margin-bottom:8px;font-size:.68rem;font-weight:700;display:block}.sd-stat-value{color:#172b4d;letter-spacing:-.02em;font-size:1.65rem;font-weight:800;line-height:1;display:block}.present .sd-stat-value{color:#2e7d32}.absent .sd-stat-value{color:#de350b}.half .sd-stat-value{color:#b25e09}.rate .sd-stat-value{color:#0052cc}.sd-stat-sub{color:#97a0af;margin-top:6px;font-size:.72rem}.sd-panel{background:#fff;border:1px solid #dfe1e6;border-radius:6px;min-width:0;padding:18px;box-shadow:0 1px 2px #091e4214}.sd-panel-head{border-bottom:1px solid #f4f5f7;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;padding-bottom:12px;display:flex}.sd-panel-heading{align-items:flex-start;gap:10px;display:flex}.sd-panel-heading h3{color:#172b4d;letter-spacing:-.01em;margin-bottom:2px;font-size:.86rem;font-weight:700}.sd-panel-heading p{color:#97a0af;font-size:.72rem}.sd-panel-icon{color:#0052cc;background:#e9f2ff;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin-top:1px;display:inline-flex}.sd-panel-icon svg{stroke-width:2.2px;width:14px;height:14px}.sd-pill{color:#5e6c84;white-space:nowrap;background:#f4f5f7;border:1px solid #dfe1e6;border-radius:12px;flex-shrink:0;padding:3px 9px;font-size:.7rem;font-weight:700}.sd-grid-top{grid-template-columns:minmax(0,1.65fr) minmax(260px,1fr);gap:12px;display:grid}.sd-bars{grid-template-columns:repeat(10,minmax(0,1fr));align-items:flex-end;gap:8px;min-height:180px;padding:4px 2px 0;display:grid}.sd-bar-col{flex-direction:column;align-items:center;gap:5px;display:flex}.sd-bar-pct{color:#97a0af;text-align:center;min-height:14px;font-size:.62rem;font-weight:600}.sd-bar-track{background:#f4f5f7;border-radius:3px;align-items:flex-end;width:100%;height:140px;display:flex;overflow:hidden}.sd-bar-fill{background:linear-gradient(#4c9aff 0%,#0052cc 100%);border-radius:3px 3px 0 0;width:100%;transition:height .4s cubic-bezier(.4,0,.2,1)}.sd-bar-day{color:#97a0af;font-size:.67rem;font-weight:600}.sd-legend{color:#5e6c84;border-top:1px solid #f4f5f7;flex-wrap:wrap;gap:16px;margin-top:14px;padding-top:12px;font-size:.74rem;display:flex}.sd-legend span{align-items:center;gap:7px;display:inline-flex}.sd-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.present-dot{background:#2e7d32}.absent-dot{background:#de350b}.holiday-dot{background:#6b778c}.sd-donut-panel{flex-direction:column;display:flex}.sd-donut-wrap{justify-content:center;margin:4px 0 18px;display:flex}.sd-donut{border-radius:50%;place-items:center;width:120px;height:120px;display:grid;position:relative}.sd-donut:after{content:"";background:#fff;border-radius:50%;width:84px;height:84px;position:absolute}.sd-donut span{z-index:1;color:#172b4d;letter-spacing:-.02em;font-size:1.2rem;font-weight:800;position:relative}.sd-summary-rows{flex-direction:column;gap:8px;margin-top:auto;display:flex}.sd-summary-row{background:#f4f5f7;border:1px solid #dfe1e6;border-radius:4px;justify-content:space-between;align-items:center;padding:9px 12px;display:flex}.sd-summary-row span{color:#5e6c84;align-items:center;gap:8px;font-size:.8rem;display:flex}.sd-summary-row strong{color:#172b4d;font-size:.88rem;font-weight:700}.sd-grid-bottom{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;display:grid}.sd-leave-list{flex-direction:column;max-height:360px;padding-right:2px;display:flex;overflow-y:auto}.sd-leave-list::-webkit-scrollbar{width:4px}.sd-leave-list::-webkit-scrollbar-track{background:#f4f5f7;border-radius:4px}.sd-leave-list::-webkit-scrollbar-thumb{background:#dfe1e6;border-radius:4px}.sd-leave-item{border-bottom:1px solid #f4f5f7;border-radius:4px;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;padding:10px 6px;transition:background .14s;display:grid}.sd-leave-item:last-child{border-bottom:none}.sd-leave-item:hover{background:#f4f5f7}.sd-leave-cal{border-radius:4px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.sd-leave-cal strong{letter-spacing:-.02em;font-size:1.05rem;font-weight:800;line-height:1}.sd-leave-cal span{letter-spacing:.06em;text-transform:uppercase;opacity:.8;margin-top:2px;font-size:.58rem;font-weight:700}.sd-leave-cal.cal-holiday{background:#ffebe6}.sd-leave-cal.cal-holiday strong,.sd-leave-cal.cal-holiday span{color:#de350b}.sd-leave-cal.cal-leave{background:#e9f2ff}.sd-leave-cal.cal-leave strong,.sd-leave-cal.cal-leave span{color:#0052cc}.sd-leave-body{flex-direction:column;gap:2px;min-width:0;display:flex}.sd-leave-title{color:#172b4d;white-space:nowrap;text-overflow:ellipsis;font-size:.84rem;font-weight:600;overflow:hidden}.sd-leave-desc{color:#97a0af;white-space:nowrap;text-overflow:ellipsis;font-size:.71rem;overflow:hidden}.sd-badge{letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;padding:3px 9px;font-size:.63rem;font-weight:700;display:inline-flex}.sd-badge.badge-holiday{color:#de350b;background:#ffebe6}.sd-badge.badge-leave{color:#0747a6;background:#e9f2ff}.sd-right-col{flex-direction:column;gap:12px;display:flex}.sd-student-list{flex-direction:column;gap:6px;display:flex}.sd-student-row{text-align:left;cursor:pointer;background:#fff;border:1px solid #dfe1e6;border-radius:4px;grid-template-columns:36px 1fr auto;align-items:center;gap:10px;width:100%;padding:9px 10px;transition:border-color .14s,background .14s;display:grid}.sd-student-row:hover{background:#f4f5f7;border-color:#0052cc}.sd-avatar{color:#0052cc;background:#e9f2ff;border-radius:4px;flex-shrink:0;place-items:center;width:36px;height:36px;font-size:.72rem;font-weight:800;display:grid}.sd-student-info{flex-direction:column;min-width:0;display:flex}.sd-student-info strong{color:#172b4d;white-space:nowrap;text-overflow:ellipsis;font-size:.84rem;font-weight:600;overflow:hidden}.sd-student-info small{color:#97a0af;margin-top:2px;font-size:.7rem}.sd-rate-pill{white-space:nowrap;border-radius:12px;padding:3px 9px;font-size:.75rem;font-weight:700}.sd-rate-pill.rate-low{color:#de350b;background:#ffebe6}.sd-rate-pill.rate-ok{color:#2e7d32;background:#e3fcef}.sd-action-list{flex-direction:column;gap:6px;display:flex}.sd-action-row{text-align:left;cursor:pointer;background:#fff;border:1px solid #dfe1e6;border-radius:4px;grid-template-columns:36px 1fr 18px;align-items:center;gap:10px;width:100%;padding:10px 12px;transition:border-color .14s,background .14s;display:grid}.sd-action-row:hover{background:#f4f5f7;border-color:#0052cc}.sd-action-row:hover .sd-arrow{color:#0052cc}.sd-action-row:hover .sd-action-icon{color:#fff;background:#0052cc}.sd-action-icon{color:#0052cc;background:#e9f2ff;border-radius:4px;flex-shrink:0;place-items:center;width:36px;height:36px;font-size:.78rem;font-weight:800;transition:background .14s,color .14s;display:grid}.sd-action-text{flex-direction:column;min-width:0;display:flex}.sd-action-text strong{color:#172b4d;font-size:.84rem;font-weight:600}.sd-action-text small{color:#97a0af;margin-top:2px;font-size:.7rem}.sd-arrow{color:#97a0af;flex-shrink:0;width:15px;height:15px;transition:color .14s}.sd-empty{color:#97a0af;text-align:center;place-items:center;min-height:90px;font-size:.8rem;font-weight:500;display:grid}@media (width<=1200px){.sd-stats-row{grid-template-columns:repeat(3,minmax(0,1fr))}.sd-grid-top,.sd-grid-bottom{grid-template-columns:1fr}}@media (width<=760px){.sd-hero{grid-template-columns:1fr;padding:18px}.sd-title{font-size:1.25rem}.sd-stats-row{grid-template-columns:repeat(2,minmax(0,1fr))}.sd-bars{grid-template-columns:repeat(5,minmax(0,1fr))}.sd-grid-bottom{grid-template-columns:1fr}.sd-right-col{grid-template-columns:1fr;display:grid}}.staff-student-list{background:#fff;border:1px solid #ebecf0;border-radius:12px;margin-top:20px;padding:20px;box-shadow:0 1px 3px #0000000d}.staff-student-list .welcome-section{box-shadow:none;border-bottom:2px solid #0052cc;border-radius:0;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin:0 0 16px;padding:0 0 16px;display:flex;background:0 0!important}.staff-student-list .welcome-section h2{margin:0 0 4px;font-size:1.4rem;font-weight:700;color:#0052cc!important}.staff-student-list .welcome-section p{margin:0;font-size:.9rem;color:#6b778c!important}.staff-student-list .welcome-section p strong{color:#172b4d!important}.staff-student-list .fee-summary-banner{background:#fff;border:1px solid #dfe1e6;border-radius:6px;align-items:center;gap:10px;padding:8px 16px;display:flex}.staff-student-list .fee-summary-banner span{text-transform:uppercase;letter-spacing:.04em;color:#6b778c;font-size:.8rem;font-weight:600}.staff-student-list .fee-summary-banner strong{color:#172b4d;font-size:1rem;font-weight:700}.staff-student-list .fee-summary-banner.paid-banner{background:#fff;border-color:#dfe1e6}.staff-student-list .fee-summary-banner.paid-banner strong{color:#172b4d}.staff-student-list .top-filter-bar{background:#f7f8fa;border:none;border-radius:8px;flex-wrap:wrap;align-items:flex-end;gap:16px;margin-bottom:18px;padding:16px;display:flex}.staff-student-list .table-filter{flex-direction:column;gap:8px;width:100%;max-width:380px;display:flex}.staff-student-list .table-filter label{color:#5e6c84;font-size:.85rem;font-weight:600}.staff-student-list .table-filter select{color:#172b4d;cursor:pointer;background:#fafbfc;border:1px solid #dfe1e6;border-radius:4px;padding:8px 12px;font-size:.85rem}.staff-student-list .table-filter select:focus{background:#fff;border-color:#4c9aff;outline:none}.staff-student-list .search-input-wrapper{background:#fff;border:1px solid #dfe1e6;border-radius:6px;align-items:center;gap:10px;width:100%;padding:10px 14px;display:flex}.staff-student-list .search-input-wrapper .search-icon{opacity:.5;font-size:.95rem}.staff-student-list .search-input-wrapper input{color:#172b4d;background:0 0;border:none;outline:none;flex:1;font-size:.9rem}.staff-student-list .search-input-wrapper input::placeholder{color:#97a0af}.staff-student-list .search-input-wrapper:focus-within{box-shadow:none;border-color:#dfe1e6}.staff-student-list .fee-table-card{background:#fff;border:1px solid #dfe1e6;border-radius:6px;overflow:hidden}.staff-student-list .error-message{color:#de350b;background:#ffebe6;padding:20px;font-size:.9rem}.staff-student-list .empty-state{text-align:center;color:#97a0af;padding:40px 20px}.staff-student-list .empty-state p{margin:0;font-size:.9rem}.staff-student-list .table-responsive{overflow-x:auto}.staff-student-list .fee-table{border-collapse:collapse;white-space:nowrap;width:100%;font-size:.85rem}.staff-student-list .fee-table thead th{color:#5e6c84;text-transform:uppercase;letter-spacing:.04em;text-align:left;z-index:1;background:#f4f5f7;border-bottom:2px solid #dfe1e6;border-right:1px solid #ebecf0;padding:12px 16px;font-size:.72rem;font-weight:700;position:sticky;top:0}.staff-student-list .fee-table thead th:last-child{border-right:none}.staff-student-list .fee-table tbody td{color:#172b4d;border-bottom:1px solid #ebecf0;border-right:1px solid #ebecf0;padding:12px 16px}.staff-student-list .fee-table tbody td:last-child{border-right:none}.staff-student-list .fee-table tbody tr:nth-child(2n){background:#fafbfc}.staff-student-list .fee-table tbody tr:hover{background:#e9f2ff}.staff-student-list .fee-table tbody tr:last-child td{border-bottom:none}.staff-student-list .table-controls{background:#fafbfc;border-top:1px solid #dfe1e6;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:14px 20px;display:flex}.staff-student-list .table-pagination{color:#5e6c84;align-items:center;gap:16px;font-size:.82rem;display:flex}.staff-student-list .table-pagination span{background:#f4f5f7;border-radius:6px;padding:8px 14px;font-weight:600}.staff-student-list .pagination-buttons{gap:8px;display:flex}.staff-student-list .pagination-buttons button{color:#172b4d;cursor:pointer;background:#fff;border:1px solid #dfe1e6;border-radius:4px;padding:7px 16px;font-size:.82rem;font-weight:600;transition:all .2s}.staff-student-list .pagination-buttons button:hover:not(:disabled){color:#fff;background:#0052cc;border-color:#0052cc}.staff-student-list .pagination-buttons button:disabled{opacity:.45;cursor:not-allowed}@media (width<=768px){.staff-student-list .welcome-section{flex-direction:column;align-items:flex-start}.staff-student-list .search-input-wrapper{min-width:100%}.staff-student-list .table-controls{flex-direction:column;align-items:flex-start}}.table-card,.fee-table-card{background:#fff;border:1px solid #3d5af11a;border-radius:16px;padding:0;overflow:hidden;box-shadow:0 4px 24px #3d5af114}.welcome-section{background:linear-gradient(135deg,#1b254b 0%,#2d3f7c 100%);border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:16px 22px;display:flex;box-shadow:0 4px 20px #1b254b33}.welcome-section p{color:#ffffffa6;margin:0;font-size:.82rem;line-height:1.5}.fee-summary-banner{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1f;border:1px solid #fff3;border-radius:12px;flex-direction:column;gap:2px;min-width:130px;padding:10px 16px;display:flex}.fee-summary-banner.paid-banner{background:#10b98133;border:1px solid #10b98159}.fee-summary-banner.paid-banner strong{color:#6ee7b7}.fee-summary-banner span{letter-spacing:.08em;text-transform:uppercase;opacity:.8;color:#fff;font-size:.68rem}.fee-summary-banner strong{color:#fff;font-size:1.6rem;font-weight:700;line-height:1}.top-filter-bar{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:12px;padding:8px 0 4px;display:flex}.top-filter-bar .table-filter{margin:0}.search-input-wrapper{align-items:center;display:flex;position:relative}.search-input-wrapper .search-icon{color:#a3aed0;pointer-events:none;font-size:.9rem;position:absolute;left:11px}.search-input-wrapper input{color:#1b254b;background:#fff;border:1.5px solid #3d5af12e;border-radius:10px;outline:none;min-width:300px;padding:8px 14px 8px 32px;font-size:.875rem;transition:border-color .2s,box-shadow .2s;box-shadow:0 2px 8px #3d5af10f}.search-input-wrapper input::placeholder{color:#a3aed0}.search-input-wrapper input:focus{border-color:#3d5af1;box-shadow:0 0 0 3px #3d5af11a}.table-responsive{padding:0 0 4px;overflow-x:auto}.table-responsive::-webkit-scrollbar-thumb:hover{background:#818cf8}.fee-table{border-collapse:collapse;border-spacing:0;width:100%}.fee-table thead{background:linear-gradient(90deg,#162040 0%,#1e2f5a 100%)}.fee-table th{text-align:left;color:#ffffffe6;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;border:none;padding:11px 14px;font-size:.7rem;font-weight:700}.fee-table th:first-child{text-align:center;border-radius:0;width:48px}.fee-table th:last-child{text-align:right}.fee-table td:first-child{text-align:center;width:48px}.fee-table tbody tr{border-bottom:1px solid #eef2ff;transition:background .15s,box-shadow .15s}.fee-table tbody tr:nth-child(2n){background:#f8f9ff}.fee-table tbody tr:nth-child(odd){background:#fff}.fee-table tbody tr:last-child{border-bottom:none}.fee-table tbody tr:hover{box-shadow:inset 3px 0 #3d5af1;background:#eef2ff!important}.fee-table td{color:#1e2d5a;vertical-align:middle;white-space:nowrap;padding:11px 14px;font-size:.855rem;line-height:1.4}.fee-table td:first-child{text-align:center;color:#a3aed0;width:48px;font-size:.78rem;font-weight:700}.fee-table td:last-child{text-align:right}.fee-table td.amount-cell,.fee-table td.fine-cell{text-align:right;font-variant-numeric:tabular-nums;letter-spacing:.01em;font-weight:700;color:#dc2626!important}.fee-table td.paid-amount-cell{text-align:right;font-variant-numeric:tabular-nums;letter-spacing:.01em;font-weight:700;color:#059669!important}.fee-table-card{padding:14px 0 0}.fee-table-card h3{margin:0 0 8px}.table-controls{background:linear-gradient(90deg,#f0f4ff 0%,#f5f3ff 100%);border-bottom:1px solid #e0e7ff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:10px 16px;display:flex}.table-filter{color:#4338ca;align-items:center;gap:8px;font-size:.875rem;display:flex}.table-filter label{color:#4338ca;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:700}.table-filter select{color:#1e2d5a;cursor:pointer;background:#fff;border:1.5px solid #c7d2fe;border-radius:8px;outline:none;min-width:80px;padding:5px 10px;font-size:.8rem;font-weight:600}.table-filter select:focus{border-color:#3d5af1;box-shadow:0 0 0 2px #3d5af11a}.table-pagination{color:#4338ca;align-items:center;gap:12px;font-size:.8rem;font-weight:600;display:flex}.pagination-buttons{gap:6px;display:flex}.pagination-buttons button{color:#3d5af1;cursor:pointer;background:#fff;border:1.5px solid #c7d2fe;border-radius:8px;justify-content:center;align-items:center;min-width:80px;padding:6px 14px;font-size:.78rem;font-weight:700;transition:all .15s;display:inline-flex}.pagination-buttons button:hover:not(:disabled){color:#fff;background:#3d5af1;border-color:#3d5af1;box-shadow:0 3px 10px #3d5af140}.pagination-buttons button:disabled{color:#9ca3af;cursor:not-allowed;background:#f9fafb;border-color:#e5e7eb}.button-row{margin-top:14px}.primary-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3d5af1 0%,#6366f1 100%);border:none;border-radius:10px;padding:9px 20px;font-size:.875rem;font-weight:600;transition:all .2s;box-shadow:0 3px 10px #3d5af140}.primary-button:hover{transform:translateY(-1px);box-shadow:0 6px 16px #3d5af159}.empty-state{color:#a3aed0;flex-direction:column;justify-content:center;align-items:center;padding:52px 20px;font-size:.9rem;display:flex}.error-message{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin:14px;padding:10px 14px;font-size:.875rem;font-weight:500}.bulk-actions{align-items:center;gap:16px;display:flex}.selected-info{color:#4f6ef7;font-size:.9rem;font-weight:600}.payment-message{border-radius:8px;margin-bottom:20px;padding:12px 16px;font-weight:500}.payment-message.success{color:#065f46;background:#d1fae5;border:1px solid #10b981}.payment-message.error{color:#991b1b;background:#fee2e2;border:1px solid #ef4444}.fee-table th:first-child,.fee-table td:first-child{text-align:center;width:40px}.fee-table th:last-child,.fee-table td:last-child{text-align:center;width:80px}.total-cell{color:#dc2626;background:#fef2f2;font-weight:700}@media (width<=768px){.payment-actions-bar{flex-direction:column;align-items:stretch;gap:12px}.bulk-actions{justify-content:center}.quick-actions{text-align:center}.pay-all-btn{width:100%}}.bottom-action-bar{background:linear-gradient(90deg,#f0f4ff 0%,#f5f3ff 100%);border-top:1px solid #e0e7ff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;min-height:68px;padding:16px 20px;display:flex}.bottom-left,.bottom-right{align-items:center;gap:12px;display:flex}.selection-hint{color:#6366f1;font-size:.82rem;font-weight:600}.pay-selected-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 18px;font-size:.9rem;font-weight:600;transition:all .2s;animation:.2s slideIn;display:inline-flex;box-shadow:0 3px 10px #6366f159}.pay-selected-btn:hover{background:linear-gradient(135deg,#4f46e5 0%,#4338ca 100%);transform:translateY(-1px);box-shadow:0 5px 14px #6366f173}.pay-selected-btn .btn-badge{background:#ffffff40;border-radius:20px;padding:2px 8px;font-size:.75rem;font-weight:700}.pay-selected-btn .btn-amount{background:#fff3;border-radius:6px;padding:2px 8px;font-size:.85rem;font-weight:700}.pay-all-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:10px;align-items:center;gap:10px;padding:11px 22px;font-size:.95rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 3px 10px #10b9814d}.pay-all-btn:hover:not(:disabled){background:linear-gradient(135deg,#059669 0%,#047857 100%);transform:translateY(-1px);box-shadow:0 5px 14px #10b98166}.pay-all-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.pay-all-btn .btn-amount{background:#fff3;border-radius:6px;padding:2px 10px;font-size:.9rem;font-weight:700}.fee-table tbody tr{cursor:pointer}.selected-row{border-left:3px solid #6366f1;background:#eef2ff!important}@keyframes slideIn{}.welcome-section{background:#fff;border:1px solid #dfe1e6;border-radius:3px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:12px;padding:10px 16px;display:flex}.welcome-section h2{color:#172b4d;margin:0 0 2px;font-size:1rem;font-weight:700}.welcome-section p{color:#6b778c;margin:0;font-size:.78rem}.att-month-nav{background:#f4f5f7;border:1px solid #dfe1e6;border-radius:3px;align-items:center;gap:6px;padding:3px 6px;display:flex}.att-month-nav span{color:#172b4d;text-align:center;letter-spacing:.02em;min-width:110px;font-size:.8rem;font-weight:600}.att-month-nav button{color:#6b778c;cursor:pointer;background:#fff;border:1px solid #dfe1e6;border-radius:3px;justify-content:center;align-items:center;width:24px;height:24px;font-size:.9rem;transition:background .12s,border-color .12s;display:flex}.att-month-nav button:hover{color:#0052cc;background:#deebff;border-color:#0052cc}.att-month-nav button:active{background:#ebecf0}.att-summary-row{flex-wrap:wrap;gap:12px;margin:0 12px 12px;display:flex}.att-box{background:#fff;border:1px solid #dfe1e6;border-radius:3px;flex-direction:column;flex:1;align-items:flex-start;gap:6px;min-width:140px;padding:16px 16px 14px;transition:border-color .12s,box-shadow .12s;display:flex;position:relative;overflow:hidden}.att-box:hover{border-color:#97a0af;box-shadow:0 1px 4px #091e4214}.att-box:before{content:"";background:#97a0af;width:3px;height:100%;position:absolute;top:0;left:0}.att-box .att-box-icon-wrap{background:#f4f5f7;border-radius:3px;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:2px;font-size:1.1rem;display:flex}.att-box .att-box-value{color:#172b4d;font-size:1.7rem;font-weight:700;line-height:1.1}.att-box .att-box-label{text-transform:uppercase;letter-spacing:.06em;color:#6b778c;font-size:.7rem;font-weight:600}.att-box .att-box-pct{color:#6b778c;margin-top:-2px;font-size:.72rem;font-weight:600}.att-box.present:before{background:#36b37e}.att-box.present .att-box-icon-wrap{background:#e3fcef}.att-box.present .att-box-value,.att-box.present .att-box-pct{color:#36b37e}.att-box.absent:before{background:#ff5630}.att-box.absent .att-box-icon-wrap{background:#ffebe6}.att-box.absent .att-box-value,.att-box.absent .att-box-pct{color:#ff5630}.att-box.halfday:before{background:#0052cc}.att-box.halfday .att-box-icon-wrap{background:#deebff}.att-box.halfday .att-box-value,.att-box.halfday .att-box-pct{color:#0052cc}.att-box.holiday:before{background:#ffab00}.att-box.holiday .att-box-icon-wrap{background:#fff7d6}.att-box.holiday .att-box-value{color:#b38600}.att-box.holiday .att-box-pct{color:#ffab00}.att-legend{background:#fff;border-bottom:1px solid #dfe1e6;flex-wrap:wrap;align-items:center;gap:16px;padding:8px 16px;display:flex}.att-legend .legend-item{color:#6b778c;align-items:center;gap:6px;font-size:.73rem;font-weight:500;display:flex}.att-legend .legend-dot,.att-legend .legend-badge{letter-spacing:.02em;border-radius:3px;justify-content:center;align-items:center;width:22px;height:18px;font-size:.6rem;font-weight:700;display:inline-flex}.att-legend .legend-dot.l-p,.att-legend .legend-badge.l-p{color:#257c57;background:#e3fcef;border:1px solid #36b37e}.att-legend .legend-dot.l-a,.att-legend .legend-badge.l-a{color:#fc2e00;background:#ffebe6;border:1px solid #ff5630}.att-legend .legend-dot.l-d,.att-legend .legend-badge.l-d{color:#003e99;background:#deebff;border:1px solid #0052cc}.att-legend .legend-dot.l-h,.att-legend .legend-badge.l-h{color:#6b778c;background:#ebecf0;border:1px solid #97a0af}.att-legend .legend-dot.l-ph,.att-legend .legend-badge.l-ph{color:#6554c0;background:#eae6ff;border:1px solid #6554c0}.att-legend .legend-dot.l-f,.att-legend .legend-badge.l-f{color:#97a0af;background:#fff;border:1px dashed #97a0af}.att-table-wrapper{border:1px solid #dfe1e6;border-radius:3px;overflow:hidden}.fee-table-card{border:1px solid #dfe1e6;margin:0 12px 12px;overflow:hidden;box-shadow:none!important;border-radius:3px!important}.att-table{border-collapse:collapse;width:100%}.att-table thead .bulk-row{background:#f4f5f7}.att-table thead .bulk-row th{vertical-align:top;color:#6b778c;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #dfe1e6;padding:5px 2px;font-size:.63rem;font-weight:700}.att-table thead tr:last-child{background:#f4f5f7;border-bottom:2px solid #dfe1e6}.att-table thead tr:last-child th{color:#6b778c;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;text-align:center;border:none;padding:9px 4px;font-size:.62rem;font-weight:700}.att-table thead tr:last-child th:first-child{width:38px}.att-table thead tr:last-child th:nth-child(2){text-align:left;padding-left:12px}.att-table thead tr:last-child th:nth-child(3){text-align:left;min-width:160px;padding-left:8px}.att-table thead tr:last-child th:first-child,.att-table thead tr:last-child th:nth-child(2),.att-table thead tr:last-child th:nth-child(3){border-right:1px solid #dfe1e6}.att-table tbody tr{border-bottom:1px solid #dfe1e6;transition:background .1s}.att-table tbody tr:nth-child(2n){background:#fafbfc}.att-table tbody tr:nth-child(odd){background:#fff}.att-table tbody tr:hover{background:#deebff!important}.att-table tbody tr:last-child{border-bottom:none}.att-table tbody tr td{color:#172b4d;text-align:center;vertical-align:middle;padding:6px 3px;font-size:.8rem}.att-table tbody tr td:first-child{color:#6b778c;font-size:.72rem;font-weight:500}.att-table tbody tr td:nth-child(2){text-align:left;color:#6b778c;padding-left:12px;font-family:SFMono-Regular,Consolas,Courier New,monospace;font-size:.72rem}.att-table tbody tr td:nth-child(3){text-align:left;white-space:nowrap;color:#172b4d;padding-left:8px;font-size:.8rem;font-weight:600}.att-table tbody tr td:first-child,.att-table tbody tr td:nth-child(2),.att-table tbody tr td:nth-child(3){border-right:1px solid #dfe1e6}.day-th{text-align:center;min-width:36px}.day-th.is-weekend{background:#ebecf0!important}.day-th.is-weekend .day-number{color:#b38600}.day-label-wrap{flex-direction:column;align-items:center;gap:1px;display:flex}.day-number{color:#172b4d;font-size:.78rem;font-weight:700}.day-name{color:#6b778c;text-transform:lowercase;font-size:.58rem;line-height:1.1}.bulk-cell{vertical-align:top;text-align:center;padding:4px!important}.bulk-cell .bulk-btns{flex-direction:column;align-items:center;gap:2px;width:100%;min-height:72px;padding-top:3px;display:flex}.bulk-cell .bulk-btns button{cursor:pointer;border:1px solid #0000;border-radius:3px;width:28px;height:20px;font-size:.6rem;font-weight:700;line-height:1;transition:opacity .12s,border-color .12s}.bulk-cell .bulk-btns button.bp{color:#257c57;background:#e3fcef;border-color:#36b37e}.bulk-cell .bulk-btns button.ba{color:#fc2e00;background:#ffebe6;border-color:#ff5630}.bulk-cell .bulk-btns button.bd{color:#003e99;background:#deebff;border-color:#0052cc}.bulk-cell .bulk-btns button.bh{color:#6b778c;background:#ebecf0;border-color:#97a0af}.bulk-cell .bulk-btns button.bc{color:#6b778c;background:#fff;border-color:#dfe1e6}.bulk-cell .bulk-btns button:hover:not(:disabled){opacity:.75}.bulk-cell .bulk-btns button:disabled{cursor:not-allowed;opacity:.5;color:#97a0af!important;background:#fff!important;border-color:#dfe1e6!important}.att-cell{transition:background .15s;padding:3px 2px!important}.att-cell select{text-align:center;cursor:pointer;appearance:none;letter-spacing:.02em;border:1.5px solid #0000;border-radius:4px;outline:none;width:36px;height:26px;margin:0 auto;padding:0 2px;font-size:.68rem;font-weight:800;transition:background .12s,border-color .12s,box-shadow .12s;display:block}.att-cell select:hover:not(:disabled){box-shadow:0 0 0 2px #00000014}.att-cell select:focus{box-shadow:0 0 0 2px #0052cc}.att-cell.cell-p{background:#36b37e12}.att-cell.cell-p select{color:#fff;background:#36b37e;border-color:#2d9468}.att-cell.cell-a{background:#ff563012}.att-cell.cell-a select{color:#fff;background:#ff5630;border-color:#ff3507}.att-cell.cell-d{background:#0052cc12}.att-cell.cell-d select{color:#fff;background:#0052cc;border-color:#0042a3}.att-cell.cell-h{background:#ebecf0}.att-cell.cell-h select{color:#6b778c;background:#ebecf0;border-color:#97a0af;font-weight:700}.att-cell:not(.cell-p):not(.cell-a):not(.cell-d):not(.cell-h):not(.cell-future) select{color:#dfe1e6;background:#fff;border-color:#dfe1e6}.att-cell.cell-future{background:0 0}.att-cell.cell-future select{color:#dfe1e6;cursor:not-allowed;background:#f4f5f7;border-style:dashed;border-color:#dfe1e6}.att-cell.cell-weekend{background:#f0f1f3}.att-cell.cell-flash{animation:.4s ease-out attendanceFlash}@keyframes attendanceFlash{0%{box-shadow:inset 0 0 0 2px #0052cc}to{box-shadow:inset 0 0 #0000}}.att-view-cell{text-align:center;padding:4px!important}.student-view-btn{cursor:pointer;background:#fff;border:1px solid #dfe1e6;border-radius:3px;justify-content:center;align-items:center;width:30px;height:30px;font-size:.95rem;transition:background .12s,border-color .12s;display:inline-flex}.student-view-btn:hover{background:#deebff;border-color:#0052cc}.student-view-btn:active{background:#ebecf0}.sum-th{min-width:36px;color:#0052cc!important;background:#deebff!important}.present-th{color:#257c57!important;background:#e3fcef!important}.absent-th{color:#fc2e00!important;background:#ffebe6!important}.halfday-th{color:#003e99!important;background:#deebff!important}.holiday-th{color:#6b778c!important;background:#ebecf0!important}.sum-total{font-size:.78rem;font-weight:700;color:#172b4d!important}.sum-p{font-size:.78rem;font-weight:700;color:#257c57!important}.sum-a{font-size:.78rem;font-weight:700;color:#fc2e00!important}.sum-d{font-size:.78rem;font-weight:700;color:#003e99!important}.sum-h{font-size:.78rem;font-weight:700;color:#6b778c!important}.pal-summary{flex-wrap:nowrap;justify-content:center;align-items:center;gap:3px;display:flex}.pal-summary .pal-badge{border-radius:3px;justify-content:center;align-items:center;min-width:22px;height:18px;padding:0 4px;font-size:.65rem;font-weight:700;display:inline-flex}.pal-summary .pal-badge.pal-p{color:#fff;background:#36b37e}.pal-summary .pal-badge.pal-a{color:#fff;background:#ff5630}.pal-summary .pal-badge.pal-h{color:#6b778c;background:#ebecf0}.att-empty{text-align:center;color:#97a0af;padding:56px 24px}.att-empty .att-empty-icon{opacity:.5;margin-bottom:14px;font-size:2.5rem}.att-empty p{color:#6b778c;font-size:.88rem;font-weight:500}.att-search-bar{background:#fff;border:1px solid #dfe1e6;border-radius:3px;align-items:center;gap:8px;padding:4px 12px;display:flex}.att-search-bar input{color:#172b4d;background:0 0;border:none;outline:none;width:160px;font-size:.82rem;font-weight:500}.att-search-bar input::placeholder{color:#97a0af}.att-search-bar span{color:#97a0af;font-size:.9rem}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes barGrow{0%{width:0!important}to{width:var(--bar-target)}}@keyframes donutDraw{0%{stroke-dashoffset:var(--stroke-total)}to{stroke-dashoffset:var(--stroke-offset)}}@keyframes countUp{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.student-attendance-page{padding:28px 24px;animation:.4s both fadeSlideUp}.student-header{align-items:center;gap:20px;margin-bottom:28px;animation:.38s both fadeSlideUp;display:flex}.student-header .student-header-text h2{color:#111827;letter-spacing:-.02em;margin:0;font-size:1.55rem;font-weight:800}.student-header .student-header-text p{color:#6b7280;margin:4px 0 0;font-size:.9rem;font-weight:500}.student-header .student-header-month{background:#fff;border:1px solid #e0e7ff;border-radius:50px;align-items:center;gap:10px;margin-left:auto;padding:6px 8px;display:flex;box-shadow:0 2px 8px #1e2d5a0f}.student-header .student-header-month span{color:#1e2d5a;text-align:center;letter-spacing:.04em;text-transform:uppercase;min-width:120px;font-size:.82rem;font-weight:700}.student-header .student-header-month button{color:#4338ca;cursor:pointer;background:#eef2ff;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:1rem;transition:background .15s,transform .12s;display:flex}.student-header .student-header-month button:hover{background:#c7d2fe;transform:scale(1.1)}.student-header .student-header-month button:active{transform:scale(.93)}.back-button{color:#4338ca;cursor:pointer;white-space:nowrap;letter-spacing:.02em;background:#eef2ff;border:none;border-radius:50px;padding:10px 18px;font-size:.85rem;font-weight:700;transition:background .15s,transform .15s}.back-button:hover{background:#c7d2fe;transform:translate(-2px)}.student-att-summary-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:28px;display:grid}.student-att-box{background:#fff;border:1.5px solid #eef2ff;border-radius:20px;flex-direction:column;gap:6px;padding:22px 20px 18px;transition:transform .2s,box-shadow .2s;animation:.45s both fadeSlideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0f172a0f}.student-att-box:first-child{animation-delay:50ms}.student-att-box:nth-child(2){animation-delay:.12s}.student-att-box:nth-child(3){animation-delay:.19s}.student-att-box:nth-child(4){animation-delay:.26s}.student-att-box:hover{transform:translateY(-3px);box-shadow:0 10px 32px #0f172a1c}.student-att-box:before{content:"";background:#c7d2fe;border-radius:20px 20px 0 0;height:4px;position:absolute;top:0;left:0;right:0}.student-att-box .card-icon{margin-bottom:2px;font-size:1.5rem;line-height:1}.student-att-box .label{text-transform:uppercase;letter-spacing:.09em;color:#94a3b8;font-size:.68rem;font-weight:800}.student-att-box .value{color:#111827;font-size:2.4rem;font-weight:900;line-height:1;animation:.5s cubic-bezier(.22,1,.36,1) .3s both countUp}.student-att-box .small{color:#94a3b8;font-size:.78rem;font-weight:600}.student-att-box .small .pct-pill{border-radius:50px;padding:2px 8px;font-size:.72rem;font-weight:700;display:inline-block}.student-att-box.present:before{background:#10b981}.student-att-box.present .value{color:#059669}.student-att-box.present .pct-pill{color:#065f46;background:#d1fae5}.student-att-box.present{border-color:#d1fae5}.student-att-box.absent:before{background:#ef4444}.student-att-box.absent .value{color:#dc2626}.student-att-box.absent .pct-pill{color:#991b1b;background:#fee2e2}.student-att-box.absent{border-color:#fee2e2}.student-att-box.holiday:before{background:#f59e0b}.student-att-box.holiday .value{color:#d97706}.student-att-box.holiday .pct-pill{color:#92400e;background:#fef3c7}.student-att-box.holiday{border-color:#fef3c7}.student-att-box.unmarked:before{background:#94a3b8}.student-att-box.unmarked .value{color:#475569}.student-att-box.unmarked .pct-pill{color:#475569;background:#f1f5f9}.student-att-box.unmarked{border-color:#e2e8f0}.student-att-card{grid-template-columns:1.15fr 1fr;align-items:start;gap:20px;animation:.5s .2s both fadeSlideUp;display:grid}.student-chart-card,.student-status-table{background:#fff;border:1px solid #eef2ff;border-radius:22px;padding:26px;box-shadow:0 4px 24px #0f172a12}.student-chart-card h3,.student-status-table h3{color:#1f2937;text-transform:uppercase;letter-spacing:.06em;margin:0 0 20px;font-size:.95rem;font-weight:800}.donut-wrapper{align-items:center;gap:28px;margin-bottom:24px;display:flex}.donut-wrapper .donut-svg{filter:drop-shadow(0 4px 12px #0000001a);flex-shrink:0}.donut-wrapper .donut-legend{flex-direction:column;flex:1;gap:10px;display:flex}.donut-wrapper .donut-legend-item{align-items:center;gap:10px;display:flex}.donut-wrapper .donut-legend-item .dl-dot{border-radius:4px;flex-shrink:0;width:12px;height:12px}.donut-wrapper .donut-legend-item .dl-text{color:#374151;flex:1;font-size:.8rem;font-weight:600}.donut-wrapper .donut-legend-item .dl-count{color:#1f2937;font-size:.8rem;font-weight:800}.student-chart{flex-direction:column;gap:14px;display:flex}.chart-row{grid-template-columns:90px 1fr 44px;align-items:center;gap:12px;display:grid}.chart-row .chart-label{color:#475569;font-size:.78rem;font-weight:700}.chart-row .chart-count{color:#1e2d5a;text-align:right;font-size:.82rem;font-weight:800}.chart-bar-wrapper{background:#f1f5f9;border-radius:999px;width:100%;height:10px;overflow:hidden}.chart-bar{border-radius:999px;width:0;height:100%;transition:width 1s cubic-bezier(.22,1,.36,1)}.chart-bar.animate{width:var(--bar-target)!important}.student-status-table{flex-direction:column;max-height:520px;display:flex}.student-status-table h3{flex-shrink:0}.student-status-table .status-scroll{flex:1;overflow-y:auto}.student-status-table .status-scroll::-webkit-scrollbar{width:4px}.student-status-table .status-scroll::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.student-status-table .status-scroll::-webkit-scrollbar-thumb{background:#c7d2fe;border-radius:4px}.student-status-table table{border-collapse:collapse;width:100%}.student-status-table thead th{z-index:1;text-align:left;color:#94a3b8;text-transform:uppercase;letter-spacing:.07em;background:#fff;border-bottom:1.5px solid #eef2ff;padding:0 12px 12px;font-size:.66rem;font-weight:800;position:sticky;top:0}.student-status-table tbody tr{border-bottom:1px solid #f3f6ff;transition:background .14s}.student-status-table tbody tr:last-child{border-bottom:none}.student-status-table tbody tr:hover{background:#f8fafc}.student-status-table tbody td{vertical-align:middle;padding:10px 12px;font-size:.82rem}.student-status-table tbody td:first-child{color:#94a3b8;width:52px;font-size:.78rem;font-weight:700}.student-status-table .status-badge{letter-spacing:.04em;border-radius:50px;align-items:center;gap:5px;padding:3px 10px;font-size:.72rem;font-weight:800;display:inline-flex}.student-status-table .status-badge .badge-dot{border-radius:50%;width:6px;height:6px}.student-status-table .status-badge.badge-p{color:#065f46;background:#d1fae5}.student-status-table .status-badge.badge-p .badge-dot{background:#059669}.student-status-table .status-badge.badge-a{color:#991b1b;background:#fee2e2}.student-status-table .status-badge.badge-a .badge-dot{background:#dc2626}.student-status-table .status-badge.badge-h{color:#92400e;background:#fef3c7}.student-status-table .status-badge.badge-h .badge-dot{background:#d97706}.student-status-table .status-badge.badge-hd{color:#365314;background:#ecfccb}.student-status-table .status-badge.badge-hd .badge-dot{background:#84cc16}.student-status-table .status-badge.badge-{color:#64748b;background:#f1f5f9}.student-status-table .status-badge.badge- .badge-dot{background:#94a3b8}.student-status-table .status-day-label{color:#6b7280;font-size:.8rem;font-weight:500}.status-empty{text-align:center;color:#94a3b8;padding:40px 24px;font-size:.88rem;font-weight:500}.status-empty.error{color:#b91c1c}.status-empty .empty-icon{opacity:.5;margin-bottom:10px;font-size:2rem;display:block}.skel{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/600px 100%;border-radius:6px;height:14px;margin:8px 0;animation:1.4s linear infinite shimmer}@media (width<=1024px){.student-att-card{grid-template-columns:1fr}}@media (width<=680px){.student-att-summary-row{grid-template-columns:repeat(2,1fr)}.student-header{flex-wrap:wrap}.student-header .student-header-month{margin-left:0}.donut-wrapper{flex-direction:column;align-items:flex-start}}.calendar-page{background:#f0f4f8;min-height:100vh;padding:24px 28px 48px;font-family:DM Sans,Segoe UI,system-ui,sans-serif}.calendar-header{background:#fff;border:1px solid #e2e8f0;border-radius:18px;justify-content:space-between;align-items:center;gap:24px;margin-bottom:20px;padding:20px 24px;display:flex;box-shadow:0 1px 3px #0f172a12,0 1px 2px #0f172a0a}.header-eyebrow{text-transform:uppercase;letter-spacing:.1em;color:#2563eb;margin-bottom:4px;font-size:.7rem;font-weight:700}.calendar-header-title h1{color:#0f172a;letter-spacing:-.02em;margin:0 0 4px;font-size:1.5rem;font-weight:700;line-height:1.2}.calendar-header-title p{color:#475569;margin:0;font-size:.85rem;line-height:1.5}.calendar-header-controls{flex-shrink:0;gap:12px;display:flex}.control-group{flex-direction:column;gap:4px;display:flex}.control-label{text-transform:uppercase;letter-spacing:.07em;color:#94a3b8;font-size:.72rem;font-weight:600}.calendar-header-controls select{color:#0f172a;appearance:none;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;min-width:130px;padding:8px 12px;font-size:.88rem;font-weight:500}.calendar-header-controls select:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61f}.calendar-body{grid-template-columns:300px minmax(0,1fr);align-items:start;gap:18px;display:grid}.calendar-sidebar,.calendar-main{background:#fff;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;box-shadow:0 4px 12px #0f172a14,0 2px 4px #0f172a0d}.panel-section{border-bottom:1px solid #e2e8f0;padding:20px}.panel-section:last-child{border-bottom:none}.panel-section-header{justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:14px;display:flex}.panel-section-header h2{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:.92rem;font-weight:700}.selected-date-label{color:#94a3b8;font-size:.75rem;font-weight:500}.calendar-form{flex-direction:column;gap:12px;display:flex}.field-group{flex-direction:column;gap:5px;display:flex}.field-group label{color:#334155;letter-spacing:.02em;font-size:.77rem;font-weight:600}.field-group .optional{color:#94a3b8;font-weight:400}.calendar-form input,.calendar-form select,.calendar-form textarea{color:#0f172a;box-sizing:border-box;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;width:100%;padding:9px 11px;font-size:.88rem;line-height:1.4;transition:border-color .15s,box-shadow .15s}.calendar-form input::placeholder,.calendar-form select::placeholder,.calendar-form textarea::placeholder{color:#94a3b8}.calendar-form input:focus,.calendar-form select:focus,.calendar-form textarea:focus{background:#fff;border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.calendar-form input[type=date]{appearance:none}.calendar-form input[type=date]::-webkit-calendar-picker-indicator{display:none}.calendar-form input[type=date]::-webkit-inner-spin-button{display:none}.calendar-form input[type=date]::-webkit-clear-button{display:none}.calendar-form textarea{resize:vertical;min-height:70px}.form-actions{gap:8px;margin-top:4px;display:flex}.btn-primary{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;flex-shrink:0;padding:9px 16px;font-size:.85rem;font-weight:600;transition:background .15s,transform .1s}.btn-primary:hover{background:#1453dd}.btn-primary:active{transform:scale(.98)}.btn-ghost{color:#475569;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:10px;padding:9px 14px;font-size:.85rem;font-weight:500;transition:background .15s}.btn-ghost:hover{background:#f8fafc}.btn-icon-edit{color:#2563eb;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #e2e8f0;border-radius:6px;flex-shrink:0;padding:5px 10px;font-size:.78rem;font-weight:600;transition:background .15s}.btn-icon-edit:hover{background:#eff6ff}.btn-table-edit,.btn-table-delete{cursor:pointer;border:1px solid #0000;border-radius:6px;padding:5px 10px;font-size:.78rem;font-weight:600;transition:background .15s}.btn-table-edit{color:#2563eb;background:#eff6ff;border-color:#bfdbfe;margin-right:6px}.btn-table-edit:hover{background:#bfdbfe}.btn-table-delete{color:#b91c1c;background:#fee2e2;border-color:#fecaca}.btn-table-delete:hover{background:#fecaca}.form-message{border-radius:10px;padding:9px 13px;font-size:.82rem;font-weight:500}.form-message.error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca}.form-message.success{color:#065f46;background:#d1fae5;border:1px solid #a7f3d0}.selected-day-panel{background:#fafcff}.selected-day-events{flex-direction:column;gap:8px;display:flex}.event-row{background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.event-row-body{flex:1;min-width:0}.event-row-body strong{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:.85rem;font-weight:600;display:block;overflow:hidden}.event-row-body p{color:#475569;margin:0;font-size:.78rem;line-height:1.4}.event-badge{text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-radius:4px;flex-shrink:0;padding:3px 8px;font-size:.7rem;font-weight:700;display:inline-block}.event-h{color:#d97706;background:#fef3c7}.event-l{color:#2563eb;background:#eff6ff}.event-e{color:#059669;background:#d1fae5}.calendar-main{padding:0}.calendar-grid-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px 16px;display:flex}.calendar-grid-header h2{color:#0f172a;letter-spacing:-.02em;margin:0 0 2px;font-size:1.1rem;font-weight:700}.calendar-grid-header p{color:#475569;margin:0;font-size:.8rem}.legend{flex-shrink:0;align-items:center;gap:8px;display:flex}.legend-item{color:#475569;align-items:center;gap:5px;font-size:.75rem;font-weight:600;display:inline-flex}.legend-item:before{content:"";border-radius:2px;flex-shrink:0;width:8px;height:8px;display:block}.legend-item.legend-h:before{background:#d97706}.legend-item.legend-l:before{background:#2563eb}.legend-item.legend-e:before{background:#059669}.event-count-badge{color:#94a3b8;background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;padding:3px 8px;font-size:.72rem;font-weight:600}.calendar-grid{background:#e2e8f0;border-radius:10px;grid-template-columns:repeat(7,minmax(0,1fr));gap:1px;margin:0 22px;padding:0;display:grid;overflow:hidden}.calendar-weekday{text-align:center;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;background:#f8fafc;padding:8px 4px;font-size:.68rem;font-weight:700}.calendar-day{cursor:pointer;background:#fff;border:none;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:4px;min-height:58px;padding:8px 10px;transition:background .12s;display:flex;position:relative}.calendar-day:hover:not(:disabled){z-index:1;background:#eff6ff}.calendar-day-empty{cursor:default;pointer-events:none;background:#f8fafc}.calendar-day-selected{outline-offset:-2px;z-index:2;outline:2px solid #2563eb;background:#dbeafe!important}.calendar-day-selected .day-number{color:#2563eb;font-weight:800}.calendar-day-today .day-number{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;display:flex}.calendar-day-weekend{background:#fff1f2;border-color:#fda4af}.calendar-day-weekend .day-number,.is-weekend .day-number{color:#9f1239}.weekend-label{text-transform:uppercase;letter-spacing:.06em;color:#e11d48;background:#ffe4e6;border-radius:3px;padding:1px 5px;font-size:.65rem;font-weight:700}.calendar-weekday:first-child,.calendar-weekday:last-child{color:#e11d48;background:#fff1f2}.calendar-day.has-h{background:#fef3c7;border-color:#f59e0b}.calendar-day.has-h .day-number{color:#78350f}.calendar-day.has-h .day-dot-row .day-dot{outline:1px solid #00000014}.calendar-day.has-l{background:#dbeafe;border-color:#60a5fa}.calendar-day.has-l .day-number{color:#1e3a8a}.calendar-day.has-e{background:#d1fae5;border-color:#34d399}.calendar-day.has-e .day-number{color:#064e3b}.calendar-day.has-mixed{background:#ede9fe;border-color:#a78bfa}.calendar-day.has-mixed .day-number{color:#3b0764}.day-number{color:#0f172a;font-size:.8rem;font-weight:600;line-height:1}.day-dot-row{flex-wrap:wrap;gap:3px;display:flex}.day-dot{border-radius:50%;flex-shrink:0;width:5px;height:5px}.day-dot.dot-h{background:#d97706}.day-dot.dot-l{background:#2563eb}.day-dot.dot-e{background:#059669}.calendar-events-list{border-top:1px solid #e2e8f0;margin-top:16px;padding:20px 22px}.events-list-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.events-list-header h3{color:#0f172a;margin:0;font-size:.88rem;font-weight:700}.summary-pills{gap:6px;display:flex}.summary-pill{text-transform:uppercase;letter-spacing:.04em;border-radius:4px;padding:3px 9px;font-size:.72rem;font-weight:700}.summary-pill.pill-h{color:#d97706;background:#fef3c7}.summary-pill.pill-l{color:#2563eb;background:#eff6ff}.summary-pill.pill-e{color:#059669;background:#d1fae5}.events-table-wrapper{border:1px solid #e2e8f0;border-radius:10px;overflow-x:auto}.calendar-table{border-collapse:collapse;width:100%}.calendar-table th,.calendar-table td{text-align:left;border-bottom:1px solid #e2e8f0;padding:10px 14px;font-size:.83rem}.calendar-table th{color:#94a3b8;text-transform:uppercase;letter-spacing:.07em;background:#f8fafc;font-size:.7rem;font-weight:700}.calendar-table tbody tr{transition:background .1s}.calendar-table tbody tr:hover{background:#f8fafc}.calendar-table tbody tr:last-child td{border-bottom:none}.calendar-table .td-date{color:#475569;white-space:nowrap}.calendar-table .td-title{color:#0f172a;font-weight:500}.calendar-table .td-notes{color:#475569;max-width:220px}.calendar-table .td-actions{white-space:nowrap}.calendar-table .muted{color:#94a3b8}.empty-state{text-align:center;color:#94a3b8;padding:20px 0;font-size:.85rem}@media (width<=1100px){.calendar-body{grid-template-columns:1fr}.calendar-sidebar{grid-template-columns:1fr 1fr;display:grid}.panel-section{border-bottom:none;border-right:1px solid #e2e8f0}.panel-section:last-child{border-right:none}}@media (width<=700px){.calendar-page{padding:16px 12px 40px}.calendar-header{flex-direction:column;align-items:flex-start;gap:12px}.calendar-sidebar{grid-template-columns:1fr}.calendar-grid{margin:0 12px}.calendar-events-list{padding:16px 12px}}.parent-dashboard-content{background:#f6f8fb;flex-direction:column;gap:24px;min-height:100%;padding:20px 20px 36px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.parent-hero{background:#fff;border:1px solid #e5e9f0;border-radius:18px;grid-template-columns:minmax(0,1.8fr) 300px;align-items:stretch;gap:24px;padding:28px;display:grid;box-shadow:0 1px 2px #0f1e3e0a,0 10px 28px #0f1e3e12}.parent-kicker{color:#4f46e5;letter-spacing:.02em;background:#eef2ff;border-radius:999px;width:fit-content;margin-bottom:12px;padding:7px 12px;font-size:.78rem;font-weight:800;display:inline-flex}.parent-hero h2{color:#0f1e3d;letter-spacing:-.015em;margin-bottom:10px;font-size:2rem;font-weight:800;line-height:1.15}.parent-profile-card{color:#fff;background:linear-gradient(135deg,#6366f1,#4338ca);border-radius:14px;flex-direction:column;justify-content:center;min-width:0;min-height:170px;padding:24px;display:flex}.parent-profile-card.has-logo{box-shadow:none;background:0 0;border:none;justify-content:center;align-items:center;padding:0}.parent-profile-card span{color:#ffffffbf;margin-bottom:10px;font-size:.85rem}.parent-profile-card strong{word-break:break-word;font-size:2rem;line-height:1.1}.parent-logo-display{flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;height:170px;display:flex}.parent-logo-display img{object-fit:contain;max-width:100%;max-height:100px}.parent-school-name{text-align:center;font-size:1.1rem;font-weight:800;line-height:1.2;color:#0f1e3d!important;margin-top:0!important}.parent-profile-card p{color:#ffffffd9;margin-top:12px}.parent-alert{color:#bb6705;background:#fef3e2;border:1px solid #d977064d;border-radius:10px;padding:14px 16px;font-weight:700}.parent-stats-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.parent-stat-card{background:#fff;border:1px solid #e5e9f0;border-radius:14px;min-width:0;padding:20px;box-shadow:0 4px 10px #0f1e3e12,0 1px 3px #0f1e3e0d}.parent-stat-card span{color:#6b7b96;text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px;font-size:.78rem;font-weight:700;display:block}.parent-stat-card strong{color:#1b2a4e;word-break:break-word;font-size:clamp(1.2rem,2vw,1.85rem);font-weight:800;line-height:1.15;display:block}.parent-stat-card p{color:#6b7b96;margin-top:10px;font-size:.86rem}.parent-stat-card.attendance strong,.parent-stat-card.paid strong{color:#16a34a}.parent-stat-card.pending strong{color:#e11d48}.parent-panel{background:#fff;border:1px solid #e5e9f0;border-radius:14px;min-width:0;padding:22px;box-shadow:0 4px 10px #0f1e3e12,0 1px 3px #0f1e3e0d}.parent-dashboard-grid.bottom{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.parent-panel-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.parent-panel-header h3{color:#0f1e3d;margin-bottom:5px;font-size:1.05rem;font-weight:800}.parent-panel-header p,.parent-panel-header span{color:#6b7b96;font-size:.86rem}.parent-attendance-graph{grid-template-columns:repeat(12,minmax(28px,1fr));align-items:end;gap:10px;min-height:150px;display:grid}.parent-day-bar{justify-items:center;gap:8px;display:grid}.parent-day-pill{color:#6b7b96;background:#f6f8fb;border-radius:10px;place-items:center;width:100%;max-width:42px;height:96px;font-weight:800;display:grid}.parent-day-pill.status-P{color:#fff;background:linear-gradient(#34d399,#16a34a)}.parent-day-pill.status-A{color:#fff;background:linear-gradient(#fb7185,#e11d48)}.parent-day-pill.status-H{color:#7c2d12;background:linear-gradient(#fde68a,#d97706)}.parent-day-bar small{color:#6b7b96;font-size:.78rem}.parent-attendance-summary,.parent-fee-list{gap:12px;display:grid}.parent-attendance-summary{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:18px}.parent-attendance-summary div,.parent-fee-list div{color:#6b7b96;background:#f6f8fb;border-radius:10px;justify-content:space-between;align-items:center;gap:14px;padding:13px 14px;display:flex}.parent-attendance-summary strong,.parent-fee-list strong{color:#0f1e3d}.parent-fee-donut-wrap{grid-template-columns:150px minmax(0,1fr);align-items:center;gap:20px;display:grid}.parent-fee-donut{border-radius:50%;place-items:center;width:150px;height:150px;display:grid;position:relative}.parent-fee-donut:after{content:"";background:#fff;border-radius:50%;width:105px;height:105px;position:absolute}.parent-fee-donut span{z-index:1;color:#1b2a4e;font-size:1.35rem;font-weight:800;position:relative}.parent-record-list{gap:12px;display:grid}.parent-record-list button{text-align:left;cursor:pointer;background:#f6f8fb;border:1px solid #e5e9f0;border-radius:10px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;padding:13px;font-family:inherit;transition:border-color .18s,transform .18s,box-shadow .18s;display:grid}.parent-record-list button:hover{border-color:#4f46e552;transform:translateY(-1px);box-shadow:0 4px 10px #0f1e3e12,0 1px 3px #0f1e3e0d}.parent-record-list button>span{color:#4f46e5;background:#eef2ff;border-radius:10px;place-items:center;width:42px;height:42px;font-weight:800;display:grid}.parent-record-list strong{color:#0f1e3d;white-space:nowrap;text-overflow:ellipsis;font-size:.93rem;display:block;overflow:hidden}.parent-record-list small{color:#6b7b96;margin-top:3px;font-size:.78rem;display:block}.parent-record-list em{color:#0f1e3d;font-style:normal;font-weight:800}.parent-empty{color:#6b7b96;text-align:center;place-items:center;min-height:120px;font-weight:700;display:grid}.parent-leaves-count{color:#fff;background:linear-gradient(135deg,#6366f1,#4338ca);border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:800;display:inline-flex}.parent-leaves-list{flex-direction:column;gap:10px;max-height:320px;padding-right:6px;display:flex;overflow-y:auto}.parent-leaves-list::-webkit-scrollbar{width:5px}.parent-leaves-list::-webkit-scrollbar-track{background:#f6f8fb;border-radius:999px}.parent-leaves-list::-webkit-scrollbar-thumb{background:#4f46e540;border-radius:999px}.parent-leaves-list::-webkit-scrollbar-thumb:hover{background:#4f46e566}.parent-leave-item{background:#f6f8fb;border-radius:10px;grid-template-columns:70px minmax(0,1fr);gap:12px;padding:10px;transition:all .2s;display:grid}.parent-leave-item:hover{background:#eef2ff;box-shadow:0 4px 10px #0f1e3e12,0 1px 3px #0f1e3e0d}.parent-leave-date{color:#fff;background:linear-gradient(135deg,#6366f1,#4338ca);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;padding:8px 0;display:flex}.parent-leave-day{font-size:1.2rem;font-weight:800}.parent-leave-dayname{opacity:.9;margin-top:2px;font-size:.65rem;font-weight:600}.parent-leave-info{flex-direction:column;justify-content:center;gap:4px;min-width:0;display:flex}.parent-leave-type{gap:8px;display:flex}.parent-leave-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:4px;align-items:center;width:fit-content;padding:3px 8px;font-size:.7rem;font-weight:700;display:inline-flex}.parent-leave-badge.badge-holiday{color:#ca1a41;background:#fdeaee}.parent-leave-badge.badge-leave{color:#4f46e5;background:#eef2ff}.parent-leave-item strong{color:#0f1e3d;white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;overflow:hidden}.parent-leave-item small{color:#6b7b96;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.parent-welcome-section{background:linear-gradient(135deg,#eef2ff,#f9fcff);border-radius:34px;grid-template-columns:1.8fr 1.2fr;align-items:center;gap:30px;padding:42px 34px;display:grid;position:relative;overflow:hidden;box-shadow:0 1px 2px #0f1e3e0a,0 10px 28px #0f1e3e12}.parent-welcome-section:before{content:"";background:#4f46e51f;border-radius:50%;width:180px;height:180px;position:absolute;top:-30px;right:-40px}.parent-welcome-section:after{content:"";background:#4f46e514;border-radius:50%;width:140px;height:140px;position:absolute;bottom:-40px;right:20px}.dashboard-label{color:#4f46e5;letter-spacing:.04em;background:#eef2ff;border-radius:999px;margin-bottom:14px;padding:8px 16px;font-size:.85rem;font-weight:700;display:inline-block}.parent-welcome-section h2{color:#0f1e3d;margin-bottom:16px;font-size:2.4rem;font-weight:800;line-height:1.05}.parent-welcome-section p{color:#6b7b96;max-width:620px;margin-bottom:24px;font-size:1rem;line-height:1.8}.welcome-actions{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.primary-action,.secondary-action{cursor:pointer;border:none;border-radius:10px;padding:12px 22px;font-family:inherit;font-size:.92rem;font-weight:700;transition:all .2s}.primary-action{color:#fff;background:#4f46e5;box-shadow:0 4px 12px #4f46e552}.primary-action:hover{background:#352be1;transform:translateY(-1px);box-shadow:0 6px 16px #4f46e56b}.secondary-action{color:#4f46e5;background:#fff;border:1px solid #e0e7ff}.secondary-action:hover{background:#eef2ff}.welcome-copy{z-index:1;position:relative}.welcome-copy p{color:#6b7b96;max-width:620px;margin-bottom:26px;font-size:1rem;line-height:1.8}.welcome-highlights{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.highlight-card{background:#ffffffeb;border:1px solid #e5e9f0;border-radius:24px;padding:18px 22px;box-shadow:0 4px 10px #0f1e3e12,0 1px 3px #0f1e3e0d}.highlight-card span{color:#6b7b96;margin-bottom:8px;font-size:.82rem;display:block}.highlight-card strong{color:#0f1e3d;font-size:1.35rem;display:block}.highlight-card-accent{background:linear-gradient(135deg,#4f46e51f,#6366f114);border-color:#4f46e54d}.highlight-card-accent span{color:#2d22e0}.parent-dashboard-grid{grid-template-columns:1.7fr 1fr;gap:24px;display:grid}.student-details-card,.quick-access-card{background:#fff;border:1px solid #e5e9f0;border-radius:30px;padding:28px;box-shadow:0 1px 2px #0f1e3e0a,0 10px 28px #0f1e3e12}.card-header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.card-header h3{color:#0f1e3d;margin-bottom:8px;font-size:1.4rem;font-weight:800}.card-header p{color:#6b7b96;font-size:.95rem;line-height:1.6}.student-details-list{gap:18px;display:grid}.detail-item{background:#f6f8fb;border:1px solid #e5e9f0;border-radius:20px;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.detail-item span{color:#6b7b96;font-size:.94rem}.detail-item strong{color:#0f1e3d;font-size:1rem}.action-list{gap:16px;display:grid}.action-item{text-align:left;cursor:pointer;background:#f6f8fb;border:1px solid #e5e9f0;border-radius:22px;align-items:center;gap:18px;width:100%;padding:18px 20px;transition:all .2s;display:flex}.action-item:hover{border-color:#4f46e533;transform:translateY(-1px);box-shadow:0 4px 10px #0f1e3e12,0 1px 3px #0f1e3e0d}.action-item .avatar{color:#4f46e5;background:#eef2ff;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.05rem;font-weight:700;display:flex}.action-title{color:#0f1e3d;margin-bottom:6px;font-weight:700;display:block}.action-item p{color:#6b7b96;margin:0;font-size:.92rem;line-height:1.6}@media (width<=1180px){.parent-dashboard-grid,.parent-dashboard-grid.bottom{grid-template-columns:1fr}.parent-stats-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.parent-welcome-section,.parent-hero,.welcome-highlights,.parent-stats-row,.parent-attendance-summary{grid-template-columns:1fr}.parent-attendance-graph{grid-template-columns:repeat(6,minmax(28px,1fr))}.parent-fee-donut-wrap{grid-template-columns:1fr;justify-items:center}.parent-fee-list{width:100%}.parent-record-list button{grid-template-columns:42px minmax(0,1fr)}.parent-record-list em{grid-column:2}}.easebuzz-payment{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.payment-modal{background:#fff;border-radius:16px;width:100%;max-width:500px;max-height:90vh;animation:.3s ease-out modalSlideIn;overflow:hidden auto;box-shadow:0 20px 60px #0000004d}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.payment-modal .payment-header{color:#fff;z-index:1;background:linear-gradient(135deg,#4f6ef7 0%,#6a7ff5 100%);border-bottom:1px solid #e2e8f0;border-radius:16px 16px 0 0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex;position:sticky;top:0}.payment-modal .payment-header h3{color:#fff;margin:0;font-size:1.25rem;font-weight:700}.payment-modal .payment-header .close-btn{cursor:pointer;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;font-size:18px;font-weight:700;line-height:1;transition:all .2s;color:#fff!important;box-shadow:none!important;background:#fff3!important;border:2px solid #fff6!important;border-radius:50%!important;padding:0!important;display:flex!important;transform:none!important}.payment-modal .payment-header .close-btn:hover{background:#fff6!important;border-color:#ffffffb3!important;transform:none!important}.payment-modal .payment-content{padding:24px}.payment-modal .student-info{background:#f8fafc;border-left:4px solid #4f6ef7;border-radius:12px;margin-bottom:20px;padding:16px}.payment-modal .student-info h4{color:#1e293b;margin:0 0 8px;font-size:1.1rem;font-weight:700}.payment-modal .student-info p{color:#64748b;margin:4px 0;font-size:.9rem}.payment-modal .fee-breakdown{margin-bottom:24px}.payment-modal .fee-breakdown h5{color:#1e293b;margin:0 0 12px;font-size:1rem;font-weight:600}.payment-modal .fee-items{background:#f1f5f9;border-radius:8px;margin-bottom:12px;padding:12px}.payment-modal .fee-item{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:8px 0;display:flex}.payment-modal .fee-item:last-child{border-bottom:none}.payment-modal .fee-desc{color:#475569;font-size:.9rem}.payment-modal .fee-amount{color:#dc2626;font-size:.9rem;font-weight:600}.payment-modal .total-amount{color:#fff;text-align:center;background:linear-gradient(135deg,#4f6ef7 0%,#6a7ff5 100%);border-radius:8px;padding:12px 16px;font-size:1.1rem}.payment-modal .payment-actions{gap:12px;margin-bottom:20px;display:flex}.payment-modal .pay-btn{cursor:pointer;flex:1;padding:14px 20px;font-size:1rem;font-weight:600;transition:all .2s;color:#fff!important;background:linear-gradient(135deg,#10b981 0%,#059669 100%)!important;border:none!important;border-radius:12px!important;box-shadow:0 4px 12px #10b9814d!important}.payment-modal .pay-btn:hover:not(:disabled){transform:translateY(-1px);background:linear-gradient(135deg,#059669 0%,#047857 100%)!important;box-shadow:0 6px 16px #10b98166!important}.payment-modal .pay-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.payment-modal .cancel-btn{cursor:pointer;padding:14px 20px;font-size:1rem;font-weight:600;transition:all .2s;color:#64748b!important;box-shadow:none!important;background:#f1f5f9!important;border:1px solid #e2e8f0!important;border-radius:12px!important}.payment-modal .cancel-btn:hover{color:#475569!important;background:#e2e8f0!important;transform:none!important}.payment-modal .payment-note{color:#92400e;background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;padding:12px;font-size:.85rem}.payment-modal .payment-note p{margin:4px 0}.payment-modal .payment-note p:first-child{font-weight:600}@media (width<=768px){.payment-modal{max-width:100%}.payment-modal .payment-header{padding:16px 20px}.payment-modal .payment-content{padding:20px}.payment-modal .payment-actions{flex-direction:column}.payment-modal .pay-btn,.payment-modal .cancel-btn{width:100%}.easebuzz-payment{padding:10px}}.si-outer{background:#f6f8fb;flex-direction:column;gap:24px;width:100%;max-width:1300px;min-height:100%;margin:0 auto;padding:20px 20px 48px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.si-title-bar{background:#fff;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:22px 28px;display:flex;box-shadow:0 1px 2px #0f1e3e0a,0 10px 28px #0f1e3e12}.si-title-left{align-items:center;gap:16px;display:flex}.si-title-icon{background:linear-gradient(135deg,#6366f1,#4338ca);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex;box-shadow:0 6px 16px #4f46e561}.si-title-icon svg{color:#fff;stroke-width:1.8px;width:22px;height:22px}.si-title-bar h1{color:#0f1e3d;letter-spacing:-.015em;margin:0 0 3px;font-size:1.32rem;font-weight:800}.si-title-bar p{color:#6b7b96;margin:0;font-size:.85rem}.si-title-bar p strong{color:#4f46e5}.si-loading{color:#6b7b96;flex-direction:column;align-items:center;gap:14px;padding:80px 0;font-size:.88rem;display:flex}.si-card{background:#fff;border:1px solid #e5e9f0;border-radius:16px;padding:28px;box-shadow:0 4px 10px #0f1e3e12,0 1px 3px #0f1e3e0d}.si-top-row{grid-template-columns:180px 1fr;align-items:start;gap:32px;display:grid}@media (width<=640px){.si-top-row{grid-template-columns:1fr}}.si-logo-col{flex-direction:column;gap:10px;display:flex}.si-logo-drop{cursor:pointer;background:#eef2ff;border:2px dashed #c7d2fe;border-radius:12px;justify-content:center;align-items:center;width:160px;height:160px;transition:border-color .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.si-logo-drop:hover{border-color:#4f46e5;box-shadow:0 0 0 4px #4f46e51a}.si-logo-drop:hover .si-logo-change-overlay{opacity:1}.si-logo-drop:focus{outline-offset:2px;outline:2px solid #4f46e5}.si-logo-drop.has-logo{background:#fff;border-style:solid;border-color:#e5e9f0}.si-logo-drop img{object-fit:contain;width:100%;height:100%;padding:14px}.si-logo-empty{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:16px;display:flex}.si-logo-empty svg{color:#b4bcf0;width:34px;height:34px}.si-logo-empty span{color:#6b7b96;font-size:.78rem;font-weight:600}.si-logo-empty small{color:#a4aec2;font-size:.68rem}.si-logo-change-overlay{opacity:0;background:#4338cad9;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:6px;transition:opacity .2s;display:flex;position:absolute;inset:0}.si-logo-change-overlay svg{color:#fff;width:22px;height:22px}.si-logo-change-overlay span{color:#fff;font-size:.75rem;font-weight:700}.si-file-tag{color:#4f46e5;word-break:break-all;max-width:160px;margin:0;font-size:.7rem;font-weight:600}.si-name-col{flex-direction:column;gap:16px;display:flex}.si-divider{background:#e5e9f0;height:1px;margin:24px 0 20px}.si-section-label{letter-spacing:.08em;text-transform:uppercase;color:#4f46e5;margin:0 0 14px;font-size:.72rem;font-weight:700}.si-field{flex-direction:column;gap:6px;display:flex}.si-field label{color:#1b2a4e;font-size:.78rem;font-weight:700}.si-field label .req{color:#e11d48;margin-left:2px}.si-field input,.si-field textarea{color:#0f1e3d;box-sizing:border-box;background:#f8fafc;border:1.5px solid #e5e9f0;border-radius:8px;outline:none;width:100%;padding:9px 12px;font-family:inherit;font-size:.85rem;transition:border-color .15s,background .15s,box-shadow .15s}.si-field input:focus,.si-field textarea:focus{background:#fff;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51f}.si-field input::placeholder,.si-field textarea::placeholder{color:#a4aec2}.si-field textarea{resize:vertical;min-height:84px;line-height:1.55}.si-row-3{grid-template-columns:1fr 1fr;gap:14px;margin-top:16px;display:grid}@media (width<=480px){.si-row-3{grid-template-columns:1fr}}.si-msg{border:1px solid #0000;border-radius:8px;margin-top:18px;padding:10px 16px;font-size:.84rem;font-weight:600}.si-msg-error{color:#ca1a41;background:#fdeaee;border-color:#e11d484d}.si-msg-ok{color:#117f3a;background:#e8f8ee;border-color:#16a34a4d}.si-footer{border-top:1px solid #e5e9f0;justify-content:flex-end;margin-top:28px;padding-top:22px;display:flex}.si-btn-save{color:#fff;letter-spacing:.015em;cursor:pointer;background:linear-gradient(135deg,#818cf8 0%,#6366f1 45%,#4338ca 100%);border:none;border-radius:11px;align-items:center;gap:8px;padding:11px 28px;font-family:inherit;font-size:.88rem;font-weight:700;transition:box-shadow .18s,transform .18s,filter .18s;display:inline-flex;box-shadow:0 4px 14px #4338ca61,inset 0 1px #ffffff59,inset 0 -1px #00000014}.si-btn-save svg{flex-shrink:0;width:16px;height:16px}.si-btn-save:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-2px);box-shadow:0 8px 20px #4338ca75,inset 0 1px #fff6,inset 0 -1px #00000014}.si-btn-save:active:not(:disabled){filter:brightness(.97);transform:translateY(0);box-shadow:0 2px 8px #4338ca59,inset 0 1px 2px #00000026}.si-btn-save:disabled{opacity:.6;cursor:not-allowed;filter:none;box-shadow:none;transform:none}.si-spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.7s linear infinite siSpin;display:inline-block}.si-spinner-lg{border:3px solid #e5e9f0;border-top-color:#4f46e5;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite siSpin;display:inline-block}@keyframes siSpin{to{transform:rotate(360deg)}}.hgm-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1b254b66;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.hgm-modal-content{background:#fff;border-radius:20px;width:100%;max-width:440px;padding:2.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;animation:.3s cubic-bezier(.34,1.56,.64,1) modalPop;box-shadow:0 25px 50px -12px #0f1e3e40}.hgm-modal-content h3{color:#0f1e3d;letter-spacing:-.015em;margin:0 0 1.5rem;font-size:1.32rem;font-weight:800}.hgm-modal-content .hgm-form-group{margin-bottom:1.5rem}.hgm-modal-content .hgm-form-group label{color:#1b2a4e;margin-bottom:.6rem;font-size:.82rem;font-weight:700;display:block}.hgm-modal-content .hgm-form-group input{color:#0f1e3d;box-sizing:border-box;background-color:#f8fafc;border:1.5px solid #e5e9f0;border-radius:8px;width:100%;padding:.78rem 1rem;font-family:inherit;font-size:.9rem;transition:border-color .15s,background .15s,box-shadow .15s}.hgm-modal-content .hgm-form-group input:focus{background-color:#fff;border-color:#4f46e5;outline:none;box-shadow:0 0 0 3px #4f46e51f}.hgm-modal-content .hgm-form-group input::placeholder{color:#a4aec2}.hgm-modal-content .hgm-modal-actions{justify-content:flex-end;gap:12px;margin-top:1.6rem;display:flex}.hgm-modal-content .hgm-modal-actions button{cursor:pointer;border-radius:10px;padding:.7rem 1.4rem;font-family:inherit;font-size:.86rem;font-weight:700;transition:all .18s}.hgm-modal-content .hgm-modal-actions .hgm-cancel-btn{color:#6b7b96;background:#f6f8fb;border:1px solid #e5e9f0}.hgm-modal-content .hgm-modal-actions .hgm-cancel-btn:hover{color:#1b2a4e;background:#eef2ff;border-color:#4f46e54d}.hgm-modal-content .hgm-modal-actions .hgm-save-btn{color:#fff;background:linear-gradient(135deg,#818cf8 0%,#6366f1 45%,#4338ca 100%);border:none;box-shadow:0 4px 14px #4338ca61}.hgm-modal-content .hgm-modal-actions .hgm-save-btn:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-2px);box-shadow:0 8px 20px #4338ca75}.hgm-modal-content .hgm-modal-actions .hgm-save-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.error-alert{color:#e11d48;background:#fdeaee;border:1px solid #e11d4840;border-radius:8px;align-items:center;gap:10px;padding:1rem 1.25rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;display:flex}.error-alert:before{content:"⚠️"}.house-group-page{background:#f6f8fb;flex-direction:column;gap:24px;min-height:100%;padding:20px 20px 36px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.house-group-page .hgm-header{background:#fff;border-radius:16px;flex-wrap:wrap;padding:22px 28px;box-shadow:0 1px 2px #0f1e3e0a,0 10px 28px #0f1e3e12}.house-group-page .hgm-header h1{color:#0f1e3d;letter-spacing:-.015em;margin:0 0 3px;font-size:1.32rem;font-weight:800}.house-group-page .hgm-header p{color:#6b7b96;margin:0;font-size:.86rem}.house-group-page .hgm-header-main{align-items:center;gap:16px;display:flex}.house-group-page .hgm-header-icon{color:#fff;background:linear-gradient(135deg,#6366f1,#4338ca);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex;box-shadow:0 6px 16px #4f46e561}.house-group-page .hgm-header-icon svg{stroke-width:1.8px;width:22px;height:22px}.house-group-page .hgm-header-right{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.house-group-page .hgm-stat-chip{background:#eef2ff;border:1px solid #c7d2fe;border-radius:12px;flex-direction:column;align-items:flex-end;gap:2px;padding:10px 20px;display:flex}.house-group-page .hgm-stat-chip span{color:#4f46e5;text-transform:uppercase;letter-spacing:.05em;font-size:.66rem;font-weight:700}.house-group-page .hgm-stat-chip strong{color:#1b2a4e;font-size:1.2rem;font-weight:800;line-height:1.2}.house-group-page .hgm-add-btn{color:#fff;letter-spacing:.015em;cursor:pointer;background:linear-gradient(135deg,#818cf8 0%,#6366f1 45%,#4338ca 100%);border:none;border-radius:11px;padding:11px 22px;font-family:inherit;font-size:.86rem;font-weight:700;transition:box-shadow .18s,transform .18s,filter .18s;box-shadow:0 4px 14px #4338ca61,inset 0 1px #ffffff59}.house-group-page .hgm-add-btn:hover{filter:brightness(1.06);transform:translateY(-2px);box-shadow:0 8px 20px #4338ca75,inset 0 1px #fff6}.house-group-page .hgm-add-btn:active{filter:brightness(.97);transform:translateY(0)}.house-group-page .hgm-table-card{border:1px solid #e5e9f0;border-radius:12px;overflow:hidden;box-shadow:0 4px 10px #0f1e3e12,0 1px 3px #0f1e3e0d}.house-group-page .hgm-loader{text-align:center;color:#a4aec2;background:#fff;padding:20px;font-size:.88rem;font-weight:500}.house-group-page .hgm-table{border-collapse:separate;border-spacing:0;width:100%}.house-group-page .hgm-table th,.house-group-page .hgm-table td{text-align:left;color:#0f1e3d;vertical-align:middle;border-bottom:1px solid #e5e9f0;border-right:1px solid #e5e9f0;padding:13px 16px;font-size:.84rem}.house-group-page .hgm-table th:last-child,.house-group-page .hgm-table td:last-child{border-right:none}.house-group-page .hgm-table th{text-transform:uppercase;letter-spacing:.06em;color:#1b2a4e;white-space:nowrap;background:#f8fafc;border-bottom:2px solid #c5cedd;font-size:.68rem;font-weight:800}.house-group-page .hgm-table tbody tr{transition:background .1s}.house-group-page .hgm-table tbody tr:nth-child(2n){background:#fafbfd}.house-group-page .hgm-table tbody tr:nth-child(odd){background:#fff}.house-group-page .hgm-table tbody tr:hover{background:#eef2ff!important}.house-group-page .hgm-table tbody tr:last-child td{border-bottom:none}.house-group-page .hgm-no-cell{color:#6b7b96;font-weight:600}.house-group-page .hgm-name-cell{color:#0f1e3d;font-weight:600}.house-group-page .hgm-empty-cell{text-align:center;color:#a4aec2;padding:40px 20px;font-size:.88rem}.house-group-page .hgm-action-btns{justify-content:flex-end;gap:8px;display:flex}.house-group-page .hgm-edit-btn,.house-group-page .hgm-delete-btn{cursor:pointer;border:1px solid #0000;border-radius:8px;padding:6px 14px;font-family:inherit;font-size:.78rem;font-weight:700;transition:background .15s,border-color .15s,color .15s,transform .15s}.house-group-page .hgm-edit-btn:hover,.house-group-page .hgm-delete-btn:hover{transform:translateY(-1px)}.house-group-page .hgm-edit-btn{color:#4f46e5;background:#eef2ff;border-color:#4f46e540}.house-group-page .hgm-edit-btn:hover{background:#4f46e529}.house-group-page .hgm-delete-btn{color:#e11d48;background:#fdeaee;border-color:#e11d4840}.house-group-page .hgm-delete-btn:hover{background:#e11d4829}@media (width<=640px){.house-group-page .hgm-header{flex-direction:column;align-items:flex-start}.house-group-page .hgm-header-right{justify-content:space-between;width:100%}}.idcard-page{background:#f6f8fb;flex-direction:column;gap:24px;min-height:100%;padding:20px 20px 36px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.idcard-header{background:#fff;border:none;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:22px 28px;display:flex;box-shadow:0 1px 2px #0f1e3e0a,0 10px 28px #0f1e3e12}.idcard-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.idcard-pill--admin{color:#691eea;background:#f3eeff;border-color:#7c3aed4d}.idcard-pill--admin:before{background:#7c3aed}.idcard-pill--enabled{color:#117f3a;background:#e8f8ee;border-color:#16a34a4d}.idcard-pill--enabled:before{background:#16a34a}.idcard-pill--disabled{color:#ca1a41;background:#fdeaee;border-color:#e11d484d}.idcard-pill--disabled:before{background:#e11d48}.idcard-search-bar{background:#fff;border:1px solid #e5e9f0;border-radius:12px;flex-wrap:wrap;align-items:flex-end;gap:16px;padding:16px 20px;display:flex;box-shadow:0 4px 10px #0f1e3e12,0 1px 3px #0f1e3e0d}.search-input-wrapper{flex-direction:column;flex:0 320px;gap:6px;display:flex}.search-input-wrapper:before{content:"Search";color:#6b7b96;text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:700}.idcard-search-bar input{color:#0f1e3d;box-sizing:border-box;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7B96' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E") 12px no-repeat;border:1.5px solid #e5e9f0;border-radius:8px;outline:none;width:100%;padding:9px 14px 9px 36px;font-family:inherit;font-size:.85rem;transition:border-color .12s,box-shadow .12s,background .12s}.status-filter-wrapper{background:#f8fafc;border:1px solid #e5e9f0;border-radius:8px;flex-wrap:wrap;align-self:flex-end;align-items:center;gap:2px;padding:4px;display:flex}.status-filter-btn{color:#6b7b96;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:7px;padding:7px 14px;font-size:.78rem;font-weight:700;line-height:1.4;transition:background .12s,color .12s,box-shadow .12s}.status-filter-btn:hover{color:#4f46e5}.status-filter-btn--active{color:#4f46e5;background:#fff;border-color:#e5e9f0;box-shadow:0 1px 2px #0f1e3e0d,0 1px 1px #0f1e3e0a}.status-filter-btn--active:hover{color:#2d22e0}.modal-select,.pf-select-input{color:#0f1e3d;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7B96' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 10px center/14px no-repeat;border:1.5px solid #e5e9f0;border-radius:8px;outline:none;width:100%;padding:8px 32px 8px 12px;font-family:inherit;font-size:.82rem;transition:border-color .12s}.modal-select:focus,.pf-select-input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51f}.idcard-table-card{background:#fff;border:1px solid #e5e9f0;border-radius:12px;overflow:hidden;box-shadow:0 4px 10px #0f1e3e12,0 1px 3px #0f1e3e0d}.table-responsive{overflow-x:auto}.table-responsive::-webkit-scrollbar{height:6px}.table-responsive::-webkit-scrollbar-track{background:#f6f8fb}.table-responsive::-webkit-scrollbar-thumb{background:#c5ccd9;border-radius:10px}.idcard-table{border-collapse:separate;border-spacing:0;width:100%;min-width:800px}.idcard-table th,.idcard-table td{text-align:left;color:#0f1e3d;vertical-align:middle;border-bottom:1px solid #e5e9f0;border-right:1px solid #e5e9f0;padding:13px 16px;font-size:.81rem}.idcard-table th:last-child,.idcard-table td:last-child{border-right:none}.idcard-table th{text-transform:uppercase;letter-spacing:.06em;color:#1b2a4e;white-space:nowrap;z-index:1;background:#f8fafc;border-bottom:2px solid #c5cedd;font-size:.66rem;font-weight:800;position:sticky;top:0}.idcard-table tbody tr{transition:background .1s}.idcard-table tbody tr:nth-child(2n){background:#fafbfd}.idcard-table tbody tr:nth-child(odd){background:#fff}.idcard-table tbody tr:hover{background:#eef2ff!important}.idcard-table tbody tr:last-child td{border-bottom:none}.badge--yellow{color:#c56c05;background:#fef3e2;border:1px solid #d977064d}.badge--yellow:before{background:#d97706}.action-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;transition:background .12s,transform .12s;display:inline-flex}.action-btn:hover{transform:translateY(-1px)}.action-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.whatsapp-btn{color:#16a34a;background:#e8f8ee}.whatsapp-btn:hover:not(:disabled){background:#d8f3e2}.eye-btn{color:#7c3aed;background:#f3eeff}.eye-btn:hover:not(:disabled){background:#e5daff}.edit-btn{color:#2563eb;background:#eaf2fe}.edit-btn:hover:not(:disabled){background:#d7e6fd}.idcard-actions-cell{align-items:center;gap:6px;display:flex}.idcard-empty{text-align:center;color:#a4aec2;background:#fff;padding:64px 24px;font-size:.88rem;font-weight:500}.idcard-edit-panel h2{color:#0f1e3d;margin:0 0 14px;font-size:.95rem;font-weight:700}.idcard-field input{color:#0f1e3d;background:#f8fafc;border:1.5px solid #e5e9f0;border-radius:8px;outline:none;padding:8px 10px;font-family:inherit;font-size:.82rem;transition:border-color .12s,box-shadow .12s}.idcard-field input:focus{background:#fff;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51f}.modal-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;background:#0f1e3e80;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-edit-photo-section{flex-shrink:0}.modal-edit-photo-container{background:#f6f8fb;border:2px solid #e5e9f0;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex;position:relative;overflow:visible;box-shadow:0 1px 2px #0f1e3e0d,0 1px 1px #0f1e3e0a}.modal-edit-photo-container img{object-fit:cover;border-radius:50%;width:100%;height:100%}.modal-edit-photo-container .photo-placeholder{font-size:1.8rem}.modal-edit-photo-container .photo-edit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#4338ca);border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;transition:filter .12s,transform .12s;display:flex;position:absolute;bottom:-4px;right:-4px;box-shadow:0 4px 10px #4f46e566}.modal-edit-photo-container .photo-edit-btn:hover{filter:brightness(1.08);transform:scale(1.06)}.modal-edit-photo-container .photo-edit-btn:disabled{cursor:not-allowed;box-shadow:none;background:#a4aec2;transform:none}.modal-card{background:#fff;border:1px solid #e5e9f0;border-radius:16px;width:min(520px,100%);animation:.18s modalIn;overflow:hidden;box-shadow:0 16px 40px #0f1e3e40}@keyframes modalIn{0%{opacity:0;transform:translateY(12px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-header{background:#f8fafc;border-bottom:1px solid #e5e9f0;justify-content:space-between;align-items:flex-start;padding:18px 22px 14px;display:flex}.modal-header h2{color:#0f1e3d;margin:0;font-size:.98rem;font-weight:800}.modal-admno{color:#6b7b96;margin-top:2px;font-family:SFMono-Regular,Consolas,Courier New,monospace;font-size:.75rem;font-weight:600;display:block}.modal-close{cursor:pointer;color:#6b7b96;background:#fff;border:1px solid #e5e9f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.88rem;transition:background .12s,border-color .12s;display:flex}.modal-close:hover{color:#0f1e3d;background:#f1f2f5;border-color:#cbd3e1}.modal-body{flex-direction:column;gap:0;padding:14px 22px;display:flex}.modal-row{border-bottom:1px solid #e5e9f0;justify-content:space-between;align-items:center;padding:9px 0;display:flex}.modal-row:last-child{border-bottom:none}.modal-row--stacked{flex-direction:column;align-items:flex-start;gap:4px}.modal-row--stacked .link-display{width:100%}.modal-label{color:#6b7b96;text-transform:uppercase;letter-spacing:.05em;font-size:.73rem;font-weight:700}.modal-value{color:#0f1e3d;text-align:right;max-width:60%;font-size:.82rem;font-weight:600}.modal-footer{background:#f8fafc;border-top:1px solid #e5e9f0;justify-content:flex-end;gap:8px;padding:14px 22px;display:flex}.modal-card--wide{width:min(680px,100%)}.modal-edit-body{padding:14px 22px 18px}.modal-edit-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:10px;display:grid}.modal-edit-field{flex-direction:column;gap:6px;display:flex}.modal-edit-field label{color:#6b7b96;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:700}.modal-edit-field input{color:#0f1e3d;background:#f8fafc;border:1.5px solid #e5e9f0;border-radius:8px;outline:none;padding:8px 10px;font-family:inherit;font-size:.82rem;transition:border-color .12s,box-shadow .12s}.modal-edit-field input:focus{background:#fff;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51f}.modal-edit-field input:disabled{opacity:.6;cursor:not-allowed;background:#f1f2f5}.modal-save-msg{border:1px solid #0000;border-radius:8px;align-items:center;gap:6px;margin-bottom:8px;padding:10px 12px;font-size:.8rem;font-weight:600;display:flex}.modal-save-msg--ok{color:#117f3a;background:#e8f8ee;border-color:#16a34a4d}.modal-save-msg--err{color:#ca1a41;background:#fdeaee;border-color:#e11d484d}.link-display{word-break:break-all;color:#0f1e3d;background:#f8fafc;border:1px solid #e5e9f0;border-radius:8px;margin-top:8px;padding:10px 12px;font-family:SFMono-Regular,Consolas,Courier New,monospace;font-size:.78rem;line-height:1.5}.usage-info{color:#352be1;background:#eef2ff;border:1px solid #4f46e540;border-radius:8px;margin-top:12px;padding:12px 14px;font-size:.78rem;line-height:1.7}.usage-info strong{color:#271dd0}.usage-info--status{border-top:1px dashed #4f46e540;align-items:center;gap:8px;margin-top:8px;padding-top:8px;display:flex}.pf-wrapper{background:#f6f8fb;justify-content:center;align-items:flex-start;min-height:100vh;padding:32px 16px 48px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.pf-loader,.pf-error-card,.pf-success-card{text-align:center;background:#fff;border:1px solid #e5e9f0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-width:280px;margin-top:80px;padding:40px 28px;display:flex;box-shadow:0 1px 2px #0f1e3e0a,0 10px 28px #0f1e3e12}.pf-loader p,.pf-error-card p,.pf-success-card p{color:#6b7b96;margin:0;font-size:.88rem}.pf-spinner{border:3px solid #f1f2f5;border-top-color:#4f46e5;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}.pf-error-icon,.pf-success-icon{font-size:2.2rem}.pf-error-card h2{color:#ca1a41;margin:0;font-size:1rem}.pf-error-card p{color:#6b7b96;margin:0;font-size:.85rem}.pf-success-card h2{color:#117f3a;margin:0;font-size:1rem}.pf-success-card p{color:#6b7b96;margin:0;font-size:.85rem}.pf-card{background:#fff;border:1px solid #e5e9f0;border-radius:12px;width:min(780px,100%);overflow:hidden;box-shadow:0 1px 2px #0f1e3e0a,0 10px 28px #0f1e3e12}.pf-header{color:#fff;background:linear-gradient(135deg,#6366f1,#4338ca);align-items:flex-start;gap:14px;padding:22px 26px 20px;display:flex}.pf-header h1{color:#fff;margin:0;font-size:1.12rem;font-weight:800}.pf-header p{color:#ffffffd9;margin:4px 0 0;font-size:.8rem;line-height:1.5}.pf-logo{flex-shrink:0;font-size:2rem;line-height:1}.pf-alert{border:1px solid #0000;border-radius:8px;margin:16px 22px 0;padding:10px 14px;font-size:.82rem;font-weight:600}.pf-alert--error{color:#ca1a41;background:#fdeaee;border-color:#e11d484d}.pf-form{padding:22px 26px 30px}.pf-section-title{text-transform:uppercase;letter-spacing:.1em;color:#4f46e5;border-bottom:2px solid #eef2ff;margin:18px 0 12px;padding-bottom:6px;font-size:.7rem;font-weight:800}.pf-section-title:first-child{margin-top:0}.pf-grid{gap:14px;display:grid}.pf-grid--2{grid-template-columns:repeat(2,1fr)}.pf-grid--3{grid-template-columns:repeat(3,1fr)}.pf-field{flex-direction:column;gap:6px;display:flex}.pf-field label{color:#6b7b96;text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:5px;font-size:.75rem;font-weight:700;display:flex}.pf-field input{color:#0f1e3d;box-sizing:border-box;background:#f8fafc;border:1.5px solid #e5e9f0;border-radius:8px;outline:none;width:100%;padding:9px 12px;font-family:inherit;font-size:.85rem;transition:border-color .12s,box-shadow .12s,background .12s}.pf-field input:focus{background:#fff;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51f}.pf-field input::placeholder{color:#a4aec2}.pf-field input[type=date]{color:#0f1e3d}.pf-field-icon{font-size:.88rem}.pf-field--error input{background:#fdeaee;border-color:#e11d48}.pf-field--error input:focus{border-color:#e11d48;box-shadow:0 0 0 3px #e11d4826}.pf-field-err{color:#ca1a41;font-size:.73rem;font-weight:600}.pf-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#4338ca);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:22px;padding:12px;font-size:.9rem;font-weight:700;transition:filter .12s,transform .12s,box-shadow .12s;display:flex;box-shadow:0 4px 12px #4f46e552}.pf-submit-btn:hover{filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 6px 16px #4f46e56b}.pf-submit-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.pf-btn-spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite spin;display:inline-block}.pf-card--narrow{max-width:480px}.pf-select-list{flex-direction:column;gap:8px;margin-top:4px;display:flex}.pf-select-card{cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e9f0;border-radius:8px;align-items:center;gap:12px;width:100%;padding:12px 14px;transition:border-color .12s,background .12s;display:flex}.pf-select-card:hover{background:#eef2ff;border-color:#4f46e5}.pf-select-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#4338ca);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;font-weight:800;display:flex}.pf-select-info{flex:1;min-width:0}.pf-select-name{color:#0f1e3d;font-size:.88rem;font-weight:700}.pf-select-meta{color:#6b7b96;margin-top:2px;font-size:.73rem}.pf-select-badge{white-space:nowrap;text-transform:uppercase;letter-spacing:.04em;border-radius:100px;flex-shrink:0;padding:2px 10px;font-size:.68rem;font-weight:700}.pf-select-badge--done{color:#117f3a;background:#e8f8ee;border:1px solid #16a34a4d}.pf-select-badge--new{color:#4f46e5;background:#eef2ff;border:1px solid #4f46e54d}.pf-phone-step{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:8px 0 4px;display:flex}.pf-phone-step .pf-phone-icon{font-size:2.6rem}.pf-phone-step h2{color:#0f1e3d;margin:0;font-size:1.1rem;font-weight:800}.pf-phone-step p{color:#6b7b96;max-width:300px;margin:0;font-size:.85rem}.pf-field--full{text-align:left;width:100%;margin-top:8px}.pf-student-banner{background:#eef2ff;border:1px solid #4f46e540;border-radius:8px;align-items:center;gap:12px;margin:0 22px 4px;padding:12px 16px;display:flex}.pf-student-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#4338ca);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.2rem;font-weight:800;display:flex}.pf-student-name{color:#0f1e3d;font-size:.92rem;font-weight:700}.pf-student-meta{color:#6b7b96;margin-top:2px;font-size:.73rem}.pf-edit-badge{color:#c56c05;white-space:nowrap;text-transform:uppercase;background:#fef3e2;border:1px solid #d977064d;border-radius:8px;margin-left:auto;padding:2px 10px;font-size:.7rem;font-weight:700}.pf-form-actions{gap:8px;margin-top:22px;display:flex}.pf-back-btn{color:#0f1e3d;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e5e9f0;border-radius:8px;padding:9px 16px;font-size:.85rem;font-weight:700;transition:background .12s,border-color .12s}.pf-back-btn:hover{background:#f6f8fb;border-color:#cbd3e1}.pf-back-btn:disabled{opacity:.5;cursor:not-allowed}.pf-submit-btn--outline{width:auto;box-shadow:none;background:0 0;border:2px solid #fff9;margin-top:8px;padding:9px 20px}@media (width<=900px){.idcard-edit-grid,.pf-grid--3{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.idcard-header{flex-direction:column;align-items:flex-start}.idcard-edit-grid,.pf-grid--2,.pf-grid--3{grid-template-columns:1fr}.pf-header,.pf-form{padding:18px}.modal-edit-grid{grid-template-columns:1fr}.modal-header,.modal-body,.modal-edit-body,.modal-footer{padding-left:16px;padding-right:16px}.idcard-search-bar{padding:14px}.search-input-wrapper{flex:1}.status-filter-wrapper{align-self:stretch}.status-filter-btn{flex:1;padding:7px 10px;font-size:.75rem}}.primary-btn,.secondary-btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:.82rem;font-weight:700;line-height:1.4;transition:background .12s,border-color .12s,box-shadow .12s,transform .12s;display:inline-flex}.secondary-btn:active{transform:translateY(0)}.secondary-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.idcard-page{background:#f4f5f7;flex-direction:column;gap:18px;min-height:100%;padding:16px 16px 32px;display:flex}.idcard-header{background:linear-gradient(135deg,#fff 0%,#deebff 120%);border:1px solid #dfe1e6;border-left:4px solid #0052cc;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:18px 22px;display:flex;box-shadow:0 1px 2px #091e420f,0 1px 1px #091e420a}.idcard-header h1{color:#172b4d;letter-spacing:-.01em;margin:0 0 2px;font-size:1.2rem;font-weight:800}.idcard-header p{color:#6b778c;margin:0;font-size:.82rem}.idcard-header-main{align-items:flex-start;gap:14px;display:flex}.idcard-header-icon{color:#fff;background:#0052cc;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 2px 6px #0052cc59}.idcard-header-icon svg{stroke-width:1.75px;width:22px;height:22px}.idcard-header-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.idcard-pill-row{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.idcard-pill{text-transform:uppercase;letter-spacing:.04em;border:1px solid #0000;border-radius:100px;align-items:center;gap:6px;padding:4px 12px;font-size:.72rem;font-weight:700;display:inline-flex}.idcard-pill:before{content:"";border-radius:50%;flex-shrink:0;width:6px;height:6px}.idcard-pill--info{color:#503fac;background:#eae6ff;border-color:#6554c059}.idcard-pill--info:before{background:#6554c0}.idcard-status,.idcard-error{border:1px solid #0000;border-radius:6px;align-items:center;gap:8px;padding:9px 16px;font-size:.82rem;font-weight:600;display:flex}.idcard-status{color:#257c57;background:#e3fcef;border-color:#36b37e}.idcard-error{color:#fc2e00;background:#ffebe6;border-color:#ff5630}.idcard-search-bar{background:linear-gradient(135deg,#f2f7ff 0%,#fff 75%);border:1px solid #dfe1e6;border-radius:8px;padding:14px 16px;box-shadow:0 1px 2px #091e420f,0 1px 1px #091e420a}.idcard-search-bar input{color:#172b4d;box-sizing:border-box;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B778C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E") 12px no-repeat;border:1px solid #dfe1e6;border-radius:6px;outline:none;width:100%;padding:9px 14px 9px 36px;font-size:.85rem;transition:border-color .12s,box-shadow .12s}.idcard-search-bar input::placeholder{color:#97a0af}.idcard-search-bar input:focus{border-color:#0052cc;box-shadow:0 0 0 2px #0052cc33}.idcard-empty{text-align:center;color:#97a0af;padding:48px 24px;font-size:.88rem;font-weight:500}.badge{text-transform:uppercase;letter-spacing:.04em;border-radius:100px;align-items:center;gap:5px;padding:3px 10px;font-size:.68rem;font-weight:700;display:inline-flex}.badge:before{content:"";border-radius:50%;flex-shrink:0;width:6px;height:6px}.badge--green{color:#257c57;background:#e3fcef;border:1px solid #36b37e}.badge--green:before{background:#36b37e}.badge--gray{color:#6b778c;background:#ebecf0;border:1px solid #97a0af}.badge--gray:before{background:#97a0af}.action-btn{cursor:pointer;color:#6b778c;background:#fff;border:1px solid #dfe1e6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background .12s,border-color .12s,box-shadow .12s,transform .12s;display:inline-flex}.action-btn:hover{color:#0052cc;background:#deebff;border-color:#0052cc;transform:translateY(-1px);box-shadow:0 1px 2px #091e420f,0 1px 1px #091e420a}.action-btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none;transform:none}.camera-btn{color:#6554c0}.issue-layout{grid-template-columns:300px 1fr;align-items:flex-start;gap:20px;display:grid}.issue-list-panel{flex-direction:column;gap:12px;display:flex;position:sticky;top:16px}.issue-list-card{background:#fff;border:1px solid #dfe1e6;border-radius:12px;overflow:hidden;box-shadow:0 1px 2px #091e420f,0 1px 1px #091e420a}.issue-list-header{background:linear-gradient(90deg,#162040 0%,#1e2f5a 100%);border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;padding:11px 16px;display:flex}.issue-list-title{color:#fff;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:800}.issue-list-count{color:#ffffff8c;background:#4f6ef733;border:1px solid #4f6ef74d;border-radius:999px;padding:2px 10px;font-size:.73rem;font-weight:700}.issue-student-list{flex-direction:column;max-height:calc(100vh - 320px);display:flex;overflow-y:auto}.issue-student-list::-webkit-scrollbar{width:4px}.issue-student-list::-webkit-scrollbar-track{background:#f1f5f9}.issue-student-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.issue-student-row{cursor:pointer;border-bottom:1px solid #f1f5f9;border-left:3px solid #0000;align-items:center;gap:10px;padding:10px 14px;transition:background .15s;display:flex}.issue-student-row:last-child{border-bottom:none}.issue-student-row:hover{background:#f8fafc}.issue-student-row--active{background:#deebff;border-left-color:#0052cc}.issue-student-avatar{background:linear-gradient(135deg,#4f6ef7,#6366f1);border-radius:50%;flex-shrink:0;width:36px;height:36px;overflow:hidden;box-shadow:0 2px 6px #4f6ef733}.issue-student-avatar img{object-fit:cover;width:100%;height:100%}.issue-student-info{flex:1;min-width:0}.issue-student-name{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:700;overflow:hidden}.issue-student-meta{color:#6b778c;margin-top:1px;font-size:.7rem}.issue-student-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.issue-download-btn{color:#fff;cursor:pointer;background:#0052cc;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;transition:all .15s;display:flex;box-shadow:0 1px 4px #0052cc4d}.issue-download-btn svg{width:14px;height:14px}.issue-download-btn:hover:not(:disabled){background:#0042a3;transform:translateY(-1px);box-shadow:0 3px 8px #0052cc66}.issue-download-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.issue-preview-panel{flex-direction:column;gap:16px;display:flex}.issue-no-selection{color:#97a0af;text-align:center;background:#fff;border:2px dashed #dfe1e6;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:80px 24px;font-size:.9rem;display:flex}.issue-no-selection p{color:#6b778c;margin:0}.issue-no-selection-icon{color:#97a0af;background:#f4f5f7;border:1px solid #dfe1e6;border-radius:8px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.issue-no-selection-icon svg{width:28px;height:28px}.issue-selected-banner{background:linear-gradient(135deg,#fff 0%,#deebff 150%);border:1px solid #dfe1e6;border-left:4px solid #0052cc;border-radius:8px;flex-wrap:wrap;align-items:center;gap:14px;padding:14px 18px;display:flex;box-shadow:0 1px 2px #091e420f,0 1px 1px #091e420a}.issue-selected-avatar{border:2px solid #dfe1e6;border-radius:50%;flex-shrink:0;width:46px;height:46px;overflow:hidden;box-shadow:0 1px 2px #091e420f,0 1px 1px #091e420a}.issue-selected-avatar img{object-fit:cover;width:100%;height:100%}.issue-selected-info{flex:1;min-width:0}.issue-selected-name{color:#172b4d;white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:800;overflow:hidden}.issue-selected-meta{color:#6b778c;flex-wrap:wrap;align-items:center;gap:6px;margin-top:2px;font-size:.75rem;display:flex}.issue-selected-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.issue-preview-card{background:#fff;border:1px solid #dfe1e6;border-radius:8px;padding:20px;box-shadow:0 1px 2px #091e420f,0 1px 1px #091e420a}.issue-preview-label{color:#6b778c;text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px;font-size:.68rem;font-weight:800}.idt-preview-row{flex-wrap:wrap;gap:24px;display:flex}.idcard-edit-panel{background:#fff;border:1px solid #dfe1e6;border-radius:8px;padding:18px 20px;box-shadow:0 1px 2px #091e420f,0 1px 1px #091e420a}.idcard-edit-panel-header{align-items:baseline;gap:10px;margin-bottom:16px;display:flex}.idcard-edit-panel-header h2{color:#172b4d;margin:0;font-size:.95rem;font-weight:800}.idcard-edit-panel-sub{color:#6b778c;font-size:.78rem;font-weight:600}.idcard-edit-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.idcard-field{flex-direction:column;gap:5px;display:flex}.idcard-field label{color:#6b778c;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:700}.idcard-field input{color:#172b4d;background:#fff;border:1.5px solid #dfe1e6;border-radius:6px;outline:none;padding:7px 10px;font-size:.82rem;transition:border-color .12s,box-shadow .12s}.idcard-field input:focus{border-color:#0052cc;box-shadow:0 0 0 2px #0052cc33}.idcard-field input:disabled{opacity:.6;cursor:not-allowed;background:#f4f5f7}.idcard-edit-actions{gap:8px;margin-top:16px;display:flex}.idt-card{background:#fff;border-radius:16px;flex-shrink:0;width:240px;height:380px;font-family:Segoe UI,Arial,sans-serif;position:relative;overflow:hidden;box-shadow:0 12px 40px #0f172a38,0 2px 8px #0f172a1a}.idt-front{flex-direction:column;display:flex}.idt-grid-pattern{opacity:.1;z-index:1;background-image:linear-gradient(45deg,#1a237e 25%,#0000 25%),linear-gradient(-45deg,#1a237e 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#1a237e 75%),linear-gradient(-45deg,#0000 75%,#1a237e 75%);background-position:0 0,0 8px,8px 8px,8px 0;background-size:16px 16px;height:80px;position:absolute;bottom:0;left:0;right:0}.idt-header{z-index:5;justify-content:space-between;align-items:center;height:60px;padding:12px 14px;display:flex}.idt-logo-area{align-items:center;gap:6px;display:flex}.idt-logo{object-fit:contain;width:34px;height:34px}.idt-logo-placeholder{background:#f1f5f9;border-radius:6px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.idt-school-name{color:#1a237e;text-transform:uppercase;max-width:90px;font-size:.65rem;font-weight:800;line-height:1.2}.idt-place-badge{color:#fff;text-transform:uppercase;background:#283593;border-radius:4px;padding:4px 8px;font-size:.55rem;font-weight:700}.idt-photo-area{z-index:2;height:150px;position:relative;overflow:hidden}.idt-purple-curve{z-index:1;background:#4527a0;border-radius:50%;width:220px;height:220px;position:absolute;top:0;left:-40px}.idt-photo-circle{z-index:3;background:#fff;border:6px solid #fff;border-radius:50%;width:110px;height:110px;position:absolute;top:15px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 4px 15px #0000001a}.idt-photo{object-fit:cover;width:100%;height:100%}.idt-body{text-align:center;z-index:5;flex:1;padding:8px 16px}.idt-student-name{color:#1a237e;text-transform:uppercase;margin-bottom:2px;font-size:.95rem;font-weight:900}.idt-class{color:#7e57c2;margin-bottom:12px;font-size:.85rem;font-weight:800}.idt-info-table{text-align:left;flex-direction:column;gap:4px;display:flex}.idt-info-row{align-items:flex-start;font-size:.68rem;display:flex}.idt-info-label{color:#283593;min-width:50px;font-weight:700}.idt-info-sep{color:#283593;margin:0 4px}.idt-info-val{color:#334155;font-weight:600;line-height:1.3}.idt-back{background:#f8fafc;flex-direction:column;display:flex}.idt-back-header{flex-shrink:0;height:80px;position:relative;overflow:hidden}.idt-back-curve-purple{background:#7e57c2;border-radius:50%;width:160px;height:160px;position:absolute;top:-60px;left:-60px}.idt-back-curve-navy{background:#1a237e;border-radius:50%;width:200px;height:200px;position:absolute;top:-100px;right:-40px}.idt-back-logo-container{z-index:10;justify-content:center;margin-top:-30px;margin-bottom:15px;display:flex;position:relative}.idt-back-logo-pill{background:#fff;border-radius:12px;justify-content:center;align-items:center;min-width:80px;padding:8px 16px;display:flex;box-shadow:0 4px 12px #0000001a}.idt-back-logo{object-fit:contain;max-width:80px;height:24px}.idt-back-logo-placeholder{font-size:1.4rem;line-height:1}.idt-back-rules{flex-direction:column;flex:1;gap:6px;padding:0 20px;display:flex}.idt-rule-item{align-items:flex-start;gap:8px;display:flex}.idt-bullet{color:#283593;font-size:.8rem;font-weight:900;line-height:1}.idt-rule-text{color:#475569;font-size:.65rem;line-height:1.4}.idt-back-footer{background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0;padding:12px 20px}.idt-back-school-name{color:#1a237e;text-transform:uppercase;margin-bottom:2px;font-size:.75rem;font-weight:900}.idt-back-sub-name{color:#64748b;margin-bottom:8px;font-size:.55rem}.idt-back-contact{flex-direction:column;gap:3px;display:flex}.idt-contact-row{align-items:center;gap:6px;font-size:.65rem;display:flex}.idt-contact-icon{font-size:.7rem}.idt-contact-val{color:#334155}@media (width<=1100px){.issue-layout{grid-template-columns:260px 1fr}}@media (width<=900px){.issue-layout{grid-template-columns:1fr}.issue-list-panel{position:static}.issue-student-list{max-height:280px}.idt-preview-row{justify-content:center}.idcard-edit-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.idcard-header{flex-direction:column;align-items:flex-start}.idcard-edit-grid{grid-template-columns:1fr}.issue-selected-banner{gap:10px}.issue-selected-actions{justify-content:flex-end;width:100%}.idcard-header-actions{width:100%}.idcard-header-actions .secondary-btn{flex:1;justify-content:center}}.chat-widget{z-index:1000;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:fixed;bottom:20px;right:20px}.chat-widget .chat-trigger{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6e8efb,#a777e3);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 4px 15px #0003}.chat-widget .chat-trigger:hover{transform:scale(1.1)rotate(5deg);box-shadow:0 6px 20px #0000004d}.chat-widget .chat-trigger svg{width:28px;height:28px}.chat-widget .chat-window{background:#fff;border-radius:15px;flex-direction:column;width:350px;height:500px;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.3s ease-out slideIn;display:flex;position:absolute;bottom:80px;right:0;overflow:hidden;box-shadow:0 10px 30px #00000026}@media (width<=480px){.chat-widget .chat-window{width:calc(100vw - 40px);height:calc(100vh - 120px)}}.chat-widget.full-screen .chat-window{z-index:1001;width:auto;height:auto;position:fixed;inset:20px}.chat-widget .chat-header{color:#fff;background:#6e8efb;justify-content:space-between;align-items:center;padding:15px 20px;font-weight:600;display:flex}.chat-widget .chat-header .header-actions{align-items:center;gap:5px;display:flex}.chat-widget .chat-header .header-actions .fullscreen-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;align-items:center;padding:5px;transition:background .2s;display:flex}.chat-widget .chat-header .header-actions .fullscreen-btn:hover{background:#fff3}.chat-widget .chat-header .active-contact-info{align-items:center;gap:10px;display:flex}.chat-widget .chat-header .active-contact-info .back-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;align-items:center;padding:5px;transition:background .2s;display:flex}.chat-widget .chat-header .active-contact-info .back-btn:hover{background:#fff3}.chat-widget .chat-header .active-contact-info .header-text{flex-direction:column;display:flex}.chat-widget .chat-header .active-contact-info .header-text .contact-name{font-size:16px}.chat-widget .chat-header .active-contact-info .header-text .typing-indicator{opacity:.9;font-size:11px;font-weight:400}.chat-widget .chat-header .header-title{font-size:18px}.chat-widget .chat-body{background:#f8f9fa;flex:1;padding:15px;overflow-y:auto}.chat-widget .chat-body::-webkit-scrollbar{width:5px}.chat-widget .chat-body::-webkit-scrollbar-track{background:#f1f1f1}.chat-widget .chat-body::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.chat-widget .contact-list{flex-direction:column;gap:10px;display:flex}.chat-widget .contact-list .contact-item{cursor:pointer;background:#fff;border:1px solid #eee;border-radius:10px;align-items:center;gap:12px;padding:12px;transition:all .2s;display:flex}.chat-widget .contact-list .contact-item:hover{border-color:#6e8efb;transform:translateY(-2px);box-shadow:0 4px 10px #0000000d}.chat-widget .contact-list .contact-item .contact-avatar{color:#6e8efb;background:#e9ecef;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:18px;font-weight:700;display:flex;position:relative}.chat-widget .contact-list .contact-item .contact-avatar .online-indicator{background:#2ed573;border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;bottom:2px;right:2px}.chat-widget .contact-list .contact-item .contact-details{flex:1;overflow:hidden}.chat-widget .contact-list .contact-item .contact-details .contact-name{color:#333;margin-bottom:2px;font-weight:600}.chat-widget .contact-list .contact-item .contact-details .contact-class{color:#6e8efb;margin-bottom:2px;font-size:11px;font-weight:500}.chat-widget .contact-list .contact-item .contact-details .contact-last-msg{color:#777;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.chat-widget .contact-list .contact-item .unread-badge{color:#fff;text-align:center;background:#ff4757;border-radius:10px;min-width:18px;padding:2px 6px;font-size:11px}.chat-widget .contact-list .no-contacts{text-align:center;color:#777;margin-top:50px;font-size:14px}.chat-widget .contact-list .chat-loading{text-align:center;color:#6e8efb;margin-top:50px;font-size:14px;font-weight:500}.chat-widget .contact-list .chat-error{text-align:center;color:#ff4757;margin-top:50px;padding:0 20px}.chat-widget .contact-list .chat-error p{margin-bottom:10px;font-size:14px}.chat-widget .contact-list .chat-error button{color:#fff;cursor:pointer;background:#6e8efb;border:none;border-radius:15px;padding:5px 15px;font-size:12px}.chat-widget .contact-list .chat-error button:hover{background:#5a7be2}.chat-widget .message-list{flex-direction:column;gap:12px;display:flex}.chat-widget .message-list .no-messages{text-align:center;color:#aaa;margin-top:40px;font-size:14px}.chat-widget .message-list .message-item{flex-direction:column;max-width:80%;display:flex}.chat-widget .message-list .message-item.sent{align-self:flex-end}.chat-widget .message-list .message-item.sent .message-content{color:#fff;background:#6e8efb;border-radius:15px 15px 0}.chat-widget .message-list .message-item.sent .message-time{align-self:flex-end}.chat-widget .message-list .message-item.received{align-self:flex-start}.chat-widget .message-list .message-item.received .message-content{color:#333;background:#fff;border-radius:15px 15px 15px 0;box-shadow:0 2px 5px #0000000d}.chat-widget .message-list .message-item .message-content{word-wrap:break-word;padding:10px 15px;font-size:14px;line-height:1.4}.chat-widget .message-list .message-item .message-content .audio-wrapper{align-items:center;gap:10px;margin-top:5px;display:flex}.chat-widget .message-list .message-item .message-content .audio-wrapper .message-audio{border-radius:20px;max-width:180px;height:35px}.chat-widget .message-list .message-item .message-content .audio-wrapper .audio-download{color:inherit;opacity:.7}.chat-widget .message-list .message-item .message-content .audio-wrapper .audio-download:hover{opacity:1}.chat-widget .message-list .message-item .message-content .attachment-preview{margin-top:5px}.chat-widget .message-list .message-item .message-content .attachment-preview .file-link{color:inherit;align-items:center;font-size:12px;font-weight:500;text-decoration:none;display:flex}.chat-widget .message-list .message-item .message-content .attachment-preview .file-link:hover{text-decoration:underline}.chat-widget .message-list .message-item .message-content .image-wrapper{margin-top:5px}.chat-widget .message-list .message-item .message-content .image-wrapper .message-image{cursor:pointer;border-radius:8px;max-width:100%;max-height:200px;transition:opacity .2s}.chat-widget .message-list .message-item .message-content .image-wrapper .message-image:hover{opacity:.9}.chat-widget .message-list .message-item .message-time{color:#999;margin-top:4px;padding:0 5px;font-size:10px}.chat-widget .chat-footer{background:#fff;border-top:1px solid #eee;align-items:center;gap:10px;padding:15px;display:flex}.chat-widget .chat-footer .recording-ui{background:#fff0f0;border:1px solid #ffebeb;border-radius:20px;align-items:center;gap:10px;height:40px;padding:0 10px;display:flex}.chat-widget .chat-footer .recording-ui .recording-dot{background:#ff4757;border-radius:50%;width:10px;height:10px;animation:1s infinite blink}.chat-widget .chat-footer .recording-ui .recording-time{color:#ff4757;min-width:40px;font-size:13px;font-weight:600}.chat-widget .chat-footer .recording-ui .stop-recording-btn{cursor:pointer;color:#ff4757;background:0 0;border:none;border-radius:50%;align-items:center;padding:5px;display:flex}.chat-widget .chat-footer .recording-ui .stop-recording-btn:hover{background:#ffebeb}.chat-widget .chat-footer input[type=text]{border:1px solid #e1e1e1;border-radius:20px;outline:none;flex:1;padding:10px 15px;font-size:14px;transition:border-color .2s}.chat-widget .chat-footer input[type=text]:focus{border-color:#6e8efb}.chat-widget .chat-footer input[type=text]:disabled{cursor:not-allowed;background:#f8f9fa}.chat-widget .chat-footer button{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:5px;transition:all .2s;display:flex}.chat-widget .chat-footer button.attach-btn,.chat-widget .chat-footer button.mic-btn{color:#777}.chat-widget .chat-footer button.attach-btn:hover,.chat-widget .chat-footer button.mic-btn:hover{color:#6e8efb;background:#f0f0f0}.chat-widget .chat-footer button.mic-btn{color:#6e8efb}.chat-widget .chat-footer button.send-btn{color:#fff;background:#6e8efb;padding:8px}.chat-widget .chat-footer button.send-btn:hover{background:#5a7be2;transform:scale(1.05)}.chat-widget .chat-footer button.send-btn:disabled{cursor:not-allowed;background:#ccc}@keyframes blink{0%{opacity:1}50%{opacity:.3}to{opacity:1}}.recording-ui{background:#fff0f0;border:1px solid #ffebeb;border-radius:20px;align-items:center;gap:10px;padding:0 10px;display:flex}.recording-ui .recording-dot{background:#ff4757;border-radius:50%;width:10px;height:10px;animation:1s infinite blink}.recording-ui .recording-time{color:#ff4757;min-width:40px;font-size:13px;font-weight:600}.recording-ui .stop-recording-btn{color:#ff4757;padding:5px}.recording-ui .stop-recording-btn:hover{background:#ffebeb}input[type=text] from{opacity:0;transform:translateY(20px)scale(.95)}input[type=text] to{opacity:1;transform:translateY(0)scale(1)}.dashboard-main.chat-layout-override{padding:0;overflow:hidden}.chat-page-container{background:#f6f8fb;width:100%;height:calc(100vh - 66px);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;overflow:hidden}.chat-page-container .chat-sidebar{background:#f8fafc;border-right:1px solid #e5e9f0;flex-direction:column;flex-shrink:0;width:320px;display:flex}.chat-page-container .chat-sidebar .sidebar-header{background:#fff;border-bottom:1px solid #e5e9f0;padding:18px 16px 14px}.chat-page-container .chat-sidebar .sidebar-header .header-top{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.chat-page-container .chat-sidebar .sidebar-header .header-top h3{color:#0f1e3d;letter-spacing:-.02em;margin:0;font-size:1.22rem;font-weight:800}.chat-page-container .chat-sidebar .sidebar-header .header-top .bulk-toggle-btn{color:#6b7b96;cursor:pointer;background:#f6f8fb;border:1px solid #e5e9f0;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .15s;display:flex}.chat-page-container .chat-sidebar .sidebar-header .header-top .bulk-toggle-btn svg{width:16px;height:16px}.chat-page-container .chat-sidebar .sidebar-header .header-top .bulk-toggle-btn:hover{color:#4f46e5;background:#eef2ff;border-color:#4f46e54d}.chat-page-container .chat-sidebar .sidebar-header .header-top .bulk-toggle-btn.active{color:#fff;background:#4f46e5;border-color:#2d22e0}.chat-page-container .chat-sidebar .sidebar-header .search-box{background:#f6f8fb;border:1.5px solid #e5e9f0;border-radius:100px;align-items:center;gap:8px;padding:9px 14px;transition:border-color .15s,box-shadow .15s,background .15s;display:flex}.chat-page-container .chat-sidebar .sidebar-header .search-box:focus-within{background:#fff;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51f}.chat-page-container .chat-sidebar .sidebar-header .search-box svg{color:#6b7b96;flex-shrink:0;width:15px;height:15px}.chat-page-container .chat-sidebar .sidebar-header .search-box input{color:#0f1e3d;background:0 0;border:none;outline:none;width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.85rem}.chat-page-container .chat-sidebar .sidebar-header .search-box input::placeholder{color:#a4aec2}.chat-page-container .chat-sidebar .sidebar-header .select-all-container{margin-top:10px}.chat-page-container .chat-sidebar .sidebar-header .select-all-container .select-all-btn{cursor:pointer;color:#6b7b96;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;width:100%;padding:6px 8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.8rem;font-weight:700;transition:background .12s,color .12s;display:flex}.chat-page-container .chat-sidebar .sidebar-header .select-all-container .select-all-btn:hover{color:#4f46e5;background:#eef2ff}.chat-page-container .chat-sidebar .sidebar-header .select-all-container .select-all-btn .checkbox-box{color:#fff;border:2px solid #e5e9f0;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:17px;height:17px;transition:all .12s;display:flex}.chat-page-container .chat-sidebar .sidebar-header .select-all-container .select-all-btn .checkbox-box.checked{background:#4f46e5;border-color:#4f46e5}.chat-page-container .chat-sidebar .contact-list{background:#fff;flex:1;padding:6px 0;overflow-y:auto}.chat-page-container .chat-sidebar .contact-list::-webkit-scrollbar{width:4px}.chat-page-container .chat-sidebar .contact-list::-webkit-scrollbar-track{background:0 0}.chat-page-container .chat-sidebar .contact-list::-webkit-scrollbar-thumb{background:#e5e9f0;border-radius:4px}.chat-page-container .chat-sidebar .contact-list .chat-state-msg{text-align:center;color:#a4aec2;padding:48px 20px;font-size:.84rem;font-weight:500}.chat-page-container .chat-sidebar .contact-list .chat-state-msg.error{color:#e11d48}.chat-page-container .chat-sidebar .contact-list .contact-item{cursor:pointer;align-items:center;gap:12px;padding:11px 16px;transition:background .1s;display:flex;position:relative}.chat-page-container .chat-sidebar .contact-list .contact-item:hover{background:#f6f8fb}.chat-page-container .chat-sidebar .contact-list .contact-item.active{background:#eef2ff}.chat-page-container .chat-sidebar .contact-list .contact-item.active .contact-name{color:#4f46e5}.chat-page-container .chat-sidebar .contact-list .contact-item.selected{background:#f5f7ff}.chat-page-container .chat-sidebar .contact-list .contact-item .bulk-checkbox{flex-shrink:0}.chat-page-container .chat-sidebar .contact-list .contact-item .bulk-checkbox .checkbox-box{color:#fff;border:2px solid #e5e9f0;border-radius:5px;justify-content:center;align-items:center;width:17px;height:17px;transition:all .12s;display:flex}.chat-page-container .chat-sidebar .contact-list .contact-item .bulk-checkbox .checkbox-box.checked{background:#4f46e5;border-color:#4f46e5}.chat-page-container .chat-sidebar .contact-list .contact-item .contact-avatar{text-transform:uppercase;color:#fff;background:linear-gradient(135deg,#6366f1,#4338ca);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:1rem;font-weight:800;display:flex;position:relative;box-shadow:0 3px 8px #4f46e552}.chat-page-container .chat-sidebar .contact-list .contact-item .contact-avatar .online-indicator{background:#16a34a;border:2px solid #fff;border-radius:50%;width:11px;height:11px;position:absolute;bottom:-1px;right:-1px}.chat-page-container .chat-sidebar .contact-list .contact-item .contact-info{flex:1;min-width:0}.chat-page-container .chat-sidebar .contact-list .contact-item .contact-info .contact-name{color:#0f1e3d;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:700;overflow:hidden}.chat-page-container .chat-sidebar .contact-list .contact-item .contact-info .contact-class{color:#4f46e5;text-transform:uppercase;letter-spacing:.02em;margin-bottom:2px;font-size:.7rem;font-weight:700}.chat-page-container .chat-sidebar .contact-list .contact-item .contact-info .contact-last-msg{color:#6b7b96;white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;overflow:hidden}.chat-page-container .chat-sidebar .contact-list .contact-item .contact-info .unread-badge{color:#fff;vertical-align:middle;background:#4f46e5;border-radius:100px;flex-shrink:0;justify-content:center;align-items:center;min-width:20px;height:20px;margin-left:6px;padding:0 6px;font-size:.68rem;font-weight:800;display:inline-flex}.chat-page-container .chat-main{background:#fff;flex-direction:column;flex:1;min-width:0;display:flex}.chat-page-container .chat-main .bulk-message-container{background:#f6f8fb;flex-direction:column;flex:1;padding:32px 40px;display:flex;overflow-y:auto}.chat-page-container .chat-main .bulk-message-container .bulk-header{margin-bottom:24px}.chat-page-container .chat-main .bulk-message-container .bulk-header h3{color:#0f1e3d;letter-spacing:-.01em;margin:0 0 6px;font-size:1.1rem;font-weight:800}.chat-page-container .chat-main .bulk-message-container .bulk-header p{color:#6b7b96;margin:0;font-size:.83rem}.chat-page-container .chat-main .bulk-message-container .bulk-content{background:#fff;border:1.5px solid #e5e9f0;border-radius:16px;flex-direction:column;gap:16px;max-width:680px;padding:24px;display:flex;box-shadow:0 1px 3px #0f1e3e0f,0 1px 2px #0f1e3e0a}.chat-page-container .chat-main .bulk-message-container .bulk-content .selected-count-badge{color:#4f46e5;background:#eef2ff;border:1px solid #4f46e533;border-radius:100px;align-items:center;gap:6px;width:fit-content;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-flex}.chat-page-container .chat-main .bulk-message-container .bulk-content textarea{resize:vertical;color:#0f1e3d;box-sizing:border-box;background:#f6f8fb;border:1.5px solid #e5e9f0;border-radius:12px;outline:none;width:100%;min-height:160px;padding:12px 14px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.86rem;transition:border-color .15s,box-shadow .15s,background .15s}.chat-page-container .chat-main .bulk-message-container .bulk-content textarea::placeholder{color:#a4aec2}.chat-page-container .chat-main .bulk-message-container .bulk-content textarea:focus{background:#fff;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51f}.chat-page-container .chat-main .bulk-message-container .bulk-content .bulk-actions{justify-content:flex-end;gap:10px;display:flex}.chat-page-container .chat-main .bulk-message-container .bulk-content .bulk-actions .cancel-btn{color:#6b7b96;cursor:pointer;background:#fff;border:1.5px solid #e5e9f0;border-radius:8px;padding:9px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.83rem;font-weight:700;transition:background .12s}.chat-page-container .chat-main .bulk-message-container .bulk-content .bulk-actions .cancel-btn:hover{background:#f6f8fb}.chat-page-container .chat-main .bulk-message-container .bulk-content .bulk-actions .send-bulk-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#818cf8 0%,#6366f1 45%,#4338ca 100%);border:none;border-radius:100px;padding:10px 22px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.83rem;font-weight:700;transition:filter .15s,box-shadow .15s,transform .15s;box-shadow:0 1px 4px #4f46e547,inset 0 1px #ffffff4d}.chat-page-container .chat-main .bulk-message-container .bulk-content .bulk-actions .send-bulk-btn:hover{filter:brightness(1.06);transform:translateY(-1px)}.chat-page-container .chat-main .bulk-message-container .bulk-content .bulk-actions .send-bulk-btn:disabled{color:#a4aec2;cursor:not-allowed;box-shadow:none;filter:none;background:#e5e9f0;transform:none}.chat-page-container .chat-main .chat-header{background:#fff;border-bottom:1px solid #e5e9f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 22px;display:flex}.chat-page-container .chat-main .chat-header .active-user-info{align-items:center;gap:12px;display:flex}.chat-page-container .chat-main .chat-header .active-user-info .mobile-back-btn{color:#6b7b96;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px;transition:background .12s;display:none}.chat-page-container .chat-main .chat-header .active-user-info .mobile-back-btn:hover{background:#f6f8fb}.chat-page-container .chat-main .chat-header .active-user-info .avatar{color:#fff;text-transform:uppercase;background:linear-gradient(135deg,#6366f1,#4338ca);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.05rem;font-weight:800;display:flex;box-shadow:0 4px 10px #4f46e561}.chat-page-container .chat-main .chat-header .active-user-info .details h4{color:#0f1e3d;letter-spacing:-.01em;margin:0;font-size:.95rem;font-weight:800}.chat-page-container .chat-main .chat-header .active-user-info .details p{color:#16a34a;align-items:center;gap:5px;margin:3px 0 0;font-size:.73rem;font-weight:600;display:flex}.chat-page-container .chat-main .chat-header .active-user-info .details p:before{content:"";background:currentColor;border-radius:50%;flex-shrink:0;width:7px;height:7px}.chat-page-container .chat-main .chat-header .active-user-info .details p.offline{color:#6b7b96}.chat-page-container .chat-main .chat-header .download-status{color:#4f46e5;background:#eef2ff;border:1px solid #4f46e533;border-radius:100px;align-items:center;gap:8px;padding:6px 14px;font-size:.76rem;font-weight:600;display:flex}.chat-page-container .chat-main .chat-header .download-status .spinner{border:2px solid #4f46e533;border-top-color:#4f46e5;border-radius:50%;width:13px;height:13px;animation:.8s linear infinite chat-spin}.chat-page-container .chat-main .message-area{background:#f6f8fb;flex-direction:column;flex:1;gap:6px;padding:24px 32px;display:flex;overflow-y:auto}.chat-page-container .chat-main .message-area::-webkit-scrollbar{width:4px}.chat-page-container .chat-main .message-area::-webkit-scrollbar-track{background:0 0}.chat-page-container .chat-main .message-area::-webkit-scrollbar-thumb{background:#e5e9f0;border-radius:4px}.chat-page-container .chat-main .message-area .date-separator{justify-content:center;align-items:center;margin:18px 0 14px;display:flex;position:relative}.chat-page-container .chat-main .message-area .date-separator:before{content:"";background:#e5e9f0;height:1px;position:absolute;left:0;right:0}.chat-page-container .chat-main .message-area .date-separator span{color:#6b7b96;z-index:1;text-transform:uppercase;letter-spacing:.06em;background:#f6f8fb;border:1px solid #e5e9f0;border-radius:100px;padding:4px 14px;font-size:.7rem;font-weight:700;position:relative}.chat-page-container .chat-main .message-area .message-row{width:100%;margin-bottom:3px;display:flex}.chat-page-container .chat-main .message-area .message-row.sent{justify-content:flex-end;padding-left:80px}.chat-page-container .chat-main .message-area .message-row.sent .message-bubble{color:#fff;background:#4f46e5;border-radius:20px 20px 6px;box-shadow:0 1px 4px #4f46e547}.chat-page-container .chat-main .message-area .message-row.sent .message-bubble .msg-meta .time{color:#ffffffb3}.chat-page-container .chat-main .message-area .message-row.received{justify-content:flex-start;padding-right:80px}.chat-page-container .chat-main .message-area .message-row.received .message-bubble{color:#0f1e3d;background:#fff;border:1px solid #e5e9f0;border-radius:20px 20px 20px 6px;box-shadow:0 1px 3px #0f1e3e0f,0 1px 2px #0f1e3e0a}.chat-page-container .chat-main .message-area .message-row .message-bubble{max-width:58%;padding:10px 14px;animation:.2s ease-out chat-messagePop;position:relative}.chat-page-container .chat-main .message-area .message-row .message-bubble.temp{opacity:.6}.chat-page-container .chat-main .message-area .message-row .message-bubble.failed{color:#e11d48!important;background:#fdeaee!important;border:1px solid #e11d484d!important}.chat-page-container .chat-main .message-area .message-row .message-bubble .error-icon{color:#fff;background:#e11d48;border-radius:50%;justify-content:center;align-items:center;width:17px;height:17px;font-size:10px;font-weight:800;display:flex;position:absolute;top:50%;left:-24px;transform:translateY(-50%)}.chat-page-container .chat-main .message-area .message-row .message-bubble .content{word-break:break-word;font-size:.88rem;line-height:1.55}.chat-page-container .chat-main .message-area .message-row .message-bubble .attachment-wrapper{margin-top:8px}.chat-page-container .chat-main .message-area .message-row .message-bubble .image-message-container{display:inline-block;position:relative}.chat-page-container .chat-main .message-area .message-row .message-bubble .image-message-container .chat-image{cursor:pointer;object-fit:cover;border-radius:12px;max-width:260px;max-height:320px;transition:opacity .15s;display:block}.chat-page-container .chat-main .message-area .message-row .message-bubble .image-message-container .chat-image:hover{opacity:.92}.chat-page-container .chat-main .message-area .message-row .message-bubble .image-message-container .image-download-btn{cursor:pointer;color:#fff;opacity:0;background:#0f1e3e99;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:opacity .15s;display:flex;position:absolute;bottom:8px;right:8px}.chat-page-container .chat-main .message-area .message-row .message-bubble .image-message-container .image-download-btn.downloading{opacity:1;cursor:wait}.chat-page-container .chat-main .message-area .message-row .message-bubble .image-message-container .image-download-btn:hover{background:#0f1e3ecc}.chat-page-container .chat-main .message-area .message-row .message-bubble .image-message-container:hover .image-download-btn{opacity:1}.chat-page-container .chat-main .message-area .message-row .message-bubble .audio-message-container{background:#0000000d;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;display:flex}.chat-page-container .chat-main .message-area .message-row .message-bubble .audio-message-container .audio-player{width:200px;height:30px}.chat-page-container .chat-main .message-area .message-row .message-bubble .audio-message-container .audio-download-link{cursor:pointer;color:inherit;opacity:.6;background:0 0;border:none;border-radius:8px;align-items:center;padding:4px;transition:opacity .12s;display:flex}.chat-page-container .chat-main .message-area .message-row .message-bubble .audio-message-container .audio-download-link.downloading{opacity:1;cursor:wait}.chat-page-container .chat-main .message-area .message-row .message-bubble .audio-message-container .audio-download-link:hover{opacity:1}.chat-page-container .chat-main .message-area .message-row .message-bubble .file-attachment-container{background:#0000000a;border:1px solid #0000000f;border-radius:8px;align-items:center;gap:6px;padding-right:8px;transition:background .12s;display:flex}.chat-page-container .chat-main .message-area .message-row .message-bubble .file-attachment-container:hover{background:#00000012}.chat-page-container .chat-main .message-area .message-row .message-bubble .file-attachment-container .file-attachment{color:inherit;flex:1;align-items:center;gap:8px;min-width:0;padding:8px 10px;font-size:.8rem;font-weight:600;text-decoration:none;display:flex}.chat-page-container .chat-main .message-area .message-row .message-bubble .file-attachment-container .file-attachment .file-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.chat-page-container .chat-main .message-area .message-row .message-bubble .file-attachment-container .file-download-icon{cursor:pointer;color:inherit;opacity:.5;background:0 0;border:none;border-radius:8px;align-items:center;padding:4px;transition:opacity .12s;display:flex}.chat-page-container .chat-main .message-area .message-row .message-bubble .file-attachment-container .file-download-icon.downloading{opacity:1;cursor:wait}.chat-page-container .chat-main .message-area .message-row .message-bubble .file-attachment-container .file-download-icon:hover{opacity:1}.chat-page-container .chat-main .message-area .message-row .message-bubble .msg-meta{justify-content:flex-end;align-items:center;gap:5px;margin-top:5px;display:flex}.chat-page-container .chat-main .message-area .message-row .message-bubble .msg-meta .time{color:#6b7b96;font-size:.68rem;font-weight:500}.chat-page-container .chat-main .message-area .message-row .message-bubble .msg-meta .status{align-items:center;display:flex}.chat-page-container .chat-main .message-area .message-row .message-bubble .msg-meta .status.read{color:#ffffffe6}.chat-page-container .chat-main .message-area .message-row .message-bubble .msg-meta .status.sent{color:#ffffff8c}.chat-page-container .chat-main .chat-input-area{background:#fff;border-top:1px solid #e5e9f0;flex-shrink:0;align-items:center;gap:10px;padding:14px 22px;display:flex}.chat-page-container .chat-main .chat-input-area .icon-btn{color:#6b7b96;cursor:pointer;background:#f6f8fb;border:1.5px solid #e5e9f0;border-radius:8px;align-items:center;padding:9px;transition:all .12s;display:flex}.chat-page-container .chat-main .chat-input-area .icon-btn svg{width:18px;height:18px}.chat-page-container .chat-main .chat-input-area .icon-btn:hover{color:#4f46e5;background:#eef2ff;border-color:#4f46e54d}.chat-page-container .chat-main .chat-input-area .icon-btn.mic-btn{color:#4f46e5}.chat-page-container .chat-main .chat-input-area .recording-ui{background:#fdeaee;border:1.5px solid #e11d4840;border-radius:100px;flex:1;align-items:center;gap:10px;height:44px;padding:0 16px;display:flex}.chat-page-container .chat-main .chat-input-area .recording-ui .recording-dot{background:#e11d48;border-radius:50%;width:8px;height:8px;animation:1s infinite chat-blink}.chat-page-container .chat-main .chat-input-area .recording-ui .recording-time{color:#e11d48;font-family:SFMono-Regular,Consolas,Courier New,monospace;font-size:.8rem;font-weight:700}.chat-page-container .chat-main .chat-input-area .recording-ui .stop-btn{color:#e11d48;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;margin-left:auto;padding:5px;transition:background .12s;display:flex}.chat-page-container .chat-main .chat-input-area .recording-ui .stop-btn:hover{background:#e11d481a}.chat-page-container .chat-main .chat-input-area .input-wrapper{background:#f6f8fb;border:1.5px solid #e5e9f0;border-radius:100px;flex:1;align-items:center;padding:0 18px;transition:border-color .15s,box-shadow .15s,background .15s;display:flex}.chat-page-container .chat-main .chat-input-area .input-wrapper:focus-within{background:#fff;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51f}.chat-page-container .chat-main .chat-input-area .input-wrapper input[type=text]{color:#0f1e3d;background:0 0;border:none;outline:none;flex:1;padding:12px 0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.88rem}.chat-page-container .chat-main .chat-input-area .input-wrapper input[type=text]::placeholder{color:#a4aec2}.chat-page-container .chat-main .chat-input-area .input-wrapper input[type=text]:disabled{color:#a4aec2;cursor:not-allowed}.chat-page-container .chat-main .chat-input-area .send-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#818cf8 0%,#6366f1 45%,#4338ca 100%);border:none;border-radius:100px;align-items:center;gap:8px;padding:11px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.85rem;font-weight:700;transition:filter .15s,box-shadow .15s,transform .15s;display:flex;box-shadow:0 1px 4px #4f46e547,inset 0 1px #ffffff4d}.chat-page-container .chat-main .chat-input-area .send-btn:hover{filter:brightness(1.06);transform:translateY(-1px);box-shadow:0 4px 12px #0f1e3e14}.chat-page-container .chat-main .chat-input-area .send-btn:active{transform:translateY(0)}.chat-page-container .chat-main .chat-input-area .send-btn:disabled{color:#a4aec2;cursor:not-allowed;box-shadow:none;filter:none;background:#e5e9f0;transform:none}.chat-page-container .chat-main .chat-input-area .button-spinner{border:2px solid #ffffff4d;border-top-color:currentColor;border-radius:50%;width:13px;height:13px;animation:.8s linear infinite chat-spin}.chat-page-container .chat-main .no-chat-selected{background:#f6f8fb;flex:1;justify-content:center;align-items:center;display:flex}.chat-page-container .chat-main .no-chat-selected .empty-state{text-align:center;background:#fff;border:1.5px solid #e5e9f0;border-radius:20px;flex-direction:column;align-items:center;gap:14px;padding:48px 40px;display:flex;box-shadow:0 1px 3px #0f1e3e0f,0 1px 2px #0f1e3e0a}.chat-page-container .chat-main .no-chat-selected .empty-state svg{stroke:#6b7b96;opacity:.4;width:56px;height:56px}.chat-page-container .chat-main .no-chat-selected .empty-state p{color:#6b7b96;margin:0;font-size:.9rem;font-weight:600}@media (width<=992px){.chat-page-container .chat-sidebar{width:270px}}@media (width<=768px){.chat-page-container{flex-direction:column}.chat-page-container .chat-sidebar{border-bottom:1px solid #e5e9f0;border-right:none;width:100%;height:100%}.chat-page-container .chat-sidebar.hidden{display:none}.chat-page-container .chat-main{height:100%;display:none}.chat-page-container .chat-main.active,.chat-page-container .chat-main .chat-header .active-user-info .mobile-back-btn{display:flex}}@keyframes chat-blink{0%,to{opacity:1}50%{opacity:.2}}@keyframes chat-spin{to{transform:rotate(360deg)}}@keyframes chat-messagePop{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.primary-btn,.secondary-btn{cursor:pointer;border:1px solid #0000;border-radius:6px;padding:8px 16px;font-family:Inter,Segoe UI,system-ui,sans-serif;font-size:.82rem;font-weight:700;line-height:1.4;transition:background .12s,border-color .12s,box-shadow .12s,transform .12s}.primary-btn{color:#fff;background:#0052cc;border-color:#0042a3;box-shadow:0 1px 2px #0052cc52}.primary-btn:hover{background:#0042a3;transform:translateY(-1px);box-shadow:0 2px 6px #0052cc66}.primary-btn:active{transform:translateY(0)}.primary-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.secondary-btn{color:#172b4d;background:#fff;border-color:#dfe1e6}.secondary-btn:hover{background:#f4f5f7;border-color:#97a0af}.secondary-btn:disabled{opacity:.5;cursor:not-allowed}.eval-page{background:#f4f5f7;flex-direction:column;gap:14px;min-height:100%;padding:16px 16px 32px;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;display:flex}.eval-page *{box-sizing:border-box;font-family:inherit}.eval-header{background:linear-gradient(135deg,#fff 0%,#deebff 120%);border:1px solid #dfe1e6;border-left:4px solid #0052cc;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;display:flex;box-shadow:0 1px 2px #091e420f,0 1px 1px #091e420a}.eval-header h1{color:#172b4d;letter-spacing:-.01em;margin:0 0 2px;font-size:1.2rem;font-weight:800}.eval-header p{color:#6b778c;margin:0;font-size:.82rem}.eval-header-main{align-items:flex-start;gap:14px;display:flex}.eval-header-icon{color:#fff;background:#0052cc;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 2px 6px #0052cc59}.eval-header-icon svg{stroke-width:1.75px;width:22px;height:22px}.eval-month-picker{flex-direction:column;gap:5px;display:flex}.eval-month-picker label{color:#6b778c;text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;font-weight:700}.eval-month-picker input[type=month]{color:#172b4d;background:#fff;border:1.5px solid #dfe1e6;border-radius:6px;outline:none;padding:7px 12px;font-size:.85rem;font-weight:500;transition:border-color .12s,box-shadow .12s}.eval-month-picker input[type=month]:focus{border-color:#0052cc;box-shadow:0 0 0 2px #0052cc33}.eval-section{background:#fff;border:1px solid #dfe1e6;border-radius:8px;flex-direction:column;gap:0;padding:18px 22px 20px;display:flex;box-shadow:0 1px 2px #091e420f,0 1px 1px #091e420a}.eval-section-header{border-bottom:1px solid #dfe1e6;justify-content:space-between;align-items:center;margin-bottom:14px;padding-bottom:14px;display:flex}.eval-section-title{color:#6b778c;text-transform:uppercase;letter-spacing:.12em;align-items:center;gap:8px;font-size:.68rem;font-weight:800;display:flex}.eval-section-title:before{content:"";background:#0052cc;border-radius:2px;flex-shrink:0;width:3px;height:13px;display:inline-block}.eval-section-badge{color:#0052cc;letter-spacing:.04em;background:#deebff;border:1px solid #0052cc40;border-radius:100px;padding:2px 10px;font-size:.62rem;font-weight:700}.eval-criteria-label{color:#172b4d;margin-bottom:4px;font-size:.82rem;font-weight:700}.eval-criteria-hint{color:#6b778c;background:#f0f6ff;border-left:3px solid #0052cc66;border-radius:0 6px 6px 0;margin-bottom:14px;padding:7px 11px;font-size:.73rem;line-height:1.55}.eval-fields{flex-wrap:wrap;align-items:flex-end;gap:10px;display:flex}.eval-fields--mt{margin-top:10px}.eval-fld{flex-direction:column;flex:130px;gap:5px;max-width:200px;display:flex}.eval-fld label{color:#6b778c;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;font-size:.63rem;font-weight:700}.eval-fld input,.eval-fld select{color:#172b4d;background:#f4f5f7;border:1.5px solid #dfe1e6;border-radius:6px;outline:none;width:100%;padding:7px 10px;font-size:.82rem;font-weight:500;transition:border-color .12s,box-shadow .12s,background .12s}.eval-fld input:focus,.eval-fld select:focus{background:#fff;border-color:#0052cc;box-shadow:0 0 0 2px #0052cc2e}.eval-fld input:disabled,.eval-fld select:disabled{opacity:.55;cursor:not-allowed}.eval-fld select{appearance:none;cursor:pointer;background-color:#f4f5f7;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236B778C' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 9px center;background-repeat:no-repeat;background-size:12px;padding-right:28px}.eval-score-chip{color:#0052cc;letter-spacing:.02em;background:#deebff;border:1px solid #0052cc47;border-radius:100px;align-items:center;gap:6px;margin-top:14px;padding:4px 13px 4px 10px;font-size:.72rem;font-weight:700;display:inline-flex}.eval-score-chip:before{content:"";opacity:.75;background:#0052cc;border-radius:50%;flex-shrink:0;width:6px;height:6px}.eval-actions{background:#fff;border:1px solid #dfe1e6;border-radius:8px;align-items:center;gap:12px;padding:14px 20px;display:flex;box-shadow:0 1px 2px #091e420f,0 1px 1px #091e420a}.eval-saved-tag{color:#257c57;text-transform:uppercase;letter-spacing:.05em;background:#e3fcef;border:1px solid #36b37e80;border-radius:100px;align-items:center;gap:6px;padding:4px 12px;font-size:.7rem;font-weight:700;animation:.2s evalFadeUp;display:inline-flex}.eval-saved-tag:before{content:"";background:#36b37e;border-radius:50%;flex-shrink:0;width:6px;height:6px}@keyframes evalFadeUp{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.eval-loader{color:#97a0af;background:#fff;border:1px solid #dfe1e6;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:56px 24px;font-size:.82rem;font-weight:500;display:flex}.eval-loader:before{content:"";border:2px solid #ebecf0;border-top-color:#0052cc;border-radius:50%;flex-shrink:0;width:18px;height:18px;animation:.7s linear infinite evalSpin}@keyframes evalSpin{to{transform:rotate(360deg)}}.admins-page-container{background:#f4f5f7;flex-direction:column;gap:14px;min-height:100%;padding:16px 16px 32px;display:flex}.wrap{max-width:1400px;margin:auto}.tabs{background:#ebecf0;border-radius:6px;flex-wrap:wrap;gap:4px;width:fit-content;margin-bottom:14px;padding:4px;display:flex}.tab{color:#6b778c;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:6px 16px;font-family:inherit;font-size:.78rem;font-weight:600;transition:background .12s,color .12s}.tab:hover{color:#172b4d}.tab.active{color:#0052cc;background:#fff;box-shadow:0 1px 2px #091e420f,0 1px 1px #091e420a}.panel{display:none}.panel.active{display:block}.sec{letter-spacing:.1em;color:#6b778c;text-transform:uppercase;border-bottom:1px solid #dfe1e6;margin:16px 0 6px;padding-bottom:4px;font-size:.62rem;font-weight:800}.mrow{grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:8px;margin:12px 0;display:grid}.mc{text-align:center;background:#f4f5f7;border:1px solid #dfe1e6;border-radius:8px;padding:10px 14px}.mc .mv{color:#172b4d;letter-spacing:-.02em;font-size:1.2rem;font-weight:700}.mc .ml{color:#6b778c;text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:.62rem;font-weight:600}.ptable{border-collapse:collapse;table-layout:fixed;width:100%;margin-top:8px;font-size:.76rem}.ptable th{color:#6b778c;text-align:left;text-transform:uppercase;letter-spacing:.07em;white-space:nowrap;background:#f4f5f7;border-bottom:1px solid #d1d4db;padding:7px 10px;font-size:.6rem;font-weight:700}.ptable td{color:#172b4d;text-overflow:ellipsis;border-bottom:1px solid #dfe1e6;padding:7px 10px;font-weight:500;overflow:hidden}.ptable .cat-row td{color:#6b778c;text-transform:uppercase;letter-spacing:.06em;background:#f4f5f7;font-size:.62rem;font-weight:700}.ptable .tot-row td{border-top:1px solid #d1d4db;font-weight:700}.ptable tbody tr{transition:background .1s}.ptable tbody tr:hover{background:#deebff}.badge{text-transform:uppercase;letter-spacing:.05em;border-radius:100px;align-items:center;padding:2px 9px;font-size:.65rem;font-weight:700;display:inline-flex}.bg-e{color:#257c57;background:#e3fcef;border:1px solid #36b37e80}.bg-vg{color:#0048b3;background:#deebff;border:1px solid #0052cc59}.bg-g{color:#8f6000;background:#fff7d6;border:1px solid #ffab0099}.bg-a{color:#ff3507;background:#ffebe6;border:1px solid #ff563080}.tcard{background:#fff;border:1px solid #dfe1e6;border-radius:8px;margin-bottom:12px;padding:14px 18px;box-shadow:0 1px 2px #091e420f,0 1px 1px #091e420a}@media (width<=768px){.eval-page{gap:12px;padding:12px 12px 28px}.eval-header{padding:14px 16px}.eval-section{padding:16px 14px}.eval-actions{padding:12px 14px}.eval-fields{gap:8px}.eval-fld{flex:110px;max-width:none}.eval-month-picker{align-self:stretch}}@media (width<=480px){.eval-header{flex-direction:column;align-items:flex-start}.eval-month-picker{width:100%}.eval-fld{flex:100%;max-width:100%}}.evaluations-page{background:#f6f8fb;flex-direction:column;gap:24px;min-height:100%;padding:20px 20px 36px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.evaluations-page .eval-header{background:#fff;border-radius:16px;flex-wrap:wrap;align-items:center;padding:22px 28px;display:flex;box-shadow:0 1px 2px #0f1e3e0a,0 10px 28px #0f1e3e12}.evaluations-page .eval-header-main{align-items:center;gap:16px;display:flex}.evaluations-page .eval-header-main h1{color:#0f1e3d;letter-spacing:-.015em;margin:0 0 3px;font-size:1.32rem;font-weight:800}.evaluations-page .eval-header-main p{color:#6b7b96;margin:0;font-size:.86rem}.evaluations-page .eval-header-icon{color:#fff;background:linear-gradient(135deg,#6366f1,#4338ca);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex;box-shadow:0 6px 16px #4f46e561}.evaluations-page .eval-header-icon svg{stroke-width:1.8px;width:24px;height:24px}.evaluations-page .eval-filter-card{flex-direction:column;gap:20px;display:flex}.evaluations-page .eval-filter-bar{background:#fff;border:1px solid #e5e9f0;border-radius:12px;flex-wrap:wrap;align-items:center;gap:12px;padding:16px 20px;display:flex;box-shadow:0 4px 10px #0f1e3e12,0 1px 3px #0f1e3e0d}.evaluations-page .eval-filter-label{color:#1b2a4e;font-size:.78rem;font-weight:700}.evaluations-page .eval-filter-bar select{color:#0f1e3d;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7B96' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 10px center/14px no-repeat;border:1.5px solid #e5e9f0;border-radius:8px;outline:none;padding:8px 30px 8px 12px;font-family:inherit;font-size:.82rem;font-weight:600;transition:border-color .15s}.evaluations-page .eval-filter-bar select:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51f}.evaluations-page .eval-empty{text-align:center;color:#a4aec2;background:#fff;border:1px solid #e5e9f0;border-radius:12px;padding:64px 24px;font-size:.88rem;font-weight:500}.evaluations-page .eval-cards{flex-direction:column;gap:18px;display:flex}.evaluations-page .tcard{background:#fff;border:1px solid #e5e9f0;border-radius:12px;padding:20px 22px;box-shadow:0 4px 10px #0f1e3e12,0 1px 3px #0f1e3e0d}.evaluations-page .tcard-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px;display:flex}.evaluations-page .tcard-teacher{color:#0f1e3d;font-size:.98rem;font-weight:700}.evaluations-page .tcard-meta{align-items:center;gap:10px;display:flex}.evaluations-page .tcard-month{color:#6b7b96;font-size:.76rem;font-weight:600}.evaluations-page .badge{text-transform:uppercase;letter-spacing:.03em;border-radius:100px;align-items:center;padding:4px 12px;font-size:.72rem;font-weight:700;display:inline-flex}.evaluations-page .bg-e{color:#117f3a;background:#e8f8ee}.evaluations-page .bg-vg{color:#4f46e5;background:#eef2ff}.evaluations-page .bg-g{color:#c56c05;background:#fef3e2}.evaluations-page .bg-a{color:#ca1a41;background:#fdeaee}.evaluations-page .mrow{flex-wrap:wrap;gap:12px;margin-bottom:18px;display:flex}.evaluations-page .mc{text-align:center;background:#f8fafc;border:1px solid #e5e9f0;border-radius:8px;flex:130px;padding:12px 14px}.evaluations-page .mv{color:#1b2a4e;font-size:1rem;font-weight:800}.evaluations-page .ml{color:#6b7b96;text-transform:uppercase;letter-spacing:.05em;margin-top:3px;font-size:.68rem;font-weight:700}.evaluations-page .table-responsive{overflow-x:auto}.evaluations-page .table-responsive::-webkit-scrollbar{height:6px}.evaluations-page .table-responsive::-webkit-scrollbar-track{background:#f6f8fb}.evaluations-page .table-responsive::-webkit-scrollbar-thumb{background:#c5ccd9;border-radius:10px}.evaluations-page .ptable{border-collapse:separate;border-spacing:0;width:100%;min-width:480px}.evaluations-page .ptable th,.evaluations-page .ptable td{text-align:left;color:#0f1e3d;border-bottom:1px solid #e5e9f0;border-right:1px solid #e5e9f0;padding:9px 14px;font-size:.8rem}.evaluations-page .ptable th:last-child,.evaluations-page .ptable td:last-child{border-right:none}.evaluations-page .ptable th{text-transform:uppercase;letter-spacing:.05em;color:#1b2a4e;background:#f8fafc;border-bottom:2px solid #c5cedd;font-size:.64rem;font-weight:800}.evaluations-page .ptable tbody tr:nth-child(2n){background:#fafbfd}.evaluations-page .ptable tbody tr:nth-child(odd){background:#fff}.evaluations-page .ptable tbody tr:last-child td{border-bottom:none}.evaluations-page .ptable-by{color:#6b7b96;font-size:.7rem}.evaluations-page .ptable-score{text-align:center;color:#0f1e3d;font-weight:600}.evaluations-page .ptable-max{text-align:center;color:#6b7b96}.evaluations-page .cat-row td{color:#4f46e5;text-transform:uppercase;letter-spacing:.04em;padding:8px 14px;font-size:.74rem;font-weight:700;background:#eef2ff!important}.evaluations-page .tot-row td{color:#1b2a4e;border-top:2px solid #c5cedd;font-weight:800;background:#f8fafc!important}@media (width<=640px){.evaluations-page .eval-header{flex-direction:column;align-items:flex-start}.evaluations-page .mc{flex:100%}}.payment-success-overlay{z-index:1001;background:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.payment-success-modal{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:450px;padding:40px 30px;animation:.4s ease-out successSlideIn;box-shadow:0 25px 80px #0006}.payment-success-modal h2{color:#1e293b;margin:0 0 8px;font-size:1.8rem;font-weight:700}.payment-success-modal>p{color:#64748b;margin:0 0 30px;font-size:1rem}@keyframes successSlideIn{0%{opacity:0;transform:translateY(-30px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.success-icon{margin-bottom:24px}.checkmark{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto;font-size:40px;font-weight:700;animation:.6s ease-out checkmarkPulse;display:flex;box-shadow:0 8px 25px #10b98166}@keyframes checkmarkPulse{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.payment-details{text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:30px;padding:20px}.detail-row{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:8px 0;display:flex}.detail-row:last-child{border-bottom:none}.detail-row span:first-child{color:#64748b;font-size:.9rem;font-weight:500}.detail-row span:last-child{color:#1e293b;font-size:.9rem;font-weight:600}.status-success{background:#d1fae5;border-radius:20px;padding:4px 12px;color:#059669!important;font-size:.82rem!important;font-weight:700!important}.txn-id-text{color:#1e293b;letter-spacing:.02em;font-family:Courier New,monospace;font-size:.82rem!important;font-weight:700!important}.amount-text{color:#059669!important;font-size:1rem!important;font-weight:700!important}.success-actions{align-items:stretch;gap:12px;margin-bottom:20px;display:flex}.download-receipt-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;height:52px;padding:14px 20px;font-size:1rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 12px #10b98159}.download-receipt-btn:hover{background:linear-gradient(135deg,#059669 0%,#047857 100%);transform:translateY(-1px);box-shadow:0 6px 16px #10b98173}.download-receipt-btn:active{transform:translateY(0)}.close-btn{color:#64748b;cursor:pointer;white-space:nowrap;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;flex:1;justify-content:center;align-items:center;height:52px;padding:14px 20px;font-size:1rem;font-weight:600;transition:all .2s;display:flex}@media (width<=768px){.payment-success-modal{margin:10px;padding:30px 20px}.success-actions{flex-direction:column}.download-receipt-btn,.close-btn{width:100%}}.payment-failure-overlay{z-index:1001;background:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.payment-failure-modal{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:500px;padding:40px 30px;animation:.4s ease-out failureSlideIn;position:relative;box-shadow:0 25px 80px #0006}@keyframes failureSlideIn{0%{opacity:0;transform:translateY(-30px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.failure-icon{margin-bottom:24px}.error-mark{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto;font-size:40px;font-weight:700;animation:.6s ease-out errorPulse;display:flex;box-shadow:0 8px 25px #ef444466}@keyframes errorPulse{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.payment-failure-modal h2{color:#1e293b;margin:0 0 8px;font-size:1.8rem;font-weight:700}.payment-failure-modal h3{color:#1e293b;margin:0 0 12px;font-size:1.3rem;font-weight:600}.payment-failure-modal>p{color:#64748b;margin:0 0 30px;font-size:.95rem;line-height:1.5}.error-details{margin-bottom:30px}.error-box{text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.error-header{color:#fff;background:#1e293b;padding:12px 16px;font-size:.85rem;font-weight:500}.error-source{color:#94a3b8}.error-content{padding:16px}.error-content p{color:#374151;margin:4px 0;font-size:.9rem}.error-content p:first-child{color:#1f2937;font-weight:600}.failure-actions{gap:12px;margin-bottom:30px;display:flex}.retry-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f6ef7 0%,#6a7ff5 100%);border:none;border-radius:12px;flex:1;padding:14px 20px;font-size:1rem;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #4f6ef74d}.retry-btn:hover{background:linear-gradient(135deg,#3d5af1 0%,#5b6ef5 100%);transform:translateY(-1px);box-shadow:0 6px 16px #4f6ef766}.close-btn{color:#64748b;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;flex:1;padding:14px 20px;font-size:1rem;font-weight:600;transition:all .2s}.close-btn:hover{color:#475569;background:#e2e8f0}.razorpay-branding{border-top:1px solid #e2e8f0;margin-bottom:20px;padding-top:20px}.razorpay-logo{justify-content:center;align-items:center;gap:8px;margin-bottom:8px;display:flex}.logo-icon{color:#fff;background:linear-gradient(135deg,#4f6ef7 0%,#6a7ff5 100%);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:700;display:flex}.razorpay-logo span{color:#1e293b;font-size:1.1rem;font-weight:700}.razorpay-branding p{color:#64748b;margin:0;font-size:.85rem}.demo-note{color:#92400e;background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;padding:12px;font-size:.85rem}.demo-note p{margin:0;font-weight:600}@media (width<=768px){.payment-failure-modal{margin:10px;padding:30px 20px}.failure-actions{flex-direction:column}.retry-btn,.close-btn{width:100%}.error-box{font-size:.9rem}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}.lp{color:#0d1b2a;-webkit-font-smoothing:antialiased;background:#f8fafc;font-family:Inter,system-ui,sans-serif;overflow-x:hidden}.lp a{color:inherit;text-decoration:none}.lp ul{list-style:none}.lp-container{max-width:1200px;margin:0 auto;padding:0 24px}.lp-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#64748b;margin-bottom:14px;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:600;display:inline-block}.lp-eyebrow--dark,.lp-eyebrow--blue{color:#2563eb}.lp-eyebrow--light{color:#f59e0b}.lp-eyebrow--on-dark{color:#94a3b8}.lp-eyebrow--pill{color:#2563eb;background:#2563eb14;border:1px solid #2563eb2e;border-radius:999px;align-items:center;gap:8px;margin-bottom:24px;padding:7px 16px 7px 12px;display:inline-flex}.lp-eyebrow--bracket{color:#64748b;letter-spacing:.06em;text-transform:none;font-family:SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.lp-eyebrow__dot{background:#f59e0b;border-radius:50%;flex-shrink:0;width:6px;height:6px;box-shadow:0 0 0 3px #f59e0b38}.lp-section-title{color:#0d1b2a;margin-bottom:16px;font-family:Sora,system-ui,sans-serif;font-size:clamp(28px,4vw,44px);font-weight:800;line-height:1.15}.lp-section-title--light{color:#f8fafc}.lp-section-desc{color:#64748b;max-width:560px;margin:0 auto;font-size:17px;line-height:1.7}.lp-body-text{color:#64748b;margin-bottom:24px;font-size:16px;line-height:1.8}.lp-section-header{text-align:center;margin-bottom:56px}.lp-section-header .lp-section-desc{margin-top:8px}.lp-reveal{opacity:0;transition:opacity .6s,transform .6s;transition-delay:var(--delay,0s);transform:translateY(28px)}.lp-reveal--visible{opacity:1;transform:translateY(0)}.lp-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:10px;justify-content:center;align-items:center;font-family:Inter,system-ui,sans-serif;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.lp-btn--primary{color:#fff;background:#2563eb}.lp-btn--primary:hover{background:#3b82f6;transform:translateY(-1px);box-shadow:0 8px 24px #2563eb4d}.lp-btn--primary:active{transform:translateY(0)}.lp-btn--dark{color:#fff;background:#0d1b2a}.lp-btn--dark:hover{background:#070e17;transform:translateY(-1px);box-shadow:0 8px 24px #0d1b2a4d}.lp-btn--dark:active{transform:translateY(0)}.lp-btn--outline{color:#0d1b2a;background:0 0;border:1.5px solid #0d1b2a2e}.lp-btn--outline:hover{color:#2563eb;background:#2563eb0a;border-color:#2563eb}.lp-btn--ghost{color:#ffffffd9;background:0 0;border:1.5px solid #ffffff4d}.lp-btn--ghost:hover{color:#fff;background:#ffffff0f;border-color:#fff9}.lp-btn--sm{padding:8px 18px;font-size:13px}.lp-btn--lg{border-radius:12px;padding:14px 28px;font-size:15px}.lp-nav{z-index:100;background:#f8fafc00;padding:0 24px;transition:background .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.lp-nav--scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f8fafcf5;box-shadow:0 1px #0d1b2a1a}.lp-nav__inner{justify-content:space-between;align-items:center;gap:24px;max-width:1200px;height:68px;margin:0 auto;display:flex}.lp-nav__logo{color:#0d1b2a;letter-spacing:-.02em;align-items:center;gap:10px;font-family:Sora,system-ui,sans-serif;font-size:20px;font-weight:800;display:flex}.lp-nav__logo-icon{align-items:center;width:32px;height:32px;display:flex}.lp-nav__logo-icon svg{width:100%;height:100%}.lp-nav__links{align-items:center;gap:8px;margin-left:auto;display:flex}.lp-nav__links li a{color:#64748b;border-radius:8px;padding:6px 12px;font-size:14px;font-weight:500;transition:color .2s,background .2s}.lp-nav__links li a:hover{color:#0d1b2a;background:#0d1b2a0d}.lp-nav__cta-item{margin-left:8px}.lp-nav__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.lp-nav__burger span{background:#0d1b2a;border-radius:2px;width:22px;height:2px;transition:all .25s;display:block}.lp-nav__burger--open span:first-child{transform:translateY(7px)rotate(45deg)}.lp-nav__burger--open span:nth-child(2){opacity:0}.lp-nav__burger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){.lp-nav{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f8fafcf5}.lp-nav__burger{display:flex}.lp-nav__links{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:0;pointer-events:none;background:#f8fafcfa;border-top:1px solid #0d1b2a1a;flex-direction:column;align-items:flex-start;gap:4px;padding:20px 24px 28px;transition:all .25s;position:fixed;top:68px;left:0;right:0;transform:translateY(-8px)}.lp-nav__links--open{opacity:1;pointer-events:auto;transform:translateY(0)}.lp-nav__links li a{color:#0d1b2a;width:100%;padding:10px 12px;font-size:15px;display:block}.lp-nav__links .lp-nav__cta-item{width:100%;margin-top:8px}}.lp-hero{background:radial-gradient(60% 50% at 100% 0,#2563eb14,#0000 60%),radial-gradient(50% 45% at 0 100%,#f59e0b0f,#0000 60%),#f8fafc;align-items:center;min-height:100svh;padding:0 24px;display:flex;position:relative;overflow:hidden}.lp-hero__layout{z-index:2;grid-template-columns:1fr 1.2fr;align-items:center;gap:40px;width:100%;max-width:1200px;margin:0 auto;padding:96px 0 56px;display:grid;position:relative}@media (width<=900px){.lp-hero__layout{text-align:center;grid-template-columns:1fr;gap:40px;padding:110px 0 48px}}.lp-hero__content{z-index:2;position:relative}@media (width<=900px){.lp-hero__content{flex-direction:column;align-items:center;display:flex}}.lp-hero__headline{color:#0d1b2a;letter-spacing:-.03em;max-width:540px;margin-bottom:22px;font-family:Sora,system-ui,sans-serif;font-size:clamp(36px,5vw,60px);font-weight:800;line-height:1.14}.lp-hero__headline em{color:#2563eb;font-style:normal}@media (width<=900px){.lp-hero__headline{max-width:100%}}.lp-hero__sub{color:#64748b;max-width:460px;margin-bottom:32px;font-size:clamp(15px,1.8vw,17px);line-height:1.75}@media (width<=900px){.lp-hero__sub{margin-left:auto;margin-right:auto}}.lp-hero__actions{flex-wrap:wrap;gap:12px;margin-bottom:24px;display:flex}@media (width<=900px){.lp-hero__actions{justify-content:center}}.lp-hero__trust{color:#94a3b8;align-items:center;gap:8px;font-size:13px;display:flex}@media (width<=900px){.lp-hero__trust{justify-content:center}}.lp-hero__trust-dot{background:#10b981;border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block;box-shadow:0 0 0 3px #10b98133}.lp-hero__visual{z-index:2;justify-content:center;align-items:center;display:flex;position:relative;overflow:visible}@media (width<=900px){.lp-hero__visual{max-height:380px}}.lp-hero__img-wrap{width:100%;max-width:620px;position:relative}.lp-hero__img-wrap:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(#dbeafef2 0%,#bfdbfeb3 32%,#93c5fd52 58%,#0000 75%);border-radius:50%;width:88%;padding-bottom:88%;position:absolute;top:50%;left:50%;transform:translate(-50%,-46%)}.lp-hero__img-wrap:after{content:"";z-index:0;pointer-events:none;background:radial-gradient(#0000 50%,#bfdbfe29 65%,#2563eb0d 78%,#0000 88%);border-radius:50%;width:100%;padding-bottom:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-46%)}@media (width<=900px){.lp-hero__img-wrap{max-width:300px}}.lp-hero__img{z-index:1;object-fit:contain;object-position:bottom;filter:drop-shadow(0 20px 40px #0d1b2a1f);width:100%;height:auto;max-height:78vh;animation:5s ease-in-out infinite lp-float;display:block;position:relative}@media (width<=900px){.lp-hero__img{max-height:360px}}.lp-hero__float{z-index:3;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border:1px solid #ffffffb3;border-radius:14px;align-items:center;gap:10px;padding:10px 14px;animation:6s ease-in-out infinite lp-float-card;display:flex;position:absolute;box-shadow:0 16px 36px #0d1b2a24}.lp-hero__float strong{color:#0d1b2a;font-family:Sora,system-ui,sans-serif;font-size:15px;font-weight:800;line-height:1.1;display:block}.lp-hero__float small{color:#64748b;white-space:nowrap;font-size:11px;font-weight:500;display:block}.lp-hero__float--attendance{animation-delay:.3s;top:8%;left:-4%}.lp-hero__float--fee{animation-delay:1s;bottom:10%;right:-6%}.lp-hero__float--students{animation-delay:.6s;top:-6%;left:36%}.lp-hero__float--messages{animation-delay:1.3s;top:22%;right:-9%}.lp-hero__float--idcards{animation-delay:2s;top:58%;left:-11%}@media (width<=1080px){.lp-hero__float--attendance{left:0}.lp-hero__float--fee{right:0}.lp-hero__float--students{left:30%}.lp-hero__float--messages{right:0}.lp-hero__float--idcards{left:0}}@media (width<=900px){.lp-hero__float{display:none}}.lp-hero__float-icon{color:#10b981;background:#10b9811f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;font-weight:800;display:flex}.lp-hero__float-icon--gold{color:#cf8508;background:#f59e0b29}.lp-hero__float-icon--blue{color:#2563eb;background:#2563eb1f}.lp-hero__float-icon--navy{color:#0d1b2a;background:#0d1b2a14}.lp-hero__float-icon svg{width:16px;height:16px}@keyframes lp-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes lp-float-card{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.lp-how{background:#f8fafc;padding:96px 0}.lp-how__layout{grid-template-columns:1.15fr 1fr;align-items:center;gap:64px;display:grid}@media (width<=900px){.lp-how__layout{grid-template-columns:1fr;gap:40px}}.lp-how__visual{position:relative}.lp-how__head{max-width:560px;margin-bottom:48px}.lp-how__head .lp-section-title{margin-bottom:0}.lp-how__list{border-top:1px solid #0d1b2a1a}.lp-how__item{border-bottom:1px solid #0d1b2a1a}.lp-how__row{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:20px;width:100%;padding:22px 0;font-family:Inter,system-ui,sans-serif;display:flex}.lp-how__row:hover .lp-how__title{color:#0d1b2a}.lp-how__row:hover .lp-how__num{color:#2563eb}.lp-how__num{color:#94a3b8;flex-shrink:0;width:32px;font-family:Sora,system-ui,sans-serif;font-size:14px;font-weight:700;transition:color .2s}.lp-how__title{color:#64748b;flex:1;font-size:clamp(16px,2vw,19px);font-weight:600;transition:color .2s}.lp-how__toggle{text-align:center;color:#94a3b8;flex-shrink:0;width:24px;font-size:20px;font-weight:400;line-height:1}.lp-how__panel{grid-template-rows:0fr;transition:grid-template-rows .45s cubic-bezier(.16,1,.3,1);display:grid;overflow:hidden}.lp-how__panel-inner{min-height:0;padding:0 24px 26px 52px}.lp-how__desc{color:#64748b;max-width:560px;margin-bottom:16px;font-size:15px;line-height:1.75}.lp-how__bullets{flex-direction:column;gap:10px;display:flex}.lp-how__bullets li{color:#64748b;align-items:flex-start;gap:10px;font-size:14px;line-height:1.5;display:flex}.lp-how__bullet-icon{color:#2563eb;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:1px;display:flex}.lp-how__bullet-icon svg{width:13px;height:13px}.lp-how__item--active .lp-how__num{color:#f59e0b}.lp-how__item--active .lp-how__title{color:#0d1b2a;font-weight:700}.lp-how__item--active .lp-how__toggle{color:#0d1b2a}.lp-how__item--active .lp-how__panel{grid-template-rows:1fr}.lp-sync{background:radial-gradient(70% 60% at 15% 0,#f59e0b0f,#0000 60%),radial-gradient(60% 55% at 100% 100%,#2563eb1a,#0000 60%),#0d1b2a;padding:96px 0 136px;position:relative;overflow:hidden}.lp-sync__head{text-align:center;max-width:620px;margin:0 auto 56px}.lp-sync__headline{color:#f8fafc;letter-spacing:-.02em;margin-bottom:18px;font-family:Sora,system-ui,sans-serif;font-size:clamp(30px,4.6vw,48px);font-weight:800;line-height:1.16}.lp-sync__headline em{color:#f59e0b;font-style:normal}.lp-sync__sub{color:#94a3b8;font-size:16px;line-height:1.75}.lp-sync__stage{max-width:1060px;margin:0 auto;position:relative}.lp-dash{background:#0f1117;border:1px solid #ffffff12;border-radius:18px;grid-template-columns:240px 1fr;min-height:520px;display:grid;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff08,0 40px 90px #0009}@media (width<=860px){.lp-dash{grid-template-columns:1fr}}.lp-dash__sidebar{background:#161b27;border-right:1px solid #ffffff12;flex-direction:column;gap:0;padding:24px 16px 20px;display:flex}@media (width<=860px){.lp-dash__sidebar{display:none}}.lp-dash__brand{color:#f8fafc;letter-spacing:-.01em;align-items:center;gap:8px;margin-bottom:20px;padding:0 4px;font-family:Sora,system-ui,sans-serif;font-size:16px;font-weight:800;display:flex}.lp-dash__brand-dot{background:#f59e0b;border-radius:50%;flex-shrink:0;width:8px;height:8px}.lp-dash__add-btn{color:#fff;cursor:pointer;text-align:center;background:#f97316;border:none;border-radius:8px;width:100%;margin-bottom:22px;padding:9px 14px;font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:600;transition:background .2s;display:block}.lp-dash__add-btn:hover{background:#e05f06}.lp-dash__nav-group-label{letter-spacing:.1em;color:#64748b;text-transform:uppercase;margin-top:4px;margin-bottom:6px;padding:0 4px;font-size:10.5px;font-weight:600;display:block}.lp-dash__nav{flex-direction:column;gap:1px;margin-bottom:20px;display:flex}.lp-dash__nav-item{color:#94a3b8;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:9px 10px;font-family:Inter,system-ui,sans-serif;font-size:13.5px;font-weight:500;transition:background .15s,color .15s;display:flex}.lp-dash__nav-item:hover{color:#f8fafcd9;background:#f8fafc0d}.lp-dash__nav-item--active{color:#f8fafc;background:#f973162e;font-weight:600}.lp-dash__nav-item--active .lp-dash__nav-icon{color:#f97316}.lp-dash__nav-item--doc{font-size:13px}.lp-dash__nav-icon{color:#64748b;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:color .15s;display:flex}.lp-dash__nav-icon svg{width:100%;height:100%}.lp-dash__user{border-top:1px solid #ffffff12;align-items:center;gap:10px;margin-top:auto;padding:12px 4px 0;display:flex}.lp-dash__user-avatar{color:#fff;background:#f97316;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:700;display:flex}.lp-dash__user-info{flex-direction:column;gap:1px;min-width:0;display:flex}.lp-dash__user-info strong{color:#f8fafc;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.lp-dash__user-info span{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;overflow:hidden}.lp-dash__main{flex-direction:column;gap:22px;min-width:0;padding:24px 28px 28px;display:flex}.lp-dash__topbar{justify-content:space-between;align-items:center;gap:16px;display:flex}.lp-dash__page-title{color:#f8fafc;letter-spacing:-.02em;font-family:Sora,system-ui,sans-serif;font-size:22px;font-weight:800}.lp-dash__quick-btn{color:#94a3b8;cursor:pointer;white-space:nowrap;background:#1c2333;border:1px solid #ffffff12;border-radius:9px;align-items:center;gap:7px;padding:9px 16px;font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:600;transition:border-color .2s,color .2s;display:flex}.lp-dash__quick-btn svg{color:#f59e0b}.lp-dash__quick-btn:hover{color:#f8fafc;border-color:#f8fafc2e}.lp-dash__stats{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}@media (width<=700px){.lp-dash__stats{grid-template-columns:repeat(2,1fr)}}.lp-dash__stat-card{background:#1c2333;border:1px solid #ffffff12;border-radius:12px;flex-direction:column;gap:4px;padding:16px 16px 12px;display:flex;position:relative;overflow:hidden}.lp-dash__stat-top{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.lp-dash__stat-label{color:#94a3b8;font-size:12px;font-weight:500}.lp-dash__stat-change{font-size:11.5px;font-weight:700}.lp-dash__stat-change--up{color:#10b981}.lp-dash__stat-change--down{color:#ef4444}.lp-dash__stat-value{color:#f8fafc;letter-spacing:-.02em;font-family:Sora,system-ui,sans-serif;font-size:clamp(18px,2.2vw,24px);font-weight:800;line-height:1.1}.lp-stat-sparkline{width:100%;height:28px;margin:4px 0 2px;overflow:visible}.lp-dash__stat-sub{color:#94a3b8;cursor:pointer;font-size:11.5px;font-weight:500}.lp-dash__stat-sub:hover{color:#f8fafc}.lp-dash__stat-sub2{color:#64748b;font-size:11px}.lp-dash__chart-card{background:#1c2333;border:1px solid #ffffff12;border-radius:14px;flex-direction:column;flex:1;gap:16px;padding:20px 20px 16px;display:flex}.lp-dash__chart-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.lp-dash__chart-title{color:#f8fafc;margin-bottom:2px;font-size:15px;font-weight:700;display:block}.lp-dash__chart-subtitle{color:#94a3b8;font-size:12px}.lp-dash__chart-tabs{gap:4px;display:flex}.lp-dash__chart-tab{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:7px;padding:6px 12px;font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:600;transition:background .15s,color .15s}.lp-dash__chart-tab--active{color:#f8fafc;background:#f8fafc1a}.lp-dash__chart-tab:not(.lp-dash__chart-tab--active):hover{color:#f8fafcbf;background:#f8fafc0d}.lp-dash__chart{flex-direction:column;flex:1;gap:8px;display:flex}.lp-dash__chart-svg{width:100%;height:140px;display:block}.lp-dash__chart-labels{justify-content:space-between;padding:0 2px;display:flex}.lp-dash__chart-labels span{color:#64748b;font-size:11px}@media (width<=768px){.lp-sync{padding:72px 0 86.4px}}.lp-stats{background:#112236;border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;padding:40px 0}.lp-stats__grid{grid-template-columns:repeat(4,1fr);gap:0;display:grid}@media (width<=640px){.lp-stats__grid{grid-template-columns:repeat(2,1fr)}}.lp-stats__item{text-align:center;padding:24px 16px;position:relative}.lp-stats__item:not(:last-child):after{content:"";background:#ffffff14;width:1px;position:absolute;top:20%;bottom:20%;right:0}@media (width<=640px){.lp-stats__item:nth-child(2):after,.lp-stats__item:nth-child(3):after{display:none}}.lp-stats__value{color:#f8fafc;letter-spacing:-.03em;margin-bottom:4px;font-family:Sora,system-ui,sans-serif;font-size:clamp(28px,4vw,40px);font-weight:800;display:block}.lp-stats__label{color:#94a3b8;letter-spacing:.04em;text-transform:uppercase;font-size:13px}.lp-why{background:#f8fafc;padding:96px 0}.lp-why__layout{grid-template-columns:1fr 1fr;align-items:center;gap:72px;display:grid}@media (width<=900px){.lp-why__layout{grid-template-columns:1fr;gap:48px}}.lp-why__text .lp-section-title{margin-bottom:20px}.lp-why__bullets{flex-direction:column;gap:12px;display:flex}.lp-why__bullets li{color:#64748b;align-items:flex-start;gap:12px;font-size:15px;line-height:1.55;display:flex}.lp-check{color:#10b981;background:#10b9811f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:700;display:inline-flex}.lp-dashboard-mock{background:#f8fafc;border:1.5px solid #f59e0b8c;border-radius:18px;padding:22px 24px 24px;box-shadow:0 28px 64px #0d1b2a1a}.lp-dashboard-mock__head{align-items:center;gap:10px;margin-bottom:18px;display:flex}.lp-dashboard-mock__brand{color:#0d1b2a;letter-spacing:-.01em;align-items:center;gap:8px;font-family:Sora,system-ui,sans-serif;font-size:16px;font-weight:800;display:flex}.lp-dashboard-mock__brand-dot{background:#f59e0b;border-radius:50%;flex-shrink:0;width:9px;height:9px}.lp-dashboard-mock__status{align-items:center;margin-left:auto;display:flex}.lp-dashboard-mock__status-dot{background:#10b981;border-radius:50%;width:7px;height:7px;animation:1.8s ease-out infinite lp-dm-pulse}.lp-dashboard-mock__menu{background:0 0;border:none;flex-direction:column;gap:3px;margin-left:12px;padding:4px;display:flex}.lp-dashboard-mock__menu span{background:#94a3b8;border-radius:1px;width:15px;height:1.5px;display:block}@keyframes lp-dm-pulse{0%{box-shadow:0 0 #10b98173}70%{box-shadow:0 0 0 6px #10b98100}to{box-shadow:0 0 #10b98100}}.lp-dm-meta{border-bottom:1px solid #0d1b2a1a;justify-content:space-between;margin-bottom:16px;padding-bottom:16px;display:flex}.lp-dm-meta__col{flex-direction:column;gap:4px;display:flex}.lp-dm-meta__col--right{text-align:right;align-items:flex-end}.lp-dm-meta__label{color:#64748b;font-size:11.5px}.lp-dm-meta__value{color:#0d1b2a;font-size:14px;font-weight:700}.lp-dm-section-label{color:#64748b;margin-bottom:10px;font-size:11.5px;display:block}.lp-dm-list{flex-direction:column;margin-bottom:18px;display:flex}.lp-dm-list__row{opacity:0;border-bottom:1px solid #0d1b2a1a;align-items:center;gap:12px;padding:11px 0;transition:opacity .45s,transform .45s;display:flex;transform:translateY(8px)}.lp-dm-list__row:last-child{border-bottom:none}.lp-dm-list__icon{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.lp-dm-list__icon svg{width:15px;height:15px}.lp-dm-list__icon--blue{color:#2563eb;background:#2563eb1a}.lp-dm-list__icon--green{color:#10b981;background:#10b9811f}.lp-dm-list__icon--red{color:#dc2626;background:#dc26261a}.lp-dm-list__name{color:#0d1b2a;font-size:14px;font-weight:500}.lp-dm-list__value{color:#0d1b2a;margin-left:auto;font-size:15px;font-weight:700}.lp-dm-list__value--positive{color:#085b40}.lp-dm-list__value--negative{color:#b91c1c}.lp-dm-total{opacity:0;justify-content:space-between;align-items:baseline;transition:opacity .45s,transform .45s;display:flex;transform:translateY(8px)}.lp-dm-total__name{color:#0d1b2a;font-size:14px;font-weight:600}.lp-dm-total__value{color:#0d1b2a;letter-spacing:-.01em;font-family:Sora,system-ui,sans-serif;font-size:24px;font-weight:800}.lp-dm-progress{background:#0d1b2a1a;border-radius:4px;height:6px;margin-bottom:18px;overflow:hidden}.lp-dm-progress__bar{height:100%;width:var(--p,0%);background:linear-gradient(90deg,#2563eb 0%,#3b82f6 100%);border-radius:4px;transition:width .6s cubic-bezier(.16,1,.3,1)}.lp-dm-steps{flex-direction:column;margin-bottom:18px;display:flex}.lp-dm-steps__row{opacity:0;align-items:center;gap:12px;padding:9px 0;transition:opacity .45s,transform .45s;display:flex;transform:translateY(8px)}.lp-dm-steps__status{color:#0000;border:1.5px solid #0d1b2a1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;transition:background .25s,border-color .25s;display:flex}.lp-dm-steps__status--done{color:#f8fafc;background:#10b981;border-color:#10b981}.lp-dm-steps__status--active{background:#2563eb;border-color:#2563eb}.lp-dm-steps__label{color:#0d1b2a;font-size:13.5px;font-weight:500}.lp-reveal--visible .lp-dm-list__row{opacity:1;transform:translateY(0)}.lp-reveal--visible .lp-dm-list__row:first-child{transition-delay:.1s}.lp-reveal--visible .lp-dm-list__row:nth-child(2){transition-delay:.2s}.lp-reveal--visible .lp-dm-list__row:nth-child(3){transition-delay:.3s}.lp-reveal--visible .lp-dm-steps__row{opacity:1;transform:translateY(0)}.lp-reveal--visible .lp-dm-steps__row:first-child{transition-delay:.15s}.lp-reveal--visible .lp-dm-steps__row:nth-child(2){transition-delay:.25s}.lp-reveal--visible .lp-dm-steps__row:nth-child(3){transition-delay:.35s}.lp-reveal--visible .lp-dm-total{opacity:1;transition-delay:.45s;transform:translateY(0)}.lp-sketch{background:#f8fafc;padding:120px 0 80px}.lp-sketch__inner{text-align:center;max-width:760px;margin:0 auto}.lp-sketch__headline{color:#0d1b2a;letter-spacing:-.01em;margin-bottom:28px;font-family:"Source Serif 4",Georgia,serif;font-size:clamp(28px,4.4vw,46px);font-weight:600;line-height:1.32}.lp-sketch__strike{color:#94a3b8;display:inline-block;position:relative}.lp-sketch__strike-mark{color:#dc2626;pointer-events:none;width:104%;height:auto;position:absolute;top:28%;left:-2%;overflow:visible}.lp-sketch__highlight{color:#0d1b2a;padding:0 6px;display:inline-block;position:relative}.lp-sketch__highlight:before{content:"";z-index:-1;background:#f59e0b47;border-radius:3px;position:absolute;inset:14% -2px 8%;transform:rotate(-.6deg)}.lp-sketch__copy{flex-direction:column;gap:16px;max-width:600px;margin:0 auto 64px;display:flex}.lp-sketch__copy p{color:#64748b;font-size:14.5px;line-height:1.8}.lp-sketch__drawing{color:#0d1b2a;justify-content:center;padding:0 24px;display:flex}.lp-sketch__svg{width:100%;max-width:920px;height:auto}.lp-sketch__sparks{opacity:.85}@media (width<=640px){.lp-sketch{padding:57.6px 0 43.2px}.lp-sketch__headline{margin-bottom:22px}.lp-sketch__copy{margin-bottom:40px}.lp-sketch__copy p{font-size:14px}}.lp-testimonials{background:#f8fafc;padding:96px 0}.lp-tcard-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (width<=900px){.lp-tcard-grid{grid-template-columns:1fr 1fr}}@media (width<=580px){.lp-tcard-grid{grid-template-columns:1fr}}.lp-tcard{background:#f8fafc;border:1.5px solid #0d1b2a1a;border-radius:20px;flex-direction:column;gap:20px;padding:28px 28px 24px;transition:box-shadow .25s,border-color .25s,transform .25s;display:flex;position:relative;overflow:hidden}.lp-tcard:before{content:"";opacity:.7;background:#f59e0b;border-radius:0 2px 2px 0;width:3px;position:absolute;top:20%;bottom:20%;left:0}.lp-tcard:hover{border-color:#f59e0b73;transform:translateY(-3px);box-shadow:0 16px 48px #0d1b2a17}.lp-tcard:hover:before{opacity:1}.lp-tcard__top{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.lp-tcard__quote-mark{color:#f59e0b38;-webkit-user-select:none;user-select:none;flex-shrink:0;font-family:Sora,system-ui,sans-serif;font-size:56px;font-weight:800;line-height:.75}.lp-tcard__stat{color:#2563eb;white-space:nowrap;letter-spacing:.02em;background:#2563eb12;border:1px solid #2563eb24;border-radius:999px;align-items:center;padding:5px 12px;font-size:11.5px;font-weight:700;display:inline-flex}.lp-tcard__body{color:#64748b;flex:1;font-size:15px;font-style:italic;line-height:1.75}.lp-tcard__author{border-top:1px solid #0d1b2a1a;align-items:center;gap:12px;padding-top:16px;display:flex}.lp-tcard__avatar{color:#f8fafc;letter-spacing:.04em;background:linear-gradient(135deg,#0d1b2a 0%,#134cca 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-family:Sora,system-ui,sans-serif;font-size:13px;font-weight:700;display:flex}.lp-tcard__meta{flex-direction:column;gap:2px;display:flex}.lp-tcard__meta strong{color:#0d1b2a;font-size:14px;font-weight:700;display:block}.lp-tcard__meta em{color:#94a3b8;font-size:12px;font-style:normal;display:block}.lp-cta{background:#f8fafc;padding:96px 0}.lp-cta__inner{text-align:center;max-width:580px;margin:0 auto}.lp-cta__headline{color:#0d1b2a;letter-spacing:-.02em;margin-bottom:16px;font-family:Sora,system-ui,sans-serif;font-size:clamp(28px,4vw,44px);font-weight:800;line-height:1.15}.lp-cta__sub{color:#64748b;margin-bottom:36px;font-size:16px;line-height:1.7}.lp-cta__form{gap:10px;max-width:480px;margin:0 auto 14px;display:flex}@media (width<=540px){.lp-cta__form{flex-direction:column}}.lp-cta__input{color:#0d1b2a;background:#f8fafc;border:1.5px solid #0d1b2a1a;border-radius:12px;outline:none;flex:1;padding:14px 18px;font-family:Inter,system-ui,sans-serif;font-size:15px;transition:border-color .2s}.lp-cta__input::placeholder{color:#94a3b8}.lp-cta__input:focus{border-color:#2563eb}.lp-cta__note{color:#94a3b8;font-size:13px}.lp-footer{background:#0d1b2a;border-top:1px solid #ffffff14;padding:56px 0 32px}.lp-footer__top{grid-template-columns:1.4fr 2fr;gap:56px;margin-bottom:48px;display:grid}@media (width<=768px){.lp-footer__top{grid-template-columns:1fr;gap:32px}}.lp-footer__brand .lp-nav__logo{color:#f8fafc;margin-bottom:14px;display:flex}.lp-footer__brand p{color:#94a3b8;max-width:260px;font-size:14px;line-height:1.65}.lp-footer__links{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}@media (width<=480px){.lp-footer__links{grid-template-columns:repeat(2,1fr)}}.lp-footer__links h4{color:#f8fafc;text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px;font-size:12px;font-weight:600}.lp-footer__links ul{flex-direction:column;gap:10px;display:flex}.lp-footer__links li a{color:#94a3b8;font-size:14px;transition:color .2s}.lp-footer__links li a:hover{color:#f8fafc}.lp-footer__bottom{color:#64748b;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;gap:8px;padding-top:28px;font-size:13px;display:flex}@media (prefers-reduced-motion:reduce){.lp-reveal{opacity:1;transition:none;transform:none}.lp-hero__img,.lp-hero__float{animation:none}.lp-testimonial{transition:none}.lp-dashboard-mock__status-dot{animation:none}.lp-dm-list__row,.lp-dm-total{opacity:1;transition:none;transform:none}.lp-how__panel,.lp-tcard{transition:none}}@media (width<=768px){.lp-how,.lp-why,.lp-testimonials,.lp-cta{padding:67.2px 0}}@media (width<=560px){.lp-how__panel-inner{padding-left:0}.lp-how__row{gap:14px}}.hero-video{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-video__bg{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero-video__overlay{background:linear-gradient(135deg,#000000bf,#0000008c,#000000bf);position:absolute;inset:0}.hero-video__content{z-index:10;text-align:center;color:#fff;max-width:1000px;padding:120px 24px;position:relative}.hero-video__badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1f;border:1px solid #fff3;border-radius:999px;margin-bottom:24px;padding:10px 22px;font-size:14px;font-weight:600;display:inline-block}.hero-video__content h1{letter-spacing:-2px;margin-bottom:24px;font-size:clamp(3rem,7vw,6rem);font-weight:800;line-height:1}.hero-video__content h1 span{background:linear-gradient(90deg,#ffb400,#ffd54f);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:block}.hero-video__content p{color:#ffffffe6;max-width:750px;margin:0 auto 40px;font-size:20px;line-height:1.8}.hero-video__buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.hero-video__primary{color:#111;cursor:pointer;background:#ffb400;border:none;border-radius:14px;padding:16px 34px;font-weight:700;transition:all .3s}.hero-video__primary:hover{transform:translateY(-3px)}.hero-video__secondary{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffffff4d;border-radius:14px;padding:16px 34px;text-decoration:none;transition:all .3s}.hero-video__secondary:hover{background:#ffffff1a}.hero-video__stats{flex-wrap:wrap;justify-content:center;gap:80px;margin-top:70px;display:flex}.hero-video__stats h3{color:#ffb400;margin-bottom:6px;font-size:2.4rem}.hero-video__stats span{color:#fffc;font-size:14px}.hero-video__scroll{z-index:20;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.hero-video__scroll span{border:2px solid #fff;border-radius:20px;width:28px;height:50px;display:block;position:relative}.hero-video__scroll span:before{content:"";background:#fff;border-radius:10px;width:5px;height:10px;animation:1.8s infinite scrollWheel;position:absolute;top:8px;left:50%;transform:translate(-50%)}@keyframes scrollWheel{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,18px)}}@media (width<=768px){.hero-video__content{padding:100px 20px}.hero-video__content h1{font-size:3rem}.hero-video__content p{font-size:16px}.hero-video__stats{gap:30px}}.fnav{z-index:9999;transition:opacity .3s,translate .3s;position:fixed;top:20px;left:50%;transform:translate(-50%)}.fnav--hidden{opacity:0;pointer-events:none;translate:0 -120%}.fnav__pill{white-space:nowrap;background:#0d1b2a;border-radius:999px;align-items:center;gap:8px;padding:6px 10px 6px 6px;display:flex;box-shadow:0 8px 32px #00000047,0 2px 8px #00000024,inset 0 0 0 1px #ffffff12}.fnav__logo{background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;text-decoration:none;display:flex;overflow:hidden}.fnav__logo img{object-fit:contain;width:28px;height:28px;display:block}.fnav__logo:hover{opacity:.85}.fnav__links{align-items:center;gap:0;margin:0;padding:0 12px;list-style:none;display:flex}.fnav__pill .fnav__links .fnav__link,.fnav__link{border-radius:999px;padding:11px 32px;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:500;transition:color .18s,background .18s;display:block;color:#ffffffd9!important;text-decoration:none!important}.fnav__pill .fnav__links .fnav__link:hover,.fnav__link:hover{background:#ffffff1a;color:#fff!important}.fnav__pill .fnav__links .fnav__link:visited,.fnav__link:visited{color:#ffffffd9!important}.fnav__cta{color:#0d1b2a;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:999px;flex-shrink:0;padding:11px 32px;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:600;transition:background .18s,transform .15s}.fnav__cta:hover{background:#f0f0f0;transform:scale(1.02)}.fnav__cta:active{transform:scale(.98)}.fnav__burger{cursor:pointer;background:#ffffff17;border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;display:none}.fnav__burger span{background:#fff;border-radius:2px;width:18px;height:1.5px;transition:transform .24s,opacity .2s;display:block}.fnav__burger--open span:first-child{transform:translateY(6.5px)rotate(45deg)}.fnav__burger--open span:nth-child(2){opacity:0}.fnav__burger--open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}@media (width<=820px){.fnav__link:nth-child(n+4){display:none}}@media (width<=580px){.fnav__links,.fnav__cta{display:none}.fnav__burger{display:flex}}.fnav__drawer{background:#0d1b2a;border-radius:20px;flex-direction:column;width:min(100vw - 32px,380px);padding:12px 16px 16px;display:flex;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 12px 40px #00000047}.fnav__drawer-link{border-bottom:1px solid #ffffff12;padding:13px 8px;font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:500;color:#fffc!important;text-decoration:none!important}.fnav__drawer-link:hover{color:#fff!important}.fnav__drawer-link:last-of-type{border-bottom:none}.fnav__drawer-cta{color:#0d1b2a;cursor:pointer;background:#fff;border:none;border-radius:999px;margin-top:12px;padding:13px;font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:600}.fnav__drawer-cta:hover{background:#f0f0f0}@media (prefers-reduced-motion:reduce){.fnav,.fnav__link,.fnav__cta,.fnav__burger span{transition:none}}.ft{background:#112236}.ft__card{background:#112236;flex-direction:column;align-items:stretch;width:100%;display:flex;position:relative;overflow:hidden}.ft__grid{z-index:0;pointer-events:none;background-image:linear-gradient(#f8fafc0d 1px,#0000 1px),linear-gradient(90deg,#f8fafc0d 1px,#0000 1px);background-size:34px 34px;position:absolute;inset:0}.ft__glow{filter:blur(70px);z-index:0;pointer-events:none;border-radius:50%;width:46%;padding-bottom:46%;position:absolute}.ft__glow--gold{background:radial-gradient(circle,#f59e0b59,#0000 70%);top:-12%;left:-6%}.ft__glow--blue{background:radial-gradient(circle,#2563eb66,#0000 70%);bottom:-14%;right:-6%}.ft__inner{z-index:1;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1140px;min-height:560px;margin:0 auto;display:flex;position:relative}.ft__center{z-index:2;text-align:center;max-width:560px;padding:0 24px;position:relative}.ft__headline{color:#f8fafc;letter-spacing:-.02em;margin-bottom:16px;font-family:Sora,system-ui,sans-serif;font-size:clamp(28px,4.5vw,46px);font-weight:800;line-height:1.15}.ft__sub{color:#94a3b8;margin-bottom:28px;font-size:15px;line-height:1.7}.ft__btn{color:#0d1b2a;cursor:pointer;background:#f8fafc;border:none;border-radius:999px;padding:14px 30px;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:600;transition:background .2s,transform .2s}.ft__btn:hover{background:#f59e0b;transform:translateY(-1px)}.ft__btn:active{transform:translateY(0)}.ft__float{z-index:1;font-family:Inter,system-ui,sans-serif;position:absolute}.ft__chat-avatar{color:#f8fafc;background:#2563eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:11px;font-weight:700;display:flex}.ft__chat-sub{margin-bottom:4px;font-size:10.5px;display:block}.ft__float--chat-teacher{background:#f8fafcf7;border-radius:14px;align-items:flex-start;gap:10px;max-width:220px;padding:12px 14px;display:flex;top:3%;left:0%;transform:rotate(-3deg);box-shadow:0 16px 36px #00000059}.ft__float--chat-teacher .ft__chat-sub{color:#64748b}.ft__float--chat-teacher strong{color:#0d1b2a;font-size:12.5px;font-weight:700;display:block}.ft__float--chat-teacher p{color:#0d1b2a;margin:0;font-size:12px;line-height:1.45}.ft__float--id-card{color:#f8fafc;background:#dc2626;border-radius:14px;width:152px;padding:14px 16px 16px;top:36%;left:7%;transform:rotate(-6deg);box-shadow:0 16px 36px #00000059}.ft__id-tag{color:#dc2626;letter-spacing:.08em;text-align:center;background:#f8fafc;border-radius:6px;margin-bottom:10px;padding:5px 0;font-family:Sora,system-ui,sans-serif;font-size:13px;font-weight:800}.ft__id-note{font-family:Georgia,Times New Roman,serif;font-size:12px;font-style:italic;line-height:1.45}.ft__float--ribbon{color:#f8fafc;letter-spacing:.05em;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:4px 14px 14px 4px;align-items:center;gap:8px;padding:8px 24px 8px 12px;font-family:Sora,system-ui,sans-serif;font-size:13px;font-weight:800;display:flex;top:63%;left:-22px;transform:rotate(-4deg);box-shadow:0 14px 30px #0000004d}.ft__ribbon-logo{object-fit:cover;border-radius:6px;flex-shrink:0;width:24px;height:24px}.ft__float--hexagon{clip-path:polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0% 50%);background:#f59e0b;justify-content:center;align-items:center;width:46px;height:46px;display:flex;bottom:3%;left:2%;transform:rotate(8deg);box-shadow:0 12px 26px #0000004d}.ft__float--hexagon svg{width:20px;height:20px}.ft__float--books{width:120px;height:70px;bottom:3%;left:14%}.ft__book{border-radius:4px;position:absolute;left:0;box-shadow:0 8px 18px #0000004d}.ft__book--1{background:#b91c1c;width:92px;height:14px;bottom:0;transform:rotate(-2deg)}.ft__book--2{background:#f59e0b;width:84px;height:14px;bottom:12px;left:4px;transform:rotate(1deg)}.ft__book--3{background:#2563eb;width:76px;height:14px;bottom:24px;left:9px;transform:rotate(-1deg)}.ft__glasses{width:60px;position:absolute;bottom:34px;left:16px;transform:rotate(-4deg)}.ft__float--chat-parent{color:#f8fafc;background:#2563eb;border-radius:14px 14px 4px;width:190px;padding:12px 16px;top:10%;right:-10px;transform:rotate(3deg);box-shadow:0 16px 36px #00000059}.ft__float--chat-parent strong{font-size:12.5px;font-weight:700;display:block}.ft__float--chat-parent .ft__chat-sub{color:#f8fafcb3}.ft__float--chat-parent p{color:#f8fafcf2;margin:0;font-size:12px;line-height:1.45}.ft__float--badges{display:flex;top:38%;right:13%}.ft__badge{border:2px solid #f8fafc8c;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 10px 22px #0000004d}.ft__badge svg{width:18px;height:18px}.ft__badge--gold{color:#0d1b2a;z-index:2;background:#f59e0b;margin-right:-14px}.ft__badge--blue{color:#f8fafc;z-index:1;background:#2563eb}.ft__float--dot{background:#10b981;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:flex;bottom:23%;right:30%;box-shadow:0 10px 22px #0000004d}.ft__float--dot svg{width:16px;height:16px}.ft__float--chat-staff{color:#0d1b2a;background:#f8fafcf7;border-radius:14px 4px 14px 14px;width:190px;padding:12px 16px;top:47%;right:-10px;transform:rotate(-2deg);box-shadow:0 16px 36px #00000059}.ft__float--chat-staff strong{font-size:12.5px;font-weight:700;display:block}.ft__float--chat-staff .ft__chat-sub{color:#64748b}.ft__float--chat-staff p{margin:0;font-size:12px;line-height:1.45}.ft__float--sticky{color:#0d1b2a;background:#f59e0b;border-radius:4px;width:160px;padding:14px 16px;font-size:12.5px;line-height:1.5;bottom:15%;right:-6px;transform:rotate(5deg);box-shadow:0 14px 30px #0000004d}.ft__float--sticky p{margin:0}.ft__sticky-strike{font-weight:700;-webkit-text-decoration:line-through wavy;text-decoration:line-through wavy}.ft__bottom{z-index:2;border-top:1px solid #f8fafc14;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;width:100%;padding:24px 40px 20px;display:grid;position:relative}.ft__links{flex-wrap:wrap;justify-self:start;gap:22px;display:flex}.ft__links a{color:#94a3b8;font-size:13px;text-decoration:none;transition:color .2s}.ft__links a:hover{color:#f8fafc}.ft__brand{color:#f8fafc;letter-spacing:-.01em;white-space:nowrap;justify-self:center;align-items:center;gap:8px;font-family:Sora,system-ui,sans-serif;font-size:15px;font-weight:800;display:flex}.ft__brand-logo{object-fit:cover;border-radius:7px;flex-shrink:0;width:28px;height:28px}.ft__credit{color:#94a3b8;white-space:nowrap;justify-self:end;font-size:12.5px}.ft__legal{z-index:2;text-align:center;color:#64748b;border-top:1px solid #f8fafc1a;width:100%;padding:20px 24px 24px;font-size:12px;position:relative}@media (width<=900px){.ft__float{display:none}.ft__inner{min-height:auto;padding:48px 0 40px}.ft__bottom{padding:24px 24px 16px}}@media (width<=600px){.ft__bottom{text-align:center;grid-template-columns:1fr;justify-items:center;gap:14px}.ft__links,.ft__brand,.ft__credit{justify-self:center}.ft__links{justify-content:center}}
