*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app{margin:0 auto;max-width:1200px;padding:20px}.login-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh}.login-box{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:400px;padding:40px;text-align:center}.login-box h1{color:#333;margin-bottom:10px}.login-box p{color:#666;margin-bottom:30px}.sign-in-button{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 30px}.sign-in-button:hover{background:#5568d3}.header{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;margin-bottom:20px;padding:20px}.header h1{color:#333;margin-bottom:5px}.user-section{align-items:center;display:flex;gap:15px}.user-section span{color:#666;font-size:14px}.loading{color:#666;font-size:18px;padding:40px;text-align:center}.error{background:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;margin-bottom:20px;padding:15px}.students-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px}.students-container h2{color:#333;margin-bottom:20px}.student-card{border:1px solid #e0e0e0;border-radius:8px;margin-bottom:15px;padding:15px}.student-card:hover{box-shadow:0 4px 8px #0000001a}.student-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:10px;padding-bottom:10px}.student-name{color:#333;font-size:18px;font-weight:600}.student-status{border-radius:12px;font-size:14px;font-weight:500;padding:4px 12px}.status-active{background:#d4edda;color:#155724}.status-onhold{background:#fff3cd;color:#856404}.status-withdrawn{background:#f8d7da;color:#721c24}.student-info{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:15px}.info-item{font-size:14px}.info-label{color:#666;font-weight:600;margin-right:5px}.deliverables{border-top:1px solid #e0e0e0;margin-top:15px;padding-top:15px}.deliverables h4{color:#555;font-size:14px;margin-bottom:10px;text-transform:uppercase}.deliverables-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.deliverable-item{align-items:center;display:flex;font-size:14px}.deliverable-item input{margin-right:8px}.deliverable-complete{color:#28a745}.deliverable-incomplete{color:#6c757d}
/*# sourceMappingURL=main.e4b19db2.css.map*/