: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;display:flex;place-items:center;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}}.data-screen{width:100vw;height:100vh;background:linear-gradient(135deg,#0a1a3a,#1a3a6a);color:#fff;display:flex;flex-direction:column;overflow:hidden}.screen-loading{width:100vw;height:100vh;background:linear-gradient(135deg,#0a1a3a,#1a3a6a);color:#00d4ff;display:flex;align-items:center;justify-content:center;font-size:24px}.screen-header{height:80px;background:linear-gradient(90deg,#00d4ff1a,#06f3,#00d4ff1a);border-bottom:2px solid rgba(0,212,255,.3);display:flex;align-items:center;justify-content:center;position:relative}.screen-header h1{font-size:32px;font-weight:700;background:linear-gradient(90deg,#00d4ff,#00a8ff,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 20px rgba(0,212,255,.5)}.screen-time{position:absolute;right:30px;font-size:16px;color:#fffc}.screen-main{flex:1;display:flex;padding:20px;gap:20px;overflow:hidden}.screen-left,.screen-right{width:25%;display:flex;flex-direction:column;gap:15px}.screen-center{flex:1;display:flex;flex-direction:column;gap:15px}.screen-card{background:#0032644d;border:1px solid rgba(0,212,255,.3);border-radius:8px;padding:15px;flex:1;display:flex;flex-direction:column}.screen-card h3{font-size:16px;color:#00d4ff;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid rgba(0,212,255,.2)}.screen-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.metric-item{background:linear-gradient(135deg,#00d4ff33,#06f3);border:1px solid rgba(0,212,255,.3);border-radius:8px;padding:20px;text-align:center}.metric-value{font-size:28px;font-weight:700;color:#00d4ff;margin-bottom:5px}.metric-label{font-size:14px;color:#ffffffb3}.screen-today{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.today-item{background:#ffd7001a;border:1px solid rgba(255,215,0,.3);border-radius:8px;padding:15px;display:flex;flex-direction:column;align-items:center}.today-label{font-size:12px;color:#ffffffb3;margin-bottom:5px}.today-value{font-size:20px;font-weight:700;color:gold}.screen-map{flex:1;background:#00326433;border:1px solid rgba(0,212,255,.2);border-radius:8px;padding:15px;display:flex;flex-direction:column}.screen-map h3{font-size:16px;color:#00d4ff;margin-bottom:10px}.map-placeholder{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at center,rgba(0,212,255,.1) 0%,transparent 70%);border-radius:8px}.map-placeholder p{font-size:18px;color:#fffc;margin:5px 0}.dividend-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:10px}.dividend-item{text-align:center;padding:10px;background:#ffd7001a;border-radius:6px}.dividend-item span{display:block;font-size:12px;color:#ffffffb3}.dividend-item strong{display:block;font-size:16px;color:gold;margin-top:5px}.teacher-ranking{display:flex;flex-direction:column;gap:8px}.teacher-item{display:flex;align-items:center;padding:8px 12px;background:#0064c833;border-radius:6px}.teacher-rank{width:24px;height:24px;background:linear-gradient(135deg,#00d4ff,#00a8ff);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;margin-right:10px}.teacher-name{flex:1;font-size:14px}.teacher-score{color:gold;font-size:12px;margin-right:10px}.teacher-students{color:#ffffffb3;font-size:12px}.screen-footer{height:40px;background:#0032644d;border-top:1px solid rgba(0,212,255,.2);display:flex;align-items:center;overflow:hidden}.footer-scroll{white-space:nowrap;animation:scroll 20s linear infinite;padding-left:100%}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.footer-scroll span{margin-right:50px;color:#fffc}
