*{margin:0;padding:0;box-sizing:border-box}.projects-horizontal{width:100vw;height:100vh;overflow:hidden;background:#000;color:#fff;font-family:Arial,sans-serif;position:relative;padding-top:0!important;margin-top:0!important}.timeline-header{position:fixed;top:80px;left:0;width:100%;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;z-index:1000;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);height:80px}.timeline-header .header-title .main-title{font-size:1.5rem;font-weight:700;letter-spacing:2px}.timeline-header .header-title .sub-title{font-size:.8rem;opacity:.7;letter-spacing:1px}.timeline-header .current-year-display{font-size:2rem;font-weight:900;color:#6366f1}.year-navigation-horizontal{position:fixed;top:160px;left:0;width:100%;display:flex;justify-content:center;gap:3rem;padding:1rem 2rem;z-index:1000;background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);height:70px}.year-navigation-horizontal .nav-year{background:none;border:none;color:#ffffff80;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.5rem;transition:all .3s ease;position:relative}.year-navigation-horizontal .nav-year .year-number{font-size:.9rem;font-weight:600}.year-navigation-horizontal .nav-year .year-dot{width:8px;height:8px;border-radius:50%;background:currentColor;transition:all .3s ease}.year-navigation-horizontal .nav-year.active{color:var(--year-color)}.year-navigation-horizontal .nav-year.active .year-dot{transform:scale(1.5);box-shadow:0 0 10px var(--year-color)}.year-navigation-horizontal .nav-year.active:after{content:"";position:absolute;bottom:-8px;width:100%;height:2px;background:var(--year-color);border-radius:1px}.year-navigation-horizontal .nav-year:hover{color:var(--year-color);transform:translateY(-2px)}.horizontal-timeline{width:100vw;height:calc(100vh - 230px);margin-top:230px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth}.horizontal-timeline::-webkit-scrollbar{display:none}.horizontal-timeline .timeline-track{display:flex;height:100%}.year-section-horizontal{width:100vw;height:100%;scroll-snap-align:start;display:flex;position:relative;flex-shrink:0}.year-section-horizontal .year-info-panel{width:35%;padding:2rem 3rem;display:flex;flex-direction:column;justify-content:center;border-right:1px solid rgba(255,255,255,.1);background:#0000004d}.year-section-horizontal .year-info-panel .year-title{font-size:6rem;font-weight:900;color:var(--year-color);line-height:1;margin-bottom:1rem}.year-section-horizontal .year-info-panel .year-subtitle{margin-bottom:1rem}.year-section-horizontal .year-info-panel .year-subtitle .era-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#fff}.year-section-horizontal .year-info-panel .year-subtitle .era-subtitle{font-size:1rem;opacity:.7;color:#fffc}.year-section-horizontal .year-info-panel .projects-count{font-size:.9rem;opacity:.6;color:var(--year-color)}.year-section-horizontal .projects-visualization{flex:1;position:relative;background:radial-gradient(circle at center,rgba(255,255,255,.02) 0%,transparent 70%);overflow:hidden}.year-section-horizontal .projects-visualization .visualization-bg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.year-section-horizontal .projects-visualization .visualization-bg .bg-grid{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:50px 50px}.year-section-horizontal .projects-visualization .visualization-bg .bg-particles{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 20% 30%,var(--year-color) 1px,transparent 1px),radial-gradient(circle at 80% 70%,var(--year-color) 1px,transparent 1px);background-size:100px 100px;opacity:.1}.year-section-horizontal .projects-visualization .project-nodes-container{position:relative;width:100%;height:100%}.year-section-horizontal .projects-visualization .connection-lines{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.project-node{position:absolute;transform:translate(-50%,-50%);cursor:pointer;z-index:10;transition:z-index .3s ease}.project-node:hover{z-index:100!important}.project-node .node-core{width:50px;height:50px;position:relative}.project-node .node-core:before{content:"";position:absolute;width:100%;height:100%;background:radial-gradient(circle,var(--project-color),transparent 70%);border-radius:50%;animation:nodeFloat 3s ease-in-out infinite}.project-node .node-glow{position:absolute;width:100px;height:100px;background:radial-gradient(circle,var(--project-color) 0%,transparent 70%);border-radius:50%;opacity:.3;animation:glowPulse 2s ease-in-out infinite;top:50%;left:50%;transform:translate(-50%,-50%)}.project-node .node-pulse{position:absolute;width:50px;height:50px;border:2px solid var(--project-color);border-radius:50%;animation:pulseWave 2s ease-out infinite;top:50%;left:50%;transform:translate(-50%,-50%)}.project-name{position:absolute;top:60px;left:50%;transform:translate(-50%);background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;white-space:nowrap;border:1px solid rgba(255,255,255,.1);z-index:10;min-width:120px;text-align:center}.project-description{position:absolute;bottom:60px;left:50%;transform:translate(-50%);background:#000000f2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:1rem;border-radius:12px;font-size:.8rem;max-width:250px;border:1px solid var(--project-color);text-align:center;z-index:1000}.project-description .click-hint{margin-top:.5rem;font-size:.7rem;opacity:.7;color:var(--project-color)}.project-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:2000}.project-modal{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;border:1px solid rgba(255,255,255,.2);position:relative;max-height:95vh;overflow-y:auto}.project-modal.large-modal{width:90%;max-width:1200px;padding:2rem}.project-modal .close-button{position:absolute;top:1rem;right:1rem;background:#ffffff1a;border:none;color:#fff;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.project-modal .close-button:hover{background:#fff3;transform:scale(1.1)}.project-modal .modal-header{margin-bottom:2rem}.project-modal .modal-header h3{font-size:2.5rem;color:#fff;margin-bottom:1rem;background:linear-gradient(45deg,#fff,var(--project-color, #6366f1));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.project-modal .modal-header .project-modal-description{color:#fffc;font-size:1.2rem;line-height:1.6}.project-media-large{width:100%}.project-media-large .youtube-container-large{position:relative;width:70%;margin:0 auto;padding-bottom:39.375%}.project-media-large .youtube-container-large iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;border:2px solid rgba(255,255,255,.1)}.project-media-large .image-container-large{width:70%;margin:0 auto;text-align:center}.project-media-large .image-container-large img{max-width:100%;max-height:50vh;border-radius:12px;border:2px solid rgba(255,255,255,.1);box-shadow:0 20px 40px #00000080}.scroll-progress-container{position:fixed;bottom:0;left:0;width:100%;height:4px;background:#ffffff1a;z-index:1000}.scroll-progress-container .scroll-progress-bar{height:100%;background:linear-gradient(90deg,#6366f1,#8b5cf6,#ec4899);transition:width .1s ease}.navigation-arrows{position:fixed;bottom:2rem;right:2rem;display:flex;gap:1rem;z-index:1000}.navigation-arrows .nav-arrow{width:60px;height:60px;border:none;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.navigation-arrows .nav-arrow:hover:not(:disabled){background:#fff3;transform:scale(1.1)}.navigation-arrows .nav-arrow:disabled{opacity:.3;cursor:not-allowed}@keyframes nodeFloat{0%,to{transform:translate(-50%,-50%) translateY(0) scale(1)}50%{transform:translate(-50%,-50%) translateY(-8px) scale(1.05)}}@keyframes glowPulse{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.6;transform:translate(-50%,-50%) scale(1.1)}}@keyframes pulseWave{0%{transform:translate(-50%,-50%) scale(1);opacity:1}to{transform:translate(-50%,-50%) scale(2);opacity:0}}@media(max-width:768px){.timeline-header{padding:1rem;height:70px}.timeline-header .main-title{font-size:1.2rem}.timeline-header .current-year-display{font-size:1.5rem}.year-navigation-horizontal{top:70px;height:60px;gap:1.5rem;padding:1rem}.year-navigation-horizontal .nav-year .year-number{font-size:.8rem}.horizontal-timeline{height:calc(100vh - 130px);margin-top:130px}.year-section-horizontal{flex-direction:column}.year-section-horizontal .year-info-panel{width:100%;height:30%;padding:1rem;border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}.year-section-horizontal .year-info-panel .year-title{font-size:3rem}.year-section-horizontal .projects-visualization{height:70%}.project-modal.large-modal{width:95%;padding:1rem}.project-modal.large-modal .modal-header h3{font-size:1.8rem}.navigation-arrows{bottom:1rem;right:1rem}.navigation-arrows .nav-arrow{width:50px;height:50px;font-size:1.5rem}}:root{--accent-color: #6366f1;--bg-0: linear-gradient(180deg, #050510 0%, #060619 100%)}.es-advanced-page{min-height:100vh;background:var(--bg-0);color:#eaf0ff;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;padding-bottom:6rem}.es-advanced-hero{padding:2.6rem 1rem 1rem;text-align:center}.es-advanced-hero h1{font-size:2.2rem;margin-bottom:.3rem}.es-advanced-hero p{color:#ffffffbf;margin:0 auto;max-width:820px}.es-advanced-layout{display:grid;grid-template-columns:1fr 420px;gap:1rem;max-width:1200px;margin:1.2rem auto;padding:0 1rem}@media(max-width:980px){.es-advanced-layout{grid-template-columns:1fr}}.es-track-column{position:relative;background:linear-gradient(180deg,#ffffff03,#ffffff02);border-radius:12px;padding:1rem;box-shadow:0 12px 40px #0009}.es-track-svg{width:100%;height:260px;display:block;border-radius:10px;background:linear-gradient(180deg,#ffffff03,#ffffff03);overflow:visible;border:1px solid rgba(255,255,255,.03)}.es-track-dot{position:absolute;width:30px;height:30px;left:0;top:0;transform-origin:center;z-index:40;pointer-events:none}.es-dot-core{width:12px;height:12px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#fff,#dbe5ff 20%,var(--accent-color) 60%);box-shadow:0 8px 28px #0009,0 2px 8px #0000004d}.es-dot-glow{position:absolute;width:36px;height:36px;border-radius:50%;background:radial-gradient(circle,var(--accent-color) 0%,rgba(255,255,255,.02) 40%,transparent 70%);filter:blur(10px);top:50%;left:50%;transform:translate(-50%,-50%);z-index:10}.es-track-footer{text-align:center;margin-top:.6rem;color:#fff9;font-size:.9rem}.es-info-column{border-left:4px solid var(--accent-color);padding:1rem;border-radius:12px;background:linear-gradient(180deg,#ffffff03,#ffffff02);display:flex;flex-direction:column;gap:1rem;min-height:260px}.es-info-card{display:grid;grid-template-columns:140px 1fr;gap:.8rem;align-items:center;padding:.6rem;border-radius:10px;background:linear-gradient(180deg,#ffffff03,#ffffff01);border:1px solid rgba(255,255,255,.03)}.es-info-media img{width:140px;height:96px;object-fit:cover;border-radius:8px;display:block}.es-info-body h3{margin:0 0 .35rem;font-size:1.05rem}.es-info-body p{margin:0 0 .6rem;color:#ffffffdb}.btn{display:inline-flex;gap:.5rem;align-items:center;padding:.45rem .7rem;border-radius:8px;border:none;cursor:pointer}.btn-primary{background:linear-gradient(90deg,var(--accent-color),#ff6aa6);color:#fff}.btn-ghost{background:transparent;border:1px solid rgba(255,255,255,.04);color:#fff}.es-marker-list{display:flex;flex-direction:column;gap:.5rem;margin-top:auto}.es-marker-btn{display:flex;align-items:center;gap:.6rem;padding:.5rem;border-radius:8px;background:transparent;border:1px solid rgba(255,255,255,.03);color:#eaf0ff;cursor:pointer;text-align:left}.es-marker-btn .dot{width:12px;height:12px;border-radius:50%;display:inline-block}.es-marker-btn .label{font-size:.95rem;opacity:.95}.es-marker-btn.active{background:linear-gradient(90deg,#ffffff05,#ffffff03);box-shadow:0 8px 30px #00000080}.es-modal-overlay{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;background:#0009}.es-modal-content{width:min(1000px,96%);max-height:90vh;overflow:auto;border-radius:12px;background:linear-gradient(180deg,#07071a,#0b0b19);border:1px solid rgba(255,255,255,.04);padding:1rem;position:relative}.es-modal-close{position:absolute;right:1rem;top:1rem;background:transparent;border:none;color:#fff;font-size:1.6rem;cursor:pointer}.es-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.es-modal-media img{width:100%;height:100%;object-fit:cover;border-radius:8px}.es-modal-body h2{margin-top:0}.es-modal-actions{display:flex;gap:.6rem;margin-top:1rem}@media(max-width:980px){.es-advanced-layout{grid-template-columns:1fr}.es-info-column{order:2;margin-top:1rem;border-left:none;border-top:4px solid var(--accent-color)}.es-track-svg{height:200px}.es-modal-grid{grid-template-columns:1fr}}
