:root{--accent: #2F5D50;--ink: #20241F;--bg: #FAFAF7;--line: #E3E1D8;--muted: #6B6F63;--cell-green: #DCE6C8}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:-apple-system,Segoe UI,Noto Sans Thai,sans-serif}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:6px;border:none;background:var(--accent);color:#fff;font-size:15px;font-weight:500}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-outline{background:#fff;color:var(--accent);border:1px solid var(--accent)}.btn-text{background:none;border:none;color:var(--muted);font-size:13px}.icon-btn{background:none;border:none;padding:4px;border-radius:4px;display:inline-flex;align-items:center}.icon-btn:hover{background:#0000000d}.input{width:100%;font-size:15px;border:1px solid #D8DAD3;border-radius:6px;padding:8px 10px}.card{background:#fff;border:1px solid var(--line);border-radius:8px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:flex-start;justify-content:center;padding:16px;overflow-y:auto;z-index:50}.modal{background:#fff;border-radius:8px;width:100%;max-width:480px;max-height:85vh;overflow-y:auto;margin:24px 0}.modal-wide{max-width:860px}.modal-3col{max-width:1100px}.modal-full{max-width:96vw}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid var(--line)}.day-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.day-cell{min-height:92px;text-align:left;border-radius:6px;padding:6px;border:1px solid var(--line);background:#fff}.day-cell:hover{border-color:#0003}.pill{font-size:11px;line-height:1.2;padding:2px 4px;border-radius:3px;color:#fff;background:var(--accent);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}table.report-table{border-collapse:collapse;width:100%;font-size:12px}table.report-table th,table.report-table td{border:1px solid var(--ink);padding:4px}table.report-table thead{background:#f0efe9}.app-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:12px 24px;border-bottom:1px solid var(--line);gap:8px}.app-header-user{display:flex;align-items:center;gap:8px;min-width:0}.app-header-username{font-size:15px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.app-header-brand{display:flex;align-items:center;gap:8px;justify-content:center;min-width:0}.app-header-brandname{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.app-header-nav{display:flex;align-items:center;gap:8px;justify-content:flex-end;min-width:0}.app-header-month{font-size:15px;font-weight:500;width:130px;text-align:center;white-space:nowrap;flex-shrink:0}.app-header-logout{display:flex;align-items:center;gap:4px;font-size:13px;color:var(--muted);background:none;border:none;white-space:nowrap;flex-shrink:0}@media (max-width: 820px){.app-header{grid-template-columns:auto 1fr auto;padding:8px 10px}.app-header-username{max-width:72px;font-size:12px}.app-header-brandname{display:none}.app-header-month{width:auto;min-width:64px;font-size:12px}.app-header-logout-label{display:none}}.icon-action{width:38px;height:38px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid #D8DAD3;flex-shrink:0}.icon-action:hover{background:#0000000a}table.report-table-roomy td,table.report-table-roomy th{padding:3px 5px}@media print{table.report-table-roomy td,table.report-table-roomy th{padding:2px 5px;font-size:10px}table.daily-table tbody tr{height:15px}table.daily-table td,table.daily-table th{padding:1px 4px;line-height:1.15;font-size:9px}}.dropdown-menu{position:absolute;right:0;top:calc(100% + 6px);z-index:50;min-width:220px;padding:6px;box-shadow:0 8px 24px #0000001f}.dropdown-item{display:block;width:100%;text-align:left;padding:8px 10px;border-radius:6px;background:none;border:none;font-size:14px;color:var(--ink)}.dropdown-item:hover{background:#0000000d}.dropdown-divider{border-top:1px solid var(--line);margin:4px 2px}@media print{.no-print{display:none!important}.app-shell{height:auto!important;overflow:visible!important}.modal-overlay{position:static!important;background:#fff!important;padding:0!important;display:block!important}.modal{max-width:none!important;max-height:none!important;overflow:visible!important;margin:0!important;box-shadow:none!important;border:none!important}}
