:root{--font-sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--bg-app: #f4f7fc;--bg-main: #fafbfe;--bg-card: #ffffff;--text-primary: #182238;--text-secondary: #748094;--text-muted: #9aa5b6;--color-primary: #4F46E5;--color-primary-dark: #3730A3;--color-primary-light: #6366F1;--color-accent-green: #10B981;--color-accent-red: #EF4444;--color-accent-orange: #F97316;--color-accent-cyan: #06B6D4;--color-accent-purple: #8B5CF6;--shadow-card: 0 8px 24px -4px rgba(24, 38, 75, .04), 0 2px 6px -1px rgba(24, 38, 75, .02);--shadow-hover: 0 16px 32px -4px rgba(24, 38, 75, .08), 0 4px 12px -2px rgba(24, 38, 75, .03);--shadow-featured: 0 14px 28px rgba(79, 70, 229, .28);--radius-card: 22px;--radius-pill: 9999px;--border-light: 1px solid rgba(226, 232, 240, .85)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;min-height:100vh;margin:0;padding:0;background-color:var(--bg-app);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}#root{width:100%;height:100%;display:flex}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.app-viewport{width:100vw;height:100vh;display:flex;background-color:var(--bg-app);overflow:hidden;position:relative}.sidebar{width:102px;height:100vh;background-color:#fff;border-right:1px solid #f0f3f8;display:flex;flex-direction:column;align-items:center;padding:16px 8px 12px;flex-shrink:0;z-index:40;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;transition:transform .28s cubic-bezier(.4,0,.2,1)}.sidebar::-webkit-scrollbar{display:none}.sidebar-top-row{display:flex;align-items:center;justify-content:center;width:100%;position:relative;margin-bottom:12px}.sidebar-logo-container{display:flex;align-items:center;justify-content:center;cursor:pointer;padding:4px}.sidebar-logo-img{width:48px;height:48px;object-fit:contain;border-radius:12px;transition:transform .3s cubic-bezier(.34,1.56,.64,1);filter:drop-shadow(0 4px 10px rgba(0,0,0,.08))}.sidebar-logo-img:hover{transform:scale(1.08) rotate(3deg)}.sidebar-mobile-close{display:none;background:none;border:none;color:#64748b;cursor:pointer;padding:6px;margin-left:auto}.sidebar-nav{display:flex;flex-direction:column;align-items:center;gap:5px;width:100%}.nav-item{width:86px;height:58px;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:4px 2px;background:transparent;border:none;color:#748094;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;text-decoration:none}.nav-icon-box{display:flex;align-items:center;justify-content:center}.nav-item:hover{background-color:#f1f4f9;color:#1e293b;transform:translateY(-1px)}.nav-item.active{background:#4f46e5;color:#fff;box-shadow:0 8px 22px #4f46e561}.nav-item.active:hover{background:#4338ca;color:#fff}.nav-item-label{font-size:11px;font-weight:600;letter-spacing:-.2px;text-align:center;line-height:1.1;color:inherit;white-space:nowrap}.nav-item.active .nav-item-label{color:#fff;font-weight:700}.sidebar-bottom-spacer{height:10px}.main-wrapper{flex:1;display:flex;flex-direction:column;min-width:0;height:100vh;background:var(--bg-main);overflow-y:auto;position:relative}.top-header{height:80px;padding:0 36px;display:flex;align-items:center;justify-content:space-between;background:transparent;flex-shrink:0;gap:16px}.mobile-menu-btn{display:none;width:42px;height:42px;border-radius:12px;background:#fff;border:1px solid #eef2f7;color:#334155;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.header-search{position:relative;width:100%;max-width:320px}.header-search-input{width:100%;height:46px;background:#fff;border:1px solid #eef2f7;border-radius:var(--radius-pill);padding:0 18px 0 46px;font-size:14px;font-family:inherit;color:#1e293b;box-shadow:0 2px 6px #00000005;transition:all .2s;outline:none}.header-search-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.header-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.search-dropdown-results{position:absolute;top:52px;left:0;width:360px;max-width:90vw;background:#fff;border-radius:18px;box-shadow:0 20px 40px #0000001f;border:1px solid #eef2f7;padding:16px;z-index:50;animation:fadeIn .2s ease-out}.header-actions{display:flex;align-items:center;gap:16px;flex-shrink:0}.header-icon-btn{width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid #eef2f7;display:flex;align-items:center;justify-content:center;color:#475569;cursor:pointer;position:relative;transition:all .2s;box-shadow:0 2px 6px #00000005}.header-icon-btn:hover{background:#f8fafc;color:#1e293b;transform:translateY(-1px)}.notification-badge{position:absolute;top:10px;right:11px;width:8px;height:8px;border-radius:50%;background-color:#ef4444;border:2px solid #ffffff}.notifications-dropdown-menu{position:absolute;top:52px;right:0;width:340px;max-width:90vw;background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001f;border:1px solid #eef2f7;padding:16px;z-index:50;animation:fadeIn .2s ease-out}.user-avatar-btn{width:44px;height:44px;border-radius:50%;overflow:hidden;border:2px solid #ffffff;box-shadow:0 2px 8px #00000014;cursor:pointer;transition:transform .2s;background:#e2e8f0}.user-avatar-btn:hover{transform:scale(1.06)}.user-avatar-img{width:100%;height:100%;object-fit:cover}.profile-dropdown-menu{position:absolute;top:52px;right:0;width:230px;max-width:90vw;background:#fff;border-radius:18px;box-shadow:0 20px 40px #0000001f;border:1px solid #eef2f7;padding:14px;z-index:50;animation:fadeIn .2s ease-out}.content-body{padding:0 36px 36px;display:flex;flex-direction:column;gap:24px;flex:1;width:100%}.greeting-section{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:16px}.greeting-title{font-size:28px;font-weight:800;color:#182238;letter-spacing:-.6px;line-height:1.2}.greeting-subtitle{font-size:14px;color:#7b879d;font-weight:400;margin-top:4px}.period-dropdown-btn{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #eef2f7;padding:10px 18px;border-radius:14px;font-size:14px;font-weight:600;color:#334155;cursor:pointer;box-shadow:0 2px 6px #00000005;transition:all .2s}.period-dropdown-btn:hover{background:#f8fafc;border-color:#cbd5e1}.dashboard-grid{display:grid;grid-template-columns:1.12fr 1fr;gap:24px;width:100%}.metrics-left-column{display:flex;flex-direction:column;gap:20px}.top-metrics-2x2{display:grid;grid-template-columns:1fr 1fr;gap:20px}.dash-card{background:#fff;border-radius:var(--radius-card);padding:24px;border:var(--border-light);box-shadow:var(--shadow-card);transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;display:flex;flex-direction:column;justify-content:space-between}.dash-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.featured-revenue-card{background:linear-gradient(135deg,#4f46e5,#4338ca);color:#fff;border:none;box-shadow:var(--shadow-featured);position:relative;overflow:hidden}.featured-revenue-card:hover{box-shadow:0 18px 36px #4f46e559}.featured-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.featured-card-title{font-size:14px;font-weight:600;color:#ffffffe0}.card-link-icon{width:32px;height:32px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s}.card-link-icon:hover{background:#ffffff40;transform:scale(1.08)}.featured-sparkline{width:100%;height:38px;margin:6px 0 10px}.featured-card-value{font-size:28px;font-weight:800;letter-spacing:-.8px;color:#fff}.featured-card-badge{background:#fff3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:4px 10px;border-radius:20px;font-size:12px;font-weight:700;color:#a7f3d0;display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.25)}.featured-card-footer{font-size:12px;color:#ffffffb8;margin-top:10px;font-weight:500}.metric-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.metric-card-title{font-size:14px;font-weight:600;color:#475569}.card-link-icon-light{width:30px;height:30px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer;transition:all .2s}.card-link-icon-light:hover{background:#e2e8f0;color:#1e293b;transform:scale(1.08)}.metric-card-main{display:flex;align-items:baseline;gap:12px}.metric-card-value{font-size:28px;font-weight:800;color:#182238;letter-spacing:-.6px}.pill-badge{display:inline-flex;align-items:center;gap:3px;padding:3px 9px;border-radius:12px;font-size:12px;font-weight:700}.pill-badge.positive{background:#dcfce7;color:#15803d}.pill-badge.negative{background:#fee2e2;color:#ef4444}.metric-card-footer{font-size:12px;color:#94a3b8;margin-top:12px;font-weight:500}.bottom-stats-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.stat-action-card{background:#fff;border-radius:var(--radius-card);padding:22px;border:var(--border-light);box-shadow:var(--shadow-card);display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;transition:all .25s}.stat-action-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover);border-color:#cbd5e1}.stat-action-title{font-size:14px;font-weight:700;color:#1e293b;margin-bottom:14px}.stat-icon-circle{width:44px;height:44px;border-radius:50%;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;margin-bottom:16px;transition:transform .2s}.stat-action-card:hover .stat-icon-circle{transform:scale(1.1);background:#e0e7ff}.stat-action-value{font-size:32px;font-weight:800;color:#182238;letter-spacing:-.8px;line-height:1}.stat-action-link{display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:600;color:#7b879d;margin-top:14px;transition:color .2s}.stat-action-card:hover .stat-action-link{color:#4f46e5}.charts-right-column{display:flex;flex-direction:column;gap:20px}.chart-card{background:#fff;border-radius:var(--radius-card);padding:24px;border:var(--border-light);box-shadow:var(--shadow-card);display:flex;flex-direction:column}.chart-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.chart-title-group{display:flex;flex-direction:column;gap:2px}.chart-title{font-size:16px;font-weight:700;color:#182238}.chart-subtitle{font-size:12px;color:#94a3b8;font-weight:500}.chart-menu-btn{background:none;border:none;color:#94a3b8;cursor:pointer;padding:4px;border-radius:8px;transition:all .2s}.chart-menu-btn:hover{color:#1e293b;background:#f1f5f9}.revenue-chart-container{position:relative;width:100%;height:200px;display:flex}.revenue-y-axis{display:flex;flex-direction:column;justify-content:space-between;padding-bottom:24px;font-size:11px;font-weight:600;color:#94a3b8;width:42px;text-align:right;padding-right:8px;-webkit-user-select:none;user-select:none}.revenue-bars-wrapper{flex:1;position:relative;display:flex;flex-direction:column;min-width:0}.revenue-grid-lines{position:absolute;top:0;left:0;right:0;bottom:24px;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}.grid-line{width:100%;height:1px;background:#f1f5f9}.revenue-bars-row{flex:1;display:flex;align-items:flex-end;justify-content:space-around;padding:0 10px;margin-bottom:4px;z-index:2}.revenue-bar-col{display:flex;flex-direction:column;align-items:center;position:relative;height:100%;justify-content:flex-end;cursor:pointer;padding:0 4px;flex:1;max-width:48px}.revenue-bar-pill{width:26px;max-width:100%;border-radius:12px;background:linear-gradient(180deg,#6366f1,#818cf8);transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative}.revenue-bar-col:hover .revenue-bar-pill{background:linear-gradient(180deg,#4f46e5,#6366f1);transform:scaleY(1.03);box-shadow:0 6px 16px #4f46e559}.floating-tooltip-pill{position:absolute;top:-30px;background:#fff;padding:3px 8px;border-radius:8px;font-size:11px;font-weight:700;color:#1e293b;box-shadow:0 4px 12px #0000001f,0 0 0 1px #0000000a;white-space:nowrap;pointer-events:none;animation:fadeIn .2s ease-out;z-index:10}.floating-tooltip-pill:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);border-width:4px 4px 0 4px;border-style:solid;border-color:#ffffff transparent transparent transparent}.revenue-x-labels{display:flex;justify-content:space-around;padding:4px 10px 0;font-size:11px;font-weight:700;color:#94a3b8;border-top:1px solid #f1f5f9}.revenue-x-label{flex:1;text-align:center;max-width:48px}.donut-chart-container{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 0}.donut-svg-wrapper{position:relative;width:170px;height:170px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.donut-center-text{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.donut-center-value{font-size:20px;font-weight:800;color:#182238}.donut-center-label{font-size:10px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.donut-legend{display:flex;flex-direction:column;gap:10px;flex:1}.legend-item{display:flex;align-items:center;justify-content:space-between;font-size:13px;cursor:pointer;padding:4px 8px;border-radius:8px;transition:all .2s}.legend-item:hover,.legend-item.active{background:#f8fafc}.legend-left{display:flex;align-items:center;gap:10px}.legend-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.legend-name{color:#475569;font-weight:600}.legend-percent{font-weight:700;color:#1e293b}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .2s ease-out}.modal-content{background:#fff;border-radius:28px;width:100%;max-width:680px;max-height:85vh;box-shadow:0 25px 60px -15px #00000040;display:flex;flex-direction:column;overflow:hidden;animation:scaleUp .25s cubic-bezier(.34,1.56,.64,1)}.modal-header{padding:24px 28px;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between}.modal-title{font-size:20px;font-weight:800;color:#182238}.modal-body{padding:24px 28px;overflow-y:auto}.modal-close-btn{width:36px;height:36px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.modal-close-btn:hover{background:#f1f5f9;color:#0f172a}.sidebar-mobile-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:98;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media(min-width:1600px){.content-body{padding:0 48px 48px;gap:32px}.top-header{padding:0 48px;height:90px}.greeting-title{font-size:32px}.dashboard-grid{gap:32px}}@media(max-width:1200px){.dashboard-grid{grid-template-columns:1fr;gap:20px}.top-header,.content-body{padding-left:24px;padding-right:24px}}@media(max-width:768px){.sidebar{position:fixed;top:0;left:0;bottom:0;z-index:99;transform:translate(-100%);box-shadow:none;width:260px!important;align-items:stretch!important;padding:24px 16px!important}.sidebar.mobile-open{transform:translate(0);box-shadow:0 0 40px #00000040}.sidebar-mobile-close{display:flex}.sidebar-nav{align-items:stretch!important}.nav-item{width:100%!important;justify-content:flex-start!important;padding:0 16px!important;gap:14px!important}.nav-item-label{display:inline!important}.sidebar-footer{display:none}.mobile-menu-btn{display:flex}.top-header{height:70px;padding:0 18px}.content-body{padding:0 18px 24px;gap:18px}.header-search{max-width:220px}}@media(max-width:560px){.top-metrics-2x2,.bottom-stats-row{grid-template-columns:1fr;gap:14px}.greeting-title{font-size:22px}.greeting-section{flex-direction:column;align-items:flex-start}.period-dropdown-btn{width:100%;justify-content:space-between}.top-header{height:60px;padding:0 12px;gap:8px}.header-actions{gap:8px}.header-icon-btn,.user-avatar-btn,.user-avatar-img{width:36px;height:36px}.company-identity-pill{max-width:140px}.company-identity-pill span{font-size:11px!important;overflow:hidden;text-overflow:ellipsis}.header-search{display:none}.modal-content{max-height:92vh;border-radius:20px}}.projects-view-container{width:100%;max-width:1440px;margin:0 auto;padding:24px 32px}.projects-header-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;margin-bottom:24px}.projects-overview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:28px}.projects-filter-bar{background:#fff;padding:16px 20px;border-radius:16px;border:1px solid #eef2f6;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px;margin-bottom:24px}.projects-search-box{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:8px 14px;flex:1 1 260px;min-width:220px}.projects-filters-group{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.projects-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}.site-tracker-card{background:#fff;border-radius:22px;border:1px solid #e2e8f0;box-shadow:0 10px 25px -5px #0000000a,0 8px 10px -6px #00000005;padding:20px;cursor:pointer;display:flex;flex-direction:column;gap:16px;position:relative;transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s;width:100%;min-width:0}.site-tracker-card:hover{transform:translateY(-2px);box-shadow:0 16px 30px -8px #00000014}.site-tracker-card-header{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%}.site-tracker-card-identity{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.site-tracker-avatar-badge{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-weight:900;font-size:19px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #f9731659;flex-shrink:0}.site-tracker-title-box{min-width:0;flex:1}.site-tracker-project-title{font-size:15.5px;font-weight:800;color:#0f172a;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-tracker-project-subtext{font-size:12px;color:#64748b;font-weight:600;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-tracker-card-header-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.site-tracker-total-amount{font-size:15.5px;font-weight:900;color:#0f172a;letter-spacing:-.3px}.site-tracker-icon-btn{background:none;border:none;color:#94a3b8;cursor:pointer;padding:4px;display:flex;align-items:center;border-radius:6px}.site-tracker-icon-btn:hover{color:#ef4444}.site-tracker-metrics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;width:100%}.site-metric-tile{border-radius:14px;padding:10px 12px;display:flex;flex-direction:column;gap:3px;min-width:0;overflow:hidden}.site-metric-tile.tile-purple{background:#f3e8ff;color:#8b5cf6}.site-metric-tile.tile-purple .site-metric-tile-value{color:#1e1b4b}.site-metric-tile.tile-teal{background:#ccfbf1;color:#0d9488}.site-metric-tile.tile-teal .site-metric-tile-value{color:#134e4a}.site-metric-tile.tile-green{background:#dcfce7;color:#16a34a}.site-metric-tile.tile-green .site-metric-tile-value{color:#14532d}.site-metric-tile.tile-orange{background:#ffedd5;color:#ea580c}.site-metric-tile.tile-orange .site-metric-tile-value{color:#7c2d12}.site-metric-tile-header{display:flex;align-items:center;gap:5px;font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-metric-tile-value{font-size:15px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-tracker-footer-actions{display:flex;gap:8px;padding-top:4px;flex-wrap:wrap}.site-tracker-action-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;color:#334155;font-size:12px;font-weight:700;cursor:pointer;transition:all .15s ease}.site-tracker-action-btn:hover{background:#f8fafc;border-color:#cbd5e1}.site-expense-tracker-banner{background:linear-gradient(135deg,#7c3aed,#6366f1,#06b6d4);border-radius:24px;padding:24px 28px;color:#fff;box-shadow:0 20px 35px -10px #7c3aed66;margin-bottom:24px;display:flex;flex-direction:column;gap:20px}.project-card{background:#fff;border-radius:18px;border:1px solid #eef2f6;padding:22px;box-shadow:0 4px 12px #00000005;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;justify-content:space-between;position:relative}.project-card-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.project-card-actions{display:flex;align-items:center;gap:6px}.project-detail-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:12px}.project-detail-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.project-detail-card{background:#fff;border-radius:20px;padding:24px;border:1px solid #eef2f6;box-shadow:0 4px 16px #00000008;margin-bottom:28px}.project-detail-meta-list{display:flex;flex-wrap:wrap;gap:16px;margin-top:10px;font-size:13px;color:#64748b}.project-financial-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:24px;padding-top:20px;border-top:1px solid #f1f5f9}.project-expenses-card{background:#fff;border-radius:20px;border:1px solid #eef2f6;box-shadow:0 4px 16px #00000008;overflow:hidden}.project-expenses-controls{padding:20px 24px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px}.project-expense-filters{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.project-date-header{display:flex;justify-content:space-between;align-items:center;padding:8px 14px;background:#f8fafc;border-radius:10px;border:1px solid #eef2f6;margin-bottom:10px;flex-wrap:wrap;gap:6px}.project-expense-item{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:#fff;border-radius:12px;border:1px solid #eef2f6;transition:all .15s ease;gap:14px}.project-expense-left{display:flex;align-items:center;gap:14px;flex:1;min-width:0}.project-expense-right{display:flex;align-items:center;gap:16px;flex-shrink:0}.projects-modal-dialog{background:#fff;border-radius:20px;width:100%;max-width:640px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040;padding:28px}.projects-form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.projects-form-grid-3{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:14px}.invoice-generator-modal-content{max-width:1020px;max-height:92vh;width:96vw;display:flex;flex-direction:column}.invoice-modal-header{padding:16px 22px;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;border-bottom:1px solid #f1f5f9}.invoice-modal-header-left{display:flex;align-items:center;gap:16px;flex-wrap:wrap;flex:1;min-width:0}.invoice-modal-title{font-size:18px;font-weight:800;color:#1e293b;margin:0}.invoice-modal-subtitle{font-size:11.5px;color:#64748b;margin:2px 0 0}.invoice-view-toggle-bar{display:flex;background:#f1f5f9;padding:3px;border-radius:10px;gap:2px}.invoice-toggle-btn{padding:6px 14px;border-radius:8px;border:none;background:transparent;color:#64748b;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:5px;transition:all .15s ease}.invoice-toggle-btn.active{background:#fff;color:#4f46e5;box-shadow:0 2px 6px #00000014}.invoice-modal-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.invoice-btn-print{padding:8px 14px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;color:#334155;font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px}.invoice-btn-download{padding:8px 14px;border-radius:10px;border:none;color:#fff;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:6px}.invoice-btn-download.btn-invoice{background:#4f46e5;box-shadow:0 4px 12px #4f46e540}.invoice-btn-download.btn-quotation{background:#8b5cf6;box-shadow:0 4px 12px #8b5cf64d}.invoice-modal-body{padding:20px 24px;overflow-y:auto;flex:1}.invoice-form-container{display:flex;flex-direction:column;gap:18px}.invoice-doctype-selector-strip{background:#f8fafc;padding:14px 18px;border-radius:14px;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.invoice-doctype-text{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.invoice-doctype-label{font-size:13px;font-weight:800;color:#1e293b}.invoice-doctype-desc{font-size:12px;color:#64748b}.invoice-doctype-buttons{display:flex;gap:10px}.invoice-doctype-btn{padding:8px 16px;border-radius:10px;border:2px solid #e2e8f0;background:#fff;color:#475569;font-size:13px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .15s}.invoice-doctype-btn.active-invoice{border-color:#4f46e5;background:#4f46e5;color:#fff;box-shadow:0 4px 12px #4f46e540}.invoice-doctype-btn.active-quotation{border-color:#8b5cf6;background:#8b5cf6;color:#fff;box-shadow:0 4px 12px #8b5cf640}.invoice-meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;background:#f8fafc;padding:16px;border-radius:14px;border:1px solid #eef2f7}.invoice-form-label{font-size:12px;font-weight:700;color:#334155;display:block;margin-bottom:4px}.invoice-sub-label{font-size:11.5px;font-weight:600;color:#64748b;display:block;margin-bottom:4px}.invoice-form-input{width:100%;padding:9px 12px;border-radius:8px;border:1px solid #cbd5e1;font-size:13px;background:#fff;outline:none;font-family:inherit}.invoice-form-input:focus{border-color:#4f46e5}.invoice-client-section{border:1px solid #e2e8f0;border-radius:14px;padding:16px}.invoice-client-fields-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.invoice-address-field{grid-column:1 / -1}.invoice-add-item-btn{padding:6px 12px;border-radius:8px;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:4px}.invoice-items-list-wrapper{display:flex;flex-direction:column;gap:8px}.invoice-item-row{display:grid;grid-template-columns:2fr 80px 90px 100px 110px 40px;gap:10px;align-items:center;background:#f8fafc;padding:10px 12px;border-radius:10px;border:1px solid #eef2f7}.invoice-item-calc-cells{display:contents}.mobile-only-field-label{display:none;font-size:10.5px;font-weight:700;color:#64748b;margin-bottom:3px}.invoice-item-amount-val{text-align:right;font-weight:700;font-size:13px;color:#1e293b}.invoice-item-delete-btn{background:none;border:none;color:#ef4444;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.invoice-terms-totals-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:16px;align-items:flex-start}.invoice-totals-box{background:#f8fafc;padding:16px;border-radius:12px;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:6px}.invoice-form-actions-bottom{display:flex;justify-content:flex-end;gap:10px;padding-top:10px;border-top:1px solid #f1f5f9}.invoice-bottom-btn-preview{padding:10px 18px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:13px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:6px}.invoice-bottom-btn-save{padding:10px 22px;border-radius:10px;border:none;color:#fff;font-size:13px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:6px}.invoice-bottom-btn-save.btn-save-invoice{background:#4f46e5;box-shadow:0 4px 14px #4f46e559}.invoice-bottom-btn-save.btn-save-quotation{background:#8b5cf6;box-shadow:0 4px 14px #8b5cf659}@media(max-width:768px){.invoice-generator-modal-content{width:96vw!important;max-height:94vh!important;border-radius:20px!important}.invoice-modal-header{padding:12px 14px!important;flex-direction:column;align-items:stretch;gap:10px}.invoice-modal-header-left{justify-content:space-between;width:100%}.invoice-modal-header-actions{width:100%;display:flex;justify-content:space-between;align-items:center;padding-top:8px;border-top:1px solid #f1f5f9}.invoice-doctype-buttons{width:100%}.invoice-doctype-btn{flex:1;justify-content:center}.invoice-item-row{display:flex;flex-direction:column;align-items:stretch;padding:12px;gap:10px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 2px 6px #00000005}.invoice-item-desc-cell{width:100%}.invoice-item-calc-cells{display:grid;grid-template-columns:1fr 1fr;gap:8px;align-items:flex-end;padding-top:8px;border-top:1px dashed #e2e8f0}.mobile-only-field-label{display:block}.invoice-item-amount-box{grid-column:1 / 2;display:flex;flex-direction:column}.invoice-item-amount-val{text-align:left;font-size:15px;color:#4f46e5;font-weight:800}.invoice-item-delete-btn{grid-column:2 / 3;justify-self:flex-end;background:#fef2f2;padding:8px 12px;border-radius:8px;gap:4px}.invoice-terms-totals-grid{grid-template-columns:1fr;gap:14px}.invoice-form-actions-bottom{flex-direction:column}.invoice-bottom-btn-preview,.invoice-bottom-btn-save{width:100%;justify-content:center}}@media(max-width:520px){.invoice-modal-body{padding:14px 12px!important}.invoice-modal-title{font-size:16px!important}.invoice-doctype-selector-strip{padding:12px}.invoice-meta-grid{grid-template-columns:1fr;padding:12px}.invoice-client-section{padding:12px}.invoice-client-fields-grid{grid-template-columns:1fr}}@media(max-width:1100px){.projects-overview-grid,.project-financial-strip{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.projects-view-container{padding:12px 10px;width:100%;max-width:100vw;overflow-x:hidden}.site-expense-tracker-banner{padding:18px 16px!important;border-radius:18px!important;gap:14px!important;margin-bottom:16px!important}.site-banner-top-row{flex-direction:column;align-items:stretch!important;gap:12px!important}.site-banner-add-btn{width:100%!important;padding:12px 16px!important;font-size:13.5px!important}.site-banner-pills-row{width:100%;gap:8px!important}.site-banner-pills-row button{flex:1 1 calc(50% - 4px);justify-content:center;padding:9px 12px!important;font-size:12px!important}.projects-overview-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:16px}.projects-filter-bar{padding:12px 14px;gap:10px;margin-bottom:16px}.projects-search-box{flex:1 1 100%;width:100%}.projects-filters-group{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:8px}.projects-filters-group>div{width:100%}.projects-filters-group select{width:100%}.projects-cards-grid{grid-template-columns:1fr!important;gap:14px;width:100%}.project-expenses-controls{padding:14px;flex-direction:column;align-items:stretch}.project-expense-filters{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:8px}.project-detail-topbar{gap:10px;margin-bottom:14px}.project-detail-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:10px}.project-detail-actions button{justify-content:center}.projects-form-grid-3{grid-template-columns:1fr}}@media(max-width:640px){.site-tracker-card{padding:14px!important;border-radius:16px!important;gap:12px!important}.site-tracker-card-header{flex-direction:row;align-items:center}.site-tracker-metrics-grid{grid-template-columns:1fr 1fr!important;gap:6px!important}.site-metric-tile{padding:8px 10px!important;border-radius:12px!important}.site-metric-tile-value{font-size:13.5px!important}.site-metric-tile-header{font-size:9px!important}.project-expense-item{flex-direction:column;align-items:stretch;padding:12px 14px;gap:10px}.project-expense-right{width:100%;display:flex;justify-content:space-between;align-items:center;padding-top:10px;border-top:1px dashed #f1f5f9}.projects-cards-grid{grid-template-columns:1fr!important}}@media(max-width:520px){.projects-view-container{padding:10px 6px}.site-expense-tracker-banner{padding:14px 12px!important;border-radius:14px!important}.site-banner-icon-box{width:38px!important;height:38px!important;border-radius:10px!important}.site-banner-heading{font-size:18px!important}.site-banner-subtext{font-size:11px!important}.site-banner-pills-row{flex-direction:column}.site-banner-pills-row button{width:100%!important;flex:1 1 100%!important}.projects-overview-grid,.projects-filters-group{grid-template-columns:1fr;gap:8px}.site-tracker-metrics-grid{grid-template-columns:1fr 1fr!important;gap:6px!important}.site-tracker-metrics-grid>div{padding:8px!important;border-radius:10px!important}.project-detail-card{padding:14px 12px;border-radius:14px}.project-detail-meta-list{flex-direction:column;gap:8px}.project-financial-strip{grid-template-columns:1fr;gap:8px;padding-top:14px}.project-expense-filters,.project-detail-actions{grid-template-columns:1fr}.projects-modal-dialog{padding:16px 12px;border-radius:14px;width:96vw}.projects-form-grid-2{grid-template-columns:1fr;gap:10px}}.mobile-bottom-nav{display:none;position:fixed;bottom:16px;left:50%;transform:translate(-50%);z-index:95;width:calc(100% - 32px);max-width:440px;pointer-events:auto}@media(max-width:768px){.mobile-bottom-nav{display:flex;justify-content:center}.content-body{padding-bottom:90px!important}}.mobile-bottom-nav-container{display:flex;align-items:center;justify-content:space-around;width:100%;background:#0f172ae0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.16);padding:8px 12px;border-radius:28px;box-shadow:0 14px 34px -4px #0f172a66,0 4px 12px #00000026}.mobile-bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;background:transparent;border:none;color:#94a3b8;padding:6px 10px;border-radius:16px;cursor:pointer;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1);min-width:54px}.mobile-bottom-nav-item:hover{color:#e2e8f0}.mobile-bottom-nav-item.active{color:#fff;background:#4f46e566}.mobile-nav-icon-wrapper{display:flex;align-items:center;justify-content:center;margin-bottom:2px;transition:transform .2s ease}.mobile-bottom-nav-item.active .mobile-nav-icon-wrapper{transform:translateY(-2px);color:#818cf8}.mobile-nav-label{font-size:10px;font-weight:700;letter-spacing:-.2px}.mobile-nav-active-indicator{position:absolute;bottom:3px;width:14px;height:3px;background:#6366f1;border-radius:9999px}.team-view-container{width:100%;max-width:1440px;margin:0 auto}.team-header-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;margin-bottom:24px}.team-header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.btn-primary-action{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;border:none;padding:10px 18px;border-radius:12px;font-weight:700;font-size:13px;cursor:pointer;box-shadow:0 4px 14px #4f46e559;transition:all .2s ease}.btn-primary-action:hover{transform:translateY(-1px);box-shadow:0 6px 18px #4f46e573}.btn-worker-portal{display:flex;align-items:center;gap:8px;background:#fff;color:#0f2744;border:2px solid #0F2744;padding:9px 16px;border-radius:12px;font-weight:700;font-size:13px;cursor:pointer;transition:all .2s}.btn-worker-portal:hover{background:#0f2744;color:#fff;transform:translateY(-1px)}.btn-cancel{padding:9px 16px;border-radius:10px;border:1px solid #cbd5e1;background:#fff;color:#475569;font-weight:600;font-size:13px;cursor:pointer}.team-metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.team-kpi-card{background:#fff;border-radius:18px;padding:18px 20px;border:1px solid #eef2f6;box-shadow:0 4px 14px #00000005;cursor:pointer;transition:all .2s ease}.team-kpi-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000000f}.team-kpi-card.active-filter{border-color:#4f46e5;background:#f8fafc;box-shadow:0 0 0 2px #4f46e526}.team-kpi-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.team-kpi-label{font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.team-kpi-icon-box{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center}.team-kpi-icon-box.blue{background:#eff6ff;color:#3b82f6}.team-kpi-icon-box.green{background:#ecfdf5;color:#10b981}.team-kpi-icon-box.amber{background:#fffbeb;color:#f59e0b}.team-kpi-icon-box.red{background:#fef2f2;color:#ef4444}.team-kpi-value{font-size:26px;font-weight:800;color:#1e293b;letter-spacing:-.5px}.team-kpi-value.green{color:#16a34a}.team-kpi-value.amber{color:#d97706}.team-kpi-value.red{color:#dc2626}.team-kpi-sub{font-size:11px;color:#94a3b8;margin-top:4px;display:block}.team-filter-bar{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px}.team-search-box{position:relative;flex:1 1 240px;min-width:200px}.team-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8}.team-search-input{width:100%;padding:9px 34px 9px 36px;border-radius:12px;border:1px solid #e2e8f0;font-size:13px;outline:none;background:#f8fafc}.team-search-input:focus{background:#fff;border-color:#4f46e5}.team-search-clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:#94a3b8;cursor:pointer}.team-filter-select-wrapper{flex-shrink:0}.team-filter-select{padding:9px 14px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;font-size:12px;font-weight:600;color:#334155;outline:none;cursor:pointer}.team-status-tabs{display:flex;flex-wrap:wrap;gap:6px;margin-left:auto}.team-status-tab-btn{padding:6px 12px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;color:#64748b;font-size:11.5px;font-weight:700;cursor:pointer;transition:all .15s}.team-status-tab-btn.active{background:#1e293b;color:#fff;border-color:#1e293b}.team-table-wrapper{overflow-x:auto;border-radius:14px;border:1px solid #f1f5f9}.team-table{width:100%;border-collapse:collapse;text-align:left;font-size:13px}.team-table thead tr{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#64748b;font-size:11px;text-transform:uppercase;letter-spacing:.5px}.team-table th,.team-table td{padding:14px 16px}.team-table-row{border-bottom:1px solid #f8fafc;transition:background .15s ease}.team-table-row:hover{background:#fbfcfe}.worker-profile-cell{display:flex;align-items:center;gap:12px}.worker-avatar-initials{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#0f2744,#1e3a8a);color:#fff;font-weight:800;font-size:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.worker-avatar-initials.large{width:48px;height:48px;font-size:18px}.worker-name{font-weight:800;color:#1e293b;font-size:13.5px}.worker-subtext{font-size:11.5px;color:#64748b;display:flex;align-items:center;gap:4px;margin-top:2px}.worker-id-badge{display:inline-block;font-size:10px;font-weight:700;background:#f1f5f9;color:#475569;padding:1px 6px;border-radius:4px;margin-top:3px}.worker-skills-wrap{display:flex;flex-wrap:wrap;gap:4px;max-width:220px}.worker-skill-tag{font-size:11px;font-weight:600;background:#eef2ff;color:#4338ca;padding:3px 8px;border-radius:6px;white-space:nowrap}.worker-skill-tag.more{background:#f1f5f9;color:#64748b}.worker-skill-tag.large{font-size:12px;padding:5px 10px;border-radius:8px}.worker-location-cell{display:flex;align-items:center;gap:5px;font-size:12px;color:#334155;font-weight:600}.worker-wage-text{font-size:13.5px;font-weight:800;color:#1e293b;margin-top:3px}.worker-wage-sub{font-size:11px;margin-top:2px}.worker-assigned-project{display:flex;align-items:flex-start;gap:8px}.worker-project-title{font-size:12.5px;font-weight:700;color:#1e293b;line-height:1.3}.worker-project-id{font-size:10.5px;color:#4f46e5;font-weight:600}.worker-unassigned{display:flex;align-items:center;gap:8px;font-size:12px;color:#94a3b8}.btn-assign-inline{padding:3px 8px;background:#e0e7ff;color:#4f46e5;border:none;border-radius:6px;font-size:11px;font-weight:700;cursor:pointer}.worker-status-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:8px;font-size:11px;font-weight:700}.worker-status-badge.active{background:#dcfce7;color:#15803d}.worker-status-badge.pending-approval{background:#fef3c7;color:#b45309}.worker-status-badge.blocked{background:#fee2e2;color:#b91c1c}.worker-status-badge.rejected{background:#f1f5f9;color:#64748b}.punch-status-block{display:flex;flex-direction:column;gap:4px}.punch-state{display:flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600}.punch-state.in{color:#15803d}.pulse-dot{width:8px;height:8px;border-radius:50%;animation:pulseAnim 1.5s infinite}.pulse-dot.green{background:#10b981}@keyframes pulseAnim{0%{transform:scale(.95);box-shadow:0 0 #10b981b3}70%{transform:scale(1);box-shadow:0 0 0 6px #10b98100}to{transform:scale(.95);box-shadow:0 0 #10b98100}}.btn-punch.mini{padding:4px 8px;border-radius:6px;border:none;font-size:10.5px;font-weight:700;cursor:pointer}.btn-punch.mini.in{background:#10b981;color:#fff}.btn-punch.mini.out{background:#0f2744;color:#fff}.team-row-actions{display:inline-flex;gap:6px;align-items:center;justify-content:flex-end}.btn-table-action{padding:6px 10px;border-radius:8px;border:none;font-size:11px;font-weight:700;cursor:pointer;transition:all .15s ease;white-space:nowrap}.btn-table-action.view{background:#eef2ff;color:#4f46e5}.btn-table-action.assign{background:#f1f5f9;color:#1e293b}.btn-table-action.approve{background:#10b981;color:#fff;box-shadow:0 2px 6px #10b9814d}.btn-table-action.reject{background:#fee2e2;color:#dc2626}.btn-table-action.block{background:#fef2f2;color:#ef4444}.btn-table-action.unblock{background:#dcfce7;color:#16a34a}.team-mobile-cards-list{display:none}@media(max-width:768px){.team-table-wrapper{display:none}.team-mobile-cards-list{display:flex;flex-direction:column;gap:14px}.team-worker-mobile-card{background:#fff;border:1px solid #eef2f6;border-radius:16px;padding:16px;box-shadow:0 4px 12px #00000008;display:flex;flex-direction:column;gap:10px}.worker-mobile-card-top{display:flex;align-items:center;gap:12px}.worker-mobile-skills-row{display:flex;flex-wrap:wrap;gap:6px}.worker-mobile-project-strip{background:#f8fafc;padding:8px 12px;border-radius:10px;display:flex;justify-content:space-between;align-items:center}.worker-mobile-wage-strip{display:flex;justify-content:space-between;align-items:center;padding:4px 0}.worker-mobile-punch-strip{border-top:1px dashed #e2e8f0;padding-top:10px;display:flex;align-items:center;justify-content:space-between}.worker-mobile-actions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:4px}}.team-modal-dialog{max-width:680px}.team-detail-dialog{max-width:820px}.worker-portal-dialog{max-width:540px;border-radius:24px;overflow:hidden}.worker-portal-header{background:linear-gradient(135deg,#0f2744,#1e3a8a);padding:18px 22px;display:flex;align-items:center;justify-content:space-between}.worker-portal-card{background:#fff;border:1px solid #eef2f6;border-radius:16px;padding:16px}.worker-portal-card.punch{border-color:#cbd5e1}.worker-profile-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;background:#f8fafc;padding:16px;border-radius:14px;border:1px solid #eef2f6}.profile-label{font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;display:block}.profile-value{font-size:13.5px;font-weight:800;color:#1e293b;margin-top:2px}.profile-value.green{color:#16a34a}.profile-value.purple{color:#4f46e5}.worker-wages-kpi-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.wages-kpi-box{background:#f8fafc;padding:12px;border-radius:12px;border:1px solid #eef2f6}.wages-kpi-label{font-size:10.5px;font-weight:700;color:#64748b;text-transform:uppercase;display:block}.wages-kpi-val{font-size:18px;font-weight:900;color:#1e293b;margin-top:2px;display:block}.wages-kpi-val.blue{color:#4f46e5}.wages-kpi-val.green{color:#16a34a}.wages-kpi-val.amber{color:#d97706}.invite-link-box{background:#f8fafc;padding:16px;border-radius:14px;border:1px solid #e2e8f0}.invite-box-label{font-size:12px;font-weight:800;color:#1e293b;margin-bottom:8px;display:block}.invite-link-row{display:flex;gap:8px}.invite-link-input{flex:1;padding:10px 14px;border-radius:10px;border:1px solid #cbd5e1;font-size:12.5px;background:#fff;color:#334155}.btn-copy-invite{display:flex;align-items:center;gap:6px;background:#4f46e5;color:#fff;border:none;padding:10px 16px;border-radius:10px;font-weight:700;font-size:12.5px;cursor:pointer}.btn-share-whatsapp{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;background:#25d366;color:#fff;text-decoration:none;padding:12px;border-radius:12px;font-weight:800;font-size:13.5px;box-shadow:0 4px 12px #25d3664d}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:640px){.form-grid-2{grid-template-columns:1fr}}.form-label{display:block;font-size:11.5px;font-weight:700;color:#475569;margin-bottom:5px}.form-input,.form-select{width:100%;padding:9px 12px;border-radius:9px;border:1px solid #cbd5e1;font-size:13px;font-family:inherit;color:#1e293b;background:#fff;transition:all .2s;box-sizing:border-box}.form-input:focus,.form-select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e526}.skills-checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:8px;max-height:180px;overflow-y:auto;border:1px solid #e2e8f0;padding:10px;border-radius:12px;background:#f8fafc}.skill-checkbox-pill{padding:6px 10px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;font-size:11.5px;font-weight:600;color:#334155;cursor:pointer;transition:all .15s;display:block}.skill-checkbox-pill.selected{background:#4f46e5;color:#fff;border-color:#4f46e5}.btn-submit-registration{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:12px 20px;border-radius:12px;font-weight:800;font-size:14px;cursor:pointer;box-shadow:0 4px 14px #10b98159;margin-top:6px}@media(max-width:900px){.team-metrics-grid,.worker-profile-summary-grid,.worker-wages-kpi-bar{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.team-metrics-grid{grid-template-columns:1fr;gap:10px}.team-header-row{flex-direction:column;align-items:stretch}.team-header-actions{flex-direction:column;width:100%}.team-header-actions button{width:100%;justify-content:center}.worker-profile-summary-grid,.worker-wages-kpi-bar{grid-template-columns:1fr}}.invoices-mobile-cards-list{display:none}.invoice-mobile-card{background:#fff;border:1px solid #eef2f6;border-radius:16px;padding:16px;box-shadow:0 4px 12px #00000008;display:flex;flex-direction:column;gap:10px}.invoice-mobile-card-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:6px}.btn-inv-mobile{padding:8px 10px;border-radius:8px;font-size:11.5px;font-weight:700;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:5px;transition:all .15s ease}.btn-inv-mobile.email{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.btn-inv-mobile.view{background:#eef2ff;color:#4f46e5}.btn-inv-mobile.pdf{background:#4f46e5;color:#fff}.btn-inv-mobile.convert{background:#10b981;color:#fff}.btn-inv-mobile.warranty{background:#0f2744;color:#fff}.clients-mobile-cards-list{display:none}.client-mobile-card{background:#fff;border:1px solid #eef2f6;border-radius:16px;padding:16px;box-shadow:0 4px 12px #00000008;display:flex;flex-direction:column;gap:10px}.dash-invoices-mobile-list{display:none}.dash-invoice-mobile-card{background:#fff;border:1px solid #eef2f6;border-radius:14px;padding:14px;box-shadow:0 2px 8px #00000005;display:flex;flex-direction:column;gap:8px}@media(max-width:768px){.invoices-mobile-cards-list{display:flex;flex-direction:column;gap:14px}.invoices-desktop-table-container{display:none!important}.clients-mobile-cards-list{display:flex;flex-direction:column;gap:14px}.clients-desktop-table-container{display:none!important}.dash-invoices-mobile-list{display:flex;flex-direction:column;gap:12px}.dash-invoices-desktop-table-container{display:none!important}.btn-email-quick-action{width:100%!important;justify-content:center!important}.greeting-actions-wrap{width:100%!important;flex-direction:column!important;align-items:stretch!important}.period-dropdown-wrap,.period-dropdown-btn{width:100%!important}.email-modal-footer-actions{display:grid!important;grid-template-columns:1fr 1fr!important;width:100%!important;gap:8px!important}.email-modal-footer-actions button{width:100%!important;justify-content:center!important;padding:10px 8px!important;font-size:12px!important}.email-modal-footer-actions button:has(svg){grid-column:span 2!important}}.history-view-body{padding-bottom:90px}.live-pulse-badge{display:inline-flex;align-items:center;gap:6px;background:#ecfdf5;color:#059669;border:1px solid #a7f3d0;font-size:11px;font-weight:700;padding:3px 10px;border-radius:9999px;text-transform:uppercase;letter-spacing:.5px}.live-pulse-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:#10b981;box-shadow:0 0 0 2px #10b98166}.btn-history-export,.btn-history-clear{display:inline-flex;align-items:center;gap:7px;padding:9px 16px;border-radius:11px;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s ease}.btn-history-export{background:#fff;color:#1e293b;border:1px solid #cbd5e1;box-shadow:0 2px 5px #0000000a}.btn-history-export:hover{background:#f8fafc;border-color:#94a3b8}.btn-history-clear{background:#fee2e2;color:#dc2626;border:1px solid #fecaca}.btn-history-clear:hover{background:#fecaca}.history-kpis-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}@media(max-width:1024px){.history-kpis-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.history-kpis-grid{grid-template-columns:1fr}}.history-kpi-card{background:#fff;border-radius:16px;padding:18px 20px;border:1px solid #eef2f7;box-shadow:0 4px 12px #00000005}.history-kpi-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.history-kpi-label{font-size:12.5px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.4px}.history-kpi-icon{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center}.history-kpi-icon.blue{background:#eff6ff;color:#3b82f6}.history-kpi-icon.amber{background:#fffbeb;color:#d97706}.history-kpi-icon.red{background:#fef2f2;color:#ef4444}.history-kpi-icon.green{background:#f0fdf4;color:#16a34a}.history-kpi-value{font-size:26px;font-weight:800;color:#1e293b;line-height:1.2}.history-kpi-value.amber{color:#d97706}.history-kpi-value.red{color:#dc2626}.history-kpi-value.green{color:#16a34a}.history-kpi-sub{font-size:11.5px;color:#94a3b8;margin-top:4px;display:block}.history-controls-card{padding:16px 20px;margin-bottom:20px}.history-controls-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.history-search-box{position:relative;flex:1;min-width:220px}.history-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8}.history-search-input{width:100%;padding:9px 34px 9px 36px;border-radius:10px;border:1px solid #cbd5e1;font-size:13px;font-family:inherit;color:#1e293b;background:#fff;outline:none;box-sizing:border-box}.history-search-input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51f}.history-search-clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:#94a3b8;cursor:pointer;display:flex}.history-filter-item{display:flex;align-items:center;gap:6px}.history-filter-label{font-size:11.5px;font-weight:700;color:#64748b;text-transform:uppercase}.history-select{padding:8px 12px;border-radius:10px;border:1px solid #cbd5e1;font-size:12.5px;font-family:inherit;color:#334155;background:#fff;outline:none;cursor:pointer}.history-select:focus{border-color:#4f46e5}.btn-history-sort{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:10px;border:1px solid #cbd5e1;background:#fff;font-size:12.5px;font-weight:700;color:#334155;cursor:pointer}.btn-history-sort:hover{background:#f8fafc}.history-timeline-list{display:flex;flex-direction:column;gap:14px}.history-entry-card{padding:20px;border-radius:16px;transition:box-shadow .2s ease,transform .2s ease;border:1px solid #eef2f7}.history-entry-card:hover{box-shadow:0 8px 24px #0000000d}.history-entry-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:12px;flex-wrap:wrap}.history-user-info{display:flex;align-items:center;gap:12px}.history-user-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #ffffff;box-shadow:0 2px 6px #00000014}.history-user-name{font-size:14px;font-weight:800;color:#1e293b}.history-user-role-badge{font-size:10.5px;font-weight:700;padding:2px 7px;border-radius:6px;background:#f1f5f9;color:#475569}.history-timestamp-row{display:flex;align-items:center;gap:5px;font-size:11.5px;color:#64748b;margin-top:2px}.history-badges-col{display:flex;align-items:center;gap:8px}.action-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:8px;font-size:11.5px;font-weight:800;letter-spacing:.3px;text-transform:uppercase}.action-badge.red{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.action-badge.amber{background:#fffbeb;color:#d97706;border:1px solid #fde68a}.action-badge.green{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.action-badge.emerald{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.action-badge.rose{background:#fff1f2;color:#e11d48;border:1px solid #fecdd3}.action-badge.blue{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.history-module-pill{display:inline-flex;align-items:center;gap:4px;padding:4px 9px;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;font-size:11px;font-weight:700;color:#475569}.history-entry-body{border-top:1px dashed #f1f5f9;padding-top:12px}.history-target-strip{display:flex;align-items:center;gap:8px;font-size:13px;color:#1e293b;margin-bottom:6px;flex-wrap:wrap}.history-target-id{font-family:monospace;font-weight:800;color:#4f46e5;background:#eef2ff;padding:2px 7px;border-radius:6px;font-size:12px}.history-target-title{font-weight:700;color:#334155}.history-project-context{font-size:12px;color:#64748b}.history-summary-text{font-size:13.5px;color:#475569;margin:4px 0 10px;line-height:1.5}.history-changes-wrapper{margin-top:10px}.btn-toggle-changes{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;background:#f8fafc;border:1px solid #cbd5e1;color:#4338ca;font-size:12px;font-weight:700;cursor:pointer;transition:all .15s ease}.btn-toggle-changes:hover{background:#eef2ff;border-color:#c7d2fe}.history-diff-table-container{margin-top:10px;border-radius:10px;border:1px solid #e2e8f0;overflow:hidden;background:#fff}.history-diff-table{width:100%;border-collapse:collapse;font-size:12px}.history-diff-table th{background:#f8fafc;padding:9px 12px;text-align:left;font-weight:700;color:#475569;border-bottom:1px solid #e2e8f0}.history-diff-table td{padding:9px 12px;border-bottom:1px solid #f1f5f9}.diff-field-cell{color:#1e293b;font-weight:600}.diff-from-value{color:#b91c1c;background:#fee2e2;padding:3px 8px;border-radius:6px;text-decoration:line-through;display:inline-block;font-family:inherit}.diff-to-value{color:#15803d;background:#dcfce7;padding:3px 8px;border-radius:6px;font-weight:700;display:inline-block;font-family:inherit}.history-empty-state{text-align:center;padding:48px 24px}.history-empty-icon{color:#cbd5e1;margin:0 auto}@media print{html,body{background:#fff!important;color:#000!important;width:100%!important;height:auto!important;overflow:visible!important;margin:0!important;padding:0!important}.sidebar,.top-header,.modal-header,.modal-close-btn,.mobile-menu-btn,button,.sidebar-mobile-backdrop{display:none!important}.app-viewport,.main-wrapper,.content-body,.modal-backdrop,.modal-content,.modal-body{display:block!important;position:static!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;overflow:visible!important;padding:0!important;margin:0!important;border:none!important;box-shadow:none!important;background:#fff!important}.printable-invoice{border:none!important;box-shadow:none!important;padding:10mm 15mm!important;margin:0 auto!important;width:100%!important;max-width:100%!important;page-break-inside:avoid;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}
