:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color-scheme:light;--fg: #1a1a1a;--muted: #6b7280;--bg: #f6f6f6;--card: #ffffff;--border: #e5e7eb;--primary: #2563eb;--primary-hover: #1d4ed8;--danger: #dc2626;--success: #16a34a}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--fg);font-size:16px;line-height:1.5}a{color:var(--primary)}.fsmp-loading{padding:3rem;text-align:center;color:var(--muted)}.fsmp-shell{min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding:3rem 1rem}.fsmp-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:2rem;width:100%;max-width:640px;box-shadow:0 1px 2px #0000000a}.fsmp-card h1{margin:0 0 .5rem}.fsmp-card h2{margin:0 0 .25rem;font-size:1.25rem}.fsmp-card .subtitle{color:var(--muted);margin:0 0 1.5rem}.fsmp-form{display:grid;gap:1rem}.fsmp-field{display:grid;gap:.25rem}.fsmp-field label{font-weight:500;font-size:.875rem}.fsmp-field input,.fsmp-field select,.fsmp-field textarea{padding:.5rem .75rem;font:inherit;border:1px solid var(--border);border-radius:8px;background:#fff}.fsmp-field input:focus,.fsmp-field select:focus,.fsmp-field textarea:focus{outline:2px solid var(--primary);outline-offset:1px}.fsmp-field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.fsmp-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:8px;padding:.625rem 1rem;font:inherit;font-weight:500;cursor:pointer;background:var(--primary);color:#fff;transition:background .12s ease}.fsmp-btn:hover:not(:disabled){background:var(--primary-hover)}.fsmp-btn:disabled{opacity:.6;cursor:not-allowed}.fsmp-btn.secondary{background:#fff;color:var(--fg);border:1px solid var(--border)}.fsmp-btn.secondary:hover:not(:disabled){background:var(--bg)}.fsmp-btn.danger{background:var(--danger)}.fsmp-actions{display:flex;justify-content:space-between;margin-top:1.5rem;gap:.75rem}.fsmp-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:.75rem 1rem;border-radius:8px;font-size:.9rem}.fsmp-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;padding:.75rem 1rem;border-radius:8px;font-size:.9rem}.fsmp-wizard-progress{display:flex;gap:.5rem;margin-bottom:1.5rem}.fsmp-wizard-step{flex:1;padding:.5rem .75rem;border-radius:999px;background:var(--bg);font-size:.875rem;color:var(--muted);text-align:center;border:1px solid transparent}.fsmp-wizard-step.active{background:#fff;color:var(--fg);border-color:var(--primary);font-weight:500}.fsmp-wizard-step.done{background:#fff;color:var(--fg);border-color:var(--success)}.fsmp-list{display:grid;gap:.5rem;margin:1rem 0}.fsmp-list-item{display:flex;justify-content:space-between;align-items:center;padding:.625rem .875rem;background:var(--bg);border-radius:8px}.fsmp-list-item .meta{color:var(--muted);font-size:.875rem}.fsmp-list-item .actions{display:flex;gap:.5rem}.fsmp-list-item input[type=text],.fsmp-list-item input[type=number]{padding:.25rem .5rem;border:1px solid var(--border);border-radius:6px;font:inherit}.fsmp-topbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fff;border-bottom:1px solid var(--border)}.fsmp-topbar .brand{font-weight:600}.fsmp-link-row{margin-top:1rem;font-size:.9rem;color:var(--muted);text-align:center}.fsmp-badge{font-size:.75rem;padding:.125rem .5rem;border-radius:999px;background:#e0e7ff;color:#3730a3;margin-left:.5rem}.fsmp-badge.muted{background:#f3f4f6;color:var(--muted)}.fsmp-form-inline{display:grid;grid-template-columns:1fr auto;gap:.5rem;align-items:end}.fsmp-page{max-width:1100px;margin:0 auto;padding:2rem 1.5rem;display:grid;gap:1.25rem}.fsmp-page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.fsmp-page-header h1{margin:0}.fsmp-page-footer{display:flex;justify-content:center;gap:1rem;padding:.5rem 0 1.5rem}.fsmp-breadcrumb{font-size:.875rem;margin-bottom:.25rem}.fsmp-breadcrumb a{color:var(--muted);text-decoration:none}.fsmp-breadcrumb a:hover{color:var(--primary)}.fsmp-muted{color:var(--muted)}.fsmp-job-title{margin:0;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.fsmp-filters{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:.75rem;background:#fff;border:1px solid var(--border);border-radius:12px;padding:1rem}.fsmp-filter-group{display:grid;gap:.25rem}.fsmp-filter-group label{font-size:.75rem;font-weight:500;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.fsmp-filter-group input,.fsmp-filter-group select{padding:.4rem .6rem;border:1px solid var(--border);border-radius:6px;font:inherit;background:#fff}.fsmp-chip-row{display:flex;gap:.25rem;flex-wrap:wrap}.fsmp-filter-chip{padding:.35rem .75rem;border:1px solid var(--border);border-radius:999px;background:#fff;font-size:.75rem;text-transform:capitalize;cursor:pointer;color:var(--muted)}.fsmp-filter-chip.active{background:var(--primary);color:#fff;border-color:var(--primary)}.fsmp-table{width:100%;border-collapse:collapse}.fsmp-table th,.fsmp-table td{text-align:left;padding:.75rem 1rem;border-bottom:1px solid var(--border);font-size:.9rem}.fsmp-table th{font-weight:500;color:var(--muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;background:var(--bg)}.fsmp-table tbody tr:hover{background:var(--bg)}.fsmp-table a{text-decoration:none;font-weight:500}.fsmp-table-empty{text-align:center;padding:2.5rem 1rem!important;color:var(--muted)}.fsmp-status-chip{display:inline-block;padding:.125rem .625rem;border-radius:999px;font-size:.75rem;font-weight:500}.fsmp-status-chip.status-assigned{background:#dbeafe;color:#1e40af}.fsmp-status-chip.status-on_site{background:#fef3c7;color:#92400e}.fsmp-status-chip.status-completed{background:#d1fae5;color:#065f46}.fsmp-status-chip.status-cancelled{background:#fee2e2;color:#991b1b}.fsmp-kv{display:grid;grid-template-columns:140px 1fr;gap:.5rem 1rem;margin:0}.fsmp-kv dt{color:var(--muted);font-size:.875rem}.fsmp-kv dd{margin:0}.fsmp-audit{margin:0;padding-left:1rem;display:grid;gap:.5rem;font-size:.9rem}.fsmp-audit-ts{color:var(--muted);font-size:.8rem}.fsmp-status-chip.status-draft{background:#e0e7ff;color:#3730a3}.fsmp-status-chip.status-sent{background:#fef3c7;color:#92400e}.fsmp-status-chip.status-paid{background:#d1fae5;color:#065f46}.fsmp-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.fsmp-metric-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:.25rem;text-decoration:none;color:inherit;box-shadow:0 1px 2px #0000000a;transition:box-shadow .12s ease}.fsmp-metric-card:hover{box-shadow:0 2px 8px #00000014}.fsmp-metric-value{font-size:2rem;font-weight:700;line-height:1.2}.fsmp-metric-label{font-size:.875rem;color:var(--muted);font-weight:500}.fsmp-dashboard-meta{display:flex;align-items:center;gap:.75rem;font-size:.875rem}@media(max-width:640px){.fsmp-metrics{grid-template-columns:1fr}}.fsmp-profit-card{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:2rem;box-shadow:0 1px 2px #0000000a}.fsmp-profit-card h2{margin:0 0 1rem;font-size:1.25rem;color:#166534}.fsmp-billable-summary{margin-bottom:1rem;padding:.75rem 1rem;border:1px solid var(--border);border-radius:8px;background:var(--bg)}.fsmp-billable-totals{display:flex;gap:1.5rem;flex-wrap:wrap;font-size:.9rem}.fsmp-billable-bar{margin-top:.5rem;height:10px;border-radius:4px;background:var(--border);overflow:hidden}.fsmp-billable-bar-fill{height:100%;background:#2f855a}.fsmp-work-logs{display:grid;gap:.75rem}.fsmp-work-log-item{background:var(--bg);border-radius:8px;padding:.75rem 1rem}.fsmp-work-log-header{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:.9rem}.fsmp-adjust-form{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border);display:grid;gap:.75rem}.fsmp-photos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem}.fsmp-photo-thumb{display:block;border-radius:8px;overflow:hidden;border:1px solid var(--border);text-decoration:none;position:relative;padding:0;background:none;cursor:pointer;font:inherit;text-align:left;transition:transform .1s ease,box-shadow .1s ease}.fsmp-photo-thumb:hover,.fsmp-photo-thumb:focus-visible{transform:translateY(-1px);box-shadow:0 2px 6px #00000014;outline:none}.fsmp-photo-thumb img{width:100%;height:120px;object-fit:cover;display:block}.fsmp-photo-label{display:block;padding:.25rem .5rem;font-size:.75rem;text-transform:capitalize;color:var(--muted);background:var(--bg)}.fsmp-photos-sections{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media(max-width:720px){.fsmp-photos-sections{grid-template-columns:1fr}}.fsmp-photo-section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.5rem}.fsmp-photo-section-header h3{margin:0;font-size:1rem;font-weight:600}.fsmp-photo-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ad9;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;z-index:100;cursor:zoom-out}.fsmp-photo-lightbox img{max-width:95vw;max-height:80vh;object-fit:contain;border-radius:6px;background:#000}.fsmp-photo-lightbox-close{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;border:none;background:#ffffff26;color:#fff;font-size:1.75rem;line-height:1;border-radius:50%;cursor:pointer}.fsmp-photo-lightbox-close:hover{background:#ffffff40}.fsmp-photo-lightbox-meta{display:flex;align-items:center;gap:.75rem;margin-top:1rem;color:#fff;font-size:.875rem}.fsmp-photo-lightbox-meta .fsmp-muted{color:#ffffffb3}.fsmp-line-item-form{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border);display:grid;gap:.75rem}
