:root{--orange:#f45b13;--orange2:#ff8a16;--bg:#fff7f0;--text:#172033;--muted:#64748b;--line:#ead9cf;--green:#159447;--red:#e03131;--blue:#1264d8;--amber:#f59f00}*{box-sizing:border-box}body{margin:0;font-family:Arial,'Helvetica Neue',sans-serif;background:var(--bg);color:var(--text)}.top-bg{position:fixed;inset:0 0 auto 0;height:260px;background:linear-gradient(135deg,var(--orange),var(--orange2));z-index:-1}.wrap{max-width:1240px;margin:0 auto;padding:24px 16px}.header{display:flex;justify-content:space-between;align-items:center;gap:18px;background:rgba(255,255,255,.94);border-radius:28px;padding:14px 18px;box-shadow:0 18px 45px rgba(105,45,0,.12)}.logo{display:flex;align-items:center;gap:12px}.logo img{height:42px;width:auto}.nav{display:flex;gap:8px;flex-wrap:wrap}.nav a,.nav button{border:0;text-decoration:none;background:#fff1e8;color:#c94809;border-radius:18px;padding:11px 15px;font-weight:800;cursor:pointer}.nav a.active,.nav button.active{background:var(--orange);color:white;box-shadow:0 10px 22px rgba(244,91,19,.28)}.grid{display:grid;gap:18px}.grid2{grid-template-columns:390px 1fr}.card{background:white;border:1px solid #ffe2d3;border-radius:30px;box-shadow:0 18px 48px rgba(105,45,0,.1);overflow:hidden}.card-pad{padding:24px}.hero{background:linear-gradient(90deg,var(--orange),var(--orange2));padding:22px;color:white;text-align:center}.hero img{height:50px;filter:brightness(0) invert(1)}.hero h1{margin:16px 0 6px;font-size:24px}.hero p{margin:0;color:#fff5ee}.label{display:grid;gap:8px;font-size:14px;font-weight:700;color:#475569;margin-bottom:14px}.input,.select{height:44px;border:1px solid #ddd4ce;border-radius:14px;padding:0 14px;background:white;outline:none;width:100%}.input:focus,.select:focus{border-color:var(--orange);box-shadow:0 0 0 3px #ffe2d3}.btn{border:0;border-radius:16px;padding:13px 18px;font-weight:900;cursor:pointer;background:var(--orange);color:white}.btn:hover{background:#df4b08}.btn.green{background:#10a33f}.btn.blue{background:#1264d8}.btn.light{background:#fff1e8;color:#c94809}.btn.danger{background:#e03131}.check-btn{width:100%;height:56px;font-size:16px}.notice{border-radius:18px;padding:14px;margin-top:14px;font-weight:700}.notice.ok{background:#eaf8ef;color:#14783b}.notice.err{background:#fff0f0;color:#c92a2a}.info{border-radius:18px;padding:16px;margin-top:14px}.info.orange{background:#fff7ed;border:1px solid #ffe1c7}.info.blue{background:#eef6ff;border:1px solid #cfe4ff}.row{display:flex;justify-content:space-between;gap:14px;padding:12px;border-radius:15px;background:#f8fafc;margin:9px 0}.result{min-height:520px;display:grid;place-items:center;text-align:center}.circle{margin:auto;width:116px;height:116px;border-radius:50%;display:grid;place-items:center;color:white;font-size:60px;font-weight:900;box-shadow:0 20px 40px rgba(0,0,0,.15)}.circle.ok{background:var(--green)}.circle.late{background:var(--red)}.status-text{font-size:32px;font-weight:1000;margin:18px 0 6px}.status-text.ok{color:var(--green)}.status-text.late{color:var(--red)}.filters{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;background:#f8fafc;border-radius:22px;padding:16px;margin:18px 0}.table-wrap{overflow:auto;border:1px solid #e7e2df;border-radius:18px}table{width:100%;border-collapse:collapse;min-width:930px;font-size:14px}th{background:#fff3ea;text-align:left;padding:13px;border-bottom:1px solid #ead9cf;font-weight:900}td{padding:12px;border-bottom:1px solid #eee}tr:nth-child(even) td{background:#fafafa}.pill{display:inline-flex;border-radius:8px;padding:5px 9px;font-size:12px;font-weight:900}.pill.ok{background:#e8f8ee;color:var(--green)}.pill.late{background:#fff0f0;color:var(--red)}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:16px 0}.stat{border-radius:18px;padding:17px}.stat b{font-size:32px;display:block;margin:8px 0}.stat.green{background:#e8f8ee;color:var(--green)}.stat.red{background:#fff0f0;color:var(--red)}.stat.amber{background:#fff8e5;color:var(--amber)}.stat.blue{background:#eef6ff;color:var(--blue)}.settings-grid{grid-template-columns:1fr 1fr}.employee-row{display:flex;justify-content:space-between;align-items:center;background:#f8fafc;border-radius:16px;padding:12px 14px;margin:8px 0}.small-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.three{grid-template-columns:repeat(3,1fr)}@media(max-width:900px){.header{align-items:flex-start;flex-direction:column}.grid2,.settings-grid{grid-template-columns:1fr}.filters,.stat-grid{grid-template-columns:1fr 1fr}.logo img{max-width:220px;height:auto}}@media(max-width:520px){.filters,.stat-grid,.small-grid,.three{grid-template-columns:1fr}.wrap{padding:12px}.card{border-radius:22px}.header{border-radius:22px}.hero h1{font-size:20px}}
