:root{
  color-scheme:light;
  --teal-950:#073f42;--teal-900:#07565a;--teal-800:#006d70;--teal-700:#058286;--teal-100:#dff4f1;
  --coral:#ff5c52;--orange:#ff963b;--cream:#fffaf0;--ink:#173238;--muted:#6d7e80;
  --paper:#f3f6f5;--surface:#fff;--line:#dfe8e6;--green:#199b72;--red:#d84f59;--amber:#c37a11;
  --shadow:0 18px 55px rgba(5,65,67,.09);--soft-shadow:0 8px 26px rgba(5,65,67,.07);
  --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)
}
*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,"Segoe UI",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh}button,input,select,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(5,130,134,.24);outline-offset:2px}[hidden]{display:none!important}
.system-banner{position:fixed;z-index:100;top:0;left:0;right:0;min-height:30px;padding:7px 16px calc(7px + max(0px,var(--safe-top)));display:grid;place-items:center;background:#fff1d9;color:#855508;font-size:10px;font-weight:750;letter-spacing:.02em;text-align:center}.system-banner.connected{background:#e1f5ee;color:#147758}.system-banner.preview{background:#e1f1ff;color:#1769a6}.system-banner.error{background:#ffe7e9;color:#a73b46}
.auth-shell{min-height:100vh;padding-top:calc(30px + var(--safe-top));display:grid;grid-template-columns:minmax(390px,.95fr) minmax(500px,1.05fr);background:var(--surface)}
.auth-brand{position:relative;isolation:isolate;overflow:hidden;display:flex;flex-direction:column;justify-content:center;padding:70px clamp(48px,7vw,112px);background:linear-gradient(145deg,#053f42,#006d70 56%,#058286);color:#fff}.auth-brand:before{content:"";position:absolute;inset:auto -25% -42% 20%;height:72%;border-radius:50%;background:linear-gradient(130deg,rgba(255,150,59,.85),rgba(255,92,82,.8));filter:blur(1px);z-index:-2;transform:rotate(-12deg)}.auth-brand:after{content:"PH2322";position:absolute;right:-30px;bottom:-28px;font-size:clamp(110px,15vw,240px);font-weight:900;line-height:.8;color:rgba(255,255,255,.035);z-index:-1}.brand-glow{position:absolute;width:380px;height:380px;border-radius:50%;top:-180px;right:-160px;background:rgba(115,239,220,.18);filter:blur(30px);z-index:-1}.auth-brand>img{width:116px;height:116px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 4px rgba(255,255,255,.18),0 24px 55px rgba(0,0,0,.23);margin-bottom:34px}.overline,.eyebrow{font-size:9px;line-height:1.2;text-transform:uppercase;letter-spacing:.17em;font-weight:900;color:var(--teal-700)}.auth-brand>.overline{color:#96efe2}.auth-brand h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,5vw,72px);line-height:.97;letter-spacing:-.035em;margin:16px 0 23px}.auth-brand>p{max-width:580px;color:#c5e5e2;line-height:1.75;font-size:14px}.church-credit{margin-top:48px;display:flex;align-items:center;gap:13px;color:#d5eeeb}.church-credit>span{width:39px;height:39px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.12)}.church-credit div{display:flex;flex-direction:column;gap:4px}.church-credit b{font-size:8px;text-transform:uppercase;letter-spacing:.12em;color:#89ddd4}.church-credit strong{font-size:11px}
.auth-panel{display:grid;place-items:center;padding:50px;background:radial-gradient(circle at 80% 15%,rgba(5,130,134,.08),transparent 32%),#f7faf9}.auth-card{width:min(500px,100%);background:#fff;border:1px solid var(--line);border-radius:24px;padding:34px 42px;box-shadow:0 30px 80px rgba(5,65,67,.13)}.auth-mobile-brand{display:none}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;background:#edf3f2;border-radius:11px;padding:4px;margin-bottom:30px}.auth-tabs button{border:0;background:transparent;color:#6f8585;border-radius:8px;padding:11px;font-size:11px;font-weight:850;cursor:pointer}.auth-tabs button.active{background:#fff;color:var(--teal-800);box-shadow:0 4px 12px rgba(5,65,67,.08)}.auth-form{display:none;gap:15px}.auth-form.active{display:grid}.form-intro h2{font-family:Georgia,serif;font-size:27px;margin:7px 0}.form-intro p{font-size:10px;color:var(--muted);line-height:1.6;margin:0 0 7px}.auth-form label,.profile-fields label,dialog label,.report-filter label{display:grid;gap:7px;font-size:9px;color:#597174;font-weight:800}.optional{font-weight:600;color:#93a2a3;margin-left:4px}.auth-form input,.profile-fields input,.profile-fields select,dialog input,dialog select,dialog textarea,.report-filter select{width:100%;min-height:44px;border:1px solid var(--line);border-radius:9px;background:#fbfdfc;color:var(--ink);padding:11px 12px;font-size:11px;outline:none}.auth-form input:focus,.profile-fields input:focus,.profile-fields select:focus,dialog input:focus,dialog select:focus,dialog textarea:focus{border-color:#56aeb0;box-shadow:0 0 0 3px rgba(5,130,134,.1)}.two-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.primary-button,.secondary-button{border:0;border-radius:9px;min-height:42px;padding:11px 16px;font-size:10px;font-weight:850;cursor:pointer}.primary-button{background:linear-gradient(135deg,var(--teal-700),var(--teal-900));color:#fff;box-shadow:0 9px 22px rgba(0,109,112,.2)}.secondary-button{background:#fff;color:var(--teal-800);border:1px solid #bedbd8}.text-button{border:0;background:transparent;color:var(--teal-700);font-size:9px;font-weight:850;cursor:pointer}.auth-submit{margin-top:4px;min-height:47px}.auth-status{min-height:20px;margin:14px 0 0;border-radius:8px;font-size:9px;line-height:1.5}.auth-status.error,.auth-status.success,.auth-status.busy{padding:10px}.auth-status.error{background:#ffe9eb;color:#a53a45}.auth-status.success{background:#e4f7f0;color:#197657}.auth-status.busy{background:#e5f4f4;color:#1b7375}.privacy-copy{font-size:8px;color:#91a09f;text-align:center;line-height:1.5;margin:15px 0 0}
.app-shell{min-height:100vh;display:grid;grid-template-columns:238px minmax(0,1fr);padding-top:calc(30px + var(--safe-top));padding-left:var(--safe-left);padding-right:var(--safe-right)}.sidebar{position:sticky;top:calc(30px + var(--safe-top));height:calc(100vh - 30px - var(--safe-top));display:flex;flex-direction:column;padding:22px 15px calc(16px + var(--safe-bottom));background:linear-gradient(180deg,#053f42,#064e51);color:#fff;z-index:40}.sidebar-brand{display:flex;align-items:center;gap:11px;padding:0 7px 24px;border-bottom:1px solid rgba(255,255,255,.09)}.sidebar-brand img{width:45px;height:45px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 2px rgba(63,219,206,.35)}.sidebar-brand div{display:flex;flex-direction:column;gap:4px}.sidebar-brand strong{font-family:Georgia,serif;font-size:17px}.sidebar-brand span{font-size:7px;text-transform:uppercase;letter-spacing:.1em;color:#88c9c5}.sidebar nav{display:grid;gap:5px;padding:24px 0}.nav-item{border:0;border-radius:9px;background:transparent;color:#94c1bf;display:flex;align-items:center;gap:12px;padding:12px 14px;text-align:left;cursor:pointer}.nav-item>span{width:20px;text-align:center;font-size:17px}.nav-item b{font-size:11px}.nav-item:hover,.nav-item.active{background:rgba(255,255,255,.1);color:#fff}.nav-item.active{box-shadow:inset 3px 0 #ff9a43}.sidebar-user{margin-top:auto;padding:16px 6px 0;border-top:1px solid rgba(255,255,255,.1);display:flex;gap:9px;align-items:center}.avatar{width:37px;height:37px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#ff9a43,#ff5c52);color:#fff;font-size:9px;font-weight:900;flex:none}.avatar.has-profile-image{overflow:hidden;padding:0;background:#064e51;box-shadow:0 0 0 2px rgba(25,199,194,.35)}.avatar.has-profile-image img{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}.sidebar-user>div{display:flex;min-width:0;flex:1;flex-direction:column;gap:3px}.sidebar-user strong{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user div span{font-size:7px;color:#80b6b3;text-transform:capitalize}.sidebar-user>button{border:0;background:transparent;color:#82b8b4;font-size:17px;cursor:pointer}
.main{min-width:0;padding:0 clamp(20px,3vw,44px) 55px}.topbar{min-height:95px;display:flex;align-items:center;gap:14px;justify-content:space-between}.topbar>div:first-of-type{flex:1}.topbar>div:first-of-type>span{font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-weight:750}.topbar h2{font-size:20px;margin:4px 0 0}.menu-button{display:none}.top-actions{display:flex!important;align-items:center;gap:10px}.notification-button,.menu-button{width:40px;height:40px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--ink);position:relative;cursor:pointer}.notification-button i{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--coral);right:8px;top:8px;border:2px solid white}.preview-badge,.role-chip{border-radius:99px;padding:8px 11px;background:#e2f2ff;color:#206b9d;font-size:8px;font-weight:850}.view{display:none;max-width:1400px;margin:0 auto}.view.active{display:block}.panel{background:var(--surface);border:1px solid var(--line);border-radius:16px;box-shadow:var(--soft-shadow)}
.pending-card{display:flex;gap:13px;align-items:flex-start;padding:15px 18px;margin-bottom:17px;border:1px solid #f2d59b;background:#fff7e8;border-radius:12px}.pending-card>span{font-size:19px}.pending-card strong{font-size:11px}.pending-card p{font-size:9px;color:#796543;line-height:1.55;margin:4px 0 0}.clock-card{position:relative;overflow:hidden;min-height:320px;border-radius:20px;padding:42px clamp(28px,4vw,60px);display:grid;grid-template-columns:1fr minmax(310px,.75fr);gap:45px;align-items:center;background:radial-gradient(circle at 82% 12%,rgba(85,225,209,.18),transparent 27%),linear-gradient(130deg,#063f42,#006d70 64%,#087d80);color:#fff;box-shadow:0 24px 55px rgba(5,65,67,.16)}.clock-card:after{content:"DTR";position:absolute;right:-35px;bottom:-75px;font-size:230px;font-weight:950;line-height:1;color:rgba(255,255,255,.035);pointer-events:none}.eyebrow.light{color:#8ce6dc}.clock-copy{position:relative;z-index:1}.clock-copy h1{font-variant-numeric:tabular-nums;font-size:clamp(43px,5vw,70px);line-height:1;margin:15px 0 8px;letter-spacing:-.04em}.clock-copy>p{color:#a9d4d1;font-size:11px;margin:0}.status-pill{width:max-content;display:flex;gap:8px;align-items:center;border-radius:99px;padding:8px 11px;margin-top:22px;font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.08em;background:rgba(255,255,255,.1);color:#d7eeec}.status-pill i{width:7px;height:7px;border-radius:50%;background:#aec2c0}.status-pill.working i{background:#7bf0cc;box-shadow:0 0 0 5px rgba(123,240,204,.12)}.status-pill.complete i{background:#ffb362}.clock-actions{display:grid;gap:12px;position:relative;z-index:1}.clock-button{border:1px solid rgba(255,255,255,.2);border-radius:14px;min-height:85px;padding:16px 19px;display:flex;align-items:center;gap:15px;text-align:left;cursor:pointer;transition:transform .16s,background .16s}.clock-button:active{transform:scale(.985)}.clock-button>span{width:47px;height:47px;border-radius:12px;display:grid;place-items:center;font-size:22px;font-weight:900}.clock-button>div{display:flex;flex-direction:column;gap:4px}.clock-button b{font-size:14px}.clock-button small{font-size:8px}.time-in{background:#fff;color:#07575a}.time-in>span{background:#daf3ee;color:#087b70}.time-in small{color:#6b8988}.time-out{background:rgba(255,255,255,.08);color:#fff}.time-out>span{background:rgba(255,255,255,.12);color:#ffb3ad}.time-out small{color:#a9d4d1}.clock-button:disabled{cursor:not-allowed;opacity:.45}.server-note{position:absolute;left:clamp(28px,4vw,60px);bottom:22px;margin:0;color:#8bc7c3;font-size:8px}.dashboard-grid{display:grid;grid-template-columns:1.2fr .9fr .65fr;gap:17px;margin-top:17px}.summary-panel,.activity-panel,.reminder-panel{padding:24px}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:18px}.panel-heading h3{font-size:14px;margin:5px 0 0}.date-chip{padding:8px 10px;border-radius:8px;background:#edf6f5;color:#238083;font-size:8px;font-weight:900}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);margin:24px 0;border:1px solid var(--line);border-radius:11px;overflow:hidden}.metric-grid article{padding:18px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:8px}.metric-grid article:last-child{border-right:0}.metric-grid span{font-size:8px;color:var(--muted)}.metric-grid strong{font-size:16px;font-variant-numeric:tabular-nums}.timeline{display:flex;align-items:center;gap:11px}.timeline>i{width:9px;height:9px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 6px #fff1e3}.timeline>div{display:flex;flex-direction:column;gap:4px}.timeline span{font-size:7px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.timeline strong{font-size:9px}.center-snapshot{display:grid;gap:8px;margin-top:19px}.snapshot-empty{text-align:center;border:1px dashed var(--line);border-radius:11px;padding:23px;color:#98a6a5}.snapshot-empty span{font-size:23px}.snapshot-empty p{font-size:8px;margin:7px 0}.snapshot-row{display:flex;align-items:center;gap:9px;padding:9px 0;border-top:1px solid var(--line)}.snapshot-row>div{flex:1;display:flex;flex-direction:column}.snapshot-row strong{font-size:9px}.snapshot-row span{font-size:7px;color:var(--muted)}.snapshot-status{font-style:normal;font-size:7px!important;padding:5px 7px;border-radius:99px}.snapshot-status.working{background:#e1f6ef;color:#147858}.snapshot-status.complete{background:#fff0e2;color:#a35b16}.reminder-panel{background:linear-gradient(155deg,#fff7e9,#fff);position:relative;overflow:hidden}.reminder-icon{width:43px;height:43px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(145deg,var(--orange),var(--coral));color:#fff;margin-bottom:25px;box-shadow:0 10px 24px rgba(255,92,82,.2)}.reminder-panel h3{font-family:Georgia,serif;font-size:21px;line-height:1.18;margin:8px 0 12px}.reminder-panel p{font-size:8px;line-height:1.7;color:var(--muted)}
.page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin:12px 0 24px}.page-heading h1{font-family:Georgia,serif;font-size:31px;margin:7px 0}.page-heading p{font-size:9px;color:var(--muted);line-height:1.6;margin:0}.table-panel,.people-panel{padding:24px}.table-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.table-toolbar strong{font-size:12px}.table-toolbar select,.people-panel input{border:1px solid var(--line);border-radius:8px;background:#fafcfb;color:var(--ink);min-height:36px;padding:8px 10px;font-size:9px}.responsive-table{overflow:auto}table{border-collapse:collapse;width:100%;min-width:680px}th,td{text-align:left;padding:13px;border-top:1px solid var(--line);font-size:9px}th{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:7px}.empty-cell{text-align:center;color:#93a2a2;padding:35px!important}.record-status{font-style:normal;border-radius:99px;padding:6px 8px;font-size:7px;font-weight:800}.record-status.complete{background:#e2f6ef;color:#147858}.record-status.working{background:#fff1df;color:#9b5a12}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:17px}.admin-stats article{border:1px solid var(--line);border-radius:13px;background:#fff;padding:19px;display:flex;flex-direction:column;box-shadow:var(--soft-shadow)}.admin-stats span{font-size:8px;color:var(--muted)}.admin-stats strong{font-size:27px;margin:8px 0}.admin-stats i{font-style:normal;font-size:7px;color:var(--teal-700)}.people-list{display:grid;margin-top:17px}.person-row{display:grid;grid-template-columns:minmax(210px,1.5fr) .7fr .8fr auto;gap:14px;align-items:center;padding:13px 0;border-top:1px solid var(--line)}.person-identity{display:flex;align-items:center;gap:10px}.person-identity>div{display:flex;flex-direction:column;gap:4px}.person-identity strong{font-size:10px}.person-identity span,.person-row>span{font-size:8px;color:var(--muted)}.person-row select{border:1px solid var(--line);border-radius:7px;background:#fafcfb;padding:7px;font-size:8px}.approve-button{border:0;border-radius:7px;background:#dff5ed;color:#147758;padding:8px 10px;font-size:8px;font-weight:850;cursor:pointer}.report-grid{display:grid;grid-template-columns:330px 1fr;gap:17px}.report-filter,.report-preview{padding:27px}.report-filter h3{margin:6px 0 24px}.report-filter label{margin-bottom:14px}.report-note{display:flex;gap:9px;border-radius:10px;background:#edf7f6;color:#547271;padding:12px;margin-top:20px}.report-note p{font-size:8px;line-height:1.6;margin:0}.report-preview{min-height:430px;background:#fff}.report-brand{display:flex;align-items:center;gap:13px;padding-bottom:20px;border-bottom:2px solid var(--teal-800)}.report-brand img{width:50px;height:50px;border-radius:50%;object-fit:cover}.report-brand div{display:flex;flex-direction:column;gap:4px}.report-brand strong{font-family:Georgia,serif;font-size:15px}.report-brand span{font-size:8px;color:var(--muted)}.report-preview-body{text-align:center;padding:55px 15px}.report-preview-body>span{font-size:8px;letter-spacing:.15em;color:var(--teal-700);font-weight:900}.report-preview-body h2{font-family:Georgia,serif;font-size:30px;margin:12px 0 35px}.report-preview-body>div{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.report-preview-body p{display:flex;flex-direction:column;gap:10px;padding:18px;background:#f5f8f7;border-radius:10px;color:var(--muted);font-size:8px}.report-preview-body strong{font-size:22px;color:var(--ink)}.profile-layout{display:grid;grid-template-columns:280px minmax(0,650px);gap:17px}.profile-card{padding:35px;text-align:center;height:max-content}.profile-avatar{width:105px;height:105px;margin:0 auto 18px;font-size:24px}.profile-card h3{font-size:15px;margin:0}.profile-card p{font-size:9px;color:var(--muted);overflow-wrap:anywhere}.profile-fields{display:grid;gap:15px;padding:30px}.profile-fields>h3{font-size:14px;margin:0 0 5px}.profile-fields .primary-button{justify-self:end}
dialog{width:min(490px,calc(100% - 24px));border:0;border-radius:18px;padding:0;box-shadow:0 30px 90px rgba(0,0,0,.25);color:var(--ink)}dialog::backdrop{background:rgba(4,31,33,.62);backdrop-filter:blur(3px)}dialog form{display:grid;gap:15px;padding:27px}.dialog-heading{display:flex;align-items:flex-start;justify-content:space-between}.dialog-heading h3{margin:5px 0;font-size:18px}.dialog-heading button{border:0;background:#edf3f2;width:30px;height:30px;border-radius:8px;font-size:18px}.dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}dialog textarea{min-height:100px;resize:vertical}.toast{position:fixed;right:max(20px,var(--safe-right));bottom:max(20px,var(--safe-bottom));z-index:100;background:#073f42;color:#fff;border-radius:10px;padding:13px 16px;font-size:9px;box-shadow:0 15px 45px rgba(0,0,0,.22);opacity:0;transform:translateY(12px);pointer-events:none;transition:.2s}.toast.show{opacity:1;transform:none}
html[data-theme="dark"]{color-scheme:dark;--paper:#071315;--surface:#0d1d1f;--ink:#e5f1ef;--muted:#8fa5a5;--line:#233638;--shadow:0 18px 55px rgba(0,0,0,.24);--soft-shadow:0 8px 26px rgba(0,0,0,.18)}html[data-theme="dark"] body,html[data-theme="dark"] .main{background:var(--paper)}html[data-theme="dark"] .auth-panel{background:#071315}html[data-theme="dark"] .auth-card,html[data-theme="dark"] .panel,html[data-theme="dark"] .admin-stats article,html[data-theme="dark"] .report-preview{background:var(--surface)}html[data-theme="dark"] .auth-tabs,html[data-theme="dark"] .auth-form input,html[data-theme="dark"] .profile-fields input,html[data-theme="dark"] .profile-fields select,html[data-theme="dark"] dialog input,html[data-theme="dark"] dialog select,html[data-theme="dark"] dialog textarea,html[data-theme="dark"] .table-toolbar select,html[data-theme="dark"] .people-panel input,html[data-theme="dark"] .person-row select{background:#091719;color:var(--ink)}html[data-theme="dark"] .auth-tabs button.active{background:#16282a}html[data-theme="dark"] .secondary-button,html[data-theme="dark"] .notification-button,html[data-theme="dark"] .menu-button{background:#102326;color:#b8dfdb}html[data-theme="dark"] .reminder-panel{background:linear-gradient(155deg,#282014,#0d1d1f)}html[data-theme="dark"] .metric-grid,html[data-theme="dark"] .report-preview-body p{background:#0a181a}html[data-theme="dark"] .date-chip,html[data-theme="dark"] .report-note{background:#132c2d}html[data-theme="dark"] .notification-button i{border-color:#102326}
@media(max-width:1080px){.dashboard-grid{grid-template-columns:1fr 1fr}.summary-panel{grid-column:1/-1}.report-grid{grid-template-columns:290px 1fr}.person-row{grid-template-columns:1.4fr .7fr .8fr}.person-row>button{grid-column:3}.admin-stats{grid-template-columns:1fr 1fr}}
@media(max-width:820px){.auth-shell{grid-template-columns:1fr}.auth-brand{min-height:320px;padding:45px 35px}.auth-brand>img{width:82px;height:82px;margin-bottom:20px}.auth-brand h1{font-size:43px}.auth-brand>p{font-size:11px;max-width:480px}.church-credit{margin-top:18px}.auth-panel{padding:35px 20px}.app-shell{display:block;padding-bottom:calc(76px + var(--safe-bottom))}.sidebar{position:fixed;top:auto;bottom:0;left:0;right:0;width:auto;height:calc(66px + var(--safe-bottom));padding:6px max(8px,var(--safe-right)) var(--safe-bottom) max(8px,var(--safe-left));display:block;background:#064e51;z-index:80}.sidebar-brand,.sidebar-user{display:none}.sidebar nav{height:60px;padding:0;display:grid;grid-template-columns:repeat(5,1fr);gap:2px}.nav-item{min-width:0;padding:7px 4px;display:flex;flex-direction:column;justify-content:center;gap:3px;text-align:center;border-radius:8px}.nav-item>span{width:auto;font-size:17px}.nav-item b{font-size:7px;white-space:nowrap}.nav-item.active{box-shadow:inset 0 -3px #ff9a43}.main{padding:0 18px 30px}.topbar{min-height:82px}.menu-button{display:none}.clock-card{grid-template-columns:1fr;gap:25px;padding:34px 28px 45px}.clock-copy h1{font-size:50px}.server-note{left:28px;bottom:17px}.dashboard-grid{grid-template-columns:1fr}.summary-panel{grid-column:auto}.report-grid,.profile-layout{grid-template-columns:1fr}.report-filter{order:2}.report-preview{min-height:auto}.people-panel{overflow:hidden}.person-row{grid-template-columns:1fr auto}.person-row>span{display:none}.person-row>button{grid-column:auto}.person-row select{max-width:110px}.page-heading{margin-top:3px}.auth-mobile-brand{display:none}}
@media(max-width:560px){.system-banner{font-size:8px}.auth-shell{display:block;background:#f7faf9}.auth-brand{min-height:238px;padding:35px 24px 28px;display:flex;align-items:center;text-align:center}.auth-brand>img{width:76px;height:76px;margin:0 0 13px}.auth-brand h1{font-size:31px;margin:8px 0}.auth-brand>p,.church-credit{display:none}.auth-panel{display:block;padding:0 12px 35px}.auth-card{margin-top:-15px;border-radius:20px;padding:24px 20px;position:relative;z-index:2}.auth-tabs{margin-bottom:23px}.two-fields{grid-template-columns:1fr}.topbar h2{font-size:16px}.topbar>div:first-of-type>span{font-size:7px}.notification-button{width:37px;height:37px}.top-actions .avatar{width:35px;height:35px}.preview-badge{display:none}.clock-card{min-height:0;border-radius:17px;padding:28px 22px 43px}.clock-copy h1{font-size:39px}.clock-actions{gap:9px}.clock-button{min-height:72px;padding:12px}.clock-button>span{width:42px;height:42px}.metric-grid{grid-template-columns:1fr}.metric-grid article{border-right:0;border-bottom:1px solid var(--line);padding:14px}.metric-grid article:last-child{border-bottom:0}.page-heading{flex-direction:column}.page-heading h1{font-size:26px}.page-heading>button{width:100%}.admin-stats{grid-template-columns:1fr 1fr}.admin-stats article{padding:15px}.people-panel .panel-heading{align-items:flex-start;flex-direction:column}.people-panel input{width:100%}.person-row{gap:8px}.person-identity .avatar{width:32px;height:32px}.person-row select{width:95px}.report-preview{padding:20px}.report-brand strong{font-size:12px}.report-preview-body{padding:35px 0 5px}.report-preview-body>div{grid-template-columns:1fr}.profile-fields .primary-button{width:100%}.toast{left:12px;right:12px;text-align:center}.sidebar nav{overflow-x:auto}.nav-item b{font-size:6.5px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.toast,.clock-button{transition:none}}

/* Leave requests */
.leave-form label{display:grid;gap:7px;font-size:9px;color:#597174;font-weight:800}.leave-form input,.leave-form select,.leave-form textarea,.leave-review-note{width:100%;min-height:44px;border:1px solid var(--line);border-radius:9px;background:#fbfdfc;color:var(--ink);padding:11px 12px;font-size:11px;outline:none}.leave-form input:focus,.leave-form select:focus,.leave-form textarea:focus,.leave-review-note:focus{border-color:#56aeb0;box-shadow:0 0 0 3px rgba(5,130,134,.1)}.leave-grid{display:grid;grid-template-columns:minmax(300px,430px) 1fr;gap:17px}.leave-form,.leave-history,.leave-review{padding:27px}.leave-form{display:grid;gap:16px}.leave-form h3{font-size:17px;margin:6px 0}.leave-form>div:first-child p{font-size:9px;color:var(--muted);line-height:1.6;margin:0}.leave-form textarea{min-height:112px;resize:vertical}.leave-list{display:grid;gap:11px;margin-top:18px}.leave-card{border:1px solid var(--line);border-radius:12px;padding:16px;background:#fbfdfc}.leave-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.leave-card-head>div{display:flex;flex-direction:column;gap:5px}.leave-card-head strong{font-size:11px}.leave-card-head span{font-size:8px;color:var(--muted)}.leave-card>p{font-size:9px;color:var(--muted);line-height:1.55;margin:12px 0 0}.leave-card>p b{color:var(--ink)}.leave-status{font-style:normal;text-transform:capitalize;border-radius:99px;padding:6px 9px;font-size:7px;font-weight:850}.leave-status.pending{background:#fff1df;color:#9b5a12}.leave-status.approved{background:#e2f6ef;color:#147858}.leave-status.rejected{background:#ffe9eb;color:#a53a45}.leave-review{margin-top:17px}.leave-review-copy{padding:9px 11px;border-radius:8px;background:#edf7f6}.leave-actions{display:grid;grid-template-columns:1fr auto auto;gap:8px;margin-top:14px}.leave-review-note{min-height:37px;padding:8px 10px;font-size:9px}.reject-button{border:0;border-radius:7px;background:#ffe9eb;color:#a53a45;padding:8px 10px;font-size:8px;font-weight:850;cursor:pointer}.report-preview-body>div{grid-template-columns:repeat(4,1fr)}html[data-theme="dark"] .leave-form input,html[data-theme="dark"] .leave-form select,html[data-theme="dark"] .leave-form textarea,html[data-theme="dark"] .leave-review-note,html[data-theme="dark"] .leave-card{background:#091719;color:var(--ink)}
@media(max-width:820px){.sidebar nav{display:flex}.nav-item{flex:1}.leave-grid{grid-template-columns:1fr}.report-preview-body>div{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.leave-form,.leave-history,.leave-review{padding:20px}.leave-actions{grid-template-columns:1fr 1fr}.leave-review-note{grid-column:1/-1}.report-preview-body>div{grid-template-columns:1fr}}
.documentation-card{display:grid;grid-template-columns:1fr auto;gap:8px 12px;align-items:center;padding:12px;border:1px dashed rgba(255,255,255,.3);border-radius:12px;background:rgba(0,0,0,.08)}.documentation-copy{display:flex;flex-direction:column;gap:4px}.documentation-copy b{font-size:10px}.documentation-copy small{font-size:7.5px;color:#b9d9d6;line-height:1.4}.documentation-actions{display:flex;gap:7px}.documentation-actions button{border:1px solid rgba(255,255,255,.28);border-radius:8px;background:rgba(255,255,255,.12);color:#fff;padding:8px 10px;font-size:8px;font-weight:850;cursor:pointer}.documentation-actions button:disabled{opacity:.55;cursor:wait}.documentation-preview{grid-column:1/-1;display:flex;align-items:center;gap:9px;min-width:0}.documentation-preview[hidden]{display:none}.documentation-preview img{width:58px;height:43px;border-radius:7px;object-fit:cover;background:#fff}.documentation-preview span{font-size:7.5px;color:#d7eeec;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.daily-monitoring{margin-top:17px;padding:24px}.daily-monitoring .panel-heading{align-items:flex-end;margin-bottom:18px}.daily-monitoring .panel-heading p{font-size:8px;color:var(--muted);line-height:1.5;margin:5px 0 0}.monitoring-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.monitoring-controls label{font-size:8px;color:var(--muted);font-weight:800}.monitoring-controls input{min-height:38px;border:1px solid var(--line);border-radius:8px;background:#fafcfb;color:var(--ink);padding:8px 10px;font-size:9px}.monitoring-controls .secondary-button{min-height:38px;padding:8px 12px}.view-documentation{border:0;border-radius:7px;background:#e2f2ff;color:#206b9d;padding:7px 9px;font-size:8px;font-weight:850;cursor:pointer}.no-documentation{font-size:8px;color:var(--muted)}.daily-monitoring td small{font-size:7px;color:var(--muted)}.documentation-dialog-content{display:grid;gap:15px;padding:27px}.documentation-dialog-content>img{width:100%;max-height:62vh;object-fit:contain;border-radius:12px;background:#edf3f2}.documentation-dialog-content>p{margin:0;color:var(--muted);font-size:9px;line-height:1.6;text-align:center}html[data-theme="dark"] .monitoring-controls input{background:#091719;color:var(--ink)}
@media(max-width:820px){.daily-monitoring .panel-heading{align-items:flex-start;flex-direction:column}.monitoring-controls{width:100%}.monitoring-controls input{flex:1}.documentation-card{grid-template-columns:1fr}}
@media(max-width:560px){.documentation-actions{grid-column:1/-1}.documentation-actions button{flex:1}.daily-monitoring{padding:18px}.monitoring-controls .secondary-button{width:auto}.documentation-dialog-content{padding:20px}}
.mobile-signout-button{display:none;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--ink);min-height:38px;padding:8px 11px;font-size:8px;font-weight:850;align-items:center;gap:5px;cursor:pointer}.correction-history,.correction-review{margin-top:17px;padding:24px}.correction-history .panel-heading p,.correction-review .panel-heading p{font-size:8px;color:var(--muted);line-height:1.5;margin:5px 0 0}.correction-list{display:grid;gap:12px;margin-top:17px}.correction-card{border:1px solid var(--line);border-radius:12px;padding:17px;background:#fbfdfc}.correction-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.correction-card-head>div{display:flex;flex-direction:column;gap:5px}.correction-card-head strong{font-size:11px}.correction-card-head span{font-size:8px;color:var(--muted)}.correction-card>p{font-size:9px;color:var(--muted);line-height:1.55;margin:11px 0 0}.correction-card>p b{color:var(--ink)}.correction-status{font-style:normal;text-transform:capitalize;border-radius:99px;padding:6px 9px;font-size:7px;font-weight:850}.correction-status.pending{background:#fff1df;color:#9b5a12}.correction-status.approved{background:#e2f6ef;color:#147858}.correction-status.rejected{background:#ffe9eb;color:#a53a45}.correction-review-note{padding:9px 11px;border-radius:8px;background:#edf7f6}.correction-edit-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.correction-edit-grid label{display:grid;gap:6px;font-size:8px;color:var(--muted);font-weight:800}.correction-edit-grid input,.correction-review-note-input{width:100%;min-height:40px;border:1px solid var(--line);border-radius:8px;background:#fafcfb;color:var(--ink);padding:9px 10px;font-size:9px}.correction-review-note-input{margin-top:10px}.correction-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.correction-actions button:disabled{opacity:.55;cursor:wait}html[data-theme="dark"] .correction-card,html[data-theme="dark"] .correction-edit-grid input,html[data-theme="dark"] .correction-review-note-input{background:#091719;color:var(--ink)}
@media(max-width:820px){.mobile-signout-button{display:inline-flex}.correction-history,.correction-review{padding:20px}.correction-review .panel-heading{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.top-actions .avatar{display:none}.mobile-signout-button{padding:7px 9px}.correction-edit-grid{grid-template-columns:1fr}.correction-actions{display:grid;grid-template-columns:1fr 1fr}.correction-actions button{width:100%}}
.administrative-account-card{display:flex;gap:13px;align-items:flex-start;padding:15px 18px;margin-bottom:17px;border:1px solid #a9d9d6;background:#edf8f7;border-radius:12px}.administrative-account-card[hidden]{display:none}.administrative-account-card>span{font-size:19px;color:var(--teal-700)}.administrative-account-card strong{font-size:11px}.administrative-account-card p{font-size:9px;color:#4d7472;line-height:1.55;margin:4px 0 0}.people-list{gap:18px}.people-group{display:grid}.people-group+.people-group{padding-top:18px;border-top:1px solid var(--line)}.people-group-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 0 9px}.people-group-heading h4{font-size:12px;margin:4px 0 0}.administrative-people{border-radius:12px;background:linear-gradient(135deg,rgba(0,109,112,.06),transparent);padding:15px}.people-panel .panel-heading p{font-size:8px;color:var(--muted);line-height:1.5;margin:5px 0 0}html[data-theme="dark"] .administrative-account-card{background:#102a2c;border-color:#285153}html[data-theme="dark"] .administrative-account-card p{color:#9fc1be}@media(max-width:560px){.people-group-heading{align-items:flex-start}.people-group-heading .role-chip{white-space:nowrap}.administrative-people{padding:12px}}
