@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%;height:60px;display:flex;justify-content:space-between;align-items:center;padding:0 2rem;z-index:1000;background:#141414d9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 15px #00000080}.logo img{height:43px;width:auto}.nav{display:flex;gap:1.5rem}.nav-link,.nav-button{color:#f0f0f0;text-decoration:none;background:none;border:none;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:all .2s ease;align-self:center}.nav-link:hover,.nav-button:hover{background:linear-gradient(90deg,#7f5af0,#ff80b5);color:#fff;box-shadow:0 4px 20px #7f5af066}.nav-button:active{transform:scale(.97)}@media(max-width:768px){.nav{gap:.5rem;font-size:.9rem}}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}body,html{height:100%;background-color:#121212;color:#f0f0f0}.home-container{display:flex;flex-direction:column;min-height:100vh}.home-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:linear-gradient(90deg,#1f1f1f,#1a1a1a);border-bottom:1px solid #333}.home-header h1{font-size:1.8rem;background:linear-gradient(90deg,#7f5af0,#ff80b5);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.home-header nav{display:flex;gap:1rem}.nav-link{color:#f0f0f0;text-decoration:none;padding:.5rem 1rem;transition:.2s;border-radius:6px}.nav-link:hover{background-color:#2a2a2a}.nav-link.button{background:linear-gradient(90deg,#7f5af0,#ff80b5);color:#fff;font-weight:600}.nav-link.button:hover{opacity:.85}.home-main{flex:1;display:flex;flex-direction:column;align-items:center;padding:3rem 2rem;text-align:center;padding-top:80px}.hero h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(90deg,#7f5af0,#ff80b5);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero p{font-size:1.2rem;margin-bottom:2rem;max-width:600px;color:#d0d0d0}.cta-button{padding:.9rem 2rem;font-size:1rem;border-radius:8px;background:linear-gradient(90deg,#7f5af0,#ff80b5);color:#fff;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s}.cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #ff80b566}.features{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;margin-top:4rem;width:100%}.feature-card{background-color:#1e1e1e;padding:2rem;border-radius:12px;max-width:300px;flex:1;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #7f5af066}.feature-card h3{font-size:1.4rem;margin-bottom:.8rem;background:linear-gradient(90deg,#7f5af0,#ff80b5);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.feature-card p{color:silver;font-size:1rem}.home-footer{text-align:center;padding:1.5rem;background:#1a1a1a;border-top:1px solid #333;color:#888}@media(max-width:1024px){.hero h2{font-size:2rem}.hero p{font-size:1.1rem}.features{gap:1rem}}@media(max-width:600px){.home-header{flex-direction:column;gap:1rem}.hero h2{font-size:1.8rem}.hero p{font-size:1rem}.features{flex-direction:column;align-items:center}}.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}}.students-top{margin-bottom:1rem}.student-row.header{display:grid;grid-template-columns:1fr 2fr 2fr 1fr 1fr 100px;font-weight:600;padding:.6rem .8rem;color:#276073;border-bottom:2px solid #45a5c5}.student-row{display:grid;grid-template-columns:1fr 2fr 2fr 1fr 1fr 100px;align-items:center;padding:.6rem .8rem;background:#ffffffb3;border-radius:8px;margin-bottom:.4rem;transition:.2s}.student-row:hover{background:#fffffff2;transform:translateY(-1px)}.student-row span{font-size:.9rem;color:#333}.student-row button{padding:.4rem .6rem;border-radius:6px;border:none;cursor:pointer}@media(max-width:768px){.student-row.header{display:none}.student-row{grid-template-columns:1fr;gap:.3rem;padding:.7rem}.student-row span{display:block;font-size:.85rem}.student-row span:before{font-weight:600;color:#276073;margin-right:5px}.student-row span:nth-child(1):before{content:"Index: "}.student-row span:nth-child(2):before{content:"Name: "}.student-row span:nth-child(3):before{content:"School: "}.student-row span:nth-child(4):before{content:"Year: "}.student-row span:nth-child(5):before{content:"Type: "}.student-row button{width:100%;margin-top:.5rem}}.papers-top{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.create-row{display:flex;gap:.5rem}.create-row input{flex:1}.search-header{display:flex;justify-content:space-between;align-items:center}.clear-btn{background:none;border:none;color:#45a5c5;cursor:pointer;font-size:.85rem}.clear-btn:hover{text-decoration:underline}.papers-list{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.paper-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-radius:10px;border:1px solid #fff;background:#ffffffd9;box-shadow:0 4px 10px #0000000f;transition:all .2s ease}.paper-row:hover{transform:translateY(-1px);border:1px solid #45a5c5}.paper-left span{font-weight:500;color:#276073}.paper-left input{padding:.4rem .6rem;border-radius:6px;border:1px solid #ccc}.paper-actions{display:flex;gap:.4rem}.paper-actions button{padding:.35rem .6rem;font-size:.75rem;border-radius:6px;border:none;cursor:pointer}.input-row{display:flex;gap:.5rem;align-items:stretch}.input-row input{flex:1;margin:0;height:40px}.input-row button{height:40px;display:flex;align-items:center;justify-content:center;padding:0 1rem;white-space:nowrap}.clear-btn{background-color:#e9f5f9;color:#276073}.clear-btn:hover{background-color:#d4ecf4}.paper-actions button:not(.danger){background:#45a5c5;color:#fff}.paper-actions button:not(.danger):hover{background:#2f8aa6}.paper-actions .danger{background:#eee;color:#444}.paper-actions .danger:hover{background:#ddd}.load-more{align-self:center;margin-top:.5rem;padding:.5rem 1.5rem;border-radius:20px;border:none;background:linear-gradient(135deg,#45a5c5,#276073);color:#fff;cursor:pointer}@media(max-width:600px){.papers-top{grid-template-columns:1fr}.paper-row{flex-direction:column;align-items:flex-start;gap:.5rem}.paper-actions{width:100%;justify-content:space-between}.paper-actions button{flex:1}}.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}}
