@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=DM+Serif+Display:ital@0;1&family=IBM+Plex+Mono:wght@400;500&display=swap";:root{font-family:DM Sans,sans-serif;color:#292c27;background:#f6f5f0;font-synthesis:none;font-weight:400;--paper:#f6f5f0;--ink:#292c27;--muted:#72756c;--line:#dedfd6;--accent:#e9ee80;--mono:"IBM Plex Mono",monospace;--serif:"DM Serif Display",Georgia,serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0}a{color:inherit;text-decoration:none}button,select,input{font:inherit}button,a,select,input{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled,fieldset:disabled button{cursor:wait;opacity:.55}button,select{color:inherit}button{border:0}button:focus-visible,a:focus-visible,select:focus-visible,input:focus-visible{outline:3px solid #8b922f;outline-offset:5px}svg.lucide{width:18px;height:18px;stroke-width:1.6;flex-shrink:0}img{display:block;max-width:100%;height:auto}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:500}.serif{font-family:var(--serif);font-weight:400;font-style:italic}h2{font-size:clamp(36px,4vw,52px);line-height:1.13;letter-spacing:-1.9px}.eyebrow,.small-mono{font-family:var(--mono);font-size:10px;font-weight:400;letter-spacing:1.3px}.eyebrow{display:flex;align-items:center;gap:9px;font-size:10px;letter-spacing:1.65px}.status-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#7f8844;flex-shrink:0}.small-mono{font-size:9px;letter-spacing:1px}.site-header{max-width:1280px;margin:0 auto;height:92px;display:flex;align-items:center;justify-content:space-between;padding:0 48px;border-bottom:1px solid var(--line);gap:24px}.wordmark{display:flex;align-items:center;font-weight:650;font-size:23px;letter-spacing:-1px}.wordmark>svg{width:29px;height:29px;margin-right:10px}.wordmark-dot{color:#8b953b}.site-header nav{display:flex;gap:30px;font-size:12px}.site-header nav a{color:#62665d;transition:color .15s}.site-header nav a:hover{color:#171a13}.nav-paper{display:flex;align-items:center;gap:16px;font-size:12px}.hero{max-width:1280px;padding:65px 48px 0;margin:auto;text-align:center}.hero>.eyebrow{justify-content:center}.hero h1{font-size:clamp(64px,7.5vw,102px);line-height:1.01;letter-spacing:-5px;margin:25px 0 24px}.hero h1 .serif{position:relative}.hero h1 .serif:after{content:"";position:absolute;left:0;right:0;bottom:3px;height:10px;background:var(--accent);z-index:-1;transform:rotate(-2deg)}.hero-subtitle{font-size:15px;line-height:1.85;color:#696c64}.hero-subtitle strong{font-weight:600;color:var(--ink)}.hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:27px 0 31px}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:43px;padding:12px 19px;font-size:12px;font-weight:500;border-radius:5px;transition:background .2s,transform .2s}.button:hover{transform:translateY(-1px)}.button.dark{background:var(--ink);color:#fff;border:1px solid var(--ink)}.button.dark:hover{background:#444939}.button.outline{background:transparent;border:1px solid #d3d5c9}.button.outline:hover{background:#eaece1}.button .small-mono{font-size:8px;color:var(--muted)}.authors{display:flex;justify-content:center;gap:23px;flex-wrap:wrap;font-size:12px}.authors sup{font-size:8px;margin-left:3px}.affiliations{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;font-size:10px;color:var(--muted);margin-top:10px}.affiliations sup{font-size:8px}.hero-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:43px;text-align:left}.portrait-card{overflow:hidden;position:relative;border:1px solid #e1e2d8;border-radius:7px;background:#eceee3;transition:transform .25s}.portrait-card:nth-child(2){background:#eaedaf;border-color:#e2e5a9}.portrait-card:nth-child(3){background:#e8e7e0}.portrait-card:nth-child(4){background:#e7eade}.portrait-card:hover{transform:translateY(-5px)}.portrait-label{position:absolute;z-index:1;left:17px;right:17px;top:15px;display:flex;align-items:center;justify-content:space-between;font-family:var(--mono);font-size:8px;letter-spacing:.8px;color:#61675c}.portrait-label svg{width:15px;height:15px}.portrait-card img{width:100%;aspect-ratio:1/1.02;object-fit:contain;margin-top:20px;transition:transform .35s}.portrait-card:hover img{transform:scale(1.035)}.portrait-bottom{display:flex;justify-content:space-between;align-items:center;margin:0 17px;padding:12px 0 15px;border-top:1px solid #666b4320;font-size:11px}.au-tag{font-family:var(--mono);font-size:9px;background:#ffffff75;border-radius:3px;padding:4px 6px}.gallery-caption{display:flex;align-items:center;justify-content:space-between;margin-top:14px;color:var(--muted);font-size:10px}.gallery-caption>span:first-child{display:flex;align-items:center;gap:7px}.section-wrap{max-width:1184px;margin:0 auto;padding:89px 0}.intro{display:grid;grid-template-columns:1fr 1fr;gap:35px 80px;border-bottom:1px solid var(--line);padding-top:87px}.intro .eyebrow{margin-bottom:21px}.intro h2{font-size:41px}.intro-copy{padding-top:30px}.intro-copy p{font-size:14px;line-height:1.9;color:#6b6e65}.intro-copy p:first-child{font-size:16px;color:var(--ink);margin-bottom:14px}.stats{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);margin-top:16px}.stats>div{padding-left:30px;border-left:1px solid var(--line)}.stats>div:first-child{padding-left:0;border:0}.stats strong{font-size:39px;font-weight:450;letter-spacing:-1.5px;display:block;margin-bottom:9px}.stats span{font-size:11px;color:var(--muted)}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:34px;gap:30px}.section-heading .eyebrow{margin-bottom:20px}.section-heading>p{font-size:13px;color:var(--muted);line-height:1.8;padding-bottom:3px}.playground{display:grid;grid-template-columns:minmax(0,1fr) 338px;border:1px solid #d9dccf;border-radius:9px;overflow:hidden;background:#fff}.viewer-column{min-width:0}.viewport{height:478px;position:relative;background:radial-gradient(ellipse at 50% 40%,#eef0e6,#e1e5d7 80%);overflow:hidden}.viewport:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(#8b947b38 .7px,transparent .7px);background-size:18px 18px;-webkit-mask-image:linear-gradient(to top,black,transparent 45%);mask-image:linear-gradient(to top,black,transparent 45%)}#canvas-host,#canvas-host canvas{width:100%;height:100%;display:block}#canvas-host{touch-action:none}#canvas-host canvas{position:relative;z-index:1}.viewport-top,.viewport-bottom{position:absolute;left:20px;right:20px;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:10px}.viewport-top{top:17px;pointer-events:none}.viewport-top>*{pointer-events:auto}.viewport-title{font-family:var(--mono);font-size:9px;letter-spacing:1px;display:flex;align-items:center;gap:7px}.view-switch{display:flex;padding:3px;background:#f8faf0b0;border:1px solid #dce1d1;border-radius:5px}.view-switch button{background:transparent;font-size:10px;padding:6px 9px;border-radius:3px;color:#6d7563}.view-switch button.active{background:#fff;color:var(--ink);box-shadow:0 1px 4px #29332414}.viewport-bottom{bottom:16px;color:#6b7560;font-size:9px}.viewport-bottom>span{display:flex;align-items:center;gap:7px}.viewport-bottom svg{width:13px;height:13px}.separator{padding:0 5px;color:#a0a796}.icon-button{display:grid;place-items:center;border:1px solid #cfd6c3;border-radius:4px;background:#f6f8ef;width:30px;height:30px}.viewer-loading{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;gap:12px;justify-content:center;align-items:center;text-align:center;background:#e9ecdfeb;padding:40px}.viewer-loading[hidden]{display:none}.viewer-loading strong{font-size:14px;font-weight:500}.viewer-loading>span:not(.loader-ring){font-size:11px;color:var(--muted);max-width:290px;line-height:1.7}.loader-ring{width:24px;height:24px;border:2px solid #c8cfb7;border-top-color:#71823a;border-radius:50%;animation:spin 1s linear infinite}.viewer-loading.error .loader-ring{display:none}@keyframes spin{to{transform:rotate(360deg)}}.sample-strip{display:grid;grid-template-columns:repeat(4,1fr);padding:13px;gap:8px;background:#f9faf5;border-top:1px solid #d9dccf}.sample-button{position:relative;display:flex;align-items:center;gap:8px;padding:5px 8px;border-radius:5px;border:1px solid #e2e5da;background:transparent;text-align:left;min-width:0;transition:background .2s,border .2s}.sample-button:hover{background:#edf0e2}.sample-button.active{background:#edf0d3;border-color:#a4b163}.sample-button img{width:41px;height:46px;object-fit:cover;object-position:50% 30%;border-radius:3px;background:#e6e9dc}.sample-button span{font-size:10px;display:block}.sample-button small{font-family:var(--mono);font-size:8px;color:#8b9280;display:block;margin-top:5px}.sample-button.active:after{content:"";width:5px;height:5px;border-radius:50%;background:#89974b;position:absolute;right:7px;top:7px}.control-panel{padding:25px 25px 21px;border-left:1px solid #d9dccf}.panel-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;gap:8px}.panel-heading .eyebrow{font-size:9px;letter-spacing:1px}.panel-heading .small-mono{font-size:8px;color:#8b907f;letter-spacing:0}.control-panel fieldset{padding:0;margin:0;border:0;min-width:0}.field-label{display:flex;gap:10px;align-items:center;font-family:var(--mono);font-size:9px;color:#a1a797;margin-bottom:10px}.field-label span{font-family:DM Sans,sans-serif;font-size:12px;color:var(--ink);font-weight:500}.select-wrap{position:relative;margin-bottom:22px}.select-wrap select{appearance:none;-webkit-appearance:none;width:100%;padding:11px 30px 11px 12px;font-size:11px;border:1px solid #dadfd2;border-radius:4px;background:#fafbf6;cursor:pointer}.select-wrap svg{width:13px;height:13px;position:absolute;right:12px;top:12px;pointer-events:none}.control-description{font-size:11px;line-height:1.7;color:#7b8270;margin:-11px 0 24px;min-height:36px}.intensity-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.intensity-heading .field-label{margin:0}#intensity-value{font-family:var(--mono);font-size:16px;color:#657237}input[type=range]{--value:65%;width:100%;height:5px;border-radius:6px;appearance:none;-webkit-appearance:none;display:block;margin:16px 0;background:linear-gradient(to right,#9ca952 var(--value),#e8ebdf var(--value));cursor:pointer}input[type=range]::-webkit-slider-thumb{appearance:none;width:17px;height:17px;border:3px solid white;border-radius:50%;background:#83933f;box-shadow:0 0 0 1px #a7b57e}input[type=range]::-moz-range-thumb{width:12px;height:12px;border:3px solid white;border-radius:50%;background:#83933f;box-shadow:0 0 0 1px #a7b57e}.range-labels{display:flex;justify-content:space-between;font-size:9px;color:#939888}.playback-controls{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:26px}.playback-controls .button{font-size:11px;min-height:37px;padding:10px}.playback-controls svg{width:13px;height:13px}.compare-button{display:flex;align-items:center;justify-content:center;gap:10px;background:transparent;color:#818873;font-size:10px;width:100%;padding:16px 0 19px;touch-action:none;-webkit-user-select:none;user-select:none}.compare-button:active,.compare-button[aria-pressed=true]{color:#444e2c}.compare-button svg{width:13px;height:13px}.mesh-info{border-top:1px solid #e6e9df;padding-top:19px;font-size:10px;display:flex;align-items:center;gap:7px;flex-wrap:wrap}.mesh-info #mesh-count{display:block;width:100%;margin-left:13px;font-family:var(--mono);font-size:8px;color:#929988;line-height:1.6}.demo-note{font-size:9px;line-height:1.65;color:#8b9183;margin-top:15px}.playground-footnote{display:flex;gap:8px;align-items:center;color:#858b7a;font-size:10px;padding:15px 2px 0}.playground-footnote>svg{width:13px;height:13px}.playground-footnote a{margin-left:auto;display:flex;align-items:center;gap:8px;color:#5e674e}.playground-footnote a svg{width:13px;height:13px}.method-section{border-top:1px solid var(--line)}.source-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:36px 0 24px}.source-cards article{border:1px solid var(--line);padding:23px;border-radius:6px;background:#eeeee6}.source-cards article:nth-child(2){background:#e9ede2}.source-cards article:nth-child(3){background:#f0eedf}.source-top{display:flex;align-items:center;justify-content:space-between;color:#6c7561;margin-bottom:33px}.source-top svg{width:25px;height:25px}.source-cards h3{font-size:18px;letter-spacing:-.4px;margin-bottom:12px}.source-cards p{font-size:12px;color:#717767;line-height:1.8;min-height:65px}.source-tradeoff{display:block;font-size:9px;color:#8a907e;padding-top:21px;margin-top:17px;border-top:1px solid #ccd2bf80}.architecture{background:#fff;border:1px solid var(--line);border-radius:6px;overflow:hidden}.figure-header{padding:22px 25px;display:flex;justify-content:space-between;align-items:center;gap:15px}.figure-header h3{font-size:13px;font-weight:500}.figure-header .small-mono{color:#8d9283;font-size:8px}.architecture img{width:100%;padding:10px 26px 0}.figure-caption{display:flex;gap:20px;align-items:center;padding:23px 25px;background:#fafbf7;border-top:1px solid #edf0e6;color:#858b7a;font-size:9px}.figure-caption>span:first-child{white-space:nowrap}.figure-caption p{font-size:10px;line-height:1.65;max-width:470px}.formula{font-family:var(--serif);font-size:16px;color:#58634a;margin-left:auto;white-space:nowrap}.results-section{border-top:1px solid var(--line)}.results-grid{display:grid;grid-template-columns:1fr 1.8fr;gap:22px}.result-highlight{background:var(--accent);border:1px solid #e0e577;border-radius:6px;padding:26px;display:flex;flex-direction:column}.result-highlight .small-mono{font-size:8px;letter-spacing:.5px}.result-highlight>strong{font-size:79px;letter-spacing:-5px;font-weight:450;line-height:1.2;margin:20px 0 0}.result-highlight>strong span{font-size:40px;margin-left:3px}.result-highlight h3{font-size:17px;margin-bottom:12px}.result-highlight p{font-size:11px;line-height:1.8;color:#757d44;max-width:240px}.highlight-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:27px;font-family:var(--mono);font-size:9px}.highlight-bottom svg{width:21px;height:21px}.table-card{border:1px solid var(--line);border-radius:6px;background:#fff;padding:2px 0 12px;min-width:0}.table-card .figure-header{padding-bottom:26px}.table-scroll{overflow:auto;padding:0 22px}table{width:100%;border-collapse:collapse;text-align:right;font-size:11px;font-variant-numeric:tabular-nums}th{font-weight:500}th:first-child{text-align:left}thead tr:first-child th{padding:7px 10px 12px;text-align:center;font-size:10px;color:#6c7562}thead tr:first-child th:first-child{text-align:left}thead tr:nth-child(2) th{font-family:var(--mono);font-size:8px;font-weight:400;color:#959b8b;text-align:right;padding:0 10px 14px}tbody tr{border-top:1px solid #e9ede2}tbody th,tbody td{padding:17px 10px}tbody th{font-size:11px}tbody td{font-family:var(--mono);font-size:10px}.ours{background:#f1f4df;color:#56672e}.ours td{font-weight:500}.ours th span{font-size:8px;color:#8e9c62;margin-left:4px}.table-note{font-size:9px;color:#999f90;margin:21px 32px 6px}.results-note{font-size:11px;line-height:1.8;color:#858b7a;margin:20px 0 31px;max-width:910px}.comparison-figure{padding:23px 25px 0;margin:0;background:#fff;border:1px solid var(--line);border-radius:6px}.comparison-figure img{width:100%}.comparison-figure figcaption{display:flex;align-items:flex-start;gap:35px;border-top:1px solid #e7ebdf;margin-top:15px;padding:20px 0;color:#818978}.comparison-figure .small-mono{white-space:nowrap;font-size:8px;padding-top:3px}.comparison-figure p{font-size:10px;line-height:1.7;max-width:650px}.paper-section{display:grid;grid-template-columns:1fr 1fr;gap:80px;border-top:1px solid var(--line)}.paper-section .eyebrow{margin-bottom:20px}.paper-section>div>p:not(.eyebrow){font-size:12px;color:#828877;line-height:1.8;margin:22px 0}.paper-details{background:#eeeee6;border:1px solid #e0e1d5;border-radius:6px;padding:32px;align-self:center}.paper-details>.small-mono{color:#979e86;font-size:9px}.paper-details h3{font-size:24px;line-height:1.45;letter-spacing:-.4px;margin-top:23px}.paper-details p{font-size:11px!important;line-height:1.9!important;margin:19px 0 30px!important}.paper-links{display:flex;gap:27px;border-top:1px solid #d7dccb;padding-top:20px}.paper-links a{display:flex;align-items:center;gap:8px;font-size:10px}.paper-links svg{width:13px;height:13px}.site-footer{max-width:1184px;margin:0 auto;padding:27px 0 35px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line)}.site-footer>.wordmark{font-size:19px}.site-footer>span{font-size:10px;color:#8e9581}.site-footer>a:last-child{display:flex;align-items:center;gap:10px;font-size:10px}.site-footer svg{width:13px;height:13px}.skip-link{position:fixed;top:-70px;left:20px;padding:12px;background:var(--ink);color:#fff;z-index:20}.skip-link:focus{top:10px}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}[hidden]{display:none!important}@media(min-width:1500px){.hero{padding-top:75px}.hero-gallery{margin-top:50px}}@media(max-width:1280px){.section-wrap,.site-footer{margin-left:48px;margin-right:48px}.hero h1{font-size:86px}.playground{grid-template-columns:minmax(0,1fr) 320px}.control-panel{padding:23px 21px}.sample-button{gap:6px;padding:5px}.sample-button img{width:31px}.sample-button span{font-size:9px}.sample-button small{font-size:7px}.viewport{height:482px}.source-cards p{min-height:86px}}@media(max-width:1000px){.site-header{padding:0 28px}.hero{padding-left:28px;padding-right:28px}.section-wrap,.site-footer{margin-left:28px;margin-right:28px}.hero h1{font-size:80px}.portrait-bottom{font-size:10px;margin:0 12px}.portrait-label{left:12px;right:12px;font-size:7px}.intro{gap:35px}.intro h2{font-size:35px}.stats span{font-size:10px}.playground{grid-template-columns:minmax(0,1fr) 292px}.control-panel{padding:22px 18px}.view-switch button{font-size:9px;padding:6px}.viewport-title{font-size:8px}.viewport-top,.viewport-bottom{left:12px;right:12px}.sample-button{display:block;text-align:center;padding:5px}.sample-button img{width:40px;height:40px;margin:0 auto 5px}.sample-button small{display:none}.viewport{height:467px}.section-heading>p{font-size:12px}.source-cards{gap:10px}.source-cards article{padding:19px}.source-cards h3{font-size:16px}.source-cards p{min-height:110px}.source-tradeoff{font-size:8px;line-height:1.6}.figure-caption{flex-wrap:wrap;gap:10px}.figure-caption p{flex:1}.formula{width:100%;text-align:center;margin-top:4px}.result-highlight{padding:23px}.result-highlight>strong{font-size:65px}.results-grid{grid-template-columns:1fr 1.65fr;gap:14px}.table-scroll{padding:0 12px}.table-note{margin-left:22px}.paper-section{gap:35px}.paper-details{padding:26px}.paper-details h3{font-size:21px}}@media(max-width:760px){html{scroll-padding-top:22px}.site-header{height:74px;padding:0 22px}.wordmark{font-size:21px}.wordmark>svg{width:25px}.site-header nav{gap:17px;font-size:11px}.site-header nav a:first-child,.site-header nav a:last-child{display:none}.nav-paper{font-size:0;gap:0}.nav-paper svg{width:18px}.hero{padding:43px 22px 0}.hero>.eyebrow{font-size:8px;letter-spacing:1.2px}.hero h1{font-size:66px;letter-spacing:-3.5px;margin-top:23px}.hero-subtitle{font-size:12px;line-height:1.9}.hero-actions{margin:22px 0 26px;gap:8px}.button{font-size:11px;padding:11px 14px;gap:8px}.authors{gap:9px 15px;font-size:10px;max-width:450px;margin:auto}.affiliations{gap:5px 14px;font-size:8px;max-width:370px;margin:11px auto 0}.hero-gallery{grid-template-columns:repeat(2,1fr);gap:9px;margin-top:32px}.portrait-card img{aspect-ratio:1/.95;margin-top:15px}.portrait-label{font-size:7px;top:12px}.portrait-bottom{padding:10px 0 12px;font-size:10px}.au-tag{font-size:8px}.gallery-caption{font-size:8px;gap:15px;line-height:1.6;align-items:flex-start;text-align:left}.gallery-caption>span:last-child{max-width:115px;text-align:right}.section-wrap,.site-footer{margin-left:22px;margin-right:22px}.section-wrap{padding-top:58px;padding-bottom:58px}h2{font-size:37px;letter-spacing:-1.4px}.intro{grid-template-columns:1fr;gap:23px;padding-top:58px}.intro .eyebrow{margin-bottom:16px}.intro h2{font-size:36px}.intro-copy{padding:0}.intro-copy p{font-size:12px;line-height:1.9}.intro-copy p:first-child{font-size:14px}.stats{grid-template-columns:1fr 1fr;gap:25px 0;margin-top:7px}.stats>div{padding-left:22px}.stats>div:nth-child(3){padding-left:0;border:0}.stats strong{font-size:32px;margin-bottom:7px}.stats span{font-size:9px}.section-heading{display:block;margin-bottom:25px}.section-heading .eyebrow{margin-bottom:17px;font-size:9px}.section-heading>p{margin-top:18px;font-size:12px}.section-heading>p br{display:none}.playground{grid-template-columns:1fr}.viewport{height:420px}.viewport-top{top:13px;left:13px;right:13px}.viewport-title{font-size:8px}.view-switch button{font-size:9px;padding:6px 7px}.sample-strip{padding:10px;gap:6px}.sample-button{display:flex;gap:7px;text-align:left;padding:5px 7px}.sample-button img{margin:0;width:33px;height:38px}.sample-button span{font-size:8px}.sample-button small{display:block;font-size:6px;margin-top:3px}.control-panel{border-left:0;border-top:1px solid #d9dccf;padding:25px}.panel-heading{margin-bottom:23px}.control-description{min-height:0;margin-bottom:20px}.compare-button{padding-bottom:21px}.demo-note{font-size:9px}.playground-footnote{align-items:flex-start;font-size:9px;line-height:1.6}.playground-footnote>svg{margin-top:2px;flex-shrink:0}.playground-footnote a{display:none}.source-cards{grid-template-columns:1fr;gap:12px}.source-cards article{padding:23px}.source-top{margin-bottom:23px}.source-cards h3{font-size:20px}.source-cards p{min-height:0;font-size:12px}.source-tradeoff{font-size:9px;padding-top:16px;margin-top:18px}.figure-header{padding:19px;align-items:flex-start}.figure-header h3{font-size:12px}.architecture .figure-header .small-mono{display:none}.architecture img{padding:5px 8px 12px}.figure-caption{padding:18px;display:block}.figure-caption p{margin-top:10px}.figure-caption .formula{display:block;margin-top:18px}.results-grid{grid-template-columns:1fr}.result-highlight{padding:26px}.result-highlight>strong{font-size:79px;margin-top:16px}.result-highlight p{max-width:100%}.highlight-bottom{padding-top:22px}.table-card{padding-bottom:8px}.table-card .figure-header{padding:20px 18px}.table-scroll{padding:0 9px}tbody td{font-size:9px}tbody th,tbody td{padding:15px 8px}.table-note{font-size:8px;margin-left:17px}.results-note{font-size:10px;margin-bottom:24px}.comparison-figure{padding:13px 10px 0}.comparison-figure figcaption{display:block;padding:16px 6px}.comparison-figure p{font-size:9px;margin-top:8px}.paper-section{grid-template-columns:1fr;gap:28px}.paper-details{padding:26px}.paper-details h3{font-size:22px}.site-footer{padding-top:24px;padding-bottom:28px}.site-footer>span{display:none}.site-footer>a:last-child{font-size:9px}}@media(max-width:400px){.hero h1{font-size:59px}.hero-subtitle br{display:none}.hero-subtitle{max-width:285px;margin:auto}.site-header nav{gap:13px}.sample-button{display:block;text-align:center;padding:5px 3px}.sample-button img{margin:0 auto 5px;width:37px}.sample-button small{display:none}.viewport{height:360px}.viewport-title{font-size:7px}.view-switch button{font-size:8px;padding:6px}.portrait-bottom{font-size:9px}.hero-gallery{gap:8px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition:none!important}}.hero h1{font-size:inherit;line-height:1.25;letter-spacing:normal;margin:23px auto 20px;max-width:1000px}.project-name{display:block;font-size:58px;font-weight:650;letter-spacing:-2px;margin-bottom:14px}.paper-title{display:block;font-size:38px;font-weight:500;line-height:1.3;letter-spacing:-1px}.hero-subtitle{max-width:770px;margin:0 auto;font-size:14px}.section-heading h2,.intro h2,.paper-section h2{font-size:36px;letter-spacing:-1px;line-height:1.25}.section-heading{align-items:center}@media(max-width:760px){.project-name{font-size:44px}.paper-title{font-size:27px;letter-spacing:-.5px}.paper-title br{display:none}.hero-subtitle{font-size:12px;line-height:1.8}.section-heading h2,.intro h2,.paper-section h2{font-size:29px}.site-footer>span{display:none}}.gaze-panel{display:grid;grid-template-columns:1fr 2fr;gap:30px;margin-top:14px;padding:23px 25px;background:#fff;border:1px solid #d9dccf;border-radius:6px;align-items:center}.gaze-heading h3{font-size:14px;font-weight:550;margin-bottom:7px}.gaze-heading p{font-size:10px;line-height:1.75;color:#7b8270}.gaze-panel fieldset{border:0;padding:0;margin:0;min-width:0;display:grid;grid-template-columns:1.3fr 1fr auto;gap:22px;align-items:center}.gaze-panel .select-wrap{margin:0}.gaze-panel .intensity-heading{margin-bottom:12px}.gaze-panel .intensity-heading .field-label{margin:0}#gaze-value{font-family:var(--mono);font-size:14px;color:#657237}.gaze-panel .button{font-size:10px;padding:10px 13px}@media(max-width:1000px){.gaze-panel{grid-template-columns:1fr}.gaze-panel fieldset{gap:18px}}@media(max-width:760px){.gaze-panel{gap:21px;padding:23px}.gaze-panel fieldset{grid-template-columns:1fr}.gaze-panel .button{justify-self:start}}
