:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}#root{min-height:100vh}.container{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);color:#fff}.header{padding:4rem 2rem 2rem;text-align:center}.title{font-size:3.5rem;font-weight:800;background:linear-gradient(90deg,#00d4ff,#7c3aed,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;letter-spacing:-.02em}.subtitle{font-size:1.25rem;color:#94a3b8;font-weight:400}.main{flex:1;padding:2rem;max-width:900px;margin:0 auto;width:100%}.section-title{text-align:center;font-size:1.5rem;font-weight:600;color:#e2e8f0;margin-bottom:2rem}.students-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem}.student-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.student-card:hover{transform:translateY(-8px);background:#ffffff1a;border-color:#7c3aed80;box-shadow:0 20px 40px #0000004d,0 0 30px #7c3aed33}.student-emoji{font-size:2.5rem;margin-bottom:.75rem}.student-name{font-size:1.1rem;font-weight:600;color:#fff}.footer{padding:2rem;text-align:center;color:#64748b;font-size:.875rem}@media(max-width:480px){.title{font-size:2.5rem}.students-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.student-card{padding:1.5rem 1rem}}
