.timeline{position:relative;padding:2rem 0}.timeline:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:4px;height:100%;background:linear-gradient(to bottom,#3b82f6,#1e40af);border-radius:2px;z-index:1}.timeline-item{position:relative;margin:1.5rem 0;width:100%}.timeline-item:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:16px;height:16px;background:#3b82f6;border:3px solid #ffffff;border-radius:50%;box-shadow:0 4px 8px #3b82f64d;z-index:2;top:1.5rem}.timeline-content{position:relative;width:45%;padding:1rem 1.25rem;background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001a;border:1px solid #e5e7eb;transition:all .3s ease;display:flex;flex-direction:row;gap:1rem;align-items:center}.timeline-content:hover{transform:translateY(-2px);box-shadow:0 8px 32px #00000026}.timeline-item:nth-child(odd) .timeline-content{margin-left:auto}.timeline-item:nth-child(2n) .timeline-content{margin-right:auto;flex-direction:row-reverse}.timeline-item:nth-child(2n) .timeline-content-info{text-align:right}.timeline-date{width:70px;text-align:center;background:#1e40af;color:#fff;padding:.35rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;white-space:nowrap;z-index:3;margin-bottom:.5rem}.timeline-item:nth-child(2n) .timeline-date{margin-left:auto}.timeline-arrow{position:absolute;top:1.5rem;width:0;height:0}.timeline-item:nth-child(odd) .timeline-arrow{left:-12px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-right:12px solid #ffffff}.timeline-item:nth-child(2n) .timeline-arrow{right:-12px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:12px solid #ffffff}.timeline-content h3{color:#1e40af;font-size:1.1rem;font-weight:700;margin-bottom:.5rem;line-height:1.3}.timeline-content p{color:#6b7280;font-size:.875rem;line-height:1.5;margin-bottom:.5rem}.timeline-meta{display:flex;gap:1rem;font-size:.875rem;color:#9ca3af;margin-bottom:1rem}.timeline-item:nth-child(2n) .timeline-meta{justify-content:flex-end}.timeline-categories{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.timeline-category{background:#eff6ff;color:#1e40af;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500}.timeline-image-wrapper{width:50%;flex-shrink:0}.timeline-image{width:100%;height:120px;object-fit:cover;border-radius:8px}.timeline-content-info{width:50%}@media(max-width:768px){.timeline:before{left:2rem}.timeline-item:before{left:2rem}.timeline-content{width:calc(100% - 4rem);margin-left:4rem!important;margin-right:0!important;flex-direction:column}.timeline-item:nth-child(2n) .timeline-content{flex-direction:column}.timeline-item:nth-child(2n) .timeline-content-info{text-align:left}.timeline-item:nth-child(2n) .timeline-date{margin-left:0}.timeline-image-wrapper,.timeline-content-info{width:100%}.timeline-image{height:150px}.timeline-arrow{display:none}}
