.attendance-module__hGTt0W__container{max-width:var(--max-width);margin:0 auto;padding:6.5rem 1.5rem 2rem;animation:.8s ease-out attendance-module__hGTt0W__fadeIn}@keyframes attendance-module__hGTt0W__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.attendance-module__hGTt0W__header{text-align:center;margin-top:.5rem;margin-bottom:1.75rem}.attendance-module__hGTt0W__title{letter-spacing:-.02em;margin-bottom:.4rem;font-size:2rem;font-weight:800;line-height:1.25}.attendance-module__hGTt0W__subtitle{color:var(--muted);max-width:620px;margin:0 auto;font-size:.95rem;line-height:1.5}.attendance-module__hGTt0W__statsGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.attendance-module__hGTt0W__statCard{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--transition-smooth);align-items:center;gap:1.25rem;padding:1.5rem;display:flex;position:relative;overflow:hidden}.attendance-module__hGTt0W__statCard:after{content:"";background:linear-gradient(90deg, var(--primary), var(--secondary));opacity:0;width:100%;height:4px;transition:var(--transition-smooth);position:absolute;top:0;left:0}.attendance-module__hGTt0W__statCard:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-medium);transform:translateY(-4px)}.attendance-module__hGTt0W__statCard:hover:after{opacity:1}.attendance-module__hGTt0W__statIcon{background:var(--muted-light);width:55px;height:55px;transition:var(--transition-smooth);border-radius:14px;justify-content:center;align-items:center;font-size:2.2rem;display:flex}.attendance-module__hGTt0W__statCard:hover .attendance-module__hGTt0W__statIcon{background:var(--primary-light);transform:scale(1.1)rotate(5deg)}.attendance-module__hGTt0W__statInfo{flex-direction:column;display:flex}.attendance-module__hGTt0W__statValue{color:var(--foreground);font-size:1.8rem;font-weight:800;line-height:1.1}.attendance-module__hGTt0W__statLabel{color:var(--muted);margin-top:.25rem;font-size:.85rem;font-weight:500}.attendance-module__hGTt0W__chartsGrid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem;display:grid}@media (min-width:768px){.attendance-module__hGTt0W__chartsGrid{grid-template-columns:1fr 1fr}}.attendance-module__hGTt0W__chartCard{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;justify-content:space-between;padding:1.5rem;display:flex}.attendance-module__hGTt0W__chartTitle{color:var(--foreground);align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:1.1rem;font-weight:700;display:flex}.attendance-module__hGTt0W__genderBarWrapper{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.attendance-module__hGTt0W__genderBar{background-color:var(--muted-light);border-radius:12px;width:100%;height:24px;display:flex;overflow:hidden;box-shadow:inset 0 2px 4px #0000000d}.attendance-module__hGTt0W__genderFemaleSegment{background:linear-gradient(90deg, var(--secondary), hsl(var(--secondary-hue) 90% 65%));color:#fff;text-shadow:0 1px 2px #0003;justify-content:center;align-items:center;height:100%;font-size:.75rem;font-weight:700;transition:width .8s cubic-bezier(.4,0,.2,1);display:flex}.attendance-module__hGTt0W__genderMaleSegment{background:linear-gradient(90deg, hsl(var(--primary-hue) 85% 65%), var(--primary));color:#fff;text-shadow:0 1px 2px #0003;justify-content:center;align-items:center;height:100%;font-size:.75rem;font-weight:700;transition:width .8s cubic-bezier(.4,0,.2,1);display:flex}.attendance-module__hGTt0W__genderMaleSegmentSolo,.attendance-module__hGTt0W__genderFemaleSegmentSolo{border-radius:12px}.attendance-module__hGTt0W__genderLabels{color:var(--muted);justify-content:space-between;margin-top:.25rem;font-size:.85rem;font-weight:600;display:flex}.attendance-module__hGTt0W__femaleText{color:var(--secondary)}.attendance-module__hGTt0W__maleText{color:var(--primary)}.attendance-module__hGTt0W__progressList{flex-direction:column;gap:.85rem;display:flex}.attendance-module__hGTt0W__progressItem{flex-direction:column;gap:.25rem;display:flex}.attendance-module__hGTt0W__progressHeader{color:var(--foreground);justify-content:space-between;font-size:.85rem;font-weight:600;display:flex}.attendance-module__hGTt0W__progressLabel{color:var(--muted)}.attendance-module__hGTt0W__progressBarContainer{background-color:var(--muted-light);border-radius:4px;height:8px;overflow:hidden}.attendance-module__hGTt0W__progressBarFill{background:linear-gradient(90deg, var(--primary), var(--accent-purple));border-radius:4px;height:100%;transition:width .8s cubic-bezier(.4,0,.2,1)}.attendance-module__hGTt0W__mainGrid{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem;display:grid}@media (min-width:992px){.attendance-module__hGTt0W__mainGrid{grid-template-columns:1.1fr .9fr}}.attendance-module__hGTt0W__sectionTitle{border-bottom:2px solid var(--border);align-items:center;gap:.6rem;margin-bottom:1.5rem;padding-bottom:.6rem;font-size:1.4rem;font-weight:700;display:flex}.attendance-module__hGTt0W__cardContent{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);height:100%;transition:var(--transition-smooth);padding:2rem}.attendance-module__hGTt0W__cardContent:hover{border-color:var(--border)}.attendance-module__hGTt0W__formGrid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (min-width:576px){.attendance-module__hGTt0W__formGrid{grid-template-columns:1fr 1fr}}.attendance-module__hGTt0W__fullWidth{grid-column:1/-1}.attendance-module__hGTt0W__helperText{color:var(--muted);margin-top:-.25rem;font-size:.8rem}.attendance-module__hGTt0W__scannerCard{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);text-align:center;height:100%;transition:var(--transition-smooth);flex-direction:column;justify-content:space-between;align-items:center;padding:2rem;display:flex;position:relative;overflow:hidden}.attendance-module__hGTt0W__scannerCard:before{content:"";background:linear-gradient(to bottom, var(--primary), var(--secondary));width:4px;height:100%;position:absolute;top:0;left:0}.attendance-module__hGTt0W__scannerInstructions{color:var(--muted);margin-top:.5rem;font-size:.9rem;line-height:1.5}.attendance-module__hGTt0W__sourceSelectorContainer{flex-direction:column;align-items:center;gap:.5rem;width:100%;margin-top:1rem;display:flex}.attendance-module__hGTt0W__sourceLabel{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.attendance-module__hGTt0W__sourceTabs{background-color:var(--muted-light);border-radius:var(--radius-md);gap:2px;width:100%;padding:4px;display:flex}.attendance-module__hGTt0W__sourceTab{color:var(--muted);cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;border-radius:8px;flex:1;padding:.6rem .4rem;font-size:.8rem;font-weight:700}.attendance-module__hGTt0W__sourceTab:hover{color:var(--foreground)}.attendance-module__hGTt0W__sourceTabActive{background-color:var(--card-bg);box-shadow:var(--shadow-sm);color:var(--primary)!important}.attendance-module__hGTt0W__connectionStatusIndicator{margin-top:1rem;font-size:.85rem;font-weight:700}.attendance-module__hGTt0W__statusSpanConnected{color:#2e7d32;background:#e8f5e9;border-radius:12px;align-items:center;gap:.5rem;padding:.25rem .75rem;display:inline-flex}.attendance-module__hGTt0W__statusSpanConnecting{color:#b78103;background:#fff8e1;border-radius:12px;align-items:center;gap:.5rem;padding:.25rem .75rem;display:inline-flex}.attendance-module__hGTt0W__statusSpanDisconnected{color:#c62828;background:#ffebee;border-radius:12px;align-items:center;gap:.5rem;padding:.25rem .75rem;display:inline-flex}.attendance-module__hGTt0W__pingDotGreen{background-color:#2e7d32;border-radius:50%;width:10px;height:10px;animation:1.5s infinite attendance-module__hGTt0W__pulseGlow;display:inline-block;box-shadow:0 0 10px #2e7d32}.attendance-module__hGTt0W__pingDotYellow{background-color:#b78103;border-radius:50%;width:10px;height:10px;animation:1.5s infinite attendance-module__hGTt0W__pulseGlowYellow;display:inline-block}.attendance-module__hGTt0W__pingDotRed{background-color:#c62828;border-radius:50%;width:10px;height:10px;display:inline-block}@keyframes attendance-module__hGTt0W__pulseGlow{0%{transform:scale(.9);box-shadow:0 0 #2e7d32b3}70%{transform:scale(1.1);box-shadow:0 0 0 6px #2e7d3200}to{transform:scale(.9);box-shadow:0 0 #2e7d3200}}@keyframes attendance-module__hGTt0W__pulseGlowYellow{0%{transform:scale(.9);box-shadow:0 0 #b78103b3}70%{transform:scale(1.1);box-shadow:0 0 0 6px #b7810300}to{transform:scale(.9);box-shadow:0 0 #b7810300}}.attendance-module__hGTt0W__scannerWrapper{background:var(--muted-light);border:4px solid var(--border);cursor:pointer;width:190px;height:190px;transition:var(--transition-smooth);border-radius:50%;justify-content:center;align-items:center;margin:1.5rem 0;display:flex;position:relative}.attendance-module__hGTt0W__scannerWrapper:after{content:"";border:2px dashed var(--primary-medium);opacity:.6;pointer-events:none;transition:var(--transition-smooth);border-radius:50%;animation:25s linear infinite attendance-module__hGTt0W__rotateDial;position:absolute;inset:-12px}.attendance-module__hGTt0W__scannerWrapper:hover:after{border-color:var(--primary);opacity:.9;animation-duration:10s}@keyframes attendance-module__hGTt0W__rotateDial{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.attendance-module__hGTt0W__scannerWrapper:hover{border-color:var(--primary);box-shadow:0 0 20px hsl(var(--primary-hue) 85% 52% / .25);transform:scale(1.02)}.attendance-module__hGTt0W__scannerWrapper.attendance-module__hGTt0W__scanning{border-color:var(--accent-orange);box-shadow:0 0 25px #f9761f73}.attendance-module__hGTt0W__scannerWrapper.attendance-module__hGTt0W__scanning:after{border-color:var(--accent-orange);border-style:dotted;animation-duration:4s}.attendance-module__hGTt0W__scannerWrapper.attendance-module__hGTt0W__success{background:#e8f5e9;border-color:#2e7d32;box-shadow:0 0 30px #2e7d3266}.attendance-module__hGTt0W__scannerWrapper.attendance-module__hGTt0W__success:after{border-style:solid;border-color:#2e7d32}.attendance-module__hGTt0W__scannerWrapper.attendance-module__hGTt0W__error{background:#ffebee;border-color:#c62828;animation:.4s ease-in-out attendance-module__hGTt0W__shake;box-shadow:0 0 30px #c6282866}.attendance-module__hGTt0W__scannerWrapper.attendance-module__hGTt0W__error:after{border-color:#c62828}@keyframes attendance-module__hGTt0W__shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-6px)}40%,80%{transform:translate(6px)}}.attendance-module__hGTt0W__scannerDisabled{opacity:.4;cursor:not-allowed!important}.attendance-module__hGTt0W__scannerDisabled:after{display:none}.attendance-module__hGTt0W__fingerprintSvg{width:100px;height:100px;fill:var(--muted);transition:var(--transition-smooth)}.attendance-module__hGTt0W__scannerWrapper.attendance-module__hGTt0W__scanning .attendance-module__hGTt0W__fingerprintSvg{fill:var(--accent-orange);transform:scale(.95)}.attendance-module__hGTt0W__scannerWrapper.attendance-module__hGTt0W__success .attendance-module__hGTt0W__fingerprintSvg{fill:#2e7d32;transform:scale(1.05)}.attendance-module__hGTt0W__scannerWrapper.attendance-module__hGTt0W__error .attendance-module__hGTt0W__fingerprintSvg{fill:#c62828}.attendance-module__hGTt0W__scanLine{background:linear-gradient(90deg, transparent, var(--accent-orange), transparent);width:100%;height:6px;box-shadow:0 0 12px var(--accent-orange), 0 0 4px var(--accent-orange);z-index:10;animation:1.8s ease-in-out infinite attendance-module__hGTt0W__scanMove;display:none;position:absolute;left:0}.attendance-module__hGTt0W__scannerWrapper.attendance-module__hGTt0W__scanning .attendance-module__hGTt0W__scanLine{display:block}@keyframes attendance-module__hGTt0W__scanMove{0%{top:12%}50%{top:88%}to{top:12%}}.attendance-module__hGTt0W__scannerStatus{letter-spacing:.05em;text-transform:uppercase;min-height:27px;margin-top:1.25rem;font-size:1.15rem;font-weight:800}.attendance-module__hGTt0W__statusText{color:var(--foreground)}.attendance-module__hGTt0W__statusScanning{color:var(--accent-orange)}.attendance-module__hGTt0W__statusSuccess{color:#2e7d32}.attendance-module__hGTt0W__statusError{color:#c62828}.attendance-module__hGTt0W__scannerPrompt{background:var(--muted-light);border-radius:var(--radius-sm);border-left:4px solid var(--muted);text-align:left;width:100%;margin-top:1.25rem;padding:.75rem 1rem;font-size:.85rem;font-weight:500;line-height:1.4}.attendance-module__hGTt0W__scannerPrompt.attendance-module__hGTt0W__warning{color:#7c3403;border-left-color:var(--accent-orange);background:#fef3eb}.attendance-module__hGTt0W__scannerPrompt.attendance-module__hGTt0W__success{color:#1b5e20;background:#e8f5e9;border-left-color:#2e7d32}.attendance-module__hGTt0W__scannerOptionsRow{justify-content:center;width:100%;margin-top:1rem;display:flex}.attendance-module__hGTt0W__soundToggle{background:var(--muted-light);border:1px solid var(--border);color:var(--foreground);cursor:pointer;transition:var(--transition-smooth);border-radius:20px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.8rem;font-weight:700;display:inline-flex}.attendance-module__hGTt0W__soundToggle:hover{background:var(--border);transform:translateY(-1px)}.attendance-module__hGTt0W__setupGuideBtn{color:var(--primary);cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;margin-top:1.5rem;font-size:.85rem;font-weight:700}.attendance-module__hGTt0W__setupGuideBtn:hover{color:var(--primary-hover);text-decoration:underline}.attendance-module__hGTt0W__setupCard{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border-left:4px solid var(--accent-orange);margin-bottom:3rem;padding:1.5rem 2rem;animation:.3s ease-out attendance-module__hGTt0W__slideDown}@keyframes attendance-module__hGTt0W__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.attendance-module__hGTt0W__codeBlock{background:var(--muted-light);border:1px solid var(--border);border-radius:6px;margin:.5rem 0;padding:.75rem 1rem;font-family:monospace;font-size:.85rem;display:block;overflow-x:auto}.attendance-module__hGTt0W__dashboardSection{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem;display:grid}@media (min-width:992px){.attendance-module__hGTt0W__dashboardSection{grid-template-columns:2fr 1fr}}.attendance-module__hGTt0W__activityCard{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;height:100%;padding:1.5rem;display:flex}.attendance-module__hGTt0W__activityFeedList{flex-direction:column;gap:.85rem;margin-top:.5rem;display:flex}.attendance-module__hGTt0W__activityFeedItem{background-color:var(--muted-light);border-radius:var(--radius-sm);border-left:3px solid var(--primary);align-items:flex-start;gap:.75rem;padding:.75rem;animation:.5s cubic-bezier(.16,1,.3,1) forwards attendance-module__hGTt0W__feedSlideIn;display:flex}@keyframes attendance-module__hGTt0W__feedSlideIn{0%{opacity:0;transform:translate(-15px)}to{opacity:1;transform:translate(0)}}.attendance-module__hGTt0W__activityItemIcon{margin-top:.1rem;font-size:1.25rem}.attendance-module__hGTt0W__activityItemInfo{flex-direction:column;flex:1;display:flex}.attendance-module__hGTt0W__activityItemTitle{color:var(--foreground);font-size:.9rem;font-weight:700}.attendance-module__hGTt0W__activityItemMeta{color:var(--muted);margin-top:.15rem;font-size:.8rem}.attendance-module__hGTt0W__activityItemTime{color:var(--primary-hover);margin-top:.15rem;font-size:.75rem;font-weight:600}.attendance-module__hGTt0W__noActivity{text-align:center;color:var(--muted);padding:2rem 0;font-size:.9rem;font-style:italic}.attendance-module__hGTt0W__logSection{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:2rem}.attendance-module__hGTt0W__logControls{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}@media (min-width:768px){.attendance-module__hGTt0W__logControls{flex-direction:row;justify-content:space-between;align-items:center}}.attendance-module__hGTt0W__searchBar{flex:1;gap:.5rem;max-width:400px;display:flex}.attendance-module__hGTt0W__filterGroup{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.attendance-module__hGTt0W__tableWrapper{border:1px solid var(--border);border-radius:var(--radius-sm);overflow-x:auto}.attendance-module__hGTt0W__table{border-collapse:collapse;text-align:left;width:100%;font-size:.95rem}.attendance-module__hGTt0W__table th{background-color:var(--muted-light);color:var(--foreground);border-bottom:2px solid var(--border);white-space:nowrap;padding:1rem;font-weight:700}.attendance-module__hGTt0W__table td{border-bottom:1px solid var(--border);color:var(--foreground);padding:1rem}.attendance-module__hGTt0W__table tr:last-child td{border-bottom:none}.attendance-module__hGTt0W__table tr:hover td{background-color:var(--primary-light)}.attendance-module__hGTt0W__deleteBtn{color:#c62828;cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.4rem;display:inline-flex}.attendance-module__hGTt0W__deleteBtn:hover{color:#b71c1c;background:#ffebee;transform:scale(1.15)}.attendance-module__hGTt0W__badge{text-transform:uppercase;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:700;display:inline-block}.attendance-module__hGTt0W__badgePrimary{background-color:var(--primary-light);color:var(--primary-hover)}.attendance-module__hGTt0W__badgeSecondary{background-color:var(--secondary-light);color:var(--secondary-hover)}.attendance-module__hGTt0W__badgeOrange{color:#e05d06;background-color:#fef0e6}.attendance-module__hGTt0W__badgePurple{background-color:var(--accent-purple-light);color:var(--accent-purple)}.attendance-module__hGTt0W__noData{text-align:center;color:var(--muted);font-style:italic;padding:3.5rem 1rem!important}
