.home-module__Hx0lNG__main{background-color:#f0f2f5;min-height:100vh;font-family:Segoe UI,sans-serif}.home-module__Hx0lNG__header{background:#fff;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;box-shadow:0 2px 4px #0000000d}.home-module__Hx0lNG__headerLeft{align-items:center;gap:1.5rem;display:flex}.home-module__Hx0lNG__logo{object-fit:contain;height:auto}.home-module__Hx0lNG__title{color:#333;margin:0;font-size:1.35rem}.home-module__Hx0lNG__userinfo{color:#666;align-items:center;gap:1rem;font-size:.9rem;display:flex}.home-module__Hx0lNG__adminBtn{color:#fff;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:#2c3e50;border:none;border-radius:4px;padding:.5rem 1rem;font-weight:500;transition:all .3s}.home-module__Hx0lNG__adminBtn:hover{background:#1a252f;transform:translateY(-1px)}.home-module__Hx0lNG__logoutBtn{color:#fff;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:#2c3e50;border:none;border-radius:8px;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;transition:all .2s;box-shadow:0 4px 10px #2c3e5040}.home-module__Hx0lNG__logoutBtn:hover{background:#1a252f;transform:translateY(-1px)}.home-module__Hx0lNG__content{justify-content:center;padding:2rem;display:flex}.home-module__Hx0lNG__card{background:#fff;border-radius:10px;width:100%;padding:2.25rem;box-shadow:0 4px 12px #00000014}.home-module__Hx0lNG__card h2{color:#2c3e50;border-bottom:2px solid #2c3e50;margin-top:0;margin-bottom:1.5rem;padding-bottom:.25rem;display:inline-block}.home-module__Hx0lNG__form,.home-module__Hx0lNG__field{flex-direction:column;gap:1rem;margin-bottom:1rem;display:flex}.home-module__Hx0lNG__field label{color:#2c3e50;font-size:1rem;font-weight:600}.home-module__Hx0lNG__field input,.home-module__Hx0lNG__select{border:1px solid #ccc;border-radius:6px;padding:.85rem;font-size:1.05rem}.home-module__Hx0lNG__primaryBtn{color:#fff;cursor:pointer;background-color:#2c3e50;border:none;border-radius:4px;padding:.75rem;font-weight:700}.home-module__Hx0lNG__primaryBtn:hover{background-color:#1a252f}.home-module__Hx0lNG__textBtn{color:#2c3e50;cursor:pointer;background:0 0;border:none;margin-top:.5rem;text-decoration:underline}.home-module__Hx0lNG__loading{color:#888;justify-content:center;align-items:center;height:100vh;font-size:1.5rem;display:flex}.home-module__Hx0lNG__error{color:#d32f2f;background:#ffebee;border-radius:4px;padding:1rem}.home-module__Hx0lNG__hint{color:#5a6475;margin-top:.25rem;font-size:1.1rem}.home-module__Hx0lNG__stampInfo{color:#2c3e50;background:#f8f9fa;border-left:4px solid #2c3e50;border-radius:8px;margin:.5rem 0;padding:.75rem;font-size:1.3rem;font-weight:600}.home-module__Hx0lNG__elapsedTime{color:#27ae60;text-align:center;letter-spacing:.05em;background:linear-gradient(135deg,#f0f9f4 0%,#e8f5e9 100%);border-radius:10px;margin:.75rem 0;padding:1rem;font-size:1.5rem;font-weight:700;box-shadow:0 2px 8px #27ae6026}.home-module__Hx0lNG__personGrid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:1.25rem;margin-top:.5rem;display:grid}.home-module__Hx0lNG__personCard{cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background:#fafbfc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;transition:all .2s;display:flex;box-shadow:0 2px 4px #00000014}.home-module__Hx0lNG__personCard:hover{border-color:#2c3e50;transform:translateY(-1px);box-shadow:0 6px 14px #0000000f}.home-module__Hx0lNG__personCardSelected{background:#ecf0f1;border-color:#2c3e50;box-shadow:0 6px 14px #2c3e501f}.home-module__Hx0lNG__personPhoto{aspect-ratio:1;object-fit:cover;opacity:0;background:#f0f2f5;border-radius:8px;width:100%;transition:opacity .2s ease-out}.home-module__Hx0lNG__personPhoto[data-loaded=true]{opacity:1}.home-module__Hx0lNG__personPlaceholder{aspect-ratio:1;color:#999;background:repeating-linear-gradient(45deg,#f6f7fb,#f6f7fb 10px,#eef1f7 10px 20px);border:1px dashed #d0d7e2;border-radius:6px;place-items:center;width:100%;font-size:.9rem;display:grid}.home-module__Hx0lNG__personName{color:#1f2d3d;text-align:center;font-size:1.05rem;font-weight:700}.home-module__Hx0lNG__modalOverlay{z-index:1000;background:#00000059;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.home-module__Hx0lNG__modal{color:#2c3e50;background:#fff;border-radius:12px;width:min(480px,92vw);padding:2rem;position:relative;box-shadow:0 18px 48px #00000038}.home-module__Hx0lNG__modalHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.home-module__Hx0lNG__modalHeader h3{text-align:center;flex:1;margin:0;font-size:2rem;font-weight:700}.home-module__Hx0lNG__modalBody{flex-direction:column;gap:.75rem;font-size:1.05rem;display:flex}.home-module__Hx0lNG__modalActions{gap:.75rem;margin-top:1rem;display:flex}.home-module__Hx0lNG__modalActions .home-module__Hx0lNG__logoutBtn{width:100%;padding:1rem 1.5rem;font-size:1.3rem}.home-module__Hx0lNG__closeBtn{cursor:pointer;color:#2c3e50;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:0 0;border:none;padding:.25rem .5rem;font-size:2.5rem;line-height:1;transition:all .2s;position:absolute;top:1rem;right:1rem}.home-module__Hx0lNG__closeBtn:hover{color:#d32f2f;transform:scale(1.1)}.home-module__Hx0lNG__pauseRow{flex-direction:column;gap:.35rem;margin-top:.5rem;display:flex}.home-module__Hx0lNG__pauseButtons{gap:.75rem;width:100%;display:flex}.home-module__Hx0lNG__smallBtn{color:#fff;cursor:pointer;background:#2c3e50;border:none;border-radius:8px;flex:1;padding:.75rem 1rem;font-size:1.2rem;font-weight:600;transition:all .2s}.home-module__Hx0lNG__smallBtn:hover{background:#1f2d3d}.home-module__Hx0lNG__input{color:#2c3e50;background:#fff;border:1px solid #cfd6e0;border-radius:6px;padding:.65rem .8rem;font-size:25px}
