@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Manrope:wght@500;600;700;800&display=swap";:root{--font-main:"Manrope", "Segoe UI", sans-serif;--font-display:"Fraunces", Georgia, serif;--font-system:-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--surface-0:#f8fafc;--surface-1:#eef3f8;--surface-2:#e7eef5;--surface-card:#ffffffeb;--surface-card-strong:#fffffff7;--ink-strong:#12243e;--ink-medium:#2e496e;--ink-soft:#476188;--brand-700:#1f3558;--brand-600:#26466f;--brand-500:#365e92;--brand-300:#87a8ca;--line-soft:#293e5c24;--line-strong:#1d324e3d;--radius-sm:10px;--radius-md:14px;--radius-lg:18px;--radius-pill:999px;--elevation-1:0 8px 18px #13223a14;--elevation-2:0 14px 30px #15253d1f;--elevation-3:0 22px 46px #0a16282e;--primary:#667eea;--primary-dark:#5568d3;--secondary:#764ba2;--accent:#f093fb;--success:#4facfe;--accent-primary:#6366f1;--accent-secondary:#a855f7;--accent-success:#059669;--accent-error:#dc2626;--dark:#1a1a2e;--dark-light:#16213e;--gray:#6c757d;--gray-light:#f8f9fa;--white:#fff;--bg-color:var(--surface-1);--text-color:var(--ink-strong);--surface-color:var(--surface-card);--border-color:var(--line-soft);--border:#e9ecef;--shadow:0 10px 40px #00000014;--shadow-lg:0 20px 60px #00000026;--brand-logo-size:clamp(104px, 8vw, 128px);--brand-logo-size-mobile:92px;--brand-dark:#041e2b;--accent-portal:#f39c12;--section-bg-1:#fff;--section-bg-2:#f6f7f8;--section-bg-3:var(--brand-dark)}.section--white{background:var(--section-bg-1);color:inherit}.section--gray{background:var(--section-bg-2);color:inherit}.section--brand-dark{background:var(--section-bg-3);color:#fff}.section--white:after,.section--gray:after,.section--brand-dark:after{content:"";pointer-events:none;background:0 0;width:100%;height:36px;display:block}.section--brand-dark a,.section--brand-dark h2,.section--brand-dark h3,.section--brand-dark p,.section--brand-dark button{color:#fff}*{box-sizing:border-box;margin:0;padding:0}html,body{background:radial-gradient(circle at 82% 8%, #b8c6da29, transparent 36%), radial-gradient(circle at 12% 86%, #c7d7e724, transparent 40%), linear-gradient(160deg, var(--surface-0) 0%, var(--surface-1) 52%, var(--surface-2) 100%);width:100%;height:100%;color:var(--text-color);font-family:var(--font-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-size:180% 180%;margin:0;padding:0;animation:25s infinite bgPulse}@keyframes bgPulse{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}#root{width:100%;height:100%;position:relative}.glass-panel{background:var(--surface-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--line-soft);border-radius:var(--radius-lg);box-shadow:var(--elevation-2)}.glass-panel-light{background:var(--surface-card-strong);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--line-soft);border-radius:var(--radius-md);box-shadow:var(--elevation-1)}.btn{background:linear-gradient(135deg, var(--brand-700), var(--brand-600));color:#fff;cursor:pointer;border:1px solid #fff3;border-radius:12px;padding:12px 24px;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 20px #12213a24}.btn:hover{transform:translateY(-2px);box-shadow:0 14px 24px #0f1d332e}.btn:focus-visible{outline-offset:3px;outline:3px solid #7c3aedf2;box-shadow:0 6px 18px #7c3aed1f}.btn:active{transform:translateY(1px)}.btn:disabled{color:#dbe6f2;cursor:not-allowed;box-shadow:none;background:#6b7f99;border:1px solid #ffffff1a;transform:none}.text-gradient{background:linear-gradient(135deg, var(--brand-600), var(--brand-300));-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.app-layout{z-index:1;flex-direction:column;width:100%;height:100vh;display:flex;position:relative}.header-bar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line-soft);z-index:50;background:#ffffffd6;justify-content:space-between;align-items:center;height:60px;padding:0 40px;display:flex}.progress-container{background:#6366f126;border-radius:4px;width:300px;height:6px;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg, var(--accent-primary), var(--accent-secondary));border-radius:4px;height:100%;transition:width .5s ease-in-out}.consent-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.consent-modal{background:#fff;border-radius:12px;max-width:600px;max-height:85vh;padding:0;animation:.3s ease-out slideUp;overflow-y:auto;box-shadow:0 10px 40px #00000026}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.consent-header{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:24px 24px 16px;display:flex}.consent-header h1{color:#1a1a1a;margin:0;font-size:24px;font-weight:600}.language-switcher{gap:8px;display:flex}.language-switcher button{cursor:pointer;background:#f5f5f5;border:1px solid #d0d0d0;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .2s}.language-switcher button:hover{background:#f0f4ff;border-color:#2563eb}.language-switcher button.active{color:#fff;background:#2563eb;border-color:#2563eb}.consent-section{border-bottom:1px solid #f0f0f0;padding:16px 24px}.consent-section.intro{background:#f8f9fa;border:none}.consent-section.intro>p{color:#333;margin:0;line-height:1.5}.consent-item{background:#fff}.consent-checkbox{align-items:flex-start;gap:12px;margin-bottom:8px;display:flex}.consent-checkbox input[type=checkbox]{cursor:pointer;accent-color:#2563eb;width:18px;height:18px;margin-top:2px}.consent-checkbox label{color:#1a1a1a;cursor:pointer;margin:0;font-weight:600}.consent-description{color:#666;margin:0;padding-left:30px;font-size:14px;line-height:1.5}.privacy-info{background:#f0f4ff;border:1px solid #dbeafe}.privacy-info h3{color:#1e40af;margin:12px 0 8px;font-size:14px;font-weight:600}.privacy-info h3:first-child{margin-top:0}.privacy-info p{color:#333;margin:8px 0;font-size:13px;line-height:1.5}.revoke-notice{background:#dbeafe;border-left:3px solid #2563eb;border-radius:4px;padding:8px 10px;font-style:italic;margin-top:12px!important}.permission-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-left:3px solid #dc2626;border-radius:4px;margin-top:12px;padding:8px 10px}.privacy-checkbox{background:#fff;padding:16px 24px}.privacy-checkbox label{cursor:pointer;align-items:flex-start;gap:10px;margin:0;display:flex}.privacy-checkbox input[type=checkbox]{cursor:pointer;accent-color:#2563eb;flex-shrink:0;width:18px;height:18px;margin-top:2px}.privacy-checkbox span{color:#333;font-size:13px;line-height:1.4}.consent-actions{background:#f8f9fa;border-top:1px solid #e0e0e0;justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}.consent-button{cursor:pointer;border:none;border-radius:6px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s}.consent-button.primary{color:#fff;background:#2563eb}.consent-button.primary:hover:not(:disabled){background:#1d4ed8;box-shadow:0 4px 12px #2563eb4d}.consent-button:disabled{opacity:.5;cursor:not-allowed}.consent-button.secondary{color:#1a1a1a;background:#e5e7eb}.consent-button.secondary:hover:not(:disabled){background:#d1d5db}.consent-footer{text-align:center;background:#f8f9fa;border-top:1px solid #e0e0e0;padding:12px 24px}.consent-footer small{color:#888;font-size:12px}@media (width<=600px){.consent-modal{border-radius:8px;max-width:95vw;max-height:95vh}.consent-header{flex-direction:column;align-items:flex-start;gap:12px}.consent-header h1{font-size:20px}.consent-section{padding:12px 16px}.consent-actions{flex-direction:column;justify-content:stretch}.consent-button{width:100%}}.consent-button:focus,.consent-checkbox input:focus,.language-switcher button:focus{outline-offset:2px;outline:2px solid #2563eb}.game-session-header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;font-family:var(--font-main);background:linear-gradient(135deg,#ffffffd6,#f2f7fcd1);border-bottom:1px solid #293e5c24;justify-content:space-between;align-items:center;gap:.8rem;padding:.6rem 1rem;display:flex;position:relative}.header-content{align-items:center;gap:.4rem;min-width:0;display:flex}.header-game-info{align-items:center;gap:.5rem;min-width:0;display:flex}.header-error-pill{white-space:nowrap;text-overflow:ellipsis;color:#842029;background:#ffebeef2;border:1px solid #dc354559;border-radius:999px;max-width:min(46vw,560px);padding:.2rem .5rem;font-size:.72rem;overflow:hidden}.header-game-name{color:#163255;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.86rem;font-weight:800;overflow:hidden}.header-timer{letter-spacing:.05em;border-radius:8px;flex-shrink:0;align-items:center;padding:.25rem .5rem;font-size:.8rem;font-weight:700;display:flex}.header-timer.timer-normal{color:#1f4f81;background:#3f6fa321;border:1px solid #3056803d}.header-timer.timer-warning{color:#8c5a12;background:#ffecc9cc;border:1px solid #b47f1c47;animation:1s ease-in-out infinite pulse}.header-timer.timer-critical{color:#9b1c1c;background:#ffe1e4e6;border:1px solid #b9222f4d;font-weight:800;animation:.5s ease-in-out infinite pulse}.header-right{flex-shrink:0;align-items:center;gap:.4rem;display:flex}.header-exit-btn{color:#3d5374;cursor:pointer;background:#ffffffc7;border:1px solid #293e5c24;border-radius:10px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:1rem;transition:all .2s;display:inline-flex}.header-exit-btn:hover{color:#b42330;background:#ffebeef2;border-color:#dc354552}.header-exit-btn:active{transform:scale(.95)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@media (width<=768px){.game-session-header{gap:.6rem;padding:.6rem .8rem}.header-center{display:none}}@media (width<=480px){.game-session-header{gap:.4rem;padding:.5rem .6rem}.header-game-info{gap:0}.header-game-name{font-size:.75rem}.header-error-pill{max-width:52vw;display:none}.header-exit-btn{width:26px;height:26px;font-size:.75rem}}.game-error-boundary{color:#7d1f28;background:linear-gradient(145deg,#fff2f4fa,#ffe8ecf2);border:1px solid #b9222f4d;border-radius:14px;margin:1rem;padding:1rem;box-shadow:0 12px 24px #7d1f281f}.game-error-boundary h3{font-size:1.02rem;font-family:var(--font-display);margin:0}.game-error-boundary p{margin:.5rem 0 0;font-size:.92rem}.game-error-boundary-actions{gap:.5rem;margin-top:.85rem;display:flex}.game-error-boundary-actions button{color:#7f1d1d;cursor:pointer;background:#fff;border:1px solid #7f1d1d4d;border-radius:10px;padding:.48rem .76rem;font-size:.82rem;font-weight:700;transition:transform .15s,box-shadow .15s}.game-error-boundary-actions button.danger{color:#fff;background:linear-gradient(135deg,#be2431,#9e1f2a);border-color:#b42330;box-shadow:0 8px 14px #9e1f2a38}.game-error-boundary-actions button:hover{transform:translateY(-1px);box-shadow:0 8px 14px #7f1d1d1f}.game-exit-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1600;background:#0a15267a;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.game-exit-modal-card{background:linear-gradient(150deg,#fffffffa,#f5f9fdf2);border:1px solid #293e5c29;border-radius:16px;width:min(420px,100%);padding:1.05rem;box-shadow:0 22px 48px #0a162838}.game-exit-modal-card h3{color:#142b49;font-size:1.05rem;font-family:var(--font-display);margin:0 0 .45rem}.game-exit-modal-card p{color:#355376;margin:0;font-size:.92rem}.game-exit-modal-actions{justify-content:flex-end;gap:.55rem;margin-top:.95rem;display:flex}.game-exit-btn-secondary,.game-exit-btn-danger{cursor:pointer;border:1px solid #0000;border-radius:10px;padding:.5rem .8rem;font-size:.85rem;font-weight:700;transition:transform .15s,box-shadow .15s}.game-exit-btn-secondary{color:#1f3f68;background:#ffffffe6;border-color:#293e5c38}.game-exit-btn-danger{color:#fff;background:linear-gradient(135deg,#be2431,#9e1f2a);box-shadow:0 8px 14px #9e1f2a38}.game-exit-btn-secondary:hover{background:#eef3f8;transform:translateY(-1px)}.game-exit-btn-danger:hover{background:linear-gradient(135deg,#aa212d,#8e1b25);transform:translateY(-1px)}.engagement-pulse{color:#f8fbff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1400;background:linear-gradient(165deg,#121f34eb,#223453e6);border:1px solid #94b3db42;border-radius:16px;flex-direction:column;gap:10px;width:min(340px,100vw - 24px);padding:14px;display:flex;position:fixed;bottom:18px;right:18px;box-shadow:0 18px 38px #09101c6b}.engagement-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.engagement-kicker{letter-spacing:.11em;text-transform:uppercase;color:#b4d2f5e6;margin:0;font-size:.66rem}.engagement-header h4{margin:2px 0 0;font-size:1rem;line-height:1.2}.engagement-dismiss{color:#dbe9f8;cursor:pointer;background:#354d7499;border:1px solid #bfd8f452;border-radius:999px;width:26px;height:26px;font-weight:700}.engagement-block{background:#ffffff0f;border:1px solid #d1e2f629;border-radius:10px;padding:8px 10px}.engagement-row{justify-content:space-between;align-items:center;margin-bottom:6px;font-size:.8rem;display:flex}.engagement-track{background:#a3c6ec33;border-radius:999px;width:100%;height:7px;overflow:hidden}.engagement-fill{background:linear-gradient(90deg,#9fd6ff,#68a6ff 52%,#8f93ff);height:100%;transition:width .35s}.engagement-mission{color:#e8f2fced;margin:0;font-size:.79rem}.engagement-badge{background:linear-gradient(135deg,#81aeff42,#7aefe029);border:1px solid #adccf540;border-radius:10px;justify-content:space-between;align-items:center;padding:8px 10px;font-size:.77rem;display:flex}.engagement-badge strong{font-size:.86rem}.engagement-guard{color:#d3e5f8d1;margin:0;font-size:.72rem;line-height:1.45}@media (width<=768px){.engagement-pulse{width:auto;bottom:8px;left:8px;right:8px}}.game-shell-body{width:100%;min-height:calc(100vh - 52px);position:relative}.game-shell-body>*{width:100%}.game-shell-body button:focus-visible{outline:2px solid var(--brand-500);outline-offset:2px}@media (width<=720px){.game-shell-body{min-height:calc(100vh - 46px)}}.recruiter-login-page{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;padding:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;display:flex;position:relative;overflow:hidden}.login-background{pointer-events:none;background:radial-gradient(circle at 20%,#ffffff1a 0%,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff0d 0%,#0000 50%);position:absolute;inset:0}.login-container{z-index:1;width:100%;max-width:420px;position:relative}.login-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;padding:2.5rem;box-shadow:0 20px 60px #0000004d}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{color:#1f2937;margin:0 0 .5rem;font-size:1.8rem;font-weight:700}.login-header p{color:#6b7280;margin:0;font-size:.95rem}.login-form{flex-direction:column;gap:1.5rem;margin-bottom:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#374151;font-size:.95rem;font-weight:600}.form-group input{border:2px solid #e5e7eb;border-radius:8px;padding:.9rem 1.1rem;font-family:inherit;font-size:.95rem;transition:all .3s}.form-group input:focus{background:#667eea0d;border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{cursor:not-allowed;opacity:.6;background:#f3f4f6}.form-group input::placeholder{color:#d1d5db}.error-message{color:#dc2626;text-align:center;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;padding:1rem;font-size:.9rem;font-weight:500}.submit-btn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #667eea66}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.demo-credentials{text-align:center;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;margin-bottom:1.5rem;padding:1.2rem}.demo-label{color:#0369a1;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .7rem;font-size:.85rem;font-weight:600}.demo-credentials code{color:#0c4a6e;background:#fff;border:1px solid #e0f2fe;border-radius:4px;padding:.8rem;font-family:Courier New,monospace;font-size:.85rem;line-height:1.6;display:block}.access-note{background:#fef3c7;border-left:4px solid #f59e0b;border-radius:4px;margin-bottom:0;padding:1rem}.access-note p{color:#78350f;margin:0;font-size:.85rem;line-height:1.6}.access-note strong{color:#b45309}@media (width<=480px){.login-card{padding:1.5rem}.login-header h1{font-size:1.4rem}.login-form{gap:1.2rem}.demo-credentials{padding:1rem}.demo-credentials code{font-size:.8rem}}.recruiter-dashboard{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);height:100vh;min-height:100vh;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow:hidden auto}.recruiter-dashboard.loading{flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex}.spinner{border:4px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.recruiter-dashboard.loading p{color:#fff;font-size:1.1rem}.dashboard-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#0003;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:2.5rem 2rem;display:flex;box-shadow:0 4px 30px #0000001a}.header-content h1{margin:0 0 .3rem;font-size:2rem;font-weight:600}.header-content .subtitle{opacity:.8;margin:0;font-size:.95rem}.logout-btn{color:#fff;cursor:pointer;background:#fff3;border:1px solid #ffffff4d;border-radius:8px;padding:.7rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .3s}.logout-btn:hover{background:#ffffff4d;border-color:#ffffff80}.error-banner{color:#fca5a5;background:#ef444433;border-left:4px solid #ef4444;border-radius:4px;justify-content:space-between;align-items:center;margin:1.5rem;padding:1rem 1.5rem;display:flex}.error-banner p{margin:0}.error-banner button{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:4px;padding:.5rem 1rem;font-weight:500}.error-banner button:hover{background:#dc2626}.dashboard-grid{gap:2rem;max-width:1400px;margin:0 auto;padding:2rem;display:grid}.stats-container{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;text-align:center;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;padding:1.5rem;transition:all .3s;box-shadow:0 8px 32px #0000001a}.stat-card:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-4px)}.stat-value{margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.stat-label{opacity:.8;font-size:.9rem}.filter-container{flex-wrap:wrap;gap:1rem;display:flex}.filter-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;padding:.7rem 1.5rem;font-size:.95rem;transition:all .3s}.filter-btn:hover{background:#fff3;border-color:#ffffff4d}.filter-btn.active{color:#667eea;background:#fff;border-color:#fff;font-weight:600}.analytics-v2-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;display:grid}.analytics-card{background:#ffffffeb;border-radius:12px;padding:1rem 1.1rem;box-shadow:0 10px 24px #161e381f}.analytics-card h3{color:#1e293b;margin:0 0 .7rem;font-size:1rem}.analytics-card p{color:#334155;margin:.3rem 0;font-size:.9rem}.quality-pill{letter-spacing:.04em;border-radius:999px;width:fit-content;margin-bottom:.7rem;padding:.3rem .7rem;font-size:.78rem;font-weight:700}.quality-pill.ok{color:#047857;background:#d1fae5}.quality-pill.alert{color:#b91c1c;background:#fee2e2}.quality-pill.watch{color:#92400e;background:#fef3c7}.sessions-container{background:#fffffff2;border-radius:12px;padding:2rem;box-shadow:0 20px 60px #00000026}.table-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.refresh-btn{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:6px;padding:.6rem 1.2rem;font-weight:500;transition:all .3s}.refresh-btn:hover{background:#5568d3;transform:scale(1.05)}.empty-state{text-align:center;color:#9ca3af;padding:3rem 1rem}.empty-state p{color:#374151;margin:0 0 .5rem;font-size:1.1rem}.empty-state small{opacity:.7;display:block}.sessions-table{border-collapse:collapse;width:100%;font-size:.95rem}.sessions-table thead{background:#f3f4f6;border-bottom:2px solid #e5e7eb}.sessions-table th{text-align:left;color:#374151;padding:1rem;font-weight:600}.sessions-table td{border-bottom:1px solid #e5e7eb;padding:1rem}.sessions-table tbody tr:hover{background:#f9fafb}.sessions-table .center{text-align:center}.sessions-table .score{color:#667eea;font-weight:600}.anon-id{color:#374151;background:#f3f4f6;border-radius:4px;padding:.3rem .6rem;font-family:Courier New,monospace;font-size:.85rem}.error-row{opacity:.7;background:#fee2e2}.badge{border-radius:12px;padding:.35rem .8rem;font-size:.8rem;font-weight:600;display:inline-block}.badge.encrypt{color:#047857;background:#d1fae5}.badge.error{color:#dc2626;background:#fee2e2}.privacy-notice{background:#f0f9ff;border-left:4px solid #0284c7;border-radius:6px;margin-top:2rem;padding:1.5rem}.privacy-notice p{color:#0c4a6e;margin:0;font-size:.9rem;line-height:1.6}.privacy-notice strong{color:#0369a1}@media (width<=768px){.dashboard-header{flex-direction:column;align-items:flex-start;gap:1rem}.header-content h1{font-size:1.5rem}.header-content .subtitle{font-size:.85rem}.stats-container{grid-template-columns:1fr}.sessions-table{font-size:.85rem}.sessions-table th,.sessions-table td{padding:.7rem}.dashboard-grid{padding:1rem}.sessions-container{padding:1.5rem}}.loading-spinner{height:100vh;color:var(--ink-medium);font-size:1.05rem;font-family:var(--font-main);justify-content:center;align-items:center;display:flex}.loading-spinner:after{content:"";border:3px solid #365e9233;border-top:3px solid var(--brand-600);border-radius:50%;width:24px;height:24px;margin-left:12px;animation:1s linear infinite spin}.app-footer{background:var(--surface-card);border-top:1px solid var(--line-soft);text-align:center;color:var(--ink-medium);padding:18px 12px;font-size:.95rem}.app-footer-inner{justify-content:space-between;align-items:center;gap:12px;max-width:1100px;margin:0 auto;display:flex}.dev-controls{z-index:3000;pointer-events:auto;position:fixed;bottom:96px;right:16px}.dev-controls-inner{box-shadow:var(--elevation-3);background:#ffffffeb;border-radius:10px;flex-direction:column;gap:8px;min-width:160px;padding:8px;transition:transform .12s,box-shadow .12s;display:flex}.dev-controls[aria-hidden=true]{display:none}.btn-portal{z-index:9999;background:var(--accent-portal,#f39c12);color:var(--accent-portal-foreground,#000);text-align:center;white-space:nowrap;border:none;border-radius:20px;justify-content:center;align-items:center;gap:8px;min-width:170px;min-height:64px;padding:16px 20px;font-size:1.18rem;font-weight:900;text-decoration:none;transition:top .18s,transform .15s,box-shadow .15s;display:inline-flex;position:fixed;top:8px;right:24px;box-shadow:0 10px 34px #0000001f}@media (width<=480px){.btn-portal{min-width:110px;min-height:48px;padding:9px 12px;font-size:.96rem;top:10px;right:12px}}.btn-portal:focus{outline-offset:3px;outline:3px solid #fff3}.btn-portal:hover{animation-play-state:paused;transform:translateY(-6px)scale(1.04);box-shadow:0 22px 70px #00000038}.btn-portal.micro-breathe{animation:8s ease-in-out infinite microBreathe}@keyframes microBreathe{0%{filter:brightness();transform:translateY(0)scale(1);box-shadow:0 10px 34px #0000001f}50%{filter:brightness(1.02);transform:translateY(-1px)scale(1.003);box-shadow:0 12px 36px #00000021}to{filter:brightness();transform:translateY(0)scale(1);box-shadow:0 10px 34px #0000001f}}.btn-portal.soft-glow{animation:6s ease-in-out infinite softGlowPortal}@keyframes softGlowPortal{0%{filter:brightness();box-shadow:0 10px 34px #0000001f}50%{filter:brightness(1.04);box-shadow:0 14px 48px #00000029}to{filter:brightness();box-shadow:0 10px 34px #0000001f}}.btn-portal.halo-ring{--halo-color:#f39c1247;overflow:visible}.btn-portal.halo-ring:before{content:"";background:radial-gradient(circle, var(--halo-color) 0%, #0000 55%);filter:blur(16px);opacity:0;pointer-events:none;z-index:-1;border-radius:999px;width:260%;height:260%;animation:3s ease-in-out infinite haloRing;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.9)}@keyframes haloRing{0%{opacity:0;transform:translate(-50%,-50%)scale(.9)}35%{opacity:.85;transform:translate(-50%,-50%)scale(1.06)}to{opacity:0;transform:translate(-50%,-50%)scale(1.28)}}.btn-portal.halo-ring:hover:before{opacity:.95;animation-play-state:paused}.postulantes-login{background:var(--surface-0);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.pl-card{background:var(--surface-card);width:100%;max-width:420px;box-shadow:var(--shadow);text-align:center;border-radius:12px;padding:28px}.pl-logo{object-fit:contain;width:96px;height:96px;margin:0 auto 16px}.pl-instructions{color:var(--gray);margin-bottom:16px}.pl-form{flex-direction:column;gap:12px;display:flex}.pl-form label{text-align:left;color:var(--dark);font-weight:600}.pl-form input{border:1px solid var(--border);border-radius:8px;padding:10px 12px;font-size:1rem}.pl-error{color:#b91c1c;background:#ff6b6b14;border-radius:6px;margin-top:4px;padding:10px}.pl-submit{background:var(--brand-500);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;min-height:44px;padding:14px 16px;font-size:1.05rem;font-weight:700}.pl-link{color:var(--primary);margin-top:8px;display:inline-block}
