:root{--bg: #f7f8f5;--surface: #ffffff;--surface-2: #f4f5f0;--surface-3: #eceee6;--border: #e3e6da;--border-strong: #cfd3c2;--text: #1a1d16;--text-muted: #5f6651;--text-faint: #8a9079;--primary: #2f5d3a;--primary-700: #244a2d;--primary-100: #d9e7dc;--accent: #b8842f;--accent-100: #f3e7cf;--success: #3f7d4e;--success-100: #dceadf;--warning: #b8842f;--warning-100: #f6ead0;--danger: #a23b2c;--danger-100: #f3d9d4;--info: #3a5a7a;--info-100: #dce5ef;--radius: 12px;--radius-sm: 8px;--radius-lg: 16px;--shadow-sm: 0 1px 2px rgba(26, 29, 22, .04);--shadow: 0 2px 8px rgba(26, 29, 22, .06);--shadow-lg: 0 8px 28px rgba(26, 29, 22, .1);--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font);background:var(--bg);color:var(--text);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}.app-shell{display:flex;min-height:100vh}.app-main{flex:1;display:flex;flex-direction:column;min-width:0}.app-content{padding:32px 40px 64px;max-width:1280px;width:100%}.app-loading,.app-error{padding:24px;text-align:center;color:var(--text-muted)}.app-error{background:var(--danger-100);color:var(--danger);border-radius:var(--radius);margin-bottom:24px;border:1px solid #e8c5be}.sidebar{width:248px;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:24px 16px;flex-shrink:0;position:sticky;top:0;height:100vh}.sidebar-brand{display:flex;align-items:center;gap:10px;padding:8px 12px 24px}.sidebar-brand-mark{width:36px;height:36px;border-radius:10px;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;letter-spacing:-.02em}.sidebar-brand-name{font-weight:600;font-size:15px;letter-spacing:-.01em}.sidebar-brand-sub{font-size:11px;color:var(--text-faint);letter-spacing:.04em;text-transform:uppercase}.sidebar-nav{display:flex;flex-direction:column;gap:2px;margin-top:8px}.sidebar-section-label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-faint);padding:16px 12px 8px;font-weight:600}.sidebar-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--radius-sm);color:var(--text-muted);font-weight:500;font-size:13.5px;transition:all .15s ease;width:100%;text-align:left}.sidebar-item:hover{background:var(--surface-2);color:var(--text)}.sidebar-item.active{background:var(--primary-100);color:var(--primary-700)}.sidebar-item svg{width:18px;height:18px;flex-shrink:0}.sidebar-footer{margin-top:auto;padding:16px 12px;border-top:1px solid var(--border);display:flex;align-items:center;gap:10px}.sidebar-footer-avatar{width:32px;height:32px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:12px}.sidebar-footer-name{font-weight:600;font-size:13px}.sidebar-footer-role{font-size:11px;color:var(--text-faint)}.topbar{display:flex;align-items:center;justify-content:space-between;padding:20px 40px;border-bottom:1px solid var(--border);background:var(--bg);position:sticky;top:0;z-index:10}.topbar-title{font-size:20px;font-weight:600;letter-spacing:-.01em}.topbar-subtitle{font-size:13px;color:var(--text-muted);margin-top:2px}.topbar-actions{display:flex;align-items:center;gap:12px}.topbar-date{font-size:13px;color:var(--text-muted);padding:8px 14px;background:var(--surface);border:1px solid var(--border);border-radius:999px;display:flex;align-items:center;gap:8px}.icon-btn{width:38px;height:38px;border-radius:50%;background:var(--surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all .15s ease}.icon-btn:hover{background:var(--surface-2);color:var(--text);border-color:var(--border-strong)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.card-header{padding:20px 24px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.card-title{font-size:15px;font-weight:600;letter-spacing:-.01em}.card-subtitle{font-size:12px;color:var(--text-faint);margin-top:2px}.card-body{padding:8px 0}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:28px}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px 22px;box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.stat-label{font-size:12px;color:var(--text-faint);font-weight:600;text-transform:uppercase;letter-spacing:.04em;display:flex;align-items:center;gap:8px}.stat-label svg{width:14px;height:14px}.stat-value{font-size:30px;font-weight:700;letter-spacing:-.02em;margin-top:10px;line-height:1}.stat-delta{font-size:12px;color:var(--text-muted);margin-top:8px}.stat-delta strong{color:var(--success)}.table{width:100%;border-collapse:collapse}.table th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-faint);font-weight:600;padding:12px 24px;border-bottom:1px solid var(--border)}.table td{padding:14px 24px;border-bottom:1px solid var(--border);font-size:13.5px;vertical-align:middle}.table tr:last-child td{border-bottom:none}.table tbody tr{transition:background .12s ease}.table tbody tr:hover{background:var(--surface-2)}.badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:11.5px;font-weight:600;letter-spacing:.01em}.badge-dot{width:6px;height:6px;border-radius:50%}.badge-success{background:var(--success-100);color:var(--success)}.badge-success .badge-dot{background:var(--success)}.badge-warning{background:var(--warning-100);color:var(--warning)}.badge-warning .badge-dot{background:var(--warning)}.badge-danger{background:var(--danger-100);color:var(--danger)}.badge-danger .badge-dot{background:var(--danger)}.badge-info{background:var(--info-100);color:var(--info)}.badge-info .badge-dot{background:var(--info)}.badge-neutral{background:var(--surface-3);color:var(--text-muted)}.badge-neutral .badge-dot{background:var(--text-faint)}.avatar{width:36px;height:36px;border-radius:50%;background:var(--primary-100);color:var(--primary-700);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:12px;flex-shrink:0}.avatar-sm{width:28px;height:28px;font-size:10px}.worker-cell{display:flex;align-items:center;gap:12px}.worker-cell-name{font-weight:600;color:var(--text)}.worker-cell-role{font-size:12px;color:var(--text-faint)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 16px;border-radius:var(--radius-sm);font-size:13px;font-weight:600;transition:all .15s ease;border:1px solid transparent;white-space:nowrap}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-700)}.btn-secondary{background:var(--surface);border-color:var(--border);color:var(--text)}.btn-secondary:hover{background:var(--surface-2);border-color:var(--border-strong)}.btn-ghost{color:var(--text-muted);padding:7px 12px}.btn-ghost:hover{background:var(--surface-2);color:var(--text)}.btn-danger{background:var(--danger-100);color:var(--danger)}.btn-danger:hover{background:#ecc9c3}.btn-sm{padding:6px 12px;font-size:12px}.btn svg{width:16px;height:16px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.section-title{font-size:17px;font-weight:600;letter-spacing:-.01em}.section-sub{font-size:13px;color:var(--text-muted);margin-top:2px}.grid-2{display:grid;grid-template-columns:1.6fr 1fr;gap:20px}.stack{display:flex;flex-direction:column;gap:20px}.alert-banner{display:flex;align-items:flex-start;gap:14px;padding:16px 20px;border-radius:var(--radius);margin-bottom:24px;border:1px solid}.alert-banner.warning{background:var(--warning-100);border-color:#e8d4a8;color:#7a5816}.alert-banner.danger{background:var(--danger-100);border-color:#e8c5be;color:#7a2a20}.alert-banner svg{width:20px;height:20px;flex-shrink:0;margin-top:1px}.alert-banner-title{font-weight:600;font-size:13.5px}.alert-banner-body{font-size:12.5px;margin-top:2px;opacity:.9}.empty-state{text-align:center;padding:48px 24px;color:var(--text-muted)}.empty-state svg{width:32px;height:32px;color:var(--text-faint);margin-bottom:12px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1a1d1666;display:flex;align-items:center;justify-content:center;z-index:100;padding:24px;animation:fadeIn .15s ease}.modal{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:480px;max-height:90vh;overflow-y:auto;animation:slideUp .2s ease}.modal-header{padding:24px 24px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.modal-title{font-size:17px;font-weight:600;letter-spacing:-.01em}.modal-body{padding:24px}.modal-footer{padding:16px 24px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:12px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.form-field{margin-bottom:18px}.form-label{display:block;font-size:12.5px;font-weight:600;color:var(--text);margin-bottom:6px}.form-input,.form-select{width:100%;padding:10px 12px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);font-size:13.5px;transition:border-color .15s ease,box-shadow .15s ease}.form-input:focus,.form-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-100)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.progress{height:6px;background:var(--surface-3);border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:var(--primary);border-radius:999px;transition:width .4s ease}.list-item{display:flex;align-items:center;gap:14px;padding:14px 24px;border-bottom:1px solid var(--border);transition:background .12s ease}.list-item:last-child{border-bottom:none}.list-item:hover{background:var(--surface-2)}.list-item-main{flex:1;min-width:0}.list-item-title{font-weight:600;font-size:13.5px}.list-item-sub{font-size:12px;color:var(--text-faint);margin-top:2px}.list-item-meta{text-align:right;flex-shrink:0}.auth-loading{display:flex;align-items:center;justify-content:center;height:100vh;color:var(--text-muted)}.auth-shell{display:grid;grid-template-columns:1.1fr 1fr;min-height:100vh}.auth-visual{background:linear-gradient(160deg,#2f5d3a,#244a2d);color:#fff;padding:48px 56px;display:flex;flex-direction:column;position:relative}.auth-brand{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:600;letter-spacing:-.01em}.auth-brand-mark{width:40px;height:40px;border-radius:10px;background:#ffffff26;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px}.auth-visual-content{margin:auto 0;max-width:440px}.auth-eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.08em;opacity:.7;margin-bottom:16px}.auth-visual-content h1{font-size:40px;font-weight:700;letter-spacing:-.03em;line-height:1.1;margin-bottom:16px}.auth-visual-content p{font-size:16px;line-height:1.6;opacity:.85;margin-bottom:32px}.auth-points{display:flex;flex-direction:column;gap:14px}.auth-points div{display:flex;align-items:center;gap:10px;font-size:14px;opacity:.9}.auth-visual-footer{font-size:12px;opacity:.5;margin-top:auto}.auth-panel{display:flex;align-items:center;justify-content:center;padding:48px 24px;background:var(--bg)}.auth-card{width:100%;max-width:380px}.auth-panel-icon{width:48px;height:48px;border-radius:14px;background:var(--primary-100);color:var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.auth-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-faint);font-weight:600;margin-bottom:6px}.auth-card h2{font-size:26px;font-weight:700;letter-spacing:-.02em;margin-bottom:8px}.auth-description{font-size:14px;color:var(--text-muted);margin-bottom:28px}.auth-submit{width:100%;margin-top:8px}.auth-error{background:var(--danger-100);color:var(--danger);padding:10px 14px;border-radius:var(--radius-sm);font-size:13px;margin-bottom:16px;border:1px solid #e8c5be}.auth-message{background:var(--success-100);color:var(--success);padding:10px 14px;border-radius:var(--radius-sm);font-size:13px;margin-bottom:16px;border:1px solid #c4ddc9}.auth-switch{text-align:center;margin-top:24px;font-size:13px;color:var(--text-muted)}.auth-switch button{color:var(--primary);font-weight:600;text-decoration:underline;margin-left:4px}.sidebar-signout{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border-radius:var(--radius-sm);color:var(--text-muted);font-size:13px;font-weight:500;transition:all .15s ease}.sidebar-signout:hover{background:var(--surface-2);color:var(--danger)}.topbar-bell{position:relative}.topbar-bell-count{position:absolute;top:-2px;right:-2px;background:var(--danger);color:#fff;font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 4px}.bell-dropdown{position:absolute;top:48px;right:0;width:340px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:50;overflow:hidden}.bell-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--border);font-weight:600;font-size:13.5px}.bell-body{max-height:360px;overflow-y:auto}.bell-item{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-bottom:1px solid var(--border)}.bell-item:last-child{border-bottom:none}.bell-dot{width:8px;height:8px;border-radius:50%;margin-top:6px;flex-shrink:0}.bell-dot.warning{background:var(--warning)}.bell-dot.danger{background:var(--danger)}.bell-item-main{flex:1;min-width:0}.bell-item-title{font-size:13px;font-weight:600}.bell-item-sub{font-size:12px;color:var(--text-faint);margin-top:2px}.billing-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:20px}.billing-plan-card{padding:32px}.billing-plan-header{display:flex;align-items:center;gap:14px;margin-bottom:24px}.billing-plan-icon{width:48px;height:48px;border-radius:12px;background:var(--primary-100);color:var(--primary);display:flex;align-items:center;justify-content:center}.billing-plan-name{font-size:18px;font-weight:700;letter-spacing:-.01em}.billing-plan-desc{font-size:13px;color:var(--text-faint);margin-top:2px}.billing-price{display:flex;align-items:baseline;gap:4px;margin-bottom:24px}.billing-price-amount{font-size:40px;font-weight:700;letter-spacing:-.03em}.billing-price-period{font-size:16px;color:var(--text-muted)}.billing-features{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.billing-features div{display:flex;align-items:center;gap:10px;font-size:13.5px;color:var(--text-muted)}.billing-features svg{color:var(--success);flex-shrink:0}.billing-cta{width:100%}.billing-status-row{margin-bottom:20px}.billing-status-detail{margin-top:16px}.billing-status-label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-faint);font-weight:600}.billing-status-value{font-size:14px;font-weight:600;margin-top:4px}.spin{animation:spin .6s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-sm{max-width:380px}.modal-lg{max-width:640px}.empty-state-card{padding:56px 24px;text-align:center;color:var(--text-muted)}.empty-state-card svg{width:40px;height:40px;color:var(--text-faint);margin-bottom:16px}.empty-state-title{font-size:17px;font-weight:600;color:var(--text);margin-bottom:6px}.empty-state-body{font-size:13.5px;color:var(--text-muted);max-width:380px;margin:0 auto 24px;line-height:1.6}.onboarding-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:640px;margin:0 auto}.onboarding-card{text-align:left;padding:24px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:all .2s ease;cursor:pointer}.onboarding-card:hover{border-color:var(--primary);box-shadow:var(--shadow);transform:translateY(-2px)}.onboarding-icon{width:44px;height:44px;border-radius:12px;background:var(--primary-100);color:var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.onboarding-title{font-size:15px;font-weight:600;margin-bottom:4px}.onboarding-desc{font-size:12.5px;color:var(--text-muted);line-height:1.5;margin-bottom:12px}.onboarding-action{font-size:12.5px;font-weight:600;color:var(--primary);display:flex;align-items:center;gap:4px}.line-items{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.line-item-row{display:grid;grid-template-columns:1fr 70px 90px 90px 32px;gap:8px;align-items:center}.line-item-desc{min-width:0}.line-item-qty,.line-item-rate{text-align:center}.line-item-amount{font-size:13px;font-weight:600;text-align:right;color:var(--text-muted);white-space:nowrap}.invoice-totals{margin-top:16px;padding:16px 20px;background:var(--surface-2);border-radius:var(--radius-sm);margin-left:auto;width:280px}.invoice-total-row{display:flex;justify-content:space-between;padding:6px 0;font-size:13px;color:var(--text-muted)}.invoice-total-grand{font-size:16px;font-weight:700;color:var(--text);border-top:2px solid var(--border);padding-top:12px;margin-top:6px}textarea.form-input{resize:vertical;min-height:60px;font-family:inherit}@media(max-width:1024px){.stat-grid{grid-template-columns:repeat(2,1fr)}.grid-2{grid-template-columns:1fr}}@media(max-width:768px){.sidebar{display:none}.app-content{padding:20px}.topbar{padding:16px 20px}.stat-grid,.form-row,.billing-grid,.auth-shell{grid-template-columns:1fr}.auth-visual{display:none}.auth-visual-content h1{font-size:30px}.onboarding-grid{grid-template-columns:1fr}.line-item-row{grid-template-columns:1fr 60px 70px 70px 28px}.invoice-totals{width:100%}}
