:root{--bg:#f4f7fb;--surface:#fff;--surface-2:#f8faff;--ink:#13213a;--muted:#6f7d94;--line:#e4e9f1;--brand:#2f5bea;--brand-dark:#2046c9;--success:#0a8b62;--success-bg:#e8f8f2;--warning:#a76a00;--warning-bg:#fff5df;--danger:#c13e3e;--danger-bg:#fff0f0;--purple:#7047d9;--teal:#07899a;--shadow:0 14px 38px rgba(24,45,82,.07);--shadow-soft:0 5px 18px rgba(24,45,82,.05)}
*{box-sizing:border-box}html{min-height:100%;scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}body.modal-open{overflow:hidden}a{color:inherit}button,input,select,textarea{font:inherit}button{touch-action:manipulation}h1,h2,h3,p{margin-top:0}h1{font-size:34px;line-height:1.15;margin-bottom:7px;letter-spacing:-.035em}h2{font-size:18px;line-height:1.25;margin-bottom:5px;letter-spacing:-.015em}.muted{color:var(--muted)}
.topbar{height:72px;background:#0b1730;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(14px,3vw,34px);position:sticky;top:0;z-index:60;box-shadow:0 4px 18px rgba(8,19,42,.16)}.topbar-left{display:flex;align-items:center;min-width:0}.brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-weight:800;font-size:19px;letter-spacing:-.02em;white-space:nowrap}.brand b{color:#7ea2ff}.brand-mark{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(145deg,#416ff4,#2649ca);box-shadow:0 6px 15px rgba(47,91,234,.35)}.mobile-menu{display:none;border:0;background:transparent;color:#fff;width:40px;height:40px;margin-right:7px;border-radius:10px;cursor:pointer}.mobile-menu span{display:block;width:20px;height:2px;background:#fff;margin:4px auto;border-radius:2px}.top-user{display:flex;align-items:center;gap:10px;min-width:0}.top-user .avatar{width:38px;height:38px}.user-meta{min-width:0}.user-meta strong,.user-meta small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-meta strong{font-size:12px}.user-meta small{font-size:10px;color:#aab6ce;text-transform:capitalize;margin-top:1px}.logout-btn{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.07);color:#fff;border-radius:9px;padding:8px 12px;font-size:11px;font-weight:800;cursor:pointer}.logout-btn:hover{background:rgba(255,255,255,.13)}
.app-shell{display:flex;min-height:calc(100vh - 72px)}.sidebar{width:248px;flex:0 0 248px;background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between;padding:22px 14px;position:sticky;top:72px;height:calc(100vh - 72px);z-index:50}.sidebar-label{font-size:10px;letter-spacing:.12em;font-weight:800;color:#98a3b7;padding:0 12px 10px}.nav-link{display:flex;align-items:center;gap:11px;text-decoration:none;color:#64728a;border-radius:12px;padding:11px 12px;margin:3px 0;transition:.15s;min-width:0}.nav-link>span{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;background:#f2f5fa;color:#6c7890;font-size:17px;flex:0 0 auto}.nav-link div{min-width:0}.nav-link b,.nav-link small{display:block}.nav-link b{font-size:12px}.nav-link small{font-size:9px;color:#9aa5b8;margin-top:1px}.nav-link:hover{background:#f7f9fd;color:var(--ink)}.nav-link.active{background:#edf2ff;color:var(--brand)}.nav-link.active>span{background:var(--brand);color:#fff}.nav-link.active small{color:#6680d9}.sidebar-bottom{padding:12px 7px 2px}.security-chip{display:flex;align-items:center;gap:9px;border:1px solid var(--line);background:#fafbfd;border-radius:12px;padding:10px}.security-chip>span{font-size:11px;color:var(--success)}.security-chip strong,.security-chip small{display:block}.security-chip strong{font-size:10px}.security-chip small{font-size:9px;color:#96a1b4}.sidebar-version{display:block;text-align:center;color:#a1aabb;font-size:8px;margin-top:10px}.sidebar-overlay{display:none}
.main-content{width:calc(100% - 248px);min-width:0;padding:34px clamp(14px,3vw,42px) 60px}.public-content{max-width:560px;margin:0 auto;padding:70px 18px}.page-head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 auto 24px;max-width:1500px}.page-head-wide{margin-bottom:22px}.page-head h1{margin-bottom:6px}.page-head p{margin-bottom:0}.eyebrow{font-size:10px;font-weight:800;letter-spacing:.13em;color:var(--brand);margin-bottom:7px}.head-actions{display:flex;gap:9px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.card{background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-soft);min-width:0}.btn{border:0;background:var(--brand);color:#fff;border-radius:10px;padding:10px 15px;text-decoration:none;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-height:42px;white-space:nowrap;box-shadow:0 5px 12px rgba(47,91,234,.16)}.btn:hover{background:var(--brand-dark)}.btn.secondary{background:#edf2ff;color:#2549bb;box-shadow:none}.btn.secondary:hover{background:#e2e9ff}.btn.ghost-danger{background:#fff;color:var(--danger);border:1px solid #ffd9d9;box-shadow:none}.btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.alert{position:relative;border-radius:13px;padding:13px 45px 13px 15px;margin:0 auto 18px;max-width:1500px;border:1px solid transparent}.alert button{position:absolute;right:12px;top:9px;border:0;background:transparent;font-size:20px;color:inherit;cursor:pointer}.alert.success{background:var(--success-bg);color:#086e51;border-color:#c9ecdf}.alert.danger{background:var(--danger-bg);color:#a53434;border-color:#ffd5d5}.alert ul{margin:5px 0 0 18px;padding:0}
.kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;max-width:1500px;margin:0 auto 19px}.kpi-grid-7{grid-template-columns:repeat(7,minmax(0,1fr))}.stat-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px;display:flex;gap:11px;align-items:center;min-width:0;box-shadow:var(--shadow-soft)}.stat-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;font-weight:900;flex:0 0 auto}.stat-icon.blue{background:#edf2ff;color:var(--brand)}.stat-icon.green{background:#e7f8f1;color:var(--success)}.stat-icon.amber{background:#fff4dd;color:var(--warning)}.stat-icon.red{background:#fff0f0;color:var(--danger)}.stat-icon.purple{background:#f0ebff;color:var(--purple)}.stat-icon.teal{background:#e6f7fa;color:var(--teal)}.stat-card span,.stat-card small{display:block;color:var(--muted)}.stat-card span{font-size:10px;font-weight:700}.stat-card strong{display:block;font-size:24px;line-height:1.1;margin:2px 0}.stat-card small{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(280px,.8fr);gap:17px;max-width:1500px;margin:0 auto}.dashboard-grid>.card{padding:20px}.section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.section-head p{margin-bottom:0}.text-link{font-size:11px;font-weight:800;color:var(--brand);text-decoration:none;white-space:nowrap}.table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-wrap table{width:100%;border-collapse:collapse;min-width:720px}th,td{text-align:left;padding:13px 10px;border-bottom:1px solid var(--line);vertical-align:middle}th{font-size:9px;color:#8b96a9;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}td{font-size:12px}tbody tr:hover{background:#fbfcfe}tbody tr:last-child td{border-bottom:0}.person{display:flex;align-items:center;gap:10px;min-width:170px}.person strong{display:block;font-size:12px}.person small,.block-muted{display:block;color:#8a94a8;font-size:10px;margin-top:2px}.avatar{width:38px;height:38px;border-radius:11px;background:#edf2ff;color:var(--brand);display:grid;place-items:center;font-weight:900;flex:0 0 auto}.avatar-sm{width:34px;height:34px;border-radius:10px}.mini-avatar{width:34px;height:34px;border-radius:10px;background:#edf2ff;color:var(--brand);display:grid;place-items:center;font-weight:800;flex:0 0 auto}.status-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:5px 9px;font-size:9px;font-weight:800;white-space:nowrap}.status-pill.done,.status-pill.active{background:var(--success-bg);color:#087a58}.status-pill.working{background:var(--warning-bg);color:#a96800}.status-pill.absent,.status-pill.inactive{background:#f0f2f5;color:#70798a}.quick-card{padding:20px}.quick-action{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink);border:1px solid var(--line);padding:13px;border-radius:13px;margin-top:10px}.quick-action:hover{border-color:#cbd5ff;background:#fafbff}.quick-action>span{width:38px;height:38px;border-radius:10px;background:#edf2ff;color:var(--brand);display:grid;place-items:center;font-weight:800;flex:0 0 auto}.quick-action div{flex:1;min-width:0}.quick-action strong,.quick-action small{display:block}.quick-action small{color:var(--muted);font-size:10px;margin-top:2px}.quick-action b{color:#9aa4b7}.info-box{margin-top:13px;padding:14px;border-radius:12px;background:#f6f8fc}.info-box strong,.info-box span{display:block}.info-box span{color:var(--muted);font-size:10px;margin-top:2px}
.table-card{padding:0;overflow:hidden;max-width:1500px;margin:0 auto}.table-card .table-title{padding:20px 21px 14px}.table-card .table-wrap{padding:0 11px}.right{text-align:right}.row-actions{display:flex;justify-content:flex-end;gap:6px;flex-wrap:wrap}.row-actions form{margin:0}.icon-btn{border:1px solid var(--line);background:#fff;color:#4b5870;border-radius:8px;padding:7px 9px;font-size:10px;font-weight:800;cursor:pointer;text-decoration:none;white-space:nowrap}.icon-btn:hover{background:#f7f9fc}.icon-btn.warn{color:#a66800;background:#fffaf0}.icon-btn.danger-text{color:#b93636;background:#fff7f7}.empty{text-align:center;color:#8993a6;padding:24px}.empty.large{padding:45px 15px}.empty a{color:var(--brand);font-weight:700}.pagination{padding:14px 21px;border-top:1px solid var(--line);overflow:auto}.pagination nav{display:flex;justify-content:center}.pagination svg{width:18px}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;margin:0 2px;border:1px solid var(--line);border-radius:8px;text-decoration:none;color:#526079;font-size:11px}.pagination span[aria-current="page"]{background:var(--brand);color:#fff;border-color:var(--brand)}
.mini-tabs{display:flex;gap:5px;border-bottom:1px solid var(--line);margin:0 auto 15px;max-width:1500px;overflow-x:auto}.mini-tabs a{padding:10px 12px;text-decoration:none;color:#737e92;font-weight:700;white-space:nowrap;border-bottom:2px solid transparent;font-size:11px}.mini-tabs a.active{color:var(--brand);border-color:var(--brand)}.mini-tabs b{margin-left:4px;font-size:9px;background:#f0f3f8;padding:3px 6px;border-radius:999px}.filter-card{padding:15px 17px;margin:0 auto 17px;max-width:1500px}.search-form{display:flex;gap:9px;align-items:center}.search-box{position:relative;flex:1;min-width:0}.search-box span{position:absolute;left:13px;top:7px;font-size:20px;color:#929bad}.search-box input{width:100%;height:42px;border:1px solid #dce1ea;border-radius:10px;padding:0 12px 0 38px;outline:none;background:#fff}.search-box input:focus,.field input:focus,.field textarea:focus,.field select:focus{border-color:#8ca4ff;box-shadow:0 0 0 3px rgba(47,91,234,.09)}.filter-hint{font-size:10px;color:#929bad;margin-top:8px}.platform-search-card{margin-bottom:14px}.live-indicator{display:inline-flex;align-items:center;gap:6px;font-size:10px;color:#6d7b90;white-space:nowrap}.live-indicator i{width:7px;height:7px;border-radius:50%;background:#1bb47b;box-shadow:0 0 0 4px rgba(27,180,123,.1)}
.form-page{max-width:950px;margin:0 auto}.form-card{padding:25px}.form-section{padding-bottom:22px;margin-bottom:22px;border-bottom:1px solid var(--line)}.form-section:last-of-type{border-bottom:0;margin-bottom:0}.form-section h2{font-size:17px;margin-bottom:4px}.form-section>p{font-size:11px;margin-bottom:16px}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.field{margin:0;min-width:0}.field label{display:block;font-size:11px;font-weight:800;margin-bottom:6px}.field label em{font-style:normal;color:var(--danger)}.field input,.field textarea,.field select{width:100%;border:1px solid #d9dfe9;border-radius:10px;background:#fff;padding:11px 12px;outline:none;min-height:42px}.field textarea{min-height:105px;resize:vertical}.field small{display:block;color:#919aac;font-size:9px;margin-top:5px}.switch-field{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:12px;padding:12px 13px;gap:12px}.switch-field strong,.switch-field small{display:block}.switch-field small{color:#8a94a8;font-size:9px;margin-top:2px}.switch{position:relative;width:44px;height:24px;flex:0 0 auto}.switch input{opacity:0;width:0;height:0}.switch span{position:absolute;inset:0;background:#d9dee8;border-radius:999px;cursor:pointer;transition:.2s}.switch span:before{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.2s;box-shadow:0 1px 3px rgba(0,0,0,.15)}.switch input:checked+span{background:var(--brand)}.switch input:checked+span:before{transform:translateX(20px)}.form-actions{display:flex;justify-content:flex-end;gap:9px;padding-top:5px}
.report-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;max-width:1500px;margin:0 auto 17px}.report-kpi{background:#fff;border:1px solid var(--line);border-radius:14px;padding:15px 16px;box-shadow:var(--shadow-soft)}.report-kpi span{font-size:10px;color:var(--muted)}.report-kpi strong{font-size:23px;display:block;margin-top:2px}.report-filter{display:grid;grid-template-columns:1fr 1fr 1.35fr 1.35fr auto;gap:10px;align-items:end}.field.compact label{font-size:9px;text-transform:uppercase;letter-spacing:.04em;color:#7f899c}.field.compact input,.field.compact select{height:41px;padding:8px 10px;font-size:11px}.filter-buttons{display:flex;gap:7px}.mobile-only{display:none}.mobile-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;font-size:10px;color:#8a94a8}.mobile-meta b{display:block;color:#344159;margin-top:2px;overflow-wrap:anywhere}.staff-mobile-card,.attendance-mobile-card,.platform-mobile-card,.history-mobile-card{border:1px solid var(--line);border-radius:13px;padding:14px;margin:10px 0;background:#fff}.mobile-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:13px}.mobile-card-top{display:flex;justify-content:space-between;gap:12px;min-width:0}.mobile-card-top>div{min-width:0}.mobile-card-top strong,.mobile-card-top small{display:block}.mobile-card-top small{font-size:10px;color:#8a94a8;margin-top:3px;overflow-wrap:anywhere}.attendance-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:13px;padding-top:12px;border-top:1px solid var(--line)}.attendance-grid span{font-size:9px;color:#8a94a8}.attendance-grid b{display:block;color:#344159;font-size:11px;margin-top:2px;overflow-wrap:anywhere}.block-muted{margin-top:2px}
.staff-page-head{align-items:flex-start}.live-clock{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:10px 13px;box-shadow:var(--shadow-soft);min-width:175px}.live-clock small,.live-clock strong{display:block}.live-clock small{font-size:8px;text-transform:uppercase;letter-spacing:.08em;color:#8d99ad}.live-clock strong{font-size:11px;margin-top:2px}.live-dot{width:9px;height:9px;border-radius:50%;background:#1ab57d;box-shadow:0 0 0 5px rgba(26,181,125,.1);flex:0 0 auto}.staff-status-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.8fr);gap:17px;max-width:1200px;margin:0 auto 18px}.today-card,.trust-card,.history-card{padding:21px}.today-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;padding-bottom:16px;border-bottom:1px solid var(--line)}.today-card-head h2{font-size:21px;margin:0}.section-label{display:block;font-size:9px;letter-spacing:.12em;font-weight:800;color:var(--brand);margin-bottom:5px}.attendance-timeline{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;padding:20px 0}.timeline-step{display:flex;align-items:center;gap:10px;min-width:0}.timeline-icon{width:42px;height:42px;border-radius:12px;background:#f0f3f8;color:#8a96aa;display:grid;place-items:center;font-weight:900;flex:0 0 auto}.timeline-step.done .timeline-icon{background:var(--success-bg);color:var(--success)}.timeline-step small,.timeline-step strong,.timeline-step span{display:block}.timeline-step small{font-size:8px;letter-spacing:.08em;color:#8d98aa;font-weight:800}.timeline-step strong{font-size:14px;margin:2px 0}.timeline-step span{font-size:9px;color:#8994a8;overflow-wrap:anywhere}.timeline-line{height:2px;width:70px;background:#e4e8ef}.timeline-line.done{background:#6bc5a6}.today-actions{padding-top:4px}.attendance-action{width:100%;display:flex;align-items:center;gap:12px;text-align:left;border:1px solid #dfe5ef;background:#f9fbff;border-radius:13px;padding:13px;cursor:pointer}.attendance-action>span{width:39px;height:39px;border-radius:11px;display:grid;place-items:center;font-weight:900;flex:0 0 auto}.attendance-action.login>span{background:#edf2ff;color:var(--brand)}.attendance-action.logout>span{background:#fff2df;color:var(--warning)}.attendance-action div{flex:1;min-width:0}.attendance-action b,.attendance-action small{display:block}.attendance-action b{font-size:12px}.attendance-action small{font-size:9px;color:#8994a8;margin-top:2px}.attendance-action>strong{font-size:18px;color:#9aa5b8}.attendance-action:hover{border-color:#bfcdf9;background:#fff}.complete-banner{display:flex;align-items:center;gap:11px;padding:13px;border-radius:13px;background:var(--success-bg);color:#087a58}.complete-banner>span{width:38px;height:38px;border-radius:11px;background:#fff;display:grid;place-items:center;font-weight:900}.complete-banner b,.complete-banner small{display:block}.complete-banner b{font-size:12px}.complete-banner small{font-size:9px;margin-top:2px}.trust-item{display:flex;gap:10px;padding:13px 0;border-bottom:1px solid var(--line)}.trust-item:last-of-type{border-bottom:0}.trust-item>span{width:26px;height:26px;border-radius:8px;background:#f0f3f8;display:grid;place-items:center;font-size:9px;font-weight:800;color:#728097;flex:0 0 auto}.trust-item b,.trust-item small{display:block}.trust-item b{font-size:11px}.trust-item small{font-size:9px;color:#8994a8;margin-top:2px}.security-note{margin-top:12px;padding:11px;border-radius:11px;background:#f7f9fc}.security-note b{font-size:9px;color:var(--brand);margin-right:5px}.security-note span{font-size:9px;color:#7d899d}.history-card{max-width:1200px;margin:0 auto}.history-count{font-size:9px;color:#7d899d;background:#f4f6fa;padding:5px 8px;border-radius:999px;white-space:nowrap}
.capture-backdrop{position:fixed;inset:0;background:rgba(8,19,42,.62);backdrop-filter:blur(5px);display:none;align-items:center;justify-content:center;padding:20px;z-index:100}.capture-backdrop.open{display:flex}.capture-sheet{width:min(960px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#fff;border-radius:20px;box-shadow:0 30px 80px rgba(0,0,0,.28);padding:20px}.capture-header{display:flex;justify-content:space-between;gap:15px;margin-bottom:17px}.capture-header h2{font-size:22px;margin-bottom:3px}.capture-header p{font-size:10px;margin:0}.close-capture{width:36px;height:36px;border-radius:10px;border:1px solid var(--line);background:#fff;color:#657289;font-size:23px;cursor:pointer;flex:0 0 auto}.capture-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(250px,.65fr);gap:17px}.camera-panel{min-width:0}.camera-frame{position:relative;background:#0b1730;border-radius:15px;overflow:hidden;aspect-ratio:4/3;display:grid;place-items:center}.camera-frame video,.camera-frame .preview{width:100%;height:100%;object-fit:cover;display:block}.camera-frame canvas{display:none}.quality{font-size:10px;color:#748198;padding:9px 2px 0;min-height:27px}.capture-info{border:1px solid var(--line);border-radius:15px;padding:14px;display:flex;flex-direction:column;min-width:0}.capture-state{display:flex;gap:10px;padding:11px 0;border-bottom:1px solid var(--line)}.state-icon{width:32px;height:32px;border-radius:9px;background:#edf2ff;color:var(--brand);display:grid;place-items:center;flex:0 0 auto}.capture-state b,.capture-state small{display:block}.capture-state b{font-size:10px}.capture-state small{font-size:9px;color:#8894a8;margin-top:2px;overflow-wrap:anywhere}.capture-buttons{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:auto;padding-top:15px}.capture-buttons .btn{width:100%;font-size:10px}.auth{padding:28px;box-shadow:var(--shadow);margin-top:40px}.auth h1{font-size:28px}.auth .field{margin-top:14px}.auth .actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}
.desktop-only{display:block}.mobile-list{width:100%}
@media(max-width:1250px){.kpi-grid-7{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-grid,.staff-status-grid{grid-template-columns:1fr}.report-filter{grid-template-columns:1fr 1fr 1fr}.filter-buttons{grid-column:1/-1}.sidebar{width:220px;flex-basis:220px}.main-content{width:calc(100% - 220px)}}
@media(max-width:900px){.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kpi-grid-7{grid-template-columns:repeat(3,minmax(0,1fr))}.report-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.capture-layout{grid-template-columns:1fr}.capture-info{display:grid;grid-template-columns:1fr 1fr;gap:8px}.capture-state{border:1px solid var(--line);border-radius:11px;padding:10px}.capture-buttons{grid-column:1/-1}.today-card-head{align-items:flex-start}}
@media(max-width:760px){.topbar{height:62px}.mobile-menu{display:block}.top-user .user-meta,.top-user .avatar{display:none}.logout-btn{padding:7px 10px}.app-shell{min-height:calc(100vh - 62px)}.sidebar{position:fixed;left:-270px;top:62px;bottom:0;height:auto;width:255px;z-index:90;box-shadow:12px 0 30px rgba(18,38,63,.15);transition:left .2s}.nav-open .sidebar{left:0}.nav-open .sidebar-overlay{display:block;position:fixed;inset:62px 0 0;background:rgba(7,16,35,.35);z-index:80}.main-content{width:100%;padding:24px 13px 42px}.page-head{align-items:flex-start;flex-direction:column;margin-bottom:18px}.page-head h1{font-size:27px}.head-actions{width:100%;justify-content:stretch}.head-actions .btn{flex:1}.kpi-grid,.kpi-grid-7{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.stat-card{padding:13px;gap:9px}.stat-icon{width:38px;height:38px;border-radius:11px}.stat-card strong{font-size:21px}.stat-card small{font-size:9px}.dashboard-grid{gap:12px}.card{border-radius:15px}.desktop-only{display:none!important}.mobile-only{display:block}.section-head{align-items:center}.search-form{flex-wrap:wrap}.search-box{min-width:100%}.search-form>.btn{flex:1}.grid-2{grid-template-columns:1fr}.form-card{padding:17px}.form-actions{justify-content:stretch}.form-actions .btn{flex:1}.report-filter{grid-template-columns:1fr 1fr}.report-filter .field:nth-child(3),.report-filter .field:nth-child(4),.filter-buttons{grid-column:1/-1}.filter-buttons .btn{flex:1}.table-card .table-title{padding:16px 15px 12px}.pagination{padding:13px 8px}.public-content{padding-top:28px}.live-clock{width:100%;justify-content:flex-start}.staff-page-head{gap:12px}.today-card,.trust-card,.history-card{padding:15px}.attendance-timeline{grid-template-columns:1fr;gap:8px}.timeline-line{width:2px;height:20px;margin-left:20px}.capture-backdrop{padding:0;align-items:flex-end}.capture-sheet{width:100%;max-height:94vh;border-radius:20px 20px 0 0;padding:15px}.capture-layout{gap:11px}.camera-frame{border-radius:12px}.capture-info{grid-template-columns:1fr}.capture-buttons{grid-template-columns:1fr 1fr}.capture-buttons .btn:nth-child(3){grid-column:1/-1}.capture-buttons .btn:nth-child(4){grid-column:1/-1}.auth{margin-top:20px;padding:20px}.auth .actions{flex-direction:column}.auth .actions .btn{width:100%}}
@media(max-width:480px){.brand{font-size:17px}.brand-mark{width:31px;height:31px}.main-content{padding-left:10px;padding-right:10px}.page-head h1{font-size:24px}.kpi-grid,.kpi-grid-7,.report-kpis{grid-template-columns:1fr}.stat-card{min-height:77px}.top-user{gap:5px}.logout-btn{font-size:10px}.mini-tabs a{padding:9px 10px}.filter-card{padding:12px}.report-filter{grid-template-columns:1fr}.report-filter .field,.report-filter .filter-buttons{grid-column:auto}.filter-buttons{display:grid;grid-template-columns:1fr 1fr}.mobile-actions .btn,.mobile-actions .icon-btn{flex:1}.form-actions{flex-direction:column-reverse}.today-card-head{flex-direction:column}.today-card-head .status-pill{align-self:flex-start}.attendance-grid{grid-template-columns:1fr 1fr}.capture-sheet{padding:13px}.capture-header h2{font-size:19px}.capture-buttons{grid-template-columns:1fr}.capture-buttons .btn,.capture-buttons .btn:nth-child(3),.capture-buttons .btn:nth-child(4){grid-column:auto}.camera-frame{aspect-ratio:3/4}.capture-info{padding:11px}}
@media(min-width:761px) and (max-height:700px){.sidebar{overflow:auto}.main-content{padding-top:22px;padding-bottom:35px}}

/* v2.4 Super Admin tenant-control responsive refinements */
.tenant-kpi-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;max-width:1500px;margin:0 auto 18px}.tenant-kpi-grid .stat-card{min-width:0;overflow:hidden}.tenant-kpi-grid .stat-card>div:last-child{min-width:0}.tenant-kpi-grid .stat-card span,.tenant-kpi-grid .stat-card small{overflow-wrap:anywhere}.platform-actions-card{max-width:1500px;margin:0 auto 18px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px}.platform-actions-card h2{margin-bottom:3px}.platform-actions-card p{margin-bottom:0;font-size:11px}.export-action-grid{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.table-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.tenant-profile-grid{max-width:1500px;margin:0 auto 18px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:18px}.detail-card{padding:21px;margin-bottom:18px}.detail-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding-bottom:14px;margin-bottom:4px;border-bottom:1px solid var(--line)}.detail-card-head h2{margin-bottom:0}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 22px;padding-top:12px}.detail-grid small,.detail-grid strong{display:block}.detail-grid small{font-size:9px;color:#8995a8;text-transform:uppercase;letter-spacing:.06em;font-weight:800;margin-bottom:3px}.detail-grid strong{font-size:12px;overflow-wrap:anywhere}.control-list{display:grid;gap:0}.control-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.control-row:last-child{border-bottom:0}.control-row strong,.control-row small{display:block}.control-row strong{font-size:11px}.control-row small{font-size:9px;color:#8995a8;margin-top:3px;overflow-wrap:anywhere}.tenant-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.summary-box{padding:14px;border:1px solid var(--line);border-radius:13px;background:#fafbfd;min-width:0}.summary-box span,.summary-box strong,.summary-box small{display:block}.summary-box span{font-size:9px;color:#7d899d}.summary-box strong{font-size:20px;margin:3px 0}.summary-box small{font-size:8px;color:#98a2b4}.admin-profile-row{display:flex;align-items:center;gap:11px;padding-top:8px}.admin-profile-row>div:nth-child(2){min-width:0;flex:1}.admin-profile-row strong,.admin-profile-row small{display:block}.admin-profile-row strong{font-size:12px}.admin-profile-row small{font-size:9px;color:#8995a8;overflow-wrap:anywhere}.danger-zone{max-width:1500px;margin:0 auto;padding:20px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-color:#ffd8d8;background:#fffafa}.danger-zone h2{margin-bottom:5px}.danger-zone p{font-size:10px;color:#8e6d6d;margin:0;max-width:850px}.danger-text{color:var(--danger)}.onboarding-progress{max-width:1100px;margin:0 auto 18px;padding:14px 18px;display:flex;align-items:center;justify-content:center;gap:12px}.progress-step{display:flex;align-items:center;gap:9px;min-width:0}.progress-step>span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#eef2f7;color:#7b8799;font-weight:800;font-size:11px;flex:0 0 auto}.progress-step.active>span{background:var(--brand);color:#fff}.progress-step b,.progress-step small{display:block}.progress-step b{font-size:10px}.progress-step small{font-size:8px;color:#8d98aa}.progress-line{height:1px;width:70px;background:#dce2eb}.onboarding-card{max-width:1100px;margin:0 auto;padding:24px}.form-section-title{display:flex;justify-content:space-between;gap:14px;margin-bottom:14px}.form-section-title h2{margin-bottom:3px}.settings-stack{display:grid;gap:10px}.settings-stack .switch-field{border:1px solid var(--line);border-radius:13px;padding:13px 14px}.onboarding-card .form-section{padding-bottom:22px;margin-bottom:22px;border-bottom:1px solid var(--line)}.onboarding-card .form-section:last-of-type{border-bottom:0;margin-bottom:0}.onboarding-card .form-actions{border-top:1px solid var(--line);padding-top:18px}
@media(max-width:1350px){.tenant-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.platform-actions-card{align-items:flex-start;flex-direction:column}.export-action-grid{justify-content:flex-start}.tenant-profile-grid{grid-template-columns:1fr}.tenant-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.tenant-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tenant-kpi-grid .stat-card{min-height:88px}.control-row{grid-template-columns:minmax(0,1fr) auto;align-items:start}.control-row form{grid-column:2;grid-row:1 / span 2}.detail-grid{grid-template-columns:1fr}.onboarding-progress{justify-content:flex-start;overflow-x:auto}.progress-line{flex:0 0 35px}.progress-step{flex:0 0 auto}.danger-zone{align-items:flex-start;flex-direction:column}.danger-zone .btn{width:100%}}
@media(max-width:760px){.tenant-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.platform-actions-card{padding:15px}.export-action-grid{display:grid;grid-template-columns:1fr;width:100%}.export-action-grid .btn{width:100%}.tenant-profile-grid{gap:12px}.detail-card{padding:15px}.tenant-summary-grid{grid-template-columns:1fr 1fr}.control-row{grid-template-columns:1fr}.control-row form{grid-column:auto;grid-row:auto}.control-row .icon-btn{width:100%}.admin-profile-row{align-items:flex-start;flex-wrap:wrap}.admin-profile-row .status-pill{margin-left:41px}.onboarding-card{padding:16px}.onboarding-progress{padding:12px}.progress-step small{display:none}}
@media(max-width:480px){.tenant-kpi-grid{grid-template-columns:1fr}.tenant-kpi-grid .stat-card{min-height:78px}.tenant-summary-grid{grid-template-columns:1fr}.export-action-grid{grid-template-columns:1fr}.platform-actions-card{border-radius:15px}.danger-zone{padding:16px}.onboarding-progress{gap:8px}.progress-line{display:none}}

/* v2.5 explicit Super Admin tenant editing actions */
.quick-edit-card{max-width:1500px;margin:0 auto 18px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid #dce5ff;background:linear-gradient(135deg,#f8faff,#fff)}
.quick-edit-card h2{margin-bottom:4px}
.quick-edit-card p{margin:0;font-size:10px;max-width:850px}
.primary-action{background:#edf2ff;border-color:#cbd8ff;color:var(--brand);font-weight:800}
.primary-action:hover{background:#e4ebff}
@media(max-width:760px){.quick-edit-card{align-items:flex-start;flex-direction:column;padding:15px}.quick-edit-card .btn{width:100%}}

/* v2.6 public marketing home + production login */
.public-topbar{position:relative}.public-nav{display:flex;align-items:center;gap:10px}.public-home-link{color:#c9d3e8;text-decoration:none;font-size:12px;font-weight:700;padding:9px 12px;border-radius:9px}.public-home-link:hover,.public-home-link.active{background:rgba(255,255,255,.08);color:#fff}.public-login-link{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#17357f;text-decoration:none;border-radius:10px;padding:10px 15px;font-size:11px;font-weight:900;box-shadow:0 7px 18px rgba(0,0,0,.12)}.public-login-link:hover{background:#f1f5ff}.landing-page{width:100%;max-width:1440px;margin:0 auto}.hero-section{min-height:650px;padding:clamp(45px,7vw,88px) clamp(18px,5vw,70px) 65px;display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.9fr);align-items:center;gap:clamp(34px,6vw,90px);position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;width:600px;height:600px;right:-220px;top:-180px;background:radial-gradient(circle,rgba(47,91,234,.13),transparent 68%);pointer-events:none}.hero-copy{position:relative;z-index:2;max-width:690px}.eyebrow-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #dce5ff;background:#f7f9ff;color:#3155c9;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.03em}.pulse-dot{width:7px;height:7px;background:#16a579;border-radius:50%;box-shadow:0 0 0 4px rgba(22,165,121,.10)}.hero-copy h1{font-size:clamp(44px,6vw,76px);max-width:760px;margin:19px 0 18px;line-height:.98;letter-spacing:-.055em}.hero-copy h1 span{color:var(--brand)}.hero-lead{font-size:clamp(15px,1.7vw,19px);line-height:1.7;color:#687790;max-width:650px;margin-bottom:28px}.hero-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.hero-primary{padding:13px 19px;min-height:48px;border-radius:12px}.hero-primary span{margin-left:8px;font-size:18px}.hero-secondary{background:#fff;color:#263a62;border:1px solid #dce3ee;box-shadow:none;min-height:48px;padding:13px 18px}.hero-secondary:hover{background:#f8faff}.hero-trust{display:flex;gap:15px;flex-wrap:wrap;align-items:center;margin-top:22px;color:#8995a9;font-size:10px;font-weight:700}.hero-trust span{color:#159b72;font-weight:900;margin-right:-10px}.hero-visual{position:relative;min-width:0}.hero-glow{position:absolute;inset:8% 4%;background:radial-gradient(circle at 50% 45%,rgba(47,91,234,.23),transparent 60%);filter:blur(8px)}.product-window{position:relative;background:#fff;border:1px solid #dfe6f1;border-radius:24px;padding:0 22px 22px;box-shadow:0 30px 80px rgba(31,54,99,.17);transform:rotate(1deg);overflow:hidden}.product-window:after{content:"";position:absolute;inset:0;border-radius:24px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.8);pointer-events:none}.product-window-bar{height:39px;display:flex;align-items:center;gap:6px;border-bottom:1px solid #edf0f5;color:#a0a9b8;font-size:8px}.product-window-bar span{width:7px;height:7px;border-radius:50%;background:#dbe1eb}.product-window-bar b{margin-left:auto;margin-right:auto;font-weight:700;letter-spacing:.02em}.preview-top{display:flex;align-items:center;justify-content:space-between;padding:21px 2px 25px}.preview-brand{display:flex;align-items:center;gap:8px}.preview-brand i{width:30px;height:30px;border-radius:9px;background:linear-gradient(145deg,#416ff4,#2649ca);color:#fff;display:grid;place-items:center;font-style:normal;font-weight:900}.preview-brand strong{font-size:13px}.preview-brand em{color:#5579e8;font-style:normal}.preview-online{font-size:8px;color:#0b8b63;background:#e9f8f2;border-radius:999px;padding:6px 9px;font-weight:800}.preview-online i{display:inline-block;width:5px;height:5px;border-radius:50%;background:#17a879;margin-right:4px}.preview-title small{display:block;color:#8d98aa;font-size:8px;letter-spacing:.1em;font-weight:900}.preview-title strong{display:block;font-size:24px;letter-spacing:-.03em;margin-top:5px}.preview-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:17px 0}.preview-stats div{background:#f7f9fc;border:1px solid #e8edf4;border-radius:13px;padding:13px}.preview-stats small,.preview-stats strong{display:block}.preview-stats small{font-size:8px;color:#8a96aa}.preview-stats strong{font-size:21px;margin-top:3px}.preview-attendance{display:flex;align-items:center;gap:10px;border:1px solid #e6ebf3;border-radius:13px;padding:12px;margin-top:9px}.preview-avatar{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#e9f8f2;color:#07855f;font-weight:900}.preview-avatar.purple{background:#f0ebff;color:#7047d9}.preview-person{min-width:0;flex:1}.preview-person strong,.preview-person small{display:block}.preview-person strong{font-size:10px}.preview-person small{font-size:8px;color:#8a95a8;margin-top:2px}.preview-status{font-size:8px;font-weight:900;color:#087a58;background:#e9f8f2;padding:5px 7px;border-radius:999px}.preview-arrow{font-weight:900;color:#8d98aa}.feature-strip{padding:74px clamp(18px,5vw,70px);background:#0d1a34;color:#fff;border-radius:28px;margin:0 clamp(10px,2vw,28px);position:relative;overflow:hidden}.feature-strip:after{content:"";position:absolute;width:430px;height:430px;right:-180px;bottom:-210px;border-radius:50%;background:radial-gradient(circle,rgba(76,111,240,.3),transparent 65%)}.section-intro{max-width:690px;position:relative;z-index:2}.section-intro .eyebrow,.cta-section .eyebrow{color:#87a5ff}.section-intro h2{font-size:clamp(28px,4vw,44px);margin-bottom:11px}.section-intro p{color:#9dabc3;max-width:650px;font-size:14px}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-top:30px;position:relative;z-index:2}.feature-card{border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.055);border-radius:18px;padding:22px;min-width:0}.feature-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;font-weight:900;margin-bottom:17px}.feature-icon.blue{background:rgba(78,118,245,.18);color:#8aa6ff}.feature-icon.green{background:rgba(26,184,137,.15);color:#62d9b4}.feature-icon.purple{background:rgba(139,99,236,.15);color:#b39aff}.feature-card h3{font-size:15px;margin-bottom:7px}.feature-card p{font-size:11px;line-height:1.7;color:#a5b2c8;margin:0}.workflow-section{padding:70px clamp(18px,5vw,70px)}.workflow-card{border:1px solid var(--line);background:#fff;border-radius:24px;padding:30px;box-shadow:var(--shadow-soft);display:grid;grid-template-columns:minmax(250px,.7fr) minmax(0,1.5fr);gap:40px;align-items:center}.workflow-card h2{font-size:clamp(25px,3.3vw,38px);max-width:360px;margin-top:4px}.workflow-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.workflow-step{display:flex;gap:12px;padding:15px;border-radius:14px;background:#f8faff;border:1px solid #e8edf5}.workflow-step>span{width:34px;height:34px;border-radius:10px;background:#eaf0ff;color:var(--brand);display:grid;place-items:center;font-size:9px;font-weight:900;flex:0 0 auto}.workflow-step strong,.workflow-step small{display:block}.workflow-step strong{font-size:11px}.workflow-step small{font-size:9px;color:#8995a8;margin-top:2px}.cta-section{margin:0 clamp(10px,2vw,28px) 28px;padding:34px clamp(20px,4vw,45px);border-radius:22px;background:linear-gradient(135deg,#eef3ff,#f8fbff);border:1px solid #dce5ff;display:flex;align-items:center;justify-content:space-between;gap:25px}.cta-section h2{font-size:clamp(24px,3.5vw,36px);margin-bottom:5px}.cta-section p{margin:0;color:#77849a;font-size:11px}.landing-footer{padding:10px clamp(18px,5vw,70px) 34px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#8a95a8;font-size:9px}.landing-footer div{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.landing-footer strong{color:#35445f;font-size:11px}.landing-footer a{font-weight:800;color:var(--brand);text-decoration:none}.login-page{min-height:calc(100vh - 72px);display:grid;grid-template-columns:minmax(0,1.02fr) minmax(430px,.98fr);background:#f7f9fc;margin:-34px clamp(-42px,-3vw,-14px) -60px}.login-promo{background:#0b1730;color:#fff;position:relative;overflow:hidden;display:flex;align-items:center;padding:55px clamp(28px,6vw,85px)}.login-promo:before{content:"";position:absolute;width:600px;height:600px;right:-300px;top:-180px;border-radius:50%;background:radial-gradient(circle,rgba(69,105,236,.35),transparent 65%)}.login-promo:after{content:"";position:absolute;width:300px;height:300px;left:-170px;bottom:-160px;border-radius:50%;background:radial-gradient(circle,rgba(50,182,148,.16),transparent 68%)}.login-promo-inner{position:relative;z-index:2;max-width:610px}.login-brand{display:inline-flex;align-items:center;gap:9px;color:#fff;text-decoration:none;margin-bottom:45px}.login-brand span{width:36px;height:36px;border-radius:11px;background:linear-gradient(145deg,#4d78f4,#2549ca);display:grid;place-items:center;font-weight:900}.login-brand strong{font-size:18px}.login-brand em{color:#7ea2ff;font-style:normal}.login-promo .eyebrow-pill{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.12);color:#a9bdff}.login-promo h1{font-size:clamp(45px,5.5vw,70px);margin:17px 0 12px;letter-spacing:-.055em}.login-promo p{color:#aebbd1;font-size:14px;line-height:1.8;max-width:540px}.login-benefits{display:grid;gap:12px;margin-top:28px}.login-benefits>div{display:flex;align-items:center;gap:11px}.login-benefits>div>span{width:27px;height:27px;border-radius:8px;background:rgba(30,177,135,.13);color:#5fe0b6;display:grid;place-items:center;font-size:10px;font-weight:900}.login-benefits strong,.login-benefits small{display:block}.login-benefits strong{font-size:10px}.login-benefits small{font-size:9px;color:#8999b4;margin-top:2px}.login-panel{display:flex;align-items:center;justify-content:center;padding:35px clamp(18px,5vw,70px)}.login-card{width:min(100%,490px);background:#fff;border:1px solid #e0e6ef;border-radius:22px;padding:31px;box-shadow:0 20px 60px rgba(30,50,88,.10)}.login-card-head{display:flex;gap:13px;align-items:flex-start}.login-mobile-mark{width:42px;height:42px;border-radius:12px;background:#edf2ff;color:var(--brand);display:grid;place-items:center;font-weight:900;flex:0 0 auto}.login-card h2{font-size:24px;margin:2px 0 5px}.login-card-head p{font-size:10px;color:#8995a8;margin:0}.login-form{margin-top:25px}.login-form .field{margin-bottom:15px}.field-label-row{display:flex;justify-content:space-between;gap:10px}.field-label-row a{font-size:9px;color:var(--brand);font-weight:800;text-decoration:none}.remember-row{display:flex;align-items:center;gap:8px;color:#738096;font-size:10px;margin:3px 0 17px;cursor:pointer}.remember-row input{width:15px;height:15px;accent-color:var(--brand)}.login-submit{width:100%;min-height:48px;font-size:12px}.login-submit span{margin-left:8px;font-size:17px}.login-secure-note{margin-top:17px;padding:10px 12px;border-radius:10px;background:#f6f9fd;color:#8995a8;font-size:9px}.login-secure-note span{color:#159b72;margin-right:5px}.back-home{display:block;text-align:center;color:#718098;font-size:9px;font-weight:800;text-decoration:none;margin-top:17px}.back-home:hover{color:var(--brand)}
@media(max-width:1050px){.hero-section{grid-template-columns:1fr;min-height:auto;padding-top:55px}.hero-copy{max-width:760px}.hero-visual{max-width:700px;width:100%;margin:0 auto}.feature-grid{grid-template-columns:1fr}.workflow-card{grid-template-columns:1fr}.login-page{grid-template-columns:1fr}.login-promo{min-height:440px;padding:48px clamp(22px,7vw,70px)}.login-panel{padding:38px 22px}.login-promo-inner{max-width:760px}.login-brand{margin-bottom:35px}}
@media(max-width:760px){.public-nav{gap:4px}.public-home-link{display:none}.public-login-link{padding:9px 12px;font-size:10px}.hero-section{padding:36px 15px 45px}.hero-copy h1{font-size:clamp(38px,12vw,56px)}.hero-lead{font-size:14px;line-height:1.65}.hero-actions{display:grid;grid-template-columns:1fr;width:100%}.hero-actions .btn{width:100%}.hero-trust{gap:9px;font-size:8px}.product-window{padding:0 13px 14px;border-radius:18px;transform:none}.preview-title strong{font-size:19px}.preview-stats div{padding:10px}.preview-stats strong{font-size:18px}.feature-strip{margin:0 8px;border-radius:20px;padding:45px 18px}.workflow-section{padding:45px 15px}.workflow-card{padding:20px;border-radius:18px}.workflow-steps{grid-template-columns:1fr}.cta-section{margin:0 8px 20px;padding:25px 18px;display:grid;grid-template-columns:1fr}.cta-section .btn{width:100%}.landing-footer{padding:8px 15px 25px;align-items:flex-start;flex-direction:column}.login-page{margin:-24px -13px -42px;min-height:calc(100vh - 72px)}.login-promo{min-height:330px;padding:35px 20px}.login-brand{margin-bottom:27px}.login-promo h1{font-size:42px}.login-promo p{font-size:12px;line-height:1.65}.login-benefits{display:none}.login-panel{padding:20px 12px 35px}.login-card{padding:21px 17px;border-radius:18px}.login-card h2{font-size:21px}.login-card-head{gap:10px}.login-mobile-mark{width:38px;height:38px}.login-form{margin-top:21px}}
@media(max-width:390px){.brand{font-size:16px}.brand-mark{width:31px;height:31px}.public-login-link{padding:8px 10px}.hero-section{padding-left:11px;padding-right:11px}.feature-strip{margin:0 5px}.preview-stats{gap:5px}.preview-stats small{font-size:7px}.preview-stats strong{font-size:16px}.login-promo{min-height:300px}.login-promo h1{font-size:37px}.login-card{padding:18px 14px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn,.nav-link{transition:none}}
.landing-content{max-width:none;margin:0;padding:0}.auth-content{max-width:100%;margin:0;padding:0 clamp(14px,3vw,42px) 42px}.auth-content .alert{margin-top:18px}

.attendance-mobile-card a{display:inline-block;margin-left:6px;font-size:.78rem;font-weight:700}.attendance-mobile-card small{display:block;margin-top:4px;line-height:1.35}.table-card table td small{display:inline-block;max-width:240px;line-height:1.35}.form-grid .full{grid-column:1/-1}
