*{box-sizing:border-box;margin:0;padding:0}:root{--bg: #f7f7fb;--surface: #ffffff;--border: #e6e5f0;--border-strong: #d8d7e6;--text: #16151f;--text-muted: #6b6a7b;--text-light: #9997ab;--primary: #5b4ff5;--primary-hover: #4c40e6;--primary-dark: #4338ca;--primary-light: #eeecfe;--primary-ring: rgba(91, 79, 245, .18);--success: #0f9d78;--success-light: #e5f8f1;--warning: #d97706;--warning-light: #fef6e7;--danger: #e0384c;--danger-light: #fdecee;--shadow-xs: 0 1px 2px rgba(22, 21, 31, .04);--shadow: 0 1px 3px rgba(22, 21, 31, .06), 0 1px 2px rgba(22, 21, 31, .04);--shadow-md: 0 8px 24px rgba(22, 21, 31, .08);--shadow-lg: 0 20px 48px rgba(22, 21, 31, .14);--radius: 14px;--radius-sm: 9px;--radius-lg: 20px}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;min-height:100vh;-webkit-font-smoothing:antialiased}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}.shell{min-height:100vh;display:flex}.sidebar{width:248px;flex-shrink:0;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;height:100vh;position:sticky;top:0}.sidebar-logo{display:flex;align-items:center;gap:10px;padding:22px 22px 18px}.logo-mark{width:30px;height:30px;border-radius:9px;background:linear-gradient(135deg,var(--primary) 0%,#8b7ff9 100%);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 10px #5b4ff559}.logo-mark-lg{width:38px;height:38px;border-radius:11px}.logo-text{font-weight:800;font-size:1.08rem;letter-spacing:-.02em;color:var(--text)}.logo-text-lg{font-size:1.3rem;color:#fff}.sidebar-nav{display:flex;flex-direction:column;gap:2px;padding:8px 12px;flex-shrink:0}.sidebar-nav-item{display:flex;align-items:center;gap:11px;padding:10px 12px;border:none;background:none;border-radius:var(--radius-sm);font-size:.9rem;font-weight:500;color:var(--text-muted);text-align:left;transition:background .15s,color .15s}.sidebar-nav-item svg{flex-shrink:0;opacity:.85}.sidebar-nav-item:hover{background:var(--bg);color:var(--text)}.sidebar-nav-item.active{background:var(--primary-light);color:var(--primary-dark);font-weight:600}.sidebar-nav-item.active svg{opacity:1}.sidebar-footer{padding:14px;border-top:1px solid var(--border);flex-shrink:0}.sidebar-notifications{flex:1;min-height:0;display:flex;flex-direction:column;border-top:1px solid var(--border);padding:12px;overflow:hidden}.sidebar-notifications-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;flex-shrink:0}.sidebar-notifications-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-light);display:flex;align-items:center;gap:6px}.notif-badge{background:var(--primary);color:#fff;font-size:.65rem;font-weight:700;min-width:18px;height:18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:0 5px}.notif-mark-all{border:none;background:none;color:var(--primary);font-size:.72rem;font-weight:600;cursor:pointer}.notif-mark-all:hover{text-decoration:underline}.sidebar-notifications-empty{font-size:.8rem;color:var(--text-light);padding:8px 4px}.notif-list{list-style:none;overflow-y:auto;flex:1;min-height:0}.notif-item{width:100%;text-align:left;border:none;background:none;padding:8px;border-radius:var(--radius-sm);cursor:pointer;margin-bottom:2px}.notif-item:hover{background:var(--bg)}.notif-item.unread{background:var(--primary-light)}.notif-item.unread:hover{background:#e4e0fd}.notif-item-text{font-size:.78rem;line-height:1.35;color:var(--text)}.notif-item-preview{font-size:.75rem;color:var(--text-muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notif-item-meta{font-size:.68rem;color:var(--text-light);margin-top:3px}.sidebar-user{display:flex;align-items:center;gap:10px;padding:6px;border-radius:var(--radius-sm)}.sidebar-avatar{width:34px;height:34px;border-radius:50%;background:var(--primary-light);color:var(--primary-dark);font-weight:700;font-size:.8rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-user-info{flex:1;min-width:0}.sidebar-user-name{font-size:.85rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-role{font-size:.75rem;color:var(--text-light);text-transform:capitalize}.sidebar-logout{width:30px;height:30px;border-radius:var(--radius-sm);border:none;background:none;color:var(--text-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,color .15s}.sidebar-logout:hover{background:var(--danger-light);color:var(--danger)}.shell-body{flex:1;min-width:0;display:flex;flex-direction:column}.shell-topbar{height:64px;flex-shrink:0;border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 32px;background:var(--bg)}.shell-topbar h1{font-size:1.05rem;font-weight:700;letter-spacing:-.01em;color:var(--text)}.shell-content{flex:1;padding:28px 32px 48px;max-width:1180px;width:100%}@media (max-width: 1024px){.sidebar{width:76px}.sidebar-nav-item span:last-child,.logo-text,.sidebar-user-info,.sidebar-notifications{display:none}.sidebar-nav-item,.sidebar-user{justify-content:center}.shell-content{padding:20px 18px 36px}.shell-topbar{padding:0 18px}}@media (max-width: 767px){.shell{flex-direction:column}.sidebar{display:none}.shell-body{min-height:100vh;min-height:100dvh}.shell-topbar{height:56px;padding:0 14px;gap:10px;background:var(--surface);position:sticky;top:0;z-index:40}.shell-topbar h1{font-size:.95rem;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-brand{flex-shrink:0}.logo-mark-sm{width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,var(--primary) 0%,#8b7ff9 100%);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #5b4ff54d}.topbar-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.topbar-icon-btn{position:relative;width:40px;height:40px;border:none;background:none;border-radius:var(--radius-sm);color:var(--text-muted);display:flex;align-items:center;justify-content:center}.topbar-icon-btn:active{background:var(--bg)}.topbar-notif-dot{position:absolute;top:4px;right:4px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--primary);color:#fff;font-size:.6rem;font-weight:700;display:flex;align-items:center;justify-content:center}.shell-content{padding:16px 14px 24px;padding-bottom:calc(80px + env(safe-area-inset-bottom,0px));max-width:none}.mobile-bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:50;background:var(--surface);border-top:1px solid var(--border);padding:6px 8px calc(6px + env(safe-area-inset-bottom,0px));box-shadow:0 -4px 16px #16151f0f}.mobile-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:52px;border:none;background:none;border-radius:var(--radius-sm);color:var(--text-light);font-size:.62rem;font-weight:600;padding:4px 2px;line-height:1.1}.mobile-nav-item span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 2px}.mobile-nav-item.active{color:var(--primary-dark);background:var(--primary-light)}.notif-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#16151f66;display:flex;align-items:flex-end}.notif-drawer{width:100%;max-height:75vh;background:var(--surface);border-radius:var(--radius) var(--radius) 0 0;display:flex;flex-direction:column;box-shadow:var(--shadow-lg)}.notif-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--border);flex-shrink:0}.notif-drawer-header h2{font-size:1rem;font-weight:700}.notif-drawer-close{width:36px;height:36px;border:none;background:var(--bg);border-radius:var(--radius-sm);font-size:1.4rem;line-height:1;color:var(--text-muted);display:flex;align-items:center;justify-content:center}.notif-drawer-body{overflow-y:auto;padding:12px 14px 20px;flex:1;min-height:0}.notif-drawer-body .notif-list{max-height:none}.date-nav{flex-wrap:wrap;gap:8px;margin-bottom:18px}.date-nav .current-date{min-width:0;flex:1 1 100%;order:-1;font-size:.92rem;text-align:left}.stat-grid{grid-template-columns:repeat(3,1fr);gap:10px}.stat-card{padding:14px 12px}.stat-card .stat-value{font-size:1.25rem}.stat-card .stat-label{font-size:.65rem}.activity-panels{grid-template-columns:1fr;gap:16px}.activity-panel-header{padding:14px 16px;gap:10px}.activity-panel-body{padding:16px}.activity-panel-tag{display:none}.card{padding:16px}.btn{min-height:40px}.btn-sm{min-height:36px;padding:8px 12px}.table-wrap{margin:0 -16px;padding:0 16px}table{font-size:.82rem}th,td{padding:10px}.employee-profile-header{padding:16px}.profile-actions-bar{flex-direction:column;align-items:stretch}.profile-actions-bar .btn{width:100%;justify-content:center}.toolbar-row{flex-direction:column;align-items:stretch}.export-controls{margin-left:0;width:100%}.export-controls-split{flex-direction:column;align-items:stretch}.export-controls-split .btn{width:100%;justify-content:center}.feed-roster-item{padding:12px 14px}.feed-detail-header,.feed-comments{padding:16px}.feed-comments{padding:12px 14px 14px}.comment-form{flex-wrap:wrap}.comment-form input{flex:1 1 100%;order:2;border-radius:var(--radius-sm)}.comment-form .btn{order:3;margin-left:auto}.comment-form .comment-avatar{order:1}.login-form-panel{padding:24px 18px}.login-card h1{font-size:1.35rem}input,textarea,select{font-size:16px}}.mobile-bottom-nav{display:none}.btn{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border-radius:var(--radius-sm);border:none;font-size:.875rem;font-weight:600;transition:all .15s;white-space:nowrap}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 1px 2px #5b4ff540}.btn-primary:hover{background:var(--primary-hover)}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border-strong)}.btn-secondary:hover{background:var(--bg);border-color:var(--text-light)}.btn-danger{background:var(--danger-light);color:var(--danger);border:1px solid #f6c6cc}.btn-danger:hover{background:#fbdadf}.btn-sm{padding:6px 12px;font-size:.8rem}.btn:disabled{opacity:.5;cursor:not-allowed}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-xs);padding:22px}.card-title{font-size:.95rem;font-weight:700;margin-bottom:16px;display:flex;align-items:center;gap:8px;letter-spacing:-.01em}.card-title .badge{font-size:.72rem;font-weight:600;padding:3px 9px;border-radius:999px}.badge-plan{background:var(--primary-light);color:var(--primary-dark)}.badge-done{background:var(--success-light);color:var(--success)}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:.83rem;font-weight:600;margin-bottom:6px;color:var(--text-muted)}.form-group input,.form-group textarea,.form-group select{width:100%;padding:10px 13px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);font-size:.9rem;background:var(--surface);color:var(--text)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-ring)}.form-group textarea{resize:vertical;min-height:60px}.error-msg{color:var(--danger);font-size:.85rem;margin-top:8px}.success-msg{color:var(--success);font-size:.85rem;margin-top:8px}.loading{text-align:center;padding:40px;color:var(--text-muted)}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 768px){.grid-2{grid-template-columns:1fr}}.activity-panels{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}@media (max-width: 960px){.activity-panels{grid-template-columns:1fr}}@media (max-width: 480px){.stat-grid{grid-template-columns:1fr}}.activity-panel{display:flex;flex-direction:column;height:100%;min-height:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-xs);overflow:hidden}.activity-panel-header{display:flex;align-items:center;gap:14px;padding:18px 22px;border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0;min-height:72px}.activity-panel-accent{width:3px;align-self:stretch;min-height:36px;border-radius:999px;flex-shrink:0}.activity-panel--plan .activity-panel-accent{background:var(--primary)}.activity-panel--done .activity-panel-accent{background:var(--success)}.activity-panel-heading{flex:1;min-width:0}.activity-panel-title{font-size:.95rem;font-weight:700;letter-spacing:-.01em;color:var(--text);line-height:1.3}.activity-panel-subtitle{font-size:.82rem;color:var(--text-muted);margin-top:3px;line-height:1.4}.activity-panel-tag{font-size:.7rem;font-weight:600;padding:4px 10px;border-radius:999px;flex-shrink:0;letter-spacing:.02em;text-transform:uppercase}.activity-panel-tag--plan{background:var(--primary-light);color:var(--primary-dark)}.activity-panel-tag--done{background:var(--success-light);color:var(--success)}.activity-panel-body{flex:1;display:flex;flex-direction:column;padding:20px 22px 22px;min-height:0}.activity-panel-body .task-editor,.activity-panel-body .task-list-readonly{flex:1;display:flex;flex-direction:column;width:100%;min-height:0}.activity-panel-body .task-editor .task-actions,.activity-panel-body .task-list-readonly .total-hours{margin-top:auto;padding-top:12px}.activity-panel-body .empty-state,.activity-panel-body .feed-empty-section{flex:1;display:flex;align-items:center;justify-content:center}.activity-panel--compact .activity-panel-header{padding:14px 18px;min-height:56px}.activity-panel--compact .activity-panel-body{padding:16px 18px 18px}.activity-panel--compact .activity-panel-accent{min-height:28px}.activity-panel--compact .activity-panel-title{font-size:.88rem}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.88rem}th,td{padding:12px 14px;text-align:left;border-bottom:1px solid var(--border)}th{font-weight:600;color:var(--text-light);font-size:.72rem;text-transform:uppercase;letter-spacing:.04em}tr:hover td{background:var(--bg)}.empty-state{text-align:center;padding:36px;color:var(--text-muted);font-size:.9rem}.date-nav{display:flex;align-items:center;gap:12px;margin-bottom:24px}.date-nav .current-date{font-size:1rem;font-weight:600;min-width:240px;text-align:center}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px;margin-bottom:22px}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow-xs)}.stat-card .stat-label{font-size:.75rem;color:var(--text-light);text-transform:uppercase;letter-spacing:.04em;font-weight:600}.stat-card .stat-value{font-size:1.6rem;font-weight:700;margin-top:6px;letter-spacing:-.02em}.login-page{min-height:100vh;display:grid;grid-template-columns:1.1fr 1fr}.login-brand-panel{position:relative;background:linear-gradient(160deg,#17153a,#342e8c 55%,#5b4ff5);color:#fff;padding:56px;display:flex;align-items:center;overflow:hidden}.login-brand-content{position:relative;z-index:1;max-width:460px}.login-logo{display:flex;align-items:center;gap:11px;margin-bottom:48px}.login-brand-content h2{font-size:2rem;line-height:1.25;font-weight:700;letter-spacing:-.02em;margin-bottom:16px}.login-brand-content p{font-size:1rem;color:#ffffffc7;line-height:1.6;margin-bottom:28px}.login-brand-points{list-style:none;display:flex;flex-direction:column;gap:12px}.login-brand-points li{position:relative;padding-left:26px;font-size:.92rem;color:#ffffffeb}.login-brand-points li:before{content:"";position:absolute;left:0;top:6px;width:16px;height:16px;border-radius:50%;background:#ffffff29;border:1px solid rgba(255,255,255,.35)}.login-brand-points li:after{content:"";position:absolute;left:5.5px;top:10.5px;width:5px;height:5px;border-radius:50%;background:#fff}.login-brand-glow{position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.16) 0%,transparent 70%);bottom:-220px;right:-160px}.login-form-panel{display:flex;align-items:center;justify-content:center;padding:40px;background:var(--surface)}.login-card{width:100%;max-width:380px}.login-card h1{font-size:1.6rem;font-weight:700;letter-spacing:-.02em;margin-bottom:4px}.login-card .subtitle{color:var(--text-muted);font-size:.92rem;margin-bottom:28px}.login-card .btn-primary{width:100%;justify-content:center;padding:11px;margin-top:6px;font-size:.92rem}.login-hint{margin-top:28px;padding-top:22px;border-top:1px solid var(--border)}.login-hint>strong{display:block;font-size:.78rem;font-weight:700;color:var(--text-light);text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px}.demo-account-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 13px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);margin-bottom:8px;font-size:.85rem;font-weight:600;color:var(--text);transition:border-color .15s,background .15s}.demo-account-btn:hover{border-color:var(--primary);background:var(--primary-light)}.demo-account-email{font-weight:400;color:var(--text-muted)}.auth-switch{margin-top:20px;text-align:center;font-size:.88rem;color:var(--text-muted)}.auth-switch a{color:var(--primary);font-weight:600;text-decoration:none}.auth-switch a:hover{text-decoration:underline}.form-label-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.form-label-row label{margin-bottom:0}.forgot-link{font-size:.8125rem;font-weight:500;color:var(--primary);text-decoration:none}.forgot-link:hover{text-decoration:underline}.auth-legal{margin-top:12px;font-size:.8125rem;color:var(--text-muted);line-height:1.5;text-align:center}.auth-legal a{color:var(--primary)}.login-card .notice.success{background:var(--success-light);color:var(--success);border-radius:var(--radius-sm);padding:12px 14px;font-size:.9375rem;line-height:1.5}@media (max-width: 860px){.login-page{grid-template-columns:1fr}.login-brand-panel{display:none}}@media (max-width: 767px){.login-form-panel{min-height:100vh;min-height:100dvh;align-items:flex-start;padding-top:48px}}.clickable-row{cursor:pointer}.clickable-row:hover td{background:var(--primary-light)}.employee-row-name{font-weight:600;color:var(--primary-dark)}.back-link{display:inline-flex;align-items:center;gap:4px;border:none;background:none;color:var(--text-muted);font-size:.88rem;font-weight:600;margin-bottom:18px;padding:4px 0;transition:color .15s}.back-link:hover{color:var(--primary)}.employee-monthly-detail{max-width:820px}.employee-profile-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.employee-profile-main{display:flex;align-items:center;gap:16px}.employee-profile-avatar{width:52px;height:52px;border-radius:50%;background:var(--primary-light);color:var(--primary-dark);font-weight:700;font-size:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.employee-profile-name{font-size:1.15rem;font-weight:700;letter-spacing:-.01em;margin-bottom:2px}.employee-profile-email{font-size:.88rem;color:var(--text-muted)}.employee-profile-period{font-size:.82rem;color:var(--text-light);margin-top:4px}.employee-day-list{display:flex;flex-direction:column;gap:16px}.employee-day-card{padding:0;overflow:hidden}.employee-day-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid var(--border);background:var(--bg)}.employee-day-date{font-weight:700;font-size:.95rem}.employee-day-meta{font-size:.8rem;color:var(--text-muted);margin-top:2px}.employee-day-hours{font-weight:700;color:var(--success);font-size:.95rem}.employee-day-body{padding:16px 20px;display:flex;flex-direction:column;gap:16px}.toolbar-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.export-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-left:auto}.profile-actions-bar{display:flex;justify-content:flex-end;gap:10px;margin-top:24px;padding-top:20px;border-top:1px solid var(--border)}.confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#16151f73;display:flex;align-items:center;justify-content:center;padding:20px;z-index:1000}.confirm-dialog{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:24px;width:100%;max-width:400px}.confirm-dialog-title{font-size:1.05rem;font-weight:700;margin-bottom:10px;letter-spacing:-.01em}.confirm-dialog-message{font-size:.9rem;color:var(--text-muted);line-height:1.5;margin-bottom:20px}.confirm-dialog-actions{display:flex;justify-content:flex-end;gap:10px}.team-insights{max-width:960px}.insights-intro{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.insights-page-title{font-size:1.05rem;font-weight:700;margin-bottom:6px}.insights-page-desc{font-size:.88rem;color:var(--text-muted);max-width:480px;line-height:1.5}.insights-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-left:auto}.insights-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.insight-card{display:flex;flex-direction:column;gap:12px}.insight-card-header{display:flex;align-items:center;gap:12px}.insight-avatar{width:42px;height:42px;border-radius:50%;background:var(--primary-light);color:var(--primary-dark);font-weight:700;font-size:.85rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.insight-card-title h3{font-size:.95rem;font-weight:700;margin-bottom:4px}.insight-badge{font-size:.7rem;font-weight:700;padding:3px 8px;border-radius:999px;text-transform:uppercase;letter-spacing:.03em}.insight-badge-strong{background:var(--success-light);color:var(--success)}.insight-badge-steady{background:var(--primary-light);color:var(--primary-dark)}.insight-badge-needs_attention{background:var(--warning-light);color:var(--warning)}.insight-headline{font-size:.9rem;font-weight:600;color:var(--text);line-height:1.4}.insight-bullets{list-style:none;display:flex;flex-direction:column;gap:8px}.insight-bullets li{font-size:.84rem;color:var(--text-muted);line-height:1.45;padding-left:14px;position:relative}.insight-bullets li:before{content:"•";position:absolute;left:0;color:var(--primary);font-weight:700}.insights-footer-note{margin-top:16px;font-size:.78rem;color:var(--text-light)}.insights-period-tabs{display:flex;gap:4px;margin-top:16px}.period-tab{padding:8px 16px;border:1px solid var(--border);background:var(--bg);border-radius:var(--radius-sm);font-size:.85rem;font-weight:600;color:var(--text-muted);cursor:pointer}.period-tab.active{background:var(--primary-light);border-color:var(--primary);color:var(--primary-dark)}.week-picker{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.week-picker-label{font-weight:600;font-size:.9rem;min-width:200px;text-align:center}.insights-layout{display:grid;grid-template-columns:340px 1fr;gap:20px;align-items:start}@media (max-width: 860px){.insights-layout{grid-template-columns:1fr}}.insight-employee-list{list-style:none}.insight-employee-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--border)}.insight-employee-row:last-child{border-bottom:none}.insight-employee-row.selected{background:var(--primary-light);margin:0 -22px;padding:10px 22px;border-radius:var(--radius-sm)}.insight-employee-name{display:flex;align-items:center;gap:10px;border:none;background:none;text-align:left;font-size:.9rem;font-weight:600;color:var(--text);cursor:pointer;flex:1;min-width:0}.insight-employee-name:disabled{cursor:default;opacity:.85}.insight-avatar-sm{width:32px;height:32px;font-size:.75rem}.insight-detail{display:flex;flex-direction:column;gap:12px}.insight-stats-row{display:flex;gap:16px;flex-wrap:wrap;font-size:.82rem;color:var(--text-muted)}.insight-summary{font-size:.95rem;line-height:1.65;color:var(--text);padding:14px 16px;background:var(--bg-subtle, #f8fafc);border-radius:var(--radius-sm);border-left:3px solid var(--primary)}.insight-section{margin-top:4px}.insight-section h4{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:8px}.insight-section ul{list-style:none;display:flex;flex-direction:column;gap:8px}.insight-section li{font-size:.9rem;line-height:1.55;color:var(--text);padding-left:14px;position:relative}.insight-section li:before{content:"•";position:absolute;left:0;color:var(--text-muted)}.insight-section-positive li:before{color:var(--success, #16a34a)}.insight-section-warning{padding:12px 14px;background:var(--warning-light);border-radius:var(--radius-sm);border:1px solid #f5d08a}.insight-section-action li:before{color:var(--primary)}.insight-detail-panel{min-width:0;max-height:calc(100vh - 180px);overflow-y:auto}.work-schedule-fields{margin-top:8px}.work-schedule-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media (max-width: 720px){.work-schedule-grid{grid-template-columns:1fr}}.employee-profile-schedule{font-size:.82rem;color:var(--text-muted);margin-top:4px}.insight-hours-bar{padding:12px 14px;border-radius:var(--radius-sm);background:var(--bg-subtle, #f8fafc);border:1px solid var(--border)}.insight-hours-on_track .insight-hours-fill{background:var(--success, #16a34a)}.insight-hours-under .insight-hours-fill{background:var(--warning, #d97706)}.insight-hours-over_allowed .insight-hours-fill{background:var(--primary)}.insight-hours-over_not_allowed .insight-hours-fill{background:var(--danger, #dc2626)}.insight-hours-bar-label{font-size:.85rem;margin-bottom:8px;font-weight:600}.insight-hours-track{height:8px;background:var(--border);border-radius:999px;overflow:hidden}.insight-hours-fill{height:100%;border-radius:999px;max-width:100%}.bottleneck-section{margin-top:8px;padding-top:16px;border-top:1px solid var(--border)}.bottleneck-section h4{font-size:.9rem;font-weight:700;margin-bottom:4px;color:var(--warning)}.bottleneck-desc{font-size:.8rem;color:var(--text-muted);margin-bottom:12px}.bottleneck-list{list-style:none;display:flex;flex-direction:column;gap:10px}.bottleneck-item{background:var(--warning-light);border:1px solid #f5d08a;border-radius:var(--radius-sm);padding:12px}.bottleneck-item-title{font-weight:700;font-size:.9rem;margin-bottom:4px}.bottleneck-item-meta{font-size:.78rem;color:var(--text-muted)}.bottleneck-item-desc{font-size:.82rem;color:var(--text-muted);margin-top:6px}.team-feed{width:100%}.feed-date-picker{padding:6px 10px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);font-size:.85rem;font-family:inherit;color:var(--text);background:var(--surface)}.feed-date-picker:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-ring)}.feed-day-stats{margin-bottom:20px}.feed-layout{display:grid;grid-template-columns:minmax(260px,300px) 1fr;gap:20px;align-items:start}.feed-roster{padding:0;overflow:hidden;position:sticky;top:16px}.feed-roster-title{padding:16px 18px 12px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-light);border-bottom:1px solid var(--border)}.feed-roster-list{list-style:none;max-height:calc(100vh - 280px);overflow-y:auto}.feed-roster-item{width:100%;display:flex;align-items:center;gap:12px;padding:14px 18px;border:none;background:none;border-bottom:1px solid var(--border);text-align:left;cursor:pointer;transition:background .15s}.feed-roster-item:last-child{border-bottom:none}.feed-roster-item:hover:not(.active){background:var(--bg)}.feed-roster-item.active{background:var(--primary-light)}.feed-roster-info{flex:1;min-width:0}.feed-roster-name{font-weight:600;font-size:.9rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-roster-meta{font-size:.75rem;color:var(--text-muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-roster-comments{flex-shrink:0;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--bg);color:var(--text-muted);font-size:.72rem;font-weight:700;display:flex;align-items:center;justify-content:center}.feed-roster-item.active .feed-roster-comments{background:#ffffffb3}.feed-detail{display:flex;flex-direction:column;gap:20px;min-width:0}.feed-detail-header{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:20px 22px}.feed-profile-static{display:flex;align-items:center;gap:14px;min-width:0}.feed-profile-link{display:flex;align-items:center;gap:14px;flex:1;min-width:0;border:none;background:none;padding:0;margin:0;text-align:left;cursor:pointer;border-radius:var(--radius-sm)}.feed-profile-link:hover .feed-author{color:var(--primary)}.feed-profile-text{min-width:0}.feed-avatar,.comment-avatar{width:36px;height:36px;border-radius:50%;background:var(--primary-light);color:var(--primary);font-weight:700;font-size:.8rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feed-avatar-lg{width:48px;height:48px;font-size:.95rem}.comment-avatar{width:32px;height:32px;font-size:.75rem}.feed-author{font-weight:700;font-size:1rem;letter-spacing:-.01em}.feed-you-badge{margin-left:8px;font-size:.7rem;font-weight:500;background:var(--bg);color:var(--text-muted);padding:2px 8px;border-radius:999px}.feed-meta{font-size:.82rem;color:var(--text-muted);margin-top:3px}.feed-detail-stats{display:flex;gap:20px;flex-shrink:0}.feed-detail-stat{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:56px}.feed-detail-stat-value{font-size:1.2rem;font-weight:700;letter-spacing:-.02em;color:var(--text);line-height:1.2}.feed-detail-stat-hours .feed-detail-stat-value{color:var(--success)}.feed-detail-stat-label{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-light);margin-top:4px}.feed-activity-panels{margin-bottom:0}.feed-empty-section{padding:24px 16px;font-size:.88rem}.feed-comments{padding:18px 22px 22px}.feed-comments-title{font-size:.85rem;font-weight:700;margin-bottom:14px;display:flex;align-items:center;gap:8px}.feed-comments-count{font-size:.72rem;font-weight:600;background:var(--bg);color:var(--text-muted);padding:2px 8px;border-radius:999px}.comment-list{list-style:none;margin-bottom:14px}.comment-item{display:flex;gap:10px;margin-bottom:14px}.comment-item:last-child{margin-bottom:0}.comment-body-wrap{flex:1;min-width:0}.comment-meta{font-size:.8rem;margin-bottom:3px}.comment-meta span{color:var(--text-muted);margin-left:8px}.comment-text{font-size:.9rem;margin:0;line-height:1.45;word-break:break-word}.comment-form{display:flex;align-items:center;gap:10px;padding-top:14px;border-top:1px solid var(--border)}.comment-form input{flex:1;min-width:0;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.9rem;background:var(--surface)}.comment-form input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-ring)}@media (max-width: 960px){.feed-layout{grid-template-columns:1fr}.feed-roster{position:static}.feed-roster-list{display:flex;max-height:none;overflow-x:auto;overflow-y:hidden;border-bottom:1px solid var(--border);-webkit-overflow-scrolling:touch}.feed-roster-list li{flex-shrink:0}.feed-roster-item{flex-direction:column;align-items:flex-start;width:auto;min-width:140px;max-width:180px;padding:12px 14px;border-bottom:none;border-right:1px solid var(--border);gap:8px}.feed-roster-item:last-child{border-right:none}.feed-roster-meta{white-space:normal;line-height:1.35}.feed-roster-comments{position:absolute;top:8px;right:8px}.feed-roster-list li{position:relative}.feed-detail-header{flex-direction:column;align-items:flex-start}.feed-detail-stats{width:100%;justify-content:space-around;padding-top:12px;border-top:1px solid var(--border)}}.export-btn-group{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.export-btn-group-compact{justify-content:flex-end}.profile-actions-bar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:20px}
