@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--blue-primary: #0066ff;--blue-header: #0072ff;--bg-app: #f4f7fb;--card-white: #ffffff;--text-dark: #0f172a;--text-gray: #64748b;--green-scan: #16a34a;--red-scan: #dc2626;--font-family: "Plus Jakarta Sans", sans-serif}*{box-sizing:border-box;margin:0;padding:0;font-family:var(--font-family);-webkit-tap-highlight-color:transparent}body{background:#f4f7fb;color:var(--text-dark);min-height:100vh}.app-shell{width:100%;min-height:100vh;background-color:var(--bg-app);position:relative;display:flex;flex-direction:column}.header-blue-hero{background:linear-gradient(135deg,#0052cc,#0072ff);padding:24px 20px 48px;color:#fff;position:relative;width:100%;border-bottom-left-radius:28px;border-bottom-right-radius:28px}.header-inner{max-width:680px;margin:0 auto}.header-top-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.brand-title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:800;letter-spacing:.5px}.header-icons{display:flex;align-items:center;gap:12px}.header-icon-btn{background:none;border:none;color:#fff;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center}.bell-dot{position:absolute;top:-2px;right:-2px;width:8px;height:8px;background:#ef4444;border-radius:50%;border:2px solid #0072ff}.user-profile-row{display:flex;align-items:center;gap:12px}.user-avatar-circle{width:48px;height:48px;border-radius:50%;background:#e2e8f0;border:2px solid #ffffff;overflow:hidden;display:flex;align-items:center;justify-content:center;font-weight:800;color:#06f;font-size:18px;flex-shrink:0}.user-avatar-circle img{width:100%;height:100%;object-fit:cover}.greeting-text{font-size:16px;font-weight:800;line-height:1.2}.date-time-text{font-size:11px;opacity:.85;margin-top:2px;font-weight:500}.summary-overlap-card{max-width:680px;margin:-24px auto 16px;width:calc(100% - 32px);background:#fff;border-radius:20px;padding:16px 12px;box-shadow:0 10px 25px #0050dc1f;position:relative;z-index:10}.summary-grid-4{display:flex;justify-content:space-around;align-items:center;width:100%}.summary-col-item{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer}.summary-icon-box{width:50px;height:50px;border-radius:16px;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 6px 16px #0000001f;transition:transform .15s ease,box-shadow .15s ease}.summary-col-item:hover .summary-icon-box{transform:translateY(-2px);box-shadow:0 8px 20px #0000002e}.box-green{background:linear-gradient(135deg,#22c55e,#16a34a)}.box-red{background:linear-gradient(135deg,#ef4444,#dc2626)}.box-amber{background:linear-gradient(135deg,#f59e0b,#d97706)}.box-teal{background:linear-gradient(135deg,#10b981,#0d9488)}.box-notify-badge{position:absolute;top:-6px;right:-6px;width:22px;height:22px;border-radius:50%;background:#ef4444;color:#fff;border:2px solid #ffffff;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000040}.summary-col-label{font-size:12px;font-weight:700;color:#475569;text-align:center}.dual-scan-row{max-width:680px;margin:0 auto 16px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0 16px}.scan-box-btn{border-radius:18px;padding:14px 12px;display:flex;align-items:center;gap:10px;color:#fff;border:none;cursor:pointer;text-align:left;transition:transform .15s ease,box-shadow .15s ease}.scan-box-btn:hover:not(:disabled){transform:translateY(-2px)}.scan-box-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.scan-masuk-btn{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 8px 20px #22c55e4d}.scan-pulang-btn{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 8px 20px #ef44444d}.scan-icon-circle-box{width:42px;height:42px;border-radius:12px;background:#ffffff38;display:flex;align-items:center;justify-content:center;flex-shrink:0}.scan-main-title{font-size:13px;font-weight:800;line-height:1.2}.scan-sub-text{font-size:10px;opacity:.9;font-weight:500;margin-top:2px}.grid-8-menu-wrapper{max-width:680px;margin:0 auto 24px;width:100%;padding:0 16px}.grid-8-menu{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.menu-blue-card{background:linear-gradient(135deg,#06f,#0052cc);border-radius:18px;padding:10px 2px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#fff;border:1px solid rgba(255,255,255,.12);cursor:pointer;box-shadow:0 6px 18px #0066ff38;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;min-height:82px;overflow:hidden}.menu-blue-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px #0066ff61;background:linear-gradient(135deg,#0072ff,#005ce6)}.menu-icon-circle{width:36px;height:36px;border-radius:12px;background:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.menu-blue-card span{font-size:10px;font-weight:800;text-align:center;line-height:1;color:#fff;letter-spacing:-.2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;padding:0 2px}.history-section-wrapper{max-width:680px;margin:0 auto 24px;width:calc(100% - 32px)}.section-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.section-title-bold{font-size:15px;font-weight:800;color:#0f172a;margin:0}.view-all-link{background:none;border:none;color:#06f;font-size:13px;font-weight:700;cursor:pointer;padding:0}.history-item-card{background:#fff;border-radius:16px;padding:14px 16px;margin-bottom:10px;display:flex;align-items:center;gap:14px;border:1px solid #f1f5f9;box-shadow:0 4px 12px #00000008;transition:transform .15s ease,box-shadow .15s ease}.history-item-card:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0066ff14}.history-fingerprint-box{width:44px;height:44px;min-width:44px;border-radius:12px;background:#e0f2fe;display:flex;align-items:center;justify-content:center}.history-item-content{display:flex;flex-direction:column;gap:3px}.history-item-date{font-size:14px;font-weight:700;color:#1e293b;line-height:1.2}.history-item-time{font-size:13px;font-weight:600;color:#06f;line-height:1.2}.bottom-nav-white{position:fixed;bottom:0;left:0;right:0;height:68px;background:#fff;border-top:1px solid #e2e8f0;z-index:100;padding:0 16px}.bottom-nav-inner{max-width:680px;height:100%;margin:0 auto;display:flex;justify-content:space-around;align-items:center;position:relative}.nav-link-item{background:none;border:none;color:#94a3b8;display:flex;flex-direction:column;align-items:center;gap:3px;font-size:10px;font-weight:600;cursor:pointer;width:58px;transition:color .15s ease}.nav-link-item.active{color:#06f}.floating-center-fab{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#0072ff,#0052cc);border:4px solid #ffffff;color:#fff;display:flex;align-items:center;justify-content:center;position:absolute;top:-24px;left:50%;transform:translate(-50%);box-shadow:0 8px 22px #0072ff73;cursor:pointer;transition:transform .15s ease}.floating-center-fab:hover{transform:translate(-50%) scale(1.06)}.main-content-area{flex:1;overflow-y:auto;padding-bottom:85px}.presensi-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172ad1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:200;display:flex;align-items:center;justify-content:center;padding:16px;overflow-y:auto}.presensi-modal-box{background:#fff;width:100%;max-width:440px;border-radius:24px;padding:20px;box-shadow:0 20px 50px #0000004d;border:1px solid #e2e8f0;position:relative}.scanner-camera-box{width:100%;height:170px;background:#0a0f1d;border-radius:16px;position:relative;overflow:hidden;margin-bottom:14px;border:2px solid #0066ff;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;box-shadow:0 8px 20px #0066ff26}.scanner-line{position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#38bdf8,transparent);box-shadow:0 0 12px #38bdf8;animation:scanAnim 2s infinite ease-in-out}@keyframes scanAnim{0%{top:0%}50%{top:96%}to{top:0%}}.presensi-submit-btn{width:100%;padding:12px 0;border-radius:14px;border:none;color:#fff;font-weight:800;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:transform .15s ease,box-shadow .15s ease}.presensi-submit-btn:disabled{opacity:.6;cursor:not-allowed}.btn-scan-masuk{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 6px 18px #22c55e59}.btn-scan-pulang{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 6px 18px #ef444459}.subheader-wrapper{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 10px #00000008;position:sticky;top:0;z-index:90;padding:12px 16px}.subheader-inner{max-width:680px;margin:0 auto;display:flex;align-items:center;gap:12px}.subheader-back-btn{width:38px;height:38px;border-radius:12px;background:#f1f5f9;border:1px solid #e2e8f0;color:#0f172a;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s ease,transform .15s ease}.subheader-back-btn:hover{background:#e2e8f0;transform:translate(-2px)}.subheader-title-col{flex:1}.subheader-title{font-size:16px;font-weight:800;color:#0f172a;margin:0;line-height:1.2}.subheader-subtitle{font-size:11px;color:#64748b;margin:2px 0 0}.subheader-badge{font-size:11px;font-weight:700;background:#e0f2fe;color:#06f;padding:4px 10px;border-radius:20px}.inner-page-wrapper{max-width:680px;margin:0 auto;padding:16px;width:100%}.white-card{background:#fff;border-radius:18px;padding:16px;margin-bottom:16px;border:1px solid #f1f5f9;box-shadow:0 4px 12px #00000008}.form-group-custom{display:flex;flex-direction:column;gap:6px}.form-group-custom label{font-size:11px;font-weight:700;color:#64748b;letter-spacing:.5px}.form-group-custom select,.form-group-custom input{width:100%;height:42px;padding:0 12px;border-radius:12px;border:1.5px solid #cbd5e1;background:#f8fafc;color:#0f172a;font-size:13px;font-weight:600;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.form-group-custom select:focus,.form-group-custom input:focus{border-color:#06f;background:#fff;box-shadow:0 0 8px #0066ff26}.student-item-card{background:#fff;border-radius:16px;padding:12px 14px;margin-bottom:8px;display:flex;justify-content:space-between;align-items:center;border:1px solid #f1f5f9;box-shadow:0 2px 8px #00000005}.status-btn-pill{width:32px;height:32px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;color:#64748b;font-weight:700;font-size:12px;cursor:pointer;transition:all .15s ease}.status-btn-pill.act-H{background:#22c55e;color:#fff;border-color:#22c55e}.status-btn-pill.act-S{background:#38bdf8;color:#fff;border-color:#38bdf8}.status-btn-pill.act-I{background:#f59e0b;color:#fff;border-color:#f59e0b}.status-btn-pill.act-A{background:#ef4444;color:#fff;border-color:#ef4444}.swal2-custom-popup{border-radius:24px!important;padding:24px!important;font-family:Plus Jakarta Sans,sans-serif!important}
