.nomad-event-flow-card{margin-top:10px;background:#020302;border:1px solid #28342d;box-shadow:0 0 0 1px rgba(86,210,123,.025) inset;min-width:0}
.nomad-flow-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-bottom:1px solid #202a24;background:#050706}
.nomad-flow-head b{display:block;font-size:10px;letter-spacing:.08em;color:#dfe9e2}
.nomad-flow-head small{display:block;margin-top:3px;font-size:8px;color:#708078}
.nomad-flow-head>span{font-size:8px;font-weight:900;letter-spacing:.08em;color:#73dc91}
.nomad-flow-legend{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:8px 12px 2px;color:#a7b4ac;font-size:8px;background:#020302}
.nomad-flow-legend span{display:inline-flex;align-items:center;gap:5px}
.nomad-flow-legend i{width:7px;height:7px;border-radius:50%;display:inline-block}
.nomad-flow-legend .home i{background:#52d985;box-shadow:0 0 8px rgba(82,217,133,.45)}
.nomad-flow-legend .away i{background:#e08d5f;box-shadow:0 0 8px rgba(224,141,95,.4)}
.nomad-flow-legend b{font-size:9px;color:#eef4ef}
.nomad-flow-legend>small{margin-left:auto;color:#627067}
.nomad-flow-chart{padding:2px 8px 0;background:#020302;overflow:hidden}
.nomad-flow-svg{display:block;width:100%;height:190px;background:#020302;overflow:visible}
.nomad-flow-grid-line{stroke:#1b241f;stroke-width:.5;vector-effect:non-scaling-stroke}
.nomad-flow-grid-line.mid{stroke:#34443a;stroke-width:.8}
.nomad-flow-grid-line.vertical{stroke:#111813;stroke-width:.4}
.nomad-flow-axis-label{fill:#58675e;font-size:7px;font-family:system-ui,sans-serif}
.nomad-flow-area{pointer-events:none;opacity:.82}
.nomad-flow-line{fill:none;stroke-width:.48;vector-effect:non-scaling-stroke;stroke-linejoin:round;stroke-linecap:round;pointer-events:none}
.nomad-flow-line.home{stroke:#52d985;filter:drop-shadow(0 1px 1.2px rgba(82,217,133,.38))}
.nomad-flow-line.away{stroke:#e08d5f;filter:drop-shadow(0 1px 1.2px rgba(224,141,95,.34))}
.nomad-flow-end{vector-effect:non-scaling-stroke;transform-box:fill-box;transform-origin:center;animation:nomad-flow-pulse 1.15s ease-in-out infinite}
.nomad-flow-end.home{fill:#52d985;stroke:#b8ffd0;stroke-width:.6}
.nomad-flow-end.away{fill:#e08d5f;stroke:#ffd4bc;stroke-width:.6;animation-delay:.25s}
@keyframes nomad-flow-pulse{0%,100%{opacity:.55;transform:scale(.86)}50%{opacity:1;transform:scale(1.42)}}
.nomad-flow-foot{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:7px 12px 9px;border-top:1px solid #121914;background:#050706;color:#65736b;font-size:7px;line-height:1.35}
.nomad-flow-loading,.nomad-flow-empty{min-height:150px;display:flex;align-items:center;justify-content:center;padding:16px;text-align:center;background:#020302;color:#6f7d74;font-size:9px}
.book-flow-single{margin-top:8px}
@media(max-width:760px){.nomad-flow-svg{height:150px}.nomad-flow-head{padding:9px 10px}.nomad-flow-legend{padding:7px 10px 2px;gap:9px}.nomad-flow-legend>small{width:100%;margin-left:0}.nomad-flow-foot{padding:7px 10px 9px}.nomad-flow-loading,.nomad-flow-empty{min-height:120px}}
@media(prefers-reduced-motion:reduce){.nomad-flow-end{animation:none}}