:root{--print-footer-height:18mm}@page{size:A4 portrait;margin-inline:14mm;margin-top:12mm;margin-bottom:12mm}*{-webkit-print-color-adjust:exact;print-color-adjust:exact;box-sizing:border-box}:root{--soft-blue:#e9f2ff;--border:#cfd8e3;--text:#1f2937}body{margin:0;color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica Neue,Arial;background:#fff;overflow:visible}.page,body{min-height:100vh}.page{display:flex;flex-direction:column}.print-header{display:grid;grid-template-columns:1fr auto;align-items:start;grid-gap:12px;gap:12px;margin-bottom:8px}.logo-preview{width:140px;height:70px;border:0 dashed var(--border);border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#fff;overflow:hidden;margin-right:2px}.logo-preview img{max-width:100%;max-height:100%;object-fit:contain}h1{font-size:24px;font-weight:600}h2,h3{font-size:14px;font-weight:500;margin-top:0;margin-bottom:6px}.screen-only{display:block}@media print{.screen-only{display:none!important}}.table-wrap{border:2px dashed var(--border);border-radius:4px}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:10px;border:1px solid var(--border);background:var(--soft-blue);color:var(--text);text-decoration:none;cursor:pointer}table{width:100%;border-collapse:separate;border-spacing:0;font-size:10px;table-layout:fixed}thead th{background:var(--soft-blue);text-align:left;font-weight:700;padding:8px}tbody td,thead th{border-bottom:1px solid var(--border)}tbody td{padding:6px 8px}tfoot td{background:var(--soft-blue);font-weight:700;padding:8px;border-top:2px solid var(--border)}.right{text-align:right}.col-date{width:100px;min-width:80px}.col-duration{width:110px;min-width:80px}.col-employee{width:18%;min-width:120px}.col-select{width:48px;min-width:40px;text-align:center}.col-desc{width:auto}.calc{align-items:end;margin-top:10px;justify-content:center;flex-direction:column;margin-right:2px;font-size:14px}.calc,.calc-item{display:flex;gap:5px}.calc-item{width:200px;align-items:center;justify-content:space-between;page-break-before:avoid}.print-footer{position:fixed;bottom:0;left:12mm;right:12mm;text-align:center;color:#64748b;font-size:11px}thead{display:table-header-group}td,tfoot,th,tr{page-break-inside:avoid}td,th,tr{break-inside:avoid}@media print{.page{display:block;min-height:auto}body,html{height:auto;overflow:visible}.table-wrap{overflow:visible!important;max-height:none!important}tfoot{display:table-row-group}table{page-break-inside:auto;break-inside:auto}tbody tr:last-child{page-break-after:avoid}.calc,tfoot{page-break-before:avoid;page-break-inside:avoid}.calc{break-inside:avoid}}