:root{--primary: #3f63a8;--primary-dark: #2f4d86;--secondary: #6fb14a;--accent: #f39a27;--bg-body: #f4f7fb;--bg-card: #ffffff;--bg-sidebar: #1b2a4a;--text-main: #1c2430;--text-muted: #6b7a90;--text-light: #f8fafc;--success: #3ea667;--warning: #f39a27;--shadow-sm: 0 1px 2px 0 rgb(15 23 42 / .06);--shadow-md: 0 6px 16px rgba(15, 23, 42, .12);--shadow-lg: 0 18px 36px rgba(15, 23, 42, .16);--radius-lg: 1rem;--radius-md: .75rem;--radius-full: 9999px;--font-sans: "Manrope", sans-serif;--font-display: "Sora", sans-serif;--motion-fast: .12s;--motion-med: .22s;--motion-slow: .42s;--easing-standard: cubic-bezier(.2, 0, 0, 1);--easing-emphasized: cubic-bezier(.2, .8, .2, 1)}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);background-color:var(--bg-body);color:var(--text-main);display:flex;height:100vh;overflow:hidden}.app-container{display:flex;width:100%;height:100%;position:relative;max-width:1400px;margin:0 auto}.sidebar{width:250px;background-color:var(--bg-sidebar);color:var(--text-light);display:flex;flex-direction:column;padding:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:100;min-height:100vh;overflow:hidden}.sidebar.collapsed{width:70px;padding:1rem .5rem}.sidebar-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.sidebar-header h2{font-size:1.1rem;font-weight:600;white-space:nowrap;opacity:1;transition:opacity .2s}.sidebar.collapsed .sidebar-header h2{opacity:0;pointer-events:none;width:0}.logo-circle{width:40px;height:40px;border-radius:var(--radius-md);overflow:hidden}.logo-circle img{width:100%;height:100%;object-fit:cover}.sidebar-nav{display:flex;flex-direction:column;gap:.5rem;flex:1;overflow-y:auto;padding-right:4px;scrollbar-gutter:stable}.nav-item{display:flex;align-items:center;gap:1rem;padding:.6rem;color:#9ca3af;text-decoration:none;border-radius:var(--radius-md);transition:transform var(--motion-fast) var(--easing-standard),background var(--motion-fast) var(--easing-standard),color var(--motion-fast) var(--easing-standard),border-color var(--motion-fast) var(--easing-standard);font-weight:600;font-size:.86rem;overflow:hidden;white-space:nowrap;--nav-icon-bg: rgba(255, 255, 255, .08);--nav-icon-active-bg: var(--primary);--nav-icon-fg: #cbd5f5}.sidebar.collapsed .nav-item{padding-left:.85rem}.nav-item span{transition:opacity .2s}.sidebar.collapsed .nav-item span{opacity:0}.nav-item i{width:30px;height:30px;min-width:30px;display:inline-flex;align-items:center;justify-content:center;text-align:center;border-radius:10px;font-size:.9rem;background:var(--nav-icon-bg);color:var(--nav-icon-fg);transition:transform var(--motion-fast) var(--easing-standard),background var(--motion-fast) var(--easing-standard),color var(--motion-fast) var(--easing-standard),box-shadow var(--motion-fast) var(--easing-standard)}.nav-item:hover,.nav-item.active{background-color:#ffffff1a;color:#fff}.nav-item.active{background-color:var(--primary);box-shadow:0 12px 22px #0f172a52;animation:nav-rgb-glow 6s linear infinite;position:relative}.nav-item:hover i,.nav-item:active i,.mobile-nav-item:active i{animation:nav-jiggle .45s ease-in-out}.nav-item.active i{background:var(--nav-icon-active-bg);color:#fff;box-shadow:0 10px 18px #0f172a59}.sidebar.collapsed .nav-item i{width:34px;height:34px;min-width:34px;margin:0 auto;font-size:.95rem}.nav-item[data-page=dashboard]{--nav-icon-bg: rgba(63, 99, 168, .25);--nav-icon-active-bg: #3f63a8;--nav-icon-fg: #a9c1ff}.nav-item[data-page=staff-directory]{--nav-icon-bg: rgba(16, 185, 129, .2);--nav-icon-active-bg: #10b981;--nav-icon-fg: #b7f7dd}.nav-item[data-page=policies]{--nav-icon-bg: rgba(245, 158, 11, .2);--nav-icon-active-bg: #f59e0b;--nav-icon-fg: #fde7b0}.nav-item[data-page=annual-plan]{--nav-icon-bg: rgba(99, 102, 241, .2);--nav-icon-active-bg: #6366f1;--nav-icon-fg: #c7c9ff}.nav-item[data-page=timesheet]{--nav-icon-bg: rgba(14, 165, 233, .18);--nav-icon-active-bg: #0ea5e9;--nav-icon-fg: #b7e9ff}.nav-item[data-page=profile]{--nav-icon-bg: rgba(236, 72, 153, .18);--nav-icon-active-bg: #ec4899;--nav-icon-fg: #ffc0e2}.nav-item[data-page=minutes]{--nav-icon-bg: rgba(139, 92, 246, .2);--nav-icon-active-bg: #8b5cf6;--nav-icon-fg: #decaff}.nav-item[data-page=admin]{--nav-icon-bg: rgba(249, 115, 22, .2);--nav-icon-active-bg: #f97316;--nav-icon-fg: #ffd2ad}.nav-item[data-page=master-sheet]{--nav-icon-bg: rgba(20, 184, 166, .2);--nav-icon-active-bg: #14b8a6;--nav-icon-fg: #baf4ee}.nav-item[data-page=salary]{--nav-icon-bg: rgba(34, 197, 94, .2);--nav-icon-active-bg: #22c55e;--nav-icon-fg: #c9f7d9}.nav-item[data-page=widget]{--nav-icon-bg: rgba(148, 163, 184, .2);--nav-icon-active-bg: #64748b;--nav-icon-fg: #e2e8f0}@keyframes nav-jiggle{0%{transform:rotate(0) translateY(0)}25%{transform:rotate(-4deg) translateY(-1px)}50%{transform:rotate(4deg) translateY(0)}75%{transform:rotate(-3deg) translateY(1px)}to{transform:rotate(0) translateY(0)}}@keyframes nav-rgb-glow{0%{box-shadow:0 12px 22px #0f172a52,0 0 0 2px #ef4444e6,0 0 16px #ef4444b3}33%{box-shadow:0 12px 22px #0f172a52,0 0 0 2px #22c55ee6,0 0 16px #22c55eb3}66%{box-shadow:0 12px 22px #0f172a52,0 0 0 2px #3b82f6e6,0 0 16px #3b82f6b3}to{box-shadow:0 12px 22px #0f172a52,0 0 0 2px #ef4444e6,0 0 16px #ef4444b3}}.nav-item.has-new-msg,.mobile-nav-item.has-new-msg{color:#22c55e;animation:navGlow 2.5s ease-in-out infinite}@keyframes navGlow{0%{box-shadow:0 0 #22c55e80}50%{box-shadow:0 0 0 6px #22c55e26}to{box-shadow:0 0 #22c55e00}}.sidebar-footer{padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);margin-top:auto;flex-shrink:0}.user-mini-profile{display:flex;align-items:center;gap:1rem;text-decoration:none;color:inherit;padding:.4rem .2rem;border-radius:var(--radius-md);transition:background var(--motion-fast) var(--easing-standard)}.user-mini-profile img{width:40px;height:40px;border-radius:50%}.user-mini-profile:hover{background:#ffffff14}.user-name{font-weight:600;font-size:.9rem;white-space:nowrap}.sidebar.collapsed .user-mini-profile div{display:none}.user-settings-icon{margin-left:auto;font-size:.9rem;color:#cbd5f5}.sidebar.collapsed .user-settings-icon{display:none}.user-role{font-size:.75rem;color:#9ca3af}.main-content{flex:1;display:flex;flex-direction:column;overflow-y:auto;background-color:var(--bg-body)}.page-content{display:flex;flex-direction:column;gap:1rem;padding:1rem;max-width:100%}@media(max-width:768px){.page-content{padding:1rem;padding-bottom:calc(7rem + env(safe-area-inset-bottom))}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.mobile-header{display:none;padding:1rem;background:var(--bg-card);align-items:center;justify-content:space-between;box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:10}.logo-area{display:flex;align-items:center;gap:.75rem}.logo-area h1{font-size:1.1rem;font-weight:700;color:var(--text-main)}.mobile-nav{display:none;position:fixed;bottom:0;left:0;width:100%;background:var(--bg-card);box-shadow:0 -2px 10px #0000000d;justify-content:space-around;padding:.5rem .1rem;padding-bottom:calc(.5rem + env(safe-area-inset-bottom));z-index:50;border-top:1px solid rgba(0,0,0,.05)}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;gap:.15rem;text-decoration:none;color:var(--text-muted);font-size:.65rem;flex:1;min-width:0;white-space:nowrap;overflow:hidden;--nav-icon-bg: rgba(31, 41, 55, .08);--nav-icon-active-bg: var(--primary);--nav-icon-fg: #6b7280}.mobile-nav-item i{font-size:1rem;width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:var(--nav-icon-bg);color:var(--nav-icon-fg)}.mobile-nav-item.active i{background:var(--nav-icon-active-bg);color:#fff}.mobile-nav-item[data-page=dashboard]{--nav-icon-bg: rgba(63, 99, 168, .2);--nav-icon-active-bg: #3f63a8}.mobile-nav-item[data-page=staff-directory]{--nav-icon-bg: rgba(16, 185, 129, .18);--nav-icon-active-bg: #10b981}.mobile-nav-item[data-page=policies]{--nav-icon-bg: rgba(245, 158, 11, .18);--nav-icon-active-bg: #f59e0b}.mobile-nav-item[data-page=annual-plan]{--nav-icon-bg: rgba(99, 102, 241, .18);--nav-icon-active-bg: #6366f1}.mobile-nav-item[data-page=timesheet]{--nav-icon-bg: rgba(14, 165, 233, .18);--nav-icon-active-bg: #0ea5e9}.mobile-nav-item[data-page=profile]{--nav-icon-bg: rgba(236, 72, 153, .18);--nav-icon-active-bg: #ec4899}.mobile-nav-item[data-page=minutes]{--nav-icon-bg: rgba(139, 92, 246, .18);--nav-icon-active-bg: #8b5cf6}.mobile-nav-item[data-page=admin]{--nav-icon-bg: rgba(249, 115, 22, .18);--nav-icon-active-bg: #f97316}.mobile-nav-item[data-page=master-sheet]{--nav-icon-bg: rgba(20, 184, 166, .18);--nav-icon-active-bg: #14b8a6}.mobile-nav-item[data-page=salary]{--nav-icon-bg: rgba(34, 197, 94, .18);--nav-icon-active-bg: #22c55e}@media(max-width:768px){.sidebar{position:fixed;top:0;left:0;bottom:0;z-index:100;transform:translate(-100%);box-shadow:10px 0 15px -3px #0000001a;display:flex}.sidebar.open{transform:translate(0)}.mobile-header,.mobile-nav{display:flex}@media(max-width:360px){.mobile-nav-item span{font-size:.6rem}.mobile-nav-item i{font-size:1rem}}}.sidebar-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:90;display:none}.sidebar-overlay.active{display:block}.menu-toggle-btn{background:none;border:none;font-size:1.25rem;color:var(--text-main);cursor:pointer;padding:.5rem;display:none}@media(max-width:768px){.menu-toggle-btn{display:block}}.card{background:var(--bg-card);border-radius:var(--radius-lg);padding:.75rem;box-shadow:var(--shadow-sm);border:1px solid rgba(0,0,0,.05);transition:transform var(--motion-med) var(--easing-standard),box-shadow var(--motion-med) var(--easing-standard);animation:fadeUp var(--motion-med) var(--easing-standard)}.welcome-card{background:linear-gradient(135deg,#1e1b4b,#4338ca);color:#fff;display:flex;justify-content:space-between;align-items:center;overflow:hidden;box-shadow:0 10px 25px -5px #1e1b4b66,0 8px 10px -6px #1e1b4b66;border:none;transition:transform .3s ease}.welcome-card:hover{transform:translateY(-2px)}@media(max-width:480px){.welcome-card{flex-direction:column;text-align:center;padding:1rem!important;min-height:auto!important}.welcome-card h2{font-size:1.1rem!important;line-height:1.4}.welcome-card p{font-size:.85rem!important}.welcome-card img,.welcome-card i.fa-cloud-sun{display:none}}.check-in-widget{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.timer-display{font-size:2.5rem;font-weight:700;font-variant-numeric:tabular-nums;color:var(--text-main);letter-spacing:-2px}@media(max-width:360px){.timer-display{font-size:2rem}}.status-badge{padding:.5rem 1rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:500}.status-badge.in{background-color:#ecfdf5;color:var(--success)}.status-badge.out{background-color:#fef2f2;color:var(--accent)}.badge{padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:600}.badge.manual{background-color:#fefce8;color:#854d0e;border:1px solid #fef08a}.action-btn{background:linear-gradient(to right,var(--success),#059669);color:#fff;font-size:1.1rem;font-weight:600;padding:.75rem 2rem;border-radius:var(--radius-full);border:none;cursor:pointer;box-shadow:0 4px 14px #10b98163;transition:transform var(--motion-fast) var(--easing-standard),box-shadow var(--motion-fast) var(--easing-standard),filter var(--motion-fast) var(--easing-standard)}.action-btn:active{transform:scale(.98)}.action-btn.checkout{background:linear-gradient(to right,var(--accent),#e11d48);box-shadow:0 4px 14px #f43f5e63}.location-text{font-size:.85rem;color:var(--text-muted);display:flex;align-items:center;gap:.5rem}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.75rem;animation:fadeUp var(--motion-med) var(--easing-standard)}.full-width{grid-column:1 / -1}.table-container{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:.6rem;text-align:left;border-bottom:1px solid #E5E7EB}@media(max-width:640px){.mobile-table-card table,.mobile-table-card thead,.mobile-table-card tbody,.mobile-table-card th,.mobile-table-card td,.mobile-table-card tr{display:block}.mobile-table-card thead tr{position:absolute;top:-9999px;left:-9999px}.mobile-table-card tr{border:1px solid #E5E7EB;border-radius:var(--radius-md);margin-bottom:1rem;padding:.5rem;background:#fff}.mobile-table-card td{border:none;border-bottom:1px solid #f3f4f6;position:relative;padding-left:50%!important;text-align:right!important;min-height:2.5rem;display:flex;align-items:center;justify-content:flex-end}.mobile-table-card td:last-child{border-bottom:0}.mobile-table-card td:before{position:absolute;left:.5rem;width:45%;padding-right:10px;white-space:nowrap;text-align:left;font-weight:600;color:var(--text-muted);content:attr(data-label);font-size:.75rem}}.chip-btn{background:#f3f4f6;border:1px solid #e5e7eb;padding:.5rem 1rem;border-radius:999px;font-size:.85rem;color:#4b5563;cursor:pointer;transition:all .2s;font-weight:500}.chip-btn:hover{background:#e5e7eb;color:var(--text-main)}.chip-btn:active{transform:scale(.95);background:#d1d5db}.modal-overlay{position:fixed;inset:0;z-index:1000;background:linear-gradient(180deg,#47240c2e,#0f172a6b);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);display:flex;justify-content:center;align-items:center;padding:1rem;animation:fadeUp var(--motion-fast) var(--easing-standard)}.modal-content{background:linear-gradient(180deg,#fffef9,#fff7ed);padding:1.35rem;border-radius:1rem;border:1px solid #f5d0a6;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 22px 36px #0f172a3d,0 4px 12px #78350f26;position:relative;animation:scaleIn var(--motion-med) var(--easing-emphasized);transition:transform var(--motion-med) var(--easing-emphasized)}.modal-content h2,.modal-content h3{color:#7c2d12;letter-spacing:.01em}.modal-content p,.modal-content label{color:#78350f}.modal-content input,.modal-content select,.modal-content textarea{border-color:#f5d0a6!important;background:#fffefb!important}.modal-content input:focus,.modal-content select:focus,.modal-content textarea:focus{border-color:#fb923c!important;box-shadow:0 0 0 3px #fb923c29}.app-system-dialog{max-width:460px}.app-system-dialog-head{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.6rem}.app-system-dialog-head h3{margin:0}.app-system-dialog-close{width:2rem;height:2rem;border:1px solid #fed7aa;border-radius:999px;background:#fff7ed;color:#9a3412;font-size:1.1rem;cursor:pointer}.app-system-dialog-body p{margin:0;line-height:1.5}.app-system-dialog-input{margin-top:.8rem;width:100%}.app-system-dialog-actions{display:flex;justify-content:flex-end;gap:.55rem;margin-top:1rem}.annual-staff-filter{display:flex;align-items:center;gap:.45rem;border:1px solid #d6def5;background:#fff;border-radius:10px;padding:.38rem .55rem;min-width:210px}.annual-staff-filter i{color:#6366f1;font-size:.8rem}.annual-staff-filter input{border:none;outline:none;background:transparent;width:100%;font-size:.82rem;color:#334155}.timesheet-view-toggle{display:inline-flex;align-items:center;gap:.4rem}.timesheet-view-mode-wrap{display:inline-flex;align-items:center;gap:.45rem;border:1px solid #d6def5;border-radius:10px;background:#fff;padding:.3rem .45rem}.timesheet-view-label{font-size:.75rem;font-weight:700;color:#64748b}.timesheet-view-select{border:none;background:transparent;color:#1f2937;font-weight:700;font-size:.8rem;outline:none;cursor:pointer}.timesheet-month-switch{display:inline-flex;align-items:center;gap:.35rem}.timesheet-month-switch button{border:1px solid #d6def5;background:#fff;color:#334155;border-radius:8px;min-width:32px;height:32px;cursor:pointer}.timesheet-month-label{min-width:132px;text-align:center;font-size:.82rem;font-weight:700;color:#3730a3;padding:0 .35rem}.timesheet-today-btn{padding:0 .6rem;min-width:auto!important;font-weight:700}.timesheet-calendar-wrap{border:1px solid #e2e8f0;border-radius:14px;background:#fff;overflow:hidden}.timesheet-calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);background:#f8fafc}.timesheet-calendar-weekdays div{padding:.55rem .45rem;text-align:center;font-size:.75rem;font-weight:700;color:#64748b;border-right:1px solid #eef2f7}.timesheet-calendar-weekdays div:last-child{border-right:none}.timesheet-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:0}.timesheet-cal-day{min-height:128px;border-right:1px solid #eef2f7;border-top:1px solid #eef2f7;padding:.45rem;display:flex;flex-direction:column;gap:.35rem}.timesheet-cal-day.empty{background:#f8fafc}.timesheet-cal-day.today{background:#f8faff}.timesheet-cal-day-head{display:flex;justify-content:space-between;align-items:center;gap:.35rem}.timesheet-cal-date{font-size:.82rem;font-weight:800;color:#334155}.timesheet-cal-attendance{font-size:.68rem;font-weight:700;border-radius:999px;padding:.15rem .45rem;border:1px solid #e2e8f0;color:#64748b}.timesheet-cal-attendance.present{background:#ecfdf3;color:#166534;border-color:#bbf7d0}.timesheet-cal-attendance.late{background:#fff7ed;color:#9a3412;border-color:#fed7aa}.timesheet-cal-plans{display:flex;flex-direction:column;gap:.25rem}.timesheet-cal-plan{font-size:.72rem;color:#1e293b;background:#eef2ff;border:1px solid #dbeafe;border-radius:7px;padding:.28rem .35rem;line-height:1.25}.timesheet-cal-empty,.timesheet-cal-more{font-size:.68rem;color:#94a3b8}.timesheet-day-detail-item{border:1px solid #e2e8f0;border-radius:10px;padding:.55rem;background:#fff;margin-bottom:.45rem}.timesheet-day-detail-head{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.3rem;font-size:.78rem;color:#334155;font-weight:700}.timesheet-day-status-chip{background:#eef2ff;border:1px solid #dbeafe;border-radius:999px;padding:.12rem .45rem;font-size:.68rem}.timesheet-day-detail-text{font-size:.8rem;color:#1e293b;margin-bottom:.5rem;line-height:1.35}.timesheet-day-plan-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.4rem .5rem;font-size:.78rem;color:#334155;margin-bottom:.35rem}.timesheet-day-detail-empty{font-size:.78rem;color:#94a3b8;padding:.4rem .2rem}@media(max-width:900px){.annual-staff-filter{width:100%;min-width:0;order:-1}.timesheet-month-label{min-width:104px;font-size:.74rem}.timesheet-cal-day{min-height:112px;padding:.32rem}}@keyframes modalSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.profile-avatar-container{position:relative;width:80px;height:80px}.profile-avatar-container img{width:100%;height:100%;border-radius:50%;border:3px solid rgba(255,255,255,.2);object-fit:cover}.timesheet-controls{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.filter-group{display:flex;align-items:center;gap:.5rem}.compact-table th,.compact-table td{padding:8px 12px;font-size:.85rem}.compact-table td .time-badge{display:inline-flex;flex-direction:column;font-size:.75rem}.compact-table td .time-badge span{font-weight:600}.compact-table td .time-badge .out{color:var(--accent)}.compact-table td .time-badge .in{color:var(--success)}@keyframes slideInRight{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}#mention-dropdown{scrollbar-width:thin;scrollbar-color:#e2e8f0 transparent}#mention-dropdown::-webkit-scrollbar{width:4px}#mention-dropdown::-webkit-scrollbar-thumb{background-color:#e2e8f0;border-radius:4px}.mention-item:hover{background-color:#f8fafc}.mention-item img{border:1px solid #f1f5f9}.annual-plan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;padding:.35rem;width:100%;max-width:none;justify-self:start}.annual-month-card{background:linear-gradient(180deg,#fff,#f8fafc);border-radius:18px;padding:.85rem;box-shadow:0 10px 22px #0f172a14;border:1px solid rgba(148,163,184,.18);position:relative;overflow:hidden;transition:transform .2s,box-shadow .2s}.annual-month-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.annual-month-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(99,102,241,.12),transparent 55%);pointer-events:none}.annual-month-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:.45rem;margin-bottom:.7rem;border-bottom:1px solid rgba(148,163,184,.18);position:relative;z-index:1}.annual-month-title{font-size:.98rem;font-weight:700;color:#1e293b}.annual-month-year{font-size:.7rem;color:#94a3b8;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.annual-cal-mini{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;font-size:.74rem;position:relative;z-index:1}.annual-weekday{font-weight:700;color:#94a3b8;text-align:center;font-size:.65rem;letter-spacing:.08em;text-transform:uppercase}.annual-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:10px;position:relative;cursor:pointer;font-weight:500;color:#334155;background:#fff;border:1px solid rgba(148,163,184,.18);box-shadow:inset 0 1px #fffc;transition:transform var(--motion-fast) var(--easing-standard),box-shadow var(--motion-fast) var(--easing-standard),background var(--motion-fast) var(--easing-standard)}.annual-day:hover:not(.empty){background:#e0f2fe;transform:translateY(-1px);box-shadow:0 6px 12px #0e74902e}.annual-day.today{background:linear-gradient(135deg,var(--primary) 0%,#38bdf8 100%);color:#fff;font-weight:700;border-color:transparent;box-shadow:0 10px 18px #2563eb59}.annual-day .dot-container{position:absolute;bottom:3px;left:50%;transform:translate(-50%);display:flex;gap:3px}.status-dot{width:5px;height:5px;border-radius:50%;box-shadow:0 0 0 1px #ffffffe6}.dot-leave{background:#ef4444}.dot-event{background:#10b981}.dot-work{background:#6366f1}.annual-day.has-work{border:1.5px solid #a5b4fc}.annual-day.work-overdue{border-color:#fca5a5;background:#fff1f2}.annual-day.work-completed{border-color:#86efac;background:#ecfdf5}.annual-day.empty{background:transparent;border:none;box-shadow:none;cursor:default}.desktop-toggle-btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:#ffffff1a;border:none;border-radius:6px;color:#fff;cursor:pointer;margin-left:auto;transition:background .2s}.desktop-toggle-btn:hover{background:#fff3}@media(max-width:768px){.desktop-toggle-btn{display:none}}body{background:radial-gradient(circle at 15% 10%,rgba(63,99,168,.12) 0,transparent 40%),radial-gradient(circle at 85% 85%,rgba(111,177,74,.12) 0,transparent 42%),linear-gradient(180deg,#f8fafc,#eef3f9);letter-spacing:.01em}.app-container{max-width:1540px;padding:1rem;gap:1rem}.sidebar{border-radius:1.25rem;background:linear-gradient(180deg,#1b2a4a,#141e35);box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.08)}.sidebar-header h2{font-family:var(--font-display);font-size:1.02rem;letter-spacing:.02em}.nav-item{border:1px solid transparent;border-radius:.9rem}.nav-item:hover{border-color:#94a3b84d;transform:translate(2px)}.nav-item.active{background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);border-color:#ffffff2e;animation:nav-rgb-glow 6s linear infinite;box-shadow:0 12px 22px #0f172a52}.nav-item:hover i{animation:nav-jiggle .45s ease-in-out}.main-content{border-radius:1.25rem;background:#ffffffb8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.72);box-shadow:var(--shadow-md)}.mobile-header{background:#ffffffd1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(148,163,184,.2)}.mobile-nav{background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(148,163,184,.2)}.mobile-nav-item.active{color:var(--primary)}.page-content{padding:1.2rem;gap:1.1rem}.dashboard-grid{gap:1.1rem}.card{border-radius:1rem;border:1px solid #e2e8f0;box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.action-btn{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);border-radius:.8rem;border:1px solid rgba(15,118,110,.25);font-weight:700;letter-spacing:.01em;box-shadow:0 10px 18px #0f766e3d}.action-btn:hover{transform:translateY(-1px);box-shadow:0 14px 22px #0f766e47}.action-btn.secondary{background:#fff;color:var(--text-main);border:1px solid #cbd5e1;box-shadow:none}.icon-btn{border-radius:.75rem;border:1px solid #dbe3ee;background:#ffffffdb}.top-notification-btn{position:relative;overflow:visible;width:42px;height:42px;font-size:1.15rem;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1.5px solid #e2e8f0;background:#fff;cursor:pointer;transition:box-shadow .2s,border-color .2s}.top-notification-btn:hover{box-shadow:0 0 0 3px #6366f11f;border-color:#c7d2fe}.top-notification-btn.has-pending{animation:top-bell-shake 1.2s ease-in-out infinite;border-color:#f59e0b;box-shadow:0 0 0 4px #f59e0b2e;background:#fffbeb}.top-notification-badge{position:absolute;top:-5px;right:-5px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#ef4444;color:#fff;border:2px solid #fff;font-size:.65rem;font-weight:800;line-height:16px;text-align:center}.desktop-notification-btn{display:inline-flex;position:fixed;right:18px;top:13px;z-index:1010}.notification-history-modal{width:min(760px,95vw);max-height:86vh;overflow:hidden;display:flex;flex-direction:column}.notification-history-head{display:flex;justify-content:space-between;align-items:center;gap:.7rem;border-bottom:1px solid #e2e8f0;padding-bottom:.65rem;margin-bottom:.65rem}.notification-history-list{overflow:auto;display:flex;flex-direction:column;gap:.55rem;padding-right:.2rem}.notification-history-item{border:1px solid #e2e8f0;border-radius:10px;padding:.6rem;background:#fff}.notification-history-item.is-pending{border-left:4px solid #f59e0b;background:#fffaf0}.notification-history-item-head{display:flex;justify-content:space-between;align-items:flex-start;gap:.7rem}.notification-history-title{font-size:.86rem;font-weight:700;color:#1f2937}.notification-history-meta{font-size:.72rem;color:#6b7280;margin-top:2px}.notification-history-text{font-size:.77rem;color:#374151;margin-top:.35rem}.notification-history-badge{font-size:.66rem;font-weight:700;border-radius:999px;padding:2px 8px;border:1px solid #e5e7eb;background:#f3f4f6;color:#374151;text-transform:uppercase}.notification-history-badge.pending{background:#fffbeb;color:#92400e;border-color:#fde68a}.notification-history-badge.accepted,.notification-history-badge.approved{background:#ecfdf5;color:#166534;border-color:#bbf7d0}.notification-history-badge.rejected{background:#fef2f2;color:#991b1b;border-color:#fecaca}.notification-history-actions{margin-top:.55rem;display:flex;gap:.45rem}.notification-history-btn{border:none;border-radius:7px;padding:.35rem .58rem;font-size:.74rem;font-weight:700;cursor:pointer}.notification-history-btn.approve{background:#10b981;color:#fff}.notification-history-btn.reject{background:#ef4444;color:#fff}@keyframes top-bell-shake{0%{transform:translate(0) rotate(0)}20%{transform:translate(-1px) rotate(-9deg)}40%{transform:translate(1px) rotate(8deg)}60%{transform:translate(-1px) rotate(-6deg)}80%{transform:translate(1px) rotate(4deg)}to{transform:translate(0) rotate(0)}}@media(max-width:768px){.desktop-notification-btn{display:none}}#notif-drawer-root{position:fixed;inset:0;z-index:10000;pointer-events:none}.notif-drawer-backdrop{position:absolute;inset:0;background:#0f172a00;transition:background .28s ease;pointer-events:none}.notif-drawer-backdrop.notif-drawer-backdrop-visible{background:#0f172a66;pointer-events:all;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.notif-drawer{position:absolute;top:0;right:0;height:100%;width:min(420px,100vw);background:#fff;box-shadow:-8px 0 40px #00000024;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.32,.72,0,1);pointer-events:all;border-radius:0}.notif-drawer.notif-drawer-open{transform:translate(0)}.notif-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.25rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;flex-shrink:0}.notif-drawer-header-left{display:flex;align-items:center;gap:.75rem}.notif-drawer-header-icon{font-size:1.35rem;opacity:.9}.notif-drawer-header-title{font-size:1rem;font-weight:700;letter-spacing:-.3px}.notif-drawer-header-sub{font-size:.72rem;opacity:.8;margin-top:1px}.notif-drawer-tools{padding:.75rem;border-bottom:1px solid #e5e7eb;background:#f8fafc;display:flex;flex-direction:column;gap:.55rem}.notif-drawer-search-wrap{display:flex;align-items:center;gap:.45rem;border:1px solid #d1d5db;border-radius:.75rem;background:#fff;color:#64748b;padding:.45rem .65rem}.notif-drawer-search-input{width:100%;border:none!important;box-shadow:none!important;outline:none;background:transparent;font-size:.78rem;color:#0f172a}.notif-drawer-controls{display:flex;flex-direction:column;gap:.5rem}.notif-drawer-status-tabs{display:flex;gap:.4rem;flex-wrap:wrap}.notif-drawer-status-tab{border:1px solid #cbd5e1;background:#fff;color:#475569;border-radius:999px;padding:.28rem .62rem;font-size:.7rem;font-weight:600;cursor:pointer;transition:all .15s ease}.notif-drawer-status-tab:hover{border-color:#818cf8;color:#3730a3}.notif-drawer-status-tab.is-active{border-color:#4f46e5;background:#4f46e5;color:#fff}.notif-drawer-selects{display:grid;grid-template-columns:1fr 1fr;gap:.45rem}.notif-drawer-selects select{border:1px solid #cbd5e1;border-radius:.65rem;background:#fff;font-size:.72rem;padding:.38rem .55rem;color:#0f172a}.notif-drawer-results{font-size:.68rem;color:#64748b;font-weight:600}.notif-drawer-list{flex:1;overflow-y:auto;padding:.75rem;display:flex;flex-direction:column;gap:.6rem}.notif-drawer-list::-webkit-scrollbar{width:4px}.notif-drawer-list::-webkit-scrollbar-thumb{background:#c7d2fe;border-radius:4px}.notif-drawer-item{border-radius:12px;border:1.5px solid #e2e8f0;background:#f8fafc;padding:.75rem .9rem;transition:opacity .2s,transform .2s}.notif-drawer-item.is-pending{border-left:3px solid #f97316}.notif-drawer-item-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.notif-drawer-item-left{display:flex;align-items:flex-start;gap:.6rem;flex:1;min-width:0}.notif-drawer-source-icon{width:32px;height:32px;border-radius:8px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;font-size:.85rem;flex-shrink:0}.notif-drawer-title{font-size:.82rem;font-weight:600;color:#1e1b4b;line-height:1.35;word-break:break-word}.notif-drawer-meta{font-size:.68rem;color:#9ca3af;margin-top:2px}.notif-drawer-item-right{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.notif-drawer-badge{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.4px;padding:.18rem .5rem;border-radius:999px;color:#fff;white-space:nowrap}.notif-drawer-text{font-size:.73rem;color:#4b5563;margin-top:.4rem;line-height:1.45;padding-left:40px}.notif-drawer-actions{display:flex;gap:.4rem;margin-top:.55rem;padding-left:40px}.notif-drawer-btn{display:inline-flex;align-items:center;gap:.3rem;font-size:.72rem;font-weight:600;padding:.3rem .75rem;border-radius:8px;border:none;cursor:pointer;transition:opacity .15s,transform .1s}.notif-drawer-btn:active{transform:scale(.97)}.notif-drawer-btn.approve{background:#dcfce7;color:#15803d}.notif-drawer-btn.approve:hover{background:#bbf7d0}.notif-drawer-btn.reject{background:#fee2e2;color:#b91c1c}.notif-drawer-btn.reject:hover{background:#fecaca}.notif-drawer-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;padding:3rem 1rem;color:#9ca3af;font-size:2rem;text-align:center}.notif-drawer-empty p{font-size:.85rem;color:#9ca3af;margin:0}@media(max-width:480px){.notif-drawer-selects{grid-template-columns:1fr}}input,select,textarea{border-radius:.75rem;border:1px solid #cbd5e1;transition:border-color .2s ease,box-shadow .2s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px #0ea5e924}.table-container table{border-collapse:separate;border-spacing:0}.table-container thead th{position:sticky;top:0;background:#f8fafc;z-index:2;font-weight:700;color:#334155}.table-container tbody tr{transition:background-color .18s ease}.table-container tbody tr:hover{background:#f8fbff}.modal-content{border:1px solid #dbe3ee;border-radius:1rem}#page-content>*{animation:fadeIn .22s ease-out}@media(max-width:768px){.app-container{padding:0;gap:0}.main-content{border-radius:0;border:none}.card{border-radius:.9rem}}.dashboard-hero-stats-card{--hero-bg-1: #0f172a;--hero-bg-2: #1f2937;--hero-accent: #22d3ee;--hero-accent-2: #34d399;position:relative;overflow:hidden;border:1px solid rgba(148,163,184,.24);border-radius:14px;background:linear-gradient(135deg,var(--hero-bg-1),var(--hero-bg-2));color:#e2e8f0;box-shadow:0 14px 32px #0f172a3d;padding:clamp(.56rem,1.4vw,.78rem);animation:heroCardReveal .32s ease-out both}.dashboard-hero-stats-card:before{content:"";position:absolute;inset:-40% 25% auto -30%;height:220px;border-radius:50%;background:radial-gradient(circle at center,#22d3ee3d,#22d3ee00);pointer-events:none}.dashboard-hero-stats-card:after{content:"";position:absolute;inset:auto -20% -50% 35%;height:230px;border-radius:50%;background:radial-gradient(circle at center,#34d39933,#34d39900);pointer-events:none}.dashboard-hero-stats-head,.dashboard-hero-stats-body,.dashboard-hero-stats-foot{position:relative;z-index:1}.dashboard-hero-stats-head{display:flex;align-items:center;justify-content:space-between;gap:.4rem;margin-bottom:.45rem}.hero-label-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .46rem;border-radius:999px;font-size:.58rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase;color:#ecfeff;background:linear-gradient(90deg,#0891b2e6,#0d9488e6);border:1px solid rgba(207,250,254,.35)}.hero-sync-time{font-size:.6rem;font-weight:700;color:#bae6fd;opacity:.95}.dashboard-hero-stats-body{display:grid;gap:.45rem}.hero-profile{display:flex;align-items:center;gap:.46rem}.hero-avatar{width:40px;height:40px;border-radius:10px;object-fit:cover;border:2px solid rgba(255,255,255,.35);box-shadow:0 8px 24px #06b6d438}.hero-info{min-width:0}.hero-name{font-size:.82rem;font-weight:800;color:#f8fafc;line-height:1.2}.hero-role{margin-top:.1rem;font-size:.64rem;color:#cbd5e1}.hero-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:.34rem}.hero-metric{background:#ffffff14;border:1px solid rgba(255,255,255,.16);border-radius:9px;padding:.34rem .28rem;text-align:center;transition:transform .18s ease,border-color .18s ease}.hero-slot:hover .hero-metric{border-color:#22d3ee73}.hero-metric:hover{transform:translateY(-1px)}.hero-metric-value{font-size:.82rem;font-weight:800;color:#f0fdfa;line-height:1.1}.hero-metric-label{margin-top:.08rem;font-size:.54rem;text-transform:uppercase;letter-spacing:.04em;color:#bae6fd;font-weight:700}.hero-attendance-modifier-row{display:flex;flex-wrap:wrap;gap:.26rem}.hero-attendance-pill{display:inline-flex;align-items:center;gap:.25rem;font-size:.56rem;color:#d1fae5;background:#10b98129;border:1px solid rgba(167,243,208,.35);border-radius:999px;padding:.14rem .42rem}.hero-attendance-pill strong{color:#ecfeff;font-weight:800}.dashboard-hero-stats-foot{margin-top:.45rem;display:flex;flex-wrap:wrap;gap:.28rem}.dashboard-hero-stats-foot .dashboard-kpi-tag{background:#0e749061;border:1px solid rgba(125,211,252,.34);color:#e0f2fe;font-size:.56rem;padding:.14rem .44rem}@keyframes heroCardReveal{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.dashboard-hero-stats-card{animation:none}.hero-metric{transition:none}}@media(max-width:760px){.dashboard-hero-card{padding:.62rem!important;min-height:auto}.dashboard-hero-copy{min-width:0}.dashboard-hero-title{font-size:.86rem}.dashboard-hero-date{font-size:.64rem}.dashboard-hero-weather-icon{font-size:1.45rem}.dashboard-hero-row{align-items:flex-start}.dashboard-hero-stats-card{border-radius:11px;padding:.52rem}.hero-avatar{width:36px;height:36px;border-radius:9px}.hero-name{font-size:.74rem}.hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-metric{padding:.32rem .24rem}.hero-metric-value{font-size:.76rem}.hero-attendance-modifier-row{gap:.32rem}.hero-attendance-pill{font-size:.54rem}}.dashboard-primary-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;grid-column:1 / -1;margin-bottom:.75rem;align-items:start}.dashboard-primary-row>.card.dashboard-card-mode-tile{height:auto;min-height:clamp(240px,30vh,290px);max-height:none;align-self:start}.dashboard-primary-row>.dashboard-primary-col>.card.dashboard-card-mode-tile{height:auto;min-height:clamp(240px,30vh,290px);max-height:none}@media(max-width:1200px){.dashboard-primary-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:780px){.dashboard-primary-row{grid-template-columns:1fr}}.team-activities-page{display:flex;flex-direction:column;gap:.7rem;padding:.75rem}.team-activities-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.team-activities-header h2{margin:0;font-size:1.35rem;color:#0f172a}.team-activities-meta{font-size:.75rem;color:#64748b;margin-top:.25rem}.team-activities-actions,.team-activities-summary{display:flex;flex-wrap:wrap;gap:.4rem}.team-activities-chip{background:#f8fafc;border:1px solid #e2e8f0;padding:.3rem .55rem;border-radius:999px;font-size:.7rem;color:#334155}.team-activities-filters{display:flex;flex-wrap:wrap;gap:.6rem;background:#fff;border:1px solid #e2e8f0;border-radius:.8rem;padding:.55rem .65rem}.team-activities-filters.compact{align-items:center}.team-activities-filter-group{display:flex;flex-direction:column;gap:.25rem;min-width:140px}.team-activities-filter-group label{font-size:.62rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.08em}.team-activities-filter-group input,.team-activities-filter-group select{border:1px solid #e2e8f0;border-radius:.55rem;padding:.35rem .5rem;font-size:.8rem;color:#0f172a;background:#fff}.team-activities-date-range{display:flex;align-items:center;gap:.4rem}.team-activities-date-range span{font-size:.75rem;color:#94a3b8}.team-activities-loading{font-size:.85rem;color:#64748b}.team-activities-table-wrap{overflow-x:hidden;overflow-y:auto;border:1px solid #e2e8f0;border-radius:.9rem;background:#fff}.team-activities-table{width:100%;border-collapse:collapse;table-layout:auto}.team-activities-table thead th{position:sticky;top:0;background:#f8fafc;color:#475569;font-size:.68rem;text-transform:uppercase;letter-spacing:.05em;text-align:left;padding:.45rem .55rem;border-bottom:1px solid #e2e8f0;cursor:pointer}.team-activities-table tbody td{padding:.45rem .55rem;border-bottom:1px solid #f1f5f9;font-size:.78rem;color:#0f172a}.team-activities-table tbody tr:hover{background:#f8fafc}.team-activities-desc{max-width:220px;white-space:normal;word-break:break-word}.team-activities-type{text-transform:capitalize}.team-activities-status{display:inline-flex;align-items:center;padding:.15rem .4rem;border-radius:999px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:#e2e8f0;color:#475569}.team-activities-status.status-completed{background:#dcfce7;color:#166534}.team-activities-status.status-in-process{background:#e0f2fe;color:#0369a1}.team-activities-status.status-overdue{background:#fee2e2;color:#b91c1c}.team-activities-status.status-not-completed{background:#fef3c7;color:#b45309}.team-activities-status.status-to-be-started{background:#ede9fe;color:#6d28d9}.team-activities-progress{margin-top:.3rem;display:inline-flex;align-items:center;gap:.35rem;background:#e0f2fe;color:#0369a1;border:1px solid #bae6fd;border-radius:999px;padding:.08rem .45rem;font-size:.64rem;font-weight:700}.team-activities-row-btn{border:none;background:#eef2ff;color:#3730a3;padding:.22rem .45rem;border-radius:.45rem;font-size:.68rem;font-weight:700;cursor:pointer}.team-activities-row-actions{display:flex;flex-wrap:wrap;gap:.22rem}.team-activities-inline-toast{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .5rem;border-radius:999px;font-size:.72rem;font-weight:700;background:#dcfce7;color:#166534;opacity:0;transform:translateY(-2px);transition:opacity .12s ease,transform .12s ease}.team-activities-inline-toast.show{opacity:1;transform:translateY(0)}.team-activities-filter-row input{width:100%;padding:.35rem .45rem;font-size:.78rem}@media(max-width:960px){.team-activities-table-wrap{overflow-x:auto}.team-activities-desc{max-width:320px}}.team-activities-row-btn.warn{background:#fff7ed;color:#c2410c}.team-activities-row-btn.success{background:#dcfce7;color:#166534}.team-activities-postpone-popover{position:absolute;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 14px 28px #0f172a2e;padding:.75rem;width:240px;z-index:20}.team-activities-postpone-head{font-size:.75rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.team-activities-postpone-input{width:100%;border:1px solid #e2e8f0;border-radius:.6rem;padding:.4rem .5rem;font-size:.85rem;color:#0f172a;margin-bottom:.6rem}.team-activities-postpone-actions{display:flex;justify-content:flex-end;gap:.4rem}.team-activities-pagination{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .2rem;color:#64748b;font-size:.85rem}.team-activities-load-more{display:flex;justify-content:center;margin-top:.5rem}.team-activities-page-btn{border:1px solid #e2e8f0;background:#fff;padding:.4rem .7rem;border-radius:.6rem;cursor:pointer;font-weight:600}.team-activities-page-btn:disabled{opacity:.5;cursor:not-allowed}.team-activities-columns{position:relative}.team-activities-columns-popover{position:absolute;right:0;top:calc(100% + .4rem);background:#fff;border:1px solid #e2e8f0;border-radius:.6rem;padding:.6rem;box-shadow:0 12px 24px #0f172a1f;display:none;min-width:160px;z-index:5}.team-activities-columns-popover.open{display:flex;flex-direction:column;gap:.4rem}.team-activities-dropdown{position:relative}.team-activities-dropdown-btn{border:1px solid #e2e8f0;background:#fff;padding:.45rem .6rem;border-radius:.6rem;display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;color:#0f172a;cursor:pointer}.team-activities-dropdown-panel{position:absolute;top:calc(100% + .4rem);left:0;background:#fff;border:1px solid #e2e8f0;border-radius:.6rem;box-shadow:0 12px 24px #0f172a1f;padding:.6rem;width:220px;display:none;z-index:6}.team-activities-dropdown-panel.open{display:block}.team-activities-dropdown-actions{display:flex;justify-content:space-between;margin-bottom:.4rem}.team-activities-dropdown-list{max-height:220px;overflow-y:auto;display:flex;flex-direction:column;gap:.35rem}.team-activities-checkbox{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:#334155}.team-activities-link{background:none;border:none;color:#4f46e5;font-size:.75rem;cursor:pointer;padding:0}.team-activities-empty{color:#94a3b8;font-size:.8rem;padding:1rem;text-align:center}@media(max-width:900px){.team-activities-table{min-width:720px}}@media(max-width:720px){.team-activities-actions{width:100%}.team-activities-filters{padding:.6rem}.team-activities-filter-group{min-width:140px;flex:1 1 140px}.team-activities-table{min-width:640px}}.dashboard-primary-card,.dashboard-primary-col{display:flex;flex-direction:column;min-height:0;height:auto}.dashboard-primary-col{min-width:0}.dashboard-primary-col>.card{width:100%}.dashboard-primary-col-highlight{border:2px solid #fb923c;border-radius:12px;padding:.2rem}.dashboard-summary-col{display:flex;flex-direction:column;gap:1rem;min-width:260px}.dashboard-summary-col-wide{flex:1.3}.dashboard-summary-col-narrow{flex:.9}.dashboard-worklog-card{padding:.65rem!important;display:flex;flex-direction:column;height:auto;flex:0 1 auto;min-height:0}.dashboard-worklog-head{margin-bottom:.5rem;border-bottom:1px solid #f1f5f9;padding-bottom:.35rem}.dashboard-worklog-head h4{margin:0;font-size:.92rem;color:#1f2937}.dashboard-worklog-head span{font-size:.66rem;color:#64748b}.dashboard-worklog-staff{font-size:.75rem;color:var(--accent);font-weight:800}.dashboard-worklog-filter-row{display:flex;gap:.4rem;margin-bottom:.75rem;align-items:center}.dashboard-worklog-date-input{border:1px solid #e2e8f0;border-radius:6px;padding:.2rem .3rem;font-size:.75rem;width:104px}.dashboard-worklog-to{color:#94a3b8;font-size:.75rem}.dashboard-worklog-go-btn{background:var(--primary);color:#fff;border:none;border-radius:6px;padding:.22rem .5rem;font-size:.75rem;cursor:pointer;font-weight:700}.dashboard-worklog-list{flex:1;overflow-y:auto;min-height:0;font-size:.75rem;padding-right:5px;padding-bottom:0;display:flex;flex-direction:column;gap:.2rem;scrollbar-gutter:stable;overscroll-behavior:contain;max-height:clamp(210px,32vh,260px)}.dashboard-team-activity-card{padding:.58rem!important;display:flex;flex-direction:column;height:100%;flex:1 1 auto;min-height:0}.dashboard-team-activity-head{margin-bottom:.5rem;border-bottom:1px solid #f1f5f9;padding-bottom:.35rem}.dashboard-team-activity-head h4{margin:0;color:#1f2937;font-size:.9rem}.dashboard-team-activity-head span{font-size:.65rem;color:#6b7280}.dashboard-team-activity-filters{display:flex;gap:.4rem;margin-bottom:.75rem}.dashboard-team-activity-filters-compact{flex-wrap:wrap;gap:.35rem;margin-bottom:.45rem}.dashboard-team-select{flex:1 1 135px;min-width:120px;border:1px solid #dbe3ef;border-radius:8px;padding:.28rem .45rem;font-size:.72rem;color:#334155;background:#fff}.dashboard-team-chip{font-size:.7rem!important;padding:.3rem .6rem!important}.dashboard-team-activity-list{flex:1;overflow-y:auto;font-size:.75rem;padding-right:5px;scroll-behavior:smooth;min-height:0;padding-bottom:0;display:flex;flex-direction:column;gap:.2rem;scrollbar-gutter:stable;overscroll-behavior:contain;max-height:clamp(145px,20vh,190px)}.dashboard-team-activity-list-split{padding-right:0;overflow:hidden}.dashboard-team-activity-split-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;min-height:0}.dashboard-team-activity-col{border:1px solid #e7edf6;border-radius:10px;background:#fff;min-height:0;display:flex;flex-direction:column}.dashboard-team-activity-col-head{display:flex;justify-content:space-between;align-items:center;padding:.35rem .45rem;border-bottom:1px solid #f1f5f9;font-size:.7rem;font-weight:700;color:#334155}.dashboard-team-activity-count{background:#f1f5f9;border-radius:999px;padding:.08rem .36rem;font-size:.65rem;color:#475569}.dashboard-team-activity-col-list{overflow-y:auto;min-height:0;max-height:clamp(120px,18vh,170px);padding:.2rem .3rem .25rem;display:flex;flex-direction:column;gap:.16rem}@media(max-width:1024px){.dashboard-primary-row>.card.dashboard-card-mode-tile,.dashboard-primary-row>.dashboard-primary-col>.card.dashboard-card-mode-tile{height:auto;min-height:clamp(220px,28vh,270px);max-height:none}}@media(max-width:768px){.dashboard-primary-row>.card.dashboard-card-mode-tile,.dashboard-primary-row>.dashboard-primary-col>.card.dashboard-card-mode-tile{height:auto;min-height:280px;max-height:none}}.dashboard-staff-activity-item-compact{margin-left:0!important;padding:.2rem .25rem .2rem .45rem!important;border-left:2px solid #e5e7eb;border-radius:8px;background:#fcfdff}.dashboard-team-activity-item-date{margin-left:.35rem;font-size:.63rem;color:#64748b;font-weight:600}.dashboard-staff-directory-card{padding:.75rem!important;display:flex;flex-direction:column;height:100%;flex:1 1 auto;min-height:0}.dashboard-staff-directory-head{margin-bottom:.5rem;border-bottom:1px solid #f1f5f9;padding-bottom:.35rem}.dashboard-staff-directory-head h4{margin:0;color:#1f2937;font-size:.9rem}.dashboard-staff-directory-head span{font-size:.65rem;color:#6b7280}.dashboard-staff-directory-list{flex:1;overflow-y:auto;font-size:.75rem;padding-right:5px;min-height:0;display:flex;flex-direction:column;gap:.5rem;scrollbar-gutter:stable;overscroll-behavior:contain;max-height:clamp(210px,32vh,260px)}.dashboard-worklog-list,.dashboard-team-activity-list,.dashboard-staff-directory-list{scrollbar-width:thin;scrollbar-color:rgba(100,116,139,.5) transparent}.dashboard-worklog-list::-webkit-scrollbar,.dashboard-team-activity-list::-webkit-scrollbar,.dashboard-staff-directory-list::-webkit-scrollbar{width:8px}.dashboard-worklog-list::-webkit-scrollbar-track,.dashboard-team-activity-list::-webkit-scrollbar-track,.dashboard-staff-directory-list::-webkit-scrollbar-track{background:transparent}.dashboard-worklog-list::-webkit-scrollbar-thumb,.dashboard-team-activity-list::-webkit-scrollbar-thumb,.dashboard-staff-directory-list::-webkit-scrollbar-thumb{background:#94a3b8b3;border-radius:999px;border:2px solid transparent;background-clip:content-box}.dashboard-worklog-list .dashboard-activity-date,.dashboard-team-activity-list .dashboard-activity-date{margin:.1rem 0 .15rem;padding:2px 6px;font-size:.72rem}.dashboard-worklog-list .dashboard-activity-item{margin-left:.4rem;padding:2px 0 2px .6rem;margin-bottom:0}.dashboard-team-activity-list .dashboard-staff-activity-item{margin-left:.4rem;padding-left:.6rem;margin-bottom:0}.dashboard-worklog-list .dashboard-activity-desc,.dashboard-team-activity-list .dashboard-activity-desc,.dashboard-team-activity-list .dashboard-staff-activity-desc{font-size:.78rem;line-height:1.2}.dashboard-worklog-list .dashboard-activity-meta,.dashboard-team-activity-list .dashboard-activity-meta{font-size:.64rem;margin-top:1px}.dashboard-team-activity-list .dashboard-staff-name{font-size:.75rem}@media(max-width:900px){.dashboard-team-activity-split-grid{grid-template-columns:1fr}}.dashboard-staff-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.45rem .5rem;border:1px solid #eef2f7;border-radius:10px;background:#fff}.dashboard-staff-meta{display:flex;align-items:center;gap:.5rem;min-width:0}.dashboard-staff-avatar{width:28px;height:28px;border-radius:50%;border:2px solid #e2e8f0;position:relative}.dashboard-staff-avatar img{width:100%;height:100%;border-radius:50%;display:block}.staff-status-dot{position:absolute;bottom:-2px;right:-2px;width:10px;height:10px;border-radius:999px;border:2px solid #ffffff;background:#94a3b8}.staff-status-dot.online{background:#22c55e}.staff-status-dot.checkedin{background:#ef4444}.staff-status-dot.offline{background:#94a3b8}.dashboard-staff-text{min-width:0}.dashboard-staff-name{font-weight:700;color:#1f2937;font-size:.78rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.dashboard-staff-role{color:#94a3b8;font-size:.68rem}.dashboard-staff-actions{display:flex;align-items:center;gap:.35rem}.dashboard-staff-btn{width:28px;height:28px;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc;color:#334155;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:.75rem}.dashboard-staff-btn:hover{background:#eef2ff;border-color:#c7d2fe;color:#3730a3}.dashboard-staff-btn.accept{background:#ecfdf5;border-color:#bbf7d0;color:#166534}.dashboard-staff-btn.reject{background:#fef2f2;border-color:#fecaca;color:#991b1b}.dashboard-staff-pending{font-size:.65rem;font-weight:700;color:#7c3aed;background:#f3e8ff;border-radius:999px;padding:2px 6px}.dashboard-staff-row-new{box-shadow:0 0 0 2px #3b82f640;animation:staffGlow 2.5s ease-in-out 1}@keyframes staffGlow{0%{box-shadow:0 0 #3b82f673}50%{box-shadow:0 0 0 6px #3b82f626}to{box-shadow:0 0 #3b82f600}}.dashboard-tagged-card{padding:.85rem}.dashboard-tagged-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eef2f7;padding-bottom:.4rem;margin-bottom:.6rem}.dashboard-tagged-head h4{margin:0;font-size:.95rem}.dashboard-tagged-head span{font-size:.7rem;color:#64748b}.dashboard-tagged-list{display:flex;flex-direction:column;gap:.6rem}.dashboard-tagged-item{display:flex;justify-content:space-between;gap:.75rem;border:1px solid #e2e8f0;border-radius:12px;padding:.6rem .75rem;background:#fff}.dashboard-tagged-title{font-weight:700;color:#0f172a;font-size:.85rem}.dashboard-tagged-desc{color:#64748b;font-size:.75rem}.dashboard-tagged-meta{color:#94a3b8;font-size:.7rem;margin-top:.2rem}.dashboard-tagged-status{display:flex;flex-direction:column;align-items:flex-end;gap:.4rem}.dashboard-tagged-pill{font-size:.65rem;font-weight:700;padding:3px 8px;border-radius:999px;background:#f1f5f9;color:#475569}.dashboard-tagged-pill.pending{background:#fffbeb;color:#92400e}.dashboard-tagged-pill.accepted{background:#ecfdf5;color:#166534}.dashboard-tagged-pill.rejected{background:#fef2f2;color:#991b1b}.dashboard-tagged-actions{display:flex;gap:.35rem}.dashboard-tagged-btn{border:1px solid #e2e8f0;background:#f8fafc;color:#334155;border-radius:8px;padding:4px 8px;font-size:.7rem;cursor:pointer}.dashboard-tagged-btn.accept{background:#ecfdf5;border-color:#bbf7d0;color:#166534}.dashboard-tagged-btn.reject{background:#fef2f2;border-color:#fecaca;color:#991b1b}.dashboard-notifications-card{padding:.85rem;background:#fff7ed;border-left:5px solid #f59e0b}.dashboard-notifications-card h4{margin:0 0 .6rem;color:#b45309}.dashboard-notifications-grid{display:flex;flex-direction:column;gap:.5rem}.dashboard-notif-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;padding-bottom:.4rem;border-bottom:1px solid rgba(0,0,0,.06);animation:dashboard-notif-blink 1s ease-in-out infinite!important}@keyframes dashboard-notif-blink{0%,to{opacity:1;background:transparent}50%{opacity:.2;background:#fbbf241f}}.dashboard-notif-col{display:flex;flex-direction:column;gap:.2rem}.dashboard-notif-col.right{align-items:flex-end;text-align:right}.dashboard-notif-close{border:1px solid #fcd34d;background:#fff7ed;color:#92400e;width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;margin-bottom:.2rem}.dashboard-notif-close:hover{background:#ffedd5}.dashboard-notif-name{font-weight:700;color:#92400e;font-size:.82rem}.dashboard-notif-summary{font-size:.75rem;color:#78350f}.dashboard-notif-snippet{font-size:.75rem;color:#92400e;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-notif-time{font-size:.65rem;color:#b45309}.daily-plan-reminder-modal{max-width:520px;border:1px solid #fde68a;background:linear-gradient(180deg,#fffdf4,#fff7e6)}.daily-plan-reminder-head{display:flex;align-items:center;gap:.75rem;margin-bottom:.8rem}.daily-plan-reminder-badge{width:40px;height:40px;border-radius:999px;background:#fef3c7;color:#b45309;display:inline-flex;align-items:center;justify-content:center;border:1px solid #fcd34d}.daily-plan-reminder-head h3{margin:0;font-size:1.05rem;color:#7c2d12}.daily-plan-reminder-head p{margin:.1rem 0 0;font-size:.8rem;color:#92400e}.daily-plan-reminder-note{margin:0 0 .6rem;font-size:.86rem;color:#78350f}.daily-plan-reminder-list{display:flex;flex-direction:column;gap:.4rem}.daily-plan-reminder-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;color:#451a03;background:#fff9;border:1px solid #fef3c7;border-radius:10px;padding:.42rem .55rem}.daily-plan-reminder-index{min-width:20px;height:20px;border-radius:999px;background:#fde68a;color:#92400e;font-size:.72rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.daily-plan-reminder-more{font-size:.75rem;color:#92400e;padding-left:.3rem}.daily-plan-reminder-empty{font-size:.85rem;color:#92400e;background:#ffffffa6;border:1px dashed #f59e0b;border-radius:10px;padding:.6rem}.daily-plan-reminder-actions{margin-top:.95rem;display:flex;justify-content:flex-end;gap:.5rem}.daily-plan-reminder-modal.daily-theme-morning{border-color:#fde68a;background:linear-gradient(180deg,#fffdf4,#fff7e6)}.daily-plan-reminder-modal.daily-theme-afternoon{border-color:#fdba74;background:linear-gradient(180deg,#fffbf5,#ffedd5)}.daily-plan-reminder-modal.daily-theme-evening{border-color:#c4b5fd;background:linear-gradient(180deg,#f8f7ff,#ede9fe)}.daily-plan-reminder-modal.daily-theme-night{border-color:#94a3b8;background:linear-gradient(180deg,#f8fafc,#e2e8f0)}.daily-plan-reminder-modal.daily-theme-afternoon .daily-plan-reminder-badge{background:#ffedd5;border-color:#fdba74;color:#c2410c}.daily-plan-reminder-modal.daily-theme-evening .daily-plan-reminder-badge{background:#ede9fe;border-color:#c4b5fd;color:#6d28d9}.daily-plan-reminder-modal.daily-theme-night .daily-plan-reminder-badge{background:#e2e8f0;border-color:#cbd5e1;color:#334155}.notify-combined-modal{width:min(760px,94vw)}.notify-form{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.notify-columns{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.notify-col h4{margin:0 0 .5rem;font-size:.9rem;color:#1f2937}.notify-col label{display:flex;flex-direction:column;gap:.35rem;font-size:.8rem;color:#475569}.notify-col input,.notify-col textarea{width:100%;padding:.6rem;border:1px solid #e2e8f0;border-radius:.6rem;font-family:inherit;font-size:.85rem}.notify-actions{display:flex;gap:1rem}.notify-cancel-btn{flex:1;padding:.75rem;border:1px solid #e2e8f0;background:#fff;border-radius:.6rem;cursor:pointer}.notify-send-btn{flex:1;padding:.75rem;border-radius:.6rem}@media(max-width:900px){.notify-columns,.dashboard-notif-row{grid-template-columns:1fr}.dashboard-notif-col.right{align-items:flex-start;text-align:left}}.staff-directory-page{display:grid;grid-template-columns:260px 1fr;gap:1rem}.staff-directory-panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1rem;display:flex;flex-direction:column;min-height:70vh}.staff-directory-panel-head h3{margin:0;font-size:1rem;color:#0f172a}.staff-directory-panel-head span{font-size:.75rem;color:#64748b}.staff-directory-list{margin-top:.8rem;display:flex;flex-direction:column;gap:.6rem;overflow-y:auto;flex:1}.staff-directory-item{display:flex;align-items:center;gap:.6rem;padding:.5rem .6rem;border-radius:12px;border:1px solid transparent;background:#f8fafc;cursor:pointer;transition:all .2s ease}.staff-directory-item.active{border-color:#c7d2fe;background:#eef2ff}.staff-directory-avatar img{width:34px;height:34px;border-radius:50%;border:2px solid #e2e8f0}.staff-directory-avatar{position:relative;width:34px;height:34px}.staff-directory-info{flex:1;text-align:left}.staff-directory-name{font-weight:700;font-size:.82rem;color:#1f2937}.staff-directory-role{font-size:.7rem;color:#94a3b8}.staff-directory-badge{background:#22c55e;color:#fff;font-size:.65rem;padding:2px 6px;border-radius:999px;font-weight:700}.staff-thread-panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1rem;display:flex;flex-direction:column;min-height:70vh}.staff-thread-head h3{margin:0;font-size:1.1rem;color:#0f172a}.staff-thread-head span{font-size:.75rem;color:#64748b}.staff-thread-head{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.staff-thread-actions{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.staff-thread-action-btn{border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:10px;padding:.45rem .75rem;font-size:.78rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem}.staff-thread-action-btn.secondary{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.staff-thread-action-btn:disabled{opacity:.5;cursor:not-allowed}.staff-thread-columns{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem;flex:1;min-height:0}.staff-thread-column{display:flex;flex-direction:column;gap:.75rem;min-height:0}.staff-thread-column-head{font-weight:700;color:#1f2937}.staff-message-modal{width:min(560px,92vw)}.staff-modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8rem}.staff-modal-head h3{margin:0;font-size:1.1rem}.staff-modal-head span{font-size:.8rem;color:#64748b}.staff-modal-close{background:none;border:none;font-size:1.4rem;cursor:pointer;color:#64748b}.staff-modal-form{display:flex;flex-direction:column;gap:.6rem}.staff-modal-form input,.staff-modal-form textarea{padding:.65rem;border:1px solid #e2e8f0;border-radius:10px;font-family:inherit;font-size:.9rem}.staff-thread-form{display:flex;flex-direction:column;gap:.5rem}.staff-thread-form input,.staff-thread-form textarea{padding:.6rem;border:1px solid #e2e8f0;border-radius:10px;font-family:inherit;font-size:.85rem}.staff-thread-history{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.6rem;border:1px solid #f1f5f9;border-radius:12px;padding:.6rem;background:#f8fafc}.staff-message{padding:.5rem .6rem;border-radius:10px;background:#fff;border:1px solid #e2e8f0}.staff-message.outgoing{border-color:#bfdbfe;background:#eff6ff}.staff-message-meta{font-size:.7rem;color:#64748b;margin-bottom:.2rem}.staff-message-body{font-size:.85rem;color:#0f172a;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;line-height:1.45}.staff-message-body a{overflow-wrap:anywhere;word-break:break-word}.staff-message-link a{display:inline-block;max-width:100%;font-size:.75rem;color:#2563eb;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.staff-message-empty{text-align:center;color:#94a3b8;padding:1rem}.staff-task-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:.6rem .75rem}.staff-task-head{display:flex;justify-content:space-between;gap:.5rem}.staff-task-title{font-weight:700;color:#0f172a;font-size:.85rem}.staff-task-meta{font-size:.7rem;color:#64748b}.staff-task-status{font-size:.65rem;padding:2px 8px;border-radius:999px;font-weight:700;background:#fffbeb;color:#92400e;height:fit-content}.staff-task-status.approved{background:#ecfdf5;color:#166534}.staff-task-status.rejected{background:#fef2f2;color:#991b1b}.staff-task-desc{margin-top:.4rem;font-size:.8rem;color:#475569}.staff-task-actions{display:flex;gap:.4rem;margin-top:.5rem}.staff-task-btn{border:1px solid #e2e8f0;background:#f8fafc;color:#334155;border-radius:8px;padding:4px 8px;font-size:.7rem;cursor:pointer}.staff-task-btn.approve{background:#ecfdf5;border-color:#bbf7d0;color:#166534}.staff-task-btn.reject{background:#fef2f2;border-color:#fecaca;color:#991b1b}.staff-task-reason{margin-top:.4rem;font-size:.7rem;color:#b91c1c}.checkout-task-layout{display:block;width:100%}#checkout-task-checklist.delegate-open .checkout-task-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,34%);gap:.75rem;align-items:start}.checkout-task-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(140px,180px);gap:.75rem;align-items:start;padding:.6rem 0;border-bottom:1px dashed #e5e7eb;width:100%}.checkout-task-copy{min-width:0}.checkout-task-title{font-size:.95rem;font-weight:600;color:#0f172a;line-height:1.35;word-break:normal;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.postponed-source-chip{display:inline-block;margin-left:.4rem;padding:.12rem .45rem;border-radius:999px;font-size:.72rem;font-weight:700;color:#6b21a8;background:#f3e8ff;border:1px solid #ddd6fe;white-space:nowrap;vertical-align:middle}.checkout-task-status{font-size:.78rem;color:#64748b;margin-top:.15rem}.checkout-task-action-select{width:100%;height:2.3rem;background:#fff;border:1px solid #dbe2ea;border-radius:10px;padding:.35rem .6rem;font-size:.9rem;color:#0f172a;cursor:pointer}.checkout-task-controls{display:flex;flex-direction:column;gap:.6rem}.checkout-task-detail-btn{width:100%;border:1px solid #dbe2ea;background:#f8fafc;border-radius:10px;padding:.5rem .7rem;font-size:.85rem;font-weight:600;color:#1f2937;cursor:pointer}.checkout-task-detail-btn:disabled{opacity:.55;cursor:not-allowed}.checkout-main-modal{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.checkout-main-modal .checkout-main-content{max-height:min(88vh,920px);overflow-y:auto;border-radius:18px;padding:1.2rem 1.2rem 1rem;border:1px solid #dbe2ea;box-shadow:0 28px 60px #0f172a33;animation:checkoutModalRise .18s ease-out}.checkout-action-detail-modal .checkout-action-detail-content{width:min(92vw,460px);max-height:82vh;overflow-y:auto;padding:1rem 1.05rem;border-radius:18px;border:1px solid #dbe2ea;box-shadow:0 24px 50px #0f172a2e;animation:checkoutModalRise .16s ease-out}.checkout-action-detail-modal.has-error .checkout-action-detail-content{border:1px solid #fca5a5;background:#fff1f2}.checkout-action-detail-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:.8rem}.checkout-action-detail-title{font-size:1rem;font-weight:700;color:#0f172a}.checkout-action-detail-sub{font-size:.78rem;color:#64748b}.checkout-action-detail-close{border:none;background:transparent;font-size:1rem;cursor:pointer;color:#64748b}.checkout-task-panel-header{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b;margin-bottom:.6rem}.checkout-task-saved{background:#e0f2fe;color:#0369a1;border-radius:999px;padding:.1rem .5rem;font-size:.65rem;font-weight:700;opacity:0;transform:translateY(-4px);transition:all .25s ease}.checkout-task-saved.is-visible{opacity:1;transform:translateY(0)}.checkout-task-panel-body{display:flex;flex-direction:column;gap:.75rem}.checkout-task-action-help{padding:.8rem .9rem;border:1px solid #dbeafe;border-radius:12px;background:#eff6ff;color:#1e3a8a;font-size:.84rem;line-height:1.45}.checkout-task-field label{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;font-weight:600;color:#475569;margin-bottom:.35rem}.checkout-task-field input[type=range]{width:100%}.checkout-task-field textarea,.checkout-task-action-extra textarea,.checkout-task-action-extra input,.checkout-task-action-extra select{width:100%;border:1px solid #dbe2ea;border-radius:8px;padding:.45rem .6rem;font-size:.85rem;font-family:inherit;background:#fff}.checkout-task-status-chips{display:flex;flex-wrap:wrap;gap:.4rem}.checkout-task-chip{border:1px solid #cbd5f5;background:#f8fafc;color:#475569;padding:.3rem .6rem;border-radius:999px;font-size:.72rem;font-weight:600;cursor:pointer}.checkout-task-chip.is-selected{background:#2563eb;border-color:#2563eb;color:#fff}.checkout-task-action-extra label{display:block;font-size:.75rem;font-weight:600;color:#475569;margin:.3rem 0}.checkout-task-inline-error{margin-top:.45rem;font-size:.75rem;color:#b91c1c;font-weight:600}.checkout-action-preview-list{display:flex;flex-direction:column;gap:.65rem}.checkout-action-preview-item{border:1px solid #e2e8f0;border-radius:12px;padding:.7rem .8rem;background:#fff}.checkout-action-preview-title{font-size:.9rem;font-weight:700;color:#0f172a;margin-bottom:.25rem}.checkout-action-preview-meta{display:flex;gap:.5rem;align-items:center;font-size:.78rem;color:#475569;margin-bottom:.35rem}.checkout-action-preview-chip{background:#e0f2fe;color:#0369a1;border-radius:999px;padding:.12rem .5rem;font-weight:700;font-size:.7rem}.checkout-action-preview-note{font-size:.78rem;color:#334155;margin-bottom:.25rem}.checkout-action-preview-extra{font-size:.75rem;color:#64748b}@keyframes checkoutModalRise{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.dashboard-progress-chip{display:inline-flex;align-items:center;margin-top:.35rem;background:#e0f2fe;color:#0369a1;border:1px solid #bae6fd;border-radius:999px;padding:.12rem .5rem;font-size:.7rem;font-weight:700}.dashboard-stats-card{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.dashboard-stats-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0f172a14}.dashboard-stats-modal .dashboard-stats-modal-content{width:min(94vw,720px);max-height:85vh;overflow-y:auto;padding:1.2rem 1.4rem}.dashboard-stats-modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.dashboard-stats-modal-title{font-size:1.15rem;font-weight:800;color:#0f172a}.dashboard-stats-modal-sub{font-size:.85rem;color:#64748b;margin-top:.2rem}.dashboard-stats-modal-close{border:none;background:#f1f5f9;color:#475569;width:36px;height:36px;border-radius:10px;cursor:pointer}.dashboard-stats-modal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;margin-bottom:1rem}.dashboard-stats-modal-tile{border:1px solid #e2e8f0;border-radius:14px;padding:.8rem;background:#f8fafc;display:flex;flex-direction:column;gap:.35rem}.dashboard-stats-modal-tile.highlight{background:#eff6ff;border-color:#bfdbfe}.dashboard-stats-modal-tile .label{font-size:.72rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.dashboard-stats-modal-tile .value{font-size:1.1rem;font-weight:800;color:#0f172a}.dashboard-stats-modal-tile .hint{font-size:.72rem;color:#94a3b8}.dashboard-stats-modal-section{border-top:1px solid #e2e8f0;padding-top:.9rem}.dashboard-stats-modal-section-title{font-size:.8rem;font-weight:800;color:#334155;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.6rem}.dashboard-stats-modal-breakdown{display:grid;gap:.5rem}.dashboard-stats-modal-row{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#1f2937;padding:.4rem .6rem;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}.dashboard-stats-modal-tile.is-active,.dashboard-stats-modal-row.is-active{border-color:#60a5fa;background:#eff6ff}.dashboard-stats-modal-dates{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem}.dashboard-stats-date-item{padding:.5rem .6rem;border-radius:10px;border:1px solid #e2e8f0;background:#fff;font-size:.8rem;color:#0f172a;text-align:center;font-weight:700}.dashboard-stats-date-empty{font-size:.8rem;color:#94a3b8}.delegate-user-btn{display:flex;align-items:center;gap:.6rem;width:100%;padding:.45rem .6rem;border:1px solid #dbe2ea;background:#fff;border-radius:10px;cursor:pointer;font-size:.9rem;color:#0f172a;text-align:left}.delegate-user-btn:hover{border-color:#93c5fd;background:#f8fbff}.delegate-user-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.delegate-picker-list{display:flex;flex-direction:column;gap:.45rem;max-height:320px;overflow-y:auto}.delegate-picker-item{display:flex;align-items:center;gap:.55rem;width:100%;padding:.5rem .65rem;border:1px solid #dbe2ea;border-radius:10px;background:#fff;cursor:pointer;text-align:left}.delegate-picker-item:hover{border-color:#93c5fd;background:#f8fbff}.delegate-picker-item.selected{border-color:#8b5cf6;background:#f5f3ff}@media(max-width:900px){.checkout-task-layout,#checkout-task-checklist.delegate-open .checkout-task-layout,.checkout-task-row{grid-template-columns:1fr}.checkout-task-action-select{max-width:220px}}@media(max-width:1100px){.staff-directory-page{grid-template-columns:1fr}}@media(max-width:900px){.staff-thread-columns{grid-template-columns:1fr}}.dashboard-activity-empty{color:#94a3b8;text-align:center;padding:1rem}.dashboard-activity-date{font-weight:600;color:#374151;background:#f8fafc;padding:4px 8px;border-radius:6px;margin-top:.75rem;margin-bottom:.25rem;font-size:.8rem}.dashboard-activity-item{margin-left:.5rem;padding:4px 0 4px .75rem;border-left:3px solid #e5e7eb;margin-bottom:.5rem;border-radius:0 6px 6px 0}.dashboard-activity-item-collab{background:#f0fdf4}.dashboard-activity-item-minute{background:#f5f3ff}.dashboard-activity-desc{white-space:pre-wrap;color:#4b5563;font-size:.85rem}.dashboard-activity-status-row{margin-top:4px;display:flex;align-items:center;gap:8px}.dashboard-activity-edit-wrap{display:flex;gap:4px}.dashboard-activity-edit-btn{background:none;border:1px solid #e2e8f0;border-radius:4px;padding:2px 4px;font-size:.62rem;color:#64748b;cursor:pointer}.dashboard-activity-meta{font-size:.7rem;color:#9ca3af;margin-top:2px}.dashboard-staff-activity-item{margin-left:.5rem;padding-left:.75rem;border-left:2px solid #e5e7eb;margin-bottom:.5rem}.dashboard-staff-name{font-weight:600;color:var(--primary);font-size:.8rem}.dashboard-staff-activity-desc{margin-top:2px}.dashboard-stats-card{padding:1rem!important;display:flex;flex-direction:column;gap:.75rem}.dashboard-stats-card-head{display:flex;justify-content:space-between;align-items:flex-start}.dashboard-stats-card-title{margin:0;font-size:1rem;color:#1f2937}.dashboard-stats-card-subtitle{font-size:.7rem;color:#6b7280;margin-top:.15rem;display:block}.dashboard-penalty-badge{font-size:.65rem;background:#fee2e2;color:#991b1b;padding:2px 8px;border-radius:12px;font-weight:600}.dashboard-stats-metric-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.dashboard-stats-metric{padding:.6rem;border-radius:8px;text-align:center}.dashboard-stats-metric-late{background:#fef2f2;border:1px solid #fee2e2}.dashboard-stats-metric-extra{background:#ecfdf5;border:1px solid #d1fae5}.dashboard-stats-metric-value{font-weight:700;font-size:1rem}.dashboard-stats-metric-late .dashboard-stats-metric-value{color:#b91c1c}.dashboard-stats-metric-extra .dashboard-stats-metric-value{color:#047857}.dashboard-stats-metric-label{font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.dashboard-stats-metric-late .dashboard-stats-metric-label{color:#7f1d1d}.dashboard-stats-metric-extra .dashboard-stats-metric-label{color:#064e3b}.dashboard-breakdown-grid{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:flex-start}.dashboard-breakdown-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.4rem;border-radius:8px;min-width:60px;text-align:center}.dashboard-breakdown-count{font-weight:700;font-size:1rem}.dashboard-breakdown-label{font-size:.6rem;font-weight:500;line-height:1.2;margin-top:1px}.admin-kpi-card{background:linear-gradient(135deg,#1e1b4b,#312e81)!important;color:#fff;border:none!important;padding:1.25rem!important}.admin-kpi-label{font-size:.75rem;opacity:.8;font-weight:500}.admin-kpi-value{font-size:2rem;margin:.25rem 0}.admin-kpi-grid{display:flex;gap:.75rem;margin-top:.75rem}.admin-kpi-pill{flex:1;background:#ffffff1f;padding:.6rem;border-radius:.75rem}.admin-kpi-pill-value{font-size:1.1rem;font-weight:700}.admin-kpi-pill-label{font-size:.65rem;opacity:.7;text-transform:uppercase}.admin-section-card{padding:1.5rem!important}.admin-section-title{color:#1e1b4b;margin-bottom:1rem}.admin-warn-row{background:#fff7ed}.admin-leave-type-badge{font-weight:600;font-size:.8rem;padding:2px 6px;background:#e0e7ff;color:#4338ca;border-radius:4px}.admin-leave-warning{color:#c2410c;font-size:.75rem}.admin-leave-valid{color:#166534;font-size:.75rem}.admin-leave-actions{display:flex;gap:6px}.admin-btn{border:none;color:#fff;border-radius:4px;padding:4px 8px;font-size:.75rem;cursor:pointer}.admin-btn-success{background:#166534}.admin-btn-warning{background:#f59e0b}.admin-btn-danger{background:#991b1b}.admin-performance-card{padding:1rem!important}.admin-performance-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.admin-performance-title{margin:0}.admin-performance-subtitle{font-size:.8rem;margin-top:2px}.admin-performance-status{padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600}.admin-performance-bars{height:80px;display:flex;align-items:flex-end;gap:5px;margin-bottom:6px}.admin-performance-bar-item{flex:1;display:flex;flex-direction:column;height:100%;justify-content:flex-end;align-items:center;gap:3px}.admin-performance-bar-val{font-size:.55rem;font-weight:700}.admin-performance-bar-fill{width:100%;border-radius:4px 4px 0 0;opacity:.8}.admin-performance-labels{display:flex;gap:6px;border-top:1px solid #f3f4f6;padding-top:4px;margin-bottom:1rem}.admin-performance-label-item{flex:1;text-align:center;font-size:.65rem;color:#9ca3af;font-weight:600}.admin-performance-legend{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.65rem;color:#6b7280;font-weight:500}.admin-performance-legend-item{display:flex;align-items:center;gap:4px}.admin-performance-legend-dot{width:8px;height:8px;border-radius:2px}.admin-performance-legend-dot-optimal{background:var(--primary)}.admin-performance-legend-dot-good{background:#f59e0b}.admin-performance-legend-dot-low{background:#ef4444}.admin-staff-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.75rem}.admin-staff-title{font-size:1.1rem;margin:0}.admin-staff-head-actions{display:flex;gap:.5rem;width:100%;justify-content:space-between}.admin-staff-head-btn{flex:1;padding:.4rem!important;font-size:.8rem!important}.admin-user-cell{display:flex;align-items:center;gap:.75rem}.admin-user-avatar-wrap{position:relative}.admin-user-avatar{width:32px;height:32px;border-radius:50%}.admin-user-live-dot{position:absolute;bottom:0;right:0;width:10px;height:10px;background:#10b981;border:2px solid #fff;border-radius:50%}.admin-user-name-row{font-weight:600;display:flex;align-items:center;gap:4px}.admin-user-live-tag{font-size:.6rem;background:#f0fdf4;color:#166534;padding:1px 4px;border-radius:4px;font-weight:700}.admin-user-id{font-size:.75rem;color:#6b7280}.admin-io-cell{font-size:.85rem;color:#374151}.admin-io-row{display:flex;align-items:center;gap:4px}.admin-io-icon-in{color:#10b981;font-size:.7rem}.admin-io-icon-out{color:#ef4444;font-size:.7rem}.admin-role-main{font-weight:500;font-size:.85rem}.admin-role-sub{font-size:.75rem;color:#6b7280}.admin-location-cell{font-size:.75rem}.admin-location-link{color:var(--primary);text-decoration:none}.admin-row-actions{display:flex;gap:.3rem}.admin-icon-btn{padding:.3rem;border:none;border-radius:6px;cursor:pointer}.admin-icon-btn-indigo{background:#eef2ff;color:#4338ca}.admin-icon-btn-amber{background:#fff7ed;color:#c2410c}.admin-icon-btn-slate{background:#f3f4f6;color:#374151}.admin-icon-btn-red{background:#fef2f2;color:#b91c1c}:root{--card-tile-min-h: clamp(210px, 30vh, 300px);--card-tile-max-h: clamp(280px, 40vh, 360px);--card-gap: clamp(.5rem, 1.4vw, .9rem);--card-shell-space: clamp(10px, 1.8vw, 26px);--card-ctrl-size: clamp(30px, 2.4vw, 34px)}.dashboard-admin-view.admin-grid-compact,.dashboard-staff-view{grid-template-columns:repeat(auto-fit,minmax(clamp(210px,24vw,320px),1fr));gap:var(--card-gap);align-items:start}.dashboard-admin-view .admin-card-compact,.dashboard-staff-view .dashboard-card-compact{min-height:var(--card-tile-min-h);max-height:var(--card-tile-max-h);overflow:hidden;position:relative;padding:clamp(.45rem,1vw,.62rem)!important;display:flex;flex-direction:column}.dashboard-admin-view .admin-card-mode-original,.dashboard-staff-view .dashboard-card-mode-original{min-height:clamp(260px,36vh,460px);max-height:none;overflow:visible}.dashboard-admin-view .admin-card-mode-tile,.dashboard-staff-view .dashboard-card-mode-tile{min-height:0;max-height:none;height:auto;align-self:stretch}.dashboard-admin-view .admin-card-header-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.45rem}.dashboard-admin-view .admin-card-title{margin:0;font-size:clamp(.88rem,1.3vw,.98rem);font-weight:700;color:#1e293b}.dashboard-card-mode-controls,.admin-card-mode-controls{display:inline-flex;align-items:center;gap:.3rem}.dashboard-staff-view .dashboard-card-mode-controls{position:absolute;top:.3rem;right:.3rem;z-index:3}.dashboard-card-mode-btn,.admin-card-mode-btn,.dashboard-card-max-btn,.dashboard-expand-inline-btn{width:var(--card-ctrl-size);height:var(--card-ctrl-size);min-width:var(--card-ctrl-size);max-width:var(--card-ctrl-size);padding:0;border:none;border-radius:12px;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 8px 18px #2563eb47,inset 0 1px #ffffff38;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.dashboard-card-mode-btn:hover,.admin-card-mode-btn:hover,.dashboard-card-max-btn:hover,.dashboard-expand-inline-btn:hover{transform:translateY(-1px);box-shadow:0 12px 22px #2563eb59,inset 0 1px #ffffff47;filter:brightness(1.03)}.dashboard-card-mode-btn:active,.admin-card-mode-btn:active,.dashboard-card-max-btn:active,.dashboard-expand-inline-btn:active{transform:translateY(0);box-shadow:0 6px 12px #2563eb47}.dashboard-card-mode-btn:focus-visible,.admin-card-mode-btn:focus-visible,.dashboard-card-max-btn:focus-visible,.dashboard-expand-inline-btn:focus-visible{outline:2px solid #bfdbfe;outline-offset:2px}.dashboard-card-mode-btn-original,.admin-card-mode-btn-original{background:linear-gradient(135deg,#0f766e 0% 100%);box-shadow:0 8px 18px #0f766e42,inset 0 1px #fff3}.dashboard-admin-view .admin-card-content{overflow:auto;flex:1;min-height:0;padding-right:.2rem}.dashboard-admin-view .admin-card-mode-original .admin-card-content{overflow:visible}.dashboard-admin-view .admin-card-content .table-container{max-height:min(220px,38vh);overflow:auto}.dashboard-admin-view .admin-card-mode-original .admin-card-content .table-container{max-height:min(420px,56vh)}.dashboard-admin-view .admin-card-content .action-btn{padding:.48rem .8rem;font-size:.78rem}.dashboard-admin-view .admin-data-actions,.dashboard-admin-view .admin-data-range{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.55rem}.dashboard-admin-view .admin-data-range label{display:flex;flex-direction:column;gap:.2rem;font-size:.72rem;color:#334155}.dashboard-admin-view .admin-data-range input[type=date]{min-height:2rem;font-size:.78rem}.dashboard-admin-view .admin-audit-filter-row{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.5rem}.dashboard-admin-view .admin-card-note{margin-top:.6rem;font-size:.74rem;color:#475569}.dashboard-admin-view .admin-card-accent-blue{background:linear-gradient(135deg,#eff6ff,#f8fafc)!important;border:1px solid #bfdbfe!important}.dashboard-admin-view .admin-card-accent-amber{background:linear-gradient(135deg,#fff7ed,#fffbeb)!important;border:1px solid #fed7aa!important}.dashboard-staff-view .dashboard-card-compact .table-container,.dashboard-staff-view .dashboard-card-compact .dashboard-worklog-list,.dashboard-staff-view .dashboard-card-compact .dashboard-team-activity-list,.dashboard-staff-view .dashboard-card-compact .dashboard-staff-directory-list,.dashboard-staff-view .dashboard-card-compact .dashboard-leave-requests-list,.dashboard-staff-view .dashboard-card-compact .dashboard-leave-history-list,.dashboard-staff-view .dashboard-card-compact .dashboard-tagged-list{max-height:min(210px,36vh);overflow:auto}.dashboard-staff-view .dashboard-card-mode-original .table-container,.dashboard-staff-view .dashboard-card-mode-original .dashboard-worklog-list,.dashboard-staff-view .dashboard-card-mode-original .dashboard-team-activity-list,.dashboard-staff-view .dashboard-card-mode-original .dashboard-staff-directory-list,.dashboard-staff-view .dashboard-card-mode-original .dashboard-leave-requests-list,.dashboard-staff-view .dashboard-card-mode-original .dashboard-leave-history-list,.dashboard-staff-view .dashboard-card-mode-original .dashboard-tagged-list{max-height:min(460px,58vh)}.dashboard-staff-view .dashboard-team-schedule-card.dashboard-card-compact{min-height:0;max-height:none}.dashboard-staff-view,.dashboard-admin-view{--dashboard-primary-equal-card-h: clamp(240px, 30vh, 290px)}@media(max-width:1024px){.dashboard-staff-view,.dashboard-admin-view{--dashboard-primary-equal-card-h: clamp(220px, 28vh, 270px)}}@media(max-width:768px){.dashboard-staff-view,.dashboard-admin-view{--dashboard-primary-equal-card-h: 280px}}.dashboard-primary-row>.dashboard-primary-col{display:flex}.dashboard-staff-view .dashboard-primary-row>.dashboard-primary-col>.dashboard-worklog-card,.dashboard-staff-view .dashboard-primary-row>.dashboard-primary-col>.dashboard-team-schedule-card,.dashboard-staff-view .dashboard-primary-row>.dashboard-primary-col>.dashboard-team-activity-card,.dashboard-admin-view .dashboard-primary-row>.dashboard-primary-col>.dashboard-worklog-card,.dashboard-admin-view .dashboard-primary-row>.dashboard-primary-col>.dashboard-team-schedule-card,.dashboard-admin-view .dashboard-primary-row>.dashboard-primary-col>.dashboard-team-activity-card{width:100%;height:var(--dashboard-primary-equal-card-h)!important;min-height:var(--dashboard-primary-equal-card-h)!important;max-height:var(--dashboard-primary-equal-card-h)!important;overflow:hidden}.dashboard-staff-view .dashboard-worklog-card.dashboard-card-mode-tile,.dashboard-staff-view .dashboard-team-schedule-card.dashboard-card-mode-tile,.dashboard-staff-view .dashboard-team-activity-card.dashboard-card-mode-tile,.dashboard-admin-view .dashboard-worklog-card.dashboard-card-mode-tile,.dashboard-admin-view .dashboard-team-schedule-card.dashboard-card-mode-tile,.dashboard-admin-view .dashboard-team-activity-card.dashboard-card-mode-tile{height:var(--dashboard-primary-equal-card-h)!important;min-height:var(--dashboard-primary-equal-card-h)!important;max-height:var(--dashboard-primary-equal-card-h)!important;overflow:hidden}.dashboard-staff-view .dashboard-worklog-card.dashboard-card-mode-tile .dashboard-worklog-list{flex:1 1 auto;height:auto;max-height:none;min-height:0;overflow-y:auto}.dashboard-staff-view .dashboard-primary-row>.dashboard-primary-col>.dashboard-worklog-card .dashboard-worklog-list,.dashboard-admin-view .dashboard-primary-row>.dashboard-primary-col>.dashboard-worklog-card .dashboard-worklog-list{flex:1 1 auto;min-height:0;max-height:none;overflow-y:auto}.dashboard-staff-view .dashboard-team-schedule-card.dashboard-card-mode-tile{display:flex;flex-direction:column}.dashboard-staff-view .dashboard-team-schedule-card .calendar-grid-mini{gap:1px!important}.dashboard-staff-view .dashboard-team-schedule-card .cal-day{min-height:20px;padding:2px 1px!important;line-height:1.15}.admin-max-overlay,.dashboard-max-overlay{position:fixed;inset:0;z-index:1250;background:#0f172ab8;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:none;align-items:stretch;justify-content:stretch;padding:0}.admin-max-overlay.open,.dashboard-max-overlay.open{display:flex}.admin-max-window,.dashboard-max-window{width:100vw;height:100vh;max-width:none;max-height:none;border-radius:0;background:#f8fafc;border:none;display:flex;flex-direction:column;overflow:hidden}.admin-max-header,.dashboard-max-header{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:clamp(.8rem,2vw,1rem);border-bottom:1px solid #dbe3ee;background:#fff}.admin-max-header h2,.dashboard-max-header h2{margin:0;font-size:clamp(1rem,2.4vw,1.15rem);color:#0f172a}.admin-max-close,.dashboard-max-close{width:clamp(40px,4vw,44px);height:clamp(40px,4vw,44px);border:1px solid #cbd5e1;border-radius:11px;background:#fff;color:#334155;cursor:pointer}.admin-max-body,.dashboard-max-body{flex:1;overflow:auto;padding:clamp(.45rem,1vw,.7rem)}.admin-max-card-content,.dashboard-max-card-content{width:100%;min-height:calc(100vh - 120px);max-width:none}.admin-max-card-content .table-container,.admin-max-card-content .admin-table-expanded,.dashboard-max-card-content .table-container,.dashboard-max-card-content .dashboard-worklog-list,.dashboard-max-card-content .dashboard-team-activity-list,.dashboard-max-card-content .dashboard-staff-directory-list,.dashboard-max-card-content .dashboard-leave-requests-list,.dashboard-max-card-content .dashboard-leave-history-list,.dashboard-max-card-content .dashboard-tagged-list{max-height:none!important;overflow:auto}.dashboard-max-card-content .dashboard-primary-row{grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));align-items:start}.dashboard-max-card-content .dashboard-checkin-card,.dashboard-max-card-content .dashboard-hero-card,.dashboard-max-card-content .dashboard-stats-card,.dashboard-max-card-content .dashboard-team-activity-card,.dashboard-max-card-content .dashboard-worklog-card{width:100%!important;max-width:none!important;min-height:0!important;height:auto!important}.hero-leaderboard-panel{margin-top:1rem;display:grid;gap:.85rem}.hero-leaderboard-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.hero-leaderboard-head h4{margin:0;font-size:1.02rem;font-weight:800;color:#0f172a}.hero-leaderboard-head p{margin:.2rem 0 0;color:#64748b;font-size:.82rem}.hero-leaderboard-summary{display:flex;gap:.45rem;flex-wrap:wrap}.hero-leaderboard-table-wrap{border:1px solid #e2e8f0;border-radius:16px;background:#fff}.hero-leaderboard-table{width:100%;border-collapse:collapse;min-width:980px}.hero-leaderboard-table th,.hero-leaderboard-table td{padding:.75rem .7rem;border-bottom:1px solid #e2e8f0;text-align:left;font-size:.83rem;vertical-align:middle}.hero-leaderboard-table th{position:sticky;top:0;background:#f8fafc;color:#475569;font-size:.74rem;text-transform:uppercase;letter-spacing:.04em;z-index:1}.hero-leaderboard-row.is-winner{background:linear-gradient(90deg,#22c55e14,#0ea5e90d)}.hero-leaderboard-rank{font-weight:800;color:#0f172a}.hero-leaderboard-count,.hero-leaderboard-count-btn{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;font-weight:700}.hero-leaderboard-count-btn{border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:999px;padding:.22rem .58rem;cursor:pointer}.hero-leaderboard-count-btn:hover{background:#f8fafc;border-color:#94a3b8}.hero-leaderboard-staff-wrap{display:flex;align-items:center;gap:.7rem}.hero-leaderboard-avatar{width:2.2rem;height:2.2rem;border-radius:999px;object-fit:cover;background:#e2e8f0;flex-shrink:0}.hero-leaderboard-name{font-weight:700;color:#0f172a}.hero-leaderboard-role{font-size:.75rem;color:#64748b}.hero-leaderboard-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.28rem .58rem;font-size:.72rem;font-weight:700;white-space:nowrap}.hero-leaderboard-pill.is-eligible{background:#dcfce7;color:#166534}.hero-leaderboard-pill.is-ineligible{background:#fff7ed;color:#9a3412}@media(max-width:720px){.hero-leaderboard-head{flex-direction:column}}.hero-task-modal-overlay{align-items:center;justify-content:center}.hero-task-modal-shell{width:min(920px,94vw);max-height:min(82vh,860px);overflow:hidden;display:flex;flex-direction:column;padding:0}.hero-task-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.1rem .9rem;border-bottom:1px solid #e2e8f0}.hero-task-modal-head h3{margin:0;font-size:1.08rem;color:#0f172a}.hero-task-modal-head p{margin:.2rem 0 0;font-size:.82rem;color:#64748b}.hero-task-modal-body{padding:1rem 1.1rem 1.1rem;overflow:auto;display:grid;gap:.8rem}.hero-task-item{border:1px solid #e2e8f0;border-radius:14px;padding:.9rem;background:#fff;display:grid;gap:.8rem}.hero-task-item-title{font-weight:700;color:#0f172a}.hero-task-item-subplans{margin-top:.25rem;color:#475569;font-size:.82rem}.hero-task-item-meta{margin-top:.45rem;display:flex;flex-wrap:wrap;gap:.4rem}.hero-task-item-chip{display:inline-flex;align-items:center;border-radius:999px;padding:.2rem .5rem;background:#f8fafc;color:#475569;font-size:.73rem;font-weight:700}.hero-task-item-actions{display:flex;gap:.5rem;flex-wrap:wrap}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.admin-max-card-content .action-btn{padding:.56rem .9rem;font-size:.82rem}body.admin-max-open,body.dashboard-max-open{overflow:hidden!important}.dashboard-inline-stats-detail{margin-top:.7rem;border:1px solid #dbe7f4;border-radius:14px;background:#fff;padding:clamp(.65rem,1.4vw,.9rem)}.dashboard-inline-stats-head h5{margin:0;font-size:.95rem;color:#0f172a}.dashboard-inline-stats-head span{font-size:.78rem;color:#64748b}.dashboard-inline-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.5rem;margin-top:.6rem}.dashboard-inline-stats-tile{border:1px solid #dbe7f4;border-radius:12px;padding:.5rem;background:#f8fbff;display:flex;flex-direction:column;gap:.18rem}.dashboard-inline-stats-tile strong{color:#1e3a8a}.dashboard-inline-stats-tile span{color:#475569;font-size:.75rem}.dashboard-inline-stats-section{margin-top:.65rem}.dashboard-inline-stats-label{font-size:.78rem;color:#1f2937;margin-bottom:.25rem;font-weight:600}.dashboard-inline-stats-dates{display:flex;flex-wrap:wrap;gap:.25rem}.dashboard-inline-stats-date,.dashboard-inline-stats-empty{border-radius:999px;border:1px solid #dbe7f4;padding:.2rem .45rem;font-size:.72rem;background:#f8fafc;color:#334155}.dashboard-inline-stats-breakdown{margin-top:.65rem;display:grid;gap:.34rem}.dashboard-inline-stats-breakdown-row{display:flex;justify-content:space-between;gap:.5rem;padding:.35rem .45rem;border-radius:9px;background:#f8fafc;border:1px solid #e2e8f0}@media(max-width:1024px){:root{--card-shell-space: clamp(8px, 1vw, 14px)}}@media(max-width:768px){:root{--card-tile-min-h: 200px;--card-tile-max-h: 320px;--card-shell-space: 0px}.dashboard-admin-view .admin-card-compact,.dashboard-staff-view .dashboard-card-compact{padding:.56rem!important}.admin-max-window,.dashboard-max-window{width:100vw;height:100vh;border-radius:0;border:none}}@media(max-width:1100px){.dashboard-staff-view .dashboard-summary-row,.dashboard-admin-view .dashboard-summary-row{flex-direction:column}}.annual-plan-shell{display:flex;flex-direction:column;gap:1.5rem}.annual-plan-header{padding:1.4rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;background:linear-gradient(135deg,#1e3a8a,#2563eb 55%,#38bdf8);border:none;color:#fff;position:relative;overflow:hidden}.annual-plan-header:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(255,255,255,.25),transparent 45%);pointer-events:none}.annual-plan-title-wrap{position:relative;z-index:1}.annual-plan-title{margin:0;font-size:1.5rem;font-weight:800;letter-spacing:-.02em}.annual-plan-subtitle{margin:.35rem 0 0;font-size:.9rem;color:#ffffffd9}.annual-plan-controls{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;position:relative;z-index:1}.annual-view-toggle{display:flex;background:#ffffff2e;padding:4px;border-radius:12px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.annual-toggle-btn{border:none;background:transparent;color:#ffffffbf;padding:6px 12px;border-radius:10px;font-size:.78rem;font-weight:700;cursor:pointer;transition:all .2s ease}.annual-toggle-btn.active{background:#fff;color:#1e40af;box-shadow:0 8px 16px #0f172a33}.annual-year-switch{display:flex;background:#ffffff2e;border-radius:12px;padding:4px;gap:4px;align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.annual-year-switch button{border:none;background:transparent;color:#e0f2fe;padding:6px 10px;cursor:pointer;border-radius:10px}.annual-year-switch button:hover{background:#fff3}.annual-year-label{color:#fff;font-weight:700;padding:0 .65rem;letter-spacing:.04em}.annual-grid-layout{display:grid;grid-template-columns:1fr;gap:1rem;align-items:start}.annual-plan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;width:100%;min-width:0}.annual-day-detail{max-width:100%;min-width:0}@media(max-width:1200px){.annual-grid-layout{grid-template-columns:1fr}}.annual-legend-bar{padding:.85rem;display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:1rem;background:#f8fafc}.annual-legend-chip{border:1px solid #cbd5e1;background:#fff;color:#475569;font-size:.75rem;font-weight:700;border-radius:999px;padding:.35rem .7rem;cursor:pointer;display:inline-flex;align-items:center;gap:.45rem}.annual-legend-chip.active{border-color:var(--primary);color:#0369a1;background:#e0f2fe}.annual-dot{width:8px;height:8px;border-radius:50%}.annual-dot.leave{background:#ef4444}.annual-dot.event{background:#10b981}.annual-dot.work{background:#6366f1}.annual-day.selected{outline:2px solid #38bdf8;outline-offset:1px;background:#e0f2fe}.annual-day.annual-day-muted{opacity:.35}.annual-day-detail{position:sticky;top:1rem;padding:1rem}.annual-day-detail-head{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid #e2e8f0;padding-bottom:.55rem;margin-bottom:.75rem}.annual-day-detail-head h4{margin:0;font-size:.95rem;color:var(--text-main)}.annual-day-detail-head span{font-size:.72rem;color:#64748b;font-weight:700}.annual-detail-modal{width:min(560px,92vw);background:#fff;border-radius:16px;padding:1.1rem;box-shadow:0 25px 70px #0f172a40;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.9rem}.annual-detail-modal-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:.6rem;border-bottom:1px solid #eef2f7}.annual-detail-list{display:flex;flex-direction:column;gap:.6rem;max-height:420px;overflow-y:auto}.annual-detail-item{border:1px solid #e2e8f0;border-radius:.7rem;padding:.6rem;background:#fff}.annual-detail-tag{font-size:.65rem;font-weight:800;padding:2px 8px;border-radius:999px;display:inline-flex}.annual-detail-title{margin-top:.45rem;font-size:.8rem;line-height:1.35;color:#334155}.annual-detail-empty{color:#94a3b8;text-align:center;font-size:.8rem;padding:1rem .5rem}.annual-list-card{padding:1rem}.annual-list-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;border-bottom:1px solid #e2e8f0;padding-bottom:.6rem}.annual-list-head h4{margin:0;font-size:1rem}.annual-list-head span{font-size:.8rem;color:#64748b;font-weight:700}.annual-list-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem}.annual-list-search-wrap{display:inline-flex;align-items:center;gap:.45rem;border:1px solid #dbeafe;background:#f8fbff;border-radius:8px;padding:.3rem .55rem;min-width:290px}.annual-list-search-wrap i{color:#64748b;font-size:.75rem}.annual-list-search-wrap input{border:none;outline:none;background:transparent;width:100%;font-size:.76rem;color:#0f172a}.annual-list-sort-select{border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;border-radius:8px;padding:.36rem .5rem;font-size:.74rem;font-weight:700}.annual-export-btn{border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;border-radius:8px;padding:.4rem .7rem;font-size:.75rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem}.annual-export-btn:hover{background:#dbeafe}.annual-list-empty{text-align:center;padding:2rem;color:#94a3b8}.annual-list-table-wrap{overflow-x:auto;padding-bottom:.5rem}.annual-list-table{min-width:1180px;display:flex;flex-direction:column;gap:.4rem}.annual-list-header,.annual-list-row{display:grid;grid-template-columns:110px 150px minmax(220px,1fr) 150px 150px 100px 115px 130px minmax(220px,.9fr) minmax(130px,.7fr) 90px;gap:.6rem;align-items:center}.annual-list-header{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#64748b;padding:.4rem .5rem;border-bottom:1px solid #e2e8f0}.annual-list-row{border:1px solid #e2e8f0;border-radius:12px;padding:.6rem .5rem;background:#fff;box-shadow:0 10px 18px #0f172a0d}.annual-list-cell{font-size:.78rem;color:#334155;min-width:0;overflow:hidden;text-overflow:ellipsis}.annual-list-status{padding:2px 8px;border-radius:999px;font-size:.68rem;font-weight:800;letter-spacing:.03em;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.annual-list-comments,.annual-list-tags{white-space:normal;line-height:1.25}.annual-list-task{font-weight:600;white-space:normal;line-height:1.25}.annual-list-status.status-overdue{background:#fee2e2;color:#b91c1c}.annual-list-status.status-in-process,.annual-list-status.status-in-processes{background:#fef9c3;color:#854d0e}.annual-list-status.status-to-be-started,.annual-list-status.status-pending{background:#e0f2fe;color:#0369a1}.annual-list-status.status-completed{background:#dcfce7;color:#166534}.annual-list-status.status-not-completed{background:#fef3c7;color:#92400e}.annual-list-status.status-approved,.annual-list-status.status-event,.annual-list-status.status-holiday{background:#f1f5f9;color:#334155}@media(max-width:900px){.annual-list-table{min-width:1380px}}.annual-today-btn{border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;border-radius:8px;padding:.45rem .7rem;font-size:.78rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem}.annual-plan-header .annual-today-btn{background:#fff3;border-color:#ffffff59;color:#fff}.annual-plan-header .annual-today-btn:hover{background:#ffffff4d}#day-plan-modal.day-plan-modal-overlay{z-index:1600!important}#day-plan-modal .day-plan-content{border:1px solid #dbe3ee!important;box-shadow:0 24px 50px #0f172a33!important;width:min(1320px,96vw)!important;max-height:min(880px,92vh)!important;border-radius:18px!important;padding:1.35rem!important}#day-plan-modal .day-plan-head h3{font-family:var(--font-display);letter-spacing:.01em}#day-plan-modal .day-plan-intro{border-radius:10px!important}#day-plan-modal .day-plan-context>div{border-radius:9px!important;padding:.65rem!important}#day-plan-modal #plans-container{scrollbar-width:thin}#day-plan-modal .plan-block{border:1px solid #dbe3ee!important;border-radius:12px!important;box-shadow:0 8px 18px #0f172a0f!important;margin-bottom:.9rem!important}#day-plan-modal .plan-task{min-height:74px!important;line-height:1.45!important}#day-plan-modal .sub-plan-input{font-size:.82rem!important}#day-plan-modal .tag-chip{border-radius:8px!important}#day-plan-modal .day-plan-footer{position:sticky;bottom:0;z-index:3;background:linear-gradient(180deg,#fffffff0,#fff 40%);padding-top:.65rem}#day-plan-modal .day-plan-add-task-btn{flex:1;min-width:200px;background:#f0fdf4;border:1px dashed #22c55e;border-radius:10px;padding:.85rem;font-size:.9rem;color:#166534;cursor:pointer;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s}#day-plan-modal .day-plan-add-task-btn:hover{background:#dcfce7;border-style:solid}#day-plan-modal .day-plan-discard-btn{flex:1;padding:.85rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;font-weight:600;color:#64748b;font-size:.95rem;transition:all .2s}#day-plan-modal .day-plan-discard-btn:hover{background:#f8fafc}#day-plan-modal .day-plan-save-btn{flex:2;padding:.85rem;font-size:.95rem;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:.5rem}#day-plan-modal .day-plan-remove-task-btn{position:absolute;top:10px;right:10px;background:#fff1f2;border:1px solid #fecaca;color:#ef4444;width:28px;height:28px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:5;transition:all .2s}#day-plan-modal .day-plan-remove-task-btn:hover{background:#fee2e2;transform:scale(1.08)}#day-plan-modal .day-plan-add-step-btn{background:none;border:1px dashed #e2e8f0;border-radius:6px;padding:6px 10px;font-size:.8rem;color:#8b5cf6;cursor:pointer;margin-top:.5rem;display:flex;align-items:center;gap:6px;font-weight:600;width:100%;justify-content:center;transition:all .2s}.policies-modern{--pol-bg: var(--bg-body);--pol-card: var(--bg-card);--pol-text: var(--text-main);--pol-muted: var(--text-muted);--pol-line: #dbe4f0}.policies-modern .card{border:1px solid var(--pol-line);border-radius:16px;box-shadow:0 8px 22px #0f172a0d}.policies-hero{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 75%)!important;color:#fff;padding:1.6rem!important;margin-bottom:1rem}.policies-kicker{margin:0 0 .3rem;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;opacity:.78}.policies-hero h1{margin:0;font-size:clamp(1.35rem,2.6vw,2rem);line-height:1.2}.policies-hero-text{margin:.7rem 0 0;color:#ffffffdb;max-width:680px}.policies-value-row{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1rem}.policies-value-row span{display:inline-flex;align-items:center;gap:.35rem;padding:.34rem .62rem;border:1px solid rgba(255,255,255,.22);background:#ffffff1a;border-radius:999px;font-size:.78rem;color:#f8fafc}.policies-balance-card,.policies-guidelines,.policies-holidays{padding:1.2rem!important}.policies-row-head{display:flex;justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:1rem}.policies-row-head h2,.policies-row-head h3{margin:0;color:var(--pol-text)}.policies-request-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.58rem .9rem;border-radius:10px;font-size:.86rem}.policies-late-chip{display:inline-flex;align-items:center;gap:.7rem;padding:.55rem .72rem;margin-bottom:1rem;border:1px solid #fed7aa;background:#fff7ed;border-radius:10px}.policies-late-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;background:#ea580c;font-size:.9rem}.policies-late-label{font-size:.7rem;color:#9a3412;text-transform:uppercase;letter-spacing:.03em;font-weight:700}.policies-late-value{font-size:1.15rem;font-weight:700;color:#9a3412}.policies-late-value span{font-size:.8rem;font-weight:500;color:#c2410c}.policies-leave-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:.75rem}.policies-leave-item{position:relative;overflow:hidden;border:1px solid #e2e8f0;background:var(--pol-bg);border-radius:12px;padding:.85rem}.policies-leave-bg-icon{position:absolute;right:-6px;top:-8px;font-size:2.6rem;opacity:.08}.policies-leave-item h4{margin:0 0 .55rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.policies-leave-count{display:flex;align-items:baseline;gap:.3rem}.policies-leave-count span{font-size:1.45rem;font-weight:700;color:var(--text-main)}.policies-leave-count small{font-size:.75rem;color:#64748b}.policies-leave-bar{margin-top:.45rem;height:5px;border-radius:999px;background:#e2e8f0;overflow:hidden}.policies-leave-bar>div{height:100%}.policies-leave-used{margin-top:.35rem;text-align:right;font-size:.68rem;color:#64748b}.policies-guidelines h3,.policies-holidays h3{display:flex;align-items:center;gap:.45rem}.policies-hours-box{border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;padding:.8rem;margin-bottom:.9rem}.policies-hours-box label,.policies-guidelines-list label{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:#64748b;font-weight:700}.policies-hours-box>div{margin-top:.28rem;color:var(--text-main);font-size:1rem;font-weight:700}.policies-hours-box p{margin:.2rem 0 0;color:#64748b;font-size:.82rem}.policies-guidelines-list ul{margin:.55rem 0 0;padding:0;list-style:none}.policies-guidelines-list li{display:flex;gap:.45rem;align-items:flex-start;margin-bottom:.42rem;color:#334155;font-size:.88rem}.policies-guidelines-list li i{color:#f59e0b;margin-top:.22rem}.policies-zero-box{margin-top:.7rem;padding:.78rem;border-radius:12px;border:1px solid #fecaca;background:#fff1f2}.policies-zero-box h4{margin:0 0 .3rem;color:#991b1b;font-size:.92rem}.policies-zero-box p{margin:0;color:#7f1d1d;font-size:.84rem;line-height:1.45}.policies-year-switch{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem;border:1px solid #dbeafe;background:#eff6ff;border-radius:10px}.policies-year-switch button{width:24px;height:24px;border:1px solid #dbeafe;border-radius:8px;background:#fff;color:#2563eb;cursor:pointer}.policies-year-switch span{min-width:44px;text-align:center;font-size:.85rem;font-weight:700;color:#1e40af}.policies-holidays-table{max-height:320px;overflow-y:auto}.policies-holiday-name{font-weight:600;color:#334155}.policies-holiday-chip{display:inline-block;margin-top:.2rem;font-size:.64rem;font-weight:700;color:#991b1b;background:#fee2e2;border-radius:999px;padding:2px 7px}.policies-holiday-date{text-align:right;color:#64748b;font-weight:600}.policies-empty-holiday{text-align:center;color:#94a3b8;padding:1rem}.policies-manual-card{padding:1.2rem!important}.policies-manual-chip{display:inline-flex;align-items:center;padding:.26rem .62rem;border-radius:999px;border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;font-size:.72rem;font-weight:700}.policies-manual-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.policies-manual-block{border:1px solid #e2e8f0;background:#f8fafc;border-radius:12px;padding:.8rem}.policies-manual-block h4{margin:0 0 .45rem;color:var(--text-main);font-size:.92rem}.policies-manual-block ul{margin:0;padding:0;list-style:none}.policies-manual-block li{display:flex;gap:.42rem;align-items:flex-start;color:#334155;font-size:.84rem;line-height:1.35;margin-bottom:.32rem}.policies-manual-block li i{color:#2563eb;margin-top:.2rem}.text-right{text-align:right}@media(max-width:768px){.policies-hero{padding:1rem!important}.policies-balance-card,.policies-guidelines,.policies-holidays,.policies-manual-card{padding:.9rem!important}.policies-row-head{align-items:flex-start;flex-direction:column}.policies-leave-grid{grid-template-columns:1fr 1fr}.policies-manual-grid{grid-template-columns:1fr}}.timesheet-modern{border:1px solid #e2e8f0!important;box-shadow:0 12px 24px #0f172a0f!important;border-radius:16px!important;padding:1rem!important}.timesheet-modern-head{display:flex;justify-content:space-between;align-items:center;gap:.9rem}.timesheet-modern-head h3{margin:0;font-size:1.2rem;color:var(--text-main)}.timesheet-modern-head p{margin:.2rem 0 0;font-size:.82rem;color:#64748b}.timesheet-modern-actions{display:flex;gap:.5rem;flex-wrap:wrap}.timesheet-modern-btn-secondary,.timesheet-modern-btn-primary{padding:.52rem .86rem!important;font-size:.8rem!important;border-radius:10px!important}.timesheet-modern-btn-secondary{border-color:#fecdd3!important;color:#be123c!important;background:#fff1f2!important}.timesheet-modern-stats{margin-top:.85rem;margin-bottom:.85rem;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:.55rem!important}.timesheet-modern-stats .stat-card{border:1px solid #e2e8f0;background:#f8fafc;border-radius:10px;padding:.55rem .65rem;min-width:0}.timesheet-modern-stats .stat-card .label{font-size:.68rem;letter-spacing:.04em;text-transform:uppercase;color:#64748b;font-weight:700}.timesheet-modern-stats .stat-card .value{margin-top:.14rem;font-size:1rem;line-height:1.2;color:var(--text-main);font-weight:700}.timesheet-stat-sub{font-size:.7rem;color:#64748b}.timesheet-modern-toolbar{display:flex;justify-content:space-between;align-items:center;gap:.7rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:.58rem .72rem;margin-bottom:.85rem}.timesheet-modern-toolbar .filter-group{display:inline-flex;align-items:center;gap:.4rem}.timesheet-modern-toolbar .filter-group i{color:#64748b;font-size:.78rem}.timesheet-modern-toolbar .filter-group select{border:none;background:transparent;outline:none;font-size:.84rem;font-weight:600;color:var(--text-main)}.timesheet-export-btn{border:1px solid #cbd5e1;background:#fff;color:#475569;border-radius:8px;padding:.34rem .62rem;font-size:.74rem;font-weight:600;cursor:pointer}.timesheet-modern-table-wrap{border:1px solid #e2e8f0;border-radius:12px}.timesheet-modern-table thead{background:#f1f5f9}.timesheet-modern-table thead th{color:#334155;font-size:.75rem}.timesheet-modern-table tbody tr{border-bottom:1px solid #f1f5f9}.timesheet-log-date{font-weight:700;color:var(--text-main)}.timesheet-log-id{font-size:.68rem;color:#94a3b8}.time-badge i{font-size:.6rem}.timesheet-status-col{display:flex;flex-direction:column;gap:.25rem}.timesheet-status-col .badge{width:fit-content;font-size:.68rem}.timesheet-duration{font-size:.68rem;font-weight:700;color:#334155}.timesheet-summary-cell{max-width:320px}.timesheet-summary-wrap{display:flex;gap:.5rem;align-items:flex-start}.timesheet-summary-text{font-size:.8rem;color:#334155;line-height:1.4;white-space:pre-wrap}.timesheet-empty-summary{color:#94a3b8;font-style:italic}.timesheet-location{margin-top:.25rem;font-size:.66rem;color:#94a3b8}.timesheet-edit-btn{background:none;border:none;color:#94a3b8;cursor:pointer;padding:.2rem}.timesheet-edit-btn:hover{color:#334155}.timesheet-detail-btn{width:32px!important;height:32px!important;border-radius:8px!important;border:1px solid #e2e8f0!important;background:#f8fafc!important;color:#64748b!important}.timesheet-live{font-size:.7rem;color:#15803d;font-weight:700;animation:pulse 2s infinite}.timesheet-empty-row{text-align:center;padding:2.2rem!important;color:#94a3b8}@media(max-width:768px){.timesheet-modern{padding:.75rem!important}.timesheet-modern-head{flex-direction:column;align-items:flex-start}.timesheet-modern-toolbar{flex-direction:column;align-items:stretch}.timesheet-export-btn{width:100%}.timesheet-modern-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.profile-modern-shell{border:1px solid #e2e8f0!important;border-radius:18px!important;box-shadow:0 12px 26px #0f172a12!important;overflow:hidden}.profile-modern-header{padding:1rem 1.1rem!important;background:linear-gradient(140deg,var(--primary-dark) 0%,var(--primary) 60%,#4b6fb2 100%)!important}.profile-avatar-upload-btn{position:absolute;bottom:0;right:0;width:30px;height:30px;border-radius:50%;border:2px solid var(--primary-dark);background:var(--primary);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.profile-avatar-upload-btn i{font-size:.72rem}.profile-name{margin:0!important;color:#fff!important;font-size:1.45rem!important;font-weight:700!important}.profile-roleline{margin:.2rem 0 0!important;color:#ffffffd6!important}.profile-roleline span{margin:0 .45rem;opacity:.5}.profile-signout-btn{background:#fff1f2f2!important;color:#9f1239!important;border:1px solid #fda4af!important;box-shadow:none!important;font-size:.76rem!important;padding:.42rem .72rem!important;border-radius:10px!important}.profile-presence-wrap{margin-top:.5rem}.profile-presence-badge{background:#ffffff24!important;color:#fff!important;border:1px solid rgba(255,255,255,.24)!important}.profile-info-grid{padding:1rem!important;display:grid;grid-template-columns:1fr 1fr;gap:.9rem;background:#fff}.profile-stats-col{border-right:1px solid #f1f5f9;padding-right:.9rem}.profile-section-title{margin:0 0 .65rem!important;font-size:.76rem!important;text-transform:uppercase;letter-spacing:.07em;color:#64748b!important}.profile-stat-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.5rem!important}.profile-stat-grid .stat-card{border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;padding:.6rem .7rem}.profile-stat-grid .stat-card .value{font-size:1rem}.profile-stat-sub{font-size:.72rem;color:#64748b}.profile-star{color:#eab308;font-size:.72rem}.profile-detail-list{display:flex;flex-direction:column;gap:.62rem}.profile-detail-row{display:flex;align-items:center;gap:.62rem}.profile-detail-icon{width:34px;height:34px;border-radius:9px;background:#f1f5f9;color:#475569;display:inline-flex;align-items:center;justify-content:center}.profile-detail-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;font-weight:700}.profile-detail-value{font-size:.86rem;color:var(--text-main);font-weight:600}.profile-leave-card{border:1px solid #e2e8f0!important;border-radius:16px!important;padding:1rem!important;box-shadow:0 8px 18px #0f172a0d!important}.profile-leave-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.profile-leave-head h3{margin:0;font-size:1rem;color:var(--text-main)}.profile-leave-request-btn{font-size:.74rem!important;padding:.36rem .65rem!important;border-radius:9px!important}.profile-leave-table{max-height:230px;overflow-y:auto;border:1px solid #e2e8f0;border-radius:10px}.profile-leave-thead{background:#f8fafc;position:sticky;top:0;z-index:1}.profile-leave-range{font-size:.8rem;font-weight:600}.profile-leave-type{font-size:.72rem;color:#475569;background:#f1f5f9;padding:2px 7px;border-radius:999px}.profile-leave-reason{font-size:.75rem;color:#64748b;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-leave-empty{text-align:center;color:#94a3b8;padding:1.5rem!important}@media(max-width:860px){.profile-top-row{flex-direction:column;gap:.55rem}.profile-info-grid{grid-template-columns:1fr}.profile-stats-col{border-right:none;padding-right:0;border-bottom:1px solid #f1f5f9;padding-bottom:.8rem}}.minutes-modern-shell{border:1px solid #e2e8f0!important;border-radius:16px!important;padding:1rem!important;box-shadow:0 10px 22px #0f172a0f!important}.minutes-head{display:flex;justify-content:space-between;align-items:center;gap:.9rem;margin-bottom:1rem}.minutes-head h2{margin:0;color:var(--text-main);font-size:1.35rem}.minutes-head p{margin:.2rem 0 0;font-size:.82rem;color:#64748b}.minutes-add-btn{padding:.58rem .9rem!important;font-size:.82rem!important;border-radius:10px!important}.minutes-form-wrap{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:.9rem;margin-bottom:1rem;max-width:980px;margin-left:auto;margin-right:auto}.minutes-form-wrap h4{margin:0 0 .25rem;color:var(--text-main);font-size:.96rem}.minutes-form-subtitle{margin:0 0 .75rem;color:#64748b;font-size:.78rem}.minutes-form-wrap form{display:grid;gap:.65rem}.minutes-attendee-picker{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:.75rem;display:flex;flex-direction:column;gap:.6rem}.minutes-attendee-search{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid #dbe4f0;border-radius:10px;background:#fff;color:var(--text-muted);font-size:.85rem}.minutes-attendee-search input{border:none;outline:none;flex:1;font-size:.9rem;background:transparent;color:var(--text-main)}.minutes-attendee-chips{display:flex;flex-wrap:wrap;gap:.5rem}.minutes-attendee-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.3rem .7rem;border-radius:999px;background:#3f63a81f;color:var(--primary-dark);font-size:.75rem;font-weight:700}.minutes-attendee-chip button{border:none;background:#3f63a826;color:var(--primary-dark);width:18px;height:18px;border-radius:999px;cursor:pointer}.minutes-attendee-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.5rem;max-height:220px;overflow:auto;padding-right:4px}.minutes-attendee-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .6rem;border:1px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;font-size:.8rem}.minutes-attendee-item input{accent-color:var(--primary)}.minutes-attendee-name{font-weight:700;color:var(--text-main)}.minutes-attendee-role{margin-left:auto;color:var(--text-muted);font-size:.72rem}.minutes-detail-modal .modal-body-grid{display:grid;grid-template-columns:1fr 360px;height:100%}.minutes-detail-modal .minutes-toolbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0;background:#f8fafc;position:sticky;top:0;z-index:2}.minutes-detail-modal .minutes-toolbar .minutes-title{font-size:1.25rem;font-weight:700}.minutes-detail-modal .minutes-toolbar .minutes-toolbar-actions{display:flex;gap:.75rem;align-items:center}.minutes-detail-modal .minutes-toolbar .minutes-toolbar-actions .action-btn{padding:.5rem 1rem;font-size:.85rem}@media(max-width:900px){.minutes-detail-modal .modal-body-grid{grid-template-columns:1fr}}@media(max-width:768px){.minutes-attendee-list{grid-template-columns:1fr;max-height:180px}.minutes-detail-modal .modal-body-grid{grid-template-columns:1fr!important}.minutes-detail-modal .modal-body-grid>div{padding:1rem!important}.minutes-detail-modal .action-item-row{grid-template-columns:1fr!important;gap:.6rem!important}.minutes-detail-modal .action-item-row input,.minutes-detail-modal .action-item-row select{width:100%!important}}#new-minute-form{max-height:78vh;overflow-y:auto}.minutes-grid-two{display:grid;grid-template-columns:2fr 1fr;gap:.6rem}.minutes-field{margin-top:0}.minutes-form-wrap label{display:block;margin-bottom:.4rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-weight:700}.minutes-form-wrap input,.minutes-form-wrap textarea,.minutes-multi{width:100%;border:1px solid #cbd5e1;border-radius:10px;padding:.58rem .62rem;font:inherit;font-size:.9rem;background:#fff}.minutes-form-wrap input,.minutes-multi{min-height:40px}.minutes-form-wrap textarea{min-height:120px;line-height:1.45}.minutes-multi{height:96px}.minutes-help{margin:.3rem 0 0;font-size:.68rem;color:#94a3b8}.minutes-actions-box{margin-top:.1rem;border:1px solid #e2e8f0;background:#fff;border-radius:12px;padding:.75rem}.minutes-actions-box>label{margin-bottom:.55rem!important}.minutes-add-task-btn{margin-top:.55rem;border:none;background:none;color:#334155;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem}.minutes-form-actions{margin-top:.2rem;display:flex;justify-content:flex-end;gap:.6rem;position:sticky;bottom:0;background:linear-gradient(180deg,#f8fafc1a,#f8fafc 40%);padding-top:.45rem}.minutes-cancel-btn{border:1px solid #cbd5e1;background:#fff;border-radius:10px;padding:.62rem 1rem;cursor:pointer;font-weight:600}.minutes-save-btn{padding:.56rem .95rem!important;border-radius:10px!important;font-size:.8rem!important}.minutes-form-wrap .action-item-row{display:grid!important;grid-template-columns:2fr 1fr 1fr auto!important;gap:.4rem!important;align-items:center;padding:.45rem;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;margin-bottom:.4rem!important}.minutes-form-wrap .action-item-row input,.minutes-form-wrap .action-item-row select{margin:0;width:100%!important;min-height:38px!important;border-radius:8px!important;font-size:.84rem!important;padding:.45rem .5rem!important}.minutes-remove-task-btn{color:#ef4444;background:#fff1f2;border:1px solid #fecaca;width:32px;height:32px;border-radius:8px;cursor:pointer}.minutes-table-wrap{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.minutes-table thead tr{background:#f8fafc}.minutes-table th{color:#475569;font-size:.74rem}.minutes-row{cursor:pointer}.minutes-date-cell{font-weight:600;color:#475569}.minutes-title-cell{font-weight:700;color:#1e293b;font-size:.95rem}.minutes-meta-cell{font-size:.74rem;color:#94a3b8}.minutes-status-locked{background:#f0fdf4!important;color:#166534!important;border:1px solid #dcfce7!important}.minutes-status-open{background:#fff7ed!important;color:#c2410c!important;border:1px solid #ffedd5!important}.minutes-action-cell{text-align:right}.minutes-delete-btn{color:#ef4444!important}.minutes-open-btn{color:var(--primary)!important}.minutes-empty-cell{text-align:center;color:#94a3b8;padding:2.2rem!important}.minutes-empty-cell i{font-size:2rem;opacity:.35;display:block;margin-bottom:.45rem}.minutes-empty-cell p{margin:0}@media(max-width:860px){.minutes-head{flex-direction:column;align-items:flex-start}.minutes-grid-two,.minutes-form-wrap .action-item-row{grid-template-columns:1fr}#new-minute-form{max-height:84vh}.minutes-form-actions{flex-direction:column;position:static;background:transparent;padding-top:0}.minutes-cancel-btn,.minutes-save-btn{width:100%}}.annual-detail-modal,.notify-combined-modal,#day-plan-modal .day-plan-content,#task-details-modal .modal-content,#manual-admin-log-modal .modal-content,#cell-override-modal .modal-content,#staff-message-modal .modal-content,#staff-task-modal .modal-content{background:linear-gradient(180deg,#fffef8,#fff7ec)!important;border:1px solid #f4d2ae!important;box-shadow:0 24px 44px #0f172a38,0 4px 12px #78350f1f!important}.annual-detail-modal .annual-detail-item{background:#ffffffd6!important;border-color:#f6d8b9!important}.modal-content button:not(.action-btn),.annual-detail-modal button:not(.action-btn){border-color:#f4d2ae!important;background:#fff8f0!important;color:#7c2d12!important}.modal-content button:not(.action-btn):hover,.annual-detail-modal button:not(.action-btn):hover{background:#ffedd5!important}.salary-slip-modal-shell{width:min(980px,96vw);max-height:94vh;overflow:auto;border-radius:14px;background:#f8fafc;border:1px solid #dbeafe;box-shadow:0 20px 40px #0f172a40;padding:.75rem}.salary-slip-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-bottom:.75rem}.salary-slip-paper{width:100%;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1rem;color:#0f172a;font-size:12px;line-height:1.35}.salary-slip-header{display:grid;grid-template-columns:72px 1fr;gap:.8rem;align-items:center;border-bottom:1px solid #cbd5e1;padding-bottom:.6rem;margin-bottom:.6rem}.salary-slip-logo{width:64px;height:64px;object-fit:contain}.salary-slip-org h2{font-family:var(--font-display);font-size:1.1rem;color:#1e3a8a;margin-bottom:.2rem}.salary-slip-org div{font-size:.74rem;color:#334155}.salary-slip-title{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.45rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.55rem .65rem;margin-bottom:.6rem}.salary-slip-title h3{font-size:.95rem;margin-right:auto}.salary-slip-section{border:1px solid #e2e8f0;border-radius:8px;padding:.55rem .65rem;margin-bottom:.55rem}.salary-slip-section h4{font-size:.82rem;color:#1e3a8a;margin-bottom:.35rem}.salary-slip-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.2rem .7rem;font-size:.74rem}.salary-slip-split{display:grid;grid-template-columns:1fr 1fr;gap:.55rem}.salary-slip-table{width:100%;border-collapse:collapse;font-size:.74rem}.salary-slip-table td{border-top:1px solid #e2e8f0;padding:.3rem .2rem;vertical-align:top}.salary-slip-table tr:first-child td{border-top:none}.salary-slip-table td:last-child{text-align:right;white-space:nowrap;font-weight:600}.salary-slip-table .total td{font-weight:700;color:#1e3a8a;border-top:1px solid #94a3b8}.salary-slip-table .remark{margin-top:.15rem;color:#64748b;font-size:.68rem;line-height:1.25}.pro-profile-root{max-width:1100px;margin:0 auto;padding:0 0 2rem}.pro-profile-hero{position:relative;border-radius:18px;overflow:hidden;margin-bottom:1.25rem;box-shadow:0 4px 30px #4f46e51f}.pro-profile-hero-bg{position:absolute;inset:0;background:linear-gradient(135deg,#1e1b4b,#4f46e5 55%,#818cf8);z-index:0}.pro-profile-hero-bg:after{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Ccircle cx='30' cy='30' r='30'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.pro-profile-hero-inner{position:relative;z-index:1;display:flex;align-items:center;gap:1.5rem;padding:2rem 2rem 1.75rem;flex-wrap:wrap}.pro-profile-avatar-ring{position:relative;flex-shrink:0;width:100px;height:100px;border-radius:50%;border:3px solid rgba(255,255,255,.35);box-shadow:0 0 0 6px #ffffff1a,0 8px 32px #00000040;background:#ffffff1a}.pro-profile-avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.pro-profile-avatar-initials{width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;color:#fff;letter-spacing:-1px;background:linear-gradient(135deg,#6366f1,#8b5cf6)}.pro-profile-status-dot{position:absolute;bottom:6px;right:6px;width:16px;height:16px;border-radius:50%;border:3px solid #fff}.pro-profile-status-dot.online{background:#22c55e}.pro-profile-status-dot.offline{background:#9ca3af}.pro-profile-identity{flex:1;min-width:0}.pro-profile-name-row{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-bottom:.35rem}.pro-profile-name{font-size:1.6rem;font-weight:800;color:#fff;margin:0;letter-spacing:-.5px;line-height:1.1}.pro-profile-role-badge{background:#ffffff2e;color:#fff;border:1px solid rgba(255,255,255,.3);font-size:.68rem;font-weight:700;padding:.2rem .65rem;border-radius:999px;letter-spacing:.4px;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pro-profile-email{font-size:.82rem;color:#ffffffbf;display:flex;align-items:center;gap:.4rem;margin-bottom:.65rem}.pro-profile-meta-row{display:flex;flex-wrap:wrap;gap:.45rem}.pro-profile-chip{background:#ffffff1f;border:1px solid rgba(255,255,255,.2);color:#ffffffe0;font-size:.72rem;padding:.22rem .65rem;border-radius:999px;display:inline-flex;align-items:center;gap:.35rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pro-profile-header-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.6rem;flex-shrink:0}.pro-profile-staff-picker{background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:10px;padding:.4rem .8rem;font-size:.78rem;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);max-width:200px}.pro-profile-staff-picker option{color:#1e1b4b;background:#fff}.pro-profile-signout-btn{display:inline-flex;align-items:center;gap:.45rem;background:#ef444426;border:1.5px solid rgba(239,68,68,.4);color:#fca5a5;border-radius:10px;padding:.45rem 1rem;font-size:.78rem;font-weight:600;cursor:pointer;transition:background .18s,color .18s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pro-profile-signout-btn:hover{background:#ef44444d;color:#fff}.pro-profile-stats-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.25rem}.pro-stat-tile{background:#fff;border-radius:14px;border:1.5px solid #e5e7eb;padding:1.2rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.3rem;box-shadow:0 2px 12px #0000000a;transition:box-shadow .2s}.pro-stat-tile:hover{box-shadow:0 4px 20px #4f46e51a}.pro-stat-icon{font-size:1.3rem;margin-bottom:.1rem}.pro-stat-value{font-size:1.5rem;font-weight:800;color:#1e1b4b;line-height:1}.pro-stat-label{font-size:.68rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}.pro-profile-body{display:grid;grid-template-columns:1fr 320px;gap:1rem;align-items:start}.pro-card{background:#fff;border-radius:16px;border:1.5px solid #e5e7eb;box-shadow:0 2px 12px #0000000a;overflow:hidden}.pro-card-head{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem .75rem;border-bottom:1px solid #f1f5f9}.pro-card-title{font-size:.88rem;font-weight:700;color:#1e1b4b;display:flex;align-items:center;gap:.5rem}.pro-card-sub{font-size:.72rem;color:#9ca3af}.pro-leave-table{width:100%;border-collapse:collapse;font-size:.8rem}.pro-leave-table th{padding:.6rem 1.25rem;text-align:left;font-size:.68rem;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;background:#f8fafc;border-bottom:1px solid #f1f5f9}.pro-leave-table td{padding:.7rem 1.25rem;color:#374151;border-bottom:1px solid #f8fafc}.pro-leave-table tbody tr:hover{background:#f8fafc}.pro-leave-table tbody tr:last-child td{border-bottom:none}.pro-status-pill{font-size:.65rem;font-weight:700;padding:.18rem .55rem;border-radius:999px;text-transform:uppercase;letter-spacing:.3px}.pro-table-footer{text-align:center;font-size:.72rem;color:#9ca3af;padding:.6rem;background:#f8fafc;border-top:1px solid #f1f5f9}.pro-empty-state{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2.5rem 1rem;color:#d1d5db;font-size:2rem;text-align:center}.pro-empty-state p{font-size:.82rem;color:#9ca3af;margin:0}.pro-breakdown-grid{display:flex;flex-wrap:wrap;gap:.5rem;padding:.9rem 1.25rem 1rem}.pro-breakdown-chip{display:flex;align-items:center;gap:.35rem;background:#f1f5f9;border-radius:8px;padding:.3rem .7rem}.pro-breakdown-count{font-size:.9rem;font-weight:800;color:#1e1b4b}.pro-breakdown-key{font-size:.68rem;color:#6b7280}.pro-detail-list{padding:.5rem 0}.pro-detail-row{display:flex;justify-content:space-between;align-items:center;padding:.6rem 1.25rem;border-bottom:1px solid #f8fafc;gap:.5rem}.pro-detail-row:last-child{border-bottom:none}.pro-detail-label{font-size:.72rem;color:#9ca3af;font-weight:600;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap}.pro-detail-value{font-size:.8rem;font-weight:600;color:#1e1b4b;text-align:right;word-break:break-word}.pro-quick-list{padding:.4rem 0}.pro-quick-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.7rem 1.1rem;background:none;border:none;cursor:pointer;font-size:.82rem;font-weight:500;color:#374151;transition:background .15s;text-align:left;border-bottom:1px solid #f8fafc}.pro-quick-item:last-child{border-bottom:none}.pro-quick-item:hover{background:#f8fafc}.pro-quick-item-danger{color:#dc2626}.pro-quick-item-danger:hover{background:#fef2f2}.pro-quick-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.8rem;flex-shrink:0}.pro-quick-arrow{margin-left:auto;color:#d1d5db;font-size:.7rem}@media(max-width:860px){.pro-profile-stats-strip{grid-template-columns:repeat(2,1fr)}.pro-profile-body{grid-template-columns:1fr}.pro-profile-hero-inner{padding:1.5rem 1.25rem}.pro-profile-name{font-size:1.25rem}.pro-profile-avatar-ring{width:72px;height:72px}.pro-profile-avatar-initials{font-size:1.4rem}}@media(max-width:500px){.pro-profile-stats-strip{grid-template-columns:repeat(2,1fr);gap:.6rem}.pro-profile-header-actions{flex-direction:row;flex-wrap:wrap}}.salary-slip-net{border:1px solid #bfdbfe;background:#eff6ff;border-radius:8px;padding:.5rem .65rem;display:grid;grid-template-columns:1fr 1fr 1fr;gap:.4rem;font-size:.76rem;margin-bottom:.55rem}.salary-slip-net div:nth-child(2){color:#1e3a8a}.salary-slip-footer{border-top:1px dashed #94a3b8;padding-top:.45rem;color:#475569;font-size:.68rem}@media(max-width:900px){.salary-slip-grid{grid-template-columns:1fr 1fr}.salary-slip-split,.salary-slip-net{grid-template-columns:1fr}}@media print{body.salary-slip-print-mode .app-container>*{visibility:hidden!important}body.salary-slip-print-mode .app-container #modal-container,body.salary-slip-print-mode .app-container #modal-container *,#salary-slip-modal,#salary-slip-modal *{visibility:visible!important}#modal-container{position:static!important;inset:auto!important}#salary-slip-modal{position:static!important;display:block!important;background:transparent!important;margin:0!important;padding:0!important}#salary-slip-modal .salary-slip-actions,#salary-slip-modal .no-print{display:none!important}#salary-slip-modal .salary-slip-modal-shell{width:100%!important;max-height:none!important;overflow:visible!important;border:none!important;box-shadow:none!important;background:transparent!important;padding:0!important;margin:0!important}#salary-slip-modal .salary-slip-paper{border:none!important;border-radius:0!important;box-shadow:none!important;width:100%!important;padding:10mm!important;page-break-inside:avoid}@page{size:A4 portrait;margin:8mm}}.salary-processing-table-wrap{max-height:68vh;overflow:auto;border:1px solid #dbeafe;border-radius:12px;background:#fff}.salary-processing-table{width:100%;min-width:920px;table-layout:auto;font-size:.72rem;line-height:1.15}.salary-processing-table th,.salary-processing-table td{padding:.26rem .32rem!important;white-space:nowrap;vertical-align:middle}.salary-processing-table th{font-size:.68rem;letter-spacing:.01em}.salary-processing-table input,.salary-processing-table select,.salary-processing-table textarea{width:100%;max-width:86px;font-size:.68rem!important;line-height:1.05!important;padding:.2rem .25rem!important;min-height:24px!important;border-radius:6px!important}.salary-processing-table .action-btn{font-size:.66rem!important;padding:.26rem .36rem!important;border-radius:6px!important}.salary-processing-table td div{line-height:1.1}.salary-processing-table-wrap thead th{position:sticky;top:0;z-index:5;background:#f8fafc;box-shadow:inset 0 -1px #dbeafe}.salary-processing-table thead th:nth-child(1),.salary-processing-table tbody td:nth-child(1){position:sticky;left:0;min-width:138px;width:138px;background:#fff;z-index:3}.salary-processing-table thead th:nth-child(2),.salary-processing-table tbody td:nth-child(2){position:sticky;left:138px;min-width:82px;width:82px;background:#fff;z-index:3}.salary-processing-table thead th:nth-child(1),.salary-processing-table thead th:nth-child(2){background:#f8fafc;z-index:6}.salary-processing-table tbody td:nth-child(1),.salary-processing-table tbody td:nth-child(2){box-shadow:1px 0 #e2e8f0}@media(max-width:1100px){.salary-processing-table{min-width:760px}.salary-processing-table th:nth-child(6),.salary-processing-table td:nth-child(6),.salary-processing-table th:nth-child(7),.salary-processing-table td:nth-child(7),.salary-processing-table th:nth-child(8),.salary-processing-table td:nth-child(8),.salary-processing-table th:nth-child(9),.salary-processing-table td:nth-child(9),.salary-processing-table th:nth-child(11),.salary-processing-table td:nth-child(11),.salary-processing-table th:nth-child(12),.salary-processing-table td:nth-child(12),.salary-processing-table th:nth-child(13),.salary-processing-table td:nth-child(13){display:none}}@media(max-width:700px){.salary-processing-table{min-width:620px;font-size:.65rem}.salary-processing-table th,.salary-processing-table td{padding:.22rem .24rem!important}.salary-processing-table th{font-size:.62rem}.salary-processing-table input,.salary-processing-table select,.salary-processing-table textarea{max-width:74px;font-size:.63rem!important;min-height:22px!important;padding:.16rem .22rem!important}.salary-processing-table .action-btn{font-size:.62rem!important;padding:.22rem .3rem!important}.salary-processing-table thead th:nth-child(1),.salary-processing-table tbody td:nth-child(1){min-width:120px;width:120px}.salary-processing-table thead th:nth-child(2),.salary-processing-table tbody td:nth-child(2){left:120px;min-width:74px;width:74px}.salary-processing-table th:nth-child(3),.salary-processing-table td:nth-child(3),.salary-processing-table th:nth-child(4),.salary-processing-table td:nth-child(4),.salary-processing-table th:nth-child(10),.salary-processing-table td:nth-child(10){display:none}}.annual-v2-shell{background:linear-gradient(180deg,#f3f7ff,#eef4ff);border-radius:20px;padding:.9rem}.annual-v2-header{border:1px solid #d8e6ff!important;background:linear-gradient(120deg,#fff,#eef5ff 70%)!important;box-shadow:0 14px 34px #0f172a1f;color:#0f172a}.annual-v2-header .annual-toggle-btn{color:#0f172abf}.annual-v2-header .annual-toggle-btn.active{background:#1e40af;color:#fff}.annual-v2-header .annual-today-btn{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.annual-v2-header .annual-today-btn:hover{background:#dbeafe}.annual-v2-title{color:#0f172a;letter-spacing:-.02em}.annual-v2-subtitle{color:#475569}.annual-v2-controls .annual-v2-staff-filter input,.annual-v2-controls .annual-v2-sort-select,.annual-v2-controls .annual-year-label{border-color:#cfe0ff!important;background:#fff!important}.annual-v2-toggle-btn,.annual-v2-today-btn,.annual-v2-year-switch button,.annual-v2-legend-chip,.annual-v2-export-btn{border-radius:12px!important}.annual-v2-toggle-btn.active,.annual-v2-legend-chip.active{background:linear-gradient(95deg,#0f6ddf,#4688e8)!important;color:#fff!important;border-color:#0f6ddf!important}.annual-v2-legend-bar{border:1px solid #d8e6ff!important;background:linear-gradient(180deg,#fff,#f3f8ff)!important}.annual-v2-grid-layout .annual-month-card{border:1px solid #dbe7ff!important;background:#fff!important;box-shadow:0 10px 22px #0f172a14}.annual-v2-grid-layout .annual-month-head{background:linear-gradient(100deg,#f7faff,#edf4ff)}.annual-v2-grid-layout .annual-day{border-radius:10px}.annual-v2-grid-layout .annual-day:hover:not(.empty){background:#e9f1ff}.annual-v2-grid-layout .annual-day.selected{box-shadow:inset 0 0 0 2px #2563eb}.annual-v2-day-detail,.annual-v2-list-card{border:1px solid #dbe7ff!important;background:#fff!important;box-shadow:0 10px 22px #0f172a14}.annual-v2-modal{background:linear-gradient(180deg,#0f172a6b,#0f172a94);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.annual-v2-modal .annual-v2-modal-content,.annual-v2-modal .annual-detail-modal{border:1px solid #d8e6ff!important;background:linear-gradient(165deg,#f8fbff,#eef4ff 52%,#f9fafb)!important;box-shadow:0 24px 44px #0f172a3d}.annual-v2-modal .annual-v2-modal-head,.annual-v2-modal .annual-v2-detail-head{border:1px solid #d8e5ff;border-radius:12px;padding:.7rem .8rem;background:linear-gradient(100deg,#fff,#f0f6ff 62%,#e8f1ff)}.annual-v2-modal .annual-v2-modal-list>div,.annual-v2-modal .annual-v2-detail-item{border-color:#dce8ff!important;background:#fff;box-shadow:0 8px 18px #0f172a0f}:is(.annual-v2-modal .annual-v2-modal-list>div,.annual-v2-modal .annual-v2-detail-item) .team-activity-modal-overlay{position:fixed;inset:0;background:#f8fafc;z-index:9999;display:flex;flex-direction:column;animation:fadeIn var(--motion-med) var(--easing-standard)}:is(.annual-v2-modal .annual-v2-modal-list>div,.annual-v2-modal .annual-v2-detail-item) .team-activity-modal-content{background:var(--bg-card);width:100vw;height:100vh;display:flex;flex-direction:column;overflow:hidden;animation:fadeIn var(--motion-med) var(--easing-standard)}:is(.annual-v2-modal .annual-v2-modal-list>div,.annual-v2-modal .annual-v2-detail-item) .team-activity-modal-header{padding:1.5rem 3rem;background:#fff;border-bottom:2px solid #eef2ff;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}:is(.annual-v2-modal .annual-v2-modal-list>div,.annual-v2-modal .annual-v2-detail-item) .team-activity-modal-title-wrap h2{font-family:var(--font-display);font-size:1.8rem;font-weight:800;color:var(--primary);margin-bottom:.25rem}:is(.annual-v2-modal .annual-v2-modal-list>div,.annual-v2-modal .annual-v2-detail-item) .team-activity-modal-title-wrap span{font-size:1rem;color:var(--text-muted);font-weight:600}:is(.annual-v2-modal .annual-v2-modal-list>div,.annual-v2-modal .annual-v2-detail-item) .team-activity-modal-actions{display:flex;align-items:center;gap:2rem}:is(.annual-v2-modal .annual-v2-modal-list>div,.annual-v2-modal .annual-v2-detail-item) .team-activity-modal-actions .dashboard-team-activity-filters{background:#f8fafc;padding:.5rem;border-radius:12px;border:1px solid #e2e8f0}:is(.annual-v2-modal .annual-v2-modal-list>div,.annual-v2-modal .annual-v2-detail-item) .team-activity-modal-close{background:#fee2e2;border:none;width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#ef4444;font-size:1.25rem;transition:all .2s}:is(.annual-v2-modal .annual-v2-modal-list>div,.annual-v2-modal .annual-v2-detail-item) .team-activity-modal-close:hover{background:#fecaca;transform:scale(1.1) rotate(90deg)}:is(.annual-v2-modal .annual-v2-modal-list>div,.annual-v2-modal .annual-v2-detail-item) .team-activity-modal-body{flex:1;display:flex;flex-direction:column;padding:2rem 3rem;background:#f8fafc}:is(.annual-v2-modal .annual-v2-modal-list>div,.annual-v2-modal .annual-v2-detail-item) .team-activity-modal-body .dashboard-team-activity-split-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:3rem!important;flex:1;min-height:0}:is(.annual-v2-modal .annual-v2-modal-list>div,.annual-v2-modal .annual-v2-detail-item) .team-activity-modal-body .dashboard-team-activity-col{display:flex;flex-direction:column;height:100%}:is(.annual-v2-modal .annual-v2-modal-list>div,.annual-v2-modal .annual-v2-detail-item) .team-activity-modal-body .dashboard-team-activity-col-head{margin-bottom:1rem;font-size:1.1rem;padding:.5rem 0}:is(.annual-v2-modal .annual-v2-modal-list>div,.annual-v2-modal .annual-v2-detail-item) .team-activity-modal-body .dashboard-team-activity-col-list{flex:1;display:flex;flex-direction:column;gap:1.25rem;overflow-y:auto!important;padding-right:1.5rem}:is(.annual-v2-modal .annual-v2-modal-list>div,.annual-v2-modal .annual-v2-detail-item) .team-activity-modal-body .dashboard-staff-activity-item{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #0000000f;border:1px solid #e2e8f0;transition:all .2s cubic-bezier(.4,0,.2,1)}:is(.annual-v2-modal .annual-v2-modal-list>div,.annual-v2-modal .annual-v2-detail-item) .team-activity-modal-body .dashboard-staff-activity-item:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.dashboard-modern{--dashboard-glass-bg: rgba(255, 255, 255, .2);--dashboard-glass-bg-strong: rgba(255, 255, 255, .34);--dashboard-glass-border: rgba(255, 255, 255, .64);--dashboard-glass-shadow: 0 18px 38px rgba(22, 38, 58, .16);--dashboard-glass-shadow-hover: 0 26px 46px rgba(22, 38, 58, .22);--dashboard-title: #1b3550;--dashboard-text: #566b80;gap:1rem;position:relative;padding:.55rem;border-radius:22px;background:radial-gradient(1200px 540px at -8% -14%,rgba(79,118,176,.18),transparent 58%),radial-gradient(980px 460px at 110% 12%,rgba(121,146,175,.14),transparent 56%),linear-gradient(165deg,#e8eff7,#e3ebf3 44%,#edf2f8)}.dashboard-modern .card{position:relative;overflow:hidden;border-radius:14px;border:1px solid rgba(255,255,255,.4);background:linear-gradient(145deg,var(--dashboard-glass-bg-strong) 0%,var(--dashboard-glass-bg) 100%);box-shadow:inset 0 1px #ffffff5c,0 10px 20px #16263a1f;backdrop-filter:blur(24px) saturate(165%);-webkit-backdrop-filter:blur(24px) saturate(165%);transition:transform var(--motion-med) var(--easing-standard),box-shadow var(--motion-med) var(--easing-standard)}.dashboard-modern .card:before{content:"";position:absolute;inset:0;background:linear-gradient(125deg,#ffffff57,#ffffff14 42%,#ffffff05 70%);pointer-events:none}.dashboard-modern .card:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,#fff0 36%,#ffffff38,#fff0 64%);transform:translate(-140%);opacity:.72;pointer-events:none;animation:dashboardGlassSweep 11s linear infinite}.dashboard-modern .card>*{position:relative;z-index:1}.dashboard-modern .card>.dashboard-card-mode-controls{position:absolute!important;top:.48rem;right:.48rem;z-index:5}.dashboard-modern .card:hover{transform:translateY(-3px);box-shadow:var(--dashboard-glass-shadow-hover)}.dashboard-modern .full-width{border-radius:14px}.dashboard-staff-view .dashboard-summary-row,.dashboard-admin-view .dashboard-summary-row{display:flex;flex-wrap:wrap;gap:1rem;grid-column:1 / -1;margin-bottom:1rem}.dashboard-staff-view .dashboard-stats-row,.dashboard-admin-view .dashboard-stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;align-items:start;grid-column:1 / -1}.dashboard-modern .card h3,.dashboard-modern .card h4,.dashboard-modern .dashboard-stats-card-title,.dashboard-modern .dashboard-tagged-title,.dashboard-modern .dashboard-staff-name{color:var(--dashboard-title)}.dashboard-modern .dashboard-stats-card-subtitle,.dashboard-modern .dashboard-activity-meta,.dashboard-modern .dashboard-tagged-desc,.dashboard-modern .dashboard-tagged-meta,.dashboard-modern .dashboard-worklog-head span,.dashboard-modern .dashboard-team-activity-head span,.dashboard-modern .dashboard-staff-directory-head span,.dashboard-modern .text-muted{color:var(--dashboard-text)!important}.dashboard-modern .table-container{border:1px solid rgba(196,208,223,.72);border-radius:1rem;overflow:auto;background:#ffffff75}.dashboard-modern .table-container thead th{background:#f5f8fce0!important;border-bottom:1px solid rgba(195,208,223,.82);font-size:.74rem;text-transform:uppercase;letter-spacing:.04em;color:#53697f}.dashboard-modern .table-container tbody td{color:#32485d}.dashboard-modern .table-container tbody tr:hover{background:#ffffff47!important}.dashboard-modern .chip-btn{border-radius:999px;font-weight:700;background:#f6f9fcd9;border-color:#c3d0dfb8}.dashboard-modern .status-badge{border:1px solid transparent;font-weight:700;font-size:.76rem}.dashboard-modern .status-badge.in{border-color:#22c55e3d}.dashboard-modern .status-badge.out{border-color:#ef44443d}.dashboard-modern .dashboard-team-activity-col,.dashboard-modern .dashboard-tagged-item,.dashboard-modern .dashboard-staff-row,.dashboard-modern .dashboard-leave-row,.dashboard-modern .dashboard-leave-history-row,.dashboard-modern .dashboard-activity-item,.dashboard-modern .dashboard-staff-activity-item,.dashboard-modern .dashboard-staff-activity-item-compact{background:#ffffff47;border:1px solid rgba(255,255,255,.56)}.dashboard-modern .dashboard-activity-date{background:#f4f8fceb;border:1px solid rgba(206,217,229,.86);color:#344b62}.dashboard-leave-requests-card{background:linear-gradient(160deg,#fbfdfff5,#eff6ffc7);border:1px solid rgba(191,219,254,.72);box-shadow:0 18px 40px #3b82f614}.dashboard-leave-requests-head{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1rem;padding-bottom:.85rem;border-bottom:1px solid rgba(191,219,254,.5)}.dashboard-leave-requests-head h4{margin:0;font-size:1.28rem;color:#17324d}.dashboard-leave-requests-head span{color:#59708b;font-size:.86rem;font-weight:600}.dashboard-leave-requests-list{display:grid;gap:.9rem}.dashboard-leave-row{display:flex;justify-content:space-between;align-items:stretch;gap:1rem;padding:1rem 1.05rem;border-radius:18px;background:linear-gradient(180deg,#fffffff2,#f4f9ffe0);border:1px solid rgba(191,219,254,.7);box-shadow:0 10px 22px #94a3b81f}.dashboard-leave-info{flex:1;min-width:0;display:grid;gap:.35rem}.dashboard-leave-topline{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.dashboard-leave-name{font-size:1.05rem;font-weight:800;color:#102a43}.dashboard-leave-chip{padding:.35rem .7rem;border-radius:999px;background:#2563eb1a;color:#1d4ed8;font-size:.76rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.dashboard-leave-type{color:#284b63;font-weight:700}.dashboard-leave-meta{display:flex;gap:.9rem;flex-wrap:wrap;color:#64748b;font-size:.82rem;font-weight:600}.dashboard-leave-date{color:#1e293b;font-weight:700;font-size:.95rem}.dashboard-leave-reason{color:#475569;font-size:.88rem;line-height:1.5;background:#f1f5f9eb;border:1px solid rgba(203,213,225,.82);border-radius:12px;padding:.7rem .8rem}.dashboard-leave-actions{display:flex;flex-wrap:wrap;gap:.55rem;align-items:flex-start;justify-content:flex-end;min-width:240px}.dashboard-leave-btn{border:none;border-radius:12px;padding:.68rem .82rem;display:inline-flex;align-items:center;gap:.5rem;font-weight:800;font-size:.84rem;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.dashboard-leave-btn:hover{transform:translateY(-1px)}.dashboard-leave-btn.export,.dashboard-leave-btn.comment{background:#fffffff5;color:#294866;border:1px solid rgba(191,219,254,.9);box-shadow:0 8px 16px #94a3b81f}.dashboard-leave-btn.approve{background:linear-gradient(135deg,#16794e,#0f5f3d);color:#fff;box-shadow:0 12px 20px #16794e33}.dashboard-leave-btn.reject{background:linear-gradient(135deg,#c2410c,#9a3412);color:#fff;box-shadow:0 12px 20px #c2410c33}@media(max-width:780px){.dashboard-leave-row{flex-direction:column}.dashboard-leave-actions{min-width:0;justify-content:stretch}.dashboard-leave-btn{flex:1 1 calc(50% - .55rem);justify-content:center}}.dashboard-modern .dashboard-worklog-date-input,.dashboard-modern .dashboard-team-select{background:#ffffffc2;border:1px solid rgba(186,202,220,.92);border-radius:10px}.dashboard-modern .dashboard-worklog-go-btn{background:linear-gradient(135deg,#375f8c,#2c486e);border-radius:10px;box-shadow:0 10px 18px #2c486e38}.dashboard-modern .dashboard-stats-metric-late{background:#fff1f1b8}.dashboard-modern .dashboard-stats-metric-extra{background:#eef6ffc7}.dashboard-modern .dashboard-notifications-card{background:linear-gradient(150deg,#f3f8ffd6,#ecf3fbb8);border-left:3px solid rgba(64,106,156,.72)}.dashboard-staff-view-banner{background:linear-gradient(135deg,#f28145eb,#eb9f4fd6)!important;color:#fff;padding:.95rem 1.2rem!important;border-left:5px solid #d76727!important;margin-bottom:1rem}.dashboard-staff-view-banner-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.dashboard-staff-view-banner-profile{display:flex;align-items:center;gap:.95rem}.dashboard-staff-view-avatar-wrap{position:relative}.dashboard-staff-view-avatar{width:48px;height:48px;border-radius:50%;border:3px solid rgba(255,255,255,.32)}.dashboard-staff-view-avatar-badge{position:absolute;right:-2px;bottom:-2px;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#d76727;color:#fff;border:2px solid rgba(255,255,255,.82);font-size:.7rem;font-weight:800}.dashboard-staff-view-eyebrow{font-size:.68rem;font-weight:700;opacity:.92;text-transform:uppercase;letter-spacing:.05em}.dashboard-staff-view-title{margin:0;font-size:1.34rem;font-weight:800;letter-spacing:-.03em}.dashboard-staff-view-meta{margin-top:.12rem;font-size:.8rem;opacity:.94}.dashboard-staff-view-back-btn{background:#ffffff2e;color:#fff;border:2px solid rgba(255,255,255,.28);padding:.55rem 1rem;border-radius:999px;cursor:pointer;font-weight:700;font-size:.82rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform var(--motion-fast) var(--easing-standard),background var(--motion-fast) var(--easing-standard)}.dashboard-staff-view-back-btn:hover{transform:translateY(-1px);background:#ffffff42}.dashboard-modern .dashboard-hero-card{--hero-block-pad-y: clamp(.2rem, .6vw, .42rem);--hero-block-pad-x: clamp(.52rem, 1.5vw, .9rem);--hero-logo-size: clamp(2.5rem, 4.2vw, 3.4rem);grid-column:1 / -1;width:calc(100% + .7rem);margin-left:-.35rem;margin-right:-.35rem;height:auto!important;min-height:auto!important;max-height:none!important;padding:var(--hero-block-pad-y) var(--hero-block-pad-x)!important;position:relative;overflow:hidden;background:radial-gradient(circle at 82% 28%,rgba(146,214,255,.3),transparent 18%),radial-gradient(circle at 12% 16%,rgba(255,255,255,.14),transparent 20%),linear-gradient(135deg,#14469cf7,#1f69c4f2 48%,#1152a9f5);border:1px solid rgba(255,255,255,.34);box-shadow:0 20px 34px #0722503d;display:flex;flex-direction:column;justify-content:flex-start}.dashboard-modern .dashboard-hero-card:before{content:"";position:absolute;inset:-15% auto -25% -12%;width:42%;background:linear-gradient(115deg,rgba(255,255,255,.18) 0%,rgba(255,255,255,.04) 55%,transparent 100%);transform:skew(-18deg);opacity:.95;animation:dashboardHeroSweep 7.2s ease-in-out infinite;pointer-events:none}.dashboard-modern .dashboard-hero-card:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 74% 50%,rgba(108,193,255,.18),transparent 22%),radial-gradient(circle at 26% 72%,rgba(255,255,255,.08),transparent 18%);opacity:.95;animation:dashboardHeroGlow 6.5s ease-in-out infinite alternate;pointer-events:none}.dashboard-hero-orb{position:absolute;border-radius:50%;opacity:.34;animation:dashboardHeroOrbFloat 6s ease-in-out infinite}.dashboard-hero-orb-top{top:-24px;right:-28px;width:58px;height:58px;background:#bfe6ff33;animation-delay:-1.8s}.dashboard-hero-orb-bottom{bottom:-16px;left:-10px;width:34px;height:34px;background:#ffffff1a}.dashboard-modern .dashboard-hero-content{position:relative;z-index:2;margin-top:0;padding-top:0}.dashboard-modern .dashboard-hero-row{display:flex;align-items:center;justify-content:space-between;gap:.3rem;min-height:auto;padding-right:clamp(3.8rem,7.2vw,5.8rem)}.dashboard-modern .dashboard-hero-aside{display:flex;align-items:center;justify-content:flex-end;gap:.34rem;min-width:0;flex:0 0 auto}.dashboard-modern .dashboard-hero-copy{flex:1;min-width:0}.dashboard-modern .dashboard-hero-title{margin:0;font-size:.68rem;line-height:1.05;font-weight:800;color:#f7fbff;text-shadow:0 1px 3px rgba(5,25,36,.32)}.dashboard-modern .dashboard-hero-date{margin:.04rem 0 0;font-size:.46rem;color:#eef8fde6}.dashboard-modern .dashboard-hero-chip-row{margin-top:.08rem;display:flex;flex-wrap:wrap;gap:.14rem}.dashboard-modern .dashboard-hero-chip{display:inline-flex;align-items:center;gap:.2rem;min-height:14px;padding:.05rem .16rem;font-size:.42rem;border-radius:999px;background:#ffffff29;border:1px solid rgba(255,255,255,.26);color:#f5fbff}.dashboard-hero-chip-label{font-size:.45rem;font-weight:700;opacity:.9}.dashboard-hero-chip-icon{color:#ffd08a;font-size:.5rem}.dashboard-modern .dashboard-hero-content{animation:dashboardHeroContentIn .34s cubic-bezier(.22,1,.36,1) both}.dashboard-modern .dashboard-hero-aside{animation:dashboardHeroAsideIn .42s cubic-bezier(.22,1,.36,1) both}@keyframes dashboardHeroContentIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes dashboardHeroAsideIn{0%{opacity:0;transform:translate(6px)}to{opacity:1;transform:translate(0)}}.dashboard-modern .dashboard-viewing-box{position:relative;z-index:2;display:flex;justify-content:center;min-width:138px}.dashboard-modern .dashboard-viewing-inner{width:100%;max-width:176px;display:flex;align-items:center;gap:.3rem;padding:.12rem .26rem;border-radius:8px;background:#ffffff29;border:1px solid rgba(255,255,255,.22);box-shadow:none}.dashboard-modern .dashboard-viewing-icon{color:#f1f6ff;font-size:.56rem}.dashboard-modern .dashboard-viewing-meta{flex:1}.dashboard-modern .dashboard-viewing-head{display:flex;align-items:center;justify-content:space-between;gap:.28rem;margin-bottom:.04rem}.dashboard-modern .dashboard-viewing-label{font-size:.4rem;color:#e6eff9db;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.dashboard-modern .dashboard-viewing-state{font-size:.38rem;color:#fff8ef;background:#f3901f47;border:1px solid rgba(255,214,153,.4);padding:.05rem .2rem;border-radius:999px;font-weight:800}.dashboard-modern .dashboard-viewing-select{width:100%;border:none;padding:0;background:transparent;color:#f5f9ff;font-size:.5rem;font-weight:700;outline:none;cursor:pointer}.dashboard-modern .dashboard-hero-brand{position:relative;z-index:2;width:var(--hero-logo-size);height:var(--hero-logo-size);padding:clamp(.16rem,.5vw,.24rem);border-radius:12px;background:linear-gradient(180deg,#ffffff3d,#ffffff24);border:1px solid rgba(255,255,255,.28);box-shadow:inset 0 1px #fff3,0 10px 18px #0d24422e;flex:0 0 auto}.dashboard-modern .dashboard-hero-brand-logo{width:100%;height:100%;display:block;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(14,30,56,.16));animation:dashboardLogoSpin 4.8s linear infinite}@keyframes dashboardLogoSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard-modern .dashboard-refresh-link{position:absolute;top:.18rem;right:.38rem;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#ffffff14;color:#eef8fd;padding:.08rem .26rem;font-size:.42rem;font-weight:700;cursor:pointer;z-index:3}.dashboard-modern .dashboard-refresh-link:hover{background:#ffffff29}.dashboard-modern .dashboard-refresh-link.is-update-pending{color:#fff7ed;background:#d9770638;border-color:#fed7aa57;animation:dashboardUpdateBlink 1.2s ease-in-out infinite}.dashboard-modern .dashboard-refresh-link.is-update-pending:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#fb923c;margin-right:.28rem;vertical-align:middle;box-shadow:0 0 #fb923c80;animation:dashboardUpdateDot 1.2s ease-in-out infinite}.dashboard-modern .dashboard-checkin-card{display:flex;flex-direction:column;justify-content:flex-start;gap:.48rem;padding:.62rem!important;margin-bottom:0;width:100%;max-width:none;min-height:0!important;height:auto!important;align-self:stretch;justify-self:stretch;margin-inline:0;background:linear-gradient(160deg,#ffffff4d,#f3f7fc33)!important;border:1px solid rgba(255,255,255,.62)!important}.dashboard-primary-card.dashboard-checkin-card{height:auto!important}.dashboard-checkin-head{display:flex;align-items:center;justify-content:center;gap:.58rem}.dashboard-checkin-avatar-wrap{position:relative}.dashboard-checkin-avatar{width:38px;height:38px;border-radius:50%;border:2px solid rgba(186,205,228,.88)}.dashboard-checkin-status-dot{position:absolute;right:0;bottom:0;width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.9)}.dashboard-checkin-identity{text-align:left}.dashboard-checkin-name{margin:0;font-size:.8rem;color:#213b54}.dashboard-checkin-role{margin:0;font-size:.64rem}.dashboard-checkin-timer-wrap{padding:.1rem 0;text-align:center}.dashboard-checkin-timer{font-size:1.68rem!important;font-weight:800;color:#243f5b!important;line-height:1;letter-spacing:-.05em}.dashboard-checkin-timer-label{margin-top:.18rem;font-size:.52rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6d8094}.dashboard-checkin-countdown{display:none;width:100%;margin-bottom:.1rem;padding:.34rem .4rem;border-radius:10px;border:1px solid rgba(196,208,223,.72);background:#f8fcfc57}.dashboard-checkin-countdown-meta{display:flex;justify-content:space-between;font-size:.6rem;color:#53697d;margin-bottom:.28rem}.dashboard-checkin-countdown-value{font-weight:700}.dashboard-checkin-countdown-bar{width:100%;height:4px;background:#cbd5e1d9;border-radius:999px;overflow:hidden}.app-hover-help-tooltip{position:fixed;top:0;left:0;z-index:10030;max-width:min(260px,calc(100vw - 2rem));padding:.55rem .75rem;border-radius:12px;background:#0f172af0;color:#f8fafc;font-size:.78rem;font-weight:600;line-height:1.35;box-shadow:0 16px 36px #0f172a47;pointer-events:none;opacity:0;transform:translateY(6px);transition:opacity .12s ease,transform .12s ease}.app-hover-help-tooltip.is-visible{opacity:1;transform:translateY(0)}.page-usage-note{margin-top:1.25rem;padding:1rem 1.1rem;border:1px solid #cbd5e1;border-radius:16px;background:linear-gradient(180deg,#f8fbff,#eef6ff);color:#1e293b;box-shadow:0 10px 24px #0f172a14}.page-usage-note-header{display:flex;align-items:center;gap:.7rem;margin-bottom:.65rem}.page-usage-note-header i{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#3f63a81f;color:var(--primary)}.page-usage-note-header h3{margin:0;font-size:.98rem;font-family:var(--font-display)}.page-usage-note p{margin:.45rem 0 0;line-height:1.6;font-size:.9rem}.dashboard-checkin-countdown-progress{width:0;height:100%;background:var(--primary);transition:width 1s linear}.dashboard-checkin-overtime{display:none;margin-bottom:.1rem;padding:.35rem;text-align:center;border-radius:10px;border:1px solid rgba(254,215,170,.82);background:#fff7ed6b}.dashboard-checkin-overtime-label{color:#c2410c;font-weight:800;font-size:.64rem;margin-bottom:.12rem}.dashboard-checkin-overtime-value{color:#ea580c;font-size:.82rem;font-weight:800;font-family:monospace}.dashboard-checkin-btn{width:100%;margin-top:.02rem;padding:.44rem!important;border-radius:12px!important;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.72rem!important;white-space:nowrap;min-height:40px}.dashboard-checkin-action-row{display:flex;gap:.28rem;align-items:stretch;justify-content:stretch}.dashboard-checkin-action-row .dashboard-checkin-btn{flex:1 1 0;width:auto}.dashboard-checkin-pause-btn{background:#f8fafc!important;color:#334155!important;border:1px solid #cbd5e1!important}.dashboard-checkin-btn:disabled{opacity:.6;cursor:not-allowed}.dashboard-checkin-location{margin-top:.08rem;justify-content:center;text-align:center;font-size:.55rem!important;color:#77909a!important;line-height:1.3;overflow-wrap:anywhere}@keyframes dashboardGlassSweep{0%{transform:translate(-140%)}to{transform:translate(140%)}}@keyframes dashboardHeroSweep{0%,to{transform:translate(-8%) skew(-18deg);opacity:.68}50%{transform:translate(170%) skew(-18deg);opacity:1}}@keyframes dashboardHeroGlow{0%{transform:scale(1) translateZ(0);opacity:.72}to{transform:scale(1.08) translate3d(-1.5%,0,0);opacity:1}}@keyframes dashboardHeroOrbFloat{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,4px,0)}}@keyframes dashboardUpdateBlink{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.72;transform:translateY(-1px)}}@keyframes dashboardUpdateDot{0%{box-shadow:0 0 #fb923c80}70%{box-shadow:0 0 0 6px #fb923c00}to{box-shadow:0 0 #fb923c00}}@media(max-width:900px){.dashboard-modern{padding:.35rem;border-radius:16px}.dashboard-modern .card{border-radius:14px;backdrop-filter:blur(14px) saturate(136%);-webkit-backdrop-filter:blur(14px) saturate(136%)}.dashboard-modern .dashboard-hero-card{--hero-block-pad-y: clamp(.16rem, 1vw, .32rem);--hero-block-pad-x: clamp(.44rem, 1.6vw, .62rem);--hero-logo-size: clamp(2.2rem, 7.2vw, 3rem);height:auto!important;min-height:auto!important;max-height:none!important}.dashboard-modern .dashboard-hero-row{min-height:0;padding-right:0;align-items:flex-start;flex-wrap:wrap}.dashboard-modern .dashboard-hero-title{font-size:.6rem}.dashboard-modern .dashboard-hero-date{font-size:.4rem}.dashboard-modern .dashboard-hero-chip{font-size:.38rem}.dashboard-modern .dashboard-viewing-box{width:100%;min-width:0}.dashboard-modern .dashboard-hero-aside{width:100%;justify-content:space-between}.dashboard-modern .dashboard-viewing-inner{max-width:none}.dashboard-modern .dashboard-refresh-link{position:relative;top:auto;right:auto;margin-top:.2rem;align-self:flex-start}.dashboard-checkin-head{justify-content:flex-start}.dashboard-staff-view-banner{padding:.9rem 1rem!important}.dashboard-staff-view-title{font-size:1.1rem}}@media(max-width:640px){.dashboard-modern .dashboard-checkin-card{width:100%;max-width:none}.dashboard-modern .dashboard-hero-card{--hero-block-pad-y: clamp(.14rem, 1.2vw, .28rem);--hero-block-pad-x: clamp(.4rem, 1.7vw, .54rem);--hero-logo-size: clamp(2rem, 8.6vw, 2.7rem);height:auto!important;min-height:auto!important;max-height:none!important}.dashboard-modern .dashboard-hero-brand{width:var(--hero-logo-size);height:var(--hero-logo-size);padding:clamp(.14rem,.55vw,.2rem);border-radius:12px}}@media(prefers-reduced-motion:reduce){.dashboard-modern .card:after,.dashboard-modern .dashboard-hero-card:before,.dashboard-modern .dashboard-hero-card:after,.dashboard-hero-orb,.dashboard-modern .dashboard-hero-content,.dashboard-modern .dashboard-hero-aside,.dashboard-modern .dashboard-refresh-link.is-update-pending,.dashboard-modern .dashboard-refresh-link.is-update-pending:before{animation:none!important}}.dashboard-modern .dashboard-hero-stats-card{background:linear-gradient(145deg,#0f172a,#1f2937)!important;border:1px solid rgba(148,163,184,.28)!important;box-shadow:0 18px 34px #0f172a47!important;backdrop-filter:none;-webkit-backdrop-filter:none;color:#e2e8f0}.dashboard-modern .dashboard-hero-stats-card:before{content:"";position:absolute;inset:-40% 25% auto -30%;height:220px;border-radius:50%;background:radial-gradient(circle at center,#22d3ee3d,#22d3ee00);pointer-events:none}.dashboard-modern .dashboard-hero-stats-card:after{content:"";position:absolute;inset:auto -20% -50% 35%;height:230px;border-radius:50%;background:radial-gradient(circle at center,#34d39933,#34d39900);transform:none;opacity:1;pointer-events:none;animation:none}.dashboard-modern .dashboard-hero-stats-card h4,.dashboard-modern .dashboard-hero-stats-card .hero-name,.dashboard-modern .dashboard-hero-stats-card .hero-metric-value{color:#f8fafc!important}.dashboard-modern .dashboard-hero-stats-card .hero-role,.dashboard-modern .dashboard-hero-stats-card .hero-metric-label,.dashboard-modern .dashboard-hero-stats-card .hero-sync-time{color:#cbd5e1!important}.dashboard-modern .dashboard-hero-stats-card .dashboard-kpi-tag{color:#e0f2fe!important}.dashboard-section-page{display:flex;flex-direction:column;gap:1rem}.dashboard-section-head{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.dashboard-section-head h2{margin:0;color:#1f2937}.dashboard-section-head p{margin:.25rem 0 0;color:#6b7280}.dashboard-section-filter-bar{display:flex;flex-wrap:wrap;gap:.75rem;align-items:end;padding:.85rem;border:1px solid #dbe3ef;background:linear-gradient(160deg,#f8fbff,#f2f7ff);border-radius:14px}.dashboard-section-filter-bar label{display:flex;flex-direction:column;gap:.25rem;font-size:.8rem;color:#475569}.dashboard-section-filter-bar input[type=date]{min-width:160px;padding:.45rem .55rem;border-radius:8px;border:1px solid #cbd5e1}.dashboard-section-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;padding:.6rem .75rem;border-radius:10px}.dashboard-section-body{display:grid;gap:1rem}.dashboard-section-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin-bottom:.9rem}.dashboard-section-kpi{border:1px solid #e2e8f0;border-radius:12px;padding:.7rem;background:#f8fafc}.dashboard-section-kpi span{display:block;color:#64748b;font-size:.78rem}.dashboard-section-kpi strong{color:#0f172a;font-size:1rem}.dashboard-section-inline-actions{display:flex;justify-content:flex-end;margin-bottom:.75rem}.dashboard-section-card-no-shadow{box-shadow:none}.tour-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:9998;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:opacity .3s ease}.tour-highlight{position:fixed;z-index:9999;border-radius:8px;box-shadow:0 0 0 9999px #00000080,0 0 15px #ffffff80;transition:all .3s cubic-bezier(.4,0,.2,1);pointer-events:none}.tour-tooltip{position:fixed;z-index:10000;background:#fff;width:320px;padding:1.5rem;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transition:all .3s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(10px)}.tour-tooltip.active{opacity:1;transform:translateY(0)}.tour-tooltip-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.tour-tooltip-header h4{margin:0;color:#1e1b4b;font-size:1.1rem}.tour-progress{font-size:.75rem;color:#6b7280;font-weight:600;background:#f3f4f6;padding:2px 8px;border-radius:12px}.tour-tooltip-content{color:#4b5563;font-size:.95rem;line-height:1.5;margin-bottom:1.5rem}.tour-tooltip-footer{display:flex;justify-content:space-between;gap:1rem}.tour-btn-skip{background:transparent;border:none;color:#6b7280;font-weight:500;cursor:pointer;font-size:.9rem;padding:.5rem 0}.tour-btn-skip:hover{color:#1e1b4b}.tour-btn-next{background:#1e1b4b;color:#fff;border:none;padding:.6rem 1.25rem;border-radius:.5rem;font-weight:600;cursor:pointer;font-size:.9rem;transition:background .2s}.tour-btn-next:hover{background:#312e81}@keyframes tour-pulse{0%{box-shadow:0 0 #4f46e566}70%{box-shadow:0 0 0 10px #4f46e500}to{box-shadow:0 0 #4f46e500}}@media(max-width:640px){.tour-tooltip{width:calc(100% - 40px);left:20px!important;bottom:20px!important;top:auto!important}}body.widget-mode .app-container{display:none!important}#widget-view{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#f8fafc;z-index:10000;flex-direction:column;padding:calc(env(titlebar-area-inset-top,0px) + .5rem) .5rem .5rem .5rem;box-sizing:border-box}body.widget-mode #widget-view{display:flex}.widget-chrome-header{display:flex;justify-content:space-between;width:100%;align-items:center;-webkit-app-region:drag;cursor:move;min-height:24px;margin-bottom:.5rem}.widget-controls{-webkit-app-region:no-drag}.widget-close{cursor:pointer;color:var(--text-muted);font-size:1rem;transition:color .2s}.widget-close:hover{color:var(--primary)}.widget-drag-handle{opacity:.5;color:var(--text-muted);font-size:.8rem}#widget-view .card{border:none;box-shadow:none;background:transparent!important;padding:0!important;margin:0!important;display:flex;flex-direction:column;height:100%}#widget-view .timer-display{font-size:2rem!important}#widget-view #timer-label{font-size:.6rem!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}#widget-view{animation:fadeIn .2s ease-out}#widget-view #attendance-btn{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}#widget-view #attendance-btn:active{transform:scale(.98)}:root{--dp-bg-gradient: linear-gradient(180deg, #fffefc 0%, #fff9f2 100%);--dp-border: #f6d8b9;--dp-border-light: #fdf2e9;--dp-accent: #7c2d12;--dp-text-main: #431407;--dp-text-sub: #9a3412;--dp-shadow-soft: 0 12px 32px rgba(124, 45, 18, .08);--dp-shadow-modal: 0 32px 64px rgba(15, 23, 42, .2)}.day-plan-modal-overlay{position:fixed;inset:0;z-index:10020;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0f172a59;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.day-plan-content{width:min(1200px,98vw);height:auto;max-height:min(840px,90vh);display:flex;flex-direction:column;background:var(--dp-bg-gradient);border:1px solid var(--dp-border);border-radius:16px;box-shadow:var(--dp-shadow-modal);padding:1.25rem;overflow:hidden;position:relative}.day-plan-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-shrink:0}.day-plan-headline h3{margin:0;color:var(--dp-accent);font-size:1.35rem;font-weight:800;letter-spacing:-.01em}.day-plan-subline{margin:.1rem 0 0;color:var(--dp-text-sub);font-size:.85rem;font-weight:600;opacity:.7}.day-plan-header-actions{display:flex;gap:.4rem}.day-plan-close-btn,.day-plan-delete-btn{background:transparent;border:none;cursor:pointer;font-size:1.1rem;color:var(--dp-text-sub);width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .15s ease}.day-plan-close-btn:hover{background:#0000000d;color:#000}.day-plan-delete-btn:hover{background:#fee2e2;color:#dc2626}.day-plan-columns{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;flex:1;min-height:0;margin-bottom:.5rem}.day-plan-column{display:flex;flex-direction:column;min-height:200px;background:#fff6;border:1px solid var(--dp-border-light);border-radius:14px;padding:.75rem}.day-plan-column-head{margin-bottom:.75rem;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.day-plan-column-title{font-size:.85rem;font-weight:800;color:var(--dp-text-sub);text-transform:uppercase;letter-spacing:.05em;margin:0}.day-plan-scroll-area{flex:1;overflow-y:auto;padding-right:4px;display:flex;flex-direction:column;gap:.6rem;min-height:100px}.plan-block,.plan-block-ref{background:#fff;border:1px solid #f2f2f2;border-radius:10px;transition:transform .15s ease,box-shadow .15s ease;flex-shrink:0}.plan-block:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000000a}.plan-block-header{display:flex;justify-content:space-between;align-items:flex-start;padding:.4rem .6rem;background:#fafafb;border-bottom:1px solid #f5f5f7;border-radius:10px 10px 0 0}.plan-block-title-group{display:flex;align-items:flex-start;gap:.6rem;min-width:0;flex:1}.day-plan-index-badge{font-size:.75rem;font-weight:800;color:var(--dp-text-sub);opacity:.5}.plan-block-summary{font-size:.88rem;font-weight:600;color:#1e293b;white-space:normal;word-break:break-word;line-height:1.4}.day-plan-scope-pill{font-size:.65rem;font-weight:700;text-transform:uppercase;padding:1px 5px;background:#f1f5f9;color:#475569;border-radius:4px;white-space:nowrap;margin-top:2px}.plan-block-actions{display:flex;align-items:flex-start;gap:.4rem;flex-shrink:0;margin-left:.5rem;padding-top:2px}.day-plan-edit-btn,.day-plan-remove-btn{background:transparent;border:none;cursor:pointer;font-size:.85rem;color:#94a3b8;width:26px;height:26px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .15s ease}.day-plan-edit-btn:hover{background:#f1f5f9;color:var(--dp-accent)}.day-plan-remove-btn:hover{background:#fee2e2;color:#ef4444}.plan-block-body{padding:.25rem .6rem .4rem;display:flex;flex-wrap:wrap;gap:4px}.day-plan-tag-pill{font-size:.7rem;font-weight:600;color:var(--dp-accent);background:#fff7ed;padding:1px 6px;border-radius:100px}.btn-premium-add{width:100%;padding:.5rem;border:1px dashed #cbd5e1;background:#fff;color:#64748b;font-size:.85rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.5rem;border-radius:8px;cursor:pointer;transition:all .2s ease}.btn-premium-add:hover{background:#f0fdf4;border-color:#86efac;color:#166534}.plan-editor-overlay{position:fixed;inset:0;z-index:10050;background:#0f172a73;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:2rem}.plan-editor-modal{width:min(640px,95vw);background:#fff;border-radius:20px;box-shadow:0 40px 80px #00000026;overflow:hidden;display:flex;flex-direction:column}.plan-editor-head{padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9}.plan-editor-head h4{margin:0;font-size:1.15rem;font-weight:800;color:var(--dp-text-main)}.plan-editor-body{padding:1.5rem}.plan-editor-textarea{width:100%;min-height:140px;padding:1rem;font-size:1rem;line-height:1.5;border:1px solid #e2e8f0;border-radius:12px;resize:none;margin-bottom:1rem;color:#1e293b;background:#fcfcfd}.plan-editor-textarea:focus{outline:none;border-color:var(--dp-accent);background:#fff}.plan-editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.plan-editor-field label{display:block;font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;margin-bottom:.4rem;letter-spacing:.03em}.plan-editor-field select{width:100%;padding:.6rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;font-weight:600}.plan-editor-footer{padding:1rem 1.5rem;background:#f9fafb;border-top:1px solid #f1f5f9;display:flex;justify-content:flex-end;gap:.75rem}.day-plan-form{display:flex;flex-direction:column;flex:1;min-height:0}.day-plan-footer{padding:1rem 0 .25rem;border-top:1px solid var(--dp-border-light);display:flex;justify-content:flex-end;flex-shrink:0}.day-plan-actions{display:flex;gap:.75rem}.day-plan-discard-btn,.day-plan-save-btn{padding:.6rem 1.25rem;border-radius:10px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .15s ease}.day-plan-discard-btn{background:#f1f5f9;border:none;color:#475569}.day-plan-save-btn{background:var(--dp-accent);border:none;color:#fff}.day-plan-discard-btn:hover{background:#e2e8f0}.day-plan-save-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #7c2d1233}.day-plan-scroll-area::-webkit-scrollbar{width:5px}.day-plan-scroll-area::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.day-plan-scroll-area::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.plan-editor-tags-container{margin-bottom:1.25rem;padding:.75rem;background:#f8fafc;border:1px dashed #e2e8f0;border-radius:10px}.plan-editor-tags-label{display:block;font-size:.7rem;font-weight:700;color:#64748b;text-transform:uppercase;margin-bottom:.5rem;letter-spacing:.05em}.plan-editor-tags-wrapper{display:flex;flex-wrap:wrap;gap:.5rem}@media(max-width:900px){.day-plan-columns{grid-template-columns:1fr}.day-plan-content{width:100vw;height:100vh;border-radius:0;padding:1rem}}.mention-dropdown{position:fixed;z-index:11000;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;min-width:220px;max-height:240px;overflow-y:auto;padding:6px;display:none;pointer-events:auto}.mention-item{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:8px;cursor:pointer;font-size:.875rem;color:#475569;transition:background .15s ease,color .15s ease}.mention-item:hover,.mention-item.active{background:#f1f5f9!important;color:#1e293b!important}.mention-item-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover;background:#e2e8f0}.mention-item-name{font-weight:500}.mention-item-role{font-size:.75rem;color:#94a3b8;margin-left:auto}
