:root{--bg: #f4f5f7;--card: #ffffff;--text: #1f2430;--muted: #6b7280;--border: #e3e5ea;--accent: #2563eb;--sev-critical: #dc2626;--sev-high: #ea580c;--sev-medium: #d97706;--sev-low: #64748b}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.5}.app{max-width:920px;margin:0 auto;padding:24px 20px 64px}.app-header{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;flex-wrap:wrap;padding-bottom:16px;border-bottom:1px solid var(--border)}.title-block h1{margin:0;font-size:24px}.subtitle{margin:2px 0 0;color:var(--muted);font-size:14px}.header-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.stat{color:var(--muted);font-size:13px}.edited-stat{color:var(--accent);font-weight:600}.download-btn{background:var(--accent);color:#fff;border:none;border-radius:8px;padding:9px 16px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit}.download-btn:hover{background:#1d4ed8}.download-btn:disabled{background:#9ca3af;cursor:not-allowed}.save-note{margin:14px 0 0;color:var(--muted);font-size:13px}.message{margin-top:40px;text-align:center;color:var(--muted)}.message.error{color:var(--sev-critical)}.message code{background:#eef0f3;padding:1px 5px;border-radius:4px;font-size:13px}.flight-card{background:var(--card);border:1px solid var(--border);border-radius:10px;margin-top:14px;overflow:hidden}.flight-header{width:100%;display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:13px 16px;background:none;border:none;cursor:pointer;font-family:inherit;font-size:14px;text-align:start;color:var(--text)}.flight-header:hover{background:#fafbfc}.chevron{color:var(--muted);font-size:12px}.flight-date,.flight-msz{font-weight:600}.flight-project{color:var(--muted)}.flight-count{color:var(--muted);font-size:13px;margin-inline-start:auto}.badge{font-size:12px;padding:2px 8px;border-radius:999px;background:#eef2ff;color:#3730a3}.severity-dots{display:inline-flex;gap:4px}.dot{width:9px;height:9px;border-radius:50%;display:inline-block}.flight-body{border-top:1px solid var(--border);padding:6px 16px 14px}.event-row{padding:12px 0;border-bottom:1px solid #f0f1f3}.event-row:last-of-type{border-bottom:none}.event-row.edited{border-inline-start:3px solid var(--accent);padding-inline-start:11px;margin-inline-start:-14px}.event-desc{margin:0 0 8px}.event-fields{display:flex;gap:16px;flex-wrap:wrap}.field{display:flex;flex-direction:column;gap:3px}.field-label{font-size:12px;color:var(--muted)}.severity-select,.fault-input{font-family:inherit;font-size:14px;padding:6px 9px;border:1px solid var(--border);border-radius:7px;background:#fff;color:var(--text)}.fault-input{min-width:180px}.severity-select{font-weight:600;border-inline-start-width:4px}.sev-critical{border-inline-start-color:var(--sev-critical);color:var(--sev-critical)}.sev-high{border-inline-start-color:var(--sev-high);color:var(--sev-high)}.sev-medium{border-inline-start-color:var(--sev-medium);color:var(--sev-medium)}.sev-low{border-inline-start-color:var(--sev-low);color:var(--sev-low)}.dot.sev-critical{background:var(--sev-critical)}.dot.sev-high{background:var(--sev-high)}.dot.sev-medium{background:var(--sev-medium)}.dot.sev-low{background:var(--sev-low)}.source-toggle{margin-top:10px;background:none;border:1px solid var(--border);border-radius:7px;padding:6px 12px;font-family:inherit;font-size:13px;color:var(--muted);cursor:pointer}.source-toggle:hover{background:#fafbfc}.source-preview{margin-top:10px;background:#f8f9fa;border:1px solid var(--border);border-radius:8px;padding:6px 14px}.source-line{margin:8px 0;font-size:13px;color:#374151;white-space:pre-wrap}
