@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Outfit:wght@500;700&display=swap";:root{--bg-dark: #050505;--bg-card: #0a0a0a;--text-main: #ffffff;--text-muted: #888888;--glass-bg: rgba(255, 255, 255, .03);--glass-border: rgba(255, 255, 255, .08);--accent-glow: rgba(255, 255, 255, .15);--transition-smooth: all .6s cubic-bezier(.16, 1, .3, 1)}*{margin:0;padding:0;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}body{background-color:var(--bg-dark);color:var(--text-main);font-family:Inter,sans-serif;overflow-x:hidden;width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:700;letter-spacing:-.02em}a{text-decoration:none;color:inherit}ul{list-style:none}::-webkit-scrollbar{width:0px;background:transparent}.timeline-wrapper{width:100%;max-width:1050px;position:relative}.timeline-line{position:absolute;top:0;bottom:0;left:50%;width:1px;transform:translate(-50%);background:linear-gradient(to bottom,#fff0,#ffffff40,#fff0)}.timeline-grid{display:grid;gap:2rem}.timeline-row{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:stretch;gap:1.5rem}.timeline-side{display:flex}.timeline-side-left{justify-content:flex-end}.timeline-side-right{justify-content:flex-start}.timeline-side>article{width:min(100%,470px)}.timeline-card{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:1.15rem;padding:1.6rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.timeline-year{color:#9ca3af;font-size:.8rem;letter-spacing:.09em;font-weight:700}.timeline-title{font-size:1.3rem;margin-top:.5rem;margin-bottom:.5rem;color:#fff}.timeline-detail{color:#b3b3b3;line-height:1.6;font-size:.95rem}.timeline-side-empty{visibility:hidden}.timeline-dot-wrap{display:flex;justify-content:center;align-items:center;position:relative;z-index:1}.timeline-dot{width:16px;height:16px;border-radius:50%;border:3px solid #0b0b0b;background:#fff;box-shadow:0 0 20px #fff9}@media(max-width:900px){.timeline-line{left:7px;transform:none}.timeline-row{grid-template-columns:auto minmax(0,1fr);gap:1rem}.timeline-dot-wrap{justify-content:flex-start;align-items:flex-start;padding-top:1.15rem}.timeline-side{grid-column:2;justify-content:stretch}.timeline-side>article{width:100%}.timeline-side-empty{display:none}}.glass{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border)}.container{width:90%;max-width:1400px;margin:0 auto}.flex-center{display:flex;justify-content:center;align-items:center}.full-screen{width:100vw;height:100vh}.text-gradient{background:linear-gradient(to right,#fff,#888);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
