*{box-sizing:border-box}:root{--ink:#111418;--muted:#4f5b68;--line:#dde3ea;--paper:#fff;--soft:#f5f7fa;--soft-green:#edf8f3;--green:#2f9e67;--blue:#1f6fd2;--amber:#e0a327}body{margin:0;font-family:"Noto Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--soft)}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;height:48px;padding:0 32px;background:#0b0f12;border-bottom:1px solid rgba(255,255,255,0.08)}.site-owner{color:#fff;font-weight:800;text-decoration:none}main{overflow:hidden}.hero,.section,.tldr-section{width:min(1180px,calc(100% - 48px));margin:0 auto}.hero{padding:68px 0 34px;text-align:center;background:var(--paper)}.venue{display:inline-flex;align-items:center;min-height:34px;margin:0 0 20px;padding:5px 14px;color:var(--muted);font-size:15px;font-weight:800;border:1px solid var(--line);border-radius:999px;background:#fafbfc}h1,h2,h3,p{margin-top:0}h1{margin-bottom:20px;font-size:clamp(38px,6vw,74px);line-height:1.06;letter-spacing:0}h1 span{display:block;margin-bottom:14px;color:var(--green)}h1 em{display:block;font-style:normal;font-size:clamp(34px,4.5vw,58px);line-height:1.12;white-space:nowrap}.tagline{max-width:1080px;margin:0 auto 28px;color:var(--muted);font-size:clamp(19px,2.1vw,25px);line-height:1.45}.authors{max-width:1060px;margin:0 auto 8px;color:#252a31;font-size:19px;font-weight:700;line-height:1.6}.authors a,.authors a:visited{color:var(--blue);text-decoration:none}.authors a:hover{text-decoration:underline}.authors span,.authors a{white-space:nowrap}.affiliations{display:flex;justify-content:center;flex-wrap:wrap;gap:8px 24px;max-width:980px;margin:6px auto 8px;color:#3f454b;font-size:16px;line-height:1.5}.affiliations span{white-space:nowrap}.author-notes{display:flex;justify-content:center;flex-wrap:wrap;gap:6px 18px;max-width:900px;margin:4px auto 10px;color:#58626d;font-size:14px;line-height:1.45}.author-notes span{white-space:nowrap}.author-email{margin:0 auto 24px;color:#424950;font-size:16px;line-height:1.4}.author-email a{color:var(--blue);font-weight:700;text-decoration:none}.author-email a:hover{text-decoration:underline}.links{display:flex;justify-content:center;flex-wrap:wrap;gap:14px}.links a,.links span{display:inline-flex;flex-direction:column;justify-content:center;min-width:156px;min-height:56px;padding:10px 20px;color:#fff;text-decoration:none;background:#1f2429;border-radius:8px;box-shadow:0 16px 30px rgba(17,20,24,0.12)}.links span{color:#dbe1e7;background:#8d969f}.links strong{font-size:16px;line-height:1.1}.links small{margin-top:4px;color:inherit;font-size:13px;line-height:1.25}.section{padding:44px 0;scroll-margin-top:72px}.section h2{margin-bottom:22px;font-size:clamp(30px,4vw,48px);line-height:1.12;text-align:center}.section>p{max-width:980px;margin:0 auto 28px;color:#2c343d;font-size:20px;line-height:1.7}.teaser{padding-top:24px;background:var(--paper)}.figure-frame,.figure-grid figure,.table-figures figure,.result-tables article,.problem-grid article,.method-grid article{border:1px solid var(--line);border-radius:8px;background:var(--paper);box-shadow:0 18px 48px rgba(24,34,45,0.08)}.figure-frame{padding:18px}.figure-frame img,.figure,.figure-grid img,.table-figures img{display:block;width:100%;height:auto}.figure{margin:0 auto;border:1px solid var(--line);border-radius:8px;background:var(--paper);box-shadow:0 18px 48px rgba(24,34,45,0.08)}.figure.spaced{margin-top:34px}.caption{max-width:980px;margin:16px auto 0;color:var(--muted);font-size:18px;line-height:1.6;text-align:center}.tldr-section{padding:22px 0 8px}.tldr-section p{margin:0;padding:24px 28px;color:#1e2933;font-size:22px;line-height:1.55;background:var(--soft-green);border:1px solid #c9ead9;border-radius:8px}.tldr-section strong{margin-right:10px;color:var(--green)}.problem-grid,.method-grid,.result-tables,.figure-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}.table-figures{display:grid;gap:18px;margin-top:28px}.method-grid,.result-tables,.figure-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.problem-grid article,.method-grid article{padding:24px}.problem-grid span,.method-grid span{display:inline-flex;margin-bottom:14px;color:var(--green);font-size:14px;font-weight:800}.problem-grid h3,.method-grid h3,.result-tables h3{margin-bottom:12px;font-size:22px;line-height:1.25}.problem-grid p,.method-grid p{margin:0;color:var(--muted);font-size:17px;line-height:1.6}.metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 24px}.metrics div{min-height:124px;padding:24px 18px;text-align:center;border:1px solid var(--line);border-radius:8px;background:var(--paper)}.metrics strong{display:block;margin-bottom:8px;color:var(--green);font-size:clamp(30px,4vw,44px);line-height:1}.metrics span{color:var(--muted);font-size:16px;font-weight:700}.results-summary{max-width:940px!important;margin-bottom:22px!important;text-align:center}
.results-summary strong{color:var(--green)}.result-tables article{padding:24px;overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:15px}th,td{padding:12px 10px;text-align:right;border-bottom:1px solid var(--line)}th:first-child,td:first-child{text-align:left}th{color:var(--muted);font-weight:800}.ours td{color:var(--green);font-weight:800;background:#f1fbf6}.figure-grid figure,.table-figures figure{margin:0;overflow:hidden}.figure-grid img,.table-figures img{border-bottom:1px solid var(--line)}.table-figures img{border-bottom:0}.figure-grid figcaption,.table-figures figcaption{min-height:82px;margin:0;padding:16px 18px;color:var(--muted);font-size:16px;line-height:1.45}.table-figures figcaption{display:none}.qual-carousel{margin-top:8px}.carousel-head{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:16px}.carousel-btn,.qual-tabs button{min-height:42px;color:#26313b;font:inherit;font-weight:800;border:1px solid var(--line);border-radius:8px;background:var(--paper);cursor:pointer}.carousel-btn{width:44px;font-size:30px;line-height:1}.qual-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:8px}.qual-tabs button{padding:0 14px;font-size:14px}.qual-tabs button.active{color:#fff;border-color:var(--green);background:var(--green)}.qual-slide{display:none}.qual-slide.active{display:block}.bibtex pre{overflow-x:auto;margin:0;padding:22px;color:#e8edf2;background:#111820;border-radius:8px}.bibtex code{font-size:15px;line-height:1.6}@media(max-width:900px){.hero,.section,.tldr-section{width:min(100% - 28px,1180px)}.site-header{padding:0 18px}.hero{padding-top:42px}.desktop-break{display:none}h1 em{white-space:normal}.problem-grid,.method-grid,.result-tables,.figure-grid,.metrics{grid-template-columns:1fr}.carousel-head{gap:8px}.carousel-btn{width:38px}.qual-tabs button{padding:0 10px;font-size:13px}table{font-size:14px}th,td{padding:10px 7px}}