:root{color-scheme:light;--mobile-header-base:56px;--mobile-nav-base:72px;--safe-top:env(safe-area-inset-top,0px);--safe-right:env(safe-area-inset-right,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);--bg:#f5f7fb;--surface:#ffffff;--surface-muted:#f0f4f8;--border:#d8e0ea;--text:#17202a;--muted:#64748b;--primary:#006b5f;--primary-dark:#005248;--danger:#b42318;--warning:#a15c07;--success:#087443}*{box-sizing:border-box}body,html{width:100%;max-width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overscroll-behavior:none;touch-action:manipulation;-webkit-overflow-scrolling:touch;-webkit-text-size-adjust:100%;-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}body{background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}body.login-page-active,html.login-page-active{background:#fff3dd}canvas,img,video{max-width:100%}a{color:inherit}a,button,input,select,textarea{touch-action:manipulation}button,input,textarea{font:inherit}input,textarea{-moz-user-select:text;user-select:text;-webkit-user-select:text}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.route-loading-screen{min-height:100svh;display:grid;place-items:center;align-content:center;grid-gap:14px;gap:14px;background:var(--bg);color:var(--muted);padding:28px;text-align:center;font-size:14px}.route-loading-screen img{width:132px;height:auto;display:block}.route-loading-spinner{width:28px;height:28px;display:block;border:3px solid rgba(24,101,82,.16);border-top-color:#186552;border-radius:999px;animation:orb-loading-spin .76s linear infinite}.preapp-shell{min-height:100svh;display:flex;align-items:flex-start;justify-content:center;background:radial-gradient(circle at 100% 95%,rgba(52,181,98,.14) 0 9%,transparent 10%),linear-gradient(135deg,#fffffd,#fffaf0 58%,#fff3dd);padding:calc(var(--safe-top) + 44px) 24px calc(var(--safe-bottom) + 28px)}.preapp-panel{width:min(100%,380px);display:flex;flex-direction:column;color:var(--text)}.preapp-logo{width:146px;height:auto;display:block;margin-bottom:34px}.preapp-panel h1{margin:0;color:#25684f;font-size:32px;font-weight:800;line-height:1.12}.preapp-panel h1 span{display:block}.preapp-panel p{margin:14px 0 0;color:#526781;font-size:15px;line-height:1.55}.install-device-selector{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:26px}.install-device-option{min-width:0;min-height:76px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;border:1px solid var(--border);border-radius:10px;background:#ffffff;color:#475467;padding:10px 6px;font-size:12px;font-weight:700;line-height:1.2}.install-device-option.active{border-color:var(--border);background:#f0faf6;color:var(--primary)}.install-device-icon,.install-guide-head span{display:grid;place-items:center;background:#eef6f3;color:var(--primary)}.install-device-icon{width:30px;height:30px;border-radius:9px;background:transparent}.install-device-icon img,.install-guide-head img,.install-hint img{width:22px;height:22px;display:block}.install-guide-card{margin-top:16px;border:1px solid var(--border);border-radius:12px;background:#ffffff;padding:16px;box-shadow:0 2px 8px rgba(15,23,42,.04)}.install-guide-head{display:flex;align-items:center;gap:10px;color:#1f2937;font-size:14px}.install-guide-head span{width:34px;height:34px;flex:0 0 34px;border-radius:9px}.install-steps{counter-reset:install-step;list-style:none;margin:13px 0 0;padding:0;color:#475467;font-size:14px;font-weight:500;line-height:1.45}.install-steps li{counter-increment:install-step;margin-top:14px}.install-steps li:first-child{margin-top:0}.install-steps li>span{display:grid;grid-template-columns:22px minmax(0,1fr);grid-gap:4px;gap:4px}.install-steps li>span:before{content:counter(install-step) ".";color:#344054}.install-steps strong{color:#344054;font-weight:700}.install-step-image{width:100%;max-width:100%;height:auto;display:block;margin:10px 0 2px;border:1px solid #eef2f6;border-radius:8px;background:#ffffff;object-fit:contain}.install-hint{margin-top:12px;display:grid;grid-template-columns:18px minmax(0,1fr);grid-gap:9px;gap:9px;border:1px dashed var(--border);border-radius:12px;background:#ffffff;color:var(--muted);padding:12px 14px;font-size:13px;line-height:1.5}.login-shell{min-height:100svh;display:flex;align-items:center;justify-content:center;overflow:hidden;touch-action:none;background:radial-gradient(circle at 100% 95%,rgba(52,181,98,.18) 0 9%,transparent 10%),linear-gradient(135deg,#fffffd,#fffaf0 58%,#fff3dd),#fff3dd;padding:44px 28px}.login-shell input,.login-shell select,.login-shell textarea{font-size:16px}.login-panel{width:min(100%,360px)}.login-brand{display:flex;flex-direction:column;align-items:flex-start}.login-logo{width:150px;height:auto;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none}.login-copy{margin-top:38px}.login-copy h1{margin:0;color:#25684f;font-size:36px;font-weight:800;line-height:1.12}.login-copy h1 span{display:block}.login-copy p{margin:14px 0 0;color:#526781;font-size:16px;font-weight:500}.login-form{margin-top:44px;display:flex;flex-direction:column;gap:24px}.login-field{min-height:40px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #d8e0ea;color:#94a3b8;transition:border-color .16s ease,color .16s ease}.login-field:focus-within{border-color:#29aa90;color:#166552}.login-icon{width:18px;height:22px;flex:0 0 18px;display:grid;place-items:center}.login-icon img{max-width:18px;max-height:22px;display:block}.login-icon-active{display:none}.login-field:focus-within .login-icon-default{display:none}.login-field:focus-within .login-icon-active{display:grid}.login-field input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#334155;font-size:16px;line-height:1.4;padding:8px 0 11px}.login-field input::placeholder{color:#94a3b8}.login-password-control{min-width:0;flex:1 1;display:flex;align-items:center;gap:10px}.login-eye{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border:0;background:transparent;padding:0}.login-eye img{width:18px;height:18px;display:block}.login-options{display:flex;align-items:center;justify-content:space-between;color:#526781;font-size:15px}.login-remember{display:inline-flex;align-items:center;gap:8px}.login-remember input{width:16px;height:16px;accent-color:#089c49}.login-error{margin-top:-6px;border:1px solid #fecdd3;border-radius:6px;background:#fff1f2;color:#be123c;padding:11px 13px;font-size:14px;line-height:1.4}.login-submit{width:100%;min-height:40px;border:0;border-radius:6px;background:#089c49;color:#ffffff;font-size:12px;font-weight:800;letter-spacing:.24em;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:background-color .16s ease,transform .16s ease}.login-submit-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#ffffff;border-radius:999px;animation:orb-loading-spin .76s linear infinite}.login-submit:hover:not(:disabled){background:#10a957}.login-submit:active:not(:disabled){transform:translateY(1px)}@media (max-width:420px){.login-shell{align-items:flex-start;padding:calc(var(--safe-top) + 72px) 24px calc(var(--safe-bottom) + 12px)}.login-copy{margin-top:34px}.login-copy h1{font-size:34px}.login-form{margin-top:40px}}.app-shell{min-height:100vh;padding:24px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:1160px;margin:0 auto 20px}.brand{display:flex;flex-direction:column;gap:4px}.brand h1{margin:0;font-size:26px;line-height:1.2}.brand p{margin:0;color:var(--muted)}.nav-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.container{max-width:1160px;margin:0 auto}.grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);grid-gap:18px;gap:18px;align-items:start}.attendance-app-shell{width:100%;max-width:100vw;height:100dvh;min-height:100dvh;display:grid;place-items:center;background:#eef4fb;padding:0;overflow:hidden;padding-right:var(--safe-right);padding-left:var(--safe-left)}.attendance-phone{position:relative;width:min(100%,430px);max-width:100vw;height:100%;max-height:100%;min-height:0;min-width:0;display:flex;flex-direction:column;overflow:hidden;overscroll-behavior:none;touch-action:pan-y;background:radial-gradient(circle at 50% 42%,rgba(66,123,255,.08),transparent 31%),linear-gradient(180deg,#fbfdff,#f8fbff 62%,#ffffff);color:#111827}.phone-status{height:48px;display:flex;align-items:flex-end;justify-content:space-between;padding:0 32px 8px;color:#050a16;font-size:16px;font-weight:800}.phone-indicators{display:flex;align-items:center;gap:6px}.phone-indicators i{display:block;background:#050a16}.phone-indicators i:first-child{width:18px;height:12px;border-radius:3px 3px 1px 1px;-webkit-clip-path:polygon(0 70%,20% 70%,20% 45%,40% 45%,40% 25%,60% 25%,60% 10%,80% 10%,80% 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 70%,20% 70%,20% 45%,40% 45%,40% 25%,60% 25%,60% 10%,80% 10%,80% 0,100% 0,100% 100%,0 100%)}.phone-indicators i:nth-child(2){width:18px;height:13px;border-radius:50% 50% 0 0;background:transparent;border:4px solid #050a16;border-bottom:0}.phone-indicators i:nth-child(3){width:25px;height:13px;border-radius:4px;border:2px solid #050a16;background:linear-gradient(90deg,#050a16 78%,transparent 0)}.phone-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;flex:0 0 auto;min-height:calc(var(--mobile-header-base) + var(--safe-top));display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;padding:var(--safe-top) 28px 0;background:rgba(251,253,255,.92);border-bottom:1px solid rgba(226,232,240,.65);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.phone-header h1{margin:0;text-align:center;font-size:19px;font-weight:650;line-height:1}.device-approval-screen{flex:1 1;min-height:0;display:grid;place-items:center;padding:28px}.device-approval-card{width:100%;display:grid;place-items:center;grid-gap:14px;gap:14px;border:1px solid #e5e7eb;border-radius:18px;background:#ffffff;padding:26px 20px;text-align:center;box-shadow:0 14px 34px rgba(31,41,55,.08)}.device-approval-card.loading{width:auto;border:0;background:transparent;padding:0;box-shadow:none}.device-approval-card svg{width:42px;height:42px;border-radius:999px;background:#fff7ed;color:#f97316;padding:9px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.device-approval-spinner{width:44px;height:44px;border:4px solid #d9f0eb;border-top-color:#006b5f;border-radius:999px;animation:orb-loading-spin .76s linear infinite}.device-approval-card strong{color:#111827;font-size:15px;font-weight:650;line-height:1.35}.home-screen{width:100%;min-width:0;display:flex;flex:1 1;min-height:0;flex-direction:column;overflow-x:hidden;overflow-y:auto;overscroll-behavior-x:none;touch-action:pan-y;padding-bottom:calc(var(--mobile-nav-base) + var(--safe-bottom) + 16px)}.home-screen>.employee-card,.home-screen>.orb-stage,.home-screen>.phase-panel{flex:0 0 auto}.home-screen:after{content:"";flex:1 1 auto;min-height:0}.account-screen,.adjust-request-screen,.history-detail-screen,.history-screen,.home-screen,.leave-create-screen,.leave-detail-screen,.leave-screen,.mode-checkin-screen,.timesheet-screen{width:100%;min-width:0;max-width:100%;overflow-x:hidden;overscroll-behavior-x:none;touch-action:pan-y;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.account-screen::-webkit-scrollbar,.adjust-request-screen::-webkit-scrollbar,.history-detail-screen::-webkit-scrollbar,.history-screen::-webkit-scrollbar,.home-screen::-webkit-scrollbar,.leave-create-screen::-webkit-scrollbar,.leave-detail-screen::-webkit-scrollbar,.leave-screen::-webkit-scrollbar,.mode-checkin-screen::-webkit-scrollbar,.timesheet-screen::-webkit-scrollbar{display:none}.icon-button{width:34px;height:34px;display:grid;place-items:center;border:0;background:transparent;color:#101827}.bottom-nav svg,.connection-card svg,.icon-button svg,.office-card svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.employee-card{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px;padding:14px 32px 8px}.home-screen .employee-card{margin-top:14px}.employee-avatar{width:52px;height:52px;display:grid;place-items:center;border-radius:999px;background:#dbeafe;box-shadow:none;overflow:hidden}.employee-avatar img{width:100%;height:100%;object-fit:cover}.employee-avatar span{margin-top:0;color:#0f2e2a;font-size:15px;font-weight:700}.employee-card h2{margin:0;font-size:15px;font-weight:650;line-height:1.2}.employee-title-row{display:flex;align-items:center;gap:8px;margin:0 0 5px;min-width:0}.employee-title-row h2{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.connection-badge{flex:0 0 auto;min-height:24px;border:0;border-radius:999px;background:rgba(22,163,74,.12);color:#16a34a;padding:0 9px;font-size:11px;font-weight:650;line-height:24px}.connection-badge.invalid{background:rgba(239,68,68,.12);color:#dc2626}.connection-badge.location{background:rgba(47,125,246,.1);color:#2f7df6}.connection-badge.business{background:rgba(249,115,22,.1);color:#f97316}.connection-badge:not(.invalid){cursor:default}.employee-card p{margin:0;color:#667085;font-size:12px;line-height:1.35}.employee-card p span{padding:0 5px}.connection-card{width:-moz-fit-content;width:fit-content;max-width:calc(100% - 64px);display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;grid-gap:11px;gap:11px;margin:14px auto 0;padding:10px 17px 10px 12px;border:1px solid #edf2f7;border-radius:20px;background:rgba(255,255,255,.92);color:inherit;box-shadow:0 14px 34px rgba(31,41,55,.08);text-align:left}.connection-card:not(.invalid){cursor:default}.connection-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:18px;background:#dcfce7;color:#16a34a}.connection-card.invalid .connection-icon{background:#fee2e2;color:#ef4444}.connection-card.location .connection-icon{background:#eaf2ff;color:#2f7df6}.connection-card.business .connection-icon{background:#ffedd5;color:#f97316}.connection-icon svg{width:22px;height:22px;fill:none;stroke:currentColor}.connection-card strong{display:block;color:#16a34a;font-size:14px;font-weight:650;line-height:1.2}.connection-card.invalid strong{color:#ef4444}.connection-card.location strong{color:#2f7df6}.connection-card.business strong{color:#f97316}.connection-card span{display:block;color:#667085;font-size:12px;margin-top:4px}.orb-stage{position:relative;height:min(58vw,252px);margin:14px 8px 18px;display:grid;place-items:center}.orbit{position:absolute;border-radius:999px;border:1px solid rgba(37,99,235,.12)}.orbit-1{width:95%;aspect-ratio:1}.orbit-2{width:80%;aspect-ratio:1;background:rgba(37,99,235,.025)}.orbit-3{width:64%;aspect-ratio:1;background:rgba(37,99,235,.055)}.orb-stage.complete .orbit{border-color:rgba(0,96,91,.14)}.orb-stage.running .orbit{border-color:rgba(239,68,68,.15)}.orb-stage.running .orbit-2{background:rgba(239,68,68,.035)}.orb-stage.running .orbit-3{background:rgba(239,68,68,.075)}.orb-stage.complete .orbit-2{background:rgba(0,96,91,.035)}.orb-stage.complete .orbit-3{background:rgba(0,96,91,.075)}.orbit-dot{position:absolute;width:7px;height:7px;border-radius:999px;background:rgba(37,99,235,.28)}.orb-stage.complete .orbit-dot{background:rgba(0,96,91,.25)}.orb-stage.running .orbit-dot{background:rgba(239,68,68,.35)}.dot-1{top:14%;left:28%}.dot-2{top:28%;right:16%;width:5px;height:5px}.dot-3{bottom:20%;left:18%;width:6px;height:6px}.dot-4{right:28%;bottom:10%;width:5px;height:5px}.orb-pulse{position:absolute;z-index:1;width:min(38vw,172px);aspect-ratio:1;border-radius:999px;background:rgba(59,130,246,.16);animation:mockup-orb-pulse 2.7s ease-out infinite;pointer-events:none}.pulse-2{animation-delay:.7s}.pulse-3{animation-delay:1.4s}.orb-stage.running .orb-pulse{background:rgba(239,68,68,.16)}.orb-stage.absent .orb-pulse,.orb-stage.complete .orb-pulse{display:none}.mockup-orb{position:relative;z-index:2;width:min(38vw,172px);aspect-ratio:1;display:grid;place-items:center;align-content:center;grid-gap:8px;gap:8px;border:0;border-radius:999px;background:linear-gradient(145deg,#3b82f6,#6d5dfc);color:#fff;box-shadow:0 0 0 22px rgba(59,130,246,.08),0 18px 42px rgba(59,130,246,.26);transition:transform .16s ease}.mockup-orb.running{background:linear-gradient(145deg,#ef4444,#dc2626);box-shadow:0 0 0 22px rgba(239,68,68,.08),0 18px 42px rgba(220,38,38,.24)}.mockup-orb.complete{background:#16a34a;box-shadow:0 0 0 22px rgba(22,163,74,.08),0 18px 42px rgba(22,163,74,.22)}.mockup-orb.absent{background:linear-gradient(145deg,#ef4444,#dc2626);box-shadow:0 0 0 22px rgba(239,68,68,.08),0 18px 42px rgba(220,38,38,.24)}.mockup-orb:not(:disabled):active{transform:scale(.97)}.mockup-orb:disabled{cursor:default;opacity:1}.mockup-orb strong{max-width:82%;color:#fff;font-size:clamp(17px,5vw,23px);font-weight:600;line-height:1.16;text-align:center}.mockup-orb span{color:rgba(255,255,255,.88);font-size:11px;font-weight:500}.mockup-orb .orb-loading{width:22px;height:22px;border:2px solid rgba(255,255,255,.38);border-top-color:#ffffff;border-radius:999px;animation:orb-loading-spin .76s linear infinite}.mockup-orb .orb-check{font-size:26px;line-height:1}.mockup-orb em{color:#fff;font-size:14px;font-style:normal;font-weight:600}.orb-icon{display:grid;place-items:center;color:#fff}.orb-icon.exit svg{width:54px;height:54px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.orb-icon.check{width:54px;height:54px;border-radius:999px;background:#fff;color:#16a34a;font-size:28px;font-weight:700}.phase-panel{display:grid;grid-gap:12px;gap:12px;margin-top:0}.phase-panel.idle{margin-top:10px;margin-bottom:auto}@media (display-mode:standalone) and (max-width:560px){.home-screen:after{flex:0 0 auto}.home-screen .employee-card{margin-top:14px}.phase-panel.idle{margin-bottom:28px}}.completion-copy{width:calc(100% - 48px);max-width:320px;min-height:70px;display:block;margin-inline:auto;border:1px solid #d9f5e4;border-radius:16px;background:#f4fffa;padding:14px 18px;text-align:center}.completion-copy strong{display:block;color:#111827;font-size:15px;font-weight:600;line-height:1.25}.completion-copy em{display:block;margin-top:5px;color:#667085;font-size:12px;font-style:normal;line-height:1.35}.running-note{display:flex;align-items:center;gap:14px;width:min(100%,326px);margin:0 auto;padding:16px 20px;border:1px solid #dbeafe;border-radius:12px;background:#fff;box-shadow:0 10px 22px rgba(37,99,235,.12);color:#1f2a44;text-align:left}.running-note-icon{position:relative;display:grid;width:56px;height:56px;flex:0 0 auto;place-items:center;border-radius:999px;background:#eaf2ff}.running-note-icon img{width:25px;height:25px;filter:invert(38%) sepia(91%) saturate(3179%) hue-rotate(213deg) brightness(96%) contrast(92%)}.running-note-icon span{position:absolute;top:9px;right:9px;width:16px;height:16px;border:2px solid #fff;border-radius:999px;background:#ff4d5f}.running-note-icon span:after{position:absolute;inset:2px 0 0;color:#fff;content:"!";font-size:10px;font-weight:800;line-height:1;text-align:center}.running-note-copy{min-width:0}.running-note-copy span{display:block;color:#1f2a44;font-size:14px;font-weight:400;line-height:1.35;white-space:pre-line}.work-period-note{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;grid-gap:14px;gap:14px;margin:0 24px;border:0;border-radius:18px;background:rgba(0,96,91,.08);padding:14px 16px}.work-period-note>svg{width:32px;height:32px;color:#00605b;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.work-period-note em,.work-period-note strong{display:block}.work-period-note strong{color:#00605b;font-size:14px;font-weight:650;line-height:1.25}.work-period-note em{color:#475467;font-size:12px;font-style:normal;line-height:1.35;margin-top:5px}.work-period-note.break{background:rgba(239,68,68,.08)}.work-period-note.break strong,.work-period-note.break>svg{color:#dc2626}.work-summary-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:10px;gap:10px;margin:0 24px}.work-summary-card{display:grid;align-items:center;grid-gap:12px;gap:12px;margin:0 24px;padding:16px;border:1px solid #edf2f7;border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 12px 34px rgba(31,41,55,.07)}.work-summary-card.running{min-height:74px;grid-template-columns:46px minmax(0,1fr);gap:12px;margin:0;padding:12px;border-radius:14px}.work-summary-card.complete{grid-template-columns:42px minmax(0,1fr);width:calc(100% - 48px);max-width:276px;margin-inline:auto;padding:14px}.summary-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:18px}.work-summary-card.running .summary-icon{width:46px;height:46px;border-radius:17px;background:#fee2e2;color:#ef4444}.work-summary-card.running.total .summary-icon{background:rgba(47,125,246,.12);color:#2f7df6}.work-summary-card.complete .summary-icon{background:#dcfce7;color:#16a34a;width:40px;height:40px;border-radius:14px}.history-card svg,.summary-icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.work-summary-card span{display:block;color:#667085;font-size:13px;line-height:1.3}.work-summary-card strong{display:block;margin-top:6px;color:#334155;font-size:16px;font-weight:650;line-height:1.2}.work-summary-card.running.total strong{color:#ef4444}.complete-duration strong{color:#16a34a;font-size:20px;font-weight:650}.work-summary-card.complete.danger .complete-duration strong{color:#ef4444}.history-card{max-width:276px;width:calc(100% - 48px);min-height:56px;display:grid;grid-template-columns:34px minmax(0,1fr) 22px;align-items:center;grid-gap:10px;gap:10px;margin-inline:auto;border:1px solid #edf2f7;border-radius:16px;background:rgba(255,255,255,.96);color:#667085;padding:0 15px;text-align:left;box-shadow:0 12px 34px rgba(31,41,55,.06)}.history-card span{color:#334155;font-size:15px}.history-card>svg:last-child{justify-self:end;width:18px;height:18px;stroke-width:2.4}.office-card{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px;margin:auto 24px 14px;padding:14px;border:1px solid #edf2f7;border-radius:20px;background:rgba(255,255,255,.95);box-shadow:0 12px 34px rgba(31,41,55,.07)}.office-card>svg:last-child{justify-self:end;width:20px;height:20px;fill:none;stroke:#98a2b3;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.phase-panel .office-card{margin-top:0;margin-bottom:0}.office-card.danger .office-icon{color:#00605b}.office-card.danger .office-icon svg{fill:#00605b;stroke:#00605b}.office-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:18px;background:transparent;color:#00605b}.office-icon svg{width:24px;height:24px;fill:#00605b;stroke:#00605b}.office-icon img{width:24px;height:24px;display:block}.office-card span,.office-card strong{display:block}.office-card strong{font-size:14px;font-weight:650}.office-card span{margin-top:4px;color:#667085;font-size:12px;line-height:1.35}.office-card button{min-height:42px;display:inline-flex;align-items:center;gap:6px;border:1px solid #e4e7ec;border-radius:14px;padding:0 12px;background:#fff;color:#667085;font-weight:600}.office-card button svg{width:18px;height:18px}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:30;width:min(100%,430px);margin:0 auto;height:calc(var(--mobile-nav-base) + var(--safe-bottom));padding-bottom:var(--safe-bottom);background:#fff;border-top:1px solid #eee}.bottom-nav-items{display:grid;grid-template-columns:repeat(4,1fr);align-items:stretch}.bottom-nav-items,.nav-item{height:var(--mobile-nav-base)}.nav-item{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;gap:4px;border:0;background:transparent;color:#667085;font-size:13px;font-weight:500;line-height:1;-webkit-tap-highlight-color:transparent}.nav-item span{min-width:0;max-width:100%;line-height:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-item.active{color:#2f7df6}.nav-item:focus-visible{outline:2px solid #2f7df6;outline-offset:-4px}.bottom-nav svg{width:22px;height:22px;flex-shrink:0;stroke-width:1.9}.checkout-confirm-backdrop{position:absolute;inset:0;z-index:50;display:grid;place-items:center;background:rgba(15,23,42,.28);padding:24px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.checkout-confirm-dialog{max-width:340px;grid-gap:10px;gap:10px;text-align:center}.checkout-confirm-dialog,.mode-checkout-dialog{width:100%;display:grid;border:1px solid rgba(226,232,240,.86);border-radius:20px;background:rgba(255,255,255,.98);padding:18px;box-shadow:0 22px 54px rgba(15,23,42,.18)}.mode-checkout-dialog{max-width:360px;grid-gap:12px;gap:12px}.checkout-confirm-dialog strong,.mode-checkout-dialog>strong{color:#111827;font-size:17px;font-weight:600;line-height:1.25}.mode-checkout-dialog>strong{text-align:center}.checkout-confirm-dialog span,.mode-checkout-dialog>span{color:#667085;font-size:13px;line-height:1.45}.mode-checkout-dialog>span{text-align:center}.checkout-confirm-dialog .checkout-confirm-error,.mode-checkout-dialog>.checkout-confirm-error{border:1px solid #fecaca;border-radius:12px;background:#fef2f2;color:#dc2626;padding:8px 10px;font-weight:600}.checkout-confirm-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-top:8px}.checkout-confirm-actions.single{grid-template-columns:1fr}.checkout-confirm-actions button{min-height:44px;border-radius:14px;border:1px solid #e5e7eb;background:#ffffff;color:#334155;font-size:14px;font-weight:500}.checkout-confirm-actions button:last-child{border-color:#ef4444;background:#ef4444;color:#ffffff}.checkout-confirm-actions.single button:last-child{border-color:#0878ff;background:#0878ff}.checkout-confirm-actions button:disabled{cursor:not-allowed;opacity:.64}.mode-checkin-screen{display:flex;flex:1 1;min-height:0;flex-direction:column;gap:14px;overflow-y:auto;padding:0 22px 22px}.mode-checkin-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;flex:0 0 auto;min-height:calc(var(--mobile-header-base) + var(--safe-top));display:grid;grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;margin-inline:-22px;padding:calc(14px + var(--safe-top)) 22px 14px;background:rgba(251,253,255,.92);border-bottom:1px solid rgba(226,232,240,.65);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.mode-checkin-header h1{margin:0;color:#111827;text-align:center;font-size:17px;font-weight:600;line-height:1.15}.mode-checkin-header .icon-button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.mode-checkin-card{display:grid;grid-gap:16px;gap:16px;border:1px solid #edf2f7;border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 12px 34px rgba(31,41,55,.07);padding:16px}.mode-checkin-note{display:grid;grid-template-columns:38px minmax(0,1fr);grid-gap:11px;gap:11px;align-items:start;border-radius:14px;background:#eaf2ff;color:#2f7df6;padding:12px}.mode-checkin-note.business{background:#fff7ed;color:#f97316}.mode-checkin-note.outside{background:#ecfdf5;color:#059669}.mode-checkin-note>svg{width:32px;height:32px;border-radius:999px;background:#2f7df6;color:#fff;padding:7px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.mode-checkin-note.business>svg{background:#f97316}.mode-checkin-note.outside>svg{background:#059669}.mode-checkin-note span,.mode-checkin-note strong{display:block}.mode-checkin-note strong{color:#111827;font-size:13px;font-weight:600;line-height:1.25}.mode-checkin-note span{margin-top:4px;color:#52627a;font-size:11px;line-height:1.45}.mode-info-row>span,.mode-location-card>span,.mode-reason-field>span{color:#111827;font-size:13px;font-weight:600;line-height:1.25}.mode-info-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.mode-info-row strong{color:#111827;font-size:13px;font-weight:600;line-height:1.25;text-align:right;white-space:nowrap}.mode-work-description{display:grid;grid-gap:8px;gap:8px}.mode-work-description>span{color:#111827;font-size:13px;font-weight:600;line-height:1.25}.mode-work-description textarea{width:100%;min-height:78px;resize:vertical;border:1px solid #dbe4ef;border-radius:10px;background:#ffffff;color:#111827;font:inherit;font-size:13px;line-height:1.45;padding:10px 12px;outline:none}.mode-work-description textarea:focus{border-color:#2f7df6;box-shadow:0 0 0 3px rgba(47,125,246,.14)}.attendance-auth-section{display:grid;grid-gap:9px;gap:9px}.attendance-auth-section>strong{color:#111827;font-size:13px;font-weight:600;line-height:1.25}.attendance-auth-options{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.attendance-auth-options button{min-height:50px;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;grid-gap:9px;gap:9px;border:1px solid #b8d2ff;border-radius:7px;background:#ffffff;color:#1677ff;padding:8px 10px;text-align:left}.attendance-auth-options button.complete{border-color:#86efac;background:#f0fdf4;color:#16a34a}.attendance-auth-options svg{width:30px;height:30px;border-radius:8px;background:#1677ff;color:#ffffff;padding:7px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.attendance-auth-options button.complete svg{background:#16a34a}.attendance-auth-options em,.attendance-auth-options span,.attendance-auth-options strong{display:block;min-width:0}.attendance-auth-options strong{overflow-wrap:anywhere;color:#111827;font-size:12px;font-weight:600;line-height:1.2}.attendance-auth-options em{margin-top:3px;overflow-wrap:anywhere;color:#667085;font-size:10px;font-style:normal;line-height:1.25}.attendance-auth-section>small{color:#ef4444;font-size:11px;font-weight:500;line-height:1.35}.attendance-proof-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.attendance-proof-card{position:relative;min-height:134px;overflow:hidden;border:1px solid #d7dde8;border-radius:10px;background:#f8fbff}.attendance-proof-clear,.attendance-proof-media,.attendance-proof-start{border:0;font:inherit}.attendance-proof-media,.attendance-proof-start{width:100%;height:100%;min-height:134px;display:grid;place-items:center;padding:0}.attendance-proof-start{align-content:center;gap:10px;background:#eef5ff;color:#667085}.attendance-proof-media img{width:100%;height:100%;min-height:134px;display:block;object-fit:cover}.attendance-proof-start>svg:first-child{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:2.1}.attendance-proof-start>span{min-width:calc(100% - 16px);min-height:42px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;background:rgba(17,24,39,.54);color:#ffffff;padding:8px 10px;font-size:13px;font-weight:600;line-height:1.2;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.attendance-proof-clear{position:absolute;top:9px;right:9px;z-index:3;width:30px;height:30px;display:grid;place-items:center;border-radius:999px;background:rgba(255,255,255,.92);color:#475569;padding:0;box-shadow:0 4px 14px rgba(15,23,42,.18)}.attendance-proof-clear svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2.6}.attendance-proof-card .attendance-leaflet-map{width:100%;height:100%;min-height:134px;border:0;border-radius:0}.mode-location-card{display:grid;grid-gap:8px;gap:8px}.mode-map{position:relative;height:112px;overflow:hidden;border:1px solid #edf2f7;border-radius:10px 10px 0 0;background:linear-gradient(35deg,transparent 47%,rgba(148,163,184,.28) 48% 52%,transparent 53%),linear-gradient(120deg,transparent 45%,rgba(148,163,184,.22) 46% 50%,transparent 51%),linear-gradient(0deg,rgba(226,232,240,.55) 1px,transparent 0),linear-gradient(90deg,rgba(226,232,240,.55) 1px,transparent 0),#eef5ff;background-size:100% 100%,100% 100%,34px 34px,34px 34px}.mode-map i{width:78px;height:78px;background:rgba(47,125,246,.18);box-shadow:0 0 0 22px rgba(47,125,246,.1)}.mode-map i,.mode-map svg{position:absolute;left:50%;top:50%;border-radius:999px;transform:translate(-50%,-50%)}.mode-map svg{width:34px;height:34px;background:#2f7df6;color:#fff;padding:8px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.mode-map.large{height:270px;border-radius:12px}.attendance-leaflet-map{width:100%;max-width:100%;height:270px;overflow:hidden;touch-action:pan-x pan-y;border:1px solid #dbe6f5;border-radius:12px;background:#eef5ff}.attendance-leaflet-map .leaflet-container{width:100%;height:100%;font:inherit}.attendance-leaflet-map .leaflet-tooltip{border:0;border-radius:8px;box-shadow:0 8px 22px rgba(15,23,42,.14);color:#111827;font-size:11px;font-weight:600}.mode-location-status{display:inline-flex;align-items:center;gap:6px;color:#16a34a;font-size:12px;font-weight:600}.mode-location-status.pending{color:#64748b}.mode-location-status.error{color:#ef4444}.mode-location-status svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.mode-location-card>strong{color:#111827;font-size:13px;font-weight:600}.mode-location-card small,.mode-location-card>span:not(:first-child){color:#52627a;font-size:12px;line-height:1.35}.location-address-options{display:grid;grid-gap:7px;gap:7px}.location-address-options button{width:100%;border:0;border-radius:9px;background:#eef5ff;color:#475569;padding:9px 10px;text-align:left;font-size:11px;font-weight:500;line-height:1.35}.location-address-options button.active{background:#dbeafe;color:#0f56d9}.location-address-options button span,.location-address-options button strong{display:block}.location-address-options button strong{color:inherit;font-size:11px;font-weight:600;line-height:1.25}.location-address-options button span{margin-top:3px;color:#64748b;font-size:10px;font-weight:500;line-height:1.3}.location-address-options button.active span{color:#2563eb}.location-current-button{min-height:44px;border:0;border-radius:9px;background:#e8f1ff;color:#0f56d9;font-size:13px;font-weight:600}.mode-reason-field{position:relative;display:grid;grid-gap:8px;gap:8px}.mode-reason-field em{color:#64748b;font-style:normal;font-weight:500}.mode-reason-field textarea{min-height:82px;resize:none;border:1px solid #dfe7f1;border-radius:10px;background:#fff;padding:12px;color:#111827;font-size:16px;line-height:1.4}.mode-reason-field textarea::placeholder{color:#94a3b8}.mode-reason-field small{position:absolute;right:10px;bottom:9px;color:#64748b;font-size:11px}.mode-confirm-button{min-height:48px;border:0;border-radius:9px;background:#1677ff;color:#fff;font-size:14px;font-weight:600;box-shadow:0 10px 22px rgba(22,119,255,.18);display:inline-flex;align-items:center;justify-content:center;gap:9px}.mode-confirm-button:disabled{cursor:not-allowed;opacity:.62}.mode-confirm-error{display:block;border-radius:10px;background:#fef2f2;color:#b91c1c;padding:10px 12px;font-size:12px;font-weight:600;line-height:1.4}.mode-confirm-button .mode-confirm-spinner{width:17px;height:17px;border:2px solid rgba(255,255,255,.38);border-top-color:#ffffff;border-radius:999px;animation:orb-loading-spin .76s linear infinite}.attendance-camera-screen{position:relative;flex:1 1;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;background:#020617;color:#ffffff}.attendance-camera-header{position:relative;z-index:3;min-height:calc(var(--mobile-header-base) + var(--safe-top));display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;padding:calc(14px + var(--safe-top)) 24px 14px}.attendance-camera-header h1{margin:0;text-align:center;font-size:20px;font-weight:500;line-height:1.15}.camera-icon-button{width:44px;height:44px;display:grid;place-items:center;border:0;background:transparent;color:#ffffff}.camera-icon-button svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.attendance-camera-stage{position:relative;min-height:0;margin:10px 28px 0;overflow:hidden;touch-action:none;border-radius:8px;background:#111827}.attendance-camera-stage video{width:100%;height:100%;min-height:460px;object-fit:cover;display:block}.native-camera-input{position:fixed;width:1px;height:1px;opacity:0;pointer-events:none}.native-camera-prompt{width:100%;height:100%;min-height:460px;display:grid;place-items:center;align-content:center;grid-gap:10px;gap:10px;border:0;background:#111827;color:#ffffff;text-align:center}.native-camera-prompt svg{width:54px;height:54px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;opacity:.88}.native-camera-prompt strong{font-size:18px;font-weight:600}.native-camera-prompt span{max-width:230px;color:rgba(255,255,255,.72);font-size:13px;line-height:1.35}.camera-grid{inset:0;background:linear-gradient(90deg,transparent 33%,rgba(255,255,255,.35) 33.15% 33.3%,transparent 33.45% 66%,rgba(255,255,255,.35) 66.15% 66.3%,transparent 66.45%),linear-gradient(0deg,transparent 33%,rgba(255,255,255,.35) 33.15% 33.3%,transparent 33.45% 66%,rgba(255,255,255,.35) 66.15% 66.3%,transparent 66.45%)}.camera-corners,.camera-grid{position:absolute;pointer-events:none}.camera-corners{inset:150px 20px 120px}.camera-corners span{position:absolute;width:46px;height:46px;border-color:#ffffff}.camera-corners span:first-child{left:0;top:0;border-left:5px solid;border-top:5px solid;border-radius:8px 0 0 0}.camera-corners span:nth-child(2){right:0;top:0;border-right:5px solid;border-top:5px solid;border-radius:0 8px 0 0}.camera-corners span:nth-child(3){left:0;bottom:0;border-left:5px solid;border-bottom:5px solid;border-radius:0 0 0 8px}.camera-corners span:nth-child(4){right:0;bottom:0;border-right:5px solid;border-bottom:5px solid;border-radius:0 0 8px 0}.camera-meta{position:absolute;z-index:2;display:grid;grid-gap:6px;gap:6px;border-radius:8px;background:rgba(0,0,0,.62);padding:8px 10px;color:#ffffff;font-size:12px;font-weight:500;line-height:1.3;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.camera-meta.time{left:18px;top:18px}.camera-meta.place{right:18px;top:18px;max-width:155px;text-align:left}.camera-meta span{display:inline-flex;align-items:center;gap:6px}.camera-meta svg{width:16px;height:16px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.camera-error,.camera-hint{position:absolute;left:24px;right:24px;bottom:30px;border-radius:8px;background:rgba(0,0,0,.68);color:#ffffff;padding:8px 10px;text-align:center;font-size:12px;font-weight:400;line-height:1.35}.camera-error{background:rgba(220,38,38,.88)}.attendance-camera-actions{display:grid;grid-template-columns:1fr 104px 1fr;align-items:center;grid-gap:12px;gap:12px;padding:28px 28px 32px}.attendance-camera-actions button{display:grid;place-items:center;grid-gap:7px;gap:7px;border:0;background:transparent;color:#ffffff;font-size:12px;font-weight:400}.attendance-camera-actions button>svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.camera-shutter{width:86px;height:86px;border-radius:999px;border:5px solid #ffffff!important;padding:6px}.camera-shutter span{width:100%;height:100%;border-radius:inherit;background:#ffffff}.mode-location-card.compact{gap:7px}.mode-location-card.compact .mode-map{height:96px}.business-photo-capture{min-height:150px;display:grid;place-items:center;align-content:center;grid-gap:7px;gap:7px;border:1px dashed #b8c7db;border-radius:16px;background:#f8fbff;color:#2f7df6;padding:16px}.business-photo-capture svg{width:38px;height:38px;border-radius:999px;background:#eaf2ff;padding:9px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.business-photo-capture em,.business-photo-capture strong{display:block;text-align:center}.business-photo-capture strong{color:#1677ff;font-size:14px;font-weight:600;line-height:1.25}.business-photo-capture em{max-width:230px;color:#64748b;font-size:12px;font-style:normal;line-height:1.35}.business-photo-capture.captured{border-color:#86efac;background:#f0fdf4;color:#16a34a}.business-photo-capture.captured svg{background:#dcfce7}.attendance-mode-dialog{width:100%;max-width:360px;display:grid;grid-gap:12px;gap:12px;border:1px solid rgba(226,232,240,.86);border-radius:20px;background:rgba(255,255,255,.98);padding:18px;box-shadow:0 22px 54px rgba(15,23,42,.18)}.attendance-mode-dialog>strong{color:#111827;font-size:17px;font-weight:600;line-height:1.25;text-align:center}.attendance-mode-dialog>span{color:#667085;font-size:13px;line-height:1.45;text-align:center}.attendance-mode-options{display:grid;grid-gap:10px;gap:10px;margin-top:2px}.attendance-mode-options button{min-height:72px;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px;border:1px solid #e5e7eb;border-radius:16px;background:#ffffff;color:#334155;padding:12px;text-align:left}.attendance-mode-options button:first-child svg{background:#eaf2ff;color:#2f7df6}.attendance-mode-options button:nth-child(2) svg{background:#dcfce7;color:#059669}.attendance-mode-options button:nth-child(3) svg{background:#ffedd5;color:#f97316}.attendance-mode-options svg{width:42px;height:42px;border-radius:14px;padding:9px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.attendance-mode-options em,.attendance-mode-options strong{display:block}.attendance-mode-options strong{color:#111827;font-size:14px;font-weight:600;line-height:1.25}.attendance-mode-options em{margin-top:4px;color:#667085;font-size:12px;font-style:normal;line-height:1.35}.attendance-mode-cancel{min-height:42px;border:1px solid #e5e7eb;border-radius:14px;background:#ffffff;color:#475569;font-size:14px;font-weight:500}.history-screen{display:flex;flex:1 1;min-height:0;flex-direction:column;gap:18px;padding:0 22px calc(var(--mobile-nav-base) + var(--safe-bottom) + 16px);overflow-y:auto}.history-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;flex:0 0 auto;min-height:calc(var(--mobile-header-base) + var(--safe-top));display:grid;grid-template-columns:minmax(0,1fr);align-items:center;margin-inline:-22px;padding:calc(14px + var(--safe-top)) 22px 14px;background:rgba(251,253,255,.92);border-bottom:1px solid rgba(226,232,240,.65);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.history-header h1{margin:0;text-align:center;font-size:17px;font-weight:600;line-height:1.15}.history-days-viewport{position:relative;flex:0 0 52px;overflow:hidden;margin-inline:-6px;padding:0 6px}.history-days,.history-days-viewport{min-width:0;min-height:52px;touch-action:pan-y}.history-days{display:grid;grid-template-columns:repeat(7,minmax(38px,1fr));align-items:center;grid-gap:6px;gap:6px;will-change:transform;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:transform .18s ease-out}.history-days.dragging{transition:none}.history-days.motion-previous{animation:history-week-slide-from-left .26s cubic-bezier(.22,1,.36,1)}.history-days.motion-next{animation:history-week-slide-from-right .26s cubic-bezier(.22,1,.36,1)}.history-days button{min-width:0;min-height:52px;display:grid;place-items:center;grid-gap:4px;gap:4px;border:0;border-radius:13px;background:#f7f9fc;color:#475569;font-size:12px;font-weight:500;box-shadow:none}.history-days button:active{transform:scale(.98)}.history-week-loading{position:absolute;right:9px;top:8px;width:16px;height:16px;border:2px solid rgba(47,125,246,.18);border-top-color:#2f7df6;border-radius:999px;animation:orb-loading-spin .76s linear infinite;pointer-events:none}.history-days button strong{color:#1f2937;font-size:12px;font-weight:500}.history-days .all{background:#f2f6ff;color:#2f73e8}.history-days .active{background:#dcfce7;color:#15803d;box-shadow:0 8px 16px rgba(22,163,74,.12)}.history-days .active strong{color:#15803d}.history-days .sunday span{color:#ef4444;font-weight:550}.history-stats-card{min-width:0;max-width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid #edf2f7;border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 12px 34px rgba(31,41,55,.07);padding:18px 10px}.history-stats-card>div{min-width:0;display:grid;justify-items:center;grid-gap:6px;gap:6px;padding:0 6px;text-align:center;border-right:1px solid #e5e7eb}.history-stats-card>div:last-child{border-right:0}.history-stats-card svg{width:22px;height:22px;fill:none;stroke:#2f7df6;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.history-stats-card>div:nth-child(2) svg{stroke:#16a34a}.history-stats-card>div:nth-child(3) svg{stroke:#f97316}.history-stats-card em,.history-stats-card span{min-width:0;color:#667085;font-size:12px;font-style:normal;overflow-wrap:anywhere}.history-stats-card strong{max-width:100%;color:#111827;font-size:14px;font-weight:560;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:8px 0 -2px}.history-section-title{margin:0;font-size:16px;font-weight:500}.history-section-head .icon-button{width:30px;height:30px;color:#334155}.history-section-head .icon-button svg{width:19px;height:19px}.history-list{min-width:0;display:grid;grid-gap:10px;gap:10px}.history-loading-card{min-height:118px;display:grid;place-items:center}.history-loading-card span{width:28px;height:28px;border:3px solid rgba(47,125,246,.16);border-top-color:#2f7df6;border-radius:999px;animation:orb-loading-spin .76s linear infinite}.history-row{width:100%;position:relative;min-height:88px;grid-template-columns:minmax(0,1fr) 18px;align-items:center;border:1px solid #edf2f7;border-radius:16px;background:rgba(255,255,255,.98);box-shadow:0 10px 28px rgba(31,41,55,.06);padding:13px 12px;color:inherit;text-align:left;cursor:pointer}.history-row,.history-row-content{min-width:0;display:grid;grid-gap:12px;gap:12px}.history-row>svg{width:18px;height:18px;fill:none;stroke:#334155;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.history-row-head{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px}.history-row-head strong{min-width:0;font-size:14px;font-weight:500;overflow-wrap:anywhere}.history-row-head span{justify-self:start;margin-left:14px;border-radius:999px;background:#dcfce7;color:#16a34a;padding:5px 9px;font-size:12px;font-weight:500;line-height:1.1;white-space:nowrap}.history-row.warning .history-row-head span{background:#ffedd5;color:#f97316}.history-row.danger .history-row-head span{background:#fee2e2;color:#ef4444}.history-row.late .history-row-head span{background:#ffedd5;color:#f97316}.history-times{min-width:0;display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;margin-top:0}.history-times>div{position:relative;display:flex;align-items:flex-start;min-width:0}.history-times>div+div{border-left:1px solid #e5e7eb;padding-left:14px}.history-times span{min-width:0;display:grid;grid-gap:5px;gap:5px;color:#667085;font-size:13px}.history-time-label{color:#667085;font-size:13px;font-weight:500}.history-time-label.start{color:#16a34a}.history-time-label.end{color:#ef4444}.history-time-mode{margin-top:3px;color:#667085;font-size:13px;font-style:normal;font-weight:400;line-height:1.2}.history-times small{color:#94a3b8;font-size:13px;font-weight:400;line-height:1.25;overflow-wrap:anywhere}.history-times strong{color:#111827;font-size:14px;font-weight:500}.history-info-card{display:grid;grid-template-columns:54px minmax(0,1fr);grid-gap:12px;gap:12px;margin:18px 0 22px;border-radius:16px;background:#eaf2ff;padding:16px;color:#1d4ed8}.history-list .history-info-card,.leave-list .history-info-card{grid-template-columns:1fr;margin:0}.history-info-card>div:first-child{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#2f7df6;color:#fff}.history-info-card svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.history-info-card span,.history-info-card strong{display:block}.history-info-card strong{margin-bottom:8px;color:#111827;font-size:15px;font-weight:650}.history-info-card span{font-size:14px;line-height:1.45}.adjust-request-screen,.history-detail-screen{position:relative;width:100%;height:100%;max-height:100%;display:flex;flex:1 1;min-height:0;flex-direction:column;gap:16px;padding:0 16px calc(var(--mobile-nav-base) + var(--safe-bottom) + 56px);overflow-y:scroll;overscroll-behavior-y:contain;touch-action:pan-y!important;scroll-padding-bottom:calc(var(--mobile-nav-base) + var(--safe-bottom) + 56px);-webkit-overflow-scrolling:touch}.adjust-request-screen{padding-bottom:calc(var(--mobile-nav-base) + var(--safe-bottom) + 56px)}.adjust-request-screen>*,.history-detail-screen>*{flex-shrink:0}.history-detail-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;flex:0 0 auto;min-height:calc(var(--mobile-header-base) + var(--safe-top));display:grid;grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;margin-inline:-16px;padding:calc(14px + var(--safe-top)) 18px 14px;background:rgba(251,253,255,.94);border-bottom:1px solid rgba(226,232,240,.75);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.history-detail-header h1{margin:0;text-align:center;color:#0f172a;font-size:17px;font-weight:650;line-height:1.15}.history-detail-header .icon-button{width:31px;height:31px;color:#0f172a}.history-detail-header svg{width:21px;height:21px}.adjust-day-card,.adjust-form-card,.workday-card,.workday-hero-card{border:1px solid #edf2f7;border-radius:8px;background:rgba(255,255,255,.98);box-shadow:0 12px 34px rgba(31,41,55,.06)}.workday-hero-card{display:grid;grid-template-columns:50px minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px;padding:14px 12px}.workday-hero-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;background:#f2f6ff;color:#334b72}.adjust-day-card svg,.adjust-upload-box svg,.workday-hero-icon svg,.workday-note svg,.workday-summary-list svg{fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.workday-hero-icon svg{width:28px;height:28px}.workday-hero-title-row{display:flex;align-items:center;gap:10px;min-width:0}.workday-hero-card strong{min-width:0;color:#0f172a;font-size:15px;font-weight:650;line-height:1.2;flex:1 1 auto}.workday-hero-card span,.workday-hero-card strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workday-hero-card span{margin-top:6px;color:#64748b;font-size:13px;font-weight:600}.workday-hero-card em{flex:0 0 auto;border-radius:999px;background:#fff2e6;color:#f97316;padding:8px 10px;font-size:12px;font-style:normal;font-weight:600;white-space:nowrap}.workday-hero-card em.success{background:#e8f8ef;color:#16a34a}.workday-hero-card em.warning{background:#fff2e6;color:#f97316}.workday-hero-card em.danger{background:#fee2e2;color:#ef4444}.adjust-day-card,.adjust-form-card,.workday-card{padding:0 16px 18px}.adjust-day-card h2,.adjust-form-card h2,.workday-card h2{margin:0 -16px 18px;background:#eaf3ff;border-bottom:1px solid #d7e7fb;border-radius:8px 8px 0 0;padding:12px 16px;color:#174ea6;font-size:15px;font-weight:550;line-height:1.25}.workday-check-grid{display:block}.workday-check-list{position:relative;display:grid;grid-gap:26px;gap:26px}.workday-check-list:before{content:"";position:absolute;left:5.5px;top:12px;height:72px;width:1px;background:#d7dee8}.workday-check-row{position:relative;display:grid;grid-template-columns:12px minmax(0,1fr) minmax(92px,auto);grid-gap:8px 12px;gap:8px 12px;align-items:center;min-height:46px}.workday-dot{grid-row:1/span 2;align-self:start;justify-self:center;width:12px;height:12px;margin-top:5px;border-radius:999px;background:#9ca3af;box-shadow:0 0 0 2px #fff;z-index:1}.workday-dot.active{background:#18b65a}.workday-check-label{display:flex;align-items:center;justify-content:flex-start;gap:7px;min-width:0}.workday-check-label span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workday-check-label,.workday-check-row>span:not(.workday-dot){color:#17233c;font-size:14px;font-weight:500}.workday-check-list strong{color:#0f172a;font-size:14px;font-weight:650}.workday-check-list strong.muted{color:#64748b}.workday-check-list em{grid-column:3;display:block;min-width:0;color:#64748b;font-size:13px;font-style:normal;font-weight:400;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.workday-check-status{grid-column:2;color:#94a3b8;font-size:12px;font-style:italic;font-weight:400;line-height:1.2}.workday-check-status.success,.workday-check-status.warning{color:#94a3b8}.workday-check-label b{flex:0 0 auto;border-radius:999px;background:#eef6ff;color:#2f7df6;padding:1px 5px;font-size:10px;font-weight:600;line-height:1.25}.workday-check-list em.success{color:#16a34a}.workday-proof-list{display:grid;grid-gap:12px;gap:12px}.workday-avatar-placeholder,.workday-photo-placeholder{width:68px;height:68px;display:grid;place-items:center;overflow:hidden;border-radius:13px;background:linear-gradient(145deg,#f0f3f8,#ffffff);color:#94a3b8}.workday-avatar-placeholder img{width:100%;height:100%;object-fit:cover}.workday-avatar-placeholder svg,.workday-photo-placeholder svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2.2}.workday-summary-list{display:grid;grid-gap:19px;gap:19px;margin:22px 0 0;padding:20px 0 0;border-top:1px solid #e5eaf2}.workday-summary-list div{display:grid;grid-template-columns:26px minmax(0,1fr) minmax(92px,auto);align-items:center;grid-gap:12px;gap:12px}.workday-summary-list svg{width:22px;height:22px;color:#7c8aa3}.workday-summary-list dt{color:#17233c;font-size:15px;font-weight:500}.workday-summary-list dd{margin:0;color:#0f172a;font-size:15px;font-weight:500;white-space:nowrap;text-align:left}.adjust-day-card dl div:last-child dd,.adjust-help-text strong,.workday-summary-list dd.danger{color:#ef233c;font-weight:650}.workday-summary-list dd.adjusted{text-decoration:line-through;-webkit-text-decoration-color:rgba(239,35,60,.45);text-decoration-color:rgba(239,35,60,.45);text-decoration-thickness:1px}.workday-summary-list dd.success{color:#22c55e;font-weight:600}.workday-summary-list dd.pending{color:#64748b;font-size:13px;font-weight:400}.workday-warning-box{display:grid;grid-gap:16px;gap:16px;border-radius:10px;background:#fff1e8;padding:15px 16px}.workday-warning-box span{display:flex;align-items:center;gap:12px;color:#111827;font-size:15px;font-weight:500}.workday-warning-box svg{width:20px;height:20px;flex:0 0 auto;fill:none;stroke:#f97316;stroke-width:2.3}.empty-adjust-box,.empty-review-box{min-height:84px;display:grid;place-items:center;grid-gap:8px;gap:8px;border:1px dashed #cbd5e1;border-radius:8px;color:#64748b;font-size:14px;text-align:center}.empty-adjust-box svg{width:30px;height:30px;fill:none;stroke:#64748b;stroke-width:2}.adjust-request-list{display:grid;grid-gap:0;gap:0}.adjust-request-item{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;border:0;border-radius:0;padding:12px 0;background:#ffffff;text-align:left;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none}.adjust-request-item+.adjust-request-item{border-top:1px solid #e5eaf3}.adjust-request-item:hover{background:#f8fbff}.adjust-request-item:focus-visible{outline:3px solid rgba(8,120,255,.22);outline-offset:2px}.adjust-request-item>svg{width:24px;height:24px;color:#2f7df6;fill:none;stroke:currentColor;stroke-width:2}.adjust-request-item em,.adjust-request-item span,.adjust-request-item strong{display:block;min-width:0}.adjust-request-item strong{color:#0f172a;font-size:13px;font-weight:600;line-height:1.25}.adjust-request-item em{margin-top:3px;color:#64748b;font-size:12px;font-style:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adjust-request-item b{border-radius:999px;background:#fff7ed;color:#f97316;padding:5px 8px;font-size:11px;font-weight:600;white-space:nowrap}.adjust-request-item b.approved{background:#e8f8ef;color:#16a34a}.adjust-request-item b.cancelled,.adjust-request-item b.rejected{background:#fef2f2;color:#ef4444}.adjust-detail-dialog{width:100%;max-width:380px;display:grid;grid-gap:16px;gap:16px;border:1px solid rgba(226,232,240,.9);border-radius:22px;background:rgba(255,255,255,.98);padding:18px;box-shadow:0 22px 54px rgba(15,23,42,.18)}.adjust-detail-header{display:grid;grid-template-columns:62px minmax(0,1fr) 46px;align-items:start;grid-gap:12px;gap:12px}.adjust-detail-dialog.pending .adjust-detail-header{display:block}.adjust-detail-dialog.rejected .adjust-detail-header{border-bottom:1px solid #e2e8f0;padding-bottom:16px}.adjust-detail-dialog.approved .adjust-detail-header,.adjust-detail-dialog.rejected .adjust-detail-header{grid-template-columns:minmax(0,1fr);align-items:center}.adjust-detail-status-icon{width:62px;height:62px;display:grid;place-items:center;border-radius:50%;background:#fef2f2;color:#ef4444}.adjust-detail-heading{min-width:0;display:grid;grid-gap:12px;gap:12px}.adjust-detail-header strong{min-width:0;color:#0f172a;font-size:21px;font-weight:600;line-height:1.15}.adjust-detail-dialog.pending .adjust-detail-header strong{font-size:20px}.adjust-detail-dialog.rejected .adjust-detail-header strong{font-size:22px;font-weight:500;line-height:1.18}.adjust-detail-dialog.approved .adjust-detail-header strong{font-size:20px;font-weight:600;line-height:1.18}.adjust-detail-heading b{width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:8px 12px;background:#fff7ed;color:#f97316;font-size:14px;font-weight:800;line-height:1}.adjust-detail-heading b span{width:8px;height:8px;border-radius:50%;background:currentColor}.adjust-detail-heading b.approved{background:#e8f8ef;color:#16a34a}.adjust-detail-heading b.cancelled,.adjust-detail-heading b.rejected{background:#fef2f2;color:#ef4444;font-weight:600}.adjust-detail-close{width:46px;height:46px;display:grid;place-items:center;border:1px solid #e2e8f0;border-radius:50%;background:#f8fafc;color:#64748b;padding:0}.adjust-detail-dialog.rejected .adjust-detail-close{width:38px;height:38px;border:0;background:transparent;color:#64748b}.adjust-detail-dialog.approved .adjust-detail-close{width:48px;height:48px;border:0;background:#f1f5f9;color:#475569}.adjust-approved-badge{width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;justify-self:start;gap:8px;border-radius:999px;background:#dcfce7;color:#16a34a;padding:8px 14px;font-size:13px;font-weight:600;line-height:1}.adjust-detail-list{display:grid;grid-gap:0;gap:0;border:1px solid #dbe7f5;border-radius:16px;background:#ffffff;padding:0 12px;margin:0;box-shadow:0 14px 34px rgba(15,23,42,.08)}.adjust-detail-list div{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px;border:0;border-radius:0}.adjust-detail-list div,.adjust-detail-list div.adjust-detail-type-row{border-bottom:1px solid #e2e8f0;background:transparent;padding:14px 0}.adjust-detail-list div.adjust-detail-attachment-row{border:0;background:transparent;padding:14px 0}.adjust-detail-row-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:14px}.adjust-detail-row-icon.blue{background:#eaf4ff;color:#0878ff}.adjust-detail-row-icon.violet{background:#f0edff;color:#6d5dfc}.adjust-detail-row-icon.green{background:#eafaf0;color:#16a34a}.adjust-detail-row-icon.amber{background:#fff7df;color:#f59e0b}.adjust-detail-list dt{color:#64748b;font-size:13px;font-weight:500}.adjust-detail-list dd{display:block;margin:0;color:#0f172a;font-size:15px;font-weight:800;line-height:1.45;overflow-wrap:anywhere}.adjust-detail-list b{display:inline-flex;align-items:center;gap:7px;width:-moz-fit-content;width:fit-content;border-radius:999px;background:#fff7ed;color:#f97316;padding:5px 8px;font-size:11px;font-weight:700;line-height:1}.adjust-detail-list b svg{width:16px;height:16px}.adjust-detail-list b.approved{background:#e8f8ef;color:#16a34a}.adjust-detail-list b.cancelled,.adjust-detail-list b.rejected{background:#fef2f2;color:#ef4444}.adjust-detail-list a{color:#0878ff;font-weight:700;text-decoration:none}.adjust-detail-dialog.pending .adjust-detail-list{gap:12px;border:0;border-radius:0;background:transparent;padding:0;box-shadow:none}.adjust-detail-dialog.pending .adjust-detail-list div{display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px;border:1px solid #dbe7f5;border-radius:14px;background:#f8fbff;padding:12px}.adjust-detail-dialog.pending .adjust-detail-list div.adjust-detail-status-row{border-color:#fed7aa;background:#fffaf4}.adjust-detail-dialog.pending .adjust-detail-list div.adjust-detail-attachment-row,.adjust-detail-dialog.pending .adjust-detail-list div.adjust-detail-type-row{border:0;background:transparent;padding:0}.adjust-detail-dialog.pending .adjust-detail-list div.adjust-detail-attachment-row,.adjust-detail-dialog.pending .adjust-detail-list div.adjust-detail-type-row{border:1px solid #dbe7f5;background:#f8fbff;padding:12px}.adjust-detail-dialog.pending .adjust-detail-row-icon{display:none}.adjust-detail-dialog.pending .adjust-detail-list dt{font-size:13px}.adjust-detail-dialog.pending .adjust-detail-list dd{font-size:14px;font-weight:500}.adjust-detail-dialog.pending .adjust-detail-list b{padding:8px 12px;font-size:13px;font-weight:800}.adjust-detail-dialog.pending .detail-adjust-select-dropdown .leave-select{border:0!important;border-bottom:0!important;border-radius:0;background:#fffff0;box-shadow:none}.adjust-detail-dialog.rejected{max-width:390px;gap:14px;padding:20px}.adjust-detail-dialog.approved{max-width:390px;gap:18px;padding:22px}.adjust-detail-dialog.approved .adjust-detail-list{border:1px solid #dbe3ee;border-radius:16px;background:rgba(255,255,255,.78);padding:0 20px;box-shadow:none}.adjust-detail-dialog.approved .adjust-detail-list div,.adjust-detail-dialog.approved .adjust-detail-list div.adjust-detail-attachment-row,.adjust-detail-dialog.approved .adjust-detail-list div.adjust-detail-type-row{grid-template-columns:48px minmax(0,1fr);gap:16px;border-bottom:1px solid #dbe3ee;background:transparent;padding:18px 0}.adjust-detail-dialog.approved .adjust-detail-list div.adjust-detail-attachment-row{border-bottom:0}.adjust-detail-dialog.approved .adjust-detail-row-icon{width:34px;height:34px;background:transparent;color:#475569}.adjust-detail-dialog.approved .adjust-detail-list dt{color:#64748b;font-size:13px;font-weight:500;line-height:1.25}.adjust-detail-dialog.approved .adjust-detail-list dd{color:#0f172a;font-size:14px;font-weight:400;line-height:1.35}.adjust-detail-dialog.approved .checkout-confirm-actions{margin-top:0}.adjust-detail-dialog.approved .checkout-confirm-actions button{min-height:54px;border-radius:12px;font-size:14px;font-weight:600}.adjust-detail-dialog.rejected .adjust-detail-list{gap:12px;border:0;border-radius:0;background:transparent;padding:0;box-shadow:none}.adjust-detail-dialog.rejected .adjust-detail-list div,.adjust-detail-dialog.rejected .adjust-detail-list div.adjust-detail-attachment-row,.adjust-detail-dialog.rejected .adjust-detail-list div.adjust-detail-type-row{display:grid;grid-template-columns:1fr;grid-gap:7px;gap:7px;border:0;background:transparent;padding:0}.adjust-detail-dialog.rejected .adjust-detail-row-icon{display:none}.adjust-detail-dialog.rejected .adjust-detail-list dt,.adjust-detail-dialog.rejected .adjust-rejection-note strong{color:#64748b;font-size:15px;font-weight:500;line-height:1.25}.adjust-detail-dialog.rejected .adjust-detail-list dd,.adjust-detail-dialog.rejected .adjust-rejection-note em{min-height:46px;display:flex;align-items:center;border:1px solid #dbe3ee;border-radius:12px;background:rgba(255,255,255,.7);color:#0f172a;padding:0 14px;font-size:15px;font-style:normal;font-weight:500;line-height:1.4;overflow-wrap:anywhere}.adjust-detail-dialog.rejected .adjust-detail-status-row dd{min-height:0;display:block;border:0;border-radius:0;background:transparent;padding:0}.adjust-detail-dialog.rejected .adjust-detail-list b.cancelled,.adjust-detail-dialog.rejected .adjust-detail-list b.rejected{border-radius:999px;background:#fde8ee;color:#dc2626;padding:9px 16px;font-size:14px;font-weight:600}.adjust-detail-error{margin:0;border:1px solid #fecaca;border-radius:8px;background:#fef2f2;color:#dc2626;padding:8px 10px;font-size:13px;font-weight:700}.adjust-rejection-note{display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;grid-gap:14px;gap:14px;border:1px solid #fca5a5;border-radius:16px;background:#fff1f2;padding:14px}.adjust-rejection-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:#ef4444;color:#ffffff}.adjust-rejection-note strong{color:#dc2626;font-size:16px;font-weight:800}.adjust-rejection-note em{display:block;margin-top:6px;color:#991b1b;font-size:14px;font-style:normal;font-weight:700;line-height:1.45;overflow-wrap:anywhere}.adjust-detail-dialog.rejected .adjust-rejection-note{display:grid;grid-template-columns:1fr;grid-gap:7px;gap:7px;border:0;border-radius:0;background:transparent;padding:0}.adjust-detail-dialog.rejected .adjust-rejection-note strong{color:#64748b;font-size:15px;font-weight:500;line-height:1.25}.adjust-detail-dialog.rejected .adjust-rejection-note em{min-height:46px;display:flex;align-items:center;margin-top:0;border:1px solid #fca5a5;border-radius:12px;background:#fff7f7;color:#991b1b;padding:0 14px;font-size:15px;font-style:normal;font-weight:500;line-height:1.4}.adjust-detail-dialog.rejected .checkout-confirm-actions{margin-top:2px}.adjust-detail-dialog.rejected .checkout-confirm-actions button{min-height:50px;border-radius:12px;font-size:16px;font-weight:600}.adjust-attachment-preview{width:100%;max-height:220px;display:block;object-fit:contain;border:1px solid #dbe7f5;border-radius:8px;background:#ffffff;margin-bottom:8px}.adjust-attachment-preview.loading{display:none}.adjust-attachment-loading{min-height:96px;display:grid;place-items:center;grid-gap:8px;gap:8px;border:1px solid #dbe7f5;border-radius:8px;background:#ffffff;color:#64748b;font-size:13px;font-weight:700;margin-bottom:8px}.adjust-attachment-loading span{width:22px;height:22px;border:3px solid #dbeafe;border-top-color:#0878ff;border-radius:50%;animation:adjustAttachmentSpin .8s linear infinite}@keyframes adjustAttachmentSpin{to{transform:rotate(1turn)}}.adjust-attachment-name{display:block;color:#475569;font-size:12px;font-weight:700;margin-top:4px}.adjust-detail-upload-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.adjust-detail-upload-actions input{display:none}.adjust-detail-upload-actions button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #cfe0f6;border-radius:8px;background:#ffffff;color:#0878ff;padding:0 10px;font-size:12px;font-weight:700}.adjust-detail-upload-actions button:last-child{border-color:transparent;background:transparent;color:#ef4444}.adjust-detail-dialog.pending .adjust-detail-upload-actions{display:grid;grid-gap:8px;gap:8px}.adjust-detail-dialog.pending .adjust-detail-upload-actions button:first-of-type{min-height:58px;border:1px dashed #7db7ff;border-radius:14px;background:#ffffff;color:#0878ff;font-size:14px;font-weight:800}.adjust-detail-dialog.pending .adjust-detail-actions{grid-template-columns:1fr 1fr;gap:14px}.adjust-detail-dialog.pending .adjust-detail-actions button{min-height:52px;border-radius:12px;font-size:14px}.adjust-detail-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-top:2px}.adjust-detail-actions button{min-height:44px;border:1px solid #e5e7eb;border-radius:12px;background:#ffffff;color:#334155;font-size:14px;font-weight:700}.adjust-detail-actions button:last-child{border-color:#0878ff;background:#0878ff;color:#ffffff}.adjust-detail-actions button:disabled,.adjust-detail-upload-actions button:disabled{cursor:not-allowed;opacity:.64}.approval-history-list{display:grid;grid-gap:10px;gap:10px}.approval-history-item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;grid-gap:12px;gap:12px;border:1px solid #e5eaf2;border-radius:8px;padding:12px;background:#ffffff}.approval-history-item em,.approval-history-item small,.approval-history-item span,.approval-history-item strong{display:block;min-width:0}.approval-history-item strong{color:#0f172a;font-size:14px;font-weight:600;line-height:1.25}.approval-history-item em{margin-top:4px;color:#475569;font-size:13px;font-style:normal}.approval-history-item small{margin-top:4px;color:#64748b;font-size:12px;line-height:1.35}.approval-history-item b{border-radius:999px;padding:6px 9px;background:#fff7ed;color:#f97316;font-size:12px;font-weight:600;white-space:nowrap}.approval-history-item b.approved{background:#e8f8ef;color:#16a34a}.primary-wide-button{width:100%;min-height:52px;display:flex;align-items:center;justify-content:center;gap:13px;margin-top:12px;border:0;border-radius:8px;background:#0878ff;color:#fff;font-size:15px;font-weight:650;box-shadow:0 10px 20px rgba(8,120,255,.24)}.primary-wide-button svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2.2}.primary-wide-button:disabled{opacity:.68;cursor:not-allowed}.workday-note{display:grid;grid-template-columns:22px minmax(0,1fr);grid-gap:10px;gap:10px;border-radius:10px;background:#eaf2ff;padding:14px;color:#1d4ed8;font-size:14px;line-height:1.45}.workday-note svg{width:18px;height:18px;margin-top:2px}.adjust-day-card h2{margin-bottom:16px;font-size:14px}.adjust-day-hero{display:grid;grid-template-columns:50px minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px;padding:14px 12px}.adjust-day-hero dl{grid-column:1/-1;margin-top:4px}.adjust-day-card p{display:flex;align-items:center;gap:12px;margin:0;color:#17233c;font-size:15px}.adjust-day-card p span{min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adjust-day-card p em{flex:0 0 auto;border-radius:999px;background:#fff2e6;color:#f97316;padding:5px 8px;font-size:11px;font-style:normal;font-weight:650;white-space:nowrap}.adjust-day-card p em.success{background:#e8f8ef;color:#16a34a}.adjust-day-card p svg{width:18px;height:18px;color:#64748b}.adjust-day-card dl{display:grid;grid-gap:17px;gap:17px;margin:0}.adjust-day-card dl div{display:flex;justify-content:space-between;gap:16px;color:#17233c;font-size:15px}.adjust-day-card dd,.adjust-day-card dt{margin:0}.adjust-day-card dd{color:#1e293b;text-align:right}.adjust-form-card h2 span{color:#ef233c}.adjust-form-card h2 .optional{color:#64748b;font-weight:500}.adjust-radio-list{display:grid;grid-gap:18px;gap:18px}.adjust-radio-list label{display:flex;align-items:center;gap:13px;color:#0f172a;font-size:15px;font-weight:500}.adjust-radio-list input{width:19px;height:19px;accent-color:#0878ff}.adjust-time-row{display:grid;grid-template-columns:minmax(0,1fr) 38px minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px}.adjust-time-row span{min-height:48px;display:grid;place-items:center;border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;font-size:15px;font-weight:500}.adjust-time-row svg{width:22px;height:22px;justify-self:center;fill:none;stroke:#334155;stroke-width:2.2}.adjust-help-text{margin:10px 0 26px;color:#64748b;font-size:15px}.adjust-textarea{min-height:122px;display:grid;border:1px solid #cbd5e1;border-radius:8px;background:#fff;padding:13px}.adjust-textarea.small{min-height:100px}.adjust-textarea textarea{width:100%;min-height:76px;resize:none;border:0;outline:0;color:#0f172a;font:inherit;font-size:16px}.adjust-textarea textarea::placeholder{color:#94a3b8}.adjust-textarea span{justify-self:end;align-self:end;color:#64748b;font-size:13px}.adjust-form-message{margin:10px 0 0;font-size:13px;line-height:1.35}.adjust-form-message.error{color:#ef4444}.adjust-form-message.success{color:#16a34a}.adjust-upload-box{min-height:132px;display:grid;justify-items:center;align-content:center;border:1px dashed #d5dde8;border-radius:8px;color:#64748b;padding:18px;text-align:center}.adjust-upload-box svg{width:28px;height:28px;color:#64748b}.adjust-upload-box span{margin-top:8px;color:#64748b;font-size:14px;max-width:100%;overflow-wrap:anywhere}.adjust-upload-box small{margin-top:3px;color:#64748b;font-size:12px}.adjust-upload-box input{display:none}.adjust-upload-actions{display:flex;gap:8px;justify-content:center;margin-top:10px}.adjust-upload-box button{margin-top:10px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0878ff;padding:9px 18px;font-size:14px;font-weight:700}.adjust-upload-actions button{margin-top:0}.timesheet-screen{display:flex;flex:1 1;min-height:0;flex-direction:column;gap:10px;overflow-y:auto;padding:0 12px calc(var(--mobile-nav-base) + var(--safe-bottom) + 4px)}.timesheet-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;flex:0 0 auto;min-height:calc(58px + var(--safe-top));display:grid;grid-template-columns:minmax(84px,1fr) 38px;align-items:center;grid-gap:10px;gap:10px;margin-inline:-12px;padding:calc(10px + var(--safe-top)) 12px 8px;background:rgba(251,253,255,.92);border-bottom:1px solid rgba(226,232,240,.65);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.timesheet-header h1{margin:0;min-width:0;text-align:left;color:#0b1b3f;font-size:18px;font-weight:600;line-height:1.1;white-space:nowrap}.timesheet-logout-icon{justify-self:end;width:36px;height:36px;border:1px solid #d8e0eb;border-radius:12px;background:#ffffff;color:#0b1b3f;box-shadow:none}.timesheet-logout-icon svg{width:19px;height:19px}.timesheet-month-dropdown{position:absolute;left:50%;bottom:8px;transform:translateX(-50%);width:calc(100% - 140px);max-width:166px}.timesheet-month-select{width:100%;min-height:34px;display:inline-grid;grid-template-columns:17px minmax(0,1fr) 15px;align-items:center;gap:6px;border:1px solid #d5dde8;border-radius:999px;background:#fbfdff;color:#006b72;padding:0 10px;text-align:left}.timesheet-month-select span{min-width:0;color:#006b72;font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.timesheet-month-select svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.timesheet-month-menu{position:absolute;top:calc(100% + 8px);left:50%;z-index:80;width:176px;max-height:260px;overflow-y:auto;border-radius:10px;background:#ffffff;box-shadow:0 16px 34px rgba(15,23,42,.18);padding:6px;transform:translateX(-50%)}.timesheet-month-menu button{width:100%;min-height:34px;display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;grid-gap:6px;gap:6px;border:0;border-radius:8px;background:transparent;color:#334155;padding:0 8px;text-align:left;font-size:13px;font-weight:500}.timesheet-month-menu button.selected,.timesheet-month-menu button:hover{background:#f0fdfa;color:#006b72}.timesheet-month-check{width:18px;height:18px;display:grid;place-items:center}.timesheet-month-check svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2.3}.timesheet-kpi-card{flex:0 0 auto;grid-template-columns:repeat(3,minmax(0,1fr));border:0;border-radius:8px;background:rgba(255,255,255,.98);box-shadow:0 10px 24px rgba(15,23,42,.08);overflow:hidden}.timesheet-kpi,.timesheet-kpi-card{position:relative;min-width:0;display:grid}.timesheet-kpi{min-height:88px;grid-template-columns:minmax(0,1fr);justify-items:center;align-content:center;grid-row-gap:6px;row-gap:6px;border:0;padding:12px 8px;background:transparent;color:inherit;font:inherit;text-align:center;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background-color .16s ease,box-shadow .16s ease,transform .16s ease}.timesheet-kpi:active{transform:scale(.98)}.timesheet-kpi:disabled{opacity:1;color:inherit;cursor:default}.timesheet-kpi:disabled:active{transform:none}.timesheet-kpi:focus-visible{z-index:1;outline:2px solid #2563eb;outline-offset:-3px}.timesheet-kpi.selected{z-index:1;background:#f8fafc;box-shadow:inset 0 0 0 2px currentColor}.timesheet-kpi.warning.selected{color:#f97316}.timesheet-kpi.early.selected{color:#0284c7}.timesheet-kpi.danger.selected{color:#b91c1c}.timesheet-kpi.success.selected{color:#16a34a}.timesheet-kpi.leave.selected{color:#7c3aed}.timesheet-kpi.business.selected{color:#475569}.timesheet-kpi:not(:nth-child(3n)):after{content:"";position:absolute;top:14px;right:0;bottom:14px;width:1px;background:#e4eaf2;pointer-events:none}.timesheet-kpi.selected:after{display:none}.timesheet-kpi:nth-child(n+4){border-top:1px solid #e4eaf2}.timesheet-kpi-icon{position:relative;width:30px;height:30px;display:block;align-self:center;border-radius:999px;background:#f1f5f9;color:#475569}.timesheet-kpi-icon svg{position:absolute;left:50%;top:50%;width:18px;height:18px;display:block;transform:translate(-50%,-50%);fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.timesheet-kpi span:not(.timesheet-kpi-icon){min-width:0;max-width:100%;color:#0b1b3f;font-size:12px;font-weight:500;line-height:1.1;overflow-wrap:anywhere}.timesheet-kpi strong{color:#334155;font-size:20px;font-weight:600;line-height:1;letter-spacing:0}.timesheet-kpi.success .timesheet-kpi-icon{background:#ecfdf3;color:#22c55e}.timesheet-kpi.success strong{color:#16a34a}.timesheet-kpi.warning .timesheet-kpi-icon{background:#fff7ed;color:#f97316}.timesheet-kpi.warning strong{color:#f97316}.timesheet-kpi.early .timesheet-kpi-icon{background:#eff8ff;color:#38bdf8}.timesheet-kpi.early strong{color:#0284c7}.timesheet-kpi.danger .timesheet-kpi-icon{background:#fff1f2;color:#b91c1c}.timesheet-kpi.danger strong{color:#b91c1c}.timesheet-kpi.leave .timesheet-kpi-icon{background:#f5f3ff;color:#8b5cf6}.timesheet-kpi.leave strong{color:#7c3aed}.timesheet-kpi.business .timesheet-kpi-icon{background:#f1f5f9;color:#64748b}.timesheet-kpi.business strong{color:#475569}.timesheet-confirm-card{min-width:0;flex:0 0 auto;display:grid;grid-template-columns:minmax(0,1fr);grid-gap:10px;gap:10px;border:0;border-radius:8px;background:#fffaf3;box-shadow:0 10px 24px rgba(15,23,42,.08);padding:12px}.timesheet-confirm-card.confirmed{background:#f4fff7}.timesheet-confirm-card span,.timesheet-confirm-card strong{display:block}.timesheet-confirm-card strong{margin-top:2px;color:#0b1b3f;font-size:15px;font-weight:600;line-height:1.2}.timesheet-confirm-card>div>span{margin-top:5px;color:#5b667a;font-size:12px;line-height:1.3}.timesheet-confirm-actions{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.9fr);grid-gap:12px;gap:12px;margin-top:2px}.timesheet-confirm-actions.single{grid-template-columns:1fr}.timesheet-confirm-actions button{min-width:0;min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #00737a;border-radius:8px;background:#007f86;color:#ffffff;padding:0 12px;font-size:13px;font-weight:600}.timesheet-confirm-card.confirmed .timesheet-confirm-actions button:first-child{background:#16a34a;border-color:#16a34a}.timesheet-confirm-actions:not(.single) button:last-child{background:#ffffff;color:#08777b}.timesheet-confirm-actions svg{width:20px;height:20px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.timesheet-section-head{min-width:0;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:2px}.timesheet-section-head h2{margin:0;color:#0b1b3f;font-size:15px;font-weight:500;line-height:1.2}.timesheet-section-head button{min-height:36px;display:inline-flex;align-items:center;gap:7px;border:0;background:transparent;color:#08777b;padding:0;font-size:13px;font-weight:500}.timesheet-section-head svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.timesheet-list{min-width:0;min-height:0;flex:1 1 auto;display:grid;align-content:start;grid-auto-rows:min-content;border:0;border-radius:8px;background:#ffffff;box-shadow:0 10px 24px rgba(15,23,42,.08);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none}.timesheet-list::-webkit-scrollbar{display:none}.timesheet-list .history-info-card{grid-template-columns:1fr;margin:0;border-radius:0}.timesheet-refresh-loading{min-height:54px;display:grid;place-items:center;border-bottom:1px solid #edf2f7;background:#f8fbff}.timesheet-refresh-loading span{width:24px;height:24px;border:3px solid rgba(47,125,246,.16);border-top-color:#2f7df6;border-radius:999px;animation:orb-loading-spin .76s linear infinite}.timesheet-row{min-width:0;min-height:78px;display:grid;grid-template-columns:54px minmax(0,1fr) auto 18px;align-items:center;grid-gap:10px;gap:10px;border:0;border-bottom:1px solid #edf2f7;background:#ffffff;color:inherit;padding:10px;text-align:left}.timesheet-row-date{min-width:0;display:grid;justify-items:center;grid-gap:2px;gap:2px;border-right:1px solid #e4eaf2;padding-right:9px}.timesheet-row-date em,.timesheet-row-date small{color:#5b667a;font-size:12px;font-style:normal;line-height:1.1}.timesheet-row-date strong{color:#0b1b3f;font-size:21px;font-weight:600;line-height:1}.timesheet-row-date small{color:#08777b;min-height:13px}.timesheet-row-main{min-width:0;display:grid;grid-gap:7px;gap:7px}.timesheet-row-times{min-width:0;display:flex;align-items:center;gap:9px;color:#5b667a;font-size:13px;font-weight:500}.timesheet-row-times span{min-width:0;display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.timesheet-row-times i{width:1px;height:18px;background:#d8e0eb}.timesheet-row-place svg,.timesheet-row-times svg,.timesheet-row>svg{width:17px;height:17px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.timesheet-row-times svg:first-child{color:#11883b}.timesheet-row-place{min-width:0;display:flex;align-items:center;gap:6px;color:#5b667a;font-size:13px;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.timesheet-status{justify-self:end;max-width:112px;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:500;line-height:1.1;text-align:center;white-space:normal}.timesheet-status.success{background:#e7f7eb;color:#11883b}.timesheet-status.warning{background:#fff1dc;color:#f97316}.timesheet-status.pending{background:#f1f5f9;color:#64748b}.timesheet-status.danger{background:#fff1f2;color:#be123c}.timesheet-status.leave{background:#e8f1ff;color:#1268d8}.timesheet-status.business{background:#e5f5f4;color:#08777b}.timesheet-row>svg{color:#5b667a}@media (max-width:380px){.timesheet-header,.timesheet-screen{padding-inline:10px}.timesheet-header{grid-template-columns:minmax(74px,1fr) 34px;gap:8px}.timesheet-header h1{font-size:16px}.timesheet-month-dropdown{width:calc(100% - 126px);max-width:150px}.timesheet-month-select{padding-inline:8px}.timesheet-month-select span{font-size:12px}.timesheet-logout-icon{width:34px;height:34px}.timesheet-kpi{grid-template-columns:minmax(0,1fr);min-height:82px;row-gap:5px;padding:10px 5px}.timesheet-kpi-icon{width:28px;height:28px}.timesheet-kpi-icon svg{width:17px;height:17px}.timesheet-kpi span:not(.timesheet-kpi-icon){font-size:11px}.timesheet-kpi strong{font-size:18px}.timesheet-confirm-actions{grid-template-columns:1fr}.timesheet-row{grid-template-columns:50px minmax(0,1fr) 18px;align-items:start}.timesheet-row-main{align-self:center}.timesheet-row-times{flex-wrap:wrap;gap:6px;font-size:13px}.timesheet-status{grid-column:2;justify-self:start;max-width:100%;margin-top:2px}.timesheet-row>svg{grid-column:3;grid-row:1/3;align-self:center}}.account-screen{display:flex;flex:1 1;min-height:0;flex-direction:column;gap:14px;overflow-y:auto;padding:0 22px calc(var(--mobile-nav-base) + var(--safe-bottom) + 16px)}.account-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;flex:0 0 auto;min-height:calc(var(--mobile-header-base) + var(--safe-top));display:grid;grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;margin-inline:-22px;padding:calc(14px + var(--safe-top)) 22px 14px;background:rgba(251,253,255,.92);border-bottom:1px solid rgba(226,232,240,.65);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.account-header h1{margin:0;text-align:center;font-size:17px;font-weight:600;line-height:1.15}.account-logout-icon{color:#ef4444}.account-header .icon-button{width:30px;height:30px}.account-header .icon-button svg{width:20px;height:20px}.account-menu-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.account-menu-card{border:1px solid #edf2f7;border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 12px 34px rgba(31,41,55,.07);padding:8px 16px}.account-menu-row{width:100%;min-height:72px;display:grid;grid-template-columns:52px minmax(0,1fr) 20px;align-items:center;grid-gap:14px;gap:14px;border:0;border-bottom:1px solid #edf2f7;background:transparent;padding:10px 0;text-align:left}.account-menu-row:last-child{border-bottom:0}.account-menu-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:15px}.account-menu-icon.blue{background:#eaf2ff;color:#2f7df6}.account-menu-icon.green{background:#dcfce7;color:#16a34a}.account-menu-icon.purple{background:#ede9fe;color:#6d5dfc}.account-menu-icon.orange{background:#ffedd5;color:#f97316}.account-menu-icon.gray{background:#f1f5f9;color:#64748b}.account-menu-row em,.account-menu-row strong{display:block}.account-menu-row strong{color:#111827;font-size:15px;font-weight:650;line-height:1.25}.account-menu-row em{margin-top:5px;color:#667085;font-size:14px;font-style:normal;line-height:1.25}.account-menu-row>svg{width:19px;height:19px;fill:none;stroke:#667085;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.leave-create-screen,.leave-detail-screen,.leave-screen{display:flex;flex:1 1;min-height:0;flex-direction:column;gap:17px;overflow-y:auto;padding:0 22px calc(var(--mobile-nav-base) + var(--safe-bottom) + 16px)}.leave-create-screen,.leave-detail-screen{padding-bottom:calc(var(--mobile-nav-base) + var(--safe-bottom) + 16px);justify-content:flex-start}.leave-create-header,.leave-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;flex:0 0 auto;min-height:calc(var(--mobile-header-base) + var(--safe-top));display:grid;grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;margin-inline:-22px;padding:calc(14px + var(--safe-top)) 22px 14px;background:rgba(251,253,255,.92);border-bottom:1px solid rgba(226,232,240,.65);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.leave-create-header h1,.leave-header h1{margin:0;text-align:center;font-size:17px;font-weight:600;line-height:1.15}.leave-create-header .icon-button,.leave-header .icon-button{width:30px;height:30px}.leave-create-header .icon-button svg,.leave-header .icon-button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.leave-stats-card{position:relative;min-width:0;max-width:100%;overflow:visible;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid #edf2f7;border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 12px 34px rgba(31,41,55,.07);padding:18px 10px}.leave-stats-card:after,.leave-stats-card:before{content:"";position:absolute;top:18px;bottom:18px;width:1px;background:#e5e7eb;pointer-events:none}.leave-stats-card:before{left:33.333%}.leave-stats-card:after{left:66.666%}.leave-stats-card>button,.leave-stats-card>div{min-width:0;display:grid;justify-items:center;grid-gap:6px;gap:6px;padding:0 6px;text-align:center}.leave-create-button svg,.leave-form-card svg,.leave-note-card svg,.leave-row svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.leave-stats-card svg{width:22px;height:22px;fill:none;stroke:#2f7df6;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.leave-stats-card>button:nth-child(2) svg,.leave-stats-card>div:nth-child(2) svg{stroke:#16a34a}.leave-stats-card>button:nth-child(3) svg,.leave-stats-card>div:nth-child(3) svg{stroke:#f97316}.leave-stats-card span{min-width:0;color:#667085;font-size:12px;font-style:normal;overflow-wrap:anywhere}.leave-stats-card strong{max-width:100%;color:#111827;font-size:14px;font-weight:560;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leave-stats-card>button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;font:inherit}.leave-stats-tooltip-trigger{position:relative;cursor:pointer}.leave-stats-tooltip{position:absolute;left:0;top:calc(100% + 10px);z-index:20;display:flex;align-items:flex-start;justify-content:flex-start;min-width:max-content;max-width:calc(100vw - 36px);gap:10px;border:1px solid #dbe7f3;border-radius:12px;background:#ffffff;padding:10px 12px;color:#1f2a44!important;font-size:12px!important;font-weight:600;line-height:1.4;text-align:left;box-shadow:0 16px 34px rgba(15,23,42,.16);opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .14s ease,transform .14s ease;white-space:nowrap}.leave-stats-tooltip:after{content:"";position:absolute;left:28px;bottom:100%;width:10px;height:10px;border-left:1px solid #dbe7f3;border-top:1px solid #dbe7f3;background:#ffffff;transform:translateY(5px) rotate(45deg)}.leave-stats-tooltip-trigger.open .leave-stats-tooltip{opacity:1;transform:translateY(0)}.leave-create-button{width:100%;min-width:0;min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:10px;background:#1677ff;color:#fff;font-size:16px;font-weight:500;box-shadow:0 12px 26px rgba(22,119,255,.18)}.leave-create-button svg{width:22px;height:22px;stroke-width:2.3}.leave-tabs{min-width:0;display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #e5e7eb}.leave-tabs button{min-width:0;position:relative;min-height:47px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;background:transparent;color:#475569;font-size:14px;font-weight:500}.leave-tabs button.active{color:#1677ff}.leave-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#1677ff}.leave-tabs span{min-width:18px;height:18px;display:grid;place-items:center;border-radius:999px;background:#e11d48;color:#fff;font-size:11px;line-height:1}.leave-list{grid-gap:11px;gap:11px}.leave-list,.leave-row{min-width:0;display:grid}.leave-row{width:100%;min-height:92px;grid-template-columns:minmax(0,1fr) 18px;align-items:center;grid-gap:12px;gap:12px;border:1px solid #edf2f7;border-radius:16px;background:rgba(255,255,255,.98);box-shadow:0 10px 28px rgba(31,41,55,.06);padding:13px 12px;color:inherit;text-align:left;cursor:pointer}.leave-row-content{min-width:0;display:grid;grid-gap:5px;gap:5px}.leave-row-line{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px}.leave-row-line strong:first-child{color:#111827;font-size:14px;font-weight:500;line-height:1.2}.leave-mode-badge{display:inline-flex;align-items:center;margin-left:7px;border-radius:999px;background:#ede9fe;padding:3px 7px;font-style:normal;font-weight:600;vertical-align:middle}.leave-mode-badge,.leave-row-line .leave-mode-badge{color:#7c3aed;font-size:10px;line-height:1}.leave-row-line em,.leave-row-line small,.leave-row-line span:not(.leave-status){color:#52627a;font-size:12px;font-style:normal;line-height:1.3}.leave-status{max-width:100%;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:500;line-height:1.1;white-space:nowrap}.leave-status.pending{background:#ffedd5;color:#f97316}.leave-status.approved{background:#dcfce7;color:#16a34a}.leave-status.rejected{background:#fee2e2;color:#dc2626}.leave-status.cancelled{background:#f1f5f9;color:#64748b}.leave-row-line small{max-width:100%;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leave-duration{color:#52627a;font-size:12px;font-weight:500;line-height:1.2;white-space:nowrap}.leave-row>svg{align-self:center;width:16px;height:16px;color:#64748b;stroke-width:2.3}.leave-note-card{display:grid;grid-template-columns:44px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center;border-radius:16px;background:#eaf2ff;padding:16px;color:#1d4ed8}.leave-detail-card{display:grid;grid-gap:16px;gap:16px;border:1px solid #edf2f7;border-radius:16px;background:rgba(255,255,255,.98);box-shadow:0 10px 28px rgba(31,41,55,.06);padding:16px 14px}.leave-detail-title-row{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;grid-gap:12px;gap:12px}.leave-detail-title-row>div{min-width:0;display:grid;grid-gap:6px;gap:6px}.leave-detail-title-row strong{color:#111827;font-size:15px;font-weight:600;line-height:1.25}.leave-detail-title-row span:not(.leave-status){color:#52627a;font-size:13px;line-height:1.3}.leave-detail-list{display:grid;grid-gap:11px;gap:11px;margin:0}.leave-detail-days div,.leave-detail-list div{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:start}.leave-detail-days>span,.leave-detail-list dt{color:#64748b;font-size:12px;font-weight:500;line-height:1.3}.leave-detail-list dd{margin:0;color:#111827;font-size:13px;line-height:1.35;text-align:right;overflow-wrap:anywhere}.leave-detail-days{display:grid;grid-gap:9px;gap:9px;border-top:1px solid #edf2f7;padding-top:14px}.leave-detail-days em,.leave-detail-days strong{color:#334155;font-size:13px;font-style:normal;font-weight:500;line-height:1.3}.leave-detail-days em{color:#64748b;font-weight:400}.leave-detail-actions{margin-top:-4px;padding-top:8px}.leave-detail-actions button{width:100%;min-height:48px;border:1px solid #fecdd3;border-radius:10px;background:#fff1f2;color:#e11d48;font-size:15px;font-weight:600}.leave-note-card svg{width:35px;height:35px;fill:#2f7df6;stroke:#fff}.leave-note-card span,.leave-note-card strong{display:block}.leave-note-card strong{margin-bottom:6px;color:#111827;font-size:15px;font-weight:650}.leave-note-card span{color:#334155;font-size:13px;line-height:1.55}.leave-note-card.compact{align-items:start;margin-top:3px}.leave-note-card.compact span{position:relative;padding-left:12px}.leave-note-card.compact span:before{content:"•";position:absolute;left:0}.leave-form-card{display:grid;grid-gap:20px;gap:20px;border:1px solid #edf2f7;border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 12px 34px rgba(31,41,55,.07);padding:18px 16px}.leave-form-card h2{margin:0;color:#111827;font-size:17px;font-weight:600;line-height:1.2}.leave-user-summary{display:grid;grid-template-columns:62px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center}.leave-avatar{width:58px;height:58px}.leave-user-summary span,.leave-user-summary strong{display:block}.leave-user-summary strong{color:#111827;font-size:16px;font-weight:600;line-height:1.25}.leave-user-summary span{margin-top:5px;color:#52627a;font-size:13px;line-height:1.25}.leave-balance-card{grid-column:1/-1;display:grid;grid-template-columns:28px minmax(0,1fr);grid-gap:2px 10px;gap:2px 10px;align-items:center;border-radius:14px;background:#dcfce7;padding:14px;color:#16a34a}.leave-balance-card svg{grid-row:span 3;width:24px;height:24px}.leave-balance-card span{margin:0;color:#334155;font-size:13px}.leave-balance-card strong{color:#16a34a;font-size:26px;font-weight:650;line-height:1.05}.leave-balance-card em{color:#475569;font-size:15px;font-style:normal;font-weight:500}.leave-balance-card small{color:#667085;font-size:11px}.leave-field{position:relative;display:grid;grid-gap:6px;gap:6px;color:#334155}.leave-field>span{color:#334155;font-size:14px;font-weight:400;line-height:1.25}.leave-field>span em{color:#ef4444;font-style:normal}.leave-field>span small{color:#64748b;font-size:14px;font-weight:500}.leave-field-hint{color:#64748b;font-size:12px;line-height:1.35}.leave-date-picker,.leave-days-total,.leave-reason,.leave-select{width:100%;border:0;border-bottom:1px solid #d3dde3;border-radius:0;background:#fffff0;color:#334155;transition:border-color .18s ease}.leave-date-input:focus-visible,.leave-date-picker:hover,.leave-days-total:hover,.leave-reason:focus,.leave-reason:hover,.leave-select:focus-visible,.leave-select:hover{border-bottom-color:#8ec9cd}.leave-select-dropdown{position:relative}.leave-select{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 12px;text-align:left;font-size:14px;font-weight:400;outline:none}.leave-select.placeholder{color:#94a3b8}.leave-select>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leave-select>svg{flex:0 0 auto;width:16px;height:16px;color:#64748b}.adjust-detail-dialog.pending .detail-adjust-select-dropdown .leave-select,.adjust-detail-dialog.pending .detail-adjust-select-dropdown .leave-select:focus-visible,.adjust-detail-dialog.pending .detail-adjust-select-dropdown .leave-select:hover{border:0!important;border-bottom:0!important;border-radius:0!important;outline:0;background:#fffff0;box-shadow:none!important}.adjust-detail-dialog.pending .detail-adjust-select-dropdown{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.leave-select-menu{position:absolute;left:0;top:calc(100% + 4px);z-index:40;min-width:100%;max-width:90vw;overflow:hidden;border:1px solid #d3dde3;border-radius:6px;background:#fff;box-shadow:0 16px 36px rgba(15,23,42,.14);padding:4px}.leave-select-menu button{display:flex;width:100%;min-width:0;align-items:center;gap:8px;border:0;border-radius:6px;background:transparent;padding:9px 8px;color:#334155;text-align:left;font-size:14px}.leave-select-menu button.selected,.leave-select-menu button:hover{background:#f8fafc}.leave-select-menu button.selected{color:#0f172a;font-weight:600}.leave-select-check{display:inline-flex;width:16px;height:16px;align-items:center;justify-content:center;color:#334155}.leave-select-check svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.leave-select-empty{display:block;padding:10px 8px;color:#64748b;font-size:13px}.leave-date-grid{display:grid;grid-template-columns:minmax(0,1fr) 20px minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px}.leave-date-grid>i{color:#64748b;font-style:normal;text-align:center}.leave-date-picker{position:relative;min-height:54px;display:flex;flex-direction:column;justify-content:center;gap:6px;padding:6px 12px;text-align:left}.leave-date-grid small{color:#64748b;font-size:12px}.leave-date-input{display:flex;width:100%;align-items:center;justify-content:space-between;gap:10px;border:0;background:transparent;color:#334155;font-size:14px;font-weight:400;text-align:left;outline:none}.leave-date-input svg{flex:0 0 auto;width:16px;height:16px;color:#00605b}.leave-calendar-panel{position:absolute;left:0;top:calc(100% + 8px);z-index:45;width:min(310px,calc(100vw - 40px));border:1px solid #dfe7f1;border-radius:10px;background:#fff;box-shadow:0 18px 42px rgba(15,23,42,.16);padding:10px}.leave-date-grid .leave-date-picker:last-child .leave-calendar-panel{left:auto;right:0}.leave-multi-calendar{width:100%;border:1px solid #dbe6ec;border-radius:8px;background:#fff;padding:10px}.leave-multi-calendar .leave-calendar-caption{margin-bottom:10px}.leave-calendar-caption{display:grid;grid-template-columns:68px minmax(0,1fr) 68px;align-items:center;grid-gap:6px;gap:6px;margin-bottom:8px}.leave-calendar-caption>div{display:flex;gap:4px}.leave-calendar-caption>div:last-child{justify-content:flex-end}.leave-calendar-caption button{width:26px;height:26px;border:0;border-radius:6px;background:transparent;color:#64748b;font-size:18px;line-height:1}.leave-calendar-caption button:hover{background:#f1f5f9}.leave-calendar-caption button:disabled{cursor:not-allowed;opacity:.45}.leave-calendar-caption strong{min-width:0;color:#0f172a;font-size:13px;font-weight:700;text-align:center;white-space:nowrap}.leave-calendar-grid,.leave-calendar-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:3px;gap:3px}.leave-calendar-weekdays{margin-bottom:4px}.leave-calendar-weekdays span{color:#64748b;font-size:11px;font-weight:700;text-align:center}.leave-calendar-grid button{aspect-ratio:1;border:0;border-radius:7px;background:transparent;color:#0f172a;font-size:13px;font-weight:500}.leave-calendar-grid button:hover{background:#eef6ff}.leave-calendar-grid button.in-range{background:#e8f2ff;color:#0f4ea8}.leave-calendar-grid button.excluded{background:transparent;color:#94a3b8;text-decoration:line-through}.leave-calendar-grid button.outside{color:#cbd5e1}.leave-calendar-grid button.today{background:transparent;color:#008060;box-shadow:none}.leave-calendar-grid button.selected{background:#d9ebff;color:#0f4ea8;box-shadow:inset 0 0 0 1px #93c5fd}.leave-calendar-grid button.claimed{background:#f1f5f9;color:#94a3b8;text-decoration:line-through}.leave-calendar-grid button.sunday{color:#cbd5e1;text-decoration:none}.leave-calendar-grid button:disabled{cursor:not-allowed;color:#cbd5e1;background:transparent;text-decoration:none}.leave-calendar-grid button.claimed:disabled{background:#f1f5f9;color:#94a3b8;text-decoration:line-through}.leave-days-total{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 12px;text-align:left;cursor:pointer}.leave-days-total span{color:#334155;font-size:14px}.leave-days-total strong{color:#00605b;font-size:14px;font-weight:600}.legacy-leave-backdrop{position:fixed;inset:0;z-index:100;display:grid;align-items:end;background:rgba(15,23,42,.34);padding:18px 14px calc(18px + env(safe-area-inset-bottom))}.legacy-leave-dialog{position:relative;width:min(100%,396px);justify-self:center;display:grid;grid-gap:12px;gap:12px;border-radius:12px;background:#fff;box-shadow:0 -18px 58px rgba(15,23,42,.22);padding:30px 18px 18px;text-align:center}.legacy-leave-grabber{position:absolute;top:10px;left:50%;width:38px;height:4px;border-radius:999px;background:#d6deea;transform:translateX(-50%)}.legacy-leave-close{position:absolute;top:18px;right:16px;width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:10px;background:transparent;color:#64748b}.legacy-leave-close svg{width:19px;height:19px}.legacy-leave-icon{width:54px;height:54px;display:grid;place-items:center;justify-self:center;border-radius:999px;background:#e8f1ff;color:#1677ff}.legacy-leave-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.legacy-leave-dialog>strong{color:#111827;font-size:18px;font-weight:700;line-height:1.25}.legacy-leave-dialog>p{margin:0;color:#667085;font-size:13px;line-height:1.45}.legacy-leave-field{display:grid;grid-gap:8px;gap:8px;margin-top:2px;text-align:left}.legacy-leave-field span{color:#334155;font-size:13px;font-weight:600}.legacy-leave-field input{width:100%;min-height:48px;border:1px solid #d7e2ef;border-radius:10px;background:#fff;color:#0f172a;padding:0 12px;font-size:16px;outline:none}.legacy-leave-field input::placeholder{color:#b8c4d3;font-size:13px}.legacy-leave-field input:focus{border-color:#2f7df6;box-shadow:0 0 0 3px rgba(47,125,246,.14)}.legacy-leave-dialog>small{color:#667085;font-size:12px;line-height:1.35;text-align:left}.legacy-leave-error{margin:0;border:1px solid #fecaca;border-radius:10px;background:#fef2f2;color:#dc2626;padding:8px 10px;font-size:13px;line-height:1.35;text-align:left}.legacy-leave-actions{display:grid;grid-template-columns:1fr 1.6fr;grid-gap:10px;gap:10px;margin-top:4px}.legacy-leave-actions button{min-height:48px;border:1px solid #d7e2ef;border-radius:10px;background:#fff;color:#334155;font-size:15px;font-weight:650}.legacy-leave-actions button:last-child{border-color:#1677ff;background:#1677ff;color:#fff}.legacy-leave-actions button:disabled,.legacy-leave-close:disabled,.legacy-leave-field input:disabled{cursor:not-allowed;opacity:.65}.leave-day-popup-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;background:rgba(15,23,42,.24);padding:20px}.leave-day-popup{width:min(354px,100%);display:grid;grid-template-rows:auto minmax(0,1fr) auto;grid-gap:12px;gap:12px;max-height:min(620px,calc(100dvh - 40px - env(safe-area-inset-bottom)));border-radius:12px;background:#fff;box-shadow:0 24px 70px rgba(15,23,42,.22);padding:14px}.leave-day-popup header{display:flex;align-items:center;justify-content:space-between;gap:12px}.leave-day-popup header strong{color:#0f172a;font-size:15px;font-weight:560}.leave-day-popup header button{width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:8px;background:#f8fafc;color:#475569}.leave-day-popup header svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.leave-day-popup-row{display:grid;grid-template-columns:minmax(0,1fr) 132px;align-items:start;grid-gap:10px;gap:10px}.leave-day-popup-list{display:grid;align-content:start;grid-gap:8px;gap:8px;min-height:0;overflow-y:auto;padding-right:2px;overscroll-behavior:contain}.leave-day-popup-row{min-height:42px;border-bottom:1px solid #eef2f7;padding-bottom:8px}.leave-day-popup-row>span{min-width:0;padding-top:9px;color:#334155;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.leave-day-popup-done{min-height:40px;border:0;border-radius:10px;background:#1677ff;color:#fff;font-size:14px;font-weight:560}.leave-day-part-dropdown{position:relative;min-width:0}.leave-day-part-select{width:100%;min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid #d7e2ef;border-radius:8px;background:#fffff0;color:#334155;padding:0 10px;text-align:left;font-size:13px;font-weight:400;outline:none}.leave-day-part-select>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leave-day-part-select>svg{flex:0 0 auto;width:15px;height:15px;color:#334155}.leave-day-part-menu{position:fixed;z-index:90;min-width:0;overflow:hidden;border:1px solid #d3dde3;border-radius:8px;background:#fff;box-shadow:0 16px 36px rgba(15,23,42,.14);padding:4px}.leave-day-part-dropdown.open-up .leave-day-part-menu{top:auto;bottom:auto}.leave-day-part-menu button{display:flex;width:100%;min-width:0;align-items:center;gap:8px;border:0;border-radius:6px;background:transparent;padding:9px 8px;color:#334155;text-align:left;font-size:13px}.leave-day-part-menu button.selected,.leave-day-part-menu button:hover{background:#f8fafc}.leave-day-part-menu button.selected{color:#0f172a;font-weight:600}.leave-help{color:#64748b;font-size:12px;line-height:1.35}.leave-reason{min-height:112px;resize:none;padding:10px 12px 24px;font-size:16px;line-height:1.35;outline:none}.leave-count{position:absolute;right:14px;bottom:12px;color:#64748b;font-size:12px}.leave-count.invalid{color:#dc2626}.leave-form-error{margin:-4px 0 0;color:#dc2626;font-size:13px;line-height:1.35}.leave-detail-screen .leave-form-error{text-align:center}.leave-form-actions{display:grid;grid-template-columns:1fr 1.6fr;grid-gap:12px;gap:12px;margin-top:0;padding:8px 0 0}.leave-form-actions button{min-height:51px;border-radius:12px;border:1px solid #8bb7ff;background:#fff;color:#4f5f75;font-size:16px;font-weight:560}.leave-form-actions button:last-child{border-color:#2f7df6;background:#2f7df6;color:#fff}.leave-date-input:disabled,.leave-days-total:disabled,.leave-form-actions button:disabled,.leave-reason:disabled{cursor:not-allowed;opacity:.65}.attendance-shell{min-height:100svh;padding:14px 14px calc(18px + env(safe-area-inset-bottom))}.attendance-topbar{max-width:480px;margin-bottom:12px}.attendance-topbar .brand h1{font-size:24px}.attendance-topbar .brand p{font-size:14px;line-height:1.35;overflow-wrap:anywhere}.attendance-topbar .nav-actions{width:100%;justify-content:stretch}.attendance-topbar .nav-actions .button{flex:1 1}.attendance-container{gap:14px}.attendance-container,.attendance-dot-container{display:flex;flex-direction:column;max-width:480px}.attendance-dot-container{min-height:calc(100svh - 32px);align-items:center;justify-content:center;gap:22px}.attendance-orb-wrap{position:relative;display:grid;place-items:center;width:min(76vw,292px);aspect-ratio:1}.attendance-orb-wrap:after,.attendance-orb-wrap:before{content:"";position:absolute;inset:16px;border-radius:999px;background:rgba(14,165,233,.18);animation:attendance-ripple 2.25s ease-out infinite}.attendance-orb-wrap:after{animation-delay:.72s}.attendance-orb-wrap.running:after,.attendance-orb-wrap.running:before{background:rgba(220,38,38,.18)}.attendance-orb-wrap.complete:after,.attendance-orb-wrap.complete:before{background:rgba(0,96,91,.14);animation-play-state:paused;opacity:.45}.attendance-orb{position:relative;z-index:1;display:grid;place-items:center;width:min(62vw,228px);aspect-ratio:1;border:0;border-radius:999px;background:#0ea5e9;color:#fff;box-shadow:none;transition:transform .18s ease,opacity .18s ease}.attendance-orb.running{background:#dc2626;box-shadow:none}.attendance-orb.complete{background:#00605b;box-shadow:none}.attendance-orb:not(:disabled):active{transform:scale(.96)}.attendance-orb:disabled{cursor:default;opacity:1}.attendance-orb span{max-width:90%;font-size:clamp(22px,6.2vw,32px);font-weight:800;line-height:1.12;text-align:center;white-space:nowrap}.attendance-time{display:flex;min-height:78px;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:var(--muted);text-align:center}.attendance-time strong{color:var(--text);font-size:clamp(38px,13vw,56px);line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:0}.attendance-time span{font-size:15px}.attendance-meta-card{width:100%;display:grid;grid-gap:10px;gap:10px;border:1px solid var(--border);border-radius:8px;background:rgba(255,255,255,.82);padding:12px;box-shadow:0 10px 24px rgba(15,23,42,.06)}.attendance-meta-grid{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:9px 14px;gap:9px 14px;font-size:14px}.attendance-meta-grid span{color:var(--muted)}.attendance-meta-grid strong{min-width:0;text-align:right;overflow-wrap:anywhere}.attendance-refresh{min-height:40px}@keyframes attendance-ripple{0%{transform:scale(.72);opacity:.58}72%{opacity:0}to{transform:scale(1.34);opacity:0}}@keyframes mockup-orb-pulse{0%{transform:scale(.9);opacity:.46}62%{opacity:.12}to{transform:scale(1.62);opacity:0}}@keyframes orb-loading-spin{to{transform:rotate(1turn)}}@keyframes history-week-slide-from-left{0%{transform:translateX(-112%);opacity:.7}to{transform:translateX(0);opacity:1}}@keyframes history-week-slide-from-right{0%{transform:translateX(112%);opacity:.7}to{transform:translateX(0);opacity:1}}@media (prefers-reduced-motion:reduce){.history-days,.history-days.motion-next,.history-days.motion-previous{animation:none;transition:none}}.attendance-container .panel{padding:14px}.attendance-container .panel h2{font-size:18px;line-height:1.25}.attendance-container .row{align-items:flex-start;gap:10px;padding:9px 0}.attendance-container .badge,.attendance-container .value{max-width:58%;text-align:right;overflow-wrap:anywhere}.attendance-actions{position:-webkit-sticky;position:sticky;bottom:max(10px,env(safe-area-inset-bottom));z-index:10}.attendance-button-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.attendance-button-row .button{min-height:52px;width:100%}.attendance-button-row .button:last-child{grid-column:1/-1;min-height:46px}.panel{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:18px;box-shadow:0 10px 24px rgba(15,23,42,.06)}.panel h2,.panel h3{margin:0 0 14px}.stack{flex-direction:column;gap:14px}.row,.stack{display:flex}.row{align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--border);padding:10px 0}.row:last-child{border-bottom:0}.label{color:var(--muted);font-size:14px}.value{text-align:right}.badge,.value{font-weight:700}.badge{display:inline-flex;align-items:center;min-height:28px;border-radius:999px;padding:4px 10px;font-size:13px;background:var(--surface-muted);color:var(--text)}.badge.success{background:#e7f7ef;color:var(--success)}.badge.warning{background:#fff3dc;color:var(--warning)}.badge.danger{background:#fee4e2;color:var(--danger)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:1px solid var(--border);border-radius:6px;padding:0 14px;background:var(--surface);color:var(--text);text-decoration:none;font-weight:700}.button.primary{border-color:var(--primary);background:var(--primary);color:#fff}.button.primary:hover{background:var(--primary-dark)}.button.danger{border-color:#fecdca;color:var(--danger)}.button-row{display:flex;gap:10px;flex-wrap:wrap}.input{width:100%;min-height:42px;border:1px solid var(--border);border-radius:6px;padding:0 12px;background:#fff}.form{gap:14px}.form,.form-field{display:flex;flex-direction:column}.form-field{gap:6px}.message{border-radius:6px;padding:10px 12px;background:var(--surface-muted);color:var(--text)}.message.error{background:#fee4e2;color:var(--danger)}.camera-frame{display:grid;grid-gap:12px;gap:12px;overflow:hidden}.camera-video,.snapshot-preview{width:100%;max-width:100%;aspect-ratio:3/4;border-radius:8px;border:1px solid var(--border);background:#0f172a;object-fit:cover}.table-wrap{width:100%;overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:14px}td,th{border-bottom:1px solid var(--border);padding:10px;text-align:left;vertical-align:top}th{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.03em}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.tab{border:1px solid var(--border);background:#fff;border-radius:999px;padding:8px 12px;font-weight:700}.tab.active{border-color:var(--primary);color:var(--primary)}@media (max-width:860px){.app-shell{padding:14px}.topbar{align-items:flex-start;flex-direction:column}.nav-actions{justify-content:flex-start}.grid{grid-template-columns:1fr}}@media (min-width:560px){.attendance-shell{padding-top:24px}.attendance-container,.attendance-dot-container,.attendance-topbar{max-width:520px}}@media (max-width:380px){.attendance-shell{padding:10px}.attendance-container .panel{padding:12px}.attendance-button-row{grid-template-columns:1fr}.attendance-button-row .button:last-child{grid-column:auto}.attendance-dot-container{gap:16px}.attendance-meta-card{padding:10px}.brand h1{font-size:22px}}