*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--accent-blue: #6366f1;--accent-blue-hover: #818cf8;--accent-purple: #a855f7;--accent-green: #22c55e;--accent-yellow: #eab308;--accent-red: #ef4444;--accent-orange: #f97316;--critical: #ef4444;--critical-bg: rgba(239, 68, 68, .12);--high: #f97316;--high-bg: rgba(249, 115, 22, .12);--medium: #eab308;--medium-bg: rgba(234, 179, 8, .12);--low: #22c55e;--low-bg: rgba(34, 197, 94, .12);--sidebar-width: 260px;--header-height: 64px;--radius: .5rem;--radius-sm: .25rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-full: 9999px;--transition: .2s ease}[data-theme=dark],:root{--bg-page: #070b14;--text-primary: #eef0f6;--text-secondary: #b0b8cc;--text-muted: #5c6478;--text-accent: #a5b4fc;--border: rgba(255, 255, 255, .08);--border-light: rgba(255, 255, 255, .06);--border-focus: rgba(99, 102, 241, .5);--glass-bg: rgba(255, 255, 255, .03);--glass-bg-strong: rgba(255, 255, 255, .06);--glass-border: rgba(255, 255, 255, .08);--glass-border-hover: rgba(255, 255, 255, .14);--glass-sidebar-bg: rgba(255, 255, 255, .02);--glass-header-bg: rgba(255, 255, 255, .02);--glass-card-bg: rgba(255, 255, 255, .035);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .3);--shadow-md: 0 4px 24px rgba(0, 0, 0, .4);--shadow-lg: 0 12px 48px rgba(0, 0, 0, .5);--glass-hover: rgba(255, 255, 255, .04);--glass-active: rgba(99, 102, 241, .12);--glass-unread: rgba(99, 102, 241, .06);--glass-primary-tint: rgba(99, 102, 241, .1);--glass-user-bubble: rgba(99, 102, 241, .15);--glass-user-border: rgba(99, 102, 241, .25);--glass-elevated: rgba(255, 255, 255, .05);--gradient-blue: linear-gradient(135deg, #6366f1, #818cf8);--gradient-green: linear-gradient(135deg, #22c55e, #06b6d4);--gradient-red: linear-gradient(135deg, #ef4444, #f97316);--gradient-purple: linear-gradient(135deg, #a855f7, #ec4899);--blob-1: rgba(99, 102, 241, .35);--blob-2: rgba(139, 92, 246, .3);--blob-3: rgba(6, 182, 212, .25);--blob-4: rgba(236, 72, 153, .25);--blob-5: rgba(34, 197, 94, .2)}[data-theme=light]{--bg-page: #e8eaf6;--text-primary: #1a1d2e;--text-secondary: #4a4e68;--text-muted: #8890a8;--text-accent: #6366f1;--border: rgba(0, 0, 0, .08);--border-light: rgba(0, 0, 0, .06);--border-focus: rgba(99, 102, 241, .4);--glass-bg: rgba(255, 255, 255, .45);--glass-bg-strong: rgba(255, 255, 255, .65);--glass-border: rgba(255, 255, 255, .6);--glass-border-hover: rgba(255, 255, 255, .8);--glass-sidebar-bg: rgba(255, 255, 255, .5);--glass-header-bg: rgba(255, 255, 255, .55);--glass-card-bg: rgba(255, 255, 255, .5);--shadow-sm: 0 1px 4px rgba(0, 0, 0, .06);--shadow-md: 0 4px 16px rgba(0, 0, 0, .08);--shadow-lg: 0 12px 48px rgba(0, 0, 0, .12);--glass-hover: rgba(0, 0, 0, .03);--glass-active: rgba(99, 102, 241, .08);--glass-unread: rgba(99, 102, 241, .04);--glass-primary-tint: rgba(99, 102, 241, .06);--glass-user-bubble: rgba(99, 102, 241, .08);--glass-user-border: rgba(99, 102, 241, .15);--glass-elevated: rgba(255, 255, 255, .7);--gradient-blue: linear-gradient(135deg, #6366f1, #818cf8);--gradient-green: linear-gradient(135deg, #16a34a, #06b6d4);--gradient-red: linear-gradient(135deg, #dc2626, #f97316);--gradient-purple: linear-gradient(135deg, #9333ea, #ec4899);--blob-1: rgba(99, 102, 241, .18);--blob-2: rgba(139, 92, 246, .15);--blob-3: rgba(6, 182, 212, .12);--blob-4: rgba(236, 72, 153, .12);--blob-5: rgba(34, 197, 94, .1)}.glass{background:var(--glass-card-bg);border:1px solid var(--glass-border);backdrop-filter:blur(24px) saturate(1.4);-webkit-backdrop-filter:blur(24px) saturate(1.4);box-shadow:var(--shadow-sm)}.glass:hover{border-color:var(--glass-border-hover)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-page);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased;overflow:hidden;height:100vh}html{font-size:16px}#root{height:100vh;overflow:hidden;position:relative;z-index:1}a{color:var(--text-accent);text-decoration:none}button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}input,select,textarea{font:inherit;color:inherit}.glass-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.glass-blob{position:absolute;border-radius:50%;filter:blur(100px);opacity:.8}.blob-1{width:600px;height:600px;background:var(--blob-1);top:-10%;left:-5%;animation:drift1 25s ease-in-out infinite alternate}.blob-2{width:500px;height:500px;background:var(--blob-2);top:30%;right:-10%;animation:drift2 30s ease-in-out infinite alternate}.blob-3{width:450px;height:450px;background:var(--blob-3);bottom:-5%;left:30%;animation:drift3 22s ease-in-out infinite alternate}.blob-4{width:350px;height:350px;background:var(--blob-4);top:10%;left:50%;animation:drift4 28s ease-in-out infinite alternate}.blob-5{width:300px;height:300px;background:var(--blob-5);bottom:20%;right:20%;animation:drift5 20s ease-in-out infinite alternate}@keyframes drift1{0%{transform:translate(0) scale(1)}to{transform:translate(80px,60px) scale(1.1)}}@keyframes drift2{0%{transform:translate(0) scale(1)}to{transform:translate(-70px,50px) scale(.9)}}@keyframes drift3{0%{transform:translate(0) scale(1)}to{transform:translate(60px,-40px) scale(1.15)}}@keyframes drift4{0%{transform:translate(0) scale(1)}to{transform:translate(-50px,-60px) scale(.95)}}@keyframes drift5{0%{transform:translate(0) scale(1)}to{transform:translate(40px,30px) scale(1.1)}}.app-layout{display:flex;height:100vh;overflow:hidden;position:relative}.sidebar{width:var(--sidebar-width);background:var(--glass-sidebar-bg);border-right:1px solid var(--glass-border);backdrop-filter:blur(32px) saturate(1.5);-webkit-backdrop-filter:blur(32px) saturate(1.5);display:flex;flex-direction:column;flex-shrink:0;overflow-y:auto;z-index:10}.sidebar-brand{padding:20px 20px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:12px}.sidebar-brand-icon{width:36px;height:36px;border-radius:var(--radius-md);background:var(--gradient-blue);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#fff;flex-shrink:0}.sidebar-brand-text h2{font-family:Geist,Inter,sans-serif;font-size:.95rem;font-weight:700;color:var(--text-primary);letter-spacing:-.02em}.sidebar-brand-text span{font-family:Geist,Inter,sans-serif;font-size:.72rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.sidebar-nav{flex:1;padding:12px 10px;display:flex;flex-direction:column;gap:2px}.sidebar-section-title{font-family:Geist,Inter,sans-serif;font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);padding:12px 12px 6px;font-weight:600}.sidebar-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:0;color:var(--text-secondary);font-size:.88rem;font-weight:500;transition:all var(--transition);position:relative}.sidebar-item:hover{background:var(--glass-hover);color:var(--text-primary)}.sidebar-item.active{background:var(--glass-active);color:var(--accent-blue)}.sidebar-item.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:20px;background:var(--accent-blue);border-radius:0 3px 3px 0}.sidebar-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.sidebar-badge{margin-left:auto;background:var(--critical);color:#fff;font-family:Geist,Inter,sans-serif;font-size:.65rem;font-weight:700;padding:2px 7px;border-radius:var(--radius-full);min-width:20px;text-align:center}.sidebar-company{padding:16px 20px;border-top:1px solid var(--border);display:flex;align-items:center;gap:10px}.sidebar-company-avatar{width:32px;height:32px;border-radius:var(--radius);background:var(--gradient-purple);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;color:#fff}.sidebar-company-info{flex:1;min-width:0}.sidebar-company-name{font-size:.82rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-company-role{font-size:.68rem;color:var(--text-muted)}.main-area{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.header{height:var(--header-height);background:var(--glass-header-bg);border-bottom:1px solid var(--glass-border);backdrop-filter:blur(32px) saturate(1.5);-webkit-backdrop-filter:blur(32px) saturate(1.5);display:flex;align-items:center;padding:0 28px;gap:16px;flex-shrink:0}.header-title{font-family:Geist,Inter,sans-serif;font-size:1.15rem;font-weight:700;color:var(--text-primary);flex:1}.header-actions{display:flex;align-items:center;gap:8px}.header-search{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius);padding:8px 14px 8px 36px;color:var(--text-primary);font-size:.85rem;width:260px;transition:border-color var(--transition);outline:none}.header-search::placeholder{color:var(--text-muted)}.header-search:focus{border-color:var(--border-focus)}.header-search-wrapper{position:relative}.header-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-muted);font-size:.85rem}.header-btn{width:38px;height:38px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:all var(--transition);position:relative;font-size:1.1rem}.header-btn:hover{background:var(--glass-hover);color:var(--text-primary)}.header-btn .notification-dot{position:absolute;top:6px;right:6px;width:8px;height:8px;background:var(--critical);border-radius:50%;border:2px solid var(--bg-page)}.page-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:28px;position:relative;z-index:1}.card{background:var(--glass-card-bg);border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:24px;transition:all var(--transition);box-shadow:var(--shadow-sm);backdrop-filter:blur(24px) saturate(1.4);-webkit-backdrop-filter:blur(24px) saturate(1.4)}.card:hover{border-color:var(--glass-border-hover);box-shadow:var(--shadow-md)}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.card-title{font-family:Geist,Inter,sans-serif;font-size:.92rem;font-weight:600;color:var(--text-primary)}.card-subtitle{font-size:.78rem;color:var(--text-muted);margin-top:2px}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;margin-bottom:24px}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:20px}.wide-grid{display:grid;grid-template-columns:1fr;gap:20px}.kpi-card{background:var(--glass-card-bg);border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:18px;transition:all var(--transition);box-shadow:var(--shadow-sm);backdrop-filter:blur(24px) saturate(1.4);-webkit-backdrop-filter:blur(24px) saturate(1.4)}.kpi-card:hover{border-color:var(--glass-border-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}.kpi-icon{width:38px;height:38px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.1rem;margin-bottom:12px}.kpi-icon.blue{background:var(--glass-primary-tint);color:var(--accent-blue)}.kpi-icon.green{background:#22c55e1a;color:var(--accent-green)}.kpi-icon.red{background:#ef44441a;color:var(--accent-red)}.kpi-icon.yellow{background:#eab3081a;color:var(--accent-yellow)}.kpi-icon.purple{background:#a855f71a;color:var(--accent-purple)}.kpi-icon.orange{background:#f973161a;color:var(--accent-orange)}.kpi-label{font-family:Geist,Inter,sans-serif;font-size:.75rem;color:var(--text-muted);margin-bottom:6px;text-transform:uppercase;letter-spacing:.05em}.kpi-value{font-family:Geist,Inter,sans-serif;font-size:1.5rem;font-weight:700;color:var(--text-primary);letter-spacing:-.02em}.kpi-change{display:inline-flex;align-items:center;gap:3px;font-family:Geist,Inter,sans-serif;font-size:.72rem;font-weight:600;margin-top:6px;padding:2px 8px;border-radius:var(--radius-full)}.kpi-change.positive{background:#22c55e1a;color:var(--low)}.kpi-change.negative{background:#ef44441a;color:var(--critical)}.kpi-change.neutral{background:#eab3081a;color:var(--medium)}.health-circle{position:relative;width:140px;height:140px;margin:0 auto}.health-circle svg{transform:rotate(-90deg)}.health-circle-bg{fill:none;stroke:var(--border);stroke-width:10}.health-circle-fill{fill:none;stroke-width:10;stroke-linecap:round;transition:stroke-dashoffset 1s ease}.health-circle-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.health-circle-value{font-family:Geist,Inter,sans-serif;font-size:2rem;font-weight:800;color:var(--text-primary);line-height:1}.health-circle-label{font-family:Geist,Inter,sans-serif;font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:var(--radius-full);font-family:Geist,Inter,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.02em}.badge.critical{background:var(--critical-bg);color:var(--critical)}.badge.high{background:var(--high-bg);color:var(--high)}.badge.medium{background:var(--medium-bg);color:var(--medium)}.badge.low,.badge.on_track{background:var(--low-bg);color:var(--low)}.badge.at_risk{background:var(--medium-bg);color:var(--medium)}.badge.delayed{background:var(--critical-bg);color:var(--critical)}.badge.completed{background:var(--glass-primary-tint);color:var(--accent-blue)}.badge.improving{background:var(--low-bg);color:var(--low)}.badge.stable{background:var(--glass-primary-tint);color:var(--accent-blue)}.badge.declining{background:var(--critical-bg);color:var(--critical)}.progress-bar{width:100%;height:6px;background:var(--border);border-radius:var(--radius-full);overflow:hidden}.progress-bar-fill{height:100%;border-radius:var(--radius-full);transition:width .6s ease}.progress-bar-fill.green{background:var(--accent-green)}.progress-bar-fill.blue{background:var(--accent-blue)}.progress-bar-fill.yellow{background:var(--accent-yellow)}.progress-bar-fill.red{background:var(--accent-red)}.progress-bar-fill.purple{background:var(--accent-purple)}.risk-card{background:var(--glass-card-bg);border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:18px;transition:all var(--transition);border-left:3px solid transparent;box-shadow:var(--shadow-sm);backdrop-filter:blur(24px) saturate(1.4);-webkit-backdrop-filter:blur(24px) saturate(1.4)}.risk-card.critical{border-left-color:var(--critical)}.risk-card.high{border-left-color:var(--high)}.risk-card.medium{border-left-color:var(--medium)}.risk-card.low{border-left-color:var(--low)}.risk-card:hover{border-color:var(--glass-border-hover);background:#ffffff0d;box-shadow:var(--shadow-md)}.risk-card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:10px}.risk-card-title{font-family:Geist,Inter,sans-serif;font-size:.92rem;font-weight:600;color:var(--text-primary);line-height:1.3}.risk-card-desc{font-size:.8rem;color:var(--text-secondary);line-height:1.5;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.risk-card-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:.75rem;color:var(--text-muted)}.risk-card-meta-item{display:flex;align-items:center;gap:4px}.alert-item{display:flex;align-items:flex-start;gap:14px;padding:14px 18px;border-bottom:1px solid var(--border);transition:background var(--transition)}.alert-item:last-child{border-bottom:none}.alert-item:hover{background:var(--glass-hover)}.alert-item.unread{background:var(--glass-unread)}.alert-dot{width:10px;height:10px;border-radius:50%;margin-top:5px;flex-shrink:0}.alert-dot.critical{background:var(--critical)}.alert-dot.high{background:var(--high)}.alert-dot.medium{background:var(--medium)}.alert-dot.low{background:var(--low)}.alert-content{flex:1;min-width:0}.alert-title{font-size:.85rem;font-weight:600;color:var(--text-primary);margin-bottom:2px}.alert-desc{font-size:.78rem;color:var(--text-secondary)}.alert-time{font-size:.7rem;color:var(--text-muted);white-space:nowrap;flex-shrink:0}.data-table{width:100%;border-collapse:collapse}.data-table th{text-align:left;padding:10px 14px;font-family:Geist,Inter,sans-serif;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-weight:600;border-bottom:1px solid var(--border)}.data-table td{padding:12px 14px;font-size:.85rem;color:var(--text-secondary);border-bottom:1px solid var(--border-light)}.data-table tr:hover td{background:var(--glass-hover)}.data-table .name-cell{color:var(--text-primary);font-weight:500}.dept-row{display:flex;align-items:center;gap:14px;padding:12px 0;border-bottom:1px solid var(--border)}.dept-row:last-child{border-bottom:none}.dept-row-name{font-family:Geist,Inter,sans-serif;font-size:.88rem;font-weight:600;color:var(--text-primary);width:140px;flex-shrink:0}.dept-row-bar{flex:1;display:flex;align-items:center;gap:10px}.dept-row-value{font-family:Geist,Inter,sans-serif;font-size:.82rem;font-weight:600;color:var(--text-primary);width:40px;text-align:right;flex-shrink:0}.chat-container{display:flex;flex-direction:column;height:calc(100vh - var(--header-height) - 56px);max-height:100%}.chat-messages{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:20px}.chat-message{display:flex;gap:14px;max-width:800px}.chat-message.user{margin-left:auto;flex-direction:row-reverse}.chat-avatar{width:36px;height:36px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;flex-shrink:0}.chat-avatar.ai{background:var(--gradient-blue);color:#fff}.chat-avatar.user{background:var(--gradient-purple);color:#fff}.chat-bubble{background:var(--glass-card-bg);border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:16px 20px;font-size:.88rem;line-height:1.65;color:var(--text-secondary);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.chat-bubble.user{background:var(--glass-user-bubble);border-color:var(--glass-user-border);color:var(--text-primary)}.chat-bubble strong{color:var(--text-primary);font-weight:600}.chat-evidence{margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.chat-evidence-title{font-family:Geist,Inter,sans-serif;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:8px}.chat-evidence-item{font-size:.78rem;color:var(--text-secondary);padding:3px 0 3px 14px;position:relative}.chat-evidence-item:before{content:"";position:absolute;left:0;color:var(--accent-blue)}.chat-confidence{display:inline-flex;align-items:center;gap:6px;font-family:Geist,Inter,sans-serif;font-size:.72rem;color:var(--text-muted);margin-top:8px}.chat-confidence-bar{width:60px;height:4px;background:var(--border);border-radius:var(--radius-full);overflow:hidden}.chat-confidence-fill{height:100%;background:var(--accent-blue);border-radius:var(--radius-full)}.chat-input-area{padding:16px 24px;border-top:1px solid var(--border);background:var(--glass-sidebar-bg);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.chat-input-wrapper{display:flex;gap:10px;align-items:flex-end}.chat-input{flex:1;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius);padding:12px 16px;color:var(--text-primary);font-size:.88rem;resize:none;outline:none;min-height:44px;max-height:120px;transition:border-color var(--transition)}.chat-input::placeholder{color:var(--text-muted)}.chat-input:focus{border-color:var(--border-focus)}.chat-send-btn{width:44px;height:44px;border-radius:var(--radius);background:var(--gradient-blue);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:opacity var(--transition);flex-shrink:0}.chat-send-btn:hover{opacity:.9}.chat-suggestions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.chat-suggestion{background:var(--glass-card-bg);border:1px solid var(--glass-border);border-radius:var(--radius-full);padding:8px 16px;font-size:.8rem;color:var(--text-secondary);cursor:pointer;transition:all var(--transition);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.chat-suggestion:hover{border-color:var(--glass-user-border);color:var(--accent-blue);background:var(--glass-primary-tint)}.prediction-card{background:var(--glass-card-bg);border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:18px;transition:all var(--transition);box-shadow:var(--shadow-sm);backdrop-filter:blur(24px) saturate(1.4);-webkit-backdrop-filter:blur(24px) saturate(1.4)}.prediction-card:hover{border-color:var(--glass-border-hover);box-shadow:var(--shadow-md)}.prediction-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.prediction-title{font-family:Geist,Inter,sans-serif;font-size:.92rem;font-weight:600;color:var(--text-primary)}.prediction-probability{font-family:Geist,Inter,sans-serif;margin-left:auto;font-size:1.2rem;font-weight:800}.prediction-probability.high{color:var(--critical)}.prediction-probability.medium{color:var(--medium)}.prediction-probability.low{color:var(--low)}.prediction-desc{font-size:.8rem;color:var(--text-secondary);line-height:1.5;margin-bottom:12px}.prediction-actions{display:flex;flex-wrap:wrap;gap:6px}.prediction-action{background:var(--glass-bg);border:1px solid var(--border);border-radius:var(--radius);padding:5px 10px;font-size:.72rem;color:var(--text-secondary)}.employee-header{display:flex;align-items:center;gap:18px;margin-bottom:20px}.employee-avatar{width:64px;height:64px;border-radius:var(--radius-xl);background:var(--gradient-blue);display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;color:#fff;flex-shrink:0}.employee-info h3{font-family:Geist,Inter,sans-serif;font-size:1.2rem;font-weight:700;color:var(--text-primary)}.employee-info p{font-size:.85rem;color:var(--text-secondary)}.employee-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;margin-bottom:20px}.employee-stat{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-md);padding:12px;text-align:center}.employee-stat-value{font-family:Geist,Inter,sans-serif;font-size:1.3rem;font-weight:700;color:var(--text-primary)}.employee-stat-label{font-family:Geist,Inter,sans-serif;font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:2px}.customer-row{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid var(--border)}.customer-row:last-child{border-bottom:none}.customer-avatar{width:40px;height:40px;border-radius:var(--radius-md);background:var(--gradient-purple);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;color:#fff;flex-shrink:0}.customer-info{flex:1;min-width:0}.customer-name{font-size:.88rem;font-weight:600;color:var(--text-primary)}.customer-industry{font-size:.75rem;color:var(--text-muted)}.customer-metrics{display:flex;gap:20px;align-items:center}.customer-metric{text-align:center}.customer-metric-value{font-family:Geist,Inter,sans-serif;font-size:.95rem;font-weight:700;color:var(--text-primary)}.customer-metric-label{font-family:Geist,Inter,sans-serif;font-size:.65rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.finance-bars{display:flex;align-items:flex-end;gap:6px;height:100px;padding-top:10px}.finance-bar-group{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px}.finance-bar{width:100%;max-width:36px;border-radius:var(--radius-sm) var(--radius-sm) 0 0;transition:height .6s ease}.finance-bar-label{font-family:Geist,Inter,sans-serif;font-size:.62rem;color:var(--text-muted)}.filter-tabs{display:flex;gap:4px;margin-bottom:20px;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius);padding:4px;width:fit-content}.filter-tab{padding:6px 14px;border-radius:var(--radius-sm);font-family:Geist,Inter,sans-serif;font-size:.8rem;color:var(--text-muted);font-weight:500;transition:all var(--transition)}.filter-tab:hover{color:var(--text-secondary)}.filter-tab.active{background:var(--gradient-blue);color:#fff;box-shadow:0 2px 8px #6366f14d}.notif-panel,.search-overlay{background:var(--glass-card-bg);border:1px solid var(--glass-border);backdrop-filter:blur(32px) saturate(1.6);-webkit-backdrop-filter:blur(32px) saturate(1.6);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.role-menu{background:var(--glass-card-bg);border:1px solid var(--glass-border);backdrop-filter:blur(32px) saturate(1.6);-webkit-backdrop-filter:blur(32px) saturate(1.6);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-6{gap:24px}.mb-2{margin-bottom:8px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.text-sm{font-size:.82rem}.text-xs{font-size:.72rem}.text-muted{color:var(--text-muted)}.text-secondary{color:var(--text-secondary)}.font-bold{font-weight:700}.w-full{width:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#fff3}.mobile-menu-btn{display:none}@media(max-width:1200px){.kpi-grid{grid-template-columns:repeat(3,1fr)}.dashboard-grid{grid-template-columns:1fr}}@media(max-width:768px){.mobile-menu-btn{display:flex;width:44px;height:44px;border-radius:var(--radius);align-items:center;justify-content:center;color:var(--text-secondary);font-size:1.3rem;flex-shrink:0}.mobile-menu-btn:hover{background:var(--glass-hover);color:var(--text-primary)}.sidebar{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;width:280px;height:100vh;background:var(--glass-sidebar-bg);backdrop-filter:blur(40px) saturate(1.6);-webkit-backdrop-filter:blur(40px) saturate(1.6)}.sidebar.open{display:flex}.sidebar-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:199;background:#0006;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.sidebar-backdrop.open{display:block}.header{padding:0 14px;gap:8px}.header-title{font-size:.95rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-search-wrapper{display:none}.header-btn{width:44px;height:44px}.page-content{padding:16px}.kpi-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:16px}.dashboard-grid{grid-template-columns:1fr;gap:14px}.mobile-single-col{grid-template-columns:1fr!important}.card{padding:16px}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.data-table{min-width:600px}.filter-tabs{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap}.filter-tab{white-space:nowrap;padding:8px 12px;min-height:44px;display:flex;align-items:center}.employee-split,.employee-detail-grid{grid-template-columns:1fr!important}.health-circle{width:100px!important;height:100px!important}.health-circle-value{font-size:1.4rem}.chat-messages{padding:14px}.chat-message{max-width:100%}.chat-input-area{padding:12px 14px}.chat-suggestions{padding:0 14px!important}.chat-suggestion{padding:10px 14px;font-size:.82rem}.prediction-actions{flex-wrap:wrap}.prediction-action{padding:7px 12px;font-size:.75rem;min-height:32px}.dept-row-name{width:auto;font-size:.8rem}.dept-row{gap:8px;padding:10px 0;min-height:44px}.customer-metrics{gap:12px}.customer-metric-value{font-size:.85rem}.notif-panel{width:calc(100vw - 28px)!important;right:-60px}.search-overlay{width:calc(100vw - 32px)!important;left:16px!important;transform:none!important}.role-menu{width:calc(100vw - 28px)!important;right:-20px}.rec-stats-grid,.setup-step-grid,.profile-grid,.timeline-grid{grid-template-columns:1fr!important}.kpi-card{min-height:44px;padding:14px}.kpi-value{font-size:1.2rem}.employee-stats{grid-template-columns:repeat(2,1fr)!important;gap:8px}.sidebar-item{padding:12px 14px;min-height:44px}.badge{padding:4px 10px;font-size:.72rem}.alert-item{padding:12px 14px;min-height:44px}.risk-card-meta{gap:8px}}@media(max-width:400px){.kpi-grid{grid-template-columns:1fr}.employee-stats{grid-template-columns:1fr!important}.page-content{padding:12px}}.integration-page{display:flex;flex-direction:column;gap:24px}.integration-filters{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.integration-filters .filter-tabs{flex-shrink:0}.integration-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:16px}.integration-card{background:var(--glass-card-bg);border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:20px;transition:all var(--transition);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:14px;backdrop-filter:blur(24px) saturate(1.4);-webkit-backdrop-filter:blur(24px) saturate(1.4)}.integration-card:hover{border-color:var(--glass-border-hover);box-shadow:var(--shadow-md)}.integration-card-header{display:flex;align-items:center;gap:12px}.integration-icon{width:42px;height:42px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;color:#fff;flex-shrink:0}.integration-icon.lg{width:48px;height:48px;font-size:1rem}.integration-info{flex:1;min-width:0}.integration-name{font-family:Geist,Inter,sans-serif;font-size:.95rem;font-weight:600;color:var(--text-primary)}.integration-vendor{font-size:.72rem;color:var(--text-muted)}.integration-status-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:var(--radius-full);font-family:Geist,Inter,sans-serif;font-size:.7rem;font-weight:600;white-space:nowrap;flex-shrink:0}.integration-status-dot{width:6px;height:6px;border-radius:50%;display:inline-block}.integration-desc{font-size:.78rem;color:var(--text-secondary);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.integration-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px}.integration-meta-item{display:flex;flex-direction:column;gap:2px}.integration-meta-label{font-family:Geist,Inter,sans-serif;font-size:.65rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.integration-meta-value{font-family:Geist,Inter,sans-serif;font-size:.82rem;font-weight:600;color:var(--text-primary)}.integration-api-usage{display:flex;flex-direction:column;gap:6px}.integration-api-header{display:flex;justify-content:space-between}.integration-api-label{font-size:.7rem;color:var(--text-muted)}.integration-api-value{font-family:Geist,Inter,sans-serif;font-size:.7rem;color:var(--text-secondary);font-weight:600}.integration-error-bar{display:flex;align-items:center;gap:6px;padding:8px 10px;border-radius:var(--radius);background:#ef444414}.integration-error-icon{color:var(--accent-red);font-size:.85rem}.integration-error-text{font-size:.75rem;color:var(--accent-red);font-weight:500}.integration-card-actions{display:flex;gap:8px;margin-top:4px}.integration-action-btn{flex:1;padding:8px 14px;border-radius:var(--radius);font-family:Geist,Inter,sans-serif;font-size:.78rem;font-weight:600;transition:all var(--transition);text-align:center}.integration-action-btn.primary{background:var(--gradient-blue);color:#fff}.integration-action-btn.primary:hover{opacity:.9}.integration-action-btn.secondary{background:var(--glass-bg);border:1px solid var(--border);color:var(--text-secondary)}.integration-action-btn.secondary:hover{border-color:var(--glass-border-hover);color:var(--text-primary)}.integration-action-btn.danger{background:#ef444414;color:var(--accent-red);border:1px solid rgba(239,68,68,.15)}.integration-action-btn.danger:hover{background:#ef444424}.integration-bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.data-flow-list{display:flex;flex-direction:column;gap:0}.data-flow-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--border)}.data-flow-row:last-child{border-bottom:none}.data-flow-source,.data-flow-target{font-family:Geist,Inter,sans-serif;font-size:.82rem;font-weight:600;color:var(--text-primary);min-width:100px}.data-flow-arrow{display:flex;align-items:center;gap:4px;flex-shrink:0}.data-flow-line{width:16px;height:2px;background:var(--border);border-radius:1px}.data-flow-arrow-icon{color:var(--accent-blue);font-size:.9rem;font-weight:700}.data-flow-type{font-size:.75rem;color:var(--text-secondary);flex:1;min-width:0}.data-flow-freq{font-family:Geist,Inter,sans-serif;font-size:.7rem;color:var(--text-muted);padding:2px 8px;background:var(--glass-bg);border-radius:var(--radius-sm);white-space:nowrap}.data-flow-records{font-family:Geist,Inter,sans-serif;font-size:.75rem;font-weight:600;color:var(--text-secondary);min-width:70px;text-align:right}.data-flow-status{padding:2px 8px;border-radius:var(--radius-full);font-family:Geist,Inter,sans-serif;font-size:.65rem;font-weight:600;text-transform:capitalize;white-space:nowrap}.sync-feed-list{display:flex;flex-direction:column;gap:0;max-height:400px;overflow-y:auto}.sync-feed-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--border)}.sync-feed-item:last-child{border-bottom:none}.sync-feed-dot{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sync-feed-icon{line-height:1}.sync-feed-content{flex:1;min-width:0}.sync-feed-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2px}.sync-feed-integration{font-family:Geist,Inter,sans-serif;font-size:.82rem;font-weight:600;color:var(--text-primary)}.sync-feed-time{font-size:.68rem;color:var(--text-muted)}.sync-feed-msg{font-size:.78rem;color:var(--text-secondary);line-height:1.4}.sync-feed-meta{font-family:Geist,Inter,sans-serif;font-size:.68rem;color:var(--text-muted);margin-top:4px}.sync-feed-sep{margin:0 4px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.empty-state-icon{font-size:2.5rem;margin-bottom:12px;opacity:.5}.empty-state-title{font-family:Geist,Inter,sans-serif;font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:4px}.empty-state-desc{font-size:.82rem;color:var(--text-muted)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px}.modal-content{background:var(--glass-card-bg);border:1px solid var(--glass-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);width:100%;max-width:640px;max-height:85vh;overflow-y:auto;backdrop-filter:blur(32px) saturate(1.6);-webkit-backdrop-filter:blur(32px) saturate(1.6)}.integration-detail-modal{max-width:600px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border)}.modal-header-left{display:flex;align-items:center;gap:14px}.modal-title{font-family:Geist,Inter,sans-serif;font-size:1.1rem;font-weight:700;color:var(--text-primary)}.modal-subtitle{font-size:.78rem;color:var(--text-muted);margin-top:2px}.modal-close{width:32px;height:32px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:1rem;transition:all var(--transition)}.modal-close:hover{background:var(--glass-hover);color:var(--text-primary)}.modal-body{padding:24px;display:flex;flex-direction:column;gap:24px}.detail-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.detail-stat{display:flex;flex-direction:column;gap:4px}.detail-stat-label{font-family:Geist,Inter,sans-serif;font-size:.65rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.detail-stat-value{font-family:Geist,Inter,sans-serif;font-size:.88rem;font-weight:600;color:var(--text-primary)}.detail-section-title{font-family:Geist,Inter,sans-serif;font-size:.82rem;font-weight:600;color:var(--text-primary);margin-bottom:12px}.detail-api-bar{display:flex;flex-direction:column;gap:6px}.detail-api-labels{display:flex;justify-content:space-between;font-family:Geist,Inter,sans-serif;font-size:.72rem;color:var(--text-muted)}.sync-log-list{display:flex;flex-direction:column;gap:0;max-height:240px;overflow-y:auto}.sync-log-item{display:flex;gap:10px;padding:10px 0;border-bottom:1px solid var(--border)}.sync-log-item:last-child{border-bottom:none}.sync-log-dot{width:8px;height:8px;border-radius:50%;margin-top:5px;flex-shrink:0}.sync-log-content{flex:1}.sync-log-msg{font-size:.8rem;color:var(--text-secondary);line-height:1.4}.sync-log-meta{font-family:Geist,Inter,sans-serif;font-size:.68rem;color:var(--text-muted);margin-top:3px}.sync-log-details{font-size:.72rem;color:var(--accent-red);margin-top:6px;padding:8px 10px;background:#ef44440f;border-radius:var(--radius-sm);line-height:1.4}@media(max-width:1200px){.integration-bottom-grid{grid-template-columns:1fr}}@media(max-width:768px){.integration-grid{grid-template-columns:1fr}.integration-filters{flex-direction:column;align-items:stretch}.integration-filters .filter-tabs{width:100%;overflow-x:auto;flex-wrap:nowrap}.integration-meta{grid-template-columns:1fr}.detail-stats-grid{grid-template-columns:repeat(2,1fr)}.data-flow-row{flex-wrap:wrap;gap:6px}.data-flow-arrow{width:100%;justify-content:center}.data-flow-source,.data-flow-target{min-width:auto}.modal-backdrop{padding:12px}.modal-content{max-height:90vh}}
