*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:#f5f5f5;color:#333;line-height:1.6}.app{min-height:100vh}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem 2rem;box-shadow:0 2px 10px #0000001a}.header h1{font-size:1.8rem;font-weight:600}.header-stats{margin-top:.5rem;font-size:.95rem;opacity:.9}.main-content{max-width:1400px;margin:0 auto;padding:2rem}.page-info{background:#fff;padding:1rem 1.5rem;border-radius:8px;margin-bottom:1rem;box-shadow:0 1px 3px #0000001a;font-weight:500;color:#555}.error-message{background:#fee;border:1px solid #fcc;color:#c33;padding:1rem 1.5rem;border-radius:8px;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.error-message button{background:#c33;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer}.error-message button:hover{background:#a22}.student-table-container{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden;margin-bottom:1.5rem}.student-table{width:100%;border-collapse:collapse}.student-table th,.student-table td{padding:1rem 1.5rem;text-align:left;border-bottom:1px solid #eee}.student-table th{background:#f8f9fa;font-weight:600;color:#444;position:sticky;top:0}.student-table tr:hover{background:#f8f9fa}.student-table tr:last-child td{border-bottom:none}.serial-number{color:#888;font-size:.9rem}.roll-number{font-family:monospace;background:#e8f4fd;padding:.25rem .5rem;border-radius:4px;color:#1a73e8}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:1rem;flex-wrap:wrap}.pagination button{padding:.5rem 1rem;border:1px solid #ddd;background:#fff;border-radius:4px;cursor:pointer;font-size:.9rem;transition:all .2s}.pagination button:hover:not(:disabled){background:#667eea;color:#fff;border-color:#667eea}.pagination button:disabled{opacity:.5;cursor:not-allowed}.pagination button.active{background:#667eea;color:#fff;border-color:#667eea}.pagination-ellipsis{padding:.5rem;color:#888}.question-card{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 20px #0000001a;max-width:500px;margin:3rem auto;text-align:center}.question-card h2{color:#333;font-size:1.4rem;margin-bottom:2rem;font-weight:600}.radio-group{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.radio-option{display:flex;align-items:center;padding:1rem 1.5rem;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:1rem;color:#555}.radio-option:hover{border-color:#667eea;background:#f8f9ff}.radio-option.selected{border-color:#667eea;background:#f0f3ff;color:#333}.radio-option input[type=radio]{display:none}.radio-checkmark{width:22px;height:22px;border:2px solid #ccc;border-radius:50%;margin-right:12px;position:relative;transition:all .2s ease;flex-shrink:0}.radio-option.selected .radio-checkmark{border-color:#667eea}.radio-option.selected .radio-checkmark:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;background:#667eea;border-radius:50%}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 3rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea66}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.submit-btn:disabled{background:#ccc;cursor:not-allowed;box-shadow:none;transform:none}.info-text{margin-top:1.5rem;color:#888;font-size:.9rem}.data-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.data-header .page-info{margin-bottom:0}.reset-btn{background:#f5f5f5;color:#666;border:1px solid #ddd;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s ease}.reset-btn:hover{background:#e8e8e8;border-color:#ccc}.fetch-time{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border:1px solid #a5d6a7;color:#2e7d32;padding:.75rem 1.5rem;border-radius:8px;margin-bottom:1rem;font-size:.95rem;display:flex;align-items:center;gap:.5rem}.fetch-time:before{content:"";display:inline-block;width:8px;height:8px;background:#4caf50;border-radius:50%}.fetch-time strong{color:#1b5e20}.loading{text-align:center;padding:4rem;font-size:1.2rem;color:#666;display:flex;flex-direction:column;align-items:center;gap:1rem}.loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.main-content{padding:1rem}.student-table th,.student-table td{padding:.75rem;font-size:.9rem}.header{padding:1rem}.header h1{font-size:1.4rem}.question-card{padding:1.5rem;margin:1.5rem auto}.question-card h2{font-size:1.2rem}.data-header{flex-direction:column;gap:1rem}.data-header .page-info{width:100%}}
