:root{--color-bg: #f5f6f8;--color-surface: #ffffff;--color-border: #e2e5ea;--color-text: #1a1d23;--color-text-muted: #6b7280;--color-primary: #2563eb;--color-primary-hover: #1d4ed8;--color-danger: #dc2626;--color-success: #16a34a;--color-sensitive-bg: #fff7ed;--radius: 8px;--shadow: 0 1px 2px rgba(0, 0, 0, .06), 0 1px 3px rgba(0, 0, 0, .08)}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:var(--color-bg);color:var(--color-text);font-size:14px}button,input,select,textarea{font-family:inherit;font-size:inherit}input,select,textarea{font-size:16px}a{color:var(--color-primary)}.app-shell{display:flex;height:100vh;overflow:hidden}.sidebar{position:relative;width:220px;flex-shrink:0;background:var(--color-surface);border-right:1px solid var(--color-border);display:flex;flex-direction:column;padding:16px 0;overflow:visible;transition:width .15s ease}.sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 12px 16px 20px;border-bottom:1px solid var(--color-border);margin-bottom:12px}.sidebar-brand{font-weight:700;font-size:16px}.sidebar nav{display:flex;flex-direction:column;gap:2px;flex:1;overflow-y:auto}.sidebar-section-title{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--color-primary);padding:16px 20px 6px 16px}.sidebar-section-title:first-child{padding-top:4px}.sidebar nav a{display:flex;align-items:center;gap:10px;padding:10px 20px 10px 32px;color:var(--color-text);text-decoration:none;border-left:3px solid transparent}.sidebar-nav-icon{font-size:14px;width:18px;text-align:center;flex-shrink:0}.sidebar nav a.active{background:#eff4ff;border-left-color:var(--color-primary);color:var(--color-primary);font-weight:600}.sidebar nav a:hover:not(.active){background:#f9fafb}.main-area{flex:1;display:flex;flex-direction:column;min-width:0;height:100%;overflow:hidden}.topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;background:var(--color-surface);border-bottom:1px solid var(--color-border)}.topbar-right{display:flex;align-items:center;gap:16px}.content{padding:24px;flex:1;overflow-y:auto}.sidebar-toggle,.sidebar-overlay,.sidebar-collapse-toggle{display:none}@media (min-width: 861px){.sidebar-collapse-toggle{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;border-radius:50%;background:var(--color-primary);border:none;color:#fff;cursor:pointer;font-size:15px;font-weight:700;line-height:1;padding:0;box-shadow:0 1px 3px #00000040}.sidebar-collapse-toggle:hover{background:#1d4ed8}.sidebar.sidebar-collapsed{width:64px}.sidebar-collapsed .sidebar-brand,.sidebar-collapsed .sidebar-section-title,.sidebar-collapsed .sidebar-nav-label{display:none}.sidebar-collapsed .sidebar-header{justify-content:center;padding-left:12px}.sidebar-collapsed nav a{justify-content:center;padding:12px 0;gap:0}}@media (max-width: 860px){.sidebar-toggle{display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1;padding:6px 10px}.sidebar{position:fixed;top:0;left:0;bottom:0;z-index:41;transform:translate(-100%);transition:transform .2s ease;box-shadow:2px 0 12px #00000026}.sidebar.sidebar-open{transform:translate(0)}.sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:40}.topbar{padding:12px 16px;gap:8px}.content{padding:16px}}select,input[type=text],input[type=email],input[type=password],input[type=number],input[type=date]{padding:7px 10px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);color:var(--color-text)}.btn{padding:8px 14px;border-radius:var(--radius);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);cursor:pointer;font-weight:500}.btn:hover{background:#f3f4f6}.btn-primary{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.btn-primary:hover{background:var(--color-primary-hover)}.btn-group{display:inline-flex}.btn-group .btn{border-radius:0;margin-left:-1px}.btn-group .btn:first-child{border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius);margin-left:0}.btn-group .btn:last-child{border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius)}.btn-danger{color:var(--color-danger);border-color:var(--color-danger);background:transparent}.btn-danger:hover{background:#fef2f2}.btn:disabled{opacity:.5;cursor:not-allowed}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}.card+.card{margin-top:16px}.grid{display:grid;gap:16px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}@media (max-width: 860px){.grid-2,.grid-3{grid-template-columns:1fr}}table{width:100%;border-collapse:collapse;background:var(--color-surface)}th,td{text-align:left;padding:10px 12px;border-bottom:1px solid var(--color-border);white-space:nowrap}th{color:var(--color-text-muted);font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.03em;position:sticky;top:0;background:var(--color-surface)}tr:hover td{background:#fafbfc}.filter-row th{position:static;padding:6px 8px;background:var(--color-bg)}.filter-row th input,.filter-row th select{width:100%;padding:5px 8px;font-size:12px;font-weight:400;text-transform:none;letter-spacing:normal}.sticky-col-handle{position:sticky;left:0;z-index:2;background:var(--color-surface);width:40px;min-width:40px;max-width:40px}.sticky-col-label{position:sticky;left:40px;z-index:2;background:var(--color-surface);border-right:2px solid var(--color-border)}.filter-row th.sticky-col-handle,.filter-row th.sticky-col-label{position:sticky}.table-scroll{overflow-x:auto;overflow-y:auto;max-height:65vh;border:1px solid var(--color-border);border-radius:var(--radius)}.badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:600}.badge-active{background:#dcfce7;color:#166534}.badge-terminated{background:#f3f4f6;color:#6b7280}.badge-sensitive{background:var(--color-sensitive-bg);color:#9a3412}.badge-danger{background:#fee2e2;color:#991b1b}.form-row{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.form-row label{font-size:12px;font-weight:600;color:var(--color-text-muted)}.error-text{color:var(--color-danger);font-size:13px;margin-top:4px}.page-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;row-gap:8px;margin-bottom:20px;position:sticky;top:0;z-index:5;background:var(--color-bg);padding-bottom:8px}.page-header>div:last-child{flex-wrap:wrap}.page-header h1{font-size:20px;margin:0}.muted{color:var(--color-text-muted)}.login-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--color-bg)}.login-box{width:340px}.assistant-toggle{position:fixed;right:24px;bottom:24px;z-index:40;width:52px;height:52px;border-radius:50%;border:1px solid var(--color-border);background:var(--color-primary);color:#fff;font-size:20px;box-shadow:var(--shadow);cursor:pointer}.assistant-toggle:hover{background:var(--color-primary-hover)}.assistant-panel{position:fixed;top:0;right:0;bottom:0;width:380px;max-width:100vw;background:var(--color-surface);border-left:1px solid var(--color-border);box-shadow:-2px 0 8px #00000014;display:flex;flex-direction:column;z-index:39}.assistant-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--color-border)}.assistant-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px}.assistant-bubble{padding:8px 12px;border-radius:var(--radius);max-width:90%;white-space:pre-wrap;font-size:13px}.assistant-bubble-user{align-self:flex-end;background:var(--color-primary);color:#fff}.assistant-bubble-assistant{align-self:flex-start;background:var(--color-bg);border:1px solid var(--color-border)}.assistant-proposal{align-self:stretch;background:var(--color-sensitive-bg);border:1px solid #fed7aa;border-radius:var(--radius);padding:12px;font-size:13px}.assistant-input{display:flex;gap:8px;padding:12px;border-top:1px solid var(--color-border)}.assistant-input textarea{flex:1;resize:none;padding:8px 10px;border:1px solid var(--color-border);border-radius:var(--radius);font-family:inherit}.shift-chip{display:flex;flex-direction:column;padding:11px 14px 13px;border-radius:6px;font-size:15px;font-weight:600;margin-bottom:8px;white-space:nowrap}.shift-chip-draft{background:var(--color-bg);border:1px dashed var(--color-border);color:var(--color-text-muted)}.shift-chip-published{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.shift-chip-remove{background:none;border:none;cursor:pointer;color:inherit;font-size:17px;line-height:1;padding:0 0 0 8px}.shift-add-btn{font-size:13px;padding:7px 14px}.shifts-table th,.shifts-table td{font-size:15px;padding:14px 12px}.shifts-table .muted{font-size:13px}.shifts-scroll{overflow-x:auto}.shifts-table th{position:static}.shifts-table .shifts-header-row th{background:var(--color-bg);color:var(--color-text)}.portal-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--color-bg)}.portal-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--color-surface);border-bottom:1px solid var(--color-border)}.portal-nav{display:flex;flex-wrap:wrap;gap:4px;padding:8px 16px;background:var(--color-surface);border-bottom:1px solid var(--color-border)}.portal-nav a{padding:8px 14px;border-radius:var(--radius);color:var(--color-text);text-decoration:none;font-weight:500}.portal-nav a.active{background:#eff4ff;color:var(--color-primary)}.portal-content{flex:1;padding:16px;max-width:480px;width:100%;margin:0 auto;box-sizing:border-box}.clock-button{width:180px;height:180px;border-radius:50%;border:none;color:#fff;font-size:18px;font-weight:700;cursor:pointer;box-shadow:var(--shadow)}.clock-button-in{background:var(--color-success)}.clock-button-out{background:var(--color-danger)}.clock-button:disabled{opacity:.6;cursor:not-allowed}.print-sheet{display:none}@media print{*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.sidebar,.topbar,.no-print{display:none!important}.main-area,.content{padding:0;margin:0}.content .card{display:none!important}.print-sheet{display:block!important}}.print-sheet{border:1px solid #99a;color:#1f2937;font-size:11px;-webkit-print-color-adjust:exact;print-color-adjust:exact}.print-sheet-header{background:#1f3864;color:#fff;text-align:center;padding:8px;font-weight:700;font-size:15px;letter-spacing:.5px}.print-sheet-name{text-align:center;color:#1f3864;font-weight:700;padding:6px;font-size:13px;border-bottom:2px solid #1f3864}.print-sheet-section-title{background:#dce6f1;font-weight:700;padding:4px 8px;font-size:11px;border-top:1px solid #99a;text-transform:uppercase}.print-sheet-section-title.hr-notes{background:#f4cccc}.print-sheet-grid{display:grid;grid-template-columns:1fr 1fr;gap:3px 16px;padding:6px 8px}.print-sheet-field-label{font-weight:600;color:#444}.print-sheet-interview{padding:6px 8px;border-top:1px dashed #ccc}.print-sheet-interview:first-child{border-top:none}.side-panel-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a59;display:flex;justify-content:flex-end;z-index:100}.side-panel{width:400px;max-width:92vw;height:100vh;background:var(--color-surface);box-shadow:-4px 0 16px #00000026;padding:20px;overflow-y:auto}.side-panel-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--color-border)}
