: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}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh;background:linear-gradient(135deg,#007030,#fee11a)}header{background:#fffffff2;padding:1.5rem 2rem;box-shadow:0 2px 10px #0000001a}header h1{color:#007030;font-size:2rem;font-weight:700}.container{display:flex;gap:2rem;padding:2rem;max-width:1400px;margin:0 auto}.sidebar{flex:0 0 300px;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #0000001a;height:fit-content}.class-input h2{font-size:1.25rem;margin-bottom:1rem;color:#333}.input-group{display:flex;flex-direction:column;gap:.5rem}.input-group input{padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .2s}.input-group input:focus{outline:none;border-color:#007030}.input-group button{padding:.75rem;background:#007030;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.input-group button:hover{background:#015c28}.autocomplete-container{position:relative;display:flex;flex-direction:column;gap:.5rem}.suggestions-dropdown{position:absolute;top:calc(100% + .25rem);left:0;right:0;background:#fff;border:2px solid #007030;border-radius:8px;max-height:200px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #00000026}.suggestion-item{padding:.75rem;cursor:pointer;transition:background .2s;border-bottom:1px solid #f0f0f0;color:#000}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover{background:#f5f5ff}.validation-error{margin-top:.5rem;padding:.5rem;background:#ffe0e0;color:#d63031;border-radius:6px;font-size:.85rem;border:1px solid #ffb3b3}.class-list{margin-top:2rem}.class-list h3{font-size:1rem;margin-bottom:.75rem;color:#666}.class-list ul{list-style:none}.class-list li{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f5f5f5;border-radius:6px;margin-bottom:.5rem}.class-list li span{font-weight:600;color:#333}.class-list li button{background:#ff4757;color:#fff;border:none;border-radius:50%;width:24px;height:24px;cursor:pointer;font-size:1.2rem;line-height:1;padding:0;transition:background .2s}.class-list li button:hover{background:#e84118}.empty-state{text-align:center;color:#999;padding:1rem;font-style:italic}.generate-btn{width:100%;margin-top:1.5rem;padding:1rem;background:#007030;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .2s}.generate-btn:hover:not(:disabled){background:#015c28}.generate-btn:disabled{background:#ccc;cursor:not-allowed}.error{margin-top:1rem;padding:.75rem;background:#ffe0e0;color:#d63031;border-radius:6px;font-size:.9rem}.conflicts-warning{margin-top:1rem;padding:1rem;background:#fff3cd;border:2px solid #ffc107;border-radius:8px;color:#856404}.conflicts-warning h4{margin-bottom:.75rem;font-size:1rem;color:#856404;display:flex;align-items:center;gap:.5rem}.conflicts-warning ul{list-style:none}.conflicts-warning li{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#fff;border-radius:6px;margin-bottom:.5rem}.conflicts-warning li span{font-weight:600;color:#333}.conflicts-warning li button{background:#dc3545;color:#fff;border:none;border-radius:6px;padding:.4rem .8rem;cursor:pointer;font-size:.85rem;font-weight:600;transition:background .2s}.conflicts-warning li button:hover{background:#c82333}.main-content{flex:1;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a;min-height:500px}.schedule-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.schedule-nav button{padding:.5rem 1.5rem;background:#007030;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background .2s}.schedule-nav button:hover:not(:disabled){background:#5568d3}.schedule-nav button:disabled{background:#ccc;cursor:not-allowed}.schedule-nav span{font-weight:600;color:#333}.schedule-view{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.course-card{border:2px solid #e0e0e0;border-radius:10px;padding:1.25rem;background:#fafafa;transition:transform .2s,box-shadow .2s}.course-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.course-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.course-header h3{color:#007030;font-size:1.25rem}.crn{background:#007030;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600}.course-title{font-weight:600;color:#333;margin-bottom:1rem;font-size:.95rem}.course-details{display:flex;flex-direction:column;gap:.5rem;color:#000}.detail-row{display:flex;font-size:.9rem}.detail-row .label{font-weight:600;color:#666;min-width:90px}.course-notes{margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0;font-size:.85rem;color:#666}.course-notes .label{font-weight:600}.empty-schedule{text-align:center;padding:4rem 2rem;color:#999}.empty-schedule h2{margin-bottom:1rem;color:#666}@media(max-width:768px){.container{flex-direction:column}.sidebar{flex:1}.schedule-view{grid-template-columns:1fr}}
