@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap";.login-page{width:100%;min-height:100vh;font-family:var(--font-body);background:#fff;display:flex}.login-left{color:#fff;background:linear-gradient(135deg,#2f63f6 0%,#a914f5 100%);justify-content:center;align-items:center;width:50%;min-height:100vh;display:flex}.brand-content{text-align:center;transform:translateY(12px)}.clock-circle{border:6px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin:0 auto 48px;display:flex}.brand-content h1{letter-spacing:-1px;margin:0 0 22px;font-size:50px;font-weight:700;line-height:1}.brand-subtitle{margin:0 0 34px;font-size:24px;font-weight:400;line-height:1.2}.brand-tagline{margin:0;font-size:22px;font-weight:400;line-height:1.2}.login-right{background:#fff;justify-content:center;align-items:center;width:50%;min-height:100vh;padding:40px;display:flex}.login-box{width:100%;max-width:560px}.login-title{text-align:center;margin-bottom:42px}.login-title h2{color:#000;margin:0 0 12px;font-size:36px;font-weight:700;line-height:1.1}.login-title p{color:#334155;margin:0;font-size:19px}.microsoft-btn{color:#1f2f46;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:12px;justify-content:center;align-items:center;gap:14px;width:100%;height:64px;margin-bottom:40px;font-size:20px;font-weight:600;display:flex}.microsoft-btn:hover{background:#f8fafc}.microsoft-btn:disabled{cursor:not-allowed;opacity:.65}.microsoft-logo{grid-template-columns:1fr 1fr;gap:2px;width:24px;height:24px;display:grid}.microsoft-logo span{display:block}.ms-red{background:#f25022}.ms-green{background:#7fba00}.ms-blue{background:#00a4ef}.ms-yellow{background:#ffb900}.divider{align-items:center;gap:20px;margin-bottom:36px;display:flex}.divider span{background:#cbd5e1;flex:1;height:1px}.divider p{color:#64748b;margin:0;font-size:16px}.input-group{margin-bottom:24px}.input-group label{color:#1e293b;margin-bottom:12px;font-size:16px;font-weight:700;display:block}.input-group input{color:#1e293b;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:12px;outline:none;width:100%;height:62px;padding:0 20px;font-size:18px}.input-group input::placeholder{color:#7c8797}.input-group input:focus{border-color:#2563eb}.password-input{position:relative}.password-input input{padding-right:58px}.password-input button{color:#64748b;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.login-row{justify-content:space-between;align-items:center;margin:2px 0 24px;display:flex}.remember{color:#334155;cursor:pointer;align-items:center;gap:10px;font-size:17px;font-weight:600;display:flex}.remember input{accent-color:#404040;width:20px;height:20px;margin:0}.login-row a{color:#0057ff;font-size:17px;text-decoration:none}.login-row a:hover{text-decoration:underline}.signin-btn{color:#fff;cursor:pointer;background:#2463f2;border:none;border-radius:12px;width:100%;height:60px;font-size:19px;font-weight:700}.signin-btn:hover{background:#1d4ed8}.copyright{text-align:center;color:#64748b;margin:44px 0 0;font-size:17px}@media (width<=900px){.login-page{flex-direction:column}.login-left,.login-right{width:100%;min-height:50vh}.login-right{padding:32px 20px}.brand-content h1{font-size:42px}.brand-subtitle{font-size:20px}.brand-tagline{font-size:18px}}.error-message{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin:-8px 0 18px;padding:12px 14px;font-size:14px;font-weight:600}.success-message{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;margin:-8px 0 18px;padding:12px 14px;font-size:14px;font-weight:600}.forgot-password-btn{color:#0057ff;cursor:pointer;background:0 0;border:none;padding:0;font-size:17px;text-decoration:none}.forgot-password-btn:hover{text-decoration:underline}.forgot-password-btn:disabled{cursor:not-allowed;opacity:.7}.role-page{min-height:100vh;font-family:var(--font-body);display:flex}.role-left{color:#fff;background:linear-gradient(135deg,#2f63f6 0%,#a914f5 100%);justify-content:center;align-items:center;width:50%;display:flex}.role-clock-circle{border:6px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin:0 auto 48px;display:flex}.role-brand{text-align:center}.role-brand h1{margin:0 0 24px;font-size:54px}.role-brand p{margin:26px 0;font-size:22px}.role-right{background:#fff;justify-content:center;align-items:center;width:50%;padding:40px;display:flex}.role-box{text-align:center;width:100%;max-width:650px}.role-box h2{margin-bottom:14px;font-size:38px;font-weight:700}.role-subtitle{color:#64748b;margin-bottom:32px}.role-cards{grid-template-columns:1fr 1fr;gap:24px;display:grid}.role-card{border:1px solid #cbd5e1;border-radius:14px;min-height:290px;padding:34px 28px}.role-card h3{margin:18px 0 12px;font-size:22px}.role-card p{color:#64748b;font-size:15px;line-height:1.5}.role-card button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;width:100%;height:52px;margin-top:16px;font-weight:700}.role-card .staff-btn{background:#16a34a}.reset-password-box .login-title{margin-bottom:32px}.reset-helper-card{color:#1e3a8a;background:#eff6ff;border:1px solid #dbeafe;border-radius:12px;padding:18px;font-size:16px;font-weight:600}.back-login-btn{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:12px;width:100%;height:54px;margin-top:14px;font-size:17px;font-weight:700}.back-login-btn:hover{background:#f8fafc}.notification-bell-wrapper{position:relative}.shared-notification-button{color:#334155;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;place-items:center;width:38px;height:38px;transition:background .18s,color .18s,border-color .18s;display:grid;position:relative}.shared-notification-button:hover,.shared-notification-button.active{color:#2563eb;background:#f8fafc;border-color:#e2e8f0}.notification-count{color:#e8e9eb;background:#ef4444;border:2px solid #ef4444;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:8px;font-weight:800;line-height:1;display:inline-flex;position:absolute;top:-5px;right:-5px;box-shadow:0 2px 5px #0f172a26}.notification-panel{z-index:1200;background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:min(390px,100vw - 28px);max-height:min(620px,100vh - 90px);animation:.16s ease-out notification-panel-in;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 24px 60px #0f172a29,0 4px 12px #0f172a0f}@keyframes notification-panel-in{0%{opacity:0;transform:translateY(-6px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.notification-panel-header{border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:flex-start;gap:14px;padding:18px 18px 15px;display:flex}.notification-panel-heading{min-width:0}.notification-panel-title-row{align-items:center;gap:9px;display:flex}.notification-panel-header h3{color:#0f172a;letter-spacing:-.01em;margin:0;font-family:inherit;font-size:17px;font-weight:800}.notification-panel-header p{color:#64748b;margin:4px 0 0;font-size:12.5px}.notification-unread-pill{color:#2563eb;background:#eff6ff;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:800}.notification-close-button{color:#64748b;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;flex:none;place-items:center;width:31px;height:31px;transition:all .18s;display:grid}.notification-close-button:hover{color:#0f172a;background:#f1f5f9}.notification-toolbar{background:#fbfdff;border-bottom:1px solid #eef2f7;justify-content:flex-end;padding:9px 14px;display:flex}.notification-mark-all{color:#2563eb;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:5px 6px;font-size:11.5px;font-weight:750;display:inline-flex}.notification-mark-all:hover{color:#1d4ed8}.notification-list{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;max-height:500px;overflow-y:auto}.notification-list::-webkit-scrollbar{width:7px}.notification-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.notification-card{background:#fff;border-bottom:1px solid #eef2f7;transition:background .16s;position:relative}.notification-card:last-child{border-bottom:none}.notification-card.unread{background:#fbfdff}.notification-card:hover{background:#f8fafc}.notification-card-main{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;grid-template-columns:38px minmax(0,1fr) 8px;align-items:flex-start;gap:11px;padding:15px 15px 11px;display:grid}.notification-type-icon{border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.notification-type-icon.finance{color:#ea580c;background:#fff7ed}.notification-type-icon.budget{color:#2563eb;background:#eff6ff}.notification-type-icon.success{color:#059669;background:#ecfdf5}.notification-type-icon.general{color:#7c3aed;background:#f5f3ff}.notification-card-content{min-width:0;display:block}.notification-card-title-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.notification-card-title-row strong{color:#0f172a;min-width:0;font-size:13.5px;font-weight:800;line-height:1.35}.notification-card-title-row time{color:#94a3b8;flex:none;font-size:10.5px;line-height:1.5}.notification-card-message{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:5px;font-size:12.5px;line-height:1.45;display:-webkit-box;overflow:hidden}.notification-card-link{color:#2563eb;align-items:center;gap:2px;margin-top:8px;font-size:11.5px;font-weight:750;display:inline-flex}.notification-unread-dot{background:#2563eb;border-radius:999px;width:7px;height:7px;margin-top:5px;box-shadow:0 0 0 3px #dbeafe}.notification-read-button{color:#64748b;cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;margin:0 15px 12px 64px;padding:2px 0;font-size:11px;font-weight:700;display:inline-flex}.notification-read-button:hover{color:#2563eb}.notification-empty-state{color:#94a3b8;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:250px;padding:36px 28px;display:flex}.notification-empty-icon{color:#64748b;background:#f1f5f9;border-radius:15px;place-items:center;width:48px;height:48px;margin-bottom:12px;display:grid}.notification-empty-state h4{color:#0f172a;margin:0;font-size:14px}.notification-empty-state p{color:#64748b;max-width:250px;margin:6px 0 0;font-size:12.5px;line-height:1.5}.notification-spin{margin-bottom:12px;animation:.85s linear infinite notification-spin}@keyframes notification-spin{to{transform:rotate(360deg)}}@media (width<=600px){.notification-panel{border-radius:15px;width:auto;max-height:calc(100vh - 82px);position:fixed;top:66px;left:12px;right:12px}.notification-list{max-height:calc(100vh - 195px)}}.admin-layout-wrapper{color:#0f172a;min-height:100vh;font-family:var(--font-body);background:#f8fafc;display:flex}.shared-sidebar{background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;width:280px;min-height:100vh;display:flex;position:fixed;top:0;bottom:0;left:0}.shared-sidebar-logo{cursor:pointer;border-bottom:1px solid #e5e7eb;align-items:center;gap:14px;height:92px;padding:24px;display:flex}.shared-logo-icon{color:#fff;background:#2563eb;border-radius:14px;justify-content:center;align-items:center;width:50px;height:50px;display:flex;box-shadow:0 10px 24px #2563eb2e}.shared-sidebar-logo h2{font-size:26px;font-weight:800;font-family:var(--font-heading);letter-spacing:-.9px;margin:0}.shared-sidebar-logo p{color:#64748b;margin:4px 0 0;font-size:14px}.shared-sidebar-nav{flex-direction:column;gap:10px;padding:20px 14px;display:flex}.shared-nav-item{color:#334155;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:14px;height:56px;padding:0 18px;font-size:17px;font-weight:500;transition:background .18s,color .18s,transform .18s;display:flex}.shared-nav-item.active{color:#2563eb;background:#eaf2ff;font-weight:700}.shared-nav-item:hover{background:#f1f5f9;transform:translate(2px)}.shared-sidebar-user{background:#f8fafc;border-radius:14px;align-items:center;gap:12px;margin:auto 18px 22px;padding:18px;display:flex}.shared-user-avatar{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-weight:700;display:flex}.shared-user-avatar.small{width:46px;height:46px}.shared-sidebar-user h4,.shared-topbar-user h4{margin:0;font-size:15px}.shared-sidebar-user p,.shared-topbar-user p{color:#64748b;margin:4px 0;font-size:13px}.shared-online-status{color:#16a34a;font-size:13px}.shared-main{width:calc(100% - 280px);min-height:100vh;margin-left:280px}.shared-topbar{z-index:10;background:#fff;border-bottom:1px solid #e5e7eb;align-items:center;gap:24px;height:76px;padding:0 32px;display:flex;position:sticky;top:0}.shared-icon-button,.shared-notification-button{cursor:pointer;color:#334155;background:0 0;border:none}.shared-search-box{color:#64748b;border:1px solid #cbd5e1;border-radius:12px;align-items:center;gap:12px;width:620px;height:50px;padding:0 16px;display:flex}.shared-search-box input{border:none;outline:none;width:100%;font-size:16px}.shared-topbar-right{align-items:center;gap:24px;margin-left:auto;display:flex}.shared-notification-button{position:relative}.shared-notification-button span{background:#ef4444;border-radius:50%;width:9px;height:9px;position:absolute;top:-4px;right:-2px}.shared-topbar-user{align-items:center;gap:12px;display:flex}@media (width<=900px){.shared-sidebar{display:none}.shared-main{width:100%;margin-left:0}.shared-topbar{padding:0 20px}.shared-topbar-user{display:none}}.admin-dashboard-content{color:#0f172a;min-height:calc(100vh - 76px);font-family:var(--font-body);background:#f8fafc;padding:30px}.admin-dashboard-header,.admin-dashboard-section-heading,.admin-dashboard-card-header,.admin-dashboard-detail-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.admin-dashboard-header{margin-bottom:24px}.admin-dashboard-header h1,.admin-dashboard-section-heading h2,.admin-dashboard-card-header h2,.admin-dashboard-detail-header h2{font-family:var(--font-heading);color:#0f172a;margin:0 0 7px}.admin-dashboard-header h1{font-size:34px}.admin-dashboard-header p,.admin-dashboard-section-heading p,.admin-dashboard-card-header p,.admin-dashboard-detail-header p{color:#64748b;margin:0;line-height:1.5}.admin-dashboard-primary-button,.admin-dashboard-export-button,.admin-dashboard-clear-button{cursor:pointer;white-space:nowrap;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:10px 15px;font-weight:800;display:inline-flex}.admin-dashboard-primary-button,.admin-dashboard-export-button{color:#fff;background:#2563eb;border:none}.admin-dashboard-primary-button:hover,.admin-dashboard-export-button:hover{background:#1d4ed8}.admin-dashboard-clear-button{color:#475569;background:#fff;border:1px solid #cbd5e1;align-self:end}.admin-dashboard-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;margin-bottom:20px;padding:13px 15px;font-weight:700}.admin-dashboard-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px;display:grid}.admin-dashboard-summary-card,.admin-dashboard-card,.admin-dashboard-hours-section,.admin-dashboard-chart-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px}.admin-dashboard-summary-card{align-items:flex-start;gap:14px;padding:20px;display:flex}.admin-dashboard-summary-icon{border-radius:14px;flex-shrink:0;place-items:center;width:46px;height:46px;display:grid}.admin-dashboard-summary-icon.blue{color:#2563eb;background:#dbeafe}.admin-dashboard-summary-icon.amber{color:#d97706;background:#fef3c7}.admin-dashboard-summary-icon.purple{color:#9333ea;background:#f3e8ff}.admin-dashboard-summary-icon.red{color:#dc2626;background:#fee2e2}.admin-dashboard-summary-card h2{font-family:var(--font-heading);margin:0 0 4px;font-size:26px}.admin-dashboard-summary-card p{margin:0 0 4px;font-weight:800}.admin-dashboard-summary-card span{color:#64748b;font-size:12px}.admin-dashboard-hours-section{margin-bottom:22px;padding:20px}.admin-dashboard-filter-grid{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;grid-template-columns:repeat(4,minmax(150px,1fr)) auto;align-items:end;gap:12px;margin:18px 0;padding:16px;display:grid}.admin-dashboard-filter-grid label{color:#475569;margin-bottom:7px;font-size:12px;font-weight:800;display:block}.admin-dashboard-filter-grid input,.admin-dashboard-filter-grid select{color:#0f172a;width:100%;font-family:var(--font-body);box-sizing:border-box;background:#fff;border:1px solid #cbd5e1;border-radius:10px;padding:10px 11px}.admin-dashboard-hours-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.admin-dashboard-hours-summary>div{color:#2563eb;background:#f8fafc;border:1px solid #e5e7eb;border-radius:15px;align-items:center;gap:11px;padding:15px;display:flex}.admin-dashboard-hours-summary span{flex-direction:column;gap:3px;display:flex}.admin-dashboard-hours-summary small{color:#64748b;font-size:11px;font-weight:700}.admin-dashboard-hours-summary strong{color:#0f172a;font-family:var(--font-heading);font-size:19px}.admin-dashboard-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.admin-dashboard-chart-card{min-width:0;padding:18px}.admin-dashboard-chart-card h3{font-family:var(--font-heading);margin:0 0 12px;font-size:20px}.admin-dashboard-main-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.admin-dashboard-card{padding:20px}.admin-dashboard-card-header{margin-bottom:15px}.admin-dashboard-card-header button{color:#2563eb;cursor:pointer;background:0 0;border:none;font-weight:800}.admin-dashboard-list{flex-direction:column;display:flex}.admin-dashboard-list-item{text-align:left;cursor:pointer;background:0 0;border:none;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:15px 2px;display:flex}.admin-dashboard-list-item:first-child{border-top:none}.admin-dashboard-list-item:hover{background:#f8fafc}.admin-dashboard-list-item.static{cursor:default}.admin-dashboard-list-item h3{margin:0 0 5px;font-size:14px}.admin-dashboard-list-item p{color:#64748b;margin:0;font-size:12px}.admin-dashboard-status{white-space:nowrap;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800}.admin-dashboard-status.completed{color:#15803d;background:#dcfce7}.admin-dashboard-status.progress{color:#2563eb;background:#dbeafe}.admin-dashboard-status.pending{color:#b45309;background:#fef3c7}.admin-dashboard-status.rejected{color:#dc2626;background:#fee2e2}.admin-dashboard-empty-state,.admin-dashboard-loading{text-align:center;color:#94a3b8;align-content:center;place-items:center;display:grid}.admin-dashboard-empty-state{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;min-height:210px;padding:24px}.admin-dashboard-empty-state h3,.admin-dashboard-loading h2{color:#0f172a;font-family:var(--font-heading);margin:10px 0 5px}.admin-dashboard-empty-state p,.admin-dashboard-loading p{color:#64748b;margin:0}.admin-dashboard-loading{min-height:500px}@keyframes admin-dashboard-spin{to{transform:rotate(360deg)}}.admin-dashboard-modal-overlay{z-index:800;background:#0f172a94;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.admin-dashboard-detail-modal{background:#fff;border:1px solid #e5e7eb;border-radius:18px;flex-direction:column;width:min(1120px,100%);max-height:calc(100vh - 48px);display:flex;overflow:hidden;box-shadow:0 24px 70px #0f172a40}.admin-dashboard-detail-header{border-bottom:1px solid #e5e7eb;padding:20px}.admin-dashboard-detail-header button{color:#334155;cursor:pointer;background:#f1f5f9;border:none;border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.admin-dashboard-detail-summary{background:#f8fafc;border-bottom:1px solid #e5e7eb;align-items:baseline;gap:12px;padding:14px 20px;display:flex}.admin-dashboard-detail-summary span,.admin-dashboard-detail-summary small{color:#64748b}.admin-dashboard-detail-summary strong{color:#0f172a;font-size:18px}.admin-dashboard-detail-table-wrap{overflow:auto}.admin-dashboard-detail-table{border-collapse:collapse;width:100%}.admin-dashboard-detail-table th,.admin-dashboard-detail-table td{text-align:left;white-space:nowrap;border-bottom:1px solid #e5e7eb;padding:12px 14px}.admin-dashboard-detail-table th{background:#f8fafc;font-size:12px}.admin-dashboard-detail-table td{font-size:12px}.admin-dashboard-task-groups{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;max-height:560px;padding-right:6px;overflow-y:auto}.admin-dashboard-task-groups::-webkit-scrollbar{width:8px}.admin-dashboard-task-groups::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.admin-dashboard-task-project{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 10px 24px #0f172a0a}.admin-dashboard-task-project+.admin-dashboard-task-project{margin-top:14px}.admin-dashboard-task-project-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.admin-dashboard-task-project-header h3{color:#0f172a;font-family:var(--font-heading);margin:0;font-size:15px;font-weight:800;line-height:1.25}.admin-dashboard-task-project .admin-dashboard-task-list{max-height:none;overflow:visible}.admin-dashboard-task-project .admin-dashboard-task-item{background:#fff;border-top:none;border-bottom:1px solid #e5e7eb;align-items:flex-start;padding:16px}.admin-dashboard-task-project .admin-dashboard-task-item:last-child{border-bottom:none}.admin-dashboard-task-item.overdue{background:#fff7f7;border-left:4px solid #dc2626}.admin-dashboard-task-main{width:100%;min-width:0}.admin-dashboard-task-heading{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:8px;display:flex}.admin-dashboard-task-heading h3{color:#0f172a;font-family:var(--font-heading);margin:0;font-size:15px;font-weight:800;line-height:1.3}.admin-dashboard-overdue-badge{color:#dc2626;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;background:#fee2e2;border-radius:999px;justify-content:center;align-items:center;min-height:24px;padding:4px 10px;font-size:11px;font-weight:900;display:inline-flex}.admin-dashboard-task-main>p{color:#64748b;margin:0;font-size:12px;line-height:1.45}.admin-dashboard-task-meta{color:#475569;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:10px;margin-top:12px;font-size:13px;line-height:1.4;display:flex}.admin-dashboard-task-meta span{align-items:center;gap:4px;display:inline-flex}.admin-dashboard-task-meta strong{color:#0f172a;font-weight:800}.admin-dashboard-priority{text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:24px;padding:4px 10px;font-size:11px;font-weight:900;display:inline-flex}@media (width<=650px){.admin-dashboard-task-project-header,.admin-dashboard-task-project .admin-dashboard-task-item{padding:14px}}@media (width<=1250px){.admin-dashboard-filter-grid,.admin-dashboard-summary-grid,.admin-dashboard-hours-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=950px){.admin-dashboard-content{padding:20px}.admin-dashboard-header,.admin-dashboard-section-heading{flex-direction:column}.admin-dashboard-chart-grid,.admin-dashboard-main-grid{grid-template-columns:1fr}}@media (width<=650px){.admin-dashboard-content{padding:15px}.admin-dashboard-summary-grid,.admin-dashboard-hours-summary,.admin-dashboard-filter-grid{grid-template-columns:1fr}.admin-dashboard-primary-button,.admin-dashboard-export-button,.admin-dashboard-clear-button{width:100%}}.admin-dashboard-task-groups{flex-direction:column;gap:16px;display:flex}.admin-dashboard-task-project{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:16px}.admin-dashboard-task-project-header{margin-bottom:12px}.admin-dashboard-task-project-header h3{font-family:var(--font-heading);color:#0f172a;margin:0 0 4px;font-size:16px;font-weight:900}.admin-dashboard-task-project-header p{color:#64748b;margin:0;font-size:13px;font-weight:700}.admin-dashboard-task-list{gap:10px}.admin-dashboard-task-item{background:#fff;border-radius:14px;box-shadow:0 8px 20px #0f172a0a;border:1px solid #e5e7eb!important;padding:14px 15px!important}.admin-dashboard-task-item.overdue{background:#fff7f7;border-color:#fecaca!important}.admin-dashboard-task-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px;display:flex}.admin-dashboard-task-heading h3{color:#0f172a;margin:0;font-size:15px;font-weight:900}.admin-dashboard-overdue-badge{color:#dc2626;background:#fee2e2;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:900}.admin-dashboard-task-main p{color:#64748b;margin:0 0 10px;font-size:12px}.admin-dashboard-task-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-dashboard-task-meta span{color:#334155;font-size:13px}.admin-dashboard-priority{border-radius:999px;padding:5px 10px;font-size:11px;font-weight:900}.admin-dashboard-priority.high{color:#dc2626;background:#fee2e2}.admin-dashboard-priority.medium{color:#b45309;background:#fef3c7}.admin-dashboard-priority.low{color:#15803d;background:#dcfce7}.projects-content{width:100%;padding:36px}.projects-page-heading{justify-content:space-between;align-items:center;gap:24px;margin-bottom:34px;display:flex}.projects-page-heading h1{margin:0 0 10px;font-family:Georgia,Times New Roman,serif;font-size:42px;font-weight:700}.projects-page-heading p{color:#475569;margin:0;font-size:18px}.new-project-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;align-items:center;gap:10px;height:52px;padding:0 24px;font-size:17px;font-weight:700;display:flex}.new-project-btn:hover{background:#1d4ed8}.projects-empty-card{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;min-height:520px;padding:48px;display:flex}.empty-project-icon{color:#2563eb;background:#eaf2ff;border-radius:24px;justify-content:center;align-items:center;width:96px;height:96px;margin-bottom:28px;display:flex}.projects-empty-card h2{margin:0 0 14px;font-family:Georgia,Times New Roman,serif;font-size:30px;font-weight:700}.projects-empty-card p{color:#64748b;max-width:620px;margin:0 0 28px;font-size:17px;line-height:1.6}.empty-new-project-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;align-items:center;gap:10px;height:50px;padding:0 22px;font-size:16px;font-weight:700;display:flex}.empty-new-project-btn:hover{background:#1d4ed8}.modal-overlay{z-index:100;background:#0f172a73;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.create-project-modal{background:#fff;border-radius:18px;width:100%;max-width:960px;max-height:92vh;padding:28px;overflow-y:auto;box-shadow:0 24px 60px #0f172a33}.modal-header{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.modal-header h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:32px;font-weight:700}.close-modal-btn{color:#0f172a;cursor:pointer;background:0 0;border:none}.project-form{flex-direction:column;gap:22px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:22px;display:grid}.form-group.full-width{width:100%}.form-group input,.form-group select,.form-group textarea{color:#111827;background:#fff;border:1px solid #cbd5e1;border-radius:12px;outline:none;width:100%;padding:0 18px;font-size:16px}.form-group input,.form-group select{height:54px}.form-group textarea{resize:vertical;min-height:120px;padding-top:16px;font-family:Arial,sans-serif}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#2563eb}.team-member-list{border:1px solid #cbd5e1;border-radius:12px;flex-direction:column;gap:10px;max-height:210px;padding:14px;display:flex;overflow-y:auto}.empty-members{text-align:center;color:#64748b;background:#f8fafc;border:1px dashed #cbd5e1;justify-content:center;align-items:center;min-height:120px}.empty-members p{color:#334155;margin:0;font-size:16px;font-weight:700}.empty-members span{color:#94a3b8;font-size:14px}.form-helper{color:#64748b;margin:0;font-size:14px}.modal-actions{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:14px;padding-top:22px;display:flex}.cancel-btn,.create-btn{cursor:pointer;border-radius:12px;height:52px;padding:0 28px;font-size:16px;font-weight:700}.cancel-btn{color:#111827;background:#fff;border:1px solid #cbd5e1}.create-btn{color:#fff;background:#2563eb;border:none}.create-btn:hover{background:#1d4ed8}@media (width<=900px){.projects-page-heading{flex-direction:column;align-items:flex-start}}@media (width<=700px){.projects-content{padding:24px}.projects-empty-card{min-height:420px;padding:32px 20px}.create-project-modal{padding:22px}.form-row{grid-template-columns:1fr}.modal-actions{flex-direction:column}.cancel-btn,.create-btn{width:100%}}.projects-summary-grid{grid-template-columns:repeat(4,1fr);gap:22px;margin-bottom:26px;display:grid}.projects-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px}.projects-summary-icon{border-radius:14px;place-items:center;width:48px;height:48px;margin-bottom:18px;display:grid}.projects-summary-icon.blue{color:#2563eb;background:#dbeafe}.projects-summary-icon.green{color:#16a34a;background:#dcfce7}.projects-summary-icon.purple{color:#9333ea;background:#f3e8ff}.projects-summary-icon.orange{color:#f97316;background:#ffedd5}.projects-summary-card h2{margin:0 0 8px;font-size:32px;font-weight:800}.projects-summary-card p{color:#1e293b;margin:0 0 10px;font-weight:700}.projects-summary-card span{color:#94a3b8;font-size:14px}.projects-search-card{color:#64748b;background:#fff;border:1px solid #e5e7eb;border-radius:16px;align-items:center;gap:12px;height:64px;margin-bottom:28px;padding:0 18px;display:flex}.projects-search-card input{border:none;outline:none;width:100%;font-size:16px}.projects-empty-card.compact{gap:12px;min-height:260px}@keyframes project-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.admin-project-list{flex-direction:column;gap:24px;display:flex}.admin-project-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:28px 30px}.admin-project-title{color:#2563eb;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:0;font-family:Arial,sans-serif;font-size:27px;font-weight:800;display:inline-flex}.admin-project-card>p{color:#334155;margin:14px 0 16px;font-size:18px;line-height:1.5}.admin-project-badges{flex-wrap:wrap;gap:12px;margin-bottom:24px;display:flex}.admin-project-badge{border-radius:999px;align-items:center;padding:7px 14px;font-size:14px;font-weight:800;display:inline-flex}.admin-project-badge.blue{color:#2563eb;background:#dbeafe}.admin-project-badge.yellow{color:#b45309;background:#fef3c7}.admin-project-badge.green{color:#15803d;background:#dcfce7}.admin-project-badge.grey{color:#475569;background:#f1f5f9}.admin-project-badge.red{color:#dc2626;background:#fee2e2}.admin-project-badge.orange{color:#ea580c;background:#ffedd5}.admin-project-meta-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px;display:grid}.admin-project-meta-grid div{background:#f8fafc;border-radius:14px;padding:18px}.admin-project-meta-grid span{color:#64748b;margin-bottom:8px;font-size:14px;display:block}.admin-project-meta-grid strong{color:#0f172a;font-size:17px}.admin-project-footer{justify-content:space-between;align-items:center;gap:20px;display:flex}.admin-project-team-avatars{color:#64748b;align-items:center;display:flex}.admin-project-team-avatars span{color:#fff;background:#2563eb;border:2px solid #fff;border-radius:999px;place-items:center;width:38px;height:38px;margin-left:-7px;font-size:13px;font-weight:800;display:grid}.admin-project-team-avatars span:first-child{margin-left:0}.admin-project-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.admin-project-actions button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;align-items:center;gap:8px;min-height:46px;padding:0 18px;font-size:15px;font-weight:800;display:inline-flex}.admin-project-actions button.outline{color:#2563eb;background:#fff;border:1px solid #2563eb}.modal-header p{color:#64748b;margin:8px 0 0;font-size:15px}.project-user-picker{flex-direction:column;gap:10px;max-height:260px;display:flex;overflow-y:auto}.project-user-option{cursor:pointer;background:#f8fafc;border-radius:12px;grid-template-columns:24px 38px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;display:grid}.project-user-option .project-user-checkbox,.project-form .project-user-option input[type=checkbox].project-user-checkbox{accent-color:#2563eb;border-radius:5px;flex:0 0 20px;width:20px!important;min-width:20px!important;max-width:20px!important;height:20px!important;min-height:20px!important;max-height:20px!important;margin:0!important;padding:0!important}.project-user-avatar{color:#fff;background:#2563eb;border-radius:50%;place-items:center;width:38px;min-width:38px;height:38px;font-size:13px;font-weight:800;display:grid}.project-user-info{min-width:0}.project-user-option strong,.project-user-option small{display:block}.project-user-option strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.project-user-option small{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;overflow:hidden}.project-user-option em{color:#2563eb;white-space:nowrap;background:#dbeafe;border-radius:999px;margin-left:auto;padding:6px 10px;font-size:12px;font-style:normal;font-weight:800}.project-form-error{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca;border-radius:12px;padding:14px 16px;font-weight:700}@media (width<=1100px){.projects-summary-grid,.admin-project-meta-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.projects-summary-grid,.admin-project-meta-grid{grid-template-columns:1fr}.admin-project-footer{flex-direction:column;align-items:flex-start}.admin-project-actions{justify-content:flex-start}}.duplicate-option-grid{grid-template-columns:1fr;gap:12px;display:grid}.duplicate-option-card{cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;align-items:flex-start;gap:12px;padding:14px;display:flex}.duplicate-option-card input{width:18px;height:18px;margin-top:3px}.duplicate-option-card strong,.duplicate-option-card small{display:block}.duplicate-option-card strong{color:#0f172a;font-size:15px}.duplicate-option-card small{color:#64748b;margin-top:4px;line-height:1.4}.admin-project-meta-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.admin-project-progress-block{margin:-8px 0 22px}.admin-project-progress-track{background:#e5e7eb;border-radius:999px;width:100%;height:10px;overflow:hidden}.admin-project-progress-track div{background:#2563eb;border-radius:999px;height:100%}@media (width<=1200px){.admin-project-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.admin-project-meta-grid{grid-template-columns:1fr}}.admin-project-overdue-badge{color:#dc2626;background:#fee2e2;border-radius:999px;align-items:center;gap:7px;padding:7px 14px;font-size:14px;font-weight:800;display:inline-flex}.admin-project-overdue-alert{color:#b91c1c;background:#fff1f2;border:1px solid #fecaca;border-radius:14px;align-items:flex-start;gap:10px;margin:-8px 0 24px;padding:14px 16px;font-size:15px;font-weight:700;line-height:1.5;display:flex}.admin-project-overdue-alert svg{flex:none;margin-top:2px}.admin-project-actions .danger,.admin-detail-danger-btn{color:#dc2626;background:#fff;border:1px solid #fecaca}.admin-project-actions .danger:hover,.admin-detail-danger-btn:hover{color:#b91c1c;background:#fef2f2;border-color:#ef4444}.overdue-task-chip,.admin-project-overdue-badge{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca;box-shadow:0 8px 18px #dc26261a}.admin-project-actions button{min-height:42px}.project-user-option{grid-template-columns:24px 42px minmax(0,1fr) auto;min-height:72px}.project-user-info{min-width:0;overflow:hidden}.project-user-info strong,.project-user-info small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.project-user-info small{color:#64748b;margin-top:4px;font-size:13px}.project-user-option em{align-self:center}.embedded-budget-planner{color:#0f172a;font-family:var(--font-body);background:#fff;border-radius:18px}.embedded-budget-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.embedded-budget-header h2,.budget-modal h2{font-family:var(--font-heading);color:#0f172a;margin:0 0 8px}.embedded-budget-header h2{font-size:26px}.embedded-budget-header p,.budget-modal-header p{color:#64748b;margin:0;line-height:1.5}.embedded-budget-actions{flex-wrap:wrap;gap:10px;display:flex}.budget-primary-btn,.budget-outline-btn,.budget-mini-btn,.budget-upload-btn{cursor:pointer;white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;gap:7px;font-weight:800;display:inline-flex}.budget-primary-btn,.budget-outline-btn{padding:10px 14px;font-size:13px}.budget-primary-btn{color:#fff;background:#2563eb;border:none}.budget-primary-btn:hover{background:#1d4ed8}.budget-primary-btn:disabled,.budget-outline-btn:disabled,.budget-mini-btn:disabled{opacity:.55;cursor:not-allowed}.budget-outline-btn{color:#2563eb;background:#fff;border:1px solid #bfdbfe}.budget-outline-btn:hover{background:#eff6ff}.budget-mini-btn,.budget-upload-btn{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;padding:7px 9px;font-size:11px}.budget-mini-btn.danger{color:#dc2626;background:#fef2f2;border-color:#fecaca}.budget-save-message,.budget-view-note{border-radius:12px;margin-bottom:16px;padding:12px 14px;font-weight:700}.budget-save-message.success{color:#166534;background:#ecfdf5;border:1px solid #bbf7d0}.budget-save-message.error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.budget-view-note{color:#2563eb;background:#eff6ff;border:1px solid #93c5fd}.embedded-budget-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.embedded-budget-summary-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;align-items:flex-start;gap:12px;padding:16px;display:flex}.embedded-budget-summary-icon{border-radius:14px;flex-shrink:0;place-items:center;width:42px;height:42px;display:grid}.embedded-budget-summary-icon.blue{color:#2563eb;background:#dbeafe}.embedded-budget-summary-icon.green{color:#16a34a;background:#dcfce7}.embedded-budget-summary-icon.purple{color:#9333ea;background:#f3e8ff}.embedded-budget-summary-icon.amber{color:#d97706;background:#fef3c7}.embedded-budget-summary-icon.teal{color:#0f766e;background:#ccfbf1}.embedded-budget-summary-card h3{font-family:var(--font-heading);margin:0 0 4px;font-size:20px}.embedded-budget-summary-card p{margin:0 0 3px;font-weight:800}.embedded-budget-summary-card span{color:#64748b;font-size:12px}.embedded-budget-table-wrapper{border:1px solid #e5e7eb;border-radius:16px;overflow-x:auto}.embedded-budget-table{border-collapse:collapse;background:#fff;width:100%;min-width:3000px}.embedded-budget-table th{text-align:left;color:#0f172a;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:12px;font-size:12px}.embedded-budget-table td{vertical-align:top;border-bottom:1px solid #e5e7eb;padding:10px}.embedded-budget-table input,.embedded-budget-table select,.embedded-budget-table textarea,.budget-form-group input,.budget-form-group select,.budget-form-group textarea{width:100%;min-width:145px;font-family:var(--font-body);color:#0f172a;box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:10px;outline:none;padding:9px 10px;font-size:12px}.embedded-budget-table textarea,.budget-form-group textarea{resize:vertical;min-height:42px}.embedded-budget-table input:focus,.embedded-budget-table select:focus,.embedded-budget-table textarea:focus,.budget-form-group input:focus,.budget-form-group select:focus,.budget-form-group textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.embedded-budget-table input[readonly],.embedded-budget-table textarea[readonly],.embedded-budget-table select:disabled{color:#64748b;cursor:not-allowed;background:#f8fafc}.calculated-cell{white-space:nowrap;font-weight:800}.positive-variance{color:#16a34a}.negative-variance{color:#dc2626}.purchased-budget-row{background:#f8fafc}.delete-budget-row-btn{color:#dc2626;cursor:pointer;background:#fee2e2;border:none;border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.budget-status-cell{flex-direction:column;align-items:flex-start;gap:7px;display:flex}.budget-status-pill{white-space:nowrap;color:#475569;background:#f1f5f9;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:800;display:inline-flex}.budget-status-pill.pending-approval{color:#b45309;background:#fef3c7}.budget-status-pill.approved,.budget-status-pill.purchased{color:#15803d;background:#dcfce7}.budget-status-pill.rejected,.budget-status-pill.cancelled{color:#dc2626;background:#fee2e2}.budget-status-pill.changes-requested{color:#c2410c;background:#ffedd5}.budget-file-cell{flex-direction:column;align-items:flex-start;gap:7px;min-width:180px;display:flex}.budget-file-chip{background:#f8fafc;border:1px solid #e5e7eb;border-radius:9px;align-items:center;gap:6px;max-width:220px;padding:6px 8px;display:flex}.budget-file-chip>button:not(.budget-file-remove){color:#2563eb;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:none;max-width:150px;overflow:hidden}.budget-file-remove{color:#dc2626;cursor:pointer;background:0 0;border:none;place-items:center;padding:0;display:grid}.budget-upload-btn{position:relative;overflow:hidden}.budget-upload-btn input{opacity:0;cursor:pointer;position:absolute;inset:0}.budget-modal-overlay{z-index:500;background:#0f172a99;place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow-y:auto}.budget-modal{background:#fff;border:1px solid #e5e7eb;border-radius:18px;width:min(580px,100%);max-height:calc(100vh - 48px);padding:24px;overflow-y:auto;box-shadow:0 24px 60px #0f172a40}.purchase-modal{width:min(820px,100%)}.manage-options-modal{width:min(680px,100%)}.budget-modal-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.budget-modal-close{color:#0f172a;cursor:pointer;background:#f1f5f9;border:none;border-radius:12px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid}.budget-form-group{margin-bottom:16px}.budget-form-group label{color:#0f172a;margin-bottom:8px;font-weight:800;display:block}.budget-modal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.purchase-comparison{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.purchase-comparison>div{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:14px}.purchase-comparison span{color:#64748b;margin-bottom:5px;font-size:12px;display:block}.purchase-comparison strong{font-family:var(--font-heading);font-size:20px}.budget-modal-actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.manage-options-list{flex-direction:column;gap:10px;display:flex}.manage-option-row{border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.manage-option-row strong,.manage-option-row span{display:block}.manage-option-row span{color:#64748b;text-transform:capitalize;margin-top:4px;font-size:12px}.budget-loading-state{text-align:center;color:#64748b;place-items:center;min-height:220px;display:grid}@media (width<=1200px){.embedded-budget-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.embedded-budget-header{flex-direction:column}}@media (width<=700px){.embedded-budget-summary-grid,.budget-modal-grid,.purchase-comparison{grid-template-columns:1fr}.embedded-budget-actions,.budget-modal-actions{flex-direction:column;width:100%}.budget-primary-btn,.budget-outline-btn{width:100%}}.dropdown-with-admin-action{align-items:center;gap:6px;min-width:190px;display:flex}.dropdown-with-admin-action select{flex:1;min-width:145px}.dropdown-add-option-btn{color:#2563eb;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:9px;flex:0 0 32px;place-items:center;width:32px;height:32px;display:grid}.dropdown-add-option-btn:hover{background:#dbeafe}.embedded-budget-table th:last-child,.embedded-budget-table td:last-child{z-index:2;background:#fff;position:sticky;right:0;box-shadow:-5px 0 10px #0f172a0f}.embedded-budget-table th:last-child{z-index:3;background:#f8fafc}.embedded-budget-table td:nth-last-child(2) textarea{min-width:190px}.manage-option-actions{align-items:center;gap:8px;display:flex}@media (width<=650px){.budget-inline-add-option{grid-template-columns:1fr}.manage-option-actions{flex-wrap:wrap;width:100%}}.budget-inline-add-option{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;margin-bottom:18px;display:grid}.budget-inline-add-option .budget-form-group{margin-bottom:0}.manage-options-list{flex-direction:column;gap:10px;max-height:460px;padding-right:4px;display:flex;overflow-y:auto}.manage-option-row{background:#fff;border:1px solid #e5e7eb;border-radius:13px;justify-content:space-between;align-items:center;gap:14px;padding:13px 14px;display:flex}.manage-option-row strong{color:#0f172a}.budget-empty-options{color:#64748b;text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;padding:20px}@media (width<=650px){.budget-inline-add-option{grid-template-columns:1fr}.budget-inline-add-option .budget-primary-btn{width:100%}}.budget-status-pill.payment-completed{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.budget-status-pill.awaiting-payment{color:#64748b;background:#f1f5f9;border:1px solid #cbd5e1}.budget-status-pill.claim-pending-review{color:#b45309;background:#fef3c7;border:1px solid #fde68a}.budget-status-pill.claim-approved{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.budget-status-pill.claim-rejected{color:#dc2626;background:#fee2e2;border:1px solid #fecaca}.budget-status-pill.claim-changes-requested{color:#c2410c;background:#ffedd5;border:1px solid #fed7aa}.planboard-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:30px}.planboard-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.planboard-header h2{margin:0 0 8px;font-size:24px;font-weight:800}.planboard-header p{color:#64748b;margin:0;font-size:16px;line-height:1.5}.planboard-add-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#2563eb;border:none;border-radius:12px;align-items:center;gap:8px;min-height:46px;padding:0 18px;font-weight:800;display:inline-flex}.planboard-add-btn:disabled{opacity:.6;cursor:not-allowed}.planboard-readonly-note{color:#1d4ed8;background:#eaf2ff;border:1px solid #bfdbfe;border-radius:12px;margin-bottom:18px;padding:14px 16px;font-weight:700}.planboard-error-card{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca;border-radius:12px;margin-bottom:18px;padding:14px 16px;font-weight:800}.planboard-table-wrapper{border:1px solid #e5e7eb;border-radius:14px;width:100%;overflow-x:auto}.planboard-table{border-collapse:collapse;background:#fff;width:100%;min-width:1280px}.planboard-table th,.planboard-table td{text-align:left;vertical-align:middle;color:#334155;border-bottom:1px solid #e5e7eb;border-right:1px solid #eef2f7;padding:14px;font-size:14px}.planboard-table th{color:#0f172a;white-space:nowrap;z-index:1;background:#f8fafc;font-weight:900;position:sticky;top:0}.planboard-table tr:last-child td{border-bottom:none}.planboard-task-title{color:#0f172a;min-width:180px;font-weight:800}.planboard-owner-cell{align-items:center;gap:10px;min-width:210px;display:flex}.planboard-owner-cell>span{color:#fff;background:#2563eb;border-radius:999px;flex-shrink:0;place-items:center;width:32px;height:32px;font-size:12px;font-weight:900;display:grid}.planboard-owner-cell strong,.planboard-owner-cell small{display:block}.planboard-owner-cell strong{color:#0f172a}.planboard-owner-cell small{color:#64748b;margin-top:3px}.planboard-status-pill,.planboard-priority-pill{white-space:nowrap;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900;display:inline-flex}.planboard-status-pill.not_started{color:#334155;background:#f1f5f9}.planboard-status-pill.in_progress{color:#2563eb;background:#dbeafe}.planboard-status-pill.completed{color:#16a34a;background:#dcfce7}.planboard-status-pill.on_hold{color:#b45309;background:#fef3c7}.planboard-priority-pill.low{color:#16a34a;background:#dcfce7}.planboard-priority-pill.medium{color:#f97316;background:#ffedd5}.planboard-priority-pill.high{color:#dc2626;background:#fee2e2}.planboard-edit-row input,.planboard-edit-row select{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:10px;width:100%;min-width:130px;height:42px;padding:0 10px;font-weight:700}.planboard-edit-row input[type=date]{min-width:145px}.planboard-duration-cell{color:#64748b;white-space:nowrap;font-weight:800}.planboard-row-actions{align-items:center;gap:8px;display:flex}.planboard-icon-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.planboard-icon-btn.save{color:#fff;background:#2563eb;border-color:#2563eb}.planboard-icon-btn.danger{color:#dc2626;border-color:#fecaca}.planboard-icon-btn:disabled{opacity:.55;cursor:not-allowed}.planboard-empty-cell{font-weight:800;text-align:center!important;color:#64748b!important;padding:30px!important}@media (width<=900px){.planboard-header{flex-direction:column}.planboard-add-btn{justify-content:center;width:100%}}.planboard-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.planboard-secondary-btn{color:#2563eb;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #cbd5e1;border-radius:12px;align-items:center;gap:8px;min-height:46px;padding:0 18px;font-weight:800;display:inline-flex}.planboard-secondary-btn:disabled{opacity:.6;cursor:not-allowed}.planboard-overdue-row td{background:#fff7f7}.planboard-overdue-pill{color:#dc2626;vertical-align:middle;background:#fee2e2;border-radius:999px;margin-left:10px;padding:4px 8px;font-size:11px;font-weight:900;display:inline-flex}.planboard-hours-cell{flex-direction:column;gap:3px;min-width:125px;display:flex}.planboard-hours-cell strong{color:#0f172a;font-weight:900}.planboard-hours-cell small{color:#64748b;font-weight:700}.planboard-hours-pill{white-space:nowrap;border-radius:999px;align-items:center;padding:6px 10px;font-size:12px;font-weight:900;display:inline-flex}.planboard-hours-pill.ok{color:#15803d;background:#dcfce7}.planboard-hours-pill.over{color:#dc2626;background:#fee2e2}.planboard-over-hours-row td{background:#fff7ed}.planboard-overdue-row.planboard-over-hours-row td{background:#fff1f2}.planboard-calculated-cell{white-space:nowrap;background:#f8fafc;font-weight:800;color:#64748b!important}.planboard-edit-row input[type=number]{min-width:105px}.planboard-toolbar{grid-template-columns:minmax(280px,1.5fr) repeat(4,minmax(160px,1fr));align-items:end;gap:14px;margin-bottom:18px;display:grid}.planboard-toolbar label{color:#334155;flex-direction:column;gap:7px;font-size:13px;font-weight:900;display:flex}.planboard-toolbar input,.planboard-toolbar select{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:12px;width:100%;height:44px;padding:0 12px;font-weight:700}.planboard-search-field div{position:relative}.planboard-search-field svg{color:#64748b;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.planboard-search-field input{padding-left:40px}.planboard-filter-summary{color:#64748b;flex-wrap:wrap;align-items:center;gap:12px;margin:-4px 0 16px;font-weight:700;display:flex}.planboard-filter-summary button{color:#2563eb;cursor:pointer;background:0 0;border:0;font-weight:900}.planboard-table{min-width:1480px}.planboard-phase-row td{text-transform:uppercase;letter-spacing:.03em;font-weight:900;color:#fff!important;text-align:center!important;background:#8a1455!important;border-right:0!important;padding:9px 14px!important}.planboard-new-phase-row td{background:#334155!important}.planboard-edit-main-cell{min-width:230px}.planboard-field-stack{flex-direction:column;gap:8px;min-width:220px;display:flex}.planboard-field-stack label{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:900}.planboard-field-stack input+label{margin-top:2px}.planboard-edit-row .planboard-field-stack input,.planboard-task-title{min-width:220px}@media (width<=1200px){.planboard-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.planboard-search-field{grid-column:1/-1}}@media (width<=700px){.planboard-toolbar{grid-template-columns:1fr}}.planboard-setup-note{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;margin-bottom:18px;padding:14px 16px;font-weight:800}.planboard-phase-header-content{justify-content:center;align-items:center;gap:14px;min-height:24px;display:flex}.planboard-phase-header-content>span{text-align:center;flex:1}.planboard-phase-header-content button{color:#fff;cursor:pointer;white-space:nowrap;text-transform:none;letter-spacing:0;background:#ffffff29;border:1px solid #ffffff8c;border-radius:999px;align-items:center;gap:5px;min-height:28px;padding:0 10px;font-size:11px;font-weight:900;display:inline-flex}.planboard-phase-header-content button:disabled{opacity:.55;cursor:not-allowed}.planboard-empty-phase-cell{font-weight:800;text-align:center!important;color:#64748b!important;background:#f8fafc!important;border-right:0!important;padding:18px 14px!important}.planboard-phase-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.planboard-phase-header-content .planboard-phase-delete-btn{background:#dc26263d;border-color:#fecacae6}.planboard-phase-header-content .planboard-phase-delete-btn:hover{background:#dc262659}.admin-project-detail-content{min-height:100vh;font-family:var(--font-body);color:#0f172a;background:#f8fafc;padding:28px}.admin-project-breadcrumb{color:#64748b;align-items:center;gap:10px;margin-bottom:18px;font-size:14px;display:flex}.admin-project-breadcrumb button{color:#2563eb;cursor:pointer;background:0 0;border:none;padding:0;font-weight:800}.admin-project-breadcrumb span{color:#0f172a;font-weight:700}.admin-project-detail-hero,.admin-project-tab-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;margin-bottom:22px;padding:22px;box-shadow:0 10px 30px #0f172a0a}.admin-project-detail-top{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.admin-project-detail-top h1{font-family:var(--font-heading);color:#2563eb;align-items:center;gap:8px;margin:0 0 10px;font-size:32px;display:flex}.admin-project-detail-top p{color:#0f172a;margin:0;line-height:1.5}.project-title-link{color:#2563eb;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:inline-flex}.admin-project-detail-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.admin-project-badge{color:#2563eb;white-space:nowrap;background:#dbeafe;border-radius:999px;justify-content:center;align-items:center;padding:8px 13px;font-size:13px;font-weight:800;display:inline-flex}.admin-project-badge.in-progress,.admin-project-badge.in_progress{color:#2563eb;background:#dbeafe}.admin-project-badge.completed{color:#16a34a;background:#dcfce7}.admin-project-badge.planning{color:#d97706;background:#fef3c7}.admin-project-badge.on-hold,.admin-project-badge.on_hold{color:#dc2626;background:#fee2e2}.admin-detail-primary-btn,.admin-detail-outline-btn{cursor:pointer;white-space:nowrap;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:10px 14px;font-size:14px;font-weight:800;display:inline-flex}.admin-detail-primary-btn{color:#fff;background:#2563eb;border:none}.admin-detail-primary-btn:hover{background:#1d4ed8}.admin-detail-outline-btn{color:#2563eb;background:#fff;border:1px solid #bfdbfe}.admin-detail-outline-btn:hover{background:#eff6ff}.admin-detail-outline-btn:disabled{opacity:.5;cursor:not-allowed}.admin-project-detail-tabs{border-bottom:1px solid #e5e7eb;align-items:center;gap:28px;margin-top:32px;display:flex;overflow-x:auto}.admin-project-detail-tabs button{color:#0f172a;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:14px 0;font-weight:800}.admin-project-detail-tabs button.active{color:#2563eb;border-bottom-color:#2563eb}.admin-project-tab-card h2{font-family:var(--font-heading);color:#0f172a;margin:0 0 8px;font-size:26px}.admin-project-tab-card>p{color:#64748b;margin:0 0 20px;line-height:1.6}.admin-overview-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.admin-overview-grid>div{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:18px}.admin-overview-grid span{color:#64748b;margin-bottom:8px;font-size:13px;display:block}.admin-overview-grid strong{color:#0f172a;margin-bottom:6px;font-size:24px;display:block}.admin-overview-grid p{color:#64748b;margin:0;font-size:13px;line-height:1.5}.admin-team-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.admin-team-header h2{margin:0 0 8px}.admin-team-header p{color:#64748b;margin:0}.admin-team-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.admin-team-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;align-items:flex-start;gap:14px;padding:18px;display:flex}.admin-team-avatar{color:#fff;background:#2563eb;border-radius:50%;flex-shrink:0;place-items:center;width:46px;height:46px;font-weight:900;display:grid}.admin-team-card h3{color:#0f172a;margin:0 0 4px;font-size:16px}.admin-team-card p{color:#64748b;margin:0 0 8px;font-size:13px}.admin-team-card span{color:#0369a1;background:#e0f2fe;border-radius:999px;margin-bottom:8px;padding:5px 9px;font-size:12px;font-weight:800;display:inline-flex}.admin-team-card span.pm{color:#2563eb;background:#dbeafe}.admin-team-card small{color:#64748b;font-size:12px;display:block}.admin-hours-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:20px;display:grid}.admin-hours-summary-grid>div{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:18px}.admin-hours-summary-grid span{color:#64748b;margin-bottom:8px;font-size:13px;display:block}.admin-hours-summary-grid strong{color:#0f172a;font-size:24px}.admin-hours-lower-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:20px;display:grid}.admin-hours-panel{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:18px}.admin-hours-panel h3{font-family:var(--font-heading);color:#0f172a;margin:0 0 14px}.admin-hours-panel p{color:#64748b;margin:0}.admin-hours-row{border-bottom:1px solid #e5e7eb;justify-content:space-between;gap:14px;padding:10px 0;display:flex}.admin-hours-row:last-child{border-bottom:none}.admin-hours-row span{color:#0f172a}.admin-hours-row strong{color:#2563eb}.admin-hours-table-wrapper{border:1px solid #e5e7eb;border-radius:16px;overflow-x:auto}.admin-hours-table{border-collapse:collapse;background:#fff;width:100%}.admin-hours-table th{text-align:left;color:#0f172a;background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:14px;font-size:13px}.admin-hours-table td{color:#0f172a;border-bottom:1px solid #e5e7eb;padding:14px}.projects-error-card,.projects-success-card{border-radius:14px;margin-bottom:18px;padding:14px 16px;font-weight:700}.projects-error-card{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.projects-success-card{color:#16a34a;background:#ecfdf5;border:1px solid #bbf7d0}.project-spin{animation:1s linear infinite projectSpin}@keyframes projectSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=1200px){.admin-project-detail-top{flex-direction:column}.admin-project-detail-actions{justify-content:flex-start}.admin-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=800px){.admin-project-detail-content{padding:18px}.admin-overview-grid,.admin-hours-summary-grid,.admin-hours-lower-grid,.admin-team-grid{grid-template-columns:1fr}.admin-project-detail-actions,.admin-detail-primary-btn,.admin-detail-outline-btn{width:100%}.admin-detail-danger-btn{color:#dc2626;cursor:pointer;background:#fff;border:1px solid #fecaca;border-radius:12px;align-items:center;gap:8px;min-height:46px;padding:0 18px;font-weight:800;display:inline-flex}.admin-detail-danger-btn:hover{background:#fee2e2}.admin-detail-danger-btn:disabled,.admin-detail-outline-btn:disabled{opacity:.55;cursor:not-allowed}}.admin-detail-danger-btn{cursor:pointer;white-space:nowrap;color:#dc2626;background:#fff;border:1px solid #fecaca;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:10px 14px;font-size:14px;font-weight:800;display:inline-flex}.admin-detail-danger-btn:hover{color:#991b1b;background:#fef2f2;border-color:#ef4444}.calendar-content{width:100%;padding:36px}.calendar-info-banner{color:#1d4ed8;background:#eaf2ff;border:1px solid #bfdbfe;border-radius:14px;align-items:center;gap:14px;margin-bottom:30px;padding:18px 22px;display:flex}.calendar-info-banner p{margin:0;font-size:16px}.calendar-page-heading{margin-bottom:28px}.calendar-page-heading h1{font-size:42px;font-weight:700;font-family:var(--font-heading);margin:0 0 10px}.calendar-page-heading p{color:#475569;margin:0;font-size:18px}.calendar-filter-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;margin-bottom:28px;padding:26px}.calendar-filter-header{justify-content:space-between;gap:20px;margin-bottom:24px;display:flex}.calendar-filter-header h2{font-size:28px;font-weight:700;font-family:var(--font-heading);margin:0 0 8px}.calendar-filter-header p{color:#64748b;margin:0;font-size:16px}.filter-icon-box{color:#2563eb;background:#eaf2ff;border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.calendar-filter-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.calendar-filter-group{flex-direction:column;gap:10px;display:flex}.calendar-filter-group label{color:#334155;font-size:15px;font-weight:700}.calendar-filter-group input,.calendar-filter-group select{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:12px;width:100%;height:52px;padding:0 16px;font-size:16px}.calendar-filter-actions{justify-content:flex-end;gap:14px;margin-top:22px;display:flex}.clear-filter-btn,.apply-calendar-filter-btn{cursor:pointer;border-radius:12px;height:50px;padding:0 22px;font-size:16px;font-weight:700}.clear-filter-btn{color:#334155;background:#fff;border:1px solid #cbd5e1}.apply-calendar-filter-btn{color:#fff;background:#2563eb;border:none}.apply-calendar-filter-btn:hover{background:#1d4ed8}.calendar-summary-grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:28px;display:grid}.calendar-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;min-height:190px;padding:28px}.calendar-summary-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.calendar-summary-card h2{margin:20px 0 8px;font-size:34px;font-weight:800}.calendar-summary-card p{color:#475569;margin:0 0 12px;font-size:16px;font-weight:700}.calendar-summary-card span{color:#94a3b8;font-size:14px}.calendar-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;margin-bottom:28px;padding:26px}.calendar-card-header{margin-bottom:22px}.calendar-card-header.with-action{justify-content:space-between;align-items:center;gap:16px;display:flex}.calendar-card-header h2{font-size:28px;font-weight:700;font-family:var(--font-heading);margin:0 0 8px}.calendar-card-header p{color:#64748b;margin:0;font-size:16px}.export-excel-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#16a34a;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;height:44px;padding:0 18px;font-size:15px;font-weight:700;line-height:1;display:inline-flex}.export-excel-btn svg{flex-shrink:0;width:18px;height:18px;display:block}.export-excel-btn:hover{background:#15803d}.schedule-table-empty{color:#94a3b8;text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:260px;padding:28px;display:flex}.schedule-table-empty h3{color:#334155;margin:0;font-size:22px;font-weight:700}.schedule-table-empty p{color:#64748b;max-width:620px;margin:0;font-size:16px;line-height:1.5}.schedule-table-wrapper{width:100%;overflow-x:auto}.schedule-table{border-collapse:collapse;width:100%}.schedule-table th{text-align:left;color:#334155;border-bottom:1px solid #e5e7eb;padding:16px;font-size:15px}.schedule-table td{color:#475569;border-bottom:1px solid #e5e7eb;padding:18px 16px;font-size:15px}.table-empty-row{text-align:center;color:#94a3b8}@media (width<=1200px){.calendar-filter-grid,.calendar-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.calendar-content{padding:24px}.calendar-filter-grid,.calendar-summary-grid{grid-template-columns:1fr}.calendar-filter-actions{flex-direction:column}.clear-filter-btn,.apply-calendar-filter-btn{width:100%}.calendar-card-header.with-action{flex-direction:column;align-items:flex-start}.export-excel-btn{justify-content:center;width:100%}}.calendar-error-card{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca;border-radius:14px;margin-bottom:22px;padding:16px 18px;font-weight:800}.calendar-week-switcher{background:#fff;border:1px solid #cbd5e1;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;min-height:52px;padding:0 10px;display:flex}.calendar-week-switcher button{cursor:pointer;background:#f1f5f9;border:none;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.calendar-week-switcher span{text-align:center;font-size:14px;font-weight:800}.calendar-today-btn{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:12px;height:52px;font-weight:800}.admin-week-calendar{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow-x:auto}.admin-week-grid{grid-template-rows:68px repeat(20,40px);grid-template-columns:86px repeat(7,minmax(150px,1fr));min-width:1320px;display:grid;position:relative}.admin-calendar-head,.admin-time-cell,.admin-calendar-cell{border-bottom:1px solid #edf2f7;border-right:1px solid #e2e8f0;padding:10px 12px}.admin-calendar-head{background:#f8fafc;place-items:center;font-size:16px;font-weight:800;display:grid}.admin-day-head strong,.admin-day-head span{text-align:center;display:block}.admin-day-head span{color:#64748b;margin-top:4px;font-size:13px;font-weight:700}.admin-time-cell{color:#64748b;background:#fff;font-size:13px}.admin-calendar-cell{background:#fff}.admin-calendar-event{color:#fff;z-index:3;border-radius:7px;margin:3px;padding:8px 10px;font-size:13px;line-height:1.25;overflow:hidden;box-shadow:0 10px 20px #0f172a24}.admin-calendar-event strong,.admin-calendar-event span{display:block}.admin-calendar-event span{opacity:.92}.admin-calendar-event.meeting{background:#3182f6}.admin-calendar-event.development{background:#06c755}.admin-calendar-event.design{background:#a83ff2}.admin-calendar-event.review{background:#ff2d3d}.admin-calendar-event.documentation{background:#ff6500}.admin-calendar-event.other{background:#64748b}.admin-calendar-loading{color:#334155;z-index:5;background:#ffffffc7;justify-content:center;align-items:center;gap:10px;font-weight:800;display:flex;position:absolute;inset:68px 0 0 86px}.admin-hours-week-view{width:100%}.admin-calendar-loading-flat{color:#334155;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;justify-content:center;align-items:center;gap:10px;min-height:220px;font-weight:800;display:flex}.admin-hours-day-grid{grid-template-columns:repeat(7,minmax(190px,1fr));gap:14px;padding-bottom:4px;display:grid;overflow-x:auto}.admin-hours-day-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;min-width:190px;overflow:hidden}.admin-hours-day-card header{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px;display:flex}.admin-hours-day-card header strong,.admin-hours-day-card header span{display:block}.admin-hours-day-card header strong{color:#0f172a;font-size:16px;font-weight:900}.admin-hours-day-card header span{color:#64748b;margin-top:4px;font-size:13px;font-weight:700}.admin-hours-day-card header b{color:#2563eb;white-space:nowrap;font-size:14px}.admin-hours-task-list{flex-direction:column;gap:10px;min-height:220px;padding:12px;display:flex}.admin-hours-empty-day{color:#94a3b8;text-align:center;margin:72px 0 0;font-size:14px}.admin-hours-task-card{color:#fff;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px;display:flex;box-shadow:0 8px 18px #0f172a1f}.admin-hours-task-card strong,.admin-hours-task-card span{display:block}.admin-hours-task-card strong{margin-bottom:6px;font-size:14px}.admin-hours-task-card span{opacity:.92;font-size:12px;line-height:1.35}.admin-hours-task-card b{white-space:nowrap;font-size:13px}.admin-hours-task-card.meeting{background:#3182f6}.admin-hours-task-card.development{background:#06c755}.admin-hours-task-card.design{background:#a83ff2}.admin-hours-task-card.review{background:#ff2d3d}.admin-hours-task-card.documentation{background:#ff6500}.admin-hours-task-card.other{background:#64748b}@media (width<=1300px){.admin-hours-day-grid{grid-template-columns:repeat(7,210px)}}.calendar-main-card{overflow:hidden}.calendar-inline-toolbar{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;justify-content:space-between;align-items:center;gap:18px;margin:0 0 18px;padding:14px;display:flex}.calendar-period-controls{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.calendar-period-controls strong{color:#0f172a;text-align:center;min-width:240px;font-size:20px;font-weight:800}.calendar-nav-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #dbe2ea;border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.calendar-today-btn.compact{width:auto;min-width:92px;height:38px;padding:0 16px}.calendar-view-toggle{background:#fff;border:1px solid #dbe2ea;border-radius:14px;align-items:center;gap:4px;padding:4px;display:inline-flex}.calendar-view-toggle button{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:10px;height:36px;padding:0 16px;font-weight:800}.calendar-view-toggle button.active{color:#fff;background:#2563eb;box-shadow:0 8px 16px #2563eb2e}.calendar-filter-card.embedded{box-shadow:none;border-radius:16px;margin:0 0 20px;padding:18px}.calendar-filter-header.compact{margin-bottom:14px}.calendar-filter-header.compact h2{font-size:20px}.calendar-filter-header.compact p{font-size:14px}.calendar-filter-grid.compact{grid-template-columns:minmax(220px,1fr) minmax(220px,1fr) 180px}.filter-clear-group .clear-filter-btn{width:100%;height:52px}.admin-month-calendar{background:#fff;border:1px solid #e2e8f0;border-radius:18px;overflow-x:auto}.admin-month-weekdays{background:#f8fafc;border-bottom:1px solid #e2e8f0;grid-template-columns:repeat(7,minmax(150px,1fr));min-width:1120px;display:grid}.admin-month-weekdays div{color:#334155;border-right:1px solid #e2e8f0;padding:14px 16px;font-size:14px;font-weight:900}.admin-month-weekdays div:last-child{border-right:none}.admin-month-grid{grid-template-columns:repeat(7,minmax(150px,1fr));min-width:1120px;display:grid}.admin-month-day{color:#0f172a;text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-top:none;border-left:none;flex-direction:column;gap:8px;min-height:142px;padding:10px;display:flex}.admin-month-day:nth-child(7n){border-right:none}.admin-month-day.outside{color:#94a3b8;background:#f8fafc}.admin-month-day.today{background:#eff6ff;box-shadow:inset 0 0 0 2px #2563eb}.admin-month-day:hover{background:#f1f5f9}.admin-month-day-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.admin-month-day-head span{border-radius:999px;place-items:center;width:30px;height:30px;font-weight:900;display:grid}.admin-month-day.today .admin-month-day-head span{color:#fff;background:#2563eb}.admin-month-day-head b{color:#2563eb;white-space:nowrap;font-size:12px}.admin-month-event-list{flex-direction:column;gap:6px;min-width:0;display:flex}.admin-month-event-chip{color:#fff;border-radius:8px;padding:6px 8px;line-height:1.2;overflow:hidden}.admin-month-event-chip strong,.admin-month-event-chip span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.admin-month-event-chip strong{font-size:12px;font-weight:900}.admin-month-event-chip span{opacity:.9;font-size:11px}.admin-month-event-chip.meeting{background:#3182f6}.admin-month-event-chip.development{background:#06c755}.admin-month-event-chip.design{background:#a83ff2}.admin-month-event-chip.review{background:#ff2d3d}.admin-month-event-chip.documentation{background:#ff6500}.admin-month-event-chip.other{background:#64748b}.admin-month-more{color:#475569;text-align:center;background:#f1f5f9;border-radius:8px;padding:5px 8px;font-size:12px;font-weight:800;display:block}.calendar-day-modal-backdrop{z-index:80;background:#0f172a7a;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.calendar-day-modal{background:#fff;border-radius:22px;width:min(720px,100%);max-height:84vh;padding:28px;overflow:auto;box-shadow:0 28px 70px #0f172a3d}.calendar-day-modal-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.calendar-day-modal-header h2{margin:0 0 6px;font-size:28px;font-weight:900}.calendar-day-modal-header p{color:#64748b;margin:0;font-weight:600}.calendar-day-modal-header button{color:#334155;cursor:pointer;background:#f1f5f9;border:none;border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.calendar-day-event-list{flex-direction:column;gap:12px;display:flex}.calendar-day-empty{color:#64748b;text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;padding:26px;font-weight:700}.calendar-day-event-row{border:1px solid #e2e8f0;border-radius:14px;grid-template-columns:12px 1fr auto;align-items:center;gap:14px;padding:14px;display:grid}.calendar-day-event-dot{border-radius:999px;width:12px;height:52px}.calendar-day-event-dot.meeting{background:#3182f6}.calendar-day-event-dot.development{background:#06c755}.calendar-day-event-dot.design{background:#a83ff2}.calendar-day-event-dot.review{background:#ff2d3d}.calendar-day-event-dot.documentation{background:#ff6500}.calendar-day-event-dot.other{background:#64748b}.calendar-day-event-row strong,.calendar-day-event-row span{display:block}.calendar-day-event-row strong{margin-bottom:5px;font-weight:900}.calendar-day-event-row span{color:#64748b;font-size:13px;line-height:1.45}.calendar-day-event-row b{color:#2563eb;white-space:nowrap}@media (width<=900px){.calendar-inline-toolbar{flex-direction:column;align-items:stretch}.calendar-period-controls,.calendar-view-toggle{justify-content:center;width:100%}.calendar-period-controls strong{flex:1;min-width:0}.calendar-filter-grid.compact{grid-template-columns:1fr}}.reports-content{width:100%;padding:36px}.reports-page-heading{margin-bottom:28px}.reports-page-heading h1{font-size:42px;font-weight:700;font-family:var(--font-heading);margin:0 0 10px}.reports-page-heading p{color:#475569;margin:0;font-size:18px}.report-filter-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;margin-bottom:28px;padding:26px}.report-filter-header{justify-content:space-between;gap:20px;margin-bottom:24px;display:flex}.report-filter-header h2{font-size:28px;font-weight:700;font-family:var(--font-heading);margin:0 0 8px}.report-filter-header p{color:#64748b;margin:0;font-size:16px}.report-filter-icon{color:#2563eb;background:#eaf2ff;border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.report-filter-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.report-filter-group{flex-direction:column;gap:10px;display:flex}.report-filter-group label{color:#334155;font-size:15px;font-weight:700}.report-filter-group input,.report-filter-group select{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:12px;width:100%;height:52px;padding:0 16px;font-size:16px}.report-filter-actions{justify-content:flex-end;gap:14px;margin-top:22px;display:flex}.clear-report-filter-btn,.apply-report-filter-btn{cursor:pointer;border-radius:12px;height:50px;padding:0 22px;font-size:16px;font-weight:700}.clear-report-filter-btn{color:#334155;background:#fff;border:1px solid #cbd5e1}.apply-report-filter-btn{color:#fff;background:#2563eb;border:none;align-items:center;gap:8px;display:flex}.apply-report-filter-btn:hover{background:#1d4ed8}.report-summary-grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:28px;display:grid}.report-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;min-height:190px;padding:28px}.report-summary-icon,.report-type-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.report-summary-card h2{margin:20px 0 8px;font-size:34px;font-weight:800}.report-summary-card p{color:#475569;margin:0 0 12px;font-size:16px;font-weight:700}.report-summary-card span{color:#94a3b8;font-size:14px}.report-card-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:28px;display:grid}.report-type-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;min-height:250px;padding:28px}.report-card-top{justify-content:space-between;align-items:center;margin-bottom:26px;display:flex}.generate-report-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;height:46px;padding:0 22px;font-size:15px;font-weight:700}.generate-report-btn:hover{background:#1d4ed8}.report-type-card h3{font-size:25px;font-weight:700;font-family:var(--font-heading);margin:0 0 14px}.report-type-card p{color:#475569;margin:0 0 24px;font-size:16px;line-height:1.5}.export-report-link{color:#2563eb;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;font-size:16px;font-weight:700;display:flex}.reports-section-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;margin-bottom:28px;padding:28px}.reports-section-header{margin-bottom:24px}.reports-section-header h2{font-size:28px;font-weight:700;font-family:var(--font-heading);margin:0 0 8px}.reports-section-header p{color:#64748b;margin:0;font-size:16px}.budget-report-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.budget-report-row{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:20px}.budget-report-row h4{margin:0 0 12px;font-size:18px;font-weight:800}.budget-report-row p{color:#475569;margin:8px 0;font-size:15px}.recent-report-empty{color:#94a3b8;text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:260px;padding:28px;display:flex}.recent-report-empty h3{color:#334155;margin:0;font-size:22px;font-weight:700}.recent-report-empty p{color:#64748b;max-width:620px;margin:0;font-size:16px;line-height:1.5}@media (width<=1200px){.report-filter-grid,.report-summary-grid,.budget-report-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.report-card-grid{grid-template-columns:1fr}}@media (width<=700px){.reports-content{padding:24px}.report-filter-grid,.report-summary-grid,.budget-report-grid{grid-template-columns:1fr}.report-filter-actions{flex-direction:column}.clear-report-filter-btn,.apply-report-filter-btn{justify-content:center;width:100%}}.report-card-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.report-source-link,.budget-report-button,.report-location-list button{font:inherit}.report-source-link{color:#2563eb;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:0;font-size:16px;font-weight:700;display:inline-flex}.report-source-link:hover{text-decoration:underline}.budget-report-button{text-align:left;cursor:pointer;justify-content:space-between;align-items:center;width:100%;display:flex}.budget-report-button:hover{background:#f1f5f9}.report-location-list{gap:12px;display:grid}.report-location-list button{color:#334155;text-align:left;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;width:100%;padding:17px 18px;display:grid}.report-location-list button:hover{background:#eff6ff;border-color:#93c5fd}.report-location-list strong,.report-location-list span{display:block}.report-location-list strong{color:#0f172a;margin-bottom:4px}.report-location-list span{color:#64748b;font-size:14px}@media (width<=1100px){.report-card-grid-three{grid-template-columns:1fr}}.report-summary-grid{margin-top:18px}.reports-page-message{border-radius:12px;margin-bottom:20px;padding:13px 16px;font-weight:700}.reports-page-message.success{color:#15803d;background:#dcfce7}.reports-page-message.error{color:#dc2626;background:#fee2e2}.generate-report-btn{align-items:center;gap:7px;display:inline-flex}.generate-report-btn:disabled{cursor:not-allowed;opacity:.65}.report-record-count{color:#64748b;margin-top:18px;font-size:14px;font-weight:700;display:inline-block}.report-direct-export-note{color:#1e3a8a;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;align-items:center;gap:10px;margin:20px 0 14px;padding:13px 16px;display:flex}.report-direct-export-note strong,.report-direct-export-note span{display:block}.report-direct-export-note span{color:#475569}.budget-report-display{cursor:default}.budget-report-display:hover{background:inherit}.staff-content{width:100%;padding:36px}.staff-page-heading{justify-content:space-between;align-items:center;gap:24px;margin-bottom:28px;display:flex}.staff-page-heading h1{margin:0 0 10px;font-family:Georgia,Times New Roman,serif;font-size:42px;font-weight:700}.staff-page-heading p{color:#475569;margin:0;font-size:18px}.add-staff-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;align-items:center;gap:10px;height:52px;padding:0 24px;font-size:17px;font-weight:700;display:flex}.add-staff-btn:hover{background:#1d4ed8}.staff-summary-grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:28px;display:grid}.staff-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;min-height:180px;padding:28px}.staff-summary-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.staff-summary-card h2{margin:20px 0 8px;font-size:34px;font-weight:800}.staff-summary-card p{color:#475569;margin:0 0 12px;font-size:16px;font-weight:700}.staff-summary-card span{color:#94a3b8;font-size:14px}.staff-search-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;margin-bottom:28px;padding:18px}.staff-table-search{color:#64748b;border:1px solid #cbd5e1;border-radius:12px;align-items:center;gap:12px;height:54px;padding:0 16px;display:flex}.staff-table-search input{background:0 0;border:none;outline:none;width:100%;font-size:16px}.staff-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;margin-bottom:28px;padding:28px}.staff-table-header{margin-bottom:24px}.staff-table-header h2{margin:0 0 8px;font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:700}.staff-table-header p{color:#64748b;margin:0;font-size:16px}.staff-empty-state{text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-height:340px;padding:36px;display:flex}.staff-empty-icon{color:#2563eb;background:#eaf2ff;border-radius:24px;justify-content:center;align-items:center;width:96px;height:96px;margin-bottom:24px;display:flex}.staff-empty-state h3{margin:0 0 12px;font-family:Georgia,Times New Roman,serif;font-size:26px;font-weight:700}.staff-empty-state p{color:#64748b;max-width:620px;margin:0 0 26px;font-size:16px;line-height:1.6}.empty-add-staff-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;align-items:center;gap:10px;height:50px;padding:0 22px;font-size:16px;font-weight:700;display:flex}.empty-add-staff-btn:hover{background:#1d4ed8}.staff-actions-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:28px}.staff-actions-card h2{margin:0 0 24px;font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:700}.staff-actions-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.staff-action-item{color:#334155;background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;align-items:center;gap:12px;padding:18px;font-weight:700;display:flex}.staff-modal-overlay{z-index:100;background:#0f172a73;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.add-staff-modal{background:#fff;border-radius:18px;width:100%;max-width:880px;max-height:92vh;padding:28px;overflow-y:auto;box-shadow:0 24px 60px #0f172a33}.staff-modal-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.staff-modal-header h2{margin:0 0 8px;font-family:Georgia,Times New Roman,serif;font-size:32px;font-weight:700}.staff-modal-header p{color:#64748b;margin:0;font-size:16px}.staff-modal-close-btn{color:#0f172a;cursor:pointer;background:0 0;border:none}.staff-form{flex-direction:column;gap:22px;display:flex}.staff-form-row{grid-template-columns:1fr 1fr;gap:22px;display:grid}.staff-form-group{flex-direction:column;gap:10px;display:flex}.staff-form-group.full-width{width:100%}.staff-form-group label{color:#111827;font-size:16px;font-weight:700}.staff-form-group input,.staff-form-group select{color:#111827;background:#fff;border:1px solid #cbd5e1;border-radius:12px;outline:none;width:100%;height:54px;padding:0 18px;font-size:16px}.staff-form-group input:focus,.staff-form-group select:focus{border-color:#2563eb}.staff-form-group input[readonly]{color:#334155;background:#f8fafc;font-weight:700}.staff-form-helper{color:#64748b;margin:0;font-size:14px}.staff-empty-project-box{text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:120px;padding:24px;display:flex}.staff-empty-project-box p{color:#334155;margin:0;font-size:16px;font-weight:700}.staff-empty-project-box span{color:#94a3b8;font-size:14px}.staff-modal-actions{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:14px;padding-top:22px;display:flex}.staff-cancel-btn,.staff-create-btn{cursor:pointer;border-radius:12px;height:52px;padding:0 28px;font-size:16px;font-weight:700}.staff-cancel-btn{color:#111827;background:#fff;border:1px solid #cbd5e1}.staff-create-btn{color:#fff;background:#2563eb;border:none}.staff-create-btn:hover{background:#1d4ed8}@media (width<=1200px){.staff-summary-grid,.staff-actions-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.staff-page-heading{flex-direction:column;align-items:flex-start}}@media (width<=700px){.staff-content{padding:24px}.staff-summary-grid,.staff-actions-grid,.staff-form-row{grid-template-columns:1fr}.staff-modal-actions{flex-direction:column}.staff-cancel-btn,.staff-create-btn{width:100%}}.staff-error-card,.staff-success-card,.staff-form-error{border-radius:14px;margin-bottom:22px;padding:16px 18px;font-size:15px}.staff-error-card,.staff-form-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.staff-success-card{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;justify-content:space-between;align-items:center;gap:18px;display:flex}.staff-success-card h3{margin:0 0 6px;font-size:18px}.staff-success-card p{margin:0}.temporary-password-box{color:#14532d;background:#fff;border:1px solid #bbf7d0;border-radius:12px;flex:none;align-items:center;gap:10px;padding:12px 14px;display:flex}.temporary-password-box code{font-size:15px;font-weight:800}.staff-loading-state{color:#64748b;justify-content:center;align-items:center;gap:12px;min-height:220px;font-weight:700;display:flex}.staff-spin{animation:.8s linear infinite staff-spin}@keyframes staff-spin{to{transform:rotate(360deg)}}.staff-users-table-wrap{width:100%;overflow-x:auto}.staff-users-table{border-collapse:collapse;width:100%;font-size:15px}.staff-users-table th{color:#334155;text-align:left;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:16px;font-weight:800}.staff-users-table td{color:#0f172a;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #eef2f7;padding:16px}.staff-user-cell{align-items:center;gap:12px;display:flex}.staff-user-cell strong,.staff-user-cell span{display:block}.staff-user-cell span{color:#64748b;margin-top:4px;font-size:14px}.staff-user-avatar{color:#fff;background:#2563eb;border-radius:999px;flex:none;justify-content:center;align-items:center;width:42px;height:42px;font-weight:800;display:flex}.staff-pill{border-radius:999px;align-items:center;padding:7px 12px;font-size:13px;font-weight:800;display:inline-flex}.staff-pill.admin{color:#7e22ce;background:#f3e8ff}.staff-pill.contributor{color:#1d4ed8;background:#dbeafe}.staff-pill.active{color:#15803d;background:#dcfce7}.staff-pill.inactive{color:#475569;background:#f1f5f9}.staff-action-buttons{align-items:center;gap:10px;display:flex}.staff-delete-btn{color:#b91c1c;cursor:pointer;background:#fff;border:1px solid #fecaca;border-radius:10px;align-items:center;gap:7px;height:38px;padding:0 12px;font-weight:800;display:inline-flex}.staff-delete-btn:hover:not(:disabled){color:#991b1b;background:#fef2f2;border-color:#ef4444}.staff-edit-btn:disabled,.staff-delete-btn:disabled{opacity:.5;cursor:not-allowed}.staff-edit-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:10px;align-items:center;gap:7px;height:38px;padding:0 12px;font-weight:800;display:inline-flex}.staff-edit-btn:hover{color:#2563eb;border-color:#2563eb}.staff-action-item{cursor:pointer;text-align:left;border:1px solid #e5e7eb}.staff-action-item.muted{opacity:.55;cursor:not-allowed}.staff-create-btn:disabled,.staff-cancel-btn:disabled{opacity:.7;cursor:not-allowed}.staff-create-btn{justify-content:center;align-items:center;gap:8px;display:inline-flex}@media (width<=700px){.staff-success-card{flex-direction:column;align-items:flex-start}}.staff-access-pill-group{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.staff-pill.finance{color:#c2410c;background:#ffedd5}.staff-finance-toggle{cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:14px;align-items:flex-start;gap:14px;min-height:72px;padding:16px;display:flex}.staff-finance-toggle input{accent-color:#2563eb;flex:none;width:20px;height:20px;margin-top:3px}.staff-finance-toggle strong,.staff-finance-toggle span{display:block}.staff-finance-toggle strong{color:#0f172a;margin-bottom:4px;font-size:15px}.staff-finance-toggle span{color:#64748b;font-size:14px;font-weight:600;line-height:1.45}.staff-finance-toggle.disabled{opacity:.6;cursor:not-allowed}.staff-assigned-project-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.staff-assigned-project-heading span{color:#64748b;font-size:14px;font-weight:700}.staff-assigned-project-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:auto 1fr;align-items:flex-start;gap:12px;padding:14px;display:grid}.staff-assigned-project-icon{color:#2563eb;background:#dbeafe;border-radius:12px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.staff-assigned-project-main{min-width:0}.staff-assigned-project-main p{color:#64748b;overflow-wrap:anywhere;margin:0 0 10px;font-size:13px;line-height:1.45}.staff-project-role-pill{white-space:nowrap;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}.staff-project-role-pill.manager{color:#7e22ce;background:#f3e8ff}.staff-project-role-pill.member{color:#1d4ed8;background:#dbeafe}.staff-project-error-box{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:14px 16px;font-size:14px;font-weight:700}@media (width<=700px){.staff-assigned-project-title-row{flex-direction:column;align-items:flex-start}}.staff-assigned-project-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.staff-assigned-project-heading label{margin:0}.staff-assigned-project-count{color:#334155;white-space:nowrap;background:#f1f5f9;border-radius:999px;justify-content:center;align-items:center;padding:6px 10px;font-size:12px;font-weight:800;display:inline-flex}.staff-assigned-project-list{background:#f8fafc;border:1px solid #dbe4f0;border-radius:14px;flex-direction:column;gap:12px;max-height:300px;padding:12px;display:flex;overflow-y:auto}.staff-assigned-project-item{background:#fff;border:1px solid #e2e8f0;border-radius:14px;grid-template-columns:42px minmax(0,1fr);align-items:flex-start;gap:14px;padding:14px;display:grid;box-shadow:0 8px 22px #0f172a0a}.staff-assigned-project-title-row{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px;display:flex}.staff-assigned-project-title-row strong{color:#0f172a;overflow-wrap:anywhere;font-size:15px;line-height:1.35}.staff-assigned-project-description{color:#64748b;font-size:13px;line-height:1.5;margin:0 0 12px!important}.staff-assigned-project-meta{flex-wrap:wrap;gap:8px;display:flex}.staff-assigned-project-meta span{color:#475569;background:#f1f5f9;border-radius:999px;align-items:center;gap:6px;min-height:28px;padding:5px 10px;font-size:12px;font-weight:800;display:inline-flex}@media (width<=700px){.staff-assigned-project-heading,.staff-assigned-project-title-row{flex-direction:column;align-items:flex-start}.staff-assigned-project-item{grid-template-columns:1fr}}.profile-settings-panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:22px;padding:26px}.profile-settings-panel-header{align-items:flex-start;gap:14px;margin-bottom:22px;display:flex}.profile-settings-icon{color:#2563eb;background:#dbeafe;border-radius:14px;flex:none;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.profile-settings-panel h2{color:#0f172a;margin:0 0 6px;font-size:24px}.profile-settings-panel p,.profile-settings-panel small{color:#64748b;margin:0}.profile-settings-loading{color:#64748b;align-items:center;gap:10px;font-weight:700;display:flex}.profile-settings-spin{animation:.8s linear infinite profile-settings-spin}@keyframes profile-settings-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profile-settings-message{border-radius:12px;margin-bottom:18px;padding:14px 16px;font-weight:700}.profile-settings-message.success{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.profile-settings-message.error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.profile-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.profile-settings-grid label{color:#0f172a;flex-direction:column;gap:8px;font-weight:800;display:flex}.profile-settings-grid input{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:12px;height:48px;padding:0 14px;font-size:15px}.profile-settings-grid input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1f}.profile-settings-grid .profile-settings-readonly{color:#64748b;background:#f8fafc}.profile-settings-grid small{font-weight:600;line-height:1.4}.profile-settings-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.profile-settings-save-btn,.profile-settings-reset-btn{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:10px;min-height:46px;padding:0 18px;font-size:15px;font-weight:800;display:inline-flex}.profile-settings-save-btn{color:#fff;background:#2563eb;border:none}.profile-settings-save-btn:hover{background:#1d4ed8}.profile-settings-reset-btn{color:#0f172a;background:#fff;border:1px solid #cbd5e1}.profile-settings-reset-btn:hover{background:#f8fafc}.profile-settings-save-btn:disabled,.profile-settings-reset-btn:disabled{opacity:.65;cursor:not-allowed}@media (width<=900px){.profile-settings-grid{grid-template-columns:1fr}}.admin-settings-content{padding:48px 40px}.admin-settings-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:34px}.admin-settings-card h1{color:#0f172a;margin:0 0 10px;font-size:40px}.admin-settings-card>p{color:#64748b;margin:0 0 30px;font-size:17px}.admin-settings-action-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;justify-content:space-between;align-items:center;gap:24px;padding:24px;display:flex}.admin-settings-action-row h2{color:#0f172a;margin:0 0 6px;font-size:22px}.admin-settings-action-row p{color:#64748b;margin:0;font-size:15px}.admin-settings-logout-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;min-width:140px;height:48px;padding:0 20px;font-size:16px;font-weight:700;display:inline-flex}.admin-settings-logout-btn:hover{background:#b91c1c}.admin-settings-logout-btn:disabled{opacity:.7;cursor:not-allowed}.admin-settings-card .admin-settings-action-row+.admin-settings-action-row{margin-top:18px}.admin-settings-contributor-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;min-width:220px;height:48px;padding:0 20px;font-size:16px;font-weight:700;display:inline-flex}.admin-settings-contributor-btn:hover{background:#1d4ed8}.finance-content{width:100%;padding:36px}.finance-page-heading{justify-content:space-between;align-items:center;gap:24px;margin-bottom:28px;display:flex}.finance-page-heading h1{font-size:42px;font-weight:700;font-family:var(--font-heading);margin:0 0 10px}.finance-page-heading p{color:#475569;margin:0;font-size:18px}.finance-heading-actions{align-items:center;gap:12px;display:flex}.finance-export-btn,.finance-primary-btn{cursor:pointer;border-radius:10px;align-items:center;gap:8px;height:46px;padding:0 18px;font-size:15px;font-weight:700;display:inline-flex}.finance-export-btn{color:#2563eb;background:#fff;border:1px solid #cbd5e1}.finance-export-btn:hover{background:#eff6ff}.finance-primary-btn{color:#fff;background:#2563eb;border:none}.finance-primary-btn:hover{background:#1d4ed8}.finance-summary-grid{grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:28px;display:grid}.finance-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;min-height:170px;padding:24px}.finance-summary-icon{border-radius:14px;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.finance-summary-card h2{margin:18px 0 8px;font-size:30px;font-weight:800}.finance-summary-card p{color:#334155;margin:0 0 10px;font-size:15px;font-weight:700}.finance-summary-card span{color:#64748b;font-size:14px}.blue{color:#2563eb;background:#dbeafe}.green{color:#16a34a;background:#dcfce7}.purple{color:#9333ea;background:#f3e8ff}.orange{color:#f97316;background:#ffedd5}.pink{color:#e11d48;background:#ffe4e6}.finance-section-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;margin-bottom:28px;padding:26px}.finance-section-header{margin-bottom:22px}.finance-section-header.with-action{justify-content:space-between;align-items:center;gap:16px;display:flex}.finance-section-header h2{font-size:26px;font-weight:700;font-family:var(--font-heading);margin:0 0 8px}.finance-section-header p{color:#64748b;margin:0;font-size:15px}.small-outline-btn{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #bfdbfe;border-radius:10px;align-items:center;gap:8px;height:40px;padding:0 14px;font-size:14px;font-weight:700;display:inline-flex}.small-outline-btn:hover{background:#eff6ff}.bucket-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.bucket-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;transition:all .2s}.bucket-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px #0f172a14}.bucket-card-top{align-items:center;gap:14px;margin-bottom:22px;display:flex}.bucket-card-top h3{margin:0;font-size:22px;font-weight:800}.bucket-values{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px;display:grid}.bucket-values p{color:#64748b;margin:0 0 6px;font-size:13px}.bucket-values h4{color:#0f172a;margin:0;font-size:18px;font-weight:800}.finance-progress-track{background:#e5e7eb;border-radius:999px;height:8px;margin-bottom:12px;overflow:hidden}.finance-progress-fill{width:0%;height:100%}.blue-fill{background:#2563eb}.green-fill{background:#16a34a}.purple-fill{background:#9333ea}.bucket-click-label{color:#2563eb;font-size:14px;font-weight:700}.blue-border{border-left:4px solid #2563eb}.green-border{border-left:4px solid #16a34a}.purple-border{border-left:4px solid #9333ea}.finance-main-grid{grid-template-columns:1fr;gap:24px;margin-bottom:0;display:grid}.finance-table-wrapper{width:100%;overflow-x:auto}.finance-table{border-collapse:collapse;width:100%}.finance-table th{text-align:left;color:#334155;border-bottom:1px solid #e5e7eb;padding:14px 16px;font-size:14px}.finance-table td{color:#475569;border-bottom:1px solid #e5e7eb;padding:18px 16px;font-size:14px}.finance-empty-table{text-align:center;color:#64748b;padding:46px 24px!important}.finance-empty-table svg{color:#94a3b8;margin-bottom:12px}.finance-empty-table h3{color:#334155;margin:0 0 8px;font-size:18px}.finance-empty-table p{max-width:520px;margin:0 auto 14px;line-height:1.5}.demo-link-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:10px 16px;font-weight:700}.demo-link-btn:hover{background:#1d4ed8}.finance-form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.finance-form-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;align-items:center;gap:14px;padding:18px;display:flex}.finance-form-card svg{color:#2563eb}.finance-form-card h4{margin:0 0 6px;font-size:16px;font-weight:800}.finance-form-card p{color:#64748b;margin:0;font-size:14px}.finance-empty-state{text-align:center;color:#94a3b8;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:220px;padding:28px;display:flex}.finance-empty-state.small{min-height:170px}.finance-empty-state h3{color:#334155;margin:0;font-size:20px;font-weight:700}.finance-empty-state p{color:#64748b;max-width:520px;margin:0;font-size:15px;line-height:1.5}.finance-breadcrumb{color:#64748b;align-items:center;gap:10px;margin-bottom:14px;font-size:14px;display:flex}.finance-breadcrumb span{color:#2563eb;cursor:pointer;font-weight:700}.finance-breadcrumb p{margin:0}.finance-breadcrumb strong{color:#334155}.finance-tabs{border-bottom:1px solid #e5e7eb;gap:18px;margin-bottom:24px;display:flex}.finance-tabs button{color:#64748b;cursor:pointer;background:0 0;border:none;padding:0 0 14px;font-size:15px;font-weight:700}.finance-tabs button.active{color:#2563eb;border-bottom:3px solid #2563eb}.bucket-detail-summary,.project-detail-summary{grid-template-columns:repeat(5,1fr)}.project-detail-summary{grid-template-columns:repeat(4,1fr)}.project-finance-info-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:28px;padding:24px;display:grid}.project-finance-info-card p{color:#64748b;margin:0 0 8px;font-size:14px}.project-finance-info-card h3{color:#0f172a;margin:0;font-size:18px;font-weight:800}.finance-modal-overlay{z-index:200;background:#0f172a73;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.finance-modal{background:#fff;border-radius:18px;width:100%;max-width:900px;max-height:92vh;padding:28px;overflow-y:auto;box-shadow:0 24px 60px #0f172a33}.finance-modal.large{max-width:1100px}.finance-modal-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.finance-modal-header h2{font-size:32px;font-weight:700;font-family:var(--font-heading);margin:0 0 8px}.finance-modal-header p{color:#64748b;margin:0;font-size:16px}.finance-modal-close{color:#0f172a;cursor:pointer;background:0 0;border:none}.finance-form{flex-direction:column;gap:22px;display:flex}.finance-form-row{grid-template-columns:1fr 1fr;gap:22px;display:grid}.finance-form-group{flex-direction:column;gap:10px;display:flex}.finance-form-group.full-width{width:100%}.finance-form-group label{color:#111827;font-size:16px;font-weight:700}.finance-form-group input,.finance-form-group select,.finance-form-group textarea{color:#111827;background:#fff;border:1px solid #cbd5e1;border-radius:12px;outline:none;width:100%;padding:0 18px;font-size:16px}.finance-form-group input,.finance-form-group select{height:54px}.finance-form-group textarea{resize:vertical;min-height:120px;font-family:var(--font-body);padding-top:16px}.finance-form-group input:focus,.finance-form-group select:focus,.finance-form-group textarea:focus{border-color:#2563eb}.finance-modal-actions{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:14px;padding-top:22px;display:flex}.finance-cancel-btn,.finance-submit-btn{cursor:pointer;border-radius:12px;height:52px;padding:0 28px;font-size:16px;font-weight:700}.finance-cancel-btn{color:#111827;background:#fff;border:1px solid #cbd5e1}.finance-cancel-btn:hover{background:#f8fafc}.finance-submit-btn{color:#fff;background:#2563eb;border:none}.finance-submit-btn:hover{background:#1d4ed8}.single-form-grid{grid-template-columns:1fr}.invoice-form-card{align-items:flex-start}.invoice-form-card span{color:#94a3b8;margin-top:6px;font-size:13px;line-height:1.5;display:block}.submission-filter-row{grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:24px;display:grid}@media (width<=1300px){.finance-summary-grid,.bucket-detail-summary{grid-template-columns:repeat(3,1fr)}.project-detail-summary{grid-template-columns:repeat(2,1fr)}.finance-main-grid,.bucket-grid{grid-template-columns:1fr}.project-finance-info-card{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.submission-filter-row{grid-template-columns:1fr}}@media (width<=800px){.finance-content{padding:24px}.finance-page-heading,.finance-section-header.with-action{flex-direction:column;align-items:flex-start}.finance-summary-grid,.bucket-detail-summary,.project-detail-summary,.finance-form-grid,.project-finance-info-card{grid-template-columns:1fr}.finance-heading-actions{flex-direction:column;align-items:stretch;width:100%}.finance-export-btn,.finance-primary-btn,.small-outline-btn{justify-content:center;width:100%}.finance-form-row{grid-template-columns:1fr}.finance-modal-actions{flex-direction:column}.finance-cancel-btn,.finance-submit-btn{width:100%}}.salary-funding-section{margin-bottom:22px}.salary-header-actions{align-items:center;gap:14px;display:flex}.salary-approved-total{flex-direction:column;align-items:flex-end;display:flex}.salary-approved-total span{color:#64748b;font-size:12px}.salary-approved-total strong{color:#0f172a;font-size:18px}.salary-filter-panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;grid-template-columns:minmax(260px,1.7fr) repeat(3,minmax(160px,1fr)) auto;align-items:end;gap:14px;margin-bottom:18px;padding:18px;display:grid}.salary-search-box{position:relative}.salary-search-box svg{color:#64748b;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.salary-search-box input{padding-left:42px}.salary-clear-filter-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:12px;height:54px;padding:0 20px;font-weight:700}.salary-clear-filter-btn:hover{background:#f1f5f9}.salary-funding-table{min-width:1250px}.salary-secondary-text{color:#64748b;margin-top:4px;font-size:12px;display:block}.salary-source-pill{color:#1d4ed8;background:#eff6ff;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.salary-amount-cell{color:#15803d;white-space:nowrap;font-weight:800}.salary-result-footer{color:#64748b;padding-top:14px;font-size:13px}.admin-note-composer{flex-direction:column;gap:12px;margin-bottom:18px;display:flex}.admin-note-composer textarea{resize:vertical;width:100%;min-height:105px;font:inherit;border:1px solid #cbd5e1;border-radius:12px;outline:none;padding:14px 16px}.admin-note-composer textarea:focus{border-color:#2563eb}.admin-note-composer .finance-submit-btn{align-self:flex-end;align-items:center;gap:8px;display:inline-flex}.admin-notes-list{flex-direction:column;gap:12px;max-height:420px;display:flex;overflow-y:auto}.admin-note-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:15px}.admin-note-card-top{justify-content:space-between;gap:14px;margin-bottom:9px;display:flex}.admin-note-card-top strong,.admin-note-card-top span{display:block}.admin-note-card-top span{color:#64748b;margin-top:3px;font-size:12px}.admin-note-card p{color:#334155;white-space:pre-wrap;margin:0;line-height:1.55}.admin-note-delete-btn{color:#dc2626;cursor:pointer;background:#fee2e2;border:none;border-radius:9px;width:34px;height:34px}.finance-page-message{border-radius:12px;margin-bottom:18px;padding:13px 16px;font-weight:700}.finance-page-message.success{color:#15803d;background:#dcfce7}.finance-page-message.error{color:#dc2626;background:#fee2e2}@media (width<=1200px){.salary-filter-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.salary-clear-filter-btn{width:100%}}@media (width<=700px){.salary-filter-panel{grid-template-columns:1fr}.salary-header-actions{flex-direction:column;align-items:stretch;width:100%}.salary-approved-total{align-items:flex-start}.admin-note-composer .finance-submit-btn{justify-content:center;width:100%}}.salary-row-remarks{flex-direction:column;gap:8px;min-width:230px;display:flex}.salary-row-remarks textarea{color:#334155;width:100%;min-height:72px;font:inherit;resize:vertical;background:#fff;border:1px solid #dbe2ea;border-radius:8px;outline:none;padding:9px 10px;font-size:12px;line-height:1.4}.salary-row-remarks textarea:focus{border-color:#2563eb}.salary-remark-save-btn{color:#2563eb;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;justify-content:center;align-self:flex-end;align-items:center;gap:6px;min-width:76px;height:32px;padding:0 11px;font-weight:700;display:inline-flex}.salary-remark-save-btn:hover{background:#dbeafe}.salary-remark-save-btn:disabled{cursor:not-allowed;opacity:.65}.finance-summary-card-button{text-align:left;width:100%;font:inherit;cursor:pointer}.finance-summary-card-button:hover{transform:translateY(-1px)}.finance-summary-card-button:focus-visible{outline-offset:2px;outline:2px solid #2563eb}.finance-field-hint{color:#64748b;margin-top:6px;font-size:12px;display:block}.finance-fullscreen-overlay{z-index:1200;background:#0f172a94;padding:24px;position:fixed;inset:0;overflow:auto}.finance-fullscreen-panel{background:#fff;border-radius:18px;width:min(1600px,100%);min-height:calc(100vh - 48px);margin:0 auto;padding:24px;box-shadow:0 24px 70px #0f172a3d}.finance-fullscreen-header,.finance-fullscreen-actions,.finance-fullscreen-result-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.finance-fullscreen-header{margin-bottom:22px}.finance-fullscreen-header h2{margin:0 0 5px}.finance-fullscreen-header p{color:#64748b;margin:0}.finance-spending-filter-grid{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;grid-template-columns:minmax(260px,1.7fr) repeat(4,minmax(150px,1fr)) auto;align-items:end;gap:14px;margin-bottom:18px;padding:18px;display:grid}.finance-filter-search{position:relative}.finance-filter-search svg{color:#64748b;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.finance-filter-search input{padding-left:40px}.finance-clear-filter-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:11px;justify-content:center;align-items:center;gap:7px;min-height:52px;padding:0 16px;font-weight:700;display:inline-flex}.finance-fullscreen-result-row{color:#475569;padding:0 2px 14px}.finance-fullscreen-table{max-height:calc(100vh - 290px);overflow:auto}.finance-fullscreen-table .finance-table{min-width:1350px}@media (width<=1200px){.finance-spending-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.finance-fullscreen-overlay{padding:0}.finance-fullscreen-panel{border-radius:0;min-height:100vh;padding:17px}.finance-fullscreen-header,.finance-fullscreen-result-row{flex-direction:column;align-items:flex-start}.finance-spending-filter-grid{grid-template-columns:1fr}}.finance-editable-summary-card{text-align:left;width:100%;font:inherit;cursor:pointer}.finance-editable-summary-card:hover{border-color:#93c5fd;transform:translateY(-2px);box-shadow:0 10px 24px #0f172a14}.finance-editable-summary-card:focus-visible{outline-offset:2px;outline:2px solid #2563eb}.finance-summary-card-top{justify-content:space-between;align-items:center;display:flex}.finance-summary-edit-icon{color:#64748b}.finance-wide-modal{width:min(920px,100vw - 32px)}.finance-wide-modal .finance-table input{min-width:160px}.finance-allocation-modal-summary{background:#f8fafc;border-radius:12px;grid-template-columns:1fr auto;gap:8px 18px;margin-top:18px;padding:16px;display:grid}.finance-allocation-modal-summary span{color:#64748b}.finance-allocation-modal-summary strong{color:#0f172a;text-align:right}.finance-project-link,.finance-budget-history-link{font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;padding:0}.finance-project-link{color:#0f172a;font-weight:800}.finance-project-link:hover{color:#2563eb;text-decoration:underline}.finance-budget-history-link{color:#2563eb;flex-direction:column;gap:3px;font-weight:800;display:inline-flex}.finance-budget-history-link:hover{text-decoration:underline}.finance-budget-history-link span{color:#64748b;font-size:11px;font-weight:600}.finance-history-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.finance-history-summary>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px}.finance-history-summary span,.finance-history-summary strong{display:block}.finance-history-summary span{color:#64748b;margin-bottom:5px;font-size:12px}.finance-history-summary strong{color:#0f172a;font-size:20px}.finance-section-card.budget-allocation-summary-section{width:100%!important;max-width:none!important;padding:26px!important;overflow:hidden!important}.finance-section-card.budget-allocation-summary-section .finance-section-header{width:100%!important;margin-bottom:22px!important;display:block!important}.finance-section-card.budget-allocation-summary-section .finance-section-header h2{font-family:var(--font-heading)!important;letter-spacing:-.03em!important;color:#0f172a!important;margin:0 0 8px!important;font-size:26px!important;font-weight:800!important;line-height:1.2!important}.finance-section-card.budget-allocation-summary-section .finance-section-header p{color:#64748b!important;margin:0!important;font-size:15px!important;line-height:1.5!important}.finance-section-card.budget-allocation-summary-section .budget-allocation-summary-cards{grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch!important;gap:20px!important;width:100%!important;max-width:none!important;margin:0 0 24px!important;padding:0!important;display:grid!important}.finance-section-card.budget-allocation-summary-section .budget-allocation-summary-card{width:100%!important;min-width:0!important;max-width:none!important;min-height:150px!important;box-shadow:none!important;text-align:left!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:16px!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;margin:0!important;padding:24px 26px!important;display:flex!important}.finance-section-card.budget-allocation-summary-section .budget-allocation-summary-card h3{font-family:var(--font-body)!important;color:#0f172a!important;letter-spacing:-.03em!important;white-space:normal!important;margin:0 0 10px!important;padding:0!important;font-size:30px!important;font-weight:900!important;line-height:1.15!important;display:block!important}.finance-section-card.budget-allocation-summary-section .budget-allocation-summary-card strong{font-family:var(--font-body)!important;color:#334155!important;margin:0 0 8px!important;padding:0!important;font-size:15px!important;font-weight:800!important;line-height:1.35!important;display:block!important}.finance-section-card.budget-allocation-summary-section .budget-allocation-summary-card span{font-family:var(--font-body)!important;color:#64748b!important;margin:0!important;padding:0!important;font-size:14px!important;line-height:1.45!important;display:block!important}.finance-section-card.budget-allocation-summary-section .budget-summary-table-wrapper{overscroll-behavior:contain!important;border-radius:0!important;width:100%!important;max-height:420px!important;margin-top:0!important;overflow:auto!important}.finance-section-card.budget-allocation-summary-section .budget-summary-table{border-collapse:collapse!important;table-layout:auto!important;width:100%!important;min-width:900px!important}.finance-section-card.budget-allocation-summary-section .budget-summary-table thead th{z-index:5!important;color:#334155!important;text-align:left!important;background:#f8fafc!important;border-bottom:1px solid #e5e7eb!important;padding:14px 16px!important;font-size:14px!important;font-weight:800!important;position:sticky!important;top:0!important}.finance-section-card.budget-allocation-summary-section .budget-summary-table td{color:#475569!important;border-bottom:1px solid #e5e7eb!important;padding:18px 16px!important;font-size:14px!important}.finance-section-card.budget-allocation-summary-section .budget-summary-table td strong{color:#334155!important;font-weight:800!important}.finance-section-card.budget-allocation-summary-section .project-utilisation-cell{min-width:150px!important}.finance-section-card.budget-allocation-summary-section .project-utilisation-cell>strong{color:#334155!important;margin-bottom:7px!important;font-size:13px!important;font-weight:800!important;display:block!important}.finance-section-card.budget-allocation-summary-section .project-utilisation-track{background:#e5e7eb!important;border-radius:999px!important;width:100%!important;height:7px!important;overflow:hidden!important}.finance-section-card.budget-allocation-summary-section .project-utilisation-fill{border-radius:inherit!important;background:#2563eb!important;height:100%!important}@media (width<=1050px){.finance-section-card.budget-allocation-summary-section .budget-allocation-summary-cards{grid-template-columns:1fr!important}}.finance-main-grid .finance-section-card:first-child{flex-direction:column;max-height:520px;display:flex;overflow:hidden}.budget-allocation-summary-section{flex-direction:column;max-height:560px;display:flex;overflow:hidden}.budget-summary-table-wrapper{max-height:330px;overflow:auto}.finance-table thead th{z-index:2;background:#fff;position:sticky;top:0}.salary-funding-section{flex-direction:column;max-height:760px;display:flex;overflow:hidden}.salary-funding-section .finance-table-wrapper{flex:1;max-height:520px;overflow:auto}.salary-funding-section .salary-filter-panel,.salary-funding-section .finance-section-header,.salary-funding-section .salary-result-footer{flex-shrink:0}.salary-funding-section .finance-table thead th{z-index:2;background:#fff;position:sticky;top:0}.payment-requests-preview-wrapper{max-height:360px;overflow:auto}.payment-requests-preview-table{min-width:760px}.payment-requests-preview-table thead th{z-index:2;background:#fff;position:sticky;top:0}.finance-main-grid .finance-section-card:first-child{flex-direction:column;display:flex}.finance-main-grid .finance-section-card:first-child .finance-table-wrapper{max-height:420px;overflow:auto}.finance-main-grid .finance-section-card:last-child{flex-direction:column;display:flex}.finance-main-grid .finance-section-card:last-child .finance-table-wrapper{max-height:420px;overflow:auto}.finance-section-card:last-of-type{flex-direction:column;display:flex}.finance-section-card:last-of-type .finance-table-wrapper{max-height:420px;overflow:auto}.finance-table-wrapper .finance-table thead th{z-index:10;background:#fff;position:sticky;top:0;box-shadow:inset 0 -1px #e5e7eb}.invoice-submissions-page{width:100%;min-height:calc(100vh - 80px);font-family:var(--font-body);background:#f8fafc;padding:36px;overflow-y:auto}.invoice-page-header,.invoice-section-title-row,.invoice-header-actions,.invoice-table-footer,.clean-detail-header,.clean-title-row,.submission-fullscreen-actions,.fullscreen-review-actions{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.invoice-page-header{margin-bottom:28px}.invoice-page-header h1,.clean-title-row h1{color:#0f172a;font-size:42px;font-weight:800;font-family:var(--font-heading);margin:0 0 10px}.invoice-page-header p{color:#64748b;margin:0;font-size:18px}.invoice-primary-btn,.invoice-outline-btn,.review-btn,.clean-back-btn{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 14px;font-size:14px;font-weight:800;display:inline-flex}.invoice-primary-btn{color:#fff;background:#2563eb;border:none}.invoice-primary-btn:hover{background:#1d4ed8}.invoice-outline-btn,.clean-back-btn{color:#2563eb;background:#fff;border:1px solid #bfdbfe}.invoice-outline-btn:hover,.clean-back-btn:hover{background:#eff6ff}.invoice-primary-btn:disabled,.invoice-outline-btn:disabled{opacity:.55;cursor:not-allowed}.invoice-page-message{border-radius:12px;margin-bottom:18px;padding:13px 16px;font-weight:800}.invoice-page-message.success{color:#15803d;background:#dcfce7}.invoice-page-message.error{color:#dc2626;background:#fee2e2}.invoice-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:20px;margin-bottom:28px;display:grid}.invoice-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;min-height:150px;padding:22px}.invoice-summary-icon{border-radius:14px;place-items:center;width:52px;height:52px;margin-bottom:18px;display:grid}.invoice-summary-icon.blue{color:#2563eb;background:#dbeafe}.invoice-summary-icon.amber{color:#d97706;background:#fef3c7}.invoice-summary-icon.green{color:#16a34a;background:#dcfce7}.invoice-summary-icon.orange{color:#f97316;background:#ffedd5}.invoice-summary-card h2{color:#0f172a;margin:0 0 8px;font-size:30px;font-weight:900}.invoice-summary-card p{color:#0f172a;margin:0 0 8px;font-weight:800}.invoice-summary-card span{color:#64748b;font-size:14px}.invoice-card,.clean-detail-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;margin-bottom:22px;padding:26px}.invoice-section-title-row h2,.clean-detail-card h2{color:#0f172a;font-size:24px;font-weight:850;font-family:var(--font-heading);margin:0 0 8px}.clean-detail-card h2{align-items:center;gap:10px;margin-bottom:22px;display:flex}.clean-detail-card h2 span{color:#2563eb;display:inline-flex}.invoice-section-title-row p{color:#64748b;margin:0}.invoice-filter-grid{grid-template-columns:1.4fr repeat(3,minmax(160px,1fr));align-items:end;gap:16px;display:grid}.invoice-filter-actions{grid-column:1/-1;justify-content:flex-end;display:flex}.invoice-form-group{flex-direction:column;gap:9px;display:flex}.invoice-form-group label{color:#0f172a;font-size:14px;font-weight:800}.invoice-form-group input,.invoice-form-group select,.invoice-form-group textarea{color:#0f172a;width:100%;font-size:15px;font-family:var(--font-body);box-sizing:border-box;background:#fff;border:1px solid #cbd5e1;border-radius:12px;outline:none}.invoice-form-group input,.invoice-form-group select{height:50px;padding:0 14px}.invoice-form-group textarea{resize:vertical;min-height:108px;padding:14px}.invoice-search-input{position:relative}.invoice-search-input input{padding-right:42px}.invoice-search-input svg{color:#64748b;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.invoice-table-wrapper{width:100%;max-height:560px;overflow:auto}.invoice-table{border-collapse:collapse;width:100%;min-width:1320px}.invoice-table th,.invoice-table td{text-align:left;vertical-align:top;border-bottom:1px solid #e5e7eb;padding:15px;font-size:14px}.invoice-table th{z-index:2;color:#0f172a;background:#f8fafc;font-weight:900;position:sticky;top:0}.invoice-table td{color:#475569}.blue-text{color:#2563eb}.subtle-block{color:#64748b;margin-top:4px;font-size:12px;display:block}.invoice-attachment-btn{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #dbeafe;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.review-btn{color:#2563eb;background:#fff;border:1px solid #bfdbfe;height:34px}.invoice-status-badge{white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;padding:7px 11px;font-size:12px;font-weight:900;display:inline-flex}.invoice-status-badge.pending{color:#b45309;background:#fef3c7}.invoice-status-badge.submitted{color:#2563eb;background:#dbeafe}.invoice-status-badge.reviewed{color:#7c3aed;background:#ede9fe}.invoice-status-badge.approved{color:#15803d;background:#dcfce7}.invoice-status-badge.rejected{color:#dc2626;background:#fee2e2}.invoice-status-badge.changes{color:#ea580c;background:#ffedd5}.invoice-empty-state{text-align:center;color:#64748b;place-items:center;min-height:190px;padding:28px;display:grid}.invoice-empty-state h3{color:#0f172a;margin:10px 0 6px}.invoice-empty-state.small{min-height:140px}.invoice-table-footer{color:#64748b;margin-top:16px}.invoice-fullscreen-overlay{z-index:1200;background:#0f172a94;padding:24px;position:fixed;inset:0;overflow-y:auto}.invoice-fullscreen-panel{background:#f8fafc;border-radius:20px;width:min(1280px,100%);max-height:calc(100vh - 48px);margin:0 auto;overflow-y:auto;box-shadow:0 24px 70px #0f172a40}.clean-submission-panel{padding:24px}.clean-detail-header{align-items:center;margin-bottom:18px}.drawer-close-btn{color:#0f172a;cursor:pointer;background:#e2e8f0;border:none;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.clean-title-row{align-items:flex-start;margin-bottom:22px}.clean-title-row h1{font-size:38px}.clean-title-badges{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.submission-id-pill{color:#2563eb;background:#dbeafe;border-radius:9px;padding:8px 12px;font-weight:900}.clean-info-grid,.fullscreen-detail-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px 34px;display:grid}.drawer-detail-item p{color:#64748b;margin:0 0 8px;font-size:13px;font-weight:800}.drawer-detail-item strong{color:#0f172a;word-break:break-word;font-size:15px;line-height:1.45}.drawer-items-table-wrapper{border:1px solid #e5e7eb;border-radius:12px;width:100%;overflow:auto}.drawer-items-table{border-collapse:collapse;width:100%;min-width:980px}.drawer-items-table th,.drawer-items-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:14px;font-size:13px}.drawer-items-table th{color:#0f172a;background:#f8fafc;font-weight:900}.drawer-items-table tfoot td{color:#0f172a;font-weight:900}.file-chip{color:#2563eb;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;align-items:center;gap:6px;padding:7px 10px;font-weight:800;display:inline-flex}.supporting-doc-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.supporting-doc-card{background:#fff;border:1px solid #dbe2ea;border-radius:14px;padding:18px}.supporting-doc-card h3{color:#0f172a;margin:0 0 14px}.doc-file-row{align-items:center;gap:14px;margin-bottom:15px;display:flex}.doc-file-row svg{color:#dc2626}.doc-file-row strong,.doc-file-row span{display:block}.doc-file-row span{color:#64748b;margin-top:5px;font-size:13px}.doc-file-actions{flex-wrap:wrap;gap:10px;display:flex}.clean-notes-block{border-top:1px solid #e5e7eb;margin-top:20px;padding-top:18px}.clean-notes-block p{color:#64748b}.linked-quotation-card{background:#f8fafc;border:1px solid #dbe2ea;border-radius:14px;grid-template-columns:repeat(4,minmax(0,1fr)) auto;align-items:center;gap:22px;padding:18px;display:grid}.quotation-open-btn{min-width:240px}.linked-quotation-note{color:#64748b;margin:16px 0 0;line-height:1.55}.clean-status-timeline{flex-direction:column;display:flex}.clean-timeline-row{border-bottom:1px solid #e5e7eb;grid-template-columns:36px 140px 1.7fr 140px 320px;gap:22px;padding:18px 0;display:grid;position:relative}.clean-timeline-row:last-child{border-bottom:none}.timeline-dot{color:#fff;border-radius:50%;place-items:center;width:26px;height:26px;margin-top:2px;display:grid}.timeline-dot.approved{background:#16a34a}.timeline-dot.submitted{background:#2563eb}.timeline-dot.pending{background:#d97706}.timeline-dot.rejected,.timeline-dot.changes{background:#dc2626}.timeline-date strong,.timeline-date span,.timeline-person p,.timeline-person strong{display:block}.timeline-date strong{color:#334155}.timeline-date span{color:#64748b;margin-top:5px}.timeline-status p{color:#64748b;margin:9px 0 0}.timeline-person p{color:#64748b;margin:0 0 6px;font-weight:800}.timeline-person strong{color:#0f172a}.timeline-remarks{color:#166534;box-sizing:border-box;word-break:break-word;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;width:100%;min-width:300px;padding:14px 16px}.timeline-remarks p{margin:10px 0 0}.admin-review-grid{grid-template-columns:1fr 1fr;gap:28px;display:grid}.review-meta-grid{grid-template-columns:1fr 1fr;gap:18px;margin:18px 0;display:grid}@media (width<=1200px){.invoice-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.clean-info-grid,.fullscreen-detail-grid,.linked-quotation-card{grid-template-columns:repeat(2,minmax(0,1fr))}.clean-timeline-row{grid-template-columns:30px 120px 1fr 280px}.timeline-remarks{min-width:260px}.timeline-person,.timeline-remarks{grid-column:-2/-1}}@media (width<=760px){.invoice-submissions-page,.clean-submission-panel{padding:18px}.invoice-page-header,.clean-title-row,.invoice-section-title-row,.invoice-header-actions,.submission-fullscreen-actions{flex-direction:column;align-items:stretch}.invoice-summary-grid,.invoice-filter-grid,.clean-info-grid,.fullscreen-detail-grid,.supporting-doc-grid,.linked-quotation-card,.admin-review-grid,.review-meta-grid{grid-template-columns:1fr}.invoice-fullscreen-overlay{padding:0}.invoice-fullscreen-panel{border-radius:0;max-height:100vh}.invoice-outline-btn,.invoice-primary-btn{width:100%}.clean-timeline-row{grid-template-columns:30px 1fr}.timeline-date,.timeline-status,.timeline-person,.timeline-remarks{grid-column:2/-1}}.timeline-person.by-column{min-width:140px}.contributor-layout-wrapper{color:#0f172a;min-height:100vh;font-family:var(--font-body);background:#f8fafc;display:flex}.contributor-sidebar{z-index:20;background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;width:280px;min-height:100vh;display:flex;position:fixed;top:0;bottom:0;left:0}.contributor-sidebar-logo{cursor:pointer;border-bottom:1px solid #e5e7eb;align-items:center;gap:14px;height:92px;padding:24px;display:flex}.contributor-logo-icon{color:#fff;background:#2563eb;border-radius:14px;justify-content:center;align-items:center;width:50px;height:50px;display:flex;box-shadow:0 10px 24px #2563eb2e}.contributor-sidebar-logo h2{letter-spacing:-.9px;font-size:26px;font-weight:800;font-family:var(--font-heading);margin:0}.contributor-sidebar-logo p{color:#64748b;margin:4px 0 0;font-size:14px;font-weight:500}.contributor-sidebar-nav{flex-direction:column;gap:10px;padding:20px 14px;display:flex}.contributor-nav-item{color:#334155;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:14px;height:56px;padding:0 18px;font-size:17px;font-weight:500;transition:background .18s,color .18s,transform .18s;display:flex}.contributor-nav-item.active{color:#2563eb;background:#eaf2ff;font-weight:800}.contributor-nav-item:hover{background:#f1f5f9;transform:translate(2px)}.contributor-sidebar-user{background:#f8fafc;border-radius:14px;align-items:center;gap:12px;min-width:0;margin:auto 18px 22px;padding:18px;display:flex}.contributor-user-avatar,.contributor-member-avatar,.contributor-team-avatar{color:#fff;background:#2563eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:800;display:flex}.contributor-user-avatar{width:48px;height:48px;font-size:16px}.contributor-user-avatar.small{width:46px;height:46px}.contributor-team-avatar{border:2px solid #fff;width:36px;height:36px;margin-left:-6px;font-size:13px}.contributor-team-avatar:first-child{margin-left:0}.contributor-member-avatar{width:52px;height:52px;font-size:16px}.contributor-member-avatar.green{background:#00a63e}.contributor-member-avatar.purple{background:#9333ea}.contributor-member-avatar.orange{background:#f97316}.contributor-member-avatar.red{background:#ef4444}.contributor-member-avatar.slate{background:#64748b}.contributor-sidebar-user h4,.contributor-topbar-user h4{text-overflow:ellipsis;white-space:nowrap;max-width:150px;margin:0;font-size:15px;font-weight:700;overflow:hidden}.contributor-sidebar-user p,.contributor-topbar-user p{color:#64748b;margin:4px 0 0;font-size:13px;font-weight:500}.contributor-main{width:calc(100% - 280px);min-height:100vh;margin-left:280px}.contributor-topbar{z-index:10;background:#fff;border-bottom:1px solid #e5e7eb;align-items:center;gap:24px;height:76px;padding:0 32px;display:flex;position:sticky;top:0}.contributor-icon-button,.contributor-notification-button{cursor:pointer;color:#334155;background:0 0;border:none}.contributor-search-box{color:#94a3b8;border:1px solid #dbe2ea;border-radius:16px;align-items:center;gap:12px;width:520px;height:52px;padding:0 18px;display:flex}.contributor-search-box input{border:none;outline:none;width:100%;font-size:17px}.contributor-topbar-right{align-items:center;gap:24px;margin-left:auto;display:flex}.contributor-notification-button{position:relative}.contributor-notification-button span{background:#ef4444;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;top:-4px;right:-2px}.contributor-topbar-user{border-left:1px solid #e5e7eb;align-items:center;gap:12px;padding-left:24px;display:flex}.contributor-page-content{padding:36px 32px 60px}@media (width<=900px){.contributor-sidebar{display:none}.contributor-main{width:100%;margin-left:0}.contributor-topbar{padding:0 20px}.contributor-topbar-user{display:none}}.contributor-page-heading h1{letter-spacing:-1px;margin:0 0 12px;font-size:38px;font-weight:800}.contributor-page-heading p{color:#475569;margin:0;font-size:19px}.contributor-stats-grid{grid-template-columns:repeat(4,1fr);gap:28px;margin-top:28px;display:grid}.contributor-stat-card,.contributor-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 8px 22px #0f172a09}.contributor-stat-card{min-height:190px;padding:30px}.contributor-stat-icon{border-radius:13px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:18px;display:flex}.contributor-stat-icon.blue{color:#2563eb;background:#dbeafe}.contributor-stat-icon.green{color:#16a34a;background:#dcfce7}.contributor-stat-icon.purple{color:#9333ea;background:#f3e8ff}.contributor-stat-icon.orange{color:#f97316;background:#ffedd5}.contributor-stat-card h2{margin:0 0 10px;font-size:30px}.contributor-stat-card p{color:#475569;margin:0 0 8px;font-size:16px}.contributor-stat-card span{color:#818aa3;font-size:14px}.contributor-dashboard-grid{grid-template-columns:2fr 1fr;gap:28px;margin-top:30px;display:grid}.contributor-card{padding:28px}.contributor-card h2{margin:0;font-size:23px}.contributor-chart-wrap{width:100%;margin-top:22px;overflow-x:auto}.contributor-line-chart{width:100%;min-width:720px;height:330px}.contributor-line-chart line{stroke:#cbd5e1;stroke-dasharray:4 4}.contributor-line-chart text{fill:#475569;font-size:18px}.contributor-chart-line{fill:none;stroke:#3b82f6;stroke-width:3px}.contributor-line-chart circle{fill:#fff;stroke:#3b82f6;stroke-width:3px}.contributor-info-box{color:#155dfc;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;align-items:center;gap:10px;margin-top:16px;padding:14px 18px;display:flex}.contributor-summary-item{margin-top:24px}.contributor-summary-item p{color:#64748b;margin:0 0 8px;font-size:17px}.contributor-summary-item h3{margin:0 0 6px;font-size:19px}.contributor-summary-item span{color:#334155}.contributor-progress-track{background:#e2e8f0;border-radius:999px;height:10px;margin:10px 0;overflow:hidden}.contributor-progress-track div{background:#155dfc;border-radius:999px;height:100%}.contributor-progress-track.green div{background:#16a34a}.danger{color:#ef4444}.contributor-section-card{margin-top:30px}.contributor-section-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.contributor-section-header button,.contributor-link-btn{color:#155dfc;cursor:pointer;background:0 0;border:0;font-size:16px;font-weight:700}.contributor-section-header button.primary{color:#fff;background:#155dfc;border-radius:12px;padding:13px 20px}.contributor-table-wrap{overflow-x:auto}.contributor-table{border-collapse:collapse;width:100%;font-size:17px}.contributor-table th{text-align:left;color:#334155;border-bottom:1px solid #e2e8f0;padding:16px 20px}.contributor-table td{border-bottom:1px solid #eef2f7;padding:18px 20px}.contributor-badge{border-radius:999px;align-items:center;padding:7px 13px;font-size:14px;font-weight:700;display:inline-flex}.contributor-badge.blue{color:#155dfc;background:#dbeafe}.contributor-badge.yellow{color:#b45309;background:#fef3c7}.contributor-badge.grey{color:#334155;background:#f1f5f9}.contributor-badge.red{color:#dc2626;background:#fee2e2}.contributor-badge.orange{color:#ea580c;background:#ffedd5}.contributor-badge.green{color:#16a34a;background:#dcfce7}.contributor-schedule-list{flex-direction:column;gap:14px;display:flex}.contributor-schedule-item{border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:34px;padding:20px 16px;display:flex}.contributor-schedule-item>span{color:#64748b;width:60px;font-weight:700}.contributor-schedule-item h3{margin:0 0 6px;font-size:18px}.contributor-schedule-item p{color:#64748b;margin:0}@media (width<=1200px){.contributor-stats-grid{grid-template-columns:repeat(2,1fr)}.contributor-dashboard-grid{grid-template-columns:1fr}}@media (width<=700px){.contributor-stats-grid{grid-template-columns:1fr}}.contributor-empty-state{text-align:center;color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:180px;padding:28px;display:flex}.contributor-empty-state h2,.contributor-empty-state h3{color:#0f172a;margin:0}.contributor-empty-state p{max-width:520px;margin:0}.contributor-empty-state.compact{min-height:180px;padding:18px}.contributor-projects-empty,.contributor-calendar-empty{margin-top:24px}.contributor-dashboard-heading-row{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.contributor-dashboard-refresh-btn{color:#155dfc;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:12px;align-items:center;gap:8px;padding:12px 18px;font-weight:800;display:inline-flex}.contributor-stat-icon.red{color:#dc2626;background:#fee2e2}.contributor-stat-card-clickable{cursor:pointer;transition:transform .16s,box-shadow .16s,border-color .16s}.contributor-stat-card-clickable:hover{border-color:#bfdbfe;transform:translateY(-2px);box-shadow:0 14px 30px #2563eb14}.contributor-stat-card.danger-card{background:linear-gradient(#fff7f7 0%,#fff 70%);border-color:#fecaca}.contributor-dashboard-grid-wide{grid-template-columns:minmax(0,1.7fr) minmax(320px,.8fr)}.compact-header{align-items:flex-start}.compact-header p,.contributor-section-header p{color:#64748b;margin:6px 0 0;font-size:15px}.contributor-task-panel{min-height:330px}.contributor-positive-state{color:#15803d;background:#f0fdf4;border:1px dashed #bbf7d0;border-radius:14px;align-items:center;gap:18px;min-height:190px;margin-top:18px;padding:24px;display:flex}.contributor-positive-state h3{color:#14532d;margin:0 0 6px;font-size:20px}.contributor-positive-state p{color:#166534;margin:0}.contributor-task-list{flex-direction:column;gap:12px;margin-top:18px;display:flex}.contributor-task-item{text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:18px;display:flex}.contributor-task-item:hover{background:#f8fbff;border-color:#bfdbfe}.contributor-task-item.overdue{background:#fff7f7;border-color:#fecaca}.contributor-task-item h3{color:#0f172a;margin:8px 0 5px;font-size:18px}.contributor-task-item p{color:#64748b;margin:0}.contributor-task-alert{color:#dc2626;background:#fee2e2;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900;display:inline-flex}.contributor-task-chevron{color:#155dfc;font-size:20px;font-weight:900}.contributor-summary-card .contributor-info-box{margin-top:26px}.contributor-task-table-wrap{overflow-x:auto}.contributor-task-table{min-width:980px}.contributor-task-table td strong,.contributor-task-table td small{display:block}.contributor-task-table td strong{color:#0f172a;margin-bottom:4px}.contributor-task-table td small{color:#64748b;font-size:13px}.contributor-task-row-overdue td{background:#fff7f7}.contributor-dashboard-project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.contributor-dashboard-project-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:22px}.contributor-dashboard-project-top{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:12px;display:flex}.contributor-dashboard-project-top button{color:#155dfc;cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-size:20px;font-weight:900;display:inline-flex}.contributor-dashboard-project-card>p{color:#475569;margin:0 0 18px;line-height:1.5}.contributor-dashboard-project-meta,.contributor-dashboard-project-footer{color:#64748b;justify-content:space-between;align-items:center;gap:12px;font-weight:700;display:flex}.contributor-dashboard-project-card .contributor-progress-track{margin:18px 0 12px}@media (width<=1100px){.contributor-dashboard-grid-wide,.contributor-dashboard-project-grid{grid-template-columns:1fr}}@media (width<=700px){.contributor-dashboard-heading-row,.contributor-section-header{flex-direction:column}.contributor-dashboard-refresh-btn,.contributor-section-header button.primary{justify-content:center;width:100%}}.contributor-projects-heading{margin-bottom:30px}.contributor-notice-card{color:#155dfc;background:#eff6ff;border:1px solid #bfdbfe;border-radius:14px;align-items:flex-start;gap:16px;margin-bottom:30px;padding:22px 24px;display:flex}.contributor-notice-card h2{margin:0 0 10px;font-size:21px}.contributor-notice-card p{margin:0 0 8px;font-size:16px;line-height:1.5}.contributor-project-list{flex-direction:column;gap:28px;display:flex}.contributor-project-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:28px 30px;box-shadow:0 8px 22px #0f172a09}.contributor-project-title{color:#155dfc;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;font-size:26px;font-weight:800;display:inline-flex}.contributor-project-card>p{color:#334155;margin:14px 0 18px;font-size:18px}.contributor-badge-row{flex-wrap:wrap;gap:12px;display:flex}.contributor-project-meta{grid-template-columns:1fr 1fr;align-items:end;gap:34px;margin-top:24px;display:grid}.contributor-meta-label{color:#64748b;margin:0 0 10px;font-size:16px}.contributor-meta-value{margin:0;font-size:19px;font-weight:700}.contributor-progress-text{text-align:right;margin:-20px 0 0;font-size:19px;font-weight:700}.contributor-team-row{color:#64748b;align-items:center;gap:10px;margin-top:24px;display:flex}.contributor-team-avatars{align-items:center;display:flex}.contributor-project-actions{justify-content:flex-end;gap:14px;margin-top:20px;display:flex}.contributor-primary-btn,.contributor-outline-btn,.contributor-secondary-btn{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:13px 20px;font-size:16px;font-weight:700;display:inline-flex}.contributor-primary-btn{color:#fff;background:#155dfc;border:1px solid #155dfc}.contributor-outline-btn{color:#155dfc;background:#fff;border:1px solid #155dfc}.contributor-secondary-btn{color:#111827;background:#fff;border:1px solid #cbd5e1}@media (width<=1100px){.contributor-project-meta{grid-template-columns:1fr}}.contributor-overdue-project-badge{color:#dc2626;background:#fee2e2;border-radius:999px;justify-content:center;align-items:center;margin-left:8px;padding:5px 9px;font-size:12px;font-weight:900;display:inline-flex}.contributor-breadcrumb{color:#334155;align-items:center;gap:12px;margin-bottom:22px;font-size:18px;display:flex}.contributor-breadcrumb button{color:#334155;cursor:pointer;background:0 0;border:0;font-size:18px;font-weight:700}.contributor-detail-hero{background:#fff;border:1px solid #e2e8f0;border-radius:14px;margin-bottom:30px;padding:28px 30px 0}.contributor-detail-hero-top{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.contributor-detail-hero h1{color:#155dfc;align-items:center;gap:8px;margin:0 0 14px;font-size:30px;display:flex}.contributor-detail-hero p{color:#334155;margin:0;font-size:18px}.contributor-detail-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:14px;display:flex}.contributor-more-btn{color:#64748b;cursor:pointer;background:0 0;border:0;place-items:center;width:40px;height:40px;display:grid}.contributor-detail-tabs{border-bottom:1px solid #e2e8f0;margin-top:34px;display:flex;overflow-x:auto}.contributor-detail-tab{color:#334155;cursor:pointer;background:0 0;border:0;border-bottom:3px solid #0000;padding:18px 30px;font-size:16px;font-weight:700}.contributor-detail-tab.active{color:#155dfc;border-bottom-color:#155dfc}.contributor-detail-stats{grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:30px;display:grid}.contributor-detail-stat{padding:30px}.contributor-detail-stat p{color:#64748b;margin:0 0 16px}.contributor-detail-stat h2{margin:0 0 12px;font-size:30px}.contributor-detail-lower-grid{grid-template-columns:1fr 1fr;gap:28px;display:grid}.contributor-pie-wrap{place-items:center;min-height:330px;display:grid}.contributor-pie{background:conic-gradient(#3b82f6 0 37%, #10b981 37% 78%, #f59e0b 78% 93%, #6366f1 93% 100%);border-radius:50%;width:200px;height:200px}.contributor-pie-labels{color:#334155;grid-template-columns:1fr 1fr;gap:16px 32px;margin-top:18px;display:grid}.contributor-pie-labels p{margin:0}.contributor-legend-dot{border-radius:50%;width:14px;height:14px;margin-right:10px;display:inline-block}.contributor-legend-dot.blue{background:#3b82f6}.contributor-legend-dot.green{background:#10b981}.contributor-legend-dot.orange{background:#f59e0b}.contributor-legend-dot.purple{background:#6366f1}.contributor-activity-list{flex-direction:column;gap:26px;margin-top:24px;display:flex}.contributor-activity-item{align-items:center;gap:16px;display:flex}.contributor-activity-item p{margin:0;font-size:17px}.contributor-activity-item span:not(.contributor-team-avatar){color:#64748b;margin-top:4px;font-size:14px;display:block}.contributor-team-avatar.green{background:#00a63e}.contributor-team-avatar.purple{background:#9333ea}.contributor-center-link{text-align:center;margin-top:30px}.contributor-tab-card{padding:28px 30px}.contributor-tab-title-row{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.contributor-tab-title-row h2{margin:0 0 8px;font-size:23px}.contributor-tab-title-row p{color:#334155;margin:0;font-size:16px}.contributor-tab-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.contributor-planboard-table-wrap,.contributor-time-log-table{margin-top:20px}.contributor-action-icon{color:#475569;cursor:pointer;background:0 0;border:0;place-items:center;margin-right:10px;padding:4px;display:inline-grid}.contributor-action-icon.disabled{opacity:.25;pointer-events:none}.contributor-mini-stats{grid-template-columns:repeat(4,1fr);gap:18px;margin:30px 0;display:grid}.contributor-mini-stats>div{background:#f8fafc;border-radius:12px;padding:24px 20px}.contributor-mini-stats p{color:#64748b;margin:0 0 12px}.contributor-mini-stats h2{margin:0;font-size:26px}.money-green{color:#00a63e}.contributor-hours-grid{grid-template-columns:1fr 1fr;gap:28px;margin-top:24px;display:grid}.contributor-hours-list{flex-direction:column;gap:16px;margin-top:24px;display:flex}.contributor-hours-row{grid-template-columns:1fr auto;align-items:center;gap:18px;display:grid}.contributor-hours-row p{color:#334155;margin:0 0 4px;font-weight:700}.contributor-hours-row span{color:#64748b;font-size:14px}.contributor-team-grid{grid-template-columns:repeat(3,1fr);gap:22px;margin-top:24px;display:grid}.contributor-team-card{border:1px solid #e2e8f0;border-radius:14px;align-items:flex-start;gap:16px;padding:22px;display:flex}.contributor-team-card h3{margin:0 0 6px;font-size:18px}.contributor-team-card p{color:#64748b;margin:0 0 12px}.contributor-team-meta{color:#334155;flex-direction:column;gap:6px;font-size:14px;display:flex}@media (width<=1200px){.contributor-detail-stats,.contributor-detail-lower-grid,.contributor-mini-stats,.contributor-hours-grid,.contributor-team-grid{grid-template-columns:1fr}}@media (width<=850px){.contributor-detail-hero-top,.contributor-tab-title-row{flex-direction:column}}.contributor-hours-table-wrapper{margin-top:24px;overflow-x:auto}.contributor-hours-table{border-collapse:collapse;width:100%;min-width:760px}.contributor-hours-table th,.contributor-hours-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:15px}.contributor-hours-table th{color:#334155;background:#f8fafc;font-weight:800}.contributor-calendar-heading{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:30px;display:flex}.contributor-calendar-error,.contributor-calendar-success{border-radius:14px;margin:22px 0 0;padding:16px 18px;font-weight:800}.contributor-calendar-error{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca}.contributor-calendar-success{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.contributor-calendar-toolbar{background:#fff;border:1px solid #e2e8f0;border-radius:14px;justify-content:space-between;align-items:center;margin:30px 0;padding:18px 20px;display:flex}.contributor-toolbar-left,.contributor-toolbar-right{align-items:center;gap:14px;display:flex}.contributor-month-title{font-size:22px;font-weight:800}.contributor-soft-btn,.contributor-small-icon-btn,.contributor-toggle-btn{cursor:pointer;border:0}.contributor-soft-btn{background:#f1f5f9;border-radius:12px;padding:12px 18px;font-size:16px;font-weight:700}.contributor-small-icon-btn{background:0 0;place-items:center;display:grid}.contributor-toggle-btn{background:#f1f5f9;border-radius:12px;padding:13px 20px;font-size:16px;font-weight:700}.contributor-toggle-btn.active{color:#fff;background:#155dfc}.contributor-week-calendar{background:#fff;border:1px solid #e2e8f0;border-radius:14px;position:relative;overflow-x:auto}.contributor-week-grid{grid-template-rows:60px repeat(9,75px);grid-template-columns:100px repeat(5,minmax(170px,1fr));min-width:1050px;display:grid;position:relative}.contributor-week-grid-seven{grid-template-rows:68px repeat(20,40px);grid-template-columns:86px repeat(7,minmax(150px,1fr));min-width:1320px}.contributor-calendar-head,.contributor-time-cell,.contributor-calendar-cell{border-bottom:1px solid #edf2f7;border-right:1px solid #e2e8f0;padding:10px 12px}.contributor-calendar-head{background:#f8fafc;place-items:center;font-size:16px;font-weight:800;display:grid}.contributor-day-head strong,.contributor-day-head span{text-align:center;display:block}.contributor-day-head span{color:#64748b;margin-top:4px;font-size:13px;font-weight:700}.contributor-time-cell{color:#64748b;background:#fff;font-size:13px}.contributor-calendar-cell{background:#fff}.contributor-calendar-slot{cursor:crosshair;border-top:0;border-left:0;min-height:40px}.contributor-calendar-slot:hover,.contributor-calendar-slot.selected{background:#eaf2ff}.contributor-calendar-event{color:#fff;z-index:3;text-align:left;cursor:pointer;border:none;border-radius:7px;margin:3px;padding:8px 10px;font-size:13px;line-height:1.25;overflow:hidden;box-shadow:0 10px 20px #0f172a24}.contributor-calendar-event strong,.contributor-calendar-event span{display:block}.contributor-calendar-event span{opacity:.92}.contributor-calendar-event.meeting,.contributor-legend-square.meeting{background:#3182f6}.contributor-calendar-event.development,.contributor-legend-square.development{background:#06c755}.contributor-calendar-event.design,.contributor-legend-square.design{background:#a83ff2}.contributor-calendar-event.review,.contributor-legend-square.review{background:#ff2d3d}.contributor-calendar-event.documentation,.contributor-legend-square.documentation{background:#ff6500}.contributor-calendar-event.other,.contributor-legend-square.other{background:#64748b}.contributor-calendar-loading{color:#334155;z-index:5;background:#ffffffc7;justify-content:center;align-items:center;gap:10px;font-weight:800;display:flex;position:absolute;inset:68px 0 0 86px}.contributor-calendar-legend{background:#fff;border:1px solid #e2e8f0;border-radius:14px;margin-top:30px;padding:22px}.contributor-calendar-legend h2{margin:0 0 16px;font-size:18px}.contributor-legend-items{flex-wrap:wrap;gap:24px;display:flex}.contributor-legend-item{align-items:center;gap:10px;display:flex}.contributor-legend-square{border-radius:5px;width:18px;height:18px}.calendar-modal-backdrop{z-index:1000;background:#0f172a85;justify-content:center;align-items:flex-start;padding:48px 20px;display:flex;position:fixed;inset:0;overflow-y:auto}.calendar-task-modal{background:#fff;border-radius:18px;width:min(820px,100%);padding:28px;box-shadow:0 30px 80px #0f172a40}.calendar-modal-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.calendar-modal-header h2{font-family:var(--font-heading);color:#0f172a;margin:0 0 8px;font-size:30px}.calendar-modal-header p{color:#64748b;margin:0}.calendar-modal-close{cursor:pointer;color:#0f172a;background:0 0;border:none}.calendar-form-grid{grid-template-columns:repeat(2,1fr);gap:18px;margin-bottom:18px;display:grid}.calendar-form-grid.single{grid-template-columns:1fr}.calendar-form-grid label,.calendar-full-label{color:#0f172a;flex-direction:column;gap:8px;font-weight:800;display:flex}.calendar-form-grid input,.calendar-form-grid select,.calendar-full-label textarea{font:inherit;color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:12px;padding:14px 16px}.calendar-full-label textarea{resize:vertical}.calendar-modal-actions{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:20px;display:flex}.calendar-primary-btn,.calendar-secondary-btn,.calendar-danger-btn{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 22px;font-size:16px;font-weight:800;display:inline-flex}.calendar-primary-btn{color:#fff;background:#2563eb;border:none}.calendar-secondary-btn{color:#0f172a;background:#fff;border:1px solid #cbd5e1}.calendar-danger-btn{color:#dc2626;background:#fff;border:1px solid #fecaca;margin-right:auto}.calendar-primary-btn:disabled,.calendar-secondary-btn:disabled,.calendar-danger-btn:disabled{opacity:.65;cursor:not-allowed}@media (width<=850px){.contributor-calendar-heading,.contributor-calendar-toolbar{flex-direction:column;align-items:stretch}.contributor-toolbar-left,.contributor-toolbar-right{flex-wrap:wrap}.calendar-form-grid{grid-template-columns:1fr}.calendar-modal-actions{flex-direction:column}.calendar-danger-btn{margin-right:0}}.calendar-modal-error{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca;border-radius:12px;margin-top:18px;padding:14px 16px;font-weight:800;line-height:1.45}.contributor-month-calendar{background:#fff;border:1px solid #e2e8f0;border-radius:18px;position:relative;overflow-x:auto}.contributor-month-weekdays{background:#f8fafc;border-bottom:1px solid #e2e8f0;grid-template-columns:repeat(7,minmax(150px,1fr));min-width:1120px;display:grid}.contributor-month-weekdays div{color:#334155;border-right:1px solid #e2e8f0;padding:14px 16px;font-size:14px;font-weight:900}.contributor-month-weekdays div:last-child{border-right:none}.contributor-month-grid{grid-template-columns:repeat(7,minmax(150px,1fr));min-width:1120px;display:grid}.contributor-month-day{color:#0f172a;cursor:pointer;background:#fff;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;outline:none;flex-direction:column;gap:8px;min-height:145px;padding:10px;display:flex}.contributor-month-day:nth-child(7n){border-right:none}.contributor-month-day.outside{color:#94a3b8;background:#f8fafc}.contributor-month-day.today{background:#eff6ff;box-shadow:inset 0 0 0 2px #155dfc}.contributor-month-day:hover,.contributor-month-day:focus-visible{background:#f1f5f9}.contributor-month-day-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.contributor-month-day-head span{border-radius:999px;place-items:center;width:30px;height:30px;font-weight:900;display:grid}.contributor-month-day.today .contributor-month-day-head span{color:#fff;background:#155dfc}.contributor-month-day-head b{color:#155dfc;white-space:nowrap;font-size:12px}.contributor-month-event-list{flex-direction:column;gap:6px;min-width:0;display:flex}.contributor-month-event-chip{color:#fff;text-align:left;cursor:pointer;border:none;border-radius:8px;padding:6px 8px;line-height:1.2;overflow:hidden}.contributor-month-event-chip strong,.contributor-month-event-chip span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.contributor-month-event-chip strong{font-size:12px;font-weight:900}.contributor-month-event-chip span{opacity:.92;font-size:11px}.contributor-month-event-chip.meeting{background:#3182f6}.contributor-month-event-chip.development{background:#06c755}.contributor-month-event-chip.design{background:#a83ff2}.contributor-month-event-chip.review{background:#ff2d3d}.contributor-month-event-chip.documentation{background:#ff6500}.contributor-month-event-chip.other{background:#64748b}.contributor-month-more{color:#475569;text-align:center;background:#f1f5f9;border-radius:8px;padding:5px 8px;font-size:12px;font-weight:800;display:block}.contributor-calendar-loading.month{z-index:6;background:#ffffffc7;position:absolute;inset:48px 0 0}.contributor-day-modal{background:#fff;border-radius:22px;width:min(700px,100%);max-height:84vh;padding:28px;overflow:auto;box-shadow:0 28px 70px #0f172a3d}.contributor-day-event-list{flex-direction:column;gap:12px;margin:20px 0;display:flex}.contributor-day-empty{color:#64748b;text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;padding:26px;font-weight:700}.contributor-day-event-row{text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;grid-template-columns:12px 1fr;align-items:center;gap:14px;width:100%;padding:14px;display:grid}.contributor-day-event-row:hover{background:#f8fafc}.contributor-day-event-dot{border-radius:999px;width:12px;height:52px}.contributor-day-event-dot.meeting{background:#3182f6}.contributor-day-event-dot.development{background:#06c755}.contributor-day-event-dot.design{background:#a83ff2}.contributor-day-event-dot.review{background:#ff2d3d}.contributor-day-event-dot.documentation{background:#ff6500}.contributor-day-event-dot.other{background:#64748b}.contributor-day-event-row strong,.contributor-day-event-row span{display:block}.contributor-day-event-row strong{color:#0f172a;margin-bottom:5px;font-weight:900}.contributor-day-event-row span{color:#64748b;font-size:13px;line-height:1.45}@media (width<=900px){.contributor-calendar-toolbar{flex-direction:column;align-items:stretch}.contributor-toolbar-left,.contributor-toolbar-right{flex-wrap:wrap;justify-content:center}}.payment-request-page{width:100%;min-height:calc(100vh - 80px);font-family:var(--font-body);background:#f8fafc;padding:36px}.payment-request-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px;display:flex}.payment-request-header h1{color:#0f172a;font-size:42px;font-weight:700;font-family:var(--font-heading);margin:0 0 10px}.payment-request-header p{color:#64748b;margin:0;font-size:18px}.new-payment-request-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;align-items:center;gap:10px;height:52px;padding:0 22px;font-size:16px;font-weight:700;display:inline-flex}.new-payment-request-btn:hover{background:#1d4ed8}.payment-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-bottom:28px;display:grid}.payment-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;align-items:center;gap:18px;min-height:150px;padding:24px;display:flex}.payment-summary-icon{border-radius:14px;flex-shrink:0;place-items:center;width:54px;height:54px;display:grid}.payment-summary-icon.blue{color:#2563eb;background:#dbeafe}.payment-summary-icon.amber{color:#d97706;background:#fef3c7}.payment-summary-icon.green{color:#16a34a;background:#dcfce7}.payment-summary-icon.red{color:#dc2626;background:#fee2e2}.payment-summary-card h2{color:#0f172a;margin:0;font-size:34px;font-weight:800}.payment-summary-card p{color:#0f172a;margin:6px 0 8px;font-size:15px;font-weight:700}.payment-summary-card span{color:#64748b;font-size:14px}.payment-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px}.payment-request-grid{grid-template-columns:2fr 1fr;gap:24px;margin-bottom:28px;display:grid}.payment-form-card{padding:26px}.payment-card-title{border-bottom:1px solid #e5e7eb;align-items:flex-start;gap:12px;margin-bottom:22px;padding-bottom:18px;display:flex}.payment-card-title svg{color:#2563eb;flex-shrink:0}.payment-card-title h2,.guideline-card h2,.status-flow-card h2,.request-history-card h2{color:#0f172a;font-size:26px;font-weight:700;font-family:var(--font-heading);margin:0}.payment-card-title p,.section-title-row p{color:#64748b;margin:8px 0 0;font-size:15px;line-height:1.5}.payment-form-message{border-radius:12px;margin-bottom:18px;padding:13px 15px;font-size:14px;font-weight:700}.payment-form-message.success{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.payment-form-message.error{color:#dc2626;background:#fee2e2;border:1px solid #fecaca}.payment-form{flex-direction:column;gap:24px;display:flex}.form-section{border-bottom:1px solid #e5e7eb;padding-bottom:22px}.form-section:last-of-type{border-bottom:none}.section-label{color:#2563eb;margin-bottom:14px;font-size:16px;font-weight:800}.section-title-row{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:16px;display:flex}.section-title-row h2{margin:0}.payment-form-row{gap:18px;display:grid}.payment-form-row.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.payment-form-row.three-columns{grid-template-columns:repeat(3,minmax(0,1fr))}.form-group{flex-direction:column;gap:10px;display:flex}.form-group label{color:#0f172a;font-size:15px;font-weight:700}.form-group input,.form-group select,.form-group textarea{box-sizing:border-box;color:#0f172a;width:100%;font-size:15px;font-family:var(--font-body);background:#fff;border:1px solid #cbd5e1;border-radius:12px;outline:none}.form-group input,.form-group select{height:52px;padding:0 16px}.form-group textarea{resize:vertical;min-height:110px;padding:14px 16px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.form-group input[readonly]{color:#334155;cursor:not-allowed;background:#f8fafc;font-weight:700}.form-helper{color:#64748b;font-size:13px;line-height:1.5}.admin-filled-note{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;margin-top:16px;padding:13px 15px;font-size:14px;font-weight:700}.payment-item-list{flex-direction:column;gap:14px;display:flex}.payment-item-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:18px}.payment-item-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.payment-item-header h3{color:#0f172a;font-size:18px;font-weight:700;font-family:var(--font-heading);margin:0}.remove-item-btn{color:#dc2626;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.remove-item-btn:disabled{opacity:.35;cursor:not-allowed}.payment-item-grid{grid-template-columns:1.5fr 1.3fr .9fr;gap:16px;display:grid}.contributor-item-grid{grid-template-columns:1.5fr 1.3fr .9fr}.payment-item-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-top:16px;display:flex}.add-payment-item-btn{color:#2563eb;cursor:pointer;background:#eff6ff;border:1px dashed #2563eb;border-radius:12px;align-items:center;gap:8px;min-height:46px;padding:0 16px;font-size:15px;font-weight:700;display:inline-flex}.add-payment-item-btn:hover{background:#dbeafe}.total-request-amount{color:#0f172a;font-size:16px;font-weight:700}.total-request-amount strong{color:#2563eb;font-size:18px}.payment-form-actions{flex-wrap:wrap;gap:12px;display:flex}.primary-submit-btn,.secondary-clear-btn{cursor:pointer;border-radius:12px;height:50px;padding:0 22px;font-size:15px;font-weight:700}.primary-submit-btn{color:#fff;background:#2563eb;border:none}.primary-submit-btn:hover{background:#1d4ed8}.secondary-clear-btn{color:#2563eb;background:#fff;border:1px solid #cbd5e1}.secondary-clear-btn:hover{background:#eff6ff}.primary-submit-btn:disabled,.secondary-clear-btn:disabled{opacity:.65;cursor:not-allowed}.payment-side-panel{flex-direction:column;gap:18px;display:flex}.guideline-card,.status-flow-card{padding:24px}.guideline-card h2,.status-flow-card h2{margin-bottom:20px}.guideline-card ul{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.guideline-card li{color:#0f172a;padding-left:30px;font-size:15px;line-height:1.5;position:relative}.guideline-card li:before{content:"✓";color:#fff;background:#2563eb;border-radius:50%;place-items:center;width:18px;height:18px;font-size:12px;font-weight:800;display:grid;position:absolute;top:1px;left:0}.status-flow{flex-direction:column;align-items:center;margin-top:18px;display:flex}.status-flow>.request-status-badge{margin-bottom:22px;position:relative}.status-flow>.request-status-badge:after{content:"";background:#93c5fd;width:2px;height:22px;position:absolute;top:100%;left:50%;transform:translate(-50%)}.status-flow>.request-status-badge:nth-of-type(3):after{background:#94a3b8;height:28px}.final-statuses{border-top:1px dashed #cbd5e1;flex-wrap:wrap;justify-content:center;gap:10px;width:100%;margin-top:4px;padding-top:18px;display:flex}.final-statuses .request-status-badge:after{display:none}.request-status-badge{white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;padding:8px 14px;font-size:13px;font-weight:800;display:inline-flex}.request-status-badge.pending{color:#b45309;background:#fef3c7}.request-status-badge.submitted{color:#2563eb;background:#dbeafe}.request-status-badge.assigned{color:#7c3aed;background:#ede9fe}.request-status-badge.approved{color:#15803d;background:#dcfce7}.request-status-badge.rejected{color:#dc2626;background:#fee2e2}.request-status-badge.changes{color:#ea580c;background:#ffedd5}.request-history-card{padding:26px}.filter-btn{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:10px;height:42px;padding:0 16px;font-weight:700}.filter-btn:hover{background:#f8fafc}.request-table-wrapper{width:100%;overflow-x:auto}.request-table{border-collapse:collapse;width:100%;min-width:1300px}.request-table th,.request-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:14px 16px;font-size:14px}.request-table th{color:#0f172a;background:#f8fafc;font-weight:800}.request-table td{color:#64748b}.empty-payment-state{text-align:center;color:#64748b;place-items:center;min-height:180px;padding:30px;display:grid}.empty-payment-state h3{color:#0f172a;font-size:20px;font-weight:700;font-family:var(--font-heading);margin:12px 0 8px}.empty-payment-state p{margin:0}.attachment-link-btn{color:#2563eb;cursor:pointer;background:0 0;border:none;font-weight:800}.attachment-link-btn:hover{color:#1d4ed8;text-decoration:underline}@media (width<=1200px){.payment-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.payment-request-grid{grid-template-columns:1fr}.payment-item-grid,.contributor-item-grid,.payment-form-row.three-columns{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.payment-request-page{padding:24px}.payment-request-header,.section-title-row{flex-direction:column}.payment-summary-grid,.payment-form-row.two-columns,.payment-form-row.three-columns,.payment-item-grid,.contributor-item-grid{grid-template-columns:1fr}.payment-form-actions{flex-direction:column}.primary-submit-btn,.secondary-clear-btn,.new-payment-request-btn{justify-content:center;width:100%}}.editing-request-banner{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;justify-content:space-between;align-items:center;gap:14px;margin-bottom:18px;padding:14px 16px;display:flex}.editing-request-banner strong{color:#9a3412;font-size:15px;display:block}.editing-request-banner p{color:#9a3412;margin:4px 0 0;font-size:14px}.cancel-edit-btn{color:#ea580c;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #fed7aa;border-radius:10px;align-items:center;gap:6px;height:38px;padding:0 12px;font-weight:800;display:inline-flex}.cancel-edit-btn:hover{background:#ffedd5}.edit-request-btn{color:#ea580c;cursor:pointer;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;align-items:center;gap:6px;height:34px;padding:0 12px;font-weight:800;display:inline-flex}.edit-request-btn:hover{background:#ffedd5}.no-action-text{color:#94a3b8;font-weight:700}.request-status-badge.reviewed{color:#7c3aed;background:#ede9fe}.payment-description-help{color:#0f172a;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:16px;padding:14px 16px}.payment-description-help strong{color:#0f172a;margin-bottom:8px;font-size:15px;display:block}.payment-description-help p{color:#64748b;margin:4px 0;font-size:14px;line-height:1.5}.pdf-upload-box{color:#2563eb;cursor:pointer;text-align:center;background:#eff6ff;border:2px dashed #bfdbfe;border-radius:16px;place-items:center;gap:8px;min-height:120px;padding:20px;font-weight:800;display:grid}.pdf-upload-box:hover{background:#dbeafe;border-color:#2563eb}.pdf-upload-box input{display:none}.existing-file-btn{margin-top:10px}.item-file-upload-box{color:#475569;cursor:pointer;background:#f8fafc;border:1px dashed #94a3b8;border-radius:10px;align-items:center;gap:10px;min-height:62px;padding:13px 14px;display:flex}.item-file-upload-box:hover{background:#eff6ff;border-color:#2563eb}.item-file-upload-box input{display:none}.item-file-upload-box span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.invoice-only-card{background:#fff;border-color:#bfdbfe}.invoice-only-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media (width<=760px){.invoice-only-grid{grid-template-columns:1fr}}.invoice-link-helper,.payment-invoice-mode-note{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;padding:12px 14px;font-weight:700}.contributor-settings-content{padding:48px 40px}.contributor-settings-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:34px}.contributor-settings-card h1{color:#0f172a;margin:0 0 10px;font-size:40px}.contributor-settings-card>p{color:#64748b;margin:0 0 30px;font-size:17px}.contributor-settings-action-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;justify-content:space-between;align-items:center;gap:24px;padding:24px;display:flex}.contributor-settings-action-row h2{color:#0f172a;margin:0 0 6px;font-size:22px}.contributor-settings-action-row p{color:#64748b;margin:0;font-size:15px}.contributor-settings-logout-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;min-width:140px;height:48px;padding:0 20px;font-size:16px;font-weight:700;display:inline-flex}.contributor-settings-logout-btn:hover{background:#b91c1c}.contributor-settings-logout-btn:disabled{opacity:.7;cursor:not-allowed}@media (width<=800px){.contributor-settings-action-row{flex-direction:column;align-items:flex-start}}#root{width:100%;min-height:100vh}.route-loading{color:#475569;justify-content:center;align-items:center;min-height:100vh;font-size:18px;display:flex}@layer components;@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.visible{visibility:visible}.static{position:static}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.block{display:block}.hidden{display:none}.inline{display:inline}.table{display:table}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.border{border-style:var(--tw-border-style);border-width:1px}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}}:root{--font-body:"Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-heading:"Plus Jakarta Sans", "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--color-text:#0f172a;--color-muted:#64748b}html,body,#root{width:100%;min-width:0;height:100%;margin:0;padding:0}body{font-family:var(--font-body);color:var(--color-text);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8fafc;overflow-x:hidden}button,input,select,textarea{font-family:var(--font-body)}h1,h2,h3,.page-title,.shared-sidebar-logo h2,.contributor-sidebar-logo h2,.calendar-page-heading h1,.contributor-page-heading h1,.project-page-heading h1,.finance-page-heading h1,.staff-page-heading h1,.reports-page-heading h1,.login-brand h1{letter-spacing:-.035em;font-family:var(--font-heading)!important}p,span,label,td,th,li,a,strong,b{font-family:var(--font-body)}*{box-sizing:border-box}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
