:root{--color-accent-1: #028dde;--bg-color-accent-1: #E5F3FC;--bg-color-accent-3: #80C6EE;--bg-color-accent-7: #1C99E2;--bg-color-1: #1F1F1F;--bg-color-2: white;--fg-color-1: #1F1F1F;--fg-color-2: white;--fg-color-3: white;--color-realized: green;--bg-color-realized: #D6FFD6;--color-invalidated: red;--bg-color-invalidated: #FFD6D6;--fg-color-button: #028DDE;--bg-color-button: #E5F3FC;--bg-color-button-hover: #C2E5FF;--color-button-border: #028DDE}@media(prefers-color-scheme: dark){:root{--color-accent-1: #028dde;--bg-color-accent-1: #295069;--bg-color-accent-3: #0e7097;--bg-color-accent-7: #0f547d;--bg-color-1: #282828;--bg-color-2: #333639;--fg-color-1: #C7C7C7;--fg-color-2: #757575;--fg-color-3: #C7C7C7;--color-realized: green;--bg-color-realized: #0f510f;--color-invalidated: #991111;--bg-color-invalidated: #5d2424;--fg-color-button: #C7C7C7;--bg-color-button: #0f547d;--bg-color-button-hover: #028dde;--color-button-border: #028DDE}}#event-timeline{display:flex;flex-direction:column;justify-content:center;margin:50px}.event{margin-left:25%;height:140px;display:flex;align-items:center}.event-date{box-sizing:border-box;width:120px;min-width:120px;display:flex;justify-content:center}.event-line{display:flex;height:100%;align-items:center;box-sizing:border-box;width:30px;min-width:30px;margin-right:30px;margin-left:30px;background:linear-gradient(var(--fg-color-1), var(--fg-color-1)) no-repeat center/3px 100%}@media(max-width: 650px){.event{height:80px}}@media(max-width: 600px){.event{height:90px}}@media(max-width: 550px){.event{height:110px}}.event-right{display:flex;flex-direction:column;height:100%;justify-content:center}.tile-invalidated>.event-line>.event-line-bubble:before{display:flex;justify-content:center;font-weight:bold;content:"-"}.tile-realized>.event-line>.event-line-bubble:before{display:flex;justify-content:center;font-weight:bold;content:"+"}.tile-invalidated>.event-line>.event-line-bubble{height:30px;width:30px;justify-content:center;align-items:center;border:2px solid var(--color-invalidated);border-radius:100%;background-color:var(--bg-color-invalidated)}.tile-realized>.event-line>.event-line-bubble{height:30px;width:30px;display:flex;justify-content:center;align-items:center;border:2px solid var(--color-realized);border-radius:100%;background-color:var(--bg-color-realized)}.tile-invalidated>.event-date{background-color:var(--bg-color-invalidated);border-radius:.6rem;border:2px solid var(--color-invalidated)}.tile-realized>.event-date{background-color:var(--bg-color-realized);border-radius:.6rem;border:2px solid var(--color-realized)}.event-participants{display:flex;flex-wrap:wrap;min-width:500px}.bubble{border:2px solid var(--fg-color-2);background-color:var(--bg-color-1);border-radius:10px;padding:5px;margin-right:10px;margin-top:10px}