:root{--bg: #f6f7f9;--card: #ffffff;--line: #e3e6ea;--ink: #1c2733;--dim: #66707c;--brand: #305496;--brand-ink: #ffffff;--ok: #1e7d46;--warn: #b98300;--bad: #b3362c;font-family:-apple-system,Segoe UI,Leelawadee UI,Thonburi,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--ink);font-size:14px;overflow:hidden}.app{width:100%;height:100vh;padding:12px 18px;display:flex;flex-direction:column}.app>.card.err{flex-shrink:0}h1{font-size:18px;margin:4px 0 12px}h2{font-size:15px;margin:0 0 10px}.card{background:var(--card);border:1px solid var(--line);border-radius:10px;padding:14px 16px;margin-bottom:12px}.row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}button{background:var(--brand);color:var(--brand-ink);border:0;border-radius:7px;padding:7px 14px;font-size:13px;cursor:pointer;font-family:inherit}button.ghost{background:transparent;color:var(--brand);border:1px solid var(--brand)}button:disabled{opacity:.45;cursor:default}input,select{border:1px solid var(--line);border-radius:7px;padding:6px 9px;font-size:13px;font-family:inherit;background:#fff}.tabs{display:flex;gap:4px;margin:12px 0;border-bottom:2px solid var(--line)}.tabs button{background:transparent;color:var(--dim);border:0;border-radius:7px 7px 0 0;padding:8px 14px;font-weight:600}.tabs button.on{color:var(--brand);box-shadow:inset 0 -2px 0 var(--brand)}table{width:100%;border-collapse:collapse;font-size:13px}th,td{text-align:left;padding:6px 8px;border-bottom:1px solid var(--line)}th{color:var(--dim);font-weight:600;white-space:nowrap}td.num,th.num{text-align:right;font-variant-numeric:tabular-nums}.pill{display:inline-block;border-radius:20px;padding:2px 10px;font-size:12px;font-weight:600}.pill.draft{background:#f0f1f3;color:var(--dim)}.pill.approved{background:#e5f3ea;color:var(--ok)}.pill.exported{background:#e8eefb;color:var(--brand)}.pill.open{background:#fdf3dd;color:var(--warn)}.pill.calculated{background:#e5f3ea;color:var(--ok)}pre.report{background:#f4f6f8;border:1px solid var(--line);border-radius:8px;padding:10px 12px;font-size:12px;overflow-x:auto;white-space:pre-wrap}.checklist{line-height:1.9;white-space:pre-wrap}.muted{color:var(--dim);font-size:12px}.err{color:var(--bad);font-size:13px}.periodbar button.sel{outline:2px solid var(--brand)}.explain{background:#fbf7e9;border:1px solid #ecd9a0;border-radius:9px;padding:10px 14px;margin-bottom:14px}.explain-title{font-weight:700;color:var(--warn);margin-bottom:4px;font-size:13px}.explain ul{margin:0;padding-left:20px}.explain li{font-size:13px;line-height:1.7;color:var(--ink)}table.breakdown td{border-bottom:1px solid #f0f2f4}table.breakdown tr.grp td{padding-top:10px;color:var(--brand);border-bottom:0}table.breakdown tr.subtot td{color:var(--dim);font-weight:600;border-bottom:1px solid var(--line)}table.breakdown tr.transfer td{background:#eef3fb;font-size:15px;border-top:2px solid var(--brand);border-bottom:0}.rc-form{background:#f4f6fa;border:1px solid var(--line);border-radius:9px;padding:12px;margin:10px 0;display:grid;gap:10px}.rc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px}.rc-grid label{font-size:12px;color:var(--dim);display:flex;flex-direction:column;gap:3px}.rc-grid input{width:100%}.rc-list{display:grid;gap:10px;margin-top:10px}.rc-item{border:1px solid var(--line);border-radius:9px;padding:10px 12px}.rc-item.pending{border-color:#ecd9a0;background:#fffdf6}.rc-head{display:flex;justify-content:space-between;align-items:center;gap:8px}.rc-vals{display:flex;flex-wrap:wrap;gap:6px 14px;font-size:13px;margin:6px 0}.rc-actions button{min-height:44px;flex:1}@media (max-width: 640px){body{font-size:15px}.app{padding:10px}.card{padding:12px}.row{gap:6px}h1{font-size:16px}button{min-height:42px;padding:8px 14px;font-size:14px}button.ghost{min-height:42px}input,select{min-height:42px;font-size:16px}.tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tabs button{white-space:nowrap;min-height:42px;flex-shrink:0}table{display:block;overflow-x:auto;white-space:nowrap}.rc-grid{grid-template-columns:1fr 1fr}.periodbar .row{flex-direction:row}}.rc-table{border-collapse:collapse;font-size:13px;width:100%}.rc-table th,.rc-table td{border:1px solid #dde3ea;padding:4px 8px}.rc-table thead th{background:#f0f4f8;position:sticky;top:0;white-space:nowrap}.rc-table tbody tr:nth-child(2n){background:#fafbfc}.rc-table tbody tr:hover{background:#eef6ff}.layout{display:flex;gap:14px;align-items:stretch;flex:1;min-height:0}.sidebar{width:190px;flex-shrink:0;display:flex;flex-direction:column;gap:4px;overflow-y:auto}.sidebar button{text-align:left;width:100%;background:none;border:none;padding:7px 10px;border-radius:8px;cursor:pointer;font-size:13.5px;color:#1a2433}.sidebar button:hover{background:#eef3f8}.sidebar button.on{background:#1f4e78;color:#fff;font-weight:600}.side-group{font-size:11.5px;color:#7a8699;margin:10px 4px 2px;text-transform:none}.content{flex:1;min-width:0}@media (max-width: 760px){.layout{flex-direction:column}.sidebar{width:100%;flex-direction:row;flex-wrap:wrap;position:static}.sidebar button{width:auto}.side-group{width:100%;margin:6px 4px 0}}.sidebar button.sub{padding-left:28px;font-size:12.5px;color:#46536a}.sidebar button.sub.on{color:#fff}.content{background:#fff;border:1px solid #e2e7ee;border-radius:14px;padding:14px 16px;overflow-y:auto;min-height:0}.content .card{border:1px solid #e8edf3;box-shadow:none}.content{overflow:auto}.content table thead th{position:sticky;top:-15px;background:#f0f4f8;z-index:5;box-shadow:0 1px 0 var(--line)}.rc-table th:first-child,.rc-table td:first-child{position:sticky;left:-17px;z-index:4;background:#fff;box-shadow:1px 0 0 var(--line)}.rc-table thead th:first-child{z-index:6;background:#f0f4f8}.rc-table tbody tr:nth-child(2n) td:first-child{background:#fafbfc}.rc-table tbody tr:hover td:first-child{background:#eef6ff}.content:has(.table-scroll){overflow:hidden;display:flex;flex-direction:column}.content:has(.table-scroll)>*{flex:1 1 auto;min-height:0}div:has(>.table-scroll){display:flex;flex-direction:column;min-height:0}div:has(>.table-scroll)>*{flex:0 0 auto}.table-scroll{flex:1 1 auto!important;min-height:0;overflow:auto;margin-top:8px;border:1px solid #e8edf3;border-radius:10px}.table-scroll table{margin-top:0!important}.table-scroll table thead th{top:0}.table-scroll .rc-table th:first-child,.table-scroll .rc-table td:first-child{left:0}th .colf{border:none;background:none;cursor:pointer;padding:0 2px;font-size:11px;color:#8a97ab;line-height:1}th .colf.active{color:#1f4e78;font-weight:700;text-shadow:0 0 1px #1f4e78}.colf-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:49}.colf-pop{position:fixed;z-index:50;background:#fff;border:1px solid #cdd6e1;border-radius:8px;box-shadow:0 6px 18px #00000026;padding:8px;width:230px;max-height:320px;display:flex;flex-direction:column;font-weight:400;text-align:left}.colf-pop input[type=text],.colf-pop>input{width:100%;box-sizing:border-box}.colf-pop .vals{overflow:auto;flex:1;margin-top:6px}.colf-pop .vals label{display:flex;gap:6px;font-size:12.5px;padding:2px;align-items:center;cursor:pointer}.content>.periodbar{position:sticky;top:-15px;z-index:20;box-shadow:0 2px 6px #0000000f}.chk-item{border-bottom:1px solid #eef1f5}.chk-head{display:flex;align-items:center;gap:8px;padding:9px 4px;cursor:pointer;-webkit-user-select:none;user-select:none}.chk-head:hover{background:#f6f9fc}.chk-arrow{color:#8a97ab;width:14px;flex-shrink:0}.chk-files{margin:0 0 10px 26px;padding:8px 12px;background:#f8fafc;border:1px solid #edf1f6;border-radius:8px;list-style:none}.chk-files li{font-size:12.5px;line-height:1.9;word-break:break-all}.chk-files li:before{content:"📄 "}.pill.err{background:#fbe9e7;color:var(--bad)}.side-sec{background:#fff;border:1px solid #e2e7ee;border-radius:12px;padding:8px;margin-bottom:4px}.side-sec .side-group{margin:2px 4px 8px;padding-bottom:6px;border-bottom:1px solid #eef1f5;font-weight:700;color:#1f4e78;font-size:12px}.dm-cal{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-top:8px;max-width:560px}.dm-cal.big{max-width:100%}.dm-h{text-align:center;font-size:11px;color:#7a8699;padding:2px}.dm-day{background:#fff;border:1px solid #dfe5ec;border-radius:8px;padding:4px 6px;text-align:left;cursor:pointer;color:#1c2733;min-height:44px;font-size:12px}.dm-day.sel{outline:2px solid var(--brand)}.dm-day.big{min-height:74px;cursor:default;position:relative}.dm-mini{display:block;font-size:10.5px;color:#66707c}.dm-lab{font-size:11.5px;margin-top:2px}.dm-day.dm-work{background:#e5f3ea;border-color:#bfe3cd}.dm-day.dm-idle{background:#fff3e0;border-color:#ffcf86}.dm-day.dm-leave{background:#fdf3dd;border-color:#eed9a0}.dm-day.dm-absent{background:#fbe9e7;border-color:#f3b6ae}.dm-day.dm-free{background:#f6f8fa}.dm-pill{border-radius:12px;padding:2px 10px;font-size:12px;font-weight:600}.dm-pill.dm-work{background:#e5f3ea;color:var(--ok)}.dm-pill.dm-idle{background:#fff3e0;color:#b45f06}.dm-pill.dm-leave{background:#fdf3dd;color:var(--warn)}.dm-pill.dm-absent{background:#fbe9e7;color:var(--bad)}.dm-pill.dm-free{background:#eef1f4;color:#66707c}.dm-picker{display:inline-flex;gap:4px;flex-wrap:wrap}.dm-picker button{padding:3px 9px;font-size:12px}.dm-edit{position:absolute;right:4px;top:4px;background:transparent;color:#8a97ab;border:none;padding:0 3px;font-size:12px}.dm-day.dm-cont,.dm-pill.dm-cont{background:#e3edfb;border-color:#b9d0f2;color:#2b5aa0}.dm-day.dm-maybe{background:repeating-linear-gradient(45deg,#f6f8fa,#f6f8fa 6px,#e9f1fb 6px,#e9f1fb 12px);border-color:#c8d8ec}.dm-pill.dm-maybe{background:#e9f1fb;color:#2b5aa0}.dm-split{display:grid;grid-template-columns:minmax(300px,440px) 1fr;gap:14px;align-items:start}.dm-work{min-width:0}@media (max-width: 900px){.dm-split{grid-template-columns:1fr}}.content>.periodbar{flex-shrink:0}.content>.card,.content>div{flex-shrink:0}.content>div:has(>.table-scroll){flex-shrink:1}.dm-b{padding:2px 8px;font-size:11.5px;border-radius:7px;border:1px solid transparent}.dm-b.b-idle{background:#fff3e0;color:#b45f06;border-color:#ffcf86}.dm-b.b-leave{background:#f0e6fa;color:#7c3aad;border-color:#d9c2ef}.dm-b.b-absent{background:#fbe9e7;color:#c0392b;border-color:#f3b6ae}.dm-b.b-cont{background:#e3edfb;color:#2b5aa0;border-color:#b9d0f2}.dm-b.cur{outline:2px solid currentColor;font-weight:700}.dm-lab.big{font-size:14.5px;font-weight:700;text-align:center;margin-top:6px}.dm-day.dm-leave{background:#f0e6fa;border-color:#d9c2ef}.dm-pill.dm-leave{background:#f0e6fa;color:#7c3aad}.dm-day.big{min-height:84px}html,body{overscroll-behavior-x:none}.table-scroll,.content{overscroll-behavior-x:contain}.dm-b.sm{padding:0 4px;font-size:10px;border-radius:5px}.fc-b{padding:2px 7px;font-size:11.5px;white-space:nowrap}.brandbar{display:flex;align-items:center;gap:10px}.brandbar.login{position:fixed;top:0;left:0;right:0;z-index:30;justify-content:space-between;padding:12px 22px;box-sizing:border-box}.brand-messi{height:30px;width:auto}.brand-co{height:34px;width:auto}.brandbar h1{margin:0}@media (max-width: 700px){.brand-messi{height:22px}.brand-co{height:26px}.brandbar h1{font-size:17px}}.dm-b.b-sick{background:#e0f2f1;color:#00695c;border-color:#9fd6d0}.dm-day.dm-sick{background:#e0f2f1;border-color:#9fd6d0}.dm-pill.dm-sick{background:#e0f2f1;color:#00695c}
