@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";body,#root{margin:0;padding:0;height:100%}html,body{max-width:100%;overflow-x:hidden}body,#root,*{font-family:Poppins,sans-serif}*,*:before,*:after{box-sizing:border-box}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}img,video,canvas,svg{max-width:100%;height:auto}::-webkit-scrollbar{width:0px;height:0px}*{scrollbar-width:none}*{-ms-overflow-style:none}.header{position:fixed;top:0;left:0;width:100%;box-sizing:border-box;height:60px;display:flex;justify-content:space-between;align-items:center;padding:0 20px;z-index:1000;overflow-x:hidden;background:#fff3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 10px #00000014}.logo img{height:43px;width:auto;margin-top:10px}.nav{display:flex;gap:1.5rem;margin-right:1rem}.nav-link,.nav-button{color:#000;text-decoration:none;background:none;border:none;cursor:pointer;font-size:1rem}.nav-button:hover,.nav-link:hover{color:#276073}@media(max-width:768px){.nav{gap:.5rem;font-size:.9rem}}.home-container{height:100vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;padding-top:0}.home-content{display:flex;justify-content:space-between;align-items:center;width:90%;gap:2rem}.home-text{flex:1;text-align:left;color:#000}.main-text{margin-top:0;font-size:3rem;margin-bottom:1rem}.sub-text{font-size:1.2rem;margin-bottom:3.5rem}.home-text button{padding:.8rem 1.5rem;font-size:1rem;cursor:pointer;border:none;background-color:#45a5c5;color:#fff;border-radius:5px}.home-text button:hover{color:#000}.home-illustration{flex:1;display:flex;justify-content:center;align-items:center}.home-illustration img{max-width:90%;height:auto}@media(max-width:1024px){.home-content{flex-direction:column;text-align:center}.home-text{text-align:center}.home-illustration{margin-top:2rem}.main-text{font-size:2.5rem}.sub-text{font-size:1rem}}@media(max-width:600px){.main-text{font-size:2rem}.sub-text{font-size:.95rem}.home-text button{padding:.6rem 1.2rem;font-size:.9rem}}.reg-student-container{min-height:100vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;padding-top:60px;overflow:hidden;box-sizing:border-box}.reg-student-content{background-color:#fff6;padding:1rem 2rem;border-radius:12px;box-shadow:0 10px 25px #00000026;width:100%;max-width:500px;display:flex;flex-direction:column;gap:1rem}.reg-student-content p{text-align:center;margin-bottom:1rem;font-size:1.5rem;color:#276073}.reg-student-content form{display:flex;flex-direction:column;gap:1rem}.reg-student-content input,.reg-student-content select{padding:.6rem 1rem;border-radius:8px;border:1px solid #ccc;outline:none;transition:.2s}.reg-student-content input:focus,.reg-student-content select:focus{border-color:#45a5c5;box-shadow:0 0 5px #45a5c580}.reg-student-content input[type=file]{padding:.3rem .5rem}.reg-student-content button{padding:.8rem;font-size:1rem;cursor:pointer;border:none;border-radius:8px;background-color:#45a5c5;color:#fff;transition:.2s}.reg-student-content button:hover{background-color:#276073;color:#fff}.status.error{color:red}@media(max-width:768px){.reg-student-content{width:90%;padding:1.5rem;background-color:transparent;box-shadow:none}}@media(max-width:480px){.reg-student-content{background-color:transparent;box-shadow:none}.reg-student-content h2{font-size:1.5rem}.reg-student-content input,.reg-student-content select,.reg-student-content button{font-size:.95rem;padding:.7rem}}.admin-container{min-height:100vh;padding:80px 1.5rem 5rem;display:flex;flex-direction:column;gap:1.5rem;font-family:Poppins,sans-serif;background-size:cover;background-position:center}.admin-tabs{display:flex;justify-content:flex-start;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.tab-button{padding:.6rem 1.2rem;border:none;border-bottom:3px solid transparent;background:#ffffff80;border-radius:8px 8px 0 0;font-weight:600;cursor:pointer;color:#276073;transition:all .2s ease}.tab-button:hover{background:#45a5c533}.tab-button.active{background:#fff;border-bottom:3px solid #45a5c5;box-shadow:0 4px 8px #0000001a}.admin-card{background:#fff9;padding:1.2rem;border-radius:12px;box-shadow:0 8px 20px #00000014;display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.admin-card input,.admin-card select{padding:.6rem .8rem;border-radius:6px;border:1px solid #ccc;font-size:.9rem;width:100%;margin-bottom:1rem}.admin-card button{padding:.6rem 2rem;border-radius:8px;border:none;background-color:#45a5c5;color:#fff;cursor:pointer;margin-right:1rem}.admin-card button.danger{background-color:#e0e0e0}.admin-card button.danger:hover{background-color:#cfcfcf}.top-students-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1rem}.student-card{display:flex;flex-direction:column;align-items:center;background:#ffffffe6;border-radius:12px;box-shadow:0 5px 15px #0000001a;padding:.75rem;position:relative;transition:transform .2s ease,box-shadow .2s ease}.student-card:hover{transform:translateY(-3px);box-shadow:0 10px 20px #00000026;border:#45a5c5 solid 1px}.student-rank{position:absolute;top:8px;left:8px;background-color:#e3d342;color:#000;font-weight:700;padding:.25rem .5rem;border-radius:6px;font-size:.85rem}.student-photo img{width:100px;height:100px;border-radius:50%;object-fit:cover;margin-bottom:.5rem}.student-details{display:flex;flex-direction:column;gap:.2rem;text-align:center}.student-details h4{margin:0;font-size:1.05rem;color:#276073}.student-details p{margin:0;font-size:.875rem;color:#555}@media(max-width:600px){.top-students-grid{grid-template-columns:1fr}.student-card{flex-direction:row;align-items:center;padding:.5rem}.student-photo img{width:70px;height:70px;margin-bottom:0;margin-right:.75rem}.student-details{text-align:left;gap:.15rem}.student-rank{top:-5px;left:-5px;font-size:.75rem;padding:.2rem .4rem}}.papers-list,.students-grid{display:grid;gap:1rem;margin-top:1rem}.paper-card{display:flex;align-items:center;gap:.5rem;padding:.8rem;background:#ffffffb3;border-radius:10px}.students-grid{grid-template-columns:repeat(3,1fr)}.students-grid .student-card input{width:90%;margin-bottom:.3rem}@media(max-width:768px){.top-students-grid,.students-grid{grid-template-columns:1fr}.admin-nav{flex-direction:column}.paper-card,.student-card{width:100%}}.marker-container{min-height:100vh;padding:80px 1.5rem 5rem;display:flex;flex-direction:column;gap:1.5rem;font-family:Poppins,sans-serif;background-size:cover;background-position:center}.marker-header{display:flex;justify-content:space-between;align-items:center}.marker-header h2{margin:0;color:#276073}@media(max-width:600px){.marker-header{flex-direction:column;align-items:flex-start;gap:.25rem}}.marker-card{background:#ffffff73;padding:1.25rem;border-radius:12px;box-shadow:0 8px 20px #00000014;display:flex;flex-direction:column;gap:1rem;min-width:0}.marker-card h3{margin:0;color:#276073}.editing-card{border:2px solid #45a5c5;animation:pulseBorder 1.2s ease-in-out}@keyframes pulseBorder{0%{box-shadow:0 0 #45a5c566}50%{box-shadow:0 0 15px #45a5c5b3}to{box-shadow:0 0 10px #45a5c580}}.marker-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;width:100%;max-width:100%}@media(max-width:768px){.marker-row{grid-template-columns:1fr}}.marker-card input,.marker-card select{padding:.65rem 1rem;border-radius:8px;border:1px solid #ccc;font-size:.95rem}.marker-card input:focus,.marker-card select:focus{outline:none;border-color:#45a5c5;box-shadow:0 0 5px #45a5c566}.form-actions{display:flex;gap:.75rem}.form-actions button{flex:1}.form-actions .cancel{background-color:#e0e0e0;color:#333}.form-actions .cancel:hover{background-color:#cfcfcf}@media(max-width:480px){.form-actions{flex-direction:column}}.marker-card button{padding:.7rem;border:none;border-radius:8px;background-color:#45a5c5;color:#fff;cursor:pointer;font-size:.95rem}.marker-card button:hover{background-color:#276073}button.danger{background-color:#e74c3c}button.danger:hover{background-color:#c0392b}.mark-actions button:hover{background-color:transparent!important}.status{text-align:center;font-weight:500;margin-top:.5rem}.status.success{color:#276073}.status.error{color:#e74c3c}.muted{color:#777;font-size:.85rem}.marks-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(max-width:900px){.marks-grid{grid-template-columns:1fr}}.mark-row-compact{padding:.75rem;border-radius:8px;background:#ffffff8c;display:flex;flex-direction:column;gap:.2rem}.mark-line1{display:flex;justify-content:space-between;align-items:center}.mark-line2{font-size:.85rem;color:#555}.mark-actions{display:flex;gap:.5rem}.mark-actions button{border:none;background:none;cursor:pointer;padding:.4rem;border-radius:6px;color:#b1b1b1}.mark-actions button svg{width:18px;height:18px}.mark-actions button.edit svg:hover{color:#45a5c5}.mark-actions button.delete svg:hover{color:#e74c3c}@media(max-width:480px){.mark-actions{gap:.75rem}.mark-actions button svg{width:20px;height:20px}.mark-line2{font-size:.8rem;line-height:1.2}}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;flex-wrap:wrap}.pagination button{padding:.35rem .6rem;border-radius:4px;background-color:#45a5c5;color:#fff;border:none;cursor:pointer;min-width:44px;font-size:.85rem}.pagination button:disabled{opacity:.25;cursor:default}@media(max-width:480px){.pagination span{width:100%;text-align:center;font-size:.85rem;margin:.25rem 0}}
