:root{--text:#222;--muted:#5f6673;--link:#3273dc;--border:#e4e7ec;--page:#f7f8fa;--white:#fff;--soft-blue:#eef5ff;--button:#363636}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:var(--page);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.62}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}.container{width:min(1100px,calc(100% - 32px));margin:0 auto}.container.narrow{width:min(900px,calc(100% - 32px))}.hero-section{padding:72px 0 28px;text-align:center;background:var(--white);border-bottom:1px solid var(--border)}.venue{margin:0 0 14px;color:var(--muted);font-size:1.05rem;font-weight:600}h1{max-width:980px;margin:0 auto 28px;font-size:clamp(2.15rem,5vw,4.2rem);line-height:1.08;font-weight:700;letter-spacing:0}h2{margin:0 0 20px;font-size:clamp(1.7rem,3vw,2.25rem);line-height:1.18;text-align:center;font-weight:650;letter-spacing:0}h3{margin:0 0 8px;font-size:1.08rem;line-height:1.3;font-weight:650}p{margin:0 0 16px}img{max-width:100%;height:auto}.authors{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 22px;margin:0 auto 8px;font-size:1.2rem}.authors span,.authors a{white-space:nowrap}sup{font-size:.72em;line-height:0}.affiliation,.notes{color:var(--muted);text-align:center}.affiliation{margin-bottom:4px;font-size:1.05rem}.notes{margin-bottom:22px;font-size:.96rem}.link-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:20px}.project-button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;padding:9px 18px;color:var(--white);background:var(--button);border:1px solid var(--button);border-radius:999px;font-weight:600}.project-button:hover{color:var(--white);text-decoration:none;background:#151515}.project-button.disabled{color:#555;background:#f0f1f3;border-color:#d8dce2;cursor:not-allowed}.teaser-section{padding:28px 0 54px;background:var(--white)}.section{padding:64px 0}.white-section{background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section-lead{max-width:760px;margin:-4px auto 26px;color:var(--muted);text-align:center}.paper-figure{margin:0 auto 28px;padding:18px;background:var(--white);border:1px solid var(--border);border-radius:6px;text-align:center}.white-section .paper-figure{background:#fbfcfd}.paper-figure.teaser{padding:0;border:0;background:transparent}.paper-figure img{display:block;width:100%;border-radius:4px}.paper-figure figcaption{max-width:960px;margin:12px auto 0;color:var(--muted);font-size:.96rem;text-align:center}.video-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.video-slot.main-video{grid-column:span 2;grid-row:span 2}.video-box{min-height:170px;display:flex;align-items:flex-end;gap:14px;padding:18px;border:1px dashed #b8c2d2;border-radius:6px;background:linear-gradient(135deg,rgba(50,115,220,0.12),rgba(35,167,139,0.1)),repeating-linear-gradient(90deg,rgba(34,34,34,0.05) 0 1px,transparent 1px 32px),#fff}.main-video .video-box{min-height:354px}.play-icon{position:relative;width:42px;height:42px;flex:0 0 auto;border-radius:999px;background:var(--button)}.play-icon::after{content:"";position:absolute;left:17px;top:12px;border-left:14px solid #fff;border-top:9px solid transparent;border-bottom:9px solid transparent}.video-box h3,.video-box p{margin:0}.video-box p{color:var(--muted);font-weight:600}.method-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:28px}.method-cards article,.resource-list>div{min-width:0;padding:22px;background:var(--white);border:1px solid var(--border);border-radius:6px}.method-cards p,.resource-list p{margin-bottom:0;color:var(--muted)}.figure-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.figure-grid .paper-figure{margin-bottom:0}.figure-grid .wide{grid-column:1 / -1}.resource-list{display:grid;gap:14px}pre{margin:0;padding:16px;overflow-x:auto;color:#3e4652;background:#f1f3f6;border-radius:6px;text-align:left}footer{padding:34px 16px;color:var(--muted);text-align:center}footer p{margin:0}@media(max-width:860px){.video-grid,.method-cards,.figure-grid{grid-template-columns:1fr}.video-slot.main-video,.figure-grid .wide{grid-column:auto}.main-video .video-box{min-height:240px}}@media(max-width:560px){.hero-section{padding-top:48px}.authors{gap:8px 14px;font-size:1.05rem}.link-buttons{align-items:stretch;flex-direction:column}.project-button{width:100%}.paper-figure{padding:10px}}