html.has-session #scr-login{display:none!important}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased}.page{height:100svh;display:flex;flex-direction:column;overflow:hidden}.app-header{background:var(--green);color:#fff;padding:11px 16px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;gap:10px}.header-brand{display:flex;align-items:center;gap:9px;min-width:0}.header-logo{width:30px;height:30px;border-radius:8px;flex-shrink:0;object-fit:contain}.header-title{font-size:.95rem;font-weight:800}.header-sub{font-size:.68rem;opacity:.82;margin-top:1px}.header-user-btn{display:flex;align-items:center;gap:7px;background:#0000002e;border-radius:999px;padding:4px 10px 4px 4px;border:none;color:#fff;font:inherit;font-size:.78rem;font-weight:700;cursor:pointer;flex-shrink:0}.header-avatar{width:24px;height:24px;background:#ffffff40;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:800}.main{flex:1;overflow:hidden;position:relative;min-height:0}.tab{position:absolute;top:0;right:0;bottom:0;left:0;overflow-y:auto;padding:1rem;padding-bottom:calc(5.5rem + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:.875rem;-webkit-overflow-scrolling:touch}.tab>*{flex-shrink:0}.tab.hidden{display:none}.bottom-nav{display:flex;background:var(--white);border-top:1px solid var(--border);flex-shrink:0;padding-bottom:env(safe-area-inset-bottom)}.bnav-btn{flex:1;padding:8px 4px 6px;display:flex;flex-direction:column;align-items:center;gap:2px;border:none;background:none;font:inherit;font-size:.67rem;font-weight:600;color:var(--muted);cursor:pointer}.bnav-btn.active{color:var(--green)}.bnav-btn svg{width:21px;height:21px;stroke-width:1.8;fill:none;stroke:currentColor}.bnav-scan-dot{width:44px;height:44px;background:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:-12px auto 2px;box-shadow:0 2px 12px #7db60266}.bnav-scan-dot svg{width:22px;height:22px;stroke:#fff}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:var(--bg);display:flex;flex-direction:column}.overlay.hidden{display:none}.overlay-hdr{background:var(--green);color:#fff;padding:11px 16px;display:flex;align-items:center;gap:10px;flex-shrink:0}.overlay-back{background:none;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;gap:5px;font:inherit;font-size:.88rem;font-weight:700;padding:4px 0}.overlay-back svg{width:20px;height:20px;stroke-width:2.2;fill:none;stroke:currentColor}.overlay-hdr-title{font-size:.95rem;font-weight:800}.overlay-body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;overflow-y:auto}#scr-login{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:linear-gradient(165deg,var(--green) 0%,var(--green-dark) 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;overflow-y:auto}.btn-link{background:none;border:none;color:var(--green);font:inherit;font-size:.875rem;cursor:pointer;text-decoration:underline;padding:0;text-align:center}.reset-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:210;background:var(--bg);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;overflow-y:auto}.reset-screen.hidden{display:none}.login-success{font-size:.875rem;color:var(--green);text-align:center;min-height:1.1em}#scr-login.hidden{display:none}.login-logo{width:132px;height:auto;padding:14px 18px;background:#fff;border-radius:18px;margin-bottom:1.4rem;object-fit:contain;box-shadow:0 8px 24px #0000002e}.login-title{font-size:1.5rem;font-weight:900;text-align:center;margin-bottom:.25rem;color:#fff;letter-spacing:-.01em}.login-sub{font-size:.9rem;color:#ffffffeb;text-align:center;margin-bottom:1.4rem;line-height:1.5}.login-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);padding:1.4rem;width:100%;max-width:350px;display:flex;flex-direction:column;gap:.8rem;box-shadow:0 16px 40px #00000038}.field{width:100%;padding:12px 13px;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:1rem;background:var(--white);color:var(--text);outline:none;-webkit-appearance:none}.field:focus{border-color:var(--green)}.pw-field{position:relative}.pw-field .field{padding-right:44px}.pw-eye-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;padding:4px;cursor:pointer;color:var(--muted);display:flex;align-items:center;line-height:0}.pw-eye-btn:hover{color:var(--text-2)}.pw-eye-icon{width:20px;height:20px;display:block}.remember-row{display:flex;align-items:center;gap:8px;font-size:.875rem;color:var(--muted);cursor:pointer;-webkit-user-select:none;user-select:none}.remember-row input{accent-color:var(--green);width:16px;height:16px;cursor:pointer}.btn-primary{width:100%;padding:13px;background:var(--green);color:#fff;border:none;border-radius:var(--radius-sm);font:inherit;font-size:1rem;font-weight:700;cursor:pointer;-webkit-appearance:none}.btn-primary:active{background:var(--green-dark)}.btn-primary:disabled{opacity:.6;cursor:default}.error-msg{font-size:.875rem;color:var(--red);text-align:center;min-height:1.1em}.welcome-card{background:var(--green);color:#fff;border-radius:var(--radius);padding:1rem 1.15rem;display:flex;align-items:center;gap:.9rem}.welcome-avatar{width:50px;height:50px;border-radius:50%;background:#ffffff38;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:800;flex-shrink:0}.welcome-name{font-size:1.1rem;font-weight:800}.welcome-sub{font-size:.78rem;opacity:.88;margin-top:3px}.stats-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem}.stat-chip{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.6rem .5rem;text-align:center}.stat-chip-val{font-size:1.15rem;font-weight:900;line-height:1}.stat-chip-lbl{font-size:.64rem;color:var(--muted);font-weight:600;margin-top:3px}.c-green{color:var(--green)}.c-amber{color:var(--amber)}.c-red{color:var(--red)}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.info-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);padding:.85rem 1rem}.info-card-lbl{font-size:.67rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-weight:700;margin-bottom:.35rem}.info-card-val{font-size:.95rem;font-weight:800}.info-card-sub{font-size:.74rem;color:var(--muted);margin-top:2px}.info-card.hl .info-card-val{color:var(--green)}.sec-title{font-size:.74rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:700;padding:0 2px}.h-list{display:flex;flex-direction:column;background:var(--white);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden}.h-item{display:flex;align-items:center;gap:.7rem;padding:.7rem 1rem;border-bottom:1px solid var(--border)}.h-item:last-child{border-bottom:none}.h-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.d-present{background:var(--green)}.d-late{background:var(--amber)}.d-absent,.d-excused{background:var(--red)}.d-none{background:#d1d5db}.h-date{flex:1}.h-date-main{font-size:.88rem;font-weight:700}.h-date-day{font-size:.73rem;color:var(--muted)}.h-pill{font-size:.74rem;font-weight:700;padding:3px 8px;border-radius:999px}.p-present{background:var(--green-bg);color:var(--green-dark)}.p-late{background:var(--amber-bg);color:#92400e}.p-absent,.p-excused{background:var(--red-bg);color:var(--red)}.p-none{background:#f3f4f6;color:var(--muted)}.h-time{font-size:.73rem;color:var(--muted);margin-left:.2rem}.h-empty{padding:1.2rem 1rem;text-align:center;color:var(--muted);font-size:.9rem}.h-scroll{max-height:320px;overflow-y:auto;-webkit-overflow-scrolling:touch;border-radius:var(--radius)}.h-scroll .h-list{border-radius:0;border:1px solid var(--border)}.pay-months{display:flex;flex-direction:column;background:var(--white);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;margin-top:.25rem}.pay-row{display:flex;align-items:center;gap:.7rem;padding:.65rem 1rem;border-bottom:1px solid var(--border)}.pay-row:last-child{border-bottom:none}.pay-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.pay-dot.paid{background:var(--green)}.pay-dot.due{background:var(--amber)}.pay-month{flex:1;font-size:.88rem;font-weight:700}.pay-meta{font-size:.73rem;color:var(--muted)}.pay-amt{font-size:.82rem;font-weight:700}.pay-amt.paid{color:var(--green-dark)}.pay-amt.due{color:var(--amber)}.cal-nav{display:flex;align-items:center;justify-content:space-between;background:var(--white);border-radius:var(--radius);border:1px solid var(--border);padding:.55rem .75rem}.cal-nav-btn{background:none;border:none;cursor:pointer;font-size:1.4rem;color:var(--text-2);width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px}.cal-nav-btn:active{background:var(--bg)}.cal-month-lbl{font-size:.95rem;font-weight:800}.cal-wrap{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden}.cal-wds{display:grid;grid-template-columns:repeat(7,1fr);border-bottom:1px solid var(--border)}.cal-wd{text-align:center;font-size:.68rem;font-weight:700;color:var(--muted);padding:.5rem 0}.cal-wd.t{color:var(--green)}.cal-days{display:grid;grid-template-columns:repeat(7,1fr)}.cal-day{height:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:.82rem;font-weight:600;color:var(--text-2);border-bottom:1px solid #f3f4f6}.cal-day.td .cal-dn{background:var(--green);color:#fff;border-radius:50%;width:26px;height:26px;display:flex;align-items:center;justify-content:center}.cal-day.tr{background:#fafdf5}.cal-day.ftr .cal-dn{color:var(--green);font-weight:800}.cal-dot{width:6px;height:6px;border-radius:50%}.cd-present{background:var(--green)}.cd-late{background:var(--amber)}.cd-absent,.cd-excused{background:var(--red)}.cd-none{background:#d1d5db}.prof-id-card{background:var(--green);color:#fff;border-radius:var(--radius);padding:1rem 1.15rem;display:flex;align-items:center;gap:.9rem}.prof-id-avatar{width:56px;height:56px;border-radius:50%;background:#ffffff38;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.15rem;font-weight:800;flex-shrink:0;background-size:cover;background-position:center}.prof-id-meta{min-width:0}.prof-id-name{font-size:1.1rem;font-weight:800}.prof-id-sub{font-size:.8rem;opacity:.9;margin-top:2px;word-break:break-word}.prof-rows{display:flex;flex-direction:column;background:var(--white);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden}.prof-rows:empty{display:none}.prof-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.7rem 1rem;border-bottom:1px solid var(--border)}.prof-row:last-child{border-bottom:none}.prof-row-lbl{font-size:.78rem;color:var(--muted);font-weight:600;flex-shrink:0}.prof-row-val{font-size:.88rem;font-weight:700;text-align:right;word-break:break-word}.prof-msr-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);padding:.85rem 1rem;margin-bottom:.6rem}.prof-msr-card:last-child{margin-bottom:0}.prof-msr-hdr{display:flex;align-items:center;gap:.5rem;font-size:.9rem;margin-bottom:.55rem}.prof-msr-badge{font-size:.66rem;font-weight:700;padding:2px 7px;border-radius:999px;background:var(--green-bg);color:var(--green-dark)}.prof-msr-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem .75rem}.prof-msr-item{display:flex;flex-direction:column}.prof-msr-lbl{font-size:.68rem;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.03em}.prof-msr-val{font-size:.92rem;font-weight:700}.prof-msr-unit{font-size:.72rem;color:var(--muted);font-weight:600}.prof-msr-notes{font-size:.8rem;color:var(--muted);margin:.55rem 0 0;white-space:pre-wrap}.prof-msr-empty{font-size:.82rem;color:var(--muted);margin:.25rem 0 0}.prof-pw-form{display:flex;flex-direction:column;gap:.6rem}#prof-logout-btn{color:var(--red);border-color:var(--red-bg)}.scan-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);padding:1.75rem 1.5rem;width:100%;max-width:360px;display:flex;flex-direction:column;align-items:center;gap:1.1rem;text-align:center}.scan-icon{font-size:2.8rem}.scan-title{font-size:1.1rem;font-weight:800}.scan-sub{font-size:.875rem;color:var(--muted);line-height:1.5}.btn-scan{width:100%;padding:14px;background:var(--green);color:#fff;border:none;border-radius:var(--radius-sm);font:inherit;font-size:1rem;font-weight:700;cursor:pointer}.btn-scan:active{background:var(--green-dark)}.scan-proc{font-size:.875rem;color:var(--muted);display:none}.result-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);box-shadow:0 4px 20px #00000014;padding:2rem 1.5rem;width:100%;max-width:360px;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.result-icon{font-size:2.4rem}.result-name{font-size:1.2rem;font-weight:800}.result-sub{font-size:.9rem;color:var(--muted);line-height:1.5}.result-time{font-size:.85rem;color:var(--muted);font-weight:600}.btn-sec{background:none;border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:11px 20px;font:inherit;font-size:.9rem;font-weight:600;color:var(--text-2);cursor:pointer;width:100%}.btn-sec:active{background:var(--bg)}#cam-canvas,.desktop-nav{display:none}@media(min-width:768px){body{background:var(--bg);padding:1.5rem}.page{flex-direction:row;height:calc(100vh - 3rem);max-width:1280px;margin:0 auto;background:var(--white);border-radius:20px;box-shadow:0 10px 40px #0000000f;overflow:hidden}.app-header{flex-direction:column;align-items:stretch;width:260px;flex-shrink:0;padding:1.5rem 1rem;gap:1rem;background:var(--green);border-radius:0}.header-brand{gap:12px;padding:0 .25rem}.header-logo{width:40px;height:40px}.header-title{font-size:1.1rem}.header-sub{font-size:.75rem}.header-user-btn{background:#00000038;margin-top:auto;justify-content:flex-start;padding:8px 12px;gap:10px}.header-avatar{width:28px;height:28px;font-size:.75rem}.desktop-nav{display:flex;flex-direction:column;gap:4px;margin-top:.5rem}.desktop-nav button{display:flex;align-items:center;gap:.7rem;padding:.65rem .85rem;background:#ffffff1a;color:#ffffffe0;border:0;border-radius:10px;font:inherit;font-size:.9rem;font-weight:600;cursor:pointer;text-align:left;transition:background .15s,color .15s}.desktop-nav button:hover{background:#ffffff2e;color:#fff}.desktop-nav button.active{background:#fff;color:var(--green-dark);box-shadow:0 4px 12px #0000001f}.desktop-nav button svg{width:18px;height:18px;stroke-width:2;fill:none;stroke:currentColor}.bottom-nav{display:none}.main{padding:2rem;overflow-y:auto;background:var(--bg)}.tab{position:static!important;inset:auto!important;padding:0!important;overflow:visible!important;width:100%;max-width:880px;margin:0 auto}.tab.hidden{display:none!important}.stats-bar{gap:.75rem}.info-grid{gap:1rem}.welcome-card{padding:1.25rem 1.4rem}.welcome-avatar{width:58px;height:58px;font-size:1.4rem}.welcome-name{font-size:1.25rem}.info-card,.h-list,.pay-months,.stat-chip,.prof-rows,.prof-msr-card,.scan-card{box-shadow:0 1px 3px #1118270a,0 1px 2px #11182708;border-color:var(--border-light, var(--border))}.stat-chip{padding:.85rem .6rem}.stat-chip-val{font-size:1.4rem}.info-card{transition:box-shadow .15s,transform .15s}.info-card.hl:hover{box-shadow:0 6px 18px #7db60224}.sec-title{font-size:.8rem;margin-top:.25rem}}@media(min-width:1100px){body{padding:2rem}.page{max-width:1240px}.main{padding:2.5rem}#tab-home{display:grid;grid-template-columns:1.6fr 1fr;grid-auto-flow:row dense;gap:1.1rem 1.5rem;max-width:none;align-items:start}#tab-home>.welcome-card,#tab-home>.stats-bar{grid-column:1 / -1}#tab-home>#pay-card,#tab-home>.sec-title,#tab-home>.h-scroll{grid-column:1}#tab-home>.info-grid,#tab-home>#announcements-section,#tab-home>#push-notif-card{grid-column:2}#tab-home>.info-grid{grid-template-columns:1fr}#tab-home>.h-scroll{max-height:520px}.stats-bar{grid-template-columns:repeat(4,1fr)}}@media(min-width:768px){#scr-login{background:linear-gradient(135deg,var(--green) 0%,var(--green-dark) 100%)}}.bug-fab{position:fixed;bottom:calc(1rem + env(safe-area-inset-bottom));right:1rem;z-index:990;width:42px;height:42px;border-radius:50%;background:var(--red);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #dc262659;transition:transform .15s,box-shadow .15s}.bug-fab:active{transform:scale(.92)}html:not(.has-session) .bug-fab,html:not(.has-session) .bug-panel{display:none!important}.bug-panel{position:fixed;bottom:calc(1rem + env(safe-area-inset-bottom) + 50px);right:1rem;z-index:991;width:min(300px,calc(100vw - 2rem));background:var(--white);border-radius:var(--radius);border:1px solid var(--border);box-shadow:0 8px 32px #00000026;overflow:hidden}.bug-panel.hidden{display:none}.bug-panel-hdr{display:flex;align-items:center;justify-content:space-between;padding:.65rem .9rem;background:var(--red);color:#fff}.bug-panel-title{font-size:.88rem;font-weight:700}.bug-panel-close{background:none;border:none;color:#fffc;cursor:pointer;display:flex;align-items:center;padding:2px;border-radius:4px}.bug-panel-body{padding:.9rem;display:flex;flex-direction:column;gap:.7rem}.bug-field{display:flex;flex-direction:column;gap:.3rem}.bug-label{font-size:.72rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.bug-input,.bug-textarea{width:100%;padding:.5rem .7rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font:inherit;font-size:.86rem;background:var(--bg);color:var(--text);outline:none;resize:vertical;transition:border-color .12s}.bug-input:focus,.bug-textarea:focus{border-color:var(--red)}.bug-input[readonly]{opacity:.6;cursor:default}.bug-actions{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.bug-sent{font-size:.84rem;color:var(--green);font-weight:600}.bug-submit{margin-left:auto;padding:.5rem 1.1rem;background:var(--red);color:#fff;border:none;border-radius:var(--radius-sm);font:inherit;font-size:.86rem;font-weight:700;cursor:pointer;transition:opacity .15s}.bug-submit:disabled{opacity:.6;cursor:default}.bug-submit.hidden,.bug-sent.hidden{display:none}.bug-inline{display:none;align-items:center;justify-content:center;gap:.4rem;width:100%;margin-top:.25rem;padding:.65rem;background:none;border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--muted);font:inherit;font-size:.82rem;font-weight:600;cursor:pointer}.bug-inline:active{background:var(--bg)}.bug-inline svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}@media(max-width:767px){.bug-fab{display:none}.bug-inline{display:flex}.bug-panel{right:1rem;left:1rem;width:auto;bottom:calc(1rem + env(safe-area-inset-bottom))}}#ptr-indicator{position:fixed;top:0;left:50%;transform:translate(-50%) translateY(-44px);width:38px;height:38px;border-radius:50%;background:var(--white);color:var(--green);display:flex;align-items:center;justify-content:center;box-shadow:0 3px 12px #0000002e;z-index:300;opacity:0;pointer-events:none}#ptr-indicator.ready{color:var(--green-dark)}#ptr-indicator.spinning svg{animation:ptr-spin .7s linear infinite}@keyframes ptr-spin{to{transform:rotate(360deg)}}
