@charset "UTF-8";.techdemo{width:100%;display:flex;flex-direction:column;padding:clamp(28px,5vw,56px) clamp(20px,5vw,48px) clamp(40px,6vw,72px);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.techdemo *,.techdemo *:before,.techdemo *:after{box-sizing:border-box}.techdemo__inner{width:100%;max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:clamp(20px,2.5vw,32px)}.techdemo__intro h1{margin:0 0 14px;font-family:Barlow,sans-serif;font-size:clamp(32px,4vw,48px);font-weight:700;letter-spacing:.5px;line-height:1.1;color:#fff}.techdemo__intro p{margin:0;max-width:760px;color:#ffffffd9;font-size:clamp(15px,1.4vw,17px);line-height:1.6}.techdemo__row{display:flex;gap:14px 18px;align-items:center;flex-wrap:wrap}.techdemo__row label{display:inline-flex;gap:8px;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:15px;color:#ffffffd9;transition:color .3s ease}.techdemo__row label:hover{color:#fff}.techdemo__row input[type=checkbox]{accent-color:#c6ff00;width:16px;height:16px;margin:0;cursor:pointer}.techdemo__row--toggles{padding:18px 22px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);transition:opacity .3s ease}.techdemo__row--toggles[data-disabled=true]{opacity:.4;pointer-events:none}.techdemo__label{color:#ffffffb3;font-size:15px;letter-spacing:.3px;margin-right:4px}.techdemo__divider{display:inline-block;width:1px;height:24px;background:#ffffff4d;margin:0 4px}.techdemo__status{color:#ffffffb3;font-size:13px;min-height:1em;margin-left:auto;font-family:SF Mono,Menlo,monospace}.techdemo__btn{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);padding:10px 22px;cursor:pointer;font:500 14px/1.2 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:.4px;transition:all .3s ease}.techdemo__btn:hover{border-color:#c6ff00;color:#c6ff00;transform:translateY(-1px)}.techdemo__btn:focus-visible{outline:2px solid #c6ff00;outline-offset:2px}.techdemo__btn:disabled{opacity:.4;cursor:default;transform:none}.techdemo__btn:disabled:hover{border-color:#ffffff4d;color:#fff}.techdemo__vid-btn{background:transparent;border:1px solid rgba(255,255,255,.3);color:#ffffffd9;padding:10px 24px;cursor:pointer;font:600 15px/1.2 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:.4px;transition:all .3s ease}.techdemo__vid-btn:hover{background:#00000080;border-color:#c6ff0040;color:#fff}.techdemo__vid-btn:focus-visible{outline:2px solid #c6ff00;outline-offset:2px}.techdemo__vid-btn.active{background:#c6ff00;border-color:#c6ff00;color:#000}.techdemo__player-container{width:100%;max-width:760px;margin:0 auto;display:flex;align-items:center;justify-content:center;padding:14px;background:#0000004d;border:1px solid rgba(255,255,255,.1);min-height:320px}@media(max-width:768px){.techdemo__player-container{max-width:none}}.techdemo__stage{position:relative;display:block;background:#000;line-height:0;max-width:100%;max-height:100%;overflow:hidden}.techdemo__stage video{display:block;max-width:100%;max-height:100%}.techdemo__stage canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.techdemo__stage.is-hidden{visibility:hidden}.techdemo__photo{display:none;max-width:100%;max-height:100%}.techdemo__depth-img{display:none;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:fill;pointer-events:none}.techdemo__depth-grid{display:none;position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.techdemo__depth-cell{display:flex;align-items:center;justify-content:center;border-right:1px solid rgba(255,255,255,.25);border-bottom:1px solid rgba(255,255,255,.25);overflow:hidden;pointer-events:auto}.techdemo__depth-cell span{padding:0 3px;font-family:ui-monospace,Menlo,monospace;font-weight:700;font-size:var(--dfz, 7px);white-space:nowrap;line-height:1.5;transition:background .2s ease}.techdemo__depth-cell:hover span{background:#142850d9;outline:1px solid rgba(100,180,255,.6)}.techdemo__tieback{text-align:center;font-size:14px;line-height:1.6;color:#e2e8f08c;margin:24px auto 0;max-width:640px}.techdemo__tieback a{color:#c6ff00;text-decoration:none}.techdemo__tieback a:hover{color:#d4ff33;text-decoration:underline}.techdemo__play-overlay{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:clamp(64px,16vw,88px);height:clamp(64px,16vw,88px);background:transparent;border:0;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:3}.techdemo__play-overlay svg{width:100%;height:100%;filter:drop-shadow(0 4px 8px rgba(0,0,0,.5));transition:transform .3s ease}.techdemo__play-overlay:hover svg{transform:scale(1.1)}.techdemo__play-overlay:focus-visible{outline:3px solid #c6ff00;outline-offset:4px}.techdemo__play-overlay[hidden]{display:none}.techdemo__controls{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;gap:14px;padding:16px 18px;line-height:1;z-index:2;background:linear-gradient(to top,#000000e0,#000000b3 60%,#0000)}@supports (backdrop-filter: blur(4px)){.techdemo__controls:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:-1;mask-image:linear-gradient(to top,#000 0%,#000 60%,transparent 100%);-webkit-mask-image:linear-gradient(to top,#000 0%,#000 60%,transparent 100%)}}.techdemo__controls[hidden]{display:none}.techdemo__ctl{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;color:#fff;width:46px;height:46px;padding:9px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease}.techdemo__ctl svg{width:28px;height:28px;fill:currentColor;filter:drop-shadow(0 1px 2px rgba(0,0,0,.85))}.techdemo__ctl:hover{background:#ffffff1f;color:#c6ff00}.techdemo__ctl:focus-visible{outline:2px solid #c6ff00;outline-offset:2px}.techdemo__ctl .td-icon-pause,.techdemo__ctl .td-icon-mute,.techdemo__ctl--play[data-state=playing] .td-icon-play{display:none}.techdemo__ctl--play[data-state=playing] .td-icon-pause{display:block}.techdemo__ctl[data-state=muted] .td-icon-vol{display:none}.techdemo__ctl[data-state=muted] .td-icon-mute{display:block}.techdemo__time{color:#fff;font:14px/1 SF Mono,Menlo,monospace;text-shadow:0 1px 2px rgba(0,0,0,.85);white-space:nowrap;min-width:104px;text-align:center}.techdemo__seek{flex:1;-moz-appearance:none;appearance:none;-webkit-appearance:none;height:6px;background:#ffffff40;border-radius:3px;cursor:pointer;margin:0;box-shadow:0 1px 2px #0009}.techdemo__seek::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#c6ff00;border:2px solid #fff;box-shadow:0 0 4px #000000e6;cursor:pointer}.techdemo__seek::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#c6ff00;border:2px solid #fff;box-shadow:0 0 4px #000000e6;cursor:pointer}.techdemo__seek:focus-visible{outline:2px solid #c6ff00;outline-offset:4px}@media(max-width:640px){.techdemo__inner{gap:16px}.techdemo__row{gap:10px 14px}.techdemo__row--toggles{padding:14px 16px}.techdemo__row--toggles label{font-size:14px}.techdemo__btn{padding:8px 16px;font-size:13px}.techdemo__status{width:100%;margin-left:0}.techdemo__player-container{padding:8px;min-height:240px}.techdemo__controls{padding:12px 14px;gap:10px}.techdemo__time{min-width:84px;font-size:12px}.techdemo__stage{max-height:70vh}.techdemo__stage video,.techdemo__photo{max-height:70vh}.techdemo__ctl{width:40px;height:40px;padding:7px}.techdemo__ctl svg{width:24px;height:24px}}@media(max-width:420px){.techdemo__time{min-width:0;font-size:11px}.techdemo__controls{gap:8px;padding:10px}.techdemo__ctl{width:36px;height:36px;padding:6px}.techdemo__ctl svg{width:22px;height:22px}}.techdemo__modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000eb;z-index:9999;cursor:pointer;overflow:auto;-webkit-overflow-scrolling:touch;padding:64px 24px;text-align:center}.techdemo__modal.is-open{display:block}.techdemo__modal-img{width:min(92vw,1100px);height:auto;max-width:none;max-height:none;display:inline-block;cursor:default}.techdemo__modal-close{position:fixed;top:16px;right:20px;z-index:1;font-size:32px;color:#ffffffd9;cursor:pointer;background:#00000080;border:0;line-height:1;padding:6px 14px;transition:color .2s ease,background .2s ease}.techdemo__modal-close:hover{color:#c6ff00;background:#000000bf}@media(max-width:640px){.techdemo__modal{padding:56px 12px}.techdemo__modal-img{width:min(92vw,720px)}.techdemo__modal-close{font-size:26px;padding:4px 12px}}@media(max-width:768px){.techdemo__row--media{order:1}.techdemo__player-container{order:2}.techdemo__row--toggles{order:3}.techdemo__tieback{order:4}.techdemo__row--media{gap:6px}.techdemo__vid-btn{padding:7px 11px;font-size:13px}.techdemo__divider{height:18px;margin:0 1px}.techdemo__intro h1{font-size:16px;font-weight:600;letter-spacing:.3px;line-height:1.3;margin-bottom:6px}.techdemo__intro p{font-size:13px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}#td-show-report:disabled{display:none}.techdemo__row--toggles{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;gap:8px;padding:0;background:transparent;border:0}.techdemo__row--toggles[data-fade=right]{-webkit-mask-image:linear-gradient(to right,#000 86%,transparent);mask-image:linear-gradient(to right,#000 86%,transparent)}.techdemo__row--toggles[data-fade=left]{-webkit-mask-image:linear-gradient(to right,transparent,#000 14%);mask-image:linear-gradient(to right,transparent,#000 14%)}.techdemo__row--toggles[data-fade=both]{-webkit-mask-image:linear-gradient(to right,transparent,#000 14%,#000 86%,transparent);mask-image:linear-gradient(to right,transparent,#000 14%,#000 86%,transparent)}.techdemo__row--toggles::-webkit-scrollbar{display:none}.techdemo__row--toggles{scrollbar-width:none}.techdemo__row--toggles label{flex:0 0 auto;scroll-snap-align:start;white-space:nowrap;min-height:44px;padding:11px 16px;gap:0;border:1px solid rgba(255,255,255,.3);color:#ffffffd9;font-size:14px;font-weight:600;transition:background .2s ease,color .2s ease,border-color .2s ease}.techdemo__row--toggles label input[type=checkbox]{width:0;height:0;opacity:0;margin:0}.techdemo__row--toggles label:has(input:checked){background:#c6ff00;border-color:#c6ff00;color:#000}.techdemo__row--toggles .techdemo__btn{flex:0 0 auto;scroll-snap-align:start;white-space:nowrap;min-height:44px;padding:11px 16px}}
