:root{--gep-navy:#102a43;--gep-blue:#1769d2;--gep-sky:#2cb1bc;--gep-green:#14855b;--gep-orange:#dc8512;--gep-red:#c93747;--gep-bg:#f3f7fb;--gep-line:#dce5ef;--gep-text:#17283c;--gep-muted:#66788d}.gep-wrap,.gep-public,.gep-login,.gep-verify{font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--gep-text)}.gep-wrap{margin:20px 20px 45px 0;max-width:1500px}.gep-hero,.gep-public-head{background:linear-gradient(125deg,#0c223a,#174b7a 70%,#1769d2);border-radius:22px;padding:30px 34px;color:#fff;display:flex;align-items:center;justify-content:space-between;box-shadow:0 20px 50px rgba(16,42,67,.2);margin-bottom:22px}.gep-hero span,.gep-public-head span,.gep-login-brand>span{font-size:11px;letter-spacing:.17em;color:#77deea;font-weight:800}.gep-hero h1,.gep-public-head h2{color:#fff;margin:6px 0;font-size:31px}.gep-hero p,.gep-public-head p{color:#d3e3f1;margin:0}.gep-public-head a{color:#fff}.gep-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin:20px 0}.gep-card{position:relative;background:#fff;border:1px solid var(--gep-line);border-radius:17px;padding:21px;box-shadow:0 8px 24px rgba(30,55,85,.06);overflow:hidden}.gep-card:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:var(--gep-blue)}.gep-card.green:before{background:var(--gep-green)}.gep-card.orange:before{background:var(--gep-orange)}.gep-card.red:before{background:var(--gep-red)}.gep-card span{display:block;color:var(--gep-muted);font-size:13px;font-weight:700;margin-bottom:10px}.gep-card strong{font-size:24px}.gep-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:18px}.gep-panel{background:#fff;border:1px solid var(--gep-line);border-radius:18px;padding:24px;margin:18px 0;box-shadow:0 8px 25px rgba(30,55,85,.05)}.gep-panel h2,.gep-panel h3{margin-top:0}.gep-actions,.gep-toolbar{display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap}.gep-btn,.gep-login input[type=submit]{display:inline-flex;justify-content:center;background:linear-gradient(135deg,var(--gep-blue),#0c55b1);color:#fff!important;text-decoration:none;border:0;border-radius:10px;padding:11px 17px;font-weight:800;cursor:pointer;box-shadow:0 7px 17px rgba(23,105,210,.2)}.gep-btn.green{background:var(--gep-green)}.gep-btn.ghost{background:#edf4fa;color:var(--gep-navy)!important;box-shadow:none}.gep-btn.small{padding:7px 10px;font-size:11px}.gep-btn:disabled{opacity:.55;cursor:wait}.gep-toolbar{margin:18px 0}.gep-toolbar input{border:1px solid var(--gep-line);border-radius:10px;padding:10px 14px;min-width:260px}.gep-table-wrap{overflow:auto;background:#fff;border:1px solid var(--gep-line);border-radius:17px}.gep-table{width:100%;min-width:800px;border-collapse:collapse}.gep-table th{background:#edf4fa;padding:14px;text-align:left;text-transform:uppercase;font-size:11px;letter-spacing:.07em;color:#4e6074}.gep-table td{padding:14px;border-top:1px solid #edf1f5}.gep-table tr:hover td{background:#f8fbff}.gep-table small{display:block;color:var(--gep-muted);margin-top:4px}.gep-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:18px}.gep-field{display:flex;flex-direction:column;gap:7px}.gep-field span,.gep-verify label{font-size:13px;font-weight:800}.gep-field input,.gep-field select,.gep-field textarea,.gep-verify input{width:100%;max-width:none;box-sizing:border-box;border:1px solid #c9d7e6;border-radius:9px;padding:10px 12px}.gep-field.full{margin:15px 0}.gep-months{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;border:1px solid var(--gep-line);border-radius:12px;margin:15px 0;padding:15px}.gep-badge{display:inline-block;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:800}.gep-badge.ok{background:#dff7eb;color:#08734a}.gep-badge.warn{background:#fff0d4;color:#9c5b00}.gep-badge.neutral{background:#e9eef5;color:#516176}.gep-alert{border-radius:11px;padding:13px 16px;margin:15px 0;font-weight:700}.gep-alert.ok{background:#def7eb;color:#08734a}.gep-alert.err{background:#ffe0e4;color:#9e2430}.gep-check{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;list-style:none;padding:0}.gep-check li:before{content:"✓";color:var(--gep-green);font-weight:900;margin-right:8px}.gep-progress{height:12px;background:#e8eef5;border-radius:999px;overflow:hidden}.gep-progress i{display:block;height:100%;background:linear-gradient(90deg,var(--gep-blue),var(--gep-green))}.gep-public{max-width:1250px;margin:30px auto}.gep-student-head,.gep-student-head>div{display:flex;align-items:center;justify-content:space-between;gap:14px}.gep-avatar{width:50px;height:50px;border-radius:15px;background:linear-gradient(135deg,var(--gep-blue),var(--gep-sky));display:grid;place-items:center;color:#fff;font-size:22px;font-weight:900}.gep-student-head h3,.gep-student-head p{margin:2px 0}.gep-due-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-top:18px}.gep-due{border:1px solid var(--gep-line);border-top:4px solid #a8b4c2;border-radius:12px;padding:13px;display:flex;flex-direction:column;gap:5px}.gep-due.ok{border-top-color:var(--gep-green)}.gep-due.warn{border-top-color:var(--gep-orange)}.gep-due.late{border-top-color:var(--gep-red)}.gep-due small{color:var(--gep-muted)}.gep-due em{font-size:10px;text-transform:uppercase;font-weight:900;font-style:normal}.gep-login{max-width:930px;margin:50px auto;display:grid;grid-template-columns:1.05fr .95fr;border-radius:24px;overflow:hidden;box-shadow:0 28px 70px rgba(16,42,67,.23)}.gep-login-brand{background:linear-gradient(145deg,#0b2037,#185080);color:#fff;padding:50px}.gep-login-brand h2{color:#fff;font-size:35px}.gep-login-brand p{color:#d5e3f0}.gep-login-brand ul{list-style:none;padding:15px 0}.gep-login-brand li{margin:12px 0}.gep-login-brand li:before{content:"✓";color:#67e0b1;margin-right:10px}.gep-login-form{padding:50px;background:#fff}.gep-login-form h3{font-size:27px}.gep-login-form label{display:block;font-weight:800;margin:14px 0 5px}.gep-login-form input[type=text],.gep-login-form input[type=password]{width:100%;box-sizing:border-box;border:1px solid #cbd8e6;border-radius:10px;padding:12px}.gep-login input[type=submit]{width:100%;margin:12px 0}.gep-login-form>p{font-size:12px;color:var(--gep-green);background:#eaf7f1;padding:10px;border-radius:9px}.gep-verify{max-width:650px;margin:50px auto;background:#fff;padding:35px;border:1px solid var(--gep-line);border-radius:22px;box-shadow:0 20px 55px rgba(16,42,67,.13);text-align:center}.gep-seal{width:70px;height:70px;display:grid;place-items:center;margin:auto;border-radius:50%;background:#dff7eb;color:var(--gep-green);font-size:34px}.gep-verify form{text-align:left;display:grid;gap:14px}.gep-verify label{display:grid;gap:6px}.gep-valid{background:#f1fbf6;border:1px solid #bcead4;border-radius:14px;padding:18px;text-align:left}.gep-valid h3{color:var(--gep-green);text-align:center}.gep-valid dl{display:grid;grid-template-columns:1fr 1fr;gap:10px}.gep-valid dt{font-weight:800}.gep-valid dd{text-align:right;margin:0}@media(max-width:850px){.gep-wrap{margin-right:10px}.gep-hero,.gep-public-head{flex-direction:column;align-items:flex-start;gap:12px}.gep-grid,.gep-login{grid-template-columns:1fr}.gep-form{grid-template-columns:repeat(2,1fr)}.gep-months{grid-template-columns:repeat(2,1fr)}.gep-login-brand,.gep-login-form{padding:30px}}@media(max-width:560px){.gep-form,.gep-check{grid-template-columns:1fr}.gep-student-head{align-items:flex-start;flex-direction:column}.gep-toolbar input{min-width:0;width:100%}}

