.home-page{min-height:100vh;display:flex;flex-direction:column}.home-header{background:#fff;border-bottom:1px solid var(--gray-200);padding:1rem 0}.home-header-inner{display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.75rem}.logo-icon{width:40px;height:40px;background:var(--teal);color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.2rem}.logo strong{display:block;font-size:1rem}.logo span{font-size:.8rem;color:var(--gray-500)}.admin-link{font-weight:600;font-size:.9rem;text-decoration:none}.admin-link:hover{text-decoration:underline}.home-main{flex:1;padding:4rem 0}.invitation-badge{display:inline-block;background:#ccfbf1;color:var(--teal-dark);padding:.35rem .85rem;border-radius:999px;font-size:.8rem;font-weight:600;margin-bottom:1.25rem}.home-main h1{font-size:2.25rem;max-width:640px;margin-bottom:1rem;line-height:1.2}.home-subtitle{color:var(--gray-600);max-width:600px;font-size:1.05rem;margin-bottom:2.5rem}.info-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;margin-bottom:2.5rem}.info-card{background:#fff;border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.info-card-icon{font-size:1.75rem;margin-bottom:.75rem}.info-card h3{font-size:1rem;margin-bottom:.5rem}.info-card p{color:var(--gray-500);font-size:.9rem}.support-text{color:var(--gray-600);font-size:.95rem}.home-footer{background:var(--navy);color:var(--gray-400);padding:1.5rem 0;font-size:.85rem}.home-footer a{color:var(--teal-light)}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fff;padding:1.5rem}.login-page-inner{width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center}.login-brand{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit;margin-bottom:1.75rem}.login-brand:hover{text-decoration:none}.login-brand-logo{width:72px;height:72px;margin-bottom:.75rem;object-fit:contain}.login-brand-text{text-align:center}.login-brand-text strong{display:block;font-size:1.35rem;font-weight:700;color:var(--navy);letter-spacing:-.02em}.login-brand-text span{display:block;font-size:.9rem;color:var(--gray-500);margin-top:.15rem}.login-card{background:#fff;border:1px solid var(--gray-200);border-radius:16px;box-shadow:var(--shadow);padding:2rem 2.25rem 2.25rem;width:100%}.login-card-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem}.login-shield-icon{width:28px;height:28px;flex-shrink:0;margin-top:.15rem}.login-card-header h1{font-size:1.35rem;font-weight:700;color:var(--navy);margin-bottom:.25rem;line-height:1.3}.login-subtitle{color:var(--gray-500);font-size:.875rem;line-height:1.4}.login-card .form-group label{color:var(--navy);font-weight:600}.login-btn{width:100%;margin-top:.5rem;padding:.75rem;background:var(--navy);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.95rem;transition:background .15s}.login-btn:hover:not(:disabled){background:var(--navy-light)}.login-btn:disabled{opacity:.7;cursor:not-allowed}.login-hint{margin-top:1.25rem;font-size:.8rem;color:var(--gray-500);text-align:center;line-height:1.5}.login-hint code{background:var(--gray-100);padding:.1rem .35rem;border-radius:4px;font-size:.78rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.back-link{display:block;text-align:center;margin-top:1.5rem;font-size:.9rem;color:var(--gray-500);text-decoration:none}.back-link:hover{color:var(--teal);text-decoration:none}.admin-layout{display:flex;min-height:100vh}.admin-sidebar{--sidebar-bg: #002d40;--sidebar-text: #ffffff;--sidebar-muted: #a0aec0;--sidebar-active-start: #34b5a8;--sidebar-active-end: #1d8f85;width:240px;background:var(--sidebar-bg);color:var(--sidebar-text);display:flex;flex-direction:column;flex-shrink:0}.sidebar-brand{display:flex;align-items:center;gap:.75rem;padding:1.5rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-brand svg{width:32px;height:32px;flex-shrink:0}.sidebar-brand strong{display:block;font-size:.95rem;font-weight:600;color:var(--sidebar-text)}.sidebar-brand span{display:block;font-size:.75rem;color:var(--sidebar-muted);margin-top:.1rem}.sidebar-nav{flex:1;padding:1rem .75rem;display:flex;flex-direction:column;gap:.35rem}.nav-link{display:flex;align-items:center;gap:.75rem;padding:.7rem .85rem;border-radius:10px;color:var(--sidebar-muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .15s,background .15s}.nav-link:hover{color:var(--sidebar-text);text-decoration:none}.nav-link.active{background:linear-gradient(90deg,var(--sidebar-active-start) 0%,var(--sidebar-active-end) 100%);color:var(--sidebar-text);font-weight:600}.nav-icon{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;flex-shrink:0}.nav-icon svg{width:1.125rem;height:1.125rem}.sidebar-footer{padding:1rem 1.25rem 1.25rem;border-top:1px solid rgba(255,255,255,.08)}.admin-email{display:block;font-size:.78rem;color:var(--sidebar-muted);margin-bottom:.65rem;word-break:break-all}.sign-out-link{display:inline-flex;align-items:center;gap:.5rem;padding:0;border:none;background:none;color:var(--sidebar-muted);font-family:inherit;font-size:.875rem;font-weight:500;cursor:pointer;transition:color .15s}.sign-out-link svg{width:1rem;height:1rem}.sign-out-link:hover{color:var(--sidebar-text)}.admin-content{flex:1;padding:2rem;overflow-y:auto;background:var(--gray-50)}@media(max-width:768px){.admin-layout{flex-direction:column}.admin-sidebar{width:100%}.sidebar-nav{flex-direction:row;flex-wrap:wrap;overflow-x:auto}}.stat-card{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;background:#fff;border:1px solid var(--gray-200);border-radius:12px;padding:1.25rem 1.35rem;box-shadow:0 1px 2px #0000000a}.stat-card-content{min-width:0}.stat-card-label{font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--gray-500);margin-bottom:.65rem}.stat-card-value{font-size:1.85rem;font-weight:700;line-height:1;color:var(--navy)}.stat-card-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:8px;background:#e6f7f5;color:#12909a;flex-shrink:0}.stat-card-icon svg{width:1.25rem;height:1.25rem}.dashboard-page{max-width:1200px}.dashboard-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200)}.dashboard-header h1{font-size:1.5rem;font-weight:700;color:var(--navy)}.dashboard-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}.dashboard-welcome{margin-top:1.5rem;font-size:.9rem;color:var(--gray-500);line-height:1.5}@media(max-width:1024px){.dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.dashboard-stats{grid-template-columns:1fr}}.job-roles-page{max-width:1200px}.job-roles-header{margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200)}.job-roles-header h1{font-size:1.5rem;font-weight:700;color:var(--navy)}.job-roles-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.job-roles-search{flex:1;max-width:360px}.job-roles-add-btn{background:#26a69a;white-space:nowrap}.job-roles-add-btn:hover:not(:disabled){background:#1f8f85}.job-roles-table-card{background:#fff;border:1px solid var(--gray-200);border-radius:12px;overflow:hidden;box-shadow:0 1px 2px #0000000a}.job-roles-table{width:100%;border-collapse:collapse}.job-roles-table thead th{background:var(--gray-50);padding:.85rem 1.25rem;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--gray-500);border-bottom:1px solid var(--gray-200)}.job-roles-table tbody td{padding:1rem 1.25rem;border-bottom:1px solid var(--gray-100);font-size:.9rem;color:var(--gray-700);vertical-align:middle}.job-roles-table tbody tr:last-child td{border-bottom:none}.job-roles-table tbody tr:hover td{background:var(--gray-50)}.job-roles-table .col-title{text-align:left;font-weight:600;color:var(--navy)}.job-roles-table .col-questions,.job-roles-table .col-passing{text-align:left}.job-roles-table .col-active{text-align:center}.job-roles-table .col-actions{text-align:right}.job-roles-table thead .col-active{text-align:center}.job-roles-table thead .col-actions{text-align:right}.questions-count{font-weight:600;font-size:.875rem}.questions-count.complete{color:var(--green)}.questions-count.incomplete{color:var(--orange)}.job-roles-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:.65rem}.job-roles-action-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--gray-600);font-size:.875rem;font-weight:500;text-decoration:none}.job-roles-action-link svg{width:.95rem;height:.95rem}.job-roles-action-link:hover{color:var(--navy);text-decoration:none}.job-roles-table .btn-icon{color:var(--gray-500)}.job-roles-table .btn-icon svg{width:1rem;height:1rem}.job-roles-table .btn-icon.danger{color:#ef4444}.job-roles-table .btn-icon.danger:hover{color:#dc2626;background:var(--red-bg)}.job-roles-table .toggle{width:46px;height:26px}.job-roles-table .toggle:after{width:20px;height:20px;top:3px;left:3px}.job-roles-table .toggle.active:after{transform:translate(20px)}@media(max-width:768px){.job-roles-toolbar{flex-direction:column;align-items:stretch}.job-roles-search{max-width:none}}.questions-page{max-width:1200px}.questions-header{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200)}.questions-header h1{font-size:1.5rem;font-weight:700;color:var(--navy)}.questions-toolbar{display:flex;justify-content:flex-end;margin-bottom:1rem}.questions-add-btn{background:#26a69a;padding:.55rem 1rem;font-size:.875rem;font-weight:600}.questions-add-btn:hover:not(:disabled){background:#1f8f85}.questions-list-card{background:#fff;border:1px solid var(--gray-200);border-radius:12px;overflow:hidden;box-shadow:0 1px 2px #0000000a;max-height:calc(100vh - 220px);overflow-y:auto}.question-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem;padding:1.1rem 1.35rem;border-bottom:1px solid var(--gray-100)}.question-row:last-child{border-bottom:none}.question-row:hover{background:var(--gray-50)}.question-row-content{flex:1;min-width:0}.question-row-text{font-size:.925rem;font-weight:500;color:var(--navy);line-height:1.45;margin-bottom:.55rem}.question-row-tags{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.question-tag{display:inline-block;padding:.2rem .55rem;border-radius:6px;background:var(--gray-100);color:var(--gray-600);font-size:.72rem;font-weight:500;line-height:1.3;text-transform:lowercase}.question-tag.inactive{background:var(--red-bg);color:var(--red)}.question-row-actions{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0;padding-top:.1rem}.question-row-actions .btn-icon{color:var(--gray-500)}.question-row-actions .btn-icon svg{width:1rem;height:1rem}.question-row-actions .btn-icon.danger{color:#ef4444}.question-row-actions .btn-icon.danger:hover{color:#dc2626;background:var(--red-bg)}.questions-empty{padding:2.5rem 1.5rem;text-align:center;color:var(--gray-500);font-size:.9rem}.question-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.question-options-group{margin-bottom:1rem}.question-options-group>label{display:block;font-weight:600;font-size:.875rem;margin-bottom:.55rem;color:var(--gray-700)}.question-options-hint{font-weight:500;color:var(--gray-500)}.question-option-row{display:flex;align-items:center;gap:.65rem;margin-bottom:.65rem}.question-option-marker{width:16px;height:16px}.question-option-input{flex:1;min-width:0;padding:.65rem .85rem;border:1px solid var(--gray-200);border-radius:8px;font-size:.95rem;outline:none;transition:border-color .15s}.question-option-input:focus{border-color:var(--teal);box-shadow:0 0 0 3px #0d94881a}.question-option-input:disabled{background:var(--gray-50);color:var(--gray-600)}.question-option-remove{flex-shrink:0}.question-add-option-btn{display:inline-flex;align-items:center;gap:.25rem;margin-top:.15rem;padding:.45rem .8rem;background:#fff;border:1px solid var(--gray-200);border-radius:8px;font-size:.85rem;font-weight:500;color:var(--gray-700);transition:background .15s,border-color .15s}.question-add-option-btn:hover{background:var(--gray-50);border-color:var(--gray-300)}.question-active-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.question-active-row label{margin:0;font-weight:600;font-size:.875rem;color:var(--gray-700)}@media(max-width:600px){.question-form-row{grid-template-columns:1fr}}.invitations-page{max-width:1200px}.invitations-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200)}.invitations-header h1{font-size:1.5rem;font-weight:700;color:var(--navy)}.invitations-send-btn{background:#26a69a;padding:.55rem 1rem;font-size:.875rem;font-weight:600;white-space:nowrap}.invitations-send-btn:hover:not(:disabled){background:#1f8f85}.invitations-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.invitations-filters{display:flex;gap:1rem;flex-wrap:wrap}.invitations-filter{display:flex;flex-direction:column;gap:.35rem}.invitations-filter label{font-size:.8rem;font-weight:600;color:var(--gray-600)}.invitations-filter select{min-width:160px;padding:.55rem .75rem;border:1px solid var(--gray-200);border-radius:8px;font-size:.875rem;color:var(--gray-700);background:#fff;outline:none}.invitations-filter select:focus{border-color:var(--teal)}.invitations-table-card{background:#fff;border:1px solid var(--gray-200);border-radius:12px;overflow:hidden;box-shadow:0 1px 2px #0000000a}.invitations-table{width:100%;border-collapse:collapse}.invitations-table thead th{background:var(--gray-50);padding:.85rem 1.25rem;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--gray-500);border-bottom:1px solid var(--gray-200);text-align:left}.invitations-table thead .col-actions{text-align:right}.invitations-table tbody td{padding:1rem 1.25rem;border-bottom:1px solid var(--gray-100);font-size:.875rem;color:var(--gray-700);vertical-align:middle}.invitations-table tbody tr:last-child td{border-bottom:none}.invitations-table tbody tr:hover td{background:var(--gray-50)}.invitations-table .col-role{font-weight:500;color:var(--navy)}.invitations-table .col-actions{text-align:right}.invitation-status{display:inline-block;padding:.25rem .65rem;border-radius:999px;font-size:.72rem;font-weight:600;line-height:1.2;white-space:nowrap}.invitation-status.pending{background:#26a69a;color:#fff}.invitation-status.used{background:#2e7d32;color:#fff}.invitation-status.expired{background:var(--orange);color:#fff}.invitation-status.revoked{background:var(--gray-400);color:#fff}.invitations-table .col-score{text-align:left;min-width:4.5rem}.invitation-score{font-size:.875rem;font-weight:600}.invitation-score.pass{color:var(--green)}.invitation-score.fail{color:var(--red)}.invitation-score.empty{color:var(--gray-400);font-weight:400}.invitations-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:.5rem}.invitations-actions .btn-icon{color:var(--gray-500)}.invitations-actions .btn-icon svg{width:1rem;height:1rem}.invitations-actions .btn-icon:hover{color:var(--navy);background:var(--gray-100)}.invitations-actions .btn-icon.danger{color:var(--gray-500)}.invitations-actions .btn-icon.danger:hover{color:#dc2626;background:var(--red-bg)}@media(max-width:768px){.invitations-header,.invitations-toolbar{flex-direction:column;align-items:stretch}}.candidate-layout{min-height:100vh;background:var(--gray-50)}.progress-steps{display:flex;align-items:center;justify-content:center;padding:2.5rem 0 1.25rem;gap:0}.progress-step{display:flex;align-items:center;position:relative}.step-circle{width:28px;height:28px;border-radius:50%;background:var(--gray-200);color:var(--gray-500);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0}.progress-step.complete .step-circle{background:var(--green);color:#fff}.progress-step.current .step-circle{background:var(--navy);color:#fff}.step-label{margin-left:.5rem;font-size:.875rem;color:var(--gray-400);white-space:nowrap}.progress-step.complete .step-label{color:var(--gray-500);font-weight:500}.progress-step.current .step-label{color:var(--navy);font-weight:700}.step-line{width:72px;height:1px;background:var(--gray-200);margin:0 1.25rem}.progress-step.complete .step-line{background:var(--gray-300)}.candidate-main{padding-bottom:3rem}.candidate-card{background:#fff;border-radius:16px;border:1px solid var(--gray-200);box-shadow:var(--shadow);max-width:560px;margin:0 auto;overflow:hidden}.candidate-info-card .candidate-card-body{padding:1.75rem 2rem 2rem}.candidate-role-banner{display:flex;align-items:center;gap:.85rem;background:var(--gray-50);border-bottom:1px solid var(--gray-200);padding:1rem 2rem}.candidate-role-icon-wrap{width:40px;height:40px;border-radius:10px;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.candidate-role-icon-wrap svg{width:20px;height:20px}.candidate-role-label{display:block;font-size:.75rem;color:var(--gray-500);margin-bottom:.1rem}.candidate-role-value{display:block;font-size:1rem;color:var(--navy);font-weight:700}.candidate-info-card h1{font-size:1.35rem;font-weight:700;color:var(--navy);margin-bottom:.35rem}.candidate-info-card .subtitle{color:var(--gray-500);font-size:.875rem;margin-bottom:1.5rem}.candidate-info-form .form-group label{color:var(--navy);font-weight:600;font-size:.875rem}.candidate-info-form .form-group input{border-radius:8px;border-color:var(--gray-200);padding:.7rem .85rem}.candidate-form-footer{display:flex;justify-content:flex-end;margin-top:1.5rem}.candidate-continue-btn{padding:.7rem 1.35rem;background:var(--teal);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.9rem;transition:background .15s}.candidate-continue-btn:hover:not(:disabled){background:var(--teal-dark)}.candidate-continue-btn:disabled{opacity:.7;cursor:not-allowed}.candidate-card h1{font-size:1.5rem;margin-bottom:.35rem}.candidate-card .subtitle{color:var(--gray-500);font-size:.9rem;margin-bottom:1.5rem}.candidate-card:not(.candidate-info-card){padding:2rem;margin:1.5rem auto}.error-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:3rem 2rem;max-width:480px;margin:3rem auto;text-align:center}.error-card h2{color:var(--red);margin-bottom:.75rem}.error-card p{color:var(--gray-600);margin-bottom:1rem}.instructions-card{max-width:720px;margin:1.5rem auto}.instructions-card.candidate-card:not(.candidate-info-card){padding:0}.instructions-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;padding:1.75rem 2rem;border-bottom:1px solid var(--gray-100)}.instructions-role-label{display:block;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-400);font-weight:600;margin-bottom:.35rem}.instructions-role-title{font-size:1.5rem;font-weight:700;color:var(--navy);line-height:1.2}.instructions-stats{display:flex;gap:.65rem;flex-shrink:0}.instruction-stat-box{border:1px solid var(--gray-200);border-radius:8px;padding:.55rem .85rem;text-align:center;min-width:76px;background:#fff}.instruction-stat-box .label{font-size:.68rem;color:var(--gray-500);margin-bottom:.2rem;white-space:nowrap}.instruction-stat-box .value{font-size:1rem;font-weight:700;color:var(--navy);line-height:1.2}.instruction-stat-box .value.teal{color:var(--teal)}.instructions-body{padding:1.75rem 2rem 2rem}.instructions-body h1{font-size:1.05rem;font-weight:700;color:var(--navy);margin-bottom:1.25rem}.instructions-rules{list-style:none;display:flex;flex-direction:column;gap:1.1rem;margin-bottom:2rem}.instructions-rules li{display:flex;align-items:flex-start;gap:.85rem;color:var(--gray-700);font-size:.9rem;line-height:1.5}.instruction-rule-icon{color:var(--teal);flex-shrink:0;display:flex;margin-top:.1rem}.instructions-start-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.25rem;background:var(--teal);color:#fff;border:none;border-radius:10px;font-weight:600;font-size:.95rem;transition:background .15s}.instructions-start-btn:hover{background:var(--teal-dark)}.assessment-page{min-height:100vh;background:var(--gray-50)}.assessment-top{background:#fff}.assessment-top-inner{padding-top:2rem;padding-bottom:1.25rem}.assessment-progress-track{width:100%;height:4px;background:var(--gray-100)}.assessment-progress-fill{height:100%;background:var(--teal);transition:width .3s ease}.assessment-shell{max-width:760px;margin:0 auto;padding:1.75rem 1.5rem 3rem}.assessment-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.assessment-header-meta{display:flex;flex-direction:column;gap:.2rem}.assessment-role{font-size:.85rem;color:var(--gray-500)}.assessment-question-count{font-size:1.05rem;color:var(--navy)}.assessment-question-count strong{font-weight:700}.assessment-timer-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .85rem;background:var(--navy);color:#fff;border-radius:999px;font-size:.9rem;font-weight:600;font-variant-numeric:tabular-nums;flex-shrink:0}.assessment-timer-pill.warning{background:var(--orange)}.assessment-timer-pill.danger{background:var(--red)}.assessment-question-nav{margin-bottom:1.25rem}.assessment-card{background:#fff;border:1px solid var(--gray-200);border-radius:16px;box-shadow:var(--shadow);padding:2rem 2.25rem}.assessment-question-head{display:flex;align-items:center;gap:.65rem;margin-bottom:1.25rem}.assessment-question-number{width:28px;height:28px;border-radius:50%;background:var(--navy);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0}.assessment-question-type{font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--gray-400);font-weight:600}.assessment-question-text{font-size:1.35rem;font-weight:700;color:var(--navy);line-height:1.4;margin-bottom:1.75rem}.assessment-question-image{max-width:100%;border-radius:8px;margin-bottom:1.5rem}.assessment-options{display:flex;flex-direction:column;gap:.85rem}.assessment-option{display:flex;align-items:center;gap:.85rem;width:100%;padding:1rem 1.1rem;border:1px solid var(--gray-200);border-radius:10px;background:#fff;text-align:left;cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s}.assessment-option:hover{border-color:var(--teal-light);background:#f0fdfa}.assessment-option.selected{border-color:var(--teal);background:#f0fdfa;box-shadow:0 0 0 1px var(--teal)}.assessment-option-letter{width:32px;height:32px;border-radius:50%;background:var(--gray-100);color:var(--gray-600);display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;flex-shrink:0}.assessment-option.selected .assessment-option-letter{background:var(--teal);color:#fff}.assessment-option-text{font-size:.95rem;color:var(--gray-700);line-height:1.4}.assessment-option.is-image-option{align-items:center;padding:.85rem 1rem}.assessment-option-image{flex:1;min-width:0;max-height:200px;width:auto;object-fit:contain;border-radius:8px;display:block;background:var(--gray-50)}.assessment-footer{display:flex;justify-content:flex-end;margin-top:1.25rem}.assessment-next-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.35rem;background:var(--teal);color:#fff;border:none;border-radius:10px;font-weight:600;font-size:.95rem;transition:background .15s}.assessment-next-btn:hover:not(:disabled){background:var(--teal-dark)}.assessment-next-btn:disabled{opacity:.7;cursor:not-allowed}.assessment-secondary-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.15rem;background:#fff;color:var(--gray-700);border:1px solid var(--gray-200);border-radius:10px;font-weight:600;font-size:.9rem}.assessment-secondary-btn:hover:not(:disabled){background:var(--gray-50)}.assessment-secondary-btn:disabled{opacity:.6;cursor:not-allowed}.assessment-timer{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.timer-display{font-size:1.25rem;font-weight:700;color:var(--teal-dark);font-variant-numeric:tabular-nums}.timer-display.warning{color:var(--orange)}.timer-display.danger{color:var(--red)}.question-options{display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0}.option-label{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border:1px solid var(--gray-200);border-radius:8px;cursor:pointer;transition:all .15s}.option-label:hover{border-color:var(--teal);background:#f0fdfa}.option-label.selected{border-color:var(--teal);background:#ccfbf1}.result-score{font-size:4rem;font-weight:800;color:var(--teal-dark);line-height:1;margin:1rem 0}.result-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin:1.5rem 0}.result-stat{background:var(--gray-50);border-radius:8px;padding:1rem;text-align:center}.result-stat .value{font-size:1.5rem;font-weight:700}.result-stat .label{font-size:.75rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em}.question-nav{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.question-nav-btn{width:36px;height:36px;border-radius:8px;border:1px solid var(--gray-300);background:#fff;color:var(--gray-700);font-weight:600;cursor:pointer}.question-nav-btn.current{border-color:var(--teal);box-shadow:0 0 0 2px #00a89633}.question-nav-btn.answered{background:var(--teal);border-color:var(--teal);color:#fff}.question-nav-btn.skipped{background:#fef3c7;border-color:#f59e0b;color:#92400e}.assessment-actions{display:flex;flex-wrap:wrap;gap:.75rem;width:100%;justify-content:flex-end}.assessment-actions .assessment-next-btn{margin-left:auto}@media(max-width:600px){.progress-steps{flex-direction:column;gap:.5rem}.step-line{display:none}.instructions-header{flex-direction:column;align-items:stretch}.instructions-stats{justify-content:space-between}.instruction-stat-box{flex:1;min-width:0}.result-grid{grid-template-columns:repeat(2,1fr)}.assessment-shell{padding:1.5rem 1rem 2.5rem}.assessment-top-inner{padding-top:1.5rem;padding-bottom:1rem}.assessment-card{padding:1.5rem 1.25rem}.assessment-question-text{font-size:1.15rem}}.welcome-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--gray-50);padding:1.5rem}.welcome-page-inner{width:100%;max-width:440px}.welcome-card{background:#fff;border-radius:16px;box-shadow:var(--shadow);padding:2.5rem 2rem 2rem;text-align:center}.welcome-logo{width:72px;height:72px;object-fit:contain;margin:0 auto 1.75rem;display:block}.welcome-card h1{font-size:1.5rem;font-weight:700;color:var(--navy);margin-bottom:1rem;line-height:1.3}.welcome-message{color:var(--gray-600);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.welcome-message strong{color:var(--navy);font-weight:700}.welcome-role-box{display:flex;align-items:center;gap:.85rem;background:var(--gray-50);border-radius:12px;padding:1rem 1.15rem;margin-bottom:1.75rem;text-align:left}.welcome-role-icon{width:22px;height:22px;color:var(--gray-500);flex-shrink:0}.welcome-role-label{display:block;font-size:.75rem;color:var(--gray-500);margin-bottom:.15rem}.welcome-role-value{display:block;font-size:1rem;color:var(--navy);font-weight:700}.welcome-btn{width:100%;padding:.85rem 1rem;background:var(--teal);color:#fff;border:none;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .15s}.welcome-btn:hover{background:var(--teal-dark)}.welcome-card-error .welcome-message{margin-bottom:.75rem}.welcome-support{font-size:.9rem;color:var(--gray-600);line-height:1.5}.welcome-page .loading{min-height:auto}:root{--teal: #0d9488;--teal-dark: #0f766e;--teal-light: #14b8a6;--navy: #0f172a;--navy-light: #1e293b;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-900: #0f172a;--green: #16a34a;--green-bg: #dcfce7;--red: #dc2626;--red-bg: #fee2e2;--orange: #ea580c;--orange-bg: #ffedd5;--radius: 12px;--shadow: 0 1px 3px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .04)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:var(--gray-50);color:var(--gray-900);line-height:1.5}a{color:var(--teal);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit;font-size:.95rem}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.25rem;border-radius:8px;border:none;font-weight:600;font-size:.9rem;transition:all .15s}.btn-primary{background:var(--teal);color:#fff}.btn-primary:hover:not(:disabled){background:var(--teal-dark)}.btn-outline{background:#fff;color:var(--gray-700);border:1px solid var(--gray-200)}.btn-outline:hover:not(:disabled){background:var(--gray-50)}.btn-danger{background:var(--red-bg);color:var(--red)}.btn-danger:hover:not(:disabled){background:#fecaca}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-sm{padding:.4rem .75rem;font-size:.85rem}.btn-icon{padding:.4rem;background:transparent;border:none;color:var(--gray-500);border-radius:6px}.btn-icon:hover{background:var(--gray-100);color:var(--gray-700)}.btn-icon.danger:hover{background:var(--red-bg);color:var(--red)}.card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-weight:600;font-size:.875rem;margin-bottom:.4rem;color:var(--gray-700)}.form-group input:not([type=checkbox]):not([type=radio]),.form-group textarea,.form-group select{width:100%;padding:.65rem .85rem;border:1px solid var(--gray-200);border-radius:8px;outline:none;transition:border-color .15s}.form-group input[type=checkbox],.form-group input[type=radio]{width:auto;margin:0;padding:0;border:none;box-shadow:none;flex-shrink:0;accent-color:var(--navy);cursor:pointer}.form-group input:focus:not([type=checkbox]):not([type=radio]),.form-group textarea:focus,.form-group select:focus{border-color:var(--teal);box-shadow:0 0 0 3px #0d94881a}.form-group textarea{min-height:80px;resize:vertical}.form-error{color:var(--red);font-size:.85rem;margin-top:.5rem}.badge{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:capitalize}.badge-teal{background:#ccfbf1;color:var(--teal-dark)}.badge-green{background:var(--green-bg);color:var(--green)}.badge-red{background:var(--red-bg);color:var(--red)}.badge-orange{background:var(--orange-bg);color:var(--orange)}.badge-gray{background:var(--gray-100);color:var(--gray-600)}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th{text-align:left;padding:.75rem 1rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-500);border-bottom:1px solid var(--gray-200)}td{padding:.85rem 1rem;border-bottom:1px solid var(--gray-100);font-size:.9rem}tr:hover td{background:var(--gray-50)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background:#fff;border-radius:var(--radius);box-shadow:0 20px 60px #0003;width:100%;max-width:520px;max-height:90vh;overflow-y:auto}.modal-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--gray-100);display:flex;align-items:center;justify-content:space-between;gap:1rem}.modal-header h2{font-size:1.15rem;font-weight:700}.modal-close{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--gray-500);font-size:1.5rem;line-height:1;border-radius:6px}.modal-close:hover{background:var(--gray-100);color:var(--gray-700)}.modal-lg{max-width:680px;max-height:85vh;display:flex;flex-direction:column;overflow:hidden}.modal-lg .modal-body{flex:1;min-height:0;display:flex;flex-direction:column;padding:1.25rem 1.5rem}.add-questions-search{position:relative;margin-bottom:1rem}.add-questions-search-icon{position:absolute;left:.85rem;top:50%;transform:translateY(-50%);color:var(--gray-400);pointer-events:none;display:flex}.add-questions-search input{width:100%;padding:.65rem .85rem .65rem 2.5rem;border:1px solid var(--teal-light);border-radius:8px;font-size:.95rem;outline:none}.add-questions-search input:focus{border-color:var(--teal);box-shadow:0 0 0 3px #0d94881f}.add-questions-list{flex:1;min-height:280px;max-height:52vh;overflow-y:auto;border:1px solid var(--gray-100);border-radius:8px}.add-questions-item{display:flex;align-items:flex-start;gap:.85rem;padding:1rem 1.15rem;border-bottom:1px solid var(--gray-100);cursor:pointer;transition:background .1s}.add-questions-item:last-child{border-bottom:none}.add-questions-item:hover{background:var(--gray-50)}.add-questions-item input[type=checkbox]{margin-top:.2rem;width:16px;height:16px;accent-color:var(--teal);cursor:pointer;flex-shrink:0}.add-questions-item.is-disabled{opacity:.5;cursor:not-allowed}.add-questions-item.is-disabled:hover{background:transparent}.add-questions-item-text{flex:1;font-size:.95rem;margin-bottom:.45rem}.add-questions-item-badges{display:flex;gap:.5rem;flex-wrap:wrap}.add-questions-empty{padding:2rem 1rem;text-align:center;color:var(--gray-500);font-size:.9rem}.modal-body{padding:1.5rem}.modal-footer{padding:1rem 1.5rem;border-top:1px solid var(--gray-100);display:flex;justify-content:flex-end;gap:.75rem}.toggle{position:relative;width:44px;height:24px;background:var(--gray-200);border-radius:999px;border:none;cursor:pointer;transition:background .2s}.toggle.active{background:#002d40}.toggle:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px #0003}.toggle.active:after{transform:translate(20px)}.search-input{position:relative}.search-input input{width:100%;padding:.65rem .85rem .65rem 2.5rem;border:1px solid var(--gray-200);border-radius:8px;outline:none}.search-input input:focus{border-color:var(--teal)}.search-input svg{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--gray-400)}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.page-header h1{font-size:1.5rem}.page-header p{color:var(--gray-500);font-size:.9rem;margin-top:.25rem}.empty-state{text-align:center;padding:3rem 1rem;color:var(--gray-500)}.loading{display:flex;align-items:center;justify-content:center;padding:3rem;color:var(--gray-500)}.spinner{width:20px;height:20px;border:2px solid var(--gray-200);border-top-color:var(--teal);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease}@keyframes confetti-fall{0%{transform:translateY(-10px) rotate(0);opacity:1}to{transform:translateY(100vh) rotate(720deg);opacity:0}}.confetti-piece{position:fixed;width:10px;height:10px;top:-10px;animation:confetti-fall 3s ease-in forwards;z-index:9999;pointer-events:none}
