:root{--accent:#1f4e5f;--accent-light:#eaf1f3;--grey:#595959}*{box-sizing:border-box}body{color:#1a1a1a;background:#f6f8f9;margin:0;font-family:-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}header{background:var(--accent);color:#fff;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}header h1{margin:0;font-size:20px}header p{opacity:.85;margin:4px 0 0;font-size:13px}main{max-width:1100px;margin:0 auto;padding:20px}.card{background:#fff;border-radius:10px;margin-bottom:16px;padding:16px 20px;box-shadow:0 1px 3px #00000014}.card h2{color:var(--accent);margin:0 0 12px;font-size:16px}button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:8px 14px;font-size:13px}button:hover{opacity:.9}button.secondary{color:#333;background:#e0e6e8}button.danger{background:#b23b3b}button:disabled{opacity:.5;cursor:not-allowed}table{border-collapse:collapse;width:100%;font-size:13px}th,td{text-align:left;border-bottom:1px solid #eee;padding:6px 8px}th{color:var(--grey);font-weight:600}.cat-HOLIDAY{color:#b23b3b;font-weight:600}.cat-WEEKEND{color:#b2822f;font-weight:600}.cat-ON_CALL{color:#3b6db2}.status-CANCELLED{color:#999;text-decoration:line-through}.bar-row{align-items:center;gap:8px;margin-bottom:6px;display:flex}.bar-label{width:110px;font-size:12px}.bar-track{background:var(--accent-light);border-radius:4px;flex:1;height:16px;position:relative}.bar-fill{background:var(--accent);border-radius:4px;height:100%}.bar-value{color:var(--grey);text-align:right;width:24px;font-size:11px}.muted{color:var(--grey);font-size:12px}.flex-gap{flex-wrap:wrap;align-items:center;gap:8px;display:flex}select,input[type=number],input[type=text],input[type=password]{border:1px solid #ccc;border-radius:6px;padding:6px 8px;font-size:13px}.pill{background:var(--accent-light);color:var(--accent);border-radius:12px;margin-left:8px;padding:2px 10px;font-size:12px;display:inline-block}.status-pill{border-radius:12px;padding:2px 10px;font-size:12px;font-weight:600;display:inline-block}.status-DRAFT{color:#666;background:#eee}.status-UNDER_REVIEW{color:#8a6d00;background:#fff3cd}.status-PUBLISHED{color:#1e6b30;background:#d4edda}.status-AMENDED{color:#1f4e5f;background:#d6e4f0}.status-ARCHIVED{color:#555;background:#e2e2e2}.log-item{border-left:3px solid var(--accent);background:#fafcfc;margin-bottom:6px;padding:6px 10px;font-size:12px}.log-pending{background:#fffaf0;border-left-color:#b2822f}.login-box{max-width:360px;margin:80px auto}.login-box input{width:100%;margin-bottom:10px}.hint{color:var(--grey);margin-top:10px;font-size:11px}.error-text{color:#b23b3b;margin-top:8px}
