@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--background:#000;--foreground:#ededed;--muted:#888;--border:#222;--accent:#fff;--glass-bg:#ffffff08;--glass-border:#ffffff14;--glass-hover:#ffffff0f}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}::selection{background-color:var(--foreground);color:var(--background)}a{color:inherit;text-decoration:none;transition:color .2s}a:hover{color:var(--accent)}.layout-wrapper{min-height:100vh;position:relative}.bg-glow{z-index:0;pointer-events:none;background:radial-gradient(circle at 50% -20%,#1e1e23 0%,#000 70%);position:fixed;inset:0}.main-content{z-index:10;flex-direction:column;gap:8rem;max-width:48rem;margin:0 auto;padding:8rem 2rem;display:flex;position:relative}.glass-panel{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(12px);border-radius:12px;padding:2rem;transition:background .2s,transform .2s}.glass-panel:hover{background:var(--glass-hover)}.tag{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--muted);letter-spacing:.02em;border-radius:9999px;padding:4px 12px;font-size:.8rem;font-weight:500}.section-title{color:var(--accent);align-items:center;gap:.75rem;margin-bottom:2.5rem;font-size:1.5rem;font-weight:600;display:flex}.hero-section{flex-direction:column;justify-content:flex-start;max-width:40rem;display:flex}.tag-container{margin-bottom:2rem;display:inline-block}.title{letter-spacing:-.03em;color:var(--accent);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1}.subtitle{color:var(--muted);max-width:35rem;margin-bottom:2.5rem;font-size:1.25rem;font-weight:400;line-height:1.6}.text-white{color:var(--accent);font-weight:500}.hero-actions{align-items:center;gap:1rem;display:flex}.btn-primary{background:var(--accent);color:var(--background);border:1px solid var(--accent);border-radius:9999px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s}.btn-primary:hover{color:var(--accent);background:0 0}.btn-secondary{color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9999px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s}.btn-secondary:hover{color:var(--accent);border-color:var(--glass-border);background:var(--glass-hover)}.timeline-item{border-left:1px solid var(--glass-border);margin-bottom:2rem;padding-left:2rem;position:relative}.timeline-item:last-child{border-left-color:#0000}.timeline-dot{background:var(--border);border:2px solid var(--background);border-radius:50%;width:.7rem;height:.7rem;transition:background .2s;position:absolute;top:.2rem;left:-.35rem}.timeline-item:hover .timeline-dot{background:var(--accent)}.timeline-date{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.25rem;font-size:.875rem}.timeline-title{color:var(--foreground);margin-bottom:.25rem;font-size:1.125rem;font-weight:500}.timeline-desc{color:var(--muted);font-size:.95rem}
