*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh;padding:40px 20px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.student-form{animation:fadeInUp .6s ease-out;background:#fff;border-radius:15px;box-shadow:0 10px 40px #0003;display:flex;flex-direction:column;margin:0 auto;max-width:450px;padding:40px}.student-form h2{color:#667eea;font-size:1.8em;font-weight:600;margin-bottom:25px}.form-group{display:flex;flex-direction:column;margin-bottom:20px}.form-group label{color:#333;font-size:.95em;font-weight:600;margin-bottom:8px}.student-form input{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:1em;margin:0;outline:none;padding:12px 15px;transition:all .3s ease}.student-form input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;transform:translateY(-2px)}.student-form input::placeholder{color:#999}.student-form button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-size:1.05em;font-weight:600;margin-top:10px;padding:14px 30px;transition:all .3s ease}.student-form button:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.student-form button:active{transform:translateY(0)}.success-message{background-color:#e8f5e9;color:#4caf50}.error-message,.success-message{border-radius:8px;font-weight:600;margin-top:15px;padding:10px}.error-message{background-color:#ffebee;color:#f44336}.student-list-container{animation:fadeInUp .6s ease-out;background:#fff;border-radius:15px;box-shadow:0 10px 40px #0003;max-width:500px;padding:30px 20px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.student-list-container h2{color:#667eea;font-size:1.8em;font-weight:600;margin-bottom:20px}.no-students{color:#999;font-size:1em;padding:30px 20px;text-align:center}.student-list{display:flex;flex-direction:column;gap:15px;max-height:400px;overflow-y:auto}.student-list::-webkit-scrollbar{width:8px}.student-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.student-list::-webkit-scrollbar-thumb{background:#667eea;border-radius:10px}.student-list::-webkit-scrollbar-thumb:hover{background:#764ba2}.student-card{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:10px;box-shadow:0 2px 10px #0000001a;overflow:hidden;transition:all .3s ease}.student-card:hover{box-shadow:0 5px 20px #667eea33;transform:translateY(-5px)}.student-card-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:15px}.student-card-header h3{font-size:1.3em;font-weight:600;margin:0}.student-card-body{background:#fff;padding:15px}.student-card-body p{align-items:center;display:flex;font-size:.95em;justify-content:space-between;margin:10px 0}.student-card-body p:last-child{margin-bottom:0}.label{color:#667eea;font-weight:600;min-width:70px}.value{color:#333;flex:1 1;padding-left:10px;text-align:right}.App{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;text-align:center}.App h1{animation:slideDown .6s ease-out;color:#fff;font-size:3em;font-weight:700;letter-spacing:1px;margin-bottom:30px;text-shadow:2px 2px 4px #0003;width:100%}.app-container{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;max-width:1200px;padding:0 20px;width:100%}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.App h1{font-size:2em;margin-bottom:20px}.app-container{flex-direction:column;gap:20px}}
/*# sourceMappingURL=main.938bbaae.css.map*/