.echo-preview{--echo-cycle:5.8s;aspect-ratio:16/10;border-radius:inherit;color:#151719;width:100%;font-family:var(--font-sans), sans-serif;background:#f8f7f2;border:1px solid #dce3e8;flex-direction:column;display:flex;position:relative;overflow:hidden}.echo-preview:before{content:"";pointer-events:none;background-image:linear-gradient(#2267e509 1px,#0000 1px),linear-gradient(90deg,#2267e509 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.echo-preview__topbar,.echo-preview__footer{z-index:3;background:#ffffffd1;border-color:#dde3e7;align-items:center;min-height:2.35rem;padding:.55rem .75rem;display:flex;position:relative}.echo-preview__topbar{border-bottom:1px solid #dde3e7;gap:.75rem}.echo-preview__footer{border-top:1px solid #dde3e7;justify-content:space-between}.echo-preview__brand{color:#145fd3;letter-spacing:-.01em;align-items:center;gap:.35rem;font-size:.72rem;font-weight:720;display:inline-flex}.echo-preview__file,.echo-preview__model,.echo-preview__status{color:#687079;font-family:var(--font-mono), monospace;letter-spacing:.035em;font-size:.53rem}.echo-preview__file{margin-right:auto}.echo-preview__model{text-transform:uppercase}.echo-preview__canvas{z-index:1;flex:1;grid-template-rows:auto minmax(0,1.1fr) auto minmax(0,.8fr);gap:.35rem;min-height:0;padding:.65rem .8rem;display:grid;position:relative}.echo-preview__track-label{color:#777e85;font-family:var(--font-mono), monospace;letter-spacing:.06em;text-transform:uppercase;justify-content:space-between;align-items:center;font-size:.48rem;display:flex}.echo-preview__track-label span:nth-child(2){margin-left:auto}.echo-preview__track-label span:nth-child(3){margin-left:.75rem}.echo-preview__wave{border-block:1px solid #707c852e;min-height:0;position:relative;overflow:hidden}.echo-preview__wave svg{width:100%;height:100%;display:block}.echo-preview__wave-shadow{fill:none;stroke:#177ba81f;stroke-width:12px}.echo-preview__wave-line{fill:none;stroke:#1676a5;stroke-linecap:round;stroke-width:2.3px}.echo-preview__scan{z-index:2;width:15%;animation:echo-scan var(--echo-cycle) cubic-bezier(.42,0,.25,1) infinite;background:linear-gradient(90deg,#2563eb0d,#2563eb2b,#2563eb0d);border-inline:1px solid #2563ebad;position:absolute;top:0;bottom:0;left:-16%}.echo-preview__scan span{color:#145fd3;font-family:var(--font-mono), monospace;font-size:.45rem;font-weight:650;position:absolute;top:.2rem;left:.25rem}.echo-preview__marker{z-index:3;bottom:.25rem;left:var(--echo-left);color:#145fd3;width:1rem;height:1rem;font-family:var(--font-mono), monospace;opacity:.28;animation:echo-marker var(--echo-cycle) ease-in-out infinite;background:#fff;border:1px solid #145fd3a6;border-radius:50%;place-items:center;font-size:.43rem;font-weight:700;display:grid;position:absolute;transform:translate(-50%)scale(.7)}.echo-preview__marker:nth-of-type(2){animation-delay:.55s}.echo-preview__marker:nth-of-type(3){animation-delay:1.35s}.echo-preview__marker:nth-of-type(4){animation-delay:2.15s}.echo-preview__marker:nth-of-type(5){animation-delay:2.9s}.echo-preview__marker:nth-of-type(6){animation-delay:3.45s}.echo-preview__spectrogram{background:#071822;border-radius:.2rem;min-height:0;position:relative;overflow:hidden}.echo-preview__heatmap{opacity:.96;grid-template-rows:repeat(8,1fr);grid-template-columns:repeat(24,1fr);gap:1px;width:100%;height:100%;display:grid}.echo-preview__heatmap span{background:color-mix(in srgb, #31cff3 calc(var(--echo-energy) * 78%), #0a2230);box-shadow:inset 0 0 6px rgba(39,188,227,calc(var(--echo-energy) * .28))}.echo-preview__playhead{z-index:2;width:1px;animation:echo-playhead var(--echo-cycle) cubic-bezier(.42,0,.25,1) infinite;background:#7de9ff;position:absolute;top:0;bottom:0;left:-1%;box-shadow:0 0 8px #31cff3}.echo-preview__status{align-items:center;gap:.35rem;display:inline-flex}.echo-preview__status i{background:#28a8c9;border-radius:50%;width:.4rem;height:.4rem;box-shadow:0 0 0 3px #28a8c91f}.echo-preview__status--scan{animation:echo-scan-status var(--echo-cycle) linear infinite}.echo-preview__status--done{opacity:0;animation:echo-done-status var(--echo-cycle) linear infinite;position:absolute;left:.75rem}.echo-preview__status--done i{background:#1f8a69;box-shadow:0 0 0 3px #1f8a691f}.echo-preview__count{color:#687079;font-size:.6rem}.echo-preview__count strong{color:#145fd3;font-family:var(--font-mono), monospace;margin-right:.18rem;font-size:.95rem;font-weight:720}.echo-preview[data-context=detail] .echo-preview__topbar,.echo-preview[data-context=detail] .echo-preview__footer{min-height:3rem;padding-inline:1rem}.echo-preview[data-context=detail] .echo-preview__canvas{gap:.55rem;padding:.85rem 1rem}.echo-preview[data-context=detail] .echo-preview__brand{font-size:.86rem}.echo-preview[data-context=detail] .echo-preview__file,.echo-preview[data-context=detail] .echo-preview__model,.echo-preview[data-context=detail] .echo-preview__status{font-size:.62rem}.echo-preview[data-context=detail] .echo-preview__count{font-size:.72rem}.echo-preview[data-context=detail] .echo-preview__count strong{font-size:1.15rem}.echo-preview[data-context=detail] .echo-preview__marker{width:1.2rem;height:1.2rem;font-size:.5rem}@keyframes echo-scan{0%,8%{left:-16%}72%,90%{left:101%}to{left:101%}}@keyframes echo-playhead{0%,8%{left:-1%}72%,90%{left:100%}to{left:100%}}@keyframes echo-marker{0%,13%{opacity:.28;transform:translate(-50%)scale(.7)}18%,83%{opacity:1;background:#e9f6ff;transform:translate(-50%)scale(1)}92%,to{opacity:.28;transform:translate(-50%)scale(.7)}}@keyframes echo-scan-status{0%,72%{opacity:1}76%,91%{opacity:0}96%,to{opacity:1}}@keyframes echo-done-status{0%,72%{opacity:0}76%,91%{opacity:1}96%,to{opacity:0}}@media (max-width:520px){.echo-preview__model{display:none}.echo-preview__topbar,.echo-preview__footer{min-height:2.2rem;padding-inline:.6rem}.echo-preview__canvas{padding-inline:.65rem}.echo-preview__status--done{left:.6rem}}@media (prefers-reduced-motion:reduce){.echo-preview__scan{animation:none;left:86%}.echo-preview__playhead{animation:none;left:100%}.echo-preview__marker{opacity:1;background:#e9f6ff;animation:none;transform:translate(-50%)scale(1)}.echo-preview__status--scan{opacity:0;animation:none}.echo-preview__status--done{opacity:1;animation:none}}
.focal-preview{--focal-cycle:4.8s;aspect-ratio:16/10;border-radius:inherit;color:#17191c;background:#f8f7f2;border:1px solid #d9dfe5;flex-direction:column;width:100%;display:flex;position:relative;overflow:hidden}.focal-preview__top,.focal-preview__footer{z-index:4;color:#6a737d;font-family:var(--font-mono), monospace;letter-spacing:.045em;text-transform:uppercase;background:#ffffffde;align-items:center;padding:.52rem .68rem;font-size:.49rem;display:flex;position:relative}.focal-preview__top{border-bottom:1px solid #dce1e6;gap:.75rem;min-height:2.2rem}.focal-preview__top>span:nth-child(2){margin-right:auto}.focal-preview__brand{color:#195fd1;font-family:var(--font-sans), sans-serif;letter-spacing:-.01em;text-transform:none;align-items:center;gap:.32rem;font-size:.7rem;font-weight:720;display:inline-flex}.focal-preview__main{flex:1;grid-template-columns:minmax(0,1.6fr) minmax(8rem,.82fr);gap:.48rem;min-height:0;padding:.55rem;display:grid}.focal-preview__camera{background:linear-gradient(155deg,#e9edf0,#cfd6dc);border:1px solid #cfd7de;border-radius:.38rem;min-width:0;position:relative;overflow:hidden}.focal-preview__corner{z-index:4;border-color:#1b232b7a;width:.65rem;height:.65rem;position:absolute}.focal-preview__corner--tl{border-top:1px solid;border-left:1px solid;top:.38rem;left:.38rem}.focal-preview__corner--tr{border-top:1px solid;border-right:1px solid;top:.38rem;right:.38rem}.focal-preview__corner--bl{border-bottom:1px solid;border-left:1px solid;bottom:1.55rem;left:.38rem}.focal-preview__corner--br{border-bottom:1px solid;border-right:1px solid;bottom:1.55rem;right:.38rem}.focal-preview__room{opacity:.68;position:absolute;inset:0}.focal-preview__room i{filter:blur(2px);background:#b5bec7;position:absolute;bottom:1.15rem}.focal-preview__room i:first-child{border-radius:50% 50% 0 0;width:22%;height:45%;left:5%}.focal-preview__room i:nth-child(2){border-radius:.25rem .25rem 0 0;width:24%;height:56%;right:5%}.focal-preview__room i:last-child{background:0 0;border:3px solid #a4afb9;width:14%;height:22%;top:14%;right:11%}.focal-preview__person{position:absolute;inset:0}.focal-preview__head,.focal-preview__neck,.focal-preview__torso{background:#87939e;position:absolute;left:50%;transform:translate(-50%)}.focal-preview__head{z-index:2;aspect-ratio:.82;background:linear-gradient(#aeb8c0,#8e9ba6);border-radius:45% 45% 48% 48%;width:24%;height:auto;top:15%;box-shadow:inset 0 .6rem #687581}.focal-preview__neck{z-index:1;aspect-ratio:.72;border-radius:0 0 45% 45%;width:11%;height:auto;top:48%}.focal-preview__torso{aspect-ratio:1.15;background:linear-gradient(#9aa6b0,#75838f);border-radius:46% 46% 12% 12%;width:50%;height:auto;bottom:-18%}.focal-preview__scanline{z-index:3;width:100%;height:17%;animation:focal-scan var(--focal-cycle) linear infinite;background:linear-gradient(#0000,#2563eb24,#0000);position:absolute;top:-18%;left:0}.focal-preview__bbox{z-index:5;opacity:.84;width:32%;height:51%;animation:focal-box var(--focal-cycle) cubic-bezier(.2,.82,.24,1) infinite;border:2px solid #5790ed;border-radius:2px;position:absolute;top:50%;left:53%;transform:translate(-50%,-50%)}.focal-preview__bbox>i{background:#fff;border:1px solid #2563eb;width:.38rem;height:.38rem;position:absolute}.focal-preview__bbox>i:first-child{top:-.25rem;left:-.25rem}.focal-preview__bbox>i:nth-child(2){top:-.25rem;right:-.25rem}.focal-preview__bbox>i:nth-child(3){bottom:-.25rem;left:-.25rem}.focal-preview__bbox>i:nth-child(4){bottom:-.25rem;right:-.25rem}.focal-preview__status{z-index:6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffe0;border:1px solid #2563eb2e;border-radius:999px;min-width:5.8rem;min-height:1.45rem;padding:.35rem .5rem;font-size:.53rem;font-weight:680;position:absolute;top:.52rem;left:.52rem}.focal-preview__status>span{align-items:center;gap:.3rem;display:flex}.focal-preview__status i{background:#2563eb;border-radius:50%;width:.35rem;height:.35rem;box-shadow:0 0 0 3px #2563eb1a}.focal-preview__tracking{animation:focal-search-state var(--focal-cycle) linear infinite}.focal-preview__locked{color:#087052;opacity:0;animation:focal-lock-state var(--focal-cycle) linear infinite;position:absolute;top:.35rem;left:.5rem}.focal-preview__locked i{background:#15916a;box-shadow:0 0 0 3px #15916a1a}.focal-preview__camera-footer{z-index:4;color:#f4f6f7;height:1.25rem;font-family:var(--font-mono), monospace;letter-spacing:.035em;background:#27313ab8;justify-content:space-between;align-items:center;padding-inline:.5rem;font-size:.42rem;display:flex;position:absolute;bottom:0;left:0;right:0}.focal-preview__side{grid-template-rows:minmax(0,.85fr) minmax(0,.8fr) minmax(0,1.35fr);gap:.38rem;min-width:0;min-height:0;display:grid}.focal-preview__side section{background:#ffffffe6;border:1px solid #dce1e6;border-radius:.38rem;min-width:0;min-height:0;padding:.52rem;overflow:hidden}.focal-preview__side section>span,.focal-preview__metric span{color:#626d77;font-family:var(--font-mono), monospace;letter-spacing:.035em;text-transform:uppercase;font-size:.45rem}.focal-preview__metric>div:first-child{justify-content:space-between;gap:.25rem;display:flex;position:relative}.focal-preview__confidence{color:#1d2730;font-family:var(--font-mono), monospace;font-size:.67rem}.focal-preview__confidence--search{animation:focal-search-state var(--focal-cycle) linear infinite}.focal-preview__confidence--lock{color:#087052;opacity:0;animation:focal-lock-state var(--focal-cycle) linear infinite;position:absolute;right:0}.focal-preview__bar{background:#e5e9ed;border-radius:999px;height:.3rem;margin-top:.48rem;overflow:hidden}.focal-preview__bar i{border-radius:inherit;width:84%;height:100%;animation:focal-confidence var(--focal-cycle) cubic-bezier(.2,.82,.24,1) infinite;background:linear-gradient(90deg,#60a5fa,#2563eb);display:block}.focal-preview__coords{position:relative}.focal-preview__coords>div{color:#5c6670;font-family:var(--font-mono), monospace;margin-top:.4rem;font-size:.43rem;line-height:1.75}.focal-preview__coords b{color:#1e2933;font-weight:650}.focal-preview__coords-search{animation:focal-search-state var(--focal-cycle) linear infinite}.focal-preview__coords-lock{opacity:0;animation:focal-lock-state var(--focal-cycle) linear infinite;position:absolute;bottom:.44rem;left:.52rem;right:.52rem}.focal-preview__anatomy>div{margin-top:.42rem}.focal-preview__anatomy>div:first-of-type{align-items:center;display:flex}.focal-preview__anatomy strong{color:#245ba3;background:#f4f8fd;border:1px solid #c9d9f0;border-radius:.28rem;padding:.38rem .45rem;font-size:.48rem}.focal-preview__anatomy strong+i{background:#9fb5d1;flex:1;height:1px}.focal-preview__heads{grid-template-columns:1fr 1fr;gap:.25rem;display:grid}.focal-preview__heads b{color:#3b5f8f;text-align:center;background:#f2f7fe;border:1px solid #cadcf7;border-radius:.25rem;padding:.3rem .22rem;font-size:.4rem;font-weight:650}.focal-preview__footer{border-top:1px solid #dce1e6;justify-content:space-between;gap:.35rem;min-height:2.15rem}.focal-preview__footer span{text-align:center;background:#fafafa;border:1px solid #e2e6ea;border-radius:.3rem;flex:1;padding:.35rem}.focal-preview__footer b{color:#626d77;margin-right:.22rem}.focal-preview__footer .focal-preview__active{color:#195fd1;background:#edf4ff;border-color:#bdd3f7}.focal-preview__footer .focal-preview__active b{color:#195fd1}.focal-preview[data-context=detail] .focal-preview__top,.focal-preview[data-context=detail] .focal-preview__footer{min-height:2.8rem;padding-inline:.9rem;font-size:.57rem}.focal-preview[data-context=detail] .focal-preview__brand{font-size:.84rem}.focal-preview[data-context=detail] .focal-preview__main{gap:.65rem;padding:.7rem}.focal-preview[data-context=detail] .focal-preview__side{gap:.5rem}.focal-preview[data-context=detail] .focal-preview__side section{padding:.68rem}.focal-preview[data-context=detail] .focal-preview__side section>span,.focal-preview[data-context=detail] .focal-preview__metric span{font-size:.52rem}.focal-preview[data-context=detail] .focal-preview__confidence{font-size:.78rem}.focal-preview[data-context=detail] .focal-preview__coords>div{font-size:.51rem}.focal-preview[data-context=card] .focal-preview__head{width:32%}.focal-preview[data-context=card] .focal-preview__neck{width:14%}.focal-preview[data-context=card] .focal-preview__torso{width:60%}.focal-preview[data-context=card] .focal-preview__bbox{width:40%;animation-name:focal-box-card}.focal-preview[data-context=card] .focal-preview__footer{display:none}.focal-preview[data-context=card] .focal-preview__anatomy{grid-template-rows:auto minmax(0,1fr);grid-template-columns:.8fr 1.2fr;gap:.25rem;display:grid}.focal-preview[data-context=card] .focal-preview__anatomy>span{grid-column:1/-1}.focal-preview[data-context=card] .focal-preview__anatomy>div{min-height:0;margin-top:0}.focal-preview[data-context=card] .focal-preview__heads{grid-template-columns:1fr;gap:.18rem}.focal-preview[data-context=card] .focal-preview__heads b{padding:.18rem .12rem}@keyframes focal-scan{0%{top:-18%}74%,to{top:101%}}@keyframes focal-box{0%,11%{opacity:.84;border-color:#5790ed;width:32%;height:51%;top:50%;left:53%}24%,86%{opacity:1;border-color:#15916a;width:27%;height:44%;top:45%;left:50%}96%,to{opacity:.84;border-color:#5790ed;width:32%;height:51%;top:50%;left:53%}}@keyframes focal-box-card{0%,11%{opacity:.84;border-color:#5790ed;width:40%;height:46%;top:47%;left:53%}24%,86%{opacity:1;border-color:#15916a;width:35%;height:39%;top:42%;left:50%}96%,to{opacity:.84;border-color:#5790ed;width:40%;height:46%;top:47%;left:53%}}@keyframes focal-confidence{0%,11%{width:84%}24%,86%{background:linear-gradient(90deg,#48b894,#15916a);width:97%}96%,to{width:84%}}@keyframes focal-search-state{0%,14%{opacity:1}22%,88%{opacity:0}96%,to{opacity:1}}@keyframes focal-lock-state{0%,14%{opacity:0}22%,88%{opacity:1}96%,to{opacity:0}}@media (max-width:520px){.focal-preview__top>span:last-child{display:none}.focal-preview__main{grid-template-columns:minmax(0,1.48fr) minmax(6.5rem,.9fr);gap:.35rem;padding:.42rem}.focal-preview__side{gap:.28rem}.focal-preview__side section{padding:.38rem}.focal-preview__anatomy strong{padding:.28rem}.focal-preview__coords-lock{bottom:.3rem;left:.38rem;right:.38rem}}@media (prefers-reduced-motion:reduce){.focal-preview__scanline{animation:none;display:none}.focal-preview__bbox{opacity:1;border-color:#15916a;width:27%;height:44%;animation:none;top:45%;left:50%}.focal-preview[data-context=card] .focal-preview__bbox{width:35%;height:39%;top:42%}.focal-preview__bar i{background:linear-gradient(90deg,#48b894,#15916a);width:97%;animation:none}.focal-preview__tracking,.focal-preview__confidence--search,.focal-preview__coords-search{opacity:0;animation:none}.focal-preview__locked,.focal-preview__confidence--lock,.focal-preview__coords-lock{opacity:1;animation:none}}
.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.project-world{--accent:var(--blue);border:1px solid color-mix(in srgb, var(--accent) 25%, var(--line));background:color-mix(in srgb, var(--accent) 5%, var(--surface));width:100%;color:var(--accent);border-radius:1.35rem;margin:0;position:relative;overflow:hidden}.project-world[data-accent=blue]{--accent:var(--blue)}.project-world[data-accent=teal]{--accent:var(--project-teal)}.project-world[data-accent=orange]{--accent:var(--project-orange)}.project-world[data-accent=cyan]{--accent:var(--project-cyan)}.project-world[data-accent=violet]{--accent:var(--project-violet)}.project-world[data-accent=gold]{--accent:var(--project-gold)}.project-world__chrome{z-index:2;color:color-mix(in srgb, var(--accent) 75%, var(--ink));font-family:var(--font-mono), monospace;letter-spacing:.09em;text-transform:uppercase;justify-content:space-between;font-size:.56rem;display:flex;position:absolute;top:1rem;left:1.15rem;right:1.15rem}.project-world>svg{aspect-ratio:680/440;width:100%;display:block}.project-world svg text{fill:color-mix(in srgb, var(--accent) 82%, var(--ink));font-family:var(--font-mono), monospace;letter-spacing:.08em;font-size:11px}.project-world .world-value{font-family:var(--font-sans), sans-serif;letter-spacing:-.04em;font-size:30px;font-weight:650}.world-stroke,.world-grid path,.world-building path,.world-building rect,.world-building circle{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.world-grid path{stroke-width:1px;opacity:.25}.world-card{fill:color-mix(in srgb, var(--surface) 91%, var(--accent));stroke:currentColor;stroke-width:1.4px}.world-label{fill:color-mix(in srgb, var(--accent) 12%, var(--surface));stroke:currentColor;stroke-width:1.2px}.world-soft{fill:color-mix(in srgb, var(--accent) 14%, var(--surface))}.world-fill,.world-packet{fill:currentColor}.world-node{fill:var(--surface);stroke:currentColor;stroke-width:1.5px}.world-node--large{stroke-width:1.8px}.world-route{stroke-width:2.6px}.world-track{opacity:.4;stroke-dasharray:3 7}.world-line-muted{opacity:.28;stroke-dasharray:4 7}.world-retry{stroke-dasharray:5 6}.world-positive{fill:currentColor;font-size:9px}.world-placeholder-frame{fill:color-mix(in srgb, var(--accent) 6%, var(--surface));stroke-dasharray:8 7}.project-world[data-compact=true] .project-world__chrome{display:none}@media (max-width:640px){.project-world{border-radius:1rem}.project-world__chrome{top:.75rem;left:.8rem;right:.8rem}.project-world>svg{transform:scale(1.06)}.world-grid,.world-line-muted{opacity:.5}}@media (prefers-reduced-motion:reduce){.project-world *{animation:none!important}}
.project-media{background:#101114;width:100%;height:100%;position:relative;overflow:hidden}.project-media video{object-fit:contain;background:#101114;width:100%;height:100%;display:block}.project-media[data-context=card]{aspect-ratio:16/10;border-radius:.75rem}.project-media[data-context=detail]{aspect-ratio:16/10;border:1px solid var(--line);border-radius:1rem}
