@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-size:14px;color-scheme:light;color:#1e293b;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px}a{font-weight:500;color:#b30104;text-decoration:inherit;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem}a:hover{color:#8b0103}h1{font-size:1.5rem;font-weight:700;line-height:1.2;color:#b30104;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.3px}h2{font-size:1.25rem;font-weight:700;line-height:1.3;color:#b30104;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.2px}h3{font-size:1.125rem;font-weight:600;line-height:1.4;color:#b30104;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}h4,h5,h6{font-size:1rem;font-weight:600;line-height:1.4;color:#b30104;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}p{font-size:.875rem;line-height:1.5;color:#64748b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button{border-radius:8px;border:1px solid transparent;padding:.625rem 1.25rem;font-size:.8125rem;font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#b30104;color:#fff;cursor:pointer;transition:all .3s ease;letter-spacing:.1px}button:hover{background-color:#8b0103;transform:translateY(-2px)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}input,textarea,select{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem}label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:.8125rem}table{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}td,th{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem}.sidebar{width:260px;background:#fff;box-shadow:2px 0 8px #0000001a;position:fixed;left:0;top:0;height:100vh;z-index:100;overflow-y:auto;border-right:1px solid #e2e8f0}.sidebar-content{padding:0}.sidebar-logo-container{display:flex;align-items:center;justify-content:center;padding:1.5rem;text-decoration:none;border-bottom:2px solid #f1f5f9;background:linear-gradient(135deg,#b30104,#8b0103);transition:all .3s ease}.sidebar-logo-container:hover{background:linear-gradient(135deg,#8b0103,#b30104)}.sidebar-logo{height:50px;width:auto;object-fit:contain;filter:brightness(0) invert(1)}.sidebar-header{padding:1.25rem 1.5rem 1rem;border-bottom:2px solid #f1f5f9;background:#fafbfc}.sidebar-title{color:#64748b;font-size:.75rem;font-weight:700;margin:0;text-transform:uppercase;letter-spacing:1px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.sidebar-nav{display:flex;flex-direction:column;gap:.375rem;padding:1rem .75rem 1.5rem}.sidebar-menu-group{display:flex;flex-direction:column}.sidebar-item{display:flex;align-items:center;gap:.875rem;padding:.75rem 1rem;text-decoration:none;color:#475569;border-radius:8px;transition:all .2s ease;font-weight:500;position:relative;border:none;background:none;cursor:pointer;text-align:left;width:100%;font-size:.8125rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.05px}.sidebar-item:hover{background-color:#f8fafc;color:#b30104}.sidebar-item.active{background:linear-gradient(135deg,#b30104,#8b0103);color:#fff;box-shadow:0 2px 8px #b3010433;font-weight:600}.sidebar-item.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:50%;background:#fff;border-radius:0 3px 3px 0}.sidebar-parent{font-weight:600;font-size:.875rem}.sidebar-parent.has-active{color:#b30104;background-color:#fef2f2}.sidebar-arrow{margin-left:auto;font-size:.6875rem;transition:transform .2s ease;color:inherit;opacity:.7}.sidebar-arrow.expanded{transform:rotate(180deg)}.sidebar-submenu{display:flex;flex-direction:column;margin-left:1.25rem;margin-top:.25rem;padding-left:.5rem;border-left:2px solid #e2e8f0}.sidebar-submenu.nested-submenu{margin-left:1rem;margin-top:.25rem;padding-left:.5rem}.nested-menu .sidebar-submenu{margin-left:1rem}.sidebar-subitem{padding:.625rem .875rem;font-size:.75rem;font-weight:500}.sidebar-subitem .sidebar-icon{font-size:1.125rem}.sidebar-icon{font-size:1.25rem;width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-icon svg{width:100%;height:100%}.sidebar-label{font-size:.8125rem;flex:1;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:inherit;letter-spacing:.05px}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:#f1f5f9}.sidebar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.sidebar::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media(max-width:768px){.sidebar{width:70px}.sidebar-label,.sidebar-arrow{display:none}.sidebar-header{padding:1rem}.sidebar-title{font-size:.625rem;text-align:center}.sidebar-nav{padding:.5rem}.sidebar-item{padding:1rem;justify-content:center}.sidebar-icon{font-size:1.5rem}.sidebar-submenu{margin-left:0;padding-left:0;border-left:none}}.layout{min-height:100vh;display:flex;background-color:#f8fafc;overflow-x:hidden;width:100%}.layout-main{flex:1;display:flex;flex-direction:column;margin-left:260px;min-height:100vh;width:calc(100% - 260px);overflow-x:hidden}.header{background:linear-gradient(135deg,#b30104,#8b0103);box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:99}.header-content{max-width:100%;padding:1.25rem 2rem;display:flex;justify-content:flex-end;align-items:center}.header-title{color:#fff;font-size:1.25rem;font-weight:700;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.2px}.header-user{display:flex;align-items:center;gap:1rem}.user-info{display:flex;align-items:center;gap:.5rem;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.user-icon{font-size:1.5rem;color:#fff}.user-name{font-size:.875rem;font-weight:500;color:#fff}.logout-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff26;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.logout-btn svg{font-size:1rem}.logout-btn:hover{background:#ffffff40;border-color:#ffffff4d;transform:translateY(-2px)}.main-content{flex:1;max-width:1400px;width:100%;margin:0 auto;padding:1.5rem;overflow-x:hidden;box-sizing:border-box}.footer{background-color:#fff;color:#b30104;text-align:center;padding:1.5rem;margin-top:auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;border-top:1px solid #e2e8f0}@media(max-width:768px){.layout-main{margin-left:70px;width:calc(100% - 70px)}.header-content{padding:1rem;flex-direction:column;gap:1rem;align-items:flex-start}.header-title{font-size:1.125rem}.header-user{width:100%;justify-content:space-between}.user-name,.logout-btn span{display:none}.main-content{padding:1.5rem 1rem}}.dashboard{animation:fadeIn .5s ease-in}.dashboard-header{margin-bottom:1.5rem}.dashboard-header h1{color:#1e293b;font-size:1.25rem;font-weight:700;line-height:1.2;margin-bottom:.25rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.3px}.dashboard-header p{color:#64748b;font-size:.8125rem;line-height:1.5;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.stat-card{background:#fff;border-radius:10px;padding:1rem;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;gap:.75rem;transition:transform .3s ease,box-shadow .3s ease;border:2px solid #f1f5f9}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#e2e8f0}.stat-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0;border:2px solid}.stat-icon svg{width:100%;height:100%}.stat-content h3{margin:0;font-size:1.25rem;font-weight:700;color:#1e293b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.2}.stat-content p{margin:.125rem 0 0;color:#64748b;font-size:.75rem;font-weight:500;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.charts-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:1.5rem}.chart-card{background:#fff;border-radius:10px;padding:1.25rem;box-shadow:0 1px 3px #0000001a;border:2px solid #f1f5f9}.chart-card h3{color:#1e293b;font-size:.9375rem;font-weight:600;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:center}.chart-stats{display:flex;justify-content:center;gap:1.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #f1f5f9}.chart-stat-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:500;color:#64748b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.stat-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.recent-activity{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #0000001a;border:2px solid #f1f5f9}.recent-activity h2{color:#1e293b;margin-bottom:1rem;font-size:1.125rem;font-weight:700;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.2px}.activity-list{display:flex;flex-direction:column;gap:.75rem}.activity-item{display:flex;gap:.75rem;padding:.75rem;background:#f8fafc;border-radius:8px;border-left:4px solid #b30104;transition:background .3s ease}.activity-item:hover{background:#f1f5f9}.activity-type{background:#b30104;color:#fff;padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;height:fit-content;white-space:nowrap;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-transform:uppercase;letter-spacing:.5px}.activity-content{flex:1}.activity-content p{margin:0 0 .125rem;color:#1e293b;font-weight:500;font-size:.8125rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.activity-time{color:#64748b;font-size:.75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@media(max-width:768px){.dashboard-header h1{font-size:1.125rem}.stats-grid,.charts-section{grid-template-columns:1fr}.chart-stats{flex-direction:column;gap:.5rem}}.exam-notifications{padding:2rem;max-width:1200px;margin:0 auto;animation:fadeIn .5s ease-in}.schedule-separator{color:#b30104;font-size:1.25rem;font-weight:700;padding-bottom:.5rem}.topic-cards-container{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.75rem;padding:.75rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;min-height:3rem}.topic-card{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fff;border:2px solid #b30104;border-radius:6px;font-size:.8125rem;font-weight:500;color:#1e293b;animation:slideIn .2s ease-out}.topic-name{color:#b30104;font-weight:600}.topic-remove-btn{background:#fee2e2;border:none;border-radius:50%;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#b30104;font-size:1.25rem;font-weight:700;line-height:1;padding:0;transition:all .2s ease;flex-shrink:0}.topic-remove-btn:hover:not(:disabled){background:#fecaca;transform:scale(1.1)}.topic-remove-btn:active:not(:disabled){transform:scale(.95)}.topic-remove-btn:disabled{opacity:.5;cursor:not-allowed}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@media(max-width:768px){.exam-notifications{padding:1rem}.notification-form-container{padding:1.5rem}.form-actions{flex-direction:column-reverse}.btn-primary,.btn-secondary,.btn-add-task{width:100%}.student-selection-header{flex-direction:column;align-items:flex-start;gap:.5rem}.btn-select-all{width:100%}.total-students{margin-left:0}.students-table-container{overflow-x:auto}.students-table{min-width:500px}.students-table th,.students-table td{padding:.5rem .75rem;font-size:.8rem}.schedule-row{flex-direction:column}.schedule-separator{align-self:center;padding:.5rem 0}.topic-cards-container{padding:.5rem}.topic-card{font-size:.75rem;padding:.375rem .625rem}}.exam-registration{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:0;display:flex;flex-direction:column}.exam-registration.session-question-page{display:flex;align-items:center;justify-content:center;padding:2rem}.session-question-container{background:#fff;border-radius:24px;padding:3rem 2.5rem;max-width:700px;width:100%;box-shadow:0 10px 40px #0000001a;border:1px solid #e2e8f0;animation:fadeInUp .5s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.session-question-header{text-align:center;margin-bottom:3rem}.session-question-header h1{color:#b30104;font-size:2rem;font-weight:700;margin-bottom:.75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.session-question-header p{color:#475569;font-size:1.125rem;font-weight:500;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0}.session-options{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.session-option{background:#fff;border:2.5px solid #e2e8f0;border-radius:16px;padding:2.5rem 2rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem;position:relative;overflow:hidden}.session-option:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#b301040d,#8b01030d);opacity:0;transition:opacity .3s ease}.session-option:hover:before{opacity:1}.session-option:hover{border-color:#b30104;box-shadow:0 8px 24px #b3010426;transform:translateY(-4px)}.session-option:active{transform:translateY(-2px)}.session-option:disabled,.location-option-card:disabled,.back-button:disabled,.change-location-btn:disabled{opacity:.6;cursor:not-allowed!important;pointer-events:none}.session-option:disabled:hover,.location-option-card:disabled:hover{transform:none!important;box-shadow:none!important;border-color:#e2e8f0!important}.session-option-yes:hover{border-color:#10b981;box-shadow:0 8px 24px #10b98126}.session-option-yes:hover:before{background:linear-gradient(135deg,#10b9810d,#0596690d)}.session-option-no:hover{border-color:#ef4444;box-shadow:0 8px 24px #ef444426}.session-option-no:hover:before{background:linear-gradient(135deg,#ef44440d,#dc26260d)}.session-option-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f1f5f9;transition:all .3s ease;position:relative;z-index:1}.session-option-yes .session-option-icon{color:#10b981}.session-option-no .session-option-icon{color:#ef4444}.session-option:hover .session-option-icon{background:currentColor;color:#fff;transform:scale(1.1)}.session-option-icon svg{width:100%;height:100%}.session-option-content{position:relative;z-index:1}.session-option-content h3{color:#1e293b;font-size:1.5rem;font-weight:700;margin:0 0 .5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:color .3s ease}.session-option:hover .session-option-content h3{color:#0f172a}.session-option-content p{color:#64748b;font-size:.9375rem;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;transition:color .3s ease}.session-option:hover .session-option-content p{color:#475569}@media(max-width:768px){.session-question-container{padding:2rem 1.5rem;max-width:100%}.session-question-header h1{font-size:1.5rem}.session-question-header p{font-size:1rem}.session-options{grid-template-columns:1fr;gap:1rem}.session-option{padding:2rem 1.5rem}.session-option-icon{width:56px;height:56px}}.exam-registration.location-selection-page{display:flex;align-items:center;justify-content:center;padding:2rem}.location-selection-container{background:#fff;border-radius:24px;padding:3rem 2.5rem;max-width:700px;width:100%;box-shadow:0 10px 40px #0000001a;border:1px solid #e2e8f0;animation:fadeInUp .5s ease-out;position:relative}.back-button{position:absolute;top:1.5rem;left:1.5rem;display:flex;align-items:center;gap:.5rem;background:#f1f5f9;border:2px solid #e2e8f0;border-radius:10px;padding:.625rem 1rem;font-size:.875rem;color:#475569;cursor:pointer;transition:all .3s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500}.back-button:hover{background:#e2e8f0;border-color:#b30104;color:#b30104;transform:translate(-2px)}.back-button svg{width:18px;height:18px;stroke:currentColor}.location-selection-header{text-align:center;margin-bottom:3rem;margin-top:1rem}.location-selection-header h1{color:#b30104;font-size:2rem;font-weight:700;margin-bottom:.75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.location-selection-header p{color:#475569;font-size:1.125rem;font-weight:500;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0}.location-options{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.location-option-card{background:#fff;border:2.5px solid #e2e8f0;border-radius:16px;padding:2.5rem 2rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem;position:relative;overflow:hidden}.location-option-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#b301040d,#8b01030d);opacity:0;transition:opacity .3s ease}.location-option-card:hover:before{opacity:1}.location-option-card:hover{border-color:#b30104;box-shadow:0 8px 24px #b3010426;transform:translateY(-4px)}.location-option-card:active{transform:translateY(-2px)}.location-option-pakistan:hover{border-color:#0ea5e9;box-shadow:0 8px 24px #0ea5e926}.location-option-pakistan:hover:before{background:linear-gradient(135deg,#0ea5e90d,#0284c70d)}.location-option-outside:hover{border-color:#8b5cf6;box-shadow:0 8px 24px #8b5cf626}.location-option-outside:hover:before{background:linear-gradient(135deg,#8b5cf60d,#7c3aed0d)}.location-option-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f1f5f9;transition:all .3s ease;position:relative;z-index:1}.location-option-pakistan .location-option-icon{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff}.location-option-outside .location-option-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.location-option-card:hover .location-option-icon{transform:scale(1.1) rotate(5deg)}.location-option-content{position:relative;z-index:1}.location-option-content h3{color:#1e293b;font-size:1.5rem;font-weight:700;margin:0 0 .5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:color .3s ease}.location-option-card:hover .location-option-content h3{color:#0f172a}.location-option-content p{color:#64748b;font-size:.9375rem;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;transition:color .3s ease}.location-option-card:hover .location-option-content p{color:#475569}@media(max-width:768px){.location-selection-container{padding:2rem 1.5rem;max-width:100%}.back-button{top:1rem;left:1rem;padding:.5rem .75rem;font-size:.8125rem}.location-selection-header{margin-top:2.5rem;margin-bottom:2rem}.location-selection-header h1{font-size:1.5rem}.location-selection-header p{font-size:1rem}.location-options{grid-template-columns:1fr;gap:1rem}.location-option-card{padding:2rem 1.5rem}.location-option-icon{width:70px;height:70px}}.registration-container{background:#fff;border-radius:16px;padding:2rem;max-width:900px;width:100%;box-shadow:0 4px 20px #0000001a;border:2px solid #f1f5f9;flex:1;overflow-y:auto;margin:2rem auto}.registration-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e2e8f0}.registration-header h1{color:#b30104;font-size:1.75rem;font-weight:700;margin-bottom:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.registration-header p{color:#64748b;font-size:.875rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0 0 1rem}.section-name-banner{background:linear-gradient(135deg,#b30104,#8b0103);color:#fff;padding:1rem 2rem;border-radius:8px;margin-bottom:2rem;text-align:center;font-size:1rem;font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;box-shadow:0 4px 12px #b3010433}.section-name-banner strong{font-weight:700;margin-right:.5rem}.change-location-btn{background:#f1f5f9;border:2px solid #e2e8f0;border-radius:8px;padding:.5rem 1rem;font-size:.8125rem;color:#64748b;cursor:pointer;transition:all .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin-top:.5rem}.change-location-btn:hover{background:#e2e8f0;border-color:#b30104;color:#b30104}.location-selection{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem}.location-option{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:2rem;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.location-option:hover{border-color:#b30104;box-shadow:0 4px 12px #b301041a;transform:translateY(-2px)}.location-icon{font-size:3rem;line-height:1;display:flex;align-items:center;justify-content:center;min-height:3rem;filter:grayscale(0);color:#000}.location-info h3{color:#000;font-size:1.25rem;font-weight:600;margin:0 0 .5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.location-info p{color:#64748b;font-size:.875rem;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.error-message{background:#fee2e2;border:2px solid #ef4444;border-radius:8px;padding:.875rem 1rem;margin-bottom:1.5rem;color:#991b1b;font-size:.875rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500}.registration-form{display:flex;flex-direction:column;gap:0}.form-section{background:#f8fafc;border-radius:12px;padding:1.5rem;border:1px solid #e2e8f0;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000000d;transition:box-shadow .3s ease}.form-section:hover{box-shadow:0 4px 12px #0000001a}.section-title{color:#b30104;font-size:1.125rem;font-weight:700;margin-bottom:1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-transform:uppercase;letter-spacing:1px;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0;position:relative}.section-title:after{content:"";position:absolute;bottom:-2px;left:0;width:60px;height:2px;background:#b30104}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.form-group:last-child{margin-bottom:0}.form-group label{color:#1e293b;font-weight:600;font-size:.8125rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.field-description{color:#64748b;font-size:.75rem;line-height:1.5;margin:0 0 .5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.form-input{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:border-color .3s ease;background:#fff}.file-input{padding:.5rem;cursor:pointer}.file-input::-webkit-file-upload-button{background:#b30104;color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;margin-right:1rem;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:500;transition:background .2s ease}.file-input::-webkit-file-upload-button:hover{background:#8b0103}.file-preview{margin-top:.5rem;padding:.75rem;background:#f0fdf4;border:1px solid #86efac;border-radius:6px;display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#166534;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.file-preview .file-size{color:#64748b;font-size:.75rem}.category-options{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:.5rem}.category-option{cursor:pointer;position:relative}.category-option input[type=radio]{position:absolute;opacity:0;width:0;height:0}.category-card{border:2px solid #e2e8f0;border-radius:12px;padding:1.25rem;display:flex;align-items:center;gap:1rem;background:#fff;transition:all .3s ease}.category-option input[type=radio]:checked+.category-card{border-color:#b30104;background:#fef2f2;box-shadow:0 4px 12px #b301041a}.category-option:hover .category-card{border-color:#b30104;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.category-icon{font-size:2rem;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:8px}.category-info{display:flex;flex-direction:column;gap:.25rem}.category-name{font-weight:600;font-size:.9375rem;color:#1e293b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.category-desc{font-size:.75rem;color:#64748b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.875rem;color:#1e293b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}.checkbox-label.required span{color:#b30104;font-weight:600}.checkbox-label input[type=checkbox]{margin-top:.25rem;cursor:pointer;width:1.125rem;height:1.125rem;accent-color:#b30104}.form-hint{display:block;margin-top:.375rem;color:#64748b;font-size:.75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.4}.bank-details{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin:1rem 0}.bank-details h4{color:#b30104;font-size:.9375rem;font-weight:600;margin:0 0 .75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.bank-details p{color:#1e293b;font-size:.8125rem;margin:.5rem 0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.bank-details strong{color:#1e293b;font-weight:600}.subject-selection{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin:1rem 0}.subject-checkbox{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fff;border:2px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:all .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.subject-checkbox:hover{border-color:#b30104;background:#fef2f2}.subject-checkbox input[type=checkbox]{width:1rem;height:1rem;cursor:pointer;accent-color:#b30104;flex-shrink:0}.subject-checkbox input[type=checkbox]:checked+.subject-info{color:#b30104}.subject-info{display:flex;flex-direction:column;gap:.125rem;flex:1;min-width:0}.subject-name{font-weight:600;font-size:.8125rem;color:#1e293b;line-height:1.3}.subject-price{font-size:.75rem;color:#64748b;font-weight:500}.subject-checkbox input[type=checkbox]:checked~.subject-info .subject-name{color:#b30104}.subject-checkbox input[type=checkbox]:checked~.subject-info .subject-price{color:#b30104}@media(max-width:768px){.subject-selection{grid-template-columns:1fr}}.total-amount{background:#fef2f2;border:2px solid #b30104;border-radius:8px;padding:1rem;margin-top:1rem;text-align:center;font-size:1rem;color:#b30104;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.form-description{background:linear-gradient(135deg,#f8fafc,#fff);border:2px solid #e2e8f0;border-left:4px solid #b30104;border-radius:12px;padding:1.5rem;margin-bottom:2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;box-shadow:0 2px 8px #0000000d}.form-description h3{color:#b30104;font-size:1.125rem;font-weight:600;margin:0 0 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.form-description p{color:#1e293b;font-size:.875rem;line-height:1.6;margin:0 0 1rem}.form-description p:last-child{margin-bottom:0}.info-box{background:#eff6ff;border:1px solid #bfdbfe;border-left:4px solid #b30104;border-radius:8px;padding:1.25rem;margin-top:1rem}.info-box h4{color:#b30104;font-size:.9375rem;font-weight:600;margin:0 0 .75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.info-box p{color:#1e293b;font-size:.875rem;line-height:1.6;margin:0}.form-note{background:#fef3c7;border:1px solid #fbbf24;border-radius:8px;padding:1rem;margin-top:.5rem}.form-note p{margin:0;color:#92400e;font-size:.8125rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}.form-actions{display:flex;justify-content:center;margin-top:2rem;margin-bottom:1rem;padding-top:1.5rem;border-top:2px solid #e2e8f0}.btn-primary{padding:.875rem 2.5rem;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:linear-gradient(135deg,#b30104,#8b0103);color:#fff;min-width:200px}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #b301044d}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.success-container{background:#fff;border-radius:16px;padding:3rem 2rem;max-width:600px;width:100%;box-shadow:0 4px 20px #0000001a;text-align:center;border:2px solid #f1f5f9;margin:2rem auto}.success-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:3rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-weight:700}.success-container h1{color:#1e293b;font-size:1.75rem;font-weight:700;margin-bottom:.75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.success-container p{color:#64748b;font-size:.9375rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin-bottom:1rem}.success-details{background:#f8fafc;border-radius:8px;padding:1.25rem;margin:1.5rem 0;text-align:left;color:#1e293b;font-size:.875rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.8}.success-details strong{color:#b30104}.subject-codes-selection{display:flex;flex-direction:column;gap:.75rem;margin:1rem 0}.subject-code-checkbox{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem;background:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.subject-code-checkbox:hover{border-color:#b30104;background:#fef2f2}.subject-code-checkbox input[type=checkbox]{width:1.125rem;height:1.125rem;cursor:pointer;accent-color:#b30104;flex-shrink:0;margin-top:.125rem}.subject-code-info{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}.subject-code-name{font-weight:600;font-size:.875rem;color:#1e293b;line-height:1.4}.subject-code-value{font-size:.8125rem;color:#b30104;font-weight:600;font-family:Courier New,monospace}.subject-code-hint{font-size:.75rem;color:#64748b;line-height:1.4;margin-top:.25rem;font-style:italic}.subject-code-checkbox input[type=checkbox]:checked~.subject-code-info .subject-code-name{color:#b30104}@media(max-width:768px){.exam-registration{padding:0}.registration-container{padding:1.5rem}.registration-header{padding:1.5rem;margin:-1.5rem -1.5rem 2rem}.form-section{padding:1.5rem;margin-bottom:1.5rem}.form-row,.category-options{grid-template-columns:1fr}.btn-primary{width:100%}}.loading-overlay{position:fixed!important;inset:0!important;background:#000000d9!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:999999!important;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:fadeIn .2s ease-in;width:100vw!important;height:100vh!important;margin:0!important;padding:0!important}.loading-spinner{background:#fff;border-radius:16px;padding:3rem 2.5rem;text-align:center;box-shadow:0 20px 60px #0000004d;max-width:400px;width:90%;animation:slideUp .3s ease-out}.loading-spinner p{margin:1.5rem 0 .5rem;font-size:1.1rem;font-weight:600;color:#1e293b}.loading-subtext{font-size:.875rem;color:#64748b;font-weight:400;margin-top:.5rem!important}.spinner{width:60px;height:60px;border:5px solid #e2e8f0;border-top-color:#b30104;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}.result-notifications{padding:2rem;max-width:1200px;margin:0 auto;animation:fadeIn .5s ease-in}.notification-form-container{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 8px #0000001a;border:2px solid #f1f5f9}.notification-form{display:flex;flex-direction:column;gap:1.5rem}.image-preview{margin-top:.5rem}.image-preview img{border-radius:.5rem;border:1px solid #e2e8f0}.students-table tbody tr.no-phone-row{opacity:.6;background:#fef2f2}.phone-number{color:#10b981;font-weight:500}.no-phone-text{color:#ef4444;font-weight:500;font-size:.8rem}.phone-warning{margin-top:.75rem;padding:.75rem;background:#fef3c7;border-radius:.375rem;font-size:.875rem;color:#92400e;border:1px solid #fde68a}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}.btn-primary,.btn-secondary,.btn-add-task{display:flex;align-items:center;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.btn-primary{background:linear-gradient(135deg,#b30104,#8b0103);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #b301044d}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-secondary{background:#fff;color:#64748b;border:2px solid #e2e8f0}.btn-secondary:hover:not(:disabled){border-color:#64748b;color:#1e293b}.btn-add-task{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-add-task:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.btn-add-task:disabled{opacity:.5;cursor:not-allowed;transform:none}@media(max-width:768px){.result-notifications{padding:1rem}.notification-form-container{padding:1.5rem}.form-actions{flex-direction:column-reverse}.btn-primary,.btn-secondary,.btn-add-task{width:100%}.student-selection-header{flex-direction:column;align-items:flex-start;gap:.5rem}.btn-select-all{width:100%}.total-students{margin-left:0}.students-table-container{overflow-x:auto}.students-table{min-width:500px}.students-table th,.students-table td{padding:.5rem .75rem;font-size:.8rem}}.result-search-page{padding:2rem;max-width:1400px;margin:0 auto}.session-filter-text{color:#64748b;font-size:.95rem;margin:0;font-weight:500}.exam-image-cell{text-align:center;vertical-align:middle}.exam-image-container{display:flex;justify-content:center;align-items:center}.exam-image-thumbnail{max-width:100px;max-height:100px;object-fit:cover;border-radius:4px;border:2px solid #e2e8f0;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.exam-image-thumbnail:hover{transform:scale(1.1);box-shadow:0 4px 8px #0003;border-color:#b30104;z-index:10;position:relative}@media(max-width:768px){.result-search-page{padding:1rem}.page-header h1{font-size:1.5rem}.search-section{padding:1.5rem}.search-controls{grid-template-columns:1fr;gap:1rem}.button-group{grid-column:1;display:flex;gap:.75rem;padding-top:1rem;border-top:1px solid #e2e8f0;margin-top:1rem;flex-direction:column}.search-bar-group{grid-column:1}.btn-search,.btn-clear{width:100%}.results-section{padding:1rem}.results-header{flex-direction:column;align-items:flex-start;gap:1rem}.results-header-actions{width:100%;flex-direction:column;align-items:stretch;gap:.75rem}.btn-export{width:100%;justify-content:center}.results-table{font-size:.85rem}.results-table th,.results-table td{padding:.75rem .5rem}.subject-details{flex-direction:column;gap:.5rem}}.actions-cell{display:flex;gap:.75rem;justify-content:center;align-items:center}.btn-edit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem .75rem;min-width:auto;width:auto;height:2.5rem;border:1px solid transparent;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;background:#dbeafe;color:#1e40af;border-color:#93c5fd}.btn-edit:hover:not(:disabled){background:#bfdbfe;color:#1e3a8a;border-color:#60a5fa;transform:translateY(-1px)}.btn-edit:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-edit .edit-icon{width:1.25rem;height:1.25rem;display:block;color:inherit;pointer-events:none;flex-shrink:0}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.edit-modal-content{background:#fff;border-radius:.75rem;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.modal-header h2{font-size:1.5rem;color:#1e293b;margin:0}.modal-close{background:none;border:none;font-size:2rem;color:#64748b;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:all .2s ease}.modal-close:hover:not(:disabled){background:#f1f5f9;color:#1e293b}.modal-close:disabled{opacity:.5;cursor:not-allowed}.edit-form{padding:1.5rem}.edit-form .form-group{margin-bottom:1.5rem}.edit-form .form-group label{display:block;margin-bottom:.5rem;color:#b30104;font-weight:600;font-size:.95rem}.edit-form .form-input,.edit-form .form-select{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease;background:#fff}.edit-form .form-input:focus,.edit-form .form-select:focus{outline:none;border-color:#b30104}.edit-form .form-input:disabled,.edit-form .form-select:disabled{background:#f1f5f9;cursor:not-allowed;opacity:.6}.subjects-edit-container{display:flex;flex-direction:column;gap:1rem}.subject-entry-edit{padding:1rem;border:2px solid #e2e8f0;border-radius:8px;background:#f8fafc}.subject-entry-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr auto;gap:1rem;align-items:end}.form-group-inline{display:flex;flex-direction:column;gap:.5rem}.form-group-inline label{font-size:.875rem;color:#64748b;font-weight:500}.btn-add-subject,.btn-remove-subject{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#64748b;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-add-subject{background:#dbeafe;color:#1e40af;border-color:#93c5fd}.btn-add-subject:hover:not(:disabled){background:#bfdbfe;color:#1e3a8a}.btn-remove-subject{background:#fee2e2;color:#dc2626;border-color:#fca5a5}.btn-remove-subject:hover:not(:disabled){background:#fecaca;color:#991b1b}.btn-add-subject:disabled,.btn-remove-subject:disabled{opacity:.6;cursor:not-allowed}.exam-image-preview{display:flex;flex-direction:column;gap:.5rem}.exam-image-preview img{border-radius:8px;border:2px solid #e2e8f0;object-fit:cover}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1.5rem;border-top:1px solid #e2e8f0;margin-top:1.5rem}.btn-save{padding:.75rem 2rem;background:linear-gradient(135deg,#b30104,#8b0103);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #b301044d}.btn-save:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #b3010466}.btn-save:disabled{opacity:.6;cursor:not-allowed;transform:none}@media(max-width:768px){.subject-entry-row{grid-template-columns:1fr;gap:.75rem}.edit-modal-content{max-width:100%;margin:0;border-radius:0;max-height:100vh}.modal-actions{flex-direction:column}.btn-save,.btn-cancel{width:100%}}.result-form-page{min-height:100vh;height:auto;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem 1rem 6rem;display:flex;justify-content:center;align-items:flex-start;position:relative;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;transform:none!important;will-change:scroll-position;isolation:isolate}.result-form-container{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;max-width:900px;width:100%;padding:2.5rem 2.5rem 4rem;animation:slideUp .5s ease-out;position:relative;overflow:visible;margin-bottom:3rem;min-height:auto}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.form-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e2e8f0}.form-header h1{color:#1e293b;font-size:2rem;margin-bottom:.5rem;font-weight:700}.form-header p{color:#64748b;font-size:1rem}.result-form{display:flex;flex-direction:column;gap:1.5rem;position:relative;width:100%}.form-input:disabled{background:#f1f5f9;cursor:not-allowed;opacity:.6}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.loading-container{padding:3rem;text-align:center;color:#64748b;font-size:1rem}.subject-entries-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.btn-add-subject{padding:.5rem 1rem;background:#10b981;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-add-subject:hover:not(:disabled){background:#059669;transform:translateY(-1px)}.btn-add-subject:disabled{opacity:.6;cursor:not-allowed}.subject-entries-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.subject-entry-card{border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;background:#f8fafc;transition:all .3s ease}.subject-entry-card:hover{border-color:#b30104;box-shadow:0 4px 12px #b301041a}.subject-entry-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.subject-entry-header h3{color:#1e293b;font-size:1.1rem;font-weight:700;margin:0}.btn-remove-subject{padding:.4rem .8rem;background:#ef4444;color:#fff;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-remove-subject:hover:not(:disabled){background:#dc2626;transform:translateY(-1px)}.btn-remove-subject:disabled{opacity:.6;cursor:not-allowed}.subject-entry-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.form-actions{margin-top:3rem;margin-bottom:2rem;display:flex;justify-content:center;width:100%;padding:1.5rem 0;position:relative;z-index:100;background:#fff}@media(max-width:1024px){.result-form-page{padding-bottom:100px!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}.result-form-container{padding-bottom:100px!important;margin-bottom:0!important}.form-actions{margin-top:0!important;margin-bottom:0!important;padding:1.5rem!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;z-index:9999!important;background:#fff!important;border-top:2px solid #e2e8f0!important;box-shadow:0 -4px 20px #00000026!important;width:100vw!important;max-width:100vw!important;box-sizing:border-box!important;transform:none!important;display:flex!important;justify-content:center!important;align-items:center!important;visibility:visible!important;opacity:1!important;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom))!important}.result-form{padding-bottom:2rem!important}.exam-hall-station-group{margin-bottom:1.5rem!important}.btn-submit{min-height:52px!important;padding:1rem 2.5rem!important;font-size:1.1rem!important;width:calc(100% - 3rem)!important;max-width:600px!important;visibility:visible!important;opacity:1!important;display:flex!important;z-index:10000!important;position:relative!important}}@media(hover:none)and (pointer:coarse){.form-actions{position:fixed!important;bottom:0!important;left:0!important;right:0!important;z-index:9999!important;width:100vw!important;background:#fff!important;border-top:2px solid #e2e8f0!important;box-shadow:0 -4px 20px #00000026!important;display:flex!important;justify-content:center!important;align-items:center!important;padding:1.5rem!important;box-sizing:border-box!important;transform:none!important;margin:0!important;visibility:visible!important;opacity:1!important}.result-form-page,.result-form-container{padding-bottom:100px!important}.btn-submit{width:calc(100% - 3rem)!important;max-width:600px!important;visibility:visible!important;opacity:1!important;z-index:10000!important}}.btn-submit{padding:1rem 3rem;background:linear-gradient(135deg,#b30104,#8b0103);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #b301044d;position:relative;z-index:100;min-height:48px;display:flex;align-items:center;justify-content:center;width:auto;min-width:200px}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #b3010466}@media(max-width:768px){.result-form-page{padding:.5rem;padding-bottom:120px!important;min-height:100vh;align-items:stretch}.result-form-container{padding:1rem;padding-bottom:120px!important;border-radius:12px;margin:0;margin-bottom:0!important;max-width:100%;width:100%;box-sizing:border-box;overflow:visible;min-height:auto}.form-actions{margin-top:0!important;margin-bottom:0!important;padding:1.5rem 1rem!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;z-index:9999!important;background:#fff!important;border-top:2px solid #e2e8f0!important;box-shadow:0 -4px 20px #00000026!important;width:100vw!important;max-width:100vw!important;box-sizing:border-box!important;display:flex!important;justify-content:center!important;align-items:center!important;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom))!important}.btn-submit{width:calc(100% - 2rem)!important;max-width:100%!important}.result-form{padding-bottom:2rem}.exam-hall-station-group{margin-bottom:1rem}.form-actions{margin-top:1.5rem;margin-bottom:1.5rem}.form-header{margin-bottom:1.5rem;padding-bottom:1rem}.form-header h1{font-size:1.5rem;margin-bottom:.5rem}.form-header p{font-size:.9rem}.result-form{gap:1rem;padding-bottom:1rem}.exam-question-section{padding:1.5rem 0}.exam-question-section .form-group label{font-size:1.1rem!important;margin-bottom:1.5rem!important;text-align:center;display:block;line-height:1.5;padding:0 .5rem}.exam-option-buttons{flex-direction:row;align-items:stretch;justify-content:center;gap:.75rem;margin-top:1rem;padding:0 .5rem;flex-wrap:nowrap}.btn-exam-option{flex:1;max-width:160px;min-width:120px;width:auto;padding:1.1rem 1rem;font-size:1rem;border-radius:10px}.form-group{gap:.4rem}.form-group label{font-size:.9rem}.form-input{padding:.65rem;font-size:.95rem}.form-row{grid-template-columns:1fr;gap:.75rem}.form-hint{font-size:.7rem}.subject-entries-header{flex-direction:column;align-items:stretch;gap:.5rem;margin-bottom:.75rem}.btn-add-subject{width:100%;padding:.65rem 1rem;font-size:.85rem}.subject-entries-list{gap:1rem;margin-top:.75rem}.subject-entry-card{padding:1rem;border-radius:10px}.subject-entry-header{flex-direction:column;align-items:stretch;gap:.5rem;margin-bottom:.75rem;padding-bottom:.5rem}.subject-entry-header h3{font-size:1rem}.btn-remove-subject{width:100%;padding:.5rem;font-size:.8rem}.subject-entry-fields{grid-template-columns:1fr;gap:.75rem}.subject-entry-fields .form-group{margin:0}.btn-submit{padding:1.2rem 1.5rem!important;font-size:1.05rem!important;box-shadow:0 4px 12px #b3010466!important}.loading-container{padding:2rem 1rem;font-size:.9rem}}@media(max-width:480px){.result-form-page{padding:.25rem;padding-bottom:120px!important;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.result-form-container{padding:.75rem;padding-bottom:120px!important;border-radius:8px;margin-bottom:0!important}.form-actions{margin-top:0!important;margin-bottom:0!important;padding:1.5rem .75rem!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;z-index:9999!important;background:#fff!important;border-top:2px solid #e2e8f0!important;box-shadow:0 -4px 20px #00000026!important;width:100vw!important;max-width:100vw!important;box-sizing:border-box!important;display:flex!important;justify-content:center!important;align-items:center!important;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom))!important}.btn-submit{width:calc(100% - 1.5rem)!important;max-width:100%!important}.result-form{padding-bottom:2rem}.exam-hall-station-group{margin-bottom:1rem}.form-actions{margin-top:1.5rem;margin-bottom:1.5rem}.form-header h1{font-size:1.25rem}.form-header p{font-size:.85rem}.form-input{padding:.6rem;font-size:.9rem}.subject-entry-card{padding:.75rem}.btn-submit{padding:1.1rem 1rem!important;font-size:1rem!important;box-shadow:0 4px 12px #b3010466!important}.exam-question-section{padding:1.25rem 0}.exam-question-section .form-group label{font-size:.95rem!important;margin-bottom:1.25rem!important;text-align:center;display:block;line-height:1.5;padding:0 .25rem}.exam-option-buttons{flex-direction:row;align-items:stretch;justify-content:center;gap:.625rem;margin-top:.75rem;padding:0 .25rem;flex-wrap:nowrap}.btn-exam-option{flex:1;max-width:140px;min-width:100px;width:auto;padding:1rem .875rem;font-size:.95rem;border-radius:10px;min-height:48px}.no-exam-message{padding:2rem 1rem}.no-exam-message p{font-size:.95rem;line-height:1.5}}@media(min-width:481px)and (max-width:768px){.result-form-container{padding:1.5rem;padding-bottom:120px!important}.subject-entry-fields{grid-template-columns:repeat(2,1fr)}.form-row{grid-template-columns:1fr}.exam-question-section{padding:1.75rem 0}.exam-question-section .form-group label{font-size:1.15rem!important;margin-bottom:1.5rem!important}.exam-option-buttons{flex-direction:row;gap:1rem;justify-content:center}.btn-exam-option{max-width:180px;min-width:150px;flex:0 1 auto}}@media(max-width:896px)and (orientation:landscape){.result-form-page,.result-form-container{padding-bottom:100px!important}.form-actions{padding:1rem!important}.btn-submit{min-height:48px!important;padding:.875rem 2rem!important}.exam-question-section{padding:1rem 0}.exam-option-buttons{flex-direction:row;gap:1rem}.btn-exam-option{max-width:160px;min-width:140px;padding:.875rem 1.5rem;font-size:1rem}}.exam-question-section{padding:2rem 0}.exam-option-buttons{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem;flex-wrap:wrap}.btn-exam-option{flex:1;max-width:200px;min-width:120px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000001a}.btn-exam-option.btn-yes{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-exam-option.btn-yes:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b9814d}.btn-exam-option.btn-no{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.btn-exam-option.btn-no:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ef44444d}.no-exam-message{text-align:center;padding:3rem 2rem;background:#f8fafc;border-radius:12px;border:2px solid #e2e8f0}.no-exam-message p{font-size:1.1rem;color:#64748b;margin-bottom:1rem;line-height:1.6}.btn-primary{padding:.75rem 2rem;background:linear-gradient(135deg,#b30104,#8b0103);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #b301044d}.exam-crm-page{padding:2rem;max-width:1400px;margin:0 auto}.page-header h1{color:#1e293b;font-size:2rem;margin-bottom:.5rem;font-weight:700}.search-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.search-controls{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;align-items:flex-end}.search-bar-group{grid-column:1 / -1}.button-group{grid-column:1 / -1;display:flex;gap:.75rem;padding-top:1rem;border-top:1px solid #e2e8f0;margin-top:1rem;justify-content:flex-end}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:.75rem;color:#64748b;font-size:1.25rem;pointer-events:none;z-index:1}.search-input{padding:.75rem .75rem .75rem 2.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease;background:#fff;width:100%}.search-input:focus{outline:none;border-color:#b30104}.search-input:disabled{background:#f1f5f9;cursor:not-allowed;opacity:.6}.form-group{flex:1;display:flex;flex-direction:column;gap:.5rem}.form-select{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease;background:#fff}.form-select:focus{outline:none;border-color:#b30104}.form-select:disabled{background:#f1f5f9;cursor:not-allowed;opacity:.6}.btn-search{padding:.75rem 2rem;background:linear-gradient(135deg,#b30104,#8b0103);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #b301044d;white-space:nowrap;min-height:48px}.btn-search:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #b3010466}.btn-search:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-clear{padding:.75rem 1.5rem;background:#64748b;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;min-height:48px}.btn-clear:hover:not(:disabled){background:#475569;transform:translateY(-2px)}.btn-clear:disabled{opacity:.6;cursor:not-allowed;transform:none}.error-message{margin-top:1rem;padding:1rem;border-radius:8px;font-size:.95rem}.error-message.error{background:#fee2e2;color:#dc2626;border:1px solid #fca5a5}.error-message.warning{background:#fef3c7;color:#d97706;border:1px solid #fcd34d}.results-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0;flex-wrap:wrap;gap:1rem}.results-header-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.results-header h2{color:#1e293b;font-size:1.5rem;margin:0 0 .25rem}.results-count{color:#64748b;font-size:.95rem;font-weight:600}.btn-export{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #10b9814d}.btn-export:hover{background:#059669;transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.btn-export:active{transform:translateY(0)}.export-icon{font-size:1.2rem}.results-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.results-table{width:100%;border-collapse:collapse;font-size:.95rem}.results-table thead{background:#f8fafc}.results-table th{padding:1rem;text-align:left;font-weight:600;color:#1e293b;border-bottom:2px solid #e2e8f0;white-space:nowrap}.results-table td{padding:1rem;border-bottom:1px solid #e2e8f0;color:#475569}.results-table tbody tr:hover{background:#f8fafc}.results-table tbody tr:last-child td{border-bottom:none}.student-name{font-weight:600;color:#1e293b}.date-cell{white-space:nowrap;color:#64748b;font-size:.9rem}.status-badge{display:inline-block;padding:.375rem .75rem;border-radius:6px;font-size:.85rem;font-weight:600;text-transform:capitalize}.status-badge.status-submitted{background:#dbeafe;color:#1e40af}.status-badge.status-pending{background:#fef3c7;color:#92400e}.status-badge.status-approved{background:#d1fae5;color:#065f46}.status-badge.status-rejected{background:#fee2e2;color:#991b1b}.status-badge.status-unknown{background:#f1f5f9;color:#64748b}.subjects-list{display:flex;flex-direction:column;gap:.75rem}.subject-item{padding:.75rem;background:#f8fafc;border-radius:6px;border-left:3px solid #b30104}.subject-name{color:#1e293b;margin-bottom:.5rem;font-size:.95rem}.subject-code{color:#64748b;font-size:.85rem;font-weight:400}.subject-details{display:flex;flex-wrap:wrap;gap:1rem;font-size:.85rem;color:#64748b}.subject-details span{padding:.25rem .5rem;background:#fff;border-radius:4px}.no-subjects{color:#94a3b8;font-style:italic}.loading-overlay{position:fixed;inset:0;background:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.spinner{width:50px;height:50px;border:4px solid #f1f5f9;border-top:4px solid #b30104;border-right:4px solid #b30104;border-radius:50%;animation:spin .8s linear infinite;box-shadow:0 4px 12px #b3010433}.spinner-container p{color:#64748b;font-size:1rem;font-weight:500;margin:0;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.export-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.export-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease-out}.export-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:2px solid #e2e8f0}.export-modal-header h2{margin:0;color:#1e293b;font-size:1.5rem;font-weight:700}.export-modal-close{background:none;border:none;font-size:2rem;color:#64748b;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.export-modal-close:hover{background:#f1f5f9;color:#1e293b}.export-modal-content{padding:2rem;display:flex;flex-direction:column;gap:2rem}.export-option-group{display:flex;flex-direction:column;gap:.75rem}.export-option-group label{font-weight:600;color:#1e293b;font-size:1rem}.columns-checkbox-group{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;padding:1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:background .2s ease}.checkbox-label:hover{background:#f1f5f9}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#b30104}.checkbox-label span{color:#475569;font-size:.95rem;-webkit-user-select:none;user-select:none}.form-hint{font-size:.85rem;color:#64748b;margin-top:.25rem}.export-modal-actions{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;border-top:2px solid #e2e8f0}.btn-cancel{padding:.75rem 1.5rem;background:#fff;color:#64748b;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-cancel:hover{border-color:#cbd5e1;color:#1e293b}.btn-export-confirm{padding:.75rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;box-shadow:0 2px 8px #10b9814d}.btn-export-confirm:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}@media(max-width:768px){.export-modal{max-width:100%;margin:1rem}.export-modal-header,.export-modal-content,.export-modal-actions{padding:1rem}.columns-checkbox-group{grid-template-columns:1fr}.export-modal-actions{flex-direction:column-reverse}.btn-cancel,.btn-export-confirm{width:100%}}@media(max-width:768px){.exam-crm-page{padding:1rem}.page-header h1{font-size:1.5rem}.search-section{padding:1.5rem}.search-controls{grid-template-columns:1fr;gap:1rem}.button-group{grid-column:1;display:flex;gap:.75rem;padding-top:1rem;border-top:1px solid #e2e8f0;margin-top:1rem;flex-direction:column}.search-bar-group{grid-column:1}.btn-search,.btn-clear{width:100%}.results-section{padding:1rem}.results-header{flex-direction:column;align-items:flex-start;gap:1rem}.results-header-actions{width:100%;flex-direction:column;align-items:stretch;gap:.75rem}.btn-export{width:100%;justify-content:center}.results-table{font-size:.85rem}.results-table th,.results-table td{padding:.75rem .5rem}.subject-details{flex-direction:column;gap:.5rem}}.pagination-container{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.5rem;border-top:2px solid #e2e8f0;flex-wrap:wrap;gap:1rem}.pagination-select{padding:.5rem .75rem;border:2px solid #e2e8f0;border-radius:6px;font-size:.95rem;font-family:inherit;background:#fff;color:#1e293b;cursor:pointer;transition:border-color .3s ease}.pagination-controls{display:flex;align-items:center;gap:.5rem}.pagination-btn{padding:.5rem .75rem;background:#fff;color:#64748b;border:2px solid #e2e8f0;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:40px;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.pagination-container{flex-direction:column;align-items:stretch}.pagination-info{justify-content:center}.pagination-controls{justify-content:center;flex-wrap:wrap}.pagination-page-info{width:100%;text-align:center}}.rich-text-editor-wrapper{display:flex;flex-direction:column;border:2px solid #e2e8f0;border-radius:8px;background:#fff;overflow:hidden;transition:border-color .3s ease}.rich-text-editor-wrapper:focus-within{border-color:#b30104}.rich-text-toolbar{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;min-height:48px}.toolbar-group{display:flex;align-items:center;gap:.25rem;padding-right:.5rem;border-right:1px solid #e2e8f0}.toolbar-group:last-child{border-right:none;padding-right:0}.toolbar-btn{padding:.5rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;color:#1e293b;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:32px;height:32px}.toolbar-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1;color:#b30104}.toolbar-btn:active:not(:disabled){background:#e2e8f0;transform:scale(.95)}.toolbar-btn:disabled{opacity:.5;cursor:not-allowed;background:#f1f5f9}.toolbar-btn strong{font-weight:700}.toolbar-btn em{font-style:italic}.toolbar-btn u{text-decoration:underline}.toolbar-select{padding:.5rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:4px;cursor:pointer;font-size:.875rem;color:#1e293b;transition:all .2s ease;height:32px;min-width:80px}.toolbar-select:hover:not(:disabled){border-color:#cbd5e1;background:#f1f5f9}.toolbar-select:focus{outline:none;border-color:#b30104}.toolbar-select:disabled{opacity:.5;cursor:not-allowed;background:#f1f5f9}.toolbar-color{width:32px;height:32px;border:1px solid #e2e8f0;border-radius:4px;cursor:pointer;padding:2px;background:#fff;transition:border-color .2s ease}.toolbar-color:hover:not(:disabled){border-color:#b30104}.toolbar-color:disabled{opacity:.5;cursor:not-allowed}.toolbar-label{font-size:.75rem;color:#64748b;margin-left:.25rem;white-space:nowrap}.rich-text-editor{padding:.75rem;min-height:8rem;max-height:30rem;overflow-y:auto;font-size:1rem;font-family:inherit;line-height:1.5;color:#1e293b;outline:none;background:#fff}.rich-text-editor:empty:before{content:attr(data-placeholder);color:#94a3b8;font-style:italic}.rich-text-editor:focus{outline:none}.rich-text-editor p{margin:.5rem 0}.rich-text-editor p:first-child{margin-top:0}.rich-text-editor p:last-child{margin-bottom:0}.rich-text-editor ul,.rich-text-editor ol{margin:.5rem 0;padding-left:1.5rem}.rich-text-editor a{color:#b30104;text-decoration:underline}.rich-text-editor a:hover{color:#8b0103}.rich-text-editor:disabled{background:#f1f5f9;cursor:not-allowed}@media(max-width:768px){.rich-text-toolbar{padding:.5rem;gap:.25rem}.toolbar-group{padding-right:.25rem}.toolbar-btn{padding:.375rem .5rem;font-size:.75rem;min-width:28px;height:28px}.toolbar-select{padding:.375rem .5rem;font-size:.75rem;min-width:60px;height:28px}.toolbar-color{width:28px;height:28px}.toolbar-label{font-size:.7rem}}.exam-confirmation{padding:2rem;max-width:1200px;margin:0 auto;animation:fadeIn .5s ease-in}.page-header{margin-bottom:2rem}.page-header h1{font-size:2rem;color:#1e293b;margin-bottom:.5rem}.page-header p{color:#64748b;font-size:1rem}.confirmation-container{display:flex;flex-direction:column;gap:2rem}.notification-section,.confirmation-form-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 8px #0000001a;border:2px solid #f1f5f9}.section-header{color:#1e293b;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.notification-form,.confirmation-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#b30104;font-weight:600;font-size:.95rem}.form-input{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-input:focus{outline:none;border-color:#b30104}.form-input:disabled{background:#f1f5f9;cursor:not-allowed}.form-input.file-input{padding:.5rem;cursor:pointer}.form-hint{font-size:.75rem;color:#64748b;margin-top:.25rem}.form-section{background:#f8fafc;border-radius:8px;padding:1rem;border:1px solid #e2e8f0}.section-title{color:#1e293b;font-size:.875rem;font-weight:600;margin-bottom:1rem}.schedule-row{display:flex;align-items:flex-end;gap:1rem;flex-wrap:wrap}.schedule-item{flex:1;min-width:200px;display:flex;flex-direction:column;gap:.5rem}.schedule-label{color:#b30104;font-size:.75rem;font-weight:600}.schedule-inputs{display:flex;gap:.75rem}.schedule-inputs .form-input{flex:1}.radio-group{display:flex;gap:2rem;margin-top:.5rem}.radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:#1e293b;font-weight:500}.radio-label input[type=radio]{width:1.25rem;height:1.25rem;cursor:pointer;accent-color:#b30104}.radio-label input[type=radio]:disabled{cursor:not-allowed}.radio-label span{-webkit-user-select:none;user-select:none}.topic-cards-container{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.75rem}.topic-card{display:flex;align-items:center;gap:.5rem;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;padding:.5rem .75rem;transition:all .2s ease}.topic-card:hover{border-color:#b30104;background:#fef2f2}.topic-name{color:#1e293b;font-weight:500;font-size:.875rem}.topic-remove-btn{background:transparent;border:none;color:#ef4444;font-size:1.25rem;cursor:pointer;padding:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.topic-remove-btn:hover{background:#fee2e2;color:#dc2626}.topic-remove-btn:active{transform:scale(.95)}.screenshot-preview{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.preview-image{max-width:100%;max-height:400px;border-radius:8px;border:2px solid #e2e8f0;object-fit:contain;background:#f8fafc}.remove-image-btn{align-self:flex-start;padding:.5rem 1rem;background:#ef4444;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.remove-image-btn:hover{background:#dc2626}.remove-image-btn:disabled{background:#cbd5e1;cursor:not-allowed}.form-actions,.notification-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.btn-primary{background:#b30104;color:#fff}.btn-primary:hover:not(:disabled){background:#8b0103;transform:translateY(-1px);box-shadow:0 4px 8px #b301044d}.btn-primary:disabled{background:#cbd5e1;cursor:not-allowed;transform:none}.btn-secondary{background:#f1f5f9;color:#475569;border:2px solid #e2e8f0}.btn-secondary:hover:not(:disabled){background:#e2e8f0;border-color:#cbd5e1}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.student-selection-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.75rem;background:#f8fafc;border-radius:.5rem;flex-wrap:wrap;gap:.5rem}.btn-select-all{padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:.375rem;cursor:pointer;font-size:.875rem;font-weight:500;transition:background .2s}.btn-select-all:hover:not(:disabled){background:#2563eb}.btn-select-all:disabled{opacity:.5;cursor:not-allowed}.selected-count{font-size:.875rem;color:#64748b;font-weight:500}.total-students{font-size:.75rem;color:#64748b;margin-left:auto}.students-table-container{max-height:400px;overflow-y:auto;border:1px solid #e2e8f0;border-radius:.5rem;margin-top:1rem}.students-table{width:100%;border-collapse:collapse;background:#fff}.students-table thead{background:#f8fafc;position:sticky;top:0;z-index:10}.students-table th{padding:.75rem 1rem;text-align:left;font-weight:600;font-size:.875rem;color:#1e293b;border-bottom:2px solid #e2e8f0}.students-table th:first-child{width:50px;text-align:center}.students-table th input[type=checkbox]{width:1.25rem;height:1.25rem;cursor:pointer;accent-color:#b30104}.students-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background .2s}.students-table tbody tr:hover{background:#f8fafc}.students-table tbody tr:last-child{border-bottom:none}.students-table td{padding:.75rem 1rem;font-size:.875rem}.students-table td:first-child{text-align:center;width:50px}.students-table td input[type=checkbox]{width:1.25rem;height:1.25rem;cursor:pointer;accent-color:#b30104}.students-table td input[type=checkbox]:disabled{cursor:not-allowed;opacity:.5}.reason-cell{max-width:300px;min-width:200px;word-wrap:break-word;overflow-wrap:break-word}.reason-cell span{display:block;line-height:1.4}.student-name-cell{font-weight:600;color:#1e293b}.student-phone-cell{color:#64748b}.loading-students,.no-students{padding:2rem;text-align:center;color:#64748b;font-size:.875rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0}.sending-progress{margin:1.5rem 0;padding:1rem;background:#f8fafc;border-radius:.5rem}.progress-bar{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:.75rem}.progress-fill{height:100%;background:linear-gradient(90deg,#8b5cf6,#7c3aed);transition:width .3s ease}.sending-progress p{text-align:center;color:#1e293b;font-size:.875rem;margin:0}.progress-errors{margin-top:1rem;padding:.75rem;background:#fee2e2;border-radius:.375rem;font-size:.75rem}.progress-errors strong{color:#991b1b;display:block;margin-bottom:.5rem}.progress-errors ul{margin:0;padding-left:1.25rem;color:#991b1b}.progress-errors li{margin:.25rem 0}.collected-data-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 8px #0000001a;border:2px solid #f1f5f9;margin-top:2rem}.section-header-with-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.btn-refresh{padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;display:flex;align-items:center;transition:all .2s ease}.btn-refresh:hover:not(:disabled){background:#2563eb}.btn-refresh:disabled{opacity:.5;cursor:not-allowed}.filters-section{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap;align-items:flex-end}.filter-group{flex:1;min-width:200px}.search-input{width:100%}.loading-message,.no-data-message{padding:3rem;text-align:center;color:#64748b;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.results-count{margin-bottom:1rem;color:#64748b;font-size:.875rem;font-weight:500}.confirmations-table-container{overflow-x:auto;border:1px solid #e2e8f0;border-radius:8px}.confirmations-table{width:100%;border-collapse:collapse;background:#fff}.confirmations-table thead{background:#f8fafc;position:sticky;top:0;z-index:10}.confirmations-table th{padding:.75rem 1rem;text-align:left;font-weight:600;font-size:.875rem;color:#1e293b;border-bottom:2px solid #e2e8f0}.confirmations-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background .2s}.confirmations-table tbody tr:hover{background:#f8fafc}.confirmations-table tbody tr:last-child{border-bottom:none}.confirmations-table td{padding:.75rem 1rem;font-size:.875rem;color:#1e293b}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;display:inline-block}.status-confirmed{background:#d1fae5;color:#065f46}.status-not-confirmed{background:#fee2e2;color:#991b1b}.image-link{display:inline-block;text-decoration:none}.image-link:hover{opacity:.8}.confirmation-image-thumbnail{max-width:150px;max-height:150px;width:auto;height:auto;object-fit:contain;border-radius:4px;border:1px solid #e2e8f0;cursor:pointer;transition:transform .2s ease}.confirmation-image-thumbnail:hover{transform:scale(1.05);box-shadow:0 4px 8px #0000001a}.no-image{color:#94a3b8;font-style:italic}@media(max-width:768px){.exam-confirmation{padding:1rem}.notification-section,.confirmation-form-section{padding:1.5rem}.radio-group{flex-direction:column;gap:1rem}.form-actions,.notification-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}.student-selection-header{flex-direction:column;align-items:flex-start;gap:.5rem}.btn-select-all{width:100%}.total-students{margin-left:0}.students-table-container{overflow-x:auto}.students-table{min-width:500px}.students-table th,.students-table td{padding:.5rem .75rem;font-size:.8rem}.filters-section{flex-direction:column}.filter-group{width:100%}.confirmations-table-container{overflow-x:auto}.confirmations-table{min-width:800px}.confirmations-table th,.confirmations-table td{padding:.5rem .75rem;font-size:.8rem}.section-header-with-actions{flex-direction:column;align-items:flex-start;gap:1rem}.btn-refresh{width:100%;justify-content:center}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.pagination-container{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;flex-wrap:wrap;gap:1rem}.pagination-info{display:flex;align-items:center;gap:.75rem}.pagination-info label{color:#64748b;font-size:.95rem;font-weight:500}.pagination-select{padding:.5rem .75rem;border:2px solid #e2e8f0;border-radius:6px;font-size:.95rem;font-family:inherit;background:#fff;color:#1e293b;cursor:pointer;transition:border-color .2s ease}.pagination-select:focus{outline:none;border-color:#b30104}.pagination-select:disabled{background:#f1f5f9;cursor:not-allowed;opacity:.6}.pagination-controls{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.pagination-btn{padding:.5rem .75rem;background:#fff;color:#64748b;border:2px solid #e2e8f0;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:40px;display:flex;align-items:center;justify-content:center}.pagination-btn:hover:not(:disabled){background:#f8fafc;border-color:#b30104;color:#b30104;transform:translateY(-1px)}.pagination-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.pagination-page-info{padding:.5rem 1rem;color:#64748b;font-size:.95rem;font-weight:500;white-space:nowrap}@media(max-width:768px){.pagination-container{flex-direction:column;align-items:stretch}.pagination-info{justify-content:center;width:100%}.pagination-controls{justify-content:center;flex-wrap:wrap;width:100%}.pagination-page-info{width:100%;text-align:center;margin:.5rem 0}}.exam-confirmation-form-page{min-height:100vh;height:auto;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem 1rem;display:block;position:relative;overflow-x:hidden;overflow-y:visible;-webkit-overflow-scrolling:touch;width:100%;box-sizing:border-box}.exam-confirmation-form-page>.exam-confirmation-form-container{margin:0 auto}.exam-confirmation-form-container{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000001f,0 8px 25px #00000014;max-width:650px;width:100%;padding:2.5rem 2.5rem 3rem;animation:slideUp .5s ease-out;position:relative;overflow:visible;margin:1rem auto 2rem;box-sizing:border-box;max-height:none;min-height:auto}.exam-confirmation-form-container:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.step-progress-container{margin-bottom:2rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0000000a;width:100%;box-sizing:border-box;overflow:hidden}.step-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem;width:100%;box-sizing:border-box}.step-progress-title{font-size:.875rem;font-weight:700;color:#667eea;text-transform:uppercase;letter-spacing:.5px;background:#fff;padding:.375rem .75rem;border-radius:6px;box-shadow:0 1px 3px #0000001a;white-space:nowrap;flex-shrink:0}.step-progress-label{font-size:.875rem;font-weight:600;color:#475569;background:#fff;padding:.375rem .75rem;border-radius:6px;box-shadow:0 1px 3px #0000001a;white-space:nowrap;flex-shrink:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.step-progress-bar{width:100%;height:8px;background:#e2e8f0;border-radius:10px;overflow:hidden;margin-bottom:1rem;position:relative;box-shadow:inset 0 1px 3px #0000001a}.step-progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:10px;transition:width .6s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #667eea66;position:relative;overflow:hidden}.step-progress-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.step-dots{display:flex;justify-content:space-between;align-items:center;gap:.75rem;max-width:220px;width:100%;margin:0 auto;padding:.5rem;box-sizing:border-box}.step-dot{width:12px;height:12px;border-radius:50%;background:#cbd5e1;transition:all .4s cubic-bezier(.4,0,.2,1);flex:1;max-width:12px;border:2px solid transparent}.step-dot.active{background:#667eea;box-shadow:0 0 0 4px #667eea26;border-color:#667eea;transform:scale(1.1)}.step-dot.current{background:#764ba2;transform:scale(1.4);box-shadow:0 0 0 5px #764ba240;border-color:#764ba2;animation:pulse 2s infinite}@keyframes pulse{0%,to{box-shadow:0 0 0 5px #764ba240}50%{box-shadow:0 0 0 8px #764ba226}}.step-transition{animation:stepFadeIn .4s ease-out}@keyframes stepFadeIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.form-header{text-align:center;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:2px solid #f1f5f9}.form-header h1{color:#1e293b;font-size:2.25rem;margin-bottom:.75rem;font-weight:700;letter-spacing:-.5px}.form-header p{color:#64748b;font-size:1.05rem;margin:0}.exam-question-section{padding:1.5rem 0}.exam-question-section .form-group label{font-size:1.25rem;color:#1e293b;font-weight:600;line-height:1.6;display:block;margin-bottom:2rem;text-align:center}.exam-option-buttons{display:flex;gap:1rem;justify-content:center;margin-top:1rem;flex-wrap:wrap;width:100%}.btn-exam-option{padding:1.25rem 2.5rem;font-size:1.05rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);min-width:180px;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a;flex:1;max-width:250px}.btn-exam-option:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn-exam-option:hover:before{width:300px;height:300px}.btn-yes{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-yes:hover{transform:translateY(-3px);box-shadow:0 12px 24px #10b98159}.btn-yes:active{transform:translateY(-1px)}.btn-no{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.btn-no:hover{transform:translateY(-3px);box-shadow:0 12px 24px #ef444459}.btn-no:active{transform:translateY(-1px)}.btn-pakistan{background:linear-gradient(135deg,#059669,#047857);color:#fff}.btn-pakistan:hover{transform:translateY(-3px);box-shadow:0 12px 24px #05966959}.btn-pakistan:active{transform:translateY(-1px)}.btn-international{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.btn-international:hover{transform:translateY(-3px);box-shadow:0 12px 24px #3b82f659}.btn-international:active{transform:translateY(-1px)}.btn-olevels{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.btn-olevels:hover{transform:translateY(-3px);box-shadow:0 12px 24px #8b5cf659}.btn-olevels:active{transform:translateY(-1px)}.btn-private{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.btn-private:hover{transform:translateY(-3px);box-shadow:0 12px 24px #f59e0b59}.btn-private:active{transform:translateY(-1px)}.exam-confirmation-form{display:flex;flex-direction:column;gap:1.75rem;width:100%;overflow:visible;padding-bottom:2rem;margin-bottom:1rem}.form-group{display:flex;flex-direction:column;gap:.75rem}.form-group label{color:#1e293b;font-weight:600;font-size:.95rem;margin-bottom:.25rem}.form-input{padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fff;width:100%;box-sizing:border-box}.form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;background:#fff;scroll-margin-bottom:120px}.form-group:last-of-type .form-input:focus{scroll-margin-bottom:150px}.form-input:disabled{background:#f8fafc;cursor:not-allowed;color:#64748b;border-color:#e2e8f0}.form-input.file-input{padding:.75rem;cursor:pointer;background:#f8fafc;border-style:dashed;scroll-margin-bottom:180px}.form-input.file-input:hover{background:#f1f5f9;border-color:#cbd5e1}.form-input select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:12px;padding-right:2.5rem;appearance:none;-webkit-appearance:none;-moz-appearance:none}.form-input select:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23667eea' d='M6 9L1 4h10z'/%3E%3C/svg%3E")}.form-input select:disabled{cursor:not-allowed}.form-input select option{padding:.5rem;background:#fff;color:#1e293b}.form-input textarea,textarea.form-input{padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fff;width:100%;box-sizing:border-box;resize:vertical;min-height:100px}.form-input textarea:focus,textarea.form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;background:#fff}.form-input textarea:disabled,textarea.form-input:disabled{background:#f8fafc;cursor:not-allowed;color:#64748b;border-color:#e2e8f0}.form-hint{font-size:.8rem;color:#64748b;margin-top:.25rem;line-height:1.5}.image-preview{display:flex;flex-direction:column;align-items:flex-start;margin-top:1rem;margin-bottom:2rem;padding:1rem;background:#f8fafc;border-radius:10px;border:2px dashed #e2e8f0;width:100%;position:relative;z-index:0;scroll-margin-bottom:180px}.image-preview img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px #0000001a}.remove-image-btn{margin-top:.75rem;padding:.625rem 1.25rem;background:#ef4444;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.remove-image-btn:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}.form-actions{margin-top:2rem;margin-bottom:1rem;padding-top:1rem;display:flex;gap:1rem;flex-wrap:wrap;position:relative;z-index:1}.btn-back{padding:.875rem 1.5rem;background:#f8fafc;color:#64748b;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;flex:1;min-width:120px}.btn-back:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1;color:#475569;transform:translateY(-1px)}.btn-back:disabled{opacity:.5;cursor:not-allowed}.btn-submit{flex:2;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:150px;box-shadow:0 4px 12px #667eea4d}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #667eea66}.btn-submit:active:not(:disabled){transform:translateY(0)}.btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.no-exam-message{text-align:center;padding:3rem 2rem}.registration-type-badge{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:500;margin-top:.5rem}.registration-type-badge.private{background:#dbeafe;color:#1e40af}.registration-type-badge.olevels{background:#d1fae5;color:#065f46}@media(max-width:1024px){.exam-confirmation-form-container{max-width:90%;padding:2rem}.form-header h1{font-size:2rem}.step-progress-container{margin-bottom:1.5rem;padding:1rem 1.25rem 1.25rem;width:100%;box-sizing:border-box;overflow:hidden}.step-progress-header{flex-direction:column;align-items:flex-start;gap:.5rem;width:100%}.step-progress-title,.step-progress-label{max-width:100%;word-wrap:break-word;overflow-wrap:break-word}}@media(max-width:768px){.exam-confirmation-form-page{padding:1rem .5rem 8rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;height:auto;display:block;overflow-x:hidden;overflow-y:visible}.exam-confirmation-form-container{padding:1.5rem 1.25rem 4rem;border-radius:16px;max-width:100%;width:calc(100% - 1rem);margin:.5rem auto 4rem;box-shadow:0 15px 40px #0000001a,0 5px 15px #0000000f;overflow:visible;position:relative;height:auto;min-height:auto}.form-header{margin-bottom:1.5rem;padding-bottom:1rem}.form-header h1{font-size:1.75rem;margin-bottom:.5rem;line-height:1.3}.form-header p{font-size:.95rem;line-height:1.5}.exam-question-section{padding:1rem 0;width:100%;overflow:visible}.exam-question-section .form-group{width:100%}.exam-question-section .form-group label{font-size:1.1rem;margin-bottom:1.5rem;padding:0 .25rem;line-height:1.5;word-wrap:break-word;width:100%;display:block}.exam-option-buttons{flex-direction:column;gap:.75rem;margin-top:.5rem;width:100%}.btn-exam-option{width:100%;min-width:unset;max-width:100%;padding:1.1rem 1.5rem;font-size:1rem;flex:unset}.exam-confirmation-form{gap:1.5rem}.form-group{gap:.625rem;width:100%;max-width:100%}.form-group label{font-size:.9rem;line-height:1.4;width:100%;word-wrap:break-word}.form-input{padding:.875rem .75rem;font-size:.95rem;width:100%;max-width:100%;box-sizing:border-box;scroll-margin-bottom:150px}.form-group:last-of-type{scroll-margin-bottom:200px;margin-bottom:3rem}.form-group:last-of-type .form-input{scroll-margin-bottom:200px}.form-input textarea,textarea.form-input{padding:.875rem .75rem;font-size:.95rem;min-height:120px}.form-hint{font-size:.75rem;line-height:1.4}.image-preview{padding:.75rem;margin-bottom:1.5rem}.image-preview img{max-height:250px;width:100%;object-fit:contain}.form-actions{flex-direction:column;gap:.75rem;margin-top:3rem;margin-bottom:2rem;padding-top:2rem;padding-bottom:1.5rem;width:100%;position:relative;z-index:1}.exam-confirmation-form{padding-bottom:6rem;margin-bottom:3rem}.form-group:last-of-type{margin-bottom:2.5rem;padding-bottom:1rem}.image-preview{margin-bottom:2.5rem!important}.btn-back,.btn-submit{width:100%;flex:unset;min-width:unset}.btn-back{padding:.875rem 1.25rem}.btn-submit{padding:1rem 1.5rem;font-size:1.05rem}.no-exam-message{padding:2rem 1rem}.registration-type-badge{font-size:.85rem;padding:.5rem .875rem}.step-progress-container{margin-bottom:1.25rem;padding:1rem;width:100%;box-sizing:border-box;overflow:hidden}.step-progress-header{flex-direction:column;align-items:flex-start;gap:.5rem;width:100%;margin-bottom:.75rem}.step-progress-title,.step-progress-label{font-size:.75rem;padding:.3rem .6rem;width:auto;max-width:100%;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.step-progress-title{white-space:nowrap}.step-progress-label{white-space:normal;line-height:1.3}.step-progress-bar{height:5px;margin-bottom:.75rem;width:100%}.step-dots{max-width:100%;width:100%;gap:.5rem;padding:.25rem;justify-content:space-around}.step-dot{width:8px;height:8px;max-width:8px;flex:0 0 8px}}@media(max-width:480px){.exam-confirmation-form-page{padding:.75rem .25rem 6rem;display:block;height:auto;min-height:100vh;overflow-x:hidden;overflow-y:visible}.exam-confirmation-form-container{padding:1.25rem 1rem 2rem;border-radius:12px;margin:.25rem auto 2rem;overflow:visible;width:calc(100% - .5rem);max-width:calc(100% - .5rem);height:auto;min-height:auto}.form-actions{margin-top:3rem;margin-bottom:2rem;padding-top:2rem;padding-bottom:1.5rem}.exam-confirmation-form{padding-bottom:5rem;margin-bottom:2rem}.form-group:last-of-type{margin-bottom:2rem;padding-bottom:1rem}.image-preview{margin-bottom:2rem!important}.form-header{margin-bottom:1.25rem;padding-bottom:.875rem}.form-header h1{font-size:1.5rem;line-height:1.3}.form-header p{font-size:.875rem;line-height:1.4}.exam-question-section{padding:.75rem 0}.exam-question-section .form-group label{font-size:1rem;margin-bottom:1.25rem;padding:0;line-height:1.4}.btn-exam-option{padding:1rem 1.25rem;font-size:.95rem;border-radius:10px}.form-input{padding:.75rem;font-size:.9rem;border-radius:8px}.form-input textarea,textarea.form-input{padding:.75rem;font-size:.9rem;min-height:100px}.btn-back{padding:.75rem 1rem;font-size:.95rem}.btn-submit{padding:.875rem 1.25rem;font-size:1rem}.image-preview{padding:.625rem}.image-preview img{max-height:200px}.step-progress-container{margin-bottom:1rem;padding:.875rem .75rem;width:100%;box-sizing:border-box;overflow:hidden}.step-progress-header{gap:.4rem;margin-bottom:.6rem}.step-progress-title,.step-progress-label{font-size:.7rem;padding:.25rem .5rem;max-width:100%}.step-progress-title{font-size:.65rem;white-space:nowrap}.step-progress-label{font-size:.7rem;white-space:normal;line-height:1.2}.step-progress-bar{height:4px;margin-bottom:.5rem;width:100%}.step-dots{max-width:100%;width:100%;gap:.4rem;padding:.2rem;justify-content:space-around}.step-dot{width:7px;height:7px;max-width:7px;flex:0 0 7px}}.spinner{border:4px solid #f3f4f6;border-top:4px solid #667eea;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}.submission-loader-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease-out}.submission-loader-content{background:#fff;padding:2.5rem 3rem;border-radius:16px;box-shadow:0 20px 60px #0000004d;text-align:center;min-width:300px;max-width:400px}.submission-loader-content .spinner{margin:0 auto 1.5rem;border-top-color:#667eea;width:50px;height:50px;border-width:5px}.loader-message{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.loader-submessage{font-size:.9rem;color:#64748b;margin:0}.auth-error-message{text-align:center;padding:3rem 2rem;background-color:#fee2e2;border:2px solid #fca5a5;border-radius:8px;margin:2rem 0}.auth-error-message h2{color:#dc2626;margin-bottom:1rem;font-size:1.5rem}.auth-error-message p{color:#991b1b;font-size:1rem;line-height:1.6;margin:0}.popup-message-container{text-align:center;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center}.popup-message-container p{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%}@media(max-width:768px){.popup-message-container{padding:1.5rem 1rem}.popup-message-container p{font-size:1rem!important;line-height:1.5!important;padding:0 .5rem}.auth-error-message{padding:2rem 1.5rem;margin:1rem 0}.auth-error-message h2{font-size:1.25rem}.auth-error-message p{font-size:.9rem}}@media(max-width:480px){.popup-message-container{padding:1.25rem .75rem}.popup-message-container p{font-size:.95rem!important;padding:0}.auth-error-message{padding:1.5rem 1rem}.auth-error-message h2{font-size:1.1rem}.auth-error-message p{font-size:.85rem}}@media(max-width:768px){.btn-exam-option,.btn-back,.btn-submit{min-height:48px;-webkit-tap-highlight-color:rgba(0,0,0,.1);touch-action:manipulation}.form-input,textarea.form-input{-webkit-appearance:none;-moz-appearance:none;appearance:none}}html{scroll-behavior:smooth;overflow-x:hidden;overflow-y:scroll;-webkit-overflow-scrolling:touch;height:100%}body{overflow-x:hidden;overflow-y:scroll;-webkit-overflow-scrolling:touch;position:relative;height:auto;min-height:100%;width:100%}@media(max-width:768px){html,body{height:auto;min-height:100vh;overflow-x:hidden!important;overflow-y:scroll!important;-webkit-overflow-scrolling:touch;position:relative}.exam-confirmation-form-page{display:block;height:auto;min-height:100vh;overflow-x:hidden;overflow-y:visible;padding-bottom:3rem}}.btn-exam-option:focus,.btn-back:focus,.btn-submit:focus,.form-input:focus,textarea.form-input:focus{outline:2px solid #667eea;outline-offset:2px}@media(max-width:768px){*{max-width:100%}.exam-confirmation-form-page,.exam-confirmation-form-page *,.exam-confirmation-form-container,.exam-confirmation-form,.form-group,.form-input,.btn-exam-option,.btn-back,.btn-submit,.exam-option-buttons{max-width:100%;box-sizing:border-box}html{overflow-y:scroll!important;height:auto!important}body{overflow-x:hidden!important;overflow-y:scroll!important;-webkit-overflow-scrolling:touch!important;height:auto!important;position:relative!important}.exam-confirmation-form-page{overflow-y:visible!important;height:auto!important;position:relative!important}}@media(max-width:480px){.btn-submit{margin-top:.5rem}.submission-loader-content{padding:2rem 1.5rem;min-width:280px;max-width:90%;margin:1rem}.submission-loader-content .spinner{width:40px;height:40px;border-width:4px}.loader-message{font-size:1.1rem}.loader-submessage{font-size:.85rem}}.board-selection-container,.board-selection-item{width:100%;box-sizing:border-box}.board-selection-item label{display:block;width:100%}.board-selection-item select{width:100%!important;max-width:100%!important;box-sizing:border-box}@media(max-width:768px){.board-selection-container{padding:10px;gap:10px}.board-selection-item{padding:12px;gap:10px}.board-selection-item label{font-size:.9rem;margin-bottom:8px}.board-selection-item select{padding:14px 40px 14px 12px!important;font-size:1rem!important;min-height:52px!important;width:100%!important;max-width:100%!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;touch-action:manipulation}}@media(max-width:480px){.board-selection-container{padding:8px;gap:8px}.board-selection-item{padding:10px}.board-selection-item label{font-size:.85rem}.board-selection-item select{padding:12px 36px 12px 10px!important;font-size:.95rem!important;min-height:48px!important}}.spinner{margin:0 auto}.exam-question-section .form-group label,.form-group label{word-break:break-word;overflow-wrap:break-word}.landing-page{min-height:100vh;width:100%;background:linear-gradient(135deg,#0f1118,#1a1d29,#151821);display:grid;grid-template-columns:1fr 1fr;font-family:Inter,Poppins,sans-serif;position:relative;overflow:hidden;padding:0}.landing-page:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(251,191,36,.1) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(251,191,36,.1) 0%,transparent 50%);pointer-events:none}.landing-container{display:flex;flex-direction:column;justify-content:center;padding:4rem 3rem;background:#fff;border-left:1px solid #000}.landing-left{position:relative;display:flex;align-items:center;justify-content:center;height:100vh;min-height:100vh;animation:fadeInLeft .6s ease-out;grid-column:1}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.landing-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:350px;width:100%;height:auto;object-fit:contain;z-index:2}.landing-leftside-element{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1;pointer-events:none;position:absolute;top:0;left:0}.landing-right{display:flex;flex-direction:column;justify-content:center;animation:fadeInRight .6s ease-out}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.landing-header{text-align:center;margin-bottom:3.5rem;animation:fadeInDown .6s ease-out}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.landing-title-row{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:.5rem}.landing-favicon{width:64px;height:64px;object-fit:contain;display:block}.landing-title{font-size:3.5rem;font-weight:700;color:#b30104;margin:0;letter-spacing:-.02em}.landing-subtitle{font-size:1.25rem;color:#6b7280;margin:0;font-weight:400;letter-spacing:.05em}.landing-buttons{display:flex;flex-direction:column;align-items:stretch;gap:1rem;animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.landing-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.landing-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.landing-button:hover:before{width:300px;height:300px}.landing-button svg{position:relative;z-index:1}.landing-button span{position:relative;z-index:1}.landing-button.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.admin-button{background:#b30104;color:#fff;border:2px solid #b30104;box-shadow:0 4px 20px #b3010466}.admin-button:hover{background:#d10205;border:2px solid #d10205;transform:translateY(-3px);box-shadow:0 8px 30px #b3010480}.student-button{background:#b30104;color:#fff;border:2px solid #b30104;box-shadow:0 4px 20px #b3010466}.student-button:hover{background:#d10205;border:2px solid #d10205;transform:translateY(-3px);box-shadow:0 8px 30px #b3010480}.admin-login-modal{animation:fadeInUp .4s ease-out}.admin-login-content{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 10px 40px #0000001a}.admin-login-header{text-align:center;margin-bottom:2rem}.admin-login-header h2{font-size:1.75rem;font-weight:700;color:#1a1d29;margin:0}.admin-login-form{display:flex;flex-direction:column;gap:1.5rem}.admin-login-input-group{display:flex;flex-direction:column;gap:.5rem}.admin-login-input-group label{font-size:.875rem;font-weight:600;color:#374151}.admin-login-input-group input{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;transition:all .2s ease;box-sizing:border-box}.admin-login-input-group input:focus{outline:none;border-color:#b30104;box-shadow:0 0 0 3px #b301041a}.admin-login-input-group input:disabled{background:#f3f4f6;cursor:not-allowed}.admin-login-error{padding:.875rem 1rem;background:#fee2e2;border:1px solid #fecaca;border-radius:.5rem;color:#991b1b;font-size:.875rem;animation:shake .3s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.admin-login-submit{width:100%;padding:1rem 2rem;background:#b30104;color:#fff;border:2px solid #b30104;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.admin-login-submit:hover:not(:disabled){background:#d10205;border-color:#d10205;transform:translateY(-2px);box-shadow:0 8px 20px #b3010466}.admin-login-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.landing-loading-overlay{position:fixed;inset:0;background:#0f1118f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.landing-loading-spinner{width:60px;height:60px;border:4px solid #2d3748;border-top:4px solid #fbbf24;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:1024px){.landing-page{display:flex;flex-direction:column;min-height:100vh;background:#fff}.landing-left{position:relative;width:100%;flex:1 1 45vh;min-height:45vh;padding:2.75rem 2rem 1.75rem;background:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:1rem;overflow:hidden}.landing-leftside-element{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.landing-logo{position:relative;transform:none;max-width:200px;width:auto;height:auto;z-index:2}.landing-container{flex:1 1 55vh;padding:2rem 1.5rem;border-left:none;border-top:1px solid #e5e7eb}.landing-title{font-size:2.5rem}.landing-subtitle{font-size:1rem}.admin-login-content{padding:1.5rem}.admin-login-header h2{font-size:1.5rem}}@media(max-width:640px){.landing-container{padding:1.5rem 1rem}.landing-title{font-size:2rem}.landing-favicon{width:48px;height:48px}.landing-button{padding:.875rem 1.5rem;font-size:.9375rem}.admin-login-content{padding:1.25rem}}*{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden;width:100%}#root{width:100%;min-height:100vh;overflow-x:hidden}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
