:root { color-scheme: light; --ink: #292d32; --muted: #555d66; --link: #17618a; --line: #dce1e5; --paper: #fff; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.65; } * { box-sizing: border-box; } body { margin: 0; overflow-wrap: anywhere; } a { color: var(--link); text-underline-offset: .2em; } a:hover { text-decoration-thickness: .15em; } a:focus-visible { outline: 3px solid var(--link); outline-offset: 5px; } .skip-link { position: absolute; top: .75rem; left: 1rem; max-width: calc(100% - 2rem); padding: .6rem 1rem; background: white; transform: translateY(-200%); z-index: 1; } .skip-link:focus { transform: none; } .site-header, main, .footer-inner { width: min(100% - 3rem, 60rem); margin-inline: auto; } .site-header { padding-block: clamp(2.5rem, 7vw, 5rem) 2rem; text-align: center; } h1, h2, h3 { line-height: 1.2; text-wrap: balance; } h1 { max-width: 22ch; margin: 0 auto 1.2rem; font-size: clamp(2rem, 4.6vw, 3rem); letter-spacing: -.035em; } .group-link { font-size: 1.125rem; } .intro { max-width: 46rem; margin: 1rem auto 3rem; } p { margin: 0 0 1rem; } .category { margin-block: 3.5rem; } .category-title { font-size: 1rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); padding-bottom: 1rem; border-bottom: 2px solid var(--ink); } .project { padding-block: 2rem 2.5rem; border-bottom: 1px solid var(--line); scroll-margin-top: 1.5rem; } .project:last-child { border-bottom: 0; } .project-heading { margin-bottom: 1.5rem; } .project-title { font-size: clamp(1.5rem, 3vw, 2rem); letter-spacing: -.02em; margin: 0 0 .8rem; } .venue { display: inline-block; padding: .25rem .65rem; border-radius: .25rem; font-size: .8rem; font-weight: 650; line-height: 1.6; color: white; background: #353b42; } .venue-eccv { background: #934800; } .venue-neurips { background: #68448b; } .venue-eurographics { background: #003399; } .venue-cvprw { background: #14618f; } .venue-arxiv { background: #a41a1a; } .project-body { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: 2rem; align-items: start; } .project-image { display: block; width: fit-content; max-width: 100%; } .project-image img { display: block; max-width: 100%; height: auto; border-radius: .25rem; } .project-links { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.25rem; } .resource-link { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 44px; max-width: 100%; padding: .45rem 1rem; background: var(--ink); color: white; border-radius: 2rem; text-decoration: none; font-size: .9rem; } .resource-link span { min-width: 0; } .resource-link:hover { background: #444c55; } .resource-link svg { width: 1rem; height: 1rem; flex: none; } .site-footer { margin-top: 3rem; padding-block: 2rem; background: #f5f6f7; color: var(--muted); font-size: .9rem; } .footer-links { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; margin-bottom: 1rem; } .site-footer p { margin-bottom: 0; } @media (max-width: 42rem) { .site-header, main, .footer-inner { width: min(100% - 2rem, 60rem); } .site-header { text-align: left; } h1 { margin-left: 0; } .intro { margin-bottom: 2rem; } .category { margin-block: 2.5rem; } .project-body { grid-template-columns: minmax(0, 1fr); gap: 1.25rem; } .project-image { max-width: min(100%, 26rem); } } @media print { .skip-link { display: none; } .site-header { padding-top: 0; } .project { break-inside: avoid; } .resource-link { color: black; background: white; border: 1px solid; } }