.hobj{width:100%;max-width:1180px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.hobj-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px 28px;width:100%;max-width:740px}.hobj-tab{appearance:none;border:0;background:none;padding:10px 2px 0;display:flex;flex-direction:column;gap:9px;cursor:pointer;text-align:center;text-decoration:none;color:inherit}.hobj-tab-label{font-family:var(--font-mono);font-size:10px;letter-spacing:1.4px;text-transform:uppercase;color:var(--text-muted);line-height:1.4;transition:color .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hobj-tab:hover .hobj-tab-label{color:var(--text-secondary)}.hobj-tab--active .hobj-tab-label{color:var(--text-primary)}.hobj-tab-rule{display:block;height:1px;width:100%;background:var(--border-subtle);position:relative;overflow:hidden}.hobj-tab-fill{position:absolute;inset:0;transform-origin:left center;transform:scaleX(0);background:var(--text-muted)}.hobj-tab--active .hobj-tab-rule{background:var(--text-ghost)}.hobj--running .hobj-tab--active .hobj-tab-fill{animation-name:hobj-dwell;animation-timing-function:linear;animation-fill-mode:forwards}@keyframes hobj-dwell{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.hobj-stage{justify-content:center;width:100%;margin-top:clamp(26px,3.125vw,60px);min-height:200px}.hobj-piece,.hobj-stage{display:flex;align-items:center}.hobj-piece{margin:0;flex-direction:column;gap:14px;animation:hobj-wipe .36s cubic-bezier(.22,1,.36,1) both}@keyframes hobj-wipe{0%{clip-path:inset(0 100% 0 0);opacity:.4}to{clip-path:inset(0 0 0 0);opacity:1}}.hobj-art{display:flex;justify-content:center;width:clamp(160px,22vw,220px)}.hobj-art .daudit-object{width:100%;height:auto}.hobj-cap{font-family:var(--font-mono);font-size:9px;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-muted);text-align:center;line-height:1.4}.hobj-cap--name{color:var(--text-secondary);font-size:10px}.hobj-cap--name a{color:inherit;text-decoration:none}.hobj-cap--name a:hover{color:var(--gold)}html.hp-presence--yielded .hobj{opacity:.5;transition:opacity .52s ease}html.hp-presence--breath .hobj{opacity:.62}.hobj--still .daudit-object-light,.hobj--still .daudit-object-shadow--plan,.hobj--still .daudit-object-shadow-side{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.hobj-piece,.hobj-tab-fill{animation:none!important;clip-path:none!important;opacity:1}}@media (max-width:900px){.hobj-tabs{gap:4px 16px}.hobj-tab-label{font-size:9px;letter-spacing:1px}}@media (max-width:620px){.hobj-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 14px}.hobj-tab-label{white-space:normal}}