:root{--bg-body:#fafafa;--bg-surface:#fff;--color-text:#424242;--color-text-muted:#00000080;--color-border:#e3e3e3;--color-accent:#2196f3;--color-tag-bg:#2196f3;--color-tag-text:#fff;--color-icon-bg:#2196f3;--color-icon-text:#fff}[data-theme=dark]{--bg-body:#121212;--bg-surface:#1e1e1e;--color-text:#e0e0e0;--color-text-muted:#ffffff80;--color-border:#444;--color-accent:#90caf9;--color-tag-bg:#90caf926;--color-tag-text:#90caf9;--color-icon-bg:#1565c0;--color-icon-text:#90caf9}.main{flex:1 1;min-height:100vh}.vertical-timeline{overflow-x:hidden}#root,body,html{height:100%}body{background-color:var(--bg-body);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}footer{background-color:var(--bg-surface);display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--color-border);width:100%;padding:1.25rem 1.5rem}@media (max-width:480px){footer{flex-direction:column;align-items:center;gap:.4rem;padding:.6rem 1rem}}.vertical-timeline-element-content:hover .card-link-icon{opacity:1!important}[data-theme=dark] .header-logo{filter:brightness(0) invert(1)}*,:after,:before{box-sizing:border-box}