.timeline{margin:0}.timeline__controls{z-index:10;background-color:#ffe8d6;border-bottom:2px solid #6b705c;margin-bottom:1rem;padding:1rem;position:-webkit-sticky;position:sticky;top:0;box-shadow:0 4px 8px -2px rgba(9,30,66,.25),0 0 0 1px rgba(9,30,66,.08)}.timeline__perspective-selector{grid-template-columns:repeat(4,1fr);gap:.25rem;display:grid}@media (min-width:768px){.timeline__perspective-selector{gap:1rem;max-width:48rem;margin:0 auto}}.timeline__perspective-button{color:#6b705c;background-color:#b7b7a4;border:1px solid #6b705c;border-radius:1rem;padding:.5rem 1rem;font-size:.8rem;transition:all .2s;box-shadow:0 4px 8px -2px rgba(9,30,66,.25),0 0 0 1px rgba(9,30,66,.08)}@media (min-width:768px){.timeline__perspective-button{padding:.75rem 1rem;font-size:1rem}}.timeline__perspective-button--active{color:#ffe8d6;background-color:#6b705c;border-color:#6b705c;box-shadow:0 2px 4px rgba(107,112,92,.3)}.timeline__events{flex-direction:column;gap:1rem;margin:0 1rem;display:flex}@media (min-width:768px){.timeline__events{max-width:48rem;margin:0 auto}}.timeline__event{opacity:0;background-color:#ffe8d6;border:2px solid #a5a58d;border-radius:1rem;padding:2rem;transition:box-shadow .2s;animation:.6s ease-out forwards slideIn;transform:translate(-30px);box-shadow:0 4px 8px -2px rgba(9,30,66,.25),0 0 0 1px rgba(9,30,66,.08)}@keyframes slideIn{to{opacity:1;transform:translate(0)}}.timeline__event:first-child{animation-delay:.1s}.timeline__event:nth-child(2){animation-delay:.2s}.timeline__event:nth-child(3){animation-delay:.3s}.timeline__event:nth-child(4){animation-delay:.4s}.timeline__event:nth-child(5){animation-delay:.5s}.timeline__event:nth-child(6){animation-delay:.6s}.timeline__event:nth-child(7){animation-delay:.7s}.timeline__event:nth-child(8){animation-delay:.8s}.timeline__event:nth-child(9){animation-delay:.9s}.timeline__event:nth-child(10){animation-delay:1s}.timeline__event:nth-child(11){animation-delay:1.1s}.timeline__event:nth-child(12){animation-delay:1.2s}.timeline__event:nth-child(13){animation-delay:1.3s}.timeline__event:nth-child(14){animation-delay:1.4s}.timeline__event:nth-child(15){animation-delay:1.5s}.timeline__event--gap{background-color:#b7b7a4;border-style:dashed;border-color:#6b705c}.timeline__event-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.25rem;display:flex}.timeline__event-date{color:#6b705c;font-size:.9rem;font-weight:600}.timeline__event-description{color:#6b705c;text-align:right;max-width:70%;margin-bottom:0;font-size:.85rem}.timeline__event-title{color:#6b705c;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.timeline__event-biases{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.timeline__bias-tag{color:#6b705c;background-color:#ffe8d6;border:1px solid #6b705c;border-radius:2rem;align-items:center;gap:.25rem;padding:.375rem .75rem;font-size:.8rem;transition:all .2s;display:flex;box-shadow:0 4px 8px -2px rgba(9,30,66,.25),0 0 0 1px rgba(9,30,66,.08)}.timeline__event--gap .timeline__bias-tag{color:#ffe8d6;background-color:#6b705c;border-color:#6b705c}
