:root{--color-bg: #f8fafc;--color-surface: #ffffff;--color-surface-elevated: #ffffff;--color-border: #e2e8f0;--color-text: #1e293b;--color-text-muted: #64748b;--color-primary: #3b82f6;--color-primary-hover: #2563eb;--color-link: #2563eb;--color-link-hover: #1d4ed8;--color-success: #22c55e;--color-warning: #f59e0b;--color-danger: #ef4444;--color-hard-booked: #3b82f6;--color-soft-booked: #8b5cf6;--color-proposed: #f59e0b;--color-unfilled: #94a3b8;--color-time-off: #64748b;--color-vacation: #10b981;--color-sick: #f43f5e;--color-personal: #8b5cf6;--color-holiday: #a855f7;--color-severity-low: #22c55e;--color-severity-medium: #f59e0b;--color-severity-high: #ef4444;--color-severity-critical: #dc2626;--color-prob-high: #16a34a;--color-prob-good: #65a30d;--color-prob-medium: #eab308;--color-prob-low: #a1977a;--color-prob-unlikely: #78716c;--color-overdue: #ef4444;--color-due-today: #facc15;--color-pending: #4ade80;--color-alloc-emergency: #991b1b;--color-alloc-critical: #dc2626;--color-alloc-low: #f59e0b;--color-alloc-moderate: #eab308;--color-alloc-good: #84cc16;--color-alloc-optimal: #22c55e;--color-alloc-overbooked: #7f1d1d;--color-danger-button: #dc2626;--color-danger-button-hover: #b91c1c;--badge-hard-bg: #dbeafe;--badge-hard-text: #1d4ed8;--badge-soft-bg: #ede9fe;--badge-soft-text: #6d28d9;--badge-proposal-bg: #fef3c7;--badge-proposal-text: #b45309;--badge-unfilled-bg: #f1f5f9;--badge-unfilled-text: #475569;--badge-active-bg: #dcfce7;--badge-active-text: #166534;--badge-inactive-bg: #f1f5f9;--badge-inactive-text: #64748b;--alert-warning-bg: #fef3c7;--alert-warning-border: #f59e0b;--alert-warning-text: #92400e;--alert-danger-bg: #fee2e2;--alert-danger-border: #ef4444;--alert-danger-text: #991b1b;--alert-info-bg: #dbeafe;--alert-info-border: #3b82f6;--alert-info-text: #1e40af;--focus-ring: rgba(59, 130, 246, .1);--color-row-hover: #e0f2fe;--sidebar-width: 220px;--header-height: 56px}[data-theme=dark]{--color-bg: #0f172a;--color-surface: #1e293b;--color-surface-elevated: #334155;--color-border: #334155;--color-text: #f1f5f9;--color-text-muted: #94a3b8;--color-primary: #60a5fa;--color-primary-hover: #93c5fd;--color-link: #93c5fd;--color-link-hover: #bfdbfe;--color-success: #4ade80;--color-warning: #fbbf24;--color-danger: #f87171;--color-hard-booked: #60a5fa;--color-soft-booked: #a78bfa;--color-proposed: #fbbf24;--color-unfilled: #64748b;--color-time-off: #94a3b8;--color-vacation: #34d399;--color-sick: #fb7185;--color-personal: #a78bfa;--color-holiday: #c084fc;--color-severity-low: #4ade80;--color-severity-medium: #fbbf24;--color-severity-high: #f87171;--color-severity-critical: #ef4444;--color-prob-high: #22c55e;--color-prob-good: #84cc16;--color-prob-medium: #facc15;--color-prob-low: #d6d3d1;--color-prob-unlikely: #a8a29e;--color-overdue: #f87171;--color-due-today: #fde047;--color-pending: #86efac;--color-alloc-emergency: #b91c1c;--color-alloc-critical: #ef4444;--color-alloc-low: #fbbf24;--color-alloc-moderate: #facc15;--color-alloc-good: #a3e635;--color-alloc-optimal: #4ade80;--color-alloc-overbooked: #991b1b;--color-danger-button: #ef4444;--color-danger-button-hover: #dc2626;--badge-hard-bg: #1e3a5f;--badge-hard-text: #93c5fd;--badge-soft-bg: #2e1065;--badge-soft-text: #c4b5fd;--badge-proposal-bg: #451a03;--badge-proposal-text: #fcd34d;--badge-unfilled-bg: #1e293b;--badge-unfilled-text: #94a3b8;--badge-active-bg: #14532d;--badge-active-text: #86efac;--badge-inactive-bg: #1e293b;--badge-inactive-text: #94a3b8;--alert-warning-bg: #451a03;--alert-warning-border: #b45309;--alert-warning-text: #fcd34d;--alert-danger-bg: #450a0a;--alert-danger-border: #b91c1c;--alert-danger-text: #fca5a5;--alert-info-bg: #1e3a5f;--alert-info-border: #2563eb;--alert-info-text: #93c5fd;--focus-ring: rgba(96, 165, 250, .2);--color-row-hover: #1e3a5f}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5;color:var(--color-text);background:var(--color-bg)}a{color:var(--color-link);text-decoration:none}a:hover{color:var(--color-link-hover);text-decoration:underline}.app-layout{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-width);background:var(--color-surface);border-right:1px solid var(--color-border);display:flex;flex-direction:column;position:fixed;height:100vh;overflow-y:auto;z-index:50}.sidebar-header{padding:16px;border-bottom:1px solid var(--color-border)}.sidebar-header h1{font-size:16px;font-weight:600;color:var(--color-text)}.sidebar-header p{font-size:12px;color:var(--color-text-muted);margin-top:2px}.sidebar-nav{padding:12px 8px;flex:1}.nav-section{margin-bottom:16px}.nav-section-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);padding:8px 12px 4px}.nav-link{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:6px;color:var(--color-text);text-decoration:none;font-size:14px;transition:background-color .15s}.nav-link:hover{color:var(--color-text);background:var(--color-bg);text-decoration:none}.nav-link.active{background:var(--color-primary);color:#fff}.nav-link svg{width:18px;height:18px;opacity:.7}.nav-link.active svg{opacity:1}.main-content{margin-left:var(--sidebar-width);flex:1;padding:24px;min-height:100vh;overflow-x:hidden}.page-header{margin-bottom:24px}.page-header h2{font-size:24px;font-weight:600;color:var(--color-text)}.page-header p{color:var(--color-text-muted);margin-top:4px}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;padding:20px}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.card-title{font-size:16px;font-weight:600}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.stat-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;padding:20px}.stat-value{font-size:32px;font-weight:700;color:var(--color-text)}.stat-label{font-size:13px;color:var(--color-text-muted);margin-top:4px}.stat-card.warning .stat-value{color:var(--color-warning)}.stat-card.danger .stat-value{color:var(--color-danger)}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:12px;text-align:left;border-bottom:1px solid var(--color-border)}.data-table th{font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);background:var(--color-bg);height:44px;vertical-align:middle}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500}.badge-hard{background:var(--badge-hard-bg);color:var(--badge-hard-text)}.badge-soft{background:var(--badge-soft-bg);color:var(--badge-soft-text)}.badge-proposal{background:var(--badge-proposal-bg);color:var(--badge-proposal-text)}.badge-unfilled{background:var(--badge-unfilled-bg);color:var(--badge-unfilled-text)}.badge-active{background:var(--badge-active-bg);color:var(--badge-active-text)}.badge-inactive{background:var(--badge-inactive-bg);color:var(--badge-inactive-text)}.badge-danger{background:var(--alert-danger-bg);color:var(--alert-danger-text)}.badge-warning{background:var(--alert-warning-bg);color:var(--alert-warning-text)}.badge-info{background:var(--alert-info-bg);color:var(--alert-info-text)}.badge-critical{background:var(--color-severity-critical);color:#fff;font-weight:600}.badge-muted{background:var(--color-bg);color:var(--color-text-muted)}.badge-signed{background:var(--badge-hard-bg);color:var(--badge-hard-text)}.badge-negotiation{background:var(--badge-proposal-bg);color:var(--badge-proposal-text)}.badge-qualified{background:var(--badge-soft-bg);color:var(--badge-soft-text)}.badge-lead{background:var(--badge-inactive-bg);color:var(--badge-inactive-text)}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;border:none;cursor:pointer;transition:all .15s}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-hover)}.btn-secondary{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.btn-secondary:hover{background:var(--color-bg)}.btn-danger{background:var(--color-danger-button);color:#fff;border:1px solid var(--color-danger-button)}.btn-danger:hover{background:var(--color-danger-button-hover);border-color:var(--color-danger-button-hover)}.btn-sm{padding:4px 10px;font-size:13px}.form-group{margin-bottom:16px}.form-label{display:block;font-size:13px;font-weight:500;margin-bottom:6px;color:var(--color-text)}.form-input,.form-select{width:100%;padding:8px 12px;border:1px solid var(--color-border);border-radius:6px;font-size:14px;transition:border-color .15s}.form-input:focus,.form-select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px var(--focus-ring)}.form-input,.form-select{background:var(--color-surface);color:var(--color-text)}.alert{padding:12px 16px;border-radius:6px;margin-bottom:16px}.alert-warning{background:var(--alert-warning-bg);border:1px solid var(--alert-warning-border);color:var(--alert-warning-text)}.alert-danger{background:var(--alert-danger-bg);border:1px solid var(--alert-danger-border);color:var(--alert-danger-text)}.alert-info{background:var(--alert-info-bg);border:1px solid var(--alert-info-border);color:var(--alert-info-text)}.header-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;border-radius:12px;font-size:12px;font-weight:600}.header-badge.danger{background:var(--alert-danger-bg);color:var(--alert-danger-text)}.header-badge.warning{background:var(--alert-warning-bg);color:var(--alert-warning-text)}.header-badge.info{background:var(--alert-info-bg);color:var(--alert-info-text)}.card-info{border-color:var(--alert-info-border)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:var(--color-surface);border-radius:12px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-header{padding:16px 20px;border-bottom:1px solid var(--color-border);display:flex;justify-content:space-between;align-items:center}.modal-title{font-size:18px;font-weight:600}.modal-body{padding:20px}.modal-footer{padding:16px 20px;border-top:1px solid var(--color-border);display:flex;justify-content:flex-end;gap:12px}.gantt-container{overflow-x:auto;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px}.gantt-row{display:flex;border-bottom:1px solid var(--color-border);min-height:40px}.gantt-row:last-child{border-bottom:none}.gantt-label{width:200px;min-width:200px;padding:8px 12px;border-right:1px solid var(--color-border);background:var(--color-bg);font-weight:500;display:flex;align-items:center}.gantt-timeline{flex:1;position:relative;min-height:40px}.gantt-bar{position:absolute;height:28px;top:6px;border-radius:4px;cursor:pointer;display:flex;align-items:center;padding:0 8px;font-size:12px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gantt-bar.hard_booked{background:var(--color-hard-booked)}.gantt-bar.soft_booked{background:var(--color-soft-booked)}.gantt-bar.proposed{background:var(--color-proposed)}.gantt-bar.unfilled{background:var(--color-unfilled);border:2px dashed var(--color-text-muted)}.gantt-bar:hover{filter:brightness(1.1)}.utilization-bar{height:8px;background:var(--color-border);border-radius:4px;overflow:hidden}.utilization-fill{height:100%;border-radius:4px;transition:width .3s}.utilization-fill.low{background:var(--color-success)}.utilization-fill.medium{background:var(--color-warning)}.utilization-fill.high{background:var(--color-danger)}.filters-bar{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}.filter-group{display:flex;align-items:center;gap:8px}.filter-group label{font-size:13px;color:var(--color-text-muted)}.filter-group select{padding:6px 10px;border:1px solid var(--color-border);border-radius:6px;font-size:13px}.empty-state{text-align:center;padding:48px 24px;color:var(--color-text-muted)}.empty-state h3{font-size:16px;font-weight:600;color:var(--color-text);margin-bottom:8px}.theme-transitioning,.theme-transitioning *,.theme-transitioning *:before,.theme-transitioning *:after{transition:background-color .2s ease,border-color .2s ease,color .2s ease!important}.theme-toggle{display:flex;align-items:center;gap:8px;padding:8px 12px;border:none;background:transparent;color:var(--color-text-muted);font-size:13px;cursor:pointer;border-radius:6px;width:100%;transition:background-color .15s,color .15s}.theme-toggle:hover{background:var(--color-bg);color:var(--color-text)}.theme-toggle svg{width:16px;height:16px}.sidebar-footer{padding:12px 8px;border-top:1px solid var(--color-border);display:flex;justify-content:space-between;align-items:center}.sidebar-footer .version{font-size:11px;color:var(--color-text-muted)}
