@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");.nis2-timeline-graphic-wrapper{--primary:#00d4aa;--primary-dark:#00b89a;--secondary:#1dd1a1;--accent:#55efc4;--success:#00b894;--warning:#ff9800;--danger:#e17055;--light:#f8f9fa;--dark:#2d3436;--gray:#636e72;--blue:#2e86c1;font-family:Inter,sans-serif;padding:30px 0}.nis2-timeline-graphic-wrapper .header{margin-bottom:40px}.nis2-timeline-graphic-wrapper .title{color:var(--dark);font-size:2.5rem;font-weight:800;margin-bottom:10px}.nis2-timeline-graphic-wrapper .subtitle{color:var(--gray);font-size:1.2rem;font-weight:500}.nis2-timeline-graphic-wrapper .timeline-container{margin:50px 0;position:relative}.nis2-timeline-graphic-wrapper .timeline-years{display:flex;justify-content:space-between;margin-bottom:20px;padding:0 60px}.nis2-timeline-graphic-wrapper .year{color:var(--dark);font-size:1.1rem;font-weight:600;position:relative}.nis2-timeline-graphic-wrapper .main-timeline{background:linear-gradient(90deg,var(--primary) 0,var(--danger) 60%,var(--blue) 100%);border-radius:3px;height:6px;margin:20px 60px;position:relative}.nis2-timeline-graphic-wrapper .timeline-levels{margin-top:40px}.nis2-timeline-graphic-wrapper .timeline-level{margin-bottom:60px;position:relative}.nis2-timeline-graphic-wrapper .level-header{align-items:center;display:flex;margin-bottom:30px}.nis2-timeline-graphic-wrapper .level-icon{align-items:center;border-radius:12px;color:#fff;display:flex;font-size:24px;height:50px;justify-content:center;margin-right:20px;width:50px}.nis2-timeline-graphic-wrapper .level-icon.eu{background:linear-gradient(135deg,var(--primary),var(--secondary))}.nis2-timeline-graphic-wrapper .level-icon.state{background:linear-gradient(135deg,var(--danger),#ff6b6b)}.nis2-timeline-graphic-wrapper .level-icon.company{background:linear-gradient(135deg,var(--blue),#5dade2)}.nis2-timeline-graphic-wrapper .level-title{color:var(--dark);font-size:1.4rem;font-weight:700}.nis2-timeline-graphic-wrapper .level-subtitle{color:var(--gray);font-size:1rem;font-weight:500}.nis2-timeline-graphic-wrapper .events-timeline{margin-left:70px;position:relative}.nis2-timeline-graphic-wrapper .timeline-line{background:#e0e0e0;border-radius:2px;bottom:0;left:0;position:absolute;top:0;width:3px}.nis2-timeline-graphic-wrapper .timeline-event{margin-bottom:30px;padding-left:40px;position:relative}.nis2-timeline-graphic-wrapper .timeline-dot{border:3px solid #fff;border-radius:50%;box-shadow:0 3px 12px rgba(0,0,0,.15);height:16px;left:-8px;position:absolute;top:8px;width:16px;z-index:2}.nis2-timeline-graphic-wrapper .timeline-dot.past{background:var(--primary)}.nis2-timeline-graphic-wrapper .timeline-dot.current{animation:pulse 2s infinite;background:var(--danger)}.nis2-timeline-graphic-wrapper .timeline-dot.inactive{background:#ccc}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(225,112,85,.4)}70%{box-shadow:0 0 0 10px rgba(225,112,85,0)}to{box-shadow:0 0 0 0 rgba(225,112,85,0)}}.nis2-timeline-graphic-wrapper .event-card{background:#fafbfc;border:2px solid #e8f4f8;border-radius:12px;padding:20px;position:relative;transition:all .3s ease}.nis2-timeline-graphic-wrapper .event-card:hover{border-color:var(--primary);box-shadow:0 8px 25px rgba(0,212,170,.1);transform:translateY(-2px)}.nis2-timeline-graphic-wrapper .event-card.critical{background:linear-gradient(135deg,#fff5f5,#ffebee);border-color:var(--danger)}.nis2-timeline-graphic-wrapper .event-card.future{background:linear-gradient(135deg,#f3f8ff,#e8f4fd);border-color:var(--blue)}.nis2-timeline-graphic-wrapper .event-date{color:var(--primary);font-size:.9rem;font-weight:700;margin-bottom:8px}.nis2-timeline-graphic-wrapper .event-date.critical{color:var(--danger)}.nis2-timeline-graphic-wrapper .event-date.future{color:var(--blue)}.nis2-timeline-graphic-wrapper .event-title{color:var(--dark);font-size:1.1rem;font-weight:700;margin-bottom:8px}.nis2-timeline-graphic-wrapper .event-description{color:var(--gray);font-size:.95rem;line-height:1.5}.nis2-timeline-graphic-wrapper .critical-badge{background:var(--danger);border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;padding:5px 15px;position:absolute;right:20px;top:-10px}.nis2-timeline-graphic-wrapper .watermark{bottom:20px;color:var(--gray);font-size:.9rem;font-weight:500;opacity:.7;position:absolute;right:30px}.nis2-timeline-graphic-wrapper .obligation-highlight{background:linear-gradient(135deg,var(--blue),#5dade2);border-radius:15px;box-shadow:0 8px 25px rgba(46,134,193,.2);color:#fff;font-weight:600;padding:15px 25px;position:absolute;right:30px;top:20px}@media (max-width:768px){.nis2-timeline-graphic-wrapper .timeline-years{font-size:.9rem;padding:0 20px}.nis2-timeline-graphic-wrapper .main-timeline{margin:20px}.nis2-timeline-graphic-wrapper .events-timeline{margin-left:50px}.nis2-timeline-graphic-wrapper .timeline-event{padding-left:30px}.nis2-timeline-graphic-wrapper .obligation-highlight{margin-bottom:20px;position:static;text-align:center}}