.theme-toggle{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:10px}.switch{position:relative;display:inline-block;width:40px;height:20px}.switch input{opacity:0;width:0;height:0}.project-page[data-v-4def7867]{display:flex;flex-direction:column;gap:.5rem}.project-page h2[data-v-4def7867]{margin-bottom:.25rem}.assignment-list[data-v-4def7867],.project-list[data-v-4def7867]{display:flex;flex-direction:column;gap:.5rem;list-style:none;padding:0;margin:0}.assignment-item[data-v-4def7867],.project-item[data-v-4def7867]{margin:0;padding:8px 12px;background:var(--hover-bg);transition:background .3s ease,box-shadow .3s ease}.project-item[data-v-4def7867]:hover{background:#383838;box-shadow:0 2px 8px #0000004d;padding:12px;min-height:100px}.project-link[data-v-4def7867]{display:block;font-weight:700;color:var(--accent);text-decoration:none;transition:color .3s ease}.project-link[data-v-4def7867]:hover{color:var(--hover-text);text-decoration:underline}.project-description[data-v-4def7867]{white-space:pre-line;font-size:.875rem;color:var(--text-color);max-height:0;opacity:0;overflow:hidden;transition:max-height .2s ease,opacity .6s ease,padding .3s ease}.project-item:hover .project-description[data-v-4def7867]{padding-top:10px;max-height:10rem;opacity:1}h2[data-v-a832ef41]{margin-top:.5rem}.class-page[data-v-fc39d7dd]{display:flex;flex-direction:column;gap:1rem}.class-title[data-v-fc39d7dd]{font-size:1.25rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem}.assignment-list[data-v-fc39d7dd],.project-list[data-v-fc39d7dd]{display:flex;flex-direction:column;gap:.5rem;list-style:none;padding:0;margin:0}.assignment-item[data-v-fc39d7dd],.project-item[data-v-fc39d7dd]{margin:0;padding:8px 12px;background:var(--hover-bg);transition:background .3s ease,box-shadow .3s ease}.assignment-item[data-v-fc39d7dd]:hover{background:#383838;box-shadow:0 2px 8px #0000004d;padding:12px;min-height:100px}.assignment-link[data-v-fc39d7dd]{display:block;font-weight:700;color:var(--accent);text-decoration:none;transition:color .3s ease}.assignment-link[data-v-fc39d7dd]:hover{color:var(--hover-text);text-decoration:underline}.invalid-link[data-v-fc39d7dd]{display:block;color:#c44;background:var(--hover-bg)}.assignment-description[data-v-fc39d7dd]{font-size:.875rem;color:var(--text-color);max-height:0;opacity:0;overflow:hidden;transition:max-height .2s ease,opacity .6s ease,padding .3s ease}.assignment-item:hover .assignment-description[data-v-fc39d7dd]{padding-top:10px;max-height:10rem;opacity:1}.instructions[data-v-c2b16bd8]{font-style:italic;margin-bottom:1rem}:root{--background: #121212;--container-bg: #1e1e1e;--text-color: #e0e0e0;--accent: #66b2ff;--hover-bg: #292929;--hover-text: #3399ff}*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,sans-serif}body{background-color:var(--background);color:var(--text-color);line-height:1.6}.container{max-width:1280px;margin:20px auto;padding:20px;background:var(--container-bg);box-shadow:0 0 10px #ffffff1a;border-radius:8px}header{text-align:center;padding-bottom:10px;border-bottom:2px solid #333}h1{font-size:24px;color:#fff}nav{margin:20px 0;text-align:center}nav ul{list-style:none;display:flex;justify-content:center;gap:15px}nav a{text-decoration:none;color:var(--accent);font-weight:700;transition:color .3s ease}nav a:hover{color:var(--hover-text)}ul{list-style:none;padding:0}ul li{padding:10px;background:var(--hover-bg);margin:10px 0;border-radius:5px;text-align:center;transition:background .3s ease}ul li a{text-decoration:none;color:var(--accent);font-weight:700}ul li:hover{background:#383838}footer{text-align:center;margin-top:20px;padding-top:10px;border-top:2px solid #333;color:#999}iframe{border:1px solid #444;border-radius:5px;margin-top:10px;background:var(--container-bg)}a[download]{display:inline-block;padding:10px 15px;background:var(--accent);color:var(--background);text-decoration:none;border-radius:5px;margin-top:10px;font-weight:700;transition:background .3s ease,color .3s ease}a[download]:hover{background:var(--hover-text);color:#fff}
