/* Student Terminal — global styles */
*, *::before, *::after { box-sizing: border-box; }
html, body, #root { height: 100%; margin: 0; padding: 0; }
body { background: #000; color: #fff; -webkit-font-smoothing: antialiased; }
