:root{--navy:#102a43;--blue:#1677b8;--light:#f4f7fb;--line:#d9e2ec;--text:#243b53}*{box-sizing:border-box}body{margin:0;background:var(--light);color:var(--text);font:15px system-ui,-apple-system,"Segoe UI",sans-serif}header{background:var(--navy);color:#fff;display:flex;justify-content:space-between;align-items:center;padding:18px max(5vw,22px)}header strong,header span{display:block}header span{font-size:13px;opacity:.72;margin-top:2px}header a{color:white;text-decoration:none;border:1px solid #829ab1;padding:8px 12px;border-radius:6px}main{max-width:1500px;margin:34px auto;padding:0 24px}h1{font-size:25px;margin:0 0 20px}.filters,.card form{display:flex;gap:12px;align-items:end;flex-wrap:wrap;background:#fff;padding:16px;border:1px solid var(--line);border-radius:9px}.filters input,.filters select,label input{height:39px;border:1px solid #bcccdc;border-radius:5px;padding:8px;background:#fff;color:var(--text)}.filters input[name=q]{min-width:210px}.filters select{min-width:240px}label{display:grid;gap:5px;font-weight:600;font-size:13px}label small{font-weight:400;color:#627d98}button{height:39px;background:var(--blue);color:#fff;border:0;border-radius:5px;padding:0 18px;font-weight:700;cursor:pointer}.result{font-size:13px;color:#627d98}.legend{display:flex;gap:10px;align-items:center;flex-wrap:wrap;font-size:13px;color:#486581;margin:16px 0 0}.time{display:inline-block;padding:1px 4px;border-radius:3px}.tolerance{background:#fff3bf;color:#6b5300}.late{background:#ffe3e3;color:#9b1c1c;font-weight:700}.table-wrap{overflow:auto;background:#fff;border:1px solid var(--line);border-radius:9px}table{border-collapse:collapse;width:100%;min-width:720px}th,td{padding:11px 12px;border-bottom:1px solid var(--line);border-right:1px solid var(--line);text-align:left;vertical-align:top;white-space:nowrap}thead{background:#eaf2f8}thead th{font-size:13px}tbody th{position:sticky;left:0;background:white;min-width:235px}small{display:block;font-weight:400;color:#627d98;margin-top:3px}td{font-size:13px;line-height:1.55}td b{color:#486581}.none{color:#9fb3c8}.empty,.card{background:#fff;border:1px solid var(--line);padding:26px;border-radius:9px}.admin{max-width:650px}.card p{line-height:1.5}.card form{padding:0;border:0;display:grid;align-items:stretch}.card input[type=file]{width:100%;height:auto;padding:9px}.title-row{display:flex;justify-content:space-between;align-items:start}.link-button{background:transparent;color:var(--blue);padding:0}.button-link{display:inline-block;background:var(--blue);color:#fff;text-decoration:none;border-radius:5px;padding:10px 16px;font-weight:700}.message{padding:12px 14px;border-radius:6px}.error{background:#ffe3e3;color:#9b1c1c}.success{background:#def7ec;color:#03543f}.employees{max-width:1100px}.employees .card{margin-bottom:20px}.employee-form{grid-template-columns:repeat(2,minmax(0,1fr))}.employee-form label{width:auto}.employee-form .check{display:flex;align-items:center;gap:7px}.employee-form button{width:max-content}@media(max-width:650px){main{padding:0 14px;margin:22px auto}.filters>*{width:100%}.filters input,.filters select{width:100%}.employee-form{grid-template-columns:1fr}}
