:root{--font-display: "Fraunces", Georgia, serif;--font-body: "Source Sans 3", system-ui, sans-serif;--bg: #f6f4ef;--surface: #ffffff;--text: #1a1f24;--muted: #5c6670;--border: #d8dde3;--accent: #0b6e4f;--accent-soft: #e3f4ed;--danger: #b42318;--success: #0b6e4f;--radius: 10px;--radius-sm: 6px;--shadow: 0 1px 2px rgba(16, 24, 40, .06)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:var(--font-body);line-height:1.5}h1,h2,h3{line-height:1.2}.page{width:100%}.btn{display:inline-flex;align-items:center;padding:.55rem 1rem;border-radius:var(--radius-sm);background:var(--accent);color:#fff;text-decoration:none;font-weight:600;font-size:.9rem}.badge{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:capitalize;background:var(--accent-soft);color:var(--accent)}.priority-critical,.priority-high{background:#fde8e8;color:#b42318}.priority-medium{background:#fff4e5;color:#b54708}.priority-low{background:#eef2f6;color:#475467}.status-closed,.status-deployed,.status-confirmed{background:#e8f5ef;color:#0b6e4f}.status-open,.status-in_progress,.status-testing{background:#e8f0ff;color:#175cd3}.status-ready_for_testing,.status-ready_for_live{background:#f4f3ff;color:#5925dc}.muted{color:var(--muted)}.error{color:var(--danger)}
