@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@600;800;900&family=Outfit:wght@100..900&display=swap";:root{--primary:#4f46e5;--primary-light:#6366f1;--primary-dark:#3730a3;--secondary:#64748b;--accent:#d97706;--success:#10b981;--error:#ef4444;--bg-main:#f8fafc;--bg-card:#fff;--sidebar-bg:#0b1329;--sidebar-text:#64748b;--sidebar-active:#fff;--sidebar-active-bg:#6366f126;--text-main:#0f172a;--text-muted:#64748b;--border-color:#e2e8f0cc;--border-radius-lg:16px;--border-radius-xl:20px;--border-radius-2xl:28px;--shadow-sm:0 1px 3px #00000005, 0 1px 2px #00000008;--shadow-md:0 4px 6px -1px #00000008, 0 2px 4px -1px #00000005;--shadow-lg:0 10px 25px -5px #6366f10d, 0 8px 10px -6px #6366f10d;--shadow-premium:0 20px 40px -15px #0f172a0f, 0 0 0 1px #0f172a05;--transition:all .3s cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}.app-container{min-height:100vh;display:flex}.main-content{background:var(--bg-main);flex:1;margin-left:260px;padding-top:65px}.content-wrapper{padding:30px}.top-header{-webkit-backdrop-filter:blur(12px);z-index:90;border-bottom:1px solid var(--border-color);background:#ffffffd9;justify-content:space-between;align-items:center;height:70px;padding:0 35px;display:flex;position:fixed;top:0;left:260px;right:0;box-shadow:0 1px 3px #00000003,0 1px #fffc}.header-left{flex:1;align-items:center;gap:2rem;display:flex}.search-container{width:100%;max-width:400px;position:relative}.header-actions{align-items:center;gap:1.25rem;display:flex}.icon-btn{color:#475569;cursor:pointer;width:40px;height:40px;transition:var(--transition);background:#f1f5f9;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;display:flex;position:relative}.icon-btn:hover{color:var(--primary);border-color:var(--border-color);background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #6366f114}.badge{background:var(--error);color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:800;display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 5px #ef444433}.profile-dropdown{cursor:pointer;color:#0f172a;transition:var(--transition);background:#f1f5f9;border:1px solid #0000;border-radius:14px;align-items:center;gap:.75rem;padding:.35rem .75rem .35rem .35rem;display:flex}.profile-dropdown:hover{border-color:var(--border-color);background:#fff;box-shadow:0 4px 12px #0000000a}.avatar{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-weight:900;display:flex;box-shadow:0 2px 8px #6366f133}.sidebar{background:var(--sidebar-bg);z-index:100;border-right:1px solid #ffffff08;flex-direction:column;width:260px;height:100vh;padding:2rem .75rem;display:flex;position:fixed;top:0;left:0;box-shadow:4px 0 25px #0f172a26}.sidebar-brand{align-items:center;gap:.75rem;margin-bottom:2.5rem;padding:0 1rem;display:flex}.brand-icon{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);color:#fff;border-radius:10px;justify-content:center;align-items:center;padding:.5rem;display:flex;box-shadow:0 4px 12px #6366f14d}.brand-name{letter-spacing:-.025em;color:#fff;font-size:1.25rem;font-weight:950}.brand-name span{color:var(--primary-light);font-weight:900}.nav-menu{flex-direction:column;flex:1;gap:.35rem;display:flex}.nav-item{color:#94a3b8;transition:var(--transition);border-radius:12px;align-items:center;gap:.75rem;margin:2px 4px;padding:.8rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;display:flex;position:relative}.nav-item:hover{color:#fff;background:#ffffff08;transform:translate(2px)}.nav-item.active{background:var(--sidebar-active-bg);color:#fff;font-weight:700;box-shadow:inset 0 1px #ffffff0d}.nav-item.active:before{content:"";background:var(--primary-light);width:3px;height:50%;box-shadow:0 0 8px var(--primary-light);border-radius:0 4px 4px 0;position:absolute;top:25%;left:0}.card{border-radius:var(--border-radius-lg);border:1px solid var(--border-color);box-shadow:var(--shadow-premium);transition:var(--transition);background:#fff;margin-bottom:2.25rem;padding:2rem;position:relative;overflow:hidden}.card:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px #0f172a0d,0 10px 10px -5px #0f172a05,0 0 0 1px #6366f10d}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;display:grid}.stat-card-premium{border-radius:var(--border-radius-xl);border:1px solid var(--border-color);min-height:170px;box-shadow:var(--shadow-premium);transition:var(--transition);background:#fff;flex-direction:column;justify-content:space-between;padding:1.75rem;display:flex}.stat-card-premium:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 25px 40px -15px #6366f126}.stat-header{justify-content:space-between;align-items:flex-start;display:flex}.stat-icon-wrapper{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff26;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.75rem;display:flex;box-shadow:0 4px 12px #0000000d}.stat-info{flex:1;margin-top:.5rem}.stat-label{color:#ffffffd9;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem;font-size:.75rem;font-weight:800}.stat-number{color:#fff;letter-spacing:-.04em;font-size:2.5rem;font-weight:950;line-height:1}.stat-footer-text{color:#ffffffe6;align-items:center;gap:.4rem;margin-top:1rem;font-size:.825rem;font-weight:700;display:flex}.card-blue{background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%)}.card-indigo{background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%)}.card-green{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.card-amber{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%)}.card-emerald{background:linear-gradient(135deg,#14b8a6 0%,#0d9488 100%)}.login-screen.dark{background:linear-gradient(135deg,#1e3a8a 0%,#1e1b4b 100%)}.login-card.dark{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;background:#ffffff0d;border:1px solid #ffffff1a}.form-label.dark{color:#ffffffb3}.form-input.dark{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a}.btn-login.dark{color:var(--primary);background:#fff}.login-screen.light{background:#043b71}.login-card.light{border:1px solid var(--border-color);color:var(--text-main);background:#fff;box-shadow:0 25px 50px -12px #00000014}.form-label.light{color:var(--text-muted)}.form-input.light{color:#000;background:#fff;border:1px solid #cbd5e1}.form-input.light:focus{border-color:var(--primary-light);background:#fff}.btn-login.light{background:var(--primary);color:#fff}.btn-login.light:hover{background:var(--primary-light)}.login-screen{justify-content:center;align-items:center;width:100%;min-height:100vh;padding:20px;display:flex}.login-card{border-radius:var(--border-radius-2xl);text-align:center;width:100%;max-width:440px;transition:var(--transition);padding:3rem}.login-header{margin-bottom:2.5rem}.form-group{text-align:left;margin-bottom:1.5rem}.form-label{color:#000;margin-bottom:.5rem;font-size:.825rem;font-weight:900;display:block}.form-input{color:#000;background:#fff;border:1px solid #cbd5e1;border-radius:4px;width:100%;padding:.6rem .75rem;font-family:inherit;font-size:.9rem;font-weight:700;transition:border-color .2s}.form-input:focus{border-color:var(--primary);background:#fcfdfe;outline:none}.btn-login{cursor:pointer;text-transform:uppercase;letter-spacing:.05em;border:none;border-radius:2px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1rem;padding:.75rem;font-size:.9rem;font-weight:900;display:flex}.text-gradient{background:linear-gradient(to right, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.animate-fade{animation:.8s cubic-bezier(.16,1,.3,1) fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}table{border-collapse:separate;border-spacing:0;width:100%}thead th{color:#475569;text-align:left;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid var(--border-color);background:#f8fafc;padding:1rem 1.5rem;font-size:.725rem;font-weight:800}tbody tr{transition:var(--transition)}tbody tr:nth-child(2n){background:#f8fafc99}tbody tr:hover{background:#6366f105!important}td{color:var(--text-main);border-bottom:1px solid var(--border-color);padding:1.15rem 1.5rem;font-size:.875rem;font-weight:600}.hover-scale:hover{transform:scale(1.05)}.erp-login-container{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);width:100vw;min-height:100vh;font-family:Outfit,sans-serif;display:flex;position:relative;overflow-y:auto}.erp-login-sidebar{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-right:1px solid #e2e8f0cc;flex-direction:column;justify-content:center;align-items:center;width:42%;min-height:100vh;padding:3rem;display:flex;position:relative;overflow:hidden}.erp-sidebar-illustration-wrapper{justify-content:center;align-items:center;width:100%;max-width:420px;margin-bottom:2rem;animation:6s ease-in-out infinite floatAnimation;display:flex}.erp-sidebar-illustration{object-fit:contain;filter:drop-shadow(0 20px 30px #4f46e526);width:100%;height:auto}@keyframes floatAnimation{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.erp-sidebar-title-section{text-align:center}.erp-sidebar-title-section h3{color:#1e1b4b;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.erp-sidebar-title-section p{color:#6366f1;font-size:.95rem;font-weight:600}.erp-login-main{background:radial-gradient(circle,#fff 0%,#f8fafc 100%);flex:1;justify-content:center;align-items:center;min-height:100vh;padding:3rem;display:flex;position:relative}.erp-login-box{width:100%;max-width:460px;transition:var(--transition);background:#fff;border:1px solid #e2e8f0cc;border-radius:24px;padding:3rem 2.5rem;box-shadow:0 25px 50px -12px #0f172a14}.erp-login-box:hover{box-shadow:0 30px 60px -15px #6366f11f}.erp-login-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:2rem;display:flex}.erp-school-logo-wrapper{justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}.erp-school-logo{object-fit:contain;border-radius:12px;width:auto;height:100px}.erp-login-header h2{color:#0f172a;margin-bottom:.25rem;font-size:1.75rem;font-weight:800}.erp-login-header .erp-portal-subtitle{color:#4f46e5;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.875rem;font-weight:700}.erp-login-header .erp-desc-subtitle{color:#64748b;font-size:.875rem;font-weight:500}.erp-error-banner{color:#b91c1c;background:#fef2f2;border:1px solid #fee2e2;border-radius:12px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.85rem;font-weight:600;line-height:1.4;display:flex}.erp-login-form{flex-direction:column;gap:1.25rem;display:flex}.erp-form-group{flex-direction:column;gap:.5rem;display:flex}.erp-form-label{color:#334155;font-size:.825rem;font-weight:700}.erp-input-wrapper{align-items:center;display:flex;position:relative}.erp-input-icon{color:#94a3b8;pointer-events:none;transition:color .2s;position:absolute;left:1rem}.erp-form-input{color:#0f172a;background-color:#fff;border:1.5px solid #e2e8f0;border-radius:12px;width:100%;padding:.8rem 1rem .8rem 2.5rem;font-size:.925rem;font-weight:500;transition:all .2s}.erp-form-input::placeholder{color:#94a3b8}.erp-form-input:focus{border-color:#4f46e5;outline:none;box-shadow:0 0 0 4px #4f46e51a}.erp-form-input:focus+.erp-input-icon{color:#4f46e5}.erp-password-toggle{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;padding:.2rem;transition:color .2s;display:flex;position:absolute;right:1rem}.erp-password-toggle:hover{color:#4f46e5}.erp-captcha-container{grid-template-columns:1fr auto auto;align-items:center;gap:.75rem;display:grid}.erp-captcha-preview{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:120px;height:42px;display:flex;overflow:hidden;box-shadow:inset 0 1px 2px #0000000d}.erp-captcha-preview svg{max-width:100%;max-height:100%}.erp-captcha-refresh{color:#64748b;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000000d}.erp-captcha-refresh:hover{color:#4f46e5;background-color:#f5f3ff;border-color:#4f46e5}.erp-options-row{justify-content:space-between;align-items:center;margin-top:.25rem;font-size:.85rem;display:flex}.erp-remember-me{color:#64748b;cursor:pointer;align-items:center;gap:.5rem;font-weight:500;display:flex}.erp-remember-me input{accent-color:#4f46e5;cursor:pointer;width:16px;height:16px}.erp-forgot-link{color:#4f46e5;font-weight:600;text-decoration:none;transition:color .2s}.erp-forgot-link:hover{color:#6366f1;text-decoration:underline}.erp-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5 0%,#6366f1 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.65rem;width:100%;margin-top:.5rem;padding:.9rem;font-size:.95rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #4f46e533}.erp-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#4338ca 0%,#4f46e5 100%);transform:translateY(-1px);box-shadow:0 6px 16px #4f46e54d}.erp-submit-btn:active:not(:disabled){transform:translateY(0)}.erp-submit-btn:disabled{opacity:.7;cursor:not-allowed}.erp-footer-text{color:#64748b;text-align:center;margin-top:1.5rem;font-size:.85rem;font-weight:500}.erp-footer-text a{color:#4f46e5;font-weight:600;text-decoration:none}.erp-footer-text a:hover{text-decoration:underline}.erp-powered-by{color:#94a3b8;text-align:center;border-top:1px solid #f1f5f9;margin-top:1.5rem;padding-top:1rem;font-size:.75rem;font-weight:500}@media (width<=1024px){.erp-login-sidebar{width:45%;padding:2rem}}@media (width<=768px){.erp-login-container{flex-direction:column;height:auto;overflow-y:auto}.erp-login-sidebar{border-bottom:1px solid #e2e8f0;border-right:none;width:100%;height:auto;min-height:280px;padding:2.5rem 1.5rem}.erp-sidebar-illustration-wrapper{max-width:260px;margin-bottom:1.25rem}.erp-login-main{padding:2rem 1rem}.erp-login-box{box-shadow:none;background:0 0;border:none;border-radius:20px;padding:2.5rem 1.5rem}}
