.form-field{margin-bottom:16px}.form-field__label{color:hsl(var(--card-foreground));display:block;font-size:14px;font-weight:500;margin-bottom:6px}.dark .form-field__label{color:hsl(var(--card-foreground));opacity:.95}.form-field__required{color:#ef4444;margin-left:2px}.form-field__input{width:100%}.form-field__help{color:hsl(var(--muted-foreground));font-size:12px;margin-top:4px}.form-field__error{color:#ef4444;font-size:12px;margin-top:4px}.form-field input,.form-field select,.form-field textarea{background-color:hsl(var(--input))!important;border:1px solid hsl(var(--border));border-radius:6px;color:hsl(var(--foreground))!important;font-size:14px;padding:8px 12px;transition:border-color .2s,background-color .2s,color .2s;width:100%}.dark .form-field input,.dark .form-field select,.dark .form-field textarea{background-color:hsl(var(--input))!important;border-color:hsl(var(--border))!important;color:hsl(var(--foreground))!important}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:hsl(var(--ring))!important;box-shadow:0 0 0 3px hsl(var(--ring)/.2);outline:none}.dark .form-field input:focus,.dark .form-field select:focus,.dark .form-field textarea:focus,.form-field input:focus,.form-field select:focus,.form-field textarea:focus{background-color:hsl(var(--input))!important;color:hsl(var(--foreground))!important}.form-field input:disabled,.form-field select:disabled,.form-field textarea:disabled{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground));cursor:not-allowed;opacity:.6}.form-field input::placeholder,.form-field textarea::placeholder{color:hsl(var(--muted-foreground));opacity:.7}.form-field--error input,.form-field--error select,.form-field--error textarea,.input-error{border-color:#ef4444}.form-field--error input:focus,.form-field--error select:focus,.form-field--error textarea:focus,.input-error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.exam-type-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.exam-type-modal{background:hsl(var(--background));border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;max-width:520px;overflow-y:auto;width:100%}.exam-type-modal__header{align-items:center;border-bottom:1px solid hsl(var(--border));display:flex;justify-content:space-between;padding:20px 24px}.exam-type-modal__title{color:hsl(var(--foreground));font-size:18px;font-weight:600;margin:0}.exam-type-modal__close{align-items:center;background:none;border:none;border-radius:6px;color:hsl(var(--muted-foreground));cursor:pointer;display:flex;font-size:22px;height:32px;justify-content:center;padding:0;transition:all .2s ease;width:32px}.exam-type-modal__close:hover:not(:disabled){background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.exam-type-modal__close:disabled{cursor:not-allowed;opacity:.5}.exam-type-modal__form{display:flex;flex-direction:column;gap:20px;padding:20px 24px 24px}.exam-type-modal__section{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:10px;padding:14px 16px 16px}.exam-type-modal__section-title{color:hsl(var(--muted-foreground));font-size:13px;font-weight:600;letter-spacing:.08em;margin:0 0 12px;text-transform:uppercase}.exam-type-modal__grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:minmax(0,1fr)}.exam-type-modal__field--toggle{align-items:center;display:flex;gap:8px}.exam-type-modal__toggle-label{color:hsl(var(--foreground));font-size:14px}.exam-type-modal__actions{display:flex;gap:10px;justify-content:flex-end;margin-top:4px}.exam-type-modal__button{border:1px solid #0000;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;padding:8px 18px;transition:all .2s ease}.exam-type-modal__button--primary{background:hsl(var(--primary));border-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.exam-type-modal__button--primary:hover:not(:disabled){background:hsl(var(--primary)/.9)}.exam-type-modal__button--secondary{background:hsl(var(--secondary));border-color:hsl(var(--border));color:hsl(var(--secondary-foreground))}.exam-type-modal__button--secondary:hover:not(:disabled){background:hsl(var(--secondary)/.8)}.exam-type-modal__button:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.exam-type-modal{max-width:100%}.exam-type-modal__form{padding:16px}.exam-type-modal__section{padding:12px 12px 14px}}.button{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-family:inherit;font-weight:500;gap:8px;justify-content:center;overflow:hidden;position:relative;text-decoration:none;transition:all .2s ease-in-out}.button:focus{box-shadow:0 0 0 2px hsl(var(--ring));outline:none}.button--primary{background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary)/.9));border:1px solid hsl(var(--primary));color:hsl(var(--primary-foreground))}.button--primary:hover:not(.button--disabled){background:linear-gradient(135deg,hsl(var(--primary)/.9),hsl(var(--primary)/.8));box-shadow:0 4px 12px hsl(var(--primary)/.3);transform:translateY(-1px)}.button--secondary{background:hsl(var(--secondary));border:1px solid hsl(var(--border));color:hsl(var(--secondary-foreground))}.dark .button--secondary{border:1px solid #4b5563}.button--secondary:hover:not(.button--disabled){background:hsl(var(--secondary)/.8);box-shadow:0 4px 12px hsl(var(--foreground)/.1);transform:translateY(-1px)}.dark .button--secondary:hover:not(.button--disabled){border-color:#6b7280}.button--danger{background:linear-gradient(135deg,hsl(var(--destructive)),hsl(var(--destructive)/.9));border:1px solid hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.button--danger:hover:not(.button--disabled){background:linear-gradient(135deg,hsl(var(--destructive)/.9),hsl(var(--destructive)/.8));box-shadow:0 4px 12px hsl(var(--destructive)/.3);transform:translateY(-1px)}.button--success{background:linear-gradient(135deg,#22c55e,#16a34a);border:1px solid #16a34a;color:#fff}.button--success:hover:not(.button--disabled){background:linear-gradient(135deg,#16a34a,#15803d);box-shadow:0 4px 12px #22c55e4d;transform:translateY(-1px)}.button--warning{background:linear-gradient(135deg,#f59e0b,#d97706);border:1px solid #d97706;color:#fff}.button--warning:hover:not(.button--disabled){background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 4px 12px #f59e0b4d;transform:translateY(-1px)}.button--ghost{background:#0000;border:1px solid hsl(var(--border));color:hsl(var(--muted-foreground))}.button--ghost:hover:not(.button--disabled){background:hsl(var(--accent));border-color:hsl(var(--border));color:hsl(var(--accent-foreground))}.button--small{font-size:12px;gap:6px;padding:6px 12px}.button--medium{font-size:14px;gap:8px;padding:8px 16px}.button--large{font-size:16px;gap:10px;padding:12px 24px}.button--disabled{box-shadow:none!important;cursor:not-allowed;opacity:.5;transform:none!important}.button--loading{cursor:wait}.button--loading .button__content{opacity:.7}.button__spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;height:16px;width:16px}.button--small .button__spinner{border-width:1.5px;height:12px;width:12px}.button--large .button__spinner{border-width:2.5px;height:20px;width:20px}.button__icon{align-items:center;display:flex;font-size:16px}.button--small .button__icon{font-size:14px}.button--large .button__icon{font-size:18px}.button__content{transition:opacity .2s}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.button:before{background-color:#ffffff4d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .3s,height .3s;width:0}.button:active:before{height:200px;width:200px}@media (max-width:640px){.button--large{font-size:14px;padding:10px 20px}}.exam-type-details__overlay{align-items:center;animation:fadeIn .2s ease-out;background:#00000080;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1100}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.exam-type-details{animation:slideUp .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;color:#111827;display:flex;flex-direction:column;max-height:90vh;overflow:hidden;width:min(680px,100%)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dark .exam-type-details{background:#0f172a;box-shadow:0 20px 60px #00000080;color:#e5e7eb}.exam-type-details__header{align-items:flex-start;background:linear-gradient(135deg,#f9fafb,#fff);border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:24px}.dark .exam-type-details__header{background:linear-gradient(135deg,#1e293b,#0f172a);border-bottom:1px solid #334155}.exam-type-details__header-content{align-items:center;display:flex;flex:1 1;gap:16px}.exam-type-details__logo-placeholder{align-items:center;background:linear-gradient(135deg,#7c3aed,#6d28d9);border-radius:12px;box-shadow:0 4px 12px #7c3aed4d;color:#fff;display:flex;flex-shrink:0;font-size:24px;font-weight:700;height:64px;justify-content:center;width:64px}.exam-type-details__title{color:#111827;font-size:20px;font-weight:700;margin:0}.dark .exam-type-details__title{color:#e5e7eb}.exam-type-details__subtitle{color:#6b7280;font-size:14px;font-weight:400;margin:4px 0 0}.dark .exam-type-details__subtitle{color:#94a3b8}.exam-type-details__close{align-items:center;background:#0000;border:none;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;flex-shrink:0;font-size:24px;height:36px;justify-content:center;transition:all .2s ease;width:36px}.exam-type-details__close:hover{background:#f3f4f6;color:#111827}.dark .exam-type-details__close{color:#94a3b8}.dark .exam-type-details__close:hover{background:#334155;color:#e5e7eb}.exam-type-details__content{display:flex;flex:1 1;flex-direction:column;gap:24px;overflow-y:auto;padding:24px}.exam-type-details__section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:20px;transition:all .2s ease}.dark .exam-type-details__section{background:#1e293b;border-color:#334155}.exam-type-details__section:hover{box-shadow:0 2px 8px #0000000d}.dark .exam-type-details__section:hover{box-shadow:0 2px 8px #0003}.exam-type-details__section-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;gap:12px;margin-bottom:16px;padding-bottom:12px}.dark .exam-type-details__section-header{border-bottom-color:#334155}.exam-type-details__section-icon{align-items:center;background:#fff;border-radius:8px;display:flex;flex-shrink:0;font-size:20px;height:36px;justify-content:center;width:36px}.dark .exam-type-details__section-icon{background:#0f172a}.exam-type-details__section-title{color:#111827;font-size:16px;font-weight:600;margin:0}.dark .exam-type-details__section-title{color:#e5e7eb}.exam-type-details__section-content{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@media (max-width:640px){.exam-type-details__section-content{grid-template-columns:1fr}}.exam-type-details__field{display:flex;flex-direction:column;gap:6px}.exam-type-details__field--full{grid-column:1/-1}.exam-type-details__label{color:#6b7280;font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.dark .exam-type-details__label{color:#94a3b8}.exam-type-details__value{color:#111827;font-size:14px;font-weight:500;white-space:pre-wrap;word-break:break-word}.dark .exam-type-details__value{color:#e5e7eb}.exam-type-details__status{border-radius:12px;display:inline-block;font-size:12px;font-weight:600;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.exam-type-details__status--active{background:#d1fae5;color:#065f46}.dark .exam-type-details__status--active{background:#064e3b;color:#6ee7b7}.exam-type-details__status--inactive{background:#fee2e2;color:#991b1b}.dark .exam-type-details__status--inactive{background:#7f1d1d;color:#fca5a5}.exam-type-details__footer{background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;padding:20px 24px}.dark .exam-type-details__footer{background:#1e293b;border-top-color:#334155}@media (max-width:640px){.exam-type-details__overlay{padding:0}.exam-type-details{border-radius:0;max-height:100vh;width:100%}.exam-type-details__content,.exam-type-details__header{padding:20px}.exam-type-details__footer{padding:16px 20px}.exam-type-details__logo-placeholder{font-size:20px;height:56px;width:56px}}