:root{--primary:#0f172a;--secondary:#334155;--accent:#2563eb;--sat:1;color:#172033;background:#f5f7fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}.login{background:linear-gradient(135deg,var(--primary),var(--secondary));min-height:100vh;filter:saturate(var(--sat));place-items:center;display:grid}.login-card{background:#fff;border-radius:22px;width:min(420px,92vw);padding:34px;box-shadow:0 22px 70px #0004}.brandmark,.logo span{background:var(--primary);color:#fff;border-radius:12px;place-items:center;width:44px;height:44px;font-weight:800;display:grid}.login h1{margin:14px 0 2px}.login p{color:#64748b;margin-top:0}.login form{gap:9px;margin-top:28px;display:grid}.login input,.gridform input,.gridform select{border:1px solid #d9dee8;border-radius:10px;padding:11px}.login button,.gridform button{background:var(--primary);color:#fff;cursor:pointer;border:0;border-radius:10px;padding:11px 15px;font-weight:700}.error{color:#991b1b;background:#fee2e2;border-radius:8px;padding:9px}.app{grid-template-columns:240px 1fr;min-height:100vh;display:grid}aside{background:var(--primary);color:#fff;filter:saturate(var(--sat));flex-direction:column;gap:7px;padding:20px 14px;display:flex}.logo{align-items:center;gap:10px;margin-bottom:18px;display:flex}.who{background:#ffffff12;border-radius:12px;margin-bottom:8px;padding:12px}.who b,.who small{display:block}.who small{opacity:.7;margin-top:4px}aside button{color:#cbd5e1;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:9px;padding:10px 11px;display:flex}aside button.active{color:#0f172a;background:#fff;font-weight:700}.logout{margin-top:auto}main{min-width:0;padding:26px}header{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}header h2{margin:0}.role{background:#e2e8f0;border-radius:999px;padding:7px 9px;font-size:12px;font-weight:800}.cards{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.card,.panel{background:#fff;border:1px solid #e5eaf1;border-radius:16px;padding:18px;box-shadow:0 6px 24px #0f172a0b}.card small,.card b{display:block}.card b{margin-top:5px;font-size:28px}.panel{margin-top:16px}.panel h3{margin-top:0}.punch{justify-content:space-between;align-items:center;gap:18px;display:flex}.notice{color:#3730a3;background:#eef2ff;border-radius:10px;padding:12px}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;min-width:760px}th,td{text-align:left;border-bottom:1px solid #edf1f6;padding:11px 9px;font-size:13px}th{text-transform:uppercase;color:#64748b;font-size:11px}.gridform{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;display:grid}.mini{color:#166534;cursor:pointer;background:#dcfce7;border:0;border-radius:7px;margin-right:4px;padding:6px 8px}.mini.danger{color:#991b1b;background:#fee2e2}@media (width<=900px){.app{grid-template-columns:1fr}aside{flex-direction:row;overflow:auto}.logo,.who{display:none}.logout{margin-top:0;margin-left:auto}main{padding:16px}.cards{grid-template-columns:1fr 1fr}.gridform{grid-template-columns:1fr}.punch{flex-direction:column;align-items:flex-start}}@media (width<=560px){.cards{grid-template-columns:1fr}}.settings-tabs{gap:8px;margin-bottom:4px;display:flex;overflow:auto}.settings-tabs button{cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #dbe2ea;border-radius:9px;padding:9px 12px}.settings-tabs button.active{color:#fff;background:#0f172a}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.settings-grid label{color:#475569;gap:6px;font-size:13px;display:grid}.settings-grid input,.settings-grid select,.settings-grid textarea{border:1px solid #d9dee8;border-radius:9px;padding:10px}.settings-grid textarea{min-height:90px}.span2{grid-column:span 2}.toggle-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.toggle-row{border:1px solid #e5eaf1;border-radius:10px;justify-content:space-between;align-items:center;padding:12px;display:flex}.savebar{justify-content:flex-end;margin-top:16px;display:flex;position:sticky;bottom:12px}.savebar button{background:var(--accent);color:#fff;border:0;border-radius:10px;padding:12px 18px;font-weight:700}.perm-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.perm-card{border:1px solid #e5eaf1;border-radius:12px;gap:7px;padding:12px;display:grid}.perm-card label{gap:7px;font-size:13px;display:flex}.brand-preview{border:1px solid #e5eaf1;border-radius:16px;grid-template-columns:220px 1fr;min-height:320px;display:grid;overflow:hidden}.preview-sidebar{background:var(--primary);color:#fff;flex-direction:column;gap:14px;padding:20px;display:flex}.preview-main{padding:28px}.preview-main button{background:var(--accent);color:#fff;border:0;border-radius:9px;padding:10px 14px}@media (width<=900px){.settings-grid,.toggle-grid,.perm-grid{grid-template-columns:1fr}.span2{grid-column:span 1}.brand-preview{grid-template-columns:1fr}}.muted{color:#64748b;font-size:13px}.asset-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:14px 0 20px;display:grid}.asset-card{background:#fff;border:1px solid #e5eaf1;border-radius:12px;gap:10px;padding:14px;display:grid}.asset-preview{color:#94a3b8;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;place-items:center;min-height:110px;font-size:12px;display:grid;overflow:hidden}.asset-preview img{object-fit:contain;max-width:100%;max-height:120px}.asset-card>input{border:1px solid #d9dee8;border-radius:8px;padding:9px}.upload-btn{color:#fff;cursor:pointer;background:#0f172a;border-radius:9px;justify-content:center;align-items:center;padding:10px 12px;font-weight:700;display:inline-flex}.upload-btn input{display:none}.danger{color:#be123c!important;background:#fff1f2!important}.branding-colors{margin-top:12px}@media (width<=900px){.asset-grid{grid-template-columns:1fr}}.login-logo{object-fit:contain;max-width:180px;max-height:72px;margin-bottom:14px;display:block}.side-logo{object-fit:contain;background:#fff0;border-radius:8px;width:46px;height:46px}.user-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.user-form label{color:#475569;gap:6px;font-size:13px;display:grid}.user-form input,.user-form select{border:1px solid #d9dee8;border-radius:9px;padding:10px}.user-form .checkline{align-items:center;gap:8px;display:flex}.user-form button{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:9px;margin-right:8px;padding:10px 14px;font-weight:700}.secondary-btn{color:#334155!important;background:#e2e8f0!important}.credential-box{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:12px;margin-bottom:14px;padding:14px}.credential-box code{font-size:15px}@media (width<=900px){.user-form{grid-template-columns:1fr}}.attendance-actions{flex-wrap:wrap;gap:10px;display:flex}.attendance-actions button{background:var(--accent);color:#fff;border:0;border-radius:9px;padding:11px 15px;font-weight:700}.attendance-actions button:disabled{opacity:.35}.nav-group{margin-top:10px}.nav-group-title{letter-spacing:.08em;text-transform:uppercase;opacity:.58;padding:10px 14px 5px;font-size:11px;font-weight:700}.role-list,.header-roles{flex-wrap:wrap;gap:5px;display:flex}.role-list{margin-top:6px}.role-chip{background:#ffffff1f;border-radius:999px;align-items:center;padding:3px 7px;font-size:10px;font-weight:700;display:inline-flex}.header-roles{justify-content:flex-end}aside{-webkit-overflow-scrolling:touch;height:100vh;max-height:100vh;overflow:hidden auto}aside nav{min-height:0}.status-chip{white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-width:72px;padding:4px 9px;font-size:11px;font-weight:700;line-height:1.2;display:inline-flex}.status-active{color:#166534;background:#dcfce7;border-color:#bbf7d0}.status-done{color:#475569;background:#f1f5f9;border-color:#e2e8f0}.status-normal{color:#166534;background:#dcfce7;border-color:#bbf7d0}.status-warning{color:#92400e;background:#fef3c7;border-color:#fde68a}.status-unverified{color:#3730a3;background:#e0e7ff;border-color:#c7d2fe}.status-danger{color:#991b1b;background:#fee2e2;border-color:#fecaca}.gps-map-btn{cursor:pointer;background:var(--accent,#2563eb);color:#fff;white-space:nowrap;border:0;border-radius:8px;padding:6px 10px;font-size:12px;font-weight:600}.gps-map-btn:hover{opacity:.9}.employee-dashboard-head{margin-bottom:16px}.employee-dashboard-head h2,.section-head h3{margin:0}.employee-dashboard-head p{margin:5px 0 0}.section-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.section-head .muted{margin-top:4px;font-size:13px;display:block}.today-summary{grid-template-columns:2fr repeat(3,1fr);gap:12px;margin-bottom:18px;display:grid}.today-main,.today-stat,.summary-box,.dashboard-subpanel{background:#fff;border:1px solid #e2e8f0;border-radius:14px}.today-main,.today-stat{padding:16px}.today-main{flex-direction:column;gap:4px;display:flex}.today-main strong{font-size:20px}.today-stat{flex-direction:column;gap:5px;display:flex}.today-stat span,.summary-label,.summary-box span,.mini-summary-row span{color:#64748b;font-size:13px}.today-stat strong{font-size:22px}.monthly-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.summary-box{flex-direction:column;gap:5px;padding:16px;display:flex}.summary-box strong{font-size:28px;line-height:1.1}.summary-box small,.today-main small,.today-stat small{color:#64748b}.dashboard-two-col{grid-template-columns:1fr 1fr;gap:14px;margin-top:14px;display:grid}.dashboard-subpanel{padding:16px}.subpanel-title{margin-bottom:14px}.mini-summary-row{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.mini-summary-row>div{background:#f8fafc;border-radius:10px;flex-direction:column;gap:3px;padding:8px 10px;display:flex}.mini-summary-row strong{font-size:20px}@media (width<=900px){.today-summary,.monthly-summary-grid{grid-template-columns:1fr 1fr}.dashboard-two-col{grid-template-columns:1fr}}@media (width<=560px){.today-summary,.monthly-summary-grid{grid-template-columns:1fr}}.selfie-modal-backdrop{z-index:9999;background:#000000b8;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.selfie-modal{background:#fff;border-radius:18px;width:min(480px,100%);padding:18px;box-shadow:0 20px 60px #0000004d}.selfie-modal h3{margin-top:0}.selfie-video,.selfie-preview{object-fit:cover;background:#111;border-radius:14px;width:100%;max-height:65vh;margin-bottom:12px;display:block}.selfie-video{transform:scaleX(-1)}.attendance-selfie-thumb{object-fit:cover;cursor:pointer;border:1px solid #0000001f;border-radius:8px;width:46px;height:46px;transition:transform .15s,box-shadow .15s;display:block}.attendance-selfie-thumb:hover{transform:scale(1.08);box-shadow:0 4px 14px #0003}.selfie-thumb-button{cursor:pointer;background:0 0;border:0;margin:0;padding:0}.selfie-viewer-backdrop{z-index:10050;background:#000000c7;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.selfie-viewer{background:#fff;border-radius:18px;width:min(560px,100%);max-height:92vh;padding:16px;overflow:auto;box-shadow:0 24px 80px #00000073}.selfie-viewer-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.selfie-viewer-close{border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:24px;line-height:1;display:flex}.selfie-viewer-image{object-fit:contain;background:#111;border-radius:14px;width:100%;max-height:72vh;display:block}.selfie-viewer-actions{justify-content:flex-end;margin-top:12px;display:flex}@media (width<=600px){.selfie-viewer-backdrop{padding:10px}.selfie-viewer{border-radius:14px;padding:12px}.selfie-viewer-image{max-height:75vh}}.selfie-viewer-employee{opacity:.65;margin-top:3px;font-size:13px}.selfie-evidence{grid-template-columns:1fr 1fr;gap:10px;margin-top:14px;display:grid}.selfie-evidence>div{border:1px solid #0000001a;border-radius:10px;padding:10px 12px}.selfie-evidence span{opacity:.6;margin-bottom:3px;font-size:11px;display:block}.selfie-evidence strong{word-break:break-word;font-size:13px;display:block}@media (width<=600px){.selfie-evidence{grid-template-columns:1fr}}.permission-subtitle{opacity:.68;text-transform:uppercase;letter-spacing:.03em;border-top:1px solid #00000014;margin-top:14px;margin-bottom:6px;padding-top:10px;font-size:12px;font-weight:700}.permission-code{opacity:.5;margin-top:2px;font-size:10px;font-weight:400;display:block}.perm-card label{align-items:flex-start}@media (width<=900px){.app{min-height:100dvh;display:block}aside{flex-direction:column;gap:4px;width:100%;height:auto;max-height:none;padding:10px 12px 12px;display:flex;position:relative;overflow:visible}.logo,.who{display:none}.nav-group{width:100%;margin-top:5px}.nav-group-title{letter-spacing:.08em;padding:8px 10px 5px;font-size:10px}aside button{white-space:normal;flex:none;justify-content:flex-start;align-items:center;gap:10px;width:100%;min-height:44px;margin:1px 0;padding:10px 12px;line-height:1.25;display:flex}aside button svg{flex:none}.logout{width:100%;margin:10px 0 0}main{width:100%;padding:14px}header{align-items:flex-start;gap:10px}header h2{font-size:20px}.header-roles{justify-content:flex-start}}@media (width<=560px){main{padding:12px}aside{padding:8px 10px 10px}aside button{min-height:42px;padding:9px 11px;font-size:14px}}.mobile-menu-btn,.mobile-close-btn,.mobile-overlay{display:none}@media (width<=900px){body{overflow-x:hidden}.app{min-height:100dvh;display:block}aside{z-index:1001;background:var(--primary);-webkit-overflow-scrolling:touch;flex-direction:column;gap:3px;width:82vw;max-width:320px;height:100dvh;max-height:100dvh;padding:18px 14px 16px;transition:transform .22s;display:flex;position:fixed;top:0;left:0;overflow:hidden auto;transform:translate(-105%);box-shadow:12px 0 32px #0f172a3d}aside.mobile-open{transform:translate(0)}aside .logo{align-items:center;gap:10px;min-height:46px;margin:0 40px 12px 2px;display:flex}aside .side-logo{width:38px;height:38px}aside .logo b{font-size:15px;line-height:1.2}aside .who{background:#ffffff14;border-radius:10px;margin:0 0 8px;padding:10px 11px;display:block}aside .who b{word-break:break-word;font-size:12px;line-height:1.35}.role-chip{padding:2px 6px;font-size:9px}.mobile-close-btn{color:#fff;background:#ffffff1a;border-radius:10px;justify-content:center;align-items:center;height:34px;font-size:24px;line-height:1;display:flex;position:absolute;top:14px;right:12px;width:34px!important;min-height:34px!important;margin:0!important;padding:0!important}.nav-group{width:100%;margin-top:6px}.nav-group-title{letter-spacing:.09em;opacity:.55;padding:8px 11px 5px;font-size:10px;font-weight:800}aside .nav-group button{white-space:normal;border-radius:10px;flex:none;justify-content:flex-start;align-items:center;gap:11px;width:100%;min-height:44px;margin:1px 0;padding:10px 12px;font-size:14px;font-weight:500;line-height:1.25;display:flex}aside .nav-group button svg{flex:none}aside .nav-group button.active{font-weight:700}aside .logout{border-radius:10px;width:100%;min-height:44px;margin:auto 0 0;padding:10px 12px;font-size:14px}.mobile-overlay{z-index:1000;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#0f172a7a;display:block;position:fixed;inset:0}main{width:100%;min-width:0;padding:14px}header{justify-content:flex-start;align-items:center;gap:11px;min-height:54px;margin-bottom:14px;display:flex}.mobile-menu-btn{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:11px;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;font-size:21px;display:flex}.header-title{flex:1;min-width:0}header h2{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:19px;overflow:hidden}header small{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-size:10px;display:block;overflow:hidden}.header-roles{display:none}.cards{grid-template-columns:1fr 1fr;gap:10px}.panel,.card{border-radius:13px}}@media (width<=560px){main{padding:12px}aside{width:84vw;max-width:300px;padding:16px 12px 14px}aside .nav-group button{min-height:43px;padding:9px 11px;font-size:13.5px}.mobile-menu-btn{flex-basis:40px;width:40px;height:40px}header h2{font-size:18px}.cards{grid-template-columns:1fr}}@media (width<=900px){main{padding:12px}.panel,.card{border-radius:16px;padding:16px}.panel{margin-top:12px}.panel h3{font-size:18px;line-height:1.3}.cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.card{min-height:110px}.card b{font-size:24px;line-height:1.1}.card small{font-size:13px;line-height:1.35}.attendance-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.attendance-actions button{width:100%;min-height:52px;padding:14px 10px;font-size:14px;margin:0!important}.table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.table-wrap table{min-width:860px}th,td{vertical-align:top;padding:10px 8px;font-size:12px}th{font-size:11px}td img,.table-wrap img{border-radius:12px;width:72px;max-width:72px;height:auto}.gridform{gap:10px;grid-template-columns:1fr!important}.panel select,.panel input,.panel textarea{min-height:46px;padding:12px 14px}.punch{gap:12px}}@media (width<=560px){.cards{grid-template-columns:1fr}.card{min-height:96px}.attendance-actions{grid-template-columns:1fr 1fr}.attendance-actions button{min-height:50px;font-size:13.5px}td img,.table-wrap img{width:64px;max-width:64px}}@media (width<=390px){.attendance-actions{grid-template-columns:1fr}.header-title h2{font-size:17px}header small{font-size:9.5px}}.mobile-home-v1{display:none}@media (width<=560px){.desktop-dashboard-existing{display:none}.mobile-home-v1{padding-bottom:80px;display:block}.mh-brand,.mh-brand-left,.mh-status-head,.mh-section-head{justify-content:space-between;align-items:center;display:flex}.mh-brand{margin-bottom:18px}.mh-brand-left{justify-content:flex-start;gap:9px}.mh-brand-left img{object-fit:contain;width:34px;height:34px}.mh-brand-left div{flex-direction:column;display:flex}.mh-brand-left b{font-size:14px}.mh-brand-left small{color:#64748b;font-size:9px}.mh-bell{font-size:24px}.mh-greeting{margin-bottom:14px}.mh-greeting small,.mh-greeting span{color:#64748b;font-size:11px}.mh-greeting h2{margin:2px 0;font-size:21px}.mh-status{color:#fff;background:linear-gradient(145deg,var(--primary),var(--secondary));border-radius:20px;padding:16px;box-shadow:0 10px 25px #0f172a26}.mh-status-head small{opacity:.75;font-size:10px;display:block}.mh-status-head strong{margin-top:2px;font-size:18px;display:block}.mh-status-dot{color:#4ade80}.mh-shift{grid-template-columns:1fr 1fr;gap:8px;margin-top:14px;display:grid}.mh-shift>div{background:#ffffff1a;border-radius:12px;padding:10px}.mh-shift small{opacity:.7;font-size:9px;display:block}.mh-shift b{font-size:11px}.mh-main-btn{width:100%;height:47px;color:var(--primary);background:#fff;border:0;border-radius:13px;justify-content:space-between;align-items:center;margin-top:13px;padding:0 15px;font-weight:800;display:flex}.mh-main-btn span{font-size:22px}.mh-section-title{margin:19px 0 10px;font-size:14px;font-weight:800}.mh-menu-grid{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.mh-menu-grid button{color:#0f172a;background:#fff;border:1px solid #e7ebf0;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:82px;padding:8px;display:flex}.mh-menu-grid button>span{width:34px;height:34px;color:var(--accent);background:#f1f5f9;border-radius:10px;justify-content:center;align-items:center;font-size:19px;display:flex}.mh-menu-grid small{font-size:10px}.mh-summary{grid-template-columns:1fr 1fr;gap:9px;display:grid}.mh-summary>div{background:#fff;border:1px solid #e7ebf0;border-radius:14px;padding:12px}.mh-summary small{color:#64748b;font-size:10px;display:block}.mh-summary b{margin-top:2px;font-size:21px;display:block}.mh-summary span{color:#94a3b8;font-size:9px}.mh-section-head{margin:19px 0 9px}.mh-section-head b{font-size:14px}.mh-section-head button{color:var(--accent);background:0 0;border:0;font-size:10px}.mh-schedules{flex-direction:column;gap:8px;display:flex}.mh-schedules>div{background:#fff;border:1px solid #e7ebf0;border-radius:13px;justify-content:space-between;align-items:center;padding:12px;display:flex}.mh-schedules section{flex-direction:column;display:flex}.mh-schedules b{font-size:11px}.mh-schedules small{color:#64748b;font-size:10px}.mh-schedules>div>span{color:var(--accent);font-size:10px}.mh-schedules p{color:#64748b;font-size:11px}.mh-bottom-nav{z-index:60;padding:6px 8px max(7px,env(safe-area-inset-bottom));background:#fff;border-top:1px solid #e5e7eb;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.mh-bottom-nav button{color:#94a3b8;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;min-height:48px;display:flex}.mh-bottom-nav button span{font-size:19px}.mh-bottom-nav button small{font-size:9px}.mh-bottom-nav button.active{color:var(--accent)}}.mobile-global-nav,.mobile-profile-logout-wrap{display:none}@media (width<=560px){main{background:#f8fafc!important;padding:18px 16px 92px!important}main>header{display:none!important}.mobile-global-nav{z-index:999;padding:7px 8px max(8px,env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffffa;border-top:1px solid #e5e7eb;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #0f172a0d}.mobile-global-nav button{color:#94a3b8;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-height:50px;padding:2px;display:flex}.mobile-global-nav button small{font-size:9px;font-weight:700}.mobile-global-nav button.active{color:#059669}.mobile-home-v1{padding-bottom:8px!important;display:block!important}.desktop-dashboard-existing{display:none!important}.mh-brand{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.mh-brand-left{align-items:center;gap:9px;display:flex}.mh-brand-left img{object-fit:contain!important;width:38px!important;max-width:38px!important;height:38px!important}.mh-brand-left div{flex-direction:column;display:flex}.mh-brand-left b{color:#0f172a;font-size:15px;line-height:1.05}.mh-brand-left small{color:#64748b;margin-top:3px;font-size:9px}.mh-bell{color:#0f172a;background:#fff;border:1px solid #eef2f7;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;font-size:20px;display:flex}.mh-greeting{margin-bottom:17px}.mh-greeting small{color:#475569;font-size:12px}.mh-greeting h2{color:#0f172a;margin:2px 0 3px;font-size:22px}.mh-greeting>span{color:#64748b;font-size:11px}.mh-status{color:#0f172a!important;background:linear-gradient(145deg,#effcf6,#f8fffb)!important;border:1px solid #d8f3e7!important;border-radius:20px!important;padding:17px!important;box-shadow:0 8px 24px #0f766e14!important}.mh-status-head{justify-content:space-between;align-items:flex-start;display:flex}.mh-status-head small{text-transform:uppercase;letter-spacing:.03em;font-size:10px;font-weight:800;display:block;color:#0f766e!important}.mh-status-head strong{margin-top:7px;display:block;color:#047857!important;font-size:18px!important}.mh-status-dot{color:#16a34a!important}.mh-shift{margin-top:10px!important;display:block!important}.mh-shift>div{background:0 0!important;border:0!important;padding:0!important}.mh-shift>div+div{margin-top:3px}.mh-shift small{display:none!important}.mh-shift b{color:#334155!important;font-size:12px!important}.mh-main-btn{justify-content:space-between;align-items:center;width:100%;min-height:52px;display:flex;box-shadow:0 7px 17px #0596692e;color:#fff!important;background:linear-gradient(135deg,#0d9488,#059669)!important;border:0!important;border-radius:14px!important;margin-top:17px!important;padding:0 17px!important;font-weight:800!important}.mh-main-btn span{font-size:24px}.mh-section-title{color:#0f172a!important;margin:21px 0 11px!important;font-size:15px!important;font-weight:800!important}.mh-menu-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px 8px!important;display:grid!important}.mh-menu-grid button{flex-direction:column;justify-content:flex-start;align-items:center;gap:6px;min-width:0;display:flex;min-height:79px!important;box-shadow:none!important;background:0 0!important;border:0!important;padding:7px 2px!important}.mh-menu-grid button>span{justify-content:center;align-items:center;font-weight:700;display:flex;border-radius:14px!important;width:47px!important;height:47px!important;font-size:21px!important}.mh-menu-grid button small{text-align:center;font-weight:700;line-height:1.15;color:#1e293b!important;font-size:9px!important}.mh-menu-grid .menu-blue>span{color:#1479e7!important;background:#e8f3ff!important}.mh-menu-grid .menu-green>span{color:#059669!important;background:#e7faf3!important}.mh-menu-grid .menu-orange>span{color:#f97316!important;background:#fff0e7!important}.mh-menu-grid .menu-purple>span{color:#7c3aed!important;background:#f1ebff!important}.mh-menu-grid .menu-sky>span{color:#0284c7!important;background:#e8f6ff!important}.mh-menu-grid .menu-pink>span{color:#e11d48!important;background:#ffeaf1!important}.mh-menu-grid .menu-yellow>span{color:#d97706!important;background:#fff6dc!important}.mh-menu-grid .menu-slate>span{color:#334155!important;background:#eef2f7!important}.mh-motivation{background:linear-gradient(135deg,#f7fbe9,#dcfce7);border:1px solid #e4f5db;border-radius:17px;align-items:center;gap:17px;min-height:115px;margin-top:22px;padding:17px;display:flex}.mh-sun{border-radius:50%;flex:none;justify-content:center;align-items:center;width:58px;height:58px;font-size:38px;display:flex}.mh-motivation b{color:#0f172a;margin-bottom:6px;font-size:15px;display:block}.mh-motivation p{color:#475569;max-width:185px;margin:0;font-size:11px;line-height:1.5}.mh-section-head,.mh-schedules{display:none!important}.panel{border:1px solid #edf0f4!important;border-radius:17px!important;box-shadow:0 3px 14px #0f172a09!important}.settings-grid{grid-template-columns:1fr!important}.attendance-actions{grid-template-columns:1fr 1fr!important;gap:9px!important}.attendance-actions button{min-height:50px;border-radius:13px!important}.mobile-profile-logout-wrap{margin:14px 0 4px;display:block}.mobile-profile-logout{color:#dc2626;background:#fff7f7;border:1px solid #fecaca;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:50px;font-size:13px;font-weight:800;display:flex}.mobile-back-home{color:#0f766e;background:0 0;border:0;align-items:center;gap:7px;width:max-content;margin:0 0 14px;padding:7px 10px;font-size:12px;font-weight:700;display:flex}.mobile-back-home span{margin-top:-1px;font-size:25px;line-height:1}.mobile-back-home b{font-size:12px}}@media (width>=561px){.mobile-back-home{display:none}}.mobile-page-topbar,.mobile-page-back,.mobile-page-title{display:none}@media (width<=560px){main{width:100%;max-width:100%;overflow-x:hidden}.mobile-page-content{width:100%;max-width:100%}.mobile-page-topbar{justify-content:space-between;align-items:center;gap:12px;margin:0 0 16px;display:flex}.mobile-page-back{color:#0f766e;background:0 0;border:0;align-items:center;gap:8px;padding:2px 4px 2px 0;display:flex}.mobile-page-back>span{font-size:31px;font-weight:300;line-height:.9}.mobile-page-back div{flex-direction:column;align-items:flex-start;display:flex}.mobile-page-back small{color:#94a3b8;font-size:9px;line-height:1}.mobile-page-back b{color:#0f766e;margin-top:2px;font-size:12px}.mobile-page-title{color:#0f172a;text-align:right;text-overflow:ellipsis;white-space:nowrap;max-width:58%;font-size:14px;font-weight:800;display:block;overflow:hidden}.mobile-page-content>.panel,.mobile-page-content .panel{box-sizing:border-box;background:#fff;width:100%;margin:0 0 12px;border:1px solid #edf0f4!important;border-radius:18px!important;padding:15px!important;box-shadow:0 3px 12px #0f172a0a!important}.mobile-page-content h2,.mobile-page-content h3{color:#0f172a;line-height:1.3}.mobile-page-content h3{margin-top:0;font-size:15px}.mobile-page-content .muted{color:#64748b;font-size:11px;line-height:1.5}.mobile-page-content form,.mobile-page-content .settings-grid{width:100%}.mobile-page-content .settings-grid,.mobile-page-content .form-grid{grid-template-columns:1fr!important;gap:12px!important;display:grid!important}.mobile-page-content label{color:#475569;width:100%;min-width:0;font-size:11px}.mobile-page-content input,.mobile-page-content select,.mobile-page-content textarea{box-sizing:border-box;min-height:46px;border-radius:12px!important;width:100%!important;max-width:100%!important;font-size:13px!important}.mobile-page-content textarea{min-height:92px}.mobile-page-content button{min-height:44px}.mobile-page-content .savebar{margin-top:14px}.mobile-page-content .savebar button{border-radius:13px;width:100%;min-height:50px;font-weight:800}.mobile-page-content .attendance-actions{grid-template-columns:1fr 1fr!important;gap:9px!important;display:grid!important}.mobile-page-content .attendance-actions button{width:100%;min-width:0;min-height:50px;padding:8px;font-size:11px;line-height:1.25;border-radius:13px!important}.mobile-page-content .selfie-video,.mobile-page-content .selfie-preview{border-radius:16px;width:100%!important;max-width:100%!important}.mobile-page-content .section-head{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:12px;display:flex}.mobile-page-content .section-head h3{margin-bottom:3px}.mobile-page-content .table-wrap,.mobile-page-content .table-scroll,.mobile-page-content table{max-width:100%}.mobile-page-content table{font-size:10px}.mobile-page-content .table-wrap,.mobile-page-content .table-scroll{-webkit-overflow-scrolling:touch;border-radius:12px;overflow-x:auto}.mobile-page-content th,.mobile-page-content td{white-space:nowrap;padding:9px 8px!important}.mobile-page-content .cards{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;display:grid!important}.mobile-page-content .card{border-radius:15px;min-width:0}.mobile-page-content .card small{font-size:9px}.mobile-page-content .card b{font-size:19px}.mobile-profile-logout-wrap{margin-top:14px}.mobile-profile-logout{border-radius:14px;width:100%;min-height:52px}.notice{border-radius:12px;font-size:11px;line-height:1.5}.status-chip{white-space:nowrap;font-size:9px}.mobile-inner-header{justify-content:space-between;align-items:center;gap:12px;margin:0 0 16px;display:flex}.mobile-back-hero{letter-spacing:.04em;justify-content:center;align-items:center;min-height:42px;padding:0 15px;box-shadow:0 8px 18px #00b89447;color:#fff!important;background:linear-gradient(135deg,#00b894,#00cec9)!important;border:0!important;border-radius:999px!important;font-size:11px!important;font-weight:900!important;display:flex!important}.mobile-inner-title{text-align:right;color:#0f172a;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:14px;font-weight:800;overflow:hidden}.panel{border-radius:18px!important;padding:16px!important}.panel h3{margin-bottom:6px!important;font-size:15px!important}.panel p,.panel small,.muted{font-size:11px!important;line-height:1.45!important}input,select,textarea{border-radius:12px!important;min-height:46px!important;font-size:13px!important}.savebar button,.attendance-actions button{border-radius:13px!important;min-height:50px!important;font-weight:800!important}.attendance-actions button:first-child{color:#fff!important;background:#00b894!important}.attendance-actions button:nth-child(2){color:#3b2f00!important;background:#ffb142!important}.attendance-actions button:nth-child(3){color:#fff!important;background:#54a0ff!important}.attendance-actions button:nth-child(4){color:#fff!important;background:#ff6b6b!important}.mobile-back-hero{z-index:5000!important;color:#fff!important;letter-spacing:.04em!important;background:#ff3b30!important;border:3px solid #fff!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-width:118px!important;min-height:46px!important;padding:0 16px!important;font-size:12px!important;font-weight:900!important;display:flex!important;position:fixed!important;top:14px!important;left:14px!important;box-shadow:0 8px 22px #ff3b3073,0 0 0 3px #ff9f0a59!important}.mobile-back-hero:active{transform:scale(.96)}.mobile-inner-header{padding-top:58px!important}.mobile-back-hero{color:#0f766e!important;background:#fff!important;border:1px solid #dbe4ea!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;margin:0 0 12px!important;padding:0!important;font-size:0!important;font-weight:800!important;display:inline-flex!important;position:static!important;box-shadow:0 3px 10px #0f172a14!important}.mobile-back-hero:before{content:"←";color:#0f766e!important;font-size:21px!important;line-height:1!important}.mobile-back-hero:active{transform:scale(.94);background:#ecfdf5!important}}@media (width<=560px){.mobile-profile-hero{text-align:center;background:linear-gradient(145deg,#effcf6,#f8fffb);border:1px solid #d8f3e7;border-radius:20px;flex-direction:column;align-items:center;margin:0 0 16px;padding:18px 16px 20px;display:flex;box-shadow:0 7px 20px #0f766e14}.mobile-profile-avatar{color:#fff;background:linear-gradient(135deg,#0d9488,#059669);border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:92px;height:92px;font-size:28px;font-weight:900;display:flex;overflow:hidden;box-shadow:0 7px 18px #05966933}.mobile-profile-avatar img{object-fit:cover;width:100%;height:100%;display:block}.mobile-profile-hero h2{color:#0f172a;margin:11px 0 3px;font-size:19px}.mobile-profile-employee-no{color:#0f766e;letter-spacing:.03em;margin-bottom:5px;font-size:12px;font-weight:800}.mobile-profile-meta{color:#64748b;margin-bottom:13px;font-size:11px}.mobile-profile-photo-btn{cursor:pointer;background:#0d9488;border-radius:999px;justify-content:center;align-items:center;min-width:120px;min-height:40px;padding:0 15px;font-weight:800;box-shadow:0 5px 14px #0d948833;color:#fff!important;font-size:11px!important;display:inline-flex!important}.mobile-profile-photo-btn input{display:none!important}}@media (width<=560px){.mobile-profile-hero{text-align:center;background:linear-gradient(145deg,#effcf6,#f8fffb);border:1px solid #d8f3e7;border-radius:20px;flex-direction:column;align-items:center;margin:0 0 16px;padding:18px 16px 20px;display:flex;box-shadow:0 7px 20px #0f766e14}.mobile-profile-avatar{color:#fff;background:linear-gradient(135deg,#0d9488,#059669);border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:92px;height:92px;font-size:28px;font-weight:900;display:flex;overflow:hidden;box-shadow:0 7px 18px #05966933}.mobile-profile-avatar img{object-fit:cover;width:100%;height:100%;display:block}.mobile-profile-hero h2{color:#0f172a;margin:11px 0 3px;font-size:19px}.mobile-profile-employee-no{color:#0f766e;letter-spacing:.03em;margin-bottom:5px;font-size:12px;font-weight:800}.mobile-profile-meta{color:#64748b;margin-bottom:13px;font-size:11px}.mobile-profile-photo-btn{cursor:pointer;background:#0d9488;border-radius:999px;justify-content:center;align-items:center;min-width:120px;min-height:40px;padding:0 15px;font-weight:800;box-shadow:0 5px 14px #0d948833;color:#fff!important;font-size:11px!important;display:inline-flex!important}.mobile-profile-photo-btn input{display:none!important}}.mobile-profile-hero{display:none}@media (width<=560px){.mobile-profile-hero{display:none}@media (width<=560px){.mobile-profile-hero{display:none}@media (width<=560px){.mobile-profile-hero{text-align:center;background:linear-gradient(145deg,#effcf6,#f8fffb);border:1px solid #d8f3e7;border-radius:20px;flex-direction:column;align-items:center;margin:0 0 16px;padding:18px 16px 20px;display:flex;box-shadow:0 7px 20px #0f766e14}.mobile-profile-avatar{color:#fff;background:linear-gradient(135deg,#0d9488,#059669);border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:92px;height:92px;font-size:28px;font-weight:900;display:flex;overflow:hidden;box-shadow:0 7px 18px #05966933}.mobile-profile-avatar img{object-fit:cover;width:100%;height:100%;display:block}.mobile-profile-hero h2{color:#0f172a;margin:11px 0 3px;font-size:19px}.mobile-profile-employee-no{color:#0f766e;letter-spacing:.03em;margin-bottom:5px;font-size:12px;font-weight:800}.mobile-profile-meta{color:#64748b;margin-bottom:13px;font-size:11px}.mobile-profile-photo-btn{cursor:pointer;background:#0d9488;border-radius:999px;justify-content:center;align-items:center;min-width:120px;min-height:40px;padding:0 15px;font-weight:800;box-shadow:0 5px 14px #0d948833;color:#fff!important;font-size:11px!important;display:inline-flex!important}.mobile-profile-photo-btn input{display:none!important}}.mobile-profile-hero{text-align:center!important;background:#ecfdf5!important;border:2px solid #10b981!important;border-radius:20px!important;flex-direction:column!important;align-items:center!important;margin:0 0 16px!important;padding:18px 16px 20px!important;display:flex!important}.mobile-profile-photo-btn{color:#fff!important;background:#059669!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-width:140px!important;min-height:44px!important;margin-top:12px!important;padding:0 18px!important;font-weight:800!important;display:inline-flex!important}.mobile-profile-photo-btn input{display:none!important}.profile-photo-upload-area{text-align:center;background:#ecfdf5;border:1px solid #d1fae5;border-radius:20px;flex-direction:column;align-items:center;margin:0 0 16px;padding:20px 16px;display:flex;box-shadow:0 6px 18px #0f766e14}.profile-photo-avatar{color:#fff;background:linear-gradient(135deg,#0d9488,#059669);border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;font-size:30px;font-weight:900;display:flex;overflow:hidden;box-shadow:0 7px 18px #0596692e}.profile-photo-avatar img{object-fit:cover;width:100%;height:100%;display:block}.profile-photo-upload-area h2{color:#0f172a;margin:12px 0 3px;font-size:19px}.profile-photo-employee-no{color:#047857;font-size:12px;font-weight:800}.profile-photo-meta{color:#64748b;margin-top:4px;margin-bottom:14px;font-size:11px}.profile-photo-upload-btn{cursor:pointer;background:#059669;border-radius:999px;justify-content:center;align-items:center;min-width:150px;min-height:44px;padding:0 18px;font-weight:900;box-shadow:0 5px 14px #0596692e;color:#fff!important;font-size:12px!important;display:inline-flex!important}.profile-photo-upload-btn input{display:none!important}@media (width<=560px){.profile-photo-upload-area{margin-top:4px;border-radius:16px!important;margin:0 0 12px!important;padding:14px 12px 15px!important}.profile-photo-avatar{border-width:3px!important;width:76px!important;height:76px!important;font-size:23px!important}.profile-photo-upload-area h2{margin:8px 0 2px!important;font-size:16px!important;line-height:1.25!important}.profile-photo-employee-no{margin-bottom:2px!important;font-size:11px!important;line-height:1.3!important}.profile-photo-meta{margin-top:2px!important;margin-bottom:10px!important;font-size:10px!important;line-height:1.35!important}.profile-photo-upload-btn{border-radius:18px!important;min-width:120px!important;height:36px!important;min-height:36px!important;padding:0 13px!important;font-size:11px!important}.panel{border-radius:16px!important;margin-bottom:12px!important;padding:14px!important}.panel h3{margin:0 0 5px!important;font-size:15px!important;line-height:1.3!important}.panel .muted{margin:0!important;font-size:10px!important;line-height:1.45!important}.settings-grid{gap:10px!important}.settings-grid label{gap:5px!important;font-size:10px!important;font-weight:700!important}.settings-grid input,.settings-grid select,.settings-grid textarea{border-radius:10px!important;height:38px!important;min-height:38px!important;padding:0 11px!important;font-size:12px!important}.settings-grid textarea{height:auto!important;min-height:72px!important;padding-top:9px!important;padding-bottom:9px!important}.settings-grid input:disabled{opacity:1!important;color:#475569!important;background:#f8fafc!important}form label{font-size:10px!important;font-weight:700!important}form input{border-radius:10px!important;height:38px!important;min-height:38px!important;padding:0 11px!important;font-size:12px!important}.panel button{border-radius:10px!important;min-height:38px!important;padding:0 14px!important;font-size:11px!important;font-weight:800!important}.mobile-profile-logout-wrap{margin-top:8px!important;margin-bottom:82px!important}.mobile-profile-logout{border-radius:12px!important;height:40px!important;min-height:40px!important;padding:0 14px!important;font-size:11px!important;font-weight:800!important}main{padding-bottom:90px!important}}.login-logo{object-fit:contain!important;width:auto!important;max-width:190px!important;height:auto!important;max-height:68px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;margin:0 auto 14px!important;display:block!important}.side-logo{object-fit:contain!important;width:42px!important;height:42px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important}@media (width<=560px){.login-logo{max-width:165px!important;max-height:58px!important;margin-bottom:12px!important}.side-logo{width:36px!important;height:36px!important}.mh-brand{justify-content:space-between!important;align-items:center!important;gap:10px!important;display:flex!important}.mh-brand-left{align-items:center!important;gap:10px!important;min-width:0!important;display:flex!important}.mh-brand-left img{object-fit:contain!important;width:auto!important;max-width:110px!important;height:auto!important;max-height:36px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;flex-shrink:0!important}.mh-brand-left b{color:#0f172a!important;font-size:13px!important;line-height:1.2!important;display:block!important}.mh-brand-left small{color:#64748b!important;margin-top:2px!important;font-size:9px!important;line-height:1.2!important;display:block!important}.mh-bell{flex-shrink:0!important}}.mh-brand-left img{object-fit:contain!important;width:auto!important;max-width:clamp(88px,24vw,128px)!important;height:auto!important;max-height:clamp(30px,7vw,42px)!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;flex-shrink:0!important}.mh-brand-left{align-items:center!important;gap:clamp(8px,2vw,12px)!important;min-width:0!important;display:flex!important}.mh-brand-left b{font-size:clamp(12px,3vw,14px)!important;line-height:1.2!important;display:block!important}.mh-brand-left small{margin-top:2px!important;font-size:clamp(9px,2.2vw,11px)!important;line-height:1.2!important;display:block!important}.login-logo{object-fit:contain!important;width:auto!important;max-width:clamp(145px,42vw,210px)!important;height:auto!important;max-height:clamp(52px,12vw,76px)!important;box-shadow:none!important;background:0 0!important;border:0!important}.side-logo{object-fit:contain!important;width:clamp(34px,8vw,46px)!important;height:clamp(34px,8vw,46px)!important;box-shadow:none!important;background:0 0!important;border:0!important}.mh-menu-grid button{gap:7px!important;min-width:0!important;padding:12px 6px 10px!important}.mh-menu-icon{border-radius:13px!important;justify-content:center!important;align-items:center!important;width:clamp(38px,10vw,44px)!important;height:clamp(38px,10vw,44px)!important;margin:0 auto!important;line-height:1!important;display:flex!important}.mh-menu-icon svg{stroke-width:2px!important;width:clamp(19px,5vw,22px)!important;height:clamp(19px,5vw,22px)!important}.mh-menu-grid button small{text-align:center!important;white-space:normal!important;font-size:clamp(9.5px,2.6vw,11.5px)!important;font-weight:700!important;line-height:1.25!important;display:block!important}.menu-blue .mh-menu-icon{color:#2563eb!important;background:#eff6ff!important}.menu-green .mh-menu-icon{color:#059669!important;background:#ecfdf5!important}.menu-orange .mh-menu-icon{color:#ea580c!important;background:#fff7ed!important}.menu-purple .mh-menu-icon{color:#9333ea!important;background:#faf5ff!important}.menu-sky .mh-menu-icon{color:#0284c7!important;background:#f0f9ff!important}.menu-pink .mh-menu-icon{color:#db2777!important;background:#fdf2f8!important}.menu-yellow .mh-menu-icon{color:#d97706!important;background:#fffbeb!important}.menu-slate .mh-menu-icon{color:#475569!important;background:#f1f5f9!important}}}
