@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--radius: 8px;--background: #ffffff;--foreground: #0f172a;--card: #ffffff;--card-foreground: #0f172a;--primary: #0f172a;--primary-foreground: #f8fafc;--muted: #f1f5f9;--muted-foreground: #64748b;--border: #e2e8f0;--color-master: #b91c1c;--color-preprod: #ea580c;--color-uat: #d97706;--color-develop: #0d9488;--color-release: #0369a1;--color-features: #4338ca;--color-bugs: #db2777}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f8fafc;min-height:100vh;padding:2rem;color:var(--foreground);line-height:1.5;-webkit-font-smoothing:antialiased}.container{max-width:1400px;margin:0 auto;background:var(--card);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden}header{background:var(--background);padding:2rem 2.5rem;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:.5rem}header h1{font-size:1.5rem;font-weight:700;color:var(--foreground);letter-spacing:-.025em}header p{font-size:.875rem;color:var(--muted-foreground);font-weight:500}#graph-container{padding:2.5rem;background:var(--background);overflow-x:auto;min-height:400px;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.legend{padding:1.5rem 2.5rem;border-bottom:1px solid var(--border);background:#fff}.legend h3{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);margin-bottom:1rem;font-weight:600}.legend-items{display:flex;flex-wrap:wrap;gap:.75rem}.legend-item{display:flex;align-items:center;gap:.5rem;padding:.25rem .75rem .25rem .5rem;border-radius:9999px;border:1px solid var(--border);background:#fff;font-size:.8125rem;font-weight:500;transition:border-color .2s}.legend-item:hover{border-color:var(--muted-foreground)}.legend-color{width:10px;height:10px;border-radius:50%;flex-shrink:0}.scenario-description,.workflow-description{padding:3rem 2.5rem;border-top:1px solid var(--border);background:#fff}h2{font-size:1.25rem;font-weight:600;margin-bottom:1rem;letter-spacing:-.015em}h3{font-size:1rem;font-weight:600;margin-bottom:.75rem}h4{font-size:.875rem;font-weight:600}p{font-size:.9375rem;color:var(--muted-foreground);line-height:1.6}.scenario-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.workflow-header{max-width:700px;margin-bottom:3rem}.branch-table-container{margin:2rem 0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.branch-table{width:100%;border-collapse:collapse;font-size:.875rem;text-align:left}.branch-table th{background:var(--muted);padding:.75rem 1.5rem;font-weight:600;color:var(--foreground);border-bottom:1px solid var(--border)}.branch-table td{padding:1rem 1.5rem;border-bottom:1px solid var(--border);color:var(--muted-foreground)}.branch-table tr:last-child td{border-bottom:none}.branch-table tr:hover{background:#f8fafc}code{background:var(--muted);color:var(--foreground);padding:.125rem .375rem;border-radius:4px;font-family:Geist Mono,Consolas,monospace;font-size:.85em}.promotion-summary{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;margin-top:2rem}.summary-card{border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.invariant-box{margin-top:2rem;padding:1.5rem;background:#f0f9ff;border:1px solid #bae6fd;border-radius:var(--radius);color:#0c4a6e}.invariant-box code{background:#fff;border:1px solid #bae6fd;color:#0369a1;display:block;margin:.5rem 0;padding:.5rem}.info-btn{appearance:none;border:1px solid var(--border);background:transparent;width:20px;height:20px;border-radius:50%;margin-left:.5rem;cursor:pointer;position:relative;color:var(--muted-foreground);display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;transition:all .2s}.info-btn:before{content:"?"}.info-btn:hover{background:var(--foreground);color:var(--background);border-color:var(--foreground)}.modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:none;align-items:center;justify-content:center;z-index:50}.modal-overlay.active{display:flex}.modal-content{background:var(--background);width:100%;max-width:600px;border-radius:var(--radius);border:1px solid var(--border);box-shadow:none}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--border)}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--muted-foreground)}.modal-body{padding:1.5rem;background:#f8fafc}pre.code-block{background:#1e293b;color:#e2e8f0;padding:1rem;border-radius:var(--radius);overflow-x:auto;font-size:.85rem}@media(max-width:768px){body{padding:1rem}.promotion-summary{grid-template-columns:1fr;gap:2rem}.scenario-grid{grid-template-columns:1fr}header,.legend,#graph-container,.scenario-description,.workflow-description{padding:1.5rem}}
