:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body,#root{width:100%;height:100%;margin:0;padding:0}.app-container{width:100%;min-height:100vh;display:flex;flex-direction:column;background-color:#f9f9f9}body{font-family:Nunito,sans-serif;background-color:#f9f9f9;overflow-x:hidden;overflow-y:auto}.hidden{display:none!important}#top-menu{height:60px;background-color:#fff;display:flex;align-items:center;justify-content:flex-start;gap:0;padding:0 16px 0 20px;box-sizing:border-box;box-shadow:0 2px 5px #0000000d;position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;overflow-x:auto;overflow-y:hidden;white-space:nowrap}.top-menu-links{flex:1;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0;min-width:0}.menu-btn{background:none;border:none;font-family:Nunito,sans-serif;font-size:16px;color:#333;padding:10px 20px;cursor:pointer;transition:background-color .2s}.menu-btn:hover{background-color:#f0f0f0;border-radius:4px}.menu-btn.active{font-weight:700;color:#007bff;background-color:#eef7ff;border-radius:4px}.separator{width:1px;height:20px;background-color:#555;margin:0 5px}.page{min-height:calc(100vh - 60px);width:100%;padding-top:60px;padding-bottom:40px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;overflow-y:auto}.page h1,.page-title{color:#000!important;background:transparent!important}#page-a{justify-content:center;margin-top:-40px;flex:1}#page-a h1{font-size:80px;margin:0 0 10px;color:#000;text-align:center}#page-a p{color:#666;font-size:20px;margin-bottom:40px;text-align:center}.btn-main{background-color:#007bff;color:#fff;border:none;padding:15px 50px;font-size:20px;font-family:Nunito,sans-serif;border-radius:30px;cursor:pointer;transition:transform .2s ease}.btn-main:hover{transform:scale(1.1)}#page-b{justify-content:space-evenly;padding-bottom:20px;min-height:calc(100vh - 60px)}#display-area{width:60%;height:50vh;min-height:300px;border:2px solid #ddd;border-radius:12px;background-color:#fff;display:flex;align-items:center;justify-content:center;color:#555;font-size:24px;position:relative;overflow:hidden}.focus-display-shell{background:#101010}.focus-flow-overlay{position:fixed;inset:76px 20px 20px;display:flex;align-items:center;justify-content:center;padding:0;background:#111f342e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:900}.focus-flow-card{width:min(1040px,100%);background:#fff;border-radius:24px;padding:30px 34px;box-shadow:0 28px 80px #0e2c582e;border:1px solid rgba(0,123,255,.12);box-sizing:border-box}.focus-flow-header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:18px}.focus-flow-eyebrow{display:inline-block;padding:6px 12px;border-radius:999px;background:#e7f3ff;color:#007bff;font-size:.82rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.focus-flow-header h2{margin:14px 0 0;color:#333;font-size:clamp(1.8rem,2.5vw,2.5rem);line-height:1.1}.focus-flow-icon{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:116px;height:116px;border-radius:24px;background:linear-gradient(180deg,#f4f9ff,#edf5ff);border:1px solid rgba(0,123,255,.12)}.focus-flow-lead{margin:0 0 20px;color:#4a4a4a;font-size:1rem;line-height:1.6}.focus-flow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.focus-flow-panel{background:#f8fbff;border:1px solid #d9eaff;border-radius:14px;padding:18px}.focus-flow-panel h3,.focus-flow-step-copy h3{margin:0 0 8px;color:#333;font-size:1rem}.focus-flow-panel p,.focus-flow-step-copy p{margin:0;color:#5e6670;font-size:.95rem;line-height:1.6}.focus-flow-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.focus-flow-step{display:flex;align-items:flex-start;gap:14px;background:#f8fbff;border:1px solid #d9eaff;border-radius:14px;padding:16px 18px;min-height:100px;box-sizing:border-box}.focus-flow-step-number{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#007bff;color:#fff;font-size:.95rem;font-weight:800}.focus-flow-step-copy{min-width:0}.focus-flow-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:20px}.focus-flow-note{color:#667281;font-size:.94rem;line-height:1.6}.focus-flow-button,.focus-flow-secondary{border:none;border-radius:999px;padding:13px 24px;font-family:Nunito,sans-serif;font-size:.98rem;font-weight:800;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.focus-flow-button{background:#007bff;color:#fff;box-shadow:0 12px 24px #007bff2e}.focus-flow-button:hover{background:#0069d9;border-color:transparent;transform:translateY(-1px)}.focus-flow-secondary{background:#eef3f8;color:#4b5a6b}.focus-flow-secondary:hover{background:#e2eaf3;border-color:transparent}.focus-state-pill{position:absolute;top:18px;left:18px;display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border-radius:999px;color:#fff;font-size:.88rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;z-index:2;box-shadow:0 12px 24px #0000002e}.focus-state-pill.pending{background:#57606feb}.focus-state-pill.focused{background:#21a366f0}.focus-state-pill.not-focused{background:#d74444f0}.focus-state-dot{width:10px;height:10px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px #ffffff29}.focus-idle-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:radial-gradient(circle at center,#ffffff1f,#000000b8);color:#fff;text-align:center;z-index:1}.focus-idle-overlay p{margin:0;font-size:1.6rem;font-weight:800}.focus-idle-overlay span{max-width:420px;color:#ffffffd1;font-size:.98rem;line-height:1.5}.focus-inline-error{margin-top:18px;padding:12px 16px;max-width:620px;border-radius:12px;background:#fff1ee;color:#b54028;font-size:.95rem;font-weight:700;box-shadow:0 10px 20px #b5402814}.focus-inline-error-standalone{width:60%;box-sizing:border-box}.focus-debug-panel{position:absolute;top:10px;right:10px;background:#000000b3;color:#fff;padding:10px;border-radius:5px;font-size:12px;font-family:monospace}.focus-model-strip{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;padding:10px 16px;background:#fff;border:1px solid #e0e0e0;border-radius:12px;margin:10px auto;max-width:700px;box-shadow:0 2px 8px #0000000f}.model-card{width:60%;margin:14px auto 0;background:#fff;border:1px solid #e0e0e0;border-radius:14px;padding:18px 22px 14px;box-shadow:0 2px 10px #0000000f;animation:cardFadeIn .25s ease;box-sizing:border-box}.model-card-details{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.model-card-header{display:flex;align-items:center;gap:10px;margin-bottom:4px}.model-card-title{margin:0;font-size:1.05rem;color:#1a1a2e}.model-card-badge{padding:3px 10px;border-radius:999px;background:#e7f3ff;color:#007bff;font-size:.7rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.model-card-badge-baseline{padding:3px 10px;border-radius:999px;background:#fff3e0;color:#e67e22;font-size:.7rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.model-card-tagline{margin:0 0 12px;color:#667281;font-size:.85rem;line-height:1.4}.model-card-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:14px}.model-card-metric{text-align:center;padding:8px 4px;background:#f8fbff;border:1px solid #e8f0fe;border-radius:10px}.model-card-metric-value{display:block;font-size:1.1rem;font-weight:800;color:#007bff;line-height:1.2}.model-card-metric-label{display:block;font-size:.65rem;color:#89a;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-top:2px}.model-card-section{margin-bottom:8px}.model-card-section h4{margin:0 0 2px;font-size:.78rem;color:#555;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.model-card-section p{margin:0;font-size:.82rem;color:#4a4a4a;line-height:1.5}.model-card-eval{margin-top:10px;padding:6px 10px;background:#f5f7fa;border-radius:8px;font-size:.72rem;color:#7a8a9a;font-weight:600}@media(max-width:768px){.model-card{width:90%}.model-card-metrics{grid-template-columns:repeat(2,1fr)}.model-card-details{grid-template-columns:1fr}}.focus-model-label{color:#666;font-size:13px;font-weight:700;margin-right:4px}.focus-model-button{padding:6px 16px;border-radius:16px;border:1px solid #d0d0d0;background:#f5f5f5;color:#555;font-size:12px;font-weight:600;text-transform:uppercase;cursor:pointer;transition:all .2s}.focus-model-button:hover{border-color:#007bff;color:#007bff;background:#f0f7ff}.focus-model-button.active{border:2px solid #007BFF;background:#007bff;color:#fff}.focus-model-sep{width:1px;height:24px;background:#d0d0d0;margin:0 4px}.eye-gaze-toggle{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:16px;font-size:12px;font-weight:700;cursor:pointer;transition:all .25s ease}.eye-gaze-toggle.off{border:1px solid #d0d0d0;background:#f5f5f5;color:#888}.eye-gaze-toggle.off:hover{border-color:#007bff;color:#007bff;background:#f0f7ff}.eye-gaze-toggle.on{border:2px solid #007BFF;background:#007bff;color:#fff;box-shadow:0 2px 8px #007bff40}.eye-gaze-toggle.on:hover{background:#0069d9;border-color:#0069d9}.eye-gaze-icon{flex-shrink:0}.focus-model-button.recalibrate{border:1px solid #007BFF;background:transparent;color:#007bff;font-weight:600;font-size:11px}.focus-model-button.recalibrate:hover{background:#f0f7ff}.focus-system-stats{display:flex;align-items:center;justify-content:center;gap:12px;padding:4px 16px;margin:4px auto;max-width:400px;font-size:12px;color:#888}.focus-system-stats strong{color:#555}.focus-system-stats-sep{width:1px;height:12px;background:#ccc}#display-area video{width:100%;height:100%;object-fit:cover}#timeline-area{width:60%;height:80px;position:relative;display:flex;flex-direction:column;justify-content:flex-end}.timeline-label{position:absolute;top:0;left:0;color:#888;font-size:14px}#timeline-line{width:100%;height:2px;background-color:#87ceeb}#control-panel{display:flex;gap:20px;width:60%;justify-content:space-between}.action-btn{flex:1;padding:12px 0;border:none;border-radius:12px;font-size:16px;font-family:Nunito,sans-serif;font-weight:700;cursor:pointer;color:#fff;transition:opacity .2s}.action-btn:hover{opacity:.9}.action-btn.green{background-color:#28a745}.action-btn.blue{background-color:#007bff}.action-btn.orange{background-color:#e67e22}.action-btn.red{background-color:#dc3545}#frame-control{display:flex;align-items:center;gap:15px;color:#333;font-weight:700}#frame-slider{width:200px;cursor:pointer}#frame-input{width:50px;padding:5px;border:1px solid #ccc;border-radius:5px;text-align:center;font-family:Nunito,sans-serif}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;width:80%;margin:40px auto}.stat-card{background:#fff;padding:30px;border-radius:12px;text-align:center;box-shadow:0 2px 10px #0000001a}.stat-number{font-size:48px;font-weight:700;color:#007bff;margin-bottom:10px}.stat-label{font-size:16px;color:#666}.achievements-section{width:80%;margin:0 auto}.achievements-section h2{color:#333;margin-bottom:20px}.badges-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.badge{background:#fff;padding:30px 20px;border-radius:12px;text-align:center;box-shadow:0 2px 10px #0000001a;transition:transform .2s}.badge:hover{transform:translateY(-5px)}.badge.locked{opacity:.4;filter:grayscale(100%)}.badge-icon{font-size:64px;margin-bottom:15px}.badge-name{font-size:16px;font-weight:700;color:#333}.records-controls{display:flex;gap:10px;margin:20px auto;width:80%;justify-content:center}.filter-btn{padding:10px 20px;border:2px solid #007BFF;background:#fff;color:#007bff;border-radius:8px;cursor:pointer;font-family:Nunito,sans-serif;font-weight:600;transition:all .2s}.filter-btn:hover{background:#e7f3ff}.filter-btn.active{background:#007bff;color:#fff}.chart-container{width:80%;background:#fff;padding:30px;border-radius:12px;margin:20px auto;box-shadow:0 2px 10px #0000001a}#focus-chart{display:block;margin:0 auto;max-width:100%}.sessions-list{width:80%;margin:20px auto}.sessions-list h2{color:#333;margin-bottom:15px}#sessions-table{width:100%;background:#fff;border-collapse:collapse;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #0000001a}#sessions-table th{background:#007bff;color:#fff;padding:15px;text-align:left;font-weight:600}#sessions-table td{padding:12px 15px;border-bottom:1px solid #eee}#sessions-table tr:last-child td{border-bottom:none}#sessions-table tbody tr:hover{background:#f8f9fa}.btn-view{padding:6px 18px;background:#007bff;color:#fff;border:none;border-radius:999px;cursor:pointer;font-family:Nunito,sans-serif;font-size:12px;font-weight:700;transition:background .2s}.btn-view:hover{background:#0056b3}.records-detail-modal{width:min(960px,92vw);max-width:960px;max-height:86vh;overflow-y:auto;padding:30px;box-sizing:border-box}.records-detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px}.records-detail-kicker{color:#007bff;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.records-detail-header h2{margin:10px 0 8px;color:#333;text-align:left}.records-detail-subtitle{margin:0;color:#667281;line-height:1.6}.records-detail-close{border:1px solid #d6e6fa;background:#f4f9ff;color:#3569a8;border-radius:999px;padding:10px 18px;font-family:Nunito,sans-serif;font-weight:700;cursor:pointer}.records-detail-close:hover{border-color:#bfd9f7;background:#e9f4ff}.records-detail-feedback{padding:18px 20px;border-radius:14px;background:#f7f9fc;color:#516173;font-weight:700}.records-detail-feedback-error{background:#fff1ee;color:#b54028}.records-detail-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.records-detail-stat{padding:18px;border-radius:14px;background:#f8fbff;border:1px solid #d9eaff}.records-detail-stat.excellent{background:#eef9f0;border-color:#cdebd3}.records-detail-stat.good{background:#fff9eb;border-color:#f8e3a8}.records-detail-stat.fair{background:#fff4eb;border-color:#ffd6af}.records-detail-stat.low{background:#fff0f0;border-color:#f3c7c7}.records-detail-stat-label{display:block;margin-bottom:8px;color:#667281;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.records-detail-stat-value{display:block;color:#1f2d3d;font-size:28px;line-height:1.1}.records-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px}.records-detail-card{background:#fff;border:1px solid #e8eef5;border-radius:16px;padding:20px;box-shadow:0 8px 24px #142c4a0f;margin-bottom:16px}.records-detail-card:last-child{margin-bottom:0}.records-detail-card h3{margin:0 0 16px;color:#333;font-size:18px}.records-detail-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px}.records-detail-item{display:flex;flex-direction:column;gap:6px}.records-detail-item-label{color:#7a8795;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.records-detail-item-value{color:#263445;font-size:15px;font-weight:700;line-height:1.5}.records-detail-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.records-detail-section-head span{color:#7a8795;font-size:13px;font-weight:700}.records-detail-timeline{display:grid;grid-template-columns:repeat(auto-fit,minmax(10px,1fr));gap:5px}.records-detail-segment{height:48px;border-radius:999px}.records-detail-segment.focused{background:linear-gradient(180deg,#3ab86a,#23a057)}.records-detail-segment.mixed{background:linear-gradient(180deg,#f1b447,#df9a1e)}.records-detail-segment.distracted{background:linear-gradient(180deg,#ec7d7d,#d9534f)}.records-detail-legend{display:flex;flex-wrap:wrap;gap:16px;margin-top:14px;color:#667281;font-size:13px;font-weight:700}.records-detail-legend span{display:inline-flex;align-items:center;gap:8px}.records-detail-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.records-detail-dot.focused{background:#23a057}.records-detail-dot.mixed{background:#df9a1e}.records-detail-dot.distracted{background:#d9534f}.records-detail-events{display:grid;gap:10px;max-height:280px;overflow-y:auto}.records-detail-event{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px 14px;background:#f8fbff;border:1px solid #e1edf9;border-radius:14px}.records-detail-event-time{min-width:52px;color:#3569a8;font-size:13px;font-weight:800}.records-detail-event-copy{min-width:0}.records-detail-event-status{color:#243345;font-size:14px;font-weight:800}.records-detail-event-meta{margin-top:4px;color:#6f7d8c;font-size:12px;line-height:1.5}.records-detail-event-badge{padding:7px 12px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.records-detail-event-badge.focused{background:#eaf8ef;color:#1f8a4c}.records-detail-event-badge.distracted{background:#fff1f1;color:#c24c49}.records-detail-empty{padding:16px 18px;border-radius:14px;background:#f7f9fc;color:#708090;font-weight:700}.settings-container{width:60%;max-width:800px;margin:20px auto}.setting-group{background:#fff;padding:30px;border-radius:12px;margin-bottom:20px;box-shadow:0 2px 10px #0000001a}.setting-group h2{margin-top:0;color:#333;font-size:20px;margin-bottom:20px;border-bottom:2px solid #007BFF;padding-bottom:10px}.setting-item{margin-bottom:25px}.setting-item:last-child{margin-bottom:0}.setting-item label{display:block;margin-bottom:8px;color:#333;font-weight:600}.slider-group{display:flex;align-items:center;gap:15px}.slider-group input[type=range]{flex:1}.slider-group span{min-width:40px;text-align:center;font-weight:700;color:#007bff;font-size:18px}.setting-description{font-size:14px;color:#666;margin-top:5px;font-style:italic}input[type=checkbox]{margin-right:10px;cursor:pointer}input[type=number]{width:100px;padding:8px;border:1px solid #ccc;border-radius:5px;font-family:Nunito,sans-serif}.setting-group .action-btn{display:inline-block;width:48%;margin:15px 1%;text-align:center;box-sizing:border-box}#save-settings{display:block;margin:20px auto}.help-container{width:70%;max-width:900px;margin:20px auto}.fake-ad{position:relative;display:block;width:min(600px,90%);margin:10px auto 30px;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden;background:#fff;text-decoration:none;box-shadow:0 8px 24px #0000001f;transition:transform .2s ease,box-shadow .2s ease}.fake-ad:hover{transform:translateY(-2px);box-shadow:0 12px 30px #00000029}.fake-ad img{display:block;width:100%;height:auto}.fake-ad-badge{position:absolute;top:12px;left:12px;background:#000000bf;color:#fff;font-size:12px;padding:4px 8px;border-radius:6px;letter-spacing:.5px}.fake-ad-cta{position:absolute;right:12px;bottom:12px;background:#111;color:#fff;font-size:14px;padding:8px 12px;border-radius:8px}.help-section{background:#fff;padding:30px;border-radius:12px;margin-bottom:20px;box-shadow:0 2px 10px #0000001a}.help-section h2{color:#007bff;margin-top:0;margin-bottom:15px}.help-section ol,.help-section ul{line-height:1.8;color:#333}.help-section p{line-height:1.6;color:#333}details{margin:15px 0;cursor:pointer;padding:10px;background:#f8f9fa;border-radius:5px}summary{font-weight:700;padding:5px;color:#007bff}details[open] summary{margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px}details p{margin:10px 0 0}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000}.modal-content{background:#fff;padding:40px;border-radius:16px;box-shadow:0 10px 40px #0000004d;max-width:500px;width:90%}.modal-content h2{margin-top:0;color:#333;text-align:center;margin-bottom:30px}.summary-stats{margin-bottom:30px}.summary-item{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid #eee}.summary-item:last-child{border-bottom:none}.summary-label{font-weight:600;color:#666}.summary-value{font-weight:700;color:#007bff;font-size:18px}.modal-content .btn-main{display:block;margin:0 auto;padding:12px 40px}.timeline-block{transition:opacity .2s;border-radius:2px}.timeline-block:hover{opacity:.7}@media(max-width:1200px){.stats-grid,.badges-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.stats-grid,.badges-grid{grid-template-columns:1fr;width:90%}.settings-container,.help-container,.chart-container,.sessions-list,.records-controls{width:90%}#control-panel{width:90%;flex-wrap:wrap}#display-area,#timeline-area{width:90%}#frame-control{width:90%;flex-direction:column}.focus-inline-error-standalone{width:90%}.focus-flow-overlay{inset:70px 10px 10px}.focus-flow-card{padding:22px 20px}.focus-flow-header{flex-direction:column;align-items:flex-start}.focus-flow-icon{width:92px;height:92px}.focus-flow-grid,.focus-flow-steps{grid-template-columns:1fr}.focus-flow-footer{flex-direction:column;align-items:stretch}.focus-flow-button,.focus-flow-secondary{width:100%}.records-detail-modal{width:94vw;padding:22px 18px}.records-detail-header,.records-detail-section-head{flex-direction:column;align-items:flex-start}.records-detail-summary,.records-detail-grid,.records-detail-list{grid-template-columns:1fr}.records-detail-event{grid-template-columns:1fr;align-items:flex-start}}.session-result-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000d9;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;z-index:10;animation:fadeIn .5s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.session-result-overlay h3{font-size:32px;margin-bottom:30px;color:#4cd137;text-transform:uppercase;letter-spacing:2px}.session-result-overlay .result-item{display:flex;justify-content:space-between;width:200px;margin-bottom:15px;font-size:20px;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:5px}.session-result-overlay .label{color:#ccc;font-weight:400}.session-result-overlay .value{color:#fff;font-weight:700;font-family:Courier New,monospace}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.welcome-modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:9999}.welcome-modal{background-color:#1e1e24;padding:40px;border-radius:15px;text-align:center;box-shadow:0 10px 30px #00000080;border:1px solid #333}.welcome-modal h2{margin-top:0;color:#fff}.welcome-modal p{margin-bottom:30px;color:#ccc}.welcome-buttons{display:flex;gap:20px;justify-content:center}.avatar-container{position:absolute;left:20px;cursor:pointer;z-index:1}.avatar-circle{width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:1.2rem;color:#fff;transition:all .3s ease;border:2px solid transparent}.avatar-circle.user{background-color:#555}.avatar-circle.admin{background-color:#fa0;border-color:#fff;box-shadow:0 0 10px #ffaa0080}.cal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#080f1cf0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10000;display:flex;align-items:center;justify-content:center;font-family:Nunito,sans-serif}.cal-header{position:absolute;top:36px;left:50%;transform:translate(-50%);text-align:center;pointer-events:none}.cal-eyebrow{display:inline-block;padding:6px 14px;border-radius:999px;font-size:.82rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.cal-eyebrow-collect{background:#28a7452e;color:#5ee882}.cal-eyebrow-verify{background:#007bff2e;color:#6bb8ff}.cal-instruction{margin:10px 0 0;color:#ffffffb3;font-size:.95rem;line-height:1.5}.cal-target{position:absolute;transform:translate(-50%,-50%)}.cal-ring{position:absolute;left:-30px;top:-30px}.cal-dot{width:20px;height:20px;border-radius:50%;transition:box-shadow .3s ease}.cal-cancel{position:absolute;bottom:40px;left:50%;transform:translate(-50%);border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:12px 28px;background:#ffffff14;color:#ffffffd9;font-family:Nunito,sans-serif;font-size:.95rem;font-weight:700;cursor:pointer;transition:background .2s ease,border-color .2s ease}.cal-cancel:hover{background:#ffffff24;border-color:#fff6}.cal-done-card{text-align:center;padding:36px 44px;border-radius:20px;border:1px solid rgba(255,255,255,.08);box-shadow:0 28px 80px #0006;animation:fadeIn .4s ease}.cal-done-success{background:linear-gradient(168deg,#28a74526,#141e30f2 60%);border-color:#28a7454d}.cal-done-fail{background:linear-gradient(168deg,#dc354526,#141e30f2 60%);border-color:#dc35454d}.cal-done-eyebrow{display:inline-block;padding:6px 14px;border-radius:999px;font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-bottom:14px}.cal-done-success .cal-done-eyebrow{background:#28a74533;color:#5ee882}.cal-done-fail .cal-done-eyebrow{background:#dc354533;color:#f87171}.cal-done-title{margin:0 0 8px;font-size:1.6rem;color:#fff}.cal-done-subtitle{margin:0;color:#fff9;font-size:.95rem;line-height:1.5}.home-button-grid{display:flex;justify-content:center;width:100%;max-width:360px;margin:40px auto 0}.home-button-grid .btn-main{width:100%;height:60px;margin:0;padding:10px;font-size:1rem;display:flex;justify-content:center;align-items:center;text-align:center;box-sizing:border-box}@media(max-width:600px){#top-menu{justify-content:flex-start;padding:0 12px 0 68px}.menu-btn{padding:10px 14px;font-size:.92rem}.separator{margin:0 2px}.home-button-grid{gap:15px;max-width:90%}.home-button-grid .btn-main{height:50px;font-size:.85rem}}
