:root{--bg: #f8fafc;--card: #ffffff;--text: #111827;--text-soft: #374151;--muted: #6b7280;--border: #e5e7eb;--border-strong: #d1d5db;--brand: #1d4ed8;--brand-600: #1e40af;--brand-100: #dbeafe;--sidebar-bg: #1142c7;--sidebar-bg-active: rgba(255, 255, 255, .12);--sidebar-text: rgba(255, 255, 255, .92);--shadow: 0 2px 10px rgba(0, 0, 0, .06);--radius-card: 16px;--radius-control: 10px;--topbar-height: 64px;--sidebar-width: 240px}*{box-sizing:border-box}html,body,#root{min-height:100%;width:100%;max-width:100%;overflow-x:hidden}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:var(--bg)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.app-shell{min-height:100vh;display:flex;width:100%;max-width:100%;overflow-x:hidden;background:var(--bg)}.sidebar{width:var(--sidebar-width);min-width:var(--sidebar-width);background:var(--sidebar-bg);color:#fff;display:flex;flex-direction:column;padding:18px 12px}.sidebar-brand{font-size:22px;font-weight:700;margin-bottom:22px;padding:0 12px;color:#fff}.sidebar-nav{display:flex;flex-direction:column;gap:10px}.sidebar-item{width:100%;text-align:left;border:none;background:transparent;color:var(--sidebar-text);padding:14px 16px;border-radius:14px;font-size:16px;font-weight:600;cursor:default}.sidebar-item.active{background:var(--sidebar-bg-active);color:#fff}.app-main{flex:1;min-width:0;display:grid;grid-template-rows:auto 1fr auto;background:var(--bg);overflow-x:hidden}.topbar{height:var(--topbar-height);display:flex;align-items:center;justify-content:space-between;padding:0 20px;background:#fff;border-bottom:1px solid var(--border)}.brand{font-weight:700;letter-spacing:.2px;color:var(--text)}.topbar nav{display:flex;align-items:center;gap:16px}.topbar nav a{color:var(--text-soft);font-weight:600}.topbar nav a:hover{color:var(--brand)}.container{width:100%;max-width:100%;margin:0;padding:0;overflow-x:hidden}.footer{padding:12px 20px;border-top:1px solid var(--border);color:var(--muted);background:#fff}.jobs-page{padding:20px 24px 28px;background:var(--bg);min-height:calc(100vh - var(--topbar-height));width:100%;max-width:100%;overflow-x:hidden}.jobs-topbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.jobs-topbar-left{display:flex;align-items:center;gap:12px}.jobs-page-title{margin:0;font-size:30px;line-height:1.1;font-weight:700;color:var(--text)}.jobs-topbar-right{display:flex;align-items:center;gap:8px;min-width:0}.jobs-global-search-wrap{width:360px;max-width:100%}.jobs-global-search{width:100%;height:40px;padding:0 14px;border:1px solid var(--border);border-radius:10px;background:#f3f4f6;color:var(--text)}.jobs-global-search::placeholder{color:var(--muted)}.jobs-icon-button,.jobs-user-button,.jobs-secondary-button,.jobs-primary-button,.jobs-icon-text-button,.jobs-number-link{border:1px solid transparent;background:transparent;cursor:pointer}.jobs-icon-button{height:40px;min-width:40px;padding:0 10px;border-radius:10px;border-color:var(--border);background:#fff;color:var(--text-soft)}.jobs-icon-button:disabled{opacity:.45;cursor:not-allowed}.jobs-user-button{display:flex;align-items:center;gap:8px;height:40px;padding:0 10px 0 8px;border-radius:999px;border-color:var(--border);background:#fff;color:var(--text-soft);min-width:0}.jobs-avatar{width:28px;height:28px;border-radius:999px;background:var(--brand);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.jobs-user-name{font-weight:600;white-space:nowrap}.jobs-user-caret{color:var(--muted);font-size:12px}.jobs-tabs{display:flex;align-items:flex-end;gap:4px;border-bottom:1px solid var(--border);margin-bottom:18px;overflow-x:auto}.jobs-tab{border:none;border-bottom:3px solid transparent;background:transparent;color:var(--text-soft);padding:14px 4px;margin-right:22px;font-size:15px;font-weight:500;cursor:pointer;white-space:nowrap}.jobs-tab.active{color:var(--brand);border-bottom-color:var(--brand);font-weight:600}.jobs-toolbar-card,.jobs-table-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow)}.jobs-toolbar-card{padding:16px;margin-bottom:18px;overflow:hidden}.jobs-table-card{overflow:hidden;width:100%;max-width:100%}.jobs-toolbar-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap}.jobs-toolbar-left,.jobs-toolbar-right{display:flex;align-items:center;gap:10px;flex-wrap:wrap;min-width:0}.jobs-toolbar-left{flex:1 1 760px}.jobs-toolbar-right{flex:1 1 280px;justify-content:flex-end}.jobs-search-input,.jobs-select,.jobs-date-input{height:40px;border:1px solid var(--border-strong);border-radius:var(--radius-control);background:#fff;color:var(--text);padding:0 12px;min-width:0}.jobs-search-input{width:180px}.jobs-select{width:150px}.jobs-date-input{width:190px}.jobs-search-input::placeholder,.jobs-date-input::placeholder{color:var(--muted)}.jobs-secondary-button{height:40px;padding:0 14px;border-radius:var(--radius-control);border-color:var(--border);background:#f9fafb;color:var(--text-soft);font-weight:600;white-space:nowrap}.jobs-icon-text-button{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 12px;border-radius:var(--radius-control);border-color:var(--border);background:#fff;color:var(--text-soft);font-weight:600;white-space:nowrap}.jobs-primary-button{height:40px;padding:0 16px;border-radius:var(--radius-control);border-color:var(--brand);background:var(--brand);color:#fff;font-weight:700;white-space:nowrap}.jobs-primary-button:hover{background:var(--brand-600);border-color:var(--brand-600)}.jobs-checkbox{display:inline-flex;align-items:center;gap:8px;color:var(--text-soft);font-size:14px;white-space:nowrap}.jobs-checkbox input{margin:0;width:auto}.jobs-table-wrap{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.jobs-table{width:100%;min-width:1180px;border-collapse:collapse;background:#fff}.jobs-table thead th{position:sticky;top:0;z-index:1;background:#f3f4f6;color:var(--text-soft);font-size:13px;font-weight:700;text-align:left;padding:12px;border-bottom:1px solid var(--border);white-space:nowrap}.jobs-table tbody td{padding:12px;border-bottom:1px solid #eef0f3;color:var(--text);font-size:14px;vertical-align:middle;white-space:nowrap}.jobs-table tbody tr:hover{background:#f8fbff}.jobs-cell-truncate{max-width:150px;overflow:hidden;text-overflow:ellipsis}.jobs-number-link{padding:0;border:none;background:transparent;color:var(--brand);font-weight:700;white-space:nowrap}.jobs-number-link:hover{text-decoration:underline}.jobs-numeric-cell{text-align:right}.jobs-empty-state{text-align:center;color:var(--muted);padding:28px 16px!important}.jobs-status-pill{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700;border:1px solid transparent;white-space:nowrap}.jobs-status-pill.status-booked{background:var(--brand-100);color:var(--brand)}.jobs-status-pill.status-in-progress{background:#fef3c7;color:#92400e}.jobs-status-pill.status-completed{background:#dcfce7;color:#166534}.jobs-status-pill.status-cancelled{background:#e5e7eb;color:#4b5563}.jobs-status-pill.status-overdue{background:#fee2e2;color:#b91c1c}.jobs-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;border-top:1px solid var(--border);background:#fff}.jobs-pagination-left,.jobs-pagination-right{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:14px;min-width:0}.jobs-pagination-right{flex-wrap:wrap;justify-content:flex-end}.jobs-rows-select{height:36px;min-width:74px;padding:0 10px;border:1px solid var(--border-strong);border-radius:8px;background:#fff;color:var(--text)}section,.panel{background:var(--card);border:1px solid var(--border);border-radius:8px;padding:16px;box-shadow:var(--shadow);margin-bottom:16px}.error{color:#a40000;margin-bottom:8px}.success{color:#0f5132;background:#d1e7dd;padding:8px 10px;border-radius:6px}.muted{color:var(--muted)}@media(max-width:1200px){.jobs-global-search-wrap{width:260px}.jobs-search-input{width:160px}.jobs-select{width:140px}.jobs-date-input{width:170px}}@media(max-width:1100px){.jobs-topbar,.jobs-toolbar-row{flex-direction:column;align-items:stretch}.jobs-topbar-right,.jobs-toolbar-right{justify-content:flex-start;flex-wrap:wrap}.jobs-global-search-wrap{width:100%}.jobs-search-input,.jobs-select,.jobs-date-input{width:100%;min-width:0}}@media(max-width:900px){.sidebar{width:200px;min-width:200px}.sidebar-brand{font-size:20px}.sidebar-item{font-size:15px;padding:12px 14px}}@media(max-width:768px){.app-shell{flex-direction:column}.sidebar{width:100%;min-width:100%;padding:12px 16px}.sidebar-nav{flex-direction:row;flex-wrap:wrap}.sidebar-item{width:auto}.jobs-page{padding:18px 16px 24px}.topbar{padding:0 16px}.footer{padding:12px 16px}.jobs-page-title{font-size:28px}.jobs-pagination{flex-direction:column;align-items:flex-start}}
